@charset "UTF-8";
h1, h2, h3, h4, h5 {
  font-family: montserrat, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important; }

p, li, label, button, input {
  font-family: montserrat, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important; }

/* structure start */
body, html {
  background-color: #ffffff; }

#page {
  overflow: hidden; }

@media (min-width: 992px) {
  .home #main {
    padding-top: 0; }

  #main {
    margin: auto;
    padding: 68px 0px 0px; } }
@media (max-width: 991px) {
  .home #main {
    padding-top: 0; }

  #main {
    margin: auto;
    padding: 59px 0px 0px; } }
/* structure end */
/* header start */
body.logged-in .navbar-fixed-top {
  margin-top: 30px; }

.navbar.scroll {
  height: 72px !important;
  background-color: #ffffff !important; }
  .navbar.scroll .navbar-brand p {
    color: #000000; }

.navbar-fixed-top.scroll img.scroll-image {
  display: block; }

.navbar-fixed-top.top img.scroll-image {
  display: none; }

.navbar-fixed-top.top img.fixed-image {
  display: block; }

.navbar-fixed-top.scroll img.fixed-image {
  display: none; }

.scroll ul.desktop_nav ul {
  padding-top: 20px; }

.top ul.desktop_nav ul {
  padding-top: 40px; }

ul.desktop_nav a {
  text-decoration: none; }

ul.desktop_nav li:hover > ul {
  display: block; }

ul.desktop_nav ul {
  display: none;
  margin: 0;
  padding: 0;
  width: 185px;
  position: absolute;
  top: 50px;
  left: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  list-style: none; }

ul.desktop_nav > li.menu-item-has-children > a:after {
  color: #fff;
  content: '▼';
  vertical-align: 1px;
  padding-left: 10px;
  font-size: 0.8em; }

ul.desktop_nav ul > li.menu-item-has-children > a:after {
  color: #fff;
  content: '►';
  vertical-align: 1px;
  padding-left: 10px;
  font-size: 0.8em; }

ul.desktop_nav ul > li > a {
  border: solid 1px #b4b4b4;
  opacity: 0.9;
  filter: alpha(opacity=90);
  background-color: #ddd;
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #000000; }

ul.desktop_nav ul > li.current_page_item > a, ul.desktop_nav ul > li > a:hover {
  color: #ffffff;
  background-color: #000000; }

ul.desktop_nav ul ul {
  left: 185px;
  top: 0px; }

.mobile-navbar .sub-menu {
  display: none; }

.search-form {
  cursor: pointer; }

.nav-form-content {
  position: absolute;
  top: -16px;
  right: 30px;
  z-index: 1100;
  width: 0px;
  overflow: hidden;
  transition: 500ms; }

.show {
  display: block !important; }

.nav-form-content.show .sf-s {
  width: 100%; }

.nav-form-content.show {
  width: 347px; }

.nav-form-content .searchform .sf-searchsubmit {
  width: 35px;
  height: 32px;
  top: 0px;
  left: 0px;
  border: none; }

.nav-form-content {
  height: 62px; }

.nav-form-content .searchform .sf-s {
  width: 310px;
  background: #ffffff;
  border: 1px #e8e8e8 solid;
  padding: 5px 5px 5px 5px;
  margin-left: 35px; }

.searchform .sf-searchsubmit {
  margin-top: 12px !important;
  outline: 0;
  border: 1px solid #6ab33d;
  background-color: #6ab33d;
  position: absolute;
  width: 37px;
  height: 37px;
  right: 0px;
  top: -1px;
  background-image: url("/wp-content/themes/weka/img/search_icon.png");
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  transition: 500ms; }

/* header end */
/* footer start */
#scrollBtn {
  display: none;
  position: fixed;
  bottom: 110px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #526a98;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 15px;
  font-size: 18px;
  opacity: 0.5;
  filter: alpha(opacity=50); }

#scrollBtn:hover {
  background-color: #555; }

/* footer end */
/* 404 start */
h1.nf_h1 {
  color: #000000; }

p.nf_paragraph {
  color: #000000; }

h2.nf_h2 {
  color: #000000; }

div.nf_main {
  text-align: center; }

/* 404 end */
/* search start */
.searchform input[type=text] {
  border: #0064b2 solid 2px;
  padding: 10px 5px;
  min-width: 250px; }

.searchform input[type=submit] {
  color: white;
  background-color: #c6bbaa;
  font-weight: bolder;
  text-transform: uppercase;
  padding: 10px 15px;
  border: #c6bbaa solid 2px;
  margin: 5px 1px; }

.search-results .hentry::after {
  background-color: #ffc029;
  background-image: linear-gradient(90deg, #ffc029, #4cd8b0);
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: .25rem;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  height: .1875rem;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  width: 100%; }

.search-results .hentry {
  transition: all .2s ease-in-out;
  transform: scale(1);
  background: #fff;
  border-radius: .25rem;
  margin-bottom: 32px;
  margin-bottom: 2rem; }

.search-results .hentry {
  position: relative;
  text-align: center;
  width: 100%; }

.search-results .hentry .entry-header {
  padding: 20px;
  padding: 1.25rem;
  word-wrap: break-word; }

.search-results .hentry:not(.has-post-thumbnail) .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem; }

.search-results {
  clear: both; }

/* search end */
/* mobile start */
.mobile {
  display: none; }

.desktop {
  display: block; }

@media only screen and (max-width: 480px) {
  .mobile {
    display: block; }

  .desktop {
    display: none; } }
@media only screen and (max-width: 991px) {
  .mobile {
    display: block; }

  .desktop {
    display: none; } }
@media (max-width: 991px) {
  .mobilenav .navbar-header {
    float: none; }

  .mobilenav .navbar-toggle {
    display: block; }

  .mobilenav .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .mobilenav .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .mobilenav .navbar-collapse.collapse {
    display: none !important; }

  .mobilenav .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }

  .mobilenav .navbar-nav > li {
    float: none; }

  .mobilenav .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .mobilenav .collapse.in {
    display: block !important; } }
/* mobile end */
/* LS Header start */
.navbar.navbar-inverse {
  border: 0; }

.navbar-fixed-top.desktop #CSLi-logo {
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-right: 15px; }
  .navbar-fixed-top.desktop #CSLi-logo a {
    height: 65%; }
    .navbar-fixed-top.desktop #CSLi-logo a img {
      height: 100%;
      width: auto; }
.navbar-fixed-top.desktop > div {
  height: 100%; }
  .navbar-fixed-top.desktop > div > div {
    height: 100%; }
    .navbar-fixed-top.desktop > div > div > div {
      display: flex;
      justify-content: space-between;
      height: 100%; }

.navbar-header .navbar-brand {
  height: 100%;
  display: flex;
  flex-direction: column; }
  .navbar-header .navbar-brand img {
    height: 28px;
    width: auto; }
  .navbar-header .navbar-brand p {
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 0; }
  @media (max-width: 500px) {
    .navbar-header .navbar-brand img {
      height: 26px;
      margin-top: 3px; } }

.nav-right {
  display: flex;
  align-items: center; }
  .nav-right .navbar-nav {
    display: flex;
    align-items: center; }
    .nav-right .navbar-nav .phone {
      padding: 0; }
      .nav-right .navbar-nav .phone img {
        height: 55px; }

.navbar-nav > li {
  margin-right: 22px;
  font-size: 17px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .navbar-nav > li .search-form svg {
    color: #ed1b33 !important; }
  .navbar-nav > li a {
    text-transform: uppercase;
    font-family: montserrat, sans-serif !important;
    font-weight: 300 !important;
    font-style: normal !important; }
  .navbar-nav > li a.phone {
    display: flex;
    align-items: center;
    font-family: montserrat, sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important; }
    .navbar-nav > li a.phone svg {
      font-size: 14px;
      margin-right: 3px;
      color: #ed1b33; }
.navbar-nav > li:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.navbar-inverse .navbar-toggle {
  border: 0;
  margin-top: 16px; }
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #333333 !important; }
  .navbar-inverse .navbar-toggle:hover .icon-bar, .navbar-inverse .navbar-toggle:focus .icon-bar {
    background-color: #ffffff !important; }

@media (max-width: 991px) {
  .navbar.navbar-inverse.mobilenav {
    transition: background-color 0.5s ease;
    background-color: #ffffff !important;
    border-radius: 0; }
    .navbar.navbar-inverse.mobilenav .navbar-brand p {
      color: #000000; }

  .navbar.navbar-inverse.mobilenav.nav-open {
    background-color: #ccc5bb; }

  .navbar-inverse .navbar-collapse {
    background-color: #ffffff;
    border: 0; }
    .navbar-inverse .navbar-collapse #menu-main-menu-1 {
      overflow: hidden; }
      .navbar-inverse .navbar-collapse #menu-main-menu-1 li {
        text-align: center;
        margin: 0; }
        .navbar-inverse .navbar-collapse #menu-main-menu-1 li a {
          padding: 15px; } }
.not-home .navbar.navbar-inverse {
  background-color: #ccc5bb; }

.home .navbar.navbar-inverse {
  background-color: transparent; }

.navbar.navbar-inverse {
  background-color: #ffffff;
  transition: all 0.5s ease; }

.navbar.desktopnav.top {
  height: 70px; }

.home .navbar.desktopnav.top .navbar-nav li a {
  color: #ffffff !important; }

.navbar.desktopnav.scroll {
  height: 70px; }
  .navbar.desktopnav.scroll .navbar-nav li a {
    color: #333333; }

.navbar .navbar-nav li a {
  color: #333333 !important; }

.navbar.desktopnav .navbar-nav li a {
  padding: 0;
  margin: 15px; }
.navbar.desktopnav .navbar-nav li.current-menu-item a {
  border-bottom: 1px solid #ed1b33; }

header#masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999; }

body.logged-in header#masthead {
  margin-top: 32px; }

@media (max-width: 782px) {
  body.logged-in header#masthead {
    margin-top: 46px; } }
.search-popup-wrapper {
  position: absolute;
  z-index: 999;
  top: 0;
  width: 100%;
  display: none; }

.search-popup {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center; }
  .search-popup > div > div {
    display: flex;
    width: 100%; }
    .search-popup > div > div > div {
      width: 100%;
      display: flex; }

.searchform {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }

.searchform input[type=text] {
  padding: 10px 5px;
  min-width: 250px;
  border: 0;
  width: 100%;
  font-size: 24px;
  line-height: 48px;
  outline-width: 0;
  height: 100%; }

.searchform button {
  color: #ed1b33;
  background: transparent;
  border: 0;
  outline-width: 0; }

.search-close {
  cursor: pointer;
  margin-left: 15px; }

.search-close > svg {
  color: #9d9d9d;
  font-size: 20px; }

/* LS Header end */
/* Footer start */
#footer {
  background-image: url("/wp-content/themes/weka/img/Banners/Footer-banner.jpg");
  background-size: cover;
  padding: 46px 0 55px; }
  #footer .logo {
    height: 32px;
    width: auto;
    margin-bottom: 12px; }
  #footer a:hover {
    text-decoration: none;
    color: #ed1b33; }
  #footer h5 {
    word-break: break-word; }
  #footer .heading {
    color: #ed1b33; }
  #footer p {
    margin-bottom: 10px;
    color: #ffffff;
    font-family: montserrat, sans-serif !important;
    font-weight: 300 !important;
    font-style: normal !important; }
    #footer p a {
      color: #ffffff; }
  #footer label {
    color: #ffffff;
    font-size: 12px;
    font-family: montserrat, sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important; }

.footer-col {
  margin-top: 32px; }

#bottom-bar {
  background-color: #ed1b33; }
  #bottom-bar .summary {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 12px 0;
    color: white;
    font-size: 11px;
    font-family: montserrat, sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important; }
    #bottom-bar .summary a {
      color: white;
      text-decoration: none !important; }
    #bottom-bar .summary a:hover {
      color: #c6bbaa; }

.contact-line {
  display: flex;
  margin-bottom: 15px; }
  .contact-line--center {
    align-items: center; }
  .contact-line__social {
    display: flex;
    justify-content: center;
    margin-right: 6px;
    margin-top: 8px; }
    .contact-line__social .social-icon {
      height: 25px;
      width: auto;
      margin-right: 5px; }
  .contact-line__icon {
    display: flex;
    justify-content: center;
    margin-right: 12px;
    width: 24px; }
    .contact-line__icon svg {
      font-size: 18px;
      color: #ed1b33; }
  .contact-line__details h5, .contact-line__details a {
    color: #ffffff; }

/* Footer end */
/* General start */
.custom-link-1 {
  color: #ed1b33;
  text-decoration: underline; }

.main-heading {
  font-weight: 500 !important; }
  .main-heading--red {
    color: #ed1b33; }
  .main-heading--spacing {
    margin-top: 32px;
    margin-bottom: 25px; }
  .main-heading--center {
    text-align: center; }

.alignfull {
  margin-left: calc( -100vw / 2 + 100% / 2 );
  margin-right: calc( -100vw / 2 + 100% / 2 );
  max-width: 100vw;
  margin-bottom: 0; }

.alignfull img {
  width: 100vw; }

#breadcrumbs {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 10px; }
  #breadcrumbs svg {
    font-size: 12px; }
  #breadcrumbs a {
    color: #ed1b33; }
  #breadcrumbs .breadcrumb_last {
    color: #ed1b33; }

/* General end */
/* Contact Forms start */
#contact-submit {
  background-color: #ed1b33;
  border-color: #ed1b33;
  color: white;
  padding: 2px 15px; }

/* Contact Forms end */
/* Homepage start */
.welcome.main-heading {
  margin-top: 38px;
  margin-bottom: 18px; }

p.welcome {
  margin-bottom: 46px; }

@media (min-width: 992px) {
  p.welcome {
    padding: 0 15%; } }
.services-section {
  background-image: url("/wp-content/themes/weka/img/Banners/Services-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 42px 0 134px; }
  .services-section h1 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 46px;
    font-weight: 500 !important; }
  .services-section a {
    text-decoration: none !important; }
  .services-section .service {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    justify-content: space-around;
    padding: 28px 32px; }
    .services-section .service img {
      height: 120px;
      width: auto; }
    .services-section .service h2 {
      text-align: center;
      color: #333333;
      width: 100%; }
  .services-section .card {
    height: 300px;
    margin-bottom: 64px;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d; }
    .services-section .card div {
      height: 100%;
      width: 100%;
      position: absolute;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    .services-section .card .back {
      -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
      -o-transform: rotateY(180deg);
      transform: rotateY(180deg); }
    .services-section .card.flipped {
      -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
      -o-transform: rotateY(180deg);
      transform: rotateY(180deg); }

.contact-section {
  padding: 42px 0; }
  .contact-section .content {
    background-image: url("/wp-content/themes/weka/img/Banners/Connectivity-logo.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
  .contact-section h1:first-child {
    font-weight: 700 !important; }
  .contact-section h1:nth-child(2) {
    margin-top: 5px;
    margin-bottom: 40px; }
  .contact-section label {
    font-size: 12px; }
  .contact-section a {
    color: #333333; }

.projects-section {
  background-image: url("/wp-content/themes/weka/img/Banners/Projects-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 42px 0 134px; }
  .projects-section h1 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 46px;
    font-weight: 500 !important; }
  .projects-section a {
    text-decoration: none !important; }
  .projects-section .project {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    padding: 28px 32px;
    margin-bottom: 64px; }
    .projects-section .project img {
      height: 120px;
      width: auto; }
    .projects-section .project h2 {
      text-align: center;
      color: #333333; }

.project-tiles a {
  text-decoration: none !important; }
.project-tiles__tile {
  margin-top: 30px;
  position: relative; }
  .project-tiles__tile img {
    width: 100%;
    height: 100%;
    max-height: 220px;
    min-height: 150px;
    object-fit: cover; }
  @media (max-width: 991px) {
    .project-tiles__tile img {
      max-height: 200px; } }
.project-tiles .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 0 5%;
  background-color: rgba(0, 0, 0, 0.4); }
  .project-tiles .overlay * {
    color: white; }
  .project-tiles .overlay h2, .project-tiles .overlay h3 {
    margin: 0;
    text-align: center;
    width: 100%; }
  .project-tiles .overlay .button-2 {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: transform;
    transition-property: transform;
    z-index: 2;
    border: 1px solid #ed1b33;
    padding: 3px 15px; }
  .project-tiles .overlay .button-2:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
@media (max-width: 767px) {
  .project-tiles .overlay {
    display: flex; } }
.project-tiles__tile:hover .overlay {
  display: flex; }

.testimonial-section {
  background-color: white;
  padding: 50px 0 64px; }
  .testimonial-section .main-heading {
    text-align: center;
    text-transform: uppercase; }
  .testimonial-section .testimonial {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5%;
    padding-right: 5%; }
  .testimonial-section .button-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 32px; }

.testimonial {
  padding-top: 85px;
  padding-bottom: 85px; }
  .testimonial .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .testimonial .content img {
      width: auto;
      max-width: 180px;
      height: auto;
      margin-bottom: 20px; }
    .testimonial .content p {
      font-size: 18px;
      text-align: center;
      width: 100%; }
    .testimonial .content .title {
      color: #ed1b33;
      margin-top: 10px;
      font-family: montserrat, sans-serif !important;
      font-weight: 700 !important;
      font-style: italic !important; }

@media (min-width: 992px) and (max-width: 1300px) {
  .testimonial {
    padding-top: 32px;
    padding-bottom: 32px; } }
@media (max-width: 991px) {
  .testimonial {
    padding-top: 10px;
    padding-bottom: 10px; } }
/* Homepage end */
/* owl nav  start*/
.owl-prev svg, .owl-next svg {
  color: #c2c2c2 !important; }

.owl-prev, .owl-next {
  position: absolute;
  top: 0;
  height: 100%; }

.owl-prev {
  left: 5px; }

.owl-next {
  right: 5px; }

.owl-nav button:focus, .owl-nav button:active, .owl-nav button:hover {
  outline: none;
  background-color: transparent !important; }

.owl-dots {
  display: flex;
  justify-content: center; }
  .owl-dots .owl-dot span {
    background-color: #ed1b33 !important; }
  .owl-dots .owl-dot.active span {
    width: 18px !important;
    height: 18px !important; }

/* owl nav  end*/
/* About Page start */
.people-tiles .tile {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 50px; }
.people-tiles img {
  width: 80%;
  height: 100%; }
.people-tiles h3 {
  text-align: center;
  margin: 12px 0 0;
  font-family: montserrat, sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important; }
.people-tiles h5 {
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  color: #ed1b33;
  padding: 7px;
  text-align: center;
  width: 100%;
  font-family: montserrat, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important; }
.people-tiles p {
  text-align: center;
  width: 100%;
  font-family: montserrat, sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important; }

.archive.project-tiles {
  margin-bottom: 32px; }

.info-section {
  margin-bottom: 20%; }
  @media (min-width: 768px) {
    .info-section .content {
      padding-left: 0;
      padding-right: 0; } }

.people-section .main-heading {
  text-align: center;
  margin-top: 64px;
  margin-bottom: 45px; }

.career-section {
  padding: 42px 0 64px;
  background-image: url("/wp-content/themes/weka/img/Banners/Career-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .career-section h1, .career-section p, .career-section label {
    color: #ffffff; }
  .career-section label {
    font-size: 12px; }
  .career-section p {
    margin-top: 32px;
    line-height: 24px; }
  .career-section .form-group {
    margin-bottom: 25px; }
  .career-section .button-1 {
    border-color: #ffffff !important;
    border-style: solid;
    border-width: 1px; }

/* About Page end */
/*Project Page start*/
.project-content {
  margin-bottom: 64px; }

.project-details h1 {
  font-family: montserrat, sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important; }
.project-details h3 {
  font-family: montserrat, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important; }

.container.contact-section {
  margin-top: 15%; }

.products-carousel {
  padding-top: 32px; }

.project-img-gallery, .product-img-gallery {
  width: 100%; }
  .project-img-gallery ul, .product-img-gallery ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0; }
    .project-img-gallery ul li, .product-img-gallery ul li {
      display: block;
      float: left;
      margin-right: 6px;
      cursor: pointer; }

.project-img-gallery ul img {
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%; }

.service-contact {
  padding: 64px 0;
  background-image: url("/wp-content/themes/weka/img/Banners/Projects-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .service-contact h1, .service-contact p, .service-contact label {
    color: #ffffff; }
  .service-contact label {
    font-size: 12px; }
  .service-contact p {
    margin-top: 32px;
    line-height: 28px;
    font-family: montserrat, sans-serif !important;
    font-weight: 300 !important;
    font-style: normal !important; }
    .service-contact p .emphasis {
      font-family: montserrat, sans-serif !important;
      font-weight: 600 !important;
      font-style: normal !important; }
  .service-contact a {
    color: #ffffff; }
  .service-contact .form-group {
    margin-bottom: 25px; }
  .service-contact .button-1 {
    border-color: #ffffff !important;
    border-style: solid;
    border-width: 1px; }

/*Project Page end*/
/* Search Result Page start */
div.search-results {
  padding-bottom: 64px; }

.search-results h3 a {
  color: #ed1b33;
  text-decoration: underline;
  font-family: montserrat, sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important; }
.search-results__date {
  color: #999;
  line-height: 16px;
  text-transform: capitalize;
  font-size: 14px;
  font-family: montserrat, sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important; }
.search-results__excerpt {
  line-height: 1.6;
  color: #999;
  font-size: 16px; }

.search-result {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0; }

/* Search Result Page end */

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