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

.site-header {
    position: absolute  ;
    z-index: 99;
    left: 0;
    right: 0;
    width: 100%;
}
/* body:not(.home) .site-header{
    position: unset;
} */
.top-bar-contact a{
  font: 500 14px / 20px Rubik;
  letter-spacing: 0px;
  color: #000000;
  /* padding-left: 10px; */
}
.top-bar-contact a:hover{
  color: #339D55;
}
.top-bar-contact img{
  height: 100%;
  width: 100%;
  max-width: 85%;
}
.slider-spider-img{
 position: absolute;
 left: 0;
top:0;
z-index: -1;
}
#header{
  padding: 10px 0;
}
/* --------------------------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;
}
.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; */
}
.primary_nav .current-menu-item a,.main-navigation ul li.current-menu-item a{
  background: linear-gradient(90deg, #9646A4 0%, #BB67CA 49%, #3D53AC 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  width: max-content;
}
.main-navigation ul li.current-menu-item a{
  background: linear-gradient(90deg, #9646A4 0%, #BB67CA 49%, #3D53AC 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  width: max-content;
}
.primary_nav a:hover{
  background: linear-gradient(90deg, #9646A4 0%, #BB67CA 49%, #3D53AC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*----------------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: 12px 10px;
}
.primary_nav{
  display: flex;
  justify-content: space-evenly;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  font: 400 16px / 24px Helvetica Neue;
  color: var(--white);
  position: relative;
  letter-spacing: 0.50px;
}
.main-navigation a:hover{
  color: #E91818;
}
.primary_nav>li:hover>.sub-menu{
  display: block;
  position: absolute;
  gap: 25px;
  left: -1px;
  top: 40px;
  opacity: 0;
  pointer-events: none;
  z-index: 25;
  white-space: nowrap;
  min-width: 210px;
  transition: all .5s ease-in-out;
  border: 2px solid #9646A4;
}

#sidebar1, .mobile-menu, .sub-menu{
  display: none;
}
.primary_nav>li:hover>.sub-menu{
  opacity: 1;
  pointer-events: all;
}

.primary_nav>li>ul {
    background: var(--color-white);
    z-index: 2;
    box-shadow: 0 3px 6px #00000029;
    background: #fff;
}

.primary_nav>li:hover>ul ul {
    display: block;
}
.primary_nav>li>ul>.menu-column-title>a {
    font: normal normal 600 18px/22px Open Sans;
    margin-block: 15px;
    display: inline-block;
}
.primary_nav>li>ul>li a {
  font: 600 14px/20px Poppins;
  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
}
.primary_nav>li>ul>li a:hover{
     color: #E91818;
}
.main-navigation ul ul li:last-child {
  border-bottom: 0;
}


#menu-primary-menu>.menu-item-has-children::before {
  content: "\f078";
  font-family: 'font awesome 5 free';
  font-weight: 800;
  position: absolute;
  right: -10px;
  bottom: 0;
  top: 15px;
  font-size: 12px;
}

.sub-menu li{
  padding: 15px 10px;
}
#header .sub-menu{
  transition: all 0.01ms;
  animation: pulse 0.6s ease-in-out;
  transform-origin: top center;
  background-color: #101010;
  border-radius: 6px;
  border-radius: 15px;
  box-shadow: 0px 0px 6px #A97DFF;
}
#header .sub-menu .menu-loader-one,#header .sub-menu a::after{
  display: none;
}
.offcanvas{
  background-color: #1E1E1E;
  padding-top: 3%;
    padding-left: 15px;
}
.offcan-content p{
  color: #fff;
}
.btn-close{
  content: '\f077';
  font-family: "font awesome 6 free";
  background-image: unset !important;
  height: unset !important;
  width: unset !important;
  opacity: 1 !important;
}
.contact-details h6,.icon-social i{
  color: #fff;
}
.btn-close i{
  font-size: 30px;
  color: #fff;
}
.btn-close:hover{
  opacity: 1 !important;
}
.offcanvas-header{
  justify-content: end;
}
.contact-details a{
  font: 400 15px / 30px Montserrat;
    color: #fff;
}
.offcan-social-media-plateform{
  display: flex;
  gap: 10px;
}
.offcan-social-media-plateform i{
  height: 33px;
  font-size: 18px;
  width: 33px;
  text-align: center;
  background: linear-gradient(90deg, #9646A4 0%, #BB67CA 49%, #3D53AC 100%);
  border-radius: 5px;
  color: #fff;
  line-height: 33px
}
.offcan-social-media-plateform i:hover{
  background: #121212;
}
.login-sidebar-wrap .btn-check:focus+.btn,.login-sidebar-wrap  .btn:focus{
  box-shadow:unset;
}
.login-sidebar-wrap>img{
  border-radius: 50%;
}
/*---------------- Footer Section ----------------------*/
.footer-top {
  padding-bottom: 50px;
}
.footer-top-col h3 {
  font-size: 20px;
  font-weight: bold;
}
.outer-footer {
  background-size: 100% 100%;
}
.top-social-icon .topbar-number-text, .top-social-icon .topbar-email-text {
      z-index: 1;
}
.copyright-outer .term-info{
    font-family: Inter;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}
#footer_box h4{
  margin-bottom: 20px;
}
#footer{
  position: relative;
  z-index: 0;
}
#footer_box {
  text-align: left;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background: #1E1E1E;
  clip-path: polygon(70.947% 0%, 2.01% 0%, -0.052% 0%, -0.052% 100%, 100% 100%, 100% 79.43%, 75.807% 6.104%, 75.807% 6.104%, 75.406% 4.983%, 74.981% 3.968%, 74.533% 3.062%, 74.064% 2.267%, 73.577% 1.586%, 73.073% 1.023%, 72.557% 0.58%, 72.028% 0.26%, 71.491% 0.065%, 70.947% 0%);
  width: 100%;
}
#footer::after{
  content: '';
  clip-path: polygon(52.133% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 36.69%, 35.435% 6.012%, 35.435% 6.012%, 36.816% 4.908%, 38.281% 3.908%, 39.824% 3.015%, 41.436% 2.232%, 43.11% 1.561%, 44.837% 1.007%, 46.612% 0.571%, 48.424% 0.255%, 50.267% 0.064%, 52.133% 0%);
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, #9646A4 0%, #BB67CA 49%, #3D53AC 100%);
    height: 100%;
    width: 600px;
    z-index:-1;
}
.footer_hide {
  display: none;
}
.footer-top-col {
  border-left: solid 5px var(--orange);
  padding-left: 15px;
}

#footer ul {
  margin: 0;
}
#footer ul li {
  list-style: none;
  margin: 0 0 5px 0;
  padding: 5px;
}
#footer ul li a,.about_me .widget_wpb_widget a {
  color: #fff;
  font: 400 15px / 22px var( --font-two);
}
#footer ul li a:hover,.about_me .widget_wpb_widget a:hover{
  color: #9646A4;
}

.copyright p{
      font: 500 15px / 30px var( --font-two);
}
.copyright a{
  font: normal normal normal 16px / 23px var( --font-two);
  letter-spacing: 0px;
  color: #FFFFFF;
}
.widget_recent_entries img {
  width: 100px;
}
.copyright .container{
  border-top: 1px dashed;
}

#footer_box{
  padding: 7% 0 3% 0;
}

#footer_box .widget_text{
  padding-right: 10%;
}
#footer_box .widget_text p{
  font-size: 15px;
  margin-top: 20px;
}

.custom-social-icons{
  display: flex;
  gap: 10px;
  justify-content: center;
}
#footer .social_widget i{
  background: #FFFFFF;
height: 35px;
width: 35px;
line-height: 35px;
text-align: center;
color: #000;
border-radius: 5px;
font-size: 18px;
}
#footer .social_widget i:hover{
  background: var(--red);;
  color: #fff;
}
.custom-social-icons a span{
  display: none;
}

.footer-mid{
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
a.social_icon{
  background: #fff;
  width: 25px;
  height: 25px;
  line-height: 23px;
  text-align: center;
  border-radius: 3px;
}
a.social_icon i{
  color: #000;
  font-size: 14px;
  line-height: 25px;
}
#footer .social_icon2 i{
  color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
}
#footer  .social_icon1 i{
    color: #3D6AD6
}
#footer  .social_icon3 i{
    color: #D32F2F
}