/* @import */

@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700|Roboto:100,300,400,500,700');
@import url('font-awesome.min.css');

/* Body */

body {
    font: 400 16px/1.75 "Roboto", sans-serif;
}

*+p {
    margin-top: 43px;
}

a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

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

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.row+.row {
    margin-top: 56px;
}

input,
textarea {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    background-color: #ffffff;
    border: 1px solid #d9dadc;
    color: #999999;
}

button,
input,
select,
textarea {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2.1429;
    vertical-align: baseline;
    margin: 0;
    max-width: 100%;
    border-radius: 0;
    background-color: #f7f7f7;
    outline: none;
}

button,
input {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}


/* Header */

header {
    background: #192229;
    padding: 12px 0;
    color: #fff;
}

header .navbar-custom {
    margin-bottom: 0;
}

header .navbar-header h1 {
    margin: 0;
    float: left;
    width: 170px;
}

header .navbar-header .navbar-brand {
    height: inherit;
    padding: 0; 
    margin: 0;
    float: left;
    width: 192px;
}

header .navbar-nav > li {
    font-size: 18px;
}

header .navbar-nav > li > a {
    color: #fff;
}

header .navbar-nav > li > a:hover,
header .navbar-nav > li > a:focus,
header .navbar-nav .open > a,
header .navbar-nav .open > a:hover,
header .navbar-nav .open > a:focus {
    background-color: transparent;
    color: #1AA1D2;
}

header .dropdown-menu {
    background: #192229;
}

header .dropdown-menu > li > a {
    color: #fff;
    padding: 6px 20px;
    font-size: 16px;
    text-transform: capitalize;
}

header .dropdown-menu > li > a:hover,
header .dropdown-menu > li > a:focus {
    background-color: #1AA1D2;
    color: #fff;
}

header .navbar-toggle .icon-bar {
    background-color: #1AA1D2;
}


/* backgrounds */

.bg-primary {
    background: #1AA1D2;
    color: #fff;
}

.bg-secondary {
    background: rgba(83, 215, 105, 0.1);
}

.bg-secondary a {
    color: #1AA1D2;
}

.bg-secondary a:hover,
.bg-secondary a:focus {
    color: #000;
}


/* Well */

.well {
    border: none;
    border-radius: 0;
}

.well-2 {
    padding: 110px 0 140px;
}


/* Headings */
h1,
.heading-1 {
    font-size: 60px;
    line-height: 1.3;
    font-weight: 700;
}

.bg-secondary h1,
.bg-secondary .heading-1 {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0;
}

h2,
.heading-2 {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 700;
}

h3,
.heading-3 {
    font-size: 40px;
    line-height: 1.25;
    margin: 0;
}

h4,
.heading-4 {
    font-size: 20px;
    line-height: 1.25;
    margin: 0;
}

h4+p {
    margin-top: 20px;
    margin-bottom: 40px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6 {
    font-family: "Roboto Slab", sans-serif;
    text-transform: capitalize;
}

.normal {
    font-weight: 400;
}


/* HR */

*+hr {
    margin-top: 45px;
}

h3+hr {
    margin-top: 50px;
}

.bg-primary hr {
    background: #fff;
}

hr {
    display: inline-block;
    padding: 0;
    border: none;
    width: 62px;
    height: 5px;
    background: #1AA1D2;
}


/* Contact Info */

*+.contact-info {
    margin-top: 28px;
}

.contact-info dl dt,
.contact-info dl dd {
    display: inline-block;
}

.marked-list,
.list,
cite,
.contact-info,
.nav {
    font-family: "Roboto Slab", sans-serif;
}


/* Marked List */

.marked-list li {
    position: relative;
    padding-left: 28px;
    font-size: 20px;
    line-height: 25px;
    color: #1AA1D2;
    text-transform: capitalize;
}

.marked-list li:before {
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
}

.marked-list li+li {
    margin-top: 19px;
}

.marked-list li a:hover,
.marked-list li a:focus {
    text-decoration: none;
}


/* Buttons */

.btn {
    border: none;
    border-radius: 0;
    display: inline-block;
    background: transparent;
    text-align: center;
    position: relative;
    font-family: "Roboto", sans-serif;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.btn .insider {
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.btn .insider:after {
    content: "";
    background-color: #fff;
    width: 110%;
    height: 20px;
    position: absolute;
    left: -101%;
    top: 50%;
    margin-top: -10px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn:hover .insider:after {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    left: 100%;
}

.btn-md {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 28px;
    margin-top: 40px;
}

.btn-default {
    color: #FFFFFF;
    background: #333;
}

.btn-default:hover,
.btn-default:focus {
    background: #147efb;
    color: #fff;
}

.btn-default:active,
.btn-default:visited {
    background: #333 !important;
    color: #fff !important;
    -webkit-box-shadow: 1px 1px 5px #147efb;
    -moz-box-shadow: 1px 1px 5px #147efb;
    box-shadow: 1px 1px 5px #147efb;
}


/* Icons */

.service-icon {}

.service-icon:hover .icon {
    background: #1AA1D2;
}

.service-icon .icon {
    display: inline-block;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px solid #1AA1D2;
    padding: 24px;
    margin-bottom: 40px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.service-icon a {
    border-bottom: 1px solid #1AA1D2;
    padding-bottom: 8px;
}


/* Contact Form */

.contact-form {
    background-color: #ffffff;
    padding-bottom: 60px;
    float: left;
    width: 100%;
}

.wrap-form,
.wrap-form input,
.wrap-form textarea {
    text-align: center;
}

.contact-form .wrap-form .form-header {
    padding: 30px 30px 15px 30px;
    background-color: #fecb2e;
    color: #ffffff;
    margin-bottom: 60px;
}

.contact-form .wrap-form .form-header h2 {
    font-size: 32px;
    margin: 0;
}

.contact-form .wrap-form .form-header h2+p {
    margin-top: 0;
}

.contact-form .wrap-form .form-builder-item {
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 10px;
}

.contact-form .wrap-form .form-builder-item input[type="text"],
.contact-form .wrap-form .form-builder-item input[type="email"],
.contact-form .wrap-form .form-builder-item textarea {
    padding: 9px 19px;
    width: 100%;
    border-color: #eaeaea;
    background-color: #ffffff;
    color: #999999;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2.1429;
}

.contact-form .wrap-form input[type="text"]:focus,
.contact-form .wrap-form input[type="email"]:focus,
.contact-form .wrap-form textarea:focus {
    border-color: #999999;
}

.contact-form .wrap-form .form-builder-item input[type="text"],
.contact-form .wrap-form .form-builder-item input[type="email"] {
    height: auto;
}

.contact-form .wrap-form .btn-md {
    margin-top: 0;
}


/* Footer */

footer {
    padding-top: 40px;
    background: #192229;
    color: #fff;
}

.foo-links {
    font-size: 14px;
}

.foo-links li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 4px;
    margin-bottom: 4px;
}

.foo-links li a:hover,
.foo-links li a:focus {
    opacity: .6;
    color: #fff;
}

footer hr {
    height: 2px;
    margin-bottom: 6px;
}

footer *+hr {
    margin-top: 14px;
}

footer address {
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
}

footer address a:hover,
footer address a:focus {
    opacity: .7;
    color: #fff;
}

footer .menu-social li {
    display: inline-block;
}

footer .menu-social a {
    position: relative;
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    margin: 5px 5px 0 0;
    background-color: #ffffff;
    color: #292a2e;
    text-align: center;
}

footer .menu-social a:hover,
footer .menu-social a:focus {
    background-color: #1AA1D2;
    color: #fff;
}

footer .foo-bottom {
    background: #0d1115;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    line-height: 35px;
    margin-top: 40px;
}

footer .foo-bottom a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}

footer .foo-bottom a:hover,
footer .foo-bottom a:focus {
    color: rgba(255, 255, 255, 0.5);
}

.check {
    padding: 10px 0;
    list-style: none;
    margin: 0;
    text-transform: capitalize;
}

.check li a {
    color: #1AA1D2;
    line-height: 32px;
}

.check li a:hover,
.check li a:focus {
    color: #3aa74c;
}

.check li:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 13px;
    left: 0;
    color: #1AA1D2;
    padding-right: 8px;
    position: relative;
    top: 0;
}

.check+p {
    margin-top: 16px;
}


/* Responsive */

@media (max-width: 767px) {
    .text-xs-center {
        text-align: center;
    }
    footer .foo-bottom {
        line-height: 20px;
        text-align: center;
        padding: 8px 0;
    }
    footer .foo-bottom .pull-left,
    footer .foo-bottom .pull-right {
        float: inherit !important;
    }
    footer .foo-bottom span {
        display: block;
    }
}

@media (max-width: 567px) {
    h2,
    .heading-2 {
        font-size: 3.75rem;
    }
    .contact-form .wrap-form .form-builder-item {
        padding-left: 20px;
        padding-right: 20px;
    }
}