* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: all .3s ease;
}

body {
  font-family: "Merriweather", serif;
  font-size: 18px;
  line-height: 1.5;
}

.hero {
  text-align: center;
  position: relative;
  height: auto;
  background:center top no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}
.hero h1 {
  margin: 50px 0 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
}
.hero h1 span {
  font: 700 60px/1 "Dancing Script", cursive;
  display: block;
}
.hero h2 {
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  font-weight: 400;
  padding: 20px;
}
@media only screen and (min-width: 37.5em) {
  .hero h1 {
    font-size: 50px;
  }
  .hero h1 span {
    font-size: 76px;
  }
  .hero h2 {
    width: 76%;
    font-size: 18px;
  }
}

.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1120px;
}

.section {
  padding: 60px 0;
}
.section__title {
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  margin: 14px 0;
         /*text-shadow: 1px 1px 2px black;*/

}
.section__intro {
  display: block;
  text-align: center;
  margin: 0 5% 30px;
    color:#fff;
     text-shadow: 1px 1px 2px black;
}
@media only screen and (min-width: 43.75em) {
  .section__intro {
    margin-left: 15%;
    margin-right: 15%;
  }
}
.section--cta {
  color: #454545;
  background: #fff;
}

.box {
  display: flex;
  flex: 1 0 100%;
  margin-bottom: 20px;
  background: #f9f9f9;
}
.box__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box__title {
  font-family: "Montserrat", sans-serif;
}
.box__more {
  color: #ff4e5c;
}
.box__content {
  color: #454545;
  text-align: center;
  padding: 20px;
}
.box__content > i {
  color: #3b3b58;
}
.box__content:hover .box__more {
  color: #ff3545;
}
.box__content:hover .box__more i {
  padding-left: 4px;
  transition: all .2s ease-in-out;
}
@media only screen and (min-width: 43.75em) {
  .box {
    flex: 0 0 30%;
  }
}

.btn {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: 300px;
  padding: 12px 18px;
  border-radius: 100px;
  background: #ff4e5c;
}
.btn:hover {
  background: #ff3545;
}

.footer {
  color: #fff;
  text-align: center;
  padding: 10px 0;
  background: #3b3b58;
}
.footer p {
  opacity: .65;
}

.my_div{
    background-color: #128EE1;
}





.group 			  { 
  position:relative; 
  margin-bottom:45px; 
}
input 				{
  font-size:18px;
  padding:10px 10px 10px 5px;
  width:300px;
  border:none;
  border-bottom:1px solid #128EE1;
color:#128EE1;
    
}
input:focus 		{ 
    outline:none; 
      border-bottom:2px solid #128EE1;

  font-size:20px;


}

input::placeholder{
    color:#128EE1;
}




button {
  outline:none;
  height: 40px;
  text-align: center;
  width: 130px;
  border-radius:40px;
  border: 2px solid #128EE1;
  color:#128EE1;
  letter-spacing:1px;
  text-shadow:0;
background-color: white;
    }

button:hover{
      outline:none;
  height: 40px;
  text-align: center;
  width: 130px;
  border-radius:40px;
  border: 2px solid #128EE1;
  color:white;
  letter-spacing:1px;
  text-shadow:0;
background-color: #128EE1;
    
}


.crop {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.crop img {
    width: 100%;
    height: 100%;
    margin: -75px 0 0 0;
      -webkit-filter: grayscale(10%); /* Safari 6.0 - 9.0 */
  filter: grayscale(50%);
}



body, html {
  height: 100%;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../background.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text button {
  outline:none;
  height: 40px;
  text-align: center;
  width: 130px;
  border-radius:40px;
  border: 2px solid #128EE1;
  color:#128EE1;
  letter-spacing:1px;
  text-shadow:0;
background-color: white;
}

.hero-text button:hover {
      outline:none;
  height: 40px;
  text-align: center;
  width: 130px;
  border-radius:40px;
  border: 2px solid #128EE1;
  color:white;
  letter-spacing:1px;
  text-shadow:0;
background-color: #128EE1;
}


.doted_list{
    color:white;
    /*text-shadow: 1px 1px 2px black;*/
}



@media screen and (max-width: 1024px) {
.text1{
    font-size:55px;
}
}

@media screen and (max-width: 950px) {
.text1{
    font-size:40px;
}
}


@media screen and (max-width: 650px) {
.text1{
    font-size:30px;
}

}

@media screen and (max-width: 480px) {
.text1{
    font-size:20px;
}
}





@media screen and (max-width: 1024px) {
.text2{
padding-bottom:20px
}
}

@media screen and (max-width: 950px) {
.text2{
padding-bottom:10px
}
}


@media screen and (max-width: 650px) {
.text2{
padding-bottom:8px
}

}

@media screen and (max-width: 480px) {
.text2{
padding-bottom:5px
}
}