.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #F4BEB0!important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: #EA5934!important;
}
.lh-50{
	line-height:50px
}

.lh-50{
	line-height:50px
}
.h-90vh{
	height: 90vh!important;
}
.span-title {
    font-weight: 900;
    color: #fff;
    padding: 10px;
    background-color: #EA5934;
    line-height: 100px;
}
.f-family-oswald{
    font-family: "Oswald", sans-serif!important;
}  
.f-family-roboto{
    font-family: "Rboto", sans-serif!important;
}  
.line-purple{
    width: 106px;
    height: 6px;
    background-color: #5C7096;
}
.fs-italic{
	font-style: italic;
}

.lead-banner{
    font-size: 24px;
    line-height: 40px;
    color: #000;
    border-left: 6px solid #5c4696;
    padding-left: 35px;
}
.line-orange{
    width: 106px;
    height: 6px;
    background-color: #EA5934;
}
.card{
    width: 100%;
    height: 420px;
    padding: 40px;
    border-radius: 0px;
}

.card img{
    width: 85px;
    height: 85px;
}
.btn-card{
    color: #fff!important;
    text-transform: none!important;
    padding: 10px 15px;
    width: 60%;
    font-size: 20px;
    text-align: center;
    z-index: 2;
    position: relative;
}
.btn-card-purple{
    background-color: #5C4696;
}
.btn-card-orange{
    background-color: #FF5F34;
}
.logo-banner{
	height: 150px;
	display: flex;
	align-items:center;
	justify-content: center;
}

.border-relative {
    width: 51%;
    border: 2px solid #fff;
    height: 60px;
    position: absolute;
    left: 48px;
    bottom: 38px;
    background-color: transparent;
}
.border-relative-orange {
    width: 56%;
    border: 2px solid #EA5934;
    height: 60px;
    position: absolute;
    left: 27px;
    bottom: 7px;
    background-color: transparent;
}
.border-service-relative {
    width: 96%;
    border: 2px solid #fff;
    height: 60px;
    position: absolute;
    left: 23px;
    top: 6px;
    background-color: transparent;
    z-index: 1;
}
.clients-logo{
    background-color: #fff;
    border-radius: 0px;
    height: 135px;
	padding: 20px;
}
.height-blog{
    height: 980px;
} 
.blog-infos{
    position: absolute;
    z-index: 2;
    top: 30%;
}
.blog-component{
    height: 529px;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-blog-thumb{
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}

.img-carousel-logos{
	width: 150px!important;
}
.height-newsletter{
 height: 690px;
}  
.show-desktop{
	display:block;
}
.show-mobile{
	display:none;
}
.shadow-organge{
    box-shadow: rgba(255, 95, 52, 1) 15px 15px!important;
}
.shadow-organge-1{
    box-shadow: rgba(255, 95, 52, 1) 7px 7px!important;
}
.border-orange{
    border: 1px solid rgba(255, 95, 52, 1);
}
.border-purple{
    border: 1px solid rgba(92, 70, 150, 1);
}
.shadow-purple{
    box-shadow:rgba(92, 70, 150, 1) 15px 15px!important;
}
.shadow-purple-1{
    box-shadow:rgba(92, 70, 150, 1) 7px 7px!important;
}
.row-infos{
    display: flex;
    border-bottom: 1px solid #FF5F34;
}
@media screen and (max-width: 767px) {
	
	.show-desktop{
		display:none;
	}
	.show-mobile{
		display:block;
	}
	
    .card-purple{
        box-shadow: rgba(255, 95, 52, 1) 7px 7px;
    }
    .card-orange{
        box-shadow: rgba(92, 70, 150, 1) 7px 7px;
    }
    .btn-navbar{
        position: absolute;
        top: 480px;
        margin: 10px 0px!important;
        width: 100%;
    }
    .btn-card {
        padding: 10px 15px;
        width: 90%;
    }
    .border-relative {
        width: 71%;
        height: 56px;
        left: 48px;
        bottom: 16px;
    }
	.clients-logo{
		width: 60%!important;
	}
    .border-service-relative {
		 width: 93%;
		height: 104px;
		top: 13px;
    }
    .border-relative-orange {
        width: 82%;
    }
    .blog-infos{
        position:initial;
    }
    .blog-component{
        height: 336px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .height-blog{
        height: 100%;
    }
    .height-newsletter{
        height: 100%;
		padding-top: 0px!important;
    }  
    footer{
        margin-top: 15px;
    }
	.card-bg-purple {
		top: -40px!important;
	}
    .p-10-sm {
        padding: 10px!important;
    }
    .px-sm-15 {
        padding:0 15px!important;
    }
    .pl-sm-0{
        padding-left: 0px!important;
    }
	
}