/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

a.get_quote_btn {
    background: #a463fe;
    color: #fff !important;
    padding: 15px 30px;
    border-radius: 5px;
}
.nectar-header-text-content {
    padding: 0 !important;
}
#header-outer.transparent .nectar-header-text-content {
    opacity: 10;
}
.banner_left h1 {
    font-size: 120px;
    line-height: 100px;
    margin-bottom: 40px;
}
.banner_left h1 i {
    word-break: break-word;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--darkColor);
    -webkit-text-fill-color: transparent;
    transition: all .3s ease-in-out;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #ffffff;
}
h2.htwo_heading i {
    word-break: break-word;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--darkColor);
    -webkit-text-fill-color: transparent;
    transition: all .3s ease-in-out;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #000;
}
.nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport {
    margin: 10px 0 70px 0;
}
.testimonials blockquote {
    line-height: 28px;
    font-size: 17px;
    margin-bottom: 0px;
    font-weight: 400;
    color: #000;
}
.testimonials .nectar-carousel-fixed-content p {
    color: #fff;
}
.testimonials h2 {
    color: #fff;
}
.form_wrap .gform_body.gform-body label.gfield_label {
    font-size: 12px;
    font-weight: 700;
    margin-top: 5px;
}
.form_wrap .gform_body.gform-body input {
    border: 1px solid #000;
    background: #fff;
    height: 50px;
}
.form_wrap .gform_body.gform-body textarea {
    border: 1px solid #000;
    background: #fff;
    height: 110px !important;
}

.contact_left strong {
    color: #000;
}
.contact_left a {
    color: #000;
}
.contact_left{
    color: #000;
}
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    background: transparent;
    border: 0px solid #c02b0a;
    font-size: 13px !important;
    margin-top: 0;
    padding: 0 !important;
    color: red;
}
.instruction.validation_message {
    display: none;
}

.list_two .nectar-fancy-ul ul li {
    display: inline-block;
    width: 33%;
}

@media only screen and (max-width: 999px) {
.list_two .nectar-fancy-ul ul li {
    width: 100%;
}
	
}