
@import url('https://fonts.googleapis.com/css2?family=Glory:ital,wght@0,100..800;1,100..800&display=swap');

body{margin:0; padding:0; color: #333;  font-size: 14px; line-height:24px; font-family: "Glory", sans-serif;}

h1.w6, h2.w6, h3.w6, h4.w6, h5.w6, h6.w6 {font-weight:600;}
h1.w4, h2.w4, h3.w4, h4.w4, h5.w4, h6.w4 {font-weight:400;}
h1,h2,h3,h4,h5,h6 {font-weight:700; color:#222; }
h1,h2,h3,h4,h5,h6 {font-family: "Glory", sans-serif;}
img{max-width:100%;}
ul, li{ padding:0; margin:0; list-style:none;}
a, a:focus, a:hover{outline:none; text-decoration:none;}
.form-control:focus, .form-control:hover{box-shadow:0 0 0;}
.wapper{overflow:hidden;}
.header{display:block; clear:both; position:relative; z-index: 101;}
.headertopcontent {display: block; padding:10px 20px; color:#00a551; text-align:center; font-size:16px; text-transform:uppercase;}

.header .container-fluid{padding: 0 40px;}
.navbar{padding:0px 0;background: #070e20;}
.navbar .container{position:relative;}
.navbar ul, .header-menu .navbar li {margin: 0;}
.navbar-nav > li{transition:all 500ms ease; -moz-transition:all 500ms ease; -webkit-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;}
.navbar-nav > li > a {padding-top:30px; padding-bottom:30px; padding-left:20px; padding-right:20px; font-size:18px; font-weight:500; color:#efc22a; transition: .3s; display:block; position:relative;}
.navbar-nav > li:hover > a, .navbar-nav > li > a.active,  .navbar-nav td a.active, .navbar-nav li a.active,  .navbar-nav li a:hover,  .navbar-nav td a:hover{color:#ffd200 !important;}
.navbar-collapse{padding:0;}
.navbar-nav > li > .arow{position:absolute;  color: #efc22a; right:0px; top:32px; z-index: 251;font-size: 18px;}
.navbar-nav > li > .arow:after {font-family:'FontAwesome'; content: "\f107";}
.dropdown-menu > li > a{white-space: pre-wrap; padding:8px 10px; color: #333; display:block;font-size:16px; line-height:24px;}
.navbar-nav > li ul li a:hover{color:#0b934d;}
.navbar ul > li > ul.dropdown-menu{background:#fff; border-radius:0; padding:0; margin:0;}

.btn-getstarted{background: #f6c42d;font-size: 16px;padding:12px 25px; border-radius: 50px; transition: 0.3s; display: flex; align-items: center; color:#000;}
.btn-getstarted span{display:inline-block; padding-left:3px;}


.banner_main {height: 80vh; z-index: 99; position: relative;}
.banner_main .bannerslider .item {height: 80vh; overflow:hidden;}
.banner_main .bannerslider .item img {height: 80vh; object-fit: cover; webkit-animation: move 50s infinite;-moz-animation: move 50s infinite; -o-animation: move 50s infinite; animation: move 50s infinite;   -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; animation-fill-mode: forwards; }
@keyframes move { 0% { transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); -moz-transform: scale(1); -webkit-transform-origin: bottom left; -moz-transform-origin: bottom left;        -ms-transform-origin: bottom left;  -o-transform-origin: bottom left; transform-origin: bottom left; } 100% { transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2);        -moz-transform: scale(1.2);}}
.banner_main .owl-nav{display:none;}

.welcome_main {padding: 45px 0 !important; position:relative; display:block;background:#fff;}
.image-column .inner-column {position: relative;}

.carouser-box{position:absolute; top:30%; z-index:5; text-align:center; width:100%;}
.carouser-box h1{color:#fff; font-size:65px;}
.carouser-box p{color:#fff; font-size:25px;}

.calculator-sec{padding: 45px 0; position:relative; display:block; background:#e5f2ff;}


.content-column .inner-column {position: relative; padding-left: 40px;}
.content-column .sec-title-two {margin-bottom: 15px;}
.image-column .kids-title {position: absolute; left: -30px; top:105px; color: #ffd200; line-height: 1em; font-size: 120px; z-index: 1; text-shadow: 0 0 10px rgb(0 0 0 / 25%);}
.sec-title-two h2 {color: #333333; font-size: 48px; line-height: 1.1em; font-weight: 700;}
.sec-title-two h2 .hedingone {color: #e3a31b;}
.content-column .dark-text {position: relative; color: #666666; font-size: 18px; line-height: 28px; margin-bottom: 35px; text-align: justify;}
.content-column .button-box {position: relative; margin-top: 15px;}
.allbtnview {display: inline-block; position: relative; border: none; color: #333333; cursor: pointer; background: #e3a31b; margin: 0px;  font-weight: 500;}
.allbtnview::before, .allbtnview::after {content: ""; width: 0; height: 3px; position: absolute; transition: all 0.2s linear; background:#00a551;}
.allbtnview::before {left: 0; top: 0; transition-duration: 0.4s;}
.allbtnview::after {right: 0; bottom: 0; transition-duration: 0.4s;}
.allbtnview span {display: block; padding: 10px 19px 10px; font-size: 18px; text-transform: uppercase;}
.allbtnview span::before { left: 0; top: 0; transition-duration: 0.4s;}
.allbtnview span::before, .allbtnview span::after {content: ""; width: 3px; height: 0; position: absolute; transition: all 0.2s linear; background:#ffd200;}
.allbtnview:hover::before, .allbtnview:hover::after {width: 100%;}
.allbtnview:hover span::before, .allbtnview:hover span::after {height: 100%;}
.allbtnview span::after {right: 0; bottom: 0; transition-duration: 0.4s;}
.content-column ul li {margin: 0 0 5px;text-align: left; padding-left: 15px; line-height: 29.4px; background: url(../images/product-arow.png) no-repeat 0 9px;}

.gallery-sec {padding: 45px 0 15px; background: #e5f2ff;}
.gallery-sec h2 {color: #333333; font-size: 48px; line-height: 1.1em; font-weight: 700; text-align:center;}
.gallery-sec h2 span{color: #e3a31b;}
.gallery-box{margin-bottom:30px;box-shadow: 0px 0px 24px 2px #242a571c; text-align:center;}

.services-sec{padding: 45px 0; background: #e5f2ff; display:block;}
.services-sec h2 {color: #333333; font-size: 48px; line-height: 1.1em; font-weight: 700; text-align:center;}
.services-sec h2 span{color: #e3a31b;}
.services-sec p{font-size:18px;}
.services-sec ul li {margin: 0 0 5px;text-align: left; padding-left: 15px; font-size:18px; line-height: 29.4px; background: url(../images/product-arow.png) no-repeat 0 9px;}

.clients-sec{padding: 45px 0; background: #fff; display:block;}
.clients-sec h2 {color: #333333; font-size: 48px; line-height: 1.1em; font-weight: 700; text-align:center;}
.clients-sec h2 span{color: #e3a31b;}
.shadow-effect {position: relative; background: #fff; padding:5px !important; text-align:center; box-shadow:0 0 5px #ddd;}
.clients-sec .item{padding:5px;}
.shadow-effect p{font-size:16px; margin-top:10px;}
.clients-sec .owl-carousel .owl-item img {width:100%;}

.panel-sec{padding: 45px 0; background: #fff; display:block;}
.panel-sec h2 {color: #333333; font-size: 48px; line-height: 1.1em; font-weight: 700; text-align:center;}
.panel-sec h2 span{color: #e3a31b;}
.panel-box{margin-bottom:30px;box-shadow: 0px 0px 24px 2px #242a571c; text-align:center;min-height: 120px; padding:15px;}
.panel-box img{height:40px;}
.panel-box p{font-size:18px; margin-top:20px; font-weight:bold;}

.inverter-sec{padding: 45px 0; background: #e5f2ff; display:block;}
.inverter-sec h2 {color: #333333; font-size: 48px; line-height: 1.1em; font-weight: 700; text-align:center;}
.inverter-sec h2 span{color: #e3a31b;}
.inverter-sec .col-md-3{flex: 0 0 20%;max-width:20%;}
.inverter-box{margin-bottom:30px;box-shadow: 0px 0px 24px 2px #242a571c; text-align:center;min-height: 120px; padding:15px; background:#fff;}
.inverter-box img{height:50px;}
.inverter-box p{font-size:18px; margin-top:20px; font-weight:bold;}


.hm-contact{position: relative; display:block; clear:both; background:#fff; padding-top:50px; padding-bottom:50px;}
.hm-contact h2{margin: 1.5rem 0 30px; color:#f6c42d; font-size: 26px; font-weight: 600;}
.hm-contact h2 span{position: relative; display: inline-block; color:#000; padding: 5px 15px;}
.hm-contact h2 span:before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 4px; background-color:#f6c42d; opacity: 0.15;}
.hm-contact p{margin-bottom:10px;}
.hm-contact h4{margin:0 0 1.5rem ; font-size: 20px; font-weight: 500; line-height: 1.2; color: #234762;}
.hm-contact input, .hm-contact select{ font-size: 14px; height: 50px;background-color: rgba(0, 0, 0, 0.075);color:#234762; border-color:rgba(0, 0, 0, 0.075);}
.hm-contact textarea{ font-size: 14px; background-color: rgba(0, 0, 0, 0.075);color:#234762;  border-color:rgba(0, 0, 0, 0.075);}
.hm-contact input::focus{background-color: #c65200;}
.hm-contact input {padding: 1rem;}
.hm-contact [type="submit"] {background: #f6c42d;  border: 0; padding: 10px 24px; color: #000; transition: 0.4s; font-size: 16px; border-radius: 5px;}
.hm-contact [type="submit"]:hover {background: #234762; color:#fff;}
.errer{position:absolute; top:15px; right:15px;}


 footer {background:#175ca8; color: #fff;display:block;clear:both; position:relative; padding-top:10px;}
.foote-link h2 {color: #fff;margin: 0 0 15px;position: relative; font-size:19px; font-weight:700;}
.foote-link{padding-top:10px; padding-bottom:0px;display:block;clear:both;}
.foote-link ul.foot-link-list {list-style-type: none; margin: 0;padding:0px; font-size:14px;}
.foote-link ul.foot-link-list li {position: relative;color: #fff;}
.foote-link ul.foot-link-list li a {text-transform: capitalize;line-height: 26px;color: #fff;padding: 3px 0;display: block; -webkit-transition: all 0.3s;
-moz-transition: all 0.3s;-o-transition: all 0.3s;-ms-transition: all 0.3s;transition: all 0.3s; position: relative; padding-left: 20px;}
.foote-link ul.foot-link-list li a:before {content: '\f105'; position: absolute; left: 0; top:3px; font: 400 18px/24px 'FontAwesome'; color: #b8b7eb; transition: .33s all ease;}
.foote-link ul.foot-link-list li a:hover{color:#fff; text-decoration:underline;}

.copy-right{padding-top:10px; padding-bottom:10px; margin-top:15px; background:#175ca8; border-top:1px solid #2074d1; display:block;clear:both;}
.copy-right p{margin-bottom: 0;color: #fff; font-size:15px;}
.copy-right a{color:#fff; padding-left:10px;}
.call-ad{padding:0; margin:0 0 0px;}
.call-ad li{display:block; margin-bottom:10px;}
.call-ad li div{color:#fff; display:table;}
.call-ad li div i{color: #fff;width: 22px; height: 22px; font-size: 21px; line-height: 21px; text-align:center; max-width: 100%; display:table-cell;}
.call-ad li div span{padding-left:15px; display:table-cell;}


.inner-breadcrum-sec{background: #00a551; padding: 30px 0 30px; background-image: url(../images/bgpattern_new.png); position:relative;}
.inner-breadcrum-sec h2{color: #fff;font-size:30px;margin-bottom:0px;font-weight: 700;}

.inner-page-sec{padding:20px 0 50px; position:relative; background:#fff; min-height:450px;}
.inner-page-sec h4 {color: #333333;font-size:24px;line-height: 1.1em; font-weight: 700;}
.inner-page-sec ul {margin: 15px 0 0 0; padding: 0;}
.inner-page-sec ul li {margin: 0 0 10px;text-align: left; padding-left: 15px; font-size:18px; background: url(../images/product-arow.png) no-repeat 0 9px;}
.inner-page-sec p{font-size:18px; line-height:24px;}


a.fancybox{background: #fff; box-shadow: 0 0 7px #ccc; margin: 15px 15px 15px; padding: 10px; flex: 0 0 22.5%; max-width:22.5%; text-align:center;}
a.fancybox img{max-width:100%;}
a.fancybox:nth-of-type(4n){margin-right:0;}


.about-box{margin-bottom:30px;box-shadow: 0px 0px 24px 2px #242a571c; padding:15px; background:#fff;}
.about-box h4{margin:0 0 1.5rem ; font-size: 20px; font-weight: 500; line-height: 1.2; color: #f6c42d;}

.contact-row{position: relative;display: grid;grid-template-columns: repeat(3, minmax(0, 1fr));gap: 0.44rem; width: 100%;}
.contact-form-map{position: relative;grid-column: span 2;display: grid;gap: 0px;grid-template-columns: repeat(2, minmax(0, 1fr));max-width: 100%;}
.contact-form-map h3{font-size: 1.75rem;line-height: 1.3em;font-weight: 700; color:#242a56;grid-column: span 2; margin-bottom:30px;}
.contact-form-box{background-color: #ffffff;box-shadow: 0px 0px 24px 2px #242a571c;position: relative; padding:30px;}
.contact-map-box{min-height: 460px;}

.contact-address{display: flex; gap: 60px; flex-wrap: nowrap; flex-direction: column; align-items: flex-start;justify-content: flex-start;width: 100%;margin-left: 100px;}
.contact-address h3{font-size: 1.75rem;line-height: 1.3em;font-weight: 700; color:#242a56;grid-column: span 2; margin-bottom:30px;}
.contact-address-box{position: relative;width: 100%; display: flex;  gap: var(24px, 1em);  flex-wrap: nowrap; flex-direction: column; align-items: flex-start;justify-content: center;max-width: 100%;}
.contact-address-box h4{font-size:18px !important; margin:0 0 10px; font-weight:bold;}
.contact-address-box .fa{font-size:20px; position:absolute; left:0; top:4px;}
.contact-address-box p{position:relative; padding-left:30px; font-size:18px;}
.contact-address-box p span.nm{display:block; clear:both; font-weight:bold;}
.contact-address-box p a{color:#000;}

.contact-row .input-group{margin-bottom:20px;}
.contact-row .btn-send{background: #f6c42d;  border: 0; padding: 10px 24px; color: #000; transition: 0.4s; font-size: 16px; border-radius: 5px; width:100%;}
.contact-row .btn-send:hover{background: #234762; color:#fff;}

.service-det-box{margin-bottom:30px;box-shadow: 0px 0px 24px 2px #242a571c; padding:15px; background:#fff;}
.service-det-box h4{margin:0 0 1.5rem ; font-size:30px; font-weight: 500; line-height: 1.2; color: #f6c42d;}

.loan-process {max-width: 600px; margin: 0 auto; padding: 0 10px;}
.step-item {position: relative; margin-bottom: 20px; transform: translateY(0); transition: all 0.3s ease;}
.step-item:nth-child(1) {animation-delay: 0.1s;}
.step-card {display: flex; align-items: center; padding:8px 20px; border-radius:50px; color:white; font-weight:600;font-size:16px; box-shadow:0 4px 15px rgba(0, 0, 0, 0.1); position:relative; overflow:hidden; min-height: 65px;}
.step-card::before {content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%); pointer-events: none;}
.step-number {background: rgba(255, 255, 255, 0.25); color: white; font-weight: bold; font-size: 18px; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right:15px;    flex-shrink: 0; border: 2px solid rgba(255, 255, 255, 0.3); backdrop-filter: blur(10px);}
.step-content {flex: 1; display: flex; flex-direction: column; gap: 2px;}
.step-title {font-weight: 700; font-size: 16px; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);}
.step-subtitle {font-weight: 500; font-size: 15px; opacity: 0.95;}

.step-1 {background: linear-gradient(135deg, #ff4757 0%, #ff6b7a 50%, #ff8e9b 100%);}
.step-2 {background: linear-gradient(135deg, #ffa726 0%, #ffb74d 50%, #ffc947 100%);}
.step-3 {background: linear-gradient(135deg, #26a69a 0%, #4db6ac 50%, #80cbc4 100%);}
.step-4 {background: linear-gradient(135deg, #42a5f5 0%, #64b5f6 50%, #90caf9 100%);}




@media(max-width:767px){
	body{overflow-x: hidden;}
	.header{background:#fff;}
	.navbar-light .navbar-toggler{background:#fff;}
	.btn-getstarted{display:none;}
	.headertopcontent{height:60px;padding: 0 15px;}
	.headertopcontent_left:before{display:none;}
	.headertopcontent_left{display:block;}
	.navbar-nav > li > .arow{top: 8px;padding: 5px; background:#fff;}
	.dropdown.open .dropdown-menu{display: block;}
	.headertopcontent .headertopcontent_left a span{font-size:13px;}
	.headertopcontent_right ul.socialmedia{grid-gap: 10px;}
	.header .container-fluid{padding: 0 15px;}
	.navbar-expand-md>.container{padding-right: 15px;padding-left: 15px;}
	.navbar-brand img{width:265px;}
	.navbar-toggler{padding:0.25rem 0.40rem;}
	.navbar-nav > li > a{line-height:40px; border-bottom:1px solid #ddd;padding-top: 6px; padding-bottom:6px;}
	.navbar ul > li > a:not(:only-child):after{top: 9px;}
	.navbar-collapse ul > li > ul.dropdown-menu{width:100%;position: relative;}
	.navbar-collapse .dropdown-menu .dropdown-menu{width:100%;position: relative; left:0;background: #0c3d6e;}
	.image-column .kids-title, .image-column .pattern-layer{display:none;}
	.image-column .inner-column{padding-right:0; padding-bottom:30px;}
	.content-column .inner-column{padding-left:0;}
	.sec-title-two h2{font-size:30px;}
	.stories-main .lower-content{margin-bottom:30px;}
	.twonewsview > div:nth-child(1){margin-bottom:30px;}
	.stories-main .lower-content .border-layer{display:none;}
	.toppers {grid-template-columns: 1fr 1fr;  grid-gap: 20px; background-image: none;}
	.arrowtopagetopper{display:none;}
	.toppers .toppersbox:nth-child(2){margin-top:0;}
	.copy-right p{text-align:center;}
	
	.carouser-box h1{font-size:28px;}
	.carouser-box p{font-size:16px;}
	.clients-sec h2, .gallery-sec h2, .panel-sec h2, .inverter-sec h2{font-size:30px;}
	.inverter-sec .col-md-3{flex: 0 0 100%;max-width: 100%;}
	.hm-contact .intro, .form-group-margin{padding-right:15px; padding-left:15px;}
	.contact-row, .contact-form-map{display:block;}
	.contact-map-box{min-height: 50px;}
	.contact-address{display:block; margin-left:0;}
	
	
}

@media (min-width: 768px){

}

@media (min-width: 992px){
.container{max-width:1220px;}
.fixed-top .navbar{position: fixed; top: 0; right: 0; left: 0; z-index: 1030; box-shadow: 0px 1px 5px #ccc;}
.navbar ul > li > ul.dropdown-menu{box-shadow:0 0 0; width:250px; top:100%;left: -30px; transition: all 900ms ease;-moz-transition: all 900ms ease; -webkit-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; visibility: hidden; opacity: 0;border-radius: 10px; display:block; padding:5px;}
.navbar ul > li:hover > ul.dropdown-menu{left:0px;opacity: 1;visibility: visible;}
.navbar-nav > li.drop-p .full-width{width:100%; padding:15px; top:100% !important; left:0 !important}
.sticky-header .header-logo{padding-bottom:0; padding-top:0;}
.sticky-header .header-logo .navbar-brand{margin-top: -16px;}
.sticky-header .header-logo .navbar-brand img{height:83px;}
.sticky-header .header-logo ul{padding-top:16px;}
}






