
/*
.container {
    width: 1170px;
}

.container {
    width: 965px;
}

.container {
    width: 710px;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div {
    display: block;
}
body {
    position: relative;
    background: #fff;
    color: #acacac;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}*/
/*
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    display: table;
    content: " ";
    width: 100%;
}

.col-lg-offset-2 {
    margin-left: 16.66666667%;
}

.col-lg-8 {
    width: 66.66666667%;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
*/
/*
body {
    position: relative;
    background: #fff;
    color: #acacac;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}*/

/*
.medium-padding120 {
    padding: 120px 0;
}

.recent-case {
    overflow: hidden;
}

.col-lg-12 {
    width: 100%;
}

.col-lg-8 {
    float: left;
}

.col-lg-8, .col-lg-offset-2, .col-md-8, .col-md-offset-2, .col-sm-12, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
*/
.heading {
    position: relative;
    z-index: 5;
}
.align-center {
    text-align: center;
}

.heading .heading-title {
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 20px;
}


.heading .heading-line {
    margin-bottom: 20px;
    position: relative;
}

.heading .heading-line .short-line {
    display: inline-block;
    width: 30px;
    height: 3px;
    background-color: #4cc2c0;
    border-radius: 10px;
    position: relative;
    margin-right: 10px;
    transition: all .4s linear;
}

.heading .heading-line .long-line {
    display: inline-block;
    width: 100px;
    height: 3px;
    background-color: #4cc2c0;
    border-radius: 10px;
    position: relative;
    transition: all .4s linear;
}
.heading .heading-text {
    font-size: 24px;
    line-height: 30px;
}

.heading p {
    margin-bottom: 30px;
}

.recent-case .case-item-wrap {
    overflow: hidden;
    margin-bottom: 55px;
}
/*
.col-lg-4 {
    width: 33.33333333%;
}
.col-lg-6{
    float: left;
}

.col-lg-6, .col-md-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
*/
.case-item:hover {
    background-color: #4cc2c0;
}

.case-item {
    padding: 30px;
   background-color: #f7f9f9;
    transition: all .3s ease;
}
.case-item .case-item__thumb {
    margin-bottom: 34px;
    box-shadow: 0 16px 16px -8px rgb(0 0 0 / 30%);
}
/*
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

img {
    border-style: none;
}*/
.case-item .case-item__title {
    text-transform: uppercase;
    color: #2f2c2c;
    margin-bottom: 5px;
}

.fa-scroll {
    font-size: 50px; 
    float: left !important;
}

