.footer-inner {
	padding:50px 0 50px;
	overflow:hidden;
}
.main-footer {
	position:relative;
	background:#325096;
	overflow:hidden;
	z-index:6;
}
.sub-footer {
	padding:18px 0;
	background:#253966;
}
.sub-footer .lang-wrap {
	top:0;
	background: rgba(255,255,255,0.11);
	border-radius:4px;
	margin-right:0;
}
.sub-footer .lang-wrap:hover  .lang-tooltip {
	top:-116px;
}
.sub-footer .copyright {
	color:#fff;
	text-align:left;
	font-weight:500;
	position:relative;
	top:16px;
	font-size:12px;
}
.subfooter-nav  {
	float:right;
	margin-right:30px;
	position:relative;
	top:12px;
}
.subfooter-nav:before {
    content: '';
    position: absolute;
    right: -22px;
    top: 50%;
    height: 10px;
    margin-top: -5px;
    width: 1px;
    background: rgba(255,255,255,0.31);
}
.subfooter-nav li {
	margin-left:15px;
}
.subfooter-nav li a {
    color: rgba(255,255,255,0.61);
    font-weight: 400;
    font-size: 12px;
}
.footer-social {
	margin-top:24px;
}
.footer-social span {
	margin-right:15px;
	color:#fff;
	font-size:12px;
	font-weight:600;
}
.footer-social ul , .footer-social li , .footer-social li a , .footer-social span , .footer-social , .subfooter-nav li , .sub-footer .copyright {
	float:left;
}
.footer-social li {
	margin-right: 10px;
}
.footer-social li a {
    font-size: 13px;
}
.footer-bg {
	position:absolute;
	left:0;
	width:500px;
	height:400px;
	bottom:-50px;
	z-index:1;
	opacity:0.25;
	background:url("../images/madurai.jpg") center no-repeat;
}
.footer-bg-pin  {
	position:absolute;
	width:6px;
	height:6px;
	border-radius:100%;
}
.footer-bg-pin:first-child {
	left:120px;
	top:200px
}
.footer-bg-pin:nth-child(2) {
	left:230px;
	top:200px
}
.footer-bg-pin:nth-child(3) {
	left:136px;
	top:300px
}
.footer-bg-pin:nth-child(4) {
	right:190px;
	top:220px
}
.footer-bg-pin:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:#fff;
	border-radius:100%;
	z-index:-1;
	opacity:0.4;
}
@keyframes pulse {
    100% {
		transform: scale(22.1);
		opacity:0;
    }
}
.footer-bg-pin-vis:before {
	animation: pulse 2.0s infinite ease-in-out;
}
.footer-header {
	border-bottom:1px solid rgba(255,255,255,0.1);
	padding:40px 0 30px;
}
.subscribe-header  {
	float:left;
	position:relative;
	top:6px;
	text-align:left;
}
.subscribe-header h3 i {
	padding-left:20px;
	font-weight:100;
}
.subscribe-header h3 {
	font-weight:600;
	position:relative;
	font-size:16px;
	color:#fff;
	padding-bottom:6px;
}
.subscribe-header p {
	color:rgba(255,255,255,0.6);
}
#subscribe .enteremail {
    background: #fff;
	height:50px;
	line-height:50px;
	border:none;
	padding:0 120px 0 25px;
	box-sizing:border-box;
	z-index:1;
	overflow:hidden;
	 border-radius:30px;
}
 #subscribe .enteremail::-webkit-input-placeholder   {
	color: #999;
	font-weight:500;
	font-size:13px;
}
#subscribe {
	float:left;
	width:100%;
	position:relative;
}
#subscribe-button {
	position:absolute;
	right:0;
	width:120px;
	height:50px;
	line-height:50px;
	top:0;
	cursor:pointer;
	border:none;
	z-index:2;
	font-size:22px;
	z-index:10;
	background:none;
}
#subscribe-button:hover i:before {
	content: "\f2b6";
}
#subscribe-button:before {
	content:'';
	position:absolute;
	width:1px;
	height:20px;
	background:#fff;
	left:0;
	top:50%;
	margin-top:-10px;
}
.subscribe-message {
	color:#fff;
	float:left;
	margin-top:10px;
	text-align:left;
	font-weight:500;
	line-height:19px;
}
.subscribe-message i {
	padding-right:6px;
}
.subscribe-message.valid i{
	color:#5ECFB1;
}
.subscribe-message.error i{
	color:#F00;
}
.footer-widget #subscribe-button i {
	padding-right:6px;
}
.footer-logo {
	float:left;
	margin-bottom:40px;
}
.footer-logo img {
	width:auto;
	height:30px;
}
.footer-wave , .section-wave {
	position:absolute;
	bottom:-160px;
	width: 100%;
	left:0;
	z-index:2;
	height:400px;
	opacity:0.06;
}
.footer-widget h3 {
	font-size:16px;
	float:left;
	text-align:left;
	width:100%;
	margin-bottom:26px;
	color:#fff;
	font-weight:600;
	border-bottom:1px solid rgba(255,255,255,0.11);
	padding-bottom:25px;
	position:relative;
}
.footer-widget h3:before {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:40px;
	height:1px;
}
.no-border {
	border:none !important;
}
.footer-list li{
    display: block;
    text-align: left;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
}
.footer-list li a {
    color: #fff;
}
.footer-list li:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f0da";
    position: absolute;
    left:0;
    top: 5px;
    font-size: 11px;
    transition: all 200ms linear;
	color: #4DB7FE;
}
.footer-list li:hover:before{
    left:4px;
}
.footer-link{
	float:left;
	color:#fff;
	font-weight:600;
	font-size:12px;
	position:relative;
	margin-top:18px;
}
.footer-link.twitter-link{
	margin-top:24px;
}
.footer-link i {
	margin-left:14px;
}
.footer-widget .down-btn {
	margin: 15px 0 0 0;
}
.footer-widget .footer-contacts-widget p {
	color:#fff;
	text-align: left;
	line-height:24px;
	margin-bottom:10px;
}
.footer-contacts {
	margin-top:15px;
}
.footer-contacts li {
	float:left;
	text-align:left;
	min-width:250px;
	padding:11px 15px;
	font-size:13px;
	font-weight:500;
	background: rgba(255,255,255,0.11);
	border-radius:30px;
	margin-bottom:12px;
}
.footer-contacts li  a , .footer-contacts li span {
	color:rgba(255,255,255,0.51);
}
.footer-contacts li  a {
	color:rgba(255,255,255,0.81);
	padding-left:4px;
}
.footer-contacts li i {
	padding-right:7px;
}
.footer-widget-posts    li {
	margin-bottom:30px;
}
.footer-widget-posts    li:last-child {
	margin-bottom:0;
}
.contact-btn {
    float: left;
    color: #fff;
    padding: 15px 35px;
    font-size: 12px;
    margin-top: 25px;
    font-weight: 600;
    border-radius:30px;
    position: relative;
}
.contact-btn i {
	margin-left:10px;
}
.footer-widget-posts  .widget-posts-img {
	float:left;
	width:25%;
}
.footer-widget-posts  .widget-posts-img img {
	border-radius:4px;
}
.footer-widget-posts   .widget-posts-descr{
	float:left;
	width:75%;
	padding-left:12px;
	text-align:left;
	position:relative;
}
.footer-widget-posts   .widget-posts-descr:before {
	content:'';
	position:absolute;
	bottom:-20px;
	left:12px;
	right:0;
	height:1px;
	border-bottom:1px   dotted rgba(255,255,255,0.21);
}
.footer-widget-posts   .widget-posts-descr a{
	font-size:13px;
	color: #fff;
	font-weight:600;
	padding-bottom:20px;
}
.footer-widget-posts   .widget-posts-descr a:hover {
	color:#fff;
}
.footer-widget-posts  .widget-posts-date  {
	float:left;
	width:100%;
	margin-top:10px;
	color: rgba(255,255,255,0.51);
	font-weight:600;
	font-size:11px;
}
.footer-widget-posts   .widget-posts-date i {

	padding-right:10px;
}
