body{
    font-family:'Poppins',sans-serif!important;
    font-size:14px
}
/* Inspect element to see what css properties are actually needed */

/* At the time this was created it is:

-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;

*/
.post_wrap {
    border-radius: 6px;
    box-shadow: 0px 0px 14px 0px #00000038;
}

.no-select {
    user-select: none;
}
.bg-light img{
    max-width:160px
}
.bg-light a.nav-link{
    padding:10px 20px!important;
    font-size:17px;
    font-weight:500
}
.banner_warp{
    background:#f9f9f9;
    padding:70px 0;
    max-width:100%
}
.banner_warp .banner_content{
    width:60%
}
.banner_warp .banner_content .banner_content_wrap{
    max-width:70%
}
.banner_warp .banner_image{
    width:40%
}
.banner_warp .banner_image img{
    max-width:400px
}
.blog_posts .post_wrap .post_img img{
    width:100%
}
.text-black{
    color:#333
}
.text-gray{
    color:#555
}
.blog_content{
    display:flex;
    align-items:start
}
.blog_content .block_1{
    width:15.6%;
    margin-right:5.5%
}
.blog_content .block_2{
    width:57.8%;
    margin-right:5.5%
}
.blog_content .block_2 .blog_image{
    width:100%
}
.blog_content .block_2 .blog_image img{
    max-height:450px
}
.social_wrap a{
    text-decoration:none;
    margin-bottom:10px
}
.item_link{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%
}
.item_link img{
    width:50%
}
.facebook{
    width:40px;
    height:40px;
    opacity:1;
    background:#369
}
.twitter{
    width:40px;
    height:40px;
    opacity:1;
    background:#00ACEC
}
.linkdin{
    width:40px;
    height:40px;
    opacity:1;
    background:#0877B5
}
.fixed_sidebar{
    position:fixed!important;
    padding:0px!important;
    z-index:10000;
    width:168.469px;
    top:96px;
    bottom:auto
}
.bg-light{
    background:none!important
}
.banner_warp h1{
    font-weight:700
}
.banner_warp p{
    font-size:16px;
    line-height:34px;
    margin-top:22px
}
.banner_warp .row{
    align-items:center
}
.banner_warp img{
    height:350px;
    width:100%;
    object-fit:cover
}
.blog_posts .post_wrap img.img-fluid{
    height:280px;
    object-fit:cover;
    border-radius:6px 6px 0 0
}
.blog_heading{
    text-align:center;
    margin:60px 0;
    font-size:40px;
    font-weight:700;
    margin-bottom:30px!important
}
.bolg_cont{
    padding:20px;
    background:#f9f9f9;
    margin-bottom:50px;
    border-radius:0 0 6px 6px
}
.bolg_cont h5{
    font-weight:700;
    font-size:22px
}
.bolg_cont p{
    margin-bottom:0;
    font-size:16px
}
.bootam_footer{
    font-size:16px;
    font-weight:600;
    background:#f9f9f9!important
}
.single_page.container{
    margin-top:50px
}
.single_page_heading h1{
    font-size:38px!important;
    font-weight:700
}
.single_page.container p{
    font-size:16px;
    line-height:35px
}
.blog_image img.img-fluid{
    width:100%;
    border-radius:4px
}
.social_wrap{
    position:sticky;
    top:20px
}
@media(max-width:1366px){
    .banner_warp h1{
        font-size:35px
    }
}
@media(max-width:1199px){
    .banner_warp h1{
        font-size:30px
    }
    .blog_posts .post_wrap img.img-fluid{
        height:210px
    }
    .banner_warp{
        padding:50px 0
    }
    .blog_heading{
        margin:50px 0
    }
}
@media(max-width:991px){
    .banner_warp h1{
        font-size:23px
    }
    .banner_warp p{
        font-size:15px;
        margin-top:14px
    }
    .blog_heading{
        margin:40px 0;
        font-size:28px
    }
    .bolg_cont h5{
        font-size:20px
    }
}
@media(max-width:767px){
    .banner_warp h1{
        font-size:20px
    }
    .banner_warp img{
        height:280px
    }
    .banner_warp{
        padding:30px 0
    }
    .blog_heading{
        margin:30px 0 20px!important;
        font-size:22px
    }
    .bolg_cont{
        margin-bottom:30px
    }
    .bolg_cont h5{
        font-size:18px
    }
    .bolg_cont p{
        margin-bottom:0;
        font-size:15px
    }
    .bootam_footer{
        font-size:15px
    }
    .bg-light img{
        max-width:130px
    }
    .col-lg-4.col-md-6.col-sm-4{
        padding-right:15px
    }
    .single_page_heading h1 {
    font-size: 24px!important;
}
.single_page.container p {
    font-size: 15px;
}
.social_wrap {
    margin-bottom: 30px;
}
.single_page.container p {
    font-size: 15px;
    line-height: 32px;
    margin-bottom: 10px;
}
.single_page.container {
    margin-top: 30px;
}
.col-lg-4.col-md-6.col-sm-4, .col-sm-6 {
    padding-right: 15px;
    flex: auto !important;
    width: 100% !important;
}
}
.bolg_cont {
    padding: 20px;
    background: #f9f9f9;
    margin-bottom: 50px;
    border-radius: 0 0 6px 6px;
    min-height: 150px;
}
.click_div {
    text-align: center;
}
.click_div .click_btn {
    background: #000;
    padding: 14px 30px;
    display: inline-block;
    margin-top: 40px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 2px;
    font-size: 15px;
}