.hero {
  min-height: 500px;
  background-image: url('../images/b2-01-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: left;
}
.navbar-wrapper a{
    color: #23527c;
    text-decoration: none;
}
.navbar-wrapper a:hover{
    color: #3898EC;
    text-decoration: none;
}
.navbar-wrapper .button {
    color: #FFF !important;
    display: block;
    width: auto;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    float: right;
    clear: none;
    border-radius: 5px;
    background-color: #504EE4;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.navbar-wrapper .button:hover{
    text-decoration: underline;
}
.hero-nav {
  background-color: #fff;
}

.nav-link {
  font-family: 'Source Sans Pro', sans-serif;
  color: #23527c;
}

.nav-link:hover {
  color: #2196f3;
}

.nav-button {
  margin-top: 10px;
  border-radius: 5px;
  background-color: #504EE4;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.hero-cont {
  margin-bottom: 0px;
  margin-top: 45px;
  padding: 150px 400px;
}

.hero-h1 {
  display: block;
  max-width: 900px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 72px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.hero-text {
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Source Sans Pro', sans-serif;
  color: #75858f;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
}

.hero-text._1 {
  font-size: 18px;
}

.sec-1 {
  min-height: 1000px;
  padding: 54px 0;
}

.sec-1-cont {
  padding: 10px;
}

.sec-1-h4 {
  display: block;
  max-width: 900px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Source Sans Pro', sans-serif;
  color: #0d3c62;
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
}

.sec-1-text {
  display: block;
  max-width: 850px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Source Sans Pro', sans-serif;
  color: #75858f;
  font-size: 16px;
  line-height: 23px;
}

.sec-1-text._1 {
  max-width: 750px;
}

.f-1 {
  color: #0d3c62;
  font-size: 18px;
  font-weight: 600;
}

.heroh1 {
    position: absolute;
      display: block;
      max-width: 900px;
      margin-top: 34px;
      margin-right: auto;
      margin-left: auto;
      padding-right: 0px;
      font-family: 'Source Sans Pro', sans-serif;
      color: #fff;
      font-size: 60px;
      line-height: 80px;
      font-weight: 600;
      text-align: left;
}
.table{
    width: 100% !important;
    max-width: 90% !important;
    margin-bottom: 20px !important;
    margin-left: 5%;
    color: #75858f;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}
.pink-text{
    color: #504EE4;
    background-color: #fff;
    border-radius: 7px;
    padding: .5rem 1rem;
}
.text-span {
  color: #2a2a2a;
}

.text-span-2 {
  color: #303030;
}

@media (max-width: 991px) {
  .hero-cont {
    padding-right: 300px;
    padding-left: 300px;
  }
  .heroh1 {
    font-size: 70px;
    line-height: 70px;
  }
}

@media (max-width: 767px) {
  .hero-cont {
    padding-right: 150px;
    padding-left: 150px;
  }
  .heroh1 {
    font-size: 65px;
    line-height: 65px;
  }
}

@media (max-width: 479px) {
  .hero-cont {
    padding-right: 16px;
    padding-left: 16px;
  }
  .heroh1 {
    font-size: 50px;
    line-height: 60px;
  }
}

/*Custom*/
/*Footer*/
.pDesc{
    border-bottom:1px solid #676a6c;
    padding-bottom: 80px;
    text-align: left;
}
.pDesc h4{
    font-size: 14px;
}
.t-l{
    text-align: left;
}
.m-b-lg {
    margin-bottom: 30px;
}
.hyphen{
    padding-left: 10px;
    padding-right: 10px;
}
.cIcons {
    margin-left: 8px;
}
.demo_error{
    color: #eb4d5c;
    font-size: 14px;
    font-weight: 400;
}
.modelLabel{
    color: #008ed6;
    font-weight: 400;
    font-size: 15px;
}
.modalForm{
    text-align: left;
}
.dark-text {
	color: #454545;
}
.modal-content {
    padding: 10px 30px 30px 30px;
}
.modal-btn {
    width: 100%;
}
.inputbox {
    height: 40px !important;
    margin-bottom: 5px !important;
}
.required {
    border-left: 3px solid #aa090f !important;
}
.standard-button {
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1.6;
    border: none;
    background-color: #2196f3;
    padding: 12px 12px !important;
    color: #ffffff;
    -webkit-transition: none;
    transition: none;
}
.standard-button {
    font-weight: 600;
}
.startTrailInputBox{
    margin-left: 20%;
}
.w-nav-link:hover{
    color: #2196f3;
    text-decoration: none;
}
.w-form{
    margin: 30px 0px 0px 25% !important;
    height: 65px !important;
    width: 50%;
}
.startTrailInputBox input{
    padding: 9px;
    width: 46%;
    float: left;
    color: #555;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: none;
    border: none;
}
.startTrailInputBox input:focus{
    box-shadow: none;
}
.startTrailBtn input{
    text-transform: uppercase;
    background: #504EE4;
    color: #FFF;
    font-weight: 600;
    width: 27%;
    float: left;
    padding: 9px;
    cursor: pointer;
    border-top-right-radius: 4px;
    text-align: center;
    border-bottom-right-radius: 4px;
    border: none;
    font-size: 15px;
}
.startTrailBtn input:hover{
    color: #245782;
}
.standard-button {
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px !important;
    line-height: 1.6;
    border: none !important;
    padding: 18px 40px 18px 40px !important;
    color: #ffffff;
    -webkit-transition: none;
    transition: none;
    width: 100%;
    opacity: 0.8;
    background-color: #2196f3 !important;
}
