

/* --------------------------Top Bar---------------------------- */

#site_top{
  background: var(--black);
      border-radius: 0 0 10px 10px;
        margin: 0 6%;
}
.topbar-text a ,.topbar-text p{
  font:400 15px / 26px  var(--theme-font);
  color: var(--white);
}
.topbar-text i{
  color: var(--white);
}
.topbar-social-media{
  gap: 16px;
}
.topbar-social-media i{
  color: #ffff;
     font-size: 16px;
}
.topbar-social-media i:hover{
  color:var(--orange);
}
#vw-sticky-menu{
  background: var(--white);
  border-bottom: 1px solid #e3e3e3;
  padding: 15px 0;
}

/* --------------------------Header---------------------------- */
.head-togle{
  text-align: end;
  align-items: center;
  display: flex;
  /* justify-content: end; */
  padding: 0;
}
#sidebar1, .mobile-menu{
    display: none;
}
#header_widgets .header_title{
  margin: 0;
    padding: 0;
    color: #fff;
    position: relative;
}
.header_title::after
{
  content: "";
  position: absolute;
  border-bottom: 1px solid #fff;
   top: 0;
   /* left: 0; */
   right: 0;
   bottom:0;
   width:83px;
}
.menubar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
#header .logo, #footer .logo {
  margin: 0;
  padding: 16px 0;
}

.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  background-color: #F82938;
  padding: 0px 10px;
  height: 75px;
}

/*----------------Menu bar-----------*/
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
ul.list_nav {
  margin: 0 auto;
  text-align: center;
  display: block;
}

.main-navigation li {
  position: relative;
  display: inline-block;
  cursor: pointer;
    padding: 20px 0;
    padding: 5px 0;
}
.primary_nav{
  display: flex;
  justify-content: center;
  gap: 50px;
}
#menu-left-menu,#menu-right-menu{
  display: flex;
  gap: 35px;
}
.main-navigation a {
  display: block;
  font: 500 16px / 24px var(--theme-font);
  letter-spacing: 0px;
  color: var( --black) !important;
}
.main-navigation li ul {
    z-index: 99;
    position: absolute;
    left: 0;
    top: 35px;
    opacity: 0;
    white-space: nowrap;
    transition: all .5s ease-in-out;
    width: 100%;
    min-width: 220px;
}
/* .current-menu-item a,.current-menu-parent .current-menu-item a{
  color: var(--yellow);
} */

.primary_nav>li>ul>.menu-column-title>a {
    font: normal normal 600 18px/22px var(--theme-font);
    margin-block: 15px;
    display: inline-block;
}
.primary_nav>li>ul>li a {
  font:500 15px/20px var(--theme-font);
  letter-spacing: 0px;
}
.side-navigation ul li.current_page_item {
    border: 2px solid #fff;
    border-radius: 50px;
    background: #566e89;
    padding: 4px 26px;
    margin: 20px;
}
.main-navigation ul ul li, .menubar.scrolled .main-navigation ul ul li {
  float: none;
  display: block;
  text-align: left
}
.main-navigation ul ul li:last-child {
  border-bottom: 0;
}

.sub-menu .current-menu-item a ,#sidebar1 .main-navigation .current_page_item>a{
  background: unset;
  border:unset;
  color: var(--yellow);
}
.main-header .menu-item-has-children>a::after ,#mySidenav .menu-item-has-children>a::after{
  content: "\f078";
  font-family: 'font awesome 5 free';
  font-weight: 800;
  position: absolute;
  right: -15px;
  bottom: 0;
  top: 0;
  font-size: 12px;
  color: var( --black);
}

.sub-menu li{
  padding:15px 20px;

  position: relative;
}
.main-header .sub-menu li a{
  color: #fff !important;
}
.sub-menu li::after{
  content: "";
  position: absolute;
  height: 1px;
  background-color: #fff;
  width: 0;
  left: 50%;
  bottom: -3px;
  transform: translateX(-50%);
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) all;
  z-index: 1;
}
.sub-menu li:hover::after {
  width: 92%;
}
#header .sub-menu .current-menu-item a:before{
  content:unset;
}
#header .sub-menu{
  /* display: none; */
  visibility: hidden;
  transform: perspective(600px) scaleY(0);
  -webkit-transform: perspective(600px) scaleY(0);
  -moz-transform: perspective(600px) scaleY(0);
  -ms-transform: perspective(600px) scaleY(0);
  -o-transform: perspective(600px) scaleY(0);
  transform-origin: top center;
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transition: all .5s ease-in-out 0s;
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  box-shadow: 0 16px 50px rgba(0, 0, 0, .08);
  -webkit-box-shadow: 0 16px 50px rgba(0, 0, 0, .08);
  -moz-box-shadow: 0 16px 50px rgba(0, 0, 0, .08);
  -ms-box-shadow: 0 16px 50px rgba(0, 0, 0, .08);
  -o-box-shadow: 0 16px 50px rgba(0, 0, 0, .08);
  background: var(--orange);
  padding-bottom: 10px;
}
.main-header li:hover>.sub-menu{
  display: block;
  opacity: 1 !important;
        visibility: visible !important;
        transform: perspective(600px) scale(1)  !important;
        -webkit-transform: perspective(600px) scale(1)  !important;
        -moz-transform: perspective(600px) scale(1)  !important;
        -ms-transform: perspective(600px) scale(1)  !important;
        -o-transform: perspective(600px) scale(1)  !important;
        transform-origin: top center;
        -webkit-transform-origin: top center;
        -moz-transform-origin: top center;
        -ms-transform-origin: top center;
        -o-transform-origin: top center;
        transition: all .5s ease-in-out 0s;
        -webkit-transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        -ms-transition: all .5s ease-in-out 0s;
        -o-transition: all .5s ease-in-out 0s;
        box-shadow: 0 16px 50px rgba(0, 0, 0, .08);
        -webkit-box-shadow: 0 16px 50px rgba(0, 0, 0, .08);
        -moz-box-shadow: 0 16px 50px rgba(0, 0, 0, .08);
        -ms-box-shadow: 0 16px 50px rgba(0, 0, 0, .08);
        -o-box-shadow: 0 16px 50px rgba(0, 0, 0, .08);
}

@keyframes menulhs {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes menurhs {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.main-navigation a {
    position: relative;
    z-index: 1;
    transition: all .5s ease;
}

.main-header .current-menu-item a:before,.main-header a:before  {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    z-index: -1;
    height: 4px;
    width: 100%;
    background-color: var(--orange);
    opacity: 50%;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.main-header a:before  {
  opacity: 0;
}
.main-header .current-menu-item a:before{
  transform: translate3d(0, -50%, 0) scale(1);
}
/* .main-navigation li:hover>a:before {
    -moz-transform: translate3d(-40%,-50%,0) scale(1);
    -ms-transform: translate3d(-40%,-50%,0) scale(1);
    -webkit-transform: translate3d(-40%,-50%,0) scale(1);
    transform: translate3d(-40%,-50%,0) scale(1)
} */

 .main-header a:hover::before{
   transform: translate3d(0, -50%, 0) scale(1);
     opacity: 50%;
 }
.main-header .menu-item-has-children > a:hover::before{
  content: unset !important;
 }
ul.mainmenu ul.sub-menu li a:before {
    left: 25px;
}

.wrapper{
  cursor: pointer;
  border: 1px solid #d7d3d3;
  padding: 7px 10px;
  border-radius: 8px;
}
.wrapper i{
      font-size: 15px;
}
.form {
  height: 100px;
  padding: 1% 7%;
  box-sizing: border-box;
}
.input {
 border: 0px;
  box-sizing: border-box;
  outline: none;
  padding: 10px;
  color: #000;
  font-size: 16px;
  width: 100%;
  border-radius: 8px;
}
.wrapper .search-form{
  background: #fff; 
  position: absolute;
  transform: scale(0);
  transition: all 0.5s ease;
  text-align: left;
  top: 70px;
  width: 100%;
  right: 0;
  border-radius: 8px;
  border: 2px solid var(--orange);
  z-index: 2;
}
.wrapper .search-icon{
  background-color: transparent;
  border: none;
}
.wrapper .search-icon i{
  background: transparent;
  color: #000;
}
#search {
  color: #798640;
  position: relative;
  top: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  left: 10px;
}
/* #search.active {
  opacity: 1;
  z-index: 11;
  position: relative;
} */
/* .search-form.active {
  transform: scale(1);
}
#search.move {
  top: 60px;
  left: 20px;
  font-size: 12px;
} */


.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 9999;
}


.search-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.search-overlay .search-form {
  background: #fff;
  padding: 25px 30px;
  border-radius: 12px;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.4);
  transform: translateY(-40px) scale(0.9);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.search-overlay.active .search-form {
  transform: translateY(0) scale(1);
  opacity: 1;
  display: flex;
  gap: 10px;

}

.search-overlay .search-input {
  width: 100%;
  padding: 12px 15px;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 8px;
  outline: none;
}

.search-overlay .search-buttons {
  background: var(--orange);
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 8px;
  cursor: pointer;
}


/*---------------- Custom Footer ----------------------*/
.outer-footer{
  background: var(--black);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#footer {
  text-align: left;
  position: relative;
  z-index: 1;
}
.custom-social-icons{
      display: flex;
    gap: 6px;
}
#footer .social_widget i{
  background: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  color: #000;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
}
#footer .social_widget i:hover{
  background: var(--orange);;
  color: #fff;
}
.custom-social-icons a span{
  display: none;
}
.footer_hide {
  display: none;
}


#footer ul {
  margin: 0;
}
#footer ul li {
  list-style: none;
  margin: 0 0 5px 0;
  padding: 5px;
}
#footer ul li a {
  color: #fff;
  font:400 17px / 24px var(--theme-font);
}
#footer ul li{
  position: relative;
}
#footer ul li a:hover{
  color: var(--orange);
}

#footer ul li:hover::before{
  opacity: 1;
  animation: 4s ease 0s normal forwards 1 fadeIn;
}

.copyright p ,.copyright a{
  color:var(--white);
font: 400 15px / 23px var(--theme-font);
  font-weight: 500;
}
.copyright a:hover{
  color: var(--orange);
}
.widget_recent_entries img {
  width: 100px;
}

#footer h3{
  margin-bottom: 15px;
    font: 700 20px / 28px var(--theme-font);
  letter-spacing: 0px;
  color: #fff;  
}
.footer-col-one .widget_text{
      margin: 10% 0;
}
.widget_wpb_widget a,.textwidget p{
  font: 400 16px / 25px var(--theme-font);
  letter-spacing: 0px;
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: #fff;
}
.about_me i{
  color: var(--orange);
}
.widget_wpb_widget a:hover{
  color: var(--orange);
}
.copyright-outer{
  padding: 20px 0;
}
.copyright-outer .container{
  border-top: 1px solid #fff;
  padding-top: 20px;
}
.about_me a{
  border-bottom: 1px solid #353535;
  padding-bottom: 15px;
}
a.contact-text.contact-email{
  border: none;
}