html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Raleway';
	width: auto;
	margin: auto;
	min-width:1200px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/****************************************************************************
User Styles
*****************************************************************************/
#full-wrap-container {
	width: 100%;
	height: auto;
	
	}

.center-align {
	height: auto;
    margin: 0 auto;
    overflow: hidden;
    width: 1024px;
	}
.center-align2 {
	height: auto;
    margin: 0 auto;
    overflow: hidden;
    width: 550px;
	}
.center-align3 {
	height: auto;
    margin: 0 auto;
    overflow: hidden;
    width: 1360px;
	}

.top-wrap {
	
	width: 100%;
	position: relative;
	overflow: auto; 
	}
.top-wrap li{
		list-style: none;
}
.top-wrap ul li{
		float: left;
	}
.smenu{
	position: absolute;
	margin-left: 1200px;
	margin-top: 20px;
}	

.banner1{
	width: 100%;
	background-image: url("../images/banner01.jpg");
	 background-size:100% 100%;
	 height: 670px;

	}
	.banner2{
	width: 100%;
	background-image: url("../images/banner03.jpg");
	  background-size:100% 100%;
	 height: 670px;
	}
	.banner3{
	width: 100%;
	background-image: url("../images/banner05.jpg");
 background-size:100% 100%;
	 height: 670px;
	}
.banner4{
	width: 100%;
	background-image: url("../images/banner06.jpg");
 background-size:100% 100%;
	 height: 670px;
	}
.banner5{
	width: 100%;
	background-image: url("../images/banner07.jpg");
 background-size:100% 100%;
	 height: 670px;
	}
.top-head{
    margin-top: 134px;
    
}
.up-more{
margin-top: 80px;
}

.thin{
	font-size: 36px;
	font-weight: 300;
	text-align: center;		
	font-family: 'Raleway';
	color:#fff;
    text-transform: uppercase;
}
.bold{
	font-size: 63px;
	font-weight: 800;
	text-align: center;		
	font-family: 'Raleway';
	color:#fff;
   
}
.bold-yellow{
    color:#ff8a00;
   text-shadow:none;
    font-size: 63px;
	font-weight: 800;
	text-align: center;		
	font-family: 'Raleway';
}
.down-go{
    padding-bottom: 30px;
}

.des-text{
	font-size: 18px;
	font-weight: 300;
	text-align: center;		
	font-family: 'Raleway';
	color:#fff;
	margin-top: 14px;

}
.top-head span {
	font-size: 16px;
	text-align: center;		
	font-family: 'Raleway';
	color:#fff;
}
.arrow {
	margin-left: auto;
	padding: 282px 0 0;
	cursor: pointer;
	margin-right: auto;
	width: auto;
	/* text-align: center; */
	display: block;
}
.go-down{padding: 320px 0 0;}
.more-up{
text-shadow:
   -1px -1px 0 #5a5a5a,  
    1px -1px 0 #5a5a5a,
    -1px 1px 0 #5a5a5a,
     1px 1px 0 #5a5a5a;
}

/** HEADER **/
.sticky-header{
	width:100%;
	background:#fff;
	z-index:999;

}


header{
	
    border-bottom: 1px solid #A5A5A5;
    height: 87px;
    position: relative;
    width: 100%;
    z-index: 100;
}
.logo{
	height: 35px;
	width: 180px;
	margin-top:30px;
}
header nav{
	top:20px;
	margin:0px auto; 
	float:right;
	margin: 20px 0 0;
}
header nav ul{
    padding-top: 15px;
    padding-bottom: 15px;
position:relative;
}
header nav li{
	display:inline;
	width:70%;
	-webkit-transition: all .2s ease-in-out;
    padding: 0 20px;
    padding:13px 10px 12px;
    position:relative;

}
header nav li a{
	text-transform:uppercase;
	text-decoration:none;
	list-style:none;
	font-weight: 500;
	font-size: 12px;
	color:#181818;
	padding: 6px 11px;
}



header nav li:hover{
	font-size:12px;
	color:#fff;
	padding:15px 10px;
    background: #FF8A00;
    

}

header nav li:hover a {
	color: #fff;
	
	padding: 5px 10px;
}

header nav li.active{
	font-size:12px;
	color:#fff;
	padding:15px 10px;
    background: #FF8A00;

}

header nav li.active a {
	color: #fff;
	border: 1px dotted #fff;
	padding: 5px 10px;
}

header nav li ul {
    color: #181818;
    display: none;
    position: absolute;
    right:287px;
    text-transform: uppercase;
    top: 76%;
    width: 20%;
}

header nav li:hover ul {
    display: block;
    background: #ececec;
    border: none;
    
  }

header nav li ul li {
    display: block;
  }

header nav li ul li a{
     color: #181818;
  }
  


header nav li ul li a:hover{
     color:white!important;
  }
  
.center-align ul ul{
padding:0;	
width:223px;
	}

.trs-whit{
background:white;
padding:4px;	
	}
	
.trs-whit:hover{
background:white;
padding:4px;
	}
	
.center-align ul ul li{
width:auto;	
	}
/*** END OF HEADER */

.view {
  
   
   margin: 24px 12px;
   /*float: left;*/

   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
 .shad-ow{
 	box-shadow: 0px 0px 5px #32312F;
 	}
.view .mask{
  	width: 100%;
	height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   background:rgba(0,0,0,0.4);
   -moz-transform:scale(4);
	-webkit-transform:scale(4);
	-o-transform:scale(4);
	-ms-transform:scale(4);
	transform:scale(4);
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	cursor: pointer;
}
.view img {
   display: block;
   /*position: relative;*/
}
.view a.info {
   background:url(../img/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:20px;
   height:20px;
}

.fourth-effect:hover .mask {
	background:rgba(0,0,0,0);
	visibility: hidden;
}

 #toTop
{
  width: 100px;
 
  position: fixed;
  top: 80%;
  right: 10px;
  cursor: pointer;
  display: none;;
  opacity: 0.9;
  filter: alpha(opacity=60);
  
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
  padding: 5px;
}

.shortdes{
    background: #E8E8E8;
}
.allbox{
    padding-top: 80px;
    width: 100%;
    
}
.whorwe{
    float: left;
    width: 30%;
    overflow: hidden;
    margin-right: 30px;
}
.induction{
    float: left;
    width: 30%;
    overflow: hidden;
    margin-right: 30px;
}
.comparision{
    float: left;
    width: 30%;
    overflow: hidden;
   
}
.icon{
    text-align: center;
    padding-bottom: 40px;
}
.headcont{
    font-family: 'raleway';
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    padding-bottom: 20px;
    letter-spacing:3px;
    color:#2b2b2b;
}
.section-hover .content{
     text-align: center;
      font-family: 'raleway';
    font-weight: 400;
    font-size: 12px;
    color:#2b2b2b;
    line-height: 18px;
    height: 85px;
}
.more{
    text-align: center;
      font-family: 'raleway';
    font-weight: 700;
    font-size: 10px;
    padding-top: 20px;
    padding-bottom: 40px;
    
}
/*
.more:hover{
    color: #FF8A00;
}
*/
.more a{text-decoration: none;color:#212121;}
.more a:hover{ color: #FF8A00;}
.potheader{
    font-family: 'raleway';
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px;
}
.footer-1{
    background: #f1e9e0;
    padding-top: 30px;
    padding-bottom: 20px;
}
.add{
    float: left;
    width: 23%;
    padding-left: 20px;
}
.add-bold{
    font-weight: 600;
    margin-bottom: 10px;
  
}
.fa-map-marker{
    color:#FF8A00;
}

.fa-phone{
    color:#FF8A00;
}
.fa-envelope{
    color:#FF8A00;
}
.ico{
    float: left;
}
.labe{
    margin-left: 15px;
     float: left;
    font-size: 14px;
    color: #969696;
    line-height: 18px;
    
}.labe a{text-decoration: none;color: #969696;}
.footer-2{
     background: #d7cec3;
    padding-top: 70px;
    padding-bottom: 20px;
}
.media{
    text-align: center;
    font-family: 'raleway';
    font-size: 20px;
    font-weight: 400;
    color: #212121;
    padding-bottom: 20px;
}
.fa-ul {
    width: 20%;
    margin: auto;
    padding-bottom: 30px;
}
.fa-ul li{
    display: inline;
    text-align: center;
    padding-left: 30px;
    
}
.fa-ul li i{
    color: #7d7d7d;
}
.fa-ul li i:hover{
    color: #FF8A00;
}
.copyright{
     text-align: center;
    font-family: 'raleway';
    font-size: 12px;
    font-weight: 400;
    color: #212121;
    padding-bottom: 30px;
}

.col {
	width:33.3333%;
	float: left;
}
.col2 {
	
	float: left;
}

.icon img:nth-child(2) {
	display: none;
}

.section-hover:hover p.more a {
	color: #FF8A00;
}

.more a {
	letter-spacing: 2px;
}

.section-hover:hover img:first-child {
	display: none;
}

.section-hover:hover img:nth-child(2) {
	display: inline-block;
}

/*pop up styles*/

.ui-dialog{

z-index:99999;

position:fixed;

}

#mask{  
    position:fixed; /* important */  
    top:0px; /* start from top */  
    left:0px; /* start from left */  
    height:100%; /* cover the whole page */  
    width:100%;  /* cover the whole page */  
    display:none; /* don't show it '*/  
    cursor:pointer;
    /* styling bellow */  
    background-color: #000;
opacity:0.8;	
  z-index: 9999;
}  
  
.modal_window{  
    position:fixed; /* important so we can position it on center later */  
    display:none; /* don't show it */  
  
    /* styling bellow */  
}  
  
/* style a specific modal window  */  
#modal_window{  
    padding:50px;  
    color:black;  
}  

.ui-widget{

  font-family: 'Open Sans', Arial, sans-serif;


}

.expert_desc p{


font-family:inherit !important;
font-size:13px;
}


.ui-button-text{

 font-family: 'Open Sans', Arial, sans-serif;
 font-size: 13px !important;
}

.ui-dialog {
height: auto;
width: 850px !important;
background: #fff;
}

.heading h2 {
	font-size: 20px;
	font-family: 'Raleway';
	font-weight: 500;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.heading span {
	font-size: 14px;
	font-family: 'Raleway';
	font-weight: 400px;
}

.heading {
	text-align: center;
	padding: 0px 0 40px;
}

.ui-dialog .content {
	text-align: left;
	font-size: 14px;
}

.ui-dialog .content p {
	margin-bottom: 20px;
	line-height: 1.4;
	font-family: 'Raleway';
}

.dialog_message {
	padding: 20px 40px;
}

.ui-dialog-buttonpane  {
	text-align: right;
}

.ui-dialog-buttonpane button {
	border:0;
	background-color:transparent;
	background:url(../images/close.png) no-repeat center center;
	text-indent: -9999px;
	width:30px;
	height:30px;
	cursor: pointer;
	margin-right: -25px;
display: inline-block;
}

.banner {
	text-align: center;
}

.banner .dots {
position: absolute;
left: 0;
right: 0;
bottom: 20px;
}

.banner .dots li {
display: inline-block;
width: 10px;
height: 10px;
margin: 0 4px;
text-indent: -999em;
border: 2px solid #fff;
border-radius: 6px;
cursor: pointer;
-webkit-transition: background .5s, opacity .5s;
-moz-transition: background .5s, opacity .5s;
transition: background .5s, opacity .5s;
background-color:#fff;
}

.banner .dots li.active {
	border: 2px solid #FF8A00;
	background-color:#FF8A00;
}


/*swetha*/
.tricky-lig{
background:#fff;	
	}
	
.intr_lig{

width:33%;
margin-right:0;
}



.intlight {
    color: white;
    padding: 100px 0;
    text-align: center;
    font-weight:bold;
}

.befint-lig{
background:#fff!important;	
margin-right:0;
cursor:pointer;
}

.befint-blk {
    border: 1px solid #E2E2E2;
    color: #2B2B2B;
    cursor: pointer;
    margin: 15px;
    padding: 113px 0;
}
.sve_mny{
background:#E2E2E2;	
margin-right:0;
cursor:pointer;
	}
	
.sve_mny,.befint-lig{
width:341px;	
	}

.intbox{
    display: table;
    padding-bottom: 80px;
    padding-top: 41px;
    width: 100%;
}
.bner-top{
border-top:1px solid #FF8A00;
position:relative;	
	}
.bner-top img{
width:100%;	
}

.bnr-cap{
    bottom:110px;
    color: white;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    position:absolute;
}
.bnr-cap2{
  padding-top: 20px;
    padding-bottom: 50px;
    color: #313131;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    width: 100%;
   
}
	
.sve_mny:hover{
background:#FF8A00!important;
	}
	
.befint-blk:hover{
color:white;	
border:1px solid #fff;
	}
	
.befint-wht {
    border: 1px solid #FFFFFF;
    color: #2B2B2B;
}

h2.int-pop {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 2px;
}

#inrd_of_ind .heading > span {
    font-size: 18px;
}

.intr-hd {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}


#inrd_of_ind.ui-dialog .content p {
    font-family: 'Raleway';
    line-height: 1.4;
    margin-bottom:28px;
}

.contc{
text-transform: uppercase;
font-weight:bold;	
	}

.contc a {
    color: #ff8a00;
    font-size: 14px;
    text-decoration: underline;
}

	
.subpoin{
margin:0 auto;
width:90%;	
}
                    
#dis_curv.modal_window,#bnf_of_ind.modal_window,#faqs.modal_window,#sve-mny.modal_window{
position:absolute;
top:0!important;
}

.content > img {
    margin-bottom: 27px;
    width: 100%;
}

.subpoin > span {
    display: table;
    font-size: 15px;
    margin-bottom: 8px;
}

/*zonuna*/
/*tabs*/

.etabs { 
	 display: block;
    float: left;
    padding: 0; 
    background: #e7e7e7;
    width: 25%;


}
.tab { 
    	display: inline-block; 
    	zoom:1; 
    	display:block; 
   
    }
    .tab a { 
    	  font-family: 'raleway';
    font-size: 13px;
    font-weight: 600;
    	line-height: 2em; 
    	display: block; 
    	padding: 12px 0 10px 18px;
    	outline: none; 
    	text-decoration: none;
    	list-style:none;
		color:#000;
      text-transform: uppercase;
    }
    .tab a:hover { 
    	font-weight: normal;
		font-size: 13px;
        font-weight: 600;
		color:#ff8a00;
    }
    .tab.active { 
    	background: #fff; 
    	
    	position: relative; 
    	top: 1px; 
    	
    }
    .tab a.active { 
    	background: #ff8a00;
    	color:#fff;
    }
    .tab-container .panel-container { 
    	background: #fff; 
 	width: 71%;
    	padding: 10px;
    	-moz-border-radius: 0 4px 4px 4px; 
    	-webkit-border-radius: 0 4px 4px 4px; 
    	

    }
    .panel-container { 
    	margin-bottom: 10px;
    	float: left;  
    	margin-left: 19px;
    }
/*COMPARISON*/
.sub-heading{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    padding-top: 5px;
    color: #313131;
    padding-bottom: 20px;
}
.sub-heading2{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    padding-top: 5px;
    color: #313131;
  
}
#tabs1-epsd img{
    padding-bottom: 50px;

}
.para{
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #313131;
}
.parahead{
    font-weight: 600;
    font-size: 16px;
   padding-bottom: 15px;
    color: #313131;
}
.para-dot{
     font-size: 14px;
    font-weight: normal;
    line-height: 16pt;
    list-style-image: url("../images/dot.png");
    margin-left: 30px;
    padding-bottom: 50px;
}
.parahead img{
    padding-bottom: 20px;
}
/*PRODUCT*/
.line23{
     border-top: 2px solid #fff;
    bottom: 74px;
    margin: auto;
    position: absolute;
    text-align: center;
    width: 30%;
    left: 35%;
}
.b-small{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    padding-top: 4px;
}

/*CONTACT*/
.query-box{
    background: #f1e9e0;
    padding: 25px 40px;
    overflow: hidden;
}
.send-q{
    font-family: 'raleway';
    font-weight: bold;
    font-size: 14px;
    color: #313131;
    padding-bottom: 20px;
}

.query-forms {
    clear: both;
    float: left;
   
}


input {
    
    border: medium none;
    clear: both;
    color: #989898;
    display: block;
    font-size: 14px;
    font-style: italic;
    font-weight: lighter;
    margin-bottom: 9px;
    padding: 12px;
    width: 445px
    
}



.text-area{
     border: none;
    color: #989898;
    display: block;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    font-family: 'lato';
  
     clear:both;
    padding: 13px 11px;
   	height: 108px;
    width: 445px;
     margin-bottom: 18px;
 }
 .submit{
 	background-color: #ff8a00;
 	text-align: center;
 	font-weight: 700;
 	font-size: 14px;
 	font-family: 'raleway';
 	color:#fff;
 	border: none;
    width: 468px;;
 }
 .submit:hover{
 	background-color: #cc6f02;

 }
.pic-box{
    overflow: hidden;
}
.sub-smallhead{
    font-size: 12px;
    padding-top: 2px;
    
}
.desc-details{
    float: left;
    width: 60%;
}
.desc-bold{
    font-size: 14px;
    padding-bottom: 13px;
}
.bolder{
    font-weight: 600;
}
.col-or{
    padding-top: 30px;
    color: #ff8a00;
}
.table-desc{
    padding-bottom: 30px;
}

.table-head{
   background: #ff8a00 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
   
    
    text-align: center;
}
.table-head td{
    padding-top:10px;
    padding-bottom: 10px;
}
.table-head2{
   background: #fff;
    color: #313131;
    font-size: 14px;
    text-align: center;
}
.table-head2 td{
    padding-top: 10px;
    padding-bottom: 10px;
}
.table-head3{
   background: #e7e7e7;
    color: #313131;
    font-size: 14px;
    text-align: center;
}
.table-head3 td{
    padding-top: 10px;
    padding-bottom: 10px;
}
.notes{
    font-size: 12px;
    font-style: italic;
}
.bl-ck{
    color: #313131;
}
.numbering{
    font-size: 12px;
    font-style: italic;
    padding: 10px;
    float: left;
}
    
.numbering li{
    padding-bottom: 5px;
     list-style-image: url("../images/dot.png");
    margin-left: 20px;
}
.foat-can{
    overflow: hidden;
    float: none
}
.dr-dr{
    padding-bottom: 10px;
}
.numberring2{
    padding-bottom:100px;
}
.numbering2 li a{
    text-decoration: none;
    font-size: 14px;
    margin-left: 20px;
    color  :#313131;
    
}
.numbering2 li a:hover{

    color  :#FF8A00;
}

/* dec 16-15 swetha */


header nav li ul {
      width: 197px !important;
}

.submnu li a {
    border: medium none !important;
}


header nav li ul.sub-sub-nav {
    background: none repeat scroll 0 0 #FF8A00;
    right: -219px;
    top: 0;
    width: 230px !important;
}

header nav li ul.sub-sub-nav li a {
    color: #FFFFFF !important;
}
header nav li ul.sub-sub-nav li a:hover {
    color: #181818!important;
}

.solar-light .submnu {
    right: 167px;
}

.solar-light {
    margin-left: 3px;
}

.induction-nav .submnu {
    right: 26%;
}

header nav li ul.submnu li a {
    color: #181818;
}

header nav li ul.submnu li.jsprod a {
    color: #181818;
    cursor: default;
}

header nav li ul.sub-sub-nav.slght {
    right: -152px;
    top: 0;
    width: 157px !important;
}


.solar strong {
    font-weight: 600;
    text-transform: uppercase;
}

.solar .desc-details > div {
    padding-bottom: 10px;
    padding-left: 45px;
    padding-top: 10px;
}

.descr-box.solar .desc-details {
    float: none;
}


.desc-bold.just-txt {
    margin-top: 15px;
}


.desc-bold.modlnme {
    color: #ff8a00;
    font-weight: bold;
    text-transform: uppercase;
}

/*
.descr-box.solar.model-solr {
    margin-bottom: 9%;
}
*/
header nav li ul.submnu {
    left: 0;
    right: auto !important;
    top: 40px !important;
}


header nav li.solar-light ul.submnu {
    right: auto!important;
    top: 40px !important;
    left:0;
}

.pic-box {
    overflow: hidden;
}

header .center-align {
    overflow: visible;
}

header nav li ul.sub-sub-nav a {
    cursor: pointer !important;
}
.prd_arow {
    padding-left: 44px;
}


.col-or {
    color: #FF8A00!important;
    padding-top: 30px;
}
.parahead {
    color: #313131;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 15px;
   clear:both;
}


.view.fourth-effect.colmnj {
    margin-top: 0;
}

.new-rev .para-dot li {
    margin-bottom: 24px;
}


.model-solr.solr-strt .desc-details.model-nme {
    float: left;
    margin-left: 19px;
    margin-right: 25px;
    width: 201px;
}

.model-solr.extr-solar .desc-details.model-nme {
    margin-right: 0 !important;
    width: 200px !important;
}

/*akshatha*/
.sub-heading2 span,
.tab a span {
	text-transform: none;
}

.view .mask {
	display: none;
}

.last-view {
	margin-top: 0;
}

.fa-ul {
	text-align: center;
}

.fa-ul li:first-child {
	padding-left: 0;
}

header nav li ul.submnu {
	left: -55px;
width: 230px !important;
top: 44px !important;
}

header nav li ul.sub-sub-nav {
	right: 0px;
	top: 42px;
	border-top: 1px solid #fff;
}

header nav li.solar-light ul.submnu {
	left: -70px;
	top: 44px !important;
}

header nav li ul.sub-sub-nav.slght {
right: 0px;
top: 42px;
width: 230px !important;
}

.top-wrap li .center-align {
	width: 100%;
}

.top-head {
	margin-top: 65px;
}

.lm {
	clear: both;
	padding-left: 20px;
}

/* sumana added mar 31 */


.contact_success_message{
	
    font-size: 14px;
    color: green;
    margin-bottom: 14px;
    
}


 .footer{
	
	
	background:#ff8a00;
	
}

.footer-1{
	
	background: none;
	
}

.fa-map-marker, .fa-envelope, .fa-phone {
	
	
	color:#fff;
}

.labe{
	
	color:#fff;
	
}

.footer .potheader{
	
	color:#fff;
	padding-top:10px;
	padding-bottom:50px;
	
}

.labe1{
	
	font-size:19px;
	color:#fff;
	margin-left: 20px;
        margin-bottom: 16px;
	
}

.footer .labe a{
	
	color:#fff;
	
}

.add-inner{
	
	
	padding-bottom:18px;
	clear:both;
	margin-bottom:46px;
}

.labe12{
	
	margin-left:12px;
	
}

.ico1 i{
	
	margin-top:3px;
	
}

.labe13{
	
	margin-left:12px;
	
}

p.ico{
	
	
	
}

.add-main{
	
	overflow: hidden;
	
	/*width:80%;
	margin:0px auto 48px; */
	
	margin-bottom:48px;
	
}


.foot-link{
	
	color:#fff;
	margin-top:40px;
	text-align: center;
	text-decoration: none;
	font-size:14px;
	display:inherit;
	
}


.foot-link i{
	
	margin-right:12px;
	
}


.label-span{
	
	font-size:15px;
	margin-bottom:7px;
	display:block;
	
}

.add-main .add{
	
	width:31%;
	
}

.add-main .labe{
	
	margin-left:10px;
	
}

.footer11 {
	
	padding-top:40px;
	padding-bottom:30px;
	
}

/* .add-main .add:nth-child(2){
	
	
	width:34%;
}

.add-main .add:last-child{
	
	
	width:32%;
} */


.add-inner1{
	
	padding-top:20px;
	clear:Both;
	
}


.ft-bottom{
	
	text-align:center;
	
}

.f-link{
	
	color:#fff;
	margin-left:10px;
	
	
}

.f-link i{
	
	color:#fff;
	font-size:18px !important;
	
	
}

/* =============================================================================
   Non-semantic helper classes
   ========================================================================== */

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }


.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

.invisible { visibility: hidden; }

.clearfix:before, .clearfix:after { content: ""; display: block;  clear: both;  visibility: hidden;  line-height: 0;  height: 0; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
