@font-face {
    font-family: 'Anton';
    src: url('Anton.eot');
    src: url('Anton.eot?#iefix') format('embedded-opentype'),
        url('Anton.woff') format('woff'),
        url('Anton.ttf') format('truetype'),
        url('Anton.svg#Anton') format('svg');
}
/*common class*/
body {
    font-family: 'Ruda', sans-serif !important;
}
.mar_0{
    margin: 0;
}
.anton_font{
    font-family: 'Anton', sans-serif !important;
}
.color_white{
    color: #FFFFFF;
}
.secbg_color{
    background: #fff;
}
.justify_text{
    text-align: justify;
}
.mar_auto{
    margin: 0 auto;
}
.rel_position{
    position: relative;
}
.abs_position{
    position: absolute;
}
.left_align{
    text-align: left;
}
.width_100{
    width: 100%;
}
.width_80{
    width: 80%;
}
.box_shadow{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.pad_top{
    padding-top: 30px;
}
.heading_color{
    color: #F44336;
}
.mar_top{
    margin-top: 3.5%;
}
.section_pad{
    padding: 3% 0;
}
.font_size{
    font-size: 17px !important;
}
/*common class end*/
#bg_img{
    background: url(../img/img3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bw{
    background: rgba(0,0,0,0.76); 
}
.inner{
    height: 430px;
}
.text {
    top: 24%;
}
.first_div{
    font-size: 20px;
    padding: 20px;
    line-height: 30px;
}
.line_1 {
    font-size: 75px;
    font-weight: 600;
    line-height: 1;
}
.line_2 {
    font-size: 105px;
    font-weight: 700;
    line-height: 81px;
    padding: 20px 0;
    color: #FFEB3B;
}
.line_3 {
    font-size: 25px;
}
.agile_guru {
    height: 300px;
}
.line:after {
    position: absolute;
    left: 50%;
    width: 60px;
    height: 5px;
    background: #F44336;
    content: '';
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 85px;
    border-radius: 10px;
}

.sec_div{
    font-size: 20px;
    padding: 20px;
    line-height: 30px;
}
@media(min-width :200px) and (max-width :500px){
    .inner{
        height: 275px;
    }
    .text {
        top: 36%;
    }
    .line_1 {
        font-size: 23px;
        line-height: 0;
    }
    .line_2 {
        font-size: 41px;
        padding: 0;
        line-height: 1.7;
    }
    .line_3 {
        font-size: 10px;
        line-height: 0;
    }
    .line {
        font-size: 24px;
    }
    .line_large{
        font-size: 24px;
    }
    .line_large:after{

    }
    .line:after{
        top: 50px;
    }
    .width_80 {
        width: 100%;
    }
}
@media(min-width :501px) and (max-width :768px){
    .inner{
        height: 380px;
    }
    .line_3 {
        font-size: 22px;
    }
    .line_2 {
        font-size: 100px;
        padding: 20px 0;
    }
    .line_1 {
        font-size: 60px;
    }
    .text {
        top: 22%;
    }

    .first_div{
        width: 100%
    }
    .line {
        font-size: 35px;
    }
    .line_large{
        font-size: 35px;
    }
    .line:after{
        top: 75px;
    }
    .line_large:after{

    }
    .sec_div{
        width: 100%
    }
}
@media(max-width :370px){
    .line_large:after{
        top: 65px;
        position: absolute;
        left: 50%;
        width: 60px;
        height: 5px;
        background: #F44336;
        content: '';
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 10px;
    }
}