h2.page-header {
  margin: 10px 0 25px 0;
  padding-bottom: 15px;
}
.user-baseinfo {
  margin-bottom: 25px;
}
.user-baseinfo table tr td {
  color: #999;
}
@media (min-width: 992px) {
  .user-center .avatar-text,
  .user-center .avatar-img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
    line-height: 150px;
    font-size: 70px;
  }
  .user-center .avatar-img {
    font-size: 0;
  }
  .user-center .avatar-img img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
  }
}
.sidebar-toggle {
  display: none;
}
@media (max-width: 991px) {
  .sidenav {
    position: fixed;
    top: 50px;
    z-index: 1029;
    height: calc(100vh - 50px);
    padding: 20px 0 20px 0;
    min-width: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 250px;
    left: -250px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sidebar-toggle {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 70px;
    border-radius: 50%;
    background: #eee;
    font-size: 22px;
    padding: 10px;
    line-height: 30px;
    height: 50px;
    width: 50px;
    text-align: center;
    z-index: 999999;
  }
}
body.sidebar-open .sidenav {
  left: 0;
  width: 250px;
  box-shadow: 0 6px 27px rgba(0, 0, 0, 0.075);
}
body.sidebar-open .sidebar-toggle i:before {
  content: "\f00d";
}
/*# sourceMappingURL=user.css.map */


.footer_content {
  align-items: center;
  background-color: #282b33;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
}

.footer_content > div {
  transition: all .5s .3s ease-in-out;
}

.footer_content h2 {
  color: #fff;
  font-family: "Sunflower", sans-serif;
  font-size: 24px;
  letter-spacing: .01em;
  line-height: 1;
  padding: 0 0 10px;
  text-transform: none;
}

.footer_content p {
  color: #d8d8d8;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.65;
  max-width: 500px;
  padding: 0 0 35px;
}

.footer_content a {
  color: #fff;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .09em;
  padding: 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .2s ease-in-out;
}

.footer_content a:before {
  background-color: #fff;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 100%;
  transition: all .25s ease-in-out;
  width: 100%;
}

.footer_content a:hover:before {
  transform: translateY(-5px)
}

.footer_stl {
  background-color: #fff;
  flex-grow: 1;
  flex-shrink: 0;
}

.footer_stl_main {
  border-bottom: 1px solid #eaeaea;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px;
}

.footer_stl h4 {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.footer_menu {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 0 0 -5px;
  padding: 0 20px 0 0;
}

.footer_menu li, .company_info li {
  display: flex;
  list-style: none;
}

.footer_menu a, .company_info a, .company_info address {
  margin: 0;
  color: #757575;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
  transition: all .15s ease-in-out;
}

.footer_menu a:after, .company_info a:after {
  background-color: #757575;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: translateY(2px);
  transition: all .75s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
}

.footer_menu a:hover:after, .company_info a:hover:after {
  opacity: 1;
  transform: translateY(0)
}

.footer_buttons {
  display: flex;
  flex-direction: column;
  padding: 30px 0;
  width: 100%;
}

.footer_buttons a {
  border: 1px solid #282b33;
  color: #282b33;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
  margin: 0 0 10px;
  padding: 17px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: all .15s ease-in-out;
  text-decoration:none;
}

.footer_buttons a:hover {
  background-color: #282b33;
  color: #fff
}

.footer_buttons a:last-child {
  margin: 0
}

.footer_ancillary {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  padding: 20px 20px 26px 30px;
}

.footer_copyright {
  align-items: center;
  display: flex;
  padding: 20px 0 0;
}

.footer_copyright h4 {
  color: #757575;
  font-family: "Titillium Web", sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .05em;
  text-transform: none;
}
.social_icons {
  display: flex;
  margin: 6px -10px 0;
  padding: 0;
  list-style: none;
}

.social_icons li {
  list-style: none;
  margin: 0 8px;
  overflow: hidden;
}

.social_icons li:last-of-type {
  margin: 1px 8px 0 12px;
}

.social_icons a {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 16px;
  overflow: hidden;
  transition: all .15s ease-in-out;
  width: 22px;
}

.social_icons span {
  color: transparent;
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.sidebar-toggle {
  opacity: 0;
}

@media screen and (min-width: 600px) {
  .cases_list {
    align-items: stretch;
    display: flex;
    flex: 1 1 100%;
    flex-wrap: wrap;
  }
  .cases_item {
    height: 30vw;
    /*flex: 0 0 50%;*/
    /*width: 50%;*/
  }
  .cases_item2 {
    max-width: 60%;
  }
  .cases_item3 {
    padding: 0 40px;
    width: 180px;
  }
  .stats {
    padding: 40px 0;
  }
  .stats_in {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 30px 40px;
  }
  .footer_buttons {
    padding: 0;
    width: auto;
  }
  .footer_copyright {
    padding: 0;
    margin: 0 auto 0 0;
  }
  .footer_ancillary {
    align-items: center;
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    border-color: transparent;
  }
  .swiper-slide{
    background-size: 100% auto;
  }
  .swiper-container{
    height: 85vh;
  }
  .cases_item {
    height: 20vw;
  }
  .cases_item a {
    padding: 30px 35px 0px;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .cases_item a:before {
    opacity: 0;
  }
  .cases_item a:hover:before {
    opacity: 1;
  }
  .cases_title_s {
    opacity: 0;
  }
  .cases_title_s h2{
    font-size: 36px;
    padding: 0 0 20px;
  }
  .cases_item a:hover .cases_title_s{
    opacity: 1;
    transform: translateY(0)
  }
  .cases_item2 {
    max-width: 672px;
  }
  .cases_item2 p {
    font-size: 17px;
  }
  .swiper3 {
    margin-top: 60px;
  }
  .swiper3:before, .swiper3:after {
    width: 150px;
  }
  .stats_item {
    flex: 0 0 33.3333%;
    padding: 0;
  }
  .stats_item em {
    transition: all .7s cubic-bezier(0.19, 1, 0.22, 1)
  }
  .footer_content h2 {
    font-size: 30px;
    padding: 0 0 20px;
  }
  .footer_content p {
    font-size: 16px;
  }
  .footer_content a {
    font-size: 12px;
  }
  .footer_content a:before {
    margin-top: 5px;
  }
  .footer_menu, .company_info {
    padding: 0 70px 0 0;
  }
}

@media screen and (min-width: 725px) {
  .cases_header {
    flex: 1 0 auto;
    min-height: 200px;
    padding: 80px 20px;
  }
  .cases_header h2{
    font-size: 36px;
    padding: 0 0 20px;
  }
  .cases_title {
    /*padding-right: 150px !important;*/
  }
  .cases_title span {
    padding-left: 11px;
  }
  .cases a {
    font-size: 12px;
  }
  .cases a:before {
    margin-top: 5px;
  }
  .cases_title_s h2{
    padding: 0;
  }
  .stats {
    padding: 150px 0;
  }
  .stats span {
    font-size: 13.19vw
  }
}

@media screen and (min-width: 1024px) {
  .cases_title_s span {
    font-size: 12px;
  }
  .stats_in {
    padding: 0;
  }
  .stats_item {
    font-size: 12px
  }
  .footer_content {
    padding: 100px 20px;
  }
  .footer_stl_main {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .footer_buttons {
    padding: 0 0 0 70px;
  }
  .footer_ancillary {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (min-width: 1180px) {
  .footer_stl_main {
    padding: 60px 80px;
  }
}

@media screen and (min-width: 1200px) {
  .stats {
    padding: 200px 0;
  }
}

@media screen and (min-width: 1440px) {
  .stats span {
    font-size: 170px
  }
}