/*
Theme Name: Limestone Analytics
Theme URI:
Author: JIC Design
Author URI: http://www.jicdesign.com/
Description: Limestone Analytics
Version: 1.71
Text Domain: devdmbootstrap4
Template: devdmbootstrap4
*/

/* Font Styles */

@font-face {
    font-family: 'Gotham-Light';
    src: url('fonts/Gotham-Light.eot');
    src: url('fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/Gotham-Light.woff2') format('woff2'),
         url('fonts/Gotham-Light.woff') format('woff'),
         url('fonts/Gotham-Light.ttf') format('truetype'),
         url('fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    		font-weight: normal;
   			font-style: normal;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('fonts/Gotham-Book.eot');
    src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
         url('fonts/Gotham-Book.woff2') format('woff2'),
         url('fonts/Gotham-Book.woff') format('woff'),
         url('fonts/Gotham-Book.ttf') format('truetype'),
         url('fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    		font-weight: normal;
   			font-style: normal;
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('fonts/Gotham-Medium.eot');
    src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/Gotham-Medium.woff2') format('woff2'),
         url('fonts/Gotham-Medium.woff') format('woff'),
         url('fonts/Gotham-Medium.ttf') format('truetype'),
         url('fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    		font-weight: normal;
   			font-style: normal;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('fonts/Gotham-Bold.eot');
    src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Gotham-Bold.woff2') format('woff2'),
         url('fonts/Gotham-Bold.woff') format('woff'),
         url('fonts/Gotham-Bold.ttf') format('truetype'),
         url('fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    		font-weight: normal;
   			font-style: normal;
}

body, div, p, ul, li, a {
  font-family: 'Gotham-Light', sans-serif;
  letter-spacing: .5px;
  font-size:15px;
  line-height: 24px;
    color: #333;
}

h1 {
  font-size:52px;
}

h2 {
  font-family: 'Gotham-Bold', sans-serif !important;
  margin-bottom:25px;
}

h3 {
  font-size:24px;
}

h6 {
  font-size:17px;
}

.t-upper {
  text-transform:uppercase;
}

.t-underline {
  text-decoration:underline;
}

.t-lrg, .t-large {
  font-size: 19px;
  line-height: 24px;
}

.t-xbold {
  font-family: 'Gotham-Bold', sans-serif;
}

.t-bold {
  font-family: 'Gotham-Medium', sans-serif;
}

.t-light, h1.t-light, h2.t-light, h3.t-light, h4.t-light, h5.t-light, h6.t-light, .hero-inner .t-light {
  font-family: 'Gotham-Light', sans-serif !important;
}

.t-white, .t-white a {
  color:#fff;
}

.t-blue, .t-blue a {
  color:#00a7b5;
}

.t-red, .t-red a {
  color:#d63545;
}

.t-dblue, .t-dblue a {
  color:#142c3e;
}

.bg-red {
  color:#d63545;
}

.bg-dred {
  color:#a71930;
}

.bullet-points ul, .bullet-points li, .bullet-points li a {
 /*color:#d63545;*/
 font-size: 17px;
     list-style: none;
    padding-bottom: 10px;
}

.intro-home .bullet-points ul, .intro-home .bullet-points li {
 color:#d63545;
}
.post-details-content ol, .project-details-content ol, .project-details-content ol li {
 /*color:#d63545;*/
  font-size: 17px;
}

.project-details-content ol {
  padding-top:10px;
}

.project-details-content ol li  {
  padding-bottom:10px;
  padding-left:10px;
}

.project-details-main .project-timeline + .related-vehicles {
  border-top:0px !important;
  padding-top:0px !important;
}

.bullet-points ul, .post-details-content ol, .project-details-content ol {
padding-left: 30px;
}

.bullet-points li:before {
font-family: 'FontAwesome';
content: '\f054';
margin:0 5px 0 -15px;
color: #d63545;
}

.intro-home p {
  width: 700px;
max-width: 100%;
}

.intro-content h4 {
  margin-bottom:20px;
}

.intro-content .bullet-points ul {
  margin-top:25px;
}

.intro-content .la-btn {
  margin-top:15px;
}

/* END Fonts */

/* Global */

.section-padding-short {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.full-bg {
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}

.hero-tint  {
  background-color: rgba(0,0,0,.4);
height:100%;
width:100%;
}

.hero-tall .hero-inner, .hero-med .hero-inner {
  display: inline-block;
    line-height: normal;
    vertical-align: middle;
}

.hero-tall .hero-inner img {
  max-width:160px;
}

.la-btn-drk {
    background-color: #142c3e;
    padding: 10px 15px;
    margin-top:30px;
    color:#fff;
    display: inline-block;
    font-family:'Gotham-Medium', sans-serif;
    font-size:15px;
}

.la-btn-drk i {
    color:#d63545;
    padding-right:10px;
}

.la-btn-drk:hover, .la-btn-drk:focus {
  color:#d63545;
  text-decoration:none;
}

.double-border-top {
  border-top: 4px double #d63545;
  padding-top: 30px;
}

.double-border-bottom {
  border-bottom: 4px double #d63545;
  padding-bottom: 15px;
}

a.no-underline:hover, a.no-underline:focus {
  text-decoration:none;
}

.la-sidebar-main .bullet-points ul {
  padding-top:25px;
}

.sidebar-icon {
  float:left;
}

.sidebar-address p, .sidebar-phone p, .sidebar-email p {
  padding-left:20px;
}

.la-sidebar h6 {
  margin-bottom:15px;
}

.sidebar-item a:hover, .sidebar-item a:focus {
  text-decoration:none;
      color: #d63545;
}

.sidebar-item a:hover p, .sidebar-item a:focus p {
    color: #d63545;
}

.la-sidebar .la-btn {
  margin-top:15px;
}

.intro-inner {
  width:650px;
  max-width:100%;
}

.intro-inner ul {
  width:400px;
  max-width:100%;
}

.hero-inner .section-padding {
 /* padding-bottom:0px; */
}

.hero-inner .hero-inner {
/* border-bottom: 4px double #142c3e;
   padding-bottom: 30px; */
}

.page-template-page-projects .hero-inner .hero-inner {
  border-bottom:0px;
}

.hero-bg.hero-inner {
  background-color: #142c3e;
}

/* END Global */

/* Main Navigation */

.dmbs-header-bg {
  background-color: #fff;
/* border-top: 20px solid #58585a; */
}

.dmbs-header .dmbs-header-left .dmbs-logo-image {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 250px;
  float: left;
  height: auto;
  max-width: 100%;
}

.navbar-dark .navbar-nav .nav-link {
      color: #142c3e;
}

.navbar-dark .navbar-nav .disable-link .nav-link {
  /*pointer-events:none !important;*/
}


.navbar-dark .navbar-nav .nav-link {
  font-size: 18px;
  font-family: 'Gotham-Light', sans-serif;
  position:relative;
}

#menu-main-menu {
  padding-top:15px;
}

.dmbs-header-navbar {
  width:100%;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color:#00a7b5;
}

/* END Main Navigation */

/* Footer */

.primary-footer {
  padding-left:0px;
  padding-right:0px;
}

.primary-footer-top {
  padding-left:15px;
  padding-right:15px;
  background-color: #142c3e;
}

.primary-footer-bottom {
  padding-left:15px;
  padding-right:15px;
  background-color: #d63545;
}

.footer-link:hover, .footer-link:focus {
  text-decoration:none;
  color:#00a7b5;
}

.primary-footer-bottom p {
  margin-bottom:0px;
  font-family: 'Gotham-Book', sans-serif;
    font-size: 17px;
}

.primary-footer-bottom .container {
  padding-top:15px;
  padding-bottom:15px;
}

.primary-footer-col-2 a {
  color:#142c3e;
  font-family: 'Gotham-Book', sans-serif;
    font-size: 17px;
}

.primary-footer-col-2 a:hover, .primary-footer-col-2 a:focus {
  color:#fff;
  text-decoration:none;
}

.social-icon {
  display:inline-block;
}

.social-icon:after {
  font-family: 'FontAwesome';
  vertical-align: middle;
  font-size: 24px;
  color:#fff;
  padding-right: 10px;
}

.la-sidebar .social-icon:after {
  color:#00a7b5;
}

.social-icon:hover:after, .social-icon:focus:after {
  color:#00a7b5;
}

.la-sidebar .social-icon:hover:after, .la-sidebar .social-icon:focus:after {
  opacity:.8;
}

.social-icon-li:after {
  content: "\f0e1";
}

.social-icon-tw:after {
  content: "\f099";
}

.social-icon-em:after {
  content: "\f0e0";
}

.social-icon-fb:after {
  content: "\f09a";
}

.primary-footer h5 {
  font-family:'Gotham-Medium', sans-serif;
}

.primary-footer-col-2 {
  text-align:right;
}

.footer-links-group {
  padding-bottom:30px;
}

.footer-mid-1 {
  padding-bottom:15px;
}

.footer-link-single {
  padding-bottom:5px;
}

.primary-footer {
  padding-top:30px;
}

.footer-news-link {
  padding-bottom:15px;
}

/* END Footer */

/* Twitter Feed */

#ctf .ctf-author-name {
  margin-left:2px !important;
}

#ctf .ctf-screename-sep {
  display:none !important;
}

#ctf .ctf-author-avatar {
  border-radius:0px !important;
}

#ctf .ctf-item {
  border-top:0px !important;
}

#ctf .ctf-retweet-icon {
  display:none !important;
}

.ctf-tweet-content a:hover, .ctf-tweet-content a:focus {
  text-decoration:none;
}

#ctf.ctf-styles .ctf-author-screenname {
  font-size:15px !important;
  text-decoration:underline !important;
}

/* END Twitter Feed */

/* Forms */

.la-form input {
  width:100%;
  padding: 5px 15px;
  border: 1.5px solid #00a7b5;
  color: #00a7b5;
  font-family: 'Gotham-Medium', sans-serif;
}

.la-form input:focus {
  outline:none;
}

.la-form input[type="submit"] {
  width:auto;
  background-color: #00a7b5;
  border: 0px;
  padding: 10px 15px;
  color: #fff;
  font-family: 'Gotham-Medium', sans-serif;
}

.la-form input[type="submit"]:hover, .la-form input[type="submit"]:focus {
  cursor: pointer;
}

.la-form input[type="submit"]:hover, .la-form input[type="submit"]:focus {
  background-color: #fff;
  color: #00a7b5;
}

::-webkit-input-placeholder {
  color: #00a7b5;
  font-family: 'Gotham-Medium', sans-serif;
}

::-moz-placeholder {
  color: #00a7b5;
  font-family: 'Gotham-Medium', sans-serif;
}

:-ms-input-placeholder {
  color: #00a7b5;
  font-family: 'Gotham-Medium', sans-serif;
}

:-moz-placeholder {
  color: #00a7b5;
  font-family: 'Gotham-Medium', sans-serif;
}

.la-form p {
  margin-bottom:10px;
}

.la-form.contact-form  input, .la-form.contact-form  textarea {
  border:1px solid #D73545;
  color:#D73545;
  padding:15px;
}

.la-form.contact-form ::-webkit-input-placeholder {
  color: #ccc;
}

.la-form.contact-form ::-moz-placeholder {
  color: #ccc;
}

.la-form.contact-form :-ms-input-placeholder {
  color: #ccc;
}

.la-form.contact-form :-moz-placeholder {
  color: #ccc;
}

.la-form.contact-form  input[type="submit"] {
  background-color: #142c3e;
    padding: 15px;
    margin-top: 30px;
    color: #fff;
    display: inline-block;
    font-family: 'Gotham-Medium', sans-serif;
    font-size: 17px;
    border:0px;
    padding-left:40px;
    margin-top:0px;
}

.la-form.contact-form  input[type="submit"]:hover, .la-form.contact-form  input[type="submit"]:focus {
  color: #d63545;
  }

.la-form.contact-form  i {
    color: #d63545;
  padding-right: 10px;
  position: absolute;
  left: 25px;
    bottom: 33px;
  }

.la-form.contact-form textarea {
      padding: 15px;
      width:100%;
      font-family:'Gotham-Medium', sans-serif;
}

.la-form input:focus, .la-form textarea:focus {
  outline:none;
}

.la-form.contact-form .fltR, .la-form.contact-form .fltL, .la-form.contact-form .fltF {
  padding-bottom:15px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ok {
  display: block;
margin-top: 10px;
margin-left: -10px;
}

/* END Forms */

/* Post Grids */

.category-group:last-child span.divider {
  display:none;
}

.current-cat {
font-family: 'Gotham-Medium', sans-serif;
}

.grid-th {
  height: 195px;
max-width: 100%;
overflow: hidden;
}

.bottom-news-th {
  height: 260px;
max-width: 100%;
overflow: hidden;
}

.post-single a:hover, .post-single a:focus {
  text-decoration:none;
}

.grid-title {
  padding-top:15px;
  margin-bottom:15px;
}

.publications-grid .grid-title {
  padding-top:0px;
}

.publications-grid .grid-th img {
  border:1px solid #ddd;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  width: 95%;
  height: auto;
}

.pub-single-hover {
    padding: 30px;
    height:100%;
    position:relative;
}

.pub-single-hover:hover, .pub-single-hover:focus {
    background-color: #efefef;
}

/* .pub-single-hover .col-8 > a {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
} */

.publications-grid .post-single {
  position: relative;
height: 100%;
}

/* .publications-grid .post-single > a {
  position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.publications-grid .post-single > a:hover, .publications-grid .post-single > a:focus {
  background-color:#efefef;
} */

.post-single .t-blue, .post-single p.t-red {
  margin-bottom:0px;
}

.publications-grid .post-single .t-blue {
  margin-bottom: 1rem;
}

.post-single .post-categories {
  padding-bottom:0px;
  color:#d63545;
}

.post-single .la-btn {
  margin-top:20px;
}

.post-single {
  padding-bottom:50px;
}

.category-group .term-selector {
  padding-left:5px;
  padding-right:5px;
}

.projects-grid .section-padding-short {
  padding-top:0px;
}

.news-grid .section-padding-short {
  padding-top:0px;
}

.category-id-18, .category-id-1 {
  display:none;
}

/* END Post Grids */

/* Single Post & project */

.hero-tall, .hero-home .col-12 {
  padding-left: 0px;
  padding-right: 0px;
  height: 600px;
  position: relative;
     line-height: 600px;
    vertical-align: middle;
}

.hero-bg.hero-med {
  padding-left: 0px;
  padding-right: 0px;
}

.hero-med {
  height: 400px;
  position: relative;
     line-height: 400px;
    vertical-align: middle;
}

.hero-tall .hero-inner, .hero-med .hero-inner {
  display: inline-block;
line-height: normal;
}

.hero-overlay {
  background-size: cover;
  bottom: 0px;
  position: absolute;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: center center;
}

.news-details-sidebar .sidebar-item, .project-details-sidebar .sidebar-item {
  padding-bottom:30px;
}

.sidebar-item.sidebar-categories {
  padding-bottom:0px;
}

.single-project .sidebar-item.sidebar-categories {
    padding-bottom: 30px;
  }

.sidebar-categories-terms .sidebar-category:last-child {
  padding-bottom: 30px;
    display: inline-block;
}

.sidebar-categories-terms .sidebar-category.category-id-18, .sidebar-categories-terms .sidebar-category.category-id-1 {
  padding-bottom: 0px;
    display: none;
}

.news-details-sidebar p, .project-details-sidebar p {
  margin-bottom:0px;
}

.news-details-sidebar h6, .project-details-sidebar h6 {
  margin-bottom:10px;
}

.sidebar-author a, .sidebar-author a:hover, .sidebar-author a:focus,
.sidebar-downloads a:hover, .sidebar-downloads a:focus,
.sidebar-links a:hover, .sidebar-links a:focus {
  text-decoration:underline;
}

a.lightbox-link, a.lightbox-link:focus, a.lightbox-link:hover {
outline:none;
}

.sidebar-downloads i, .sidebar-links i {
  padding-right:10px;
}

.snapshot-img p {
  padding-top:10px;
}

.snapshot-img img {
  width:175px;
  max-width:100%;
}

.clients-partners-logo {
  float: left;
    min-height: 115px;
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: middle;
    position: relative;
    line-height: 100px;
}

.clients-partners-logos {
  display:inline-block;
  margin-top: 15px;
  margin-bottom: 30px;
      padding-bottom: 0px;
      width:100%;
      padding-top:10px;
}

.clients-partners-logos img {
  max-width: 130px;
    max-height: 100px;
    width: auto;
    height: auto;
}

.project-clients-partners {
  padding-top:30px;
}

.post-details-content a {
      color: #00a7b5;
}

.post-details-content blockquote p {
  color: #00a7b5;
    font-size: 21px;
    line-height: 30px;
    padding-left: 15px;
    border-left: 1px solid #00a7b5;
}

.post-details-content p strong, .post-details-content ul strong, .post-details-content li strong {
  font-family:'Gotham-Medium', sans-serif;
}

.project-timeline-title {
  padding-bottom:30px;
}

.bullet-points ul.project-timeline-points {
  padding-top: 5px;
  padding-left: 15px;
}

.project-timeline-details-single .t-sm {
  font-size: 1em;
  font-family: 'Gotham-Book';
  letter-spacing: 3px;
  line-height:1.4em;
  margin-bottom:5px;
  margin-top:5px;
      color: #d63545;
}

.project-timeline-details-single .col-md-4 {
  padding-right:0px;
}

.project-timeline-details-single {
  padding-bottom:15px;
}

.la-sidebar-main .project-timeline-details-single .bullet-points h5  {
  padding-top:0px;
}

.project-timeline-details-single h3 {
  letter-spacing: 0px;
  font-family: 'Gotham-Medium', sans-serif;
  margin-bottom:5px;
  margin-top:5px;
}

.project-timeline-details-single .timeline-calendar {
  border: 1px solid #142c3e;
  display: inline-block;
  padding: 20px;
  border-radius: 5px;
  width: 160px;
  max-width: 100%;
}

/* END Single Post & project */

/* Single Team */

.team-details-sidebar h3 {
  padding-top:15px;
}

.education-details {
  margin-top:30px;
}

.fltR.postNavButtons {
  text-align:right;
}

.postNavButtons a {
  font-size: 24px;
    color: #00a7b5;
}

.postNavButtons-group .fa-arrow-circle-right:before {
  font-size: 24px;
    color: #00a7b5;
    padding-left:10px;
}

.postNavButtons-group .fa-arrow-circle-left:before {
  font-size: 24px;
    color: #00a7b5;
    padding-right:10px;
}

.postNavButtons-group {
  padding-top:15px;
}


/* END Single Team */

/* Project Map */

.projects-map {
  padding-left:0px;
  padding-right:0px;
}

.projects-map .lmm-panel, .projects-map .leaflet-top.leaflet-right, .projects-map .leaflet-bottom.leaflet-right, .projects-map .leaflet-bottom.leaflet-left {
  display:none;
}

/* .projects-map .leaflet-tile-container.leaflet-zoom-animated, .projects-map .leaflet-fade-anim .leaflet-tile {
  transform: none !important;
  transition: none !important;
}

.scrolloff {
  pointer-events: none;
} */

.projects-map .leaflet-container a {
      color: #00a7b5;
}

/* END Project Map */


/* Homepage */

.intro-home h2 {
  width: 450px;
  max-width: 100%;
}

.hero-home p {
  padding-top: 30px;
  width: 450px;
  max-width: 100%;
  line-height:24px;
}

.home-news .section-padding {
  padding-top:0px;
}

.news-ft-title-container {
  padding-right:0px;
}

.news-other-title-container {
  padding-left:0px;
      padding-top: 10px;
}

.news-other-title-container h4 {
  padding-left:15px;
  margin-bottom: 25px;
  }

  .home-news-other {
    padding-left:0px;
  }

  .featured-news-th .featured-news-title {
    padding-top: 15px;
    padding-bottom: 5px;
  }

  .featured-news-th .la-btn {
    margin-top:0px;
  }

  .featured-news-th a:hover, .featured-news-th a:focus {
    text-decoration:none;
  }

  .home-news-other .featured-news-title a:hover, .home-news-other .featured-news-title a:focus {
    color:#d63545;
  }

  .category-filters-title p {
    float: left;
padding-right: 30px;
  }
  .category-filters {
    padding-left:85px;
  }

  #load-more-btn {
    background-color: transparent;
    border: 0px;
    width: 100%;
    font-size: 21px;
    text-transform: uppercase;
    color: #d63545;
    margin-bottom:30px;
  }

  #load-more-btn:focus {
    outline:none;
    box-shadow:none;
  }

.hero-home .hero-inner {
  padding-left:15px;
  padding-right:15px;
}

.news-other-title-container, .home-news-other {
  padding-right:0px;
}

.home-news-other .featured-news-title {
  padding-right:0px;
}

.home-news .container {
  padding-right:0px;
}

.all-projects-button i {
  margin-left:10px;
}

.client-logo-single {

}

.client-logo {
  height: 125px;
  vertical-align: middle;
  line-height: 125px;
}

.client-logos .section-padding {
  padding-top:30px;
}

.home-services-icons .services-icon-single {
  display:inline-block;
  text-align:center;
  width: 160px;
  max-width:100%;
  margin-right:15px;
}

.content-services-section .section-padding {
  padding-top:0px;
}

.intro-home .la-btn {
  width: 350px;
  text-align: center;
  max-width:100%;
}

.intro-home .services-icon-single a:hover, .intro-home .services-icon-single a:focus {
  color:#d63545;
  text-decoration:none;
}

.home-services-icons .services-icon-single img {
  width: 115px;
  max-width: 100%;
  margin-bottom:0px;
}

.home-services-icons {
  padding-top:15px;
  padding-bottom:15px;
}

.home-services-icons .services-icon-inner {
  background: #142c3e;
  border-radius: 20px;
  width: 150px;
  height: 150px;
  line-height: 150px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.intro-home-right {
  text-align:center;
}

/* END Homepage */

/* About Page */

.team-th {
  height: 210px;
overflow: hidden;
}

.team-th img {
  max-width: none;
    width: auto;
    height: 100%;
    max-height: 100%;
}

.team-member-single h3 {
  padding-top:15px;
}

.team-member-single {
  padding-bottom:30px;
}

.featured-news .section-padding {
  padding-top:0px;
}

.featured-news-single .la-btn {
  margin-top:0px;
}

.featured-news-single-inner {
  width:350px;
  max-width:100%;
}

/* END About Page */

/* Services Page */

.services-points-item-1 h4 {
  padding-top:15px;
}

.services-sidebar .sidebar-item {
  padding-bottom:5px;
}

.services-points-item-inner h4 {
  margin-bottom: 0px;
    padding-top: 15px;
}

.la-sidebar-main .services-points-item-inner ul {
padding-top: 15px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .services-points-item h4, .services-points-item h4 * {
        color: #00a7b5;
        font-size:21px;
        font-family: 'Gotham-Medium';
  }

  .services-points-item .bullet-points ul strong, .services-points-item .bullet-points ul b {
    font-family: 'Gotham-Medium', sans-serif;
    color: #d63545;
  }


  .services-points-item {
    padding-top:20px;
  }

.la-sidebar-main .services-points-item-inner .bullet-points p {
  /*color: #d63545;*/
font-size: 17px;
padding-bottom: 10px;
padding-left: 30px;
padding-top: 15px;
}

.la-sidebar-main .intro-text a {
      color: #00a7b5;
}

.la-sidebar-main .bullet-points h5 {
color: #d63545;
    padding-top: 15px;
    margin-bottom: 0px;
    font-weight: 900;
    font-weight: 900;
    font-family: 'Gotham-Medium', sans-serif;
    font-size: 17px;
}

.la-sidebar-main .services-points-item {
  padding-top:15px;
}

.la-sidebar-main .services-points-item-inner {
  padding-bottom:15px;
}

.la-sidebar-main .services-points-item-inner ul li a {
  color: #00a7b5;
}

.la-sidebar-main .services-points-item-inner .bullet-points p:before {
    font-family: 'FontAwesome';
    content: '\f054';
    margin: 0 5px 0 -15px;
    color: #d63545;
}

.la-sidebar-main #tool-development .services-points-item-inner .bullet-points p, .la-sidebar-main.services-main .services-points-item-inner .bullet-points p {
  padding-left: 0px;
  margin-bottom:0px;
}

.la-sidebar-main #tool-development .services-points-item-inner .bullet-points p:before,
.la-sidebar-main.services-main .services-points-item-inner .bullet-points p:before {
content:none;
}

.services-main .nav-tabs li {
      text-align: center;
      width:50%;
}

.services-main .nav-tabs li img {
  max-width: 115px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  margin-bottom: 10px;
  max-height:115px;
  width: auto;
  height: auto;
}

.services-main .nav-tabs .img-tab {
  display: inline-block;
  padding: 10px;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background:#142c3e;
  border: 2px solid #142c3e;
  border-bottom:0px;
}

.services-main .nav-tabs .img-tab h6 {
  color:#fff;
}

.services-main .nav-tabs .active .img-tab {
  border: 2px solid #142c3e;
  background: transparent;
  border-bottom:0px;
}

.services-main .nav-tabs .img-tab:hover {
  border: 2px solid #d63545;
  background: #d63545;
  border-bottom:0px;
}

.services-main .nav-tabs .technical-tab .img-tab {
  border-right:0px;
}

.services-main .nav-tabs .capacity-tab .img-tab {
  border-left:0px;
}

.services-main .nav-tabs .active .img-tab h6 {
  color:#142c3e;
}

.services-main .nav-tabs .img-tab:hover h6 {
  color:#fff;
}

.services-main .nav-tabs .img-tab p {
  color: #fff;
  margin-bottom:0px;
  font-family: 'Gothan-Medium', sans-serif;
}

.services-main .nav-tabs .active .img-tab p, .services-main .nav-tabs .img-tab:hover p {
  color:#142c3e;
}

.services-main .nav-tabs .img-tab-inner {
  height: 125px;
  line-height: 125px;
}

.services-main .nav-tabs {
  border-bottom: 0px;
margin-bottom: 0px;
}

.services-main .tab-content .tab-pane {
  border: 2px solid #142c3e;
  padding: 30px;
  margin-bottom: 30px;
  border-top: 0px;
}

.services-main .tab-content .tab-pane .services-points-item {
  padding-top:0px;
}

.services-points-item-4 .client-logo {
    padding-left: 15px;
    padding-right: 15px;
}

.services-tabs {
  padding-top:30px;
}

/* END Services Page */

/* Contact PAge */

.sidebar-address {
  width:300px;
  max-width:100%;
}

.sidebar-address-2 {
  width:250px;
  max-width:100%;
}

.contact-main .contact-locations {
  padding-bottom:30px;
}

.contact-main .contact-locations h6 {
  margin-bottom:15px;
}

.contact-main .sidebar-item {
  padding-bottom:5px;
}

/* END Contact Page */

/* Sitemap */

.sitemap h3 {
  font-family:'Gotham-Medium', san-serif;
}

.sitemap li a {
  color: #d63545;
    font-size: 17px;
}

/* END Sitemap */

/* 404 Template */

.not-found-content {
  padding-top:60px;
  padding-bottom:90px;
}

.not-found-content .search-form input:focus {
  outline:none;
  box-shadow:none;
  border:1px solid #00a7b5;
}

.not-found-content .search-form button.search-submit {
  background-color: #142c3e;
  border: 1px solid #142c3e;
  border-radius: 0px;
}

.not-found-content .search-form .fa-search:hover:before, .not-found-content .search-form .fa-search:focus:before {
    color: #d63545;
  }

/* END 404 Template */

/* Search Template */

.search-results .dmbs-header-nav-container .navbar, .search-no-results .dmbs-header-nav-container .navbar {
  display:none;
}

.search-results .dmbs-search-header, .search-no-results .dmbs-search-header {
  padding-top:60px;
  color:#142c3e;
}

.search-results .dmbs-post-title a {
  color: #d63545;
  font-size:24px;
}

.search-results .dmbs-post-meta-categories a, .search-results .dmbs-post-author a, .search-results .dmbs-post-comment-counter a {
    color: #00a7b5;
}

.search-results .dmbs-post-meta-categories a:hover, .search-results .dmbs-post-meta-categories a:focus, .search-results .dmbs-post-author a:hover, .search-results .dmbs-post-author a:focus, .search-results .dmbs-post-comment-counter a:hover, .search-results .dmbs-post-comment-counter a:focus {
    color: #00a7b5;
    text-decoration:underline;
}

.search-results .dmbs-post-date .fa-calendar:before, .search-results .fa-user:before, .search-results .fa-comment:before {
  color:#142c3e;
}

.search-no-results .dmbs-content-wrapper {
  padding-bottom:90px;
  padding-top:30px;
}

.search-no-results .search-form input:focus {
  outline:none;
  box-shadow:none;
  border:1px solid #00a7b5;
}

.search-no-results .search-form button.search-submit {
  background-color: #142c3e;
  border: 1px solid #142c3e;
  border-radius: 0px;
}

.search-no-results .search-form .fa-search:hover:before, .search-no-results .search-form .fa-search:focus:before {
    color: #d63545;
  }

/* END Search Template */


/* Publications Details */

.publication-attachment-single a > i {
  float: left;
    clear: both;
    padding-top:4px;
}

.publication-attachment-single a > div {
  float: left;
}

.publication-attachment-single a {
  padding-bottom: 15px;
  float: left;
      clear: both;
}

.publication-details-sidebar .sidebar-item {
  display:block;
}

.publication-attachments i {
  float: left;
  display: inline-block;
  padding-top: 3px;
  padding-right: 3px;
  color: #00a7b5;
}

.publication-details-sidebar ul {
  margin-bottom:0px;
  padding-bottom:0px;
}

.publication-details-sidebar .bullet-points li:before {
  margin: 0 5px 0 -23px;
}

.publication-details-sidebar .sidebar-item a:hover p.t-blue,
.publication-details-sidebar .sidebar-item a:focus p.t-blue {
      color: #00a7b5;
}

.publication-details-sidebar .sidebar-item a:hover p.t-black,
.publication-details-sidebar .sidebar-item a:focus p.t-black {
      color: #333;
}

.publication-details-sidebar .sidebar-item a:hover p,
.publication-details-sidebar .sidebar-item a:focus p {
  text-decoration:underline;
}

.post-single .grid-citation p {
  margin-bottom:0px;
}

.post-single .grid-citation a:hover,
.post-single .grid-citation a:focus {
  color: #333;
}

.project-timeline.double-border-bottom {
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.related-publication-single a {
  font-size: 17px;
  line-height:24px;
}
.related-publication-single img {
  /* width:15% !important;
  display:inline-block; */
  margin-bottom:15px;
  border: 1px solid #ddd;
}

.related-vehicle-single img {
  border: 0px;
    max-width: 100%;
    height: auto;
}

.related-pub-grid {
  padding-top:30px;
}

.related-publication-single .pub-title {
  /* display:inline-block;
  width:80% !important;
  padding-left:5px; */
}

.related-publication-single {
  padding-bottom:30px;
}

.related-publication-single a:hover,
.related-publication-single a:focus {
  text-decoration:none;
}

.related-publication-single a:hover .pub-title,
.related-publication-single a:focus .pub-title {
    color: #d63545;
    text-decoration:underline;
}

/* END Publications Details */


button#load-more-btn {
    cursor: pointer;
}
span.t-red.filter-btn.term-selector:hover,span.t-red.filter-btn-select.term-selector:hover {
    cursor: pointer;
}
span.t-red.filter-btn-select.term-selector {
    font-family: 'Gotham-Medium', sans-serif;
}
span.t-red.filter-btn.term-selector {
    font-family: 'Gotham-Light', sans-serif;
}
.spinner {
  text-align: center;
width: 100%;
margin: 50px 0;
}
.hero-text {
font-weight: 800 !important;
 font-size: 35px !important;
 line-height: 40px !important;
}
.load-more-home {
  border:none !important;
  padding-top:0 !important;
  padding-bottom:60px;
}
.news-box {
background-position: center;
background-size: cover;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ok {
	color:#fff;
}
span.mc4wp-checkbox.mc4wp-checkbox-contact-form-7 {
    color: #fff;
}






.vehicle-header{
  margin-top: 60px;

}

.vehicle-header .single-header{

  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: #142c3e;



}

.vehicle-content .column, .vehicle-content .description-column {
   padding:15px;
   padding-top:  30px;

}

.vehicle-content .name-container{
   padding:  0px;

}

.vehicle-content .name-container button {
  height:100% !important;
}

.vehicle-content .period, .vehicle-content .client, .vehicle-content .contact-text, .vehicle-content .short-text{
  text-align: center;
  word-wrap: break-word;
  white-space: inherit;

}

.vehicle-content .card-header{
   padding:0px;
   background-color: transparent;
   border-width: 0px;

}

.vehicle-content .short-text .btn{
  white-space: inherit;
  padding: 0px;
height: 100%;
}

.vehicle-description .card-body a {
  text-decoration:underline;
}

.vehicle-description .card-body a:hover, .vehicle-description .card-body a:focus {
  opacity:.9;
  color:#00a7b5;
}

.description-column h3{
}

.column h3{

  position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
}

.vehicle-content .short-text h5{
  color: white;
  padding:10px;
  padding-top:10px;
  padding-bottom:10px;
  margin-bottom: 0px;
  text-align: left;
      font-family: 'Gotham-Medium', sans-serif;
}


.vehicle-content .short-text h5::before{
/*  font-family: 'FontAwesome';
  content: '\f054';
  margin: 0 5px 0 -15px;
  background-color: #d63545;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 4.25px;
  padding-bottom: 4.25px;
  border-radius: 50%;
  color: #333;
  margin-right: 15px; */
}

.vehicle-content .short-text h5 i {
  color:#d63545;
  margin-right:10px;
}



.vehicle-content .name-container:hover{
  background-color: #dc3545;
  text-decoration: none;
}

.vehicle-content .btn-link:hover, .vehicle-content .btn-link:active, .vehicle-content .btn-link{
  text-decoration: none;
}

.vehicle-content .vehicle-image-container {
  color: #142c3e;
      /* margin-top: -5px; */
      /* margin-left: -15px; */
      font-weight: 500;
      border-top: 2px solid;
      border-bottom: 2px solid;
      border-right: 2px solid;


      height: 100%;
      vertical-align: middle;
      min-height: 60px;
   }

.vehicle-content .vehicle-image-container img{
  object-fit: contain;
max-width:100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
max-height: 100%;
padding: 10px;
   }

.vehicle-content .btn:hover i, .vehicle-content .btn:focus i {
  color:#fff !important;
}

   .vehicle-content .name-container{
     text-align: left;
     padding: 0px;
     background-color: #142c3e;
     border-radius: 0px;

   }


      .vehicle-content .period{
        border-top: 2px solid;
        border-bottom: 2px solid;

      }

      .vehicle-content .period h3{
        color: #d63545;
        font-family:'Gotham-Medium', sans-serif;
        font-size:1.25rem;
    /* margin-top: -5px; */
    /* margin-left: -15px; */
    font-weight: 500;

      }


        .vehicle-content .period h3::before {
    font-family: 'FontAwesome';
    content: '\f054';
    margin: 0 5px 0 -15px;
    color: #d63545;
    padding-right: 5px;
   }

   .vehicle-content .client {
     padding:0px;
   }


   .vehicle-page-text{
     padding: 30px 0px;
     padding-top: 60px;
   }

   .vehicle-list{
     padding-bottom: 60px;
   }



   .description-column{
     margin-left: 0px;
     padding-right: 5px;
   }

   .vehicle-content{
     margin-bottom: 15px;
   }

.vehicle-content .btn{
  white-space: normal;
}


/* Services New - Core Capbailities */
.intro-services .intro-inner {
    width: 815px;
    max-width: 100%;
}

.core-capability-single-inner {
  padding-top:30px;
  padding-bottom:30px;
}

.cc-list {
  padding-top:15px;
}

.thematic-areas .section-padding {
  padding-top:0px;
}

.thematic-areas-1 {
  border-right:2px solid;
  padding-right:60px;
}

.thematic-areas-2 {
  padding-left:60px;
}

.thematic-area-lists {
  padding-top:30px;
  padding-bottom:30px;
}

.notable-innovations .section-padding {
  padding-top:30px;
}

.thematic-area-inner {
  padding-top:15px;
}

.thematic-area-inner img, .thematic-area-inner h3 {
  display:inline-block;
}

.thematic-area-inner img {
  padding-right:15px;
}

.thematic-area-inner h3 {
  padding-top:15px;
  max-width:80%;
  margin-bottom:0px;
  vertical-align:middle;
}

.cc-list a:hover, .cc-list a:focus {
  color:#d63545;
  text-decoration:none;
}

.related-testimonials-carousel .fa-quote-left {
  font-size:40px;
}

.related-testimonials-carousel {
  padding-top:30px;
}

.related-testimonials-carousel .fa-angle-right {
  padding-right:10px;
}

.services-details-testimonials {
  margin-top:45px;
  margin-bottom:45px;
}

.la-carousel .slick-slide {
  margin:0 15px;
}

.la-carousel.project-carousel .post-single {
  padding-bottom:15px !important;
}

.la-carousel.project-carousel .grid-title,
.project-single .expertise-applied,
.la-carousel.publication-carousel .grid-title,
.la-carousel.blog-carousel .grid-title
/*, .blog-single .grid-title */{
  overflow: hidden  !important;
  text-overflow: ellipsis  !important;
  display: -webkit-box  !important;
  -webkit-line-clamp: 2  !important;
          line-clamp: 2  !important;
  -webkit-box-orient: vertical  !important;
}

.home-blog-single .blog-excerpt {
  overflow: hidden  !important;
  text-overflow: ellipsis  !important;
  display: -webkit-box  !important;
  -webkit-line-clamp: 4  !important;
          line-clamp: 4  !important;
  -webkit-box-orient: vertical  !important;
}

.home-blog-grid .blogs-title {
  padding-bottom:15px;
}

.la-carousel .slick-dots {
  text-align:right;
  list-style:none;
  padding-left:15px;
}

.la-carousel .slick-dots button {
    border: 1px solid #d63545;
    background-color: #d63545;
    font-size: 0px;
    border-radius: 100%;
    width: 15px;
    height: 15px;
}

.la-carousel button:focus, .la-carousel  button:hover {
  outline:none !important;
  opacity:.8 !important;
}

.la-carousel .slick-dots .slick-active button {
  background-color:transparent;
}

.la-carousel .slick-dots li {
  display:inline-block;
  margin-left:5px;
  margin-right:5px;
}

.la-carousel.testimonials-carousel .slick-slide {
  padding-bottom:15px;
}

.la-carousel button.slick-prev.slick-arrow {
  display: inline-block;
    background-image: url(/wp-content/uploads/2021/09/arrow-back.png);
    background-repeat: no-repeat;
    border: 0px;
    background-color: transparent;
    font-size: 0px;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10%;
    left: -30px;
}

.la-carousel button.slick-next.slick-arrow {
  display: inline-block;
    background-image: url(/wp-content/uploads/2021/09/arrow-next.png);
    background-repeat: no-repeat;
    border: 0px;
    background-color: transparent;
    font-size: 0px;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10%;
    right: -30px;
}

.cc-landing-carousel button.slick-arrow {
  top: 130px !important;
}

.cc-info a:hover, .cc-info a:focus, .cc-info a:hover h3, .cc-info a:focus h3 {
  text-decoration:none;
  /* color:#d63545; */
}

.cc-projects .grid-th {
/*   height:auto !important;
  padding-bottom:15px !important; */
  position:relative;
  height:195px;
}

.cc-projects .grid-th img {
  height: 100%;
width: auto;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
max-width: none;
}

.services-details-projects .cc-projects .grid-th {
  height: 130px;
}


/* Blogs */
.blogs-row .blog-single.feature {
  display:none;
}

.featured-blog {
  padding-top: 60px;
  padding-bottom: 60px;
}

.featured-blog-info * {
  color:#fff;
}

.featured-blog a:hover *, .featured-blog a:focus *, .featured-blog .featured-blog-info:hover *, .featured-blog .featured-blog-info:focus * {
  text-decoration:none !important;
  color:#fff !important;
}

.featured-blog-info {
  width: 520px;
  left: auto;
  bottom: 100px;
  padding: 30px;
  max-width: 100%;
}

.featured-blog-info h2 {
  margin-bottom: 15px;
  font-weight: lighter;
  font-family: 'Gotham-Light', sans-serif !important;
}

.featured-blog .la-btn {
  font-family: 'Gotham-Medium', sans-serif;
  font-size: 15px;
  margin-top:15px;
  display:block;
}

.featured-blog .la-btn i {
  padding-right:10px;
}

.blog-details-sidebar .recent-posts {
  padding-top: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.publication-carousel .grid-th {
  height:auto !important;
  border:1px solid #ddd !important;
  max-height:none !important;
}

.blog-written-content, .blog-images, .blog-graphs {
  padding-bottom:15px;
}

.blog-image {
padding-bottom:10px;
padding-top:10px;
}

.blog-graph {
padding-bottom:15px;
padding-top:15px;
}

.blog-nav-btns {
  border-top:1px solid #ddd;
  padding-top:45px;
  margin-top:45px;
}

.blog-nav-btns .fltL.postNavButtons i, .team-nav-btns .fltL.postNavButtons i {
  float:left;
}

.blog-nav-btns .fltR.postNavButtons i, .blog-nav-btns .fltL.postNavButtons i, .team-nav-btns .fltR.postNavButtons i, .team-nav-btns .fltL.postNavButtons i {
  display:none;
}

.blog-nav-btns .fltR.postNavButtons a + i, .blog-nav-btns .fltL.postNavButtons a + i, .team-nav-btns .fltR.postNavButtons a + i, .team-nav-btns .fltL.postNavButtons a + i {
  display:inline;
}

/* END Blogs */

/*twitter embed*/

iframe#twitter-widget-0 {
    height: 400px!important;
}

@media only screen and (max-width:991px) {
.single .cc-projects .grid-title, .publication-carousel .grid-title {
  font-size: 1.2rem !important;
}
}

@media only screen and (min-width:768px) and (max-width:991px) {
.thematic-area-inner h3 {
    max-width: 75%;
    vertical-align: middle;
    margin-bottom: 0px;
}
}

@media only screen and (max-width:767px) {

  .navbar-dark .navbar-nav .nav-link:hover + .dropdown-menu, .navbar-dark .navbar-nav .nav-link:focus + .dropdown-menu {
    display:block !important;
  }

  .blog-nav-btns {
    padding-top:30px;
    margin-top:30px;
  }

  .single .cc-projects .grid-title, .publication-carousel .grid-title {
    font-size: 1.1rem !important;
  }

  .cc-icon {
    padding-bottom:15px;
  }
  .thematic-areas-1 {
    border-right:0px solid;
    border-bottom:2px solid;
    padding-right:15px;
    padding-bottom:45px;
    margin-bottom:45px;
  }

  .thematic-areas-2 {
    padding-left:15px;
  }
}


@media only screen and (max-width:575px) {
  .publication-carousel .grid-th {
    height:auto !important;
    max-height:611px !important;
    position:relative !important;
  }

.la-carousel button.slick-prev.slick-arrow {
left:-15px;
}

.la-carousel button.slick-next.slick-arrow {
right:-15px;
}

.related-testimonials-carousel {
  padding-top:15px;
}

.related-testimonials-carousel .fa-quote-left {
  padding-bottom:15px;
}

.la-carousel.testimonials-carousel .slick-slide {
  margin:0px;
}

.cc-sidebar .sidebar-half {
  width:100%;
}

.thematic-area-inner img, .thematic-area-inner h3 {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.thematic-area-lists h3 {
  text-align: center;
}

.hero-bg .hero-med h2 {
  padding-left:15px;
}

.thematic-area-inner h3 {
  padding-top:15px;
  max-width:100%;
}
}
/* END Services New - Core Capbailities */


.default-page {
  padding-top:60px;
  padding-bottom:60px;
}


/* Client Logo Carousel */
.client-logos {
  padding-top:15px;
  padding-bottom: 60px;
}

.logo-carousel .slick-track {
  display:flex;
  overflow:hidden !important;
}

.la-carousel .slick-track {
  overflow:hidden !important;
}

.logo-carousel .slick-track .slick-slide {
vertical-align: middle;
    max-height: 125px;
    overflow: hidden;
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
    padding-left:30px;
    padding-right:30px;
}
/* END Client Logo Carousel */

/* Values & Mission */
#vision-mission {
padding-bottom:30px;
}

.values-title {
  padding-top: 30px;
}

.value-single {
  padding-bottom: 15px;
}
/* END Values & Mission */

   /* Media Queries */

   @media only screen and (min-width:1200px) {
   .client-logo {
     padding-left: 30px;
     padding-right: 30px;
   }
   }

   @media only screen and (min-width:992px) and (max-width:1199px) {
   .grid-th {
     height: 160px;
   }

   .client-logo {
     padding-left: 15px;
     padding-right: 15px;
   }

   .services-points-item-4 .client-logo {
       padding-left: 0px;
       padding-right: 0px;
   }

   .cc-projects .grid-th {
     height:215px;
   }
   }

   @media only screen and (min-width:992px) {
     .navbar-dark .navbar-nav .nav-btn .nav-link {
       background-color: #142c3e;
     padding: 10px 15px;
     color: #fff;
     display: inline-block;
     }

     .navbar-dark .navbar-nav .nav-btn .nav-link:hover, .navbar-dark .navbar-nav .nav-btn .nav-link:focus {
       color: #d63545;
     }

     #menu-main-menu {
       display: table;
       width: 100%;
       margin: 0;
     }

     .navbar-dark .navbar-nav li {
       float: none;
       display: table-cell;
       text-align: center;
       width: auto;
     }

     .navbar-dark .navbar-nav .nav-link:last-child a, .dmbs-header .navbar  {
       padding-right:0px;
     }

     .navbar-dark .navbar-nav li.current_page_item .nav-link::after {
       content: '';
       position: absolute;
       left: 50%;
       top: 100%;
       width: 0;
       height: 0;
       border-left: 10px solid transparent;
       border-right: 10px solid transparent;
       border-bottom: 10px solid #142C3D;
       clear: both;
       bottom: -37px;
       top: auto;
       margin-left: -10px;
       }
.navbar-dark .navbar-nav li.current_page_item.menu-item-has-children .nav-link::after {
  display: inline-block !important;
width: 0 !important;
height: 0 !important;
margin-left: 0.255em !important;
vertical-align: 0.255em !important;
content: "" !important;
border-top: 0.3em solid !important;
border-right: 0.3em solid transparent !important;
border-bottom: 0 !important;
border-left: 0.3em solid transparent !important;
left: inherit;
top: 0px !important;
position:relative !important;

}
   }

   @media only screen and (max-width:991px) {
     .cc-projects .grid-th {
       height:215px;
     }
     .vehicle-content .name-container {
       border-left:0px !important;
     }

   .dmbs-header-bg {
     border-top:0px;
   }

   .intro-home-right {
     text-align:left;
   }

   .dmbs-header .dmbs-header-left .dmbs-logo-image {
     float:none;
   }

   .dmbs-header-bg {
     padding-left:0px;
     padding-right:0px;
   }

   .dmbs-header {
     position: relative;
     width: 100%;
     max-width: 100%;
     padding-bottom:0px;
   }

   .dmbs-header-menu {
     background-color: #142c3e;
     padding-left:0px;
     padding-right:0px;
   }

   .navbar-dark .navbar-nav .nav-link {
     color:#fff;
   }

   .dmbs-header .dmbs-header-left .dmbs-logo-image {
       padding-top: 30px;
       padding-bottom: 30px;
     }

   .navbar-toggler:not(:disabled):not(.disabled) {
     border:0px;
     width: 100%;
     text-align: left;
     border-radius: 0px;
     padding-top: 15px;
     padding-bottom: 15px;
     background-color:#fff;
   }

   .navbar-toggler:not(:disabled):not(.disabled)[aria-expanded="false"] {
       background-color: #58585a;
   }

   .navbar-toggler:not(:disabled):not(.disabled):focus {
     outline:none;
   }

   .dmbs-header-navbar {
       width: 100%;
       padding-left: 0px;
       padding-right: 0px;
       padding-bottom:0px;
       padding-top:0px;
   }

   .navbar-collapse {
     padding-left:0px;
     padding-right:0px;
   }

   .navbar-dark .navbar-toggler {
       color: #fff;
     }

     .navbar-toggler>.close {
       display:inline;
   }
   .navbar-toggler.collapsed>.close, .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
       display:none;
   }

   .navbar-toggler .fa-bars {
     float:right;
     font-size:28px;
   }

   .navbar-toggler>.close {
     opacity:1;
   }

   .navbar-toggler>.close img {
     width:18px;
   }

   #menu-main-menu {
     padding-top:0px;
   }

   .nav-item {
     border-bottom: .5px solid #fff;
   }

   .navbar-dark .navbar-nav .nav-link {
       padding: 20px 15px;
   }

   .navbar-dark .navbar-nav li.current_page_item .nav-link{
       background-color: #00a7b5;
       margin-top: -1px;
       margin-bottom: -1px;
   }

   .navbar-dark .navbar-nav li.current_page_item .nav-link:hover, .navbar-dark .navbar-nav li.current_page_item .nav-link:focus {
     color:#fff;
     margin-top: -1px;
     margin-bottom: -1px;
   }

   .footer-links-group {
     width: 50%;
     display: inline-block;
     float: left;
   }

   .footer-links-2 {
     clear: both;
   }

   .footer-links-3 {
     margin-top: -117px;
     padding-left: 15px;
   }

   .footer-links-4 {
     padding-left: 15px;
   }

   .footer-mid-1 {
     padding-bottom:30px;
   }

   .project-timeline-details-single .timeline-calendar {
     margin-bottom:30px;
   }

   .client-logos .section-padding {
     padding-top:0px;
   }

   .home .client-logos .section-padding {
     padding-top: 30px !important;
   }

   .lmm-map {
   height: 60vh !important;
   }

   .related-publication-single img {
     /* width:20% !important; */
   }

   .related-publication-single .pub-title {
     /* display:inline-block;
     width:75% !important; */
   }
   }

   @media only screen and (min-width:768px) and (max-width:991px) {
   .grid-th {
       height: 140px;
     }

     .clients-partners-logo {
       padding-left:5px;
       padding-right:5px;
     }

     .client-logo {
       height: 100px;
       line-height: 100px;
   }

   .services-points-item-4 .client-logo {
   padding-left:0px;
   padding-right:0px;
   }
   }

 @media only screen and (min-width:768px) {
    .featured-blog .mobile-img {
      display:none !important;
    }
}

   @media only screen and (max-width:768px) {


   }

   @media only screen and (max-width:767px) {
     .cc-projects .grid-th {
    height: 180px;
}
     .services-details-projects .cc-projects .grid-th {
    height: 100px;
}

   .footer-mid-2, .footer-mid-1 {
     padding-bottom:50px;
   }

   .footer-col-1 {
     padding-bottom:15px;
   }

   .primary-footer-col-1 {
     padding-right:0px;
   }

   .primary-footer-col-2 {
     padding-left:0px;
   }

   .footer-links-3 {
       margin-top: -121px;
     }

   .bullet-points ul.project-timeline-points {
     padding-top:10px;
   }

   .lmm-map {
   height: 60vh !important;
   }

   .related-publication-single img {
     /* width:25% !important; */
   }

   .related-publication-single .pub-title {
   /*  display:inline-block;
     width:70% !important; */
   }

   .pub-single-hover {
     padding:15px;
   }
   }

   @media only screen and (min-width:576px) and (max-width:767px) {
   .grid-th {
       height: 130px;
     }

     .news-other-title-container {
       padding-right:0px;
     }

     .home-news-other .featured-news-title {
       padding-left:0px;
       padding-right:0px;
     }
     .home-news-other {
       padding-right:0px;
     }

     .news-other-title-container h4 {
       padding-left:0px;
     }

     .home-news-featured .featured-news-th {
       padding-bottom:30px;
     }

     .fltL.postNavButtons {
       padding-bottom:15px;
     }

     .fltL.postNavButtons, .fltR.postNavButtons {
       text-align:center;
     }

     .clients-partners-logo {
       padding-left:5px;
       padding-right:5px;
     }

     .services-main .nav-tabs .img-tab {
       /* width: 150px; */
     }

     .client-logo {
       height: 100px;
       line-height: 100px;
   }

   .services-points-item-4 .client-logo {
       padding-left: 0px;
       padding-right: 0px;
   }

   }

   @media only screen and (min-width:576px) {
     .la-form.contact-form .fltR, .la-form.contact-form .fltL, .la-form.contact-form .fltF {
       padding-left:7.5px;
       padding-right:7.5px;
     }
   }

   @media only screen and (max-width:575px) {
     .logo-carousel .slick-track .slick-slide {
         padding-left:10px;
         padding-right:10px;
     }


     .cc-projects .grid-th, .services-details-projects .cc-projects .grid-th {
    height: auto !important;
}

.cc-projects .grid-th img, .services-details-projects .cc-projects .grid-th img, .related-pub-grid .grid-th img {
  position: relative;
    transform: none;
    -webkit-transform: none;
    width: 100%;
    height: auto;
    left: 0px;
    top: 0px;
}
     .vehicle-content .column, .vehicle-content .description-column {

     }

   .vehicle-content .name-container {
     margin-left:0px !important;
   }


   .vehicle-content .vehicle-image-container{

     border-left: 2px solid black;
   }

   .vehicle-content .period {
     border-left:2px solid #142c3e;
     border-right:2px solid #142c3e;
     border-bottom: none;
     padding-top: 15px;
   }

   .vehicle-content .period h3 {
     position:relative !important;
   }

   .row.vehicle-content {
     padding-bottom:30px !important;
   }

   .home .projects-row {
     padding-top: 50px;
   }

   .bullet-points ul.project-timeline-points {
     padding-bottom:0px;
   }

   .primary-footer-bottom p, .primary-footer-col-2 a {
     font-size:15px;
   }

   .la-sidebar.services-sidebar {
     order:13 !important;
   }

   .la-sidebar-main.services-main {
     order:-1 !important;
   }

   h1 {
     font-size:40px;
   }
   .section-padding {
       padding-top: 30px;
       padding-bottom: 30px;
   }

   .bottom-news-th {
     margin-bottom:15px;
     height:auto;
   }

   .grid-th {
       height: auto;
       max-height: 230px;
   }

   .news-single .grid-th, .blog-single .grid-th {
     height: 195px;
   }

   .publications-grid .grid-th {
       height: 100% !important;
   }

   .category-filters {
       padding-left: 0px;
   }

   .category-filters-title p {
       float: none;
       padding-right: 0px;
   }

   .category-filters-title p {
     margin-bottom: 5px;
   }

   .category-group .term-selector {
     padding-left:0px;
     padding-right:0px;
   }

   .projects-grid .section-padding-short {
     padding-bottom:0px;
   }

   .contact-main .contact-locations {
       padding-bottom: 15px;
   }

   .la-form.contact-form i {
     left:30px;
   }

   .news-grid .section-padding-short {
       padding-bottom: 0px;
   }

   .hero-home .hero-inner {
     text-align:center;
     display:block;
     padding-top:145px;
   }

   .hero-home p {
     margin-left:auto;
     margin-right:auto;
   }

   .home-news-featured .featured-news-th {
     padding-bottom:30px;
     padding-right:0px;
   }

   .home-news-featured {
     padding-right:0px;
   }

   .news-other-title-container h4 {
     padding-left: 0px;
   margin-left: 15px;
   margin-right:15px;
   }

   .home-news-other {
     padding-right:0px;
   }
   .home-news .container {
     padding-right:15px;
   }

   .team-details-sidebar {
     text-align:center;
   }

   .fltR.postNavButtons, .fltL.postNavButtons {
     text-align:center;
   }

   .fltL.postNavButtons {
     padding-bottom:15px;
   }

   .post-categories.sidebar-categories {
     width:300px;
     max-width:100%;
   }

   .sidebar-half {
     width: 50%;
       float: left;
   }

   .blog-details .sidebar-half.sidebar-half-left {
     width: 40%;
   }

   .blog-details .sidebar-half.sidebar-half-right {
     width: 60%;
   }

   .publication-details-sidebar .sidebar-half {
       width: 100%;
       border-bottom: 1px solid #ccc;
       padding-bottom: 0px;
       margin-bottom: 30px;
   }

   .publication-details-sidebar {
       padding-bottom: 0px !important;
   }

   .publication-details .section-padding {
     padding-bottom:60px;
   }

   .sidebar-half-left {
     padding-right:15px;
   }

   .sidebar-half-right {
     padding-left:15px;
   }
   .project-details-sidebar {
     padding-bottom:30px;
   }

   .clients-partners-logos img {
       max-width: 100px;
       max-height: 100px;
     }

   .clients-partners-logo {
     padding-left:15px;
     padding-right:15px;
   }

   .clients-partners-logo {
     min-height:110px;
   }

   .hero-bg h1 {
     padding-left:15px;
   }
   .client-logo {
       height: 115px;
       vertical-align: middle;
       line-height: 115px;
       padding-left: 15px;
       padding-right: 15px;
   }

   .services-points-item-4#clients-partners {
     padding-bottom:60px;
   }


.single-product .sidebar-half {
  padding-left: 0px;
width: 100%;
}

.single-product .sidebar-half.sidebar-half-left .sidebar-item {
  padding-bottom:0px;
}

.single-product .sidebar-half.sidebar-half-left .sidebar-item .bullet-points ul {
  margin-bottom:0px !important;
}
   }

   @media only screen and (min-width:481px) {
   }

   @media only screen and (max-width:480px) {
     .team-th {
       height: 160px;
     }

     .intro-home-right {
       text-align:center;
     }

     .services-main .nav-tabs .img-tab {

     }

     .client-logo {
       height: 100px;
       vertical-align: middle;
       line-height: 100px;
       padding-left: 0px;
       padding-right: 0px;
   }

   .services-points-item-4 .client-logo {
     padding-left:0px;
     padding-right:0px;
   }
   }

   @media only screen and (max-width:355px) {
   .footer-links-3 {
       margin-top: -144px;
   }

   .services-main .nav-tabs .img-tab {
     width: 130px;
   }

   .related-publication-single img {
     width:100% !important;
     max-width:112.5px;
     display:block;
   }

   .related-publication-single .pub-title {
     display:inline-block;
     width:100% !important;
     display:block;
     padding-top:5px;
         padding-left: 0px;
   }
   }



   @media only screen and (max-width: 992px) {
      .vehicle-content .period{
        border-top: none;
        border-left: 2px solid black;
      }

      .vehicle-content .vehicle-image-container {
    border-top: none;

}
   }

   /* END Media Queries */



   .post-details-content b, .services-details-content b, .post-details-content strong, .services-details-content strong {
     font-family:'Gotham-Medium', sans-serif;
   }

#accordion-services .card-header {
  background-color: transparent;
    border: 0px !important;
    padding-left: 0px;
    padding-right: 0px;
}

#accordion-services .card {
      border: 0px !important;
}

#accordion-services .card-header h5 {
  font-family: 'Gotham-Medium', sans-serif;
}

#accordion-services a.collapsed, #accordion-services[aria-expanded="false"] a {
      color:#00a7b5;
}

#accordion-services a[aria-expanded="true"] {
      color:#d63545;
}

#accordion-services {
  padding-top:15px;
}

#accordion-services .card-body {
  padding:0px;
}




/* Dashboard Styling */
@media only screen and (min-width:992px) {
body.customer-area-active .cuar-css-wrapper .cuar-menu-container .nav-container>ul {
    width: auto;
    display: flex;
    float: none;
    flex-direction: row;
}
body.customer-area-active .cuar-css-wrapper .cuar-menu-container .nav-container>ul .just-hide {
  opacity:1;
}

body.customer-area-active .cuar-css-wrapper .cuar-menu-container .nav-container>ul .menu-plus {
  display:none;
}
}

body.customer-area-active .container.dmbs-content-wrapper h1 {
  /* border-bottom: 4px double #d63545;
    padding-bottom: 15px;
    font-family: 'Gotham-Bold', sans-serif !important;
    font-size: 2rem; */
    margin-bottom: 25px;
    padding-top: 30px;
}

body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav>li>a, body.customer-area-active .cuar-css-wrapper .dropdown-menu>li>a {
  color:#142c3e;
  font-size: 16px;
font-family: 'Gotham-Light', sans-serif;
position: relative;
}

body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav>li>a:hover, body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav>li>a:focus,
body.customer-area-active .cuar-css-wrapper .dropdown-menu>li>a:hover, body.customer-area-active .cuar-css-wrapper .dropdown-menu>li>a:focus {
color: #00a7b5;
}

body.customer-area-active .cuar-css-wrapper .cuar-menu-container .navbar .navbar-nav>li.current-menu-item>a, body.customer-area-active .cuar-css-wrapper .cuar-menu-container .navbar .navbar-nav>li.current-page-parent>a {
    background: #142c3e;
    color: #fff;
}

body.customer-area-active .cuar-css-wrapper .dropdown-menu {
  background-color:#fff;
}

body.customer-area-active .cuar-css-wrapper .cuar-toolbar {
  background:#fff;
}

body.customer-area-active .cuar-css-wrapper .panel-heading {
  font-family: 'Gotham-Bold', sans-serif !important;
color: #142c3e;
font-size: 20px;
padding-top: 15px;
padding-bottom: 15px;
height: auto;
}

body.customer-area-active .cuar-css-wrapper .btn-xs {
  background-color: transparent;
border: 0px;
width: 100%;
font-size: 14px;
text-transform: uppercase;
color: #d63545;
font-family: 'Gotham-Light', sans-serif;
letter-spacing: .5px;
}

body.customer-area-active .cuar-css-wrapper input[type=submit] {
  font-size: 14px;
  text-transform: uppercase;
  color: #142c3e;
  font-family: 'Gotham-Light', sans-serif;
}

body.customer-area-active .cuar-css-wrapper .table>tbody>tr>td, body.customer-area-active .cuar-css-wrapper .table>thead>tr>th, body.customer-area-active .cuar-css-wrapper table, body.customer-area-active .cuar-css-wrapper table>tbody>tr>td, body.customer-area-active .cuar-css-wrapper table>thead>tr>th, body.customer-area-active .cuar-css-wrapper td, body.customer-area-active .cuar-css-wrapper th, body.customer-area-active .cuar-css-wrapper .panel {
    font-family: 'Gotham-Light', sans-serif;
    font-size: 16px;
    color: #142c3e;
    padding: 15px;
  }

  body.customer-area-active .cuar-css-wrapper span.fancytree-node {
    font-family: 'Gotham-Light', sans-serif;
    font-size: 14px;
    color: #142c3e;
  }

  .open>.dropdown-togglebody.customer-area-active .cuar-css-wrapper .btn-default, body.customer-area-active .cuar-css-wrapper .btn-default.active, body.customer-area-active .cuar-css-wrapper .btn-default:active, body.customer-area-active .cuar-css-wrapper .btn-default:hover {
    color: #00a7b5;
    background-color: #fff;
}


body.customer-area-active .cuar-css-wrapper .pull-right.btn-group .btn-default:focus {
  background-color: #142c3e;
  color: #00a7b5;
}

body.customer-area-active .cuar-css-wrapper .cuar-menu-avatar-icon.btn-group .btn-default:focus {
  background-color:transparent;
}

body.customer-area-active .cuar-css-wrapper a {
      color: #142c3e;
  }

  body.customer-area-active .cuar-css-wrapper a:hover, body.customer-area-active .cuar-css-wrapper a:focus {
    color: #00a7b5
  }

  .customer-area-main {
    padding-top:60px;
    padding-bottom:60px;
  }

  .customer-area .news-hero-title {
    display:none;
  }

  body.customer-area-active .cuar-css-wrapper .btn-primary {
    color: #fff;
    background-color:#142c3e;
}

body.customer-area-active .cuar-css-wrapper .h1, body.customer-area-active .cuar-css-wrapper .h2, body.customer-area-active .cuar-css-wrapper .h3, body.customer-area-active .cuar-css-wrapper h1, body.customer-area-active .cuar-css-wrapper h2, body.customer-area-active .cuar-css-wrapper h3 {
  margin-top:0px;
  margin-bottom:0px;
  color: #142c3e;
}

body.customer-area-active .cuar-css-wrapper .label-default[href], body.customer-area-active .cuar-css-wrapper .label-default[href]:focus, body.customer-area-active .cuar-css-wrapper .label-default[href]:hover {
  background-color:transparent;
  color: #142c3e;
    border: 0px;
    font-size: 14px;
}

body.customer-area-active .cuar-css-wrapper .page-heading {
  padding:30px 30px;
}

body.customer-area-active .cuar-css-wrapper .panel-heading {
  padding:10px 15px;
}

body.customer-area-active .cuar-css-wrapper .panel-heading .panel-title {
  padding-left:0px;
}

body.customer-area-active .cuar-css-wrapper .text-primary, body.customer-area-active .cuar-css-wrapper .panel-tabs>li>a {
  color: #142c3e !important;
  font-size:16px;
  font-family: 'Gotham-Light', sans-serif;
}

body.customer-area-active .cuar-css-wrapper .dropdown-menu>.active>a, body.customer-area-active .cuar-css-wrapper .dropdown-menu>.active>a:focus, body.customer-area-active .cuar-css-wrapper .dropdown-menu>.active>a:hover {
  background-color: #142c3e;
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles ul {
  padding-left:30px !Important;
}


body.customer-area-active .cuar-css-wrapper .media {
  margin-bottom:45px !important;
}

body.customer-area-active .cuar-login-form .panel-primary.panel-border {
    border-color: #142c3e;
    padding:0px;
}

body.customer-area-active .cuar-login-form input[type=submit] {
  color:#fff;
  font-family:'Gotham-Medium', sans-serif;
}


body.customer-area-active .cuar-login-form input[type=submit]:hover, body.customer-area-active .cuar-login-form input[type=submit]:focus {
  background-color: #142c3e;
  color:#d63545;
}

body.customer-area-active .cuar-login-form .panel-heading, body.customer-area-active .cuar-css-wrapper .panel.panel-border>.panel-heading>.panel-title {
  color: #142c3e;
}

body.customer-area-active .cuar-css-wrapper .cuar-page-content-main {
  padding:30px 15px;
}

body.customer-area-active .cuar-css-wrapper .form-control, body.customer-area-active .cuar-css-wrapper .panel-footer {
  background-color:#fff;
}

body.customer-area-active .cuar-css-wrapper .form-control {
  font-size:16px;
}

body.customer-area-active .cuar-css-wrapper .collection-description.collection-list-right.panel-footer {
  padding-left:0px;
  padding-right:0px;
}

@media only screen and (max-width:991px) {

  #menu-main-menu .dropdown-menu {
    display:none !important;

  }

  #menu-main-menu li.menu-item-has-children:hover .dropdown-menu {
    display:block !important;
    border-radius:0px !important;
    padding: 15px 0px !important;
    background-color:#142c3e !important;
    border-top: 0.5px solid #fff;
    }

  #menu-main-menu .dropdown-menu .dropdown-item {
    padding: 0.75rem 1.5rem;
    font-size: 18px;
    text-align: left !important;
    color:#fff !important;
  }

  #menu-main-menu .dropdown-menu .dropdown-item:focus, #menu-main-menu .dropdown-menu .dropdown-item:hover {
    background-color:transparent !important;
    color:#00a7b5 !important;
  }



  body.customer-area-active .cuar-css-wrapper .cuar-menu-container .navbar .navbar-brand {
    display: block;
}

body.customer-area-active .cuar-css-wrapper .cuar-menu-container .navbar .nav>li.menu-plus {
    display: none;
}

body.customer-area-active .cuar-css-wrapper .cuar-menu-container .navbar .nav>li {
    float: none;
}

body.customer-area-active .cuar-css-wrapper .navbar-toggle {
  display:block;
}

body.customer-area-active .cuar-css-wrapper .navbar-collapse.in {
  display:none;
}

body.customer-area-active .cuar-css-wrapper .navbar-collapse, body.customer-area-active .cuar-css-wrapper .navbar-collapse.collapse {
  display:none !important;
}

body.customer-area-active .cuar-css-wrapper .navbar-collapse.show {
  display:block !important;
}

body.customer-area-active .cuar-css-wrapper .dropdown-menu {
    display: none!important;
}

body.customer-area-active .cuar-css-wrapper .dropdown-menu.show {
    display: block!important;
}

body.customer-area-active .cuar-css-wrapper .navbar-header {
  width:100%;
}

body.customer-area-active .cuar-css-wrapper .cuar-menu-container .navbar .navbar-brand {
  color: #142c3e !important;
font-size: 20px;
font-family: 'Gotham-Bold', sans-serif;
}

body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-toggle, body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-toggle:focus {
  background-color: #142c3e;
border-color: #142c3e;
}

body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-toggle:hover {
  background-color: #58585a;
border-color: #58585a;
}

body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
height:4px;
}

body.customer-area-active .cuar-css-wrapper .navbar-nav>li>.dropdown-menu {
  border: 0px;
box-shadow: none;
text-align: left !important;
padding-left: 10px !important;
padding-right: 10px !important;
border-top: 1px solid #d6d6d6;
border-bottom: 1px solid #d6d6d6;
padding-top: 2.5px !important;
padding-bottom:2.5px !important;
}

body.customer-area-active .cuar-css-wrapper .dropdown-menu>li>a {
  padding:10px 15px;
}

body.customer-area-active .cuar-css-wrapper .cuar-toolbar {
  padding-left:0px;
  padding-right:0px;
}

body.customer-area-active .cuar-css-wrapper .cuar-toolbar .cuar-menu-avatar-icon>button {
  margin-left: 11px !important;
    margin-right: 11px !important;
}

body.customer-area-active .cuar-css-wrapper .cuar-toolbar .cuar-menu-avatar-icon.btn-group.show .dropdown-menu.show {
  display: block!important;
      top: -30px !important;
      left: -11px !important;
      border-left: 0px;
      border-right: 0px;
      box-shadow: none;
      border-bottom: 0px;
      text-align:left !important;
}

body.customer-area-active .cuar-css-wrapper .cuar-toolbar .cuar-menu-avatar-icon.btn-group.show .dropdown-menu.show .dropdown-header {
  padding-left: 15px;
padding-right: 15px;
font-family: 'Gotham-Bold', sans-serif;
padding-top: 15px;
}

body.customer-area-active .cuar-css-wrapper .cuar-menu-container .nav-container>ul {
  border-top: 1px solid #d6d6d6;
}

body.customer-area-active .cuar-css-wrapper .dropdown-menu>.active>a, body.customer-area-active .cuar-css-wrapper .dropdown-menu>.active>a:focus, body.customer-area-active .cuar-css-wrapper .dropdown-menu>.active>a:hover {
    background-color: transparent;
    color: #00a7b5;
}

body.customer-area-active .cuar-css-wrapper .cuar-toolbar .pull-right {
  margin-right:11px;
}
}

@media only screen and (max-width:767px) {
  body.customer-area-active .cuar-css-wrapper .cuar-menu-container .navbar .nav {
    margin:0px 0px;
  }
  body.customer-area-active .cuar-css-wrapper .cuar-menu-container .nav-container>ul {
    border-top:0px;
  }

  .featured-blog-img {
    height:100%;
  }

  .featured-blog-img {
    background-image:none !important;
  }

 .featured-blog-img .mobile-img img {
   max-width: 100%;
   height: auto;
 }

  .featured-blog-info {
    bottom: 0px;
    position: relative;
    background-color:#142c3e;
  }
}
/*remove customer area */
aside#cuar-js-tray {
    display: none;
}
body.customer-area-active .cuar-css-wrapper .cuar-page-content.table-layout>div.tray-center.tray-center-on-left, body.customer-area-active .cuar-css-wrapper .tray-center.tray-center-on-left {
    padding-right: 0;
}
/*added for blog edits*/
.blog-image.col-12.col-md-6 {
    min-width: 100%!important;
}

.row.blog-images img {
    width: 850px;
}

.related-pub-grid a:hover *, .related-pub-grid a:focus * {
  color:#00a7b5;
}


#menu-main-menu .dropdown-item.active, #menu-main-menu .dropdown-item:active {
  background-color:#142c3e !important;
}
