/*
1. Section Settings
2. Section Carousel
3. Section Page
3. Section Blog
4. Section Footer
5. Section Navbar
6. Section Page-title
7. Section Timeline
8. Section Star
_______________________

*/


/* Section Settings */
/* Comment date 03/06/2021 */
/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
} */

/* html {
    background-color: #fff;
    color: #555;
    font-family: 'Prompt'!important;
    font-weight: 300;
    font-size: 18px;
    text-rendering: optimizeLegibility;
} */

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Prompt' !important;
    line-height: 2 !important;
}

.img-ratio {  
    background-position: center top;
    background-size: cover;
    padding-bottom: 200px;
    max-width: 200px;
}

.img-circle {
    border-radius: 50%;
    box-shadow: 0 0 10px #C8C8C8;
}

.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;
}

.border-short-bottom-left {
    position: relative;
    padding: 20px 0;
    margin-bottom: 25px;
}

.border-short-bottom-left::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    bottom: 0;
    left: 0px;
    background: #1DC6BC;
}

.ratio-owl {
    background-position: center 20%;
    /* background-position: center top; */
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-bottom: 150px;
    position: relative;
    width: 150%;
}

.img-responsive-owl {
    display: block;
    height: auto;
    max-width: 150px;
    margin-top: 0;
}

/* Section Carousel */
.carousel,
.carousel-inner,
.carousel-item,
.carousel-inner .active {
    height: 100%;
}

.carousel-img {
    position: relative;
    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 Navbar */
.navbar-front{
    background-color: #138543;
    padding: 15px;
    transition: 0.5s;
}

/* Section Page-title */
.page-image{
    padding: 200px 0px 120px;
    text-align: center;
    color: #fff ;
    background: rgba(0, 0, 0, 0.5)
}

/* Section Page */
.image-center{    
    display: block;
    margin: 0 auto;
    box-shadow: 0px 3px 24px rgba(0, 0, 0, 0.2);
}

/* Section Blog */
.blog-content{
    margin-top: 50px;
    padding: 50px 50px;
    line-height: 2;
    box-shadow: 0px 0px 1px #a5a5a5;
}


.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: 150px;
} */

.btn-group-custom a:hover{
    text-decoration: none;
} */

.owl-carousel .card-body{
    height: 200px;
    overflow: hidden;
}

/* Section Footer */
.semi-footer {
    background: #2b2b2b;
    color: #dcdcdc;
}

.semi-footer a {
    color: #dcdcdc;
}

.semi-footer h4 {
    color: #75c6fc;
    border-bottom: 1px solid;
    padding: 10px 0;
}

.footer {
    background: #FED061;
    color: #333333;
    text-align: center;
}

/* 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;
    /* left: 1%; */
    /* bottom: 10%; */
    left: 15px;
    bottom: 65px;
    width: 40px;
    height: 40px;
    background: #75c6fc;
    color: #fff;
    z-index: 9999;
    border-radius: 50%;
    font-size: 25px;
    cursor: pointer;
    text-align: center;
    line-height: 1.7;
}

.to-top:hover{
    color: #fff;
    background: #66b9f1;
}

.btn-social{
    display: inline-block;
    text-decoration: none;
    padding: 5px;
}

.pagination {
    display: -ms-flexbox;
    flex-wrap: wrap;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

/* Disable image upload in Summernote */
.note-group-select-from-files {
    display: none;
}