/*
Theme Name: Constrax Child
Author: ThemesCamp
Author URI:  http://themeforest.net/user/themescamp
Theme URI: http://themeforest.net/user/themescamp/portfolio
Template: constrax
Description: This is child theme for constrax Theme.
Version: 1.0.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: constrax-child
Tags: one-column, two-columns, right-sidebar,custom-colors,featured-images
*/

.counting_sect .elementor-counter-title {
    text-align: center;
}
.testimonial_sec .elementor-widget-icon-box {
    background-color: #0177ab !important;
}
body .progress-wrap::after {
    color: #ea2127 !important;
}
.progress-wrap svg.progress-circle path {
    stroke: #ea2127 !important;
}
.testimonial_sec .swiper-pagination-bullet-active{background-color: #0177ab !important}
.blog_sec .span.tcgelements-button-content-wrapper:hover {
    color: #ea2127 !important;
}
.contact_frm .input-text {
    border-color: #0177AB !important;
}
.contact_frm button#evf-submit-4037 {
    background: #0177AB;
    color: #fff;
    border-color: #0177AB;
}

div#themescamp_about-1 {
    display: none;
}

 .secret-sauce {
  margin: auto;
  padding: 0px 10px;
  text-align: center;
  position: relative;
}

.secret-sauce h2 {
    margin-bottom: 26px;
    font-family: "Instrument Sans", Sans-serif;
    font-size: 70px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2em;
    text-align: left;
	margin-top:0;
}
.secret-sauce .description {
  font-size: 18px;
  margin-bottom: 60px;
  color: #666;
}

.timeline-wrapper {
  position: relative;
  padding-left: 40px;
}
.step {
    position: relative;
    margin-bottom: 30px;
    padding: 20px 20px 20px 20px;
    background: #fff;
    color: #555;
    border-radius: 10px;
    box-shadow: rgba(60,64,67,.3) 0px 1px 2px 0px,rgba(60,64,67,.15) 0px 0px 3px 3px;
}
.step.orange {
  background: #ff8500;
}
.step.blue {
    text-align: left;
}
.line-container {
  position: absolute;
  top: 0;
  left: 20px;
  width: 4px;
  height: 100%;
  background: #eee;
  z-index: 0;
  overflow: hidden;
}
.step.blue  p {
    margin-bottom: 0;
}
.step.blue h3 {
    margin-top: 0;
    margin-bottom: 5px;
    color:#0177AB;
    font-weight: 700;
    font-size: 26px;
}
.line-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(to bottom, #000000, #0177AB);
    transition: height 0.2s ease-out;
}