/* -------------------- Header Style ------------------- */
.mobile-menu{
  display: none;
}
/*------------------header logo-----------------------*/
.home.page-template .logo_static {
  position: relative;
  top: 0px;
}
.logo_outer_box {
    text-align: center;
}
#header .logo_outer_box {
  margin: 0;
 /* background-color: #e9431b;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;*/
}
#header .logo-img {
  padding: 16px;
  text-align: center;
}
#header .logo-text {
  margin: 0;
  padding: 5px;
  background-color: #e9431b;
  text-align: center;
}
.logo-text a.custom-logo-link {
  color: #000000;
}
.neseted-inner {
  top: 0;
  position: absolute;
}
.continnerbox {
  background-size: 100% 100%;
  color: #fff;
  border-top: 40px solid #435061;
  border-left: 60px solid transparent;
}
#site_top .logo-text h1, #footer .logo h1{
  font-weight:700;
  padding:0;
  font-size:18px;
  font-weight:bold;
  margin-top: 0;
}
.logo-img img{
  max-width: 150px;
}
.logo-text a.custom-logo-link{
  color:#000000;
}
.logo-text h1
{
  padding: 0;
  line-height: 16px;
}
.logo-text h1 a, .logo-text h1 a{
  color: #fff;
  text-transform: uppercase;
  font-size:20px;
}
.logo-text p{
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
}
#header .top-contact{
  padding:12px 0;
  font-size:15px;
}
.menubar .social-media{
  padding:12px 0;
  text-align:center;
}
#header #site-navigation {
  display: block;
  text-align: left;
}

/*----------------Menu bar-----------*/
/*----------------Menu bar-----------*/
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.vw-museum-menu{
  align-items: center;
}
.menubarbox{
  background-color: #e9431b;
   align-items: center;
}
.main-header-box .right_menu{
  padding-left: 0;
}
ul.list_nav {
  margin: 0 auto;
  display: block;
  text-align: right;
}
.header-wrap #mySidenav{
  display: unset;
}
.main-navigation ul{
  list-style: none;
}
.main-navigation li{
  position: relative;
  padding:0;
  margin:0 20px 0 10px;
  color: black;
  margin-left: 0px;
  display:inline-block;
}
.main-navigation a{
  text-decoration: none;
  text-transform: uppercase;
  padding: 0;
  font-size: 14px;
  letter-spacing: 2px;
  color: #121212;
  font-weight: 600;
}
.sticky .main-navigation a:hover{
  color: white;
  background-color: #121212;
}
.address-details, .timing-details {
   border-left:1px solid #59595938
}
.main-navigation ul ul{
    left: 0;
    color: #000;
    text-transform: none;
    border: none;
    position: absolute;
    top: 38px;
    z-index: 200;
    display: none;
    margin: 0 auto auto 0;
    width: 250px;
    text-align: left;
    background: #fff;
      border-top: 2px solid #e9431b;
    border-bottom: 2px solid #e9431b;
    margin-top: 15px;
    padding: 0px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.main-navigation ul ul a {
    color: black;
    display: block;
    text-decoration: none;
    padding: 10px 8%;
    transition: color .4s;
    font-size:12px;
    padding-bottom: 10px;
    font-weight:400;
    width: max-content;
}
.menu li a:hover {
    color: #e9431b;
}
.main-navigation ul ul a:hover{
    text-decoration: none;
    color: #e9431b;
    padding:10px 12%;
}
.main-navigation ul ul li:hover{
    text-decoration: none;
    color: #004b4c;
    background:#caeced;
    width: 100%;

}
.sf-arrows .sf-with-ul{
  padding-right: 15px;
}

.sf-arrows .sf-with-ul:after{
  content: '';
  position: absolute;
  right: 0;
  margin-top: 14%;
  height: 0;
  width: 0;
  left:81%;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #121212;
}

.sf-arrows ul .sf-with-ul:after{
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #888;
}
.sf-arrows .sf-with-ul:hover:after{
  transform: rotate(-90deg);
  border-top: 8px solid #e9431b;
}

.sf-arrows ul.sub-menu li a:hover:before{
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #e9431b;
    transform: rotate(90deg);
    position: absolute;
    top:46%;
    left: 4%;
    /*transition: 3s;*/
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after{
  border-left-color: #e9431b;
}
.toggle-nav, a.closebtn{
  display: none;
}
.main-navigation ul ul ul {
    left: 100%;
    top:-2px;
}
.sf-arrows ul ul .sf-with-ul:after{
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #888;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous{

  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {

  text-align: right;
  width: auto;
}
/*-----------------Search pop up----------------*/
.search-message .search-icon i {
    color: #121212;
    cursor: pointer;
    float: right;
    font-size: 16px;
    padding-top: 10px;
    padding-right: 20px;
}
.serach_outer {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.5s;
  z-index: 999999999999;
  top: 0;
  left: 0;
  background: linear-gradient(288deg,#e9431b,#e0d0d0);
  display: none;
}
.serach_inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.closepop {
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  width: 100%;
  right: 0;
  text-align: right;
  margin-right: 28px;
  z-index: 999999;
}
.closepop .fa-times:before {
    color: #00494a;
}
.serach_outer i {
  font-size: 24px;
  padding: 4px 0 0 0;
  color: #bbb;
  cursor: pointer;
}
.serach_inner form.search-form {
   display: table;
   padding: 0;
   border-radius: 0;
   background: #ffffff;
   margin: 0 auto;
   max-width: 700px;
   width: 100%;
}
.serach_inner form.search-form {
  display: table;
  border: 1px solid #bababf;
  padding: 14px 20px;
  border-radius: 0;
  background: #ffffff;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  border-radius: 30px;
}
.serach-page input.search-field {
  border: 1px solid #ccc;
  padding: 9px;
}
.search_popup input.search-submit {
  border: 0;
}
.search_popup label {
  background: transparent;
  width: 81%;
}
.search_popup input.search-field {
  padding: 1.5% 0;
  background: transparent;
  width: 100%;
  text-indent: 8px;
}
/*-----------Bar------------------*/
div#cart_animate {
    position: absolute;
    background-color: white;
    border: 2px solid #e9431b;
    z-index: 999;
    padding: 10px;
}
div#cart_animate ul{
  margin-bottom: 5px;
  padding-left: 0px;
  list-style: none;
}
div#cart_animate ul a {
    font-size: 14px;
    color: black;
}
div#cart_animate .product-categories li:last-child,#cart_animate{
  display: none;
}
.cat_togglee i{
  color: #fff;
  padding: 12px;
  font-size: 16px;
}
/*---------------- Footer Section ----------------------*/

#footer .footer-columns
{
  padding-bottom: 30px;
}
.column-one {
  background-color: #fff;
  padding: 29px;
  color: #65768a;
}
.column-one p{
  color: #bbb !important;
}
.footer_contact {
  background-color: #e9431b;
  padding: 25px;
  margin-bottom: 3em;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center;
}
.fcontact-but span a.btn.btn-outline-secondary.theme_button {
  padding: 5px;
  display: inline-block;
  border-radius: 40px;
  background-color: #e9431b;
  border-color: #e9431b;
  font-size: 14px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 600;
}
.fcontact-but span a.btn i{
  color: #e9431b;
  background-color: #fff;
  border-radius: 50px;
  padding: 13px;
  margin-right: 10px;
}
.footer-top {
  padding-bottom: 50px;
}
.footer-top-col h3 {
  font-size: 20px;
  font-weight: bold;
}
.outer-footer {
  background-size: 100% 100%;
}
#footer form.search-form{
  border: none;
  background: transparent;
  padding: 0;
}
#footer form.search-form input{
  float: none;
  border: 1px solid;
  margin: 2px 2px;
}
#footer textarea{
  height: 100px;
}
#footer p.post-date {
  color: #ffffff;
  font-size: 11px !important;
}
#footer
{
  text-align:center;
  color:#ffffff;
  text-align:left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.footer_hide{
  display:none;
}
.footer-top-col {
    border-left: solid 5px #e9431b;
    padding-left: 15px;
}
.container #blog-right-sidebar h3, #footer h3{
  color:#e9431b;
  text-align:left;
  font-size:16px;
  font-weight: 600;
  padding:0 0 17px 0;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img{
  float: left;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  margin-right: 4px;
  width: 20%;
  height: auto;
  box-shadow: none;
}
/*----------------Footer Copyright--------------------------*/
.copyright {
  padding-top: 25px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0d1b26;
  position: relative;
}
.main_copyright p{
  color:#fff !important;
}

/*-----Footer social icons----*/
.copyright .top_social {
  text-align: center;
}
.copyright .top_social a{
  border:none;
}
.copyright .top_social a i {
    color: #9ca9b1;
    background-color: transparent;
}
.copyright .top_social a i:hover{
  color: #e9431b;
}
/*------------------Footer Contact---------------------------*/
#footer_contact_section{
  padding: 10px 0;
}
.footer_deatils i.fa-phone,.footer_deatils i.fa-envelope {
    color: #ebb576;
    padding: 13px 13px;
    width: 43px;
    height: 43px;
    margin-right: 10px;
    border-radius: 50%;
    font-weight: bold;
    border: 2px solid #ebb576;
}
.footer_deatils .footer_contact_icon{
  display: flex;
  align-items: center;
}
.footer_deatils h4,.footer_deatils h3{
  color:#e9431b;
}
.footer_deatils .btn-outline-secondary{
  font-size: 18px;
  letter-spacing: 0px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border: 2px solid #ebb576;
  display: inline-block;
  margin-top: 15px;
  padding: 15px 30px;
  border-radius: 40px;
  margin-right: 15px;
  background-color: #ebb576;
}
#footer ul {
  margin: 0;
}
#footer ul li{
  list-style:none;
  margin:0 0 5px 0;
  text-align:left;
  padding: 5px;
  font-size: 15px;
  letter-spacing: 0px;
}
#footer ul li:before {
  content: "\f101";
  font-size: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-right: 5px;
  color: #e9431b;
  position: absolute;
  left: 0;
}
#footer ul li a{
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 23px;
  color: #ffffff;
}
#footer p{
  margin: 0;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
}
.fcontact_text p{
  margin: 0;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
}
.fcontact_text span.phone-text {
  font-size: 30px;
  color: #ffffff;
  font-weight: 600 ;
}
.widget_recent_entries img {
  width: 100px;
}
#footer h3 {
  font-size: 26px;
  letter-spacing: 1px;
  color: #e9431b;
  font-weight: bold;
}
.about_me table, .about_me td, .about_me th{
  border: none;
}
.about_me p.message {
    margin-bottom: 5px !important;
}
#footer_box .sub-menu
{
  display: none;
}
#footer_box .socialbox i
{
  color:#fff6ea;
  margin-left: 15px;
}
#footer_box .about_me i {
  color: #ffffff;
  font-size: 14px;
  background-color: #f76058;
  padding: 2px;
}
#footer .widget_media_gallery img
{
  padding-right: 25px;
  border:none;
}
#footer .about_me
{
  padding-left: 30px;
}
#footer .about_me .contact-title
{
  font-size: 16px;
  letter-spacing: 1px;
  color:#fff;
}
#footer .about_me tr
{
  line-height: 30px;
}
#footer .about_me tr td p
{
  font-size: 15px;
  letter-spacing: 0px;
  color: #257e82;
}
#footer .widget input
{
  border-top: none;
  border-left: none;
  border-right: none;
  color:#fff;
}
#footer .widget textarea
{
  border-top: none;
  border-left: none;
  border-right: none;
  height: 60px;
  color:#fff;
}
#footer .widget input[type="submit"]
{
  background-color:#e9431b;
  font-size: 15px;
  color:#fff;
  display: block;
  float: none;
  padding: 6px 20px;
}
#footer .widget input[type="submit"]:hover
{
  background-color: #fff;
  color:#e9431b;
}
#footer .widget input::placeholder
{
  font-size: 13px;
  color:#fff;
}
#footer .widget textarea::placeholder
{
  font-size: 13px;
  color:#fff;
}

#footer .post-thumb
{
  padding: 0;
}
.copyright .social-sites
{
  text-align: right;
}
.copyright .social-sites i
{
  color:#969595;
  margin-right: 20px;
  font-size:15px;
  border:2px solid #969595;
  padding: 10px 10px;
  width: 40px;
  height: 40px;
}
#footer .widget_nav_menu
{
  display: block;
}
#vw-footer_box {
    padding-top: 75px;
    color: white;
}
#about_me p{
  margin: 0px 0px 0px!important;
}
.textwidget p {
    color: white;
    padding-top: 10px;
}
p.contact-text {
    color: white;
}
h3.widget-title {
    color: white;
    font-size: 20px;
    font-weight: 600;
}
#vw-footer li a {
    color: white;
    padding-bottom: 10px;
    font-size: 18px;
    }
#vw-footer li {
    list-style: none;
}
 #vw-footer li::before{
            content: "\203A" !important;
           padding-right: 5px;
}
.meta-box i{
  font-size: 15px !important;
}
#vw-footer li{
  display: flex;
}

#vw-footer .post-content a {
    margin-left: 12px;
}
.about_me i {
    font-size: 22px;
    padding-bottom: 16px;
}
.about_me table, .about_me td, .about_me th {
    border: none;
    padding: 1px;
}
p.copyright-txt {
    color: white;
}
.recent-post-box .post-thumb {
    display: block;
}
.recent-post-box .post-content {
    display: contents;
}
.card1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  padding: 15px;
}

.card1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.department-content a {
    color: #e9431b;
}
.main-navigation li {
    margin: 0px 2px 0px 0px !important;
    padding: 5px 15px !important;
  }
  #site-navigation{
    margin: 0 auto;
    display: block;
  }
.footer-buy {
    background: black;
    padding: 6px !important;
    border-radius: 3px;
    width: fit-content;
    font-weight: 500;
    margin-left: 20px !important;
}
.main-navigation .current_page_item > a{
  color: #121212!important;
 /* border-bottom:  2px solid #e9a41b;*/
}
.main-navigation .current_page_item > a:hover{
  color: #e9431b!important;
}
.sf-arrows ul .sf-with-ul:after
{
  display: none;
}
span.contact-text {
    color: white;
  }

 /* newheader*/
.logo_static{
  background-color:#e9431b;
  padding: 12px
}
.te-main-menu, .header_search{
  background-color: white;
  color: #121212;
  padding-top: 22px;
  padding-right: 25px;
  border-left: 1px solid #ededed;
}
.menubarbox{
  margin: 0 auto!important;
  display: block!important;
}
.col-btn{
  background-color: #e9a41b;
  text-align: center;
  color:white;
  font-size: 16px;
  padding-top: 27px;
}
.col-btn a{
  text-transform: uppercase;
  text-align: center;
  color:white;
  font-size: 16px;
  font-weight: 600;
  margin: 0 auto !important;
  display: block!important;
}
.col-btn:hover {
    background-color: black;
    border: 2px solid #e9a41b;
}
/*footer css*/
.vw-copy-left {
    background-color: #e9431b;
    padding: 10px;
}
h3.copyright-txt {
    font-size: 18px;
    color: black;
    letter-spacing: 1px;
    padding-top: 25px;
}
.copyright-text {
    background-color: white;
}
.sidecol-color{
  background-color: #e9431b;
}
.sidecol-color1{
  background-color: #e9a41b;
}
