@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;700&display=swap');

body {
	font-family: 'Plus Jakarta Sans', sans-serif;
	background-color: #fff;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}

p {
	font-family: inherit;
	font-size: 18px;
	line-height: 30px;
	color: inherit;
}
p a {
	text-decoration: none;
	color: inherit;
}

p a:hover {
	text-decoration: underline;
	color: #000000;
}

ul li,
ol li {
	font-size: 20px;
	line-height: 30px;
	color: #3A3A3A;
}

ul li a,
ol li a {
	text-decoration: none;
	color: inherit;
}

ul li a:hover,
ol li a:hover {
	text-decoration: underline;
	color: #000000;
}

.btn:focus {
	box-shadow: none;
}


h1 {
	font-family: 'DmitryRastvortsevKyivTypeSansBold3';
	font-size: 70px;
	line-height: 100px;
	color: #000000;
}

h2 {
	font-family: 'DmitryRastvortsevKyivTypeSansBold3';
	font-size: 60px;
	line-height: 100px;
	color: #000000;
}

h3 {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 40px;
	line-height: 50px;
	color: #FFFFFF;
}

h4 {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 35px;
	line-height: 50px;
	color: #FFFFFF;
}

h5 {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 20px;
	line-height: 34px;
	color: #FFFFFF;
}

h6 {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #FAAA3D;
}

img.align-left,

img.alignleft {

	float: left;

	margin: 20px 20px 20px 0;

}

img.align-right,

img.alignright {

	float: right;

	margin: 20px 0 20px 20px;

}

img.align-none,

img.align-center,

img.aligncenter {

	float: none;

	display: block;

	margin: 20px auto;

}


/*common class*/
.main-title {
	font-family: 'DmitryRastvortsevKyivTypeSansBold3';
	font-style: normal;
	font-weight: 700;
	font-size: 70px;
	line-height: 100px;
	color: #000000;
}

.main-title * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

.main-detail {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 34px;
	color: #FFFFFF;
}

.main-detail * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

.small-heading {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	color: #FAAA3D;
	position: relative;
	padding-left: 40px;
	display: inline-block;
}

.small-heading * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

.small-heading::before {
	content: " ";
	position: absolute;
	top: 15px;
	left: 0;
	width: 37px;
	height: 1px;
	background-color:  #FAAA3D;
}

.block-title {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 40px;
	line-height: 50px;
	color: #FFFFFF;
}

.block-title * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

/*common class*/

.max-width-1690 {
	max-width: 1690px;
	width: 100%;
}

/*colors*/

.text-fff {
	color: #FFFFFF;
}

.bg-fff {
	background-color: #FFFFFF;
}

.text-999999 {
	color: #999999;
}

.bg-999999 {
	background-color: #999999;
}

.text-4D4D4D {
	color: #4D4D4D;
}

.bg-4D4D4D {
	background-color: #4D4D4D;
}

.text-FAAA3D {
	color: #FAAA3D;
}

.bg-FAAA3D {
	background-color: #FAAA3D;
}

.f-weight-700 {
	font-weight: 700;
}

/*colors*/

/*buttons*/

.btn {
	font-size: 20px;
	line-height: 34px;
	font-weight: 500;
	border: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.btn-color-arrow {
	color:#FFFFFF;
	background-color: #4D4D4D;
	position: relative;
    padding: 8px 62px 8px 18px;
	z-index: 9;
}

.btn-color-arrow:hover {
	color: #000;
	background-color: #FAAA3D;
}

.btn-color-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    z-index: 1;
    background-image: url("../images/arrow-right.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 9px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.btn-color-arrow::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0px;
	width: 54px;
	height: 100%;
	z-index: -1;
	background-color: #FAAA3D;
	clip-path: -webkit-polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
	border-radius: 0px 6px 6px 0px;
	-webkit-border-radius: 0px 6px 6px 0px;
	-moz-border-radius: 0px 6px 6px 0px;
	-ms-border-radius: 0px 6px 6px 0px;
	-o-border-radius: 0px 6px 6px 0px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.btn-color-arrow:hover::after {
	width: 100%;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

/*buttons*/

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

.header {
    background-color: #ffff;
    padding: 20px 0;
    position: fixed;
    transition: 0.8s;
    -webkit-transition: 0.1s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
}

.header.header-sticky {
	position: fixed;
	background-color: #4D4D4D;
	width: 100%;
	padding: 15px 0;
	z-index: 9999;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-o-transition: 0.8s;
}

.header.header-sticky .navbar .navbar-nav .nav-item .nav-link  {
	color: #fff;
}

.header.header-sticky .navbar-brand-sticky {
    display: block!important;
    width: 230px;
    position: relative;
    top: 0;
    left: 200px;
}

.header-sticky .contact-btn .btn-color-arrow{
	background-color: #fff;
	color: #4D4D4D;
}
	
.navbar .navbar-brand {
	padding: 0;
	position: absolute;
	top: 17px;
	z-index: 99;
	left: 233px;
	transform: translate(0px, 0%);
	-webkit-transform: translate(0px, 0%);
	-moz-transform: translate(0px, 0%);
	-ms-transform: translate(0px, 0%);
	-o-transform: translate(0px, 0%);
}

.navbar {
	padding: 0;
}

.navbar .navbar-nav {
	margin-left: auto;
}

.navbar .navbar-nav .nav-item {
	margin: 0 35px;
}

.navbar .navbar-nav .nav-item:first-child {
	margin-left: 0;
}

/* .navbar .navbar-nav .nav-item:last-child {
	margin-right: 100px;
} */

.navbar .navbar-nav .nav-item .nav-link {
	font-size: 20px;
	line-height: 30px;
	color: #757575;
	font-weight: 300;
	padding: 0;
}

.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-item .nav-link:hover {
	color: #000000;
	text-decoration: none;
	font-weight: 700;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.navbar-toggler {
	width: 30px;
	height: 30px;
	padding: 0;
	box-shadow: none !important;
}

.navbar-toggler .hamburger {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
}

.navbar-toggler .hamburger span {
	width: 100%;
	height: 3px;
	background-color: #F7F6F7;
	margin-bottom: 5px;
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.navbar-toggler .hamburger span:first-child {
	top: 8px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.navbar-toggler .hamburger span:nth-child(2) {
  	opacity: 0;
}

.navbar-toggler .hamburger span:last-child {
	margin: 0;
	top: -8px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.navbar-toggler.collapsed .hamburger span {
	opacity: 1 !important;
	top: auto !important;
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
}

.navbar-collapse{
	z-index: 1;
}
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/*banner start*/

/* .navbar-brand {
	position: relative;
    top: -210px;
}

.banner-wrp {
	position: relative;
}

.banner-main {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}

.banner-content {
	position: relative;
    z-index: 999;
    max-width: 530px;
    width: 100%;
    background-color: rgba(77, 77, 77,0.7);
    padding: 256px 20px 279px 30px;
    height: 100%;
    top: -95px;
} */

.navbar-brand {
    position: relative;
    top: -100px;
}

.banner-main {
	position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 139px 20px 0 15px;
    overflow: hidden;
}

.banner-content {
    position: relative;
    z-index: 999;
    max-width: 530px;
    padding: 0 20px 0 30px;
}

.banner-content::after {
    content: "";
    background-color: rgba(77, 77, 77,0.7);
    position: absolute;
    left: 0;
    right: 0;
    top: -260px;
    bottom: 0;
    max-width: 530px;
    height: 6000px;
    width: 100%;
    z-index: -1;
}

/* .banner-wrp.header-sticky .banner-main {
	top: 0;
} */

.banner-wrp {
	position: relative;
}

.banner-content .main-detail {
	padding-bottom: 30px;
}

.banner-content .main-title {
	font-size: 60px;
	line-height: 100px;
	padding-bottom: 10px;
}

.banner-content .small-heading::before {
	background-color: #fff;
}

.banner-image img {
	width: 100%;
}

.social-icon {
    position: absolute;
    right: 80px;
    bottom: 20px;
    display: flex;
	z-index: 1;
}

.social-link {
	position: relative;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	color: #4D4D4D;
	text-decoration: none;
}

.social-link:hover {
	color: #000000;
}

.social-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: -36px;
    width: 30px;
    height: 30px;
    background-image: url("../images/instgram.svg");
    background-repeat: no-repeat;
    background-size: 60% 60%;
    background-position: center;
    background-color: #FAAA3D;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.scroll-section {
	position: absolute;
    left: 29px;
    bottom: 133px;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    display: flex;
    align-items: center;
    z-index: 9;
}

.scroll-section .scroll-link {
	position: relative;
	font-family: 'Plus Jakarta Sans',sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	text-decoration: none;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.scroll-section .scroll-link:after {
    content: "";
    position: absolute;
    height: 124px;
    width: 1px;
    background-color: #000;
    left: 10px;
    top: 115px;
}

/*banner end*/

/*about-start*/
.about-wrp {
	padding: 220px 0 146px 0;
	overflow: hidden;
	position: relative;
}

.about-design {
    position: absolute;
    right: 0px;
    top: 0px;
}

.about-image {
	position: relative;
	max-width: 360px;
	width: 100%;
}

.about-image img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.about-image-second {
	position: absolute;
    top: 330px;
    left: 200px;
    max-width: 410px;
    width: 100%;
}

.about-right {
	position: relative;
	left: 60px;
}

.about-button {
	margin-top: 60px;
}

.about-left .main-detail p {
	margin-top: 30px;
}

.about-right::after {
	content: "";
    position: absolute;
    top: -220px;
    left: 100px;
    width: 60000000px;
    height: 100%;
    background-color: #FEF9EB;
    z-index: -1;
    padding: 465px 0;
}

/*about end*/

/*contact start*/
.contact-wrp {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: cover;
	margin: 75px 0;	
	padding: 80px 0;
	position: relative;
}

.contact-wrp::after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(77, 77, 77,0.95);
}

.contact-main {
	position: relative;
	z-index: 99;
}

.contact-social-icon ul {
	padding: 0;
	margin: 0;
	padding-top: 50px;
}

.contact-social-icon ul li {
	list-style: none;
	display: flex;
	align-items: center;
	padding-bottom: 30px;
}

.conatct-social-icon ul li .contact-icon {
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.contact-icon {
	border: 1px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 58px;
	height: 58px;
    position: relative;
    z-index: 1;
}

.contact-icon img {
	width: 23px;
	height: 23px;
}

.link-section {
	display: flex;
	flex-direction: column;
	font-family: 'Plus Jakarta Sans',sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	color: #FFFFFF;
	padding-left: 15px;
}

.link-section .contact-link {
	color: #C4C4C4;
}

.link-section .contact-link:hover {
	color: #FAAA3D;
}

.contact-right form {
	border: 1px solid #FAAA3D;
	padding: 50px 111px 52px 40px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.contact-right form .input-group {
	flex-direction: column;
	padding-bottom: 50px;
	position: relative;
}

.contact-right form .input-group p {
	margin-bottom: 0;
}

.contact-right form .input-group > .form-control {
	width: 100%!important;
}

.contact-right form .form-control {
	background-color: transparent !important;
	border: 1px solid #999999;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	color: #fff;
}

.contact-right form .form-control::placeholder {
	font-family: 'Plus Jakarta Sans',sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 34px;
	color: #C4C4C4;
}

.contact-right form label {
	font-family: 'Plus Jakarta Sans',sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 34px;
	color: #FFFFFF;
}

.contact-right form .input-group textarea { 
	padding: 13px 20px 60px 30px;
}

.contact-right form .input-group input {
	padding: 13px 30px;
}

.form-button .btn-color-arrow {
	background-color: #FAAA3D;
}

.form-button .btn-color-arrow::after {
	background-color: #fff;
}

.form-button .btn-color-arrow::before {
	background-image: url("../images/arrow-black.svg");
}

.contact-right form .input-group::before {
    content: " ";
    position: absolute;
    left: 30px;
    background-color: #FAAA3D;
    width: 56px;
    height: 2px;
    bottom: 50px;
	z-index: 9;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: -30px;
    font-size: 16px;
}

/*contact end*/

/*process section start*/
.process-wrp {
	margin:75px 0 0 0 ;
}

.process-heading {
	padding-bottom: 80px;
}

.process-main-section .process-part:nth-child(odd) .process-left {
	text-align: right;
    padding: 0 110px 0 0;
}

.process-main-section .process-part:nth-child(odd) .process-right {
	padding: 0 0 0 80px;
}

.process-main-section .process-part:nth-child(even) .process-left {
    padding: 0 0 0 80px;
}

.process-main-section .process-part:nth-child(even) .process-right {
    padding: 0 80px 0 0;
}

.process-part {
	position: relative;
	counter-increment: my-awesome-counter;
	padding-bottom: 168px;
}

.process-left .title h4 {
	font-family: 'Plus Jakarta Sans',sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 34px;
	color: #000000;
	margin-bottom: 16px;
}

.process-part::before {
	content: "";
	content: "0" counter(my-awesome-counter);
	position: absolute;
	left: 50%;
	top: 10%;
	font-family: 'DmitryRastvortsevKyivTypeSansBold3';
	font-style: normal;
	font-weight: 700;
	font-size: 34px;
	line-height: 30px;
	color: #000000;
	padding: 12px;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FEF9EB;
}

.process-part::after {
	content: "";
    position: absolute;
    top: 40px;
    left: 50%;
    background-color: #C4C4C4;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    width: 1px;
    height: 330px;
    z-index: -1;
}

.process-main-section .process-part:last-child::after {
	display: none;
}

.process-main-section .row [class*=col-]:nth-child(odd) {
	display: flex!important;
	justify-content: flex-end !important;
}

.process-left {
	padding-left: 20px;
}

.process-part:last-child {
	padding-bottom: 0;
}

.detail p {
	margin-bottom: 0;
}
/*process section end*/

/*404 page*/

.error-wrp {
	text-align: center;
	padding: 180px 0 0 0;
}

.error-main {
	text-align: center;
}

.error-wrp h1 {
	font-size: 100px;
}

.error-page .navbar-brand {
	display: block!important;
}

.error-page.header-sticky .navbar-brand {
	display: none!important;
}

.error-page .navbar-brand {
	width: 230px;
	position: relative;
	top: 0;
}

.error-main .main-title {
	padding: 0 0 50px;
}

.error-main .main-detail {
	padding: 0 0 50px;
}

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/

.footer {
	margin: 226px 0 0 0;
}

.footer-top {
	margin: 0 0 -60px;
}

.footer-middle {
    padding: 123px 0 100px 0;
}

.footer-bottom {
	border: 1px solid #757575;
	padding: 46px 66px;
	overflow: hidden;
}

.footer-left .block-title {
	padding-bottom: 10px;
}

.footer-right {
	display: flex;
	flex-direction: column;
    justify-content: flex-end;
    text-align: right;
}

.footer-title h6 {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
	color: #FAAA3D;
}

.footer-menu ul {
	margin: 0;
	padding: 0;
}

.footer-menu ul li {
	list-style: none;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 30px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.footer-menu #menu-footer-menu li a:hover {
	color: #FAAA3D;
	text-decoration: none;
}

.footer-logo {
	position: relative;
}

.footer-logo::before {
	content: " ";
    position: absolute;
    top: -47px;
    left: -50px;
    width: 1px;
    height: 214px;
    background-color: #757575;
}

.footer-logo::after {
	content: " ";
    position: absolute;
    top: -47px;
    right: 30px;
    width: 1px;
    height: 214px;
    background-color: #757575;
}

.footer-input .form-control {
	background-color: transparent;
	border: none;
	color: #fff;
	border-bottom: 1px solid #FFFFFF;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	position: relative;
	padding: 0 80px 20px 0;
}

.footer-input .form-control::placeholder {
	font-family: 'Plus Jakarta Sans',sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #999999;
}

.footer-input {
    position: relative;
    top: 0px;
    max-width: 551px;
    width: 100%;
	padding-top: 100px;
}

.footer-input button {
	background-color: transparent;
	border: none;
	position: absolute;
	top: 90px;
	right: 0;
}

.form-control:focus {
	box-shadow: none;
}

.footer-social {
	display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social-link {
	position: relative;
	padding-left: 20px;
	text-align: center;
	font-family: 'Plus Jakarta Sans',sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;
}

.footer-social-link::before {
    content: "\f16d";
    font-family: 'Font Awesome 5 Brands';
    position: absolute;
    top: 0;
    font-size: 22px;
    left: -20px;
    width: 30px;
    height: 30px;
    padding: 16px;
    color: #FAAA3D;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social-link::after {
    width: 40px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    content: "";
    height: 40px;
    display: block;
    left: -23px;
    top: -5px;
    position: absolute;
}

.footer-social-link:hover {
	color: #FAAA3D;
}

.footer-copy p {
	margin-bottom: 10px;
}

.footer-logo {
    margin-bottom: 10px;
}

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/

.contact-right .wpcf7 form .wpcf7-response-output {
	color: #fff;
}

.footer-input .mc4wp-alert p {
	color: #fff;
}