body{
    overflow-x: hidden;
    scroll-behavior: smooth;    width: auto !important;
}
html {
    scroll-behavior: smooth;
}
html.lenis,
html.lenis body {
    height: auto;
}
.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}
.lenis.lenis-stopped {
    overflow: hidden;
}
.lenis.lenis-scrolling iframe {
    pointer-events: none;
}


body::-webkit-scrollbar {
    width: 5px;
    display: none;
}

body::-webkit-scrollbar-track {
    background: #fff;
}

body::-webkit-scrollbar-thumb {
    background: #B5975B;
}

body::-moz-scrollbar {
    width: 8px;
}

body::-moz-scrollbar-track {
    background: #fff;
}

body::-moz-scrollbar-thumb {
    background: #B5975B;
}

body::-o-scrollbar {
    width: 8px;
}

body::-o-scrollbar-track {
    background: #fff;
}

body::-o-scrollbar-thumb {
    background: #B5975B;
}

body::-ms-scrollbar {
    width: 8px;
}

body::-ms-scrollbar-track {
    background: #fff;
}

body::-ms-scrollbar-thumb {
    background: #B5975B;
}
@font-face {
    font-family: 'GeneralSansLight';
    src: url('../fonts/GeneralSansLight.eot');
    src: url('../fonts/GeneralSansLight.eot') format('embedded-opentype'),
         url('../fonts/GeneralSansLight.woff2') format('woff2'),
         url('../fonts/GeneralSansLight.woff') format('woff'),
         url('../fonts/GeneralSansLight.ttf') format('truetype'),
         url('../fonts/GeneralSansLight.svg#GeneralSansLight') format('svg');
}
@font-face {
    font-family: 'GeneralSansMedium';
    src: url('../fonts/GeneralSansMedium.eot');
    src: url('../fonts/GeneralSansMedium.eot') format('embedded-opentype'),
         url('../fonts/GeneralSansMedium.woff2') format('woff2'),
         url('../fonts/GeneralSansMedium.woff') format('woff'),
         url('../fonts/GeneralSansMedium.ttf') format('truetype'),
         url('../fonts/GeneralSansMedium.svg#GeneralSansMedium') format('svg');
}
@font-face {
    font-family: 'GeneralSansRegular';
    src: url('../fonts/GeneralSansRegular.eot');
    src: url('../fonts/GeneralSansRegular.eot') format('embedded-opentype'),
         url('../fonts/GeneralSansRegular.woff2') format('woff2'),
         url('../fonts/GeneralSansRegular.woff') format('woff'),
         url('../fonts/GeneralSansRegular.ttf') format('truetype'),
         url('../fonts/GeneralSansRegular.svg#GeneralSansRegular') format('svg');
}



a{text-decoration: none;}

p {
    font-weight: normal;
    font-size: 17px;
}



.header-container {
margin: 0 50px;
    width: 100%;
}
 .fullbox img{
  width: 100%;
  border-radius: 15px;height: 100%;
}

.contactrow {
    align-items: center;
}

.social-links li a {
    color: #000;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.social-links ul {
    list-style: none;
}

.social-links i {
    margin-right: 10px;
    border-radius: 50%;
    width: 27px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s !important;
}

.social-links svg {
    margin-right: 10px;
    border-radius: 50%;
    width: 27px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    transition: 0.5s !important;
}

.social-links i:hover {
    text-decoration: none;
    transform: translate(0, -8px) !important;
    transition: 0.5s !important;
}

.social-links svg:hover {
    transform: translate(0, -8px) !important;
    transition: 0.5s !important;
}

.social-links ul {
    display: flex;
    margin-bottom: 0;
}



.social-links a:hover {
    text-decoration: none;
}

.headerRightmainAll ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hc-offcanvas-nav.nav-position-left .nav-container {
    left: 0 !important;
}

.hc-offcanvas-nav.hc-nav-1.nav-position-left .nav-container {
    transform: translate3d(-493px, 0, 0);
}
.headertops{padding: 20px 0;text-align: right;}
.headerrights h6 {
color: #454444;
  margin: 0;

  font-size: 14px;
 }
 .headerrights a {text-decoration: none;
color: #454444;
  margin: 0;

  font-size: 14px;
 }
 .desktop {display: block;}
  .phone {display: none;}
/* header */
header {
    position: absolute;
 top: 0px;
    left: 0;
    width: 100%;
    z-index: 99;
    display: flex;
    align-items: center; background: #fff;
}

.navbar-brand {
width: 140px;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: center;margin-left: -150px;
}

.callright {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #000 !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  padding: 5px 7px;
  transition: 0.5s;
  margin: 0 8px;
  text-transform: unset;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  font-family: 'GeneralSansLight'

}

.navbar-expand-lg .navbar-nav .nav-link:before {
    content: "";
    position: absolute;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #fff;
    height: 3px;
    display: block;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.navbar-expand-lg .navbar-nav .nav-link:hover:before,
.navbar-light .navbar-nav .nav-link:focus:before,
.navbar-light .navbar-nav .active>.nav-link:before {
    left: 0;
    right: 0;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
   color:#000 !important;
    transition: 0.5s; background-color: #f4f4f4; border-radius: 4px;
}

.navbar-light .navbar-nav .active>.nav-link {
   color:#000 !important;
    transition: 0.5s;
}

.navbar-light .navbar-nav .nav-link:focus {
   color:#000 !important;
    transition: 0.5s;
}

.navbar-expand-lg .navbar-nav .nav-link.active {
    color:#000 !important;
    font-weight: bold;
}

.navbar {
    padding-left: 0;
    padding-right: 0;
    /* display: none; */
    padding-top: 0;
    padding-bottom: 0;
}

.desk-top-menus ul {
    margin: 0;
    padding: 0;
    text-align: right;
    padding-right: 35px;
}

.desk-top-menus li {
    list-style: none;
    display: inline-block;
}

.desk-top-menus a {
    margin: 10px 25px;
    text-decoration: none;
    color: #fff;
    padding-bottom: 5px;
}

/*-- Underline From Center --*/

.navbar-light .navbar-nav .active>.hvr-underline-from-center:before {
    display: block !important;
}

.desk-top-menu {
    position: relative;
    margin-top: 0px;padding-bottom: 0;
}

/* nav-bar-start */
.head-menu {
    position: absolute;
    right: 0;
    top: 35px;
}

.phone-icon {
    display: none;
}

.desk-top-menus {
    position: relative;
}

.desk-top-menus::before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.menu-icon {
    cursor: pointer !important;
    transition: 0.5s;
}

.m-tags li {
    list-style: none;
    padding-left: 0;
    padding-bottom: 10px;
}

#megaMenu {
    cursor: pointer;
}

.overlay-close {
    position: fixed;
    z-index: 999;
    top: 50px;
    right: 50px;
    display: inline;
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.loan-bullet li {
    list-style: none;
    position: relative;
    padding-left: 15px;
    padding-bottom: 10px;
}

.loan-bullet li::before {
    position: absolute;
    content: '';
    background: #14097A;
    width: 6px;
    height: 6px;
    left: 0;
    top: 9px;
    border-radius: 50%;
}

.overlay-menu {
    background-color: #fff;
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    transition: all 0.5s;
    z-index: -1;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
}

.overlay-menu.active {
    z-index: 99999;
    opacity: 1;
    visibility: visible;
}

.overlay-close i {
    font-size: 20px;
    color: #fff;
    float: right;
    cursor: pointer;
}

.menu-container {
    width: 100%;
    height: 100%;
    padding: 50px;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    border-radius: 20px;
    background: #ED3338;
    padding: 40px;
    scrollbar-width: none;
}

.m-contents {
    transition: 0.5s;
    opacity: 0;
    transform: translateY(20px);
}

.overlay-menu.active .m-contents {
    transition: 0.5s;
    opacity: 1;
    transform: translateY(0);
}

.mlinks-bx {
    padding-top: 40px;
}

.m-contact h4::before {
    font-family: "FontAwesome";
    position: absolute;
    left: -20px;
    content: "\f041";
    color: #fff;
}

.m-header h2 {
    font-size: 18px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: normal;

}

.m-header h2::before {
    content: "";
    background-color: #fff;
    width: 60%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.m-contact {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.m-contact h4 {
    font-size: 16px;

    position: relative;
    line-height: 26px;
}

.m-contact p {
    font-size: 15px;
    margin: 0;

    line-height: 25px;
}

.m-tags {
    padding-top: 0px;
}

.m-tags ul {
    padding: 0;
    margin: 0;

}

.m-links a {
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;

    transition: 0.5s;
    text-decoration: none;
}

.m-links a:hover {
    padding-left: 5px;
    transition: 0.5s;
    color: #000;
}

.m-medias {
    align-items: center;
    gap: 30px;
}

.m-medias a i {
    color: #fff;
    font-size: 19px;
    transition: 0.5s;
}

.footer-social ul {
    margin: 0;
    padding: 0;
}

.footer-social li {
    display: inline-block;
    padding: 0 10px;

}

.footer-social img {
    width: 13px;
}

/* nav-bar-end */
.book-call {
    display: none;
}

.desk-top-menu .dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    background-color: inherit;
    font: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    z-index: 9;
    position: relative;
    padding: 0;
}

.desk-top-menu .dropdown-content {
    display: none;
    position: absolute;
    background-color: #192544 !important;
    width: 220px;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 999;
    border-radius: 10px;
    overflow: hidden;
    top: 100%;
    transition: 0.5s;
}

.desk-top-menu .dropdown:hover .dropdown-content {
    display: block;
    background: #ddd !important;
    border: 1px solid #CA252B;
    border-radius: 0;
    transition: 0.5s;
}

.desk-top-menu .dropdown:hover .dropdown-content .col-lg-6 :is(.main-col1, #col1) {
    display: none;
}

.desk-top-menu .column {
    float: none;
    width: 100%;
    padding: 10px;
    height: 100%;
    padding-right: 0;
}

.desk-top-menu .column a {
    float: none;
    color: black;
    padding: 6px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 14px;
}

.desk-top-menu i {
    color: #CA252B;
    padding-right: 10px;
    font-size: 11px;
}
.desk-top-menu i {
  color: #000;
  padding-right: 0;
  font-size: 18px;
  border: 1px solid #000;
  border-radius: 40px;
  padding: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.desk-top-menu .bg-color a:hover {
    background: #CA252B !important;
    color: #fff;
}

/* banner */

.banner-img {
    position: relative;
}

.banner-img img {
    width: 100%;
    height: 100%;
}

.banner-img {
    width: 100%;
    height: 100%;
}

.banner-text span {
    font-family: 'NeueMontrealMedium';
    color: #2BB673;
    font-weight: bold;
}


.banner-text {
 position: absolute;
  left: 0%;
top: 12%;
  transform: translate(0%, 0%);
  right: 0px;
text-align: center;
}

.all-social {
    position: absolute;
    right: 25px;
    bottom: -80px;
    z-index: 9;
}

.all-social p {
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
    color: #fff;
}

.social-media {
    position: absolute;
    right: 25px;
    top: -80px;
    z-index: 9;
}

.social-media p {
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
    color: #fff;
}

.iconscalls img {width: 22px;}

.iconbtns {
  display: flex;
gap: 15px;
position: absolute;
  right: 0;
}


.banner .owl-carousel .owl-nav.disabled {
    display: block;
}

.banner-slider .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    font-size: 40px;
    color: #F5F5F5;
}

.banner-slider .owl-carousel .owl-nav button.owl-prev {
    display: none;
}

.banner .owl-carousel .owl-nav button.owl-next {
    color: inherit;
    font: inherit;
    font-size: inherit;
   color: #000;
  position: absolute;
  right: 50px;
  top: 45%;
  font-size: 45px;
background: #f6f4f1;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;border-radius: 5px;box-shadow: 0 4px 4px rgba(0,0,0,.25098039215686274);backdrop-filter: blur(4px);background: #dbd2cb;

}
.banner .owl-carousel .owl-nav button span {margin-top: -10px;font-weight: lighter;}
.banner .owl-carousel .owl-nav button.owl-prev {
    color: inherit;
    font: inherit;
    font-size: inherit;
   color: #000;
  position: absolute;
  left: 60px;
  top: 45%;
  font-size: 45px;
background: #f6f4f1;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;border-radius: 5px;box-shadow: 0 4px 4px rgba(0,0,0,.25098039215686274);backdrop-filter: blur(4px);background: #dbd2cb;

}

/* 
.banner .owl-dots {
position: absolute;
  left: 0;
  bottom: -20px;
  transform: translate(12%, -50%);
  display: flex;
  gap: 5px;
}

.banner .owl-dots button {
    display: block;
width: 220px;
  height: 1px;
    background: #c6bfa8;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 25px 0px;
    border-radius: 10px;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.banner .owl-dots button.active {
    background:#ef5139;
    border: 1px solid #ef5139;
}
.bannerdotsone {
position: absolute;
  bottom: 35px;
  left: 135px;
  width: 220px;
}

.bannerdotstwo {
position: absolute;
  bottom: 35px;
  left: 360px;
  width: 220px;
} */




.not-phone {
    display: block;
}

.phone-img {
    display: none;
}

.banner-text h1 {
   font-size: 25px;
  color: #fff;
  padding-bottom: 20px;

  padding-right: 0%;
  font-weight: 300 !important;
}
/* 
.banner-text a {
font-size: 12px;
  background: transparent;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 25px;
  padding: 10px 20px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-weight: 600;

}
.banner-text a:hover {background-color: #fff; color: #000;transition: 0.5s;} */

.bannerflexs {
  display: flex;
gap: 8px;justify-content: center;
}
.bannersbtns a {
    background-color: #3e6ae1;
  color: #fff;
  font-size: 14px;
  padding: 11px 60px;
  border-radius: 4px;
  font-weight: 600;border: 1px solid #3e6ae1;
}


.bannersbtnstwo a {background-color: #fff;color: #404348;font-size: 14px;
  padding: 11px 60px;
  border-radius: 4px;font-weight: 600;border: 1px solid #c9c2c2;}
  .bannersbtns a:hover {background-color: #3457b1;  transition: 0.5s;}
.bannersbtnstwo a:hover {background-color:#eee; color: #404348; transition: 0.5s;}

.banner-text h2 {
  font-size: 40px;
  color: #fff;
  font-weight: lighter;
  font-family: 'GeneralSansLight';
  padding: 0 30%;padding-bottom: 20px;
}

.banner-text p {
font-size: 19px;
  color: #fff;
  font-weight: normal;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
  display: inline-block;
margin: 0 20%;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.banner-taxt-btn {
    display: flex;
    gap: 30px;
}
.banner-view a {
    background-color: #ED3338;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;

    transition: 0.5s;}
.banner-view a:hover {
    background-color: #ED3338;
    color: #fff;
    transition: 0.5s;}
.banner-contact {
    text-align: center;
    position: relative;}
.banner-contact a {
    color: #F5F5F5;
    font-size: 13px;
    text-decoration: none;
    position: absolute;
    right: -100px;
    top: -5px;}
.banner-contact::before {
    background-color: #F5F5F5;
    width: 100%;
    height: 0.5px;
    position: absolute;
    content: '';
    left: 0;
    top: 5px;}
.banner-contact a:hover {
    color: #fff;
    transition: 0.5s;}
.contacttops {display: flex;  gap: 20px;}
.contact-icon a { color: #000;}
.newsleft img { border-radius: 15px;}
/* header top */
.contact-tilil {   background: #fff;  padding: 5px 0;}
.contact-icon p {  margin: 0;  font-size: 14px;   text-align: left;   color: #fff;   position: relative;   font-weight: normal;}
.contact-icon span {  color: #ED3338;}
.contact-icon img {   padding-right: 10px;}
.contact-number {   text-align: right; display: flex;    justify-content: end;}
.contact-number i {  font-size: 20px;  color: #000;}
.contact-number a {  color: #000;  margin: 0;   font-size: 14px;   text-align: right;   position: relative;   font-weight: normal;  display: flex;  align-items: center;}
.contact-number img {   padding-right: 10px;}
/* back to top */
#button {
    display: inline-block;
    background-color: #23569E;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
#button:hover {
    background: #23569E;
    transition: 0.5s;
}
#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    color: #fff;
}
#button.show {
    opacity: 1;
    visibility: visible;
}
#button.show {
    visibility: visible;
}
.navbar-nav .equirybtn button {
    color: #000;
    border: none;
    padding: 7px 20px;
    display: flex;
    transition: 0.5s;
    align-items: center;
    border-radius: 25px;
    font-size: 14px;
    background: #F57B20 0% 0% no-repeat padding-box;
    border-radius: 38px;
}
.navbar-nav .equirybtn button:hover {  background-color: #000;  transition: 0.5s;    color: #fff;}
.navbar-nav .equirybtn button img { margin-left: 10px;}
.book-box {   background: #ED3338;   padding: 40px 30px;   color: #fff;  box-shadow: 3px 3px 6px #00000029;    height: 170px;  border-right: 1px solid #fff;}
.book-box h4 { font-size: 18px;  margin-top: 40px;}
.book-box:hover {  background: #F5F5F5 0% 0% no-repeat padding-box;  box-shadow: 3px 3px 6px #00000029;  color: #ED3338;}
.book-box .book-hover {  display: none;}
.book-box:hover .book {  display: none;}
.book-box:hover .book-hover {  display: block;}
.desktop {  display: block;}
.phone {  display: none;}
.main-container {   margin: 0 40px;}
header .toggle {  top: 35px;   right: 20px;}
.video-card {
    position: absolute;
    left: 120px;
    z-index: 9;
    background: transparent;
    border: none;
    bottom: 0px;
    width: 260px;
}
.video-icons {
    position: absolute;
    bottom: 0;
    right: -15px;
    transform: translate(-50%, -50%);
}

.modal-header .close {
    color: #fff;
    background: #000;
    opacity: 9;
}
.video-icons img {
    width: 40px;
    height: 40px;
}
.banner {
    position: relative;margin-top: 55px;
}

/* drop sub menu */
.menu-item-has-children {
    position: relative;
}
.menu-item-has-children:hover .sub-menu {
    top: 120%;
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    z-index: 999999;
    display: inline-block;
    border-radius: 20px;
}
.menu-item {
    padding: 10px 15px !important;
    min-width: 200px;
    font-size: 13px;
    color: #000 !important;
    background:#f4f4f4;
    display: inline-block;
    border-radius: 20px;
}
.sub-menu {
    position: absolute;
    top: 40px;
    left: 0;
    border-radius: 0;
    width: 100%;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    z-index: 998;
    min-width: 200px;
    background: #fff;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    padding-left: 0;
}
.menu-item:hover {
    background: #FDFDFD;
    color: #000 !important;
}
.menu-item:hover a {
    color: #000 !important;
}
.sub-menu li {
    list-style: none;
}
.menu-item a {
    color: #fff;
    text-decoration: none;
}
header .toggle {
  display: none !important;
}
/* search box */
.navbar {
  padding-bottom: 0px;
}
.input-box {
max-width: 20px;
  transition: all 0.5s ease-in-out;
  position: absolute;
right: 0;
top: 35px;
}
.input-box.open {
max-width: 140px;
}
.input-box input {
  position: relative;background: transparent;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 0 15px;
  border: none;
  border-radius: 6px;
  outline: none;
  transition: all 0.5s ease-in-out;
}
.input-box.open input {padding: 0 15px 0 30px;}
.input-box .search {
  position: absolute;
  top: 0;
  left: 0;
 max-width: 30px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.input-box.open .search {
  border-radius: 6px 0 0 6px;
}
.search .search-icon {
font-size: 25px;
  color: #fff;
}
.input-box .close-icon {
  position: absolute;
  top: 50%;
right: 0px;
  font-size: 20px;
  color: #fff;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
}
.input-box.open .close-icon { transform: translateY(-50%) rotate(180deg);  pointer-events: auto;  opacity: 1;}
/* .banner-img::before {
  position: absolute;
  content: '';
  top: 0px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  z-index: 0;
background: #00000026;
} */
.banner-img { width: 100%;height: 100%;}
.productleft p{
  padding-bottom: 30px;
  margin: 0;
  line-height: 20px;text-align: justify;
  font-size: 13px;
  padding-bottom: 20px;
  margin: 0;
  line-height: 17px;
  color: #545454;font-weight: bold;
 }
.productleft h3{font-size: 20px; color: #575757;  }
.productleft a { color: #f16d59;  font-size: 14px;  font-weight: bold;  text-decoration: none;}
.productleft a:hover {color:#404348; transition: 0.5s;}
.productwrapper {padding: 60px 0; overflow: hidden; position: relative;}
.productleft a img {padding-right: 10px;}
.novaleft {background-color: #e2e2e2;padding-left: 180px;  padding-top: 50px; padding-bottom: 50px;}
.novalogo  {height: 70px;}
.novaright { margin-left: -35%; }
.novaimg img {box-shadow: 0px 3px 6px #0000007d;  background: #fff; padding: 20px 20px;  height: 100%;  margin: 1px -5px;}
.novawrapper { overflow: hidden; position: relative;}
.novawrapper .owl-carousel .owl-nav.disabled { display: block;}
.novawrapper .owl-carousel .owl-nav button.owl-next {    position: absolute;   font-size: 40px;    color: #F5F5F5;}
.novawrapper .owl-carousel .owl-nav button.owl-prev {  display: none;}
.novawrapper .owl-carousel .owl-nav button.owl-next {  color: inherit;  color: #0066af; position: absolute; right: -80px; top: 100px;  font-size: 60px; background: #eaeaea;  border-radius: 90px;  width: 50px; display: flex;  justify-content: center;  align-items: center;  height: 50px;}
.novawrapper .owl-carousel .owl-nav button.owl-next span {margin-top: -15px;}
.novawrapper p { padding-bottom: 20px;padding-top: 10px;  margin: 0;font-size: 13px; line-height: 17px; color: #4e4b4b;  }
.novawrapper a { font-size: 16px;  color: #575757;text-decoration: none; margin: 0;display: flex;align-items: center; }
.novawrapper a:hover {color: #0066af;}
.novaread  { margin-right: 5px;}
/* projects */
.projectswrapper {padding: 30px 0;padding-top: 100px; overflow: hidden; position: relative;}
.projectsleft h3 {font-size: 20px; color: #575757;}
.projectsleft p {font-size: 13px; padding-right: 8%;padding-bottom: 50px; margin: 0; line-height: 17px;color: #545454;font-weight: bold;}
.probox{position: relative;}
.protop  { position: absolute; top: 30px; z-index: 9;  color: #fff;left: 10px;}
.projectboxs img{transition: all .4s linear; width: 100%;display: block; position: relative;}
.projectboxs img:hover {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.projectboxs  {
  width: 100%;
  height: 100%;overflow: hidden;  position: relative;}
.projectboxs img:hover  {
-ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.protext p {
font-size: 14px;
  padding-right: 24%;
  padding-left: 30px;
  padding-top: 10px;
  border-bottom: 1px solid #b4afaf;
  padding-bottom: 20px;
  height: 70px;
  margin-bottom: 40px;
  line-height: 19px;
}
.prorow{padding-top: 30px;}
.protabs .nav-tabs { border-bottom: none;}
.protabs .nav-tabs .nav-link.active {  background-color: #fff;  border-color: #000 #000 #000;  border-radius: 30px;  padding: 3px 17px;  color: #000; font-size: 15px;}
.protabs .nav-tabs .nav-link {  border-radius: 30px;padding: 3px 17px;background-color: transparent;margin-left: 10px;  color: #000;font-size: 15px;}
/* current */
.grid-container { display: flex;flex-wrap: wrap;  padding: 0 4px;}
.column {flex: 26%;  max-width: 35%;  padding: 5px 8px;position: relative;}
.column img { margin-top: 10px; vertical-align: middle;  width: 100%;}
.columntopone{margin-top: -110px;}
.columntop img {  height: 100%; }
.columntoptwo {margin-top: -5px;}
.coltexts {position: absolute;  top: 40px;left: 5px;background: #ffffffe8;  right: 10px;  padding: 15px 15px;width: 285px;}
.coltexts h6 { font-size: 11px;margin: 0;color: #2b2b2b;font-weight: bold; }
.coltexts p { font-size: 12px;margin: 0;  color: #2b2b2b;font-weight: bold;}
.coltextshover {display: none;}
.currentwrapper h3{margin: 0; padding-bottom: 40px; font-size: 20px;  color: #575757;}
.currentwrapper{padding-bottom: 60px; overflow: hidden; position: relative;}
.headertop-container {  margin: 0 40px;}         
  /* our */
.ourwrapper {padding: 60px 0;background-color: #FBFBFB;}
.ourleft h3 {font-size: 20px;color: #575757;}
.ourleft p {  font-size: 13px;  padding-right: 5%;  padding-bottom: 20px;  margin: 0;  line-height: 17px;    color: #545454;font-weight: bold; }
.ourleft a { font-size: 16px;  color: #575757; text-decoration: none;  margin: 0;display: flex; align-items: center;}
.ourleft a:hover {color: #0066af;}
.our-silder {padding-top: 60px;}
.our-box { width: 150px; display: flex;  align-items: center; justify-content: center;}
.our-silder .owl-stage{  display: flex;align-items: center;}
/* footer  */
.footerwrapper{background-color: #e2e2e2;padding: 60px 0;}
.menulogo p { color: #545454; font-size: 13px;  color: #545454;font-weight: bold;}
.menulogo img {  width: 180px; display: block; margin: auto;}
.quicklinks h5 {
  position: relative;
  color: #545454;
  font-weight: 600;
  font-size: 15px;
 font-weight: 500;
  margin: 0;
}
.menu-footer li {
    list-style-type: none;
    padding-bottom: 5px;
}
.menu-footer li a {
    font-size: 13px;
    font-weight: 500;
    color: #545454; text-decoration: none;font-weight: bold;

}
.menu-footer li a:hover {
    color: #0066af !important;
    transition: .4s;
    text-decoration: none;
}
.menu-footer ul {
    padding-left: 0;

    padding-top: 10px;
}
.menu-footer p {
    font-size: 14px;
    font-weight: 500;
    color: #312F2F;
}
.footer-container {margin: 0 80px;}
.menuflex  { display: flex; justify-content: center;position: relative;}
.menuflex::before{background-color: #545454; position: absolute;content: '';left: 60px;top: 0; width: 1px;height: 100%;}
.sociel-icon {  margin-top: 30px; margin-bottom: 30px; display: flex;align-items: center;}
.sociel-icon a{text-decoration: none}
.sociel-icon i {  color: #545454;  font-size: 15px;   transition: 0.5s !important;  text-decoration: none;    margin: 0 15px 0 0;   opacity: 1;  display: flex;  justify-content: center;   align-items: center;   border-radius: 30px;}
.sociel-icon i:hover {   transform: translate(0, -3px) !important; transition: 0.5s !important; color: #545454;}
.sociel-icon img {transition: 0.5s !important; width: 15px;  text-decoration: none;  margin: -5px 15px 0 0;}
.sociel-icon img:hover {   transform: translate(0, -3px) !important;   transition: 0.5s !important;   color: #545454;}
/* copy */
.copywrapper{padding: 20px 0; background-color: #0066AF;}
.copywrapper h6 {color: #e7f2ff;text-align: center;font-size: 14px;   margin: 0;}
.powerwrapper {padding: 40px 0;}
.powerflexs { display: flex;gap: 8px;}
.powersbtns a {   background-color: #3e6ae1; color: #fff; font-size: 14px;padding: 11px 45px; border-radius: 4px;  font-weight: 600;}
.powerbox img {border-radius: 10px; width: 100%;}
.powersbtnstwo a {background-color: #fff;color: #404348;font-size: 14px; padding: 11px 45px; border-radius: 4px;font-weight: 600;}
.powersbtns a:hover {background-color: #3457b1 ; transition: 0.5s;}
.powersbtnstwo a:hover {background-color: #eee; color: #404348; transition: 0.5s;}
.powertext  { position: absolute;bottom: 50px;  left: 50px;}
.powertext h4{font-size: 50px; color: #fff; font-weight: 600; padding-bottom: 30px;}
.powertext p{ font-size: 20px;color: #fff; margin: 0; padding-bottom: 30px;}
.power-container {margin: 0 0px 0 50px;}
.offertext {  padding: 30px 50px; width: 100%;padding-right: 0;}
.offerleft{ background-color: #f4f4f4;border-radius: 10px;}
.offerimg img {border-top-right-radius: 10px;border-bottom-right-radius: 10px;height: 220px; margin-left: auto;}
.offertext h3 {font-size: 32px; font-weight: 600; font-family: 'GeneralSansMedium'; color: #000;}
.offertext p {color: #5e6064; font-size: 18px; margin: 0; padding-bottom: 20px; font-weight: 500;}
.offerbtn a {  background: #fff;  color: #404348; padding: 10px 80px;  border-radius: 5px;  text-decoration: none; font-weight: 600; font-size: 14px;}
.offerbtn a:hover {background-color: #eee; color:#404348; transition: 0.5s;}
.offerwrapper {padding-bottom: 60px;padding-top: 30px;}
.mapwrapper{padding-bottom: 40px;}
.banner .owl-dots { position: absolute; right: 50%;bottom: 0px;  display: flex;gap: 7px;}
.banner .owl-dots button {  display: block;width: 12px;  height: 12px;   background: #fff;    border: 1px #fff solid;    -moz-border-radius: 10px;   -webkit-border-radius: 10px;  margin: 25px 0px;   border-radius: 10px;    -moz-transition: .4s;    -webkit-transition: .4s;   -ms-transition: .4s;   -o-transition: .4s;  transition: .4s;box-shadow: 0px 3px 6px #00000045;}
.banner .owl-dots button.active { background: #e3dedb;  border: 1px solid #e3dedb;box-shadow: 0px 3px 6px #00000045;}
.fullbox {position: relative;height: 100%;}
.fullboxs{position: relative;  height: 100%;height: 100%;}
.fullboxs img{ height: 100%; border-radius: 15px;height: 100%;}
/* dots */
.powerwrapper .owl-dots {position: absolute;right: 50%;bottom: -60px; display: flex; gap: 10px;}
.powerwrapper .owl-dots button {   display: block;width: 12px;  height: 12px;   background: #8a8b8e;   border: 1px #8a8b8e solid;  -moz-border-radius: 10px;  -webkit-border-radius: 10px;    margin: 20px 0px;    border-radius: 10px;    -moz-transition: .4s;    -webkit-transition: .4s;   -ms-transition: .4s;   -o-transition: .4s;transition: .4s;}
.powerwrapper .owl-dots button.active {  background: #171a20; border: 1px #171a20 solid;}
 .powerone { position: absolute; top: 40px; left: 40px; }
 .powerone h6 {color: #fff; font-size: 18px;font-weight: 600;}
@media (min-aspect-ratio: 16/9) {
.back-video { width: 100%;   height: 100%; }}
@media (max-aspect-ratio: 16/9) {
.back-video {width: 100%; height: 100%;  }}
.fullboxpowerflexs { display: flex;gap: 8px;}
.fullboxsbtns a {  background-color: #3e6ae1; color: #fff;  font-size: 14px; padding: 11px 45px;  border-radius: 4px;  font-weight: 600;}
.fullboxsbtns a:hover {background-color: #3457b1;  transition: 0.5s;}
.fullboxstwo a:hover {background-color: #eee; color:#404348;transition: 0.5s;}
.powerbox img {border-radius: 10px; width: 100%; height: 100%;}
.powerbox::before {  position: absolute;  content: '';  top: 0px;  bottom: 0;  left: 0;  width: 100%;  height: 100%; right: 0; z-index: 0;background: #0000001f;border-radius:10px;}
.fullboxstwo a {background-color: #fff;color: #404348;font-size: 14px;padding: 11px 45px; border-radius: 4px;font-weight: 600;}
.fullboxtext  {  position: absolute;bottom: 50px; left: 50px;}
.fullboxtext h4{font-size: 40px;  color: #fff;  padding-bottom: 25px;  font-weight: 600;}
.fullboxtext p{ font-size: 20px; color: #fff; margin: 0;  padding-bottom: 30px;}
.fullboxpower-container {margin: 0 0px 0 50px;}
.fullwrapper {padding-bottom: 0px;}
.full-container { margin: 0 50px 0 50px;}
.findmargin { padding: 0 50px;}
.findleft h4 {font-size: 45px; color: #000;font-weight: 600;margin-bottom: 30px;}
.findleft p {font-size: 19px;  color: #666; padding-bottom: 25px; font-weight: 500;  font-family: 'GeneralSansMedium';padding-right: 10%;}
.findflexs {  display: flex;gap: 8px;}
.findsbtns a {   background-color: #000;  color: #fff;  font-size: 14px;  padding: 11px 60px;  border-radius: 4px; border: 1px solid #000; font-weight: 600;}
.findsbtns a:hover {background-color: #fff; color: #000; transition: 0.5s; border: 1px solid #000;}
.findsbtnstwo  a:hover {background-color: #eee; color: #000; transition: 0.5s;}
.findbox img {border-radius: 10px; width: 100%;}
.findsbtnstwo a {background: #f4f4f4;color: #000;font-size: 14px;padding: 11px 45px; border-radius: 4px;font-weight: 600;}
.findright h2{font-size: 42px;color: #000;  font-weight: 600; margin: 0;display: flex; justify-content: left;  align-items: center;}
.findright p {font-weight: normal;  color: #666;  font-size: 17px; font-family: 'GeneralSansMedium';}
.findtexts {display: flex;gap: 10px;}
.findwrapper{padding-bottom: 60px;padding-top: 60px;}
.solarwrapper .owl-dots { position: absolute; right: 50%;bottom: -60px;  display: flex; gap: 10px;}
.solarwrapper .owl-dots button {   display: block;width: 12px;  height: 12px;   background: #8a8b8e;    border: 1px #8a8b8e solid;   -moz-border-radius: 10px;    -webkit-border-radius: 10px;   margin: 20px 0px;   border-radius: 10px;    -moz-transition: .4s;   -webkit-transition: .4s;   -ms-transition: 4s;   -o-transition: .4s;   transition: .4s;}
.solarwrapper .owl-dots button.active { background: #171a20;   border: 1px #171a20 solid;}
 .solarone { position: absolute; top: 40px; left: 40px;}
.solarone h6 {color: #fff; font-size: 22px;}
.solarwrapper {padding: 40px 0;padding-top: 0;}
.solarflexs { display: flex;gap: 8px;}
.solarsbtns a {   background-color: #3e6ae1; color: #fff; font-size: 14px; padding: 11px 45px;  border-radius: 4px; font-weight: 600;}
.solarsbtns a:hover {background-color:#3457b1; transition: 0.5s;}
.solarsbtnstwo a:hover {background-color: #eee; color: #404348; transition: 0.5s;}
.solarbox img {border-radius: 10px; }
.solarsbtnstwo a {background-color: #fff;color: #404348;font-size: 14px;
padding: 11px 45px;
  border-radius: 4px;font-weight: 600;}
.solartext  { position: absolute;bottom: 50px; left: 50px;}
.solartext h4{font-size: 28px; color: #fff;}
.solartext p{ font-size: 20px; color: #fff; margin: 0; padding-bottom: 30px;}
.solar-container {margin: 0 0px 0 50px;}
.findright h2 img  {width: 50px; margin-left: 5px; background: #f4f4f4; border-radius: 100px;  padding: 12px 12px;  height: 50px;}
.copyright ul{padding-left: 0;list-style: none;display: flex;gap: 15px;justify-content: center;}
.copyright li {color: #77797c;font-weight: 500; font-size: 13px;font-family: 'GeneralSansMedium';}
.copyright a {color: #77797c;}
.copyright {padding: 30px 0;}
.terms p {color: #77797c; font-weight: 500;padding-bottom: 40px; font-size: 13px;}
 .terms a {font-family: 'GeneralSansMedium';padding-bottom: 1px;border-bottom: 1px solid #77797c; font-size: 13px;color: #77797c;}
 .toggelmenudesktop {display: block !important;}
  .toggelmenuphone {display: none !important;}
  .finddesktop{display: block;}
.findphone {display: none;}
.powerwrapper  .owl-stage { margin-left: -210px;}
.solarwrapper .owl-stage {   margin-left: -250px;}
.solartext h4 {  font-size: 45px;  color: #fff;  font-weight: 600;  padding-bottom: 5px;  margin: 0;}
.fullbox button{ transition: color .33s ease,background-color .33s ease,box-shadow .25s ease,transform .33s var(--tds-bezier); vertical-align: middle;position: absolute; top: 40px; right: 40px; border: none;  padding: 7px 12px;  background: #807d7d;  border-radius: 3px;}
.fullbox button:hover {background: #858585; transition: 0.5s; }
.fullbox i {color: #fff;font-size: 20px;}
/* product banner */
.aboutbanner .owl-carousel .owl-nav.disabled { display: none;}
.headertrans {background: transparent !important;}
.aboutbanner { position: relative;  margin-top: -5px;}
.headertrans .navbar-expand-lg .navbar-nav .nav-link {
  color: #fff !important; }

.aboutbanner .banner-text h2 { margin-bottom: 40px;font-size: 60px;}
.aboutbanner .banner-text {
top: 15%;}
.kmwrapper {padding: 90px 0;}

.kmbox h2 {
font-size: 40px;
  font-weight: 600;
  font-family: 'GeneralSansMedium';
  color: #000;margin: 0;
}
.kmbox span {   font-size: 28px;}
.kmbox h4 {color: #5c5e62;
  font-size: 20px;
  font-weight: 600; }
  .kmboxs {position: relative;}
.kmboxs::before{
  background: #cfd0d2;
  height: 100%;position: absolute;content: '';right: 40px;top: 0;
  width: 1px;
}
.carmargin img{border-radius: 10px;}
.redwrapper {padding: 60px 0;}
.red-container {
  margin: 0 150px;
}

.redmargin h2 {
font-size: 25px;
  color: #000;
  font-weight: bold;
  margin: 0;
  font-family: 'GeneralSansMedium';
  padding-bottom: 10px;
}
.redmargin p{ font-size: 18px;
  color: rgb(0, 0, 0);
  padding-bottom: 0px;
  padding-right: 7%;
  font-weight: 400;}
.redwrap {padding-top: 40px;}

.redbox img {border-radius: 10px;width: 100%;}
.redbox h5 {
font-size: 22px;
  font-weight: 600;
  font-family: 'GeneralSansMedium';
  color: #fff;
}
.redbox p{ font-size: 15px;  color: #fff;margin: 0; padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  margin-bottom: 10px;}
.redbtns a {
background-color: #3e6ae1;
  color: #fff;
  font-size: 14px;
  padding: 7px 20px;
  border-radius: 4px;
  font-weight: 600;
  border: 1px solid #3e6ae1;
}

.redbtns a:hover {
  background-color: #3457b1;
  transition: 0.5s;
}
.fixline {border-bottom: 1px solid #000; padding-bottom: 40px;margin-right: 140px;}
/* about */
.bannerabout-text h2 {
  font-size: 38px;
  color: #fff;
  font-weight: bold;
  font-family: 'GeneralSansMedium';
}

.bannerabout-text p {
  font-size: 15px;
  color: #fff;
  font-weight: 600;}

.bannerabout-text {
  position: absolute;
  left: 0%;
  top: 10%;
  transform: translate(0%, 0%);
  right: 0px;
  text-align: center;
}
.bannerabout-box img {width: 30px;}

.banner-abouts {
  position: absolute;
  left: 0%;
 bottom: 10%;
  transform: translate(0%, 0%);
  right: 0px;
  text-align: center;
}
.bannerabout-box h6 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;}

.bannerabout-box h5 {
  font-size: 22px;
  color: #fff;
  font-weight: 600;}
  .fuwrap{text-align: center;padding-top: 0;}
.fuwrap h2 {
font-size: 23px;
  color: #000;
  font-weight: 500;
  font-family: 'GeneralSansMedium';
  padding-bottom: 20px;
  margin: 0;padding: 0 14%;
  padding-bottom: 20px;
  text-align: left;
}
.fuwrap p {  font-size: 14px;color: #000; padding: 0 14%;padding-bottom: 30px;  font-weight: 600;text-align: justify;}
.fubtn a { border: 2px solid #181b22;color: #181b22;font-size: 14px; font-weight: 600; padding: 8px 50px; background: transparent;border-radius: 5px;}
.fubtn a:hover {background: #181b22; color: #fff; transition: 0.5s;}
.aboutuswrapper{height: 100%; position: relative;}
.aboutuswrapper::after {background: -webkit-gradient(linear,left bottom,left top,from(#000),to(#0000)); background: linear-gradient(0deg,#000 0,#0000); border-radius: 0; border-radius: var(--tcl-image-asset-border-radius);  content: "";  height: 100%; height: var(--tcl-image-gradient-end-block-size,100%); inset-inline: 0 auto; inset-inline: var(--tcl-image-gradient-end-inline-start,0) var(--tcl-image-gradient-end-inline-end,auto); bottom: 0;  top: auto;  inset-block: auto 0; opacity: .5; opacity: var(--tcl-image-end-gradient-opacity);  position: absolute; width: 100%; width: var(--tcl-image-gradient-end-inline-size,100%);}
.powerearth-container {
  margin: 0 120px;
}
.powerearthwrapper {
  padding: 60px 0;
  background: #000;
}
.powerearthleft h2 {
  font-size: 25px;
  color: #fff;
  font-weight: bold;margin: 0;
  font-family: 'GeneralSansMedium';padding-bottom: 10px;
}
.powerearthleft  p {
  font-size: 14px;
  color: #fff; padding-bottom: 0px;padding-right: 7%;
  font-weight: 600;}
/* HERO */
.hero-carousel{
  position:relative;
  width:100%;
  overflow:hidden; background-color: #000;padding-bottom: 80px;
}

.hero-carousel img{
  width:100%;
  object-fit:cover;border-radius: 5px;
}

/* Dark overlay like Tesla */
.overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(to bottom, rgba(0,0,0,0.15), rgba(0,0,0,0.8));
}

/* BOTTOM INFO */
.info-tabs{
  width:100%;
  display:flex;
  justify-content:center;
  gap:60px;
  color:#aaa;background: #000;padding: 40px 0;padding-top: 0;
}

.tab{
max-width: 280px;
  text-align:left;
  opacity:0.5;
}
.tab.active{ opacity:1;  color:#fff;}
.tab .line{ display:block;  width:60px; height:2px; background:#fff; margin-bottom:12px;}
.tab h4{font-size: 18px;  margin-bottom: 6px;  font-weight: 600;}
.tab p{  font-size:14px;  line-height:1.4;}
.tab{ opacity:0.4;  transition:0.4s ease;}
.tab.active{ opacity:1; color:#fff;}
.tab.active .line{ background:#fff;}
.hero-container{margin: 0 200px;
  border-bottom: 1px solid #ffffff4d;
  padding-bottom: 50px;
}
/* contact */
 .contact-wrapper h2 { font-size: 40px;  font-weight: 600; font-family: 'GeneralSansMedium'; color: #000;padding-bottom: 30px; margin: 0;}
 .contactwrapper {margin-top: 10%;}
.contact-wrapper { max-width: 1100px; margin: 80px auto;}
/* LEFT */
.contact-left h3 { font-size: 13px;margin: 38px 0 18px; font-weight: 600;  font-family: 'GeneralSansMedium';}
.contact-left a {display: block; font-size: 14px; color: #565656; margin-bottom: 6px;font-weight: 600;}
.contact-left p {  font-size: 15px; line-height: 1.6;}
.contact-left p a {  display: inline;}
.highlight {  background: #e6f0ff;  display: inline-block; padding: 2px 6px;}
/* RIGHT */
.contact-right h3 {font-size: 13px;margin: 38px 0 18px; font-weight: 600;  font-family: 'GeneralSansMedium';}
.press-block { margin-bottom: 20px;}
.press-block strong {display: block; font-size: 15px; margin-bottom: 4px;}
.press-block a { font-size: 14px; color: #565656; text-decoration: underline;}
.contact-wrapper h4 { font-size: 24px;  font-weight: 600;font-family: 'GeneralSansMedium'; color: #000; padding-bottom: 40px; margin: 0;}
.worldwrap {padding-top: 80px;}
.worldleft img { border-radius: 8px;margin-bottom: 20px;}
.worldleft a {  font-size: 14px;  color: #565656;  font-weight: 600;}
.worldbtn {margin-top: 20px;}
.worldbtn a { font-size: 14px; color: #565656; text-decoration: underline;}
 .solarbox img {
    width: 100%;
  }
  .redbox {position: relative;}
  .redmin {top: 40px;position: absolute;text-align: center;
left: 20px;
  right: 20px;
  /* background: #0000009c;
  border-radius: 15px;
  padding: 40px 10px; */
}
/* .redshow {max-height: 300px;
  min-height: 230px;} */
 .redbtntwoflex {
  display: flex;
  gap: 8px;justify-content: center;margin-top: 20px;
}
 .redbtntwo a {
  background-color: #fff;
  color: #404348;
  font-size: 14px;
  padding: 7px 25px;
  border-radius: 4px;
  font-weight: 600;
  border: 1px solid #c9c2c2;
}
/* solar */


.bannersolar-text h2 {
  font-size: 60px;
  color:#fff;
  font-weight: bold;
  font-family: 'GeneralSansMedium';
}

.bannersolar-text p {
  font-size: 19px;
  color: #3457b1;
  font-weight: 600;}

.bannersolar-text {
  position: absolute;
  left: 0%;
  top: 20%;
  transform: translate(0%, 0%);
  right: 0px;
  text-align: center;
}
.savewrapper {
  height: 100%;
  position: relative;padding: 60px 0;
}
.savewrapper img {border-radius: 15px;}

.futurewrapper {padding: 60px 0;}
.hero-carousel .hero-container { border-bottom: none;}

/* learn */

/* GRID */

.blog-grid{
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap:50px;
}

/* CARD */

.blog-card{
    cursor:pointer;
}

.blog-img{
    width:100%;
    height:200px;
    border-radius:8px;
    overflow:hidden;
}

.blog-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.4s ease;
}

.blog-card:hover img{
    transform:scale(1.05);
}

/* CONTENT */

.blog-content{
margin-top: 20px;
  margin-bottom: 50px;
}

.blog-content h3{
   font-size: 17px;
    font-weight:600;
    line-height:1.4;
    margin-bottom:8px;
}

.blog-content span{
    font-size:14px;
    color:#666;
}

/* PAGINATION */

.pagination{
    margin-top:80px;
    text-align:center;
    font-size:16px;justify-content: center;
}

.pagination span{
    margin:0 20px;
    font-weight:500;
}

.pagination button{
    background:none;
    border:none;
    font-size:16px;
    cursor:pointer;
    color:#000;
}

.pagination button:hover{
    text-decoration:underline;
}
.learnwrapper {padding: 80px 0;padding-bottom: 60px;}
.learnwrapper h2 {
  font-size: 34px;
  font-weight: 600;
  padding-bottom: 30px;
}
/* master */

.master-title{
    font-size:42px;
    font-weight:600;
}

.master-meta{
    color:#666;
    font-size:14px;
    margin-bottom:30px;
}

/* HERO IMAGE */

.hero-img{
    width:100%;
    border-radius:2px;
    margin-bottom:40px;
}

/* TEXT */

.intro-text{
 font-size: 14px;
  line-height: 1.7;
  color: #333;
  padding-top: 20px;
  padding-right: 18%;
  font-weight: 600;
}

/* STATS BOX */

.stats-box{
  background: #f8f8f8;
    padding:20px 20px;
    margin-top:30px;
    border-radius:4px;
}
.statbox{margin-bottom: 10px;}
.stat-number{
    font-size:40px;
    font-weight:600;
}

.stat-number span{
    font-size:18px;
    font-weight:400;
}

.stat-label{
    font-size:14px;
    color:#444;
}

/* LINKS */

.link-section a{
    text-decoration:underline;
    color:#111;font-size: 14px;
}

.link-section a:hover{
    opacity:.7;
}
.link-section p {font-size: 15px;}
/* pro details */
.carswra{padding-top: 60px;}
.roflex{position: relative;padding-bottom: 40px;}
.roflex::before {position: absolute;left: 0;width: 100%; height: 0.5px;
  background-color: #00000036;bottom: 50px; content: '';}
.fixedbox{padding-bottom: 40px;}
.fixedbox h5 {
 font-size: 18px;
  font-weight: 600;
  font-family: 'GeneralSansMedium';
  color: #000;
  padding-top: 20px;padding-bottom: 20px;
}
.casebox {border: 1px solid #000; padding: 15px 15px;max-height: 140px;
  min-height: 110px;margin-right: 10px;background-color: #fff;
  color: #404348;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 600;
  border: 1px solid #c9c2c2;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08)}
.casebox h6 {
  font-size: 15px;
  font-weight: 400;
  font-family: 'GeneralSansMedium';
  color: #000;margin: 0;
  padding-bottom: 5px;text-align: left;
}

.casebox h5 {
  font-size: 17px;
  font-weight: 500;
  font-family: 'GeneralSansMedium';
  color: #000;
  padding-top: 0px;margin: 0;
  padding-bottom: 0px;text-align: left;
}
.fixedwrap {border-bottom: 0.5px solid #00000080; }


.casemargin h4 {
  font-size: 27px;
  font-weight: 600;
  font-family: 'GeneralSansMedium';
  color: #000;
  margin: 0;padding: 40px 0;font-size: 25px;
  color: #000;
  font-weight: bold;
  margin: 0;
  font-family: 'GeneralSansMedium';
}

.caseboxs h5 {
  font-size: 17px;
  font-weight: 500;
  font-family: 'GeneralSansMedium';
  color: #000;
  padding-top: 0px;margin: 0;
  padding-bottom: 0px;text-align: center;
}
.caseboxs {border: 1px solid #000; padding: 15px 15px;min-height: 70px;
  max-height: 70px;margin-right: 10px;background-color: #fff;
  color: #404348;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 600;
  border: 1px solid #c9c2c2;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08)}

 .casewrapper{
  padding: 60px 0;
  background: #fafbfb;
}


.caseredbox img {border-radius: 10px;}
.caseredbox h5 {
font-size: 19px;
  font-weight: 600;
  font-family: 'GeneralSansMedium';
  color: #fff;
  height: 50px;
}
.caseredbox p{ font-size: 15px;  color: #fff;margin: 0; padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  margin-bottom: 10px;}
.caseredbtns a {
background-color: #3e6ae1;
  color: #fff;
  font-size: 14px;
  padding: 7px 20px;
  border-radius: 4px;
  font-weight: 600;
  border: 1px solid #3e6ae1;
}

.caseredbtns a:hover {
  background-color: #3457b1;
  transition: 0.5s;
}

.caseredbtntwoflex {
  display: flex;
  gap: 8px;justify-content: center;margin-top: 20px;
}
.caseredbtntwo a {
  background-color: #fff;
  color: #404348;
  font-size: 14px;
  padding: 7px 25px;
  border-radius: 4px;
  font-weight: 600;
  border: 1px solid #c9c2c2;
}

.caseredmin {
  top: 40px;
  position: absolute;
  text-align: center;
  left: 40px;
  right: 40px;}

.topcaseredbox h6 {
  font-size: 15px;
  font-weight: 600;
  font-family: 'GeneralSansMedium';
  color: #fff;
}
.topcaseredbox img {border-radius: 10px;}
.fixedbox img {border-radius: 10px;}
.caseredmargin{padding-bottom: 30px;}

.topcaseredbox h5 {
  font-size: 19px;
  font-weight: 600;
  font-family: 'GeneralSansMedium';
  color: #fff;
}
.caseredmargin h2 {font-size: 25px;
  color: #000;
  font-weight: bold;
  margin: 0;
  font-family: 'GeneralSansMedium';
  padding-bottom: 10px;}
.caseredmargin p {
  font-size: 18px;
  color: #000;
  padding-bottom: 0px;
  padding-right: 7%;
  font-weight: 400;
}

.fixs img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.fixs h5 {
  font-size: 22px;
  font-weight: 500;
  font-family: 'GeneralSansMedium';
  color: #000;padding-top: 20px;
}

.fixs p {
  color: #5e6064;
  font-size: 18px;
  margin: 0;
  padding-bottom: 20px;
  font-weight: 500;
}
.case-container {
  margin: 0 0px 0 150px;
}


.redbox p{ font-size: 14px;  color: #fff;margin: 0; padding-bottom: 5px;
  border-bottom: none;
  display: inline-block;
  margin-bottom: 10px;}


  .bannerabout-text h {
 font-size: 23px;
  color: #fff;
  font-weight: 600;
}
.theherotext  {
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  padding: 35px;
  border-radius: 15px;min-height: 420px;
  max-height: 420px;
}
.theherotext h5 {font-size: 30px;
  font-weight: 600;
  font-family: 'GeneralSansMedium';
  color: #000;}

.theherotext h6{font-size: 25px;
  font-weight: 600;
  font-family: 'GeneralSansMedium';
  color: #000;}

.theherotext p{font-size: 16px;
  font-weight: 600;
  color: #000;}
.theherotext ul {padding-left: 0;margin: 0;}
.theherotext li{position: relative;list-style: none;padding-left: 30px;margin-bottom: 10px;}
.theherotext li::before{position: absolute;left: 0;width: 40px; height: 40px; background-image: url(../images/abouticon.png); 
 background-repeat: no-repeat; content: '';top: 5px; }

@media (min-aspect-ratio: 16 / 9) {
 .fullbox  .back-video {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
}
.colorheading {color: #3e6ae1 !important;}
.info-tabs .tab {
    cursor: pointer;
    transition: 0.3s;
}
.info-tabs .tab.active {
    color: #fff;
    font-weight: bold;
}
.info-tabs .tab .line {
    width: 0;
    height: 2px;
    background: #000;
    display: block;
    transition: 0.3s;
}
.info-tabs .tab .line {
  display: block;
  width: 60px;
  height: 2px;
  background: #fff;
  margin-bottom: 12px;
}
.blogstext h6 {
  font-size: 19px;
  font-weight: 600;
}
.blogstext p{
  font-size: 16px;
  padding-bottom: 10px;
  margin: 0;
}
 .blogstext{
  background: #FBFBFB;
  box-shadow: 0px 3px 6px #00000029;
  padding: 50px 50px;
}
 .blogstext h2 {
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 10px;
  margin: 0;
}

.abouttextp p {margin: 0;padding-bottom: 10px;}

.worldleft iframe {border-radius: 15px;margin-bottom: 10px;}




/* RESPONSIVE */
@media (max-width: 900px) {
.contact-wrapper {  grid-template-columns: 1fr;   gap: 40px;   padding: 0 20px; }
}

@media (max-width: 1380.5px) {
  .banner-text h2 {
  padding: 0 30%;padding-bottom: 20px;
}

.theherotext {
  min-height: 450px;
  max-height: 450px;
}


.theherotext li {
  font-size: 15px;
}
}
@media (max-width: 1355.5px) {
.red-container {
  margin: 0 70px;
}
.offertext h3 {
  font-size: 27px;}
 .banner-text h2 {
    padding: 0 30%;
    font-size: 37px;padding-bottom: 20px;
  }
}
@media (max-width: 1200px) {
.column {  flex: 40%;  flex-wrap: wrap;  max-width: 50%;}
.redmin {
  left: 10px;
  right: 10px;
}

.banner-text h2 {
font-size: 37px;
padding: 0 30%;padding-bottom: 20px;
}
.banner-text p {
  font-size: 17px;}
  .offertext h3 {
    font-size: 22px;
  }
.offerbtn a {
  padding: 10px 50px;}
.hero-container {
  margin: 0 100px;
}
.theherotext p {
  font-size: 15px;
}
.theherotext h5 {
  font-size: 25px;}
.theherotext h6 {
  font-size: 20px;}

}
@media (max-width: 1100.5px) {
  .banner-text h2 {
    font-size: 37px;
    padding: 0 25%;padding-bottom: 20px;
  }

}


@media (max-width: 1024.5px) {
.banner-text p {
  font-size: 15px;
}
.banner-text h2 {
  font-size: 35px;}

.offerbtn a {
  padding: 10px 20px;}
.offertext {
  padding: 30px 30px;}
.offertext h3 {
font-size: 23px;}
.fullboxtext h4 {
  font-size: 33px;}

.banner-text { right: 0;}
.main-container { margin: 0 40px;}
 .red-container {
    margin: 0 40px;
  }
    .offertext h3 {
    font-size: 21px;
  }
   .offertext {
    padding: 30px 20px;
  }
    .theherotext {
    min-height: 500px;
    max-height: 500px;
  }
}
@media (max-width: 991.5px) {
  .bannersolar-text h2 {
  color: #3e6ae1;}
  .blogstext h2 {
    font-size: 19px;
    padding-bottom: 10px;
  }
  .blogstext h6 {
  font-size: 17px;}
  .blogstext {
  padding: 20px 20px;
}
.hero-container {
  padding-bottom: 0px;
}
  .aboutuswrapper img {
  width: 100%;
}
  .fixline {
  padding-bottom: 10px;
  margin-right: 0;
  margin-bottom: 30px;
}
  .case-container {
  margin: 0 30px 0 30px;
}
    .stat-number {
  font-size: 35px;}
    .intro-text {
  padding-right: 0;
}
    .master-title {
  font-size: 30px;}
.learnwrapper h2 {
  font-size: 23px;
  padding-bottom: 10px;
}
.learnwrapper {
  padding: 60px 0;
  padding-bottom: 20px;
}
.pagination {
  margin-top: 0;
  font-size: 14px;
  justify-content: center;
  align-items: center;
}
.blog-content {
  margin-top: 10px;
  margin-bottom: 15px;
}

.blog-content h3 {
  font-size: 16px;
line-height: 22px;
margin-bottom: 0;
}

    .futurewrapper{padding-top: 40px;}
    .savewrapper img {
  border-radius: 0;
}
      .savewrapper .main-container {
    margin: 0;
  }
    .savewrapper {
  padding: 0px 0;
}
    .bannersolar-text h2 {
  font-size: 40px;}
    .fuwrap {
  padding: 0px 0;}
    .suimgs {margin-top:  25px;}
    .redbox {
  margin-bottom: 20px;
}
header {
  background: transparent;
}
    .banner {
  margin-top: 0;
}
  /* contact */
.contact-wrapper h2 { font-size: 30px; margin: 0;}
.contact-wrapper {  margin: 0 40px;}
.worldwrap { padding-top: 40px;}
.worldbtn { margin-top: 5px; margin-bottom: 20px;}
.contactwrapper { margin-top: 16%;}
/* about */
.info-tabs { padding: 40px 120px;}
/* product */
.kmbox h2 { font-size: 35px;}
.kmmargin{ text-align: center;}
.kmboxs { margin-bottom: 10px;}
.carwrapper .main-container{margin: 0;}
.carmargin img {  border-radius: 0;}
.red-container { margin: 0 40px;}
.redbox img {width: 100%;}
/* home */
.navbar-brand { width: 110px; padding: 9px 0;}
.col-order-02{order: 2;}
 .col-order-01 {order: 1;}
.toggelmenuphone{display: block !important;font-size: 14px;   background-color: #0000002e;    padding: 5px 10px;border-radius: 3px;   color: #fff;  -webkit-backdrop-filter: blur(var(--tds-blur--button));   backdrop-filter: blur(var(--tds-blur--button));}
.toggelmenudesktop{display: none !important;}
.banner {  position: relative; margin-top: 0;}
.banner .owl-carousel .owl-nav button.owl-prev {display: none;}
.banner .owl-carousel .owl-nav button.owl-next { display: none;}
.desktop {display: none;}
.phone {display: block;}
header .toggle { display: block !important;}
.navbar-light .navbar-toggler { display: none;}
header .toggle { top: 10px;right: -5px;   width: auto;}
.header-container { margin: 0 20px;}
.banner-text h2 {font-size: 30px; margin: 0;}
  .banner-text p {
    margin: 0 15%;margin-bottom: 30px;
  }
.bannersbtns a { font-size: 14px; padding: 12px 40px;}
.bannersbtnstwo a {font-size: 14px; padding: 12px 40px;}
 .power-container {    margin: 0 0 0 10px; }
.powerwrapper { padding: 20px 0;}
.powerone { top: 20px; left: 20px;}
.powerone h6 { font-size: 18px;}
.powertext h4 {font-size: 40px;padding-bottom: 25px;}
.powertext {bottom: 30px; left: 20px;}
.powersbtns a { font-size: 13px; padding: 12px 25px;}
.powertext p { font-size: 15px; padding-bottom: 20px;}
.powersbtnstwo a {font-size: 13px; padding: 12px 25px;}
.powerwrapper .owl-dots {bottom: -50px; right: 40%;}
.offerwrapper {  padding-bottom: 20px;padding-top: 25px;overflow: hidden;  position: relative;}
 .main-container {   margin: 0 20px; }
.offerwrapper .main-container {margin: 0 15px;}
.offertext {padding: 30px 30px;max-height: 200px; min-height: 200px;}
.offertext h3 {font-size: 27px;}
.offertext p {font-size: 17px;}
.offerbtn a {padding: 12px 65px;  font-size: 14px;}
.offerimg img {  height: 190px;  width: 100%; }
.offerleft {margin-bottom: 20px;}
.fullwrapper { padding-bottom: 20px;overflow: hidden;
    position: relative;}
@media (max-aspect-ratio: 16 / 9) {
 .back-video { width: 100%;   height: 100%;    border-radius: 10px;   }}
.full-container { margin: 0 20px 0 20px;}
.fullboxtext {bottom: 60px; left: 25px;}
.fullboxtext h4 {font-size: 40px;}
.fullboxsbtns a {font-size: 14px; padding: 12px 35px;;}
.fullboxstwo a {font-size: 14px; padding: 12px 35px;}
.findmargin { padding:0px; }
.findleft h4 {font-size: 37px;padding-top: 15px;}
.findleft p { font-size: 16px; padding-bottom: 5px;margin: 0;padding-right: 0;}
.findsbtns a {font-size: 14px; padding: 12px 40px;}
.findsbtnstwo a {font-size: 14px;padding: 12px 40px;}
.findright {  padding-top: 10px;}
.findright p {font-size: 14px;   margin: 0;}
.findright h2 img { width: 40px; margin-left: 5px; padding: 10px 8px; height: 40px;}
.findright h2 { font-size: 28px;justify-content: left;}
.solarwrapper .owl-dots {right: 40%;}
.solarwrapper { padding: 20px 0;padding-top: 0;}
  
.findwrapper { padding-bottom: 10px;padding-top: 10px;}
.solar-container {margin: 0px 0px 0 20px;}
.solartext {  position: absolute; bottom: 25px; left: 20px;right: 10px;}
.solartext p { font-size: 15px;}
.solarsbtns a { font-size: 13px; padding: 12px 30px;}
.solarsbtnstwo a { font-size: 13px; padding: 12px 30px;}
.copyright {  padding: 20px 0;padding-top: 50px;   padding-bottom: 10px;   text-align: left;}
.terms p { padding-bottom: 0px;margin: 0;padding-bottom: 5px;}
.copyright li { line-height: 23px;}
.solarwrapper  .owl-carousel .owl-stage {margin-left: -80px;}
.powerwrapper  .owl-carousel .owl-stage {margin-left: -150px;}
.banner-text { position: absolute;  left: 0%;bottom: auto;  top: 85px;}
.banner .owl-dots {right: 45%; bottom: 10px; gap: 8px;}
.offerimg img {border-top-right-radius: 10px;  border-bottom-right-radius: 0;   border-top-left-radius: 10px;}
.offerleft { display: block;}
.finddesktop{display: none;}
.findphone {display: block;}
.findflexs { margin-top: 40px;}
.fullbox img {border-radius: 15px;margin-bottom: 20px;
    height: auto;}
.terms {display: none;}
.solarbox img { width: 100%;}
.solarbox {width: 100%;}
  .powerearthwrapper {
    padding: 40px 0px;overflow: hidden;
    position: relative;
  }
.aboutbanner  .back-video {  border-radius: 0px; }
.redbtns a {
  padding: 6px 16px;}
  .redbtns  {
  margin-bottom: 20px;
}
.casemargin h4 {
  padding: 20px 0;
  font-size: 18px;
  margin: 0;
}

.casewrapper {
  padding: 30px 0;}

.casebox h6 {
  text-align: center;
}


.casebox h5 {
  text-align: center;
}

.casebox {
  padding: 15px 15px;
  max-height: auto;
  min-height: auto;}

  @media (max-aspect-ratio: 16 / 9) {
   .fullbox .back-video {
      width: 100%;
      height: auto;
      border-radius: 10px;
    }
  }
  .fuwrap p {
    font-size: 14px;
    text-align: justify;
  }
   .blogfind .findleft h4 {
    padding-top: 0;
  }
  .blogfind {padding-top: 0;padding-bottom: 35px;}
.banner-text h2 {  font-family: 'GeneralSansMedium';font-weight: bold;}
}
@media (max-width: 768px) {
    .theherotext p {
    font-size: 14px;
    margin-bottom: 5px;
  }
    .offertext h3 {
    font-size: 22px;
  }
 .banner-text h2 {
    font-size: 25px;
    margin: 0;padding: 0 8%;padding-bottom: 10px;
  }
    .banner-text p {
    margin: 0 10%;
    margin-bottom: 0px;
    margin-bottom: 30px;
  }
  .bannersbtns a {
    padding: 10px 20px;
  }

  .bannersbtnstwo a {
    padding: 10px 20px;
  }


    .kmbox span {
  font-size: 20px;
}
.redbtntwo a {
  padding: 6px 16px;}
.kmbox h4 {
  font-size: 14px;
}
 .kmbox h2 {
    font-size: 20px;
  }
 /* contact */
.contact-wrapper { margin: 0 20px; }
.contact-wrapper h4 {font-size: 22px;}
 /* about */
.bannerabout-box h5 { font-size: 18px;}
.bannerabout-box h6 { font-size: 14px;}
.bannerabout-box img { width: 25px;}
.bannerabout-text h2 { font-size: 24px;}
.fubtn a { width: 100%; display: block;}
.fuwrap p { font-size: 14px;}
.fuwrap h2 {font-size: 22px; padding-bottom: 20px; margin: 0;}
.powerearth-container { margin: 0 30px;}
.powerearthleft h2 { font-size: 20px; padding-bottom: 20px;}
.hero-container { margin: 0 15px;}
.hero-carousel img {  border-radius: 0;}
.info-tabs {gap: 15px; padding: 80px 0;}
 .info-tabs {  padding: 40px 70px; }
  .tab .line { display: block; width: 110px;}
.powerearthleft p {padding-bottom: 20px; padding-right: 0; margin: 0;}
.tab h4 {font-size: 15px;}
.hero-carousel { height: auto;}
.hero-carousel img { height: 65vh;}
/* product */
.aboutbanner .banner-text h2 { margin-bottom: 20px; font-size: 45px;}
.aboutbanner .banner-text { top: 18%;}
.kmwrapper { padding: 50px 0;}
.redmargin h2 {padding-right: 0;
    font-size: 21px}
    .redmargin p {
  font-size: 16px;
  padding-bottom: 0px;
  padding-right: 0;
}
.redwrap { padding-top: 0px;}
.red-container {  margin: 0 20px;}
  .kmboxs::before {
    right: -5%;
  }
  .redbox h5 {
  font-size: 21px;
  padding-top: 20px;
  margin: 0;
  padding-bottom: 5px;
}
.redbox p { padding-bottom: 5px;}
.redwrapper {padding: 50px 0; padding-bottom: 0;}
 /* home */
.offerwrapper { padding-bottom: 10px;}
 .offertext { padding: 30px 30px; padding-bottom: 30px;max-height: 100%;    min-height: 100%;   padding-bottom: 40px; }
  .offerimg img {height: auto;   width: 100%; }
.fullboxs { height: 100%; margin-top: 20px;}
 .powerone h6 {  font-size: 15px;}
.fullbox button { top: 20px; right: 20px;}
  .full-container {  margin: 0 10px 0 10px; }
 .powerwrapper .owl-carousel .owl-stage {   margin-left: -120px; }
.solarwrapper .owl-carousel .owl-stage {  margin-left: -60px;}
.copyright ul { display: block;}
.findright h2 { justify-content: left;  align-items: center;}
.findright h2 {  font-size: 40px; }
.redwrapper {
    padding: 30px 0;
    padding-bottom: 0;
  }

.fixs p {
  font-size: 15px;
  margin: 0;
padding-bottom: 25px;
}
.fixs h5 {
  font-size: 20px;}

.caseredmargin p {
  font-size: 15px;padding-right: 0;}
.caseredmargin h2 {
  font-size: 21px;}
  .fullboxtext {
    bottom: 80px;
    left: 25px;
  }
  .caseredmargin {
  padding-bottom: 10px;
}
.carswra {
  padding-top: 25px;
}
  .powertext h4 {
    font-size: 28px;}

  .findsbtns a {
    font-size: 14px;
    padding: 12px 30px;
  }
 .findleft h4 {
    font-size: 32px;}
  .fullboxtext h4 {
    font-size: 32px;
  }

 .solarsbtns a {
    font-size: 13px;
    padding: 12px 25px;
  }
.solartext h4 {
  font-size: 30px;}
.hero-carousel {
  padding-bottom: 30px;
}


}
@media (max-width: 600px) {
  .fullwrapper {
    padding-bottom: 0;}
  .findright h2 {
    font-size: 30px;
  }
    .findleft h4 {
    font-size: 29px;
    margin-bottom: 0px;
  }
    .solarsbtnstwo a {
    font-size: 13px;
    padding: 12px 20px;
  }
    .findsbtnstwo a {
    font-size: 14px;
    padding: 12px 35px;
  }
    .findsbtns a {
    font-size: 14px;
    padding: 12px 20px;
  }
    .fullboxstwo a {
    font-size: 14px;
    padding: 12px 25px;
  }
    .fullboxsbtns a {
    font-size: 14px;
    padding: 12px 25px;
  }
.contact-wrapper { margin: 0 0px; }
 .column {   flex: 50%;   max-width: 100%; }
.offertext p {   font-size: 15px; }
.powerwrapper .owl-carousel .owl-stage {  margin-left: -30px;  }
.solarwrapper .owl-carousel .owl-stage {  margin-left: -30px; }
.contactwrapper {  margin-top: 35%; }
.banner-text p {
    display: none;
  }
 .theherotext {
    min-height: 500px;
    max-height: 600px;padding: 20px
  }
  .theherotext h5 {
    font-size: 20px;
  }
    .theherotext h6 {
    font-size: 17px;
  }
 .info-tabs {
    padding: 25px 30px;
padding-bottom: 15px;
  }

    .powerearthwrapper {
    padding-bottom: 0;
  }
    .theherotext li {
    font-size: 14px;margin-bottom: 5px;
  }
}
@media (max-width:480px) {
.header-container { margin: 0 20px;}
.banner .owl-carousel .owl-nav button.owl-prev{display: none;}
.banner .owl-carousel .owl-nav button.owl-next{display: none;}
.navbar-toggler{display: none;}
 .banner-text p {
    margin: 0;
    margin-bottom: 0px;font-size: 14px;
    margin-bottom: 30px;
  }

  .banner-text h2 {
    font-size: 22px;
    margin: 0;
        padding: 0 8%;
        padding-bottom: 30px;
  }
   .theherotext {
    min-height: 600px;
    max-height: 600px;}
}
@media (max-width:390px) {
   .theherotext {
    min-height: 680px;
    max-height: 600px;}
      .info-tabs {
    gap: 8px;}
}