.row {
    margin-bottom: 10px;
}
.container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0;
    box-sizing: border-box;
}
.column,
.columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
}
@media (min-width: 550px) {
    .column,
    .columns {
        padding: 0 10px;
    }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .container {
        width: 960px;
        padding: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .container {
        width: 768px;
        padding: 0;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 420px;
        padding: 0 !important;
    }
    .columns {
        width: 100% !important;
        padding: 0 !important;
    }
    .container .eight.columns,
    .container .eleven.columns,
    .container .fifteen.columns,
    .container .five.columns,
    .container .four.columns,
    .container .fourteen.columns,
    .container .nine.columns,
    .container .one-fifth.column,
    .container .one-third.column,
    .container .one.column,
    .container .seven.columns,
    .container .six.columns,
    .container .sixteen.columns,
    .container .ten.columns,
    .container .thirteen.columns,
    .container .three.columns,
    .container .twelve.columns,
    .container .two-thirds.column,
    .container .two.columns {
        width: 420px;
    }
    .offset-by-eight.column,
    .offset-by-eight.columns,
    .offset-by-eleven.column,
    .offset-by-eleven.columns,
    .offset-by-five.column,
    .offset-by-five.columns,
    .offset-by-four.column,
    .offset-by-four.columns,
    .offset-by-nine.column,
    .offset-by-nine.columns,
    .offset-by-one-half.column,
    .offset-by-one-half.columns,
    .offset-by-one-third.column,
    .offset-by-one-third.columns,
    .offset-by-one.column,
    .offset-by-one.columns,
    .offset-by-seven.column,
    .offset-by-seven.columns,
    .offset-by-six.column,
    .offset-by-six.columns,
    .offset-by-ten.column,
    .offset-by-ten.columns,
    .offset-by-three.column,
    .offset-by-three.columns,
    .offset-by-two-thirds.column,
    .offset-by-two-thirds.columns,
    .offset-by-two.column,
    .offset-by-two.columns {
        margin-left: 0 !important;
    }
}
.one.columns {
    width: 8.33333333%;
}
.two.columns {
    width: 16.66666667%;
}
.three.columns {
    width: 25%;
}
.four.columns {
    width: 33.33333333%;
}
.five.columns {
    width: 41.66666667%;
}
.six.columns {
    width: 50%;
}
.seven.columns {
    width: 58.33333333%;
}
.eight.columns {
    width: 66.66666667%;
}
.nine.columns {
    width: 75%;
}
.ten.columns {
    width: 83.33333333%;
}
.eleven.columns {
    width: 91.66666667%;
}
.twelve.columns {
    width: 100%;
    margin-left: 0;
}
.one-third.column {
    width: 33.33333333%;
}
.two-thirds.column {
    width: 66.66666667%;
}
.one-fifth.column {
    width: 20%;
}
.one-half.column {
    width: 50%;
}
.offset-by-one.column,
.offset-by-one.columns {
    margin-left: 4.166666665%;
}
.offset-by-two.column,
.offset-by-two.columns {
    margin-left: 8.333333335%;
}
.offset-by-three.column,
.offset-by-three.columns {
    margin-left: 12.5%;
}
.offset-by-four.column,
.offset-by-four.columns {
    margin-left: 16.666666665%;
}
.offset-by-five.column,
.offset-by-five.columns {
    margin-left: 20.833333335%;
}
.offset-by-six.column,
.offset-by-six.columns {
    margin-left: 25%;
}
.offset-by-seven.column,
.offset-by-seven.columns {
    margin-left: 29.166666665%;
}
.offset-by-eight.column,
.offset-by-eight.columns {
    margin-left: 33.333333335%;
}
.offset-by-nine.column,
.offset-by-nine.columns {
    margin-left: 37.5%;
}
.offset-by-ten.column,
.offset-by-ten.columns {
    margin-left: 41.666666665%;
}
.offset-by-eleven.column,
.offset-by-eleven.columns {
    margin-left: 45.833333335%;
}
.offset-by-one-third.column,
.offset-by-one-third.columns {
    margin-left: 16.666666665%;
}
.offset-by-two-thirds.column,
.offset-by-two-thirds.columns {
    margin-left: 33.333333335%;
}
.offset-by-one-half.column,
.offset-by-one-half.columns {
    margin-left: 25%;
}
.no-padding {
    padding: 0;
}
.u-full-width {
    width: 100%;
    box-sizing: border-box;
}
.u-max-full-width {
    max-width: 100%;
    box-sizing: border-box;
}
.u-pull-right {
    float: right;
}
.u-pull-left {
    float: left;
}
hr {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    border-width: 0;
    border-top: 1px solid #e1e1e1;
}
.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix:after,
.clearfix:before,
.row:after,
.row:before {
    content: "\0020";
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:after,
.row:after {
    clear: both;
}
.clearfix,
.row {
    zoom: 1;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.twelve.columns h1 {
    font-size: 39px;
}
.twelve.columns h3 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
}

.item_cover {
    position: relative;
    background-color: transparent;
    background-clip: content-box;
    overflow: hidden;
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    height: 100%; margin-bottom:20px;
}
  .item_cover .overlay {
    position: absolute;
    z-index: 2;
    color: #fff;
    font-weight: 700;
    opacity: 1;
    font-family: "Montserrat", sans-serif;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 2;
    width: 100%;
    text-align: left;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.1) 87%, rgba(0, 0, 0, 0.4) 85%, #000 100%);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}
   .item_cover img{width:100%}
  .item_cover .img-holder {
    border-radius: 0.6rem;
    left: 0px;
    bottom: 0px;
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: 1;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
    .item_cover .cover_img {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
    inset: 0;
}
  .item_cover .wrap {
    min-height: 16.5rem;
    border-radius: 0.2rem;
    display: block;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}
.item_cover .overlay .badges {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.item_cover .overlay .badges span.new {
    background: #d6016c;
    border-bottom-right-radius: 10px;
    padding: 10px;
    font-weight: 700;
    opacity: 1;
}
.item_cover .overlay .badges span.vip {
    background: gold;
    color: #242424;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    padding: 10px;
    border-bottom-left-radius: 10px;
}
.item_cover .call_overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    text-align: center;
    line-height: 13;
    opacity: 0;
}
  .item_cover:hover .call_overlay {
    opacity: 1;
    z-index: 9;
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
   .brief_txt {    text-align: center !important;
    margin: 0px;}
 .call_overlay button {
    background: #d7386d;
    color: #fff;
    border-radius: 100px;
    display: inline-block;
    width: 120px; 
    font-weight: 600;
}
   
   
   
   
   
   
   
   
   @media (max-width: 576px) {
       
       
    .item_cover .wrap {
        padding-top: 130%;
    }
        .item_cover.item_img {
        max-width: 300px;
        min-width: 300px;
        margin: 5px;
    }
    
    
    
}
   
   
   
   
   
   
   