/*
Custom CSS for TemplateMo 561 Dwira Enterprises

https://templatemo.com/tm-561-purple-buzz

*/


.box
{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}
.cards
{
    margin-top: 80px;
    height: 300px;
    transition: 0.5s;
}
.cards:hover
{
    border: 1px solid red;
    border-radius: 30px;
}
.cards .cardImg
{
    height: 150px;
    width: 90%;
    position: relative;
    top: -15px;
    left: 5%;
}
.cards .cardImg img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cards .info
{
    text-align: center;
}
.cards .info h3
{
    color: rgb(70, 66, 66);
}
.cards .info p
{
    color: rgb(41, 201, 49);
}

.ligne
{
    display: flex;
}

section{
	padding: 60px 0;
}
section .section-title{
	text-align:center;
	color: #4232c2!important;
	margin-bottom:50px;
	text-transform:uppercase;
}
#what-we-do{
	background:#ffffff;
}
#what-we-do .card{
	padding: 1rem!important;
	border: none;
	margin-bottom:1rem;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#what-we-do .card:hover{
	-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
#what-we-do .card .card-block{
	padding-left: 50px;
    position: relative;
}
#what-we-do .card .card-block a{
	color: #007b5e !important;
	font-weight:700;
	text-decoration:none;
}
#what-we-do .card .card-block a i{
	display:none;
	
}
#what-we-do .card:hover .card-block a i{
	display:inline-block;
	font-weight:700;
	
}
#what-we-do .card .card-block:before{
	font-family: FontAwesome;
	position: absolute;
	font-size: 39px;
	color: #4232c2!important;
	left: 0;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition:transform .2s ease-in-out;
}
#what-we-do .card .block-1:before{
    content: "\f0e7";
}
#what-we-do .card .block-2:before{
    content: "\f0eb";
}
#what-we-do .card .block-3:before{
    content: "\f00c";
}
#what-we-do .card .block-4:before{
    content: "\f209";
}
#what-we-do .card .block-5:before{
    content: "\f0a1";
}
#what-we-do .card .block-6:before{
    content: "\f218";
}
#what-we-do .card:hover .card-block:before{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);	
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
.wrap {
    display: flex;
    background: white;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.wrap:hover {
    background: linear-gradient(135deg,#6394ff 0%,#0a193b 100%);
    color: white;
}

.ico-wrap {
    margin: auto;
}

.mbr-iconfont {
    font-size: 4.5rem !important;
    color: #313131;
    margin: 1rem;
    padding-right: 1rem;
}
.vcenter {
    margin: auto;
}

.mbr-section-title3 {
    text-align: left;
}
h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.display-5 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1.4rem;
}
.mbr-bold {
    font-weight: 700;
}

 p {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 25px;
}
.display-6 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1rem
}
.main-timeline1{
    font-family: 'Roboto', sans-serif;
    position: relative;
}
.main-timeline1:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline1 .timeline1{
    width: 50%;
    margin: 0 10px 30px 0;
    float: left;
}
.main-timeline1 .timeline-content1{
    color: #222;
    background: linear-gradient(to right,#6266ea,#6266ea);
    text-align: center;
    padding: 75px 30px 30px;
    display: block;
    position: relative;
    z-index: 1;
}
.main-timeline1 .timeline-content1:hover{ text-decoration: none; }
.main-timeline1 .timeline-content1:before{
    content: '';
    background: #fff;
    border-radius: 40px 0 60px 0;
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
    z-index: -1;
}
.main-timeline1 .timeline-icon1{
    color: #fff;
    background: linear-gradient(125deg, #6266ea 50%, #6266ea 51%);
    font-size: 25px;
    line-height: 50px;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 10px;
    left: 30px;
    z-index: 1;
    clip-path: polygon(100% 0, 100% 100%, 50% 80%, 0 100%, 0 0);
}
.main-timeline1 .title1{
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 7px;
}
.main-timeline1 .description1{
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}
.main-timeline1 .timeline1:nth-child(even){
    float: right;
    margin: 0 0 30px 10px;
}
.main-timeline1 .timeline1:nth-child(even) .timeline-content1:before{ border-radius: 0 40px 0 60px; }
.main-timeline1 .timeline1:nth-child(even) .timeline-icon1{
    left: auto;
    right: 30px;
}
.main-timeline1 .timeline1:nth-child(4n+2) .timeline-content1{
    background: linear-gradient(to right,#6266ea,#6266ea);
}
.main-timeline1 .timeline1:nth-child(4n+2) .timeline-icon{
    background: linear-gradient(125deg, #fc8d44 39%, #fc7114 40%);
}
.main-timeline1 .timeline1:nth-child(4n+3) .timeline-content1{
    background: linear-gradient(to right,#1071b2,#0A5C96);
}
.main-timeline1 .timeline1:nth-child(4n+3) .timeline-icon{
    background: linear-gradient(125deg, #1071b2 39%, #0A5C96 40%);
}
.main-timeline1 .timeline1:nth-child(4n+4) .timeline-content1{
    background: linear-gradient(to right, #3fb1ea,#3DA6DC);
}
.main-timeline1 .timeline1:nth-child(4n+4) .timeline-icon{
    background: linear-gradient(125deg, #3fb1ea 39%, #3DA6DC 40%);
}
.brand_logo{
    width: 100%;
    height: 50%;
}
.counter{
  position: fixed;
  right: 0px;
}
@media screen and (max-width:767px){
    .main-timeline1 .timeline1,
    .main-timeline1 .timeline1:nth-child(even){
        width: 100%;
        float: none;
        margin: 0 0 30px;
    }
}
@media screen and (max-width:567px){
    .main-timeline1 .title1{ font-size: 18px; }
}