/* Add here all your CSS customizations */
.plan:hover {
    transform: scale(1,1.1);
    transition: all .9s;
}


.tp-bgimg.defaultimg{
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px 2000px inset;
}

#header .header-nav-main nav > ul > li > a {
    font-weight: 600;
}

.custom-image-style-1 {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

#revolutionSlider .btn.custom-btn-style-2 {
	font-size: 16px!important;
	font-weight: 600!important;
    letter-spacing: 1px!important;
    margin-top:4rem!important;
}

#cases img{
    height:200px;
    object-fit: cover;
}


section {
    position: relative;
    padding: 80px 0 !important;
}


#selectLanguage .dropdown-toggle .fa-caret-down{
  display:none!important;
}
#selectLanguage .dropdown-toggle::after {
    display: none !important;
  }
.sticky-header-active #selectLanguage .dropdown-menu {
    background-color:#3c3f44 !important
  }
  
#selectLanguage .btn-group, #selectLanguage a {
    color: #f8f9fa ;
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 10px;
    padding-right: 10px;
  }
  
  /* #selectLanguage .dropdown-menu .nav-link:hover {
    color: #89b837 !important;
  } */
  
.sticky-header-active #selectLanguage .dropdown-menu {
    left: 6px !important;
    min-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    background-color: rgba(0, 0, 0, 0.1);
    border: none !important;
    border-radius: 0;
    position: absolute;
    top: 30px;
  }
  #selectLanguage .dropdown-menu {
    left: 6px !important;
    min-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    background-color: rgba(0, 0, 0, 0.1);
    border: none !important;
    border-radius: 0;
    position: absolute;
    top: -89px;

    /* text-align: center; */
  }
  #selectLanguage .dropdown-item:hover {
    color:  #f2cc13 !important; 
    background-color: transparent !important; 

  }
  

  .custom-background-style-1 {
    padding-top: 200px !important;
    padding-bottom: 70px !important; 
    overflow: hidden;
}

@media (min-width: 992px){
.owl-carousel.custom-right-pos-1 {
    right: -100px !important;
    padding-bottom: 70px !important;
}
#templates .owl-carousel.custom-right-pos-1 {
    right: 0 !important;
}
}
@media (min-width: 320px){
.owl-carousel.custom-right-pos-1 {
    padding-bottom:50px !important;
}

.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-next {
    right: 0;
}
}

.custom-background-style-1:after {
    background: url(../img/alentejo.jpg)!important;
}

#contact .parallax-background::after {
    content: "";
    background: rgb(244, 100, 90,0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
