@import url(https://fonts.googleapis.com/css?family=Roboto);

body,
input,
select,
textarea,
body * {
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}


/* .header-blue {
  background:linear-gradient(135deg, #172a74, #21a9af);
  background-color:#184e8e;
  padding-bottom:80px;
  font-family:'Source Sans Pro', sans-serif;
} */
#logo-container {
    white-space: nowrap;
    height: 45px;
    display: flex;
    align-items: center;
}

#logo-image {
    display: inline;
}

#logo-image img {
    width: 35px;
}

#logo-text {
    display: inline;
    white-space: nowrap;
    margin-left: 10px;
}

.header-blue {
    /* background: linear-gradient(135deg, #5c6bc0, #26418f); */
    background: #e7eaf6;
    /* padding-bottom: 80px; */
    font-family: "Source Sans Pro", sans-serif;
}

@media (min-width: 768px) {
    .header-blue {
        /* padding-bottom: 120px; */
    }
}

.header-blue .navbar {
    background: #26418f;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #fff;
    border-radius: 0;
    box-shadow: none;
    border: none;
    box-shadow: 0px 7px 7px -8px rgba(0, 0, 0, 0.47);
}

@media (min-width: 768px) {
    .header-blue .navbar {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.header-blue .navbar .navbar-brand {
    font-weight: bold;
    color: inherit;
}

.header-blue .navbar .navbar-brand:hover {
    color: #f0f0f0;
}

.header-blue .navbar .navbar-collapse {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 0.5rem;
}

/* login btn */
.login-btn {
    padding: 5px 10px;
    border: 1px solid #cecece;
    border-radius: 5px;
    margin: 0 5px 0 0;

}

.login-btn:hover {
    background: #fff;
    color: #26418f !important;
    text-decoration: none;
}

@media (min-width: 768px) {
    .header-blue .navbar .navbar-collapse {
        border-color: transparent;
        margin: 0;
    }
}

/* .header-blue .navbar .navbar-collapse span .login {
    color: #d9d9d9;
    margin-right: 0.5rem;
    text-decoration: none;
} */

.contact-us,
.features,
.about-us {
    color: #d9d9d9 !important;
    margin-right: 0.5rem;
    text-decoration: none;
    cursor: pointer;
}

.contact-us:hover,
.features:hover,
.about-us:hover {
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
}

.header-blue .navbar .navbar-collapse span .login:hover {
    color: #fff;
}

.header-blue .navbar .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.3);
}

.header-blue .navbar .navbar-toggler:hover,
.header-blue .navbar-toggler:focus {
    background: none;
}

.header-blue .navbar .navbar-nav a.active,
.header-blue .navbar .navbar-nav > .show .dropdown-item {
    background: none;
    box-shadow: none;
}

@media (min-width: 768px) {
    .header-blue .navbar-nav .nav-link {
        padding-left: 0.7rem;
        padding-right: 0.7rem;
    }
}

@media (min-width: 992px) {
    .header-blue .navbar-nav .nav-link {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
}

.header-blue .navbar .navbar-nav > li > .dropdown-menu {
    margin-top: -5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 2px;
}

.header-blue .navbar .dropdown-menu .dropdown-item:focus,
.header-blue .navbar .dropdown-menu .dropdown-item {
    line-height: 2;
    color: #37434d;
}

.header-blue .navbar .dropdown-menu .dropdown-item:focus,
.header-blue .navbar .dropdown-menu .dropdown-item:hover {
    background: #ebeff1;
}

.header-blue .action-button,
.header-blue .action-button:not(.disabled):active {
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 40px;
    color: #26418f;
    box-shadow: none;
    text-shadow: none;
    padding: 0.3rem 0.8rem;
    background: #fff;
    margin: 0 0 30px 15px;
    transition: background-color 0.25s;
    outline: none;
}

.header-blue .action-button:hover {
    color: #fff;
    background: #0b0440;
}

.header-blue .navbar .form-inline label {
    color: #d9d9d9;
}

.header-blue .navbar .form-inline .search-field {
    display: inline-block;
    width: 80%;
    background: none;
    border: none;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    color: #ccc;
    box-shadow: none;
    color: inherit;
    transition: border-bottom-color 0.3s;
}

.header-blue .navbar .form-inline .search-field:focus {
    border-bottom: 1px solid #ccc;
}

/* Caurosel */
/*.carousel-inner img {*/
/*width: 50%;*/
/*height: 80%;*/
/*}*/
.carousel-caption h3 {
    color: #26418f;
    font-size: 40px;
    /* margin: 0 0 15px 30px; */
    font-weight: 300;
    line-height: 1.4;
}

/* intro */
.intro {
    /* margin-top: 20px; */
    /* text-align: center; */
}

.intro h2 {
    color: #26418f;
    font-size: 40px;
    margin: 0 0 15px 30px;
    font-weight: 300;
    line-height: 1.4;
}

.intro p {
    color: #26418f;
    font-size: 16px;
    margin: 0 0 15px 30px;
    font-weight: 300;
    line-height: 1.4;
}

/* intro */

.header-blue .intro_page {
    /* margin-top: 20px; */
    text-align: center;
    background: #26418f;
}

@media (min-width: 768px) {
    .header-blue .intro_page {
        /* margin-top: 60px; */
        text-align: left;
    }
}

.header-blue .intro_page h2 {
    color: #fff;
    font-size: 40px;
    margin: 30px 0 15px 15px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 992px) {
    .header-blue .intro_page h2 {
        /* margin-top: 190px; */
        /* margin-bottom: 24px; */
        line-height: 1.2;
    }
}

.header-blue .intro_page p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 300;
    margin: 0 0 15px 15px;
}

.header-blue .phone-holder {
    text-align: right;
}

.header-blue div.iphone-mockup {
    position: relative;
    /* max-width: 300px; */
    margin: 20px;
    display: inline-block;
}

.iphone-mockup img.device {
    width: 100%;
    height: 100%;
    /*height: auto;*/
    /*margin-top: 35px;*/
    /*margin-bottom: 38px;*/
}

.header-blue .iphone-mockup .screen {
    position: absolute;
    width: 88%;
    height: 77%;
    top: 12%;
    border-radius: 2px;
    left: 6%;
    border: 1px solid #444;
    background-color: #aaa;
    overflow: hidden;
    background: url(../../assets/img/telepath-platform_laptop.jpg);
    background-size: cover;
    background-position: center;
}

.header-blue .iphone-mockup .screen:before {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 70%;
    height: 140%;
    top: -12%;
    right: -60%;
    transform: rotate(-19deg);
    opacity: 0.2;
}

/* intro2 */
.intro_two {
    background: #e7eaf6;

}

.intro_two p {
    color: #26418f;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 300;
    margin: 0 0 15px 15px;
}

.intro_two h2 {
    color: #26418f;
    font-size: 40px;
    margin: 30px 0 15px 15px;
    font-weight: 300;
    line-height: 1.4;
}

/* button */

.tp-btn-primary {
    background: #26418f;
    border: none;
    border-radius: 4px;
    padding: 8px;
    box-shadow: none;
    text-shadow: none;
    outline: none;
    color: #fff !important;
    font-size: 14px;
}

.tp-btn-primary:hover,
.tp-btn-primary:active {
    background: #3a4896;
    outline: none;
}

.tp-btn-primary:focus {
    outline: 0;
    box-shadow: none;
}

.quadrant-holder {
    padding: 100px 0 0 120px;
}

.quardant-contianer {
    margin: 0 15px;

}

.image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    width: 200px;
    /* background: rgba(38, 65, 143, 0.2); */
}

.image-container img {
    width: 150px;
    height: 150px;
}

.div00 {
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}

.div01 {
    border-bottom: 1px solid #cecece;
}

.div10 {
    border-right: 1px solid #cecece;
}

@media only screen and (device-width: 768px) {
    /* For general iPad layouts */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {

    /* For portrait layouts only */
    .image-container {
        height: 150px;
        width: 150px;
        /* background: rgba(38, 65, 143, 0.2); */
    }

    .image-container img {
        width: 100px;
        height: 100px;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {

    /* For landscape layouts only */
    .image-container {
        height: 150px;
        width: 150px;
        /* background: rgba(38, 65, 143, 0.2); */
    }

    .image-container img {
        width: 100px;
        height: 100px;
    }
}

/******************* FEATURES **************************/
.features-blue {
    color: #fff;
    /* background: linear-gradient(135deg, #26418f, #5c6bc0); */
    /* background-color: #0b0440;  #26418f;*/
    background-color: #26418f;;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .features-blue {
        padding-bottom: 10px;
    }
}

.features-blue p {
    color: #fff;
}

.features-blue h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: #fff;;
}

@media (max-width: 767px) {
    .features-blue h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.features-blue .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 60px;
}

@media (max-width: 767px) {
    .features-blue .intro {
        margin-bottom: 40px;
    }
}

.features-blue .item {
    min-height: 100px;
    padding-left: 80px;
    margin-bottom: 40px;
    border-right: 1px solid #fff;
}

.b-r-0 {
    border-right: 0 !important;
}

@media (max-width: 767px) {
    .features-blue .item {
        min-height: 0;
    }
}

.features-blue .item .name {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
    color: inherit;
}

.features-blue .item .description {
    font-size: 15px;
    margin-bottom: 0;
}

.features-blue .item .icon {
    font-size: 40px;
    color: #ffcc1e;
    float: left;
    margin-left: -65px;
}

/**************** contact form*******************/
.contact-clean {
    background: #e7eaf6;
    padding: 80px 0;
    /* background-image: url(./assets/img/Digital-Pathology-infographic.jpg); */
    /* width: 100%; */
    position: relative;
    /* opacity: 0.65; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-clean h2 {
    color: #26418f;
    font-size: 40px;
    margin: 0 0 15px 0;
    font-weight: 300;
    line-height: 1.4;
}

.contact-clean p {
    color: #26418f;
    font-size: 16px;
    margin: 0 0 15px 15px;
    font-weight: 300;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .contact-clean {
        padding: 20px 0;
    }
}

.contact-clean form {
    /*max-width: 480px;*/
    /*width: 90%;*/
    /*margin: 0 0 0 30px;*/
    background-color: rgba(255, 255, 255, 0.3);
    padding: 20px 30px;
    border-radius: 4px;
    color: #505e6c;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
    .contact-clean form {
        padding: 30px;
        margin: 0 auto;
    }
}

/* .contact-clean h2 {
    margin-top: 5px;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 36px;
    color: inherit;
} */

.contact-clean .form-group:last-child {
    margin-bottom: 5px;
}

.contact-clean form .form-control {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    outline: none;
    color: inherit;
    padding-left: 12px;
    height: 42px;
}

.contact-clean form .form-control:focus {
    border: 1px solid #b2b2b2;
}

.contact-clean form textarea.form-control {
    min-height: 100px;
    max-height: 260px;
    padding-top: 10px;
    resize: vertical;
}

.contact-clean form .btn {
    padding: 16px 32px;
    border: none;
    background: none;
    box-shadow: none;
    text-shadow: none;
    opacity: 0.9;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.4px;
    line-height: 1;
    outline: none !important;
}

.contact-clean form .btn:hover {
    opacity: 1;
}

.contact-clean form .btn:active {
    transform: translateY(1px);
}

.contact-clean form .btn-primary {
    background-color: #26418f !important;
    /* margin-top: 15px; */
    color: #fff;
}

.contact-us-bg {
    background: #8c8c8c80;
}

.contact-text {
    background: #8c8c8c80;
    padding: 20px 30px;
    border-radius: 4px;
    color: #FFF;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
}

.contact-text p, .contact-text h2 {
    color: #FFF;
}

/*   button */

/* .tp-btn-primary {
  background: #26418f;
  border: none;
  border-radius: 4px;
  padding: 8px;
  box-shadow: none;
  text-shadow: none;
  outline: none;
  color: #fff !important;
  font-size: 14px;
}

.tp-btn-primary:hover,
.tp-btn-primary:active {
  background: #3a4896;
  outline: none;
}

.tp-btn-primary:focus {
  outline: 0;
  box-shadow: none;
} */

/******************* FOOTER*************************/
.footer-dark {
    padding: 25px 0;
    color: #fff;
    background-color: #26418f;
}

.footer-dark h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
}

.footer-dark ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0;
}

.footer-dark ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.6;
}

.footer-dark ul a:hover {
    opacity: 0.8;
}

@media (max-width: 767px) {
    .footer-dark .item:not(.social) {
        text-align: center;
        padding-bottom: 20px;
    }
}

.footer-dark .item.text {
    /* margin-bottom: 36px; */
}

@media (max-width: 767px) {
    .footer-dark .item.text {
        margin-bottom: 0;
    }
}

.footer-dark .item.text p {
    opacity: 0.6;
    margin-bottom: 0;
    font-size: 14px;
}

.footer-dark .item.social {
    text-align: center;
}

@media (max-width: 991px) {
    .footer-dark .item.social {
        text-align: center;
        margin-top: 20px;
    }
}

.footer-dark .item.social > a {
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
    margin: 0 8px;
    color: #fff;
    opacity: 0.75;
}

.footer-dark .item.social > a:hover {
    opacity: 0.9;
}

.footer-dark .copyright {
    text-align: center;
    padding-top: 24px;
    opacity: 0.3;
    font-size: 13px;
    margin-bottom: 0;
}


.loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid blue;
    border-bottom: 8px solid blue;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 47%;
    top: 47%;
}

.loader-position {
    position: absolute;
    left: 50%;
    top: 50%;
}

.hideEle {
    display: none !important;
}

.carousel-caption {
    right: 100px;
    left: unset;
    padding: 20px;
    width: 500px;
    background: #8c8c8c80;
}

@media only screen and (max-width: 500px) {
    .carousel-caption {
        right: unset;
        left: unset;
        padding: 20px;
        width: 300px;
        background: #8c8c8c80;
    }
}


.carousel-caption h3, .carousel-caption p {
    color: #FFFFFF;
}

.carousel-item img {
    width: 100vw;
}


.carousel,
.item,
.active {
    height: 80%;
}

.carousel-inner {
    height: 80%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100vw;
    height: 80vh;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#logo-text a {
    font-size: 27px;
    letter-spacing: 1px;
}

@media only screen and (max-width: 320px) {
    #logo-text a {
        font-size: 20px;
        letter-spacing: 1px;
    }
}

.error-color {
    color: red;
}

.form-error {
    color: red;
}