
.full-width-header .rs-header .menu-area .logo-area img { max-height: 60px; }
@media only screen and (max-width: 991px) { 
	.full-width-header .rs-header.style2 .row-table .header-logo .logo-area, .full-width-header .rs-header.style3 .box-layout .row-table 	
	.header-logo .logo-area { top: 0 !important; }
}
.rs-counter.style1 .counter-area .counter-list .counter-number .rs-count { font-size: 30px; line-height: 60px; font-weight: 700; color: #0a0a0a; }
.full-width-header .right_menu_togle .canvas-logo img { max-height: 100%; } 
.rs-breadcrumbs { background-color: #893c3f; margin-bottom: 50px; }
.rs-breadcrumbs .breadcrumbs-inner { padding: 50px 0 50px; }
.rs-breadcrumbs .breadcrumbs-inner .page-title .watermark { font-size: 150px;}
.rs-breadcrumbs .breadcrumbs-inner .page-title:after {background: #ffc107;}
.pg-slider .owl-dots {text-align: center;position:absolute;bottom:20px;width:100%;}
.pg-slider.nav-style1 { position: relative; }
.pg-slider.nav-style1 .owl-nav { display: block; }
.pg-slider.nav-style1 .owl-nav .owl-next,
.pg-slider.nav-style1 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background: #bb0b0b;
  text-align: center;
  color: #ffffff;
  transition: all 0.5s;
  transition-delay: 0.70s;
  opacity: 0;
  visibility: hidden;
}
.pg-slider.nav-style1 .owl-nav .owl-next i:before,
.pg-slider.nav-style1 .owl-nav .owl-prev i:before {
  content: "\f138";
  font-family: Flaticon;
}
.pg-slider.nav-style1 .owl-nav .owl-next {
  right: 30px;
  left: unset;
}
.pg-slider.nav-style1 .owl-nav .owl-next i:before {
  content: "\f137";
}
.pg-slider.nav-style1:hover .owl-nav .owl-next,
.pg-slider.nav-style1:hover .owl-nav .owl-prev {
  left: -50px;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}
.pg-slider.nav-style1:hover .owl-nav .owl-next {
  right: -50px;
  left: unset;
}
.pg-slider.nav-style2 {
  position: relative;
}
.pg-slider.nav-style2 .owl-nav {
  display: block;
  position: absolute;
  top: -80px;
  right: 0;
}
.pg-slider.nav-style2 .owl-nav .owl-prev,
.pg-slider.nav-style2 .owl-nav .owl-next {
  display: inline-block;
}
.pg-slider.nav-style2 .owl-nav .owl-prev i,
.pg-slider.nav-style2 .owl-nav .owl-next i {
  transition: all 0.3s ease;
}
.pg-slider.nav-style2 .owl-nav .owl-prev i:before,
.pg-slider.nav-style2 .owl-nav .owl-next i:before {
  font-family: Flaticon;
  font-size: 22px;
}
.pg-slider.nav-style2 .owl-nav .owl-prev:hover i,
.pg-slider.nav-style2 .owl-nav .owl-next:hover i {
  color: #bb0b0b;
}
.pg-slider.nav-style2 .owl-nav .owl-prev i:before {
  content: "\f134";
}
.pg-slider.nav-style2 .owl-nav .owl-prev:after {
  content: "/";
  padding: 0 5px 0 5px;
  position: relative;
  top: -3px;
}
.pg-slider.nav-style2 .owl-nav .owl-next i:before {
  content: "\f133";
}
.pg-slider .owl-dots {
  text-align: center;
  margin-top: 50px;
}
.pg-slider .owl-dots .owl-dot {
  width: 25px;
  height: 8px;
  display: inline-block;
  margin: 0 6px;
  padding: 3px 0;
  border-radius: 0;
  border: none;
  transition: all 0.3s ease;
  background: #BB0B0B;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}
.pg-slider .owl-dots .owl-dot:hover,
.pg-slider .owl-dots .owl-dot.active {
  width: 40px;
  background: #BB0B0B;
  opacity: .5;
}
.timeline_area {
    position: relative;
    z-index: 1;
}
.single-timeline-area {
    position: relative;
    z-index: 1;
    padding-left: 180px;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area {
        padding-left: 100px;
    }
}
.single-timeline-area .timeline-date {
    position: absolute;
    width: 180px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 60px;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area .timeline-date {
        width: 100px;
    }
}
.single-timeline-area .timeline-date::after {
    position: absolute;
    width: 3px;
    height: 100%;
    content: "";
    background-color: #ebebeb;
    top: 0;
    right: 30px;
    z-index: 1;
}
.single-timeline-area .timeline-date::before {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #bb0b0b;
    content: "";
    top: 40%;
    right: 18px;
    z-index: 5;
    margin-top: -5.5px;
    background-image:url(../../../uploads/images/mile-stone-icon-bg.png); 
background-size: cover; background-position: center center;
}
.single-timeline-area .timeline-date p {
    margin-bottom: 0;
    color: #bb0b0b;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.single-timeline-area .single-timeline-content {
    position: relative;
    z-index: 1;
    padding: 30px 30px 25px;
    border-radius: 6px;
    margin-bottom: 15px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    border: 1px solid #ebebeb;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area .single-timeline-content {
        padding: 20px;
    }
}
.single-timeline-area .single-timeline-content .timeline-icon {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 30px;
    height: 30px;
    background-color: #bb0b0b;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    text-align: center;
    max-width: 30px;
    border-radius: 50%;
    margin-right: 15px;
}


.single-timeline-area .single-timeline-content .timeline-icon i {
    color: #ffffff;
    line-height: 30px;
}
.single-timeline-area .single-timeline-content .timeline-text h6 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single-timeline-area .single-timeline-content .timeline-text p {
    font-size: 13px;
    margin-bottom: 0;
}
.single-timeline-area .single-timeline-content:hover .timeline-icon,
.single-timeline-area .single-timeline-content:focus .timeline-icon {
    background-color: #020710;
}
.single-timeline-area .single-timeline-content:hover .timeline-text h6,
.single-timeline-area .single-timeline-content:focus .timeline-text h6 {
    color: #fff;
}
.single-timeline-content{background-size: cover;background-position: center center;
    background-image: url(../../../uploads/slides/about-us/chitfund.jpg);}
.single-timeline-content:after{content: ''; position: absolute; top: 0; left: 0; right: 0;bottom: 0; background:#1818188a;}
.timeline-text h6 { font-size: 15px; font-weight: normal; color: #fff; padding: 0; margin: 0; position: relative; z-index: 1;}