/* --------------------------Header---------------------------- */
/*modal*/
.modal-backdrop{
  z-index: 0 !important;
}
header .modal-dialog{
  position: absolute;
  right: 0;
}
header .modal-header{
  display: block;
}
header .modal{
  margin-top: 6%;
}
.topbar-cart .cart-value {
  background-color: #fff;
  color: #000;
  font-size: 8px;
  font-weight: 600;
  width: 14px;
  height: 14px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: -9px;
}
/* topbar*/
.left-header-box ul.cart-menu {
  display: flex;
  list-style: none;
  margin: 0px;
 justify-content: start;
 padding-left: 0px;
}
.right-header-box ul.cart-menu {
  display: flex;
  list-style: none;
  margin: 0px;
 justify-content: end;
 padding-left: 0px;
}
ul.cart-menu li{
  font-size: 14px;
  align-self: center;
  margin: 5px  18px;
  border-radius: 50%;
}
#topbar{
  background-color: #6459FF;
  padding: 10px 0px;
}
#topbar .socialbox{
  margin-top: 0px;
}
#topbar .top-left h6{
  color:#fff;
  font-size: 12px;
  margin-bottom: 0;
  line-height: 28px;
  font-weight: 200;
  font-family: "Inter", sans-serif;
  opacity: 1;
}
#topbar .top-right .socialbox a{
 padding: 0px 9px 0px;
 color:var(--color-white);
}
#topbar .top-right .socialbox a:last-child{
  padding-right: 0px;
}
#topbar .top-right .socialbox a:hover{
  color:var(--color-white);
  padding: 0px 6px 0px;
}
#topbar .top-right{text-align: right;position: relative;}
.site-header .stickynavbar {
  /* position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  background: #fff !important;
  z-index: 9999999999999; */
}
.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 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;
}
#site-navigation {
  width: 100%;
}
.main-siderbar .offcanvas .logo-img img {
  width: fit-content;
  height: auto;
  object-fit: contain;
}
.main-siderbar .offcanvas img{
   width: fit-content;
   height: auto;
}
#header_navigation {  
  /* border-radius: 30px 30px 0px 0px; */
}
 #header_navigation {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 10px 0px;
  box-shadow: 0px 2px 3px 0px #00000040;
}
 #header_navigation.stickynavbar {
  position: relative;
  /* width: 94%; */
  background: #fff;
  padding: 10px 0px;
  left: 55px;
  border-radius: 0px;
  left: 0px;
  right: 0;
  margin: 0 auto !important;
}
#header_navigation .logo{
  /* width: 90px;
  margin: 0 auto; */
  text-align: center;
}
.innermenubox {
  /* display: none; */
}

.stickynavbar{
  position: fixed !important;
}
#header_navigation .top-right{
  /* margin-top: 8px;
  position: relative;
  display: flex;
  float:right; */
}
.btn-header{
  margin-left: 20px;
  margin-top: 8px;
}
 /* search bar */
 #header_navigation .search-icon{
  /* background-color: var(--color-white);
  border:1px solid var(--color-white);
  color:var(--color-primary);
  border-color: var(--color-white);
  border-radius: 6px; */
 }
 #header_navigation .search_col{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 30px;
 }
#header_navigation input.search-field {
  width: 100%;
  background-color: var(--color-primary);
  padding: 10px 12px 10px 12px;
  font: 400 14px/25px 'Poppins';
  border-radius: 0px;
  opacity: 0.9;
  margin-bottom: 0px;
  color: #fff;
  border: 1px solid var(--color-primary);
}
#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: 14px;
  color: #fff;
}
#header_navigation [type="submit"] {
  position: absolute;
  right: 6px;
  top: 1px;
  /* background-color: var(--color-primary); */
  border: inherit;
  color: var(--white);
  cursor: pointer;
  width: 45px;
  height: 45px;
}
#header_navigation .widget.woocommerce.widget_product_search {
padding: 0px 5px;
max-width: 100%;
position: relative;
z-index: 4;
}
#header_navigation input::placeholder {
  opacity: 1 !important;
  color: #fff !important;
}
/* search css end*/

/* ------------- Header ---------------- */
.headerbar{
  background-color: transparent;
  margin-top: 0px;
}
.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;
    color: #fff;
  }
  .main-navigation ul li:hover > ul{
    display: block;
  }
  .btn-header{
    margin-left: 10px;
  }
  .btn-header a{
    background-color: var(--color-primary) !important;
    padding: 12px 25px 12px 25px;
    font-size: 12px;
    position: relative;
    border:1px solid var(--color-primary);
    border-color: var(--color-primary) !important;
    border-radius: 0px;
    text-transform: capitalize;
    font-weight: 400;
    color:var(--color-white);
    font-family: "Inter", sans-serif;
  }
  .btn-header a:hover{
    color:var(--color-white);
  }
/*----------------Menu bar-----------*/

  ul.list_nav {
    margin: 0 auto;
    text-align: center;
    display: block;
    text-align: right;
  }
  .site-header{
    position: relative;
    z-index: 5;
  }
  .main-navigation ul,.menu-left-menu{
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    justify-content: end;
  }
  .main-navigation li a:hover{
    color: #fff;
  }
  #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: #6459FF;
    font-weight: 500; */
    position: relative;
  }
  .main-navigation ul#menu-primary-menu .current-menu-item > a::before{
    /* content: ''; */
    background-image: url('../images/linel.png');
    position: absolute;
    width: 49px;
    height: 18px;
    right: 0;
    margin-top: 25px;
  }
  .main-navigation ul#menu-primary-menu .sub-menu .current-menu-item > a{
    color: #fff;
  }

  .stickynav .main-navigation .current-menu-item > a{
    color: #fff;
  }
  #menu-left-menu > .current_page_item:after {
    content: '';
    /* background-image: url(../images/linel.png); */
    position: absolute;
    width: 100%;
    height: 2px;
    right: -6px;
    bottom: 0;
    background: #fff;
  }
  #menu-left-menu > .current_page_item:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0px;
    bottom: -3px;
    background: #fff;
    transform: rotate(45deg);
  }
  .main-navigation ul li{
    margin: 0px 45px 0px 0px;
    color: #fff;
  }
  .main-navigation ul li:last-child{
    margin-right: 0px;
  }
  #header_navigation .search-icon, .header-icon-text, .cart_box img, .main-siderbar img {
    width: 15px;
    height: 15px;
  }
  #header_navigation .search-icon img, .header-icon-text img{
    width: 100%;
    height: 100%;
    top: -2px;
    position: relative;
  }
  #header_navigation .main-navigation a {
    display: inline-block;
    position: relative;
    transition-duration: 0.3s;
    letter-spacing: 0px;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    font-family: "Inter", sans-serif;
  }
  .main-navigation a:last-child{
    margin-right: 0px;
  }
  .main-navigation ul ul{
    display: none;
    position: absolute;
    left: 0;
    top: 100% ;
    background: var(--color-primary);
    min-width: 240px;
    z-index: 9999;
    padding-left: 0px;
    /* -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    visibility: hidden;
    border:1px solid hsla(197, 76%, 76%, 1); */
  }
  .main-navigation ul ul {
    left: auto;
    top: 30px;
    text-align: left;
    /* -ms-animation: zoomIn .3s ease-in-out;
    -webkit-animation: zoomIn .3s ease-in-out;
    animation: zoomIn .3s ease-in-out; */
    border-radius: 0;
  }
  .main-navigation ul ul {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    /* opacity: 0.7 !important; */
    visibility: visible;
  }
  .main-navigation ul ul li a{
    letter-spacing: 2px;
  }
  .main-navigation ul ul ul{
    left: 100%;
    top: 0;
  }
  .main-navigation ul ul a{
    text-transform: capitalize;
    font-weight: 400;
    color: #ffffff;
    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: #fff;
  }
  .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 2rem;
    border: none;
    position: relative;
    margin-right: 17px;
    background: #f4f5f6;
  }
  .nav-links .nav-next{
    width: 50%;
    padding: 1.5rem 2rem;
    border: none;
    position: relative;
    background: #f4f5f6;
  }
  .nav-links {
    display: inline-flex;
    width: 100%;
    margin: 25px 0px;
  }
  .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
  }

/*---------------- Footer Section ----------------------*/
.menu-left-menu-container ul {
  display: flex;
}
  #footer_box{
    background-size: cover;
  }
  div#footer_box.darkbox{
    position: relative;
    z-index: 1;
  }
  div#footer_box.darkbox:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #6459FF;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .footer-cols {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #footer
  {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .outer-footer {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .footer-social .socialbox a {
    border-right: none;
  }
  .footer-social .socialbox a i {
    color: #ffffff;
  }
  .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 #fff;
    margin: 8px 0px;
  }
  #footer .social-icons i {
    font-size: 12px;
    color: hsla(197, 76%, 76%, 1);
  }
  #footer .widget_recent_entries img {
    width: 100px;
    height: 100%;
    border-radius: 10px;
  }
  #footer .wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0px;
    color: #afafad;
    font-weight: 400;
    margin-top: 2px;
  }
  #footer .wp-block-latest-posts__post-author {
    padding-right: 10px;
  }
  #footer .social-icons a {
    display: inline-block;
    line-height: 10px;
  }
  #footer textarea{
    height: 100px;
  }
  #footer p.post-date {
    font-size: 16px;
    line-height: 28px;
    color: #d9dae0;
    font-weight: 400;
    font-family: "Roboto";
  }
  ul.project-date li{
    font-size: 16px;
    line-height: 22px;
     padding: 0px !important;
    color: #d9dae0;
    font-weight: 400;
    font-family: "Roboto";
  }
  #footer {
    background-color: #1B1E27;
    text-align: left;
    position: relative;
  }
  .footer_hide{
    display:none;
  }
  #footer .footer-cols h3 {
    font-size: 20px;
    letter-spacing: 0px;
    color: #fdf3f4;
    font-weight: 500;
    position: relative;
  }
  #footer .footer-cols p {
    font-size: 12px;
    line-height: 30px;
    color: #f9f6f6;
    font-weight: 200;
  }
  #footer .social a.facebook {
    color: #0069b3;
  }
  #footer .social a.twitter {
    color: #00b4db;
  }
  #footer .social a.youtube {
    color: #ca0707;
  }
  #footer .social a.linkedin {
    color: #0069b3;
  }
  #footer ul {
    padding: 0;
    margin-bottom: 0;
  }
  #footer ul li{
    list-style:none;
    margin:0 0 0px 0;
    color: #fff;
    text-align:left;
  }
  #footer ul li a{
    display: inline-block;
    letter-spacing: 0px;
    margin: 0px !important;
    font-size: 14px;
    line-height: 30px;
    padding: 0px !important;
    color: #fff;
    font-weight: 400;
    font-family: var(--font-Poppins);
  }
  #footer .footer-content {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #footer .mail-text{
    font-size: 18px;
    line-height: 27px;
    color: #ededed;
    font-weight: 400;
  }
  #footer .phone-heading {
    font-size: 30px;
    line-height: 18px;
    margin-top: 68px;
    color: #ffffff;
    font-weight: 700;
  }
  #footer .phone-heading i,#footer .mail-text i {
    font-size: 22px;
    color: #9fcd4e;
    margin-right: 10px;
  }
  #footer p {
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 400;
    font-family: var(--font-Poppins);
    margin-bottom: 5px;
    position: relative;
  }
  #footer p i{
   margin-right: 10px;
  }
  #footer .location {
    margin-bottom: 30px;
    display: flex;
    margin-top: 10px;
  }
  #footer .location i{
    font-size: 16px;
    margin-right: 16px;
  }
  #footer .custom_desc{
    font-weight: 300;
    font-size: 15px;
    color:#fff;
    line-height: 28px;
    font-family: var(--font-Poppins);
  }
  #footer p a {
    color:#fff;
  }
  #footer .textwidget input[type="email"], #footer .textwidget input[type="text"]{
    background: transparent;
    border-radius: 0px;
    border: 1px solid #fff;
    margin-bottom: 10px;
    font-size: 14px;
    height: 45px;
    color: #fff;
    text-align: left;
  }
  #footer .textwidget input[type="email"]::placeholder,
  #footer .textwidget input[type="text"]::placeholder{
    color:#ddd;
    font-size: 14px;
    text-align: left;
  }
  .custom_read_more{
    color:#fff;
    text-decoration: underline;
    font-weight: 600;
  }
  #footer .newsletter-form{
    position: relative;
  }
  #footer .mail-submit-btn {
    position: absolute;
    top: -5px;
    right: 0;
    bottom: 0;
    height: fit-content;
    margin: auto;
  }
  .mail-submit-btn p:after {
    content: '';
    background: #fff;
    position: absolute;
    width: 10px;
    height: 10px;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
  }
  .mail-submit-btn p:before {
    content: '';
    background: #fff;
    position: absolute;
    width: 50px;
    height: 3px;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #footer .textwidget input[type="submit"] {
    font-size: 0px;
    background: none;
    position: absolute;
    top: -23px;
    right: 0;
  }
  #footer .textwidget input[type="submit"]::after{
    content: '';
    background-image: url('../images/line.png');
    position: absolute;
    width: 59px;
    height: 18px;
    right: 0;
    margin-right: 15px;
    margin-left: 10px;
    margin-top: 2px;
  }
  #footer .wpcf7-form p{
    position: relative;
  }
  #footer .contact-widget i {
    color: #6c6f73;
    margin-right: 10px;
    font-size: 16px;
    width: 18px;
  }
  #footer .footer-logo {
    width: 200px;
  }
  #footer .social a {
    margin-right: 4px;
    background: #ffffff;
    border: none;
    width: 40px;
    border-radius: 0px;
    padding: 8px;
    border-radius: 30px;
    height: 40px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
  }
  #footer .social a:hover{
    background-color: hsla(197, 76%, 76%, 1);
  }
  #footer .widget td
  {
    padding-top: 0px !important;
  }
  #footer #site-navigation ul li a
  {
    font-size: 15px;
    letter-spacing: 1px;
    color: #919191;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
  }
  #footer #site-navigation ul li
  {
    margin-right: 20px;
  }
  #footer #site-navigation
  {
    text-align: center;
    border-bottom: 1px solid #292929;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 65px;
  }
  #footer .main-navigation li.current_page_item
  {
    background-color: transparent;
  }

  #footer .footer-logo-box
  {
    margin: 0 auto;
    display: block;
    position:absolute;
    top: -154px;
    left: 0;
    right: 0;
    background-color: #111111;
    padding: 20px 15px;
    max-width:180px;
    max-height: 180px;
    border-radius: 50%;
  }
  .wpcf7 .ajax-loader {
    display: none;
  }

  #footer h3.widget-title {
    margin-bottom: 22px;
    position: relative;
    font-size: 25px;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
    font-family: var(--font-Poppins);
  }
  #footer h3.custom_title{
    margin-bottom: 22px;
    position: relative;
    font-size: 25px;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
    font-family: var(--font-Poppins);
  }
  #footer img{
    margin-bottom: 0px;
  }
  .custom-social-icons a i{
    color:#fff;
    background-color: transparent;
    border-radius: 50%;
    margin: 5px 10px;
    padding: 4px
  }
  .custom-social-icons a i:hover{
    color: var(--color-primary);
  }
  .custom-social-icons{
    justify-content: center;
    margin: 0 auto;
  }
  #footer .footer_logo{
    margin-top: 20px;
    padding: 20px 0px;
    border-bottom: 1px solid hsla(0, 0%, 85%, 0.5);
  }
  /**************copyright**************/

  #footer .copyright ul li{
    padding: 0px 0px;
    margin: 0px;
  }
  #footer .ftr-bottom-img img {
    width: 100%;
    position: absolute;
    bottom: 55px;
  }
  #footer .copyright {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
  }
  #footer .copyright .container{
    border-top: 1px solid #fff;
  }
  #footer .copyright .privacy-term{
    display: flex;
  }
  #footer .copyright .privacy-term li {
    list-style: none;
    margin: 17px 0px 12px;
    padding: 0px 10px;
    border-right: 1px solid #fff;
  }
  #footer .copyright .privacy-term li a{
    line-height: 15px !important;
    font-weight: 400;
    font-size: 14px;
    color:#fff;
  }
  #footer .copyright .privacy-term li:last-child{
    border-right: none;
    padding-right: 0;
  }
  #footer .copyright p {
    padding: 15px 0 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
  }

  #footer .copyright .footer-men a{
    color: #ffffff;
  }
  #footer .copyright a {
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
  }
  #footer .socialbox{
    float: right;
  }
  #footer .socialbox a{
    padding: 10px;
    background-color: var(--color-white);
    border-radius:10px;
  }
  #footer .socialbox a.facebook{
    padding: 10px 13px;
  }
  #footer .socialbox a:hover {
    background-color: var(--color-primary);
    color:var(--color-white);
  }
  #footer .socialbox .twitter {
    display: none;
  }
  /*-------------------------- Calendar widget --------------------------*/
  table {
    border-collapse: collapse;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
  }
  .widget.widget_calendar table {
    margin: 0;
  }
  .widget.widget_calendar td, .widget.widget_calendar tr, .widget.widget_calendar th {
    border: 1px solid #fff;
    color: #000000;
  }
  #footer .widget.widget_calendar td, #footer .widget.widget_calendar tr, #footer .widget.widget_calendar th {
      color: #ffffff;
      padding: 2px;
  }
  .widget_calendar td,
  .widget_calendar th {
    line-height: 1.5625;
    padding: 0;
    text-align: center;
  }
  .widget_calendar caption {
    font-weight: 900;
    margin-bottom: 0em;
    color: #fff;
    padding-left: 15px;
    caption-side: top;
  }
  .widget_calendar tbody a {
    background-color: #bbb;
    color: #fff;
    display: block;
    font-weight: 700;
  }
  .widget_calendar tbody a:hover,
  .widget_calendar tbody a:focus {
    background-color: #686868;
    color: #fff;
  }
  .widget th,
  .widget td {
    padding: 0.5384615385em;
  }
.privacy-term{
  float: right;
}

/* ---------- Return to Top ------------ */

  #return-to-top {
    display: inline-block;
    background-color: var(--color-primary);
    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;
  }
  .footer2 #menu-footer-link{
    margin: 20px auto 40px;
    justify-content: center;
    display: flex;
    font-family: "Inter", sans-serif;
  }
  .footer2 .widget.widget_media_image{
    margin-bottom: 20px;
  }
  .footer2 .menu li{
    margin: 10px 0px !important;
    padding: 0px 15px;
    border-right: 1px solid #fff;
  }
  .footer2{
    text-align: center;
  }
  .footer2 .menu li:last-child{
    border-right: none;
    padding-right: 0;
  }
  .footer2 .menu li a{
    line-height: 15px !important;
  }
  .footer3 .social_widget{
    text-align: right;
  }
  .footer3{
    text-align: right;
  }
  /* #menu-footer-menu .current-menu-item a{
    color: var(--color-primary);
  } */



  amp-sidebar#sidebar1 {
    display: none;
}

/* offcanvas */
.main-siderbar .btn.border-none{
  /* background: transparent;
  width: 40px;
  height: 40px;
  box-shadow: none; */
}
.offcanvas-end {
  padding-top: 3%;
  width: 450px !important;
  padding-left: 15px;
}
.offcanvas-body p,.offcanvas-body h6{
  color: #fff;
  font: 400 14px / 23px poppins;
  padding-right: 15px;
}
.offcanvas-header{
  justify-content: end !important;
}
.offcanvas{
background: #6459FF !important;
}
.offcanvas .sec_main_heading{
  font: 600 30px / 40px poppins;
  color: #fff;
}
.btn-close{
  font-size: 0px;
  opacity: 1;    font-size: 0px;
  opacity: 1 !important;
  position: relative;
  right: 12%;
}
.btn-close i {
  font-size: 30px;
  color: #fff;
}