html{
  scroll-behavior: smooth;
}

body {
  font-family: Arial;
  font-size: 18px;
}

/* The hero image */
.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(45, 45, 127, 0.9), rgba(45, 45, 127, 0.9)), url("img/hero.jpg");

  /* Set a specific height */
  height: 50%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  max-width: 800px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media(min-width:768px){
  .homemenu{
    position: absolute;
    z-index: 2;
    width: 100%;
  }
}

.logo{
  margin-right: 10px;
}

.hero-text h1{
font-style: normal;
font-weight: bold;
font-size: 54px;
line-height:60px;
text-align: center;
color: #FFFFFF;
}

.yellow-button{
  padding: 10px 20px;
  background: #FF9800;
  margin-top: 10px;
  display: inline-block;
  color:#fff;
  -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
border:none;
}

.yellow-button:hover{
  background: #bc6800;
  color:#fff;
  text-decoration: none;
}

h2{
font-family: Arial;
font-style: normal;
font-weight: bold;
font-size: 32px;
line-height: 36px;
}

.black h2{
  color: #FFFFFF;
}

.black{
  background: #000;
}

.black img{
  position: absolute;
width: 100%;
bottom: 0;
}

.promo{
  margin: 60px 0;
}

.blocks{
  margin-top: 50px;
}

.blocks .title{
  margin-bottom: 40px;
}

.features{
  text-align: center;
  margin-bottom: 40px;
}

.features img{
  height: 60px;
margin-bottom: 15px;
}

h3{
font-family: Arial;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 32px;
}

.center.blocks{
  text-align: center;
}

.step{
  display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    background: #2D2D7F;
    border-radius: 100px;
    color: #fff;
    display: flex;
justify-content: center;
align-items: center;
margin-bottom: 30px;
position: relative;
}

.step span{
font-weight: 900;
font-size:32px;
}

.desc h3{
  margin-bottom: 20px;
}

.desc {
  text-align: center;
}

.step:before,
.step:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 2px solid #2D2D7F;
      top: 50%;
  width: 200%;
}


.step.first:before,
.step.last:after {
display: none;
}

.step:before {
  right: 100%;
}
.step:after {
  left: 100%;
}

.hero-image2 {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: url("img/mans.jpg");


  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.icon img{
  width: 70%;max-height: 40px;
}

.leftback{
background: rgba(45, 45, 127, 0.9);
height: 100%;
}

.leftback h2{
  margin-top: 40px;
  margin-bottom: 30px;
}

.address h2{
  margin-top: 40px;
  margin-bottom: 60px;
}

.leftback:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(45, 45, 127, 0.9);
    right: 100%;
}

.hero-image2{color:#fff}

.why h3, .wearehere h3{
  line-height: 18px;
}

.why, .wearehere{
  margin-bottom: 25px;
}

.wearehere a{
  color:#000;
}

footer{
  background-color: #2D2D7F;
  padding: 10px 0;
  text-align: center;
}

footer span, footer a, footer p{
  color: #fff;
  font-size: 12px;
}

footer p{
  margin-bottom: 0;
}
.steps{
  margin-bottom: 40px;
}

.overflow{
  overflow: hidden;
}

.sendfrom {
    display: block;
    margin: auto;
    padding: 50px 0;
    background: #fff;
    z-index: 1000;
}

input, textarea, select {
    color: #000;
    font-size: 1em;
    background: rgba(193, 193, 193, 0.1);
    height: 60px;
    border-radius: 5px;
    width: 100%;
    border: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 10px 20px;
}

select {
    background: rgba(193, 193, 193, 0.1) url(img/Down_Arrow-01.svg) no-repeat right center !important;
    background-position: 96% 50% !important;
    background-size: 20px !important;
    color: rgba(15, 38, 46, 0.6);
    height: 60px;
    border-radius: 5px;
    width: 100%;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    height: 120px;
}

.req{
  font-size: 12px;
}

#checkbox{
  width: 20px;
  height: auto;
}

.agree{
  display: initial;
  font-size: 12px;
  line-height: 18px;}

  .wearehere p{
    margin-bottom: 0px;
  }

  .privacy{background: rgba(0,0,0,.9);
  text-align: center;
padding: 10px 0;
position: fixed;
bottom: 0;
width: 100%;}

.privacy span, .privacy p, .privacy a{
  color: #fff;
  font-size: 14px;
}

.privacy .privacy-a{
  background: #fff;
  color: #000;
  font-size: 14px;
  padding: 5px 10px;
}

.privacy-a:hover{
  text-decoration: none;
  background: #28a745;
  color: #fff;
}

.hide{
  display: none;
}

.hideit{
  display: none;
}
