@charset "UTF-8";
/***!  /templates/solarman/css/custom.css  !***/

.tp-home #sp-main-body {
  padding: 0;
}
#sp-header a.rs-btn {
	border-radius: 30px 30px 30px 30px;
    padding: 13px 26px 13px 26px;
	font-weight: 500;
    line-height: 26px;
	background-color: #2F74B5;
	color:#fff;
}
#sp-header a.rs-btn:hover {
	background-color: #26364D;
}
.top-search-wrapper {
  border-right: 1px solid #ebefef;
  padding-right: 20px;
}
.top-search-wrapper .icon-top-wrapper .search-icon svg {
	color: #2F74B5;
}
#sp-header .container-inner {
  position: relative;
}
#sp-header .is_ajaxsearch .search_class {
  padding:10px 22px;
  border:1px solid #2F74B5;
  border-radius:50px;
  margin-left: 10px;
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
  text-decoration:none;
  background:#2F74B5;
  color: #fff;
}
#sp-header .is_ajaxsearch .form-inline input {
  border:1px solid #cecece;
  border-radius:30px;
  margin-left: 10px;
  color: #2a3467;
  height: auto;
  padding:10px 22px !important;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a , .sp-megamenu-parent > li > a:hover , .sp-megamenu-parent > li > a:focus ,.sp-megamenu-parent > li:hover > a {
  background: #2F74B5;
  
}
#sp-slideshow {
	padding:0 85px;
	position: relative;
}
#sp-slideshow::after {
  position: absolute;
  content: '';
  width: 100%;
  background: #F5F5F5;
  left: 0;
  right: 0;
  bottom: 0;
  top:35%;
}
#sp-slideshow .sppb-addon-sp-slider {
  transform-origin: 50% 50%;
  border-radius: 40px;
}
.services-inner {
  padding: 40px 40px 40px 40px;
  box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px 10px 10px 10px;
  background-color: #0C2024;
  transition: all .5s ease;
  transition-duration: 0.5s;
  position: relative;
  color:#fff;
  
}
.services-inner::after {
  content: '';
  position: absolute;
  left: 0;
  width: 90%;
  height: 100%;
  background: #dfdfdf;
  z-index: -1;
  border-radius: 25px;
  bottom: -15px;
  right: 0;
  margin: 0 auto;
  -webkit-transform-style: preserve-3d;
  transition: -webkit-transform .3s ease-in;
  transition: -mz-transform .3s ease-in;
  transition: transform .3s ease-in;
}
.services-inner:hover::after {
  transform: scale(1.1);
}
.numbering {
  width: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0px;
  background-color: #02010100;
  color: #02010100 !important;
  top: 65px;
  bottom: unset;
  position: absolute;
  right: 65px;
  left: unset;
  font-size: 60px;
  line-height: 70px;
}
.services-inner .numbering span {
  -webkit-text-fill-color: #49CA9000;
  font-size: 60px;
  line-height: 70px;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #49CA901C;
  stroke: #49CA901C;
  -webkit-text-fill-color: #49CA9000;
  font-weight: 700;
}
 .services-inner .content_part {
  position: relative;
}
.services-inner .media_wrap {
  border-radius: 50%;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transition: -webkit-transform .3s ease-in;
  transition: -mz-transform .3s ease-in;
  transition: transform .3s ease-in;
}
.services-inner:hover .media_wrap {
	transform: scale(1.1);
}
 .services-inner .services-title {
  margin: 40px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.services-inner .services-title .title {
  margin-bottom: 20px;
}
.desc-text {
  color: #CACACA;
}
@media (min-width: 992px) {
#sp-intro	{
  position: relative;
    margin-top: -110px;
    z-index: 99;
    padding: 40px 0;
}
}
section#sp-intro::after {
  position: absolute;
  content: '';
  width: 100%;
  background: #F5F5F5;
  left: 0;
  right: 0;
  bottom: 0;
  z-index:-2;
  top: 33%;
}
#sp-service {
	padding:10px 85px;
	background: #F5F5F5;
}
#sp-service h3.sp-module-title {
	font-size: 42px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 50px;
}
#sp-service .jtcs_item_wrapper .jt-title {
  font-size: 20px;
  font-weight: bold;
  color:#000;
}
#sp-service .jt-cs .jt-imagecover::before {
  content: none;
  
}
#sp-service .jtcs_item_wrapper .jt-title:hover {
	color:#2F74B5;
}
#sp-service .jt-inner {
	background-color: #fff;
  padding: 48px 40px 44px;
}
#sp-service .jt-cs .jt-introtext {
  margin: 30px 0 30px 0;
}
a.dn-link-btn {
  font-weight: 600;
  font-size: 18px;
  line-height: 144.444%;
  letter-spacing: -0.18px;
  padding-bottom: 4px;
  border-bottom: 1px solid #000;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.5s ease;
  width: max-content;
  color: #000;
}
a.dn-link-btn span {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 16px;
  height: 16px;
  color: #000;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
a.dn-link-btn span .arry1 {
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 0.3s cubic-bezier(0.37, 0.08, 0.02, 0.93);
  font-size: 16px;
  color: #000;
  transform: rotate(-45deg);
}
a.dn-link-btn span .arry2 {
  position: absolute;
  bottom: -15px;
  left: -10px;
  transition: 0.3s cubic-bezier(0.37, 0.08, 0.02, 0.93);
  font-size: 16px;
  color: #000;
  transform: rotate(-45deg);
}
a.dn-link-btn:hover span .arry1 {
  top: -15px;
  left: 15px;
  color: #000;
}
a.dn-link-btn:hover span .arry2 {
  bottom: -1px;
  left: 0;
  color: #000;
}
#sp-partneri {
	padding:10px 25px 30px;
	background: #F5F5F5;
}
#sp-partneri h3.sp-module-title {
	font-size: 42px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
}
#sp-o-nama {
	padding:30px 65px 30px;
	position: relative;
    z-index: 99;
}
#sp-o-nama .sppb-column-addons {
  
  z-index: inherit;

}
#sp-o-nama h3.sp-module-title {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
}
#sp-o-nama img {
	border-radius: 30px 30px 30px 30px;
}
#sp-o-nama .box-text {
	text-align:center;
}
#sp-o-nama .box-text h4{
	font-size: 32px;
	color: #26364D;
}
#sp-o-nama .box-text h5 {
	font-size: 24px;
	font-weight: normal;
	margin:20px 0;
}
#sp-o-nama .box-text h3 {
	font-size: 24px;
	font-weight: 700;
	margin:20px 0 50px;
}
#sp-o-nama .box-text a {

  font-weight: 600;
  font-size: 18px;
  line-height: 144.444%;
  letter-spacing: -0.18px;
  padding-bottom: 4px;
  border-bottom: 1px solid #2F74B5;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.5s ease;
  width: max-content;
  color: #000;

}
#sp-o-nama .box-text a:hover {
	color: #2F74B5;
}
#sp-o-nama .aos-init {
	padding:50px 0;
}
#sp-o-nama .aos-init .box-primary {
	padding: 7px 15px;
  background: #26364D;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  margin-bottom: 40px;
}
#sp-o-nama .aos-init h2.mb-2 {
	font-size: 32px;
    color: #26364D;
}
#sp-o-nama .sppb-btn-default {
	background:none;
	border: none;
	color: #26364D;
	font-size:18px;
	box-shadow: none;
	padding: 8px 22px 10px 22px;
}
#sp-o-nama .sppb-btn-default i {
  width: 44px;
  height: 44px;
  background: #2F74B5;
  color: #26364D;
  font-size: 18px;
  line-height: 44px;
  border-radius: 100%;
  margin-right: 10px;
  text-align: center;
}
#column-wrap-id-16f9a56a-76b1-4f31-84b4-3c1d6192a747 {
  position: relative;
  z-index: 99;
}
.rsform {
	color: #fff;
}
.rsform h2 , .rsform h3{
	color: #fff;
}
#sp-o-nama .rsform  h2 {
	margin-bottom:40px;
  text-align: center;
}
#sp-o-nama .form-select {
  padding: 16px 30px;
  width: 100%;
  border-radius: 999px;
  background-color: #666666;
  border: none;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  height: auto;
}
#sp-o-nama .form-control {
  padding: 16px 30px;
  width: 100%;
  border-radius: 999px;
  background-color: #666666;
  border: none;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  height: auto;
}
#sp-o-nama input::placeholder {
  color: #fff;

}
#sp-o-nama .rsform-type-freetext h3 {
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	margin: 30px 0;
}
#sp-o-nama  .rsform-type-freetext {
	margin: 30px 0;
}
#sp-o-nama .rsform-type-submitbutton .formControls {
	text-align: center;
	margin-top: 20px;
}
#sp-o-nama .rsform-submit-button {
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  border-radius: 999px;
  background: #2F74B5;
  padding: 12px 30px;
  text-decoration: none;
  border: none;
}
#sp-o-nama .rsform-submit-button::before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: #000;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
#sp-o-nama .rsform-submit-button:hover::before {
  top: -96%;
}
#sp-o-nama .rsform-submit-button::after {
  content: "\f101";
  position: relative;
  color: #fff;
  font-family: "Font Awesome 6 free";
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#sp-o-nama .rsform-type-button .formControls {
	text-align: center;
	margin-top:30px;
}
#sp-o-nama .rsform-button {
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  border-radius: 999px;
  background: #2F74B5;
  padding: 12px 30px;
  text-decoration: none;
  border: none;
}
#sp-o-nama .rsform-button::before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: #000;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
#sp-o-nama .rsform-button:hover::before {
  top: -96%;
}
#sp-reference {
	padding:30px 25px 30px;
	background: #F5F5F5;
}
#sp-reference h3.sp-module-title {
	font-size: 42px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
  color: #26364D;
}
#sp-reference h3.sp-module-title .title-right {
  display: block;
  font-size: 24px;
  font-weight: normal;
  margin-top: 10px;
  color: #2F74B5;
}
.reference.jt-cs .jt-imagecover {
	border-radius: 10px;
}
.reference.jt-cs.jtcs_item_wrapper .jt-title {
  text-align: center;
  font-size: 18px;
  color: #26364D;
  font-weight: normal;
}
.reference.jt-cs.jtcs_item_wrapper .jt-title:hover {
	color: #2F74B5;
}
.reference.jt-cs  .jtcs_more_cat {
  text-align: center;
}
.reference.jt-cs  .jtcs_more_cat a {
  padding: 8px 105px;
  background: #2F74B5;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  text-decoration: none;
  margin-top: 40px;
}

.reference.jt-cs  .jtcs_more_cat a:hover {
  background: #26364D;
  color: #fff;
}
.reference.jt-cs .hover-icons a.icon-url {
	background: #2F74B5;
    color: #fff;
}
.reference.jt-cs .hover-icons a.icon-url i {
	line-height: 44px;
}
#sp-contact-infor {
  background: #26364d;
  padding: 30px 0 0;
  text-align: center;
}
#sp-contact-infor h3 {
	color: #fff;
	font-size: 53px;
	font-weight: 700;
}
#sp-contact-infor a.gradient-anim {
	border-radius: 50px 50px 50px 50px;
  padding: 15px 30px 15px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #FFFFFF;
  background:#2F74B5;
  margin-top:30px;
  display: inline-block;
  border: 6px solid #666;
}
#sp-contact-infor a.gradient-anim:hover {
	background:#26364D;
}
#sp-bottom .container-inner {
  padding: 60px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#sp-bottom4 i {
	margin: 0 15px 0 0;
    color: #2F74B5;
}
#sp-design {
  text-align: center;
}
#sp-footer ul.menu li {
  border-right: 1px solid #3c4a5f;
  padding-right: 15px;
}
#sp-footer ul.menu li:last-child {
  border-right: 1px solid transparent;
  padding: 0;
}
#sp-bottom1 img {
	padding-bottom:30px;
}
.solar-calculator-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    gap: 20px;
  }

  .solar-calculator-text {
    flex: 1;
    min-width: 300px;
    font-family: Arial, sans-serif;
    color: #333;
  }

  .solar-calculator-text h1 {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .solar-calculator-text h1 .highlight {
    color: #2F74B5;
    font-weight: bold;
  }

  .solar-calculator-text p {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .solar-calculator-form-box {
    flex: 1;
    min-width: 400px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
  }

  

  .form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }

  .form-group {
    display: flex;
    flex-direction: column;
  }

  .form-group label {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .form-group input,
  .form-group select {
    font-size: 1rem;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  }

  .form-group input[readonly] {
    background-color: #e9e9e9;
    color: #555;
    cursor: not-allowed;
  }
.jt-cs .owl-dots span {
 border: 2px solid #2F74B5 !important;
}
.jt-cs .owl-dots .active span {
	background: #2F74B5 !important;
}
.offcanvas-menu .offcanvas-inner ul.menu li.active a {
  color: #2F74B5;
}
.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
  opacity: 1; 
}
.sp-scroll-up span {
	line-height: 36px;
}
#sp-design a {
	color: #2F74B5;
}
#sp-design a:hover{
	color:#666666;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child {
  border-bottom: 1px solid transparent;
}
#sp-map {
	margin-bottom:30px;
}
.com-contact.contact  {
	border-radius: 10px 10px 10px 10px;
	padding:40px;
	border:1px solid #eee;
	background:#26364D;
	color:#fff;
}
.contact-form .rsform-submit-button.btn-primary {
	width:100%;
	margin: 25px 0px 0px 0px;
  padding: 20px 35px 20px 35px;
  font-size: 17px;
  font-weight: 600;
  border-radius: 6px 6px 6px 6px;
}
.contact-form .form-control  {
  margin: 0px 0px 25px 0px;
  padding: 17px 20px 17px 20px;
  border-radius: 6px 6px 6px 6px;
}
.contact-form .form-select  {
  margin: 0px 0px 25px 0px;
  padding: 17px 20px 17px 20px;
  border-radius: 6px 6px 6px 6px;
  height: auto;
}
.form-box h3 , .contact-misc h3{
	font-size:42px;
	margin-bottom:20px;
}
.rs-contact-box .address-item {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 30px !important;
  padding: 0px 0px 0px 0px;
}
.rs-contact-box .address-item .address-icon {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 55px;
  text-align: center;
  margin: 0px 20px 0px 0px;
  line-height: 38px;
}
.rs-contact-box .address-item .address-text span.label {
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  padding: 0px 0px 9px 0px;
  margin: 0px 0px 0px 0px;
}
.rs-contact-box i {
	font-size:45px;
}
 .descripti {
  margin: 0px 0px 17px 0px;
}
.rs-contact-box {
	margin-top:40px;
}
@media (min-width: 992px) {
.contact-misc {
	margin-left:50px;
}
}
.box-about {
	margin-bottom:50px;
}
.box-about img {
  border-radius: 20px 20px 20px 20px;
}
.box-about h2 {
	font-size:60px;
	max-width: 700;
}
.box-about a.gradient-anim {
	border-radius: 50px 50px 50px 50px;
  padding: 15px 30px 15px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #FFFFFF;
  background:#2F74B5;
  margin-top:30px;
  display: inline-block;
  border: 6px solid #666;
}
.box-about a.gradient-anim:hover {
	background:#26364D;
}
.box-about .descripti {
  padding: 35px 0px 10px 0px;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #160A4D1A;
  margin-top: 40px;
}
.solutions-box {
	margin-top:50px;
	padding-bottom:30px;
	margin-bottom:20px;
	border-bottom:1px solid #0000000F;
}
.solutions-box2 {
	margin-top:50px;
	
}
.solutions-inner {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 20px;
}
.solutions-inner .media_wrap{
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  border-color: #666666;
  padding: 0px 25px 0px 0px;
  margin: 0px 7px 0px 0px;
  justify-content: left !important;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.media_wrap i {
	font-size:60px;
}
.services-title .title {
  margin: 0px 0px 10px 0px;
  font-size:24px;
}
#sp-solutions {
	padding:30px 0;
	background:#26364D;
	color:#fff;
}
#sp-solutions .sp-module-title {
	font-size:60px;
	max-width: 700px;
  line-height: 70px;
  padding-bottom:20px;
}
#sp-solutions .descripti {
	font-size:18px;
	max-width: 500px;
  
}
.service.jtcs_item_wrapper .jt-title {
  font-size: 20px;
  font-weight: bold;
  color:#000;
}
.service.jt-cs .jt-imagecover::before {
  content: none;
  
}
.service.jtcs_item_wrapper .jt-title:hover {
	color:#2F74B5;
}
.service .jt-inner {
	background-color: #f5f5f5;
  padding: 48px 40px 44px;
}
.service.jt-cs .jt-introtext {
  margin: 30px 0 30px 0;
}
@media (max-width: 768px) {
  .sp-page-title .sp-page-title-heading {
  font-size: 18px;
  text-align: center;
}
.sp-page-title .breadcrumb {

  display: none;
}
.solar-calculator-container {
  flex-direction: column;
}

.solar-calculator-text {
  text-align: center;
}

.solar-calculator-form-box {
  margin-top: 20px;
}
.services-inner {
  margin-bottom: 30px;
}
#sp-service {
  padding: 10px ;
}
#sp-service h3.sp-module-title {
  padding-bottom: 0;
}
#sp-o-nama {
  padding: 10px 20px;
}
#sp-o-nama .sppb-btn-default {
  font-size: 15px;
  padding: 5px 0 !important;
}
#sp-reference {
  padding: 10px;
}
#sp-footer , #sp-footer #sp-footer2{
  text-align: center;
}
#sp-top-bar {
  padding: 18px 0;
}
#sp-header {
  padding: 0;
  height: auto;
}
#header-actions  {
  padding: 25px 0;
  justify-content: center !important;
}
#sp-slideshow {
  padding: 0 10px;
}
#sp-intro {
	padding-top:30px;
}
.image-layout-preset-style-card .sppb-addon-image-layout-image, .image-layout-preset-style-card .sppb-img-responsive, .image-layout-preset-style-overlap .sppb-addon-image-layout-image, .image-layout-preset-style-overlap .sppb-img-responsive {
    height: auto !important;
}
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {

  padding: 13px 12px;
  
}
}
@media (min-width: 1024px) {
#sp-slideshow .sp-slider-content-align-left .sppb-sp-slider-button {
  margin-left: 200px;
  margin-right: 0;
}
}
