body,
html {
    font-family: 'Open Sans', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #777;
    width: 100% !important;
    height: 100% !important
}

h1 {
    font-weight: 700
}

h1 strong {
    font-weight: 900
}

h2 {
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 600;
    margin: 0;
    color: #555
}

h3 {
    font-size: 16px;
    font-weight: 700;
    color: #555
}

h4 {
    font-weight: 500;
    color: #555
}

h5 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px
}

p {
    font-size: 14px
}

a {
    color: #754747
}

a:hover,
a:focus {
    text-decoration: none;
    color: #F4D03F
}

ul,
ol {
    list-style: none
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ddd;
    z-index: 99999;
    height: 100%
}

#status {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    padding: 0
}

ul,
ol {
    padding: 0;
    webkit-padding: 0;
    moz-padding: 0
}

hr {
    height: 4px;
    width: 70px;
    text-align: center;
    position: relative;
    background: #0d4173;
    margin: 0 auto;
    margin-bottom: 30px;
    border: 0
}

.navbar-custom {
    padding: 0;
    border-bottom: 0;
    letter-spacing: 1px;
    background: #0d4173;
    text-transform: uppercase
}

.navbar-custom .navbar-brand {
    font-weight: 600
}

.navbar-custom .navbar-brand img {
    height: 35px;
    margin-top: -8px
}

.navbar-custom .navbar-brand i.fa {
    color: #0d4173
}

.navbar-custom .navbar-brand:focus {
    outline: 0
}

.navbar-custom .navbar-toggle {
    color: #eee;
    font-size: 18px;
    border-radius: 2px;
    padding: 0 4px
}

.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background-color: #0d4173;
    color: #fff
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0
}

.navbar-custom a {
    color: #fff
}

.navbar-custom .nav li a {
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out
}

.navbar-custom .nav li a:hover {
    outline: 0;
    background: #fff;
    color: #0d4173
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
    color: #fff
}

.navbar-custom .nav li.active {
    outline: 0
}

.navbar-custom .nav li.active a {
    background-color: rgba(255, 255, 255, .3)
}

.navbar-custom .nav li.active a:hover {
    color: #fff
}

#intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #0d4173;
    background-color: #000;
    background: url(../img/intro-bg.jpg) no-repeat top left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover
}

#intro .intro-body {
    display: table-cell;
    vertical-align: middle
}

#intro .intro-body .intro-text {
    font-size: 20px
}

@media (min-width: 768px) {
    #intro {
        height: 100vh;
        /* full viewport height */
        padding-top: 100px;
        /* enough space for the header */
    }

    #intro .intro-body .intro-text {
        font-size: 50px;
        letter-spacing: 1px;
        margin-top: 330px;
        margin-bottom: 25px;
        color: #3a6b89;
        font-weight: 100;
        text-shadow: 0 1px #333
    }
}

.btn-default {
    color: #f6f6f6;
    background: #0d4173;
    border: 0;
    padding: 12px 10px;
    margin: 0 2px;
    font-size: 18px;
    border-radius: 20px;
    transition: all .4s ease-in
}

.btn-half {
    background: transparent;
    border: 1px solid #0d4173;
    color: #0d4173;
    text-shadow: 0 1px #0d4173
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
    background: #fff;
    color: #0d4173;
    border: 1px solid #0d4173;
    text-shadow: 0 1px #0d4173
}

.btn-half:hover {
    background: #fff;
    color: #0d4173;
    border: 1px solid #0d4173
}

.section-title.center {
    padding: 30px 0
}

.section-title h2,
.section-title.center h2 {
    margin-bottom: 30px
}

#about {
    padding: 140px 0;
    background: #f6f6f6
}

#about .about-text {
    margin-left: 10px
}

#about H4 {
    font-size: 20px
}

#about li {
    margin-bottom: 3px;
    list-style: none;
    padding: 0;
    font-size: 13px
}

#about li:before {
    content: "✓";
    font-weight: 600;
    padding-right: 10px;
    color: #0d4173
}

#about i.fa {
    float: left;
    display: block;
    margin-right: 15px;
    color: #fff;
    font-size: 44px;
    text-shadow: 0 0 1px #666
}

#about img {
    margin-top: 30px;
    margin-left: 41px
}

#about p {
    margin-top: 20px;
    margin-bottom: 30px
}

#services {
    padding: 140px 0;
    background: url(../img/services-bg.jpg);
    background-size: cover;
}

#services .service {
    margin: 20px 0;
    text-align: center;
    padding: 0
}

#services h2 {
    color: #f6f6f6
}

#services h3 {
    font-size: 20px;
    font-weight: 600;
    color: #f6f6f6
}

#services p {
    color: rgba(255, 255, 255, 0.7)
}

.space {
    margin-top: 40px
}

#services i.fa {
    font-size: 36px;
    color: #0d4173;
    transition: all .5s
}

@media (max-width: 991px) {
    #services p {
        text-align: center;
        width: 300px;
        margin: 0 auto
    }
}

#testimonials {
    background: transparent;
    background-size: cover;
    background-attachment: fixed;
    color: #ddd;
    padding: 70px 0 40px
}

#testimonials h2 {
    color: #555
}

#testimonials blockquote {
    position: relative;
    margin-top: 20px;
    border: 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.8)
}

#testimonials .service {
    padding: 0;
    !importantmargin: 0
}

#testimonials i {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 14px
}

#testimonials .clients-name {
    display: inline-block;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px 0;
    margin-top: 10px
}

.slick-slide {
    margin: 0 20px
}

.slick-slide img {
    width: 100%
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

#contact {
    padding: 70px 0 40px;
    background: #f6f6f6
}

#contact .contact-item {
    padding: 10px;
    margin: 10px;
    height: 100px;
    border-radius: 4px
}

#contact h3 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 70px
}

#contact form {
    padding: 30px 0
}

#contact i.fa {
    font-size: 22px;
    color: #0d4173;
    margin-bottom: 10px
}

#contact .text-danger {
    color: #f33;
    text-align: left
}

label {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    float: left
}

#contact .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

#contact .form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent
}

#contact .btn-default {
    background: #0d4173;
    border: 0;
    border-radius: 4px;
    padding: 10px 20px;
    color: #f6f6f6;
    margin-top: 15px;
    font-size: 15px
}

#contact .btn-default:hover,
#contact .btn-default:focus {
    color: #0d4173;
    background: #fff;
    border: 1px solid #0d4173
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    outline-offset: none
}

#contact .social ul {
    margin-top: 30px
}

#contact .social ul li {
    display: inline-block;
    margin: 0 20px
}

#contact .social i.fa {
    font-size: 24px;
    padding-top: 8px;
    color: #cf5022;
    border-radius: 4px;
    transition: all .3s
}

#contact .social i.fa:hover {
    color: #a13e1a
}

#footer {
    background: #0d4173;
    color: #ffffff;
    padding: 20px 0;
    text-align: center
}

#footer a {
    color: #999
}

#footer a:hover,
a:focus {
    color: #0d4173
}

#footer p {
    font-size: 13px;
    margin-top: 10px
}

@media (max-width: 768px) {
    .hover-bg .hover-text {
        padding: 20%
    }
}

@media (max-width: 640px) {
    #intro .intro-body H1 {
        font-size: 5em
    }
}

div#Testimonials1.text-center div.container div.section-title h2 span {
    color: #555;
    border: 1px solid #000
}