:root {
    --primary-color: #1F1F1F;
    --secondary-color: #C04A00;
    --tertiary-color: #6D876B;
    --footer-color: #3C3B37;
    --timetable-box-shadow: rgba(0, 0, 0, 0.2);
}

body {
    background: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    position: relative;
}

h2,
h3,
h4 {
    font-weight: bold;
}

p {
    line-height: 26px;
}

.hero-title {
    color: var(--secondary-color);
}

/* start all section */
#service,
#about,
#menu,
#contact {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

/* end all section */

/* start nagivation */
.navbar-default {
    background: var(--footer-color);
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    margin: 0 !important;

}

.navbar-default .navbar-brand {
    padding-top: 0 !important;

}

.navbar-default img {
    max-height: 70px;
    padding: 8px;
    margin-top: 5px;
}

.navbar-default .navbar-nav li a {
    font-size: 13px;
    font-weight: bold;
    line-height: 35px;
    color: #ffffff;
}


.navbar-default .navbar-nav li a:hover {
    color: #ffffff;
    background-color: var(--tertiary-color);
}

.navbar-default .navbar-nav li .cta {
    background-color: var(--secondary-color);
}

@media (max-width: 767px) {
    .navbar-header {
        position: relative;
        /* Ensure positioning context */
    }

    .navbar-header .cta {
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 15px;
        /* Adjust as needed */
        margin-top: 8px;
        /* Adjust as needed */
    }
}

@media (max-width: 420px) {
    .navbar-default .navbar-nav li .cta {
        background-color: var(--footer-color);
    }
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: var(--secondary-color);
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border: none;
    padding-top: 16px;
}

.navbar-default .navbar-toggle .icon-bar {
    background: var(--secondary-color);
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent
}

@media (max-width:767px) {
    .navbar-default .lrg-btn {
        display: none;
    }
    .navbar-default img {
        margin-left: 1.2rem;
    }
}

/* end navigation */

/* start home */
#home {
    padding-top: 55px;
}

.flexslider {
    margin: 0 0 60px;
    background: var(--primary-color);
    padding: 0;
    position: relative;
    zoom: 1;
    background-color: var(--footer-color);
    overflow: hidden;
    margin: 0;
}

.flexslider .slides {
    padding: 0;
    zoom: 1;
}

.flexslider .slides img {
    width: 100%;
    display: block;
    opacity: 0.2;
}

.flexslider .slides>li {
    display: none;
    padding: 0;
    position: relative;
    -webkit-backface-visibility: hidden;
}

.flexslider img {
    position: relative;
    width: 100%;
}

.slider-caption {
    color: var(--primary-color);
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    z-index: 7;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-caption p {
    font-size: 35px;
}

.slider-caption a {
    background: var(--secondary-color);
    border-radius: 0;
    border: 2px solid transparent;
    color: #ffffff;
    font-weight: bold;
    margin: 40px 0 0 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 15px 25px;
}

.slider-caption a:hover {
    background: var(--tertiary-color) !important;
    color: #ffffff  !important;
}

@media (max-width: 420px) {
    .slider-caption p {
        font-size: 15px;
    }

    .slider-caption h2 span {
        font-size: 10px;
    }

    .slider-caption a {
        font-size: 10px;
        margin-top: 0px !important;
        padding: 8px 10px !important;
    }
}


.flexslider .btn:hover,
.flexslider .btn:focus {
    background: var(--primary-color);
    color: var(--secondary-color);
    border: 2px solid transparent;
}

/* end home */

/* start service */
#service .media {
    padding: 10px;
}

#service .media .fa {
    color: #202020;
    font-size: 40px;
    margin-right: 20px;
}

#service .media .media-heading {
    border-bottom: 2px solid #202020;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
}

/* end service */

/* start divider */
#divider {
    background: url('../images/divider-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFFFFF;
}

#divider h2 {
    font-size: 40px;
}

#divider strong {
    color: #93ca3a;
}

#divider h3 {
    padding-bottom: 30px;
}

/* end divider */

/* start about */
#about {
    padding-top: 60px;
    padding-bottom: 60px;
}

#about h3 {
    color: var(--secondary-color);
    font-size: 40px;
    padding-bottom: 10px;
}

#about h4 {
    padding-bottom: 10px;
}

#about .progress {
    border-radius: 4px;
    background: #ffffff;
    height: 6px;
}

#about p {
    text-align: justify;
    line-height: 40px;
    margin-top: 40px;
}

#about .text-top {
    padding-top: 50px;
}

#about small {
    font-weight: bold;
    padding-left: 200px;
}

#about img {
    border-radius: 30px;
    height: auto;
    width: auto;
    max-width: 100%;
}

@media (max-width:420px) {
    #about p {
        line-height: 20px;
        font-size: 15px;
    }

    #about {
        padding: 40px 0px;
    }


}

/* end about */

/* start team */
#team {
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    text-align: center;
}

#team h2 {
    padding-bottom: 30px;
}

#team img {
    border: 1px solid #f6f6f6;
    display: inline-block;
    padding: 10px;
    transition: all 0.4s ease-in;
}

#team img:hover {
    opacity: 0.4;
    cursor: pointer;
}

#team h3 {
    color: #93ca3a;
    padding-bottom: 10px;
}

#team h4 {
    font-size: 14px;
    padding-top: 20px;
    line-height: 0px;
}

/* end team */

/*--------------------------------------------------------------
# TimeTable
--------------------------------------------------------------*/

#timetable {
    width: 100%;
    margin-bottom: 5rem;
}

.timetable-table {
    display: block;
    border-radius: 10px;
    box-shadow: 0 15px 20px var(--timetable-box-shadow);
    text-align: center;
    margin-top: 50px;
}

table.amrt-timetable-table-tbody-tr-td {
    text-align: center;
}

table.amrt-timetable-table th.amrt-timetable-table-thead-tr-th {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    border-bottom: 2px solid var(--footer-color);
    background-color: var(--secondary-color);
}

table.amrt-timetable-table td.amrt-label-td {
    font-size: 13px;
}

table.amrt-timetable-table td {
    padding: 0.3rem 0rem;
}

table.amrt-timetable-table td.amrt-value-td span.amrt-time-slot {
    border: .5px solid var(--footer-color);
    text-align: center;
    font-size: 15px;
}

thead th {
    color: var(--footer-color)
}


/* start menu */
#menu h2 {
    padding-bottom: 30px;
}

#menu .menu-thumb {
    overflow: hidden;
    margin: 0;
    position: relative;
}

#menu .menu-thumb .menu-overlay {
    background: rgba(0, 0, 0, 0.7);
    color: var(--primary-color);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0; 
    text-align: center;
    position: absolute;
    opacity: 0;
    display: flex; 
    justify-content: center; 
    align-items: center; 
    transition: all 0.4s ease-in-out;
}


#menu .menu-thumb:hover .menu-overlay {
    opacity: 1.0;
    transform: scale(1.1);
}

#menu .menu-thumb:hover .menu-overlay .cta {
    color: #fff;
    background-color: var(--secondary-color);
    padding: 9px 9px;
}

#menu .menu-thumb:hover .menu-overlay .cta:hover {
    text-decoration: none;
    cursor: pointer;
    background-color: var(--tertiary-color);
}


/*filter css*/
.filter-wrapper {
    width: 100%;
    margin: 0 0 24px 0;
    overflow: hidden;
    text-align: center;
}

.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}

.filter-wrapper li a {
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    color: #999;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
}

/*isotope box css*/
.iso-box-section {
    width: 100%;
    margin: 0 0 24px 0;
}

.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}

.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}

.iso-box>a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.iso-box>a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fluid-img {
    width: 100%;
    display: block;
    height: auto;
}

/* end menu */

/* start contact */
#contact {

    color: var(--footer-color);
    padding: 10px 0px;
    margin-bottom: 3rem;
}

#contact h3 {
    font-weight: bold;
    padding-bottom: 20px;
}

#contact .fa {
    color: var(--secondary-color);
    font-size: 18px;
    padding-bottom: 14px;
}

#contact .fa span {
    color: var(--footer-color);
    font-family: sans-serif;
    font-weight: normal;
    font-size: 15px;
}

/* end contact */



/* start footer */
footer {
    padding-top: 40px;
    background-color: var(--footer-color);
    color: var(--primary-color);
    border-top: 1px solid var(--secondary-color);
    padding-bottom: 10px;
}

footer a span {
    color: var(--secondary-color);
}

footer a:hover {
    text-decoration: none !important;
}

footer p {

    margin-top: 20px;
}

@media (max-width:412px) {
    footer p {

        font-size: 11px;
    }
}

/* end footer */

.too-icon {
    padding: 10px;
}

.footer-text {
    color: #ffff !important;
} 

@media only screen and (max-width: 1199px) {
    .flexslider h1 {
        font-size: 30px;
    }

    .flexslider h2 {
        font-size: 24px;
    }
}

/* media quires */
@media only screen and (max-width: 768px) {
    .navbar-default .navbar-brand {
        margin-left: 20px;
    }

    .navbar-default .navbar-nav {
        margin: 0;
    }

    .navbar-default .navbar-collapse {
        padding-left: 20px;
        padding-right: 20px;
    }

    .flexslider h1 {
        font-size: 26px;
    }

    .flexslider h2 {
        font-size: 18px;
    }

    .templatemo-slider-btn {
        margin-top: 10px;
        width: 180px;
        height: 40px;
        padding-top: 8px;
    }
}

/* end templatemo 768 media quires */

/* start templatemo 600 media quires */
@media only screen and (max-width: 640px) {
    .flexslider h1 {
        font-size: 20px;
    }

    .flexslider h2 {
        font-size: 14px;
    }

    .templatemo-slider-btn {
        width: auto;
        height: auto;
        padding: 10px 20px;
        margin-top: 10px;
    }
}

/* end templatemo 600 media quires */

/* start templatemo 360 media quires */
@media only screen and (max-width: 360px) {
    #team .col-md-4 {
        padding-top: 40px;
    }

}

/* end templatemo 360 media quires */