body {
 font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  margin: 0 auto !important;
  min-height: 1000px !important;
  height: 100% !important;
  background: #fff !important;
  overflow-x: hidden !important;
  color: #363636 !important;
  font-weight: 400;
  padding-top: 80px;
}


/* @font-face {
  font-family: "Flaming";
  src: url("../fonts/Flaming/Flaming.eot");
  src: url("../fonts/Flaming/Flaming.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Flaming/Flaming.woff2") format("woff2"),
    url("../fonts/Flaming/Flaming.woff") format("woff"),
    url("../fonts/Flaming/Flaming.ttf") format("truetype"),
    url("../fonts/Flaming/Flaming.svg#Flaming") format("svg");
} */


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
  transition: .8s linear;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

::-webkit-scrollbar {
  width: 15px;
  border: 2px solid #fff;
}

::-webkit-scrollbar-track {
  border: 2px solid #fff;
}

::-webkit-scrollbar-thumb {
  border: 2px solid #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1679bc+0,1a7cb3+10,22819f+25,479a44+79,50a02e+100 */
  background: #8DC63F;
  /* Old browsers */
}

::-webkit-scrollbar-thumb:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1679bc+0,1a7cb3+10,22819f+25,479a44+79,50a02e+100 */
  background: #8DC63F;
  /* Old browsers */
}


/*--------------------------- For Mozila Browser------------------------------------------*/

@-moz-document url-prefix() {}


/*--------------------------- For IE Browser------------------------------------------*/

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {}



/*ReusableProperties*/
a {
  text-decoration: none !important;
  transition: 0.5s;
  color: inherit;
}

a:focus {
  outline: none !important;
}

ul,li{
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
/* //span { display: block; } */




.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: url(../images/Preloader1.gif) 50% 50% no-repeat rgb(255, 255, 255);
}



/* colors */

:root {
  --color-white: #fff;
}



/*scroll top*/

#scroll {
  position: fixed;
  right: 30px;
  bottom: 100px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  /* text-indent: -9999px; */
  display: none;
  z-index: 99999;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}

#scroll {
  position: fixed;
  right: 10px;
  bottom: 50px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #fff;
  outline: 1px solid #fff;
  outline-offset: -4px;
  border: 1px solid #fff;
  background: #8dc63f;
  z-index: 1024;
}
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
  }
}

@-o-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }

  40% {
    -o-transform: translateY(-30px);
  }

  60% {
    -o-transform: translateY(-15px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}





.zoom-in-zoom-out {

  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

/* sidenav */

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0px;
  background-color: #8dc63f;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

  .sidenav a {  
    padding: 15px 8px 15px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
        border-bottom: 1px solid #eee;
  }

  .sidenav li {
    list-style: none;
    display: block;
  }

  .sidenav a:hover {
    color: #f1f1f1;
  }

 .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 36px;
    margin-left: 50px;
    padding: 0 20px;
    background: #8DC63F;
    border: none;
}

  .rightbig {
    color: #8dc63f;
    /* float: right; */
    margin-top: 7px !important;
    display: block;
}


  

/* Progress-scroll */

.progressscroll {
  border-bottom: 4px solid #c49a6c;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* Header */
/* .header-top */
/*header style*/

header {  position: fixed;  z-index: 1024; top:0;  }
.bottom-header.sticky{background: #fff;top: 0px;width: 100%;z-index: 1024;position:fixed;  box-shadow:  0 2px 2px 0px #cccccc85; }
.navigation li {
  display: inline-block;
}

.bg-grey{
  background: #F1F1F1;
}

.navigation li a {
    color: #363636;
    font-size: 14px;
    font-weight: 600;
  margin: 0px 15px;
      border-bottom: 1px solid transparent;
}

.navigation li a:hover,.navigation li.current-menu-item a{
    color: #8DC63F;
    border-bottom: 2px solid #8DC63F;
}

.same-btn {
  background: #8DC63F;
  padding: 12px 25px;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  border: 2px solid #8DC63F;
  text-transform: uppercase;
}

.secTitle{
  font-size: 30px;
  color: #363636;
  font-weight: 700;
  margin-bottom: 25px;
}

section{
  padding: 80px 0;
}
h1 {
    font-size: 48px;
    font-weight: 600;
}
.banner-content h5 {
    font-size: 18px;
    font-weight: 400;
}
.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 1;
    background-color: #D2D2D2;
}
.carousel-indicators .active{
   background-color:#F36F32;
}
h5.subtitle {
    color: #8DC63F;
    font-size: 16px;
    font-weight: 600;
}

.go-solar{
  background: url(../images/go-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
}
.go-slor-box h5 {
    font-size: 13.9px;
    margin: 0;
    font-weight: 600;
}

/* Counter */

.counter-box h2 {
    font-size: 30px;
    font-weight: 800;
    color: #000;
}
.counter-box p {
    font-weight: 500;
    color: #000;
}

/* Services */

.mt--100{
  margin-top: -100px;
}
.service-box-content {
    box-shadow: 0 0 5px 1px #eee;
}
.sbcall h6 {
    font-size: 14px;
    font-weight: 700;
}
.read-more-btn {
    font-weight: 600;
    font-size: 15px;
}

.our-project-content {
    height: 420px;
    display: flex;
    align-items: center;
}
.testimonials{
  background: url(../images/testimonials_bg.jpg);
  background-attachment: fixed;
  background-size: cover;
}
#sp-testimonial-free-wrapper-102 .sp-testimonial-free-section .sp-testimonial-client-testimonial {
    color: #fff !important;
    font-size: 14px !important;
    padding-right: 15px !important;
}
h3.sp-testimonial-post-title {
    text-align: left !important;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    padding: 0 !important;
    text-align: left !important;
    font-size: 14px !important;
}
h4.sp-testimonial-client-name,.sp-testimonial-client-designation{
  display: none !important;
}


/* Footer */
footer{
  padding: 80px 0;
}
h5.footer-title {
    font-size: 22px;
    font-weight: 600;
}
.footer-navigation li {
    font-weight: 600;
    margin-bottom: 20px !important;
}
.footer-address h6 a img {
    margin-right: 10px;
}
.footer-address h6 {
    margin-bottom: 35px;
}
.footer-address h6 a {
    display: flex;
    align-items: center;
}
.footer-social li {
    margin-right: 10px !important;
}

.same-btn:hover{
  background: #F36F32;
  border-color: #F36F32;
}
.footer-navigation li:hover a,.footer-navigation li.current-menu-item a,.footer-address a:hover{
color: #8DC63F;
}
.footer-social img:hover{
  margin-top: -5px;
}


/* breadcum */
li.breadcrumb-item {
    color: #8dc63f;
    font-weight: 600;
    text-transform: uppercase;
}
.breadcrumb-item+.breadcrumb-item::before {
    padding: 0 7px;
}
#sp-testimonial-free-wrapper-123 .sp-testimonial-free {
    padding: 25px !important;
}

.product-sidebar h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}
.product-left-box h5 {
    font-size: 22px;
    font-weight: 600;
}
.product-navigation li a {
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
    border-radius: 6px;
}
.product-navigation li a:before {
    content: '';
    background: url(../images/product_sprite_icon.png);
    width: 38px;
    height: 38px;
    display: inline-block;
    background-position: 0px 0;
    vertical-align: middle;
    margin-right: 10px;
    transition: 0.4s;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 6px;
}
.product-navigation li:nth-child(1) a:before{
   background-position: 0px 0;
}
.product-navigation li:nth-child(2) a:before{
    background-position: -64px 0px;
}
.product-navigation li:nth-child(3) a:before{
    background-position: -130px 0px;
}
.product-navigation li:nth-child(4) a:before{
    background-position: -196px 0px;
}
.product-navigation li:nth-child(5) a:before{
    background-position: -262px 0px;
}
.product-navigation li:nth-child(6) a:before{
    background-position: -328px 0px;
}
.product-navigation li:nth-child(7) a:before{
    background-position: -395px 0px;
}
.product-navigation li:nth-child(8) a:before{
    background-position: -460px 0px;
}


.product-navigation li:nth-child(1):hover a:before{
   background-position: 0px -65px;
}
.product-navigation li:nth-child(2):hover a:before{
    background-position: -64px -65px;
}
.product-navigation li:nth-child(3):hover a:before{
    background-position: -130px -65px;
}
.product-navigation li:nth-child(4):hover a:before{
    background-position: -196px -65px;
}
.product-navigation li:nth-child(5):hover a:before{
    background-position: -262px -65px;
}
.product-navigation li:nth-child(6):hover a:before{
    background-position: -328px -65px;
}
.product-navigation li:nth-child(7):hover a:before{
    background-position: -395px -65px;
}
.product-navigation li:nth-child(8):hover a:before{
    background-position: -460px -65px;
}

.product-navigation li a:hover,.product-navigation li.current-menu-item a{
  background: #F36F32;
  color: #fff;
}
.figc {
    background: #0000007d !important;
}
#jtg-127 .modula-item .figc .jtg-title {
    font-size: 14px;
    font-weight: 600 !important;
    text-align: left !important;
}
img.attachment-large.size-large {
    width: 100%;
}
.whychoseus-list .wcu-box {
    min-height: 365px;
}
ul.wp-block-list li {
    list-style: disc !important;
    margin-bottom: 10px !important;
}
ul.wp-block-list  {
 padding-left:20px !important;
}
.mv-list {
    height: 210px;
}
.team-img img {
    width: 150px;
}
.service-box img.img-fluid.w-100 {
    height: 250px;
    object-fit: cover;
    border-radius: 6px;
}
i.fa.fa-linkedin-square {
    font-size: 40px;
    color: #0077B5;
}

/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/

@media(min-width: 1800px){


}


@media(max-width: 991px) {
  body {
    font-size: 14px !important;
    padding-top: 80px;
  }
  header {
    background: #fff;
}
  h3.secTitle {
    font-size: 24px;
    margin-bottom: 20px;
  }

.banner-content{
  position: initial;
  color: #fff;
}
header.d-block.d-sm-none.w-100 .row {
  --bs-gutter-x: 0;
}

header {
  padding: 15px 0;
}
.carousel-indicators {
        display: flex;
        bottom: -50px;
    }
	section.about-us {
    padding-top: 60px;
}
.banner-con.position-absolute.top-50.start-0.w-100 {
    position: initial !important;
}
.banner-content.position-absolute.top-50.start-50.translate-middle.text-white.text-center.w-100 {
    position: initial !important;
    background: #F1F1F1;
    color: #000 !important;
    transform: initial !important;
    margin: 0 !important;
    padding: 20px 15px;
}
h1 {
    font-size: 28px;
    font-weight: 600;
}
.banner-content h5 {
    font-size: 16px;
    margin: 0;
}
section {
    padding: 40px 0;
}
.text-start,.text-end,.text-center{
  text-align: left !important;
}
header .text-end,.service-box-content .text-end {
    text-align: right !important;
}
.about-box {
    margin-top: 30px;
}
.col-sm-4.pe-0 {
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
}
.col-sm-4.p-0 {
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
}
.col-sm-4.ps-0 {
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
}
.go-slor-box h5 {
    margin-bottom: 20px;
    display: flex;
}
.our-project-content {
    height: initial;
    margin-top: 30px;
}
.contact-content {
    margin-top: 30px;
}
footer {
    padding: 30px 10px;
}
.footer-content {
    margin-bottom: 40px;
}
.footer-logo img {
    height: 50px;
}
.mobilelogo {
    margin-top: 8px;
}
.product-sidebar {
    margin-bottom: 30px;
}
	div#mySidenav1 {
    z-index: 102425;
    background: #f1f1f1;
}
	.product-navigation li a {
    font-size: 13px;
    color: #000;
		padding:0;
}
	
.product-sidebar.bg-grey {
    padding: 15px;
}
	.text-start.mobile-nav.d-block.d-sm-none {
    position: fixed;
    left: 0;
    top: 50%;
    background: #000;
}
.mision-vision .d-flex {
    display: block !important;
}
.mv-list {
    height: initial;
    margin-bottom: 15px;
}
.mision-vision .d-flex img {
    margin-bottom: 15px;
}

}

