/*******************************/
/********* General CSS *********/
/*******************************/
body {
    color: #666666;
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 100;
}

a {
    color: #454545;
    transition: .3s;
}

a[role="button"] {
    cursor: pointer;
}

.page-body {
    margin: 15px 10px 45px 15px;
}

.page-body a {
    text-decoration: underline;
}

.dashboard-middle {
    display: flex;
}

.dashboard-content {
    padding: 10px;
    flex-direction: column;
    background-color: #7ea2b4;
    color: white;
    width: 100%;
}

.logo-header {
    display: flex;
    justify-content: center;
}

.nav__cont {
    position: relative;
    width: 60px;
    top:0;
    /*height: 200px;*/
    z-index: 100;
    background-color: #7ea2b4;
    overflow:hidden;
    transition:width .4s ease;
    cursor:pointer;
    box-shadow:4px 0px 4px rgba(0,0,0,.4);
}

@media screen and (min-width: 900px) {
    .nav__cont {
        width: 250px;
    }
}

/*.nav__cont:hover {*/
/*width:350px;*/
/*}*/

.nav {
    list-style-type: none;
    color:white;
}

.nav:first-child {
    padding-top:1.5rem;
}

.rdt {
    color: black;
}

.header .topbar-col a.currentLink {
    color: dimgrey;
    pointer-events: none;
    cursor: default;
}

.nav__items {
    /*padding-bottom:1rem;*/
    height: 70px;
    font-family: 'Montserrat', sans-serif;
}

.nav__items a.linkCaption {
    display: none;
}

.nav__items svg {
    width:26px;
    height:26px;
    position: relative;
    left:-25px;
    cursor:pointer;
}

.nav svg:hover path {
    fill: #f7a800;
}

@media screen and (min-width: 600px) {
    .nav__cont:hover {
        width:250px;
    }
    .nav__items a.linkCaption {
        position: relative;
        display:block;
        top:-35px;
        padding-left:5px;
        padding-right:15px;
        transition:all .3s ease;
        margin-left:15px;
        margin-right:10px;
        text-decoration: none;
        color: lavender;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        font-size: 1.35em;
    }

    .nav__items a.linkCaption:after {
        content:'';
        width: 100%;
        height: 100%;
        position: absolute;
        top:0;
        left:0;
        border-radius:2px;
        background:radial-gradient(circle at 94.02% 88.03%, #f7a800, transparent 100%);
        opacity:0;
        transition:all .5s ease;
        z-index: -10;
    }

    .nav__items:hover a.linkCaption:after {
        opacity:1;
    }

    .nav svg:hover path {
        fill: #90A4AE;
    }
}

@media screen and (min-width:768px) {
    .nav__items svg {
        width:32px;
        height:32px;
        left:-15px;
    }
}

a:hover,
a:active,
a:focus {
    color: #333333;
    outline: none;
    text-decoration: none;
}

.btn:focus {
    box-shadow: none;
}

.wrapper {
    position: relative;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    background: #ffffff;
}

.form-group {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.form-row {
    margin-left: 5px;
    margin-right: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -5px;*/
    /*margin-left: -5px;*/
}

.form-row .form-group {
    margin-left: 0;
    margin-right: 0;
}

/*.btn {*/
/*margin-left: 10px;*/
/*}*/

@media (min-width: 767.98px) and (max-width: 992px) {
    .price-title {
        height: 60px;
    }
}

.break {
    position: absolute;
    display: flex;
    clear: left;
    flex-direction: row;
    /*display: none;*/
    /*flex-basis: 100%;*/
    height: 0;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #f7a800;
    color: #000000;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    border-radius: 5px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 9;
    padding: 0;
    border: 0;
}

.back-to-top:hover {
    color: #ffffff;
    background: #7ea2b4;
}

.back-to-top i {
    padding-top: 10px;
}

/*******************************/
/********** Header CSS *********/
/*******************************/
.header {
    position: relative;
    width: 100%;
    padding: 0 0 0 0;
    background: #007e9c;
}

.header.home {
    margin-bottom: 45px;
}

@media (min-width: 992px) {
    .header {
        padding: 15px 0 0 0;
    }
    .header .row {
        padding: 0 60px;
    }
}

.header .header-top {
    /*padding-bottom: 15px;*/
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.header .brand {
    position: relative;
    width: 300px;
    height: 90px;
    margin-bottom: 15px;
}

.header .brand a {
    color: #ffffff;
    font-size: 60px;
    font-weight: 100;
    width: 300px;
    height: 90px;
}

.header .brand img {
    /*max-width: 300px;*/
    /*max-height: 100px;*/
    /*width: 300px;*/
    height: 80px;
}

.header .topbar {
    position: relative;
    text-align: right;
}

.header .topbar .topbar-col {
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 15px;
}

.header .topbar-col a {
    color: #ffffff;
    font-size: 13px;
}

.header .topbar-col a i {
    margin-right: 10px;
    color: #f7a800;
}

.header .topbar-social {
    position: relative;
}

.header .topbar-social a {
    display: inline-block;
}

.header .topbar-social a i {
    margin-right: 10px;
    font-size: 18px;
    color: #ffffff;
}

.header .topbar-social a:last-child i {
    margin: 0;
}

.header .topbar-social a:hover i {
    color: #f7a800;
}

.header .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 5px;
    background: #eeeeee;
}

.header .dropdown-menu a.active {
    color: #f7a800;
}

.multiLineMenu {
    display: flex;
    flex: 1;
}

#navbarCollapse.collapsing ul {
    display: block;
}

#navbarCollapse.show ul {
    display: block;
}

@media (min-width: 992px) {
    .header .navbar {
        background: transparent !important;
    }

    .header .navbar-brand {
        display: none;
    }

    .header .navbar-light a.nav-link,
    .header .navbar-light .show > .nav-link {
        position: relative;
        padding: 8px 10px;
        color: #ffffff;
        font-size: 16px;
        z-index: 1;
    }

    .header .navbar-light a.nav-link:hover,
    .header .navbar-light a.nav-link.active {
        color: #f7a800;
    }
}

@media (max-width: 992px) {
    .header .brand {
        text-align: center;
        margin-bottom: 15px;
    }

    .header .topbar {
        text-align: center;
        margin-bottom: 15px;
    }

    .header .topbar .topbar-col {
        margin: 0;
    }

    .header .topbar .topbar-social {
        margin-top: 5px;
    }

    .header .navbar {
        background: #ffffff !important;
        border: none;
        z-index: 1;
    }

    .header a.nav-link {
        padding: 5px 0;
    }

    .header .dropdown-menu {
        box-shadow: none;
    }
}

.header .navbar .btn {
    position: relative;
    margin-left: 15px;
    padding: 12px 20px 10px 20px;
    font-size: 13px;
    text-transform: uppercase;
    color: #007e9c;
    border: none;
    border-radius: 5px;
    background: #ffffff;
    transition: .3s;
}

.header .navbar .btn:hover {
    color: #000000;
    background: #f7a800;
}

.header .navbar .btn i {
    font-size: 16px;
    margin-right: 8px;
}

@media (max-width: 992px) {
    .header .navbar {
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .header .navbar .btn {
        display: none;
    }
}

.header .hero {
    padding-top: 60px;
    padding-bottom: 60px;
}

.header .hero h2 {
    margin: 0;
    font-size: 60px;
    font-weight: 100;
    color: #ffffff;
}

.header .hero h2 span {
    color: #f7a800;
}

.header .hero p {
    margin: 10px 0 20px 0;
    font-size: 22px;
    color: #ffffff;
}

.header .hero a.btn {
    position: relative;
    padding: 15px 30px;
    font-size: 16px;
    text-transform: uppercase;
    color: #007e9c;
    border: none;
    border-radius: 5px;
    background: #ffffff;
    transition: .3s;
}

.header .hero a.btn:hover {
    color: #000000;
    background: #f7a800;
}

.header .hero .form {
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .4);
    background: rgba(255, 255, 255, .3);
    border-radius: 5px;
}

.header .hero .form h3 {
    color: #ffffff;
    font-weight: 300;
}

.header .hero .form input,
.header .hero .form select,
.header .hero .form textarea {
    margin-bottom: 15px;
    height: 45px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, .3);
    background: rgba(255, 255, 255, .2);
}

.header .hero .form textarea {
    height: 75px;
}

.header .hero .form select,
.header .hero .form input::placeholder,
.header .hero .form textarea::placeholder {
    color: #ffffff;
}

.header .hero .form select option:not(:checked) {
    color: #666666;
}

.header .hero .form .btn {
    position: relative;
    padding: 10px 35px;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    border: none;
    border-radius: 5px;
    background: #f7a800;
    transition: .3s;
}

.header .hero .form .btn:hover {
    color: #007e9c;
    background: #ffffff;
}

@media (max-width: 767.98px) {
    .header .hero .form {
        margin-top: 45px;
    }
}


/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
    position: relative;
    /*margin-bottom: 45px;*/
    padding: 30px 0;
    text-align: center;
    background: #f7a800;
}

.page-header h2 {
    color: #000000;
    font-size: 60px;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .page-header h2 {
        font-size: 40px;
    }
}

.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    font-weight: 300;
    color: #007e9c;
}

.page-header a:hover {
    color: #000000;
}

.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #666666;
}

.page-header a:last-child::after {
    display: none;
}

/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.blog .blog-item {
    position: relative;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 30px;
    background: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.blog .blog-item img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.blog .blog-item h3 {
    margin: 0;
    padding: 25px 30px 5px 30px;
    font-size: 22px;
    font-weight: 300;
    color: #007e9c;
}

.blog .blog-item .meta {
    padding: 0 30px 15px 30px;
}

.blog .blog-item .meta * {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #999999;
}

.blog .blog-item .meta i {
    margin: 0 2px 0 10px;
}

.blog .blog-item .meta i:first-child {
    margin-left: 0;
}

.blog .blog-item p {
    padding: 0 30px;
    font-size: 16px;
}

.blog .blog-item a.btn {
    position: relative;
    margin: 5px 30px 30px 30px;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    border: none;
    border-radius: 5px;
    background: #f7a800;
    transition: .3s;
}

.blog .blog-item:hover a.btn {
    color: #ffffff;
    background: #007e9c;
}

.blog .blog-item a.btn:hover {
    color: #000000;
    background: #f7a800;
}

/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    /*padding: 45px 0;*/
    padding: 10px 0;
}

.contact .faqs {
    padding: 0;
}

@media(max-width: 767.98px) {
    .contact .faqs {
        margin-bottom: 30px;
    }
}

.contact .contact-form input {
    height: 60px;
    border-radius: 5px;
}

.contact .contact-form .btn {
    height: 60px;
    padding: 0 20px;
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    background: #f7a800;
    border-radius: 5px;
    transition: .3s;
}

.contact .contact-form .btn:hover {
    color: #ffffff;
    background: #007e9c;
}

.contact-error {
    color: white;
    background-color: orangered;
}

/*******************************/
/******* Single Page CSS *******/
/*******************************/
.single {
    position: relative;
    width: 100%;
    padding: 45px 0 65px 0;
}

.single h1,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6 {
    font-weight: 400;
}

.single img {
    margin: 10px 0 15px 0;
}

.single .table,
.single .list-group {
    margin-bottom: 30px;
}

.single .section-header h2 {
    font-weight: 100;
}


/********************************/
/********* Footer CSS ***********/
/********************************/
.footer {
    position: relative;
    /*margin-top: 45px;*/
    /*padding-top: 90px;*/
    background: #007e9c;
    color: #ffffff;
    font-weight: 300;
}

.footer .footer-contact,
.footer .footer-link,
.footer .footer-form {
    position: relative;
    margin-bottom: 45px;
}

.footer .footer-contact h2,
.footer .footer-link h2,
.footer .footer-form h2{
    position: relative;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 400;
    color: #f7a800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer .footer-contact p {
    font-size: 14px;
}

.footer .footer-contact p i {
    width: 25px;
}

.footer .footer-social {
    position: relative;
    margin-top: 25px;
}

.footer .footer-social a {
    display: inline-block;
}

.footer .footer-social a i {
    margin-right: 15px;
    font-size: 25px;
    color: #ffffff;
}

.footer .footer-social a:last-child i {
    margin: 0;
}

.footer .footer-social a:hover i {
    color: #f7a800;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #ffffff;

}

.footer .footer-link a::before {
    position: relative;
    content: "\f0da";
    font-family: "FontAwesome";
    font-weight: 900;
    margin-right: 10px;
}

.footer .footer-link a:hover {
    color: #f7a800;
}

.footer .footer-form input {
    height: 45px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
}

.footer .footer-form .btn {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 14px;
    font-weight:400;
    text-transform: uppercase;
    color: #000000;
    background: #f7a800;
    border-radius: 5px;
    transition: .3s;
}

.footer .footer-form .btn:hover {
    color: #ffffff;
    background: #007e9c;
}

.footer .footer-menu {
    position: relative;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu .f-menu {
    font-size: 0;
    text-align: center;
}

.footer .footer-menu .f-menu a {
    color: #ffffff;
    font-size: 14px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #ffffff;
}

.footer .footer-menu .f-menu a:hover {
    color: #f7a800;
}

.footer .footer-menu .f-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


.footer .copyright {
    padding: 30px 15px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer .copyright p {
    margin: 0;
    font-size: 14px;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #f7a800;
    font-weight: 400;
}

.footer .copyright p a:hover {
    color: #ffffff;
}

@media (max-width: 768px) {
    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
}
