.logo img {
max-height:30px;
}

.mb-8 {
    margin-bottom: 80px;
}

a {
    color: #d34c22;
}

.footer-widget a {
    color: #CCC
}

.p-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}


.employee-title .fa {
    font-size: 3rem;
    padding-top: 15px;
    padding-bottom: 30px;
}

.hizmetlerimiz {
    padding: 120px 0
}

.hizmetlerimiz .col-lg-3 {
    margin-bottom: 15px
}


/* - - - ICON CARDS - - - */
.icon-cards {
	max-width: 320px;
	width: 100%;
	border-radius: 20px;
	background-color: #FFFFFF;
	border: 1px solid #eee;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	display: inline-block;
	transition: .7s 0s;
}

.icon-cards:hover {
	max-width: 320px;
	width: 100%;
	background-color: #FFFFFF;
	box-shadow: 10px 15px 25px 0 rgba(37,54,84,0.08);
	text-decoration: none;
	position: relative;
	overflow: hidden;
	display: inline-block;
	transition: .7s 0s;
}

.icon-cards span {
	position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #F5F5F5;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    transition: width 0.4s 0s, height 0.4s 0s;
}
.icon-cards:hover span {
    width: 500%;
    height: 500%;
    transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
}

.icon-cards__icon {
    padding-bottom: 15px
}

.icon-cards__padding {
	padding: 50px 20px 60px 20px;
	position: relative;
	text-align: center;
	z-index: 10;
}
.icon-cards__header {
	margin-top: 10px;
	margin-bottom: 15px;
}
.icon-cards h6 {
	color: #444444;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 24px;
	text-align: center;
	margin: 0;
	transition: .3s .1s;
}
.icon-cards p {
	color: #555555;
	font-family: Arial;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 25px;
	text-align: center;
	margin: 0;
	transition: .3s .1s;
}

@media (max-width:991px) {
    .p-120 {
        padding-top: 60px;
    }
    
    .about-image {
        margin-bottom: 30px !important
    }
    
    .section-title-one {
        margin-bottom: 30px;
    }
}