/* Add here all your CSS customizations */
.page-header h1 {
    font-size: 28px;
}
.img-logo,
.img-logo-white {
    max-width: 175px;
}
.img-logo-white {
    display: none;
}
#header .header-nav-features .header-nav-top-icon,
#header .header-nav-features .header-nav-top-icon-img {
    font-size: 1rem;
}
.uppercase {
    text-transform: uppercase;
}
.blue-sm {
    color: #0a9ad7;
}
.btn-25 {
    font-size: 16px;
}
.black25 {
    font-size: 25px;
    font-weight: 500;
    color: #000000;
}
.quote {
    font-size: 18px;
    text-align: center;
}
.quote .left {
    width: 30px;
    float: left;
}
.quote .right {
    width: 30px;
    float: right;
}
.share-ideas {
    margin-top: 5px;
}
.share-ideas img {
    width: 40px;
}
.btn-all-prj {
    width: 80%;
    background-color: rgba(0, 0, 0, 0.3) !important;
    padding: 15px 0;
    font-size: 21px;
    color: #ffffff;
}
.blue-line {
    border-top: 1px solid #0a9ad7;
}
.section-heading {
    color: #0a9ad7;
    font-weight: bold;
    font-size: 28px;
    margin-top: -12px;
}
.pt24 {
    padding-top: 24px;
}
.pt30 {
    padding-top: 30px;
}
.mb30 {
    margin-bottom: 30px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt30 {
    margin-top: 30px;
}
.mt50 {
    margin-top: 50px;
}
.mb100 {
    margin-bottom: 100px;
}
.br15 {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
.br30 {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
.btn-get-in-touch {
    width: 80%;
    padding: 15px 0;
    font-size: 21px;
}
.theme-blue-bg {
    background-color: #0a9ad7;
}
.featured-boxes .featured-box {
    margin-top: 0%;
    background-color: #ffffff;
}
.featured-boxes-style-4 .featured-box .box-content {
    padding: 10px 0 10px 0;
}
.featured-boxes-style-4 .featured-box .box-content p {
    margin-bottom: 0;
    font-size: 18px;
    margin-top: 8px;
}
.featured-boxes-style-4 .featured-box .box-content h4 {
    margin-top: 20px;
}
.text-50 {
    font-size: 50px !important;
}
.instagram-heading {
    color: #0a9ad7;
    font-weight: bold;
    font-size: 40px;
}
/* .container-blue-line {
    border-top: 1px solid #0a9ad7;
} */
.container-blue-line > .container {
    background-color: #ffffff;
    margin-top: -1px;
}
html .text-color-blue {
    color: #0a9ad7 !important;
}
.services-container {
    background-color: rgb(238, 238, 238);
    padding-top: 30px;
    padding-bottom: 30px;
}
.service-item img {
    max-width: 95px;
    margin-bottom: 20px;
}
.service-item .title {
    color: #8b5a20;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 25px;
}
.service-item .title:after {
    content: "";
    background-color: #8b5a20;
    height: 2px;
    display: block;
    width: 50%;
    margin-top: 10px;
}
.service-item .desc {
    color: #333333;
    font-size: 16px;
}
.quote-container {
    background-color: #c1a678;
    padding-top: 50px;
    padding-bottom: 50px;
}
.quote-container .title,
.quote-container .desc {
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 0;
}
.quote-container .title {
    font-size: 40px;
}
.quote-container .desc {
    font-size: 15px;
    margin-top: 15px;
}
.quote-container .form-row {
    margin-top: 25px;
}
.quote-field label {
    display: block;
    color: #ffffff;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 0;
}
.quote-field.template label {
    color: black;
}
.quote-field input[type="text"],
.quote-field textarea {
    outline: none;
    width: 100%;
    border: 1px solid #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;
    padding: 8px;
}
.quote-field.template input[type="text"],
.quote-field.template textarea {
    border: 1px solid #000000;
}
.quote-field input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.quote-field input[type="radio"]:after {
    width: 14px;
    height: 14px;
    border-radius: 15px;
    top: -2px;
    left: 3px;
    position: relative;
    background-color: white;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
input[type="radio"]:checked:after {
    width: 14px;
    height: 14px;
    border-radius: 15px;
    top: -2px;
    left: 3px;
    position: relative;
    background-color: #996600;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
/* input[type="radio"].template:checked:after {
    top: 3px;
} */
.quote-type {
    padding-left: 50px !important;
}
.document-upload {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ffffff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -khtml-border-radius: 15px;
    margin-top: 50px;
    padding: 50px 0 10px;
}
.document-upload.template {
    border: 1px solid #000000;
}
.document-upload img {
    max-width: 75px;
}
.document-upload p {
    color: #ffffff;
    font-size: 20px;
    margin-top: 15px;
}
.document-upload.template p {
    color: #000000;
}
.btn-send-request {
    display: block;
    width: 100%;
    background: white;
    margin-top: 40px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;
    font-size: 15px;
    color: #996600;
}
.btn-send-request.template {
    border: 1px solid #000000;
}
.btn-send-request:hover {
    color: #ffffff;
    background: #996600;
}
.service-heading p {
    color: #333333;
    font-weight: bold;
    font-size: 32px;
}
.service-heading p span {
    font-size: 16px;
    display: inline-block;
    margin-top: 15px;
}
#footer a.link {
    color: #000000 !important;
}
#footer .footer-ribbon {
    margin-top: -20px;
}
#footer a.link:hover {
    text-decoration: underline !important;
}
.quick-links li a {
    font-size: 17px;
}
.border-right-dashed {
    border-right: 1px dashed;
}
.border-dashed {
    border: 1px dashed !important;
}
.p-left20 {
    padding-left: 20px;
}
.text-25px {
    font-size: 25px !important;
}
.social-media {
    color: #000000;
    font-size: 15px;
}
.social-media .social-links {
    display: inline-block;
    background-color: #fafafa;
    padding: 5px;
}
.social-media .social-links a {
    display: inline-block;
    background-color: #848489;
    padding: 5px 12px;
}
.social-media .social-links a i {
    color: #ffffff !important;
}
#newsletterForm {
    margin-top: 10px;
}
.footer-black {
    background-color: #000000;
}
.footer-black .container {
    padding: 15px;
    margin-top: 15px;
    color: #ffffff;
}

.footer-black .container a {
    color: #ffffff !important;
}
.footer-black .container a:hover {
    text-decoration: underline !important;
}
#footer .footer-copyright p {
    font-size: 14px;
}
#instagramfeeds {
    margin-top: 30px;
}
#instagramfeeds img {
    max-width: 100%;
    height: auto;
    margin-top: 30px;
}
.page-header {
    background-color: #0a9ad7;
}
.page-header .breadcrumb > li {
    font-size: 13px;
    color: #eeeeee;
}
.page-header .breadcrumb > li a {
    color: #eeeeee;
}
section.page-header .page-header-title-border {
    background-color: black !important;
}
.frm-signup .row {
    margin-top: 20px;
}
.frm-signup .row .form-control {
    padding: 25px;
}
.frm-signup .row select.form-control {
    padding: 10px;
    height: 50px;
}
.btn-big {
    font-size: 25px;
    padding: 8px 40px;
}
.form-title {
    font-size: 18px;
}
.hidden {
    display: none;
}
.footer-text.right {
    text-align: right;
}
.page-title-header {
    height: 438px;
    background-repeat: no-repeat;
    /*background-size: contain;*/
    background-position: center;
}
.page-title-header .page-desc {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding-left: 30px;
}
.page-desc .title {
    color: #0a9ad7;
    font-weight: bold;
    font-size: 20px;
}
.page-desc .tag-line {
    color: #ffffff;
    font-weight: bold;
    font-size: 25px;
}
#header .header-nav.header-nav-links nav > ul li:hover > a {
    text-decoration: none;
}
#header .header-nav.header-nav-links nav > ul li.selected > a {
    color: #0a9ad7;
}
html .bg-color-dark,
html .bg-dark {
    background-color: #000000 !important;
}
.header-nav-main {
    z-index: 999;
}
.col-photo {
    margin-bottom: 15px;
}
.home-news .news-date {
    position: absolute;
    top: 15px;
    left: 30px;
    color: #ffffff;
    font-size: 25px;
}
.news-sm .news-date {
    font-size: 15px;
}
.home-news .news-title {
    color: #ffffff;
    position: absolute;
    bottom: 50px;
    margin-right: 15px;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}
.news-sm .news-title {
    font-size: 14px;
}
.home-news .news-button {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
    padding-right: 30px;
}
.home-news .news-button a {
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    padding: 6px 15px;
    border-radius: 15px;
}
.news-sm .news-button a {
    padding: 3px 10px;
    font-size: 12px;
}
.home-news .news-button a:hover {
    text-decoration: none;
}
.h-news-row {
    padding-top: 30px;
}
.modal-body h5 {
    text-transform: initial;
}
#btnSubmitIdea i {
    display: inline-block;
    margin-left: 5px;
}
.news-thumb.news-sm {
    height: 171px;
    background-repeat: no-repeat;
    background-size: cover;
}
.news-detail-title {
    font-size: 22px;
}
.news-detail-img {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}
.news-detail-img img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
.news-detail-date {
    background-color: #ceb05e;
    display: inline-block;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-size: 20px;
    margin-bottom: 15px;
}
.col-media {
    margin-bottom: 30px;
}
.col-media .img {
    border: 1px solid #cccccc;
}
.col-media .img img {
    margin: 0 auto;
    padding: 15px;
}
.col-media .title {
    background-color: #0a9ad7;
    color: #ffffff;
}
.col-media .title,
.col-media .button {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
}
.col-media .file-size {
    text-align: center;
    padding-bottom: 15px;
    color: #d1b85b;
    font-weight: bold;
}
/*Media*/
@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li > a {
        font-size: 17px;
    }
    /*#header .header-nav-main nav > ul > li > a .fa-chevron-down {*/
    /*display: none;*/
    /*}*/
}
@media (max-width: 1199px) {
    .page-title-header {
        height: 381px;
    }
}

@media (max-width: 991px) {
    .all-prj {
        margin-top: 20px;
    }
    .container-blue-line {
        border-top: 0;
    }
    .border-right-dashed {
        border-right: 0;
    }
    .form-title {
        margin-bottom: 10px;
    }
    .page-title-header {
        height: 285px;
    }
}
@media (max-width: 767px) {
    .h-news-row {
        padding-top: 0;
    }
    .home-news img {
        margin: 0 auto;
        display: inherit;
    }
    .home-news .news-date {
        left: 105px;
    }
    .news-thumb {
        text-align: center;
    }
    .news-thumb.sm-1 {
        margin-top: 30px;
    }
    .news-thumb.sm-2 {
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .news-thumb.sm-1,
    .news-thumb.sm-2 {
        margin-left: 15px;
        margin-right: 15px;
    }
    .news-thumb.sm-5,
    .news-thumb.sm-7 {
        margin: 0;
    }
    .btn-get-in-touch {
        font-size: 15px;
    }
    .instagram-heading {
        font-size: 30px;
    }
    .footer-text {
        text-align: center !important;
    }
    footer .join-movement {
        font-size: 18px !important;
    }
    .page-title-header {
        height: 214px;
    }
}
@media (max-width: 767px) {
    .page-title-header {
        height: 193px;
    }
}
@media (max-width: 600px) {
    /*.coming-soon {*/
    /*margin-top: 45px;*/
    /*}*/
    .btn-get-in-touch {
        width: 96% !important;
    }
}
@media (max-width: 414px) {
    .sidebar-tools {
        display: none !important;
    }
}
