:root {
 --pink: #CF2351;
 --yellow:#F6B701;
 --orange:#E88620;
 --black: #000000;
 --white: #ffffff;
 --font-one:"Manrope", sans-serif;
}
/* --------------------------Top Bar---------------------------- */

.site-header {
    /* position: absolute  ;
    z-index: 99;
    left: 0;
    right: 0;
    width: 100%; */
}

#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{
  color: var(--pink);
}

/*----------------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: 600 15px / 24px var(--font-one);
  color: var(--white);
  position: relative;
  letter-spacing: 0.50px;
}
.main-navigation a:hover{
  color: var(--pink);
}
.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;
}

#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
}

.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.3s;
  animation: jackInTheBox 0.6s ease-in-out;
  transform-origin: top center;
  background-color: #101010;
  border-radius: 6px;
  border-radius: 15px;
box-shadow: 0px 0px 15.8px 0px #F69220;
}
#header .sub-menu .menu-loader-one,#header .sub-menu a::after{
  display: none;
}

/*---------------- 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 h3{
  margin-bottom: 20px;
      font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}
#footer{
  position: relative;
  z-index: 0;
}
#footer_box {
    text-align: left;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background: #424242;
    margin: 0 20px;
    border-radius: 20px 20px 0 0;

}
.row-left-col{
  background: #F6B701;
    border-radius: 10px 0 0 0;
}
.news-form-main{
  position: relative;
}
.footer-left-content input[type="email"]{
  background: #FFFFFF;
  border: 1px solid #CF2351;
  position: relative;
  color: #424242;
  font-family: Manrope;
  font-weight: 400;
  font-size: 15px;
     padding: 10px 15px;
}
.news-form-main input[type="submit"] {
     z-index: 3;
    position: absolute;
    right: 10px;
    top: 13px;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    border: none;
    border-radius: 5px;
    background: transparent;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: var(--yellow);
}
.footer_hide {
  display: none;
}
.footer-top-col {
  border-left: solid 5px var(--orange);
  padding-left: 15px;
}

#footer_box ul {
  margin: 0;
  list-style: none;
}
#footer_box ul li {
  list-style: none;
  margin: 0 0 5px 0;
  padding: 5px 5px 5px 0;
}
#footer_box ul li a,.about_me .widget_wpb_widget a {
  color: #fff;
    font: 600 14px / 22px var(--font-one);
    position: relative;
}
#footer_box ul li a:hover::before,.about_me .widget_wpb_widget a:hover::before{
    content: '';
    position: absolute;
    inset: 6px 0 0 -15px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: var(--orange);
}
.language-list li{
      color: #fff;
    font: 600 14px / 22px var(--font-one);
}

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

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

.custom-social-icons{
  display: flex;
  gap: 10px;
  justify-content: center;
}
#footer_box .social_widget i{
  background: #FFFFFF;
height: 35px;
width: 35px;
line-height: 35px;
text-align: center;
color: #000;
border-radius: 5px;
font-size: 18px;
}
#footer_box .social_widget i:hover{
  background: var(--red);;
  color: #fff;
}
.services-menu .widget_nav_menu{
      padding-left: 10%;
}
.footer-left-content{
      padding: 17% 15px 0 13%;
}
.footer-left-content img{
      width: 210px;
}
.footer-left-content .footer-text{
      padding: 30px 0 0;
}
.footer-col-row{
    padding: 5% 20px 20px;
}
.copyright-text{
  padding-left: 9%;
}
.copyright-text a{
  color: #fff;
  display: none;
}
.copyright-text a:hover{
  color: var(--pink);
}
.language-list  .last-color-li{
  color: #E88620;
}
.custom-social-icons a span{
  display: none;
}

.footer_box-mid{
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
.social_icon{
    border: 1px solid #FFFFFF;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.social_icon i{
    color: #fff;
    font-size: 16px;
    line-height: 25px;
}
 .social_icon1,  .social_icon4{
  background: #CF2351;
  border-color: #CF2351;
}
 .social_icon3{
  background: #E88620;
      border-color: #E88620;
}
.social_icon:hover{
  border-color: var(--white);
  background: var(--white);
}
.social_icon:hover i{
  color: var(--black);
}