/*Popup image*/

/* Modal Styling */
.custom-modal {
    border-radius: 15px; /* Rounded Corners */
    overflow: hidden; /* Ensures smooth edges */
}

/* Custom Close Button */
.custom-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1050; /* Ensures it's always visible */
    font-size: 20px;
}

/* Darker Overlay */
.modal-backdrop.show {
    opacity: 0.9 !important; /* Increases darkness */
	backdrop-filter: blur(8px); /* Adds blur effect */
}

/**/

label.pic-h {
    font-size: 20px;
    /* text-align: center; */
    font-weight: 500;
    padding: 20px 0 10px 0;
}
/*Nav Tabs*/
.nav-tabs li .nav-link {
    border-radius: 5px 5px 0 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 11.2px 24px;
    padding: .7rem 1.5rem;
    transition: all .2s;
    margin-right: 1px;
	line-height: 1.7 !important;
}
.nav-tabs li .nav-link{
    background: var(--primary-rgba-10);
}
.tabs-left .nav-tabs > li .nav-link {
    border-right: 1px solid var(--primary-rgba-10);
    border-left: 3px var(--primary);
}
.tabs-navigation .nav-tabs li .nav-link.active, .tabs-navigation .nav-tabs li .nav-link.active:hover, .tabs-navigation .nav-tabs li .nav-link.active:focus {
    border-right-color: var(--primary-rgba-10);
}
.tabs-vertical {
    border-top: 1px solid  var(--primary-rgba-10);
}


/**/
.featured-box .box-content:not(.box-content-border-0) {
    top: -1px;
    border-top-width: 0;
}
/*Form*/
.custom-border-color-grey-1 {
  border-color: #fff !important;
}
.form-control:not(.form-control-sm):not(.form-control-lg) {
    font-size: 20px;
    line-height: 1.85;
	letter-spacing: 1px;
    margin-bottom: 40px;
	padding: 0;
}
html body .form-control.text-light,
html body .form-control.text-light::placeholder,
html body .form-control.text-light:focus {
    color: #ffffff !important;  /* Force white text */
    caret-color: #ffffff !important;  /* Force white cursor */
    background-color: transparent !important;  /* Ensure background does not interfere */
}

.lead {
    letter-spacing: 1px;
    font-size: 1.1rem;
}
/* Custom Marquee */
.custom-marquee-1 .js-marquee-wrapper,
.custom-marquee-1 .js-marquee,
.custom-marquee-1 .js-marquee > span {
		display: flex;
}

/**/

.border-dark {
    border: 1.5px solid #00cfff !important;
    border-radius: 8px !important;
}
.border-primary {
    border: 1.5px solid var(--primary) !important;
    border-radius: 8px !important;
}

.left-ship{
	position: absolute !important;
    left: -260px;
}
@media (min-width: 1600px) {
	.left-ship{
		position: absolute !important;
		left: 0;
	}
}
/**/
@media (max-width: 767px) {
	.owl-carousel.full-width .owl-nav button[class*="owl-"], .owl-carousel.full-width .owl-nav button[class*="owl-"]:hover, .owl-carousel.big-nav .owl-nav button[class*="owl-"], .owl-carousel.big-nav .owl-nav button[class*="owl-"]:hover {
		height: auto;
		padding: 0px 0 !important;
	}
	.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
		width: 15px;
	}
	.custom-heading-1 {
		font-size: 12px;
	}
	.owl-carousel .owl-nav button.owl-prev:before {
		top: -3px;
	}
	.owl-carousel .owl-nav button.owl-next:before {
		top: -3px;
	}
}

/**/
.bg-grey, .bg-color-grey {
    background-color: #F8F9FA !important;
	border: 1px solid #dadce0;
}

/**/
@media (max-width: 2559px) {
	.parallax-background {
		background-position: center !important;
		height: 130% !important;
	}

}
/**/
@media (min-width: 1024px) {
.vertical-border {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%;
		width: 1px;
		background-color: #eaeaea;

	}
}
.border-top {
	border-top: 1px solid #eaeaea;
}
/*List*/
ul.list-applications {
    font-size: 18px;
    font-weight: 600;
}
.list.list-icons li {
    padding-left: 30px;
}
.list li {
    margin-bottom: 20px;
}
ul.list.list-icons.custom-list {
    font-size: 16px;
    font-weight: 600;
}

ul.list.list-icons.star-list {
    font-size: 20px;
    font-weight: 500;
}

.star-list li {
    padding-left: 36px !important;
}

/**/
/*Table*/
.responsive-table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
}
@media (min-width: 48em) {
  .responsive-table {
    font-size: 0.9em;
  }
}
@media (min-width: 62em) {
  .responsive-table {
    font-size: 1em;
  }
}
.responsive-table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}
.responsive-table thead th {
  background: transparent;
  border: 1px solid #86bc25;
  font-weight: normal;
  color: white;
}
.responsive-table thead th:first-of-type {
  text-align: left;
}
.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}
@media (min-width: 48em) {
  .responsive-table tr {
    display: table-row;
  }
}
.responsive-table th,
.responsive-table td {
  padding: 15px;
  vertical-align: middle;
}
@media (min-width: 30em) {
  .responsive-table th,
.responsive-table td {
    padding: 0.75em 0.5em;
  }
}
@media (min-width: 48em) {
  .responsive-table th,
.responsive-table td {
    display: table-cell;
    padding: 0.5em;
  }
}
@media (min-width: 62em) {
  .responsive-table th,
.responsive-table td {
    padding: 0.75em 0.5em;
  }
}
@media (min-width: 75em) {
  .responsive-table th,
.responsive-table td {
    padding: 0.75em;
  }
}
.responsive-table caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
}
@media (min-width: 48em) {
  .responsive-table caption {
    font-size: 1.5em;
  }
}
.responsive-table tfoot {
  font-size: 0.8em;
  font-style: italic;
}
@media (min-width: 62em) {
  .responsive-table tfoot {
    font-size: 0.9em;
  }
}
@media (min-width: 48em) {
  .responsive-table tbody {
    display: table-row-group;
  }
}
.responsive-table tbody tr {
  margin-bottom: 1em;
}
@media (min-width: 48em) {
  .responsive-table tbody tr {
    display: table-row;
    border-width: 1px;
  }
}
.responsive-table tbody tr:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .responsive-table tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.12);
  }
}
@media (min-width: 30em) {
  .responsive-table tbody th[scope=row] {
    border-left: 1px solid #86bc25;
    border-bottom: 1px solid #86bc25;
  }
}
@media (min-width: 48em) {
  .responsive-table tbody th[scope=row] {
    background-color: transparent;
    color: #000001;
    text-align: left;
  }
}
@media (min-width: 48em) {
  .responsive-table tbody td {
    border-left: 1px solid #86bc25;
    border-bottom: 1px solid #86bc25;
  }
}
@media (min-width: 48em) {
  .responsive-table tbody td:last-of-type {
    border-right: 1px solid #86bc25;
  }
}
.responsive-table tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  font-size: 16px;
  color: #000;
}
@media (min-width: 30em) {
  .responsive-table tbody td[data-title]:before {
    font-size: 0.9em;
  }
}
@media (min-width: 48em) {
  .responsive-table tbody td[data-title]:before {
    content: none;
  }
}
@media (max-width: 767px) {
	.responsive-table tbody td {
	  text-align: right;
	}
	.responsive-table tbody th[scope=row] {
	  background: linear-gradient(45deg, #0991CC 0%, #53b093 100%);
	  color: white;
	}
}

/*
* Table ends
*/

/*Page header*/

.page-header.page-header-modern.page-header-background.page-header-background-md {
    padding: 125px 0;
	margin: 0;
	background-position: center;
    background-size: cover;
}
.page-header.page-header-modern h1 {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

@media (max-width: 991px) {
	.page-header.page-header-modern h1 {
		font-size: 20px;
		font-weight: 500;
	}
	.breadcrumb > li {
		font-size: 10px;
		text-transform: none;
	}
	.page-header.page-header-modern.page-header-background.page-header-background-md {
		padding: 20px 0;
		background-size: cover;
		background-position-x: 40%;
	}
}

/**/


.custom-testimonial blockquote {
		background: transparent !important;
		padding: 11.2px 28.8px;
		padding: 0.7rem 1.8rem;
}

.custom-testimonial blockquote:before, .custom-testimonial blockquote:after {
		font-family: "Font Awesome 6 Free";
		font-weight: 600;
		font-size: 30px !important;
		color: #000 !important;
}

.custom-testimonial blockquote:before {
		font-size: 30px !important;
		left: -12px !important;
		font-family: "Barlow", sans-serif;
		color: #000 !important;
}
.testimonial.testimonial-style-4 blockquote p {
    color: #000;
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    font-style: normal;
}
.testimonial .testimonial-author p {
    color: #000 !important;
}
.testimonial .testimonial-author span {
    color: #000;
    font-size: 12.8px;
	padding-top: 5px;
}

/**/
/*Banner*/

.thumb-info .thumb-info-title {
    font-weight: 600;
    left: 0;
    letter-spacing: 0.5px;
}


.graphic-overlay {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

@media (max-width: 767px) {
	.graphic-overlay {
		height: 200px;
		width: 150px;
	}
}

.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav .owl-next, .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav .owl-prev {
    background-color: #0991CC !important;
    border-color: #0991CC !important;
}

/**/

/*Colors and bg*/
.gradient-bg-1 {
	background-image: linear-gradient(192deg,#00A6A6 26%,#002F6C 100%) !important;
}
.gradient-bg-2 {
	background: #53b393;
	background: linear-gradient(45deg,#0991CC 0%,#53b093 100%) !important;
}


.bg-light-sky {
    background: #e0f6ff !important;
}

.text-grey, .text-color-grey {
    color: #96989a !important;
}
.overlay-gradient-bottom-content:before {
    opacity: 1 !important;
    background: var(--dark);
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 30%, rgba(42,38,126,0.8) 100%);
}

/**/
/*Typography*/
p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	color: #000000;
}
body {
 	font-family: "Maven Pro", serif;
 	font-style: normal;
	font-weight: 400;
	line-height: 1.75;
	font-size: 1rem;
	color: #000000;
	letter-spacing: 0;
}
b, strong {
    font-weight: 600;
}
.banner-heading {
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.3;
}
.banner-sub-heading {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.5;
}
h1,h2,h3,h4,h5,h6 {
	letter-spacing: 0px;
	line-height: 1.2;
}
.main-title {
	font-size: 2.875rem;
	font-weight: 500;
    line-height: 52px;
}
.lead-2 {
	font-size: 20px;
    font-weight: 500;
}
.sec-title-top {
	font-size: 20px;
	font-weight: 600;
    letter-spacing: 1px;
}
.sec-heading {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.4;
}

.btn {
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 400;
}

.counters strong {
    font-weight: 600;
    font-size: 60px;
	margin-bottom: 15px;
}
.counters .counter {
    text-align: left;
}

/* Hide the original appended text */




.feature-box.feature-box-style-5 {
    align-items: center;
}


@media (max-width: 767px) {
	
    .banner-heading {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 1.5;
    }
    .banner-sub-heading {
        font-size: 10px;
        font-weight: 300;
        letter-spacing: 1px;
        line-height: 1.5;
    }
	
	.main-title {
		font-size: 26px;
		font-weight: 600;
		line-height: 1.25;
	}

    .lead-2 {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 1.7;
    }
	
	.sec-heading {
		font-size: 22px;
		font-weight: 500;
		line-height: 1.25;
	}
	
	.counters strong {
		font-weight: 500;
		font-size: 36px;
	}
	.counters label {
		display: block;
		font-weight: 400;
		font-size: 24px;
		line-height: 20px;
	}
	.parallax-disabled .parallax-background {
		background-attachment: scroll !important;
		background-position: 75% 50% !important;
	}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-heading {
        font-size: 30px;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 1.5;
    }
    .banner-sub-heading {
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 1.5;
    }

    .lead-2 {
        font-size: 18px;
        letter-spacing: 0.5px;
        line-height: 1.7;
    }

}

/**/

/*Header*/
@media (min-width: 992px)
{
	#header .header-nav-main nav > ul > li > a {
		font-size: 18px;
		letter-spacing: 0.5px;
		color: #04225c;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		color: #000;
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 1.0px;
		padding: 9px 18px 9px 18px;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a {
		background-color: #0991cc;
		color: #ffffff;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
		min-width: 250px;
		padding: 0;
	}
}
@media (max-width: 991px)
{
	#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
		color: #000;
		text-transform: none;
	}
	#header .header-nav-main nav > ul {
		padding-top: 0;
		padding-bottom: 0;
	}
}

/**/

/*Footer*/

#footer {
	background-image: url(../img/footer-bg.jpg) !important;
	background-size: cover;
}
footer .cs-logi-footer-border {
  position: absolute;
  bottom: 0;
  left: 0;
}

footer#footer p {
    font-size: 16px;
}

footer#footer a {
    font-size: 16px;
}
footer#footer.feature-box.feature-box-style-2 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-2 .feature-box-icon .icons {
    font-size: 20px;
}

#footer a:not(.btn):not(.no-footer-css) {
    color: #fff;
    transition: all 0.1s ease-in-out;
}

/*Demo-renewable-energy.html*/

/*Whatsapp button*/

.wts-app-btn {
  	position: fixed !important;
  	right: 30px !important;
  	bottom: 60px !important;
  	z-index: 999 !important;
	display: flex;
	align-items: center;
}
a.wts-app-btn {
  	font-weight: 500;
  	color: #ffffff;
	font-size: 15px;
	padding: 10px 20px;
	background: #25D366;
	text-shadow: 0px 2px 10px rgba(0,0,0,0.4), 0px 1px 2px rgba(0,0,0,0.1), 0px 20px 20px rgba(0,0,0,0.2);
}
a.wts-app-btn:hover {
  	color: #ffffff;
	background: #2A9A84;
}
.wts-app-btn i {
	font-size: 24px;
	padding-right: 6px;
}

@media (max-width: 991px) {
	.wts-app-btn {
		position: fixed !important;
		right: 5px !important;
		bottom: 15px !important;
		z-index: 999 !important;
		display: flex;
		align-items: center;
	}
}

@media (min-width: 1440px) {
    .container-xl-custom {
        max-width: 1300px;
    }
}

/**/