*, *:focus, *:active, a, a:active, a:focus {
    outline: none;
    outline: 0;
    font-family: 'Open Sans', sans-serif;
}
a,a:hover, a:active, a:focus {
    text-decoration: none;
}

body {
    position: relative;
}


/**/
.menu-btn {
    display: none;
}

/** latest-updates **/
.latest-updates {
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}
.latest-updates .update-box {
    position: relative;
    padding: 5px 15px 5px 160px;
    height: 30px;
    background: #fff;
    color: #6a6a6a;
    font-weight: 500;
}
.latest-updates .update-title {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 130px;
    height: 30px;
    padding: 5px 5px 5px 15px;
    background: #095375;
    font-weight: 700;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}
.latest-updates .update-title::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent #5cbb58;

}
.latest-updates .update-box marquee span {
    color: #ff0000;
}

/** top-menu-bar **/
.top-menu-bar {
    background-color: #dadde180;
    border-bottom: 1px solid #ccc;
}
.top-menu-bar .top-menu {
    margin: 0;
}
.top-menu-bar .top-menu li > a {
    display: inline-block;
    padding: 6px;
    color: #000;
    transition: all 0.3s;
}
.top-menu-bar .top-menu li > a:hover {
    color:rgba(155, 136, 34, 0.84);
}
.top-menu-bar .top-menu li > a .fa {
    color: #ff5400;
}

/** Header ******/
.header {
    background-color: #005279;
}
.header .brand-details {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    transition: all 0.3s;
}
.header .brand-details .brand-logo {
    float: left;
    width: 80px;
    margin-right: 10px;
    transition: all 0.3s;
}
.header .brand-details .brand-name {
    float: left;
    width: calc(100% - 90px);
    max-width: 800px;
}
.header .brand-details .brand-name h1 {
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    border-bottom: 2px solid #fff;
    font-size: 26px;
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.3s;
}
.header .brand-details .brand-name p {
    margin: 0;
    line-height: 16px;
    font-weight: 500;
    color: #e7d142;
    letter-spacing: 1px;
    transition: all 0.3s;
}
.header .brand-details .contact-info a {
    display: block;
    margin: 7px 0;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s;
}
.header .brand-details .contact-info a .fa {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(155, 136, 34, 0.84);
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}


/** Main Menu **/
.main-menu {
    background-color: #095375;
}
.main-menu .nav li a {
    font-size: 14px;
    color: #fff;
    padding: 10px 22px;
    margin: 4px 0;
    border-radius: 5px;
    transition: all 0.3s;
}
.main-menu .nav li a:hover,
.main-menu .nav li.active a {
    background-color: rgba(155, 136, 34, 0.84);
}/*
.main-menu .nav li {
    margin: 4px 0;
    border-radius: 5px;
    transition: all 0.5s;
}
.main-menu .nav li:hover,
.main-menu .nav li.active {
    background-color: rgba(0, 0, 0, 0.2);
}*/
.main-menu .nav li a:focus {
    background-color: transparent;
    color: #fff;
}/*
.main-menu .nav .subnav {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 220px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    background-color: rgba(92, 187, 88, 0.9);
    display: block;
    transform-origin: 0% 0%;
    overflow: hidden;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    transform: scale( 0 );
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
}
.main-menu .nav .subnav >li > a {
    display: block;
    padding: 5px 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 0;
    font-size: 14px;
    color: #fff;
}
.main-menu .nav .subnav >li:first-child > a {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.main-menu .nav .subnav >li > a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 0, 0, 0.2);
}

.main-menu .nav .subnav .subnav {
    left: 100%;
    top: 0;
}
.main-menu .nav li:hover > .subnav {
    display: block;
    overflow: visible;
    max-height: 1000px;
    max-width: 1000px;
    opacity: 1;
    transform: scale( 1 );
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}*/


/** section1 **/
.section1 {
    margin: 30px 0;
}
.section1 .inner-box {
    background: #fff;
    box-shadow: 0 0 3px #999;
    padding: 15px;
}
.section1 .image-slider {
    height: 350px;
    overflow: hidden;
}
.section1 .image-slider img {
    width: 100%;
    object-fit: cover;
}
.section1 .tab-box {
    height: 350px;
    background: rgba(161, 141, 35, 0.26);
    overflow: hidden;
    border: 1px solid rgba(155, 136, 34, 0.84);
	
}
.section1 .tab-box .nav-tabs li > a,
.section2 .tab-box .nav-tabs li > a,
.section4 .tab-box .nav-tabs li > a {
    background-color: #f5f7fa;
    border: 1px solid rgba(155, 136, 34, 0.84);
    color: rgba(155, 136, 34, 0.84);
    border-radius: 0;
    box-shadow: none;
	
}
.section1 .tab-box .nav-tabs li.active > a,
.section2 .tab-box .nav-tabs li.active > a {
    background-color: rgba(155, 136, 34, 0.84);
    border: 1px solid rgba(155, 136, 34, 0.84);
    color: #fff;
	
	
}
.section1 .tab-box .tab-content,
.section2 .tab-box .tab-content,
.section4 .tab-box .tab-content {
    padding: 15px;
	
}
.section1 .tab-box .tab-content .notice-slider {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 235px;
    overflow: hidden;
	
}
.section1 .tab-box .tab-content .notice-slider li {
    border-bottom: 1px solid rgba(155, 136, 34, 0.84);
    padding: 10px 0;
    min-height: 60px;
    position: relative;
	
}
.section1 .tab-box .tab-content .notice-slider li .notice-info {
    display: block;
    padding-right: 40px;
	
}
.section1 .tab-box .tab-content .notice-slider li .notice-info .fa {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 30px;
    font-size: 30px;
    color: rgba(155, 136, 34, 0.84);
    text-transform: uppercase;
	
}
.section1 .tab-box .tab-content .notice-slider li .notice-info p {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 40px);
    margin: 0;
    font-size: 14px;
    color: #000;
}
.section1 .tab-box .tab-content .notice-slider li .notice-date {
    position: absolute;
    right: 0;
    top: 10px;
    width: 35px;
    font-size: 12px;
    text-align: center;
}
.section1 .tab-box .tab-content .notice-slider li .notice-date span {
    display: block;
    font-size: 20px;
    line-height: 24px;
}
.section1 .tab-box .tab-content .tab-btn .btn {
    width: 100%;
    margin-top: 5px;
    border-radius: 0;
    border-color: #095375;
    background-color: #095375;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s;
}
.section1 .tab-box .tab-content .tab-btn .btn:hover {
    background: rgba(155, 136, 34, 0.84);
    color:#fff;
}


/** section2 **/
.section2 {
    margin: 30px 0;
}
.section2 .principal-desk {
    border: 1px solid rgba(155, 136, 34, 0.84);
}
.section2 .principal-desk .box-title {
    margin: 0;
    padding: 10px;
    background-color: rgba(155, 136, 34, 0.84);
    color: #fff;
    text-align: center;
}
.section2 .principal-desk .box-details {
}
.section2 .principal-desk .box-details img {
    margin: 15px auto;
    width: 120px;
    height: 120px;
    border-radius: 10px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 3px rgba(155, 136, 34, 0.84);
}
.section2 .principal-desk .box-details .box-info {
    padding: 15px;
    background-color: rgba(161, 141, 35, 0.26);
    color: #000;
}
.section2 .principal-desk .box-details .box-info h3 {
    margin: 0 0 15px 0;
}
.section2 .principal-desk .box-details .box-info a {
    color: #000;
    padding: 0px 3px;
    border: 1px solid rgba(155, 136, 34, 0.84);
    border-bottom-color: #fff;
    transition: all 0.3s;
}
.section2 .principal-desk .box-details .box-info a:hover {
    border-color: #095375;
}

.section2 .welcome-box h2 {
    margin: 0 0 20px 0;
    color: #095375;
    position: relative;
}
.section2 .welcome-box h2 span {
    color: #095375;
    display: block;
}
.section2 .welcome-box h2::after {
    content: '';
    height: 2px;
    width: 100px;
    background-color: #095375;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.section2 .tab-box {
    min-height: 460px;
    border: 1px solid rgba(155, 136, 34, 0.84);
}
.section2 .tab-box .event-schedule span {
    margin-right: 5px;
}

/** section3 **/
.section3 {
    padding: 30px 0;
    background-color: rgba(155, 136, 34, 0.84);
}
.section3 .card-box {
    margin: 0 20px;
    padding: 20px;
    min-height: 240px;
    border: 2px solid #095375;
    border-radius: 8px;
    background: #095375;
    text-align: center;
    color: #fff;
    transition: all 0.3s;
}
.section3 .card-box .fa {
    padding: 20px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 26px;
    color: #5cbb58;
    transition: all 0.5s;
}
.section3 .card-box  h3 {
    text-transform: capitalize;
}
.section3 .card-box:hover {
    border-color: #fff;
}
.section3 .card-box:hover .fa {
    transform: rotate(360deg) scale(1.1);
}

/** section4 **/
.section4 {
    padding: 30px 0;
    background-color: #095375;
}
.section4 .section-title {
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.section4 .section-title .fa {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 28px;
    font-weight: normal;
    line-height: 46px;
    text-align: center;
    vertical-align: middle;
}
.section4 .tab-box .nav-tabs li.active > a {
    background-color: rgba(155, 136, 34, 0.84);
    border-color: rgba(155, 136, 34, 0.84);
    color: #fff;
}
.section4 .tab-box .tab-content ul li {
    color: #fff;
    padding-left: 20px;
    position: relative;
}
.section4 .tab-box .tab-content ul li::before {
    content: '\f05a';
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 2px;
}
.section4 .read-btn {
    background-color: #333;
    border: 2px solid #333;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    transition: all 0.5s ;
}
.section4 .read-btn:hover {
    background-color: #fff;
    color: #333;
}
.section4 .serving-box ul li {
    text-align: center;
    width: 24%;
}
.section4 .serving-box ul li img {
    width: 100px;
    height: 100px;
}
.section4 .serving-box ul li h4 {
    margin: 8px 0;
    font-size: 28px;
    color: #fff;
}
.section4 .serving-box ul li p {
    font-size: 18px;
    font-weight: bold;
    color:#fff;
}

/** section5 **/
.section5 {
    margin: 30px 0;
}
.section5 .top-box {
    margin-bottom: 30px;
}
.section5 .top-box h3 {
    margin: 0 0 10px 0;
    font-size: 26px;
    text-transform: uppercase;
}
.section5 .features-slider .slide-box {
    padding: 5px;
    margin: 0 10px;
    border: 3px solid rgba(155, 136, 34, 0.84);
    position: relative;
}
.section5 .features-slider .slide-box img {
    width: 100%;
    border: 1px solid rgba(155, 136, 34, 0.84);
}
.section5 .features-slider .slide-box .image-txt {
    transition: all ease 0.5s;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    background-color: rgba(155, 136, 34, 0.8);
    color: #fff;
    padding: 15px;
}
.section5 .features-slider .slide-box .image-txt h3 {
    margin-top: 100px;
    padding: 5px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.section5 .features-slider .slide-box:hover .image-txt {
    opacity: 1;
    height: 100%;
}


/** Footer **/
.footer {
    padding: 30px 0;
    background-color: #1b1b1a;
    color: #fff;
}
.footer h3 {
    margin: 0 0 20px 0;
    text-transform: capitalize;
    position: relative;
}
.footer h3::after {
    content: '';
    width: 100px;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
    background-color: #5cbb58;
}
.footer .address-links li {
    padding: 3px 0;
}
.footer .address-links li a {
    color: #fff;
}
.footer .address-links li a:hover {
    border-bottom: 1px solid #fff;
}
.footer .address-links li .fa {
    width: 20px;
    margin-right: 3px;
}
.footer .footer-content .input-group .form-control {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #3b3837;
    background-color: #3b3837;
    color: #fff;
    transition: all 0.3s;
}
.footer .footer-content .input-group .form-control:focus {
    border-color: #5cbb58;
}
.footer .footer-content .input-group .btn {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #5cbb58;
    background-color: #5cbb58;
    color: #fff;
    font-weight: 700;
    transition: all 0.3s;
}
.footer .footer-content .input-group .btn:hover {
    background-color: transparent;
    color: #5cbb58;
}
.footer .social-links li a .fa {
    height: 40px;
    width: 40px;
    margin: 3px 5px 3px 0;
    background-color: rgba(155, 136, 34, 0.84);
    border-radius: 50%;
    border: 2px solid #1b1b1a;
    box-shadow: 0 0 0 2px #1b1b1a;
    color: #fff;
    text-align: center;
    line-height: 36px;
    transition: all 0.3s;
}
.footer .social-links li a:hover .fa {
    box-shadow: 0 0 0 2px rgba(155, 136, 34, 0.84);
}

/** copyright **/
.copyright {
    padding: 10px 0;
    background-color: #090a0a;
	bottom:0;
	left:0;
	position:fixed;
	width:100%;
	z-index: 999;
	
}
.copyright p {
    margin: 0;
    color: #fff;
}


/** sticky-box **/
.sticky-box {
    position: fixed;
    top: 220px;
    z-index: 1040;
    transition: width ease .5s;
    width: 50px;
    background: #e8e8e8;
    height: 300px;
    border: 1px solid #fff;
    box-shadow: 0 0 2px #ddd;
    overflow: hidden;
}
.sticky-box:hover {
    width: 200px;
}
.sticky-box .box-title {
    float: right;
    width: 50px;
    height: 100%;
    padding-top: 50px;
    background: #ddd;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: #095375;
    cursor: pointer;
    line-height: 26px;
}
.sticky-box .box-content .img-link {
    display: block;
    position: relative;
    width: 138px;
    float: left;
    margin: 5px;
    text-align: center;
    position: relative;
    border: 1px solid #000000;
}
.sticky-box .box-content .img-link img {
    max-height: 139px;
    width: auto;
    display: block;
    margin: 0 auto;
}
.sticky-box .box-content .img-link .caption {
    background: rgba(0,0,0,.8);
    color: #fff;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    padding: 5px;
}


/** Gallery *****************/
.gallery-box {
    margin: 30px 0;
}
.gallery-box .gallery-name {
    margin: 10px 0 20px 0;
    color: #5cbb58;
}
.gallery-box .img-box {
    margin-bottom: 25px;
}
.gallery-box .img-box .img-details {
    position: relative;
}
.gallery-box .img-box .img-info {
    background: rgba(92, 187, 88, 0.8);
    bottom: 45px;
    left: 45px;
    opacity: 0;
    padding: 12px;
    position: absolute;
    right: 45px;
    text-align: center;
    top: 45px;
    visibility: hidden;
    width: 77%;
    transform: scaleX(-1);
    transition: all 0.8s ease;
}
.gallery-box .img-box .img-info h3 {
    font-size: 26px;
    letter-spacing: 2px;
    margin: 0;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
}
.gallery-box .img-box .img-info h3::after {
    background: #333;
    bottom: 10px;
    content: '';
    height: 2px;
    left: calc(50% - 25px);
    position: absolute;
    width: 50px;
}
.gallery-box .img-box .img-info p {
    color: #fff;
    letter-spacing: 1.5px;
}
.gallery-box .img-box:hover .img-info {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
}


/** Page *****************/
.main-box {
    margin: 30px 0;
}
.page-title {
    margin: 0 0 20px 0;
    color: #5cbb58;
    position: relative;
}
.page-title::after {
    content: '';
    height: 2px;
    width: 100px;
    background-color: #5cbb58;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.frame-box {
    background: #fff;
    box-shadow: 0 0 3px #999;
    padding: 15px;
}
.frame-box img {
    width: 100%;
}
.spacer {
    padding: 30px 0;
}
.form {
    background: #fff;
    box-shadow: 0 0 3px #888;
    padding: 20px;
    margin: 30px 0;
    border-radius: 2px;
}
.form .form-control {
    border-radius: 0;
    box-shadow: none;
    transition: all .3s;
}
.form .form-control:focus {
    border-color: #5cbb58;
    box-shadow: 0 0 0 3px rgba(92, 187, 88, 0.3);
}
.main-btn {
    margin-top: 15px;
    padding: 10px 20px;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #5cbb58;
    background-color: #5cbb58;
    color: #fff;
    font-weight: 700;
    transition: all 0.3s;
}
.main-btn:hover {
    background-color: transparent;
    color: #5cbb58;
}
/**/
.slider-box {
    background: #c1f4bf;
    overflow: hidden;
    border: 1px solid #5cbb58;
}
.slider-box .slider-name {
    background: #5cbb58;
    color: #ffffff;
    padding: 8px 15px;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}
.slider-box .slider-content {
    padding: 15px;
}
.slider-box .slider-inner {
    max-height: 240px;
    overflow: hidden;
}
.slider-box .vertical-slider {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.slider-box .vertical-slider li {
    border-bottom: 1px solid #5cbb58;
    padding: 10px 0;
    min-height: 80px;
    position: relative;
}
.slider-box .vertical-slider li .slider-info {
    display: block;
    padding-right: 40px;
}
.slider-box .vertical-slider li .slider-info .fa {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 30px;
    font-size: 30px;
    color: #5cbb58;
    text-transform: uppercase;
}
.slider-box .vertical-slider li .slider-info p {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 40px);
    margin: 0;
    font-size: 14px;
    color: #333;
}
.slider-box .vertical-slider li .slider-date {
    position: absolute;
    right: 0;
    top: 15px;
    width: 35px;
    font-size: 12px;
    text-align: center;
}
.slider-box .vertical-slider li .slider-date span {
    display: block;
    font-size: 20px;
    line-height: 24px;
}
.slider-box .slider-btn .btn {
    width: 100%;
    margin-top: 10px;
    border-radius: 0;
    border-color: #5cbb58;
    background-color: #5cbb58;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s;
}
.slider-box .slider-btn .btn:hover {
    background: #fff;
    color: #5cbb58;
}

/** profile-page ***************/
.side-tabs {
    margin-bottom: 30px;
}
.side-tabs .tab-title {
    margin: 0 0 15px 0;
}
.side-tabs .nav li a {
    background-color: #ccc;
    font-weight: bold;
    color: #000;
    transition: all 0.3s;
}
.side-tabs .nav li a:hover {
    background-color: #999;
    color: #fff;
}
.side-tabs .nav li.active a,
.side-tabs .nav li.active a:hover {
    background-color: #5cbb58;
    color: #fff;
}
.side-tab-content .staff-box {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    transition: all 0.5s;
}
.side-tab-content .staff-box:hover {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
}
.side-tab-content .staff-box img {
    width: 100%;
    max-width: 130px;
    border-radius: 10px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #5cbb58;
}
.side-tab-content .staff-box h3 {
    margin: 15px 0 0;
}
.side-tab-content .staff-box p {
    margin: 5px 0;
}
.side-tab-content .staff-box .btn {
    padding: 10px 15px;
    min-width: 120px;
    border-radius: 4px;
    border: 0;
    box-shadow: none;
    background: linear-gradient(to left, #5cbb58, #448841);
    color: #fff;
    transition: all 0.5s;
}
.side-tab-content .staff-box .btn:hover {
    background: linear-gradient(to left, #448841, #5cbb58);
}





/** Media Queries **/
@media screen and (max-width: 1250px) {
}
@media screen and (max-width: 991px) {
    .section1 .image-slider {
        height: auto;
    }
    .section1 .tab-box {
        height: auto;
    }
    .section4 .content-box {
        margin-bottom: 30px;
    }
    .footer .footer-content {
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 768px) {
    .header.navbar-fixed {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
    .header.navbar-fixed .brand-details {
        padding: 5px 0;
    }
    .header.navbar-fixed .brand-details .brand-logo {
        width: 60px;
    }
    .header.navbar-fixed .brand-details .brand-name h1 {
        font-size: 18px;
    }
    .header.navbar-fixed .brand-details .brand-name p {
        font-size: 12px;
    }
    .header.navbar-fixed .brand-details .contact-info a {
        margin: 5px 0;
    }
    .header.navbar-fixed .main-menu {
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
    }


    /**/
    .main-menu .nav .subnav {
        list-style: none;
        padding: 0;
        margin: 0;
        /*margin-top: 4px;*/
        width: 230px;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 999;
        background-color: rgba(155, 136, 34, 0.84);
        display: block;
        transform-origin: 0% 0%;
        overflow: hidden;
        max-height: 0px;
        max-width: 0px;
        opacity: 0;
        transform: scale( 0 );
        transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    }
    .main-menu .nav .subnav > li {
        margin: 0;
        border-radius: 0;
        position: relative;
    }
    .main-menu .nav .subnav > li > a {
        display: block;
        padding: 5px 15px;
        margin: 0;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-top: 0;
        border-radius: 0;
        font-size: 14px;
        color: #fff;
    }
    .main-menu .nav .subnav > li:first-child > a {
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }
    .main-menu .nav .subnav > li > a:hover {
        background-color: rgba(0, 0, 0, 0.2);
        border-color: rgba(0, 0, 0, 0.2);
    }

    .main-menu .nav .subnav .subnav {
        left: 100%;
        top: 0;
        margin: 0;
    }
    .main-menu .nav li:hover > .subnav {
        display: block;
        overflow: visible;
        max-height: 1000px;
        max-width: 1000px;
        opacity: 1;
        transform: scale( 1 );
        transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    }
}
@media screen and (max-width: 767px) {
    .menu-btn {
        display: block;
    }
    .menu-btn a {
        position: fixed;
        top: 10px;
        right: 15px;
        background-color: #ffffff;
        border: 1px solid #333;
        padding: 5px 10px;
        font-size: 18px;
        color: #333;
        transition: all 0.3s;
        z-index: 99;
    }
    .menu-btn a:hover {
        color: #5cbb58;
    }
    .main-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -220px;
        width: 220px;
        overflow-y: auto;
        transition: all 0.3s;
        z-index: 9999;
    }
    .main-menu.show-menu {
        left: 0;
    }

    /**/
    .main-menu .nav .subnav {
        list-style: none;
        padding-left: 0;
    }
    .main-menu .nav .subnav a {
        padding-left: 27px;
        display: block;
    }
    .main-menu .nav .subnav .subnav a {
        padding-left: 32px
    }

    /**/
    .header .brand-details .brand-logo {
        float: none;
        display: block;
        margin: 0 auto 20px auto;
    }
    .header .brand-details .brand-name {
        float: none;
        text-align: center;
        margin: 0 auto 20px auto;
        width: 100%;
    }
    .header .brand-details .contact-info {
        width: 280px;
        margin: 0 auto;
    }

    /**/
    .section2 .welcome-box {
        margin: 30px 0;
    }
    .section2 .tab-box {
        min-height: auto;
    }

    .section4 .serving-box ul li {
        display: block;
        width: 100%;
        max-width: 200px;
        margin: 10px auto;
    }

    .sticky-box {
        display: none;
    }
}
@media screen and (max-width: 650px) {
}
@media screen and (max-width: 420px) {
}


@media screen and (max-height: 640px) {
}
