/*
 * HOME
*/
.billboard {
    position: relative;
    /* background: #f3f4f7; */
    z-index: 1;
    min-height: 746px;
    /* min-height: 95vh; */
    padding: 6% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.billboard .billboard_content > * {
    opacity: 0;
    transition-timing-function: ease-in-out;
    transition-property: opacity;
    transition-duration: 1.6s;
}

.billboard .billboard_content > *.animate {
    opacity: 1;
}

.billboard .background-box {
    z-index: 0 !important;
}

.billboard .align-box {
    position: relative;
    z-index: 1;
    width: 100%;
}

.billboard ul li {
    margin-bottom: 15px;
}

.billboard_content h1 {
    margin: 0 0 15px;
    font-weight: bold;
}

.billboard_content h3 {
    margin: 0 0 15px;
    font-size: 28px;
    font-weight: 600;
}

.ie-browser .billboard {
    display: table;
    width: 100%;
}

.ie-browser .billboard .align-box {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.billboard .pull-down {
    display: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -3%;
    z-index: 2;
}

.home .more.btn {
    color: #45659f;
}

.home .content-box .more.btn {
    margin: 30px;
}

.about-us-section .content-box .more.btn {
    margin-left: 0 !important;
}

.home .more.btn:hover {
    color: #000;
}

.home .box-holder {
    padding: 0px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.home .box-holder .content-box {
    /* background: #f3f4f7; */
    padding: 100px 8% 70px 120px;
    /* padding: 100px 18% 70px 120px; */
    /* width: 61%;
    margin-right: -15%; */
}

.content-box .holder {
    padding-left: 50px !important;
}

.content-box .holder h3:first-child {
    margin-bottom: 0;
}

.home .slider-box,
.home .img-box {
    /* width: 55%;
    margin: 0 0 0 -1%; */
    height: 460px;
}

.home .img-box {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.home .box-holder .pull-down {
    position: absolute;
    z-index: 2;
    left: 25%;
    bottom: -6%;
}

.home .slider-box img {
    width: 100%;
}

.home .home-slider .slick-prev:before {
    display: none;
}

.home .home-slider .slick-next {
    left: 25%;
    position: absolute;
    bottom: -5%;
}

.home .default-section + .default-section {
    padding-top: 0;
}

.home .slider-holder {
    background: #fff;
    /* box-shadow: 0 20px 65px 0 rgba(7, 13, 29, 0.46); */
    /* margin: 80px 0 40px; */
    padding: 5px 0 50px;
    position: relative;
}

.home .transactions-slider {
    margin: 50px 0;
}

.home .transactions-slider .slick-slide div div {
    height: 140px;
    padding: 0 10px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: flex-end;
    justify-content: flex-start;
    align-content: flex-end;
}

.home .transactions-slider .slick-slide img {
    max-height: 100%;
    width: auto;
}

.home .transactions-slider .slick-arrow {
    /* top: 50%; */
    top: 0;
    margin-top: -28px;
    z-index: 3;

}

.home .transactions-slider .slick-arrow:before {
    width: 55px;
    height: 55px;
    line-height: 55px;
}

.home .transactions-slider .slick-next {
    right: auto;
    left: 12%;
}

.home .transactions-slider .slick-prev {
    left: 0%;
}

.home .slider-holder .pull-down {
    display: block;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8%;
}

.home .background-box {
    background: top center no-repeat #f3f4f7;
    background-size: 100% auto;
}

.section-the-deal > .box-overlay.background-box {
    padding: 0;
    background-color: transparent;
}

.section-the-deal > .box-overlay.background-box:before {
    display: none;
}

.section-the-deal .container {
    position: relative;
    z-index: 1;
}

.home .default-section.team {
    background: #f3f4f7;
    margin-top: -60px;
}

.home .default-section.team .title-box {
    margin-bottom: 95px;
}

.home .default-section.team .sub-title {
    font-size: 18px;
    margin-bottom: 45px;
    display: block;
}

.home .default-section.team .frame-sub-title {
    font-size: 24px;
    margin-bottom: 60px;
    display: block;
}

.home .frame-box {
    width: 550px;
    padding-bottom: 25%;
    margin: 40px auto;
    position: relative;
    background: center center no-repeat;
    background-size: cover;
}

.home .frame-box iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.home .title-box {
    margin: 0;
}

@media screen and (max-width: 992px) {
    .about-us-section .box-holder {
        flex-wrap: wrap !important;
        flex-direction: column-reverse;
    }

    .home .slider-box,
    .home .img-box,
    .home .box-holder .content-box {
        width: 100% !important;
        margin: 0 !important;
    }
}

.relative.section-the-deal .content-box {
    padding-top: 0;
}