.k-services {
	background-color: #1C2433;
	padding: 70px 0;
}

.k-services a:focus {
	outline: 0;
}
/* Flat box -------------------------------------------------------------------------- */

.flat_box a,.flat_box a:hover{
	display:block;
	text-decoration:none;
}
.flat_box .photo_wrapper{
	margin-bottom:15px;
	position:relative;
	line-height:0;
	overflow:hidden;
}
.flat_box .photo_wrapper .icon{
	position:absolute;left:0;top:0;height:100%;width:90px;text-align:center;color:#fff;z-index:2
}
.flat_box .photo_wrapper .icon svg{
	display:block;
	width:100%;
	height:45px;
	line-height:50px;
	font-size:20px;
	vertical-align:middle;
	position:absolute;
	top:52%;
	margin-top:-30px;
}
.flat_box .photo_wrapper .icon img{
	position:absolute;left:50%;top:50%;max-width:calc(100% - 16px)!important;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);
}
.flat_box:hover .photo_wrapper .icon,.flat_box a:hover .photo_wrapper .icon{
	-webkit-transform:translateX(-90px);transform:translateX(-90px)
}
.flat_box .photo_wrapper img.photo{
	position:relative;display:block;z-index:1;-webkit-transform:translateX(15px);transform:translateX(15px)
}
.flat_box:hover .photo_wrapper img.photo,.flat_box a:hover .photo_wrapper img.photo{
	-webkit-transform:translateX(0px);transform:translateX(0px)
}
.flat_box .desc_wrapper{
	margin-left:90px
}
/* Animation */
.flat_box .photo_wrapper .icon{
	-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out
}
.flat_box .photo_wrapper img{
	-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out
}

.k-services h4 {
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
    letter-spacing: 3px;
    font-family: 'Ubuntu', sans-serif;
    color: #ccb47a;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.k-services p {
	color: #9b9fa4;
	font-family: 'Maven Pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-stretch: 100%;
	line-height: 21px;

}

.k-services .modal h5 {
	font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 3px;
    font-family: Ubuntu, sans-serif;
    color: #ccb47a;
    text-transform: uppercase;
}
.k-services .modal .modal-header {
    border-bottom: 1px solid #3f4c5f;
	padding: 10px 16px;
}
.k-services .modal .modal-header .close {
	color: #ccb47a;
	text-shadow: none;
	outline: 0;
}
.k-services .modal h3 {
	font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: Ubuntu, sans-serif;
    color: #ccb47a;
    text-transform: uppercase;
}
.k-services .modal h4 {
	font-size: 13px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: Ubuntu, sans-serif;
    color: #9b9fa4;
    text-transform: uppercase;
    margin-left: 15px;
    margin-bottom: 5px;
}




.k-services .modal-body p {
	/*color: #ccb47a;*/
	color: #9b9fa4;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    font-family: 'Maven Pro', sans-serif;
}
.k-services .modal-body ul {
	/*color: #ccb47a;*/
	color: #9b9fa4;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    font-family: 'Maven Pro', sans-serif;
}


.k-services .modal-content {
	background-color: #1C2433;
	border-radius: 3px;

}


.k-services .modal-body button {
	border-color: #b59a5a;
    color: #fff;
    background-color: #b59a5a;
        -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
        border-width: 1.5px;
    border-style: solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 0;
    box-shadow: inset 0 0 0 0;
    font-family: "Maven Pro", sans-serif;
   

}

.k-services .modal-body button:hover {
	border-color: #b59a5a;
        color: #b59a5a;
    background-color: transparent;
    
}

.k-services .modal-body button:active {
    background-color: #8a7544;
    border-color: #b59a5a !important;
}
.k-services .modal-body button:focus {
    background-color: #8a7544 !important;
        border-color: #b59a5a;
        outline:0 !important;
  box-shadow: none !important;

}
.desc p {
    width:80%;
}
