body {
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    color: #555555;
    background-color: #FFF;
    padding-top: 70px;
}
html {
    width: 100%;
    height: 100%;
}
.primeColor {
    color: #fd6843;
}
.gray {
    background: #f2f2f2;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    /* color: #333333; */
}
.textOrange{ color:#fd6843;}
.textBlue{ color:#42bbef;}
.textGreen{ color:#77ce59;}
h1 {
    font-weight: 500;
    font-size: 51px;
    margin: 0px auto 20px;
}
p {
    font-size: 17px;
    line-height: 1.5;
}

#services h1{ margin-top:50px;}
@media (min-width: 768px) {
    #services .col-sm-4 {
        float: right !important;
    }
    p {
        margin: 0 0 35px;
        font-size: 17px;
        line-height: 1.6;
        font-weight: 300;
    }
}
a {
    color: #42DCA3;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #1d9b6c;
}
.light {
    font-weight: 400;
}
.navbar-custom {
    margin-bottom: 0;
    'Montserrat', sans-serif;
    background-color: #FFF;
}
.navbar-custom .navbar-toggle {
    color: #000;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 12px;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
    outline: none;
}
.navbar-custom .navbar-brand {
    font-weight: 700;

}
.navbar-custom .navbar-brand:focus {
    outline: none;
}
.navbar-custom a {
    color: #333333;
    margin-top: 8px;
}
.navbar-custom .nav li a {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
        border-radius: 8px;
}
.navbar-custom .nav li a:hover {

    outline: none;
    color: #FFFFFF;
    background-color:#fd6843;
    border-radius: 8px;
    /* text-decoration: underline; */
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: none;
    /* background-color: transparent; */
    color: #fd6843;
    /* text-decoration: underline; */
    color: #FFFFFF;
    background-color:#fd6843;
    border-radius: 8px;
}
.navbar-custom .nav li.active {
    outline: none;
}
.navbar-custom .nav li.active a {
    /* background-color: rgba(255, 255, 255, 0.3); */
}
.navbar-custom .nav li.active a:hover {
    color: #FFFFFF;
    background-color:#fd6843;
    border-radius: 8px;

}
.navbar-custom .nav li.active a {
    color: #FFFFFF;
    background-color:#fd6843;
    border-radius: 8px;
}
.navbar-custom .navbar-brand {
    font-weight: 800;
    'Montserrat', sans-serif;
    font-size: 24px;

}
.brand {
    font-weight: 800;
    'Montserrat', sans-serif;
    font-size: 22px;
}
.navbar {
    min-height: 70px;
}
.navbar-nav>li>a {

    line-height: 12px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.no-gutter {
    padding: 0;
}
.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: white;
    background: url(images/banner.jpg) no-repeat bottom center scroll;
    background-color: black;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.intro-body ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.intro-body ul li {
    font-size: 22px;
    font-weight: 300;
    margin: 10px auto;
}
.callbox {
    background: #fd6843;
    padding: 15px 30px;
    text-align: center;
    position: absolute;
    top: 60px;
    right: 0;
}
.callbox p {
    margin: 0;
}
.intro .intro-body .brand-heading {
    font-size: 40px;
    color: #FFF;
    font-weight: 300;
}
.intro .intro-body .intro-text {
    font-size: 18px;
}
.content-section {
    padding: 100px 0;
}


.btn {
    text-transform: uppercase;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
}
.btn-default {
    border: 1px solid #42DCA3;
    color: #42DCA3;
    background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
    border: 1px solid #42DCA3;
    outline: none;
    color: black;
    background-color: #42DCA3;
}
ul.banner-social-buttons {
    margin-top: 0;
}

footer {
    background: #242424;
    color: #FFF;
    padding: 50px 0;
}
footer p {
    margin: 0;
}
::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, 0.2);
}
::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, 0.2);
}
img::selection {
    background: transparent;
}
img::-moz-selection {
    background: transparent;
}



@media (max-width: 1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}


@media (min-width: 768px) {
    .content-section {
        padding: 100px 0;
    }
    .navbar-custom {
        border-bottom: none;
        letter-spacing: 1px;
        background: transparent;
        -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    }
    .navbar-custom.top-nav-collapse {
        padding: 0;
        background: #FFF;
    }
    .intro {
        height: 100%;
        padding: 0;
    }
    .intro .intro-body .brand-heading {
        font-size: 75px;
        font-weight: 600;
        text-shadow: 2px 2px #7d8081;
    }
    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}


@media (max-width: 767px) {
    body {
        padding: 0;
    }
    .navbar {
        min-height: 51px;
    }
    h1 {
        margin: 20px auto;
    }
    section {
        text-align: center;
    }
    .services .col-sm-4 {
        float: none;
    }
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 490px) {
    h1 {
        font-weight: 700;
        font-size: 40px;
        margin: 20px auto 20px;
    }

    .callbox{ display: none;}
}
