/*--------------------------- default setting -----------------------------*/
:root{
    --font-regular: 'exoregular';
    --font-bold: 'exobold';
    --font-rubikregular:'rubikregular';
    --color-drblue:#373F85;
    --color-nvyblue:#0b146b;
   /* --color-red:#fa0001;*/
    --color-red:#b30001;
    --color-white: #fff;
    --color-black:#1D231F;
    --color-gray:#595959;
    --color-drkred:#b30001;
    --shadow-1:0px 6px 34px rgba(215, 216, 222, 0.41);
}
/*=================== Common =========================*/
p {
    font-family: var(--font-rubikregular);
    line-height: 2;
    font-size: 16px;
}
a{
    font-family: var(--font-rubikregular);
    line-height: 2;
    font-size: 16px;
}
/*===================== Keyframe ======================*/
/*-------- Bounce ------------*/
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/*---------------rippleBorder -----------*/
@keyframes rippleBorder {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2.3);
    transform: scale(2.3);
    opacity: 0;
  }
}
/*====================== Btn =========================*/
.tmp-btn {
    padding: 0 26px;
    font-family: var(--font-secondary);
    line-height: 10px;
    max-width: max-content;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    transition: 0.3s;
    border-radius: 4px;
    display: flex;
    align-items: center;
    min-width: max-content;
    position: relative;
    z-index: 1;
    height: 60px;
    justify-content: center;
}
/*==================== Menu & Logo ===================*/
.call-us ul li a {
    color: #000000;
    font-family: var(--font-bold);
    font-size: 25px;
}
.header-2 .navigation > ul > li:hover {
    background: unset;
}
.header-2 .top-bar-section {
    background: var(--color-nvyblue);
}
.header-2 .top-bar-section.top-bar-bg-color a, .header-2 .addr {
    font-family: sans-serif;
}
.header-2 .top-bar-section i {
    color: #ffffff;
}
.call-us ul li a {
    color: #000000;
    font-family: sans-serif;
}
.logo a {
    display: inline-block;
    padding: 0 0;
}
.header-2 .primary-header, .navigation .sub-nav, .appointment {
    background: var(--color-nvyblue);
}
.header-2 .navigation > ul > li.active a {
    background: var(--color-red);
}
.header-2 .navigation > ul > li > a {
    color: #ffffff !important;
    font-family: var(--font-bold);
    font-size: 15px;
    padding: 10px 28px;
}
.header-2 .navigation > ul > li > a:hover, .navigation .sub-nav li a:hover {
    background: var(--color-red);
    color: #ffffff;
}
.btn-white-line, .btn-color-line {
    font-family: sans-serif;
}
/*=========================== Breadcrum ================================*/
.breadcrumb_section {
    background: #000;
    height: 200px;
    color: #fff;
}
.product_pagetitle h2,.service_pagetitle h2 {
    font-family: var(--font-bold);
    color: #fff;
    font-size: 30px;
    padding: 80px 0;
}
.breadcrumb-list ul li {
    font-family: var(--font-rubikregular);
    color: #fff;
    padding: 80px 0;
}
.product_pagetitle, .service_pagetitle {
    font-family: var(--font-rubikregular);
    color: var(--color-red);
}
/*=========================== Banner ===================================*/
.cd-hero-slider li:before {
    background: unset;
}
.cd-slider-nav ul {
    height: 100%;
    position: relative;
    top: -60px;
    padding-bottom: 30px !important;
}
.cd-slider-nav .cd-marker, .cd-slider-nav li {
    width: 6%;
    text-align: center;
    display: contents;
}
.cd-slider-nav li a {
    padding: 0;
    display: inline-block;
    justify-content: center;
}
.cd-slider-nav a::before {
    width: unset;
}
.cd-slider-nav li:last-child a::after{
    width: unset;
}
.cd-slider-nav li .slide-number {
    display: none;
}
.cd-slider-nav {
    height: 0;
}
.cd-slider-nav li .slide-number {
    background-color: #c7844f;
}
.cd-slider-nav li a {
    background: var(--color-red);
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.cd-slider-nav li .slide-number {
    display: none;
}
.cd-slider-nav a:hover, .cd-slider-nav li.selected a, .cd-slider-nav li.selected a:hover {
    background-color: var(--color-nvyblue);
}
.cd-hero a.btn-text {
    display: none;
}
/*============================= Home ==========================================*/
/*----------- Feature ---------------*/
.margin-top-feature-ev-charging.margin-top-feature-ev-charging {
    margin-top: -30px;
}
.invers-feature-card-one {
    background: var(--color-white);
    border-radius: 10px;
    padding: 20px 15px;
    position: relative;
    height: 100%;
    z-index: 2;
    border: 2px solid transparent;
    transition: 0.3s;
    box-shadow: var(--shadow-1);
    height: 300px;
}
.margin-top-feature-bio-energy .invers-feature-card-one .with-flex-column {
    flex-direction: column;
    align-items: flex-start;
    display: flex !important;
    gap: 1.5rem !important;
}
.invers-feature-card-one .icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--color-red);
    box-shadow: var(--shadow-1);
    flex: 0 0 auto;
}
.invers-feature-card-one .icon img {
    /*filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(28%) hue-rotate(74deg) brightness(108%) contrast(107%);
    max-width: 35px;*/
}
.invers-feature-card-one .card-title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.4;
    color: var(--color-nvyblue);
    font-family:var(--font-bold);
}
.invers-feature-card-one .description {
    margin-top: 20px;
    margin-bottom: 0;
}
/* hover */
.invers-feature-card-one:hover {
    border: 2px solid var(--color-red);
}
.invers-feature-card-one:hover .icon img {
    animation: bounceIn 0.8s ease;
}

/*----------------- Welcome ----------------------------*/
.tmp-section-gapBottom {
    padding-bottom: 70px;
}
.about-image-area5 {
    position: relative;
    z-index: 1;
    margin-right: 25px;
}
.about-image-area5 .count-outer {
    font-size: 35px;
    font-family: var(--font-bold);
    line-height: 1;
}
.about-image-area5 .counter-area p {
    font-size: 18px;
    font-weight: 600;
}
.about-image-area5::before {
    content: "";
    position: absolute;
    background: var(--color-red);
    width: 7px;
    height: 30%;
    border-radius: 2px;
    top: 0;
    right: -25px;
}
.about-image-area5 img {
    border-radius: 4px;
}
.about-image-area5 .counter-area {
    background: var(--color-white);
    box-shadow: 0px 4px 21px rgb(0 0 0 / 7%);
    border-radius: 6px;
    position: absolute;
    bottom: 30px;
    left: 5px;
    text-align: start;
    padding: 20px 20px 10px;
    z-index: 10;
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
}
.about-image-area5 .counter-area .icon {
    position: absolute;
    z-index: 1;
    top: -40px;
    left: 30px;
}
.about-image-area5 img {
    border-radius: 4px;
}
.rounded-player-2 {
    border: 0;
    width: 80px;
    height: 80px;
    bottom: 50px;
    right: 50px;
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    position: absolute;
    border-radius: 100%;
    background: var(--color-white);
    margin: 0 auto;
    display: inline-block;
    padding: 0;
    z-index: 1;
}
.rounded-player-2.with-animation::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    border: 1.5px solid var(--color-white);
}
.rounded-player-2.with-animation::before {
    -webkit-animation: rippleBorder 2s linear infinite;
    animation: rippleBorder 2s linear infinite;
}
.rounded-player-2 .play-icon {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.rounded-player-2 .play-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    transform: translate(-6px, -9px);
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 15px solid var(--color-red);
}
.rounded-player-2.with-animation::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    border: 1.5px solid var(--color-white);
    animation: rippleBorder 2s linear 1s infinite;
}
.about-image-area5 .shape {
    position: absolute;
}
.about-image-area5::after {
    content: "";
    position: absolute;
    background: var(--color-red);
    width: 7px;
    height: 60%;
    border-radius: 2px;
    bottom: 0;
    right: -25px;
}
.tmp-about-area4 .right-side-content {
    margin-left: 45px;
}
.section-title-area-4 .sub-title::after {
    content: "";
    position: absolute;
    width: 42px;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    background: linear-gradient(90deg, var(--color-red), rgba(33, 38, 45, 0)) !important;
}
.section-title-area-4 .section-title {
    font-size: 40px;
    text-align: left;
    color: var(--color-nvyblue);
    font-family: var(--font-bold);
    line-height: 1.3;
}
.tmp-about-area4 .right-side-content .button-area {
    margin-top: 20px;
}
.tmp-about-area4 .right-side-content .button-area .call-btn {
    display: flex;
    gap: 15px;
    margin-bottom: 0;
}
.tmp-about-area4 .right-side-content .button-area .call-btn .icon {
    min-width: 60px;
    height: 60px;
    line-height: 65px;
    border-radius: 50%;
    border: 1px solid #e4e4e4;
    display: block;
    text-align: center;
    transform: rotate(-45deg);
}
.tmp-about-area4 .right-side-content .button-area .call-btn .icon span {
    color: var(--color-red);
    font-size: 30px;
    margin-left: 12px;
}
.tmp-about-area4 .right-side-content .button-area .call-btn .text p {
    margin-bottom: 5px;
}
.tmp-about-area4 .right-side-content .button-area .call-btn .text a {
    font-family: var(--font-primary);
    color: var(--color-heading-1);
    font-weight: 600;
}
.hover-moving-primary::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s;
}
.tmp-btn.btn-primary {
    background: var(--color-red) !important;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.tmp-btn.hover-icon-reverse .icon-reverse-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tmp-btn.hover-icon-reverse .icon-reverse-wrapper .btntext {
    display: inline-block;
    transition: transform 0.6s 0.125s cubic-bezier(0.1, 0.75, 0.25, 1);
    margin-inline-start: -23px;
    font-family: var(--font-rubikregular);
    font-weight: 700;
}
.tmp-btn.hover-icon-reverse .icon-reverse-wrapper .btnicon {
    display: inline-block;
    transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
    transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
}
.tmp-btn.hover-icon-reverse .icon-reverse-wrapper i {
    padding-left: 6px;
    display: inline-block;
    top: -2px;
    position: relative;
    font-size: 16px;
}
.tmp-btn.hover-icon-reverse .icon-reverse-wrapper .btnicon2 {
    margin-inline-end: 0;
    margin-inline-start: 8px;
    display: inline-block;
    margin-inline-start: 0;
    margin-inline-end: 0;
    opacity: 0;
    transform: translateX(-10px);
    transition-delay: 0s;
    order: -2;
}
.tmp-btn.hover-icon-reverse .icon-reverse-wrapper .btnicon2 i {
    padding-right: 6px;
}
.tmp-btn.btn-primary::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    transform: scaleY(0);
    z-index: -1;
    transform-origin: top center;
    transition: transform 0.24s ease-in-out, -webkit-transform 0.24s ease-in-out;
}
.about-image-area5 .shape.two {
    bottom: 0;
    right: 0;
}
.about-image-area5 img.shape.one {
    left: 0;
}
.section-title-area-4 .sub-title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: var(--font-bold);
    position: relative;
    z-index: 1;
    padding-left: 0;
    max-width: max-content;
    color:var(--color-red);
}
.tmp-btn.btn-primary:hover {
    color: var(--color-white);
}
.tmp-btn.hover-icon-reverse:hover .icon-reverse-wrapper .btntext {
    transition-delay: 0.1s;
    transform: translateX(23px);
}
.tmp-btn.hover-icon-reverse:hover .icon-reverse-wrapper .btnicon {
    opacity: 0;
    transition-delay: 0s;
    transform: translateX(10px);
}
.tmp-btn.hover-icon-reverse:hover .icon-reverse-wrapper .btnicon2 {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.225s;
}
.tmp-btn.btn-primary:hover::after {
    transform: scaleY(1);
    transform-origin: bottom center;
}
/*------------------------------ prd ----------------------*/
.tmp-service-area.area-3 {
    background: #F6F6F6;
    padding: 70px 0;
}
.tmp-service-area .section-title-area-4 {
    display: flex;
    align-items: center !important;
    justify-content: space-between !important;
}
.tmp-service-area .section-title-area-4 .right-side-text {
    max-width: 561px;
}
.tmp-service-area .service-wrapper-3 {
    transition: all 0.4s ease;
    border-radius: 6px;
    overflow: hidden;
    display: block;
    margin: 10px;
}
.tmp-service-area .service-wrapper-3 .image-area {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
}
.tmp-service-area .service-wrapper-3 .image-area a {
    display: block;
}
.tmp-service-area .service-wrapper-3 .image-area a img {
    transition: 0.4s;
    width:100%;
}
.tmp-service-area .image-area .content {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    gap: 15px;
    width: 85%;
    z-index: 2;
    opacity: 0;
    transition: all 0.4s ease;
}
.tmp-icon-overlay-link-btn.btn-xxl {
    min-height: 70px;
    min-width: 70px;
}
.tmp-icon-overlay-link-btn {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: var(--color-red);
    font-size: 14px;
    text-align: center;
    background: 0 0;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.tmp-icon-overlay-link-btn .tmp-btn-overlay {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tmp-icon-overlay-link-btn i.tmp-icon {
    transition: all 0.4s ease;
    color: var(--color-red);
    transform: rotate(-45deg);
}
.tmp-icon-overlay-link-btn.btn-xxl i {
    font-size: 24px;
    font-weight: 400;
}
.tmp-icon-overlay-link-btn i.tmp-icon-bottom {
    position: absolute;
    transition: var(--transition);
    transform: translateY(300%) translateX(-475%) rotate(-45deg);
    color: var(--color-white);
}
.tmp-icon-overlay-link-btn.btn-bg-dark::after {
    background-color: var(--color-white);
}
.tmp-icon-overlay-link-btn.btn-bg-dark::after {
    background-color: var(--color-white);
}
.tmp-icon-overlay-link-btn::after {
  transition: var(--transition);
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--primary-100);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  z-index: -1;
}
.tmp-service-area .service-wrapper-3 .image-area::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -100%;
  left: 0;
  z-index: 1;
  transition: all 0.4s ease;
  opacity: 0;
  pointer-events: none;
  /*background: linear-gradient(180.06deg, rgba(255, 94, 20, 0) 0.05%, rgba(255, 94, 20, 0.25) 48.5%, #FF5E14 99.95%);*/
  background:linear-gradient(180.06deg, rgba(255, 94, 20, 0) 0.05%, #ed303152 48.5%, #b30001 99.95%);
}
/* hover */
.tmp-service-area .service-wrapper-3:hover .image-area a img {
  transform: scale(1.12);
}
.tmp-service-area .service-wrapper-3:hover .image-area .content {
  bottom: 40px;
  opacity: 1;
}
.tmp-service-area .service-wrapper-3:hover .image-area::after {
  bottom: 0;
  opacity: 1;
}
.tmp-service-area .content p{
    color: var(--color-white);
}
.tmp-button-overlay-with-text:hover {
  background: 0 0;
  border-color: transparent;
  color: var(--color-white);
}
.tmp-icon-overlay-link-btn:hover {
  background: var(--color-primary);
  border-color: transparent;
  color: var(--color-white);
}
.tmp-icon-overlay-link-btn:hover i.tmp-icon {
  transform: translateY(-300%) translateX(475%);
}
.tmp-icon-overlay-link-btn:hover i.tmp-icon-bottom {
  transform: translateY(0) translateX(0) scale(1.1) rotate(-45deg);
}
.tmp-icon-overlay-link-btn:hover::after {
  background: var(--color-red);
  border: 2px solid var(--color-red);
  color: var(--color-white);
}
/*------------------ why choose -------------------------*/
.why-choose-area {
    padding: 60px 0;
}
.tmp-why-choose-item-wrapper .single-item-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.tmp-why-choose-item-wrapper .single-item-wrapper .icon {
    height: 80px;
    width: 80px;
    border-radius: 4px;
    /*background: #ffdddd;*/
    background: #e1999933;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tmp-why-choose-item-wrapper .single-item-wrapper .chy-chsse-single-content .title {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.3;
    text-transform: capitalize;
    font-weight: 700;
    font-family: 'exobold';
}
.tmp-why-choose-item-wrapper.mt--35 {
    margin-top: 20px;
}
.chy-chsse-single-content {
    width: 400px;
}
.button-area-why-choose {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 40px;
}
.working-process-image-wrapper {
    position: relative;
    z-index: 1;
    text-align: end;
    height: 100%;
    right: -100px;
    max-width: 85%;
}
.working-process-image-wrapper img:nth-child(2) {
    position: absolute;
    bottom: 0;
    left: -60px;
    z-index: 1;
    max-width: 270px;
    border-radius: 6px;
    transform: translate3d(0px, 31.247px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    -webkit-transform: translate3d(0px, 31.247px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
}
.why-choose-area .rounded-player-2.position-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.why-choose-area .align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display:flex;
}
.tmp-why-choose-item-wrapper .single-item-wrapper:hover .icon img {
    animation: bounceIn 0.8s ease;
}
.button-area-why-choose .text-btn:hover {
    color: var(--color-red);
}
.hover-moving-primary::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s;
}
.hover-moving-primary:hover {
    color: var(--color-red) !important;
}
.hover-moving-primary {
    position: relative;
    display: inline-block;
    transition: 0.3s;
    font-family: var(--font-rubikregular);
    font-weight: 600;
}
.hover-moving-primary:hover::after {
    transform-origin: bottom left;
    transform: scaleX(1);
}

/*------------------------- our ser -----------------------------*/
.tmp-project-area.three {
    position: relative;
    z-index: 1;
    background: rgba(149, 149, 149, 0.1);
    padding: 60px 0;
}
.project-wrapper2 {
    /*clip-path: polygon(0% 3.03%, 0% 3.03%, 0.025% 2.539%, 0.099% 2.072%, 0.217% 1.638%, 0.376% 1.241%, 0.571% 0.888%, 0.798% 0.585%, 1.053% 0.338%, 1.332% 0.154%, 1.632% 0.04%, 1.948% 0%, 85.62% 0%, 85.62% 0%, 85.763% 0.008%, 85.905% 0.032%, 86.044% 0.073%, 86.181% 0.128%, 86.315% 0.199%, 86.445% 0.285%, 86.571% 0.385%, 86.692% 0.499%, 86.808% 0.628%, 86.918% 0.77%, 99.349% 18.036%, 99.349% 18.036%, 99.468% 18.215%, 99.576% 18.409%, 99.672% 18.614%, 99.757% 18.831%, 99.83% 19.058%, 99.89% 19.293%, 99.938% 19.536%, 99.972% 19.785%, 99.993% 20.039%, 100% 20.296%, 100% 96.97%, 100% 96.97%, 99.975% 97.461%, 99.901% 97.928%, 99.783% 98.362%, 99.624% 98.759%, 99.429% 99.113%, 99.202% 99.415%, 98.947% 99.662%, 98.668% 99.846%, 98.368% 99.96%, 98.052% 100%, 1.948% 100%, 1.948% 100%, 1.632% 99.96%, 1.332% 99.846%, 1.053% 99.662%, 0.798% 99.415%, 0.571% 99.113%, 0.376% 98.759%, 0.217% 98.362%, 0.099% 97.928%, 0.025% 97.461%, 0% 96.97%, 0% 3.03%);*/
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.project-wrapper2::before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.37) 66.64%, rgba(0, 0, 0, 0.66) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    transition: all 0.4s ease;
    opacity: 1;
    pointer-events: none;
}
.project-wrapper2 .image-area a img {
    transition: 0.5s;
}
.project-wrapper2 .content {
    max-width: 92%;
    position: absolute;
    z-index: 2;
    width: 100%;
    max-width: max-content;
    left: 30px;
    bottom: -60px;
    text-align: start;
    transition: all 0.4s ease;
}
.project-wrapper2 .content .sub-title {
    color: #ffffff;
    font-weight: 400;
    font-family: var(--font-bold);
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.project-wrapper2 .content .title {
    margin-bottom: 45px;
    transition: all 0.4s ease;
    line-height: 1.2;
    font-size: 30px;
}
.project-wrapper2 .content .title a {
    color: var(--color-white);
    transition: all 0.4s ease;
}
.tmp-btn.btn-border.btn-bg-dark {
    border-color: rgba(241, 241, 241, 0.1843137255);
    color: white;
}
.tmp-btn.btn-sm {
    padding: 0 22px;
    font-size: 16px;
    height: 45px;
    line-height: 43px;
}
.tmp-btn.btn-border::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--color-red);
    transform: translateY(110%);
    transition: 0.3s;
    transition-delay: 0.1s;
    z-index: -1;
    transform: scaleY(0);
    z-index: -1;
    transform-origin: top center;
    transition: transform 0.24s ease-in-out, -webkit-transform 0.24s ease-in-out;
}
.project-wrapper2::after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 0.01%, #000000 100%);
    width: 100%;
    height: 100%;
    bottom: 0;
    opacity: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    transition: all 0.4s ease;
    pointer-events: none;
}
/* hover */
.project-wrapper2:hover .image-area a img {
    transform: scale(1.15);
}
.project-wrapper2:hover .content {
    bottom: 30px;
}
.project-wrapper2:hover .content .title {
    margin-bottom: 25px;
}
.tmp-project-area.three .right .bottom-content {
    padding-left: 30px;
    position: relative;
    z-index: 1;
}
.tmp-project-area.three .right .bottom-content .shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.tmp-project-area.three .right .bottom-content p {
    margin-bottom: 22px;
}
.project-wrapper2 .content .title a {
    font-size: 30px;
    text-transform: capitalize;
    white-space: nowrap;
    line-height: 1.5;
}
.tmp-project-area .tmp-btn.btn-border.btn-bg-dark:hover {
    border-color: var(--color-red);
}
.tmp-project-area .tmp-btn.btn-border:hover {
    color: white;
    border: 1px solid transparent;
}
.tmp-project-area .tmp-btn.btn-border.btn-bg-dark:hover::after {
    background: var(--color-red);
    transform: scaleY(1);
    transform-origin: bottom center;
}

/* testi */
.testimonial_wrapper__block {
    color: #fff;
    background: #ffffff;
}
.section-title-area-3 .sub-title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: var(--font-bold);
    position: relative;
    z-index: 1;
    padding-left: 0;
    max-width: max-content;
    color: var(--color-red);
}
.section-title-area-3 .sub-title {
    margin: 0 auto;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: var(--color-red);
    font-family: var(--font-bold);
    position: relative;
    max-width: max-content;
    z-index: 1;
    padding: 0 35px;
}
.section-title-area-3 .sub-title::before {
    content: "";
    position: absolute;
    width: 56px;
    height: 2px;
    background: linear-gradient(-90deg, var(--color-red), rgba(33, 38, 45, 0)) !important;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}
.section-title-area-3 .sub-title::after {
    content: "";
    position: absolute;
    width: 56px;
    height: 2px;
    background: linear-gradient(90deg, var(--color-red), rgba(33, 38, 45, 0)) !important;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
}
.section-title-area-3 .section-title {
    font-size: 40px;
    color: var(--color-nvyblue);
    font-family: var(--font-bold);
    line-height: 1.3;
    text-align: center;
}
.author_img__block {
    width: 100%;
    height: 60px;
}
.single_carousel::after {
    background: var(--color-red);
    top:10px;
}
.single_carousel > p {
    padding: 50px 35px 5px;
    background: unset;
    height: 120px;
    font-size: 18px;
    color: #000000;
    line-height: 1.5;
}
.qc-slider-nav1.owl-nav.disabled {
    text-align: center;
    margin: 30px 0 0;
}
.qc-slider-nav1 button {
    background: var(--color-red);
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.qc-slider-nav1 button:hover {
    background: var(--color-nvyblue);
}
.single_carousel {
    background: rgba(149, 149, 149, 0.1);
    color: #000;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 13%);
    margin-top: 35px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
}
.qc-slider-nav1.owl-nav {
    text-align: center;
    margin-top: 25px;
}
.testimonialcarosule-wrap .rating-box {
    position: absolute;
    top: 10px;
    right: 35px;
    display: block;
    background: var(--color-red);
    padding: 6px 15px 6px;
    border-radius: 10px;
    border-top-right-radius: 0px;
    z-index: 5;
}
.rating-box ul {
    overflow: hidden;
    padding: 5px;
    margin-bottom: unset;
}
.rating-box ul li span {
    font-size: 20px;
    color: var(--color-white);
}
.rating-box ul li {
    position: relative;
    display: inline-block;
    margin-right: 0px;
    line-height: 0;
}
.author_tablecell__block > p {
    font-size: 22px;
}


/*============================ Gallery ==========================*/
.nf-item.grid-sizer .item-box {
    height: 280px;
    width: 100%;
}
.nf-item.grid-sizer .item-box img {
    height: 280px;
    width: 100%;
}
/*=============================== Product ========================*/
.pro_title {
    font-size: 28px !important;
    line-height: 1.8 !important;
    color: var(--color-nvyblue) !important;
    font-family: var(--font-bold) !important;
    margin-bottom: 20px;
}

/*========================= Service ===============================*/
section.ser_sec {
    padding: 70px 0;
}
.nav-item.left-head {
    margin-bottom: 15px;
    width: 100%;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #ffffff;
    background: var(--color-red);
}
.tab-content>.tab-pane.active {
    display: block !important;
}
.tab-content>.tab-pane {
    display: none !important;
}
.ser_sec .nav-link {
    background-color: var(--color-nvyblue);
    border-radius: 15px;
    font-size: 16px;
    font-weight: 700;
    color: var(--color-white);
    padding: 20px 10px;
    position: relative;
    transition: all 500ms ease;
    font-family: var(--font-bold);
    line-height: 1.5;
}
.ser_sec ul.nav.nav-tabs {
    border-bottom: unset;
}
.ser_sec .nav-link i {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 15px;
    color: #191825;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 25px;
    height: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 45px;
    font-weight: 900;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: var(--color-red);
    color: #ffffff;
}
.ser_sec .tab-pane h3 {
    font-size: 25px !important;
    line-height: 1.8 !important;
    color: var(--color-nvyblue) !important;
    font-family: var(--font-bold) !important;
    margin: 20px 0 10px;
    text-transform: capitalize;
}
.ser_sec .tab-content {
    margin: unset;
}
.ser_img img {
    border-radius: 10px;
}
.ser_sec .tab-pane h5 {
    color: var(--color-nvyblue);
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    font-family: var(--font-bold);
}
li.sercont_li {
    list-style: none;
    font-family: var(--font-rubikregular);
    line-height: 2;
    font-size: 16px;
}
ul.sercont_ul {
    padding: unset;
}
.ser_sec .col-md-4 {
    position: sticky;
    top: 40px;
}
li.sercont_li span {
    color: var(--color-red);
    margin-right: 10px;
    font-size: 20px;
    line-height: 1.5;
}
/*========================== Contact ===========================*/
.tmp-top-contact-area {
    padding: 80px 0 50px;
}
.tmp-get-in-touch-area.area-3 .get-in-touch-wrapper {
    text-align: center;
    border-radius: 4px;
    background: var(--color-white);
    height: 285px;
    padding: 30px 27px;
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    transition: all 0.4s ease;
}
.tmp-get-in-touch-area.area-3 .get-in-touch-wrapper .icons {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 20px;
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    display: flex;
    align-items: center;
    justify-content: center;
}
.tmp-get-in-touch-area.area-3 .get-in-touch-wrapper .icons i {
    font-size: 36px;
    color: var(--color-red);
}
.tmp-get-in-touch-area.area-3 .get-in-touch-wrapper .title {
    margin-bottom: 15px;
    color: #000000;
    font-size: 20px;
    line-height: 1.2;
    font-family: var(--font-bold);
}
.tmp-get-in-touch-area.area-3 .hover-moving-primary {
    color: #8d8d8d;
}
.tmp-get-in-touch-area.area-3 p {
    margin-bottom: 0;
}
.tmp-get-in-touch-area.area-3 .get-in-touch-wrapper:hover {
    transform: scale(1.02);
}
.tmp-get-in-touch-area.area-3 .get-in-touch-wrapper:hover .icons i {
    animation: bounceIn 0.8s ease;
}
div#project-section {
    background: rgba(149, 149, 149, 0.1);
}
.cont_frm {
    background-color: #ffffff;
    padding: 30px 25px;
    border-radius: 6px;
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
}
.cont_frm h4 {
    font-size: 30px;
    text-align: left;
    color: #000;
    font-family: var(--font-bold);
    line-height: 1.3;
}
.contact-form {
    margin-top: 30px;
}
form.contact-form input {
    font-family: var(--font-rubikregular);
    line-height: 2;
    font-size: 16px;
}
form.contact-form textarea {
    font-family: var(--font-rubikregular);
    line-height: 2;
    font-size: 16px;
}
.contact_map iframe {
    border-radius: 6px;
}













/*QC FOOTER STYLE START*/
.contact_us1 h5 {
    font-size: 16px;
    font-family: var(--font-rubikregular);
    color: #eee;
    margin-bottom: 5px;
}

#qcfooter-block {padding: 40px 0px; background: #000644; color: #fff;}
#qcfooter-block h3 {font-size: 20px;font-family: var(--font-bold); line-height: 1.5;}
.footer-content {margin: 5px 0px;}
.footer-content .qc-brand {height: 60px; display: none; margin: 10px 0;}
.footer-content .qc-brand img {height: 100%;}
.footer-content p {font-size: 15px;line-height: 1.5;}
.footer-content .quicklinks {margin: 0; padding: 0;}
.footer-content .quicklinks li {list-style: none; display: block;}
.footer-content .quicklinks li a {padding: 5px 0px; display: block; color: #fff;}
.footer-content .quicklinks li i {margin-right: 5px;}
.footer-content .social-links .qc-social-list {margin: 10px 0px; padding: 0; color: #ddd; font-size: 15px;}
.footer-content .social-links .qc-social-list li {display: inline-block; margin-right: 10px;}
.qc-social-list .qc-social .social {width: 40px;height: 40px;background: #fff;border-radius: 50%;line-height: 40px;text-align: center;display: block;font-size: 16px;color: #009688;}
.footer-content .mobile-apps {display: flex; padding: 10px 0px;}
.footer-content .mobile-apps .mobApp {padding-right: 5px;}
#qcfooter-copyrights {padding: 10px 0; background: #fff; border-top: 1px solid #ddd;}
#qcfooter-copyrights .copyright {font-size: 15px; color: #000;font-family: var(--font-rubikregular);}
#qcfooter-copyrights .developer {color: var(--color-red); text-decoration: underline;}

/*QC FOOTER STYLE END*/

/*================================= Media Query ==============================*/
@media only screen and (max-width: 767px) {
    .tmp-service-area .section-title-area-4 {
        display: block;
    }
    .why-choose-area .align-items-center {
        display: block;
    }
    .why-choose-area .tmp-btn {
        padding: 0 15px;
    }
    .button-area-why-choose {
        margin-bottom: 20px;
    }
    .working-process-image-wrapper img:nth-child(2) {
        left: -23px;
    }
    .working-process-image-wrapper {
        right: 0;
        max-width: 100%;
        margin-left: 16px;
    }
    .section-title-area-4 .section-title {
        font-size: 25px;
    }
    .tmp-about-area4 .right-side-content {
        margin-left: 0;
        margin-top: 40px;
    }
    .invers-feature-card-one {
        height: auto;
        margin-bottom: 10px;
    }
    .feature-area-start .tmp-section-gapBottom {
        padding-bottom: 35px;
    }
    .logo a {
        padding: 0 !important;
    }
    .margin-top-feature-ev-charging.margin-top-feature-ev-charging {
        margin-top: 30px;
    }
    .header-2 .navigation {
        top: 0;
        position: relative;
        background: unset;
    }
    .header-2 .primary-header, .navigation .sub-nav, .appointment {
        background: unset;
    }
    .header-2 .navigation > ul > li.active a {
        background: unset;
        color: var(--color-red) !important;
    }
    .header-2 .navigation > ul > li > a {
        color: #000000 !important;
        padding: 5px;
        text-transform: capitalize;
    }
    .cd-slider-nav ul {
        top: -10px;
    }
    .breadcrumb_section .col-md-6:nth-child(2) {
        display: none;
    }
    .product_pagetitle h2, .service_pagetitle h2 {
        padding: 30px 0;
        font-size: 22px;
    }
    .breadcrumb_section {
        height: 100px;
    }
    .nf-item.grid-sizer .item-box img {
        height: auto;
    }
    .nf-item.grid-sizer .item-box {
        height: auto;
    }
    .tmp-section-gapBottom {
        padding-bottom: 40px;
    }
    .about-image-area5 .count-outer {
        font-size: 25px;
    }
    .about-image-area5 .counter-area {
        bottom: -20px;
        padding: 20px 10px 10px;
    }
    .about-image-area5 .counter-area p {
        font-size: 14px;
    }
    .tmp-service-area.area-3 {
        padding: 40px 0;
    }
    .why-choose-area {
        padding: 30px 0 80px;
    }
    .project-wrapper2 .content .title a {
        font-size: 22px;
        white-space: unset;
        line-height: 1.3;
        font-weight: 700;
    }
    .section-title-area-3 .section-title {
        font-size: 25px;
    }
    #tem554_hmReviews_blk {
        padding: 50px 0;
    }
    .ser_sec .col-md-4 {
        position: relative;
        top: unset;
    }
    .ser_sec .tab-pane h3 {
        font-size: 22px !important;
        line-height: 1.4 !important;
    }
    .ser_sec .nav-link {
        font-size: 15px;
        padding: 20px 8px;
    }
    section.ser_sec {
        padding: 50px 0;
    }
    .pro_title {
        font-size: 25px !important;
        line-height: 1.5 !important;
    }
    .tmp-get-in-touch-area.area-3 .get-in-touch-wrapper {
        height: auto !important;
        margin-bottom: 20px;
    }
    .tmp-top-contact-area {
        padding: 50px 0 10px;
    }
    .header-2 .navigation > ul > li > a:hover, .navigation .sub-nav li a:hover {
        background: unset;
        color:var(--color-red);
    }
    .rounded-player-2 {
        width: 50px;
        height: 50px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .cd-hero-slider {
        height: 160px;
    }
}





















