/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1749652647
Updated: 2025-06-11 14:37:27

*/

/* base css  */
body {
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  font-size: 20px;
  background-color: #020401;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'Onest', sans-serif;
  margin-top: 0;
}

a {
  transition: 0.3s;
}

.primary-color {
  color: #f8e9ad;
}

.primary-btn {
  display: inline-block;
  color: #fff;
  padding: 20px 30px;
  border-radius: 1000px;
  transition: 0.3s;
  background: #010300;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.primary-btn:hover {
  background: #fff;
  color: #010300;
}

.bordered-btn:hover {
  transform: scale(1.05);
  color: #fff;
}

.slick-arrow {
  height: 60px;
  width: 60px;
  background: #040011;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
  z-index: 9;
  font-size: 24px;
  transition: .3s;
  color: #fff;
}

.slick-arrow:hover {
  transform: scale(1.05);
}

.slick-dots {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  padding: 0;
  list-style: none;
  justify-content: center;
}

.slick-dots button {
  text-indent: -9999px;
  height: 12px;
  width: 12px;
  background: #eee;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  border: none;
}

.slick-dots li.slick-active button {
  background: #2bb884;
}

.programs-slider-trigger .slick-dots {
  justify-content: center;
}

/* Start Header area style
============================================================================================ */
.offcanvas-wraper {
  position: fixed;
  width: 300px;
  background: #222222;
  height: 100%;
  top: 0;
  padding: 20px 10px 0;
  z-index: 99;
  left: -300px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: none;
  box-shadow: 0 20px 40px hsl(0deg 0% 0% / 8%);
}

.offcanvas-wraper.active {
  left: 0;
}

.offcanvas-wraper li a {
  color: #fff;
  font-size: 16px;
}

.offcanvas-wraper li a:hover {
  color: #97312b;
}

.offcanvas-wraper li {
  margin-bottom: 10px;
  position: relative;
}

.header-btns {
  margin-top: 5px;
}

.header-btns .header-btn {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 30px;
}

.header-area {
  display: none;
}

.mobile-header {
  display: block;
}

.mobile-header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.navbar-toggler {
  border: none;
  cursor: pointer !important;
  background: #d85f36 !important;
  padding: 12px 11px !important;
  border-radius: 50% !important;
  height: 45px;
  aspect-ratio: 1;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler span:first-child {
  margin-left: auto;
}

.navbar-toggler span {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  margin: 0 auto 5px;
  transition: all 400ms linear;
  cursor: pointer;
  border-radius: 10px;
}

.navbar-toggler span:last-child {
  margin-bottom: 0;
}

.navbar-toggler span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler.active span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler.active span:first-child {
  transform: rotate(-45deg);
  position: relative;
  top: 6.5px;
  width: 100%;
}

.navbar-toggler.active span:last-child {
  transform: rotate(45deg);
  bottom: 8px;
  position: relative;
  width: 100%;
}

.offcanvas-wraper {
  display: block;
}

.elementor-editor-active .fixed-position {
  position: relative;
}

.fixed-position {
  position: fixed;
  width: 100vw;
  top: 0;
}

.fixed-position.header-sticky {
  z-index: 999;
  background: #0c0c0c;
}

.offcanvas-wraper .navbar-nav li.menu-item-has-children {
  position: relative;
  padding-right: 22px;
}

.offcanvas-wraper .navbar-nav li.menu-item-has-children:before {
  position: absolute;
  right: 0;
  top: 6px;
  content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNi42Nzg0NiA2LjYzNTE2TDEyLjM1NjkgMSIgc3Ryb2tlPSIjNENGRDg4IiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==');
  z-index: 1;
  color: #fff;
  line-height: 1;
  filter: brightness(0) invert(0);
  transition: 0.3s;
}

.offcanvas-wraper .sub-menu {
  background: #fff;
  padding: 20px 15px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  display: none;
  width: 100%;
  box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
  border-radius: 0 0 10px 10px;
  margin: 0;
  list-style: none;
}

.offcanvas-wraper .site-logo {
  margin-bottom: 20px;
}

.offcanvas-wraper .site-logo img {
  max-width: 150px;
}

.header-btn .primary-btn {
  padding: 15px 20px;
}

/* contact area css  */
.contact-form span {
  display: block;
}

.contact-form br {
  display: none;
}

.contact-form input,
.contact-form textarea {
  border: none;
  border-bottom: 1px solid hwb(0deg 0% 100% / 10%);
  border-radius: 0;
  padding: 12px 0;
  background: transparent;
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
}

.contact-form textarea {
  height: 110px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #000000;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  box-shadow: none;
}

.contact-form input[type='submit'] {
  border: none;
  padding: 20px 30px !important;
  border-radius: 1000px;
  transition: 0.3s;
  background: #010300 !important;
  color: #fff !important;
  margin-bottom: 0;
}

.contact-form p {
  margin-bottom: 0;
}

.contact-form input[type='submit']:hover {
  background: #fff !important;
  color: #010300 !important;
}

.step-box {
  transition: 0.3s;
}

.step-box h4,
.step-box h3,
.step-box p {
  transition: 0.3s;
}

.step-box:hover h4,
.step-box:hover h3,
.step-box:hover p {
  color: #000 !important;
}

/* we do area css  */
.single-do-process {
  transition: 0.3s;
  padding: 30px 0;
  border-bottom: 1px solid #353535;
  position: relative;
}

.do-content h3 {
  color: #fff;
  margin-bottom: 10px;
  transition: 0.3s;
}

.do-content p {
  color: #000;
  opacity: 0;
  height: 0;
  visibility: hidden;
  margin-bottom: 0;
  transition: 0.3s;
}

.do-content {
  width: 65%;
}

.do-thumbnail {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-80px);
  width: 35%;
  height: 500px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.do-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-do-process:before {
  position: absolute;
  left: -50px;
  top: 0;
  height: 100%;
  width: 1000%;
  content: '';
  background: #f8e9ad;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.single-do-process:hover .do-content p {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.single-do-process:hover:before {
  opacity: 1;
  visibility: visible;
}

.single-do-process:hover .do-thumbnail {
  opacity: 1;
  visibility: visible;
  transform: translateY(-100px);
}

.single-do-process:hover .do-content h3 {
  color: #000;
}

/* blog css */
.single-post-breadcrumb-content h1 {
  font-size: 64px;
}

.single-post-breadcrumb-content {
  text-align: center;
}

section.single-post-breadcrumb {
  padding-top: 170px;
}

.single-excerpt p {
  font-size: 20px;
}

.single-excerpt {
  max-width: 768px;
  margin: 0 auto;
}

.single-post-meta-avatar img {
  max-width: 56px;
  border-radius: 50px;
}

.single-post-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.single-post-meta-name h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  text-align: left;
}

.single-post-meta-name p {
  margin-bottom: 0;
  font-size: 16px;
}

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

.single-excerpt p {
  margin-bottom: 0;
}

.single-excerpt {
  margin-bottom: 30px;
}

.single-post-meta {
  margin-bottom: 100px;
}

.step-box.step-box2:hover h4,
.step-box.step-box2:hover h3,
.step-box.step-box2:hover p {
  color: #fff !important;
}

.single-post-meta-name {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* service area css  */
.service-item-icon {
  background: #020401;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  position: absolute;
  left: 30px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.service-item-icon svg {
  width: 20px;
  margin-bottom: 0;
  height: auto;
}

.service-item-icon .elementor-icon-wrapper {
  height: 20px;
}

.service-item-content {
  padding-left: 0;
  margin-top: 10px;
  transition: 0.3s;
}

.service-item-content h3 {
  transition: 0.3s;
}

.service-item-desc {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.service-item {
  position: relative;
  z-index: 1;
  transition: 0.3s;
}

.service-item:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1000%;
  content: '';
  background: #f8e9ad;
  opacity: 0;
  visibility: hidden;
}

.service-item:hover:before {
  opacity: 1;
  visibility: visible;
}

.service-item:hover .service-item-content {
  padding-left: 100px;
}

.service-item:hover .service-item-icon {
  background: #020401;
  opacity: 1;
  visibility: visible;
}

.service-item:hover .service-item-content h3 {
  color: #020401;
}

.service-item:hover .service-item-desc {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.service-item.left-item:before {
  left: auto;
  right: 0;
}

.blog-breadcrumb-content h1 {
  font-size: 64px;
  margin-bottom: 10px;
}

.blog-breadcrumb-content p {
  font-size: 20px;
  margin-bottom: 0;
}

.blog-page-breadcrumb {
  margin-top: 150px;
}

section.featured-blog-post {
  margin-top: 65px;
}

.featured-post-content h2 {
  font-size: 24px;
}

.featured-post-content h2 a {
  color: #fff;
}

.featured-post-content {
  padding: 30px;
}

.fetured-excerpt p {
  font-size: 16px;
  color: #fff;
}

.featured-post-content h2 a {
  display: flex;
  justify-content: space-between;
}

.featured-post-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.featured-content-left {
  display: flex;
  gap: 30px;
}

.featured-author h4 {
  font-size: 14px;
  color: #fff;
}

.featured-author-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}

.featured-author-inner h4 {
  margin-bottom: 0;
  font-weight: bold;
}

.featured-author-inner img {
  max-width: 40px;
}

.featured-date h4 {
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
}

.featured-date p {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-top: 24px;
  margin-bottom: 0;
}

.featured-content-right h4 {
  color: #fff;
  font-size: 14px;
}

.tags-wrapper .tags a {
  border: 2px solid #fff;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 50px;
}

.featured-post-bg {
  padding-top: 530px;
  background-size: cover;
  background-position: center;
}

.featured-post-content h2 {
  margin-bottom: 10px;
}

.featured-post-bottom-content {
  margin-top: 30px;
}

.blog-cat {
  display: flex;
  list-style: none;
  gap: 25px;
}

.blog-cat a {
  color: #fff;
  font-size: 16px;
}

.blog-cat a {
  transition: 0.3s;
  border-bottom: 2px solid transparent;
  padding: 15px 0;
  display: inline-block;
}

.blog-cat a:hover,
.current-cat a {
  color: #f8e9ad;
}

.blog-cat a:hover,
.current-cat a {
  border-color: #f8e9ad;
}

.blog-cat {
  position: relative;
}

.blog-cat::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #ffffff1c;
  z-index: -1;
}

.row.blog-cat-row {
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog-filter select {
  background-color: #ffffff38;
  border: none;
  padding: 15px;
  color: #fff;
  padding-right: 10px;
}

.blog-filter .form-select {
  background-image: none;
}

form#blog-sort-form {
  position: relative;
}

form#blog-sort-form .select-icon {
  position: absolute;
  right: 17px;
  bottom: 8px;
}

.tags {
  display: flex;
  gap: 10px;
}

.blog-post-thubmanil img {
  width: 100%;
	    height: 250px;
    object-fit: cover;
}

.blog-post-card ul.post-categories {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-post-card ul.post-categories li a {
  color: #f8e9ad;
  font-size: 14px;
}

.blog-post-card-content h3 {
  font-size: 24px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

.blog-post-card-content h3 a {
  color: #fff;
}

.blog-post-card-content {
  padding-top: 10px;
}

.blog-card-excerpt p {
  font-size: 16px;
}

.blog-card-meta-avatar img {
  max-width: 40px;
}

.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 15px;
}

.blog-card-meta-name h4 {
  font-size: 14px;
  margin-bottom: 0;
  color: #fff;
  font-weight: bold;
}

.blog-card-meta-name p {
  margin-bottom: 0;
  font-size: 14px;
}

.blog-card-meta-name {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.blog-post-card {
  transition: 0.3s;
}

.blog-post-card:hover {
  transform: translateY(-10px);
}

.blog-posts-pagination {
  padding: 20px 0;
  border-top: 1px solid #ffffff2b;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-posts-pagination>* {
  font-size: 16px;
  color: #fff;
  padding: 6px 15px;
}

.blog-posts-pagination a:hover {
  color: #fff;
}

.blog-posts-pagination span {
  background-color: #ffffff1f;
  border-radius: 50px;
}

section.blog-listing-section {
  margin-bottom: 100px;
}

.blog-posts-pagination {
  margin-top: 50px;
}

/* brands slider  */
.single-brand-item {
  display: block;
  margin: 0 35px;
}

.single-brand-item img {
  height: 80px;
  aspect-ratio: 1;
}

/* clients area css  */
.single-clients-slider {
  text-align: center;
  padding: 30px;
  border-left: 1px solid hwb(0deg 0% 100% / 10%);
  border-right: 1px solid hwb(0deg 0% 100% / 10%);
  height: 100%;
}

.clients-head h5 {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 15px;
}

.clients-head .rating {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  color: #FF7A00;
  gap: 5px;
}

.single-clients-slider .message {
  font-size: 20px;
  color: #000000;
  font-style: italic;
}

.clients-slider .slick-track {
  display: flex;
}

.clients-slider .slick-slide {
  height: auto;
}

.clients-slider .slick-slide>div {
  height: 100%;
}

.clients-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.single-blog-item .blog-thumbnail {
  width: 100%;
  height: 370px;
  object-fit: cover;
  margin-bottom: 20px;
}

.blog-content .date {
  font-size: 14px;
  color: #fff;
}

.blog-content h4 {
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.blog-content h4 a {
  transform: rotate(-45deg);
  color: #fff;
  transition: .3s;
}

.blog-content h4 a:hover {
  transform: rotate(0deg);
}

.blog-content p {
  font-size: 16px;
  color: #fff;
}

/* tab area css  */
.tabs-area .nav-tabs {
  justify-content: center;
  border: none;
  justify-content: space-between;
  margin-bottom: 80px;
  gap: 20px;
}

.tabs-area .nav-tabs button {
  border: 1px solid #3F3F3F;
  border-radius: 0;
  padding: 14px 16px;
  font-size: 18px;
  color: #fff;
  white-space: normal;
  width: 210px;
}

.tabs-area .nav-tabs button.active,
.tabs-area .nav-tabs button:hover {
  background: #F8E9AD;
  border-color: transparent;
  color: #000;
}

.tabs-area .tab-content {
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}

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

@media (max-width: 1200px) {
  .featured-post-bg {
    padding-top: 360px;
  }

  .blog-filter form {
    max-width: 400px;
    margin-top: 30px;
  }

  .tabs-area .nav-tabs button {
    padding: 14px 16px;
    font-size: 14px;
    width: 170px;
  }
}

@media (max-width: 991px) {
  .do-thumbnail {
    position: inherit;
    transform: translateY(0);
    width: auto;
    height: 300px;
    opacity: 1;
    visibility: visible;
  }

  .single-do-process {
    padding: 30px 0;
    display: grid;
    grid-template-columns: 7fr 5fr;
    align-items: center;
    gap: 20px;
  }

  .do-content {
    width: auto;
  }

  .do-content p {
    color: #fff;
    opacity: 1;
    height: auto;
    visibility: visible;
  }

  .single-do-process:hover .do-content p {
    color: #000;
  }

  .single-do-process:hover .do-thumbnail {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .single-do-process:nth-child(even) .do-content {
    order: 2;
  }

  .single-do-process:nth-child(even) {
    grid-template-columns: 5fr 7fr;
  }

  section.single-post-breadcrumb {
    padding-top: 120px;
  }

  .single-post-breadcrumb-content h1 {
    font-size: 30px;
  }

  .single-post-meta {
    margin-bottom: 30px;
  }

  .blog-breadcrumb-content h1 {
    font-size: 35px;
  }

  .blog-page-breadcrumb {
    margin-top: 100px;
  }

  .tabs-area .nav-tabs button {
    width: auto;
  }

  .tabs-area .nav-tabs {
    justify-content: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .tabs-area .nav-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  #canvas3d {
    height: 300px !important;
    width: 100% !important;
  }

  .service-item-icon {
    height: 40px;
    width: 40px;
    left: 15px;
  }

  .service-item:hover .service-item-content {
    padding-left: 70px;
  }

  .featured-post-bottom-content {
    flex-direction: column;
    gap: 20px;
  }

  .featured-post-content {
    padding: 15px;
  }

  section.featured-blog-post {
    margin-top: 40px;
  }

  .featured-post-bg {
    padding-top: 300px;
  }

  .blog-breadcrumb-content h1 {
    font-size: 30px;
  }

  .blog-breadcrumb-content p {
    font-size: 16px;
  }

  .blog-cat {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }

  .blog-cat a {
    padding: 10px 0;
    border: none;
  }

  .featured-post-bottom-content {
    align-items: start;
  }

  .single-excerpt p {
    font-size: 16px;
  }

  .single-brand-item {
    margin: 0 15px;
  }

  .single-clients-slider {
    text-align: center;
    padding: 0;
    border-left: 0;
    border-right: 0;
  }
}

@media (max-width: 575px) {
  .single-do-process {
    grid-template-columns: 1fr;
  }

  .single-do-process:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .single-do-process:nth-child(even) .do-thumbnail {
    order: 1;
  }

  .single-do-process:nth-child(even) .do-content {
    order: 1;
  }
}