/* =======================================================
*
*   COGIA - Font
*
* ======================================================= */
@font-face {
    font-display: auto;
    font-family: "century-gothic";
    font-style: normal;
    font-weight: 400;
    src:url("https://use.typekit.net/af/afc5c6/00000000000000003b9b1f23/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/afc5c6/00000000000000003b9b1f23/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/afc5c6/00000000000000003b9b1f23/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
}

/* =======================================================
*
*   COGIA - DOM
*
* ======================================================= */
html, body {
    background: #fff;
    color: #999;
    font-family: 'century-gothic', sans-serif;
    height: 100vh;
    line-height: 1.5;
    margin: 0;
    position: relative;
    scroll-behavior: smooth;
    text-align: center;
}
.cogia-bgimg {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}
.cogia-bgimg-gradient {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    opacity: .7;
    -webkit-backface-visibility: hidden;
    background-color: #000000;
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #000000), color-stop(1, #01213C));
    background-image: -webkit-repeating-linear-gradient(top left, #000000 0%, #01213C 100%);
    background-image: repeating-linear-gradient(to bottom right, #000000 0%, #01213C 100%);
    background-image: -ms-repeating-linear-gradient(top left, #000000 0%, #01213C 100%);
    height: 100%;
}

/* =======================================================
*
*   COGIA - Intro
*
* ======================================================= */
#cogia-intro {
    background: #000;
    min-height: 100vh;
    opacity: 1;
    position: relative;
}
#cogia-bgimg-intro {
    background-image: url("/rsc/img/testimonials/testimonials-bgimg.jpg");
}

/* =======================================================
*
*   COGIA - About
*
* ======================================================= */
#cogia-about {
    background: #FFFFFF;
    min-height: 100vh;
    opacity: 1;
    position: relative;
}
#cogia-about-header {
    padding-top: 12vh;
    height: 100%;
}
#cogia-about-header > h2 {
    margin: 0 0 30px 0;
    font-size: 50px;
    font-weight: 300;
    color: #444444;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-bottom: 20px;
    line-height: 1.5;
    text-shadow: None;
    z-index: 2;
}
#cogia-about-header > h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 2px;
    background: #BF9751;
    left: 50%;
    margin-left: -40px;
    bottom: 0;
    z-index: 2;
}
#cogia-about-header > div > div > h3 {
    font-weight: 200;
    line-height: 1.5;
    color: #929292;
    text-shadow: None;
    padding-bottom: 6vh;
    position:relative;
    z-index: 4;
}
#cogia-about-body {
    padding-bottom: 12vh;
    height: 100%;
}
#cogia-about-body > div > div > h3 {
    font-weight: 200;
    line-height: 1.5;
    color: #929292;
    text-shadow: None;
    padding-top: 6vh;
    position:relative;
    z-index: 4;
}
#cogia-about-body-overlay {
    background: #fff;
    opacity: 1;
    z-index: 9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-family: century-gothic;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #7f7f7f;
}
#cogia-about-body-overlay-dark {
    z-index: 8;
    opacity: .5;
    background: #000;
        background-image: none;
    background-image: -webkit-gradient(linear,0% 0%,100% 100%,color-stop(0,#01213C),color-stop(1,#000000));
    background-image: -webkit-repeating-linear-gradient(top left,#01213C 0%,#000000 100%);
    background-image: repeating-linear-gradient(to bottom right,#01213C 0%,#000000 100%);
    background-image: -ms-repeating-linear-gradient(top left,#01213C 0%,#000000 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-family: century-gothic;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #7f7f7f;
}
#cogia-about-body-details {
    width: 33.33%;
    float: left;
    text-align: center;
    font-size: 16px;
    min-height: 300px;
    vertical-align: middle;
    padding: 40px;
    background: #fff;
        background-repeat: repeat;
        background-image: none;
        background-size: auto;
    background-image: none;
    background-size: auto;
    -webkit-box-shadow: 7px 14px 42px 3px rgba(163,174,184,.4);
    -moz-box-shadow: 7px 14px 42px 3px rgba(163,174,184,.4);
    -ms-box-shadow: 7px 14px 42px 3px rgba(163,174,184,.4);
    -o-box-shadow: 7px 14px 42px 3px rgba(163,174,184,.4);
    box-shadow: 7px 14px 42px 3px rgba(163,174,184,.4);
    z-index: 7;
    flex-grow: 1;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}
#cogia-about-body-details:hover > #cogia-about-body-overlay,
#cogia-about-body-details:focus > #cogia-about-body-overlay {
    opacity: 0;
    z-index: 9;
}
#cogia-about-body-text {
    position: relative;
    z-index: 10;
    font-family: century-gothic;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #7F7F7F;
}
#cogia-about-body-details:hover > #cogia-about-body-text,
#cogia-about-body-details:focus > #cogia-about-body-text,
#cogia-about-body-details:hover > #cogia-about-body-text i,
#cogia-about-body-details:focus > #cogia-about-body-text i,
#cogia-about-body-details:hover > #cogia-about-body-text h2,
#cogia-about-body-details:focus > #cogia-about-body-text h2 {
    color: #FFFFFF;
}
#cogia-about-body-text > h2 {
    color: #444444;
}
#cogia-about-body-text .btn-primary {
    background-color: #BF9751;
    border-color: #BF9751;
    color: #FFFFFF;
    text-decoration: none;
}
#cogia-about-body-text .btn-primary:hover,
#cogia-about-body-text .btn-primary:active,
#cogia-about-body-text .btn-primary:focus,
#cogia-about-body-text .btn-primary:active:focus {
    text-decoration: none;
    box-shadow: none;
}
#cogia-about-body-details:hover > #cogia-about-body-text .btn-primary {
    background-color: transparent;
    border-color: #FFFFFF;
    color: #FFFFFF;
    text-decoration: none;
    box-shadow: none;
}
#cogia-about-body-details:hover > #cogia-about-body-text .btn-primary:hover {
    background-color: #BF9751;
    border-color: #BF9751;
    color: #FFFFFF;
    text-decoration: none;
    box-shadow: none;
}
#cogia-about-body-details:hover > #cogia-about-body-text .btn-primary:focus,
#cogia-about-body-details:hover > #cogia-about-body-text .btn-primary:active
#cogia-about-body-details:hover > #cogia-about-body-text .btn-primary:active:focus {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #01213C;
    text-decoration: none;
    box-shadow: none;
}
div#cogia-about-body-text > i.far.fa-lightbulb-on {
    font-size: 50px;
    color: #BF9751;
    margin-bottom: 30px;
    display: block;
}

/* =======================================================
*
*   COGIA - Testimonials
*
* ======================================================= */
#cogia-testimonials {
    background: #000000;
    min-height: 100vh;
    opacity: 1;
    position: relative;
}
#cogia-bgimg-testimonials {
    background-image: url("/rsc/img/testimonials/testimonials-bgimg.jpg");
    background-attachment: scroll;
}
#cogia-testimonials-header {
    padding-top: 12vh;
    height: 100%;
}
#cogia-testimonials-header > h2 {
    margin: 0 0 30px 0;
    font-size: 50px;
    font-weight: 300;
    color: #FFFFFF;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-bottom: 20px;
    line-height: 1.5;
    text-shadow: None;
    z-index: 2;
}
#cogia-testimonials-header > h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 2px;
    background: #BF9751;
    left: 50%;
    margin-left: -40px;
    bottom: 0;
    z-index: 2;
}
#cogia-testimonials-header > div > div > h3 {
    font-weight: 200;
    line-height: 1.5;
    color: #EEEEEE;
    text-shadow: None;
    padding-bottom: 6vh;
    position:relative;
    z-index: 4;
}
#cogia-testimonials-body {
    background-color: transparent;
    position: relative;
    z-index: 10;
}
#cogia-testimonials-carousel-inner,
#cogia-testimonials-carousel-item {
    background-color: transparent;
    height: 100%;
}
#cogia-testimonials-body-container {
    background: transparent;
    height: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    width: 50%;
}
#cogia-testimonials-body-details {
    background: #FFFFFF;
    height: 700px;
    padding: 0 0 0 0;
    margin: auto;
    width: 85%;    
}
#cogia-testimonials-body-details-img {
    background-position: top center;
    background-size: cover;
    height: 370px;
}
#cogia-testimonials-body-details-text {
    bottom: 0;
    font-size: small;
    font-weight: 300;
    padding: 40px;
}
/*
#cogia-testimonials-body-details {
    background: #FFFFFF;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: small;
    font-weight: 300;
    height: 60vh;
    padding: 0;
    position: relative;
    text-align: center;
    width: 50%;
    z-index: 6;
}
#cogia-testimonials-body-overlay-dark {
    background-image: -webkit-gradient(linear,0% 0%,100% 100%,color-stop(0,#01213C),color-stop(1,#000000));
    background-image: -webkit-repeating-linear-gradient(top left,#01213C 0%,#000000 100%);
    background-image: repeating-linear-gradient(to bottom right,#01213C 0%,#000000 100%);
    background-image: -ms-repeating-linear-gradient(top left,#01213C 0%,#000000 100%);
    color: #FFFFFF;
    opacity: 0.5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 7;
}
#cogia-testimonials-body-overlay {
    background: #FFFFFF;
    color: #7F7F7F;
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 8;
}
#cogia-testimonials-body-details:hover > #cogia-testimonials-body-overlay,
#cogia-testimonials-body-details:focus > #cogia-testimonials-body-overlay {
    opacity: 0;
    z-index: 8;
}
#cogia-testimonials-body-details:hover > #cogia-testimonials-body-text,
#cogia-testimonials-body-details:focus > #cogia-testimonials-body-text {
    background: transparent;
    color: #FFFFFF;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#cogia-testimonials-body-text {
    bottom: 0;
    color: #3F3F3F;
    padding: 30px;
    position: absolute;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 9;
}
#cogia-testimonials-body-img {
    background: #FFFFFF;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%;
}
*/
#cogia-testimonials-footer {
    padding-bottom: 12vh;
}

/* =======================================================
*
* 	COGIA Contact Form
*
* ======================================================= */
#cogia-contact-form {
    padding-top: 12vh;
    padding-bottom: 15vh;
    height: 100%;
    color: #000000;
}
#cogia-contact-header > h2 {
    margin: 0 0 30px 0;
    font-size: 50px;
    font-weight: 300;
    color: #444;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-bottom: 20px;
    line-height: 1.5;
    text-shadow: None;
}
#cogia-contact-header > h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 2px;
    background: #BF9751;
    left: 50%;
    margin-left: -40px;
    bottom: 0;
}
#cogia-contact-header > div > div > h3 {
    font-weight: 200;
    line-height: 1.5;
    color: #929292;
    text-shadow: None;
    padding-bottom: 12vh;
}
ul#cogia-contact-info.fa-ul {
    padding: 0;
    margin: 0 0 1.5em 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: left;
}
ul#cogia-contact-info.fa-ul > li {
    font-family: century-gothic;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    color: #777777;
    padding-bottom: 50px;
}
span#cogia-contact-detail.fa-li {
    position: relative;
    padding: 0;
    margin: 0 0 1.5em 0;
    padding-left: 50px;
    flex: 1;
    width: 100%;
}
div#cogia-contact-detail-div {
    position: relative;
    margin-top: -30px;
    margin-left: 65px;
    text-decoration: none;
}
a#cogia-contact-submit-a-href {
    color: #BF9751;
    text-decoration: none;
}
a#cogia-contact-submit-a-href:hover {
    color: #01213C;
    text-decoration: none;
}
#cogia-contact-submit-inquiry {
    background: #BF9751;
    border-color: #BF9751;
    color: #FFFFFF;
}
#cogia-contact-submit-inquiry:hover,
#cogia-contact-submit-inquiry:focus,
#cogia-contact-submit-inquiry:active {
    background: #01213C;
    border-color: #01213C;
    box-shadow: none;
    color: #FFFFFF;
}

/* =======================================================
*
* 	COGIA Location
*
* ======================================================= */
#cogia-location {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 50vh;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
#cogia-gmap-location {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 50vh;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

/* =======================================================
*
*   COGIA - Footer
*
* ======================================================= */
#cogia-footer {
    background-color: #01213C;
    border-top: 4px solid #BF9751;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 900;
    font-family: 'century-gothic', sans-serif;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;    
    position: relative;
    width: 100%;
}
#cogia-footer-arrow-circle {
    background-color: #BF9751;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 30px;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-transition: .2s;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    top: -30px;
    transition: .2s;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -webkit-transition: .2s;
    width: 80px;
    z-index: 1;
    position: absolute;
}
#cogia-footer-arrow-circle:hover {
    top: -40px;
    text-decoration: none !important;
}
#cogia-footer-arrow {
    display: block;
    font-size: 21px;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-transform: none;
    text-decoration: none;
}
#cogia-footer-copyright {
    padding: 10px 0 0 0;
}
#cogia-footer-copyright-icons {
    background-color: #01213C;
    color: #FFFFFF;
    position: relative;
    z-index: 3;
}
#cogia-footer-socmed-icons {
    margin: 0;
    padding: 0 0 10px 0;
}
#cogia-footer-socmed-icons li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
#cogia-footer-socmed-icons li a {
    font-size: 16px;
    display: table;
    width: 35px;
    height: 35px;
    margin: 0 3px;
    padding: 0;
    text-decoration: none;
    background: #BF9751;
    color: #FFFFFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
#cogia-footer-socmed-icons li i {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
}
#cogia-footer-socmed-icons li a:hover {
    background-color: #FFFFFF;
    color: #01213C;
}
#cogia-footer-socmed-icons li a:focus,
#cogia-footer-socmed-icons li a:active {
    background-color: #BF9751;
    color: #01213C;
}
