.mobile_menu-contnet.offcanvas {
  max-width: 380px;
  min-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.pro-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px;
}
.pro-header .fix-icon {
  font-size: 28px;
  font-weight: 600;
  color: #666;
  cursor: pointer;
}
.mobile_menu-contnet.offcanvas .ps-sidebar-root {
  width: 100%;
  min-width: 100%;
  border-right: none;
  border-top: 1px solid #efefef;
}
.ps-sidebar-container {
  background-color: #fff !important;
  margin-top: 10px;
}
.ps-menu-root ul{
      list-style-type: none;
      padding: 0;
      margin: 0;
  }
.ps-menu-root ul li {
      position: relative;
      width: 100%;
}
.ps-menu-root .nav-links{
  height: 100%;
  padding: 30px 0 40px 0;
  overflow: auto;
}
.ps-menu-root.close .nav-links{
  overflow: visible;
}
.ps-menu-root .nav-links::-webkit-scrollbar{
  display: none;
}
.ps-menu-root .nav-links li{
  position: relative;
  list-style: none;
  transition: all 0.4s ease;
}
.ps-menu-root .nav-links li.single-link
{
  padding: 10px 0px 10px;
}
.ps-menu-root .nav-links > li.active:before,
.ps-menu-root .nav-links > li:before{
  position:absolute;
  left:0;
  top:0;
  content:'';
  width:4px;
  height:100%;
  background:#00CED1;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  border-top-right-radius:5px;
  border-top-right-radius:5px;
}
.ps-menu-root .nav-links li.active:before{
  opacity: 1;
}
.ps-menu-root .nav-links li .iocn-link{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ps-menu-root.close .nav-links li .iocn-link{
  display: block
}
.ps-menu-root .nav-links li i{
  height: 38px;
  min-width: 32px;
  text-align: center;
  line-height: 50px;
  color: #11101d;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ps-menu-root .nav-links li.active i,
.ps-menu-root .nav-links li:hover i{
  color: #00CED1;  
}
.ps-menu-root .nav-links li.showMenu i.arrow{
  transform: rotate(-180deg);
}
.ps-menu-root.close .nav-links i.arrow{
  display: none;
}
.ps-menu-root .nav-links li a{
  display: flex;
  align-items: center;
  text-decoration: none;
}
.ps-menu-root .nav-links li a .link_name{
  font-size: 14px;
  font-weight: 400;
  color: #11101d;
  transition: all 0.4s ease;
  padding-left: 33px;
}
.ps-menu-root .nav-links li.active a .link_name,
.ps-menu-root .nav-links li:hover a .link_name{  
  color: #00CED1;
}
.ps-menu-root.close .nav-links li a .link_name{
  opacity: 0;
  pointer-events: none;
}
.ps-menu-root .nav-links li .sub-menu{
  padding: 6px 6px 14px 59px;
  margin-top: -10px;
  background: #fff;
  display: none;
}
.ps-menu-root .nav-links li.showMenu .sub-menu{
  display: block;
}
.ps-menu-root .nav-links li .sub-menu a{
  color: #1d1b31;
  font-size: 14px;
  padding: 5px 0;
  white-space: nowrap;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.ps-menu-root .nav-links li .sub-menu a:hover{
  opacity: 1;
}
.ps-menu-root.close .nav-links li .sub-menu{
  position: absolute;
  left: 100%;
  top: -10px;
  margin-top: 0;
  padding: 10px 20px;
  border-radius: 0 6px 6px 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: 0s;
}
.ps-menu-root.close .nav-links li:hover .sub-menu{
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
}
.ps-menu-root .nav-links li .sub-menu .link_name{
  display: none;
}
.ps-menu-root.close .nav-links li .sub-menu .link_name{
  font-size: 18px;
  opacity: 1;
  display: block;
}
.ps-menu-root .nav-links li .sub-menu.blank{
  opacity: 1;
  pointer-events: auto;
  padding: 3px 20px 6px 16px;
  opacity: 0;
  pointer-events: none;
}
.ps-menu-root .nav-links li:hover .sub-menu.blank{
  top: 50%;
  transform: translateY(-50%);
}
.ps-menu-root .nav-links  li .arrow{
  font-size: 16px;
}
.navbar-toggler-user{
  border:1px #e5e5e5 solid;
  font-size: 25px;
  /* position: absolute; */
  top: 31%;
  color: #737373;
}
.owl-carousel-item-img{
  height: 50vh;
}
.featured-testimonial-item{
    width: calc(100% - 15px);
}
@media only screen and (max-width: 1000px) {
    .main-jobs-right{
      display:none;
  }
  .btn-mobile-view{
      display:flex;
  }
  .text-truncate{
      white-space: break-spaces;
  }
}
@media only screen and (min-width: 1001px) {
    .main-jobs-right{
      display:block;
  }
  .btn-mobile-view{
      display:none;
  }
   .text-truncate{
      white-space: nowrap;
  }
}
@media only screen and (max-width: 580px) {
  .navbar {
    margin-left: 0px;
    margin-right: 0px;
  }
  .navbar-expand-lg .navbar-toggler{
    display: inline;
  }
  .navbar-toggler-user{
      display: ruby-text;
  }
  .navbar-nav, .extra-cell{
    display: none !important;
  }
  #navbarCollapse{
    display: none !important;
  }
   .search-box{
    max-width: 100%;
    position:static !important;
  }
}
@media only screen and (min-width: 581px) {
  .navbar-toggler-user {
      display: none;
  }
  .navbar-expand-lg .navbar-toggler{
    display: none;
  }
  .navbar-nav, .extra-cell{
    display: ruby !important;
  }
  .navbar-nav{
      padding:0px !important;
  }
  #navbarCollapse{
    display: flex;
  }

}
@media (max-width: 1410px) {
    .navbar{
        margin-left:0%;
        margin-right:0%;
    }
     
  .topmenu ul{
      padding-left:0px;
  }
  .topmenu ul li{
      padding-right:3px;
  }
  .topmenu ul li:nth-child(1){
      padding-right:3px;
  }
  .navbar-nav{
      margin-left:0px !important;
  }
  
}
@media (max-width: 991.98px) {
    .navbar-light .navbar-nav {
         border-top: 1px solid white; 
    }
     #navbarCollapse{
    /*border-top: 1px solid #EEEEEE;*/
    /*margin-top: 15px;*/
    /*padding-top: 10px;*/
    }
    #navbar_top{
      flex-flow:column;
  }
  
}
@media (max-width: 1200px) {
    .navbar-dark .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link{
      margin-right:10px;
  }
  .topmenu ul li span{
      display:none;
  }
  .navbar-nav{
      margin-left:0px !important;
  }
  #navbarCollapse{
      flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #navbar_top{
      flex-flow:column;
  }
}
@media (max-width: 700px) {
     
.owl-item {
   width: calc(100% - 8px);
    
}
.owl-carousel-item {
  background-size: cover;
  background-position: center;
  max-height: 400px;
}
.owl-carousel-item-img{
  height:200px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
/* .header-carousel .owl-nav{
  top:22%;
} */
.video-banner .owl-stage-outer{
  height: 111px !important;
}
.header-carousel .owl-nav .owl-prev, .header-carousel .owl-nav .owl-next{
  height: 30px;
  width: 30px;
}
}