body {
	background: #ecf0f1;
	font-family: 'Titillium Web', sans-serif;
}

h3 {
	margin: 0;
}

nav {
	width: 100%;
	padding: 10px 0px;
	background: #fff;
	-webkit-box-shadow: 0px 1px 10px #d6d6d6;
	-moz-box-shadow: 0px 1px 10px #d6d6d6;
	box-shadow: 0px 1px 10px #d6d6d6;
}

.logo {
	float: left;
}

.logo > img {
	height: 80px;
}

.logo-text {
	display: inline-block;
	margin-top: 54px;
	font-size: 18px;
	color: #767676;
}

.logo-text span {
	color: #767676;
}

.navigation-menu {
	float: right;
}

.navigation-menu > ul {
	display: flex;
	padding: 44px 0 0px;
	gap: 30px;
}

.navigation-menu > ul > li > a {
	font-size: 18px;
	text-decoration: none;
	font-weight: 600;
	color: #767676;
	cursor: pointer;
}

.navigation-menu > ul > li:last-child > a {
	background: #b1673b;
	color: #fff;
	padding: 2px 10px;
	border-radius: 10px;
	text-transform: uppercase;
}

.list-group-wrapper {
	margin-bottom: 20px;
}

.wrapper > h3 {
	margin-bottom: 20px;
}

.date {
    background: #b1673b;
    text-align: center;
    color: #fff;
    padding: 10px 0px;
    border-radius: 10px;
}

.list-title {
	margin-top: 0;
	font-weight: 600;
}

.view_more {
	background: #b1673b;
    color: #fff;
    padding: 2px 10px;
    border-radius: 10px;
    text-transform: uppercase;
    
}

.view_more:hover,.view_more:active, .view_more:focus {
	text-decoration: none;
	color: #fff;
}

section {
	padding: 50px 0px;
}

.wrapper {
	width: 100%;
	background: #fff;
	margin-bottom: 30px;
	box-shadow: 0px 0px 10px #d6d6d6;
	padding: 20px;
	border-radius: 10px;
}

.wrapper img {
	width: 100%;
	height: 115px;
}

.details-btn {

	display: inline-block;
    background: #fff;
    border: 1px solid #dddddd;
    padding: 5px 15px;
    color: #666;
    font-weight: 400;
    border-radius: 4px;
    cursor: pointer;
}

.details-btn:hover {
	background: #e64d25;
	border: 1px solid #e64d25;
	text-decoration: none;
	color: #fff;
}

/*modal fullscreen */

.modal.modal-fullscreen {
  /* Maximize the main wrappers on the screen */
  /* Make the parent wrapper of the modal box a full-width block */
  /* Remove borders and effects on the content */
  /**
	 * /!\ By using this feature, you force the header and footer to be placed
	 * in an absolute position. You must handle by yourself the margin of the
	 * content.
	 */
}
.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .modal-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal.modal-fullscreen .modal-dialog {
  margin: 0;
  width: 100%;
  animation-duration:0.6s;
}
.modal.modal-fullscreen .modal-content {
  border: none;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -o-box-shadow: inherit;
  box-shadow: inherit;
  /* change bg color below */
 /* background:#1abc9c; */
}
.modal.modal-fullscreen.force-fullscreen {
  /* Remove the padding inside the body */
}
.modal.modal-fullscreen.force-fullscreen .modal-body {
  padding: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header,
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  left: 0;
  position: absolute;
  right: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header {
  top: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  bottom: 0;
}

.inner-logo {
	margin: auto;
    width: 300px;
}

.inner-logo img {
	width: 100%;
}

.visit_site {
	display: block !important;
    width: 105px;
    margin: auto;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}