@import url("https://fonts.googleapis.com/css?family=Lato:400,500,700&display=swap");
.max-container {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 1300px) {
  .max-container {
    padding: 0 15px;
  }
}
.just-title {
  text-align: center;
}
.just-title hr {
  margin-bottom: 0;
}
.text-title {
  text-align: center;
  overflow: hidden;
  padding: 30px 0;
  font-size: 0;
}
.text-title p:first-child,
.text-title h1:first-child,
.text-title h2:first-child,
.text-title h3:first-child {
  margin-top: 0;
}
.text-title p:last-child,
.text-title h1:last-child,
.text-title h2:last-child,
.text-title h3:last-child {
  margin-bottom: 0;
}
.text-title.height1 {
  padding: 60px 0;
}
.text-title.height2 {
  padding: 90px 0;
}
.text-title.adjusted .title {
  padding-right: 3%;
  margin-right: 3%;
}
.text-title.adjusted .text {
  max-width: 54.8%;
}
.text-title .text {
  max-width: 57.8%;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  font-size: 1.2rem;
}
.text-title .title {
  text-align: left;
  display: inline-block;
  max-width: 40%;
  vertical-align: middle;
  padding-right: 4%;
  margin-right: 4%;
  position: relative;
}
.text-title .title h1,
.text-title .title h2,
.text-title .title h3 {
  font-size: 3.2rem;
}
.text-title .title:after {
  content: "";
  right: 0;
  top: -300px;
  bottom: -300px;
  border-right: 1px solid #000;
  position: absolute;
}
@media (max-width: 1360px) {
  .text-title .text {
    max-width: 56.8%;
  }
}
@media (max-width: 1199px) {
  .text-title.height2 {
    padding: 60px 0;
  }
  .text-title .title h1,
  .text-title .title h2,
  .text-title .title h3 {
    font-size: 2.4rem;
  }
  .text-title .text {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .text-title.height1 {
    padding: 30px 0;
  }
  .text-title.height2 {
    padding: 30px 0;
  }
  .text-title .text {
    max-width: 100%;
    width: 100%;
  }
  .text-title .title {
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding-bottom: 60px;
  }
  .text-title .title:after {
    left: 50%;
    right: auto;
    top: auto;
    bottom: 30px;
    width: 300px;
    margin-left: -150px;
    border-right: 0;
    border-bottom: 1px solid #000;
  }
}
@media (max-width: 767px) {
  .text-title .text {
    max-width: 100% !important;
  }
  .text-title .title h1,
  .text-title .title h2,
  .text-title .title h3 {
    font-size: 1.2rem;
  }
}
.staff-area {
  letter-spacing: 0;
  overflow: hidden;
  text-align: center;
  font-size: 0;
  padding: 0;
}
.staff-area ul {
  margin: 0 -30px;
}
.staff-area li {
  font-size: 1rem;
  width: 20%;
  display: inline-block;
  list-style: none;
  vertical-align: top;
  margin-top: 45px;
  padding: 0 30px;
}
.staff-area h1,
.staff-area h2,
.staff-area h3 {
  font-size: 1.1rem;
}
.staff-area h2 {
  margin-bottom: 0;
  margin-top: 0;
}
.staff-area h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.staff-area .text-wrapper {
  margin-top: 30px;
  height: 100px;
  position: relative;
}
.staff-area .table {
  height: inherit;
}
@media (max-width: 1199px) {
  .staff-area {
    padding: 0;
  }
  .staff-area li {
    width: 25%;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .staff-area li {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .staff-area li {
    width: 50%;
    margin-top: 15px;
  }
}
@media (max-width: 467px) {
  .staff-area li {
    width: 100%;
  }
}
footer {
  background-color: #e8e6e2;
  border-top: 5px solid #2b3379;
  padding: 60px 0;
  text-align: center;
}
footer ul {
  font-size: 0;
}
footer li {
  font-size: 1rem;
  list-style: none;
  display: inline-block;
  padding: 0 0 0 15px;
}
footer li:after {
  content: "|";
  display: inline-block;
  padding-left: 15px;
}
footer li:last-child {
  padding-right: 0;
}
footer li:last-child:after {
  content: "";
  display: none;
}
footer a:hover,
footer a:focus {
  color: #2b3379;
}
@media (max-width: 1199px) {
  footer {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 60px 0;
  }
  footer li {
    width: 100%;
  }
  footer li:after {
    display: none;
  }
}
.just-image img {
  width: 100%;
}
@media (max-width: 767px) {
  .just-image {
    /*height: 400px !important;*/
    background-attachment: inherit !important;
    background-size: cover !important;
    background-position: center center !important;
  }
}
.nogap .row {
  margin: 0;
  padding: 0;
}
.nogap div[class^="col-"],
.nogap div[class*=" col-"] {
  padding: 0;
  margin: 0;
}
#productCatalogueWrapper #productForm .row {
  margin: 0 -15px;
}
#productCatalogueWrapper #productForm div[class*=" col-"],
#productCatalogueWrapper #productForm div[class*="col-"] {
  padding: 0 15px !important;
}
#productCatalogueWrapper .content-wrapper {
  max-width: 460px;
  margin: 0 auto;
  display: block;
}
#heroImage {
  padding: 30px;
  border: 1px solid #676767;
}
.productItem {
  text-align: center;
}
.styled {
  font-size: 2rem;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
#mapmessage {
  text-align: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1rem;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px 15px;
  max-height: 200px;
  max-width: 450px;
  width: 90%;
  z-index: 100000000000;
  margin-left: auto;
  margin-right: auto;
  transition: 0.5s ease all;
  opacity: 0;
}
#mapoutter {
  position: relative;
}
#mapoutter:hover #mapmessage {
  opacity: 1;
}
@media (max-width: 991px) {
  #mapoutter:hover #mapmessage {
    opacity: 0;
  }
}
@media (max-width: 467px) {
  .col-xs-6 {
    width: 100% !important;
  }
}
.grecaptcha-badge {
  display: none !important;
}
.ico-section {
  border: 1px solid #169bd5;
}
.ico-section.ico-sizing {
  border: 0;
  text-align: center;
}
.ico-section.ico-sizing img {
  display: block;
  margin: 0 auto;
  max-height: 96px;
}
.ico-section.ico-sizing .inner-wrapper {
  padding: 30px 0 0 0;
}
.ico-section.ico-sizing .title-wrapper {
  min-height: 0;
}
.ico-section.ico-sizing .text-wrapper {
  min-height: 0;
}
.ico-section .cta {
  margin-top: 30px;
}
.ico-section .image-wrapper {
  padding: 30px;
  display: block;
  margin: 0 auto;
  padding: 0;
}
.ico-section .inner-wrapper {
  padding: 30px;
  display: block;
}
.ico-section .title-wrapper {
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  font-size: 1.1rem;
}
.ico-section .title-wrapper p,
.ico-section .title-wrapper h1,
.ico-section .title-wrapper h2,
.ico-section .title-wrapper h3,
.ico-section .title-wrapper h4 {
  font-size: inherit;
  font-weight: inherit;
}
.ico-section .text-wrapper {
  margin-top: 15px;
  display: block;
}
@media (min-width: 1200px) {
  .ico-section .title-wrapper {
    min-height: 75px;
  }
  .ico-section .text-wrapper {
    min-height: 230px;
  }
}
@media (min-width: 1400px) {
  .ico-section .text-wrapper {
    min-height: 190px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .ico-section {
    display: flex;
  }
  .ico-section > a {
    display: inherit;
  }
  .ico-section .title-wrapper,
  .ico-section .text-wrapper {
    min-height: 0;
  }
  .ico-section .image-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    width: 33.33%;
  }
  .ico-section .image-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .ico-section .inner-wrapper {
    flex: 1;
  }
  .ico-section.ico-sizing {
    display: block;
  }
  .ico-section.ico-sizing .image-wrapper {
    display: block;
    width: 100%;
  }
  .ico-section.ico-sizing .image-wrapper img {
    object-fit: inherit;
    width: auto;
    height: auto;
    position: static;
  }
}
@media (max-width: 767px) {
  .ico-section .image-wrapper {
    clear: both;
  }
}
.text-over-image {
  padding: 60px 0;
  background-color: #e8e6e2;
  color: #fff;
  position: relative;
  background-position: center;
  background-size: cover;
  text-align: center;
}
.text-over-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.text-over-image br {
  display: none;
}
.text-over-image h1,
.text-over-image h2,
.text-over-image h3,
.text-over-image h4,
.text-over-image h5,
.text-over-image .h1,
.text-over-image .h2,
.text-over-image .h3,
.text-over-image .h4,
.text-over-image .h5 {
  text-align: inherit;
}
@media (min-width: 768px) {
  .text-over-image {
    padding: 120px 0;
    text-align: left;
  }
  .text-over-image:before {
    width: 60%;
    padding-right: 120px;
    box-sizing: content-box;
  }
  .text-over-image br {
    display: block;
  }
  .text-over-image.right-position {
    text-align: right;
  }
  .text-over-image.right-position:before {
    left: auto;
    right: 0;
  }
}
@media (min-width: 992px) {
  .text-over-image {
    padding: 120px 0;
  }
  .text-over-image:before {
    width: 50%;
  }
}
.gallery-icons {
  letter-spacing: 0;
  text-align: center;
  font-size: 0;
  padding: 0;
  overflow: hidden;
  /*display: flex;*/
}
.gallery-icons ul {
  display: flex;
  flex-wrap: wrap;
}
.gallery-icons li {
  width: 33.33%;
  display: block;
  list-style: none;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  margin-top: 30px;
  padding: 0 15px;
}
.gallery-icons img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .gallery-icons ul {
    margin: 0;
  }
  .gallery-icons li {
    width: 50%;
  }

  .form-actions {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 467px) {
  .gallery-icons ul {
    margin: 0;
  }
  .gallery-icons li {
    width: 100%;
  }
}
.pagination {
  margin-bottom: -5px;
}
.pagination li {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pagination li a {
  padding: 5px 15px !important;
  display: block !important;
}
@media (max-width: 991px) {
  .pagination {
    margin-top: 45px;
  }
}
.pagination {
  margin: 30px 0 0;
  padding: 0;
}
.pagination li {
  display: inline-block;
}
.pagination li.active a {
  background-color: #169bd5;
  color: #fff;
}
.pagination li a {
  border: 1px solid #169bd5;
  color: #000;
}
.pagination li a:hover,
.pagination li a:focus {
  background-color: #2b3379;
  color: #fff;
}
.socialshare {
  margin-bottom: 30px;
  margin-top: 45px;
  font-size: 1.2rem;
}
.socialshare ul {
  margin: 0;
  padding: 0;
}
.socialshare p {
  margin-bottom: 0.5em;
}
.socialshare li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.socialshare a {
  font-size: 1.5rem;
  padding: 5px 15px;
  border: 1px solid #169bd5;
  background-color: #169bd5;
  color: #fff;
}
.socialshare a:hover,
.socialshare a:focus {
  background-color: #2b3379;
  color: #fff;
}
.recent-posts ul,
.article-sidebar ul {
  margin: 0;
  margin-top: -10px;
}
.recent-posts .recent-posts,
.article-sidebar .recent-posts {
  margin-top: -10px;
}
.recent-posts .recent-post,
.article-sidebar .recent-post,
.recent-posts li,
.article-sidebar li {
  position: relative;
  border-bottom: 1px solid #979797;
  padding: 10px 0 10px 25px;
  list-style: none;
}
.recent-posts .recent-post:before,
.article-sidebar .recent-post:before,
.recent-posts li:before,
.article-sidebar li:before {
  left: 0;
  content: "";
  position: absolute;
  border: 7px solid transparent;
  border-left: 7px solid #169bd5;
  top: 50%;
  margin-top: -2px;
  transform: translateY(-50%);
}
.articles-wrapper .listing-type-2 .news-item {
  border-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.articles-wrapper .listing-type-2 .news-item a {
  display: flex;
}
.articles-wrapper .listing-type-2 .image-wrapper {
  width: 30%;
  margin-bottom: 0;
}
.articles-wrapper .listing-type-2 .content-wrapper {
  width: 70%;
  padding-top: 0;
  border: 0;
}
.articles-wrapper .listing-type-3 img {
  height: 100%;
  object-fit: cover;
}
.articles-wrapper .listing-type-3 .news-item a {
  display: flex;
  flex-wrap: wrap;
}
.articles-wrapper .listing-type-3 .image-wrapper {
  width: 33.33%;
  margin-bottom: 0;
  height: 100%;
}
.articles-wrapper .listing-type-3 .content-wrapper {
  width: 66.66%;
}
.articles-wrapper .main-title {
  margin-bottom: 1em;
  display: block;
}
.articles-wrapper .date,
.articles-wrapper .date-wrapper {
  display: block;
  margin-bottom: 1em;
}
.articles-wrapper .image-wrapper {
  display: block;
  margin-bottom: 1em;
}
.articles-wrapper .content-wrapper {
  border: 1px solid #979797;
  padding: 30px;
  display: block;
}
.articles-wrapper .news-item {
  border-bottom: 1px solid #979797;
  padding: 30px 0;
}
.articles-wrapper .news-item:first-child {
  padding-top: 0;
}
.articles-wrapper .news-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.articles-wrapper .news-item img {
  width: 100%;
}
.articles-wrapper #imageslider {
  margin-bottom: 30px;
  margin-top: 30px;
}
.articles-wrapper #imageslider:first-child {
  margin-top: 0;
  margin-bottom: 30px;
}
.articles-wrapper .news-items + .pad {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .articles-wrapper .listing-type-2 .news-item {
    flex-wrap: wrap;
  }
  .articles-wrapper .listing-type-2 .news-item a {
    flex-wrap: wrap;
  }
  .articles-wrapper .listing-type-2 .image-wrapper {
    width: 100%;
    margin-bottom: 0;
  }
  .articles-wrapper .listing-type-2 .content-wrapper {
    width: 100%;
    padding-top: 0;
    border: 0;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.testimonials .inner-wrapper {
  padding: 30px 0;
}
.testimonials .inner-wrapper:nth-child(2n + 1) {
  background: #e8e6e2;
}
.testimonials .title-wrapper {
  margin-top: 7px;
}
.testimonials .title-wrapper h2 {
  margin-bottom: 0;
}
.controls input::placeholder {
  color: #0e90d2;
}

.readmore {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  margin: 30px auto 0;
  margin-top: 30px;
  margin-bottom: 0px;
  margin-bottom: 0;
  padding: 10px 45px;
  transition: 0.25s;
  width: auto;
  border: 1px solid #169bd5;
  background-color: #169bd5;

  &:hover,&:focus {
    background-color: #fff;
    color:#169bd5;
  }
}

.phone-icon {
  display: inline-block;
  visibility: hidden;
  position: relative;
  margin-left: 30px;

  &:before {
    visibility: visible;
    content: '';
    display: inline-block;
    background-image: url("/uploads/images//phone-call-lb.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -10px;
    left: 0;
    transition: background-image 0.25s ease-in;
  }

  &:hover:before {
    background-image: url("/uploads/images//phone-call-w.png");
  }
}

.cmserv-test {
  .text-wrapper, .title-wrapper {
    padding: 10px;
    text-align: center;
  }

  .inner-wrapper:nth-child(2n + 1) {
    background-color: #0A246A;
  }


}