/*
Custom Css
*/

@media (max-width: 767px) {
      .top-section .banner-img img {
        height: 100px; } }

.breadcrumb-wrap {
  
  top: 100px;
  left: 0;
  width: 100%;
  z-index: 10; }
  @media (max-width: 767px) {
    .breadcrumb-wrap {
      top: 60px; } }
  .breadcrumb-wrap .breadcrumb-title {
    font-weight: 400;
    color: #ffffff;
    font-size: 1.875rem;
    margin: 0 0 7px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase; }
	
	.breadcrumb-wrap h2{
    font-weight: 400;
    color: #ffffff;
    font-size: 1.875rem;
    margin: 0 0 7px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .breadcrumb-wrap .breadcrumb-title {
        font-size: 1.375rem; }
		.breadcrumb-wrap h2 {
        font-size: 1.375rem; }

		}

.breadcrumb-content ol {
  padding: 15px 10px;
  margin: 0;
  list-style: none;
  display: inline-block;
 /* border-left: 3px solid #ffffff;*/
  color: #00712d;
  font-family: 'Oswald', sans-serif; }
  .breadcrumb-content ol li {
    display: inline-block; }
    .breadcrumb-content ol li a {
      color: #f6821f; font-weight:bold;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      font-size:0.800rem;
      font-weight: 600; }
      .breadcrumb-content ol li a::before {
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        width: 10px;
        height: 5px;
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        content: "\f30b";
        font-weight: 900;
        margin: 0 10px 0 5px;
        position: relative;
        top: 3px;
        transform: scaleY(0.6); }
      .breadcrumb-content ol li a:hover {
        color: #24184a; }
    .breadcrumb-content ol li:first-child a::before {
      display: none; }