﻿/**
* Template Name: Sailor - v4.6.0
* Template URL: https://bootstrapmade.com/sailor-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Poppins", sans-serif;
    color: #444444;
}

a {
    color: #3498db;
    text-decoration: none;
}

    a:hover {
        color: #4ea5e0;
        text-decoration: underline;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #F1B744;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #FFA500;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0 20px 0;
}

#header.webadmin {
	padding: 27px 0 29px 0;
}

	#header.header-scrolled, #header.header-inner-pages {
		background: #fff;
		box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.2);
	}

        #header.header-scrolled .logo a {
            color: #444444;
        }

		#header.header-inner-pages .logo a {
			color: #444444;
		}

    #header .logo {
        margin: 0;
        padding: 0;
        line-height: 1;
        font-size: 26px;
		font-weight: 600;
        white-space: nowrap;
    }

    #header .inside {
        min-width: 300px;
    }

	#header .logo a {
		color: #fff;
	}

        #header .logo a:hover {
            text-decoration: none;
        }

        #header .logo img {
            max-height: 80px;
        }

    #header .btn-get-started {
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 13px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 18px;
        border-radius: 4px;
        transition: 0.5s;
        border: 2px solid #F1B744;
        color: #fff;
        background: #F1B744;
    }

    #header.header-scrolled .btn-get-started {
        font-family: "Poppins", sans-serif !important;
        text-transform: uppercase !important;
        font-weight: 400 !important;
        font-size: 13px !important;
        letter-spacing: 1px !important;
        display: inline-block !important;
        padding: 8px 18px !important;
        border-radius: 4px !important;
        transition: 0.5s !important;
        border: 2px solid #F1B744 !important;
        color: #fff !important;
        background: #F1B744 !important;
    }

    #header.header-inner-pages .btn-get-started {
        font-family: "Poppins", sans-serif !important;
        text-transform: uppercase !important;
        font-weight: 400 !important;
        font-size: 13px !important;
        letter-spacing: 1px !important;
        display: inline-block !important;
        padding: 8px 18px !important;
        border-radius: 4px !important;
        transition: 0.5s !important;
        border: 2px solid #F1B744 !important;
        color: #fff !important;
        background: #F1B744 !important;
    }

    #header .btn-get-started:hover {
        background: #FFA500 !important;
        border: 2px solid #FFA500 !important;
        text-decoration: none !important;
    }

    #header.header-scrolled .btn-get-started:hover {
        background: #FFA500 !important;
        border: 2px solid #FFA500 !important;
        text-decoration: none !important;
    }

    #header.header-inner-pages .btn-get-started:hover {
        background: #FFA500 !important;
        border: 2px solid #FFA500 !important;
        text-decoration: none !important;
    }

/* Default: show full name, hide short name */
.logo .short-text {
	display: none;
}

/* On mobile: hide full, show short */
@media (max-width: 768px) {
	#header .logo {
		text-align: center !important;
		margin: 0 auto;
		display: block;
	}

	.logo .full-text {
		display: none;
	}

	.logo .short-text {
		display: inline;
	}
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar > ul > li {
        white-space: nowrap;
        padding: 5px;
    }

    .navbar a, .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-family: "Poppins", sans-serif;
        color: #fff;
        font-size: 15px;
        padding: 0 6px;
        white-space: nowrap;
        transition: 0.3s;
        letter-spacing: 0.4px;
        position: relative;
        font-weight: normal;
    }

        #header.header-scrolled .navbar a, .navbar a:focus {
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-family: "Poppins", sans-serif;
            color: #000;
            font-size: 15px;
            padding: 0 6px;
            white-space: nowrap;
            transition: 0.3s;
            letter-spacing: 0.4px;
            position: relative;
            font-weight: normal;
        }

        #header.header-inner-pages .navbar a, .navbar a:focus {
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-family: "Poppins", sans-serif;
            color: #000;
            font-size: 15px;
            padding: 0 6px;
            white-space: nowrap;
            transition: 0.3s;
            letter-spacing: 0.4px;
            position: relative;
            font-weight: normal;
        }

        .navbar a i, .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

    .navbar > ul > li > a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -6px;
        left: 0;
        background-color: #F1B744;
        visibility: hidden;
        transform: scaleX(0);
        transition: all 0.3s ease-in-out 0s;
    }

    .navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
        visibility: visible;
        transform: scaleX(1);
    }

    .navbar > ul > li > a.btn:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -6px;
        left: 0;
        visibility: hidden;
        transform: scaleX(0);
        transition: all 0.3s ease-in-out 0s;
    }

    .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
        color: #fff;
        text-decoration: none;
    }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 24px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            font-size: 14px;
            text-transform: none;
            color: #493c3e;
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
                color: #F1B744;
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

#header.header-scrolled .mobile-nav-toggle {
    color: #000 !important;
}

#header.header-inner-pages .mobile-nav-toggle {
    color: #000 !important;
}

#header.header-scrolled .bi-x::before {
    color: #fff !important;
}

#header.header-inner-pages .bi-x::before {
    color: #fff !important;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(45, 37, 38, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile > ul > li {
        padding: 0;
    }

    .navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
        visibility: hidden;
    }

    .navbar-mobile a, .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #493c3e;
    }

        #header.header-scrolled .navbar-mobile a, .navbar-mobile a:focus {
            padding: 10px 20px;
            font-size: 15px;
            color: #493c3e;
        }

        #header.header-inner-pages .navbar-mobile a, .navbar-mobile a:focus {
            padding: 10px 20px;
            font-size: 15px;
            color: #493c3e;
        }

        .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
            color: #FFA500;
        }

    #header.header-scrolled .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
        color: #FFA500 !important;
    }

    #header.header-inner-pages .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
        color: #FFA500 !important;
    }

    .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
                color: #FFA500;
            }

        #header.header-scrolled .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
            color: #FFA500 !important;
        }

        #header.header-inner-pages .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
            color: #FFA500 !important;
        }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }

    .navbar-mobile .btn-get-started {
        left: 18px;
        margin-bottom: 5px;
    }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    background-color: rgba(63, 73, 83, 0.8);
    overflow: hidden;
    position: relative;
}

    #hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }

    #hero .carousel-item {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

        #hero .carousel-item::before {
            content: "";
            background-color: rgba(30, 35, 40, 0.6);
        }

    #hero .carousel-container {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 80px;
        /*top: 70px;*/
        left: 50px;
        right: 50px;
    }

    #hero .container {
        text-align: center;
    }

    #hero h2 {
        color: #fff;
        margin-bottom: 20px;
        font-size: 36px;
        font-weight: 600;
    }

    #hero p {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
        margin: 0 auto 20px auto;
        color: #fff;
        font-size: 22px;
    }

    #hero .carousel-inner .carousel-item {
        transition-property: opacity;
        background-position: center top;
    }

    #hero .carousel-inner .carousel-item,
    #hero .carousel-inner .active.carousel-item-start,
    #hero .carousel-inner .active.carousel-item-end {
        opacity: 0;
    }

    #hero .carousel-inner .active,
    #hero .carousel-inner .carousel-item-next.carousel-item-start,
    #hero .carousel-inner .carousel-item-prev.carousel-item-end {
        opacity: 1;
        transition: 0.5s;
    }

        #hero .carousel-inner .carousel-item-next,
        #hero .carousel-inner .carousel-item-prev,
        #hero .carousel-inner .active.carousel-item-start,
        #hero .carousel-inner .active.carousel-item-end {
            left: 0;
            transform: translate3d(0, 0, 0);
        }

    #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
        background: none;
        font-size: 30px;
        line-height: 0;
        width: auto;
        height: auto;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50px;
        transition: 0.3s;
        color: rgba(255, 255, 255, 0.5);
        width: 54px;
        height: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
            background: rgba(255, 255, 255, 0.3);
            color: rgba(255, 255, 255, 0.8);
        }

    #hero .carousel-indicators li {
        cursor: pointer;
        background: #fff;
        overflow: hidden;
        border: 0;
        width: 12px;
        height: 12px;
        border-radius: 50px;
        opacity: 0.6;
        transition: 0.3s;
    }

        #hero .carousel-indicators li.active {
            opacity: 1;
            background: #F1B744;
        }

	#hero .btn-get-started, #rooms .btn-get-started {
		font-family: "Poppins", sans-serif;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 13px;
		letter-spacing: 1px;
		display: inline-block;
		padding: 8px 20px 9px 20px;
		border-radius: 50px;
		transition: 0.5s;
		border: 2px solid #F1B744;
		color: #fff;
		background: #F1B744;
	}

		#hero .btn-get-started:hover, #rooms .btn-get-started:hover {
			background: #FFA500 !important;
			border: 2px solid #FFA500 !important;
			text-decoration: none !important;
		}

@media (max-width: 992px) {
    #hero {
        height: 100vh;
    }

        #hero .carousel-container {
            top: 150px;
        }
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 24px;
    }

	#hero .carousel-container {
		top: 100px;
	}

	#hero .teaser {
		font-size: 18px;
	}
}

@media (min-width: 1024px) {
    #hero .carousel-control-prev, #hero .carousel-control-next {
        width: 5%;
    }
}

@media (max-height: 500px) {
    #hero {
        height: 120vh;
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 40px 0 10px;
    min-height: 40px;
    margin-top: 80px;
}

/* On mobile: hide full, show short */
@media (max-width: 768px) {
	.breadcrumbs {
		padding: 30px 0 10px;
	}
}

    .breadcrumbs h2 {
        font-size: 26px;
        font-weight: 600;
    }

    .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 14px;
    }

        .breadcrumbs ol li + li {
            padding-left: 10px;
        }

            .breadcrumbs ol li + li::before {
                display: inline-block;
                padding-right: 10px;
                color: #6b7b8d;
                content: ">";
            }

@media (max-width: 992px) {
	.breadcrumbs {
		padding: 30px 0 10px;
		margin-top: 68px;
	}

        .breadcrumbs .d-flex {
            display: block !important;
        }

        .breadcrumbs h2 {
            margin-bottom: 10px;
        }

        .breadcrumbs ol {
            display: block;
        }

            .breadcrumbs ol li {
                display: inline-block;
            }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding-top: 40px;
    overflow: hidden;
}

.section-bg {
    background-color: #f7fbfe;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 13px;
        letter-spacing: 1px;
        font-weight: 700;
        padding: 8px 20px;
        line-height: 1;
        margin: 0;
        background: #fdeff2;
        color: #e43c5c;
        display: inline-block;
        text-transform: uppercase;
        border-radius: 50px;
    }

    .section-title h3 {
        margin: 15px 0 0 0;
        font-size: 30px;
        font-weight: 600;
    }

        .section-title h3 span {
            color: #e43c5c;
        }

    .section-title p {
        margin: 15px auto 0 auto;
        font-weight: 600;
    }

@media (min-width: 1024px) {
    .section-title p {
        width: 70%;
    }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
/*a.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}*/

.about .content h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about .content h3 {
    font-weight: 500;
    line-height: 32px;
    font-size: 24px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

    .about .content ul li {
        padding: 10px 0 0 28px;
        position: relative;
    }

    .about .content ul i {
        left: 0;
        top: 7px;
        position: absolute;
        font-size: 20px;
        color: #F1B744;
    }

.about .content p:last-child {
    margin-bottom: 0;
}

.about .icon-box {
    padding: 30px;
    border-radius: 6px;
    background: #fff;
    transition: ease-in-out 0.3s;
}

    .about .icon-box i {
        float: left;
        color: #3498db;
    }

    .about .icon-box h4 {
        padding-top: 30px;
        font-weight: 700;
        margin-bottom: 15px;
    }

        .about .icon-box h4 a {
            color: #384046;
            transition: 0.3s;
        }

    .about .icon-box h5 {
        padding-top: 15px;
        margin-bottom: 15px;
    }

    .about .icon-box:hover {
        box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.1);
    }

        .about .icon-box:hover h4 a {
            color: #3498db;
        }

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
    padding: 15px 0;
    text-align: center;
}

    .clients img {
        max-width: 45%;
        transition: all 0.4s ease-in-out;
        display: inline-block;
        padding: 15px 0;
        filter: grayscale(100);
    }

        .clients img:hover {
            filter: none;
            transform: scale(1.15);
        }

@media (max-width: 768px) {
    .clients img {
        max-width: 40%;
    }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 6px;
}

    .services .icon-box i {
        float: left;
        color: #d9232d;
        font-size: 40px;
    }

    .services .icon-box h4 {
        margin-left: 70px;
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 18px;
    }

        .services .icon-box h4 a {
            color: #556270;
            transition: 0.3s;
        }

    .services .icon-box p {
        margin-left: 70px;
        line-height: 24px;
        font-size: 14px;
    }

    .services .icon-box:hover h4 a {
        color: #d9232d;
    }

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 20px;
}

    .portfolio-details .portfolio-details-slider img {
        width: 100%;
    }

    .portfolio-details .portfolio-details-slider .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #e43c5c;
        }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #e43c5c;
        }

    .portfolio-details .portfolio-info {
        padding: 20px;
        box-shadow: 0px 0 30px rgba(73, 60, 62, 0.08);
    }

        .portfolio-details .portfolio-info h3 {
            font-size: 20px;
            font-weight: 500;
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #eee;
        }

        .portfolio-details .portfolio-info ul {
            list-style: none;
            padding: 0;
            font-size: 15px;
        }

    /* portfolio-updates */
    .portfolio-details .portfolio-updates {
        padding: 20px 20px 10px 20px;
        box-shadow: 0px 0 30px rgba(73, 60, 62, 0.08);
    }

        .portfolio-details .portfolio-updates h3 {
            font-size: 20px;
            font-weight: 500;
            margin-bottom: 10px;
            padding-bottom: 5px;
            border-bottom: 1px solid #eee;
        }
    /* end */

    .portfolio-details .portfolio-description {
        padding-top: 30px;
    }

        .portfolio-details .portfolio-description h2 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .portfolio-details .portfolio-description p {
            padding: 0;
        }

    .portfolio-details .icon-box {
        padding: 20px 30px 15px 30px;
        border-radius: 6px;
        background: #fff;
        transition: ease-in-out 0.3s;
        box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
    }

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(85, 98, 112, 0.08);
    padding: 30px;
    border-radius: 4px;
    background: white;
}

    .team .member .pic {
        overflow: hidden;
        width: 140px;
        border-radius: 4px;
    }

        .team .member .pic img {
            transition: ease-in-out 0.3s;
        }

    .team .member:hover img {
        transform: scale(1.1);
    }

    .team .member .member-info {
        padding-left: 30px;
    }

    .team .member h4 {
        font-weight: 700;
        margin-bottom: 5px;
        font-size: 20px;
        color: #556270;
    }

    .team .member span {
        display: block;
        font-size: 15px;
        padding-bottom: 10px;
        position: relative;
        font-weight: 500;
    }

        .team .member span::after {
            content: "";
            position: absolute;
            display: block;
            width: 50px;
            height: 1px;
            background: #dee2e6;
            bottom: 0;
            left: 0;
        }

    .team .member p {
        margin: 10px 0 0 0;
        font-size: 14px;
    }

    .team .member .social {
        margin-top: 12px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .team .member .social a {
            transition: ease-in-out 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 4px;
            width: 32px;
            height: 32px;
            background: #8795a4;
        }

            .team .member .social a i {
                color: #fff;
                font-size: 16px;
                margin: 0 2px;
            }

            .team .member .social a:hover {
                background: #d9232d;
            }

            .team .member .social a + a {
                margin-left: 8px;
            }

/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills .progress {
    height: 60px;
    display: block;
    background: none;
    border-radius: 0;
}

    .skills .progress .skill {
        padding: 10px 0;
        margin: 0;
        text-transform: uppercase;
        display: block;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        color: #556270;
    }

        .skills .progress .skill .val {
            float: right;
            font-style: normal;
        }

.skills .progress-bar-wrap {
    background: #edeff1;
}

.skills .progress-bar {
    width: 1px;
    height: 10px;
    transition: 0.9s;
    background-color: #6b7b8d;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
    overflow: hidden;
}

    .features .nav-tabs {
        border: 0;
    }

    .features .nav-link {
        border: 0;
        padding: 12px 15px 12px 0;
        transition: 0.3s;
        color: #556270;
        border-radius: 0;
        border-right: 2px solid white;
        font-weight: 600;
        font-size: 15px;
    }

        .features .nav-link:hover {
            color: #d9232d;
        }

        .features .nav-link.active {
            color: #d9232d;
            border-color: #d9232d;
        }

    .features .tab-pane.active {
        -webkit-animation: fadeIn 0.5s ease-out;
        animation: fadeIn 0.5s ease-out;
    }

    .features .details h3 {
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 20px;
        color: #556270;
    }

    .features .details p {
        color: #777777;
    }

        .features .details p:last-child {
            margin-bottom: 0;
        }

@media (max-width: 992px) {
    .features .nav-link {
        border: 0;
        padding: 15px;
    }

        .features .nav-link.active {
            color: #fff;
            background: #d9232d;
        }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.pricing h3 {
    font-weight: 400;
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #777777;
    background: #f8f8f8;
}

.pricing h4 {
    font-size: 36px;
    color: #d9232d;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}

    .pricing h4 sup {
        font-size: 20px;
        top: -15px;
        left: -3px;
    }

    .pricing h4 span {
        color: #bababa;
        font-size: 16px;
        font-weight: 300;
    }

.pricing ul {
    padding: 0;
    list-style: none;
    color: #444444;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

    .pricing ul li {
        padding-bottom: 16px;
    }

    .pricing ul i {
        color: #d9232d;
        font-size: 18px;
        padding-right: 4px;
    }

    .pricing ul .na {
        color: #ccc;
        text-decoration: line-through;
    }

.pricing .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center;
}

.pricing .btn-buy {
    background: #d9232d;
    display: inline-block;
    padding: 8px 35px 9px 35px;
    border-radius: 4px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    transition: 0.3s;
}

    .pricing .btn-buy:hover {
        background: #e1444d;
    }

.pricing .featured h3 {
    color: #fff;
    background: #d9232d;
}

.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #d9232d;
    color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-item {
    margin: 20px 0;
    padding: 20px 0;
    border-bottom: 1px solid white;
}

    .faq .faq-item i {
        color: #dee2e6;
        font-size: 20px;
        float: left;
        line-height: 0;
        padding: 13px 0 0 0;
        margin: 0;
    }

    .faq .faq-item h4 {
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
        margin: 0 0 10px 28px;
        font-family: "Poppins", sans-serif;
    }

    .faq .faq-item p {
        font-size: 15px;
    }

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 40px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #fff;
}

    .testimonials .testimonial-item .testimonial-img {
        width: 90px;
        border-radius: 50px;
        border: 6px solid #fff;
        float: left;
        margin: 0 10px 0 0;
    }

    .testimonials .testimonial-item h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0 5px 0;
        color: #111;
    }

    .testimonials .testimonial-item h4 {
        font-size: 14px;
        color: #999;
        margin: 0;
    }

    .testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
        color: #f8d1d3;
        font-size: 26px;
    }

    .testimonials .testimonial-item .quote-icon-left {
        display: inline-block;
        left: -5px;
        position: relative;
    }

    .testimonials .testimonial-item .quote-icon-right {
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px;
    }

    .testimonials .testimonial-item p {
        font-style: italic;
        margin: 15px 0 0 0;
        padding: 0;
    }

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
    width: 100%;
    background: #fff;
}

    .contact .info i {
        font-size: 20px;
        color: #556270;
        float: left;
        width: 44px;
        height: 44px;
        background: #edeff1;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
    }

    .contact .info h4 {
        padding: 0 0 0 60px;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #556270;
    }

    .contact .info p {
        padding: 0 0 0 60px;
        margin-bottom: 0;
        font-size: 14px;
        color: #8795a4;
    }

    .contact .info .email, .contact .info .phone {
        margin-top: 40px;
    }

        .contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
            background: #556270;
            color: #fff;
        }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #4a5562;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

    #footer .footer-top {
        background: #515d6a;
        padding: 60px 0 30px 0;
    }

        #footer .footer-top .footer-info {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-info h3 {
                font-size: 24px;
                margin: 0 0 20px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-weight: 700;
            }

            #footer .footer-top .footer-info p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: "Raleway", sans-serif;
                color: #fff;
            }

        #footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            background: rgba(255, 255, 255, 0.1);
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 4px;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .footer-top .social-links a:hover {
                background: #F1B744;
                color: #fff;
                text-decoration: none;
            }

        #footer .footer-top h4 {
            font-size: 16px;
            font-weight: 600;
            color: #fff;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 2px;
                    color: rgba(255, 255, 255, 0.6);
                    font-size: 18px;
                    line-height: 1;
                }

                #footer .footer-top .footer-links ul li {
                    padding: 10px 0;
                    display: flex;
                    align-items: center;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: rgba(255, 255, 255, 0.6);
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        color: white;
                    }

        #footer .footer-top .footer-newsletter form {
            margin-top: 30px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 4px;
        }

            #footer .footer-top .footer-newsletter form input[type=email] {
                border: 0;
                padding: 4px;
                width: calc(100% - 110px);
            }

            #footer .footer-top .footer-newsletter form input[type=submit] {
                position: absolute;
                top: 0;
                right: -2px;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 20px 2px 20px;
                background: #d9232d;
                color: #fff;
                transition: 0.3s;
                border-radius: 0 4px 4px 0;
            }

                #footer .footer-top .footer-newsletter form input[type=submit]:hover {
                    background: #df3740;
                }

    #footer .copyright {
        text-align: center;
        padding-top: 30px;
    }

    #footer .credits {
        padding-top: 10px;
        text-align: center;
        font-size: 13px;
        color: rgba(255, 255, 255, 0.6);
    }

        #footer .credits a {
            color: rgba(255, 255, 255, 0.6);
            transition: 0.3s;
            font-weight: 600;
        }

            #footer .credits a:hover {
                color: white;
            }

            #footer a {
                color: white;
            }


/*--- custom ---*/
.btn {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 2px;
    display: inline-block;
    padding: 3px 18px;
    border-radius: 4px;
    transition: ease-in-out 0.3s;
    color: #000;
    /*background: #3498db;*/
    border: solid 2px #4ea5e0;
    text-transform: uppercase;
    min-width: 90px;
}

    .btn:hover {
        background: #4ea5e0;
        color: #fff;
        text-decoration: none;
    }

.btn-normal {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 18px;
    border-radius: 4px;
    transition: 0.5s;
    border: 2px solid #F1B744;
    color: #fff;
    background: #F1B744;
}

    .btn-normal:hover {
        background: #FFA500 !important;
        border: 2px solid #FFA500 !important;
        color: #fff !important;
        text-decoration: none !important;
    }

.btn-primary, .btn-default {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    /*padding: 8px 30px 9px 30px;*/
    border-radius: 4px;
    transition: 0.5s;
    border: 2px solid #3498db;
    color: #3498db;
    background: #fff;
}

    .btn-primary:hover, .btn-default:hover {
        background: #4ea5e0 !important;
        border: 2px solid #4ea5e0 !important;
        color: #fff !important;
        text-decoration: none !important;
    }

/* custom gridview header */
.table-bordered th {
    text-align: center;
    background-color: #f5f5f5;
    vertical-align: middle !important;
    font-weight: 500;
    /*color: #fff;*/
}

.table-condensed th {
    text-align: center;
    background-color: #f5f5f5;
    vertical-align: middle !important;
    /*color: #fff;*/
}

/*.table-bordered th a {
	color: #fff;
  }*/

/* custom gridview pagination */
.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #337ab7;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #fff; /*#aea79f*/
            background-color: #428bca; /*#f5f5f5*/
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > a:focus {
            color: #265a88;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

.small {
    font-size: 13px !important;
}

.smaller {
	font-size: 70% !important;
}

.small-14 {
    font-size: 14px;
}

.small-80 {
	font-size: 80%;
}

.form-check {
    padding-left: 0;
}

.validator-msg {
    font-size: 70%;
    display: inline-flex;
	color: red;
}

/* custom modal */
.modal-footer {
    padding: 5px 15px 5px 15px;
    border-top: none;
}

.table-responsive td {
    vertical-align: top;
}

.table {
    margin-bottom: 0;
}

td.active .list-group-item {
    color: #fff;
    background-color: #4ea5e0;
    border-color: #4ea5e0;
}

.panel-body {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.panel-body-nopadding {
	padding: 0px;
	border: 0px;
}

.panel-default-tab {
    border-top-style: none;
}

.panel-heading {
    padding: 3px 10px 3px 10px;
}

    .panel-heading .panel-title {
        font-size: larger;
        font-weight: 500;
    }

h3.panel-title {
    margin: 0px;
}

.loading {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-image: url('../img/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    opacity: .5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

/* checkbox and radio */
table.checkbox input[type=checkbox], table.checkbox-inline input[type=checkbox],
table.radio input[type=radio], table.radio-inline input[type=radio] {
    margin-left: 0;
}

table.checkbox {
    padding-top: 0 !important;
}

/*table.checkbox label {
	padding-right: 20px;
}*/

.checkbox label {
    padding-right: 20px;
    font-weight: initial;
    font-size: initial;
    letter-spacing: initial;
    display: initial;
    text-transform: initial;
}

table.radio {
    padding-top: 0 !important;
}

/*table.radio label {
	padding-right: 20px;
}*/

.radio label {
    padding-right: 20px;
}

/* form-group form-inline */
.form-inline table.checkbox input[type=checkbox], .form-inline table.checkbox-inline input[type=checkbox],
.form-inline table.radio input[type=radio], .form-inline table.radio-inline input[type=radio] {
    margin-left: 0;
}

.form-inline table.checkbox {
    padding-top: 0 !important;
}

/*.form-inline table.checkbox label {
	padding-right: 20px;
}*/

.form-inline table.radio {
    padding-top: 3px !important;
}

/*.form-inline table.radio label {
	padding-right: 20px;
}*/

.form-inline .checkbox label, .form-inline .radio label {
    padding-left: 20px;
}

.checkbox input {
    margin-right: 10px;
}

/* form labels */
label {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
}

.label {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
}

.btn-tag {
    cursor: default;
}

.modal-header .btn-close {
    font-size: x-small;
    padding: 1rem 0.5rem;
}

.modal-header h4 {
    position: absolute;
    padding-top: 0.6rem;
}

.modal-header {
    border-bottom: none;
}

.note-modal-footer {
    height: 60px !important;
}

.padded {
    padding-top: 140px;
}

.badge {
    font-size: 0.65em;
    font-weight: normal;
    padding-bottom: 3px;
}

.list-group-item {
    font-weight: normal;
}

    .list-group-item td.active {
        font-weight: 600;
    }

a.list-group-item {
    text-decoration: none;
}

.table > :not(caption) > * > * {
    padding: 0.4rem 0.4rem;
}

/* custom link */
.nolink {
    color: #444;
    text-decoration: none;
}

    .nolink:hover {
        color: #3498db;
        text-decoration: underline;
    }

.notlabel label {
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: normal;
}

.notlabel-contact label {
    font-size: 16px;
    text-transform: none;
    font-weight: 500;
    letter-spacing: normal;
}

.portfolio-details .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #3498db;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

    .portfolio-details .social-links a:hover {
        background: #4ea5e0;
        color: #fff;
        text-decoration: none;
    }

.datepicker {
    z-index: 9999 !important;
}

.notlabel-login {
    text-transform: none;
    font-weight: normal;
}

input[readonly].normal {
    background-color: transparent;
}

.fw-bold, b, strong, h6 {
    font-weight: 600 !important;
}

.note-editable h6 {
    font-size: 18px;
}

/* custom badge */
.badge-yee {
    position: relative;
    top: -12px;
    right: -8px;
    padding: 3px 5px;
    /*border-radius: 50%;*/
    background: red;
    color: white;
    float: right;
}

/* custom modal header */
.alert-danger-custom {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.alert-warning-custom {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-info-custom {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.alert-success-custom {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

/* mod_quickicon */

#cpanel {
    text-align: center;
    vertical-align: middle;
}

    #cpanel div.icon {
        margin: 3px;
        padding: 3px 0;
    }

        #cpanel div.icon a {
            border: 1px solid #e8e8e8;
            display: block;
            float: left;
            height: 118px !important;
            height: 110px;
            padding: 2px 5px 1px 5px;
            text-decoration: none;
            vertical-align: middle;
            width: 118px !important;
        }

            #cpanel div.icon a:link {
                color: #303030;
                background-color: whitesmoke;
            }

            #cpanel div.icon a:hover {
                background-color: #fff8dc; /*#f1e8e6;*/
                border: 1px solid #e8e8e8; /*#c24733;*/
                color: #333;
                padding: 3px 4px 0 6px;
            }

            #cpanel div.icon a:active {
                color: #303030;
            }

            #cpanel div.icon a:visited {
                color: #303030;
            }

        #cpanel div.icon img {
            margin-top: 13px;
        }

        #cpanel div.icon span {
            display: block;
            padding-top: 3px;
            font-size: 14px;
        }

/* mod_quickicon - small */

#cpanel_small {
    text-align: center;
    vertical-align: middle;
}

    #cpanel_small div.icon {
        margin: 3px;
    }

        #cpanel_small div.icon a {
            border: 1px solid #DDD;
            display: block;
            float: left;
            height: 108px !important;
            height: 100px;
            padding: 2px 5px 1px 5px;
            text-decoration: none;
            vertical-align: middle;
            width: 108px !important;
            width: 110px;
        }

            #cpanel_small div.icon a:link {
                color: #303030;
                background-color: aliceblue;
            }

            #cpanel_small div.icon a:hover {
                background-color: #f1e8e6;
                border: 1px solid #c24733;
                color: #333;
                padding: 3px 4px 0 6px;
            }

            #cpanel_small div.icon a:active {
                color: #303030;
            }

            #cpanel_small div.icon a:visited {
                color: #303030;
            }

        #cpanel_small div.icon img {
            margin-top: 13px;
        }

        #cpanel_small div.icon span {
            display: block;
            padding-top: 3px;
        }

/* mod_quickicon - large */

#cpanel_large {
    text-align: center;
    vertical-align: middle;
}

    #cpanel_large div.icon {
        margin: 3px;
    }

        #cpanel_large div.icon a {
            border: 1px solid #DDD;
            display: block;
            float: left;
            height: 138px !important;
            height: 130px;
            padding: 2px 5px 1px 5px;
            text-decoration: none;
            vertical-align: middle;
            width: 138px !important;
            width: 140px;
        }

            #cpanel_large div.icon a:link {
                color: #303030;
                background-color: aliceblue;
            }

            #cpanel_large div.icon a:hover {
                background-color: #f1e8e6;
                border: 1px solid #c24733;
                color: #333;
                padding: 3px 4px 0 6px;
            }

            #cpanel_large div.icon a:active {
                color: #303030;
            }

            #cpanel_large div.icon a:visited {
                color: #303030;
            }

        #cpanel_large div.icon img {
            margin-top: 13px;
        }

        #cpanel_large div.icon span {
            display: block;
            padding-top: 3px;
        }

/* image sprite */
.booking, .invoice, .accounting, .csec, .reports, .tools, .settings,
.users, .roles, .office, .accountsettings, .module, .admin, .cms, .news,
.updates, .static, .dynamic, .archive, .facility, .network, .book, .documents,
.download, .preview, .parameters, .cashprogramming, .physicaltargets,
.datasharing, .releases, .ledger, .tableicon, .catalog, .faq, .techvoc, .school,
.verification, .validation, .review, .approval, .stack, .pay, .submission, .assessment,
.approval2, .validation2, .registration, .management, .calendar, .setup, .partnership, 
.slots, .specialization, .manager {
	background-image: url('/assets/img/sprites.png');
	background-repeat: no-repeat;
	margin-top: 13px;
	margin-left: auto;
	margin-right: auto;
}

.booking {
    background-position: 0px 0px;
    width: 48px;
    height: 48px;
}

.invoice {
    background-position: -48px 0px;
    width: 48px;
    height: 48px;
}

.accounting {
    background-position: -96px 0px;
    width: 48px;
    height: 48px;
}

.csec {
    background-position: -144px 0px;
    width: 48px;
    height: 48px;
}

.reports {
    background-position: -192px 0px;
    width: 48px;
    height: 48px;
}

.tools {
    background-position: -240px 0px;
    width: 48px;
    height: 48px;
}

.settings {
    background-position: -288px 0px;
    width: 48px;
    height: 48px;
}

.users {
    background-position: -336px 0px;
    width: 48px;
    height: 48px;
}

.roles {
    background-position: -384px 0px;
    width: 48px;
    height: 48px;
}

.office {
    background-position: -432px 0px;
    width: 48px;
    height: 48px;
}

.accountsettings {
    background-position: -480px 0px;
    width: 48px;
    height: 48px;
}

.module {
    background-position: -528px 0px;
    width: 48px;
    height: 48px;
}

.admin {
    background-position: -576px 0px;
    width: 48px;
    height: 48px;
}

.cms {
    background-position: -624px 0px;
    width: 48px;
    height: 48px;
}

.news {
    background-position: -672px 0px;
    width: 48px;
    height: 48px;
}

.updates {
    background-position: -720px 0px;
    width: 48px;
    height: 48px;
}

.static {
    background-position: -768px 0px;
    width: 48px;
    height: 48px;
}

.dynamic {
    background-position: -816px 0px;
    width: 48px;
    height: 48px;
}

.archive {
    background-position: -864px 0px;
    width: 48px;
    height: 48px;
}

.facility {
    background-position: -912px 0px;
    width: 48px;
    height: 48px;
}

.network {
    background-position: -960px 0px;
    width: 48px;
    height: 48px;
}

.book {
    background-position: -1008px 0px;
    width: 48px;
    height: 48px;
}

.documents {
    background-position: -1056px 0px;
    width: 48px;
    height: 48px;
}

.download {
    background-position: -1104px 0px;
    width: 48px;
    height: 48px;
}

.preview {
    background-position: -1152px 0px;
    width: 48px;
    height: 48px;
}

.parameters {
    background-position: -1200px 0px;
    width: 48px;
    height: 48px;
}

.cashprogramming {
    background-position: -1248px 0px;
    width: 48px;
    height: 48px;
}

.physicaltargets {
    background-position: -1296px 0px;
    width: 48px;
    height: 48px;
}

.datasharing {
    background-position: -1344px 0px;
    width: 48px;
    height: 48px;
}

.releases {
    background-position: -1392px 0px;
    width: 48px;
    height: 48px;
}

.ledger {
    background-position: -1440px 0px;
    width: 48px;
    height: 48px;
}

.tableicon {
    background-position: -1488px 0px;
    width: 48px;
    height: 48px;
}

.catalog {
    background-position: -1536px 0px;
    width: 48px;
    height: 48px;
}

.faq {
    background-position: -1584px 0px;
    width: 48px;
    height: 48px;
}

.techvoc {
    background-position: -1632px 0px;
    width: 48px;
    height: 48px;
}

.school {
    background-position: -1680px 0px;
    width: 48px;
    height: 48px;
}

.verification {
    background-position: -1728px 0px;
    width: 48px;
    height: 48px;
}

.validation {
    background-position: -1776px 0px;
    width: 48px;
    height: 48px;
}

.review {
    background-position: -1824px 0px;
    width: 48px;
    height: 48px;
}

.approval {
    background-position: -1872px 0px;
    width: 48px;
    height: 48px;
}

.stack {
    background-position: -1920px 0px;
    width: 48px;
    height: 48px;
}

.pay {
    background-position: -1968px 0px;
    width: 48px;
    height: 48px;
}

.submission {
    background-position: -2016px 0px;
    width: 48px;
    height: 48px;
}

.assessment {
    background-position: -2064px 0px;
    width: 48px;
    height: 48px;
}

.approval2 {
    background-position: -2112px 0px;
    width: 48px;
    height: 48px;
}

.validation2 {
    background-position: -2160px 0px;
    width: 48px;
    height: 48px;
}

.registration {
	background-position: -2208px 0px;
	width: 48px;
	height: 48px;
}

.management {
	background-position: -2256px 0px;
	width: 48px;
	height: 48px;
}

.calendar {
	background-position: -2304px 0px;
	width: 48px;
	height: 48px;
}

.setup {
	background-position: -2352px 0px;
	width: 48px;
	height: 48px;
}

.partnership {
	background-position: -2400px 0px;
	width: 48px;
	height: 48px;
}

.slots {
	background-position: -2448px 0px;
	width: 48px;
	height: 48px;
}

.specialization {
	background-position: -2496px 0px;
	width: 48px;
	height: 48px;
}

.manager {
	background-position: -2544px 0px;
	width: 48px;
	height: 48px;
}

/* end sprite*/

.badge-valign {
    vertical-align: middle;
    margin-top: -0.3em;
}

/* advisories archive table */
.table-news > :not(caption) > * > * {
    border-bottom-width: 0px !important;
}

.table-updates p {
    margin-bottom: 0px !important;
}

.table-updates ul {
    margin-bottom: 0px !important;
}
/* end */

.col-form-label {
    padding-top: calc(0.375rem + 4px) !important;
	font-size: small !important;
}

/* vertical tabs */
.tab {
    float: left;
    /*border: 1px solid #ccc;*/
    /*background-color: #f1f1f1;*/
    width: 30%;
    /*height: 300px;*/
}

    /* Style the buttons that are used to open the tab content */
    .tab button {
        display: block;
        background-color: whitesmoke;
        color: gray;
        padding: 12px;
        width: 100%;
        /*border: none;*/
        border-bottom: 1px solid whitesmoke;
        border-top: 1px solid whitesmoke;
        border-left: 1px solid whitesmoke;
        border-right: 1px solid #ccc;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: whitesmoke;
            color: black;
        }

        /* Create an active/current "tab button" class */
        .tab button.active {
            background-color: #fff;
            color: black;
            /*font-weight: 500;*/
            border-top: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            border-left: 1px solid #ccc;
            border-right: none;
        }

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 20px 0px 40px;
    border-top: 1px solid #ccc;
    width: 70%;
    /*height: 300px;*/
}

/* placeholder color */
input::placeholder {
    color: #ccc !important;
}

.emptydata {
	margin-left: -5px;
}

/* notes */
.comment {
	display: block;
	position: relative;
	/*margin-bottom: 5px;*/
	padding-left: 120px
}

	.comment .comment-author-ava {
		display: block;
		position: absolute;
		top: 3px;
		left: 48px;
		width: 35px;
		border-radius: 50%;
		overflow: hidden
	}

		.comment .comment-author-ava > img {
			display: block;
			width: 100%
		}

	.comment .comment-author-name {
		display: block;
		position: absolute;
		top: 40px;
		left: 0;
		width: 125px;
		text-align: center;
		overflow: hidden
	}

	.comment .comment-author-span {
		display: none;
	}

	.comment .comment-body {
		position: relative;
		padding: 15px;
		border: 1px solid #dee2e6;
		border-radius: 7px;
		background-color: #fff
	}

		.comment .comment-body::after,
		.comment .comment-body::before {
			position: absolute;
			top: 12px;
			right: 100%;
			width: 0;
			height: 0;
			border: solid transparent;
			content: '';
			pointer-events: none
		}

		.comment .comment-body::after {
			border-width: 9px;
			border-color: transparent;
			border-right-color: #fff
		}

		.comment .comment-body::before {
			margin-top: -1px;
			border-width: 10px;
			border-color: transparent;
			border-right-color: #dee2e6
		}

	.comment .comment-title {
		margin-bottom: 8px;
		color: #606975;
		font-size: 14px;
		font-weight: 500
	}

	.comment .comment-text {
		margin-bottom: 12px
	}

	.comment .comment-footer {
		display: table;
		width: 100%
	}

		.comment .comment-footer > .column {
			display: table-cell;
			vertical-align: middle
		}

			.comment .comment-footer > .column:last-child {
				text-align: right
			}

	.comment .comment-meta {
		color: #9da9b9;
		font-size: 13px
	}

	.comment .reply-link {
		transition: color .3s;
		color: #606975;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: .07em;
		text-transform: uppercase;
		text-decoration: none
	}

		.comment .reply-link > i {
			display: inline-block;
			margin-top: -3px;
			margin-right: 4px;
			vertical-align: middle
		}

		.comment .reply-link:hover {
			color: #0da9ef
		}

	.comment.comment-reply {
		margin-top: 30px;
		margin-bottom: 0
	}

@media (max-width: 576px) {
	.comment {
		padding-left: 0
	}

		.comment .comment-author-name {
			display: none
		}

		.comment .comment-author-ava {
			display: none
		}

		.comment .comment-author-span {
			display: inline
		}

		.comment .comment-body {
			padding: 15px
		}

			.comment .comment-body::before,
			.comment .comment-body::after {
				display: none
			}
}

/* custom badge position */
.translate-middle-x-left-adjusted {
	transform: translate(-100%, -50%);
}

/* blinking icon in grid */
.blink {
	animation: blink-animation 1s ease-in-out infinite;
}

@keyframes blink-animation {
	0%, 100% {
		opacity: 1;
		visibility: visible;
	}

	50% {
		opacity: 0;
		visibility: hidden;
	}
}

.color-change {
	animation: color-animation 1s ease-in-out infinite;
}

@keyframes color-animation {
	0% {
		color: red; /* Start color */
	}

	50% {
		color: #4F97D5; /* Midpoint color */
	}

	100% {
		color: red; /* End color */
	}
}

/* Adjust GLightbox background transparency */
.glightbox-clean .goverlay {
	background: rgba(0, 0, 0, 0.8) !important; /* Change 0.5 to whatever transparency you want */
}

ul.list-unstyled li:last-child {
	border-bottom: none !important;
}

/* calendar buttons*/
.fc-prev-button,
.fc-next-button,
.fc-today-button {
  background: #F1B744 !important;   /* gold background */
  border: 1px solid #F1B744 !important;
  color: #fff !important;           /* white text */
  border-radius: 4px !important;

  padding: 4px 8px !important;
  min-width: 32px !important;  /* consistent width for Prev/Next */
  height: 28px !important;     /* lock height */
  box-sizing: border-box !important;

  font-size: 0.85rem !important;
  line-height: 1.2 !important;
}

/* Hover + Focus */
	.fc-prev-button:hover,
	.fc-next-button:hover,
	.fc-today-button:hover,
	.fc-prev-button:focus,
	.fc-next-button:focus,
	.fc-today-button:focus {
		background-color: #FFA500 !important; /* orange background */
		border: 1px solid #FFA500 !important;
		color: #fff !important; /* keep white text */
		box-shadow: none !important; /* remove glow */
	}


@media (max-width: 768px) {
	/* Stack toolbar chunks vertically */
	.fc .fc-toolbar.fc-header-toolbar {
		flex-direction: column;
		align-items: center; /* center everything */
		gap: 6px; /* spacing between title and buttons */
	}

	/* Title styling */
	.fc .fc-toolbar-title {
		order: 2; /* move title below buttons */
		text-align: center;
		font-size: 1rem; /* smaller for mobile */
	}

	/* Buttons styling */
	.fc .fc-toolbar-chunk:last-child {
		order: 1; /* buttons go on top */
		display: flex;
		justify-content: center; /* center the button group */
		width: 100%;
	}
}

/* Dashboard cards like cpanel menu */
.clickable-card {
	display: block;
	text-decoration: none !important; /* remove underline in normal state */
	color: #303030;
}

	.clickable-card:hover,
	.clickable-card:visited,
	.clickable-card:active,
	.clickable-card:link {
		text-decoration: none !important; /* remove underline in all states */
	}

	.clickable-card .card {
		/*background-color: whitesmoke;*/
		/*border: 1px solid #e8e8e8;*/
		padding: 2px 5px 1px 5px;
		text-align: center;
		/*transition: all 0.2s ease;*/
	}

	.clickable-card:hover .card {
		background-color: #fff8dc;
		/*border: 1px solid #e8e8e8;*/
		color: #333;
		padding: 3px 4px 0 6px;
	}

/* Default collapsed title bar */
.accordion-button {
	background-color: #fff; /* white */
	color: #000; /* black text */
}

	/* Active (expanded) title bar */
	.accordion-button:not(.collapsed) {
		background-color: #e9ecef; /* Bootstrap neutral gray */
		color: #000; /* keep text black */
	}

	/* Remove Bootstrap blue focus ring */
	.accordion-button:focus {
		box-shadow: none;
		border-color: #ccc;
	}
