/** Main Style */
a {
    text-decoration: none !important;
}

.file-upload {
    display: block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.file-upload .file-select {
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select .file-select-button {
    background: #dce4ec;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.file-upload .file-select:hover {
    border-color: #34495e;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
    background: #34495e;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select {
    border-color: #3fa46a;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
    background: #3fa46a;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

@media print {

    .txt-search,
    .btn-search,
    .print-button {
        display: none !important;
    }
}

@media only screen and (max-width:786px) {
    .table {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important;
    }

    #sidebar-wrapper {
        margin-left: -18rem !important;
    }

    table {
        font-size: 80% !important;
    }

    table a.btn.btn-sm {
        margin-bottom: 10px !important;
        padding: .13rem .25rem !important;
    }

    table i.fas.fa-long-arrow-alt-right.fa-sm {
        display: none;
    }

    div.p-4 {
        padding: 0.8rem !important;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: 0 !important;
    }

    #wrapper div.nav-icon {
        display: none !important;
    }

    .sub-menu .list-group {
        display: block !important;
    }

    #wrapper.toggled .nav-hide {
        display: block !important;
    }

    div.pl-5.pr-5 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    label {
        font-size: 80% !important;
    }

}


@media only screen and (min-width: 1280px) {
    .container {
        width: 1200px;
        max-width: 1200px;
    }
}

.hide-in-sm {

    display: block;
}

.show-in-sm {
    display: none;
}

@media only screen and (max-width: 786px) {
    .half-width-sm {
        width: 50% !important;
    }

    .top-bar .main-buttons {
        padding-top: .2rem;
    }

    .copyfooter .nav.justify-content-between div {
        text-align: center;
        width: 100% !important;
    }

    .single-category {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .main-caption {
        right: 0% !important;
        left: 0% !important;
        width: 100% !important;
    }

    .main-caption h1 {
        font-size: 1.5rem !important;
    }

    .main-caption h3 {
        font-size: 1.1rem !important;
    }

    .main-caption .banner-text {
        padding-top: 2rem !important;
        padding-bottom: 1rem !important;
    }

    .single-entry .col-1 {
        flex: 0 0 15% !important;
        max-width: 15% !important;
    }

    .single-entry .col-1 .col-12.p-5.border {
        height: 50% !important;
        padding: 0px !important;
    }

    .single-entry .col-11 {
        flex: 0 0 85% !important;
        max-width: 85% !important;
    }

    .hide-in-sm {

        display: none !important;
    }

    .show-in-sm {
        display: block !important;
    }
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

.cursive-font {
    font-family: 'Dancing Script', cursive;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

.bg-main {
    background: #1A1A1A !important;
}

.text-main {
    color: #1A1A1A !important;
}

.border-main {
    border: 1px solid #1A1A1A !important;
}

.border-main-bold {
    border: 3px solid #1A1A1A !important;
}

.bg-main-alt {
    background-color: #868686;
}

.text-main-alt {
    color: #868686 !important;
}

.border-main-alt {
    border: 1px solid #868686 !important;
}

.border-main-alt-bold {
    border: 3px solid #868686 !important;
}

.bg-main-light {
    background-color: #F2F2F2;
}

.text-main-light {
    color: #F2F2F2 !important;
}

.border-main-light {
    border: 1px solid #F2F2F2 !important;
}

.border-main-light-bold {
    border: 3px solid #F2F2F2 !important;
}

.bg-white {
    background: white !important;
}

.bg-black {
    background: black !important;
}

.text-white {
    color: white !important;
}

.text-black {
    color: black !important;
}

.text-black {
    color: black !important;
}

.section-heading {
    color: black !important;
    letter-spacing: 0px;
    /*        font-family: 'Dancing Script', cursive;*/
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2em;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

.section-heading::before,
.section-heading::after {
    display: inline-block;
    content: "";
    border-top: .2rem solid #1A1A1A;
    width: 4rem;
    margin: 0 1rem;
    transform: translateY(-0.5rem);
}

.section-subheading {
    color: #75797D;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.single-feature h6 {
    font-size: 110%;
}

.single-feature {
    transition: 0.3s;
    cursor: pointer;
}

.single-feature:hover {
    margin-top: -10px;
    margin-bottom: 10px;
}

.single-feature:hover i {
    background: #AA1A55;
    color: white !important;
}

.carousel-img {
    width: 100%;
    height: 600px;
}

.inner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(000, 000, 000, 0.2);
}


.main-features h4 {
    color: black;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.main-features .sub-heading {
    color: #363636;
    font-size: 95%;
    margin-bottom: 0px;
}

.main-features .sub-features p {
    margin-bottom: 10px;
    padding-bottom: 0px;
    transition: 0.5s;
}

.main-features .sub-features p i {
    transition: 0.5s;
}

.main-features .sub-features {
    padding-top: 10px;
}

.main-features .sub-features p:hover {
    font-size: 110%;
    cursor: pointer;
}

.main-features .sub-features p:hover i:first-child {
    padding-right: 5px;
}

.main-features .sub-features p:hover i:last-child {
    padding-left: 5px;
}

.main-features .img-box {
    margin-bottom: 10px;
    border-radius: 50%;
    border: 3px solid #363636;
    width: 90px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

.main-features img {
    border-radius: 50%;
    width: 100%;
}


a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
a:focus {
    box-shadow: none !important;
    outline: 0 !important;
}

.btn-delete {
    cursor: pointer;
}


.btn-main-alt {
    background-color: #868686;
    color: #1A1A1A;
    transition: 0.5s;
    font-size: 1rem;
    border: 3px solid #868686;
    font-family: 'Montserrat', sans-serif;
}

.btn-main-alt i {
    transition: padding-left 0.5s;
}

.btn-main-alt:hover {
    background-color: #1A1A1A !important;
    color: #868686 !important;
    border: 3px solid #868686;
}

.btn-main-alt:hover i {
    padding-left: 5px;
}


.btn-main {
    background-color: #1A1A1A;
    transition: 0.5s;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: white !important;
    border: 3px solid #868686;
    font-family: 'Montserrat', sans-serif;
}

.btn-main i {
    transition: padding-left 0.5s;
}

.btn-main:hover {
    background-color: #868686 !important;
    color: #1A1A1A !important;
    border: 3px solid #1A1A1A;
}

.btn-main:hover i {
    padding-left: 5px;
}

.rounded-10px {
    border-radius: 10px;
}

.rounded-20px {
    border-radius: 20px;
}

.rounded-30px {
    border-radius: 30px;
}

.plan-btn {
    color: black;
    border: 3px solid #868686;
    transition: 0.5s;
    font-size: 1rem;
    font-weight: 700;
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.plan-btn:hover {
    color: white !important;
    background: #1A1A1A;
}


.page-header {
    background: #000000;
    color: white;
}

.page-header h1 {
    font-weight: 900;
    letter-spacing: 1px;
}

.single-entry {
    transition: 0.5s;
}

.single-entry:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.banner-inside {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    /*            background: rgba(000, 000, 000, 0.6);*/
}

.main-banner .carousel-caption {
    text-align: left;
    margin-bottom: 5%;
}

.main-banner .carousel-caption h1 {
    font-size: 48px;
    letter-spacing: 2px;
    font-weight: 700;
    font-family: sans-serif;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: white !important;
    font-family: "Montserrat", sans-serif;
}


.main-banner .carousel-caption p {
    /*            background: black;*/
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    width: auto;
}

.main-banner {
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
}

.main-banner .main-caption {
    position: absolute;
    top: 10%;
    align-content: center;
    left: 10%;
    width: 80%;
    text-align: center;
}

.cs-searchbox input {
    border: 1px solid #ced4da !important;
}

.search-bar input,
.search-bar select,
.search-bar button,
.search-bar .input-group-text {
    height: 50px;
    border: none !important;
}

div.filter-option {
    padding-top: 15px !important;
}

.dropdown-toggle.bs-placeholder {
    color: #495057 !important;
}

/** Header */

.top-bar {
    font-size: 13px;
    font-weight: 400;
    background: #010101;
}

.navbar {
    background: transparent;
}

nav .nav-link {
    transition: 0.5s;
    border-bottom: 2px solid transparent;
    color: black !important;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.8px;
    margin-top: 7px;
    text-transform: uppercase;
}

nav .nav-link:hover {
    border-bottom: 2px solid black;
}

nav .nav-item {
    margin-left: 10px;
    margin-right: 10px;
}

.top-bar-left {
    letter-spacing: 0.7px;
}

.top-bar-left a {
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
}

.dropdown-item {
    font-weight: 500 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 90%;
}



/** Contact Us */

ul li {
    list-style: none;
}

.contact-address ul li {
    padding-left: 40px;
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #d9e0e2;
}

.contact-address ul li i {
    position: absolute;
    left: 0;
    font-size: 20px;
    color: black;
    top: 50%;
    margin-top: -21px;
}

.fa-home:before {
    content: "\f015";
}


/** Footer */

footer h6 {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px;
}

footer p,
footer p a {
    font-family: 'Montserrat', sans-serif;
    color: #fff !important;
    display: block;
    font-size: 14px;
    padding: 0px 0;
}

footer p a:hover {
    color: <?php echo $site['color'] ?> !important;
}

footer p {
    padding: 0 !important;
}

.social-icons:hover * {
    color: <?php echo $site['color'] ?> !important;
}
