/* Google font */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Roboto:wght@300;400;500;700&display=swap");
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none !important;
}

body {
  font-family: "Roboto", sans-serif;
  color: #4c5667;
  font-size: 14px;
  background: #ffffff;
  line-height: 22px;
  overflow-x: hidden;
}

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

address {
  line-height: 24px;
  font-size: 13px;
}

iframe {
  max-width: 100%;
}

.frame-border {
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px 5px 5px 5px;
}

html {
  scroll-padding-top: 83px;
  /* height of sticky header */
}

.row > * {
  position: relative;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
.navbar-custom {
  background-color: #ededed;
  width: 100%;
  border-radius: 0px;
  z-index: 999 !important;
  padding: 21px 0px;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
}
.navbar-custom .navbar-nav .navbar-btn {
  padding: 4px 15px !important;
  font-size: 14px !important;
  margin-top: 9px !important;
  background-color: transparent !important;
  border: 2px solid #4c5667 !important;
  color: #4c5667 !important;
  border-radius: 5px;
}
.navbar-custom .navbar-nav li a {
  color: #6c757d;
  font-size: 15px;
  margin: 10px 0px;
  font-family: "Montserrat", sans-serif;
  padding: 5px 15px !important;
}
.navbar-custom .nav > li > a:hover, .navbar-custom .nav > li > a:focus {
  background-color: transparent;
}
.navbar-custom .btn-custom {
  margin-top: 8px;
  margin-left: 20px;
}

.logo {
  font-weight: 500;
  font-size: 22px;
  color: #19441f !important;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
}
.logo i {
  font-size: 18px;
  height: 26px;
  line-height: 26px;
  width: 26px;
  color: #ffffff;
  padding: 0px 8px;
  text-align: center;
  border-radius: 3px;
}

.navbar-toggler {
  font-size: 30px;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.is-sticky.navbar-custom {
  padding: 16px 0px !important;
}

@media (min-width: 768px) {
  .nav-custom-left {
    margin-left: 5%;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .navbar-custom {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  }

  .navbar-toggle {
    font-size: 30px;
  }

  .navbar-toggler {
    position: relative;
    float: right;
    margin: 7px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    color: #4c5667;
    outline: none !important;
    padding: 0px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-custom .navbar-nav li a {
    font-size: 12px;
  }
}
.btn {
  border-radius: 2px;
  padding: 8px 16px;
  outline: none !important;
}
.btn:focus {
  box-shadow: none !important;
}
.btn.btn-lg {
  padding: 8px 22px !important;
}
.btn.btn-sm {
  padding: 4px 15px !important;
  font-size: 14px !important;
}
.btn.btn-primary {
  background-color: #00681b !important;
  border: 1px solid #00681b !important;
  box-shadow: 1px 5px 9px rgba(0, 104, 27, 0.32);
  color: #ffffff !important;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active {
  background-color: #005917 !important;
  border: 1px solid #005917 !important;
}
.btn.btn-outline-primary {
  border: 1px solid #00681b !important;
  color: #00681b !important;
}
.btn.btn-secondary {
  background-color: #76ee94 !important;
  border: 1px solid #76ee94 !important;
  box-shadow: 1px 5px 9px rgba(118, 238, 148, 0.32);
  color: #ffffff !important;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary.focus, .btn.btn-secondary:active, .btn.btn-secondary.active {
  background-color: #68ec89 !important;
  border: 1px solid #68ec89 !important;
}
.btn.btn-outline-secondary {
  border: 1px solid #76ee94 !important;
  color: #76ee94 !important;
}
.btn.btn-blue {
  background-color: #337ab7 !important;
  border: 1px solid #337ab7 !important;
  box-shadow: 1px 5px 9px rgba(51, 122, 183, 0.32);
  color: #ffffff !important;
}
.btn.btn-blue:hover, .btn.btn-blue:focus, .btn.btn-blue.focus, .btn.btn-blue:active, .btn.btn-blue.active {
  background-color: #3072ab !important;
  border: 1px solid #3072ab !important;
}
.btn.btn-outline-blue {
  border: 1px solid #337ab7 !important;
  color: #337ab7 !important;
}
.btn.btn-info {
  background-color: #24C6DC !important;
  border: 1px solid #24C6DC !important;
  box-shadow: 1px 5px 9px rgba(36, 198, 220, 0.32);
  color: #ffffff !important;
}
.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info.focus, .btn.btn-info:active, .btn.btn-info.active {
  background-color: #21bbd0 !important;
  border: 1px solid #21bbd0 !important;
}
.btn.btn-outline-info {
  border: 1px solid #24C6DC !important;
  color: #24C6DC !important;
}
.btn.btn-warning {
  background-color: #ffaa00 !important;
  border: 1px solid #ffaa00 !important;
  box-shadow: 1px 5px 9px rgba(255, 170, 0, 0.32);
  color: #ffffff !important;
}
.btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning.focus, .btn.btn-warning:active, .btn.btn-warning.active {
  background-color: #f0a000 !important;
  border: 1px solid #f0a000 !important;
}
.btn.btn-outline-warning {
  border: 1px solid #ffaa00 !important;
  color: #ffaa00 !important;
}
.btn.btn-success {
  background-color: #49a09d !important;
  border: 1px solid #49a09d !important;
  box-shadow: 1px 5px 9px rgba(73, 160, 157, 0.32);
  color: #ffffff !important;
}
.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success.focus, .btn.btn-success:active, .btn.btn-success.active {
  background-color: #449593 !important;
  border: 1px solid #449593 !important;
}
.btn.btn-outline-success {
  border: 1px solid #49a09d !important;
  color: #49a09d !important;
}
.btn.btn-danger {
  background-color: #ef5350 !important;
  border: 1px solid #ef5350 !important;
  box-shadow: 1px 5px 9px rgba(239, 83, 80, 0.32);
  color: #ffffff !important;
}
.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger.focus, .btn.btn-danger:active, .btn.btn-danger.active {
  background-color: #ee4542 !important;
  border: 1px solid #ee4542 !important;
}
.btn.btn-outline-danger {
  border: 1px solid #ef5350 !important;
  color: #ef5350 !important;
}
.btn.btn-dark {
  background-color: #4c5667 !important;
  border: 1px solid #4c5667 !important;
  box-shadow: 1px 5px 9px rgba(76, 86, 103, 0.32);
  color: #ffffff !important;
}
.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark.focus, .btn.btn-dark:active, .btn.btn-dark.active {
  background-color: #464f5e !important;
  border: 1px solid #464f5e !important;
}
.btn.btn-outline-dark {
  border: 1px solid #4c5667 !important;
  color: #4c5667 !important;
}
.btn.btn-muted {
  background-color: #97a0af !important;
  border: 1px solid #97a0af !important;
  box-shadow: 1px 5px 9px rgba(151, 160, 175, 0.32);
  color: #ffffff !important;
}
.btn.btn-muted:hover, .btn.btn-muted:focus, .btn.btn-muted.focus, .btn.btn-muted:active, .btn.btn-muted.active {
  background-color: #8e98a8 !important;
  border: 1px solid #8e98a8 !important;
}
.btn.btn-outline-muted {
  border: 1px solid #97a0af !important;
  color: #97a0af !important;
}
.btn.btn-light {
  background-color: #dee2e6 !important;
  border: 1px solid #dee2e6 !important;
  box-shadow: 1px 5px 9px rgba(222, 226, 230, 0.32);
  color: #ffffff !important;
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active {
  background-color: #d5dadf !important;
  border: 1px solid #d5dadf !important;
}
.btn.btn-outline-light {
  border: 1px solid #dee2e6 !important;
  color: #dee2e6 !important;
}
.btn.btn-white {
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  box-shadow: 1px 5px 9px rgba(255, 255, 255, 0.32);
  color: #ffffff !important;
}
.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white.focus, .btn.btn-white:active, .btn.btn-white.active {
  background-color: #f7f7f7 !important;
  border: 1px solid #f7f7f7 !important;
}
.btn.btn-outline-white {
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}
.btn.btn-teal {
  background-color: #00b19d !important;
  border: 1px solid #00b19d !important;
  box-shadow: 1px 5px 9px rgba(0, 177, 157, 0.32);
  color: #ffffff !important;
}
.btn.btn-teal:hover, .btn.btn-teal:focus, .btn.btn-teal.focus, .btn.btn-teal:active, .btn.btn-teal.active {
  background-color: #00a28f !important;
  border: 1px solid #00a28f !important;
}
.btn.btn-outline-teal {
  border: 1px solid #00b19d !important;
  color: #00b19d !important;
}
.btn.btn-light, .btn.btn-white {
  background-color: #dee2e6;
  border: 1px solid #dee2e6;
  color: #4c5667 !important;
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active, .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white.focus, .btn.btn-white:active, .btn.btn-white.active {
  background-color: #e7eaed;
  border: 1px solid #e7eaed;
  box-shadow: 0 0 0 2px rgba(222, 226, 230, 0.08);
  color: #ffffff !important;
}
.btn.btn-outline-light, .btn.btn-outline-white {
  border: 1px solid #dee2e6;
  color: #dee2e6 !important;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light.focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active, .btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white.focus, .btn.btn-outline-white:active, .btn.btn-outline-white.active {
  background-color: #dee2e6;
  border: 1px solid #dee2e6;
  color: #4c5667 !important;
}

.button-list .btn {
  margin-bottom: 12px;
  margin-left: 8px;
}

.w-xs {
  min-width: 80px;
}

.w-sm {
  min-width: 95px;
}

.w-md {
  min-width: 110px;
}

.w-lg {
  min-width: 140px;
  font-size: 14px;
}

/*======= Dropdown ======= */
.dropdown-menu {
  box-shadow: none;
  padding: 4px 0;
  border-radius: 4px !important;
  -webkit-animation: dropdownOpen 0.3s ease-out;
  -o-animation: dropdownOpen 0.3s ease-out;
  animation: dropdownOpen 0.3s ease-out;
  border: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.dropdown-menu > li > a {
  padding: 6px 20px;
  font-size: 15px !important;
  color: #ffffff;
}

.dropdown-item:active {
  background-color: #f8f9fa;
}

@keyframes dropdownOpen {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.alert {
  padding: 0.75rem;
}

.text-primary {
  color: #00681b !important;
}

.bg-primary {
  background-color: #00681b !important;
}

.text-secondary {
  color: #76ee94 !important;
}

.bg-secondary {
  background-color: #76ee94 !important;
}

.text-blue {
  color: #337ab7 !important;
}

.bg-blue {
  background-color: #337ab7 !important;
}

.text-info {
  color: #24C6DC !important;
}

.bg-info {
  background-color: #24C6DC !important;
}

.text-warning {
  color: #ffaa00 !important;
}

.bg-warning {
  background-color: #ffaa00 !important;
}

.text-success {
  color: #49a09d !important;
}

.bg-success {
  background-color: #49a09d !important;
}

.text-danger {
  color: #ef5350 !important;
}

.bg-danger {
  background-color: #ef5350 !important;
}

.text-dark {
  color: #4c5667 !important;
}

.bg-dark {
  background-color: #4c5667 !important;
}

.text-muted {
  color: #97a0af !important;
}

.bg-muted {
  background-color: #97a0af !important;
}

.text-light {
  color: #dee2e6 !important;
}

.bg-light {
  background-color: #dee2e6 !important;
}

.text-white {
  color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.text-teal {
  color: #00b19d !important;
}

.bg-teal {
  background-color: #00b19d !important;
}

.section {
  padding-top: 100px;
  padding-bottom: 80px;
}

::selection {
  background: rgba(152, 166, 173, 0.5);
  color: #ffffff;
}

.bg-dark-color {
  background-color: #4c5667 !important;
}

.font-weight-medium {
  font-weight: 500;
}

.line-height-1_6 {
  line-height: 1.6;
}

.line-height-1_4 {
  line-height: 1.4;
}

.font-size-12 {
  font-size: 12px;
}

.h2,
h2 {
  font-size: 30px;
}

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

.h4,
h4 {
  font-size: 18px;
}

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

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

.font-size-13 {
  font-size: 13px;
}

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

.font-size-15 {
  font-size: 15px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-17 {
  font-size: 17px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-19 {
  font-size: 19px;
}

.font-size-20 {
  font-size: 20px;
}

.hero-bottom-img {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

/* Back to top */
.back-to-top-btn {
  position: fixed;
  padding: 0px 9px !important;
  bottom: 10px;
  right: 20px;
  display: none;
  text-align: center;
  z-index: 10000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.back-to-top-btn i {
  font-size: 22px;
  line-height: 30px;
}

.bg-gray {
  background-color: #fcfcfc;
  border-bottom: 1px solid #f8f9fa;
  border-top: 1px solid #f8f9fa;
}

.bg-img-1 {
  background: url("../images/image4-saturado.webp") center;
  background-size: cover;
  background-position-y: 100px;
  position: relative;
}

.bg-img-2 {
  background: url("../images/palceholders/") center;
  background-size: cover;
  position: relative;
}

.bg-gradient-1 {
  background: #5f2c82;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #5f2c82, #49a09d);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #5f2c82, #49a09d);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-gradient-2 {
  background: #24C6DC;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #24C6DC, #514A9D);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #24C6DC, #514A9D);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-overlay {
  background: linear-gradient(45deg, #2c3e50, rgba(0, 0, 0, 0.5));
  opacity: 0.85;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

.layout-dark {
  background-color: #2f3e47;
}

.title {
  font-weight: 300;
  line-height: 50px;
  margin-top: 0px;
}

.sub-title {
  color: #98a6ad;
  margin-bottom: 50px;
}

.title-box h3 {
  margin-top: 5px;
  margin-bottom: 15px;
}
.title-box .border {
  height: 4px;
  width: 60px;
  border-radius: 5px;
  margin: 0px auto 30px auto;
  border: none !important;
}
.title-box .title-alt {
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: 500;
  letter-spacing: 2px;
}

@media (max-width: 768px) {
  .intro-form,
.video-bar {
    margin-top: 50px;
  }

  .pull-none {
    float: none !important;
    text-align: center;
  }
}
.home {
  background: url("../images/1920/20220615_114203_HDR_1920x550.jpg") center;
  position: relative;
  background-color: #ededed;
  transition: background-image 1.5s ease-in-out;
}

.home-wrapper {
  color: #2c3e50;
  padding: 400px 0px 150px 0px;
}
.home-wrapper p {
  line-height: 24px;
  margin: 30px auto 40px auto;
  font-size: 16px;
  width: 85%;
}

.home-wrapper-sm {
  padding: 160px 0px 100px 0px;
}

/* Home Form */
.home-form-left {
  padding: 170px 0 130px 0;
}
.home-form-left .home-wrapper {
  padding: 0;
}
.home-form-left h2 {
  line-height: 42px;
  margin-top: 40px;
}
.home-form-left p {
  width: 100%;
  line-height: 26px;
}

/* Intro Form */
.intro-form {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 5px;
  border: 3px solid #ededed;
}
.intro-form h3 {
  color: #6c757d;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 0px;
}
.intro-form input {
  border: 1px solid #ededed;
  height: 38px;
  box-shadow: none !important;
  font-size: 14px;
}

/* Home Boxed */
.layout-boxed {
  background: url("../images/photography.png");
}
.layout-boxed body {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.09);
}
.layout-boxed body,
.layout-boxed .navbar-custom {
  max-width: 1300px;
  margin: 0 auto;
}

.bg-dark {
  background-color: #2f3e47 !important;
}

.about-txt {
  margin-left: 10px;
}
.about-txt h3 {
  line-height: 25px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.about-txt .fun_facts_box {
  float: left;
  width: 33.33%;
  padding-top: 15px;
}
.about-txt .fun_facts_box .fun_facts_icons {
  display: block;
  padding-bottom: 10px;
  font-size: 32px;
}
.about-txt .fun_facts_box .fun_facts_title {
  font-size: 14px;
  font-weight: 300;
  color: #444F5C;
  font-style: italic;
}
.about-txt .fun_facts_box .fun_facts_title span {
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  color: #4c5667;
}

.blog-section {
  padding-bottom: 30px;
}
.blog-section .blog-post {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.blog-section .blog-post .post-media {
  width: 100%;
  margin-bottom: 15px;
}

.masonry-grid {
  column-count: 3;
  column-gap: 30px;
}
.masonry-grid .masonry-item {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.masonry-grid .masonry-item .blog-post-img {
  opacity: 1;
  transition: all 0.2s ease 0s;
  border-radius: 4px;
}
.masonry-grid .masonry-item .blog-post-img:hover {
  opacity: 0.7;
}
.masonry-grid .masonry-item .post-info {
  margin-bottom: 20px;
}
.masonry-grid .masonry-item .post-info .date {
  float: left;
  width: 50px;
  border: 2px solid #60686f;
  text-align: center;
  border-radius: 3px;
}
.masonry-grid .masonry-item .post-info .date .day {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
}
.masonry-grid .masonry-item .post-info .date .month {
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.masonry-grid .masonry-item .post-info .meta-container {
  padding-left: 65px;
}
.masonry-grid .masonry-item .post-info .meta-container .meta {
  padding-right: 15px;
  color: #aaaaaa;
  line-height: 22px;
}
.masonry-grid .masonry-item .post-info .meta-container .meta a {
  color: #337ab7;
}
.masonry-grid .masonry-item .post-info .meta-container .meta a:hover {
  color: #2a6597;
}
.masonry-grid .masonry-item .post-info .meta-container a h3 {
  margin-top: 0px;
  color: #141414;
  font-size: 16px;
  padding-top: 5px;
  margin-bottom: 5px;
}
.masonry-grid .masonry-item .read-more {
  font-weight: 600;
  display: block;
  color: #6c757d;
  font-size: 13px;
  letter-spacing: 0.03em;
}

.post-body p {
  color: #98a6ad;
}

.blog-wrapper .blog-item {
  width: 33.2%;
}

.blog-detail-box {
  padding-right: 30px;
}
.blog-detail-box .custom-blockquote {
  border-left: 4px solid #2c3e50;
  background: #ededed;
  line-height: 28px;
  font-size: 17px;
  font-style: italic;
}
.blog-detail-box .blockquote-reverse {
  border-right: 4px solid #2c3e50;
  border-left: none;
  padding-left: 30px;
  line-height: 28px;
}
.blog-detail-box .blog_comments {
  margin-top: 60px;
  padding-bottom: 30px;
}

.blog-detail-header span {
  padding: 0px 10px;
  font-size: 16px;
}
.blog-detail-header span a {
  color: #ffffff;
  font-size: 16px;
}
.blog-detail-header i {
  padding-right: 5px;
}

.blog-detail .sub-title {
  margin-bottom: 0px;
  line-height: 26px;
  font-size: 15px;
  margin-bottom: 10px;
}
.blog-detail .sub-tt {
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
}

.media img {
  width: 52px;
  height: 52px;
}
.media .media-body a {
  float: right;
  font-size: 13px;
}
.media .media-body h6 {
  font-style: italic;
}

.widget-search {
  position: relative;
}
.widget-search input {
  padding-right: 40px;
}
.widget-search a i {
  position: absolute;
  top: 0;
  right: 20px;
  line-height: 38px;
  text-align: center;
  color: #6c757d;
  font-size: 18px;
}
.widget-search a i:hover {
  color: #2c3e50;
}

.nav-list {
  list-style: none;
  padding: 0;
  padding-bottom: 20px;
}
.nav-list li {
  padding: 7px 0px;
  width: 100%;
}
.nav-list li a {
  font-weight: 600;
}
.nav-list li a:hover {
  color: #2c3e50;
}

.tags {
  padding-bottom: 30px;
}
.tags a {
  font-size: 11px;
  line-height: 30px;
  color: #98a6ad;
  background: #e8ebec;
  padding: 5px 12px;
  margin-right: 2px;
  border-radius: 3px;
}
.tags a:hover {
  color: #ffffff;
  background: rgba(44, 62, 80, 0.7);
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-wrapper .blog-item {
    width: 50%;
  }

  .blog-detail-box {
    padding-right: 0px;
  }
}
@media (max-width: 768px) {
  .blog-wrapper .blog-item {
    width: 100%;
  }

  .blog-detail-box {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .masonry-grid {
    column-count: 3;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 576px) {
  .masonry-grid {
    column-count: 2;
  }
}
@media (max-width: 575px) {
  .masonry-grid {
    column-count: 1;
  }
}
.service-item {
  margin-top: 30px;
  margin-bottom: 30px;
}
.service-item img {
  min-height: 55px;
  margin: 0px auto 24px auto;
  display: block;
}
.service-item .service-detail p {
  color: #98a6ad;
  line-height: 24px;
  width: 90%;
  margin: 10px auto;
}

.feature-detail ul li {
  margin-bottom: 10px;
}
.feature-detail ul li i {
  font-size: 18px;
}
.feature-detail .btn {
  margin-top: 25px;
}
.feature-detail .border {
  margin-left: 0px !important;
}

@media (max-width: 768px) {
  .feature-detail {
    padding: 0px 0px 50px 30px !important;
  }
}
.pricing-column {
  position: relative;
  margin-top: 40px;
}
.pricing-column .inner-box {
  position: relative;
  max-width: 300px;
  margin: 0px auto;
  background-color: #f8f9fa;
  padding: 0px 0px 45px;
  border-radius: 5px;
  border: 2px solid #ededed;
}
.pricing-column .inner-box .plan-header {
  position: relative;
  padding: 30px 20px 25px;
}
.pricing-column .inner-box .plan-header .plan-title {
  font-size: 13px;
  margin-bottom: 10px;
  color: #00b19d;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  margin-top: 20px;
}
.pricing-column .inner-box .plan-header .plan-price {
  font-size: 48px;
  margin-bottom: 10px;
  color: #444F5C;
  margin-top: 30px;
}
.pricing-column .inner-box .plan-header .plan-duration {
  font-size: 13px;
  color: #98a6ad;
}
.pricing-column .inner-box .plan-stats {
  position: relative;
  padding: 30px 20px 15px;
}
.pricing-column .inner-box .plan-stats li {
  margin-bottom: 15px;
  line-height: 24px;
}

.pricing-dark .inner-box {
  background-color: #1e2a36;
  border: 2px solid #1e2a36;
}
.pricing-dark .inner-box .plan-price {
  color: #ffffff !important;
}
.pricing-dark .plan-stats li {
  color: #98a6ad;
}

.clients {
  border-top: 1px solid #ededed;
}
.clients img:hover {
  opacity: 0.8;
  transition: 0.5s;
}
.clients .brand-item {
  display: inline-block;
  margin-left: 45px;
  margin-top: 50px;
  margin-bottom: 10px;
}
.clients .brand-item:first-child {
  margin-left: 0;
}

.brand-list {
  margin: 0;
  padding: 0;
}
.brand-list li {
  display: inline-block;
  text-align: left;
  padding-left: 50px;
}
.brand-list:first-child {
  padding-left: 0;
}

.clients-dark {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.subscribe-form {
  margin-top: 20px;
}
.subscribe-form form {
  position: relative;
  max-width: 600px;
  margin: 0px auto;
}
.subscribe-form input {
  padding: 15px 20px;
  width: 100%;
  font-size: 17px;
  border: none;
  outline: none !important;
  padding-right: 150px;
  padding-left: 30px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 30px;
}
.subscribe-form button {
  position: absolute;
  top: 4px;
  right: 4px;
  outline: none !important;
  border-radius: 30px;
  border: none;
  color: #ffffff;
  font-size: 17px;
  background: #2c3e50;
  padding: 11px 30px;
}

.tns-outer .testi-slider .testimonials-txt {
  line-height: 30px;
  font-size: 16px;
}
.tns-outer .tns-nav {
  margin-top: 20px;
}
.tns-outer .tns-nav button {
  height: 12px;
  width: 12px !important;
  border-radius: 30px;
  margin: 0 6px;
  padding: 0;
  border: none;
  background-color: #4c5667;
  opacity: 0.4;
}
.tns-outer .tns-nav button.tns-nav-active {
  opacity: 1;
}
.tns-outer .tns-nav button:focus {
  outline: none;
}

.team img {
  max-width: 240px;
  margin: 0px auto;
  background-color: #f8f9fa;
}
.team .team-member {
  margin: 30px 0px;
}
.team .team-member h4 {
  padding-top: 20px;
  margin-bottom: 5px;
}
.team .team-member p {
  font-weight: 500;
  margin-bottom: 0px;
}

.form-control {
  box-shadow: none !important;
  outline: none !important;
  border: 2px solid #bebebe;
  height: 38px;
  font-size: 14px;
}
.form-control:hover, .form-control:focus {
  border-color: #87979f;
}

textarea.form-control {
  min-height: 100px;
  height: auto;
}

.contact-detail-box {
  margin-bottom: 50px;
}
.contact-detail-box address {
  font-size: 14px;
}

.contact-map {
  background-color: #ededed;
}

@media (min-width: 768px) {
  .contact-page .col-sm-6 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.question-q-box {
  height: 30px;
  width: 30px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  text-align: center;
  border-radius: 3px;
  float: left;
  line-height: 30px;
}

.question {
  margin-top: 0px;
  margin-left: 40px;
  font-weight: 400;
  font-size: 16px;
}

.answer {
  margin-left: 40px;
  color: #98a6ad;
  margin-bottom: 40px;
}

.footer {
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer h5 {
  color: #333333;
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}
.footer a {
  color: #98a6ad;
}
.footer ul li {
  margin: 5px 0px;
}
.footer .footer-alt {
  border-top: 1px solid rgba(152, 166, 173, 0.2);
  margin-top: 30px;
  padding-top: 20px;
}
.footer .footer-alt .logo {
  margin-bottom: 0px;
  height: auto;
  padding: 0px;
}

/* Footer small */
.footer-sm .logo {
  float: none;
}

.social-circle {
  margin-top: 50px;
}
.social-circle li a {
  height: 36px;
  width: 36px;
  color: #444F5C;
  border-radius: 50%;
  font-size: 16px;
  display: inline-block;
  line-height: 36px;
  background-color: #ededed;
  transition: all 0.5s ease-in-out;
}
.social-circle li a:hover {
  color: #ffffff !important;
}

.menu-list li a {
  color: #4c5667;
  display: inline-block;
  font-weight: 500;
  margin: 10px;
}

@media (max-width: 768px) {
  .footer h5 {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .footer-alt .logo {
    margin-bottom: 18px;
  }
}

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



/* CUSTOM */
.text-muted {
  color: #86978a !important;
}
.mt-8 {
  margin-top: 8rem!important;
}
.mt-trabajos{
  margin-top: 3rem!important;
}
.border-trabajos{
  margin: 0px auto 14px auto;
  height: 3px;
  width: 50px;
  background-color: #4caf50 !important;  
}