.serviceMenu{
	
}

.serviceMenu li{
	list-style-type:none;
	text-align:center;
	padding: 10px;
	display: block;
}



.big-img-main{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 250px;
    position: relative;
    margin-bottom: 50px;
}
.bg-cont-string-main{
    font-weight: bold;
    font-family: 'Roboto Condensed';
}


.bg-cont-string-main{
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    padding: 120px 0 0;
}

.more-inform{
    background: #0A8ACA;
    padding: 15px 20px;
    border-radius: 10px;
    clear: both;
    border: 3px solid #9AD2F0;
    color: #fff;
}

.big-txt{
    font-size: 22px;
}

.content-jobs{
    padding: 40px 0;
    background-image: url(/images/designe-print.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-attachment: fixed;
}

.head-title-content{
    text-align: center;
    margin-bottom: 60px;
}

.head-title-content h2{    
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 20px;
    position: relative;
}

.head-title-content h2:before{
    content: "";
    display: block;
    width: 280px;
    height: 1px;
    background: #929292;
    margin: 0 auto;
    position: absolute;
    bottom: 1px;
    left: calc(50% - 140px);
}

.head-title-content h2:after{    
    content: "";
    display: block;
    height: 3px;
    background: #000;
    width: 40px;
    margin: 0 auto;
    bottom: 0;
    position: absolute;
    left: calc(50% - 20px);
}
.head-title-content h3{    
    font-size: 24px;
    color: #777;
    font-weight: 100;
}

.list-jobs{
    margin: 0;
    padding: 0;
    list-style: none;
}

.icon-jobs{
    float: left;
    position: relative;
}

.icon-jobs i.fa{
    border: 1px solid #007bc2;
    padding: 15px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 1.5em;
    background: #fff;
    color: #007bc2;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.list-jobs li:hover .icon-jobs i.fa{
    border: 1px solid #007bc2;
    background: #007bc2;
    color: #fff;
}

.icon-jobs:after{
    background: #eee none repeat scroll 0 0;
    border: 1px solid #eee;
    content: " ";
    display: inline-block;
    height: 55px;
    left: 27px;
    position: absolute;
    top: 57px;
    width: 1px;
}

.list-jobs li:last-child .icon-jobs:after{
    display: none;
}

.text-jobs{
    padding-left: 80px;
}

.text-jobs h3{
    margin: 0 0 10px;
    font-size: 18px;
}
.text-jobs p{
    font-size: 14px;
}

.content-services .box-services{
    color: #fff;
    text-align: left;
    height: 300px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.content-services .box-services:hover{
    color: #333;
}

.box-services i{
    font-size: 26px;
    margin: 30px 0 0;
}

.box-services h2{
    margin: 10px 0;
}

.content-services-one{
    background: #007bc2;
}
.content-services-two{
    background: #ed3056;
}
.content-services-three{
    background: #00ab4e;
}
.content-services-four{
    background: #f7901f;
}

.content-main-text{
    padding: 40px 0 260px;
    background-image: url(/images/bg-text-main.jpg);
    background-color: #efeeec;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.content-main-text .head-title-content{
    margin-bottom: 80px;
}

.partners-content{
    
    padding: 40px 0 80px;
}

footer{
    
    margin-top: 50px;
}

.services-box{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.services-box img{
    position: relative;
    z-index: 1;
}
.services-box img{
    position: relative;
    z-index: 1;
}

.services-box .services-box-content{
    width: 100%;
    padding: 0 20px 25px 20px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}


@media (max-width: 447px) {
    .col-xs-6.services-box{
        width: 100%;
    }
}

@media (max-width: 768px) {
 
}

@media (max-width: 991px) {
 
}

@media (min-width: 992px) {    
    .cont-string-main{
        width: 420px;
        right: 50%;
        left: auto;
        margin-right: -485px;
    }
}

@media (min-width: 1200px) {
    .cont-string-main{
        margin-right: -555px;
    }
}
