

/* home slider */
.carousel-indicators.dark li {background-color: #fff!important;}

@media (min-width: 1000px) {
.carousel-inner .slider_content .text {position: absolute; bottom: 25px; text-align: center;}
.carousel-indicators {bottom: 80px!important; padding-left: 0!important; margin-left: 0!important; transform: translateX(-50%);}
}

@media (min-width: 800px) and (max-width: 1024px) {
.carousel-inner .slider_content .text {bottom: 40px!important;}
.carousel-indicators {bottom: 50px!important;}
}

/* contact form */
.form-wrapper .wpcf7-form-control-wrap {display: inline-block; box-sizing: border-box; float: left; padding-right: 10px; width: 50%;}
.form-wrapper input[type="text"] {border-radius: 8px;}
.form-wrapper > p {clear: both;}
.form-wrapper > p:first-child > span {width: 40%;}
.form-wrapper > p:first-child > span:first-child {width: 20%;}
.form-wrapper > p:nth-child(2) > .wpcf7-form-control-wrap {width: 100%;}
.form-wrapper .update-cv {position: relative;}
.form-wrapper .update-cv:after {content: "Upload CV"; line-height: 42px; color: #204ca1; font-size: 18px; diplay: inline-block;}


/* team */
.team-wrapper .vc_col-sm-3 {position: relative;}
.team-wrapper .vc_col-sm-3:before {position: absolute; left; 50%; width: 8px; height: 100%; top: 0; background: #214da1;}