/* Hero Slider */
.hero-slider .hero-item {
    width: 100%;
    height: 100vh;
    min-height: 450px;
    max-height: 600px;
}
.hero-slider .hero-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.hero-slider .hero-caption-item {
    height: 100%;
    width: 100%;
    max-width: 560px;
}
.hero-slider .hero-caption-item.position-left,
.hero-slider .hero-caption-item.position-center,
.hero-slider .hero-caption-item.position-right {
    margin: 0 auto;
    text-align: center;
}
.hero-slider .hero-item .inner-width {
    height: 100%;
}
.hero-slider .hero-caption-item .caption-item {
    padding: 15px 15px;
    border-radius: 3px;
    background-color: rgba(0,0,0,0.80);
}
.hero-slider .hero-caption-item .caption-title {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 5px;
}
.hero-slider .hero-caption-item .caption-desc {
    color: #ffffff;
    font-size: 14px;
}
.hero-slider .hero-caption-item .caption-btn a.site-btn {
    margin: 5px 0;
}
.hero-slider .hero-caption-item .caption-btn .first-btn {
    color: #ffffff;
    background: #040fd9;
    font-size: 16px;
    border: 1px solid #040fd9;
}
.hero-slider .hero-caption-item .caption-btn .first-btn:hover {
    color: #ffffff;
    background: #030a8c;
    border: 1px solid #ffffff;
}
.hero-slider .hero-caption-item .caption-btn .second-btn {
    color: #ffffff;
    background: #040fd9;
    font-size: 16px;
    border: 1px solid #040fd9;
}
.hero-slider .hero-caption-item .caption-btn .second-btn:hover {
    color: #ffffff;
    background: #030a8c;
    border: 1px solid #ffffff;
}
.hero-slider .hero-slider-form {
    position: absolute;
    width: 100%;
    max-width: 400px;
    right: -800px;
    left: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 15px 15px;
}
.hero-slider .hero-slider-form .form-title {
    background-color: #0511f2;
    color: #ffffff;
    padding: 10px 10px;
    font-size: 20px;
}
.hero-slider .hero-slider-form .form-field {
    padding: 10px 10px;
    background-color: rgba(0,0,0,0.80);
}
.hero-slider .hero-slider-form .recaptcha-note,
.hero-slider .hero-slider-form .recaptcha-note a {
    color: #ffffff;
    font-size: 12px;
}
.hero-slider .hero-slider-form .form-field button {
    background-color: #ffffff;
    color: #040fd9;
    padding: 10px 10px;
    font-size: 16px;
    border: 1px solid #ffffff;
}
.hero-slider .hero-slider-form .form-field button:hover {
    background-color: #030a8c;
    color: #ffffff;
    border: 1px solid #ffffff;
}
.hero-slider .hero-slider-form  .form-field-desclaimer {
    color: #ffffff;
}
.hero-slider ul.slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.hero-slider ul.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 0 2px;
}
.hero-slider ul.slick-dots li button {
    font-size: 0;
    padding: 3px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background-color: transparent;
}
.hero-slider ul.slick-dots li.slick-active button {
    background-color: #000000;
    border: 2px solid #000000;
}
.hero-slider .caption-desc.animate__animated.activate {
    animation-delay: 1s;
}
.hero-slider .caption-btn.animate__animated.activate {
    animation-delay: 2s;
}



.services-section .service-item .service-icon {
    border: 2px dotted #fc8003!important;
}
body.window_scrolled .mob-dot-toggle {
    color: #ffffff!important;
}
@media only screen and (min-width: 768px) {
     /* Hero Slider */
    .hero-slider .hero-caption-item .caption-title {
        font-size: 25px;
    }
    .hero-slider .hero-caption-item .caption-desc {
        font-size: 16px;
    }
    .hero-slider .hero-slider-form .form-title {
        font-size: 20px;
    }
    .hero-slider .hero-slider-form .recaptcha-note,
    .hero-slider .hero-slider-form .recaptcha-note a {
        font-size: 12px;
    }
}


@media only screen and (min-width:1024px) {
    .post-item .post-img { height: 200px!important }
    .genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
        width: 270px!important;
    }
        /* Hero Slider */
    .hero-slider .hero-item {
	    min-height: 600px;
	    max-height: 700px;
	}
	.hero-slider .hero-slider-form {
	    right: 0;
	    left: auto;
	    margin: 0;
	}
	.hero-slider .hero-caption-item.position-left {
	    margin: 0;
        text-align: left;
	}
	.hero-slider .hero-caption-item.position-center {
	    margin: 0 auto;
        text-align: center;
	}
	.hero-slider .hero-caption-item.position-right {
	    margin: 0 0 0 auto;
        text-align: right;
	}
    .hero-slider .hero-caption-item .caption-title {
        font-size: 30px;
    }
    .hero-slider .hero-caption-item .caption-desc {
        font-size: 16px;
    }
    .hero-slider .hero-slider-form .form-title {
        font-size: 20px;
    }
    .hero-slider .hero-slider-form .recaptcha-note,
    .hero-slider .hero-slider-form .recaptcha-note a {
        font-size: 12px;
    }
    
    
}

@media only screen and (min-width: 1201px) {
	/* Hero Slider */
	.hero-slider .hero-slider-form {
	    right: -800px;
	    left: 0;
	    margin: 0 auto;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1100px) {
    .nav-primary .genesis-nav-menu a {
        padding-left: 13px!important;
        padding-right: 13px!important;
    }
    .contact-page-wrap .contact-site-name {
        font-size: 26px!important;
    }
}
