/* services section start */

.services_section {
    width: 100%;
    float: left;
    background-image: url('../images/banner_2732x2048.jpg');    
    padding-bottom: 90px;
}

.services_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #1f1f1f;
    font-weight: bold;
}

.services_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #1f1f1f;
    margin: 0px;
}

.services_img {
    width: 100%;
    float: left;
    text-align: center;
}

.btn_main {
    /*width: 170px;*/
    /*margin: 0 auto;*/
    /*text-align: center;*/
    justify-content: center;
    position: relative;
    top: 85%;
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*padding: 10px 20px;    */
}

.btn_main a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #2b2278;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: bold;
    margin-top: 40px;
    text-transform: uppercase;
}

.btn_main a:hover {
    color: #ffffff;
    background-color: #000d10;
}

.btn_main.active a {
    color: #ffffff;
    background-color: #000d10;
}


/* services section end */
