/*-----------------------------------------------------------------------------------

    Template Name: bigboost
    Template URI: themes.pixelstrap.com/bigboost
    Description: This is E-commerce website
    Author: Pixelstrap
    Author URI: https://themeforest.net/user/bigboost

----------------------------------------------------------------------------------- */
/* 1. General CSS
   1.1. Button CSS
   1.2. Title CSS
   1.3. Slick slider CSS
   1.4  Loader css start
   1.5. Image ratio CSS
   1.6. Styling Selectbox */
/* 2. Header CSS */
/* 3. Home slider CSS  */
/* 4. Timer CSS  */
/* 5. Service CSS */
/* 6. Category CSS  */
/* 7. Blog CSS  */
/* 8. Banner  CSS  */
/* 9. Collection banner CSS */
/* 10. Product Box CSS */
/* 11. Theme tab CSS */
/* 12. Slider CSS */
/* 13. Collection section CSS */
/* 14. Logo CSS */
/* 15. Lookbook CSS */
/* 16. Instashop CSS */
/* 17. Portfolio css */
/* 18. Theme modal CSS */
/* 19. Add to cart CSS */
/* 20. Footer CSS */
/* 21. Tap to top CSS */
/* 22. Inner pages CSS */
/* 23. theme setting box CSS */
/* 24. RTL CSS */
/* 25. Menu CSS */
/* 26. Dark CSS */
/* 27. Responsive CSS */
/*=====================
    1. General css start
==========================*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  font-family: 'Mulish', sans-serif;
  position: relative;
  background: #ffffff;
  font-size: 14px;
  padding-top: 129px;
}
.affix {
  top: 20px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Mulish', sans-serif;
  font-weight: normal; }

h1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase; }

h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase; }

h3 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #000; }

h4 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #000; }

h5 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #000; }

h6 {
  font-size: 14px;
  font-weight: 400;
  color: #000; }
  .m-t-15{
    margin-top: 15px;
  }
  .m-t-30{
    margin-top: 30px;
  }

ul {
  padding-left: 0;
  margin-bottom: 0; }

li {
  display: inline-block;
  font-size: 14px; }

p {
  font-size: 1rem;
  color: #1d1d1d;
 }

/* span {
  line-height: 1.5; } */

a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease; 
color:#006e31;
}
  a:hover {
    text-decoration: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    color:#006e31;
   }
  a:focus {
    outline: none; }

button:focus, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.form-control {
  padding: 12px 20px;
  border-radius: 22px;
  font-size: 14px; }
  .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #ced4da; }

del {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 400; }

[data-notify="progressbar"] {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px; }

.progress-bar {
  background-color: #19a340; }

.progress-bar-info {
  background-color: #00829a; }

  section{
    padding-top: 80px;
    padding-bottom: 30px;
   }
section, .section-t-space {
  padding-top: 80px; }

.section-b-space {
  padding-bottom: 50px; }

.border-section {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd; }

.border-b {
  border-bottom: 1px solid #38352f; }

.grey-bg {
  background-color: #f5f5f5; }

.theme-bg {
  background-color: #e0eece; }

.padding-l {
  padding-left: 8px;
  padding-right: 8px; }
  .padding-none{
    padding: 0px !important;
  }
  .padding-left-none{
    padding-left: 0px !important;
  }
  .padding-right-none{
    padding-right: 0px !important;
  }

.light-grey-bg {
  background-color: #f8f7f8; }

.small-section {
  padding-top: 30px;
  padding-bottom: 30px; }

.light-layout {
  background-color: #f8f8f8; }
.m-r-15{
  margin-right: 15px;
}
.m-t-15{
  margin-top: 15px;
}
.m-b-15{
  margin-bottom: 15px;
}
.m-b-30{
  margin-bottom: 30px;
}
.m-b-50{
  margin-bottom: 50px;
}
.m-b-60{
  margin-bottom: 60px;
}
.margin-top-minus{
  margin-top: -12px;
}
.margin-top{
  margin-top: 12px;
}
.text-violet{
  color: #8A0C6F !important;
}
.text-black{
  color: #000 !important;
}
.section-title{
  margin-bottom: 50px;
}
.section-title h1, .section-title h2 {
  font-size: 3rem;
  font-weight: 900;
}
.padding-left80{
  padding-left: 80px;
}
.padding-top130{
  padding-top: 130px;
}
.lg-right{
  text-align: right;
}
.mr-minus{
  margin-right: -30px;
}
.padding-bottom-150{
  padding-bottom: 150px;
}
.padding-bottom-100{
  padding-bottom: 100px;
}
.mb-20 {
  margin-bottom: 20px;
}
.desk-top-margin-top150{
  margin-top: 150px;
}
/*=====================
   Home page css
==========================*/
.topbar{
  background-color: #007338;
  padding: 6px 0;
}
.topbar ul{
 margin: 0;
 padding: 0;
 list-style: none;
 display: inline;
}
.topbar ul li{
 display: inline-block;
 }
 .topbar ul li a{
 color: #FFF;
 padding-right: 15px;
  }
.topbar ul li a i{
    margin-right: 5px;
     }
     
       .social-media-icon{
        margin: 0 0 0 30px !important; 
        float: right;
        position: relative;
       }
       ul.social-media-icon{
          margin: 0;
          padding: 0;
          list-style: none;
         }
         ul .social-media-icon li{
          display: inline;
         }
         ul.social-media-icon li a{
          color: #FFF;
          display: block;
          padding: 0 15px;
         }
         ul.social-media-icon li a i{
           margin-right: 0;
         }
         ul.social-media-icon li a:hover{
          color: #FFF;
          }
         
.navbar {
  padding: 0;
}
.navbar .btn{
  border-radius: 50px;
}

header.header-2 .content-header .left-section {
  width: 100%;
  padding-right: 0px;
}
header.header-2 .header-top .brand-logo img {
   width: 100%; 
}
.ml-auto, .mx-auto {
  margin-left: auto!important;
}

.sticky-bar {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 10px 15px rgba(25,25,25,.1);
  box-shadow: 0 10px 15px rgba(25,25,25,.1);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25,25,25,.1);
  background: #fff;
}
.sky-blue {
  background: #ecfff5;
}
.news-section {
  padding-bottom: 150px;
}
.light-gray{
  background-color: #f6fff6;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #007338;
  border: 1px solid #007338;
  border-radius: 0.25rem;
  color: #FFF;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 2.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  color: #FFF;
}
.navbar-nav .nav-link {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 800;
  color: #000;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}
.dropdown-menu {
  position: absolute;
  top: 130%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 18rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 0px;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.dropdown-item {
  display: block;
  padding: 0.70rem 1.5rem;
  font-weight: 800;
  font-size: 0.8rem;
  color: #000;
  white-space: normal;
  background-color: transparent;
  border: 0;
  border-radius: 0px;
  text-transform: uppercase;
}
.navbar-nav.nav-link:hover, .navbar-nav .active>.nav-link{
  color: #007338;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  color: #007338;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #007338;
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
	.navbar .nav-item:hover .nav-link{ color:#007338;  }
	.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
	.navbar .dropdown-menu.fade-up{ top:180%;  }
	.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:170%; transform: rotateX(0deg); }
}	
/*========================================
List icon css
=========================================*/
ul.list-icon{
  margin: 0;
  padding: 0;
  list-style-type: circle;
}
ul.list-icon li{
font-size: 1rem;
color: #1d1d1d;
}
ul.list-icon li::before{
  content: "•"; 
  padding-right: 8px;
  color: #1d1d1d;
  font-size: 1.2rem;
}

/*========================================
Buttons css
=========================================*/
.greengradient-btn {
  background-image: linear-gradient(to right, rgb(76, 175, 80) 0%, rgb(59, 160, 63) 51%, rgb(28, 121, 32) 100%);
  color: #FFF;
  background-position: right bottom;
  transition: all .5s ease-out;
}
.greengradient-btn:hover {
  background-position: 100%;
  background-image: linear-gradient(to right, rgb(28, 121, 32)  0%, rgb(59, 160, 63) 51%,rgb(76, 175, 80) 100%);
  color: #fff;
  text-decoration: none;
  background-position: left bottom;
}
.radius-btn {
  border-radius: 50px;
}
.theme-button {
  background-image: linear-gradient(to right, #ffb133 0%, #f3a527 30%, #e79512 100%);
  -webkit-transition: all .4s cubic-bezier(0.165,.84,.44,1)!important;
  transition: all .4s cubic-bezier(0.165,.84,.44,1)!important;
  color: #FFF;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  text-transform: uppercase;
  font-size: 1em;
}
.theme-button:hover{
  color: #FFF;
}
.btn-lg{
  padding: 15px 50px;
}
.theme-button:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 20px 38px rgba(0,0,0,.16);
  box-shadow: 0 20px 38px rgba(0,0,0,.16);
}
.ghost-button {
  background-color: transparent;
  border: 2px solid #4cb034;
  -webkit-transition: all .4s cubic-bezier(0.165,.84,.44,1)!important;
  transition: all .4s cubic-bezier(0.165,.84,.44,1)!important;
  color: #4cb034;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  text-transform: uppercase;
  font-size: 1.2em;
}

.ghost-button:hover {
  background-color: #4cb034;
  border-color: #4cb034;
  color: #FFF;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 20px 38px rgba(0,0,0,.16);
  box-shadow: 0 20px 38px rgba(0,0,0,.16);
}
.readmore{
  font-size: 1rem;
    font-weight: bold;
    color: #005e8c;
}
.arrow {
  color: #0c5449;
  background-color: #f6f3ed;
  margin-top: 10px;
}
.arrow::after {
  display: inline-block;
  padding-left: 8px;
  content: "➞";
  transition: transform 0.3s ease-out;
}
.arrow:hover {
  color: #0c5449;
  background-color: #f6f3ed;
}
.arrow:hover::after {
  transform: translateX(4px);
}
.btn-primary {
  color: #fff;
  background-color: #1d8a37;
  border-color:#1d8a37;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1d8a37;
  border-color:#1d8a37;
}

/*========================================
Header section hero slider
=========================================*/
.hero-slider{
  padding: 0;
}

.carousel-item {
  height: 600px;
}
.carousel-bg{
  background: #b9ead1;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #FAFFD1, #b9ead1);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #FAFFD1, #b9ead1); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.caption-overlay{
  background-color: rgba(0, 0, 0, 0.6);
  padding: 200px 0px 50px 0px;
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat no-repeat;
    z-index: 1;
}
.carousel-caption {
  top: 25%;
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  display: inline-block;
  width: 90%;
}
.carousel-caption h2, .carousel-caption h5, .carousel-caption p{
  color: #FFF;
}
.carousel-caption h2{
  font-size: 2.8rem;
  font-weight: 900;
}
.carousel-caption h5{
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
}
.carousel-caption p{
  font-size: 1rem;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-next-icon {
  background-image: url(../images/next-arrow.svg);
  right: -25%;
  position: relative;
  color: #FFF;
}
.carousel-control-prev-icon {
  background-image: url(../images/back-arrow.svg);
  left: -25%;
  position: relative;
  color: #FFF;
}
.img-mrg{
  margin-top: 80px;
}

.big-text{
  font-size: 20px;
  line-height: 28px;
}
.section-heading{
  font-size: 3rem;
  font-weight: 900;
}
.section-heading small{
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: none;
}
.section-heading span{
  font-weight: bold;
}
.yellow-color{
  color: #ffca01;
}
.navyblue-color{
  color: #005e8c;
}
/*========================================
Page Header section
=========================================*/

.page-header-inner {
  border-width: 0;
  border-style: solid;
  background-color: rgba(0,0,0,.05);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding: 60px 20px;
  position: relative;
  color: #FFF;
}

.page-header-inner {
  padding: 40px 20px 40px 20px;
}
.page-header-inner:before {
  background-color: rgba(76, 176, 52, 0.20);
}
.page-header-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.breadcrumb {
  background-color: transparent;
}
ol.breadcrumb  li a{
  color: #60d644;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #FFF;
  content: "/";
}

.breadcrumb-item.active {
  color: #FFF;
}
/*======================================
Welcome section
======================================*/
.welcome-section {
  position: relative;
  padding: 0px 0 20px;
}
.welcome-section .wrapper-box {
  position: relative;
  margin-top: -60px;
  z-index: 9;
  counter-reset: count;
  
}
.welcome-block-one {
  position: relative;
  padding: 0;
}
.welcome-block-one .inner-box {
  position: relative;
  background-color: #FFF;
  padding: 15px;
  margin-bottom: 30px;
  /* margin-top: 40px; */
  text-align: center;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(165, 165, 165, 0.1);
  box-shadow: 0px 8px 16px 0px rgba(165, 165, 165, 0.1);
  border-left: 2px solid #F1F1F1;
  cursor: pointer;
}


.welcome-block-one .inner-box h2 {
    position: relative;
    font-size: 1.8rem;
    color: #3b3b3b;
    font-weight: 900;
    margin-bottom: 5px;
}
.welcome-block-one .inner-box h3 {
text-transform: uppercase;
font-size: 1rem;
}

.welcome-block-one .inner-box .text {
    position: relative;
    color: #3b3b3b;
    z-index: 2;
    max-width: 310px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.welcome-block-one .inner-box .read-more a {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 3;
}


.welcome-block-one .inner-box:hover h2, .welcome-block-one .inner-box:hover h3{
  color: #007338;
}
.radius-section{
  border-radius: 100% 0 0 0;
}
.light-green{
  background-color: rgba(0, 115, 56, 0.95);
}
/*======================================
Card CSS
=======================================*/
.card{
  margin-bottom: 30px;
  position: relative;
  -webkit-box-shadow: 0px 9px 40px 0px rgba(193, 193, 193, 0.5);
  box-shadow: 0px 9px 40px 0px rgba(193, 193, 193, 0.5);
  border-radius: 0;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.card-body p{
margin-bottom: 3px;
}
.card-inner-bluebg {
  position: relative;
  background: #005e8c;
}
.card-inner-bluebg h3, .card-inner-bluebg p{
 color: #FFF;
}
.card-title{
  font-weight: 700;
  text-transform: uppercase;
}
.card-text{
  font-size: 1rem;
}
.card-img-top{
  min-height: 200px;
}
.card-inner-bluebg:nth-child(2) {
  color:#073147 !important ;
}
.course-title{
  font-size: 1.3rem;
  font-weight: 900;
  color: #000;
}
.course-title a{
  color: #000;
}
.course-title a:hover{
  color: #14cedd;
}
.card-text i{
  color: #b0b3b4;
  margin-right: 10px;
}
.course .blog-more {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #eeeeee;
}
.course .blog-more a {
  font-weight: 700;
  color: #1d8a37;
}
.card-hover {
    -webkit-box-shadow: 0 1px 5px 0 rgb(0 0 0 / 25%);
  box-shadow: 0 1px 5px 0 rgb(0 0 0 / 25%);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.card-hover:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.mipl-card{
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  border-top: 4px solid #006e31;
  min-height: 190px;
}
.mipl-card img{
  margin: auto;
  width: 70px;
  margin-bottom: 15px;
}
.badge-pill {
  padding-right: 3em;
  padding-left: 3em;
  border-radius: 10rem;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 15px;
}
.badge-light {
  color: #212529;
  background-color: #d7eae2;
}
/*======================================
Listing Card UI
======================================*/
.listing-cards {
  margin: 18px 0 0;
  padding: 0;
}
.listing-cards li {
  width: 100%;
  display: table;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  list-style: none;
  padding: 15px 0 10px;
}
.listing-cards .card-icon {
  display: table-cell;
  width: 85px;
  padding-right: 15px;
}
.listing-cards .card-icon img {
  max-width: 85px;
}
.listing-cards .card-body {
  display: table-cell;
  vertical-align: top;
  padding: 0px;
}
.listing-cards .card-body h3 {
  font-size: 16px;
  color: #222;
  margin: 0 0 6px;
  font-weight: bold;
}
.listing-cards .card-body p{
  margin-bottom: 0px;
}
/*===================================
About us section css
===================================*/
.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.chose__img__three img {
  max-width: 100%;
}
.chose-us-area .chose-shape2 {
  left: 280px;
  top: 122px;
  animation: rotation infinite 50s linear;
}
.pos-abl {
  position: absolute;
}
.rotate {
  animation: rotation 10s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.about-us-section{
  display: block;
  position: relative;
}
  .about-us-section:before {
    top: 0;
    left: 0;
    content: '';
    opacity: .5;
    height: 100%;
    width: 540px;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../images/abbg.png);
}
/*===========================================
Why choose us
============================================*/

.elementor-element {
  width: 100%;
  position: relative;
}
.elementor-element:not(:last-child) {
  margin-bottom: 20px;
}

.elementor-element .elementor-container {
  padding: 25px 30px 10px 30px;
}
.elementor-element .elementor-container {
  border: 1px solid transparent;
  box-shadow: 9px 12px 38px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: background .3s,color .3s,-webkit-background-color .3s,-webkit-box-shadow .3s;
  transition: background .3s,color .3s,-webkit-background-color .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,color .3s,background-color .3s,box-shadow .3s;
  transition: background .3s,color .3s,background-color .3s,box-shadow .3s;
  transition: background .3s,color .3s,background-color .3s,box-shadow .3s,-webkit-background-color .3s,-webkit-box-shadow .3s;
}
.elementor-element .elementor-container:hover {
  box-shadow: 9px 12px 38px 0px rgba(0, 0, 0, 0.1);
  background-color: #37a035;
  border-radius: 4px;
}
.elementor-containert .element-infobox {
  transition: 0.5s;
}
.element-icon{
    background-color: #FFFFFF;
    color: #37a035;
    box-shadow: 4px 5px 16px 0px rgba(0, 0, 0, 0.1);

    transform: rotate(0deg);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 60px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 30px;
    text-align: center;
    width: 60px;
    height: 60px;
}
.element-infobox .infobox_title {
  margin: 0px 0px 9px 0px;
  font-size: 18px;
  color: #232323;
  font-weight: bold;
}
.elementor-element .elementor-container:hover h3, .elementor-element .elementor-container:hover p{
  color: #FFF;
}
.orange-box{
  padding: 40px 30px;
  background-color: #14cedd;
  color: #FFF;
  min-height: 250px;
}
.orange-box:after{
  content: '';
  background-image: url(../images/solar-cell.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 110px;
  height: 110px;
  position: absolute;
  right: 15px;
  bottom: 0;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.green-box{
  padding: 40px 30px;
  background-color: #43af35;
  color: #FFF;
  min-height: 250px;
}
.green-box:after{
  content: '';
  background-image: url(../images/green-energy.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 110px;
  height: 110px;
  position: absolute;
  right: 15px;
  bottom: 0;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.orange-box h4, .green-box h4{
  font-size: 1.3rem;
  font-weight: 900;
  color: #FFF;
  text-transform: none;
}
.orange-box h4:before, .green-box h4:before {
  content: '';
  display: block;
  width: 36px;
  height: 2px;
  background: #ffffff;
  transition: 0.4s;
  margin-bottom: 20px;
}
.orange-box .round, .green-box .round{
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #FFF;
  border-radius: 50%;
  display: block;
  vertical-align: middle;
  line-height: 55px;
  position: absolute;
  bottom: 30px;
}
.orange-box .round i, .green-box .round i{
 color: #000;
 font-size: 1rem;
}
.orange-box .round:hover i, .green-box .round:hover i{
  transform: rotate(1turn);
  transition: 0.5s;
 }

/*============================================
What we do 
=============================================*/
.whatwedo-section-update{
  background: rgb(0,94,140);
background: linear-gradient(90deg, rgba(0,94,140,1) 0%, rgba(0,94,140,1) 50%, rgba(40,40,40,1) 50%, rgba(40,40,40,1) 50%);
}
.whatwedo-section-update .content-box .sec-title {
  margin-bottom: 50px;
}
.sec-title {
  position: relative;
}

.sec-title .sub-title {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-bottom: 10px;
  padding-left: 20px;
}
/* .sec-title .sub-title{
  background-image: -moz-linear-gradient( 0deg, rgb(209,100,26) 0%, rgb(192,40,42) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(209,100,26) 0%, rgb(192,40,42) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(209,100,26) 0%, rgb(192,40,42) 100%);
} */
.sec-title .sub-title:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0px;
  width: 4px;
  height: 25px;
  background-color: #4cb034;
}
.sec-title h2 {
  position: relative;
  display: block;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: -2px;
}

.sec-title .dbl-bg_text {
  left: -7%;
  top: -58px;
  text-transform: uppercase;
  color: rgba(214, 214, 214, 0.5);
  -webkit-text-stroke-color: rgba(214, 214, 214, 0.5);
  display: inline;
  position: absolute;
  opacity: 1;
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    font-size: 120px;
    line-height: 160px;
    font-weight: 900;
    white-space: nowrap;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: -1;
}

.fact-counter {
  position: relative;
  padding: 112px 30px 40px;
  max-width: 960px;
}
.services-section .border-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
 .border-box .border_top {
  position: absolute;
  content: '';
  left: 30px;
  top: 63%;
  width: 100%;
  height: 2px;
  background: url(../images/shape-2.png) center no-repeat;
}
.border-box .border_bottom {
  position: absolute;
  content: '';
  left: 0;
  top: 62.666%;
  width: 100%;
  height: 2px;
  background: url(../images/shape-2.png) center no-repeat;
}
.border-box .border_middile {
  position: absolute;
  content: '';
  top: 15%;
  left: 55%;
  width: 2px;
  height: 100%;
  background: url(../images/shape-middel.png) center no-repeat;
}
.fact-counter .inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.fact-counter .content {
  position: relative;
  padding-left: 115px;
  min-height: 50px;
  margin-bottom: 70px;
}
.fact-counter .icon {
  position: absolute;
  left: 0;
  top: 10px;
}
.fact-counter .count-box {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}
.fact-counter .count-text {
  font-size: 1rem;
  line-height: 80px;  
  margin-right: 5px;
}

/*=========================================
Energy Instructor
==========================================*/

.features-section {
  background-color: rgba(0, 115, 56, 0.95);
  z-index: 1;
    padding: 100px 0px 110px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;    
    position: relative;
}
.features-section .background_overlay {
  z-index: -1;
  background-color: rgba(0, 115, 56, 0.95);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.features-section .section-title-middle {
  margin: 0 auto;
  max-width: 700px;
  padding-bottom: 60px;
}

.section-title-middle .title-tag {
  font-weight: 300;
  font-size: 16px;
  color: #555555;
}
.section-title-middle .title-tag {
  color: #fff;
}
.features-section .section-title-middle .title-tag img {
  height: 40px;
  display: block;
  margin: 0 auto;
  margin-bottom: 18px;
}
.section-title-middle .title-tag img {
  height: 40px;
  display: block;
  margin: 0 auto;
  margin-bottom: 18px;
}

.section-title-middle h2 { 
  padding-top: 13px;
  text-transform: capitalize;
  position: relative;
  display: block;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: -2px;
}

.section-title-middle h2 {
  color: #fff;
}
.features-icon-text {
  border-radius: 2px;
  margin-bottom: 15px;
  background-color: #fff;
  padding: 55px 0px 50px 0px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
.features-icon-text .features-icon {
  margin-bottom: 30px;
}
.features-icon-text .features-icon img {
  height: 90px;
}
.features-icon-text .features-text.pera-content {
  max-width: 280px;
  margin: 0 auto;
}
.features-icon-text .features-text.pera-content h3{
  font-size: 1.3rem;
  font-weight: 800;
  text-transform: uppercase;
}

.features-icon-text .features-hover-content .fh-icon-bg {
  position: absolute;
  z-index: -1;
  left: 0px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.features-icon-text .features-hover-content .fh-icon-bg img {
  height: 205px;
}
.read-more{
    font-weight: 700;
    color: #007338;
    text-decoration: none;
    text-transform: uppercase;
    background: transparent;
}
.read-more:hover{
    background: transparent;
}

/*=========================================
Services  CSS
==========================================*/
.service-section{
  display: block;
  overflow: hidden;
  padding: 0px;
}
.position-relative {
  position: relative!important;
}
.service-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 550px;
  max-height: 550px;;
}
.service-content .service-pic-text {
  width: 25%;
  overflow: hidden;
}
.service-content .service-pic-text .service-pic {
  -webkit-transition: .8s all ease-in-out;
  -o-transition: .8s all ease-in-out;
  transition: .8s all ease-in-out;
}
.service-content .service-pic-text:after {
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  height: 100%;
  position: absolute;
  -webkit-transition: .8s all ease-in-out;
  -o-transition: .8s all ease-in-out;
  transition: .8s all ease-in-out;
  background-color: rgba(0, 0, 0, 0.6);
}
.service-content .service-pic-text .service-text {
  left: 0;
  right: 0;
  z-index: 1;
  top: 350px;
  position: absolute;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
.service-content .service-pic-text .service-text h3,
.service-content .service-pic-text .service-text a {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.service-content .service-pic-text .service-text a {
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
}
.service-content .service-pic-text .service-text a i {
  margin-left: 8px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
.service-content .service-pic-text .service-text a:hover i {
  margin-left: 12px;
}
.service-content .service-pic-text:hover:after {
  background-color: rgba(0, 0, 0, 0.8);
}
.service-content .service-pic-text:hover .service-pic {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.service-content .service-pic-text:hover .service-text {
  top: 300px;
}
.service-content .service-pic-text:hover .service-text a {
  opacity: 1;
  visibility: visible;
}
.elementor img {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*==========================================
Project Done
===========================================*/
.project-section {
  display: block;
  position: relative;
}
.project-section .projecct-img {
  overflow: hidden;
  position: relative;
}
.project-section .projecct-img img {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
.project-section .projecct-img .project-item-text {
  color: #fff;
  bottom: 30px;
  left: 40px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
.project-section .projecct-img .project-item-text p {
  font-size: 16px;
  font-weight: 300;
}
.project-section .projecct-img .project-item-text h3 {
  font-size: 20px;
  font-weight: 800;
  color: #FFF;
  text-transform: uppercase;
}
.project-section .projecct-img .project-item-text h3 a {
  color: #FFF;
}
.project-section .projecct-img:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
.project-section .projecct-img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.project-section .projecct-img:hover .project-item-text {
  opacity: 1;
  bottom: 55px;
  visibility: visible;
}
.project-section .projecct-img:hover .popup-project:before {
  height: 55px;
}
.project-section .projecct-img:hover .popup-project:after {
  width: 55px;
}


.project-section .projecct-img .popup-project:before {
  top: 45%;
  left: 50%;
  width: 3px;
  content: '';
  height: 0px;
  background-color: #fff;
  position: absolute;
  -webkit-transition: .5s all ease-in-out;
  -o-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
  z-index: 1;
}
.project-section .projecct-img .popup-project:after{
 position: absolute;
  content: '';
  height: 3px;
  width: 0px;
  background-color: #fff;
  -webkit-transition: .5s all ease-in-out;
  -o-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
  top: 51%;
  left: 42.3%;
  position: absolute;
  z-index: 1;
}
.project-section .project-more-btn {
  height: 55px;
  width: 190px;
  background-color: #14cedd;
  border-radius: 3px;
  line-height: 55px;
  text-align: center;
  margin: 0 auto;
  margin-top: 45px;
}
.project-section .project-more-btn a {
  width: 100%;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
}

.project-section .projecct-img:after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  content: '';
  height: 100%;
  visibility: hidden;
  position: absolute;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background-color: rgba(0, 113, 179, 0.9);
}
.project-section .projecct-img:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}

/*==========================================
Expertise css
============================================*/
.expertise-section {
  padding: 100px 0px 140px;
  background-color: #0071b4;
}
.expertise-text {
  max-width: 460px;
}
.expertise-section .expertise-text-details {
  color: #b6d0df;
  margin-bottom: 40px;
}
.expertise-indicator-icon {
  top: 30px;
  z-index: 1;
  right: -40px;
  position: absolute;
}
.expertise-indicator-icon .expertise-icon-item {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
.expertise-indicator-icon .expertise-icon-item {
  margin-bottom: 70px;
}
.expertise-indicator-icon .expertise-icon-item svg {
  height: 50px;
  width: 50px;
  fill: #2a6081;
}

svg:not(:root) {
  overflow: hidden;
}
.expertise-indicator-icon .expertise-icon-item:after, 
.solar-info-section .solar-info-icon-text .solar-info-icon:after {
  top: -10px;
  left: -10px;
  opacity: .2;
  width: 100px;
  content: '';
  height: 100px;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
}
.ex-carousel {
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
}
.ex-carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}.ex-carousel-item {
  position: relative;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.5rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #135f8c;
  border-radius: 0.25rem;
  margin-bottom: 15px;
}
.progress-bar{
  background-color: #14cedd;
}
/*=========================================
Mission and vision section
==========================================*/
.mission-area {
  top: -68px;
  margin: 0 auto;
  max-width: 810px;
  position: relative;
  padding: 40px 100px;
  background-color: #eda213;
}
/*==========================================
Features box
============================================*/
.feature-box {
  -webkit-transition: .4s;
  transition: .4s;
  padding: 15px ;
  background-color: #FFF;
  border: 1px solid #F4F4F4;
  cursor: pointer;
}

.rounded-4 {
  border-radius: 10px;
}
.feature-box:hover {
  border: 1px solid transparent!important;
  box-shadow: 0 40px 60px rgba(0,0,0,.08);
}

/*=====================================
Owl carousel css
====================================== */
.owl-nav{
  text-align: center;
}
.owl-carousel .owl-nav button.owl-prev,
 .owl-carousel .owl-nav button.owl-next{
   font-size: 3rem;
   width: 3rem;
 }
 .owl-carousel.owl-drag .owl-item {
   border: 1px solid #E4E4E4;
     border-radius: 8px;
     padding: 15px;
     background: #FFF;
 }
 .owl-carousel.owl-drag .owl-item img {
    border-radius: 8px;
}
 /*=====================================
 testimonial slider
 =======================================*/
 .testimonial{
   display: block;
   padding: 80px 0 180px 0;
 }
 .Testimonial-wrapper{
  width: 105%;
  padding: 30px;
  z-index: 100;
  display: block;
  left: -30px;
  top: 60px;
  background: #FFF;
  position: relative;
  box-shadow: 0px 9px 40px 0px rgba(193, 193, 193, 0.5);
}
.Testimonial-wrapper .q-icon {
  top: 0px;
  left: 30px;
  z-index: -1;
  position: absolute;
  color: #d2f0f5;
    font-size: 65px;
}

 #MyTestimonial.carousel {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0px
}

#MyTestimonial.carousel .item {
  color: #999;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  min-height: 310px;
  height: 310px;
}

#MyTestimonial .carousel .item a {
  color: #eb7245
}

#MyTestimonial.carousel .img-box {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50%
}

#MyTestimonial.carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%
}

#MyTestimonial.carousel .testimonial {
  padding: 15px 0 10px
}

#MyTestimonial.testimonial {
  color: #000000;
  font: Times Roman
}

#MyTestimonial.carousel .overview {
  text-align: center;
  padding-bottom: 5px
}

#MyTestimonial.carousel .overview b {
  color: #333;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 5px
}

#MyTestimonial.carousel .star-rating i {
  font-size: 18px;
  color: #ffdc12
}

#MyTestimonial.carousel .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #999;
  text-shadow: none;
  top: 4px
}

#MyTestimonial.carousel-control i {
  font-size: 20px;
  margin-right: 2px
}

#MyTestimonial .carousel-control.left {
  left: auto;
  right: 40px
}

#MyTestimonial .carousel-control.right i {
  margin-right: -2px
}

#MyTestimonial .carousel .carousel-indicators {
  bottom: 15px
}

#MyTestimonial .carousel-indicators li,
#MyTestimonial .carousel-indicators li.active {
  width: 11px;
  height: 11px;
  margin: 1px 5px;
  border-radius: 50%
}

#MyTestimonial .carousel-indicators li {
  background: #e2e2e2;
  border-color: transparent
}

#MyTestimonial .carousel-indicators li.active {
  border: none;
  background: #888
}
/* =================================
HMI Logo fixing 
==================================*/
.avg-logo {
  position: absolute;
  top: 60px;
  right: 30px;
  background: #FFF;
  border-radius: 70px;
  padding: 5px 15px 5px 30px;
}
/*===================================
Footer CSS
====================================*/
  footer {
    background-color: #0d1c25;
    padding-top: 60px;
    display: block;
    position: relative;
}
.footer-contact-info-inner {
  padding-bottom: 60px;
}
.footer-contact-info .footer-icon-text-contact-info p {
  color: #999999;
  font-size: 16px;
}
.footer-contact-info .footer-icon-text-contact-info h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding-top: 5px;
  padding-left: 25px;
  letter-spacing: 0;
}
.footer-contact-info .footer-icon-text-contact-info p i {
  color: #1d8a37;
  margin-right: 10px;
}
.footer-contact-info .footer-icon-text-contact-info:after {
  left: -35px;
  top: 0;
  width: 1px;
  content: '';
  height: 70px;
  position: absolute;
  background-color: #37434b;
}
.footer-contact-info .col-lg-3:nth-child(1) .footer-icon-text-contact-info:after {
  display: none;
}
.footer-contact-info .col-lg-3:nth-child(2) .footer-icon-text-contact-info:after {
  left: -25px;
}
footer h4{
 color: #FFF;
 font-weight: bold;
 text-transform: uppercase;
}

.site-footer-nav ul {
  padding-left: 0px;
  margin-left: 0px;
}
.site-footer-nav ul li {
  list-style: none;
  float: left;
  padding-left: 14px;
  padding: 4px 0;
  margin-left: 13px;
  border-bottom: 1px dotted #0f2027;
  width: 100%;
}
.site-footer-nav ul li:last-child{
  border: none;
}
.site-footer-nav li:before {
  border-radius: 50%;
  content: '';
  width: 6px;
  margin-top: 10px;
  height: 2px;
  float: left;
  margin-left: -14px;
  background-color: #1d8a37;
  -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.site-footer-nav ul li a {
  color: #99a9b5;
  -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sigle-address {
  margin-bottom: 16px;
}
.address-icon {
  float: left;
  display: block;
  margin-right: 10px;
}
.address-icon i {
  color: #99a9b5;
  font-size: 18px;
}
.sigle-address p {
  overflow: hidden;
  display: block;
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 15px;
  color: #99a9b5;
}
footer .form-control{
  background-color: transparent;
  border-color: #6c757d;
  border-radius: 0px;
  padding:8px 20px;
}
.copyright{
  padding-top: 15px; 
  padding-bottom: 15px; 
  border-top: 1px solid #0f2027;
  color: #99a9b5;
  margin-top: 15px;
}

.footer-social-media-icon{
  margin: 0 0 0 30px !important; 
  position: relative;
 }
 ul.footer-social-media-icon{
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
   }
   ul .footer-social-media-icon li{
    display: inline;
   }
   ul.footer-social-media-icon li a{
    color: #999;
    background-color: #2a3840;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    border-radius: 30px;
    line-height: 30px;
    align-items: center;
    padding: 0;
   }
   ul.footer-social-media-icon li a i{
     margin-right: 0;
   }
   ul.footer-social-media-icon li a:hover{
    color: #FFF;
    background-color: #1d8a37;
    }
    .newsletter-section {
      top: -80px;
      position: relative;
  }
  .newsletter-section .newsletter-content {
    padding: 35px 0px;
    background-color: #1d8a37;
}
.newsletter-section .newsletter-content .newsletter-text h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.newsletter-section .newsletter-content .newsletter-form {
  height: 60px;
  margin: 11px 30px 0px 0px;
}
.newsletter-section .newsletter-content .newsletter-form {
  height: 60px;
  margin: 11px 30px 0px 0px;
}
#mc_embed_signup {
  padding: 0;
  background: 0 0;
  width: 100%;
  max-width: 100%;
}
#mc_embed_signup_scroll .mc-field-group label {
  display: none;
}

#mc_embed_signup input[type=email] {
  border: 1px solid #CCC;
  border-top: 1px solid #999;
  padding: 5px;
  font-size: 18px;
  width: 200px;
  margin-right: 10px;
  height: 25px;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.newsletter-section .newsletter-content .newsletter-form input {
  width: 100%;
  height: 60px;
  border-radius: 3px;
  padding-left: 30px;
  background-color: #fff;
}
#mc_embed_signup_scroll .mc-field-group input {
  color: #444;
  width: 100%;
  height: 60px;
  border-radius: 3px;
  font-size: 16px;
  border: none;
  background-image: none;
  padding-left: 15px;
}
#mc_embed_signup_scroll .clear {
  position: absolute;
  right: 0;
  top: 0;
}
#mc_embed_signup_scroll .clear:before {
  position: absolute;
  content: '\f178';
  right: 35px;
  top: 12px;
  color: #fff;
  font-size: 20px;
  z-index: 1;
  font-family: FontAwesome;
}
#mc_embed_signup_scroll .clear {
  position: absolute;
  right: 0;
  top: 0;
}
#mc_embed_signup_scroll .clear:before {
  position: absolute;
  content: '\f178';
  right: 35px;
  top: 12px;
  color: #fff;
  font-size: 20px;
  z-index: 1;
  font-family: FontAwesome;
}
#mc_embed_signup input[type=submit] {
  border: 1px solid #3169B3;
  font-size: 13px;
  font-weight: 700;
  color: #FFF;
  height: auto;
  padding: 8px 13px;
  cursor: pointer;
  background-color: #3169B3;
  display: inline-block;
  width: auto;
  -webkit-appearance: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  vertical-align: top;
}
#mc_embed_signup_scroll .clear input {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 190px;
  font-size: 18px;
  padding: 10px 30px 10px 5px;
  background-color: #1d8a37;
  border: 2px solid #fff;
}

.consaltation-section .consaltation-content .consaltation-icon, .newsletter-section .newsletter-content .newsletter-icon {
    height: 80px;
    width: 100px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 6px;
    margin-right: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #005a90;
}
.newsletter-section .newsletter-content .newsletter-icon {
  background-color: #126325;
}
.newsletter-section .newsletter-content .newsletter-icon i {
  color: #fff;
  font-size: 35px;
}
/*======================================
Meet our Team
========================================*/
.solar-team-section {
  background-color: #ffffff;
  padding-bottom: 100px;
}
.team-member-box {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  position: relative;
  -webkit-box-shadow: 0px 5px 50.05px 4.95px rgb(0 0 0 / 10%);
  box-shadow: 0px 5px 50.05px 4.95px rgb(0 0 0 / 10%);
}
.team-member-box .team-text {
  padding: 30px;
  margin-top: 10px;
}
.team-member-box .team-text h3 {
  color: #222;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
.team-member-box .team-text p {
  font-size: 14px;
  font-weight: 300;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
.team-member-box .team-text .team-social {
  position: absolute;
  bottom: -25px;
  padding-bottom: 35px;
  opacity: 1;
  left: 0;
  right: 0;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
.team-member-box .team-text .team-social a {
  width: 35px;
  color: #00bcd4;
  height: 35px;
  line-height: 35px;
  border-radius: 100%;
  display: inline-block;
}
/*======================================
Meet our Team
========================================*/
.solar-info-section {
  background-image: url(../images/ibg.jpg);
  overflow: visible;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 100px;
}
.solar-info-section .info-content {
  bottom: -100px;
  max-width: 770px;
  position: relative;
  display: inline-block;
  padding: 60px 100px 70px;
  z-index: 1;
}
.solar-info-section .info-content:before {
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  content: '';
  height: 100%;
  opacity: .95;
  position: absolute;
  background-color: #051925;
}
.solar-info-section .solar-info-text span {
  color: #fff;
  display: block;
  font-size: 24px;
  font-style: italic;
  margin-bottom: 50px;
}
.solar-info-section .solar-info-icon-text {
  width: 50%;
  float: left;
}
.solar-info-section .solar-info-icon-text .solar-info-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.solar-info-section .solar-info-icon-text .solar-info-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 100%;
  background-color: #fff;
  margin: 0px 0px 30px 10px;
}
.solar-info-section .solar-info-icon-text .solar-info-text-details h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 0;
}
.solar-info-section .solar-info-icon-text .solar-info-text-details p {
  color: #b6d0df;
}
/*=====================================
Pointer flow chart css
======================================*/
.flowchart-section{
  display: block;
  position: relative;
}
.pointer {
  margin-left: 30px;
  width: 150px;
  height: 80px;
  position: relative;
  background:#22b569;
  display: inline-table;
  text-align: center;
  padding: 10px 15px;
  font-size: 0.8rem;
  color: #FFF;
}
.pointer:first-child{
  margin-left: 0px;
}
.pointer:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #ebfef4;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
}
.pointer:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #22b569;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
}
.pointer span{
  top: 20px;
  position: relative;
}
.flowchart-section #curly-brace
{
  width: 56%;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  top: 20px;
  color: #22b569;
}

.flowchart-section .brace
{
  border-bottom: 5px solid;
  margin: 0 10%;
  width: 30%;
  height: 20px;  
  float: left;
}

.flowchart-section .brace:before,
.flowchart-section .brace:after
{
  content: "";
  width: 10%;
  height: 50px;
  position: absolute;
  display: block;
}

.flowchart-section #left:before
{  
  border-bottom: 5px solid;
  border-bottom-left-radius: 20px;
  margin-left: -10%;
  margin-top: -30px;
}

.flowchart-section #left:after
{
  border-top: 5px solid;
  border-top-right-radius: 20px;
  margin-left: 30%;
  margin-top: 15px;
}

.flowchart-section #right:before
{
  border-top: 5px solid;
  border-top-left-radius: 20px;
  margin-left: -10%;
  margin-top: 15px;
}

.flowchart-section #right:after
{
  border-bottom: 5px solid;
  border-bottom-right-radius: 20px;
  margin-left: 30%;
  margin-top: -30px;
}
/*=========================================
Contact us page
=========================================*/
.contact-section {
  display: block;
}
.addres-area {
  padding: 50px 37px;
  box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
  position: relative;
  display: block;
  background: #fff;
}
.contact-section .single-contact-address-area {
  margin-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}
.contact-section .single-contact-address {
  margin-bottom: 5px;
}
.contact-section .single-contact-address .lnr {
  font-size: 30px;
  font-weight: 500;
  color: #006e31;
  margin-right: 30px;
}
.sociallinks {
  display: block;
}
.sociallinks ul {
  display: block;
  margin: 0;
  padding: 0;
}
.sociallinks ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.sociallinks ul li a {
  display: block;
  margin: 0;
  padding: 8px;
  font-size: 1.5rem;
  color: #006e31;
}
.contact-details p{
  margin-bottom: 0px;
}
.contact-section .form-group {
  margin-bottom: 1rem;
}
.contact-section .form-area input {
  padding: 15px;
  height: 50px;
}
.contact-section .form-area input, .contact-page-area .form-area textarea {
  border-radius: 0;
  font-size: 12px;
}
.contact-section .form-area textarea {
  height: 190px;
  margin-top: 0px;
  border-radius: 0;
  font-size: 12px;
}
/*===========================
Media Query CSS
=============================*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait){
  body {
    padding-top: 118px;
}
  section, .section-t-space {
    padding-top: 30px;
}
  .navbar-toggler-icon{
   height: auto;
   width: auto;
  }
  ul.social-media-icon {
    margin-left: 0px;    
}
  .mobile-hide{
  display: none;
}
 
  header .navbar {
    padding: 5px 0;
}
.carousel-item{
  height: 500px;
}
.carousel-caption {
  width: 100%;
  top: 2%;
  left: 0;
  right: 0;
  padding: 15px;
  position: relative;
}
.carousel-caption h5 {
  font-size: 1rem;
}
.carousel-caption h2 {
  font-size: 1rem;  
}
.carousel-caption p {
  font-size: 0.8rem;
} 
.carousel-control-prev-icon, .carousel-control-next-icon {
  width: 2rem;
  height: 2rem;
}
.img-mrg {
  margin-top: 0px;
}
.topbar ul li a .m-none{
  display: none !important;
}
.navbar-brand img{
  width: 75%;
}
.padding-left80{
  padding-left: 15px;
}
.sec-title h2 {
  font-size: 1.5rem;
  letter-spacing: 0;
}
.building-image{
  margin-bottom: 30px;
  text-align: center;
}
.sec-title .dbl-bg_text{
  display: none;
}
.welcome-block-one .inner-box h2 {
  font-size: 0.9rem;
}
.welcome-block-one .inner-box h2 span{
  display: block;
}
.welcome-block-one .inner-box {
  margin-bottom: 0px;
}
.welcome-block-one .inner-box h3 { 
  font-size: 0.7rem;
}
.chose-shape2{
  display: none;
}
.section-title-middle h2 {
  font-size: 1.5rem;
  letter-spacing: 0px;
}
.features-section {
  padding: 50px 0px 110px;
}
.section-title h1, .section-title h2 {
  font-size: 1.5rem;
}
.Testimonial-wrapper {
  width: 100%;
  left: 0px; 
}
.m-b-60{
  margin-bottom: 0px;
}
.padding-right-none{
  padding-right: 15px !important;
}
.padding-left-none{
  padding-left: 15px !important;
}

.newsletter-section .newsletter-content {
  padding: 15px 15px;
}
.newsletter-icon{
  display: none !important;
}
.newsletter-section .newsletter-content .newsletter-text h2 { 
  font-size: 1rem;
}
.newsletter-section .newsletter-content .newsletter-form {
  height: 60px;
  margin: 0px;
}
#mc_embed_signup_scroll .clear input {
  padding: 5px;
  width: auto;
}
#mc_embed_signup_scroll .clear:before {
  display: none;
}
.features-icon-text {
  padding: 15px;
  margin-bottom: 0px;
}
.features-text span{
  display: block;
}
.features-icon-text .features-text.pera-content h3 {
  font-size: 1rem;
}
.features-icon-text .features-text.pera-content p {
 display: none;
}
.features-icon-text .features-icon img {
  height: 60px;
}
.features-icon-text .features-icon {
  margin-bottom: 15px !important;
}
.read-more span{
  display: none;
}
.features-section .section-title-middle {
  padding-bottom: 15px;
}
.pointer {
  margin-left: 0px;
  width: 90%;
margin-bottom: 15px;
}
.flowchart-section {
  display: none;
}
.padding-bottom-100{
  padding-bottom: 30px;
}
.pointer:after {
   border-left: 20px solid #ebfef4;
}
.avg-logo img{
  width: 120px;
}
}
@media (max-width: 992px) {
  .navbar-collapse {
      position: absolute;
      top: 84px;
      left: 80px;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 15px;
      width: 80%;
      transition: all 0.4s ease;
      display: block;
      box-shadow: -8px 0 10px -6px rgb(71, 71, 71);
      height: 100vh;
      background: #FFF;
  }
  .navbar-collapse.collapsing {
      height: auto !important;
      margin-left: 50%;
      left: 50%;
      transition: all 0.2s ease;
  }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    margin-top: -25px;
    margin-bottom: 30px;
}
.about-us-section:before {
 display: none;
}
.page-header-inner {
  padding: 15px;
}
.page-header-inner .sec-title{
  margin-bottom: 0px;
}
.team-member-box .team-img img{
  width: 100%;
}
}
