* {
  box-sizing: border-box;
  outline: none !important;
}
body {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1;
  font-family: 'Open sans', sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4 {
  margin: 0;
  padding: 20px 0;
  line-height: 1.5;
}
.toplineWrapper {
  overflow: auto;
  background: #0366ff;
  color: #fff;
}
.topContacts {
  width: 80%;
  padding: 7px 15px;
}
.topContacts a {
  color: #fff;
  text-decoration: none !important;
  margin-right: 10px;
}
.toplineInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.langSwitcher {
    width: 20%;
    text-align: right;
}
.langSwitcher a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    padding: 0 6px;
}
.lang-inline {
  text-align: right;
}
.pageInner {
  max-width: 1200px;
  margin: 0 auto;
}
.headerFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.headerItem {
  width: 25%;
}
#logo img {
  max-width: 260px;
  margin: 10px 0 15px;
  width: 100%;
}
.phoneMod {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.phoneImg {
  width: 50px;
}
.phones {
  padding-left: 15px;
}
.phones a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #444;
  line-height: 1.5;
}
.menuToggler {
  display: none;
}
#mainMenu {
  background: #eaeaea;
}
#mainMenu ul {
  margin: 0;
  padding: 0;
  list-style: none !important;
}
.mainMenuList {
  overflow: hidden;
}
.mainMenuList > li {
  float: left;
}
.mainMenuList a, .separator {
  display: block;
  padding: 15px 20px;
  font-size: 14px;
  color: #333;
  text-decoration: none !important;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.mainMenuList .active a {
  background: rgba(0, 0, 0, 0.09);
}
.deeper {
  overflow: hidden;
}
.nav-child {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  transition: all 0.3s ease-out;
}
.deeper:hover .nav-child {
  display: block;
}

.contentInner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.leftbar {
  width: 25%;
}
#content {
  padding-bottom: 40px;
}
#content p {
  font-size: 16px;
  line-height: 1.5;
}
.content100 {
  width: 100%;
}
.content75 {
  width: 75%;
}
.content50 {
  width: 50%;
}
.rightbar {
  width: 25%;
}
.moduleWrapper {
  padding: 0;
}
.custom.homeBanner {
  background: url(/images/banners/banner.jpg) no-repeat center center #63a759;
  background-size: cover;
  color: #fff;
  overflow: auto;
}
.homeBanner h1 {
  font-weight: bold;
  font-size: 48px;
  padding-top: 50px;
}
.bannerServices {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 50px 0 80px;
}
.serviceItem {
  width: 30%;
  background: rgba(3, 102, 255, 0.29);
  text-align: center;
  border-radius: 7px;
  border: 2px solid rgba(255, 255, 255, 0.32);
}
.serviceImg {
  padding: 20px;
  text-align: center;
}
.serviceImg img {
  max-width: 120px;
}
.serviceTitle {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  padding: 15px;
}
.custom.homeServicesMode {
  background: #f1f1f1;
  padding: 40px 0;
}
.moduleHeading {
  font-size: 40px;
  padding: 15px 0;
  line-height: 1.5;
  margin-bottom: 30px;
}
.wk-services .uk-panel {
  position: relative;
}
.wk-services .uk-panel .uk-margin{
  margin-bottom: 0;
}

.wk-services .uk-panel h3{
  position: absolute;
  margin: 0;
  padding: 15px;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.custom.homeNewsMod {
  padding: 40px 0;
}
.wk-news .uk-text-center {
  margin: 0;
}
.wk-news .uk-margin {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
.wk-news h3 {
  font-weight: bold;
  padding: 10px 0;
  margin: 0;
}
.custom.homeNewsMod .pageInner {
  padding: 0 15px;
}
.uk-article-meta {
  display: inline-block;
  background: #e5e5e5;
  line-height: 1.5;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
}
.custom.feedbackMod {
  background: #e0f2ff;
  padding: 30px 0;
}
.makeCall {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.5;
}
.feedbackFlex {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  border-top: 1px solid #b4ddfa;
  padding-top: 20px;
}
.feedbackInfo {
  width: 38%;
  font-size: 18px;
  line-height: 1.5;
}
.feedbackInfo a {
  display: block;
}
.question {
  width: 62%;
}
.inputWrapper {
  margin-bottom: 10px;
}
.inputFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
input[type="email"], input[type="text"], textarea {
  width: 100%;
  border: 1px solid #b4ddfa;
  border-radius: 3px;
  padding: 7px 15px;
}
.inputFlex input{
  width: 49%;
}
button {
  background: #0366ff;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
  font-size: 16px;
}
button:hover {
  background: #257afd;
}
.notice {
  font-size: 10px;
  color: #777;
}
.loading {
  color: #0366ff;
  font-size: 24px;
  padding: 6px 0;
  display: inline-block;
}
.success {
  display: block;
  font-size: 14px;
  color: green;
  font-weight: bold;
  padding: 11px 0;
}
.blogItem {
  clear: both;
  border: 1px solid #ddd;
  margin-top: 20px;
  overflow: auto;
}
.blogItem .page-header {
  width: 100%;
  margin: 0;
}
.blogItem .page-header h2 {
  padding: 10px;
  line-height: 1;
  font-size: 24px;
}
.item-image {
  width: 25%;
}
.blogItem > p {
  padding: 0 15px;
  margin-left: 25%;
}
.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 15px 0;
}
.pagination-list {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.pagination-list li a {
  font-size: 14px;
  display: block;
  line-height: 1.5;
  border: 1px solid #ddd;
  margin: 0 3px;
  padding: 4px 12px;
  border-radius: 3px;
  font-weight: bold;
}
.paginationItem.active a {
  background: #0366ff;
  border-color: #0366ff;
  color: #fff;
}
.readmore .btn {
    display: inline-block;
    padding: 3px 0;
    border-bottom: 1px dotted;
}
footer {
  background: #444;
  color: #fff;
  padding: 15px 0;
}
footer p {
  margin: 10px 0;
}
footer a {
  color: #fff !important;
  display: inline-block;
  border-bottom: 1px dotted;
  line-height: 1.5;
  text-decoration: none !important;
}

/* responsive styles */

@media (max-width: 1200px) {
  .headerFlex {
    padding: 0 15px;
  }
  #content {
    padding: 15px;
  }
  .homeBanner .pageInner {
    padding: 0 15px;
  }
  .homeServicesMode .pageInner {
    padding: 0 15px;
  }
}
@media (max-width: 800px) {
  .headerItem {
    width: 50%;
  }
  #mainMenu {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    box-shadow: 0 0 0 0 #000;
    box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.3);
    transition: left 0.3s ease-in-out;
    z-index: 1;
  }
  #mainMenu.open {
    left: 0;
  }
  .mainMenuList > li {
    float: none;
  }
  .menuToggler {
    display: flex;
    position: fixed;
    bottom: 0;
    left: calc(50% - 50px);
    background: #0366ff;
    width: 100px;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 4px 4px 0 0;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  #sandwich {
    display: inline-block;
    width: 15px;
    height: 2px;
    background: #fff;
    position: relative;
    transition: all 0.3s ease-out;
  }
  .open #sandwich {
    background: transparent;
  }
  #sandwich:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    top: -5px;
    left: 0;
    transition: all 0.3s ease-out;
  }
  .open #sandwich:before {
    transform: rotate(-45deg);
  }
  #sandwich:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    bottom: -5px;
    left: 0;
    transition: all 0.3s ease-out;
  }
  .open #sandwich:after {
    transform: rotate(45deg);
  }
  #menuText {
    display: inline-block;
    margin-left: 10px;
  }
  .nav-child {position: relative;}
  ul.nav-child li a {
    padding-left: 30px;
    font-size: 14px;
  }
  header {
    padding-bottom: 15px;
    border-bottom: 3px solid #ddd;
  }
  .serviceItem {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
  .serviceImg img {
    max-width: 100%;
  }
  .serviceImg {
    width: 16%;
  }
  .serviceTitle {
    width: 84%;
    text-align: left;
  }
  .pageInner.footerFlex {
    padding: 0 15px;
  }
  .feedbackMod .pageInner {
    padding: 0 15px;
  }
  .feedbackInfo {
    width: 100%;
    margin-bottom: 15px;
  }
  .question {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .headerItem {
    width: 100%;
  }
  .topContacts {
    width: 60%;
  }
  .langSwitcher {
      width: 40%;
  }
}
@media (max-width: 480px) {
  .homeBanner h1 {
    font-size: 24px;
  }
  .bannerServices {
    margin: 0px 0 50px;
  }
  .serviceTitle {
    width: 80%;
    text-align: left;
    font-size: 14px;
  }
  .serviceImg {
    width: 20%;
    padding: 10px;
  }
  #logo a {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  .phoneMod {
    justify-content: center;
  }
}
