@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,500&family=Poppins:wght@300;400;500;600;700;800&display=swap');
 *{
	margin:0;
	padding: 0;
	box-sizing: border-box;
    
    
}

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  overflow-x:hidden;
  
  
}
span.sec-phone-no {
    margin-left: 28px;
}
::-webkit-scrollbar{
  width:12px;
}
::-webkit-scrollbar-thumb{
  background-color: #005b94;
}
li {
  list-style: none;
   font-family: 'Plus Jakarta Sans', sans-serif;
}
h3.product-details-sub-heading {
    font-size: 22px;
    color: #005b94;
    font-weight: 600;
    text-align: center;
}
h5.productsub-headings {
    font-size: 18px;
    margin-bottom: 14px;
    font-weight: 600;
}
ul.product_key_feature li {
    font-size: 16px;
    line-height: 40px;
}
.Myform-Container {
    width: 100%;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px #ccc;
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 34px !important;
    user-select: none;
    -webkit-user-select: none;
}
#loader-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* semi-transparent white background */
    z-index: 9999; /* Ensure the loader appears on top of other content */
}
.loader {
    border: 16px solid #f3f3f3; /* Light grey border */
    border-top: 16px solid #3498db; /* Blue border on top */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite; /* Animation for spinning */
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -60px; /* Half of the height */
    margin-left: -60px; /* Half of the width */
}
.loader-text {
       text-align: center;
    margin-top: 10%;
    font-size: 24px;
    color: #333;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* h2{
  font-weight: 800 !important;
  line-height: 1.2;
}
h3{
  color: #005b94  !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 24px  !important;
  font-weight: 600  !important;
 
} */
/********tobar start******/
.header{
  width:100%;
  height:100%;
}
.text-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-bar-top{
  background-color:#dee2e670;
  width:100%;
  height:7vh;
  padding:10px;
}
/* Add this CSS to your stylesheet */
.navbar.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #ffffff; /* Replace with your desired background color */
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); /* Optional: Add a subtle box shadow */
}
.text-content{
  display: flex;
  align-items:center;
}
.para-text{
  margin-bottom: 0px;
  font-size:14px;
  color:#495057;
  font-weight:400;
  margin:4px 15px;
}
.span-text{
  padding: 0px 5px;
}

.icon-social{
  color:rgba(0, 0, 0, 0.7);
  font-size:21px;
  padding-top:0px 5px;
  margin:0px 7px;
  cursor:pointer;
}
.icon-social:hover{
  color:#005b94;
}
/********tobar end******/

/********navbar start******/
img.logo {
    width: 200px;
    margin-left: 20px;
}
.navbar-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 15px; /* Adjust as needed */
   font-family: 'Plus Jakarta Sans', sans-serif;
}
.navtext{
  padding:0px !important;
}


.nav-item {
  margin: 0 15px; /* Adjust spacing between menu items */
  list-style: none;
}

.nav-link {
  text-decoration: none;
  color: #545b62 !important; 
  padding: 8px 12px;
 font-size:16px !important;
 font-weight:700 !important;


}
.navbar-nav .nav-item a {
    transition: 0.3s ease;
    color: #343a40 !important;
    font-weight: 500 !important;
    font-family: 'Poppins', sans-serif !important;
}
.text-capital{
  text-transform: uppercase;
}

.nav-link:hover {
  color: #03adee !important; 
}

/********navbar end******/
/*.imgbox{
  width:100%;
  height:600px !important;

}*/
/********slider start******/
.carousel-item {
    position: relative;
 
}
.inner-header{
  height:57vh !important;
}

.overlay {
  width:100% !important;
  height:100%;
  position: absolute;
  top: 0%;  
  background-color:rgba(0, 0, 0, 50%);
  color: white;
  padding:20px; 
  font-family: 'Poppins', sans-serif;
  text-align:center;
}
.overlay-content {
    position: absolute;
    top:5%;
    left:50%;
    transform: translate(-50%, 50%);
    color:whitesmoke; 
    text-transform: uppercase;
}

.overlay-content .content-list{
   font-family: 'Plus Jakarta Sans', sans-serif !important ;
   line-height:2.0;
   text-transform: uppercase;

}

/********slider end******/
/********box section start******/
.numbers-1 .rect-1{
  position: relative;
  z-index: 1;
  background: #fff;
  width:16rem;
  min-height:12rem;
  padding-top: 2vmin;
  border:1px solid #e9ecef;
}
.numbers-1 .rect-1 img {
     width: 60px;
     height: 60px;
     object-fit: contain;
     margin-bottom: 10px;
}

/* .numbers-1{
  margin-top: -15vmin;
} */
.numbers-1 .rect-1:hover{
  transform: translateY(-30px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}
.numbers-1 img:hover{
    transition: transform 0.3s ease;
    transform: scale(1.2); 
}
.numbers-1 .rect-1 p {
  margin-bottom: 0px!important;
  margin-top: 10px!important;
}
.numbers-1 .rect-1 h6 {
  font-size: 18px;
  color: #005b94;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin-bottom: 25px!important;
}
.numbers-1 .rect-1 h3{
 font-size: 20px;
  color: #005b94;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.numbers-1 .rect-1 p{
   font-family: 'Plus Jakarta Sans', sans-serif ;

}
.numbers-1 .rect-3 {
  position: relative;
  z-index: 1;
  background: #fff;
  width: 20rem;
  height: 12rem;
  padding-top: 2vmin;
  border: 1px solid #e9ecef;
  font-family: 'Plus Jakarta Sans', sans-serif ;
}
.numbers-1 .rect-3:hover{
  transform: translateY(-30px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}
.rect-3 h6{
    color: #005b94;
}



/********box section end******/

/********effect section start******/
.effect{
  width:100%;
  display:flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  color:#fff;
  text-shadow: 1px 1px 1px #000;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-1 {
    background-image: url(/Content/MyImages/11.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 30%;
    position: relative;
}

    .bg-1::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: inherit;
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
    }

.bg-2{
  background-image:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/Content/images/main-slider/18.jpg") ;
  width:100%;
  height: auto;
   transition: 0.1s ease;
}
.bg-3{
  background-color:#dee2e670 ;
  width:100%;
   height:auto;
  transition: 0.1s ease;
}


.bg-4{
  background-image:  url("/Content/images/main-slider/8.jpg") ;
  background-size: 100%;
  width:100%;
  height: auto;
  transition: 0.1s ease;
}
.content-box{
   font-family: 'Plus Jakarta Sans', sans-serif;

}
.content-1 h6{
    padding-top:4px;
     font-family: 'Plus Jakarta Sans', sans-serif;
     font-size:16px;
     font-weight: 500;
     line-height:2;
     color:#005b94; 

     
}
.content-1 h6:hover{
    color:#005b94;
    transition: 0.5s;
    transform:scaleY(1.2);
    transform: translateY(-5px);
    color:rgba(0, 0, 0, 0.8);
}

.content-1{
  padding:0px 10px;
}
.content-1 i{
   color:#005b94;
}
.text{
  font-family: 'Plus Jakarta Sans', sans-serif;
  margin-bottom: 15px;


}
.text-heading{
  font-family: 'Poppins', sans-serif;
  color:#005b94;
  letter-spacing: 1px;
}
.text-heading p{
  font-size:22px;

}
.text-heading h2{
  font-weight: 800;
}

.text-italic{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    margin-bottom: 40px;
}

/********effect section end******/

/********easy section start******/
.easy-text{
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight:700 !important;
  padding: 3vmin 8vmin;
}

.easy-text p{
    font-weight:500;
    margin-bottom: 20px;
   
}
    .easy-step {
        color: #005b94;
    }
    .rect-2 {
        position: relative;
        z-index: 1;
        background: #fff;
        width: 20rem;
        height: 8rem;
        padding: 2vmin 4vmin;
        margin: 0;
        box-shadow: 1px 2px 50px 0px rgba(0, 0, 0, 0.3);
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: justify;
    }
.rect-2:hover{
  transform: scale(1.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}
.rect-2 h3{
  font-size:15px;
  color: #005b94;
  font-family: 'Poppins', sans-serif ;
  padding-left: 10px;
}
.rect-2 img{
  margin-bottom: 20px;
  width:16%;
}
/********easy section end******/

/*********************Request Form start*******************/
.btn{
  padding:18px !important;
  color:#005b94 !important;
  font-family: 'Poppins', sans-serif !important;
  font-size:18px !important;
  font-weight: 400 !important;
}
.btn-outline-primary{
  color:#005b94 !important;
  border:1px solid #005b94 ;

}
.btn-outline-primary:hover{
  background:#005b94 !important ;
  color:#fff!important;
}
.form-text h2{
  color:#005b94;
  letter-spacing: 1px;
  font-family: 'Poppins', sans-serif !important;
}
.form-label{
  font-size: 16px;
  font-weight: 500;
  color:#212529;
  font-family: 'Poppins', sans-serif !important;
}
.form-control{
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size:14px !important;
}
/*********************Request Form end*******************/

/**********panel section start*******/
.pray img{
  width:100%;
  height:100vh;
  padding: 0!important;
  margin:0 !important;
}
.col-banner{
  background-color: #fff;
}
.success-col h2{
  font-weight:800 !important;
  padding:0.2em 0;
  font-size:1.5em;
  color:#005b94;
  background-color: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));

}
.success-col p{
  font-size: 15px;
  color:rgba(0, 0, 0, 0.6);
}
.success-col ul li{
  font-size:16px !important;
  line-height: 2.2 !important;
  text-align: justify;
  color:rgba(0, 0, 0, 0.8);
}
.success-col ul li:hover{
  color:#005b94;
}
.success-col ul li i{
  color:#005b94;
  padding-right:20px;
}
/**********panel section end*******/

/**********cover section start*******/
.headings h5 {
  color: rgb(10, 10, 10);
  font-size: 1.25rem;
  text-align: center;
  font-weight: 500;
  font-family: 'Plus Jakarta Sans', sans-serif ;
  margin-bottom: 80px;
}
.cover {
    width: 100%;
    height: 55vmin;
    background: url("/Content/images/main-slider/16.jpg") no-repeat center center;
    background-position: -24rem -19rem;
    background-size: 150%;
    position: relative;
}

    /*  Overlay - always full height */
    .cover::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 1;
    }

    .cover .content-head {
        position: relative; /* So content is above overlay */
        z-index: 2;
        height: 100%;
        width: 100%;
        text-align: center;
        padding-top: 15vmin;
        padding-left: 4vmin;
        padding-right: 4vmin;
    }

/* Text styles */
.content-head h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 5vmin;
    color: whitesmoke;
    line-height: 1.2;
    margin-top: -20px;
}

.content-head p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    color: #e5e5e5;
}

.numbers .rect{
  position: relative;
  z-index: 1;
  background: #fff;
  width:20rem;
  height:14rem;
  padding-top: 3.8vmin;
  margin:1rem;
  box-shadow: 1px 2px 50px 0px rgba(0, 0, 0, 0.3);
 
}
.numbers{
  margin-top: -12vmin;
}

.numbers .rect h1{
  font-size:3rem;
  color: #005b94;
  font-family: 'Poppins', sans-serif ;
}
.rect:hover{
  transform: scale(1.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}
.numbers .rect img{
  margin-bottom: 20px;
}
.numbers .rect p{
    font-family: 'Plus Jakarta Sans', sans-serif ;
    font-size:16px;
    font-weight:500;
    color:#005b94;
    text-transform: uppercase;
}
.btn-loan{
  padding:10px !important;
  color:#fff !important;
  font-family: 'Poppins', sans-serif !important;
  font-size:20px !important;
  font-weight: 500 !important;
}
.btn-loan {
  background: #005b94!important;
  color:#fff!important;
  border:1px solid #005b94 ;

}
.btn-loan:hover{
  background:#fff !important;
  color:#005b94!important;
}

.purchase img{
  background: rgba(208, 241, 241, 0.199);
 height:250px;
}
.purchase h2{
  padding-top: 12vmin;
  /* padding-bottom: 10vmin; */
  color: #005b94 !important;
  font-family: 'Poppins', sans-serif ;
  font-weight: 600;
  font-size:2rem;
}
.purchase p{
  color:rgb(10, 10, 10);
  font-size:1.25rem;
  text-align: center;
}
.purchase .cards .card{
  width:22rem;
  min-height: 236px;
  margin:3vmin !important;
}

.cards div{
  padding: 0;
  margin:0;
}
.title-solar{
  background: rgba(208, 241, 241, 0.199) !important;
  padding:1rem 0rem !important;
  font-size:2vmin;
  color: #005b94 !important;
  font-family: 'Poppins', sans-serif ;
  font-weight: 600;
}
.card-text .list {
  padding:0;
  text-align:center !important;
}

.pricing{
  background: rgba(208, 241, 241, 0.199);
  border-top-right-radius: 170px;
  border-top-left-radius: 170px;
}
.pricing h1{
  font-size: 10vmin;
  padding: 1em 0.5em !important;
}

/**********section4*******/
.bgimg{
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("/Content/images/main-slider/6.jpg");

}

.section-4 .container h1{
  font-size:6vmin;
  padding-top:10vmin ;
  color: #fff !important;
  font-family: 'Poppins', sans-serif ;
  font-weight: 600;

}
.section-4 .team{
  padding: 0vmin 4vmin;

}
.section-4 .card{
  width:22rem;
  min-height: 450px;
  margin-top:10vmin;
  font-family: 'Plus Jakarta Sans', sans-serif ;
}
.card img{
  width:100%;
 height: 30vh !important;
}
.title-heading{
  color:#005b94 !important;
  font-size:1.25rem !important;
  font-weight: 600 !important;
  text-align: left !important;
  font-family: 'Plus Jakarta Sans', sans-serif ;
}
.section-4 .card .card-text{
  padding:0px;
  line-height: 1.2!important;
  text-align: justify !important;
}
.list-1{
  font-size:14px !important;
  text-align: left!important;
  line-height: 2;
}
.list-1 i{
  font-size:10px !important;
}
.section-4.card .card-body>a{
  font-size: 1.5em;
}
/**** new section start****/

.effect-1{
  width:100%;
  font-size: 2em;
  color:#fff;
  text-shadow: 1px 1px 1px #000;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-5{
  background-image:linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("/Content/images/main-slider/15.jpg") ;
  width:100%;
 height: auto;
  transition: 0.1s ease;
 
}
.form-heading{
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 500;
}
.contact-1{
  padding: 40px;
}
.info h3{
  color:#fff;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  text-transform: uppercase !important;

}
.info p{
  font-size:16px;
  line-height: 1.1;
}
.info .infobox div{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
}
.info .infobox div span{
  width:40px;
  height:40px;
  color:#fff;
  background: #005b94;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 15px;

}
.info .infobox div span i{
  font-size:20px;
}
.info .infobox div p{
  color:#fff;
  line-height:28px;
  letter-spacing:1px;
  font-size:16px !important;
   padding-left: 20px;
   font-family: 'Plus Jakarta Sans', sans-serif !important;
}
.info .infobox div a{
  color:#fff;
  text-decoration: none;
  font-size: 18px;
   padding-left: 20px;
}
.sci{
  margin-top:15px;
  display: flex;
}
.sci li{
  padding:10px 15px;
}
.sci li a{
  color:#ccc;
  font-size:1em;
  
}
.sci li a:hover{
  color:#fff;
}
.map-section{
  padding: 0 !important;
}

/*****************clients start*********/
.happyclients{
  width:100%;
  height:100vh;
  padding:80px 0;
  
}
.headings{
  font-family: 'Poppins', sans-serif !important;
  color: #005b94 !important;
}
.headings p{
  color:#727377;
}
.box{
  text-align:center;
  border:1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  transition: 0.3s ease;

}
.box:hover{
  background:#dee2e6;
}
.box p{
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  margin-top:20px;
  font-size:14px;

}
.box:hover p{
  color:#000;
}
.demo{
  position: absolute;
  right:0;
  bottom:-10px !important;
}
.demo li{
  background-color: #005b94 !important;
}

.box a{
  position: relative;

}
.box a img{
  width:100%;
  height:274px;
  /* border-radius: 50%; */
  margin-top:-3px;
  box-sizing: border-box;
}
/* .box a:after{
  content:"\f10d";
  font-family:FontAwesome;
  width:40px;
  height:40px;
  background: linear-gradient(to right, #1e5799 0%, #3ccdbb 0%, #16c9f6 100%);
  color:white;
  position: absolute;
  top:120%;
  left:70%;
  border-radius:50%;
  display:flex;
  justify-content: center;
  align-items: center;
} */
.box h1{
  /* font-size:1.1rem !important;
  font-weight:500;
  color:#005b94;
  margin-bottom:10px; */
  font-size: 1.1rem !important;
    color: #005b94 !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom:10px;
}
.box h2{
  font-size:13px;
  font-weight:400px;
  color:#666666;
  margin-bottom:20px;
}
/****************clients end*********/
.body-text{
   font-family: 'Plus Jakarta Sans', sans-serif !important;
   font-size: 16px;

   color:#737577;
   text-shadow: none !important;
}
.topheading{
  padding:0px !important;
   font-weight: 400;
}
.topheading h2{
  font-size:16px !important;
}

.energy{
  width:100%;
  height:55vmin;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/Content/images/main-slider/6.jpg");
  background-position: -24rem -19rem;
  background-size: 150%;
  position: relative;
  margin-bottom: 100px;
  margin-top:80px;
}
.energy-count{
  margin-top: -30vmin;
  background: #fff;
}
.energy h2{
    font-size: 6vmin;
    padding-top: 14vmin;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.count {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  background: #fff;
}

.count:hover{
  text-align:center;
  border:1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  transition: 0.3s ease;
  transform: translateY(-20px);
  background: #fff;
}

.count p{
  margin-top:10px;
   color:#005b94;
   font-size:16px;
   font-weight: 700;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
}
.count h2{
  color:#005b94;
   font-weight: 700 !important;
   font-size:48px;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
}
.counter {
  animation-duration: 1s;
  animation-delay: 0s;
}

i {
  font-size: 16px !Important;
}




/**********footer*******/

footer{
  width:100%;
  min-height:300px;
  background-color: rgba(31, 29, 29);
  padding:24px;
  margin-top:85px !important;
}
.footer-container{
  margin-top:20px;
  padding:20px 4px 9px 4px;
}
.footer-logo{
  color:rgba(255, 255, 255, 0.863);
  letter-spacing: 2px;
  font-weight: 800;
}
.footer-para{
  font-size:14px;
  line-height: 30px;
  color:rgba(255, 255, 255, 0.534);
  margin:25px 0px;
}
.heading-sm-footer{
  color:rgba(255, 255, 255, 0.863);
  font-size:22px;
  letter-spacing: 4px;
  font-weight: 700;
  margin:18px 0px ;
}
.social-link-footer{
  margin:16px 0px;
}
.icon-social-footer{
  font-size:21px;
  padding:9px;
  /* border:1px solid #005b94;
  color:#005b94; */
  border:1px solid #005b94;
  color:#fbfdff;
  margin:0px 4px;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.icon-social-footer:hover{
  background: #005b94;
  color:#fff;
}
.pages-footer{
  padding: 6px 18px !important;
}
.heading-pages
{
  color:rgba(255, 255, 255, 0.863);
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 18px;
}
.footer-links{
  font-size: 15px;
  color:rgba(255, 255, 255, 0.534) !important;
 margin-left: -148px;
}
.footer-links:hover{
  color:#fff!important;
}
.contact-footer{
  display: flex;
  flex-direction: column ;
}
.text-contact{
  margin:16px 0px;
  color:#fff ;
  font-size: 14px;
  color:rgba(255, 255, 255, 0.534);
}
.footer-icon{
  font-size: 16px;
  color:rgba(255, 255, 255, 0.863);
  padding:0px 9px;
}
.footer-rights{
  margin-top: 22px;
  border-top:1px solid rgba(255, 255, 255, 0.32);
  width:100%;
  min-height:40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.right-para{
  margin:0px;
  padding-top:20px;
  color:rgba(255, 255, 255, 0.623);
  font-size: 16px;
}

/******Footer section end**************/


/************about section start****************/
.about{
  background-image: linear-gradient(rgb(0 0 0 / 54%), rgb(0 0 0 / 47%)), url(/Content/MyImages/aboutus.jpg);
  width:100%;
  height:60vh;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 40px;
}
.about h2{
  color:#fff;
  font-size:3rem !important;
  letter-spacing: 1px;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  text-transform: uppercase !important;
}
.bg {
    background: url("/Content/MyImages/14.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 30%;
    position: relative;
}
.bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: inherit;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.bg-carrer{
  background: url("/Content/MyImages/bg-career.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.bg-consultings {
    background: url("/Content/MyImages/9.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 30%;
    position: relative;
}
.bg-consultings::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: inherit;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.bg-Turnkey {
    background: url("/Content/MyImages/7.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 30%;
    position: relative;
}
.bg-Turnkey::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: inherit;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.bg-SolarPV {
    background: url("/Content/MyImages/12.jpg");
    background-size: cover;
    background-position: top; 
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 30%;
    position: relative;
}
.bg-SolarPV::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: inherit;
    background-size: cover;
    background-position: top; 
    background-repeat: no-repeat;
}

.bg-SolarPV-One {
    background: url("/Content/MyImages/8.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 30%;
    position: relative;
}

.bg-SolarPV-One::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: inherit;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.mybg-enq{
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),  url("/Content/images/que.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.bg-light{
  background: #f3f3f3 !important;
  border: 1px solid #e9ecef;
  /*box-shadow: 0px 25px 42px rgba(0, 0, 0, 0.2);*/
}
.bg-light .text-heading-1{
    color:#005b94 !important;
     font-family: 'Poppins', sans-serif;
} 
.bg-light .content-box-1{
  color:#000 !important;
   font-family: 'Plus Jakarta Sans', sans-serif !important;
}
.text-heading-1{
  font-family: 'Poppins', sans-serif;
  color:#005b94 !important;
  letter-spacing: 1px;
}

.text-heading h2{
  font-weight: 600;
}
.content-box-1{
   font-family: 'Plus Jakarta Sans', sans-serif;

}

/********panel section start****/
.new-section{
  padding:20vmin 0;
}


.effect-1{
  width:100%;
  display:flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  color:#fff;
  text-shadow: 1px 1px 1px #000;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-box{
  background-image:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/Content/MyImages/whychoose.jpg") ;
  width:100%;
  height: auto;
  transition: 0.1s ease;
  background-attachment: fixed;
}

.panel-1{
  width:100%;
  border-radius: 3px;
  text-align:left;
  padding:7vmin 10vmin 7vmin 10vmin;
  font-family: 'Poppins', sans-serif;
  z-index: 1;
}
.panel-1 h2{
  font-weight:600 !important;
  padding:1.2em 0;
  font-size:1.5em;
  color:#005b94;
  background-color: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
      font-family: 'Poppins', sans-serif;

}
.panel-1 p{
  font-size: 15px;
  color:rgba(0, 0, 0, 0.6);
}
.panel-1 p{
  font-size:16px !important;
  font-weight: 400;
  text-align: justify;
  color:#000;
  line-height: 2;
}
.panel-1 ul li i{
  color:#005b94;
  padding-right:20px;
}

/********panel section end****/



/*****************clients start*********/
.happyclients-1{
  width:100%;
  height:100vh;
  padding:80px 0;
}
.headings{
  font-family: 'Poppins', sans-serif !important;
  color: #005b94 !important;
}
.headings p{
  color:#727377;
}
.box-1{
  text-align:center;
  min-height:470px;
  border:1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  transition: 0.3s ease;
}
.box-1:hover{
  background:#dee2e6;
}
.box-1 p{
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  margin:20px 15px;
  font-size:14px;
  text-align: justify;

}
.box-1:hover p{
  color:#000;
}
.demo{
  position: absolute;
  right:0;
  bottom:-33px !important;
}
.demo li{
  background-color: #005b94 !important;
}

.box-1 a{
  position: relative;

}
.box-1 a img{
  width:100px;
  height:100px;
  border-radius: 50%;
  margin-top:20px;
}
.box-1 a:after {
  content: "\f10e"; /* Unicode character for the quote-right icon in Font Awesome */
  font-family: 'Font Awesome 5 Free'; /* Adjust font-family based on your Font Awesome version */
  font-weight: 900; /* Adjust font weight if needed */
  width: 40px;
  height: 40px;
  background: #005b94;
  color: white;
  position: absolute;
  top: 120%;
  left: 70%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-1 h1{
  font-size:18px;
  font-weight:500;
  color:#000;
  margin-bottom:10px;
}
.box-1 h2{
  font-size:13px;
  font-weight:400px;
  color:#666666;
  margin-bottom:20px;
}
/****************clients end*********/
/************contact section start****************/

.contact{
  background-image: linear-gradient(rgba(9, 5, 54, 0.3), rgba(5, 4, 46, 0.7)), url("/Content/images/main-slider/13.jpg");
  width:100%;
  height:60vh;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 40px;
}
.contact h2{
  color:#fff;
  font-size:3rem;
  letter-spacing: 1px;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  text-transform: uppercase !important;
}

.enquiery{
  background-image: linear-gradient(rgba(9, 5, 54, 0.3), rgba(5, 4, 46, 0.7)), url("/content/images/enquiery.png");
  width:100%;
  height:60vh;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 40px;
}
.enquiery h2{
  color:#fff;
  font-size:3rem;
  letter-spacing: 1px;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  text-transform: uppercase !important;
}

.career{
  background-image: linear-gradient(rgba(9, 5, 54, 0.3), rgba(5, 4, 46, 0.9)), url("/content/carrer-1.jpeg");
  width:100%;
  height:60vh;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 40px;
}
.career h2{
  color:#fff;
  font-size:3rem;
  letter-spacing: 1px;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  text-transform: uppercase !important;
}
/*************about section end******/



/*************about section start******/
.service{
  background-image: linear-gradient(rgb(0 0 0 / 40%), rgb(0 0 0 / 48%)), url(/Content/images/main-slider/6.jpg);
  width:100%;
  height:60vh;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 40px;
}
.service h2{
  color:#fff;
  font-size:3rem !important;
  letter-spacing: 1px;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
    text-transform: uppercase !important;
}


/*************service section end******/

/*************portfolio section start******/

.header-section-1{
  width:100%;
  height:400px;
  background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Content/images/main-slider/6.jpg');
  background-repeat: no-repeat;
  position: relative;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
/*  clip-path: polygon(100% 0%, 100% 95%, 50% 100%, 0 95%, 0 0);*/
}
.header-section-1:before{
  content:"";
  position: absolute;
  top:0%;
  bottom: 0%;
  left:0%;
  right:0%;
  opacity:0.3;
  z-index:-1;
}

.center-div-2{
  width:100%;
  height:auto;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);

}
.center-div-2 h1{
  font-size:4rem;
  padding:10px 0 20px 0;
  color:white;
  letter-spacing: 2px;
}

.install{
  text-align: center;
  margin-bottom: 40px;
}
.install h2{
  color: #005b94;
  font-family: 'Poppins', sans-serif !important;

}
.col-success{
  margin:0!important;
  padding-left:2!important;
}
.ui-card{
  padding:0!important;
  margin:0 !important;
  width:100%;
  height:auto;
}

.box-img{
  position: relative;
  width:100%;
  height:420px !important;
  padding:0 !important;
}

.box-img img{
  width:100%;
  height:60%;
}
.slider-1{
  background-color:#0e519d;
  position: absolute;
  bottom:100%;
  left:0;
  right:0;
  top:0;
  width:100%;
  height:0px;
  overflow: hidden;
  transition: .5s;
  opacity: 0.9;
 
}
.box-img:hover .slider-1{
  height:60%;
  bottom: 0;

}
.box-img:hover{
  transform: scaleX(1.0);
  bottom:0;
  height:100%;
  transition: 0.8s;
}
.content-bx {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 12px;
    overflow: hidden;
    transition: .10s;
    width: 100%;
    padding: 25px;
}
.content-bx h2{
  font-size:25px;
}



/*************portfolio section end******/
/*************partner section start******/

 .partner{
  text-align:center;
  padding: 40px;
  font-family: 'Poppins', sans-serif !important;
  color:#005b94;
  font-size: 2.8rem;
  margin-bottom: 40px;
}
 
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
    

}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    /*filter: saturate(0%);*/
}
.slick-slide img:hover{
  -webkit-filter: none;
}
.slick-slide.slick-loading img
{
    display: none;
}

.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.customer-logos slider{
  margin-bottom: 30px;
}

/*************partner section end******/




/* ==================================================================== */
.news{
  width:100%;
  height:100vh;
  padding:16px 0px;
  margin:20px 0px;
}
.news h4{
  text-align: center !important;
}
.container-news{
  margin-top:62px;
}
.content-news{
  width:100%;
  height:auto;
  background-color: #fff;
  transition: 0.2s ease;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.content-news:hover{
  box-shadow: 1px 1px 10px grey;
}
.img-news{
  width:100%;
  height:240px;
}

.image-news{
  width:100%;
  height:100%;
}
.content-news-container {
    padding: 8px 18px 12px 12px;
    height: 160px;
}
.details-news{
  display:flex;
  justify-content: space-around;

}
.icon-detail{
    color: #545b62;
    padding: 0px 5px;
}
.details-text {
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.699);
}
.heading-content-news {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    color: rgba(0, 0, 0, 0.91);
    margin: 8px 0px;
}
.rating{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.rate{
  font-size: 15px;
  font-weight: 500;
}
.stars{
  color:rgba(13, 196, 13);
  font-size:15px;
  padding:0px 8px;
}
/* ==================================================================== */
.img-section{
  width:100%;
  height:100vh;
}
.image-slider{
  width:60%;
  height:600px;
  background-image: url('images/main-slider/1.jpg');
  background-size: cover;
  box-shadow:rgba(149, 157, 165, 0.2) 0px 8px 24px;
  animation:changeImg 20s linear infinite;
}
@keyframes changeImg{
  0%{
    background: url('/Content/images/main-slider/2.jpg');
  }
   25%{
    background: url('/Content/images/main-slider/3.jpg');
  }
   50%{
    background: url('/Content/images/main-slider/19.jpg');
  }
   75%{
    background: url('/Content/images/main-slider/24.jpg');
  }
   100%{
    background: url('/Content/images/main-slider/6.jpg');
  }
}
.marquee-container{
  margin:0 !important;
  padding:0 !important;
}
.marquee {
  width: 100%; /* Set your preferred width */
  height: 100px; /* Set your preferred height */
  overflow: hidden;
  position: relative;
  background-color: #f8f9fa;
 
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  animation: marquee 10s linear infinite;
  padding-top: 30px;
  text-transform: uppercase;
  color:#005b94;
  font-weight: 500;

}
.marquee-content:hover{
  color:grey;
}
.marquee-content span{
  margin-right: 70px;
  font-size:1.2rem !important;
}
.marquee-content span i{
  padding-right:20px;
  color:#0e519d;
  font-size:10px !important;
}
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* ----------------------------------gallery------------------------ */
/* body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f4f4f4;
} */

h1 {
  text-align: center;
  margin: 20px 0;
  color: #333;
}

.gallery {
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
  height:auto !important;
}

.grid-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.grid-item:hover {
  transform: scale(1.05);
}

.grid-item img {
  width: 30%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.fancybox-slide--image {
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}

.fancybox-caption {
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.mainDataGalleryInfo{
    width:100%;
    display:flex;
    justify-content: start;
    flex-wrap: wrap;
}
.mainDataGalleryInfo .grid-item{
    position: initial !important;
    width: 31%;
    margin: 1%;
} 
.mainDataGalleryInfo .grid-item a{
    box-sizing: border-box;
    width: 100%;
    text-decoration:none;
}
.mainDataGalleryInfo .grid-item a p{
    padding: 10px;
    margin:0px;
    color:#000;
    font-size: 16px;
}

.mainDataGalleryInfo .grid-item a img{
    width:100%;
    height: 274px;
    padding: 0px 10px 10px;
    box-sizing: border-box;
}
/* ----------------------------------abc------- */
.abc {
  color: #005b94 !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 24px !important;
  font-weight: 600 !important;
}
/* .bca h6 a {
color: #ffffff; 
margin-left: 96px;"
} */
.btn-loan1:hover{
  background:#fff !important;
  color:#fff!important;
  
}
.btn-loan1{
  padding:5px !important;
  color:#fff !important;
  font-family: 'Poppins', sans-serif !important;
  font-size:15px !important;
  font-weight: 300 !important;
}
.btn-loan1 {
  background: #fff!important;
  color:#005b94!important;
  border:1px solid #005b94 ;
  margin-left: 144px;

}
/* ------------------product1-------------- */
.product-details {
  position: relative;
  display: block;
  padding: 120px 0px 56px;
}

.product-details__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.product-details__img img {
  width: 100%;
  height: 300px;
  border-radius: var(--agrion-bdr-radius);
  transition: transform 500ms;
  
}
.product-details__img img:hover {
 
  transform: scale(1.5) rotate(20deg);
}
.product-details__content-text1{
  font-family: 'Poppins', sans-serif !important;
  line-height: 1.8;
  font-weight: 100;
  text-align: justify;
}
.hidden-content {
  display: none;
  margin-left: 20px;;
}
.easy-text h2 {
  padding-top: 10vmin;
  color: #005b94 !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.faq h2 {
  padding-top: 12vmin;
  color: #005b94 !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 2rem;
}
/*.cover2 {
  width: 100%;
  height: 66vmin;
  background: url(/Content/MyImages/whyus.jpg);
  background-size: 100%;
  position: relative;
}*/

.card-title {
  font-size: 1.1rem !important;
  padding: 20px;
  margin-bottom: none!important;
}
/* -----------------------client-------------- */

.heading {
  text-align: center;
  color: #454343;
  font-size: 25px;
  font-weight: 100;
  position: relative;
  margin-bottom: 70px;
  text-transform: inherit;
  z-index: 999;
}
.white-heading h2{
  color: #005b94;
}

.heading:after {
  content: ' ';
  position: absolute;
  top: 100%;
  left: 50%;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  transform: translateX(-50%);
  /*background: url(img/heading-line.png);*/
  background-repeat: no-repeat;
  background-position: center;
}
.white-heading:after {
  /* background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png); */
  background-repeat: no-repeat;
  background-position: center;
}
.white-heading h5{
    font-weight:400 !important;
    font-size:1.2rem;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
  color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
  position: absolute;
  top: -0 !important;
  left: 0;
  content: " ";
  /* background: url(img/testimonial.bg-top.png); */
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}

.testimonial {
  min-height: 375px;
  position: relative;
  background-color:#dee2e670 ;
  padding-top: 10vmin;
  padding-bottom: 10vmin;
  background-position: center;
  background-size: cover;
}
#testimonial4 .carousel-inner:hover{
cursor: -moz-grab;
cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
left: 0;
margin: 0;
width: 100%;
font-size: 0;
height: 20px;
bottom: 15px;
padding: 0 5px;
cursor: e-resize;
overflow-x: auto;
overflow-y: hidden;
position: absolute;
text-align: center;
white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
padding: 0;
width: 14px;
height: 14px;
border: none;
text-indent: 0;
margin: 2px 3px;
cursor: pointer;
display: inline-block;
background: #ffffff;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
padding: 0;
width: 14px;
height: 14px;
border: none;
margin: 2px 3px;
background-color: #9dd3af;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
background: #eeeeee;
-webkit-border-radius: 0;
border-radius: 0;
}

.testimonial4_control_button .carousel-control{
top: 175px;
opacity: 1;
width: 40px;
bottom: auto;
height: 40px;
font-size: 10px;
cursor: pointer;
font-weight: 700;
overflow: hidden;
line-height: 38px;
text-shadow: none;
text-align: center;
position: absolute;
background: transparent;
border: 2px solid #ffffff;
text-transform: uppercase;
-webkit-border-radius: 100%;
border-radius: 100%;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
left: 7%;
top: 50%;
right: auto;
}
.testimonial4_control_button .carousel-control.right{
right: 7%;
top: 50%;
left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
color: #000;
background: #fff;
border: 2px solid #fff;
}

.testimonial4_header{
top: 0;
left: 0;
bottom: 0;
width: 550px;
display: block;
margin: 30px auto;
text-align: center;
position: relative;
}
.testimonial4_header h4{
color: #ffffff;
font-size: 30px;
font-weight: 600;
position: relative;
letter-spacing: 1px;
text-transform: uppercase;
}

.testimonial4_slide{
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 70%;
margin: auto;
padding: 20px;
position: relative;
text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 136px !important;
  height: 136px !important;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
  color: #020202;
  font-size: 20px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
color: #ffffff;
font-size: 22px;
}

.testimonial .carousel {
/*padding-bottom:50px;*/
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
  width: 18px;
  height: 35px;
  color: black;
}
/* ------testimonial  close-------*/
/* ------------------------ */


/* Arrow animation */
.tab input:not(:checked) + .tab__label:hover::after {
  animation: bounce .5s infinite;
}
@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-.25rem);
  }
}
.h2 .text-center{
  color: #005b94 !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 2rem;
}
/*--------------------------------------------------My Custom CSS---------------------------------------------------*/

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #fff;
    cursor:pointer;
}
.news-headings {
    text-align: center;
    padding: 40px;
    font-family: 'Poppins', sans-serif !important;
    color: #005b94;
    font-size: 2.8rem;
}
.testimonial4_slide img {
    border: 2px solid #005b94;
}
a.nav-link.footer-links.myfooterlink-txt {
    color: #b0b0b0 !important;
    font-weight: 500 !important;
}
.about-heading.mb-3 h2 {
    font-weight: 600 !important;
    font-size: 1.5em;
    color: #005b94;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
}
p.about-para {
    position: relative;
    line-height: 2;
    text-align:justify;
}
.content-1.about-para-txt p {
    line-height: 2;
}
.mytext-heading{
    color: #005b94 !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 30px;
}
a.view_more_link {
    position: relative;
    display: block;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin-top: 16%;
    width: 78%;
    margin-left: 12%;
    max-width: 300px;
    height: 45px;
    line-height: 40px;
    border: 2px solid #fff;
    border-radius: 5px;
    box-sizing: border-box;
    transition: background-color 0.3s ease, color 0.3s ease;
}

a.view_more_link:hover {
    background-color: #fff;
    color: #000;
}

/* Media query for smaller screens */
@media (max-width: 600px) {
    a.view_more_link {
        font-size: 16px; 
        width: 90%;      
        margin-top: 10%; 
    }
}
.content-news-container a {
    text-decoration: none !important;
}
.viewmore-txt {
    cursor: pointer;
    float: left;
    margin-top: -42px;
    margin-left: 24px;
}
section.blog-section.style-four.section {
    padding: 60px 0;
}
.blog-section.style-four .left-side {
    margin-right: 45px;
}
.blog-section.style-four .item-holder:first-child {
    margin-top: 0px;
    position:relative;
}
.blog-section.style-four .image-box {
    display: block;
     position:relative;
}
.blog-section.style-four .image-box img {
    border-radius: 10px;
    width: 100%;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
    margin-top: 40px;
}
.blog-section.style-four .content-text {
    display: block;
    padding-top: 40px;
    padding-left: 10px;
    position: relative;
    vertical-align: middle;
}
.blog-section.style-four .content-text h4 {
    font-weight: 400;
    color: #222222;
    margin-top: -10px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.blog-section .content-text span {
    font-size: 14px;
    font-weight: 500;
    color: #032c8f;
    line-height: 24px;
}
.btn-style-one {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 27px;
    padding: 4px 25px;
    background: #032c8f;
    border: 1px solid #032c8f;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Ubuntu','Josefin Sans','Poppins', sans-serif;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    border-radius: 0px;
}
.content-text a {
    text-decoration: none !important;
}
.content-text p {
    margin-top: 20px;
}
.link-btn {
    margin-bottom: 10%;
    margin-top: 2rem;
}
/*--------------------------------------------------Mobile View Responsive---------------------------------------------------*/

@media only screen and (min-width: 360px) and (max-width: 768px)
{
html {
    overflow-x: hidden !important;
}
.text-content {
    display: none;
}
.nav-bar-top {
    height: auto !important;
}
.numbers-1 .rect-1{
    margin-top:8%;
}
.text-heading h2 {
    font-weight: 600;
    font-size: 24px;
}
.numbers-1 .rect-1 h3 {
    font-size: 18px;
}
.text-heading p {
    font-size: 16px;
}
.text-italic {
    font-style: italic;
    font-size: 16px;
}
.content-1 h6 {
    font-size: 13px;
    color: #005b94;
}
.cover2 {
    height: 70vmin;
    background: url(/Content/images/main-slider/13.jpg);
    background-size: cover; /* Adjusted to cover the entire container */
    background-repeat: no-repeat; /* Prevent image repetition */
    position: relative;
}
.purchase.text-center.mb-3 {
      margin-top: 75vh;
}
.purchase h2 {
    font-size: 22px;
}
.faq-question {
        font-size: 14px !important;
    }
    .content-head h2 {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
    }
    section.section-2.container-fluid.mt-5 p {
    font-size: 12px;
}
    .btn-loan {
    padding: 6px !important;
    font-size: 14px !important;
}
    footer {
 
}
    .footer-links {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.534) !important;
    margin-left: -137px;
}
 .ui-card {
    height: 316px;
}
.mainDataGalleryInfo .grid-item {
    position: initial !important;
    width: 100%;
}
.bg {
    height: 400px; /* or adjust as needed for mobile */
}
.bg-1 {
    height: 400px; /* or adjust as needed for mobile */
}
.bg-SolarPV-One {
    height: 400px; /* or adjust as needed for mobile */
}
.bg-consultings {
    height: 400px; /* or adjust as needed for mobile */
}
.bg-SolarPV {
    height: 400px; /* or adjust as needed for mobile */
}
    .cover {
        height: auto;
        background-position: center center;
        background-size: cover;
        padding-bottom: 8vmin;
    }

        .cover .content-head {
            padding-top: 12vmin;
            padding-bottom: 6vmin;
        }

    .content-head h2 {
        font-size: 6vw;
        margin-top: 0;
    }

    .content-head p {
        font-size: 14px;
        line-height: 1.6;
    }

    .content-head .btn {
        font-size: 14px;
        padding: 8px 18px;
    }



    .heading-sm-footer {
        font-size: 16px;
    }
.heading-pages {
   font-size: 18px;
   font-weight: 500;
   margin-top: 30px;
}
.count h2 {
        font-size: 34px;
    }
.pages-footer {
    margin-left: -4%;
    }
.testimonial4_slide p {
    font-size: 16px;
}
.content-news {
    margin-top: 30px;
    }
.news-headings {
    font-size: 30px;
}
    .panel-1 {
        width: 100%;
        border-radius: 3px;
        text-align: left;
        padding: 7vmin 3vmin 7vmin 3vmin;
        font-family: 'Poppins', sans-serif;
        z-index: 1;
    }

    .mytext-heading {
        color: #005b94 !important;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 30px;
        padding: 2vmin;
    }
}

.franchise{
  background-image: linear-gradient(rgba(9, 5, 54, 0.3), rgba(5, 4, 46, 0.7)), url("/content/images/franchise.jpg");
  width:100%;
  height:60vh;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 40px;
}
.franchise h2{
  color:#fff;
  font-size:3rem;
  letter-spacing: 1px;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  text-transform: uppercase !important;
}
.head-extradiv{
    width:100%; 
    height:auto;
    margin:100px 0;
    text-align:center;
}
.text-detail h2{
    text-align: center;
    padding: 40px;
    font-family: 'Poppins', sans-serif !important;
    color: #005b94;
    font-size: 2.8rem;
    margin-bottom: 40px;
}


.extradiv{
    background:#fff;
    border:none;
    padding:50px !important;
    border-radius:3px;
    transition:0.3s;
}
.extradiv:hover{
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    transform:translateY(-20px);
}
.extratext{
    color:#005b94;
    font-size:1.1rem;
    margin:20px 0 15px 0;
    font-weight:bold;
    line-height:1.1;
    word-spacing:4px;
}
.extraicon{
    font-size:35px !important;
    color:#005b94;
}

.pagination {
    text-align: center;
    margin-top: 8rem !important;
}

.pagination a {
    padding: 8px 12px;
    margin: 5px;
    border: 1px solid #ddd;
    color: #000;
    text-decoration: none;
    display: inline-block;
}

.pagination .active {
    background-color: #032c8f;
    color: #fff !important;
    border: 1px solid #032c8f;
}
.page-breadcrum {
    position: relative;
    width: 100%;
    height: 130px;
    overflow: hidden;
    background: #005b94 !important;
    padding: 20px 30px 35px;
}

.breadcum_heading {
    color: #fff;
    font-size: 32px;
    letter-spacing: 2px !important;
    text-align: center;
}

.breadcum_para {
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
    font-weight: 600;
}

/* Responsive for small screens */
@media screen and (max-width: 576px) {
    .page-breadcrum {
        height: auto; /* Let it grow naturally */
        padding: 20px 15px 25px; /* Less horizontal space */
    }

    .breadcum_heading {
        font-size: 20px;
        letter-spacing: 1px;
    }

    .breadcum_para {
        font-size: 14px;
        padding-top: 8px;
        font-weight: 500;
    }
}


.content-1 img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    padding:2px;
    margin-right:10px;
}

   