html{
	scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
}
a:hover, a:focus {
  text-decoration: none;
}
ul, h1, h2, h3, h4, h5, h6, p {
  padding: 0;
  margin: 0;
}
header {
  padding: 25px;
  width: 100%;
}
header.home {
  padding: 25px;
  width: 100%;
  position: absolute;
  z-index: 999;
}
header .menu {
  text-align: center;
}
header .menu2 {
  text-align: right;
}
header .menu ul li {
  display: inline-block;
  padding: 22px 0;
  padding-left: 40px;
}
header .menu ul li a {
  font-size: 14px;
  font-weight: 700;
  color: #5B605F;
}
header .menu ul li a:hover{
	color: #67D7B9;
}
section{
	position: relative;
}
section.one {
    padding: 180px 0 160px;
}
section.one .in {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: flex-start;
  padding: 20px 0;
}

section.one .in p {
  color: #5B605F;
  font-size: 32px;
  padding-left: 32px;
  line-height: 50px;
}
section.one .in p span{
	display: none;
}
section.two{
	background: #F5E1BE;
	padding: 160px 0;
	text-align: center;
}
section.two .line {
    background: #67D7B9;
    width: 100px;
    height: 10px;
    margin: 0 auto;
    border-radius: 15px;
}
section.two h3 {
    color: #5B605F;
    font-size: 39px;
    line-height: 95px;
}
section.two .in {
    padding: 25px 0;
}
section.two .in img {
    border-radius: 50%;
    box-shadow: 0px 0px 30px #bdbdbd;
}
section.two .in:hover img{
-webkit-animation: pulse 1.5s infinite;
}
@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
section.two p {
    color: #FC5A39;
    font-size: 19px;
    line-height: 23px;
    padding: 10px 0;
	font-weight: 700;
}
section.two h2 {
    color: #5B605F;
    font-size: 50px;
    line-height: 60px;
	padding: 40px 0;
}
section.two a {
    color: #Fff;
    background: #67D7B9;
    font-size: 23px;
    line-height: 25px;
    padding: 30px 0;
    font-weight: 700;
    max-width: 721px;
    display: block;
    margin: 0 auto;
	border-radius: 5px;
	letter-spacing: 5px;
}
section.two a:hover{
	background: #000;
}
section.three{
	padding: 135px 0;
	text-align: center;
	background: #5C605F;
}
section.three .line {
    background: #F88783;
    width: 130px;
    height: 7px;
    margin: 30px auto;
    border-radius: 15px;
}
section.three h2{
	color: #67D7B9;
	font-size: 89px;
	font-weight: 700;
}
section.three .in {
    padding: 100px 25px;
}
section.three p {
    color: #fff;
    font-size: 18px;
    padding: 45px 0;
}
section.four{
	padding: 135px 0;
	text-align: center;
}
section.four h4 {
    color: #5B605F;
    font-size: 32px;
    line-height: 35px;
    padding: 40px 0;
}
section.four h4 span{
	font-size: 23px;
	display: block;
}
section.four .line {
    background: #67D7B9;
    width: 130px;
    height: 5px;
    margin: 0 auto;
    border-radius: 15px;
}
section.four .in{
	padding: 50px 0 40px;
}
section.five {
    background: #fcf3e4;
    padding: 125px 0 150px;
    text-align: center;
}
section.five h4 {
    color: #5B605F;
    font-size: 35px;
    line-height: 43px;
    padding: 40px 0;
}
section.five h2 {
    color: #5B605F;
    font-size: 70px;
    line-height: 60px;
    padding: 40px 0;
}
section.five h3 {
    color: #5B605F;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    padding: 40px 0;
    letter-spacing: 6px;
}
section.five a {
    color: #fff;
    background: #67D7B9;
    font-size: 23px;
    line-height: 25px;
    padding: 30px 0;
    font-weight: 700;
    max-width: 350px;
    display: block;
    margin: 0 auto;
	border-radius: 5px;
	letter-spacing: 5px;
}
section.five a:hover{
	background: #000;
}
footer{
	background: #F0F0F0;
	padding: 70px 25px 50px;
}
footer ul.social li {
    display: inline-block;
}
footer ul.social li a {
    font-size: 34px;
    color: #000;
    padding: 15px 40px 15px 0;
    display: block;
}
footer .link {
    font-size: 20px;
}
footer .link a {
    color: #5B605F;
    font-size: 20px;
    line-height: 25px;
}
footer p{
	color: #707070;
	font-size: 20px;
}
/*Form*/
section.form{
	background: #67D7B9;
	text-align: center;
	padding: 50px 0;
}
section.form h1{
    color: #5B605F;
    font-size: 70px;
    line-height: 60px;
    padding: 40px 0;
}
section.form h3 {
    color: #5B605F;
    font-size: 39px;
    line-height: 41px;
    font-weight: 700;
    padding: 40px 0;
}
section.form h3 span {
    color: #FC5A39;
}
section.form .in {
    max-width: 800px;
    margin: auto;
}
section.form .in input {
    font-size: 25px;
    height: 76px;
    border-radius: 10px;
    margin-bottom: 10px;
}
section.form .in textarea{
	font-size: 25px;
	border-radius: 10px;
    margin-bottom: 10px;
	padding: 15px;
}
section.form .in button {
    color: #fff;
    background: #F88783;
    font-size: 23px;
    line-height: 25px;
    padding: 30px 0;
    font-weight: 700;
    display: block;
    margin: 25px auto;
    border-radius: 5px;
    letter-spacing: 5px;
    border: 0;
    text-transform: uppercase;
}
section.form .in button:hover{
	background: #000;
}
section.form .in input::placeholder , section.form .in textarea::placeholder{
	color:#B7B7B7;
}
/*18 may 2021*/

 header.header2 {
    position: fixed;
    z-index: 999;
    background: #fff;
}
.headermob {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 115px;
}

/*inner pages*/
section.inner-content {
    padding: 80px 0;
}
section.inner-content h2 {
    color: #5B605F;
    font-size: 45px;
    padding: 15px 0;
}
section.inner-content p {
    color: #5B605F;
    font-size: 18px;
    line-height: 35px;
}