.powtext {
	text-align:right;
}

.width90div_footer{
	width:75%;
	margin: 0 auto;
}


 .borderdiv {
        padding: 20px 0 ;
        border-top: 1px solid #fff;
        margin-top: 20px;
    }

.footerspacing {
	padding: 80px 0 0px 0;
	/*background: #62B742;
	opacity: 0.7*/
}

.footer_bg {
   
    background: url(../images/home/footer-bg.jpg);
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
}
.footer_20 {
	font-size: 20px;
	
}
.footer_titlepadding{
	padding-bottom: 20px ;
}
.footer_ul li {
	padding-bottom: 8px;
	font-size: 18px;
}

.form_items{
    border-bottom: 1px solid #d2d3d5;
    margin-bottom: 1px;
    margin-bottom:  10px;
}
.img_lable {
	position: absolute;
	left: 0;
	bottom: 0;
}
.form-group{
	margin-bottom: 0;
}
.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    color: #fff;
    position: relative;
}
.form-control:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.5;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.5;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.5;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.5;
}


.form_items input::placeholder {
    color: #fff;
}



.formbutton {
    border-radius: 0;
    padding: 5px 25px;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    border: 1px solid #2B2A28;
    color: #0099cc;
    color: #fff;
    background-color: #2B2A28;
    margin: 0;
    border-radius: 50px;
    margin-top: 20px;
}

.btn-danger:focus{
	border-radius: 0;
    padding: 5px 25px;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    border: 1px solid #2B2A28;
    color: #0099cc;
    color: #fff;
    background-color: #2B2A28;
    margin: 0;
    border-radius: 50px;
    margin-top: 20px;
    outline: -webkit-focus-ring-color auto 0px;
    outline-offset:0px;

}
.btn-danger:hover, .open>.dropdown-toggle.btn-danger {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.iframe iframe {
	border-radius:10px ;
	height: 200px;

}
.footermap {
    width: 100%;
    margin: 0 auto;
    padding-left: 80px;
}

.footer_social_icon li {
	display: inline-block;
	margin-right: 3px ;
}
.footer_social_icon {
	float: right;
	padding-top: 30px;
}

.footer_address_div {
    padding-top: 30px;
    padding-left: 0px;
}


.mr0{
	margin-bottom: 0;
}
.spanwidth30{
	width:20%;
	float: left;
}
.spanwidth70::before{
	content: ':';
}
.spanwidth70{
	width: 80%;
	float: right;
}

.main_outdiv_footer {
	padding-top:80px;
}
.footer_font-16 {
	font-size: 16px;
}


.footer_wrapper a {
    position: relative;
}
/*
.footer_ul li a {
	border-bottom:  1px solid #fff;
	width: 0;
}*/
/*.footer_ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    height: 1px;
    width: 0;
    transition: all ease 0.4s;
}

.footer_ul li a:hover:after {
    width: 100%;
}*/


@media only screen and (max-width:1680px) {
	.footermap {
	    padding-left: 30px;
	}
}
@media only screen and (max-width:1440px) {
	.width90div_footer {
	    width: 85%;
	    margin: 0 auto;
	}

}
@media only screen and (max-width:1366px) {
	.footer_font-16 {
    	font-size: 15px;
	}

	.footer_logo img {
		width: 80%;
	}
}
@media only screen and (max-width:1366px) {
	.footermap{
		padding-left: 10px
	}
}
@media only screen and (max-width:1280px) {
	.width90div_footer{
		width: 90%;
	}
}
@media only screen and (max-width:1152px) {
	.footer_address_div{
		padding-left: 0;
	}
	.width90div_footer{
		width: 97%;
	}
}
@media only screen and (max-width:1024px) {
	.footermap {
    	padding-left: 0;
	}
	.footermap {
    	padding-left: 0;
	}
	.spanwidth30 {
	    width: 30%;
	    float:left;
	}
	.spanwidth70 {
	    width: 70%;
	    float: right;
	}
	.width90div_footer{
		width: 99%;
	}





}
@media only screen and (max-width:991px) {
	.clearfixsm991{
		clear: both;
	}
	.linkdivcomon {
		padding-top: 30px;
	}
	.mainupdown {
	    -ms-box-orient: horizontal;
	    display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -moz-flex;
	    display: -webkit-flex;
	    display: flex !important;
	    -webkit-flex-flow: row wrap;
	    flex-flow: row wrap;
  	}
	.order-1{
		order:1;
	}
	.order-2{
		order:2;
	}
	.order-3{
		order:3;
	}
	.order-4{
		order:4;
	}
	.main_outdiv_footer {
    	padding-top: 0;
	}
	.footer_logo img {
    	width: 30%;
	}
	.footerspacing{
		padding:30px 0 0 0; 
	}


}




@media only screen and (max-width:767px){

	.borderdiv p{
		text-align: center;
	}

	.footer_address_div {
    	/*padding-left: 15px;*/
	}
	.footer_leftdiv{
		padding-top: 25px ;
	}
	.footer_social_icon {
	    float: right;
	    padding-top: 30px;
	    width: 100%;
	    text-align: center;
	}
	.footermap {
	    padding-left: 0;
	    padding-top: 30px;
	}
	.footer_logo img {
	    width: 40%;
	    margin: 0 auto;
	    display: block;
	}





}