/*-------------------------------------------------------
[Table of contents]

1. Header
    + logo
    + top navigation
    + search
    
2. Content
    + feature sections
    + page title
    + parallax backgrounds
    + video backgrounds
    
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: 1170px;
    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: 70px;
    margin-top:-10px;
    position: relative;
    text-indent:-999em;
    background:url(../images/logo.png) no-repeat left top;  
}



/* header area adinationals */
.logo {
    float: left;
    width: 22%;
}


.menu_main {
    float: left;
    width: 78%;
    z-index: 9999;
    margin-top: 12px;
}


.mstslider {
    width: 100%;
    float: left;
}

/*.header-menu{
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 10px;
    padding: 6px 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: #02395a;
    border-bottom: 1px solid #f9f9f9;
    font-size: 15px;
    color: #000;
    
}
.top_nav .left {
    float: left;
    width: 70%;
    padding: 10px 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;
}

.solar-btn a {
    display: inline-block;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    background: #098ccd;
    color: #fff;
    padding: 13px 25px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}

.solar-btn a::before {
    position: absolute;
    content: "";
    background-color: #f26222;
    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;
}
.home-about-left{
    width: 50%;
    float:left;
    margin-right: 5%;
}
.home-about-right{
    width: 45%;
    float:left;
    margin-right: 0%;
    position: relative;
}
.about-counter {
    width: 50%;
    float: left;
    display: flex;
    margin-top: 30px;
}
.abot-conter-image{
    margin-right: 15px;
}
.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-numbar h4 {
    font-size: 40px;
    color: #1c1632;
    font-weight: 600;
    display: inline-block;
}

.about-numbar span {
    font-size: 40px;
    color: #1c1632;
    font-weight: 600;
}

.about-counter-text h5 {
    font-size: 15px;
    color: #222;
    font-weight: 400;

}
.about-block{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.about-thumb1{
    width: 49%;
    float: left;
    margin-right: 2%;
}
.about-thumb2{
    width:49%;
    float: left;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.about-thumb1 img, .about-thumb2 img{
    width: 100%;
}
.choose-video-icon {
margin-bottom: 15px;
}

.choose-video-icon a {
    display: inline-block;
    width: 120px;
    height: 120px;
    background-color: #098ccd;
    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)
    }
}
/*================================================*/
/*  section title */
.section-title{
    width: 100%;
    float: left;
}
.section-sub-title {
    position: relative;
    display: inline-block;
}
.section-sub-title h4 {
    font-size: 18px;
    line-height: 24px;
    color: #1c1632;
    font-weight: 500;
    margin: 0;
}
.section-main-title h2 {
    font-size: 2.5rem;
    line-height: 3.2rem;
    color: #1c1632;
    font-weight: 600;
    margin-bottom: 0px;
}
.section-main-title h3 {
    font-size: 1.9rem;
    line-height: 2.4rem;
    color: #1c1632;
    font-weight: 600;
    margin-bottom: 0px;
}
.section-title p {
    font-size: 15px;
    line-height: 24px;
    color: #1c1632;
    font-weight: 500;
    margin: 0;
}
.section-sub-title img{ margin-right: 6px} 

.text-center{text-align: center;}
/*==================================================
 <-- Solar Panel  Service Section Css-->
===================================================*/

.service-section {
    padding: 80px 0 100px;
    background: #f2f2f2  url(../images/services-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-box{
    position: relative;
    overflow: hidden;
        border-bottom:  1px solid #ebeaea;
}
.service-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    transition:all .5s;
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
}
.service-content h3{
    color: #000;
    font-weight: 600;
    padding: 10px;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.service-thumb img {
    width: 100%;
    transition: .5s;
    margin-bottom: -6px;
}
.service-icon-thumb img{
    filter: brightness(0)invert(1);
}
.service-icon-thumb{
    background: #f26222;
    padding: 10px;
    height: 100%;
}
.service-hover-content{
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    background: #0009;
    height: 100%;
    transition:all .5s;
    opacity: 0;
    visibility: hidden;
}
.service-hover-content-inner {
    text-align: center;
    width: 100%;
    padding: 20px;
}
.service-hover-content-inner h3{
    color: #fff;
    font-weight: 600;
}
.service-hover-content-inner  p{
    color: #fff;
    font-weight: 400;
}
.service-hover-content-inner  a{
    background: #f26222;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 8px 20px;
    border-radius: 5px;
}
.service-hover-content-inner  .hover-btn{
    width: 100%;
    float: left;
    margin-top: 15px;
}
.service-hover-content-inner .service-number{    
    position: absolute;
    font-size: 4rem;
    top: 60px;
    right: 10px;
    transform: translateX(0px) translateY(-100%);
    z-index: 10;
    opacity: .35;
    font-weight: 700;
    color: #fff;
}

.service-box:hover .service-hover-content{
     visibility: visible;
    opacity: 1;
}
.service-box:hover  .service-content{
    transform: translateX(100%);
}

/*=====================================================*/

/* why section title */


.why-section{
    padding: 100px 0px 100px;
     background: url(../images/why-bg.jpg) no-repeat center;    
    background-size: cover;
    position: relative;
}
.why-section:before{
    position: absolute;
    content: "";
    left: 0;
    background: #091f30;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.white-text{color: #fff !important}

.why-block{
   width: 100%;
    float: left;
   position: relative;
}

.choose-list{
    width: 100%;
    float:left;
    display: flex;
    flex-wrap: wrap;
}
.choose-list li{
    background: #fff;
    border-radius: 10px;
    padding: 20px 20px;
    width: 32%;
    float: left;
    margin-right: 2%;
    font-size: 16px;
    line-height: 26px;
    color: #434141;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}
.choose-list li:nth-child(3n+3){margin-right: 0px;}

.choose-list  li img {
   position: relative;
    display: block;
    margin: 0 auto;    
    margin-bottom: 17px;
}
.why-left h5 {   
    color: #83d8ff;
    font-size: 35px;
    line-height: 54px;
    font-weight: 600;
    text-transform: none;
    font-family:'Poppins',sans-serif;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 36px;
}
.why-left 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 #098ccd;
    background: #098ccd;
    transition: all 0.3s ease-in-out;
}
.why-left a:hover { 
    background: transparent;
}

/*=========================================*/
.solar-solutions{
    width: 100%;
    float: left;
    padding: 80px 0px 00px;
}

.solutions-col {
      position: relative;
    margin-bottom: 20px;
}



.solutions-col h3{
    color: #000;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: capitalize;
}

.solutions-col p {
  transition: 0.8s;
}

.solutions-circle{
    width: 180px;
    height: 180px;
    border-radius: 100%;   
    position: relative;
    box-shadow: 10px 10px 20px 0px rgb(0 0 0 / 20%);
}
.solutions-circle .border {
    position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  border-radius: 50%;
  border: 2px dashed #098ccd;
  -webkit-animation-name: Rotate;
  -webkit-animation-duration: 0.05ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
  }
}
.solutions-circle img{width: 180px;
    height: 180px;
    border-radius: 100%; object-fit: cover;}
.solution-disc{
    position: relative;
    padding-right: 10px;
}    
.solution-disc:before{
    position: absolute;
    content: "";
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 100px;
    background: url(../images/devide.png) no-repeat right;
}
.solutions-col:last-child .solution-disc:before{display: none;}
/***
======================================================
<-- 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, #098ccd 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: 5%;
    right: 0;
    text-align: center;
    opacity: 0;
    transition: .5s;
    background:#fff;
    border-radius: 5px;
    width: 90%;
}
.projects-content h3{margin-bottom: 5px;}

h3.projects-title a {
    display: inline-block;
    font-size: 26px;
    line-height: 28px;
    color: #1c1632;
    font-weight: 700;
    margin-bottom: 7px;
}

span.projects-text {
    font-size: 18px;
    line-height: 28px;
    color: #1c1632;
    font-weight: 500;
    margin: 0;
}


.projects-single-box:hover::before {
    opacity: 1;
}

.projects-single-box:hover .projects-content {
    opacity: 1;
    bottom: 29px;
    padding: 10px;
}
.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: #a5a0a0;
    letter-spacing: 0.3px;
    border-top: 0px solid #26262b;
}
.footer h4 {
    font-size: 18px;
    color: #098ccd;
    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: #a5a0a0;
    transition: all 0.3s ease;
    border-bottom: 1px solid hsla(0,0%,100%,.06);
}
.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 {
    color: #a5a0a0;
    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: #098ccd;
}

.faddress li a:hover {
    color: #098ccd;
}
.faddress li:hover i { color: #098ccd;}

/* 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: 15px;
}
.qlinks li a:hover {
    color: #098ccd;
}
.qlinks li a i {
    margin-right: 3px;
    color: #098ccd;
    font-size: 15px;
}
.qlinks li a:hover i { color: #098ccd;}


 .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: 30%; 
    float: left;
    margin-right:5%;
 }
 .footer-2{
    width: 25%; 
    float: left;
    margin-right: 3%;
 }
.footer-3{
    width: 13%; 
    float: left;
    margin-right: 3%;
 }
  .footer-4{
    width: 20%; 
    float: left;
    margin-right: 0%;
       
 }
.siteinfo{
    width: 100%; 
    float: left;
        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: 35px;
    height: 35px;
    padding: 4px;
    text-align: center;
    border-radius: 5px;
    vertical-align: middle;
    background-color:transparent;
    transition: all 0.3s ease-in;
    border: 1px solid #098ccd;
    color: #098ccd;
    font-size: 18px;
    line-height: 27px;
    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;*/
    
}

/* 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: #098ccd;font-size: 14px;}

.copyright_info a:hover{color: #fff;}

/*=================page
=======================================*/
.home-first-sec{
    z-index: 9;
    position: relative;
    float: left;
    margin-top: -35px;
    width: 100%;
}
.home-first-box {
    border-radius: 4px;
    background-color: #ffffff;
    padding: 18px  28px;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 0 125px rgba(0,0,0,0.15));
    display: flex;
    align-items: center;
}
.home-first-box i{
        font-size: 40px;
    margin-right: 20px;
    color: #098ccd;
}
.home-first-box h4{
        color: #000;
    font-size: 22px;
    font-weight: 600;
}
.home-first-box p{
    font-size: 15px;
    color: #434141;
}


/*==============pages========================*/

.page-banner{
  width: 100%;
  float: left;
  background: url(../images/page-banner.jpg) no-repeat center;
  background-size:cover;
  position: relative;
  margin-top:80px;
}
.page-banner:before{
        position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    background: linear-gradient(90deg, rgb(31 63 108), rgb(7 81 118));
    height: 100%;
    opacity: 0.8;
}
.pagebanner-text{
  padding: 60px 0px;
    width: 100%;
    float: left;
    position: relative;
}
.pagebanner-text h1{
color: #fff;
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: 600;
    margin-bottom: 0px;
    font-family: "Poppins",sans-serif;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}
.pagebanner-text p{
      color: #fff;
    font-size: 13px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: "Poppins",sans-serif;
    text-align: center;

}
.pagebanner-text p a{ color: #0087cd;}

.inner-page{
  width: 100%;
  float: left;
  padding:80px 0px;
}
.inner-page p{ 
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-family: "poppins", sans-serif; 
  font-weight: 400;
  letter-spacing: 0.3px;
  padding-bottom: 15px;
}
.inner-page p:last-child{ padding-bottom: 0px;}


/*====================================*/
.aboutpage{padding-bottom: 60px;}

.aboutpage-right{   
  text-align: center;
}

.aboutpage-right img{ width:100%; border-radius: 5px;}

.aboutpage-missin-box{
  width: 100%;
  float:left;
  margin-top: 25px;
}
.aboutpage-missin-box img{
  display:inline-block;
  float:left;
  margin-right:25px;
  margin-top: 10px;
}
.mission-text{
  overflow: hidden;
      border-left: 2px solid #098ccd;
    padding-left: 20px;
}
.aboutpage-left h4 {
    color: #f08158;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}
/*==============*/
.servicepage-image img{
    width:100%; border-radius: 5px; margin-top:3rem;
}
.servicepage-content  h4 {
    color: #f08158;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 15px;
}
.service-page h2 {
    font-size: 1.9rem;
    line-height: 2.4rem;
    color: #1c1632;
    font-weight: 600;
    margin-bottom: 10px;
}
.service-page h3{
     font-size: 1.4rem;
    line-height: 2rem;
    color: #0a548f;
    font-weight: 600;
    margin-bottom: 23px;
}

.benfits-sec{
    width: 100%;
    float: left;
    margin-top:3rem;
    text-align: center;
}
.benfits-box{
    width: 100%;
    float: left;
    margin-top:15px;
    border:1px solid #ddd;
    padding: 15px; border-radius: 15px;
  /*  background: #fff;*/
}

.benfits-box h4{
     font-size: 1.0rem;
    line-height: 2rem;
    color: #1c1632;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 5px;
}
.service-block.sec-2{
    background: #f0f7fd;
    margin-top: 5rem;
    width: 100%;
    float: left;
    padding: 60px 0px;
}
.service-page [id]{
    scroll-margin-top:7em;
}
/*===========================*/
.inner-page [id]{
    scroll-margin-top:7em;
}
.productpage-title h2 {
    font-size: 1.9rem;
    line-height: 2.4rem;
    color: #1c1632;
    font-weight: 600;
    margin-bottom: 20px;
}
.project-box{position: relative;}

.project-box img{width: 100%;}

.project-box h4{
      position: absolute;
    content: "";
    left: 0px;
    bottom: 5px;
    background: #f9ad34;
    display: inline-block;
    color: #000;
    font-weight: 600;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    padding: 10px 15px;
    padding-right: 15%;
    font-size: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.project-block.sec-2{
   background: #e6f4ff;
    margin-top: 4rem;
    width: 100%;
    float: left;
    padding: 40px 0px;
}
/*==*/
.project-contact {
    margin-top: 80px;
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    float: left;
    background: #f4f8fb;
    padding: 60px 0px 80px;
}
.project-form{
     width: 100%;
    float: left;
        background: #f5fbff;
    border-top: 3px solid #0793d2;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 20%);
    padding: 30px 30px 50px;
    margin-top: 30px;
}
.project-form input{ height: 40px;}

.project-form h4 {
    font-size: 1.5rem;
    line-height: 2.4rem;
    color: #1c1632;
    font-weight: 600;
    margin-bottom: 30px;
}
.submit-btn button{
    background: #0e4572;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    border: 0;
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 5px;
    transition:all  0.3s ease;
}
.submit-btn button:hover{
    background:#fc840f;
}
.form-logo{
    margin-top: 4rem;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 10px 30px ;
}

.contact .info-box i {
  font-size: 32px;
  color: #ff4a17;
  border-radius: 50%;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #1c1632;
  font-weight: 600;
  margin: 10px 0;
}
.mt-4{margin-top:2rem}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
}
.contact .info-box a {
  color: #282828;
}
.contact .email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px 40px;
}
.contact .email-form h4{
    font-size: 20px;
  color: #1c1632;
  font-weight: 600;
  margin-bottom: 20px;
}

.email-form input{
    height: 40px;
}
/*=========install-process====================================*/

.install-process{
    width: 100%;
    float: left;
    padding: 80px 0px 60px;
}
.install-steps{
    margin-bottom: 20px;
}
.install-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.install-box h3{
    font-size: 18px;
  color: #1c1632;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 10px;
}
.install-box p{
    font-size: 13px;
    line-height: 22px;
}
.install-steps .icon{
   position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(223, 227, 231);
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.1);
  height: 100px;
  width: 100px;
  margin: 0 auto;
  z-index: 1;
}
.count-steps {
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: #098ccd;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#fff;
}
.install-steps .icon i{font-size:2.2rem; color: #ff6600}

/*====================================================================*/
.subsidy-section {
    width: 100%;
    float: left;
    padding: 60px 0 80px;
    background: #f9f9f9;
}

.subsidy-section h3 {   
    margin-bottom: 30px;
}

.packages-box {
    width: 25%;
    float: left;
}

.package-price {   
    clip-path: polygon(100% 0, 100% 70%, 50% 99%, 0 70%, 0 0);
    padding-bottom: 35px;
    width: 100%;
    float: left;
}

.package-icon {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.package-icon img{ width: 30px;}

.package-list {  
width: 100%;
float: left;
margin-top: -48px;  
    padding: 18px 0;
}

.package-price-1 {  background-color: #f3c356;   }

.packages-box1 .package-icon {   border:2px solid #f3c356;}

.packages-box1 {  background-color: #FFFAEF;}

.packages-box2{   background: #EAF5FF;}

.package-price-2 {  background-color: #098dcd;}

.packages-box2 .package-icon {   border:2px solid #098ccd;}


.package-heading { 
    text-align: center;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #fff;
    padding-top: 12px;
}

.price-text h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

.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: #f3c356;
    padding: 8px 21px;
    color: #000;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    margin-top: 12px;
    font-family: 'Poppins', sans-serif;
    display: block;
}
