/* =====
Import
===== */
@import url('https://fonts.googleapis.com/css?family=Ubuntu|Work+Sans|Lato&display=swap');

/* ======
Utilities
====== */

/* Animation */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

/* Background */
.bg-fs-dkb {
    background-color: #263544 !important;
}
.bg-fs-biw {
    background-color: #ebebd3;
}
.bg-fs-gry {
    background-color: #f5f5f5;
}
/* Space */
.py-12 {
    padding:6rem 0 !important;
}
/* Position */
.obj-fit-center{
    object-fit: cover;
}
/* Link */
a {
    color: #F4D35E !important;
    text-decoration: none;
}
a:hover, a.light:hover h5 {
    text-decoration: none;
    opacity: .8;
}
a.light{
    color: #f4c800 !important;
}
.link-hover a:hover, a.link-hover:hover{
    color: #F4D35E !important;
}
.link-unstyled a, a.link-unstyled{
    color: inherit !important;
    text-decoration: none;
}

/* Hover */
.hover:hover {
    opacity: .5;
}

/* Cursor */
.cursor-pointer {
    cursor: pointer;
}

/* Icon */
.icon, .icon+.icon-describe{
    display: block;
}
.icon-h2 {
    font-size: 2rem;
}

/* Display */
@media (max-width: 650px) {
    .md-v {
        visibility: hidden;
    }
}

/* =====
Components
===== */

/* Badge */
.badge-fs-ylw{
    padding: 10px 15px;
    background-color: #f4c800;
    color: #263544;
}

/* Button */
.btn.fs-color-pr{
    color: #263544;
    border-color: #263544;
    background-color: transparent;
}
.btn.fs-color-pr:hover:not([disabled]){
    background-color: #263544;
    color: #f4c800;
}

/* Jumbotron */
.jumbotron-fluid.hero-bg {
    margin: 0;
    padding: 0;
    height: 70vh;
    max-height: 600px;
    color: #EBEBD3;
}
.jumbotron-fluid>.jumbotron-content{
    padding: 2rem 1rem;
    width: 100%;
    height: 100%;
    background: #1d25319c
}
@media (min-width: 576px){
    .jumbotron-fluid>.jumbotron-content{
        padding: 4rem 2rem;
        width: 100%;
        height: 100%;
        background: #1d25319c
    }
}
/* Hero Carousel */
.hero-carousel{
    height: 75vh;
    min-height: 550px;
    overflow: hidden;
}
.hero-carousel .carousel-inner img{
    height: 75vh;
    min-height: 550px;
    overflow: hidden;
    -webkit-filter: brightness(.5);
}
.hero-carousel .carousel-inner .carousel-caption {
    bottom: 36% !important;
}
.hero-carousel .carousel-inner .carousel-caption>span{
    font-size: 1.6rem;
}
.hero-carousel ol.carousel-indicators.fs {
    margin-left: 10% !important;
    margin-right: 10% !important;
}
.hero-carousel ol.carousel-indicators.fs-right {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.hero-carousel ol.carousel-indicators li.indicator-item {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 33% !important;
    height: auto !important;
    background-color: transparent !important;
    text-indent: 0 !important;

}
.hero-carousel ol.carousel-indicators li.indicator-item p.indicator-num {
    width: 55px;
    height: 55px;
    border: 5px solid #f4d35e;
    margin-right: 25px;
    border-radius: 50%;
    margin-bottom: 0;
    flex-shrink: 0;
    background-color: #083D77;
    color: #EBEBD3;
    text-align: center;
    line-height: 45px;
    font-size: 24px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
}

/* Card */
.card.card-img{
    border-color: transparent !important;
}
.card.card-img .card-head-img {
    width: 100%;
    height: auto;
    min-height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Widget */
.widget{
    margin-bottom: 2rem !important;
}
.widget .widget-title>h5{
    display: block;
    margin-bottom: 15px;
    margin-right: auto;
    padding: 10px 0;
    border-bottom: 3px solid #f1f1f1;
    font-weight: 700;
}
/* Blog */
.blog>.head-info>.author-card .author{
    margin: 0;
    padding: 0;
}
.blog hr{
    margin: 1.75rem 0;
}
/* blog content */
.blog .content {
    font-family: "Ubuntu", -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
/* blog footer */
.blog .footer{
    margin-bottom: 1.75rem;
}
/* post tags */
.blog ul.post-tags {
    display: flex;
    flex-wrap: wrap;
    padding: 0 .75rem;
}
.blog ul.post-tags>li {
    list-style: none;
}
.blog ul.post-tags>li>a {
    display: block;
    height: 2.5rem;
    margin: 5px;
    padding: .2rem 1rem;
    font-size: 1.1rem;
    line-height: 35px;
    color: #f4d35e;
    background-color: #083d77;
    border: 1px solid #f1f1f1;
    text-decoration: none;
}
.blog ul.post-tags>li>a:hover {
    opacity: .8;
}
/* Blog::Sidebar */
.blog-sidebar .widget>.widget-title>h5 {
    background: #263544;
    color: #ebebd3;
    height: 40px;
    width: 100%;
    line-height: 40px;
    border-radius: 2px;
    margin-bottom: 30px !important;
    padding: 0 !important;
    border: none !important;
    text-align: center!important;
}
.blog blockquote{
    padding-left: 30px;
    border-left: 5px solid #f4d35e;
}
/* Blog::Show S1 */
.blog-show-s1{
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    font-family: "Work Sans", sans-serif;
}
.blog-show-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 200px;
}

.blog .content img{
    width: 100%;
    height: auto;
}

/* List Group */
ul.list-unstyled {
    padding-left: 0;
    list-style: none;
}
/* List Group: Blog */
.list-group-item.list-blog-post {
    padding: 0;
}
.list-group-item.list-blog-post>div.blog-post-single {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.list-group-item.list-blog-post>div.blog-post-single>div.blog-thumbnail {
    flex: 0;
}
.list-group-item.list-blog-post .blog-thumbnail img {
    width: 120px;
    height: 80px;
}
.list-group-item.list-blog-post>div.blog-post-single>div.blog-thumn-context {
    flex: 1;
}
.list-group-item.list-blog-post>div.blog-post-single h6.text-truncate{
height: 40px;
    white-space: normal !important;
}
/* Widget */
.show {
    width: 100%;
    height: auto;
}
.show .show-header {
    margin-bottom: 2.5rem;
    text-align: center;
}
.show .show-header>.header-title {
    font-family: Lato, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 400;
    font-style: italic;
    color: #f4d35e;
}
.show .show-body {
    margin-bottom: 3rem
}

/* Gallery */
.gal {
    width: 100%;
    height: auto;
    margin-bottom: 3rem;
    position: relative;
}
.gal>ul {
    display: flex;
    flex-flow: row wrap;
}
.gal>ul>li {
    min-width: 250px;
    flex: 1;
}
.gal>ul, .gal>ul>li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.gal .portfolio .cover {
    position: relative;
    width: 100%;
    color: #ebebd3;
}
.gal .portfolio .cover>.cover-img {
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
}
.gal .portfolio .cover>.cover-describe {
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 60px 50px;
    text-align: center;
    transition: background-color .5s ease;
}
.gal .portfolio .cover:hover>.cover-describe {
    visibility: inherit !important;
    background-color: #1d253196;
    cursor: pointer;
}
.gal-grid a{
    border: none;
    text-decoration: none;
}

/* footer */
footer .contact li{
    list-style: none;
}
footer .contact li i{
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    color: #ffffff;
    background: #F4D35E;
    margin-right: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}