.ftrwtlezaro {
	 background: #fbfbfd;
}
.ftrwtlezaro h3 {
	font-size: 1.2rem;
	font-weight: 600;
	padding-bottom: 1rem;
}
.ftrwtlezaro .menu-item a {
	text-decoration: none;
}
 .ftrwtlezaro__top {
	 padding: 60px 0px 270px;
	 position: relative;
	 overflow-x: hidden;
}
 .ftrwtlezaro__top .footer_bg {
	 position: absolute;
	 bottom: 0;
	 width: 100%;
	 height: 266px;
}
 .ftrwtlezaro__top .footer_bg .footer_bg_one {
	 width: 330px;
	 height: 105px;
	 background-size: 100% !important;
	 position: absolute;
	 bottom: 0;
	 left: 30%;
	 -webkit-animation: myfirst 22s linear infinite;
	 animation: myfirst 22s linear infinite;
}
 .ftrwtlezaro__top .footer_bg .footer_bg_two {
	 width: 88px;
	 height: 100px;
	 background-size: 100% !important;
	 bottom: 0;
	 left: 38%;
	 position: absolute;
	 -webkit-animation: myfirst 30s linear infinite;
	 animation: myfirst 30s linear infinite;
}
 .ftrwtlezaro__bottom {
	 padding-top: 5px;
	 padding-bottom: 50px;
}
 .ftrwtlezaro h5, .ftrwtlezaro__heading {
	 margin-bottom: 30px;
	 color: #263b5e;
	 font-size: 18px;
	 font-weight: 600;
}
 .ftrwtlezaro__social-heading {
	 margin-bottom: 30px;
	 color: #263b5e;
	 font-size: 18px;
	 font-weight: 600;
}
 .ftrwtlezaro__social-list {
	 color: #fff;
}
 .ftrwtlezaro__social-list a {
	 width: 44px;
	 height: 44px;
	 line-height: 43px;
	 background: transparent;
	 border: 1px solid #e2e2eb;
	 font-size: 24px;
	 border-radius: 50%;
	 color: #858da8;
	 display: inline-block;
	 text-align: center;
	 -webkit-transition: all 0.2s linear;
	 -o-transition: all 0.2s linear;
	 transition: all 0.2s linear;
}
 .ftrwtlezaro__social-list a:hover {
	 background: #5e2ced;
	 border-color: #5e2ced;
	 color: white;
}
 .ftrwtlezaro__list li {
	 margin-bottom: 11px;
}
 .ftrwtlezaro__list li:last-child {
	 margin-bottom: 0px;
}
 .ftrwtlezaro__list li a {
	 color: #6a7695;
}
 .ftrwtlezaro__list li a:hover {
	 color: #5e2ced;
}
 .ftrwtlezaro a:hover, .ftrwtlezaro a:focus, .ftrwtlezaro .btn:hover, .ftrwtlezaro .btn:focus, .ftrwtlezaro button:hover, .ftrwtlezaro button:focus {
	 text-decoration: none;
	 outline: none;
}
 .ftrwtlezaro h1, .ftrwtlezaro h2, .ftrwtlezaro h3, .ftrwtlezaro h4, .ftrwtlezaro h5, .ftrwtlezaro h6 {
	 color: #4b505e;
}
 .footer_bottom {
	 font-size: 14px;
	 font-weight: 300;
	 line-height: 20px;
	 color: #7f88a6;
	 padding: 27px 0px;
}
 @-moz-keyframes myfirst {
	 0% {
		 left: -25%;
	}
	 100% {
		 left: 100%;
	}
}
 @-webkit-keyframes myfirst {
	 0% {
		 left: -25%;
	}
	 100% {
		 left: 100%;
	}
}
 @keyframes myfirst {
	 0% {
		 left: -25%;
	}
	 100% {
		 left: 100%;
	}
}