@media (min-width: 1202px) {
	header .elementor-nav-menu li {
	  min-width: 165px;
	}
	header .elementor-nav-menu .elementor-item {
	  justify-content: center;
	}
	header .menu-item-home.current-menu-item {
	  background: #459785;
	  margin-top: -70px !important;
	  padding-top: 70px !important;
	  color: #fff !important;
		border-radius: 0 0 30px 30px;
		transition: all 0.3s ease;
	}
	header .current-menu-item {
	  background: #459785;
	  margin-top: -10px !important;
	  padding-top: 10px;
	  color: #fff !important;
		border-radius: 0 0 30px 30px;
		transition: all 0.3s ease;
	}

	header .current-menu-item:hover {
	}
	header .current-menu-item a {
	  color: #fff !important;
	}
}
.swiper-pagination-horizontal {
  text-align: right;
  padding-bottom: 50px;
  padding-right: 80px !important;
}
.logo img{
  transition: all 0.3s ease;
}
.logo-small img {
	width: 150px !important;
	height: auto;
}

@media (max-width: 767px) {
	.logo-small img {
	width: 80px !important;
}
}
@media (max-width: 1024px) {
	.elementor-nav-menu {
  padding-top: 30px;
  padding-bottom: 30px;
}
}
@media (max-width: 768px) {
.swiper-pagination-horizontal {
  text-align: center;
  padding-bottom: 30px;
  padding-right: 30px !important;
}
}
/** Colorfull **/
.brm-menu {
    color: #5c5c5c !important;
}

.brm-menu-section.orange .brm-item-name {
    color: #459785 !important
}

.brm-menu-section.blue .brm-item-name {
    color: #0dad7e !important
}

.brm-menu-section.green .brm-item-name {
    color: #0dad7e !important
}

.brm-menu-section.orange .brm-heading, .brm-menu-section.orange .brm-item-price {
    background: #459785 !important
}

.brm-menu-section.blue .brm-heading, .brm-menu-section.blue .brm-item-price {
  background: #459785 !important;
}

.brm-menu-section.green .brm-heading, .brm-menu-section.green .brm-item-price {
    background: #0dad7e !important
}

.brm-menu-section .brm-heading {
background: #0dad7e !important;
    border: 2px solid #fff !important;
}

.brm-menu-section.blue .brm-heading.subgroup {
    background: #0dad7e !important;
    border: 2px solid #fff !important;
}



.brm-heading h2 {
    color: #fff !important;
}

.brm-menu-section.orange .brm-heading.subgroup h2 {
    color: #fff !important;
}

.brm-menu-section.blue .brm-heading.subgroup h2 {
    color: #fff !important;
}

.brm-menu-section.green .brm-heading.subgroup h2 {
    color: #fff !important;
}

.brm-heading-description {
    color: rgba(255, 255, 255, 0.8) !important;
}

.brm-item-description {
    color: #929292 !important;
}

.brm-item-price {
    color: #fff !important;
}

.pl-developer {
    display: none !important;
}


.pl-developer a {
    color: #459785 !important
}

.pl-developer a:hover {
    color: #d92c73 !important
}

@media (max-width: 460px) {
	.brm-heading {
	  border-radius: 8px !important;
	}
	.brm-heading h2 {
		font-size: 20px !important;
	}
}