	*{transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease}
.my-list {
        width: 100%;
    padding: 10px;
    border: 1px solid #eff2f7;
    float: left;
    margin: 12px 0;
    border-radius: 5px;
    box-shadow: -1px 4px 8px 0px rgba(1, 25, 54, 0.05);
    position: relative;
    overflow: hidden;
    background: #fff;
}

	.my-list span{float:left;font-weight: bold;}
	.my-list span:last-child{float:right;}
	.my-list .offer{
    width: 100%;
    float: left;
    margin: 5px 0;
    border-top: 1px solid #ccc4c4;
    margin-top: 5px;
    padding-top: 5px;
    color: #afadad;
    }
	.detail {
    position: absolute;
    top: -100%;
    left: 0;
    text-align: center;
    background: #fff;height: 100%;width:100%;
	
}
	
.my-list:hover .detail{top:0;}


.divider {
width: 100%;
margin: 20px auto 15px;
position: relative;
height: 1px;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1, 1); }
.divider::after {
height: 1px;
background: #e8e8e8;
background: -moz-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), color-stop(100%, transparent));
background: -webkit-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
background: -o-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
background: -ms-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
background: linear-gradient(to right, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
position: absolute;
bottom: -1px;
content: "";
width: 100%;
left: 0; }

.shadow, .shadow-narrow {
position: relative;
background-color: #fff; }
.service-block {
margin-bottom: 30px;
border-radius: 3px;
border: 1px solid #f1f1f1;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 20px;
padding-right: 20px; }
.shadow-narrow::before, .shadow::before {
position: absolute;
left: 0;
height: 60%;
bottom: 0;
width: 100%;
content: "";
background-color: #fff;
z-index: 2; }
.shadow-narrow::after, .shadow::after {
content: "";
position: absolute;
height: 50%;
width: 96%;
left: 50%;
bottom: 2px;
margin-left: -48%;
-webkit-box-shadow: 0 5px 7px #999;
box-shadow: 0 5px 7px #999;
z-index: 1;
border-radius: 10%;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out; }
.shadow-narrow:hover::after, .shadow:hover::after {
bottom: 10px; }
.icon.bg-df {
background-color: #09afdf;
color: #ffffff; }
.service-block .icon {
margin-bottom: 10px; }
.icon {
display: inline-block;
text-align: center;
background-color: rgba(255, 255, 255, 0.85);
color: #000;
font-size: 24px;
width: 60px;
height: 60px;
line-height: 58px;
transition: all .2s ease-in-out;
border-radius: 0;
transform:rotate(45deg);
border: 1px solid transparent; }
.shadow *, .shadow-narrow * {
position: relative;
z-index: 3; }
.service-block p {
clear: both;
margin-bottom: 15px; }
.icon i {
position: relative;
z-index: 1;
transform:rotate(-45deg); 
}


/* Do not copy this..It's used 
 * for a better diplay on
 * the example bellow
 */

.accordion-toggle:hover {
      text-decoration: none;
    }
	

.IconsContainer {
    width: 3000px;
    height: 460px;
    position: relative;
    left: 50px;
}



.serviceBox{
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 15px;
    padding: 25px;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
	margin-bottom:10px;
}
.serviceBox:hover{

}
.serviceBox .service-icon{
    width: 80px;
    height: 80px;
    line-height: 70px;
    border-radius: 50%;
    border: 5px solid #d3ae36;
    font-size: 42px;
    color: #d3ae36;
    margin: 0 auto 30px;
    position: relative;
    transition: all 0.2s ease-out 0s;
}
.serviceBox:hover .service-icon{
    border-color: #a88500;
}
.serviceBox .service-icon i{
    transform: rotate(0);
    transition: all 0.2s ease-out 0s;
}
.serviceBox:hover .service-icon i{
    transform: rotate(360deg);
    color: #a88500;
}
.serviceBox .title{
    font-size: 18px;
    font-weight: 400;
    color: #4a4a4a;
    line-height: 40px;
    margin: 0 0 35px 0;
    position: relative;
}
.serviceBox .title:after{
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background: #f1f1f1;
    margin: 0 auto;
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    transition: all 0.2s ease-out 0s;
	border-bottom:2px solid #4a4a4a;
}
.serviceBox:hover .title:after{
}
.serviceBox .description{
    font-size: 12px;
    color: #7a7a7a;
    line-height: 24px;
    margin-bottom: 20px;
}
.serviceBox .read-more{
    display: inline-block;
    padding:6px 15px;
    background: #d3ae36;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    border-radius: 40px;
    transform: scale(1);
    transition: all 0.2s ease-out 0s;
}
.serviceBox .read-more:hover{
    transform1: scale(1.1, 1.1);
}
.serviceBox:hover .read-more{
    background: #a88500;
}
@media only screen and (max-width: 990px){
    .serviceBox{ margin-bottom: 40px; }
}


@media (max-width:767px){ 
.my-list h3{
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    padding-bottom: 5px;
	height:40px;
    }
.clientimg{
width:100%;
height:120px;
}	
}

@media (min-width:1200px){
.my-list h3{
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    margin: 0px;
    padding: 8px 0;
    margin-bottom: 5px;
    padding-bottom: 5px;
    height: 40px;
    }
.clientimg{
    width: 80%;
    margin: 0 auto;
}	

}

@media (min-width:992px) and (max-width:1199px){
.my-list h3{
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    padding-bottom: 5px;
	height:50px;
    }
.clientimg{
width:100%;
height:120px;
}
}

@media (min-width:768px) and (max-width:991px){
.my-list h3{
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    padding-bottom: 5px;
	height:40px;
    }
.clientimg{
width:100%;
height:120px;
}
}