
.navbar{
  background: #FFF;
}
.navbar-dark .navbar-nav .nav-link {
    color: #F3721C;
    font-size: 16px;
	font-weight: 600;
	padding: .5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;

}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
	color: #F3721C;
	font-size: 16px;
	font-weight: 600;
	padding: .5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;

}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
color: #00ADEF;
border-bottom: 3px solid #00ADEF;
display: inline-block;}
.navbar-collapse {
    color: #FFF;
}
.nav-link a {
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	color: #6d6d6d;
	padding: .5rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.nav_shadow{
	box-shadow: 0px 0px 20px 0px #000;
	border-radius: 2px;
}
.dropdown-item{
  display: block;
  width: 100%;
  padding: .5rem 1.5rem;
  clear: both;
  font-weight: 600;
  color: #6d6d6d;
  text-align: inherit;
  white-space: nowrap;
  background-color: #FFF;
  border-bottom: 0.5px solid #6d6d6d;
  
}
.dropdown-item:last-child{
	border-bottom: none;
}
.dropdown-menu:hover{
  color: #00ADEF;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .0rem;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #00ADEF;
}
.jumbotron {
    background-color:#b5f7bb;
    color:   #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 5rem;
    radius: 0px;
}

.slideshow {
  margin: 0 auto;
  padding-top: 50px;
  height: 450px;
  background: #94dfd5;
  box-sizing: border-box;
}
.table-success, .table-success > td, .table-success > th {
    background-color: #00ADEF;
	color: #FFF;
}
.table-hover .table-success:hover {
    background-color: #00ADEF;
}
.content {
  margin: auto;
  width: 190px;
  perspective: 1000px;
  position: relative;
  padding-top: 80px;
}

.promo h3 {
    color: #00ADEF;
    font-weight: bold;
    border-bottom: 1px solid #00ADEF;
display: inline-block;
}
.promo p{
	margin-top: 25px;
	text-align: justify;
	line-height: 28px;
	font-size: 16px;
}

.btn-outline-primary {
	color: #00ADEF;
	background-color: transparent;
	background-image: none;
	border-color: #00ADEF;
}
.btn-outline-primary:hover{
	background: #00ADEF;
}
.about_img{
	width: 80%;
	margin-left: 45px;
}

.offwhite {
    background: #efefef;
}
.activities h3{
	color: #00ADEF;
	font-weight: bold;
	border-bottom: 1px solid #00ADEF;
	display: inline-block;
	margin-bottom: 30px;
}

.act_img img{
	
}

.act_img:hover{
	
	border : 5px solid #00ADEF;
	
}
.news{
	 background: #efefef;
}
.section-padding {
    padding-top: 50px;
	padding-bottom: 50px;
}

.news .news-image {
    min-height: 282px;
    background: #cccccc;
}
.news-content {
    background: #f9ecda;
    padding: 30px;
    margin-top: 20px;
}
.news .news-block:hover .news-image {
    display: block;
    background: #00ADEF;
    transition: all .4s;
}
.news .news-block:hover .news-image img {
    opacity: .6;
    transition: all .4s;
}
.news .news-block:hover .news-content h4 {
    color: #00a64a;
    transition: all .4s;
	text-decoration: none;
}
.news-content h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    color: #333333;
	
}
.news-content .published-date {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    font-size: 15px;
    color: #a0a0a0;
}

.product-container .view-all, .news .view-all {
    display: block;
    text-align: center;
    margin-top: 50px;
}
.primary-btn {
    font-size: 16px;
    border-radius: 0;
    text-decoration: none !important;
    color: #fff !important;
    background: #00ADEF;
    text-transform: uppercase;
    padding: 9px 24px;
	transition: box-shadow .3s;
}
.primary-btn:hover {
    box-shadow: 0px 0px 5px 0px rgba(138, 138, 138, 1);
    background: #00003f;
}
.content-carrousel{
  width: 100%;
  position: absolute;
  float: right;
  animation: rotar 50s infinite linear;
  transform-style: preserve-3d;
}

.content-carrousel : hover{
  animation-play-state: paused;
  cursor: pointer;
}

.content-currousel figure{
  width: 100%;
  height: 120px;
  border: 1px solid #4d444d;
  overflow: hidden;
  position: absolute;
}

.content-carrousel figure:nth-child(1){
  transform: rotateY(0deg) translateZ(300px);
}

.content-carrousel figure:nth-child(2){
  transform: rotateY(40deg) translateZ(300px);
}

.content-carrousel figure:nth-child(3){
  transform: rotateY(80deg) translateZ(300px);
}

.content-carrousel figure:nth-child(4){
  transform: rotateY(120deg) translateZ(300px);
}

.content-carrousel figure:nth-child(5){
  transform: rotateY(160deg) translateZ(300px);
}

.content-carrousel figure:nth-child(6){
  transform: rotateY(200deg) translateZ(300px);
}

.content-carrousel figure:nth-child(7){
  transform: rotateY(240deg) translateZ(300px);
}

.content-carrousel figure:nth-child(8){
  transform: rotateY(280deg) translateZ(300px);
}

.content-carrousel figure:nth-child(9){
  transform: rotateY(320deg) translateZ(300px);
}

.shadow{
  position: absolute;
  box-shadow: 0px 0px 20px 0px #000;
  border-radius: 2px;
}

.content-carousel img{
  image-rendering: auto;
  transition: all 300ms;
  width: 100%;
  height: 100%;
}

.content-carousel img:hover{
  transform: scale(1.2);
  transition: all 300ms;
}

@keyframes rotar{
  from{
    transform: rotateY(0deg);
  } to{
    transform: rotateY(360deg);
  }
}

.icons{
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: fixed;
  z-index: 100;
}

.icons ul{
  padding: initial;
}

.icons ul li{
  height: 40px;
  width: 40px;
  list-style-type: none;
  padding-left: 12px;
  padding-top: 6px;
  margin-top: 5px;
  color: #fff;
}

.icons ul li:hover{
  padding-left: 30px;
  width: 80px;
  transition: 1s;
}
.facebook{
  background: #3b5998;
}
.twitte{
  background: #55acee;
}
.linkedin{
  background: #007bb5;
}
.instagram{
  background: #ff4800;
}
.youtube{
  background: #ff0000;
}

.newsslider{
  height: 400px;
  width: 300px;
  margin: 40px auto;
  box-shadow: 1px 1px 10px 2px; #333;
  border-radius: 5px;
  overflow: hidden;
  padding-top: 0px;
}

.newsheader{
  background: #f95d00;
  color: #000;
  padding: 10px 0px;
}
.moving-body{
  padding: 4px;
  height: 300px;
}
ul li {
  list-style-type: none;
}
  .logo{
  height: 5rem;
  width: auto;
}

  .nav-item{
  padding-left: 1em;
  text-transform: uppercase;
  color: #6d6d6d;
}
  .nav-item:last-child{
    padding-right: 0;
  }

.link{
  margin-top: 2rem;
  margin-right: 2rem
}
.link ul li{
  display: inline-block;
  margin: 0 .5rem;
}
.link ul li a:link{
  color: #fff;
}
.link ul li a:link i::before{
  background: #000;
  height: 2rem;
  width: 2rem;
  display: inline-block;
  padding: rem;
  border-radius: 30%;
  font-size: 2rem;
  transition: .5s;
}
.link ul li a:hover i::before {
  background: #393939;
  transform: rotate(360deg);
}
.carousel-item{
  height: 400px;
}

.btn-primary{
  background-color: #f95d00;
  border-color: #f95d00;
}

.img{
  height: 50px
}

.dropdown-menu:hover{
  background-color: #fff;
  color: #000;
  }

.nav-item{
  padding-left: 0 !important;
}
.lead{
  color: #000;
}
.display-4{
  color: #0835b5;
}
.pic {
  border-style:;
  border-radius: 10px;
}



.slider {
  padding-right: 0;
  padding-left: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #999;
}

#homeicon .fa{
  font-size: 50px;
}

#getstarted {
  position: relative;
  background: url('../img/bb.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  min-height: 250px;
}
#getstarted .dark-overlay{
  background: rgba(0,0,0,0.3);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
#homevideo {
  position: relative;
  background: url('../img/ccc7.jpeg');
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  min-height: 100px;
}
#homevideo .dark-overlay{
  background: rgba(0,0,0,0.2);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
#homevideo h2{
  margin-top: 20px;
}

.image img{
  height: 250px;
  border:1px #000;
  border-style:groove;
}

#copyright{
  background: #000;
}
#page-header{
  background: url('../img/ccc7.jpeg');
  background-size:cover;
  height: 200px;
  background-attachment: fixed;
}
#about-info img{
  width: 250px;
  height: 250px;
}
#icon-boxes .fa{
  font-size: 50px;
  margin-bottom: 20px;
}.social_header_top {
    margin-top: 5px;
    margin-bottom: 5px;
    float: right;
	list-style: none;
}
.social_header_top li {
    font-size: 20px;
    float: right;
    padding: 3px;
    font-weight: bold;
}
.social_header_top li a {
    color: #000;
    background: white;
    padding: inherit;
}
    /*gallery*/
.gallery img{
  height: 250px;
  border:1px #000;
  border-style:ridge;
}


.bg-primary {
    background-color:#0f0f0f !important;
	color: #FFF;
}

.footer-about{
	margin-right: 20px;
}

@media (max-width: 480px) {
  #dd {
    font-size:36px;}
  }
    @media (max-width: 400px) {
      #getstarted h3 {
        font-size: px;
        margin-bottom: 10px
      }
    }
