/*
Awesome Template
http://www.templatemo.com/preview/templatemo_450_awesome
*/

body
	{
 		background: #303030;
 		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		overflow-x: hidden; /* prevent horizontal scrollbar from appearing */
	}
	
a {
	color: #47C6F8;
}
	
a:hover {
	color: #0FF;
}

/* start h2 */
h2
	{
		text-align: center;
		font-size: 40px;
		padding-bottom: 40px;
	}	
h2 span
	{
		color: #34e928;
		font-weight: bold;
	}
/* end h2 */

/* start about team service portfolio contact */
#about, #team, #service,
#portfolio, #contact
	{
		padding-top: 60px;
		padding-bottom: 40px;
	}
/* end about team service portfolio contact */

/* start preloader */
.preloader
	{
		position: fixed;
  		top: 0;
  		left: 0;
  		width: 100%;
  		height: 100%;
  		z-index: 99999;
  		display: -webkit-box;
  		display: -webkit-flex;
  		display: -ms-flexbox;
  		display: flex;
  		-webkit-flex-flow: row nowrap;
  		    -ms-flex-flow: row nowrap;
  		        flex-flow: row nowrap;
  		-webkit-box-pack: center;
  		-webkit-justify-content: center;
  		    -ms-flex-pack: center;
  		        justify-content: center;
  		-webkit-box-align: center;
  		-webkit-align-items: center;
  		    -ms-flex-align: center;
  		        align-items: center;
  		background: none repeat scroll 0 0 #ffffff;
	}
.sk-spinner-wave.sk-spinner 
	{
  		width: 50px;
  		height: 30px;
  		text-align: center;
  		font-size: 10px; 
  	}
.sk-spinner-wave div 
	{
  		background-color: #333;
  		height: 100%;
  		width: 6px;
  		display: inline-block;
         -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
                 animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
         
    }
.sk-spinner-wave .sk-rect2 
	{
          -webkit-animation-delay: -1.1s;
                  animation-delay: -1.1s; 
      }
.sk-spinner-wave .sk-rect3 
	{
          -webkit-animation-delay: -1s;
                  animation-delay: -1s; 
     }
.sk-spinner-wave .sk-rect4 
	{
          -webkit-animation-delay: -0.9s;
                  animation-delay: -0.9s;
     }
.sk-spinner-wave .sk-rect5 
	{
          -webkit-animation-delay: -0.8s;
                  animation-delay: -0.8s; 
     }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }
/* end preloader */

/* start header */
header
	{
		min-height: 20px;
		padding-top: 18px;
		padding-bottom: 10px;
	}
header .fa
	{
		color: #34e928;
	}
header span
	{
		font-weight: bold;
		padding-right: 10px;
		padding-left: 4px;
	}
header a
	{
		color: #999;
		font-weight: 600;
	}
header .social-icon
	{
		text-align: right;
	}
header .social-icon li a
	{
		border: none;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
	}
	.lang img{
		width: 46px;
		float: right;
		cursor: pointer;
		border:2px solid blanchedalmond;
		   

	}
	.langs img{
		width: 47px;
		float: right;
		cursor: pointer;
		border:2px solid blanchedalmond;
		    float: right;
    margin-top: -28px;
    margin-right: 47px;
	}
/* end header */

/* start nagivation */
.navbar-default
	{
		background: #fff;
		border: none;
		box-shadow: none;
		margin: 0 !important;
	}
.navbar-default .navbar-brand
	{
		font-weight: 500;
		font-size: 30px;
		height: 70px;
		line-height: 40px;
		padding: 12px 0px 0px 12px;
	}
.navbar-default .navbar-nav li a
	{
		font-weight: bold;
		font-size: 13px;
		height: 70px;
		line-height: 40px;
	}

.navbar-default .navbar-nav > li > a.current { 
	color: #28A7E9; 
}
.templatemo-nav {
	border-radius: 0;	
	width: 100%;
	z-index: 1000;
}
.sticky {	
	position: fixed;
	left: 0;
	top: 0;	
}
/* end navigation */

/* start home */
#home
	{
		background: url('../images/giphy.gif') no-repeat;
		background-size: cover;
		padding-top: 160px;
		padding-bottom: 100px;
		min-height: 650px;
	}
#home h1
	{
		font-weight: 300;
		font-size: 34px;
		padding-bottom: 10px;
	}
#home h1 span
	{
		color:  #34e928;
		font-weight: bold;
	}
#home .btn
	{
		background: transparent;
		border-radius: 2px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		margin-top: 20px;
		width: 180px;
		height: 60px;
		padding-top: 18px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#home .btn:hover
	{
		background: #34e928;
		border-color: transparent;
	}
.element {
	    height: 60px;
    font-size: 20px;
    font-weight: bold;
    font-family: monospace;
    color: #cdfdca;
}
/* end home */

/* start about */
#about .media-heading-wrapper
	{
		padding-bottom: 32px;
	}
#about .media-heading-wrapper .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-size: 24px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		margin-bottom: 20px;
		margin-right: 20px;
	}
#about .media-heading-wrapper h3
	{
		font-size: 18px;
		font-weight: bold;
		padding-top: 20px;
		padding-left: 52px;
	}
/* end about */

/* start team */
#team .team-wrapper
	{
		background: #404040;
		padding-bottom: 10px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		position: relative;
	}
#team .team-wrapper:hover
	{
		cursor: pointer;
		opacity: 0.4;
		bottom: 4px;
	}
#team .team-wrapper .team-des
	{
		padding: 20px;
	}
#team .team-wrapper .team-des span
	{
		color: #34e928;
		display: block;
		font-weight: bold;
		padding-bottom: 12px;
	}
/* end team */

/* start service */
#service .col-md-4
	{
		padding: 40px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#service .col-md-4:hover
	{
		background: #505050;
	}
#service .active
	{
		background: #505050;
		padding: 40px;
	}
#service .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-size: 50px;
		width: 100px;
		height: 100px;
		line-height: 100px;
		text-align: center;
	}
#service h4
	{
		color: #34e928;
		font-weight: 600;
		padding-top: 10px;
		padding-bottom: 14px;
	}
/* end service */
  .errore{
  	color: red;
  }
/* start portfolio */
#portfolio
	{
		padding-bottom: 80px;
	}
#portfolio .col-md-3
	{
		padding: 0px;
	}
	.portfolio-thumb, 
	.portfolio-overlay {
		max-width: 450px;
	}
#portfolio .portfolio-thumb
	{
		overflow: hidden;
		padding: 0;
		margin: 0 auto;
	}
#portfolio .portfolio-thumb .portfolio-overlay
	{
		background: #28a7e9;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;	
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		padding: 20px 10px 20px 20px;
		margin-left: auto;
		margin-right: auto;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#portfolio .portfolio-thumb .portfolio-overlay h4
	{
		font-weight: bold;
		padding-bottom: 10px;
	}
#portfolio .portfolio-thumb .portfolio-overlay .btn
	{
		background: none;
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-weight: bold;
	}
#portfolio .portfolio-thumb:hover .portfolio-overlay
	{
		cursor: pointer;
		opacity: 0.8;
	}
/* end portfolio */

/* start contact */
#contact
	{
		background: #202020;
	}
#contact .form-control
	{
		background: transparent;
		border: 1px solid #34e928;
		border-radius: 2px;
		box-shadow: none;
		color: #fff;
		margin-top: 6px;
		margin-bottom: 16px;
	}
#contact label
	{
		font-weight: 500;
	}
#contact input
	{
		height: 50px;
	}
#contact input[type="submit"]
	{
		background: #34e928;
		font-weight: bold;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#contact input[type="submit"]:hover
	{
		background: transparent;
	}
#contact address
	{
		border-bottom: 1px solid #505050;
		padding-top: 30px;
	}
#contact address .address-title
	{
		font-weight: bold;
		font-size: 20px;
		padding-bottom: 10px;
	}
#contact address span
	{
		display: block;
		padding-bottom: 30px;
	}
#contact address .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin-right: 10px;
		margin-bottom: 10px;
	}

/* end contact */

/* start copyright */
#copyright
	{
		padding: 20px;
	}
#copyright p
	{
		font-weight: 400;
	}
/* end copyright */

/* start social icon */
.social-icon
	{
		position: relative;
		padding: 0;
		margin: 0;
	}
.social-icon h4
	{
		display: inline-block;
		padding-right: 20px;
	}
.social-icon li
	{
		display: inline-block;
		list-style: none;
	}
.social-icon li a
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		margin-right: 10px;
	}
.social-icon li a:hover
	{
		background: #34e928;
		border-color: transparent;
	}
	.imgproduct img{
		width: 222px; height: 160px;
	}
	.media-body p{
		    width: 73%;
    font-family: david;
    font-size: 14px;
	}
	.office{
		    float: right;
          margin-top: -116px;
	}
	.office img{
		width: ;
	}
	.imgtorbina{
		background-image:url(../images/0fbf1d_2059600ed926465d821ce8310f94db23-mv2.jpg);
		background-repeat: no-repeat;
		background-size:100%;
   
    background-position-y: 140px;

	}
	
	.imgproducttorbina img{
		    margin-top: 720px;
    margin-left: -5px;
    width: 50%;
    padding-left: 6px;
	}
	.imgled img{
		    margin-top: 20px;
    margin-left: 272px;
    width: 563px;
	}
	.imgleds img{
	    width: 563px;
    float: right;
    margin-top: -16px;
    margin-right: 304px;
    height: 524px;
	}
	.imgproducts img{
	
       width: 50%;
    float: right;
    margin-top: -449px;
    /* margin-right: 301px; */
    height: 449px;
	}
	.Ptorbina{
		    font-size: 31px;
    font-family: cursive;
    margin-left: 126px;
	}
	.order{
	    margin-left: 344px;
    width: 50%;;
    height: 46px;
    border-radius: 13px;
    background: rgba(50, 189, 226, 0.74);
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bolder;
	}
	.orderled{
	
    margin-left: 448px;
    width: 38%;
    height: 46px;
    border-radius: 13px;
    background: rgba(50, 189, 226, 0.74);
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bolder;
    margin-top: 10px;
	}
	.inverter{
		    margin-top: 230px;
    font-size: 34px;
    font-family: arael;
    font-weight: bolder;
	}
	.inverters{
		    
    font-size: 25px;
    font-family: arael;
    font-weight: bolder;
	}
	.orderinverters{
	margin-left: 244px;
    width: 55%;
    height: 46px;
    border-radius: 13px;
    background: rgba(50, 189, 226, 0.74);
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bolder;
    margin-top: 10px;
	}
	.imgcarbon img{
       width: 60%;
    float: right;
    margin-top: -14px;
    margin-right: 55%;
    height: 524px;
	}
	.imgcarbons img{
width: 70%;
    float: right; 
    margin-top: -522px;
    margin-right: -16%;
    height: 523px;
	}
	.imgcarbonpage img{
    width: 74%;
    float: right;
    margin-top: 3px;
    margin-right: -57%;
    height: 800px;
	}
	.carbon{
		font-size: 25px;
    font-family: arael;
    font-weight: bolder;
    width: 230px;
	}
	.carbonbutton{
		    margin-left: -35px;
    width: 25%;
    height: 46px;
    border-radius: 13px;
    background: rgba(50, 189, 226, 0.74);
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bolder;
	}
	.panelimg img{
		width: 30%;
		margin-top: 841px;
	}
	.panelP{
		    margin-left: 377px;
    margin-top: -481px


	}
	.panelPes{
	
    margin-left: 381px;
    margin-top: 20px;
    font-size: 15px;
    font-family: serif;
    font-weight: bolder;

	}
		.imgpanel{
		background-image:url(../images/0fbf1d_92e36616f2754fa1ad1762adb3b4f8e7-mv2.jpg);
		background-repeat: no-repeat;
		background-size: 100%;
      background-position-x: -1px;
    background-position-y: -135px

	}
	.panelbutton{
		    margin-left: 22px;
    width: 25%;
    height: 46px;
    border-radius: 13px;
    background: rgba(50, 189, 226, 0.74);
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bolder;
	}
	.mapimg img{
		width: 50%;
		height: 400px;
		float: left;
	}
	.wellcom{
		fon
	}
	 .wellcoms{
  position: fixed;
width: 70%;
height: 90%;
top: -100%;
z-index: 10000;
border: 2px solid;
border-radius: 28px;
 background-color: rgba(26, 121, 59, 0.89);
 left:14%;
 text-align: center;
 overflow: auto;
}
/* end social icon */
.remove{

        height: 34px;
        position: absolute;
        left: 42%;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
	#portfolio .portfolio-thumb .portfolio-overlay {
		padding: 0px 8px;
	}
	.bliding img{
		width: 100%;
	}
}
.bliding img{
		width: 100%;
	}

/* start 980 media quires */
@media only screen and ( max-width: 980px ) {
	#team .team-wrapper
		{
			margin-top: 40px;
		}
	#portfolio .portfolio-thumb .portfolio-overlay
	{
		background: #34e928;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		padding: 40px 10px 20px 20px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
 .wellcoms{
  position: fixed;
width: 95%;
height: 90%;
top: -100%;
z-index: 10000;
border: 2px solid;
border-radius: 28px;
 background-color: rgba(26, 121, 59, 0.89);
 left:2%;
 text-align: center;
 overflow: auto;
}

}
@media only screen and ( max-width: 2000px ) {
	.remove{

        height: 34px;
        position: absolute;
        left: 42%;
}
	.wellcoms{
  position: fixed;
width: 95%;
height: 90%;
top: -100%;
z-index: 10000;
border: 2px solid;
border-radius: 28px;
 background-color: rgba(26, 121, 59, 0.89);
 left:2%;
 text-align: center;
 overflow: auto;
}

.imgtorbina{
		background-image:url(../images/0fbf1d_2059600ed926465d821ce8310f94db23-mv2.jpg);
		background-repeat: no-repeat;
		background-size: 100%;
   
    background-position-y: 140px;

	}

	.imgproducttorbina img{
	    margin-top: 914px;
    margin-left: -33px;
    width: 50%;
    height: 371px;
	}
	.imgproducts img{
	
    width: 50%;
    float: right;
    margin-top: -365px;
    margin-right: -36px;
    height: 365px;
 
	}
	.Ptorbina{
		font-size: 29px;
    font-family: cursive;
    margin-left: 43px;
	}
	.orderled{
	
    width: 50%;
    height: 46px;
    border-radius: 13px;
    background: rgba(50, 189, 226, 0.74);
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bolder;
    margin-top: 10px;
	}
	.imgled img{
	    margin-top: 20px;
    margin-left: -14px;
    width: 100%;
	}
	.imgleds img{
	    width: 100%;
    float: right;
    margin-top: -25px;
    margin-right: 17px;
   
	}
	.panelimg img{
       width: 36%;
    margin-top: 1147px;
    height: 430px;
}
	.panelP{
margin-left: 430px;
    margin-top: -430px;



	}
	.panelPes{
	
  margin-left: 430px;
    margin-top: 14px;
    font-size: 15px;
    font-family: serif;
    font-weight: bolder;

	}
		.imgpanel{
		background-image:url(../images/0fbf1d_92e36616f2754fa1ad1762adb3b4f8e7-mv2.jpg);
		background-repeat: no-repeat;
		background-size: 100%;
      background-position-x: -1px;
    background-position-y: -135px

	}
	.panelbutton{
		    margin-left: 22px;
    width: 30%;
    height: 46px;
    border-radius: 13px;
    background: rgba(50, 189, 226, 0.74);
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bolder;
	}
}
@media only screen and ( max-width: 1530px ) {
	.remove{

        height: 34px;
        position: absolute;
        left: 35%;
}
	.wellcoms{
  position: fixed;
width: 95%;
height: 90%;
top: -100%;
z-index: 10000;
border: 2px solid;
border-radius: 28px;
 background-color: rgba(26, 121, 59, 0.89);
 left:2%;
 text-align: center;
 overflow: auto;
}
.imgtorbina{
		background-image:url(../images/0fbf1d_2059600ed926465d821ce8310f94db23-mv2.jpg);
		background-repeat: no-repeat;
		background-size: 100%;
   
    background-position-y: 140px;

	}

	.imgproducttorbina img{
	    margin-top: 721px;
    margin-left: -33px;
    width: 50%;
    height: 371px;
	}
	.imgproducts img{
	
    width: 50%;
    float: right;
    margin-top: -365px;
    margin-right: -36px;
    height: 365px;
 
	}
	.Ptorbina{
		font-size: 29px;
    font-family: cursive;
    margin-left: 43px;
	}
	.orderled{
		margin-left:219px;
    width: 50%;
    height: 46px;
    border-radius: 13px;
    background: rgba(50, 189, 226, 0.74);
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bolder;
    margin-top: 10px;
	}
	.imgled img{
	    margin-top: 20px;
    margin-left: -14px;
    width: 100%;
	}
	.imgleds img{
	    width: 100%;
    float: right;
    margin-top: -25px;
    margin-right: 17px;
   
	}
.panelimg img{
       width: 36%;
    margin-top: 626px;
    height: 430px;
}
	.panelP{
margin-left: 430px;
    margin-top: -430px;



	}
	.panelPes{
	
  margin-left: 430px;
    margin-top: 14px;
    font-size: 15px;
    font-family: serif;
    font-weight: bolder;

	}
		.imgpanel{
		background-image:url(../images/0fbf1d_92e36616f2754fa1ad1762adb3b4f8e7-mv2.jpg);
		background-repeat: no-repeat;
		background-size: 100%;
      background-position-x: -1px;
    background-position-y: -135px

	}
	.panelbutton{
		    margin-left: 22px;
    width: 25%;
    height: 46px;
    border-radius: 13px;
    background: rgba(50, 189, 226, 0.74);
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bolder;
	}
}
@media only screen and ( max-width: 1024px ) {
	.remove{

        height: 34px;
        position: absolute;
        left: 35%;
}
	.wellcoms{
  position: fixed;
width: 95%;
height: 90%;
top: -100%;
z-index: 10000;
border: 2px solid;
border-radius: 28px;
 background-color: rgba(26, 121, 59, 0.89);
 left:2%;
 text-align: center;
 overflow: auto;
}
	.imgtorbina{
		background-image:url(../images/0fbf1d_2059600ed926465d821ce8310f94db23-mv2.jpg);
		background-repeat: no-repeat;
		background-size: 100%;
   
    background-position-y: 140px;

	}

	.imgproducttorbina img{
	    margin-top: 470px;
    margin-left: -33px;
    width: 50%;
    height: 371px;
	}
	.imgproducts img{
	
    width: 50%;
    float: right;
    margin-top: -365px;
    margin-right: -36px;
    height: 365px;
 
	}
	.Ptorbina{
		font-size: 29px;
    font-family: cursive;
    margin-left: 43px;
	}
	.order{
font-size: 23px;
    margin-left: 370px;
    width: 221px;
    height: 73px;
    border-radius: 13px;
    background: rgba(50, 189, 226, 0.74);

	}
	
	.imgled img{
		    margin-top: 20px;
    margin-left: 272px;
    width: 563px;
	}
	.imgleds img{
	    width: 563px;
    float: right;
    margin-top: -16px;
    margin-right: 304px;
    height: 524px;
	}
	.orderled{
		margin-left:219px;
    width: 50%;
    height: 46px;
    border-radius: 13px;
    background: rgba(50, 189, 226, 0.74);
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bolder;
    margin-top: 10px;
	}
	.imgled img{
	    margin-top: 20px;
    margin-left: -14px;
    width: 100%;
	}
	.imgleds img{
	    width: 100%;
    float: right;
    margin-top: -25px;
    margin-right: 17px;
   
	}
	.orderinverters{
		
		  width: 50%;
    height: 46px;
    border-radius: 13px;
    background: rgba(50, 189, 226, 0.74);
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bolder;
    margin-top: 10px;
    margin-left: 10px;
	}
	.inverter{
		    margin-top: 230px;
    font-size: 37px;
    font-family: arael;
    font-weight: bolder;
    
	}
	.inverters{
		    
    font-size: 37px;
    font-family: arael;
    font-weight: bolder;

	}
	.imgcarbon img{
       width: 49%;
    float: right;
    margin-top: -14px;
    margin-right: 55%;
    height: 524px;
	}
	.imgcarbons img{
width: 59%;
    float: right;
    margin-top: -522px;
    margin-right: -4%;
    height: 523px;;
	}
	.imgcarbonpage img{
    width: 59%;
    float: right;
    margin-top: 3px;
    margin-right: -59%;
    height: 700px;
	}
	.carbon{
		font-size: 25px;
    font-family: arael;
    font-weight: bolder;
    width: 230px;
	}
	.carbonbutton{
		    margin-left: 14px;
    width: 25%;
    height: 46px;
    border-radius: 13px;
    background: rgba(50, 189, 226, 0.74);
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bolder;
	}
	.panelimg img{
    width: 36%;
    margin-top:480px;
    height: 375px;
}
	.panelP{
margin-left: 355px;
    margin-top: -390px;



	}
	.panelPes{
	
  margin-left: 355px;
    margin-top: 14px;
    font-size: 15px;
    font-family: serif;
    font-weight: bolder;

	}
		.imgpanel{
		background-image:url(../images/0fbf1d_92e36616f2754fa1ad1762adb3b4f8e7-mv2.jpg);
		background-repeat: no-repeat;
		background-size: 100%;
      background-position-x: -1px;
    background-position-y: -135px

	}
	.panelbutton{
		    margin-left: 22px;
    width: 25%;
    height: 46px;
    border-radius: 13px;
    background: rgba(50, 189, 226, 0.74);
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bolder;
	}
	.mapimg img{
		width: 50%;
		height: 400px;
		float: left;
	}
}


/* end 360 media quires */

/* start 768 media quires */
@media only screen and ( max-width: 768px ) {
	.remove{

        height: 34px;
        position: absolute;
        left: 35%;
}
	.wellcoms{
  position: fixed;
width: 95%;
height: 90%;
top: -100%;
z-index: 10000;
border: 2px solid;
border-radius: 28px;
 background-color: rgba(26, 121, 59, 0.89);
 left:2%;
 text-align: center;
 overflow: auto;
}
	#home
		{
			min-height: 300px;
			padding-top: 80px;
			padding-bottom: 60px;
		}
	#home h1
		{
			font-size: 21px;
		}

	.templatemo-nav {
		position: fixed;
    	top: 0;
	}
	header {
		margin-top: 70px;
	}
	header .social-icon {
		text-align: left;
	}
	.navbar-toggle {
		margin-top: 15px;
	}
	.navbar-collapse {
		max-height: 300px;
		overflow-y: auto;
	}
	.navbar-default .navbar-nav li a {
		height: 45px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 35px;
	}
	.imgproduct img{
		width: 208px;
    height: 85px;
	}
	.media-body p{
		width: 50%;
		    padding-left: 10px;
		    font-family: david;

	}
	.office{
		    float: right;
          margin-top: -240px;
	}
	.imgtorbina{
		background-image:url(../images/0fbf1d_2059600ed926465d821ce8310f94db23-mv2.jpg);
		background-repeat: no-repeat;
		background-size: 100%;
    background-position-x: 1px;
    background-position-y: 140px;

	}
	.imgpanel{
		background-image:url(../images/0fbf1d_92e36616f2754fa1ad1762adb3b4f8e7-mv2.jpg);
		background-repeat: no-repeat;
		background-size: 100%;
    background-position-x: 1px;
    background-position-y: 140px;

	}
	.imgproducttorbina img{
		margin-top:367px;
    margin-left: -19px;
    width: 50%;
	}
	.imgproducts img{
	    width: 50%;
    float: right;
    margin-top: -362px;
    margin-right: -18px;
    height: 354px;
	}
	.Ptorbina{
		    font-size: 20px;
    font-family: cursive;
    margin-left: 126px;
	}
	.order{
	font-size: 18px;
    margin-left: 260px;
    width: 221px;
    height: 73px;
    border-radius: 13px;
    background: rgba(50, 189, 226, 0.74);

	}
	.imgled img{
	    margin-top: 20px;
    margin-left: -14px;
    width: 100%;
	}
	.imgleds img{
	    width: 100%;
    float: right;
    margin-top: -25px;
    margin-right: 17px;
    height: 392px
	}
	.orderled{
		margin-left:108px;
    width: 50%;
    height: 46px;
    border-radius: 13px;
    background: rgba(50, 189, 226, 0.74);
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bolder;
    margin-top: 10px;
	}
.inverter{
		    margin-top: 230px;
    font-size: 20px;
    font-family: arael;
    font-weight: bolder;
	}
	.inverters{
		    
    font-size: 20px;
    font-family: arael;
    font-weight: bolder;
	}
	.orderinverters{
		
		  width: 50%;
    height: 46px;
    border-radius: 13px;
    background: rgba(50, 189, 226, 0.74);
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bolder;
    margin-top: 10px;
    margin-left: 10px;
	}
	.inverter{
		    margin-top: 230px;
    font-size: 37px;
    font-family: arael;
    font-weight: bolder;
    
	}
	.inverters{
		    
    font-size: 37px;
    font-family: arael;
    font-weight: bolder;

	}
	.imgcarbon img{
       width: 49%;
    float: right;
    margin-top: -14px;
    margin-right: 55%;
    height: 524px;
	}
	.imgcarbons img{
width: 59%;
    float: right;
    margin-top: -522px;
    margin-right: -4%;
    height: 523px;;
	}
	.imgcarbonpage img{
    width: 59%;
    float: right;
    margin-top: 3px;
    margin-right: -59%;
    height: 342px
	}
	.carbon{
		font-size: 21px;
    font-family: arael;
    font-weight: bolder;
    width: 230px;
	}
	.carbonbutton{
	
    margin-left: -8px;
    width: 46%;
    height: 46px;
    border-radius: 13px;
    background: rgba(50, 189, 226, 0.74);
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bolder;
	}
	.panelimg img{
	width: 34%;
    margin-top: 438px;
    height: 219px;
	}
	.panelP{
    margin-left: 264px;
    margin-top: -228px;


	}
	.panelPes{
	
    margin-left: 263px;
    margin-top: -12px;
    font-size: 14px;
    font-family: serif;
    font-weight: bolder;

	}
		.imgpanel{
		background-image:url(../images/0fbf1d_92e36616f2754fa1ad1762adb3b4f8e7-mv2.jpg);
		background-repeat: no-repeat;
		    background-size: 100%;
    background-position-x: -1px;
    background-position-y: 14px;

	}
	.panelbutton{
		   margin-left: 0px;
    width: 34%;
    height: 46px;
    border-radius: 13px;
    background: rgba(50, 189, 226, 0.74);
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bolder;
	}
	.mapimg img{
		width: 50%;
		height: 400px;
		float: left;
	}

}
@media only screen and ( max-width: 500px ) {
	.remove{

        height: 34px;
        position: absolute;
        left: 22%;
}
	.wellcoms{
  position: fixed;
width: 95%;
height: 90%;
top: -100%;
z-index: 10000;
border: 2px solid;
border-radius: 28px;
 background-color: rgba(26, 121, 59, 0.89);
 left:2%;
 text-align: center;
 overflow: auto;
}
	.imgproduct img{
		width: 106px;
    height: 85px;
	}
	.bliding img{
		width: 100%;
	}
	.media-body p{
		width: 222px;
		    padding-left: 10px;
		    font-family: david;
		        font-size: 7px;
	}
	.office{

    float: right;
    margin-top: -121px;
    width: 276px;
    margin-right: -141px;
	}
	.office img{
		        width: 132px;
	}
	.imgtorbina{
		background-image:url(../images/0fbf1d_2059600ed926465d821ce8310f94db23-mv2.jpg);
		background-repeat: no-repeat;
		background-size: 100%;
    background-position-x: 1px;
    background-position-y: 159px;

	}
	.imgproducttorbina img{
    margin-top: 199px;
    margin-left: -15px;
    width: 50%;
    height: 258px;
	}
	.imgproducts img{
	    width: 50%;
    float: right;
    margin-top: -267px;
    margin-right: -11px;
    height: 268px;

	}
	.Ptorbina{
	
    font-size: 12px;
    font-family: cursive;
    margin-left: 34px;
 
    margin-top: 20px;
	}
	.order{
		font-size: 18px;
    margin-left: 90px;
    width: 221px;
    height: 73px;
    border-radius: 13px;
    background: rgba(50, 189, 226, 0.74);
	}
	
	.imgled img{
	    margin-top: 20px;
    margin-left: -14px;
    width: 100%;
	}
	.imgleds img{
	    width: 100%;
    float: right;
    margin-top: -25px;
    margin-right: 17px;
    height: 392px
	}
	.orderled{
		margin-left:97px;
    width: 150px;
    height: 46px;
    border-radius: 13px;
    background: rgba(50, 189, 226, 0.74);
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bolder;
    margin-top: 10px;
	}
	.inverter{
		    margin-top: 230px;
    font-size: 20px;
    font-family: arael;
    font-weight: bolder;
	}
	.inverters{
		    
    font-size: 20px;
    font-family: arael;
    font-weight: bolder;
	}
	.orderinverters{
		
		  width: 150px;
    height: 46px;
    border-radius: 13px;
    background: rgba(50, 189, 226, 0.74);
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bolder;
    margin-top: 10px;
    margin-left: 10px;
	}
	.imgcarbon img{
       width: 49%;
    float: right;
    margin-top: -14px;
    margin-right: 55%;
    height: 524px;
	}
	.imgcarbons img{
width: 59%;
    float: right;
    margin-top: -522px;
    margin-right: -4%;
    height: 523px;;
	}
	.imgcarbonpage img{
    width: 59%;
    float: right;
    margin-top: 3px;
    margin-right: -59%;
    height: 342px
	}
	.carbon{
		font-size: 18px;
    font-family: arael;
    font-weight: bolder;
    width: 230px;
	}
	.carbonbutton{
	
    margin-left: -8px;
    width: 46%;
    height: 46px;
    border-radius: 13px;
    background: rgba(50, 189, 226, 0.74);
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bolder;
	}
	.panelimg img{
		    width: 34%;
    margin-top: 166px;
    height: 219px;
	}
	.panelP{
	margin-left: 143px;
    margin-top: -228px;


	}
	.panelPes{
	
margin-left: 140px;
    margin-top: -12px;
    font-size: 13px;
    font-family: serif;
    font-weight: bolder;

	}
		.imgpanel{
		background-image:url(../images/0fbf1d_92e36616f2754fa1ad1762adb3b4f8e7-mv2.jpg);
		background-repeat: no-repeat;
		    background-size: 100%;
    background-position-x: -1px;
    background-position-y: 14px;

	}
	.panelbutton{
		   margin-left: 0px;
    width: 35%;
    height: 46px;
    border-radius: 13px;
    background: rgba(50, 189, 226, 0.74);
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bolder;
	}
	.mapimg img{
		width: 100%;
		height: 400px;
		float: left;
	}
}
/* end 768 media quires */

/* start 360 media quires */
@media only screen and ( max-width: 360px ) {
	.remove{

        height: 34px;
        position: absolute;
        left: 18%;
}
	.wellcoms{
  position: fixed;
width: 95%;
height: 90%;
top: -100%;
z-index: 10000;
border: 2px solid;
border-radius: 28px;
 background-color: rgba(26, 121, 59, 0.89);
 left:2%;
 text-align: center;
 overflow: auto;
}
	header .social-icon
		{
			text-align: left;
		}
	#home
		{
			min-height: 200px;
			padding-top: 60px;
			padding-bottom: 40px;
		}
	#home h1
		{
			font-size: 20px;
		}
.imgproduct img{
		width: 112px;
    height: 85px;
	}
	.bliding img{
		width: 100%;
	}
	.imgproduct img{
		width: 106px;
    height: 85px;
	}
	.media-body p{
		width: 222px;
		    padding-left: 10px;
		    font-family: david;
		        font-size: 7px;
	}
	.office{

    float: right;
    margin-top: -121px;
    width: 276px;
    margin-right: -141px;
	}
	.office img{
		        width: 132px;
	}
	.imgtorbina{
		background-image:url(../images/0fbf1d_2059600ed926465d821ce8310f94db23-mv2.jpg);
		background-repeat: no-repeat;
		
    background-size: 100%;
    background-position-x: -2px;
    background-position-y: 150px

	}
	.imgled{
		background-image:url(../images/0fbf1d_cb08c8db25714cdda15142db35df789f-mv2.jpg);
		background-repeat: no-repeat;
		
    background-size: 66%;
    background-position-x: 67px;
    background-position-y: 150px
	}
	.imgproducttorbina img{
	margin-top: 156px;
    margin-left: -14px;
    width: 50%;
    height: 117px;
	}
	.imgproducts img{
	
   width: 50%;
    float: right;
    margin-top: -116px;
    margin-right: -14px;
    height: 117px;
	}
	.Ptorbina{
		   font-size:7px;
    font-family: cursive;
    margin-left: 54px;
        margin-left:54px;
	}
	.order{
		
    width: 50%;
    height: 46px;
    border-radius: 13px;
    background: rgba(50, 189, 226, 0.74);
        margin-left: 88px;
	}
	.imgled img{
	    margin-top: 20px;
    margin-left: -14px;
    width: 100%;
	}
	.imgleds img{
	    width: 100%;
    float: right;
    margin-top: -25px;
    margin-right: 17px;
    height: 392px
	}
	.orderled{
		margin-left:44px;
    width: 150px;
    height: 46px;
    border-radius: 13px;
    background: rgba(50, 189, 226, 0.74);
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bolder;
    margin-top: 10px;
	}
	.inverter{
		    margin-top: 230px;
    font-size: 20px;
    font-family: arael;
    font-weight: bolder;
	}
	.inverters{
		    
    font-size: 20px;
    font-family: arael;
    font-weight: bolder;
	}
	.orderinverters{
		
		  width: 150px;
    height: 46px;
    border-radius: 13px;
    background: rgba(50, 189, 226, 0.74);
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bolder;
    margin-top: 10px;
    margin-left: 10px;
	}
	.imgcarbon img{
       width: 49%;
    float: right;
    margin-top: -14px;
    margin-right: 55%;
    height: 524px;
	}
	.imgcarbons img{
width: 59%;
    float: right;
    margin-top: -522px;
    margin-right: -4%;
    height: 523px;;
	}
	.imgcarbonpage img{
    width: 59%;
    float: right;
    margin-top: 3px;
    margin-right: -59%;
    height: 342px
	}
	.carbon{
		font-size: 17px;
    font-family: arael;
    font-weight: bolder;
    width: 230px;
	}
	.carbonbutton{
	
    margin-left: -8px;
    width: 46%;
    height: 46px;
    border-radius: 13px;
    background: rgba(50, 189, 226, 0.74);
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bolder;
	}
	.panelimg img{
		    width: 45%;
    margin-top: 111px;
    height: 219px;
	}
	.panelP{
    margin-left: 158px;
    margin-top: -218px;



	}
	.panelPes{
	
    margin-left: 150px;
    margin-top: -9px;
    font-size: 11px;
    font-family: serif;
    font-weight: bolder;

	}
		.imgpanel{
		background-image:url(../images/0fbf1d_92e36616f2754fa1ad1762adb3b4f8e7-mv2.jpg);
		background-repeat: no-repeat;
		    background-size: 100%;
    background-position-x: -1px;
    background-position-y: 14px;

	}
	.panelbutton{
		   margin-left: 0px;
    width: 45%;
    height: 46px;
    border-radius: 13px;
    background: rgba(50, 189, 226, 0.74);
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bolder;
	}
	.mapimg img{
		width: 100%;
		height: 400px;
		float: left;
	}
}
/* end 360 media quires */
