@charset "utf-8";
/* CSS Document */


.carousel-inner_my img {
    height: 600px !important;
    margin: 0 auto;
  }

#collapse-my{
font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	background-color: #fff;
}
#collapse-my2{
font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	background-color: #fff;
}


.navbar-dark .navbar-nav .nav-link {
	
	font-weight: 300;
	text-transform: uppercase;
}


@media (max-width: 1200px) {
  .navbar-dark .navbar-nav .nav-link {
   text-transform: none;
  }
}

	#pinc{
	font-weight: 600;
	font-size: 15px;
	color: #002B55;
	font-style: italic;
}


#sphere-wrap {
    height: 600px;
}
#sphere {
    width: 100%;
    height: 100%;
    background:#002B55;
    background-size: cover;
}

/* Carousel */
.my-carousel {
	padding: 0;
}

.my-carousel .carousel-item {
	display: flex;
	max-height: 500px;
}

.my-carousel .carousel-item img {
	object-fit: cover;
}

.my_table {
text-align:left;
}

#link-white a {
   color: #ffffff;
   text-decoration: none;
  
}
#link-white a:hover {
   
   text-decoration: underline;
   
}

.my_h{
color: #002b55;
}

.my_ul{
    color: #ffffff;
    }

#btn-center {
align: center
    
}

.brain {
    text-align: center;
}
.brain svg {
    height: 400px;
}
@media screen and (max-width:767px) {
    .brain svg {
        height: 200px;
    }
}
.brain path {
    fill: transparent;
}
.brain .animatePaths {
    animation: goPath 3000ms alternate infinite;
    stroke: #E8E8E8;
    stroke-width: 2;
}
.brain .animateCircles {
    animation: goCircle 3000ms alternate infinite;
    stroke: #1b7fd6;
    fill: #1b7fd6;    
}
.brain .animateEllipse {
    animation: goCircle 3000ms alternate infinite;
    stroke: #1b7fd6;
    fill: #1b7fd6;    
}
.brain .animateRects {
    animation: goRect 3000ms alternate infinite;
    stroke: #1181e4;
    fill: #1181e4;
}
@keyframes goPath {
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes goRect {
    to {
        opacity:0;
    }
}
@keyframes goCircle {
    0% {
        opacity:0;
    }
    50% {
        opacity:1;
    }
    100% {
        opacity:0;
    }
}
