/*
Copyright (c) 2020.
------------------------------------------------------------------
[Master Stylesheet]
Project: Solar supplier - responsive html template 
Version: 1.0.1
-------------------------------------------------------------------
[Table of contents]
1. Header css Start / .solar_menu_header
2. Banner css Start / .solar_top_header
3. Services css Start / .solar_Serivces_detail
4. Blog css Start / .solar_team_section
5. Footer css Start / .solar_footer
*/

/********************************************************
1. body start
 *******************************************************/
html {
  scroll-behavior: smooth !important;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #695f49;
	font-weight:400;
	overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
} 
/*--Typography Css Start--*/

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition:  all 0.3s ease-in-out;
    color: #695f49;
}
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
	color:#ffffff;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition:  all 0.3s ease-in-out;
	
}
p{
	margin-bottom: 0px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition:  all 0.3s ease-in-out;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1.1;
    color: #695f49;
	text-transform: capitalize;
    margin-bottom: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition:  all 0.3s ease-in-out;
}
img {
    max-width: 100%;
}

input,
textarea,
select,
button {
    outline: none;
    box-shadow: none;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
    box-shadow: none;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #f15b5b;
}
dl, ol, ul{
	padding:0px;
	margin:0px;
}
li{
	list-style:none;
}
.container {
    max-width: 1170px;
}
h5.solar_center {
    text-align: center;
    margin-bottom: 35px;
    position: relative;
    color: #695f49;
    font-size: 26px;
}
h5.solar_center:after {
    position: absolute;
    content: "";
    background-color: #f4bb4a;
    height: 1px;
    width: 80px;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
}
h5.solar_center:before {
    position: absolute;
    content: "";
    background-color: #f4bb4a;
    height: 7px;
    width: 7px;
    left: 0;
    right: 0;
    bottom: -18px;
    margin: auto;
    z-index: 1;
}
h5.solar_center.solar_left {
    text-align: left;
}
h5.solar_center.solar_left:before {
    left: 0;
    margin: 0;
}
h5.solar_center.solar_left:after {
    left: 0;
    width: 80px;
    margin: 0;
}
h1.text_span {
    text-align: center;
	color: #695f49;
}
.text_span span {
    color: #695f49;
}
/* btn css */
.solar_btn {
    color: #ffffff;
    background: linear-gradient(90deg, #ec5a25, #fbde8e 51%, #f38d24) var(--x, 0)/ 200%;
    height: 50px;
    display: inline-block;
    padding: 0 45px;
    font-weight: 500;
    line-height: 50px;
    border-radius: 100px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.solar_btn:hover {
    --x: 100%;
	color: #ffffff;
}

/* btn css */
/********************************************************
1. body end
********************************************************/


/********************************************************
2. header start
********************************************************/
.solar_top_header {
    background-image: url(../images/banner7.jpg);
    background-repeat: no-repeat;
    /* background-size: contain; */
    padding: 94px 80px 74px;
    /* margin-top: 100px; */
    background-position: center;
    margin-top: 113px;
    height: 450px;
}
.solar_menu_header {
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
	padding: 20px 80px;
	background-color: #ffffff;
	z-index: 10000;
}
.solar_menu_flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
	margin-top: 5px;
}
.solar-close-icon {
    display: none;
}
.top_solar_btn > ul > li {
    display: inline-block;
}
/*.solar_menus > ul {
    text-align: right;
}*/
.solar_menus > ul > li {
    display: inline-block;
}
.solar_menus > ul > li > a {
    color: #695f49;
	margin: 0 0 0 50px;
	font-weight: 600;
	position: relative;
}
.solar_mdl_btn a.solar_btn {
    padding: 0 30px;
    color: #ffffff;
	margin-left: 50px;
}
.pr-0{
	padding-right:0px;
}

.solar_mdl_btn a.solar_btn:after {
    display: none;
}
.solar_menus > ul > li > a:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
	right:0;
    width: 0%;
    height: 2px;
    background-color: #f4bb4a;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition:  all 0.3s ease-in-out;
}
.solar_menus > ul > li > a:hover:before {
	width: 100%;
}
.solar_menus ul li a:after {
    content: "/";
    opacity: .4;
    position: absolute;
    right: -25px;
}
.solar_toggle {
    display: none;
}

/********************************************************
2. header end
********************************************************/
.solar_detail_btn > ul > li {
    display: inline-block;
}
.solar_detail_btn > ul > li > a {
    margin-right: 15px;
}
.solar_banner_img {
    padding: 120px 0 80px;
}
.solar_banner {
    max-width: 705px;
}
.solar_content {
    position: relative;
	z-index: 2;
}
.solar_content:after {
	position: absolute;
	top: -20px;
	left: -50px;
	width: 250px;
	bottom: -30px;
	background-image: radial-gradient(#dedfff 2px,transparent 2px);
	content: '';
	background-size: 20px 20px;
	z-index: -1;
	animation: dot_mover 6s linear infinite alternate;
}

@keyframes dot_mover {
    0% { transform: translateX(-20); }
    100% { transform: translateX(30px); }
}
.solar_content h1 {
	color: #5c5c5e;
	font-size: 50px;
	line-height: 60px;
}
.solar_content p {
    margin: 25px 0 0;
}
.solar_content a {
    margin-top: 40px;
}
.solar_vector_banner {
    position: absolute;
    top: -120px;
	right: 0;
}
/********************************************************
3. service start
********************************************************/
.solar_Serivces_detail {
    padding: 65px 0 65px;
    background-color: #ffffff;
}
.solar_Serivces_detail h1 {
    margin: 0 0 42px;
}
.solar_Serivces {
    text-align: center;
}
.solar_comment_box .solar_about_accordian {
    margin: 0;
}
.solar_Serivces a:hover {
    color: #f4bb4a;
}
.solar_Serivces {
   /* margin: 0 0 48px;*/
    padding: 30px 20px;
    border-radius: 10px;
    z-index: 5;
    background-image: url(../images/sr-back.jpg);
    background-size: cover;
	border-bottom: solid 3px #d37700;
    transition:  all 0.3s ease-in-out;
}
.solar_Serivces h3 {
    margin: 40px 0 20px;
    font-size: 20px;
}
.solar_Serivces:hover {
	box-shadow: 0 0 20px 5px #ececec;	
}
.solar_Serivces_in {
    padding: 80px 0 32px;
}
/********************************************************
3. service end
********************************************************/

/********************************************************
4. about start
********************************************************/
.solar_about {
    padding: 65px 0 60px;
}
.solar_about_back {
    background: linear-gradient(to right, #d37700, #ffd264);
    padding: 50px 40px 0;
	position: relative;
	margin-bottom: -160px;
	box-shadow: 0 -10px 10px 0px #0000001f;
}
.solar_about_gradient {
    height: 60px;
    background: linear-gradient(to right, #d37700, #ffd264);
    transform: rotate(0deg) skew(0deg, -2deg);
    width: 100%;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.solar_about_detail h1 {
    margin-bottom: 30px;
	text-align: left;
}

.solar_about_detail a {
    margin-top: 40px;
}

.solar_about_shape01 {

    padding: 38px 0 0px 0;
}
.solar_about_back h5, h1 {
	color: #ffffff;
}
.solar_about_back h1 {
	color: #ffffff;
}
.solar_about_back p {
	color: #ffffff;
}
.solar_about_back span {
    color: #ffffff;
}
/********************************************************
4. about end
********************************************************/
/* Why Choose Section Css */
.solar_why_choose {
    padding: 77px 0 80px;
}

.solar_why_choose_detail {
    margin: 50px 0 0;
	align-items: center;
}
.solar_why_choose_icon {
    margin: 0 0 25px;
    box-shadow: 0 0px 10px 0px #f0f0f0;
    background-color: #f1efef;
    padding: 25px;
    border-radius: 5px;
    display: inline-block;
    width: 110px;
    height: 110px;
	transition: 1s;
}
.solar_why_choose_detail .solar_why_choose_text {
    width: inherit;
	transition: 1s;
}
.solar_why_choose_text h5 {
    margin-bottom: 10px;
}
.solar_why_choose_right {
    text-align: right;
}
.solar_vison_detail img, .solar_why_choose_detail img {
	transition: 1s;
}
.solar_vison_detail:hover img, .solar_why_choose_detail:hover img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
/* Why Choose Section Css */
.solar_about_two {
	background: linear-gradient(to right, #d37700, #ffd264);
    padding: 50px 40px;
    margin-bottom: -160px;
	position: relative;
	box-shadow: 0 -10px 10px 0px #0000001f;
}
.solar_about_gradient_left {
    height: 60px;
    background: linear-gradient(to right, #d37700, #ffd264);
    transform: rotate(0deg) skew(0deg, -2deg);
    width: 100%;
    position: absolute;
    bottom: -20px;
    left: 0;
}
.solar_about_sources {
    padding: 30px;
    position: relative;
    z-index: 1;
	background-color: #f4bb4a;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition:  all 0.3s ease-in-out;
}
.solar_about_sources.solar_about_mt01,.solar_about_sources.solar_about_mt02{
	margin-bottom: 70px;	
}
.solar_about_sources.solar_about_mt01:after {
    position: absolute;
    content: "";
    border-left: solid 263px #f4bb4a;
    border-bottom: solid 44px transparent;
    left: 0;
    bottom: -44px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition:  all 0.3s ease-in-out;
}
.solar_about_sources.solar_about_mt02:after {
    position: absolute;
    content: "";
    border-right: solid 263px #f4bb4a;
    border-bottom: solid 44px transparent;
    right: 0;
    bottom: -44px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition:  all 0.3s ease-in-out;
}
.solar_about_sources.solar_about_mt03:after {
    position: absolute;
    content: "";
    border-left: solid 263px #008dff00;
    border-bottom: solid 44px #f4bb4a;
    right: 0;
    top: -44px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition:  all 0.3s ease-in-out;
}
.solar_about_sources.solar_about_mt04:after {
    position: absolute;
    content: "";
    border-right: solid 263px transparent;
    border-bottom: solid 44px #f4bb4a;
    right: 0;
    top: -44px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition:  all 0.3s ease-in-out;
}
.solar_about_sources:hover{
    background-color: #d37700;
}
.solar_about_sources:hover.solar_about_mt01:after {
	border-left: solid 263px #d37700;
}
.solar_about_sources:hover.solar_about_mt02:after {
	border-right: solid 263px #d37700;
}
.solar_about_sources:hover.solar_about_mt03:after,.solar_about_sources:hover.solar_about_mt04:after {
	border-bottom: solid 44px #d37700;
}
.solar_about_sources h5 {
    margin: 20px 0 10px;
    color: #fff;
}
.solar_about_sources p {
    color: #fff;
}
.solar_about_sources:hover:after{
	opacity:1;
	visibility:visible;	
}
.solar_about_sources h4 {
    font-size: 18px;
    margin: 15px 0;
	color: #fff;
}
.solar_Serivces:hover h4, .solar_about_sources p {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition:  all 0.3s ease-in-out;
}


/* Counters Section Css */
.solar_counter .statistic-section {
    padding: 80px 0;  
    background: -webkit-linear-gradient(to right, #d37700, #ffd264);
    background: linear-gradient(to right, #d37700, #ffd264);
}

.solar_counter .count-title {
    font-size: 50px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
	  text-align: center;
	  font-weight: bold;
    color: #fff;
}

.solar_counter .stats-text {
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
	  color: #fff;
	  text-transform: uppercase;
	  font-weight: bold;
}

.solar_counter .stats-line-black {
	margin: 12px auto 0;
    width: 55px;
    height: 2px;
    background-color: #fff;
}
.solar_counter .stats-icon {
	  font-size: 35px;
	  margin: 0 auto;
    float: none;
    display: table;
    color: #fff;
}

/* Counters Section Css */

/* Pricing Section Css */
.solar_pricing {
    padding: 76px 0 210px;
}
.solar_pricing > h1 {
    color: #d37700;
	margin: 0 0 42px;
}
.solar_price_main {
    text-align: center;
    border-radius: 10px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition:  all 0.3s ease-in-out;
}
.solar_price_main:hover {
    box-shadow: 0 0px 20px -5px #f4bb4a78;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition:  all 0.3s ease-in-out;
}
.solar_price {
    background: linear-gradient(to right, #d37700, #ffd264);
    padding: 30px;
    border-radius: 10px 10px 0 0;
}
.solar_price h4 {
    color: #fff;
    margin: 20px 0 10px;
}
.solar_price p {
    color: #fff;
}
.solar_pr_text {
	padding: 30px;
	border: solid 2px rgba(143, 148, 251, 0.21);
	border-top: 0px;
	margin-top: -5px;
	border-radius: 0 0 10px 10px;
}
.solar_pr_text p {
    margin: 0 0 20px;
}
.solar_pr_text h1 {
    color: #d37700;
    margin: 0 0 30px;
    border-top: solid 2px #f4bb4a;
    display: inline-block;
    padding-top: 20px;
}
.solar_pr_text a {
    padding: 0px 30px;
}
/* Pricing Section Css */

/* testimonial slider css start */
.solar_testimonial {
    padding: 65px 0 50px;
}
.solar_testimonial_box img {
    border-radius: 100px;
	box-shadow: 4px 4px 0 0px #f4bb4a;
}
.solar_testimonial_box h5 {
    color: #d37700;
    margin: 30px 0 15px;
}
.solar_testimonial_box a {
    color: #f4bb4a;
}
.solar_testimonial_box p {
    margin: 15px 120px 0;
    text-align: justify;
}
.solar_testimonial_slider .swiper-container {
      width: 100%;
      height: 100%;
}
.solar_testimonial_slider .swiper-slide {
	  text-align: center;
	  font-size: 18px;
	  background: #fff;
	  /* Center slide text vertically */
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  -webkit-justify-content: center;
	  justify-content: center;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  -webkit-align-items: center;
	  align-items: center;
}
.solar_testimonial_slider .swiper-container {
    padding: 0px 0;
}
.solar_testimonial_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    padding: 5px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.solar_testimonial_slider .swiper-pagination-bullet-active {
    background: #f4bb4a;
}
.solar_testimonial_slider .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none;
}
.solar_testimonial_slider .swiper-button-prev:after {
    position: absolute;
    content: '\f104';
    font-family: "FontAwesome";
    font-weight: 400;
    color: #ffffff;
    font-size: 30px;
    background: linear-gradient(90deg, #ec5a25, #fbde8e 51%, #f38d24) var(--x, 0)/ 200%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 100px;
    transition: 0.3s all;
}
.solar_testimonial_slider .swiper-button-next:after {
    position: absolute;
	content: '\f105';
	font-family: "FontAwesome";
	font-weight: 400;
	color: #ffffff;
	font-size: 30px;
    background: linear-gradient(to right, #d37700, #ffd264);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 100px;
	left: -25px;
	transition: 0.3s all;
}
.solar_testimonial_slider .swiper-button-prev:hover:after , 
.solar_testimonial_slider .swiper-button-next:hover:after {
	--x: 100%;
	color: #ffffff;
}
/* testimonial slider css start */

/* Footer Section css start */
.solar_footer {
    background-image: linear-gradient(to right, #d37700, #ffd264);
   
}
.solar_footer_shape {
    background: linear-gradient(to right, #f5f5f5, #f5f5f5);
    padding: 40px 0px 40px;
    margin-top: -160px;
    z-index: 5;
    position: relative;
/*    box-shadow: 0 10px 10px 0px #0000001f;
*/}
.solar_footer_gradient {
    height: 60px;
/*    background: linear-gradient(to right, #d37700, #ffd264);
*/    transform: rotate(0deg) skew(0deg, -2deg);
    width: 100%;
    position: absolute;
    top: -30px;
    left: 0;
}
.solar_footer_ab > p {
    color: #695f49;
    margin: 15px 0;
}
.top_solar_btn > ul > li > a {
    margin: 0 10px 0 0;
    color: #d37700;
    background-color: #fff;
    border-radius: 100px;
	border: solid 1px #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition:  all 0.3s ease-in-out;
}

.top_solar_btn > ul > li > a:hover {
    color: #ffffff;
	box-shadow: 0 0 0 25px #d37700inset;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition:  all 0.3s ease-in-out;
}
.solar_footer_links {
    margin: 10px 0 0;
}
.solar_footer_links h3 {
    color: #695f49;
    margin: 0 0 40px;
}
.solar_links > ul > li {
    border-bottom: solid 1px #695f49;
    width: 100%;
    padding: 13px 0;
}
.solar_links > ul > li:last-child {
    border-bottom: none;
}
.solar_links > ul > li:first-child {
    padding: 0 0 13px;
}
.solar_links > ul > li > a {
    color: #695f49;
    display: inline-block;
}
.solar_links > ul > li > i {
    margin: 0 10px 0 0;
	color: #695f49;
}
.solar_footer_contact {
    margin: 10px 0 0;
}
.solar_footer_contact h3 {
    color: #695f49;
    margin: 0 0 40px;
}

.solar_information > ul > li {
    color: #695f49;
    margin-bottom: 28px;
}
.solar_information > ul > li > i {
    margin: 0 10px 0 0;
    font-size: 20px;
}
.solar_footer_contact > p {
    color: #fff;
    margin: 0px 0 0;
    font-size: 20px;
}
.solar_footer_contact > h1 {
    color: #fff;
}
.solar_copyright {
    text-align: center;
    padding: 15px 0;
    background: #ecad2e;
}
.solar_copyright p {
    color: #fff;
}
/* Footer Section css end */

/* Newsletter Section css Start */
.solar_newsletter {
    background: linear-gradient(to right, #d37700, #ffd264);
    padding: 80px 0;
}
.solar_newsletter_shape {
    background: linear-gradient(to right, #d37700, #ffd264);
    padding: 20px 40px;
    margin-bottom: -160px;
    z-index: 5;
    position: relative;
    box-shadow: 0 -10px 10px 0px #0000001f;
}
.solar_newsletter02 {
    padding: 0 0 40px;
}
.solar_newsletter02 h1 {
    color: #fff;
	font-size: 30px;
}
.solar_newsletter02 i.fa.fa-envelope-open-o {
    font-size: 50px;
	margin-right: 5px;
    color: #fff;
}
.solar_newsletter02 h1 {
    text-align: left;
}
.solar_newsletter02 .solar_newsform {
    margin-top: 10px;
}
.solar_newsform {
    margin-top: 25px;
}
.solar_newsform h1 {
    color: #fff;
    margin: 0 0 10px;
	font-size: 30px;
}
.solar_newsform  p {
    color: #fff;
    margin: 0 0 15px;
}
.solar_newsform  small {
    color: #fff;
}
.solar_newsform input.form-control {
    background-color: transparent;
	font-size: 16px;
    color: #fff;
    outline: none;
    border: solid 1px #ffffff61;
    border-radius: 100px;
}
.solar_newsform input::placeholder {
    color: #fff;
	font-size: 16px;
}
.solar_newsform input:focus {
    background-color: transparent;
    color: #fff;
    outline: none;
	border: solid 1px #ffffff61;
}
.solar_newsform .btn-success {
    color: #d37700;
    background: #fff;
    border-color: #fff;
	border: solid 1px #ffffff61;
}
.solar_newsform button.btn.btn-success {
	font-size: 16px;
    font-weight: 500;
	border-radius: 0 100px 100px 0;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition:  all 0.3s ease-in-out;
}
.solar_newsform .btn-success:hover {
    color: #ffffff;
	border-color: #fff;
	background: linear-gradient(to right, #d37700, #ffd264);
	border: solid 1px #ffffff61;
}
/* Newsletter Section css end */

/* About Us Page css Start */
.solar_about_header {
    background-image: url(../images/page_title.png);
    padding: 55px 0 70px;
    background-position: center;
}
.solar_about_header .solar_banner {
    max-width: 100%;
}
.solar_about_header .solar_mdl_btn a.solar_btn {
    background: #ffffff;
    color: #d37700;
}
.solar_about_header .solar_mdl_btn a.solar_btn:hover {
    background: #d37700;
    color: #ffffff;
}
.solar_menu_header.solar_menu_header_about {
    background-color: transparent;
}
.solar_page_title > ul > li > a {
    color: #ffffff;
}
.solar_page_title > ul > li > a:after {
    background-color: #ffffff;
}
.solar_title {
    text-align: center;
	padding: 0 15px;
}
.solar_title h1 {
    color: #fff;
    margin: 60px 0 10px;
    font-size: 28px;
}
.solar_title ul li {
    color: #fff;
    font-size: 16px;
}
.solar_title ul li a {
	color: #fff;
}
.solar_aboutus_page {
    padding: 80px 0 80px;
}
.solar_our_vison_detail h1 {
    text-align: left;
    margin-bottom: 35px;
}
.solar_vison_detail {
    display: flex;
    align-items: center;
	margin: 40px 0 0;
}
.solar_vison_detail .solar_vison_detail {
    display: inline-block;
    align-items: center;
    margin: 40px 0 0;
}
.solar_vison_detail .solar_why_choose_icon {
    margin: 0 20px 0 0;
	width: 110px;
    display: inline-block;
}
.solar_aboutus_page .solar_why_choose_text {
    width: calc(100% - 145px);
    display: inline-block;
    vertical-align: middle;
}
.solar_accordian_img {
    text-align: right;
}
.solar_why_choose_text {
    width: calc(100% - 170px);
    display: inline-block;
    vertical-align: middle;
}
/* Accordian css */
.solar_section_accordian {
    background-color: #f6f6f6;
    padding: 73px 0 53px;
}

.solar_about_roads h1 {
    text-align: left;
    margin: 0 0 30px;
}
.solar_about_accordian {
    margin: 30px 0 0;
}
.solar_about_accordian .card-header {
    background: linear-gradient(to right, #d37700, #ffd264);
}
.solar_about_accordian .card-header > a {
    color: #ffffff;
	display: block;
}
/* Accordian css */
/* Team css */
.solar_team_section {
    padding: 73px 0 0px;
}
.solar_about_team01 {
    padding: 76px 0 210px;
}
.solar_about_team01 h1, .solar_team_section h1 {
    margin: 0 0 50px;
}

.section-title {
  margin-bottom: 60px;
}
.section-title p {
	color: #777;
	font-size: 16px;
}
.section-title h4 {
	text-transform: capitalize;
	font-size: 40px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-weight: 600;
}
.section-title h4:before {
	position: absolute;
	content: "";
	width: 60px;
	height: 2px;
	background-color: #ff3636;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
}
.section-title h4:after {
	position: absolute;
	background-color: #ff3636;
	content: "";
	width: 10px;
	height: 10px;
	bottom: -4px;
	left: 50%;
	margin-left: -5px;
	border-radius: 50%;
}

.single-team img {
    border-radius: 10px;
}
.single-team {
  position: relative;
}
.team-hover {
  background-color: #d37700;
  color: #fff;
  position: absolute;
  bottom: -107px;
  left: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  border-radius: 0px 0px 10px 10px;
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition:  all 0.3s ease-in-out;
}
.team-hover h4 {
  font-size: 20px;
  color: #fff;
}
.team-hover h4 span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin: 10px 0;
}
.team-hover a {
  display: inline-block;
  color: #fff;
  padding: 0 5px;
}
.team-hover a:hover {
  color: #f4bb4a;
}
.single-team:hover .team-hover {
  bottom: 0;
}
.single-team {
  overflow: hidden;
}
/* Team css */
/*********************** Demo - 16 *******************/
.box16{text-align:center;color:#fff;position:relative}
.box16 .box-content,.box16:after{width:100%;position:absolute;left:0}
.box16:after{content:"";height:100%;background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.08) 69%,rgba(0,0,0,.76) 100%);top:0;transition:all .5s ease 0s;border-radius: 10px;}
.box16 .post,.box16 .title{transform:translateY(145px);transition:all .4s cubic-bezier(.13,.62,.81,.91) 0s}
.box16:hover:after{background:linear-gradient(to bottom,rgba(0,0,0,.01) 0,rgb(78, 84, 200))}
.box16 img{width:100%;height:auto;border-radius: 10px;}
.box16 .box-content{padding:20px;margin-bottom:20px;bottom:0;z-index:1}
.box16 .title{font-size:22px;font-weight:700;text-transform:uppercase;margin:0 0 10px;color: #fff;}
.box16 .post{display:block;padding:0 0 20px;font-size:15px}
.box16 .social li a,.box17 .icon li a{border-radius:50%;font-size:20px;color:#fff}
.box16:hover .post,.box16:hover .title{transform:translateY(0)}
.box16 .social{list-style:none;padding:0 0 5px;margin:40px 0 25px;opacity:0;position:relative;transform:perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);transition:all .6s cubic-bezier(0,0,.58,1) 0s}
.box16:hover .social{opacity:1;transform:perspective(500px) rotateX(0) rotateY(0) rotateZ(0)}
.box16 .social:before{content:"";width:50px;height:2px;background:#fff;margin:0 auto;position:absolute;top:-23px;left:0;right:0}
.box16 .social li{display:inline-block}
.box16 .social li a{display:block;width:40px;height:40px;background:#f4bb4a;margin-right:10px;transition:all .3s ease 0s}
.box17 .icon li,.box17 .icon li a{display:inline-block}
.box16 .social li a:hover{background:#f4bb4a}
.box16 .social li:last-child a{margin-right:0}
.box16 .social li a i {
    line-height: 40px;
}

/* Blog css */
/******************  News Slider Demo-2 *******************/

.post-slide2{
    margin: 0 15px;
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
    margin-bottom:2em;
	border-radius: 10px;
	position: relative;
}
.post-slide2 .post-img{
    overflow: hidden;
	border-radius: 10px 10px 0 0;
}
.post-slide2 .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.post-slide2:hover .post-img img{
    transform: scale(1.08);
}
.post-slide2 .post-date {
    position: absolute;
    top: 15px;
    right: -15px;
}
.post-slide2 .date {
    display: inline-block;
    border-radius: 3px 0 0 3px;
    padding: 5px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: #d37700;
    float: left;
}
.post-slide2 .month {
    display: inline-block;
    border-radius: 0 3px 0 0;
    padding: 5px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #f4bb4a;
}
.post-slide2 .post-content {
    padding: 20px 20px 25px;
    position: relative;
}
.post-slide2 .post-author {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: -25px;
    right: 10px;
    overflow: hidden;
    border: 4px solid #fff;
}
.post-slide2 .post-author img {
    width: 100%;
    height: auto;
}
.post-slide2 .post-title{
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}
.post-slide2 .post-title a{
    display: inline-block;
    margin: 10px 0 10px;
    font-size: 22px;
}
.post-slide2 .post-title a:focus {
    color: #222222;
}
.post-slide2 .post-title a:hover{
    color: #d37700;
    text-decoration: none;
}
.post-slide2 .post-description{
    font-size: 15px;
    color: #676767;
    line-height: 24px;
    margin-bottom: 14px;
}
.post-slide2 .post-bar{
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}
.post-slide2 .post-bar li{
    color: #676767;
    padding: 2px 0;
}
.post-slide2 .post-bar li i{
    margin-right: 5px;
	color: #f4bb4a;
}
.post-slide2 .post-bar li a{
    display: inline-block;
    font-size: 16px;
    color: #022c4c;
    margin: 10px 20px 0 0;
    font-weight: 500;
}
/* .post-slide2 .post-bar li a:after{ */
    /* content: ","; */
/* } */
.post-slide2 .post-bar li a:last-child:after{
    content: "";
}
.post-slide2 .post-bar li a:hover{
    color: #f4bb4a;
    text-decoration: none;
}
.post-slide2 .read-more{
    display: inline-block;
    padding: 6px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: linear-gradient(90deg, #ec5a25, #fbde8e 51%, #f38d24) var(--x, 0)/ 200%;
    border-radius: 100px;
    text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition:  all 0.3s ease-in-out;
}
.post-slide2 .read-more:hover{
     --x: 100%;
	color: #ffffff;
    text-decoration: none;
}
.solar_partner_section {
   padding: 50px 0 50px 0;
   background-color: #f5f5f5;
}
.solar_partner_section h1 {
    margin: 0 0 60px;
}
.solar_blog_post {
    margin: 0 0 50px;
}

/* Sidebar css */
.solar_blog_sidebar {
    background-color: #ffffff;
    padding: 30px 20px;
    border-radius: 10px;
	box-shadow: 0 0px 2px rgba(43,59,93,0.30);
	margin-bottom: 50px;
}
.solar_blog_sidebar h4 {
    margin: 0 0 25px;
    color: #f4bb4a;
	font-size: 18px;
}
.sl_search_btn input.form-control {
    border-color: #012b4c1c;
    line-height: 45px;
    height: 45px;
    padding: 0 20px;
	border-radius: 100px;
}
.sl_search_btn button.btn.btn-secondary {
    background: linear-gradient(to right, #d37700, #ffd264);
    padding: 0 20px;
    border-color: #f4bb4a;
	border-radius: 0 100px 100px 0;
}
.sl_search_btn button.btn.btn-secondary:hover {
    background: linear-gradient(to right, #f4bb4a, #d37700);
}
.solar_list_post {
    display: flex;
    align-items: center;
	margin-bottom: 15px;
}
.solar_list_img {
    margin-right: 15px;
}
.solar_list_img img {
    border-radius: 5px;
}
.solar_listing p {
    margin-bottom: 10px;
    color: #b9b9b9;
}
.solar_listing a {
    color: #012b4c;
    font-size: 18px;
    font-weight: 600;
}
.solar_listing a:hover {
    color: #f4bb4a;
}
.sidebar_tag ul li {
    display: inline-block;
    margin: 15px 5px;
}
.sidebar_tag ul li a {
    padding: 8px 20px;
    border: 1px solid #eee;
    color: #d37700;
    border-radius: 100px;
}
.sidebar_tag ul li a:hover {
    border-color: #d37700;
}
.sidebar_category ul li {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 0px;
}
.sidebar_category ul li a {
    color: #012c4c;
    font-weight: 500;
}
.sidebar_category ul li a:hover {
    color: #f4bb4a;
}
.sidebar_category ul li span {
    color: #f4bb4a;
    font-weight: 500;
}
.sidebar_insta ul li {
    display: inline-block;
}
.sidebar_insta ul li a img {
    margin-bottom: 5px;
    border-radius: 5px;
}
.sidebar_social .top_solar_btn > ul > li > a {
    border-color: #eee;
}
.solar_pagination .top_solar_btn > ul > li > a {
    background-color: #e6e6e6;
    font-size: 16px;
    font-weight: 600;
}
.solar_pagination .top_solar_btn a.active {
    background-color: #4f55c8;
    color: #fff;
}

/* Blog css */

/* Comments Box css */
.card.card-white.post {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0px 2px rgba(43, 59, 93, 0);
    margin-bottom: 30px;
}
.card-white  .card-heading {
  color: #333;
  background-color: #fff;
  border-color: #ddd;
   border: 1px solid #dddddd;
}
.card-white  .card-footer {
  background-color: #fff;
  border-color: #ddd;
}

.post .post-heading {
  padding: 20px 15px 0;
}
.post .post-heading .avatar {
  display: block;
  margin-right: 15px;
  border-radius: 5px;
}
.post .post-heading .meta .title {
  margin-bottom: 0;
}
.post .post-heading .meta .title a {
  color: #012b4c;
}
.post .post-heading .meta .title a:hover {
  color: #f4bb4a;
}
.post .post-heading .meta .time {
  margin-top: 8px;
  color: #999;
}
.post .post-image .image {
  width: 100%;
  height: auto;
}
.ss_reply a {
    color: #f4bb4a;
}
.post .post-description {
  padding: 15px;
}
.post .post-description p {
  font-size: 14px;
}
.post .post-description .stats {
  margin-top: 20px;
}
.post .post-description .stats .stat-item {
  display: inline-block;
  margin-right: 15px;
}
.post .post-description .stats .stat-item .icon {
  margin-right: 8px;
}
.post .post-footer {
  border-top: 1px solid #ddd;
  padding: 15px;
}
.post .post-footer .input-group-addon a {
  color: #454545;
}
.post .post-footer .comments-list {
  padding: 0;
  margin-top: 20px;
  list-style-type: none;
}
.post .post-footer .comments-list .comment {
  display: block;
  width: 100%;
  margin: 20px 0;
}
.post .post-footer .comments-list .comment .avatar {
  width: 35px;
  height: 35px;
}
.post .post-footer .comments-list .comment .comment-heading {
  display: block;
  width: 100%;
}
.post .post-footer .comments-list .comment .comment-heading .user {
  font-size: 14px;
  font-weight: bold;
  display: inline;
  margin-top: 0;
  margin-right: 10px;
}
.post .post-footer .comments-list .comment .comment-heading .time {
  font-size: 12px;
  color: #aaa;
  margin-top: 0;
  display: inline;
}
.post .post-footer .comments-list .comment .comment-body {
  margin-left: 50px;
}
.post .post-footer .comments-list .comment > .comments-list {
  margin-left: 50px;
}
.card.card-white.post.ss_reply_box {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0 0 30px 80px;
	margin: 0;
}
/* Comments Form css */
.solar_comment_form h4 {
    margin: 0 0 25px;
    color: #f4bb4a;
}
.solar_comment_form textarea.form-control {
    padding-top: 10px;
    resize: none;
	border: solid 1px #012b4c38;
}
.solar_comment_form input.form-control {
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
	border: solid 1px #012b4c38;
}
.solar_comment_form button {
    margin-top: 15px;
	border: none;
}
/* About Us Page css end */

/* Gallery page css start*/
.solar_portfolio {
    padding: 65px 0 35px;
}
.solar_portfolio a {
    margin-bottom: 30px;
}
.solar_portfolio img {
    border-radius: 10px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition:  all 0.3s ease-in-out;
}
.solar_portfolio img:hover {
    box-shadow: -10px -10px 0 0px #f4bb4a;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition:  all 0.3s ease-in-out;
}
/* Gallery Page css end */

/* Contact Page css start */
.solar_contact {
    padding: 74px 0 80px;
}
.solar_contact h1 {
    margin: 0 0 50px;
}
.contact_map {
    position: relative;
	margin: 78px 50px 0 0;
}
.contact_map:after {
    position: absolute;
    content: "";
    background: linear-gradient(to right, #d37700, #ffd264);
    width: 300px;
    height: 550px;
    top: -78px;
    right: -50px;
    z-index: -1;
	animation: top_btm 3s infinite alternate;
}
@keyframes top_btm {
  0%   {top: -20px;}
  100% {top: -60px;}
}
.contact_map iframe {
    width: 100%;
    height: 530px;
	border-radius: 3px;
}
.contact_heading h5 {
    font-size: 30px;
    margin: 0 0 50px;
    padding-bottom: 5px;
}
.contact_form p {
    margin: 0 0 36px;
}
.contact_form label {
    color: #ffff;
}
.contact_form input {
    margin: 0px 0 0px;
    height: 45px;
    line-height: 45px;
    background-color: transparent;
    color:#695f49;
	border: solid 1px #eee;
}
/* .contact_form input::placeholder, .contact_form textarea::placeholder { */
    /* color: #fff; */
/* } */
.contact_form textarea {
    color: #fff;
	background-color: transparent;
	margin: 0 0 40px;
    padding-top: 10px;
    resize: none;
	border: solid 1px #eee;
    height: 130px;
}
.contact_form input:focus {
    outline: none;
	border: solid 1px rgba(213, 213, 213, 0.35);
}
.contact_form textarea:focus {
    outline: none;
	border: solid 1px rgba(213, 213, 213, 0.35);
}
.contact_form button {
    border: none;
}
.response {
    color: white;
}
/* Contact Page css end */
.solar_comment_box h1.text_span {
    margin-bottom: 20px;
}

.solar_comment_box .solar_Serivces h3 {
    margin: 60px 0 15px;
}
.ss_service {
    display: inline-block;
    margin: 15px 0 0;
    color: #f4bb4a;
}
.ss_service:hover {
    color: #012b4c;
}
/* Blog Page css start */
.solar_blog_section {
    padding: 80px 0 200px;
}
.solar_blog_section h1 {
    margin: 0 0 50px;
}
.solar_post_img img {
    border-radius: 10px;
}
.solar_post_detail{
	margin: -100px 40px 0;
    background: #fff;
    position: relative;
}
/* Blog Page css end */

/********************************************************
21. components start
********************************************************/
/* bottom to top scroll start */
.solar_top_icon #button {
  display: inline-block;
  background: linear-gradient(to right, #d37700, #ffd264);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity: .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
.solar_top_icon #button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  line-height: 50px;
  color: #fff;
}
.solar_top_icon #button:hover {
  cursor: pointer;
  box-shadow: 0 0 0 25px #d37700inset;
}
.solar_top_icon #button:active {
  background-color: #555;
}
.solar_top_icon #button.show {
  opacity: 1;
  visibility: visible;
}

/* bottom to top scroll end */

/* input start */

/* input end */

/* checkbox start */

/* checkbox end */

/* popup start */
.solar_quote .modal-dialog {
    max-width: 600px;
	margin: 9.75rem auto;
}
.solar_quote .modal-header {
    padding: 20px 30px;
	border: none;
	background: #fff;
	border-radius: 4px 4px 0 0;
}
.solar_quote .modal-body {
    padding: 0;
	border-radius: 0;
}
.solar_quote .contact_form {
    background: #fff;
}
.solar_quote .modal-header h5 {
    color: #d37700;
    font-size: 24px;
}
.solar_quote .close {
    color: #333;
    opacity: 1;
}
.solar_quote .contact_form {
    margin: 0;
	border-radius: 0 0 4px 4px;
    padding: 0 30px 40px;
}
.solar_quote .contact_form input {
    margin: 0 0 25px;
	border: solid 1px #ced4da99;
	color: #333;
}
.solar_quote .contact_form button {
    background: linear-gradient(to right, #d37700, #ffd264);
    color: #fff;
	font-weight: 600;
}
.solar_quote .contact_form button:hover {
    background: linear-gradient(to right, #f4bb4a, #d37700);
	color: #ffffff;
}
.solar_quote .contact_form input#exampleFormControlFile1 {
    border: none;
	height: auto;
    line-height: normal;
}
.solar_quote .contact_form textarea {
    margin: 0 0 25px;
	border: solid 1px #ced4da99;
	color: #333;
}
.solar_quote input::placeholder, .solar_quote textarea::placeholder {
    color: #333;
}

.form-control-file {
  color: transparent;
}
.form-control-file::-webkit-file-upload-button {
  visibility: hidden;
}
.form-control-file::before {
	content: 'Choose File';
    color: #fff;
    display: inline-block;
    background: #8a8ff7;
    border: 1px solid #8a8ff7;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-size: 14px;
}

.form-control-file:active {
  outline: 0;
}
.form-control-file:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}

/* popup end */

/********************************************************
21. components end
********************************************************/


/********************************************************
22. responsive start
********************************************************/
@media(max-width: 1699px){
.solar_menus > ul > li > a {
    margin: 0 0 0 0px;
}
.solar_mdl_btn a.solar_btn {
    margin-left: 30px;
}
}


@media(max-width: 1199px){
body {
    background-image: none;
}
.solar_menus ul {
    position: fixed;
    background: linear-gradient(to right, #d37700, #ffd264);
    width: 280px;
    left: -280px;
    top: 0;
    bottom: 0;
	text-align: left;
	transition: 0.3s;
	z-index: 111;
}
.solar-close-icon {
    position: absolute;
    top: -2px;
    right: 5px;
    color: #ffffff;
    font-size: 20px;
    display: block;
    z-index: 5;
    cursor: pointer;
}
.solar_menus > ul > li {
    position: relative;
    display: block;
    padding: 15px 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.18);
}
.solar_menus > ul > li:last-child {
    border-bottom: none;
}
.solar_menus.solar_menu_show ul {
    left: 0px;
}
.solar_toggle {
    position: absolute;
    top: 20px;
	right: 190px;
}
.solar_toggle {
    display: block;
	cursor: pointer;
}
.bar1, .bar2, .bar3 {
    width: 30px;
    height: 2px;
    background-color: #8e8e8f;
    margin: 5px 0;
    border-radius: 10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.solar_menus.solar_menu_show .bar1 {
    transform: rotate(45deg);
}
.solar_menus.solar_menu_show .bar2 {
    display: none;
}
.solar_menus.solar_menu_show .bar3 {
    transform: rotate(-45deg) translate(5px, -5px);
}
.solar_menus > ul > li > a:before {
    display: none;
}
.solar_about_sources:after {
    transform: none;
}
.solar_newsletter {
    padding: 80px 40px;
}
.solar_menus > ul > li > a {
    margin: 0 0 0 25px;
	color: #ffffff;
    font-weight: 500;
}
.solar_Serivces_detail {
    background-image: none;
}
.solar_about_sources.solar_about_mt01, .solar_about_sources.solar_about_mt02 {
    margin-bottom: 40px;
	border-radius: 10px;
}
.solar_about_sources {
    border-radius: 10px;
}
.solar_about_sources.solar_about_mt01:after{
	display: none;
}
.solar_about_sources.solar_about_mt02:after{
	display: none;
}
.solar_about_sources.solar_about_mt03:after{
	display: none;
}
.solar_about_sources.solar_about_mt04:after{
	display: none;
}
.solar_about_shape01 {
    padding: 38px 40px;
}
.solar_counter .statistic-section {
    padding: 80px 40px;
}
.solar_vector_banner {
    position: sticky;
}
.solar_content {
    margin-top: 50px;
}
.solar_top_header {
    padding: 80px 80px 150px;
}
.solar_content h1 {
    font-size: 40px;
}
.bar1.bar_page1, .bar2.bar_page2, .bar3.bar_page3 {
    background-color: #ffffff;
}
.solar_mdl_btn a.solar_btn {
    margin-left: 0;
}
}


@media(max-width: 991px){
.solar_content h1 {
    font-size: 40px;
}
.solar_footer_ab, .solar_footer_links, .solar_footer_contact {
    margin-bottom: 50px;
}
.solar_accordian_img {
    margin-top: 50px;
	text-align: left;
}
.box16{margin-bottom:30px}

.solar_about_rotate {
    padding: 80px 0 0;
}
.solar_newsletter {
    margin-bottom: 0px;
}
.solar_partner_section {
    padding: 240px 0 200px;
}
.solar_news_img {
    padding: 20px 0 0;
}
.solar_about_img {
    padding: 60px 0 40px;
}
.solar_news_text {
    margin-bottom: 30px;
}
.solar_pagination {
    margin: 0 0 50px;
}
.solar_comment_form {
    padding: 0 0 40px;
}
.solar_about_detail a {
    display: table;
}
.solar_counter .count-title {
    font-size: 40px;
}
.solar_comment_box .solar_about_accordian {
    margin: 0 0 50px;
}
.solar_top_header {
    padding: 80px 80px 60px;
    background-color: #faf1dc;
   
}
.solar_content {
    margin-top: 0;
    margin-bottom: 30px;
}
.solar_top_header {
    padding: 66px 15px 60px !important;
    text-align: center;
}

}


@media(max-width: 768px){
.solar_Serivces {
    background: whitesmoke;
}
.solar_why_choose_text {
    text-align: center;
}
.solar_why_choose_icon {
    text-align: center;
	display: block;
    margin: 50px auto;
}
.solar_about_img {
    text-align: center;
	padding: 0;
}
.solar_aboutus_page .solar_about_img {
    text-align: left;
	padding: 0 0 40px;
}
.solar_price_main {
    margin-bottom: 50px;
}
.solar_pr_text h1 {
    display: block;
	border-top: none;
}
.solar_vison_detail {
    display: block;
}
.solar_vison_detail .solar_why_choose_icon {
    margin: 0 20px 30px 0px;
    text-align: left;
}
.solar_vison_detail .solar_why_choose_text {
    text-align: left;
}
.single-team {
    text-align: center;
    margin: 0 auto 40px;
    max-width: 370px;
}
.solar_counter .counter {
		margin-bottom: 50px;
}
.solar_why_choose_detail {
    text-align: center;
}
.solar_contact {
    padding: 0 0 140px;
}
.contact_form {
    margin-top: 50px;
}
.contact_map:after {
    display: none;
}
.contact_map {
    margin: 58px 0 0 0;
}
.solar_menu_header {
    padding: 15px;
}
.solar_top_header {
    padding: 60px 15px 60px;
    margin-top: 63px;
}
.solar_content:after {
	display: none;
}
.solar_about {
    padding: 57px 0 60px;
}
.solar_about_rotate {
    padding: 60px 0 0;
}
.solar_Serivces_detail {
    padding: 53px 0 60px;
}
.solar_why_choose {
    padding: 57px 0 54px;
}
.solar_why_choose_icon {
    margin: 50px auto 30px;
}
.solar_about_shape01 {
    padding: 60px 0;
}
.solar_testimonial {
    padding: 180px 0 155px;
}
.solar_counter .statistic-section {
    padding: 80px 0 60px;
}
.solar_footer_shape {
    padding: 20px 40px;
}
.solar_team_section {
    padding: 53px 0 30px;
}
.solar_newsletter {
    padding: 60px 0;
}
.solar_partner_section {
    padding: 180px 0 170px;
}
.solar_footer_ab, .solar_footer_links, .solar_footer_contact {
    margin-bottom: 30px;
}
.solar_aboutus_page {
    padding: 60px 0 0;
}
.solar_section_accordian {
    padding: 57px 0 25px;
}
.solar_about_team01 {
    padding: 56px 0 150px;
}
.solar_Serivces_in {
    padding: 60px 0 12px;
}
.solar_pricing {
    padding: 56px 0 130px;
}
.solar_blog_section {
    padding: 60px 0 140px;
}
.solar_portfolio {
    padding: 60px 0 150px;
}
}


@media(max-width: 575px){
.solar_about_header {
    background-color: #797eea;
    background-image: none;
	padding: 130px 0 49px;
}	
.solar_menu_header {
    padding: 30px 15px;
}
.solar_top_header {
    padding: 160px 15px 60px;
	text-align: center;
}
.solar_logo {
    text-align: center;
    margin-bottom: 20px;
}
.solar_menu_flex {
    justify-content: center;
}
.solar_post_detail {
    margin: -50px 10px 0;
}
.solar_menus {
    position: relative;
}
.solar_toggle {
    right: -45px;
    top: -10px;
}
.solar_mdl_btn a.solar_btn {
    margin-left: 60px;
    margin-right: 0;
}	
.solar_content h1 {
    font-size: 30px;
}
h1.text_span {
    font-size: 25px;
}
.solar_testimonial_slider .swiper-button-prev:after, .solar_testimonial_slider .swiper-button-next:after {
    display: none;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    display: none;
}
.solar_vison_detail .solar_why_choose_icon {
    display: block;
}
.solar_aboutus_page .solar_why_choose_text {
	width: 100%;
}
.solar_menus ul {
    width: 250px;
}
.solar_why_choose_text {
    width: 100%;
}
.post .post-heading .meta .title {
    margin: 10px 0;
}
.post .post-heading .meta .time {
    margin: 10px 0 0;
}
.solar_about_sources.solar_about_mt03, .solar_about_sources.solar_about_mt04 {
    margin-bottom: 40px;
}
.solar_about_shape01 {
    padding: 0;
}
.solar_about_back {
    padding: 40px 20px 0;
    box-shadow: none;
}
.solar_testimonial {
    padding: 240px 0 200px;
}
.solar_counter .statistic-section {
    padding: 0;
}
.solar_footer_shape {
    padding: 40px 20px 0;
    margin-top: -120px;
    box-shadow: none;
}
.solar_newsletter {
    padding: 0;
}
.solar_newsletter_shape {
    padding: 20px 10px 20px;
    box-shadow: none;
}
.top_solar_btn > ul > li > a {
    margin: 0 4px 0 0;
    height: 40px;
    width: 40px;
	line-height: 40px;
}
.top_solar_btn > ul > li > a > i {
    line-height: 40px;
}
.solar_footer_contact > h1 {
    font-size: 24px;
}
.solar_newsletter02 h1 {
    font-size: 20px;
}
.solar_newsletter02 i.fa.fa-envelope-open-o {
    font-size: 40px;
}
.contact_heading h1 {
    font-size: 30px;
}
.solar_footer {
    padding: 80px 0px 0;
}
.solar_portfolio {
    padding: 60px 0 110px;
}
.solar_about_team01 {
    padding: 56px 0 110px;
}
.solar_partner_section {
    padding: 240px 0 170px;
}
}
/********************************************************
22. responsive end
********************************************************/


.padding_0
{
	padding:0px !important;
}
.padding_0:hover >.hover_bk
{
	position: absolute;
	width: 100%;
	height: 100%;
    background: #75511b8c;
}
.bt_bb_headline_superheadline
{
	font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 35px;
    position: relative;
    color: #695f49;
	    font-size: 1.25rem;
}


.bt_bb_headline_content 
{
    display: block;
    color: inherit;
}
.bt_bb_align_center 
{
  text-align: center;
}
.bt_bb_headline_content b
{
    color: #d37700;
}


.bt_bb_headline_content
{
	font-size: 2.5rem;
    line-height: 1.2;
    font-family: "Montserrat";
}

.bt_bb_column {
    padding-left: 0;
    padding-right: 0;
}
.bt_bb_row .bt_bb_column .bt_bb_column_content {
    width: 100%;
}

.bt_bb_column .bt_bb_column_content {
    background-size: cover;
}
.bt_bb_steps .bt_bb_steps_icon_holder {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1em;
}
.bt_bb_step_first.bt_bb_steps .bt_bb_steps_icon_holder .bt_bb_steps_before {
    height: 0;
}

.bt_bb_color_scheme_19.bt_bb_steps .bt_bb_steps_icon_holder .bt_bb_steps_before, .bt_bb_color_scheme_19.bt_bb_steps .bt_bb_steps_icon_holder .bt_bb_steps_after {
    background: #ebebeb;
	width: 15%;
}
.bt_bb_steps .bt_bb_steps_icon_holder .bt_bb_steps_icon {
    /* -webkit-flex: 1 0 50%; */
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    -webkit-order: 2;
    -ms-flex-order: 2;
    /* order: 2; */
    max-width: 7em;
    height: 7em;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.bt_bb_color_scheme_19.bt_bb_steps .bt_bb_steps_icon_holder .bt_bb_steps_icon .bt_bb_icon_holder {
    box-shadow: 0 0 0 3px #ebebeb inset;
    color: #181818;
    background-color: transparent;
}

.bt_bb_steps .bt_bb_steps_icon_holder .bt_bb_steps_icon .bt_bb_icon_holder {
    font-size: 3.4em;
    color: #252525;
    -webkit-box-shadow: 0 0 0 3px #252525 inset;
    box-shadow: 0 0 0 3px #252525 inset;
    background-color: transparent;
    border-radius: 50%;
    -webkit-transition: all 280ms ease;
    -moz-transition: all 280ms ease;
    transition: all 280ms ease;
    display: block;
    text-align: center;
    line-height: 2;
    height: 100%;
    width: 100%;
}
.bt_bb_color_scheme_19.bt_bb_steps .bt_bb_steps_icon_holder .bt_bb_steps_after {
    background: #ebebeb;
}
.btHeadingWeight_normal .bt_bb_steps .bt_bb_steps_content .bt_bb_steps_content_title {
    font-weight: 500;
}

.bt_bb_steps .bt_bb_steps_content .bt_bb_steps_content_title {
    font-family: "Montserrat";
}
.bt_bb_steps .bt_bb_steps_content .bt_bb_steps_content_title {
    font-weight: 600;
    font-size: 1.3rem;
    font-family: "Montserrat";
    letter-spacing: 1px;
    padding-bottom: 1em;
    line-height: 1;
}
.bt_bb_steps .bt_bb_steps_content .bt_bb_steps_content_text {
    font-size: .9em;
    line-height: 1.5em;
}
.bt_bb_separator.bt_bb_bottom_spacing_medium {
    margin-bottom: 4em;
}

.bt_bb_separator.bt_bb_bottom_spacing_medium {
    margin-bottom: 4em;
}
.bt_bb_separator {
    line-height: 0;
    display: block;
    clear: both;
}



.bt_bb_color_scheme_19.bt_bb_steps .bt_bb_steps_icon_holder .bt_bb_steps_icon .bt_bb_icon_holder {
    box-shadow: 0 0 0 3px #ebebeb inset;
    
    background-color: transparent;
}



.bottom_div
{
	padding-bottom:14px;
}


.bt_bb_steps .bt_bb_steps_icon_holder .bt_bb_steps_after {
    -webkit-flex: 1 0 25%;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    background: inherit;
    height: 4px;
}
.bt_bb_steps .bt_bb_steps_icon_holder .bt_bb_steps_before {
    -webkit-flex: 1 0 25%;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background: inherit;
    height: 4px;
}
.bt_bb_step_last.bt_bb_steps .bt_bb_steps_icon_holder .bt_bb_steps_after {
    height: 0;
}
.bt_bb_color_scheme_19.bt_bb_steps .bt_bb_steps_icon_holder .bt_bb_steps_icon:hover .bt_bb_icon_holder {
    box-shadow: 0 0 0 3em #ebebeb inset;
    background-color: #514c4c;
    color: #181818;
}

.title-box span 
{
	font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #695f49;
    display: inline-block;
    vertical-align: middle;
	font-size: 1.25rem;
    position: relative;
    padding-left: 45px;
    letter-spacing: 4px;
	margin-bottom: 15px;
}
.title-box span:before 
{
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: #695f49;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}
.title
{
	color: #695f49;
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 27px;
}
.title-box p 
{
	text-align: justify;
	font-family: 'Roboto', sans-serif;
    font-size: 1rem;
	color:#695f49;
	line-height: 2;
}
.iq-style-one-services.iq-box-shadow {
    box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 5%);
}
.iq-style-one-services {
    padding: 30px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.iq-style-one-services:before {
    height: 4px;
    right: 0;
    position: absolute;
    bottom: 0;
    content: "";
    width: 0;
    background: #fff;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    z-index: 2;
}
.iq-style-one-services .hover-img {
    position: absolute;
    top: 0;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    opacity: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.iq-style-one-services .services-detail {
    z-index: 3;
    position: relative;
}
.iq-style-one-services a.bttn-link {
    display: inline-block;
    position: relative;
    padding-right: 40px;
	color:#d37700;
}

.elementor a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}

.iq-style-one-services .iq-service-icon i {
    font-size: 60px;
    color: #d37700;
    z-index: 1;
    margin-bottom: 7px;
    line-height: normal;
    display: inherit;
}
.iq-style-one-services .iq-service-icon i:before {
    font-size: 60px;
}
.iq-style-one-services a.bttn-link i {
    color:#d37700;
}

.iq-style-one-services .link-arrow i {
    position: absolute;
    right: 0;
    margin: 0;
    font-size: 25px;
    line-height: normal;
    top: 0px;
}
.mb-0
{
	font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 2;
}

.iq-style-one-services:hover {
    -webkit-box-shadow: 0px 0px 30px 2px rgb(20 44 75 / 10%);
    -moz-box-shadow: 0px 0px 30px 2px rgba(20, 44, 75, 0.1);
    box-shadow: 0px 0px 30px 2px rgb(20 44 75 / 10%);
	background: #000;
}
.iq-style-one-services:hover .hover-img {
    z-index: 0;
    opacity: 1;
    top: 0;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.iq-style-one-services:hover .title-color, .iq-style-one-services:hover p, .iq-style-one-services:hover .iq-service-icon i, .iq-style-one-services:hover a.bttn-link, .iq-style-one-services:hover a.bttn-link i {
    color: #ffffff;
}
.iq-style-one-services:hover:before {
    width: 100%;
    height: 4px;
    left: 0;
}

.elementor-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1;
	    padding-bottom: 20px;
}
.elementor-930 .elementor-element.elementor-element-1470a83 > .elementor-widget-container {
    margin: 0px 0px 30px 0px;
}

.elementor-930 .elementor-element.elementor-element-ac0c510 > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	
}
ul.list-column-one li {
    position: relative;
}

.elementor-930 .elementor-element.elementor-element-ac0c510 .iq-enerzee-list ul li i {
    color: #4DAF40;
}

ul.list-column-one li i {
    position: absolute;
    top: 0px;
    font-size: 20px;
    line-height: 1.5em;
	color: #d37700;
}

ul.list-column-one li span {
    padding-left: 30px;
    display: inline-block;
}

.button_download {
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    color: #fff;
    padding: 8px 32px;
    border: none;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: linear-gradient(90deg, #ec5a25, #fbde8e 51%, #f38d24) var(--x, 0)/ 200%;
}
.iq-enerzee-list 
{
	margin-bottom: 20px;
}

.list-column-one li span
{
	font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}
.about_solar
{
	background-image: url(../images/f2.png);
    background-position: top center;
    background-repeat: no-repeat;
}
.bt_bb_port_background
{ 
	padding-top: 8em;
	padding-bottom: 16em;
	background-image: url(../images/background_solar_02.jpg);
    /* background-position: 50% 110.493px; */
}
.bt_bb_headline_content_2 span
{
	color:white;
	    line-height: 2.1;
			
}
h3 .bt_bb_headline_content_2 
{
line-height: 4.2;
}
.bt_bb_headline_content_2 b
{
	padding-bottom: 50px;
	color:#d37700;
}
.no-padding
{
	padding:0px !important;
}
.box_two_div
{
	margin-top: -18%;
    margin-bottom: 80px;
}

.bt_bb_headline .bt_bb_headline_content {
    display: block;
    color: inherit;
}


.bt_bb_column.bt_bb_padding_60 .bt_bb_column_content {
    padding-left: 60px;
    padding-right: 60px;
}
.bt_bb_column_content_offer
{
	text-align: center;
	padding-top: 30%;
}
.bt_bb_column_content_offer span
{
	color: #fff;
}


.bt_bb_button.bt_bb_shape_rounded a.bt_bb_link {
    border-radius: 5px;
}

.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_filled a {
    box-shadow: none;
    background-color: #d37700;
    color: #ffffff;
}
.bt_bb_size_normal.bt_bb_button a {
   /*  padding: 1.5em 2em; */
}

.box_two
{
	padding: 50px !important;
}
.box_two h3
{
	text-align: left;
	padding-bottom: 20px;
}
.box_two p
{
	text-align: justify;
}
.swiper-slide
{
	background: white;
    padding: 15px 0px 15px 25px;

}

.top-bar{
    background: linear-gradient(to right, #ffc54a, #ffc54a);
    height: 45px;
    width: 100%;
    margin-left: 0px;
}

.pl-10{
    padding-left: 10px;
}
.pr-10{
    padding-right: 10px;
}
.fl-right{
float:right;
}
.pt-09{
    padding-top: 9px;
}

.text-white{
    color: #ffffff;
}
.top-border{
    border-right: 2px solid #695f49;
    padding-right: 7px;

}
.pl-0{
    padding-left: 0px;
}
.display-flex{
    display: flex;
}
.display-inline{
    display: inline-flex;
}
.counter-text{
    padding-left: 10px;
    /*padding-top: 18px;*/
    color: white;
}
.pt-20{
    padding-top: 20px;
}
.top-banner{
    
    background-image: url(../../assets/images/banner-img.jpg);
    height: 221px;
    margin-top: 99px;
}

.banner-title{
    text-align: center;
    padding-top: 92px;
    font-size: 35px;
    color: #ffff;
}
.menu-pad{
    padding-right: 49px;
    padding-top: 12px;
}
.address-icon{
    font-size: 40px;
    padding-top: 21px;
}
.text-center{
    text-align: center;
}
.pt-30{
    padding-top: 30px;
}
.pb-12{
    padding-bottom: 12px;
}
.pt-25{
    padding-top: 25px;
}
.box_two_div2{
    
    width: 100%;
}
.box-shadow{
    box-shadow: rgb(234 234 234) 1px 1px;
}

.pb-60{
    padding-bottom: 60px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px !important;
    }

.font30{
    font-size: 30px;
}
.pt-61{
    padding-top: 61px;
}
.pt-60{
    padding-top: 60px;
}
.pb-63{
    padding-bottom: 63px;
}
.pl-33 {
    padding-left: 33px;
}
.pd_btm_43 {
    padding-bottom: 43px;
}
.tab-border{
    border-top: 3px solid #ffc54a;
    border-right: 3px solid #ffc54a;
    border-left: 3px solid #ffc54a;
    border-radius: 6px;
}
.text-justify{
    text-align: justify;
}
.solar_footer {
    background-image: linear-gradient(to right, #f5f5f5, #f5f5f5) !important;
}
.footer-pro{
    padding-top: 6px !important;
    font-size: 13px !important;
    color: #f5f5f5 !important;
}
.pt-14{
    padding-top: 14px;
}
.text-white{
    color: #ffffff;
}



.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 0;
    height: 100%;
    width: 93%;
    opacity: 0;
    transition: .5s ease;
    background-color: #f5f5f5cc;
    border-radius: 11px;

}

.product-div:hover .overlay {
  opacity: 1;
  background-color: #454547cf;
}
.certification-img{
    width: 60%;
    padding-top: 30px;
}
.bg-grey{
    background-color: #f5f5f5;
}


.project-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 14px;
    right: 0;
    height: 101%;
    width: 93%;
    opacity: 0;
    transition: .5s ease;
    background-color: #f5f5f5cc;
    border-radius: 11px;

}
.project-text {
  color: white;
    font-size: 16px;
    position: absolute;
    top: 52%;
    left: 51%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
    width: 79%;
}
.product-div:hover .project-overlay {
  opacity: 1;
  background-color: #454547cf;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0;
    height: 101%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #f5f5f5cc;
    border-radius: 11px;

}
.gallery-div:hover .gallery-overlay {
  opacity: 1;
  background-color: #454547cf;
}




.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 368px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 6px;
  padding-left: 15px;
    padding-right: 15px;
    left: -100px;
    top: 45px;

}

.dropdown-content a {
  color: black;
  padding: 12px 0px;
  text-decoration: none;
  display: block;
  float: left;
  width: 100%;
    border-bottom: 1px solid #fbc151;
    padding-bottom: 18px;
}

.dropdown-content a:hover {background-color: #ffffff;
    width: 100%;}

.dropdown:hover .dropdown-content {display: block;}

/*.dropdown a:hover {color: #695f49 !important;}*/
.dropmenustyle{
    color: #695f49;
    margin: 0px 0 0 0px;
    font-weight: 600;

}
.spectrum_slider_shadow {
    padding: 40px 0px;
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 6%);
    border-radius: 15px;
    background: #fff;
    height: 181px;
    line-height: 85px;
}
.feature_icon_wrapper {
    position: relative;
    background: url(assets/images/feature_icon.png);
    width: 148px;
    height: 139px;
    line-height: 100px;
    margin: auto;
    font-size: 28px;
    margin-bottom: 14px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.feature_icon_wrapper i {
    color: #f5f5f5;
}
.feature_icon_wrapper i:before {
    font-size: 40px;
}
.spectrum_slider_cntnt h2 a {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #f5f5f5;
    text-transform: capitalize;
}
.pt-55{
    padding-top: 55px;
}
.dropdown a:hover{
    color: #695f49 !important;
}


.ss_section_six, .ss_team, .ss_about_sec_five, .ss_section_seven, .ss_section_eight, .ss_trade_sec_two, .ss_section_five, .happy_clients, .ss_pv_one, .ss_pv_two {
    padding-top: 96px;
}
.ss_section_sec_bg {
    background: rgba(90, 135, 228, 0.05);
}
.spacer_bottom {
    padding-bottom: 100px;
}
/*.container-fluid {
    padding-left: 100px;
    padding-right: 100px;
}*/
.ss_four_left .ss_box_bg {
    border: 2px solid transparent;
}
.ss_box_bg {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgb(131 149 255 / 14%);
    padding: 25px;
    border-radius: 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    overflow: hidden;
}
.ss_four_one svg, .ss_four_one img {
    width: 90px;
    height: 90px;
}
.ss_section_four {
    position: relative;
    overflow: hidden;
}
.spacer_bottom {
    padding-bottom: 100px;
}
.spacer_top, .ss_product.ss_shop {
    padding-top: 100px;
}
/*.container-fluid {
    padding-left: 100px;
    padding-right: 100px;
}*/
.ss_five_right {
   /* padding: 0px 10px 0px 50px;*/
}
/*h3:before {
    position: absolute;
    bottom: -20px;
    left: 10px;
    width: 15px;
    height: 4px;
    content: '';
    z-index: 5;
    background: #fff;
    animation: mover 2s infinite alternate;
}
h3:after {
    position: absolute;
    bottom: -20px;
    left: 0;
    border: 2px solid;
    width: 100px;
    height: 4px;
    content: '';
    border-radius: 30px;
    border-right-color: #36d1dc;
    border-left: 90px solid #5b86e5;
}*/
.ss_three_right p, .ss_five_right p {
    padding-top: 5px;
}
.ss_four_left .ss_box_bg:hover, .ss_btn {
    border-color: rgb(25, 125, 175);
}

a:hover, .ss_section_footer a:hover, .white_btn, .ss_btn, .ss_foot_news_one .ss_btn:hover, .promo_code .ss_btn:hover, .ss_eight h2 span a, .ss_copywrite p a:hover {
    color: rgb(25, 125, 175);
}
.ss_btn {
    border: 2px solid #5b86e5;
    position: relative;
    z-index: 2;
    overflow: hidden;
    color: #5b86e5;
    background: #fff;
}
.ss_btn, .white_btn {
    min-width: 170px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 47px;
    border-radius: 30px;
    position: relative;
    padding: 0px 30px;
    border: none;
    text-transform: capitalize;
}
.ss_btn:hover, .ss_header .ss_menu li a.ss_btn:hover, .white_btn:hover, .ss_btn:after, .white_btn:after, .ss_foot_news_one .ss_btn, .promo_code .ss_btn {
    background: rgb(25, 125, 175);
}
.ss_btn:after, .white_btn:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #5b86e5;
    z-index: -1;
    transition: 0.3s;
    width: 0%;
    margin: auto;
    border-radius: 30px;
}
.pt-70{
    padding-top: 70px !important;
}
.bg-lightgrey{
    background-color: #f5f5f5;
}
.pt-160{
    padding-top: 160px;
}
div#top_nav{
    
}

div#top_nav li{
    display: inline;
    padding: 15px;
}



div#top_nav a {

display: inline-block;
position: relative;

}

div#top_nav a:hover{
    color: orange;
}


div#top_nav a:before{

  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: orange;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;

}

div#top_nav a:hover:before , div#top_nav a.active:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.active {
    color: orange;
}
.mt-49{
    margin-top: 49px;
}
.pr-10{
    padding-right: 10px;
}
.solar_why_choose_text p{
    font-weight: 600;
}
.w-60{
    width: 60%;
}
.certification-pad{
    padding: 65px 0 90px;
}
.text-cap{
    text-transform: uppercase !important;
}

.dropdown-content:before {
        content: "";
    position: absolute;
    left: 43%;
    top: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 17px 17px;
    border-color: transparent transparent white transparent;
    z-index: 9998;

    
}
/*.dropdown-content:after {
    content:"";
    position: absolute;
    right: 4px;
    top: -22px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 17px 17px;
    border-color: transparent transparent red transparent;
    z-index:9998;
}*/




.footer_wrapper {
    /*background: url(../images/banner.jpg) 50% 0 repeat-y;*/
    background-position: center 0;
    background-size: cover;
    height: 100%;
    float: left;
    width: 100%;
    position: relative;
    padding: 100px 0;
    padding-bottom: 0;
    background: linear-gradient(to right, #d37700, #ffd264);
}
@media only screen and (max-width: 1400px)
{
.icon_4 {
    left: 18px;
}
}
.icon_4 {
    position: absolute;
    left: 70px;
    bottom: 225px;
    -webkit-animation: movebounce 6s linear infinite;
    animation: movebounce 6s linear infinite;
}
.circle_btm {
    margin-top: -165px;
    float: left;
    width: 100%;
}
#return-to-top {
    float: right;
    color: #1c144e;
    text-transform: uppercase;
    background: #fff;
    width: 120px;
    height: 120px;
    display: block;
    text-decoration: none;
    display: none;
    line-height: 120px;
    font-size: 20px;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
}
.circle_btm a {
    border-radius: 100%;
    z-index: 1;
    float: right;
    position: relative;
    -webkit-box-shadow: 0px 2px 25px -5px #c5c5c5;
    -moz-box-shadow: 0px 2px 25px -5px #c5c5c5;
    -o-box-shadow: 0px 2px 25px -5px #c5c5c5;
    -ms-box-shadow: 0px 2px 25px -5px #c5c5c5;
    box-shadow: 0px 0px 2px 25px -5px #c5c5c5;
}
#return-to-top i {
    color: #1c144e;
    margin: 0;
    left: 0;
    position: relative;
    top: 0;
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.circle_btm a:after {
    content: '';
    width: 165px;
    height: 165px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    position: absolute;
    left: -22px;
    top: -21px;
}
.foter_padder {
    padding-bottom: 50px;
    float: left;
}
.wrapper_second_about, .wrapper_second_useful, .wrapper_second_blog {
    float: left;
    width: 100%;
}
.wrapper_first_image a img {
    margin-top: -15px;
}
.abotus_content {
    padding-bottom: 10px;
    padding-top: 23px;
}
.abotus_content {
    float: left;
    width: 100%;
}
.abotus_content p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 300;
    line-height: 28px;
}
.abotus_content li {
    float: left;
    margin-right: 10px;
}
.abotus_content li a {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    background: transparent;
    color: rgba(255, 255, 255, 0.85);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.abotus_content li a {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    background: transparent;
    color: rgba(255, 255, 255, 0.85);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pd_btm_3 {
    padding-bottom: 40px;
}
.wrapper_second_useful ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wrapper_second_useful ul li {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.85);
}
.wrapper_second_useful ul li a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.wrapper_second_useful ul li i {
    color: rgba(255, 255, 255, 0.85);
    margin-right: 20px;
    font-size: 14px;
}
.wrapper_second_links {
    padding-top: 75px;
    float: left;
}
.wrapper_second_about, .wrapper_second_useful, .wrapper_second_blog {
    float: left;
    width: 100%;
}
.footer_wrapper h4 {
    font-size: 22px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    padding-bottom: 5px;
}
.wrapper_second_useful ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.wrapper_second_useful_2 ul li {
    margin-bottom: 17px;
}
.wrapper_second_useful_2 li h1 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
}
.wrapper_second_useful_2 ul li a {
    text-transform: lowercase !important;
}
.wrapper_second_useful ul li a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-weight: 600;
}
.wrapper_second_useful_2 ul li i {
    color: #fff;
    font-size: 20px;
}
.wrapper_second_useful_2 ul li i:before {
    font-size: 20px;
}
.wrapper_second_useful_2 ul li i:before {
    font-size: 20px;
}
.section3_copyright p {
    color: #fff;
}
.section3_copyright p a {
    color: #fcf05a;
    margin-left: 3px;
}
.icon_5 {
    position: absolute;
    right: 238px;
    top: 68px;
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite;
}
.icon2 {
    position: absolute;
    left: 50px;
    top: 155px;
    -webkit-animation: rotation 10s infinite linear;
}
.section3_copyright {
    text-transform: capitalize;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    float: left;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 15px;
}
.section3_copyright p {
    color: #fff;
}
.product-title{
    background: #ffc54a;
    padding-top: 14%;
    height: 300px;
}
.pt-40{
    padding-top: 40px;
}

.p-title:after {
    position: absolute;
    content: "";
    background-color: #f4bb4a;
    height: 1px;
    width: 80px;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
}
.p-title:before {
    position: absolute;
    content: "";
    background-color: #f4bb4a;
    height: 7px;
    width: 7px;
    left: 0;
    right: 0;
    bottom: -18px;
    margin: auto;
    z-index: 1;
}
h3.p-title {
    text-align: center;
    margin-bottom: 35px;
    position: relative;
    color: #695f49;
    font-size: 35px;
}
h3.p-title:after {
    position: absolute;
    content: "";
    background-color: #f4bb4a;
    height: 1px;
    width: 80px;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
}
h3.p-title:before {
    position: absolute;
    content: "";
    background-color: #f4bb4a;
    height: 7px;
    width: 7px;
    left: 0;
    right: 0;
    bottom: -18px;
    margin: auto;
    z-index: 1;
}
.mt-60{
    margin-top: -60px;
}
.pt-5{
    padding-top: 5px !important;
}
.pr-img{
width: 100% !important;
    height: 300px !important; 
}
.pl-70{
    padding-left: 70px;
}
.pb-70{
    padding-bottom: 70px !important; 
}
.pl-27{
    padding-left: 27px;
}
.pl-32 {
    padding-left: 32px;
}
.pb-49{
    padding-bottom: 49px;
}
.d-flex{
    display: flex;

}
.pt-47{
    padding-top: 47px !important;
}
.pt-70
{
    padding-top: 70px !important;
}
.pl-44{
    padding-left: 44px !important;
}
.solar_btn1 {
    border: 1px;
    color: #ffffff;
    background: linear-gradient(
90deg
, #424f5a, #717274 51%, #6d6e6e00) var(--x, 0)/ 200%;
    height: 50px;
    display: inline-block;
    padding: 0 45px;
    font-weight: 500;
    line-height: 50px;
    border-radius: 100px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.prducttbl-title{
    text-align: center !important;
    font-weight: 700;
}
.pb7{
    padding-bottom: 7px;
}
.product-card {
  box-shadow: 0 0px 3px 0 rgb(0 0 0 / 20%);
  transition: 0.3s;
  width: 100%;
  background: #fbfbfb;
  padding: 15px;
}
.pcard-imgtext{
    padding-top: 13px;
    text-align: justify;
    word-spacing: -1px;
}
.pt13{
    padding-top: 13px;
}
.pt-76{
    padding-top: 76px;
}
.pcard-imgtext1 {
    padding-top: 13px;
    text-align: justify;
    word-spacing: 2px;
    font-size: 13px !important;
    font-weight: 600;
}
.pcard-imgtext2 {
    padding-top: 36px;
    text-align: justify;
    word-spacing: 2px;
    font-size: 15px !important;
    font-weight: 600;
}
.pt-15{
    padding-top: 15px !important;
}
.pb-50{
    padding-bottom: 50px;
}
.pt-16{
    padding-top: 16px;
}
.text-grey {
    color: #695f49 !important;
}
.font16{
    font-size: 16px !important;
}
.mt-7{
    margin-top: 7px;
}
.mt-0{
    margin-top: 0px;
}
.pd_btm_28 {
    padding-bottom: 28px;
}
.sop-text{
    color: white;
    text-align: center;
}
.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: #eba836;
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}

.card1 {
  display: block;
  position: relative;
  /*max-width: 262px;*/
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 16px 24px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
}
  .card1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #eba836;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 100% 50%;
    transition: transform 0.25s ease-out;
  }

  .card1:hover:before {
    transform: scale(21);
  }
.card1:hover p {
    transition: all 0.3s ease-out;
    color: rgba(255, 255, 255, 0.8);
  }
  .card1:hover h3 {
    transition: all 0.3s ease-out;
    color: #ffffff;
  }

.sop-text{
    text-transform: uppercase;
}
.mod-img{
    width: 800px;
    height: 500px;
}
.text-upper{
    text-transform: uppercase;
}

.pb-23{
    padding-bottom: 23px;
}
.pt-20{
    padding-top: 20px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
    color: orange;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
    color: orange;
}








/*galaxy*/

@media only screen 
and (min-width : 360px) 
and (max-width : 640px) 
and (orientation : portrait) 
{
 .d_block{
    display: block !important;
 }
 .mobile-logo{
    /*width: 50% !important;*/
 }
 .solar_logo {
    text-align: left;
    margin-bottom: 0px;
}
.solar_testimonial {
    padding: 80px 0 80px;
}
.solar_testimonial_box p {
    margin: 15px 0px 0;
}
.swiper-slide {
    padding: 15px 0px 15px 0px;
}
.solar_partner_section {
    padding: 80px 0 80px !important;
}
.mpt20{
    padding-top: 20px;
}
.mdisplay-none{
    display: none !important;  
}
.foter_padder {
    padding-bottom: 15px;
    }
.lp1{
    letter-spacing: 1px;
}
.certification-pad {
    padding: 65px 0 130px;
}
.solar_portfolio {
    padding: 80px 0 60px;
}
.solar_menu_flex {
    justify-content: flex-end;
}
.solar_toggle {
    right: 10px;
    top: -7px;
}
.menu-pad {
    padding-right: 0px;
    padding-top: 0px;
}
.solar_menu_header {
    padding: 15px 15px;
    top: 69px;
}
.top-bar {
    height: 71px;
    }
.topbar-fsize{
    font-size: 13px;
}
.mtext-center{
text-align: center;
}
.top-border {
    border-right: 0px solid #ffffff;
    padding-right: 0px;
}
.mdisplay-block{
    display: block !important;
}
.mpl-5 {
    padding-left: 5px;
}
.mfl-none {
    float: none;
}
div#top_nav li {
    display: block;
    }
.mw100{
    width: 100%;
}
.menu-line{
    border-bottom: solid 1px rgba(255, 255, 255, 0.18);
    padding-left: 39px !important;
}
.dropmenustyle {
    color: #ffffff;
    }
.projectimg{
    /*width: 326px;*/
    max-width: 90%;
}
.solar_menus ul li a:after {
    content: "";
}
.solar_top_header {
    background-size: cover;
    height: 0px;
}
.solar_about {
     padding: 40px 0 40px !important; 
}
.mpb20{
    padding-bottom: 20px;
}
.modal-dialog {
    width: auto !important;
    
}
.overlay {
    height: 92%;
}
.product-div:hover .project-overlay {
    background-color: #45454700;
}
.isiimg {
    width: 30%;
    }
.swiper-button-prev5, .swiper-container-rtl .swiper-button-next5 {
    left: 20px;
}
.swiper-button-next5, .swiper-container-rtl .swiper-button-prev5 {
    right: 20px;
}
.swiper-button-next5, .swiper-button-prev5 {
    margin-top: 0%;
    }
.contactwidth{
    width: 37% !important;
}
.cname{
    font-size: 18px !important;
}
.mpt95 {
    padding-top: 95px !important;
}
.mpt60 {
    padding-top: 60px !important;
}
.swiper-button-next4, .swiper-button-prev4 {
    margin-top: -7%;
    }
    .swiper-button-next1, .swiper-button-prev1 {
    margin-top: -7%;
    }
    .swiper-button-next2, .swiper-button-prev2 {
    margin-top: -7%;
    }
    .swiper-button-next3, .swiper-button-prev3 {
    margin-top: -7%;
    }
.mpt18{
    padding-top: 18px !important;
}
.m0{
    margin-right: 0px;
    margin-left: 0px;
}
.mapheight{
    height: 200px;
}
.mtextjustify{
    text-align: justify;
}
h5.solar_center {
    margin-bottom: 0px;
}
.mpt25{
    padding-top: 25px;
}
.mtextleft{
    text-align: left;
}
.solar_contact {
    padding: 0px 0 45px;
}
.mpt30{
    padding-top: 30px !important;
}
.mpt55{
    padding-top: 55px !important;
}
.mmt55{
    margin-top: 55px;
}
.nano{
    padding-left: 33px !important;
    padding-right: 45px !important;
}
.mmr0{
    margin-right: 0px;
}
.product-title {
    height: 200px;
}
.banner-title {
    padding-top: 35px !important;
    }
    h3.p-title {
    font-size: 25px;
}
.pr-img {
   
     height: auto !important; 
}
.mpl-0 {
    padding-left: 0px;
}
.hotwatermobile {
    padding-left: 60px !important;
    padding-right: 60px !important;
}
.productbanner{
    height: 250px !important; 
}
.mpb35{
    padding-bottom: 35px !important;
}
.duro{
    padding-left: 36px !important;
    padding-right: 52px !important;
} 

.mpr-0{
    padding-right: 0px !important;
}
.air-title{
    padding-left: 2px;
    font-size: 28px;
}
.air-content{
    padding-left: 39px !important;
    padding-right: 39px !important;
}
.mpt-100{
    padding-top: 100px !important;
}
.overflowhidden{
    overflow-x: hidden !important;
}
.mpt-20{
    padding-top: 20px;
}
h5.solar_center {
    font-size: 18px;
    padding-bottom: 25px;
}
.mpb-20{
    padding-bottom: 20px !important;
}
.mpb-10{
    padding-bottom: 10px;

}
h5.solar_center:before {
    bottom: 1px;
    }
h5.solar_center:after {
    bottom: 4px;
}
.mpad30{
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.d-root{
    display: flow-root;
}
#material-tabs>a {
    padding: 5px !important;
}
.mpl-13{
    padding-left: 13px !important;
}
.mpl-0 {
    padding-left: 0px !important;
}
.mpt-15{
    padding-top: 15px;
}

.rwd-table .prducttbl-title:before {
    content:"" !important;
    font-weight: bold;
    width: 0px !important;
    display: inline-block;
    color: #000;
}
.rwd-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 182px !important;
    display: inline-block;
    color: #000;
}
.mpt-17{
    padding-top: 17px;
}




}


.pr-img{
        border: 9px solid #484748;
}
.pd20{
    padding: 20px;
}
.pt-17{
    padding-top: 17px;
}
.pt-50{
    padding-top: 50px;
}
.pt-20{
    padding-top: 20px;
}
.aboutp{
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #695f49;
    line-height: 2;
}
.aboutrow{
    padding-left: 14px;
    padding-right: 17px;
}
.font20{
    font-size: 20px !important;
}
.pt-16{
    padding-top: 16px;
}