@font-face {
  font-family: 'Playball-Regular';
  src: url('../fonts/playball/Playball-Regular.eot');
  src: url('../fonts/playball/Playball-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/playball/Playball-Regular.svg#Playball-Regular') format('svg'),
       url('../fonts/playball/Playball-Regular.ttf') format('truetype'),
       url('../fonts/playball/Playball-Regular.woff') format('woff'),
       url('../fonts/playball/Playball-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

.about_detail_1 .section-main_top h3{
    color: #C59D5F;
    font-size: 58px;
    font-family: 'Playball-Regular', cursive;
    text-align: center;
}
.about_detail_1 .section-main_top .decor-title{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    
    padding-bottom: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
}
.about_detail_1 .decor-title:before {
    left: 35%;
    content: '';
    position: absolute;
    top: 9px;
    background: url(../img/bef-af.png) no-repeat center;
    width: 26px;
    height: 6px;
}
.about_detail_1 .decor-title:after {
    left: 63%;
    content: '';
    position: absolute;
    top: 9px;
    background: url(../img/bef-af.png) no-repeat center;
    width: 26px;
    height: 6px;
}
.about_detail_1 .color-separator{
    background-image: url(../img/color-separator.png);
    width: 100%;
    height: 24px;
    margin: 0px auto 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    text-indent: -99999px;
}
.about_detail_1 .triangle-decor {
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    z-index: 57;
}
.about_detail_1 .menu-sample-carousel .slick-list {
    overflow: hidden;
}
.about_detail_1 .custome_text,.about_detail_1 .custome_text p{
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
}
.about_detail_1 .link {
    font-size: 17px;
    display: inline-table;
    font-weight: bold;
    font-family: 'Playball-Regular', cursive;
    letter-spacing: 2px;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    text-transform: uppercase;
    color: #C59D5F;
}
.link:hover {
  color: #000;
}
.about_detail_1 .session_bottom{
    padding-bottom:0px
}
