body {
  overflow-x: scroll;
  font-family: 'Tahoma', Helvetica, Arial, sans-serif;
}

p {
  line-height: 1.75;
}

a {
    color: #005288;
}

a:hover {
  color: #005288;
}

.text-primary {
  color: white !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Tahoma', Helvetica, Arial, sans-serif;
}

section {
  padding: 50px 0 50px 0;
}

section h2.section-heading {
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 15px;
}

section h3.section-subheading {    
  font-size: 12px;  
  font-style: normal;  
  margin-bottom: 15px;
  text-transform: none;
  font-family: 'Tahoma', Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  section {
    padding: 0 0 50px 0;
  }
}

.btn {
  font-family: 'Tahoma', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

::-moz-selection {
  background: white;
  text-shadow: none;
}

::selection {
  background: white;
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

header.masthead {  
  text-align: center;
  color: white;
  background-image: url("../img/header-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*Default style unless overridden below*/
header.masthead .intro-text {
  padding-top: 75px;
  padding-bottom: 250px;  
}

header.masthead .intro-text .intro-heading {
  font-size: 10px;  
  font-weight: bold;
  line-height: 10px;  
  padding-left: 100px;
  font-family: 'Tahoma', Helvetica, Arial, sans-serif;
}

header a {
    color: #005288;
}
header a:hover {
    color: #005288;
}

/*When screen larger than 412px overwrite the below style*/
@media (min-width: 412px) {

    header.masthead .intro-text .intro-heading {
        font-size: 15px;
        font-weight: bold;
        line-height: 15px;        
        padding-left: 145px;
        font-family: 'Tahoma', Helvetica, Arial, sans-serif;
    }
  
}

/*When screen larger than 768px overwrite the below style*/
@media (min-width: 768px) {

header.masthead .intro-text .intro-heading {
    font-size: 22px;
    font-weight: normal;
    line-height: 22px;        
    padding-left: 180px;
    font-family: 'Tahoma', Helvetica, Arial, sans-serif;
}
  
}


section#bestexecution .btn-info{
    background-color:#4b6e94;
    border: none;
}


section#contact {
  background-color: #212529;
  background-image: url("../img/map-image.png");
  background-repeat: no-repeat;
  background-position: center;
}

section#contact .section-heading {
  color: #fff;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: white;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Tahoma', Helvetica, Arial, sans-serif;
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  /* Firefox 18- */
  font-family: 'Tahoma',  Helvetica, Arial, sans-serif;
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  /* Firefox 19+ */
  font-family: 'Tahoma',  Helvetica, Arial, sans-serif;
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Tahoma',Helvetica, Arial, sans-serif;
}

footer {
  padding: 25px 0;
  text-align: center;
}

footer span.copyright {
  font-size: 80%;  
  text-transform: none;
  font-family: 'Tahoma', Helvetica, Arial, sans-serif;
}

footer a, footer a:hover {
  color: black;
  font-size: 80%;  
  margin-bottom: 0;
  text-transform: none;
  font-family: 'Tahoma', Helvetica, Arial, sans-serif;
}

.banner-light_yellow {
    background-color: #fff3db;
    color: #000000;
}

.text-center {
    text-align: center;
}

.p2y-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important;
}

.text--black {
    color: #000000;
}