/*********
 Imports
*********/

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css");

/************************************
 Colors From : www.flatuicolors.com
************************************/
/*********
  Mixins
*********/
/*********
 Globals
*********/
/* * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
} */

/* body {
  font-family: "Quicksand","Roboto", "Fira Sans", "Raleway";
  background: #1abc9c;
  width: 100%;
  height: 100%;
  text-align: center;
} */

/* h1, h2, h3, h4, h5, h6 {
  font-family: "Quicksand";
  font-weight: bolder;
} */

/* p {
  font-family: "Fira Sans";
  font-weight: normal;
  margin-bottom: 0;
}

a {
  font-family: "Raleway";
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  color: #000;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-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;
}

a:hover {
  color: #3498db;
}

a.Ghost-Blue {
  display: inline-block;
  padding: 10px 15px;
  border: 2px solid #000;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #000;
}

a.Ghost-Blue:hover {
  color: white;
  background: #2980b9;
  border: 2px solid #2980b9;
}

a.Ghost-Turquoise {
  display: inline-block;
  padding: 10px 15px;
  border: 2px solid #000;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #000;
}

a.Ghost-Turquoise:hover {
  color: #fff;
  background: #2ecc71;
  border: 2px solid #2ecc71;
} */

/* form {
  margin-bottom: 0;
} */

/*************
 Placeholder
/* *************/
/* ::selection {
  background: #FD685B;
  color: #fff;
}

::-moz-selection {
  background: #FD685B;
  color: #fff;
}

::-webkit-input-placeholder {
  color: #fff;
  font-weight: bolder;
}

:-moz-placeholder {
  /* Firefox 18- 
  color: #fff;
  font-weight: bolder;
}

::-moz-placeholder {
  /* Firefox 19+ 
  color: #fff;
  font-weight: bolder;
}

:-ms-input-placeholder {
  color: #fff;
  font-weight: bolder;
} /*

/*************
     Text
*************/
/* h1 {
  margin-top: 250px;
}

p {
  margin-top: 5px;
  margin-bottom: 10px;
} */

/* @media screen and (min-width: 320px) {
  h1 {
    margin-top: 130px;
  }
}

@media screen and (min-width: 480px) {
  h1 {
    margin-top: 230px;
  }
}

@media screen and (min-width: 480px) {
  h1 {
    margin-top: 230px;
  }
} */

/*************
     Modal
*************/
.Modalx {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(253, 146, 6, 0.9)  ;
  z-index: 9999;
  /* color:#fff; */
  display: none;
}

.Modalx.is-open{
  display: block;
}

.Modalx .Close {
  position: absolute;
  top: 25px;
  right: 65px;
  z-index: 999;
  cursor: pointer;
}


@media screen and (min-width: 320px) {
  header h1 {
    margin-left: 0px;
  }
  header h1 p {
    margin-left: 0px;
  }s
  header h1 p a {
    margin-left: 0px;
  }

}


/* min-width & max-width */
@media screen and (min-width: 600px) and (max-width: 900px) {
	.tres {
		background: #9CF;
	}
	span.bt600-900 {
		display: inline-block;
	}
}

/* max device width */
@media screen and (max-device-width: 480px) {
  #section-9 .heading-pre-2 span{
    font-size: 3.85vw !important;
    margin-bottom: 3vw !important;
  }
}