@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700,900");
@import url("https://fonts.googleapis.com/css?family=Chivo");
@import url("https://fonts.googleapis.com/css?family=Overpass");
a,
p,
body {
  font-family: 'Overpass', sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Chivo', sans-serif; }

html {
  height: 100%; }

html [type=button] {
  -webkit-appearance: unset !important; }

body {
  min-height: 100%;
  position: relative;
  color: #1f282d;
  font-size: 13px;
  overflow-x: hidden; }

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none; }

button:hover, button:focus, button:active {
  outline: none; }

.container {
  padding: 0; }

.enug-container {
  padding: 0 20px; }

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #ced4da;
  font-size: 14px; }

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ced4da;
  font-size: 14px; }

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #ced4da;
  font-size: 14px; }

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #ced4da;
  font-size: 14px; }

.enug-wrapper {
  padding: 63px 0 40px;
  min-height: 100%; }

.enug-bottom-wrapper {
  padding: 0 0 40px;
  min-height: 100%; }

.enug-title {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
  letter-spacing: 1px; }

.text-bold {
  font-weight: 500; }

.pl-15 {
  padding-left: 15px; }

.pr-15 {
  padding-right: 15px; }

ul.unstyled {
  list-style: none;
  padding: 0; }

.btn {
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 1px; }

.btn-enug-download {
  font-size: 13px;
  padding: 8px 24px;
  margin: 0;
  border-radius: 4px; }

#searchField {
  display: none;
  background-color: transparent;
  color: #ffffff; }
  #searchField::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff; }
  #searchField::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff; }
  #searchField:-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff; }
  #searchField:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff; }
  .enug-navbar-white #searchField {
    color: #939393; }
    .enug-navbar-white #searchField::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #939393; }
    .enug-navbar-white #searchField::-moz-placeholder {
      /* Firefox 19+ */
      color: #939393; }
    .enug-navbar-white #searchField:-ms-input-placeholder {
      /* IE 10+ */
      color: #939393; }
    .enug-navbar-white #searchField:-moz-placeholder {
      /* Firefox 18- */
      color: #939393; }

.search-btn {
  float: left;
  margin-right: 10px; }

.search-field {
  border-width: 0 0 1px;
  border-color: #939393;
  outline: 0; }

.enug-navbar {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: none; }
  .enug-navbar .navbar-brand {
    width: 170px;
    margin: 0; }
  .enug-navbar .nav-item {
    padding: 8px 10px; }
    .enug-navbar .nav-item .nav-link {
      padding: 0;
      text-transform: capitalize;
      font-weight: 500;
      font-size: 14px;
      line-height: 27px;
      background-color: transparent;
      color: #ffffff !important; }
      .enug-navbar .nav-item .nav-link:hover, .enug-navbar .nav-item .nav-link:focus, .enug-navbar .nav-item .nav-link:active {
        background-color: transparent;
        color: #d8d8d8 !important; }
      .enug-navbar .nav-item .nav-link.search-btn:hover, .enug-navbar .nav-item .nav-link.search-btn:focus, .enug-navbar .nav-item .nav-link.search-btn:active {
        color: #ffffff !important; }
    .enug-navbar .nav-item:last-child {
      padding-right: 0; }
    .enug-navbar .nav-item.active .nav-link {
      background-color: transparent;
      color: #d8d8d8 !important; }
      .enug-navbar .nav-item.active .nav-link.search-btn {
        color: #ffffff !important; }
  .enug-navbar .navbar-toggler {
    padding: 8px 0 0; }
  .enug-navbar .navbar-toggler-icon {
    background-image: url("../../assets/img/hamburger-menu.svg");
    margin-bottom: 4px;
    display: flex; }
    .enug-navbar .navbar-toggler-icon-white {
      background-image: url("../../assets/img/hamburger-menu-white.svg"); }

.navbar-expand-lg .navbar-collapse {
  justify-content: flex-end; }

.enug-navbar-white {
  background-color: #ffffff; }
  .enug-navbar-white .nav-item .nav-link {
    color: #1f282d !important; }
    .enug-navbar-white .nav-item .nav-link:hover, .enug-navbar-white .nav-item .nav-link:focus, .enug-navbar-white .nav-item .nav-link:active {
      color: #0056b3 !important; }
    .enug-navbar-white .nav-item .nav-link.search-btn:hover, .enug-navbar-white .nav-item .nav-link.search-btn:focus, .enug-navbar-white .nav-item .nav-link.search-btn:active {
      color: #1f282d !important; }
  .enug-navbar-white .nav-item.active .nav-link {
    color: #0056b3 !important; }
    .enug-navbar-white .nav-item.active .nav-link.search-btn {
      color: #1f282d !important; }

.navbar.scrolling-navbar {
  padding-top: 0;
  padding-bottom: 0; }
  .navbar.scrolling-navbar.top-nav-collapse {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.sidenav .closebtn {
  display: none; }

/*===== CSS FOR HEADER ====*/
html,
body,
header,
.header-view {
  height: 100%; }

header {
  overflow: hidden; }

.enug-header {
  margin-top: 63px; }

/*===== END CSS FOR HEADER ====*/
/*===== CSS FOR FOOTER ====*/
.enug-footer, .enug-footer-white {
  width: 100%;
  padding: 15px 0;
  color: #1f282d;
  background-color: #ffffff;
  font-size: 12px;
  letter-spacing: 1px; }
  .enug-footer .socmed, .enug-footer-white .socmed {
    font-size: 16px; }
  .enug-footer a, .enug-footer-white a {
    color: #1f282d; }
    .enug-footer a:hover, .enug-footer-white a:hover, .enug-footer a:focus, .enug-footer-white a:focus, .enug-footer a:active, .enug-footer-white a:active {
      color: #0056b3 !important; }

.enug-footer-white {
  background-color: transparent;
  color: #ffffff; }
  .enug-footer-white a {
    color: #ffffff; }
    .enug-footer-white a:hover, .enug-footer-white a:focus, .enug-footer-white a:active {
      color: #d8d8d8 !important; }

/*===== END CSS FOR FOOTER ====*/
.enug-image-cropper {
  width: 100%;
  height: 280px;
  position: relative;
  overflow: hidden;
  left: 0; }
  .enug-image-cropper img {
    display: inline;
    margin: 0 auto;
    height: auto;
    width: 100%;
    left: 50%;
    position: relative;
    transform: translate(-50%, 0px); }

/*===== CSS FOR HOME PAGE ====*/
.row-view {
  height: 100%; }

.row2-view {
  height: 50%; }

.row3-view {
  height: 33.33%; }

.enug-home-top {
  padding-top: 44px; }

.enug-home-bottom {
  padding-bottom: 38px; }

.enug-home-title-wrapper {
  color: #ffffff;
  position: relative;
  width: 100%; }

.enug-home-title {
  color: #ffffff;
  text-align: center; }
  .enug-home-title h6 {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1.5px;
    margin-bottom: 8px; }
  .enug-home-title h4 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px; }
  .enug-home-title p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0; }

.row3-view .enug-home-title {
  line-height: 20px; }
  .row3-view .enug-home-title h4 {
    font-size: 18px;
    margin-bottom: 5px; }
  .row3-view .enug-home-title p {
    font-size: 16px; }

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.swiper-pagination-bullet {
  background-color: white;
  opacity: 0.4; }

.swiper-pagination-bullet-active {
  background-color: #ffffff;
  opacity: 1 !important; }

/*===== END CSS FOR HOME PAGE ====*/
/*===== CSS FOR ABOUT PAGE ====*/
.enug-about-intro {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin: 45px 0 55px;
  line-height: 1.6;
  text-align: justify;
  padding: 0 15px; }

.enug-about-achievement {
  margin-bottom: 30px; }
  .enug-about-achievement p {
    margin: 0; }
  .enug-about-achievement h6 {
    margin-bottom: 17px; }
  .enug-about-achievement .date {
    font-weight: 500;
    padding-top: 8px; }
  .enug-about-achievement .content {
    border-bottom: 2px solid #ebebeb;
    padding: 8px 0;
    line-height: 1.6; }
    .enug-about-achievement .content > h6 {
      font-weight: 500;
      font-size: 13px;
      display: block;
      margin-bottom: 3px; }
  .enug-about-achievement:last-child {
    margin-bottom: 20px; }

/*===== END CSS FOR ABOUT PAGE ====*/
/*===== CSS FOR PROJECT PAGE ====*/
.enug-project-wrapper {
  margin-left: 0;
  margin-right: 0; }
  .enug-project-wrapper .col-4 {
    padding-left: 1px;
    padding-right: 1px; }
  .enug-project-wrapper .view {
    margin: 0 0 2px;
    cursor: pointer; }
  .enug-project-wrapper .white-text {
    text-align: center;
    line-height: 34px;
    padding: 40px 45px; }
    .enug-project-wrapper .white-text .title {
      font-size: 16px;
      font-weight: 400;
      line-height: 28px;
      font-family: 'Chivo', sans-serif; }
    .enug-project-wrapper .white-text p {
      font-size: 14px; }

.enug-project-detail-wrapper .carousel-control-prev-icon {
  background-image: url("../img/left-arrow.svg") !important;
  width: 38px !important;
  height: 38px !important; }
.enug-project-detail-wrapper .carousel-control-next-icon {
  background-image: url("../img/right-arrow.svg") !important;
  width: 38px !important;
  height: 38px !important; }
.enug-project-detail-wrapper .carousel-control-next, .enug-project-detail-wrapper .carousel-control-prev {
  opacity: 0.8;
  top: 50%;
  transform: translateY(-50%); }
.enug-project-detail-wrapper .carousel-indicators {
  margin-bottom: 0 !important; }

.enug-project-detail-content {
  margin: 40px 0 0;
  padding: 0 20px; }
  .enug-project-detail-content p {
    text-align: justify; }

/*===== END CSS FOR PROJECT PAGE ====*/
/*===== CSS FOR PROJECT PAGE ====*/
.enug-artwork-filter {
  padding: 0 0 15px;
  line-height: 1;
  list-style: none;
  margin: 0; }
  .enug-artwork-filter li {
    text-align: center; }
    .enug-artwork-filter li a:hover, .enug-artwork-filter li a.active {
      color: #0056b3 !important;
      padding-bottom: 2px;
      border-bottom: 1px solid #0056b3; }
  .enug-artwork-filter .filter-title {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    color: #939393 !important;
    margin-bottom: 6px;
    display: inline-block;
    font-family: 'Chivo', sans-serif; }
  .enug-artwork-filter .filter-btn-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 50px; }
  .enug-artwork-filter .filter-btn {
    font-size: 13px;
    margin: 0 18px 6px;
    display: inline-block;
    justify-content: space-between;
    color: #939393 !important; }
    .enug-artwork-filter .filter-btn:hover, .enug-artwork-filter .filter-btn.active {
      color: #0056b3 !important;
      padding-bottom: 2px;
      border-bottom: 1px solid #0056b3; }

.enug-artwork-wrapper {
  margin-left: 0;
  margin-right: 0;
  overflow: hidden; }
  .enug-artwork-wrapper .col-3 {
    padding-left: 1px;
    padding-right: 1px; }
  .enug-artwork-wrapper .view {
    margin: 0 0 2px;
    cursor: pointer;
    display: block !important; }
    .enug-artwork-wrapper .view img {
      transform: translateZ(0); }
  .enug-artwork-wrapper .overlay .mask {
    transform: translateZ(0);
    -ms-transition: none; }
  .enug-artwork-wrapper .white-text {
    text-align: center;
    line-height: 24px;
    padding: 40px 45px; }
    .enug-artwork-wrapper .white-text .title {
      font-size: 18px;
      font-weight: 400;
      line-height: 30px;
      margin-bottom: 20px;
      font-family: 'Chivo', sans-serif; }

/*.enug-artwork-detail {
	margin: 30px 0 50px;
	padding: 0 15px;

	.figure-caption {
		margin-top: 30px;

		h6 {
			font-size: 24px;
			font-weight: 600;
			color: $primary-color;
		}
	}
}*/
.enug-artwork-detail {
  height: calc(100% - 160px);
  margin-top: 64px; }
  .enug-artwork-detail .carousel {
    height: 100%;
    display: flex;
    justify-content: center;
    width: auto; }
  .enug-artwork-detail .carousel-inner {
    height: 100%;
    width: auto; }
  .enug-artwork-detail .carousel-item {
    height: 100%;
    width: auto; }
    .enug-artwork-detail .carousel-item img {
      height: 100%; }

.enug-artwork-figure-caption {
  margin-top: 20px;
  padding: 0 7.5%; }
  .enug-artwork-figure-caption h6 {
    font-size: 18px;
    font-weight: 500;
    color: #1f282d; }

/*===== END CSS FOR PROJECT PAGE ====*/
/*===== CSS FOR OTHER SIDE PAGE ====*/
.enug-other-side-img {
  margin-bottom: 5px; }
  .enug-other-side-img .white-text {
    font-size: 36px;
    letter-spacing: 1px;
    font-weight: 500; }

.enug-other-side-content-wrapper {
  padding: 40px 0 20px;
  margin: 0;
  border-top: 1px solid #dddddd; }
  .enug-other-side-content-wrapper:first-child {
    border-top: 0; }

.enug-other-side-content h6 {
  font-weight: 500; }
  .enug-other-side-content h6.title {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
    letter-spacing: 1px; }
  .enug-other-side-content h6.size {
    margin-top: 10px;
    margin-bottom: 10px; }
.enug-other-side-content .contributor {
  padding: 0;
  margin-bottom: 20px; }
  .enug-other-side-content .contributor p {
    margin-bottom: 10px;
    line-height: 18px; }
.enug-other-side-content-img {
  margin-bottom: 32px; }

/*===== END CSS FOR OTHER SIDE PAGE ====*/
/*===== CSS FOR CONTACT PAGE ====*/
.enug-contact-content {
  padding: 45px 15px 0; }
  .enug-contact-content .md-form label {
    color: #1f282d;
    font-size: 13px;
    padding-left: 15px;
    padding-bottom: 5px; }

.enug-contact-image {
  position: absolute;
  right: 0;
  top: 0; }

/*===== END CSS FOR CONTACT PAGE ====*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .enug-navbar .nav-item {
    padding: 8px 15px; }

  .search-field {
    width: 95px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding: 0 20px; }

  .navbar-nav {
    padding: 0 10px 15px; }

  .enug-navbar-white .nav-item .nav-link {
    color: #ffffff !important; }
    .enug-navbar-white .nav-item .nav-link:hover, .enug-navbar-white .nav-item .nav-link:focus, .enug-navbar-white .nav-item .nav-link:active {
      color: #d8d8d8 !important; }

  #searchField {
    display: inline;
    width: 100px; }

  .collapse:not(.show) {
    display: block; }

  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 50px; }
    .sidenav .navbar-nav {
      width: 190px; }

  .sidenav .closebtn {
    position: absolute;
    top: 12px;
    right: 14px;
    font-size: 36px;
    line-height: 36px;
    margin-left: 50px;
    display: block; }
    .sidenav .closebtn a {
      color: #ffffff; }
      .sidenav .closebtn a.waves-effect {
        transition: none; }

  .enug-artwork-filter .filter-btn {
    margin: 0 15px 8px; } }
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding: 0 20px; }

  .navbar-nav {
    padding: 0 10px 15px; }

  #searchField {
    display: inline;
    width: 100px; }

  .enug-navbar-white .nav-item .nav-link {
    color: #ffffff !important; }
    .enug-navbar-white .nav-item .nav-link:hover, .enug-navbar-white .nav-item .nav-link:focus, .enug-navbar-white .nav-item .nav-link:active {
      color: #d8d8d8 !important; }

  .collapse:not(.show) {
    display: block; }

  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 50px; }
    .sidenav .navbar-nav {
      width: 190px; }

  .sidenav .closebtn {
    position: absolute;
    top: 12px;
    right: 14px;
    font-size: 36px;
    line-height: 36px;
    margin-left: 50px;
    display: block; }
    .sidenav .closebtn a {
      color: #ffffff; }

  .row3-view .enug-home-title {
    line-height: 16px; }
    .row3-view .enug-home-title h6 {
      font-size: 12px;
      margin-bottom: 5px; }
    .row3-view .enug-home-title p {
      font-size: 14px; }

  .enug-project-wrapper .white-text {
    line-height: 21px;
    padding: 25px; }
    .enug-project-wrapper .white-text .title {
      line-height: 21px; }

  .enug-artwork-filter .filter-btn {
    margin: 0 13px 8px; }

  .enug-artwork-wrapper .white-text {
    line-height: 18px;
    padding: 10px 15px; }
    .enug-artwork-wrapper .white-text .title {
      font-size: 14px;
      font-weight: 400;
      line-height: 18px;
      margin-bottom: 0; }
    .enug-artwork-wrapper .white-text p {
      display: none; }

  .enug-other-side-img .white-text {
    font-size: 30px; }

  .enug-contact-content {
    padding: 10px 15px 45px 5%; } }
/* EOL Small devices */
/* Extra Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) {
  .container {
    padding: 0 15px; }

  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding: 0 20px; }

  .navbar-nav {
    padding: 0 10px 15px; }

  #searchField {
    display: inline;
    width: 100px; }

  .enug-navbar-white .nav-item .nav-link {
    color: #ffffff !important; }
    .enug-navbar-white .nav-item .nav-link:hover, .enug-navbar-white .nav-item .nav-link:focus, .enug-navbar-white .nav-item .nav-link:active {
      color: #d8d8d8 !important; }

  .collapse:not(.show) {
    display: block; }

  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 50px; }
    .sidenav .navbar-nav {
      width: 190px; }

  .sidenav .closebtn {
    position: absolute;
    top: 12px;
    right: 14px;
    font-size: 36px;
    line-height: 36px;
    margin-left: 50px;
    display: block; }
    .sidenav .closebtn a {
      color: #ffffff; }

  .enug-footer, .enug-footer-white {
    padding: 75px 0 15px; }
    .enug-footer.fixed-bottom, .fixed-bottom.enug-footer-white {
      position: relative; }

  .enug-footer-white {
    line-height: 18px;
    padding: 0 0 5px;
    font-size: 12px; }

  .fixed-bottom.enug-footer-white {
    position: absolute; }

  .row3-view .enug-home-title {
    line-height: 14px; }
    .row3-view .enug-home-title h6 {
      font-size: 11px;
      margin-bottom: 5px; }
    .row3-view .enug-home-title h4 {
      font-size: 16px; }
    .row3-view .enug-home-title p {
      font-size: 12px; }

  .enug-about-intro {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }

  .enug-project-wrapper .white-text {
    line-height: 16px;
    padding: 15px; }
    .enug-project-wrapper .white-text .title {
      font-size: 12px;
      line-height: 16px; }
    .enug-project-wrapper .white-text p {
      font-size: 10px; }

  .enug-artwork-filter .enug-artwork-filter .filter-btn-group {
    padding: 0 35px; }
  .enug-artwork-filter .filter-btn {
    margin: 0 13px 8px; }

  .enug-artwork-wrapper .white-text {
    line-height: 18px;
    padding: 10px 15px; }
    .enug-artwork-wrapper .white-text .title {
      font-size: 12px;
      font-weight: 400;
      line-height: 16px;
      margin-bottom: 0; }
    .enug-artwork-wrapper .white-text p {
      display: none; }

  .enug-other-side-img .white-text {
    font-size: 22px; }

  .enug-contact-content {
    padding: 10px 15px 45px 5%; } }
/* EOL Extra Small devices */

/*# sourceMappingURL=main.css.map */
