.site-branding .home-link{
    display: flex;
    align-items: center;
}
.site-branding .home-link h1{
    font-size: 26px;
    line-height: normal;
    margin-left: 15px;
    margin-bottom: 0;
    color: #d61f25;
    text-transform: uppercase;
}
.site-branding .home-link h1 span{
    font-size: 16px;
    font-weight: 400;
    color: #727271;
}
.site-branding .home-link h1 .designation{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #727271;
    background: none !important;
}
.Lifestyle-section p{
    color: #727271;
    font-size: 16px;
    text-align: justify;
    line-height: 27px;
}
.ttm-row.service-one-section{
    background-color: var(--grey-color)
}
.service-one-section .featured-desc p{
    font-size: 16px;
    color: #fff;
}
.service-one-section .featured-title h3{
    color: #fff;
}
.featured-imagebox .featured-content .featured-title h3 a{
    color: var(--dark-grey-color);
}
.fetch-img-src {
    display: none;
}
.set-bg {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.featured-imagebox-portfolio.style2 .featured-thumbnail{
    height: 400px;
    border: 2px solid #727271;
}
.layer-content .section-title h2.title{
    font-size: 36px;
}
.layer-content p{
    font-size: 18px;
    font-weight: 600;
}
.blog-section{
    background-color: var(--grey-color);
    padding: 70px 0;
}
.featured-imagebox .featured-content .featured-title h3{
    color: var(--dark-grey-color);
}
.ttm-header-style-02 .ttm-header-featured-iconbox .widget_info {
    background: #d81f25;
  }
  .ttm-header-style-02 .ttm-header-featured-iconbox .widget_info .widget_icon i{
      color: #fff !important;
  }
  .ttm-header-style-02 .ttm-header-featured-iconbox .ttm-header-featured-iconbox h5{
    color: #fff !important;
  }
  .ttm-header-style-02 .ttm-header-featured-iconbox .widget_info h3{
    color: #fff !important;
  }
  .ttm-header-style-02 .ttm-header-featured-iconbox h5{
    color: #fff !important;
  }
  .ttm-icon.ttm-icon_element-size-lg i {
    font-size: 48px;
    color: #d81f25 !important;
  }
  .cont-block{
    padding: 10px 40px;
  }
  .typ-red{
    background-color: #d81f25 !important;;
  }
  .success-stroy .cont-wrap{
    display: flex;
    background-color: var(--dark-grey-color);
    margin:25px 0;
  }
  .success-stroy .cont-wrap .img-wrap{
    width: 35%;
    align-self: center;
  }
  .success-stroy .cont-wrap .img-wrap img{
    max-width: 100%;
  }
  .success-stroy .cont-wrap .cont-info{
    width: 65%;
    padding: 40px;
  }
  .success-stroy .cont-wrap .cont-info p{
    font-size: 16px;
    text-align: justify;
    color: #fff;
    font-family: var(--title-fonts);
    margin-bottom: 20px;
  }
  .service-details .tab-wrap{
    display: flex;
  }
  .service-details .tab-wrap .tab-nav{
    width: 35%;
    background: #d81f25;
  }
  .service-details .tab-wrap .tab-cont{
    display: none;
  }
  .service-details .tab-wrap .tab-cont.active{
    display: block;
  }
  .service-details .tab-wrap .tab-cont-wrap{
    width: 65%;
  }

  .nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
}

.nav-pills-custom .nav-link.active {
    color: #45b649;
    background: #fff;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}



/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  margin-left: 50px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
  background: var(--dark-grey-color);
  color: #fff;
  font-size: 16px;
  padding:15px;
  font-weight: 600;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #d81f25;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #d81f25;
  background-image: #d81f25;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #d81f25;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding: 40px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
.bhoechie-tab-content h2{
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 30px;
}
.bhoechie-tab-content h3{
  font-size: 18px;
  line-height: 20px;
  color: #d81f25;
}
.bhoechie-tab-content p strong{
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.bhoechie-tab-content p{
  text-align: justify;
  font-size: 15px;
  color: #000;
}
.bhoechie-tab-content ul li{
  text-align: justify;
  font-size: 15px;
  margin-bottom: 10px;
  color: #000;
}
.cont-block a{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.blogcnt {
  padding: 20px;
  background-color: #fff;
  
  border-top: none;
}
.blogcnt h3{
  font-size: 22px;
  line-height: 28px;
}
.date p{
  padding-bottom: 15px!important;
  font-size: 13px;
}
.blogcnt p{
  margin-bottom: 0;
  padding-bottom: 5px;
}
.blogbox{
  margin-bottom: 10px;
  border: 1px solid #00000020;
}



















