@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);

.border_b {
    border-bottom: none;
}

.garybg {
    background-color: #CCCCCC;
}

.s3_border {
    border-top: 3px solid #e2e2e2;
}

.section-header_ex2 {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

    .section-header_ex2 .section-title {
        color: #333;
        text-transform: uppercase;
        position: relative;
        font-weight: 500;
        font-size: 38px;
        border: 2px solid #333333;
        border-radius: 50px;
        padding: 15px 60px;
        display: inline-block;
    }

        .section-header_ex2 .section-title i {
            color: #D94559;
            font-style: normal;
        }

.btn {
    border-width: 0;
    border-bottom-width: 3px;
    border-radius: 3px;
}




@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
/*************************
*******Header******
**************************/
#main-slider_ex2 {
    overflow: hidden;
}

    #main-slider_ex2 .item {
        height: 500px;
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: cover;
    }

    #main-slider_ex2 .slider-inner {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #fff;
    }

        #main-slider_ex2 .slider-inner .container {
            position: relative;
        }

        #main-slider_ex2 .slider-inner .paylogo {
            background-image: url(../img/logo.png);
            background-size: contain;
            background-repeat: no-repeat;
            width: 20%;
            height: 0;
            padding-bottom: 30.526316%;
            float: left;
            position: absolute;
            top: 10%;
            left: 35px;
        }
/* #main-slider_ex2 .slider-inner .phone {
    background-image: url(../img/phone.png);
    background-size: 330px auto;
    background-repeat:no-repeat;
    background-position: right bottom;
    width: 100%;
    height: 0;
    padding-bottom: 200%;
    float: left;
    position: absolute;
    bottom: -45%;
    right: 30px;
    z-index: 0;
} */
.carousel-content {
    margin-top: 250px;
    padding: 0px 700px 0px 0;
}

#main-slider_ex2 .slider-inner h2 {
    font-size: 32px;
    line-height: 1.2;
    padding: 20px;
    text-transform: capitalize;
    color: #fff;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.7);
}

    #main-slider_ex2 .slider-inner h2 > span {
        color: #FCEE21;
    }

#services {
    padding: 87px 0 87px;
    position: relative;
}

.bgimg {
    display: flex;
    justify-content: center;
    width: 100%;
    /* background-image: url(../img/cat_09.png); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

    .bgimg img {
    }

.col-sm-12 {
    z-index: 9;
}

.media.service-box_ex2 {
    margin: 25px 0 0;
    text-align: center;
}

    .media.service-box_ex2 .pull-left {
        width: 100%;
        padding-bottom: 0px;
        padding-right: 0;
        margin-bottom: 20px;
    }

        .media.service-box_ex2 .pull-left img {
            max-width: 250px;
        }

.features {
}

.padding {
    padding: 80px 0;
}

.media.service-box_ex2 .pull-v3 {
    position: relative;
}

    .media.service-box_ex2 .pull-v3 img {
        height: 250px;
    }

.media-body h4 {
    display: inline-flex;
    justify-content: center;
    min-width: 280px;
    font-size: 26px;
    color: #1A1A1A;
    font-weight: 600;
}

.media-body p {
    font-size: 18px;
}

.item_text {
    margin-top: -10px;
    border: 2px solid #B3B3B3;
    background: #fff;
    border-radius: 50px;
    font-size: 26px;
    color: #666666;
    line-height: 1.3;
    width: 100%;
    font-weight: 500;
    line-height: 60px;
    z-index: 9;
}

.media-body {
    width: 100%;
    float: left;
}

.section-header_ex2 .section-title {
    font-size: 38px;
    border: 2px solid #000;
    border-radius: 50px;
    background: #fff;
    z-index: 9;
}

.margin {
    margin: 60px 0;
}

.bgc_w {
    background-color: #fff;
}

.ex_04 {
    background-color: #F4C529;
    display: block;
    padding: 60px 0;
}

    .ex_04 .nav_box {
        display: flex;
        flex-flow: column;
        align-items: center;
        color: #000;
        font-size: 24px;
        font-weight: 600;
        text-align: center;
    }

.btn_box {
    margin-top: 20px;
}

    .btn_box a {
        background: #349684;
        box-shadow: 0 -10px 0 rgba(0, 0, 0, 0.2) inset;
        padding: 20px 35px 25px 35px;
        border-radius: 10px;
        display: table;
        color: #FFF;
        font-weight: 500;
        transition: box-shadow 0.15s ease-out,margin 0.15s ease-out;
        width: auto;
        font-size: 20px;
    }

        .btn_box a:hover {
            box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
            margin: 8px 0 -8px 0;
        }

    .btn_box i {
        font-style: normal;
        margin-right: 5px;
    }

.container {
    max-width: 1170px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #main-slider_ex2 .slider-inner .container {
        padding: 0;
    }

    #main-slider_ex2 .item {
        height: 300px;
    }

    .carousel-content {
        margin-top: 100px;
        padding: 0px 0px 0px 0;
    }

    #main-slider_ex2 .slider-inner h2 {
        font-size: 22px;
    }

    .section-header_ex2 .section-title {
        font-size: 28px;
    }

    .ex_04 .nav_box {
        margin: 0 10px;
    }
}
