@charset "UTF-8";
* {
  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: 1300px;
  padding: 0 15px;
  margin: 0px auto;
}

@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;
}

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

.TWOaddbtn {
  display: flex;
  justify-content: center;
}
.TWOaddbtn a {
  font-size: 18px;
  color: #00BFFF;
  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;
  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: 100%;
}

.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: 0px;
  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: #00BFFF;
}

.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 22px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.5s;
  font-weight: 500;
  transition: 0.5s;
}

.navbar li.active a {
  color: #00BFFF;
}

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

.navbar li a:hover {
  color: #00BFFF;
}

.navbar li a.active {
  color: #00BFFF;
}

.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: #00BFFF;
    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: #00BFFF;
  }
  .navbar .sub-menu li a {
    color: #fee451;
    padding: 10px 10px;
    border-bottom: 1px solid #1a1a1a;
    border-bottom-style: dotted;
    transition: 0.5s;
  }
  .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: 999 !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: 115px;
    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: #fff;
    padding: 17px 34px;
    background-color: #44a743;
    transition: 0.5s;
    text-align: center;
  }
}
@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;
  }
}
/*========================================
  Header Css End
  ==========================================*/
/*********************************
    Banner section start
  *********************************/
.banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  padding: 380px 0;
  position: relative;
}
.banner .bannercap {
  width: auto;
}
.banner .bannercap .content {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.banner .bannercap .content h1 {
  font-size: 45px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
.banner .bannercap .content h1 span {
  color: #00BFFF;
}
.banner .bannercap .content p {
  padding-bottom: 35px;
  font-size: 22px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 44px;
}
.banner .bannercap .content .twoBtn a {
  font-size: 18px;
  color: #fee451;
  background-color: #00BFFF;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 25px;
}
.banner .bannercap .content .twoBtn a:hover {
  background-color: #fee451;
  transition: 0.5s;
  color: #00BFFF;
}
.banner a.scrolltonext {
  background-image: url(https://dev.sisproj.com/dev/wedo_wind/wp-content/uploads/2024/02/scroll-down.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -40px;
  width: 86px;
  height: 86px;
  cursor: pointer;
}

/*********************************
    Banner section end
  *********************************/
/**************************************************
    Energy for the countryside section 1 start
**************************************************/
.enrgy {
  position: relative;
  margin-top: 100px;
  background-color: #00BFFF;
}
.enrgy .content {
  padding: 100px 0;
  position: relative;
}
.enrgy .content h2 {
  color: #fff !important;
  font-size: 45px;
  font-weight: 700;
  color: #00BFFF;
  text-transform: uppercase;
  padding-bottom: 12px;
  line-height: 70px;
}
.enrgy .content h2 span {
  color: #00BFFF;
}
.enrgy .content p {
  font-size: 16px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  padding-bottom: 80px;
  color: #fff;
}
.enrgy .content a {
  font-size: 18px;
  color: #00BFFF;
  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: #00BFFF;
  padding: 44px 10px;
  width: 10.8%;
  text-align: center;
  z-index: 1;
}
.enrgy .read p {
  font-size: 16px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  padding-bottom: 0;
}
.enrgy .read p a {
  color: #00BFFF !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: #00a2e8;
  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
*********************************************/
/*********************************
    High Tech section start
*********************************/
.enrgy.hightech {
  background-color: #fff;
}
.enrgy.hightech .sect_bg_img {
  left: 0;
}
.enrgy.hightech .content {
  width: 35%;
  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: #00BFFF !important;
  color: #fee451;
  margin-right: 15px;
}
.enrgy.hightech .content a.blbtn:hover {
  background-color: #fee451 !important;
  transition: 0.5s;
  color: #00BFFF;
}
.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: 16px;
  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 {
  position: relative;
}
.farmsec img {
  width: 100%;
}
.farmsec .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.farmsec .caption {
  padding-top: 230px;
}
.farmsec .caption p {
  font-size: 16px;
  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: 18px;
  color: #fee451;
  background-color: #00BFFF;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 25px;
  border-radius: 7px;
  border: 2px solid #fff;
  padding: 11px 18px;
  transition: 0.5s;
}
.farmsec .caption .frmbtn a:hover {
  background-color: #fee451;
  color: #00BFFF;
  border-color: #fee451;
}

/*********************************
    Farm section end
*********************************/
/*********************************
    frmcirclebox section start
*********************************/
.frmcirclebox {
  margin-top: -80px;
  display: flex;
  justify-content: center;
}
.frmcirclebox.dev {
  position: relative;
  z-index: 1;
}
.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: 45px;
  font-weight: 700;
  color: #00BFFF;
  text-transform: uppercase;
  color: #000 !important;
  text-align: center;
  padding-bottom: 50px;
}
.testmonial h2 span {
  color: #00BFFF;
}
.testmonial .testmonial-item .slick-prev {
  left: -50px;
  width: 39px;
  height: 39px;
  border-radius: 100%;
  background-color: #fff;
  border: 2px solid #00BFFF;
  transition: 0.5s;
}
.testmonial .testmonial-item .slick-prev:hover {
  background-color: #00BFFF;
  border-color: #00BFFF;
}
.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 #00BFFF;
  transition: 0.5s;
}
.testmonial .testmonial-item .slick-next::before {
  display: none;
}
.testmonial .testmonial-item .slick-next:hover {
  background-color: #00BFFF;
  border-color: #00BFFF;
}
.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 {
  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;
  width: 100%;
}
.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: #00BFFF;
  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: 45px;
  padding-bottom: 45px;
  background-color: #262926;
}
footer .footerlogo {
  margin: 0px auto;
  display: table;
  padding-bottom: 95px;
}
footer h6 {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px !important;
}
footer p {
  font-size: 16px;
  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: #00BFFF;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  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: uppercase;
  line-height: 26px;
  padding-bottom: 40px;
}
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: #00BFFF;
  text-transform: capitalize;
}
footer ul li a i.facebook {
  font-size: 16px;
  padding-right: 10px;
}
footer ul li a:hover {
  color: #00BFFF;
  transition: 0.5s;
}
footer ul li a .icon {
  color: #00BFFF;
  padding-right: 7px;
}
footer .usefulsec {
  padding-left: 0px;
}

/*********************************
    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: #00BFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 7px solid #fee451;
}

.bottToparrow {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.bottToparrow img {
  padding-bottom: 3px;
  stroke: #00BFFF;
  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 #00BFFF;
  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: #00BFFF;
}
.windmain .windoutrbox .windcontent p {
  font-size: 16px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  opacity: 77%;
  font-size: 14px;
}
.windmain .windoutrbox .windcontent a {
  font-size: 15px;
  color: #00BFFF;
  font-weight: 500;
  border: 2px solid #00BFFF;
  padding: 8px 23px;
  text-transform: uppercase;
  transition: 0.5s;
  margin-top: 25px;
  display: inline-flex;
}
.windmain .windoutrbox .windcontent a:hover {
  background-color: #00BFFF;
  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 {
  background-color: #00BFFF;
  color: #fee451;
  transition: 0.5s;
}
.enrgy.frmfull .content a:hover {
  background-color: #fee451 !important;
  color: #00BFFF;
}

.twoSide {
  display: flex;
  margin-top: 80px;
}
.twoSide .leftcolor {
  background-color: #b6ebf7;
  width: 50%;
  padding: 100px 0;
}
.twoSide .rightcolor {
  background-color: #a7e0ed;
  width: 50%;
  padding: 100px 0;
}
.twoSide .sidecontent {
  padding-left: 20%;
  width: 85%;
}
.twoSide .sidecontent h2 {
  font-size: 45px;
  font-weight: 700;
  color: #00BFFF;
  text-transform: uppercase;
  color: #000;
}
.twoSide .sidecontent h2 span {
  color: #00BFFF;
}
.twoSide .sidecontent a {
  font-size: 18px;
  color: #fee451;
  background-color: #00BFFF;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 25px;
  transition: 0.5s;
}
.twoSide .sidecontent a:hover {
  background-color: #fee451;
  color: #00BFFF;
}
.twoSide .sidecontent p {
  font-size: 16px;
  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: #00BFFF;
  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: 16px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  width: 82%;
  padding-bottom: 25px;
}
.enrgy.frmfull.windmill2R p.millshow {
  font-size: 16px;
  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: 45px;
  font-weight: 700;
  color: #00BFFF;
  text-transform: uppercase;
  padding-bottom: 15px;
  color: #fff;
}
.electrial .container .caption h2 span {
  color: #00BFFF;
}
.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: 16px;
  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: 18px;
  color: #fee451;
  background-color: #00BFFF;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 25px;
  transition: 0.5s;
}
.electrial .process_cap a:hover {
  background-color: #fee451;
  color: #00BFFF;
}

.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: #00bfff;
}

#exampleModalLong1040 .modal-content {
  background-color: #00bfff;
  color: #fff;
}

.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: #00BFFF;
  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 10.05.23 */
/******************************************
    Your Questions inner page css start
******************************************/
.faq_sec {
  padding: 100px 0;
  margin: 80px 0;
  background-color: #e2fae2;
}
.faq_sec #main {
  margin: 50px 0;
}
.faq_sec #main #faq .card {
  margin-bottom: 30px;
  border: 0;
  background: none;
}
.faq_sec #main #faq .card .card-header {
  border: 0;
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}
.faq_sec #main #faq .card .card-header .btn-header-link {
  color: #fee451;
  display: block;
  text-align: left;
  background: #00BFFF;
  text-transform: uppercase;
  padding: 8px 20px;
  font-size: 18px;
  font-weight: 500;
  white-space: pre-wrap;
  word-break: normal;
}
.faq_sec #main #faq .card .card-header .btn-header-link:focus {
  box-shadow: none !important;
}
.faq_sec #main #faq .card .card-header .btn-header-link::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  rotate: 180deg;
  right: 10px;
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #fff;
  text-align: center;
  color: #00BFFF;
  opacity: 100%;
}
.faq_sec #main #faq .card .card-header .btn-header-link.collapsed {
  background: #fee451;
  color: #000;
  padding: 8px 20px;
}
.faq_sec #main #faq .card .card-header .btn-header-link.collapsed::after {
  content: "\f106";
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #000;
  text-align: center;
  color: #fff;
  opacity: 25%;
}
.faq_sec #main #faq .card .collapsing {
  background: #ffe472;
  line-height: 30px;
}
.faq_sec #main #faq .card .collapse {
  border: 0;
}
.faq_sec #main #faq .card .collapse.show {
  background: transparent;
  line-height: 30px;
  color: #222;
}
.faq_sec #main #faq .card .collapse.show .card-body {
  padding-bottom: 0;
}
.faq_sec #main #faq .card .card-body p {
  font-size: 16px;
  color: #000;
  line-height: 28px;
  padding-bottom: 25px;
}
.faq_sec #main #faq .card .card-body p:last-child {
  padding-bottom: 0;
}

/**************************************
    Your Questions inner page css end
**************************************/
/**************************************
    Vacancies inner page css start
**************************************/
.enrgy.frmfull.windmill2R.vac {
  margin-bottom: 80px;
}

.enrgy.hightech.firstmill.vacpopup button[type=button] {
  background-color: #44a743 !important;
  color: #fee451;
  margin-right: 15px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 25px;
  outline: none;
  border: none;
  cursor: pointer;
  transition: 0.5s;
}
.enrgy.hightech.firstmill.vacpopup button[type=button]:hover {
  background-color: #fee451 !important;
  color: #00BFFF;
}

.vacmodal .modal-header {
  flex-direction: column;
}
.vacmodal h5 {
  color: #00BFFF;
  padding-bottom: 7px;
  text-align: center;
  width: 100%;
  padding-top: 15px;
}
.vacmodal span {
  font-size: 18px;
  text-align: center;
  width: 100%;
}
.vacmodal .close {
  top: 0;
  position: absolute;
  right: 20px;
}
.vacmodal .close span {
  font-size: 35px;
}
.vacmodal .modal-body {
  padding: 0 14px;
}
.vacmodal .custombody .yellowdiv {
  padding: 30px;
  background-color: #fee451;
  height: 100%;
}
.vacmodal .custombody .yellowdiv .adresbox h6 {
  color: #000;
}
.vacmodal .custombody .yellowdiv .adresbox p {
  color: #000;
}
.vacmodal .custombody .yellowdiv .adresbox span {
  color: #000;
  text-decoration: none !important;
  width: auto;
}
.vacmodal .custombody .yellowdiv .adresbox ul.conTact li {
  display: flex;
  justify-content: space-between;
}
.vacmodal .custombody .yellowdiv .adresbox ul.conTact li a {
  color: #000;
  padding-left: 10px;
}
.vacmodal .custombody .greendiv {
  padding: 30px;
  background-color: #00BFFF;
  height: 100%;
}
.vacmodal .custombody .adresbox h6 {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
}
.vacmodal .custombody .adresbox p {
  padding-bottom: 10px;
}
.vacmodal .custombody .adresbox ul span {
  font-size: 16px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  text-decoration: underline;
  color: #fff;
}
.vacmodal .custombody .adresbox ul li {
  font-size: 16px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  padding-bottom: 13px;
  font-size: 14px;
  color: #fff;
}
.vacmodal .custombody .adresbox ul li a {
  font-size: 16px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  color: #fff;
}
.vacmodal .custombody .adresbox ul li a.asses_Farm {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  background-color: #fee451;
  transition: 0.5s;
  padding: 10px 23px;
  width: 100%;
  display: block;
  text-align: center;
}
.vacmodal .custombody .adresbox ul li a.asses_Farm:hover {
  background-color: #fff;
}

@media (min-width: 992px) {
  .vacmodal .modal-lg {
    max-width: 925px;
  }
}
@media (max-width: 575px) {
  .vacmodal {
    padding-right: 0px;
  }
}
/**************************************
    Vacancies inner page css end
**************************************/
/**************************************
    Job Listing inner page css start
**************************************/
.jobList {
  padding: 80px 0;
  text-align: center;
}
.jobList .mb-30 {
  margin-bottom: 38px;
}
.jobList h2 {
  font-size: 45px;
  font-weight: 700;
  color: #00BFFF;
  text-transform: uppercase;
  padding-bottom: 35px;
  color: #000 !important;
  text-transform: uppercase;
}
.jobList h2 span {
  color: #00BFFF;
}
.jobList p {
  font-size: 16px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  padding-bottom: 70px;
  text-transform: uppercase;
  font-size: 20px;
}
.jobList .jobBox .imgbox {
  height: 320px;
  padding-bottom: 60px;
}
.jobList .jobBox .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.jobList .jobBox .jobcap h3 {
  font-size: 45px;
  font-weight: 700;
  color: #00BFFF;
  text-transform: uppercase;
  font-size: 35px !important;
  line-height: 45px;
  color: #000 !important;
  padding-bottom: 15px;
  min-height: 150px;
  margin: 0px auto;
  width: 85%;
}
.jobList .jobBox .jobcap h3 span {
  color: #00BFFF;
}
.jobList .jobBox .jobcap p {
  font-size: 16px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  padding-bottom: 35px;
  opacity: 77%;
  text-transform: lowercase !important;
  min-height: 120px;
}
.jobList .jobBox .jobcap a {
  font-size: 15px;
  color: #00BFFF;
  font-weight: 500;
  border: 2px solid #00BFFF;
  padding: 8px 23px;
  text-transform: uppercase;
  transition: 0.5s;
}
.jobList .jobBox .jobcap a:hover {
  background-color: #fee451;
  border-color: #fee451;
  color: #00BFFF;
}

/**************************************
    Job Listing inner page css end
**************************************/
/**************************************
    Job Details inner page css start
**************************************/
.jobdetails {
  padding: 100px 0;
}
.jobdetails h2 {
  font-size: 45px;
  font-weight: 700;
  color: #00BFFF;
  text-transform: uppercase;
  color: #000 !important;
}
.jobdetails h2 span {
  color: #00BFFF;
}
.jobdetails ul {
  padding: 75px 0;
}
.jobdetails ul li {
  position: relative;
  font-size: 22px;
  color: #000;
  font-weight: 600;
  padding-bottom: 20px;
  padding-left: 45px;
}
.jobdetails ul li:last-child {
  padding-bottom: 0;
}
.jobdetails ul li::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  background-image: url(../images/greenDot.png);
  background-repeat: no-repeat;
  background-position: top center;
  left: 0;
  top: 10px;
}
.jobdetails ul.detail_contact {
  padding-top: 0;
  padding-bottom: 20px;
}
.jobdetails ul.detail_contact li {
  padding-bottom: 5px;
  padding-left: 0;
}
.jobdetails ul.detail_contact li a {
  color: #000;
}
.jobdetails ul.detail_contact li::before {
  display: none;
}
.jobdetails p {
  font-size: 16px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  padding-bottom: 35px;
}
.jobdetails p.odd_gap {
  padding: 35px 0;
}
.jobdetails a.detailsBtn {
  font-size: 18px;
  color: #fee451;
  background-color: #00BFFF;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 25px;
  display: inline-flex;
  transition: 0.5s;
}
.jobdetails a.detailsBtn:hover {
  background-color: #fee451;
  color: #00BFFF;
}
.jobdetails a.maillink {
  color: #00BFFF;
  text-decoration: underline !important;
}

/**************************************
    Job Details inner page css end
**************************************/
/**************************************
    Testmonial inner page css start
**************************************/
.enrgy.hightech .content.test_inr {
  padding: 0;
}

.enrgy.frmfull .content.test_inr {
  padding: 0;
}

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

/**************************************
    Testmonial inner page css end
**************************************/
/**************************************
    Contact inner page css start
**************************************/
.enrgy.hightech.wedowind ul.contact_inr {
  padding-bottom: 30px;
}
.enrgy.hightech.wedowind ul.contact_inr li {
  display: flex;
  align-items: center;
}
.enrgy.hightech.wedowind ul.contact_inr li p {
  padding-bottom: 0 !important;
  font-size: 18px;
  color: #00BFFF;
  font-weight: 700;
  width: 33%;
}
.enrgy.hightech.wedowind ul.contact_inr li a {
  font-size: 18px;
  color: #00BFFF;
  font-weight: 700;
}
.enrgy.hightech.wedowind p {
  font-size: 16px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
}
.enrgy.hightech.wedowind .contactadd {
  padding-bottom: 30px;
}
.enrgy.hightech.wedowind .contactadd span {
  font-size: 18px;
  color: #00BFFF;
  font-weight: 700;
  padding-bottom: 5px;
}
.enrgy.hightech.wedowind .contactadd p {
  font-size: 16px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  padding-bottom: 0 !important;
}
.enrgy.hightech.wedowind p.iso {
  font-size: 18px;
  color: #00BFFF;
  font-weight: 700;
  padding-bottom: 5px !important;
  text-transform: uppercase;
}

.asesfarm {
  margin-top: 80px;
  background-color: #faf3ce;
  padding: 80px 0;
}
.asesfarm h2 {
  font-size: 45px;
  font-weight: 700;
  color: #00BFFF;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  padding-bottom: 100px;
}
.asesfarm h2 span {
  color: #00BFFF;
}
.asesfarm .contact_form {
  display: flex;
  justify-content: center;
  width: 76%;
  margin: 0px auto;
}
.asesfarm .contact_form label {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.asesfarm .contact_form input[type=text],
.asesfarm .contact_form [type=email],
.asesfarm .contact_form [type=tel],
.asesfarm .contact_form select {
  border-radius: 4px;
  padding: 15px 15px;
  background-color: #fff;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.43);
  font-weight: 600;
  margin-bottom: 30px;
  outline: none;
  border: 0;
  width: 100%;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
}
.asesfarm .contact_form input[type=text]::-moz-placeholder, .asesfarm .contact_form [type=email]::-moz-placeholder, .asesfarm .contact_form [type=tel]::-moz-placeholder, .asesfarm .contact_form select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.43);
  text-transform: uppercase;
}
.asesfarm .contact_form input[type=text]::placeholder,
.asesfarm .contact_form [type=email]::placeholder,
.asesfarm .contact_form [type=tel]::placeholder,
.asesfarm .contact_form select::placeholder {
  color: rgba(0, 0, 0, 0.43);
  text-transform: uppercase;
}
.asesfarm .contact_form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/select-option.png);
  background-position: right 25px top 23px;
  background-repeat: no-repeat;
  background-size: auto;
  text-transform: uppercase;
}
.asesfarm .contact_form .captcha {
  padding: 15px 0;
}
.asesfarm .contact_form .captcha span {
  font-size: 16px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 500;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: right;
}
.asesfarm .contact_form .captcha span a {
  color: #1a73e8;
  text-decoration: underline !important;
  padding-left: 5px;
}
.asesfarm .contact_form input[type=submit] {
  font-size: 18px;
  color: #fee451;
  background-color: #00BFFF;
  font-weight: 500;
  text-transform: uppercase;
  padding: 14px 40px;
  transition: 0.5s;
  outline: none;
  border: none;
  cursor: pointer;
}
.asesfarm .contact_form input[type=submit]:hover {
  background-color: #fee451;
  color: #00BFFF;
}
.asesfarm .contact_form .wpcf7-not-valid-tip {
  margin-top: -15px;
  margin-bottom: 15px;
}

/**************************************
    Contact inner page css end
**************************************/
/**************************************
    Privacy Policy page css start
**************************************/
.enrgy.hightech .content.privacy_conytent p a {
  color: #00BFFF;
  text-transform: lowercase;
  font-size: 16px;
  padding: 0;
}

.PolicyPage {
  padding: 60px 0;
}
.PolicyPage .policy_content {
  padding-bottom: 20px;
}
.PolicyPage h6 {
  color: #00BFFF;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.PolicyPage p {
  font-size: 16px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  padding-bottom: 15px;
}
.PolicyPage a {
  color: #00BFFF;
  font-weight: 600;
  font-size: 16px;
}
.PolicyPage ul {
  padding-left: 30px;
}
.PolicyPage ul li {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #0c0d0d;
  font-weight: 400;
  padding-bottom: 8px;
  padding-left: 30px;
}
.PolicyPage ul li::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #000;
}

/**************************************
    Privacy Policy page css end
**************************************/
/* Ranjit addes scss 10.05.23 to 11.05.23 */
/* Ranjit addes scss 17.05.23 */
.enrgy.hightech .content a.aa:hover img {
  filter: inherit;
}

a.testreadmore {
  font-size: 18px;
  color: #fee451;
  background-color: #00BFFF;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 25px;
  margin: 0px auto;
  display: table;
  margin-top: 40px;
  transition: 0.5s;
}
a.testreadmore:hover {
  background-color: #fee451;
  color: #000;
}

/* Ranjit addes scss 17.05.23 */
.wedowz-modal.modal.fade .modal-dialog {
  top: 5%;
  transform: none;
  margin: 0 auto;
}

.wedowz-modal .modal-content {
  border: 0;
  background: #00bfff;
  padding: 0 35px 25px;
}

.wedowz-modal.modal.fade p.bld {
  margin-bottom: 0 !important;
  color: #fff;
  font-size: 18px;
}

.wedowz-modal.modal.fade p {
  color: #fff;
  font-size: 15px;
}

.wedowz-modal .modal-header {
  padding: 25px 10px;
  border-bottom: 0;
}

#homeModal .modal-lg,
#windmillModal .modal-lg,
#windmillModal2 .modal-lg,
#windmillModal4 .modal-lg {
  max-width: 1000px;
}

.home-icon {
  margin-bottom: 22px;
  min-height: 98px;
}

.home-mtxt {
  color: #fff;
}

.hometx span {
  padding: 13px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  font-size: 15px;
  margin-bottom: 12px;
  font-weight: 700;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
  color: #fff;
  opacity: 1;
  font-size: 30px;
  position: absolute;
  top: 16px;
  right: 17px;
}

.yellow-bn {
  font-size: 18px;
  color: #44a743;
  background-color: #fee451;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 25px;
  display: inline-block;
  margin: 15px 0;
}

.wrap-modal-slider .slick-prev {
  left: 17px;
}

.wrap-modal-slider .slick-prev,
.wrap-modal-slider .slick-next {
  z-index: 9;
  width: 28px;
  height: 28px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.wrap-modal-slider .slick-next {
  right: 17px;
}

.wrap-modal-slider .slick-slide img,
#windmillModal3 img {
  width: 100%;
}

.wrap-modal-slider .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: 30%;
  left: 0;
  right: 0;
  margin: 0px auto;
}

.wrap-modal-slider .slick-next::before {
  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: 30%;
  left: 0;
  right: 0;
  margin: 0px auto;
}

.hometx h3 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px !important;
  line-height: 1.4em;
}

#windmillModal.wedowz-modal.modal p,
#windmillModal2.wedowz-modal.modal p,
#windmillModal4.wedowz-modal.modal p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 15px !important;
}

#windmillModal3.wedowz-modal.modal.fade .modal-dialog,
#windmillModal4.wedowz-modal.modal.fade .modal-dialog {
  top: 5%;
  transform: none;
  margin: 0 auto;
}

#windmillModal3 .col-md-6 {
  margin-bottom: 30px;
}

.md-long-modal p {
  margin-bottom: 20px !important;
}

.md-long-modal.modal.fade .modal-dialog {
  top: 5%;
  transform: none;
}

.md-long-modal img,
#windmillModal0 img {
  width: 100%;
}

.div-desk {
  display: block;
}

.div-mob {
  display: none;
}

.home-icon:hover .div-desk {
  display: none;
}

.home-icon:hover .div-mob {
  display: block;
}

@media (max-width: 1100px) {
  #homeModal .modal-lg,
  #windmillModal .modal-lg,
  #windmillModal2 .modal-lg,
  #windmillModal4 .modal-lg {
    max-width: 90%;
  }
  #homeModal .col-md-3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .wedowz-modal .modal-content {
    padding: 0 15px 25px;
  }
  .yellow-bn {
    font-size: 14px;
    padding: 13px 17px;
  }
}
/* 19.05.23 */
.wedowz-modal .modal-body h3 {
  color: #fff;
  padding-bottom: 15px;
}
.wedowz-modal .modal-body p {
  color: #fff;
}

/* 19.05.23 */
/* Ranjit css 19.07.23 */
.enquBtn li {
  list-style: none;
}

.de-body .enrgy.hightech .content a.blbtn {
  display: block;
}

.fr-body .enrgy.frmfull .content a {
  display: inline-block;
}

.fr-body .enrgy.hightech .content a.blbtn {
  display: block;
}

/* Ranjit css 19.07.23 */
/* Ranjit 03.11.23 */
.enrgy .sect_bg_img {
  background-size: contain;
  background-position: top;
}

.page-id-1267 .farmsec {
  padding-top: 70px;
}

.page-id-9 .farmsec {
  padding-top: 70px;
}

.page-id-1293 .farmsec {
  padding-top: 70px;
}

.page-id-1328 .farmsec {
  top: 0;
}

.page-id-1328 .farmsec .caption {
  padding-top: 200px;
}

.page-id-11 .farmsec .caption {
  padding-top: 200px;
}

.page-id-1330 .farmsec .caption {
  padding-top: 200px;
}

.page-id-1328 .windmain {
  position: inherit;
  top: 0;
  padding: 100px 0;
  margin-bottom: 100px;
}

.page-id-11 .windmain {
  position: inherit;
  top: 0;
  padding: 100px 0;
  margin-bottom: 100px;
}

.page-id-1330 .windmain {
  position: inherit;
  top: 0;
  padding: 100px 0;
  margin-bottom: 100px;
}

.enrgy .darkbox .days {
  width: auto;
}

.page-id-1304 .enrgy.hightech.firstmill .sect_bg_img {
  background-size: auto;
}

.page-id-13 .enrgy.hightech.firstmill .sect_bg_img {
  background-size: auto;
}

.page-id-1315 .enrgy.hightech.firstmill .sect_bg_img {
  background-size: auto;
}

@media (max-width: 1199px) {
  .page-id-1328 .farmsec.yourfarmsec {
    display: none;
  }
  .page-id-1267 .farmsec {
    padding-top: 0px;
  }
  .page-id-9 .farmsec {
    padding-top: 0px;
  }
  .page-id-1293 .farmsec {
    padding-top: 0px;
  }
  .farmsec .caption {
    padding-top: 115px;
  }
  .frmcirclebox {
    margin-top: -135px;
  }
  .page-id-1304 .enrgy.frmfull .content {
    padding: 0;
    padding-top: 70px;
  }
  .page-id-13 .enrgy.frmfull .content {
    padding: 0;
    padding-top: 70px;
  }
  .page-id-1315 .enrgy.frmfull .content {
    padding: 0;
    padding-top: 70px;
  }
  .page-id-1304 .enrgy.frmfull.windmill2R .sect_bg_img {
    background-size: cover;
  }
  .page-id-1315 .enrgy.frmfull.windmill2R .sect_bg_img {
    background-size: cover;
  }
  .page-id-13 .enrgy.frmfull.windmill2R .sect_bg_img {
    background-size: cover;
  }
  .enrgy.frmfull.windmill2R.grow .content {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .farmsec .caption {
    padding-top: 35px;
  }
  .farmsec {
    height: auto;
  }
  .page-id-1304 .enrgy .read {
    width: 15%;
    padding: 10px;
  }
  .page-id-13 .enrgy .read {
    width: 15%;
    padding: 10px;
  }
  .page-id-1315 .enrgy .read {
    width: 15%;
    padding: 10px;
  }
  .page-id-1346 .enrgy.frmfull .content {
    padding: 0;
  }
  .page-id-15 .enrgy.frmfull .content {
    padding: 0;
  }
  .page-id-1387 .enrgy.frmfull .content {
    padding: 0;
  }
  .page-id-11 .enrgy.frmfull .content {
    padding: 0;
  }
  .page-id-1128 .enrgy.frmfull .content {
    padding: 0;
  }
  .page-id-1130.enrgy.frmfull .content {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .enrgy .darkbox .days {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .page-id-1267 .enrgy .sect_bg_img {
    height: 230px;
  }
  .page-id-9 .enrgy .sect_bg_img {
    height: 230px;
  }
  .page-id-1293 .enrgy .sect_bg_img {
    height: 230px;
  }
  .enrgy.hightech .sect_bg_img {
    height: 230px;
  }
  .enrgy.hightech .content {
    padding-top: 10px;
  }
  #hightechSec.enrgy .content h2 {
    line-height: 32px;
  }
}
/* Ranjit 03.11.23 */
.hometx img {
  height: 475px !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-id-1304 .modal-content,
.page-id-13 .modal-content,
.page-id-1315 .modal-content {
  width: 60%;
  margin: 0 auto;
}

/* Ranjit 07.11.2023 */
.page-id-1267 .farmsec .caption {
  padding-top: 230px;
}

.page-id-9 .farmsec .caption {
  padding-top: 180px;
}

.page-id-1293 .farmsec .caption {
  padding-top: 180px;
}

.enrgy.hightech .content p.gf {
  padding-bottom: 12px !important;
}

.enrgy.hightech .content a.bf {
  padding: 0;
  padding-bottom: 10px;
  display: flex;
}

.yellow-bn {
  color: #00bfff;
}/*# sourceMappingURL=style.css.map */