/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://example.com/hello-elementor-child
 Description:  Hello Elementor Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Importing the parent theme style.css */
@import url("../hello-elementor/style.css");

:root {
  --color1: #0174ad;
  --color2: #ff1c25;
  --color3: #292c2d;
  --color4: #fff;
}
.fix-header header {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 99;
}

/* .iconhead .elementor-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  border-radius: 30px;
  background: #e6e3e3;
  justify-content: center;
} */

.elementor-button {
  overflow: hidden;
  position: relative;
  z-index: 0;
  background: transparent linear-gradient(90deg, #3141c9 0%, #be3c36 100%) 0% 0%
    no-repeat padding-box;
}

.elementor-button span.elementor-button-icon {
  background: transparent linear-gradient(90deg, #3141c9 0%, #be3c36 100%) 0% 0%
    no-repeat padding-box;
  padding: 10px;
  border-radius: 20px;
  transform: rotate(-45deg);
  fill: #fff;
}
.elementor-button span.elementor-button-text {
  background: transparent linear-gradient(90deg, #3141c9 0%, #be3c36 100%) 0% 0%
    no-repeat padding-box;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-weight: 600;
  padding: 0 10px;
}
.elementor-button .elementor-button-content-wrapper {
  display: flex;
  align-items: center;
  transition: all 0.4s ease;
  background: #fff;
  border-radius: 30px;
  padding: 5px;
}
.elementor-button:hover .elementor-button-content-wrapper {
  flex-direction: inherit !important;
  transform: rotate3d(260deg);
}

.elementor-button:hover span.elementor-button-icon {
  transform: rotate(0deg);
}

.text-gradient {
  background: transparent linear-gradient(99deg, #3141c9 0%, #be3c36 100%) 0% 0%
    no-repeat padding-box;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.tab-custom .e-n-tab-title .e-n-tab-icon {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  order: var(--n-tabs-icon-order);
  overflow: hidden;
  float: right;
  right: 7px;
  position: absolute;
  padding: 7px;
  border-radius: 30px;
}

.tab-custom.elementor-widget-n-tabs
  > .e-n-tabs
  > .e-n-tabs-heading
  > .e-n-tab-title[aria-selected="true"]
  .e-n-tab-icon,
.tab-custom.elementor-widget-n-tabs
  > .e-n-tabs[data-touch-mode="false"]
  > .e-n-tabs-heading
  > .e-n-tab-title[aria-selected="false"]:hover
  .e-n-tab-icon {
  background: transparent linear-gradient(134deg, #3141c9 0%, #be3c36 100%) 0%
    0% no-repeat padding-box;
}
.tab-custom.elementor-widget-n-tabs
  > .e-n-tabs
  > .e-n-tabs-heading
  > .e-n-tab-title[aria-selected="true"]
  span.e-n-tab-title-text,
.tab-custom.elementor-widget-n-tabs
  > .e-n-tabs[data-touch-mode="false"]
  > .e-n-tabs-heading
  > .e-n-tab-title[aria-selected="false"]:hover
  span.e-n-tab-title-text {
  background: transparent linear-gradient(180deg, #3141c9 0%, #be3c36 100%) 0%
    0% no-repeat padding-box !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.tab-custom.elementor-widget-n-tabs
  > .e-n-tabs
  > .e-n-tabs-heading
  > .e-n-tab-title {
  width: 100%;
}

.tab-custom.elementor-widget-n-tabs
  > .e-n-tabs
  > .e-n-tabs-heading
  > .e-n-tab-title[aria-selected="true"],
.tab-custom.elementor-widget-n-tabs
  > .e-n-tabs[data-touch-mode="false"]
  > .e-n-tabs-heading
  > .e-n-tab-title[aria-selected="false"]:hover {
  background: transparent linear-gradient(180deg, #3141c9 0%, #be3c36 100%) 0%
    0% no-repeat padding-box !important;
  position: relative;
  z-index: 0;
}
.tab-custom.elementor-widget-n-tabs
  > .e-n-tabs
  > .e-n-tabs-heading
  > .e-n-tab-title[aria-selected="true"]:before,
.tab-custom.elementor-widget-n-tabs
  > .e-n-tabs[data-touch-mode="false"]
  > .e-n-tabs-heading
  > .e-n-tab-title[aria-selected="false"]:hover:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  bottom: -1px;
  right: -1px;
  background-color: #fff;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  z-index: 0;
  border-radius: 50px;
  z-index: -1;
}

.owce-carousel .owl-nav .owl-prev {
  left: 20px !important;
  top: 50% !important;
}
.owce-carousel .owl-nav .owl-next {
  right: 20px !important;
  top: 50% !important;
}
.owce-carousel .owl-nav i {
  border-radius: 50% !important;
}
.owce-carousel .owl-dots {
  margin-bottom: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.menu-item .hfe-menu-item {
  position: relative;
  z-index: 0;
  border-radius: 30px;
  background: transparent !important;
}
.hfe-nav-menu li.menu-item.current-menu-item,
.hfe-nav-menu li.menu-item:hover {
  position: relative;
  background: transparent linear-gradient(180deg, #3141c9 0%, #be3c36 100%) 0%
    0% no-repeat padding-box !important;
  border-radius: 30px;
}
.hfe-nav-menu li.menu-item {
  z-index: 0;
}
.hfe-nav-menu li.menu-item:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  background: #fff;
  z-index: -1;
  border-radius: 30px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
.menu-item .hfe-menu-item:hover {
  background: transparent linear-gradient(180deg, #3141c9 0%, #be3c36 100%) 0%
    0% no-repeat padding-box !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}



.menu-item.current-menu-item .hfe-menu-item {
  background: transparent linear-gradient(180deg, #3141c9 0%, #be3c36 100%) 0%
    0% no-repeat padding-box !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.sub-menu {
  padding: 8px !important;
}

.hfe-nav-menu .sub-menu li.menu-item:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  background: #fff;
  z-index: -1;
  border-radius: 7px !important;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}

.sub-menu
  .menu-item.current-menu-item
  a.hfe-sub-menu-item.hfe-sub-menu-item-active {
  background: transparent linear-gradient(180deg, #3141c9 0%, #be3c36 100%) 0%
    0% no-repeat padding-box !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.sub-menu li.menu-item {
  margin: 3px 0;
}
.hfe-nav-menu .sub-menu li.menu-item.current-menu-item,
.hfe-nav-menu .sub-menu li.menu-item:hover {
  border-radius: 8px;
}
.hfe-nav-menu .sub-menu li.menu-item:before {
  border-radius: 8px;
}

.servicemenu .hfe-nav-menu li.menu-item:before {
  background-color: #fafafa !important;
}
.servicemenu .menu-item:after {
  content: "\e8c0";
  font-family: "eicons";
  color: #000;
  position: absolute !important;
  right: 8px;
  top: 8px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-size: 100% !important;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat !important;
  border-radius: 30px;
  background: #fff;
  font-size: 16px;
  background-color: inherit !important;
  opacity: 1 !important;
}
.servicemenu .menu-item.current-menu-item:after {
  background: transparent linear-gradient(180deg, #3141c9 0%, #be3c36 100%) 0%
    0% no-repeat padding-box !important;
  color: #fff !important;
}
.servicemenu .menu-item:hover:after {
  background: transparent linear-gradient(180deg, #3141c9 0%, #be3c36 100%) 0%
    0% no-repeat padding-box !important;
  color: #fff !important;
}
/* Custom CSS can go here */

.elementor-widget-n-tabs .e-n-tabs {
  justify-content: flex-start;
  align-items: start;
}
.owce-carousel .owl-stage-outer {
  padding-top: 0px !important;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1240px !important;
  }
}
label {
  width: 100%;
}

select {
  font-family: "Inter", Sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: var(--e-global-color-text) !important;
  border-style: solid !important;
  border-width: 1px 1px 1px 1px !important;
  border-color: #a3a5bc !important;
  border-radius: 10px 10px 10px 10px !important;
  padding: 11px 15px 11px 15px !important;
}
.captcha p:first-child, .captcha p:last-child {
  display: none;
}
.captcha .cf7sr-g-recaptcha {
  transform: scale(0.65);
  -webkit-transform: scale(0.65);
  transform-origin: top right;
  -webkit-transform-origin: top right;
}
.captcha .cf7sr-g-recaptcha div {
  margin-left: auto;
}
.process-item:hover .process-box,
.process-item:hover .elementor-widget-heading {
  transform: translateY(-10px);
}
.process-box {
  width: 100px;
}
.process-wrap {
  width: 100px;
  height: 100px;
  position: relative;
}
.process-item {
  position: relative;
  z-index: 0;
}
.process-item:before {
  content: "";
  position: absolute;
  left: -50px;
  top: 52px;
  width: 25px;
  background-image: url(https://draftsite1.com/yap-lee-motor/wp-content/uploads/2025/08/Right-Arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}
.process-item:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 61px;
  translate: -50% 0;
  width: 85%;
  height: 1px;
  background-color: #3141c9;
  z-index: -1;
}

.process-item:before {
  content: "";
  position: absolute;
  left: -17px;
  top: 51px;
  width: 20px;
  height: 20px;
  background-image: url(https://draftsite1.com/yap-lee-motor/wp-content/uploads/2025/08/Right-Arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.process-wrap1::after {
  content: "";
  position: absolute;
  top: 60px;
  right: -54px;
  width: 210px;
  height: 244px;
  border-radius: 50%;
  background-image: url(https://draftsite1.com/yap-lee-motor/wp-content/uploads/2025/08/curve.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.process-wrap2 .process-item:before {
  scale: -1;
  left: -10px;
}
.process-item:first-child:before {
  content: "";
  display: none;
}
.process-item:first-child:after {
  content: "";
  position: absolute;
  width: 47%;
  right: 0;
  translate: 0 0;
}
.process-item:last-child::after {
  width: 47%;
  left: 0;
  translate: 0 0;
}
.process-wrap2 .process-item:last-child::after {
  width: 100%;
  left: 10px;
  translate: 0 0;
}
.process-item h2 small {
  line-height: 1.2;
  display: block;
  text-align: center;
}
.process-wrap .elementor-image-box-title {
  background: transparent linear-gradient(99deg, #3141c9 0% 0%, #be3c36 100%) 0%
    0% no-repeat padding-box;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  margin-top: 0;
}
.process-wrap .elementor-image-box-description {
  background: transparent linear-gradient(99deg, #3141c9 0% 0%, #be3c36 100%) 0%
    0% no-repeat padding-box;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.servicemenu .elementor-icon-list-item {
  background: #fafafa;
  padding: 10px !important;
  border-radius: 30px;
}
.servicemenu .elementor-icon-list-item .elementor-icon-list-icon {
  position: absolute !important;
  align-items: center;
  display: flex !important;
  flex-direction: column;
  flex-shrink: 0;
  order: var(--n-tabs-icon-order);
  overflow: hidden;
  float: right;
  right: 10px;
  padding: 7px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  top: 7px !important;
}
/* home banner css start */

.hero-banner .carousel-caption {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: inherit;
  left: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  text-align: left !important;
  transform: translate(0%, -50%);
}
.hero-banner .carousel-caption h3 {
  font: normal normal normal 52px/62px Inter;
  letter-spacing: 0px;
  color: #ffffff;
}
.arrow-control-slider {
  display: flex;
}
.arrow-control-slider span {
  background-color: var(--color1);
  padding: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  margin-right: 5px;
}
.arrow-control-slider span:hover {
  background-color: var(--color2);
}

.arrow-control-slider .control-prev {
  border-radius: 5px;
}
.arrow-control-slider .control-next {
  border-radius: 5px;
}
.arrow-control-bottom {
  display: flex;
  position: absolute;
  bottom: 15%;
  left: 0;
  z-index: 9;
  width: 100%;
}

.hero-banner .indicators-num {
  display: flex;
  position: absolute;
  bottom: 5%;
  left: 0;
  z-index: 9;
  width: 100%;
}
.hero-banner .carousel-indicator {
  display: flex;
}
.hero-banner .carousel-indicator span {
  color: #fff;
}
.hero-banner .carousel-indicator button {
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0;
  border: 0 !important;
  margin-right: 8px;
}
.hero-banner .carousel-indicator button .budge {
  background: #eee !important;
  opacity: 1 !important;
  padding: 3px 15px 3px 15px !important;
  border: 0 !important;
  border-radius: 0;
  width: 30px !important;
  height: 10px !important;
  display: inline-block;
}
.hero-banner .carousel-indicator button.active .budge {
  background: var(--color1) !important;
}
.hero-banner .carousel-indicator button .number {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.hero-banner .carousel-indicator button.active .number {
  color: var(--color1) !important;
}

/* home banner css end */

/* pagination style one css start  */
.pagination-style-one {
  display: inline-flex;
  justify-content: center;
}
.pagination-style-one .page-numbers.current {
  font-weight: 700 !important;
  color: var(--color1) !important;
}

/* gallery page pagination start */
.pagination-style-one .page-numbers.current {
    background: transparent linear-gradient(136deg, #3141C9 0%, #BE3C36 100%) 0% 0% no-repeat padding-box;
    color: #fff !important; 
    padding: 8px 14px; 
    border-radius: 10px;
}
/* gallery page pagination end */


.pagination-style-one .page-numbers {
  font: normal normal 700 18px / 22px Inter !important;
  letter-spacing: 0px;
  color: #292c2d !important;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #ececec;
  border-radius: 8px;
  text-decoration: none !important;
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
/* pagination style one css start  */

.iconservices {
  height: 100%;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  display: flex;
}

/* Blog css start */

.blog-post-card {
  margin-bottom: 40px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

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

.blog-image-wrapper img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

.blog-category-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--color1) !important;
  color: #fff;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 8px;
  text-transform: capitalize;
}

.blog-content {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.blog-content h2 {
  font-size: 34px !important;
  color: #0073aa;
  margin: 0;
}

.blog-content h2 a {
  color: #0073aa;
  text-decoration: none;
}

.blog-content p {
  margin-top: 10px;
}

.read-more-btn {
  display: inline-block;
  background: var(--color2);
  font-size: 16px !important;
  color: #fff !important;
  padding: 12px 30px !important;
  border-radius: 10px !important;
  margin-top: 15px;
  font-weight: 500;
  text-decoration: none;
}

.read-more-btn:hover {
  background: #292c2d !important;
  color: #fff !important;
}

h3.cat-color {
  color: var(--color1) !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  padding-bottom: 2px !important;
}

.sidebar-box h3 {
  margin-bottom: 15px;
}

.sidebar-box {
  background: #fff;
  border: solid 1px #ececec;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

.sidebar-box h3 {
  margin-bottom: 15px;
}

.category-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.category-list li {
  margin-bottom: 8px;
}

.category-list a {
  color: #292c2d;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px !important;
  width: 100%;
  display: block;
}
.category-list a span {
  float: right;
}
.category-list a:hover {
  color: #292c2d;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px !important;
}
.article-detail {
  padding: 70px 0;
}
.prevnext-post {
  font-size: 14px;
}
.recent-post {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  align-items: center !important;
}

.recent-post img {
  width: 70px;
  display: block;
}

.recent-post a {
  font-size: 16px !important;
  color: #292c2d !important;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  line-height: 21px;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recent-date {
  font-size: 14px !important;
  color: #292c2d !important;
  margin-top: 2px;
}

/* blog css end */

/* testimonials css start */

/* testimonials box one  css start */

.testimonials-box-one {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #ececec;
  border-radius: 10px 150px 10px 10px;
  padding: 0px 50px 50px 50px;
  text-align: center;
  margin-top: 55px;
  position: relative;
}
.testimonials-box-one:before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: calc(100% + 4px);
  height: 10px;
  background: var(--color1);
  left: -2px;
  border-radius: 0px 0px 10px 10px;
  transition: all 0.4s ease;
}
.testimonials-box-one:hover:before {
  content: "";
  background: var(--color2);
}

.testimonials-box-one .img-wrap {
  position: relative;
  margin-top: -50px;
}

.testimonials-box-one .img-wrap img {
  width: 100px !important;
  margin: 0px auto;
  border-radius: 50%;
}
.testimonials-box-one .title,
.testimonials-box-one-popup .title {
  font: normal normal normal 21px / 25px Inter;
  letter-spacing: 0px;
  color: var(--color1);
  margin-bottom: 5px;
  margin-top: 20px;
}
.testimonials-box-one .quate-img img {
  width: 25px;
  margin: 0 auto;
}
.testimonials-box-one .rating-area {
  color: #ffc107;
  font-size: 20px;
  margin-top: 24px;
}
.testimonials-box-one .content-box {
  height: 130px;
}
.testimonials-box-one .content-box .description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.read-more-link {
  text-decoration: underline !important;
  font: normal normal 700 15px / 28px Inter;
  letter-spacing: 0px;
  color: #292c2d !important;
}

/* testimonials box one  css end */

/* testimonials box two  css start */

.row.g-md-4.g-3 {
    display: flex;
    flex-wrap: wrap;
}

.row.g-md-4.g-3 .col-md-4 {
    display: flex;
}

.testimonials-box-main {
    flex: 1;
    display: flex;
}

.testimonials-box-two {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}



.testimonials-box-main {
  transition: all 0.4s ease;
  border-radius: 20px;
  padding: 1px;
  background-color: #a3a5bc;
}
.testimonials-box-main:hover {
  background: transparent linear-gradient(180deg, #3141c9 0%, #be3c36 100%) 0%
    0% no-repeat padding-box;
  transform: translateY(-10px);
  border: 0;
}

.testimonials-box-two {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 25px;
}
.testimonials-box-two .testimonials-wrap,
.testimonials-box-two-slider .testimonials-wrap {
  display: flex;
  align-items: center;
  justify-content: start;
}
.testimonials-box-two .rating {
  color: #ffc400;
  font-size: 18px;
}
.testimonials-box-two .content-box {
  font: normal normal 400 16px / 24px Inter;
  letter-spacing: 0px;
  color: #000;
  margin-bottom: 30px;
}
.testimonials-box-two .content-box strong {
  color: #bfa74b;
  font-weight: 500 !important;
  font-style: italic;
}
.testimonials-box-two .testimonials-wrap .img-wrap img,
.testimonials-box-two-slider .testimonials-wrap .img-wrap img {
  width: 70px !important;
  min-width: 70px !important;
  height: 70px;
  border-radius: 50%;
  margin-right: 10px;
}
.testimonials-box-two .testimonials-wrap .title,
.testimonials-box-two-slider .testimonials-wrap .title {
  font: normal normal 500 16px / 24px Inter;
  letter-spacing: 0px;
  color: #000;
  margin: 0;
}
.testimonials-box-two .testimonials-wrap {
  color: #ffc107;
  font-size: 16px;
}

/* testimonials css start */

/* testimonials popup css start */
.model-testimonial .img-wrap img {
  width: 130px !important;
  margin: 0px auto;
  border-radius: 50%;
}
.model-testimonial button.btn-close {
  position: absolute;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  right: -50px;
  top: 5px;
  z-index: 9;
  opacity: 1;
  filter: invert(1);
  padding: 0;
  width: 20px;
  box-shadow: none !important;
  outline: none;
}
@media only screen and (max-width: 991px) {
  .model-testimonial button.btn-close {
    right: 15px;
    top: 15px;
    filter: none;
  }
}

.model-testimonial button.btn-close:hover,
.model-testimonial button.btn-close:focus,
.model-testimonial button.btn-close:focus-visible {
  filter: brightness(0) saturate(100%) invert(24%) sepia(63%) saturate(7327%)
    hue-rotate(348deg) brightness(102%) contrast(103%);
}
.model-testimonial .modal-content {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 40px;
}
.model-testimonial .testimonials-wrap {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 15px;
}
.model-testimonial .testimonials-wrap .img-wrap {
  width: 80px;
  margin-right: 10px;
}
.model-testimonial .testimonials-wrap .img-wrap img {
  border-radius: 50%;
}
.model-testimonial .testimonials-wrap .title {
  font: normal normal 600 16px / 24px Inter;
  letter-spacing: 0px;
  color: #000;
  margin: 0;
}
.model-testimonial .rating {
  color: #ffc107;
  font-size: 16px;
}

.modal-backdrop {
  background-color: #000 !important;
  opacity: 0.8 !important;
}

/* testimonials popup css end */

/* slick dots start  */

.arrowbtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #3a3a3a;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 99;
  color: #fff;
  cursor: pointer;
}
.arrowbtn:hover {
  background: var(--color2);
  color: #fff;
}
.left-btn {
  left: 0;
}
.right-btn {
  right: 0;
}

ul.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  list-style: none;
}
ul.slick-dots li {
  margin: 0 5px;
}
ul.slick-dots li button {
  padding: 5px;
  font-size: 0;
  border-radius: 50% !important;
  width: 10px;
  height: 10px !important;
  background-color: #0a0c1799;
  border-color: #0a0c1700;
}
ul.slick-dots li.slick-active button,
ul.slick-dots li button:hover {
  background-color: #0a0c17 !important;
  border-color: #0a0c17 !important;
}
/* slick dots end  */

/* download pdf start */

.download-box .img-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #bec0c5;
  border-radius: 20px;
  overflow: hidden;
}
.download-box .img-box img {
  transition: 0.3s ease all;
}
.download-box:hover .img-box img {
  scale: 1.1;
}
.download-box .text-box h4 {
  text-align: left;
  font: normal normal 500 20px/26px Inter;
  letter-spacing: 0px;
  color: var(--color1);
  opacity: 1;
}
.download-box .text-box .description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.download-box .text-box .elementor-button img {
  filter: brightness(10);
}
.download-box .text-box .elementor-button:hover img {
  filter: inherit;
}

/* download pdf end */

/* other box one css start */

.other-box-one .img-wrap {
  position: relative;
  overflow: hidden;
}
.other-box-one .img-wrap img {
  transition: all 0.4s ease;
}
.other-box-one .img-wrap .btn-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s ease;
}
.other-box-one:hover .img-wrap .btn-center {
  opacity: 1;
}
.other-box-one:hover .img-wrap img {
  transform: scale(1.05);
}
.other-box-one .content-box .date {
  font: normal normal 600 13px / 18px Inter;
  letter-spacing: 1.6px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.other-box-one .content-box .title {
  font: normal normal 500 20px/28px Inter;
  letter-spacing: 0px;
  color: var(--color1);
  margin-bottom: 10px;
}
/* other box one css start */

/* filter css start */
ul#project-filter-list {
  display: flex;
  justify-content: center;
  margin-bottom: 40px !important;
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
}
ul#project-filter-list li {
  margin: 0 10px;
}
ul#project-filter-list li .cats {
  font: normal normal bold 18px / 30px Inter;
  letter-spacing: 0px;
  color: #292c2d;
  padding: 5px 15px;
  text-decoration: none;
}
ul#project-filter-list li .cats.active {
  color: var(--color1);
}

/* filter css end */

/* portfolio css start  */

.portfolio-box {
  position: relative;
  z-index: 0;
}
.portfolio-box:before {
  content: "";
  background: transparent
    linear-gradient(180deg, #ffffff 0%, #e3e3e3 43%, #575757 60%, #000000 100%)
    0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  border-radius: 22px 155px 22px 22px;
  opacity: 0.75;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 0;
}

.portfolio-box .portfolio-wrap {
  transition: all 0.4s ease;
  border-radius: 22px 150px 22px 22px;
  transform: translateY(53px);
}
.portfolio-box .portfolio-effect {
  overflow: hidden;
}
.portfolio-box .portfolio-img img {
  border-radius: 22px 150px 22px 22px;
}
.portfolio-box:hover .portfolio-wrap {
  transition: all 0.4s ease;
  transform: translateY(0px);
}
.portfolio-info {
  position: absolute;
  bottom: 0;
  padding: 20px;
  color: #fff;
}
.portfolio-info .title {
  font: normal normal normal 28px / 35px Inter;
  letter-spacing: 0px;
  color: #ffffff;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.portfolio-info p {
  font: normal normal normal 14px/21px Inter;
  letter-spacing: 0px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-normal {
  display: flex !important;
  align-items: center !important;
  font: normal normal 700 16px / 20px Inter !important;
  letter-spacing: 0px !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transition: all 0.4s ease;
}
.btn-normal svg {
  fill: #fff;
  margin-left: 10px;
  transition: all 0.4s ease;
  height: 14px !important;
}
.btn-normal:hover {
  color: var(--color1) !important;
}
.btn-normal:hover svg {
  fill: var(--color1) !important;
  transform: translateX(10px);
}
/* portfolio css end  */

.other-box-two {
  background: #fafafa 0% 0% no-repeat padding-box;
  border-radius: 20px;
}
.other-box-two .text-box {
  padding: 30px;
}
.other-box-two h4 {
  text-align: left;
  font: normal normal 600 24px / 34px Inter;
  letter-spacing: 0px;
  color: #101010;
  opacity: 1;
}
.other-box-two .videos-box video {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  min-height: 240px;
  object-fit: cover;
}

button.close-top-right,
button.close-top-right:hover,
button.close-top-right:focus,
button.close-top-right:focus-visible {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: transparent;
  border: 0;
  filter: invert(1);
  opacity: 1;
  border-radius: 0;
  box-shadow: none !important;
  outline: none;
  z-index: 9999;
}
.about-accordion .e-n-accordion-item[open]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: transparent linear-gradient(90deg, #3141c9 0%, #be3c36 100%) 0% 0%
    no-repeat padding-box;
}

.about-accordion .e-n-accordion-item-title-header {
  width: calc(100% - 50px);
}
.about-accordion .accordion-header-content {
  display: flex;
}
.about-accordion .accordion-header-content h2 {
  color: #0a0c17;
  display: inline-block;
  font: normal normal bold 30px/40px Inter;
  padding-right: 15px;
}
.about-accordion
  .e-n-accordion-item[open]
  > .e-n-accordion-item-title
  .accordion-header-content
  h2 {
  background: transparent linear-gradient(111deg, #3141c9 0%, #be3c36 100%) 0%
    0% no-repeat padding-box !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}
.about-accordion .accordion-header-content span {
  text-align: left;
  font: normal normal 500 18px/25px Inter;
  letter-spacing: 0px;
  color: #0a0c17;
  opacity: 1;
  display: inline-block;
  position: relative;
  width: 200px;
  padding-left: 15px;
  margin-right: 100px;
}
.about-accordion .accordion-header-content span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  height: 30px;
  border-left: 1px solid #0a0c17;
}
.about-accordion .accordion-header-content small {
  width: 50%;
  text-align: left;
  font: normal normal normal 15px/22px Inter;
  letter-spacing: 0px;
  color: #30334c;
  opacity: 1;
}
.about-accordion .e-n-accordion-item-title-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: #fafafa;
}

.gallery-wrap .event-box video {
  min-height: 300px;
  border-radius: 20px;
  object-fit: cover;
}
.gallery-wrap .event-box img {
  border-radius: 20px;
  object-fit: cover;
}
.gallery-wrap .event-box .videos-box {
  position: relative;
}

.gallery-wrap .event-box .videos-box .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.gallery-model video {
  border-radius: 20px;
}
.gallery-model img {
  border-radius: 20px;
}
.owce-carousel-container {
  padding: 0 0px !important;
}
.gallery-model {
  background: #323232;
}

.gallery-model .btn-close {
  position: absolute;
  right: 40px;
  top: 40px;
  opacity: 1;
  background-color: #fff !important;
  max-width: 50px;
  min-width: 50px;
  height: 50px !important;
  border-radius: 50%;
  min-height: 50px;
  padding: 0;
  filter: brightness(10);
  font-weight: 600;
}
ul#category-filter-list {
  background: #fafafa 0% 0% no-repeat padding-box;
  border: 1px solid #a3a5bc;
  border-radius: 40px;
  padding: 10px;
  display: inline-flex;
  justify-content: center;
  margin: auto;
}
ul#category-filter-list li a {
  font: normal normal 500 16px / 24px Inter;
  letter-spacing: 0px;
  color: #0a0c17;
  border-radius: 40px;
  padding: 8px 15px;
  text-transform: capitalize;
  display: block;
}
ul#category-filter-list li {
  margin: 0 2px;
}
ul#category-filter-list li a.active {
  background: transparent linear-gradient(90deg, #3141c9 0%, #be3c36 100%) 0% 0%
    no-repeat padding-box;
  color: #fff;
}
.e-font-icon-svg:focus, .e-font-icon-svg:focus-visible{
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}









@media only screen and (max-width: 1023px) {
.hfe-nav-menu li.menu-item.current-menu-item.parent-has-child, .hfe-nav-menu li.menu-item.parent-has-child:hover {
  background: #fff !important;
 }
}
@media only screen and (max-width: 768px) {
  /* .hfe-nav-menu li.menu-item.parent-has-child:before {
    opacity: 0;
  } */
  .hfe-nav-menu li.menu-item.current-menu-item.parent-has-child, .hfe-nav-menu li.menu-item.parent-has-child:hover {
   background: #fff !important;
  }
  .captcha .cf7sr-g-recaptcha div {
    margin-left: 0;
  }
  .captcha .cf7sr-g-recaptcha {
    transform-origin: top left;
    -webkit-transform-origin: top left;
}
  .process-wrap1::after {
    display: none;
  }
  .process-item:before {
    content: "";
    left: 0px;
    right: 0;
    top: 170px;
    transform: rotate(90deg);
    margin: auto;
  }
  .process-item {
    margin-bottom: 50px;
  }
  .process-item:first-child:before {
    content: "";
    display: block;
  }
  .process-item.end:first-child:before {
    content: "";
    display: none !important;
  }
  .process-wrap2 .process-item:before {
    scale: 1;
    left: 0px;
  }
  .process-item:after {
    opacity: 0;
  }
  h3.cat-color {
    font-size: 18px !important;
  }
  .sidebar-box {
    padding: 10px;
  }
  .blog-content h2 {
    font-size: 24px !important;
  }
  .read-more-btn {
    font-size: 14px !important;
    padding: 8px 20px !important;
    border-radius: 7px !important;
  }
  .article-detail {
    padding: 30px 0;
  }
  .about-accordion .accordion-header-content {
    display: block;
  }

  /* banner responsive css  start */
  .hero-banner .carousel-caption h3 {
    font-size: 24px;
    line-height: 30px;
  }
  /* banner responsive css  end */

  .arrowbtn {
    width: 30px;
    height: 30px;
  }

  ul#project-filter-list li .cats {
    font-size: 16px;
    padding: 5px 2px;
  }

  .portfolio-info .title {
    font-size: 18px;
    line-height: 23px;
  }

  .other-box-two h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
