:root {
  --white: #ffffff;
  --black: #000000;
  --yellow: #FFC107;
  --blue: #002F6C;
}
/* topbar  */
.topbar-info-contents a{
  color: #fff;
  font: 500 14px / 20px var(--pri-font);
}
.topbar-info-contents{
  display: flex;
  justify-content: space-around;
  padding: 10px 0px;
  border-bottom: 1px solid #5F5F5F;
}
/*header*/
#header_navigation {  
  background: var(--blue);
}
#site-navigation{
  width: 100%;
}
.main-navigation ul {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  padding-left: 1%;
}
#mySidenav{
  justify-content: center;
}
a.header-btn.btn{
  background: #fff;
  color: #000;
}
.header-main-box{
  padding-left: 25px !important;
}
.main-navigation #menu-primary-menu a {
  display: inline-block;
  position: relative;
  transition-duration: 0.3s;
  letter-spacing: 0px;
  /* text-align: center; */
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  font-family: var(--pri-font);
  text-transform: capitalize;
  padding: 15px 10px;
  cursor: pointer;
}
.stickynavbar{
  position: fixed;
  top: 0px;
  width: 100%;
}
.nav_wrap {
  clear:both;
  background-color: transparent;
  margin-bottom: 0em;
  z-index: 99;
}
.admin-bar .stickynavbar{
  margin: 32px 0px 0px 0px !important;
}
.logo{
  width: 200px;
  margin: auto;
}
.logo a {
  color: #000;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 400;
}
.logo a:hover {
  color: #fff;
}
.logo p{
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
}
.menubar .social-media{
  padding:12px 0;
  text-align:center;
}
.scrolled {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background:#fff;
}
#masthead.scrolled {
  background: #ccc;
}
.stickynavbar{
  position: fixed !important;
}
#header_navigation .top-right {
  top: 0;
  position: absolute;
  right: 0;
  padding: 8px 3px;
  background-color: var(--color-primary);
  border-radius: 50%;
}
#header_navigation .top-right select{
  border:none;
  width:70px;
  background-color:transparent;
  color:#fff;
}
.btn-header{
  margin-left: 20px;
  margin-top: 8px;
}
 /* search bar */
 #header_navigation .search-icon {
  background-color: transparent;
  border: none;
  color: black;
  border-color: transparent;
  border-radius: 0px;
}
 #header_navigation .search_col{
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 30px;
  width: 280px;
}
#header_navigation input.search-field::placeholder{
 font-family: var(--font-Unbounded);
}
#header_navigation [type="submit"] {
  display: inline-block;
  overflow: hidden;
  font-size: 0;
}
#header_navigation [type="submit"]:before {
  content: "\f002";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 16px;
  color: #fff;
}
#header_navigation [type="submit"] {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 14px;
  background-color: var(--blue);
  border: inherit;
  color: var(--white);
  cursor: pointer;
  border: none;
  border-radius: 6px;
}
#header_navigation .widget.woocommerce.widget_product_search {
  max-width: 100%;
  position: relative;
  z-index: 4;
}
#header_navigation input::placeholder {
  opacity: 1 !important;
  color: #fff !important;
}
/* ------------- Header ---------------- */
.contains-search{
  cursor: pointer;
}
.headerbar .header-nav{
  text-align: center;
  padding-top: 8px;
}
.headerbar .socialbox{
  padding: 10px 10px 10px;
  background-color: #FFEC00;
  text-align: right;
}
.headerbar .socialbox a{
  margin: 10px;
  color:#000;
}
#header_navigation  ul.sub-menu a{
  padding: 10px 20px !important;
  margin: 0px !important;
}
.main-navigation ul li:hover > ul{
  display: block;
}
.main-navigation ul ul{
  display: none;
  position: absolute;
  min-width: 200px;
  z-index: 9;
  padding-left: inherit;
  border: none;
}
ul.list_nav {
  margin: 0 auto;
  text-align: center;
  display: block;
  text-align: right;
}
.site-header{
  position: relative;
  z-index: 13;
  width:100%;
  /* top: 30px; */
}
.login-button.btn{
  color: #000;
  font: 500 16px / 20px var(--pri-font);
}
.signup-button.btn{
  background: var(--red);
  color: #fff;
  font: 500 16px / 20px var(--pri-font);
  border-radius: 25px 8px 25px 8px;
  padding: 12px 25px;
}
.header-button-box{
  display: flex;
  justify-content: space-around;
}
.main-navigation li a:hover{
  color: var(--color-primary);
}
#header_navigation .cart_box {
  position: relative;
}
#header_navigation a.cart-customlocation {
  position: absolute;
}
#header_navigation .cart_box i {
  font-size: 16px;
  color: #fff;
}
.main-navigation li{
  position: relative;
  display: inline-block;
}
.main-navigation .sub-menu li .current_page_item > a{
  color: #fff;
}
.main-navigation ul#menu-primary-menu .current-menu-item > a{
  /* color: var(--black);
  background: var(--yellow);
  font-weight: 700;
  position: relative;
  border-bottom: 2px solid var(--red);
  padding: 4px 10px;
  border-radius: 6px; */
}
.main-navigation ul#menu-primary-menu .sub-menu .current-menu-item > a{
  color: #fff;
  width: 100%;
  border: none;
}
.stickynav .main-navigation .current-menu-item > a{
  color: #fff;
}
.main-navigation ul li:last-child{
  margin-right: 0px;
}
.main-navigation a:last-child{
  margin-right: 0px;
}
.main-navigation li > a:after {
  content: "\f107";
  position: static;
  margin-left: 3px;
  font-family: "font awesome 5 free";
  font-weight: 900;
  position: absolute;
 }
.main-navigation li > a:only-child:after { content: '' ;margin-left: 0px;}

.main-navigation ul ul ul{
  left: 100%;
  top: 0;
}
.main-navigation ul ul a{
  text-transform: capitalize;
  font-weight: 500;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  padding-left: 10px;
  text-align: left;
  padding: 5px 20px;
  transition: all 0.5s ease 0s;
}
ul.sub-menu li a:hover {
  -moz-transform: translate(15px, 0%);
  -ms-transform: translate(15px, 0%);
  -webkit-transform: translate(15px, 0%);
  -o-transform: translate(15px, 0%);
  transform: translate(15px, 0%);
}
.main-navigation ul ul li,
.menubar.scrolled .main-navigation ul ul li{
  float: none;
  display: block;
  text-align: left;
}
.main-navigation ul ul li:hover > a{
  color: #000;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation{
  margin: 0 0 15px;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous{
  float: left;
  width: 50%;
}
.nav-links .nav-previous{
  padding: 1.5rem 1rem;
  border: none;
  position: relative;
  margin-right: 17px;
  background: #f4f5f6;
}
.nav-links .nav-next{
  width: 50%;
  padding: 1.5rem 1rem;
  border: none;
  position: relative;
  background: #f4f5f6;
}
.nav-links {
  display: inline-flex;
  width: 100%;
  margin-top: 25px;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
}

/*---------------- Footer Section ----------------------*/
#footer_box {
  background-size: 100% 100%;
  margin-top: 1%;
}
.footer-content .footer1 .location .add-title p{
  font: 600 19px / 25px var(--pri-font);
}
.footer1 .widget_wpb_widget{
  /* display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #5F5F5F; */
}
.footer1,.footer2,.footer3{
  padding: 5% 3% 4% 1%;
}
.footer4 aside.widget_media_image{
  height: 270px;
}
.footer4 .widget_media_image img{
  width: 100%;
  height: 100% !important;
}
.footer-content h4 {
  color: #fff;
  font: 700 18px / 25px var(--h1-font);
}
.footer-content .footer2 h4,.footer-content .footer3 h4{
  padding-bottom: 30px;
}
.add-title {
  color: #fff;
}
.footer1{
  gap: 30px;
  display: flex;
  flex-direction: column;
}
.footer1 .widget_wpb_widget {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer1 aside p{
  width: 90%;
}
#menu-information,#menu-services-menu{
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #fff;
  font: 400 13px / 20px var(--pri-font);
  text-transform: capitalize;
}
#menu-information li,#menu-services-menu li{
  position: relative;
}
.footer-content{
  padding-left: 7%;
}
.social_widget i:hover {
  background: var(--yellow);
  color: var(--white);
}
.social_widget i {
  background: var(--white);
  color: var(--black);
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  animation: tada 6s linear infinite;
}
.footer4 aside:nth-child(2),.footer4 aside:nth-child(3){
  padding-right: 15% !important;
}
.footer5 .wpcf7 input[type="email"]{
  border: none;
  color: var(--white);
  background: #000;
  margin-top: 6%;
  border-radius: 10px;
}
.footer-payment-box {
  display: flex;
  justify-content: space-between;
}
.footer-payment-box a{
  /* width: fit-content; */
}
.footer-payment-box img {
  width: 50px;
  border-radius: 2px;
}
.footer4 aside:nth-child(3){
  padding: 5% 0px;
}
.footer4 aside:nth-child(3) form{
  position: relative;
}
.footer4 input.wpcf7-form-control.has-spinner.wpcf7-submit {
  position: absolute;
  top: 5px;
  background: #FFC107;
  right: 5px;
  font-family: 'Font Awesome 6 Free';
  color: #fff;
  border-radius: 4px;
  padding: 6px 16px;
  font-size: 20px;
}
.footer4 .wpcf7 form.invalid .wpcf7-response-output{
  color: #fff;
}
.footer5 input[type="submit"]{
  font: 600 15px / 20px Mulish;
  letter-spacing: 0.50px;
  color: #fff;
  background: var(--blue);
  padding: 13px 50px 13px 10px;
  border-radius: 10px;
  border: none;
  margin-top: 4%;
}
.footer5 input[type="submit"]:hover{
  color: #000;
  background: var(--yellow);
  animation: pulse 1s infinite;
  transition: .3s;
}
.footer5 .newsletter-form-box p{
  position: relative;
  width: fit-content;
}
.footer5 .newsletter-form-box p:nth-child(2)::after {
  content: "\f061";
  font-family: 'FontAwesome';
  color: #000;
  font-size: 14px;
  text-align: center;
  margin-right: 6px;
  position: absolute;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  top: 12px;
  z-index: 1;
}
.footer5 .newsletter-form-box p:nth-child(2)::before {
  content: '';
  color: #000;
  font-size: 14px;
  background: #fff;
  border-radius: 5px;
  line-height: 17px;
  text-align: center;
  margin-right: 6px;
  position: absolute;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  top: 12px;
  z-index: 1;
}
.wpcf7::-webkit-input-placeholder {
  color: #fff !important;
}
.footer3 .add-title p{
  color: #FFD04C;
}
.footer-copy .credit_link a{
  /* color: #fff; */
}
.footer-copy{
  font: 600 15px / 20px var(--pri-font);
  color: #000;
  padding: 15px 0px;
}

/* ---------- Return to Top ------------ */
#return-to-top {
  display: inline-block;
  background-color: var(--yellow);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
#return-to-top:after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  font-size: 25px;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
#return-to-top:hover {
  cursor: pointer;
  background-color: #1c1c1c;
}
#return-to-top:active {
  background-color: #555;
}
#return-to-top.show {
  opacity: 1;
  visibility: visible;
}
.custom-html-widget a{
 color: hsla(232, 19%, 46%, 1);
}
#menu-footer-menu{
  margin: 20px auto 40px;
}
#footer_box ::-webkit-input-placeholder{
  color: #fff;
}
.footer5 form p:nth-child(3){
  position: relative;
  width: fit-content;
}
.footer5 form p:nth-child(3):after {
  content: "\f061";
  font-family: 'FontAwesome';
  color: #000;
  background: white;
  font-size: 14px;
  text-align: center;
  margin-right: 6px;
  position: absolute;
  right: 0;
  width: 33px;
  height: 33px;
  line-height: 33px;
  z-index: 1;
  bottom: 6px;
  border-radius: 6px;
}
.recent-post-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-thumb {
  height: 80px;
}