body {
    overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    font-family: 'Poppins', sans-serif !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.header-logo-img {
    max-width: 330px;
}

.footer-logo {
    margin: 0 !important;
    height: auto;
    max-width: 230px;
}

.font-poppins {
    font-family: 'Poppins', sans-serif !important;
}

.font-poppins a,
.font-poppins p,
.font-poppins span,
.font-poppins small,
.font-poppins h1,
.font-poppins h2,
.font-poppins h3,
.font-poppins h4,
.font-poppins h5,
.font-poppins li {
    font-family: 'Poppins', sans-serif !important;
}

.color-purple {
    color: #6366EA !important;
}

.blog-details-content {
    line-height: 1.6;
    text-align: justify;
    overflow-x: hidden;
}

.blog-details-content img {
    max-width: 100% !important;
}

.blog-details-content h2 {
    font-size: 1.4rem;
}

.blog-details-content h3 {
    font-size: 1.3rem;
}

.blog-details-content h4 {
    font-size: 1.2rem;
}

.blog-details-content h6 {
    font-size: 1.2rem;
}

.blog-details-content p {
    font-size: 1.1rem;
}

.btn-tag {
    color: #fff;
    background-color: #a2a2a2;
    border-color: #a2a2a2;
    font-size: 11px;
    padding: 3px 5px;
    margin-bottom: 5px;
}

.btn-tag:hover {
    background-color: #fff;
    border-color: #a2a2a2;
}

.footer-top {
    padding-bottom: 30px !important;
}

.br-10 {
    border-radius: 10px;
}

.blog-details-bg {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7245491946778712) 3%, rgba(0, 212, 255, 0) 100%);
}

.main-btn-2,
.main-btn-1 {
    border-radius: 5px;
}

.search-container {
    width: 261px;
    margin-right: 38px;
    margin-top: 26px;
    display: block;
    margin-bottom: -21px;
}

input#search-bar {
    margin: 0 26px;
    width: 215px;
    height: 40px;
    padding: 0 20px;
    font-size: 1rem;
    outline: none;
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: 1px solid #008abf;
}

input#search-bar:focus {
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: 1px solid #008abf;
    transition: 0.35s ease;
}

input#search-bar:focus::-webkit-input-placeholder {
    transition: opacity 0.45s ease;
    opacity: 0;
}

input#search-bar:focus::-moz-placeholder {
    transition: opacity 0.45s ease;
    opacity: 0;
}

input#search-bar:focus:-ms-placeholder {
    transition: opacity 0.45s ease;
    opacity: 0;
}

.search-icon {
    position: relative;
    float: right;
    width: 36px;
    height: 23px;
    top: -34px;
    right: -9px;
}

.searchresult {
    font-size: 25pt;
    display: inline-block;
    word-break: break-word;
    table-layout: fixed;
}

.content-sm h3 {
    font-size: 23px;
    line-height: 1.3;
}

.content-sm p {
    font-size: 18px;
    line-height: 1.6;
}

.blog-meta p {
    margin: 0 !important;
}

.blog-meta {
    line-height: 1;
}

.noblog-post {
    text-align: center;
    margin-top: 20%;
    margin-bottom: 20%;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .blog-meta {
        line-height: 1.3;
    }

    .noblog-post {
        text-align: center;
        margin-top: 20%;
        margin-bottom: 20%;
    }
}

.bio-section-2 {
    font-size: 40px;
}

.gallery-title {
    font-size: 60px;
    line-height: 86px;
    text-transform: capitalize;
    margin: 0;
    margin-top: -67px;
    font-weight: 300;
}

.section-gallery {
    margin-bottom: 60px;
}

.mobile-font {
    font-size: 10pt;
}

@media (max-width: 767px) {
    .bio-section-2 {
        font-size: 20px;
    }

    .gallery-title {
        font-size: 30px;
        line-height: 40px;
        margin-top: 44px;
        padding-bottom: 44px;
    }

    .section-gallery {
        margin-bottom: 10px;
    }

    .blog-meta {
        line-height: 1.5;
    }

    .asbilisim-footer-link {
        text-align: center;
        line-height: 0;
        font-size: 12pt;
    }

    .mobile-font {
        font-size: 10pt;
    }

    .noblog-post {
        margin-top: 70px;
        margin-bottom: 52px;
    }
}

.asbilisim-footer-link {
    font-size: 10pt;
}

.asbilisim-footer {
    color: #6366EA;
}

.asbilisim-footer:hover {
    color: #ED1C24;
}
img,.blog-thumb{
    border-radius: 10px;
}
img:hover{
    border-radius: 10px;
}
.title{
    font-weight: 300;
}
.blog-content .title{
    font-weight: 400;
}
.bio-section-2{
    font-weight: 400;
}
.pagination.p2{
    font-size: 17px;
}
.pagination a{
    border-radius: 7px;
}
