/* --Start-global-- */
@font-face {
  font-family: Dax-Pro-Regular;
  src: url(../fonts/Dax-Pro-Regular.ttf);
}

@font-face {
  font-family: Dax-regular;
  src: url(../fonts/dax/Dax.ttf);
}

@font-face {
  font-family: Dax-Medium;
  src: url(../fonts/dax/Dax\ Medium.ttf);
}

@font-face {
  font-family: Dax-Bold;
  src: url(../fonts/dax/Dax-Bold.ttf);
}

@font-face {
  font-family: Rubik-Regular;
  src: url(../fonts/Rubik/Rubik-Regular.ttf);
}

@font-face {
  font-family: Rubik-Medium;
  src: url(../fonts/Rubik/Rubik-Medium.ttf);
}

@font-face {
  font-family: Rubik-Bold;
  src: url(../fonts/Rubik/Rubik-Bold.ttf);
}

@font-face {
  font-family: "Sky Sans W01 Book Small Caps";
  src: url(../fonts/SkySansW01-MediumSmallCaps.ttf);
}

.font-sky-sans {
  font-family: "Sky Sans W01 Book Small Caps";
  line-height: 1;
  color: #1F242C;
  font-weight: 400;
  letter-spacing: 2px;
}

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

:root {
  --color-primary: #9BC31C;
  --color-secondary: #0091D7;
  --bg-dark-blue: #0A293B;
  --color-white: #ffffff;
  --color-text: #606060;
  --color-btn: #9BC31C;
  --color-link: #0091D7;
  --color-hover: #9BC31C;
  --color-success: #2AB685;
  --color-success2: #57B33E;
  --box-shadow: 8px 8px 30px rgba(161, 152, 152, 0.1);
  --border-radius: 10px;
}

.color-light-green {
  color: var(--color-primary) !important;
}

.bg-success2 {
  background-color: var(--color-success2);
}

.color-light-blue {
  color: var(--color-secondary);
}

.bg-light-green {
  background-color: var(--color-primary);
}

.bg-light-blue {
  background-color: var(--color-secondary);
}

.bg-light-success {
  background-color: var(--color-success);
}

.bg-dark-blue {
  background-color: var(--bg-dark-blue);
}

.bg-gray {
  background-color: #E1E1E1 !important;
}

.text-color {
  color: var(--color-text);
}

.box-shadow-dark {
  box-shadow: 8px 8px 30px rgba(161, 152, 152, 0.3);

}

.g-6,
.gy-6 {
  --bs-gutter-y: 6rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 6rem;
}

:active,
:hover,
:focus {
  outline: 0 !important;
  outline-offset: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-size: 1.7rem;
  font-family: Dax-Pro-Regular;
  line-height: 1.6 !important;
  color: #606060;
}

.font-size-12 {
  font-size: 1.2rem
}

.font-size-13 {
  font-size: 1.3rem
}

.font-size-14 {
  font-size: 1.4rem
}

.font-size-15 {
  font-size: 1.5rem
}

.font-size-16 {
  font-size: 1.6rem
}

.font-size-17 {
  font-size: 1.7rem
}

.font-size-18 {
  font-size: 1.8rem
}

.font-size-19 {
  font-size: 1.9rem
}

.font-size-20 {
  font-size: 2rem
}

.font-size-22 {
  font-size: 2.2rem
}

.font-size-24 {
  font-size: 2.4rem
}

.font-size-28 {
  font-size: 2.8rem
}

.font-size-32 {
  font-size: 3.2rem
}

.font-size-38 {
  font-size: 3.8rem
}

.font-size-40 {
  font-size: 4rem
}

.font-size-48 {
  font-size: 4.8rem
}

.font-size-64 {
  font-size: 6.4rem
}

.font-size-70 {
  font-size: 7rem
}

section {
  padding: 8rem 0;
}

a {
  text-decoration: none;
  color: var(--color-link);
  cursor: pointer;
}

a:hover {
  color: var(--color-hover) !important;
}

ul li a:hover {
  color: var(--color-hover) !important;
}

h1 {
  font-size: 6.6rem;
  font-family: Dax-Bold;
  color: var(--color-white);
  line-height: 1.3;
}

h2 {
  font-size: 4rem;
  font-family: Dax-Bold;
  margin-top: unset;
  margin-bottom: 3rem;
  line-height: 1.2;
}

h3 {
  font-size: 2rem;
  font-family: Dax-Bold;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

h4 {
  font-size: 2.6rem;
}

h5 {
  font-size: 1.6rem;
}

p {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #606060;
}

.sec-desc {
  line-height: 1.5;
  font-size: 2rem;
  margin: auto;
  max-width: 110rem
}

.sub-title {
  font-size: 2rem;
  font-family: Dax-Medium;
}

.sec-title-area {
  margin-bottom: 4rem;
}

.z-index-100 {
  z-index: 100
}

.z-10 {
  z-index: 10;
}

small {
  font-size: 12px;
}

strong {
  color: var(--color-secondary);
}

img {
  max-width: 100%;
  object-fit: cover;
}

.btn {
  display: inline-block;
  background: var(--color-primary);
  color: var(--color-white);
  font-size: 1.7rem;
  font-family: Dax-Medium;
  padding: 1.2rem 3rem;

}

.rounded50 {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.rounded20 {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.btn:hover {
  color: var(--bg-dark-blue) !important;
  border: 1.2px solid var(--color-primary);
}

.btn.btn-hero {
  background: transparent;
  border: 1.2px solid var(--color-primary);
  color: #1F242C;
}

.btn.btn-hero:hover {
  background: var(--color-primary);
  color: var(--color-white) !important;
}

.btn.btn-hover:hover {
  color: white !important;
}

.link {
  color: var(--color-link);
}

.screen-sm {
  display: none !important;
}

@media (max-width: 1200px) {
  .screen-sm {
    display: block !important;
  }

}

.logo.top-logo {
  position: absolute;
  top: -8rem;
}

.header-links li {
  position: absolute;
  right: 0;

}

.header-links.screen-lg .btn.btn-hero {
  width: 16rem;
  padding: 1.2rem 0;
}

@media (max-width: 767px) {
  .logo.top-logo {
    top: -9.5px;
  }

  .logo {
    width: 17rem;
    height: 15rem;
  }

  .logo {
    width: 17rem;
    height: 6rem;
  }

}

.subpage-title-section {
  height: 388px;
  position: relative;
}

.subpage-title-section::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.39);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.subpage-title-section h1 {
  text-transform: uppercase;
  font-family: "Sky Sans W01 Book Small Caps";
  font-size: 7.2rem;
  letter-spacing: 2px;
  line-height: 1;
}

.subpage-title-section .header-content {
  max-width: 750px;
  width: 100%;
  margin-left: auto;
}

.breadcrumb-item {
  color: white !important;
  font-family: Rubik-Regular;
  font-size: 1.6rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: white !important;
}

.form-control,
.input-text {
  height: 6.6rem;
  padding: 14px 20px;
  outline: 0;
  background-color: #ffffff;
  border: 2px solid #CDDBEA;
  color: #1F242C;
  font-size: 1.6rem;
  width: 100%;
  text-transform: capitalize;
  font-family: Rubik-Regular;
}

textarea.form-control {
  resize: none;
  height: 16rem;
}

/* --End-global-- */

/* --Start-Nav-section-- */
.hc-nav-trigger {
  display: none;
}

.header-bottom-container {
  position: relative;
  z-index: 99;
  padding: 0.6em;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
  color: var(--color-primary);
}

.navbar-expand-xl .navbar-nav {
  flex-direction: row;
  margin-left: 9rem;
}

@media (max-width: 1200px) {
  .navbar-expand-xl .navbar-nav {
    flex-direction: column;
    margin-left: 0;
  }
}

.navbar-nav .nav-link {
  color: #1F242C;
  letter-spacing: 1px;
  font-family: Rubik-Regular;
  font-size: 1.6rem;
}

/* --End-Nav-section-- */

/* --Start-Header-section-- */

.header-top-container {
  background-color: #0A293B;
}

.header-top-container li a {
  color: var(--color-white);
}

/* --End-Header-section-- */

/* --Start-Banner-section-- */
.hero-area {
  position: relative;
}

.hero-caption h1 {
  color: var(--color-white);
  font-size: 5rem;
  text-transform: capitalize;
}


.page-title-section {
  height: 639px;
  position: relative;
  background: url(../images/banner.jpg) no-repeat center/cover;
}


.page-title-section::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.39);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.page-content {
  position: relative;
  z-index: 2;
  max-width: 590px;
  max-width: 672px;
}

.header-content {
  position: relative;
  z-index: 2;
}

.banner-right-wrap {
  bottom: -3em;
}

.banner-right-img {
  position: relative;
  z-index: 2;
}

.circle-img {
  z-index: 1;
  top: -4em;
  left: 60%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

/* --End-Banner-section-- */

/* --Start-Feature-section-- */
.features {
  margin-top: -60px;
  z-index: 3;
}

.features .card {
  box-shadow: var(--box-shadow);
  min-height: 344px;
}

.features-container {
  max-width: 1588px;
  margin: 0 0 0 auto;
  width: 95%;
}


.features .item.item1 {
  width: 40%;
}

.features .item.itemboxs {
  width: 20%;
}

/* --End-Feature-section-- */

/* --Start-AboutUs-section-- */
.aboutUs .card p {
  min-height: 12rem;
}

/* --End-AboutUs-section-- */

/* --Start-History-section-- */
.history {
  background: url(../images/history-bg.png) no-repeat center/cover;
}

.history h2 {
  max-width: 84rem;
}

.history .sec-desc {
  max-width: 64rem;
}

/* --End-History-section-- */

/* --Start-excellence-section-- */
.excellence {
  background-color: #F6F6F6;
}

.excellence .box {
  position: relative;
  background: white;
  box-shadow: var(--box-shadow);
  padding: 1rem;
}

.excellence .box::after {
  content: url(../images/svg-icons/Icon-awesome-quote-left.svg);
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color-primary);
  height: 100%;
  width: 11%;
  padding: 4rem;
  border-radius: 6px 0 0 6px;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  -ms-border-radius: 6px 0 0 6px;
  -o-border-radius: 6px 0 0 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.excellence .box p {
  margin-left: 9rem;
}

.excellence hr {
  color: #C8C8C8;
}

.excellence .energy-saver-box {
  height: 580px;
}

.excellence .energy-saver-box .box-left {
  background-color: white;
  padding: 1.6rem;
  width: 368px;
  position: relative;
}

.excellence .energy-saver-box .box-left::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 7px;
  background-color: var(--color-primary);
}

.excellence .energy-saver-box .img1 {
  position: absolute;
  right: 0;
  top: 0;
}

.excellence .energy-saver-box .img10 {
  position: absolute;
  right: 20%;
  bottom: 0 !important;
}

.excellence .blue-box {
  background-color: var(--color-secondary);
  width: 382px;
  height: 435px;
  position: absolute;
  right: 5%;
  top: 5%;
}

.energy-saver-box .box-left {
  position: absolute;
  left: 0;
  top: 12%;
  z-index: 2;
}

/* --End-excellence-section-- */

/* --Start-products-section-- */
.products {
  background-color: var(--color-white);
}

.design-box .energy-saver-box {
  height: 580px;
}

.design-box .energy-saver-box .img13 {
  position: absolute;
  right: 0;
  top: 11%;
  border-right: 7px solid var(--color-secondary);
  z-index: 2;
}

.design-box .energy-saver-box .img1 {
  position: absolute;
  left: 0;
  top: 0;
}

.design-box .energy-saver-box .img10 {
  position: absolute;
  left: 20%;
  bottom: 0 !important;
}

.design-box .blue-box {
  background-color: var(--color-secondary);
  width: 382px;
  height: 435px;
  position: absolute;
  left: 5%;
  top: 5%;
}

/* --End-products-section-- */

/* --Start-advantage-section-- */
.advantage {
  background: url(../images/advantage.jpg) no-repeat center/cover;
  position: relative;
}

.advantage::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.86);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.advantage .card-icon-border-wrapper {
  margin-top: -63px;
}

.advantage .card-icon-border-large {
  width: 101px;
  height: 101px;
  background: #2AB685;
  text-align: center;
  line-height: 101px;
  border-radius: 100%;
  display: inline-block;
  border: 1.4rem solid #D4F0E7;
}

.advantage .card {
  margin-top: 63px;
}

.advantage h3 {
  background-color: #F6F6F6;
  padding: 1rem;
  border-left: 6px solid #2AB685;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
}

.advantage .mt75 {
  margin-top: 7.5rem;
}

.advantage .mt145 {
  margin-top: 14.5rem;
}

.advantage .mt215 {
  margin-top: 21.5rem;
}

/* --End-advantage-section-- */


/* --Start-services-section-- */
.services {
  background: url(../images/30.png) no-repeat center/cover;
  position: relative;
}

.services .bg-left-wrap {
  width: 54%;
}

.services .right-content {
  width: 44%;
}

.services .bg-left {
  width: 30%;
  height: 60rem;
}

.services .bg-right {
  width: 70%;
  height: 56rem;
}

.services .bg-left1 {
  height: 28rem;
  background: url(../images/2.jpg) no-repeat center/cover;

}

.services .bg-left2 {
  height: 28rem;
  background: url(../images/16.jpg) no-repeat center/cover;
}

.services .bg-right1 {
  height: 100%;
  background: url(../images/18.jpg) no-repeat center/cover;
}

.services .card-bg25 {
  background: url(../images/25.jpg) no-repeat center/cover;
}

.services .card-bg21 {
  background: url(../images/21.jpg) no-repeat center/cover;
}

.services .card-bg26 {
  background: url(../images/26.jpg) no-repeat center/cover;
}

.services .icon {
  width: 39px;
  height: 36px;
}

.services .icon img {
  width: 100%;
  height: 100%;
}

.services .container-center {

  width: 90%;
  max-width: 161rem;
  margin: 0 auto;
}

/* --End-services-section-- */

/* --Start-about-page-- */
.subpage-title-section.about-banner {
  background: url(../images/about-banner.jpg) no-repeat center/cover;
}

.about-history .icon {
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-history .box {
  background-color: #F8F8F8;
  padding: 1.4rem 1.5rem;
}

.about-history .box-left {
  background-color: white;
  padding: 2rem;
}

.about-history .box-left .icon {
  width: 5rem;
  height: 5rem;
}

.about-history .img17 {
  position: absolute;
  right: 4rem;
  top: 4rem;
}

.about-history .about-history-lr {
  position: absolute;
  left: 0;
  top: 20%;
  z-index: -1;
}

.about-history .about-history-rl {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.about-history .box-left {
  position: absolute;
  left: 6rem;
  bottom: 4rem;
  z-index: 4;
}

.about-history .box-left-wrap {
  height: 600px;
}

.about-history2 {
  background: url(../images/about-history.jpg) no-repeat center/cover;
}

.about-history2 .box {
  background-color: #2c313ad2;
  padding: 10rem 3rem 4rem 3rem;
  margin-top: 3rem;
  margin-left: 4rem;
}

.about-history2 .sec-title-area,
.quality .sec-title-area {
  top: -4rem;
  left: -4rem;
  z-index: 2;
}

.about-history2 h2,
.quality h2 {
  font-size: 7rem;
  font-family: "Sky Sans W01 Book Small Caps";

}

.quality {
  background-color: white;
}

.quality .box {
  padding: 10rem 3rem 4rem 3rem;
  margin-top: 3rem;
  margin-left: 4rem;
}

.quality .bg-left {
  position: absolute;
  width: 114%;
  z-index: 1;
  height: 100%;
  padding: 5rem 0;
}

.quality.quality-rl .bg-left {
  right: 0;
}

.quality .bg-left img {
  border-radius: 0 1rem 1rem 0;
  -webkit-border-radius: 0 1rem 1rem 0;
  -moz-border-radius: 0 1rem 1rem 0;
  -ms-border-radius: 0 1rem 1rem 0;
  -o-border-radius: 0 1rem 1rem 0;
}

.quality .box-wrap {
  background-color: #1F242C;
  padding: 6rem;
  position: relative;
  border-radius: 1rem 0 0 1rem;
  -webkit-border-radius: 1rem 0 0 1rem;
  -moz-border-radius: 1rem 0 0 1rem;
  -ms-border-radius: 1rem 0 0 1rem;
  -o-border-radius: 1rem 0 0 1rem;
}

.quality .box-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/vdzmnl-art.png) no-repeat center/cover;
  width: 783px;
  height: 100%;
  z-index: 1;
}

.quality .border-wrap {
  position: relative;
  padding: 2rem;
  padding-left: 0;
  z-index: 3;
}

.quality .border-wrap::after {
  position: absolute;
  content: '';
  width: 95%;
  height: 100%;
  border: 2px solid #343C4A;
  background-color: #1F242C;
  top: -1rem;
  left: 5%;
  z-index: -1;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

.quality.quality.quality-rl .sec-title-area {
  right: 0;
  left: unset;
}

.quality.quality-rl .sec-desc,
.quality.quality.quality-rl .border-wrap {
  padding-right: 8% !important;
  position: relative;
  z-index: 3;
}

.quality.quality.quality-rl .border-wrap {
  margin-right: 8% !important;

  position: relative;
  z-index: 3;
}

.quality.quality.quality-rl .box {
  margin-left: 0;
}

.quality.quality.quality-rl .bg-left img {
  border-radius: 1rem 0 0 1rem;
  -webkit-border-radius: 1rem 0 0 1rem;
  -moz-border-radius: 1rem 0 0 1rem;
  -ms-border-radius: 1rem 0 0 1rem;
  -o-border-radius: 1rem 0 0 1rem;
}

.quality.quality.quality-rl .box-wrap {
  border-radius: 0 1rem 1rem 0;
  -webkit-border-radius: 0 1rem 1rem 0;
  -moz-border-radius: 0 1rem 1rem 0;
  -ms-border-radius: 0 1rem 1rem 0;
  -o-border-radius: 0 1rem 1rem 0;
}

/* --End-about-page-- */

/* --Start-Products-page-- */
.subpage-title-section.product-banner {
  background: url(../images/product-banner.jpg) no-repeat center/cover;
}

.products-details .box {
  background-color: #F0F4F9;
  width: 30rem;
  height: 30rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  position: relative;

}

.products-details .box::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  border-bottom: 4px solid #0091D7;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

/* --End-Products-page-- */

/* --Start-services-page-- */
.subpage-title-section.service-banner {
  background: url(../images/service-banner.jpg) no-repeat center/cover;
}

.services1 .service-img {
  width: 100%;
}

.services1 .box {
  left: 2rem;
  bottom: -4rem;
  width: 9.8rem;
  height: 9.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services1 .box.box-green {
  background-color: #57B33E;
}

.services1 .entry-header {
  margin-top: 2rem;
}

.serv-d {
  right: -5rem;
  top: 50%;
  transform: translateY(-50%);
}


/* --End-services-page-- */

/* --Start-contact-page-- */
.contact-banner {
  background: url(../images/contact-banner.jpg) no-repeat center/cover;
}
.news-form-d {
  right: -5rem;
  top: 49%;
  transform: translateY(-50%);
}

.news-form-d img {
  width: 50rem;
  height: auto;
}

.map-section .map {
  position: relative;
  min-height: 600px;
  width: 100%;
  display: block;
}

.contact-text {

  font-family: Rubik-Regular;
  color: #B4B4B4;
  font-size: 2rem;

}

.contact-info-container .icon-wrap {
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 2px solid #B4B4B4;
  padding-right: 1.5rem;
}

label {
  font-family: Rubik-Bold;
}

/* --End-contact-page-- */
.subpage-title-section.quote-banner {
  background: url(../images/quote-banner.jpg) no-repeat center/cover;
}

/* --End-quota-page-- */

/* --Start-footer-section-- */
footer {
  position: relative;
}

footer::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/vdzmnl-art.png) no-repeat center/cover;
  width: 783px;
  height: 100%;
  z-index: 1;
}

.footer-top {
  padding: 5rem 0;
  background-color: #1F242C;
  color: #D2D3D5;
}

.copyright {
  background-color: #15181C;
  position: relative;
  z-index: 2;
}

.copyright p {
  color: #8F9296;
}

.footer h4 {
  font-family: Rubik-Bold;
}

.footer ul li a,
.footer p {
  font-family: Rubik-Regular;
  color: #D2D3D5;
}

.footer .form-control {
  background-color: transparent;
  border: 3px solid #3E444E;
  color: white;
  font-family: Rubik-Regular;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  border-radius: 3px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: capitalize;
}

.footer .form-control::placeholder {
  color: white;
}

/* --End-footer-section-- */


/* --Start-Responsiveness-- */
@media (max-width: 1400px) {
  .about-history .img17 {
    height: 54rem;
    width: 39rem;
  }

  .about-history .box-left {
    left: 4rem;
  }

  /* --Start-services-page-- */
  .serv-d img {
    width: 50rem;
    height: 43rem;
  }

  /* --End-services-page-- */
}

@media (max-width: 1200px) {
  html {
    font-size: 58%;
  }

  .page-title-section {
    height: 530px;
  }

  .banner-right-img {
    width: 40rem;
    height: 47rem;
  }

  .circle-img {
    width: 37rem;
    height: 37rem;
  }

  .navbar-nav li {
    padding: .6rem;
  }

  .font-size-70 {
    font-size: 5.5rem;
  }

  /* ----- */
  .hc-nav-trigger {
    width: 26px;
    height: 31px;
    position: relative;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    transition: .3s ease 0s;
    -webkit-transition: .3s ease 0s;
    -moz-transition: .3s ease 0s;
    -ms-transition: .3s ease 0s;
    -o-transition: .3s ease 0s;
  }

  .hc-nav-trigger.close:hover {
    transform: rotate(190deg);
    -webkit-transform: rotate(190deg);
    -moz-transform: rotate(190deg);
    -ms-transform: rotate(190deg);
    -o-transform: rotate(190deg);
  }

  .hc-nav-trigger.close span {
    top: 16px;
    background-color: transparent;
    transform: scale(0.85) rotate(45deg);
    -moz-transform: scale(0.85) rotate(45deg);
    -o-transform: scale(0.85) rotate(45deg);
    -webkit-transform: scale(0.85) rotate(45deg);
    -ms-transform: scale(0.85) rotate(45deg);
  }

  .hc-nav-trigger.open {
    height: 16px;
  }

  .hc-nav-trigger.close span:after {
    top: 12px;
    left: 0px;
  }

  .hc-nav-trigger.close span::before {
    -webkit-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0);
    -moz-transform: translate3d(0, -12px, 0);
    -ms-transform: translate3d(0, -12px, 0);
    -o-transform: translate3d(0, -12px, 0);
  }

  .hc-nav-trigger.close span::after {
    -webkit-transform: rotate(-90deg) translate3d(16px, 0, 0);
    transform: rotate(-90deg) translate3d(16px, 0, 0);
    -moz-transform: rotate(-90deg) translate3d(16px, 0, 0);
    -ms-transform: rotate(-90deg) translate3d(16px, 0, 0);
    -o-transform: rotate(-90deg) translate3d(16px, 0, 0);
  }

  .hc-nav-trigger.close span:before {
    -webkit-transition-duration: 50ms;
    -o-transition-duration: 50ms;
    transition-duration: 50ms;
  }

  .hc-nav-trigger span,
  .hc-nav-trigger span:before,
  .hc-nav-trigger span:after {
    content: "";
    background-color: var(--color-secondary);
    position: absolute;
    border-radius: 2px;
    -webkit-transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    -o-transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    width: 100%;
    height: 4px;
    top: 0;
    left: 0;
  }

  .hc-nav-trigger span:before {
    top: 8px;
    left: 0px;

  }

  .hc-nav-trigger span:after {
    top: 16px;
    left: 0px;
  }

  .hc-nav-trigger.open span:before {
    width: 20px;
  }

  .hc-nav-trigger.open:hover span {
    opacity: .5;
  }

  .header-links li {
    top: 1rem;
    left: 2rem;
  }

  /* --Start-services-section-- */
  .services .bg-left-wrap,
  .services .right-content {
    width: 50%;
  }

  /* --End-services-section-- */

  /* --Start-services-page-- */

  .serv-d img {
    width: 44rem;
    height: 38rem;
  }

  /* --End-services-page-- */

  .about-history2 h2,
  .quality h2 {
    font-size: 5.5rem;
  }
}

@media (max-width: 991px) {
  .page-title-section {
    height: 438px;
  }

  .banner-right-img {
    width: 40rem;
    height: 37rem;
  }

  .circle-img {
    width: 27rem;
    height: 27rem;
  }

  h1 {
    font-size: 5rem;
    line-height: 1.1;

  }

  .font-size-70 {
    font-size: 4rem
  }

  .font-size-64 {
    font-size: 4rem;
  }

  /* --Start-advantage-section-- */
  .advantage .mt75 {
    margin-top: 7.5rem;
  }

  .advantage .mt145 {
    margin-top: 0;
  }

  .advantage .mt215 {
    margin-top: 7.5rem;
  }

  /* --End-advantage-section-- */

  /* --Start-services-section-- */
  .services {
    padding-top: 8rem !important;
  }


  .services .right-content {
    width: 100%;
  }

  /* --End-services-section-- */

  /* --Start-Feature-section-- */
  .features .item.itemboxs .card-icon img {
    width: 8rem;
    height: 8rem;
  }

  /* --End-Feature-section-- */
  /* --Start-about-page-- */
  .about-history .box-left-wrap {
    max-width: 47rem;
  }

  .about-history img {
    width: auto;
    height: auto;
  }

  .about-history .box-left-wrap {
    display: none;
  }



  .about-history2 h2,
  .quality h2 {
    font-size: 5rem;
  }

  /* --End-about-page-- */

  /* --Start-services-page-- */
  .serv-d img {
    width: 44rem;
    height: 23rem;
  }

  /* --End-services-page-- */
}

@media (max-width: 767px) {

  /* --Start-global-- */
  html {
    font-size: 55%;
  }

  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  section {
    padding: 5rem 0;
  }

  .banner-right-wrap {
    display: none;
  }

  .subpage-title-section {
    height: 300px;
  }

  .subpage-title-section h1 {
    font-size: 5.2rem;
  }

  /* --Start-Feature-section-- */
  .features {
    margin-top: -60px;
  }

  .features-container {
    margin: auto;
    width: 90%;
  }

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

  .features .item.item1 {
    width: 100%;
  }

  .features .item.itemboxs {
    width: 100%;
  }

  .features .card {
    min-height: unset;
    height: auto;
    margin-top: 2rem;
  }

  .features .item.itemboxs .card-icon img {
    width: 8rem;
    height: 8rem;
  }

  /* --End-Feature-section-- */
  /* --Start-excellence-section-- */
  .excellence .energy-saver-box {
    height: 486px;
  }

  .excellence .energy-saver-box .img1 {
    max-width: 32rem;
    height: 44rem;
  }

  .excellence .energy-saver-box .img10 {
    width: 31rem;
    height: 19rem;
  }

  .excellence .blue-box {
    width: 33rem;
    height: 36rem;
  }

  .excellence .energy-saver-box .box-left {
    width: 28rem;
  }

  .excellence .box p {
    margin-left: 8rem;
  }

  /* --End-excellence-section-- */

  /* --Start-products-section-- */
  .design-box .energy-saver-box {
    height: 486px;
  }

  .design-box .energy-saver-box .img1 {
    max-width: 32rem;
    height: 44rem;
  }

  .design-box .energy-saver-box .img10 {
    width: 31rem;
    height: 19rem;
  }

  .design-box .blue-box {
    width: 33rem;
    height: 36rem;
  }

  .design-box .energy-saver-box .img13 {
    right: 0;
    top: 11%;
    width: 30rem;
    height: 19rem
  }

  /* --End-products-section-- */

  /* --Start-advantage-section-- */
  .advantage .mt75 {
    margin-top: 1.5rem;
  }

  .advantage .mt145 {
    margin-top: 1.5rem;
  }

  .advantage .mt215 {
    margin-top: 1.5rem;
  }

  /* --End-advantage-section-- */

  /* --Start-services-section-- */
  .services {
    padding-top: 5rem !important;
  }

  /* --End-services-section-- */

  /* --Start-about-page-- */
  .quality .box-wrap {
    padding: 2rem;
    padding-top: 3rem;
  }

  .about-history2 h2,
  .quality h2 {
    font-size: 5rem;
  }

  /* --End-about-page-- */
}


@media (max-width: 466px) {
  .logo {
    width: 26rem;
  }

  .btn.btn-blue {
    margin-left: .6rem;
  }

  .btn {
    padding: 0.7rem 1.5rem;
  }

  /* --Start-excellence-section-- */
  .excellence .energy-saver-box .img1 {
    max-width: 28rem;
    height: 37rem;
  }

  .excellence .energy-saver-box .img10 {
    width: 27rem;
    height: 19rem;
  }

  .excellence .blue-box {
    width: 29rem;
    height: 32rem;
  }

  .excellence .energy-saver-box .box-left {
    width: 28rem;
  }

  .excellence .energy-saver-box {
    height: 438px;
  }

  /* --End-excellence-section-- */

  /* --Start-products-section-- */
  .design-box .energy-saver-box .img1 {
    max-width: 28rem;
    height: 37rem;
  }

  .design-box .energy-saver-box .img10 {
    width: 27rem;
    height: 19rem;
  }

  .design-box .blue-box {
    width: 29rem;
    height: 32rem;
  }

  .design-box .energy-saver-box {
    height: 438px;
  }

  .design-box .energy-saver-box .img13 {
    width: 24rem;
    height: 16rem;
  }

  /* --End-products-section-- */
  /* --Start-Trust-section-- */
  .trust .contact-wrap {
    padding: 1rem;
  }

  .trust .contact-wrap p {
    font-size: 15px;
  }

  /* --End-Trust-section-- */

  /* --Start-about-page-- */
  .about-history2 .box {
    background-color: #2c313ad2;
    padding: 2rem;
    margin-top: 0;
    margin-left: 0;
  }

  .about-history2 .sec-title-area,
  .quality .sec-title-area {
    position: unset !important;
  }

  .quality .box {
    padding: 0;
    margin-left: unset;
    margin-top: unset;
  }

  .quality .border-wrap img {
    width: 7rem;
    height: 7rem;
  }

  .quality.quality.quality-rl .border-wrap {
    margin-right: 0 !important;
  }

  /* --End-about-page-- */
}