@media screen and (max-width: 1299px) {
  .closebtn svg {
    cursor: pointer;
    width: 30px;
    height: 30px;
    color: red;
  }
  .admin-bar .mobile-menu-sidebar.right, .admin-bar .mobile-menu-sidebar.left {
    top: 32px;
  }
  .admin-bar .mobile-menu-sidebar.top {
    top: -100vw;
    left: unset;
  }
  .admin-bar .mobile-menu-sidebar.top.opened {
    top: 32px;
  }
  .admin-bar .mobile-menu-sidebar.bottom.opened {
    bottom: -32px;
  }
  .mobile-menu-sidebar {
    position: fixed;
    left: -10000px; /* Dont change!! */
    width: 100%;
    height: 100%;
    z-index: 999;
    padding: 60px;
    background-color: #121c28;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: left 0.3s ease, right 0.3s linear;
    -moz-transition: left 0.3s ease, right 0.3s linear;
    -o-transition: left 0.3s ease, right 0.3s linear;
    transition: left 0.3s ease, right 0.3s linear;
  }
  .mobile-menu-sidebar.left {
    left: -100%;
    top: 0;
  }
  .mobile-menu-sidebar.left.opened {
    left: 0;
  }
  .mobile-menu-sidebar.right {
    right: -100%;
    left: unset;
    top: 0;
  }
  .mobile-menu-sidebar.right.opened {
    right: 0;
  }
  .mobile-menu-sidebar.top {
    top: -100%;
    left: unset;
    -webkit-transition: top 0.3s ease, bottom 0.3s linear;
    -moz-transition: top 0.3s ease, bottom 0.3s linear;
    -o-transition: top 0.3s ease, bottom 0.3s linear;
    transition: top 0.3s ease, bottom 0.3s linear;
  }
  .mobile-menu-sidebar.top.opened {
    top: 0;
  }
  .mobile-menu-sidebar.bottom {
    top: unset;
    bottom: -100%;
    left: unset;
    -webkit-transition: bottom 0.3s linear, top 0.3s ease;
    -moz-transition: bottom 0.3s linear, top 0.3s ease;
    -o-transition: bottom 0.3s linear, top 0.3s ease;
    transition: bottom 0.3s linear, top 0.3s ease;
  }
  .mobile-menu-sidebar.bottom.opened {
    bottom: 0;
  }
  .mobile-menu-sidebar.menu-fixed-width {
    width: 100%;
  }
  .mobile-menu-sidebar.menu-fixed-width li.menu-item-has-children > .sub-menu {
    width: calc(100% - 60px) !important;
  }
  .mobile-menu-sidebar ul {
    list-style: none;
    position: relative;
    margin-bottom: 50px;
  }
  .mobile-menu-sidebar ul li {
    display: flex;
    align-items: center;
    position: relative;
    user-select: none;
    border-bottom: 1px solid #636971;
    line-height: 60px;
  }
  .mobile-menu-sidebar ul li a {
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding-left: 20px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
  }
  .mobile-menu-sidebar ul li a:before {
    content: "";
    height: 2px;
    width: 10px;
    background-color: #ff7a00;
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    border: 0 none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .mobile-menu-sidebar ul li a .job-count {
    line-height: 25px;
    padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ff7a00;
    color: #FFF;
    margin-left: 10px;
    min-width: 40px;
    text-align: center;
  }
  .mobile-menu-sidebar ul li a .job-count:hover {
    text-decoration: none;
  }
  .mobile-menu-sidebar ul li.current-menu-ancestor > a, .mobile-menu-sidebar ul li.current-menu-item > a, .mobile-menu-sidebar ul li a:hover {
    text-decoration: underline;
    color: #ff7a00;
  }
  .mobile-menu-sidebar ul li.menu-item-has-children {
    cursor: pointer;
  }
  .mobile-menu-sidebar ul li.menu-item-has-children.open {
    -webkit-tap-highlight-color: transparent;
  }
  .mobile-menu-sidebar ul li.menu-item-has-children .submenu-toggle {
    position: absolute;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
  }
  .mobile-menu-sidebar ul li.menu-item-has-children .submenu-toggle:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23000' d='M96 480c-8.188 0-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L242.8 256L73.38 86.63c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25l-192 192C112.4 476.9 104.2 480 96 480z'/%3E%3C/svg%3E");
    cursor: pointer;
  }
  .mobile-menu-sidebar ul li.menu-item-has-children > .sub-menu {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #f9f9f9;
    width: 100%;
    margin-bottom: 0;
    padding: 30px 0;
    overflow-x: hidden;
    overflow-y: auto;
    margin-left: 0;
    cursor: initial;
    z-index: 999;
  }
  .mobile-menu-sidebar ul li.menu-item-has-children > .sub-menu .close-submenu {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .mobile-menu-sidebar ul li.menu-item-has-children > .sub-menu .close-submenu:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23000' d='M96 480c-8.188 0-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L242.8 256L73.38 86.63c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25l-192 192C112.4 476.9 104.2 480 96 480z'/%3E%3C/svg%3E");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .mobile-menu-sidebar.slide .menu-item-has-children .sub-menu {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100vw;
    margin: 0;
  }
  .mobile-menu-sidebar.slide .menu-item-has-children.open > .sub-menu {
    height: 100vh;
  }
  .mobile-menu-sidebar.fade .menu-item-has-children.open .sub-menu {
    height: 100vh;
  }
  .mobile-menu-sidebar.fade .menu-item-has-children.right .sub-menu {
    left: unset;
  }
  .mobile-menu-sidebar.expand .menu-item-has-children {
    flex-direction: column;
    align-items: flex-start;
  }
  .mobile-menu-sidebar.expand .menu-item-has-children > .submenu-toggle {
    top: 11px;
  }
  .mobile-menu-sidebar.expand .menu-item-has-children > .submenu-toggle:after {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transform: rotateZ(0deg);
  }
  .mobile-menu-sidebar.expand .menu-item-has-children.open > .submenu-toggle:after {
    transform: rotateZ(90deg);
  }
  .mobile-menu-sidebar.expand .menu-item-has-children .sub-menu {
    position: relative;
    height: unset;
    padding: 0 0 0 10px;
  }
  .mobile-menu-sidebar.expand .menu-item-has-children .sub-menu li:last-child {
    border-bottom: none;
  }
  .mobile-menu-sidebar .widget_sd_widget_contact_icon {
    margin-bottom: 15px;
  }
  .mobile-menu-sidebar .widget_sd_widget_contact_icon .contact-text {
    color: #FFF;
  }
  .mobile-menu-sidebar .widget_sd_widget_contact_icon .contact-icon svg {
    color: #ff7a00;
  }
  .mobile-menu-sidebar .widget_sd_widget_contact_icon .contact-icon svg path {
    fill: #ff7a00;
  }
  .mobile-menu-sidebar .widget_text p {
    color: #FFF;
  }
}
@media screen and (min-width: 1300px) {
  .mobile-menu-sidebar,
  .mobile-menu-sidebar.opened,
  .mobile-menu-sidebar.closed,
  .mobile-menu-sidebar .closebtn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .mobile-menu-sidebar {
    padding: 40px;
  }
}
@media screen and (max-width: 100%) {
  .mobile-menu-sidebar.menu-fixed-width {
    width: 100%;
  }
  .mobile-menu-sidebar.menu-fixed-width li.menu-item-has-children > .sub-menu {
    width: 100% !important;
  }
}

/*# sourceMappingURL=style.css.map */
