* {
  margin : 0 auto;
  padding: 0;
}

a,
a:after,
a:before,
li,
img,
input,
textarea,
a span,
button,
i,
figure,
.anim {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition   : all 0.2s ease-in-out;
  -o-transition     : all 0.2s ease-in-out;
  -ms-transition    : all 0.2s ease-in-out;
  transition        : all 0.2s ease-in-out;
}

img {
  border   : none;
  max-width: 100% !important;
}

a {
  color: #87b500;
}

a:hover {
  color: #000;
}

a:focus {
  text-decoration: none;
  outline        : none !important;
}

a,
a:hover {
  text-decoration: none;
}

:focus,
.focus {
  outline    : none !important;
  text-shadow: none;
}

input:focus,
button:focus,
textarea:focus {
  outline: none !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

ul {
  margin : 0;
  padding: 0;
}

li {
  list-style: none;
}

body {
  font-family            : "Muli", sans-serif;
  color                  : #666666;
  font-size              : 16px;
  font-weight            : 400;
  -webkit-font-smoothing : antialiased;
  -moz-font-smoothing    : antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background : #fff;
  text-shadow: none;
  color      : #738e29;
}

::selection {
  background : #fff;
  text-shadow: none;
  color      : #738e29;
}

.clear {
  clear: both;
}

.right {
  float: right;
}

.left {
  float: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.main-wapper {
  float   : left;
  width   : 100%;
  overflow: hidden;
}

.pd-0 {
  padding: 0;
}

.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.btn,
.btn:visited {
  background   : #92be00;
  color        : #fff;
  font-size    : 18px;
  border-radius: 20px;
  font-family  : "Oswald", sans-serif;
  padding      : 7px 20px 10px;
}

.btn:hover,
.btn:focus {
  background: #6c8e0e;
  color     : #fff;
}

.main-title {
  text-align: center;
  float     : left;
  width     : 100%;
}

.main-title h2 {
  font-size     : 48px;
  font-weight   : 600;
  color         : #000;
  margin        : 0 0 30px 0;
  padding-bottom: 30px;
  position      : relative;
  text-transform: uppercase;
}

.main-title h2::after {
  content    : "";
  position   : absolute;
  bottom     : 0;
  width      : 40px;
  height     : 2px;
  margin-left: -20px;
  left       : 50%;
  background : #92be00;
}

.main-title .sub-text {
  font-size: 30px;
}

.main-title.light h2 {
  color: #fff;
}

.main-title.light h2::after {
  background: #fff;
}

.main-title.light .sub-text {
  color: #fff;
}

.greay-bg {
  position: relative;
  z-index : 1;
}

.greay-bg::after {
  content   : "";
  position  : absolute;
  width     : auto;
  left      : -50vw;
  right     : -50vw;
  top       : 0;
  height    : 100%;
  background: #f8f8f8;
  z-index   : -1;
}

#page {
  float   : left;
  width   : 100%;
  overflow: hidden;
}

.container {
  max-width: 100%;
}

.product-right-side .sub-text,
.solar-left-side .sub-text {
  color: #000;
}

/*======== HEADER ========*/
header.site-header {
  position  : absolute;
  padding   : 18px 60px;
  z-index   : 99;
  top       : 0;
  left      : 0;
  width     : 100%;
  transition: background 400ms ease 0s !important;
  background: #fff;
}

header.site-header.stikey-header {
  position  : fixed;
  padding   : 10px 60px;
  background: #fff;
  box-shadow: rgba(204, 204, 204, 0.5) 0 3px 10px;
}

header.site-header .site-branding {
  float             : left;
  width             : 160px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition   : all 0.2s ease-in-out;
  -o-transition     : all 0.2s ease-in-out;
  -ms-transition    : all 0.2s ease-in-out;
  transition        : all 0.2s ease-in-out;
}

header.site-header.stikey-header .site-branding {
  width: 120px;
}

header.site-header .main-navigation {
  clear     : none;
  float     : right;
  width     : auto;
  margin-top: 22px;
}

header.site-header .main-navigation ul li {
  margin-left: 42px;
}

header.site-header .main-navigation ul li a {
  color         : #636363;
  font-size     : 18px;
  font-family   : "Oswald", sans-serif;
  text-transform: uppercase;
}

header.site-header .main-navigation ul li a:hover {
  color: #92bd00;
}

header.site-header.stikey-header .main-navigation {
  margin-top: 17px;
}

header.site-header.stikey-header .main-navigation ul li {
  margin-left: 30px;
  position   : relative;
}

header.site-header.stikey-header .main-navigation ul li a {
  font-size: 15px;
  float    : left;
  width    : 100%;
}

header.site-header .main-navigation ul li:hover>a,
header.site-header .main-navigation ul li.current_page_ancestor>a,
header.site-header .main-navigation ul li.current_page_item>a {
  color   : #92be00;
  position: relative;
}

header.site-header .main-navigation ul li>a::after {
  content           : "";
  position          : absolute;
  bottom            : -4px;
  left              : 0;
  width             : 0%;
  height            : 3px;
  background        : #92be00;
  opacity           : 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition   : all 0.2s ease-in-out;
  -o-transition     : all 0.2s ease-in-out;
  -ms-transition    : all 0.2s ease-in-out;
  transition        : all 0.2s ease-in-out;
}

header.site-header .main-navigation ul li:hover>a::after,
header.site-header .main-navigation ul li.current_page_ancestor>a::after,
header.site-header .main-navigation ul li.current_page_item>a::after {
  opacity: 1;
  width  : 100%;
}

header.site-header .main-navigation ul li .menu-arrow {
  position   : absolute;
  right      : 0;
  top        : 0;
  height     : 30px;
  width      : 30px;
  line-height: 30px;
  background : rgba(0, 0, 0, 0.2);
  text-align : center;
  z-index    : 9;
  color      : #fff;
  display    : none;
}

header.site-header .main-navigation ul li .sub-menu {
  padding   : 10px 0;
  background: #92be00;
  box-shadow: none;
  z-index   : 999;
  min-width : 180px;
}

header.site-header .main-navigation ul li .sub-menu li {
  margin: 0;
  width : 100%;
}

header.site-header .main-navigation ul li .sub-menu li a {
  font-size: 14px;
  color    : #fff;
  padding  : 7px 25px;
  width    : 100%;
}

header.site-header .main-navigation ul li .sub-menu li:hover a {
  background: rgba(0, 0, 0, 0.1);
}

.mid-main-warpper {
  width   : 100%;
  float   : left;
  overflow: hidden;
  padding : 0 60px;
}

header.site-header .main-navigation ul li .sub-menu li a~.sub-menu li a {
  background: transparent;
}

header.site-header .main-navigation ul li .sub-menu li a~.sub-menu li a:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* home Slider */
.home-slider-warpper {
  margin  : 0 -60px;
  position: relative;
}

.home-slider-warpper .owl-item {
  position  : relative;
  max-height: 100vh;
}

.home-slider-warpper .owl-item::before {
  content : "";
  width   : 100%;
  height  : 50%;
  position: absolute;
  top     : 0;
  left    : 0;
  z-index : 1;
  opacity : 0;
  background: -moz-linear-gradient(top,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 19%,
      rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 19%,
      rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 19%,
      rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}

.home-slider-warpper .owl-item .content {
  position : absolute;
  top      : 50%;
  left     : 0;
  width    : 100%;
  z-index  : 1;
  transform: translate(0, -50%);
  z-index  : 9;
  padding  : 75px 0 0 75px;
}

.home-slider-warpper .owl-item .content h2 {
  position: relative;
  opacity : 0;
}

.home-slider-warpper .owl-item.active .content h2 {
  -webkit-animation: slider-text 0.5s forwards;
  animation        : slider-text 0.5s forwards;
  transition       : all 0.5s ease-out;
  animation-delay  : 0.5s;
}

.home-slider-warpper .owl-item .content .btn {
  position: relative;
  opacity : 0;
}

.home-slider-warpper .owl-item.active .content .btn {
  -webkit-animation: slider-btn 0.5s forwards;
  animation        : slider-btn 0.5s forwards;
  transition       : all 0.5s ease-out;
  animation-delay  : 1s;
}

.home-slider-warpper .owl-item figure,
.home-slider-warpper .owl-item figure img {
  float: left;
  width: 100%;
}

.home-slider-warpper .owl-item figure {
  background: #000;
}

.home-slider-warpper .owl-item figure img {
  opacity: 0.7;
}

@media (min-width: 993px) and (max-width: 1024px) {

  .home-slider-warpper .owl-item figure,
  .home-slider-warpper .owl-item figure img {
    float : left;
    width : 100%;
    height: 825px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {

  .home-slider-warpper .owl-item figure,
  .home-slider-warpper .owl-item figure img {
    float : left;
    width : 100%;
    height: 500px;
  }
}

.home-slider-slider-list {
  overflow: hidden;
}

.home-slider-warpper .owl-item li {
  display    : flex;
  align-items: center;
  width      : 100%;
  overflow   : hidden;
}

.home-slider-warpper .owl-item figure img {
  max-width      : initial !important;
  width          : 105%;
  object-fit     : cover;
  object-position: bottom right;
}

.home-slider-warpper .owl-item.active figure img {
  -webkit-animation: myMove 6s infinite;
  animation        : myMove 6s linear infinite;
  transition       : all 0.5s ease-out;
}

@keyframes myMove {
  0% {
    transform  : scale(1, 1) translateZ(0);
    margin-left: -5%;
  }

  100% {
    transform  : scale(1.3, 1.3) translateZ(0);
    margin-left: 0;
  }
}

@keyframes slider-text {
  0% {
    top    : -100px;
    opacity: 0;
  }

  100% {
    top                : 0;
    opacity            : 1;
    animation-fill-mode: unset;
  }
}

@keyframes slider-btn {
  0% {
    left   : -100px;
    opacity: 0;
  }

  100% {
    left               : 0;
    opacity            : 1;
    animation-fill-mode: unset;
  }
}

.home-slider-warpper .owl-item .content h2 {
  max-width     : 765px;
  width         : 100%;
  clear         : both;
  margin-left   : 0;
  font-size     : 48px;
  color         : #fff;
  letter-spacing: 1px;
  margin        : 0 0 45px 0;
  text-shadow   : rgba(0, 0, 0, 0.5) 1px 1px 3px;
}

.home-slider-warpper .owl-item .content h2 span {
  color: #92be00;
}

.home-slider-warpper .owl-item .content .btn {
  min-width : 160px;
  text-align: center;
}

.home-slider-warpper .owl-prev,
.home-slider-warpper .owl-next {
  position  : absolute;
  top       : 50%;
  background: #92be00;
  height    : 50px;
  width     : 50px;
  z-index   : 9;
  font-size : 0;
  transform : translate(0, -50%);
  display   : none;
}

.home-slider-warpper .owl-prev:hover,
.home-slider-warpper .owl-next:hover {
  background: #6c8e0e;
  color     : #fff;
}

.home-slider-warpper .owl-prev {
  left: 0;
}

.home-slider-warpper .owl-next {
  right: 0;
}

.home-slider-warpper .owl-next::after,
.home-slider-warpper .owl-prev::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size  : 30px;
  color      : #fff;
  position   : absolute;
  top        : 50%;
  left       : 50%;
  transform  : translate(-50%, -50%);
}

.home-slider-warpper .owl-prev::after {
  content: "\f104";
}

.home-slider-warpper .owl-next::after {
  content: "\f105";
}

.home-slider-warpper .owl-dots {
  text-align: center;
  position  : absolute;
  bottom    : 45px;
  z-index   : 9;
  width     : 100%;
  left      : 0;
}

.home-slider-warpper .owl-dots .owl-dot {
  display      : inline-block;
  height       : 18px;
  width        : 18px;
  border       : #fff 2px solid;
  border-radius: 50%;
  margin       : 0 6px;
  position     : relative;
}

.home-slider-warpper .owl-dots .owl-dot span {
  display      : none;
  height       : 6px;
  width        : 6px;
  background   : #fff;
  border-radius: 50%;
  position     : absolute;
  top          : 50%;
  left         : 50%;
  transform    : translate(-50%, -50%);
}

.home-slider-warpper .owl-dots .owl-dot.active span {
  display: block;
}

/* Home Service List */
.home-services {
  float        : left;
  width        : 100%;
  margin-bottom: 60px;
}

.home-services li {
  float     : left;
  box-shadow: rgba(204, 204, 204, 0.8) 0 3px 10px;
  width     : 16.6%;
  text-align: center;
  position  : relative;
  z-index   : 1;
  background: #fff;
  min-height: 300px;
  position  : relative;
}

.home-services li .content {
  position : absolute;
  top      : 50%;
  left     : 50%;
  transform: translate(-50%, -50%);
  width    : 100%;
  padding  : 0 15px;
}

.home-services li figure {
  height       : 65px;
  width        : 65px;
  text-align   : center;
  background   : #92be00;
  border-radius: 50%;
  display      : inline-block;
  box-shadow   : 0 0 0 10px rgba(0, 0, 0, 0.1);
  position     : relative;
}

.home-services li figure img {
  position : absolute;
  top      : 50%;
  left     : 50%;
  transform: translate(-50%, -50%);
}

.home-services li h3 {
  font-size     : 20px;
  text-transform: uppercase;
  color         : #000;
  margin        : 0;
  font-weight   : 600;
  margin-top    : 24px;
  padding-bottom: 25px;
  position      : relative;
}

.home-services li h3::after {
  content    : "";
  position   : absolute;
  bottom     : 0;
  width      : 40px;
  height     : 2px;
  margin-left: -20px;
  left       : 50%;
  background : #000;
}

.home-services li:hover {
  background: #92be00;
}

.home-services li:hover figure {
  background: #fff;
}

.home-services li figure .hover {
  display: none;
}

.home-services li:hover figure>img {
  display: none;
}

.home-services li:hover figure .hover {
  display: block;
}

.home-services li:hover h3 {
  color: #fff;
}

.home-services li:hover h3::after {
  background: #fff;
}

/* Right Sidebar fixed */
.fixed-sidebar-right {
  position  : fixed;
  right     : 0;
  z-index   : 9;
  width     : 50px;
  top       : 50%;
  transform : translate(0, -50%);
  background: #92be00;
  z-index   : 99;
}

.fixed-sidebar-right::before {
  content      : "";
  position     : absolute;
  top          : -50px;
  right        : 0;
  width        : 0;
  height       : 0;
  border-left  : 50px solid transparent;
  border-right : 0px solid transparent;
  border-bottom: 50px solid #92be00;
}

.fixed-sidebar-right::after {
  content     : "";
  position    : absolute;
  bottom      : -50px;
  right       : 0;
  width       : 0;
  height      : 0;
  border-left : 50px solid transparent;
  border-right: 0px solid transparent;
  border-top  : 50px solid #92be00;
}


.fixed-sidebar-right .arrow-btn {
  display: none;
}


.fixed-sidebar-right ul {
  margin  : 0;
  padding : 0;
  width   : 100%;
  position: relative;
}

.fixed-sidebar-right ul:after {
  content   : "";
  width     : 5px;
  background: #92be00;
  top       : -50vh;
  bottom    : -50vh;
  position  : fixed;
  right     : 0;
  z-index   : -1;
}

.fixed-sidebar-right ul li {
  text-align: center;
  float     : left;
  width     : 100%;
  position: relative;
}

.fixed-sidebar-right ul li a {
  border-bottom : #92be00 1px dashed;
  float         : left;
  width         : 100%;
  padding       : 12px 0;
  color         : #fff;
  font-weight   : 400;
  font-size     : 11px;
  font-family   : "Oswald", sans-serif;
  text-transform: uppercase;
}

.fixed-sidebar-right ul li a p {
  display: none;
}

.fixed-sidebar-right ul li:last-child a {
  border-bottom: none;
}

.fixed-sidebar-right ul li a:hover {
  background: #6c8e0e;
}

.fixed-sidebar-right ul li a p {
  margin: 5px 0 0 0;
}

.fixed-sidebar-right ul li a figure img {
  width: 20px;
}
.fixed-sidebar-right ul li a .tooltip-span{
  display: none;
  position: absolute;
  background: #92be00;
  padding: 5px 15px;
  color: #fff;
  right: 100%;
  top: 50%;
  letter-spacing: 0.5px;
  margin-top: -15px;
  text-align: right;
  font-size: 14px;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fixed-sidebar-right ul li:nth-child(2) a .tooltip-span{
  width: 145px;
}
.fixed-sidebar-right ul li a .tooltip-span:after{
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  width: 0px;
  margin-top: -7px;
  height: 0px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #92be00;
}
.fixed-sidebar-right ul li a:hover .tooltip-span{
  display: block;
}

/* Home Products */
.home-our-products-warpper {
  width  : 100%;
  display: table;
}

.home-our-products-warpper .product-left-side,
.home-our-products-warpper .product-right-side {
  display: table-cell;
  width  : 50%;
}

.home-our-products-warpper .product-left-side {
  padding-right: 13px;
}

.home-our-products-warpper .product-left-side figure {
  position     : relative;
  height       : 344px;
  overflow     : hidden;
  background   : #2e2e2e;
  margin-bottom: 2px;
}

.home-our-products-warpper .product-left-side figure:nth-last-child(1),
.home-our-products-warpper .product-left-side figure:nth-last-child(2) {
  margin-bottom: 0;
}

.home-our-products-warpper .product-left-side figure img {
  width     : 100%;
  height    : 344px;
  object-fit: cover;
  opacity   : 0.5;
}

.home-our-products-warpper .product-left-side figure.full {
  width        : 100%;
  float        : left;
  margin-bottom: 2px;
}

.home-our-products-warpper .product-left-side figure.half {
  width: calc(50% - 1px);
}

.home-our-products-warpper .product-left-side figure figcaption {
  position: absolute;
  bottom  : 25px;
  width   : 100%;
  left    : 0;
  z-index : 9;
}

.home-our-products-warpper .product-left-side figure figcaption h6 {
  color         : #fff;
  font-family   : "Muli", sans-serif;
  font-size     : 24px;
  font-weight   : 900;
  text-align    : center;
  width         : 100%;
  text-transform: capitalize;
}

.home-our-products-warpper .product-left-side figure figcaption .hover-block {
  opacity           : 0;
  z-index           : -1;
  position          : absolute;
  top               : 50%;
  left              : 50%;
  width             : 70%;
  transform         : translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition   : all 0.2s ease-in-out;
  -o-transition     : all 0.2s ease-in-out;
  -ms-transition    : all 0.2s ease-in-out;
  transition        : all 0.2s ease-in-out;
}

.home-our-products-warpper .product-left-side figure:hover {
  background: #92be00;
}

.home-our-products-warpper .product-left-side figure:hover img {
  opacity: 0.1;
}

.home-our-products-warpper .product-left-side figure:hover figcaption {
  top   : 0;
  bottom: 0;
}

.home-our-products-warpper .product-left-side figure:hover figcaption i {
  color    : #fff;
  font-size: 24px;
}

.home-our-products-warpper .product-left-side figure:hover figcaption>h6 {
  display: none;
}

.home-our-products-warpper .product-left-side figure:hover figcaption .hover-block {
  text-align: center;
  color     : #fff;
  opacity   : 1;
  z-index   : 1;
}

.home-our-products-warpper .product-right-side {
  background    : #f1f1f1;
  vertical-align: middle;
  border-left   : #fff 13px solid;
}

.home-our-products-warpper .product-right-side .content {
  max-width: 80%;
}

.our-solution-wrapper .product-right-side {
  border-left : 0;
  border-right: #fff 13px solid;
}

.our-solution-wrapper .product-left-side {
  padding-left : 13px;
  padding-right: 0;
}

.our-solution-wrapper {
  margin-top: 30px;
}

.article-list a {
  color: #87b500;
}

.article-list a:hover {
  color: #000000;
}

/* Home Counter */
.home-counter {
  background     : url(../images/counter-bg.png) no-repeat center;
  background-size: cover;
  position       : relative;
  margin         : 60px -60px;
  padding        : 80px 0;
}

.home-counter::before {
  content   : "";
  width     : 100%;
  height    : 100%;
  top       : 0;
  left      : 0;
  background: #92be00;
  opacity   : 0.7;
  position  : absolute;
}

.home-counter .container {
  position: relative;
  z-index : 1;
}

.home-projects-wawrpper {
  text-align: center;
}

.home-projects-wawrpper .btn {
  text-transform: uppercase;
  padding       : 10px 25px;
  border-radius : 30px;
}

.home-counter .counter-list {
  margin : 0;
  padding: 0;
}

.home-counter .counter-list li {
  float       : left;
  width       : 25%;
  text-align  : center;
  border-right: #fff 1px solid;
}

.home-counter .counter-list li:last-child {
  border-right: none;
}

.home-counter .counter-list li figure {
  height  : 90px;
  position: relative;
}

.home-counter .counter-list li figure img {
  position : absolute;
  top      : 50%;
  left     : 50%;
  transform: translate(-50%, -50%);
}

.home-counter .counter-list li h3 {
  font-size  : 40px;
  font-weight: 900;
  color      : #fff;
  margin     : 0;
}

.home-counter .counter-list p {
  font-size  : 18px;
  font-weight: 800;
  margin     : 10px 0 0 0;
  color      : #fff;
}

.projects-list {
  display     : block;
  margin-right: -27px;
  margin-top  : 50px;
}

.projects-list li {
  width        : calc(33.3% - 27px);
  margin-right : 27px;
  margin-bottom: 30px;
  float        : left;
  background   : #fff;
}

.projects-list li:hover {
  box-shadow: rgba(204, 204, 204, 1) 0 0px 10px;
  transform : scale(1.1);
}

.projects-list li figure {
  width         : 100%;
  position      : relative;
  height        : 0;
  overflow      : hidden;
  padding-bottom: 56.25%;
}

.projects-list li figure img {
  position  : absolute;
  top       : 0;
  left      : 0;
  width     : 100%;
  height    : 100%;
  object-fit: cover;
}

.projects-list li .content {
  width        : 100%;
  background   : #f1f1f1;
  padding      : 40px 35px 0;
  text-align   : center;
  margin-top   : 15px;
  border-radius: 3px;
  float        : left;
}

.projects-list li .content h3 {
  font-size     : 22px;
  color         : #000;
  text-transform: uppercase;
  font-weight   : 600;
  margin        : 0 0 10px 0;
  padding-bottom: 22px;
  position      : relative;
  min-height    : 70px;
}

.projects-list li .content h3::after {
  content    : "";
  position   : absolute;
  bottom     : 0;
  width      : 40px;
  height     : 2px;
  margin-left: -20px;
  left       : 50%;
  background : #92be00;
}

.projects-list li .content p {
  font-size : 16px;
  color     : #666666;
  min-height: 90px;
}

/* Soler Videos */
.solar-videos-warpper {
  width     : 100%;
  display   : table;
  margin-top: 60px;
}

.solar-videos-warpper .solar-left-side,
.solar-videos-warpper .solar-right-side {
  display: table-cell;
  width  : 50%;
}

.solar-videos-warpper .solar-left-side {
  background    : #f1f1f1;
  vertical-align: middle;
  border-right  : #fff 13px solid;
}

.solar-videos-warpper .solar-left-side .content {
  max-width: 600px;
}

.solar-videos-warpper .solar-right-side {
  padding-left: 11px;
}

.solar-videos-warpper .videos-list {
  width: 100%;
}

.solar-videos-warpper .videos-list li {
  position  : relative;
  width     : 50%;
  float     : left;
  text-align: center;
}

.solar-videos-warpper .videos-list li .content {
  position : absolute;
  left     : 50%;
  top      : 50%;
  transform: translate(-50%, -50%);
  z-index  : 1;
  width    : 100%;
}

.solar-videos-warpper .videos-list li .content p {
  width      : 100%;
  margin     : 0;
  font-size  : 22px;
  font-weight: 900;
  color      : #fff;
  margin-top : 20px;
}

.solar-videos-warpper .videos-list li figure {
  position      : relative;
  height        : 0;
  overflow      : hidden;
  padding-bottom: 75%;
  margin-bottom : 2px;
  margin-left   : 2px;
  background    : #2e2e2e;
}

.solar-videos-warpper .videos-list li:hover figure {
  background: #92be00;
}

.solar-videos-warpper .videos-list li:hover figure img {
  opacity: 0.1;
}

.solar-videos-warpper .videos-list li figure img {
  position  : absolute;
  top       : 0;
  left      : 0;
  width     : 100%;
  height    : 100%;
  object-fit: cover;
  opacity   : 0.5;
}

/* article and Testimonials */
.article-testiminials-warpper {
  width     : 100%;
  margin-top: 60px;
  text-align: center;
}

.article-list {
  display     : block;
  margin-right: -27px;
  margin-top  : 50px;
  float       : left;
}

.article-list li {
  width        : calc(33.3% - 27px);
  margin-right : 27px;
  margin-bottom: 30px;
  float        : left;
}

.article-list li figure {
  width         : 100%;
  position      : relative;
  height        : 0;
  overflow      : hidden;
  padding-bottom: 56.25%;
}

.article-list li figure img {
  position  : absolute;
  top       : 0;
  left      : 0;
  width     : 100%;
  height    : 100%;
  object-fit: cover;
}

.article-list li .content {
  width        : 100%;
  background   : #f1f1f1;
  padding      : 35px;
  text-align   : center;
  margin-top   : 15px;
  border-radius: 3px;
}

.article-list li .content h3 {
  font-size     : 22px;
  color         : #000;
  text-transform: uppercase;
  font-weight   : 600;
  margin        : 0 0 15px 0;
  position      : relative;
  min-height    : 72px;
}

.article-list li .content h3 a {
  color: #000;
}

.article-list li .content p {
  font-size: 18px;
  color    : #666666;
  margin   : 0;
}

.article-list li .content p .date {
  color        : #92be00;
  border-right : #666 1px solid;
  margin-right : 10px;
  padding-right: 10px;
  font-weight  : 600;
}

.article-testiminials-warpper .btn {
  text-transform: uppercase;
  padding       : 10px 25px;
  border-radius : 30px;
}

/*======== Footer ========*/
.get-started {
  width     : 100%;
  background: #2e2e2e;
  padding   : 30px 0;
  color     : #fff;
  float     : left;
  margin-top: 60px;
}

.get-started h3 {
  margin     : 10px 0 0;
  font-size  : 40px;
  font-weight: 800;
  font-family: "Muli", sans-serif;
  color      : #fff;
  float      : left;
}

.get-started .btn {
  background   : #fff;
  color        : #000;
  font-size    : 18px;
  font-weight  : 700;
  font-family  : "Muli", sans-serif;
  float        : right;
  border-radius: 40px;
  padding      : 15px 20px;
  width        : 256px;
}

.get-started .btn:hover {
  background: #92be00;
  color     : #fff;
}

/* FOOTER PART */
footer {
  background : #92be00;
  width      : 100%;
  margin     : 0;
  float      : left;
  padding-top: 35px;
  color      : #fff;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #000;
}

footer h4 {
  font-size     : 20px;
  text-transform: uppercase;
  font-weight   : 600;
  margin        : 0 0 20px 0;
}

footer h4.normoll {
  text-transform: none;
  margin-bottom : 15px;
}

footer .about-sunlights {
  font-size    : 14px;
  line-height  : 16px;
  margin-bottom: 24px;
  margin-bottom: 30px;
}

footer .social-icons {
  width: 100%;
  float: left;
}

footer .social-icons a {
  height       : 30px;
  width        : 30px;
  text-align   : center;
  line-height  : 30px;
  border-radius: 50%;
  background   : #fff;
  color        : #92be00;
  position     : relative;
  display      : inline-block;
  margin-right : 10px;
}

footer .social-icons a:hover {
  background: #2e2e2e;
  color     : #fff;
}

footer .social-icons a i {
  position : absolute;
  left     : 50%;
  top      : 50%;
  transform: translate(-50%, -50%);
  z-index  : 1;
  font-size: 14px;
}

footer .links {
  margin : 0;
  padding: 0;
}

footer .links li {
  float        : left;
  width        : 100%;
  margin-bottom: 10px;
}

footer .links li a {
  font-size   : 14px;
  color       : #fff;
  position    : relative;
  padding-left: 15px;
}

footer .links li a:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content    : "\f105";
  position   : absolute;
  top        : 0;
  left       : 0;
  font-size  : 14px;
}

footer .links li a:hover,
footer .links li a:hover::before {
  color: #000;
}

footer .links.half li {
  width: 50%;
}

footer .contact-us {
  float: left;
  width: 100%;
}

footer .contact-us li {
  float        : left;
  width        : 100%;
  position     : relative;
  padding-left : 20px;
  margin-bottom: 10px;
  font-size    : 14px;
}

footer .contact-us li i {
  position : absolute;
  left     : 0;
  top      : 3px;
  font-size: 14px;
}

/* sub footer copyright */
footer .sub-footer {
  float     : left;
  width     : 100%;
  border-top: rgba(255, 255, 255, 0.45) 1px solid;
  padding   : 30px 0;
  font-size : 14px;
  color     : #fff;
  text-align: center;
  margin-top: 20px;
}

.owl-carousel .owl-item img {
  width: auto;
}

/*======== Inner Pages ========*/
.inner-banner {
  float   : left;
  width   : 100%;
  position: relative;
  height  : 100vh;
  overflow: hidden;
}

.inner-banner .content {
  position: absolute;
  z-index : 1;
  bottom  : 40px;
  width   : 100%;
  left    : 0;
  padding : 0 60px;
}

.inner-banner .content h2 {
  background    : #92be00;
  padding       : 20px 40px 0;
  margin        : 0;
  width         : auto;
  display       : inline-block;
  text-transform: uppercase;
  font-weight   : 700;
  letter-spacing: 2px;
  font-size     : 40px;
  color         : #fff;
  clear         : both;
  float         : left;
}

.inner-banner .content h3 {
  background : #92be00;
  padding    : 10px 20px 15px 40px;
  margin     : 0;
  width      : auto;
  display    : inline-block;
  font-weight: 400;
  clear      : both;
  font-size  : 24px;
  color      : #fff;
  float      : left;
}

.inner-banner figure {
  width     : 100%;
  float     : left;
  position  : relative;
  overflow  : hidden;
  background: #000;
  height    : 100vh;
}

.inner-banner figure:before {
  content   : "";
  width     : 100%;
  height    : 100%;
  background: rgba(2, 65, 124, 0.3);
  position  : absolute;
  left      : 0;
  top       : 0;
}

.inner-banner figure img {
  width         : 100%;
  height        : 100%;
  object-fit    : cover;
  vertical-align: top;
  opacity       : 0.7;
}

/* 
.inner-banner::before {
  content   : "";
  width     : 100%;
  height    : 130px;
  position  : absolute;
  top       : 0;
  left      : 0;
  z-index   : 1;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 19%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 19%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 19%,
    rgba(255, 255, 255, 0) 100%
  );
  filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  display: none;
} */

.breadcrumb {
  margin       : 3px 0 0 0;
  width        : auto;
  float        : left;
  clear        : both;
  border-radius: 0;
}

.breadcrumb li a {
  font-size     : 12px;
  text-transform: uppercase;
  font-weight   : 600;
}

.breadcrumb li.active a {
  color: #000;
}

.page-template-inquiry .get-started {
  margin-top: 0;
}

/* About Contnet */
.main-innerpages-title {
  margin   : 60px 0;
  float    : left;
  width    : 100%;
  position : absolute;
  top      : 50%;
  z-index  : 9;
  transform: translateY(-50%);
  left     : 0;
}

.main-innerpages-title h2 {
  color      : #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px;
}

.main-innerpages-title .sub-text {
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px;
  color      : #fff;
}

.about-section-container h3 {
  font-size     : 28px;
  text-transform: uppercase;
  font-weight   : 700;
  color         : #92be00;
  border-left   : #92be00 5px solid;
  padding-left  : 10px;
  margin-bottom : 15px;
}

.about-us-top-content {
  display: flex;
}

.about-us-top-content figure {
  width        : 50%;
  margin-left  : -60px;
  padding-right: 50px;
}

.about-us-top-content figure img {
  width     : 100%;
  height    : 100%;
  object-fit: cover;
}

.about-us-top-content .content {
  width       : 50%;
  max-width   : 600px;
  align-self  : center;
  margin-left : 0;
  padding-left: 50px;
}

.about-us-top-content .content h3 {
  font-size     : 28px;
  text-transform: uppercase;
  font-weight   : 700;
  color         : #92be00;
  border-left   : #92be00 5px solid;
  padding-left  : 10px;
  margin-bottom : 15px;
}

.something-about-us {
  float: left;
  width: 100%;
}

.something-about-us .flex-block {
  display: flex;
}

.something-about-us .flex-block .main-title h2 {
  color    : #92be00;
  font-size: 36px;
}

.something-about-us .flex-block .main-title .sub-text {
  font-size: 18px;
}

.something-about-us .flex-block .section-block {
  align-self: center;
}

.something-about-us .flex-block .section-block .contnet {
  padding: 30px;
  display: inline-block;
}

.something-about-us .flex-block .left {
  order: -1;
}

.something-about-us .flex-block figure,
.something-about-us .flex-block figure img {
  height    : 100%;
  width     : 100%;
  object-fit: cover;
}

.something-about-us .flex-block .right figure {
  margin-left: -30px;
}

.something-about-us .flex-block .left figure {
  margin-right: -30px;
}

.something-about-us .main-title .sub-text {
  color: #2e2e2e;
}

.contact-us-container {
  float: left;
  width: 100%;
}

.contact-us-container .contact-info {
  color     : #fff;
  background: #92be00;
  padding   : 50px 30px;
  float     : left;
  width     : 100%;
  position  : relative;
  min-height: 1010px;
}

.contact-us-container .contact-info::after {
  content   : "";
  background: #92be00;
  position  : absolute;
  left      : -50vw;
  top       : 0;
  width     : 50vw;
  height    : 100%;
  z-index   : -1;
}

.contact-us-container .contact-info h2 {
  text-transform: uppercase;
  font-weight   : 700;
  margin        : 0 0 0 0;
  letter-spacing: 1px;
  font-size     : 36px;
}

.contact-us-container .contact-info h3 {
  text-transform: uppercase;
  font-weight   : 700;
  margin        : 50px 0 25px 0;
  font-size     : 22px;
  float         : left;
  width         : 100%;
}

.contact-us-container .contact-info .info-list {
  float: left;
  width: 100%;
}

.contact-us-container .contact-info .info-list li {
  float        : left;
  width        : 100%;
  position     : relative;
  padding-left : 20px;
  margin-bottom: 10px;
  font-size    : 14px;
  font-weight  : 600;
}

.contact-us-container .contact-info .info-list li a {
  color: #fff;
}

.contact-us-container .contact-info .info-list li a:hover {
  color: #000;
}

.contact-us-container .contact-info .info-list li i {
  position : absolute;
  left     : 0;
  top      : 4px;
  font-size: 14px;
}

.contact-us-container .contact-form {
  padding-top: 50px;
}

.contact-us-container .contact-form h2 {
  text-transform: uppercase;
  font-weight   : 700;
  margin        : 0 0 0 0;
  letter-spacing: 1px;
  font-size     : 36px;
  color         : #2e2e2e;
}

.contact-us-container .contact-form li {
  margin-bottom: 30px;
  width        : 100%;
  float        : left;
}

.contact-us-container .contact-form li label {
  width         : 100%;
  font-size     : 14px;
  font-weight   : 400;
  letter-spacing: 0.5px;
  margin        : 0;
}

.contact-us-container .contact-form li .wpcf7-form-control-wrap {
  position: relative;
  float   : left;
  width   : 100%;
}

.contact-us-container .contact-form li .wpcf7-form-control-wrap .g-recaptcha {
  float: left;
}

.contact-us-container .contact-form .wpcf7-form-control-wrap.Phone {
  width: 100%;
}
.contact-us-container .contact-form .wpcf7-validation-errors, .contact-us-container .contact-form .wpcf7-mail-sent-ok{
  clear: both;
}

.contact-us-container .contact-form input[type="text"],
.contact-us-container .contact-form input[type="email"],
.contact-us-container .contact-form input[type="url"],
.contact-us-container .contact-form input[type="password"],
.contact-us-container .contact-form input[type="search"],
.contact-us-container .contact-form input[type="number"],
.contact-us-container .contact-form input[type="tel"],
.contact-us-container .contact-form input[type="range"],
.contact-us-container .contact-form input[type="date"],
.contact-us-container .contact-form input[type="month"],
.contact-us-container .contact-form textarea {
  border       : none;
  border-bottom: rgba(0, 0, 0, 0.2) 1px solid;
  border-radius: 0;
  width        : 100%;
  background   : transparent;
}

.contact-us-container .contact-form textarea {
  resize: none;
  height: 100px;
}

.contact-us-container .contact-form input[type="submit"] {
  background    : #2e2e2e;
  color         : #fff;
  font-size     : 18px;
  font-weight   : 700;
  border-radius : 40px;
  padding       : 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border        : none;
}

.contact-us-container .contact-form input[type="submit"]:hover {
  background: #92be00;
  color     : #fff;
}

.page-template-contact-page .get-started {
  margin-top: 0;
}

.about-section-container {
  margin-top: 50px;
}

/* faq */
.faq-container {
  padding-top: 60px;
}

.faq-container .nav-tabs {
  border : none;
  display: table;
  margin : 0 auto 20px;
  width  : auto;
}

.faq-container .nav-tabs>li>a {
  border       : none;
  border-radius: 0;
  font-size    : 16px;
  color        : #000;
  background   : #eaeaea;
  margin       : 0 8px 8px 0;
  cursor       : pointer;
  border-radius: 5px;
}

.faq-container .nav-tabs>li>a:hover {
  color     : #fff;
  background: #000;
}

.faq-container .nav-tabs>li.active>a,
.faq-container .nav-tabs>li.active>a:hover,
.faq-container .nav-tabs>li.active>a:focus {
  border    : none;
  color     : #fff;
  background: #92be00;
}

.faq-container .nav-tabs>li>a.active,
.faq-container .nav-tabs>li>a.active:hover,
.faq-container .nav-tabs>li>a.active:focus {
  border    : none;
  color     : #fff;
  background: #92be00;
}

.faq-container .tab-pane h2 {
  display       : table;
  margin        : 60px auto 30px auto;
  padding       : 10px 20px 13px;
  font-size     : 29px;
  background    : #2e2e2e;
  text-transform: uppercase;
  color         : #fff;
  max-width     : 950px;
}


#faqaccordion {
  max-width: 950px;
  margin   : 0 auto;
}

#faqaccordion .panel-default {
  margin-top   : 0;
  margin-bottom: 35px;
  box-shadow   : none;
  border-radius: 0;
  border       : none;
}

#faqaccordion .panel-heading {
  padding      : 0;
  border-radius: 0;
  border       : none;
  background   : none;
}

#faqaccordion .panel-title {
  color         : #92be00;
  line-height   : 1;
  letter-spacing: 0.5px;
  font-size     : 18px;
  font-weight   : 500;
  text-transform: uppercase;
  font-family   : "Muli", sans-serif;
  font-weight   : 700;
  border-bottom : rgba(0, 0, 0, 0.1) 1px solid;
}

#faqaccordion .panel-title a {
  display       : block;
  padding       : 25px 20px;
  color         : #2e2e2e;
  letter-spacing: 2px;
  background    : #92bd00;
  color         : #fff;
}

#faqaccordion .panel-title a.collapsed {
  padding   : 25px 0;
  padding   : 25px 0;
  background: transparent;
  color     : #2e2e2e;
}

#faqaccordion .panel-title i {
  float: right;
}

#faqaccordion .panel-body {
  padding: 20px 0;
}

#faqaccordion .panel-body p {
  margin: 0;
}

#faqaccordion .panel-default>.panel-heading+.panel-collapse>.panel-body,
#faqaccordion .panel-group .panel-heading+.panel-collapse>.list-group,
#faqaccordion .panel-group .panel-heading+.panel-collapse>.panel-body {
  border: none;
}

/* case studys */

.newslist-slider {
  padding : 0 10px;
  overflow: hidden;
}

.newslist-slider .owl-stage-outer {
  overflow: visible;
}


.newslist-slider .owl-nav {
  text-align: center;
  margin-top: 5px;
}

.newslist-slider .owl-prev,
.newslist-slider .owl-next {
  background: #92be00;
  height    : 35px;
  width     : 35px;
  z-index   : 9;
  font-size : 0;
  position  : relative;
  margin    : 0 3px;
  display   : inline-block;
}

.newslist-slider .owl-prev:hover,
.newslist-slider .owl-next:hover {
  background: #6c8e0e;
  color     : #fff;
}

.newslist-slider .owl-next::after,
.newslist-slider .owl-prev::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size  : 30px;
  color      : #fff;
  position   : absolute;
  top        : 50%;
  left       : 50%;
  transform  : translate(-50%, -50%);
}

.newslist-slider .owl-prev::after {
  content: "\f104";
}

.newslist-slider .owl-next::after {
  content: "\f105";
}



.case-studies-container {
  padding-top: 60px;
}

.case-studies-boxdiv {
  -webkit-box-shadow: 0px 0px 10px rgba(204, 204, 204, 0.8);
  -moz-box-shadow   : 0px 0px 10px rgba(204, 204, 204, 0.8);
  box-shadow        : 0px 0px 10px rgba(204, 204, 204, 0.8);
  position          : relative;
  margin            : 15px 0;
}

.case-studies-img {
  padding-top: 75%;
  position   : relative;
}

.case-studies-img img {
  position  : absolute;
  height    : 100%;
  width     : 100%;
  top       : 0;
  left      : 0;
  object-fit: cover;
}

.case-studies-boxdiv .case-studies-info {
  background  : #fff;
  padding     : 20px;
  margin-left : 15px;
  margin-right: 15px;
  margin-top  : -45px;
  position    : relative;
  min-height  : 255px;
}

.case-studies-info h4 {
  font-size    : 20px;
  color        : #000;
  margin-top   : 0;
  margin-bottom: 15px;
  font-weight  : 500;
}

.case-studies-info h4 a {
  color: #000;
}

.case-studies-info p {
  margin-bottom: 0px;
}

.about-micro-inverters {
  float : left;
  width : 100%;
  margin: 60px 0;
}

.about-micro-inverters .container {
  width    : 1600px;
  max-width: 100%;
}

.features-list-warpper {
  display: flex;
}

.features-list-warpper>div {
  align-self: center;
}

.features-list-warpper>div.features-img {
  order: 2;
}

.features-list-warpper>div.features-list-1 {
  order: 1;
}

.features-list-warpper>div.features-list-2 {
  order: 3;
}

.about-micro-inverters .features-list {
  margin : 0;
  padding: 0;
}

.about-micro-inverters .features-list li {
  position     : relative;
  margin-bottom: 40px;
  font-size    : 18px;
  padding-left : 50px;
  font-weight  : 700;
}

.about-micro-inverters .features-list li strong,
.about-micro-inverters .features-list li b {
  font-weight: 900;
}

.about-micro-inverters .features-list li:last-child {
  margin-bottom: 0;
}

.about-micro-inverters .features-list li>i {
  position     : absolute;
  left         : 0;
  top          : -6px;
  font-size    : 20px;
  color        : #333;
  height       : 40px;
  width        : 40px;
  line-height  : 40px;
  border-radius: 50%;
  background   : #ddd;
  text-align   : center;
  font-weight  : 100;
  font-style   : normal;
}

.about-micro-inverters .features-list.right li {
  text-align    : right;
  padding       : 0 50px 0 0;
  text-transform: capitalize;
}

.about-micro-inverters .features-list.right li>i {
  left : initial;
  right: 0;
}

.about-micro-inverters .features-list.right li strong,
.about-micro-inverters .features-list.right li b {
  font-weight: 900;
}

.advantages {
  display        : block;
  background     : url(../images/counter-bg.png) no-repeat center;
  background-size: cover;
  position       : relative;
  margin         : 0 -60px;
  padding        : 80px 0;
}

.advantages::before {
  content   : "";
  width     : 100%;
  height    : 100%;
  top       : 0;
  left      : 0;
  background: #000;
  opacity   : 0.7;
  position  : absolute;
}

.advantages .advantages-list {
  margin : 30px 0 0;
  padding: 0;
  float  : left;
  width  : 100%;
}

.advantages .advantages-list li {
  width         : 50%;
  float         : left;
  font-size     : 17px;
  font-weight   : 700;
  letter-spacing: 0.5px;
  color         : #fff;
  margin-bottom : 30px;
  padding       : 0 40px;
  position      : relative;
}

.advantages .advantages-list li::before {
  font-family  : "Font Awesome 5 Pro";
  font-weight  : 900;
  content      : "\f560";
  position     : absolute;
  height       : 30px;
  width        : 30px;
  border-radius: 50%;
  text-align   : center;
  line-height  : 30px;
  left         : 0;
  top          : -4px;
  background   : #92be00;
  color        : #fff;
  font-size    : 14px;
}

.advantages .advantages-list li:nth-child(2n + 1) {
  clear: both;
}

.page-template-micro-inverters .get-started {
  margin-top: 0;
}

.ac-box-fitures {
  float   : left;
  width   : 100%;
  padding : 60px 0;
  position: relative;
  z-index : 1;
}

.ac-box-fitures::after {
  content   : "";
  position  : absolute;
  width     : auto;
  left      : -50vw;
  right     : -50vw;
  top       : 0;
  height    : 100%;
  background: #f8f8f8;
  z-index   : -1;
}

.ac-box-fitures .ac-box-fitures-list {
  margin-top: 30px;
}

.ac-box-fitures .ac-box-fitures-list li {
  position     : relative;
  float        : left;
  width        : 33.3%;
  padding-left : 70px;
  min-height   : 90px;
  padding-right: 50px;
  font-size    : 16px;
  margin-bottom: 30px;
}

.ac-box-fitures .ac-box-fitures-list li:nth-child(3n + 1) {
  clear: both;
}

.ac-box-fitures .ac-box-fitures-list li i {
  position     : absolute;
  height       : 50px;
  width        : 50px;
  line-height  : 50px;
  text-align   : center;
  border-radius: 10px;
  background   : #92be00;
  color        : #fff;
  left         : 0;
  font-size    : 24px;
}

.ac-box-warpper {
  float     : left;
  width     : 100%;
  margin-top: 60px;
}

.ac-box-benefits {
  float        : left;
  width        : 100%;
  margin-bottom: 10px;
}

.ac-box-benefits li {
  float     : left;
  box-shadow: rgba(204, 204, 204, 0.8) 0 3px 10px;
  width     : 20%;
  text-align: center;
  position  : relative;
  z-index   : 1;
  background: #fff;
  min-height: 300px;
  position  : relative;
}

.ac-box-benefits li .content {
  position : absolute;
  top      : 50%;
  left     : 50%;
  transform: translate(-50%, -50%);
  width    : 100%;
  padding  : 0 15px;
}

.ac-box-benefits li figure {
  height       : 65px;
  width        : 65px;
  text-align   : center;
  background   : #92be00;
  border-radius: 50%;
  display      : inline-block;
  box-shadow   : 0 0 0 10px rgba(0, 0, 0, 0.1);
  position     : relative;
}

.ac-box-benefits li figure i {
  position : absolute;
  top      : 50%;
  left     : 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color    : #fff;
}

.ac-box-benefits li h3 {
  font-size     : 20px;
  text-transform: uppercase;
  color         : #000;
  margin        : 0;
  font-weight   : 600;
  margin-top    : 24px;
  padding-bottom: 25px;
  position      : relative;
}

.ac-box-benefits li h3::after {
  content    : "";
  position   : absolute;
  bottom     : 0;
  width      : 40px;
  height     : 2px;
  margin-left: -20px;
  left       : 50%;
  background : #000;
}

.ac-box-benefits li:hover {
  background: #92be00;
}

.ac-box-benefits li:hover figure {
  background: #fff;
}

.ac-box-benefits li figure .hover {
  display: none;
}

.ac-box-benefits li:hover figure>i {
  color: #92be00;
}

.ac-box-benefits li:hover h3 {
  color: #fff;
}

.ac-box-benefits li:hover h3::after {
  background: #fff;
}

.dashbord-warpper {
  float : left;
  width : 100%;
  margin: 60px 0;
}

.timeline-warrper {
  float     : left;
  width     : 100%;
  margin-top: 60px;
}

.timeline-warrper .main-timeline .timeline {
  width: 100%;
}

.timeline-warrper .main-timeline .timeline .timeline-icon {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition   : all 0.2s ease-in-out;
  -o-transition     : all 0.2s ease-in-out;
  -ms-transition    : all 0.2s ease-in-out;
  transition        : all 0.2s ease-in-out;
}

.timeline-warrper .main-timeline .timeline:hover .timeline-icon .fal {
  font-weight: 900;
}

.timeline-warrper .main-timeline:before {
  background: rgba(0, 0, 0, 0.08);
}

.page-id-248 .get-started,
.page-id-251 .get-started,
.page-id-253 .get-started,
.page-id-255 .get-started {
  margin-top: 0;
}

.news-list {
  float     : left;
  width     : 100%;
  margin-top: 25px;
}

.news-list .nav-tabs {
  text-align: center;
  box-shadow: none;
  border    : none;
}

.news-list .nav-tabs li {
  display   : inline-block;
  box-shadow: none;
  border    : none;
  float     : none;
}

.news-list .nav-tabs li a {
  box-shadow    : none;
  border        : none !important;
  border-radius : 5px;
  background    : rgba(0, 0, 0, 0.03);
  padding       : 10px 25px;
  font-size     : 14px;
  text-transform: uppercase;
  color         : #000;
  font-weight   : 600;
}

.news-list .nav-tabs li.active a {
  background: #92be00;
  color     : #fff;
}

.news-list .tab-content {
  padding-top: 40px;
}

.news-list .videos-list {
  width: 100%;
}

.news-list .videos-list li {
  position  : relative;
  width     : 33.3%;
  float     : left;
  text-align: center;
}

.news-list .videos-list li .content {
  position : absolute;
  left     : 50%;
  top      : 50%;
  transform: translate(-50%, -50%);
  z-index  : 1;
  width    : 100%;
}

.news-list .videos-list li .content p {
  width      : 100%;
  margin     : 0;
  font-size  : 22px;
  font-weight: 900;
  color      : #fff;
  margin-top : 20px;
}

.news-list .videos-list li figure {
  position      : relative;
  height        : 0;
  overflow      : hidden;
  padding-bottom: 75%;
  margin-bottom : 2px;
  margin-left   : 2px;
  background    : #2e2e2e;
}

.news-list .videos-list li:hover figure {
  background: #92be00;
}

.news-list .videos-list li:hover figure img {
  opacity: 0.1;
}

.news-list .videos-list li figure img {
  position  : absolute;
  top       : 0;
  left      : 0;
  width     : 100%;
  height    : 100%;
  object-fit: cover;
  opacity   : 0.5;
}


.news-detail-content .main-title h2 {
  font-size     : 34px;
  text-transform: none;
  margin-top    : 70px;
}

.gallery-list li {
  margin: 7px 0;
}

.drop-inner br {
  display: none;
}

.contact-us-container .contact-form li label.drop-box span {
  display   : inline-block;
  width     : 100%;
  margin-top: 5px;
}

.contact-us-container .contact-form li label.drop-box span select {
  width        : 100%;
  border-radius: 0px !important;
  height       : 35px !important;
}

.contact-us-container .contact-form li label.drop-box {
  margin: 0 20px 20px 0;
  width : calc(50% - 20px);
  float : left;
}

.contact-us-container .contact-form li label.drop-box:last-child {
  margin-bottom: 0 !important;
}

/* End */

/* calculator */
.calculate-form {
  background   : #92be00;
  padding      : 30px;
  border       : none;
  border-radius: 5px;
}

.calculate-form label {
  color      : #fff;
  font-size  : 18px;
  font-weight: bold;
}

.calculate-form .label_style {
  color       : #fff;
  font-size   : 16px;
  position    : relative;
  padding-left: 30px;
}

.check-info {
  position: relative;
}

.label_style:before {
  position: absolute;
  top     : 2px;
  left    : 0;
  height  : 22px;
  width   : 22px;
  border  : 1px solid #fff;
  content : "";
  z-index : 0;
}

.check-info input {
  position: absolute;
  opacity : 0;
  cursor  : pointer;
  height  : 22px !important;
  width   : 22px !important;
  margin  : 0 !important;
  left    : 0;
  top     : 2px;
}

.check-info input:checked~.label_style:before {
  background: #2e2e2e;
  border    : 1px solid #2e2e2e;
}

.check-info input:checked~.label_style:after {
  content          : "";
  left             : 9px;
  top              : 7px;
  width            : 5px;
  height           : 10px;
  border           : solid white;
  border-width     : 0 3px 3px 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform    : rotate(45deg);
  transform        : rotate(45deg);
  position         : absolute;
}

.center {
  text-align : center;
  color      : #fff;
  font-weight: bold;
}

.area-info input {
  border: none;
  width : 120px !important;
  height: 37px;
}

.area-info .input-group-addon {
  border-radius: 0;
  background   : #000;
  border       : none;
}

.area-info .input-group-addon input {
  width       : auto !important;
  margin-right: 10px;
  height      : auto;
}

.area-info .input-group-addon label {
  margin-right: 10px;
}

.area-info .input-group-addon label:last-child {
  margin-right: 0;
}

.irs-grid-text {
  font-size: 14px !important;
}

.irs--flat .irs-grid-text {
  color: #fff !important;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  padding         : 2px 5px !important;
  color           : #000 !important;
  font-size       : 12px !important;
  background-color: #fff !important;
}

.irs--flat .irs-bar {
  background: #000 !important;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  padding         : 2px 5px !important;
  color           : #fff !important;
  font-size       : 12px !important;
  background-color: #000 !important;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  border-top-color: #000 !important;
}

.irs--flat .irs-handle>i:first-child {
  background-color: #000 !important;
}

.black-box {
  background : #000;
  color      : #fff;
  font-weight: bold;
  border     : none;
  font-size  : 16px;
}

.calculate-form select {
  border             : none;
  -webkit-appearance : none;
  border-radius      : 0;
  background         : #fff url("../images/select-arrow.png");
  font-size          : 14px;
  height             : 37px;
  background-repeat  : no-repeat;
  background-position: center right 10px;
}

.form-group input {
  padding: 10px;
}

.submit-btn {
  display   : inline-block;
  width     : 100%;
  margin-top: 30px;
  text-align: center;
}

#submit,
#emi_submit {
  background   : #2e2e2e;
  color        : #fff;
  border       : none;
  font-size    : 18px;
  font-weight  : 700;
  font-family  : "Muli", sans-serif;
  border-radius: 40px;
  padding      : 15px 50px;
  width        : auto;
}

#calculator_modal .close {
  position : absolute;
  right    : 20px;
  color    : #000;
  opacity  : 1;
  font-size: 30px;
}

#calculator_modal .modal-title {
  color    : #000;
  font-size: 20px;
}

#calculator_modal label {
  color      : #000;
  font-weight: bold;
}

#calculator_modal .tbl,
#calculator_modal .tbl tr,
#calculator_modal .tbl td {
  border : 1px solid #e5e5e5;
  padding: 10px;
}

#calculator_modal .modal-footer {
  display: none;
}

.emi-calc .form-group {
  margin       : 0;
  border-bottom: 1px solid #e5e5e5;
  padding      : 10px;
}

.emi-calc .form-group label {
  margin: 0;
  width : 200px;
}

.emi-calc {
  border: 1px solid #e5e5e5;
}

.form-group .custom_label.full-width {
  display      : inline-block;
  width        : 100%;
  margin-bottom: 10px;
}

.loan-rate {
  display      : flex;
  width        : 140px;
  float        : left;
  margin-bottom: 10px;
}

.loan-rate input {
  border-radius: 0;
}

.loan-rate .input-group-addon {
  background     : #000;
  color          : #fff;
  width          : 60px;
  font-weight    : bold;
  padding        : 0 10px;
  text-align     : center;
  display        : flex;
  align-items    : center;
  justify-content: center;
  border-radius  : 0;
}

.emi-calc .submit-btn {
  margin: 20px 0;
}

#emi_data {
  text-align: center;
  background: #92be00;
  color     : #000;
  margin    : 0;
  padding   : 10px;
}

#emi_data label {
  color : #000000;
  margin: 0;
}

.entry-meta {
  font-size: 18px;
}

.entry-meta a {
  color: #87b500;
}

.single-post .main-title {
  text-align: left;
}

.single-post .main-title h2::after {
  display: none;
}

.single-post .main-title h2 {
  padding: 0;
}

#respond label {
  display: inline-block;
  width  : 100%;
}

#respond input,
#respond textarea {
  display      : inline-block;
  width        : 100%;
  padding      : 10px 10px;
  border-radius: 0;
  border       : rgba(0, 0, 0, 0.2) 1px solid;
}

#respond .comment-form-cookies-consent input {
  width: auto;
  float: left;
}

#respond .comment-form-cookies-consent {
  margin: 30px 0;
}

#respond .comment-form-cookies-consent label {
  width  : auto;
  margin : 0 0 0 20px;
  display: block;
}

.alert-sign {
  color : #f00;
  margin: 0 0 0 5px;
}

.page-template-default #primary {
  margin-top: 200px;
}

.page-template-default #primary {
  margin-top: 200px;
  padding   : 0 60px;
}

.page-template-default #primary .entry-title {
  font-size     : 48px;
  font-weight   : 600;
  color         : #000;
  margin        : 0;
  position      : relative;
  text-transform: uppercase;
}

.page-template-default #primary .entry-content {
  margin: 0;
}

.page-template-default #primary a:visited {
  color: #87b500;
}

.error-404 {
  text-align: center;
  padding   : 100px 0 30px;
}

.error-404 h1 {
  font-size  : 150px;
  font-weight: 600;
  color      : #8cc63f;
  margin     : 0;
  line-height: 170px;
}

.error-404 h2 {
  font-size     : 80px;
  font-weight   : 900;
  color         : #000;
  text-transform: uppercase;
  margin        : 0 0 21px 0;
  line-height   : 40px;
}

.error-404 h4 {
  color         : #8cc63f;
  font-size     : 1.4em;
  font-weight   : 400;
  letter-spacing: normal;
  line-height   : 27px;
  margin        : 0 0 14px 0;
}

.comment-list {
  margin: 0;
}

.type-post .main-innerpages-title {
  color: #fff;
}

.comment-body {
  margin-top: 35px;
}

.comment-body footer {
  padding      : 20px;
  background   : #f3f3f3;
  color        : #464646;
  margin-bottom: 15px;
}

.comment-body .reply a {
  color    : #87b500;
  font-size: 13px;
}

.comment-body .reply a:hover {
  color: #000;
}

.comment-body .children {
  margin-top: 25px;
}

.comment-body .comment-metadata a {
  color    : #5f5f5f;
  font-size: 12px;
}

.comment-body .comment-metadata .edit-link a {
  color: #000;
}

.comment-body .comment-metadata .edit-link a:hover {
  color          : #000;
  text-decoration: underline;
}


.page-template-contact-page .get-started {
  display: none;
}

.page-template-contact-page footer.site-footer {
  border-top: #2e2e2e 10px solid;
}

.menu-badge {
  position     : absolute !important;
  margin-top   : -10px;
  margin-bottom: 0 !important;
}


.download-list-warpper {
  float     : left;
  width     : 100%;
  margin-top: 50px;
}

.download-list-warpper h3 {
  font-size     : 28px;
  color         : #2e2e2e;
  text-transform: uppercase;
  margin        : 0;
  font-weight   : 600;
  letter-spacing: 0.5px;
  float         : left;
  width         : 100%;
}

.download-list-warpper .download-list {
  margin: 20px 0 50px 0;
  float : left;
  width : 100%;
}

.download-list-warpper .download-list li {
  width        : calc(33.3% - 15px);
  background   : #f6f6f6;
  border       : 1px solid #ebebeb;
  padding      : 18px 15px 18px 70px;
  position     : relative;
  float        : left;
  margin-right : 15px;
  margin-bottom: 20px;
}



@media (min-width: 992px) and (max-width: 1023px) {
  .download-list-warpper .download-list li:nth-child(3n+1) {
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .download-list-warpper .download-list li:nth-child(2n+1) {
    clear: both;
  }
}


.download-list-warpper .download-list li:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position   : absolute;
  left       : 20px;
  content    : "\f1c1";
  font-size  : 40px;
  top        : 50%;
  transform  : translate(0, -50%);
}

.download-list-warpper .download-list li p {
  margin-bottom : 0;
  font-weight   : 800;
  letter-spacing: 0.5px;
  color         : #000;
}

.download-list-warpper .download-list li a {
  color        : #fff;
  background   : #92be00;
  position     : relative;
  padding      : 5px 8px 5px 25px;
  font-size    : 12px;
  font-weight  : 600;
  margin-top   : 6px;
  display      : inline-block;
  border-radius: 5px;
}

.download-list-warpper .download-list li a:hover {
  background: #000;
}

.download-list-warpper .download-list li a:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position   : absolute;
  content    : "\f019";
  color      : #fff;
  left       : 7px;
  top        : 50%;
  transform  : translate(0, -50%);
}

/* site map page */
.sitemap-section{
  padding: 50px 0 0;
}
.sitemap-section .wsp-pages-title {
  font-size: 48px;
  font-weight: 600;
  color: #000;
  margin: 0 0 30px 0;
  padding-bottom: 30px;
  position: relative;
  text-transform: uppercase;
}
.sitemap-section .wsp-pages-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 2px;
    /* margin-left: -20px; */
    left: 0;
    background: #92be00;
}
.sitemap-section .wsp-pages-list li a{
  font-size: 18px;
  color: #666666;
  font-weight: 600;
}
.sitemap-section .wsp-pages-list li{
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.sitemap-section .wsp-pages-list{
  column-count: 3;
}
.sitemap-section .wsp-pages-list li:after{
  content: "";
  position: absolute;
  left: 0;
  height: 6px;
  width: 6px;
  background-color: #92be00;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
}
.page-template-sitemap .inner-banner,
.page-template-sitemap .inner-banner figure{
    height: 40vh;
}
.page-template-sitemap .inner-banner figure img{
    object-position: center;
}
/* End */