/*.logo img{
  height: 24px;
}
@media (min-width: 1200px) {
  .logo img{
    height: 30px;
  }
}
@media (min-width: 1400px) {  
  .logo img{
    height: 40px;
  }
}*/
header .logo img{
  height: 32px;
}

@media (max-width: 1399px) {  
  header .logo img{
    height: 28px;
  }
}
@media (max-width: 1199px) {
  header .logo img{
    height: 24px;
  }
}
.theme-main-menu .navbar-toggler {
  width: 30px;
  background: transparent;
}
.theme-main-menu.menu-style-four .navbar-toggler {
  background: transparent;
}
.theme-main-menu .navbar-toggler span,
.theme-main-menu .navbar-toggler::before, .theme-main-menu .navbar-toggler::after,
.theme-main-menu .navbar-toggler::before, .theme-main-menu .navbar-toggler::after {
  left: 0;
  width: 25px;
  height: 3px;
  background: #fff;
  border-radius: 10px;
}
.theme-main-menu.menu-style-two .navbar-toggler span,
.theme-main-menu.menu-style-two .navbar-toggler::before, .theme-main-menu .navbar-toggler::after,
.theme-main-menu.menu-style-two .navbar-toggler::before, .theme-main-menu .navbar-toggler::after {
  background: #19352d;
}
.theme-main-menu .navbar-toggler span {
  margin-top: -0.5px;
}
.theme-main-menu .nav-item .nav-link.active {
  color: #ffdb1e;
}
.inner-banner-one .hero-heading {
  font-size: 65px;
  padding: 10px 10px 23px 22px;
}
.hero-banner-eight .hero-heading {
  font-size: 85px;
}
@media (max-width: 991px) {
  .inner-banner-one .hero-heading {
    font-size: 45px;
    background: transparent;
  }
  .hero-banner-eight .hero-heading {
    font-size: 52px;
  }
}
.theme-main-menu .quote-one {
  line-height: 40px;
  color: #fff;
  font-size: 18px;
}
.theme-main-menu .quote-one:hover ,
.btn-twentytwo:hover{
  background-color: #ffdb1e;
  border-color: #ffdb1e;
}
.card-style-twentyTwo {
  text-align: left;
  padding: 40px 35px 30px;
}
.card-style-twentyTwo .icon {
  height: 60px;
}
.card-style-twentyTwo h4 {
  margin-top: 20px!important;
  font-size: 26px;
}

.footer-three .social-icon a {
  color: #29594b;
  font-size: 17px;
  width: 40px;
  height: 40px;
  border: 1px solid #29594b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 50%;
  transition: all .2s ease-in-out 0s;
}
.theme-main-menu.white-vr .nav-item:hover .nav-link {
  color: #ffdb1e;
}

.lang-dropdown .dropdown-menu .dropdown-item {
  font-size: 17px;
  line-height: 36px;
}


/*.lang-dropdown.dropdown-menu .dropdown-item {
  text-transform: capitalize;
  line-height: 35px;
  color: #19352D;
  font-size: 18px;
  background: transparent;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
}*/
.lang-dropdown .dropdown-menu .dropdown-item span {
  position: relative;
}
.lang-dropdown .dropdown-menu .dropdown-item span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #0C3A30;
  transform: scale(0, 1);
  transform-origin: 0 0;
  transition: all 0.2s ease-in-out 0s;
}
.lang-dropdown .dropdown-menu .dropdown-item:hover span:before, 
.lang-dropdown .dropdown-menu .dropdown-item.active span:before {
  transform: scale(1);
}
.lang-dropdown .dropdown-toggle::after {
    display: none;
}
.lang-dropdown  .lang-icon{
  vertical-align: .05em;
}
.btn-twentyOne,
.btn-twentytwo{
  font-size: 20px;
}
.btn-one {
  background-color: #ffdb1e;
/*  #cfff45;*/
}
.text-feature-one .media-list-item li::before {
  background: #ffdb1e;
}
.fancy-banner-three::before {
  background: #174034cc;
  mix-blend-mode: normal;
}