/*
Theme Name: Bimawale WP Theme
Theme URI: https://bimawale.com
Author: Bacancy
Author URI: https://bacancy.com
Description: A custom site theme using Tailwind CSS.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bimawale
*/

a.navbar-brand.navbar-repo.header-logo {
  width: 19%;
}
.header-logo img {
  width: 100%;
}
.header-contact-wraper.header-contact-wraper-repo {
  padding: 11px 0px;
  position: fixed;
  z-index: 999999;
  overflow: hidden;
}

.header-navbar.header-repo {
  margin: 10px 0px;
}

.header-contact-wraper {
  padding: 11px 0px;
  position: fixed;
  z-index: 111;
  overflow: hidden;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.sticky-header {
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  color: black;
}

.login-btn-cov {
  background: transparent linear-gradient(0deg, #dc5b00 0%, #ff8530 100%) 0% 0%
    no-repeat padding-box;
  border-radius: 8px;
  padding: 8px 31px;
  color: white;
  border: none;
  font-weight: 500;
  margin-top: 2px;
  margin-left: 11px;
}
a.nav-link.main-header-link {
  font-size: 16px;
  margin-left: 11px;
  font-weight: 500;
  color: white;
}

.footer-section-main-wrapper {
  border-top: 1px solid;
  padding-top: 45px;
}

ul.footer-list {
  list-style: none;
  padding-left: 0px;
  padding-top: 15px;
}

ul.footer-list p {
  margin-bottom: 7px;
}

li.footer-set2-list {
  margin-bottom: 15px;
  font-size: 16px;
}

ul.footer-service-list {
  list-style: none;
  padding-left: 2px;
  margin-top: 22px;
  font-size: 17px;
}

li.footer-set2-list a {
  color: black;
}

.footer-logo img {
  width: 80%;
  margin-bottom: 21px;
}

.footer-set {
  margin-top: 22px;
}

.footer-botm-image img {
  width: 37%;
}

.footer-botm-image {
  margin: 21px auto;
  text-align: center;
}

.footer-para {
  text-align: center;
  background: var(--color-primary);
  padding: 20px 0px;
}

.footer-para p {
  margin-bottom: 0px;
  font-weight: 600;
  color: white;
}

.footer-set h4 {
  font-size: 18px;
  text-decoration: underline;
}
.footer-social-link {
  margin: 0px 9px;
  font-size: 25px;
  color: var(--color-primary);
}
.social-links-cover {
  display: flex;
  justify-content: start;
}
.footer-set1 {
  border-right: 2px dotted #53275f;
}
.footer-para {
  background: linear-gradient(45deg, #f0731c, #53275f);
}
.footer-set h4 {
  color: #53275f;
  text-decoration: none;
}
li.footer-set2-list i {
  color: #de751d;
  font-size: 23px;
}
.footer-main-cover {
  padding-bottom: 20px;
}
.blog-box a {
  text-decoration: none;
}
.blog-box a:hover {
    text-decoration: none;
  }
.blog-box .card {
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
  border: none;
  border-radius: 0;
  padding: 20px;
  box-shadow: 0 50px 60px 0 rgba(0, 0, 0, 0.05);
}
.blog_post .blog_cat {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  text-decoration: none;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  transition: color 0.2s;
  white-space: nowrap;
  color: #222;
}
.small-heading {
  color: #222;
}
.blog-box .card .blog-tital {
  margin-top: 15px;
  font-size: 24px;
  font-weight: 700;
  color: #181818;
  margin-top: 26px;
  margin-bottom: 26px;
  text-decoration: none;
  transition: 0.3s;
  line-height: 36px;
  font-weight: 700;
}
.blog_cat{
  background: #f39655;
    padding: 2px 15px;
    border-radius: 8px;
    color: #fff!important;
    text-transform: uppercase;
}
.blog-box .card .time {
  color: #7e7e7e;
  margin-bottom: 0;
}
.text-primary {
  color: #f58220 !important;
}
img {
  max-width: 100%;
}
.blog-box img{
    height: 245px;
    object-fit: cover;
}
svg {
  color: #f58220 !important;
}
.navigation.pagination{
  margin:0 auto;
  text-align: center;
}
.format-standard h1.display-4 {
	margin-top:60px;
	color: #DE751D;
    font-weight: 500;
}
.format-standard a, .post-navigation a{
	color:#DE751E;
}
.post-content h3.wp-block-heading{
	font-size:1.40rem;
}
