

.content {
	color: #4a4a4a;
}

.content h1, 
.content h2,
.content h3,
.content h4,
.content h5 {
    font-weight: 200;
    color: #384141;
}

.content h1 {
	font-size: 40px;
    margin: 0 0 15px;
}

.content h2 {
	font-size: 30px;
    margin: 0 0 10px;	
}

.content h3 {
	font-size: 26px;
    margin: 0 0 8px;
}

.content h4 {
	font-size: 24px;
    margin: 0 0 6px;	
}

.content h5 {
	font-size: 22px;
    margin: 0 0 4px;	
}

.content h6 {
	font-size: 20px;	
    margin: 0 0 4px;	
}

.content ol,
.content ul {
    padding: 0 0 0 35px;
    margin: 0 0 15px;
}

.content ol li {
    list-style-type: decimal;
}

.content ul li {
    list-style-type: disc;
	font-size: 14px;
}

.content code {
	color: #e75017;
}

.content a {
	color: #e75017;
}

.content a:focus,
.content a:hover {
	text-decoration: underline;
}

.heading > b {
	font-weight: 200;
}


.form-control:focus, textarea:focus {
	border-color: #e75017;
}

.testimonials-list .profile_bg {
    padding: 0;
	transition: all .4s ease-in;
    border: none;
    background: #fff;
    box-shadow: 0 0 0 0;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
}

.testimonials-list .profile_bg .profile {
    border-radius: unset;
    background: none;
}

.testimonials-list .profile_bg:hover {
    background: #e75017;
	color: #fff;
}

.testimonials-list .profile_bg:hover .profile_text,
.testimonials-list .profile_bg:hover .profile_text strong {
	color: #ffffff;
}

.testimonials-list .profile_bg:hover span,
.testimonials-list .profile_bg:hover span {
	color: #ffffff;
}

.testimonials-list .quoted {
    background: #e75017;
    color: #fff;
    font-size: 20px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    z-index: 1;
    display: block;
    line-height: 50px;
    margin: 0 20px 0 5px;
    text-align: center;
}

.owl-carousel .owl-stage {
	margin: 0 auto;
}

.owl-carousel .caption {
	text-align: center;
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em;
    font-size: 14px;
    line-height: 15px;
}

.cbp-item-wrapper {
	max-width: 650px;
}

.half-section img {
	object-fit: cover;
}

.intro {
	font-size: 18px;
}

#reals {
	margin: 0 20px;
}

.cta {
	background:#e75017;
}

.cta span {
	font-size: 3.75rem;
	display: block;
	line-height: 62px;
}

.sizeh4 {
    font-size: 1.25rem;
}

.sizeh3 {
	font-size: 1.75rem;
}

.list-solution .services-box  {
	margin: 0 0 100px;
}

.btn-sticky-bottom {
	position: absolute;
    bottom: 35px;
}

.owl-carousel.owl-rtl {
	direction: ltr;
}