/*
Theme Name: Sola - Solar Energy HTML Website Template
Theme URI: https://templatesjungle.com/
Author: TemplatesJungle
Author URI: https://templatesjungle.com/
Description: Sola is specially designed product packaged for Solar Energy by TemplatesJungle.
Version: 1.1
*/

/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/

/*------------------------------------*\
    Table of contents
\*------------------------------------*/

/*------------------------------------------------

CSS STRUCTURE:

1. VARIABLES

2. GENERAL TYPOGRAPHY
  2.1 General Styles
  2.2 Background Color
  2.3 Section
    - Section Paddings
    - Section Margins
    - Section Title
    - Content width
  2.4 Buttons
    - Primary Buttons
    - Outline Buttons

3. CONTENT ELEMENTS
  - Dropdown
  - Form
  - Svg Color
- Swiper
- Modal

4. SITE STRUCTURE
  4.1 Header
  4.2 Slider Section
  4.3 About Section
  4.4 Services Section
  4.5 Projects Section

5. PAGES STYLE
  5.1 About page
  5.2 Blog page 
  5.3 Pricing page 
  5.4 reviews page
  5.5 faqs page 

  
/*--------------------------------------------------------------
/** 1. VARIABLES
--------------------------------------------------------------*/
:root {
  --primary-color: #fd8c4e;
  --black-color: #1a2a36;
  --light-black-color: #4e4c49;
  --dark-color: #9b9b9b;
  --primary-color-200: #e8f0f1;
  --primary-color-400: #c4e9ed;
  --gray-color: #777f81;
  --bs-body-bg: #f9f4ec;
  --bs-dark-rgb: 80, 80, 80;
  --bs-gray-100: #eae5dd;
  --bs-gray-300: #dcdcdc;
  --bs-primary-text-emphasis: var(--primary-color);
  --bs-light-rgb: rgba(255, 255, 255, 1);
  --bs-primary-rgb: 253, 140, 78;
  --light-color: #fdfdfd;
  --swiper-theme-color: #111 !important;
  --cadet-blue-color: #9ab4b7;
}

/* Fonts */
:root {
  --heading-font: "Syne", sans-serif;
  --body-font: "Poppins", sans-serif;
}

/*----------------------------------------------*/
/* 2 GENERAL TYPOGRAPHY
/*----------------------------------------------*/

/* 2.1 General Styles
/*----------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  box-shadow: none;
  --bs-btn-close-focus-shadow: none;
  --bs-offcanvas-box-shadow: none;
}

.nav-link:focus-visible,
.btn-close
 {
  box-shadow: none !important;
  --bs-btn-close-focus-shadow: none !important;
  --bs-offcanvas-box-shadow: none !important;
}

.top_fixed {
  position: fixed;
  width: 44px;
  height: 44px;
  bottom: 17px;
  right: 30px;
  z-index: 10;
  border: 2px solid #f37735;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  color: #f37735;
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-xiajiantou {
  transform: rotate(180deg);
  color: #f37735;
}

a:focus {
  outline: none;
}

html {
  box-sizing: border-box;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  letter-spacing: 0.32px;
  color: var(--dark-color);
  margin: 0;
}

p {
  color: var(--dark-color);
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  outline: none;

}

a:hover {
  color: var(--primary-color);
}

.text-light {
  color: var(--light-color) !important;
}

.text-primary {
  color: var(--primary-color) !important;
}

.text-black {
  color: var(--black-color) !important;
}

/* 2.2 Background Color
/*----------------------------------------------*/
.bg-light {
  background-color: var(--light-color) !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.bg-gray {
  background-color: var(--bs-gray-100) !important;
}

.bg-accent-gradient {
  background: linear-gradient(90deg, #18a7e4 0%, #1badec 0.01%, #0a9cdb 100%);
}

.bg-primary-200 {
  background-color: var(--primary-color-200) !important;
}

.bg-primary-dim {
  background-color: var(--bs-primary-rgb) !important;
}

/*--------------------------------------------------------------
/** 2.3 Section
--------------------------------------------------------------*/
/* - Section Padding
--------------------------------------------------------------*/
.padding-small {
  padding-top: 8.125em;
  padding-bottom: 8.125em;
}

.padding-medium {
  padding-top: 10em;
  padding-bottom: 10em;
}

.padding-large {
  padding-top: 12em;
  padding-bottom: 12em;
}

/* - Section Margin
--------------------------------------------------------------*/
.margin-small {
  margin-top: 8.125em;
  margin-bottom: 8.125em;
}

.margin-medium {
  margin-top: 10em;
  margin-bottom: 10em;
}

.margin-large {
  margin-top: 12em;
  margin-bottom: 12em;
}

/* - Section Title
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--black-color);
  font-family: var(--heading-font);
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 0.84px;
  line-height: 115%;
}

h6 {
  color: var(--light-black-color);
  font-family: var(--body-font);
  font-weight: 500;
  text-transform: uppercase;
}

/* - Content width
--------------------------------------------------------------*/
.container-md {
  max-width: 1465px;
}

.container-lg {
  max-width: 1750px;
}

/* Animation */
@media (min-width: 200px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

/* Animate Slide */
@keyframes slide {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slide {
  -webkit-animation-name: slide;
  animation-name: slide;
}

/*--------------------------------------------------------------
/** 2.4 Buttons
--------------------------------------------------------------*/
.btn {
  --bs-btn-padding-x: 2rem;
  --bs-btn-padding-y: 1rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  text-transform: uppercase;
  border-radius: 60px;
  letter-spacing: 0.1rem;
  transition: all 0.4s ease-in-out;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--primary-color);
  --bs-btn-border-color: var(--primary-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f37735;
  --bs-btn-hover-border-color: #f37735;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #f37735;
  --bs-btn-active-border-color: #f37735;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #f37735;
  --bs-btn-disabled-border-color: #f37735;
}

.btn-outline-primary {
  --bs-btn-color: var(--primary-color);
  --bs-btn-border-color: var(--primary-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--primary-color);
  --bs-btn-hover-border-color: var(--primary-color);
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--primary-color);
  --bs-btn-active-border-color: var(--primary-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--primary-color);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--primary-color);
  --bs-gradient: none;
}

/*--------------------------------------------------------------
/** 3.CONTENT ELEMENTS
--------------------------------------------------------------*/

/* Dropdown
------------------------------------------------------------- */
.dropdown-item {
  color: var(--dark-color);
  background: #F9F4EC;
}

a.nav-link {
  background: #F9F4EC;
}

.dropdown-item.active,
.dropdown-item:hover,
.dropdown-item:active,
.dropdown-item:focus {
  color: var(--primary-color);
  background-color: transparent;
}

/* Form
------------------------------------------------------------- */
.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: none;
}

.form-check-input:focus {
  border-color: var(--primary-color);
  outline: 0;
  box-shadow: none;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--dark-color);
  outline: 0;
  box-shadow: none;
}

input,
select,
textarea {
  border-color: var(--dark-color);
  outline: 0;
  box-shadow: none;
}

select:focus {
  box-shadow: none;
}

/* Svg Color
------------------------------------------------------------- */
svg.light-color {
  color: var(--light-color);
}

svg.dark-color {
  color: var(--dark-color);
}

svg.primary-color {
  color: var(--primary-color);
}

svg.primary-color {
  color: var(--primary-color);
}

svg.primary-color-500 {
  color: var(--bs-primary-rgb);
}

/* Swiper
------------------------------------------------------------- */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 8px;
}

.slider-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 3px;
  border-radius: 0;
  background: #ffffff;
}

.slider-pagination .swiper-pagination-bullet-active {
  background: var(--primary-color);
}

.testimonial-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}

.testimonial-pagination .swiper-pagination-bullet-active {
  background: var(--primary-color);
}

/* modal video override
------------------------------------------------------------- */
.modal-dialog {
  max-width: 800px;
  margin: auto;
  height: 100vh;
  display: flex;
  align-items: center;
}

.modal-content {
  padding: 0;
  background-color: #f5f3ef;
  border: none;
  border-radius: 0;
}

/*----------------------------------------------*/
/* 4 SITE STRUCTURE */
/*----------------------------------------------*/

/* 4.1 Header
/*----------------------------------------------*/

a.nav-link {
  text-transform: uppercase;
  color: var(--light-black-color);
}

a.nav-link:focus {
  color: var(--light-black-color);
}

a.nav-link.active,
a.nav-link:hover {
  color: var(--primary-color) !important;
  outline: none;
}

#primary-header .dropdown .search::after {
  content: none;
}

#primary-header .search-dropdown .dropdown-menu {
  width: 260px;
}

#primary-header .search-dropdown .dropdown-menu input {
  min-width: 100%;
}

#primary-header .search-dropdown .dropdown-menu button {
  padding: 0 12px;
  min-height: -webkit-fill-available;
  border-radius: 0.25rem;
}

@media (max-width: 999px) {
  a.nav-link {
    font-size: 30px;
    padding: 15px 0 15px 0 !important;
  }
}

/* 4.2 Slider Section
/*----------------------------------------------*/
section#slider .banner-content {
  width: 40%;
  background: rgba(253, 253, 253, 0.9);
}

section#slider .main-slider-button-next,
.main-slider-button-prev {
  z-index: 111111;
  height: fit-content;
  opacity: 0.9;
}

section#slider .main-slider-button-next.swiper-button-disabled,
.main-slider-button-prev.swiper-button-disabled {
  opacity: 0.6;
}

@media only screen and (max-width: 999px) {
  section#slider .banner-content {
    width: 66%;
  }
}

/* 4.3 About Section
/*----------------------------------------------*/
svg.play-icon {
  animation: play 1.5s alternate infinite ease-in;
}

@keyframes play {
  0% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1.1);
  }
}

/* 4.4 Services Section
/*----------------------------------------------*/
.service-post img.service-img {
  transition: all 0.5s ease-in-out;
}

.service-post:hover img.service-img {
  opacity: 0.2;
}

/* 4.5 Projects Section
/*----------------------------------------------*/

button.filter-button {
  border: 0;
  background: transparent;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  border-radius: 20px;
}

button.filter-button.active,
button.filter-button:hover {
  color: var(--bs-light);
  background: var(--primary-color);
}

/*----------------------------------------------*/
/* 5 PAGES STYLE */
/*----------------------------------------------*/

/*--------------------------------------------------------------
5.1 About page 
--------------------------------------------------------------*/

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--bs-light);
}

/*--------------------------------------------------------------
  5.2 Blog page 
  --------------------------------------------------------------*/
.pagination {
  --bs-pagination-color: var(--black-color);
  --bs-pagination-hover-color: #fff;
  --bs-pagination-hover-bg: var(--primary-color);
  --bs-pagination-hover-border-color: var(--primary-color);
  --bs-pagination-focus-color: #fff;
  --bs-pagination-focus-bg: var(--primary-color);
  --bs-pagination-focus-box-shadow: none;
  --bs-pagination-active-bg: var(--primary-color);
  --bs-pagination-active-border-color: var(--primary-color);
}

/*--------------------------------------------------------------
 5.3 Pricing page 
  --------------------------------------------------------------*/
.plan-post {
  border: 1px solid var(--primary-color);
}

span.price-tick {
  color: var(--primary-color);
}

.price-option {
  height: 320px;
}

/*--------------------------------------------------------------
 5.4 reviews page
--------------------------------------------------------------*/

.reviews-components {
  box-shadow: 0px 12px 90px rgba(12, 12, 12, 0.06);
}

iconify-icon.quote {
  font-size: 60px;
  color: var(--primary-color);
}

.rate {
  color: var(--primary-color);
}

/*--------------------------------------------------------------
5.5 faqs page 
--------------------------------------------------------------*/

/* accordian style override  */

.accordion {
  --bs-accordion-border-color: var(--primary-color);
  --bs-accordion-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  --bs-accordion-btn-icon: url("https://api.iconify.design/ion/caret-down.svg?color=%23d06051&width=30");
  --bs-accordion-btn-active-icon: url("https://api.iconify.design/ion/caret-down.svg?color=%23d06051&width=30");
  --bs-accordion-border-radius: 0px;
}

.accordion-header {
  margin-bottom: 0;
  border-top: 1px solid var(--primary-color);
}

.accordion-button {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  color: var(--heading-color);
  line-height: var(--heading-line-height);
  letter-spacing: 0.065rem;
  text-transform: uppercase;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: var(--heading-color);
  background-color: transparent;
  box-shadow: none;
}

.text-radio {
  position: relative;
  padding-left: 14px;
}

.text-radio::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #fd8c4e;
  position: absolute;
  top: 0.5rem;
  left: 0;
}

.hxjs_box {
  height: 12.5rem;
  border: 1px solid #e1e4e6;
  background: #fefaf4;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hxjs_box h2 {
  font-size: 7rem;
  padding-left: 2.5rem;
}

.hxjs_box.big {
  height: 16rem;
}

.hxjs_box .img {
  min-width: 180px;
  padding-left: 48px;
} 

.hxjs_box .img img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

@media only screen and (max-width: 999px) {
  .hxjs_box {
    height: 14rem;
  }

  .hxjs_box.big {
    height: 20rem;
  }
  .hxjs_box h2 {
    font-size: 3.5rem;
    padding-left: 1rem;
  }
  .hxjs_box .img {
    min-width: 5.4rem;
    padding-left: 1.5rem;
  }
  .hxjs_box .img img {
    width: 3.5rem;
  }
}

.border-bottom-primary {
  border-bottom: 2px solid #FD8C4E;
}

.flex {
  display: flex;
}

.flex1 {
  flex: 1;
}

.cpjs_bg .active{
  display: none;
}

.cpjs_bg:hover .normal{
  display: none;
}

.cpjs_bg:hover .active{
  display: block;
}


i {
  font-style: normal;
}

.mobile {
  display: none !important;
}

.view_bg {
  height: 457px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: center center !important;
}

.contact .position-absolute {
  left: 0;
  right: 0;
  bottom: -1.6rem;
  background-color: #fff;
  height: 7rem;
  line-height: 1;
  padding: 0.8rem 0 0.4rem 5rem;
  flex-wrap: wrap;
}

.contact .position-absolute li {
  font-weight: 600;
  font-size: 12px;
  color: #1A2A36;
  width: 100%;
}

.fw-bold {
  font-weight: 600 !important;
}

.about_ul {
  margin-top: 80px;
}

.about_ul .li {
  display: flex;
  position: relative;
  min-height: 420px;
  margin-bottom: 60px;
}

.about_ul .li::before {
  content: "";
  top: 50px;
  left: 77px;
  right: 0;
  bottom: 0;
  background-color: #FEFAF4;
  border-radius: 20px 20px 20px 20px;
  position: absolute;
  z-index: -1;
}

.about_ul .li:nth-child(2)::before {
  left: 0;
  right: 77px;
}

.about_ul .li .box {
  margin-top: 80px;
  margin-left: 50px;
  padding-right: 40px;
  padding-bottom: 60px;
}

.about_ul .li .box_bottom {
  margin-top: 30px;
  display: flex;
}

.about_ul .li .box_bottom>div {
  margin-right: 30px;
}

.about_ul .li .box_bottom h3 {
  line-height: 50px;
  font-size: 36px;
  font-weight: normal;
}

.about_ul .li .box_bottom p {
  margin-top: 10px;
}

.about_banner2 {
  width: 100%;
  height: 900px;
  background: url(./images/about_bg01.png) no-repeat center center;
  background-size: cover;
  padding-top: 100px;
}

.about_banner2 h3 {
  color: #fff;
  font-size: 56px;
}

.about_banner2 .container p {
  color: #fff;
}

.about_banner2 .ul {
  display: flex;
  justify-content: center;
  padding-top: 270px;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.about_banner2 .li {
  width: 540px;
  height: 358px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-radius: 20px 20px 20px 20px;
  color: #fff;
  padding: 30px 0 42px 0;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-position: 40px 20px;
  overflow: hidden;
  visibility: visible;
  transition: background-color 0.4s ease;
}

.about_banner2 .li:nth-child(1) {
  background-image: url(./images/about_icon01.png);
}

.about_banner2 .li:hover:nth-child(1) {
  background-image: url(./images/about_icon01_hover.png);
}

.about_banner2 .li:nth-child(2) {
  background-image: url(./images/about_icon02.png);
}

.about_banner2 .li:hover:nth-child(2) {
  background-image: url(./images/about_icon02_hover.png);
}

.about_banner2 .li:nth-child(3) {
  background-image: url(./images/about_icon03.png);
}

.about_banner2 .li:hover:nth-child(3) {
  background-image: url(./images/about_icon03_hover.png);
}

.about_banner2 .li .title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 22px;
  padding-left: 152px;
}

.about_banner2 .li .text {
  font-weight: 500;
  font-size: 12px;
  transform: scale(0.9);
}

.about_banner2 .li:hover {
  background-color: #fff;
}

.about_banner2 .li:hover .title {
 color: var(--primary-color);
}

.about_banner2 .li:hover .text {
  color: #333;
 }

.about_banner2 .li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: var(--primary-color);
  transition: all 0.4s;
}

.about_banner2 .li:hover::after {
  width: 56%;
}

@media only screen and (max-width: 999px) {
  .pc {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .view_bg {
    height: 22.93rem;
    background-size: cover !important;
  }

  .view_bg h2 {
    font-weight: 600 !important;
    font-size: 30px !important;
    letter-spacing: 0 !important;
    padding-left: 0 !important;
  }

  .contact .position-absolute {
    padding: 0.8rem 0 0.4rem 1.5rem;
  }

  .hxjs_box {
    height: auto;
    align-items: flex-start;
    padding-bottom: 1.2rem;
  }

  .hxjs_box.big {
    height: auto;
  }

  .hxjs_box h2 {
    font-size: 3.5rem !important;
    padding-left: 1rem;
    line-height: 1;
    padding-top: 2.5rem;
  }
  .hxjs_box .img {
    min-width: 6rem;
    padding-left: 1rem;
    padding-top: 1.2rem;

  }
  .hxjs_box .img img {
    width: 100%;
  }

  .hxjs_box .h6 {
    font-size: 20px !important;
  }

  .padding-small {
    padding-top: 3.1rem;
    padding-bottom: 3.1rem;
  }

  .padding-medium {
    padding-top: 3.1rem;
    padding-bottom: 3.1rem;
  }

  .mt-5 {
    margin-top: 2rem !important;
  }

  .index #slider h2 {
    font-size: 56px;
    letter-spacing: 0 !important;
    text-indent: 0 !important;
  }

  .index #slider p {
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0 !important;
    text-indent: 0 !important;
  }

  .index #about-us h6 {
    padding-top: 38px;
    margin-bottom: 20px;
  }

  .index #about-us .btn {
    display: block;
    width: 190px;
    margin: 10px auto 0;
    text-align: center;
  }

  .index #services {
    padding-top: 0 !important;
  }

  .index #services h6 {
    text-align: left !important;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-bottom: 15px;
  }
  .index #services h3 {
    text-align: left !important;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
  }

  .index #services .position-absolute {
    bottom: auto !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 !important;
    text-align: center;
    width: 70%;
  }

  .index #services .position-absolute h5 {
    margin-bottom: 15px;
    font-size: 18px !important;
  }

  .index #projects h6 {
    text-align: left !important;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-bottom: 15px;
  }
  .index #projects h3 {
    text-align: left !important;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
  }

  .index #projects .container {
    padding: 0;
  }

  .index #projects .col-md-4 {
    position: relative;
  }

  .index #projects .col-md-4::after {
    content: '';
    position: absolute;
    left: calc(var(--bs-gutter-x)* .5);
    right: calc(var(--bs-gutter-x)* .5);
    bottom: 0;
    top: 0;
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  }

  .index #projects .col-md-4:last-child::after {
    display: none;
  }

  .index #projects .col-md-4 .mt-3 {
    margin-bottom: 1rem;
    font-size: 14px;
  }

  #contact-info {
    height: 21.43rem;
    padding-top: 4.06rem;
    background-image: url(images/contact_h5.png) !important;
    text-align: center;
  }

  #contact-info .d-flex {
    justify-content: center !important;
  }

  #contact-info .d-flex h3 {
    font-weight: 600 !important;
    font-size: 36px;
    text-align: center !important;
  }

  #contact-info .d-flex p {
    font-size: 14px;
    line-height: 2.5;
    margin-bottom: 15px;
    padding: 0 10px;
  }

  #footer .container  {
    padding-top: 0 !important;
  }

  #footer footer.my-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  #footer footer p {
    font-size: 14px;
  }

  #footer .nav-item {
    line-height: 2;
  }

  .about #hero {
    background-image: url(images/about_h5.png) !important;
  }

  .about #about-us {
    padding-top: 3.1rem !important;
  }

  .about #about-us .section-element.p-5 {
    padding: 2rem 12px 2rem !important;
  }

  .rczp .view_bg{
    background-image: url(images/rczp_bg_h5.png) !important;
  }
  .rczp aside .mb-5{
    margin-bottom: 0 !important;
  }
  .rczp h2 {
    font-size: 36px;
  }

  .rczp .text-center.mt-5 {
    margin: 4.4rem 0 3rem!important;
  }

  .contact .view_bg {
    background-image: url(images/contact_bg_h5.png) !important;
  }

  .contact .inquiry-item {
    margin-top: 30px;
    margin-bottom: 0 !important;
  }

  .contact .inquiry-item h2 {
    font-size: 26px !important;
  }

  .contact .inquiry-item p {
    font-size: 14px;
  }

  .contact .inquiry-item .form-input  {
    flex-wrap: wrap;
  }

  .contact .inquiry-item .form-input .me-3 {
    margin-right: 0 !important;
    margin-bottom: 1rem;
  }

  .contact .inquiry-item .form-input input,
  .contact .inquiry-item textarea {
    background-color: #FEFAF4;
  }

  .contact .inquiry-item label {
    font-weight: 600;
    font-size: 14px !important;
    color: #1A2A36 !important;
  }

  .hxjs .view_bg {
    background-image: url(images/hxjs_bg_h5.png) !important;
  }

  .hxjs .container h6,
  .hxjs .container h3{
    text-align: left !important;
  }

  .hxjs .container h3 {
    margin-top: 15px;
    margin-bottom: 30px !important;
  }

  .hxjs .container h2 {
    font-weight: 600;
    font-size: 24px;
  }

  .hxjs .container h2.text-primary {
    text-align: left !important;
  }

  .hxjs .container h6 {
    line-height: 1.5;
    margin-bottom: 0;
  }

  .hxjs .row .mb-4:last-child {
    margin-bottom: 0 !important;
  }

  .hxjs .col-md-6.mb-4{
    margin-bottom: 0.6rem !important;
  }

  .hxjs #contact-info {
    margin-top: -2rem;
  }

  .cpjz .view_bg {
    background-image: url(images/cpjz_bg_h5.png) !important;
  }

  .cpjz h6,
  .cpjz h3 {
    text-align: left !important;
  }

  .cpjz .padding-small h6,
  .cpjz .padding-small h3 {
    padding-left: 12px;
  }

  .cpjz .padding-small p{
    text-align: left !important;
    padding-left: 12px;
  }

  .cpjz p {
    font-size: 14px;
  }

  .cpjz h3  {
    margin-bottom: 1rem !important;
  }

  .cpjz .card {
    margin-bottom: 0;
  }

  .cpjz .card p {
    font-size: 16px;
    text-align: center !important;
  }

  .cpjz .hxjs_box {
    /* align-items: center; */

  }

  .cpjz .hxjs_box .img {
    padding-top: 40px;
  }
  .cpjz .service-post {
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  }

  .cpjz .service-post h5 {
    margin-bottom: 1rem;
  }

  .cpjz .service-post .mt-3 {
    padding: 0.5rem 1rem 0.2rem;
  }

  .cpjz .col-md-6.col-lg-3.mb-5 {
    margin-bottom: 1.4rem !important;
  }

  .cpjz .col-md-6.mb-4 {
    margin-bottom: 0.6rem !important;
  }

  .cpjz .col-md-6.mb-4:last-child {
    margin-bottom: 0 !important;
  }

  .cpjs .view_bg,
  .cpjs_details .view_bg  {
    background-image: url(images/cpjs_bg_h5.png) !important;
  }

  .cpjs h6,
  .cpjs h3 {
    padding-left: 15px;
    text-align: left !important;
  }

  .cpjs .row {
    padding: 0 15px;
  }

  .cpjs .row>* {
    position: relative;
  }

  .cpjs .row .col-lg-4::after {
    content: '';
    position: absolute;
    left: calc(var(--bs-gutter-x)* .5);
    right: calc(var(--bs-gutter-x)* .5);
    bottom: 0;
    top: 0;
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
    z-index: -1;
  }

  #footer .row .col-lg-4::after {
    display: none !important;
  }

  .cpjs .row .col-lg-4.mb-5 {
    margin-bottom: 1.2rem !important;
  }

  .cpjs .row .col-lg-4.mb-5:last-child {
    margin-bottom: 0 !important;
  }

  .cpjs #content .container {
    padding-top: 3rem !important;
  }

  .table td {
    min-width: 12rem !important;
  }

  .cpjs_details .post-item {
    position: relative;
   
  }

  .cpjs_details .row>*.col-md-12 {
    padding: 0;
  }

  .cpjs_details .swiper,
  .cpjs_details .swiper-container,
  .cpjs_details .swiper-wrapper,
  .cpjs_details .swiper-slide {
    position: static;
    min-height: 243px;
    overflow: visible;
  }

  .cpjs_details .swiper img {
    position: absolute;
    left: 0;
    right: 0;
  }

  .cpjs_details h2 {
    font-size: 22px;
  }

  .cpjs_details h4 {
    font-size: 20px;
  }

  .cpjs_details aside {
    margin-top: 0!important;
  }

  .cpjs_details h4 {
    font-size: 24px;
  }

  .cpjs_details .reviews-components.mb-5 {
    margin-bottom: 0 !important;
  }

  .qzqdzh .view_bg {
    background-image: url(images/qzqdzh_bg_h5.png) !important;
  }

  .qzqdzh .container h6,
  .qzqdzh .container h3 {
    padding: 0 15px;
    text-align: left !important;
  }

  .qzqdzh .container p{
    padding: 0 15px;
    margin-bottom: 3rem !important;
  }

  .qzqdzh .container .position-absolute p{
    font-size: 14px !important;
    padding: 0;
    margin-bottom: 0em !important;
  }

  .qzqdzh .container {
    padding: 0;
  }

  .qzqdzh .container h3 {
    margin-top: 1rem;
    margin-bottom: 1rem !important;
  }

  .qzqdzh .row {
    margin: 0;
  }

  .qzqdzh .row>* {
    padding: 0;
  }

  .yycj .view_bg {
    background-image: url(images/qzqdzh_bg_h5.png) !important;
  }

  .yycj .container h6,
  .yycj .container h3,
  .yycj .container>p  {
    text-align: left !important;
  }

  .yycj .container h3 {
    margin-top: 1rem;
    margin-bottom: 1rem !important;
  }

  .yycj .row .position-relative {
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  }

  .yycj .row .position-relative>* {
    margin: 0 !important;
  }

  .yycj .row .position-relative>* p {
    margin-bottom: 0;
  }

  .yycj .row .col-md-6 {
    margin-bottom: 1.8rem !important;
  }

  .yycj .row .col-md-6:last-child {
    margin-bottom: 0 !important;
  }

  .xmyy .view_bg {
    background-image: url(images/qzqdzh_bg_h5.png) !important;
  }

  .xmyy .container h6,
  .xmyy .container h3 {
    text-align: left !important;
  }

  .xmyy .container h3.mb-5 {
    margin-bottom: 2rem !important;
  }

  .xmyy .row p {
    margin-bottom: 0;
  }
  
  .xmyy .row .p-5 {
    padding: 2rem 1rem !important;
    min-height: auto !important;
  }

  .xmyy .row .position-relative {
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  }

  .xmyy .row .col-md-6.mb-5 {
    margin-bottom: 1.4rem !important;
  }

  .xmyy .row .col-md-6.mb-5:last-child {
    margin-bottom: 0 !important;
  }

  .dropdown-toggle::after {
    border: none;
    width: 11px;
    height: 10px;
    background: url(images/open_icon.png) no-repeat;
    background-size: 100%;
  }

  .offcanvas.offcanvas-end {
    left: 0;
    width: 100%;
    border-left: 0;
  }

  .offcanvas-body {
    padding: 0;
  }

  a.nav-link {
    font-weight: bold;
    font-size: 16px !important;
    color: #777777;
    line-height: 22px;
    padding: 10px 0 !important;
    border-top: 1px solid #E1E4E6;
  }

  .nav-item:last-child .nav-link {
    border-bottom: 1px solid #E1E4E6;
  }

  .navbar-nav .dropdown-menu {
    margin-top: -1px !important; 
    padding: 0;
    border-top: 1px solid #E1E4E6 !important;
    box-shadow: none !important;
  }
  .dropdown-menu li  {
    padding: 0 0 0 12px!important;;
  }

  .dropdown-menu li .dropdown-item {
    border-bottom: 1px solid #E1E4E6;
    line-height: 22px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 0;
    color: rgb(78, 76, 73);
  }

  .dropdown-menu li:last-child .dropdown-item {
    border-bottom: none;
  }

  .dropdown-item.active {
    background-color: transparent !important;
    color: var(--primary-color) !important;
  }

  .nav_bottom {
    position: absolute;
    bottom: 48px;
    left: 0;
    right: 0;
    display: flex;
  }

  .nav_bottom .icon {
    margin: 0 20px;
    background-color: #E1E4E6;
    height: 24px;
    width: 1px;
  }

  .nav_lag  {
    font-weight: bold;
    font-size: 16px;
    color: #777777;
  }

  #footer .location,
  #footer .time  {
    font-size: 14px;
  }
  
  #footer .text-uppercase {
    text-transform: none !important;
  }

  .about .text_two {
    padding: 0 12px !important;
  }

  #footer .row>* {
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
  }

  #footer p {
    padding: 0;
    margin: 0;
    margin-bottom: 1rem;
  }

  #header .container {
    padding-left: 12px;
  }
  
  #about-us h6,
  #about-us h2{
    text-align: left !important;
  }

  #about-us h2 {
    font-size: 36px;
  }

  .about_ul {
    margin-top: 25px;
  }

  .about_ul .li {
    flex-wrap: wrap;
    padding-top: 16px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .about_ul .li::before {
    border-radius: 0;
    top: 0;
    left: -12px;
    right: -12px;
  }

  .about_ul .li img {
    width: 100%;
  }

  .about_ul .li .box {
    margin: 0;
    padding: 0;
  }

  .about_ul .li .box h2 {
    font-size: 36px;
  }

  .about_ul .li .box h3 {
    font-size: 30px !important;
    line-height: 40px;
  }

  .about_ul .li .box_bottom {
    display: block;
  }

  .about_ul .li .box_bottom>div {
    margin-right: 20px;
    margin-bottom: 25px;
  }

  .about_ul .li .box_bottom p {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .about_ul .li:nth-child(2)::before {
    left: -12px;
    right: -12px;
  }

  .about_ul .li:nth-child(2) {
    flex-direction: column-reverse;
  }

  .about_banner2 {
    padding-top: 35px;
    height: auto;
    background: #39719A url(./images/about_bg01_h5.png) no-repeat;
    background-size: contain;

  }
  
  .about_banner2 h3 {
    font-size: 36px !important;
    line-height: 70px;
    text-align: left;
  }

  .about_banner2 .container p {
    text-align: left !important;
    font-size: 13px !important;
  }

  .about_banner2 .ul {
    flex-wrap: wrap;
    padding: 109px 14px 50px 14px;
  }

  .about_banner2 .li {
    margin-right: 0;
    padding: 26px 18px 26px;
    background-position: 22px 25px;
    background-size: 50px;
    margin-bottom: 10px;
    height: auto;
  }

  .about_banner2 .li .title {
    padding-left: 72px;
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 16px;
  }

  .about_banner2 .li .text {
    transform: scale(1);
  }

  .bottom_link {
    display: block;
    margin-left: 0 !important;
  }
}
