@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300);
* {
  position: relative;
  outline: 0 !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

@media (max-width: 480px) {
  * {
    font-size: 1rem; }

  h1 {
    font-size: 1.6rem; }

  h2, h3, h4, h5 {
    font-size: 1.2rem; }

  h1, h2, h3 {
    margin-top: 8px;
    margin-bottom: 4px; } }
:before, :after {
  transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s; }

html {
  height: 100%;
  width: 100%; }

body {
  height: 100%;
  width: 100%;
  font-family: 'roboto', sans-serif;
  color: #333333;
  webkit-tap-highlight-color: #222222;
  overflow-x: hidden;
  font-size: 15px; }

::-moz-selection, ::selection {
  color: white;
  text-shadow: none;
  background: #222222; }

img::selection, img::-moz-selection {
  color: white;
  background: transparent; }

hr.light {
  border-color: white; }

a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s; }
  a:hover, a:focus {
    color: #6c6c6c; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'roboto', sans-serif; }

h3, h4, h6 {
  font-weight: 400;
  color: #555; }

.justify {
  text-align: justify; }

.template-section-heading {
  margin-top: 0;
  background: rgba(108, 184, 92, 0.8);
  color: #fff;
  width: auto;
  padding: 10px;
  text-align: left;
  box-shadow: 0px 10px rgba(0, 0, 0, 0.7); }

.template-well {
  background-color: #ffffff;
  float: left;
  margin-bottom: 20px;
  min-height: 20px;
  width: 100%; }

.template-list li {
  list-style: none;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300; }
  .template-list li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 10px; }

.template-space {
  min-height: 20px; }

.bg-dark {
  background-color: #222222;
  color: white; }

.text-faded {
  color: rgba(255, 255, 255, 0.7); }

.text-white {
  color: #ffffff; }

.text-dark {
  color: #333333; }

section, aside {
  padding: 90px 0; }

section.main-footer {
  padding: 50px 0; }

.section-heading + p {
  text-align: center;
  font-size: 18px;
  color: #666;
  width: 50%;
  margin: 0 auto; }
.section-heading:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 37px;
  height: 1px;
  width: 90px;
  margin-left: -50px; }
.section-heading:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 35px;
  height: 5px;
  width: 40px;
  margin-left: -25px;
  border-radius: 4px; }

.affix-top {
  position: relative; }

.no-padding {
  padding: 0; }

.margin-0 {
  margin: 0px; }

.margin-10 {
  margin: 10px 0; }

.margin-top-20 {
  margin-top: 20px; }

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

.margin-bottom-50 {
  margin-bottom: 50px; }

.margin-top-50 {
  margin-top: 50px; }

.dark-bg {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url("../img/dark-bg.jpg");
  color: white; }

.light-bg {
  background: #f5f5f5;
  box-shadow: 0 0 5px 0 #dddddd; }

.theme-bg {
  padding: 40px 0 42px; }

.section-heading {
  margin-top: 0;
  font-weight: 400;
  padding-bottom: 11px;
  color: #333;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 22px; }

h2.para-heading {
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 0 25px;
  font-weight: bold;
  letter-spacing: 0.5pt; }

.section-heading.text-white {
  color: #ffffff; }

.client-box-heading {
  margin-top: 0;
  font-weight: 400;
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px; }

.client-box {
  text-align: center; }

.client-single {
  display: inline-block;
  margin: 10px; }

.hidden {
  display: none; }

.fixed-right-bottom {
  min-width: 200px; }

ul.dot-ul li {
  padding: 8px 0px;
  width: 50%;
  display: inline-block;
  float: left;
  font-size: 18px;
  color: #666; }
  ul.dot-ul li:before {
    content: "\f10c";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
    font-size: 15px; }

.padding-top-0 {
  padding-top: 0px; }

element.style {
  display: inline; }

#scroll-up {
  position: fixed;
  z-index: 8030;
  bottom: 10px;
  right: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  display: none; }

#switcher {
  position: fixed;
  bottom: 22%;
  right: -170px;
  width: 170px;
  background-color: #404040;
  color: #ffffff;
  z-index: 9999;
  font-size: 15px;
  padding-bottom: 20px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  height: 80px; }
  #switcher.active {
    right: 0px; }
  #switcher p {
    color: #fff;
    bottom: -6px;
    position: absolute;
    left: 21px;
    font-size: 13px; }
  #switcher .theme-click {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    font-size: 24px;
    background-color: #222;
    text-align: center;
    left: -60px;
    top: 0;
    cursor: pointer;
    z-index: 2; }
  #switcher .theme-default {
    width: 30px;
    height: 30px;
    background: #F77D83;
    margin: 15px 10px;
    position: absolute;
    border-radius: 50%;
    left: 0px;
    cursor: pointer; }
  #switcher .theme-blue {
    width: 30px;
    height: 30px;
    background: #0084B4;
    margin: 15px 10px;
    border-radius: 50%;
    position: absolute;
    left: 40px;
    cursor: pointer; }
  #switcher .theme-red {
    width: 30px;
    height: 30px;
    background: #FB4F43;
    margin: 15px 10px;
    border-radius: 50%;
    position: absolute;
    left: 80px;
    cursor: pointer; }
  #switcher .theme-yellow {
    width: 30px;
    height: 30px;
    background: #EBC838;
    margin: 15px 10px;
    border-radius: 50%;
    position: absolute;
    left: 120px;
    cursor: pointer; }

.loading {
  background: #fff;
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%; }

.loader {
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 45%;
  left: 45%; }

div.konnect-info {
  padding: 10px 0;
  transition: all 1s ease;
  color: #FFFFFF;
  letter-spacing: 0.9px; }
  div.konnect-info .container-fluid {
    padding: 0 30px;
    margin: 0 auto; }

nav#mainNav {
  padding: 0 5px; }
  nav#mainNav .container-fluid {
    padding: 0 30px;
    margin: 0 auto; }

.konnect-info {
  font-size: 13px; }
  .konnect-info a {
    color: white; }
  .konnect-info .fa {
    margin: 0 3px; }
  .konnect-info ul {
    margin-bottom: 0px; }
  .konnect-info a:hover {
    color: #fafafa;
    text-decoration: none; }
  .konnect-info img {
    width: 17px;
    margin: 0 3px; }
  .konnect-info ol {
    padding: 0px; }

ul {
  padding: 0px; }

ol, ul {
  margin: 0px; }

.konnect-info li {
  float: left;
  list-style: none; }
  .konnect-info li.li-last {
    margin-left: 15px; }

.konnect-portfolio-box {
  padding: 15px; }

.konnect-float-right {
  float: right; }

.konnect-float-left {
  float: left; }

nav.affix .template-info {
  display: none;
  transition: all 0.35s; }

.navbar-brand {
  height: auto;
  padding: 0 7px; }

.navbar-header {
  margin: 9px 0; }

.navbar-default {
  background-color: #ffffff;
  border-color: rgba(34, 34, 34, 0.05);
  font-family: 'roboto', sans-serif;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease; }
  .navbar-default i.fa {
    padding-right: 3px; }
  .navbar-default .navbar-header .navbar-brand {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
    .navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
      color: #6c6c6c; }
  .navbar-default .navbar-header .navbar-toggle {
    font-weight: 700;
    font-size: 12px;
    color: #222222;
    text-transform: uppercase; }
  .navbar-default .nav > li > a {
    font-weight: 400;
    font-size: 12px;
    color: #333;
    text-transform: uppercase; }
    .navbar-default .nav > li > a:focus {
      font-weight: 400;
      font-size: 12px;
      color: #333;
      text-transform: uppercase; }
  .navbar-default .nav > li.active > a {
    background-color: transparent; }
    .navbar-default .nav > li.active > a:focus {
      background-color: transparent; }
  .navbar-default.affix .nav > li.active > a {
    background-color: transparent; }
    .navbar-default.affix .nav > li.active > a:focus {
      background-color: transparent; }
  .navbar-default .nav > li.active > a:hover, .navbar-default .nav > li.active > a:focus:hover {
    background-color: transparent; }

.navbar-right {
  margin: 0px; }

.search-form {
  position: absolute;
  right: 5%;
  width: 250px;
  background: #fff;
  margin-top: 2px;
  padding: 10px 0;
  display: none;
  z-index: 9999; }
  .search-form .form-control {
    display: block;
    width: 100%;
    padding: 0 0 0 10px;
    font-size: 16px;
    line-height: 42px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #f1f1f1;
    border-radius: 0px;
    height: 42px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
    .search-form .form-control:focus {
      outline: 0;
      -webkit-box-shadow: 0 0 #fff;
      box-shadow: 0 0 #fff;
      border-radius: 0; }
  .search-form button {
    height: 42px;
    border-radius: 0px;
    color: #fff; }
    .search-form button:hover, .search-form button:focus, .search-form button:active {
      background-color: #555;
      color: #fff; }

.dropdown-menu {
  border-radius: 0;
  border: 0px;
  padding: 0px;
  min-width: 180px; }
  .dropdown-menu > li > a {
    padding: 10px 10px;
    border-bottom: 0px;
    letter-spacing: 0.5pt;
    font-size: 12px;
    color: #444;
    text-transform: uppercase; }
  .dropdown-menu li:last-child a {
    border-bottom: 0px; }
  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:active, .dropdown-menu > li > a:focus {
    padding: 10px 10px 10px 15px;
    color: #ffffff; }

.navbar-default .navbar-nav > .open > a {
  background-color: #fff; }
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: #fff; }

header {
  position: relative; }
  header.inner {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    color: white; }
  header .header-content {
    position: relative;
    text-align: center;
    width: 100%; }
  header.inner .header-content {
    position: relative;
    text-align: left;
    padding: 20px 0;
    width: 100%; }
  header .header-content hr {
    margin: 30px auto; }
  header .header-content p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 1pt; }
  header .header-content h1 {
    font-size: 35px;
    padding: 20px 0;
    color: #fff;
    text-transform: none;
    letter-spacing: 0.5px;
    text-align: center;
    text-shadow: 0px 2px 0px #333;
    margin: 0px; }
  header.inner .header-content h1 {
    font-size: 20px;
    padding: 0px;
    color: #fff;
    text-transform: none;
    letter-spacing: 0.5px;
    text-align: left;
    text-shadow: none;
    margin: 10px 0; }
    header.inner .header-content h1 a {
      font-size: 20px;
      padding: 20px 0;
      color: #999;
      text-transform: none;
      letter-spacing: 0.5px;
      text-align: left; }
      header.inner .header-content h1 a:hover, header.inner .header-content h1 a:active, header.inner .header-content h1 a:focus {
        color: #f9f9f9;
        text-decoration: none; }
  header .header-content h1 span {
    font-size: 40px;
    font-weight: 700; }
  header .header-content p {
    font-size: 15px;
    margin: 20px auto;
    width: 70%;
    color: #999999; }

.position-bar {
  top: -150px;
  background-color: #f9f9f9;
  padding: 50px;
  border: 1px solid #f1f1f1;
  margin-bottom: -90px; }

.banner-bar .banner-bar-one, .banner-bar .banner-bar-two, .banner-bar .banner-bar-three {
  text-align: center;
  padding: 30px 0; }
.banner-bar h3 {
  text-align: center;
  color: #ffffff;
  margin: 10px auto;
  font-weight: 200; }
  .banner-bar h3 span {
    font-weight: 700; }

.banner-info {
  margin: 80px 0; }

.profile-box {
  padding: 40px 10px 30px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.5s all ease;
  background-color: #fff; }
  .profile-box:hover {
    padding: 35px 10px 35px;
    box-shadow: 0px 0px 20px #bbb; }
  .profile-box h4 {
    color: #333;
    font-weight: 400;
    margin-top: 10px 0; }
    .profile-box h4 span {
      font-weight: 800; }

section#services {
  padding: 50px 0 33px; }

.service-box {
  background: #f1f1f1;
  padding: 25px;
  border-radius: 5px;
  text-align: center; }

.position-bar .service-box {
  background: #fff;
  padding: 25px;
  border-radius: 5px;
  text-align: center; }

.service-box-button {
  margin-top: 15px;
  font-size: 14px;
  padding: 10px 25px;
  color: #ffffff;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  display: inline-block;
  cursor: pointer;
  border: none; }
  .service-box-button:hover, .service-box-button:active, .service-box-button:focus {
    text-decoration: none;
    background-color: #555;
    color: #ffffff; }

.service-box h3 {
  font-weight: 400;
  color: #000;
  margin: 20px auto; }
.service-box p {
  margin-bottom: 0; }
.service-box img {
  margin-bottom: 5px; }

.img-box img {
  width: 100%; }
.img-box span {
  position: absolute;
  z-index: 10;
  color: #f1f1f1;
  padding: 10px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1pt; }

.article-box {
  overflow: hidden; }

.post-content-text {
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  bottom: -45px;
  padding-bottom: 10px;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease 0s; }

.article-box:hover .post-content-text {
  bottom: 0px; }

.post-content-text:hover {
  bottom: 0px; }
.post-content-text h4 {
  font-size: 16px;
  color: #cccccc;
  line-height: 23px;
  font-weight: 400;
  padding: 0 5px; }
.post-content-text .post-more {
  padding: 5px; }

.post-more a {
  padding: 5px 20px;
  color: #fff;
  border-radius: 15px; }
  .post-more a:active, .post-more a:focus, .post-more a:hover {
    text-decoration: none; }

.template-readmore {
  padding: 5px 15px;
  border: 1px solid; }
  .template-readmore:hover {
    border: 1px solid;
    color: #ffffff;
    text-decoration: none; }

.news-post a:hover {
  text-decoration: none; }
.news-post h3 a {
  color: #282A2B; }

.list-thumb {
  padding: 10px;
  width: 100%;
  background-size: cover; }
  .list-thumb > div {
    border: 1px solid #ffffff;
    min-height: 320px;
    background: rgba(0, 0, 0, 0.3);
    transition: all .2s ease-in; }
    .list-thumb > div:hover {
      background: transparent;
      transition: all .2s ease-in; }

div.grid-container .post-preview, div.grid-sidebar-container .post-preview {
  margin: 0;
  padding: 10px; }

.post-preview > a {
  color: #333333; }
.post-preview a:hover, .post-preview a:focus {
  text-decoration: none; }
.post-preview > a > .post-title {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #666; }

.post-box {
  padding: 15px;
  border-bottom: 5px solid rgba(241, 71, 66, 0);
  background-color: #f9f9f9; }
  .post-box:hover {
    padding: 15px;
    border-bottom: 5px solid rgba(241, 71, 66, 0.7);
    box-shadow: 0px 0px 20px 2px #c1c1c1;
    background-color: #ffffff;
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04); }

div.grid-container .post-preview > .post-box a > .post-title, div.grid-sidebar-container .post-preview > .post-box a > .post-title {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 27px; }

.post-preview > a > .post-subtitle {
  margin: 0;
  font-weight: 300;
  margin-bottom: 10px; }
.post-preview .post-meta {
  color: #777777;
  font-size: 15px;
  margin-top: 0; }

.grid-sidebar-container .post-preview .post-meta {
  color: #777777;
  font-size: 14px;
  margin-top: 0;
  padding: 5px 10px;
  background: #f1f1f1; }
.grid-sidebar-container .post-box {
  padding: 12px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  background-color: #ffffff; }
.grid-sidebar-container .list-thumb {
  padding: 0px;
  width: 100%;
  background-size: cover; }

.caption {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  font-style: italic;
  margin: 0;
  display: block;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; }

.pager {
  margin: 20px 0 0;
  text-align: justify; }
  .pager li > a, .pager li > span {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 15px 25px;
    color: white;
    border-radius: 0; }
  .pager li > a:hover, .pager li > a:focus, .pager li > a:active {
    background-color: white; }

.sidebar {
  padding-left: 25px; }

.sidebar-social .fa {
  font-size: 2em;
  padding: 10px 0;
  border: 1px solid #f1f1f1;
  width: 50px;
  text-align: center;
  background: #f9f9f9; }

.sidebar {
  padding-left: 25px; }
  .sidebar .search-btn {
    padding: 25px 10px;
    border-radius: 0;
    width: 230px; }
  .sidebar h2 {
    font-size: 25px;
    font-weight: 400;
    text-transform: capitalize; }

.sidebar-post {
  padding: 15px 5px;
  border-bottom: 1px dashed #ccc; }

.sidebar-post-last {
  border-bottom: none;
  padding: 15px 5px 5px 5px; }

.sidebar-post > a {
  font-size: 17px;
  margin: 10px 0;
  color: #777777; }
  .sidebar-post > a:hover {
    text-decoration: none; }
  .sidebar-post > a::before {
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 6px; }

.sidebar .post-meta {
  font-size: 13px;
  margin: 5px 0 0 0;
  line-height: 1;
  color: #999; }

ul.sidebar-list {
  padding: 0 0 0 10px; }

.sidebar-list li {
  list-style: none; }
  .sidebar-list li:before {
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 6px; }
  .sidebar-list li a {
    font-size: 17px;
    line-height: 1.8;
    color: #777; }
    .sidebar-list li a:hover, .sidebar-list li a:focus, .sidebar-list li a:active {
      text-decoration: none; }

.sidebar-tags {
  margin: 0; }
  .sidebar-tags a {
    color: #F77D83;
    border: 1px solid #F77D83;
    border-radius: 2px;
    padding: 2px 10px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
    transition: all .3s; }
    .sidebar-tags a:hover, .sidebar-tags a:active, .sidebar-tags a:focus {
      text-decoration: none;
      transition: all .3s; }

.sidebar-cta {
  text-align: center;
  color: #fff;
  padding: 10px; }
  .sidebar-cta div {
    padding: 50px 20px;
    border: 1px solid #fff; }

button.btn-download {
  background: #fff;
  border: none;
  color: #666;
  font-size: 23px;
  padding: 10px 15px;
  margin: 10px auto; }

.address-box .fa-facebook, .sidebar .fa-facebook {
  color: #3b5998; }

.address-box .fa-twitter, .sidebar .fa-twitter {
  color: #0084b4; }

.address-box .fa-google-plus, .sidebar .fa-google-plus {
  color: #d34836; }

.address-box .fa-whatsapp, .sidebar .fa-whatsapp {
  color: #128c7e; }

.address-box .fa-linkedin, .sidebar .fa-linkedin {
  color: #0077b5; }

.address-box .fa-youtube, .sidebar .fa-youtube {
  color: #cd201f; }

.list-container {
  padding-right: 25px;
  border-right: 1px solid #f1f1f1; }

.single-post-heading {
  font-size: 25px;
  color: #111111;
  font-weight: 500; }

p.author-info {
  background: #f6f6f6;
  padding: 10px;
  margin: 10px 0; }
p.post-meta {
  color: #333;
  margin: 15px 0 0 0;
  font-size: 20px; }

.post-meta a {
  text-decoration: none; }

.post-social-share span {
  bottom: 3px; }
.post-social-share .fa {
  font-size: 23px;
  margin: 0 2px;
  padding: 5px;
  border: 1px solid;
  width: 40px;
  text-align: center; }

.post .comment-btn {
  padding: 25px 10px;
  border-radius: 0;
  width: 100%; }
.post .post-footer .input-group-addon a {
  color: #454545; }

.comments-list p {
  margin: 5px 0 0 0; }

.post .post-footer .comments-list {
  padding: 0;
  margin-top: 20px;
  list-style-type: none; }
  .post .post-footer .comments-list .comment {
    display: block;
    width: 100%;
    margin: 20px 0; }
    .post .post-footer .comments-list .comment .avatar {
      width: 35px;
      height: 35px; }
    .post .post-footer .comments-list .comment .comment-heading {
      display: block;
      width: 100%; }
      .post .post-footer .comments-list .comment .comment-heading .user {
        font-size: 14px;
        font-weight: bold;
        display: inline;
        margin-top: 0;
        margin-right: 10px; }
      .post .post-footer .comments-list .comment .comment-heading .time {
        font-size: 12px;
        color: #aaa;
        margin-top: 0;
        display: inline; }
    .post .post-footer .comments-list .comment .comment-body, .post .post-footer .comments-list .comment > .comments-list {
      margin-left: 50px; }

.input-group-addon {
  border-radius: 0; }

.team-more a {
  margin: 5px;
  border-radius: 15px; }
  .team-more a:active, .team-more a:focus, .team-more a:hover {
    text-decoration: none; }

.team-content-text {
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  bottom: -30px;
  padding-bottom: 10px;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease 0s; }

.article-box:hover .team-content-text {
  bottom: 0px; }

.team-content-text:hover {
  bottom: 0px; }
.team-content-text h4 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5pt;
  color: #fff;
  line-height: 23px;
  font-weight: 400; }

.panel-default {
  border: 0px solid #eee; }
  .panel-default > .panel-heading {
    border: 0px;
    background-color: #ffffff;
    border-bottom: 0px; }

.panel-heading {
  padding: 0;
  border: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: transparent; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1pt; }
  .panel-title a {
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
    padding: 12px 45px;
    background-color: #333;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }
    .panel-title a:focus {
      position: relative;
      overflow: hidden;
      display: block;
      text-decoration: none;
      padding: 12px 45px;
      background-color: #333;
      color: #fff;
      white-space: nowrap;
      text-overflow: ellipsis;
      -webkit-transform: translateZ(0);
      -ms-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-transition: all 0.25s;
      transition: all 0.25s; }
    .panel-title a[aria-expanded="true"]:before {
      content: "-"; }
    .panel-title a:before {
      position: absolute;
      top: 50%;
      left: 25px;
      font-size: 14px;
      content: "+";
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.panel-group .panel {
  border-radius: 0px; }
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 0px; }

.panel-title a:hover, .panel-title a[aria-expanded="true"] {
  color: #fff; }

.panel-body {
  color: #777;
  line-height: 26px;
  letter-spacing: 0.1pt;
  padding: 25px;
  background-color: #f8f8f8; }

aside#testmonials {
  padding: 29px 0 36px; }

#quote-carousel {
  padding: 0 10px 30px 10px; }
  #quote-carousel p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 300;
    color: #f1f1f1; }
  #quote-carousel .carousel-control {
    background: none;
    color: #f1f1f1;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px; }
    #quote-carousel .carousel-control.left {
      left: 10px; }
    #quote-carousel .carousel-control.right {
      right: 10px; }
  #quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: 0px; }
    #quote-carousel .carousel-indicators li {
      width: 15px;
      height: 15px;
      margin: 5px;
      cursor: pointer;
      overflow: hidden;
      transition: all 0.4s;
      border-radius: 10px;
      border: none; }
    #quote-carousel .carousel-indicators .active {
      width: 35px;
      opacity: 1; }

.carousel-inner {
  min-height: 200px; }

.item blockquote {
  border-left: none;
  margin: 0; }
  .item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px; }

img.template-contact-icon {
  width: 50px;
  float: left;
  margin-right: 15px; }

.template-form .form-control {
  display: block;
  width: 100%;
  padding: 0 0 0 10px;
  font-size: 16px;
  line-height: 42px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #f1f1f1;
  border-radius: 0px;
  margin-bottom: 15px;
  height: 42px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  .template-form .form-control:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 #fff;
    box-shadow: 0 0 #fff;
    border-radius: 0; }
.template-form textarea.form-control {
  padding: 5px 20px 20px 10px;
  height: 100px; }

.template-submit {
  font-size: 15px;
  border: 0px solid #fff;
  padding: 10px 20px;
  background: rgba(26, 188, 156, 0.8);
  color: #fff;
  border-radius: 0;
  font-weight: 300;
  margin-bottom: 15px; }
  .template-submit:hover {
    background: rgba(26, 188, 156, 0.8); }

.contact-page .template-form {
  border: 1px solid #f9f9f9;
  padding: 20px;
  box-shadow: 0px 0px 15px #eee; }

.contact-heading {
  font-weight: 300;
  color: #555; }
  .contact-heading span {
    font-weight: 500;
    color: #555; }

img.konnect-contact-icon {
  width: 30px;
  float: left;
  margin-right: 10px; }

.konnect-form .form-control {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d2d2d2;
  border-radius: 0px;
  margin-bottom: 15px; }
  .konnect-form .form-control:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 #fff;
    box-shadow: 0 0 #fff;
    border-radius: 0; }
.konnect-form textarea.form-control {
  padding: 5px 20px 20px 10px;
  height: 91px; }

.konnect-submit {
  font-size: 15px;
  border: 0px solid #fff;
  padding: 10px 20px;
  background: rgba(10, 132, 203, 0.9);
  color: #fff;
  border-radius: 0;
  font-weight: 300; }
  .konnect-submit:hover {
    background: #0a84cb; }

.contact-address-box {
  padding: 10px 15px;
  background: #0A84CB;
  color: #f1f1f1; }
  .contact-address-box h3 {
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0px; }
  .contact-address-box .fa {
    border: 2px solid #ffffff;
    border-radius: 50%;
    padding: 7px;
    font-size: 14px;
    margin-right: 5px; }

aside.contact-address {
  padding: 30px 0; }

.address-box {
  width: 100%;
  background: #f9f9f9;
  padding: 20px;
  margin-bottom: 26px; }
  .address-box:last-child {
    margin-bottom: 0px;
    text-align: center; }
  .address-box .fa {
    font-size: 20px;
    margin: 0 6px; }

aside.full-map {
  padding: 0px; }
  aside.full-map .container-fluid {
    padding: 0px; }

.contact-box {
  padding: 10px 20px;
  margin: 0px; }

.footer-widget ul li {
  padding: 8px 0px;
  width: 50%;
  display: inline-block;
  float: left; }
.footer-widget h3 {
  margin: 0 0 15px 0;
  font-weight: bold; }
.footer-widget .read-more {
  color: #ffffff;
  padding: 10px;
  display: inline-block; }
  .footer-widget .read-more::before {
    content: "\f101";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 5px; }
  .footer-widget .read-more:hover, .footer-widget .read-more:active, .footer-widget .read-more:focus {
    text-decoration: none; }
.footer-widget.address .fa {
  font-size: 19px;
  float: left;
  margin-right: 10px;
  margin-top: 5px; }
.footer-widget.address p {
  float: left;
  width: 100%; }
  .footer-widget.address p span {
    float: left; }
.footer-widget ul li a {
  color: #555; }
  .footer-widget ul li a:hover, .footer-widget ul li a:active, .footer-widget ul li a:focus {
    text-decoration: none; }

.contact-social a {
  display: inline-block;
  float: none;
  margin: 0 0 0 10px;
  font-size: 16px;
  color: #555; }

.btn-default {
  color: #222222;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
    color: #222222;
    background-color: #f2f2f2;
    border-color: #ededed; }

.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #ededed; }

.btn-default:active, .btn-default.active {
  background-image: none; }

.open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled, .btn-default[disabled] {
  background-color: white;
  border-color: white; }

fieldset[disabled] .btn-default {
  background-color: white;
  border-color: white; }

.btn-default.disabled:hover, .btn-default[disabled]:hover {
  background-color: white;
  border-color: white; }

fieldset[disabled] .btn-default:hover {
  background-color: white;
  border-color: white; }

.btn-default.disabled:focus, .btn-default[disabled]:focus {
  background-color: white;
  border-color: white; }

fieldset[disabled] .btn-default:focus {
  background-color: white;
  border-color: white; }

.btn-default.disabled.focus, .btn-default[disabled].focus {
  background-color: white;
  border-color: white; }

fieldset[disabled] .btn-default.focus {
  background-color: white;
  border-color: white; }

.btn-default.disabled:active, .btn-default[disabled]:active {
  background-color: white;
  border-color: white; }

fieldset[disabled] .btn-default:active {
  background-color: white;
  border-color: white; }

.btn-default.disabled.active, .btn-default[disabled].active {
  background-color: white;
  border-color: white; }

fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white; }

.btn-default .badge {
  color: white;
  background-color: #222222; }

.btn-primary {
  color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active {
    color: white;
    background-color: #6c6c6c;
    border-color: #6c6c6c; }

.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #6c6c6c;
  border-color: #6c6c6c; }

.btn-primary:active, .btn-primary.active {
  background-image: none; }

.open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary .badge {
  background-color: white; }

.btn {
  font-family: 'roboto', sans-serif;
  border: none;
  font-weight: 400;
  text-transform: uppercase; }

.btn-xl {
  padding: 15px 30px; }

.template-button {
  font-size: 18px;
  padding: 12px 38px;
  font-weight: 400;
  background: #fff;
  border-radius: 40px;
  font-family: 'roboto', sans-serif;
  text-transform: uppercase;
  float: left;
  display: inline-block; }

.dark-bg .template-button {
  color: #fff;
  display: inline-block;
  float: none;
  margin-top: 25px; }

.template-button:hover, .template-button:focus, .template-button:active {
  text-decoration: none;
  padding: 12px 28px 12px 48px; }

.dark-bg .template-button:hover, .dark-bg .template-button:active, .dark-bg .template-button:focus {
  color: #fff; }

a[href^="http://maps.google.com/maps"], a[href^="https://maps.google.com/maps"] {
  display: none !important; }

.gmnoprint div {
  background: none !important; }

.googleMap .gm-style {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(113, 113, 113, 0.5); }

#map {
  height: 465px; }

.contact-map {
  padding-bottom: 0; }
  .contact-map .container-fluid {
    padding-right: 0;
    padding-left: 0; }

@media (max-width: 768px) {
  .small-map {
    margin-bottom: 20px; } }
.section-bottom-border {
  border-bottom: 1px solid #f1f1f1; }

.login-main {
  max-width: 360px;
  margin: 0 auto;
  border: 1px solid #f1f1f1;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px #eee; }

.login-or {
  position: relative;
  font-size: 18px;
  color: #aaa;
  margin: 30px 0; }

.span-or {
  display: block;
  position: absolute;
  left: 50%;
  top: -12px;
  margin-left: -25px;
  background-color: #fff;
  width: 50px;
  text-align: center; }

.hr-or {
  background-color: #cdcdcd;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  border-color: #f1f1f1;
  border-width: 1px;
  max-width: 100%; }

.btn-facebook {
  background-color: #fff;
  color: #3b5998;
  border: 1px solid; }
  .btn-facebook:hover {
    background-color: #fff; }

.btn-google {
  background-color: #fff;
  color: #dd4b39;
  border: 1px solid; }
  .btn-google:hover {
    background-color: #fff; }

.error-page ul {
  margin: 20px 0; }
  .error-page ul li {
    list-style-type: none;
    display: inline; }
    .error-page ul li a {
      padding: 5px 15px;
      color: #ffffff;
      display: inline-block;
      margin: 2px; }
      .error-page ul li a:hover, .error-page ul li a:active, .error-page ul li a:focus {
        text-decoration: none;
        background-color: #555;
        color: #ffffff; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@media (min-width: 320px) and (max-width: 480px) {
  header.inner .header-content h1 span {
    font-size: 22px; }

  ul.dot-ul li {
    width: 100%; }

  .login-signup {
    padding: 20px 0px 40px; }

  .login-main {
    max-width: 360px;
    margin: 0 auto;
    border: none;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: none; }

  .pager li > a, .pager li > span {
    padding: 15px 5px; }

  .post-social-share .fa {
    font-size: 19px;
    width: 35px; }

  .sidebar-cta div {
    padding: 20px; }

  .contact-page .template-form {
    border: none;
    padding: 0 20px 40px;
    box-shadow: none; }

  .sidebar-tags a {
    padding: 2px 10px; } }
@media (max-width: 767px) {
  div.konnect-info .container-fluid, nav#mainNav .container-fluid {
    padding: 0px; }

  .navbar-brand {
    padding-left: 15px; }

  .konnect-float-right {
    text-align: center;
    float: none; }

  .konnect-info li {
    float: none; }

  .konnect-carousel {
    display: none; }

  .affix-top {
    position: relative; }

  .template-form .form-control {
    padding: inherit; }

  div.banner-info {
    margin: 20px 0 0; }

  [class*="banner-bar-"] {
    margin: 0; }

  .fixed-right-bottom {
    bottom: 10px;
    left: 10px;
    min-width: 90%;
    position: fixed;
    z-index: 9999; }

  .navbar-toggle {
    border: 0px;
    margin: 10px 20px 0px;
    padding: 0px;
    background-color: #fff; }

  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: #fff; }
  .navbar-default li.search-icon {
    display: none; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: inherit; }

  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 15px 10px 25px; }

  .position-bar {
    position: static;
    background-color: #f9f9f9;
    padding: 50px 15px;
    border: 1px solid #f1f1f1;
    margin-bottom: 0px; }

  header.home-two {
    height: auto;
    padding-bottom: 20px; }

  img.template-contact-icon {
    margin-right: 10px;
    width: 25px; }

  .template-button {
    float: none; }

  .template-space {
    min-height: 20px; }

  section#blog .template-space, section#contact .template-space {
    min-height: 0px; }

  nav.affix-top a.logo-color {
    display: block;
    transition: all 0.35s; }
  nav.affix a.logo-white, nav.affix-top a.logo-white {
    display: none;
    transition: all 0.35s; }

  .navbar-nav .open .dropdown-menu {
    background-color: #f1f1f1; }

  .template-list {
    margin: 0 auto; }

  .template-float-right, .template-info li {
    border-right: 0px;
    text-align: center;
    float: none; }

  .text-center img {
    margin: 0 auto; }

  .text-right, .text-left {
    text-align: center; }

  #quote-carousel {
    padding: 0; }
    #quote-carousel .carousel-indicators {
      position: relative; }
    #quote-carousel p {
      font-size: 16px;
      line-height: 1.2;
      margin-bottom: 20px;
      font-weight: 300; }
    #quote-carousel .carousel-control {
      display: none; }

  .section-heading {
    font-size: 18px; }
    .section-heading + p {
      width: 100%; }

  .profile-box {
    margin: 20px 0; }

  .purchase-button {
    margin-top: 20px; }

  .service-box {
    margin: 20px 0; }

  .footer-widget {
    margin-bottom: 30px; }
    .footer-widget .read-more {
      display: inline-block;
      margin-bottom: 8px; }
    .footer-widget ul {
      display: inline-block; }
    .footer-widget.address {
      margin-bottom: 0px; }

  .aside-cta {
    padding: 40px 0 60px; }

  h3.cta-heading {
    display: inline-block; }

  .skill-box {
    margin-top: 20px; }

  .article-box {
    margin: 20px 0 0 0; }
    .article-box:first {
      margin: 0; }

  section#services {
    padding: 50px 0 48px; }

  .list-thumb {
    min-height: 200px; }
    .list-thumb > div {
      min-height: 180px; }

  .post-preview > a > .post-title {
    font-size: 20px;
    margin-top: 20px; }

  .list-container {
    border-right: 0px;
    padding-right: 15px; }

  .author-box .col-md-6 {
    padding: 0px; }

  .sidebar {
    padding-left: 15px;
    padding-top: 15px; }

  .sidebar-social .fa {
    font-size: 1.5em;
    padding: 8px 0;
    width: 45px; }

  .form-inline, .form-group {
    text-align: center; }

  .post-box:hover {
    padding: 10px;
    box-shadow: 0px 0px 20px 2px #c1c1c1;
    background-color: #ffffff;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }

  .pager li > a {
    font-size: 12px; }

  .small-map {
    margin: 0px 0px;
    padding: 0px; }

  .contact-page {
    padding-bottom: 0px; }

  img.template-contact-icon {
    float: none; } }
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-header {
    width: 100%; }

  .affix .navbar-header {
    display: none;
    transition: all ease-in-out .3s; }
  .affix .navbar-nav > li > a {
    padding: 15px 10px;
    margin-bottom: 0px; }

  .collapse .navbar-right {
    float: left !important; }

  .navbar-nav > li > a {
    padding: 15px 10px !important; }

  .navbar-right .dropdown-menu {
    left: 0px; }

  .navbar-toggle {
    border: 0px;
    margin: 10px 20px;
    padding: 0px;
    background-color: transparent; }

  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: transparent; }

  li.search-icon {
    display: none; }

  .position-bar {
    position: static;
    background-color: #f9f9f9;
    padding: 50px 15px;
    border: 1px solid #f1f1f1;
    margin-bottom: 0px; }

  header.home-two {
    height: auto; }

  .banner-info {
    margin-top: 0; }

  .banner-image-info {
    padding: 30px 0 0; }

  .banner-bar h3 {
    font-size: 18px; }

  header .header-content {
    padding: 80px 0 0; }

  .purchase-button {
    margin: 15px 0 0; }

  .profile-box, .service-box {
    margin: 10px auto; }

  .section-heading.one {
    clear: both;
    float: left;
    margin: 30px 0 20px;
    width: 100%; }
  .section-heading + p {
    width: 100%; }

  section#portfolio {
    padding: 50px 0 45px; }

  .footer-widget.quicl-links {
    display: none; }

  .article-box {
    margin: 10px 0; }

  .sidebar {
    padding-left: 15px;
    padding-top: 15px; }

  .author-box .col-md-6 {
    padding: 0px; }

  img.template-contact-icon {
    display: none; } }
@media (min-width: 768px) {
  .navbar-nav > li {
    margin: 0px 5px 0 5px; }
    .navbar-nav > li > a {
      padding: 25px 10px; }
    .navbar-nav > li:last-child > a {
      padding: 25px 0px 25px 10px; }

  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -10px; }

  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7); }
    .navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
      color: white; }
  .navbar-default .nav > li > a {
    font-weight: 400;
    position: relative;
    letter-spacing: 0.5pt; }
    .navbar-default .nav > li > a:focus {
      font-weight: 400; }
  .navbar-default.affix {
    background-color: #fff;
    border-color: rgba(34, 34, 34, 0.05);
    -webkit-transition: all 2s ease-in;
    transition: all 1s ease-in; }
    .navbar-default.affix .navbar-header .navbar-brand {
      font-size: 14px; }
      .navbar-default.affix .navbar-header .navbar-brand:hover, .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #6c6c6c; }
    .navbar-default.affix .nav > li > a {
      color: #333; }
      .navbar-default.affix .nav > li > a:focus {
        color: #333; }

  header .header-content {
    position: relative; }

  .skill-box {
    padding: 0 20px; }

  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px; }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px; } }
@media (max-width: 991px) {
  .img-hide-sm {
    display: none; } }
@media (min-width: 1000px) and (max-width: 1024px) {
  .sidebar-social .fa {
    font-size: 20px;
    padding: 8px 0;
    width: 42px; }

  .sidebar-cta div {
    padding: 20px; }

  .contact-box {
    margin: 0px; } }
.banner-bar .banner-bar-one {
  background-color: #045444; }
.banner-bar .banner-bar-two {
  background-color: #137f6a; }
.banner-bar .banner-bar-three {
  background-color: #16a287; }

a, p.template-para::first-letter, .color-default, .template-list li:before {
  color: #F77D83; }

.bg-primary {
  background-color: #F77D83; }

.text-primary, h2.para-heading {
  color: #F77D83; }

.section-heading:before, .section-heading:after {
  background-color: #F77D83; }

.theme-bg {
  background: #F77D83; }

ul.dot-ul li:before {
  color: #F77D83; }

#scroll-up {
  background-color: #F77D83; }

.loader {
  border-top: 3px solid #F77D83; }

div.konnect-info {
  background: #F77D83; }

.navbar-default .navbar-header .navbar-brand {
  color: #F77D83; }
.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus:hover {
  color: #F77D83; }
.navbar-default .nav > li.active > a {
  color: #F77D83; }
  .navbar-default .nav > li.active > a:focus {
    color: #F77D83; }
.navbar-default.affix .nav > li.active > a {
  color: #F77D83 !important; }
  .navbar-default.affix .nav > li.active > a:focus {
    color: #F77D83 !important; }
.navbar-default .navbar-nav > .active > a {
  color: #F77D83; }
  .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #F77D83; }
.navbar-default li.search-icon a .fa {
  color: #F77D83; }

.search-form .form-control:focus {
  border-color: #F77D83; }
.search-form button {
  background-color: #F77D83; }

.dropdown-menu {
  border-top: 3px solid #F77D83; }
  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:active, .dropdown-menu > li > a:focus {
    background-color: #F77D83; }

.profile-box h4 span {
  color: #F77D83; }

.service-box-button, .img-box span, .post-more a, .template-readmore:hover {
  background: #F77D83; }

.post-preview a:hover, .post-preview a:focus {
  color: #F77D83; }

.pager li > a, .pager li > span {
  background-color: #F77D83;
  border: 1px solid #F77D83; }
.pager li > a:hover, .pager li > a:focus, .pager li > a:active {
  color: #F77D83; }

.sidebar-post > a:hover, .sidebar-post > a::before {
  color: #F77D83; }

.sidebar-list li:before {
  color: #F77D83; }
.sidebar-list li a:hover, .sidebar-list li a:focus, .sidebar-list li a:active {
  color: #F77D83; }

.sidebar-tags a:hover, .sidebar-tags a:active, .sidebar-tags a:focus {
  color: #F77D83;
  border: 1px solid #F77D83; }

.sidebar-cta {
  background: #F77D83; }
  .sidebar-cta div {
    background: #F77D83; }

button.btn-download:hover, button.btn-download:active, button.btn-download:focus {
  color: #F77D83; }

h3.author-name, .post-meta a, .team-more a {
  color: #F77D83; }

.panel-title a:hover, .panel-title a[aria-expanded="true"] {
  background-color: #F77D83; }

#quote-carousel .carousel-indicators li, #quote-carousel .carousel-indicators .active {
  background: #F77D83; }

.template-form .form-control:focus, .konnect-form .form-control:focus {
  border-color: #F77D83; }

.footer-widget h3 {
  color: #F77D83; }
.footer-widget .read-more {
  background-color: #F77D83; }
.footer-widget.address .fa {
  color: #F77D83; }
.footer-widget ul li .fa {
  color: #F77D83; }
.footer-widget ul li a:hover, .footer-widget ul li a:active, .footer-widget ul li a:focus {
  color: #F77D83; }

.btn-primary {
  background-color: #F77D83;
  border-color: #F77D83; }
  .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #F77D83;
    border-color: #F77D83; }

fieldset[disabled] .btn-primary {
  background-color: #F77D83;
  border-color: #F77D83; }

.btn-primary.disabled:hover, .btn-primary[disabled]:hover {
  background-color: #F77D83;
  border-color: #F77D83; }

fieldset[disabled] .btn-primary:hover {
  background-color: #F77D83;
  border-color: #F77D83; }

.btn-primary.disabled:focus, .btn-primary[disabled]:focus {
  background-color: #F77D83;
  border-color: #F77D83; }

fieldset[disabled] .btn-primary:focus {
  background-color: #F77D83;
  border-color: #F77D83; }

.btn-primary.disabled.focus, .btn-primary[disabled].focus {
  background-color: #F77D83;
  border-color: #F77D83; }

fieldset[disabled] .btn-primary.focus {
  background-color: #F77D83;
  border-color: #F77D83; }

.btn-primary.disabled:active, .btn-primary[disabled]:active {
  background-color: #F77D83;
  border-color: #F77D83; }

fieldset[disabled] .btn-primary:active {
  background-color: #F77D83;
  border-color: #F77D83; }

.btn-primary.disabled.active, .btn-primary[disabled].active {
  background-color: #F77D83;
  border-color: #F77D83; }

fieldset[disabled] .btn-primary.active {
  background-color: #F77D83;
  border-color: #F77D83; }

.btn-primary .badge, .template-button {
  color: #F77D83; }

.dark-bg .template-button {
  background: #F77D83; }

.template-button:hover, .template-button:focus, .template-button:active {
  color: #F77D83; }

.btn-facebook:hover, .btn-google:hover {
  color: #F77D83; }

.error-page ul li a {
  background-color: #F77D83; }

.carousel-image .big {
  color: #F77D83; }
.carousel-image .btn.btn-lg {
  background: #F77D83; }

.carousel-image-pagination .flex-control-paging a:hover, .carousel-image-pagination .flex-control-paging a.flex-active {
  background-color: #F77D83; }

.konnect-carousel:hover .flex-next, .konnect-carousel:hover .flex-prev {
  border: 1px solid #F77D83; }

@media (max-width: 767px) {
  .navbar-default .nav > li.active > a {
    color: #F77D83; }
    .navbar-default .nav > li.active > a:focus {
      color: #F77D83; } }
@media (min-width: 768px) {
  .navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus:hover {
    color: #F77D83; }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #F77D83; }
  .navbar-default.affix .nav > li > a:hover, .navbar-default.affix .nav > li > a:focus:hover {
    color: #F77D83; } }
.container-full {
  margin: 0 auto;
  width: 100%; }

.tm-width-100 {
  width: 100%; }

.tm-align-left {
  float: left; }

.tm-align-right {
  float: right; }

.tm-margin-bottom-20 {
  margin-bottom: 20px; }

.tm-margin-top-20 {
  margin-top: 20px; }

.tm-margin-top-10 {
  margin-top: 10px; }

.searchmap .japanmap-img {
  float: left;
  width: 700px; }
.searchmap .japanmap-area {
  position: absolute;
  width: 700px; }
  .searchmap .japanmap-area ul {
    font-size: 12px;
    text-align: center;
    width: 120px;
    line-height: 20px;
    list-style: none; }
    .searchmap .japanmap-area ul#hokkaido_tohoku {
      position: absolute;
      top: 160px;
      left: 524px; }
      .searchmap .japanmap-area ul#hokkaido_tohoku p {
        background: #3f70c9; }
      .searchmap .japanmap-area ul#hokkaido_tohoku a {
        color: #3f70c9; }
    .searchmap .japanmap-area ul#kanto {
      position: absolute;
      top: 306px;
      left: 496px; }
      .searchmap .japanmap-area ul#kanto p {
        background: #d6ad3c; }
      .searchmap .japanmap-area ul#kanto a {
        color: #d6ad3c; }
    .searchmap .japanmap-area ul#tyubu {
      position: absolute;
      top: 208px;
      left: 262px; }
      .searchmap .japanmap-area ul#tyubu p {
        background: #1499c2; }
      .searchmap .japanmap-area ul#tyubu a {
        color: #1499c2; }
    .searchmap .japanmap-area ul#kinki {
      position: absolute;
      top: 400px;
      left: 371px; }
      .searchmap .japanmap-area ul#kinki p {
        background: #e17525; }
      .searchmap .japanmap-area ul#kinki a {
        color: #e17525; }
    .searchmap .japanmap-area ul#tyugoku {
      position: absolute;
      top: 318px;
      left: 147px; }
      .searchmap .japanmap-area ul#tyugoku p {
        background: #149cff; }
      .searchmap .japanmap-area ul#tyugoku a {
        color: #149cff; }
    .searchmap .japanmap-area ul#shikoku {
      position: absolute;
      top: 459px;
      left: 232px; }
      .searchmap .japanmap-area ul#shikoku p {
        background: #916fc1; }
      .searchmap .japanmap-area ul#shikoku a {
        color: #916fc1; }
    .searchmap .japanmap-area ul#kyusyu_okinawa {
      position: absolute;
      top: 411px;
      left: 34px; }
      .searchmap .japanmap-area ul#kyusyu_okinawa p {
        background: #a48797; }
      .searchmap .japanmap-area ul#kyusyu_okinawa a {
        color: #a48797; }
    .searchmap .japanmap-area ul p {
      color: white;
      border-radius: 6px;
      font-size: 12px;
      margin-bottom: 4px;
      padding: 2px 0; }
    .searchmap .japanmap-area ul li {
      float: left;
      width: 33%; }

.job-archive {
  border: 2px solid #F77D83;
  padding: 20px;
  margin-bottom: 20px; }
  .job-archive .place_name {
    border-bottom: 2px dotted #F77D83; }
  .job-archive .work_title h4 {
    font-weight: 600; }
  .job-archive .work_title a {
    color: black; }

.job-single-section {
  padding-top: 0px; }

.work_title h3 {
  margin-top: 4px;
  font-weight: 600; }

.job-box {
  box-sizing: border-box;
  padding: 20px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  margin-bottom: 20px; }

.job-img-box {
  border: 1px solid #e5e5e5;
  border-bottom: 0px;
  width: 100%;
  height: 240px;
  overflow: hidden;
  display: table;
  table-layout: fixed; }
  .job-img-box .job-img-cell {
    height: 100%;
    display: table-cell;
    background-size: cover;
    background-position: center center; }
  .job-img-box .job-content-box {
    box-sizing: border-box;
    padding: 20px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    margin-bottom: 20px; }

h4.job-sub-title {
  padding: 12px;
  color: #fff;
  background: #F77D83; }

.form {
  width: 800px;
  margin: 0 auto; }

.form_text {
  padding-bottom: 20px;
  padding-top: 40px; }

.form_tbl {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !important; }
  .form_tbl h1, .form_tbl h2, .form_tbl h3, .form_tbl h4, .form_tbl h5, .form_tbl h6 {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !important; }
  .form_tbl table {
    width: 100%;
    text-align: left;
    border: 1px solid #c9c9c9; }
    .form_tbl table th {
      width: 25%;
      padding: 24px 5px 24px 24px;
      background-color: #f7f7f7;
      border: 1px solid #c9c9c9;
      border: 1px solid #c9c9c9;
      vertical-align: top;
      font-weight: bold; }
    .form_tbl table td {
      width: 75%;
      border: 1px solid #c9c9c9;
      padding-left: 24px;
      padding: 16px 0 16px 24px; }
    .form_tbl table th span {
      color: #fff;
      background-color: red;
      padding: 0 10px;
      float: right; }
    .form_tbl table td p {
      padding-bottom: 10px; }

.input, .select {
  background-color: #f7f7f7;
  border: 1px solid #c9c9c9; }

.input_general {
  height: 30px;
  width: 440px; }

.submit_button {
  border: 1px solid #2d2d2d;
  background-color: #fff;
  height: 54px;
  font-size: 18px;
  width: 240px;
  border-radius: 10px;
  background-image: url(../img/background/wood.png); }
  .submit_button:hover {
    cursor: pointer; }

.input_big {
  height: 200px;
  width: 440px; }

.input_small {
  width: 80px;
  height: 30px;
  margin: 0 10px; }

.select_general {
  height: 30px;
  margin-left: 10px; }

.form_button {
  text-align: center;
  padding-top: 30px; }

#btn {
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 6px 10px;
  cursor: pointer; }

.mwform-tel-field input {
  width: 100px; }

@media screen and (max-width: 880px) {
  .recrut_about_content {
    width: 80%;
    margin: 0 auto; }

  .recrut_about_o {
    padding: 30px 0; }

  .form {
    width: 100%;
    margin: 0 auto; }

  .form_tbl table tr, .form_tbl table th, .form_tbl table td {
    width: 100%;
    display: block; }
  .form_tbl table th {
    padding: 2%;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .form_tbl table td {
    padding: 4%;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .form_tbl table th span {
    float: none;
    padding: 4px 10px; }

  .input_general {
    width: 100%; } }
.search-table {
  margin-bottom: 0px; }
  .search-table tbody th {
    width: 110px;
    background: #F77D83;
    color: white; }
  .search-table > tbody > tr > td, .search-table > tbody > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 3px solid #fff; }
  .search-table > tfoot > tr > td, .search-table > tfoot > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 3px solid #fff; }
  .search-table > thead > tr > td, .search-table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 3px solid #fff; }

.radius-border-box {
  padding: 4px;
  border: 1px solid #aaa;
  border-radius: 4px; }

.cat-item {
  list-style: none;
  float: left; }

.search-form-section {
  padding-bottom: 10px; }

.bootstrap-select {
  border: solid 1px #bbb;
  border-radius: 4px; }

.cd-breadcrumb {
  padding: 0.5em 1em;
  border-radius: .25em;
  margin-bottom: 10px; }
  .cd-breadcrumb::after {
    clear: both;
    content: "";
    display: table; }
  .cd-breadcrumb li {
    display: inline-block; }
    .cd-breadcrumb li::after {
      display: inline-block;
      content: '\00bb';
      margin: 0 .6em;
      color: #F77D83; }
    .cd-breadcrumb li:last-of-type::after {
      display: none; }
    .cd-breadcrumb li > * {
      display: inline-block;
      font-size: 1rem;
      color: #F77D83; }
    .cd-breadcrumb li.current {
      color: #aaa;
      font-size: 1rem; }

.no-touch .cd-breadcrumb a:hover {
  color: #aaa; }

.cd-breadcrumb li::after {
  content: '';
  height: 16px;
  width: 16px;
  background: url(../images/breadcrumb-separator.svg) no-repeat center center;
  vertical-align: middle; }

@media only screen and (min-width: 768px) {
  .cd-breadcrumb {
    padding: 0 1.2em;
    margin-bottom: 20px; }
    .cd-breadcrumb li::after {
      margin: 0 1em; }
    .cd-breadcrumb li > *, .cd-breadcrumb li.current {
      font-size: 1.6rem; } }
.search-form-section, .search-result-section {
  padding: 10px 0; }

.table th {
  min-width: 110px; }

@media only screen and (max-width: 480px) {
  .table th {
    min-width: 70px; } }
.navbar {
  margin-bottom: 0px; }

.search-form-section .container, .search-result-section .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 1200px) {
  .search-form-section .container, .search-result-section .container {
    width: 970px; } }
@media (min-width: 992px) {
  .search-form-section .container, .search-result-section .container {
    width: 750px; } }
@media (min-width: 768px) {
  .search-form-section .container, .search-result-section .container {
    width: 750px; } }
.search-form-section, .search-result-section, .job-single-section {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !important; }

.search-form-section h1, .search-form-section h2, .search-form-section h3, .search-form-section h4, .search-form-section h5, .search-form-section h6 {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !important; }

.search-result-section h1, .search-result-section h2, .search-result-section h3, .search-result-section h4, .search-result-section h5, .search-result-section h6 {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !important; }

.job-single-section h1, .job-single-section h2, .job-single-section h3, .job-single-section h4, .job-single-section h5, .job-single-section h6 {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !important; }

.news-list {
  list-style: none; }
  .news-list li {
    margin-bottom: 4px; }
    .news-list li .date {
      float: left; }
    .news-list li .title {
      margin-left: 8px; }

a:hover {
  text-decoration-line: none; }

.entry-sp:hover, .entry-text:hover {
  filter: brightness(120%);
  text-decoration: none !important; }

.right-news .listing-item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.top-tags {
  margin: 0; }
  .top-tags a {
    color: #fff;
    border: 1px solid #F77D83;
    background: #F77D83;
    border-radius: 2px;
    padding: 2px 10px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
    transition: all .3s; }
    .top-tags a:hover, .top-tags a:active, .top-tags a:focus {
      text-decoration: none;
      transition: all .3s; }

.page-numbers {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 2px 0 0;
  border: 1px solid #eee;
  line-height: 1;
  text-decoration: none;
  border-radius: 2px;
  font-weight: 600; }
  .page-numbers.current {
    background: #f9f9f9; }

a.page-numbers:hover {
  background: #f9f9f9; }

@media only screen and (max-width: 480px) {
  .logo-change {
    max-width: 280px; } }

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

.archive-job-img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) { 
  .archive-job-img {
    height: 300px;
  }
}
@media screen and (max-width: 480px) { 
  .archive-job-img {
    height: 200px;
  }
}