/* default p & body font-size = 1rem, anchor btn font-size = .8rem */
body {
    width: 100%;
    font-family: 'Poppins',
        sans-serif;
    font-size: 1.5rem;
    color: #5a5a5a;
}

.divider {
    margin: 50px 0;
}

a,
a:hover {
    text-decoration: none;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.top-header {
    height: 50px;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.header-container {
    background: rgba(0, 0, 0, .5);
    height: inherit;
}

.logo {
    width: 180px;
    height: inherit;
    float: left;
    display: flex;
    align-items: center;
}

.logo img {
    width: 100%;
}

.smedia {
    height: inherit;
    float: right;
    display: flex;
    align-items: center;
}

.smedia div {
    width: 25px;
    height: 25px;
    background: #ffffff;
    margin: 0 3px;
    text-align: center;
    border-radius: 100%;
    padding-top: 2px;
    transition: box-shadow .5s ease-in-out;
}

.smedia a div:hover {
    box-shadow: 0 0 15px #cccccc;
}

.top-menu {
    margin: 0 auto;
    margin-top: -60px;
}

.top-menu .navbar-nav .col-md-2 a li {
    padding: 10px 0;
}

/* carousel */
.carousel-indicators {
    display: none;
}

/*  */
.mkt-row {
    padding: 50px 0 0 0;
}

.mkt-col {
    text-align: center;
    margin-bottom: 5rem;
}

.mkt-img {
    background: #f08abd;
    border-radius: 100%;
    height: 100px;
}

.mkt-h {
    font-weight: 600;
}

.mkt-p {
    margin-bottom: 10px;
}

.mkt-ac {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
}

.mkt-a {
    padding: 6px 12px;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 1rem;
    color: #5a5a5a;
}

.ann {
    width: 100%;
    margin: 0 auto;
    height: 30px;
    display: flex;
    align-items: center;
}

.ann i.fa {
    background: #4d0328;
    color: #ffffff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    padding-left: 7px;
}

.ann marquee {
    font-size: 1.2rem;
    font-style: italic;
    border: 1px solid #4d0328;
    height: 30px;
    display: flex;
    align-items: center;
}

/*  */
.bio-img {
    animation-duration: 5s;
    transition: .5s ease-in;
}

.bio-img img {
    width: 100%;
}

a.coll-bio {
    font-size: 1rem;
    text-decoration: none;
    font-style: italic;
    color: #5a5a5a;
    cursor: pointer;
}

/*  */
.event-col {
    margin-bottom: 2rem;
}

.event-col iframe {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    margin-bottom: .8rem;
}

.event-col {
    text-align: center;
}

.event-col h6 {
    margin-top: 0;
}

.event-more {
    text-align: center;
    padding: 20px 0;
}

.event-more div {
    height: 40px;
}

.event-more div a {
    padding: 6px 12px;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 1rem;
    color: #5a5a5a;
}

.coll-video {
    cursor: pointer;
}

/* bookings */
.bookings {
    padding: 50px 0;
    background: #8d2e2ebe;
    background-image: url(../images/1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: overlay;
    color: #ffffff;
    background-size: cover;
}

.bk-container form {
    width: 80%;
    margin: 0 auto;
}

.bk-container form .row {
    position: relative;
}

.bk-container form .row .fa-bk {
    position: absolute;
    top: 13px;
    left: 10px;
}

.bk-container form .form-control {
    background: none;
    color: #ffffff;
    margin-bottom: 10px;
    border-top: none;
    box-shadow: none;
    padding-left: 25px;
}

.bk-container form button.btn {
    width: 100%;
    border: none;
}

.bk-container form .form-control:focus {
    box-shadow: none;
    border-color: #cccccc;
}

.bk-container form ::-webkit-input-placeholder {
    /* Edge */
    color: #ffffff;
    bottom: 0;
}

.bk-container form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff;
    bottom: 0;
}

.bk-container form ::placeholder {
    position: absolute;
    color: #ffffff;
    bottom: 0;
}

/* gallery-home */
.gall .row {
    padding: 50px 0;
}

.g-list {
    cursor: pointer;
    margin-bottom: 10px;
    overflow: hidden;
}

.g-list img {
    width: 100%;
}

.g-over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.g-copy {
    display: none;
    background: #0000007e;
    position: relative;
    text-align: center;
    padding: 47% 0;
    transition: 5s ease-in-out;
}

.g-copy a {
    padding: 6px 12px;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 1rem;
    color: #5a5a5a;
    text-decoration: none;
}

.g-copy a:hover {
    text-decoration: none;
}

.g-list:hover .g-copy {
    display: block;
    animation: bounce;
    animation-duration: 1s;
    transition: .5s ease-in-out;
}

/* footer */
footer {
    background: #000000;
    padding: 10px 0;
    clear: both;
    bottom: 0;
    left: 0;
}

.footer {
    text-align: center;
}

.footer p {
    margin: 0;
    color: #ffffff;
}

/* About Page Styling */
.abt-top-banner {
    background: #fa5211;
    background-image: url(../images/3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: auto;
}

.abt {
    padding: 50px 0;
}

.abtArtImg,
.abtArtImg2 {
    width: 100%;
    margin: 0 0 5px 0;
    animation-duration: 2s;
    transition: .5s ease-in;
}

/* Gallery Page Styling */
.gal-top-banner {
    background: #fa5211;
    background-image: url(../images/galbg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: auto;
}

.gal {
    padding: 50px 0;
}

.pixName {
    color: #ffffff;
}

/* Blog Page Styling */
.bl-top-banner {
    background: #fa5211;
    background-image: url(../images/5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: auto;
}

.blog {
    padding: 50px 0;
}

.blog article.col-md-6 {
    margin-bottom: 15px;
}

.blImg {
    width: 100%;
}

.bl-h {
    font-weight: 600;
    color: #4d0328;
    margin-bottom: 0;
}

.bl-aut {
    color: #4d0328;
    margin-top: 3px;
}

.bl-p {
    margin-bottom: 0;
}

.blReadMore {
    background: none;
    font-size: 1rem;
    border: none;
    color: #4d0328;
    padding: 5px 0;
}

/* Blog Home */
.blMainTop {
    height: auto;
    padding: 0;
}

.bl-main-top {
    width: 100%;
}

.blMainImg {
    width: 100%;
}

.blMainWrap {
    padding: 50px 0;
}

/* Login Styling */
.log-wrap {
    width: 100%;
    height: 100%;
    padding: 200px 0
}

.form-wrap {
    width: 90%;
    margin: 0 auto;
}

.form-top {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    background: #000000;
}

.form-top img {
    width: 40%;
    margin: 0 auto;
    padding: 10px 0;
}

.form-body {
    padding: 20px 0;
}

.log-input {
    position: relative;
}
.log-input input{
    padding-left: 30px;
}

.log-fa {
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
}

.form-body form button.btn-primary {
    width: 100%;
    border: none;
}

.form-body form button.btn-primary:focus {
    box-shadow: none;
    border: none;
}
/* Dashboard */
section.dash-top{
    background: #fa5211;
    background-image: url(../images/3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 300px;
}
.dash-wrap{
    padding: 50px 0;
    height: auto;
}
.dash-wrap h5{
    position: absolute;
    margin-top: -70px;
    color: #ffffff;
}
#nav-tab.nav.nav-tabs{
    border: none;
}
.dash-toggle .nav-tabs a.nav-link{
    padding: 5px 10px;
    font-size: 1rem;
}
.dash-toggle .nav-tabs a.nav-link:focus{
    text-decoration: none;
}
.dash-toggle #nav-tab.nav.nav-tabs{
    text-align: center;
}
.dash-toggle .nav-tabs a#nav-create-tab.nav-item.nav-link.active{
    border: 1px solid #cccccc;
}
.dashForm{
    padding: 30px 0;
}
.post-btn{
    width: 100%;
}
.post-btn:focus{
    border: none;
    box-shadow: none;
}