/*******************************/
.screenshot_slider .owl-item .item {
   transform: translate3d(0, 0, 0); /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
  // transform: scale(0.9);

  // transition: all .25s ease-in-out; 
  margin: 50px 0; /* OVERWRITE PLUGIN MARGIN */
 }
 .screenshot_slider .item {
    text-align: center;
    position: relative;
}

.screenshot_slider .owl-item .item img {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);
    opacity: 0.4;
}

.screenshot_slider .owl-item.center .item .item-title {
    margin-top: 28px;
}
.screenshot_slider .owl-item.center .item img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 1;
}

.screenshot_slider .owl-nav {
    text-align: center;
    // margin: 40px 0;
}

.screenshot_slider .owl-nav button {
	font-size: 24px !important;
	margin: 10px;
	color: #ff0100 !important;
}

.screenshot_slider .item-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-top: 10px;
    transition: color 0.3s ease;
    font-family: 'Segoe UI', sans-serif;
}

.screenshot_slider .owl-item.center .item-title {
    color: #ff0100;
    font-size: 18px;
}
/*.screenshot_slider,
.screenshot_slider .owl-stage-outer {
  width: 100%;
  overflow: hidden;
}

.screenshot_slider .owl-item {
  width: auto !important;
  max-width: 100%;
}

.screenshot_slider img {
  width: 100%;
  height: auto;
  display: block;
}*/
.mainmenu ul > li > .sub-menu > li > .sub-menu {
  position: absolute;
  top: 0; /* Default to top */
  bottom: auto;
  left: 100%;
  min-width: 200px;
  background-color: var(--tj-color-common-white);
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  pointer-events: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}

.mainmenu ul > li > .sub-menu > li:hover > .sub-menu {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mainmenu ul > li > .sub-menu > li > .sub-menu > li > a {
  padding: 8px 20px;
  display: block;
  color: var(--tj-color-text-body);
  font-size: 15px;
}
.mainmenu ul > li > .sub-menu > li.menu-item-has-children > a::after,
.mainmenu ul > li > .sub-menu > li.has-dropdown > a::after {
  content: "\f105"; /* Font Awesome right arrow */
  font-family: "Font Awesome 5 Free"; /* Or your icon font */
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: var(--tj-color-text-body);
}
.banner_slider .item{
	position: relative;
}
.banner_slider .item::after {
    content: '';
    background-color:rgb(0 0 0 / 0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.after_none::after{
	display: none;
}
.banner_slider .owl-nav button.owl-prev {
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff!important;
    font-size: 20px;
    left: 10px;
}
.banner_slider .owl-nav button.owl-next {
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff!important;
    font-size: 20px;
    right: 10px;
}
.mainmenu ul > li.current-menu-ancestor a, .mainmenu ul > li.current-menu-item a, .mainmenu ul > li:hover a {
    color: #ff0100;
}
.tj-slider-item.after_none {
    min-height: auto!important;
}
@media only screen and (max-width: 991px) {
	.hamburger_menu .mean-nav ul li.dropdown-opened > a{
		color: #ff0100;
	}
	.hamburger_menu .mean-nav ul li.current_page_ancestor   a{
		color: #ff0100;
	}
	.ps_ablute {
	    position: absolute;
	    right: 5px;
	}
	.third_menu > a {
 	   position: relative;
	}
	.third_menu > a::after {
		content: "\f105"; /* Font Awesome right arrow */
		font-family: "Font Awesome 5 Free"; /* Or your icon font */
		font-weight: 900;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 16px;
		color: #fff;
	}
}
@media only screen and (max-width: 767px) {
.site-logo .logo img { 
    max-width: 35px!important;
    width: auto;
}
.banner_slider .owl-item img{
	height: 340px;
	object-fit: cover;
}
.tj-slider-item.after_none {
    min-height: auto!important;
}
}