/*******Title and Text CSS********/

.title-text-inner{
    width: 100%;
    height: 100%;
    padding: 45px;
}
.dash {
    width: 33px;
    height: 2px;
    background: #2797d3;
    display: block;
    margin-right: 16px;
    top: -6px;
    position: relative;
}
.text-head-dash{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}
.img-bg .title-text-inner{
    width: 100%;
    height: 100%;
    padding: 55px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 5px;
}
.button-date.btn{
    background-color: #2797d3 !important;
    color: #fff !important;
    padding: 10px 20px !important;
}    
.button-date.btn:hover{
    background-color: #3FAFEB !important;
    color: #fff !important;
}
.button-date.btn a {
    text-decoration: none;
    color: #fff;
}
 .title-text-inner p, .title-text-inner ul li{
    font-size:18px;
    line-height:26px;
}
.title-text.img-bg p{
    color:#292C31;
}
.text-parbase p.para{
 margin-bottom: 37px;
}
p.para.clr-black{
    color: #000;
}
.heading-three{
    color: #224A81;
    font-weight: 900;
    font-size: 32px;
    line-height: 39px;  
}
p.para {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
}
.button-date.btn{
    padding: 5px 10px;
    margin-top: 10px;
}
.btn-txt p{
    margin-bottom: 0;
    margin-top: 5px;
}
.btn-txt p span{
    color: #fff;
}
h3, h2.heading-para{
    font-size: 22px !important;
    line-height: 26px !important;
}

/* mobile style */
@media only screen and (max-width : 991px){
    .title-text-inner{
        padding: 25px 30px 20px;
        border-radius: 6px;
    }
    .img-bg .title-text-inner {
        background-size: 100% 100%;
        padding: 45px 25px 50px;
        border-radius: 6px;
    }
}
@media only screen and (min-width : 768px){
    .title-text-inner{
        padding: 47px 30px 40px;
        border-radius: 6px !important;
    }
    .two-col-section .section-content {
        margin-top: 0;
    }
    
}
@media only screen and (min-width : 992px){
    .btn-txt{
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .button-date{
        margin-right: 15px;
    }
    .img-bg .title-text-inner{
       background-size: 100% 100%;
       padding: 45px 25px 50px;
    }
    .title-text-inner p, .title-text-inner ul li{
        font-size:20px;
        line-height:32px;
    }
}

@media only screen and (min-width : 1600px){
    .title-text-inner{
        padding: 47px 70px 40px;
        border-radius: 8px;
    }
    .img-bg .title-text-inner{
       background-size: 100% 100%;
       padding: 55px 70px 60px;
    }
    .heading-three {
        font-size: 42px;
        line-height: 51px;
    }
}