@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	color: #2E2E2E;
	font-weight: 400;
	line-height: 20px;
}

.container {
    width: 1304px;
    max-width: 1304px;
    padding: 0 50px;
}

#footer {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 30px;
	background-color: #0C0C0C;
}

#footer h5 {
    margin: 0 0 20px 0;
    font-size: 17px;
    color: #ffffff;
    font-weight: 700;
    line-height: 22px;
}

#footer h6 {
    margin: 0 0 20px 0;
    font-size: 17px;
    color: #B6B6B6;
    font-weight: 400;
    line-height: 22px;
}

#footer .ftr-newsletter {
	float: left;
	width: 100%;
}

#footer .ftr-newsletter h4 {
	margin: 0 0 25px 0;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 26px;
	font-weight: 700;
	letter-spacing: -0.0125em;
}

#footer .ftr-newsletter .subscribe-form {
	display: inline-flex;	
	width: 100%;
	grid-column-gap: 15px;
	align-items: center;
}
#footer .ftr-newsletter .subscribe-form .form-group {
	max-width: 318px;
    width: 100%;
	margin-bottom: 0;
}
#footer .ftr-newsletter .subscribe-form .form-group .form-control {
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 7px;
    background: #1B1B1B;
    color: #B6B6B6;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 20px;
    outline: none;
    padding: 8px 15px;
    height: 40px;
	box-shadow: none;
}
#footer .ftr-newsletter .subscribe-form .form-group .form-control:placeholder {
	color: #B6B6B6;
}
#footer .ftr-newsletter .subscribe-form .form-group.btn-group {
	max-width: 200px;
}
#footer .ftr-newsletter .subscribe-form .form-group .submit-btn {
	width: 100%;
	background-color: #359BD7;
    padding: 10px 42px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    border: none;
    outline: none;
    box-shadow: unset;
    border-radius: 5px;
	transition: all .3s;
}
/*#footer .ftr-newsletter .subscribe-form .form-group .submit-btn:hover {
	background-color: #ffffff;
	color: #359BD7;
}*/
#footer .ftr-menu-wrap {
	float: left;
	width: 100%;
	padding: 50px 0;
}
#footer .ftr-menu-wrap .ftr-menu-item {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: space-between;
} 
#footer .ftr-menu {
	display: flex;
	flex-direction: column;
}
#footer .ftr-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#footer .ftr-menu ul li {
    padding: 0 0 20px 0;
}
#footer .ftr-menu ul li:last-child {
	padding-bottom: 0;
}
#footer .ftr-menu ul li a {
	display: inline-block;
	font-size: 16px;
	color: #B6B6B6;
	font-weight: 400;
	line-height: 22px;
	text-decoration: none;
	transition: all 0.3s;
}

#footer .ftr-menu ul li a:hover {
	color: #3f97f6;
}
#footer .ftr-info {
	float: left;
	width: 100%;
	padding: 25px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
}
#footer .ftr-info .ftr-logo {
	float: left;
	width: 100%;
}
#footer .ftr-info .ftr-logo img {
	max-width: 143px;
	width: 100%;
	height: auto;
}
#footer .ftr-info .ftr-social {
	display: flex;
	gap: 20px;
	justify-content: flex-end;
	align-items: center;
}
#footer .ftr-info .ftr-social h6 {
	margin: 0;
}
#footer .ftr-info .ftr-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
}
#footer .ftr-info .ftr-social ul li {
	display: flex;
	padding: 0 20px 0 0;
}
#footer .ftr-info .ftr-social ul li:last-child {
	padding: 0 ;
}
#footer .ftr-info .ftr-social ul li a {
	display: flex;
	width: 55px;
	height: 55px;
	border: 1px solid rgb(255 255 255 / 6%);
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}
#footer .ftr-info .ftr-social ul li a img {
	width: 25px;
	height: 25px;
}
#footer .ftr-info .ftr-social ul li a:hover img {
	filter: invert(61%) sepia(80%) saturate(3710%) hue-rotate(190deg) brightness(99%) contrast(95%);
}

#footer .ftr-copyright {
    float: left;
    width: 100%;
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}
#footer .ftr-copyright .copyright-text {
	float: left;
	width: 100%;
}
#footer .ftr-copyright .copyright-text p {
	margin: 0;
	font-size: 16px;
	color: #B6B6B6;
	font-weight: 400;
	line-height: 22px;
}
#footer .ftr-copyright .copyright-text p strong {
	color: #3f97f6;
	font-weight: 700
}

#footer .ftr-copyright .copyright-link {
	float: left;
	width: 100%;
	text-align: right;
}
#footer .ftr-copyright .copyright-link ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#footer .ftr-copyright .copyright-link ul li {
	display: inline-block;
}
#footer .ftr-copyright .copyright-link ul li a {
	position: relative;
	padding: 0 15px 0 0;
	display: inline-block;
	font-size: 16px;
	color: #B6B6B6;
	font-weight: 400;
	line-height: 22px;
	text-decoration: none;
	transition: all 0.3s;
}
#footer .ftr-copyright .copyright-link ul li:last-child a {
    padding: 0;
}
#footer .ftr-copyright .copyright-link ul li a:after {
	position: absolute;
	content: '|';
	right: 0;
	line-height: normal;
	top: 40%;
	transform: translateY(-50%);
}
#footer .ftr-copyright .copyright-link ul li:last-child a:after {
	content: none;
}
#footer .ftr-copyright .copyright-link ul li a:hover {
	color: #3f97f6;	
}

#footer .ftr-content {
    float: left;
    width: 100%;
    padding: 25px 0 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

#footer .ftr-content p {
	margin: 0;
	font-size: 16px;
	color: #B6B6B6;
	font-weight: 400;
	line-height: 27px;
}