table ul {
    list-style: circle;
    padding: 0;
    margin-left: 20px;
    margin-bottom: 1rem;
}

table ul li::marker {
    color: #058ed0;
}



.home-hero-wrapper .owl-dot {
    background: #d1d1d1;
    width: 3px;
    height: 45px;
    margin-bottom: 8px;
    left: 0;
    transition: .4s;
}
.director-info span {
    display: block;
}

a.biography {
    background: #058ED0;
    color: #fff;
    display: inline-block;
    padding: 3px 15px;
    border-radius: 50px;
    font-weight: 600;
    margin-top: 6px;
}


.home-hero-wrapper .owl-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
}



.home-hero-wrapper .owl-dot.active {
    background: #058ED0;
}

.slider-shape {
    position: absolute;
    border: 15px solid #058ED0;
    width: 120px;
    height: 120px;
    top: 0%;
    right:0%;
    border-radius: 50%;
    z-index: -1;
}

.sm-shape {
    position: absolute;
    bottom: 0%;
    left:0%;
    z-index: -1;

}
.shape-outer-right {
    position: absolute;
    top: 6%;
    right:10%;
}

.shape-outer-right img {
    max-width: 60px !important;
}
.shape-outer.shape5 img {
    max-width: 68px;
}
.shape-outer {
    position: absolute;
    top: 8%;
    left: 2px;

}
.biography-content img {
    max-width: 300px !important;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}

.biography-content p {
    color: #000;
    line-height: 28px;
    font-size: 18px;
}

.sm-shape.shape5 img {
    max-width: 47px !important;
    border-radius: inherit !important;
}


.shape5 {

    -webkit-animation: animationTwo 16s infinite linear;

          animation: animationTwo 16s infinite linear;

}

@keyframes animationTwo {

  0% {

    -webkit-transform: translate(0px, 0px) rotate(0deg);

  }

  20% {

    -webkit-transform: translate(85px, -5px) rotate(35deg);

  }

  40% {

    -webkit-transform: translate(120px, 62px) rotate(72deg);

  }

  60% {

    -webkit-transform: translate(53px, 100px) rotate(108deg);

  }

  80% {

    -webkit-transform: translate(-40px, 72px) rotate(144deg);

  }

  100% {

    -webkit-transform: translate(0px, 0px) rotate(0deg);

  }

}

.section-top {

    box-shadow: 0 -15px 20px -10px #e8e8e8;

}



.box-item img {

    border-radius: 50% !important;

}



.box-item {

    text-align: center;

}



.box-item img {

    margin-bottom: 25px;

}



.box-item h5 {

    color: #959595;

    margin-bottom: 15px;

}



.board-of-director {

    position: relative;

    z-index: 1;

}



.board-of-director:after {

    content: '';

    background-color: #fff;

    border-radius: 30px;

    position: absolute;

    z-index: -1;

    height: calc(100% - 70px);

    left: 0;

    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

}



.director-img img {

    border-radius: 50% !important;

}

.vertical-align {

    display: -ms-flexbox;

    display: -webkit-box;

    display: flex;

    -ms-flex-align: center;

    -webkit-box-align: center;

    align-items: center;

}

.director-position h1 {

    color: #3f3f3f;

    font-weight: 300;

    font-size: 30px;

    line-height: 1.4;

}

.board-of-director {

    margin-bottom: 50px;

}

.director-position {
    margin-top: 45px;
    margin-right: 0;
    margin-bottom: 45px;
    margin-left: 10%;
}
.news-letter-box {
    background: #058ED0;
    padding: 50px;
}

.row.positd {
    padding-left: 100px;
    padding-right: 100px;
}
.news-letter-box svg, .news-letter-box, .news-letter-box h5 {
    color: #fff;
}

.news-letter-box {
    position: relative;
    padding-left: 85px;
}

.news-letter-box svg {
    position: absolute;
    top: 50px;
    left: 30px;
    height: 37px;
    width: 45px;
}

.news-letter-box.call p {
    font-size: 35px;
    margin-bottom: 0;
    margin-top: 20px;
}

.cbl-newsletter input[type="email"] {
    background: #fff;
    border: none;
    padding: 15px;
    width: 65%;
    border-radius: 30px;
}
.sub-title h4{
    font-size: 25px;
    font-weight: 500;
    color: #fff;
}
.cbl-newsletter input[type="submit"] {
    background: transparent;
    border: none;
    color: #fff;
    padding: 14px 30px;
    border-radius: 30px;
    margin-left: 10px;
    border: 1px solid rgba(255,255,255,.5);
    text-transform: uppercase;
    transition: .5s;
    font-weight: 600px;
}
.cbl-newsletter input[type="submit"]:hover {
    background: #fff;
    color: #058ED0;
}
.cbl-newsletter ::placeholder {
    color: #333;
}
span.or {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    width: 58px;
    text-align: center;
    height: 58px;
    font-size: 30px;
    line-height: 52px;
    border-radius: 50%;
    transform: translateY(-50%) translateX(-50%);
}

span.or:after {
    border: 1px solid #058ED0;
    width: 85%;
    height: 85%;
    content: "";
    top: 50%;
    left: 50%;
    position: absolute;
    border-radius: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.row.positd{
    position: relative;
}
.row.positd .col-lg-6 {
    padding-left: 10px;
    padding-right: 10px;
}

/*Media*/
.news-area {
    background: #878787;
    padding: 25px 0;
}
.media-pos-slide .owl-nav {
    position: absolute;
    top: 0px;
    right: 0;
    border: 1px solid #fff;
    border-radius: 30px;
}

.media-pos-slide .owl-nav div {
    display: inline-block;
    color: #fff;
    width: 65px;
    height: 50px;
    text-align: center;
    line-height: 45px;
}
.moreinfo svg {
    background: #058ED0;
    color: #fff;
    padding: 3px;
    border-radius: 50%;
}
.media-pos-slide .owl-nav div.owl-next {
    border-left: 1px solid #fff;
}

.media-pos-slide .owl-nav div svg {
    width: 30px;
    height: 30px;
}

.media-info h4 {
    margin-bottom: 0;
}

.media-info span, .media-info a {
    color: #fff;
}

.media-info h4 {
    font-weight: 500;
}


.media-info span {
    margin-bottom: 6px;
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

.media-info a:hover {
    color: #058ED0;
}

/*Cronology*/
.timeline__item:after {
    background-color: #058ED0;
    border: 4px solid #ddd;
}
.timeline--horizontal .timeline-divider {
    background-color: #352a71;
}
.timeline__content img {
    margin-bottom: 14px;
}
.timeline-nav-button:before {
    content: '>';
    height: 54%;
    width: 30px;
}



.table {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    border-radius: 5px;
}
