body {
    padding: 0px;
    margin: 0px;
    height: 100%;
}

.row:before, .row:after {
display: flex !important;
}
.is-active .dropdown-menu {
  display: block;
}

.head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background-color: rgba(255, 255, 255, 0.808);
    z-index: 1;
}

#logo {
    margin: 3vh;
    margin-left: 20vh;
    margin-bottom: 1vh;
    width: auto;
    height: 10vh;
}

.rubric {
    width: 100%;
    margin: 6vh;
    margin-right: 6vh;
    padding: 0;
    display: flex;
    justify-content: space-around;
    letter-spacing: 2px;
    font-size: 1.3rem;
}

.rubric a {
    font-weight: 350;
    color: rgb(141, 140, 140);
    vertical-align: middle;
}

.burger{
    display: none;
}

.burgerContainer {
    display: inline-block;
    cursor: pointer;
    display: none;
  }

#burgerContent{
    display: none;
    padding: 2vh;
    margin-left: -10px;
    margin-top: -30px;
    float: right;
}

#burgerContent div{
    margin: 1vh;

}

#burgerContent div a{
    color: rgb(141, 140, 140);
    font-weight: 350;
    font-size: 2.5vh;

}

  .bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: rgb(141, 140, 140);
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 2px;
  }

  /* Rotate first bar */
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
  }

  /* Fade out the second bar */
  .change .bar2 {
    opacity: 0;
  }

  /* Rotate last bar */
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
  }

.header {
    /* height: 50vh; */
    min-height: 30vh;
    overflow: hidden;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.titleDiv{
    padding: 20vh 0;
    letter-spacing: 2px;
    max-width: 600px;
    /*padding-left: 5vh;*/
}

.titleDiv p{
    color: gray;
    font-weight: 300;
    font-size: 3vh;
}
.titleDiv img {
  height: 60vh;
  margin-top: 7vh;
}

#title {
    color: rgb(73, 72, 72);
    font-size: 3vh;
    margin: 1vh 0;
}

.emptyLine {
    background-color: gray;
    height: 2px;
    width: 90%;
    margin: 2vh 2vh;
}

.container{
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
    margin-bottom: 40px;
    margin-top: 40px;
}

.container p{
    /* color: rgb(141, 140, 140); */
    color :rgb(26, 26, 26);
    letter-spacing: 1px;
    font-size: 1.5rem;
}

.subtitle{
    color: rgb(83, 81, 81);
    letter-spacing: 2px;
    /* font-size: 4vh; */
    padding: 3vh;
    text-align: center;
    font-size: x-large;
}

.ecoDesc{
    color: #2997d6;
    letter-spacing: 2px;
    margin: 4vh 0;
    font-size: 3.5vh;
}

.about {
  position: relative;
  margin: auto;
}

.backgroundImage{
    height: 80vh;
    width: 80vh;
    position: absolute;
    opacity: 0.5;
    z-index: -1;
}

.aboutBack{
    right: -1vh;
    opacity: 0.35;
}

.theEcosystemBack{
    left: -45vh;
}
.theEcosystem {
  margin: auto;
  margin-left: 50px
}

.contactBack{
    left: -20vh;
    transform: rotate(35deg);
    height: 65vh;
    width: 65vh;

}
#aboutSubChange {
  text-align: center;
}

.saronaLogosDiv, .saronaProgramsLogo{
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 25px;
    align-items: center;
}

.saronaLogosDiv img{
    margin: 4vh;
    margin-bottom: 2vh;
    height: 15vh;
    width: 15vh;
    filter:  grayscale(100%);
}

.saronaLogosDivSite input{
   display: block;
   margin: auto;
   margin-bottom: 2vh;
}

.visitSite:hover{
    background-color: rgb(219, 217, 217);
}

.saronaLogosDivSite {
    cursor: pointer;
}

.visitSite{
    color: rgb(83, 81, 81);
    border: solid rgb(83, 81, 81) 3px;
    padding: 1vh 4vh;
    border-radius: 20px;
    margin: 2vh 4vh;
}

.clickableLogos img{
    height: auto;
    width: 9vw;
    margin: 4vh 6vh;
}

.saronaMediaLogo{
    display: none;
}
/* .partnersLine{
    justify-content: space-around;
    vertical-align: middle;
    display: flex;
    align-items: center;
} */

.partnersLine img{
    width: 50%;
    height: auto;
    margin: 5vh 2vh;
}

/* .bestPartners img{
    height: 7.5vh;
} */

.contact {
    padding-bottom: 0;
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
    display: block;
    margin: auto;
}

.contact .subtitle{
    padding-bottom: 4vh;
}


#getInTouchBtn {
    height: 7vh;
    font-size: 1.3rem;
    font-weight: 400;
    border-radius: 10px;
    margin: 4vh auto;
    padding: 0 1.5rem;
    font-family: Open Sans,sans-serif;
    color: white;
    background-color: rgb(33, 150, 243);
    border-color: rgb(33, 150, 243);
}

#getInTouchBtn:hover {
    box-shadow: 0 12px 16px 0 rgba(129, 127, 127, 0.24), 0 17px 30px 0 rgba(129, 127, 127, 0.24);
}

.copyright{
    margin: 3vh 0 5vh;
    color: rgb(151, 150, 150);
}


.carousel-control-prev-icon {
  background-image: url('images/back.svg');
  margin-left: -50px;
}
.carousel-control-next-icon {
  background-image: url('images/next.svg');
  margin-right: -50px;
}
.carousel-control-prev:hover, .carousel-control-next:hover  {
  background-color: rgb(219, 217, 217);
}

.carousel {
  height: 70px;
}
.w-100 {
  width: 75% !important;
}
#ventures, #space, #media {
  padding: 2px;
}

.active {
 filter: grayscale(0%)!important;
}

footer {
  margin-top: 1rem;
  text-align: center;
}

.same-height a {
  cursor: pointer;
}

.small-line {
  border-top: solid;
  border-width: thin;
  width: 45%;
  margin: auto;
  border-color: #acacac;
}

/** Custom Edit **/

.gray-bg {
  background-color: #f7f7f7;
}

.container:first-child .row:last-child {
  margin: 0;
}

#header-icons {
  max-width: 60vh;
  max-height: 20vh;
  margin: 0 auto 30px;
}

.header-text-wrapper {
  max-width: 150vh;
  font-size: 3vh;
  line-height: 25px;
  color: #484848 !important;
  font-size: 18px !important;
  margin: 0;
}

.header-text-wrapper p:not(:first-child) {
  font-style: italic;
}

.header-text-wrapper h3 {
  font-weight: bold;
}

.row:first-child{
  padding-top: 0;
}

.header-logos {
  margin-top: 2vh;
}

.header-logos img {
  margin: 15px;
  max-width: 200px;
}

.header-logos img:last-child {
  max-width: 40vh !important;
}

.apply-btn {
  color: #fff;
  background-color: #2fa8de;
  margin: 20px 0;
  font-weight: 900;
  border-radius: 20px;
  text-align: center;
  padding: 15px 40px;
  border: 0;
  transition: box-shadow 500ms;
}

.apply-btn:hover {
  -webkit-box-shadow: 0px 5px 15px -3px #000000; 
  box-shadow: 0px 5px 15px -3px #000000;
  transition: box-shadow 500ms;
}

.sg-center {
  text-align: center;
  align-items: center;
  justify-content: center;
}

.sg-grid {
  display: inline-block;
}

.sg-ticket {
  background-color: #fff;
  color: #484848;
  border-radius: 10px;
  margin: 30px 0;
  padding: 10px;
  min-height: 60vh;
  transition: box-shadow 500ms;
}

.sg-ticket em {
  color: #707070;
}

.sg-ticket:hover{
  -webkit-box-shadow: 0px 9px 15px -4px #000000; 
  box-shadow: 0px 9px 15px -4px #000000;
  transition: box-shadow 500ms;
}

.sg-ticket img {
  max-width: 100px;
  margin-top: 20px;
}

.sg-ticket h4 {
  margin: 15px 0
}

.sg-ticket ul {
  list-style-type: square;
  margin: 15px 0;
  padding: 0 20px;
  text-align: left;
}

.sg-ticket li {
  margin: 15px 5px;
  line-height: 20px;
  font-size: medium;
}

.sg-tickets-wrapper .row:nth-child(3) .sg-ticket {
  min-height: 60vh;
}

.sg-tickets-wrapper .row:last-child .sg-ticket {
  min-height: 60vh;
}

.sg-tickets-wrapper a {
  display: contents;
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .sg-tickets-wrapper .row:first-child .sg-ticket {
    min-height: 60vh;
  }
  .sg-tickets-wrapper .row:nth-child(3) .sg-ticket {
    min-height: 60vh;
  }
}

@media only screen and (max-width: 768px) {
  .header-logos img:last-child {
    margin: 30px 0 0 0;
  }

  .sg-ticket {
    padding: 10px;
  }

  .sg-tickets-wrapper .row:first-child .sg-ticket {
    min-height: 60vh;
  }
  
  .sg-tickets-wrapper .row:nth-child(3) .sg-ticket {
    min-height: 60vh;
  }
  /* 
  .sg-tickets-wrapper .row:last-child .sg-ticket {
    height: 500px;
  } */
}


/** End of custom edit **/




  @media only screen and (max-width: 810px) {
    /* For mobile phones: */

    .burger{
      display: block;
      direction: rtl;
    }
    .burgerContainer {
        display: block;
        margin: 40px;
        margin-right: 50px;
    }
    .rubric {
        display: none;
    }
  }
@media screen and (max-width: 992px) {
  #getInTouchBtn {
    font-size: 2vh;
    padding: 5px;
  }
  .clickableLogos img {
    height: auto;
    width: 60%;
    text-align: center;
    justify-content: center;
    display: flex;
    margin: 3vh auto;
  }
  .header img {
    height: 40vh;
  }
  .header {
    /* height: 25vh; */
    padding: 60px;
  }
  #header-icons {
    max-height: 150px;
  }
  .titleDiv {
    padding: 0px;
  }
  .partnersLine img {
    width: 100%;
  }
  .theEcosystem {
    margin-left: 0px;
  }
  .aboutBack{
    right: -60vh;
  }
  #logo {
    margin-left: 0px;
  }
  .logo-burger {
   margin-top: 25px;
  }
}
.same-height {
  min-height: 150px;
  line-height: 160px;
}



.mx-auto {
  width: 50%;
}

.carousel-control-prev:hover, .carousel-control-next:hover  {
  background-color: transparent;
}

@media (min-width: 768px) and (max-width: 991px) {
    /* Show 4th slide on md if col-md-4*/
    .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    /* Show 3rd slide on sm if col-sm-6*/
    .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -50%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}
@media (min-width: 576px) {
    .carousel-item {
        margin-right: 0;
    }
    /* show 2 items */
    .carousel-inner .active + .carousel-item {
        display: block;
    }
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
        transition: none;
    }
    .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be also positioned for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
     .carousel-control-prev-icon {
  background-image: url('images/back.svg');
  margin-left: 0px;
}
  .carousel-control-next-icon {
    background-image: url('images/next.svg');
    margin-right: 0px;
  }
}
/* MD */
@media (min-width: 768px) {
    /* show 3rd of 3 item slide */
    .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }
    .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* right or prev direction */
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}
/* LG */
@media (min-width: 991px) {
    /* show 4th item */
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    /* Show 5th slide on lg if col-lg-3 */
    .carousel-inner .active.col-lg-3.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* left or forward direction */
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* right or prev direction //t - previous slide direction last item animation fix */
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

  h6 {
    margin-top: -40px;
  }
@media (max-width: 768px) {
  body{
    margin-left: 1em!important;
  }
  #innovationform {
    flex-direction: column;
  }
}


.carousel-inner img {
  margin: auto;
  height: auto;
  max-width:  100%;
}

.form-group {
  margin-right: 20px;
}
