body {
  overflow-x: hidden;
}

.logo img {
  max-height: 48px;
}

.rev_slider .slotholder:after,
.breadcrumb-area:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.5);
}
.breadcrumb-area:after {
  background: rgba(0, 0, 0, 0.3);
}
.breadcrumb-area h1 {
  position: relative;
  z-index: 1;
}

.rev_slider_wrapper .slide-content-box p {
  max-width: 500px;
  white-space: break-spaces;
}

.top-info ul li.single-info-box .text-holder p span,
.single-footer-widget .contact-address li .content-holder p span {
  color: inherit;
  font-weight: inherit;
  text-transform: inherit;
  font-family: inherit;
}
.top-info ul li.single-info-box .text-holder p span.bold,
.single-footer-widget .contact-address li .content-holder p span.bold {
  color: #292929;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.single-footer-widget .contact-address li .content-holder p span.bold {
  color: #ffffff;
}
.single-footer-widget .contact-address li .content-holder p a {
  color: inherit;
}
.single-footer-widget .contact-address li .content-holder p a:hover {
  text-decoration: underline;
}

.content-area {
  padding-bottom: 80px;
  padding-top: 80px;
}
.content-area .content h3 {
  margin: 0 0 23px;
}

.grid-item {
  margin-bottom: 20px;
}

.single-carousel .carousel-indicators {
  bottom: 10px;
}
.single-carousel .carousel-indicators li {
  background-color: transparent;
  border: 4px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 12px;
  margin: 4px;
  text-indent: -999px;
  width: 12px;
}
.single-carousel .carousel-indicators li.active {
  margin: 4px;
  border-color: var(--primaryColor);
}

.video-gallery-area {
  margin-bottom: 60px;
  margin-right: 45px;
}
.video-gallery-bg {
  background: url(/img/about/pattern.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: block;
}
.video-gallery-bg .video-gallery {
  border: 5px solid #ffffff;
  display: inline-block;
  left: 50px;
  position: relative;
  top: 50px;
}
.video-gallery-bg .video-gallery .overlay-gallery {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  transition: background-color 0.4s ease 0s;
}
.video-gallery-bg .video-gallery .overlay-gallery .box {
  display: table;
  height: 100%;
  width: 100%; 
}
.video-gallery-bg .video-gallery .overlay-gallery .box .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0;
}
.video-gallery-bg .video-gallery:hover .overlay-gallery{
  background-color: rgba(253, 199, 22, 0.70);   
}

.brochures-list li a {
  background: #f7f7f7 none repeat scroll 0 0;
  color: #292929;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 65px;
  padding-right: 20px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 10px;
  transition: all 500ms ease;
}
.brochures-list li a span::before {
  background: #292929 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  margin-left: -2px;
  text-align: center;
  width: 50px;
  transition: all 500ms ease;
  margin-right: 15px;
  position: relative;
  top: 1px;
}
.brochures-list li a i {
  margin: 26px 0;
}
.brochures-list li a:hover{
  background: var(--primaryColor);
  color: #fff;
}
.brochures-list li a:hover span::before{
  background: #01305e;
}

.table-outer {
    overflow-x: auto;
    position: relative;
    width: 100%;
}

/*-- Start table header--*/
.cart-table {
    width: 100%;
}
.cart-table .cart-header {
  background: #f7f7f7;
  color: #292929;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
  width: 100%;
  border: 1px solid black;
  border-color: #eaeaea;
  border-width: 1px 2px 2px 1px;
}
.cart-table thead tr th {
  font-weight: 600;
  line-height: 24px;
  min-width: 110px;
  padding: 20px 25px;
}
.cart-table tbody tr {
  border-bottom: 1px solid #eaeaea
}
.cart-table tbody tr td {
  border: 1px solid #eaeaea;
  vertical-align: middle;
}
.cart-table tbody tr td {
  color: #292929;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  min-width: 100px;
  padding: 27.5px 25px;
}


.form form .field-label {
  color: #292929;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin: -3px 0 3px;
  text-transform: capitalize;
}
.form form .field-input {
  position: relative;
}
.form form .field-input input[type="text"] {
    border: 2px solid #f7f7f7;
    color: #9e9e9e;
    display: block;
    font-size: 16px;
    height: 48px;
    margin-bottom: 28px;
    padding: 0 15px;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.form form .field-input input[type="text"]:focus{
  border: 2px solid var(--primaryColor);
}
.form form .field-input textarea {
    border: 2px solid #f7f7f7;
    color: #9e9e9e;
    display: block;
    font-size: 16px;
    height: 124px;
    margin-bottom: 28px;
    padding: 10px 15px;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.form form .field-input textarea:focus{
  border-color: #fdc713;
}
.form form label {
  text-indent: 8px;
}
.bottom {
    padding-top: 70px
}
.form-button button {
  display: block;
  padding: 9px 25px 11px;
  margin-top: 20px;
}
.form .alert {
  margin-top: 20px;
}

.ui-selectmenu-button {
  position: relative;
  display: block;
}

.timeline_wrapper .single-item .img-text-holder .img-holder {
  max-width: 80px;
}

.bx-wrapper .bx-prev {
  background: url(/img/bx-slider/controls.png) no-repeat 0 -32px;
}

.brand-area .brand .single-item img {
  margin: -25% auto;
  padding: 0;
}
