body {
  margin: 0;
  background-color: #fbfbfb;
  font-family: "Montserrat", sans-serif;
}
.clearfix::after,
.container::after,
.container-fluid::after {
  display: block;
  clear: both;
  content: "";
}
.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.row {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p0 {
  padding: 0 !important;
}
.border0 {
  border: none !important;
}
.text-center {
  text-align: center;
}
img {
    height: auto;
    max-width: 100%;
}
.logo {
  max-width: 400px;
  margin: auto;
}
p {
  width: 100%;
  left: 0px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: top;
  max-width: 950px;
  color: #727586;
}
a {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
  color: #673de6;
  text-decoration: underline;
}
h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0px;
  text-align: center;
}
.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 15px;
}
.m0 {
  margin: 0;
}
.mb0 {
  margin-bottom: 0;
}
.link-container {
  margin-top: 32px;
  margin-bottom: 32px;
  text-align: center;
}
.link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #673de6;
  margin-top: 10px;
  text-decoration: none;
}
.main-image {
  width: 100%;
  max-width: 650px;
  max-height: 406px;
  height: auto;
}

/*Latest Work*/
.latest-work-section .row {
  clear: both;
}
.heading-row {
  display: block;
}
.latest-work-section .col {
  width: 100%;
  padding-top: 30px;
}
.latest-work-action{
	text-decoration: none;
}
.latest-work-action:hover .latest-work-img a img,
.latest-work-action:hover .latest-work-img > img {
    box-shadow: -20px -20px #525252;
}
.latest-work-img {
  margin: 20px;
}
.latest-work-img img {
  border: 1px solid #282828;
  transition: all 0.3s ease-in-out;
}
.latest-work-title {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px;
}
.latest-work-location {
  color: #3a3a3a;
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 10px;
}
.latest-work-type {
  color: #282828;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  margin: 0 0 15px;
}
.latest-work-tagline {
  color: #363636;
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 25px;
}
.latest-work-tagline img {
  user-select: none;
}
.heading-row .read-more {
  font-size: 13px;
  margin-top: 20px;
  float: right;
}

@media screen and (min-width: 650px) and (min-height: 0px) and (max-height: 750px) {
  .link-container {
    margin-top: 12px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  /*Latest Work*/
  .latest-work-action {
    display: flex;
  }
  .latest-work-img {
    width: 40%;
  }
  .latest-work-content {
    width: 60%;
  }
  .latest-work-title {
    margin-top: 25px;
  }
}
@media screen and (min-height: 660px) {
  body {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  /*Latest Work*/
  .heading-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .heading-row .read-more {
    margin: 0;
    float: inherit;
  }
  .latest-work-title {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 930px;
  }
  /*Latest Work*/
  .latest-work-section .col {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1360px) {
  /*Latest Work*/
  .latest-work-section .row {
    justify-content: space-between;
  }
  .latest-work-section .col {
    width: 49%;
    padding-top: 50px;
  }
  .latest-work-img {
    width: 55%;
  }
  .latest-work-content {
    width: 45%;
  }
  .latest-work-title {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1240px;
  }
  /*Latest Work*/
  .latest-work-title {
    font-size: 26px;
  }
  .latest-work-type {
    font-size: 20px;
  }
  .latest-work-tagline {
    font-size: 16px;
  }
}
@media screen and (min-width: 1500px) {
  .container {
    max-width: 1340px;
  }
}
@media screen and (min-width: 1660px) {
  .container {
    max-width: 1440px;
  }
  /*Latest Work*/
  .latest-work-content {
    padding: 20px;
  }
}
@media screen and (min-width: 1860px) {
  .container {
    max-width: 1630px;
  }
  /*Latest Work*/
  .latest-work-section .col {
    padding-bottom: 20px;
  }
  .latest-work-title {
    font-size: 30px;
    margin: 70px 0 15px;
  }
  .latest-work-location {
    font-size: 18px;
    margin: 0 0 18px;
  }
  .latest-work-type {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 25px;
  }
  .latest-work-tagline {
    margin-bottom: 50px;
  }
}
