/* CSS Document */

@font-face {
	font-family: 'Conv_Raleway-Light';
	src: url('../fonts/Raleway-Light.eot');
	src: local('☺'), url('../fonts/Raleway-Light.woff') format('woff'), url('../fonts/Raleway-Light.ttf') format('truetype'), url('../fonts/Raleway-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}





* {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}


body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #444;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
img{
	max-width:100%;
}

p {
	color: #666666;
	margin: 0 0 1em !important;
	text-align:justify;
}
h1, h2, h3, h4, h5, h6 {
	font-family:36px 'Open Sans', sans-serif;
}
table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  color: #222;
  font-size: 0.857143rem;
  line-height: 2;
  margin: 0 0 1.71429rem;
  width: 100%;
}
td {
  border-top: 1px solid black !important;
  color: #222;
  font-size: 14px;
  font-weight: normal;
  padding: 6px 10px 6px 0;
  text-align: left;
}

th, td {
  border-color: black;
  padding: 15px;
  text-align: left;
}
.Header{
	background:#fff url(../images/headerbg.jpg);
	padding:10px 0px 0px 0px;
	height:auto;
    border-bottom: 4px solid #FE8F01;
    border-top: 4px solid #111;
}

.logo {
  margin-top:10px;
}


.navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
  margin-top: 8px;
  transition:all .5s ease 0s;
  -webkit-transition:all .5s ease 0s;
  -moz-transition:all .5s ease 0s;
  -o-transition:all .5s ease 0s;
  -ms-transition:all .5s ease 0s;
}
.nav-bar{
	margin-top: 10px;
}
.navbar-toggle span{
	color: #fff;
}
ul.nav {
  margin-bottom: -1px;
  padding: 0;
  margin-top: 13px;
}
.navbar-default .navbar-nav>li>a {
 	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
  	padding: 12px 28px;
  font-family: Cuprum;
  letter-spacing: 1px;
}


.navbar-default .navbar-nav>li>a:hover{
	color: #fff;
	background:#FE8F01;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}
li a.active{
	color: #fff !important;
	background:#FE8F01;
}
.navbar-default .navbar-toggle {
  border-color: #fff;
  margin-top: 4px;
}

.navbar-collapse .navbar-nav.navbar-left:first-child {
  margin-left: -30px;
}

/* Sub Menu start */

.nav li ul {
  display: none;
  width:230px;
  
}
 .nav li ul li{
  list-style:none;
  padding: 6px 20px;
}
 .nav li ul li:hover{
  background:#FE8F01;
}
 .nav li ul li:hover a{
  color:#fff;
  text-decoration:none;
}


.nav li ul li a {
  color: #000;
  font-family: Cuprum;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.7s ease 0s;
  display:block;
}

.nav li:hover ul{
  background: #EEEEEE none repeat scroll 0 0;
  display: block;
  position:absolute;
  z-index:2;
  /*top:62px;*/
}



/* Sub Menu  End */








.Welcome{
	padding:40px 0px;
}

.Welcome h2 {
  color: #000;
  font-family: "algerian";
  font-size: 44px;
  text-align: center;
  text-shadow: 1px 1px 4px #ccc;
  text-transform: uppercase;
}

.Welcome p {
  color: #289c44;
  font-family: raleway;
  font-size: 21px;
  text-align: center;
 
}


.WhatWeDo {
  background: rgba(0, 0, 0, 0) url("../images/SectionBg.jpg") no-repeat fixed center center / cover ;
  padding:40px 0px;
  min-height:600px;
}

.WhatWeDo h2 {
  color: #fe8f01;
  font-family: "Conv_Raleway-Light";
  font-size: 54px;
  text-align: center;
  text-shadow: 2px 2px #555;
}
.WhatWeDo h3 {
  color: #fe8f01;
  font-family: "Conv_Raleway-Light";
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  text-shadow: 1px 2px #777;
  text-transform: uppercase;
}
.WhatWeDo h3 span {
  color: #fe8f01;
  font-family: "Conv_Raleway-Light";
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  text-shadow: 1px 2px #777;
  text-transform: capitalize;
}

.WhatWeDo p {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.WhatWeDo img{
	border-radius:100%;
	width:100%;
	margin-top:20px;
	 border: 4px solid #fe8f01;
}
.WhatWeDo img:hover {
  overflow: hidden;
  transform: rotateY(180deg);
  transition-duration: 750ms;
  transition-timing-function: ease-in-out;
}
.button {
  background: #fe8f01 none repeat scroll 0 0;
  color: #fff;
  font-size: 18px;
  padding: 8px 12px;
  margin-top:10px;
}
.button:hover {
	background:#3d3d3d;
	color:#fff;
	text-decoration:none;
}







.WhySunPower{
	padding:40px 0px;
	font-family:'Conv_Raleway-Light'; 
}
.WhySunPower h2{
	font-size:44px;
	font-family:'Conv_Raleway-Light';
	float:right;
	text-align:right;
	color:#555;
}
.WhySunPower h2 span{
	color:#FE8F01;
	font-family:'Conv_Raleway-Light';
	
}
.WhySunPower p{
	font-family:'Conv_Raleway-Light';
	float:right;
	text-align:right;
}
.button2 {
  background: #fe8f01 none repeat scroll 0 0;
  color: #fff;
  font-size: 24px;
  padding: 10px 40px;
  float:right;
  margin-top:4px;
}
.button2:hover {
	background:#3d3d3d;
	color:#fff;
	text-decoration:none;
}






.StreetLight{
	padding:40px 0px;
	font-family:'Conv_Raleway-Light'; 
}



.StreetLight h2{
	font-size:44px;
	font-family:'Conv_Raleway-Light';
	text-align:left;
	color:#555;
	text-transform:uppercase;
}
.StreetLight h2 span{
	color:#FE8F01;
	font-family:'Conv_Raleway-Light';
	
}
.StreetLight p{
	text-align:justify;
	
}


.Statement{
	padding: 40px 0px;
	font-family: 'Conv_Raleway-Light';
}

.Services {
  background: rgba(0, 0, 0, 0) url("../images/SectionBg02.jpg") no-repeat fixed center center / cover ;
  padding:40px 0px;
  min-height:600px;
}

.Services h2{
	font-size:54px;
	font-family:'Conv_Raleway-Light';
	text-align:center;
	color:#4eae66;
	text-transform:uppercase;
	text-shadow: 1px 1px 4px  #000;
}
.icon + h3 {
  color: #333;
  margin-top: 40px;
  text-transform: uppercase;
}
.Services p {
  color: #fff;
  text-align:center;
}

.Services .icon {
  background: #ffffff none repeat scroll 0 0;
  color: #5b605f;
  margin-top:30px;
}
.service01:hover {
  background:url(../images/service01.jpg) ;
  border: 4px solid #4eae66;
  color: transparent;
}
.service02:hover {
  background:url(../images/service02.jpg) ;
  border: 4px solid #4eae66;
  color: transparent;
}
.service03:hover {
  background:url(../images/service03.jpg) ;
  border: 4px solid #4eae66;
  color: transparent;
}
.service04:hover {
  background:url(../images/service04.jpg) ;
  border: 4px solid #4eae66;
  color: transparent;
}

.icon {
  background: #ffe369 none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font: 300 70px/170px "Open Sans",sans-serif;
  height: 170px;
  text-align: center;
  width: 170px;
}
.ButtonGreen {
  background: #4eae66 none repeat scroll 0 0;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  padding: 8px 12px;
}
.ButtonGreen:hover {
  background: #3d3d3d none repeat scroll 0 0;
  color: #fff;
  text-decoration: none;
}






.team{
	padding:20px 0px;
}
.team h2{
	font-size:44px;
	font-family:'Conv_Raleway-Light';
	text-align:center;
	color:#555;
	text-transform:uppercase;
	margin-bottom:40px;
}
.team h3{
	font-size:24px;
	color:#FE8F01;
}
.team img {
  border: 3px solid #fe8f01;
  border-radius: 100%;
  width: 180px;
}
.team img:hover {
  overflow: hidden;
  transform: scale(1.05);
  transition-duration: 750ms;
  transition-timing-function: ease-in-out;
}




.testimonial {
  padding: 20px 0;
}


.testimonial h2 {
  color: #fe8f01;
  font-family: "Conv_Raleway-Light";
  font-size: 44px;
  text-align: center;
  text-shadow: 1px 1px 4px #ccc;
  text-transform: uppercase;
}

/*InnerSection Start*/
.InnerSection{
	padding:20px 0px;
	min-height:600px;
}

.InnerSection h2{
	font-size:44px;
	font-family:'Conv_Raleway-Light';
	color: #fe8f01;
	text-align:	center;
	text-transform:uppercase;
	margin-bottom:30px;
	text-shadow:1px 1px 4px #ccc;
}

.InnerSection h4{
	color:#4eae66;
	text-transform:uppercase;
	font-size:16px;
}
.InnerSection h3{
	color:#102D68;
	font-size:24px;
}


h5 {
  color: #fe8f01;
  font-size:16px;
}

.InnerSection ul {
  margin-bottom: 10px;
  margin-left: 20px;
}
.InnerSection ul > li {
  list-style-position: inside;
  list-style-type: square;
}

.InnerGrid {
  padding: 20px 0;
}

#get-in-touch {
  padding: 40px 0px;
  color: #454545; background:#f1f1f1;
}
#get-in-touch h1,
#get-in-touch h2 {
  color: #fe8f01;
	font-size:44px;
	font-family:'Conv_Raleway-Light';
	margin-bottom:30px;
	text-shadow:1px 1px 4px #ccc;
}
#get-in-touch .address{ float:left; width:100%; margin-bottom:10px;}
#get-in-touch .address h4{ font-size:18px; color:#454545; margin:0px; padding-bottom:5px;}
#get-in-touch .address p{ font-size:15px; color:#454545; margin:0px; padding-bottom:5px;}
#get-in-touch .address a{ color:#454545;}


#get-in-touch .form-control {
  color: #323232;
  font-family: "Cuprum";
  height: 40px;
  font-size: 16px;
}

#get-in-touch  textarea.form-control{ height:135px;color:#323232;}

#get-in-touch .btn.btn-primary{font-family: 'Roboto-medium'; font-size:22px; padding:8px 40px; background:#fe8f01; border:none;}
#get-in-touch .btn.btn-primary:hover{background:#4eae66; border:none;}

.form-control:focus {
  border-color: #fe8f01;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(254, 143, 1, 0.6);
  outline: 0 none;
}






.EnquiryForm{
	padding:40px 0px;
}
.EnquiryForm h2{
  color: #fe8f01;
  font-size: 44px;
	text-shadow:1px 1px 4px #ccc;
  margin-bottom: 30px;
  text-transform: uppercase;
	font-family:'Conv_Raleway-Light';
}

.EnquiryForm input[type="text"] {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #000;
  font-size: 1.2em;
  margin: 0 0 20px;
  outline: medium none;
  padding: 6px;
  width: 100%;
  height: 36px;
}
.EnquiryForm input[type="email"] {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #000;
  font-size: 1.2em;
  margin: 0 0 20px;
  outline: medium none;
  padding: 6px;
  width: 100%;
  height: 36px;
}

.EnquiryForm textarea {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #000;
  font-size: 1.2em;
  outline: medium none;
  padding: 6px;
  resize: none;
  width: 100%;
  height:100px;
  margin-bottom:30px;
}

.EnquiryForm select {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #777;
  font-size: 1.2em;
  margin: 0 0 20px;
  outline: medium none;
  width: 100%;
  height:36px;
}
.EnquiryForm select option {
  font-size: 14px;
  height: 34px;
  padding: 8px;
}

.button1 {
  background: #fe8f01 none repeat scroll 0 0;
  color: #fff;
  font-size: 18px;
  padding: 10px 24px;
}
.button1:hover {
	background:#4eae66;
	color:#fff;
	text-decoration:none;
}

.button3 {
  background: #fe8f01 none repeat scroll 0 0;
  bottom: 12px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0 !important;
  padding: 6px 14px;
  position: absolute;
}
.button3:hover {
	background:#4eae66;
	color:#fff;
	text-decoration:none;
}

.ProductRow{
	margin-top:15px;
}
.ProductRow > h2 {
  color: #333;
  text-align: left;
  font-size: 36px;
  text-transform: capitalize;
}

.ProductRow h3{
	color:#fe8f01;
	text-transform:uppercase;
	font-size:18px;
}
.ProductRow h4{
	color:#4eae66;
	text-transform:uppercase;
	font-size:16px;
}
.ProductRow ul li {
  font-size: 13px;
  list-style: outside none none;
}

.product_row ul{
    display: flex;
    flex-flow: wrap;
}

.product_row ul li{
    width: 33.33%;
    padding: 10px 0px;
}

.product_row ol > li{
    padding: 10px 0px;
}

.IconColorGreen {
  color: #4eae66;
  margin-right: 5px;
}




.swatchinput {
  display:inline-block;
  padding-right:7px;
  padding-bottom:3px;
}
.belowtext {
   display: table-cell;
   vertical-align: bottom;
   padding-bottom: 16px;
   font-family: sans-serif;
   font-weight: bold;
}
.wcvaswatch input{
    margin:0;padding:0;
	display:none;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
    
}


.wcvaswatch input:active +.wcvaswatchlabel{opacity: .9;}
.wcvaswatch input:checked +.wcvaswatchlabel{
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
     border: solid 2px black;
	
}
.wcvaswatchlabel{
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
	
    display:inline-block;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;

	border: solid 2px white;
    outline: solid 1px #9C9999;
    outline-style:dotted;
    line-height: 1.0000;
}






.wcvaround {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	outline: solid 0 #9C9999;
}

.quantity .qty {
  border: 1px solid #d3ced2;
  border-radius: 0;
  line-height: 40px;
  margin-top: -6px;
  text-align: center;
  width: 8.631em;
}



.carousel-inner {
  padding-bottom: 25px;
}



.PackageBox{
	margin-bottom:25px;
	margin-top:5px;
	background:#fff;
}

.PackageBox h4{
	font-family:Cuprum;
	color:#4eae66;
	text-transform:uppercase;
	font-size:24px;
	font-weight:400;
}
.PackageBox h5{
	font-family:Cuprum;
	color:#00328b;
	text-transform:uppercase;
	font-size:20px;
	font-weight:400;
	margin-top:20px;
}

.packagebox1 img{
    width: 230px;
    height: 230px;
    object-fit: cover;
}

.packagebox1 ul li{
    display: flex;
}

.thumb {
  border: 9px solid #f8f8f8;
  display: block;
  outline: 1px solid #e4e4e4;
  overflow: hidden;
  position: relative;
}

.form-control::-moz-placeholder {
  color: #000;
  font-family: cuprum;
  font-size: 18px;
}


/*InnerSection End*/


.location{
    background:#fff;
    padding:20px;
    margin-bottom:50px;
    
}

.location img{
    width:40px;
    
}
.location h3 {
  font-size: 18px;
  color: #13af44;
  font-family: Cuprum;
  text-transform: uppercase;
}

.location p {
  text-align:center;
}


#get-in-touch .offices h2 {
  color: #13af44;
  font-family: Cuprum;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-shadow:none;
}


/*footer Start*/
.footer{
	background-color:#484747;
	padding:30px 0px 30px;
	height:auto;
	/*border-top:4px solid #094B9D;*/
}

.footer h4 {
  color: #FE8F01;
  font-size: 21px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.widget_nav_menu {
  list-style: outside none none;
  padding-left: 0;
}
.widget_nav_menu li{
  color:#f0f0f0;
}
.widget_nav_menu li a {
  color:#f0f0f0;
}
.IconColor {
  color: #FE8F01;
  margin-right:8px;
}


/*Text Blink */

@keyframes blink {  
    0% { color: #FE8F01; }
    100% { color: RED; }
}
@-webkit-keyframes blink {
    0% { color: red; }
    100% { color: black; }
}
.blink {
    -webkit-animation: blink 0.5s linear infinite;
    -moz-animation: blink 0.5s linear infinite;
    -ms-animation: blink 0.5s linear infinite;
    -o-animation: blink 0.5s linear infinite;
    animation: blink 0.5s linear infinite;
} 

/*Text Blink */






/*footer End*/


.copyright {
    color: #fff;
    background:#FE8F01;
    padding: 15px 0px;
}

.copyright a{
    color: #000000;
}

#topcontrol {
  bottom: 35px !important;
}




@media (max-width:480px) {
.logo {
  margin-top:5px;
}

	.navbar-default .navbar-toggle {
		 border-color: #fff;
		 margin-top: -7px;
		 right: 0%;
	}
	.navbar-default .navbar-nav>li>a {
	  font-size: 12px;
	  text-align: left;
	  padding:10px;
	}
	
	.navbar-collapse .navbar-nav.navbar-left:first-child {
  margin-left: -15px;
}

.nav li ul {
  left: 120px;
  width: 200px;
}
.nav li ul li a {
  font-size: 12px;
}
	
.ProductRow img {
  margin: 5px 20px 20px 0 !important;
  width: 100% !important;
  border: 2px solid #fe8f01;
}
.ProductRow ul li {
  font-size: 12px;
}


.Welcome h2, .WhySunPower h2, .StreetLight h2 {
  font-size: 28px;
}
.WhatWeDo h2, .Services h2 {
  font-size: 40px;
}
.Welcome p, .WhatWeDo p {
  font-size: 14px;
}
.WhatWeDo img {
  width: 200px;
}

.ProductRow h3 {
  font-size: 16px;
  line-height: 24px;
}
.button3 {
  margin-bottom: 0 !important;
  position: relative;
  bottom:0px !important;
}
.InnerSection h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

}