/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

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

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.page-wrapper {
    min-height: 650px;
}

hr.primary {
    max-width: 80px;
    border: 2px solid #428499;
}

hr.white {
    max-width: 80px;
    border: 2px solid #ffffff;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.rounded {
    border-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

a {
    color: #0d47a1;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #428499;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
}

p {
    font-size: 13px;
    line-height: 1.5;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee
}

.bg-primary {
    background-color: #428499;
}

.bg-white {
    background-color: #ffffff;
}

.bg-light-grey {
    background: #f5f5f5;
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.text-faded {
    color: rgba(255, 255, 255, .7);
}

section {
    padding: 30px 0;
}

aside {
    padding: 30px 0;
}

.no-padding {
    padding: 0;
}

/*=============================================
sign up and login
==============================================*/
.sign-up {
    margin: 20px auto 50px auto;
    width: 90%;
}

.left-col .col-lg-7 {
    padding: 0;
}

.left-col h2 {
    font-size: 24px;
    font-weight: 500;
    color: #3F3F3F;
}

.left-col p {
    font-size: 13px;
    font-weight: 500;
    text-align: justify;
}

.right-col .col-lg-5 {
    padding: 0;
}

.right-col h2 {
    color: #3F3F3F;
    background-color: transparent;
    border-bottom: 2px solid #D0D0D0;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 14px 0;
    padding: 10px 15px 10px 0px;
}

.right-col p {
    margin: 25px 0 0 0;
}

.right-col a {
    color: #f37721;
}

.right-col a:hover {
    color: #363752;
}

/*========================================
Navigation Menu
 =========================================*/
.navbar {
    position: relative;
    min-height: 60px;
    margin-bottom: 20px;
    border-bottom: 1px solid transparent;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.navbar .navbar-header .navbar-brand {
    color: #428499;
}

.navbar .navbar-header .navbar-brand:hover,
.navbar .navbar-header .navbar-brand:focus {
    color: #428499;
}

.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
    background-color: #ffffff;
}

.navbar .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar .navbar-collapse,
.navbar .navbar-form {
    border-color: #428499;
}

.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
    color: inherit;
}

.navbar .nav > li > a,
.navbar .nav > li > a:focus {
    padding-top: 20px;
    font-size: 15px;
    color: #3F3F3F;
    font-weight: 500;
}

.navbar .nav > li > a:active,
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus:hover {
    color: #428499;
}

.navbar-nav > li.btn-link {
    padding: 12px 0;
    margin-right: 10px;
    transition: padding 0.5s ease;
    -webkit-transition: padding 0.5s ease;
    -moz-transition: padding 0.5s ease;
    -ms-transition: padding 0.5s ease;
    -o-transition: padding 0.5s ease;
}

.navbar-nav > li.btn-link .btn {
    padding: 8px 20px !important;
    color: #ffffff;
    font-size: 14px;
}

.navbar-nav > li.btn-link:last-child {
    margin-right: 0;
}

.navbar-nav > li.btn-link:hover,
.navbar-nav > li.btn-link:focus {
    text-decoration: none;
    background-color: transparent;
    cursor: default;
}

/*========================================
Header
 =========================================*/
header {
    position: relative;
    width: 100%;
    text-align: center;
    color: #fff;
    background-image: url(../img/header.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .overlay {
    background-color: #3F3F3F;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, .7);
}

.section-heading {
    margin-top: 0;
}

.page-header {
    margin-top: 0
}

.section-title {
    text-align: center;
    width: 100%;
    margin: 0 0 10px;
    position: relative;
    display: block
}

.section-title span {
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    background: #eee;
    border: 2px solid #428499;
    color: #428499;
    display: inline-block;
    font-size: 18px;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all .2s;
    z-index: 10
}

.section-title:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #428499;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media (min-width: 992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #428499;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

/*==================================================
Button
===================================================*/
.btn.btn-primary {
    background: #428499;
    font-weight: 500;
    color: #fff;
    border: 1px solid #428499;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active {
    background: #428499;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn.btn-secondary {
    background: #00695C;
    color: #fff;
    font-weight: 500;
    border: 1px solid #00695C;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.btn.btn-secondary.active {
    background: #00695C;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn.btn-blue {
    background: #2196f3;
    color: #fff;
    font-weight: 500;
    border: 1px solid #2196f3;
}

.btn.btn-blue:hover,
.btn.btn-blue:focus,
.btn.btn-blue:active,
.btn.btn-blue.active {
    background: #1565c0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-social {
    width: 3.25rem;
    height: 3.25rem;
    font-size: 1.25rem;
    line-height: 2rem
}

/*==================================================
Panel
===================================================*/
.panel {
    position: relative;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow:  0 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow:  0 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow:  0 1px 1px rgba(0, 0, 0, 0.4);
}

.panel > .panel-heading {
    text-transform: uppercase;
    color: #3F3F3F;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.panel > .panel-heading small {
    text-transform: none;
}

.panel > .panel-heading strong {
    font-family: inherit;
}

.panel > .panel-heading .buttons {
    display: inline-block;
    margin-top: -3px;
    margin-right: -8px;
}

.panel-default > .panel-heading {
    padding: 15px 15px;
    background: #fff;
}

.panel-default > .panel-heading small {
    color: #9E9E9E;
    font-size: 12px;
    font-weight: 300;
}

.panel > .panel-heading .btn {
    margin-bottom: 0 !important;
}

.panel-light {
    border: rgba(0, 0, 0, 0.1) 1px solid;
}

.panel-light > .panel-heading {
    padding: 11px 15px;
    background: transaprent;
    border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
}

.panel-heading a.opt > .fa {
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin-right: 2px;
    padding: 5px;
    position: relative;
    text-align: right;
    top: -1px;
}

.panel-heading > label > .form-control {
    display: inline-block;
    margin-top: -8px;
    margin-right: 0;
    height: 30px;
    padding: 0 15px;
}

.panel-heading ul.options > li > a {
    color: #999;
}

.panel-heading ul.options > li > a:hover {
    color: #333;
}

.panel-title a {
    text-decoration: none;
    display: block;
    color: #333;
}

.panel-body {
    background-color: #fff;
    padding: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.panel-footer {
    font-size: 12px;
    border-top: rgba(0, 0, 0, 0.02) 1px solid;
    background-color: rgba(0255, 255, 255, 1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/*==================================================
Card
===================================================*/
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card > hr {
    margin-right: 0;
    margin-left: 0
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group .card:only-child {
        border-radius: .25rem
    }

    .card-group .card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card-group .card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }

    .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

/*==================================================
Footer
===================================================*/
.footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #2c3e50;
    color: #fff
}

.copyright {
    padding: 2rem;
    background-color: #1a252f;
    color: #ffffff;
}

.copyright p{
    font-size: 13px;
}

.copyright a{
    color: #ffffff;
}

