.bold{
	font-weight: bold;
}
.d-block{
	display: block;
}
.d-inline-block{
	display: inline-block;
}

/* Blog pages CSS */
.blog .sidebar.widget ul li {
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
}
.blog .sidebar .widget {
	padding: 20px;
	margin-bottom: 10px;
}
.blog .widget-categories > ul.cat-list > li > a {
    color: #484848;
    position: relative;
    font-size: 12px;
    text-decoration: none;
}
.blog .widget .widget-title h3 {
    font-size: 20px;
    font-weight: 500;
    color: #2d2d2d;
    padding-bottom: 15px;
    margin-bottom: 22px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.blog .btn_search {
    padding: 5px 15px;
    border: 1px solid #dae1e7;
    margin: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.blog .allow{
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    margin: 0;
    max-width: 90%;
}
.blog .allowwhell p{
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    color: rgba(0, 0, 0, .7);
    margin-bottom: 45px;
    margin-top: 25px;
}
.blog .whillerepiar p{
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    color: rgba(0, 0, 0, .7);
    margin-bottom: 45px
}
.blog .repiar{
    font-weight: 500;
    font-size: 28px;
    line-height: 65px;
    margin: 0;
    max-width: 90%;
}
.blog .img{
    margin-top: 9%;
}
.blog .mobile{
    font-weight: 600;
    font-size: 25px;
    line-height: 23px;
    color: rgba(0, 0, 0, .7);
    margin-top: 25px;
}
.blog .allotitle{
    font-family: 'Montserrat', sans-serif;
    color: white;
    margin-top: -7%;
    line-height: 1.2;
    letter-spacing: -.3px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    text-align: center;
}
.blog .alloygap{
    padding-top: 7%;
}
.blog .titletext{
    font-size: 31px;
}
.blog .single-section ul{
    padding-left: 2rem;
}
.blog .single-section ul li{
    list-style: disc;
}
.blog .single-section ol li{
    list-style: decimal;
}
.blog .single-section ol li span{
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}
.blog .single-section ol li ul li{
    list-style: disc;
}
.blog .single-section a{
    font-weight: bold;
    color: #3BBDEE;
}
.blog h3{
    font-size: 28px;
    font-weight: 600;
}
.blog ol li{
    list-style: decimal;
}