/*------------------------------------------------------------------
[Master Stylesheet]

Project:  Energox
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header  / .header
3. Banner  /.banner-con
4. About  /.about-con
5. Service  /.service-con
6. Safety  /.safety-con
7. Feature  /.feature-con
8. Pricing  /.pricing-con
9. Choose  /.choose-con
10. Testimonial  /.testimonial-con
11. Faq  /.faq-con
12. Footer  /.footer-con
*/
/*------------------------------------------------------------------
# [Color Codes]

#    --e-global-color-primary: #141430;
#    --e-global-color-secondary: #292929;
#    --e-global-color-accent: #41cb5a;
#    --e-global-color-text: #666666;
#    --e-global-color-white: #ffffff;
#    --e-global-color-black: #000000;
#    --e-global-color-pure-red: #ff0000;
#    --e-global-color-very-dark-grayish-blue: #2a3239;
#    --e-global-color-very-light-gray-white: #f8f8f8;
#    --e-global-color-grayish-blue: #b1b8bf;
#    --e-global-color-very-dark-black-blue: #232a30;
#    --e-global-color-very-light-gray: #e4e4e4;
#    --e-global-color-dark-orange: #fbab00;
#    --e-global-color-bright-yellow: #fdde47;

*/
/*------------------------------------------------------------------
# [Typography]

Body copy: "DM Sans", sans-serif;
Heading: "Lexend Deca", sans-serif;
*/

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;family=Lexend+Deca:wght@100..900&amp;display=swap");

body {
  /* font-family: "Lexend Deca", sans-serif; */
  font-family: "DM Sans", sans-serif;
}

:root {
  --e-global-color-primary: #2bc48b;
  --e-global-color-secondary: #de7b38;
  --e-global-color-accent: #2bc48b;
  --e-global-color-text: #666666;
  --e-global-color-white: #ffffff;
  --e-global-color-black: #000000;
  --e-global-color-pure-red: #ff0000;
  --e-global-color-very-dark-grayish-blue: #2a3239;
  --e-global-color-very-light-gray-white: #f8f8f8;
  --e-global-color-grayish-blue: #b1b8bf;
  --e-global-color-very-dark-black-blue: #232a30;
  --e-global-color-very-light-gray: #e4e4e4;
  --e-global-color-dark-orange: #fbab00;
  --e-global-color-bright-yellow: #fdde47;
  --e-global-color-light-black: #2a3239;
}

h1 {
  font-size: 50px;
  line-height: 54px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Lexend Deca", sans-serif;
}

h2 {
  font-size: 32px;
  line-height: 35px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--e-global-color-secondary);
  font-family: "Lexend Deca", sans-serif;
}

h3 {
  font-size: 20px !important;
  line-height: 26px !important;
  font-weight: 600 !important;
  /* text-transform: capitalize; */
  color: var(--e-global-color-secondary) !important;
  font-family: "Lexend Deca", sans-serif !important;
}

h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  /* text-transform: capitalize; */
  color: var(--e-global-color-secondary);
  font-family: "Lexend Deca", sans-serif;
}

h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--e-global-color-secondary);
  font-family: "Lexend Deca", sans-serif;
}

h6 {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  padding-left: 34px;
  position: relative;
  text-transform: capitalize;
  color: var(--e-global-color-secondary);
  font-family: "Lexend Deca", sans-serif;
}

h6::before {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 24px;
  height: 2px;
  position: absolute;
  background-color: #2bc48b;
}

p {
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  color: var(--e-global-color-text);
}

.text-size-18 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: var(--e-global-color-text);
}

.text-size-16 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: var(--e-global-color-text);
}

.text-size-14 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: var(--e-global-color-text);
}

html {
  scroll-behavior: smooth;
}

.get_started {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  font-family: "Lexend Deca", sans-serif;
  text-align: center;
  position: relative;
  display: inline-block;
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-accent);
  transition: all 0.3s ease-in-out;
  padding: 8px 11px;
  border-radius: 5px;
}

.get_started i {
  font-size: 12px;
  margin-left: 14px;
  transition: all 0.3s ease-in-out;
  color: var(--e-global-color-white);
}

.get_started:hover {
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-very-dark-grayish-blue);
}

.electric_banner_outer.position-relative {
  overflow: hidden;
}

/* Home Page */

.header {
  padding: 25px 0px;
  position: relative;
  z-index: 5;
  background: #0d0c0c;
}
.topbarmenu.bg-dark.text-white.py-2 {
  background: #1c1c1c !important;
  border-bottom: 1px solid #333;
}
.header .logo img {
  width: 275px;
}

.navbar-collapse ul {
  text-align: center;
  align-items: center;
  display: inherit;
}

.navbar-expand-lg {
  position: relative;
  z-index: 1;
}

.navbar-brand {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-nav li {
  margin: 0 6px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.navbar-nav li:first-child {
  margin-left: 0;
}

.navbar-nav .nav-item a {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  font-family: "Lexend Deca", sans-serif;
  color: var(--e-global-color-white) !important;
  transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-item a:hover {
  color: var(--e-global-color-accent) !important;
  background-color: transparent;
}

.navbar-nav .active>a {
  color: var(--e-global-color-accent) !important;
}

.navbar-nav li:last-child {
  margin-right: 15px;
  padding-right: 0;
  margin-left: 0;
}

.navbar-collapse .drop-down-pages {
  text-align: left;
  margin-left: 0;
}

.navbar-nav .dropdown-menu {
  position: absolute;
  left: 0;
  top: 50px;
  min-width: 200px;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: 0px 0px 100px rgb(0 0 0 / 10%);
  background-color: var(--e-global-color-white);
}

.navbar-nav .drop-down-pages li {
  margin: 0;
  border-bottom: 1px solid var(--e-global-color-white);
}

.navbar-nav .drop-down-pages .nav-item a {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  font-family: "Lexend Deca", sans-serif;
  padding: 10px 20px;
  color: var(--e-global-color-secondary) !important;
  transition: all 0.3s ease-in-out;
}

.navbar-nav .drop-down-pages li:hover::after {
  display: none;
}

.navbar-nav .drop-down-pages li:first-child a::before {
  content: "";
  width: 24px;
  height: 14px;
  position: absolute;
  background-image: url(../images/nav-node.png);
  top: -12px;
  left: 8%;
  transition: all 0.3s ease-in-out;
}

.navbar-nav .drop-down-pages li:first-child a:hover::before {
  background-image: url(../images/nav-node-hover.png);
}

.navbar-nav .drop-down-pages .active:first-child>a::before {
  background-image: url(../images/nav-node-hover.png);
}

.navbar-nav .drop-down-pages li:last-child {
  margin: 0;
  border: none;
}

.navbar-nav .nav-item .dropdown-item:hover {
  color: var(--e-global-color-white) !important;
  background-color: var(--e-global-color-accent) !important;
}

.navbar-nav .drop-down-pages .active>a {
  color: var(--e-global-color-white) !important;
  background-color: var(--e-global-color-accent) !important;
}

.navbar-nav .drop-down-pages .active>a:hover {
  color: var(--e-global-color-white) !important;
  background-color: var(--e-global-color-accent) !important;
}

.navbar-expand-lg .drop-down-pages .nav-link {
  padding-left: 0;
}

.header .last_list {
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 20%);
  padding-left: 32px;
}

.header .last_list .search-box {
  font-size: 20px;
  color: var(--e-global-color-white);
  transition: all 0.3s ease-in-out;
}

.header .last_list .search-box:hover {
  color: var(--e-global-color-accent);
}

.login-form label {
  font-size: 13px;
  margin-bottom: 3px;
}

.login-form input {
  font-size: 13px;
}

.col-md-6.forgot-form {
  padding: 12% 7%;
}

.header .last_list .get_started {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  padding: 11px 10px;
  margin: 0 24px 0 30px;
  font-family: "Lexend Deca", sans-serif;
  text-align: center;
  position: relative;
  display: inline-block;
  color: var(--e-global-color-white);
  background-color: #2bc48b;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

.header .last_list .get_started i {
  font-size: 12px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  color: var(--e-global-color-white);
}

.header .last_list .get_started:hover {
  color: var(--e-global-color-very-dark-grayish-blue);
  background-color: var(--e-global-color-white);
}

.header .last_list .get_started:hover i {
  color: var(--e-global-color-very-dark-grayish-blue);
}

.header .last_list span {
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  font-family: "Lexend Deca", sans-serif;
  display: block;
  margin-bottom: 0px;
  color: var(--e-global-color-white);
}

.header .last_list .number {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  font-family: "Lexend Deca", sans-serif;
  color: var(--e-global-color-white);
  transition: all 0.3s ease-in-out;
}

.header .last_list .number:hover {
  color: var(--e-global-color-accent) !important;
}

/* Banner */

.energy_banner_outer {
  background-color: var(--e-global-color-very-dark-grayish-blue);
}

.energy_banner_outer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 29%;
  height: 100%;
  background-image: url(../images/banner-leftbackground.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.energy_banner_outer::after {
  content: "";
  position: absolute;
  opacity: 45%;
  width: 71%;
  height: 100%;
  top: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/banner-rightbackground.jpg);
}

.banner-con {
  z-index: 1;
  padding: 184px 0 238px;
}

.banner-con ul {
  position: absolute;
  left: -170px;
  top: 78px;
}

.banner-con ul li {
  margin: 13px 0;
  transition: all 0.3s ease-in-out;
}

.banner-con ul li:first-child {
  margin-top: 0;
}

.banner-con ul li:last-child {
  margin-bottom: 0;
}

.banner-con ul li i {
  font-size: 16px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 100px;
  text-align: center;
  color: var(--e-global-color-white);
  background-color: rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease-in-out;
}

.banner-con ul li a:hover i {
  background-color: var(--e-global-color-accent);
}

.banner-con .banner_outer_content {
  position: relative;
  z-index: 2;
}

.banner-con .row {
  align-items: center;
}

.banner-con .banner_content h6 {
  margin-bottom: 23px;
  color: var(--e-global-color-white);
}

.banner-con .banner_content h1 {
  font-size: 70px;
  line-height: 80px;
  margin-bottom: 36px;
}

.banner-con .banner_content .get_started {
  padding: 21px 33px;
}

.banner-con .banner_content .get_started:hover {
  color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-white);
}

.banner-con .banner_content .get_started:hover i {
  color: var(--e-global-color-secondary);
}

.banner-con .banner_content ul {
  display: none;
}

.banner-con .banner_wrapper {
  position: relative;
  top: -25px;
  right: 156px;
  float: right;
  text-align: center;
}

.banner-con .banner_wrapper .icon {
  height: 93px;
  width: 93px;
  line-height: 93px;
  border: 1px solid rgba(255, 255, 255, 50%);
  border-radius: 100px;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

.banner-con .banner_wrapper .icon:hover {
  transform: translateY(-5px);
}

.banner-con .banner_wrapper .icon .video-icon {
  height: 71px;
  width: 71px;
  line-height: 68px;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: relative;
  text-align: center;
  background-color: var(--e-global-color-accent);
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}

.banner-con .banner_wrapper .icon:hover .video-icon {
  background-color: var(--e-global-color-very-dark-black-blue);
}

.banner-con .banner_wrapper span {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  color: var(--e-global-color-white);
  font-family: "Lexend Deca", sans-serif;
}

.banner-con .owl-carousel .owl-item img {
  display: inline-block !important;
  width: auto !important;
}

.banner-con .owl-carousel .owl-dots {
  display: block !important;
  margin-top: 0 !important;
  line-height: 0;
  position: absolute;
  left: 0;
  bottom: -130px;
}

.banner-con .owl-carousel .owl-dots .owl-dot span {
  background-color: #dddddd;
  width: 23px;
  height: 4px;
  margin: 0 5px;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}

.banner-con .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: var(--e-global-color-accent);
}

.banner-con .owl-carousel .owl-dots .owl-dot.active span {
  position: relative;
  background-color: var(--e-global-color-accent);
}

.banner-con .owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}

/* About */

.about-con {
  padding: 140px 0 135px;
}

.about-con .about-sideswitch {
  position: absolute;
  top: 50%;
  right: 0;
}

.about-con .about-sideswitch img {
  opacity: 20%;
}

.about-con .about_wrapper .about-image {
  position: relative;
  top: 0;
  left: 0;
}

.about-con .about_wrapper .circle {
  position: absolute;
  left: -90px;
  top: 104px;
  width: 380px;
  height: 380px;
  line-height: 380px;
  border-radius: 100%;
  z-index: -1;
  background-color: var(--e-global-color-accent);
}

.about-con .about_content h6 {
  margin-bottom: 22px;
}

.about-con .about_content h2 {
  margin-bottom: 28px;
}

.about-con .about_content p {
  margin-bottom: 34px;
}

.about-con .accordion-card {
  margin-bottom: 26px;
  width: 100%;
}

.about-con .accordion-card:last-child {
  margin-bottom: 0;
}

.about-con .accordion-card .btn-link {
  background-color: transparent;
  border: 1px solid var(--e-global-color-accent);
}

.about-con .accordion-card .collapsed {
  background-color: var(--e-global-color-very-light-gray-white);
  border: 1px solid transparent;
}

.about-con .accordion-card:has(.show) .btn-link {
  background-color: transparent;
  border: 1px solid var(--e-global-color-accent);
}

.about-con .accordian-inner .card-header {
  padding: 0;
  margin-bottom: 0;
  background: none;
  border: none;
}

.about-con .accordian-inner .card-header a {
  padding: 17px 24px 19px 30px;
}

.about-con .accordian-inner .card-body {
  padding: 26px 30px 0;
}

.about-con .accordion-card a.btn.btn-link:focus {
  outline: none;
  box-shadow: none;
}

.about-con .accordian-inner .accordion-card i {
  position: absolute;
  right: 20px;
  margin: -6px 0;
}

.about-con .accordian-inner .accordion-card .btn {
  text-decoration: none;
  text-align: left;
  display: block;
  border-radius: 0;
  color: var(--e-global-color-white);
}

.about-con .accordion-card a.btn.btn-link {
  position: relative;
}

.about-con .accordion-card .btn-link:before {
  content: "\f106";
  font-size: 15px;
  top: 17px;
  right: 24px;
  position: absolute;
  font-family: "FontAwesome";
  color: var(--e-global-color-accent);
}

.about-con .accordion-card .collapsed:before {
  content: "\f107";
  color: var(--e-global-color-very-dark-grayish-blue);
}

.about-con .accordion-card:has(.show) .btn-link:before {
  content: "\f106";
  color: var(--e-global-color-accent);
}

/* Service */

.service-con {
  padding: 130px 0 96px;
  background-color: var(--e-global-color-very-light-gray-white);
}

.service-con .service_content h6 {
  width: 115px;
  margin: 0 auto 20px;
  text-align: left;
}

.service-con .service_content h2 {
  margin-bottom: 52px;
}

.service-con .box {
  padding: 45px 40px;
  background-color: var(--e-global-color-white);
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.service-con .box::before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/service-boxhoverimage.jpg);
  display: none;
  transition: all 0.3s ease-in-out;
}

.service-con .box:hover {
  background-color: var(--e-global-color-accent);
}

.service-con .box:hover::before {
  display: block;
}

.service-con .service-box {
  z-index: 1;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.service-con .service-box .icon {
  margin-bottom: 28px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.service-con .box h3 {
  margin-bottom: 12px;
  padding-right: 40px;
}

.service-con .service-box p {
  line-height: 24px;
  margin-bottom: 18px;
}

.service-con .service-box .learn_more {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  font-family: "Lexend Deca", sans-serif;
  text-align: center;
  position: relative;
  display: inline-block;
  color: var(--e-global-color-accent);
  transition: all 0.3s ease-in-out;
}

.service-con .service-box .learn_more i {
  font-size: 12px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  color: var(--e-global-color-accent);
}

.service-con .box:hover .icon {
  filter: brightness(0) invert(1);
}

.service-con .box:hover h3 {
  color: var(--e-global-color-white);
}

.service-con .box:hover p {
  color: var(--e-global-color-white);
}

.service-con .box:hover .learn_more {
  color: var(--e-global-color-white);
}

.service-con .box:hover .learn_more i {
  color: var(--e-global-color-white);
}

.service-con .service-box .learn_more:hover {
  color: var(--e-global-color-text);
}

.service-con .service-box .learn_more:hover i {
  color: var(--e-global-color-text);
}

/* Safety */

.safety-con {
  padding: 130px 0;
  background-color: var(--e-global-color-black);
}

.safety-con:before {
  content: "";
  position: absolute;
  opacity: 55%;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/safety-backgroundimage.jpg);
}

.safety-con .image {
  position: absolute;
}

.safety-con .safety-leftsideboxes {
  left: 0;
  bottom: 92px;
}

.safety-con .safety-rightsideboxes {
  right: 0;
  top: 110px;
}

.safety-con .safety_content {
  padding-right: 50px;
}

.safety-con .safety_content h6 {
  margin-bottom: 20px;
}

.safety-con .safety_content h2 {
  margin-bottom: 28px;
}

.safety-con .safety_content p {
  margin-bottom: 40px;
}

.safety-con .safety_content .get_started {
  padding: 21px 33px;
}

.safety-con .safety_content .get_started:hover {
  color: var(--e-global-color-very-dark-grayish-blue);
  background-color: var(--e-global-color-white);
}

.safety-con .safety_content .get_started:hover i {
  color: var(--e-global-color-very-dark-grayish-blue);
}

.safety-con .safety_wrapper {
  padding-top: 100px;
  text-align: right;
}

.safety-con .safety_wrapper ul li {
  margin: 0 28px;
  display: inline-block;
  text-align: left;
}

.safety-con .safety_wrapper ul li:first-child {
  margin-left: 0;
}

.safety-con .safety_wrapper ul li:last-child {
  margin-right: 0;
}

.safety-con .safety_wrapper span {
  color: var(--e-global-color-white);
}

.safety-con .safety_wrapper .value {
  margin-bottom: 12px;
}

.safety-con .safety_wrapper .value span {
  font-size: 46px;
  line-height: 46px;
  font-weight: 700;
  font-family: "Lexend Deca", sans-serif;
}

.safety-con .safety_wrapper .text {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

/* Feature */

.feature-con {
  padding: 135px 0 155px;
}

.feature-con .feature_content h6 {
  width: 140px;
  margin: 0 auto 22px;
  text-align: left;
}

.feature-con .feature_content h2 {
  margin-bottom: 62px;
}

.feature-con .feature-box {
  margin-bottom: 58px;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.feature-con .feature-box .feature-icon {
  margin-bottom: 24px;
  width: 80px;
  height: 80px;
  line-height: 76px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  background-color: var(--e-global-color-accent);
  transition: all 0.3s ease-in-out;
}

.feature-con .feature-box:hover .feature-icon {
  transform: translateY(-5px);
}

.feature-con .feature-box h3 {
  margin-bottom: 12px;
}

.feature-con .feature-box p {
  line-height: 26px;
  margin: 0 -15px;
}

.feature-con .box2 {
  left: -94px;
}

.feature-con .box4 {
  right: -94px;
}

.feature-con .feature_wrapper .feature-image {
  position: absolute;
  left: -116px;
  top: 16px;
}

/* Pricing */

.pricing-con {
  padding: 130px 0;
  background-color: var(--e-global-color-very-light-gray-white);
}

.pricing-con .pricing_content h6 {
  width: 115px;
  margin: 0 auto 20px;
  text-align: left;
}

.pricing-con .pricing_content h2 {
  margin-bottom: 52px;
}

.pricing-con .pricing-box {
  padding: 45px 40px;
  background-color: var(--e-global-color-white);
  border: 1px solid var(--e-global-color-white);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.pricing-con .pricing-box:hover {
  border: 1px solid var(--e-global-color-accent);
}

.pricing-con .pricing-box .text {
  line-height: 24px;
}

.pricing-con .pricing-box .value {
  padding-bottom: 32px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--e-global-color-very-light-gray);
}

.pricing-con .pricing-box sup,
.pricing-con .pricing-box span {
  display: inline-block;
  color: var(--e-global-color-secondary);
  font-family: "Lexend Deca", sans-serif;
}

.pricing-con .pricing-box .dollar {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
}

.pricing-con .pricing-box .number {
  font-size: 46px;
  line-height: 46px;
  font-weight: 700;
}

.pricing-con .pricing-box .month {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
}

.pricing-con .pricing-box ul {
  margin-bottom: 36px;
}

.pricing-con .pricing-box ul li {
  position: relative;
  margin-bottom: 3px;
}

.pricing-con .pricing-box ul li i {
  font-size: 14px;
  top: 6px;
  left: 0;
  position: absolute;
  color: var(--e-global-color-accent);
}

.pricing-con .pricing-box ul li p {
  padding-left: 24px;
}

.pricing-con .pricing-box .get_started {
  padding: 21px;
  display: block;
}

/* Choose */

.choose-con {
  overflow: hidden;
  background-color: var(--e-global-color-very-dark-grayish-blue);
}

.choose-con::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: url(../images/choose-image.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.choose-con::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: url(../images/choose-backgroundimage.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.choose-con .choose_wrapper {
  display: none;
}

.choose-con .choose_content {
  padding: 140px 0 135px 80px;
}

.choose-con .choose_content .content {
  z-index: 1;
  position: relative;
}

.choose-con .choose_content h6 {
  margin-bottom: 20px;
  padding-left: 38px;
}

.choose-con .choose_content h2 {
  margin-bottom: 28px;
}

.choose-con .choose_content p {
  margin-bottom: 32px;
}

.choose-con .choose_content .choose-measure .text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: "Lexend Deca", sans-serif;
  color: var(--e-global-color-white);
  margin-bottom: 16px;
  display: inline-block;
}

.choose-con .choose_content .choose-measure .percentage {
  float: right;
  position: relative;
  right: -5px;
}

.choose-con .choose_content .choose-measure .percentage span,
.choose-con .choose_content .choose-measure .percentage .plus {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: "Lexend Deca", sans-serif;
  color: var(--e-global-color-white);
}

.choose-con .choose_content .choose-measure .progress {
  overflow: hidden;
  height: 4px;
  margin-bottom: 30px;
  background-color: #47525c;
  border-radius: 0;
}

.choose-con .choose_content .choose-measure .progress-bar {
  float: left;
  width: 50%;
  height: 100%;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  background-color: var(--e-global-color-accent);
  animation: progress-animation 5s ease-in-out;
  border-radius: 0;
}

.choose-con .choose_content .choose-measure .progress-bar1 {
  width: 85%;
}

.choose-con .choose_content .choose-measure .progress-bar2 {
  width: 70%;
}

.choose-con .choose_content .choose-measure .progress-bar3 {
  width: 75%;
}

.choose-con .choose_content .choose-measure:last-child .progress {
  margin-bottom: 0 !important;
}

@keyframes progress-animation {
  0% {
    width: 0%;
  }
}

/* Testimonial */

.testimonial-con {
  padding: 142px 0 210px;
  background-color: var(--e-global-color-white);
}

.testimonial-con .testimonial_outer_content {
  width: 460px;
  position: relative;
}

.testimonial-con .testimonial_content {
  position: relative;
}

.testimonial-con .testimonial_content h6 {
  margin-bottom: 20px;
}

.testimonial-con .testimonial_content h2 {
  margin-bottom: 28px;
}

.testimonial-con .testimonial_wrapper {
  position: absolute;
  top: 140px;
  right: 0;
  width: 54%;
}

.testimonial-con .testimonial-box {
  padding: 30px;
  background-color: var(--e-global-color-white);
  border-bottom: 2px solid var(--e-global-color-accent);
  box-shadow: 6px 0 38px rgb(0 0 0 / 3%) inset;
}

.testimonial-con .testimonial-box .testimonial-starimage {
  margin-bottom: 20px;
}

.testimonial-con .testimonial-box p {
  line-height: 25px;
  margin-bottom: 32px;
  min-height: 150px;
}

.testimonial-con .review-content {
  padding-left: 12px;
  display: flex;
  align-items: center;
}

.testimonial-con .review-content .testimonial-personimage {
  position: relative;
  left: -12px;
}

.testimonial-con .review-content .testimonial-personimage img {
  border-radius: 100px;
}

.testimonial-con .review-content .name {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-family: "Lexend Deca", sans-serif;
  display: block;
  margin-bottom: 2px;
  color: var(--e-global-color-secondary);
}

.testimonial-con .review-content .review {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--e-global-color-text);
}

.testimonial-con .item img {
  width: auto !important;
  display: inline-block !important;
}

.testimonial-con .owl-carousel .owl-nav.disabled {
  display: block;
}

.testimonial-con .owl-carousel .owl-nav {
  margin-top: 0 !important;
  position: absolute;
  bottom: 0;
  left: -465px;
}

.testimonial-con .owl-carousel .owl-prev,
.testimonial-con .owl-carousel .owl-next {
  margin: 0 !important;
  background: transparent !important;
}

.testimonial-con .owl-carousel .owl-prev:focus,
.testimonial-con .owl-carousel .owl-next:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.testimonial-con .owl-carousel .owl-prev span,
.testimonial-con .owl-carousel .owl-next span {
  font-size: 17px;
  width: 49px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  border-radius: 100px;
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-secondary);
  transition: all 0.3s ease-in-out;
}

.testimonial-con .owl-carousel .owl-prev:hover span,
.testimonial-con .owl-carousel .owl-next:hover span {
  background-color: var(--e-global-color-accent);
}

.testimonial-con .owl-carousel .owl-prev {
  position: relative;
  left: -12px;
  bottom: 0;
}

.testimonial-con .owl-carousel .owl-next {
  position: relative;
  right: -10px;
  bottom: 0;
}

/* Faq */

.faq-con {
  padding: 130px 0 210px;
  background-color: var(--e-global-color-very-light-gray-white);
}

.faq-con .faq_content h6 {
  width: 115px;
  margin: 0 auto 20px;
  text-align: left;
}

.faq-con .faq_content h2 {
  margin-bottom: 52px;
}

.faq-con .faq h4 {
  margin-bottom: 0;
  text-transform: none;
  display: inline-block;
}

.faq-con .accordion-card {
  margin-bottom: 28px;
  width: 100%;
  background-color: var(--e-global-color-white);
}

.faq-con .accordion-card:last-child {
  margin-bottom: 0;
}

.faq-con .accordion-card:has(.btn-link) {
  border: 1px solid var(--e-global-color-accent);
}

.faq-con .accordion-card:has(.collapsed) {
  border: 1px solid transparent;
}

.faq-con .accordian-inner .card-header {
  padding: 0;
  margin-bottom: 0;
  background: none;
  border: none;
}

.faq-con .accordian-inner .card-header a {
  padding: 17px 24px 17px 30px;
}

.faq-con .accordian-inner .card-body {
  padding: 0 30px 20px;
}

.faq-con .accordion-card a.btn.btn-link:focus {
  outline: none;
  box-shadow: none;
}

.faq-con .accordian-inner .accordion-card i {
  position: absolute;
  right: 20px;
  margin: -6px 0;
}

.faq-con .accordian-inner .accordion-card .btn {
  text-decoration: none;
  text-align: left;
  display: block;
  color: var(--e-global-color-white);
}

.faq-con .accordion-card a.btn.btn-link {
  position: relative;
}

.faq-con .accordion-card .btn-link:before {
  content: "\f063";
  font-size: 15px;
  top: 30% !important;
  right: 24px;
  position: absolute;
  font-family: "FontAwesome";
  color: var(--e-global-color-accent);
}

.faq-con .accordion-card .collapsed:before {
  content: "\f061";
  color: var(--e-global-color-very-dark-grayish-blue);
}

/* Footer */

.footer-con {
  background-color: var(--e-global-color-very-dark-grayish-blue);
}

.footer-con .upper_portion {
  padding: 42px 50px 50px 75px;
  margin-top: -86px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--e-global-color-accent);
}

.footer-con .upper_portion h6 {
  margin-bottom: 18px;
}

.footer-con .upper_portion h6::before {
  background-color: var(--e-global-color-white);
}

.footer-con .upper_portion h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.footer-con .upper_portion input {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  padding: 16px 28px;
  margin-right: 16px;
  width: 350px;
  position: relative;
  color: var(--e-global-color-text);
  background-color: var(--e-global-color-white);
  border: 1px solid transparent;
  overflow: visible;
  outline: none;
}

.footer-con .upper_portion input:focus {
  border: 1px solid var(--e-global-color-secondary);
}

.footer-con .upper_portion button {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  font-family: "Lexend Deca", sans-serif;
  padding: 18px 34px;
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-secondary);
  position: relative;
  border: none;
  overflow: visible;
  outline: none;
  transition: all 0.3s ease-in-out;
}

.footer-con .upper_portion button i {
  font-size: 12px;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  color: var(--e-global-color-white);
}

.footer-con .upper_portion button:hover {
  color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-white);
}

.footer-con .upper_portion button:hover i {
  color: var(--e-global-color-secondary);
}

.footer-con .middle_portion {
  padding: 88px 0;
}

.footer-con .middle_portion .logo_content {
  padding-top: 5px;
}

.footer-con .middle_portion .logo_content .footer-logo {
  margin-bottom: 26px;
}

.footer-con .middle_portion .logo_content .footer-logo img {
  width: 140px;
}

.footer-con .middle_portion .logo_content p {
  margin-bottom: 38px;
  padding-right: 20px;
  color: var(--e-global-color-grayish-blue);
}

.footer-con .middle_portion .logo_content i {
  font-size: 30px;
  top: 3px;
  float: left;
  position: relative;
  color: var(--e-global-color-white);
}

.footer-con .middle_portion .logo_content .phone_content {
  padding-left: 48px;
}

.footer-con .middle_portion .logo_content a {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 3px;
  color: var(--e-global-color-white);
  transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .logo_content a:hover {
  color: var(--e-global-color-accent);
}

.footer-con .middle_portion .logo_content span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--e-global-color-grayish-blue);
}

.footer-con .middle_portion h4 {
  margin-bottom: 20px;
  color: var(--e-global-color-white);
}

.footer-con .middle_portion li:last-child {
  margin-bottom: 0 !important;
}

.footer-con .middle_portion .timing {
  padding-left: 54px;
}

.footer-con .middle_portion .timing li {
  margin-bottom: 24px;
}

.footer-con .middle_portion .timing p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 5px;
  color: var(--e-global-color-grayish-blue);
}

.footer-con .middle_portion .timing span {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  display: block;
  color: var(--e-global-color-white);
}

.footer-con .middle_portion .links {
  padding-left: 1px;
}

.footer-con .middle_portion .links li {
  padding-left: 14px;
  margin-bottom: 12px;
}

.footer-con .middle_portion .links li i {
  font-size: 5px;
  top: -2px;
  left: -12px;
  position: relative;
  color: var(--e-global-color-white);
}

.footer-con .middle_portion li a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: var(--e-global-color-grayish-blue);
  transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion li a:hover {
  color: var(--e-global-color-accent);
}

.footer-con .middle_portion .contact {
  padding-left: 9px;
}

.footer-con .middle_portion .contact ul {
  margin-bottom: 18px;
}

.footer-con .middle_portion .contact li {
  margin-bottom: 12px;
}

.footer-con .middle_portion .contact p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: var(--e-global-color-white);
  margin-bottom: 6px;
}

.footer-con .middle_portion .contact span {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  display: block;
  color: var(--e-global-color-grayish-blue);
  transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .contact span:hover {
  color: var(--e-global-color-accent);
}

.footer-con .middle_portion .icon li {
  margin: 0 5px;
  display: inline-block;
}

.footer-con .middle_portion .icon li:first-child {
  margin-left: 0;
}

.footer-con .middle_portion .icon li:last-child {
  margin-right: 0;
}

.footer-con .middle_portion .icon i {
  font-size: 16px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 100px;
  text-align: center;
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-very-dark-black-blue);
  transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .icon i:hover {
  background-color: var(--e-global-color-accent);
}

.footer-con .copyright {
  padding: 20px 0;
  border-top: 1px solid rgb(255 255 255 / 15%);
}

.footer-con .copyright p {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  color: var(--e-global-color-grayish-blue);
}

/* Sub banner */

.sub_banner {
  background: var(--e-global-color-light-black);
}

.sub_banner::before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 3%;
  position: absolute;
  background: url(../images/subbanner-backgroundimage.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_banner.nobanner::before {
  background: none;
}
.sub_banner .sub_banner_con {
  padding: 75px 0 110px;

}
.nobanner.sub_banner::before {
  background: none;
}

.sub_banner .sub_banner_con h1 {
  margin-bottom: 30px;
  filter: drop-shadow(10px 2px 7px rgb(123, 191, 127));
}

.sub_banner .sub_banner_con p {
  margin-bottom: 45px;
}

.sub_banner .sub_banner_con .box {
  padding: 10px 30px 14px;
  text-align: center;
  display: inline-block;
  background: transparent;
  border: 1px solid rgba(250, 250, 255, 25%);
  transition: all 0.3s ease-in-out;
}

.sub_banner .sub_banner_con .box span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  display: inline-block;
  color: var(--e-global-color-white);
  transition: all 0.3s ease-in-out;
}

.sub_banner .sub_banner_con .box a span:hover {
  color: var(--e-global-color-accent);
}

.sub_banner .sub_banner_con .box .arrow {
  font-size: 10px;
  margin: 0 15px;
  display: inline-block;
  color: var(--e-global-color-white);
}

/* About Page */

/* About */

.aboutpage-con {
  padding: 100px 0 52px;
}

.aboutpage-con .about_content {
  padding: 60px 0 0 20px;
}

.aboutpage-con .about_content h6 {
  margin-bottom: 22px;
}

.aboutpage-con .about_content h2 {
  margin-bottom: 28px;
}

.aboutpage-con .about_content .text {
  margin-bottom: 25px;
}

.aboutpage-con .about_content ul {
  margin-bottom: 45px;
}

.aboutpage-con .about_content ul li {
  position: relative;
  margin-bottom: 11px;
}

.aboutpage-con .about_content ul li:last-child {
  margin-bottom: 0;
}

.aboutpage-con .about_content ul li i {
  font-size: 9px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  top: 3px;
  left: 0;
  position: absolute;
  text-align: center;
  border-radius: 100%;
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-accent);
}

.aboutpage-con .about_content ul li p {
  line-height: 20px;
  font-weight: 500;
  padding-left: 34px;

}

.aboutpage-con .about_content a {
  padding: 21px 33px;
}

.aboutpage-con .about_wrapper .about-image {
  position: relative;
  top: 0;
  left: 0;
}

.aboutpage-con .about_wrapper .about-rectangleimage {
  position: absolute;
  left: -30px;
  top: 34px;
}

.aboutpage-con .about_wrapper .box {
  position: absolute;
  padding: 36px 15px 40px;
  right: 60px;
  width: 242px;
  bottom: -52px;
  text-align: center;
  background-color: var(--e-global-color-accent);
  z-index: 1;
}

.aboutpage-con .about_wrapper .box .icon {
  margin-bottom: 16px;
}

.aboutpage-con .about_wrapper .box p {
  line-height: 22px;
  margin-bottom: 20px;
}

.aboutpage-con .owl-carousel .owl-item img {
  display: inline-block !important;
  width: auto !important;
}

.aboutpage-con .owl-carousel .owl-dots {
  display: block !important;
  margin-top: 0 !important;
  line-height: 0;
  position: absolute;
  left: 0;
  right: 0;
}

.aboutpage-con .owl-carousel .owl-dots .owl-dot span {
  background-color: rgb(255 255 255 / 55%);
  width: 15px;
  height: 3px;
  margin: 0 3px;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}

.aboutpage-con .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: var(--e-global-color-white);
}

.aboutpage-con .owl-carousel .owl-dots .owl-dot.active span {
  width: 25px;
  height: 3px;
  position: relative;
  background-color: var(--e-global-color-white);
}

.aboutpage-con .owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}

/* Unique */

.unique-con {
  padding: 75px 0 100px;
  background-color: var(--e-global-color-very-light-gray-white);
}

.unique-con .unique_content {
  padding: 40px 70px 0 0;
}

.unique-con .unique_content h6 {
  margin-bottom: 10px;
}

.unique-con .unique_content h2 {
  margin-bottom: 28px;
}

.unique-con .unique_content .text {
  margin-bottom: 25px;
}

.unique-con .unique_content ul li {
  position: relative;
  margin-bottom: 11px;
}

.unique-con .unique_content ul li:last-child {
  margin-bottom: 0;
}

.unique-con .unique_content ul li i {
  font-size: 9px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  top: 3px;
  left: 0;
  position: absolute;
  text-align: center;
  border-radius: 100%;
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-accent);
}

.unique-con .unique_content ul li p {
  line-height: 20px;
  font-weight: 500;
  padding-left: 34px;
  color: var(--e-global-color-secondary);
}

.unique-con .unique-box {
  padding: 48px 30px 50px;
  text-align: center;
  border: 1px solid var(--e-global-color-white);
  background-color: var(--e-global-color-white);
  transition: all 0.3s ease-in-out;
}

.brands-wrapper .box {
  text-align: center;
  background: #fff;
  padding: 25px 0;
  border-radius: 5px;
  box-shadow: 2px 2px 4px 3px #e6e4e44f;
}
.brands-wrapper .box:hover {
  background: #2bc48b29;
  cursor: pointer;
}
#dropdown .container {
  padding-right: 13px !important;
}
.brand-image {
  height: 40px;
}
.unique_wrapper .box span {
  display: inherit;
  font-size: 18px;
  font-weight: 400;
  margin-top: 8px;
}
.unique-con .unique-box .number {
  font-size: 46px;
  line-height: 50px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
  font-family: "Lexend Deca", sans-serif;
  color: var(--e-global-color-secondary);
}

.unique-con .unique-box .plus {
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  top: -14px;
  left: 0;
  position: relative;
  color: var(--e-global-color-accent);
}

.unique-con .unique-box .text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  display: block;
  color: var(--e-global-color-text);
}

.unique-con .unique-box:hover {
  border: 1px solid var(--e-global-color-accent);
}

.unique-con .unique-downcontent {
  margin-top: -10px;
}

/* Safety */

.aboutsafety-con {
  padding: 165px 0 155px;
  background-color: var(--e-global-color-black);
}

.aboutsafety-con:before {
  content: "";
  position: absolute;
  opacity: 45%;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/aboutsafety-backgroundimage.jpg);
}

.aboutsafety-con .image {
  position: absolute;
}

.aboutsafety-con .safety-leftsideboxes {
  left: 0;
  bottom: 92px;
}

.aboutsafety-con .safety-rightsideboxes {
  right: 0;
  top: 110px;
}

.aboutsafety-con .safety_content .icon {
  height: 112px;
  width: 112px;
  line-height: 112px;
  margin: 0 auto 46px;
  left: 0;
  right: 0;
  position: relative;
  text-align: center;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 50%);
  transition: all 0.3s ease-in-out;
}

.aboutsafety-con .safety_content .icon:hover {
  transform: translateY(-5px);
}

.aboutsafety-con .safety_content .icon .video-icon {
  height: 85px;
  width: 85px;
  line-height: 82px;
  top: 12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: relative;
  text-align: center;
  background-color: var(--e-global-color-accent);
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}

.aboutsafety-con .safety_content h2 {
  margin-bottom: 20px;
}

.aboutsafety-con .safety_content p {
  padding: 0 25px;
}

/* Team */

.team-con {
  padding: 138px 0 140px;
}

.team-con .team_content h6 {
  width: 115px;
  margin: 0 auto 20px;
  text-align: left;
}

.team-con .team_content h2 {
  margin-bottom: 52px;
}

.team-con .team-box {
  position: relative;
  text-align: center;
  padding: 15px 15px 35px;
  background-color: var(--e-global-color-white);
  box-shadow: 0 6px 41px 6px rgb(0 0 0 / 5%);
  border-bottom: 2px solid var(--e-global-color-accent);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.team-con .team-box figure {
  margin-bottom: 30px;
  overflow: hidden;
}

.team-con .team-box figure img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.team-con .team-box:hover figure img {
  transform: scale(1.1);
}

.team-con .team-box h4 {
  font-weight: 500;
  margin-bottom: 2px;
}

.team-con .team-box span {
  display: block;
  margin-bottom: 16px;
}

.team-con .team-box li {
  margin: 0 3px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.team-con .team-box i {
  font-size: 13px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-very-dark-grayish-blue);
  transition: all 0.3s ease-in-out;
}

.team-con .team-box li:hover {
  transform: translateY(-5px);
}

.team-con .team-box li:first-child {
  margin-left: 0;
}

.team-con .team-box li:last-child {
  margin-right: 0;
}

.team-con .team-box:hover i {
  background-color: var(--e-global-color-accent);
}

/* Testimonial */

.abouttestimonial-con {
  padding: 130px 0 194px;
  background-color: var(--e-global-color-very-light-gray-white);
}

.abouttestimonial-con .testimonial_content h6 {
  width: 115px;
  margin: 0 auto 20px;
  text-align: left;
}

.abouttestimonial-con .testimonial_content h2 {
  margin-bottom: 52px;
}

.abouttestimonial-con .testimonial-box {
  padding: 46px 50px 46px 38px;
  background-color: var(--e-global-color-white);
  border-bottom: 2px solid var(--e-global-color-accent);
}

.abouttestimonial-con .testimonial-box .testimonial-personimage {
  width: 19%;
  float: left;
}

.abouttestimonial-con .testimonial-box .testimonial-personimage img {
  border-radius: 100%;
}

.abouttestimonial-con .testimonial-box .content {
  width: 81%;
  padding-left: 25px;
  display: inline-block;
}

.abouttestimonial-con .testimonial-box p {
  line-height: 24px;
  margin-bottom: 10px;
}

.abouttestimonial-con .testimonial-box ul {
  margin-bottom: 10px;
}

.abouttestimonial-con .testimonial-box ul li {
  display: inline-block;
}

.abouttestimonial-con .testimonial-box ul li i {
  font-size: 14px;
  line-height: 14px;
  color: var(--e-global-color-dark-orange);
}

.abouttestimonial-con .testimonial-box .name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  display: block;
  font-family: "Lexend Deca", sans-serif;
  color: var(--e-global-color-secondary);
}

.abouttestimonial-con .testimonial-box .review {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--e-global-color-text);
}

.abouttestimonial-con .owl-carousel .owl-item img {
  display: inline-block !important;
  width: auto !important;
}

.abouttestimonial-con .owl-carousel .owl-dots {
  display: block !important;
  margin-top: 50px !important;
  /* line-height: 0; */
  position: absolute;
  left: 0;
  right: 0;
}

.abouttestimonial-con .owl-carousel .owl-dots .owl-dot span {
  background-color: #dddddd;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  transition: all 0.3s ease-in-out;
}

.abouttestimonial-con .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: var(--e-global-color-accent);
}

.abouttestimonial-con .owl-carousel .owl-dots .owl-dot.active span {
  width: 15px;
  height: 15px;
  position: relative;
  /* top: 2px; */
  background-color: var(--e-global-color-accent);
}

.abouttestimonial-con .owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}

/* Faq */

.aboutfaq-con {
  background-color: var(--e-global-color-white);
}

.aboutfaq-con .accordion-card {
  box-shadow: 0 6px 41px 6px rgba(0, 0, 0, 5%);
}

/* Contact Page */

/* Contact Info */

.contactinfo-con {
  padding: 138px 0 150px;
}

.contactinfo-con .contact_content h6 {
  width: 135px;
  margin: 0 auto 20px;
  text-align: left;
}

.contactinfo-con .contact_content h2 {
  margin-bottom: 52px;
}

.contactinfo-con .contact-box {
  padding: 31px 35px 31px 33px;
  background-color: var(--e-global-color-white);
  box-shadow: 0 6px 60px 6px rgb(0 0 0 / 4%);
  border: 1px solid var(--e-global-color-white);
  transition: all 0.3s ease-in-out;
  min-height: 188px;
}
.contact-box .icon img {
  width: 37px !important;
}
.contactinfo-con .contact-box:hover {
  border: 1px solid var(--e-global-color-accent);
}

.contactinfo-con .contact-box .icon {
  width: 20%;
  float: left;
  transition: all 0.3s ease-in-out;
}

.contactinfo-con .contact-box:hover .icon {
  transform: translateY(-5px);
}

.contactinfo-con .contact-box .box-content {
  width: 80%;
  padding-left: 0;
  position: relative;
  display: inline-block;
}

.contactinfo-con .contact-box h4 {
  margin-bottom: 12px;
}

.contactinfo-con .contact-box p {
  margin-top: 0;
  margin-bottom: 0;
}

.contactinfo-con .contact-box .box-content a {
  color: var(--e-global-color-text);
  transition: all 0.3s ease-in-out;
}

.contactinfo-con .contact-box .box-content a:hover {
  color: var(--e-global-color-accent);
}

/* Map */

.map-con {
  overflow: hidden;
}

.map-con iframe {
  width: 100%;
  height: 590px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.map-con iframe:hover {
  filter: none;
}
.contactinfo-con.position-relative {
  background: linear-gradient(135deg, #edfdf3, #fbf4ed) !important;
}
/* Contact Form */

.contactform-con {
  padding: 135px 0 230px;
}
.contactIfream{width:100%; height: 300px;}
#contactpage {
  padding: 44px 8%;
  background: #fff;
  border-radius: 10px;
  box-shadow: -4px 11px 20px 7px #cccccc4d;
}
.contactform-con .contactform_content h6 {
  margin: 0 auto 20px;
}
.elementskit-section-title  span {
  padding: 5px 10px 5px 10px;
  background-color: transparent;
  background: linear-gradient(135deg, #14b8a6, #24a654) !important;
  border-radius: 5px 5px 5px 5px;
  display: list-item;
  width: 208px;
  list-style: none;
  margin-top: 13px;
  color: #fff;
}
.list-unstyled.contact {
  display: flex;
}
.list-unstyled.contact li {
  width: 43px;
  margin-bottom: 16px;
  margin-top: 0px;
  background: #2a3239;
  margin-right: 10px;
  text-align: center;
  height: 43px;
  line-height: 43px;
  border-radius: 50%;
}
.list-unstyled.contact li a{
 color:#fff;
}
.contactform-con .contactform_content h2 {
  margin-bottom: 25px;
}
.contactform-con .contactform_content p {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.contactform-con form .form-group {
  margin-bottom: 26px;
}

.contactform-con form input,
.contactform-con form textarea {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  width: 100%;
  padding: 19px 24px;
  color: var(--e-global-color-text);
  background-color: var(--e-global-color-white);
  box-shadow: 0 6px 60px 6px rgb(0 0 0 / 3%);
  border: 1px solid #e3e3e3;
  overflow: visible;
  outline: none;
}

.contactform-con form textarea {
  height: 170px;
  padding: 25px 24px;
  resize: none;
  outline: none;
  overflow: auto;
}

.contactform-con form .message {
  margin-bottom: 52px;
}

.contactform-con form input:focus,
.contactform-con form textarea:focus {
  border: 1px solid var(--e-global-color-accent);
}

.contactform-con form .submit {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  font-family: "Lexend Deca", sans-serif;
  padding: 21px 44px;
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-accent);
  position: relative;
  border: none;
  overflow: visible;
  outline: none;
  transition: all 0.3s ease-in-out;
}

.contactform-con form .submit i {
  font-size: 12px;
  margin-left: 28px;
  transition: all 0.3s ease-in-out;
  color: var(--e-global-color-white);
}

.contactform-con form .submit:hover {
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-secondary);
}

.contactform-con form .submit:hover i {
  color: var(--e-global-color-white);
}

.contactform-con form span {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  margin-top: 10px;
  position: relative;
  display: block;
  color: var(--e-global-color-pure-red);
}

/* Pricing page */

/* Solution */

.solution-con {
  padding: 138px 0 142px;
  background-color: var(--e-global-color-black);
}

.solution-con:before {
  content: "";
  position: absolute;
  opacity: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/solution-backgroundimage.jpg);
}

.solution-con .image {
  position: absolute;
}

.solution-con .solution-leftsidecircle {
  left: 0;
  top: 100px;
}

.solution-con .solution-rightsidecircle {
  right: 0;
  bottom: 102px;
}

.solution-con .solution_content h6 {
  width: 135px;
  margin: 0 auto 24px;
  text-align: left;
  color: var(--e-global-color-white);
}

.solution-con .solution_content h2 {
  margin-bottom: 40px;
}

.solution-con .solution_content .get_started {
  padding: 21px 33px;
}

.solution-con .solution_content .get_started:hover {
  color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-white);
}

.solution-con .solution_content .get_started:hover i {
  color: var(--e-global-color-secondary);
}

/* Team Page */

/* Team */

.pricingteam-con {
  padding-bottom: 100px;
}

.pricingteam-con .team-box {
  margin-bottom: 40px;
}

/* Article */

.article-con {
  padding: 140px 0 225px;
}

.article-con .article_content h6 {
  width: 150px;
  margin: 0 auto 20px;
  text-align: left;
}

.article-con .article_content h2 {
  margin-bottom: 52px;
}

.article-con .article-box {
  background-color: var(--e-global-color-white);
  box-shadow: 0 6px 41px 6px rgb(0 0 0 / 5%);
  transition: all 0.3s ease-in-out;
}

.article-con .article-box figure {
  overflow: hidden;
}

.article-con .article-box figure img {
  transition: all 0.3s ease-in-out;
}

.article-con .article-box:hover figure img {
  transform: scale(1.1);
}

.article-con .article-box .content {
  padding: 22px 58px 30px 18px;
}

.article-con .article-box .icon {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.article-con .article-box .icon .admin {
  margin-right: 14px;
}

.article-con .article-box .icon i {
  position: relative;
  font-size: 12px;
  top: -1px;
  margin-right: 4px;
  color: var(--e-global-color-accent);
}

.article-con .article-box h3 {
  margin-bottom: 25px;
  color: var(--e-global-color-secondary);
}

.article-con .article-box h3:hover {
  color: var(--e-global-color-accent);
}

.article-con .article-box .read_more {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  font-family: "Lexend Deca", sans-serif;
  color: var(--e-global-color-accent);
  transition: all 0.3s ease-in-out;
}

.article-con .article-box .read_more:hover {
  color: var(--e-global-color-text);
}

.article-con .article-box .read_more i {
  font-size: 11px;
  margin-left: 14px;
  color: var(--e-global-color-accent);
  transition: all 0.3s ease-in-out;
}

.article-con .article-box .read_more:hover i {
  color: var(--e-global-color-text);
}

/* Service Detail */

.service_detail {
  padding: 120px 0;
}

.service_detail .main-box {
  position: relative;
}

.service_detail .main-box .image {
  margin-bottom: 30px;
}

.service_detail .main-box .image img {
  width: 100%;
}

.service_detail .main-box h3 {
  font-size: 24px;
  line-height: 30px;
}

.service_detail .main-box p {
  margin-bottom: 10px;
}

.service_detail .main-box .text2 {
  margin-bottom: 20px;
}

.service_detail .main-box .list {
  margin-bottom: 20px;
}

.service_detail .main-box .list li {
  margin-bottom: 6px;
  padding-left: 28px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
  color: var(--e-global-color-text);
}

.service_detail .main-box .list li i {
  font-size: 9px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  top: 2px;
  left: 0;
  border-radius: 100px;
  position: absolute;
  text-align: center;
  display: inline-block;
  background-color: var(--e-global-color-accent);
  color: var(--e-global-color-white);
}

/* Service */

.servicedetail-con {
  padding-bottom: 200px;
}

/* Home Page 2 */

/* Banner */

.electric_banner_outer {
  background-image: url(../images/vehicles-banner.jpg);
  background-image: url(../images/hero-banner.jpeg);
  background-color: var(--e-global-color-very-light-gray-white);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.electric_banner_outer .card-overlay {
  background: rgba(0, 0, 0, 60%);
}


.electricbanner-con {
  padding: 121px 0 60px;
  z-index: 1;
}

.electricbanner-con ul {
  position: absolute;
  left: -120px;
  top: 78px;
}

.electricbanner-con ul li {
  margin: 13px 0;
  transition: all 0.3s ease-in-out;
}

.electricbanner-con ul li:first-child {
  margin-top: 0;
}

.electricbanner-con ul li:last-child {
  margin-bottom: 0;
}

.electricbanner-con ul li i {
  font-size: 16px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 100px;
  text-align: center;
  color: var(--e-global-color-white);
  background-color: rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease-in-out;
}

.electricbanner-con ul li a:hover i {
  background-color: var(--e-global-color-accent);
}
.owl-carousel .owl-item {
   border-radius: 8px !important;
}
.service-image {
  border-radius: 6px 6px 0px 0px !important;
}
.electricbanner-con .banner_content h1 {
  font-size: 52px;
  line-height: 35px;
  margin-bottom: 24px;
  font-weight: 400;
  color: #2bc48b !important;
}
.electricbanner-con .banner_content p {
  margin-bottom: 42px;
  padding: 0 15px;
}

.electricbanner-con .banner_content .get_started {
  padding: 21px 33px;
}

.electricbanner-con .banner_content .get_started:hover {
  color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-white);
}

.electricbanner-con .banner_content .get_started:hover i {
  color: var(--e-global-color-secondary);
}

.electricbanner-con .banner_content ul {
  display: none;
}

.electricbanner-con .banner_content .top-btn {
  display: inline-block;
  bottom: -43px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.electricbanner-con .banner_content .top-btn:hover {
  transform: translateY(-5px);
}

/* Service */

.electricservice-con {
  padding: 58px 0 99px;
  background-color: var(--e-global-color-very-light-gray-white);
  background-image: url('../images/brandsbg.png');
}

.electricservice-con .service_content {
  position: relative;
  text-align: center;
}

.electricservice-con .service_content h6 {
  width: 165px;
  margin: 0 auto 20px;
  text-align: left;
}

.custom-box .owl-item {
  border: 1px solid #efefef;
}

.no-padding {
  padding: 0;
}

.font-size-15 {
  font-size: 15px;
  color: #ed823b;
}

.electricservice-con .service_content h2 {
  margin-bottom: 52px;
}

.electricservice-con .service-box {
  width: 100%;
  background: var(--e-global-color-white);
  transition: all 0.3s ease-in-out;
}

.electricservice-con .upper_portion {
  position: relative;
}

.electricservice-con .upper_portion .service-image {
  overflow: hidden;
}

.electricservice-con .upper_portion .service-image img {
  width: 100% !important;
  transition: all 0.3s ease-in-out;
}

.electricservice-con .service-box:hover .service-image img {
  transform: scale(1.1);
  width: 100%;
}

.electricservice-con .upper_portion .service-icon {
  height: 87px;
  width: 87px;
  line-height: 87px;
  bottom: -45px;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background-color: var(--e-global-color-accent);
  transition: all 0.3s ease-in-out;
}

.electricservice-con .lower_portion_wrapper {
  text-align: center;
  padding: 15px 10px 1px 13px;
}


.electricservice-con .lower_portion_wrapper h3 {
  margin-bottom: 14px;
  transition: all 0.3s ease-in-out;
}

.electricservice-con .lower_portion_wrapper h3:hover {
  color: var(--e-global-color-accent);
}

.electricservice-con.position-relative.electriccars-con {
  background: #2a3239 !important;
}

.electricservice-con .lower_portion_wrapper p {
  line-height: 24px;
  margin-bottom: 22px;
}

.electricservice-con .lower_portion_wrapper .learn_more {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  font-family: "Lexend Deca", sans-serif;
  color: var(--e-global-color-accent);
  transition: all 0.3s ease-in-out;
}

.electricservice-con .lower_portion_wrapper .learn_more i {
  font-size: 11px;
  margin-left: 14px;
  color: var(--e-global-color-accent);
  transition: all 0.3s ease-in-out;
}

.electricservice-con .lower_portion_wrapper .learn_more:hover {
  color: var(--e-global-color-text);
}

.electricservice-con .lower_portion_wrapper .learn_more:hover i {
  color: var(--e-global-color-text);
}

.electricservice-con .owl-carousel .owl-dots {
  display: block !important;
  margin-top: 50px !important;
  /* line-height: 0; */
  position: absolute;
  left: 0;
  right: 0;
}

.electricservice-con .owl-carousel .owl-dots .owl-dot span {
  background-color: #dddddd;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  transition: all 0.3s ease-in-out;
}

.electricservice-con .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: var(--e-global-color-accent);
}

.electricservice-con .owl-carousel .owl-dots .owl-dot.active span {
  width: 15px;
  height: 15px;
  position: relative;
  /* top: 2px; */
  background-color: var(--e-global-color-accent);
}

.electricservice-con .owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}

.electricservice-con .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

/* Testimonial */

.electrictestimonial-con {
  padding: 135px 0 195px;
  text-align: center;
  background-image: url(../images/testimonial2-backgroundimage.jpg);
  background-color: var(--e-global-color-accent);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg1 {
  padding: 135px 0 195px;
  background-image: url('../images/brandsbg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.electrictestimonial-con .image {
  position: absolute;
}

.electrictestimonial-con .image img {
  opacity: 12%;
}

.electrictestimonial-con .testimonial2-leftquote {
  top: 95px;
  left: 95px;
}

.electrictestimonial-con .testimonial2-rightquote {
  bottom: 95px;
  right: 95px;
}

.electrictestimonial-con .testimonial-box {
  margin-bottom: 45px;
}

.electrictestimonial-con .testimonial-box h4 {
  font-weight: 500;
  margin-bottom: 14px;
}

.electrictestimonial-con .testimonial-box ul {
  margin-bottom: 30px;
}

.electrictestimonial-con .testimonial-box ul li {
  display: inline-block;
}

.electrictestimonial-con .testimonial-box ul li i {
  font-size: 18px;
  line-height: 18px;
  color: var(--e-global-color-bright-yellow);
}

.electrictestimonial-con .testimonial-box h3 {
  font-size: 28px;
  line-height: 40px;
  padding: 0 15px;
}

.electrictestimonial-con .carousel-indicators {
  position: relative;
  bottom: 0;
  left: 0;
}

.electrictestimonial-con .carousel-indicators li {
  text-indent: 0;
  width: 57px;
  height: 57px;
  opacity: 1;
  margin: 0 18px;
  border-radius: 100%;
}

.electrictestimonial-con .carousel-indicators li:first-child {
  margin-left: 0;
}

.electrictestimonial-con .carousel-indicators li:last-child {
  margin-right: 0;
}

.electrictestimonial-con .carousel-indicators li figure {
  background-color: var(--e-global-color-white);
  border-radius: 100%;
}

.electrictestimonial-con .carousel-indicators li figure img {
  border-radius: 100%;
  opacity: 60%;
}

.electrictestimonial-con .carousel-indicators .active figure img {
  width: 82px;
  opacity: 1;
  transform: scale(1.4);
}

.electrictestimonial-con .carousel-indicators li .name_wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -78px;
  margin: 0 auto;
  display: none;
}

.electrictestimonial-con .carousel-indicators li .name_wrapper .person {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
  color: var(--e-global-color-white);
}

.electrictestimonial-con .carousel-indicators li .name_wrapper .review {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: var(--e-global-color-white);
}

.electrictestimonial-con .carousel-indicators .active .name_wrapper {
  display: block;
}

/* Home Page 3 */

/* Banner */

.universal_banner_outer {
  background-image: url(../images/banner3-background.jpg);
  background-color: var(--e-global-color-accent);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.universal_header .navbar-nav .nav-item a:hover {
  color: var(--e-global-color-very-dark-grayish-blue) !important;
  background-color: transparent;
}

.universal_header .navbar-nav .active>a {
  color: var(--e-global-color-very-dark-grayish-blue) !important;
}

.universal_header .navbar-nav .drop-down-pages li:first-child a:hover::before {
  background-image: url(../images/nav-node-hover2.png);
}

.universal_header .navbar-nav .drop-down-pages .active:first-child>a::before {
  background-image: url(../images/nav-node-hover2.png);
}

.universal_header .navbar-nav .nav-item .dropdown-item:hover {
  color: var(--e-global-color-white) !important;
  background-color: var(--e-global-color-very-dark-grayish-blue) !important;
}

.universal_header .navbar-nav .drop-down-pages .active>a {
  color: var(--e-global-color-white) !important;
  background-color: var(--e-global-color-very-dark-grayish-blue) !important;
}

.universal_header .navbar-nav .drop-down-pages .active>a:hover {
  color: var(--e-global-color-white) !important;
  background-color: var(--e-global-color-very-dark-grayish-blue) !important;
}

.universal_header .last_list .search-box:hover {
  color: var(--e-global-color-secondary);
}

.universal_header .last_list .get_started {
  color: var(--e-global-color-white);
  background-color: transparent;
  border: 1px solid var(--e-global-color-white);
}

.universal_header .last_list .get_started:hover {
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-very-dark-grayish-blue);
  border: 1px solid var(--e-global-color-very-dark-grayish-blue);
}

.universal_header .last_list .get_started:hover i {
  color: var(--e-global-color-white);
}

.universal_header .last_list .number:hover {
  color: var(--e-global-color-very-dark-grayish-blue) !important;
}

.universalbanner-con {
  padding: 175px 0 195px;
}

.universalbanner-con ul {
  position: absolute;
  left: -170px;
  top: 90px;
}

.universalbanner-con ul li {
  margin: 13px 0;
  transition: all 0.3s ease-in-out;
}

.universalbanner-con ul li:first-child {
  margin-top: 0;
}

.universalbanner-con ul li:last-child {
  margin-bottom: 0;
}

.universalbanner-con ul li i {
  font-size: 16px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 100px;
  text-align: center;
  color: var(--e-global-color-white);
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease-in-out;
}

.universalbanner-con ul li a:hover i {
  color: var(--e-global-color-accent);
  background-color: var(--e-global-color-white);
}

.universalbanner-con .banner_content h6 {
  margin-bottom: 23px;
  color: var(--e-global-color-white);
}

.universalbanner-con .banner_content h6::before {
  background-color: var(--e-global-color-white);
}

.universalbanner-con .banner_content h1 {
  font-size: 70px;
  line-height: 80px;
  margin-bottom: 36px;
  text-transform: none;
}

.universalbanner-con .banner_content .get_started {
  padding: 21px 33px;
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-very-dark-grayish-blue);
}

.universalbanner-con .banner_content .get_started:hover {
  color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-white);
}

.universalbanner-con .banner_content .get_started i {
  color: var(--e-global-color-white);
}

.universalbanner-con .banner_content .get_started:hover i {
  color: var(--e-global-color-very-dark-grayish-blue);
}

.universalbanner-con .banner_content ul {
  display: none;
}

.universalbanner-con .banner_wrapper .banner3-image {
  position: absolute;
  top: -140px;
  left: -24px;
  z-index: 1;
}

.universalbanner-con .banner_wrapper .circle {
  width: 379px;
  height: 379px;
  line-height: 379px;
  top: 22px;
  right: -72px;
  border-radius: 100%;
  position: absolute;
  background-color: var(--e-global-color-white);
}

/* Service */

.universalservice-con {
  padding: 140px 0 115px;
}

.universalservice-con .service_content h6 {
  margin-bottom: 20px;
}

.universalservice-con .service_content h2 {
  margin-bottom: 42px;
}

.universalservice-con .service-box {
  padding: 30px 15px 30px 30px;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
  background-color: var(--e-global-color-white);
  box-shadow: 0 6px 60px 6px rgb(0 0 0 / 4%);
  border: 1px solid var(--e-global-color-white);
  transition: all 0.3s ease-in-out;
}

.universalservice-con .service-box:hover {
  border: 1px solid var(--e-global-color-accent);
}

.universalservice-con .service-box .icon {
  width: 18%;
  top: 6px;
  float: left;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.universalservice-con .service-box .icon img {
  width: 50px;
}

.universalservice-con .service-box:hover .icon {
  transform: translateY(-5px);
}

.universalservice-con .service-box .content {
  width: 82%;
  padding-left: 18px;
  position: relative;
  display: inline-block;
}

.universalservice-con .service-box h4 {
  margin-bottom: 14px;
  padding-right: 20px;
}

.universalservice-con .service-box p {
  line-height: 22px;
}

/* About */

.universalabout-con {
  padding: 130px 0;
  background-color: var(--e-global-color-very-light-gray-white);
}

.universalabout-con .about_content {
  padding-left: 28px;
}

.universalabout-con .about_content h6 {
  margin-bottom: 22px;
}

.universalabout-con .about_content h2 {
  margin-bottom: 28px;
  text-transform: none;
}

.universalabout-con .about_content .text {
  margin-bottom: 25px;
}

.universalabout-con .about_content ul {
  margin-bottom: 55px;
}

.universalabout-con .about_content ul li {
  position: relative;
  margin-bottom: 11px;
}

.universalabout-con .about_content ul li:last-child {
  margin-bottom: 0;
}

.universalabout-con .about_content ul li i {
  font-size: 9px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  top: 3px;
  left: 0;
  position: absolute;
  text-align: center;
  border-radius: 100%;
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-accent);
}

.universalabout-con .about_content ul li p {
  line-height: 20px;
  font-weight: 500;
  padding-left: 34px;
  color: var(--e-global-color-secondary);
}

.universalabout-con .about_content .box {
  padding: 40px 58px 43px;
  display: flex;
  align-items: center;
  background-color: var(--e-global-color-very-dark-grayish-blue);
}

.universalabout-con .about_content .box h3 {
  font-size: 24px;
  line-height: 36px;
  padding-left: 85px;
}

.universalabout-con .about_content .box .about-icon {
  position: absolute;
}

.universalabout-con .about_wrapper .about-image1 {
  position: absolute;
  top: 0;
  right: 0;
}

.universalabout-con .about_wrapper .video-image {
  top: 323px;
  left: -22px;
  position: absolute;
  display: inline-block;
}

.universalabout-con .about_wrapper .about-image2 {
  background-color: var(--e-global-color-black);
  border: 10px solid var(--e-global-color-very-light-gray-white);
}

.universalabout-con .about_wrapper .about-image2 img {
  opacity: 45%;
}

.universalabout-con .about_wrapper .icon {
  height: 93px;
  width: 93px;
  line-height: 93px;
  border: 1px solid rgba(255, 255, 255, 50%);
  border-radius: 100px;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease-in-out;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.universalabout-con .about_wrapper .icon:hover {
  transform: translateY(-5px);
}

.universalabout-con .about_wrapper .icon .video-icon {
  height: 71px;
  width: 71px;
  line-height: 68px;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: relative;
  text-align: center;
  background-color: var(--e-global-color-accent);
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}

.universalabout-con .about_wrapper .icon:hover .video-icon {
  background-color: var(--e-global-color-very-dark-black-blue);
}

/* Pricing */

.universalpricing-con {
  padding: 136px 0 140px;
  background-color: var(--e-global-color-white);
}

.universalpricing-con .pricing_content {
  position: relative;
  padding-top: 60px;
}

.universalpricing-con .pricing_content h6 {
  margin-bottom: 20px;
}

.universalpricing-con .pricing_content h2 {
  margin-bottom: 30px;
}

.universalpricing-con .pricing_content .text1 {
  padding-right: 20px;
}

.universalpricing-con .pricing-box {
  padding: 45px 30px 45px 40px;
  background-color: var(--e-global-color-white);
  border: 1px solid var(--e-global-color-white);
  box-shadow: 0 6px 41px 6px rgb(0 0 0 / 5%) inset;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.universalpricing-con .pricing-box:hover {
  border: 1px solid var(--e-global-color-accent);
}

.universalpricing-con .pricing-box .text {
  line-height: 24px;
}

.universalpricing-con .pricing-box .value {
  padding-bottom: 32px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--e-global-color-very-light-gray);
}

.universalpricing-con .pricing-box sup,
.universalpricing-con .pricing-box span {
  display: inline-block;
  color: var(--e-global-color-secondary);
  font-family: "Lexend Deca", sans-serif;
}

.universalpricing-con .pricing-box .dollar {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
}

.universalpricing-con .pricing-box .number {
  font-size: 46px;
  line-height: 46px;
  font-weight: 700;
}

.universalpricing-con .pricing-box .month {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
}

.universalpricing-con .pricing-box ul {
  margin-bottom: 36px;
}

.universalpricing-con .pricing-box ul li {
  position: relative;
  margin-bottom: 3px;
}

.universalpricing-con .pricing-box ul li i {
  font-size: 14px;
  top: 6px;
  left: 0;
  position: absolute;
  color: var(--e-global-color-accent);
}

.universalpricing-con .pricing-box ul li p {
  padding-left: 24px;
}

.universalpricing-con .pricing-box .get_started {
  padding: 21px;
  display: block;
}

.universalpricing-con .owl-carousel .owl-nav {
  margin-top: 0 !important;
  position: absolute;
  bottom: 55px;
  left: -368px;
}

.universalpricing-con .owl-carousel .owl-prev,
.universalpricing-con .owl-carousel .owl-next {
  margin: 0 !important;
  background: transparent !important;
}

.universalpricing-con .owl-carousel .owl-prev:focus,
.universalpricing-con .owl-carousel .owl-next:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.universalpricing-con .owl-carousel .owl-prev span,
.universalpricing-con .owl-carousel .owl-next span {
  font-size: 17px;
  width: 49px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  border-radius: 100px;
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-secondary);
  transition: all 0.3s ease-in-out;
}

.universalpricing-con .owl-carousel .owl-prev:hover span,
.universalpricing-con .owl-carousel .owl-next:hover span {
  background-color: var(--e-global-color-accent);
}

.universalpricing-con .owl-carousel .owl-prev {
  position: relative;
  left: -12px;
  bottom: 0;
}

.universalpricing-con .owl-carousel .owl-next {
  position: relative;
  right: -10px;
  bottom: 0;
}

/* Faq */

.faq3-con {
  padding-bottom: 333px;
}

/* Footer */

.footer-con .universal_upper_portion {
  overflow: hidden;
  padding: 85px 50px 90px 90px;
  margin-top: -196px;
  background-color: var(--e-global-color-accent);
}

.footer-con .universal_upper_portion h6 {
  margin-bottom: 18px;
}

.footer-con .universal_upper_portion h6::before {
  background-color: var(--e-global-color-white);
}

.footer-con .universal_upper_portion h3 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 42px;
}

.footer-con .universal_upper_portion .image-wrapper {
  display: inline-flex;
}

.footer-con .universal_upper_portion .image-apple {
  margin-right: 12px;
}

.footer-con .universal_upper_portion .footer-phone1 {
  position: absolute;
  top: -20px;
  left: 50px;
}

.footer-con .universal_upper_portion .footer-phone2 {
  position: absolute;
  top: 32px;
  right: 22px;
}

/* 404 Page */

.error_page {
  height: 100vh;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-color: var(--e-global-color-very-light-gray-white);
}

.error_page .error_content h1 {
  font-size: 140px;
  line-height: 140px;
  margin-bottom: 25px;
  color: var(--e-global-color-secondary);
}

.error_page .error_content .text {
  font-size: 46px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--e-global-color-secondary);
}

.error_page .error_content .text2 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 30px;
  color: var(--e-global-color-text);
}

.error_page .error_content .back_home {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  padding: 18px 35px 20px;
  text-align: center;
  display: inline-block;
  position: relative;
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-accent);
  transition: all 0.3s ease-in-out;
}

.error_page .error_content .back_home:hover {
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-secondary);
}

.error_page .error_content .back_home i {
  font-size: 12px;
  margin-left: 14px;
  transition: all 0.3s ease-in-out;
  color: var(--e-global-color-white);
}

/* Coming Soon */

.comingsoon_outer {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 100vh;
  text-align: center;
  position: relative;
  background-color: var(--e-global-color-very-dark-grayish-blue);
}

.comingsoon_outer .logo_outer {
  margin-bottom: 65px;
}

.comingsoon_outer .comingsoon_section {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
}

.comingsoon_outer .sub_banner_content h1 {
  font-size: 80px;
  line-height: 90px;
  margin-bottom: 30px;
  color: var(--e-global-color-white);
}

.comingsoon_outer .sub_banner_content p {
  font-weight: 500;
  margin-bottom: 12px;
  color: var(--e-global-color-white);
}

.comingsoon_outer .sub_banner_content form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.comingsoon_outer .sub_banner_content .form-group {
  margin-bottom: 30px;
}

.comingsoon_outer .sub_banner_content input {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  padding: 14px 16px 16px;
  width: 540px;
  position: relative;
  color: var(--e-global-color-text);
  background-color: var(--e-global-color-white);
  border: 1px solid transparent;
  border-radius: 0;
  overflow: visible;
  outline: none;
}

.comingsoon_outer .sub_banner_content button {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  padding: 15px 30px 18px;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 0;
  position: absolute;
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-accent);
  border: 1px solid var(--e-global-color-accent);
  overflow: visible;
  outline: none;
  transition: all 0.3s ease-in-out;
}

.comingsoon_outer .sub_banner_content input:focus {
  border: 1px solid var(--e-global-color-accent);
}

.comingsoon_outer .sub_banner_content button:hover {
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-very-dark-black-blue);
  border: 1px solid var(--e-global-color-very-dark-black-blue);
}

.comingsoon_outer .sub_banner_content .social-icon li {
  display: inline-block;
  margin: 0 4px;
}

.comingsoon_outer .sub_banner_content .social-icon li:first-child {
  margin-left: 0;
}

.comingsoon_outer .sub_banner_content .social-icon li:last-child {
  margin-right: 0;
}

.comingsoon_outer .sub_banner_content .social-icon a {
  transition: all 0.3s ease-in-out;
}

.comingsoon_outer .sub_banner_content .social-icon i {
  font-size: 16px;
  height: 46px;
  width: 46px;
  line-height: 46px;
  border-radius: 100px;
  text-align: center;
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-very-dark-black-blue);
  transition: all 0.3s ease-in-out;
}

.comingsoon_outer .sub_banner_content .social-icon a:hover i {
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-accent);
}

/* SEARCH FORM */

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  display: none;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  z-index: 106;
  display: block;
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -51px;
  width: 60%;
  margin-left: 20%;
  color: rgb(255, 255, 255);
  background-color: transparent;
  border-top: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  outline: none;
  padding: 10px;
}

#search input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 20px;
  width: 20px;
  content: "\f00d";
  background-image: url("../images/close.html");
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  opacity: 1;
  font-size: 27px;
  color: #fff;
}

#search .close:hover {
  color: var(--e-global-color-accent);
  cursor: pointer;
  text-shadow: none;
}

/* Back to top button */

#button {
  background-color: var(--e-global-color-accent);
  width: 70px;
  height: 70px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 40px;
  right: 40px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  z-index: 1000000;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-animation: spineer 2s infinite;
  animation: spineer 2s infinite;
  cursor: pointer;
}

#button::after {
  content: "\f062";
  font-family: "Font Awesome 5 free";
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

#button:hover {
  transform: translateY(-5px);
  text-decoration: none;
}

@-webkit-keyframes spineer {
  from {
    box-shadow: 0 0 0 0 rgb(42 134 59 / 41%);
  }

  to {
    box-shadow: 0 0 0 35px rgba(250, 87, 51, 0.01);
  }
}

@keyframes spineer {
  from {
    box-shadow: 0 0 0 0 rgb(42 134 59 / 41%);
  }

  to {
    box-shadow: 0 0 0 35px rgba(250, 87, 51, 0.01);
  }
}

/* Preloader -------------------------------------------------------*/

/* Loader Styles start here */

.loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  font-size: 0;
  color: var(--e-global-color-accent);
  display: inline-block;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.lead {
  font-size: 13px;
}

.loader div {
  background-color: var(--e-global-color-accent);
  display: inline-block;
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  opacity: 0.5;
  border-radius: 50%;
  -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
  animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.evTabs {
  display: flex;
}

.evTabs button {
  border: none;
  padding: 13px 40px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s;
  background-color: #12323e;
  font-weight: bold;
  color: #fff;
}

.evTabs button.active {
  color: #fff;
  background: #153e4d;
}

.tab-content {
  padding: 20px 11px;
  border-top: none;
  background: #000;
  margin-top: 0px;
  margin-bottom: -90px;
  z-index: 9;
  position: inherit;
  border-radius: 14px;
}
#dropdown {
  padding-top: 109px;
}
.tab-content.active {
  display: block;
}

.form-selects {
  padding: 10px;
  border: none;
  width: 100%;
  border-radius: 3px;
}

.search-btn {
  padding: 7px 27px;
  border: none;
  background: linear-gradient(135deg, #14b8a6, #24a654) !important;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
}
.search-btn:hover {
   background: linear-gradient(135deg, #24a654, #14b8a6) !important;
}
.form-select {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.catList {
  width: 100%;
  float: left;
}
.pdSec .card {
  box-shadow: 6px 10px 4px -3px #e8e4e4;
}
.pdSec .card-header {
  background: #00be7312;
}
.pdSec .card-header button {
  font-size: 16px;
  font-weight: bold;
  color: #de7b38;
}
.pdSec .btn-link:focus {
  text-decoration: none;
  box-shadow: none;
}
.cborder {
  border-bottom: 1px dotted;
  border-color: #0cb574;
  margin-bottom: 15px;
}
.fTitle {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.fValue {
  color: #de7b38;
  font-weight: bold;
}
.catList .catUl {
  display: block !important;
  position: revert;
  float: left;
  padding: 0;
  margin-top: 16px !important;
}

.catUl li {
  float: left;
  background: #fff;
  list-style: none;
  padding: 5px 10px;
  border-radius: 7px;
  margin: 8px 6px !important;
  width: 18.9%;
}

.catTitle {
  font-size: 15px;
  font-weight: bold;
  float: left;
  color: #2bc48b;
}

.catIcon img {
  width: 23px !important;
  height: 24px !important;
}

.catIcon {
  width: 26px;
  float: right;
}

.catUl li:hover {
  background: #000;
  color: #fff;
}

.item1,
.item2 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0px 10px;
}
.item1.sec .icon {
  font-weight: bold;
}
.icon img {
  width: 20px !important;
}
.item1.fet .icon {
  font-size: 14px;
  color: green;
}
.showroom-price {
  color: #de7b38;
}

.showroom-price span {
  font-size: 16px;
  color: #2bc48b !important;
}

.onroad-price a {
  color: #de7b38;
}

.spc-value {
  font-size: 13px;
  color: #de7b38;
  font-weight: 500;
}

.spc-heading {
  font-weight: bold;
  width: 100%;
  float: left;
}

.section {
  box-shadow: 0 6px 41px 6px rgba(0, 0, 0, 0.05);
  padding: 26px;
  margin-bottom: 20px;
}

.desc-data {
  float: left;
  width: 79%;
}

.icon-box {
  float: left;
  width: 20%;
  padding: 3px 4% 0% 0%;
}

.icon-box img {
  width: 96%;
}

.small-font {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.scroll-menu a.active {
  color: #2bc48b;
  border-bottom: 3px solid;
}

.citywisePrice-tr .citywisePrice-td {
  display: flex;
}

.citywisePrice-th {
  display: flex;
  border-bottom: 2px dotted #2bc48b;
  padding: 5px 8px 9px;
  margin-bottom: 19px;
}

.citywisePrice-th .citywisePrice-td {
  flex-basis: 50%;
  max-width: 50%;
  padding-bottom: 8px;
}

.error {
  color: red;
  font-size: 12px;
  margin: 0;
  padding: 0;
  line-height: 19px;
}

.form-group.first {
  margin-bottom: 8px;
}

.citywisePrice-th .citywisePrice-td p {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  color: #6C6C6C;
  font-family: "TJ-bold";
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.citywisePrice-tr .citywisePrice-td h5,
.citywisePrice-tr .citywisePrice-td .h5 {
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  color: #006DB7;
  font-family: "TJ-Regular";
  flex-basis: 40%;
  max-width: 40%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.citywisePrice-tr .citywisePrice-td h6 {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-family: "TJ-Regular";
  flex-basis: 60%;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}

.citywisePrice-td h6::before {
  display: none;
}

.citywisePrice-inner h5::after {
  content: "" !important;
  border-bottom: 2px dotted #2bc48b !important;
  position: absolute !important;
  width: 79% !important;
  height: 45px !important;
  left: 37px !important;
}

.bar {
  border-bottom: 1px dotted #000;
  padding-bottom: 7px;
  margin-bottom: 5px;
}

.scroll-menu {
  background: #fff;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  transition: all 0.3s ease;
  z-index: 999;
}

.scroll-menu.fixed {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.scroll-menu ul {
  padding: 5px 15px;
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  padding: 0;
}

.scroll-menu ul li {
  padding: 5px 15px;
  list-style: none;
}

.scroll-menu ul li a {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #de7b38;
}

.scroll-menu ul li a:hover {

  color: #2bc48b;
}

.owl-item .acces .icon {
  width: 50%;
}

.featured-listing .owl-item {
  background: #fff !important;
}

.lst-price {
  width: 100%;
  border-top: 1px dotted #2bc48b;
  padding-top: 10px;
}

.savingHeading {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.savingHeading p {
  font-size: 13px;
}

.savingDetails .fistSec h6 {
  text-align: right;
  color: #de7b38;
}

.savingDetails .fistSec h6::before {
  content: none;
}

.savingDetails .fistSec h5 {
  font-size: 13px;
}

.savingDetails .fistSec {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.login-popup p {
  font-size: 14px;
  font-style: italic;
  text-align: center;
  margin-top: 15px;
  border-top: 1px solid #ccc;
  padding-top: 15px;
  color: #1c1919;
}

.login-image img {
  width: 75%;
  margin: 13%;
}

.register p {
  font-size: 17px;
}

.col-md-6.login-image {
  border-right: 2px dotted #ccc;
}

.col-md-6.login-form {
  padding: 3% 5%;
}

@-webkit-keyframes ballPulseDouble {

  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ballPulseDouble {

  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.blink-text {
  animation: blink 3s infinite;
}

@keyframes blink {
  0%   { opacity: 1; }
  50%  { opacity: 0; }
  100% { opacity: 1; }
}
#signupResponse ul {
  margin-bottom: 18px;
  background: #f7efef;
  padding: 7px;
}

#signupResponse ul li {
  font-size: 12px;
  font-style: italic;
  margin-left: 10px;
}
#signupResponse p {
  background: #eef9ee;
  padding: 1px 5px;
  font-size: 12px;
  font-style: italic;
}
#signInResponse .failed {
  background: #e8d4d4;
  color: red;
  font-size: 12px;
  font-style: italic;
  padding: 0px 8px;
}


#signInResponse ul li {
  font-size: 12px;
  font-style: italic;
  margin-left: 10px;
}
#signInResponse ul {
  margin-bottom: 18px;
  background: #f7efef;
  padding: 7px;
}
#signInResponse .success {
  color: green;
  background: #cbf9cb;
  font-size: 12px;
  font-style: italic;
  padding: 0 8px;
}

/* Preloader -------------------------------------------------------*/

.profile-section {
  margin: 50px 0 130px 0;
}
.nav-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
}

.dropdown {
  position: relative;
  cursor: pointer;
}

.user-name {
  color: white;
  padding: 10px;
  display: inline-block;
  background: linear-gradient(135deg, #14b8a6, #24a654);
  border-radius: 4px;
}
.user-name:hover {
  background: linear-gradient(135deg, #24a654, #14b8a6);
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
  z-index: 1000;
  border-radius: 3px;
  overflow: hidden;
}

.dropdown-content a {
  color: #333;
  padding: 4px 13px;
  text-decoration: none;
  display: block;
  font-weight: 500;
  font-size: 13px;
}

.dropdown-content a:hover {
  background-color: #f0f0f0;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.widget.widget-user ul {
  margin: 0 !important;
  padding: 0 !important;
}
.widget.widget-user ul li {
  list-style: none;
  margin-bottom: 9px;
  border-bottom: 1px dotted;
  line-height: 34px;
}
.widget.widget-user ul li a {
  font-size: 14px;
  color: #333;
}
.widget.widget-user ul li a i {
  margin-right: 10px;
}
.widget.widget-user {
  border-bottom: none;
}
.nopadding{
  padding: 0 !important;
}


.account-settings .user-profile {
  margin: 0 0 1rem 0;
  padding-bottom: 1rem;
  text-align: center;
}
.account-settings .user-profile .user-avatar {
  margin: 0 0 1rem 0;
}
.account-settings .user-profile .user-avatar img {
  width: 90px;
  height: 90px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.account-settings .user-profile h5.user-name {
  margin: 0 0 0.5rem 0;
}
.account-settings .user-profile h6.user-email {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 400;
  color: #9fa8b9;
}
.account-settings .about {
  margin: 2rem 0 0 0;
  text-align: center;
}
.account-settings .about h5 {
  margin: 0 0 15px 0;
  color: #007ae1;
}
.account-settings .about p {
  font-size: 0.825rem;
}
.form-control {
  border: 1px solid #cfd1d8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: .825rem;
  background: #ffffff;
  color: #2e323c;
}

.card {
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
}
.user-avatar img {
  width: 100%;
}
#example_wrapper {
  width: 100%;
}


.error {
  color: red;
  font-weight: 500;
  font-style: italic;
  font-size: 12px;
}

.next.buttons,
.prev.buttons {
  padding: 6px 17px;
  border: none;
}
.submit.buttons.createListing {
  border: none;
  padding: 6px 10px;
  background: #1bb769;
  color: #fff;
  margin-left: 15px;
}
.steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.step {
  width: auto;
  padding: 8px 30px;
  text-align: center;
  background-color: #ddd;
  border-radius: 5px;
  cursor: pointer;
}

.step.active {
  background-color: #8e8e8e;
  color: white;
}

.step-content {
  display: none;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 8px;
}

.step-content.active {
  display: block;
}

.createListing {
  color: #fff;
  padding: 6px 15px;
  border: none;
  background: #1bb769;
}
.image_note {
  font-size: 12px;
  color: #f05f5f;
  font-weight: 400;
}
.createListingForm .form-control {
  font-size: 13px;
}
.createListingForm .form-label {
  font-size: 13px;
  font-weight: 600;
}
.createListingForm .wizard {
  margin-top:20px;
}
.createListingForm .wizard .step {
  font-size: 13px;
  width: 24%;
}
.steps.three-btn .step {
  width: 33%;
}
.maintitle span {
  font-size: 20px;
  font-weight: bold;
  color: #534c4c;
}
.maintitle p {
  font-size: 14px;
  font-style: italic;
  color: #de7b38;
  font-weight: bold;
}

.no-result {
  text-align: center;
  padding: 60px 20px;
  color: #555;
}

.no-result .icon {
  font-size: 60px;
  color: #ccc;
  margin-bottom: 20px;
}

.no-result h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.no-result p {
  font-size: 16px;
  color: #777;
  margin-bottom: 20px;
}

.no-result a.btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007BFF;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 15px;
}

.no-result a.btn:hover {
  background-color: #0056b3;
}


.sub-menu-bar {
  background-color: #1c1c1c;
  padding: 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  z-index: 9;
}

.sub-item {
  position: relative;
}

.sub-menu-link {
  color: #bbb;
  font-size: 13px;
  padding: 14px 15px;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 600;
}


/* Dropdown - hidden by default */
.sub-dropdown {

  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #2b2b2b;
  padding: 30px 0;
  border-top: 2px solid #1bb065;
  z-index: 1000;
}

/* Container width inside dropdown */
.sub-dropdown > .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Menu columns */
.menu-column {
  flex: 1 1 200px;
  margin-right: 30px;
}

.menu-column h6 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}

.menu-column a {
  color: #ccc;
  display: block;
  padding: 6px 0;
  font-size: 13px;
  text-decoration: none;
}


.sub-menu-link .fa {
  transition: transform 0.3s ease, color 0.3s ease;
  margin-left: 6px;
  color: #fff;
}

/* Rotate icon and change color on hover of the link */
.sub-menu-link:hover .fa {
  transform: rotate(180deg);
  color: #1bb065;
}
.menu-column a:hover {
  color: #2bc48b;

}
.sddlink-1, .sddlink-2, .sddlink-3, .sddlink-4, .sddlink-5{
  display:none;
}
/* Show dropdown on hover */
/* .dropdown-submenu:hover .sub-dropdown {
  display: block;
} */
/* Show dropdown on hover */

.sddlink-1.show{
  display: block;
}
.sddlink-2.show{
  display: block;
}
.sddlink-3.show{
  display: block;
}
.sddlink-4.show{
  display: block;
}
.sddlink-5.show{
  display: block;
}
.sub-menu-link:hover{
  color: #1bb065;
  text-decoration: none;
}
/* Responsive fix */
@media (max-width: 768px) {
  .sub-dropdown {
    position: static;
    width: 100%;
    padding: 20px;
  }

  .sub-dropdown > .container {
    flex-direction: column;
  }

  .menu-column {
    margin-bottom: 20px;
  }

  .sub-menu-bar {
    flex-direction: column;
  }
}
.withBannerImage{
  background-size: cover;      /* Cover the entire element */
  background-position: center; /* Center the image */
  background-repeat: no-repeat;
  padding: 0 !important;
}
.lstDetails .sub_banner_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 450px;
}

.meta-field {
  display: flex;
  gap: 30px;
  margin-bottom: 10px;
  align-items: center;
  width: 98%;
  border-bottom: 1px dotted;
  padding-bottom: 15px;
}

.remove-btn {
  background-color: red;
  color: white;
  border: none;
  padding: 6px 10px;
  cursor: pointer;
  border-radius: 4px;
}
.add-btn, .submit-btn {
  padding: 8px 15px;
  background-color: green;
  color: white;
  border: none;
  border-radius: 4px;
  margin-top: 10px;
  cursor: pointer;
}
.message {
  margin-top: 15px;
  color: blue;
}
.addmore {
  width: 96%;
  margin-left: 15px;
}
#metaFields {
  float: left;
  margin-right: 40px;
  margin-top: 8px;
  width: 75%;
}
.rotate-icon {
  transition: transform 0.3s ease;
}
.rotate-icon.rotate {
  transform: rotate(180deg);
}

.border-radious-6 {
  border-radius: 6px;
}
.border-1 {
  border: 1px solid #eae1e1;
}
.addWrap {
  width: 100%;
  float: left;
}
.addTitle {
  float: left;
  width: 25%;
}
.address {
  float: right;
  width: 70%;
  text-align: right;
  color: #5cd1a5;
}
.fa.fa-download.download {
  margin-top: 31px;
  border: 1px solid;
  padding: 7px;
  color: green;
  border-radius: 17px;
}
.fa.fa-download.download:hover {
  color: #fff;
  background:green;
}
.editGallery {
  width: 70px;
  float: left;
  margin-right: 2px;
  border: 1px solid #efefef;
  padding: 1px;
}
.galleryImag {
  width: 100%;
  display: flex;
  gap: 4px;
}
.details.singleblog-section { padding: 1px 0 120px;}

h3.h3Style::after {
  content: "";
  display: block;
  width: 13%;
  height: 3px;
  background: linear-gradient(to right, #fb930d, #f9f7f2ba);
  margin-top: 6px;
  border-radius: 2px;
}
h2.h3Style::after {
  content: "";
  display: block;
  width: 13%;
  height: 3px;
  background: linear-gradient(to right, #fb930d, #f9f7f2ba);
  margin-top: 6px;
  border-radius: 2px;
}
.h3-border {
  border-left: 6px solid #2bc48b;
  padding-left: 10px;
  padding-bottom: 10px !important;
}