@font-face {
    font-family: 'DMSans-SemiBold';
    src: url(../fonts/DMSans-SemiBold.eot);
    src: url(../fonts/DMSans-SemiBold.eot?#iefix) format('embedded-opentype'),
         url(../fonts/DMSans-SemiBold.otf) format('otf'),
         url(../fonts/DMSans-SemiBold.svg#DMSans-SemiBold) format('svg'),
         url(../fonts/DMSans-SemiBold.woff2) format('woff2'),
         url(../fonts/DMSans-SemiBold.woff) format('woff'),
         url(../fonts/DMSans-SemiBold.ttf) format('truetype');
  }
  @font-face {
    font-family: 'DMSans-Bold';
    src: url(../fonts/DMSans-Bold.eot);
    src: url(../fonts/DMSans-Bold.eot?#iefix) format('embedded-opentype'),
         url(../fonts/DMSans-Bold.otf) format('otf'),
         url(../fonts/DMSans-Bold.svg#DMSans-Bold) format('svg'),
         url(../fonts/DMSans-Bold.woff2) format('woff2'),
         url(../fonts/DMSans-Bold.woff) format('woff'),
         url(../fonts/DMSans-Bold.ttf) format('truetype');
  }
  @font-face {
    font-family: 'DMSans-Medium';
    src: url(../fonts/DMSans-Medium.eot);
    src: url(../fonts/DMSans-Medium.eot?#iefix) format('embedded-opentype'),
         url(../fonts/DMSans-Medium.otf) format('otf'),
         url(../fonts/DMSans-Medium.svg#DMSans-Medium) format('svg'),
         url(../fonts/DMSans-Medium.woff2) format('woff2'),
         url(../fonts/DMSans-Medium.woff) format('woff'),
         url(../fonts/DMSans-Medium.ttf) format('truetype');
  }
  @font-face {
    font-family: 'DMSans-Regular';
    src: url(../fonts/DMSans-Regular.eot);
    src: url(../fonts/DMSans-Regular.eot?#iefix) format('embedded-opentype'),
         url(../fonts/DMSans-Regular.otf) format('otf'),
         url(../fonts/DMSans-Regular.svg#DMSans-Regular) format('svg'),
         url(../fonts/DMSans-Regular.ttf) format('truetype'),
         url(../fonts/DMSans-Regular.woff) format('woff'),
         url(../fonts/DMSans-Regular.woff2) format('woff2');
  }
     

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
  font: 400 normal 1.24vw/31px 'DMSans-Regular', Arial, Helvetica, sans-serif;
  color: #4d4d4d;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*---Universal Selector to add additional resets, such as text-size adjust and tap highlighting---*/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
}

a {
  text-decoration: none;
}

body {
  margin: 0;
  background: #fff;
}

a,
input[type="submit"],
input[type="button"],
button,
label[for] {
  cursor: pointer;
}

input[type="submit"] {
  -webkit-appearance: none;box-shadow: 1px 14px 23px rgb(0 0 0 / 22%);
}

.menu-open{
     background-image: url("../images/menu-burgerr.svg");
}

/* Proper box model */
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  /* General styles */
  ::selection {
    background: #eb8f00;
    color: #fff;
  }
  
  ::-moz-selection {
    background: #eb8f00;
    color: #fff;
  }
  
  ::-webkit-selection {
    background: #eb8f00;
    color: #fff;
  }
  
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 87.4%;
}
ul, ol {
    margin: 0 0 20px !important;
    padding: 0;    list-style-position: inside !important;
}
.hdTopRgt li {
    display: inline-block;
}
.socialSc li {
    display: inline-block;
    margin-right: 2.5%;
}
.socialSc li a {
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 0 0;
}
.hdrRgt {
    text-align: right;
}
.btn {
  border-radius: 40px;
  padding: 10px 28px;
}
.headerBtm {
  padding: 23px 0 2px;
}
section.banner {
  padding: 0 36px !important;
  margin-top: 142px !important;
}
.headTop ul {
    margin: 0 !important;
}
.headTop {
    padding: 9px 0;
}
.fb{
    background-image: url(../images/facebook.png);
}
.insta{
    background-image: url(../images/instagram.png);
}
.lnk{
    background-image: url(../images/linkedin.png);
}
.tw{
    background-image: url(../images/x.png);
}
.yt{
    background-image: url(../images/youtube.png);
}
header {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;z-index: 10;
}

.hdTopRgt {
    text-align: right;
}
.phMl li {
  padding-left: 33px;
  margin-left: 4.5%;
  color: #fff;
  background-position: 12px 50%;
  background-repeat: no-repeat;
}

.mailCls {
  background-size: 7%;
}

.callCls {
  background-size: 5%;
}
.mailCls{
  background-image: url(../images/email.png);
}
.callCls{
  background-image: url(../images/phone.png);
}
.phMl li a {
    color: white;
    font-size: 1.052vw;
        line-height: 31px;
}
.headTop {
    padding: 10px 0;background: #04112B;
}
.dNone{
  display: none !important;
}
ul:after {
  clear: both;
  content: "";
  display: block;
}
.contactMenu {
  float: right !important;
  padding-top: 7px;
}
.aniPos .headerBtm {
  padding: 10px 0;
}
.aniPos a.logo {
  width: 170px;
}

.aniPos .ozmenu ul.ozmenu-nav>li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.aniPos .contactMenu {
  padding-top: 6px;
}

.ozmenu ul.ozmenu-nav>li.contactMenu a {
  padding: 13px 37px;
  color: #fff !important;
  border: 1px #1F4697 solid;
  border-radius: 32px;
  background: #1F4697;
}
.ozmenu ul.ozmenu-nav>li.contactMenu a:hover {
  color: #fff !important;
  border: 1px #575656 solid;
  background: #575656;
}
/* counter Css*/

#counters_1, #counters_2, #counters_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
    padding: 51px 0;
    text-align: center;
}

.counter {
  font-size: 2.3vw !important;
  font-family: 'DMSans-Medium';
  color: #04102A;
  width: auto;
  position: relative;
  display: inline-block;
  padding-right: 30px;
}
#counters_2 span {
  display: block;
  margin: 34px 0 0;
  font-size: 1.3vw;
}
.counter:before {
    color:#1F4697;
  position: absolute;
  right: 10px;
  top: 0;
  content: "+";
  font-size: inherit;
}
div#counters_2 > div {
  position: relative;
  width: 25%;
}
div#counters_2 > div:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 90px;
  background: url(../images/seperator.png) no-repeat center center;
  right: -4%;
  top: 50%;
  margin-top: -48px;
}
div#counters_2 > div:last-child:after {
display: none;
}

div#counters_2 > div:last-child .counter {
  padding-right: 0 !important;
  }
  div#counters_2 > div:last-child .counter:before {
 display: none;
  }
  .counterScn .container {
    max-width: 94.6%;
    background: #F4F4F4;
    border-radius: 6px;
}
/* counter Css ends*/
header, header div, header a, header span, header p, header ul, header li{
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.btn-outline-primary {
  color: #1F4697 !important;
  border-color: #1F4697 !important;
  background: transparent !important;
}
.btn-outline-primary:hover {
  color: #fff !important;
  border-color: #1F4697 !important;
  background: #1F4697 !important;
}
.btn-primary {
  color: #fff !important;
  background-color: #1F4697 !important;
  border-color: #1F4697 !important;
}
.btn-primary:hover {
  color: #fff !important;
  background-color: #575656 !important;
  border-color: #575656 !important;
}
.ftrTopLftContact .btn-primary {
  border-color: #fff !important;
}
.aboutScn {
  padding: 141px 0;
  text-align: center;
}
.subHdng {
  margin-bottom: 16px;
  font-size: 1vw;
  line-height: 31px;
  color: #1F4697;font-family: 'DMSans-Medium';text-transform: uppercase;
}
h2, h3, h4, h5, h6 {
  font-size: 2.47vw;
  font-family: 'DMSans-Medium';
  line-height: 42px !important;
  margin-bottom: 24px;
}
h1, h2, h3, h4, h5, h6 {
  color: #04102A;
}
.abtCont {
  margin: 0 auto 32px;
  width: 63%;
}
section.groundbg {
  margin-top: 84px;
}
.aboutScn {
  padding: 141px 0 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 38%;
  background-size: 86%;
}
.crtificate {
  text-align: center;
}
.crtificate {
  text-align: center;
  margin-top: -85px;
  padding-top: 168px;
  position: relative;
  background: url(../images/bg-top.png) no-repeat center 0;
  background-size: 100%;
  padding-bottom:75px;
}
.clientsScn {
  text-align: center;
  padding: 75px 0;
}
.clientSLider {
  padding-top: 34px;
  padding-bottom: 30px;
}
.abtCont p:last-child {
  margin: 0;
}
.clientsScn .abtCont {
  margin-bottom: 0;
}
.clientsScn .clientSLider {
  padding-bottom: 30px;
}
.productScn {
  text-align: center;
  padding: 81px 0 88px;
}
.productScn .abtCont {
  width: 66%;
}
.poroductSLider.slick-slider .slick-slide {
  padding: 0 28px;
}
.poroductSLider .certiCvr small {
  display: block;
  padding: 23px 0 18px;
  color: #000;
  font-size: 1.3vw;
  font-family: 'DMSans-Medium';
 line-height: 30px !important;
}
.poroductSLider {
  padding-bottom: 14px;
}
a.certiCvr{
  text-decoration: none;
  color: inherit;
}
.evcharge {
  padding: 73px 0 90px;
}
.highlights {
  margin: 79px 0 0;
}
.evcharge .row {
  display: flex;
  align-items: center;
}
.contEvScn {
  float: right;
  width: 73%;
}
.contEvScn p {
  margin: 29px 0 0;
}
.evLogo {
  margin-bottom: 16px;
}
.evcharge h2 {
  font-family: 'DMSans-Bold';
  line-height: 61px;
  margin-bottom: 0;
  color: #000;
}
.highlights .container {
  max-width: 98%;
}
.hglBg {
  padding: 98px 98px 28px;background: url(../images/highlights.jpg) no-repeat center 0;
  background-size: cover;    border-radius: 10px;
}
.hglgtRgt {
  padding-left: 5.1%;
  padding-top: 17px;
}
.hglgtRgt .hglgtpnts {
  padding: 0 25px 57px;
}
.hglImg {
  height: 83px;
}
.hgBox {
  height: 165px;
  text-align: center;
  padding: 26px 0 0;
  border-radius: 20px;
  background: rgb(255 255 255 / 20%);
}
.hgBox small {
  color: #fff;
  font-size: 1.3vw;
}

.hglBg .abtCont {
  margin: 18px 0 0;
  width: 89%;
  color: #fff;
}
.hglghtLftCvr .subHdng {
  margin-bottom: 4px;color: #fff;
}
.hglghtLftCvr h2 p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;    margin: 0;
  font-weight: 600;
}
.hglghtLftCvr h2 p{
        margin-bottom: 0.5em !important;
}
.hglghtLftCvr h2 {
  line-height: 62px;
  margin-bottom: 0;
  font-size: 2.4vw;
  font-family: 'DMSans-Bold';    color: #fff;
}
.whyCoverLft h2 {
  line-height: 62px;
  color: #000;margin-bottom:31px;
}
.whyCoverLft .subHdng {
  margin-bottom: 6px;
}
.whyChoose {
  padding: 155px 0 70px;
}
.testimonial {
  padding: 68px 0 80px;
}
.whyPoints {
  padding-left: 6%;
  padding-top: 49px;
}
.whyPntCvr .h2 {
  padding-left: 15%;
  position: relative;
  font-size: 24px;
  font-family: 'DMSans-Medium';
  line-height: 41px;
}
.whyContSc {
  padding-left: 15%;
}
.whyPoints .col-12 {
  padding-bottom: 47px;
}
.whyPoints .col-12:nth-child(even) {
  padding-left: 5%;
}
.whyPntCvr .h2 span {
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  top: 3px;
}
.gallery-item a img {
  width: 100%;
  object-fit: cover;
  height: 497px;
}
.certiCvr.reviewSlider {
  padding: 0 21px;
}
.recCont{
        max-width: 85%;
}

.testiHomeCvr {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.testiHomeCvr .subHdng {
  margin-bottom: 5px;
}
.testiHomeCvr h2 {
  line-height: 61px;
  margin-bottom: 16px;
  width: 83%;
}
.revContCvr {
  margin: 0 0 31px;
}
.galleryScn {
  padding: 106px 0 0;
  text-align: center;
}
.galleryScn .abtCont {
  margin-bottom: 23px;
}
.gallerySlider {
  margin-bottom: 28px;
}
.partnerScn {
  text-align: center;
  padding: 155px 0 70px;
}
.partnerScn .abtCont {
  margin-bottom: 25px;
}
.partnerScn .clientSLider {
  padding-top: 0;
}
.poroductSLider .certifiLogo{
        margin-bottom: 20px;
}
footer a:visited {
    color: unset !important;
}
footer ul li{
    color:#BFBFBF;
}
footer {
  margin-top: 91px;
  padding: 118px 0 0;
  background: url(../images/footer-bg.jpg) no-repeat center 0;
  background-size: cover; 
}
.ftrTopLftContact {
  padding: 33px 0 0 17.8%;
}
.ftrTopLftContact .subHdng {
  margin-bottom: 20px;    color: #fff;
}
.ftrTopLftContact .h2 {
  color: #fff;
  margin-bottom: 25px !important;
}
.ftrtelMail li {
  padding-left: 21%;
  position: relative;    margin-bottom: 56px;
}
.ftrtelMail li span {
  position: absolute;
  left: 0;
  top: 1px;
  font-family: 'DMSans-Medium';
  color: #fff;
}
.contInn a{display: inline-block;color: #fff;}
.contInn a:last-child {
  display: inline-block;
  margin-top: 9px;
}
footer ul {
  list-style: none;
}
.ftrtelMail {
  padding-top: 39px;
  padding-bottom: 38px;
}
.h2 {
  font-family: 'DMSans-Medium';    line-height: 61px;
}
.ftrtelMail li:last-child{
  margin-bottom: 0;
}
.contInn a:first-child {
  margin-top: 0 !important;
}
.ftrTopRgt {
  padding-right: 9.2%;
}
.ftrForm {
  padding: 44px 44px 44px 44px;
  background: #fff;
  border-radius: 10px;
}
.ftrForm .h2 {
  font-size: 1.23vw;
  font-family: 'DMSans-Bold';
  color: #000;
  line-height: 33px;
  margin-bottom: 25px;
}
.ftrForm li span.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.ftrForm li {
  margin-bottom: 23px;
}
.ftrForm li:last-child {
  text-align: right;
  position: relative;
  padding-top: 11px;
}
span.wpcf7-spinner {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
}
div.wpcf7-validation-errors,
.wpcf7-mail-sent-ok,
div.wpcf7-spam-blocked,
div.wpcf7-acceptance-missing,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}
span.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 12px 23px;
  font-size: 17px;
  background: #F5F5F5;
  border: 1px #dc3232 solid;
  border-radius: 5px;
}
.ftrMenus {
  padding: 60px 0 0;
}
.ftrMenus .h2 {
  font-size: 20px;
  line-height: 36px;
  color: #fff;    margin-bottom: 16px;
}
.ftrMenus li {
  float: left;
  width: 50%;
  margin-bottom: 15px;
}

.ftrMenus li:nth-child(even) {
  padding-left: 15px;
}
.ftrMenus a {
  color: #fff;
  font-size: 21px;
  line-height: 31px;
  display: inline-block;
}
.ftrMenuBorder {
  padding-bottom: 15px;
  border-bottom: 1px #BFBFBF solid;
}
.copyright {
  text-align: center;
  padding: 12px 0;
  font-size: 18px;
  color: #fff;
}
body {
  margin: 0 !important;
}

input[type="submit"] {
  box-shadow: 0px 0 0 rgb(0 0 0 / 0) !important;
}
footer a:hover {
  color: #1F4697;
}

.gallery-item a {
  position: relative;
  display: block;
}
.gallery-item a:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background: url(../images/play-button.png) no-repeat center center;
  background-size: 100%;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -30px;
}

.innerBanner .bannImg {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.innerBanner .bannImg h1 {
  font-size: 45px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  margin-top: -15px;
  margin-bottom: 0;
  color: #fff;
  font-family: 'DMSans-Medium';
}
.abtmsn .h2 {
    font-size: 19px !important;
    color:#04102A;
  }
.moreScn li{
  display: inline-block;
  margin-right: 10px;
}
section.banner.innerBanner {
  margin-top: 171px;
}

.innerpage h2, .innerpage h3, .innerpage h4, .innerpage h5, .innerpage h6 {
  line-height: 68px !important;
  margin-bottom: 12px;
}
.abtSec1Lft {
  padding-right: 1%;
}
.abtSec1Lft h2 {
  padding-right: 26%;
}
.abtSec1Rgt {
  padding-left: 9.1%;
}
.abtInnCvr p:last-child {
  margin-bottom: 0;
}
.abtInnCvr {
  padding-bottom: 22px;
}
.aboutSc01 {
  padding: 98px 0 138px;
}

.aboutSc02 {
  background-position: right 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 93px 0;    margin-bottom: 100px;
}
.hdDscr {
  padding: 4px 0 30px;
  color: #fff;
}
.abtmvCvre {
  padding: 34px 29px;
}
.abtmsn .h2 {
  font-size: 24px;
  font-family: 'DMSans-Bold';
  line-height: 30px;
  margin: 0 0 5px;
}
.abtsc2Hdng h2 {
  color: #fff;
}
.abtmvCvre {
  padding: 33px 29px;
  border-radius: 10px;
  background: #fff;
  height: 100%;
  text-align: start;
}
.gosolBgCvr{
    background-image:url("../images/Services-bg-img.jpg");
            border-radius: 14px;
}
.recognitions {
  padding: 43px 0;
}
.recItmCvr {
  text-align: right;padding-top: 15px;
}
.recognitions .row {
  display: flex;
  align-content: center;
  align-items: center;
}
.recItmCvr .recImg:nth-child(1) {
  width: 59%;
}
.recItmCvr .recImg:nth-child(2) {
  width: 41%;
}
.whychooseContent {
  text-align: center;
  padding: 60px 0;
}
.whychooseContent .container {
  max-width: 74%;
}
.whysolarScn {
  padding: 25px 0 145px;
}

.whySolarImg {
  margin: 43px auto 0;
  width: 647px;
}
.whysolCvr {
  position: relative;text-align: center;
}
.whysolCvr ul {
  list-style: none;
}

.whySolListCvr .h2 {
  font-size: 24px;
  line-height: 31px;
  font-family: 'DMSans-Bold';color: #1F4697;
}
.whysolCvr ul li{
  position: absolute;
  width: 364px;
}
.whysolCvr li:nth-child(1) {
  left: 168px;
  top: 42px;
}
.whysolCvr li:nth-child(2) {
  left: 88px;
  top: 208px;
}
.whysolCvr li:nth-child(3) {
  left: 88px;
  top: 405px;
}
.whysolCvr li:nth-child(4) {
  left: 165px;
  top: 611px;

}
.whysolCvr li:nth-child(5) {
  right: 159px;
  top: 40px;
  width: 372px;
}
.whysolCvr li:nth-child(6) {
  right: 88px;
  top: 188px;
}
.whysolCvr li:nth-child(7) {
  right: 88px;
  top: 390px;
}
.whysolCvr li:nth-child(8) {
  right: 163px;
  top: 566px;
}
.powerthefut {
  position: relative;
  padding-top: 133px;    padding-bottom: 79px;    background: #f2f6ff;
}
.powerthefut:before {
  background: url(../images/bottom-curve-bg.jpg) no-repeat center bottom;
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  height: 118px;
  content: "";
}
.powerthefut .container {
  max-width: 81%;
}
.powLft {
  padding-right: 6.9%;
}
.powRgt {
  padding-left: 7px;
  padding-top: 51px;
}
.abtInnCvr h3 {
  padding-right: 18%;
}
#id_9 footer{
  margin-top: 0;
}
#id_11 .whychooseContent {
  padding-bottom: 29px;
}
.servicelist {
  text-align: center;
}
.serviCvr {
    height: 174px;
 
  background-color: #F1F6FF;
  padding: 34px 22px;
}
.serviCvr .h2 {
  font-size: 23px !important;
  font-family: 'DMSans-Bold';
  line-height: 33px !important;
  margin: 15px 0 5px;
  color:#1F4697;
}
.descr p:last-child {
  margin: 0;
}
.servCol {
  padding-bottom: 42px;
}
.gosolar {
  padding: 95px 0 71px;
}
.gosolColLft {
  position: relative;
}
.gosolColRgt {
  padding: 36px 16px 20px;
}
.goSolDscr {
  width: 100%;
  color: #fff;
  padding: 0 0 34px;
}
.gosolrImg {
  position: absolute;
  left: 50%;
  right: 0;
  text-align: center;
  bottom: 0;
  width: 73%;
  margin-left: -30%;
}
.gosolColRgt h2 {
  color: #fff;
}
.ellipse1{
    position: absolute;
    left: 187px;
}
.ellipse2 {
    position: absolute;
    right: 187px;
    top: 0px;
}
.whysolCvr ul li{
    z-index: 11;
    padding: 0px 0px;
    background-color: #FFFFFF !important;
}
.whySolListCvr{
    background-color: #FFFFFF !important;
    padding: 10px 0px;
}
.thankyou{
    text-align: center;
    padding: 50px 0px;
    max-width: 80%;
    margin: 0 auto;
}
.innerpage{
        padding: 10px 0px;
    text-align: center;
}
.recCvr{
        text-align: start;
}
.powRgt{
    text-align: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.solAcces .certifiLogo{
   
    min-width: 100px;
    border-radius: 14px;
}
.solAcces .certifiLogo {
    background: #F4F4F4;
    height: 225px;
    display: flex;
    justify-content: center;  /* centers horizontally */
    align-items: center;      /* centers vertically (if height is set) */
}

.solAcces .certifiLogo img {
    width: 70%;
    height: auto;
}
.abtsc2Hdng{
    text-align: start;
}
.phone-wrapper {
  display: inline-flex;          /* keep items in one line and allow auto sizin
  align-items: center;          /* vertical centering */
  justify-content: center;      /* horizontal centering */
}
.callCls .separator {
  color: white;
  margin: 5px 12px;                /* space around the vertical bar */
  font-weight: bold;
  font-size: 18px;
}
.phone-wrapper a{
    color: white;
}
@media screen and (max-width: 1799px) {
.crtificate img{
    width: 90%;
    margin: 0 auto;
}
  #id_11 .whychooseContent {
    padding-bottom: 10px;
}
.icon {
  margin: 0 auto;
  width: 9%;
}
.serviCvr {
   padding: 24px 22px 20px;
}

.servCol {
  padding-bottom: 38px;
}
.gosolar {
  padding: 75px 0 70px;
}
.gosolColRgt {
  padding: 33px 12px 11px;
}
.goSolDscr {
  padding: 0 0 22px;
}

.serviCvr .h2 {
    color: #1F4697;
  font-size: 17px !important;
  font-family: 'DMSans-Bold';
  line-height: 20px !important;
  margin: 9px 0 5px;
}
  .whysolarScn {
    padding: 40px 0 93px;
}
.powerthefut {
  padding-bottom: 85px;
}
  .whysolCvr li:nth-child(1) {
    left: 103px;
    top: -55px;
}
.whysolCvr li:nth-child(2) {
  left: 57px;
  top: 112px;
}
.whysolCvr li:nth-child(3) {
  left: 55px;
  top: 258px;
}
.whysolCvr li:nth-child(4) {
  left: 123px;
  top: 451px;
}
.whysolCvr li:nth-child(5) {
          right: 102px;
        top: -55px;
        width: 332px;
}
.whysolCvr li:nth-child(6) {
          right: 60px;
        top: 82px;
}
.whysolCvr li:nth-child(7) {
          right: 50px;
        top: 248px;
}
.whysolCvr li:nth-child(8) {
        right: 130px;
        top: 410px;
}
.whysolCvr ul li {
  position: absolute;
  width: 315px;
}
.whySolListCvr .h2 {
  font-size: 19px !important;
  line-height: 24px !important;
}

  .whySolarImg {
    margin: 3px auto 0;
    width: 445px;
}
  .recItmCvr .recImg:nth-child(2) {
    width: 37%;
}
.recItmCvr .recImg:nth-child(1) {
  width: 59%;
}
  .aboutSc02 {
    padding: 75px 0;
    margin-bottom: 71px;
}
.hdDscr {
  padding: 4px 0 21px;
}
.abtmvCvre {
  padding: 24px 23px 24px;
}
.abtmsn .h2 {
  font-size: 19px !important;
  line-height: 20px !important;
  margin: 0 0 5px;
}

  .innerpage h2, .innerpage h3, .innerpage h4, .innerpage h5, .innerpage h6 {
    line-height: 50px !important;
    margin-bottom: 13px;
}
  .aboutSc01 {
    padding: 81px 0 97px;
}
  section.banner.innerBanner {
    margin-top: 100px;
}


  input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] {
    
    padding: 8px 16px;
    font-size: 19px;
}

.socialSc li a {
  display: block;
  width: 23px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 0 0;
}
.phMl li {
  margin-left: 3.5%;
}
.headTop {
  padding: 2px 0;
}
a.logo {
  width: 234px;
  display: block;
}
.headerBtm {
  padding: 17px 0 17px;
}
.ozmenu ul.ozmenu-nav>li.contactMenu a {
  padding: 6px 30px;
}
.headTop .row {
  display: flex;
  align-items: center;
}
ul.socialSc {
  display: flex;
  align-items: center;
  align-content: center;
}
section.banner {
  padding: 0 30px;
}
.bannerSlider ul.slick-dots {
  bottom: 14px;
}
#counters_1, #counters_2, #counters_3 {
  padding: 41px 0 26px;
}
#counters_2 span {
  margin: 25px 0 0;
}
div#counters_2 > div:after {
  width: 20px;
}
.subHdng {
  font-size: 1.1vw;
}
.aboutScn {
  padding: 130px 0 0;
}
.subHdng {
  margin-bottom: 13px;
  font-size: 1.1vw;
  line-height: 28px;
}
.aboutCvr h2, .aboutCvr h1 {
  margin-bottom: 20px;
}
.abtCont {
  margin: 0 auto 30px;
}
.btn {
  padding: 6px 26px;
}
.aboutScn {
  background-position: 50% 46%;
  background-size: 83%;
}
section.groundbg {
  margin-top: 70px;
}
.crtificate {
  margin-top: -67px;
  padding-top: 131px;
  padding-bottom: 32px;
}
.clientsScn h2 {
  margin-bottom: 23px;
}
.clientsScn .clientSLider {
  padding-bottom: 9px;
}
.clientSLider {
  padding-top: 23px;
  padding-bottom: 14px;
}
.productScn.solAcces .poroductSLider {
  padding-bottom: 8px;
}
.productScn {
  padding: 50px 0 79px;
}
.productScn h2 {
  margin-bottom: 22px;
}
.ftrTopLftContact {
  padding: 28px 0 0 17.8%;
}
.ftrtelMail {
  padding-top: 33px;        padding-bottom: 32px;
}
.poroductSLider {
  padding-bottom: 14px;
  padding-top: 6px;
}
.poroductSLider.slick-slider .slick-slide {
  padding: 0 18px;
}
.poroductSLider .certiCvr small {
  padding: 8px 0 10px;
}
.evcharge {
  padding: 105px 0 85px;
}
.evcharge h2 {
  line-height: 46px;
}
.evLogo {
  margin-bottom: 10px;
  width: 52%;
}
.highlights {
  margin: 81px 0 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
  line-height: 26px;
}
.hglBg {
  padding: 79px 79px 24px;
}
.hgBox {
  height: 129px;
  padding: 16px 0 0;
  border-radius: 5px;
}
.hglghtLftCvr h2 {
  line-height: 48px;
}
.hglImg {
  height: 72px;
  width: 27%;
  margin: 0 auto;
}
.hgBox small {
  color: #fff;
  font-size: 1.1vw;
}
.hglgtRgt .hglgtpnts {
  padding: 0 18px 46px;
  width: 180px;
}
.whyChoose {
  padding: 122px 0 52px;
}
.testimonial {
  padding:94px 0 64px;
}
.testiHomeCvr {
  padding: 0px 0 0 6%;
}
.testiHomeCvr h2 {
  line-height: 48px;
  margin-bottom: 14px;
  width: 83%;
}
.revContCvr {
  margin: 0 0 25px;
}
.certiCvr.reviewSlider {
  padding: 0 16px;
}
.gallery-item a img {
  height: 396px;
  border-radius: 14px;
}
.whyCoverLft h2 {
  line-height: 45px;
  margin-bottom: 31px;
}
.whyPoints {
  padding-top: 39px;
}
.whyPntCvr .h2 {
  font-size: 20px;
  line-height: 27px;
  padding-top: 2px;
}
.whyPoints .col-12 {
  padding-bottom: 33px;
}
.galleryScn {
  padding: 83px 0 0;
}
.galleryCvr {
  padding: 0 13px;
}
.gallerySlider {
  margin-bottom: 25px;
}
.partnerScn {
  padding: 124px 0 70px;
}
.partnerScn .clientSLider {
  padding-top: 0;
  padding-bottom: 30px;
}
footer {
  margin-top: 58px;
  padding: 93px 0 0;
}
.h2 {
  font-family: 'DMSans-Medium';
  line-height: 46px;
}
.ftrForm {
  padding: 35px 42px 25px 36px;
  height: 450px;
}
.ftrForm .h2 {
  line-height: 28px;
  margin-bottom: 14px;
}
.ftrForm li {
  margin-bottom: 15px;
}
.ftrForm li:last-child {
  padding-top: 4px;
}
.ftrMenus {
  padding: 50px 0 0;
}
.ftrMenus .h2 {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}
.ftrMenus a {
  font-size: 15px;
  line-height: 25px;
}
.ftrMenus .h2 {
  font-size: 16px !important;
  line-height: 28px !important;
  margin-bottom: 15px !important;
}
.ftrMenus li {
  margin-bottom: 10px;
}
.copyright {
    color:#BFBFBF;
  font-size: 14px !important;    padding: 5px 0;
}
.ftrtelMail li {
  margin-bottom: 34px;
}
.productScn.solAcces {
  padding-top: 95px;
}

}


@media screen and (max-width: 1090px) {
    
    }
a.logo {
    padding:10px 0px;
  width: 215px;
  display: block;
}
.aniPos a.logo {
  width: 150px;
}
.contactMenu {
  float: right !important;
      padding-top: 10px;
}
.ozmenu ul.ozmenu-nav>li.contactMenu a {
  padding: 4px 25px;
}

.aboutScn {
  padding: 105px 0 0;
}
.aboutScn {
  background-size: 80%;
}
.crtificate {
  margin-top: -65px;
  padding-top: 120px;
  padding-bottom: 32px;
}
.clientsScn {
  text-align: center;
  padding: 95px 0;
}
.productScn {
      padding: 40px 0 0px 0px;
}
.highlights {
  margin: 30px 0 0;
}
.hglghtLftCvr h2, h2, h3, h4, h5, h6, .h2, .h1, .h3, .h4, .h5, .h6, .testiHomeCvr h2, .whyCoverLft h2, .evcharge h2 {
  line-height: 45px !important;
  font-size: 35px !important;
  margin-bottom: 12px !important;
}
.whyPntCvr .h2 {
  font-size: 18px !important;
  line-height: 25px !important;
  color: #1F4697;
  font-weight: 500;
}
.subHdng {
  margin-bottom: 7px;
  font-size: 15px;
  line-height: 24px;
}
.col-md-4.col-12.hglgtLft {
  width: 48%;
}
.col-md-4.col-12.hglgtMid {
  width: 2%;
}
.col-md-4.col-12.hglgtRgt {
  width: 49%;
  margin-left: auto;
    padding-left: 224px;
}
.whyChoose {
  padding: 110px 0 0;
}
.whyCoverLft h2{
    margin-bottom: 25px !important;
}
.whyPntCvr .h2 span {
  width: 26px;
}
.galleryScn {
      padding: 72px 0;
}
.partnerScn {
  padding: 45px 0 59px 0px;
}
.partnerScn .abtCont{
        width: 100% !important;
}
.ftrForm input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    height: 43px;
    padding: 4px 20px;
    font-size: 16px;
    border-radius: 8px;
    color:#BEBEBE;
}
.ftrForm input.wpcf7-form-control.wpcf7-text {
    height: 40px;
    padding: 4px 20px;
    font-size: 16px;
    border-radius: 8px;
    color:#BEBEBE;
}
footer {
  margin-top: 40px;
  padding: 93px 0 0;
}
.ftrForm .h2 {
  line-height: 24px !important;
  margin-bottom: 32px !important;
      font-size: 19px !important;
}
.ftrtelMail {
  padding-top: 9px;
  padding-bottom: 25px;
}

.ftrtelMail li {
  margin-bottom: 20px;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  line-height: 22px;
  font-size: 18px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] {
  padding: 7px 15px;
  font-size: 16px;
}
.ftrTopLftContact {
  padding: 28px 0 0 70px;
}
.ftrTopRgt {
  padding-right: 120px;
}

}

@media screen and (max-width: 991px) {
.phMl li a {
  color: inherit;
  font-size: 12px;
  line-height: 24px;
}
.phMl li:first-child {
  margin-left: 0;
}
.headerBtm {
  padding: 10px 0;
}
section.banner {
  margin-top: 94px;
}
.ozmenu ul.ozmenu-nav>li.contactMenu a {
  padding: 12px 20px;
  display: inline-block;
  width: auto;
  margin-top: 10px;
}
.counter {
  font-size: 22px;
  padding-right: 14px;
}
#counters_2 span {
  margin: 3px 0 0;
  font-size: 12px;
}
.abtCont, .productScn .abtCont {
  margin: 0 auto 23px;
  width: 100%;
}
.contEvScn {
  float: right;
  width: 100%;
}
.evcharge h2 {
  font-size: 26px !important;
}
.evLogo {
  margin-bottom: 10px;
  width: 70%;
}
.hglBg {
  padding: 40px 40px 15px;
}
.col-md-4.col-12.hglgtRgt {
  width: 48%;
}
.hgBox small {
  color: #fff;
  font-size: 14px;
}
.whyPntCvr .h2 span {
  width: 20px;
}
.whyPntCvr .h2 {
  font-size: 16px !important;
  line-height: 21px !important;
  padding-left: 19%;
}
section.headTop {
  display: none;
}

}

@media screen and (max-width: 767px) {
    html, body, div, span, applet, object, iframe, p, blockquote, pre, a,  ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    line-height: 22px;
    font-size: 16px !important;
}
        .ftrTopLftContact {
        padding: 28px 0 25px 0px !important;
    }
        .col-md-4.col-12.hglgtRgt {
        padding-left: 0px !important;
    }
        .productScn.solAcces {
        padding-top: 40px;
    }
    .certifi .certifiLogo {
    border-right: none !important;
    }
    .counter {
    font-size: 4.3vw !important;
    }
  .evcharge {
    text-align: center;
    padding-bottom: 16px;
}
.highlights {
  text-align: center;
}
.hglBg .abtCont {
  margin: 18px 0 0;
  width: 100%;
}
.whyChoose {
  text-align: center;
  padding-top: 28px;
}
.whyPntCvr .h2 {
  display: inline-block;
  padding-left: 30px;
}
.testiHomeCvr {
  padding: 20px 0 0 0;
  text-align: center;
}
.testiHomeCvr h2 {
  width: 100%;
}
footer {
  text-align: center;
}
.ftrtelMail li span {
  display: block;
  position: static;
}
.ftrtelMail li {
  padding-left: 0;
}
.ftrTopLftContact {
  padding: 28px 0 30px 0;
}
.ftrForm .h2 {
  line-height: 24px !important;
  margin-bottom: 14px !important;
  font-size: 15px !important;
}
.ftrForm li:last-child {
  padding-top: 4px;
  text-align: center;
}
.ftrMenus li {
  width: 100%;
  padding-left: 0 !important;
}
.ftrMenus .h2 {
  font-size: 18px !important;
  line-height: 28px !important;
  margin-bottom: 15px !important;
  font-family: 'DMSans-Bold' !important;
}
.poroductSLider .certiCvr small {
  font-size: 14px;
  line-height: 24px;
}
.whyContSc {
  padding-left: 0;
}
.whyPoints {
  padding-left: 0;
}
.evLogo {
  margin: 0 auto 10px;
  width: 200px;
}
.contEvScn {
  margin-top: 30px;
}
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 96.4% !important;
}
  section.groundbg {
    margin-top: 20px;
}
.crtificate {
  margin-top: -40px;
}
section.groundbg img {
  object-fit: cover;
  height: 218px;
  width: 100%;
}
  .col-md-4.col-12.hglgtRgt {
    padding-left: 0;
    padding-right: 0;
}
.col-md-3.col-12.hdrLft {
  width: 50%;
}
.col-md-9.col-12.hdrMddl {
  width: 50%;
}
.aboutCvr h2, .aboutCvr h1 {
  margin-bottom: 13px;
  line-height: 36px;
}
.col-md-4.col-12.hglgtLft, .col-md-4.col-12.hglgtMid, .col-md-4.col-12.hglgtRgt {
  width: 100%;
}

#counters_1, #counters_2, #counters_3 {
  display: block;
}
div#counters_2 > div {
  position: relative;
  width: 42%;
  display: inline-block;
  margin-bottom: 20px;
}
div#counters_2 > div:after{
  display: none;
}

}



/*Product*/


.product-banner .bannImg h1 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    margin-top: -15px;
    margin-bottom: 0;
    color: #fff;
    font-family: 'DMSans-Medium';
}
.description{
    max-width: 83%;
    margin: 0 auto;
    padding: 60px 0px 0px 0px;
}
.description p{
        text-align: center;
}
.ordr{
        border-right: 1px solid #C3C3C3;
}
.prdct-content {
    max-width: 92%;
}
.prdct-content h1{
        font-size: 23px;
        font-weight: 600;
        color:#04102A;
        padding:0px 0px 20px 0px;
        border-bottom:1px solid #C3C3C3;
}
.prdct-content h2{
        line-height: 25px !important;
        font-size: 17px !important;
        font-weight: 600;
        color:#04102A;
}
.prdct-content h3{
        line-height: 25px !important;
    font-size: 17px !important;
        font-weight: 600;
        color:#04102A;
}
.prdct-content h4{
        line-height: 25px !important;
    font-size: 17px !important;
        font-weight: 600;
        color:#04102A;
}
.prdct-content img{
        width: 88%;
}
.prdct-content p img{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
        margin: 0 auto;
} 

.prdct-content ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    line-height: 28px;
}
.prdct-content ol li {
    line-height: 28px;
}
.prdct-content  ul li::before {
    position: absolute;
    left: -5px;
    top: 5px;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../images/li-icon.png);
    background-repeat: no-repeat;
}
.sec02-products{
        text-align: start !important;
}
.prdct-content {
    ol li::marker {
        color: #1F4697;
    }
}
.cover-side {
    position: sticky;
    top: 100px;
}
.sidebar .txt-icn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 20px;
    margin: 12px;
    font-weight: 500;
    border-radius: 8px;
}
.sidebar .txt-icn:hover {
    background-color:#F1F6FF;
}
.sidebar .txt-icn a{
    color: #424242;
}
.sidebar .txt-icn:hover a {
    color: #1F4697;
}

.enquire-btn{
    display:flex;
        margin-top: 30px;
    margin-bottom: 58px;
}
.enquire-btn a {
  font-size: 18px;
  display: inline-flex;
  gap: 8px; /* Space between text and image */
  text-decoration: none;
  color: #1F4697 !important;
}

.enquire-btn a img{
    width:16px;
    height:auto;
}
.sidebar h2{
    margin: 12px;
    font-size: 20px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    color:#1F4697;
}

/*Gallery*/

.gallery-banner .bannImg h1 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    margin-top: -15px;
    margin-bottom: 0;
    color: #fff;
    font-family: 'DMSans-Medium';
}
.gallery-description{
    max-width: 83%;
    margin: 0 auto;
    padding: 60px 0px 0px 0px;
}
.gallery-description p{
        text-align: center;
        
}
.sec02-gallery-button{
    text-align:center;
    padding:0px 0px 35px 0px ;
}
button.btn-images.btn-filter {
        font-size: 15px !important;
}
button.btn-video.btn-filter {
        font-size: 15px !important;
}
.btn-images{
    border:1px solid #1F4697;
    border-radius:4px;
    padding:2px 25px;
    background-color: transparent !important;
    color:#1F4697;
    margin:10px;
}
.btn-video{
    border:1px solid #1F4697;
    border-radius:4px;
    padding:2px 25px;
    background-color: transparent !important;
    color:#1F4697;
     margin:10px;
}
.video-thumb img{
     border-radius: 9px;
    height: 230px;
    object-fit: cover;
    width: 100%;

}
.btn-filter.active {
  background-color: #1F4697 !important;
  color: #fff;
}

.sec03-gallery-images{
        margin-bottom: 80px;
}
.sec04-gallery-videos{
    margin-bottom: 80px;
}

.sec02-career-options{
        text-align: start;
}

/*Clients*/

.client-banner .bannImg h1 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    margin-top: -15px;
    margin-bottom: 0;
    color: #fff;
    font-family: 'DMSans-Medium';
}
.clients-description{
    max-width: 67%;
    margin: 0 auto;
    padding: 60px 0px 0px 0px;
}
.clients-description p{
        text-align: center;
        font-size: 17px;
}
.clients-images {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.clients-images img{
        width: 100%;
}
.sec02-clients{
        padding: 0px 0px 50px 0px;
}

/*partners*/

.partners-banner .bannImg h1 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    margin-top: -15px;
    margin-bottom: 0;
    color: #fff;
    font-family: 'DMSans-Medium';
}
.partners-description{
    max-width: 67%;
    margin: 0 auto;
    padding: 60px 0px 0px 0px;
}
.partners-description p{
        text-align: center;
        font-size: 17px;
}
.partners-images {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*Testimonial*/

.testimonial-banner .bannImg h1 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    margin-top: -15px;
    margin-bottom: 0;
    color: #fff;
    font-family: 'DMSans-Medium';
}
.testimonial-description{
    max-width: 66%;
    margin: 0 auto;
    padding: 60px 0px 0px 0px;
}
.testimonial-description p{
        text-align: center;
        font-size: 17px;
}
.video-thum {
    position: relative;
    display: flex;
    height: auto;
    width: 100%;
    padding: 20px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.video-thum img{
    border-radius: 9px;
    height: 230px;
    object-fit: cover;
    width: 100%;
}
.custom-play-button {
    position: absolute;
    top: 55%;
    left: 50%;
    width: 40px;
    height: 40px;
    background: url(https://img.icons8.com/ios-filled/100/ffffff/play-button-circled.png) no-repeat center center;
    background-size: contain;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

/* Abbreviation*/

.abbreviation-banner .bannImg h1 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    margin-top: -15px;
    margin-bottom: 0;
    color: #fff;
    font-family: 'DMSans-Medium';
}
.abbreviations{
   padding: 20px 0px;
}
.abrevatins{
    border-bottom: 1px solid #818181;
    padding-bottom: 10px;
}
.abrevatins-content h1{
    margin-top: 20px;
    font-size: 17px;
    color:#1F4697;
}
.abrevatins-content ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    line-height: 28px !important;
}
.abrevatins-content ul li::before {
    position: absolute;
    left: -5px;
    top: 5px;
    content: "";
    display: inline-block;
    width: 14px;
    height: 15px;
    background-image: url(../images/li-icon.png);
    background-repeat: no-repeat;
}
.abbre .col-lg-12:last-of-type .abrevatins:last-of-type {
    border-bottom: none;
}
.sec01-abbreviations{
        text-align: start !important;
        padding: 30px 0px 0px 0px;

}
/*Contact Us*/

.contact-banner .bannImg h1 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    margin-top: -15px;
    margin-bottom: 0;
    color: #fff;
    font-family: 'DMSans-Medium';
}
.contact-description{
    text-align: center;
    padding: 60px 0px 20px 0px;
}
.sec02-contact-frame {
  margin-top: 20px;
  padding: 12px 0;
  position: relative;
}

.contact-frame {
  background: #04102A;
  padding: 30px;
  border-radius: 12px;
  height:327px;
}
.contact-frame p{
    color:#FFFFFF;
}
.contact-frame a{
    color:#FFFFFF;
    font-size: 20px;
}
.contact-frame h2{
    color:#FFFFFF;
}
.contact-email {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.contact-number {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.phone-group{
    padding-left: 12px;
}

.phone-group div {
    display: block;
    line-height: 1.6;
}


.contact-number .numbers,
.contact-email .emails {
  font-size: 16px;
  color: #007BFF;
}
.contact-email p{
    margin:0;
}
.contact-number  p{
    margin:0;
}
.cover-left{
    padding: 0px 62px;
    height: 275px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.cover-left h2{
   
    max-width: 100%;
    margin-bottom:30px !important;
}
.cover-left p{
    font-size: 20px;
}

.contact-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    color: #BEBEBE;
    background: white;
    font-size:18px;
}
.contact-form textarea.wpcf7-form-control.wpcf7-textarea {
     color: #BEBEBE;
     font-size:18px;
}

.contact-form {
    position: absolute;
    top: 0px;
    right: 180px;
    width: 481px;
    background: #fff;
    padding:5px 30px;
    border-radius: 12px;
    box-shadow: 0 -4px 8px rgba(4, 16, 42, 0.6);
    box-shadow: 0 4px 8px rgba(4, 16, 42, 0.6);
}

/* Style form fields */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 10px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #007BFF;
    outline: none;
}

/*.contact-form input[type="submit"] {*/
/*    background-color: transparent !important;*/
/*    color: #04102A;*/
/*    padding: 12px 25px;*/
/*    border: none;*/
/*    border-radius: 6px;*/
/*    font-size: 16px;*/
/*    cursor: pointer;*/
/*    transition: background-color 0.3s ease;*/
/*}*/

/*.contact-form input[type="submit"]:hover {*/
/*    background-color: #0056b3;*/
/*}*/


.contact-form .button-wrap {
  display: flex;
  justify-content: flex-end; 
  padding: 5px 0px;
}
   .abtSec1Lft{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: start;
    }

.contact-form input[type="submit"] {
    width: auto;
    padding: 6px 22px;
    background-color: transparent;
    color: #1F4697;
    border: 1px solid #1F4697;
    border-radius: 21px;
    cursor: pointer;
}

.contact-form input[type="submit"]:hover {
  background-color:#1F4697 ;
  color:#fff;
  transform: translateY(-2px); /* subtle lift */
}

.sec02-contact-frame img{
    position: absolute;
    width: 66%;
}
.sec03-our-location{
    padding: 92px 0px;
}
.our-location h3{
        font-size: 34px !important;
        font-weight:500;
}

 .maps{
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
      padding: 20px 20px;
      background-color:#F1F6FF;
      border-radius: 10px;
 }

.maps iframe {
        width: 326px; /* fixed width to ensure side-by-side */
        height: 210px;
        border: 1px solid #1F4697;
        margin-bottom:20px;
        border-radius: 10px;
        flex-shrink: 0; /* prevents shrinking if container is smaller */
    }
    
     .cover-detail img {
    width: 15px; /* adjust as needed */
    height: 30px;
    object-fit: contain;
}

.company-line {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom:15px;
}

.company-line img {
       width: 15px;
    height: 30px;
    margin-top: -6px;
}

.text-group h3 {
        line-height: 18px !important;
    margin: 0;
    font-size: 18px !important;
    color:#1F4697;
    font-weight:500;
}

.text-group .location {
    color: #424242;
}

.phn a{
    color:#424242;
}
.email a{
    color:#424242;
}
.cover-phone{
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 10px;
}
.cover-email{
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.page-id-19 .footerTop{
    display:none;
}
.page-id-19 .ftrMenus{
    background-color: #04102A;
}
.page-id-19 .copyright{
    background-color: #04102A; 
}
.page-id-19 footer{
        margin-top: 0px;
        padding: 0 0;
}

/* Career */

.career-banner .bannImg h1 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    margin-top: -15px;
    margin-bottom: 0;
    color: #fff;
    font-family: 'DMSans-Medium';
}
.career-description{
    text-align: center;
    max-width: 67%;
    margin: 0 auto;
    padding: 60px 0px 0px 0px;
}
.sjb-page .sjb-filters.sjb-filters-v1 {
    background-color: #F1F6FF;
    border: 0;
    margin: 30px 0 15px;
    padding: 30px 30px 15px 30px;
    overflow: hidden;
}
.sjb-page .sjb-filters.sjb-filters-v1 .form-control {
    border:none;
    -webkit-border-radius:0;
    -moz-border-radius: 0;
    border-radius: 6px;
    color: #494949;
    font-size: 16px;
    height: 40px;
    background-color:#FFFFFF;
}
.sjb-page .list-data .v1 {
    background: #fff;
    border: 1px solid #B6CEFF;
    float: left;
    margin: 15px 0;
    padding: 20px 20px 20px;
    width: 100%;
    border-radius: 14px;
}
.sjb-page .list-data .v1 .sjb-apply-now-btn a {
    margin-top: 10px;
    margin-right: 5px;
    padding: 6px 19px;
    font-size: 14px !important;
}

.sjb-page .list-data header{
    position: inherit !important; 
}
.entry-header{
    position: inherit;
}
.entry-title{
    color: #1F4697;
    margin-top: 130px;
    text-align:center;
    font-size:32px;
    font-weight: bold;
}
.jobpost-form h3 {
    color: #1F4697;
    font-size: 18px !important;
}
.sjb-page .sjb-detail .list-data .v1 header{
        display: none;
}
.sjb-page .sjb-detail .list-data .v1 {
    border: 0;
    margin: 0;
    padding: 0px 60px;
}
.job-title{
    color: #1F4697;
    font-size:20px;
    font-weight: bold;
}
.sjb-apply-now-btn a {
    color: #1F4697 !important;
    background-color:transparent !important;
    border-color: #1F4697 !important;
}
.form-group button{
    color: #1F4697 !important;
    background-color:transparent !important;
    border-color: #1F4697 !important;
}
.sjb-page .list-data .job-type i, .sjb-page .list-data .job-location i, .sjb-page .list-data .job-date i {
        width: 20px;
        color: #1F4697;
}
.hidden-xs{
    display:none;
}
.sjb-modal { position: relative; }
.sjb-close-btn {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  background: transparent;
  border: none;
  font-size: 1.5em;
  cursor: pointer;
}
.gosolColRgt{
        text-align: start;
        max-width: 49%;
}
.sec01-solar-accessories {
    padding: 100px 0px;
    text-align: center;
}
.acsries {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 400px;
    width: 100%;
    background-color: #F4F4F4;
    margin-bottom: 20px;
}
.acsries h2 {
    font-size: 20px !important;
    font-weight: 400;
    text-align: center;
    padding: 20px 0px;
}
.accessories-img {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.accessories-img img {
    width: 75%;
}
.post-thumbnail{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.entry-content{
        text-align: center;
}

.recCvr h3{
    font-size: 35px !important;
    font-weight: 500;
}
.bannerSlider .slick-arrow {
  display: none !important;
}
.bannerSlider .bannImg img {
  overflow: hidden;
}
.banner .slick-dots li.slick-active button {
    border-color: white !important;
    width: 100px;
    background: white !important;
}
.banner .slick-dots li button {
    border-color: white !important;
    background: white !important;
}
.aboutCvr h1{
    color: #04102A;
    font-weight: 500;
    font-size: 35px;
}
.certifi .certifiLogo{
    border-right: 1px solid #000000;
}
.crtificate .subHdng{
        font-size: 15px;
}

.clientSLider .slick-arrow {
  display: none !important;
}
    .serviCvr {
        border-radius: 11px !important;
    }
    .contact-form h3{
            font-weight: bold !important;
        font-size: 18px !important;
    line-height: 30px !important;
    }
    .certifiSLider .slick-arrow {
    display: none !important;
}
.aniPos{
        z-index: 20;
}
.contact-banner{
        padding: 10px 0px;
}
.reviewSlider .slick-dots li button{
    height:5px;
}
.sjb-page .list-data .v1 .job-info h4 {
        line-height: 30px !important;
}
.page-id-9 footer{
    margin-top:0;
}
.page-id-9 .innerpage.aboutPage{
    padding-bottom:0;
}
.scroll-target {
  scroll-margin-top: 130px; /* Match your fixed header height */
}
.ftrTopLftContact .btn-primary {
        color: white !important;
}
.sjb-close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 26px;
  background: transparent;
  border: none;
  color: #000;
  cursor: pointer;
  z-index: 9999;
}
.contact-frame .row > :first-child {
    z-index:1;
}
.popup-outer .sjb-page {
    background-color: #fefefe;
    margin: 5% auto;
    width: 80%;
    position: relative;
}
button.sjb-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: beige;
}
.sjb-apply-now-btn a:nth-of-type(2) {
  display: none;
}
.partnerScn img{
     width: 95%;
}
.footer-top .headTop{
    display:none;
}
.moreScn .btn.btn-outline-primary{
    background-color:white !important;
}
.moreScn .btn-outline-primary:hover{
    background-color:#1F4697!important;
    color:white !important;
}
.ozmenu ul.ozmenu-nav>li.contactMenu a:hover{
    color:white !important;
}
.phone-group a:hover{
    color:white !important;
}
.contact-email a:hover{
    color:white !important;
}
.contact-number p{
    color:#BFBFBF;
}
.contact-email p{
     color:#BFBFBF;
}
.contInn a:hover {
    color: white !important;
}
/* Use a body class that appears only on the Contact page, and target the last menu item */
.ozmenu ul.ozmenu-nav > li:last-child.current-menu-item a {
    color: #fff !important;
}
.contact-form span.wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    top: 0px;
    right: 0;
    bottom: 10px;
    padding: 12px 23px;
    font-size: 17px;
    background: #F5F5F5;
    border: 1px #dc3232 solid;
    border-radius: 5px;
}
a:focus {
  outline: none;
}
.extra{
    height: 230px !important;
    object-fit: fill;
    border-radius: 12px;
}

@media screen and (min-width: 1600px) {
    body:not(.home) .banner {
        margin-top:128px !important;
    }
    .counterScn .container {
    max-width: 96.6%;
    background: #F4F4F4;
    border-radius: 10px;
    }
    .sidebar h2 {
    margin: 21px;
    font-size: 25px !important;
    }
    .sidebar .txt-icn {
    margin: 20px;
    }
    .sidebar .txt-icn a {
    color: #424242;
    font-size: 22px;
    }
    .prdct-content h1 {
    font-size: 29px;
    }
    .prdct-content h2 {
    font-size: 23px !important;
    }
    .prdct-content h3 {
    font-size:23px !important;
    }
    .prdct-content h4 {
    font-size: 23px !important;
    }
    .scroll-target {
    scroll-margin-top: 170px;
    }
    .page-id-9 .innerpage.aboutPage {
    padding:56px 0px 0px 0px !important;
    }
    ul.socialSc {
    padding-top: 8px;
    }
    .phMl li {
    padding-left: 38px !important;
    }
   
    .abtmsn .h2 {
    font-size: 25px !important;
    color: #04102A;
    }
    .mailCls a{
            padding-left: 12px !important;
    }
    a.logo {
    padding: 10px 0px;
    width: 230px !important;
    display: block;
}
    .phMl li a {
    color: white;
    font-size: 1.052vw;
    line-height: 45px !important;
    }
    section.banner {
    padding: 0 36px !important;
    margin-top: 185px !important;
}
    .testiHomeCvr{
            padding-left: 50px;
    }
    .contact-banner {
    padding: 59px 0px;
    }
    .ozmenu ul.ozmenu-nav>li.contactMenu a {
    padding: 10px 30px;
    }
    .innerpage {
    padding: 56px 0px !important;
    text-align: center;
    }
    .whyPntCvr .h2 {
    font-size: 26px !important;
    }
    .ftrTopRgt {
    padding-right: 200px !important;
    }

    .maps {
    display: flex;
    padding: 20px 20px;
    background-color: #F1F6FF;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
    .our-location p{
            max-width: 75%;
    }
    .our-location h3 {
    font-size: 40px !important;
    font-weight: 500;
    }
    .contact-form h3{
    margin-top: 10px;
    font-size: 18px !important;
    line-height: 30px !important;
    }
    .cover-left {
    padding: 0px 143px;
    }
    .whySolListCvr .h2 {
    font-size: 24px !important;
    }
    .recCvr h3{
    font-size: 40px !important;
    }
    .aboutCvr h1 {
    color: #04102A;
    font-weight: 500;
    font-size: 40px;
    }
    .slick-dots {
    position: absolute;
    bottom: 0px !important;
    }
    .crtificate {
    margin-top: -92px;
    padding-top: 120px;
    padding-bottom: 50px !important;
    }
    .hglghtLftCvr h2, h2, h3, h4, h5, h6, .h2, .h1, .h3, .h4, .h5, .h6, .testiHomeCvr h2, .whyCoverLft h2, .evcharge h2 {
    line-height: 50px !important;
    font-size: 40px !important;
    margin-bottom: 12px !important;
    }
    .ftrMenus .h2 {
    font-size: 20px !important;
    }
    .ftrForm input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    height: 50px;
    padding: 4px 20px;
    font-size: 16px;
    border-radius: 8px;
    color: #BEBEBE;
    }
    .ftrForm input.wpcf7-form-control.wpcf7-text {
    height: 50px;
    padding: 4px 20px;
    font-size: 16px;
    border-radius: 8px;
    color: #BEBEBE;
    }
    .ftrTopLftContact {
    padding: 28px 0 0 90px;
    }
    .partnerScn {
    padding: 50px 0;
    }
    .gallery-item a img {
        
        border-radius: 14px;
    }
    .hgBox {
    height: 190px;
    width: 225px;
    }
    .hglghtLftCvr h2 p {
    font-size: inherit !important;
    line-height: inherit  !important;
    color: inherit  !important;
    margin: 0;
    }
    .evcharge h2 {
        max-width:60%;
    }
    .productScn {
    text-align: center;
    padding: 81px 0 59px !important;
    }
    .whysolCvr li:nth-child(1) {
    left: 168px;
    top: -33px;
    }
    .whysolCvr li:nth-child(2) {
    left: 88px;
    top: 186px;
    }
    .whysolCvr li:nth-child(3) {
    left: 88px;
    top: 393px;
    }
    .whysolCvr li:nth-child(4) {
    left: 165px;
    top: 634px;
    }
    .whysolCvr li:nth-child(5) {
    right: 159px;
    top: -33px;
    width: 372px;
    }
    .whysolCvr li:nth-child(6) {
    right: 108px;
    top: 136px;
    }
    .whysolCvr li:nth-child(7) {
    right: 88px;
    top: 357px;
    }
    .whysolCvr li:nth-child(8) {
    right: 163px;
    top: 566px;
    }
    .solAcces .certifiLogo {
    background: #F4F4F4;
    height: 317px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .abrevatins-content ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    line-height: 30px !important;
    }
        .contact-form {
        position: absolute;
        top: -2px;
        right: 289px;
    }
    .gosolColRgt{
        text-align: start;
        max-width: 57%;
    }
    .serviCvr {
    height: 220px !important;
    }
   div, span, p, dl, dt, dd, ol, ul, li, footer, header, hgroup, menu, nav, output, ruby, section {
    line-height: 30px !important;
    font-size: 20px !important;
}
    .innerCvr{
            font-size: 26px;
    }
    .wid h1{
            font-size: 65px;
    }
    .thankyou p{
            font-size: 30px;
    }
   .abrevatins-content h1 {
    margin-top: 20px;
    font-size: 25px;
    color: #1F4697;
    } 
    .sec02-contact-frame img {
    position: absolute;
    width: 52%;
    bottom: 14px;
    left: 144px;
    }
    .text-group h3 {
    font-size: 20px !important;
    }
}
@media screen and (max-width: 1700px) {
    .crtificate {
    margin-top: -73px;
    padding-top: 120px;
    padding-bottom: 32px;
    }
    .solAcces .certifiLogo {
    background: #F4F4F4;
    height: 263px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
}

@media screen and (max-width: 1490px) {
        .solAcces .certifiLogo {
        background: #F4F4F4;
        height: 244px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .gosolColRgt {
    text-align: start;
    max-width: 51%;
    }
    .sec02-contact-frame img {
    position: absolute;
    width: 70%;
    }
}

@media screen and (max-width: 1390px) {
    .hglBg .abtCont {
        width: 88% !important;
    }
    .abtCont {
    margin: 0 auto 32px;
    width: 71% !important;
    }
        .solAcces .certifiLogo {
        background: #F4F4F4;
        height: 229px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
        .gosolColRgt {
        text-align: start;
        max-width: 55%;
    }
        .whysolCvr li:nth-child(2) {
        left: 42px;
        top: 111px;
    }
        .sec02-contact-frame img {
        position: absolute;
        width: 74%;
        left: 104px;
    }
}
@media screen and (max-width: 1300px) {
    .poroductSLider .certiCvr small {
    line-height: 23px !important;
}
    .abtInnCvr h3 {
    padding-right: 9% !important;
    }
    .hglghtLftCvr h2 p {
    font-size: 25px !important;
    }
    .hglBg .abtCont {
        width: 95% !important;
    }
        .col-md-4.col-12.hglgtRgt {
        width: 50%;
        margin-left: auto;
        padding-left: 200px;
        }
        .whysolCvr li:nth-child(6) {
        right: 10px;
        top: 94px;
        }
        .whysolCvr li:nth-child(2) {
        left: -10px;
        top: 111px;
         }
        .whysolCvr li:nth-child(1) {
        left: 46px;
        top: -40px;
        }
        .solAcces .certifiLogo {
        background: #F4F4F4;
        height: 211px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .gosolColRgt {
        text-align: start;
        max-width: 58%;
    }
        .whysolCvr li:nth-child(8) {
        right: 100px;
        top: 394px;
    }
        .whysolCvr li:nth-child(7) {
        right: 25px;
        top: 253px;
    }
        .whysolCvr li:nth-child(6) {
        right: 10px;
        top: 88px;
    }
        .whysolCvr li:nth-child(5) {
        right: 65px;
        top: -40px;
        width: 332px;
    }
        .whysolCvr li:nth-child(3) {
        left: 10px;
        top: 266px;
    }
    .whysolCvr li:nth-child(2) {
        left: 4px;
        top: 111px;
    }
        .whysolCvr li:nth-child(1) {
        left: 72px;
        top: -40px;
    }
    .sec02-contact-frame img {
        position: absolute;
        width: 79%;
    }
}

@media screen and (max-width: 1090px) {
    .counterScn .container {
    max-width: 93.6%;
    background: #F4F4F4;
    border-radius: 6px;
    }
    .ftrTopRgt {
    padding-right: 25px;
    }
        .hglBg .abtCont {
        width: 100% !important;
    }
        .col-md-4.col-12.hglgtRgt {
        width: 62%;
        margin-left: auto;
         padding-left: 130px; 
    }
    .contEvScn {
    float: right;
    width: 100%;
    }
        .solAcces .certifiLogo {
        background: #F4F4F4;
        height: 160px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .serviCvr {
        padding: 30px 15px 30px;
    }
    .serviCvr .h2{
        line-height: 20px !important;
    }
        .gosolColRgt {
        text-align: start;
        max-width: 100%;
    }
       .whysolarScn {
        padding: 25px 0 0px;
    }
    .powLft{
    display: flex;
    flex-direction: column;
    justify-content: center;
    }
    .abtInnCvr h3{
            line-height: 40px !important;
            font-size: 27px !important;
    }
    .recCvr h3{
            font-size: 25px !important;
    }
    .ellipse1 {
    display: none;
    }
    .ellipse2 {
    display: none;
    }
    .abtSec1Rgt{
        display: flex;
    flex-direction: column;
    justify-content: center;
    }
    .whySolListCvr .h2{
        margin-bottom:0px !important;
    }
        .whySolarImg {
        margin-bottom: 40px;
    }
    .whysolCvr ul li{
            width: 100% !important;
    text-align: center !important;
   
    }
        .whysolCvr ul li {
        position: unset;
        width: 315px;
    }
    .abtSec1Lft h2 {
    padding-right: 0%;
    }
    .prdct-content h1 {
    font-size: 22px;
    }
    .description p {
    text-align: center;
   
    }
    .prdct-content p {
    
    }
    .prdct-content h2,h3,h4{
        font-size: 18px !important;
    }
    .contact-form {
    width: 100%;
    position: relative;
    right: 0;
    top: -60px;
    }
    .sec02-contact-frame img {
        position: absolute;
        width: 85%;
        bottom: 14px;
    }
    .cover-left {
        padding: 0px 0px;
    }
    .maps{
       height: 500px;
    }
   .text-group{
       height:147px;
   }
       .serviCvr {
        height: 200px;
       }
}
@media screen and (max-width: 991px) {
    
        .counterScn .container {
        max-width: 90.6% !important;
        background: #F4F4F4;
        border-radius: 6px;
    }
    #counters_2 span {
    display: block;
    margin: 25px 0 0;
    font-size: 13px;
}
    .headerBtm {
        padding: 10px 0 10px;
    }
    .aniPos .headerBtm {
    padding: 10px 0;
    }
    
    section.banner {
    padding: 0 36px !important;
    margin-top: 115px !important;
}


    a.logo {
    padding: 0;
    }
    .hglgtRgt .row{
            justify-content: center;
            max-width: 91%;
            margin: 0 auto;
    }
    .recCont {
    max-width: 100%;
}
    .ozmenu ul.ozmenu-nav>li:last-child a {
        border-bottom: 0px solid #ddd;
        padding: 10px 10px !important;
    }
    .sidebar h2 {
    margin: 0 !important;
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: center;
   
}
    .serviCvr .h2 {
        font-size: 16px !important;
    }
       
        .serviCvr {
        height: 220px;
    }
        .whySolListCvr .h2 {
        font-size: 17px !important;
        line-height: 24px !important;
    }
        .abtmvCvre {
        padding: 10px 15px 10px;
    }
        .col-md-4.col-12.hglgtRgt {
        width: 62%;
        margin:0;
         padding-left: 0px; 
    }
    .ftrtelMail li span {
        font-size: 13px !important;
    }
    .ftrForm .h2 {
    line-height: 24px !important;
    margin-bottom: 14px !important;
    font-size: 16px !important;
}
    .ftrTopLftContact {
    padding: 28px 0 0 0px;
}
    .ftrTopRgt {
    padding: 0 !important;
}
        .crtificate {
        margin-top: -56px;
        padding-top: 70px;
        padding-bottom: 32px;
    }
    .crtificate .subHdng {
    font-size: 13px !important;
}
    .subHdng {
    margin-bottom: 7px;
    font-size: 13px;
    line-height: 24px;
}
        .abtCont {
        width: 100% !important;
    }
    .aboutCvr h1 {
    color: #04102A;
    font-weight: 500;
    font-size: 25px;
}
    .hglghtLftCvr h2, h2, h3, h4, h5, h6, .h2, .h1, .h3, .h4, .h5, .h6, .testiHomeCvr h2, .whyCoverLft h2, .evcharge h2 {
    line-height: 35px !important;
    font-size: 25px !important;
    margin-bottom: 12px !important;
}
    .sjb-page .list-data .v1  .job-location,
    .sjb-page .list-data .v1  .job-type {
        flex: 1 1 50%; /* 2 columns on larger screens */
    }
    .partnerScn {
    padding: 20px 0;
    }
    .productScn {
    padding: 28px 0 20px 0px;
    }
    .clientsScn {
    text-align: center;
    padding: 30px 0;
    }
    .our-location h3 {
    font-size: 28px !important;
    font-weight: 500;
    }
        .ftrForm {
        padding: 25px 25px 25px 25px;
        height: 400px;
    }
    .solAcces .certifiLogo {
        background: #F4F4F4;
        height: 208px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .enquire-btn a {
    font-size: 16px;
    display: inline-flex;
    gap: 8px;
    text-decoration: none;
    color: #1F4697 !important;
    }
    .gosolrImg {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }
        .abtInnCvr h3 {
        line-height: 30px !important;
        font-size: 20px !important;
    }
    .abtCont {
        margin: 0 auto 32px;
        width: 100%;
    }
    .testiHomeCvr h2 {
        font-size: 25px !important;
    }
    .whyCoverLft h2 {
    line-height: 35px !important;
    font-size: 25px !important;
    margin-bottom: 12px !important;
    }
    .whyPntCvr .h2 {
    padding-left: 33px;
    font-size: 18px !important;
    line-height: 25px !important;
    }
    .whyContSc {
    padding-left: 0%;
    }
        section.banner.innerBanner {
        margin-top: 100px;
    }
    .home-bnr img{
        height:auto !important;
    }
    .bannImg img{
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .abtSec1Lft h2 {
        line-height: 33px !important;
        padding-right: 0%;
        font-size: 25px !important;
    }
        .whySolarImg {
        width: 100% !important;
    }
    .powLft{
            display: flex;
    align-items: center;
    justify-content: center;
    }
    .whyPoints {
        padding-top: 0px !important;
    }
    .contEvScn {
    float: right;
    width: 90%;
    }
    .evcharge h2{
            font-size: 24px !important;
    }
    .hglBg{
        text-align:center;
    }
    .hglBg .abtCont {
    margin: 18px 0 0;
    width: 100% !important;
    color: #fff;
    }
    .hgBox small {
        color: #fff;
        font-size: 2.1vw;
    }
    .col-md-4.col-12.hglgtRgt {
    width: 100%;
    }
    .poroductSLider.slick-initialized.slick-slider .slick-arrow{
            top: 41% !important;
    }
    .poroductSLider.slick-initialized.slick-slider .slick-arrow{
        top: 41% !important;
    }
   
    .moreScn li {
    display: inline-block;
    margin-bottom: 20px;
    }
   .sidebar .txt-icn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    margin: 12px;
    font-weight: 500;
    }
    .ordr {
        order: 2 !important;
    }
     .ordr2 {
        order: 1 !important;
        margin-bottom:40px;
    }
    .cover-left{
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
     .contact-frame {
    background: #04102A;
    padding: 30px;
    border-radius: 12px;
    height: auto;
    }
    .contact-form {
        width: 100%;
        position: relative;
        right: 0;
        top: 0;
    }
    .our-location{
        text-align:center;
    }
    .maps{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }
        .sec02-contact-frame img {
        position: absolute;
        width: 81%;
        top: 12px;
        left: 83px;
    }
    .ordr {
    border-right: none;
    }
    .prdct-content {
    max-width: 100%;
    }
   .slick-arrow {
    position: absolute !important;
    top: 42% !important;
   }
   
}
@media (max-width: 767.98px) {
  .banner .container-fluid,
  .banner .row,
  .banner .col-12 {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .banner .bannImg {
    width: 100%;
  }

  .banner .bannImg img {
    width: 100%;
    display: block; /* Removes any inline gaps */
    object-fit: cover;
  }
}




@media screen and (max-width: 767px) {
    .moreScn{
            display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
    .moreScn li {
    display: inline-block;
    margin-right: 0px !important;
    }
    .career-description {
    text-align: center;
     max-width: 100%;
    }
    .gosolColLft{
        order:2 !important;
    }
    .gosolColRgt{
        order:1 !important;
    }
     .page-id-9 .innerpage.aboutPage {
    padding:10px 0px 0px 0px !important;
    }
    section.banner {
    padding: 0 19px !important;
    margin-top: 134px !important;
}
    .gallery-banner .slick-list{
        border-radius: 12px !important;
    }
     .product-banner .slick-list{
        border-radius: 12px !important;
    }
      .career-banner .slick-list{
        border-radius: 12px !important;
    }
    .contact-banner .slick-list{
        border-radius: 12px !important;
    }
     .client-banner .slick-list{
        border-radius: 12px !important;
    }
    .accessories-banner .slick-list{
        border-radius: 12px !important;
    }
    .partners-banner .slick-list{
        border-radius: 12px !important;
    }
    .abbreviation-banner .slick-list{
        border-radius: 12px !important;
    }
    .testimonial-banner .slick-list{
        border-radius: 12px !important;
    }
       .contact-banner {
        padding: 10px 0px;
    }
    .hglgtRgt .row{
            justify-content: center;
            max-width:100%;
    }
        .hglImg {
        height: 60px !important;
        width: 27%;
        margin: 0 auto;
    }
        .hgBox small {
        color: #fff;
        font-size: 3.1vw !important;
    }
    .innerpage {
    padding: 10px 0px !important;
    }
    .innerBanner .bannImg h1 {
    font-size: 35px !important;
    }
    .innerBanner .bannImg {
        position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-left: -10px;
    margin-right: -20px;
    width: calc(100% + 20px);
    }
    .bannerSlider ul.slick-dots {
        bottom: -5px;
    }
    .phMl a{
        font-size:12px !important;
    }
    .callCls .separator {
    color: white;
    margin: 5px 5px;
    font-weight: 100;
    font-size: 18px;
    }
    .socialSc{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .phMl{
        text-align: center;
    }
        .phMl li {
        margin-left: -0.5%;
        padding-left: 30px;
    }
    .galleryScn {
    padding: 10px 0;
    }
    .testiHomeCvr {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
        .our-location h3 {
        font-size: 25px !important;
        font-weight: 500;
    }
    .abtsc2Hdng {
        text-align: center;
    }
        .solAcces .certifiLogo {
        background: #F4F4F4;
        height: 212px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
        .gosolColRgt {
        text-align: center;
        max-width: 100%;
    }
    .partnerScn {
    padding: 50px 0;
    }
    .whyChoose {
        text-align: center;
        padding-top: 65px;
    }
        .evcharge {
        padding: 65px 0 51px;
    }
    .abtSec1Lft {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center !important;
    }
    .recCvr {
    text-align: center !important;
    }
        .whysolarScn {
        padding: 25px 0 0px;
    }
    .powRgt {
    text-align: center;
    }
    .abtInnCvr h3 {
    padding-right: 0;
    }
    .partnerScn h2{
        font-size: 25px !important;
    }
    .galleryScn h2{
        font-size: 25px !important;
    }
    .testiHomeCvr h2{
        font-size: 25px !important;
    }
    .whyCoverLft h2{
        font-size: 25px !important;
    }
        .productScn h2 {
        font-size: 25px !important;
    }
        .clientsScn h2 {
        font-size: 25px !important;
    }
    .heading h1{
            font-size: 25px;
    }
    .productScn .abtCont {
    width: 100%;
    }
        .hglBg {
        padding: 25px 0px 0px 0px;
    }
    .whyCoverLft{
            margin-bottom: 20px;
    }
    .hglghtLftCvr h2 p {
        font-size: 25px !important;
    }
        .contEvScn {
        float: none;
        width: 100%;
    }
    .abtCont {
    margin: 0 auto 32px;
    width: 100%;
    }
    #counters_2 span {
    display: block;
    font-size: 2.3vw;
    }
    .counter {
    font-size: 4.3vw;
    }
    .goSolDscr {
    width: 100%;
    padding: 8px 20px;
    }
    .gosolBgCvr{
        text-align:center;
    }
    .gosolrImg {
        position: relative;
    }
    .abtSec2Lft{
       margin-bottom: 20px;
      
    }
    .abtSec2Rgt{
        height:148px;
    }
    .abtSec1Rgt {
        margin: 0;
        padding: 0;
    }
    .description{
    max-width: 100%;
    margin: 0 auto;
    }
    .gallery-description {
    max-width: 100%;
    margin: 0 auto;
    }
    .gallery img{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
    .clients-description {
    max-width: 100%;
    margin: 0 auto;
    }
    .partners-description {
    max-width: 101%;
    margin: 0 auto;
    }
    .testimonial-description {
    max-width: 100%;
    margin: 0 auto;
    padding: 32px 0px 0px 0px;
    }
    .sec02-contact-frame img {
        display: none;
    }
   .cover-left h2{
        text-align: center;
       font-size:20px !important;
   }
   .cover-left p {
    font-size: 16px;
    }
    .contact-frame a {
    color: #FFFFFF;
    font-size: 18px;
    }
}
@media screen and (max-width: 479px) {
        .footer-top  .phMl a {
        font-size: 13px !important;
    }
        .footer-top  .phMl li {
        margin: 0 auto !important;
        padding: 0 !important;
        padding-left: 0px !important;
    }
    .footer-top .headTop li{
        display: flex;
        align-items: center;
        justify-content: center;
    }
        .phMl li {
        margin-left: -0.5%;
        padding-left: 30px !important;
    }
    .footer-top .headTop {
    display: block;
    }
    .footer-top .headTop .socialSc{
            padding: 0px 0px;
    }
    .innerBanner .bannImg h1 {
    font-size: 32px !important;
    }
    .contInn a{
            font-size: 18px !important;
    }
        .ftrtelMail li span {
        font-size: 16px !important;
    }
        .testiHomeCvr {
        padding: 36px 0px !important;
        }
        .crtificate .subHdng {
        font-size: 14px !important;
    }
        .aboutScn {
        background-position: 50% 63%;
        background-size: 83%;
    }
        #counters_2 span {
        margin: 15px 0 0 !important;
    }
    section.banner {
    margin-top: 75px !important;
    }
    .headTop{
        display:none;
    }
        section.banner {
        padding: 0 30px;
        margin-top: 179px;
    }
        .solAcces .certifiLogo {
        background: #F4F4F4;
        height: 186px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .counter {
        font-size: 7.3vw !important;
    }
        #counters_2 span {
        display: block;
        font-size: 3.3vw !important;
    }
    .abtmvCvre{
        height:168px;
    }
}
@media screen and (max-width: 431px) {
    
        .hgBox small {
        color: #fff;
        font-size: 4.1vw !important;
    }
    .whyCoverLft a{
            margin: 30px;
    }
    footer {
    margin-top: 40px;
    padding: 27px 0 0;
}
        .abtmvCvre {
        height: 195px;
    }
    .counterScn span{
        font-size:12px !important;
    }
    .solAcces .certifiLogo {
        background: #F4F4F4;
        height: 146px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
        .abtmvCvre {
        padding: 24px 18px 17px;
    }
    .abtSec2Rgt{
        height:188px;
    }
        .cover-left p {
        font-size: 12px !important;
    }
        .contact-frame a {
        color: #FFFFFF;
        font-size: 16px !important;
    }
        .poroductSLider.slick-initialized.slick-slider .slick-arrow {
        top: 35% !important;
    }
}
@media screen and (max-width: 359px) {
        #counters_2 span {
        display: block;
        font-size: 11px !important;
    }
    
        .cover-left p {
        font-size: 13px !important;
    }
    
    a.logo {
    padding: 10px 0px;
    width: 140px !important;
    display: block;
}
    .contact-form h3 {
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 30px !important;
}
        .contact-frame a {
        color: #FFFFFF;
        font-size: 13px !important;
    }
    .contact-email {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
    }
    .innerBanner .bannImg h1 {
        font-size: 30px !important;
    }
        .solAcces .certifiLogo {
        background: #F4F4F4;
        height: 124px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .abtmvCvre {
        padding: 17px 18px 17px;
    }
}

a:focus:not(:focus-visible) {
  outline: none;
}