body {
    position: relative;
    padding-top: 70px;
}

.navbar-light{
    background-color: #f6f5f5 !important;
    padding: 15px 0;
}
#myHeader .navbar-light .navbar-nav .nav-link, .footer-nav a{
    font-family: 'Lato', sans-serif;
    color: #969595;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 50px;
}

.bg-light{
    background-color: #f6f5f5 !important;
}

#myHeader .navbar-light .navbar-nav .nav-link.active, .footer-nav a.active{
    color: #f8381f;
    font-weight: 900;
}

.img-logo-header{width: 255px;}

/*introduction*/
.introduction{padding: 90px 0 100px;}
.text-img-div{margin-bottom: 30px;}
.intro-left{text-align: center;}
.intro-img-div p{margin-top: 10px;color: #2a2a2a;font-size: 16px;}
.intro-right p{font-size: 14px;margin-bottom: 25px;}

/*scorpad*/
/*#scorpad{padding-top: 105px;}*/
.scorpad{
    background-color: #fbfbfb;
    height: 365px;
}
.scorpad-left{text-align: center;}
.btn-1{
    background-color: #a8a8a8;
    border-radius: 10px;
    color: #f6f5f5;
    font-size: 14px;
    margin-top: 30px;
}
.scorpad-right{
    padding-top: 40px;
}
.scorpad-right img{
    margin-bottom: 35px;
}
.scorpad-right h2{
    margin-bottom: 10px;
    color: #262261;
    font-weight: 500;
    font-size: 25px;
}
.scorpad-right p{
    font-size: 14px;
    color: #2a2a2a;
    font-weight: 300;
}
.scorpad-left img{
    margin-top: -40px;
}

/*join team*/
.join-team{
    padding: 219px 0 145px;
}
.join-form{
    border: 1px solid #cbcbcb;
    background-color: #fafafa;
    padding: 44px 35px 32px;
}
.form-group{
    margin-bottom: 40px;
}
.form-label{
    margin-bottom: 11px;
    color: #cacaca;
    font-size: 14px;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #555;
  font-size: 14px;
  font-weight: 700;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #555;
  font-size: 14px;
  font-weight: 700;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #555;
  font-size: 14px;
  font-weight: 700;
}

.form-select {
    color: #555 !important;
    font-size: 14px;
    font-weight: 700;
    background-image: url(../images/select-arrow.png);
    opacity: 0.85;
}

.form-control, .form-select{
    background-color: #fafafa;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #bcbcbc;
}

.form-control, .form-select{
   padding-left: 0;
   height: 45px;
}

.form-control:focus, .form-select:focus{
    box-shadow: none;
    background-color: #fafafa;
    border-color: #f8381f;
}

/*#file-chosen{
  font-family: sans-serif;
  border: 1px solid #f8381f;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-left: -5px;
  padding: 9px 12px 10px;
}*/

.btn-orange{
    background-color: #f8381f;
    color: #fff;
    border:1px solid #f8381f;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 6px 12px !important;
}

.btn-input{
    background-color: transparent;
    color: #555;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
    margin-left: 10px;
}
/*end join team form*/

/*footer*/
#contact-us{padding-top: 60px;}
footer{
    background-color: #f6f5f5;
    padding: 15px 0 35px;
}

.cont-info{
    padding: 30px;
}

.cont-info h3{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.map-info{
    background-color: #f8381f;
    box-shadow: 0px 11px 13px 0px rgba(0, 0, 0, 0.19);
    margin-top: -95px;
}

.map {
    line-height: 0; 
}


.iframe-gm{
    height: 425px;
    width: 100%;
}

.cont-info .foot-address p, .cont-info .foot-mail a{
    display: inline-block;
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
    margin-left: 15px;
    vertical-align: top;
}

.cont-info .foot-mail a{
    vertical-align: middle;
}

.foot-address{
    margin: 56px 0 45px;
}

.cont-info a, .footer-nav a{
    text-decoration: none;
}

.footer-social{
    margin-top: 32px;
}

.footer-social li a
{
    color: #fff;
    height: 28px;
    width: 28px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 28px;
    display: inline-block;
    text-align: center;
}

.footer-bottom{
    padding-top: 50px;
}

.powered-by{
    font-family: 'Lato', sans-serif;
    margin-top: 20px;
}


