
 .footer {
	 background: #000;
}
 .footer .footer_top {
	 padding-top: 145px;
	 padding-bottom: 129px;
}
 @media (max-width: 767px) {
	 .footer .footer_top {
		 padding-top: 60px;
		 padding-bottom: 30px;
	}
}
 @media (max-width: 767px) {
	 .footer .footer_top .footer_widget {
		 margin-bottom: 30px;
	}
}
 @media (min-width: 768px) and (max-width: 991px) {
	 .footer .footer_top .footer_widget {
		 margin-bottom: 30px;
	}
}
 .footer .footer_top .footer_widget .footer_title {
	 font-size: 22px;
	 font-weight: 400;
	 color: #fff;
	 text-transform: capitalize;
	 margin-bottom: 40px;
}
 @media (max-width: 767px) {
	 .footer .footer_top .footer_widget .footer_title {
		 margin-bottom: 20px;
	}
}
 .footer .footer_top .footer_widget p.footer_text {
	 font-size: 16px;
	 color: #bababa;
	 margin-bottom: 23px;
	 font-weight: 400;
	 line-height: 28px;
}
 .footer .footer_top .footer_widget ul li a {
	 font-size: 16px;
	 color: #bababa;
	 line-height: 42px;
}
 .footer .footer_top .footer_widget ul li a:hover {
	 color: #009dff;
}
 .footer .footer_top .footer_widget .newsletter_form {
	 position: relative;
	 margin-bottom: 20px;
}
 .footer .footer_top .footer_widget .newsletter_form input {
	 width: 100%;
	 height: 45px;
	 background: #fff;
	 padding-left: 20px;
	 font-size: 16px;
	 color: #000;
	 border: none;
}
 .footer .footer_top .footer_widget .newsletter_form input::placeholder {
	 font-size: 16px;
	 color: #919191;
}
 .footer .footer_top .footer_widget .newsletter_form button {
	 position: absolute;
	 top: 0;
	 right: 0;
	 height: 100%;
	 border: none;
	 font-size: 14px;
	 color: #fff;
	 background: #009dff;
	 padding: 10px;
	 padding: 0 22px;
	 cursor: pointer;
}
 .footer .footer_top .footer_widget .newsletter_text {
	 font-size: 16px;
	 color: #bababa;
}
 .footer .copy-right_text {
	 padding-bottom: 30px;
}
 .footer .copy-right_text .footer_border {
	 border-top: 1px solid rgba(255, 255, 255, 0.2);
	 padding-bottom: 30px;
}
 .footer .copy-right_text .copy_right {
	 font-size: 16px;
	 color: #919191;
	 margin-bottom: 0;
	 font-weight: 400;
}
 @media (max-width: 767px) {
	 .footer .copy-right_text .copy_right {
		 font-size: 14px;
	}
}
 .footer .copy-right_text .copy_right a {
	 color: #009dff;
}
 .footer .copy-right_text .socail_links {
	 text-align: right;
}
 @media (max-width: 767px) {
	 .footer .copy-right_text .socail_links {
		 text-align: center;
		 margin-top: 30px;
	}
}
 .footer .copy-right_text .socail_links ul li {
	 display: inline-block;
}
 .footer .copy-right_text .socail_links ul li a {
	 color: #a8a7a0;
	 margin: 0 10px;
	 font-size: 15px;
}
 .footer .copy-right_text .socail_links ul li a:hover {
	 color: #fff;
}
 