/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Thomson
VERSION:	1.0
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Lato:400,600,700|Work+Sans:400,700,800");
@import url("https://fonts.googleapis.com/css?family=Quicksand");

html {
  overflow-x: hidden;
  height: 100%;
}

body {
  font-family: "Quicksand", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.166667px;
  line-height: 1.7em;
  color: #818385;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  background-image: url(../images/home/LilaGemllosMural.jpg); /* src: http://bit.ly/2gPLxZ4 */
  width: 100%;
  height: 100%;
}

p {
  color: #818385;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #000;
  font-weight: 600;
}

h1,
.h1 {
  font-size: 50px;
  text-transform: none;
  padding: 20px 0px 20px 0px;
}

h2,
.h2 {
  font-size: 42px;
  line-height: 52px;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 34px;
}

h4,
.h4 {
  font-size: 20px;
  line-height: 30px;
}

h5,
.h5 {
  font-size: 16px;
  line-height: 26px;
}

h6,
.h6 {
  font-size: 14px;
}

.text-sm {
  font-size: 14px;
}

section {
  padding: 80px 0px 80px 0px;
  background-color: #f5f5f5;
}

.section-sm {
  padding: 40px 0px;
}
.small-section {
  padding: 30px 0px 30px 0px;
  background-color: transparent;
}
.blur-background {
  backdrop-filter: blur(5px);
}
.blur-background h3 {
  color: #f5f5f5;
}
.small-section img {
  height: auto;
  width: auto;
  max-width: 300px;
  max-height: 80px;
}
.home {
  background-color: transparent;
  height: 100%;
  padding: 0px;
}

.btn {
  padding: 18px 38px;
  border: 2px solid transparent;
  text-transform: uppercase;
  border-radius: 50px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  box-shadow: #999999 0px 0px 0px 0px;
}

.btn:focus {
  outline: 0px;
  border: 0px;
  box-shadow: none;
}

.btn-main {
  background: #3c638e;
  color: #f5f5f5;
}

.btn-main:hover {
  color: #f5f5f5 !important;
  background: #000;
}

.btn-black {
  background: #000;
  color: #f5f5f5;
}

.btn-black:hover {
  background: #3c638e;
  color: #f5f5f5;
}

.btn-white {
  background: #f5f5f5;
  color: #000;
  border-color: #f5f5f5;
}

.btn-white:hover {
  background: transparent;
  color: #f5f5f5;
}

a {
  color: #000;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#dvg-link {
  color: #e4701e;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#dvg-link:hover {
  color: #3c638e;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #3c638e;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #3c638e;
  text-decoration: none;
  outline: none;
}

.bg-primary {
  background: #3c638e !important;
}

.bg-secondary {
  background: #f7f7f7 !important;
}

.bg-extra {
  background: #e8eefb !important;
}

.text-color {
  color: #3c638e;
}

@media (max-width: 575px) {
  h2,
  .h2 {
    font-size: 32px;
    line-height: 43px;
  }
}

@media (max-width: 400px) {
  h2,
  .h2 {
    font-size: 32px;
    line-height: 43px;
  }
}

.cd-headline.clip span {
  padding: 0px;
}

.banner .cd-headline {
  font-size: 56px;
  line-height: 70px;
}

.banner-3 {
  position: relative;
}

.main-nav .header-top-socials a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  padding: 20px 6px;
}
.navbar {
  background-color: transparent;
  transition: background-color 500ms linear;
}
.navbar.faded {
  background-color: #f5f5f5 !important;
  transition: background-color 500ms linear;
}
.navbar-nav .nav-link {
  padding: 20px 15px !important;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
}

@media (max-width: 575px) {
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .banner .cd-headline {
    font-size: 32px;
    line-height: 42px;
  }
  .btn-group,
  .btn-group-vertical {
    display: block;
  }
  .btn-group > .btn {
    padding: 20px;
  }
}

@media (max-width: 400px) {
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .banner .cd-headline {
    font-size: 32px;
    line-height: 42px;
  }
  .btn-group,
  .btn-group-vertical {
    display: block;
  }
  .btn-group > .btn {
    padding: 20px;
  }
  .small-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .small-section img {
    padding: 10px 0px 10px 0px;
  }
}

@media (max-width: 767px) {
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .banner .cd-headline {
    font-size: 32px;
    line-height: 42px;
  }
  .btn-group,
  .btn-group-vertical {
    display: block;
  }
  .btn-group > .btn {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .banner .cd-headline {
    font-size: 32px;
    line-height: 42px;
  }
  .btn-group,
  .btn-group-vertical {
    display: block;
  }
  .btn-group > .btn {
    padding: 20px;
  }
}

.inner-box {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.portfolio .btn:focus,
.portfolio .btn:hover,
.portfolio .btn.focus.active {
  box-shadow: none !important;
  outline: 0 !important;
}

.portfolio .btn-group .btn {
  border-radius: 0px !important;
  padding-left: 0px;
  font-weight: 700;
}

.portfolio .btn-group .btn:hover {
  color: #3c638e;
}

.portfolio .btn-group:not(:first-child) > .btn,
.portfolio .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.portfolio .btn.active {
  color: #3c638e;
}

.inner-box {
  position: relative;
}

.inner-box .image {
  position: relative;
  overflow: hidden;
}

.inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.inner-box .image .overlay-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  z-index: 2;
  opacity: 0;
  display: block;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  overflow: hidden;
}

.inner-box .image .overlay-box:before {
  position: absolute;
  content: "";
  left: -450px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: rgba(47, 50, 56, 0.8);
}

.inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.inner-box:hover .image .overlay-box:before {
  opacity: 1;
  left: 0px;
}

.inner-box:hover .image .overlay-box {
  opacity: 1;
}

.inner-box:hover .image .overlay-box .overlay-content h5 {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.inner-box:hover .image .overlay-box .overlay-content p {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.inner-box .image .overlay-box .overlay-inner {
  position: absolute;
  left: 0px;
  bottom: 30px;
  z-index: 1;
  padding: 10px 40px;
}

.inner-box .image .overlay-box .overlay-inner .overlay-content i {
  font-size: 28px;
}

.inner-box .image h3 {
  color: #f5f5f5;
}

.overlay-content h5 {
  text-transform: capitalize;
  background: rgba(255, 255, 255, 0.9);
  padding: 0px 8px;
  margin-bottom: 0px;
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.overlay-content p {
  font-size: 14px;
  margin-bottom: 0px;
  padding: 0px 8px;
  margin-top: 2px;
  text-transform: capitalize;
  background: rgba(255, 255, 255, 0.9);
  color: #2f3238;
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio-image {
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  background: #000;
  color: #f5f5f5;
  padding-top: 16px;
  position: absolute;
  top: 40%;
  font-size: 22px;
  margin-left: -28px;
  left: 50%;
}

.info a {
  margin-right: 10px;
}

.service-home {
  position: relative;
}

.lnr {
  font-size: 35px;
  width: 65px;
  height: 120px;
  padding: 100px, 0px, 100px, 0px;
}

@media (max-width: 575px) {
  .cta {
    padding-bottom: 0px;
  }
}

@media (max-width: 400px) {
  .cta {
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .cta {
    padding-bottom: 0px;
  }
}

.section-title h2 {
  position: relative;
  padding-bottom: 30px;
}

.links {
  padding-right: 7px;
}
.links img {
  padding: 0px 10px 0px 10px;
  transition: all 0.2s ease-in-out;
}
.links img:hover {
  transform: scale(1.1);
}
.contact-info {
  padding: 0px 0px 20px 0px;
}
.section-title h2:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  width: 40px;
  height: 2px;
  margin-left: -20px;
  background: #3c638e;
}

.letter-spacing {
  letter-spacing: 1px;
}

.mb-45 {
  margin-bottom: 45px;
}

@media (max-width: 575px) {
  .media {
    display: block;
  }
  .media img {
    margin-bottom: 10px;
  }
}

@media (max-width: 400px) {
  .media {
    display: block;
  }
  .media img {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .media {
    display: block;
  }
  .media img {
    margin-bottom: 10px;
  }
}
.lnr {
  color: #3c638e;
}
.footer {
  padding: 60px 0px;
  background: #000;
}

.footer-widget a {
  color: rgba(255, 255, 255, 0.5);
  text-transform: capitalize;
}

.footer-widget a:hover {
  color: #3c638e;
}

/* sourceMappingURL=maps/style.css.map */
