/* Table Of Content */


/*
1. Section Settings
2. Section Carousel
3. Section Blog
4. Section Footer
5. Section Navbar
6. Section Page-title
7. Section Timeline
8. Section Star
_______________________

Colors
000000-2b2b2b-007bff-75c6fc-ffffff

*/


/* Section Settings */

html,
body {
    height: 100%;
    font-family: 'Prompt', sans-serif;
}

.img-profile{
    width: 200px;
    height: 200px;
    margin: 0 auto;
    display: block;
}

.img-circle {
    border-radius: 50%;
}
.img-circle {
    border-radius: 0;
}

.ratio {
    background-position: center 10%;
    /* background-position: center top; */
    background-repeat: no-repeat;
    background-size: cover;

    height: 0;
    padding-bottom: 200px;
    position: relative;
    width: 100%;
}
.img-circle {
    border-radius: 50%;
    box-shadow: 0 0 10px #C8C8C8;
}
.img-responsive {
    display: block;
    height: auto;
    max-width: 200px;
}
.ratio-owl {
    background-position: center 10%;
    /* background-position: center top; */
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-bottom: 100px;
    position: relative;
    width: 100%;
}
.img-responsive-owl {
    display: block;
    height: auto;
    max-width: 100px;
    margin-top: 0;
}

.header-top{
    margin-top: 100px;
}

.profile-top{
    margin-top: -100px;
}

.border-short-bottom {
    position: relative;
    padding: 20px 0;
    margin-bottom: 25px;
}

.border-short-bottom::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    background: #595959;
}

@media (max-width: 768px) {
    .display-4 {
        font-size: 2.5rem;
    }
}


/* Section Carousel */

.carousel,
.carousel-inner,
.carousel-item,
.carousel-inner .active {
    height: 100%;
}

.carousel-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.carousel-caption {
    top: 45%;
}

.backscreen {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
}


/* Section Blog */

.warpper-card-img {
    position: relative;
    overflow: hidden;
}

.warpper-card-img::after {
    content: '';
    padding-top: 50%;
    display: block;
    height: 0;
}

.warpper-card-img img {
    position: absolute;
    top: 0;
    transition: 1s;
}

.warpper-card-img img:hover {
    transform: scale(1.2)
}

.btn-group-custom button{
    margin-bottom: 0.5rem;
    width: 180px;
}

.btn-group-custom a:hover{
    text-decoration: none;
}

.btn-group-link{
    margin-bottom: 0.5rem;
    width: 150px;
}

.btn-group-link a:hover{
    text-decoration: none;
}

.blog-content{
    padding: 50px 50px;
    box-shadow: 0px 0px 3px #a5a5a5;
}

.owl-carousel .card-body{
    height: 150px;
    overflow: hidden;
}

@media (max-width: 991px ){
    .blog-content{
        padding: 40px 50px;
    }
}

@media (max-width: 768px ){
    .blog-content{
        padding: 20px 30px;
    }
}

.screen-overlay{
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.4);
    width: 100%;
    top: 0;
}

/* Section Footer */

.semi-footer {
    background: #2b2b2b;
    color: #dcdcdc;
}

.semi-footer a {
    color: #dcdcdc;
}

.semi-footer li.active > a {
    color: #fff;
}

.semi-footer h4 {
    color: #75c6fc;
    border-bottom: 1px solid;
    padding: 10px 0;
}

.footer {
    background: #000;
    color: #fff;
    /* font-size: 0.7rem;
    height: 200px;
    line-height: 200px; */
    text-align: center;
}

#map {
    height: 300px;
    width: 100%;
}


/* Section Navbar */
.navbar-front{
    background-color: #138543;
    padding: 15px;
    transition: 0.5s;
}

.navbar-member{
    /* background-color: #138543; */
    background-color: #00517e;
    padding: 5px;
    transition: 0.5s;
}

@media (max-width: 480px){
    .navbar-brand{
        font-size: 0.8rem;
        line-height: 2rem;
    }
}

/* Section Page-title */
.page-image{
    padding: 200px 0px 120px;
    text-align: center;
    color: #fff ;
    background: rgba(0, 0, 0, 0.5)
}


/* Section Timeline */

.timeline{
    list-style: none;
    position: relative;
    padding: 20px 0;
}

.timeline > li{
    position: relative;
    margin-bottom: 40px;
}

.timeline::before{
    position: absolute;
    content: " ";
    width: 2px;
    background: #e6e6e6;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

li > .timeline-badge{
    position: absolute;
    width: 18px;
    height: 18px;
    border: 3px solid #84ba3f;
    left: 50%;
    margin-left: -9px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 5px #fff;
    top: 15px;
}

li > .timeline-badge::before{
    content: "";
    position: absolute;
    top: 5px;
    right: 20px;
    width: 25px;
    height: 2px;
    background: #e6e6e6;
}

li.inverted > .timeline-badge::before{
    right: -32px;
}

li > .timeline-badge p{
    width: 200px;
    margin-top: -9px;
    margin-left: 25px;
    font-size: 17px;
    font-weight: bold;
}

li.inverted > .timeline-badge p{
    float: right;
    text-align: right;
    margin-right: 25px;
}

li > .timeline-card{
    position: relative;
    width: 46%;
    float: left;
    text-align: right;
    padding: 0 10px;
}

li.inverted > .timeline-card{
    float: right;
    text-align: left;
}

.timeline > li::after{
    content: "";
    clear: both;
    display: block;
}

.timeline-arrow{
    width: 100%;
    text-align: center;
    bottom: -70px;
    color: #e6e6e6;
}


@media (max-width: 768px ){
    .timeline::before,
    .timeline-badge{
        left: 40px !important;
    }
    .timeline-badge::before{
        right: -32px !important;
    }
    .timeline-badge p,
    li.inverted > .timeline-badge p{
        margin-left: 50px !important;
        text-align: left;
        float: left;
    }

    li > .timeline-card{
        width: 100%;
        text-align: left;
        padding: 37px 0 0 85px;
    }

    .timeline-arrow{
        text-align: left;
        left: 0;
    }

    .timeline-arrow{
        margin-left: 32px;
    }

}

/* Section Star */
/* ☆★ */
.star-rating{
    position: relative;
    font-size: 2em;
    color: gold;
    display: inline-block;
}

.star-current{
    position: absolute;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
}

/* Section On to Top*/
.to-top{    
    position: fixed;
    /* bottom: 17%; */
    /* right: 85px; */
    bottom: 100px;
    left: 1%;
    width: 40px;
    height: 40px;
    background: #75c6fc;
    color: #fff;
    z-index: 9999;
    border-radius: 50%;
    font-size: 25px;
    cursor: pointer;
    text-align: center;
}

.to-top:hover{
    color: #fff;
    background: #66b9f1;
}

.share-line{
    position: fixed;
    /* bottom: 7%; */
    bottom: 40px;
    left: 1%;
}

.share-fb{
    position: fixed;
    /* bottom: 2%; */
    bottom: 10px;
    left: 1%;
}





