:root {
  --primary-color: #e49f4a;
  --dark-color-1: #2e2c33;
  --dark-color-2: #434149;
}
.slider1 {
  background-image: url(../img/slider1.jpg);
}
.slider2 {
  background-image: url(../img/slider2.jpg);
}
[data-overlay="1"]:before, [data-black-overlay="1"]:before, [data-white-overlay="1"]:before {
opacity:0
}

.mainmenunav ul.mainmenu > li > a {
  color:#fff
}
.slider-activation button.slick-arrow {
   
    border: 2px solid rgba(255, 255, 255, 1);
   
}
.slider-activation button.slick-arrow::before {
  opacity: 1;
}
.slide .inner h1.title {
    font-size: 90px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    line-height: 130px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;
    background: transparent;
}
.gradient-back {
 
  position: absolute;
  left: 0;
  top:0;
  width:100%;
  height: 450px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
}
.header-area.header--sticky .mainmenunav ul.mainmenu > li > a.active, .header-area.header--sticky .mainmenunav ul.mainmenu > li > a:hover,
.active-dark-mode .header-area.header--sticky.sticky .header-wrapper .mainmenunav ul.mainmenu > li > a.active, .active-dark-mode .header-area.header--sticky.sticky .header-wrapper .mainmenunav ul.mainmenu > li > a:hover,
.single-service.service__style--2 .icon {
  color : var(--primary-color);
}
.header-area.header--sticky .header-wrapper .mainmenunav ul.mainmenu > li > a::after {
  background : var(--primary-color);
}
.slider-activation button.slick-arrow:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.single-service.service__style--2 a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-image: none;
    background : var(--primary-color);
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
}
.active-dark-mode .header-area.header--sticky.sticky {
  background : var(--dark-color-1)
}
.active-dark-mode .bg_color--1, .active-dark-mode .brand-separation {
  background : var(--dark-color-2)
}
.active-dark-mode .bg_color--5, .active-dark-mode .footer-right {
    background: var(--dark-color-1);
}
.active-dark-mode .single-service.service__style--2.bg-color-gray a, .active-dark-mode .single-service.service__style--2.bg-color-white a {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.4);
}
.active-dark-mode #scrollUp {
    background-color: #fff;
}
#scrollUp {
  color : var(--primary-color);
  z-index: 3 !important;
}
.active-dark-mode .section-title p, .active-dark-mode .about-us-list p, .active-dark-mode .about-inner .section-title p.description, .active-dark-mode .service.service__style--2 .content p, .active-dark-mode .counterup_style--1 p.description, .active-dark-mode .rn-testimonial-content .author-info h6, .active-dark-mode .slide.slider-style-3 .inner > span, .active-dark-mode .single-tab-content ul li a, .active-dark-mode .single-tab-content ul li, .active-dark-mode .single-service.service__style--2 .content p, .active-dark-mode .single-service.service__style--4 .content p{
  color:#fff
}
.icon i {
  color : var(--primary-color);
  font-size: 70px;
  transition : color .5s;
}
.service {
  width:100%
}
.single-service.service__style--2:hover .icon i {
  color : #fff;
}
.rn-address .icon i {
  font-size : 30px;
}
.active-dark-mode .rn-address .icon {
    background-color: var(--dark-color-2);
    border-color: var(--dark-color-2);
}
.rn-address .icon {
   
    top: -13px;
    left: 50%;
    transform: translate(-50%);
}

.bg_color--4 {
    background: #201f23;
}
.active-dark-mode .rn-address {
    background-color: var(--dark-color-1);
    border-color: rgba(255, 255, 255, 0.2);
}
button.rn-button-style--2.btn_solid, a.rn-button-style--2.btn_solid {
    border: 2px solid var(--primary-color);
    background: var(--primary-color);
    color: #ffffff;
}
button.rn-button-style--2:hover, a.rn-button-style--2:hover {
    background: transparent;
    color: var(--primary-color);
    -webkit-box-shadow: 0 10px 15px 0 rgb(201 150 88 / 10%);
    box-shadow: 0 10px 15px 0 rgb(201 150 88 / 10%);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.active-dark-mode .portfolio-sacousel-inner .slick-dots li.slick-active button::after, .active-dark-mode .rn-slick-dot .slick-dots li.slick-active button::after {
    -webkit-box-shadow: inset 0 0 0 1px var(--primary-color);
    box-shadow: inset 0 0 0 1px var(--primary-color);
    background-color: transparent;
    background-color: transparent !important;
}
.map-custom {
    width:100%;
    height: 600px;
}
.my_switcher {
  display:none
}
ul.social-share li:hover a {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #ffffff;
    
}

.active-dark-mode .bg_image--3, .active-dark-mode .bg_image--1, .active-dark-mode .footer-right {

    background-color: var(--dark-color-1);
    padding-bottom: 90px !important;
}

.quick-contact-bar {
    display: flex;
    position: fixed;
    bottom: -60px;
    width: 100%;
    height: 60px;
    z-index: 4;
    
    background: var(--dark-color-2);
    transition: all 0.5s;
}
.quick-contact-bar.quick-contact-bar--visible {
    bottom: 0px;
}
@media (max-width: 991px) {
    .quick-contact-bar {
    }
}
.quick-contact-bar__item {
    display: inline-block;
    width: 25%;
    height: 100%;
    color: #fff;
    padding: 5px;
    transition: all 0.5s;
}
.quick-contact-bar__item:active,
.quick-contact-bar__item:hover {
    color: #fff;
    background: var(--primary-color);
}
.quick-contact-bar__item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.quick-contact-bar__icon {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border-radius: 20px;

    text-align: center;
}
.quick-contact-bar__title {
    text-align: center;
    font-size: 10px;
}
.quick-contact-bar__item svg {
    margin-top: 2px;
    height: 25px;
    width: 25px;
    fill: #ffffff;
}
.quick-contact-bar__item--phone {
}
.quick-contact-bar__item--location {
}
.quick-contact-bar__item--message {
}
.quick-contact-bar__item--whatsapp {
}
#scrollUp {
    bottom:80px
}

.parallax-container {
    position: relative;
    max-height: 500px;
    height: 500px;
    overflow: hidden;
}
.parallax-container a, .parallax-container-mobil a {
    position: absolute;
    width:100%;
    height:100%;
    z-index: 99;
}
.parallax-container .vr-icon {
    position:absolute;
    left:50%;
    top:50%;
    z-index: 1;
    transform: translate(-50%,-50%);
 
}
.parallax-container-mobil {
    display: none;
    position: relative;
  
   
}
.parallax-container-mobil img {
    width: 100%;
}
.parallax-container-mobil .vr-icon {
    position:absolute;
    left:50%;
    top:50%;
    z-index: 1;
    transform: translate(-50%,-50%);
}
@media only screen and (max-width: 991px) {
    .parallax-container {
        display: none;
    }
    .parallax-container-mobil {
        display: block;
    }
}

.contact-form--1 input, .contact-form--1 textarea {
    margin-bottom:0px
}
@media only screen and (max-width: 575px) {
    .header-area .header-wrapper .logo a img {
        width: 230px;
    }
}

@media only screen and (max-width: 991px) {
    .header-area .header-wrapper .logo a img {
        width: 230px;
    }
    .slide .inner h1.title {
        font-size:60px;
        line-height: 60px;
    }
}
.fullscreen {
    min-height: 100vh;
    width: 100vw;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
@media only screen and (max-width: 767px) {

    .fullscreen {
        min-height: 100vh;
        width: 100%;
        background-size: cover;
        background-position: center !important;
    }
}
@media only screen and (max-width: 767px) {
    .active-dark-mode .header-area .header-wrapper .mainmenunav ul.mainmenu {
        background: var(--dark-color-1);
    }
    .section-title h2.title {
        font-size: 30px;
        margin-bottom: 40px;
    }
}

.humberger-menu span.text-white {
    color: #fff;
}
.grecaptcha-badge { 
    visibility: hidden;
}