.card-image {
    border-bottom: solid 1px rgb(222, 222, 222);
}

.ffh-disp {
    display: block;
}


/* Start of Common css */

.et-section-title {
    font-size: 36px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: normal;
    text-align: center;
}

.et-image-overflow {
    overflow: hidden;
}

.et-section-wrap img {
    width: 100%;
    height: 300px;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
    transition: all 2s;
}

.et-section-wrap {
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
    transition: all 2s;
}

.et-section-wrap img:hover {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
    transition: all 2s;
}


/* End of Common css */


/* Start of css for Investor Section */

.et-investor-section {
    padding: 50px 0px;
    background-color: #f9f7f7;
}

.et-investor-desc {
    max-width: 900px;
    text-align: center;
    margin: auto;
    font-size: 14px;
}

.et-investor-chart {
    max-width: 900px;
    padding: 30px 0px;
    margin-bottom: 0px;
    margin: auto;
}

.et-inv-title {
    font-size: 18px;
    font-weight: 500;
    font-stretch: extra-condensed;
    padding: 10px 2px 5px 2px;
    text-align: center;
    text-transform: uppercase;
    color: white;
}

.et-inv-box {
    margin: 10px 0px;
    min-height: 175px;
    background-color: #464646;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.et-inv-icon {
    text-align: center;
}

.et-inv-icon span {
    font-size: 70px;
    color: rgb(255, 255, 255);
}

.et-inv-box:hover {
    background-color: black;
    /*-moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);*/
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.et-inv-box:hover .et-inv-icon img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}


/* End of css for Investor Section */


/* Start Of latest News */

.et-lnews-header {
    height: 120px;
    font-size: 18px;
    color: white;
    display: flex;
    bottom: 0px;
    padding-left: 20px;
    line-height: 170px;
}

.et-lnews-cnt-wrap {
    height: 335px;
    padding: 25px;
    font-size: 20px;
}

.et-header-orange {
    background-color: #f79111;
}

.et-header-red {
    background-color: #e51f21;
}

.et-lnews-triangle-orange {
    border-color: #f79111 transparent transparent;
}

.et-lnews-triangle-red {
    border-color: #e51f21 transparent transparent;
}

.et-lnews-triangle {
    border-width: 20px 25px 0 0;
    border-style: solid;
    margin-left: 25px;
    width: 0;
}

.owl-controls {
    display: none !important;
}

.et-lnews-content {
    height: 300px;
    padding: 25px;
    font-size: 20px;
}

@media screen and (max-width: 601px) {
    .et-lnews-cnt-wrap,
    .et-lnews-content {
        padding: 20px;
        font-size: 18px;
    }
}

#owl-demo {
    height: 550px;
}

#owl-demo .item {
    margin: 10px;
    background-color: white;
}

#owl-demo .item img {
    display: block !important;
    width: 100% !important;
    height: 175px !important;
}

.et-lnews-content {
    height: 300px;
    padding: 25px;
    font-size: 20px;
}


/* End Of latest News */

/* Start of css for About Section */

.et-about-section {
    width: 100%;
    padding: 50px 0px;
    display: inline-block;
    background-color: white;
}

.et-section-title {
    font-size: 36px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: normal;
    text-align: center;
}

.et-about-desc {
    font-size: 18px;
    text-align: justify;
}

.et-aboutus {
    /*width: 100%;*/
    background-image: url(../img/model-bg.jpg);
    width: 100%;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    height: 350px;
    overflow: hidden;
    position: relative;
}

.et-about-title{
    font-family: 'Steelworks Vintage Demo' !important;
    text-align: center;
    font-size: 36px;
    padding-top: 30px;    
    margin: 0;
}

.et-about{
    background-color: rgba(49, 29, 21, 0.5);
    height: 100%;
    color: rgb(255, 255, 255);
}

.et-about-cnt{
    font-size: 16px;
    text-align: center;
    padding: 20px;
}

.et-about-cnt p{
    text-indent: 50px;
    text-align: justify;
} 

.et-play-icon {
    width: 50px;
    height: 50px;
    color: white;
    font-size: 25px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    margin-right: -25px;
    right: 50%;
    border-radius: 50px;
    background-color: #0096d6;
    padding-left: 21px;
    padding-top: 18px;
}

.et-about-video:hover {
    color: white;
}

@media screen and (max-width: 767px) {
    .et-about-desc {
        padding: 0px 0px 0px 10px !important;
    }
    .et-about-video {
        padding: 0px !important;
    }
    
    #gallery{
    	margin: 0px !important;
    }
}


@media screen and (max-width: 600px) {

.et-about-title{
    padding-top: 0px;
}

.et-about-cnt{
    font-size: 13px;
    padding: 0px 10px;
}

}

@media screen and (min-width: 767px) {

.z-Workshop{
    width: 640px;
    height: 360px;
}

}

@media screen and (max-width: 767px) {

.z-Workshop{
    width: 100%;
    height: 300px;
}

}

/* End of css for About Section */

.ffh-icon-ftr {
    color: white !important;
    padding: 0px 6px !important;
    font-size: 40px !important;
}

.ffh-icon-ftr:hover {
    color: #ffdd00 !important;
    cursor: pointer;
}


/* Model Css */

.ffh-banner-img {
    background-image: url(../img/ffh-modeling-advertaising-agency.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 350px;
}

.ffh-photographer-img {
    background-image: url(../img/ffh-photography-advertaisment-agency.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 350px;
}

.ffh-fashiondesigner-img {
    background-image: url(../img/ffh-fashiondesigning-dresses-stylist.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 350px;
}

.ffh-makeupartist-img {
    background-image: url(../img/ffh_makeupartist.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 350px;
}


.ffh-banner-overlaytxt {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.31);
}

.slider .indicators {
    position: relative !important;
}

.ffh-banner-tbl {
    display: table;
    width: 100%;
    height: 100%;
}

.ffh-banner-tbl1 {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.ffh-text-content {
    color: white;
    font-size: 40px;
    text-align: center;
}