/* Base CSS */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
.alignleft {
	float: left;
	margin-right: 15px;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.aligncenter {
	display: block;
	margin: 0 auto 15px;
}

a:focus {
	outline: 0 solid
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

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

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px;
	color: #FFF;
	font-family: 'Bebas Neue', cursive;

}

body {
	color: #737fc7;
	font-weight: 400;
	font-family: 'Nunito Sans', sans-serif;
	line-height: 25px;
}

@font-face {
	font-family: 'Nexa';
	src: url('../fonts/NexaBold.woff2') format('woff2'), url('../fonts/NexaBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

.selector-for-some-widget {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

a:hover {
	text-decoration: none
}

button:focus {
	outline: 0;
	outline: 5px auto -webkit-focus-ring-color;
}

input:focus {
	outline: 0;
	outline: 5px auto -webkit-focus-ring-color;
}

textarea:focus {
	outline: 0;
	outline: 5px auto -webkit-focus-ring-color;
}

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

.container {
	max-width: 1200px;
	margin: auto;
}

/* Header area css Start */

.header__area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	padding: 12px 0;
}

.scroll-btn {
	display: none;
}

.header__site__menubar {
	float: right;
	margin-right: 14px;
}

.header__site__menubar i {
	background: #E4632C;
	width: 43px;
	height: 43px;
	display: inline-block;
	line-height: 43px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
}

.header__site__menubar a {
	display: block;
	padding: 39px 0;
}

.header__logo a img {
	max-width: 110px;
}

/* Header area css End */

.header__area.scroll-header {
	position: fixed;
	background: #dcdcdb;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

.header__area.scroll-header .header__site__menubar i {
	background: #515151;
}

.header__logo {
	position: relative;
}

.crust-black-logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 110px;
	opacity: 0;
	visibility: hidden;
}

.header__area.scroll-header .crust-black-logo {
	opacity: 1;
	visibility: visible;
}

/* Hero area css Start */

.hero__area.min__hight {
	min-height: 903px;
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hero__blk h2 {
	font-size: 75px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 4px;
	line-height: 76px;
}
.hero__blk h1 {
	font-size: 75px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 4px;
	line-height: 76px;
}

.hero__blk p {
	font-size: 21px;
	color: #fff;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 24px;
}

.owl-dots {
	display: none;
}

.hero__btn a {
	background: #E4632C;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	border-radius: 40px;
	font-weight: 400;
	font-size: 23px;
	font-family: 'Bebas Neue', cursive;
	height: 60px;
	padding: 0 40px;
	line-height: 64px;
	transition: .3s;
}

.hero__btn a:hover {
	background: #1a1a1a;
}

/* Hero area css End */

/* inner Hero area css Start */

.inner__hero__area {
	min-height: 550px !important;
}

.inner__hero__blk {
	height: 480px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.hero__inner__title {
	margin-bottom: 20px !important;
}

/* inner Hero area css End */

/* list area css start */

.list__area {
	padding: 110px 0;
}

.list__title__wrap {
	position: relative;
}

.list__title h2 {
	font-size: 70px;
	font-weight: 400;
	color: #000000;
	margin-bottom: 20px;
}

.list__wrapper {
	background: #FBFBFB;
	padding: 38px 40px;
	border: 1px solid #D46B3C;
	border-radius: 15px;
}

.single__list__blk {
	height: 100%;
	padding-bottom: 40px;
}

.single__list__blk.border__blk {
	border-left: 2px solid #080808;
	padding-left: 90px;
}

.list__title h2 span {
	color: #D46B3C;
}

.list__title {
	background: #fff;
	position: relative;
	z-index: 10;
	display: inline-block;
}

.list__title__wrap::before {
	position: absolute;
	width: 100%;
	border: 2px solid #A8A8A8;
	content: "";
	left: 0;
	bottom: 40px;
	z-index: 5;
}

.single__list__content h4 {
	font-size: 36px;
	font-weight: 400;
	color: #000000;
	margin-bottom: 30px;
}

.single__list__item ul li i {
	color: #D46B3C;
	margin-right: 15px;
}

.single__list__item ul li {
	font-size: 24px;
	font-weight: 600;
	color: #000;
	margin-bottom: 50px;
}

.single__list__item ul li i {
	color: #D46B3C;
	margin-right: 15px;
}

/* list area css End */

/* cost table area start */

.cost__table__area {
	padding-bottom: 125px;
}

.cost__table .table thead tr th {
	padding: 30px 0;
	background: #D46B3C;
	font-size: 36px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	padding-left: 38px;
	border: 1px solid #AA5630;
}

.cost__table .table tbody tr td {
	font-size: 24px;
	padding: 25px 0;
	padding-left: 38px;
	border: 1px solid #DDD8D5;
}

.cost__table .table tbody {
	background: #FFF9F6;
}

.cost__table .table {
	border: 2.3px solid #D46B3C;
	border-radius: 15px !important;
}

.cost__table__title h3 {
	font-size: 67px;
	font-weight: 400;
	color: #231F20;
	line-height: 72px;
	margin-bottom: 17px;
}

.cost__table__title h3 span {
	color: #E4632C;
}

.table_main {
	background: #FFF9F6;
	border: 1px solid #D46B3C;
	border-radius: 10px;
}

.cost__table__area table th {
	background: #D46B3C;
	font-size: 36px;
	color: #fff;
	font-family: 'Bebas Neue', cursive;
	font-weight: 400;
	padding: 30px 17px;
	border-right: 1px solid #D7D2D0;
}

.cost__table__area table td {
	font-size: 24px;
	padding: 23px 18px;
	border-right: 1px solid #D7D2D0;
	border-bottom: 1px solid #D7D2D0;
}

.border-right-0 {
	border-right: 0 !important;
}

.last_total td {
	font-size: 40px !important;
	color: #000;
	font-family: 'Bebas Neue', cursive;
	font-weight: 400;
	padding: 30px 0 !important;
	padding-left: 90px !important;
}

.frist {
	border-top-left-radius: 9px;
}

.last {
	border-top-right-radius: 9px;
}

.bot__left {
	border-bottom-left-radius: 9px;
}

.bot__right {
	border-bottom-left-radius: 9px;
}

.table_main .table {
	margin-bottom: 0;
}

/* cost table area end */

/* Services area css Start */

.services__area {
	padding-top: 20px;
	padding-bottom: 40px;
}

.services__content__blk h3 {
	font-size: 67px;
	font-weight: 400;
	color: #231F20;
	line-height: 72px;
	margin-bottom: 24px;
}

.services__content__blk h3 span {
	color: #E4632C;
}

.services__content__blk p {
	font-size: 20px;
	color: #231F20;
	font-weight: 400;
	line-height: 29px;
	padding-right: 62px;
	margin-bottom: 29px;
}

.services__content__blk {
	margin-left: 20px;
}

.common-btn {
	background: #E4632C;
	padding: 0 41px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Bebas Neue', cursive;
	border-radius: 30px;
	height: 60px;
	line-height: 62px;
	font-size: 23px;
	transition: .3s;
}

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

.common-btn:hover {
	background: #131313;
}

.services__block {
	margin-bottom: 140px;
}

.services__area .services__block:last-child {
	margin-bottom: 55px;
}

/* Services area css End */

/* video area css Start */

.video__area {
	padding-bottom: 140px;
}

.video__blk {
	width: 100%;
	height: 357px;
}

.video__blk img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.section__title h3 {
	font-size: 68px;
	font-weight: 400;
	color: #231F20;
	margin-bottom: 28px;
}

/* video area css End */

/* call to action area css start */

.common-btn.call__btn {
	background: #fff !important;
	color: #000;
}

.call__to__action__content h2 {
	font-size: 50px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 10px;
}

.call__to__action__content p {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 30px;
}

.call__to__action__area {
	background: #e3642c;
	padding: 75px 0;
}

.sevice__para p {
	padding: 0;
	font-size: 24px !important;
	line-height: 32px;
	padding-right: 35px;
}

.service__blk__title h2 {
	font-size: 67px;
	font-weight: 400;
	color: #231F20;
	line-height: 72px;
	margin-bottom: 17px;
}

.service__blk__title h2 span {
	color: #E4632C;
}

/* call to action area css end */

/* Slider area css Start */

.slider__area {
	padding: 100px 0;
	background: #231F20;
	border-bottom: 1px solid #403D3E;
}

.slider__area .section__title h3 {
	color: #fff;
}

.slide__thumb {
	height: 336px;
	width: 100%;
	margin-bottom: 20px;
}

.slide__thumb img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 16px;
}

.slide__content p {
	font-size: 21px;
	color: #fff;
	line-height: 31px;
	margin-bottom: 14px;
	font-weight: 400;
	position: relative;
	text-transform: capitalize;
}

.slide__content p::before {
	position: absolute;
	width: 39px;
	height: 3px;
	content: "";
	top: 15px;
	left: -49px;
	background: #E4632C;
	border-radius: 6px;
}

.slide__content {
	margin-left: 50px;
}

.slide__content span {
	font-size: 20px;
	color: #E4632C;
	font-weight: 400;
	display: block;
	margin-bottom: 28px;
}

.slider__active .owl-nav button {
	border: 1px solid #fff !important;
	width: 45px;
	height: 45px;
	color: #fff !important;
	font-size: 17px !important;
	border-radius: 50%;
	margin-right: 15px;
	-webkit-transition: .3s;
	transition: .3s;
}

.slider__active .owl-nav button:hover {
	color: #E4632C !important;
	border-color: #E4632C !important;
}

.slider__active .owl-nav button:last-child {
	margin-right: 0px;
}

.slider__active .owl-nav {
	position: absolute;
	top: -100px;
	right: 0;
}

/* Slider area css End */

/* FAQ area css Start */

.faq__area {
	background: #fff;
	padding: 100px 0;
}

.accordion-body p {
	margin-bottom: 25px;
}

.read--more {
	color: #000;
	text-decoration: none;
	font-weight: 600;
	display: inline-block;
}

/* FAQ area css end */

/* Growth area css start */

.location__map {
	text-align: center;
	padding: 0 72px;
	margin-bottom: 85px;
}

.single__location__item__thumb {
	max-width: 325px;
	margin: 0 auto;
	margin-bottom: 44px;
}

.single__location__item p {
	font-size: 29px;
	color: #000;
	text-align: center;
	line-height: 1.2;
	font-weight: 400;
	font-family: 'Bebas Neue', cursive;
}

.single__location__item {
	text-align: center;
	margin-top: 72px;
}

/* Growth area css end */

/* Step area css start */

.steps__area {
	padding: 120px 0;
}

.step__icon {
	width: 163px;
	height: 124px;
	background: #E4632C;
	border-radius: 0 0 20px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -113px;
	position: relative;
	margin-left: 89px;
	margin-bottom: 42px;
	z-index: 2;
}

.step__icon::after {
	position: absolute;
	left: -47px;
	height: 50px;
	width: 48px;
	background-color: #A43607;
	content: '';
	top: 0px;
	z-index: -1;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.step__icon::before {
	position: absolute;
	right: -47px;
	height: 50px;
	width: 48px;
	background-color: #A43607;
	content: '';
	top: 0px;
	z-index: -1;
	clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.single__step__item {
	background: #fff;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
	border-radius: 42px;
	padding: 63px 49px;
	position: relative;
}

.step__content h4 {
	font-size: 36px;
	color: #000;
	line-height: 1.1;
	margin-bottom: 24px;
}

.step__content p {
	font-size: 20px;
	color: #231F20;
	line-height: 1.4;
	margin: 0;
}

.single__step__item::before {
	background: #333333;
	position: absolute;
	right: -12px;
	width: 250px;
	height: calc(100% + 21px);
	content: '';
	top: -11px;
	z-index: -1;
	border-radius: 0 51px 51px 0;
}

.single__step__row:nth-child(even) .row {
	justify-content: flex-end;
}

.single__step__row:nth-child(odd) .col-sm-6 {
	padding-right: 50px;
}

.single__step__row:nth-child(even) .col-sm-6 {
	padding-left: 50px;
	padding-right: 0;
}

.single__step__row:nth-child(even) .step__icon {
	margin-left: auto;
	margin-right: 87px;
}

.single__step__row:nth-child(even) .single__step__item::before {
	left: -12px;
	right: auto;
	border-radius: 51px 0 0 51px;
}

.single__step__item::after {
	position: absolute;
	right: -39px;
	top: 51%;
	transform: translateY(-50%);
	background: #333333;
	width: 38px;
	height: 48px;
	content: '';
	clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.single__step__row:nth-child(even) .single__step__item::after {
	clip-path: polygon(100% 0, 100% 100%, 0 50%);
	left: -38px;
	right: auto;
}

.steps__area .container::before {
	position: absolute;
	left: 3px;
	right: 0;
	margin: 0 auto;
	width: 10px;
	height: 97%;
	background: #C4C4C4;
	content: '';
	z-index: 2;
	top: 25px;
}

.steps__area .container {
	position: relative;
}

/* Step area css end */

/* Team  css start */

.has--padding {
	padding: 100px 0;
}

.has--line--height {
	line-height: 1.8 !important;
}

.common-btn span img {
	position: relative;
	left: 8px;
	max-width: 25px;
}

.read--less--btn {
	font-size: 30px;
	color: #231F20;
	font-weight: 400;
	line-height: 1.1;
	display: flex;
	align-items: center;
	margin-bottom: 32px;
	transition: .3s;
	font-family: 'Bebas Neue', cursive;
	text-decoration: none;
}

.read--less--btn span {
	color: #C4C4C4;
	margin-left: 20px;
	position: relative;
	top: -4px;
}

.more__content__wrapper {
	background: #FFFFFF;
	box-shadow: 0px 4px 150px rgba(0, 0, 0, 0.06);
	border-radius: 30px;
	padding: 55px 67px;
}

.more__blk {
	padding: 40px;
	padding-top: 4px;
}

.more__blk b {
	font-size: 23px;
	color: #231F20;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 10px;
	display: block;
}

.profile__wrap {
	margin-top: 55px;
}

.single__pro__img {
	margin-top: 40px;
	margin-right: 45px;
	text-align: center;
}

.single__pro__img span {
	display: flex;
	margin-bottom: 20px;
	min-height: 280px;
	align-items: center;
	justify-content: center;
}

.single__pro__img h4 {
	font-size: 30px;
	color: #000;
	line-height: 1.2;
	margin: 0;
}

.read__more__wrapper {
	display: none;
}

.services__block.show--more a.common-btn {
	display: none;
}

.services__block.show--more .read__more__wrapper {
	margin-top: 0;
	display: block;
}.services__thumb {
	margin-bottom: 30px;
}

.feature__blk {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 80px;
}

.feature__item {
	width: 264px;
	height: 264px;
	border-radius: 200px;
	text-align: center;
	position: relative;
	padding: 16px;
	margin-bottom: 70px;
	background: url(../img/round.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	margin-right: 30px;
	padding-bottom: 13px;
	transition: .3s;
	cursor: pointer;
}

.feature__item::after {
	background-color: #E4632C;
	position: absolute;
	right: 0;
	top: -1px;
	z-index: 0;
	height: 101.6%;
	width: 50%;
	content: '';
	transition: .3s;
	border-radius: 0 200px 200px 0;
}

.feature__item:last-child::before {
	display: none;
}

.feature__item::before {
	background-color: #E4632C;
	position: absolute;
	right: -28px;
	top: 48%;
	z-index: 0;
	height: 56px;
	width: 45px;
	content: '';
	transform: translateY(-50%);
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	transition: .3s;
}

.feature__item:hover .feature__item__inner, .feature__item.active .feature__item__inner {
	background: #E4632C;
}

.feature__item:hover .feature__item__inner__content, .feature__item.active .feature__item__inner__content {
	opacity: 1;
	visibility: visible;
}

.feature__item:hover::after, .feature__item:hover::before, .feature__item.active::before, .feature__item.active::after {
	background: #FEEBE3;
}

.feature__item__inner {
	background: #FFFFFF;
	box-shadow: 0px 4px 130px rgba(0, 0, 0, 0.2);
	border-radius: 200px;
	height: 100%;
	width: 100%;
	position: relative;
	transition: .3s;
	z-index: 2;
}

.feature__item__inner h2 {
	font-size: 180px;
	position: absolute;
	top: 46%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-50%);
	color: #EAEAEA;
	line-height: 1px;
}

.feature__item__inner__content {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	z-index: 3;
	transform: translate(-50%, -50%);
	border-radius: 200px;
	padding: 38px 25px;
	transition: .3s;
	background: #E4632C;
	color: #fff;
	opacity: 0;
	visibility: hidden;
}

.feature__item__inner h4 {
	font-size: 41px;
	color: #231F20;
	font-weight: 400;
	line-height: 1.03;
	position: relative;
	z-index: 1;
	padding-top: 105px;
}

/* Team  css end */

/* Contact area css Start */

.contact__area .section__title h3 {
	color: #fff;
}

.title__section h3 {
	margin: 0;
}

.title__section h3 span {
	color: #D46B3C;
}

.title__section p {
	font-size: 29.5px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 29.5px;
}

.contact__area {
	background: #231F20;
	padding-top: 94px;
	padding-bottom: 78px;
}

.single__input lable {
	font-size: 23px;
	color: #fff;
	display: block;
	font-family: 'Bebas Neue', cursive;
	font-weight: 400;
	margin-bottom: 11px;
}

.contact__block {
	max-width: 1014px;
	margin: 0 auto;
}

.single__input input {
	width: 100%;
	height: 60px;
	border: 0;
	background: #fff;
	border-radius: 10px;
	padding: 0 30px;
	font-size: 21px;
	color: #231F20;
	font-weight: 400;
}

.contact__message__box textarea {
	width: 100%;
	color: #231F20;
	font-size: 21px;
	padding: 16px;
	font-weight: 400;
	border: 0;
	height: 186px;
	border-radius: 10px;
}

.single__input {
	margin-bottom: 42px;
}

.contact__message__box lable {
	font-size: 23px;
	color: #fff;
	display: block;
	font-family: 'Bebas Neue', cursive;
	font-weight: 400;
	margin-bottom: 11px;
}

.contact__button button {
	background: #E4632C;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	border-radius: 40px;
	font-weight: 400;
	font-size: 21px;
	font-family: 'Bebas Neue', cursive;
	height: 60px;
	padding: 0 40px;
	line-height: 64px;
	border: 0;
}

.contact__button {
	text-align: center;
}

.contact__message__box {
	margin-bottom: 51px;
}

/* Contact area css End */

/* Action area css Start */

.action__area {
	background: #453E39;
	padding: 60px 0;
}

.action__content h3 {
	font-size: 67px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0px;
}

.action__blk__btn {
	text-align: right;
}

/* Action area css End */

/* Footer area css Start */

.footer__area {
	background: #231F20;
	padding: 76px 0;
	padding-bottom: 30px;
}

.footer__copy-right {
	text-align: center;
	margin-top: 100px;
	padding-top: 40px;
	border-top: 1px solid #403D3E;
}

.footer__widget h4 {
	font-size: 21px;
	color: #fff;
	font-weight: 400;
	margin: 0;
}

.footer__widget {
	margin-bottom: 10px;
}

.footer__list ul li a {
	font-size: 17px;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	display: block;
	margin-bottom: 12px;
	-webkit-transition: .3s;
	transition: .3s;
}

.footer__list ul li a:hover {
	color: #E4632C;
	text-decoration: underline;
	margin-left: 4px;
}

.footer__copy-right p {
	font-size: 21px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 15px;
}

.footer__social a {
	color: #fff;
	margin: 0 6px;
	transition: .3s;
}

.footer__social a:hover {
	color: #e4632c;
}

.footer__wrap.footer__pd {
	margin-left: 80px;
}

/* Footer area css End */

.off-canvas-menu-wrap {
	position: fixed;
	background: #333;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	padding-top: 20px;
	text-align: center;
	-webkit-transition: .4s;
	transition: .4s;
	left: auto;
	z-index: 999;
	top: -100%;
}

.off-canvas-menu-wrap ul li a {
	font-size: 26px;
	color: #fff;
	font-weight: 400;
	font-family: 'Bebas Neue', cursive;
	text-decoration: none;
	display: block;
	-webkit-transition: .4s;
	transition: .4s;
}

.off-canvas-menu li a:hover {
	color: #E4632C;
}

.off-canvas-menu-wrap ul li {
	padding: 14px 0;
}

.canva__logo a img {
	max-width: 80px;
}

.active .off-canvas-menu-wrap {
	top: 0;
}

.menu-close {
	position: absolute;
	left: 18px;
	color: #fff;
	font-size: 28px;
	cursor: pointer;
}

.menu-open {
	cursor: pointer;
}

.canva__social a {
	color: #fff;
	font-size: 26px;
	margin: 0 7px;
}

.off-canvas-menu {
	margin-bottom: 10px;
}

.canva__logo a img {
	max-width: 85px;
	margin-bottom: 12px;
}

.order-onlıne {
	color: #d65e29 !important;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes shake {
	0%, 100% {
		-webkit-transform: translateX(0)
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translateX(-10px)
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translateX(10px)
	}
}

@keyframes shake {
	0%, 100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px)
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

.call__to__action__area {
	position: relative;
	z-index: 1;
}

.call__to__action__area::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/orange-bg.png);
	content: "";
	z-index: -1;
}