.site-footer,
.site-footer__wrap {
	position: relative;
	z-index: 1;
	display: block
}

.footer-widget__contact-text,
.footer-widget__title,
.site-footer__newsletter-title {
	font-weight: 600;
	color: var(--crank-white)
}

.site-footer-four__btn-box .thm-btn:hover,
.site-footer__newsletter-form .thm-btn:hover {
	color: var(--crank-black)
}

.site-footer__wrap {
	max-width: 1560px;
	width: 100%;
	margin: 0 auto;
	padding: 80px 15px 0;
	background-color: #232323;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	overflow: hidden
}

.site-footer__shape-1,
.site-footer__shape-2 {
	position: absolute;
	filter: blur(182px);
	transform: rotate(-90deg);
	z-index: -1;
	opacity: .5
}

.site-footer__shape-1 {
	top: 342px;
	left: -800px;
	width: 1404px;
	height: 741px;
	background: red
}

.site-footer__shape-2 {
	bottom: -665px;
	left: 0;
	width: 861px;
	height: 693px;
	background: #063fff
}

.footer-widget__contact-list,
.footer-widget__contact-list li,
.site-footer__newsletter {
	position: relative;
	display: block
}

.site-footer-three,
.site-footer__newsletter-inner {
	position: relative;
	display: block;
	z-index: 1
}

.site-footer__newsletter-img {
	position: absolute;
	bottom: 0;
	right: 100px;
	animation: 4s ease-in-out infinite leftRight;
	z-index: 3
}

.site-footer__newsletter-img img {
	width: auto
}

.site-footer__newsletter-inner-content {
	position: relative;
	display: block;
	border: 1px solid rgba(255, 255, 255, .2);
	filter: drop-shadow(0px 0px 60px rgba(0, 0, 0, .05));
	border-radius: 30px;
	padding: 68px 80px 60px;
	overflow: hidden;
	z-index: 1
}

.site-footer__newsletter-shape-1 {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 65%;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	opacity: .5;
	z-index: -1
}

.site-footer__newsletter-title {
	font-size: 45px;
	line-height: 55px;
	margin-bottom: 38px
}

.site-footer__newsletter-form {
	position: relative;
	display: flex;
	align-items: center;
	max-width: 606px;
	width: 100%;
	gap: 10px
}

.site-footer__newsletter-input {
	position: relative;
	display: block;
	max-width: 405px;
	width: 100%
}

.site-footer__newsletter-input input[type=email] {
	font-size: 16px;
	color: var(--crank-white);
	font-weight: 400;
	height: 60px;
	width: 100%;
	background: rgba(var(--crank-white-rgb), .2);
	border: none;
	border-radius: 30px;
	outline: 0;
	padding: 0 30px
}

.footer-widget__social a:after,
.footer-widget__social a:hover,
.site-footer__newsletter-form .thm-btn::after {
	background-color: var(--crank-white)
}

.site-footer__newsletter-form .thm-btn {
	border: none
}

.site-footer__top-inner {
	position: relative;
	display: block;
	padding: 88px 0 90px
}

.footer-widget__about {
	position: relative;
	display: block;
	margin-top: 3px;
	margin-right: -10px
}

.footer-widget__about-logo {
	position: relative;
	display: inline-block
}

.footer-widget__contact-info {
	position: relative;
	display: block;
	margin-top: 31px
}

.footer-widget__contact-list li+li {
	margin-top: 22px
}

.footer-widget__contact-icon-box {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 14px
}

.footer-widget__contact-icon-box span {
	font-size: 16px;
	color: var(--crank-white)
}

.footer-widget__contact-icon-box p {
	color: var(--crank-white)
}

.footer-widget__contact-text {
	font-size: 18px;
	font-family: var(--crank-font-two)
}

.footer-widget__contact-text a {
	color: var(--crank-white)
}

.footer-widget__contact-text a:hover {
	color: var(--crank-base)
}

@media only screen and (max-width:600px) {
	.footer-widget__services {
		margin-left: 0 !important
	}

	.footer-widget__page-link {
		position: relative;
		display: block;
		margin-left: 0 !important
	}
}

.footer-widget__page-link {
	position: relative;
	display: block;
	margin-left: 88px
}

.footer-widget__title {
	position: relative;
	display: inline-block;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 34px;
	text-transform: capitalize
}

.footer-widget__page-link-list,
.footer-widget__page-link-list li,
.footer-widget__post,
.footer-widget__post-content,
.footer-widget__post-img,
.footer-widget__post-list,
.footer-widget__services,
.site-footer__bottom {
	display: block;
	position: relative
}

.footer-widget__page-link-list li+li {
	margin-top: 15px
}

.footer-widget__page-link-list li a {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px
}

.footer-widget__page-link-list li a p {
	font-size: 16px;
	color: rgba(var(--crank-white-rgb), .8);
	-webkit-transition: .5s;
	transition: .5s
}

.footer-widget__page-link-list li:hover a p {
	color: rgba(var(--crank-base-rgb), 1)
}

.footer-widget__page-link-list li a span {
	font-size: 16px;
	color: var(--crank-base)
}

.footer-widget__post {
	margin-left: 60px
}

.footer-widget__post-list {
	padding-top: 5px
}

.footer-widget__post-list li {
	position: relative;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(var(--crank-white-rgb), .2);
	margin-bottom: 25px;
	padding-bottom: 25px
}

.footer-widget__post-list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0
}

.footer-widget__post-img {
	max-width: 90px;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	z-index: 1
}

.footer-widget__post-img::after {
	background: rgba(var(--crank-black-rgb), .2);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	opacity: 1;
	z-index: 1;
	pointer-events: none
}

.footer-widget__post-list li:hover .footer-widget__post-img::after {
	height: 100%;
	opacity: 0;
	transition: .6s linear
}

.footer-widget__post-img img {
	width: 100%;
	border-radius: 10px;
	transition: 1s ease-in-out
}

.footer-widget__post-list li:hover .footer-widget__post-img img {
	transform: scale(1.1)
}

.footer-widget__post-content {
	margin-left: 20px
}

.footer-widget__post-content p {
	color: var(--crank-white);
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px
}

.footer-widget__post-content h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	margin-top: 13px
}

.footer-widget__post-content h4 a {
	color: var(--crank-white);
	-webkit-transition: .5s;
	transition: .5s
}

.footer-widget__post-content h4 a:hover {
	color: var(--crank-base)
}

.footer-widget__services {
	margin-left: 108px
}

.site-footer__bottom-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0
}

.site-footer__bottom-inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	opacity: .2;
	background: var(--crank-white)
}

.site-footer__bottom-menu-box,
.site-footer__copyright {
	position: relative;
	display: block
}

.site-footer__copyright-text {
	color: rgba(var(--crank-white-rgb), 1)
}

.site-footer__copyright-text a {
	color: var(--crank-base);
	text-transform: capitalize
}

.footer-widget__social a,
.site-footer__bottom-menu li a,
.site-footer__copyright-text a:hover {
	color: var(--crank-white)
}

.site-footer__bottom-menu {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px
}

.site-footer-three__left,
.site-footer-three__newsletter-input,
.site-footer-three__top,
.site-footer__bottom-menu li {
	position: relative;
	display: block
}

.site-footer__bottom-menu li a:hover {
	color: var(--crank-base)
}

.site-footer-two .site-footer__wrap {
	background-color: var(--crank-black);
	padding: 30px 15px 0
}

.site-footer-two__shape-1 {
	position: absolute;
	top: -500px;
	left: -700px;
	width: 1404px;
	height: 741px;
	background: #063fff;
	filter: blur(182px);
	opacity: .5;
	z-index: -1
}

.site-footer-two__shape-2 {
	position: absolute;
	bottom: -455px;
	left: -564px;
	width: 861px;
	height: 693px;
	background: red;
	filter: blur(182px);
	opacity: .5;
	z-index: -1
}

.footer-widget__social-box {
	position: relative;
	display: block;
	margin-left: 150px
}

.footer-widget__social-text {
	color: var(--crank-white);
	margin-bottom: 28px
}

.footer-widget__social {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px
}

.footer-widget__social a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	background-color: #232323;
	border-radius: 50%;
	font-size: 15px;
	overflow: hidden;
	z-index: 1
}

.footer-widget__social a:hover {
	color: var(--crank-base)
}

.footer-widget__social a:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	-webkit-transition: .4s ease-in-out .1s;
	transition: .4s ease-in-out .1s;
	opacity: 1;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	z-index: -1
}

.footer-widget__social a:hover:after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.site-footer-three__wrap {
	position: relative;
	display: block;
	max-width: 1530px;
	width: 100%;
	margin: 0 auto;
	padding: 84px 0 0;
	background-color: var(--crank-black);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	overflow: hidden;
	z-index: 1
}

.site-footer-three__shape-1 {
	position: absolute;
	top: -600px;
	left: -475px;
	width: 1404px;
	height: 741px;
	background: red;
	filter: blur(182px);
	opacity: .5;
	z-index: -1
}

.site-footer-three__shape-2 {
	position: absolute;
	bottom: -500px;
	left: -575px;
	width: 861px;
	height: 693px;
	background: #063fff;
	filter: blur(182px);
	opacity: .5;
	z-index: -1
}

.site-footer-three__top-inner {
	position: relative;
	display: block;
	padding: 0 0 40px
}

.site-footer-three__title {
	font-size: 72px;
	color: var(--crank-white);
	line-height: 84px;
	font-weight: 600;
	letter-spacing: -.02em;
	margin-bottom: 32px
}

.site-footer-three__newsletter-form {
	position: relative;
	display: block;
	max-width: 410px;
	width: 100%
}

.site-footer-three__newsletter-input input[type=email] {
	font-size: 16px;
	color: var(--crank-white);
	font-weight: 400;
	height: 60px;
	width: 100%;
	background: rgba(var(--crank-gray-rgb), 1);
	border: none;
	border-radius: 30px;
	outline: 0;
	padding: 0 70px 0 30px
}

.site-footer-three__menu li a:hover,
.site-footer-three__social a:hover {
	color: var(--crank-base)
}

.site-footer-four__btn-box .thm-btn:after,
.site-footer-three__social a:after,
.site-footer-three__social a:hover {
	background-color: var(--crank-white)
}

.site-footer-three__newsletter-btn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: transparent;
	border: none;
	font-size: 16px;
	color: var(--crank-base);
	padding: 0;
	width: 66px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center
}

.site-footer-three__right {
	position: relative;
	display: block;
	margin-top: 10px
}

.site-footer-three__menu {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 25px
}

.site-footer-four__contact-time,
.site-footer-three__img-box,
.site-footer-three__menu li {
	position: relative;
	display: block
}

.site-footer-three__menu li a {
	font-size: 15px;
	font-weight: 600;
	color: var(--crank-white)
}

.site-footer-three__social {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px
}

.site-footer-three__social a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	background-color: #232323;
	border-radius: 50%;
	font-size: 15px;
	color: var(--crank-white);
	overflow: hidden;
	z-index: 1
}

.site-footer-three__img>img,
.site-footer-three__road>img {
	width: auto
}

.site-footer-three__social a:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	-webkit-transition: .4s ease-in-out .1s;
	transition: .4s ease-in-out .1s;
	opacity: 1;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	z-index: -1
}

.site-footer-three__social a:hover:after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.site-footer-three__road {
	position: relative;
	display: block;
	margin-top: -42px;
	margin-left: 151px
}

.site-footer-three__img {
	position: absolute;
	bottom: -45px;
	right: 243px;
	animation: 4s ease-in-out infinite leftRight
}

.site-footer-four .site-footer__wrap {
	padding: 0 15px
}

.site-footer-four__contact-box {
	position: relative;
	display: block;
	background-color: #232323;
	padding: 30px;
	text-align: center;
	border-radius: 20px;
	margin-left: 60px;
	margin-top: 2px
}

.site-footer-four__contact-title {
	font-size: 24px;
	color: var(--crank-white);
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 31px
}

.site-footer-four__contact-time li {
	position: relative;
	display: block;
	color: var(--crank-white)
}

.site-footer-four__contact-time li+li {
	margin-top: 16px
}

.site-footer-four__btn-box {
	position: relative;
	display: block;
	margin-top: 28px
}

.site-footer-four .footer-widget__social-box {
	margin-left: 100px
}