@charset "UTF-8";
/* Reference Projects */
@keyframes animate {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
  background-color: transparent !important;
  font-family: "Poppins", sans-serif;
}

.container {
  width: 100%;
  max-width: 1360px;
  padding: 0 15px;
  margin: 0px auto;
}

@media (max-width: 1399px) {
  .container {
    max-width: 1170px !important;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px !important;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px !important;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px !important;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: 100% !important;
  }
}
ul {
  margin-bottom: 0px !important;
}

ul li {
  list-style: none !important;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0 !important;
}

p {
  margin-bottom: 0 !important;
}

button:focus {
  outline: none !important;
}

.back_trans {
  background-color: transparent !important;
}

.yellowBG {
  background-color: #1b1a1a !important;
}

.TWOaddbtn {
  display: flex;
  justify-content: center;
}
.TWOaddbtn a {
  font-size: 18px;
  color: #44a743;
  background-color: #fee451;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 25px;
}
.TWOaddbtn a:first-child {
  margin-right: 15px;
}
.TWOaddbtn a img {
  padding-left: 7px;
}

/*========================================
    smooth outer Css Begin 
==========================================*/
.main {
  position: relative;
  scroll-behavior: smooth;
}
.main .mainouterfull {
  width: auto;
}

/*========================================
    smooth outer Css End 
==========================================*/
/*========================================
    Header Css Begin 
==========================================*/
._header {
  padding: 0px 0;
  border-top: 3px solid #fac000;
  position: relative;
}

.greenlogo {
  position: absolute;
  content: "";
  left: 0;
  height: 100%;
  top: 0;
  width: 26%;
  background-color: #ff5c0c;
}

.logo {
  width: auto;
  position: relative;
}

.logo img {
  width: auto !important;
  padding-right: 10px;
}

.navbar {
  padding: 0;
}

.navbar-toggler-icon {
  height: auto;
}

.navbar-toggler-icon:focus,
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler-icon .bar {
  height: 3px;
  width: 30px;
  background: #000;
  margin-bottom: 5px;
}

.navbar-toggler-icon .bar:last-child {
  margin-bottom: 0;
}

.change .bar-1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.change .bar-2 {
  opacity: 0;
}

.change .bar-3 {
  transform: rotate(45deg) translate(-5px, -7px);
}

._mob-menu-hdr {
  display: block;
  padding: 10px 15px;
  background: #fff;
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

._mob-menu-hdr img {
  width: 100%;
}

.navbar-collapse {
  position: fixed;
  background: #ee0c0d;
  left: 0;
  top: 0;
  height: 100%;
  width: 245px;
  z-index: 2;
  display: block;
  transition: transform 0.5s;
  transform: translateX(-100%);
}

.top_conList {
  flex-direction: column;
}

.navbar-collapse.show {
  transform: translateX(0%);
}

.clickD {
  right: 8px;
  background-position: center;
  top: 43%;
  position: absolute;
  transition: transform 0.5s;
  color: #1b1a1a;
  font-size: 12px;
  transition: 0.5s;
}

.navbar .navbar-nav > li:hover .clickD {
  color: #fee451;
}

.navbar .navbar-nav > li .clickD.toggled {
  transform: rotate(0deg);
}

.sub-menu {
  position: relative;
  opacity: 1;
  visibility: visible;
  display: none;
  width: 100%;
  padding: 10px 0;
  border-radius: 5px;
  z-index: 99;
}

.sub-menu li a {
  display: block;
}

.clickD.toggled ~ .sub-menu,
.toggled .sub-menu {
  display: block;
  top: 0;
  background: #252981;
}

._overHidden {
  overflow: hidden;
}

.navbar .navbar-nav > li {
  padding: 0;
  position: relative;
  border-bottom: 1px dashed #ffffff;
}

.navbar .navbar-nav > li:last-child {
  border-bottom: none;
}

.navbar li a {
  color: #0d291b;
  display: block;
  font-size: 15px;
  padding: 0 25px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.5s;
  font-weight: 500;
  transition: 0.5s;
}

.de-body .navbar li a {
  padding: 0 18px;
}

.de-body .clickD {
  right: 5px;
}

.fr-body .navbar li a {
  padding: 0 17px;
  font-size: 15px;
}

.fr-body .clickD {
  right: 2px;
}

.navbar li.active a {
  color: #f6c526;
}

@media (max-width: 991px) {
  .navbar li.active a {
    color: #f6c526;
  }
}
ul.ml-auto {
  margin-left: auto !important;
}

.navbar li a:hover {
  color: #f6c526;
}

.navbar li.active a {
  color: #f6c526;
}

.navbar-toggler {
  padding: 0;
}

.top_contact {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
}

.top_contact ul {
  display: flex;
  margin-bottom: 0px;
  justify-content: right;
}

.top_contact ul li {
  padding: 0px 10px;
}

.top_contact ul li a {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: #84807f;
  padding: 0 10px;
}

.top_contact ul li a .fa-phone {
  padding-right: 7px;
}

.top_contact ul li a .fa-envelope {
  padding-right: 7px;
}

.top_contact ul li a .fa-linkedin {
  padding-right: 7px;
}

@media (min-width: 992px) {
  ._mob-menu-hdr {
    display: none;
  }
  .navbar-collapse {
    position: unset;
    transform: translate(0);
    background: transparent;
    border: none;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
  }
  .navbar-nav {
    flex-direction: row;
  }
  .navbar .navbar-nav > li {
    border: none;
    cursor: pointer;
    position: relative;
    padding: 39px 0px;
  }
  .navbar .navbar-nav > li::after {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 1px;
    content: "";
    transition: all 0.5s ease 0s;
    background-color: #fee451;
    left: 50%;
    transform: translate(-50%) scale(0);
  }
  .navbar .navbar-nav > li:hover::after {
    transform: translate(-50%) scale(1);
  }
  .navbar-toggler {
    display: none;
  }
  .sub-menu {
    position: absolute;
    display: block;
    width: 300px;
    background: #fff;
    box-shadow: -7.794px 4.5px 20px rgba(17, 79, 160, 0.17);
    top: 110%;
    padding: 10px 0;
    border-radius: 5px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
  }
  .sub-menu.SUB li {
    padding: 7px 15px 0px 10px;
  }
  .sub-menu.SUB li:last-child {
    padding: 5px 15px 7px 10px;
  }
  .sub-menu.SUB li:hover {
    background-color: #de544a;
  }
  .sub-menu.SUB li:hover a {
    color: #fff;
  }
  .sub-menu.SUB li a:hover {
    border-bottom: 0px;
  }
  .sub-menu li {
    list-style: none;
  }
  .navbar .sub-menu li:last-child a {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .sub-menu li:hover a {
    border-color: #44a743;
  }
  .navbar .sub-menu li a {
    color: #000;
    padding: 10px 10px;
    border-bottom: 1px solid #1a1a1a;
    border-bottom-style: dotted;
    transition: 0.5s;
  }
  .navbar .sub-menu li a:hover {
    color: #f6c526;
    border-color: #f6c526;
  }
  .menu-item-has-children .clickD.toggled ~ .sub-menu {
    display: block;
    top: 100%;
    visibility: visible;
    opacity: 1;
    background: #fff;
  }
  ._header._menu_fixed {
    position: fixed;
    z-index: 9999 !important;
    width: 100%;
    background-color: #fbfbfb;
    top: 0;
    transition: top 0.3s;
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
  }
  .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
  .enquBtn {
    margin-left: 30px;
    display: flex;
    align-items: center;
  }
  .enquBtn select {
    border: 0;
    outline: none;
    background: #44a743 url(../images/launage.png);
    background-repeat: no-repeat;
    background-position: 7% center;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    transition: 0.5s;
    text-align: center;
    border-radius: 30px;
    padding: 14px 41px;
    filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.2));
  }
}
@media (max-width: 1024px) {
  .main_head .navbar-nav .clickD {
    position: absolute;
    right: -5px;
    top: 50%;
    width: 10px;
    height: 5px;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    cursor: pointer;
    display: block;
    background-size: 10px;
    z-index: 9999;
    transform: translateY(-50%);
  }
  .main_head ul.navbar-nav li .clickD + .sub-menu {
    opacity: 0;
    visibility: hidden;
  }
  .main_head ul.navbar-nav li .clickD.toggled + .sub-menu {
    position: absolute;
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
}
#search-modal {
  top: 0;
  margin-top: 3em !important;
}

#search-modal .actions {
  border: none;
}

#search-modal .actions .cancel.button {
  background: #f0f0f0;
  position: absolute;
  top: -1.35em;
  right: -0.5em;
  bottom: auto;
  left: auto;
  width: auto;
  height: auto;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}

#search-modal .actions .cancel.button div {
  margin-top: 0.35em;
}

#search-modal .header {
  padding: 12.5rem 2.25rem 0 2.25rem !important;
  border: none;
}

#search-modal .header .container {
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  padding-bottom: 0.5em;
}

#search-modal .content .result .content {
  background: #eee;
  padding: 0.4em;
  margin: 0.3em;
}

#search-modal .content .result .content .description {
  color: #333;
}

.middle.grid {
  height: 100%;
}

.ui.massive.button {
  font-size: 15px;
  background-color: transparent !important;
  color: #000 !important;
  font-weight: 500;
  padding-right: 5px;
}

.search_icon {
  color: #fff;
  cursor: pointer;
}

.fa-solid.fa-xmark.close {
  color: #fff;
}

.ui.inverted.dimmer {
  background-color: rgba(0, 0, 0, 0.9);
}

.ui.transparent.icon.input > i.icon {
  opacity: 1;
  color: #fff;
}

.ui.transparent.input > input {
  color: #fff;
}

.ui.transparent.input > input::-moz-placeholder {
  color: #fff;
}

.ui.transparent.input > input::placeholder {
  color: #fff;
}

#search-modal .header {
  padding: 12.5rem 2.25rem 0 2.25rem !important;
}

#search-modal .actions .cancel.button {
  top: 1.3em;
}

i.icon.close:before {
  color: #fff;
  font-size: 25px;
  top: 65px;
  position: absolute;
  right: 10px;
}

/* searcH */
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
  transition: all 0.5s ease-in-out;
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
}

#search.open {
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#search input[type=search] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}

#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
  background-color: #f6c526;
  border-color: #f6c526;
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #f6c526;
  border-color: #f6c526;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}

/* searcH */
/* Download Btn */
a.download {
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
  color: #fff;
  padding: 10px 28px;
  border-radius: 30px;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  display: inline-flex;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  background-size: 400%;
  position: relative;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.1));
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  padding: 14px 24px;
  border-radius: 30px;
  margin-right: 10px;
  margin-top: 0;
  cursor: pointer;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}
a.download:hover {
  animation: animate 8s linear infinite;
}
a.download::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  background-size: 400%;
  border-radius: 40px;
  opacity: 0;
  transition: 0.5s;
}

@keyframes animate {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}
/* Download Btn */
/*========================================
  Header Css End
  ==========================================*/
/*********************************
    Banner section start
  *********************************/
.banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  padding: 210px 0;
  position: relative;
  margin-bottom: 40px;
}
.banner::after {
  position: absolute;
  content: "";
  bottom: -47px;
  left: 0;
  background-image: url(../images/banner-bottom-curve.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 100%;
  height: 60px;
  width: 100%;
}
.banner .bannercap {
  width: auto;
}
.banner .bannercap .content {
  position: relative;
  margin: auto;
  text-align: center;
}
.banner .bannercap .content h1 {
  font-size: 67px;
  color: #fac000;
  text-transform: uppercase;
  background-color: #fff;
  width: auto;
  display: table;
  margin: 0px auto;
  padding: 8px 20px;
}
.banner .bannercap .content h1 span {
  color: #000;
  font-weight: 700;
}
.banner .bannercap .content h6 {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  background-color: #e49c2b;
  padding: 6px 10px;
  display: inline-flex;
  margin-bottom: 15px !important;
}
.banner .bannercap .content p {
  padding: 35px 0;
  font-size: 22px;
  color: #fff;
  text-align: center;
  padding-bottom: 44px;
}
.banner .bannercap .content .twoBtn a {
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
  color: #fff;
  padding: 10px 28px;
  border-radius: 30px;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  display: inline-flex;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  background-size: 400%;
  position: relative;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.1));
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
}
.banner .bannercap .content .twoBtn a:hover {
  animation: animate 8s linear infinite;
}
.banner .bannercap .content .twoBtn a::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  background-size: 400%;
  border-radius: 40px;
  opacity: 0;
  transition: 0.5s;
}
.banner a.scrolltonext {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -40px;
  background-color: #fff;
  cursor: pointer;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1));
}

/*********************************
    Banner section end
  *********************************/
/* COMM HEADING */
h5 {
  font-size: 30px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
  display: table;
  margin: 0px auto;
}
h5::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 4px;
  background-color: #ecbc18;
  left: -65px;
  bottom: 32px;
}
h5::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 4px;
  background-color: #ecbc18;
  right: -65px;
  bottom: 32px;
}

h2 {
  font-size: 40px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
h2 span {
  color: #ecbc18;
  font-weight: 700;
}

/* COMM HEADING */
/*********************************
    solar system section start
  *********************************/
.solar_sytem {
  padding: 80px 0;
  position: relative;
}
.solar_sytem .solarbox {
  padding-top: 70px;
  margin: 0px auto;
  width: 75%;
}
.solar_sytem .solarbox .step {
  background-color: #fff;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.2));
  padding: 30px 15px;
  height: 100%;
}
.solar_sytem .solarbox .step .stepround {
  width: 125px;
  height: 125px;
  border-radius: 100%;
  border: 5px dotted #fee451;
  margin: 0px auto;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.solar_sytem .solarbox .step .stepround p.Ist {
  font-size: 32px;
  font-weight: 500;
  color: #000;
  display: grid;
}
.solar_sytem .solarbox .step .stepround p.Ist span {
  font-size: 15px;
}
.solar_sytem .solarbox .step p {
  font-size: 15px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  text-align: center;
}

/*********************************
    solar system section end
  *********************************/
/**************************************************
    Energy for the countryside section 1 start
**************************************************/
.enrgy {
  position: relative;
  background-color: #44a743;
}
.enrgy .content {
  padding: 100px 0;
  position: relative;
}
.enrgy .content h2 {
  color: #fff !important;
  font-size: 40px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding-bottom: 12px;
  line-height: 70px;
}
.enrgy .content h2 span {
  color: #ecbc18;
  font-weight: 700;
}
.enrgy .content h2 span {
  color: #44a743;
}
.enrgy .content p {
  font-size: 15px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  padding-bottom: 80px;
  color: #fff;
}
.enrgy .content a {
  font-size: 18px;
  color: #44a743;
  background-color: #fee451;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 25px;
}
.enrgy .content a:hover {
  background-color: #fff !important;
  transition: 0.5s;
  color: #000;
}
.enrgy .content a:hover img {
  filter: brightness(1) invert(1);
}
.enrgy .content a img {
  padding-left: 7px;
}
.enrgy .read {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: 0px auto;
  background-color: #44a743;
  padding: 44px 10px;
  width: 10.8%;
  text-align: center;
  z-index: 1;
}
.enrgy .read p {
  font-size: 15px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  padding-bottom: 0;
}
.enrgy .read p a {
  color: #44a743 !important;
  background-color: transparent !important;
  padding: 0;
  padding-top: 10px;
}
.enrgy .sect_bg_img {
  position: absolute;
  top: 0;
  z-index: 0;
  overflow: hidden;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  right: 0;
  width: calc(50% + 9px);
}
.enrgy .darkbox {
  background-color: #2b7d2a;
  padding: 15px 0;
}
.enrgy .darkbox .days {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 30%;
}
.enrgy .darkbox .days span {
  color: #fee451;
  font-size: 52px;
  font-weight: 500;
}
.enrgy .darkbox .days a {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  text-align: right;
}
.enrgy .darkbox .days a i {
  padding-left: 10px;
}

/*********************************************
    Energy for the countryside section 1 end
*********************************************/
/*********************************
    solar_factory start
*********************************/
.enrgy.frmfull.windmill2R.solar_factory {
  position: relative;
  padding: 80px 0;
  background-color: #efefef;
  margin: 0;
}
.enrgy.frmfull.windmill2R.solar_factory .content {
  padding: 70px 0;
}
.enrgy.frmfull.windmill2R.solar_factory .solar_content {
  position: relative;
  margin-top: 80px;
}
.enrgy.frmfull.windmill2R.solar_factory .solar_content .sect_bg_img {
  position: absolute;
  top: 0;
  z-index: 0;
  overflow: hidden;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  right: 0;
  width: calc(50% + 9px);
}
.enrgy.frmfull.windmill2R.solar_factory .solar_content p {
  font-size: 15px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  padding-bottom: 30px;
}
.enrgy.frmfull.windmill2R.solar_factory .solar_content ul {
  padding-top: 50px;
  display: flex;
}
.enrgy.frmfull.windmill2R.solar_factory .solar_content ul li:first-child {
  margin-right: 60px;
}
.enrgy.frmfull.windmill2R.solar_factory .solar_content ul li .outr {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: 3px dashed #ecbc18;
  padding: 10px;
}
.enrgy.frmfull.windmill2R.solar_factory .solar_content ul li .outr .innercircle {
  width: 173px;
  height: 175px;
  border-radius: 100%;
  background-color: #ecbc18;
  padding: 8px;
}
.enrgy.frmfull.windmill2R.solar_factory .solar_content ul li .outr .innercircle .circleinner {
  width: 158px;
  height: 160px;
  border-radius: 100%;
  padding: 10px;
  border: 3px dashed #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
.enrgy.frmfull.windmill2R.solar_factory .solar_content ul li p {
  text-align: center;
  font-size: 15px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  width: 93%;
  margin: 0px auto;
  padding-top: 20px;
}
.enrgy.frmfull.windmill2R.solar_factory .solar_content ul li:last-child .outr {
  border: 3px dashed #393835;
}
.enrgy.frmfull.windmill2R.solar_factory .solar_content ul li:last-child .outr .innercircle {
  background-color: #393835;
}

/*********************************
    solar_factory end
*********************************/
/*********************************
    Products start
*********************************/
.product {
  padding: 80px 0;
  position: relative;
}
.product .slick-prev {
  left: 6%;
  position: absolute;
  width: 39px;
  height: 39px;
  border-radius: 100%;
  background-color: #000;
  transition: 0.5s;
  top: 35%;
}
.product .slick-prev:hover {
  background-color: #fee451;
}
.product .slick-prev::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 12px;
  background-image: url(../images/prev.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  top: 35%;
  left: 0;
  right: 0;
  margin: 0px auto;
  filter: brightness(1) invert(1);
  font-size: 0;
}
.product .slick-next {
  position: absolute;
  right: 5%;
  width: 39px;
  height: 39px;
  border-radius: 100%;
  background-color: #000;
  transition: 0.5s;
  top: 35%;
}
.product .slick-next:hover {
  background-color: #fee451;
}
.product .slick-next::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 12px;
  background-image: url(../images/next.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  top: 35%;
  left: 0;
  right: 0;
  margin: 0px auto;
  filter: brightness(1) invert(1);
  font-size: 0;
}
.product .slick-next::before {
  content: "";
}
.product .slick-initialized .slick-slide {
  padding: 0 15px;
}
.product .slick-list {
  margin: 0 0px;
}
.product p.product_mod {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #000;
  text-align: center;
  padding: 25px 0;
}
.product .product_main {
  width: 100%;
  padding: 0 10%;
}
.product .product_main .product_outr {
  width: auto;
  padding: 30px 0;
}
.product .product_main .product_outr .product_box {
  text-align: center;
  padding: 30px;
  background-color: #fff;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.2));
}
.product .product_main .product_outr .product_box img {
  width: 42%;
  display: initial;
}
.product .product_main .product_outr .product_cap {
  padding-top: 25px;
  text-align: center;
}
.product .product_main .product_outr .product_cap ul {
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
}
.product .product_main .product_outr .product_cap ul li {
  color: #dcb31d;
  font-size: 18px;
}
.product .product_main .product_outr .product_cap p {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  text-align: center;
  padding-bottom: 7px;
}
.product .product_main .product_outr .product_cap span {
  font-size: 16px;
  color: #000;
  display: block;
}
.product .product_main .product_outr .product_cap a {
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
  color: #fff;
  padding: 10px 28px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
  color: #fff;
  padding: 10px 28px;
  border-radius: 30px;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  display: inline-flex;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  background-size: 400%;
  position: relative;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.1));
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  display: inline-flex;
}
.product .product_main .product_outr .product_cap a:hover {
  animation: animate 8s linear infinite;
}
.product .product_main .product_outr .product_cap a::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  background-size: 400%;
  border-radius: 40px;
  opacity: 0;
  transition: 0.5s;
}

/*********************************
    Products end
*********************************/
/*********************************
    Productions start
*********************************/
.videosec {
  position: relative;
  background-image: url(../images/product_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 90px 0 305px;
}
.videosec h2 {
  color: #fff;
}
.videosec h5 {
  color: #fff;
}
.videosec::before {
  position: absolute;
  content: "";
  bottom: -47px;
  left: 0;
  background-image: url(../images/banner-bottom-curve.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 100%;
  height: 60px;
  width: 100%;
}
.videosec .product_video {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -175px;
  border-radius: 15px;
  width: 50%;
  height: 400px;
  z-index: 9;
}
.videosec .product_video iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

/*********************************
    Productions end
*********************************/
/*********************************
    About us start
*********************************/
.enrgy.hightech.aboutus {
  padding: 250px 0 80px;
  position: relative;
  background-color: #efefef;
}
.enrgy.hightech.aboutus .solar_content {
  position: relative;
  margin-top: 80px;
}
.enrgy.hightech.aboutus .solar_content .content.dotbor {
  border: 3px dashed rgba(0, 0, 0, 0.3);
  border-left: 0;
  padding-right: 50px;
}
.enrgy.hightech.aboutus .solar_content .content.dotbor p {
  font-size: 15px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
}
.enrgy.hightech.aboutus .solar_content .content.dotbor a {
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
  color: #fff;
  padding: 10px 28px;
  border-radius: 30px;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  display: inline-flex;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  background-size: 400%;
  position: relative;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.1));
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}
.enrgy.hightech.aboutus .solar_content .content.dotbor a:hover {
  animation: animate 8s linear infinite;
}
.enrgy.hightech.aboutus .solar_content .content.dotbor a::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  background-size: 400%;
  border-radius: 40px;
  opacity: 0;
  transition: 0.5s;
}
.enrgy.hightech.aboutus .solar_content .content.dotbor a:hover {
  background-color: #000;
  color: #fff;
}

/*********************************
    About us end
*********************************/
/*********************************
   Technology start
*********************************/
.techsec {
  position: relative;
}
.techsec .solarbox {
  width: 83%;
}
.techsec .solarbox .step {
  background: none;
  padding: 0 15px;
  filter: none;
}
.techsec .solarbox .step .techimg {
  padding-bottom: 30px;
  height: 340px;
}
.techsec .solarbox .step .techimg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.techsec .solarbox .step span {
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
  padding-bottom: 15px;
  color: #000;
  display: block;
}
.techsec .solarbox .step b {
  padding-bottom: 18px;
  color: #000;
  font-size: 22px;
  display: block;
  text-align: center;
  font-weight: 500;
}
.techsec .solarbox .step a {
  color: #fee451;
}

/*********************************
   Technology end
*********************************/
/*********************************
   DECISION start
*********************************/
.enrgy.frmfull.windmill2R.solar_factory.deci ul {
  flex-direction: column;
}
.enrgy.frmfull.windmill2R.solar_factory.deci ul li {
  position: relative;
  padding-bottom: 25px;
  margin-right: 0 !important;
  width: 97%;
}
.enrgy.frmfull.windmill2R.solar_factory.deci ul li p {
  font-size: 15px;
  color: #000;
  padding: 0;
  text-align: left;
  padding-left: 40px;
}
.enrgy.frmfull.windmill2R.solar_factory.deci ul li::before {
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  background-image: url(../images/Group25.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left;
}

/*********************************
   DECISION end
*********************************/
/*********************************
   Perform start
*********************************/
.perform {
  background-image: url(../images/perfonce_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 60px 0;
}
.perform .leftper h6 {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  background-color: #e49c2b;
  padding: 6px 10px;
  display: inline-flex;
  margin-bottom: 25px !important;
}
.perform .leftper h2 {
  font-size: 48px;
  color: #fac000;
  text-align: left;
  padding-bottom: 30px;
  width: 83%;
  line-height: 75px;
}
.perform .leftper h2 b {
  font-size: 67px;
  color: #fff;
}
.perform .leftper a.small {
  font-weight: 700;
  padding-bottom: 50px;
  font-size: 18px;
  color: #fff;
  text-decoration: underline !important;
  display: inline-block;
  transition: 0.5s;
}
.perform .leftper a.small:hover {
  color: #fee451;
}
.perform .leftper ul.perform_list {
  display: flex;
  width: 90%;
  position: relative;
  flex-wrap: wrap;
}
.perform .leftper ul.perform_list li {
  background-color: #fff;
  width: 48%;
  padding: 15px 15px;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
}
.perform .leftper ul.perform_list li:nth-child(even) {
  margin-right: 0;
}
.perform .leftper ul.perform_list li::before {
  position: absolute;
  content: "";
  top: 17px;
  left: 15px;
  background-image: url(../images/Group251.png);
  background-repeat: no-repeat;
  background-size: auto;
  width: 23px;
  height: 23px;
}
.perform .leftper ul.perform_list li p {
  font-size: 18px;
  color: #000;
  padding-left: 45px;
}
.perform .rightman {
  position: absolute;
  bottom: -60px;
  left: 0;
}
.perform .rightman img {
  width: 100%;
}

/*********************************
   Perform end
*********************************/
/*********************************
   Testmonials start
*********************************/
.product.testmonials {
  margin-top: 0;
  background: none;
}
.product.testmonials .slick-prev {
  left: 6%;
  width: 39px;
  height: 39px;
  border-radius: 100%;
  background-color: #000;
  transition: 0.5s;
}
.product.testmonials .slick-prev:hover {
  background-color: #fee451;
}
.product.testmonials .slick-prev::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 12px;
  background-image: url(../images/prev.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  top: 35%;
  left: 0;
  right: 0;
  margin: 0px auto;
  filter: brightness(1) invert(1);
  font-size: 0;
}
.product.testmonials .slick-next {
  right: 5%;
  width: 39px;
  height: 39px;
  border-radius: 100%;
  background-color: #000;
  transition: 0.5s;
}
.product.testmonials .slick-next:hover {
  background-color: #fee451;
}
.product.testmonials .slick-next::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 12px;
  background-image: url(../images/next.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  top: 35%;
  left: 0;
  right: 0;
  margin: 0px auto;
  filter: brightness(1) invert(1);
  font-size: 0;
}
.product.testmonials .slick-next::before {
  content: "";
}
.product.testmonials p.product_mod {
  text-transform: uppercase;
  padding-top: 15px;
}
.product.testmonials .product_main {
  padding: 0 10%;
}
.product.testmonials .product_main .product_outr .product_box {
  padding: 0;
  height: 310px;
}
.product.testmonials .product_main .product_outr .product_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

/*********************************
   Testmonials end
*********************************/
/*********************************
   GUIDE | Q4 2022 start
*********************************/
.enrgy.hightech.aboutus.nobor {
  padding: 80px 0;
}
.enrgy.hightech.aboutus.nobor .solar_content .content.dotbor {
  border: none;
  padding-bottom: 50px;
}
.enrgy.hightech.aboutus.nobor .solar_content .content.dotbor ul {
  padding-top: 60px;
  display: flex;
}
.enrgy.hightech.aboutus.nobor .solar_content .content.dotbor ul li {
  padding-right: 10px;
}

/*********************************
   GUIDE | Q4 2022 end
*********************************/
/*********************************
  Future start
*********************************/
.enrgy.frmfull.windmill2R.solar_factory.future {
  background-color: #e49c2b;
}
.enrgy.frmfull.windmill2R.solar_factory.future h2 {
  color: #fff;
}
.enrgy.frmfull.windmill2R.solar_factory.future h5 {
  color: #fff;
}
.enrgy.frmfull.windmill2R.solar_factory.future .solar_content .fu_content {
  padding-left: 50px;
  border: 3px dashed #fff;
  border-right: 0;
}
.enrgy.frmfull.windmill2R.solar_factory.future .solar_content .fu_content h2 {
  text-align: left;
  color: #fff !important;
  padding-bottom: 25px;
}
.enrgy.frmfull.windmill2R.solar_factory.future .solar_content .fu_content p {
  color: #fff;
  opacity: 100%;
  width: 100%;
  padding-bottom: 50px;
}
.enrgy.frmfull.windmill2R.solar_factory.future .solar_content .fu_content .mbtn {
  padding-top: 20px;
}
.enrgy.frmfull.windmill2R.solar_factory.future .solar_content .fu_content .mbtn a {
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
  color: #fff;
  padding: 10px 28px;
  border-radius: 30px;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  display: inline-flex;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  background-size: 400%;
  position: relative;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.1));
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
  border: 1px solid #fff;
}
.enrgy.frmfull.windmill2R.solar_factory.future .solar_content .fu_content .mbtn a:hover {
  animation: animate 8s linear infinite;
}
.enrgy.frmfull.windmill2R.solar_factory.future .solar_content .fu_content .mbtn a::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  background-size: 400%;
  border-radius: 40px;
  opacity: 0;
  transition: 0.5s;
}

/*********************************
  Future end
*********************************/
/*********************************
  Yourself start
*********************************/
.y_self {
  position: relative;
  background-image: url(../images/yourselfbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 70px 0;
}
.y_self h5 {
  color: #fff;
}
.y_self h2 {
  padding-bottom: 30px;
  color: #fff;
  width: 77%;
  display: block;
  margin: 0px auto;
}
.y_self a {
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
  color: #fff;
  padding: 10px 28px;
  border-radius: 30px;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  display: inline-flex;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  background-size: 400%;
  position: relative;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.1));
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  margin: 0px auto;
  display: table;
  margin-top: 30px;
}
.y_self a:hover {
  animation: animate 8s linear infinite;
}
.y_self a::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  background-size: 400%;
  border-radius: 40px;
  opacity: 0;
  transition: 0.5s;
}
.y_self .flt_solar {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -50px;
  display: flex;
  justify-content: center;
}

/*********************************
  Yourself end
*********************************/
/*********************************
    High Tech section start
*********************************/
.enrgy.hightech {
  background-color: #fff;
}
.enrgy.hightech .sect_bg_img {
  left: 0;
}
.enrgy.hightech .content {
  width: 40%;
  margin-left: auto;
}
.enrgy.hightech .content h2 {
  padding-bottom: 35px;
  color: #000 !important;
}
.enrgy.hightech .content a {
  background-color: #fff !important;
  color: #000;
}
.enrgy.hightech .content a.blbtn {
  background-color: #44a743 !important;
  color: #fee451;
  margin-right: 15px;
}
.enrgy.hightech .content a.blbtn:hover {
  background-color: #fee451 !important;
  transition: 0.5s;
  color: #44a743;
}
.enrgy.hightech .content a.blbtn:hover img {
  filter: brightness(1) invert(1);
}
.enrgy.hightech .content a:hover img {
  filter: brightness(9) invert(1);
}
.enrgy.hightech .content p {
  font-size: 15px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  padding-bottom: 35px !important;
}

/*********************************
    High Tech section end
*********************************/
/*********************************
    Wind winter sec start
*********************************/
.enrgy.hightech .content p.topcap {
  padding-bottom: 0px !important;
}
.enrgy.hightech .content img {
  padding-bottom: 50px;
}

/*********************************
    Wind winter sec end
*********************************/
/*********************************
    Farm section start
*********************************/
.farmsec {
  background-image: url(../images/ship_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 560px;
}
.farmsec .caption {
  padding-top: 265px;
}
.farmsec .caption p {
  font-size: 15px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 32px;
  margin: 0px auto;
  display: block;
  width: 80%;
  padding-bottom: 50px;
}
.farmsec .caption .frmbtn {
  display: flex;
  justify-content: center;
}
.farmsec .caption .frmbtn a {
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
  color: #fff;
  padding: 10px 28px;
  border-radius: 30px;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  display: inline-flex;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  background-size: 400%;
  position: relative;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.1));
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 7px;
  border: 2px solid #fff;
  padding: 11px 18px;
  transition: 0.5s;
}
.farmsec .caption .frmbtn a:hover {
  animation: animate 8s linear infinite;
}
.farmsec .caption .frmbtn a::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  background-size: 400%;
  border-radius: 40px;
  opacity: 0;
  transition: 0.5s;
}
.farmsec .caption .frmbtn a:hover {
  background-color: #fee451;
  color: #44a743;
  border-color: #fee451;
}

/*********************************
    Farm section end
*********************************/
/*********************************
    frmcirclebox section start
*********************************/
.frmcirclebox {
  margin-top: -80px;
  display: flex;
  justify-content: center;
}
.frmcirclebox .frmcircle {
  width: auto;
  margin: 0 65px;
}
.frmcirclebox .frmcircle .circle {
  width: 235px;
  height: 235px;
  border-radius: 100%;
  border: 15px solid #fff;
  background-color: #fee451;
  display: flex;
  justify-content: center;
  align-items: center;
}
.frmcirclebox .frmcircle .frmcap {
  text-align: center;
  padding-bottom: 30px;
}
.frmcirclebox .frmcircle .frmcap p {
  font-size: 28px;
  color: #000;
  text-transform: capitalize;
  font-weight: 700;
}

/*********************************
    frmcirclebox section end
*********************************/
/*********************************
    Testmonial section start
*********************************/
.testmonial {
  background-image: url(../images/testmonial_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-top: 70px;
  padding-top: 50px;
  padding-bottom: 110px;
  background-size: cover;
  background-attachment: fixed;
}
.testmonial h2 {
  font-size: 40px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  color: #000 !important;
  text-align: center;
  padding-bottom: 50px;
}
.testmonial h2 span {
  color: #ecbc18;
  font-weight: 700;
}
.testmonial h2 span {
  color: #44a743;
}
.testmonial .testmonial-item .slick-prev {
  left: -50px;
  width: 39px;
  height: 39px;
  border-radius: 100%;
  background-color: #fff;
  border: 2px solid #44a743;
  transition: 0.5s;
}
.testmonial .testmonial-item .slick-prev:hover {
  background-color: #44a743;
  border-color: #44a743;
}
.testmonial .testmonial-item .slick-prev:hover::before {
  filter: brightness(1) invert(1);
}
.testmonial .testmonial-item .slick-prev::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 12px;
  background-image: url(../images/prev.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  top: 35%;
  left: 0;
  right: 0;
  margin: 0px auto;
}
.testmonial .testmonial-item .slick-next {
  right: -50px;
  width: 39px;
  height: 39px;
  border-radius: 100%;
  background-color: #fff;
  border: 2px solid #44a743;
  transition: 0.5s;
}
.testmonial .testmonial-item .slick-next::before {
  display: none;
}
.testmonial .testmonial-item .slick-next:hover {
  background-color: #44a743;
  border-color: #44a743;
}
.testmonial .testmonial-item .slick-next:hover::after {
  filter: brightness(1) invert(1);
}
.testmonial .testmonial-item .slick-next::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 12px;
  background-image: url(../images/next.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  top: 35%;
  left: 0;
  right: 0;
  margin: 0px auto;
}
.testmonial .testmonial-item .user {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: -100px;
  position: absolute;
  left: 0;
  right: 0;
}
.testmonial .testmonial-item .user .userlogo {
  padding-right: 10px;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  border: 5px solid #fee451;
  overflow: hidden;
}
.testmonial .testmonial-item .user .userlogo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testmonial .testmonial-item .user .username p {
  font-size: 28px;
  color: #000;
  font-weight: 700;
  padding: 30px 0;
  text-align: center;
  width: 100%;
}
.testmonial .testmonial-item .user .username span.user_position {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
}
.testmonial .clind_etxt {
  position: relative;
  padding: 30px;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 10px;
  margin-top: 100px;
  position: relative;
}
.testmonial .clind_etxt::before {
  position: absolute;
  content: "";
  width: 66px;
  height: 50px;
  background-image: url(../images/testmonial_after.png);
  background-repeat: no-repeat;
  top: 20%;
  left: 23%;
}
.testmonial .clind_etxt::after {
  position: absolute;
  content: "";
  width: 66px;
  height: 50px;
  background-image: url(../images/testmonial_before.png);
  background-repeat: no-repeat;
  top: 20%;
  right: 23%;
}
.testmonial .clind_etxt p {
  font-size: 16px;
  color: #000;
  line-height: 30px;
  margin: 0px auto;
  width: 87%;
  padding-bottom: 30px;
  text-align: center;
  font-weight: 500;
  opacity: 75%;
}
.testmonial .clind_etxt ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 50%;
  margin: 0px auto;
  padding-top: 125px;
}
.testmonial .clind_etxt ul li {
  opacity: 60%;
  color: #000;
  border-right: 1px solid #000;
  padding: 0 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.testmonial .clind_etxt ul li:nth-child(even) {
  border-right: 0;
}
.testmonial .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0px;
  cursor: pointer;
  color: #000;
  border: 0;
  outline: none;
  background: #8a8779;
  border-radius: 100%;
}
.testmonial .slick-dots li.slick-active button {
  width: 20px;
  height: 20px;
}
.testmonial .slick-dots li.slick-active button:before {
  opacity: 1;
  color: transparent;
  width: 20px;
  height: 20px;
  background: #44a743;
  border-radius: 100%;
  font-size: 0;
  content: "";
}
.testmonial .slick-dots li button:before {
  width: 8px;
  height: 8px;
  font-size: 0;
  border-radius: 100%;
  content: "";
}
.testmonial .bigsee_more a {
  padding: 13px 62px;
}
.testmonial .slick-dots {
  bottom: -138px;
}

/*********************************
    Testmonial section end
*********************************/
/* bottom maintech */
.enrgy.hightech.maintech {
  margin-bottom: 80px;
}

/* bottom maintech */
/*********************************
    footer start
*********************************/
footer {
  padding-top: 80px;
  padding-bottom: 45px;
  background-color: #3d3c3c;
}
footer .footerlogo {
  padding-bottom: 30px;
  display: block;
}
footer ul.foot_social {
  display: flex;
}
footer ul.foot_social li {
  padding-right: 30px;
}
footer h6 {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 30px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px !important;
}
footer h6::after {
  position: absolute;
  content: "";
  width: 58px;
  height: 2px;
  background-color: #ecbc18;
  left: 0;
  bottom: 15px;
}
footer p {
  font-size: 15px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  padding-bottom: 30px;
  font-size: 14px;
  color: #fff;
  opacity: 50%;
  width: 80%;
}
footer a.solu {
  background-color: #44a743;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 41px;
}
footer .footer_nav {
  display: flex;
  justify-content: space-between;
}
footer ul.address {
  width: 87%;
}
footer ul.address li {
  font-size: 14px;
  color: #fff;
  text-transform: initial;
  line-height: 26px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
footer ul.address li span {
  font-size: 15px;
  text-transform: initial;
  color: #fff;
  padding-left: 15px;
  padding-right: 5px;
}
footer ul.address li a {
  text-transform: initial;
}
footer ul li {
  padding-bottom: 15px;
}
footer ul li.foo_conatct_list {
  display: flex;
}
footer ul li.foo_conatct_list a {
  display: flex;
}
footer ul li a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
footer ul li a span.yellow {
  color: #fee451;
  text-transform: capitalize;
}
footer ul li a span.green {
  color: #44a743;
  text-transform: capitalize;
}
footer ul li a i.facebook {
  font-size: 16px;
  padding-right: 10px;
}
footer ul li a:hover {
  color: #fee451;
  transition: 0.5s;
}
footer ul li a .icon {
  color: #44a743;
  padding-right: 7px;
}
footer .usefulsec {
  padding-left: 0px;
}

.copyright {
  background-color: #dfb41a;
  padding: 13px 0;
}
.copyright p {
  font-size: 14px;
  color: #000;
  opacity: 50%;
  text-align: center;
}

/*********************************
    footer end
*********************************/
/*****************************

    Scroll to top css start

*****************************/
.scrollTop {
  position: fixed;
  right: 2%;
  bottom: 10px;
  padding: 0px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}
.scrollTop span a {
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 7px solid #dfb41a;
}

.bottToparrow {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.bottToparrow img {
  padding-bottom: 3px;
  stroke: #44a743;
  fill: transparent;
  stroke-width: 1px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.bottToparrow img.bottompath1 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  /* Safari 和 Chrome */
}

.bottToparrow img.bottompath2 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  /* Safari 和 Chrome */
}

.bottToparrow img.bottompath3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  /* Safari 和 Chrome */
}

/*****************************

    Scroll to top css end

*****************************/
/***********************************
    your Farm inner page css start
***********************************/
.banner.inr_bnr {
  padding: 220px 0;
  background-attachment: inherit;
}

.enrgy.hightech .content p.weshow {
  font-size: 20px;
  font-weight: 600;
}

.farmsec.yourfarmsec {
  background-image: url(../images/yourfarm_windBG.png);
}

.windmain {
  position: relative;
  top: -235px;
}
.windmain .windoutrbox {
  width: auto;
  position: relative;
  top: 62px;
}
.windmain .windoutrbox .wind_round {
  position: absolute;
  width: 135px;
  height: 135px;
  border-radius: 100%;
  border: 16px solid rgba(67, 167, 68, 0.7);
  background-color: #fee451;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  margin: auto;
  top: -100px;
}
.windmain .windoutrbox .wind_round img {
  width: auto;
}
.windmain .windoutrbox .windreport {
  box-shadow: 7px 0px 15px 5px rgba(0, 0, 0, 0.1);
}
.windmain .windoutrbox .windreport img {
  width: 100%;
}
.windmain .windoutrbox .windcontent {
  padding-top: 60px;
  text-align: center;
}
.windmain .windoutrbox .windcontent span.subheding {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 8px;
  color: #000;
  opacity: 78%;
  height: 32px;
  display: block;
}
.windmain .windoutrbox .windcontent h3 {
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 30px;
  line-height: 55px;
}
.windmain .windoutrbox .windcontent h3 span {
  color: #44a743;
}
.windmain .windoutrbox .windcontent p {
  font-size: 15px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  opacity: 77%;
  font-size: 14px;
}
.windmain .windoutrbox .windcontent a {
  font-size: 15px;
  color: #44a743;
  font-weight: 500;
  border: 2px solid #44a743;
  padding: 8px 23px;
  text-transform: uppercase;
  transition: 0.5s;
  margin-top: 25px;
  display: inline-flex;
}
.windmain .windoutrbox .windcontent a:hover {
  background-color: #44a743;
  color: #fff;
}

.enrgy.frmfull {
  background-color: #fff;
  margin-top: -80px;
}
.enrgy.frmfull .content {
  padding: 200px 0;
}
.enrgy.frmfull .content h2 {
  color: #000 !important;
}
.enrgy.frmfull .content a {
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
  color: #fff;
  padding: 10px 28px;
  border-radius: 30px;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  display: inline-flex;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  background-size: 400%;
  position: relative;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.1));
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}
.enrgy.frmfull .content a:hover {
  animation: animate 8s linear infinite;
}
.enrgy.frmfull .content a::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  background-size: 400%;
  border-radius: 40px;
  opacity: 0;
  transition: 0.5s;
}

.twoSide {
  display: flex;
  margin-top: 80px;
}
.twoSide .leftcolor {
  background-color: #d6eed6;
  width: 50%;
  padding: 100px 0;
}
.twoSide .rightcolor {
  background-color: #c7ebc7;
  width: 50%;
  padding: 100px 0;
}
.twoSide .sidecontent {
  padding-left: 20%;
  width: 85%;
}
.twoSide .sidecontent h2 {
  font-size: 40px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  color: #000;
}
.twoSide .sidecontent h2 span {
  color: #ecbc18;
  font-weight: 700;
}
.twoSide .sidecontent h2 span {
  color: #44a743;
}
.twoSide .sidecontent a {
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
  color: #fff;
  padding: 10px 28px;
  border-radius: 30px;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  display: inline-flex;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  background-size: 400%;
  position: relative;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.1));
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}
.twoSide .sidecontent a:hover {
  animation: animate 8s linear infinite;
}
.twoSide .sidecontent a::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  background-size: 400%;
  border-radius: 40px;
  opacity: 0;
  transition: 0.5s;
}
.twoSide .sidecontent a:hover {
  background-color: #fee451;
  color: #44a743;
}
.twoSide .sidecontent p {
  font-size: 15px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
}

/**********************************
    your Farm inner page css end
**********************************/
/**************************************
    Our Wind Mill inner page css start
**************************************/
.banner.inr_bnr.wind_bnr h1 {
  padding-bottom: 10px;
}
.banner.inr_bnr.wind_bnr p {
  padding-bottom: 5px;
}
.banner.inr_bnr.wind_bnr p.windbntcap {
  font-size: 22px;
}

.enrgy.hightech .content p.windmillText {
  color: #44a743;
  font-weight: 600;
  text-decoration: underline;
}

.enrgy.hightech .content ul.eazlist li {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  padding: 15px 0 15px 55px;
  margin-bottom: 15px;
  position: relative;
}
.enrgy.hightech .content ul.eazlist li::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  background-image: url(../images/ourwindmill_list.png);
  width: 36px;
  height: 47px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
.enrgy.hightech .content ul.eazlist li:last-child {
  margin-bottom: 30px;
}

.enrgy.frmfull.windmill2R {
  margin-top: 80px;
}
.enrgy.frmfull.windmill2R p {
  font-size: 15px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  width: 82%;
  padding-bottom: 25px;
}
.enrgy.frmfull.windmill2R p.millshow {
  font-size: 15px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  font-size: 20px;
  font-weight: 600;
  width: 89%;
}

.electrial {
  width: 100%;
  position: relative;
  margin-top: 80px;
}
.electrial img {
  width: 100%;
}
.electrial .container .caption {
  padding-top: 160px;
  position: absolute;
  top: 0;
  text-align: center;
  left: 0;
  right: 0;
}
.electrial .container .caption h2 {
  font-size: 40px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding-bottom: 15px;
  color: #fff;
}
.electrial .container .caption h2 span {
  color: #ecbc18;
  font-weight: 700;
}
.electrial .container .caption h2 span {
  color: #44a743;
}
.electrial .container .caption p {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.electrial .process {
  margin: 0px auto;
  margin-top: -190px;
  display: flex;
  justify-content: center;
}
.electrial .process img {
  padding-bottom: 65px;
}
.electrial .process_cap {
  text-align: center;
}
.electrial .process_cap p {
  font-size: 15px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  text-align: center;
  margin: 0px auto;
  display: table;
  width: 75%;
  padding-bottom: 40px;
}
.electrial .process_cap a {
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
  color: #fff;
  padding: 10px 28px;
  border-radius: 30px;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  display: inline-flex;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  background-size: 400%;
  position: relative;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.1));
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}
.electrial .process_cap a:hover {
  animation: animate 8s linear infinite;
}
.electrial .process_cap a::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  background-size: 400%;
  border-radius: 40px;
  opacity: 0;
  transition: 0.5s;
}
.electrial .process_cap a:hover {
  background-color: #fee451;
  color: #44a743;
}

.enrgy.frmfull.windmill2R.grow {
  margin-bottom: 80px;
}

.enrgy.hightech.windmilfrm {
  margin-bottom: 80px;
}

/**************************************
    Our Wind Mill inner page css end
**************************************/
.enrgy.hightech.farmtech .content p,
.enrgy.hightech.myenergy .content p {
  padding-bottom: 20px !important;
}

.content h5 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px !important;
}

.windmain.exwindmain {
  margin-top: -190px;
  top: auto;
}

.testmonial.mytestmonial {
  padding-bottom: 100px;
}

.farmsec.myfrm {
  background-image: url(../images/green-vw.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 560px;
}

.windmain.exwindmain .windoutrbox .windcontent p {
  line-height: 24px;
  opacity: 1;
  font-size: 13px;
}

.farmsec.myfrm h3 {
  font-size: 45px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.farmsec.myfrm .caption p {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  line-height: 32px;
  margin: 10px auto 0;
  text-transform: uppercase;
}

.windmain.exwindmain.trends {
  margin-top: 0;
  top: auto;
  padding-top: 85px;
}

.farmsec.myfrm.view-grn {
  margin-top: 70px;
}

.windmain.exwindmain.trends .windoutrbox {
  top: 30px;
}

.windmain.exwindmain.trends .content h2 {
  color: #000 !important;
  font-size: 45px;
  font-weight: 700;
  color: #44a743;
  text-transform: uppercase;
  padding-bottom: 12px;
  line-height: 70px;
}

.windmain.exwindmain.trends .content h2 span {
  color: #44a743;
}

.windmain.exwindmain.trends .windoutrbox .windcontent h3 {
  min-height: 197px;
}

.windmain .windoutrbox .windcontent h3 {
  font-size: 37px;
}

.windmain.exwindmain.phase .wind_round span {
  font-weight: 700;
  font-size: 18px;
  color: #44a743;
  text-transform: uppercase;
}

.windmain.exwindmain.phase {
  margin-top: -108px;
  top: auto;
  padding-bottom: 58px;
}

.enrgy.hightech.wedowind .content a {
  text-align: left;
  padding: 0;
  display: block;
}

.enrgy.hightech.wedowind ul li {
  list-style: none !important;
  margin-bottom: 20px;
}

.enrgy.hightech.wedowind ul li a {
  text-transform: inherit;
}

/* Ranjit addes scss 17.05.23 */
a.testreadmore {
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
  color: #fff;
  padding: 10px 28px;
  border-radius: 30px;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  display: inline-flex;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  background-size: 400%;
  position: relative;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.1));
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  margin: 0px auto;
  display: table;
  margin-top: 40px;
  transition: 0.5s;
}
a.testreadmore:hover {
  animation: animate 8s linear infinite;
}
a.testreadmore::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  background-size: 400%;
  border-radius: 40px;
  opacity: 0;
  transition: 0.5s;
}
a.testreadmore:hover {
  background-color: #fee451;
  color: #000;
}

/* Ranjit addes scss 17.05.23 */
.slick-dots {
  display: none !important;
}

.banner.inr-bnr img {
  width: 100%;
}

.banner.inr-bnr .scrolltonext img {
  width: auto;
}

.power-txt p {
  font-size: 14px;
  margin-bottom: 15px !important;
  line-height: 1.8em;
  text-align: justify;
}

.technical {
  width: 44%;
  background: #fff;
  padding: 30px 60px;
  border-radius: 50px;
  margin: 70px auto 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.technical table {
  width: 100%;
}

.technical table td {
  padding: 13px 0;
  border-bottom: 1px dashed #ccc;
  vertical-align: top;
  font-size: 14px;
  font-weight: 500;
}

.technical table td:first-child {
  padding-right: 20px;
}

.technical table tr:last-child td {
  border-bottom: 0;
}

.solar_sytem-technical {
  position: relative;
  /* padding: 490px 0; */
  height: 890px;
  padding-top: 70px;
}

.solar_sytem-technical::after {
  position: absolute;
  content: "";
  bottom: -1px;
  background-image: url(../images/curve.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 100%;
  height: 139px;
  width: 100%;
}

.solar_circle_icn {
  height: 122px;
  width: 122px;
  background: #e49c2b;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
}

.solar_circle_up {
  height: 146px;
  width: 146px;
  margin: auto;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px dashed #e49c2b;
  position: relative;
}

section.solar_circle {
  padding: 150px 0 100px;
}

.solar_circle_txt h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  text-transform: uppercase;
}

.solar_circle_icn i {
  font-size: 40px;
}

h2.technical-h2,
h2.technical-h2 span {
  color: #fff;
}

.solar_circle_in {
  width: 20%;
}

.solar_circle_up::after {
  position: absolute;
  content: "";
  bottom: 0px;
  background: #e49c2b;
  background-size: 100% 100%;
  height: 3px;
  width: 75px;
  right: -98px;
  top: 50%;
  transform: translateY(-50%);
}

.solar_circle_in:last-child .solar_circle_up::after {
  display: none;
}

.scrollTop {
  z-index: 9;
}

.foot_social li a:hover img {
  transform: rotate(360deg);
  transition: 0.5s;
}

/*********************************
    Product Innr start
*********************************/
.product_Innr h2 {
  padding-bottom: 30px;
}
.product_Innr p {
  font-size: 15px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  text-align: center;
  margin: 0px auto;
  width: 82%;
  padding-bottom: 30px;
}
.product_Innr .product_main {
  padding: 0;
}
.product_Innr .product_main .product_outr .product_box {
  height: 240px;
}
.product_Innr .product_main .product_outr .product_box img {
  width: auto;
  height: 100%;
}

.enrgy.frmfull.windmill2R.solar_factory.deci.premium .solar_content .content {
  padding-bottom: 0;
}
.enrgy.frmfull.windmill2R.solar_factory.deci.premium .solar_content .content h4 {
  font-weight: 500;
  font-size: 30px;
  color: #000;
  padding-bottom: 30px;
}
.enrgy.frmfull.windmill2R.solar_factory.deci.premium .solar_content .content p {
  padding-bottom: 20px !important;
}
.enrgy.frmfull.windmill2R.solar_factory.deci.premium .solar_content .content p b {
  font-size: 30px;
}
.enrgy.frmfull.windmill2R.solar_factory.deci.premium .solar_content .content ul li {
  padding-bottom: 30px;
  font-size: 20px;
  color: #000;
  position: relative;
}
.enrgy.frmfull.windmill2R.solar_factory.deci.premium .solar_content .content ul li::before {
  position: absolute;
  content: "";
  background-image: url(../images/Group25.png);
  background-repeat: no-repeat;
  background-size: auto;
  width: 36px;
  height: 36px;
  top: 0;
  left: 0;
}
.enrgy.frmfull.windmill2R.solar_factory.deci.premium .solar_content .content ul li p {
  padding-left: 40px;
  padding-bottom: 0 !important;
}
.enrgy.frmfull.windmill2R.solar_factory.deci.premium .solar_content .content ul li p b {
  font-size: 20px;
}
.enrgy.frmfull.windmill2R.solar_factory.deci.premium .solar_content .content ul li p.headerp {
  padding-bottom: 40px;
  padding-left: 0;
}
.enrgy.frmfull.windmill2R.solar_factory.deci.premium .solar_content .content a {
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
  color: #fff;
  padding: 10px 28px;
  border-radius: 30px;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  display: inline-flex;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  background-size: 400%;
  position: relative;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.1));
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  margin-top: 50px;
}
.enrgy.frmfull.windmill2R.solar_factory.deci.premium .solar_content .content a:hover {
  animation: animate 8s linear infinite;
}
.enrgy.frmfull.windmill2R.solar_factory.deci.premium .solar_content .content a::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  background-size: 400%;
  border-radius: 40px;
  opacity: 0;
  transition: 0.5s;
}
.enrgy.frmfull.windmill2R.solar_factory.deci.premium .sect_bg_img {
  height: 83%;
}
.enrgy.frmfull.windmill2R.solar_factory.deci.premium::after {
  background-image: url(../images/footerroof.png);
  position: absolute;
  content: "";
  width: 564px;
  height: 90px;
  right: 7%;
  bottom: 190px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 100%;
}

.mono {
  padding: 80px 0;
}
.mono .mono_content img.monoimg {
  padding-bottom: 50px;
  width: 100%;
}
.mono .mono_content h4 {
  font-size: 30px;
  font-weight: 500;
  color: #000;
  padding-bottom: 20px;
}
.mono .mono_content span {
  padding-bottom: 50px;
  font-size: 20px;
  color: #000;
  display: block;
}
.mono .mono_content ul li {
  position: relative;
  padding-bottom: 20px;
}
.mono .mono_content ul li p {
  padding-left: 50px;
  font-size: 20px;
  color: #000;
}
.mono .mono_content ul li::before {
  position: absolute;
  content: "";
  background-image: url(../images/Group251.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left;
  width: 23px;
  height: 23px;
  top: 0;
  left: 0;
}
.mono .mono_content a {
  margin-top: 50px;
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
  color: #fff;
  padding: 10px 28px;
  border-radius: 30px;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  display: inline-flex;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  background-size: 400%;
  position: relative;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.1));
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.mono .mono_content a:hover {
  animation: animate 8s linear infinite;
}
.mono .mono_content a::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  background-size: 400%;
  border-radius: 40px;
  opacity: 0;
  transition: 0.5s;
}

.mono.monobg {
  background-color: #efefef;
}
.mono.monobg h2 {
  padding-bottom: 50px;
}

/*********************************
    Product Innr end
*********************************/
/*********************************
    About Innr Start
*********************************/
.enrgy.frmfull.windmill2R.solar_factory.back_trans .solar_content .content a {
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
  color: #fff;
  padding: 10px 28px;
  border-radius: 30px;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  display: inline-flex;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  background-size: 400%;
  position: relative;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.1));
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.enrgy.frmfull.windmill2R.solar_factory.back_trans .solar_content .content a:hover {
  animation: animate 8s linear infinite;
}
.enrgy.frmfull.windmill2R.solar_factory.back_trans .solar_content .content a::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  background-size: 400%;
  border-radius: 40px;
  opacity: 0;
  transition: 0.5s;
}

.promise {
  padding: 80px 0;
  background-color: #585a5a;
}
.promise h5 {
  color: #fff;
}
.promise h2 {
  color: #fff;
}
.promise .promise_outer {
  padding-top: 50px;
  width: 80%;
  margin: 0px auto;
}
.promise .promise_outer .promisebox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.promise .promise_outer .promisebox .proicon {
  width: 220px;
  height: 220px;
  border-radius: 15px;
  background-color: #ecbc18;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.promise .promise_outer .promisebox .promisecon {
  padding-top: 30px;
  text-align: center;
}
.promise .promise_outer .promisebox .promisecon h4 {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 30px;
}
.promise .promise_outer .promisebox .promisecon h4 span {
  text-transform: uppercase;
}
.promise .promise_outer .promisebox .promisecon p {
  font-size: 15px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  color: #fff;
  width: 85%;
  margin: 0px auto;
}
.promise .promise_outer .promisebox:hover .proicon {
  border-radius: 0;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #000;
}
.promise .promise_outer .promisebox:hover .proicon img {
  filter: invert(1) brightness(1);
}

/*********************************
    About Innr end
*********************************/
/***********************************
    Reference Projects Innr start
***********************************/
p.refar {
  text-align: center;
  padding-top: 30px;
  font-size: 15px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
}

.refe_project {
  padding: 80px 0 50px 0;
}
.refe_project .rfproutr {
  padding-bottom: 30px;
}
.refe_project .rfproutr .projectimg {
  width: 100%;
}
.refe_project .rfproutr .projectimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.refe_project .rfproutr .projecttxt {
  padding-top: 15px;
}
.refe_project .rfproutr .projecttxt p {
  text-align: center;
  font-size: 15px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  text-transform: capitalize;
  font-weight: 500;
}

/*********************************
    Reference Projects Innr end
*********************************/
.douwant_sec .sect_bg_img {
  background-image: url(./images/carrier-pic.jpg);
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
}

.douwant_sec h2 {
  margin-bottom: 60px !important;
}

.douwant_content {
  position: relative;
  padding: 140px 0;
}
.douwant_content h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 25px !important;
}
.douwant_content p {
  margin-bottom: 14px !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7em;
}

section.douwant_sec {
  padding: 100px 0;
}

.mbtn {
  padding-top: 20px;
}
.mbtn a {
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
  color: #fff;
  padding: 10px 28px;
  border-radius: 30px;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  display: inline-flex;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  background-size: 400%;
  position: relative;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.1));
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
  border: 1px solid #fff;
}
.mbtn a:hover {
  animation: animate 8s linear infinite;
}
.mbtn a::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  background-size: 400%;
  border-radius: 40px;
  opacity: 0;
  transition: 0.5s;
}

section.ben_sec {
  background: #585a5a;
  padding: 90px 0 45px;
}
section.ben_sec h5,
section.ben_sec h2 {
  color: #fff;
}
section.ben_sec .bn_content {
  padding: 0 10%;
  margin-top: 60px;
}
section.ben_sec .bn_content .col-md-6.col-lg-4 {
  margin-bottom: 40px;
}
section.ben_sec .bn_content .col-md-6.col-lg-4 .bn-img {
  height: 205px;
  width: 205px;
  background: #ecbc18;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  margin: 0 0 20px;
}
section.ben_sec .bn_content .col-md-6.col-lg-4 h3 {
  font-size: 25px;
  color: #fff;
  margin-bottom: 20px !important;
  font-weight: 500;
}
section.ben_sec .bn_content .col-md-6.col-lg-4 ul li {
  list-style: none !important;
  position: relative;
  font-size: 15px;
  line-height: 2.3em;
  padding-left: 30px;
  color: #fff;
}
section.ben_sec .bn_content .col-md-6.col-lg-4 ul li::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  background: #ECBC17;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 100%;
  height: 15px;
  width: 15px;
  border-radius: 100%;
}

.solar_sytem.techsec.tierpx .col-sm-12.col-md-6.col-lg-4 {
  margin-bottom: 48px;
}

.solar_sytem.techsec.tierpx .mbtn {
  padding-top: 20px;
  text-align: center;
}

.solar_sytem.techsec.tierpx .solarbox .step a {
  color: #fff;
}

.solar_sytem.techsec.tierpx .solarbox .step .techimg {
  padding-bottom: 30px;
  height: auto;
}

.solar_sytem.techsec.tierpx .solarbox .step {
  display: flex;
  flex-direction: column;
}

.solar_sytem.techsec.tierpx .solarbox .step p {
  flex: 1;
}

/*********************************
    News Innr start
*********************************/
.enrgy.frmfull.windmill2R.solar_factory.back_trans.news .solar_content .content h4 {
  color: #000;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.enrgy.frmfull.windmill2R.solar_factory.back_trans.news .solar_content .content h4.solarmodel {
  opacity: 32%;
}

.enrgy.hightech.aboutus.nobor.newsListsec .solar_content .content ul {
  padding-top: 30px;
  flex-direction: column;
}
.enrgy.hightech.aboutus.nobor.newsListsec .solar_content .content ul li {
  position: relative;
  padding-bottom: 20px;
}
.enrgy.hightech.aboutus.nobor.newsListsec .solar_content .content ul li p {
  font-size: 15px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  padding-left: 50px;
  padding-bottom: 0 !important;
}
.enrgy.hightech.aboutus.nobor.newsListsec .solar_content .content ul li::before {
  position: absolute;
  content: "";
  background-image: url(../images/news_dot.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
}

.nws_signup {
  padding: 80px 0;
}
.nws_signup .center_form {
  padding: 50px 0;
  margin: 0px auto;
  display: block;
  width: 65%;
}
.nws_signup .center_form input[type=text],
.nws_signup .center_form [type=email] {
  width: 100%;
  border-radius: 30px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 19px 30px;
  font-size: 16px;
  color: #000;
}
.nws_signup .center_form button {
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
  color: #fff;
  padding: 10px 28px;
  border-radius: 30px;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  display: inline-flex;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  background-size: 400%;
  position: relative;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.1));
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  margin: 40px auto;
  border: 0;
  display: block;
  outline: none;
  padding: 10px 80px;
}
.nws_signup .center_form button:hover {
  animation: animate 8s linear infinite;
}
.nws_signup .center_form button::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  background-size: 400%;
  border-radius: 40px;
  opacity: 0;
  transition: 0.5s;
}
.nws_signup p {
  font-size: 15px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  text-align: center;
}
.nws_signup p a {
  text-decoration: underline !important;
  text-transform: capitalize;
  font-weight: 700;
  color: #000;
  transition: 0.5s;
}
.nws_signup p a:hover {
  color: #f6c526;
}

/*********************************
    News Innr end
*********************************/
.douwant_sec.wesol .sect_bg_img {
  background-size: 100%;
}

.douwant_sec.wesol .douwant_content {
  padding: 204px 0;
}

section.douwant_sec.wesol2 {
  background: #efefef;
}

.douwant_sec.wesol2 .sect_bg_img {
  left: 0;
}

.douwant_sec.wesol2 .row {
  justify-content: flex-end;
}

.douwant_sec.wesol3 .douwant_content {
  padding: 54px 0;
}

.solar_sytem.techsec.tierpx.tr-crcl .step .techimg {
  height: 220px;
  width: 220px;
  border-radius: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

h5.bigh5 {
  font-size: 40px;
}

h5.bigh5 span {
  color: #ecbc18;
  font-weight: 700;
}

.solar_sytem.techsec.tierpx.tr-crcl .step .techimg img {
  height: auto;
}

.douwant_sec.wesol.degreeof .douwant_content {
  padding: 50px 0;
}

.tr-img img {
  width: 100%;
}

.solar_sytem.techsec.tierpx.tr-crcl .solarbox .step b {
  flex: 1;
}

.pv-img {
  position: absolute;
  bottom: -40px;
  left: 66px;
}

.douwant_sec.wesol2.hlfcl ul li {
  list-style: none !important;
  position: relative;
  font-size: 18px;
  margin-bottom: 20px;
  padding-left: 40px;
  font-weight: 500;
}

.douwant_sec.wesol2.hlfcl ul li::after {
  position: absolute;
  content: "\f058";
  top: 0px;
  left: 0;
  background-size: 100% 100%;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  font-family: "Font Awesome 5 Free";
  color: #ecbc18;
  font-size: 21px;
}

section.solar_sytem.techsec.hlcelleq {
  background: #000;
}

section.solar_sytem.techsec.hlcelleq h2,
section.solar_sytem.techsec.hlcelleq h5,
section.solar_sytem.techsec.hlcelleq a {
  color: #fff;
  border: 0;
}

.solar_sytem.techsec.tierpx.tr-crcl.hf-intrs .solarbox .step b {
  flex: inherit;
}

.solar_sytem.techsec img {
  width: 100%;
}

/*********************************
    Joblisting Innr start
*********************************/
.jobListing {
  padding: 80px 0;
}

.leftside {
  width: 100%;
}
.leftside.main_accordion {
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.1));
  border-radius: 30px;
  padding: 20px 15px;
  background-color: #fff;
}
.leftside.main_accordion .nav {
  display: block;
}
.leftside.main_accordion .nav .nav-link {
  padding: 0;
}
.leftside.main_accordion .nav .nav-link.active {
  background-color: transparent;
  color: #000;
}
.leftside.main_accordion .nav-link.active {
  font-weight: bold;
}
.leftside.main_accordion .tab-pane {
  display: none;
}
.leftside.main_accordion .tab-pane.active {
  display: block;
}
.leftside.main_accordion .nav-link::after {
  content: "›";
  margin-left: 5px;
}
.leftside.main_accordion .nav-link.active::after {
  content: "‹";
  margin-left: 5px;
}
.leftside.main_accordion .card-body {
  padding-left: 0;
  padding-right: 0;
}
.leftside.main_accordion .card {
  border: none;
}
.leftside.main_accordion .card-header {
  background: none;
  border: none;
  border-bottom: 1px dashed #000;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #000;
}
.leftside.main_accordion .mb-0 > a {
  display: block;
  position: relative;
  font-size: 14px;
  color: #000;
  text-transform: capitalize;
}
.leftside.main_accordion .mb-0 > a:after {
  content: "\f078";
  /* fa-chevron-down */
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
}
.leftside.main_accordion .mb-0 > a[aria-expanded=true]:after {
  content: "\f077";
  /* fa-chevron-up */
}
.leftside.main_accordion .mb-0.arrow_down > a[aria-expanded=true]:after {
  content: "\f078";
  /* fa-chevron-up */
}
.leftside.main_accordion .mb-0 > a[aria-expanded=true] span {
  background-color: #ecbc18;
  padding: 8px 10px;
  border-radius: 7px;
}
.leftside .card-header.bro {
  border-bottom: none;
}

.rightside {
  width: 100%;
  padding-left: 50px;
}
.rightside .jobserch {
  position: relative;
  display: flex;
  margin-left: auto;
  border-radius: 30px;
  width: 30%;
  margin-bottom: 40px;
}
.rightside .jobserch input[type=search] {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding: 15px 20px;
  border-radius: 30px;
  border: 0;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.2));
  margin-left: auto;
  width: 100%;
  padding-right: 75px;
  display: flex;
  outline: none;
  box-shadow: none;
}
.rightside .jobserch input[type=search]::-moz-placeholder {
  opacity: 57%;
}
.rightside .jobserch input[type=search]::placeholder {
  opacity: 57%;
}
.rightside .jobserch button {
  border-radius: 30px;
  padding: 10px 20px;
  background-color: #e49c2b;
  border: 0;
  position: absolute;
  right: 10px;
  top: 5px;
  color: #fff;
  cursor: pointer;
  transition: 0.5s;
}
.rightside .jobserch button:hover {
  background-color: #000;
}
.rightside .card {
  border: none;
}
.rightside .card-body {
  padding: 30px;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.2));
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 15px;
}
.rightside .card-body .job_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rightside .card-body .job_box .jobdetil h6 {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  padding-bottom: 7px;
  text-transform: uppercase;
}
.rightside .card-body .job_box .jobdetil p {
  font-size: 15px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
}
.rightside .card-body .job_box .view a {
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
  color: #fff;
  padding: 10px 28px;
  border-radius: 30px;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  display: inline-flex;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  background-size: 400%;
  position: relative;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.1));
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  margin-top: 0;
  padding: 13px 47px;
}
.rightside .card-body .job_box .view a:hover {
  animation: animate 8s linear infinite;
}
.rightside .card-body .job_box .view a::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  background-size: 400%;
  border-radius: 40px;
  opacity: 0;
  transition: 0.5s;
}

.tabContent {
  padding: 20px;
}

h5.odd_heding {
  font-size: 40px;
  color: #ecbc18;
  font-weight: bold;
}
h5.odd_heding span {
  color: #000;
}

.nws_signup.applyNow {
  background-color: #efefef;
}
.nws_signup.applyNow h2 {
  text-align: center;
  margin: 0px auto;
  width: 59%;
  padding-bottom: 70px;
}
.nws_signup.applyNow p {
  font-size: 15px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  text-align: center;
}
.nws_signup.applyNow a {
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
  color: #fff;
  padding: 10px 28px;
  border-radius: 30px;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  display: inline-flex;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  background-size: 400%;
  position: relative;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.1));
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  margin: 0px auto;
  margin-top: 60px;
  display: table;
}
.nws_signup.applyNow a:hover {
  animation: animate 8s linear infinite;
}
.nws_signup.applyNow a::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  background-size: 400%;
  border-radius: 40px;
  opacity: 0;
  transition: 0.5s;
}

/*********************************
    Joblisting Innr end
*********************************/
/*********************************
    JobDetails Innr start
*********************************/
.backto {
  text-align: center;
  padding-bottom: 50px;
}
.backto ul {
  display: flex;
  justify-content: center;
}
.backto ul li {
  font-size: 15px;
  color: #000;
}
.backto ul li a {
  font-weight: bold;
  padding-right: 30px;
  color: #000;
}
.backto ul li a i {
  padding-right: 10px;
}

.detilsSec {
  padding-top: 70px;
}
.detilsSec .main_accordion {
  padding: 30px;
}
.detilsSec h6 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  padding-bottom: 20px;
}
.detilsSec img.joblogo {
  padding-bottom: 20px;
  width: 100%;
}
.detilsSec .role {
  padding-bottom: 20px;
}
.detilsSec .role ul li {
  display: flex;
  font-size: 16px;
  padding-bottom: 7px;
  color: #000;
}
.detilsSec .role ul li i {
  padding-right: 10px;
  padding-top: 5px;
}
.detilsSec .role ul li b {
  font-weight: 600;
}
.detilsSec .role ul li a {
  font-size: 16px;
  color: #000;
  transition: 0.5s;
  padding-left: 5px;
  word-break: break-all;
}
.detilsSec .role ul li a:hover {
  color: #f6c526;
}
.detilsSec .role a.apply {
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
  color: #fff;
  padding: 10px 28px;
  border-radius: 30px;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  display: inline-flex;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  background-size: 400%;
  position: relative;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.1));
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  width: 100%;
  display: flex;
  justify-content: center;
}
.detilsSec .role a.apply:hover {
  animation: animate 8s linear infinite;
}
.detilsSec .role a.apply::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  background-size: 400%;
  border-radius: 40px;
  opacity: 0;
  transition: 0.5s;
}
.detilsSec .detiljob {
  padding-top: 50px;
}
.detilsSec .detiljob span {
  text-transform: capitalize;
  padding-bottom: 15px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  display: block;
}
.detilsSec .detiljob h4 {
  padding-bottom: 30px;
  font-size: 30px;
  color: #000;
  font-weight: 500;
}
.detilsSec .detiljob p {
  font-size: 15px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
}
.detilsSec .detiljob p a {
  color: #000;
  transition: 0.5s;
}
.detilsSec .detiljob p a:hover {
  color: #f6c526;
}
.detilsSec .detiljob h3 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  display: block;
  padding-top: 20px;
}
.detilsSec .detiljob ul {
  padding-top: 30px;
}
.detilsSec .detiljob ul li {
  padding-bottom: 20px;
  position: relative;
}
.detilsSec .detiljob ul li p {
  font-size: 15px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  padding-left: 50px;
}
.detilsSec .detiljob ul li::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../images/detailjobdot.png);
  background-repeat: no-repeat;
  background-position: left;
  top: 5px;
  left: 0;
}

/*********************************
    JobDetails Innr end
*********************************/
/* sampa 06.06.23 */
section.solar_sytem.techsec.hlcelleq.pr-imgsec img {
  width: auto;
}

section.solar_sytem.techsec.pr-imgsec img {
  width: auto;
}

.douwant_sec.wesol.wetier .douwant_content {
  padding: 240px 0;
}

.solar_sytem.monodtl .power-txt a {
  color: #000;
  text-decoration: underline !important;
}

/* sampa 06.06.23 */
/* Ranjit New SCSS updated 13.06.2023 & 14.08.23 */
.search_result {
  padding: 70px 0;
}
.search_result p {
  font-size: 15px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 40px;
}
.search_result a {
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
  color: #fff;
  padding: 10px 28px;
  border-radius: 30px;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  display: inline-flex;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  background-size: 400%;
  position: relative;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.1));
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  display: table;
  text-align: left;
  margin-bottom: 15px;
}
.search_result a:hover {
  animation: animate 8s linear infinite;
}
.search_result a::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  background-size: 400%;
  border-radius: 40px;
  opacity: 0;
  transition: 0.5s;
}
.search_result p {
  text-align: left;
}

/* 14.08.23 */
/* Ranjit 14.08.23  */
.job_pop {
  top: 20%;
  z-index: 55555;
  padding: 0 !important;
}
.job_pop h6 {
  font-size: 20px;
  padding: 15px 0;
}
.job_pop .modal-dialog {
  max-width: 40%;
  padding: 0 20px;
}
.job_pop .jobfrom span {
  padding: 10px 0;
  font-size: 16px;
}
.job_pop input {
  width: 100%;
  border-radius: 7px;
  border: 1px solid #cfcfcf;
  padding: 10px 20px;
  background-color: #fff;
  color: #000;
  outline: none;
  font-size: 18px;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.1));
}
.job_pop .privacy {
  padding: 20px 0;
  display: block;
}
.job_pop .privacy input {
  margin-right: 5px;
  width: auto;
}
.job_pop .privacy a {
  color: #f6c526;
  font-weight: 700;
}
.job_pop .popsubmit {
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
  color: #fff;
  padding: 10px 28px;
  border-radius: 30px;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  display: inline-flex;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  background-size: 400%;
  position: relative;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.1));
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  width: auto;
  border: 0;
  margin-top: 0;
  margin-bottom: 30px;
  cursor: pointer;
}
.job_pop .popsubmit:hover {
  animation: animate 8s linear infinite;
}
.job_pop .popsubmit::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  background-size: 400%;
  border-radius: 40px;
  opacity: 0;
  transition: 0.5s;
}

/* Download page  */
.Download-body {
  padding: 60px 0;
}
.Download-body h1 {
  padding-bottom: 30px;
}
.Download-body .row {
  margin: 0px auto;
  justify-content: center;
}
.Download-body .row .col-6 {
  background-color: #fff;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.1));
  border-radius: 30px;
  padding: 30px;
  padding: 30px;
  max-width: 47%;
  flex: 0 0 47%;
  margin-right: 50px;
}
.Download-body .row .col-6:last-child {
  margin-right: 0;
}
.Download-body .row .col-6 .language {
  padding-bottom: 15px;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 15px;
  font-size: 24px;
}
.Download-body p {
  padding-bottom: 15px;
}
.Download-body img {
  padding-bottom: 15px;
}
.Download-body br {
  padding-bottom: 15px;
}
.Download-body ul li {
  padding-bottom: 15px;
  font-size: 16px;
}
.Download-body ul li a {
  color: #f6c526;
  transition: 0.5s;
  text-decoration: underline !important;
}
.Download-body ul li a:hover {
  color: #000;
}

/* Download page  */
/* Ranjit 14.08.23  */
/* Ranjit some inner page start 16.08.23 */
.solar_sytem.techsec.tierpx.contact_foo a {
  padding-top: 15px;
  color: #f6c526;
}
.solar_sytem.techsec.tierpx.contact_foo .mbtn a {
  color: #fff;
}

.nws_signup .center_form span select {
  width: 100%;
  padding: 21.5px 15px;
  border-radius: 30px;
}
.nws_signup .center_form span textarea {
  width: 100%;
  border-radius: 30px;
  padding: 20px;
}

/* News Detail page */
.main_nws {
  padding: 80px 0;
}
.main_nws .detil_nws img.simg {
  width: auto;
}
.main_nws .detil_nws img.limg {
  width: 100%;
}
.main_nws p {
  padding: 15px 0;
  text-align: center;
}
.main_nws img {
  margin: 0px auto;
  display: block;
  padding-bottom: 30px;
}
.main_nws .nws_button {
  display: flex;
  justify-content: center;
}
.main_nws .row {
  justify-content: center;
}
.main_nws .rept_img img {
  width: 100%;
}

.enrgy.frmfull.windmill2R.solar_factory.deci.premium .sect_bg_img.solp_pro_back_image {
  height: 100%;
}

.enrgy.frmfull.windmill2R.solar_factory.deci.premium.sol_product_img::after {
  display: none;
}

/* Home page product slider */
@media (min-width: 1200px) {
  .page-id-7 .product .product_main .product_outr .product_box.module {
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/* Home page product slider */
/* Reference Projects */
.main_light .card {
  background: #ffffff;
  color: #333333;
  border-radius: 2px;
  border: none;
}
.main_light .card-image {
  background: #ffffff;
  display: block;
  padding-top: 70%;
  position: relative;
  width: 100%;
  height: 215px;
}
.main_light .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.enrgy.frmfull.windmill2R.solar_factory.back_trans p.refar {
  text-align: center;
  width: 100%;
}

/* News Inner Installer */
.nws_signup .center_form input[type=text],
.nws_signup .center_form [type=email],
[type=tel] {
  width: 100%;
  border-radius: 30px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 19px 30px;
  font-size: 16px;
  color: #000;
}

.nws_signup .center_form p input[type=submit] {
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
  color: #fff;
  padding: 10px 28px;
  border-radius: 30px;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  display: inline-flex;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  background-size: 400%;
  position: relative;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.1));
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  border: none;
}
.nws_signup .center_form p input[type=submit]:hover {
  animation: animate 8s linear infinite;
}
.nws_signup .center_form p input[type=submit]::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #fee451, #fd9607, #000, #fee451);
  background-size: 400%;
  border-radius: 40px;
  opacity: 0;
  transition: 0.5s;
}

.nws_signup.installer_singup {
  padding-bottom: 0;
  padding-top: 0;
}
.nws_signup.installer_singup .center_form {
  padding-bottom: 0;
}

.install_promise .promise .promise_outer .promisebox {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 15px;
  margin-bottom: 30px;
  transition: 0.5s;
}
.install_promise .promise .promise_outer .promisebox:hover {
  border-color: #f6c526;
}
.install_promise .promise .promise_outer .promisebox .promisecon p {
  height: 170px;
}
.install_promise .promise a {
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  transition: 0.5s;
}
.install_promise .promise a:hover {
  color: #f6c526;
}

.installer_foo {
  padding-top: 0;
}
.installer_foo h2 {
  padding-bottom: 30px;
}
.installer_foo p {
  text-align: center;
}
.installer_foo p a {
  color: #f6c526;
}

/* request-private-customers */
.solarpan h2 {
  padding-bottom: 15px;
}
.solarpan .nws_signup {
  padding: 0;
}
.solarpan .promise.promise-two {
  margin: 80px 0;
  background-color: #efefef;
}

/* News-newsletter signup */
.nws_signup .center_form .wpcf7-response-output {
  text-align: center;
}

/* News-newsletter signup */
/* news page */
.postid-729 .douwant_content {
  display: none;
}
.postid-729 .techsec h5 {
  margin-bottom: 30px !important;
}

/* news page */
.page-id-1091 p.rppd {
  padding-top: 30px;
  margin: auto;
  display: block;
  text-align: center;
  width: 60%;
}
.page-id-1091 .promise .promise_outer .promisebox .promisecon {
  color: #fff;
}
.page-id-1091 .promise.promise-part2 {
  background-color: transparent;
  padding-bottom: 0;
}
.page-id-1091 .promise.promise-part2 h5 {
  color: #000;
}
.page-id-1091 .promise.promise-part2 h2 {
  color: #000;
}
.page-id-1091 .promise.promise-part2 .promise_outer .promisebox {
  border-radius: 10px;
  background-color: #fff;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.1));
  margin-bottom: 30px;
  padding: 30px;
  height: 230px;
}
.page-id-1091 .promise.promise-part2 .promise_outer .promisebox .promisecon {
  padding-top: 0;
  color: #000;
}
.page-id-1091 .promise.promise-part2 .promise_outer .promisebox .promisecon h4 {
  color: #000;
  padding-bottom: 15px;
  text-transform: capitalize;
}
.page-id-1091 .promise.promise-part2 .promise_outer .promisebox .promisecon a {
  color: #f6c526;
}
.page-id-1091 .solarbox h2 {
  margin-bottom: 30px !important;
}
.page-id-1091 .tierpx {
  padding-bottom: 0;
}
.page-id-1091 .willu {
  padding-bottom: 80px;
}
.page-id-1091 .willu h2 {
  padding-bottom: 30px;
}
.page-id-1091 .willu p {
  margin: auto;
  display: block;
  text-align: center;
  width: 80%;
}

.page-id-1850 p.rppd {
  padding-top: 30px;
  margin: auto;
  display: block;
  text-align: center;
  width: 60%;
}
.page-id-1850 .promise .promise_outer .promisebox .promisecon {
  color: #fff;
}
.page-id-1850 .promise.promise-part2 {
  background-color: transparent;
  padding-bottom: 0;
}
.page-id-1850 .promise.promise-part2 h5 {
  color: #000;
}
.page-id-1850 .promise.promise-part2 h2 {
  color: #000;
}
.page-id-1850 .promise.promise-part2 .promise_outer .promisebox {
  border-radius: 10px;
  background-color: #fff;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.1));
  margin-bottom: 30px;
  padding: 30px;
  height: 230px;
}
.page-id-1850 .promise.promise-part2 .promise_outer .promisebox .promisecon {
  padding-top: 0;
  color: #000;
}
.page-id-1850 .promise.promise-part2 .promise_outer .promisebox .promisecon h4 {
  color: #000;
  padding-bottom: 15px;
  text-transform: capitalize;
}
.page-id-1850 .promise.promise-part2 .promise_outer .promisebox .promisecon a {
  color: #f6c526;
}
.page-id-1850 .solarbox h2 {
  margin-bottom: 30px !important;
}
.page-id-1850 .tierpx {
  padding-bottom: 0;
}
.page-id-1850 .willu {
  padding-bottom: 80px;
}
.page-id-1850 .willu h2 {
  padding-bottom: 30px;
}
.page-id-1850 .willu p {
  margin: auto;
  display: block;
  text-align: center;
  width: 80%;
}

.page-id-1852 p.rppd {
  padding-top: 30px;
  margin: auto;
  display: block;
  text-align: center;
  width: 60%;
}
.page-id-1852 .promise .promise_outer .promisebox .promisecon {
  color: #fff;
}
.page-id-1852 .promise.promise-part2 {
  background-color: transparent;
  padding-bottom: 0;
}
.page-id-1852 .promise.promise-part2 h5 {
  color: #000;
}
.page-id-1852 .promise.promise-part2 h2 {
  color: #000;
}
.page-id-1852 .promise.promise-part2 .promise_outer .promisebox {
  border-radius: 10px;
  background-color: #fff;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.1));
  margin-bottom: 30px;
  padding: 30px;
  height: 230px;
}
.page-id-1852 .promise.promise-part2 .promise_outer .promisebox .promisecon {
  padding-top: 0;
  color: #000;
}
.page-id-1852 .promise.promise-part2 .promise_outer .promisebox .promisecon h4 {
  color: #000;
  padding-bottom: 15px;
  text-transform: capitalize;
}
.page-id-1852 .promise.promise-part2 .promise_outer .promisebox .promisecon a {
  color: #f6c526;
}
.page-id-1852 .solarbox h2 {
  margin-bottom: 30px !important;
}
.page-id-1852 .tierpx {
  padding-bottom: 0;
}
.page-id-1852 .willu {
  padding-bottom: 80px;
}
.page-id-1852 .willu h2 {
  padding-bottom: 30px;
}
.page-id-1852 .willu p {
  margin: auto;
  display: block;
  text-align: center;
  width: 80%;
}

.page-id-1089 p.rppd {
  padding-top: 30px;
  margin: auto;
  display: block;
  text-align: center;
  width: 60%;
}
.page-id-1089 .promise .promise_outer .promisebox .promisecon {
  color: #fff;
}
.page-id-1089 .promise.promise-part2 {
  padding-bottom: 0;
}
.page-id-1089 .promise.promise-part2 h5 {
  color: #fff;
}
.page-id-1089 .promise.promise-part2 h2 {
  color: #fff;
}
.page-id-1089 .promise.promise-part2 .promise_outer .promisebox {
  border-radius: 10px;
  margin-bottom: 30px;
}
.page-id-1089 .promise.promise-part2 .promise_outer .promisebox .promisecon {
  padding-top: 0;
  color: #000;
}
.page-id-1089 .promise.promise-part2 .promise_outer .promisebox .promisecon h4 {
  color: #000;
  padding-bottom: 15px;
  text-transform: capitalize;
}
.page-id-1089 .promise.promise-part2 .promise_outer .promisebox .promisecon a {
  color: #f6c526;
}
.page-id-1089 .techsec p.rppd {
  margin: auto;
  display: block;
  text-align: center;
  width: 80%;
}
.page-id-1089 .solarbox h2 {
  margin-bottom: 30px !important;
}
.page-id-1089 .tierpx {
  padding-bottom: 0;
}
.page-id-1089 .willu {
  padding-bottom: 80px;
}
.page-id-1089 .willu h2 {
  padding-bottom: 30px;
}
.page-id-1089 .willu p {
  margin: auto;
  display: block;
  text-align: center;
  width: 80%;
}

.page-id-1352 .enrgy.frmfull.windmill2R.solar_factory p {
  width: 80%;
  margin: auto;
  padding: 0px;
  display: block;
  text-align: center;
}

.page-id-1352 .refe_project {
  padding-bottom: 0;
}

.wpcf7-spinner {
  display: none !important;
}

.page-id-1091 .techsec .solarbox {
  width: 83% !important;
}

.solar_circle_in a {
  color: #000;
}

.imp {
  padding: 80px 0;
}
.imp .impcon {
  padding-top: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.imp .impcon p {
  font-size: 15px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  padding-bottom: 20px;
}
.imp .impcon p a {
  color: #f6c526;
  padding: 0 10px;
}
.imp .imptab {
  padding-top: 40px;
}
.imp .imptab .nav-tabs {
  justify-content: center;
  padding-top: 30px;
  border: none;
}
.imp .imptab .nav-tabs .nav-item {
  margin: 0 10px;
  width: 104px;
  height: 104px;
}
.imp .imptab .nav-tabs .nav-item img {
  width: 100%;
}
.imp .imptab .nav-tabs .nav-link {
  color: #000;
  padding: 0;
}
.imp .imptab .nav-tabs .nav-link:hover {
  border-color: #f6c526;
  border-radius: 0px;
  padding: 0px;
}
.imp .imptab .nav-tabs .nav-link.active {
  border: 2px solid #f6c526;
  border-radius: 0;
  padding: 0px;
}
.imp .imptab .tab-content {
  width: 100%;
}
.imp .imptab .tab-pane img {
  width: 100%;
  height: 700px;
}

.cont_2 {
  padding-bottom: 50px;
}
.cont_2 p {
  font-size: 15px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  padding-bottom: 30px;
}
.cont_2 p a {
  word-break: break-all;
  color: #f6c526;
}

.page-id-1507 section.douwant_sec p {
  font-size: 15px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  padding-bottom: 10px;
}
.page-id-1507 section.douwant_sec p a {
  color: #f6c526;
}

.product .product_main .product_outr .product_cap p {
  min-height: 75px;
}

.product .slick-prev {
  cursor: pointer;
}

.product .slick-next {
  cursor: pointer;
}

/* Ranjit some inner page start 16.08.23 */
/* Ranjit Other Lanunage page start on 24.08.23 */
li#polylang-2::marker {
  font-size: 0;
}

.enrgy.hightech.aboutus .solar_content .content.dotbor p a.about-us {
  background: none;
  filter: none;
  text-shadow: none;
  color: #000;
  border-radius: 0;
  padding: 0;
  background-color: transparent !important;
  color: #f6c526;
  word-break: break-all;
}

.product.testmonials .product_main .product_outr .product_cap p {
  min-height: auto;
}

.page-id-1555 .wetier p {
  font-size: 15px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  padding-bottom: 15px;
}
.page-id-1555 .wetier p a {
  color: #f6c526;
}

.wp-pagenavi {
  display: flex;
  align-items: center;
}
.wp-pagenavi .page {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.wp-pagenavi .page:hover {
  background-color: #f6c526;
  border-color: #f6c526;
}
.wp-pagenavi .current {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #f6c526;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
}
.wp-pagenavi .nextpostslink {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  transition: 0.5s;
}
.wp-pagenavi .nextpostslink:hover {
  background-color: #f6c526;
}
.wp-pagenavi .previouspostslink {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  transition: 0.5s;
}
.wp-pagenavi .previouspostslink:hover {
  background-color: #f6c526;
}
.wp-pagenavi span.pages {
  border: none;
}

.page-id-17 .enrgy.hightech.aboutus.nobor {
  padding: 0;
}

.postid-2109 h3 {
  padding-bottom: 20px;
}
.postid-2109 p {
  font-size: 15px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  padding-bottom: 15px;
}

.main_light .card p {
  padding: 10px 0 !important;
  text-align: center !important;
}

#search .close:hover {
  background-color: #000;
  transition: 0.5s;
  border-color: #000;
}

/* **** */
.postid-729 section.douwant_sec {
  padding: 40px 0;
}
.postid-729 .solar_sytem.tr-crcl {
  padding: 0;
}
.postid-729 .installer_foo {
  padding-bottom: 40px;
}

.postid-2103 section.douwant_sec {
  padding: 40px 0;
}
.postid-2103 .solar_sytem.tr-crcl {
  padding: 0;
}
.postid-2103 .installer_foo {
  padding-bottom: 40px;
}

.postid-1995 section.douwant_sec {
  padding: 40px 0;
}
.postid-1995 .solar_sytem.tr-crcl {
  padding: 0;
}
.postid-1995 .installer_foo {
  padding-bottom: 40px;
}

/* **** */
.postid-720 section.douwant_sec {
  padding: 40px 0;
}
.postid-720 .solar_sytem.tr-crcl {
  padding: 0;
  padding-top: 40px;
}
.postid-720 .installer_foo {
  padding-bottom: 40px;
}

.postid-2111 section.douwant_sec {
  padding: 40px 0;
}
.postid-2111 .solar_sytem.tr-crcl {
  padding: 0;
  padding-top: 40px;
}
.postid-2111 .installer_foo {
  padding-bottom: 40px;
}

.postid-1997 section.douwant_sec {
  padding: 40px 0;
}
.postid-1997 .solar_sytem.tr-crcl {
  padding: 0;
  padding-top: 40px;
}
.postid-1997 .installer_foo {
  padding-bottom: 40px;
}

/* ****** */
.page-id-1856 .solar_sytem.tierpx {
  padding: 40px 0;
}
.page-id-1856 .solar_sytem.tierpx p.rppd {
  font-size: 15px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  width: 68%;
  margin: 0px auto;
  text-align: center;
  padding: 15px 0;
}
.page-id-1856 .solar_sytem.tierpx .nws_signup .center_form {
  padding: 0;
}
.page-id-1856 .solar_sytem.tierpx .promise {
  padding: 40px 0;
}
.page-id-1856 .solar_sytem.tierpx .promise .promise_outer .promisebox .promisecon {
  border: 1px solid #fff;
  padding: 30px;
  border-radius: 7px;
  background-color: #fff;
  margin-bottom: 30px;
}
.page-id-1856 .solar_sytem.tierpx .promise .promise_outer .promisebox .promisecon p {
  color: #000;
  font-size: 15px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
}
.page-id-1856 .solar_sytem.tierpx .promise .promise_outer .promisebox .promisecon h4 {
  color: #000;
  min-height: 145px;
}
.page-id-1856 .solar_sytem.tierpx .promise .promise_outer .promisebox .promisecon a {
  color: #f6c526;
}
.page-id-1856 .solar_sytem.tierpx .solarbox h2 {
  padding-bottom: 20px;
}
.page-id-1856 .solar_sytem.tierpx.willu {
  margin: 0px auto;
  text-align: center;
  padding: 15px 0;
  padding-bottom: 0;
}
.page-id-1856 .solar_sytem.tierpx.willu a {
  color: #f6c526;
}
.page-id-1856 .solar_sytem.tierpx.willu .mbtn a {
  color: #fff;
}

.page-id-1089 .solar_sytem.tierpx {
  padding: 40px 0;
}
.page-id-1089 .solar_sytem.tierpx p.rppd {
  font-size: 15px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  width: 68%;
  margin: 0px auto;
  text-align: center;
  padding: 15px 0;
}
.page-id-1089 .solar_sytem.tierpx .nws_signup .center_form {
  padding: 0;
}
.page-id-1089 .solar_sytem.tierpx .promise {
  padding: 40px 0;
}
.page-id-1089 .solar_sytem.tierpx .promise .promise_outer .promisebox .promisecon {
  border: 1px solid #fff;
  padding: 30px;
  border-radius: 7px;
  background-color: #fff;
  margin-bottom: 30px;
}
.page-id-1089 .solar_sytem.tierpx .promise .promise_outer .promisebox .promisecon p {
  color: #000;
  font-size: 15px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  min-height: 145px;
}
.page-id-1089 .solar_sytem.tierpx .promise .promise_outer .promisebox .promisecon h4 {
  color: #000;
}
.page-id-1089 .solar_sytem.tierpx .promise .promise_outer .promisebox .promisecon a {
  color: #f6c526;
}
.page-id-1089 .solar_sytem.tierpx .solarbox h2 {
  padding-bottom: 20px;
}
.page-id-1089 .solar_sytem.tierpx.willu {
  margin: 0px auto;
  text-align: center;
  padding: 15px 0;
  padding-bottom: 0;
}
.page-id-1089 .solar_sytem.tierpx.willu a {
  color: #f6c526;
}
.page-id-1089 .solar_sytem.tierpx.willu .mbtn a {
  color: #fff;
}

.page-id-1858 .solar_sytem.tierpx {
  padding: 40px 0;
}
.page-id-1858 .solar_sytem.tierpx p.rppd {
  font-size: 15px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  width: 68%;
  margin: 0px auto;
  text-align: center;
  padding: 15px 0;
}
.page-id-1858 .solar_sytem.tierpx .nws_signup .center_form {
  padding: 0;
}
.page-id-1858 .solar_sytem.tierpx .promise {
  padding: 40px 0;
}
.page-id-1858 .solar_sytem.tierpx .promise .promise_outer .promisebox .promisecon {
  padding: 30px;
  border-radius: 7px;
  background-color: #fff;
  margin-bottom: 30px;
}
.page-id-1858 .solar_sytem.tierpx .promise .promise_outer .promisebox .promisecon p {
  color: #000;
  font-size: 15px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  min-height: 145px;
}
.page-id-1858 .solar_sytem.tierpx .promise .promise_outer .promisebox .promisecon h4 {
  color: #000;
}
.page-id-1858 .solar_sytem.tierpx .promise .promise_outer .promisebox .promisecon a {
  color: #f6c526;
}
.page-id-1858 .solar_sytem.tierpx .solarbox h2 {
  padding-bottom: 20px;
}
.page-id-1858 .solar_sytem.tierpx.willu {
  margin: 0px auto;
  text-align: center;
  padding: 15px 0;
  padding-bottom: 0;
}
.page-id-1858 .solar_sytem.tierpx.willu a {
  color: #f6c526;
}
.page-id-1858 .solar_sytem.tierpx.willu .mbtn a {
  color: #fff;
}

/* ***** */
.page-id-1866 .installer_foo {
  padding: 0 !important;
}
.page-id-1866 .solarbox h5 {
  margin-bottom: 30px !important;
}

.page-id-1868 .installer_foo {
  padding: 0 !important;
}
.page-id-1868 .solarbox h5 {
  margin-bottom: 30px !important;
}

.page-id-937 .installer_foo {
  padding: 0 !important;
}
.page-id-937 .solarbox h5 {
  margin-bottom: 30px !important;
}

/* ***** */
.page-id-1844 p.news-two {
  margin: 0px auto;
  text-align: center;
  padding: 15px 0;
}
.page-id-1844 .refe_project .rfproutr {
  padding-bottom: 0px;
}
.page-id-1844 .refe_project .rfproutr .projecttxt p {
  margin: 0px auto;
}
.page-id-1844 .enrgy.frmfull.windmill2R.solar_factory {
  padding-bottom: 0;
}

.page-id-1352 p.news-two {
  margin: 0px auto;
  text-align: center;
  padding: 15px 0;
}
.page-id-1352 .refe_project .rfproutr {
  padding-bottom: 0px;
}
.page-id-1352 .refe_project .rfproutr .projecttxt p {
  margin: 0px auto;
}
.page-id-1352 .enrgy.frmfull.windmill2R.solar_factory {
  padding-bottom: 0;
}

.page-id-1846 p.news-two {
  margin: 0px auto;
  text-align: center;
  padding: 15px 0;
}
.page-id-1846 .refe_project .rfproutr {
  padding-bottom: 0px;
}
.page-id-1846 .refe_project .rfproutr .projecttxt p {
  margin: 0px auto;
}
.page-id-1846 .enrgy.frmfull.windmill2R.solar_factory {
  padding-bottom: 0;
}

.page-id-1856 .techsec .solarbox .step .techimg img.w-100 {
  width: 85% !important;
}

.page-id-1089 .techsec .solarbox .step .techimg img.w-100 {
  width: 85% !important;
}

.page-id-1858 .techsec .solarbox .step .techimg img.w-100 {
  width: 85% !important;
}

.nws_button .mbtn {
  margin-right: 15px;
}

.postid-2109 .pr-imgsec .solarbox .step a {
  color: #fff;
}

.postid-2000 .pr-imgsec .solarbox .step a {
  color: #fff;
}

.postid-724 .pr-imgsec .solarbox .step a {
  color: #fff;
}

.conmap iframe {
  width: 100%;
}

._mob-menu-hdr a {
  display: flex;
  justify-content: space-between;
}

/* 14.08.23 */
@media (max-width: 1199px) {
  .search_result {
    padding: 100px 0;
  }
  .enquBtn select {
    padding: 14px 30px;
  }
  .job_pop .modal-dialog {
    max-width: 60%;
  }
  footer .footerlogo {
    display: flex;
  }
  footer .footerlogo img {
    width: 50%;
    padding-right: 5px;
  }
  .biggimg {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .search_result {
    padding: 80px 0;
  }
  .job_pop .modal-dialog {
    max-width: 75%;
  }
  .job_pop {
    top: 5%;
  }
  .Download-body {
    padding: 40px 0;
  }
  .Download-body h1 {
    padding-bottom: 15px;
  }
  .Download-body ul {
    padding-top: 0px;
  }
  ._mob-menu-hdr a img {
    width: 48%;
  }
  footer .footerlogo img {
    width: auto;
    padding-right: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .solar_circle_in {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .search_result {
    padding: 40px 0;
  }
  .job_pop .modal-dialog {
    max-width: 90%;
  }
  .Download-body .row {
    flex-direction: column;
  }
  .Download-body .row .col-6 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .Download-body br {
    padding-bottom: 0;
  }
  .Download-body {
    padding: 30px 0 0 0;
  }
}
@media (max-width: 575px) {
  .job_pop .modal-dialog {
    max-width: 95%;
  }
  .job_pop h6 {
    font-size: 15px;
  }
  .logo img:first-child {
    width: 47% !important;
  }
  .conmap {
    margin-bottom: 30px;
  }
  .main_nws .nws_button {
    padding-bottom: 30px;
  }
}
/* Ranjit New SCSS updated 13.06.2023 */
/* Ranjit New SCSS updated 29.12.2023 */
footer ul.address li i {
  padding-right: 10px;
}

footer .footer_nav ul li {
  padding-right: 10px;
}

.navbar li a {
  font-size: 13px;
  padding: 0 18px;
}

.clickD {
  right: 5px;
}

.copyright {
  text-align: center;
}

/* Ranjit New SCSS updated 29.12.2023 */
/* tanmoy New SCSS updated 01-01-2023 */
.product .product_main .product_outr .product_box {
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product .product_main .product_outr .product_cap p {
  min-height: 121px;
}

.navbar .navbar-nav > li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo {
  width: 150px;
}
.logo img {
  width: 100% !important;
}

@media (max-width: 1199.98px) {
  .logo {
    width: 130px;
  }
}
/* tanmoy New SCSS updated 02-01-2023 */
.page-id-2925 .enrgy.frmfull.windmill2R.solar_factory .solar_content ul li:first-child,
.page-id-7 .enrgy.frmfull.windmill2R.solar_factory .solar_content ul li:first-child {
  margin-right: 0;
}

.page-id-2925 .enrgy.frmfull.windmill2R.solar_factory .solar_content ul li:nth-child(2),
.page-id-7 .enrgy.frmfull.windmill2R.solar_factory .solar_content ul li:nth-child(2) {
  margin: 0 10px;
}

.page-id-2925 .techsec .solarbox .step .techimg img,
.page-id-7 .techsec .solarbox .step .techimg img {
  -o-object-fit: unset;
     object-fit: unset;
}

.page-id-13 .enrgy.frmfull.windmill2R.solar_factory.back_trans .solar_content .content a,
.page-id-15 .enrgy.frmfull.windmill2R.solar_factory.back_trans .solar_content .content a {
  background: transparent;
  text-decoration: underline !important;
  padding: 0;
  text-transform: capitalize !important;
  line-height: 28px;
  color: #0c0d0d;
  text-shadow: none;
}

.page-id-13 .enrgy.frmfull.windmill2R.solar_factory.back_trans .solar_content .content a:hover,
.page-id-15 .enrgy.frmfull.windmill2R.solar_factory.back_trans .solar_content .content a :hover {
  background: none !important;
}

.page-id-9 .product_Innr .product_main .product_outr .product_box img {
  width: 100%;
}

@media (max-width: 1199.98px) {
  .logo {
    width: 130px;
  }
  .enrgy.frmfull.windmill2R.solar_factory .solar_content ul li .outr {
    width: 160px;
    height: 160px;
  }
  .enrgy.frmfull.windmill2R.solar_factory .solar_content ul li .outr .innercircle {
    width: 135px;
    height: 135px;
  }
  .enrgy.frmfull.windmill2R.solar_factory .solar_content ul li .outr .innercircle .circleinner {
    width: 117px;
    height: 117px;
  }
}
/* Ranjit 09.01.2024 */
.solar_sytem.techsec.tierpx.cat-w-nws .solarbox .step .techimg {
  height: 270px;
}

.techsec.cat-w-nws .solarbox .step b {
  font-size: 16px;
}/*# sourceMappingURL=style.css.map */