@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

body {
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

html {
    width: 100%;
    height: 100%;
}

/*Custom Reset*/

.products-section,
.service-section,
.corporate-section,
.contactus-section {
    padding-top: 70px;
}

.padding-reset {
    padding: 0;
}

.padding-reset-left {
    padding-left: 0;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #555;
    display: block;
    font-size: 20px;
    height: 62px;
    line-height: 1.42857;
    padding: 6px 20px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-weight: 300;
}

.btn-default {
    background-color: #00afe7;
    border-color: transparent;
    color: #fff;
}

.btn-default:hover {
    border: #01a3d7 solid 1px;
    background-color: #01a3d7;
    color: #fff;
}

.btn {
    font-weight: 300;
    font-size: 22px;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 30px;
    letter-spacing: 2px;
    margin: 0 auto 0;
    display: block;
    width: 100%;
}

.btn-default:focus,
.btn-default.focus {
    border: transparent;
    background-color: #ea4406;
    color: #fff;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default.focus:active,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
    border: #ea4406 solid 1px;
    background-color: #ea4406;
    color: #fff;
}

.shrink .quick-contact-header {
    display: none;
}

.quick-contact-header {
    float: right;
    margin: 20px 0 0;
}

.quick-contact-header img {
    margin: -5px 5px 0;
    width: 26px;
}

.quick-contact-header span {
    font-size: 22px;
    font-weight: 100;
    color: #00a5e3;
}

.navbar-default {
    background-color: #fff;
    border-color: transparent;
}

.navbar {
    transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
    font-size: 18px;
    margin-bottom: 0;
    padding: 20px 0;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.38);
}

.navbar-brand {
    height: 149px;
    line-height: 0;
    padding: 0;
}

.navbar-brand img {
    height: 149px;
    width: 390px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.shrink {
    height: 100px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.shrink .navbar-nav {
    padding-top: 24px;
    font-size: 16px;
}

.shrink .navbar-brand img {
    max-height: 84px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.shrink .navbar {
    margin-top: 15px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    background: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
    color: #eb6635;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #49c9f5;
}

.navbar-default .navbar-nav>li>a {
    color: #757575;
}

.navbar-nav {
    float: right;
    padding-top: 20px;
}

.nav>li>a {
    padding: 10px 0 10px 30px;
    text-transform: uppercase;
}

.divider {
    color: #b2b2b2;
    display: block;
    float: left;
    margin: 9px;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    max-width: inherit;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 100%;
    /* use this, or not */
    margin: auto;
}

.banner {
    height: 100%;
    padding-top: 175px;
    text-align: center;
    background: #fff;
}

.banner-tagline {
    background: #ed6330;
    height: 400px;
    width: 400px;
    padding: 40px;
    background-color: rgba(0, 166, 227, 0.8);
    position: absolute;
    margin-top: -28%;
}

.banner-tagline h1 {
    font-size: 35px;
    color: #fff;
    font-weight: 300;
    text-align: left;
    margin: 0;
}

.banner-tagline .underline {
    width: 45px;
    height: 2px;
    background-color: #fff;
    float: left;
    margin: 18px 0;
}

.banner-tagline p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-align: justify;
    clear: both;
}

.aboutus {
    background: url(../images/about-bg.jpg) center #404c5a no-repeat;
    width: 100%;
    padding: 50px 0;
}

.aboutus h1 {
    font-size: 40px;
    font-weight: 300;
    color: #fff;
    text-align: left;
    margin: 0 0 15px 0;
}

.aboutus p {
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    text-align: justify;
    line-height: normal;
}

.aboutus .underline {
    height: 2px;
    width: 45px;
    margin: 0 0 15px;
    background: #fff;
}

.services {
    clear: both;
    padding: 60px 0;
}

.services h1 {
    font-size: 40px;
    color: #000;
    text-align: center;
    margin: 0 0 15px 0;
    font-weight: 300;
}

.services .underline {
    height: 2px;
    width: 45px;
    margin: 0 auto 35px;
    background: #00a6e3;
}

.services ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.services ul li {
    display: inline-block;
    width: 352px;
    min-height: 435px;
    float: left;
    background: #f2f2f2;
    border: #e0e0e0 solid 1px;
    margin: 0 11px 20px 11px;
    text-align: center;
    padding: 25px;
    cursor: default;
}

.services ul li .underline {
    height: 2px;
    width: 45px;
    margin: 15px auto;
    background: #00a6e3;
}

.services ul li img {
    margin-bottom: 15px;
}

.services ul li h1 {
    font-weight: 500;
    font-size: 22px;
    color: #00a6e3;
    text-align: center;
}

.services ul li p {
    font-weight: 300;
    font-size: 17px;
    color: #737373;
    text-align: justify;
}

.services ul li p a {
    text-align: center;
    color: #00a6e3;
    font-size: 16px;
    width: 100%;
    display: block;
    margin: 15px 0 0 0;
}

.modal-title {
    float: left;
    font-size: 20px;
}

.modal-dialog {
    width: 750px;
}

.modal-body {
    padding: 25px;
}

.modal-body p {
    font-size: 17px;
    text-align: justify;
}

.modal-body h1 {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
}

a:hover,
a:focus {
    text-decoration: none;
}

.background {
    clear: both;
    padding: 60px 0;
}

.background h1 {
    color: #000;
    font-size: 40px;
    font-weight: 300;
    margin: 0 0 15px;
    text-align: left;
}

.background .underline {
    background: #00b2e9;
    height: 2px;
    margin: 0 0 30px;
    width: 45px;
}

.background img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.background p {
    color: #737373;
    font-size: 20px;
    font-weight: 300;
    margin: 0 30px 0 0;
    text-align: justify;
}

.testimonials {
    background: url(../images/testimonial-bg.jpg) center #49c9f5 no-repeat;
    width: 100%;
    padding: 50px 0;
    min-height: 442px;
}

.testimonials h1 {
    font-size: 40px;
    font-weight: 300;
    color: #fff;
    text-align: left;
    margin: 0 0 15px 0;
}

.testimonials p {
    font-weight: 300;
    font-size: 22px;
    color: #fff;
    font-style: italic;
    text-align: justify;
    line-height: normal;
    margin: 10px 0 20px 0;
}

.testimonials p span {
    font-size: 18px;
}

.testimonials .underline {
    height: 2px;
    width: 45px;
    margin: 20px 0 15px;
    background: #fff;
}

.carousel-indicators {
    left: 3%;
    bottom: -30px;
}

.carousel-inner>.item {
    min-height: 215px;
}

.contactus {
    margin: 50px 0 0;
}

.contactus h1 {
    color: #000;
    font-weight: 300;
    font-size: 40px;
    margin: 0 0 15px;
    text-align: center;
}

.contactus p {
    color: #2a2a2a;
    font-size: 23px;
    font-weight: 300;
    line-height: normal;
    text-align: center;
    margin-bottom: 30px;
}

.contactus .underline {
    background: #49c9f5;
    height: 2px;
    margin: 0 auto 50px;
    width: 45px;
}

.contactus .contact-section {
    background: url(../images/contact-bg.jpg) center #50504f no-repeat;
    padding: 50px 0;
    clear: both;
}

.contactus .map {
    float: left;
}

.contact-section .address {
    background-color: rgba(0, 0, 0, 0.8);
    min-height: 550px;
    padding: 50px;
}

.address h1 {
    font-size: 17px !important;
    font-weight: 500;
    color: #00afe7;
    text-align: left;
}

.address p {
    font-size: 17px;
    font-weight: 300;
    color: #7c7c7c;
    text-align: left;
}

.contact-section .form {
    background-color: rgba(0, 0, 0, 0.6);
    min-height: 550px;
    padding: 50px;
}

.contactus .form-control {
    border-bottom: #474746 solid 1px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    color: #9f9f9f;
    display: block;
    font-size: 18px;
    height: auto;
    line-height: 1.42857;
    padding: 5px 0;
    width: 100%;
    font-weight: 300;
}

.contactus .form-control:focus {
    border-bottom: #3eda01 solid 1px;
}

.contactus .textarea {
    height: 140px;
}

.contactus .form-control::-webkit-input-placeholder {
    /* Chrome */
    color: #949494;
    opacity: 0.5;
}

.contactus .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #949494;
    opacity: 0.5;
}

.contactus .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #949494;
    opacity: 0.5;
}

.contactus.form-control:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #949494;
    opacity: 0.5;
}

.footer {
    background: #131313;
    padding: 40px 0 20px;
}

.footer p {
    font-weight: 300;
    font-size: 14px;
    color: #848484;
    text-align: center;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.help-block ul {
    margin: 0;
    padding: 0;
}

.help-block ul li {
    color: red;
    list-style: none;
    font-size: 15px;
    font-weight: 300;
    padding: 10px 0;
}

@media screen and (max-width: 1410px) {
    .banner-tagline {
        height: auto;
        width: 620px;
    }
}

@media screen and (max-width: 1199px) {
    .nav>li>a {
        padding: 10px 0 10px 12px;
    }

    .banner-tagline {
        width: 970px;
    }

    .services ul li {
        min-height: 490px;
        width: 290px;
    }

    .services ul li p {
        font-size: 16px;
    }

    .navbar {
        font-size: 15px;
    }
}

@media screen and (max-width: 991px) {
    .how p {
        text-align: center;
    }

    .spacer {
        margin-top: 50px;
    }

    .center {
        text-align: center;
    }

    .btn {
        width: 100%;
    }

    .divider {
        display: none;
    }

    .navbar {
        padding: 12px 0 0 0;
    }

    .navbar-brand img {
        max-height: 100px;
        margin-top: 5px;
    }

    .navbar-nav {
        float: none;
        width: 100%;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        background: #fff;
        margin-top: 0;
    }

    .quick-contact-header {
        display: none;
    }

    .banner {
        padding-top: 130px;
    }

    .banner-tagline p {
        font-size: 17px;
        text-align: center;
    }

    .banner-tagline h1 {
        font-size: 30px;
        text-align: center;
    }

    .banner-tagline .underline {
        margin: 18px auto;
        float: none;
    }

    .carousel-inner>.item>img,
    .carousel-inner>.item>a>img {
        width: auto;
        height: 400px;
    }

    .banner-tagline {
        left: 0;
        width: 95%;
        margin: -38% 15px 0 15px;
    }

    .shrink {
        height: 120px;
    }

    .shrink .navbar-brand img {
        max-height: 100px;
    }

    .navbar {
        height: 130px;
    }

    .navbar-brand {
        height: 118px;
    }

    .navbar-nav {
        padding: 10px;
    }

    .navbar-toggle {
        margin-top: 35px;
    }

    .shrink .navbar-nav {
        padding-top: 10px;
    }

    .services ul li {
        width: 330px;
    }

    .services ul li p {
        font-size: 17px;
    }

    .background img {
        margin: 30px 0 0;
    }

    .contact-section .address,
    .contact-section .form {
        min-height: inherit;
        height: auto;
    }

    .contactus .contact-section {
        background-image: none;
        background: #
    }

    /* mobile menu activate */
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    .services,
    .background {
        padding: 30px 0;
    }

    .contactus {
        margin: 30px 0 0 0;
    }

    .services h1,
    .aboutus h1,
    .background h1,
    .testimonials h1,
    .contactus h1 {
        font-size: 35px;
        text-align: center;
    }

    .aboutus p {
        font-size: 18px;
    }

    .aboutus .underline,
    .background .underline,
    .testimonials .underline {
        margin: 0 auto 15px;
    }

    .background img {
        margin: 30px auto 0;
    }

    .background p {
        margin: 0;
        font-size: 18px;
    }

    .carousel-indicators {
        left: 50%;
    }

    .testimonials p,
    .address p {
        text-align: center;
    }

    .testimonials p {
        font-size: 18px;
    }

    .testimonials {
        min-height: inherit;
    }

    .carousel-inner>.item {
        min-height: inherit;
    }

    .modal-dialog {
        width: auto;
    }
}

@media screen and (max-width: 740px) {
    .services ul li {
        width: 100%;
        height: auto;
        margin: 0 0 20px 0;
        min-height: auto;
    }

    .aboutus {
        background-image: none;
    }

    .banner-tagline {
        margin: -50% 15px 0 15px;
    }
}

@media(min-width:767px) {
    .navbar {
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 12px 0
    }
}

@media(max-width:650px) {
    .testimonials {
        background-image: none;
    }
}

@media(max-width:580px) {
    .banner-tagline {
        margin: -65% 15px 0 15px;
    }
}

@media(max-width:485px) {
    .banner-tagline {
        margin: -80% 15px 0 10px;
        padding: 18px;
    }

    .navbar-brand img {
        width: 300px;
        margin-left: 15px;

    }
}

@media(max-width:375px) {
    .banner-tagline {
        margin: -100% 15px 0 10px;
        padding: 18px;
    }

    .navbar-brand img {
        width: 260px;
        margin-left: 15px;
    }
}
}