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

#header{
      padding: 30px 0;
}
#header .main-siderbar i{
color: #fff;
}
.main-siderbar .menu-title{
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
/* --------------------------Header---------------------------- */
.head-togle{
  text-align: end;
  align-items: center;
  display: flex;
  /* justify-content: end; */
  padding: 0;
}
#sidebar1, .mobile-menu, .sub-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;
}

#header .logo img {
  max-width:  70% !important;
  width: auto;
}

.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;
}
.scrolled .innermenubox
{
  /* float: right !important; */
}
/*----------------Menu bar-----------*/

.offcanvas{
background: linear-gradient(90deg, rgba(32,32,32,1) 0%, rgba(0,0,0,1) 100%);
}
.primary_nav li{
  list-style: none;
}
.primary_nav{
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 35px
}
.menu-item-has-children a{
  position: relative;
}
.menu-item-has-children>a::after {
  content: "\2b";
  font-family: "font awesome 6 free";
  position: absolute;
  top: 2px;
  right: -18px;
  bottom: 0;
  font-size: 12px;
}
.sub-menu{
  padding: 10px 18px 0 30px;
  display: none;
  overflow: hidden;
}
.primary_nav li a{
  letter-spacing: 0px;
  font-family: var(--common-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #fff;
}
.primary_nav .current-menu-item a{
    color: #F4F000
}
.primary_nav li a:hover{
  color: #F4F000;
}
.sub-menu li{
      padding: 10px 0;
          list-style: circle;
}
.sub-menu li a{
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  text-align: left;
}
.btn-close{
      content: '\f077';
    font-family: "font awesome 6 free";
    background-image: unset !important;
    height: unset !important;
    width: unset !important;
    opacity: 1;
}
.btn-close i{
  font-size: 30px;
color: #fff;

}
.btn:focus,.btn-close:focus {
 box-shadow:unset;
}


/*---------------- Custom Footer ----------------------*/
#custom_footer {
  padding: 0;
}
.footer-contact i {
  font-size: 35px;
  color: var(--lightgrey11);
}
.footer-contact p {
  font-size: 14px;
  color: var(--lightgrey11);
  margin: 0;
}
.footer-contact {
  background-size: 100% 50% !important;
  position: relative;
  top: -34px;
}
.footer-contact h2{
  color: #fff;
  font: normal normal normal 36px/35px DM Serif Display;
}
.footer-contact-detail{
  /* transform: translate(10px, 80%); */
  color: #fff;
  margin-top: 30%;
}
.footer-menu-wrap {
  padding: 40px 15px;
  border-bottom: solid 1px var(--grey2);
}
.footer-menu ul {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.footer-menu ul li {
  list-style: none;
  display: inline-block;
  padding: 0 20px;
}
.footer-menu ul li a {
  color: var(--lightgrey11);
  font-size: 14px;
  text-transform: uppercase;
}
.footer-menu ul li a:hover {
  color: var(--orange);
}
/*---------------- Footer Section ----------------------*/


.outer-footer {
  background-size: 100% 100%;
  display: flex;
flex-direction: column;
gap: 25px;
    padding: 40px 0;
    position: relative;
}
.widget-title{
  font-family: Poppins;
font-size: 18px;
font-weight: 600;
line-height: 26px;
    margin-bottom: 10px;
}
.about_me p{
  display: flex;
  grid-gap: 10px;
  align-items: baseline;
      margin-bottom: 0;
}
.about_me i{
  color: #F4F000;
}
.about_me{
  max-width: 190px;
  width: 100%;
}
#footer_box a{
  font-family: Poppins;
font-size: 14px;
font-weight: 400;
line-height: 24px;
color: #fff;
}
#footer_box .about_me a:hover{
  color: #F4F000;
}
#footer_box ul {
  margin: 0;
}
#footer_box ul li {
  list-style: none;
  padding: 3px;
}
#footer_box ul li a {
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
#footer_box ul li a:hover{
  color: #F4F000;
}
.custom-social-icons{
  display: flex;
  gap:10px;
}
.custom-social-icons i{
  background: #F4F000;
  /* padding: 10px; */
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  color: #000;
}
.custom-social-icons i:hover{
  background: transparent;
  border: 1px solid #F4F000;
  color: #F4F000
}
.custom-social-icons a span{
  display: none;
}
.footerlogo{
  width: 261px;
height: 55px;
object-fit: contain;
}
.copyright p,.credit_link a{
  font-family: Poppins;
font-size: 14px;
font-weight: 400;
line-height: 18px;
margin-bottom: 0;
color: #A8A8A8;
}
.credit_link a:hover{
  color: #F4F000;
}
.footer-svg-one{
  right: 0;
    bottom: 0;
}
.footer-svg-two{
      top: -95px;
}
.footer-col-lst .widget_text{
  margin-top: 30%;
  margin-left: -60px;
}
.footer-col-one .widget_wpb_widget{
  display: flex;
flex-direction: column;
gap: 25px;
}
