/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
}

p {
    font-size: 14px;
	line-height: 21px;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #ccc;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*text-transform: uppercase;*/
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

/*********** logo ***********/
.logo {
    width: 250px;
    height: auto;
}

.fa-phone-alt:before {
    font-size: 30px;
    color: #F04F1E;
}

.fa, .fas {
    padding-top: 10px;
}

/*********** navigation ***********/
nav {
    margin-top: 7px;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
    background-image: url(../img/top-bar.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    /*padding: 150px 0 700px 0;*/
    text-align: center;
}

.navbar {
    margin: 0 !important;
    padding: 33px 0 20px 0;
}

.navbar-default .navbar-nav > li > a {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px !important;
    color: #1a1a1a;
    font-weight: 900;
    letter-spacing: 1px;
    margin-top: 7px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #F04F1E;
  border-radius: 50px;
}

.navbar-default .navbar-nav > .active > a {
    border-radius: 50px;
}

.nav > li > a {
    padding: 20px 30px !important;
}

.navbar-brand {
    padding: 0px 15px;
    height: 74px;
}

@media(min-width:320px) and (max-width:768px) {
.nav > li > a {
    padding: 12px 30px !important;
}

.navbar-header {
    padding-bottom: 5px;
}
}

/*********** grey bar ***********/
#grey-bar {
    background-color: #242a34;
    padding: 30px;
}

#grey-bar h1 {
    font-family: 'PT Sans', sans-serif;
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    line-height: 46px;
    margin: 120px 0 0 0;
    text-align: center;
}

#grey-bar h1 a {    
    color: #fff;
    text-decoration: none;
}

#grey-bar h1 a:hover {    
    color: #fff;
    text-decoration: underline;
}

@media(min-width:320px) and (max-width:768px) {
#grey-bar h1 {
    line-height: 30px;
}
}

/*********** banner ***********/
.banner {
	background-image: url(../img/banner-home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    padding: 150px 0 700px 0;
    text-align: center;
}

.banner h1 {
    font-family: 'Merriweather', serif;
    font-size: 55px;
    color: #fff;
    font-weight: 900;
    line-height: 100px;
    margin-bottom: 50px;
}

.banner h2 {
    font-family: 'PT Sans', sans-serif;
    font-size: 31px;
    color: #fff;
    font-weight: 300;
    line-height: 46px;
    margin-bottom: 70px;
}

.banner-innerPage h2 {
    font-family: 'PT Sans', sans-serif;
    font-size: 31px;
    color: #fff;
    font-weight: 300;
    line-height: 46px;
    margin-bottom: 70px;
}

@media(min-width:320px) and (max-width:768px) {
.banner {
    padding: 150px 0 111px 0;
}

.banner h1 {
    font-size: 41px;
    line-height: 55px; 
}

.banner h2 {
    font-size: 30px;
    line-height: 41px;
}
.banner-innerPage h2 {
    font-size: 30px;
    line-height: 41px;
}
}

/*********** find ***********/
#find {
    margin-top: -180px;
}

#find h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px !important;
    color: #fff;
    font-weight: 700;
    text-align: center !important;
    margin-bottom: 41px;
}

.search-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 2% 1%;
    text-align: center;
    margin: 0 20% 10% 20%;
    display: flex;
}

.search-box h1 {
    font-family: 'Merriweather', serif;
    font-size: 36px !important;
    color: #fff;
    font-weight: 700;
    line-height: 90px;
    margin-bottom: 41px;
    text-align: center !important;
}

.search-box p {
    font-family: 'Merriweather', serif;
    font-size: 30px;
    color: #999 !important;
    font-weight: 500;
}

.form-group {
    margin-bottom: 0px !important;
}

.form-control2 {
    display: block;
    width: 100%;
    height: 70px;
    padding: 6px 12px;
    font-size: 30px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

@media(min-width:320px) and (max-width:768px) {
#find {
    margin: 0px;
}

#find h2 {
    font-size: 30px !important;
    margin-top: 0px;
}

.search-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 15% 0;
    text-align: center;
    display: block;
    margin: 0 0 100px 0;
}

.search-box h2 {
    padding-top: 0px;
}

.form-control2 {
    margin: 25px 0;
}
}

/*********** welcome ***********/
#welcome {
    padding: 0 5% 5% 5%;
    background-color: #242a34;
}

#welcome h1 {
    font-family: 'Merriweather', serif;
    font-size: 70px;
    color: #fff;
    font-weight: 700;
    line-height: 90px;
    margin-bottom: 41px;
}

#welcome p {
    font-family: 'Gotham';
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    line-height: 50px;
    margin-bottom: 41px;
}

.orange-color {
    color: #f05023;
}

@media(min-width:320px) and (max-width:768px) {
#welcome {
    padding: 20% 5%;
}

#welcome h1 {
    font-size: 36px;
    line-height: 55px; 
    text-align: center;
}

#welcome p {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}
}

/*********** video ***********/
#video {
    padding: 0 5% 5% 5%;
    background-image: url(../img/bg-video.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #242a34;
}

#video h1 {
    font-family: 'Merriweather', serif;
    font-size: 70px;
    color: #fff;
    font-weight: 700;
    line-height: 90px;
    margin-top: -50px;
    margin-bottom: 50px;
}

@media(min-width:320px) and (max-width:768px) {
#video h1 {
    font-size: 36px;
    line-height: 55px;
    margin-top: 70px;
    text-align: center;
}
}

/*********** why elliot ***********/
#why-elliot {
    background-image: url(../img/bg-logo.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 5%;
}

#why-elliot h1 {
    font-family: 'Merriweather', serif;
    font-size: 70px;
    color: #333;
    font-weight: 700;
    line-height: 90px;
    margin-bottom: 4%;
}

.why-elliot-head {
    font-family: 'Merriweather', serif;
    font-size: 70px;
    color: #333;
    font-weight: 700;
    line-height: 90px;
    margin-bottom: 4%;
}

.centered {
    font-family: 'PT Sans', sans-serif;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

@media(min-width:320px) and (max-width:768px) {
#why-elliot {
    padding: 20% 5% 30% 5%;
}

#why-elliot h1 {
    font-size: 36px !important;
    line-height: 55px;
    text-align: center;
}

.centered {
    font-size: 30px;
}
}

/*********** address ***********/
#address {
    background-image: url(../img/bg-address.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #242a34;
    padding: 5%;
}

.address-box {
    width: 100%;
    margin-bottom: 50px;
}

.address-box h1 {
    font-family: 'Merriweather', serif;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}

.address-box h2 {
    font-family: 'PT Sans', sans-serif;
    font-size: 30px;
    color: #fff;
    font-weight: 500;
}

.address-box p {
    font-family: 'PT Sans', sans-serif;
    font-size: 30px;
    color: #808080;
    font-weight: 300;
    line-height: 50px;
}

.line {
    border-top: #fff 3px solid;
    width: 15%;
    display: inline-block;
}

.click-here {
    border-top: #fff 3px solid;
    border-bottom: #fff 3px solid;
    width: 90%;
}

@media(min-width:320px) and (max-width:768px) {
.address-box h1 {
    font-size: 30px;
}

.address-box h2 {
    font-size: 24px;
}

.address-box p {
    font-size: 24px;
    line-height: 36px;
}
}

/*********** contact ***********/
#contact {
    background-color: #1a1a1a;
    padding: 5%;
}

.contact-box h2 {
    font-family: 'PT Sans', sans-serif;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 30px;
}

.contact-box p {
    font-family: 'PT Sans', sans-serif;
    font-size: 24px;
    color: #ccc;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 41px;
}

ul, ol {
    margin-top: 0;
    list-style: none;
    font-family: 'PT Sans', sans-serif;
    font-size: 24px;
    line-height: 46px;
    padding-left: 0px;
}

ul, ol a {
    color: #ccc !important;
    text-decoration: none !important;
}

ul, ol a:hover {
    color: #fff !important;
    text-decoration: underline;
}

@media(min-width:320px) and (max-width:768px) {
#contact {
    padding: 50px 0 30px 0;
    text-align: center;
}

.contact-box h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.contact-box p {
    font-size: 20px;
    line-height: 36px;
}

ul, ol {
    font-size: 20px;
    line-height: 30px;
}
}

/*********** icons ***********/
#icons {
    background-color: #1a1a1a;
    padding: 2% 0 0 0;
    text-align: center;
    border-top: #808080 1px solid;
    border-bottom: #808080 1px solid;
    padding-bottom: 30px;
}

#icons a {
    color: #808080;
    text-decoration: none;
}

#icons a:hover {
    color: #fff;
    text-decoration: none;
}

/*********** margin - padding ***********/
.margin {
    margin: 0px;
}

.margin30 {
    margin: 30px 0;
}

.margin-top30 {
    margin-top: 30px;
}

.margin-top35 {
    margin-top: 35px;
}

.margin-bottom35 {
    margin-bottom: 35px;
}

.margin-bottom30 {
    margin-bottom: 30px;
}

.margin-bottom70 {
    margin-bottom: 70px;
}

.margin50 {
    margin: 50px 0;
}

.padding {
    padding: 0px;
}

.padding50 {
    padding: 50px 0;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-left-70 {
    padding-left: 70px;
}

/*********** misc ***********/
.txt-white {
    color: #fff;
}

.txt-white-20 {
    font-size: 30px;
    color: #fff;
    margin-left: 10px;
}

.txt24 {
    font-size: 50px !important;
}

.line-dotted {
    border: #000 1px line-dotted;
    width: 100%;
}

.btn-default {
    color: #000;
    background-color: #fff;
    border: #fff 3px solid;
    border-radius: 10px;
    padding: 25px;
    font-size: 20px;
    font-weight: 700;
    margin: 5px;

}

.btn-default:hover {
    color: #fff;
    background-color: transparent;
    border: #fff 3px solid;  
}

.btn-primary {
    color: #fff;
    background-color: transparent;
    border: #fff 3px solid;
    border-radius: 10px;
    padding: 25px;
    font-size: 20px;
    font-weight: 700;
    margin: 5px;
}

.btn-primary:hover {
    color: #000;
    background-color: #fff;
    border: #fff 3px solid; 
}

.btn-success {
    color: #fff;
    background-color: #F05023;
    border: #F05023 3px solid;
    border-radius: 10px;
    padding: 25px;
    font-size: 30px;
    font-weight: 700;
    margin: 35px 0 35px 0;
}

.btn-success:hover {
    color: #fff;
    background-color: #242a34;
    border: #F05023 3px solid;  
}

.btn-secendary {
    color: #fff;
    background-color: #242a34;
    border: #242a34 3px solid;
    border-radius: 10px;
    padding: 25px;
    font-size: 30px;
    font-weight: 700;
    margin: 35px 0 35px 0;
}

.btn-secendary:hover {
    color: #fff;
    background-color: #F04F1E;
    border: #F04F1E 3px solid;  
}

@media(min-width:320px) and (max-width:768px) {
.btn-success {    
    padding: 20px;
    font-size: 16px;
}

.btn-secendary {
    font-size: 20px;
}
}

/*********** form page ***********/
.banner-form {
    background-image: url(../img/banner-form.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 250px 0 600px 0;
    text-align: center;
}

.banner-form h1 {
    font-family: 'Merriweather', serif;
    font-size: 80px;
    color: #fff;
    font-weight: 900;
    line-height: 100px;
    margin-bottom: 50px;
}

#form {
    background-color: #242a34;
    background-image: url(../img/bg-address.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

#form-box {
    background-color: #fff;
    background-image: url(../img/bg-logo.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    border-radius: 10px;
    padding: 5% 1%;
    margin: 0 5% 5% 5%;
    margin-top: -150px;
}

#form-box h1 {
    font-family: 'Merriweather', serif;
    font-size: 50px;
    color: #333;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 50px;
}

/********** form inner part start **********/
#form-box2 {
    background-color: #fff;
    background-image: url(../img/bg-logo.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    border-radius: 10px;
    padding: 5%;
    margin: 5%;
}

#form-box2 h1 {
    font-family: 'Merriweather', serif;
    font-size: 50px;
    color: #333;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 50px;
}

.form-box2-head {
    font-family: 'Merriweather', serif;
    font-size: 50px;
    color: #333;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 50px;
}

@media(min-width:320px) and (max-width:768px) {
#form-box2 h1 {
    font-size: 36px;
}
}

/********** form inner part end **********/

.form-control {
    font-size: 20px !important;
    border-radius: 7px !important;
    border: #242a34 4px solid;
    margin-bottom: 50px;
    min-height: 80px;
    background-color: transparent;
}

label {
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    color: #242a34;
    margin-bottom: 16px;
    letter-spacing: 2px;
}

.form-row {
    height: 80px;
    display: inline;
}

@media(min-width:320px) and (max-width:768px) {
#form-box {
    padding: 15% 1% 10% 1%;
}

.banner-form {
    padding: 35px 0 3px 0;
    background-size: contain;
}

.banner-form h1 {
    font-size: 41px;
    line-height: 55px; 
}
}

/*********** about page ***********/
#about {
    padding: 5%;
    background-color: #242a34;
}

#about h1 {
    font-family: 'Merriweather', serif;
    font-size: 70px;
    color: #fff;
    font-weight: 700;
    line-height: 90px;
    margin-bottom: 41px;
}

.about-head {
    font-family: 'Merriweather', serif;
    font-size: 70px;
    color: #fff;
    font-weight: 700;
    line-height: 90px;
    margin-bottom: 41px;
}

#about p {
    font-family: 'PT Sans', sans-serif;
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    line-height: 50px;
    margin-bottom: 41px;
}

.list {
    columns: 2;
    margin: 41px 0;
}

.list ul {
    list-style: none;
    line-height: 70px;
}

.list ul li {
    font-family: 'PT Sans', sans-serif;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}

.orange-color2 {
    color: #f05023;
    padding-right: 30px;
}

#services {
    padding: 0;
}

#services h2 {
    font-family: 'Merriweather', serif;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    line-height: 90px;
    margin-bottom: 41px;
    writing-mode: vertical-lr;
}

#easy-steps {
    background-image: url(../img/bg-aero.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    padding: 5%;
}

#easy-steps h2 {
    font-family: 'Merriweather', serif;
    font-size: 55px;
    color: #333;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 4%;
}

.centered {
    font-family: 'PT Sans', sans-serif;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.bg-orange {
    background-color: #F05023;
}

.bg-grey {
    background-color: #242a34;
}

.grey-color {
    color: #999;
}

.list2 {
    margin: 41px 0;
}

.list2 ul {
    list-style: none;
    line-height: 70px;
    padding-left: 70px;
}

.list2 ul li {
    font-family: 'Merriweather', serif;
    font-size: 32px;
    color: #242a34;
    font-weight: 700;
}

#services-mob {
    display: none;
}

@media(min-width:320px) and (max-width:768px) {
#about {
    padding: 20% 5%;
}

#about h1 {
    font-size: 36px;
    line-height: 55px; 
    text-align: center;
}

#about p {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}

#easy-steps {
    padding: 20% 5% 20% 5%;
}

#easy-steps h2 {
    font-size: 28px;
    line-height: 46px;
    text-align: center;
}

.list {
    columns: 1;
    margin: 10px 0;
}

.list ul {
    list-style: none;
    line-height: 50px;
}

.list ul li {
    font-size: 18px;
}

.orange-color2 {
    padding-right: 5px;
}

.centered {
    font-size: 24px;
}

.list2 ul {
    line-height: 40px;
    padding-left: 0px;
}

.list2 ul li {
    font-size: 24px;
}

.padding-left-70 {
    padding-left: 0px;
}

#services {
    display: none;
}

#services-mob {
    display: block;
}

.red-bar {
    background-color: #f05023;
    padding: 10px 0;
}

.red-bar h2 {
    font-family: 'PT Sans', sans-serif;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin: 15px 0 10px 0;
}

.grey-bar {
    background-color: #242a34;
    padding: 10px 0;
}

.grey-bar h2 {
    font-family: 'PT Sans', sans-serif;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin: 15px 0 10px 0;
}
}

/*********** main page ***********/
#main {
    background-color: #242a34;
    background-image: url(../img/main.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 10% 0;
}

/*********** inner page ***********/
.banner-innerPage {
    background-image: url(../img/banner-innerPage.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 300px 0 550px 0;
}

.banner-innerPage h1 {
    font-family: 'Merriweather', serif;
    font-size: 55px;
    color: #fff;
    font-weight: 900;
    text-align: center;
}

#innerPage {
    padding: 2% 5% 5% 5%;
}

#innerPage h1 {
    font-family: 'Merriweather', serif;
    font-size: 50px;
    color: #242a34;
    font-weight: 700;
}

.innerPage-head {
    font-family: 'Merriweather', serif;
    font-size: 50px;
    color: #242a34;
    font-weight: 700;
}

#innerPage h2 {
    font-family: 'Merriweather', serif;
    font-size: 30px;
    color: #f05023;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;
}

#innerPage h3 {
    font-family: 'Merriweather', serif;
    font-size: 24px;
    color: #f05023;
    font-weight: 700;
}

#innerPage p {
    font-family: 'PT Sans', sans-serif;
    font-size: 22px;
    color: #242a34;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 30px;
}

.orange-color {
    color: #CE9357;
}

.list3 {
    margin: 41px 0;
}

.list3 ul {
    list-style: none;
    line-height: 50px;
    columns: 4;
}

.list3 ul li {
    font-family: 'Gotham';
    font-size: 22px;
    color: #242a34;
    font-weight: 300;
}

.bg-white {
    /*padding: 70px 30px;*/
    display: flex;
}

.bg-grey2 {
    background-color: #eee;
    padding: 70px 30px;
    display: flex;
}

@media(min-width:320px) and (max-width:768px) {
.banner-innerPage h1 {
    font-size: 41px;
}

#innerPage {
    padding: 10% 1%;
}

#innerPage h1 {
    font-size: 36px;
    line-height: 55px; 
    text-align: center;
}

#innerPage h2 {
     font-size: 30px;
    text-align: center;
    line-height: 41px;
}


#innerPage h3 {
    text-align: center;
}

#innerPage p {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}

.bg-white {
    padding: 0;
    display: flex;
}

.list3 ul {
    list-style: none;
    line-height: 50px;
    columns: 1;
}
}

/*********** inner page ***********/
.why-use-elliotLeigh {
    background-color: #333;
    margin: 7% 0 0 0;
    padding: 3% 5%;
    /*margin-bottom: 5%;*/
}

.bg-orange2 {
    background-color: #f05023;
    padding: 2% 5%;
    font-family: 'Merriweather', serif;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    text-align: center !important;
    margin: 3% 0 5% 0;
}

/*********** address2 ***********/
#address2 {
    background-image: url(../img/bg-address.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #242a34;
    padding: 0 5% 2% 5%;
}

.address2-box {
    width: 100%;
    margin-bottom: 50px;
    min-height: 150px;
}

.address2-box h1 {
    font-family: 'Merriweather', serif;
    font-size: 28px;
    color: #F04F1E;
    font-weight: 700;
}

.address2-box-head {
    font-family: 'Merriweather', serif;
    font-size: 28px;
    color: #F04F1E;
    font-weight: 700;
}

.address2-box h2 {
     font-family: 'Merriweather', serif;
    font-size: 28px;
    color: #F04F1E;
    font-weight: 700;
}

.address2-box p {
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    color: #ddd;
    font-weight: 300;
    line-height: 36px;
}

.line {
    border-top: #fff 3px solid;
    width: 15%;
    display: inline-block;
}

.click-here {
    border-top: #fff 3px solid;
    border-bottom: #fff 3px solid;
    width: 90%;
}

@media(min-width:320px) and (max-width:768px) {
.address2-box h1 {
    font-size: 30px;
}

.address2-box h2 {
    font-size: 24px;
}

.address2-box p {
    font-size: 24px;
    line-height: 36px;
}
}

/*********** main page ***********/
.elliotleigh {
    background-image: url(../img/logo-elliotleigh-main.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 279px;
}

/*********** blog ***********/
.center-img {
    padding: 0 25%;
}

@media(min-width:320px) and (max-width:768px) {
.center-img {
    padding: 0;
}
}