﻿@import url('bootstrap.css');
@import url('flex.css');
@import url('margin-padding.css');
@import url('font-awesome/css/font-awesome.min.css');

@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('../fonts/sourceSansPro/SourceSansPro-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'SourceSansPro-Semibold';
    src: url('../fonts/sourceSansPro/SourceSansPro-Semibold.otf') format('opentype');
}
@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('../fonts/sourceSansPro/SourceSansPro-Bold.otf') format('opentype');
}
@font-face {
    font-family: 'SourceSansPro-ExtraLight';
    src: url('../fonts/sourceSansPro/SourceSansPro-ExtraLight.otf') format('opentype');
}
@font-face {
    font-family: 'SourceSansPro-Light';
    src: url('../fonts/sourceSansPro/SourceSansPro-Light.otf') format('opentype');
}
html, body {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: SourceSansPro-Regular;
    line-height: 1.3;
}
body {
    min-height: 100vh;
    overflow-y: scroll;
}
* {
    box-sizing: border-box;
}
b, strong, .bold {
    font-family: SourceSansPro-Bold;
}
a {
    text-decoration: none;
}
a:hover, a:focus {
    text-shadow: 0px 0px 1px;
}
img {
    max-width: 100%;
}
h1, h2, h3, .semi-bold {
    font-family: 'SourceSansPro-Semibold';
}
.clear-both {
    clear: both;
}
.float-none {
    float: none;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.fixed {
    position: fixed;
}
.schedule-demo {
    background: rgba(80,80,80,0.5);
    border-radius: 0 5px 5px 0;
    font-size: calc(2vw + 2px);
    cursor: pointer;
}
.cursor-pointer {
    cursor: pointer;
}

/* header relate CSS */
header > div:last-child {
    background: #ff785a;
    background: -webkit-linear-gradient(#ff785a, #ff5148);
    background: -o-linear-gradient(#ff785a, #ff5148);
    background: -moz-linear-gradient(#ff785a, #ff5148);
    background: linear-gradient(#ff785a, #ff5148);
    height: 30px;
}
header > div:last-child a {
    color: #fff;
}
.header-logo, .header-logo > img {
    height: 70px;
}
header.col-xs-12 {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99;
}
header + div {
    margin-top: 100px;
}
/* header relate CSS */

/* Banner CSS */
.banner {
    background-image: url('../Img/Dandelion.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.member-login {
    height: 360px;
}
.member-login > form {
    float: right;
    min-width: 280px;
    width: 98%;
    max-width: 350px;
    /*background: rgba(208,207,202,0.8);*/
    background: rgba(220,220,220,0.8);
    margin: 40px 40px 40px 0;
    padding: 20px;
    border-radius: 0 30px;
    color: #333;
}

.member-login a {
    color: #ff3f40;
}
.member-login a:hover, .member-login a:focus {
    color: #65144c;
}
#sign-in {
    font-size: 18px;
    padding: 0;
}
/* Banner CSS */

.form-control {
    background-color: #faffbd;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 4px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 14px;
    outline: 0;
}
.btn {
    background-color: #af0069;
    border-color: #af0069;
    box-shadow: none;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
}
.btn:hover, .btn:focus, .btn:focus:active {
    background-color: #65144c;
    border-color: #65144c;
    color: #fff;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    outline: 0;
}
.btn.btn-red {
    background-color: #ff3f40;
    border-color: #ff3f40;
    border-radius: 6px;
}
.btn.btn-red:hover, .btn.btn-red:focus, .btn.btn-red:focus:active {
    background-color: #ff3f40;
    border-color: #ff3f40;
    filter: brightness(1.3);
}

/* Card CSS */
.card-parent {
    background: #fff;
    padding-top: 20px;
    margin: 0;
}
/*.card-parent.active {
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 2;
}
.card-parent.active ~ .detail-description {
    margin-top: 240px;
}*/
.card {
    width: 190px;
    height: 190px;
    margin: 0 5px 20px;
    background: rebeccapurple;
    font-family: SourceSansPro-ExtraLight;
    position: relative;
    cursor: pointer;
}
@media(max-width: 1024px) {
    .card {
        width: 165px;
        height: 165px;
        margin: 0 3px 10px;
        font-size: 90%;
    }
    .card-parent {
        padding-top: 10px;
    }
}
@media(max-width: 900px) {
    .card {
        width: 150px;
        height: 150px;
        margin: 0 1px 5px;
        font-size: 80%;
    }
    .card h3 {
        font-size: 20px;
    }
    .card-parent {
        padding-top: 5px;
    }
}
@media(max-width: 767px) {
    .card {
        width: 120px;
        height: 120px;
        margin: 0 1px 2px;
        font-size: 70%;
    }
    .card h3 {
        font-size: 16px;
    }
    .card-parent {
        padding-top: 2px;
    }
}
.card:focus, .card:hover, .card.active {
    filter: brightness(1.2);
    -webkit-transition: filter 0.7s ease;
    transition: filter 0.7s ease;
}
.card.active {
    pointer-events: none;
    border: 2px solid #000;
}
.card > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.card > div {
    height: 100%;
}
.about-card {
    background: #ff7a5b;
}
.background-card {
    background: #ff3f40;
}
.solution-card {
    background: #af0069;
}
.program-card {
    background: #65144c;
}
.contact-card {
    background: #ce70a5;
}
.card-details.about-card .img-div {
    background-image: url('../Img/Dandelion.jpg');
    background-size: cover;
    background-position: 50% 50%;
}
.card-details.background-card .img-div {
    background-image: url('../Img/volkan-olmez-523.jpg');
    background-size: cover;
    background-position: 50% 50%;
}
.card-details.solution-card .img-div {
    background-image: url('../Img/juan-ramos-97385.jpg');
    background-size: cover;
    background-position: 50% 50%;
}
/*.card-details > h3 {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 1;
}*/
.card-details .content-div > h3 {
    font-size: calc(2vmax + 12px);
}
.card-details .content-div > p {
    font-size: calc(1.5vmax + 7px);
}
.card-details .content-div {
    padding: 20px 50px 30px;
}
@media (min-width: 1024px) {
    .card-details .content-div > h3 {
        font-size: 40px;
    }
    .card-details .content-div > p {
        font-size: 28px;
    }
    .schedule-demo {
        font-size: 20px;
    }
} 
@media (max-width: 767px) {
    .card-details .content-div {
        padding: 10px 3vw 30px;
    }
    .schedule-demo {
        font-size: 14px;
        padding: 10px 7px;
    }
    .header-logo, .header-logo > img {
        height: 55px;
    }
    header + div {
        margin-top: 85px;
    }
}
@media (max-width: 420px) {
    .schedule-demo {
        font-size: 12px;
        padding: 10px 3px;
    }
    .header-logo, .header-logo > img {
        height: 40px;
    }
    header + div {
        margin-top: 70px;
    }
} 

.up-arrow {
    font-size: 35px;
    height: 50px;
    width: 50px;
    position: absolute;
    /*position: fixed;*/
    /*display: none;*/
    right: 10px;
    bottom: 10px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 1px 1px 1px 0px #444;
}
.about-card .up-arrow {
    color: #ff7a5b;
}
.background-card .up-arrow {
    color: #ff3f40;
}
.solution-card .up-arrow {
    color: #af0069;
}
.program-card .up-arrow {
    color: #65144c;
}

.contact-card .up-arrow {
    color: #ce70a5;
}

/* Card CSS */

/* Footer CSS */
footer .social-icons {
    border-top: 1px solid #808080;
    /*padding-top: 10px;*/
    color: #808080;
    font-size: 20px;
}
footer .social-icons > span {
    padding-top: 10px;
}
@media(max-width: 769px) {
    footer .social-icons {
        font-size: calc(1vw + 10px);
    }
    footer .p-w-lg {
        padding: 0 1.5vw;
    }
}
footer .social-icons img {
    width: 20px;
    cursor: pointer;
}
footer .social-icons img:hover {
    filter: brightness(0.5);
}
footer .social-icons img:not(:first-child) {
    margin-left: 10px;
}
footer > div:last-child {
    background: #ff785a;
    background: -webkit-linear-gradient(#ff785a, #ff5148);
    background: -o-linear-gradient(#ff785a, #ff5148);
    background: -moz-linear-gradient(#ff785a, #ff5148);
    background: linear-gradient(#ff785a, #ff5148);
}
footer > div:last-child > div {
    padding-top: 10px;
    border-top: 1px solid #fff;
}
.footer-links {
    min-width: 400px;
}
.footer-links > a:not(:last-child) {
    margin-right: 30px;
}
.footer-links + img {
    margin-bottom: 30px;
    height: 70px;
}

@media (max-width: 450px) {
    .footer-links {
        min-width: 100%;
        width: 100%;
    }
    .footer-links > a:not(:last-child) {
        margin-right: 10px;
    }
}
/* Footer CSS */

/* scrollbar */
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
::-webkit-scrollbar-thumb {
  background-color: #ff3f40;
  outline: 1px solid #ff3f40;
}
/* scrollbar */

#footer-popup-container {
    color: #333;
}
#footer-popup-container .modal-dialog .modal-body {
    max-height: calc(100vh - 200px);
    overflow: auto;
}
.custom-hr {
    border-top: 2px solid #333;
}

@media (max-width: 767px) {
    #footer-popup-container h5 {
        font-size: 24px;
    }
    #footer-popup-container h2 {
        font-size: 22px;
    }
    #footer-popup-container h3 {
        font-size: 20px;
    }
    #footer-popup-container h4 {
        font-size: 18px;
    }
    #footer-popup-container h5 {
        font-size: 17px;
    }
    #footer-popup-container h6 {
        font-size: 16px;
    }
}

.member-login input.form-error {
    border-color: #f00;
}

.member-login .invalid-login {
    background: #fff;
    color: rgb(255, 0, 0);
    font-family: SourceSansPro-Bold;
    padding: 3px 0px;
}

/* Notify CSS starts here */
.notify {
    position: fixed;
    right: 5px;
    top: 5px;
    z-index: 99;
}
.notify > div {
    padding: 10px 15px;
    border-radius: 3px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px;
}
.notify > div.success {
    background: rgba(20,100,20,0.9);
}
.notify > div.error {
    background: rgba(240,40,40,0.9);
}
/* Notify CSS ends here */

.get-started {
    padding: 3px 8px;
    border-radius: 0;
    border: 0;
    background: #0b0;
    color: #fff;
    outline: 0;
}

.get-started:focus, .get-started:hover {
    filter: brightness(1.1);
    text-shadow: none;
}

.skills_video {
    width: 95%;
    max-width: 650px;
}

video.skills_video:-webkit-full-screen {
   width: 100%;
   height: 100%;
   max-height: 100%;
}

.skills_video_title {
    position: absolute;
    bottom: 0;
    left: calc(50% - 325px);
    width: 95%;
    max-width: 650px;
    background: rgba(0,0,0,0.5);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
	cursor: pointer;
}

@media(max-width: 684px) {
    .skills_video_title {
        bottom: 0;
        left: 2.5%;
    }
}

.member-login .form-control + .error {
    display: none;
    position: absolute;
    left: 0px;
    bottom: 5px;
    margin: 0;
    font-size: 12px;
    color: #C00;
}

.member-login .form-control.form-error + .error {
    display: block;
}


/* News Feed */
#NewsDiv {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
}


#newsFeed a {
    color: #0D507D;
}

#newsFeed {
    height: 240px;
    overflow: hidden;
    color: #1e1e1e;
}

.feedlink {
    clear: both;
    color: #0D507D;
    padding: 5px 0;
}

.feedIcon {
    color: #0d5785 !important;
    padding: 10px
}

.feedTitle {
    color: #ff3f40;
    font-weight: bold;
    padding: 5px 0;
}

.scroll-text-if {
    padding: 10px;
}

.feedbody {
    clear: both;
    max-height: 60px !important;
    overflow: hidden;
}

.feeddiv:last-child {
    border-bottom: 0px;
}

.feeddiv {
    border-bottom: 1px solid #808080;
    padding: 5px 0;
}

#NewsBanner {
    height: 290px;
    margin: 40px 0 0 20px;
    background: rgba(220,220,220,0.8);
    max-width: 500px;
    min-width: 250px;
    overflow: hidden;
    border-radius: 0 30px;
    font-family: 'SourceSansPro-Regular';
}
/* News Feed */


/*@media(max-width: 520px) {
    @media(max-width: 520px) {
        .member-login {
            height: 320px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        .member-login > form {
            margin: 10px auto;
        }
    }
}*/

@media (max-width: 720px) {
    #NewsBanner, .member-login > form {
        width: 94%;
        margin: 20px 3%;
        max-width: unset;
    }

    .member-login {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
}
