body {
    overflow-x: hidden;
}

.overlay { /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #091f2c; /* Black background with opacity */
  opacity: 0.7;
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
}

.dp {
    display: none;
    margin-top: -1em;
    position: absolute;
    background: #ffffff;
    color: #0D2D40;
    width: 100%;
    z-index: 1;
    box-shadow: 0 5px #34597C;
}

.dp h4{
    text-decoration: none;
    color: #0D2D40;
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    font-weight: 600;
}

.dp img{
    height: 2em;
    width: 2em;
    margin-top: -5%;
    margin-right: 1em;
}

.menu_bar{
    margin-top: 0.5%;
    margin-left: 8%;
    margin-right: 9%; 
    position: fixed;
    border-bottom: 2px solid #808080;
}

@media screen and (max-width: 768px) {
    /*.menu_bar ul{*/
    /*    display:none;*/
    /*}*/
    .section-1-text{
        padding-top: 60%;
    }
    
}

/*@media screen and (min-width: 700px){*/
/*    .menu_bar ul{*/
/*        display:none;*/
/*    }*/
/*}*/

.menu_bar a{
    color: #0D2D40;
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    font-weight: 600;
}

.menu_bar button {
      width: 10em;
      height: 2.5em;
      border-radius: 25px;
      background-color: #34597C;
      /*background-repeat:no-repeat;*/
      border: none;
      cursor:pointer;
      /*overflow: hidden;*/
      color: white;
      font-size: 1em;
      font-weight: 600;
      font-family: 'Raleway', sans-serif;
      margin-top: 1.5%;
  }

  .menu_bar button:hover {
    opacity: 0.6;
}

.menu_bar img{
    width: 16em;
    height: 4.5em;
}

@media screen and (max-width: 768px) {
    .menu_bar img{
        width: 10.8em;
        height: 3em;
    }
    #navbar{
        height: 4em;
    }
}

@media screen and (min-width: 1024px) {
    .navbar-header i{
        display: none;
    }
}

.section-1 {
    background-image:  linear-gradient(to right, rgba(13, 45, 64, 0.8), rgba(13, 45, 64, 0.8)), url('assets/contact-landing.png');
    background-size: cover;
    /*border-top: 5px solid #808080;*/
    position: relative;
    overflow: visible;
    /*height: 39em;*/
    /*height: 787px;*/
    left: 0px;
    top: 0px;
}

.head-aligner {
    padding-top: 12%;
    padding-left:9%;
    padding-right: 6%;
    padding-bottom: 8%;
}

#section-1-text p {
    font-family: 'Raleway', sans-serif;
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.15em;
}

#section-1-text h4 {
    font-family: 'Open Sans', sans-serif;
    /*text-transform: uppercase;*/
    font-size: 18px;
    font-weight: 100;
}

.section-1 img {
    margin-top: -5px;
    width: 143px;
    height: 40px;
}

.section-1 #section-1-text {
    color: white;
    text-align: start;
    font-family: 'Raleway', sans-serif;
    margin-top: -2%;
}

#section-1-text h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 2.8em;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 0.2em;
}

/*********************************************** END of Header *****************************************************/

/*********************************************** Get in Touch with us section *************************************************/

.Referral-section {
    width: 100%;
    /*height: 1200px;*/
    top: 0;
    left: 0;
    background-color: white;
}

.Referral-aligner{
    padding-left: 9%;
    padding-top: 6.5%;
    padding-bottom: 6.5%;
    padding-right: 10%;
}

.Referral-text {
    /*margin-top: 10em;*/
    /*margin-left: 10em;*/
    font-family: 'Raleway', sans-serif;
    letter-spacing: -1.2px;
    color: #0D2D40;
}

.Referral-text p {
    font-size: 2.8em;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    /*letter-spacing: -1.2px;*/
    color: #0D2D40;
    text-transform: capitalize;
    /*margin-bottom: 5%;*/
}

.Referral-text h3 {
    font-family: 'Raleway', sans-serif;
    color: #0D2D40;
    font-size: 1.2em;
    margin-top: 3.5%;
    font-weight: 500;
}

.card h3 {
    font-family: 'Raleway', sans-serif;
    color: #0D2D40;
    font-size: 1.3em;
    margin-top: 3.5%;
    font-weight: 600;
}

.card p {
    font-family: 'Raleway', sans-serif;
    color: #0D2D40;
    font-size: 1.2em;
    margin-top: 5%;
}

.card img {
    width:  3.75em;
}

@media screen and (max-width: 768px) {
    .card p{
        font-size: 1.5em;
}
    .card{
        text-align: center;
        margin-top: 10%;
    }   
    .Referral-text p{
        text-align: center;
    }
    .contact-section img{
        display: none;
    }
    .contact-section form{
        margin-top: 5%;
        padding-left: -3.5%;
    }
    .links, .ico{
        display:none;
    }
    .solinks{
        text-align:center;
        margin-left: 5%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px){
    
        .solinks{
        text-align:center;
        margin-left: -1em;
    }
    
}
/**********************************END OF Get in Touch with us Section **********************************/


/********************************** Contact Section *************************************/
.contact-section {
    width: 100%;
    /*height: 900px;*/
    top: 0;
    left: 0;
    background-color: #DDE5ED;
}

.contact-aligner {
    padding-left: 9%;
    padding-top: 7%;
    padding-bottom: 4%;
    padding-right: 10.5%;
}

.contact-text {
    /*margin-top: 8em;*/
    /*margin-left: 10em;*/
    font-family: Times New Roman;
}
.contact-text p{
    font-family: 'Raleway', sans-serif;
    font-size: 2.8em;
    font-weight: bold;
    color: #0D2D40;
}
.contact-text h5{
    font-family: 'Raleway', sans-serif;
    color: #808080;
    font-weight: bold;
    font-size: 0.94em;
    text-transform: uppercase;
}
.contact-section h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.13em;
    padding-top: 4.5%;
    color: #0D2D40;
}

.contact-section #big-para {
    letter-spacing: 2px;
}

.contact-section input[type="checkbox"]{
  width: 30px; 
  height: 30px; 
  cursor: pointer;
}

.submitbtn {
      width: 185px;
      height: 50px;
      border-radius: 25px;
      border: none;
      background-color: #34597c;
      cursor:pointer;
      overflow: hidden;
      color: white;
      font-size: 1.13em;
      margin-right: 5%;
      font-weight: 600;
      font-family: 'Raleway', sans-serif;
}

.submitbtn:hover {
    opacity: 0.6;
}

@media screen and (max-width: 1024px) {
    .submitbtn{
        margin: 5% 0 0 0;
    }
}


.attachbtn{
      width: 185px;
      height: 50px;
      border-radius: 25px;
      border: 2px solid #808080;
      background-color: Transparent;
      cursor:pointer;
      overflow: hidden;
      color: #808080;
      font-size: 1.13em;
      margin-right: 3em;
      font-weight: 600;
      font-family: 'Raleway', sans-serif;
}

.attachbtn:hover{
     background-color: #808080;
     color: white;
}

.VLC{
  /*margin-top: 8em;*/
  margin-left: 2em;
  border-left: 3px solid #0D2D40;
  height: 45em;
}

@media screen and (max-width: 768px) {
  .VLC {
    display: none;
  }
}

/* Form */

.contact-section form{
  /*margin-top: 1.5em;*/
  margin-left: 3.5%;
  width: 100%;
}

.form-data input{
  font-size: 1.17em;
  height: 60px;
  width: 100%;
  border: 2px solid #DDD;
}

.form-data input:active,
.form-data input:focus {
  border: 2px solid #34597c;
  padding: 1em;
}

.form-data textarea{
    height: 240px;
    width: 100%;
    border: 2px solid #DDD;
    /*font-size: 14pt;*/
}
.form-data textarea:active,
.form-data textarea:focus {
  border: 2px solid #34597c;
  padding: 1em;
}

.form-head{
  font-family: 'Raleway', sans-serif;
  color: #808080;
  font-weight: bold;
  font-size: 0.94em;
}

@media screen and (max-width: 768px){
    .contact-section form{
        margin-top: 5%;
        margin-left: 0;
    }
}


/*********************************************** End of Contact Section *********************************************/

/* Footer Start */
.footer {
  width: 100%;
  background-color: #091f2c;
  top: 0;
  left: 0;
  color: white;
}

.foot-aligner {
    padding-left: 9%;
    padding-top: 4%;
    padding-bottom: 4%;
}

.footer img {
  width: 16em;
  height: 4.5em;
}

.footer a {
  color: white;
  margin-right: 10%;
  font-size: 13px;
  font-family: 'Helvetica', sans-serif;
  text-decoration: none;
}

.footer a:hover {
  color: white;
  text-decoration: none;
}

.footer .links {
  color: white;
}

@media screen and (max-width: 1024px){
    .foot-aligner {
        padding-left: 0;
    }
}
/* Footer End */

@media screen and (max-width: 768px) {
    br {
        display: none;
    }
    #navbar br{
        display: block;
    }
}