.orange-clr{
	color: #fb770f;
}
.font-16{
	font-size: 16px !important;
}
.font-12{
	font-size: 12px;
}
.font-14{
  font-size: 14px;
}
.font-18{
  font-size: 18px;
}
.line-height-25{
  line-height: 25px;
}
.fw-400{
	font-weight: 400;
}
.fw-500{
	font-weight: 500;
}
.fw-700{
	font-weight: 700;
}
.clr-474646{
  color: #474646;
}
.clr-797979{
  color: #797979;
}
.clr-575757{
  color: #575757;
}
.main-heading{
	font-weight: 700;
	color: #474646;
}
.main-heading-main-span{
	position: relative;
}

.main-heading-main-span span{
	font-weight: 700;
	color: #fb770f;
}
.main-heading-main-span:before{
	content: "";
	position: absolute;
	width: 50%;
	height: 2px;
	background-color: #474646;
	left: 25%;
	bottom: -5px;
}

.home-banner-h2{
	font-size: 40px !important;
	color: #fff !important;
	font-weight: 700;
}
.home-banner-h3{
	font-weight: 700;
	font-style: normal;
}
.home-rooftopp-span{
	color: #fb770f;
}
.home-banner-form-box{
	background-color: #fff;
	border-radius: 20px;
}
.home-form-orange-box{
	background-color: #fb770f;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding: 20px;
}
.home-form-input{
	border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 12px 5px;
    color: #7B7979;
    box-shadow: none;
}
.home-form-input::placeholder{
	color: #7B7979;
	font-weight: 500;
}
.home-form-input:focus{
	box-shadow: none;
}

/*WHAT WE DO CSS START*/

.what-we-do-main{
  position: relative;
  background-image: url(../../assets/img/home/wwd-path.png);
  background-position: -10px 102%;
  background-repeat: no-repeat;
  background-size: 100% 67%;
  padding-bottom: 18px;
}
.wwd-img-01{
  width: 96%;
}
.wwd-img-02{
  width: 87%;
  position: relative;
  left: 17%;
  top: 15%;
}
.wwd-img-03{
  width: 88%;
}

/*SERVICES CSS START*/

.tp-service-busi {
    padding: 30px 30px 22px 30px;
    background: #ffffff;
    box-shadow: 5px 2px 15px 0px rgba(0 0 0 / 28%);
    transition: all 0.3s ease-out 0s;
    border-radius: 10px;
}
.tp-service-busi-thumb {
  overflow: hidden;
}
.tp-service-busi-thumb img {
  transition: all 0.4s ease;
}
.tp-service-busi:hover .tp-service-busi-thumb img {
  transform: scale(1.1) rotate(3deg);
}

.tp-service-widget {
    padding: 30px;
    background-color: #fbf7ec;
}
.tp-service-widget-tab ul{
  margin: 0;
  padding: 0;
}
.tp-service-widget-tab ul{
  list-style: none;
}
.tp-service-widget-tab ul li a {
    background-color: #ffffff;
    display: block;
    padding: 12px 20px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #000000;
    font-weight: 700;
    display: flex;
    filter: drop-shadow(0 0 3px rgba(70, 58, 27, 0.1));
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.tp-service-widget-tab ul li a:hover {
    filter: inherit;
    color: #ffffff;
    background: #1D55A2;
}
.tp-service-widget-tab ul li a:hover::before {
    width: 56px;
}
.tp-service-widget-tab ul li a:hover span {
    color: #ffffff;
    z-index: 9;
}
.tp-service-widget-tab ul li a.active {
    color: #ffffff;
    background: #1D55A2;
}
.tp-service-widget-tab ul li a.active span {
    z-index: 9;
}

.tp-service-widget-tab ul li a::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fb770f;
    top: 0;
    right: 0;
    transition: all 0.4s ease;
}
.tp-service-widget-tab ul li a.active::before {
    background-color: #fb770f;
    width: 56px;
}
.tp-service-contact {
    filter: drop-shadow(0 0 20px rgba(85, 71, 31, 0.08));
    background-color: #ffffff;
    padding: 30px 10px;
}
.tp-service-contact-icon {
    font-size: 68px;
    color: #fb770f;
    display: inline-block;
}

/*WHY GO SOLAR SECTION CSS START*/

.why-go-solar-main{
  position: relative;
}
.why-go-solar-main:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #828181;
  top: 50%;
}
.why-go-solar-main:after{
  content: "";
  position: absolute;
  width: 1.5px;
  height: 100%;
  background-color: #828181;
  left: 50%;
  top:0;
}
.why-go-solar-main-inner{
  text-align: center;
}

/*SOLAR ACROSS INDIA CSS START*/

.solar-india-map iframe{
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

/*PROJECT DONE SLIDER CSS START*/

.project-done{
  background-color: #F1F0F0 !important;
  box-shadow: 0px 2px 12px rgb(44 73 100 / 35%) !important;
  border-radius: 20px;
}
.project-done img{
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  object-fit: cover;
}

/*IN TREND CSS START*/

.in-trent-main{
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 18%);
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 20px;
}


@media (max-width: 575px) {
  .what-we-do-main{
    background-image: unset;
  }
  .wwd-img-02{
    position: unset;
    width: 100%;
  }
  .why-go-solar-main:before{
    background-color: unset;
  }
  .why-go-solar-main:after{
    background-color: unset;
  }
}





.footer-phone-icon{
	font-size: 20px !important;
	font-weight: 500;
}
.footer-phone-icon a{
	color: #5A5A5A;
}
.footer-content-card {
    position: relative;
    padding-left: 35px;
    margin-top: 15px;
}
.footer-content-card svg {
    text-align: center;
    position: absolute;
    left: 0;
    top: 1px;
}
.footer-content-card h5 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    color: #292929;
}	
.footer-content-card p {
    font-size: 16px;
    color: #5A5A5A;
    font-weight: 500;
}
.footer-terms a{
	color: #000;
	font-weight: bold;
}
.footer-copyright{
	font-size: 20px;
    font-weight: 400;
    color: #000;
}
.footer-underline{
	opacity: 1;
}


/*CONTACT US CSS START*/

.contact-main-border{
	border: 1px solid #000;
	border-radius: 15px;
}

.contact-field {
  border: none;
  border-bottom: 1px solid rgb(128, 126, 126);
  background: transparent;
  outline: none;
  width: 100%;
  text-transform: capitalize;
  padding: 1rem 0.4rem;
  margin-bottom: 5px;
}
.aside {
  background-color: #1D55A2;
  border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

@keyframes animateClr {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

ion-icon:not([name="logo-codepen"]) {
  border: 1px solid currentColor;
  border-radius: 20%;
  padding: 1rem;
}


.textfield {
  position: relative;
  box-sizing: border-box;
  min-width: 300px;
  margin: 0;
  padding: 0;
  border: none;
}
.textfield__label {
  position: absolute;
  top: 12px;
  left: 7px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: rgb(0 0 0 / 61%);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: text;
}
.textfield__label::after {
  position: relative;
  top: -3px;
  left: 1px;
  display: inline-block;
  content: "*";
  color: #FF0101;
}
.textfield__input {
  display: block;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  outline: none;
  transition: all 0.25s linear;
  resize: none;
}
.textfield__input:focus {
  border-color: #3a82c6;
}
.textfield__input:disabled {
  border-color: #e6e6e6;
  background: #f9fafb;
}
.textfield__input::-moz-placeholder {
  color: transparent;
}
.textfield__input:-ms-input-placeholder {
  color: transparent;
}
.textfield__input::placeholder {
  color: transparent;
}
.textfield__input:focus + .textfield__label, .textfield__input:valid + .textfield__label, .textfield__input:disabled + .textfield__label {
  display: none;
}

.contact-btn{
	border-radius: 40px;
    padding: 10px 30px;
    background-color: #fb770f;
    border: 1px solid #fb770f;
    color: #fff;
}

.contact-icons-box img{
	width: 112px;
	height: 120px;
	object-fit: contain;
}
.contact-icons-box h4{
	font-weight: 700;
    color: #000;
}
.contact-icons-box p{
	font-weight: 400;
    color: #000;
}

.fix-whtsup {
    position: fixed;
    bottom: 20px;
    right: 25px;
    z-index: 9;
    background-color: #26c943;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding-left: 9px;
    padding-top: 7px;
    box-shadow: 0 4px 10px rgba(3, 4, 28, .1);
    animation: 1.3s infinite skew-y-shake;
}

@keyframes skew-y-shake {
    0%,10% {
        transform: skewY(-15deg)
    }

    15%,5% {
        transform: skewY(15deg)
    }

    100%,20% {
        transform: skewY(0)
    }
}
