@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

ul {
  list-style: none;
  padding: 0; }
  ul li {
    text-decoration: none; }

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit; }

img {
  width: 100%; }

@fa-font-path :   "assets/font-awesome/font";
/*Media Queries*/
.top-block {
  padding: 10px 0;
  background-color: #009a9a;
  font-size: 12px;
  color: #fff; }
  .top-block__icon {
    background: #fff;
    padding: 4px 5px;
    border-radius: 50%;
    color: #1c9ba4;
    margin-right: 5px; }
    .top-block__icon::last-child {
      margin-right: 0px; }
  @media screen and (max-width: 480px) {
    .top-block__mail {
      display: none; } }

nav {
  box-shadow: 1px 2px #ccc; }
  nav .navbar-nav {
    color: #1c9ba4; }
  nav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
  nav .nav-link {
    font-weight: bolder; }

footer {
  background: #313b48;
  padding: 40px 0;
  color: #fff; }

.footer-row {
  display: flex;
  justify-content: start !important;
  align-items: start; }
  .footer-row h4 {
    color: #1c9ba4; }

.footer-last {
  background: #009a9a;
  color: #fff;
  font-size: 12px;
  padding: 10px 0;
  text-align: center; }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #384554;
  background: #f5f5f5; }

h1 {
  font-size: 2rem;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    h1 {
      font-size: 1.5rem; } }
  @media screen and (max-width: 480px) {
    h1 {
      font-size: 1rem; } }

h2 {
  font-size: 1.8rem;
  font-weight: bold; }

h3 {
  font-size: 1rem;
  font-weight: bold; }

h4 {
  font-size: 1rem; }

h5 {
  font-size: 0.8rem;
  font-weight: bold; }

.container {
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    .container {
      padding: 0px 15px; } }

section {
  padding: 60px 0; }
  @media screen and (max-width: 768px) {
    section {
      padding: 30px 0; } }

.section-title {
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .section-title {
      font-size: 1.5rem;
      margin-bottom: 40px; } }
  @media screen and (max-width: 480px) {
    .section-title {
      font-size: 1.2rem; } }
  .section-title::before {
    content: "";
    width: 60px;
    height: 3px;
    background: #313b48;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 480px) {
      .section-title::before {
        width: 60px; } }
  .section-title::after {
    content: "";
    width: 30px;
    height: 3px;
    background: #1c9ba4;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 480px) {
      .section-title::after {
        width: 20px; } }

.read-more {
  color: #1c9ba4;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  position: relative; }
  .read-more::after {
    content: "";
    width: 20px;
    height: 2px;
    background: #1c9ba4;
    position: absolute;
    top: 40%;
    right: -50%; }

/*Grid Modules*/
.two-column {
  background: #f1f1f1;
  text-align: center;
  padding: 60px 0; }
  .two-column__wrapper {
    display: flex;
    column-gap: 30px;
    text-align: left; }
    @media screen and (max-width: 768px) {
      .two-column__wrapper {
        flex-direction: column;
        column-gap: 40px; } }
  .two-column__item {
    flex: 1;
    text-align: left;
    margin-bottom: 20px; }
  .two-column__info {
    margin-top: 10px; }

/*OUR TEAM*/
.card-block {
  text-align: center; }
  .card-block__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px; }
    @media screen and (max-width: 992px) {
      .card-block__wrapper {
        grid-template-columns: repeat(4, 1fr); } }
    @media screen and (max-width: 768px) {
      .card-block__wrapper {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 480px) {
      .card-block__wrapper {
        grid-template-columns: repeat(1, 1fr); } }
  .card-block__item {
    border: 0.5px solid #009a9a; }
  .card-block__img {
    width: 100%;
    position: relative; }
  .card-block__description {
    padding: 10px;
    text-align: left; }

.responsive-embed {
  width: 100%; }

.widget {
  list-style: none; }
  .widget h4 {
    font-size: 1.2rem;
    color: #1c9ba4; }

.hero-banner {
  max-height: 60vh; }
  .hero-banner img {
    max-height: 60vh; }

.page-banner {
  max-height: 40vh; }
  .page-banner img {
    max-height: 40vh; }

.site-section-cover {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .site-section-cover,
  .site-section-cover .container {
    position: relative;
    z-index: 2; }
  .site-section-cover,
  .site-section-cover .container > .row {
    height: calc(100vh - 196px);
    min-height: 677px; }
    @media screen and (max-width: 768px) {
      .site-section-cover,
      .site-section-cover .container > .row {
        height: calc(70vh - 196px);
        min-height: 600px; } }
  .site-section-cover.overlay {
    position: relative; }
    .site-section-cover.overlay:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.3);
      z-index: 1; }
  .site-section-cover.inner-page,
  .site-section-cover.inner-page .container > .row {
    height: auto;
    min-height: auto;
    padding: 2em 0; }
  .site-section-cover.img-bg-section {
    background-size: cover;
    background-repeat: no-repeat; }
  .site-section-cover h1 {
    font-size: 3rem;
    color: #fff;
    line-height: 1;
    font-weight: 900; }
    @media screen and (max-width: 768px) {
      .site-section-cover h1 {
        font-size: 2rem; } }
  .site-section-cover p {
    font-size: 18px;
    color: #fff; }

.site-section {
  background: #f1f1f1;
  padding: 60px 0 40px 0; }
  @media screen and (max-width: 768px) {
    .site-section {
      padding: 3rem 0; } }

.item {
  border: none;
  margin-bottom: 30px;
  border-radius: 4px; }

.item a {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 4px; }

.item a img {
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }

.item .item-wrap {
  display: block;
  position: relative; }

.item .item-wrap:after {
  z-index: 2;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }

.item .item-wrap > span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  color: #fff;
  font-size: 1.7rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }

.item .item-wrap:hover:after {
  opacity: 1;
  visibility: visible; }

.item .item-wrap:hover span {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1); }

.item:hover a img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }

.cta-block {
  background: #1c9ba4;
  color: #fff;
  padding: 40px 15px;
  text-align: center; }
  .cta-block__wrapper {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .cta-block__wrapper {
        flex-direction: column; } }

.sidebar {
  border-left: 1px #313b48 solid; }
  @media screen and (max-width: 768px) {
    .sidebar {
      border-left: 0; } }

/*# sourceMappingURL=main.css.map */
