div.mod_search93 input[type="search"] {
    width: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.site-title {
    font-family: 'Open Sans', sans-serif;
}
body.site {
    border-top: 3px solid #040a00;
    background-color: #f0e7eb
}

a {
    color: #040a00;
}

.navbar-inner,
.nav-list>.active>a,
.nav-list>.active>a:hover,
.dropdown-menu li>a:hover,
.dropdown-menu .active>a,
.dropdown-menu .active>a:hover,
.nav-pills>.active>a,
.nav-pills>.active>a:hover,
.btn-primary {
    background: #040a00;
}

.navbar-inner {
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1), inset 0 30px 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1), inset 0 30px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1), inset 0 30px 10px rgba(0, 0, 0, .2);
}

.single-job-list-item {
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 30px;
}
.single-job-list-item .job_type {
    background-color: #e0f5d7;
    border-radius: 20px;
    padding: 5px 15px;
    color: #449626;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 16px;
}

.single-job-list-item .job_type i {
    margin-right: 5px;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
    color: inherit;
}
.single-job-list-item .title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 15px;
    transition: all 300ms;
}
.single-job-list-item .company_name, .single-job-list-item .deadline {
    display: block;
    margin-bottom: 10px;
}
.single-job-list-item .company_name strong, .single-job-list-item .deadline strong {
    color: var(--heading-color);
    margin-right: 10px;
    font-weight: 600;
}
.single-job-list-item .company_name, .single-job-list-item .deadline {
    display: block;
    margin-bottom: 10px;
}
.single-job-list-item .company_name strong, .single-job-list-item .deadline strong {
    color: var(--heading-color);
    margin-right: 10px;
    font-weight: 600;
}
.single-job-list-item .jobs-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
}
.single-job-list-item .jobs-meta li {
    display: inline-block;
    border-radius: 25px;
    padding: 5px 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    font-weight: 500;
    font-size: 14px;
}
.single-job-list-item .jobs-meta li:nth-child(1) i {
    color: #12b6e8;
}

.single-job-list-item .jobs-meta li i {
    margin-right: 5px;
}
.svg-inline--fa.fa-w-16 {
    width: 1em;
    color: #12b6e8!important;
}

.single-job-list-item .jobs-meta li i {
    margin-right: 5px;
}
.svg-inline--fa.fa-w-12 {
    width: .75em;
    color: red;
}
.single-gallery-image img{
    width: 100%!important;
}
.single-events-list-item {
    display: flex;
    align-self: flex-start;
}
.single-events-list-item .thumb {
    margin-right: 30px;
}
.single-events-list-item .content-area {
    flex: 1;
}
.single-events-list-item .content-area .top-part {
    display: flex;
    align-self: flex-start;
    margin-bottom: 15px;
}
.single-events-list-item .content-area .top-part .time-wrap {
    margin-right: 20px;
    width: 80px;
    height: 80px;
    background-color: #026b33;
    color: #fff;
    text-align: center;
    padding-top: 10px;
}
.single-events-list-item .content-area .top-part .time-wrap .date {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
}
.single-events-list-item .content-area .top-part .time-wrap span {
    display: block;
}
.single-events-list-item .content-area .top-part .time-wrap .month {
    font-weight: 600;
    text-transform: uppercase;
}

.single-events-list-item .content-area .top-part .time-wrap span {
    display: block;
}
.single-events-list-item .content-area .top-part .title-wrap {
    flex: 1;
}
.single-events-list-item .content-area .top-part .location {
    font-size: 14px;
    font-weight: 500;
}
.single-events-list-item .content-area .top-part .location i {
    color: var(--main-color-one);
}
.active{
    background: #040a00!important;
    color: #fff;
}
.current-menu-item{
    background: #040a00!important;
    color: #fff;
}
body.site {
    border-top: 3px solid #040a00;
    background-color: #fff!important;
}



/* Gallery CSS */



/*.gallery-title*/
/*{*/
/*    font-size: 36px;*/
/*    color: #42B32F;*/
/*    text-align: center;*/
/*    font-weight: 500;*/
    
/*}*/
/*.gallery-title:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 7.5%;*/
/*    left: 46.5%;*/
/*    height: 45px;*/
  
/*}*/
/*.filter-button*/
/*{*/
/*    font-size: 18px;*/
/*    border: 1px solid #42B32F;*/
/*    border-radius: 5px;*/
/*    text-align: center;*/
/*    color: #42B32F;*/
/*    margin-bottom: 30px;*/

/*}*/
/*.filter-button:hover*/
/*{*/
/*    font-size: 18px;*/
/*    border: 1px solid #42B32F;*/
/*    border-radius: 5px;*/
/*    text-align: center;*/
/*    color: #ffffff;*/
/*    background-color: #42B32F;*/

/*}*/
/*.btn-default:active .filter-button:active*/
/*{*/
/*    background-color: #42B32F;*/
/*    color: white;*/
/*}*/

/*.port-image*/
/*{*/
/*    width: 100%;*/
/*}*/

/*.gallery_product*/
/*{*/
/*    margin-bottom: 30px;*/
/*}*/



.header {
  text-align: center;
  padding: 32px;
}

.row {
  display: -ms-flexbox; /* IE 10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE 10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.column {
  -ms-flex: 50%; /* IE 10 */
  flex: 50%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}

/* Style the buttons */
.btn {
    border: none;
    outline: none;
    padding: 6px 6px;
    background-color: rgb(241 241 241);
    cursor: pointer;
    font-size: 12px;
}

.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: #666;
  color: white;
}
/* Gallery CSS End */


/* Navigation CSS Start */

a {
    text-decoration: none;
  }
  
  nav {
      font-family: monospace;
  }
  
  ul {
      background: #fff;
      list-style: none;
      margin: 0;
      padding-left: 0;
  }
  
  li {
    color: #000;
    background: #fff;
    display: block;
    float: left;
    padding: 3px;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
  }
    
  li a {
    color: #000000;
  }
  
  li:hover { 
      background-color: #eee;
      cursor: pointer;
  }
  
  ul li ul {
    background: rgb(131, 125, 113);
    visibility: hidden;
    opacity: 0;
    min-width: 5rem;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 10px;
    left: 0;
    display: none;
    z-index: 400;
  }
  
  ul li:hover > ul,
  ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
    width: 9rem;
  }
  
  ul li ul li {
    word-spacing: 0px;
    margin-top:-7px;
    padding-bottom:15px;
    clear: both;    
    width: 100%;
    font-weight: bold;
	font-size: 14px;
  }

  /* Navigation CSS End */