body, p, *{
    font-family: 'Roboto';
}

.container {
    /*max-width: 1440px;*/
    max-width: 90%;
    padding-left: 40px;
    padding-right: 40px;
}

@media only screen and (min-width:1401px){
    .footer-content .wrap .container {
        max-width: 1240px;
        padding-top: 20px;
        margin: 0 auto;
    }
}
/*-------Top Header------*/
.sidenavs {
    width: 80%;
    position: relative;
    z-index: 1;
    top: 0px;
    right: 0;
    background: transparent;
    transition: 0.3s;
    display: block;
    margin: 0 auto;
} 
.sidenavs a {
	text-decoration: none;
	display: block;
	text-transform: capitalize;
	font-weight: 300;
	/* font-family: 'Baskervville', serif; */
	font-size: 18px;
	color: rgba(255,255,255,0.5);
	white-space: nowrap;
	transition: 0.3s;
	padding: 25px 2px;
}
img.icon_down {
    width: 12px;
    opacity: 0.5;
}
ul.top_menu_navigation .dropdown-btn:hover img.icon_down {
    opacity: 1;
}
.header_navigation {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}
.header_innr_st {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.top_menu_navigation {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
	overflow: visible;
}
.top_menu_navigation li {
    position: relative;
    white-space: nowrap;
    padding: 0px 15px;
}
.sidenavs a:hover {
  color: #fff;
}
.sidenavs .closebtn1 {
    position: relative;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    display: none;
}
.top_menu_navigation a:hover {
    color: #fff;
}
.top_menu_navigation .dropdown-container a:hover {
    color: #fff;
}

span.toggles_menu {
    display: none;
}
.sidenav a:hover, ul.top_menu_navigation .dropdown-btn:hover {
    color: #fff;
}
.top_menu_navigation .dropdown-container {
     display: none; 
    padding-left: 8px;
   position: absolute;
    background: rgba(0, 0, 0, 0.3);
    z-index: 6999899 !important;
    min-width: 180px;
    left: 0;
    padding: 10px 15px;

}
.top_menu_navigation .dropdown-container a {
    padding: 3px 0;
    text-transform: capitalize;
    transition: 0.3s;
    white-space: pre;
    color: #fff;
}
.top_menu_navigation li:hover .dropdown-container {
    display: block;
}
.header.sticky {
    background: #fff;
    box-shadow: 0px 0px 3px #ccc;
}
/*ul.top_menu_navigation .dropdown-container:after {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #cda274;
    position: absolute;
    content: "";
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
}*/
.top_menu_navigation {
    position: relative;
    padding: 0px 0;
    list-style: none;
    margin-bottom: 0;
}
.header_innr_st button.dropbtn:focus {
    outline: none;
}

.header_innr_st .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    opacity: 1;
    left: 0;
}

.header_innr_st li .dropdown a{
    color: rgba(0,0,0,0.87);
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0 32px;
}

.header_innr_st li .dropdown a:hover{
  background-color: rgba(0,0,0,0.05);
}
.header_innr_st li .dropdown-content a {
    color: rgba(0,0,0,0.87);
    padding: 0 16px;
    text-decoration: none;
    display: block;
    text-transform: none;
    font-size: 1rem;
    height: 50px;  
    border: none;
}
.header_innr_st .dropdown:hover .dropdown-content {
    display: block;
}
.sidenavs a.dropdown-btn {
    cursor: pointer;
}
.header_section {
	/*background: #1A4349;*/
    background: #163d42;
	transition: all 0.5s;
	z-index: 997;
	padding: 0px 0;
	/* top: 0; */
	/*box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);*/
	/*filter: drop-shadow(0px 11px 8px rgba(0, 0, 0, 0.20));*/
}
.fixed_sticky {
	position: fixed;
}
.appointment-btn {
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 18px;
    display: inline-block;
    border: 1px solid #fff;
    width: 103px;
    height: 48px;
    text-align: center;
    line-height: 47px;
    /*font-weight: 700;*/
    font-family: 'Roboto';
    text-decoration: none;
}
.appointment-btn:hover {
	background: #548235;
	color: #fff;
	border-color: #548235;
}
.modal {
    background: rgba(0, 0, 0, 0.4);
}
.modal_cstm_body {
    position: relative;
    background-color: rgba(84, 130, 53, 0.85) !important;
    border-radius: 6px;
    border: none !important;
    padding: 30px 30px 20px !important;
    max-width: 410px;
    width: 100%;
}
.modal-content {
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
}
.modal_cstm_body span.close {
	position: absolute;
	height: 26px;
	width: 26px;
	left: auto;
	right: 10px;
	bottom: auto;
	top: 10px;
	padding: 0px;
	color: rgba(255,255,255,1);
	font-family: Roboto;
	font-weight: 300;
	font-size: 24px;
	line-height: 17px;
	border: 2px solid rgba(255,255,255,1);
	border-radius: 26px;
	text-align: center;
	cursor: pointer;
}
.modal_cstm_body span.close:hover{
color: #548235;
border: 2px solid #548235;
}

.modal_cstm_body h2 {
   text-align: center !important;
    color: #fff !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: 0px;
    /* font-family: "Baskervville" !important; */
    margin-bottom: 25px;
}
form.form input#page_password_protect {
    width: 100%;
    height: 43px;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    border: 1px solid #666;
    margin-bottom: 15px;
}
.modal_cstm_body form.form input[type="submit"] {
    font-family: Roboto !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: center;
    margin: 0 auto;
    right: 0;
    left: 0;
    color: #fff;
    border-color: #fff !important;
    border-radius: 100px !important;
    padding: 15px 30px !important;
    background: transparent;
    border: 1px solid;
    max-width: 120px;
    display: block;
}
.modal_cstm_body form.form input[type="submit"]:hover {
    background-color: #fff !important;
    color: #000 !important;
}
.top_menu_navigation li.active a {
    color: #fff;
}

#kapoose_banner .owl-carousel .owl-item img {
	display: block;
	width: 100%;
}
#inner-wrappers {
	min-height: 100%;
}
/*---------24-06-----------*/
#inquire_model .modal_cstm_body {
    max-width: 980px;
    background-color: #1A4349 !important;
}
form.inquire_form .form-control {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    border: 1px solid #666;
    margin-bottom: 20px;
    background: #fff;
}
form.inquire_form .form-control:focus {
    outline: none;
    box-shadow: none;
}
form.inquire_form .form-control::-webkit-input-placeholder {
  color: #000000;
}
form.inquire_form .form-control::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
form.inquire_form .form-control::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
form.inquire_form .form-control::-ms-input-placeholder {
  color: #000000;
}
form.inquire_form .form-control::-ms-input-placeholder {
  color: #000000;
}
form.inquire_form .form-control::placeholder {
  color: #000000;
}
#inquire_model .modal_cstm_body h2 {
    font-size: 18px;
    text-transform: uppercase;
}
form.inquire_form textarea.form-control {
    min-height: 70px;
}
.btnfomm_sec input[type="submit"] {
    padding: 10px 20px;
    max-width: 160px;
    display: block;
    margin: 20px auto 0;
}
.custm_radio p {
    margin-bottom: 0;
    color: #fff;
}
.custm_radio {
    display: inline-flex;
    align-items: center;
    position: relative;
    width: 100%;
}
.radio_custom {
    position: relative;
    padding-left: 15px;
    color: #fff;
}
.cstm_label {
    padding: 0 5px;
}



/*-------Footer---------*/
#footer, .bg-pattern {
    color: #fff;
    font-size: 14px;
    background-image: url(../img/footer-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    font-family: 'Roboto';
}
.footer-content {
    font-family: 'Baskervville', serif;
}
.footer-content p {
    font-size: 17px;
    margin-bottom: 0;
}
.copy_right_txt {
    padding: 20px 0;
    position: relative;
}
#footer .bottom-links a {
    font-size: 14px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    margin-right: 12px;
    text-align: center;
    transition: 0.3s;
    text-decoration: none;
}



/*---------Media Query----------*/


@media only screen and (min-width:1600px) and (max-width:1920px){
    #footer.main-page-footer {
    	margin-top: -28px;
    }
}

@media  only screen and (max-width:1440px){
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 1199px) {
.sidenavs {
    width: 0;
    position: fixed;
    background: #1a4349;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 99;
    overflow-x: hidden;
}

.header_navigation {
    justify-content: flex-end;
}
span.toggles_menu {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    position: relative;
    right: 0;
    top: 0px;
    margin-left: 20px;
}
.top_menu_navigation {
    display: block;
    padding-top: 50px;
}
.sidenavs .closebtn1 {
    line-height: 25px;
    right: 0;
    z-index: 99;
    color: #fff;
    text-align: right;
    display: block;
}
.toggle_mobile_menu {
    display: block;
}
.sidenavs a {
    padding: 15px 15px;
	color: #fff;
	font-weight: 400;
}
.sidenavs a i.fa.fa-angle-down {
    color: #fff;
    float: right;
}
ul.top_menu_navigation .dropdown-container {
    background: #232323;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}
ul.top_menu_navigation .dropdown-container:after {
    display: none;
}
.top_menu_navigation .dropdown-container a:hover {
    color: #cda274;
}
.top_menu_navigation .dropdown-container a {
    padding: 5px 0;
    white-space: nowrap;
}
.toggle_mobile_menu span.fa.fa-bars {
    font-size: 30px;
    color: #286566;
}
.sidenavs .closebtn:hover {
	color: #fff;
}
span.toggles_menu img {
    width: 25px;
}
.restaurant_bar_slider .slick-dots {
    z-index: 9;
}

.top_menu_navigation li {
    padding: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.30);
	margin-left: 10px;
	margin-right: 10px;
} 
span.text_cls {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
}
span.text_cls span {
    font-size: 30px;
	padding-left: 10px;
}
.top_menu_navigation li:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}
.header_section {
	padding: 10px 0;
}  
}
@media only screen and (max-width: 991px) {
#inquire_model .modal_cstm_body {
    max-width: 760px;
}
.custm_radio {
    flex-wrap: wrap;
    justify-content: flex-start;
}
.radio_custom {
    padding-left: 0px;
}
#inquire_model .modal-content {
	justify-content: flex-start;
	border: none;
}
.row {
    margin-left: 0;
    margin-right: 0;
} 
#footer, .bg-pattern {
    background-repeat: repeat-y;
    background-size: auto;
}
#video_model {
	z-index: 999999;
}
}
@media only screen and (max-width: 767px) {
.container {
    padding-left: 5px;
    padding-right: 5px;
}
#inquire_model .modal_cstm_body {
    max-width: 95%;
} 
.inner-section-video-container iframe {
	height: 280px;
} 
  
}
@media only screen and (max-width: 575px) {
.inqury_sect {
    display: block;
}
.appointment-btn {
	font-size: 16px;
	width: 90px;
	height: 40px;
	line-height: 40px;
}
#inquire_model .modal_cstm_body {
	max-width: 100%;
	border-radius: 0;
}
.row.rowcstms {
    flex-direction: column-reverse;
}
.sidenavs a {
	white-space: pre-line;
}
}
@media only screen and (max-width: 430px) {
.inner-section-video-container iframe {
	height: 210px;
} 
.header_logo img {
    width: 15px;
}
}

}
