.no_padd{
    padding-left: 0px;
    padding-right: 0px;
}
@font-face {
    font-family: myFirstFont;
    src: url('../fonts/SFUIDisplay-Bold.woff');
}
@font-face {
    font-family: mySecondFont;
    src: url('../fonts/SFUIDisplay-Semibold.woff');
}
a:hover, a:focus, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    background-color: transparent;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
.page1{
    overflow: hidden;
}
.content_sec{
    width: 100%;
    float: left;
}
.content_sec .img_div{
    width: 100%;
    float: left;
    position: relative;
}
.content_sec .img_div img{
    width: 100%;
}
.content_sec .txt_div{
    width: 100%;
    float: left;
    padding: 45% 20%;
    position: relative;
}
.content_sec .txt_div img{
    width: 100%;
    margin-bottom: 50px;
}
.content_sec .txt_div h3{
    font-family: myFirstFont;
    color: #ce3030;
    font-weight: 700;
    font-size: :50px;
    line-height: 50px;
}
.content_sec .txt_div p{
    font-family: mySecondFont;
    color: #ce3030;
    font-weight: 700;
    font-size: :15px;
    line-height: 28px;
    letter-spacing: 1px;
}



@media only screen and (max-width: 1199px) {
    
    .content_sec .txt_div{
        padding: 40% 20%;
    }
    
}

@media only screen and (max-width: 991px) {
    
    .content_sec .txt_div{
        padding: 35% 15%;
    }
    
@media only screen and (max-width: 991px) {
    
    .page1{
        overflow: auto;
    }
    .content_sec .txt_div{
        padding: 35% 15%;
    }
    
}