/*TABLE OF CONTENTS*/
/*=====================
01. Solar Panel  Header Top Menu Area Css
02. Solar Panel  Nav Menu Area Css 
03. Solar Panel  Slider Area Css
04. Solar Panel  Section Title Css
05. Solar Panel  Service Area css
06. Solar Panel  About Area Css
07. Solar Panel  Counter Area Css
08. Solar Panel  Testimonial Area Css
09. Solar Panel  Process Area Css
10. Solar Panel  Team Area Css
11. Solar Panel  Faq Area Css
12. Solar Panel  Call Do Section Css
13. Solar Panel  Form Box Css
14. Solar Panel  Blog Area Css
15. Solar Panel  footer Area Css
16. Solar Panel  Subscribe Area Css
17. Solar Panel  Prossess Ber Css
18. Solar Panel  Scrollup Section
19. Solar Panel  Breadcumb Area Css
20. Solar Panel  abouts_areas Css
21. Solar Panel  Pricing Section Css
22. Solar Panel  Contact  US Css
23. Solar Panel  Blog Sidber Widget CSS
24. Solar Panel  Search Box Css
25. Solar Panel  Loader Css
=======================*/

/*==================================================
 <-- Solar Panel  Header Top Menu Area Css-->
===================================================*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media screen and (max-width: 900px) {
    body {
        overflow-x: hidden;
    }
}
@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1500px;
    }
}
body {
    font-family: 'Livvic';
}

.logo img {
    max-width: 80%;
}

.solar-topbar-section {
    padding: 5px 0;
    /* background: #00aeef; */
    background-image: linear-gradient(45deg, #0029A6, #00D5FF);
}

.solar-top-menu ul {
    list-style: none;
}

.solar-top-menu ul li {
    display: inline-block;
    margin-right: 36px;
    position: relative;
}

.solar-top-menu ul li a::after {
    position: absolute;
    content: "";
    height: 30px;
    width: 2px;
    background: #3a3a42;
    left: -22px;
    top: -2px;
    opacity: 0.702;
}

.solar-top-menu ul li.line a::after {
    display: none;
}

.solar-top-menu ul li a {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
}


.solar-top-menu ul li a i {
    color: #fff;
    font-size: 15px;
    margin-right: 7px;
}

.solar-top-content-menu {
    text-align: right;
}

.solar-top-content {
    display: inline-block;
    margin-right: 25px;
    position: relative;
}

.solar-top-content select#Language {
    background: no-repeat;
    border: none;
    font-size: 17px;
    color: #ffffff;
    font-weight: 400;
    outline: 0;
}

.solar-top-content::before {
    position: absolute;
    content: "";
    height: 30px;
    width: 2px;
    opacity: 0.702;
    background: #3a3a42;
    right: -22px;
}

.solar-top-content option {
    background: #19142d;
    font-size: 16px;
}

.solar-top-social-icon {
    display: inline-block;
}

.solar-top-social-icon ul li {
    display: inline-block;
    margin-left: 13px;
}

.solar-top-social-icon ul li a i {
    color: #ffffff;
    font-size: 15px;
    transition: .5s;
}

.solar-top-social-icon ul li a:hover i {
    color: #00aeef;
}


/*==================================================
 <-- Solar Panel  Header  Menu Area Css-->
===================================================*/

.solar-header-section {
    background: #000;
    position: relative;
    z-index: 999;
    position: absolute;
    right: 0;
    left: 0;
}

.solar-header-section::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 215%;
    top: 0%;
    left: -182%;
    background: #fff;
    transform: skew(-30deg, 0deg);
    z-index: -1;
}

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

.solar-menu ul {
    list-style: none;
}

.solar-menu ul li {
    display: inline-block;
    margin-right: 28px;
}

.solar-menu ul li a {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 38px 0;
    text-decoration: none;
    transition: .5s;
}

.solar-menu ul li .solar-search-button a {
    padding: 7px 10px;
    font-size: 14px;
}

.solar-menu ul li a:hover {
    color: #00aeef;
}

.solar-menu ul li a i {
    font-size: 12px;
    margin-left: 4px;
}

.solar-search-button {
    text-align: right;
}
.solar-menu ul li a:hover {
    color: #00aeef;
}

.solar-social-menu {
    display: inline-block;
}

.solar-social-menu ul li {
    display: inline-block;
    margin-left: 10px;
}

.solar-social-menu ul li a i {
    color: #141422;
    font-size: 21px;
}

a.handbag {
    position: relative;
}

a.handbag:before {
    position: absolute;
    content: "0";
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    background: #00aeef;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 100%;
    left: 11px;
    top: -8px;
}

/* sticky css */

.sticky-nav {
    left: 0;
    margin: auto;
    top: 0;
    right: 0;
    width: 100%;
    position: absolute !important;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    transition: 0.5s !important;
    background: #161717 !important;
    z-index: 9999 !important;
    animation-name: slideInDown;
    padding: 0 30px;
}

/* sub menu area css */
.solar-menu ul .sub-menu {
    background: #fff;
    position: absolute;
    top: 125%;
    border-radius: 5px;
    width: 217px;
    text-align: left;
    margin: 0;
    -webkit-box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #00aeef;
    opacity: 0;
    z-index: 11;
}

.solar-menu ul .sub-menu ul li {
    display: inline-block;
    margin-left: 0;
    width: 100%;
}

.solar-menu ul .sub-menu ul li a {
    padding: 12px 20px;
    text-align: left;
    width: 100%;
    display: inline-block;
    visibility: inherit !important;
    color: #202020;
    margin: 0;
}

.solar-menu ul .sub-menu ul li a:hover {
    background: #007fd2 !important;
    color: #fff;
}

.solar-menu ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 99%;
}



/* header style two */

.solar-header-section.style-two {
    background: #fff;
}

.solar-header-section.style-two::before {
    display: none;
}

/* logo style two */

.logo.style-two::before {
    display: none;
}

.logo.style-two::after {
    display: none;
}


/* sola btn */

.solar-btn {
    display: inline-block;
    margin-left: 32px;
}

.solar-btn button {
    display: inline-block;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    background: #00aeef;
    background-image: linear-gradient(45deg, #0029A6, #00D5FF);
    color: #fff;
    padding: 13px 25px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}
.solar-btn a {
    display: inline-block;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    background: #00aeef;
    background-image: linear-gradient(45deg, #0029A6, #00D5FF);
    color: #fff;
    padding: 13px 25px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}

.solar-btn a::before {
    position: absolute;
    content: "";
    background-color: #19142d;
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 3px;
    transform: translate(-50%, -50%) rotate(0deg);
    z-index: -1;
    transition: all 500ms ease;
}

.solar-btn a:hover::before {
    height: 104%;
}

/* slider btn */

.solar-btn.slider1 {
    margin: 0;
}

.solar-btn.slider2 {
    margin-left: 14px;
}

.solar-btn.slider2 a {
    background: #fff;
    color: #0f0f0f;
}

.solar-btn.slider2 a:hover {
    color: #ffffff;
}

/* about btn */

.solar-btn.about {
    margin: 0;
}

.solar-btn.about a {
    padding: 16px 33px;
}

/* about style two btn */

.solar-btn.about.about2 {
    margin-top: 50px;
}

/* contact us btn */

.solar-btn.contact-us a:hover {
    color: #ffffff;
}

/* choose btn */

.solar-btn.choose {
    margin: 0;
}

.solar-btn.choose a {
    padding: 16px 30px;
}

/* protfolio btn */

.solar-btn.protfolio {
    text-align: right;
    display: inherit;
    margin-left: 0;
    margin-top: -33px;
}

.solar-btn.protfolio a {
    padding: 14px 20px;
}

.solar-btn.protfolio a:hover {
    color: #00aeef;
}

.solar-btn.protfolio a::before {
    background: #ffffff;
}

/* call back section btn */

.solar-btn.call-back a::before {
    background: #ffff;
}

.solar-btn.call-back a:hover {
    color: #00aeef;
}

/*==================================================
 <-- Solar Panel  Slider Section Css-->
===================================================*/

.slider-section {
    background: url(../images/slider/banner2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    position: relative;
    margin-top: 100px;
}

.slider-section.one {
    background: url(../images/slider/banner1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    position: relative;
}

.slider-section.two {
    background: url(../images/slider/banner3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    position: relative;
}

.slider-section.three {
    background: url(../images/slider/banner4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    position: relative;
}

.slider-section.four {
    background: url(../images/slider/banner5.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    position: relative;
}

.slider-section.five {
    background: url(../images/slider/banner6.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    position: relative;
}



.slider-section.seven {
    background: url(../images/slider/grid-tie.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    position: relative;

}

.slider-section.style-three {
    background: url(../images/slider/banner1.webp);

}

.slider-client .slider-section {
    height: auto;
}

.slider-client-sec .slider-client {
    width: 100%;
    height: 100%;
}

.slider-client-sec .slider-client img {
    width: 100%;
    border: 1px solid #ebe;
    padding: 20px;
    height: 225px;
    margin: 10px;
}

/* .slider-client .slider-section{
    background-image: url('../images/our-clients/bank-of-india.png');
}
.slider-client .slider-section.one{
    background-image: url('../images/our-clients/birla-logo.png');
}
.slider-client .slider-section.two{
    background-image: url('../images/our-clients/jindal-steel-and-power.png');
}
.slider-client .slider-section.three{
    background-image: url('../images/our-clients/bsnl.png');
}
.slider-client .slider-section.four{
    background-image: url('../images/our-clients/indian-railways.png');
}
.slider-client .slider-section.five{
    background-image: url('../images/our-clients/indian-oil-logo.jpg');
} */
.clients-sec {
    padding: 70px 0;
}

.slider-content h4 {
    font-size: 24px;
    line-height: 24px;
    color: #fefefe;
    font-weight: 500;
    margin-bottom: 28px;
}

.slider-content h1 {
    font-size: 75px;
    line-height: 72px;
    color: #ffffff;
    font-weight: 600;
}

.slider-content p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    width: 53%;
    margin: 37px 0 50px;
}


/* owl nav css */

.slider-section .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-nav {
    position: absolute;
    bottom: 30%;
    right: 30px;
}

.owl-prev i {
    width: 52px;
    height: 52px;
    line-height: 52px;
    background: #00aeef;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
    transition: .5s;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.owl-prev i:hover {
    color: #00aeef;
}

.owl-prev i::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    right: 0;
    bottom: 0;
    background: #ffffff;
    transform: scale(0);
    border-radius: 50%;
    z-index: -1;
    transition: .5s;
}

.owl-prev i:hover::after {
    transform: scale(1);
}

.owl-next i {
    width: 52px;
    height: 52px;
    line-height: 52px;
    background: #ffffff;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: #00aeef;
    font-size: 24px;
    transition: .5s;
    position: relative;
    z-index: 1;
}

.owl-next i:hover {
    color: #ffffff;
}

.owl-next i::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    right: 0;
    bottom: 0;
    background: #00aeef;
    transform: scale(0);
    border-radius: 50%;
    z-index: -1;
    transition: .5s;
}

.owl-next i:hover::after {
    transform: scale(1);
}


/* slider style two */

.slider-section.style-two {
    background: url(../images/slider/slider2.jpg);
}

.slider-section.style-two.three {
    background: url(../images/slider/slider4.jpg);
}

.slider-content.style-two {
    background: #ffffff;
    padding: 47px 60px 64px;
    border-radius: 0px 0px 155px 0px;
}

.slider-content.style-two h4 {
    color: #1c1632;
    margin-bottom: 16px;
}

.slider-content.style-two h1 {
    color: #1c1632;
    font-size: 60px;
    line-height: 68px;
    margin-bottom: 54px;
}

/*==================================================
 <-- Solar Panel  About Section Css-->
===================================================*/


.about-section {
    padding: 120px 0 177px;
}

.about-thumb {
    position: relative;
}

.about-thumb img {
    width: 100%;
}

.about-counter {
    position: absolute;
    background: #00aeef;
    width: 180px;
    height: 158px;
    border-radius: 3px;
    text-align: center;
    top: 0;
    right: 0;
}

.about-counter-text {
    position: relative;
    padding: 28px 0 0;
}

.about-counter-text::before {
    position: absolute;
    content: "";
    width: 171px;
    height: 150px;
    border: 1px dashed #fff;
    left: 4px;
    right: 0;
    bottom: 0;
    top: 4px;
}

.about-numbar h4 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
}

.about-numbar span {
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
}

.about-text h5 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    margin: 5px;
}

/* about counter two */

.about-counter-two {
    position: absolute;
    margin-top: -68px;
    left: 17%;
    color: #fff;
    background-color: #fff;
    padding: 0px 25px 11px;
    border: 2px solid #00aeef;
    border-radius: 3px;
    width: 325px;
    height: 125px;
}

.about-counter-img {
    margin-right: 34px;
    margin-top: 9px;
}

.about-number-two h4 {
    display: inline-block;
    font-size: 36px;
    color: #00aeef;
    font-weight: 500;
    margin-bottom: 9px;
}

.about-number-two span {
    font-size: 36px;
    color: #00aeef;
    font-weight: 500;
}

.about-number-two h5 {
    font-size: 18px;
    color: #434141;
    font-weight: 500;
    margin: 0;
}


/* about section title */

.about-section-sub-title {
    position: relative;
    display: inline-block;
    padding: 0 50px 0;
    margin: 0 -50px 0;
}

.about-section-sub-title::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 35px;
    background: #00aeef;
    top: 6px;
    right: 0;
}

.about-section-sub-title::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 35px;
    background: #00aeef;
    top: 15px;
    right: -12px;
}

.about-section-sub-title h4 {
    font-size: 24px;
    line-height: 24px;
    color: #00aeef;
    font-weight: 500;
    margin: 0;
}

.about-section-main-title h2 {
    font-size: 48px;
    line-height: 60px;
    color: #1c1632;
    font-weight: 600;
    margin-bottom: 23px;
}

.about-content-discription p {
    font-size: 17px;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 32px;
    color: #000;
}

.about-list {
    margin-bottom: 40px;
}

.about-list ul li {
    font-size: 18px;
    color: #1c1632;
    font-weight: 500;
    margin-bottom: 17px;
}

.about-list ul li i {
    color: #00aeef;
    margin-right: 7px;
}



/* about tab css */
.tabs {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0px;
    margin-bottom: 17px;
    position: relative;
}

.tab .tab_content {
    position: relative;
}

.tab ul {
    list-style: none;
}

.tab ul li {
    display: inline-block;
    margin-right: 18px;
    color: #fff;
}

.tab ul li a {
    display: inline-block;
    text-decoration: none;
    font-size: 22px;
    color: #00aeef;
    font-weight: 700;
    padding: 13px 7px;
}


/* about style two */

.about-video-icon {
    position: absolute;
    right: 95px;
    bottom: 16%;
    margin: auto;
    border-radius: 100%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
}

.about-video-icon a {
    height: 65px;
    width: 65px;
    background: #00aeef;
    display: inline-block;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 32px;
}

.about-counter-two.style-two {
    width: 446px;
    height: 119px;
    border-radius: 3px;
    filter: drop-shadow(0px 1px 25.5px rgba(0, 0, 0, 0.1));
    background-color: #ffffff;
    border: navajowhite;
    padding: 17px 33px 0;
    left: 30px;
    bottom: -22px;
}

.about-number-two.style-two {
    float: left;
    margin-right: 26px;
    position: relative;
}

.about-number-two.style-two::before {
    border-radius: 50%;
    position: absolute;
    content: "";
    height: 85px;
    width: 85px;
    border: 2px dotted #ffaa19;
    left: -10px;
    right: 0;
    margin: auto;
}

.about-number-two.style-two h4 {
    height: 65px;
    width: 65px;
    background: #00aeef;
    color: #fff;
    line-height: 65px;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
}

.about-counter-content h5 {
    font-size: 24px;
    line-height: 34px;
    color: #1c1632;
    font-weight: 500;
}


/* about progress bar  */


.about-section.span.process-bar {
    font-size: 18px;
}

/* about section style two */

.about-section.style-two {
    padding: 122px 0 131px;
}

/* about section style three */

.about-section.style-three {
    padding: 120px 0 177px;
}

/*==================================================
 <-- Solar Panel  Section title Css-->
===================================================*/

.section-sub-title {
    position: relative;
    display: inline-block;
}

.section-sub-title::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 35px;
    background: #00aeef;
    left: 0;
    top: 28px;
}

.section-sub-title::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 35px;
    background: #00aeef;
    left: -12px;
    top: 41px;
}

.section-sub-title h4 {
    font-size: 42px;
    color: #000;
    font-weight: 700;
    margin-bottom: 7px;
    position: relative;
    padding: 0 50px 0;
}

.appointment-section .section-sub-title h4 {
    color: #fff;
}

/* .protfolio-section .section-sub-title h4{
    color: #fff;
} */
.section-sub-title h4::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 35px;
    background: #00aeef;
    right: 0;
    top: 21px;
}

.section-sub-title h4::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 35px;
    background: #00aeef;
    right: -12px;
    top: 33px;
}

.section-main-title h2 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 10px;
}


/* contact us section title */

.section-main-title.contact-us h2 {
    color: #ffff;
    margin-bottom: 17px;
}

/* pricing section title */

.section-sub-title.pricing::before {
    display: none;
}

.section-sub-title.pricing::after {
    display: none;
}

.section-main-title.pricing {
    margin-bottom: 42px;
}

.section-sub-title.pricing h4 {
    padding-left: 0;
}

.section-main-title.pricing h2 {
    margin-bottom: 0;
    line-height: 48px;
}

/* choose us section title */

.section-sub-title.choose::before {
    display: none;
}

.section-sub-title.choose::after {
    display: none;
}

.section-sub-title.choose h4 {
    padding-left: 0;
}

.section-main-title.choose h2 {
    margin-bottom: 22px;
}

/* protfolio section title */

.section-sub-title.protfolio::before {
    display: none;
}

.section-sub-title.protfolio::after {
    display: none;
}

.section-sub-title.protfolio h4 {
    padding-left: 0;
}

.section-main-title.protfolio h2 {
    color: #ffffff;
}


/* offer section title */

.section-sub-title.offer::before {
    display: none;
}

.section-sub-title.offer::after {
    display: none;
}

.section-sub-title.offer h4 {
    padding-left: 0;
}

.section-main-title.offer {
    margin-bottom: 39px;
}

.section-main-title.offer h2 {
    margin-bottom: 0;
    line-height: 49px;
    color: #007fd2;
}

/* blog-section title */

.section-main-title.blog h2 {
    margin-bottom: 40px;
}

/* subscribe section title */

.section-main-title.Subscribe h2 {
    line-height: 20px;
    color: #fff;
}

/* faq section title */

.section-sub-title.faq::before {
    display: none;
}

.section-sub-title.faq::after {
    display: none;
}

.section-sub-title.faq h4 {
    margin-bottom: 0px;
    padding-left: 0;
}

.section-sub-title.faq h4::before {
    display: none;
}

.section-sub-title.faq h4::after {
    display: none;
}

.section-main-title.faq h2 {
    font-size: 40px;
    margin-bottom: 16px;
}


/*==================================================
 <-- Solar Panel  Service Section Css-->
===================================================*/

.service-section {
    padding: 106px 0 110px;
    background: #f2f2f2;
}

.service-thumb img {
    height: 260px;
    display: flex;
    margin: auto;
    max-width: 100%;
    /*margin-bottom: 23px;*/
}

.service-thumb .service-border {
    border: 1px solid #ccc;
}

.service-content {
    /* background: url(../images/resource/servie-hover.png); */
    background-image: linear-gradient(to bottom right, #0045bb, #15bcff);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 34px 20px;
    position: relative;
    z-index: 1;
    margin: -60px 23px 33px;
}

.service-content::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    background: url(../images/resource/service-shape.png);
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(370px) rotateY(90deg) translate(0px, 50px);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: -1;
}

.service-box:hover .service-content::before {
    opacity: 1;
    visibility: visible;
    transform: perspective(370px) rotateY(0deg) translate(0px, 0px);
    height: 100%;
}

.service-icon-thumb {
    background: #ffffff;
    width: 90px;
    height: 70px;
    line-height: 88px;
    text-align: center;
    border-radius: 0px 0px 45px 45px;
    margin-bottom: 0px;
    transition: .5s;
}

.service-icon-thumb img {
    width: 100px;
    height: 55px;
    padding-top: 6px;
}

.service-text h6 {
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
    padding-bottom: 15px;
}

.service-box:hover .service-icon-thumb {
    background: #00aeef;
}

.service-icon-thumb img {
    width: auto;
    transition: .5s;
}

.service-box:hover .service-icon-thumb img {
    filter: brightness(0)invert(1);
}

.service-text a {
    text-decoration: none !important;
}

.service-text h4 {
    line-height: 24px;
    color: #e2e2e2;
    font-weight: 500;
}

.service-text h4 a {
    font-size: 20px;
    font-weight: 500;
}

.service-box:hover .service-text h4 {
    color: #00aeef;
}

.service-text p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    margin: 20px 0 45px;
    position: relative;
}

.service-text p::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 310px;
    background: #e8e8e8;
    bottom: -28px;
    opacity: 0.600;
}

.service-text a {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    text-decoration: underline;
    color: #ffffff;
    font-weight: 400;
    transition: .5s;
}

.service-box:hover .service-text a {
    color: #00aeef;
}

.service-text a i {
    font-size: 12px;
    margin-left: 8px;
}

/* service box style two */

.service-box {
    margin-bottom: -24px;
}



/*==================================================
 <-- Solar Panel  Contact Us Section Css-->
===================================================*/

.contact-us-section {
    position: relative;
}

.contact-us-section::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../images/resource/contact-us.png);
    background-repeat: no-repeat;
}

.row.contact-us {
    background: #00aeef;
    padding: 50px 0 50px;
    filter: drop-shadow(0px 1px 25.5px rgba(0, 0, 0, 0.15));
    background-image: url(../images/resource/solar-panels.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 4;
}

.row.contact-us::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #0f0f0f6e;
}

.contact-us-discription p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
}



/*==================================================
 <-- Solar Panel  Pricing Section Css-->
===================================================*/


/* accrodion css */

.accordion li {
    list-style: none;
    position: relative;
    z-index: 1;
    background: #f3f3f3;
    margin-bottom: 27px;
    border-radius: 3px;
}

.accordion li a {
    display: block;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    color: inherit;
    padding: 11px 35px 11px;
    text-decoration: none;
}

.accordion a.active {
    background: #161717;
    color: #fff;
}

.accordion li p {
    display: none;
    font-size: 16px;
    line-height: 26px;
    color: #434141;
    padding: 10px 38px;
    margin: 0;
    width: 91%;
}

.accordion a:before {
    width: 2px;
    height: 16px;
    background: #161717;
    position: absolute;
    right: 37px;
    content: " ";
    top: 18px;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}

.accordion a:after {
    width: 16px;
    height: 2px;
    background: #161717;
    position: absolute;
    right: 30px;
    content: " ";
    top: 25px;
    transition: all 0.2s ease-in-out;
}

.accordion a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #ffffff;
}

.accordion a.active:before {
    display: none;
}

a.active {
    color: #1c1632;
}

/* pricing box */

.pricing-box {
    background: #f3f3f3;
    padding: 34px 45px 30px;
    position: relative;
    border-radius: 3px;
    z-index: 1;
    margin-bottom: 55px;
}

.pricing-box::before {
    position: absolute;
    content: "";
    height: 0%;
    width: 100%;
    background: #00aeef;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    border-radius: 3px;
    z-index: -1;
    transition: all 500ms ease;
}

.pricing-box:hover::before {
    height: 104%;
}

.pricing-info {
    display: flex;
    justify-content: space-between;
    margin: 0 8px 0px 67px;
}

.pricing-year h4 {
    font-size: 16px;
    color: #00aeef;
    font-weight: 400;
    border: 1px solid rgba(230, 58, 39, 0.251);
    padding: 6px 16px;
    border-radius: 3px;
    transition: .5s;
}

.pricing-box:hover .pricing-year h4 {
    background: #ffffff;
}

.pricing-rate h2 {
    font-size: 30px;
    color: #1c1632;
    font-weight: 500;
    line-height: 24px;
    transition: .5s;
}

.pricing-box:hover .pricing-rate h2 {
    color: #ffffff;
}

.pricing-rate h2 span {
    font-size: 16px;
}

.pricing-icon {
    float: left;
    margin-top: 27px;
    margin-right: 28px;
}

.pricing-icon i {
    background: #1c1632;
    height: 38px;
    width: 38px;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 2px;
    transition: .5s;
}

.pricing-box:hover .pricing-icon i {
    background: #ffffff;
    color: #00aeef;
}

.pricing-content {
    overflow: hidden;
}

.pricing-content h4 {
    font-size: 30px;
    line-height: 55px;
    color: #1c1632;
    font-weight: 500;
    transition: .5s;
}

.pricing-box:hover .pricing-content h4 {
    color: #ffffff;
}

.pricing-content p {
    font-size: 16px;
    line-height: 24px;
    color: #434141;
    font-weight: 400;
    transition: .5s;
}

.pricing-box:hover .pricing-content p {
    color: #ffffff;
}

.pricing-value {
    position: absolute;
    top: -27px;
    right: 65px;
}

.pricing-value h5 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    background: #1c1632;
    display: inline-block;
    padding: 5px 13px;
    border-radius: 3px;
    transition: .5s;
}

.pricing-box:hover .pricing-value h5 {
    background: #f3f3f3;
    color: #00aeef;
}


/*==================================================
 <-- Solar Panel  Call Do Section Css-->
===================================================*/

.call-do-action-section {
    padding: 120px 0 120px;
    background: url(../images/resource/solar-power-panel.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 430px;
    margin-bottom: -330px;
}

.single-video {
    position: relative;
    top: 64px;
}

.video-icon a {
    height: 105px;
    width: 105px;
    background: #161717;
    text-align: center;
    display: inline-block;
    line-height: 105px;
    border-radius: 100%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
}

.video-icon a i {
    color: #ffffff;
    font-size: 76px;
}

/* call do action style two */

.call-do-action-section.style-two {
    background: url(../images/resource/call-do-bg2.jpg);
}


/*==================================================
 <-- Solar Panel  Choose Us Section Css-->
===================================================*/
.choose-us-section {
    padding: 0 0 40px;
}

.row.choose {
    /* background: url(../images/resource/choose-bg.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 3px;
    background-color: #ebebeb;
}

.choose-us-discription p {
    font-size: 16px;
    line-height: 24px;
    color: #434141;
    font-weight: 400;
    margin-bottom: 25px;
}

.choose-us-thumb {
    float: left;
    margin-right: 35px;
    margin-top: -10px;
}

.choose-us-list {
    margin-bottom: 15px;
}

.choose-us-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.choose-us-list ul li {
    font-size: 18px;
    color: #1c1632;
    font-weight: 400;
    display: block;
    margin-bottom: 14px;
}

.choose-us-list ul li i {
    height: 20px;
    width: 20px;
    background: #161717;
    color: #fff;
    display: inline-block;
    line-height: 23px;
    font-size: 19px;
    border-radius: 50%;
    margin-right: 10px;
}

.choose-us-info {
    display: inline-flex;
}

.choose-us-icon {
    margin-left: 32px;
}

.choose-us-icon i {
    width: 60px;
    height: 60px;
    border-radius: 32px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    color: #00aeef;
    background: #fff;
    display: inline-block;
}

.choose-us-phone h5 {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
}

.choose-us-phone {
    margin-left: 30px;
}

.choose-us-phone h5 {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    margin: 0;
}

.appointment .choose-us-phone h5 {
    color: #fff;
}

.choose-us-phone h5 span {
    display: block;
    line-height: 42px;
    font-weight: 500;
}

.choose-us-section.why-choose .row.choose {
    padding: 90px 70px 91px;
}


/* choose form box */

.choose-contact-box {
    /* background-image: linear-gradient(to bottom right, #0045bb, #15bcff); */
    background-image: url(../images/resource/solar-panel-cell-dramatic-sunset-sky-clean-alternative-power-energy-concept.jpg);
    /* padding: 26px 35px 42px; */
    border-radius: 3px;
    /* background-color: #161717; */
    background-size: cover;
    position: relative;
}

.choose-contact-box::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000000a1;
    left: 0;
    top: 0;

}

.choose-box {
    padding: 26px 35px 42px;
}

.choose-contact-title h4 {
    font-size: 32px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 37px;
    position: relative;
}

.form-box {
    position: relative;
}

.form-box input {
    width: 100%;
    height: 50px;
    padding-left: 30px;
    background: #ffffff;
    border: 0;
    outline: 0;
    border-radius: 3px;
    color: #3e3e3f;
    margin-bottom: 23px;
}

.form_box input::placeholder {
    color: #6d6d6d;
}

.form-box select {
    width: 100%;
    height: 50px;
    padding-left: 30px;
    background: #ffffff;
    border-radius: 3px;
    border: 0;
    outline: 0;
    color: #3e3e3f;
    margin-bottom: 23px;
}


.form-box textarea {
    width: 100%;
    height: 100px;
    padding-left: 30px;
    background: #ffffff;
    border-radius: 3px;
    color: #3e3e3f;
    border: 0;
    outline: 0;
    margin-bottom: 23px;
}

.form-box textarea::placeholder {
    padding: 8px 0px 0;
}


.form-box i {
    position: absolute;
    right: 30px;
    top: 11px;
    color: #00aeef;
}

.form-box-button {
    display: flex;
}

.form-box-button button {
    width: 270px;
    height: 60px;
    border-radius: 3px;
    background-color: #fff;
    border: 0;
    outline: 0;
    font-size: 19px;
    font-weight: 500;
    color: #000;
    position: relative;
    z-index: 1;
    margin: auto;
    transition: .5s;
}

.form-box-button button:hover {
    color: #00aeef;
}

.form-box-button button::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    transform: scale(0.0, 1);
    opacity: 0;
    border-radius: 3px;
    z-index: -1;
    transition: .5s;
}

.form-box-button button:hover::before {
    background: #ffffff;
    opacity: 1;
    transform: scale(1, 1);
}

/* Solar Panel choose us section style two */

.choose-us-section.style-two {
    padding: 0 0 110px;
}

/*==================================================
 <-- Solar Panel  Protfolio Section Css-->
===================================================*/

.protfolio-section {
    background: #dad8d8;
    background-image: linear-gradient(to bottom right, #14b3fa, #024fc1);
    padding: 70px 0 120px;
}

.protfolio-section .section-sub-title::before,
.protfolio-section .section-sub-title::after,
.protfolio-section .section-sub-title h4::after,
.protfolio-section .section-sub-title h4::before {
    background: #fff;

}

.protfolio-section.news-section {
    background-color: #fff;
    background-image: none;
}

.protfolio-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #282828;
    padding: 35px 0 0;
}

.protfolio-item-content {
    display: flex;
    align-items: center;
}

.protfolio-item-numbar {
    margin-right: 22px;
}

.protfolio-item-numbar span {
    opacity: 0.800;
    font-size: 24px;
    line-height: 36px;
    color: #e2e2e2;
    font-weight: 500;
    transition: .5s;
}

.protfolio-item:hover .protfolio-item-numbar span {
    color: #00aeef;
}

.protfolio-item-title h3 {
    font-size: 24px;
    line-height: 21px;
    color: #e2e2e2;
    font-weight: 500;
    margin-top: 0;
}

.protfolio-item-title h3 a {
    text-decoration: none;
    color: #e2e2e2;
    transition: .5s;
}

.protfolio-item:hover .protfolio-item-title h3 a {
    color: #00aeef;
}

.protfolio-itme-hover {
    margin-top: -24px;
    opacity: 0;
    transition: .5s;
}

.protfolio-item:hover .protfolio-itme-hover {
    opacity: 1;
}

.protfolio-item-icon i {
    color: #fff;
    font-size: 30px;
    transition: .5s;
}

.protfolio-item:hover .protfolio-item-icon i {
    color: #00aeef;
}

/* protfolio item style two */

.protfolio-item.style-two {
    border-bottom: 1px solid #282828;
    padding: 35px 0 20px;
}


/*==================================================
 <-- Solar Panel  Offer Section Css-->
===================================================*/

.offer-section {
    padding: 108px 0 118px;
}

.offer-items-box {
    background: url(../images/resource/offer-item.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 20px 18px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
}

.offer-items-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: url(../images/resource/offer-hover.png); */
    background-color: #161717;
    width: 0;
    transform: translateY(100%);
    z-index: -1;
    transition: .5s;
    border-radius: 3px;
}

.offer-items-box:hover::before {
    width: 100%;
    transform: translateY(0);
}

.offer-icon-thumb img {
    transition: .5s;
    margin: auto;
    display: flex;
}

.offer-items-box:hover .offer-icon-thumb img {
    filter: brightness(0)invert(1);
}

.offer-content h4 {
    font-size: 24px;
    line-height: 24px;
    color: #007fd2;
    font-weight: 500;
    padding: 10px 0 16px;
    transition: .5s;
}

.offer-items-box:hover .offer-content h4 {
    color: #ffffff;
}

.offer-content p {
    font-size: 16px;
    line-height: 24px;
    color: #434141;
    font-weight: 400;
    transition: .5s;
}

.offer-items-box:hover .offer-content p {
    color: #ffffff;
}

.offer-thumb {
    margin-left: -100px;
    margin-top: 60px;
}

.offer-thumb img {
    width: 100%;
}


/* progressbar css */

.process-ber-plugin {
    padding: 36px 0 0;
}

span.process-bar {
    font-size: 20px;
    color: #1c1632;
    font-weight: 500;
    position: relative;
}

.barfiller {
    width: 562px;
    height: 10px;
    position: relative;
    margin-bottom: 25px;
    margin-top: 11px;
    border-radius: 3px;
    background-color: #c9ccd2;
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    z-index: 1;
}

.barfiller .tipWrap {
    display: none;
}

.barfiller .tip {
    font-size: 18px;
    color: #1c1632;
    font-weight: 500;
    top: -37px;
    padding: 1px 6px;
    left: 0px;
    position: absolute;
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
    animation-delay: 0.25s;
    -webkit-animation-delay: 0.25s;
}

span.fill {
    background-image: linear-gradient(to bottom right, #0045bb, #15bcff) !important;
    border-radius: 3px;
}


/* offer section style two */

.offer-section.style-two {
    padding: 0 0 120px;
}

/*==================================================
 <-- Solar Panel  Team Section Css-->
===================================================*/

.team-section {
    padding: 106px 0 286px;
    /* background: #f6f6f6; */
    margin-bottom: -200px;
}

.team-items-box {
    margin-bottom: 127px;
}

.team-thumb {
    position: relative;
}

.team-thumb img {
    width: 100%;
    height: 325px;
}

.team-icon {
    position: absolute;
    top: 44px;
    right: 10px;
    transform: translate(-50%, 50%);
    transition: .5s;
    opacity: 0;
}

.team-items-box:hover .team-icon {
    top: -48px;
    opacity: 1;
}

.team-icon ul {
    list-style: none;
}

.team-icon ul li {
    display: block;
    margin-top: 8px;
}

.team-icon ul li a i {
    height: 32px;
    width: 32px;
    background: #fff;
    text-align: center;
    line-height: 32px;
    color: #00aeef;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.team-icon ul li a:hover i {
    color: #ffffff;
}

.team-icon ul li a i::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00aeef;
    transform: scale(0);
    border-radius: 5px;
    z-index: -1;
    transition: .5s;
}

.team-icon ul li a i:hover::after {
    transform: scale(1);
}

.team-main-icon {
    position: absolute;
    bottom: 38px;
    left: 0;
    right: 44px;
    margin: auto;
    transform: translateX(50%);
    z-index: 999;
}

.team-main-icon a {
    height: 40px;
    width: 40px;
    background: #00aeef;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    position: relative;
    z-index: 1;
}

.team-main-icon a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    transform: scale(0);
    border-radius: 50%;
    z-index: -1;
    transition: .5s;
}

.team-items-box:hover .team-main-icon a::before {
    transform: scale(1);
}

.team-main-icon a i {
    transition: .5s;
}

.team-items-box:hover .team-main-icon a i {
    color: #00aeef;
}

.team-content {
    text-align: center;
    background: #161717;
    position: absolute;
    bottom: -94px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    padding: 18px 0 18px;
    border-bottom: 8px solid #00aeef;
    z-index: 1;
    height: 100px;
}

.team-content::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 100%;
    margin: auto;
    background: #00aeef;
    transition: .5s;
    z-index: -1;
}

.team-content p {
    margin-bottom: 0;
    color: #b9b6b6;
    font-size: 15px;
    line-height: 20px;
    padding: 0 5px;
}

.team-items-box:hover .team-content p {
    color: #fff;
}

.team-content h4 {
    margin-top: 0;
}

.team-items-box:hover .team-content::before {
    width: 100%;
}

.team-content h4 a {
    font-size: 25px;
    line-height: 30px;
    color: #e2e2e2;
    font-weight: 500;
    text-decoration: none;
}

.team-content span {
    font-size: 16px;
    line-height: 32px;
    color: #9a9898;
    font-weight: 400;
    transition: .5s;
}

.team-items-box:hover .team-content span {
    color: #e2e2e2;
}


/* home page two team section css */

.team-icon.style-two {
    right: 40%;
}

.team-items-box:hover .team-icon.style-two {
    top: 8px;
}

.team-main-icon.style-twoa i {
    position: relative;
}

.team-main-icon.style-two a i::after {
    position: absolute;
    content: "";
    height: 14px;
    width: 2px;
    background: #ffffff;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 15px;
    opacity: 0;
    transition: .5s;
}

.team-items-box:hover .team-main-icon.style-two a i::after {
    background: #00aeef;
    opacity: 1;
}

/* team style two css */

.team-section.style-two {
    padding: 102px 0 286px;
}


/*==================================================
 <-- Solar Panel  Appointment Section Css-->
===================================================*/

.row.appointment {
    background: #ffffff;
    filter: drop-shadow(0px 1px 25.5px rgba(0, 0, 0, 0.15));
    padding: 88px 85px 87px;
    background-image: url(../images/project/solar-panels-roof.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 4;
}

.row.appointment::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #0f0f0fcf;
}

.choose-us-icon.appointment {
    margin-left: 0;
}

/* appointment form box css */

.choose-contact-box.appointment {
    padding: 46px 54px 44px;
}

.form-box.appointment input {
    height: 56px;
    margin-bottom: 27px;
}

.form-box-button.appointment button {
    width: 190px;
    height: 56px;
    font-size: 18px;
    font-weight: 400;
}


/*==================================================
 <-- Solar Panel  Blog Section Css-->
===================================================*/

/*.blog-section {
    padding: 104px 0 120px;
}*/

.blog-items-box {
    border: 1px solid #fbe0dd;
    padding: 0 0 26px;
    border-radius: 3px;
    position: relative;
}

.blog-date {
    position: absolute;
    top: 136px;
    right: -57px;
    transform: rotate(-90deg);
}

.blog-date span {
    font-size: 20px;
    color: #1c1632;
    font-weight: 500;
}

.blog-thumb img {
    width: 100%;
    height: 275px;
}

.blog-date span i {
    color: #00aeef;
    font-size: 16px;
    margin-right: 6px;
}

.blog-content {
    padding: 0 29px 0;
}

.blog-meta {
    margin: 16px 0 -3px;
}

.blog-meta span {
    font-size: 16px;
    line-height: 34px;
    color: #1c1632;
    font-weight: 400;
    padding-right: 50px;
}

.blog-meta span i {
    color: #00aeef;
    font-size: 18px;
    margin-right: 6px;
}

.blog-title {
    margin-bottom: 12px;
}

.blog-title h4 a {
    font-size: 24px;
    line-height: 34px;
    text-decoration: none;
    color: #1c1632;
    font-weight: 500;
    transition: .5s;
}

.blog-items-box:hover .blog-title h4 a {
    color: #00aeef;
}

.blog-bottom-shape {
    display: inline-block;
    margin-right: 15px;
}

.blog-bottom-title {
    display: inline-block;
    margin-right: 44px;
}

.blog-bottom-title h5 {
    font-size: 16px;
    line-height: 34px;
    color: #1c1632;
    font-weight: 400;
}

.blog-btn {
    display: inline-block;
}

.blog-btn a {
    font-size: 18px;
    line-height: 34px;
    text-decoration: underline;
    color: #1c1632;
    font-weight: 500;
}

.blog-items-box:hover .blog-btn a {
    color: #00aeef;
}

.blog-btn a i {
    margin-left: 8px;
}

/* blog section style two  */

.blog-section.style-two {
    padding: 120px 0 118px;
}

/* blog section style three */

.blog-section.style-three {
    padding: 118px 0 50px;
}

/*==================================================
 <-- Solar Panel  Subscribe Section Css-->
===================================================*/

.subscribe-section {
    background: #00aeef;
    background-image: url(../images/project/shot-solar-panels.jpg);
    background-position: center;
    padding: 70px 0 41px;
    position: relative;
    z-index: 4;
}

.subscribe-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #00000080;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* subscribe form */

.form-box.Subscribe input {
    width: 88%;
    height: 45px;
    margin-bottom: 14px;
}

.form-box.Subscribe i {
    position: absolute;
    width: 60px;
    height: 45px;
    background: #1c1632;
    top: 0;
    right: 18px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    border-radius: 3px;
    font-size: 20px;
}

.checkbox-box label {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}

.checkbox-box label a {
    color: #ffffff;
}


/*==================================================
 <-- Solar Panel  Footer Section Css-->
===================================================*/

.footer-section {
    background: #f2f2f2;
    padding: 120px 0 27px;
    /* background-image: linear-gradient(to bottom right, #f0eded, #96bdcc); */
    background-image: url(../images/resource/foreman-businessman-solar-energy.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 4;
}

.footer-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000000cf;
}

.footer-wiget-text p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    margin: 21px 0 21px;
}

.footer-wiget-social ul {
    list-style: none;
}

.footer-wiget-social ul li {
    display: inline-block;
    margin-right: 14px;
}

.footer-wiget-social ul li a i {
    color: #00aeef;
    font-size: 20px;
    transition: .5s;
}

.footer-wiget-social ul li a:hover i {
    color: #ffffff;
}

.footer-wiget-title h4 {
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
    padding: 0 0 15px;
    transition: .5s;
}

.footer-wiget-title h4:hover {
    color: #00aeef;
}

.footer-wiget-menu ul {
    list-style: none;
}

.footer-wiget-menu ul li {
    list-style: none;
    margin-top: 6px;
}

.footer-wiget-menu ul li a {
    display: inline-block;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    transition: .5s;
}

.footer-wiget-menu ul li a:hover {
    color: #00aeef;
}

.footer-wiget-contact-menu ul {
    list-style: none;
}

.footer-wiget-contact-menu ul li {
    display: block;
    opacity: 0.710;
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    margin: 5px 0 12px;
    transition: .5s;
}

.footer-wiget-contact-menu ul li:hover {
    color: #00aeef;
}

.footer-wiget-contact-menu ul li a {
    display: inline-block;
    color: #00aeef;
    text-decoration: none;
    transition: .5s;
}

.footer-wiget-contact-menu ul li a:hover {
    color: #ffffff;
}

.footer-wiget-log img {
    max-width: 55%;
}

/* footer thumb */

.footer-thumb {
    margin: -120px 127px -199px;
    position: relative;
}

/* copyrightext css */

.row.footer-line {
    border-top: 1px solid rgb(255 255 255 / 33%);
    padding: 17px 0 0;
    margin: 60px 0 0;
}

.copyright-text p {
    opacity: 0.800;
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.copyright-text p a {
    color: #00aeef;
    font-size: 16px;
    font-weight: 400;
    transition: .5s;
}

.copyright-text p a:hover {
    color: #ffffff;
}

.footer-condition ul {
    list-style: none;
}

.footer-condition ul li {
    display: inline-block;
}

.footer-condition ul li a {
    display: inline-block;
    margin-right: 50px;
    font-size: 18px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 400;
    transition: .5s;
    text-decoration: none;
}

.footer-condition ul li a:hover {
    color: #00aeef;
}



/*==================================================
 <-- Solar Panel  Home Pages Two  Css-->
===================================================*/

/* testimonial section css */

.testimonial-section {
    padding: 0 0 114px;
}

.testi-item-box {
    text-align: center;
    background-color: #ffffff;
    border-radius: 0px 0px 4px 4px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    padding: 44px 37px 40px;
    border-top: 3px solid rgba(230, 58, 39, 0.800);
    position: relative;
    margin: 0 10px 3px;
}

.testi-item-box::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 0%;
    background: #1c1632;
    top: -3px;
    left: 0;
    right: 0;
    margin: auto;
    transition: .5s;
}

.testi-item-box:hover::before {
    width: 100%;
}

.testi-title h4 {
    font-size: 24px;
    line-height: 44px;
    color: #1c1632;
    font-weight: 500;
}

.testi-title span {
    font-size: 20px;
    line-height: 26px;
    color: #00aeef;
    font-weight: 500;
}

.testi-discription p {
    font-size: 16px;
    line-height: 28px;
    color: #434141;
    font-weight: 400;
    margin: 10px 0 5px;
}

.testi-icon i {
    color: #00aeef;
    margin: 0 2px 0;
    font-size: 14px;
    opacity: 0.800;
}


/* owlcarousel css */

.testimonial-section .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.testimonial-section .owl-carousel .owl-item img {
    display: inline-block;
}

.testimonial-section .owl-dots {
    text-align: center;
    margin-top: 31px;
}

.testimonial-section .owl-dot {
    margin-right: 9px;
    height: 14px;
    width: 14px;
    border: 2px solid #00aeef;
    border-radius: 50%;
    display: inline-block;
}

.testimonial-section .owl-dot.active {
    height: 14px;
    width: 14px;
    background: #00aeef;
    border-radius: 50%;
}


/*==================================================
 <-- Solar Panel  Home Pages Two Call Back  Css-->
===================================================*/

.call-back-section {
    background: url(../images/resource/call-back-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0 100px;
}

.call-back-content {
    background: #1c1632;
    padding: 63px 0 77px;
}

.call-back-numbar h3 {
    font-size: 42px;
    line-height: 44px;
    color: #ffffff;
    font-weight: 600;
}

.call-back-discription p {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    padding: 20px 0 23px;
    width: 84%;
    margin: auto;
}



/*==================================================
 <-- Solar Panel  Breatcame  Css-->
===================================================*/
.breatcome-section {
    background: url(../images/project/solar-panels-against-blue-sky-background-against-deep-blue-sky-suny-weather.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 130px 0;
    margin-top: 112px;
}

@media (max-width: 767px) {
  .breatcome-section {
    margin-top: 0 !important;
    padding: 80px 0; 
  }
}

.breatcome-section.product-detail {
    background: url(../images/resource/banner-advon-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 130px 0;
    background-position: center;
}

.breatcome-section.company-overview {
    background: url(../images/project/planning-alternative-energies.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 130px 0;
    /*margin-top: 112px;*/
}

.breatcome-section.core-team {
    background: url(../images/project/solar-panels-against-blue-sky-background-against-deep-blue-sky-suny-weather.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 130px 0;
}

.breatcome-section.group-of-companies {
    background: url(../images/about/why.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 130px 0;
}

.breatcome-section.global-presence {
    background: url(../images/about/Global-Presence-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 130px 0;
}

.breatcome-section.busines-vertical {
    background: url(../images/about/business-vertical.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 130px 0;
}

.breatcome-section.generating-system {
    background: url(../images/resource/foreman-businessman-solar-energy-station.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 130px 0;
}

.breatcome-section.channel-sales {
    background: url(../images/resource/agreement-urban-handshake-cooperation-support.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 130px 0;
}

.breatcome-section.solar-rooftop {
    background: url(../images/resource/foreman-businessman-solar-energy.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 130px 0;
}

.breatcome-section.solar-epc {
    background: url(../images/resource/environmental-engineers-working-together.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 130px 0;
}

.breatcome-section.inverter {
    background: url(../images/product/category-banner/pwm-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 130px 0;
    height: 100vh;
}

.breatcome-section.mppt-inverter {
    background: url(../images/product/category-banner/mppt-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 130px 0;
    height: 100vh;
}

.breatcome-section.leo-inverter {
    background: url(../images/product/category-banner/leo-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 130px 0;
    height: 100vh;
}

.breatcome-section.reo-inverter {
    background: url(../images/product/category-banner/reo-inverter-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 130px 0;
    height: 100vh;
}

.breatcome-section.solar-bettery {
    background: url(../images/product/category-banner/solar-battery-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 130px 0;
    height: 100vh;
}

.breatcome-section.inverter-bettery {
    background: url(../images/product/category-banner/inverter-battery-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 130px 0;
    height: 100vh;
}

.breatcome-section.grid-inverter {
    background: url(../images/product/category-banner/grid-tie.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 130px 0;
    height: 100vh;
}

.breatcome-section.three-phase {
    background: url(../images/product/category-banner/banner-advo-3-phase.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 130px 0;
    height: 100vh;
}

.breatcome-section.solar-panels {
    background: url(../images/product/category-banner/solar-panel-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 130px 0;
    height: 90vh;
}

.breatcome-section.mono-panels {
    background: url(../images/product/category-banner/mono.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 130px 0;
    height: 100vh;
}

.breatcome-section.half-panels {
    background: url(../images/product/category-banner/half-panels.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 130px 0;
    height: 100vh;
}

.breatcome-section.blog-detail {
    background: url(../images/resource/female-planning-environment-projects.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 130px 0;
    height: 100vh;
}

.breatcome-section.battery-equaliser {
    background: url(../images/product/category-banner/battery-equaliser-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 130px 0;
    height: 100vh;
}

.breatcome-section.iron {
    background: url(../images/product/category-banner/iron-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 130px 0;
    height: 100vh;
}

.breatcome-section.electric-kettle {
    background: url(../images/product/category-banner/electric-kettle.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 130px 0;
    height: 100vh;
}

.breatcome-section.room-heater {
    background: url(../images/product/category-banner/room-heater-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 130px 0;
    height: 100vh;
}

.breatcome-section.lithium-battery {
    background: url(../images/product/category-banner/lithium-ion-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 130px 0;
    height: 100vh;
}

.breatcome-section.services {
    background: url(../images/resource/services.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 170px 0;
    height: 100vh;
}
.breatcome-section.bifacial {
    background: url(../images/product/category-banner/bifacial.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 170px 0;
    height: 100vh;
}

.breatcome-section.safeon {
    background: url(../images/product/category-banner/safeon-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 170px 0;
    height: 100vh;
}

.breatcome-section.vfd {
    background: url(../images/product/category-banner/vfd-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 170px 0;
    height: 100vh;
}

.breatcome-section.career {
    background: url(../images/resource/career.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 170px 0;
    height: 100vh;
    margin-top: 20px;
}

.breatcome-section .container {
    height: 100%;
}

.breatcome-section .container .row {
    height: 100%;
    align-items: center;
}

.breatcome-content .bratcome-text {
    display: none;
}

.breatcome-title h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 19px;
}

.bratcome-text {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #000;
    padding: 23px 35px;
    border-radius: 5px 5px 0 0;
}

.bratcome-text ul {
    list-style: none;
}

.bratcome-text ul li {
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    font-weight: 500;
}

.bratcome-text ul li a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    transition: .5s;
}

.bratcome-text ul li a:hover {
    color: #00aeef;
}

.bratcome-text ul li a::before {
    position: absolute;
    content: "/";
    left: 50px;
}


/*==================================================
 <-- Solar Panel  Blog  Css-->
===================================================*/

.blog-items-box.style-two {
    border: none;
    margin-bottom: 10px;
}

.blog-thumb.style-two {
    margin: 0;
}

.blog-thumb.style-two img {
    width: 100%;
}

.blog-content.style-two {
    background-color: #ffffff;
    filter: drop-shadow(0px 3px 12.5px rgba(0, 0, 0, 0.1));
    padding: 27px 29px 34px;
    border-radius: 0px 0px 6px 6px;
}

.blog-meta.style-two {
    margin: 0;
}

.blog-disctiption p {
    font-size: 16px;
    line-height: 28px;
    color: #434141;
    font-weight: 400;
}

/* pagination css */

.as-pagination {
    margin-top: 18px;
}

.as-pagination ul {
    list-style: none;
}

.as-pagination ul li {
    display: inline-block;
}

.as-pagination ul li a {
    display: inline-block;
    font-size: 16px;
    color: #292930;
    font-weight: 500;
    border: 1px solid #dddddd;
    height: 38px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 3px;
    margin-left: 5px;
    transition: .5s;
    text-decoration: none;
    position: relative;
    transition: .5s;
}

.as-pagination ul li a:hover {
    color: #ffffff;
}

.as-pagination ul li a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00aeef;
    transform: scale(0);
    border-radius: 3px;
    z-index: -1;
    transition: .5s;
}

.as-pagination ul li a:hover::before {
    transform: scale(1);
}


/* sidebar css */

.widget_search form {
    position: relative;
}

.widget_search input {
    border-radius: 4px;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    position: relative;
    color: #606060;
    font-weight: 400;
    border: 0;
    border: 1px solid #dddddd;
    outline: 0;
}

button.icons {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    width: 60px;
    background: #00aeef;
    border-radius: 0 3px 3px 0;
}

.categories-title h4 {
    font-size: 24px;
    margin-bottom: 25px;
}

.widget-categories-menu {
    margin-bottom: 45px;
}

.widget-categories-menu ul li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
    position: relative;
    margin-bottom: 10px;
}

.widget-categories-menu ul li::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    transition: all 0.5s linear 0s;
    background-color: #00aeef;
    content: "";
}

.widget-categories-menu ul li:hover::after {
    width: 100%;
    right: auto;
    left: 0;
}

.widget-categories-menu ul li a {
    display: block;
    overflow: hidden;
    text-decoration: none;
    transition: .5s;
    font-weight: 500;
}

.widget-categories-menu ul li a:hover {
    color: #00aeef;
}

.widget-categories-menu ul li a span {
    float: right;
}

.sidber-widget-recent-post {
    margin: 44px 0 62px;
}

.recent-widget-thumb {
    float: left;
    margin-right: 16px;
    margin-top: -15px;
    transition: .5s;
}

.recent-widget-content a {
    font-size: 20px;
    line-height: 26px;
    color: #292930;
    font-weight: 600;
    display: block;
    text-decoration: none;
    margin-bottom: 6px;
    transition: .5s;
}

.recent-widget-content a:hover {
    color: #00aeef;
}

.recent-widget-content span {
    font-size: 16px;
    line-height: 26px;
    color: #434141;
    font-weight: 400;
}

.recent-widget-content span i {
    font-size: 13px;
    margin-right: 4px;
}

.widget-tags a {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #dddddd;
    padding: 3px 14px;
    margin: 11px 5px;
    border-radius: 2px;
    font-size: 16px;
    color: #434141;
    font-weight: 400;
    position: relative;
    transition: .5s;
    z-index: 1;
}

.widget-tags a:hover {
    color: #fff;
}

.widget-tags a:before {
    position: absolute;
    content: "";
    left: -2px;
    top: 0px;
    height: 102%;
    width: 0%;
    background: #00aeef;
    z-index: -1;
    border-radius: 3px;
    transition: .5s;
}

.widget-tags a:hover:before {
    width: 104%;
}

.ba-blog-widget-title {
    font-size: 24px;
    margin: 27px 0 22px;
}

.ba-blog-widget-subscribe-form form {
    position: relative;
}

.ba-blog-widget-subscribe-form input {
    border: 0;
    width: 100%;
    padding-right: 30px;
    outline: 0;
    border-bottom: 1px solid #DDD;
    color: #434141;
    padding-bottom: 3px;
    transition: all 0.3s linear 0s;
}

.ba-blog-widget-subscribe-form input:focus {
    border-color: #00aeef;
}

.ba-blog-widget-subscribe-form button[type=submit] {
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 2px;
    background: transparent;
    border: 0;
    color: #00aeef;
}


/*==================================================
 <-- Solar Panel  Blog Details Css-->
===================================================*/

.blog-content.style-two.inner {
    background: none;
}

.blog-disctiption.inner {
    margin-bottom: 32px;
}

.blog-details-thumb img {
    width: 100%;
}

.blog-details-list {
    margin-bottom: 32px;
}

.blog-details-list ul li {
    list-style: none;
    margin-bottom: 12px;
    font-size: 18px;
    color: #292930;
    font-weight: 600;
}

.blog-details-list ul li i {
    font-size: 22px;
    padding-right: 8px;
}

.blog-details-list ul li.active {
    color: #00aeef;
}

.blog-details-title h5 {
    font-size: 24px;
    line-height: 26px;
    color: #292930;
    font-weight: 600;
    margin-bottom: 15px;
}

blockquote {
    filter: drop-shadow(0 0 45px rgba(0, 0, 0, 0.1));
    background-color: #ffffff;
    padding: 25px 34px 30px;
    text-align: center;
}

.blog-details-social-box {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 4px 0;
    padding-bottom: 9px;
}

.ba-blog-details-social-icons h6 {
    display: inline-block;
    margin-right: 15px;
    color: #e6004a;
}

.ba-blog-details-social-icons a {
    margin-right: 10px;
    vertical-align: middle;
}

.ba-blog-details-social-icons a:hover {
    color: #00aeef;
}

.ba-blog-details-social-icons a i {
    font-size: 20px;
    color: #292930;
    font-weight: 600;
}

.text-sm-end {
    text-align: right !important;
}

.ba-blog-details-comment-count i {
    font-size: 15px;
    color: #00aeef;
}

.ba-blog-details-comment-count span {
    display: inline-block;
    margin-left: 10px;
}

.ba-section-title-2 {
    position: relative;
    padding-bottom: 16px;
}

.ba-section-title-2::after {
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 90px;
    background: #00aeef;
    content: "";
    left: 0;
}

.ba-blog-comment-list ul {
    list-style: none;
}

.ba-blog-comment-list ul li .ba-blog-comment-box {
    border-bottom: 1px solid #DDD;
    padding-bottom: 38px;
}

.ba-blog-comment-list ul li .ba-blog-comment-box.inner-2 {
    border-bottom: none;
}

.ba-blog-comment-list ul li .ba-blog-comment-box.inner {
    margin: 25px 67px 28px;
}

.ba-blog-comment-list ul li .image {
    float: left;
    margin-right: 30px;
}

.ba-blog-comment-list ul li .content {
    overflow: hidden;
}

.ba-blog-comment-list .title {
    margin-bottom: 5px;
}

.text-sm-end {
    text-align: right !important;
}

.ba-blog-comment-list ul li .replay-link {
    text-decoration: none;
}


/* comment box css */

.choose-contact-box.inner {
    background: 0;
    padding: 0;
}

.choose-contact-title.inner h4 {
    font-size: 24px;
    color: #292930;
    position: relative;
    margin-bottom: 50px;
}

.choose-contact-title.inner h4::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 90px;
    background: #e6004a;
    bottom: -10px;
}

.form-box.inner textarea {
    width: 100%;
    height: 220px;
}

.form-box-button.inner button {
    width: 196px;
    height: 55px;
    border-radius: 5px;
    background-color: #00aeef;
}


/*==================================================
 <-- Solar Panel  Service Innerp Page Css-->
===================================================*/

.service-section.style-two {
    padding: 106px 0 78px;
}

.service-box.style-two {
    margin-bottom: 40px;
}


/*==================================================
 <-- Solar Panel  Project Grid Innerp Page Css-->
===================================================*/

.project-grid-section {
    padding: 118px 0 88px;
}

.protfolio-menu ul {
    list-style: none;
}

.protfolio-menu ul li {
    display: inline-block;
    padding: 12px 33px;
    font-size: 18px;
    color: #ffffff;
    background: #1c1632;
    font-weight: 500;
    margin: 0px 13px 50px;
    border-radius: 5px;
    cursor: pointer;
}

.protfolio-menu ul li.current_menu_item {
    position: relative;
    color: #ffffff;
    z-index: 1;
}

.protfolio-menu ul li.current_menu_item::before {
    position: absolute;
    content: "";
    background: #00aeef;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
    border-radius: 5px;
    z-index: -1;
    transition: .5s;
}

.protfolio-menu ul li.current_menu_item:hover::before {
    transform: scale(1);
}

/* project grid box */

.project-thumb img {
    width: 100%;
}

.project-content {
    background: #1c1632;
    padding: 22px 42px 30px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

.project-content::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00aeef;
    border-radius: 5px;
    transform: scale(0);
    z-index: -1;
    transition: .5s;
}

.project-grid-box:hover .project-content::before {
    transform: scale(1);
}

.project-content h4 {
    font-size: 24px;
    line-height: 30px;
    color: #e2e2e2;
    font-weight: 500;
    margin-bottom: 14px;
}

.project-content span {
    font-size: 16px;
    line-height: 30px;
    color: #dddddd;
    font-weight: 400;
}


/*==================================================
 <-- Solar Panel  Error Innerp Page Css-->
===================================================*/

.error-section {
    padding: 118px 0 120px;
}

/*==================================================
 <-- Solar Panel  Contact Us Innerp Page Css-->
===================================================*/

.contact-section {
    padding: 118px 0 120px;
    background: #eaeaea;
}

.contact-sub-title h4 {
    font-size: 17px;
    color: #00aeef;
    font-weight: 400;
}

.contact-main-title h2 {
    font-size: 40px;
    color: #0d1c37;
    font-weight: 700;
}

.contact-discription p {
    font-size: 15px;
    line-height: 46px;
    color: #383737;
    font-weight: 400;
    margin-bottom: 37px;
}

/* contact box item */

.contact-box-item {
    margin-bottom: 30px;
}

.contact-icon {
    float: left;
    margin-right: 22px;
    margin-top: -4px;
}

.contact-icon i {
    height: 60px;
    width: 60px;
    background: #292930;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 23px;
    position: relative;
    z-index: 1;
}

.contact-icon i::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00aeef;
    border-radius: 50%;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
}

.contact-icon:hover i::after {
    transform: scale(1);
}

.contact-adress h5 {
    font-size: 24px;
    color: #0d1c37;
    font-weight: 500;
}

.contact-adress span {
    font-size: 15px;
    line-height: 29px;
    color: #383737;
    font-weight: 400;
}

/* contact-box */

.choose-contact-box.contact-inner {
    background: none;
    padding: 30px;
}

.form-box.contact-inner select {
    width: 100%;
}

.form-box.contact-inner textarea {
    width: 100%;
    height: 186px;
}

.form-box-button.contact-inner button {
    width: auto;
    height: 50px;
    border-radius: 4px;
}


/*==================================================
 <-- Solar Panel  Faq Innerp Page Css-->
===================================================*/

.faq-section {
    padding: 108px 0 94px;
}

.faq-discription p {
    font-size: 16px;
    line-height: 28px;
    color: #434141;
    font-weight: 400;
    margin-bottom: 33px;
}

/* faq contact css */

.choose-contact-box.faq {
    background: #f8f8f8;
    padding: 46px 82px 60px;
}

.choose-contact-title.faq h4 {
    font-size: 30px;
    line-height: 34px;
    color: #292930;
    font-weight: 600;
    margin-bottom: 47px;
}

.form-box.faq input {
    height: 62px;
    background-color: #f2f2f2;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 13px;
}

.form-box.faq textarea {
    width: 100%;
    height: 118px;
    border-radius: 5px;
    background-color: #f2f2f2;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 45px;
}

.form-box-button.faq button {
    width: 216px;
    height: 62px;
    border-radius: 5px;
    background-color: #00aeef;
}


/*==================================================
 <-- Solar Panel  Service Details Innerp Page Css-->
===================================================*/

.service-details-section {
    padding: 120px 0 77px;
}

.service-details-thumb img {
    width: 100%;
}

.service-details-thumb-two img {
    width: 100%;
}

.service-details-title h4 {
    font-size: 26px;
    color: #0d1c37;
    font-weight: 700;
    padding: 13px 0;
}

.service-details-discription p {
    font-size: 16px;
    color: #434141;
    font-weight: 400;
    font-family: "Jost";
    padding: 4px 0 31px 0;
    margin: 0;
}

.widget_search.box {
    padding: 29px 22px 30px;
    border-radius: 4px;
    margin-bottom: 30px;
    background: #f5f5f5;
}

.widget-categories-box.two {
    padding: 47px 22px 5px;
    border-radius: 4px;
    margin-bottom: 30px;
    background: #f5f5f5;
}

.widget-categories-menu ul li {
    list-style: none;
    padding: 13px;
    position: relative;
    margin-bottom: 10px;
    background: #fff;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.widget-categories-menu.asd ul li::after {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 2px;
    height: 53px;
    transition: all 0.5s linear 0s;
    background-color: #00aeef;
    content: "";
    z-index: -1;
}

.widget-categories-menu.asd ul li:hover::after {
    width: 100%;

}

.widget-categories-menu.asd ul li a {
    transition: .5s;
}

.widget-categories-menu.asd ul li:hover a {
    color: #fff !important;
}

.widget-content {
    padding: 0 21px 31px;
    border-radius: 4px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.widget-content h4 {
    padding: 28px 0 15px;
    font-size: 24px;
    color: #292930;
    font-weight: 600;
}

.widget-content p {
    font-size: 16px;
    color: #434141;
    font-weight: 400;
    margin: 0;
}

.widget-info-social-link ul li {
    list-style: none;
    padding: 21px 0 0;
}

.widget-info-social-link ul li a {
    text-decoration: none;

}

.widget-info-social-link ul li span {
    font-size: 17px;
    color: #292930;
    font-weight: 500;
    transition: .3s;
}

.widget-info-social-link ul li a i {
    font-size: 24px;
    color: #00aeef;
    font-weight: 400;
    padding-right: 9px;
}

.widget-info-social-link ul li span:hover {
    color: #00aeef;
}

/* service style three */

.service-section.style-three {
    padding: 15px 0 75px;
    background: none;
    margin-bottom: 0;
}



/*==================================================
 <-- Solar Panel  Team Details Innerp Page Css-->
===================================================*/

.team-details-section {
    padding: 118px 0 118px;
}

.ba-team-details-author-skill-area {
    margin-bottom: 30px;
}

.team-details-author-img img {
    width: 100%;
}

.team-details-author-name {
    margin-bottom: 14px;
}

.team-details-author-name h4 {
    font-size: 24px;
    line-height: 60px;
    color: #292930;
    font-weight: 600;
}

.team-details-author-name span {
    font-size: 16px;
    line-height: 36px;
    color: #434141;
    font-weight: 400;
}

.team-details-author-experience ul li {
    list-style: none;
    margin-bottom: 12px;
}

.team-details-author-experience ul li .label {
    min-width: 152px;
    float: left;
    font-size: 16px;
    color: #434141;
    font-weight: 500;
}

.team-details-author-experience ul li .value {
    overflow: hidden;
    display: block;
}

.team-details-author-experience ul li .value {
    overflow: hidden;
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #434141;
}

.team-card-box-social a {
    display: inline-block;
    margin-right: 15px;
    height: 40px;
    width: 40px;
    background: #f3f3f3;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.team-card-box-social a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00aeef;
    border-radius: 50%;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
}

.team-card-box-social a:hover::before {
    transform: scale(1);
}

.team-card-box-social a i {
    transition: .5s;
}

.team-card-box-social a:hover i {
    color: #ffffff;
}

/* progress bar css */

span.process-bar.style-two {
    font-size: 16px;
}

.barfiller.style-two {
    width: 100%;
}

.team-details-title h4 {
    font-size: 24px;
    line-height: 60px;
    color: #292930;
    font-weight: 600;
}


/* form box css */

.choose-contact-title.inner.team h4::before {
    display: none;
}

.choose-contact-title.inner.team h4 {
    border-bottom: 1px solid #dddddd;
    padding: 0px 0 13px;
    margin-bottom: 28px;
}

.form-box.inner.team input {
    border: 1px solid #dddddd;
    margin-bottom: 16px;
}

.form-box.inner.team textarea {
    border: 1px solid #dddddd;
    height: 135px;
}

.form-box-button.inner.team button:hover::before {
    background: #1c1632;
}


/*==================================================
 <-- Solar Panel  Project Details Inner Page Css-->
===================================================*/

.project-details-section {
    padding: 90px 0;
}

.product-detail-tab.description-tab .tab-content {
    padding: 40px 0 90px;
}

.project-details-section .sub-title h5 {
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
}

.project-details-section .info li {
    display: flex;
    padding-bottom: 6px;
}

.project-details-section .info li h6 {
    font-weight: 600;
    text-transform: capitalize;
    width: 50%;
    margin-top: 0;
    font-size: 16px;
    margin-right: 10px;
}

.project-details-section .info li p {
    width: 50%;
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 16px;
}

.project-details-section .info li ul li {
    border: 0;
    padding: 0;
    padding-right: 15px;
}

.project-details-section .title h4 {
    font-size: 29px;
    line-height: 44px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.project-details-section .title-two h4 {
    font-size: 29px;
    line-height: 44px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 15px;
    color: #007fd2 !important;
}

.project-details-section .list-part {
    padding-top: 10px;
}

.project-details-section .desc-list {
    padding-top: 3px;
}

.project-details-section .desc-list li {
    position: relative;
    padding: 5px 0 5px 10px;
    list-style: none;
    display: flex;
}

.project-details-section .desc-list li img {
    height: 25px;
    width: 25px;
}

/* .project-details-section .desc-list li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-image: url(../images/resource/icon.png);
} */




/*** 
====================================================================
    Search Popup
====================================================================
***/
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
}

.search-popup {
    width: 100%;
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #00aeef;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #00aeef;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.flaticon-multiply:before {
    content: inherit;
}

button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
}

span.flaticon-multiply i {
    display: inline-block;
    color: #00aeef;
}




/*
<!-- ============================================================== -->
<!-- Solar Panel  Scrollup Section -->
<!-- ============================================================== -->*/
.scroll-area {
    position: relative;
    z-index: 999;
}

.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 10px;
}

.scroll-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.scroll-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #00132b 0%, #00132b 100%);
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    ;
    border-radius: 100%;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
    color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius: 100%;
}

.top-wrap {
    position: relative;
}

.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #00aeef;
}

.top-wrap .go-top-button i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}

.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #00aeef 0%, #00aeef 100%);
    background-image: -webkit-linear-gradient(0deg, #00aeef 0%, #00aeef 100%);
    border-radius: 100%;
}

.top-wrap .go-top-button:hover {
    background-color: #222;
    color: #fff;
}

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

/*
<!-- ============================================================== -->
<!-- Solar Panel  Bounce Animation Css -->
<!-- ============================================================== -->*/
/* bounce-animate */
.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate2 {
    animation-name: float-bob2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob2;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob2;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate3 {
    animation-name: float-bob3;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob3;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob3;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob3;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate4 {
    animation-name: float-bob4;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob4;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob4;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob4;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate5 {
    animation-name: float-bob5;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate-slow {
    animation-name: float-bob5;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate-3 {
    animation-name: float-bob6;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob6;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob6;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob6;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes float-bob {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes float-bob2 {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}

@keyframes float-bob3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@keyframes float-bob4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@keyframes float-bob5 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@keyframes float-bob6 {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}


@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}



/*--==============================================->
  <!-- Solar Panel  Animation Dance -->
 ==================================================-*/
/**/
.dance3 {
    -webkit-animation: dance3 8s alternate infinite;
    animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
    animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}

.watermark-animate {
    -webkit-animation: watermark-animate 8s infinite;
    animation: watermark-animate 8s infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes watermark-animate {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}




/*===========================
<-- Solar Panel  Loader Css -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 666;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #00aeef;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #1c1632;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #fff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

/*/ Here the Magic /*/

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

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

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

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

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

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

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}

.vission-mission {
    padding: 30px;
    background: #f2f0ef;
    margin: 100px 0 0;
    /* background-image: url(../images/resource/call-do-bg2.jpg); */
    background-position: top;
    position: relative;
}

.vission-mission::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.about-section-title p {
    text-align: justify;
}

.animate__backInLeft {
    overflow: hidden;
}

.service-section,
.pricing-section,
.call-do-action-section,
.protfolio-section,
.offer-section,
.appointment-section,
.blog-section,
.footer-section,
.choose-us-section,
.contact-us-section {
    overflow: hidden;
}

.solar-menu ul li:hover .sub-menu .business-menu:hover .sub-menu-under {
    display: block;
    position: absolute;
    background-color: #fff;
    top: 17%;
    left: 100%;
    width: 100%;
}

.solar-menu ul li:hover .sub-menu .business-menu .sub-menu-under {
    display: none;
}

.business-menu .sub-menu-under {
    display: none;
}

.business-menu a i {
    padding-left: 10px;
}

.project-details-section table {
    margin-bottom: 10px;
    box-shadow: 0 0 2px 0 #cbc8c8;
    width: 85%;
    margin: auto;
    background-color: #fff;
}

.project-details-section table.bg-1 {
    background-color: #f0f8ff;
}

.project-details-section table.bg-2 {
    background-color: #fff0f6;
}

.project-details-section table.bg-3 {
    background-color: #fffef0;
}

.project-details-section table.bg-4 {
    background-color: #f3fff0;
}

.project-details-section table.bg-5 {
    background-color: #f0f8ff;
}

.project-details-section table.bg-6 {
    background-color: #fff0f6;
}

.project-details-section table.bg-7 {
    background-color: #fffef0;
}

.project-details-section table.bg-8 {
    background-color: #f3fff0;
}

.project-details-section table.bg-9 {
    background-color: #f0f8ff;
}

.project-details-section table tbody tr th,
.project-details-section table tbody tr td {
    padding: 2px 5px;
    font-size: 14px;
    text-align: left;
}

.project-details-section table tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, .05);
}

.project-details-section table tbody tr {
    border-bottom: 1px solid #cbc8c8 !important;
}

.project-details-section p {
    font-size: 15px;
    margin-bottom: 0;
    padding-left: 10px;
}

.overview-section {
    background-image: linear-gradient(45deg, #0029A6, #00D5FF);
    padding: 30px;
    position: relative;
    margin-top: 30px;
    z-index: -1;
}

.overview-section h1 {
    color: #fff;
    margin-top: 0;
    text-align: center;
}

.title-industries h4 {
    font-size: 18px;
    line-height: 30px;
    color: #909293;
    text-align: justify;
    margin-bottom: 29px;
}

.service-section.company-overview-service {
    padding: 60px 0 110px;
}

.service-section.company-overview-service .section-title {
    margin-bottom: 45px;
}

.service-section.company-overview-service .service-content {
    padding: 20px !important;
}

.service-section.company-overview-service .service-content h4 {
    margin-top: 0;
    text-align: center;
}

.service-section.company-overview-service .service-thumb img,
.service-section.company-overview-service .service-thumb {
    height: 265px;
}

.service-section.company-overview-service .service-content {
    margin: -40px 23px 33px;
}

.service-section.company-overview-service .service-box {
    overflow: visible;
}

.management-profile {
    padding: 50px 0 50px;
}

.management-profile .call-do-action-section {
    padding: 0;
}

.management-profile .call-do-action-section .single-video {
    top: 0;
    margin-bottom: 60px;
}

.management-profile .call-do-action-section {
    background-color: #ffffffb0;
    background-image: none;
    height: auto;
    margin-bottom: 0;
}

.management-profile .video-icon p {
    font-size: 18px;
    line-height: 22px;
}

.single-video {
    position: relative;
    z-index: 2;
}

.management-team-section {
    background-color: #fff;
    height: 100%;
    padding: 15px 3px;
    background-image: url(../images/resource/choose-bg.png);
}

.management-team-section img {
    height: 350px;
}

.team-section.core-team .team-content p {
    margin-bottom: 0;
}

.team-section.core-team .team-thumb img {
    height: 400px;
}

.team-section.core-team .team-main-icon {
    bottom: -10px;
}

.carousel-sub-heading {
    background-image: linear-gradient(45deg, #0029A6, #00D5FF);
    width: 350px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    padding: 10px 20px;
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 25px;
}

.project-details-section .detail-sec {
    text-align: center;
    border: 1px dashed #dfe0e1;
    margin-bottom: 20px;
    padding: 10px;
    height: 100%;
}

.project-details-section .detail-sec .icon {
    text-align: center;
    height: 55px;
    width: 55px;
    background-color: #00aeef;
    border-radius: 50%;
    display: flex;
    margin: auto;
    padding: 16px;
}

.project-details-section .detail-sec .icon i {
    font-size: 22px;
    color: #fff;
}

.project-details-section .detail-sec h3 {
    font-size: 21px;
    line-height: 22px;
    margin-bottom: 8px;
}

.project-details-section .detail-sec p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
}

.management-team-content h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}

@media screen and (min-width: 1400px) {
    .overview-section {
        margin-left: -79px;
        padding: 35px;
    }

    .overview-section h1 {
        margin-left: 40px;
        font-size: 40px;
    }
}

@media screen and (max-width: 1200px) {
    .service-section.company-overview-service {
        min-height: 92%;
    }
}

@media screen and (max-width: 992px) {
    .service-section.company-overview-service {
        padding: 60px 0;
    }

    .service-section.company-overview-service .service-box {
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 768px) {
    .overview-section {
        padding: 12px;
    }

    .overview-section h1 {
        font-size: 30px;
    }

    .title-industries h4 {
        font-size: 19px;
        line-height: 23px;
    }

    .project-details-section p {
        font-size: 16px;
        line-height: 24px;
    }

    #solar,
    #rooftop {
        flex-direction: column-reverse;
    }

    .management-team-content h3 {
        font-size: 22px;
    }

    .video-icon h1 {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .management-profile .video-icon h1 {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .breatcome-title h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 400px) {
    .overview-section h1 {
        font-size: 18px;
    }

    .title-industries h4 {
        font-size: 17px;
        line-height: 21px;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    .solar-btn a {
        font-size: 11px;
        padding: 4px 7px;
    }
}

.mob-logo img {
    position: absolute;
    top: 6px;
    left: 10px;
    z-index: 6567;
    width: 155px;
    height: 49px;
}

.manage-order {
    margin-left: 20px;
}

.project-details-section .detail-sec-- {
    margin-bottom: 20px;
}

/* .management-team-section .management-team-content{
    border-left: 3px solid #d0d0d0;
    padding-left: 30px;
    margin-left: 20px;
} */
.management-team-section .management-team-content h3 {
    color: #009ae1;
}

.management-team-section .management-team-content h4 {
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #9fa4a4;
}

.choose-us-section.why-chhose .row.choose {
    padding: 40px;
}

.management-team-image-section {
    display: flex;
    justify-content: center;
}

.management-team-image-section .team-image img {
    width: 350px;
    height: 350px;
    /* border-radius: 50%; */
    margin: 20px;
}

.management-team-section {
    display: table;
    height: 100%;
    margin-right: 30px;
}

.management-team-section .management-team-content {
    display: table-cell;
    vertical-align: middle;
}

.team-border-section {
    border-bottom: 1px solid #e7e7e7;
    padding: 20px;
}

.projetct-details-image {
    height: 100%;
    display: flex;
}

.projetct-details-image {
    border: 1px solid #e1e1e1;
}

.projetct-details-image img {
    height: 450px;
    max-width: 100%;
    display: flex;
    margin: auto;
}

.project-details-section.company-overview .projetct-details-image img {
    height: 100%;
    width: 100%;
    max-width: 100%;
    display: inherit;
    margin: auto;
}

.info-area,
.feture-sec {
    padding-left: 15px;
}

@media screen and (min-width: 992px) {
    .management-team-section.management-team-section-2 {
        margin-right: 0;
        /* margin-left: 70px; */
    }
}

@media screen and (max-width: 991px) {
    .team-section-reverse {
        flex-direction: column-reverse;
    }

    .management-team-section {
        margin-right: 0;
    }
}

@media screen and (max-width: 575px) {
    .management-team-image-section .team-image img {
        width: 250px;
        height: 250px;
    }
}

.item-video {
    margin: 10px;
    border: 8px groove #000;
}

.news-section .item-video {
    margin: 10px;
    border: 8px groove #00aeef;
}

.item-video iframe {
    width: 100%;
}

.slided-2 .item-video iframe {
    width: 100%;
    height: 300px;
}

.slided .item-video iframe {
    width: 100%;
    height: 300px;
}

.slided .owl-nav,
.slided-2 .owl-nav {
    bottom: auto;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.slided .owl-nav .owl-prev,
.slided-2 .owl-nav .owl-prev {
    margin-right: 10px;
}

.project-details-section.solar-sub-cat {
    background-image: url(../images/resource/green-energy-generated-by-wind-turbine-solar-panel.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
}

.project-details-section.solar-sub-cat::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: #ffffffcf;
}

.project-details-section a {
    text-decoration: none;
}

.project-details-section a .detail-sec p:hover,
.project-details-section a:hover p {
    color: #000;
}

.mission-section h3 {
    font-size: 3vw;
    text-transform: uppercase;
    position: relative;
    line-height: 1;
    margin-bottom: 20px;
    text-align: left;
    font-style: italic;
}

.mission-section h3 span {
    font-size: 42px;
    color: #00aeef;
    text-transform: capitalize;
}

.mission-section p {
    font-size: 16px;
}

.about-p {
    font-size: 16px !important;
    line-height: 25px;
    color: #494168;
    text-align: center;
}

.mission-section h3::before {
    content: '';
    height: 3px;
    width: 55%;
    position: absolute;
    background: linear-gradient(90deg, rgb(0 77 185) 0%, rgb(91 93 93) 50%, rgb(0 82 187) 100%);
    bottom: -5px;
}

.mission-vission-section {
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f2f0ef;
    height: 100%;
    display: flex;
    align-items: center;
}

.mission-vission-section-one {
    position: relative;
}

.mission-vission-section:hover {
    background-color: #000;
}

.mission-vission-section:hover .text-pend p,
.mission-vission-section:hover .text-pend h5 {
    color: #fff;
}

.mission-vission-section:hover .text-pend::before {
    background-color: #000;
}

.mission-vission-section .icon {
    text-align: center;
}

.vission-row {
    border-top: 1px solid #e1e0e1;
}

/* .text-pend {
    display: flex;
    align-items: center;
} */

/* .text-pend::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 67px;
    top: 0%;
    left: -38px;
    background: #f2f0ef;
    transform: skew(-19deg, 0deg);
    z-index: 0;

} */
.text-pend p {
    padding-top: 10px;
    text-align: left;
    margin-bottom: 0;
}

/* .vission-content .icon{
    position: absolute;
    right: 80px;
    margin-top: 0;
    top: 40px;
} */
/* .vission-content .icon.values-icon{
    top: 10px;
}
.vission-content .icon.mission-icon{
    top: 28px;
} */
.vission-content .icon img {
    height: 55px;
}

/* .vission-content .icon.vission-icon{
    top: 38px;
} */
.vission-content .text-pend h5 {
    font-size: 27px;
}

.vission-content .card-img {
    position: relative;
    left: -20px;
    z-index: 6;
    width: 58%;
    height: 295px;
    bottom: -35px;
}

.vission-number span {
    font-size: 82px;
    line-height: 26px;
    -webkit-text-stroke: 1px #c2c6c5;
    -webkit-text-fill-color: transparent;
    word-wrap: break-word;
    font-family: "Amiri";
    margin-bottom: 20px;
}

.vission-content::before {
    position: absolute;
    content: "";
    height: 54%;
    width: 72%;
    right: 0;
    bottom: 8%;
    display: none;
    transform: skew(-37deg, 0deg);
    z-index: 8;
    border-left: 2px solid #f2f0ef;
    border-top: 2px solid #f2f0ef;
    border-top-right-radius: 157px;
}

/* .vission-content.mission-content::before{
    height: 46%;
    width: 74%;
}
.vission-content.vision-2::before{
    height: 163px;
    width: 72%;
} */
.offer-items-box .offer-icon-thumb {
    width: 90px;
    height: 90px;
    background: #000;
    border-radius: 50%;
    padding: 11px;
}

.offer-items-box:hover .offer-icon-thumb {
    background-color: #00aeef;
}

.offer-items-box .offer-icon-thumb img {
    filter: brightness(0) invert(1);
}

.service-section .service-icon-thumb img {
    filter: invert(0%) sepia(16%) saturate(7518%) hue-rotate(200deg) brightness(0%) contrast(86%);
}

.product-description {
    /* background-color: #f0f2f3; */
    /* background-image: linear-gradient(45deg, #0029A6, #00D5FF); */
    padding: 30px;
    /* color: #fff; */
}

.sub-title-two h5 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #007fd2;
    margin-top: 0;
}

.sub-title-two h6 {
    font-size: 25px;
    margin-bottom: 10px;
}

.sub-title-two p {
    font-size: 17px;
    margin-bottom: 10px;
    padding-left: 0;
}

.product-card {
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 24px;
}

.product-card a {
    text-decoration: none;
}

.product-card .stock {
    position: absolute;
    color: #fff;
    border-radius: 4px;
    padding: 2px 12px;
    margin: 8px;
    font-size: 12px;
    top: 0;
}

.product-card .product-card-img {
    height: 215px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.product-card .product-card-img img {
    width: 100%;
    padding: 15px;
    height: 200px;
}

.product-card .product-card-body {
    padding: 10px 10px;
    text-align: center;
}

.product-card .product-card-body .product-brand {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
    color: #937979;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-card .product-card-body .product-name {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-card .product-card-body .selling-price {
    font-size: 15px;
    color: #000;
    font-weight: 900;
    margin-right: 8px;
}

.product-card .product-card-body .original-price {
    font-size: 18px;
    color: #937979;
    font-weight: 400;
    text-decoration: line-through;
}

.product-card .product-card-body .btn1 {
    border: 1px solid;
    margin-right: 3px;
    border-radius: 0px;
    font-size: 14px;
    margin-top: 10px;
    background-image: linear-gradient(45deg, #0063c4, #00aeff);
    color: #fff;
    width: 48%;
}

.product-card .product-card-body .btn2 {
    border: 1px solid;
    margin-right: 3px;
    border-radius: 0px;
    font-size: 14px;
    margin-top: 10px;
    background-color: #000;
    color: #fff;
    width: 48%;
}

@media screen and (max-width: 1300px) {
    .text-pend {
        height: 220px;
    }

    .vission-content .icon img {
        height: 60px;
    }

    .vission-content .text-pend h5 {
        font-size: 28px;
    }

    .vission-content::before {
        position: absolute;
        content: "";
        height: 68%;
        width: 69%;
        right: 0;
        bottom: 8%;
        transform: skew(-33deg, 0deg);
    }

    .vission-content .icon {
        top: -16px;
    }

}

@media screen and (max-width: 1200px) {
    .vission-content::before {
        position: absolute;
        content: "";
        height: 68%;
        width: 71%;
        right: 0;
        bottom: 8%;
        transform: skew(-28deg, 0deg);
    }
}

@media screen and (max-width: 992px) {
    .vission-content::before {
        position: absolute;
        content: "";
        height: 68%;
        width: 69%;
        right: 0;
        bottom: 8%;
        transform: skew(-40deg, 0deg);
        border-top-right-radius: 195px;
    }

    .mission-section p {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .vission-content::before {
        position: absolute;
        content: "";
        height: 67%;
        width: 69%;
        right: 0;
        bottom: 8%;
        transform: skew(-31deg, 0deg);
        border-top-right-radius: 195px;
    }
}

@media screen and (max-width: 575px) {
    .vission-content::before {
        position: absolute;
        content: "";
        display: none;
    }

    .text-pend p {
        font-size: 14px;
        line-height: 21px;
    }

    .vission-content .icon {
        top: -8px;
        right: 70px;
    }

    .text-pend::before {
        transform: skew(-13deg, 0deg);
    }
}

.event-section {
    background-image: url('../images/resource/solar-panels.jpg');
    background-size: cover;
    position: relative;
    margin-top: -3px;
}

.event-section .container {
    padding: 5px 0;
    position: relative;
    margin-top: -8px;
}

.event-section::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(#000000, #000000bd);
}

/* .yearly-section{
    padding: 20px 10px;
} */
/* .yearly-section:hover{
    background-color: #ebedf3;
} */
.event-content {
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: center;
}

.event-content .yearly-section img {
    margin-right: 20px;
}

.yearly-section img {
    height: 56px;
    width: 56px;
}

.yearly-section h2 {
    font-size: 20px;
    font-size: 28px;
    font-weight: 900;
    color: #fff;
}

.yearly-section h3 {
    font-size: 17px !important;
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    margin-top: 5px;
}

.service-img {
    position: relative;
    left: -120px;
    height: 100%;
}

.service-img img {
    height: 100%;
}

.batteries-section {
    display: table-cell;
    vertical-align: middle;
}

.batteries-section h1 {
    line-height: 100%;
    margin: 0;
    width: 100%;
    color: rgb(69 67 67 / 98%);
    background: linear-gradient(to right, #b6b6b6, #b6b6b6) no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 0%;
    transition: background-size cubic-bezier(.1, .5, .5, 1) 0.5s;
    /* border-bottom: 1px solid #2F2B28; */
    display: flex;
    /* flex-direction: column; */
    align-items: flex-start;
    justify-content: center;
    position: relative;
    display: flex;
    /* justify-content: center; */
    margin: 15px 0;

}

.batteries-section p {
    text-align: center;
}


.button-ktn {
    appearance: none;
    background: transparent;
    border: none;
    cursor: pointer;
    isolation: isolate;
}

.button-ktn {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    width: 240px;
    border-radius: 9999rem;
    background: #000;
    text-decoration: none;
    color: #fff;
    margin: 20px auto 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    isolation: isolate;
    overflow: hidden;

    &>span.text {
        color: #fff;
        width: 100%;
        text-align: left;
        padding-block: 12px;
        padding-left: 80px;
        z-index: 2;
        transition: all 200ms ease;
    }

    &>div.overlay {
        color: #ededed;
        width: 48px;
        height: calc(100% - 2px);
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 12px;
        border-radius: inherit;
        background-image: linear-gradient(45deg, #0029A6, #00D5FF);
        position: absolute;
        right: 1px;
        z-index: 1;
        transition: all 400ms ease;
    }

    &:is(:hover, :focus) {
        &>span.text {
            color: #ededed;
        }

        &>div.overlay {
            width: calc(100% - 2px);
            transition: width 200ms ease;
        }
    }
}

.service-section.inverter-section {
    background-image: url(../images/resource/solar-panel-cell-dramatic-sunset-sky-clean-alternative-power-energy-concept.jpg);
    background-size: cover;
    position: relative;
    padding: 0;
}

.service-section.inverter-section::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #0000009c;
}

.service-section.inverter-section .container {
    position: relative;
    padding: 50px 0;
}

.service-section.inverter-section .batteries-section h1,
.service-section.inverter-section .batteries-section p {
    color: #fff;
}

.service-section.inverter-section .batteries-section .button-ktn {
    background-color: #fff;
}

.service-section.inverter-section .batteries-section .button-ktn span.text {
    color: #000;
}

.tabs-product {
    padding: 15px 0 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tabs-product a {
    padding: 8px 70px;
    background-color: black;
    color: #fff;
    margin-right: 20px;
    font-size: 18px;
    text-decoration: none;
    border-radius: 29px;
}

/* .product-sec{
    height: calc(100vh - 102px);
  } */


.about-section {
    background-image: url(../images/resource/vector.png);
    background-size: cover;
    padding: 0 !important;
    margin-bottom: 70px;
    position: relative;
}

.about-section .container {
    position: relative;
    padding: 100px 0;
}

.about-section::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #ffffffdb;
}

.tabs {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.tabs:after {
    content: '';
    display: table;
    clear: both;
}

.tabs input[type=radio] {
    display: none;
}

.tabs label {
    display: inline-block;
    min-width: 25%;
    flex: 1 1 25%;
    color: #ccc;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    /* Safari 3.1 to 6.0 */
    transition: all 0.5s;
    border-right: 1px solid #d2d1d1;
}

.tabs label:last-child {
    border-right: none;
}

.grid__item--1of1 .tabs label span {
    color: #000;
}

.tabs label span {
    display: none;
    font-size: 1rem;
}

.tabs label:hover {
    color: #3498db;

    .icon {
        border-color: #3498db;
        background-position: 50px 0;
        background-size: 100px 50px;
    }
}

.tab__content {
    display: none;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 2rem;
}

.tab__content * {
    -webkit-animation: scale 0.2s ease-in-out;
    -moz-animation: scale 0.2s ease-in-out;
    animation: scale 0.2s ease-in-out;
}

@keyframes scale {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }

    50% {
        transform: scale(1.01);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.tabs [id^="tab"]:checked+label {
    background: #FFF;
    color: #3498db;
}

.tabs [id^="tab"]:checked+label i {
    border-color: #3498db;
    background-position: 50px 0;
    background-size: 100px 50px;
}

#tab1:checked~#tab__content--1,
#tab2:checked~#tab__content--2,
#tab3:checked~#tab__content--3,
#tab4:checked~#tab__content--4,
#tab5:checked~#tab__content--5,
#tab6:checked~#tab__content--6,
#tab7:checked~#tab__content--7,
#tab8:checked~#tab__content--8 {
    display: block;
}

@media (min-width: 768px) {
    .tabs label span {
        display: block;
    }
}

.icon {
    margin-top: 1rem;
    display: inline-block;
    width: 54px;
    height: 54px;
    border-radius: 100%;
    background-size: 100px 50px;
    box-sizing: border-box;
}

.email-cal {
    background: #000 url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/45910/icon_--_sync.png');
    background-position: 0 0;
    background-size: 100px 50px;
}

.snapshot {
    background: #000 url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/45910/icon_--_snapshots.png');
    background-size: 100px 50px;
    background-position: 0 0;
}

.inbox-apps {
    background: #000 url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/45910/icon_--_templates.png');
    background-size: 100px 50px;
    background-position: 0 0;
}

.log-calls {
    background: #000 url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/45910/icon_--_log_call.png');
    background-size: 100px 50px;
    background-position: 0 0;
}

.tracking {
    background: #000 url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/45910/icon_--_tracking.png');
    background-size: 100px 50px;
    background-position: 0 0;
}

.book-meetigns {
    background: #000 url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/45910/icon_--_book_meeting.png');
    background-size: 100px 50px;
    background-position: 0 0;
}

.send-later {
    background: #000 url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/45910/icon_--_send_later.png');
    background-size: 100px 50px;
    background-position: 0 0;
}

.follow-up {
    background: #000 url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/45910/icon_--_follow_up.png');
    background-size: 100px 50px;
    background-position: 0 0;
}

/* .tab__content p{
    color: #fff;
} */

.inverter-section {
    /* background-image: url(../images/resource/beautiful-alternative-energy-plant-with-solar-panels.jpg);
    background-size: cover; */
    background-color: #c6ecfa;
    position: relative;
    background-image: linear-gradient(45deg, #00bfff, #fafafa);
}

.inverter-section::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #fffefea8;
}

.inverter-section .container {
    padding: 70px 0;
}

.inverter-section .overlay-img {
    position: absolute;
    top: 0px;
    left: -293px;
    height: 100%;
    opacity: 0.2;
}

/* .inverter-section .section-sub-title h4{
    color: #fff;
} */
.inverter-section.panels {
    /* background-image: url(../images/resource/house-modern-architecture-surrounded.jpg);
    background-size: cover; */
    background-color: #0097cf;
    background-image: linear-gradient(45deg, #ffffff, #00c8e7);
}

.inverter-section.panels::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    /* background-color: #000000bf; */
}

.tabs-icon {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

/* .inverter-section.panels .section-sub-title h4, .inverter-section.panels .tab-btn-active,
.inverter-section.panels .tab-content p{
    color: #fff;
 }
.inverter-section.panels .tab-btn{
    color: #ababab;
 }
 .inverter-section.panels .button-ktn{
    background-color: #fff;
    color: #000;
 }
 .inverter-section.panels .button-ktn span{
    color: #000;
} */


.shape-box {
    display: inline-block;
    position: relative;
    z-index: 1;
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .12);
    overflow: hidden;
}

.shape-box_half {
    overflow: hidden;
    text-align: left;
}

.shape-box_half:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: skewY(43.5deg);
    transform-origin: top left;
    transition: \transform .4s;
    background: #fff;
    z-index: 1;
}

.shape-box>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bg-black {
    background-color: #000;
}

.shape-box_half figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 15px 10px;
    transition: \transform .4s;
    transform: translateY(100%);
    z-index: 3;
}

.shape-box_half figcaption .show-cont {
    position: absolute;
    bottom: calc(100% + 30px);
    left: 15px;
    right: 30px;
    transition: bottom .4s;
}

.card-no {
    font-size: 36px;
    color: #00aeef;
    padding: 0;
    margin: 10px 0;
}

.card-main-title {
    margin-top: 8px;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    color: #292b2c;
}

.card-content {
    color: #9f9f9f;
    margin-top: 20px;
    line-height: 22px;
    font-size: 15px;
}

.read-more-btn {
    border: 2px solid #00aeef;
    font-size: 14px;
    cursor: pointer;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 600;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #00aeef;
    color: #fff;
    border-radius: 2px;
    margin-top: 25px;
    text-decoration: none;
}

.read-more-btn:hover {
    background: transparent;
    color: #db3236;

}

.shape-box_half>.after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(45deg, #0029A6, #00D5FF);
    opacity: 0;
    transition: opacity .4s;
}

/*On hover*/
.shape-box_half::before {
    transform: skewY(20deg);
}

.shape-box_half:hover figcaption {
    transform: translateY(0);
}

.shape-box_half:hover figcaption .show-cont {
    bottom: 100%;
}

.shape-box_half:hover>.after {
    opacity: 1;
}

.box-wrapper {
    position: relative;
    top: -87px;
}

.sidebar button img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.inverter-section .button-ktn span.text {
    padding-left: 42px;
}


.product-detail-tab .tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 75vh;
}

/* .description-tab.product-detail-tab .tabs{
   min-height: auto;
} */

.product-detail-tab .sidebar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.product-detail-tab .sidebar button{
    margin-right: 15px;
}

.product-detail-tab .content {
    width: 100%;
}

.product-detail-tab .tab-btn {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid gray;
    color: #636262;
    cursor: pointer;
    padding: 10px 0;
    margin: 10px 0;
    outline: none;
    width: 160px;
}

.product-detail-tab .tab-btn-active {
    border-bottom: 2px solid hsl(196.32deg 100% 46.86%);
    color: #000;
    font-weight: bold;
}

.product-detail-tab .tab-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;

    display: none;
}

.product-detail-tab .tab-content-active {
    display: block;
}

.product-detail-tab input:focus,
.product-detail-tab button:focus {
    border: none !important;
}

/* CSS */
.button-43 {
    background-image: linear-gradient(-180deg, #37AEE2 0%, #1E96C8 100%);
    border-radius: .5rem;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    font-size: 16px;
    justify-content: center;
    padding: 1rem 1.75rem;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-43.bg-download-danger {
    background-image: linear-gradient(-180deg, #e23737 0%, #831e05 100%);
    margin-left: 20px;
}

.button-43.bg-download-danger:hover {
    background-image: linear-gradient(-180deg, #e13434 0%, #980b01 100%);
    color: #fff;
}

.button-43:hover {
    background-image: linear-gradient(-180deg, #1D95C9 0%, #17759C 100%);
}

@media (min-width: 768px) {
    .button-43 {
        padding: 7px 31px;
    }
}

.product-detail-tab.description-tab {
    background-image: url(../images/resource/pro.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.product-detail-tab.description-tab::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffffd6;
}

.show-cont img {
    width: 75px;
    height: 70px;
}

@media screen and (max-width: 768px) {
    .event-content {
        justify-content: flex-start;
        padding-left: 30px;
    }
}

.flat-section {
    background-image: linear-gradient(45deg, #0029A6, #00D5FF);
    height: 165px;
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .12);
    overflow: hidden;
    position: relative;
    padding: 20px;
}

.flat-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: skewY(5.5deg);
    transform-origin: top left;
    transition: \transform .4s;
    background: #fff;
    z-index: 1;
}

.flat-section .show-cont {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: end;
    height: 100%;
}

.product-detail-tab .tab-content-active img {
    height: 300px;
}

.pricing-section .tab_container {
    padding: 30px;
    background-color: #e4e4e4;
}

.pricing-section .tab_container .accordion li:last-child {
    margin-bottom: 0;
}

.protfolio-section .section-sub-title h4 {
    color: #fff;
}

.protfolio-section.news-section .section-sub-title h4 {
    color: #000;
    margin-bottom: 30px;
}

.protfolio-section.news-section .section-sub-title::before,
.protfolio-section.news-section .section-sub-title::after,
.protfolio-section.news-section .section-sub-title h4::before,
.protfolio-section.news-section .section-sub-title h4::after {
    background-color: #000;
}

.list-position {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    background: #00aeef;
}

.solar-menu ul li:hover .list-position {
    display: block;
}

.list-position .list-section .icon-img img {
    margin: auto;
    display: flex;
    height: 70px;
}

.list-position .list-section .heading h5 {
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.list-position .list-section {
    padding: 20px 0;
    position: relative;
}

.list-position .list-section:hover {
    background-color: #fff;
}

.list-position .list-section:hover .heading h5 {
    color: #00aeef;
}

.list-position .list-section .sub-menu {
    display: none;
}

.list-position .list-section:hover .sub-menu {
    display: block;
    width: 100%;
}

.list-position .list-section a {
    width: 100%;
    padding: 0;
}

@media screen and (max-width: 1400px) {
    .solar-menu ul li a{
        font-size: 12px !important;
    }
    .solar-menu ul li .solar-search-button a {
        padding: 3px 8px;
        font-size: 9px !important;
        line-height: 20px;
    }
}

.gallery-sec {
    overflow: hidden;
    margin-bottom: 20px;
}

.gallery-section {
    padding: 0px 0px 50px !important;
}

.gallery-section img {
    width: 100%;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform 1000ms;
    height: 250px;
}

.gallery-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    max-width: 100%;
    width: 70rem;
}

.gallery-section figure {
    margin: 0;
    position: relative;
    overflow: hidden;
}

.gallery-section figure::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    background: rgba(0, 0, 0, 0.5);
    transform-origin: center;
    opacity: 0;
    transform: scale(2);
    transition: opacity 300ms;
}

.gallery-section figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    place-items: center;
    text-align: center;
    padding: 1rem;
    color: white;
    font-size: 1.2rem;
    z-index: 1;
    opacity: 0;
    transition: opacity 600ms, transform 600ms;
}

.gallery-section a:is(:hover, :focus) figure::after {
    opacity: 1;
}

.gallery-section a:is(:hover, :focus) figcaption {
    opacity: 1;
    transition: opacity 600ms;
}

@media (prefers-reduced-motion: no-preference) {
    .gallery-section figcaption {
        transform: translate3d(0, 2rem, 0);
    }

    .gallery-section figure::after {
        border-radius: 50%;
        opacity: 1;
        transform: scale(0);
        transition: transform 900ms;
    }

    .gallery-section a:is(:hover, :focus) figure::after {
        transform: scale(2.5);
    }

    .gallery-section a:is(:hover, :focus) figcaption {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        transition: opacity 600ms 400ms, transform 600ms 400ms;
    }

    .gallery-section a:is(:hover, :focus) img {
        transform: scale(1.2);
    }
}

.career-section {
    padding: 150px 0 50px;
}

.serviceBox {
    color: #e85c90;
    font-family: 'Nunito', sans-serif;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.serviceBox .title {
    background: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 10px;
    margin: 0 0 30px;
    border: 3px solid #e85c90;
    display: inline-block;
}

.serviceBox .service-content {
    color: #fff;
    background: #e85c90;
    padding: 15px;
    margin: 0 0 40px;
    border-radius: 30px;
    border: 10px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.serviceBox .description {
    font-size: 14px;
    line-height: 23px;
    margin: 0;
}

.serviceBox .service-icon {
    background: #e85c90;
    font-size: 40px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.serviceBox .service-icon:before,
.serviceBox .service-icon:after {
    content: "";
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
}

.serviceBox .service-icon:after {
    background: #e85c90;
    width: 3px;
    height: 40px;
    margin: 0 auto;
    box-shadow: none;
    border-radius: 0;
    left: 0;
    right: 0;
    top: -40px;
}

.serviceBox.blue {
    color: #6b9fe3;
}

.serviceBox.blue .title {
    border-color: #6b9fe3;
}

.serviceBox.blue .service-content,
.serviceBox.blue .service-icon,
.serviceBox.blue .service-icon:after {
    background: #6b9fe3;
}

.serviceBox.cyan {
    color: #31bfc4;
}

.serviceBox.cyan .title {
    border-color: #31bfc4;
}

.serviceBox.cyan .service-content,
.serviceBox.cyan .service-icon,
.serviceBox.cyan .service-icon:after {
    background: #31bfc4;
}

.serviceBox.purple {
    color: #8746ae;
}

.serviceBox.purple .title {
    border-color: #8746ae;
}

.serviceBox.purple .service-content,
.serviceBox.purple .service-icon,
.serviceBox.purple .service-icon:after {
    background: #8746ae;
}

@media only screen and (max-width: 990px) {
    .serviceBox {
        margin: 0 0 40px;
    }
}

.career-heading h1 {
    font-size: 25px;
    padding-bottom: 10px;
}

.career-heading p {
    font-size: 15px;
    padding-bottom: 20px;
}

.col-form-label {
    color: #000;
    font-size: 13px;
}

.--career-sec .btn,
.--career-sec .form-control,
.--career-sec .custom-select {
    height: 45px;
    border-radius: 0;
}

.--career-sec .custom-select {
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}

.custom-select:active,
.custom-select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000;
}

.--career-sec .btn {
    border: none;
    border-radius: 0;
    font-size: 11px;
    letter-spacing: .2rem;
    text-transform: uppercase;
    border-radius: 30px !important;
}

.--career-sec .btn.btn-primary {
    border-radius: 30px;
    background: #ef4339;
    color: #fff;
    -webkit-box-shadow: 0 15px 30px 0 rgba(239, 67, 57, 0.2);
    box-shadow: 0 15px 30px 0 rgba(239, 67, 57, 0.2);
}

.--career-sec .btn:hover {
    color: #fff;
}

.--career-sec .btn:active,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-wrap {
    -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #efefef;
}

.contact-wrap .col-form-label {
    font-size: 14px;
    color: #b3b3b3;
    margin: 0 0 10px 0;
    display: inline-block;
    padding: 0;
}

.contact-wrap .form,
.contact-wrap .contact-info {
    padding: 40px;
}

.contact-wrap .contact-info {
    color: rgba(255, 255, 255, 0.5);
}

.contact-wrap .contact-info ul li {
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.5);
}

.contact-wrap .contact-info ul li .wrap-icon {
    font-size: 20px;
    color: #fff;
    margin-top: 5px;
}

.contact-wrap .form {
    background: #fff;
}

.contact-wrap .form h3 {
    color: #000;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.contact-wrap .contact-info {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.contact-wrap .contact-info a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (max-width: 1199.98px) {
    .contact-wrap .contact-info {
        height: 400px !important;
    }
}

.contact-wrap .contact-info h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}

label.error {
    font-size: 12px;
    color: red;
}

#message {
    resize: vertical;
}

#form-message-warning,
#form-message-success {
    display: none;
}

#form-message-warning {
    color: #B90B0B;
}

#form-message-success {
    color: #55A44E;
    font-size: 18px;
    font-weight: bold;
}

.--career-sec .submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-weight: bold;
    font-size: 12px;
    color: #000;
}

.content {
    padding: 2rem 0;
}

.--career-sec .heading {
    font-size: 2.5rem;
    font-weight: 900;
}

.--career-sec .form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    background: none;
}

.--career-sec .form-control:active,
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000;
}

.blog-card {
    /*width: 85vw;
    margin: 1rem;*/
    padding-bottom: 1rem;
    border-radius: 5px;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.25);
}

.blog-card .blog-cover {
    height: 50vh;
    border-radius: 5px;
    overflow: hidden;
}

.blog-card .blog-cover img {
    width: 100%;
}

.blog-head {
    margin: 1rem;
}

.blog-head .blog-title {
    padding: 5px 0;
    color: #1565c0;
}

.blog-head .blog-subtitle .published {
    font-weight: bold;
}

.blog-body {
    margin: 1rem;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.4em;
}

.btn {
    margin: 0 1rem;
    padding: 1rem;
    background-color: #2196f3;
    width: max-content;
    color: #eee;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}

@media screen and (max-width: 800px) {
    .blog-card {
        width: calc(100vw - 3rem);
    }
}

.blog-details {
    padding: 50px 0;
}

.product-card .btn {
    padding: 7px;
    margin: 0 !important;
}

.project-details-section .desc-list li img {
    height: 20px;
    width: 20px;
}

.project-details-section .desc-list li {
    position: relative;
    padding: 5px 0 5px 10px;
    list-style: none;
    display: flex;
}

.team-img-border {
    border: 1px solid #00D5FF;
    padding: 10px;
}

/* .jagdeep-img img {
    width: 320px !important;
} */

.team-image img {
    width: 100%;
    height: 390px;
}

.main-heading-row {
    background-color: #b5e7ef;
}

.main-heading-row th,
.main-heading-row td {
    font-weight: 700;
    font-size: 20px !important;
}

.gallery-sec .heading-sec h1 {
    font-size: 25px;
    text-align: center;
    margin-top: 0;
    background: #00aeef;
    padding: 15px;
    color: #ffffff;
}

.gallery-sec {
    border: 4px groove #00aeef;
}

.gallery-modal .modal-dialog {
    max-width: 88% !important;
}

.kovi-product-slider-wrapper {
    width: 100%;
    padding: 25px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide,
.mySwiperDesktop .swiper-slide,
.mySwiper .swiper-slide,
.mySwiperLocal .swiper-slide,
.mySwiperBrand .swiper-slide,
.mySwiperEvent .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active,
.mySwiperDesktop .swiper-slide-thumb-active,
.mySwiperLocal .swiper-slide-thumb-active,
.mySwiperEvent .swiper-slide-thumb-active,
.mySwiperBrand .swiper-slide-thumb-active {
    opacity: 1;
}

.mySwiperDesktop,
.mySwiperLocal,
.mySwiperBrand,
.mySwiperEvent {
    margin-bottom: 10px;
    margin-top: 10px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
}



@media (min-width: 768px) {
    .mySwiper {
        display: none;
    }

    .kovi-product-slider-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }

    .mySwiper2,
    .mySwiper3,
    .mySwiper4 {
        height: 500px;
    }

    .swiper {
        width: 100%;
    }

    .mySwiperDesktop .swiper-slide,
    .mySwiperLocal .swiper-slide,
    .mySwiperBrand .swiper-slide {
        width: 100%;
    }

    /* .mySwiperDesktop {
      width: calc(22% - 20px);
    } */
    .mySwiper2 {
        width: 100%;
    }

    /* .swiper-slide img{
        width: 100px !important;
      } */
}

@media (max-width: 767px) {
    .kovi-product-slider-wrapper {
        display: flex;
        flex-direction: column;
    }

    .mySwiperDesktop,
    .mySwiperLocal,
    .mySwiperBrand {
        display: none;
    }

    .kovi-product-slider-wrapper {
        width: 100%;
        height: 70%;
    }


}

.swiper-vertical>.swiper-wrapper {
    flex-direction: row !important;
}

.swiper-vertical {
    overflow: visible !important;
}

.mySwiperDesktop,
.mySwiperLocal,
.mySwiperBrand,
.mySwiperEvent {
    height: 80px;
}

.contact-wrapper {
    margin: auto 0;
}

.submit-btn {
    float: left;
}

.reset-btn {
    float: right;
}

.form-headline {
    margin-bottom: 15px;
}

.form-headline:after {
    content: "";
    display: block;
    width: 10%;
    padding-top: 10px;
    border-bottom: 3px solid #00aeef;
}

.highlight-text {
    color: #00aeef;
}

.hightlight-contact-info {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
}

.highlight-text-grey {
    font-weight: 500;
}

.email-info {
    margin-top: 20px;
}

::-webkit-input-placeholder {
    /* Chrome */
    font-family: 'Roboto', sans-serif;
}

.required-input {
    color: black;
}

@media (min-width: 600px) {
    .contain {
        padding: 0;
    }
}

h3,
ul {
    margin: 0;
}

h3 {
    margin-bottom: 1rem;
}

.form-input:focus,
textarea:focus {
    outline: 1.5px solid #ec1c24;
}

.form-input,
textarea {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #00aeef;
}


ul {
    list-style: none;
    padding: 0;
}

.contacts {
    color: #212d31;
}

button,
.submit-btn,
.form-input,
textarea {
    padding: 1em;
}

button,
.submit-btn {
    background: transparent;
    border: 1px solid #00aeef;
    color: #00aeef;
    border-radius: 15px;
    padding: 5px 20px;
    text-transform: uppercase;
}

button:hover,
.submit-btn:hover,
button:focus,
.submit-btn:focus {
    background: #00aeef;
    outline: 0;
    color: #fff;
}

.error {
    color: #ec1c24;
}

.complaint-flow-chart {
    background-color: #00aeef;
    padding: 30px 0;
    margin-bottom: 50px;
}

.wrapper {
    padding: 20px;
}

.wrapper .form-input {
    margin-bottom: 15px;
    padding: 10px;
    font-size: 13px;
}

.heading-timing h4 {
    color: #fff;
    margin-bottom: 25px;
    text-align: center;
}

.hightlight-contact-info li {
    margin-bottom: 15px;
}

.img-scanner {
    margin: 20px 0;
}

.safeon-fetaure-sec li {
    list-style-type: disc;
}

.safeon-fetaure-sec {
    margin-left: 15px;
}

.wpb_video_wrapper {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.gallery-sec-one {
    padding: 10px;
    border: 1px solid #dcdcdd;
    margin-bottom: 15px;
    background-color: #eaeaea;
}

.gallery-sec-one img {
    width: 100%;
}

.gallery-sec-one figure {
    margin-bottom: 0;
}

.gallery-sec-one h1 {
    background-image: linear-gradient(to right, #000000, #00aeef);
    color: #fff;
    margin-top: 0;
    font-size: 25px;
    text-align: center;
    padding: 15px;
}

.registration .gallery-sec-one img {
    width: 100%;
    height: 155px;
}

.award-sec {
    padding: 40px 0 50px;
}

.contact-sec {
    background-color: #fff;
    border: 1px solid #ebedf3;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    height: 100%;
    display: flex;
    align-items: center;

}

.lining-sec {
    height: 100%;
    border-right: 3px solid #ebedf3;
}

.ema-ilinfo {
    text-align: center;
    width: 100%;
}

.ema-ilinfo .icon {
    height: 35px;
    width: 35px;
    background-color: #00aeef;
    border-radius: 50%;
    text-align: center;
    padding: 4px;
}

.ema-ilinfo .icon i {
    color: #fff;
}

.ema-ilinfo .mail-text {
    text-align: center;
}

.wrapper .section-title h4 {
    font-size: 38px;
    margin-bottom: 50px;
    line-height: 37px;
}

.wrapper .section-title h4 span {
    font-size: 32px;
    color: #00aeef;
}

.border-con {
    padding-bottom: 20px;
    padding-top: 20px;
    background-image: linear-gradient(45deg, #0029A6, #00D5FF);
}

.bg-con {
    background-image: linear-gradient(#ffffff, #cde7f0);
    padding-bottom: 20px;
}

.underline-heading {
    font-size: 23px;
    border-left: 1px solid #cfcfd0;
    padding-left: 15px;
    /* padding-bottom: 20px; */
    margin-bottom: 20px;
}

.career-section .team-list li {
    list-style-type: disc;
    margin-bottom: 15px;
    margin-left: 15px;
}
.work-culture{
    background-color: #f6f6f7;
}
.work-culture .work-culture-content{
    margin-bottom: 20px;
}
.work-culture .innovative-sec{
    margin-bottom: 30px;
}
.team-slide-section{
    padding: 120px 0;
}
.team-slide-section .slide-img-sec{
   padding: 30px 0;
}
.team-slide-section .career-list img{
  height: 385px;
}
.team-slide-section .team-bg--{
    background-image: linear-gradient(45deg, #0029A6, #00D5FF);
    display: flex;
    align-items: center;
    /* border: 9px groove #00aeef; */
}
.slide-img-sec{
    position: relative;
    z-index: 3;
}
.team-slide-section .team-bg-- h2{
    font-size: 42px;
    line-height: 49px;
    color: #fffbfb;
    font-weight: 800;
    margin-bottom: 20px;
    position: relative;
    padding: 10px 0;
}
.team-slide-section .team-bg-- h2::before{
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 50%;
    background-image: linear-gradient(to right, #a6175c, #ffffff);
}
.team-slide-section .team-bg-- .text-con p{
    font-size: 34px;
    line-height: 49px;
    color: #fffbfb;
    font-weight: 800;
}
.work-culture-content{
    text-align: center;
    margin-bottom: 20px;
}
.work-culture-content h1{
    color: #00aeef;
}
.catalog-res, .catalog-res:hover{
    border: none;
    background-color: transparent;
}
#fixed-btn {
    bottom: 27%;
    right: -221px;
    position: fixed;
    z-index: 500;
}
.catalog-res .catalog-btn {
    background-image: url(../images/resource/download.png);
    height: 39px;
    display: block;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    background-position: 3% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-6px);
    position: relative;
    transition: transform ease-in-out .5s;
    white-space: nowrap;
    border: 0;
    margin-bottom: 8px;
}
.catalog-res .catalog-text {
    display: block;
    background: #1c9eff;
    color: #fff;
    height: 38px;
    margin-left: 53px;
    padding: 0 20px 0 15px;
    line-height: 39px;
    width: 195px;
}
.catalog-res .catalog-btn:hover {
    transform: translate(-81%);
    text-decoration: none;
}
.download-section{
    padding: 120px 0 70px;
}
.column-sm--{
    margin-bottom: 20px;
}
.column-sm-- h3{
    text-align: center;
}
.button-43.w-40{
    width: 180px;
}
.breatcome-title .text-advo{
    color: #00aeef;
}
/*@media screen and (min-width: 992px){*/
/*    .slider-list .banner-slide{*/
/*        margin-top: 100px;*/
/*    }*/
/*}*/
.form-validate {
    position: relative;
}
.form-validate .error p{
    position: absolute;
    bottom: -23px;
    font-size: 12px;
}
.form-validate.form-group .error p{
    bottom: -38px;
}
  .mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000;         
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  position: fixed;          
  top: 0;
  left: 0;
  right: 0;                 
  width: 100%;
  z-index: 10000;

  transform: translateZ(0); 
  will-change: transform;
}

    .mobile-header img {
      max-height: 45px;
    }
    .hamburger {
      font-size: 24px;
      cursor: pointer;
    }

    
    .mobile-menu-area {
      position: fixed;
      left: 0;
      width: 100%;
      height: calc(80% - 60px);
      background: #fff;
      overflow-y: auto;
      transform: translateY(-100%);
      transition: 0.3s ease;
      z-index: 9999;
      margin-top: 56px;
    }
    .mobile-menu-area.active {
      transform: translateY(0);
    }

    .solar_menu ul {
      list-style: none;
    }
    .solar_menu ul li {
      border-bottom: 1px solid #eee;
      position: relative;
    }
    .solar_menu ul li a {
      display: block;
      padding: 12px 15px;
      color: #333;
      text-decoration: none;
      font-size: 16px;
    }
    .solar_menu ul li a:hover {
      background: #f9f9f9;
      color: #007bff;
    }

   
    .solar_menu ul li .sub-menu {
      display: none;
      background: #f7f7f7;
    }
    .solar_menu ul li.active > .sub-menu {
      display: block;
    }
    .solar_menu ul li .sub-menu ul li a {
      padding-left: 30px;
      font-size: 15px;
    }
    .solar_menu ul li .sub-menu ul li .sub-menu a {
      padding-left: 45px;
      font-size: 14px;
    }

   
    @media(min-width:992px){
      .mobile-header, .mobile-menu-area {display: none;}
    }
    
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    margin-top: 114px !important;
}


@media (min-width: 768px) and (max-width: 991px) {
    .owl-carousel .owl-stage-outer {
        margin-top: 30px !important;  /* 👈 yaha apni desired value dal do */
    }
}
@media (max-width: 767px) {
    .owl-carousel .owl-stage-outer {
        margin-top: 57px !important;
    }
}



@media (max-width: 767px) {
  .row {
    --bs-gutter-x: 0;  
  }
}



.mobile-header .logo {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.mobile-header .logo::before {
 content: "";
    position: absolute;
    top: -10px;
    left: -40%;
    width: 150%;
    height: 100%;
    background: #fff;
    transform: skew(-30deg);
    z-index: -1;
    height: 57px;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .mobile-menu-area {
        margin-top: 50px; /* yaha apni requirement ke hisaab se value do */
    }
}
.breatcome-section.career {
    width: 100%;
    margin: 0;
    padding: 130px 0; /* ya jitna chahiye */
}


@media (max-width: 1024px) and (min-width: 769px) {
    .breatcome-section {
        margin-top: 0px; 
        padding: 100px 0; 
    }
}


@media (max-width: 768px) {
    .breatcome-section {
        margin-top: 0px; 
        padding: 60px 15px; 
    }
}