html {
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Lato", sans-serif;
}

*, *:before, *:after {
  box-sizing: inherit;
}

ol, ul {
  list-style: none;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  max-width: 1460px;
}

#mainTxt {
  min-height: 500px;
}

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

.card {
  background: #fff1e1;
  border: none;
}

.return-btn a:hover, .return-btn a, .btn-third:hover, .btn-third, .btn-main:hover, .btn-main {
  padding: 0.6rem;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .return-btn a:hover, .return-btn a, .btn-third:hover, .btn-third, .btn-main:hover, .btn-main {
    font-size: 14px;
  }
}

.return-btn a:focus, .btn-third:focus, .btn-main:focus {
  box-shadow: none;
}

.btn-main {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}

.btn-main:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.btn-scndary2 a, .btn-scndary .b1 {
  text-decoration: none;
  padding: 13px 13px;
  width: 126px;
  background: #FEF9E7;
  color: #444;
  text-align: center;
  display: block;
  margin-left: 15px;
  margin-top: 15px;
  position: relative;
  transition: box-shadow 0.5s, background 0.5s, transform 0.5s;
  text-transform: uppercase;
  font-size: 14px;
  border: 1px solid #6a6a6a;
}

.btn-scndary .b1 {
  box-shadow: -10px -10px 0px 0px #fda643;
}

.btn-scndary .b1:hover {
  box-shadow: 10px 10px 0px 0px #fda643;
  transform: translate(-10px, -10px);
  background: #FEF9E7 !important;
  background-color: none;
  color: #333;
  cursor: pointer;
}

.btn-scndary .b1:active {
  transform: translateY(10px);
}

.btn-scndary2 a {
  box-shadow: -10px -10px 0px 0px #94A479;
}

.btn-scndary2 a:hover {
  box-shadow: 10px 10px 0px 0px #94A479;
  transform: translate(-10px, -10px);
  background: #FEF9E7;
  color: #333;
}

.btn-scndary2 a:active {
  transform: translateY(10px);
}

.btn-third {
  background: #4E553A;
  color: #fff;
  border: 1px solid #4E553A;
}

.btn-third:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.return-btn a {
  color: #545B3E;
  border: 2px solid #545B3E;
}

.return-btn a:hover {
  color: #545B3E;
  border: 2px solid #545B3E;
  border-radius: 11%;
}

.header .logo img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header .logo img {
    width: 33%;
  }
}
@media screen and (min-width: 1024px) {
  .header .logo img {
    width: 27%;
  }
}
@media screen and (min-width: 1200px) {
  .header .logo img {
    margin: 0;
    width: 100%;
  }
}

.header {
  position: relative;
  background-color: #000;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .header {
    position: relative;
    background-color: #000;
  }
}
@media screen and (min-width: 1024px) {
  .header {
    position: relative;
    background-color: #000;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    background: #00000094;
    position: absolute;
  }
}

.header-right {
  display: block;
}
@media screen and (min-width: 768px) {
  .header-right {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .header-right {
    display: flex;
    margin-top: 3%;
  }
}
@media screen and (min-width: 1200px) {
  .header-right {
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .header-btns {
    margin-top: 4px;
  }
}
@media screen and (min-width: 1200px) {
  .header-btns {
    margin-top: 5px;
  }
}

.header-btns .btn-third {
  padding: 0.2rem 1rem;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .header-btns .btn-third {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .header-btns .btn-third {
    margin-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .header-btns .watch {
    margin-right: 2px;
  }
}

@media (min-width: 1190px) and (max-width: 1440px) {
  .navbar .container {
    padding-left: 0;
  }
}

.navbar {
  position: relative;
  z-index: 1;
  padding: 18px 0px;
}
@media screen and (min-width: 1024px) {
  .navbar {
    padding: 7px 0;
  }
}
.navbar-toggler i:before {
  color: #fff;
}

.navbar .navbar-collapse {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .navbar .navbar-collapse {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .navbar .navbar-collapse {
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-collapse {
    justify-content: flex-end;
  }
}

.navbar-stack .navbar-list {
  float: right;
}

.nav-media {
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .nav-media {
    padding-top: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .nav-media {
    padding-left: 7px;
  }
}
@media screen and (min-width: 1200px) {
  .nav-media {
    padding-left: 15px;
    display: flex;
  }
}

.nav-media i:before {
  font-size: 28px;
  color: #ffffff9c;
}

.navbar li a, .nav-item .dropdown-toggle {
  color: #fff !important;
  text-shadow: 0 0 5px #000;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  white-space: normal;
}
@media screen and (min-width: 768px) {
  .navbar li a, .nav-item .dropdown-toggle {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .navbar li a, .nav-item .dropdown-toggle {
    font-size: 12px;
  }
}
@media screen and (min-width: 1080px) {
  .navbar li a, .nav-item .dropdown-toggle {
    font-size: 12px;
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
  }
}
@media screen and (min-width: 1180px) {
  .navbar li a, .nav-item .dropdown-toggle {
    font-size: 13px;
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .navbar li a, .nav-item .dropdown-toggle {
    font-size: 14px;
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
  }
}
@media (min-width: 1190px) and (max-width: 1440px) {
  .navbar li a, .nav-item .dropdown-toggle {
    font-size: 13px;
  }
}

.navbar li a:hover {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: #fda643;
}

.nav-item .dropdown-menu {
  background: #000;
  color: #000;
}
@media screen and (min-width: 1200px) {
  .nav-item .dropdown-menu {
    background: rgba(0, 0, 0, 0.49);
    color: #000;
  }
}

.nav-item .dropdown-item:hover {
  background: none;
}

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.carousel-indicators {
  bottom: 25px;
  top: 73%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .carousel-indicators {
    top: 85%;
  }
}
@media screen and (min-width: 1024px) {
  .carousel-indicators {
    top: 88%;
  }
}
@media screen and (min-width: 1200px) {
  .carousel-indicators {
    top: 87%;
  }
}

.carousel-caption {
  position: absolute;
  right: 0%;
  bottom: 0px;
  left: 0;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .carousel-caption {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.features-area {
  background: #FCF5EB;
  padding: 0 0px 0 0px;
}
@media screen and (min-width: 1200px) {
  .features-area {
    padding: 0 105px 0 105px;
  }
}

.features-area-border a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .third-box {
    position: relative;
    left: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .third-box {
    position: relative;
    left: 0%;
  }
}
@media screen and (min-width: 1200px) {
  .third-box {
    position: relative;
    left: 0;
  }
}

.features__item {
  padding: 14px 27px;
  background: #fda643;
  height: auto;
  margin-bottom: 15px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .features__item {
    height: 209px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .features__item {
    height: 150px;
    margin-bottom: 0;
  }
}
@media (min-width: 1190px) and (max-width: 1440px) {
  .features__item {
    height: 250px;
  }
}

.features__item {
  font: 1em Arial, sans-serif;
  display: inline-block;
  text-decoration: none;
  color: #000;
  text-align: center;
  /* Set up the hover */
  /* If you aren't using autoprefix, remember to prefix the gradient for other browsers */
  background-image: linear-gradient(#94A479, #94A479), linear-gradient(#fda643, #fda643);
  background-size: 0 100%, auto;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .features__item {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .features__item {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .features__item {
    display: flex;
  }
}
@media (min-width: 1190px) and (max-width: 1440px) {
  .features__item {
    display: block;
  }
}

.features__item:hover {
  color: #000;
  background-size: 100% 100%, auto;
}

.features__icon {
  margin-right: 0px;
  margin-top: 0px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .features__icon {
    margin-right: 27px;
    margin-top: 18px;
  }
}

.features__icon i {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.features__icon i::before {
  color: #000;
  font-size: 40px;
  position: relative;
  top: 11px;
}

.features__content h2 {
  font-size: 30px;
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .features__content h2 {
    font-size: 28px;
  }
}

#contenedor {
  width: 63%;
  margin-left: 19%;
  margin-top: 0%;
  margin-bottom: 15%;
}
@media screen and (min-width: 768px) {
  #contenedor {
    margin-left: 35%;
    margin-top: 0%;
    margin-bottom: 4%;
    width: 28%;
  }
}
@media screen and (min-width: 1024px) {
  #contenedor {
    margin-left: 19%;
    margin-top: 0%;
    margin-bottom: 4%;
    width: 63%;
  }
}
@media screen and (min-width: 1200px) {
  #contenedor {
    margin-left: 19%;
    margin-top: 5%;
    margin-bottom: 0;
  }
}

.welcome-text {
  text-align: center;
}

.welcome-text h2 {
  font-size: 29px;
}

.welcome-text a {
  display: inline-block;
  margin-top: 33px;
}
@media screen and (min-width: 768px) {
  .welcome-text a {
    margin-top: 25px;
    display: inline-block;
  }
}
@media screen and (min-width: 1200px) {
  .welcome-text a {
    margin-top: 25px;
    display: inline-block;
  }
}

.parallax {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4)), url("../../images/home_parallax.jpg");
  /* background: linear-gradient(-90deg, rgba(223, 227, 230, 1) 164px, rgba(255, 255, 255, 0) 42%), url("imgs/testimonials_bg.jpg");     */
  background-attachment: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0;
  min-height: 350px;
}
@media screen and (min-width: 1200px) {
  .parallax {
    background-attachment: fixed;
  }
}

.testimonials .card {
  background: #ffffffcf;
  border: none;
  border-radius: 7px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .testimonials .card {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .testimonials .card {
    margin-bottom: 0;
  }
}

.testimonial-text:before {
  content: open-quote;
  font-size: 60px;
  height: 1.5rem;
  line-height: 0.7;
  color: #94A479;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 4px 4px rgba(0, 0, 0, 0.2);
  display: block;
}

.testimonial-text:after {
  content: close-quote;
  font-size: 60px;
  height: 1.5rem;
  line-height: 1;
  color: #94A479;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 4px 4px rgba(0, 0, 0, 0.2);
  display: block;
  float: right;
}

.test-author {
  margin-top: 10px;
}

.test-author {
  color: #484F36;
  font-size: 18px;
}

.mini-sections .form {
  padding-right: 0px;
}
@media screen and (min-width: 768px) {
  .mini-sections .form {
    padding-right: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .mini-sections .form {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .mini-sections .form {
    padding-right: 60px;
  }
}

.mini-sections .form .home-request-fields, .form textarea, .form select {
  width: 100%;
  border: 1px solid transparent;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  font-size: 15px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.98);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 0px;
}

.mini-sections .form .home-request-fields::placeholder, .form textarea::placeholder, .form select::placeholder {
  color: #000;
  font-size: 15px;
  text-transform: capitalize;
}

.mini-sections .form textarea {
  line-height: 48px;
  height: 106px;
}

.mini-sections .carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.mini-sections .carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.mini-sections .carousel-indicators .active {
  background-color: #000;
}

.mini-sections .carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(83, 98, 73, 0.5);
}

@media screen and (min-width: 768px) {
  .mini-sections > div {
    flex: 0 0 50%;
  }
}
.video-indicators {
  top: 87%;
}
@media screen and (min-width: 1200px) {
  .video-indicators {
    top: 105%;
  }
}

.half-container {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 0px;
}
@media screen and (min-width: 576px) {
  .half-container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .half-container {
    max-width: 768px;
  }
}
@media screen and (min-width: 992px) {
  .half-container {
    max-width: 960px;
    padding-top: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .half-container {
    max-width: 730px;
    margin-left: 110px;
    padding-top: 0px;
  }
}

.section-1, .section-2 {
  padding: 156px 0;
}
@media screen and (min-width: 1024px) {
  .section-1, .section-2 {
    padding: 96px 0;
  }
}
@media screen and (min-width: 1200px) {
  .section-1, .section-2 {
    padding: 133px 0;
  }
}

.section-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)), url(../../images/qm_bg.jpg);
}

.parallax2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../../images/video_bg2.jpg");
  /* background: linear-gradient(-90deg, rgba(223, 227, 230, 1) 164px, rgba(255, 255, 255, 0) 42%), url("imgs/testimonials_bg.jpg");     */
  background-attachment: initial;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  .parallax2 {
    background-attachment: fixed;
    background-size: contain;
  }
}

.section-2 iframe {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section-2 iframe {
    width: 560px;
  }
}
@media screen and (min-width: 1024px) {
  .section-2 iframe {
    width: 430px;
  }
}
@media screen and (min-width: 1200px) {
  .section-2 iframe {
    width: 520px;
    height: 343px;
  }
}
@media screen and (min-width: 1366px) {
  .section-2 iframe {
    width: 600px;
    height: 343px;
  }
}

.map iframe {
  width: 100%;
  height: 380px;
  margin-bottom: -9px;
}

footer {
  background-image: url(../../images/footer_bg.jpg);
  padding: 55px 0;
}

.footer-left img {
  width: 70%;
  display: block;
  margin: 0 auto;
  margin-bottom: 9px;
}
@media screen and (min-width: 768px) {
  .footer-left img {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .footer-left img {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .footer-left img {
    width: 58%;
  }
}

.contact-info-footer, .hours, .sitemap a {
  color: #fff;
}

.contact-info-footer {
  font-size: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact-info-footer {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .contact-info-footer {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-info-footer {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .footer-middle {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer-middle {
    margin-top: 0px;
    padding: 0 15px;
  }
}

.sitemap a, .hours {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .sitemap a, .hours {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .sitemap a, .hours {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .sitemap a, .hours {
    font-size: 16px;
  }
}

.sitemap {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .sitemap {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .sitemap {
    text-align: left;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .sitemap {
    text-align: left;
  }
}

.hours {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 26px;
}
@media screen and (min-width: 768px) {
  .hours {
    padding: 0 55px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .hours {
    text-align: center;
    padding: 0 0;
    margin-top: 20px;
    font-size: 13.9px;
  }
}
@media screen and (min-width: 1200px) {
  .hours {
    margin-top: -5;
    font-size: 16px;
  }
}

.social-media {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .social-media {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .social-media {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .social-media {
    margin-bottom: 0;
  }
}

.social-media i:before {
  color: #fda643;
  font-size: 25px;
}
@media screen and (min-width: 1200px) {
  .social-media i:before {
    font-size: 25px;
  }
}

.ddmg-signature {
  color: #6a6a6a;
  font-size: 14px;
}

/* Image banner */
.img-banner {
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px;
}

.img-banner .container {
  z-index: 0 !important;
}

.img-banner h1 {
  color: #fff;
  font-size: 41px;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 0 0 5px #000;
}

.img-banner .container {
  z-index: 0 !important;
}

.bgOne {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/imgbanner.jpg);
  background-position: 620px;
}
@media screen and (min-width: 768px) {
  .bgOne {
    background-position: right;
  }
}
@media screen and (min-width: 1024px) {
  .bgOne {
    background-position: top;
  }
}

.bgTwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/imgbanner2.jpg);
  background-position: 1460px;
}
@media screen and (min-width: 768px) {
  .bgTwo {
    background-position: inherit;
  }
}

.bgThree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/imgbanner3.jpg);
  background-position: 1260px;
}
@media screen and (min-width: 768px) {
  .bgThree {
    background-position: bottom;
  }
}

.overlay-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.58);
  padding: 17px 0;
}

.overlay-title h1 {
  text-align: center;
  color: #fff;
  font-size: 37px;
  margin-bottom: 0;
}

.about-page-text {
  line-height: 30px;
}

.services-title {
  margin-bottom: 10px;
}

.services-item {
  margin-bottom: 40px;
  background-color: #f7f7f7;
  padding: 12px;
  border-radius: 0.25rem;
  opacity: 0.9;
  padding-right: 20px;
}

.services-item h3 {
  color: #545B3E;
  border-bottom: 2px solid #eee;
}

.services-item img {
  margin-bottom: 10px;
  border-radius: 0.25rem;
  box-shadow: 0.5em 0.5em 0px 0px #e9a540;
}
@media screen and (min-width: 768px) {
  .services-item img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 60%;
  }
}
@media screen and (min-width: 1024px) {
  .services-item img {
    float: right;
    margin-left: 10px;
    width: 30%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .services-item img {
    float: right;
    margin-left: 10px;
    width: 30%;
    margin-bottom: 0;
  }
}

.service-contact {
  border-bottom: 3px solid #4E553A;
  width: 60%;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .service-contact {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .service-contact {
    width: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .service-contact {
    width: 17%;
  }
}

.meet-staff {
  margin-bottom: 30px;
}

.meet-staff .card {
  height: 350px;
}
@media screen and (min-width: 768px) {
  .meet-staff .card {
    height: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .meet-staff .card {
    height: 405px;
  }
}
@media screen and (min-width: 1200px) {
  .meet-staff .card {
    height: 445px;
  }
}

.staff-photo {
  overflow: hidden;
  height: 200px;
}
@media screen and (min-width: 768px) {
  .staff-photo {
    overflow: hidden;
    height: 250px;
  }
}
@media screen and (min-width: 1024px) {
  .staff-photo {
    overflow: hidden;
    height: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .staff-photo {
    overflow: hidden;
    height: 250px;
  }
}

.staff-photo img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.staff-name h3 {
  font-size: 25px;
}

.staff-detail h2 {
  color: #4E553A;
}

.staff-detail-photo img {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .staff-detail-photo img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .staff-detail-photo img {
    float: right;
    margin-left: 10px;
    margin-bottom: 0;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .staff-detail-photo img {
    float: right;
    margin-left: 10px;
    margin-bottom: 0;
    width: 35%;
  }
}

.partners img {
  float: right;
}

.partners .card-header {
  background: #fff;
  box-shadow: 0 0 4px #c4c4c4;
}

.partners h2 {
  font-size: 24px;
}

.partners .card {
  margin-bottom: 10px;
}

.cat-topic {
  text-align: center;
  margin-bottom: 10px;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cat-topic a {
  color: #000 !important;
  background-color: #e9a540;
  padding: 5px;
  margin: 10px 5px 0px 5px;
  white-space: nowrap;
}

.cat-topic a:hover {
  text-decoration: none;
}

a.active-topic {
  background-color: #94A479;
}

.cat-topic u {
  text-decoration-color: #4E553A;
  text-decoration-thickness: 3px;
  text-decoration-skip-ink: none;
}

.video .col-lg-6 {
  margin-bottom: 45px;
}

.video-list form, .video-list .cat-topic {
  background: #eee;
  padding: 5px;
}

.video-list h2 {
  font-size: 30px;
  margin-bottom: 0;
}

.video h3 {
  font-size: 26px;
  text-align: center;
}

.videoWrapper iframe {
  width: 100%;
}

.podcasts .card {
  margin-bottom: 20px;
}

.podcasts h2 {
  color: #000;
  font-size: 25px;
}
@media screen and (min-width: 1200px) {
  .podcasts h2 {
    font-size: 30px;
  }
}

.podcast-file a {
  color: #545B3E;
}

.research-page .card {
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .research-page .card {
    height: 330px;
  }
}
@media screen and (min-width: 1200px) {
  .research-page .card {
    height: 300px;
  }
}
.research-page h2 {
  color: #000;
}
.research-page .btn-third {
  margin-top: 10px;
}

.research-detail-page h2 {
  font-size: 31px;
}
.research-detail-page img {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .research-detail-page img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 60%;
  }
}
@media screen and (min-width: 1024px) {
  .research-detail-page img {
    float: right;
    width: 40%;
    margin-left: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .research-detail-page img {
    float: right;
    width: 30%;
    margin-left: 15px;
  }
}

.research-detail-links {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .research-detail-links {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .research-detail-links {
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .research-detail-links {
    display: flex;
  }
}

.research-detail-pdf {
  margin-right: 10px;
  margin-bottom: 10px;
}

.research-text2 {
  margin-top: 10px;
}

.jteam-intro {
  margin-bottom: 10px;
}

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