
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&family=Raleway:ital,wght@0,400;0,700;1,400&display=swap');
@import url('frontend.css');

:root {
  --beige-medium: #918A7B;
  --beige-light: #F3F3EB;
  --beige-light-alt: #D7CAAD;
  --beige-dark: #76695E;
  --green-light: #ABC2C0;
  --green-medium: #537472;
  --green-medium-light: #76918F;
  --info-color: #76918F;
  --green-medium-light-fg: #F3F3EB;
  --cream: #F3F3EB;
  --orange: #DA9F59;
  --orange-fg: #fff;
  --text-dark: #263837;
  --heading: #537472;
  --heading-fg: #fff;
  --off-white: #FCFCFC;
  --font-color: #676767;
  --font-heading: Raleway;
}

html, body {
  color: var(--text-dark);
}

hr {
  color: var(--beige-medium);
  border-top-color: var(--beige-medium);
}

.container {
  width: 100%;
  max-width: 1440px;
}

.backgrounder {
  width: 100%;
  background: url('../images/bg-1.jpg') no-repeat center center;
  background-size: cover;
}

h1, h2, h3 ,h4, h5 {
  color: var(--heading);
  font-family: Raleway;
  font-weight: bold;
}
.alt-header {
  color: var(--orange);
}

.photo_adder {
  background-color: #fff;
  background-image: url(/images/add-photo.png);
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid var(--green-light);
  border-radius: 10px;
  height: 100px;
  width: 100px;
}
.photo_adder input {
  display: none;
}
.photo_adder.photo_set {
  background-size: cover;
}

.lined-head {
  font-size: 2rem;
  color: var(--heading);
  text-transform: uppercase;
  border-bottom: 1px solid #D7CAAD;
  margin-bottom: 50px;
}

.btn-primary {
  background: #537472;
  border-color: #537472;
  color: #fff;
}
.btn-primary,.btn-default,.btn-muted {
  font-family: Raleway;
  text-transform: none;
}

.btn-alt {
  border: 1px solid var(--orange);
  background-color: var(--off-white);
  color: var(--text-dark);
  text-transform: none;
}
.btn-muted {
  border: 1px solid var(--green-medium);
  background: none;
  color: var(--green-medium);
}

label {
  font-weight: normal;
  text-transform: uppercase;
  font-family: Raleway;
}
label.radio, label.radio-inline {
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
}

a, a:hover, a:active, a:focus {
  outline: 0;
}

.clickable {
  cursor: pointer;
}

.header {
  background: #ffffff;
  z-index: 2;
}
.sub_header_menu {
  background: var(--text-dark);
  color: var(--heading-fg);
  padding: 10px;
  display: none;
}
.special_sub_header_menu {
  padding: 20px 40px;
  /* border-top-left-radius: 50px;
  border-bottom-left-radius: 50px; */
  border-radius: 50px;
  width: 100%;
  max-width: 1050px;
  float: right;
  font-size: 16px;
}
.special_sub_header_menu img {
  vertical-align: text-top;
}
.sub_header_menu .navmenu {
  display: flex;
}
.sub_header_menu a {
  color: inherit;
  flex: 1;
  text-align: center;
}
.sub_header_menu a:hover {
  opacity: 0.6;
}
#navmenu > ul {
  text-align: center;
}
#navmenu .sub_header_menu {
  margin: 10px 0;
  display: none;
}
#navmenu .sub_header_menu .navmenu {
  display: block;
}
#navmenu .sub_header_menu a {
  display: block;
  padding: 5px;
  margin: 5px 0;
}

p.wel-msg {
  text-transform: none;
}

.sub-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.bg1 .sub-container {
  background: url('../images/bg-1.jpg') no-repeat center center;
  background-size: cover;
}
.bg2 .sub-container {
  background: url('../images/bg-2.jpg') no-repeat center center;
  background-size: cover;
}
.bg3 .sub-container {
  background: url('../images/bg-3.jpg') no-repeat center center;
  background-size: cover;
}

.footer-contact-box {
  width: 100%;
}
.footermenu li {
  padding: 4px;
}

#footer a {
  color: inherit;
}
#footer .social_link {
  padding: 5px;
  background: var(--text-dark);
  border-radius: 200px;
  margin: 0 5px;
}
#footer .footer-menus {
  line-height: 2.5em;
}

#navmenu > ul > li > a:hover {
  opacity: 0.8;
}
#navmenu > ul > li > a, #navmenu > ul > li:hover > a {
  color: var(--text-dark);
}

.fadebg {
  background: #fff;
  background: rgba(255,255,255,0.8);
}

.home_area {
  padding: 80px 0;
  width: 100%;
  background: url(/images/bg-6.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.home_area .col {
  padding-top: 20px;
}
.home_area .col, .home_area .col h1 {
  color: #fff;
}
.home_area .col h1 {
  font-size: 3.4em;
  line-height: 1.2em;
}
.home_area .col p {
  font-size: 1.2em;
}
.home_area .col>div {
  padding: 30px 10px;
}

.ico-list-home {
  background: #263837;
  text-align: center;
  padding: 40px 0;
}

.ico-list-home a {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  width: 100%;
  max-width: 300px;
  margin: 20px;
  vertical-align: top;
  font-family: Raleway;
}
.ico-list-home strong {
  font-size: 1.2em;
}
.ico-list-home p {
  font-size: 0.9em;
  min-height: 100px;
  max-width: 240px;
  margin: 10px auto;
}
.ico-list-home strong, .ico-list-home span {
  display: block;
  font-weight: bold;
}
.ico-list-home span {
  color: var(--orange);
}
.ico-list-home a:hover {
  opacity: 0.7;
}
.ico-list-home img {
  display: block;
  margin: 0 auto 20px;
}

.btn.btn-default, .btn.btn-default:hover {
  background: #da9f59;
  border-color: #da9f59;
  border-width: 0px;
}
.btn.btn-blue {
  background: #537472;
  border-color: #537472;
  color: #fff;
}
.btn-info {
  background-color: var(--info-color);
  border-color: var(--info-color);
}
.btn-info:hover {
  opacity: 0.8;
  background-color: var(--info-color);
  border-color: var(--info-color);
}

.testimonial-name::before {
  background: #da9f59;
}
#testimonial-content .projectitem::before
,.why-icon-box i
,.footer-newsletter i
{
  color: #da9f59;
}

.footer-contact-box i
,.footer-contact-box p
,.footer-social-box ul li a i
{
  color: #fff;
}

.header::before
,#navmenu
,.department-section
,.footer-contact-box
,#navmenu ul ul li a
{
  background: #ffffff;
}

.header .navbar-brand-col {
  margin: 0;
  padding: 0;
}
.header .navbar-brand {
  padding: 2px 0;
}

ul.department-list li a {
  font-size: 16px;
  display: block;
  padding: 1px 1px;
}
ul.department-list li.active>a, ul.department-list li>a:hover {
  background: var(--info-color) !important;
  color: #fff;
}
ul.department-list li i {
  width: 20px;
  font-size: 13px;
  text-align: center;
}
ul.department-list li {
  padding: 0;
  border: none;
}
.department-list ul {
  list-style-type: none;
  margin-left: 10px;
  padding-left: 0;
}

.btn-full {
  width: 100%;
}

.input-group-addon {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.video_comment {
  padding: 10px 0;
}
.video_comment + .video_comment {
  border-top: 1px solid #ccc;
}

.listing-link h3 {
  color: var(--info-color);
}
.listing-link {
  color: #676767;
  margin-bottom: 20px;
  display: block;
}
.listing-link:hover {
  opacity: 0.8;
}

.alert-info {
  color: var(--info-color);
  background-color: #f3f3eb;
  border-color: #f3f3eb;
}
.message-display {
  text-align: center;
  font-size: 2rem;
}
.fc-event, .fc-event-dot {
  background-color: #537472 !important;
}

.video_related_listing, .listing_related_video {
  color: #676767;
}
.video_related_listing:hover, .listing_related_video:hover {
  opacity: 0.8;
}

textarea.form-control {
  line-height: 1.5;
}

.rating_stars .star {
  display: inline-block;
  padding: 0 2px;
}
.rating_stars.larger .star {
  font-size: 22px;
}
.rating_stars.active.larger .star {
  cursor: pointer;
}
.rating_stars .star, .rating_stars .star:hover, .rating_stars .star:active {
  color: #999;
}
.rating_stars .star.selected, .rating_stars .star.selected:hover, .rating_stars .star.selected:active {
  color: #da9f59;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: 100%;
}
.trunc-vertical {
  height: 200px;
  border: 1px solid #ccc;
  overflow-y: auto;
  padding: 10px;
}

.call-menu span {
  padding: 8px 15px;
  margin-top: 4px;
}
.call-menu.alt span {
  background: #da9f59;
}

.panel-sm .panel-heading {
  padding-top: 4px;
  padding-bottom: 4px;
}

.text-4x {
  font-size: 2.8em;
}
.flex-col {
  display: block;
}
.flex-vertical {
  align-items: center;
}
.flex-centered {
  display: block;
  margin: 0 auto;
}
.flex-xs {
  display: flex;
}
.flex-xs .flex-col {
  flex: 1;
}
.flex-xs-2 {
  flex-wrap: wrap;
}
.flex-centered-xs {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media(min-width: 768px) {
  #navmenu > ul {
    text-align: right;
  }
  .sub_header_menu {
    display: block;
  }
  .home_area {
    min-height: 400px;
  }
  .md-line-honor {
    white-space: pre-line;
  }
  .text-3x {
    font-size: 2.2em;
  }
  .text-4x {
    font-size: 5em;
  }
  .flex-md {
    display: flex;
  }
  .flex-md .flex-col {
    flex: 1;
  }
  .flex-md-4, .flex-md-3 {
    flex-wrap: wrap;
  }
  .flex-md-3 .flex-col {
    flex-basis: 33%;
    max-width: 33%;
  }
  .flex-md-4 .flex-col {
    flex-basis: 25%;
    max-width: 25%;
  }
  .flex-md-5 .flex-col {
    flex-basis: 20%;
    max-width: 20%;
  }
  .flex-md-2 .flex-col {
    flex-basis: 50%;
    max-width: 50%;
  }
  .flex-centered {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header {
    padding: 10px 0;
  }
}
@media(max-width: 768px) {
  #navmenu .sub_header_menu {
    display: block;
  }
  .header .site-search {
    margin: 20px 0;
  }
  .home_area {
    padding: 0;
  }
  .home_area .col h1 {
    font-size: 2em;
  }
  .header::before {
    background: none;
  }
  .flex-xs-2, .flex-xs-3 {
    flex-wrap: wrap;
  }
  .flex-xs-2 .flex-col {
    flex-basis: 50%;
  }
  .flex-xs-3 .flex-col {
    flex-basis: 33%;
    max-width: 33%;
  }
}

#career-slider .owl-controls {
  top: auto;
  position: absolute;
}
#career-slider .owl-next, #career-slider .owl-prev {
  font-size: 40px;
  color: var(--info-color);
}
#career-slider .owl-prev {
  left: 0;
  top: 0;
}
#career-slider .owl-next {
  right: 0;
  top: 0;
}
#career-slider .owl-dots {
  text-align: center;
  padding: 20px 5px;
}
#career-slider .owl-dot.active span {
  background-color: #da9f59;
}

.site-search {
  padding-top: 15px;
}
.site-search .form-group {
  background: #fff;
  border: solid 1px var(--beige-medium);
  border-radius: 30px;
}
.site-search .form-control, .site-search .form-control::placeholder  {
  font-size: 0.9em;
}
.site-search .btn-link {
  color: var(--beige-medium);
}

.chk-toggler .toggle-display {
  font-size: 2em;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.chk-toggler label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.chk-toggler .visible-on, .chk-toggler .visible-off {
  display: none;
}
.chk-toggler.on .visible-on {
  display: inline-block;
  color: green;
}
.chk-toggler.off .visible-off {
  display: inline-block;
}

.img-cover {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.img-contain {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
}

.common-card-wrap { padding: 10px; }
.common-card {
  background: #fff;
  border: 1px solid var(--beige-light-alt);
  border-radius: 20px;
  width: 100%;
  color: var(--beige-dark);
  margin-bottom: 40px;
}
.common-card.alt {
  background: var(--cream);
}
.common-card.alt .btn-primary {
  background: var(--beige-dark);
}
.common-card.alt .btn-primary:hover, .common-card.alt .btn-primary:active {
  color: #fff;
}
.common-card-set .common-card {
  flex: 1;
}
.common-card .label-type {
  background: var(--cream);
  margin-bottom: 20px;
  padding: 15px 20px;
  text-transform: uppercase;
  font-size: 1.3rem;
  color: #263837;
  font-weight: bold;
}
.common-card .label-type:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.common-card .img {
  width: 100%;
  aspect-ratio: 400 / 250;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.common-card .img:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.common-card .highlight {
  background: var(--orange);
  color: var(--orange-fg);
  padding: 10px;
  font-size: 1.9rem;
  margin-bottom: 20px;
}
.common-card .img + .highlight {
  margin-top: -30px;
}
.common-card h3 {
  padding: 10px 20px;
  max-width: 344px;
  color: var(--text-dark);
}
.common-card p {
  padding: 0 20px;
  margin: 0;
  color: inherit;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.common-card .btn-card {
  background: var(--cream);
  color: #263837;
  border: none;
}
.common-card .btn-circle {
  padding: 13px;
}
.common-card .credit {
  border-top: 1px solid var(--beige-light-alt);
  margin: 0 20px;
  padding: 20px 0;
  display: flex;
}
.common-card .credit .img-col {
  flex: 1;
  display: flex;
  justify-content: center;
}
.common-card .credit .txt {
  flex: 6;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.common-card .credit img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center center;
  border: 1px solid var(--beight-light);
  border-radius: 100%;
}
@media(min-width: 768px) {
  .common-card-set {
    display: flex;
    gap: 20px;
  }
  .common-card {
    max-width: 33%;
  }
}
@media( max-width: 700px ) {
  .common-card.shrink {
    font-size: 0.6em;
    margin-bottom: 1em;
  }
  .common-card.shrink * {
    font-size: 1em;
  }
  .common-card.shrink h3 {
    font-size: 1.2em;
    margin-bottom: 0.8em;
    padding: 0.3em 0.8em;
  }
  .common-card.shrink p {
    font-size: 1em; padding: 0 0.8em;
    margin-bottom: 1em;
    line-height: 1.2em;
  }
  .common-card.shrink .credit {
    margin: 0 1em;
  }
  .common-card.shrink .credit .txt { padding-left: 1em; }
  .common-card.shrink .label-type { padding: 5px 10px; font-size: 1.2em; }
  .common-card.shrink .btn-card { padding: 8px; }
}
