@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

html {
  overflow-x: hidden;
}
body {
  font-family: "Roboto", sans-serif;
  color: #9fa1a4;
  line-height: 1.5;
  background: url(../img/hero-bg.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ebeef7;
}
a {
  color: #145e89;
  text-decoration: underline;
  transition: 0.3s all ease;
}
a:hover {
  color: #145e89;;
}
b, strong {
    font-weight: 600;
}
h1 {
  font-family: 'Maven Pro', sans-serif;
  font-weight: 400;
  color: #000;
}
.container {
  z-index: 2;
  position: relative;
}
section {
  overflow: hidden;
}
.section {
  padding: 7rem 0;
}

/* Contact Form */
.form-control {
  height: 48px;
  border-radius: 50px;
  border: 1px solid transparent;
}
.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #2d71a1;
}
.btn-primary {
    background-color: #0076bc;
    border-color: transparent;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
}
.cont-btn {
    margin: 1.875em 4.375em;
}
select.form-control {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  font-size: 12px;
}
.small-txt{
  font-size: 10px;
  display: inline;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
   color: #666;
}
.select2-container--default .select2-selection--multiple {
  border:inherit;
  border-radius: 5px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: inherit;
  border-radius: 5px;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section .wave {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: -150px;
}
.img-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 1.875em;
  margin-top: 1.875em;
}
.line {
  background-color: #fdd51e;
  height: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 100px;
}
.line-bottom{
  background-color: #fdd51e;
  height: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.bg-yellow {
  background-color: #ffc900;
  padding: 1.25em 2em 0 2em;
  border-radius: 0 0 1.25em 1.25em;
}
.col-padding {
  padding: 0 2.5em;
}
label {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-weight: 400;
}
#contact {
  padding-bottom: 0.625em;
}
.hero-section h1 {
  font-size: 2em;
  color: #fff;
  margin-bottom: 30px;
  font-family: 'Maven Pro', sans-serif;
  font-weight: 400;
  text-align: center;
}
.hero-section h2 {
  font-size: 1.7em;
  color: #fff;
  margin-bottom: 30px;
  font-family: 'Maven Pro', sans-serif;
  font-weight: 400;
  text-align: center;
}
small {
  color: #fff;
  margin: 0;
  font-family: 'Maven Pro', sans-serif;
  font-weight: 100;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .hero-section h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 40px;
  }
}
@media screen and (max-width: 992px) {
  .hero-section .hero-text-image {
    margin-top: 4rem;
  }
}
.hero-section .txt-2 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.2em;
    text-align: center;
    font-weight: 300;
    color: #fff;
    margin-top: 1.25em;
    margin-bottom: 0;
}
.hero-section .txt-1 {
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 1.1em;
  text-align: center;
  line-height: 1.25em;
}
.hero-section ul{
  color: #FFF;
  text-align: left;
  font-size: 0.9em;
  line-height: 1.1em;
  font-family: 'Raleway', sans-serif;
}
.hero-section ul li{
  margin: 10px 0;
}
.thanks {
  margin-top: 1.875em;
}
.txt-3 {
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-weight: 800;
    font-size: 1.375em;
    text-align: right;
    margin: 0;
}
.txt-4 {
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 1.125em;
    text-align: right;
}
.txt-5 {
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-weight: 200;
    font-size: 0.813em;
    text-align: right;
}
.txt-6 {
  font-family: 'Raleway', sans-serif;
  color: #0076bc;
  font-weight: 800;
  font-size: 1.375em;
  text-align: center;
  margin: 0;
  text-shadow: -2px 2px 0 #ebeef7,
				        2px 2px 0 #ebeef7,
				        2px -2px 0 #ebeef7,
				      -2px -2px 0 #ebeef7;
}
.txt-7 {
  font-family: 'Raleway', sans-serif;
  color: #FFF;
  font-weight: 800;
  font-size: 0.9em;
  text-align: left;
  margin: 20px 0 0 0;
  padding-left: 15px;
}
@media screen and (max-width: 991px) {
   .txt-6 {
    color: #FFF;
    margin-bottom: 50px;
    text-shadow: none;
  }
  .logo{
    width: 50%;
  }
}