/*

Theme Name: Safal Himgiri

Theme URI: safalhimgiri.com

Author:  Smart Web Care Center

Author URI: safalhimgiri.com

Description: Responsive theme for Blogs.

Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready

Version: 1.0

License: GNU General Public License v2 or later

Text Domain: Safal Himgiri

*/
 html {
    padding: 0px !important;
    margin: 0px !important;
}

.navbar-nav li a {
    color: #fff !important;
    font-weight: bold;
}

.navbar-nav li.current-menu-item a,
.navbar-nav li.current_page_item a {
    color: #f15d30 !important;
}

.navbar-nav li {
    padding: 15px;
}
.navbar-nav li a:hover {
    color: #f15d30 !important;
}
.logo img{
    width: 80px;
    border-radius: 50%;
}
.ftco-navbar-light.scrolled.awake li.current-menu-item a,
.ftco-navbar-light.scrolled.awake li.current_page_item a {
    color: #f15d30 !important;
}
.ftco-navbar-light.scrolled.awake li a {
    color: #333 !important;
}

.ftco-navbar-light .navbar-brand {
    color: #fff;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}




.banner.inner-page {
    background: url(https://safalhimgiri.com/wp-content/uploads/2025/05/pokhara-fewa-1024x597.jpeg);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1
}

.banner.inner-page:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 71%);
    z-index: -1
}

.banner-wrap {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 130px 80px 60px;
}

.banner-wrap h1 {
    color: #fff;
    font-size: 32px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 600
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #ffffff!important;
    border-radius: .25rem;
    margin-top: 20px
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "/"
}

.services.services-1 .icon i {
    color: #fff;
    font-size: 50px;
}


.blog-details-content ul.blog-icons {
    list-style: none;
    padding: 15px 0px 0;
    display: flex;
}
.blog-details-content ul.blog-icons li {
    padding-right: 34px;
    font-size: 16px;
    font-weight: 700;
    color: #fe4b47;
}
.recent-post-info h5 {
    font-size: 17px;
    font-weight: 600;
}
.date
{
  font-size: 14px;
  font-style: italic;
  color: #00805a;
}

.post:hover .post-img
{
  transform: translateY(20px)
}

.post:hover .post-content
{
  transform: translateY(-80px)
}
.blog-details-main img {
    width: 100%;
}
@media screen and (max-width: 1200px)
{
  .blog-posts
  {
    justify-content: center;
  }
  
  .post
  {
    width: min(600px, 100%);
  }
}


.blog-sidebar-wrap{
    padding: 15px;
    border: 2px solid #ebebeb;
    margin-bottom: 20px;
    background: #f4f9ff;
}
.blog-sidebar-wrap ul{
    list-style: none;
    padding: 0px;
}
.blog-sidebar-wrap ul li{
    padding: 20px 0px;
    border-bottom: 2px solid #ecf2f7;
}
.blog-sidebar-wrap ul li a{
    font-size: 16px;
    font-weight: 500;
    color: #505050;
}
.blog-sidebar h4{
    margin-top: 10px;
}
.blog-sidebar input.form-control {
    /* position: absolute; */
}
.blog-sidebar button.btn.btn-danger {
    position: relative;
    z-index: 1;
    float: right;
    background: #00a9a3;
    border-color: #00a9a3;
}
.recent-post-img
 {
    height: 70px;
    width: 100px;
    border: 2px solid #f3f3f3;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}
.recent-post-img img {
    width: 100%;
    height: 70px;
    overflow: hidden;
    object-fit: cover;
}
.footer-bottom p{
    color: #fff;
    font-weight: 600;
    padding: 15px 0px;
    margin: 0px;
}
.footer-bottom a{
    color: #f15d30;
}

.wp-block-separator {
    border-top: 2px solid #ededed !important;
}
.form.register {
    padding: 20px;
    background: #f4f9ff;
    position: sticky;
    top: 100px;
    border: 2px solid #ebebeb;
}
.sn-header.scrolled .stellarnav ul ul a {
    color: #fff !important;
}

@media screen and (max-width: 1200px)
{
  .banner-wrap h1 {
    font-size: 26px;
}
}
@media only screen and (max-width: 768px){
    .sn-header.scrolled .stellarnav ul ul a
     {
        color: #333 !important;
    }
}

