/*-------------------------------------------------------
[Table of contents]

1. Header
	+ logo
	+ top navigation
	+ search
	
2. Content
	+ feature sections
	+ page title
	+ parallax backgrounds
	+ video backgrounds
	.subsidy-text
3. Sidebar
	+ site search
	+ tabs
	+ portfolio widgets
	+ advertisements

3. Typography
	+ lists
	+ buttons
	+ styled boxes
	+ dropcaps
	+ highlight colors
	+ tables
	+ pricing tables
	+ framed boxes
	+ pagination
	
4. Footer
	+ copyrights
	+ google map
	
--------------------------------------------------------*/


/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/

.site_wrapper {
    width: 100%;
    margin: 0 auto 0 auto;
}

.container_full {
    width: 100%;
    float: left;
    margin: auto;
}

.container_fhstyle {
    width: 97.2%;
    margin: 0 auto;
}

.container_fhstyle2 {
    width: 100%;
    margin: 0 auto;
}

.container {
    width: 1280px;
    margin: auto;
}

.content_fullwidth {
    float: left;
    width: 100%;
    padding: 120px 0px 0px 0px;
}

.content_fullwidth.less {
    padding: 0px 0px 0px 0px;
}

.content_fullwidth.less2 {
    padding: 100px 0px 0px 0px;
}

.content_left {
    float: left;
    width: 71%;
    padding: 0px 0px 0px 0px;
}

.left_sidebar {
    float: left;
    width: 25%;
    padding: 0px 0px 0px 0px;
}

.content_right {
    float: right;
    width: 71%;
    padding: 0px 0px 0px 0px;
}

.right_sidebar {
    float: right;
    width: 25%;
    padding: 0px 0px 0px 0px;
}

.content_halfsite {
    float: left;
    width: 47.5%;
    margin-right: 5%;
    padding: 0px 0px 0px 0px;
}

.content_halfsite.last {
    margin-right: 0;
}


/* columns */
.one_half,
.one_third,
.one_fourth,
.two_third,
.three_fourth,
.one_fifth,
.onecol_forty,
.onecol_sixty,
.onecol_thirtyfive {
    position: relative;
    margin-right: 4%;
    float: left;
}

.one_full {
    width: 100%;
}

.one_half {
    width: 48%;
}

.one_third {
    width: 30.650%;
}

.one_fourth {
    width: 22%;
}

.one_fifth {
    width: 16.800%;
}

.two_third {
    width: 65.350%;
}

.three_fourth {
    width: 74%;
}

.onecol_forty {
    width: 40%;
}

.onecol_sixty {
    width: 56%;
}

.onecol_thirtyfive {
    width: 35%;
}

/* Less Space Bitween Columns */
.one_half_less,
.one_third_less,
.one_fourth_less,
.two_third_less,
.three_fourth_less,
.one_fifth_less,
.onecol_forty_less,
.onecol_sixty_less,
.onecol_thirtyfive_less {
    position: relative;
    margin-right: 2%;
    float: left;
}

.one_full_less {
    width: 100%;
}

.one_half_less {
    width: 49%;
}

.one_third_less {
    width: 32%;
}

.one_fourth_less {
    width: 23.500%;
}

.one_fifth_less {
    width: 18.400%;
}

.two_third_less {
    width: 66%;
}

.three_fourth_less {
    width: 74.500%;
}

.onecol_forty_less {
    width: 40%;
}

.onecol_sixty_less {
    width: 58%;
}

.onecol_thirtyfive_less {
    width: 36.250%;
}

.last {
    margin-right: 0 !important;
    clear: right;
}

/*---------------------------------------------------
	HEADER
------------------------------------------------------*/

/* Logo */
#logo {
    float: left;
    display: block;
    width: 100%;
    min-height: 72px;
    margin-top: 0px;
    position: relative;
    text-indent: -999em;
    background: url(../images/logo.png) no-repeat left top;
}



/* header area adinationals */
.logo {
    float: left;
    width: 25%;
    margin-top: -10px;
}


.menu_main {
    float: left;
    width: 75%;
    z-index: 9999;
    margin-top: 12px;
}


.mstslider {
    width: 100%;
    float: left;
}

.header-menu {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 10px;
    padding: 10px 15px
}

.slidermar {
    float: left;
    margin-top: 80px;
}

.text-layer {
    clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
    width: 60%;
    height: 100%;
    overflow: hidden;
    background: rgb(7, 124, 180, 0.7);
    padding: 50px;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    z-index: 9;
}





/* top navigations */
.top_nav {
    float: left;
    width: 100%;
    /*padding: 18px 0;*/
    background: #19142d;
    border-bottom: 1px solid #f9f9f9;
    font-size: 15px;
    color: #000;
}

.top_nav .left {
    float: left;
    width: 70%;
    padding: 12px 0px;
}

.top-menu ul {
    list-style: none;
    margin: 0px;
}

.top-menu ul li {
    display: inline-block;
    margin-right: 36px;
    position: relative;
}

.top-menu ul li a::after {
    position: absolute;
    content: "";
    height: 30px;
    width: 2px;
    background: #3a3a42;
    left: -22px;
    top: -2px;
    opacity: 0.702;
}

.top-menu ul li.line a::after {
    display: none;
}

.top-menu ul li a {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
}


.top-menu ul li a i {
    color: #fab216;
    font-size: 15px;
    margin-right: 7px;
}

.top_nav .right {
    float: left;
    width: 30%;
}

.top-right-btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f47a20;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
    width: 100%;
    float: left;
    padding: 10px;
}

.top-right-btn a {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

.top_nav ul.topsocial {
    float: right;
    padding: 0px;
    margin: 0px 10px 0px 0px;
    padding: 5px 0px;
}

.top_nav .topsocial li {
    float: left;
    padding: 0px;
    margin: 0px 14px 0px 0px;
}

.top_nav .topsocial li a {
    float: left;
    color: #000;
    font-size: 15px;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    transition: all 0.3s ease;
    margin-right: 0px;
}

.top_nav .topsocial li a i {
    float: left;
    color: #000;
    background: #dddddd;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%
}

.top_nav .topsocial li a:hover {
    color: #999;
}

.tpbut {
    float: right;
    color: #c3c3c3;
    margin-left: 0px;
    padding: 7px 18px;
    border-right: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
    transition: all 0.3s ease;
}

.tpbut:hover,
.tpbut.active {
    color: #999;
    background: #f9f9f9;
}

.tpbut.two {
    border-right: 1px solid #f3f3f3;
    border-left: none;
}

.top_section {
    float: left;
    width: 100%;
    height: 138px;
    background: #000;
}

.top_section .left {
    float: left;
    width: 40%;
}

.top_section .right {
    float: left;
    width: 60%;
    margin-top: 27px;
    text-align: right;
    color: #fff;
    font-size: 13px;
}

.top_section .right a {
    color: #fff;
    font-size: 13px;
    transition: all 0.3s ease;
}

.top_section .right a:hover {
    color: #ccc;
}

.top_section .right i {
    color: #999;
    margin-left: 22px;
}

.top_section ul.topsocial {
    float: right;
    padding: 0px;
    margin: 0px 0px 0px 20px;
}

.top_section .topsocial li {
    float: left;
    padding: 0px;
    margin: 0px 5px 0px 0px;
}

.top_section .topsocial li a {
    float: left;
    color: #fff;
    font-size: 11px;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    transition: all 0.3s ease;
    margin: 0;
    background: #333;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    line-height: 20px;
}

.top_section .topsocial li a:hover {
    background: #999;
}

.top_section .topsocial li a i {
    color: #fff;
    margin: 0;
}

.menu_rlinks {
    float: right;
    width: 16%;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.3px;
    font-weight: 300;
}

.menu_rlinks .mrbut {
    float: right;
    color: #ccc;
    margin-left: 0px;
    padding: 18px 22px 17px 22px;
    border-right: 1px solid #707070;
    border-left: 1px solid #707070;
    transition: all 0.3s ease;
}

.menu_rlinks .mrbut:hover {
    color: #fff;
    background: #727272;
}

.menu_rlinks .mrbut.two {
    border-right: 1px solid #707070;
    border-left: none;
}

/* sola btn */

.solar-btn {
    display: inline-block;
    margin-right: 32px;
}

.solar-btn a {
    display: inline-block;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    background: #f26222;
    color: #fff;
    padding: 13px 25px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}

.solar-btn input {
    width: 90%;
    position: absolute;
    left: 0;
    border: 0px;
    color: transparent;
    background-color: transparent;
}




.solar-btn a::before {
    position: absolute;
    content: "";
    background-color: #1070b0;
    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%;
}

/*==================================================
 <-- Solar Panel  About Section Css-->
===================================================*/


.about-section {
    padding: 100px 0 100px;
}

.about-thumb {
    position: relative;
}

.about-thumb img {
    width: 100%;
}

.home-about-left {
    width: 45%;
    float: left;
    margin-right: 5%;
}

.home-about-right {
    width: 45%;
    float: left;
    margin-right: 0%;
}

.about-counter {
    position: absolute;
    background: #f26222;
    width: 180px;
    height: 158px;
    border-radius: 3px;
    text-align: center;
    top: 0;
    right: 0;
}

.about-counter-text {
    position: relative;
    padding: 28px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    align-content: center;
}

.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 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: #e63a27;
    top: 6px;
    right: 0;
}

.about-section-sub-title::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 35px;
    background: #e63a27;
    top: 15px;
    right: -12px;
}

.about-section-sub-title h4 {
    font-size: 19px;
    line-height: 21px;
    color: #e63a27;
    font-weight: 500;
    margin: 0;
    margin-bottom: 10px;
}

.about-section-main-title h2 {
    font-size: 36px;
    line-height: 50px;
    color: #1c1632;
    font-weight: 600;
    margin-bottom: 23px;
}

.about-content-discription p {
    font-size: 16px;
    line-height: 28px;
    color: #434141;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 0.2px;
}

.about-content-discription h4 {
    font-size: 22px;
    line-height: 30px;
    color: #1c1632;
    font-weight: 600;
    /* font-style: italic; */
}

.about-contact {
    margin-top: 25px;
}

.about-phone-no {
    font-size: 24px;
    line-height: 34px;
    color: #1070b0;
    font-weight: 500;
    margin-right: 20px;
}

/*==================================================
 <-- Solar Panel  Service Section Css-->
===================================================*/

.service-section {
    padding: 60px 0 80px;
    background: #f2f2f2;
}

.service-thumb img {
    width: 100%;
}

.service-content {
    background: url(../images/servie-hover.png);
    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/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: 84px;
    height: 80px;
    line-height: 54px;
    text-align: center;
    border-radius: 0px 0px 45px 45px;
    margin-bottom: 30px;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-box:hover .service-icon-thumb {
    background: #e35e27;
}

.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: 32px;
    color: #e2e2e2;
    font-weight: 500;
}

.service-text h4 a {
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    min-height: 65px;
    text-transform: capitalize;
}

.service-box:hover .service-text h4 {
    color: #e35e27;
}

.service-text p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    margin: 20px 0 45px;
    position: relative;
}

.service-box-footer {
    padding: 20px 0 0px;
    position: relative;
    margin-top: 20px;
    display: block;
}

.service-box-footer::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #e8e8e8;
    top: 0px;
    left: 0;
    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: #e35e27;
}

.service-text a i {
    font-size: 12px;
    margin-left: 8px;
}

.service-slider .slick-slider {
    margin: 0 -15px;
}

.service-slider .slick-slide {
    text-align: center;
    margin-right: 15px;
    margin-left: 15px;
}

/* service box style two */

.service-box {
    margin-bottom: -24px;
}

.service-number {
    position: absolute;
    font-size: 90px;
    top: 60px;
    right: 10px;
    transform: translateX(0px) translateY(-100%);
    z-index: 10;
    opacity: .1;
    font-weight: 700;
    color: #fff;
}

/*==================================================
 <-- Solar Panel  Section title Css-->
===================================================*/

.section-sub-title {
    position: relative;
    display: inline-block;
}

.section-sub-title::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 35px;
    background: #e63a27;
    left: 0;
    top: 10px;
}

.section-sub-title::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 35px;
    background: #e63a27;
    left: -12px;
    top: 18px;
}

.section-sub-title h4 {
    font-size: 24px;
    color: #e63a27;
    font-weight: 500;
    margin-bottom: 0px;
    position: relative;
    padding: 0 50px 0;
}

.section-sub-title h4::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 35px;
    background: #e63a27;
    right: 0;
    top: 10px;
}

.section-sub-title h4::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 35px;
    background: #e63a27;
    right: -12px;
    top: 18px;
}

.section-main-title h2 {
    font-size: 36px;
    color: #1c1632;
    font-weight: 600;
    margin-bottom: 5px;
    padding-top: 20px;
}

.section-main-title p {
    font-size: 17px;
    color: #434141;
    font-weight: 600;
    margin-bottom: 42px;
    padding-top: 20px;
    width: 100%;
    float: left;
}

.text-center {
    text-align: center;
}

/*=====================================================*/

/* why section title */

.why-section-sub-title {
    position: relative;
    display: inline-block;
    padding: 0 50px 0;
    margin: 0 -50px 0;
}

.why-section-sub-title::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 35px;
    background: #e63a27;
    top: 6px;
    right: 0;
}

.why-section-sub-title::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 35px;
    background: #e63a27;
    top: 15px;
    right: -12px;
}

.why-section-sub-title h4 {
    font-size: 19px;
    line-height: 21px;
    color: #e63a27;
    font-weight: 500;
    margin: 0;
    margin-bottom: 10px;
}

.why-section-main-title h2 {
    font-size: 20px;
    line-height: 32px;
    color: #1c1632;
    font-weight: 600;
    margin-bottom: 23px;
    margin-top: 5px;
}

.why-section {
    padding: 100px 0px 180px;
    background: url(../images/why-bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.why-box {
    width: 100%;
    float: left;
    position: relative;
}

.why-box .item-img {
    width: 70%;
    position: relative;
    text-align: center;
    z-index: 9;
    border-radius: 6px;
    overflow: hidden;
}

.why-box .item-img img {
    width: 100%;
    margin-bottom: -6px;
}

.choose-video-icon {
    position: absolute;
    content: "";
    top: 50px;
    right: calc(20% + 60px);
}

.choose-video-icon a {
    display: inline-block;
    width: 120px;
    height: 120px;
    background-color: #ff5e14;
    line-height: 120px;
    text-align: center;
    font-size: 16px;
    color: #FF5E14;
}

.choose-video-icon a i {
    width: 63px;
    height: 63px;
    border-radius: 31px;
    background-color: #ffffff;
    line-height: 63px;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
}

@-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)
    }
}



.why-box .item-content {
    position: absolute;
    width: 50%;
    background-color: #ffffff;
    border-radius: 0;
    padding: 70px 50px 60px 70px;
    right: 0;
    z-index: 9;
    top: 50px;
    box-shadow: 0 7px 49px 0 rgb(0 0 0 / 9%);
    border-radius: 6px;
}

.why-box .item-content p {
    font-size: 16px;
    line-height: 24px;
    color: #434141;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 0.2px;
}

.choose-list li img {
    position: relative;
    margin-right: 12px;
    margin-top: -2px;
}

.choose-list li {
    font-size: 18px;
    color: #434141;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
}

/*=========================================*/
.cta-sec {
    width: 100%;
    float: left;
    padding: 0px 0px 100px;

}

.cta-sec-bg {
    width: 100%;
    float: left;
    background: url(../images/cta-bg1.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    height: 350px;
}

.cta-content-box {
    padding: 50px 0px;
}

.cta-content-box h3 {
    color: #fff;
    font-size: 35px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 30px;
}

.cta-content-box h4 {
    color: #fff;
    font-size: 19px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 10px;
}

.cta-sec-contact {
    width: 100%;
    float: left;
    padding-left: 0px;
}

.cta-sec-contact h3 {
    color: #fff;
    font-size: 22px;
    line-height: 36px;
    font-weight: 600;
    text-transform: none;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    letter-spacing: 0.5px;
}

.cta-sec-contact h5 {
    color: #fff;
    font-size: 35px;
    line-height: 54px;
    font-weight: 600;
    text-transform: none;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    margin-bottom: 36px;
}

.cta-sec-contact a {
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    font-weight: 500;
    text-transform: none;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    margin-bottom: 0px;
    border: 1px solid #1070b0;
    background: #1070b0;
    transition: all 0.3s ease-in-out;
}

.cta-sec-contact a:hover {
    background: transparent;
}

.cta-thumb {
    margin-top: -70px;
}

.cta-thumb img {
    margin-bottom: -6px;
}

/*===========================================*/


/** special section title */

.special-section-sub-title {
    position: relative;
    display: inline-block;
    padding: 0 50px 0;
    margin: 0 -50px 0;
    padding-right: 60px;
}

.special-section-sub-title::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 35px;
    background: #e63a27;
    top: 6px;
    right: 0;
}

.special-section-sub-title::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 35px;
    background: #e63a27;
    top: 15px;
    right: -12px;
}

.special-section-sub-title h4 {
    font-size: 22px;
    line-height: 24px;
    color: #e63a27;
    font-weight: 500;
    margin: 0;
}

.special-section-main-title h2 {
    font-size: 26px;
    line-height: 40px;
    color: #1c1632;
    font-weight: 600;
    margin-bottom: 23px;
    margin-top: 5px;
}

/*================================*/
.service-blolck {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.services-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    z-index: 1;
}

.services-one__single-inner {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
    border-radius: 15px;
    padding: 34px 19px 40px;
    text-align: center;
    background: #ffffff url(../images/first-sec-bg.png) no-repeat center;
    background-size: cover;
    z-index: 1;
    margin-bottom: 20px;
    min-height: 355px;
}

.services-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    /*background: linear-gradient(90deg, #1881bd, #59aad8);*/
    margin: 0 auto 0;
    z-index: 1;
    border-radius: 15px;
    margin-bottom: 20px;
}

.services-one__icon img {
    width: 140px;
    height: 140px;
}

.services-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 60px;
    color: #fff;
}

.services-one__title a {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 35px;
}

.services-one__text {
    color: #000;
    font-size: 16px;
    line-height: 28px;
}

.services-one__hover-content {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background-position: center top;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 2;
}

.services-one__single:hover .services-one__hover-content {
    transform: scaleY(1.0);
}

.services-one__hover-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.services-one__hover-title-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px 30px 14px;
    background-color: #d10101;
    text-align: left;
    overflow: hidden;
    z-index: 2;
}

.services-one__hover-shpae {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .20;
    z-index: -1;
}

.services-one__hover-shpae img {
    width: auto;
}

.services-one__hover-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.3px;
    margin-bottom: 5px;
}

.services-one__hover-title a {
    color: #fff;
}

.services-one__arrow {
    position: absolute;
    bottom: 45px;
    right: 10px;
    z-index: 2;
}

.services-one__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: #fff;
    font-size: 17px;
    color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-one__arrow a:hover {
    color: #fff;
    background-color: #d10101;
}



/***
======================================================
<-- Constre projects Area Css -->
======================================================***/
.projects-area {
    padding: 100px 0 100px;
}

.projects-single-box {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 15px;
}

.projects-single-box::before {
    position: absolute;
    content: "";
    height: 100%;
    left: 0px;
    width: 100%;
    background-image: linear-gradient(0deg, rgba(255, 94, 20, 0.9999999999999999) 0%, rgba(21, 24, 72, 0) 100%);
    border-radius: 5px;
    opacity: 0;
    transition: .5s;
}

.projects-thumb img {
    width: 100%;
}

.projects-content {
    position: absolute;
    bottom: -67px;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transition: .5s;
}

h3.projects-title a {
    display: inline-block;
    font-size: 26px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 7px;
}

span.projects-text {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
}


.projects-single-box:hover::before {
    opacity: 1;
}

.projects-single-box:hover .projects-content {
    opacity: 1;
    bottom: 29px;
}

.projects-list {
    margin-top: 30px;
}

.projects-list .slick-slider {
    margin: 0 -15px;
}

.projects-list .slick-slide {
    text-align: center;
    margin-right: 15px;
    margin-left: 15px;
}



/*----------------------------------------------------
   testimonial-sec 
------------------------------------------------------*/
.testimonial-sec {
    width: 100%;
    float: left;
    background: #152332;
    padding: 80px 0px;
    position: relative;
    margin-top: 80px;

}

.testimonial-sec:before {
    background: url(../images/map-testimonial.png) no-repeat center;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.25;
}

.testi-image {
    width: 80pX;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.testi-image img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-block {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.testi-item {
    border: 1px solid #3e3d5d;
    border-radius: 5px;
    text-align: center;
    padding: 45px 30px;
    position: relative;
    background: rgb(255 255 255/0.04);
}

.star-box i {
    color: #ffb744;
}


.testi-item h4 {
    font-weight: 500;
    text-align: center;
    color: #c5c5cf;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.testi-item p {
    font-weight: 400;
    text-align: center;
    color: #9a99ab;
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.testi-item .testi-name {
    font-weight: 600;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.testimonial-block .slick-slider {
    margin: 0 -15px;
}

.testimonial-block .slick-slide {
    text-align: center;
    margin-right: 15px;
    margin-left: 15px;
}

.testimonial-block .small-text {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0px
}

.quote-testi {
    position: absolute;
    content: "";
    right: 0px;
    bottom: 0px;
    opacity: 0.05;

}

.testimonial-block .slick-prev:before,
.testimonial-block .slick-next:before {
    color: rgb(255 255 255/0.2);
}


/*---------------------------------------------------
 scroll up 
------------------------------------------------------*/

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 1;
    position: fixed;
    bottom: 22px;
    right: 20px;
    display: none;
    text-indent: -9999px;
    background: url(../images/scroll-top-arrow.png) no-repeat left top;
    z-index: 9001;
}



/*----------------------------------------------------
 FOOTER STYLES
------------------------------------------------------*/

.footer {
    float: left;
    width: 100%;
    padding: 60px 0px 00px 0px;
    background: #191919;
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: 0.3px;
    border-top: 0px solid #26262b;
    margin-top: 70px;
}

.footer .qlinks li a {
    color: rgba(255, 255, 255, 0.75);
}

.footer h4 {
    font-size: 18px;
    color: #25a9e0;
    font-weight: 500;
}

.footer-logo {
    margin-top: -15px;
}

/* Address */
ul.faddress {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.faddress li {
    padding: 2px 0px 17px;
    margin: 0px;
    padding-left: 34px;
    position: relative;
    color: rgba(255, 255, 255, 0.75);
    transition: all 0.3s ease;
    border-bottom: 1px solid hsla(0, 0%, 100%, .06);
}

.faddress li a {
    color: rgba(255, 255, 255, 0.75);
}

.faddress li+li {
    padding-top: 15px;
    padding-bottom: 15px;
}

.faddress li:last-child {
    border-bottom: 0px solid hsla(0, 0%, 100%, .06);
}

.faddress li a {
    transition: all 0.3s ease;
    font-size: 16px;
}

.faddress li img {
    float: left;
    margin-left: -34px;
    width: 25px;
    padding-top: 1px;
}

.faddress li:hover {
    color: #25a9e0;
}

.faddress li a:hover {
    color: #25a9e0;
}

.faddress li:hover i {
    color: #25a9e0;
}

/* quick links */
.qlinks {
    float: left;
    width: 100%;
}

.qlinks ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 5px 0px 0px 0px;
}

.qlinks li {
    padding: 4px 0px;
    margin: 0px;
}

.qlinks li a {
    color: #a5a0a0;
    transition: all 0.3s ease;
    font-size: 16px;
}

.qlinks li a:hover {
    color: #25a9e0;
}

.qlinks li a i {
    margin-right: 3px;
    color: #a5a0a0;
    font-size: 15px;
}

.qlinks li a:hover i {
    color: #25a9e0;
}


.footer-top-bg {
    background-image: linear-gradient(to right, #532f7b, #773c5e, #964846, #d1611b, #f67603, #fd9f0a, #fdc930, #fadf4f, #a7bd44, #3e832a, #0e671e);
    width: 100%;
    height: 10px;
}

.footer-1 {
    /* width: 25%;
    float: left; */
    /* margin-right: 7%; */
}

.footer-2 {
    /* width: 21%;
    float: left; */
    /* margin-right: 3%; */
}

.footer-3 {
    /* width: 13%;
    float: left; */
    /* margin-right: 3%; */
}

.footer-4 {
    /* width: 28%;*/
    float: left;
    /* margin-right: 0%; */
    background-color: hsla(0, 0%, 100%, .03);
    padding: 20px;
    border-radius: 10px;
    margin-top: -20px;
}

/* footer social links */
.footer-social-links {
    /* width: 100%; */
    float: left;
    margin-top: 10px;
}

ul.footer_social_links {
    float: left;
    /* padding: 0px; */
    margin: 0px 0px 0px 0px;
}

.footer_social_links li {
    float: left;
    padding: 0px;
    /* margin: 0px 0px 0px 7px; */
}

.footer_social_links li a i {
    width: 30px;
    height: 30px;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    transition: all 0.3s ease-in;
    /* border: 1px solid #25a9e0; */
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    position: relative;
}

.footer_social_links li a i:hover {
    color: linear-gradient(to left, #0978b1, #25a9e0);
    background: transparent;
    /* border: 1px solid #fff; */
    /*  border-image-slice: 1;*/
    /*border-radius: 50% !important;*/
    /*  border-image-source: linear-gradient(to left, #0978b1, #25a9e0);
  background: linear-gradient(to right, #0978b1 0%, #25a9e0 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/

}

.footer_social_links .facebook {
    background: #1877f2;
    border-radius: 50%;
}

.footer_social_links .twitter {
    background: #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.footer_social_links .instagram {
    background: linear-gradient(to top, #fbcf2a 0%, #c41c99 100%);
    /* background-image: linear-gradient(#c41c99, #fbcf2a); */
    /* background: #c41c99; */
    border-radius: 50%;
}

.footer_social_links .linkedin {
    background: #007ab9;
    border-radius: 50%;
}

.footer_social_links .youtube {
    background: #ff0000;
    border-radius: 50%;
}

.footer_social_links .whatsapp {
    background: #25d366;
    border-radius: 50%;
}

/* copyrights */
.copyright_info {
    float: left;
    padding: 25px 0px 20px 0px;
    margin: 50px 0px 0px 0px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    background: #282727;
    border-top: 0px solid #424247;
    font-family: 'Poppins', sans-serif;
}

.copyright_info a {
    /* color: #25a9e0; */
    font-size: 14px;
}

.copyright_info a:hover {
    color: #fff;
}



/*=================page
=======================================*/




.subsidy-section {
    padding: 20px 0 80px;
}

.subsidy-section h3 {
    font-size: 26px;
    color: #1c1632;
    font-weight: 600;
    margin-bottom: 50px;
    text-align: center;
}

.packages-box {
    width: 25%;
    float: left;
}

.package-price {
    background-color: #F6D58A;
}

.package-line {
    position: relative;
    margin-top: -28px;
}

.package-list {
    background-color: #FFFAEF;
    padding: 18px 0;
    margin-top: -8px;
}

.package-price-1 {
    background-color: #80BEF5;
}

.package-list-1 {
    background-color: #EAF5FF;
    padding: 18px 0;
    margin-top: -8px;
}

.package-price-2 {
    background-color: #6ce7be;
}

.package-list-2 {
    background-color: #ebfff8;
    padding: 18px 0;
    margin-top: -8px;
}


.package-heading {
    clip-path: polygon(0% 0%, 100% 0%, 100% 38%, 50% 30%, 0% 38%);
    width: 13em;
    height: 7.25em;
    /*background: #fff;*/
    text-align: center;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #000;
    padding-top: 12px;
    /* padding: 0; */
    padding-left: 0px;
    padding-right: 0px;
}

.price-text h2 {
    text-align: center;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #000;
    margin-top: -72px;
    padding-bottom: 20px;
    margin-bottom: 5px;
    padding-top: 20px;
}

.price-text p {
    text-align: center;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #000;
    padding-bottom: 25px;
}

.package-list-text p {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #000;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 14px;
    padding-left: 18px;
    padding-right: 18px;
}

.send-enquiry {
    background-color: #F6D58A;
    padding: 8px 21px;
    color: #000;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    border-radius: 25px;
    margin-top: 12px;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
}

/*======contact-us==========*/


.rts-section-gap {
    width: 100%;
    float: left;
    display: inline-block;
    padding: 80px 0 40px;
}

.single-contact--info-wrapper {
    background: #F7F7F7;
    text-align: center;
    border-radius: 0 0 5px 5px;
    height: 170px;
}

.single-contact--info-wrapper .thumbnail {
    position: relative;
}

.single-contact--info-wrapper .thumbnail .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.single-contact--info-wrapper .content {
    padding: 60px 5px;
}

.single-contact--info-wrapper .content span {
    margin-bottom: 0;
    transition: 0.3s;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    line-height: 1.24;
    color: #25a9e0;
}

.single-contact--info-wrapper .content .title {
    color: #000;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 12px;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    text-transform: none;
}


/*contact-sec-1*/


.contact-sec-1 {
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 0px;
    box-shadow: 0px 4px 8px 1px rgb(0 0 0 / 20%);
}

.contact-sec-1 .form-sec {
    width: 42%;
    float: left;
    background: #fff;
    padding: 40px;
    margin-right: 6%;
}

.contact-sec-1 .map-sec {
    width: 52%;
    float: left;
    padding: 30px;
    padding-bottom: 40px;
    background: #fff;
}

.form-sec h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 18px;
    color: #000;
    font-weight: 600;
}

.submit {
    background-color: #1070b0;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    margin-left: 0px;
    border: none;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    float: left;
}

.submit a {
    color: #fff;
    text-decoration: none;
    margin-left: 0px;
    font-family: 'Poppins', sans-serif;
}

.map-sec h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 18px;
    color: #000;
    font-weight: 600;
}

/*about-us*/


.about-contain {
    width: 100%;
    float: left;
    margin-top: 80px;
    margin-bottom: 80px;
    display: inline-block;
}

.about-text-left {
    width: 48%;
    float: left;
    margin-right:7%;
}

.about-text-left h5 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #000000;
}

.about-text-left h5 span {
    color: #fff;
    font-size: 32px;
    background-color: #f26222;
    display: inline-block;
    margin-right: 5px;
    padding: 5px 8px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}


.about-text-left p {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 15px;
}

.about-text-left p:last-child {
    padding-bottom: 0px;
}

.about-text-right {
    width: 45%;
    float: left;
    margin-right: 0%;
}

.about-text-right img {
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    width: 100%;
    height: auto;    margin-top: 145px;
}

.about-li ul li{width: 100%; float: left;  color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 15px;margin-left: 30px;}

.about-li ul li i{
    padding-right: 12px;    margin-left: -30px;}

/*mission-vision*/

.term-section {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 80px;
    display: inline-block;
    position: relative;
}

.rts-single-working-process {
    background-image: url(../images/working-process-01.png);
    position: relative;
    background-size: contain;
    height: 560px;
    padding: 50px 40px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}

.rts-single-working-process .icon {
    width: 100px;
    height: 100px;
    background: #1070b0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 27px;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s;
}

.rts-single-working-process .content p.disc {
    font-weight: 400;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    color: #000;
}

.rts-single-working-process .content .step_number {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    height: 55px;
    background: #f26222;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rts-single-working-process .content .step_number span {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

.rts-single-working-process::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    background: #00000052;
    filter: blur(120px);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.35;
}

.rts-single-working-process .title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 12px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #000;
}

.rts-single-working-process .special-text {
    border-left: 3px solid #f26222;
    margin-top: 15px;
    background-color: #4aab3d12;
    padding: 15px;
    /*clip-path: polygon(0% 0%, 75% 0%, 90% 50%, 100% 99%, 0% 100%); */
}

.rts-single-working-process .special-text p {
    color: green;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 0px;
}

/*=============*/
.imperial {
    width: 100%;
    float: left;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    /* padding: 3rem; */
    /* border-top: 5px solid blue; */
    /* border-bottom: 5px solid blue; */
    /* box-shadow: 0px 2px 9px #00000055; */
}

/*==========*/

.keypoint {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
    height: 50px;
}

.keypoint blockquote {
    font-size: 20px;
    padding: 15px 30px 220px 15px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    color: #fff;
    border-left: 0px solid #e54c4c;
    box-shadow: 0px 2px 9px #00000055;
    /* width: 1000px; */
    background: #25a9e0;
    clip-path: polygon(0 0, 96% 0%, 100% 20%, 100% 20%, 100% 20%, 0 20%, 0 20%, 0 20%);
    margin: 0px;
}



/*SERVICES*/

/*solar-on-grid-systems*/


.disc-b-title {
    max-width: 80%;
    font: 16px 'Poppins', sans-serif;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: #000;
}

.rts-short-service-area {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.rts-short-service-area .short-information .title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    line-height: 32px;
    margin-bottom: 10px;
}

.rts-short-service-area .short-information p.disc {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    max-width: 70%;
}

.rts-short-service-area .short-information p:last-child {
    margin-bottom: 0;
}


.rts-short-service-area {
    margin-bottom: 30px;
}

/*.rts-short-service-area .icon  { width:75px;height:75px; }*/

.rts-short-service-area .icon img {
    box-shadow: 0px 4px 30px 0px rgb(0 0 0 / 10%);
    border-radius: 50%;
    border: 0;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    padding: 10px;
}

.title--skew-up {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 8px;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

.benefit-title {
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 30px;
    font-style: normal;
    color: #f26222;
    padding-top: 30px;
}

.short-service-area-start-six {
    padding: 80px 0 20px;
}

/*thumbnail-small*/


.thumbnail-small {
    width: 100%;
    float: left;
    position: relative;
    max-width: max-content;
    margin-top: -300px;
}

.thumbnail-small img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    background: #fff;
    border: 1px solid #e4e4e4;
}


.thumbnail-small .text-11 {
    font: 16px 'Poppins', sans-serif;
    font-weight: normal;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #f26222;
    padding-top: 8px
}

/*overview-content*/

.overview-content {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
}

.overview-content h4 {
    font: 22px 'Poppins', sans-serif;
    font-weight: normal;
    line-height: 33px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #f26222;
    padding-top: 0px;
}


.overview-content .features-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 16px;
    margin-left: -10px;
    margin-right: -10px;
}

.overview-content .features-list li {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.overview-content .features-list li span {
    display: block;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 15px 15px;
    z-index: 1;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #0b0b31;
    border-left: 2px solid #f26222;
    font-weight: 400;
    font-size: 16px;
    -webkit-box-shadow: -1px 3px 20px 0px rgb(82 90 101 / 10%);
    box-shadow: -1px 3px 20px 0px rgb(82 90 101 / 10%);
    line-height: 28px;
}

.overview-content .features-list li span::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    border-radius: 3px;
    background-color: #F53148;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}


.overview-content .features-list-1 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 16px;
    margin-left: -10px;
    margin-right: -10px;
}

.overview-content .features-list-1 li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.overview-content .features-list-1 li span {
    display: block;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 15px 15px;
    z-index: 1;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #0b0b31;
    border-left: 2px solid #f26222;
    font-weight: 400;
    font-size: 16px;
    -webkit-box-shadow: -1px 3px 20px 0px rgb(82 90 101 / 10%);
    box-shadow: -1px 3px 20px 0px rgb(82 90 101 / 10%);
    line-height: 28px;
}

.overview-content .features-list-1 li span::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    border-radius: 3px;
    background-color: #F53148;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}


/*small-image-area*/

.small-image-area {
    box-shadow: 0px 1px 7px rgb(0 0 0 / 20%);
    width: 100%;
    float: left;
    margin-top: 20px;
}


.images-dialog-11 {
    background: #fff;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
    padding: 20px 20px;
    float: left;
}

.small-image-area img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    float: left;
}

.small-image-area p {
    margin-left: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

.small-image-area p:last-child {
    margin-bottom: 0;
}


.dsdsd-content {
    padding: 25px;
    float: left;
    width: 69%;
}

.dsdsd-content h4 {
    margin-left: 0px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    color: #f26222;
}

.small-image-area li {
    margin-left: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-family: 'Poppins', sans-serif;
}


/*accordion*/

.show--down {
    width: 100%;
    float: left;
    margin-top: 80px;
    margin-bottom: 0px;
    display: inline-block;
}

.show--down h2 {
    font-size: 28px;
    line-height: 35px;
    color: #000;
    margin-bottom: 18px;
    font-family: 'Poppins', sans-serif;
}



/*banner*/

.banner {
    background-size: cover;
    width: 100%;
    float: left;
    background: #25a9e0;
}

.banner-contect {
    margin-top: 90px;
    width: 100%;
    float: left;
    padding: 30px 0px 40px;
}

.banner h1 {
    font-size: 33px;
    font-weight: 600;
    color: #fff;
    float: left;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
}

.banner p {
    font-size: 16px;
    color: #fff;
    float: right;
    margin-bottom: 0px;
    line-height: 35px;
    font-family: 'Poppins', sans-serif;
}

.banner p a {
    color: #fff;
}

/*careers*/

.contact-center-design {
    margin-top: 120px;
    margin-bottom: 0px;
    z-index: 1;
    position: relative;
    width: 100%;
    float: left;
    background: #f4f8fb;
    padding: 0px 0px;
    padding-bottom: 80px;
}

.form-go-solar-left {
    width: 35%;
    float: left;
    margin-right: 5%;
    padding-top: 50px;
}

.form-go-solar-right {
    width: 60%;
    float: left;
    /* margin-top: -50px; */
}

.contact_from_box {
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
    background: #f9fafb;
    padding: 50px 50px 50px;
    /*border-top: 5px solid #25a9e0;   */
    float: left;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.contact_from_box:before {
    position: absolute;
    content: "";
    background: url(../images/gosolar-form-bottom.jpg) no-repeat bottom;
    width: 100%;
    height: 228px;
    left: 0px;
    bottom: 0px;
    background-size: cover;
}

.contact_from_box:after {
    position: absolute;
    content: "";
    background: url(../images/gosolar-form-top.jpg) no-repeat top;
    width: 100%;
    height: 228px;
    left: 0px;
    top: 0px;
    background-size: cover;
    opacity: 0.4;
}

.contact_from_box form {
    width: 100%;
    float: left;
    position: relative;
    z-index: 2;
}

.gosolar-image {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 50px;
}

.gosolar-image img {
    width: 100%;
}

.gosolar-title {
    width: 100%;
    float: left;
    text-align: left;
}

.gosolar-title h2 {
    font-size: 36px;
    font-weight: 800;
    line-height: 47px;
    color: #25a9e0;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

.gosolar-title h2 span {
    color: #f26222;
    /* display: block; */
}

.gosolar-title p {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    color: #000;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
}

.section-title {
    text-align: left;
    margin-bottom: 50px;
}

.text-center {
    text-align: center;
}

.section-title h4 {
    font-size: 30px;
    line-height: 30px;
    color: #f26222;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 0 0 0;
}

.contact-us .section-title h1 {
    margin: 0 0 0;
    font-size: 49px;
    line-height: 58px;
    color: #fff;
    font-weight: 700;
}

.contact_from_box label {
    display: inline-block;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 14px;
}

.form_box input {
    border: 1px solid rgba(100, 100, 100, 0.15);
    width: 100%;
    height: 50px;
    padding: 0 18px;
    margin-bottom: 20px;
    outline: 0;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
    background: #fff;
}

.form_box-1 {
    margin-bottom: 20px;
}

.form_box select {
    border: 1px solid rgba(100, 100, 100, 0.15);
    width: 100%;
    height: 50px;
    padding: 0 18px;
    margin-bottom: 20px;
    outline: 0;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 23px;
    color: #727272;
    border-radius: 5px;
    background: #fff;
}

.form_box textarea {
    width: 100%;
    height: 135px;
    padding: 14px 18px;
    border: 1px solid rgba(100, 100, 100, 0.1);
    outline: 0;
}

.quote_button {
    text-align: center;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.contact-center-design .quote_button button {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    background: #f26222;
    border-radius: 5px;
    padding: 8px 24px;
    position: relative;
    z-index: 1;
    transition: .5s;
    border: 0;
}

/*residential*/
/* works 01 */

.residential {
    float: left;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 0px;
}

.residential ul li {
    width: 31%;
    float: left;
    margin-right: 3.5%;
    list-style: none;
}

.residential ul li:nth-child(3n) {
    margin-right: 0%;
    list-style: none;
}

.respective-images {
    width: 100%;
    float: left;
}

.respective-images img {
    width: 90%;
    height: auto;
}

.respective-images p {
    font: 18px 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 23px;
    /* letter-spacing: 0.2px; */
    /* box-shadow: 0px 2px 9px #00000055; */
    padding: 15px 0px;
    /* background-color: #f26222; */
    margin-top: 0;
    color: #f26222;
    display: inline-block;
    border-radius: 5px;
    /* float: left; */
}

/*modal-popup*/


/*===========modal pop-up============*/


/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 999999;
    padding-top: 91px;
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */
.modal-content {
    /*  align-items: center;*/
    flex-wrap: wrap;
    margin: auto;
    width: 60%;
    display: flex;
    background-color: #fff;
}

/* The Close Button */
.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    background-color: #f26222;
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.bg-white {
    background-color: #fff !important;
}

textarea.form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.aside-left {
    width: 50%;
    float: left;
    margin-right: 2%;
    border-radius: 0px;
    background: url(../images/media/home-about.jpg) no-repeat left;
    background-size: cover;
    padding: 136px 40px;
}

.background-color-image {
    position: relative;
}

.background-color-image::before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    opacity: 0.8;
    top: 0;
    left: 0;
}

.background-color-image2 {
    position: relative;
}

.background-color-image2::before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    opacity: 0.8;
    top: 0;
    left: 0;
}


.aside-left h2 {
    font-size: 21px;
    color: #fff;
    letter-spacing: 0.3px;
    margin-bottom: 45px;
    text-transform: none;
    font-family: Poppins, sans-serif;
    float: left;
    line-height: 32px;
    border: 1px solid #eee;
    /* border-bottom: 0px; */
    padding: 20px;
    border-radius: 0px;
    position: relative;
    display: inline-block;
}


/* .aside-left h2::before {
    position: absolute;
    content: " ";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: -8px;
    bottom: -10px;
    background-color: #f26222;
}

.aside-left h2::after {
    position: absolute;
    content: " ";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    right: -2%;
    bottom: -10px;
    background-color: #f26222;
} */

.aside-left p {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.5px;
    margin-top: 0;
    text-transform: none;
    float: left;
    line-height: 30px;
    border: 1px solid #eee;
    /* border-bottom: 0px; */
    padding: 20px;
    border-radius: 0;
    position: relative;
    display: inline-block;
}

/* .aside-left p::before {
    position: absolute;
    content: " ";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: -8px;
    bottom: -10px;
    background-color: #f26222;
}

.aside-left p::after {
    position: absolute;
    content: " ";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    right: -2%;
    bottom: -10px;
    background-color: #f26222;
} */

.aside-right {
    width: 48%;
    float: left;
    margin-right: 0%;
    background-color: #fff;
    padding: 40px 40px 40px 20px;

}

.enquiry-form {
    text-align: left;
}

.enquiry-form h2 {
    font-size: 22px;
    line-height: 34px;
    display: inline-block;
    margin-bottom: 25px;
    color: #f26222;
    font-family: 'Poppins', sans-serif;
}

.enquiry-form input {
    float: left;
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 2px;
    background-color: #fff;
    margin-bottom: 20px;
    font-size: 14px;
    color: #000
}

.enquiry-form select {
    float: left;
    width: 100%;
    padding: 5px 12px;
    border: 1px solid #ddd;
    border-radius: 2px;
    background-color: #fff;
    margin-bottom: 20px;
    height: 43px;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
}


.submit-details {
    background-color: #0f5289;
    padding: 8px 22px;
    color: #fff;
    text-align: center;
    border-radius: 38px;
    font-size: 16px;
    border: 0;
    margin-top: 0px;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
}


/*=====================*/

.history-area {
    width: 100%;
    float: left;
    padding-bottom: 80px;
    padding-top: 80px;
}

.single-history {
    margin-left: 0px;
    margin-right: 0px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.section-2-title span {
    font-size: 26px;
    color: #fd6500;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
    margin-left: 80px;
}

.section-2-title span::before {
    position: absolute;
    content: "";
    background: #fd6500;
    height: 1px;
    width: 40px;
    left: -60px;
    top: 7px;
}

.section-2-title span::after {
    position: absolute;
    content: "";
    background: #fd6500;
    height: 1px;
    width: 40px;
    left: -60px;
    top: 11px;
}

.section-2-title h1 {
    font-size: 28px;
    margin-bottom: 0;
    font-weight: 500;
    color: #000;
    margin-top: 0px;
    font-family: 'Poppins', sans-serif;
    line-height: 38px;
}

.history-link li {
    margin-bottom: 45px;
}

.history-2-icon {
    position: relative;
    display: flex;
    float: left;
    margin-right: 30px;
    margin-top: 11px;
    border: 1px solid #eee;
    padding: 10px 5px;
    border-radius: 10px;
}

.history-2-icon::before {
    position: absolute;
    height: 70px;
    width: 2px;
    background: #fd6500;
    content: "";
    right: -15px;
    top: 0;
}

.history-2-icon img {
    height: 50px;
    width: 50px;
}

.history-tag {
    position: absolute;
    top: -8px;
    left: -12px;
}

.history-content {
    overflow: hidden;
}

.history-content h3 {
    font-size: 18px;
    margin-top: 28px;
    color: #000;
    line-height: 32px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0px;
}

.history-content p {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 32px;
    color: #696969;
}


/*solar-street-lights*/
.solar-street {
    width: 100%;
    float: left;
    display: inline-block;
    margin-top: 80px;
    margin-bottom: 0px;
}

.solar-street p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 32px;
    font-family: 'Poppins', sans-serif;
    color: #000;
}

.our-history-area {
    width: 100%;
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;
    display: inline-block;
}



.our-history-area h4 {
    font-size: 24px;
    line-height: 42px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 18px;
    font-weight: 700;
    color: #000;
}

.our-history-text h4 {
    font-size: 24px;
    line-height: 40px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 18px;
    font-weight: 700;
    color: #000;
}

.our-history-area .col-lg-6:last-child .our-history-wrapper {
    margin-bottom: 0px;
}

.our-history-area .col-lg-6:nth-last-child(2) .our-history-wrapper {
    margin-bottom: 0px;
}



.our-history-text .col-lg-6:last-child .our-history-wrapper {
    margin-bottom: 0px;
}

.our-history-wrapper {
    margin-left: 0px;
    margin-bottom: 30px;
}


.our-history-icon {
    float: left;
    margin-right: 15px;
}

.our-history-icon i {
    font-size: 18px;
    color: #fd6500;
    position: relative;
    top: 6px;
}

.far {
    font-weight: 400;
}

.our-history-text {
    overflow: hidden;
}

.our-history-text h3 {
    font-size: 24px;
    margin-bottom: 26px;
}

.our-history-text span {
    font-size: 18px;
    color: #fd6500;
    font-weight: 600;
    line-height: 35px;
    font-family: 'Poppins', sans-serif;
}

.our-history-text p {
    margin-right: 27px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

.overview-determines {
    width: 100%;
    float: left;
    margin-top: 60px;
    margin-bottom: 60px;
    display: inline-block;
}

.overview-determines .features-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 0px;
    margin-left: -10px;
    margin-right: -10px;
}

.overview-determines .features-list li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.overview-determines .features-list li span {
    display: block;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 15px 15px;
    z-index: 1;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #0b0b31;
    border-left: 2px solid #fd6500;
    font-weight: 400;
    font-size: 16px;
    -webkit-box-shadow: -1px 3px 20px 0px rgb(82 90 101 / 10%);
    box-shadow: -1px 3px 20px 0px rgb(82 90 101 / 10%);
}

.overview-determines .features-list li span::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    border-radius: 3px;
    background-color: #F53148;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.overview-determines .ot-heading__title {
    font-size: 27px;
    color: #000;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 8px;
    font-family: 'Poppins', sans-serif;
}

/*==============*/

.service-section-1 {
    width: 100%;
    float: left;
    padding: 55px 0 65px;
    display: inline-block;
    background: #0b122f;
}

.service-section-1 .solar-subtitle {
    font-size: 32px;
    margin-bottom: 28px;
    font-weight: 700;
    line-height: 55px;
    color: #fff;
    transition: .5s;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.6px;
}


.mb-60 {
    margin-bottom: 60px;
}

.align-items-center {
    align-items: center !important;
}

.single-service-box {
    padding: 0 30px 0;
    background: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
    height: 79%;
    border-radius: 2px;
    border-top: 2px solid #ff5e14;
    border-right: 2px solid #eee;
    border-left: 2px solid #eee;
    border-bottom: 2px solid #eee;
}

.service-icon {
    position: relative;
    bottom: 57px;
    margin-bottom: -50px;
}

.service-icon img {
    filter: brightness(1)invert(0);
    transition: .5s;
    display: inline-block !important;
    width: 105px;
    height: 105px;
    padding: 15px;
    border-radius: 25px;
}

.service-content-1 h3 {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 8px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #000;
}

.service-content-1 p {
    color: #000;
    font-weight: 400;
    padding: 0 0 12px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
}

.serivce-thumb {
    position: relative;
    z-index: 1;
}

.serivce-thumb:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #020307;
    transition: .5s;
    opacity: .55;
    border-radius: 2px;
}

.summary-point {
    width: 100%;
    float: left;
    display: inline-block;
    margin-top: 60px;
    margin-bottom: 0px;
}

.summary-point blockquote {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    border-left: 5px solid #25a9e0;
    padding: 10px 20px 5px 20px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    color: #000;
    background: #f2f2f2;
}


/*residential*/

/*free-estimate*/

.contact-info {
    margin-left: -85px;
    margin-top: 375px;
    padding: 30px;
    background-color: #fff;
    border-top: 5px solid green;
    -webkit-box-shadow: 0 10px 30px 0 rgb(50 50 50 / 16%);
    box-shadow: 0 10px 30px 0 rgb(50 50 50 / 16%);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.sx-icon-box-wraper .icon-xs {
    float: left;
    margin-right: 10px;
}

.icon-xs {
    width: 30px;
}

.icon-content h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #f26222;
    margin-bottom: 10px;
}

.icon-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.3px;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

.carrer-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}

.carrer-form .btn-12 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    background: #f26222;
    border-radius: 5px;
    padding: 8px 24px;
    position: relative;
    z-index: 1;
    transition: .5s;
    border: 0;
}

.text-truncate {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.subsidy-text {
    line-height: 3.3;
}

.subsidy-text1 {
    line-height: 6;
}

/*.meet-our-team .card::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    left: 0;*/
/*    top: 0px;*/
/*    width: 300px;*/
/*    height: 300px;*/
/*    display: block;*/
/*    background-color: #f26222;*/
/*    z-index: -1;*/
/*    border-start-end-radius: 2rem;*/
/*}*/

.meet-our-team .card {
    position: relative;
    background: transparent;
      background-color: #f26222;
      border-start-end-radius: 2rem;
      padding:20px;
      height:100%;
}

.meet-our-team img {
    width: 300px;
}

.meet-our-team .card-body {
    text-align: center;
}

.meet-our-team h5 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
}

.meet-our-team p {
    font-size: 13px;
    margin-bottom: 3px;
}

.meet-our-team .designation {
    font-style: 20px;
    font-weight: 600;
    color:   #fff;
}

.meet-our-team .main-users {
    display: flex;
    justify-content: center;
}

.experince,
.education {
    font-weight: 500;
    color: #393939;
    color:   #fff;
}

.meet-our-team .user2 {
    background-color: #1070b0 !important;
}

.tx-shadow {
    text-shadow: 2px 2px #323030;
}

.w-full {
    width: 100% !important;
}

.hybrid-solar-system {
    height: 300px;
}

.hybrid-solar-system img {
    height: 250px;
    object-fit: cover;
}

#myModal {
    padding-bottom: 91px;
}

.overview-content.our-history-text h2 {
    font-size: 24px;
    line-height: 40px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 18px;
    font-weight: 700;
    color: #000;
}

.our-history-icon.street-light-icons {
    box-shadow: 0px 4px 30px 0px rgb(0 0 0 / 10%);
    border-radius: 39% 61% 70% 30% / 30% 43% 57% 70%;
    border: 0;
    vertical-align: middle;
    width: 65px;
    height: 65px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-history-icon.street-light-icons i {
    position: unset;
    top: unset;
    font-size: 25px !important;
}

.our-history-wrapper.compo-solar-ligths {
    background: #fff;
    box-shadow: 0px 4px 30px 0px rgb(0 0 0 / 10%);
    padding: 10px;
    border-radius: 5px;
}

.our-history-wrapper.compo-solar-ligths .our-history-icon.street-light-icons {
    border: 1px solid #eff0f6;
    box-shadow: unset;
}

.homepage-solar-pic {
    position: absolute;
    content: "";
    width: 369px;
    right: 0;
    bottom: 0;
}

.homepage-solar-pic img {
    border-left: 4px solid #fff;
    border-top: 4px solid #fff;
}

.cta-content-box h3,
.cta-sec-contact h5 {
    font-size: clamp(2rem, 7vw, 2.2rem);
}

.user-solar-image {
    position: relative;
}

.user-solar-image img {
    position: absolute;
    right: -37px;
    top: 81px;
    width: 487px;
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    /* overflow: hidden; */
}

.our-misson-text {
    margin-top: 84px !important;
}

.our-misson-text2 {
    margin-top: 34px !important;
}

#my-file {
    visibility: hidden;
}

.terms-use,
.privacy-policy {
    margin-left: 0.3rem;
}

.terms-use a,
.privacy-policy a {
    color: #fff;
}

.imperial img {
    width: 100%;
}

.footer {
    position: relative;
}

.footer_social_links {
    position: fixed;
    content: "";
    bottom: 180px;
    right: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.footer_social_links li a i:hover {
    transform: scale(1.25);
}

.about-btn{display: inline-block;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    background: #f26222;
    color: #fff !important;
    padding: 13px 25px;
    border-radius: 3px;
    position: relative;
    z-index: 1;}

    .enquire-cont {
    display: none;
}

/* featured section 12 */
.featured_section12 {
    float: left;
    width: 100%;
    padding: 120px 0px 50px 0px;
    text-align: center;
    background: #fff;
}

.featured_section12 h2{
    float: left;
    width: 100%;
    padding: 120px 0px 100px 0px;
    text-align: center;
    background: #fff;
}
.featured_section12.two {
    background: #f3f3f3;
}
.featured_section12 .peosays {
    width: 90%;
    margin: 0 auto;
}
.featured_section12 .peosays .box {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    border-bottom: 2px solid #eee;
    border-radius: 3px;
    text-align: left;
    padding: 20px;
    font-size: 14px;
    line-height: 25px; color: #000; line-height: 26px; text-align: justify;
}
.featured_section12 .peosays .who {
    float: left;
    width: 100%;
    text-align: left;
    padding: 35px 0px 18px 35px;
    background: url(../images/down-arrow.png) no-repeat 45px top;
    margin-top: 2px;
    font-size: 12px;
    color: #999;
}
.featured_section12 .peosays .who img {
    border-radius: 100%;
    float: left;
    margin-right: 18px;
}
.featured_section12 .peosays .who strong {
    font-size: 16px;
    color: #000;
    display: block;
    line-height: 16px;
    font-weight: 600;
    margin-top: 3px;
}
.featured_section12 .peosays .who i {
    color: #f26222;font-size: 16px;margin-top: 8px;
}

.align-right{text-align: right;}

.video-box{width: 23%; float: left; margin-right: 2.6666%; border:1px solid #eee; padding: 10px; margin-bottom: 30px;}

.video-box:nth-child(4n+4){margin-right: 0%;}

.video-section{margin-top: 40px;}

.video-section h4{    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 0 0 20px;
}

.mt-80{margin-top: 80px;}


.home-video{width:100%; height:500px;}