/*-- Use For Custom Styling --*/
/* ===================================
Google font
====================================== */
@import url('https://fonts.googleapis.com/css?family=Lato:100,200,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:100,200,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:100,200,400,500,600,700,800');

html {
    width: 100%;
    height: 100%;
}

body {
    background-color: #ffffff;
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.row {
    margin-top: 0;
    padding-top: 0;
}

.page-wrapper {
    min-height: 650px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    width: 100%
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 1080px
    }
}

@media (min-width:1240px) {
    .container {
        max-width: 1240px
    }
}

hr.primary {
    max-width: 80px;
    border: 2px solid #108c42;
}

hr.white {
    max-width: 80px;
    border: 2px solid #ffffff;
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.rounded {
    border-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

a {
    color: #212121;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #108c42;
    text-decoration: none;
}

p {
    color: #424242;
    font-size: 13px;
    line-height: 1.5;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

.page-header {
    padding-bottom: 10px;
    margin: 40px 0 20px;
}

.bg-primary {
    background-color: #108c42 !important;
}

.bg-secondary {
    background-color: #A1D89E;
}

.bg-white {
    background-color: #ffffff;
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.bg-grey {
    background-color: #eeeeee;
}

.bg-light-grey {
    background-color: #fafafa;
}

.bg-light-grey-400 {
    background-color: #bdbdbd;
}

.bg-light-grey-300 {
    background-color: #e0e0e0;
}

.bg-light-grey-200 {
    background-color: #eeeeee;
}

.bg-light-grey-100 {
    background-color: #f5f5f5;
}

.bg-light-grey-50 {
    background-color: #fafafa;
}

.red {
    color: #ff0000;
}

.text-faded {
    color: rgba(255, 255, 255, .7);
}

.text-dark-grey {
    color: #424242 !important;
}

.text-primary {
    color: #022859 !important;
}

.text-light-blue {
    color: #2da9d9 !important;
}

.text-pink {
    color: #b73377 !important;
}

.text-white {
    color: #ffffff;
}

.text-justify {
    text-align: justify;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.text-s-1 {
    font-size: 24px;
    padding: 10px;
}

.text-s-4 {
    font-size: 16px;
    padding: 10px;
}

.text-x-large {
    font-size: 24px;
}

.text-large {
    font-size: 20px;
}

.text-medium {
    font-size: 16px;
}

.text-small {
    font-size: 14px;
}

section {
    padding: 10px 0;
}

aside {
    padding: 30px 0;
}

.no-padding {
    padding: 0;
}


/*========================================
Header & Navigation Menu
 =========================================*/
#header {
    width: 100%;
    border-bottom: 4px solid #DDAE11 !important;
}

header {
    position: relative;
    width: 100%;
    z-index: 999;
}

.top-banner {
    background-color: #026602;
    background-size: cover;
    width: 100%;
}

#content-header {
    margin: 0px 0 0 20px;
    padding: 8px 0 0 20px;
}

#content-header h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFFFFF !important
}

#content-header h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFFFFF !important
}

/* .navbar1 {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 6px 10px;
	background-color: #054605;
	border-bottom: 6px solid #DDAE11;
	border-top: 4px solid #DDAE11;
	border-top-left-radius: 16px !important;
	border-top-right-radius: 16px !important;
  }
  
  
  .bg-primary {
	background-color: #026602 !important;
  }
   */
.navbar .navbar-brand {
    padding: 0px;
    /* firefox bug fix */
}

.navbar .navbar-brand {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.navbar .navbar-brand>span {
    color: #DDAE11;
}

.navbar .logo {
    height: 80px !important;
    transition: transform .2s;
    width: auto;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 10;
    cursor: pointer;
}

.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
    background-color: transparent;
    color: #fff !important;
}

.navbar-nav>li {
    display: inline-block;
    padding: 0 8px;
}

.navbar-nav>li::after,
.navbar-nav .active::after {
    content: "";
    display: block;
    width: 100%;
    background: transparent;
    z-index: 101;
    transition: 0.6s all ease-in-out;
}

.navbar-nav>li:hover::after,
.navbar-nav>.active::after,
.navbar-nav>.active-ancestor::after {
    text-decoration: none;
    display: block;
}

.navbar-nav>li>a {
    display: block;
    text-decoration: none;
    font-family: inherit;
    color: #FFFFFF !important;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

.navbar-nav li>a i {
    margin-left: 5px;
}

.navbar-nav>li a:hover {
    text-decoration: none;
    color: #DDAE11 !important;
}

.navbar-nav .active>a {
    text-decoration: none;
    color: #DDAE11 !important;
}

.dropdown {
    margin: 0 20px 0 10px;
    position: relative;
    display: inline-block;
    z-index: 9999;
}

.dropdown>a.navbar-nav-link {
    font-size: 14px;
    font-weight: 500 !important;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
}

.dropdown>a img {
    display: inline;
    width: 32px;
    height: 32px;
}

.dropdown>a img.img-circle {
    border-radius: 50%;
}


.dropdown>a i {
    font-size: 16px;
}

.dropdown:hover {
    cursor: pointer;
    background-color: inherit;
    border: none !important;
}

.dropdown .dropdown-menu {
    border: 1px solid #eceef1;
    border-radius: 5px;
    padding: 10px 20px;
    width: 240px;
    margin-left: -200px !important;
    margin-top: 19px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    z-index: 9999;
}

.dropdown .dropdown-menu:before {
    background-color: #ffffff;
    content: "";
    height: 37px;
    position: absolute;
    right: 40px;
    width: 37px;
    top: -7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dropdown-menu .user_set_header {
    padding: 10px 0;
}

.dropdown-menu .user_set_header img {
    margin-right: 15px;
}

.dropdown-menu.user_set_header p {
    font-size: 14px;
    font-weight: 600 !important;
    color: #212121;
    line-height: 1.2;
}

.dropdown-menu .user_set_header p span {
    font-size: 12px;
    color: rgb(126, 126, 126);
    line-height: 1.2;
}

.dropdown-menu .user_setting_content {
    padding: 10px 0 0;
}

.dropdown-menu .user_content a.dropdown-item {
    color: #424242 !important;
    font-size: 12px !important;
    text-transform: capitalize;
    font-weight: 500;
    padding: 6px 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/*========================================
Navigation Menu
 =========================================*/
#mainNav {
    position: relative;
    margin-bottom: 10px;
    border-radius: 0 !important;
    background-color: #2c3e50;
}

.navbar .navbar-brand {
    color: #108c42;
    margin: 0;
    padding: 0;
    height: 40px;
}

.navbar .navbar-brand img {
    height: 40px !important;
}

.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
    color: #108c42;
}

.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
    background-color: #ffffff;
}

.navbar .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar .navbar-collapse,
.navbar .navbar-form {
    border-color: #108c42;
}

.navbar .navbar-nav a.nav-item {
    padding: 10px 14px;
    color: #ffffff;
    font-size: 14px !important;
    font-weight: 600 !important;

}

.navbar .navbar-nav a.nav-item:active,
.navbar .navbar-nav a.nav-item:hover,
.navbar .navbar-nav a.nav-item:focus:hover {
    color: #FBC02D;
    font-weight: 600;
    background-color: #2c3e50;
}

.navbar .navbar-nav a.btn-link {
    margin: 0 10px;
    padding: 8px 12px !important;
    color: #ffffff;
}

.navbar .navbar-nav a.btn-link:last-child {
    margin-right: 0;
}

.navbar .navbar-nav a.btn-link:hover,
.navbar .navbar-nav a.btn-link:focus {
    text-decoration: none;
    color: #FBC02D !important;
    cursor: default;
}

.navbar .navbar-nav .dropdown-menu a.dropdown-item {
    font-size: 13px;
    font-weight: 500;
}

@media (min-width: 768px) {
    .navbar-nav a.nav-link {
        color: #ffffff;
        font-size: 13px !important;
        font-weight: 600 !important;
    }

    .navbar .navbar-nav a.nav-item:active,
    .navbar .navbar-nav a.nav-item:hover,
    .navbar .navbar-nav a.nav-item:focus:hover {
        color: #FBC02D;
        background-color: #2c3e50;
    }
}


/*content */
.section-heading {
    margin-top: 0;
}

.page-head {
    margin-top: 0
}

.section-title {
    text-align: center;
    width: 100%;
    margin: 0 0 10px;
    position: relative;
    display: block
}

.section-title span {
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    background: #ffffff;
    color: #108c42;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all .2s;
    z-index: 10
}

.section-title span>a {
    color: #212121;
}

.section-title span>a:hover {
    text-decoration: none;
}

.section-title:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #108c42;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media (min-width: 992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

ul.list-inline li.list-inline-item{
    padding: 8px 25px;
    border-bottom: 3px solid #1565C0;
}

ul.list-inline li.list-inline-item a{
    font-size: 16px;
}

ul.list-inline li.list-inline-item a:hover, a:focus{
    text-decoration: none;
}

/*==================================================
Button
===================================================*/
.btn.btn-primary {
    background: #026602;
    color: #fff;
    font-size: 14px;
    border: 1px solid #026602;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active {
    background: #026602;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn.btn-secondary {
    background: #A1D89E;
    color: #3F3F3F;
    border: 1px solid #A1D89E;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.btn.btn-secondary.active {
    background: #A1D89E;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-social {
    width: 3.25rem;
    height: 3.25rem;
    font-size: 1.25rem;
    line-height: 2rem
}

/*==================================================
Card
===================================================*/
/* .card {
    position: relative;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.card>.card-header {
    text-transform: uppercase;
    text-align: left;
    color: #3F3F3F;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.card-body {
    padding: 10px 10px 0 10px;
} */



.location>span {
    font-size: 13px;
}

.seller>span {
    font-size: 13px;
}

.posted-date>span {
    font-size: 13px;
}

.read-more>button.btn {
    margin: 4px 0;
    font-size: 13px;
}

.read-more>a.btn {
    margin: 4px 0;
    font-size: 13px;
}

/*==================================================
Forms
===================================================*/
.pure-form {
    width: 100%;
    margin: 10px;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 0;
}

.form-group label {
    font-weight: 600;
    font-size: 13px;
}

.form-group span.red {
    color: #CC0000 !important;
    font-size: 11px;
    font-weight: 600;
}

.form-group span.red p {
    color: #CC0000 !important;
    font-size: 11px;
    font-weight: 600;
}

.form-group input[type=text], input[type=email], input[type=password], input[type=number], textarea {
    width: 100%;
    border: 1px solid #cacaca;
    font-size: 14px;
}

.form-group select {
    width: 100%;
    border: 1px solid #cacaca;
    background: #ffffff;
    font-size: 14px;
}

.login-card {
    width: 100%;
    padding: 4px 20px;
    margin: 10px 0;
    background: #ffffff;
    border-radius: 10px;
    border-top: solid 5px #022859;
    border-bottom: solid 5px #1B5E20;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0 0 2em #ccc;
    -webkit-box-shadow: 0 0 2em #ccc;
    box-shadow: 0 0 2em #ccc;
}

.bg-login-card {
    background: #EEEEEE;
}

.bg-login-image {
    min-height: 400px;
    background: url("../img/front_Lg.jpeg");
    background-position: center;
    background-size: cover;
}

/*==================================================
Footer
===================================================*/
.footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #026602;
    color: #ffffff !important;
      border-top: 5px solid goldenrod;
  }
  
  .footer p {
    font-size: 13px;
    color: #ffffff !important;
  }
  footer li {
    list-style-type: none;
  }
  
  .list-inline {
    list-style: none;
  }
  
  /* footer {
    background-color: #086408;
    color: #fff;
  } */
  
  /*
  footer ul li {
     list-style-type: none;
     font-size: 20px;
     padding: 2px;
  }
  
  footer ul li a{
    color: inherit;
  }
  footer ul li a:hover{
    text-decoration: none;
    color: #dad5d5;
  } */
  
  .footer .footer-title {
    padding-bottom: 10px;
    font-family: inherit;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
  }
  
  .footer .footer-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 1px;
    width: 50px;
    background-color: #DDAE11;
  }
  
  .footer .footer-top {
    padding: 10px 70px;
  }
  
  .footer strong {
    font-weight: 700 !important;
  }
  
  .footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .footer li {
    margin-top: 6px;
    padding-top: 6px;
    line-height: 24px;
    color: #fff;
  }
  
  .footer li a {
    color: #fff;
    font-size: 13px;
    display: inline-block;
    position: relative;
    padding-left: 10px;
  }
  
  .footer ul li a:hover,
  .footer ul li a:focus {
    color: #ffffff !important;
    text-decoration: none;
  }
  
  .footer ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 5px;
    width: 5px;
    background-color: #054605;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .footer .footer-top .footer-share {
    display: inline-block;
  }
  
  .footer .footer-top .footer-share ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
  }
  
  .footer .footer-top .footer-share ul li {
    list-style: none;
    display: inline-block;
  }
  
  .footer .footer-top .footer-share ul li+li {
    margin-left: 10px;
  }
  
  .footer .footer-top .footer-share ul li a {
    font-size: 18px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    /* border: 1px solid #DDAE11; */
    text-align: center;
    color: #DDAE11;
    transition: all 0.3s ease 0s;
    padding-left: 0;
  }
  
  ul .nav-item a:hover{
        color:#DDAE11 !important;
  }
  
  
  .footer .footer-top .footer-share ul li a:hover {
    background-color: #054605;
    color: #fff;
  }
  
  .footer .footer-top .footer-share ul li a:after {
    background: none;
  }
  
  .app a:hover{
    filter: brightness(0) invert(1);
  }
  
  /* footer bottom */
  .footer .footer-bottom {
    border-top: 1px solid #DDAE11;
    text-align: center !important;
    padding: 10px 0;
    background-color: #054605;
  }
  
  .footer .footer-bottom .copyright p {
    margin-bottom: 0;
    color: #fff !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 400;
  }
  
  .footer .footer-bottom .copyright p:hover,
  .footer .footer-bottom .copyright p:focus {
    color: #fff;
  }
  
  
  .copyright {
    padding: 2rem;
    background-color: #1a252f;
    color: #ffffff !important;
  }
  
  .copyright p {
    font-size: 14px;
    color: #ffffff !important;
  }
  
  .copyright a {
    font-weight: 600;
    color: #108c42 !important;
  }
  
  .copyright a:hover {
    color: #108c42 !important;
  }