* {
  margin: 0;
  padding: 0;
}

body {
  background: #222;
  font-family: Georgia, serif;
  color: #fff;
  font-size: 14px;
}

a {
  color: #ffffcc;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a.selected {
  color: #ffcc00;
}

h1,
h2,
h4,
h5,
h6 {
  text-align: center;
  color: #ccc;
  text-shadow: #000 1px 1px 2px;
  margin-bottom: 5px;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 14px;
}

.sociales {
  text-align: center;
  margin-bottom: 20px;
}

#timeline {
  width: 877px;
  height: 100%;
  overflow: hidden;
  margin: 100px auto;
  position: relative;
  background: url('../images/dot.gif') left 45px repeat-x;
  font-family: Georgia, serif;
}

@media only screen and (max-width: 769px) {
  #timeline {
    width: 100% !important;
    height: 100% !important;
  }
}

#dates {
  width: 800px;
  height: 60px;
  overflow: hidden;
}

#dates li {
  list-style: none;
  float: left;
  width: 100px;
  height: 50px;
  font-size: 24px;
  text-align: center;
  background: url('../images/biggerdot.png') center bottom no-repeat;
}

#dates a {
  line-height: 38px;
  padding-bottom: 10px;
}

#dates .selected {
  font-size: 38px;
}

#issues {
  width: 800px;
  height: 350px;
  overflow: hidden;
}

#issues li {
  width: 800px;
  height: 350px;
  list-style: none;
  float: left;
}

#issues li.selected img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

#issues li img {
  float: left;
  margin: 10px 30px 10px 50px;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  /* IE 8 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
  /* IE 6 & 7 */
  zoom: 1;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}

#issues li h1 {
  color: #ffcc00;
  font-size: 48px;
  margin: 0% 6%;
  text-shadow: #000 1px 1px 2px;
  font-family: Georgia, serif;
}

#issues li p {
  font-size: 18px;
  margin-right: 63px;
  letter-spacing: 1px;
  font-weight: normal;
  line-height: 22px;
  text-shadow: #000 1px 1px 2px;
}

@media only screen and (max-width: 769px) {
  #issues li img {
    width: 200px !important;
    height: 200px !important;
    margin-left: 300px;
  }

  #issues li p {
    width: 80%;
    text-align: justify;
    padding: 0px 50px;
    margin-right: 0px;
    margin-left: 80px;
    font-family: Georgia, serif;
  }

  #issues li {
    display: grid;
    height: 500px;
    justify-content: center;
  }

  #issues {
    height: 100%;
  }
}

@media only screen and (max-width: 431px) {
  #issues li img {
    width: 150px !important;
    height: 150px !important;
    margin-left: 125px;
  }

  #issues li p {
    max-width: 40%;
    text-align: justify;
    padding: 0px 0px;
    margin-right: 0px;
    margin-left: 30px;
    font-family: Georgia, serif;
  }

  #issues li h1 {
    margin-right: 415px;
    font-family: Georgia, serif;
    z-index: 3;
  }

  #issues li {
    display: grid;
    height: 500px;
    justify-content: start;
  }

  #issues {
    height: 100%;
  }
}

@media only screen and (max-width: 321px) {
  #issues li img {
    width: 150px !important;
    height: 150px !important;
    margin-left: 50px;
  }

  #issues li p {
    max-width: 33%;
    text-align: justify;
    padding: 0px 0px;
    margin-right: 0px;
    margin-left: 0px;
    font-family: Georgia, serif;
  }

  #issues li h1 {
    text-align: start;
    font-family: Georgia, serif;
  }
}

#grad_left,
#grad_right {
  width: 100px;
  height: 350px;
  position: absolute;
  top: 0;
}

#grad_left {
  left: 0;
  /* background: url('../images/grad_left.png') repeat-y; */
  /* background-color: #0000009d; */
}

#grad_right {
  right: 0;
  /* background: url('../images/grad_right.png') repeat-y; */
  /* background-color: #0000009d; */
}

#next,
#prev {
  position: absolute;
  top: 0;
  font-size: 70px;
  top: 170px;
  width: 22px;
  height: 38px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

#next:hover,
#prev:hover {
  background-position: 0 -76px;
}

#next {
  right: 0;
  background-image: url('../images/next.png');
}

#prev {
  left: 0;
  background-image: url('../images/prev.png');
}

#next.disabled,
#prev.disabled {
  opacity: 0.2;
}

.carousel-bg {
  /* background-image: url(../img/constructions-3.jpg); */
  background-image: url(../img/about-carousel.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.overlay-carousel {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #000000bc;
}

/* @media only screen and (min-width:1500px) {
  .mission-vision {
    padding: 0px 200px;
  }
} */

.our-mission {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  background: linear-gradient(145deg, #cacaca, #f0f0f0);
  box-shadow: 15px 15px 32px #06566F, -25px -25px 32px #ffffff;
}

/* mission vision */
/* .mission-vision {
  background-color: #e0e0e0;
} */

.carousel-1 {
  border: 10px solid #feb900;
}

.carousel-2 {
  border: 10px solid #feb900;
}

.carousel-3 {
  border: 10px solid #feb900;
}

.carousel-line-1 {
  position: absolute;
  background-color: #feb900;
  height: 100%;
  width: 5px;
  right: 0;
  border-radius: 20px;
}

.carousel-line-2 {
  position: absolute;
  background-color: #feb900;
  height: 100%;
  width: 5px;
  left: 0;
  border-radius: 20px;
}

.carousel-line-3 {
  position: absolute;
  background-color: #feb900;
  height: 100%;
  width: 5px;
  right: 0;
  border-radius: 20px;
}
.c-title{
  font-size: 2rem;
  padding-top: 20px;
  position: absolute;
  top: 30%;
  font-family:'Lucida Sans Unicode';

}
.row > div:nth-of-type(1) .c-title {
  transform: rotate(270deg);
  right: -28px;
  color: #06566F;
}
.row > div:nth-of-type(2) .c-title {
  transform: rotate(270deg);
  left: -36px;
  color: #06566F;
}
.row > div:nth-of-type(3) .c-title {
  transform: rotate(270deg);
  right: -25px;
  color: #06566F;
}
@media only screen and (max-width:431px) {
  .carousel-line-1{
    bottom: 20px;
    right: 5%;
    left: 5%;
    width: 90%;
    height: 5px;
  }
  .carousel-line-2{
    bottom: 20px;
    right: 5%;
    left: 5%;
    width: 90%;
    height: 5px;
  }
  .carousel-line-3{
    bottom: 20px;
    right: 5%;
    left: 5%;
    width: 90%;
    height: 5px;
  }
  .our-mission{
    margin-bottom: 90px;
  }
  .row > div:nth-of-type(1) .c-title {
    transform: rotate(0deg);
    right: 32%;
    top: 64%;
  }
  .row > div:nth-of-type(2) .c-title {
    transform: rotate(0deg);
    left: 35%;
    top: 64%;
  }
  .row > div:nth-of-type(3) .c-title {
    transform: rotate(0deg);
    right: 32%;
    top: 64%;
  }
}


/* new */

/* .c-mission-vision {
  background-color: #e0e0e0;
  box-shadow: 0px 0px 231px -78px black;
}

.c-mission {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  padding: 15px;
  background: linear-gradient(145deg, #cacaca, #f0f0f0);
  box-shadow: 17px 17px 13px #bebebe,
  -15px 4px 35px #ffffff;
}
.row > div:nth-of-type(1) .c-mission {
  border: 15px solid #5cdcd5;
}
.row > div:nth-of-type(2) .c-mission {
  border: 15px solid rgb(203, 184, 184);
}
.row > div:nth-of-type(3) .c-mission {
  border: 15px solid rgb(221 141 141);
} */
#clients .card {
    box-shadow: 0px 0px 10px -3px black;
}

.dataTables_empty{
  text-align: center;
}
.dtr-title{
  font-weight: bold;
}
.dataTables_length label{
  display: flex;
  align-items: center;
}
.dataTables_length label select{
  margin: 5px 15px;
}
.dataTables_filter input[type="search"] {
  border-radius: 10px;
  border-color: #005af0;
  background-color: #edeef2;
  background-repeat: no-repeat;
  background-size: 22px;
  margin-bottom: 10px;
  background-position: 5px 6px !important;
}
#careertable thead th{
  background-color: #feb900 !important;
}