@import 'https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300';

a {
    color: #E9993A;
}

a:hover{
    color: #340738;
    text-decoration: none;
}

.carousel {
    margin-bottom: 4rem;
}

.carousel-caption {
    bottom: 3rem;
    width: 40%;
    left: auto !important;
    float: right;
    padding: 1.75rem 1.75rem 1.75rem 1.75rem;
    z-index: 10;
    color: rgba(255, 255, 255);
}

.container-mask {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
}

.carousel-item {
    height: 34rem;
    background-color: #777;
}
.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
}

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
.marketing h2 {
    font-weight: 400;
    color:rgb(52, 7, 56);
}
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

.featurette-divider {
    margin: 5rem 0;
}

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}

.featurette-secondary-hedding{
    font-weight: 300;
    padding-top: 5vh;
    padding-bottom: 2vh;
    line-height: 1;
    letter-spacing: -.05rem;
}

@media (min-width: 40em) {
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 40px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 4rem;
    }
}

canvas{
    display: block;
    vertical-align: bottom;
}

footer{
    margin: 0 !important;
}
.footer-adress{
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #340738;
    background-image: linear-gradient(to bottom right, #881C91, #340738);
    color: #fff;
}

.footer-adress a {
    font-weight: bold;
    background-color: #340738;
    background-image: linear-gradient(45deg, #E9993A, #a952b1);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    text-decoration: none;
}

.footer-adress a:hover {
    background-color: #fff;
    font-weight: bold;
    background-image: none;
    text-decoration: none;
}

.footer-float-right {
    color:#340738;
    text-align: right;
}

.footer-float-right a {
    color:#340738;
}

.footer-float-left{
    color:#340738;
    text-align: left;
}

.navbar-color-scheme a{
    color:#340738 !important;
}

.navbar-color-scheme a:hover{
    background-color: #340738;
    background-image: linear-gradient(45deg, #e9993a, #340738);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.navbar-color-scheme .active a{
    color: #340738 !important;
    font-weight: bold !important;
    text-decoration:  overline !important;
    text-decoration-thickness: 4px !important;
    text-decoration-color: rgb(233, 153, 58) !important;
}


@media (max-width:800px) {
    .not-on-mobile {
        display:none !important;
    }
}

@media (max-width:800px) {
    .carousel-caption-on-mobile {
        color: white;
        float: center !important;
        text-align: center;
        padding: 10rem 1.75rem 10rem 1.75rem;
        vertical-align: middle !important;
        z-index: 15;
        position: relative;
        top: 2rem;
    }
}

@media (max-width:800px) {
    .mobile-background {
        position: absolute;
        background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
        width: 100%;
    }
}

.button-transparent {
    color: rgb(52, 7, 56);
    background-color: rgba(255, 255, 255, 0.5);
    border-color: none;
}

.who-we-are-background{
    background-image: linear-gradient(to bottom right, #f8f9fa, #f8f9fa, rgba(248, 249, 250, 0.4)), url("https://www.ideas4biology.com/assets/img-temp/promo/promo1.jpg");
}

.img-icon {
    margin-bottom: 30px;
    width: 140px;
    height: 140px;
}

.card {
    border: none;
    cursor: pointer;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1)
}

.card:hover {
    background-color: #eee
}

.ratings i {
    color: orange
}

.testimonial-list {
    list-style: none
}

.testimonial-list li {
    margin-bottom: 20px
}

.testimonials-margin {
    margin-top: -19px
}

.fixed-top {
    background-color: rgb(248,249,250, 0.7) !important
}

div[class*=box] {
    height: 33.33%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .box-1 { background-color: rgb(248,249,250, 0.7); }

  .btn {
    line-height: 50px;
    height: 50px;
    text-align: center;
    width: 250px;
    cursor: pointer;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .btn-one {
    color: #000;
    transition: all 0.3s;
    position: relative;
  }
  .btn-one span {
    transition: all 0.3s;
  }
  .btn-one::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: rgba(233, 153, 58);
    border-bottom-color: rgba(233, 153, 58);
    transform: scale(0.1, 1);
  }
  .btn-one:hover span {
    letter-spacing: 2px;
  }
  .btn-one:hover::before {
    opacity: 1;
    transform: scale(1, 1);
  }
  .btn-one::after {
    color: #E9993A;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.3s;
    background-color: #f8f9fa;
  }
  .btn-one:hover::after {
    opacity: 0;
    transform: scale(0.1, 1);
  }

  .btn-services {
    width: 100% !important;
	color: #340738;
    font-size: 20px;
	}

.btn-services:focus, .btn-services.focus {
    box-shadow: none !important;
	}


.btn-services:hover {
    color: #340738 !important;
    font-weight: bold !important;
    text-decoration: none;
}

.additional-margin {
    padding-bottom: 5vh;
}

.card-project{
    cursor: auto;
}
.card-project:hover{
    background-color: white;
}

.title-text-color {
    color: #e9993a;
  }

.btn-outline-card-register {
    color: #e9993a;
    border-color: #fff;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(51, 51, 51, .2);
}

.btn-outline-card-register:hover {
    color: #fff;
    background-color: #e9993a;
    border-color: rgb(233, 153, 58);
    box-shadow: 0 0 40px rgba(51, 51, 51, .2);
}

.btn-outline-card-register:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(233, 153, 58, 0.25);
}
.btn-outline-card-back-more {
    color: #adadad !important;
    border-color: #fff !important;
    background-color: #fff !important;
    box-shadow: 0 0 40px rgba(51, 51, 51, .2);
}

.btn-outline-card-back-more:hover {
    color: #fff !important;
    background-color: #adadad !important;
    border-color: #adadad !important;
    box-shadow: 0 0 40px rgba(51, 51, 51, .2);
}

.btn-outline-card-back-more:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(233, 153, 58, 0.25);
}

.card-header-list-services {
    background-color: #fff !important;
}

.btn-outline-neutral{
    color: #6c757d;
    border-color: none;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
}

.btn-outline-neutral:hover{
    color: #fff;
    border-color: #6c757d;
    background-color: rgb(108, 117, 125);
}

.btn-outline-card-register:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.25);
}

#html-to-txt h2 {
    color: #e9993a;
    font-size: 1.75rem;
    text-align: center;
}

#html-to-txt h3 {
    color: #e9993a;
    font-size: 1.5rem;
    text-align: center;
}

.vat-card {
    font-size: 12px;
}

.main-site-image{
    background-position: center;
    background-image: linear-gradient(to bottom, transparent, #f8f9fa), url("../img/dna-helix-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 75vh;
    right: 0px;
    position: absolute;
    top:0;
    z-index: -10;
}

.top-position {
    margin-top: 65vh;
}

.data-input-top {
    margin-top: 140px;
}


.sticky-footer {
    display: flex;
    flex-flow: column nowrap;
    height: 100vh;
}

.sticky-footer-main{
    flex-grow: 1;
    margin-bottom: 50px;
}

.card-img-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.no-background-collor{
    background-color: transparent !important;
}

.card-list-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
.gradient-text {
    font-weight: bold;
    background-color: #340738;
    background-image: linear-gradient(45deg, #e9993a, #340738);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

/* team cards  */

.ourTeam-box{
    border: 30px solid;
    border-image-slice: 1;
    border-width: 10px;
    border-right: transparent;
    border-left: transparent;
    border-bottom: transparent;
    border-image-source: linear-gradient(to right, #e9993a, #340738);
    margin: 15px 15px 30px 15px;
    background-color: #FFFFFF;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
}

.section1{
    padding: 30px 0px 30px 0px;
}

.section1 img{
    border-radius: 50%;
    height: 130px;
    width: 130px;
}
.section2 p{
    font-weight: bold;
    background-color: #340738;
    background-image: linear-gradient(45deg, #e9993a, #340738);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
.section2 span{
    color: #979597;
}
.section3{
    background-color: #e9993a;
    color: #fff;
}
.section3 i{
    color: #ffffff !important;
    padding: 0px 5px 0px 5px;
    font-size: 15px;
}

.email-textarea {
    min-height: 15rem;
}

.email-form {
    border: transparent;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);

}

.form-no-outline:focus {
    outline: none !important;
    border-color: #FFC857;
    box-shadow: none;
  }

  .js-cookie-consent {
      color: #ffffff;
      font-size: 16px;
      position:fixed;
      background: #000;
      width: 100%;
      bottom: 0;
      padding: 20px 20px 20px 20px;
      text-align: right;
      opacity: 0.5;
  }

  .js-cookie-consent-agree {
    color: #6c757d;
    border-color: none;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
    line-height: 50px;
    height: 50px;
    text-align: center;
    width: 200px;
    cursor: pointer;
    padding-top: 0px;
    padding-bottom: 0px;
}

.js-cookie-consent-agree:hover {
    color: #fff;
    background-color: rgb(108, 117, 125);
}
