/*
Template Name: Ling - Login Registration Form,Multistep Form ,Contact Form &  Coming Soon Template
Description:  Ling - Login Registration Form,Multistep Form ,Contact Form &  Coming Soon Template
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&family=Roboto:wght@400;500;700&display=swap');
body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #191919;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-style: normal;
}
a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
*::-moz-selection {
	background: #d6b161;
	color: #000;
	text-shadow: none;
}
::-moz-selection {
	background: #8f32f3;
	color:#000;
	text-shadow: none;
}
::selection {
	background: gray;
	color: #000;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding: 0;
}
ul{
	margin:0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none;
	transition: .4s;
	-webkit-transition: all .4s ease-in-out;
}
a:hover{
	text-decoration: none;
	color: #82B60B;
}
button:focus{
	outline: none;
}
input:focus{
	outline: none;
}
p{
	color: #191919;
}


/*======================================================================================*/
/*  contact start  */
/*======================================================================================*/
.left-sidebar {
  padding: 40px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.left-sidebar::after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0a0537d4;
  z-index: -1;
  opacity: 0.5;
}

.logo {
  max-width: 158px;
  width: 100%;
  height: auto;
}

.left-full .content h2 {
  font-size: 35px;
  text-transform: capitalize;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 15px;
}
.left-full .content p {
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
  font-weight: 500;
  line-height: 26px;
}
.social {
  margin-top: 20px;
}
.social ul{
  display: flex;
  justify-content: start;
}
.social ul li {
  margin: 9px 15px;
  display: inline-block;
}
.social ul li a {
  display: flex;
  width: 50px;
  height: 50px;
  background: #5f3afc4f;
  align-items: center;
  justify-content: center;
  border-radius: 2%;
  color: #fff;
  font-size: 18px;
  transition: all .3s ease;
  transform: rotate(40deg);
}

.social ul li a i{
  transform: rotate(-40deg);
}

.form-content{
border-radius: 5px;
padding: 50px 35px 10px 35px;
width: 90%;
margin: 0 auto;
}

.form-content label{
  font-weight:400;
  font-size: 16px;
  margin-bottom: 8px;
}

.form-content h1 {
  color: #3F444C;
  text-transform: uppercase;
  font-size: 2.5rem;
  letter-spacing: 0.5rem;
  font-weight: 400;
}

.form-content p {
  color: #818386;
  font-size: 0.9rem;
  letter-spacing: 0.01rem;
  width: 40vw;
  margin: 0.25rem 0;
}


.form-content form {
  width: 70%;
  position: relative;
  margin-top: 2rem;
  padding: 1rem 0;
}


.form-content input::placeholder, 
.form-content textarea::placeholder {
  color: #000;
  border: none;
  font-size: 12px;
  outline: none;
}

.form-content input{
  width: 100%;
  border-radius: 5px;
  border: none;
  box-sizing: border-box;
  box-shadow: none;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 20px;
  transition: all .3s ease;
  color: #696E76;
  height: 60px;
  background: #E8E9EA;
  display: block;
}

.form-content textarea {
  resize: none;
  width: 100%;
  border-radius: 5px;
  border: none;
  box-sizing: border-box;
  box-shadow: none;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 20px;
  transition: all .3s ease;
  color: #696E76;
  height: 100px;
  background: #E8E9EA;
}
#message:focus-visible {
  outline: none;
}
.form-content button {
  text-transform: uppercase;
  font-weight: 300;
  background: #5B0B11;
  color: #FCFDFD;
  width: 150px;
  height: 3.25rem;
  border: none;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
}

.form-content input:hover,
.form-content textarea:hover, 
.form-content button:hover {
  opacity:  1;
}
.form-content button:hover{
  background: #86244D;
}
.form-content button:active {
  opacity: 0.8;
}

.form-content .form-group{
  margin-bottom: 10px;
}

.ajax-response{
  color: #5B0B11;
}




/*======================================================================================*/

