* {
  padding: 0;
  margin: 0;
}

::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.8rem;
}

::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 40rem;
}

::-webkit-scrollbar-thumb {
  background: #0258A8;
  border-radius: 40rem;
}

::-webkit-scrollbar-thumb:hover {
  background: #0258A8;
  border-radius: 40rem;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

html {
  font-size: 10px;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  padding: 0;
  margin: 0;
  font-size: 10px;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
p,
div,
span,
ul,
button
 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500;
  display: block;
}
li {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500;
}

.d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.d-flex-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-start {
  justify-content: flex-start;
}
.flex-end {
   align-items: flex-end;
}
.align-start{
  align-items: flex-start;
}
.container {
  width: 96%;
  max-width: 1170px;
  margin: auto;
  position: relative;
  z-index: 20;
}
.container1100{
  max-width: 1100px;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}


.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}



.btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0258A8;
  color: #fff;
  border-radius: 4px;
  padding-left: 16px;
  padding-right: 16px;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  white-space: nowrap;
  z-index: 1;
  text-decoration: none;
  border: none;
  outline: none;
}

.btn-primary:hover {
  background-color:#F57F06;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.formarea .btn-primary{
  width: 100%;
}

#headerSection .btn-primary.sign {
  background: none;
  color: #050404;
  margin-right: 1rem;
  border: none;
}

#headerSection .btn-primary.sign:hover {
  background-color: #F57F06;
  color: #fff;
}

#headerSection {
  position: fixed;
  top: 0;
  z-index: 1000;
  background: #fff;
  transition: all 0.2s ease-in-out;
}

.header-outer {
  width: 100%;
  height: auto;
  padding: 30px 0 5px 0;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 1000;
  background: #fdfdfe;
}

.headerscroll {
  height: auto;
  padding: 5px 0;
  background: #fff;
  box-shadow: #959da533 0 8px 24px;
}
.active-header.header-outer{
  border: solid 1px red;
}

#headerSection .container {
  max-width: 90%;
}

#headerSection .contentsec {
  width: 100%;
}

#headerSection .logosec {
  width: 184px;
  position: relative;
}

#headerSection .logosec img {
  width: 100%;
}

#headerSection .left-sec {
  width: 100%;
}
#headerSection .right-sec .schedule{
position: relative;
overflow: hidden;
}
#headerSection .right-sec .schedule .subnav{
  width: 100%;
  height: auto;
  position: absolute;
  top: 80%;
  left: 0;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  box-shadow: #959da533 0 8px 24px;
  transition: all 0.2s ease;
}
#headerSection .right-sec .schedule .subnav .item{
  background: #FFFFFF;
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
}
#headerSection .right-sec .schedule .subnav .item:nth-child(2){
  border-radius: 0px 0px 4px 4px;
}
#headerSection .right-sec .schedule .subnav .item a{
  padding: 10px;
  display: block;
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  color: #030303;
  text-decoration: none;
  background: #FFFFFF;
}
#headerSection .right-sec .schedule .subnav .item a:hover{
  background: #F57F08;
  color: #fff;
}
#headerSection .right-sec .schedule:hover{
  overflow: visible;
}
#headerSection .right-sec .schedule:hover .subnav{
opacity: 1;
top: 100%;
}
#headerSection .right-nav {
  width: auto;
  padding-left: 75px;
}

#headerSection .right-nav li {
  font-size: 15px;
  line-height: 19px;
  color: #000000;
  font-weight: 500;
  display: block;
 margin: 0 17px;
}
#headerSection .right-nav li.toogle-menu{
  display: none;
}
#headerSection .right-nav li a {
  color: #000000;
  text-decoration: none;
  padding: 5px 2px;
  cursor: pointer;
  font-weight: 500;

}
#headerSection .right-nav li a:hover{
  color: #F57F08;
}
#headerSection .right-nav li a.active {
  color: #F57F08;
  cursor: default;
  border-bottom: solid 1px #F57F08;
}

.toogle-menu {
  display: none;
}

.burger {
  border-radius: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px;
  transition: all 0.5s ease;
  position: fixed;
  top: 11px;
  right: 10px;
  cursor: pointer;
}

.burger-strip {
  transition: all 0.5s ease;
}

.strip div {
  height: 1px;
  border-radius: 0;
  border-bottom: solid 2px #0258A8;
  margin: 5px;
  transition: all 0.55s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 20px;
}
.home-bannersec {
  width: 100%;
  height: 798px;
  padding-bottom: 50px;
  position: relative;
  background: transparent linear-gradient(359deg, #fbfcfd 0%, #F5F8FA 54%, #FFFFFF 100%) 0% 0% no-repeat padding-box
}
.aboutbanner{
  height: auto;
  padding: 210px 0 125px 0;
}
.home-bannersec .aboutleft{
  width: 460px;
  position: relative;
}
.home-bannersec .aboutleft::before{
  content: "";
  width: 125px;
  height: 135px;
  background: url(../images/elements.svg);
  position: absolute;
  left: -65px;
  top: -65px;
}
.home-bannersec .aboutright .banner-titlesec::before{
display: none;
}
.home-bannersec .aboutleft img{
  width: 100%;
}
.home-bannersec .aboutright{
  width: calc(100% - 500px);
}
.home-bannersec .container{
  position: relative;
  z-index: 50;
}
.home-bannersec .rightsec{
  width: 390px;
  position: relative;
}
.home-bannersec .rightsec::before{
  content: "";
  width: 125px;
  height: 135px;
  background: url(../images/dotr2.png);
  position: absolute;
  right: -70px;
  bottom: -15px;
}
.inner-bannersec .rightsec::before{
display: none;
}

.home-bannersec .rightsec .textbg{
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  background: #3470A5;
  padding: 20px 30px;
  position: absolute;
  left: 0;
  top: 39%;
  -webkit-border-radius: 30px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius: 30px;
-moz-border-radius-topright: 5px;
border-radius: 30px;
border-top-right-radius: 5px;
z-index: 10;
}
.home-bannersec .rightsec img{
  position: relative;
  z-index: 5;
  right: 40px;
  bottom: 10px;
}

.home-bannersec .rightsec.installers::before{
  display: none;
}
.home-bannersec .rightsec.installers img{
right: 0;
bottom: 0;
}
.home-bannersec .rightsec .pic1{
  position: absolute;
  z-index: 7;
  left: -70px;
  top: 4px;
}
.home-bannersec .rightsec .pic2{
  position: absolute;
  z-index: 7;
  left: -110px;
  top: -6px;
}
.home-bannersec .rightsec .textbg2{
  font-size: 1.4rem;
  line-height: 1.5;
  color: #1E1E1F;
  background: #F1F1F1;
  padding: 15px 30px;
  position: absolute;
  left: 0;
  bottom: 5%;
  -webkit-border-radius: 30px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius: 30px;
  -moz-border-radius-bottomright: 5px;
  border-radius: 30px;
  border-bottom-right-radius: 5px;
  z-index: 10;
}
.home-bannersec .rightsec .pic{
  width: 100%;
  display: block;
}
.home-bannersec .container{
  height: auto;
  /* max-width: 90%; */
}
.home-bannersec .contentarea{
  width: 100%;
  height: auto;
}
.home-bannersec .leftsec{
  width: calc(100% - 400px);
}
.home-bannersec .searchsec{
  width: 100%;
  max-width: 450px;
  height: auto;
  border-radius: 37px;
  background: #fff;
  position: relative;
  margin: 2rem 0;
}
.home-bannersec .searchsec .btn{
  width: 44px;
  height: 44px;
  background: #0258A8;
  border-radius: 100%;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.7s ease-in-out;
  position: absolute;
  right: .5rem;
  top: .5rem;
  z-index: 10;
}
.home-bannersec .searchsec .btn:hover{
  background: #F57F06
}
.home-bannersec .searchsec  .search{
  width: 100%;
  background: #fff;
  border: solid 1px #DDE0E7;
  height: 55px;
  outline: none;
  font-size: 1.4rem;
  color: #141647;
  font-weight: 400;
  border-radius: 37px;
  padding: 0 5.5rem 0 1.5rem;
  transition: all 0.5s ease-in-out;
  font-family: "Montserrat", sans-serif;

}
.home-bannersec .searchsec .search:focus{
  background: #F5F5F5;
  box-shadow: 5px 5px 5px #06000814;
  border: solid 1px #0258A8;
}
.home-bannersec .searchsec .search::placeholder{
  transition: all 0.5s ease-in-out;
  font-family: "Montserrat", sans-serif;
}
.home-bannersec .searchsec .search:focus::placeholder{
  opacity: 0;
} 
.banner-titlesec{
  padding: 0;
  position: relative;
}
.banner-titlesec::before{
  content: "";
  width: 125px;
  height: 135px;
  background: url(../images/elements.svg);
  position: absolute;
  left: -70px;
  top: -96px;
}
.banner-titlesec .title2{
  position: relative;
  z-index: 10;
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 25px;
}
.bannerbuttonsec{
  width: 100%;
  max-width: 356px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.bannerbuttonsec .btn-primary{
  height: 59px;
  padding-left: 28px;
  padding-right: 28px;
}
.bannerbuttonsec .sign{
  background: #e2e2e263;
  color: #0A0B0B;
}
.bannerbuttonsec .sign:hover{
  background: #F57F08;
  color: #fff;
}
.title1{
  font-size: 15px;
  line-height: 19px;
  color: #F57F08;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1rem;
}
.title2{
  font-size: 35px;
  line-height: 56px;
  color: #141647;
  font-weight: 600;
  margin-bottom: 20px;
}
.title3{
  font-size: 24px;
  line-height: 29px;
  color: #0E0F0F;
  font-weight: 600;
  margin-bottom: 18px;
}
.title4{
  font-size: 16px;
  line-height: 19px;
  color: #0E0F0F;
  font-weight: 600;
  margin-bottom: 10px;
}
.dec{
  font-size: 16px;
  line-height: 28px;
  color: #141647;
  font-weight: 400;
  margin-bottom: 10px;
}
.dec2{
  font-size: 15px;
  line-height: 51px;
  color: #141647;
  font-weight: 400;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dec2 .sub{
  font-weight: 600;
  color: #F57F06;
  padding-left: 10px;
}
strong{
  font-weight: 600;
}
.title5{
  font-size: 1.5rem;
  line-height: 1;
  color: #0258A8;
  font-weight: 600;
  margin-bottom: 1rem;
}
.pd-100{
  padding: 10rem 0;
}
.pd-t0{
padding-top: 0;
}
.home-wrapper{
  width: 100%;
  height: auto;
  padding-bottom: 10rem;
}
.home-wrapper .dec{
  font-size: 16px;
  line-height: 25px;
  color: #000000;
}
.sec1{
  text-align: center;
}
.galery-sec{
  width: 100%;
  height: auto;
 padding: 3rem 0;
}
.galery-sec .box{
  height: 350px;
  border-radius: 34px;
  box-shadow: 0px 0px 20px #0000000D;
  text-align: center;
  padding: 15px;
  border: solid 1px #fff;
  transition: all 0.2s ease-in-out;
}
.galery-sec .title3, .galery-sec .dec{
  transition: all 0.2s ease-in-out;
}
.galery-sec .box:hover{
  background: #A5BDD7;
}
.galery-sec .box:hover .title3{
  color: #fff;
}
.galery-sec .box:hover .dec{
  color: #fff;
}
.galery-sec .box:hover .more{
  color: #141647;
  border: solid 1px #A5BDD7;
  background: #A5BDD7;
}
.galery-sec .box:hover .more:hover{
  border: solid 1px #fff;
  background: #fff;

}
.galery-sec .box-outer{
  padding: 15px;
}
.galery-sec .dec{
  color: #93949E;
}
.sec1{
  overflow-x: hidden;
}
.galery-sec .container{
  position: relative;
}
.galery-sec .container::before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  background: #fff;
  z-index: 100;
}
.sec1 .owl-carousel .owl-stage-outer{
  overflow: visible;
}
.home-wrapper .sec2{
  padding-bottom: 100px;
  text-align: center;
}
.home-wrapper .sec3{
  background: #F5F5F5;
}
.home-wrapper .sec3 .rightsec{
width: 443px;
}
.home-wrapper .sec3 .rightsec img{
  width: 100%;
}
.home-wrapper .sec3 .leftsec{
  width: calc(100% - 450px);
}
.countersec{
  padding: 0;
  margin: 0;
}
.countersec li{
   list-style-type: none;
   padding: 0;
   margin: 0;
}
.countersec-outer{
  width: 70%;
}
.countersec .count{
  font-size: 3rem;
  line-height: 1.3;
  color: #141647;
  font-weight: 700;
  margin-bottom: 1rem;
  display: flex;
}
.galery-sec .more{
  font-size: 1.5rem;
  line-height: 1;
  color: #0258A8;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  padding: 15px 30px;
  background: #fff;
  border: solid 1px #fff;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}

.galery-sec .box .iconbox{
  height: 140px;
  text-align: center;
  margin: 15px 0;
}
.galery-sec .box .iconbox img{
  width: auto;
  max-width: 100%;
  display: inline-block;
}
.galery-sec .details-sec{
  height: 75px;
}
.galery-sec .details-sec .dec{
  font-size: 1.4rem;
}
.owl-nav {
  text-align: center;
  display: block !important;
  bottom: 0;
  position: relative;
  top: 2rem;
}
.owl-prev,
.owl-next {
  width: 28px !important;
  height: 28px !important;
  font-size: 0 !important;
  outline: none !important;
  border-radius: 100% !important;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin: 0 5px;
  background: none !important;
}

.owl-prev::before,
.owl-next::before {
  content: "";
  background: url(../images/owlarrow.png) center no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  filter: grayscale(100);
  transition: all 0.2s ease-in-out;
}

.owl-prev::before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.owl-prev:hover::before {
  filter: grayscale(0);
}
.owl-next:hover::before {
  filter: grayscale(0);
}
.gallerysec2{
  margin-top: 5rem;
}
.gallerysec2 .leftsec{
  width: 290px;
}
.gallerysec2 .column-1{
  width: 100%;
}
.gallerysec2 .rightsec{
  width: calc(100% - 350px);
}
.gallerysec2 .box{
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.sec2-bottom{
  height: auto;
  padding: 20px 0 0 350px;
}
.sec2-bottom ul{
  max-width: 600px;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.sec2-bottom li{
  font-size: 1.6rem;
  line-height: 1.2;
  color: #1F2022;
  font-weight: 600;
  width: 40%;
  text-align: left;
  margin-top: 2rem;
  padding-left: 40px;
  position: relative;
}
.sec2-bottom li::before{
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: -2px;
  background: url(../images/ticicon.png) center;
}
.sup{
  width: 100%;
  height: 30px;
  position: relative;
  margin: 15px 0;
}
.sup::before{
  content: "";
  width: 100%;
  height: auto;
  border-bottom: dotted 1px #707070;
  position: absolute;
  left: 0;
  top: 15px;
}
.sup::after{
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #707070;
  position: absolute;
  left: 0;
  top: 11px;
}
.gallerysec2  img{
  width: 100%;
  display: block;
}
.asked-question-area .title1{
  text-align: center;
}
.asked-question-area .title2{
  text-align: center;
  margin-bottom: 3rem;
}
.accordion-section {
  margin-bottom: 10px;

  border-radius: 10px;
}
.accordion-header {
  background-color: #FAFAFB;
  padding: 20px 40px;
  cursor: pointer;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.2;
  color: #141647;
  position: relative;
}
.accordion-header::before{
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  right: 10px;
  background: url(../images/plus-icon.svg);
}
.accordion-header.active {
  background: #8595A5; 
  color: #fff;
  font-weight: 700;
  padding: 20px 40px 5px 40px;
  border-radius: 0;
  -webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.accordion-content {
  display: none;
  padding: 10px 40px 20px 40px;
  font-size: 15px;
  line-height: 1.3;
  color: #fff;
  background: #8595A5;
  -webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}


.footer-sec{
  width: 100%;
  height: auto;
  background: url(../images/footerbg.jpg) bottom center;
  background-size: cover;
}

.footersec2{
  padding: 5rem 0;
}
.footersec2 .addresssec{
  width: 290px;
}
.footersec2 .centersec{
  width: calc(100% - 580px);
}
.footersec2 .newslettersec{
  width: 290px;
}
.footersec2 .logosec{
  width: 130px;
  margin-bottom: 2rem;
}
.footersec2 .logosec img {
  filter: brightness(1000%);
  width: 100%;
}
.footersec2 .dec{
  color: #7C858C;
}
.footersec2 .ph{
  color: #fff;
}
.footersec2 a{
  display: block;
}
.footersec2 .serviceul{
  padding: 0;
  margin: 0;
  width: 220px;
}
.footersec2 li{
  font-size: 16px;
  line-height: 1.2;
  color: #9898A0;
  padding-bottom: 2rem;
}
.footersec2 li a{
  color: #9898A0;
  text-decoration: none;
}
.footersec2 li a:hover{
  color: #fff;
}
.footersec2 li .title{
  font-size: 2.4rem;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1rem;
  display: inline-block;
  position: relative;
}
.footersec2 li .title::before{
  content: "";
  width: 25px;
  height: 3px;
  background: #F57F06;
  position: absolute;
  right: -40px;
  top: 15px;
}
a{
  transition: all 0.2s ease-in-out;
}
.footersec2 .pagesul{
  width: calc(100% - 225px);
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footersec2 .pagesul li{
  width: 49%;
}
.footersec2 .pagesul .full{
  width: 100%;
}
.newsletter{
  width: 100%;
  height: auto;
}
.newsletter .searchsec{
  width: 100%;
  height: auto;
  border-radius: 4px;
  background: #fff;
  position: relative;
}
.newsletter .searchsec .btn{
  width: 53px;
  height: 53px;
  background: #0258A8;
  border-radius: 4px;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.7s ease-in-out;
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 10;
}
.newsletter .searchsec .btn:hover{
  background: #F57F06;
}
.newsletter .searchsec  .search{
  width: 100%;
  background: #fff;
  border: solid 1px #DDE0E7;
  height: 55px;
  outline: none;
  font-size: 14px;
  color: #141647;
  font-weight: 400;
  border-radius: 4px;
  padding: 0 5.5rem 0 1.5rem;
  transition: all 0.2s ease-in-out;

}
.newsletter .searchsec .search:focus{
  background: #F5F5F5;
  box-shadow: 5px 5px 5px #06000814;
  border: solid 1px #0258A8;
}
.footersec3{
  padding: 2rem 0;
  background: #1D1D29;
}
.footersec3 .dec{
  color: #9898A0;
  margin: 0;
}
.social-media{
  padding: 0;
  margin: 0;
}
.social-media li{
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 1rem;
}
.social-media .icon{
  width: 45px;
  height: 45px;
  border-radius: 2px;
  background: #313140;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.2s ease-in-out;
}
.social-media .icon:hover{
  background: #F57F06
}
.footersec1{
  padding: 2rem 0;
}
.footersec1 .boxitem{
  background: #7B8588;
  border-radius: 5px;
  padding: 6rem;
  position: relative;
}
.footersec1 .boxitem::before{
  content: "";
  width: 96%;
  height: 15px;
  background: #40404C;
  position: absolute;
  left: 2%;
  bottom: -15px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.footersec1 .boxitem .title{
  font-size: 3rem;
  line-height: 1.2;
  color: #FFFFFF;
  font-weight: 600;
}
.footersec1 .boxitem .btn-primary{
  background: #FFFFFF;
  color: #141647;
  font-weight: 700;
  height: 60px;
  border: none;
  font-size: 1.4rem;
}
.footersec1 .boxitem .btn-primary:hover{
background: #F57F06;
color: #fff;
}
.image-center{
width: 100%;
display: flex;
justify-content: center;
}
.image-center img{
  width: auto;
  max-width: 100%;
}
.hnwsec2{
  background: url(../images/homebg1.jpg) center right;
  background-size: contain;
  padding: 50px 0;
  background-color: #f5f8fa;
  background-repeat: no-repeat;
}
.hnwsec3 .container{
display: flex;
 align-items: center; justify-content: space-between;}
 .hnwsec3 .contentsec{
  /* width: 420px; */
 }
 .hnwsec3 .image-sec{
  width: calc(100% - 450px);
 }
 .hnwsec3 .image-sec img{
  width: 100%;
  display: block;
 }
 .hnwsec3 .image-sec .formpic{
  width: auto;
  max-width: 100%;
 }
 .hnwsec3 .title2{
  font-size: 31px;
  line-height: 49px;
  font-weight: 600;
}
.sec1 .dec{
  font-size: 15px;
  margin-bottom: 37px;
}
.sec1 .dec3{
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 37px;
}
.sec1 .bold{
font-weight: 700;
}
.imagebox{
  width: 100%; display: flex; align-items: center; justify-content: center; margin: 50px 0;
}
.sdlouter{
  width: 100%;
  display: flex; align-items: center; justify-content: center;
}
.hnwsec3 .dec{
  font-size: 15px;
  line-height: 28px;
}
.hnwsec3 .btn-primary{
  width: 90px;
}
.flex-reverse{
  flex-direction: row-reverse;
}
.shedule-form{
  width: 100%;
  max-width: 520px;
  height: auto;
  background: #fff;
  box-shadow: 0px 0px 10px #C5C5C51C;
  border: 1px solid #E7F1F2;
  border-radius: 8px;
}
.shedule-form.form2{
  border: none;
  box-shadow: none;
}
.shedule-form .contentarea{
  padding: 50px;
}
.shedule-form .toparea{
  text-align: center;
}
.shedule-form .toparea .title4{
  margin-top: 25px;
}
.shedule-form .toparea2{
}
.hnwsec3{
  position: relative;
}
.path-1{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: -75px;
  bottom: -455px;
}
.path-2{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: -75px;
  bottom: -335px;
}
.path-3{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: -56px;
  bottom: -281px;
}
.new-footersec{
width: 100%;
height: auto;
background: #286089;
color: #fff;
}
.new-footersec .container{
  text-align: left;
}
.new-footersec .dec{
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0;
}
.new-footersec .dec .subtxt{
  color: #D0D0D0;
  width: 100px;
  display: block;
}
.new-footersec .sec1{
  padding: 9rem 0;
}
.new-footersec .sec2{
  padding: 2.5rem 0;
  border-top: solid 1px #598bb7;
}
.new-footersec .sec2 .text{
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.new-footersec .sec2 .text img{
  margin-left: 10px;
  margin-bottom: 5px;
}
.new-footersec .sec2 .item{
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  font-weight: 400;
}
.new-footersec .logosec{
  width: 100%;
  margin-bottom: 2rem;
}
.new-footersec .sec2 ul{
  padding: 0;
  margin: 0;
}
.new-footersec .sec2 li{
  list-style-type: none;
  margin: 0 0 0 1.5rem;
}
.new-footersec .sec2 a{
  text-decoration: none;
}
.new-footersec .sec2 a:hover{
  text-decoration: underline;
}
.new-footersec .logosec img {
max-width: 100%;
}
.new-footersec .title{
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 2rem;
  display: inline-block;
  position: relative;
}
.new-footersec .title::before{
  content: "";
  width: 25px;
  height: 3px;
  background: #F57F06;
  position: absolute;
  right: -40px;
  top: 10px;
}
a{
  transition: all 0.2s ease-in-out;
}
.new-footersec .newsletter{
  max-width: 292px;
}
.new-footersec .newsletter .dec{
  font-size: 15px
}
.menusec .navlist{
  padding: 0;
  margin: 0;
}
.menusec .navlist li{
  list-style-type: none;
  margin-bottom: 14px;
}
.menusec .navlist li:last-child{
  margin: 0;
}
.menusec .navlist a{
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  text-decoration: none;
}
.menusec .navlist a:hover{
  text-decoration: underline;
}


.dfltsearchsec{
  width: 100%;
  max-width: 450px;
  height: auto;
  border-radius: 37px;
  background: #fff;
  position: relative;
  margin: 2rem 0;
}
.dfltsearchsec .btn{
  width: 44px;
  height: 44px;
  background: #F57F06;
  border-radius: 100%;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.7s ease-in-out;
  position: absolute;
  right: .5rem;
  top: .5rem;
  z-index: 10;
}
.dfltsearchsec .btn:hover{
  background: #0258A8;
}
.dfltsearchsec  .search{
  width: 100%;
  background: #fff;
  border: solid 1px #DDE0E7;
  height: 55px;
  outline: none;
  font-size: 1.4rem;
  color: #141647;
  font-weight: 400;
  border-radius: 37px;
  padding: 0 5.5rem 0 1.5rem;
  transition: all 0.5s ease-in-out;
  font-family: "Montserrat", sans-serif;

}
.dfltsearchsec .search:focus{
  background: #F5F5F5;
  box-shadow: 5px 5px 5px #06000814;
  border: solid 1px #0258A8;
}
.dfltsearchsec .search::placeholder{
  transition: all 0.5s ease-in-out;
  font-family: "Montserrat", sans-serif;
}
.dfltsearchsec .search:focus::placeholder{
  opacity: 0;
} 

.social-bottom{
  padding: 0;
  margin: 2rem 0 0 0;
  justify-content: flex-start;
}
.social-bottom li{
  list-style-type: none;
  margin-right: 1.5rem;
}
.social-bottom .icon{
  transition: transform .2s;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 100%;
  background: #fff;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.2s ease-in-out;
}
.social-bottom .icon .default{
  display: block;
}
.social-bottom .icon .hover{
  display: none;
}
.social-bottom .icon:hover{
  background: #F57F06;
}
.social-bottom .icon:hover .default { 
display: none;
}
.social-bottom .icon:hover .hover { 
display: block;
}

.popup {
  display: none; /* Hidden by default */
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.popup-content-outer{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-content {
 background: #FFFFFF;
  border: 1px solid #E7F1F2;
  width: 100%;
  max-width: 520px;
  text-align: center;
  border-radius: 8px;
  position: relative;
}
.popup-content .close, .popup-content .close2{
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 100;
  font-weight: 400;
  width: 20px;
  height: 20px;
  color: #A3A3A3;
  font-size: 23px;
  background: #fff;
  border: solid 1px #E7F1F2;
  cursor: pointer;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-content .close:hover, .popup-content .close2:hover{
  border: solid 1px #F57F06;
  color: #F57F06;
}
.popup-content .shedule-form{
  width: 100%;
}
.popup-area{
padding: 5rem;
}
.popup .dec{
  color: #000;
}
.popup .ariasec{
  display: flex;
  align-items: center; justify-content: center;
  margin: 25px 0;
}
.popup .ariasec .btn-primary{
  padding-left: 50px;
  padding-right: 50px;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.hnwsec3 .container{
  max-width: 1400px;
}
.sales-wrapper .hnwsec3 .container{
  max-width: 1180px;
}
.hnwsec3.shd .container{
  max-width: 1150px;
}
.hnwsec3.shd .dec{
  font-size: 16px;
  line-height: 25px;
}
.about-page-screen{
}
.about-roles{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-roles .bottom-icon{
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.about-roles .bottom-icon img{
  width: auto;
  display: block;
  animation: zoom-in-zoom-out 1s ease infinite;
  
}
@keyframes zoom-in-zoom-out {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.about-roles .pic{
  width: 250px;
  position: relative;
  z-index: 10;
}
.about-roles .pic::before{
  content: "";
  width: 125px;
  height: 135px;
  background: url(../images/elements.svg);
  position: absolute;
  left: -70px;
  top: -70px;
}
.about-roles .pic::after{
  content: "";
  width: 66px;
  height: 76px;
  background: url(../images/abt-icon1.svg);
  position: absolute;
  right: -25px;
  bottom: -30px;
}
.about-roles .pic img{
  width: 100%;
  display: block;
  position: relative;
  z-index: 10;
}
.about-roles .right-screen{
  width: calc(100% - 280px);
  position: relative;
  z-index: 10;
}
.about-roles .right-screen .title1{
  font-size: 22px;
  line-height: 38px;
  text-transform: inherit;
}
.about-roles .right-screen .title2{
  margin-bottom: 0;
}
.about-roles .right-screen .dec{
  font-size: 15px;
}
.about-roles:nth-child(even){
  flex-direction: row-reverse;
}
.about-roles:nth-child(even) .pic::before{
  content: "";
  width: 125px;
  height: 135px;
  background: url(../images/element2.svg);
  position: absolute;
  left: auto;
  right: -70px;
  top: -70px;
}
.about-roles:nth-child(even) .pic::after{
  right: auto;
  left: -25px;
  bottom: -30px;
}
.about-roles:nth-child(even) .bottom-icon{
  justify-content: flex-start;
}
.about-roles{
  position: relative;
}
.about-roles::before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -250px;
  top: -50px;
  z-index: 2;
  background: url(../images/abt-rht.svg) right top no-repeat;
  animation: zoom-in-zoom-out 1s ease infinite;
}

.about-roles:nth-child(even)::before{
  right: auto;
  left: -250px;
  background: url(../images/abt-lft.svg) left top no-repeat;
  animation: zoom-in-zoom-out 1s ease infinite;
}
@media screen and (min-width: 1200px) {
  .home-wrapper .sec4 .rightsec {
    position: relative;
    right: -20px;
    width: 58%;
  }
  .footersec1 .boxitem{
    top: -100px;
  }
  .footersec2{
    padding-top: 0;
  }
  .asked-question-area{
    padding-bottom: 180px;
  }
  .home-bannersec .rightsec .textbg{
    right: auto;
    left: -81px;
    top: 38%;
  }
  .mr-30{
    margin-top: -30px;
  }
  .mrt-1{
    margin-top: 1rem;
  }
  .hnwsec3 .image-sec .formpic{
    max-width: 98%;
  }
  .innerlft{
    position: relative;
    top: -2rem;
  }
  .inrsec .image-sec img{
    width: auto;
    max-width: 841px;
  }
  .inrsec:nth-child(even){
  }
  .inrsec:nth-child(even) .image-sec .pic{
position: relative;
left: -9rem;
  }
  .inrsec:nth-child(even) .image-sec .dot1{
left: 0;
  }
  .container1100 .image-sec .pic{
    left: 0 !important;
  }
  .h-sec1.inr{
    padding-bottom: 3rem;
  }
  .privacyhdr{
    padding-top: 150px;
    /* background: transparent linear-gradient(359deg, #fbfcfd 0%, #fff 54%, #fbfcfd 100%) 0% 0% no-repeat padding-box */
  }
  .ls1{
    /* position: relative;
    border: solid 1px red;
    top: -10px; */
  }
}
@media screen and (min-width: 1100px){
  .new-footersec .sec1 .menusec{
    position: relative;
    right: 50px;
  }
}
.hnwsec3 .contentsec .btn-primary{
  display: none;
}
.hnwsec3 .contentsec .formarea .btn-primary{
  display: flex;
}

.privacy-outer .dec{
  font-size: 13px;
  line-height: 28px;
  margin-bottom: 30px;
  color: #000000;
}
.privacy-outer .dec.bold{
  font-weight: 600;
}
.privacy-outer .subtitle{
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 10px;
  color: #000000;
  font-weight: 600;
  display: block;
}
.privacy-outer .title1{
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
  color: #000000;
  font-weight: 600;
  display: block;
}
b{
  font-weight: 600;
}
.privacy-outer ol li{
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #000;
  text-align: left;
}
.privacy-outer ul li{
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #707070;
  text-align: left;
}
.privacy-outer .list{
  padding-left: 30px;
  display: flex;
  width: 100%;
  position: relative;
  margin-top: -22px;
  font-size: 13px;
  line-height: 28px;
  margin-bottom: 20px;
  color: #000000;
}
.privacy-outer .list p{
  margin: 0;
  padding: 0;
}
.privacy-outer .list .head{
  display: inline-block;
  font-size: 14px;
  color: #000000;
  font-weight: 700;
  padding-right: 5px;
}
.privacy-outer  ol{
  list-style: decimal;
  list-style-position: inside;
  margin-bottom: 30px;
}
.privacy-outer  ul{
  list-style-position: inside;
  margin-bottom: 20px;
}

.privacy-outer .medium{
  font-weight: 500;
}
.installers-banner{
  text-align: center;
  padding: 190px 15px 0 15px;
  background: #fff url(../images/installersbg.svg) top center no-repeat;
  background-size: contain;
}
.installers-banner .bannerbuttonsec{
  max-width: 100%;
  justify-content: center;
}
.installers-banner .banner-titlesec::before{
  display: none;
}
.installers-banner .image-sec{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.installers-banner .image-sec img{
  max-width: 100%;
}
.installerssec2{
  width: 100%;
  text-align: center;
  padding-top: 93px;
}
.installerssec2 .contentsec{
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 1100px) {
  .about-roles::before{
    display: none;
  }
  .home-bannersec .rightsec img{
    right: 0;
  }
  .footersec2 .container{
    flex-wrap: wrap;
  }
  .footersec2 .centersec {
    width: calc(100% - 300px);
}
  .home-wrapper .sec3 .rightsec{
    width: 300px;
  }
  .home-wrapper .sec3 .leftsec {
    width: calc(100% - 350px);
}
.countersec-outer{
  width: 100%;
}
  .header-outer {
    padding: 10px 0;
 height: auto;
  }
  .btn-primary {
    height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 14px;
  }

  .right-nav {
    transition: all 0.2s ease-in-out;
    width: 300px;
    height: 100vh;
    position: fixed;
    display: block;
    right: -110%;
    top: 0;
    z-index: 100;
    background: #F5F5F5;
    padding-top: 100px;
    box-shadow: rgb(125, 122, 114) 1px 1px 1px 0px, rgb(115, 113, 113) -1px -1px 15px 0px;
  }

  .right-nav .item {
    width: 100%;
    margin: 0;
  }

  #headerSection .right-nav li a.active {
    color: #0258A8;
  }

  #headerSection .right-nav li a {
    padding: 10px 0;
    display: block;
    color: #000;
  }

  .right-nav .item .active {
    color: #0258A8;
  }

  .right-nav.activemenu {
    right: 0;
  }

  .toogle-menu {
    display: block;
  }
  #headerSection .right-nav li.toogle-menu{
    display: block;
  }
  #headerSection .right-nav {
    padding-left: 0;
  }
  .activemenu .burger-strip-2 div:first-child {
    transform: translateY(6px) rotate(45deg);
  }

  .activemenu .burger-strip-2 div:nth-child(2) {
    opacity: 0;
  }

  .activemenu .burger-strip-2 div:last-child {
    transform: translateY(-10px) rotate(-45deg);
  }

  .activemenu .strip div {
   border-color: #3470A5;
  }

  #headerSection .right-nav{
    width: 300px;
  }
  #headerSection .right-nav li a {
    text-transform: uppercase;
    text-align: center;
    border-bottom: solid 1px #e2e7ee !important;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 0;
  }

  #headerSection .right-nav li {
    margin: 0;
  }
  .title2{
    font-size: 3rem;
  }

  .home-bannersec .dec br{
    display: none;
  }
  .home-bannersec .rightsec .textbg2 br{
    display: none;
  }
  .gallerysec2{
    align-items: center;
  }
  .sec2-bottom{
    padding: 20px 0;
  }
  .home-bannersec{
    overflow-x: hidden;
  }
  .home-wrapper{
    overflow-x: hidden;
  }
  .path-1, .path-2{
    display: none;
  }
  .banner-titlesec .title2{
    font-size: 30px;
    line-height: 40px;
  }
  .title2{
    font-size: 28px;
    line-height: 38px;
  }
  .hnwsec3 .title2{
    font-size: 28px;
    line-height: 38px;
  }
  .shedule-form.form2{
    padding-left: 50px;
    width: auto;
  }

  .new-footersec .title{
    font-size: 20px;
    line-height: 22px;
  }
  .pd-100{
    padding: 50px 0;
  }
  .home-wrapper{
    padding-bottom: 0;
  }
  .hnwsec2{
    background-size: cover;
  }
}

.shedule-form .toparea .dec{
  font-size: 15px;
}
@media screen and (max-width: 1000px) {
  .footersec2 .centersec {
    width: 100%;
    padding: 30px 0;
}
  #headerSection .right-sec {
    padding-right: 20px;
  }
  .home-bannersec .rightsec{
    width: 250px;
  }
  .home-bannersec .rightsec img{
    width: 100%;
  }
  .home-bannersec .leftsec{
    width: calc(100% - 260px);
  }
  .dec{
    font-size: 14px;
  }
  .banner-titlesec::before{
    display: none;
  }
  .banner-titlesec{
    padding: 0;
  }
  .home-bannersec{
    height: 500px;
  }
  .new-footersec .container{
    flex-wrap: wrap;
  }
  /* .addresssec{
    width: 100%;
  }
  .contactsec, .menusec{
    width: 50%;
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .new-footersec .logosec{
    max-width: 200px;
  }
  .newsletter{
    width: 100%;
  } */
  .home-bannersec .aboutleft{
    width: 100%;
    padding-top: 100px;
  }
  .home-bannersec .aboutright{
    width: 100%;
    padding-top: 50px;
  }
   .home-bannersec.aboutbanner .container{
    display: block;
   
   }
}
.new-footersec .container{
  max-width: 1400px;
}
@media screen and (max-width: 600px) {
  .home-bannersec .aboutleft{
    padding-top: 0;
  }
  .accordion-content{
    font-size: 14px;
  }
  .footersec1 .boxitem{
    padding: 15px;
    flex-wrap: wrap;
  }
  .footersec1 .boxitem .title{
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .sec2-bottom li{
    width: 35%;
    font-size: 13px;
  }
  .footersec1 .boxitem .title br{
    display: none;
  }
  .footersec2 .centersec{
    flex-wrap: wrap;
  }
  .footersec2 .serviceul{
    width: 100%;
  }
  .footersec2 .pagesul{
    width: 100%;
  }
  .home-wrapper .sec3 .container{
    flex-wrap: wrap;
  }
  .countersec .count{
    font-size: 2rem;
  }
  .home-wrapper .sec3 .leftsec{
    width: 100%;
  }
  .home-wrapper .sec3 .rightsec{
    width: 100%;
  }
  .gallerysec2 .leftsec{
    width: 48%;
  }
  .gallerysec2 .rightsec{
    width: 48%;
  }
  #headerSection .logosec{
    width: 130px;
  }
  #headerSection .btn-primary.btn-primary{
    height: 30px;
    font-size: 10px;
    line-height: 30px;
  }
  .burger{
    top: 10px;
  }
  .home-bannersec .container{
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .home-bannersec .leftsec{
    width: 100%;
    padding-top: 30px;
  }
  .pd-100{
    padding: 30px 0;
  }
  .footersec1 .boxitem .btn-primary{
    height: 50px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .home-bannersec{
    height: auto;
    padding: 50px 0 30px 0;
  }
  .bannerbuttonsec .btn-primary{
    height: 40px;
  }
  .bannerbuttonsec{
justify-content: space-around;
  }
  .home-bannersec .rightsec{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    background: #edf7fc;
  }
  .home-bannersec .rightsec img{
    /* width: 150px; */
    width: 100%;
    display: block;
    left: 0;
    right: 0; top: 0; bottom: 0;
  }
  .home-bannersec .rightsec .textbg{
    font-size: 13px;
    padding: 10px;
    left: auto;
    right: 90px;
    top: 20%;
  }
  .home-bannersec .rightsec .textbg2{
    font-size: 13px;
    padding: 10px;
    left: auto;
    right: 35px;
    bottom: 10%;
  }
  .title2{
    font-size: 2.5rem;
  }
  .home-bannersec .leftsec{
    text-align: center;
  }
  .home-bannersec .searchsec{
    max-width: 100%;
  }
  .addresssec{
    width: 100%;
  }
  .addresssec, .contactsec, .menusec, .newsletter{
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .new-footersec .logosec{
    max-width: 200px;
  }
  .new-footersec{
    text-align: center;
  }
  .new-footersec .dec{
    text-align: center;
    justify-content: center;
  }
  .new-footersec .logosec{
    margin: 0 auto 2rem auto;
  }
  .new-footersec .title{
    width: 100%;
    text-align: center;
  }
  .new-footersec .title::before{
    display: none;
  }
  .social-bottom{
    justify-content: center;
  }
  .social-bottom li{
    margin: 0 .5rem;
  }
  .menusec .navlist li{
    width: 50%;
    text-align: center;
  }
  .menusec .navlist{
    display: flex;
    flex-wrap: wrap;
  }
  .new-footersec .newsletter{
    margin: auto;
  }
  .new-footersec .sec2 .text{
    width: 100%;
    text-align: center;
  }
  .new-footersec .sec2 ul{
    width: 100%;
    margin-top: 1rem;
    justify-content: center;
  }
  .hnwsec3 .container{
  flex-wrap: wrap;
  }
  .hnwsec3 .image-sec{
    width: 100%;
  }
  .hnwsec3 .contentsec{
    width: 100%;
  }
  .hnwsec3 .contentsec .title1{
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
  }
  .hnwsec4 .contentsec .title1{
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
  }
  .home-wrapper{
    text-align: center;
  }
  .home-wrapper .sec1{
    padding: 30px;
  }
  .shedule-form .contentarea{
    padding: 30px;
  }
  .h-sec5{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
    padding: 60px 0;
  }
  .shedule-form .toparea2{
    padding-top: 30px;
  }
  .h-sec5 .contentsec{
    width: 100%;
  }
  .h-sec5 .image-center{
    width: 100%;
  }
  .h-sec5 .btn-primary{
    margin: auto;
  }
  .home-wrapper{
    padding-bottom: 30px;
  }

  .title2{
    font-weight: 500;
  }
  .title3{
    font-size: 2.2rem;
    font-weight: 500;
  }
  .hnwsec3 .dec br{
    display: none;
  }
  .shedule-form.form2{
    padding: 0;
  }
  .hnwsec3 .title2{
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
  }
 .title2{
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
  }
  .home-wrapper .dec br{
    display: none;
  }
  .banner-titlesec .title2{
    font-size: 25px;
    line-height: 30px;
  }
  .dec2{
    display: block;
    margin: 0;
    line-height: 20px;
  }
  .about-roles{
    display: inline-block;
    width: 100%;
  }
  .about-roles .right-screen{
    width: 100%;
    padding-top: 1rem;
  }
  .about-roles .pic{
    width: 100%;
    text-align: center;
    padding: 1rem 0;
  }
  .about-roles .pic img{
    width: auto;
    max-width: 90%;
    display: block;
    margin: auto;
    background: #1e5aad;
    padding: 10px;
  }
  .about-roles .bottom-icon{
    display: none;
  }
  .about-roles .pic::after{
    display: none;
  }
  .about-roles .pic::before{
    display: none;
  }
  .about-roles .right-screen .dec{
    font-size: 14px;
  }
  .about-roles .right-screen .title1{
    font-size: 18px;
    line-height: 22px;
  }
}

.loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  background: #fff;
}

.inner-wrapper h1 {
  font-size: 3rem;
  line-height: 1.5;
  color: #286089;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.inner-wrapper h2 {
  font-size: 2.8rem;
  line-height: 1.5;
  color: #286089;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.inner-wrapper h3 {
  font-size: 2.6rem;
  line-height: 1.5;
  color: #286089;
  font-weight: 600;
  position: relative;
  margin-bottom: 1.5rem;
}

.inner-wrapper h4 {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #286089;
  font-weight: 600;
  position: relative;
  margin-bottom: 1.5rem;
}

.inner-wrapper h5 {
  font-size: 2rem;
  line-height: 1.5;
  color: #286089;
  font-weight: 600;
  position: relative;
  margin-bottom: 1.5rem;
}

.inner-wrapper h5 {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #286089;
  font-weight: 600;
  position: relative;
  margin-bottom: 1.5rem;
}

.inner-wrapper p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #17171B;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.inner-wrapper li {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #17171B;
  font-weight: 400;
  display: list-item;
  margin-bottom: 1rem;
}

.inner-wrapper ul {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.inner-wrapper a {
  color: #0258A8;
}

.inner-wrapper section .container {}

.formarea ul li {
  display: block;
}
.form-group{position: relative;}
.formarea {
  width: 100%;
  height: auto;
}
.formarea .btn-primary{
  width: 100%;
}
.formarea ul {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.formarea ul li {
  width: 49%;
  margin-top: 2rem;
}

.formarea ul .full {
  width: 100%;
}

.formarea ul .align-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.formarea ul .align-right .btn-primary{
  width: 125px;
}

.formarea .namelabel {
  font-size: 1.4rem;
  color: #17171B;
  font-weight: 500;
  display: block;
  margin-bottom: 1rem;
}

.formarea .form-group {
  position: relative;
}

.formarea .form-label {
  padding: 0 3px;
  pointer-events: none;
  position: absolute;
  top: 15px;
  z-index: 10;
  left: 15px;
  transition: 0.2s;
  transition-timing-function: ease;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 1;
  font-size: 1.2rem;
  color: #344B47;
  letter-spacing: 0.01em;
  background: #FCFCFC;
  font-weight: 400;
  display: flex;


}

.formarea .form-control {
  width: 100%;
  height: 48px;
  background: #fff;
  border: solid 1px #E7F1F2;
  border-radius: 6px;
  display: block;
  font-size: 1.3rem;
  color: #130623;
  padding: 0 20px;
  outline: none;
  box-sizing: border-box;
  font-weight: 500;

}

.formarea .invalid-input {
  border: solid 1px red;
}

input:focus + label, input:not(:placeholder-shown) + label {
  opacity:1;
  transform: scale(1) translateY(-28px) translateX(0);
  }
  
  input:focus + label, input:not(:-ms-input-placeholder) + label {
  opacity:1;
  transform: scale(1) translateY(-28px) translateX(0);
  
  }
 
  input:focus:focus {
    box-shadow: 0 0 6px rgba(0, 200, 222, 0.25);
    background-color: #fafafa; }



.formarea .text-area {
  height: 80px;
  padding: 20px;
}


.inner-wrapper {
  border-top: dashed 1px #e3e9ed;
}

.contactbg {
  width: 100%;
  border-radius: 50px;
}

.fornotfor{
  width: 100%;
  height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  padding-top: 85px;
}
.fornotfor .container{
  max-width: 1200px;
  margin: auto;
  position: relative;
}
.fornotfor .contentarea{
  width: 100%;
}
.fornotforpic{
  width: 100%;
}
.fornotfor .container .text-area{
text-align: center;
  width: 100%;
  height: auto;
  position: absolute;
  top: -100px;left: 0;
}
.fornotfor .title1{
  font-size: 130px;
  line-height: 1.2;
  font-family: "Quicksand", sans-serif !important;
  color: #27293B;
  font-weight: 600;
}
.fornotfor .container .text-area .btn-primary{
  margin: auto;
  max-width: 100px;
  text-decoration: none;
}
.fornotfor .container .text-area .dec{
  font-size: 18px;
  margin-bottom: 20px;
}


.active-contact #headerSection .right-nav li#contactUs a{
  color: #F57F08;
  cursor: default;
  border-bottom: solid 1px #F57F08;
}
.active-home #headerSection .right-nav li#home a{
  color: #F57F08;
  cursor: default;
  border-bottom: solid 1px #F57F08;
}
.active-sales #headerSection .right-nav li#sales a{
  color: #F57F08;
  cursor: default;
  border-bottom: solid 1px #F57F08;
}
.active-installers #headerSection .right-nav li#installers a{
  color: #F57F08;
  cursor: default;
  border-bottom: solid 1px #F57F08;
}
.active-about #headerSection .right-nav li#about a{
  color: #F57F08;
  cursor: default;
  border-bottom: solid 1px #F57F08;
}


.hnwsec3 .image-sec{
  position: relative;
}
.hnwsec3 .image-sec .dot1{
  position: absolute;
  left: -60px;
  top: -60px;
  border: solid 1px red;
  width: 125px;
  height: 135px;
}


.formarea ul .full{
  position: relative;
}
.formloader {
  border: 5px solid #c7c6c6;
  border-radius: 50%;
  border-top: 5px solid #F57F08;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#result,
#contact-form-result,
#leads-contact-form-result,
#epc-form-result,
#header-contact-form-result {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.startcount ol li::before{
  content: " ";
  width: auto;
  height: auto;
  display: inline-block;
  position: absolute;
  left: -10px;
  top: 0;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #000;
}
.startcount ol li li::before{
  display: none;
}
.start1 ol li{
  position: relative;
}
.start1 ol li{
  position: relative;
}
.start2 ol li{
  position: relative;
}
.start3 ol li{
  position: relative;
}
.start4 ol li{
  position: relative;
}
.start5 ol li{
  position: relative;
}
.start6 ol li{
  position: relative;
}
.start7 ol li{
  position: relative;
}
.start8 ol li{
  position: relative;
}
.start9 ol li{
  position: relative;
}


.start1 ol li::before{
  content: " 1. ";
}
.start2 ol li::before{
  content: " 2. ";
}
.start3 ol li::before{
  content: " 3. ";
}
.start4 ol li::before{
  content: " 4. ";
}
.start5 ol li::before{
  content: " 5. ";
}
.start6 ol li::before{
  content: " 6. ";
}
.start7 ol li::before{
  content: " 7. ";
}
.start8 ol li::before{
  content: " 8. ";
}
.start9 ol li::before{
  content: " 9. ";
}
.start10 ol li::before{
  content: " 10. ";
  left: -15px;
}

.privacy-outer ol li{
  position: relative;
}
.pd-35{
  padding: 35px 0;
}