/*!
Theme Name: Spike Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: spike-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Spike Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


* {
	box-sizing: border-box;
}

html,
body {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Rubik", serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	overflow-x: hidden;
	/* 	background-color: #F8F8F8; */
}

a {
	text-decoration: none;
	color: #FFFFFF;
	transition: 0.5s all;
}

a:hover {
	color: #cf2e2e;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Rubik", serif;
	margin: 0;
	font-weight: 500;
	line-height: 1.2;
	text-transform: capitalize;
}

h1 {
	font-size: 55px;
}

h2 {
	font-size: 50px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 28px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 18px;
}


.common-btn {
	display: inline-block;
	position: relative;
	font-family: "Rubik", serif;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	outline: none;
	border-radius: 50px;
	padding: 15px 30px;
	background-color: #000;
	color: #ffffff;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
	border: 1px solid transparent;
	z-index: 1;
	overflow: hidden;
}

.common-btn:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 1px solid #000;
	transition: 0.5s all;
	z-index: -1;
	border-radius: 660px;
	transform: translate(0, -50%);
}

.common-btn:hover:after {
	width: 100%;
	height: 100%;
}

.common-btn:hover {
	color: #cf2e2e;
}


img {
	max-width: 100%;
	display: block;
	height: auto;
}

.wrapper {
	width: 85%;
	margin: 0 auto;
	position: relative;
}

.wrapper.small {
	width: 74.548%;
}

section {
	padding: 100px 0;
		overflow: hidden;
	position: relative;
}


section.small-padding {
	padding: 70px 0;
}

section.pt-0 {
	padding-top: 0;
}

section.pb-0 {
	padding-bottom: 0;
}

section.p-0 {
	padding-top: 0;
	padding-bottom: 0;
}

p {
	margin: 0 0 20px 0;
}

p:last-child {
	margin: 0;
}

input,
textarea,
select {
	font-family: "Rubik", serif;
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	line-height: 1.8;
	padding: 0;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.heading-group,
.intro-description {
	margin-bottom: 30px;
}

.mb-50 {
	margin-bottom: 50px;
}

.whatsapp-link {
	background: #25d366;
	border-radius: 50%;
	bottom: 20px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 60px;
	z-index: 99;
	transition: 0.5s all;
	font-size: 30px;
}

.whatsapp-link:hover {
	background-color: #128C7E;
	color: #FFFFFF;
}
.whatsapp-button {
	background: #25d366;
	border-radius: 50%;
	bottom: 20px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	/* position: fixed; */
	/* right: 20px; */
	text-align: center;
	width: 100px;
	z-index: 99;
	transition: 0.5s all;
	font-size: 70px;
}

.whatsapp-button:hover {
	background-color: #128C7E;
	color: #FFFFFF;
}

/* HEADER */
.site-header {
	width: 100%;
	padding: 20px 0;
	background: #000;
}

.header-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site-branding {
    width: fit-content;
}
.site-branding img {
    max-width: 250px;
}

/* .site-branding {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}

.site-branding p {
	font-size: 14px;
	text-align: right;
	line-height: 1;
} */

/* .site-branding span {
	color: #cf2e2e;
} */

.header-right-main {
	display: flex;
	align-items: center;
}

ul.menu {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

ul.menu>li:not(:last-child) {
	margin-right: 50px;
}

ul.menu li {
	position: relative;
}

ul.menu>li>a {
	letter-spacing: 0.3px;
	position: relative;
	text-transform: uppercase;
}

ul.sub-menu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 2;
	background: #fff;
	transition: 0.5s all ease-in;
	transform: perspective(600px) rotateX(-90deg);
	overflow: visible;
	top: 35px;
	transform-origin: 0% 0%;
	left: 0;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .2);
	color: #000;
	min-width: 300px;
}

.menu>li:hover>ul.sub-menu {
	visibility: visible;
	opacity: 1;
	transition: transform .5s ease, opacity .2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
	transform: perspective(600px) rotateX(0deg);
	overflow: visible;
}

.menu>li>ul.sub-menu>li {
	display: block;
	position: relative;
	border: none;
	width: 100%;
}

.menu>li>ul.sub-menu>li>a {
	border-right: none;
}

.menu li ul.sub-menu li a {
	border: 1px solid #DDD;
	padding: 20px;
	display: block;
	width: 100%;
	color: #000;
}

.current-menu-parent>a,
.current-menu-item a {
	color: #cf2e2e !important;
}

ul.menu li a:hover,
.page-banner-row .bread-crumb a:hover {
	color: #cf2e2e;
	transition: 0.5s all;
}

.menu>li>ul.sub-menu>li:hover a {
	background: #cf2e2e;
	color: #fff;
}

.menu>.menu-item-has-children>a:after {
	font-family: 'fontAwesome';
	content: '\f107';
	font-weight: 700;
	position: relative;
	top: 2px;
	left: 3px;
}

.sticky {
	position: fixed !important;
	top: 0;
	left: 0;
	background-color: rgb(0 0 0 / 98%);
	width: 100%;
	z-index: 99;
	padding: 20px 0;
	transition: 0.5s all;
	animation: slideDown 0.55s ease-out;
	box-shadow: 0px 4px 20px 4px rgba(0, 0, 0, 0.2);
}

@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(0);
	}
}

/* Toggle MENU */
.toggle {
	display: none;
}

.bar {
	width: 34px;
	height: 3px;
	background-color: #A6A182;
	margin: 3px 0;
	display: inline-block;
	margin-left: auto;
	border-radius: 5px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	cursor: pointer;
	z-index: 99;
}

.bar:first-child {
	width: 24px;
}

.bar:last-child {
	width: 17px;
}

span.bar.animate.bar:nth-child(1) {
	transform: rotate(-45deg) translate(-5px, 6px);
}

span.bar.animate.bar:nth-child(2) {
	opacity: 0;
}

span.bar.animate.bar:nth-child(3) {
	transform: rotate(45deg) translate(-7px, -8px);
	width: 24px;
}

.toggle.active .bar {
	margin-right: 20px;
}

/* HERO BANNER */
.hero-banner .wrapper {
	width: 90%;
}

.hero-banner-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.banner-left {
	width: 55%;
}

.banner-right {
	width: 40%;
	color: #fff;
}

.banner-left ul {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}

.banner-left ul li {
	width: 50%;
	padding: 0 15px;
	margin: 15px 0;
}

.hero-banner-block {
	/* height: 100%; */
	position: relative;
	border: 1px solid #ccc;
	border-radius: 20px;
	overflow: hidden;
	transition: 0.5s all;
	background: #FFF;
}

.hero-banner-block a {
	position: absolute;
	inset: 0;
}

.hero-banner-block .main-heading {
	text-align: right;
	padding: 20px;
	color: #FFF;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.banner-image {
	position: relative;
	padding-top: 100%;
	margin-bottom: 10px;
	/* width: 100%; */
	/* height: 100%; */
}
.hero-banner-btn {
    line-height: 1;
}
section.hero-banner {
	background-color: transparent;
	background-image: linear-gradient(-45deg, #FF5E62 50%, #FEC983 100%);
}

.banner-image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px 20px 0px 0px;
	object-fit: cover;
	transition: 0.5s all;
	object-position: center;
	transform: scale(1.1);
}

.hero-banner-block:hover .banner-image img {
	transform: scale(1);
}

.banner-left ul li:nth-child(even) {
	margin-top: 50px;
	margin-bottom: 0;
}

.hero-banner-block:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%;
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
	transition: 0.5s all;
	z-index: 0;
}

.hero-banner-block:hover:after {
	background: rgb(134, 19, 19);
	background: linear-gradient(0deg, rgba(255, 94, 98, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

/* ABOUT US */
section.home-about {
	background: #f3f6fb;
}

.home-about-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/* align-items: center; */
}

.home-about-image {
	width: 50%;
	/* height: 100%; */
}
.home-about-image img {
    width: 100%;
    height: 100%;
}
.home-about-right {
	width: 50%;
	padding-right:10px;
}

.sub-heading span {
	color: #cf2e2e;
}

.home-about-right .intro-description {
	position: relative;
	padding-left: 25px;
	margin-bottom: 0;
}

.home-about-right .intro-description:after {
	position: absolute;
	content: '';
	left: 0;
	width: 5px;
	top: 0;
	bottom: 0;
	height: auto;
	background: linear-gradient(to bottom, #fd4682 0%, #fd4682 33.33%, #fde642 33.33%, #fde642 66.66%, #54b9fd 66.66%, #54b9fd 100%);
}

.home-about-button {
	margin-top: 50px;
}

/* SERVICES */
.service-slide {
	margin: 0 auto;
	/* Center align the container */
	display: flex;
	justify-content: space-between;
	width: 100%;
	/* Full width */
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}

.service-slide li {
	flex: 1;
	/* Each item takes equal space initially */
	/* Smooth resizing */
	height: 800px;
	transition: 0.5s all linear;
}

.service-slide li:hover {
	flex: 8;
	/* Takes 60% width on hover */
}

.service-slide li>div {
	border: 1px solid #d9d9d9;
	padding: 15px;
	height: 100%;
	display: flex;
	overflow: hidden;
	position: relative;
	align-items: end;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgb(0 0 0) 0%, rgba(255, 255, 255, 0) 70%);
}

.service-heading {
	text-align: center;
	text-transform:uppercase;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	color: #fff;
	font-weight: 400;
}

.service-block {
	display: flex;
	align-items: flex-end;
	position: relative;
	margin-top: auto;
	flex: 2;
}

.service-details {
	z-index: 1;
	background: transparent;
	color: #fff;
	border-radius: 8px;
	transition-delay: 0.5s;
	flex: 0;
	padding: 0 0 20px 20px;
	display: none;
	/* animation: up 0.8s ease-in-out; */
	/* transform: translateY(400px); */
}

.service-details.active {
	flex: 2;
	display: block;
	animation: up 0.8s ease-in-out;
}

.service-description {
	transition-delay: 1s;
	/* -webkit-transform: translateY(50px);
    transform: translateY(350px); */
	opacity: 0;
	width: 70%;
	margin: 0 0 10px;
}

.service-details.active a.common-btn {
	animation: up 2s ease-in-out;
/* 	transition-delay: 2s; */
}

.service-details.active .service-description {
	transition-delay: 0.5s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: 500ms cubic-bezier(0.7, 0, 0.3, 1);
	transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
	animation: up 1s cubic-bezier(0.38, 0.29, 0.81, 0.82);
	transition-duration: 2s;
}

@keyframes up {
	0% {
		-webkit-transform: translateY(50px);
		transform: translateY(350px);
	}

	100% {
		-webkit-transform: translateY(00px);
		transform: translateY(0px);
	}
}

.service-image {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	inset: 0;
	z-index: -1;
}

.service-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease-in-out;
}



/* animation */
.animate1 {
	opacity: 0;
}

.slick-active .animate1 {
	animation: entry 1s;
	animation-delay: 0.5s;
	animation-fill-mode: forwards;
}

@keyframes entry {
	0% {
		transform: translatey(100px);
		opacity: 0;
	}

	100% {
		transform: translatey(0);
		opacity: 1;
	}
}

/* 
.slider-for .service-heading {
	margin-bottom: 15px;
}
 */
/* TESTIMONIAL */
.testimonial-row {
	position: relative;
	padding: 100px 50px;
	border-radius: 50px;
	background: #fea879;
	height: 100%;
}

.client-list .slick-list {
	overflow: unset;
	display: flex;
	height: 100%;
}

.client-inner {
	padding: 20px 20px 50px;
	background: #fff;
	height: 100%;
	border-radius: 30px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
	position: relative;
}

.client-list .slick-slide {
	padding: 0 20px;
	height: 100%;
}

.client-list .slick-slide>div {
	height: 100%;
}

.client-list .slick-track {
	height: auto;
	display: flex;
}

.client-main {
	height: 100%;
}

.client-image {
	display: flex;
	width: 90px;
	height: 90px;
	border-radius: 100px;
	margin: auto;
	margin-bottom: 15px;
}

.client-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	border-radius: 100px;
}

.client-content {
	text-align: center;
	margin-bottom: 30px;
}

.client-inner:after {
	/* content: " \f10e"; */
	font-family: 'FontAwesome';
	position: absolute;
	bottom: -6%;
	right: 10%;
	font-size: 50px;
	color: red;
	line-height: 1;
}

.client-detail {
	width: 90%;
	margin: auto;
}

/* portfolio */
.portfolio-row .heading-group {
	margin-bottom: 10px;
}

.portfolio-row .intro-description {
	margin-bottom: 0;
}


/* SLIDER */
.portfolio-wrap {
	position: relative;
}

.slider-for.slick-slider {
	max-width: 50%;
	margin: auto;
	margin-top: 70px;
}

.portfolio-list .slick-list {
	overflow: unset;
	display: flex;
}

.portfolio-list .portfolio-inner {
	position: relative;
	/* background: red; */
	/* padding: 20px; */
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: 1;
	/* background-color: transparent; */
	/* background-image: linear-gradient(45deg, #FF5E62 0%, #FEC983 100%); */
}

.portfolio-list .portfolio-block {
	padding: 0 5px;
	height: 100%;
}

.slider-for .slick-track {
	height: auto;
	display: flex;
}

.slider-for .slick-slide {
	height: 100%;
}

.slider-for .slick-slide>div {
	height: 100%;
}

/* SLIDE NAV */
.portfolio-nav {
	max-width: 21%;
	width: 100%;
	position: absolute;
	top: 50%;
	left: -9%;
	transform: translate(0, -50%);
	display: none;
}

.slider-nav {
	width: 100%;
	overflow: hidden;
	padding: 20px 0 0;
}

.slick-vertical .slick-slide {
	width: 100% !important;
}

.slider-nav .portfolio-image {
	max-width: 70px;
	height: 60px;
	border: 1px solid #EBEBEB;
	background: #fff;
}

.slider-nav .portfolio-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.slider-nav .portfolio-block {
	padding: 10px;
	display: flex !important;
	align-items: center;
	background: #adacac;
}

.slider-nav .slick-slide.slick-current .portfolio-block {
	background: rgb(0 0 0 / 70%);
}

.slider-nav .slick-slide.slick-current.portfolio-image {
	border: 2px solid #196DB6;
}

.slider-nav .portfolio-content {
	margin-left: 20px;
}

.slider-nav .portfolio-content .portfolio-heading {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}

.slider-for .portfolio-image {
	/* position: relative; */
	/* padding-top: 100%; */
}

.slider-for .portfolio-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	/* position: absolute; */
	/* inset: 0; */
}

.slider-for .portfolio-content {
	position: absolute;
	bottom: 0;
	padding: 50px;
	color: #fff;
	z-index: 1;
	transition: 0.5s all;
	display: none;
}

.slider-for .portfolio-inner:after {
	content: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%;
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
	transition: 0.5s all;
	z-index: 0;
	visibility: hidden;
	opacity: 0;
}

.slick-slide.slick-current.slick-active.slick-center :after {
	visibility: visible;
	opacity: 1;
	transition: 0.5s all;
}

/* animation */
.animate1 {
	opacity: 0;
}

.slick-active .animate1 {
	animation: entry 1s;
	animation-delay: 0.5s;
	animation-fill-mode: forwards;
}

@keyframes entry {
	0% {
		transform: translatey(100px);
		opacity: 0;
	}

	100% {
		transform: translatey(0);
		opacity: 1;
	}
}

.slider-for .portfolio-heading {
	margin-bottom: 15px;
}

/* PARTNERS */
ul.partners-slide {
	display: flex;
	position: relative;
	animation: marquee 30s linear infinite;
}

ul.partners-slide li {
	flex: 0 0 auto;
	cursor: pointer;
	display: flex;
	align-items: center;
	margin: 0 30px;
}


ul.partners-slide:hover {
	animation-play-state: paused;
}

ul.partners-slide li:hover {
	animation-play-state: paused;
}

ul.partners-slide li img {
	width: 100%;
	max-width: 200px;
	transition: 0.3s ease-in all;
	aspect-ratio: 1.1 / 1;
	object-fit: contain;
	padding: 10px;
	background: #ddd;
	border-radius: 10px;
}

@keyframes marquee {
	0% {
		left: 0;
	}

	100% {
		left: -100%;
	}
}

/* FAQ's */
.faq:before {
	/* background: linear-gradient(-45deg, #FEC983 50%, #FF5E62 100%); */
	/* content: ""; */
	/* position: absolute; */
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
}

.faq:after {
	/* content: ""; */
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: #fff;
	z-index: -1;
}

.faq-row {
	display: flex;
	flex-wrap: wrap;
	align-items: normal;
}

.faq-left {
	width: 50%;
}

.faq-left img {
	width: 100%;
	height: 100%;
}

.faq-right {
	width: 50%;
	padding: 30px;
	padding-right:0;
}

.accordian-part {
	box-shadow: 0 0 0 2px #ff5e62;
	border-radius: 3px;
	overflow: hidden;
	transition: all 0.3s linear 0s;
	background: linear-gradient(-45deg, #FF5E62 50%, #FEC983 100%);
}

.accordian-part:not(:last-child) {
	margin-bottom: 20px;
}

.accordion.active {
	color: #fff;
	background: transparent;
}

.accordion {
	padding: 20px;
	position: relative;
	display: flex;
	justify-content: space-between;
	background: #fff;
}

.accordion-content {
	padding:0 20px 20px;
	color: #fff;
}
.accordion-content p{
	position:relative;
		display:inline-flex;
}
.accordion-content p:before{
	content:" \f068";
	font-family:'fontAwesome';
	margin-right:10px;
}

.accordion:after {
	content: " \f107";
	font-family: 'FontAwesome';
	margin-left: 10px;
}

.accordion.active:after {
	content: " \f106";
	font-family: 'FontAwesome';
	transition: 0.5s all;
}
.accordion-content ul {
    list-style: disc;
    margin-left: 20px;
}
/* CTA */
.cta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px;
    background: #000;
    color: #fff;
    position: relative;
    border-radius:30px;
}

.cta-box {
    width: 85%;
}

.cta-box:last-child {
    width: fit-content;
}

.cta-box .heading {
    font-size: 40px;
}
.cta-box .heading-group {
    margin-bottom: 0;
}
/* FOOTER */
.footer-block .site-branding {
    width: fit-content;
    margin: auto;
    margin-bottom: 50px;
}

.footer-block {width: fit-content;margin: auto;color: #000;}

.footer-block a {
    color: #000;
}

.footer-block a:hover {
    color: #cf2e2e;
}

.footer-block ul.menu {
    justify-content: center;
}

.footer-heading {
    margin-bottom: 30px;
}
.footer-row {
    text-align: center;
}

.footer-top {
    padding: 50px 0 50px 0;
    background: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 0 30px 50px -20px #000;
}

.comapny-info p {display: inline-block;}

.comapny-info i {
    margin-right: 10px;
    margin-top: 5px;
}

.comapny-info:not(:last-child) {
    margin-bottom: 20px;
}
ul.social-media-icon {
    display: inline-flex;
}

ul.social-media-icon li a {
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.footer-block ul li:not(:last-child) {margin-right: 30px;}

ul.social-media-icon li a:after {
    content: "";
    position: absolute;
    left: -100%;
    top: -100%;
    background: linear-gradient(-45deg, #FEC983 50%, #FF5E62 100%);
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 0.5s all;
    border-radius: 15px;
}

ul.social-media-icon li a:hover:after {
    top: 0;
    left: 0;
}

ul.social-media-icon li a:hover {
    color: #fff;
    border: 1px solid transparent;
}
.copyright {
    padding: 70px 0 50px;
    color: #fff;
}

.footer-block ul {
    display: flex;
}

.footer-block .social-info ul li {
    margin-bottom: 0;
}

.footer-block:not(:last-child) {
    margin-bottom: 30px;
}
footer.site-footer {
    padding: 100px 0 0;
    background: #cf2e2e;
}
.faq-image {
    position: sticky;
    top: 100px;
    position: -webkit-sticky;
}

.faq {
    overflow: unset;
 }
/* 404 */
.error-font {
    font-size: 150px;
    color: #bf0004;
    text-shadow: 1px 1px 1px #a50006, 2px 2px 1px #a50006, 3px 3px 1px #a50006, 4px 4px 1px #a50006, 5px 5px 1px #a50006, 6px 6px 1px #a50006, 7px 7px 1px #a50006, 8px 8px 1px #a50006, 25px 25px 8px rgba(0, 0, 0, 0.2);
}