a:hover, a:active, a:focus {
  outline: 0 none;
  text-decoration: none
}
* {
  margin: 0;
  padding: 0
}
body, html {
  height: 100%;
  margin: 0;
  padding: 0
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2A2A2A;
  font-size: 16px;
  padding-bottom: 0px;
  margin: 0;
  padding: 0
}
ul {
  padding-left: 0;
  list-style: none
}
ul.list-styled ul {
  padding-left: 43px
}
ul.list-styled li {
  margin: 14px 0
}
ul.list-styled li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px
}
ul.list-styled li.disabled {
  color: #c8c9cc
}
ul.list-styled.list-style-ok li::before {
  content: "\f00c";
  color: #f8981d
}
ul.list-styled.list-style-ok li.disabled::before {
  color: #c8c9cc;
  content: "\f00d"
}
ul.list-styled.list-style-standart li::before {
  content: "\f111";
  font-size: 9px;
  vertical-align: middle;
  width: 1.555em;
  text-align: center
}
ul.list-styled.list-style-standart ul li::before {
  content: "\f10c"
}
.text-inverse {
  color: white
}
.border-top {
  border-top: 1px solid #e7e7e7;
}
@media (max-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px
  }
  .gallery .nav-tabs-one > li.active > a, .gallery .nav-tabs-one > li.active > a:hover, .gallery .nav-tabs-one > li.active > a:focus, .gallery .nav-tabs-one > li > a {
    border: none !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
  }
}
.under {
  z-index: -1
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0
}
.row.no-gutter [class*='col-']:not(:first-child), .row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0
}
h1, h2, h3, h4, h5, h6 {
  margin: 0
}
h1, h2 {
  font-weight: 300
}
h3, h4 {
  font-weight: 400
}
h5, h6 {
  font-weight: 600
}
h2 {
  margin-bottom: 0.6em
}
h3 {
  margin-bottom: 0.8em
}
h4 {
  margin-bottom: 0.7em
}
h5 {
  margin-bottom: 0.8em
}
p {
  margin: 0 0 2.14em
}
p.large {
  font-size: 130%;
  line-height: 2;
}
p.subhead {
  font-size: 14px;
  font-weight: 700;
  color: #e88f41;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 1em
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p, .dark i, .dark [class^="icon"] {
  color: white
}
.btn:active, .btn.active {
  -webkit-box-shadow: none;
  box-shadow: none
}
.btn:hover.btn-primary, .btn:focus.btn-primary, .btn.focus.btn-primary, .btn:active.btn-primary, .btn.active.btn-primary {
  border-color: transparent;
  background: #52bf81
}
.btn:hover.btn-success, .btn:focus.btn-success, .btn.focus.btn-success, .btn:active.btn-success, .btn.active.btn-success {
  border-color: transparent;
  background: #eda668
}
.btn:hover.btn-info, .btn:focus.btn-info, .btn.focus.btn-info, .btn:active.btn-info, .btn.active.btn-info {
  color: #7f858f;
  border-color: #e8e9ed
}
.btn:hover.btn-warning, .btn:focus.btn-warning, .btn.focus.btn-warning, .btn:active.btn-warning, .btn.active.btn-warning {
  background: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.25)
}
.btn.btn-info {
  color: #2b2e33
}
.btn-group .btn.btn-info.active {
  color: white;
  background: #28ad62
}
.btn-short {
  padding-left: 30px;
  padding-right: 30px;
  background: #f8981d;
  border-color: #f8981d
}
.btn-short:hover, .btn-short:active, .btn-short:focus {
  background: #FF8F00 !important
}
.divider {
  position: relative;
  margin: 60px 0
}
.striped-icon.divider:before {
  display: none
}
.divider:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e8e9ed;
  top: 50%;
  z-index: -2
}
.striped-icon {
  background: rgba(232, 233, 237, 0.5);
  color: #28ad62;
  font-size: 18px;
  margin: auto;
  text-align: center;
  line-height: 60px;
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 2
}
.striped-icon:after {
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  background: content-box #ffffff;
  z-index: -1
}
.striped-icon:hover {
  background: rgba(248, 152, 29, 0.5)
}
.striped-icon-small {
  background: rgba(232, 143, 65, 0.3);
  color: white;
  font-size: 14px;
  font-weight: 700;
  margin: auto;
  text-align: center;
  line-height: 36px;
  width: 36px;
  height: 36px;
  position: relative;
  border-radius: 50%
}
.striped-icon-small:after {
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: content-box #e88f41;
  z-index: -1
}
.striped-icon-xlarge {
  background: rgba(40, 173, 98, 0.6);
  color: white;
  font-size: 36px;
  font-weight: 700;
  margin: auto;
  text-align: center;
  line-height: 100px;
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%
}
.striped-icon-xlarge:after {
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: content-box #28ad62;
  z-index: -1
}
.striped-icon-xlarge span {
  vertical-align: middle
}
.striped-icon-large {
  background: rgba(232, 233, 237, 0.5);
  color: #F8971D;
  font-size: 35px;
  margin: auto;
  text-align: center;
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 2
}
.striped-icon-large span {
  line-height: 80px
}
.striped-icon-large:after {
  border-radius: 50%;
  border: 2px solid #e8e9ed;
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: content-box #ffffff;
  z-index: -1
}
.icon-skype:before {
  content: "\f17e"
}
.icon-skype.active::before, .icon-skype:hover::before {
  background: #00aff0;
  border-color: #00aff0
}
.icon-vk:before {
  content: "\f189"
}
.icon-vk.active::before, .icon-vk:hover::before {
  background: #45668e;
  border-color: #45668e
}
.icon-dribbble:before {
  content: "\f17d"
}
.icon-dribbble.active::before, .icon-dribbble:hover::before {
  background: #ea4c89;
  border-color: #ea4c89
}
.icon-instagram:before {
  content: "\f16d"
}
.icon-instagram.active::before, .icon-instagram:hover::before {
  background: #3f729b;
  border-color: #3f729b
}
.icon-vine:before {
  content: "\f1ca"
}
.icon-vine.active::before, .icon-vine:hover::before {
  background: #00bf8f;
  border-color: #00bf8f
}
.icon-rss:before {
  content: "\f09e"
}
.icon-rss.active::before, .icon-rss:hover::before {
  background: #ee802f;
  border-color: #ee802f
}
.icon-google-plus:before {
  content: "\f0d5"
}
.icon-google-plus.active::before, .icon-google-plus:hover::before {
  background: #dd4b39;
  border-color: #dd4b39
}
.icon-android:before {
  content: "\f17b"
}
.icon-android.active::before, .icon-android:hover::before {
  background: #89c507;
  border-color: #89c507
}
.icon-apple:before {
  content: "\f179"
}
.icon-apple.active::before, .icon-apple:hover::before {
  background: #2a2d32;
  border-color: #2a2d32
}
.icon-youtube-play:before {
  content: "\f16a"
}
.icon-youtube-play.active::before, .icon-youtube-play:hover::before {
  background: #c4302b;
  border-color: #c4302b
}
.icon-facebook:before {
  content: "\f09a"
}
.icon-facebook.active::before, .icon-facebook:hover::before {
  background: #3b5998;
  border-color: #3b5998
}
.icon-twitter:before {
  content: "\f099"
}
.icon-twitter.active::before, .icon-twitter:hover::before {
  background: #00acee;
  border-color: #00acee
}
.icon-circle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px
}
.icon-circle::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  text-align: center;
  border: 1px solid #e8e9ed;
  color: #7f858f;
  line-height: 50px;
  font-size: 1.28em
}
.icon-circle.active::before, .icon-circle:hover::before {
  color: white
}
.icon-circle + .icon-circle {
  margin-left: 20px
}
label {
  font-weight: 400;
  margin-bottom: .7em
}
.form-control {
  padding-left: 22px;
  -webkit-box-shadow: inset 0 1px #e8e9ed;
  box-shadow: inset 0 1px #e8e9ed;
  border: 0;
  color: #2b2e33 !important
}
.form-control-feedback {
  color: #28ad62;
  top: 50%;
  line-height: .75em;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 14px
}
.panel {
  -webkit-box-shadow: none;
  box-shadow: none
}
.panel-alt-one > .panel-heading {
  border-bottom: 0;
  border-top: 1px solid #e8e9ed
}
.panel-alt-one > .panel-heading:first-child {
  border-top: 0
}
.panel-alt-one > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: 700
}
.panel-alt-one > .panel-heading .panel-title a i {
  color: #e8e9ed
}
.panel-alt-one > .panel-heading .panel-title a:hover, .panel-alt-one > .panel-heading .panel-title a:hover i {
  color: #28ad62
}
.panel-alt-one > .panel-heading.active a {
  color: #2b2e33
}
.panel-alt-one > .panel-heading.active a i {
  color: #28ad62
}
.panel-alt-two {
  position: relative;
  border: 0
}
.panel-alt-two::after {
  content: "";
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 25px;
  width: 2px;
  background: #e8e9ed
}
.panel-alt-two:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  bottom: 25px;
  left: 22px;
  border-radius: 50%;
  background: #e8e9ed
}
.panel-alt-two .panel-heading, .panel-alt-two .panel-body {
  padding-left: 70px
}
.panel-alt-two .panel-body {
  padding-top: 0
}
.panel-alt-two .panel-heading {
  border: 0;
  padding-bottom: 45px
}
.panel-alt-two .panel-heading .panel-title {
  position: relative;
  font-weight: 700
}
.panel-alt-two .panel-heading .panel-title a {
  color: #2b2e33;
  padding: 0px
}
.panel-alt-two .panel-heading .panel-title a:hover {
  color: #28ad62
}
.panel-alt-two .panel-heading a:hover .accordion-icon {
  background: rgba(202, 205, 219, 0.3)
}
.panel-alt-two .panel-heading.active .accordion-icon {
  background: rgba(40, 173, 98, 0.3)
}
.panel-alt-two .panel-heading.active .accordion-icon .stacked-icon {
  background: #28ad62;
  color: white
}
.accordion-icon {
  position: absolute;
  top: -18px;
  left: -72px;
  background: transparent;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  line-height: 50px;
  padding: 3px;
  z-index: 3
}
.accordion-icon .stacked-icon {
  height: 100%;
  background: white;
  border: 2px solid #e8e9ed;
  border-radius: 50%;
  color: #cacddb;
  font-size: 18px;
  text-align: center;
  display: block
}
.tab-content {
  margin: 35px 0 70px
}
@media (min-width: 769px) {
  .nav-tabs-alt > li {
    float: left
  }
}
.nav-tabs-alt > li > a {
  line-height: 2.14285714;
  font-weight: 700
}
.nav-tabs-one > li > a {
  border: 1px solid #e8e9ed;
  border-left: 0;
  border-radius: 0
}
.nav-tabs-one > li > a:hover {
  color: #28ad62
}
.nav-tabs-one > li:first-of-type > a {
  border-left: 1px solid #e8e9ed;
  border-radius: 3px 0 0 3px
}
.nav-tabs-one > li:last-of-type > a {
  border-radius: 0 3px 3px 0
}
.nav-tabs-one > li.active > a, .nav-tabs-one > li.active > a:hover, .nav-tabs-one > li.active > a:focus {
  background-color: #28ad62;
  border-color: #28ad62;
  color: white;
  cursor: default
}
.nav-tabs-two > li > a {
  border-bottom: 2px solid #e8e9ed;
  border-radius: 0
}
.nav-tabs-two > li > a:hover {
  color: #28ad62
}
.nav-tabs-two > li.active > a, .nav-tabs-two > li.active > a:hover, .nav-tabs-two > li.active > a:focus {
  border-color: #28ad62;
  color: #2b2e33;
  cursor: default
}
.nav-tabs-two.nav-tab-inverse > li.active > a, .nav-tabs-two.nav-tab-inverse > li.active > a:hover, .nav-tabs-two.nav-tab-inverse > li.active > a:focus {
  color: white
}
.nav-tabs-vertical {
  display: inline-block
}
.nav-tabs-vertical > li {
  padding: 15px 130px 15px 0;
  border-right: 2px solid #e8e9ed
}
.nav-tabs-vertical > li i {
  color: #28ad62
}
.nav-tabs-vertical > li > a {
  padding-left: 1em;
  line-height: 2.14285714;
  font-weight: 700
}
.nav-tabs-vertical > li > a:hover {
  color: #28ad62
}
.nav-tabs-vertical > li.active {
  border-color: #28ad62
}
.nav-tabs-vertical > li.active > a, .nav-tabs-vertical > li.active > a:hover, .nav-tabs-vertical > li.active > a:focus {
  color: #2b2e33;
  cursor: default
}
.tab-pane-vertical p {
  margin-bottom: 0
}
.tab-pane-vertical p, .tab-pane-vertical h4 {
  margin-left: 40px
}
@media (max-width: 991px) {
  .tab-pane-vertical p, .tab-pane-vertical h4 {
    margin-left: 0
  }
}
@media (max-width: 991px) {
  .tab-pane-vertical h4 {
    margin-top: 36px
  }
}
.row-same-height {
  display: table;
  width: 100%
}
.col-xs-height {
  display: table-cell;
  float: none !important
}
@media (min-width: 769px) {
  .col-sm-height {
    display: table-cell;
    float: none !important
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important
  }
}
.col-top {
  vertical-align: top
}
.col-middle {
  vertical-align: middle
}
.col-bottom {
  vertical-align: bottom
}
.animate {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}
.navbar {
  min-height: inherit;
  background: transparent;
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  border-bottom: 1px solid #fff
}
.navbar-alt.navbar-default {
  background: rgba(255, 255, 255, 0.9);
  border-color: #e8e9ed
}
.navbar-alt.navbar-default .navbar-search {
  background: rgba(255, 255, 255, 0.9)
}
.navbar-alt .navbar-search {
  height: 79px
}
.navbar-alt .navbar-search .form-control {
  height: 80px
}
.navbar-brand, .navbar-brand:active {
  -webkit-transition: padding 0.3s linear;
  -o-transition: padding 0.3s linear;
  transition: padding 0.3s linear;
  padding: 22px 0;
  height: auto;
}
@media (max-width: 768px) {
  .navbar-brand {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    width: 145px
  }
}
.navbar-brand .inverse-logo {
  opacity: 1;
  display: block;
  z-index: 2;
  position: relative
}
.navbar-alt .navbar-brand .inverse-logo {
  opacity: 0;
  display: none;
  z-index: 2;
  position: relative
}
.navbar-brand .normal-logo {
  opacity: 0;
  display: none;
  z-index: 2;
  position: relative
}
.navbar-alt .navbar-brand .normal-logo {
  opacity: 1;
  display: block
}
.toggle-button {
  font-size: 17px;
  line-height: 29px;
  color: #ffffff;
  padding: 15px 0;
  display: block;
  float: right;
  cursor: pointer;
  -webkit-transition: padding 0.3s linear;
  -o-transition: padding 0.3s linear;
  transition: padding 0.3s linear
}
.toggle-button:hover {
  color: white
}
.navbar-header {
  float: left
}
.navbar-nav {
  font-weight: 700
}
.navbar-nav > li {
  text-align: center;
  float: none;
  display: inline-block;
  padding: 0 20px
}
@media (min-width: 769px) and (max-width: 991px) {
  .navbar-nav > li {
    padding: 0 10px
  }
  .navbar-with-inside > li .wrap-inside-nav {
    min-width: 240px
  }
  .navbar-with-inside > li:last-child .wrap-inside-nav {
    left: auto;
    right: 0
  }
}
@media (min-width: 769px) and (max-width: 1060px) {
  .navbar-with-inside > li:last-child .wrap-inside-nav {
    left: auto;
    right: 0
  }
}
.navbar-nav > li > a {
  padding-top: 29px;
  padding-bottom: 29px;
  line-height: 29px;
  text-transform: capitalize;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: padding 0.3s linear;
  -o-transition: padding 0.3s linear;
  transition: padding 0.3s linear
}
.navbar-alt .navbar-nav > li > a, .navbar-alt .navbar-nav > li > a:focus {
  color: #7f858f
}
.navbar-alt .navbar-nav > li > a:hover, .navbar-alt .navbar-nav > li > a:focus:hover {
  color: #2b2e33
}
.navbar-nav > li.active > a {
  color: #2b2e33
}
.navbar-nav.with-border > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  opacity: 0
}
.navbar-default .navbar-nav.with-border > li > a:before {
  background: white
}
.navbar-inverse .navbar-nav.with-border > li > a:before {
  background: white
}
.navbar-nav.with-border > li > a:hover:before {
  opacity: 1
}
.navbar-alt .navbar-nav.with-border > li > a:before {
  background: #27ae60
}
.navbar-alt .navbar-nav.with-border > .active > a {
  color: #001e52
}
.navbar-alt .navbar-nav.with-border > .active > a::before {
  background: #28ad62
}
.navbar-nav.with-border > .active > a:before, .navbar-nav.with-border > .active > a:hover:before {
  opacity: 1
}
.navbar-nav.nav-icons {
  float: right;
  margin: 0;
  margin-right: 0
}
@media (min-width: 769px) and (max-width: 991px) {
  .navbar-nav.nav-icons {
    margin-left: 50px
  }
}
@media (min-width: 992px) {
  .navbar-nav.nav-icons {
    margin-left: 50px
  }
}
.navbar-nav.nav-icons li {
  display: inline-block;
  padding: 0
}
.navbar-nav.nav-icons li a {
  font-size: 17px
}
.navbar-nav.nav-icons li:last-child {
  padding-left: 20px
}
@media (min-width: 992px) {
  .navbar-nav.nav-icons li:last-child {
    padding-left: 35px
  }
}
.navbar-nav.nav-icons li .fa-user {
  position: relative
}
.navbar-nav.nav-icons li .fa-user::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: -2px;
  right: -5px;
  background: #28ad62
}
.navbar-search {
  background-color: transparent;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 99px;
  margin-top: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s
}
@media (max-width: 768px) {
  .navbar-search {
    background-color: #2b2e33;
    color: white;
    top: 0;
    border: none
  }
  .navbar-search .search-close {
    color: #7f858f
  }
  .navbar-search .search-close:hover {
    color: white
  }
}
.navbar-search .form-control {
  box-shadow: none;
  background-color: transparent;
  color: white;
  font-size: 30px;
  height: 100px;
  line-height: 1;
  padding-left: 0;
  padding-right: 10px
}
.navbar-search .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1
}
.navbar-search .form-control:-ms-input-placeholder {
  color: #ffffff
}
.navbar-search .form-control::-webkit-input-placeholder {
  color: #ffffff
}
.navbar-alt .navbar-search .form-control {
  color: #7f858f
}
.navbar-alt .navbar-search .form-control::-moz-placeholder {
  color: #7f858f;
  opacity: 1
}
.navbar-alt .navbar-search .form-control:-ms-input-placeholder {
  color: #7f858f
}
.navbar-alt .navbar-search .form-control::-webkit-input-placeholder {
  color: #7f858f
}
.navbar-search .search-close {
  padding: 0;
  background-color: transparent;
  color: white
}
.navbar-alt .navbar-search .search-close {
  color: #7f858f
}
.navbar-search.open {
  visibility: visible;
  opacity: 1
}
@media (max-width: 768px) {
  .floated {
    margin: 80px -14px 0 !important;
    padding: 0;
    width: 100vw;
    box-shadow: none
  }
  .wrap-inside-nav{
    display: block;
  }
  .floated .navbar-nav {
    margin: 0
  }
  .floated.collapse.in {
    position: relative;
    z-index: 999
  }
  .floated .navbar-nav > li {
    padding: 0 15px;
    text-align: center;
    width: 100%;
  }
  .floated .navbar-nav > li > a {
    padding: 15px 0
  }
  .floated .navbar-nav > li:hover a, .navbar-alt .navbar-nav > li > a:hover, .navbar-alt .navbar-nav > li > a:hover, .navbar-alt .navbar-nav > li > a:focus:hover {
    color: #FF8F00;
    font-size: 14px
  }
  .floated .navbar-nav > li.active {
    background-color: #26282d
  }
  .floated .navbar-nav > li.active a {
    color: #FF8F00;
  }
  .floated .navbar-nav > li > a {
    font-size: 14px
  }
}
.navbar-inverse .navbar-collapse {
  border-color: #28ad62
}
.light-map {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1
}
.light-map::after {
  content: "";
  background: url(../images/map.png) center no-repeat;
  opacity: 0.02;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1
}
.dark-map {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  background-color: #2b2e33
}
.dark-map::after {
  content: "";
  background: url('../images/map.png') center no-repeat;
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1
}
.contacts {
  border-top: 1px solid #e8e9ed;
  background-color: #f7f7fa;
  padding: 40px 0 60px
}
.contacts h5 {
  margin-bottom: 25px
}
.contacts article {
  margin-top: 40px
}
@media (min-width: 992px) {
  .contacts .offset {
    padding-left: 100px
  }
  .contacts .left-border {
    border-left: 1px dotted #c5c5c7
  }
}
@media (max-width: 991px) {
  .contacts .bottom-border {
    border-bottom: 1px dotted #c5c5c7
  }
}
.contacts .contacts-block p {
  margin-bottom: 0
}
.contacts .contacts-block i {
  color: #28ad62;
  padding-right: 1em
}
.contacts .twitter-block span {
  color: #28ad62
}
.contacts .twitter-block strong {
  color: #2b2e33
}
.contacts .twitter-block .twitter-wrap {
  position: relative
}
@media (min-width: 992px) {
  .contacts .twitter-block .twitter-wrap::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f099";
    position: absolute;
    top: 15px;
    left: 38px;
    color: #28ad62;
    font-size: 36px
  }
}
.contacts .twitter-block h5 a {
  font-size: 14px
}
.contacts .subscribe-info .subscribe-wrap {
  padding-bottom: 1.5em
}
.contacts .links-block li {
  margin-bottom: 6px
}
.contacts .links-block a {
  color: #2683ad;
  font-weight: 500
}
.contacts .links-block a:hover {
  text-decoration: underline
}
.contacts .post-block .media {
  margin-top: 40px
}
.contacts .post-block .media:first-of-type {
  margin-top: 35px
}
.contacts .post-block .media-heading {
  display: block;
  max-width: 220px;
  min-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.contacts .post-block .media-heading a {
  color: #2b2e33
}
.contacts .post-block .media-heading a:hover {
  color: #28ad62
}
.contacts .post-block .media-body ul {
  margin-bottom: 0
}
.contacts .post-block .media-body li {
  font-size: 0.928em;
  color: #c8c9cc
}
.contacts .post-block .media-body i {
  padding-right: 1em
}
.contacts .post-block .media-left {
  padding-right: 20px
}
.contacts .post-block .media-left .thumbnail-alt {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  display: block;
  overflow: hidden
}
.copyright {
  border-top: 1px solid #e8e9ed;
  background-color: #f2f2f5;
  padding: 40px 0
}
.copyright p, .copyright ul {
  margin-bottom: 0
}
.copyright ul li {
  margin-left: 1em
}
.copyright ul li:first-of-type {
  margin-left: 0
}
.copyright .copyright-links {
  text-align: right
}
@media (max-width: 991px) {
  .copyright .copyright-links {
    text-align: left;
    margin-top: 20px
  }
}
.copyright-alt {
  padding: 0
}
.copyright-alt p, .copyright-alt ul {
  margin-bottom: 0
}
.copyright-alt ul li {
  margin-left: 1em;
  margin-bottom: 10px
}
.copyright-alt ul li > a:hover {
  color: white
}
.copyright-alt ul li:first-of-type {
  margin-left: 0
}
.elements-header {
  background-image: url('../images/placehold/1920x700.gif');
  background-position: center bottom, center top;
  background-repeat: no-repeat;
  background-size: auto, cover;
  height: 700px
}
.header-caption {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%)
}
.header-caption h1 {
  margin: 0
}
.header-caption p {
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em
}
.elements {
  margin: 35px 0
}
.elements .section-header {
  margin: 75px 0 45px
}
.section-header {
  margin: 100px 0 90px
}
.section-header h2, .section-header p {
  text-align: center
}
.divider.striped-icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.divider.striped-icon:hover, .divider.striped-icon:focus {
  color: #28ad62
}
section.divider.striped-icon {
  position: relative
}
.parallax-section-1, .parallax-section-2, .parallax-section-3 {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: auto;
  position: relative;
  vertical-align: middle;
  width: 100%;
  z-index: 1
}
.home-header {
  background-image: none;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  height: 1080px;
  position: relative;
  overflow: hidden;
}
.Videoscetion {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Videoscetion video {
  height: auto;
  width: auto;
  display: inline-block;
  min-width: 100%;
  min-height: 100%;  
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home-header a.btn-primary {
  margin-bottom: 40px
}
.about-product {
  margin-top: -100px
}
.about-product .section-header {
  margin-top: 30px
}
.about-product article:before {
  position: absolute;
  content: "";
  top: 4px;
  left: -6px;
  z-index: 1
}
.section-header h2 {
  color: #001e52;
}
@media (max-width: 991px) {
  .about-product article:before {
    display: none
  }
}
.about-product [class^="col-"]:nth-of-type(1) article::before {
  background: url('../images/hl-1.png') no-repeat left top;
  width: 20px;
  height: 530px
}
.about-product [class^="col-"]:nth-of-type(2) article::before {
  background: url('../images/hl-1.png') no-repeat left top;
  width: 20px;
  height: 420px
}
.about-product [class^="col-"]:nth-of-type(3) article::before {
  background: url('../images/hl-1.png') no-repeat left top;
  width: 111px;
  height: 438px
}
.features {
  background-image: url('../images/placehold/1920x1080.gif');
  padding: 50px 0 120px;
  position: relative;
  z-index: 1;
  overflow: hidden
}
.features::before {
  background: rgba(40, 173, 98, 0.7);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1
}
.features article {
  margin-top: 90px
}
.features article span {
  font-size: 30px;
  margin-bottom: .6em;
  display: block
}
.features article p {
  margin-bottom: 0;
  color: #94f7be
}
.steps {
  margin-bottom: 60px
}
.steps article {
  text-align: center;
  position: relative
}
.steps article:after {
  content: "";
  position: absolute;
  top: -50px;
  right: -180px;
  width: 100%;
  height: 100%;
  background: url('../images/arrow.png') no-repeat center center
}
.video-container{
  position: relative;
}
.thevideo {
  height: 300px;
  max-width: 500px;
  margin: 0 auto 20px;
  display: block;
  width: 100%;
}
.video-open .header, .video-open section,
.video-open .striped-icon:after, .video-open .divider.striped-icon {
    position: relative;
    z-index: -3;
}
.video-open .aoi-feature{
  z-index: 1;
}
@media (max-width: 1199px) {
  .steps article:after {
    right: -150px
  }
}
@media (max-width: 991px) {
  .steps article:after {
    display: none
  }
}
.steps article img {
  margin-bottom: 30px
}
.steps article .striped-icon-small {
  position: absolute;
  top: 0;
  left: 20%;
  z-index: 1
}
.steps [class^="col-"]:last-child article:after {
  display: none
}
.analytics {
  margin-bottom: 60px;
  border-top: 1px solid #e8e9ed
}
.video.dark {
  position: relative;
  z-index: 1
}
.video::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1
}
.YTPOverlay {
  background: rgba(0, 0, 0, 0.5)
}
#controlBar_bgndVideo {
  display: none !important
}
.video > article {
  padding: 250px 0
}
.video > article h2 {
  margin: 24px 0
}
@media (max-width: 991px) {
  .video > article h2 {
    text-align: center
  }
}
.video > article .striped-icon-xlarge {
  padding-left: 10px
}
.team.home-team {
  padding-bottom: 0
}
.team .team-img {
  position: relative
}
.team-description-container {
  padding-top: 65px
}
.team .team-img::after {
  content: "";
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b3ffffff', endColorstr='#ffffffff', GradientType=0);
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  height: 100px
}
.team .team-img img {
  padding: 0 60px
}
.team .team-description p:last-of-type {
  margin: 0
}
.team .skills {
  margin: 0;
  padding: 34px 0 130px
}
@media (max-width: 991px) {
  .team .skills {
    margin-top: 60px
  }
}
.team .skills li {
  background-color: #e8e9ed;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px #e0e1e6 inset;
  box-shadow: 0 1px #e0e1e6 inset;
  height: 10px;
  margin-top: 70px;
  position: relative
}
.team .skills li:first-child {
  margin-top: 0
}
.team .skills li .progress {
  background-color: #28ad62;
  border-radius: 3px;
  height: 100%;
  left: 0;
  overflow: visible !important;
  position: absolute;
  top: 0;
  -webkit-transition: width 1.2s ease-in-out 0s;
  -o-transition: width 1.2s ease-in-out 0s;
  transition: width 1.2s ease-in-out 0s;
  width: 0
}
.team .skills li .progress-percent {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  color: white;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  padding: 0 9px;
  position: absolute;
  right: 0;
  top: -28px
}
.team .skills li .progress-percent:after, .team .skills li .progress-percent:before {
  border: medium solid transparent;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0
}
.team .skills li .progress-percent:after {
  border-top-color: rgba(0, 0, 0, 0.8);
  border-width: 4px;
  left: 50%;
  margin-left: -4px
}
.team .skills li .progress-percent:before {
  border-top-color: rgba(0, 0, 0, 0.8);
  border-width: 5px;
  left: 50%;
  margin-left: -5px
}
.team .skills li .progress-percent .counter {
  font-size: 11px;
  font-weight: 600
}
.team .skills li > span {
  color: #2b2e33;
  font-weight: 700;
  left: 0;
  position: absolute;
  text-transform: capitalize;
  top: -36px;
  z-index: 1
}
.team-carousel {
  position: relative
}
.team-carousel::after {
  content: "";
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b3ffffff', endColorstr='#ffffffff', GradientType=0);
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  height: 100px
}
.team-carousel .team-member {
  margin: 0 -70px
}
.team-carousel .owl-item:nth-of-type(1) .team-member {
  margin: 0
}
.team-carousel .owl-item:nth-of-type(3) {
  z-index: 2
}
.team-carousel .owl-item:nth-of-type(4) {
  z-index: 1
}
.team-carousel .owl-item:nth-of-type(4) .team-member {
  margin: 0 -120px
}
.team-carousel .owl-item:nth-of-type(6) {
  z-index: 1
}
.team-carousel .owl-item:nth-of-type(6) .team-member {
  margin: 0 -60px
}
.team-carousel .owl-item:nth-of-type(7) {
  z-index: 2
}
.team-carousel .owl-item:nth-of-type(7) .team-member {
  margin: 0 0 0 -120px
}
.team-carousel.owl-carousel .owl-wrapper {
  display: table !important
}
.team-carousel.owl-carousel .owl-item {
  display: table-cell;
  float: none;
  vertical-align: bottom
}
.popover {
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  max-width: 300px
}
.popover .popover-content {
  padding: 0
}
.popover .popover-content .member-info {
  padding: 30px;
  min-width: 170px;
  border-right: 1px solid #86d1a6;
  float: left
}
.popover .popover-content .member-info h5 {
  color: white;
  margin-bottom: 10px
}
.popover .popover-content .member-info p {
  color: #94f7bf;
  margin-bottom: 0;
  line-height: 1
}
.popover .popover-content .member-contact {
  float: right;
  padding: 40px 25px 30px;
  text-align: center;
  color: white;
  font-size: 30px;
  line-height: 1
}
.scroll-container {
  position: relative
}
.scroll-content {
  overflow: hidden;
  position: relative
}
.scroll-content .scroll-wrapper {
  display: table !important
}
.scroll-content .scroll-wrapper .team-member {
  display: table-cell;
  float: none;
  vertical-align: bottom
}
.scroll-content .scroll-wrapper .team-member img {
  margin: 0 -40px
}
.scroll-slider-wrap {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b3ffffff', endColorstr='#ffffffff', GradientType=0);
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  height: 100px
}
.scroll-slider {
  background: transparent;
  margin-top: 40px;
  cursor: pointer;
  height: 5px;
  width: 100%
}
.ui-slider .ui-slider-handle {
  width: 25px;
  height: 25px;
  position: absolute;
  top: -12px;
  background-color: white;
  -webkit-border-radius: 12px 13px 13px 1px 12px 13px 13px;
  -moz-border-radius: 12px 13px 13px 1px 12px 13px 13px;
  border-radius: 12px 13px 13px 1px 12px 13px 13px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05), 0 7px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05), 0 7px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05), 0 7px 2px rgba(0, 0, 0, 0.05)
}
.gallery {
  width: 100%;
  margin-bottom: 130px;
  border-top: 1px solid #e8e9ed
}
.gallery .gallery-controls {
  text-align: center;
  margin-bottom: 70px
}
@media (max-width: 768px) {
  .gallery .gallery-controls .btn-group .btn {
    display: block;
    float: none;
    margin: auto;
    border-radius: 3px !important
  }
  .gallery .gallery-controls .btn-group .btn, .gallery .gallery-controls .btn-group .btn:hover, .gallery .gallery-controls .btn-group .btn:focus {
    border-color: transparent
  }
}
.gallery .gallery-items {
  width: 100%
}
.gallery .gallery-items figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  float: left;
  width: 10%
}
.gallery .gallery-items a {
  margin: 0 5px
}
.gallery .gallery-items figure.wide {
  width: 20%
}
@media (max-width: 991px) {
  .gallery .gallery-items figure {
    width: 20%
  }
  .gallery .gallery-items figure.wide {
    width: 40%
  }
}
@media (max-width: 768px) {
  .gallery .gallery-items figure {
    width: 50%
  }
  .gallery .gallery-items figure.wide {
    width: 100%
  }
}
.gallery .gallery-items figure img {
  height: auto !important;
  width: 100% !important
}
.gallery .gallery-items figure figcaption {
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  -o-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
  background-color: rgba(40, 173, 98, 0.85);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 2
}
.gallery .gallery-items figure figcaption a {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
  color: white;
  font-size: 30px
}
.gallery .gallery-items figure:hover figcaption {
  opacity: 1
}
.gallery .gallery-load {
  padding-top: 80px;
  text-align: center
}
.price {
  border-top: 1px solid #e8e9ed;
  margin-bottom: 100px;
  background: url('../images/placehold/1920x1080.gif') no-repeat center center;
  position: relative;
  z-index: 1
}
.price::before {
  background: rgba(255, 255, 255, 0.9);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1
}
.price .pricing-switcher {
  text-align: center;
  margin-bottom: 60px
}
.price .pricing-switcher .btn.active {
  background-color: #28ad62;
  color: white
}
.price .touch .cd-pricing-wrapper {
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  perspective: 2000px
}
.price .cd-pricing-wrapper {
  position: relative
}
.price .cd-pricing-wrapper .is-visible {
  position: relative;
  z-index: 5
}
.price .cd-pricing-wrapper .is-hidden {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg)
}
.price .cd-pricing-wrapper .is-selected {
  z-index: 3 !important
}
.price .cd-pricing-wrapper.is-switched .is-visible {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-animation: cd-rotate 0.5s;
  -o-animation: cd-rotate 0.5s;
  animation: cd-rotate 0.5s
}
.price .cd-pricing-wrapper.is-switched .is-hidden {
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: cd-rotate-inverse 0.5s;
  -o-animation: cd-rotate-inverse 0.5s;
  animation: cd-rotate-inverse 0.5s;
  opacity: 0
}
.price .cd-pricing-wrapper.is-switched .is-selected {
  opacity: 1
}
.price .cd-pricing-wrapper.is-switched.reverse-animation .is-visible {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-animation: cd-rotate-back 0.5s;
  -o-animation: cd-rotate-back 0.5s;
  animation: cd-rotate-back 0.5s
}
.price .cd-pricing-wrapper.is-switched.reverse-animation .is-hidden {
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: cd-rotate-inverse-back 0.5s;
  -o-animation: cd-rotate-inverse-back 0.5s;
  animation: cd-rotate-inverse-back 0.5s;
  opacity: 0
}
.full-section img {
  display: inline-block;
}
.price .cd-pricing-wrapper.is-switched.reverse-animation .is-selected {
  opacity: 1
}
.price .cd-pricing-wrapper > li {
  background-color: white;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent
}
.price .cd-pricing-wrapper > li .is-ended::after {
  display: none
}
.price .cd-pricing-wrapper.panel-highlited {
  margin: -10px
}
.price .cd-pricing-wrapper.panel-highlited .panel {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1)
}
.price .cd-pricing-wrapper.panel-highlited .panel .gap {
  width: 100%;
  height: 10px;
  background-color: #28ad62;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0
}
.price .cd-pricing-wrapper.panel-highlited .panel .panel-footer {
  padding-bottom: 50px
}
.price .no-js .cd-pricing-wrapper .is-hidden {
  position: relative;
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  margin-top: 1em
}
@-webkit-keyframes cd-rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0)
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg)
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg)
  }
}
@-moz-keyframes cd-rotate {
  0% {
    -moz-transform: perspective(2000px) rotateY(0)
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(200deg)
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(180deg)
  }
}
@keyframes cd-rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0)
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg);
    -moz-transform: perspective(2000px) rotateY(200deg);
    -ms-transform: perspective(2000px) rotateY(200deg);
    -o-transform: perspective(2000px) rotateY(200deg);
    transform: perspective(2000px) rotateY(200deg)
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg)
  }
}
@-webkit-keyframes cd-rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg)
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg)
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0)
  }
}
@-moz-keyframes cd-rotate-inverse {
  0% {
    -moz-transform: perspective(2000px) rotateY(-180deg)
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(20deg)
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0)
  }
}
@keyframes cd-rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg)
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg);
    -moz-transform: perspective(2000px) rotateY(20deg);
    -ms-transform: perspective(2000px) rotateY(20deg);
    -o-transform: perspective(2000px) rotateY(20deg);
    transform: perspective(2000px) rotateY(20deg)
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0)
  }
}
@-webkit-keyframes cd-rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0)
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg)
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg)
  }
}
@-moz-keyframes cd-rotate-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(0)
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(-200deg)
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(-180deg)
  }
}
@keyframes cd-rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0)
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg);
    -moz-transform: perspective(2000px) rotateY(-200deg);
    -ms-transform: perspective(2000px) rotateY(-200deg);
    -o-transform: perspective(2000px) rotateY(-200deg);
    transform: perspective(2000px) rotateY(-200deg)
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg)
  }
}
@-webkit-keyframes cd-rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg)
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg)
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0)
  }
}
@-moz-keyframes cd-rotate-inverse-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(180deg)
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(-20deg)
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0)
  }
}
@keyframes cd-rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg)
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg);
    -moz-transform: perspective(2000px) rotateY(-20deg);
    -ms-transform: perspective(2000px) rotateY(-20deg);
    -o-transform: perspective(2000px) rotateY(-20deg);
    transform: perspective(2000px) rotateY(-20deg)
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0)
  }
}
.price .price-select {
  margin-bottom: 60px;
  display: inline-block
}
.price .panel-price {} .price .panel-price .panel-heading {
  padding: 35px 0 20px
}
.price .panel-price .panel-heading .subhead {
  margin-bottom: 5px
}
.price .panel-price .panel-heading h2 {
  font-size: 60px;
  margin: 0;
  line-height: 60px
}
.price .panel-price .panel-heading .currency, .price .panel-price .panel-heading .period {
  color: #c8c9cc;
  font-size: 14px;
  font-weight: 600
}
.price .panel-price .panel-heading .currency {
  vertical-align: text-top;
  font-size: 18px
}
.price .panel-price .panel-heading .period {
  vertical-align: sub
}
.price .panel-price .panel-body {
  padding: 20px 20px
}
.price .panel-price .panel-body .list-style-ok li::before {
  margin-right: .5em
}
.price .panel-price .panel-footer {
  border-top: 0;
  padding: 0 0 40px
}
.testimonials {
  border-top: 1px solid #e8e9ed;
  margin-bottom: 100px
}
@media (min-width: 1200px) {
  .testimonials .owl-carousel .owl-controls .owl-buttons {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
  }
  .home-header .btn-warning {
    margin-left: -45px
  }
}
@media (max-width: 1199px) {
  .testimonials .owl-carousel .owl-controls .owl-buttons {
    text-align: center
  }
}
.testimonials .owl-carousel .owl-controls .owl-buttons .owl-prev, .testimonials .owl-carousel .owl-controls .owl-buttons .owl-next {
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative
}
.testimonials .owl-carousel .owl-controls .owl-buttons .owl-prev {
  background-image: url("../images/arrow-left.png");
  left: -50px
}
@media (max-width: 1199px) {
  .testimonials .owl-carousel .owl-controls .owl-buttons .owl-prev {
    left: -15px
  }
}
.testimonials .owl-carousel .owl-controls .owl-buttons .owl-next {
  background-image: url("../images/arrow-right.png");
  right: -50px;
  float: right
}
@media (max-width: 1199px) {
  .testimonials .owl-carousel .owl-controls .owl-buttons .owl-next {
    right: -15px;
    float: none
  }
}
.reviews {
  text-align: center
}
.client {
  display: inline-block
}
.client .comment {
  color: white;
  padding: 25px 70px;
  border-radius: 3px;
  max-width: 500px;
  position: relative;
  text-align: left
}
.client .comment::after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 130px;
  width: 0;
  height: 0;
  border-right: 30px solid transparent
}
.client.left .comment {
  background-color: rgba(40, 173, 98, 0.8)
}
.client.left .comment::after {
  border-top: 30px solid rgba(40, 173, 98, 0.8)
}
.client.right .comment {
  background-color: rgba(232, 143, 65, 0.8)
}
.client.right .comment::after {
  border-top: 30px solid rgba(248, 151, 29, 0.9)
}
@media (min-width: 1200px) {
  .client.right {
    position: relative;
    top: 30px;
    left: -30px
  }
}
.client .avatar {
  border-radius: 50%;
  width: 50px;
  height: 50px
}
.client .media {
  margin-left: 30px
}
.brands {
  margin-top: 70px
}
.brand-logo {
  box-shadow: 0 0 0 1px #e8e9ed;
  width: 100%;
  height: 120px;
  background-color: white;
  display: table;
  text-align: center
}
.brand-logo .brand-logo-wrap {
  display: table-cell;
  vertical-align: middle;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s
}
.twitter {
  background: url('../images/placehold/1920x1080.gif') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1
}
.twitter::before {
  background: rgba(40, 173, 98, 0.8);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1
}
.twitter article {
  padding: 120px 0 110px;
  text-align: center
}
.twitter article i {
  font-size: 36px;
  margin-bottom: 24px
}
.twitter article p {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 0
}
.twitter article p a {
  color: white;
  text-decoration: underline
}
.twitter article footer {
  margin-top: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  letter-spacing: -0.03em
}
.twitter article footer cite {
  color: rgba(255, 255, 255, 0.4);
  text-transform: none;
  letter-spacing: -0.1em
}
.twitter .owl-carousel .owl-controls .owl-pagination {
  margin-top: 40px
}
.twitter .owl-carousel .owl-controls .owl-pagination .owl-page {
  display: inline-block
}
.twitter .owl-carousel .owl-controls .owl-pagination .owl-page:not(:first-of-type) {
  margin-left: 18px
}
.twitter .owl-carousel .owl-controls .owl-pagination .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4)
}
.twitter .owl-carousel .owl-controls .owl-pagination .owl-page.active span {
  background-color: white
}
.blog {
  margin-bottom: 130px
}
.blog .post {
  padding-bottom: 70px;
  max-width: 370px;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.blog .post .post-heading {
  position: relative
}
.blog .post .post-heading .post-image {
  display: block;
  overflow: hidden;
  height: 230px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}
.blog .post .post-heading .post-image:hover {
  background: #27ae60
}
.blog .post .post-heading .post-image:hover img {
  opacity: 0.7
}
.blog .post .post-heading .post-avatar {
  position: absolute;
  right: 25px;
  bottom: -35px
}
.blog .post .post-heading .post-avatar > img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 5px solid white
}
.blog .post .post-body {
  padding: 15px 30px 20px;
  border: 1px solid #e8e9ed;
  border-top: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px
}
a h5:hover {
  color: #27ae60
}
.blog .post .post-body p {
  margin-bottom: 0
}
.blog .post .post-body ul li {
  font-size: 0.928em;
  color: #909196
}
.blog .post .post-body ul li:first-of-type {
  margin-right: 20px
}
.blog .post .post-body ul i {
  margin-right: .5em
}
.blog .subscribe {
  border: 1px solid #e8e9ed;
  padding: 4px;
  border-radius: 28px
}
.blog .subscribe input {
  background-color: transparent;
  width: 55%;
  padding-right: 10px
}
.blog .subscribe input, .blog .subscribe input:focus {
  box-shadow: none;
  border: 0
}
.blog .btn-round {
  border-radius: 28px
}
.blog .btn-round-small {
  border-radius: 50%;
  padding: 9px;
  width: 49px
}
.application {
  border-top: 1px solid #e8e9ed
}
@media (max-width: 991px) {
  .application {
    margin-bottom: 130px
  }
}
.application .section-header ul li {
  padding: 0 15px
}
.application .app-features {
  margin-bottom: 60px;
  width: 100%;
  position: relative
}
@media (min-width: 992px) {
  .application .app-features p {
    margin: 0;
    min-height: 120px
  }
}
.application .app-features:first-of-type {
  margin-top: 35px
}
.application .app-features:last-of-type {
  margin-bottom: 0
}
.application .app-features .striped-icon-large {
  position: absolute;
  top: 0
}
.application .app-features.right-features, .application .app-features.left-features {
  padding-left: 100px;
  text-align: left
}
.application .app-features.right-features .striped-icon-large, .application .app-features.left-features .striped-icon-large {
  left: 0
}
@media (min-width: 992px) {
  .application .app-features.left-features {
    padding-right: 100px;
    padding-left: 0;
    text-align: right
  }
  .application .app-features.left-features .striped-icon-large {
    right: 0;
    left: auto
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .application .app-demo {
    margin-left: -25px
  }
}
@media (min-width: 1200px) {
  .application .app-demo {
    margin-left: 5px
  }
}
.home-footer {
  padding: 100px 0 0;
  text-align: center
}
.home-footer .nav {
  display: inline-block
}
.home-footer .nav-tabs-two li:not(.active) a {
  border-color: rgba(255, 255, 255, 0.3)
}
.home-footer .tab-content {
  margin: 70px 0 0
}
.home-footer .footer-header {
  margin-bottom: 30px
}
.home-footer .footer-header h2 {
  color: white
}
.home-footer .contact-item h5, .home-footer .contact-item p {
  color: #fff !important
}
.home-footer .contact-item h5 {
  margin-top: 10px;
  margin-bottom: 5px
}
.home-footer form .form-control {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 0;
  box-shadow: none;
  padding-left: 22px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  color: white;
  width: 100%
}
.home-footer form .form-control:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}
.home-footer form .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.home-footer #mapCanvas {
  height: 470px;
  width: 100%
}
.dotted-line {
  position: absolute;
  top: 0;
  right: -51%;
  width: 100%;
  overflow: hidden
}
.dotted-line:after {
  color: #6b6c70;
  content: '\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022';
  font-size: 30px;
  letter-spacing: 10px;
  line-height: 80px
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dotted-line:after {
    content: '\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022'
  }
}
#filters button {
  color: #7f858f
}
#filters button.active {
  color: #fff
}
#page-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #2e2e2e;
  z-index: 100500;
  display: none
}
#page-preloader .spinner {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border: 3px solid transparent;
  border-top-color: #001e52;
  border-radius: 50%;
  z-index: 1001;
  -webkit-animation: spin 2.5s infinite linear;
  animation: spin 2.5s infinite linear
}
#page-preloader .spinner:before, #page-preloader .spinner:after {
  content: '';
  position: absolute;
  border-radius: 50%
}
#page-preloader .spinner:before {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 3px solid transparent;
  border-top-color: #ffffff;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear
}
#page-preloader .spinner:after {
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 3px solid transparent;
  border-top-color: #f8971d;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.wrap-services {
  padding: 130px 0 60px 0
}
.wrap-services .service-icon {
  font-size: 45px;
  color: #f8981d;
  width: 15%;
  line-height: 38px
}
.wrap-services .service-item {
  margin-bottom: 30px
}
.wrap-services .service-text {
  min-height: 220px;
  width: 84%
}
.wrap-services .service-text .text-title {
  font-size: 20px;
  font-weight: 600;
  color: #2a2d32;
  margin-bottom: 15px;
  line-height: 22px
}
.wrap-services .service-text {
  line-height: 32px;
  font-size: 16px;
  color: #7e848e
}
.wrap-programs {
  min-height: 590px;
  padding-top: 170px;
  background: url(../images/placehold/1920x1080.gif) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  padding-bottom: 140px;
  position: relative
}
.wrap-programs:before {
  background: rgba(40, 173, 98, 0.8);
  content: "";
  width: 100%;
  left: 0;
  right: 0;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0
}
section.team {
  padding-bottom: 170px
}
.wrap-programs .program-item {
  margin-bottom: 20px
}
.wrap-programs .program-item canvas {
  padding: 8px;
  border: 2px solid #7ec092;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%
}
.wrap-programs .program-item .program-title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 2px;
  font-weight: 600
}
.wrap-programs .program-item .program-text {
  font-size: 14px;
  color: #94f7be;
  line-height: 29px;
  margin-bottom: 15px;
  min-height: 58px
}
.wrap-programs .program-item .program-icon {
  position: relative
}
.wrap-programs .program-item .program-icon p {
  position: absolute;
  top: 27px;
  left: 0px;
  right: 0;
  font-size: 40px;
  color: #fff;
  font-weight: 300
}
.wrap-timeline {
  border-top: 1px solid #e7e8ec;
  position: relative;
  background: #f9f9fa
}
.wrap-timeline:after {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  bottom: 110px;
  left: 50%;
  width: 2px;
  margin-left: -1px;
  background: #cacddc
}
.wrap-timeline .top-row .time-title {
  color: #e89042;
  font-size: 14px;
  font-weight: 800;
  margin-top: -125px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 100px;
  margin-bottom: 27px;
  position: relative
}
.round-ico {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 5px solid #eeeef2;
  border-radius: 50%;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(202, 205, 220, 1);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(202, 205, 220, 1);
  box-shadow: inset 0px 0px 0px 2px rgba(202, 205, 220, 1)
}
.round-ico.little {
  width: 25px;
  height: 25px;
  background: #fff;
  border: 5px solid #eeeef2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(202, 205, 220, 1);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(202, 205, 220, 1);
  box-shadow: inset 0px 0px 0px 2px rgba(202, 205, 220, 1)
}
.wrap-timeline .top-row .time-title .round-ico {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: 40px;
  z-index: 1
}
.wrap-timeline .top-row .time-title .round-ico:after {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 40px;
  left: 50%;
  top: 30px;
  margin-left: -1px;
  background: #cacddc
}
.wrap-timeline .row {
  position: relative
}
.wrap-timeline .row > .round-ico.big {
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -20px;
  z-index: 1
}
.wrap-timeline .row > .round-ico.big:after {
  content: '';
  display: block;
  position: absolute;
  width: 34px;
  height: 1px;
  left: 100%;
  top: 13px;
  background: #cacddc
}
.wrap-timeline .row > .round-ico.big:before {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  right: -37px;
  top: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #cacddc
}
.wrap-timeline .row > .round-ico.little {
  position: absolute;
  top: 4px;
  left: 50%;
  margin-left: -13px;
  z-index: 1
}
.wrap-timeline .row > .round-ico.little:after {
  content: '';
  display: block;
  position: absolute;
  width: 34px;
  height: 1px;
  right: 100%;
  top: 6px;
  background: #cacddc
}
.wrap-timeline .row > .round-ico.little:before {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  left: -37px;
  top: 3px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #cacddc
}
.wrap-timeline .left-row {
  text-align: right;
  margin-bottom: 20px
}
.wrap-timeline .right-row {
  text-align: left;
  margin-bottom: 20px
}
.wrap-timeline .right-row .time-item {
  padding-left: 80px
}
.wrap-timeline .left-row .time-item {
  padding-right: 80px
}
.wrap-timeline .time-item .date {
  font-size: 14px;
  color: #27ae60;
  font-weight: 600
}
.wrap-timeline .time-item .time-image img {
  max-width: 100%;
  margin-bottom: 20px;
  width: auto
}
.wrap-timeline .time-item .title {
  font-size: 18px;
  color: #2a2d32;
  font-weight: 600;
  margin-bottom: 6px
}
.wrap-timeline .time-item .text {
  font-size: 14px;
  color: #7e848e
}
.wrap-timeline .plus {
  padding-bottom: 90px
}
.wrap-timeline .plus .plus-ico {
  display: block;
  z-index: 1;
  margin: 0 auto;
  position: relative;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 5px solid #eeeef2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(202, 205, 220, 1);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(202, 205, 220, 1);
  box-shadow: inset 0px 0px 0px 2px rgba(202, 205, 220, 1);
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  padding: 0;
  color: #cacddc
}
.wrap-timeline .plus .plus-ico:after {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 10px;
  left: 50%;
  margin-left: -1px;
  bottom: 100%;
  background: #cacddc
}
.wrap-timeline .plus .plus-ico:hover {
  color: #fff;
  background: #27ae60;
  box-shadow: none
}
@media screen and (max-width: 769px) {
  .wrap-timeline {
    border-top: 1px solid #e7e8ec
  }
  .wrap-timeline:after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    bottom: 110px;
    left: 60px;
    width: 2px;
    margin-left: -1px;
    background: #cacddc
  }
  .wrap-timeline .top-row .time-title {
    margin-top: -130px;
    text-align: left;
    padding-bottom: 105px;
    margin-bottom: 33px
  }
  .wrap-timeline .top-row .time-title .round-ico {
    position: absolute;
    left: 0;
    margin-left: 0;
    bottom: 40px
  }
  .wrap-timeline .row > .round-ico.little {
    left: 22px;
    margin-left: 0
  }
  .wrap-timeline .row > .round-ico.little:after {
    left: 100%
  }
  .wrap-timeline .row > .round-ico.little:before {
    right: -37px;
    left: auto
  }
  .wrap-timeline .row > .round-ico.big {
    position: absolute;
    top: -5px;
    left: 35px;
    margin-left: -20px
  }
  .wrap-timeline .right-row .time-item {
    padding-left: 110px;
    text-align: left
  }
  .wrap-timeline .left-row .time-item {
    padding-left: 110px;
    text-align: left;
    padding-right: 0
  }
  .wrap-timeline .time-item .time-image img {
    max-width: 100%;
    width: auto
  }
  .wrap-timeline .plus {
    padding-bottom: 90px
  }
  .wrap-timeline .plus .plus-ico {
    display: block;
    margin: 0 0 0 -5px
  }
  .navbar > .container .navbar-brand {
    padding-left: 0
  }
}
section.team .ui-slider-horizontal .ui-slider-handle {
  top: -10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.37), 0 7px 2px rgba(0, 0, 0, 0.05);
  outline: none
}
section.team .ui-widget-content {
  background-color: #fff;
  background: rgba(0, 0, 0, 0.1);
  height: 5px
}
section.team .ui-slider-horizontal .ui-slider-handle {
  top: -10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.37), 0 7px 2px rgba(0, 0, 0, 0.05);
  outline: none
}
section.team .team-description h3 {
  font-size: 30px
}
section.team .team-description p {
  font-size: 14px
}
section.team .team-description {
  margin-bottom: 40px;
  padding-top: 70px
}
section.team .team-description.no-padding {
  padding-top: 0
}
section.team .section-header {
  margin-bottom: 30px
}
section.team .ui-widget-content {
  background-color: #fff;
  background: rgba(0, 0, 0, 0.1);
  height: 5px
}
section.team .team-description h3 {
  font-size: 30px
}
section.team .team-description p {
  font-size: 14px
}
.ui-slider-horizontal .ui-slider-handle {
  top: -10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.37), 0 7px 2px rgba(0, 0, 0, 0.05);
  outline: none
}
.about-me-header {
  min-height: 700px;
  background: url(../images/placehold/1920x700.gif) top center no-repeat;
  background-size: cover;
  text-align: left
}
.about-me-header h1 {
  padding-top: 300px;
  color: #ffffff;
  font-size: 60px;
  font-weight: 300;
  margin-bottom: 25px;
  text-transform: capitalize;
  font-family: "Raleway", sans-serif
}
.about-me-header .path {
  color: #ffffff;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Raleway", sans-serif
}
.section-info {
  padding: 125px 0
}
.section-info .skills {
  padding-bottom: 0
}
.wrap-features {
  min-height: 700px;
  padding: 100px 0;
  background: url(../images/placehold/1920x1080.gif) center no-repeat;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative
}
.wrap-features:before {
  background: rgba(40, 173, 98, 0.7);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0
}
.wrap-features .divider.striped-icon {
  top: -1px
}
.wrap-features .wrap-feature-item {
  position: relative;
  z-index: 1;
  perspective: 1000px
}
.wrap-features .wrap-feature-item:hover .feature-item {
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg)
}
.wrap-features .wrap-feature-item .feature-item {
  width: 100%;
  height: 286px;
  transform-style: preserve-3d;
  transition: all .2s linear;
  text-align: center;
  background: #fff;
  padding: 40px 0;
  margin: 0 auto 25px;
  /*max-width: 300px;*/
  
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 286px
}
.wrap-features.dark-bg .wrap-feature-item .feature-item {
  background: transparent;
}
.wrap-features.dark-bg .wrap-feature-item .feature-item .title, .wrap-features.dark-bg .wrap-feature-item .feature-item .text {
  color: #ffffff;
}
.wrap-features .wrap-feature-item .feature-item .face {
  position: absolute;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.wrap-features .wrap-feature-item .feature-item .face.back {
  top: 0;
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  box-sizing: border-box;
  padding: 10px;
  color: white;
  text-align: center
}
.wrap-features .wrap-feature-item .feature-item .face.back .title {
  font-size: 14px
}
.wrap-features .wrap-feature-item .feature-item .face.back .ico {
  height: 35px;
  border: none;
  box-shadow: none
}
.wrap-features .wrap-feature-item .feature-item .ico {
  padding-top: 17px;
  width: 120px;
  height: 120px;
  border: 5px solid #f3f3f5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #e7e8ec inset;
  -moz-box-shadow: 0 0 0 2px #e7e8ec inset;
  -webkit-box-shadow: 0 0 0 2px #e7e8ec inset;
  display: inline-block;
  color: #f8981d;
  font-size: 36px;
  margin-bottom: 10px
}
.wrap-features .wrap-feature-item .feature-item .text {
  padding: 0 20px;
  text-align: center;
  color: #7e848e;
  font-size: 14px;
  line-height: 28px
}
.wrap-features .wrap-feature-item .feature-item .title {
  font-weight: 600;
  color: #2a2d32;
  font-size: 18px
}
.wrap-features .wrap-feature-item .feature-item .number {
  color: #e89042;
  font-weight: 600;
  font-size: 18px
}
.wrap-tabs {
  padding: 100px 0
}
.wrap-tabs .nav-tabs-vertical > li {
  min-width: 220px
}
.wrap-works {
  margin-bottom: 50px
}
.wrap-works .section-header {
  margin-bottom: 60px
}
.wrap-works .post {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 370px;
  padding-bottom: 70px
}
.wrap-works .post .post-heading {
  position: relative
}
.wrap-works .post .post-heading .post-image {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 230px;
  overflow: hidden
}
.wrap-works .post .post-heading .post-image img {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px
}
.wrap-works .post .post-heading .post-image .mask {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #27ae60;
  background: rgba(39, 174, 96, 0.8);
  padding: 30px;
  color: #fff
}
.wrap-works .post .post-heading .post-image .mask i {
  color: #fff
}
.wrap-works .post .post-heading .post-image .mask .icons {
  margin-top: 23%;
  text-align: center
}
.wrap-works .post .post-heading .post-image .mask .icons i {
  margin: 0 10px;
  font-size: 30px
}
.wrap-works .post .post-heading .post-image:hover {
  background: #27ae60
}
.wrap-works .post .post-heading .post-image:hover .mask {
  opacity: 1
}
.wrap-works .post .post-body {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border: 1px solid #e7e8ec;
  border-top: none;
  text-align: center;
  padding: 25px 30px 20px
}
.wrap-works .post .post-body p {
  margin-bottom: 0;
  color: #7e848e;
  font-size: 13px;
  font-weight: normal
}
.wrap-works .post .post-body h5 {
  color: #2a2d32;
  font-weight: bold;
  font-size: 14px
}
.wrap-counters {
  min-height: 540px;
  padding: 170px 0 120px;
  background: url(../images/placehold/1920x1080.gif) center no-repeat;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative
}
.wrap-counters:before {
  background: rgba(40, 173, 98, 0.7);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0
}
.wrap-counters .row-counters > div:last-child .count:before {
  display: none
}
.wrap-counters .row-counters .counter-item {
  margin-bottom: 30px;
  color: #fff;
  text-align: center
}
.wrap-counters .row-counters .counter-item .icon {
  margin-bottom: 20px
}
.wrap-counters .row-counters .counter-item .icon i {
  font-size: 36px
}
.wrap-counters .row-counters .counter-item .count {
  font-size: 48px;
  font-weight: 300;
  position: relative;
  padding-top: 25px
}
.wrap-counters .row-counters .counter-item .count:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #7abf91;
  top: 0;
  left: 50%;
  margin-left: -7px
}
.wrap-counters .row-counters .counter-item .count:before {
  content: '';
  position: absolute;
  background: #6bb986;
  background: rgba(255, 255, 255, 0.22);
  width: 200px;
  height: 1px;
  top: 7px;
  left: 50%
}
.wrap-counters .row-counters .counter-item p {
  font-size: 14px;
  font-weight: normal
}
body {} .price-header {
  height: 700px;
  background: url(../images/placehold/1920x700.gif) top center no-repeat;
  background-size: cover;
  text-align: center;
  position: relative
}
.price-header h1 {
  color: #ffffff;
  padding-top: 300px;
  font-size: 60px;
  font-weight: 300;
  margin-bottom: 25px;
  text-transform: capitalize;
  font-family: "Raleway", sans-serif
}
.price-header .path {
  color: #ffffff;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Raleway", sans-serif
}
.price-header .bottom-line {
  height: 150px;
  position: absolute;
  left: 50%;
  width: 2px;
  background: #fff;
  margin-left: -1px;
  bottom: 0
}
.price-header .bottom-line:after {
  content: '';
  position: absolute;
  display: block;
  bottom: 150px;
  width: 16px;
  height: 16px;
  left: 50%;
  margin-left: -8px;
  border: 2px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%
}
.price-page {
  background: none;
  margin-bottom: 50px
}
.rates-title {
  text-align: center;
  padding: 60px 0 0
}
.rates-title h5 {
  font-size: 36px;
  font-weight: 300;
  color: #2a2d32;
  margin-bottom: 20px
}
.rates-title p {
  color: #7e848e;
  font-size: 14px
}
.wrap-rates {
  padding: 100px 0 80px;
  background: url(../images/placehold/1920x1080.gif) center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative
}
.wrap-rates .divider.striped-icon {
  top: -1px
}
.wrap-rates:before {
  background: rgba(40, 173, 98, 0.7);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0
}
.wrap-rates ul {
  margin-bottom: 20px
}
.wrap-rates ul li {
  color: #fff;
  font-size: 14px;
  padding: 18px 0;
  border-bottom: 1px solid #75b78a
}
.wrap-rates ul li i {
  padding-top: 8px
}
.wrap-rates ul li:last-child {
  border: none
}
.wrap-downloads {
  padding: 55px 0 70px
}
.wrap-downloads .download-item {
  margin-bottom: 25px
}
.wrap-downloads .download-item .ico {
  padding-bottom: 30px
}
.wrap-downloads .download-item .ico .down-ico {
  display: block;
  height: 40px;
  width: 30px;
  background: url(../images/icons/download-icon.png) center no-repeat
}
.wrap-downloads .download-item .title {
  color: #2a2d32;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px
}
.wrap-downloads .download-item .text {
  color: #7e848e;
  font-size: 14px;
  font-weight: normal
}
.wrap-downloads .download-item a {
  display: block;
  color: #2783ae;
  font-size: 15px
}
.wrap-downloads .download-item a:hover {
  color: #0097de
}
.wrap-questions {
  padding: 60px 0 70px;
  background: #f9f9fa;
  border-top: 1px solid #e7e8ec;
  position: relative
}
.wrap-questions .info-icon {
  position: absolute;
  left: 50%;
  top: -40px;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  background: #27ae60;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #bee6cf;
  text-align: center;
  padding-top: 16px
}
.wrap-questions .info-icon i {
  font-size: 36px;
  color: #fff
}
.wrap-questions h4 {
  text-align: center;
  margin-bottom: 40px;
  text-transform: none
}
.wrap-questions .wrap-ask {
  padding: 20px 0
}
.gallery-header {
  height: 700px;
  background: url(../images/placehold/1920x700.gif) top center no-repeat;
  background-size: cover;
  text-align: center;
  position: relative
}
.bg-lightblue {
  background: url(../images/bg-blue2.jpg) top center no-repeat;
  background-size: cover;
  text-align: center;
  position: relative
}
.bg-lightGray {
  background-color: #f9f9fa
}
.text-white {
  color: #fff !important
}
.gallery-header h1 {
  color: #ffffff;
  padding-top: 300px;
  font-size: 60px;
  font-weight: 300;
  margin-bottom: 25px;
  text-transform: capitalize;
  font-family: "Raleway", sans-serif
}
.gallery-header .path {
  color: #ffffff;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Raleway", sans-serif
}
.gallery-header .bottom-line {
  height: 150px;
  position: absolute;
  left: 50%;
  width: 2px;
  background: #fff;
  margin-left: -1px;
  bottom: 0
}
.gallery-header .bottom-line:after {
  content: '';
  position: absolute;
  display: block;
  bottom: 150px;
  width: 16px;
  height: 16px;
  left: 50%;
  margin-left: -8px;
  border: 2px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%
}
.wrap-contacts {
  background: #f9f9fa;
  border-top: 1px solid #e7e8ec;
  position: relative;
  padding: 70px 0 100px
}
.wrap-contacts .anchor-icon {
  position: absolute;
  left: 50%;
  top: -40px;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  background: #27ae60;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #bee6cf;
  text-align: center;
  padding-top: 16px
}
.wrap-contacts .anchor-icon i {
  font-size: 36px;
  color: #fff
}
.wrap-contacts .copyright-links li {
  padding: 0 20px
}
.wrap-contacts .copyright-links li i {
  font-size: 36px;
  color: #c5c7cb
}
.wrap-contacts .copyright-links li i:hover {
  color: #27ae60
}
.contact-footer {
  padding: 180px 0 0;
  text-align: center
}
.contact-footer .container-tabs {
  padding-bottom: 80px
}
.contact-footer .nav {
  display: inline-block
}
.contact-footer .nav-tabs-two li:not(.active) a {
  border-color: rgba(255, 255, 255, 0.3)
}
.contact-footer .tab-content {
  margin: 70px 0 0
}
.contact-footer .footer-header {
  margin-bottom: 50px
}
.contact-footer .footer-header h2 {
  color: white
}
.contact-footer .contact-item h5, .contact-footer .contact-item p {
  color: white
}
.contact-footer .contact-item h5 {
  margin-top: 27px
}
.contact-footer form .form-control {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 0;
  box-shadow: none;
  padding-left: 22px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  color: white;
  width: 100%
}
.contact-footer form .form-control:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}
.contact-footer form .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.contact-footer #mapCanvas {
  height: 470px;
  width: 100%
}
.wrap-map {
  height: 700px;
  padding-top: 100px;
  width: 100%
}
#mapCanvas {
  height: 600px
}
.white-navbar .navbar-nav.with-border > li > a:before {
  background: #27ae60
}
.white-navbar .navbar-default {
  border-color: #e8e9ed;
  background: rgba(255, 255, 255, 0.9)
}
.white-navbar .navbar-search {
  background: #fff;
  background: rgba(255, 255, 255, 0.9)
}
.white-navbar .navbar-search .form-control {
  color: #7f858f
}
.white-navbar .navbar-search .form-control::-webkit-input-placeholder {
  color: #7f858f !important;
  opacity: 1
}
.white-navbar .navbar-search .form-control::-moz-placeholder {
  color: #7f858f !important;
  opacity: 1
}
.white-navbar .navbar-search .form-control:-moz-placeholder {
  color: #7f858f !important;
  opacity: 1
}
.white-navbar .navbar-search .fa {
  color: #7f858f
}
.white-navbar .navbar-brand .normal-logo {
  display: block;
  opacity: 1
}
.white-navbar .navbar-brand .inverse-logo {
  display: none;
  opacity: 0
}
.white-navbar .navbar-nav > li > a {
  color: #7f858f
}
.white-navbar .navbar-nav > li > a:hover, .white-navbar .navbar-nav > li > a:active, .white-navbar .navbar-nav > li > a:focus {
  color: #2b2e33
}
.white-navbar .navbar-nav > li.active > a {
  color: #2b2e33
}
.white-navbar .navbar-nav > li.active > a:before {
  background: #28ad62
}
.white-navbar .navbar-nav > li.active > a:hover, .white-navbar .navbar-nav > li.active > a:active, .white-navbar .navbar-nav > li.active > a:visited, .white-navbar .navbar-nav > li.active > a:focus {
  color: #2b2e33
}
.wrap-contact-info {
  padding: 80px 0 100px
}
.wrap-contact-info .wrap-contact-form h4 {
  margin-bottom: 44px
}
.wrap-contact-info .wrap-contact-form .form-group .form-control {
  margin-bottom: 0px
}
.wrap-contact-info .wrap-contact-form .form-group textarea {
  min-height: 130px;
  max-width: 100%;
  margin-bottom: 10px
}
.wrap-contact-info .wrap-contact-info-text h4 {
  margin-bottom: 15px
}
.wrap-contact-info .wrap-contact-info-text .type-info {
  font-weight: bold;
  color: #2a2d32;
  margin-bottom: 15px
}
.wrap-contact-info .wrap-contact-info-text .fa {
  color: #27ae60;
  margin-right: 15px;
  min-width: 20px
}
.wrap-contact-info .wrap-contact-info-text .copyright-links li .fa {
  color: #7e848e
}
.wrap-contact-info .wrap-contact-info-text .copyright-links li .fa:hover {
  color: #2a2d32
}
.about-header {
  padding-top: 250px;
  height: 550px;
  background: url(../images/aboutBg.jpg) center no-repeat;
  background-size: cover;
  text-align: center;
  position: relative
}
.about-header h1 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 25px;
  text-transform: capitalize;
  font-family: "Raleway", sans-serif
}
.banner-text h3 {
  color: #ffffff;
  text-transform: inherit;
}
.about-header .path {
  color: #ffffff;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Raleway", sans-serif
}
.about-header .bottom-line {
  height: 150px;
  position: absolute;
  left: 50%;
  width: 2px;
  background: #fff;
  margin-left: -1px;
  bottom: 0
}
.about-header .bottom-line:after {
  content: '';
  position: absolute;
  display: block;
  bottom: 150px;
  width: 16px;
  height: 16px;
  left: 50%;
  margin-left: -8px;
  border: 2px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%
}
.wrap-who-we {
  padding: 100px 0;
  background: #fff
}
.video {
  position: relative
}
.video #custom {
  top: 0;
  left: 0;
  position: absolute;
  bottom: 0;
  right: 0
}
.video .video-bg {
  display: none;
  top: 0;
  left: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/placehold/1920x1080.gif) center no-repeat;
  background-attachment: fixed
}
.banner-text {} .wrap-dream-team {
  background: #fff;
  padding: 80px 0 100px
}
.wrap-dream-team .list-dream-team .team-item {
  margin-bottom: 50px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px
}
.wrap-dream-team .list-dream-team .team-item.active .image .mask {
  opacity: 1
}
.wrap-dream-team .list-dream-team .team-item.add-new {
  border: 1px solid #e7e8ec;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px
}
.wrap-dream-team .list-dream-team .team-item.add-new .bottom-info {
  border: none
}
.wrap-dream-team .list-dream-team .team-item.add-new .image .mask {
  background: #fff;
  opacity: 1 !important;
  display: block;
  text-align: center;
  padding-top: 43%
}
.wrap-dream-team .list-dream-team .team-item.add-new .image .mask p {
  color: #7e848e
}
.wrap-dream-team .list-dream-team .team-item.add-new .image .mask p.large {
  color: #2a2d32;
  margin-bottom: 5px
}
.wrap-dream-team .list-dream-team .team-item.add-new .image .mask i {
  color: #27ae60;
  font-size: 36px
}
.wrap-dream-team .list-dream-team .team-item .image {
  position: relative
}
.wrap-dream-team .list-dream-team .team-item .image img {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px
}
.wrap-dream-team .list-dream-team .team-item .image .mask {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  opacity: 0.01;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #27ae60;
  background: rgba(39, 174, 96, 0.8);
  padding: 30px;
  color: #fff
}
.wrap-dream-team .list-dream-team .team-item .image .mask .fa {
  color: #fff
}
.wrap-dream-team .list-dream-team .team-item .bottom-info {
  padding: 20px;
  border: 1px solid #e7e8ec;
  border-top: none;
  height: 100px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center
}
.wrap-dream-team .list-dream-team .team-item .bottom-info .name {
  font-weight: bold;
  color: #2a2d32
}
.wrap-dream-team .list-dream-team .team-item .bottom-info .post {
  font-size: 13px;
  color: #7e848e
}
.wrap-in-work {
  position: relative;
  padding: 80px 0 0;
  margin: 0;
  background: #f9f9fa;
  border-top: 1px solid #e7e8ec
}
.wrap-in-work .section-header {
  margin-bottom: 50px
}
.gallery-squares .gallery-item {
  margin-bottom: 50px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px
}
.gallery-squares .gallery-item:hover .image .mask {
  opacity: 1
}
.gallery-squares .gallery-item .image {
  position: relative
}
.gallery-squares .gallery-item .image img {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #e7e8ec;
  border-bottom: none
}
.gallery-squares .gallery-item .image .mask {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #27ae60;
  background: rgba(39, 174, 96, 0.8);
  padding: 30px;
  color: #fff
}
.gallery-squares .gallery-item .image .mask i {
  color: #fff
}
.gallery-squares .gallery-item .image .mask .icons {
  margin-top: 23%;
  text-align: center
}
.gallery-squares .gallery-item .image .mask .icons i {
  margin: 0 10px;
  font-size: 30px
}
.gallery-squares .gallery-item .bottom-info {
  padding: 30px;
  border: 1px solid #e7e8ec;
  min-height: 100px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center
}
.gallery-squares .gallery-item .bottom-info .name {
  font-weight: bold;
  color: #2a2d32
}
.gallery-squares .gallery-item .bottom-info .post {
  font-size: 13px;
  color: #7e848e
}
.gallery-2 .section-header {
  margin-bottom: 10px
}
.gallery-2 .btn-group {
  margin-bottom: 30px
}
.gallery-2 .gallery-load {
  padding-top: 0
}
.gallery-3 .section-header {
  margin-bottom: 10px
}
.gallery-3 .btn-group {
  margin-bottom: 30px
}
.gallery-3 .gallery-load {
  padding-top: 0
}
.gallery-single-header {
  padding: 200px 0 50px
}
.gallery-single-header .path {
  color: #27ae60;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 15px
}
.wrap-gallery-item .carousel .carousel-control {
  width: 70px;
  height: 70px;
  top: 50%;
  background: #333;
  bottom: auto;
  background: rgba(0, 0, 0, 0.4);
  margin-top: -35px
}
.wrap-gallery-item .carousel .carousel-control .fa {
  line-height: 70px;
  text-align: center;
  font-size: 36px
}
.wrap-gallery-item .carousel .carousel-control.left {
  left: 0;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px
}
.wrap-gallery-item .carousel .carousel-control.right {
  right: 0;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px
}
.wrap-gallery-item .wrap-decription {
  margin-top: 65px
}
.wrap-gallery-item .wrap-decription h5 {
  margin-bottom: 22px
}
.wrap-gallery-item .wrap-info {
  position: relative;
  margin-top: 65px
}
.wrap-gallery-item .wrap-info:before {
  content: '';
  position: absolute;
  left: -10%;
  top: 0;
  bottom: 0;
  border-right: 1px solid #e7e8ec
}
.wrap-gallery-item .wrap-info .col-share {
  padding-top: 10px
}
.wrap-gallery-item .wrap-info h5 {
  margin-bottom: 22px
}
.wrap-gallery-item .wrap-info .type-info {
  font-weight: bold;
  color: #2a2d32;
  margin-bottom: 15px
}
.wrap-gallery-item .wrap-info .type-info h5 {
  padding-top: 5px;
  margin: 0
}
.wrap-gallery-item .wrap-info .info a {
  color: #2783ae
}
.wrap-gallery-item .wrap-info .info a:hover {
  text-decoration: underline
}
.wrap-gallery-item .wrap-info .fa {
  color: #27ae60;
  margin-right: 15px;
  min-width: 20px
}
.wrap-gallery-item .wrap-info .copyright-links li .fa {
  color: #7e848e;
  font-size: 18px;
  margin-right: 0
}
.wrap-gallery-item .wrap-info .copyright-links li .fa:hover {
  color: #2a2d32
}
.wrap-recents-projects {
  padding: 40px 0 40px
}
.gallery-single-2 {
  padding-bottom: 20px
}
.gallery-single-2 .carousel {
  margin-bottom: 60px
}
.gallery-single-2 .wrap-decription {
  margin-top: 0
}
.gallery-single-2 .wrap-info {
  margin-top: 20px
}
.gallery-single-2 .wrap-info:before {
  display: none
}
.blog-header {
  padding-top: 300px;
  height: 700px;
  background: url(../images/placehold/1920x700.gif) center no-repeat;
  background-size: cover;
  text-align: center;
  position: relative
}
.blog-header.blog-post-header {
  background-image: url(../images/placehold/1920x700.gif)
}
.blog-header h1 {
  color: #ffffff;
  text-transform: none;
  font-size: 60px;
  font-weight: 300;
  margin-bottom: 25px;
  font-family: "Raleway", sans-serif
}
.blog-header .path {
  color: #ffffff;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Raleway", sans-serif
}
.blog-header .bottom-line {
  height: 150px;
  position: absolute;
  left: 50%;
  width: 2px;
  background: #fff;
  margin-left: -1px;
  bottom: 0
}
.blog-header .bottom-line:after {
  content: '';
  position: absolute;
  display: block;
  bottom: 150px;
  width: 16px;
  height: 16px;
  left: 50%;
  margin-left: -8px;
  border: 2px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%
}
.wrap-blog-content {
  padding: 100px 0 100px 0
}
.wrap-blog-content .left-column .wrap-blog-post {
  margin-bottom: 50px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}
.wrap-blog-content .left-column .wrap-blog-post .carousel .carousel-control {
  width: 50px;
  height: 50px;
  top: 50%;
  background: #333;
  bottom: auto;
  background: rgba(0, 0, 0, 0.4);
  margin-top: -25px
}
.wrap-blog-content .left-column .wrap-blog-post .carousel .carousel-control .fa {
  line-height: 50px;
  text-align: center;
  font-size: 30px
}
.wrap-blog-content .left-column .wrap-blog-post .carousel .carousel-control.left {
  left: 0;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px
}
.wrap-blog-content .left-column .wrap-blog-post .carousel .carousel-control.right {
  right: 0;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px
}
.wrap-blog-content .left-column .wrap-blog-post .carousel .item img {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px
}
.wrap-blog-content .left-column .wrap-blog-post .carousel .carousel-indicators {
  margin-bottom: 0
}
.wrap-blog-content .left-column .wrap-blog-post .carousel .carousel-indicators li {
  background: #000;
  opacity: 0.3;
  border: none !important;
  margin: 0 5px
}
.wrap-blog-content .left-column .wrap-blog-post .carousel .carousel-indicators li:hover {
  background: #27ae60;
  opacity: 1
}
.wrap-blog-content .left-column .wrap-blog-post .carousel .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  background: #27ae60;
  opacity: 1
}
.wrap-blog-content .left-column .wrap-blog-post .wrap-video {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  position: relative
}
.wrap-blog-content .left-column .wrap-blog-post .wrap-video .striped-icon-xlarge {
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  cursor: pointer;
  position: absolute;
  padding-left: 10px
}
.wrap-blog-content .left-column .wrap-blog-post .wrap-video .striped-icon-xlarge:after {
  z-index: 1
}
.wrap-blog-content .left-column .wrap-blog-post .wrap-video .striped-icon-xlarge .fa {
  position: relative;
  z-index: 2
}
.wrap-blog-content .left-column .wrap-blog-post.only-description .wrap-post-description {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px
}
.wrap-blog-content .left-column .wrap-blog-post .wrap-post-description {
  text-align: left;
  border: 1px solid #e7e8ec;
  padding: 20px 65px 35px;
  margin-top: -1px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #fff;
  position: relative
}
.wrap-blog-content .left-column .wrap-blog-post .wrap-post-description .post-avatar {
  position: absolute;
  right: 65px;
  top: -35px
}
.wrap-blog-content .left-column .wrap-blog-post .wrap-post-description .post-avatar img {
  width: 70px;
  height: 70px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid white
}
.wrap-blog-content .left-column .wrap-blog-post .wrap-post-description .share {
  line-height: 50px
}
.wrap-blog-content .left-column .wrap-blog-post .wrap-post-description .share .fa {
  font-size: 18px;
  color: #c5c7cb
}
.wrap-blog-content .left-column .wrap-blog-post .wrap-post-description .list-inline {
  margin-right: 85px
}
.wrap-blog-content .left-column .wrap-blog-post .wrap-post-description .list-inline li {
  font-size: 13px;
  color: #c5c7cb;
  margin-right: 6%
}
.wrap-blog-content .left-column .wrap-blog-post .wrap-post-description .list-inline li .fa {
  margin-right: 7px
}
.wrap-blog-content .left-column .wrap-blog-post .wrap-post-description h2 {
  text-transform: none;
  color: #2a2d32;
  font-weight: normal;
  font-size: 30px
}
.wrap-blog-content .left-column .wrap-blog-post .wrap-post-description p {
  color: #7e848e;
  font-size: 14px
}
.wrap-blog-content .left-column .wrap-pagination .pagination-list li {
  float: left;
  text-align: center;
  min-width: 50px;
  margin-bottom: 10px
}
.wrap-blog-content .left-column .wrap-pagination .pagination-list li:first-child a {
  border-left: 1px solid #e7e8ec;
  width: 137px
}
.wrap-blog-content .left-column .wrap-pagination .pagination-list li:last-child a {
  width: 115px
}
.wrap-blog-content .left-column .wrap-pagination .pagination-list li a, .wrap-blog-content .left-column .wrap-pagination .pagination-list li span {
  width: auto;
  display: block;
  border: 1px solid #e7e8ec;
  margin-left: -1px;
  min-width: 50px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  padding: 0 15px;
  font-size: 14px;
  color: #7e848e;
  font-weight: bold
}
.wrap-blog-content .left-column .wrap-pagination .pagination-list li a:hover {
  background: #27ae60;
  border-color: #27ae60;
  color: #fff
}
.wrap-blog-content .left-column .wrap-pagination .pagination-list li.active a {
  background: #27ae60;
  border-color: #27ae60;
  color: #fff
}
.wrap-blog-content .sidebar h5 .fa {
  margin-right: 14px;
  font-size: 18px;
  color: #27ae60
}
.wrap-blog-content .sidebar .search {
  margin-bottom: 40px
}
.wrap-blog-content .sidebar .search .fa {
  color: #c5c7cb
}
.wrap-blog-content .sidebar .categories {
  margin-bottom: 40px;
  padding: 0 0 15px 0;
  border-bottom: 1px dotted #d0d2d7
}
.wrap-blog-content .sidebar .categories ul li {
  line-height: 35px
}
.wrap-blog-content .sidebar .categories ul li a {
  font-size: 14px;
  color: #2783ae
}
.wrap-blog-content .sidebar .categories ul li a:hover {
  text-decoration: underline
}
.wrap-blog-content .sidebar .categories ul li span {
  color: #c5c7cb;
  font-weight: 600
}
.wrap-blog-content .sidebar .calendar {
  margin-bottom: 40px;
  padding: 0 0 15px 0;
  border-bottom: 1px dotted #d0d2d7
}
.wrap-blog-content .sidebar .calendar #my-calendar {
  max-width: 350px
}
.wrap-blog-content .sidebar .calendar #my-calendar .ui-datepicker-header {
  border: none;
  background: none;
  font-size: 14px;
  color: #2a2d32;
  font-weight: bold;
  text-align: center
}
.wrap-blog-content .sidebar .calendar #my-calendar .ui-datepicker-header .ui-datepicker-year {
  color: #27ad60;
  font-weight: normal
}
.wrap-blog-content .sidebar .calendar #my-calendar .ui-datepicker-header .ui-datepicker-prev {
  float: left
}
.wrap-blog-content .sidebar .calendar #my-calendar .ui-datepicker-header .ui-datepicker-prev span {
  margin-top: 7px;
  background: url(../images/calendar-left.png) left center no-repeat;
  cursor: pointer
}
.wrap-blog-content .sidebar .calendar #my-calendar .ui-datepicker-header .ui-datepicker-next {
  float: right
}
.wrap-blog-content .sidebar .calendar #my-calendar .ui-datepicker-header .ui-datepicker-next span {
  margin-top: 7px;
  background: url(../images/calendar-right.png) left center no-repeat;
  cursor: pointer
}
.wrap-blog-content .sidebar .calendar #my-calendar .ui-datepicker-calendar {
  width: 100%
}
.wrap-blog-content .sidebar .calendar #my-calendar .ui-datepicker-calendar tr th {
  font-size: 12px;
  color: #d0d5d9
}
.wrap-blog-content .sidebar .calendar #my-calendar .ui-datepicker-calendar tr td {
  color: #7e848e;
  font-size: 14px;
  font-weight: normal
}
.wrap-blog-content .sidebar .calendar #my-calendar .ui-datepicker-calendar tr td a {
  color: #7e848e;
  font-size: 14px;
  font-weight: normal
}
.wrap-blog-content .sidebar .calendar #my-calendar .ui-datepicker-calendar tr td a.ui-state-active {
  color: #27ad60
}
.wrap-blog-content .sidebar .calendar #my-calendar .ui-datepicker-calendar tr td a.ui-state-highlight {
  background: none;
  border: none;
  box-shadow: none
}
.wrap-blog-content .sidebar .tags {
  margin-bottom: 40px;
  padding: 0 0 15px 0;
  border-bottom: 1px dotted #d0d2d7
}
.wrap-blog-content .sidebar .tags ul li {
  float: left
}
.wrap-blog-content .sidebar .tags ul li a, .wrap-blog-content .sidebar .tags ul li a:hover, .wrap-blog-content .sidebar .tags ul li a:visited {
  padding: 0 5px;
  font-size: 14px;
  color: #2783ae
}
.wrap-blog-content .sidebar .tags ul li a:hover, .wrap-blog-content .sidebar .tags ul li a:hover:hover, .wrap-blog-content .sidebar .tags ul li a:visited:hover {
  text-decoration: underline
}
.wrap-blog-content .sidebar .popular-posts {
  margin-bottom: 40px;
  padding: 0 0 0px 0;
  border-bottom: 1px dotted #d0d2d7
}
.wrap-blog-content .sidebar .popular-posts > ul {
  padding-top: 10px
}
.wrap-blog-content .sidebar .popular-posts > ul > li {
  margin-bottom: 35px;
  display: block
}
.wrap-blog-content .sidebar .popular-posts > ul > li .avatar {
  margin-right: 20px
}
.wrap-blog-content .sidebar .popular-posts > ul > li .title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #2a2d32;
  font-size: 14px;
  font-weight: bold
}
.wrap-blog-content .sidebar .popular-posts > ul > li .title:hover {
  text-decoration: underline
}
.wrap-blog-content .sidebar .popular-posts > ul > li .list-inline li {
  font-size: 13px
}
.wrap-blog-content .sidebar .popular-posts > ul > li .list-inline .fa {
  margin-right: 4px
}
.wrap-subscribe {
  position: relative;
  padding: 100px 0 100px 0;
  border-top: 1px solid #e7e8ec;
  background: #f9f9fa;
  margin: 0
}
.wrap-blog-content .left-column {
  position: relative;
  margin-bottom: 60px
}
.wrap-blog-content .left-column:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50px;
  border-left: 1px solid #e7e8ec
}
.wrap-blog-content.blog {
  margin-bottom: 0;
  padding-bottom: 60px
}
.wrap-blog-content.blog .post .post-image {
  max-height: 215px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out
}
.wrap-blog-content.blog .post .post-image img {
  vertical-align: middle;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out
}
.wrap-blog-content.blog .post .post-body {
  position: relative
}
.wrap-blog-content.blog .post .post-body .post-avatar {
  position: absolute;
  top: -50px;
  right: 30px
}
.wrap-blog-content.blog .post .post-body .post-avatar img {
  width: 70px;
  height: 70px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid white
}
.wrap-blog-content.blog .post .post-body h5 {
  line-height: 1.7
}
.wrap-blog-content.blog .post .post-body h5:hover {
  color: #27ae60
}
.wrap-blog-content.blog-third-col {
  padding-bottom: 100px
}
.wrap-controls {
  min-height: 80px;
  border-bottom: 1px solid #e7e8ec
}
.wrap-controls .rss {
  color: #ea813b;
  padding-top: 25px
}
.wrap-controls .dropdown {
  padding-top: 32px;
  margin-right: 20px
}
.wrap-controls .dropdown h5 {
  font-size: 14px;
  color: #2a2d32;
  cursor: pointer
}
.wrap-controls .dropdown .fa {
  color: #27ae60;
  margin-right: 10px
}
.wrap-controls .dropdown .fa.fa-caret-down {
  margin-right: 0;
  margin-left: 10px;
  color: #c5c7cb
}
.wrap-controls .dropdown ul li {
  padding: 0 10px
}
.wrap-controls .dropdown-calendar #my-calendar .ui-datepicker-header {
  border: none;
  background: none;
  font-size: 14px;
  color: #2a2d32;
  font-weight: bold;
  text-align: center
}
.wrap-controls .dropdown-calendar #my-calendar .ui-datepicker-header .ui-datepicker-year {
  color: #27ad60;
  font-weight: normal
}
.wrap-controls .dropdown-calendar #my-calendar .ui-datepicker-header .ui-datepicker-prev {
  float: left
}
.wrap-controls .dropdown-calendar #my-calendar .ui-datepicker-header .ui-datepicker-prev span {
  margin-top: 7px;
  background: url(../images/calendar-left.png) left center no-repeat;
  cursor: pointer
}
.wrap-controls .dropdown-calendar #my-calendar .ui-datepicker-header .ui-datepicker-next {
  float: right
}
.wrap-controls .dropdown-calendar #my-calendar .ui-datepicker-header .ui-datepicker-next span {
  margin-top: 7px;
  background: url(../images/calendar-right.png) left center no-repeat;
  cursor: pointer
}
.wrap-controls .dropdown-calendar #my-calendar .ui-datepicker-calendar {
  width: 100%
}
.wrap-controls .dropdown-calendar #my-calendar .ui-datepicker-calendar tr th {
  font-size: 12px;
  color: #d0d5d9;
  text-align: center
}
.wrap-controls .dropdown-calendar #my-calendar .ui-datepicker-calendar tr td {
  color: #7e848e;
  font-size: 14px;
  font-weight: normal;
  text-align: center
}
.wrap-controls .dropdown-calendar .dropdown-menu {
  min-width: 230px
}
.wrap-controls .dropdown-calendar #my-calendar .ui-datepicker-calendar tr td a {
  color: #7e848e;
  font-size: 14px;
  font-weight: normal
}
.wrap-controls .dropdown-calendar #my-calendar .ui-datepicker-calendar tr td a.ui-state-active {
  color: #27ad60
}
.wrap-controls .dropdown-calendar #my-calendar .ui-datepicker-calendar tr td a.ui-state-highlight {
  background: none;
  border: none;
  box-shadow: none
}
.wrap-controls .dropdown-categories ul li {
  line-height: 35px;
  min-width: 220px
}
.wrap-controls .dropdown-categories ul li a {
  font-size: 14px;
  color: #2783ae;
  float: left;
  padding: 0
}
.wrap-controls .dropdown-categories ul li a:hover {
  text-decoration: underline;
  background: none
}
.wrap-controls .dropdown-categories ul li span {
  color: #c5c7cb;
  font-weight: 600
}
.wrap-controls .dropdown-tags ul {
  min-width: 220px;
  z-index: 3
}
.wrap-controls .dropdown-tags ul li {
  float: left
}
.wrap-controls .dropdown-tags ul li a, .wrap-controls .dropdown-tags ul li a:hover, .wrap-controls .dropdown-tags ul li a:visited {
  padding: 0 5px;
  font-size: 14px;
  color: #2783ae
}
.wrap-controls .dropdown-tags ul li a:hover, .wrap-controls .dropdown-tags ul li a:hover:hover, .wrap-controls .dropdown-tags ul li a:visited:hover {
  text-decoration: none
}
.wrap-blog-content .post-column .post-header {
  margin-bottom: 40px
}
.wrap-blog-content .post-column .post-header .avatar {
  height: 70px;
  width: 70px;
  margin-right: 25px
}
.wrap-blog-content .post-column .post-header .avatar img {
  height: 70px;
  width: 70px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%
}
.wrap-blog-content .post-column .post-header .wrap-post-info {
  margin-left: -15px;
  padding: 0
}
.wrap-blog-content .post-column .post-header .post-info {
  border-bottom: 1px dotted #d0d2d7
}
.wrap-blog-content .post-column .post-header .post-info h5 {
  padding-top: 20px
}
.wrap-blog-content .post-column .post-header .post-info ul li {
  padding-top: 20px;
  margin-left: 12px;
  margin-right: 0
}
.wrap-blog-content .post-column .post-header .post-info ul li .fa {
  margin-right: 7px
}
.wrap-blog-content .post-column .post-content {
  margin-bottom: 40px
}
.wrap-blog-content .post-column .post-content img {
  margin-bottom: 30px
}
.wrap-blog-content .post-column .post-content .text-separator {
  border-top: 1px dotted #d0d2d7;
  margin: 40px 0
}
.wrap-blog-content .post-column .post-content h3 {
  text-transform: none
}
.wrap-blog-content .post-column .post-content img.pull-right {
  margin: 10px 0 15px 15px
}
.wrap-blog-content .post-column .post-content img.pull-left {
  margin: 10px 15px 15px 0
}
.wrap-blog-content .post-column .share {
  font-size: 18px;
  font-weight: 600;
  color: #2a2d32;
  margin-bottom: 50px
}
.wrap-blog-content .post-column .share ul li .fa {
  color: #7e848e;
  font-size: 18px;
  margin-right: 5px
}
.wrap-blog-content .post-column .tags {
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 600;
  color: #2a2d32
}
.wrap-blog-content .post-column .tags ul li {
  float: left
}
.wrap-blog-content .post-column .tags ul li a {
  font-weight: normal;
  color: #2783ae;
  font-size: 14px;
  margin-right: 10px
}
.wrap-blog-content .post-column .tags ul li a:hover {
  text-decoration: underline
}
.wrap-blog-content .post-column .wrap-comments .comments-heading {
  margin-bottom: 40px
}
.wrap-blog-content .post-column .wrap-comments .comments-heading h4 {
  margin: 0;
  padding-top: 10px
}
.wrap-blog-content .post-column .wrap-comments .comments-heading h4 span {
  color: #27ae60
}
.wrap-blog-content .post-column .wrap-comments .comments-heading .btn {
  font-size: 14px;
  font-weight: bold;
  color: #2a2d32;
  border-color: #e7e8ec;
  padding-left: 35px;
  padding-right: 35px
}
.wrap-blog-content .post-column .wrap-comments .list-comments {
  border-bottom: 1px solid #e7e8ec;
  margin-bottom: 60px
}
.wrap-blog-content .post-column .wrap-comments .list-comments > ul li .avatar img {
  height: 50px;
  width: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%
}
.wrap-blog-content .post-column .wrap-comments .list-comments > ul li .comment-info {
  border-bottom: 1px dotted #d0d2d7;
  min-height: 50px;
  margin-bottom: 25px
}
.wrap-blog-content .post-column .wrap-comments .list-comments > ul li .comment-info h5 {
  padding-top: 16px;
  font-weight: bold;
  color: #2a2d32;
  margin: 0;
  font-size: 14px
}
.wrap-blog-content .post-column .wrap-comments .list-comments > ul li .comment-info ul li {
  padding-top: 12px;
  margin-left: 12px;
  margin-right: 0;
  color: #c5c7cb
}
.wrap-blog-content .post-column .wrap-comments .list-comments > ul li .comment-info ul li .fa {
  margin-right: 7px;
  color: #c5c7cb
}
.wrap-blog-content .post-column .wrap-comments .wrap-comment-form .form-group {
  margin-bottom: 0
}
.wrap-blog-content .post-column .wrap-comments .wrap-comment-form .form-control {
  margin-bottom: 25px
}
.wrap-blog-content .post-column .wrap-comments .wrap-comment-form textarea {
  max-width: 100%
}
.wrap-service-nav {
  padding: 0 0 100px 0
}
.wrap-service-nav .section-header {
  margin-bottom: 0
}
.wrap-service-nav .list-nav .list-wrap:last-child .nav-item:after {
  display: none
}
.wrap-service-nav .list-nav .list-wrap .nav-item {
  text-align: center;
  padding: 28px 35px 0;
  height: 145px;
  margin-bottom: 30px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative
}
.wrap-service-nav .list-nav .list-wrap .nav-item:after {
  content: '';
  border-left: 1px solid #e7e8ec;
  height: 50px;
  top: 45px;
  position: absolute;
  right: -15px;
  width: 1px
}
.wrap-service-nav .list-nav .list-wrap .nav-item:before {
  content: '';
  border-top: 16px solid #27ae60;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  position: absolute;
  top: 100%;
  display: none;
  left: 50%;
  margin-left: -16px
}
.wrap-service-nav .list-nav .list-wrap .nav-item span {
  font-size: 36px;
  color: #27ae60
}
.wrap-service-nav .list-nav .list-wrap .nav-item .text {
  font-weight: bold;
  color: #2a2d32;
  font-size: 14px;
  line-height: 24px
}
.wrap-service-nav .list-nav .list-wrap .nav-item:hover, .wrap-service-nav .list-nav .list-wrap .nav-item.active {
  background: #27ae60
}
.wrap-service-nav .list-nav .list-wrap .nav-item:hover span, .wrap-service-nav .list-nav .list-wrap .nav-item.active span {
  color: #fff
}
.wrap-service-nav .list-nav .list-wrap .nav-item:hover .text, .wrap-service-nav .list-nav .list-wrap .nav-item.active .text {
  color: #fff
}
.wrap-service-nav .list-nav .list-wrap .nav-item:hover:before, .wrap-service-nav .list-nav .list-wrap .nav-item.active:before {
  display: block
}
.wrap-technical {
  position: relative;
  border-top: 1px solid #e7e8ec;
  padding: 80px 0 80px
}
.wrap-technical h5 {
  padding-top: 8px
}
.wrap-technical .wrap-texts .item {
  margin-bottom: 10px
}
.wrap-technical .wrap-texts .item span {
  color: #27ae60;
  font-size: 36px;
  padding-top: 5px;
  line-height: 51px
}
.wrap-technical .wrap-texts .item .title {
  font-size: 14px;
  color: #2a2d32;
  font-weight: bold
}
.wrap-technical .wrap-texts .item p {
  color: #7e848e
}
.wrap-technical .map-column .wrap-map-item {
  position: relative
}
.wrap-technical .map-column .wrap-map-item .map-marker {
  width: 18px;
  height: 18px;
  border: 2px solid #27ae60;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  position: absolute
}
.wrap-technical .map-column .wrap-map-item .map-marker:after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  margin: 2px 0 0 2px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #27ae60
}
.wrap-technical .map-column .wrap-map-item .map-marker.marker-1 {
  top: 29%;
  left: 5%
}
.wrap-technical .map-column .wrap-map-item .map-marker.marker-2 {
  top: 32.5%;
  left: 15.5%
}
.wrap-technical .map-column .wrap-map-item .map-marker.marker-3 {
  top: 56%;
  left: 25%
}
.wrap-technical .map-column .wrap-map-item .map-marker.marker-4 {
  top: 80%;
  left: 50%
}
.wrap-technical .map-column .wrap-map-item .map-marker.marker-5 {
  top: 32.5%;
  left: 56.5%
}
.wrap-technical .map-column .wrap-map-item .map-marker.marker-6 {
  top: 27%;
  left: 80.5%
}
.wrap-technical .map-column .wrap-map-item .map-marker.marker-7 {
  top: 78%;
  left: 87.5%
}
.wrap-technical .map-column .wrap-map-item .map-marker.marker-8 {
  top: 28.5%;
  left: 89%
}
.wrap-technical .map-column .wrap-map-item .popover {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: none;
  -moz-box-shadow: 0 2px 5px rgba(30, 30, 28, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(30, 30, 28, 0.1);
  box-shadow: 0 2px 5px rgba(30, 30, 28, 0.1);
  border: none !important
}
.wrap-technical .map-column .wrap-map-item .popover .arrow:after {
  border-top-color: #fff
}
.wrap-technical .map-column .wrap-map-item .popover .popover-content {
  border: none !important
}
.wrap-technical .map-column .wrap-map-item .popover .popover-content .map-popover {
  background: #fff;
  border: none !important;
  width: 250px
}
.wrap-technical .map-column .wrap-map-item .popover .popover-content .map-popover .title {
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  padding-left: 20px;
  background: #27ae60;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px
}
.wrap-technical .map-column .wrap-map-item .popover .popover-content .map-popover .count {
  letter-spacing: -1px;
  float: left;
  color: #2a2d32;
  font-size: 24px;
  font-weight: bold;
  padding: 0 20px;
  line-height: 33px;
  border-right: 1px dashed #d0d2d7;
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 100px
}
.wrap-technical .map-column .wrap-map-item .popover .popover-content .map-popover .text {
  line-height: 18px;
  color: #7e848e;
  font-size: 12px;
  padding: 15px 20px;
  float: left;
  max-width: 130px
}
.wrap-semantic {
  border-top: 1px solid #e7e8ec;
  position: relative;
  padding: 80px 0 100px
}
.wrap-semantic .nav-tabs-alt li {
  float: none;
  margin-right: -4px;
  display: inline-block
}
.wrap-internal {
  margin-bottom: 0;
  position: relative;
  border-top: 1px solid #e7e8ec;
  padding: 80px 15px 100px
}
.wrap-text-pages {
  margin-bottom: 0;
  position: relative;
  border-top: 1px solid #e7e8ec;
  padding: 80px 0 100px
}
.wrap-text-pages .col-image img {
  display: block;
  max-width: 100%;
  height: auto
}
.wrap-text-pages .text-item {
  position: relative;
  margin-bottom: 57px
}
.wrap-text-pages .text-item:after {
  position: absolute;
  content: '';
  top: 3px;
  right: -10px;
  width: 10px;
  height: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #27ae60
}
.wrap-text-pages .text-item h5 {
  font-size: 14px
}
.wrap-text-pages .text-item .dot-line {
  position: absolute;
  top: 6px;
  width: 82px;
  height: 5px;
  right: -111px;
  border-top: 1px solid #e7e8ec
}
.wrap-text-pages .text-item .dot-line:after {
  content: '';
  position: absolute;
  right: 0;
  top: -3px;
  width: 5px;
  height: 5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #e7e8ec
}
.wrap-text-pages .text-item .dot-line:before {
  content: '';
  position: absolute;
  left: 0;
  top: -3px;
  width: 5px;
  height: 5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #e7e8ec
}
.wrap-text-pages .text-item.left-item {
  text-align: right;
  padding-right: 20px
}
.wrap-text-pages .text-item.right-item {
  padding-left: 20px
}
.wrap-text-pages .text-item.right-item:after {
  left: -10px;
  right: auto
}
.wrap-text-pages .text-item.right-item .dot-line {
  left: -111px;
  right: auto
}
.wrap-text-pages .text-item.right-item.middle-item .dot-line {
  width: 18px;
  left: -39px
}
.wrap-text-pages .text-item.top-item {
  padding-top: 19px;
  margin-bottom: 61px
}
.wrap-text-pages .text-item.top-item:after {
  top: 21px
}
.wrap-text-pages .text-item.top-item .dot-line {
  top: 25px
}
.wrap-text-pages .text-item.middle-item {
  margin-bottom: 62px
}
.wrap-text-pages .text-item.middle-item .dot-line {
  width: 18px;
  right: -39px
}
.wrap-text-pages .text-item.middle-item:after {
  top: 2px
}
.wrap-seo-audit {
  margin-bottom: 0;
  position: relative;
  border-top: 1px solid #e7e8ec;
  padding: 80px 0 100px
}
.wrap-organizing {
  margin-bottom: 0;
  position: relative;
  border-top: 1px solid #e7e8ec;
  padding: 80px 0 100px
}
.wrap-organizing .text-item {
  position: relative;
  margin-left: 50px;
  padding-top: 50px
}
.wrap-organizing .text-item h5 {
  font-size: 14px
}
.wrap-organizing .text-item.green-item:before {
  border-color: #27ae60
}
.wrap-organizing .text-item:before {
  content: '';
  left: -32px;
  width: 12px;
  position: absolute;
  height: 12px;
  border: 2px solid #ffc90c;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%
}
.service-header {
  padding-top: 300px;
  height: 700px;
  background: url(../images/placehold/1920x700.gif) center no-repeat;
  background-size: cover;
  text-align: center;
  position: relative
}
.wrap-partner, .wrap-tech {
  border-top: 1px solid #e7e8ec;
  padding: 70px 0;
  position: relative
}
.wrap-why {
  border-top: 1px solid #e7e8ec;
  padding-bottom: 70px;
  position: relative
}
.wrap-why h3 {
  padding-top: 50px
}
.service-header h1 {
  color: #ffffff;
  text-transform: none;
  font-size: 60px;
  font-weight: 300;
  margin-bottom: 25px;
  font-family: "Raleway", sans-serif
}
.service-header .path {
  color: #ffffff;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Raleway", sans-serif
}
.service-header .bottom-line {
  height: 150px;
  position: absolute;
  left: 50%;
  width: 2px;
  background: #fff;
  margin-left: -1px;
  bottom: 0
}
.service-header .bottom-line:after {
  content: '';
  position: absolute;
  display: block;
  bottom: 150px;
  width: 16px;
  height: 16px;
  left: 50%;
  margin-left: -8px;
  border: 2px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%
}
.service-nav {
  border-bottom: 1px solid #f3f3f5
}
.nav.std-nav {
  margin: 0 auto;
  text-align: center
}
.nav.std-nav li {
  margin: 0 30px 0 33px;
  display: inline-block;
  line-height: 80px
}
.nav.std-nav li.active a {
  position: relative;
  color: #2a2d32
}
.nav.std-nav li.active a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #27ae60
}
.nav.std-nav li a {
  padding: 0 5px;
  font-weight: bold
}
.nav.std-nav li a:hover {
  position: relative;
  color: #2a2d32
}
.nav.std-nav li a:hover:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #27ae60
}
.wrap-laptop {
  padding-bottom: 50px
}
.wrap-laptop .laptop-item {
  position: relative;
  padding-left: 100px;
  margin-bottom: 60px;
  margin-right: -15px
}
.wrap-laptop .laptop-item .striped-icon-large {
  position: absolute;
  left: 0;
  top: 0
}
.service-about {
  position: relative;
  margin-top: 0;
  border-top: 1px solid #f3f3f5;
  padding-top: 80px
}
.link-button {
  position: absolute;
  top: 0;
  margin-top: -30px;
  left: 50%;
  margin-left: -30px
}
.service-application {
  padding-bottom: 50px
}
.wrap-cards {
  padding-bottom: 70px;
  border-top: 1px solid #e7e8ec
}
.wrap-cards .divider:before {
  display: none
}
.box {
  border: 1px solid #e7e8ec;
  border-top: 2px solid #27ae60;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 40px 50px 40px 70px;
  margin-bottom: 50px
}
.box .settings {
  line-height: 40px
}
.box .settings .fa {
  color: #c5c7cb
}
.box-heading {
  position: relative;
  padding-right: 100px;
  min-height: 80px
}
.box-heading .striped-icon-large {
  position: absolute;
  right: 0;
  top: 0
}
.box-heading h4, .box-heading h5, .box-heading h3 {
  text-transform: none
}
.wrap-start {
  position: relative;
  padding: 70px 0;
  background: #f9f9fa;
  border-top: 1px solid #e7e8ec
}
.relative-nav-container.open-search {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  opacity: 0
}
.navbar-with-inside > li:hover .wrap-inside-nav {
  display: block
}
.wrap-inside-nav {
  position: absolute;
  display: none;
  left: 0;
  border-top: 2px solid #27ae60;
  background: #2a2d32;
  text-align: left;
  min-width: 270px;
  margin-top: -1px
}
.wrap-inside-nav h5 {
  color: #fff;
  padding-left: 30px
}
.wrap-inside-nav .inside-col {
  padding: 10px 0
}
.wrap-inside-nav .inside-col .inside-nav:after {
  content: '';
  clear: both;
  height: 0;
  display: table
}
.wrap-inside-nav .inside-col .inside-nav:before {
  content: '';
  clear: both;
  height: 0;
  display: table
}
.wrap-inside-nav .inside-col .inside-nav li {
  min-height: 45px;
  line-height: 45px
}
.wrap-inside-nav .inside-col .inside-nav li a, .wrap-inside-nav .inside-col .inside-nav li a:active, .wrap-inside-nav .inside-col .inside-nav li a:visited, .wrap-inside-nav .inside-col .inside-nav li a:focus {
  padding-left: 30px;
  display: block;
  color: #7e848e !important;
  background: url(../images/nav-arrow.png) 93% center no-repeat
}
.wrap-inside-nav .inside-col .inside-nav li a:hover, .wrap-inside-nav .inside-col .inside-nav li a:active:hover, .wrap-inside-nav .inside-col .inside-nav li a:visited:hover, .wrap-inside-nav .inside-col .inside-nav li a:focus:hover, .wrap-inside-nav .inside-col .inside-nav li.active a {
  color: #27ae60 !important;
  background-color: #26282d;
  background-image: url(../images/nav-arrow-hover.png)
}
.wrap-user-control {
  position: relative
}
.wrap-user-control li.open-signup:hover .wrap-login-signup {
  display: block
}
.wrap-user-control .wrap-login-signup {
  display: none;
  position: absolute;
  right: 0;
  background: #2a2d32;
  color: #fff;
  width: 300px;
  z-index: 5
}
.wrap-user-control .wrap-login-signup .nav-tabs-alt:after {
  content: '';
  clear: both;
  height: 0;
  display: table
}
.wrap-user-control .wrap-login-signup .nav-tabs-alt:before {
  content: '';
  clear: both;
  height: 0;
  display: table
}
.wrap-user-control .wrap-login-signup .nav-tabs-alt li {
  float: left;
  width: 50%;
  margin-right: -5px;
  background: #26282d;
  border: none;
  padding: 0;
  border-radius: 0 !important
}
.wrap-user-control .wrap-login-signup .nav-tabs-alt li.active {
  background: #2a2d32
}
.wrap-user-control .wrap-login-signup .nav-tabs-alt li.active a {
  background: #2a2d32;
  color: #27ae60
}
.wrap-user-control .wrap-login-signup .nav-tabs-alt li a {
  font-size: 14px;
  font-weight: bold;
  border-radius: 0;
  color: #7e848e;
  background: #26282d;
  cursor: pointer;
  border: none;
  width: 100%;
  display: block;
  padding: 0;
  height: 60px;
  line-height: 60px
}
.wrap-user-control .wrap-login-signup .nav-tabs-alt li a:hover {
  color: #27ae60
}
.wrap-user-control .wrap-login-signup .tab-content {
  margin: 0;
  padding: 20px 30px 10px
}
.wrap-user-control .wrap-login-signup .tab-content .signup-content h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px
}
.wrap-user-control .wrap-login-signup .tab-content .signup-content .signup-facebook {
  background: #3b5796;
  display: block;
  font-size: 14px;
  line-height: 50px;
  height: 50px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: normal;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}
.wrap-user-control .wrap-login-signup .tab-content .signup-content .signup-facebook:hover {
  background: #5075c8
}
.wrap-user-control .wrap-login-signup .tab-content .signup-content .signup-facebook .fa {
  color: #fff
}
.wrap-user-control .wrap-login-signup .tab-content .signup-content .or-sep {
  display: block;
  position: relative;
  font-size: 14px;
  color: #7e848e;
  margin-bottom: 15px
}
.wrap-user-control .wrap-login-signup .tab-content .signup-content .or-sep:before {
  content: '';
  border-top: 1px solid #3a3d43;
  position: absolute;
  left: 0;
  top: 15px;
  height: 1px;
  width: 90px
}
.wrap-user-control .wrap-login-signup .tab-content .signup-content .or-sep:after {
  content: '';
  border-top: 1px solid #3a3d43;
  position: absolute;
  right: 0;
  height: 1px;
  top: 15px;
  width: 90px
}
.wrap-user-control .wrap-login-signup .tab-content .signup-content form input[type="text"] {
  color: #63656b;
  font-size: 14px;
  font-weight: normal;
  font-size: 14px;
  background: #26282d;
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px
}
.wrap-user-control .wrap-login-signup .tab-content .signup-content form input[type="text"]:-moz-placeholder {
  color: #3a3d43;
  opacity: 1
}
.wrap-user-control .wrap-login-signup .tab-content .signup-content form input[type="text"]::-moz-placeholder {
  color: #3a3d43;
  opacity: 1
}
.wrap-user-control .wrap-login-signup .tab-content .signup-content form input[type="text"]::-webkit-input-placeholder {
  color: #3a3d43
}
.wrap-user-control .wrap-login-signup .tab-content .signup-content form .submit-button {
  padding-left: 0;
  padding-right: 0;
  display: block;
  text-align: center;
  background: #27ae60;
  color: #fff;
  box-shadow: none
}
.wrap-user-control .wrap-login-signup .tab-content .signup-content .forgot {
  color: #7e848e;
  font-size: 14px;
  display: block;
  padding-bottom: 11px
}
.wrap-user-control .wrap-login-signup .tab-content .signup-content .forgot a {
  color: #2783ae;
  font-size: 14px
}
.wrap-user-control .wrap-login-signup .tab-content .signup-content .forgot a:hover {
  text-decoration: underline
}
.top-block-icon {
  position: absolute;
  left: 50%;
  top: -40px;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  background: #f8971d;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #fbcc92;
  text-align: center;
  padding-top: 16px
}
.top-block-icon i {
  font-size: 36px;
  color: #fff
}
.no-margin {
  margin: 0
}
button {
  outline: none !important
}
.clear {
  clear: both
}
.two-section .front .ico {
  padding-top: 0;
  width: 100px;
  height: 100px;
  border: 4px solid #f3f3f5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #e7e8ec inset;
  -moz-box-shadow: 0 0 0 2px #e7e8ec inset;
  -webkit-box-shadow: 0 0 0 2px #e7e8ec inset;
  display: inline-block;
  color: #f8981d;
  font-size: 36px;
  margin-bottom: 10px;
  text-align: center;
}
.two-section .front {
  text-align: center;
  margin-bottom: 0;
}
.two-section .front .ico img {
  max-height: 36px;
  max-width: 36px;
}
.two-section .front .ico i {
  display: inline-block;
  vertical-align: middle;
}
.two-section .front .title {
  font-size: 15px;
  line-height: normal;
  color: #ffffff;
  min-height: 50px;
}
.two-section h4 {
  margin-bottom: 5px;
}
.two-section h5.highlight {
  min-height: 120px;
}
.border-right {
  border-right: 1px solid #ffffff;
}
.border-left {
  border-left: 1px solid #ffffff;
}
.head-subhead .subhead {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .wrap-counters .row-counters .counter-item .count:before {
    width: 170px
  }
  .wrap-dream-team .list-dream-team .team-item .image .mask {
    padding: 15px
  }
  .wrap-dream-team .list-dream-team .team-item .image .mask p {
    line-height: 22px
  }
  .wrap-blog-content .post-column .post-header .wrap-post-info {
    margin-left: 0;
    padding: 0 15px
  }
  .wrap-text-pages .text-item .dot-line {
    top: 6px;
    width: 73px;
    right: -98px
  }
  .wrap-text-pages .text-item.top-item {
    padding-top: 15px;
    margin-bottom: 34px
  }
  .wrap-text-pages .text-item.top-item:after {
    top: 16px
  }
  .wrap-text-pages .text-item.top-item .dot-line {
    top: 20px
  }
  .wrap-text-pages .text-item.right-item.top-item .dot-line {
    left: -98px
  }
  .wrap-text-pages .text-item.right-item.bottom-item .dot-line {
    left: -98px
  }
  .wrap-text-pages .text-item.middle-item {
    margin-bottom: 33px
  }
  .about-product#about article {
    padding-left: 15px
  }
  .about-product article:before {
    left: 0px
  }
  p.large {
    font-size: 120%
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .gallery-squares .gallery-item .bottom-info {
    min-height: 150px
  }
}
@media screen and (max-width: 992px) {
  .wrap-counters .row-counters > div:nth-child(3) .count:before {
    display: none
  }
  .about-header .bottom-line{
    display: none;
  }
  .wrap-counters .row-counters .counter-item .count:before {
    width: 245px
  }
  .wrap-gallery-item .wrap-info:before {
    display: none
  }
  .wrap-blog-content .left-column:after {
    display: none
  }
  .wrap-service-nav .list-nav .list-wrap:nth-child(even) .nav-item:after {
    display: none
  }
  .wrap-text-pages .text-item .dot-line {
    display: none
  }
  .wrap-text-pages .text-item.left-item {
    text-align: left;
    padding-left: 20px;
    padding-right: 0
  }
  .wrap-text-pages .text-item.left-item:after {
    left: -10px;
    right: auto
  }
}
@media screen and (max-width: 768px) {
  .wrap-service-nav .list-nav .list-wrap .nav-item {
    padding-left: 10px;
    padding-right: 10px
  }
  .about-header h1 {
    font-size: 55px
  }
  .navbar > .container .navbar-brand {
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 0;
  }
  .client .comment {
    padding: 25px 20px
  }
  .twitter article p a {
    font-size: 11px
  }
  .wrap-counters .row-counters .counter-item .count:before {
    display: none
  }
  .wrap-gallery-item .wrap-info .type-info {
    margin-bottom: 0
  }
  .wrap-gallery-item .wrap-info .info {
    width: 100%;
    text-align: left;
    margin-bottom: 15px
  }
  .wrap-contact-info .wrap-contact-info-text .type-info {
    margin-bottom: 0
  }
  .wrap-contact-info .wrap-contact-info-text .info {
    text-align: left;
    margin-bottom: 15px
  }
  .wrap-contact-info .wrap-contact-form {
    margin-bottom: 120px
  }
  .wrap-contact-info .wrap-contact-form .form-group {
    margin-bottom: 0
  }
  .wrap-contact-info .wrap-contact-form .form-group .form-control {
    margin-bottom: 30px
  }
  .wrap-blog-content .left-column .wrap-blog-post .wrap-post-description {
    padding: 15px 20px 20px
  }
  .blog-header {
    padding-top: 150px
  }
  .blog-header h1 {
    font-size: 55px
  }
  .wrap-controls .rss {
    float: none !important
  }
  .wrap-controls .dropdown {
    float: none !important
  }
  .box {
    padding-left: 25px;
    padding-right: 25px
  }
  .box-heading {
    padding-right: 0;
    padding-top: 100px
  }
  .box-heading .striped-icon-large {
    right: 50%;
    margin-right: -40px
  }
  .wrap-start .buttons {
    text-align: center
  }
  .wrap-start .buttons .btn {
    float: none !important;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 25px
  }
  .wrap-service-nav .list-nav .list-wrap .nav-item:after {
    display: none
  }
  #graph {
    max-width: 100%
  }
  #radar {
    max-width: 100%;
    min-height: 200px
  }
  .service-header h1 {
    font-size: 55px
  }
  .relative-nav-container {
    position: static
  }
  .relative-nav-container .navbar-collapse {} .navbar-with-inside {
    background: #2a2d32
  }
  .wrap-inside-nav {
    position: static;
    padding: 0
  }
  .wrap-inside-nav .inside-col {
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #26282d
  }
  .wrap-inside-nav .inside-col h5 {
    display: none
  }
  .wrap-inside-nav .inside-col .inside-nav li {
    width: 100%;
    float: none
  }
  .wrap-inside-nav .inside-col .inside-nav li a {
    font-size: 12px;
    padding-left: 17px
  }
  .wrap-user-control .wrap-login-signup {
    right: -30px
  }
  .wrap-semantic .nav-tabs-alt li {
    display: block;
    max-width: 230px;
    margin: 0 auto;
    border: none
  }
  .wrap-semantic .nav-tabs-alt li a {
    border: none
  }
  .contact-page .wrap-contact-info .wrap-contact-info-text .type-info {
    width: 110px
  }
}
text[text-anchor="end"] {} #radar {
  max-width: 100%;
  min-height: 400px
}
#google-graph {
  width: 100% !important
}
#google-graph .highcharts-container {
  width: 100% !important
}
#google-graph2 {
  width: 100% !important
}
#google-graph2 .highcharts-container {
  6 width: 100% !important
}
#google-graph3 {
  width: 100% !important
}
#google-graph3 .highcharts-container {
  width: 100% !important
}
#google-graph4 {
  width: 100% !important
}
#google-graph4 .highcharts-container {
  width: 100% !important
}
.popover {
  min-width: 280px;
  max-width: 330px
}
.member-contact {
  padding: 32px 38px !important
}
.member-info {
  padding: 28px 30px !important
}
.member-info .large {
  font-size: 14px;
  font-weight: 400
}
@media (min-width: 2100px) {
  .home-header {
    background-position: center bottom, center top
  }
}
.is-divider {
  position: relative
}
.is-divider .divider {
  top: 0
}
.no-margin-top {
  margin-top: 0 !important
}
.no-border {
  border: none !important
}
.wrap-header-slider .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: auto;
  min-height: 100%;
  max-width: none;
  min-width: 100%
}
.wrap-header-slider .carousel-inner {
  height: 100%
}
.wrap-header-slider .carousel-inner > .item {
  height: 100%;
  overflow: hidden
}
/*.wrap-header-slider {
    padding-top: 0;
    padding-bottom: 0;
    background: none;
    position: relative;
    min-height: 0;
    height: 1000px;
    position: relative
}*/
/*.wrap-header-slider:after {
    content: '';
    position: absolute;
    display: block;
    z-index: 0;
    left: 0;
    height: 350px;
    right: 0;
    bottom: -2px;
    background: url(../images/graph-home.svg) top center no-repeat;
    background-size: cover
}*/

.home-slider {
  height: 700px
}
.home-slider:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
}
.home-slider .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-slider .container h1 {
  font-weight: 800;
}
.home-slider .carousel-control {
  z-index: 20
}
.home-slider .subscribe {
  background: #fff
}
.home-slider .carousel-caption {
  left: 15%;
  right: 15%;
  bottom: auto;
  top: 170px;
  text-align: left;
  z-index: 20
}
.home-slider .carousel-control {
  top: 50%;
  bottom: auto;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  background: #333;
  background: rgba(0, 0, 0, .4)
}
.home-slider .item {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out
}
.home-slider .carousel-control .fa {
  font-size: 36px;
  line-height: 70px;
  text-align: center
}
.home-slider .carousel-control.left {
  left: 0;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px
}
.home-slider .carousel-control.right {
  right: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px
}
.home-slider .wrap-contact-form {
  max-width: 850px;
  margin: 0 auto
}
.navbar .relative-nav-container .navbar-brand {
  margin: 0;
}
@media (max-width: 1400px) {
  .wrap-header-slider .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin-left: -150px
  }
}
@media (max-width: 1155px) {
  .wrap-header-slider .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin-left: -450px
  }
}
@media (max-width: 780px) {
  .home-slider .carousel-caption {
    top: 100px
  }
  .home-slider .carousel-control {
    top: 50%;
    bottom: auto;
    width: 35px;
    height: 35px;
    margin-top: -17.5px;
    background: #333;
    background: rgba(0, 0, 0, .4)
  }
  .home-slider .carousel-caption {
    left: 50px;
    right: 50px
  }
  .home-slider .carousel-control .fa {
    line-height: 35px;
    font-size: 20px;
    display: block
  }
}
#response {
  margin-bottom: 20px
}
#response div {
  color: #dd4b39
}
#response .success {
  color: #28ad62
}
.home-slider .slider-one {
  background: url(../images/homeBg-4.jpg) no-repeat
}
.home-slider .slider-two {
  background: url(../images/homeBg-3.jpg) no-repeat
}
.home-slider .slider-three {
  background: url(../images/homeBg-1.jpg) no-repeat
}
.home-slider .slider-four {
  background: url(../images/homeBg-2.jpg) no-repeat
}
.home-slider .item {
  background-position: center center;
  float: none
}
.home-slider span {
  font-size: 60px;
  font-weight: 800;
  color: #fff;
  padding: 0 15px;
}
.wrap-inside-nav .inside-col .inside-nav li a, .navbar-alt .navbar-nav > li > a {
  font-size: 14px
}
#testimonials {
  background-image: url(../images/client_bg2.jpg);
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 0px 0px 60px 0px;
  margin-bottom: 0px
}
#testimonials::before {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(82, 104, 143, .9)
}
.testimonials .client.left .comment {
  background-color: rgba(92, 123, 177, 0.9)
}
.testimonials .client.left .comment::after {
  border-top: 30px solid rgba(92, 123, 177, 0.9)
}
.testimonials .client.right .comment {
  background-color: rgba(248, 151, 29, 0.9)
}
.testimonials .section-header h2, .testimonials .section-header p {
  color: #fff
}
.testimonials .media-body, .testimonials .media-heading {
  color: #fff
}
.blog .post .post-heading .post-avatar {
  display: none
}
.blog .post .post-heading .post-image:hover {
  background: rgba(25, 55, 108, .9)
}
.blog .post-body a h5:hover {
  color: #F9991D !important
}
.brand-logo-wrap img {
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px
}
.striped-icon-xlarge, .striped-icon-xlarge:after {
  background: rgba(249, 153, 29, 0.6)
}
.striped-icon-xlarge {
  line-height: 70px
}
.home-footer {
  padding: 25px 0 0
}
.wrap-inside-nav {
  border-top: 2px solid #FF8F00
}
.about-product .row div img {
  position: relative;
  z-index: 4
}
.navbar-inverse .navbar-collapse {
  border-color: #FF8F00
}
.wrap-inside-nav .inside-col .inside-nav li a:hover, .wrap-inside-nav .inside-col .inside-nav li a:active:hover, .wrap-inside-nav .inside-col .inside-nav li a:visited:hover, .wrap-inside-nav .inside-col .inside-nav li a:focus:hover, .wrap-inside-nav .inside-col .inside-nav li.active a {
  color: #f8981d !important
}
.industry h2 {
  margin-top: 50px
}
.industry {
  margin-bottom: 120px
}
.navbar-alt .navbar-nav.with-border > li > a:before {
  background: #f8971d
}
.industry a:hover {
  cursor: default
}
.brands .tooltip-inner {
  background-color: #6f6f6f;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 6px 10px;
  font-weight: 700
}
.brands .tooltip {
  z-index: 999999
}
.brands .brand-logo {
  box-shadow: none;
  border: 1px solid #e8e9ed;
  border-right: none
}
.brands .border-child {
  border-bottom: none
}
.brands .border-four {
  border-right: 1px solid #e8e9ed
}
.border-child {
  border-bottom: none
}
.brands:nth-child(1) .brand-logo {} .partner .brand .brand-logo {
  border-top: 1px solid #e8e9ed
}
.brands .brand-logo {
  position: relative
}
.brands .tooltip.top .tooltip-arrow {
  border-top-color: #6f6f6f;
  bottom: -2px;
  left: 50%;
  margin-left: -9px;
  border-width: 10px 10px 0px
}
.brands .brand-logo .brand-logo-wrap {
  opacity: 1
}
#about article h5 a {
  color: #2b2e33;
  text-transform: initial
}
#about article h5 a:hover {
  color: #FF8F00
}
.article-last article {
  padding-left: 35px
}
.copyright-alt .copyright-links li a:focus {
  color: #7f858f
}
.wrap-laptop p {
  line-height: 24px
}
.bulp:before, .point:before {
  display: none
}
.bulp span {
  background: url(../images/icon-2.png) !important
}
.point span {
  background: url(../images/icon-1.png)
}
.bulp span, .point span {
  width: 42px;
  height: 42px;
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
  top: 11px
}
.sign-up a {
  color: #2f3237;
  font-weight: bold
}
.social-signup ul li {
  display: inline-block;
  margin: 0px 10px
}
.article-block h4 {
  font-weight: 500
}
.article-block h4 span {
  font-weight: normal;
  text-transform: initial
}
.article-block {
  display: inline-block;
  margin-bottom: 50px
}
.article-block div>img {
  float: right;
  max-width: 500px;
  margin-left: 20px;
  margin-bottom: 15px
}
.article-block:last-child {
  margin-bottom: 10px
}
.article-block p {
  margin-bottom: 15px;
  text-align: justify;
  line-height: 24px;
  font-style: initial
}
#cards .box-heading {
  min-height: auto
}
#cards .box p {
  line-height: 24px;
  margin-bottom: 15px
}
#cards .box {
  border-top: 3px solid #f8981d;
  border-radius: 0px;
  padding: 15px 35px 10px 35px
}
.striped-icon {
  color: #f8981d !important
}
.divider.striped-icon:hover, .divider.striped-icon:focus {
  background: rgba(248, 152, 29, 0.5);
  color: #f8981d
}
.wrap-who-we.wrap-cards {
  padding-top: 0px;
  margin-top: 150px
}
section.wrap-who-we.wrap-cards h2 {
  margin-top: 110px;
  margin-bottom: 70px
}
#laptop {
  padding-bottom: 100px
}
.data-center .col-lg-4 img {
  max-width: 380px
}
.wrap-inside-nav .inside-col .inside-nav li {
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all
}
.about-us section.team {
  padding-bottom: 50px
}
.navbar-alt .navbar-nav.with-border > .active > a::before {
  background: #f8971d
}
.about-us #data-center, .about-us #management {
  background: #f9f9fa
}
.striped-icon-large {
  cursor: default
}
.media-page .about-header {
  padding-top: 250px;
  height: 700px;
  background: url(../images/mediaBg.jpg) center no-repeat;
  background-size: cover;
  text-align: center;
  position: relative
}
.media-page .gallery-squares .gallery-item:hover .image .mask {
  background: rgba(25, 55, 108, .7)
}
.media-page .gallery-squares .gallery-item .bottom-info {
  min-height: 120px
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a {
  font-size: 17px
}
.contact-page .navbar-default .navbar-nav > li > a {
  color: #fff
}
.contact-page .navbar-alt .navbar-nav > li > a {
  color: #7f858f
}
.contact-page .wrap-contact-info .wrap-contact-info-text .fa {
  color: #f8981d
}
.form-control:focus {
  border-color: #f8981d;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(248, 152, 29, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(248, 152, 29, 0.6)
}
.contact-page .wrap-contact-info-text .details .pull-right {
  float: left !important
}
.contact-page .wrap-contact-info .wrap-contact-info-text .type-info {
  width: 115px
}
.contact-page .details .info a {
  color: #2A2A2A
}
.contact-page .wrap-contact-info-text .details p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 5px;
  text-align: left
}
.carrer-page .wrap-questions {
  background: #fff
}
.carrer-page .about-header {
  padding-top: 250px;
  height: 700px;
  background: url(../images/carrerBg.jpg) center no-repeat;
  background-size: cover;
  text-align: center;
  position: relative
}
.carrer-page .wrap-questions {
  border: none;
  padding-top: 20px
}
.carrer-page .gallery {
  margin-bottom: 0px
}
.carrer-page .wrap-questions .panel-collapse .panel-body .btn-short {
  float: right;
  font-weight: 300;
  padding: 1px 20px;
  margin-top: 5px
}
.carrer-page .panel-alt-one > .panel-heading.active a i, .panel-alt-one > .panel-heading .panel-title a:hover, .panel-alt-one > .panel-heading .panel-title a:hover i {
  color: #f8981d
}
.blog-page .about-header {
  padding-top: 250px;
  height: 700px;
  background: url(../images/blogBg.jpg) center no-repeat;
  background-size: cover;
  text-align: center;
  position: relative
}
.blog-page .wrap-blog-content .post-column .post-content {
  margin-bottom: 20px
}
.blog-page ul.list-styled.list-style-ok li::before, .wrap-why ul.list-styled.list-style-ok li::before, .why-alenza ul.list-styled.list-style-ok li::before {
  color: #F99B1F;
  margin-right: -44px;
  padding-right: 30px;
  left: 0;
  position: absolute;
  top: 7px
}
.blog-page ul.list-styled li, .wrap-why ul.list-styled li, .why-alenza ul li {
  padding-left: 30px;
  position: relative
}
.blog-page .wrap-blog-content .left-column:after {
  display: none
}
.blog-page ul.list-styled.list-style-ok li span {} .blog-page ul.list-styled.list-style-ok li p, .wrap-why ul.list-styled.list-style-ok li p {
  padding-left: 10px;
  display: inline
}
.blog-view p {
  margin-bottom: 15px
}
.blog-view p strong {
  font-size: 18px;
  font-weight: 600;
  color: #2a2d32;
  margin-bottom: 15px;
  line-height: 20px
}
.blog-view p a {
  color: #F9991D;
  font-weight: 500
}
.contact-link, .contact-link:focus, .contact-link:hover {
  color: #fff !important
}
.turnkey-page .about-header {
  padding-top: 300px;
  height: 700px;
  background: url(../images/turnkeyBg.jpg) center no-repeat;
  background-size: cover;
  text-align: center;
  position: relative
}
.turnkey-page .gallery-squares h4 {
  font-size: 19px;
  text-align: center;
  font-weight: 500;
  margin-top: 60px
}
.turnkey-page .gallery-squares p.text-center {
  margin-top: 50px;
  margin-bottom: 20px
}
.turnkey-page .gallery-squares {
  margin-bottom: 50px
}
.turnkey-page .key-list-section .list-wrap {
  float: none;
  display: inline-block;
  width: 19%
}
.turnkey-page .key-list-section {
  text-align: center
}
.turnkey-page .wrap-service-nav .list-nav .list-wrap .nav-item {
  padding: 28px 15px 0
}
.icon-common {
  width: 50px;
  height: 50px;
  background: url(../images/sprite.png) no-repeat;
  display: inline-block
}
.turnkey-page .wrap-service-nav .icon-common:before {
  display: none
}
.turnkey-page .wrap-service-nav .icon-training {} .turnkey-page .wrap-service-nav .icon-poc {
  background-position: 0 -50px
}
.turnkey-page .wrap-service-nav .icon-sa {
  background-position: 0 -100px
}
.turnkey-page .wrap-service-nav .icon-deploy {
  background-position: 0 -150px
}
.turnkey-page .wrap-service-nav .icon-ps {
  background-position: 0 -200px
}
.turnkey-page .wrap-service-nav .nav-item:hover .icon-training, .top-block-icon .icon-training {
  background-position: -50px 0px
}
.turnkey-page .wrap-service-nav .nav-item:hover .icon-poc, .top-block-icon .icon-poc {
  background-position: -50px -50px
}
.turnkey-page .wrap-service-nav .nav-item:hover .icon-sa, .top-block-icon .icon-sa {
  background-position: -50px -100px
}
.turnkey-page .wrap-service-nav .nav-item:hover .icon-deploy, .top-block-icon .icon-deploy {
  background-position: -50px -150px
}
.turnkey-page .wrap-service-nav .nav-item:hover .icon-ps, .top-block-icon .icon-ps {
  background-position: -50px -200px
}
.turnkey-page .wrap-service-nav .list-nav .list-wrap .nav-item:hover, .turnkey-page .wrap-service-nav .list-nav .list-wrap .nav-item.active {
  background: #f8971d
}
.turnkey-page .wrap-service-nav .list-nav .list-wrap .nav-item:before {
  border-top: 16px solid #f8971d
}
.turnkey-page .wrap-block .pull-right img {
  float: right;
  max-width: 100%
}
.turnkey-page .wrap-block h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px
}
.turnkey-page .wrap-block .header-block {
  margin-bottom: 50px
}
.turnkey-page .wrap-block .dot li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 0px
}
ul.list-styled.dot li::before {
  margin-right: -44px;
  padding-right: 30px;
  left: 0;
  position: absolute;
  top: 7px
}
.turnkey-page .wrap-block .para-tag {
  display: table;
  min-height: 200px
}
.turnkey-page .wrap-block .para-tag p {
  display: table-cell;
  vertical-align: middle
}
.turnkey-page .top-block-icon {
  background: #f8971d;
  border: 5px solid #fbcc92;
  padding-top: 9px
}
.turnkey-page .wrap-block img {
  max-width: 100%
}
.turnkey-page ul.list-styled.dot li::before {
  top: 12px
}
.turn-key-section {
  text-align: center
}
.complexDataModeling-inner .about-header {
  background: url(../images/complexDataModelingBg.jpg) center no-repeat
}
#home.aoi-inner .about-header {
  background: url(../images/home/aoi-bg.jpg) center no-repeat
}
#home.complexDataModeling-inner .about-header h5 {
  line-height: 32px;
  font-size: 30px;
  font-weight: normal;
  text-transform: none
}
.complexDataModeling-inner .about-header {
  padding-top: 250px
}
.complexDataModeling-inner .about-header h6 {
  font-size: 35px;
  color: #fff;
  font-weight: normal;
  text-transform: none
}
.complexDataModeling-inner .wrap-who-we {
  padding: 100px 0
}
.complexDataModeling-inner .wrap-who-we img {
  max-width: 400px;
  display: inline-block
}
.complexDataModeling-inner .features h5 {
  line-height: 30px;
  text-transform: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.complexDataModeling-inner .features article {
  text-align: center;
  margin-top: 40px
}
.complexDataModeling-inner .features span {
  border: 1px solid #fff;
  display: inline-block;
  padding: 0;
  border-radius: 50%;
  width: 70px;
  height: 70px
}
.complexDataModeling-inner .features {
  background: url("../images/alenza-feature.jpg") no-repeat
}
.complexDataModeling-inner .features:before {
  display: none
}
.complexDataModeling-inner .features.nobg {
  background: none
}
.pos-r {
  position: relative
}
.btn-free-demo {
  position: absolute;
  top: -120px;
  right: 15px;
  font-size: 28px;
  padding-top: 0;
  padding-bottom: 0;
  background: #efefef;
  border-color: #dedede;
  color: #a5a2a2;
  font-weight: normal;
}
.complexDataModeling-inner .features.features-grid {
  background: #fff
}
.complexDataModeling-inner .wrap-downloads {
  border-top: 1px solid #e7e8ec
}
.complexDataModeling-inner .wrap-downloads {
  padding-top: 0
}
.complexDataModeling-inner .industry {
  margin-bottom: 0
}
.complexDataModeling-inner .features {
  background-size: cover
}
.complexDataModeling-inner.aoi-inner .aoi-feature {
  background: #ffffff;
  padding: 0px
}
.complexDataModeling-inner.aoi-inner .aoi-feature .container {
  padding: 60px 15px 80px
}
.aoi-feature span {
  color: #f8a02d
}
.complexDataModeling-inner.aoi-inner .why-alenza {
  border-top: 1px solid #e7e8ec
}
.popup-demo .modal-header {
  border: 0px;
  position: relative;
  padding: 0px;
  background: #394fa0
}
.modal-header .close {
  margin: 0px;
  position: absolute;
  right: 9px;
  top: 6px;
  font-size: 18px;
  z-index: 9;
  cursor: pointer;
  color: #fff;
  font-weight: normal;
  opacity: 1
}
.modal-header h4 {
  text-align: center;
  margin-bottom: 36px;
  padding: 20px 0px;
  color: #fff
}
.popup-demo .modal-body {
  padding: 0px 42px 29px
}
@media screen and (min-width: 769px) {
  .popup-demo .modal-dialog {
    width: 510px
  }
}
#about article p, .blog .post .post-body p, .about-us .wrap-laptop p, .about-us .article-block p, .about-us .wrap-cards .box p, .data-center p, .media-page .gallery-squares .gallery-item .bottom-info .post, .carrer-page .wrap-questions .panel-body, .turnkey-page p {
  font-size: 16px;
  line-height: 26px
}
#home h5, .about-us h5, .media-page .gallery-squares .gallery-item .bottom-info .name, .carrer-page .wrap-questions .panel-title a {
  font-size: 19px;
  line-height: 25px
}
.carrer-page .wrap-questions .panel .careerdetail h2 {
  font-size: 17px;
  color: #f8971d;
  font-family: "Raleway", sans-serif;
  text-decoration: underline;
  font-weight: 700
}
.carrer-page .wrap-questions .panel .careerdetail .job-info li label {
  width: 140px;
  font-weight: 700;
  margin-bottom: 0
}
.carrer-page .wrap-questions .panel .careerdetail .job-info li span {
  width: 140px;
  font-weight: 700
}
.carrer-page .wrap-questions .panel .careerdetail p {
  margin-bottom: 5px;
  font-weight: 500;
  color: #000
}
.carrer-page .wrap-questions .panel .careerdetail .overall-info {
  padding-left: 50px
}
.carrer-page .wrap-questions .panel .careerdetail .overall-info li {
  list-style: disc;
  font-weight: 500;
  color: #000
}
.carrer-page .wrap-questions .panel .careerdetail .job-apply {
  clear: both;
  margin-top: 10px;
  float: left;
  width: 100%
}
.zindex-1 {
  z-index: 1;
  position: relative
}
.map-section {
  position: relative;
  background-color: #fff;
  padding-top: 90px
}
.map-section h1 {
  color: #333333;
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px
}
.map-section p {
  color: #333;
  width: 100%;
  text-align: center;
  margin: 0 auto 60px auto
}
.map {
  position: relative;
  height: 500px;
  background-image: url(../images/img-map/map_bg.jpg);
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat
}
.map-section .bottom_text {
  position: relative;
  top: -70px
}
.map .pin {
  position: absolute;
  width: 3.4%;
  height: 9.6%;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px)
}
.engage-today h4, .about h4 {
  margin-bottom: 60px;
}
.map .pin.front {
  z-index: 99
}
.map .pin.show {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}
.map .pin.shade {
  opacity: 0.2;
  filter: alpha(opacity=40)
}
.map .pin.highlight {
  z-index: 99
}
.map .blue {
  background-image: url(../images/img-map/map_blue.png)
}
.map .green {
  background-image: url(../images/img-map/map_green.png)
}
.map .orange {
  background-image: url(../images/img-map/map_orange.png)
}
.map .pink {
  background-image: url(../images/img-map/map_pink.png)
}
.map .red {
  background-image: url(../images/img-map/map_red.png)
}
.map .skyblue {
  background-image: url(../images/img-map/map_skyblue.png)
}
.legend {
  color: #333;
  position: relative;
  top: -100px
}
.legend .pin {
  height: 60px;
  background-repeat: no-repeat;
  -webkit-background-size: 40px;
  -moz-background-size: 40px;
  -o-background-size: 40px;
  background-size: 40px;
  background-position: right center;
  text-align: right;
  padding-right: 60px;
  padding-top: 10px;
  font-size: 12px;
  -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer
}
.legend .pin.shade {
  opacity: 0.4;
  filter: alpha(opacity=40)
}
.legend .pin.leftcol {
  text-align: left;
  background-position: left center;
  padding-right: 0;
  padding-left: 60px
}
.legend .blue {
  background-image: url(../images/img-map/map_blue.png)
}
.legend .green {
  background-image: url(../images/img-map/map_green.png)
}
.legend .orange {
  background-image: url(../images/img-map/map_orange.png)
}
.legend .pink {
  background-image: url(../images/img-map/map_pink.png)
}
.legend .red {
  background-image: url(../images/img-map/map_red.png)
}
.legend .skyblue {
  background-image: url(../images/img-map/map_skyblue.png)
}
.level_3 {
  position: relative;
  background-color: #efefef;
  padding: 20px 0 40px 0;
  -webkit-box-shadow: 0 -14px 28px rgba(0, 0, 0, 0.25), 0 -10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 -14px 28px rgba(0, 0, 0, 0.25), 0 -10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 -14px 28px rgba(0, 0, 0, 0.25), 0 -10px 10px rgba(0, 0, 0, 0.22)
}
.level_3 h1 {
  text-align: center;
  margin-bottom: 40px
}
.level_3 p {
  font-size: 16px;
  line-height: 1.8em
}
.alenza-inner .about-header {
  background: url(../images/home/ami-bg.jpg) center no-repeat;
  padding-top: 250px;
  position: relative;
}
.about-header:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
}
.about-header > div {
  position: relative;
  z-index: 1;
}
.alenza-inner .wrap-who-we {
  padding: 100px 0
}
.alenza-inner .wrap-who-we h2 {
  margin-bottom: 29px
}
.alenza-inner .features h5 {
  line-height: 30px;
  text-transform: inherit
}
.alenza-inner .features article {
  text-align: center;
  margin-top: 20px
}
.alenza-inner .features span {
  border: 1px solid #fff;
  display: inline-block;
  padding: 10px;
  border-radius: 50%
}
.alenza-inner .features {
  background: url("../images/alenza-feature.jpg") no-repeat;
  padding-bottom: 100px;
  background-size: cover;
  background-attachment: fixed;
}
.alenza-inner .enhance-wrap {
  background: transparent;
  border-top: 1px solid #e7e7e7;
}
.alenza-inner .features.enhance-wrap span {
  border-color: #f8981d;
  color: #f8981d;
}
.alenza-inner .features:before {
  display: none
}
.alenza-inner .features.nobg {
  background: none
}
.why-alenza ul.list-styled.list-style-ok li::before {
  color: #f8971d
}
.why-alenza {
  margin: 0px 0px 80px 0px
}
.why-alenza h2 {
  margin: 60px 0px;
  text-align: center;
  text-transform: none
}
.alenza-inner .wrap-laptop, .alenza-inner .wrap-downloads {
  border-top: 1px solid #e7e8ec
}
.alenza-inner .wrap-laptop .section-header {
  margin-top: 70px
}
.alenza-inner .striped-icon-large {
  color: #f8971d
}
.alenza-inner .wrap-laptop .laptop-item .striped-icon-large {
  top: -21px
}
.alenza-inner .wrap-laptop .laptop-item {
  margin-bottom: 80px
}
.alenza-inner .wrap-laptop .laptop-item:first-child {
  margin-top: 40px
}
.alenza-inner .wrap-laptop .laptop-item h5 {
  line-height: 30px
}
.wrap-downloads .down-ico {
  margin: 0px auto
}
.alenza-inner .wrap-downloads {
  padding-top: 0px;
  margin-top: 20px
}
.wrap-downloads .row, .alenza-inner .partner .row {
  margin-top: 70px
}
.alenza-inner .partner {
  padding-top: 0px;
  border-top: 1px solid #e7e8ec;
  padding-bottom: 100px
}
#laptop .img-responsive {
  width: auto
}
#wrap-downloads h2 {
  margin-bottom: 70px
}
.alenza-inner .wrap-questions {
  padding: 0px 0 70px
}
.alenza-inner .striped-icon {
  border: 1px solid rgba(255, 255, 255, 0.5)
}
.acelero-page .service-header {
  padding-top: 250px;
  height: 700px;
  background: url(../images/aceleroBg.jpg) center no-repeat;
  background-size: cover;
  text-align: center;
  position: relative
}
.acelero-page .wrap-laptop img {
  width: auto
}
.copyright-alt p {
  color: #fff
}
#casestudy {
  position: relative;
  border-top: 1px solid #e7e8ec
}
#casestudy .divider:before {
  background: none
}
#casestudy .wrap-downloads {
  padding: 35px 0 70px
}
.acelero-page .wrap-laptop {
  margin-top: 0;
  padding: 0px
}
#wheelNavBar > svg {
  width: 100%;
  height: 100%
}
#wheelNavBar {
  height: 600px;
  width: 600px;
  margin: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}
@media (max-width: 400px) {
  #wheelNavBar {
    height: 300px;
    width: 300px
  }
}
[class|=wheelnav-documentationWheelDiv-slice] {
  fill: #264a8a;
  stroke: #fff;
  stroke-width: 1px
}
[class|=wheelnav-documentationWheelDiv-slice-selected] {
  fill: #f9991d;
  stroke: none
}
[class|=wheelnav-documentationWheelDiv-slice-hover] {
  fill: #f9991d;
  stroke: none;
  cursor: pointer
}
[class|=wheelnav-documentationWheelDiv-title-basic] {
  fill: #fff;
  stroke: none
}
[class|=wheelnav-documentationWheelDiv-title-selected] {
  fill: #fff;
  stroke: none
}
[class|=wheelnav-documentationWheelDiv-title-hover] {
  fill: #fff;
  stroke: none;
  cursor: pointer
}
tspan {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal
}
div#wheelNavBar {
  display: none
}
[class|=wheelnav-documentationWheelDiv-spreader-out], [class|=wheelnav-documentationWheelDiv-spreader-in] {
  fill: #f9991d;
  stroke: #f9991d
}
.wheelnav-divWheel-spreader-in, .wheelnav-divWheel-spreader-out {
  fill: #f9991d;
  stroke-width: 3px;
  stroke: #f9991d;
  cursor: pointer
}
.wheelnav-documentationWheelDiv-spreadertitle-in, .wheelnav-documentationWheelDiv-spreadertitle-in > tspan {
  fill: #f9991d;
  cursor: pointer;
  stroke: #f9991d
}
.wheelnav-documentationWheelDiv-spreadertitle-out, .wheelnav-documentationWheelDiv-spreadertitle-out > tspan {
  fill: #f9991d;
  cursor: pointer;
  stroke: #f9991d
}
.alenza-inner .panel-alt-two .panel-heading.active .accordion-icon {
  height: 25px;
  width: 25px;
  background: #ecd7be;
  top: 0px;
  left: -57px
}
.alenza-inner .panel-alt-two .panel-heading .accordion-icon {
  height: 15px;
  width: 15px;
  background: #ecd7be;
  top: 0px;
  left: -51px
}
.alenza-inner .panel-alt-two .panel-heading .accordion-icon:first-child {
  top: 11px
}
.alenza-inner .panel-alt-two .panel-heading .accordion-icon .stacked-icon {
  background: #ecd7be;
  color: white;
  border: 0px
}
.alenza-inner .panel-alt-two .panel-heading.active .accordion-icon .stacked-icon {
  background: #f9991d;
  color: white;
  border: 0px
}
.alenza-inner .panel-heading {
  padding-top: 10px;
  padding-bottom: 20px
}
.panel-alt-two .panel-heading .panel-title a:hover {
  color: #f9991d
}
.alenza-inner .panel, .alenza-inner .panel-default > .panel-heading {
  background: transparent
}
div#documentationWheelDiv {
  position: relative
}
div#documentationWheelDiv:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #f9991d;
  top: 50%;
  margin-top: -13px;
  right: 72px
}
.credits {
  color: #545454;
  float: right;
  font-size: 13px
}
.credits a {
  color: #545454
}
.credits a:hover {
  color: #545454;
  text-decoration: underline
}
.svg-logo {
  position: relative
}
.svg-icon {
  position: absolute;
  top: 47%;
  bottom: 0;
  margin: 0 auto;
  left: -10%;
  right: 0;
  z-index: 1;
  width: 18px
}
.tab-content img {
  max-width: 100%
}
.owl-full-height .owl-carousel {
  position: relative;
  height: 100%
}
.owl-full-height .owl-carousel div:not(.owl-controls) {
  height: 100%
}
.owl-full-height .owl-carousel .owl-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%
}
.owl-full-height .owl-slide-one {
  background: url(../images/homeBg-4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%
}
.owl-full-height .owl-slide-two {
  background: url(../images/homeBg-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%
}
.owl-full-height, .owl-full-height .owl-stage, .owl-full-height .owl-stage-outer, .owl-full-height .owl-wrapper-outer, .owl-full-height .owl-wrapper {
  height: 100%
}
.owl-full-height .owl-slide-three {
  background: url(../images/homeBg-5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%
}
.owl-full-height .owl-slide-four {
  background: url(../images/homeBg-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%
}
.owl-full-height .owl-slide-five {
  background: url(../images/homeBg-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%
}
.owl-full-height .owl-carousel div.owl--text {
  position: absolute;
  bottom: 4em;
  left: 2em;
  width: 20em;
  height: 8em;
  padding: 1em;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px
}
.owl-full-height .owl-carousel .owl-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0
}
.owl-full-height .owl-carousel .owl-controls .owl-buttons div {
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  zoom: 1;
  margin: 0;
  width: 50px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  font-size: .9em;
  border-radius: 3px;
  color: #FFF;
  background: #000;
  opacity: .6;
  text-transform: capitalize
}
.owl-full-height .owl-carousel .owl-controls .owl-buttons .owl-prev {
  left: 5px
}
.owl-full-height .owl-carousel .owl-controls .owl-buttons .owl-next {
  right: 5px
}
.owl-full-height .owl-item, .owl-full-height .owl-slide {
  height: 100%;
  width: 100%
}
.owl-full-height {
  position: absolute
}
.owl-full-height .owl-prev {
  top: 50%;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute
}
.owl-full-height .owl-prev:before {
  background: url(../images/slider-arrow-left.png) no-repeat;
  width: 15px;
  height: 26px;
  background-size: 100%;
  content: '';
  position: absolute;
  top: 22px;
  left: 23px
}
.owl-full-height .owl-next {
  top: 50%;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute
}
.owl-full-height .owl-next:before {
  background: url(../images/slider-arrow-right.png) no-repeat;
  width: 15px;
  height: 26px;
  background-size: 100%;
  content: '';
  position: absolute;
  top: 22px;
  right: 23px
}
.engage-aoi p {
  margin: 0 0 5px;
}
.owl-full-height .owl-buttons div {
  width: 70px;
  height: 70px;
  margin-top: -35px;
  background: #333;
  background: rgba(0, 0, 0, .3);
  text-indent: -9999px;
  white-space: nowrap;
  opacity: 0.7
}
.owl-full-height .owl-buttons div:hover {
  opacity: 1
}
.home-footer {
  padding-bottom: 10px;
  margin-bottom: 0px border: none !important
}
label.error {
  color: #ce000a;
  font-size: 14px;
  margin: 0;
  background: #fff;
  display: block
}
.response.success {
  color: #1c7c46
}
header .copyright-links {
  margin-bottom: 0px
}
header .relative-nav-container {
  position: relative
}
.nav-social-bar {
  position: absolute;
  right: 21px;
  z-index: 2;
  top: 8px;
}
.nav-social-bar .fa {
  color: #ffffff;
  font-size: 25px
}
.navbar-alt .nav-social-bar .fa {
  color: #7f858f
}
.fa-linkedin-square {
  position: relative;
  top: 2px
}
.navbar .nav-social-bar .fa:hover {
  color: #f8981d
}
.contact-page .navbar-alt .nav-social-bar .fa:hover {
  color: #2b2e33
}
.navbar-alt .nav-social-bar .fa:hover {
  color: #2b2e33
}
.nav-social-bar .copyright-links li a {
  padding: 0px
}
.home-footer .contact-item p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 15px
}
.about-header-para {
  color: #ffffff;
  font-size: 24px !important
}
.alenza-help {
  font-size: 30px;
  margin-bottom: 24px;
  text-align: center
}
.powerbi-graphs-img img {
  max-width: 100%
}
.map-section .container h4 {
  font-size: 44px;
  text-align: center;
  margin-bottom: 45px
}
.map-section .free-demo {
  font-size: 22px !important;
  margin-bottom: 0px !important;
  text-align: left !important
}
.map-section {
  margin-bottom: 60px !important
}
.contact-page .wrap-contact-info .wrap-contact-info-text .type-info .fa {
  margin-right: 4px
}
.contact-page .wrap-contact-info .wrap-contact-info-text .type-info {
  margin-bottom: 0px !important
}
.dark .carousel-caption h2 {
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.6) !important;
  -webkit-text-shadow: 0 3px 3px rgba(0, 0, 0, 0.6) !important;
  -ms-text-shadow: 0 3px 3px rgba(0, 0, 0, 0.6) !important;
  -moz-text-shadow: 0 3px 3px rgba(0, 0, 0, 0.6) !important
}
.map-section {
  border-top: 1px solid #e7e8ec;
  padding-top: 0px;
  margin-top: 100px
}
.map-section .container {
  padding-top: 60px
}
.wrap-questions .tab-content .panel-heading .panel-title {
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight: 500 !important;
  text-transform: inherit
}
.wrap-questions .tab-content .panel-body img {
  cursor: pointer
}
.navbar-fixed-top {
  z-index: 10;
}
.navbar-alt {
  background: #fff;
}
.alenza-inner .popup-img .modal-header .close {
  margin-top: -16px;
  margin-right: -5px;
  font-weight: normal;
  opacity: 1
}
.alenza-inner .popup-img .modal-header .close span {
  font-size: 40px;
  color: #ddd
}
.alenza-inner .popup-img .modal-dialog {
  width: 1170px;
  margin-top: 5%
}
.gallery-item-2:hover .image .mask {
  background: transparent !important;
  opacity: 0 !important;
  cursor: default
}
.gallery-item-2:hover .image .mask a {
  cursor: inherit
}
.powerbi-graphs-img {
  text-align: center
}
.brands .brand-logo .brand-logo-wrap:hover {
  cursor: pointer
}
.contact-page .nav-social-bar .fa {
  color: #ffffff
}
.contact-page .navbar-alt .nav-social-bar .fa {
  color: #7f858f
}
.alenza-inner .modal-header img {
  margin: 0 auto;
  display: block
}
.modal-open .navbar-fixed-top, .modal-open .striped-icon, .modal-open .accordion-icon {
  z-index: 0
}
.acelero-page .wrap-downloads h3 {
  margin-bottom: 60px
}
.resume .send-resume {
  font-size: 30px !important;
  text-align: center;
  padding-bottom: 20px;
  font-weight: normal !important
}
.carrer-page .wrap-questions {
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.resume {
  padding-bottom: 50px
}
.contact-list-details {
  margin-top: 40px
}
.contact-page .wrap-contact-info .wrap-contact-form .form-group textarea {
  min-height: 100px
}
.form-group {
  margin-bottom: 0px
}
.form-group .error-msg {
  margin-bottom: 15px
}
.custom-upload {
  position: relative;
  background-color: #f0f1f5;
  height: 49px
}
.custom-upload input[type=file] {
  cursor: pointer;
  outline: none;
  position: relative;
  text-align: right;
  -moz-opacity: 0;
  filter: alpha(opacity: 0);
  opacity: 0;
  z-index: 2;
  width: 100%;
  height: 100%
}
.custom-upload .fake-file {
  background: #ddd;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 1;
  line-height: 100%;
  height: 100%
}
.fake-file span {
  position: absolute;
  right: 0;
  background: #ddd;
  height: 100%;
  padding: 17px
}
.custom-upload .fake-file input {
  font-size: 14px;
  width: 100%;
  background-color: #f0f1f5;
  border: none;
  padding-right: 100px;
  padding-left: 24px;
  height: 49px
}
.form-control {
  border-radius: 0px;
  box-shadow: none
}
.contact-page .about-header {
  padding-top: 250px;
  height: 700px;
  background: url(../images/contactBg.jpg) center no-repeat;
  background-size: cover;
  text-align: center;
  position: relative
}
.home-header .btn-short {
  z-index: 10;
  position: relative
}
.partner .brands a.brand-logo-wrap img {
  cursor: pointer !important
}
.turnkey-page .partner {
  padding-bottom: 100px;
  border-top: 1px solid #e7e8ec
}
.turnkey-page .partner .row {
  padding-top: 70px
}
.turnkey-page .partner .row.no-gutter, .partner-section .partner .row.no-gutter {
  padding-top: 0px
}
.turnkey-page .partner .brand {
  margin-top: 0px !important
}
.home-page .about-product {
  margin-top: 0px
}
.partner-section .partner {
  border-top: 1px solid #e7e8ec
}
.partner-section .partner {
  border-top: 1px solid #e7e8ec
}
.partner-section {
  padding-bottom: 100px
}
.partner-section .partner .row {
  padding-top: 90px
}
@-moz-document url-prefix() {
  input[type="file"] {
    height: auto;
    display: inline-flex
  }
}
.about-product [class^="col-"]:nth-of-type(4) article::before {
  background: url('../images/hl-1.png') no-repeat left top;
  width: 111px;
  height: 438px
}
.home-page .partner .text-center {
  margin-top: 50px
}
.home-page .about-product .btn-short {
  padding: 2px 15px !important
}
.home-page .about-product p {
  margin-bottom: 20px
}
.home-page .about-product article {
  margin-bottom: 30px
}
.completesolp {
  text-align: center;
  padding-bottom: 15px
}
.complexDataModeling-inner #management-operation h2 {
  text-align: center;
  padding-top: 60px
}
.complexDataModeling-inner #management-operation {} .complexDataModeling-inner #management-operation.features {
  padding: 0px 0 60px
}
.acelero-page #internal .top-block-text h3 {
  margin-bottom: 40px
}
.acelero-page #internal article ul li {
  list-style-type: none;
  line-height: 20px;
  margin-bottom: 10px;
  text-align: center;
  position: relative
}
.acelero-page #internal article ul li:before {
  content: '';
  background: #f8981d;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  background-position: left center;
  margin-left: -13px;
  margin-top: 6px
}
.acelero-page #internal article h5 {
  min-height: 50px
}
.acelero-page #start .laptop-item .striped-icon-large {
  margin: 0;
  margin-bottom: 10px;
  float: left;
  margin-right: 20px
}
.acelero-page #start .laptop-item {
  margin-bottom: 20px;
  display: inline-block;
  float: left;
  width: 100%
}
.acelero-page #start .laptop-item h5 {
  padding-top: 30px
}
.complexDataModeling-inner #features-complex .text-center p {
  margin-bottom: 10px;
  line-height: normal
}
.alenza-inner .cd-pricing-list .cd-pricing-col {
  max-width: 200px
}
.alenza-inner .cd-pricing-list .col-los:first-child {
  max-width: 290px
}
.alenza-inner .cd-pricing-list .col-los:first-child .panel-price {
  border-right: none
}
.alenza-inner .cd-pricing-list .col-los {
  float: none;
  display: inline-block;
  margin-left: -5px !important
}
.alenza-inner .cd-pricing-list .col-los ul.list-styled ul.list-list {
  padding-left: 23px
}
.avlino-certified {
  position: absolute;
  right: 25px;
  bottom: -70%;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 10px 5px 10px;
  max-width: 200px
}
.about-solu {
  margin-left: 49px
}
.about-solu article p {
  font-size: 15px !important
}
.home-page .about-product .btn-short {
  cursor: pointer;
  z-index: 2;
  position: relative
}
.home-page .section-header-slider .section-header {
  margin-top: 60px
}
.home-page .index-testimonials .owl-item .client.right {
  position: inherit
}
.home-page .index-testimonials .owl-item .client {
  float: left;
  width: 49%;
  margin-right: 1%;
  text-align: left
}
.home-page .index-testimonials .owl-item .client.left {
  padding: 40px 40px 0px 50px
}
.home-page .index-testimonials .owl-item .client img {
  max-width: 100%;
  border: 1px solid #ddd
}
.slider-logo {
  margin-left: 35px
}
.home-page .index-testimonials .owl-item .client p {
  margin-bottom: 20px
}
.home-page .index-testimonials .owl-item .client {
  color: #fff;
  font-size: 16px;
  text-align: left;
  line-height: 24px
}
.home-page .index-testimonials .owl-item .client a.btn-short {
  vertical-align: bottom
}
.home-page .index-testimonials .owl-item .client h2 {
  font-size: 20px;
  color: #fff;
  font-weight: bold
}
.acelero-page .data-accelro article {
  min-height: 350px
}
.home-technology {
  padding-top: 60px;
  margin-bottom: 60px
}
.home-technology .text-center {
  margin-bottom: 50px
}
.home-technology ul li {
  color: #2a2a2a
}
.home-technology .btn-model {
  margin-left: 25px
}
.btn-model {
  background: #001e52;
  color: #ffffff;
  border-color: #001e52
}
.btn-model:hover, .btn-model:focus, .btn-model:active {
  background: #032663 !important
}
.home-technology ul.list-style-ok {
  margin-bottom: 50px
}
.home-page .map-section {
  margin-top: 0px
}
.home-page .home-technology {
  padding-top: 0px;
  padding-bottom: 0px
}
.home-page .home-technology h2.text-center {
  padding-top: 60px
}
.home-page .section-header-slider {
  padding-bottom: 100px !important
}
.alenza-inner .wrap-questions .panel, .alenza-inner .wrap-questions .panel-heading {
  border-radius: 0px
}
.complexDataModeling-inner .features.parallax-section-2 {
  overflow: inherit
}
.acelero-page .wrap-internal.steps {
  padding-top: 0px
}
.additional-charge .brands {
  margin-top: 30px
}
.alenza-inner .wrap-downloads.text-center {
  margin-top: 0px
}
.additional-charge .brands h5 {
  color: #fff
}
.home-page .btn-free-demo {
  top: 130px;
  z-index: 10
}
.section-header-images {
  text-align: center
}
.section-header-images img {
  margin-right: 15px
}
.home-page .btn-free-demo {
  position: absolute;
  right: 24px;
  z-index: 2
}
.modal-open .btn-free-demo {
  opacity: 0
}
.home-technology .col-lg-6.col-md-6.col-sm-12.col-xs-12.text-center {
  margin-bottom: 0px
}
.top-left-corner {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important
}
.top-right-corner {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important
}
.complexDataModeling-inner #management-operation p {
  text-align: center
}
.acelero-page .wrap-internal .container {} .acelero-page .wrap-internal.steps {
  padding-bottom: 20px
}
.acelero-page .why-alenza .img-bigdata, .acelero-page .wrap-who-we .img-bigdata {
  margin: 0 auto;
  width: auto
}
.acelero-page .wrap-who-we .img-bigdata {
  margin-top: 50px
}
.acelero-page .wrap-who-we p {
  margin-bottom: 12px
}
.navbar-alt .btn-free-demo {
  display: none
}
.carrer-page .panel-default > .panel-heading {
  border-color: #e8e9ed
}
.complexDataModeling-inner#home .features h5 {
  font-size: 18px;
  min-height: 60px;
}
#home.complexDataModeling-inner .about-header h5.about-header-para {
  margin-top: 25px;
  font-weight: 600
}
.service-header p {
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-family: "Raleway", sans-serif
}
.complexDataModeling-inner.aoi-inner #management-operation-data h2 {
  margin-bottom: 10px
}
.complexDataModeling-inner.aoi-inner #management-operation-data p {
  margin-bottom: 40px
}
.complexDataModeling-inner.aoi-inner #management-operation-data .img-bigdata {
  width: auto
}
.blog-responce {
  max-width: 800px;
  margin: 0 auto;
  display: block
}
.owl-slide-one .container {
  position: relative
}
.btn-free-demo {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px
}
.board-members ul li {
  display: inline-block;
  width: 33.33%;
  float: left;
  text-align: center;
}
.board-members ul {
  margin-top: 50px;
  display: inline-block;
  width: 100%;
}
.board-members ul li span {
  display: inline-block;
  max-height: 200px;
}
.board-members ul li h6 {
  display: block;
  font-size: 19px;
  font-weight: bold;
  margin-top: 10px;
  color: #2b2e33;
}
.board-members ul li:hover h6, .board-members ul li.active h6 {
  color: #F9991D;
}
.board-members ul li span img {
  max-height: 200px;
  display: inline-block;
  border-radius: 50%;
  border: 5px solid #ccc;
}
.toggle-section .ico {
  width: 100%;
  height: 70px;
}
.toggle-section .ico svg * {
  fill: #ffffff;
}
.wrap-tabs.toggle-section .nav-tabs-vertical > li:hover svg *, .wrap-tabs.toggle-section .nav-tabs-vertical > li.active svg * {
  fill: #f8981d;
}
.toggle-section img, .toggle-section svg {
  max-width: 60px;
  height: 60px;
}
.wrap-tabs.toggle-section .nav-tabs-vertical > li:hover img, .wrap-tabs.toggle-section .nav-tabs-vertical > li.active img {} .wrap-tabs.toggle-section .nav-tabs-vertical > li {
  width: 50%;
  min-width: auto;
  padding: 0;
  float: left;
  border: 0;
  text-align: center;
  margin-bottom: 30px;
}
.wrap-tabs.toggle-section .nav-tabs-vertical > li .title {
  line-height: normal;
  font-size: 15px;
  max-width: 230px;
  margin: 0 auto;
  min-height: 55px;
}
.toggle-section img {
  max-width: 60px;
  margin-bottom: 10px;
}
.toggle-section h2 {
  margin-bottom: 70px;
}
.wrap-tabs.toggle-section .nav-tabs-vertical > li a {
  display: block;
  padding: 0;
  color: #ffffff;
}
.wrap-services h2 {
  margin-bottom: 0px;
}
.full-section {
  margin-top: 30px;
}
.wrap-tabs.toggle-section .nav-tabs-vertical > li a i {
  color: #ffffff;
  font-size: 54px;
  font-weight: 200;
}
.copyright-links a {
  color: #fff;
}
.copyright-links a:hover {
  color: #d0831e;
}
/*.wrap-tabs.toggle-section .nav-tabs-vertical {
  background: #fff;
  padding-top: 40px;
}*/

.wrap-tabs.toggle-section .nav-tabs-vertical > li.active .title, .nav-tabs-vertical > li > a:hover, .wrap-tabs.toggle-section .nav-tabs-vertical > li:hover a i, .wrap-tabs.toggle-section .nav-tabs-vertical > li.active a i, .wrap-tabs.toggle-section .nav-tabs-vertical > li:hover .title {
  color: #f8981d;
}
@media (min-width: 1200px) {
  .map {
    height: 615px
  }
  .map-section {
    margin-bottom: -120px
  }
}
@media (min-width: 992px) {
  .map-section {
    margin-bottom: -80px
  }
  .map-section .bottom_text {
    top: -100px
  }
  .legend {
    top: 0
  }
  .legend .pin.leftcol {
    text-align: right;
    background-position: right center;
    padding-right: 60px;
    padding-left: 0
  }
  .legend .pin {
    font-size: 14px;
    line-height: 60px;
    padding-top: 0
  }
}
@media (min-width: 768px) {
  .map {
    height: 515px
  }
  .map-section p {
    width: 60%
  }
  .navbar-inverse .navbar-nav  >  .active  >  a, .navbar-inverse .navbar-nav  >  .active  >  a:hover, .navbar-inverse .navbar-nav  >  .active  >  a:focus{
    color: #ffffff;
  }
}
@media (max-width: 1680px) {
  /*.wrap-header-slider:after {
    bottom: -32px
  }*/
}
@media (max-width: 1600px) {
  .avlino-certified {
    position: absolute;
    right: 6%;
    bottom: -20%;
    z-index: 9999
  }
}
@media (max-width: 1440px) {
  /*.wrap-header-slider:after {
    bottom: -72px
  }*/
  
  .home-slider .carousel-caption {
    top: 150px
  }
  .home-slider .carousel-caption h2 {
    margin-bottom: 20px;
    font-size: 40px
  }
  .home-slider .carousel-caption p.large {
    line-height: 30px;
    margin-bottom: 30px
  }
  .complexDataModeling-inner .about-header h6 {
    font-size: 30px
  }
  .avlino-certified {
    position: absolute;
    right: 12%;
    bottom: -20%;
    z-index: 9999
  }
  .testimonials .owl-carousel .owl-controls .owl-buttons .owl-prev {
    left: -30px
  }
  .testimonials .owl-carousel .owl-controls .owl-buttons .owl-next {
    right: -30px
  }
  .index-testimonials .owl-item {
    padding-bottom: 15px
  }
}
@media (max-width: 1300px) {
  .avlino-certified {
    position: absolute;
    right: 16%;
    bottom: -13%;
    z-index: 9999
  }
}
@media (max-width: 1199px) {
  .svg-icon {
    left: 9%
  }
  div#documentationWheelDiv:after {
    right: -28px
  }
  .map-section .legend {
    padding-right: 15px;
    padding-left: 15px
  }
  .turnkey-page .wrap-service-nav .list-nav .list-wrap .nav-item .text {
    font-size: 12px
  }
  /*.wrap-header-slider:after {
    bottom: -50px
  }*/
  
  .contact-page .wrap-map, #mapCanvas {
    height: 460px
  }
  .contact-page .wrap-contact-info {
    padding: 60px 0 60px
  }
  .alenza-inner .features h5 {
    height: 50px
  }
  .section-tech {
    margin: 100px 0 50px
  }
  .blog-view .wrap-blog-content {
    padding: 120px 0 100px 0
  }
  .contact-page .wrap-contact-info-text .details p {
    font-size: 12px
  }
  .map-section .wrap-contact-form h4 {
    font-size: 19px
  }
  .alenza-inner .popup-img .modal-dialog {
    width: auto;
    padding: 15px;
    margin-top: 15%
  }
  .map-section .container h4 {
    font-size: 37px
  }
  .avlino-certified {
    position: initial;
    display: inline-block
  }
  .navbar-nav > li {
    padding: 0 10px;
  }
}
@media (max-width: 992px) {
  .map-section h1 {} .svg-icon {
    left: -30%
  }
  div#documentationWheelDiv:after {
    right: 237px
  }
  .home-slider .carousel-caption {
    top: 150px
  }
  .alenza-inner .wrap-who-we {
    padding: 60px 0
  }
  .acelero-page .wrap-laptop {
    margin-top: 60px
  }
  .alenza-inner .features h5 {
    height: inherit
  }
  .data-center .col-lg-4 img {
    max-width: 380px;
    margin-bottom: 20px;
    margin: 0 auto;
    margin-bottom: 20px
  }
  .map-section .container h4 {
    font-size: 33px
  }
  /*.wrap-header-slider:after {
    bottom: -102px
  }*/
}
@media(max-width:991px) {
  .article-block div>img {
    float: none;
    margin-left: 0px
  }
  .turnkey-page .key-list-section .list-wrap {
    width: 30%
  }
  .alenza-inner .features {
    background-size: cover
  }
  .article-last {
    margin-left: 3.5%
  }
  h2, h1, .map-section h1 {
    font-size: 34px
  }
  p.large {
    font-size: 105%
  }
  .toggle-button .fa {
    font-size: 25px;
    padding-top: 8px
  }
  .navbar-nav > li {
    font-size: 14px
  }
  .brands .brand-logo {
    border-right: 1px solid #e8e9ed
  }
  .brands .border-responsive {
    border-right: none
  }
  .partner .brands .border-bottom-responsive {
    border-bottom: none
  }
  .blog-page .wrap-blog-content.blog .post .post-image img {
    width: 100%
  }
  #documentationWheelDiv svg {
    width: 350px;
    height: 350px
  }
  #documentationWheelDiv {
    text-align: center
  }
  div#documentationWheelDiv:after {
    right: 0;
    left: 0;
    margin: auto;
    bottom: -130px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg)
  }
  .svg-icon {
    width: 12px;
    top: 46.6%;
    left: -0.5%
  }
  .contact-page .wrap-contact-info .wrap-contact-info-text {
    padding-left: 15px
  }
  .features .container .row p {
    padding: 0px 15px;
    line-height: 22px;
    text-align: center
  }
  .turnkey-page .wrap-block .para-tag {
    vertical-align: top;
    min-height: inherit
  }
  .nav-social-bar {
    position: absolute;
    right: 7px;
    z-index: 2
  }
  .alenza-help {
    font-size: 25px
  }
  .contact-page .wrap-contact-info-text .details p {
    font-size: 14px
  }
  .industry .brands .border-responsive, .industry .brands .border-bottom-responsive {
    border-bottom: none
  }
  .industry .brands .border-responsive-last {
    border-bottom: 1px solid #e8e9ed
  }
  .partner .brands .border-responsive-last {
    border-bottom: 1px solid #e8e9ed
  }
  .contact-page .wrap-contact-info .wrap-contact-form h4 {
    margin-top: 40px
  }
  .contact-page .wrap-contact-info .wrap-contact-form, .contact-page .map-section-block .contact-list-details {
    padding: 0px
  }
  .form-group {
    margin-bottom: 0px
  }
  .form-group .error-msg {
    margin-bottom: 15px
  }
  .contact-list-details {
    margin-top: 60px
  }
  #laptop .img-responsive {
    margin: 0 auto
  }
  .turnkey-page .partner {
    padding-bottom: 50px
  }
  .home-slider .carousel-caption h2 {
    margin-bottom: 10px;
    font-size: 30px
  }
  #home.complexDataModeling-inner .about-header h5 {
    font-size: 20px !important
  }
  .complexDataModeling-inner .about-header h6 {
    font-size: 24px
  }
  .btn-free-demo {
    font-size: 22px
  }
  .complexDataModeling-inner .wrap-who-we .btn {
    margin-bottom: 20px
  }
  .about-product#about article {
    padding-left: 0px
  }
  .acelero-page #internal article h5 {
    min-height: initial
  }
  .acelero-page #start .laptop-item {
    text-align: center
  }
  .acelero-page #start .laptop-item .striped-icon-large {
    margin: 0 auto;
    float: none
  }
  .acelero-page #start .laptop-item h5 {
    padding-top: 10px
  }
  .home-page .index-testimonials .owl-item .client {
    width: 100%;
    float: none;
    text-align: center
  }
  .home-page .index-testimonials .owl-item .client img {
    display: block;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 20px
  }
  .home-page .index-testimonials .owl-item .client.left {
    padding: 0 0 15px 0
  }
  .home-page .section-header-slider .section-header {
    margin-bottom: 40px
  }
  .home-page .section-header-slider {
    padding-bottom: 50px !important
  }
  .slider-logo {
    display: initial !important;
    margin-left: 15px !important
  }
  .home-page .index-testimonials .owl-item .client a.btn-short {
    vertical-align: middle
  }
  .home-technology {
    padding-bottom: 0px
  }
  .home-technology .img-responsive {
    margin-top: 30px
  }
  .about-solu {
    margin-left: 0px
  }
  .avlino-certified {} .two-section .border-right {
    border-right: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
  section.wrap-services .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .bg-wrap .tab-pane-vertical h4 {
    line-height: normal;
  }
  .navbar-default .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a {
    font-size: 15px;
  }
  .navbar-nav > li {
    padding: 0 5px;
  }
}
@media(max-width:768px) {
  .turnkey-page .wrap-block .pull-right, .turnkey-page .wrap-block .pull-left, .turnkey-page .wrap-block .pull-right img {
    float: none
  }
  .turnkey-page .wrap-block img {
    text-align: center;
    margin-bottom: 20px
  }
  .turnkey-page .wrap-block .para-tag {
    display: block;
    min-height: inherit
  }
  .turnkey-page .key-list-section .list-wrap {
    width: 35%
  }
  .turnkey-page .wrap-service-nav .list-nav .list-wrap .nav-item {
    padding: 0px 15px 0;
    margin-bottom: 0px
  }
  .svg-icon {
    left: -25%
  }
  div#documentationWheelDiv:after {
    right: 187px
  }
  .navbar-nav.with-border > li > a:before{
    left:0;
  }
  .wrap-inside-nav{
    display: block;
    text-align: center;
    border:0;
  }
  .article-last {
    margin-left: 0%
  }
  .navbar-fixed-top {
    position: absolute;
  }
  .navbar-alt {
    background: transparent;
  }
  .article-last article {
    padding-left: 0px
  }
  h2 {
    font-size: 28px
  }
  .carousel-caption h2 {
    font-size: 24px
  }
  .carousel-caption p {
    line-height: 22px;
    font-size: 15px
  }
  .acelero-page .wrap-laptop img {
    margin: 0 auto;
    text-align: center
  }
  .turnkey-page .wrap-service-nav .list-nav .list-wrap .nav-item {
    height: 110px;
    padding-top: 10px;
    margin-bottom: 35px
  }
  .alenza-inner .navbar-alt .toggle-button {
    padding: 25px 0 !important
  }
  .wrap-inside-nav .inside-col .inside-nav li a, .wrap-inside-nav .inside-col .inside-nav li a:active, .wrap-inside-nav .inside-col .inside-nav li a:visited, .wrap-inside-nav .inside-col .inside-nav li a:focus {
    padding-left: 17px !important
  }
  .owl-full-height .owl-buttons div {
    width: 50px;
    height: 50px
  }
  .owl-full-height .owl-prev:before {
    top: 12px;
    left: 15px
  }
  .owl-full-height .owl-next:before {
    top: 12px;
    right: 15px
  }
  .nav-social-bar {
    right: 10px;
    top: 29px
  }
  .contact-list-details {
    margin-top: 30px
  }
  /*.wrap-header-slider:after {
    height: 210px;
    bottom: -2px !important
  }*/
}
@media(max-width:767px) {
  .section-header {
    margin: 50px 0 50px
  }
  #about article p, .blog .post .post-body p, .about-us .wrap-laptop p, .about-us .article-block p, .about-us .wrap-cards .box p, .data-center p, .media-page .gallery-squares .gallery-item .bottom-info .post, .carrer-page .wrap-questions .panel-body, .turnkey-page p {
    font-size: 14px;
    line-height: 22px
  }
  .floated .navbar-nav > li {
    width: 100%;
  }
  #home h5, .about-us h5, .media-page .gallery-squares .gallery-item .bottom-info .name, .carrer-page .wrap-questions .panel-title a {
    font-size: 18px;
    line-height: 24px
  }
  body {
    font-size: 14px
  }
  .industry {
    margin-bottom: 50px
  }
  .brands {
    margin-top: 50px
  }
  .blog {
    margin-bottom: 50px
  }
  .credits {
    float: none;
    text-align: center;
    line-height: 17px;
    padding-bottom: 10px
  }
  .copyright-alt {
    padding: 20px 0 20px
  }
  .service-header h1 {
    font-size: 45px
  }
  .wrap-laptop .laptop-item {
    margin-bottom: 30px
  }
  .about-header h1 {
    font-size: 32px
  }
  h3 {
    font-size: 32px
  }
  ul.list-styled li {
    line-height: 23px
  }
  .wrap-downloads .row, .alenza-inner .partner .row {
    margin-top: 30px
  }
  .wrap-downloads .download-item .ico {
    padding-bottom: 20px
  }
  .wrap-downloads {
    padding: 35px 0 70px
  }
  .about-us .wrap-cards .box-heading {
    padding-top: 20px
  }
  .media-page .gallery-squares .gallery-item {
    margin-bottom: 30px
  }
  .carrer-page .wrap-questions .panel .careerdetail .overall-info {
    padding-left: 15px
  }
  .carrer-page .wrap-questions .panel-title a {
    font-size: 15px;
    line-height: 20px
  }
  .carrer-page .wrap-questions .panel-heading {
    padding: 10px 20px
  }
  .blog-view .wrap-blog-content {
    padding: 50px 0 50px 0
  }
  .blog-view .wrap-blog-content .left-column {
    margin-bottom: 0
  }
  .wrap-contact-info {
    padding: 50px 0 60px
  }
  .contact-page .wrap-contact-info .wrap-contact-form {
    margin-bottom: 20px
  }
  .wrap-contact-info .wrap-contact-info-text h4 {
    margin-bottom: 20px
  }
  #mapCanvas, .contact-page .wrap-map {
    height: 400px !important
  }
  .contact-page .wrap-contact-info .wrap-contact-form {
    padding-top: 20px
  }
  .wrap-contact-info .wrap-contact-form h4 {
    font-size: 27px
  }
  .wrap-blog-content {
    padding: 50px 0 100px 0
  }
  .alenza-inner .wrap-who-we {
    padding: 50px 0
  }
  .carousel-caption .container {
    padding: 0px 15px
  }
  .features .container .row p {
    padding: 0px 15px;
    line-height: 22px;
    text-align: center
  }
  #home h5, .about-us h5, .media-page .gallery-squares .gallery-item .bottom-info .name, .carrer-page .wrap-questions .panel-title a {
    font-size: 15px;
    line-height: 22px
  }
  .features article {
    margin-top: 40px
  }
  #documentationWheelDiv svg {
    width: 350px;
    height: 350px
  }
  #documentationWheelDiv {
    text-align: center
  }
  div#documentationWheelDiv:after {
    right: 0;
    left: 0;
    margin: auto;
    bottom: -131px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg)
  }
  .svg-icon {
    width: 12px;
    top: 46.6%;
    left: -0.5%
  }
  #home h5.panel-title {
    font-size: 12px;
    line-height: 19px
  }
  .alenza-inner .wrap-laptop .laptop-item {
    margin-bottom: 50px
  }
  .alenza-inner #wrap-downloads h2, .alenza-inner .partner h2 {
    margin-bottom: 70px;
    margin-top: 30px
  }
  .alenza-inner .brands {
    padding: 0px 15px
  }
  .acelero-page .wrap-laptop {
    margin-top: 50px
  }
  .floated .navbar-nav > li > a {
    padding: 10px 0
  }
  .data-center .col-lg-4 img, .article-block div>img {
    margin: 0 auto;
    margin-bottom: 15px
  }
  .alenza-inner .wrap-laptop .laptop-item {
    padding-bottom: 15px
  }
  .owl-full-height .owl-prev, .owl-full-height .owl-next {
    top: 40%
  }
  .navbar-inverse .navbar-collapse {
    padding-bottom: 0
  }
  .navbar-fixed-top, .navbar-fixed-bottom {
    position: absolute
  }
  .navbar-inverse .navbar-collapse {
    overflow: hidden;
    max-height: inherit !important
  }
  .navbar-alt .toggle-button {
    padding-top: 25px;
    padding-bottom: 25px
  }
  .navbar-alt .navbar-brand {
    padding: 25px 0
  }
  .alenza-inner .wrap-laptop .section-header {
    margin-top: 50px
  }
  .about-header-para {
    font-size: 17px !important
  }
  .alenza-inner .navbar-alt .toggle-button {
    padding: 35px 0 !important
  }
  .alenza-help {
    font-size: 20px
  }
  .about-header-para {
    font-size: 17px
  }
  .navbar-collapse {
    position: inherit
  }
  .navbar-alt .nav-social-bar .fa {
    color: #ffffff
  }
  .map-section .container h4 {
    margin-top: 25px
  }
  .form-group {
    margin-bottom: 0 !important
  }
  .contact-page .wrap-contact-info .wrap-contact-form .form-group {
    margin-bottom: 0px
  }
  .contact-page .wrap-contact-info .wrap-contact-form .form-group .form-control {
    margin-bottom: 15px
  }
  .map-section .container h4 {
    font-size: 28px
  }
  .contact-page .nav-social-bar .fa {
    color: #ffffff
  }
  .wrap-header-slider.home-header, .home-header #owl-example, .home-header .owl-carousel .owl-wrapper-outer, .home-header .owl-full-height .owl-item, .home-header .owl-full-height .owl-slide {
    height: 500px !important
  }
  .owl-full-height .owl-buttons div {
    margin-top: 0px
  }
  .home-slider .carousel-caption {
    top: 115px
  }
  .about-product#about .section-header {
    margin-top: 20px
  }
  .alenza-inner .popup-img .modal-dialog {
    width: auto;
    padding: 0px;
    margin-top: 15%
  }
  .blog-page .blog .post {
    padding-bottom: 30px
  }
  .industry .brands .border-responsive, .industry .brands .border-bottom-responsive {
    border-bottom: none
  }
  .industry .brands .border-responsive-last {
    border-bottom: 1px solid #e8e9ed
  }
  .partner .brands .border-responsive {
    border-right: 1px solid #e8e9ed
  }
  .partner .brands .border-responsive {
    border-bottom: none
  }
  .resume {
    padding-bottom: 40px
  }
  .turnkey-page .partner, .partner-section .partner {
    padding-left: 15px;
    padding-right: 15px
  }
  .home-slider .carousel-caption h2 {
    margin-bottom: 10px;
    font-size: 25px
  }
  .home-slider .carousel-caption p.large {
    line-height: 22px;
    margin-bottom: 15px
  }
  .partner-section .partner .row {
    padding-top: 60px
  }
  .partner-section {
    padding-bottom: 60px
  }
  .complexDataModeling-inner .about-header {
    -webkit-background-size: cover;
    background-size: cover
  }
  #home.complexDataModeling-inner .about-header h5 {
    font-size: 16px !important;
    line-height: 26px
  }
  .complexDataModeling-inner .about-header h6 {
    font-size: 20px
  }
  .complexDataModeling-inner .wrap-who-we {
    padding: 50px 0
  }
  .popup-demo .modal-body {
    padding: 0px 15px 15px
  }
  .acelero-page #internal article ul li {
    padding: 0px 15px
  }
  .acelero-page .data-accelro article {
    min-height: auto
  }
  .home-page .index-testimonials .owl-item .client p {
    font-size: 14px
  }
  .home-page .home-technology {
    padding-top: 0px;
  }
  .solutions-wrap a.btn {
    margin-bottom: 50px;
  }
  .media-page .gallery-item {
    max-width: 360px;
    margin: 0 auto
  }
  .home-page .btn-free-demo {
    top: 94px !important;
    padding: 0px 7px !important
  }
  .btn-free-demo {
    top: -36px !important
  }
  .complexDataModeling-inner {
    top: -34px !important
  }
  .home-page .index-testimonials .owl-item .client.left {
    padding-bottom: 0px
  }
  .alenza-inner .btn-free-demo.btn-short {
    top: -16px !important
  }
  .alenza-inner .wrap-who-we .img-responsive {
    margin-top: 30px
  }
  .panel-alt-two .panel-heading, .panel-alt-two .panel-body {
    padding-left: 50px
  }
  .alenza-inner .panel-alt-two .panel-heading.active .accordion-icon, .alenza-inner .panel-alt-two .panel-heading .accordion-icon {
    left: -37px
  }
  .complexDataModeling-inner .wrap-cards {
    padding-left: 15px;
    padding-right: 15px
  }
  .why-alenza h2 {
    margin-bottom: 30px;
    margin-top: 50px
  }
  .box {
    margin-bottom: 25px
  }
  .wrap-cards {
    padding-bottom: 40px
  }
  .brands {
    margin-top: 50px;
    padding: 0px 15px
  }
  .acelero-page .wrap-laptop {
    padding-bottom: 40px
  }
  .service-header, .about-header {
    height: 350px !important;
    padding-top: 132px !important;
    padding-bottom: 37px
  }
  .service-header h1, .about-header h1 {
    padding-top: 10px
  }
  .btn-free-demo.btn-short {
    position: absolute;
    top: -25px;
    right: 10px;
    padding: 0px 7px !important;
    font-size: 13px
  }
  .service-header h1, .about-header h1 {
    font-size: 22px;
    margin-top: 12px;
    margin-bottom: 13px !important;
    padding-top: 30px
  }
  .about-header p, .service-header p {
    font-size: 15px !important;
    line-height: 18px !important
  }
  .about-header .bottom-line:after, .about-header .bottom-line, .service-header .bottom-line:after, .service-header .bottom-line {
    display: none
  }
  #home.complexDataModeling-inner .about-header h5.about-header-para {
    margin-top: 10px
  }
  .complexDataModeling-inner.aoi-inner #management-operation-data .img-bigdata {
    margin: 0 auto;
    margin-top: 15px
  }
  #wrap-downloads h2 {
    margin-top: 20px
  }
  .complexDataModeling-inner.aoi-inner #management-operation-data p {
    margin-bottom: 15px
  }
  .wrap-tabs {
    padding: 50px 0;
  }
  .board-members ul li span img {
    max-height: 120px;
  }
  .board-members ul li h6 {
    font-size: 16px;
  }
  .wrap-inside-nav{
    display: block !important;
    text-align: center;
  }
}
@media(max-width:640px) {
  h2 {
    font-size: 28px
  }
  .carousel-caption h2 {
    font-size: 22px
  }
  .home-slider .carousel-caption {
    width: 90%;
    left: 15px
  }
  .btn-short {
    padding: 5px 15px !important;
    font-size: 13px
  }
  .owl-wrapper-outer .media {
    margin-top: 50px
  }
  h2, h1, .map-section h1 {
    font-size: 23px
  }
  .legend .pin {
    line-height: 1.2
  }
  .map-section .legend {
    margin-top: 40px;
    padding-right: 10px;
    padding-left: 10px
  }
  h3 {
    font-size: 28px
  }
  .wrap-laptop .laptop-item .striped-icon-large {
    position: inherit;
    margin: inherit;
    margin-bottom: 15px
  }
  .wrap-laptop .laptop-item {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    text-align: center
  }
  .wrap-laptop .list-unstyled {
    float: left;
    display: inline-block;
    width: 100%
  }
  .about-us .wrap-who-we.wrap-cards {
    margin-top: 50px
  }
  section.wrap-who-we.wrap-cards h2 {
    margin-top: 70px
  }
  .article-block h4 {
    font-size: 23px
  }
  .blog-view ul.list-inline.pull-right {
    float: none;
    display: inline-block;
    width: 100%
  }
  .blog-view .wrap-blog-content .post-column .post-header .post-info ul li {
    padding-top: 0px;
    margin-left: 0px
  }
  .wrap-contact-info .wrap-contact-form h4 {
    font-size: 25px
  }
  #documentationWheelDiv svg {
    width: 260px;
    height: 260px
  }
  div#documentationWheelDiv:after {
    right: 0;
    left: 0;
    margin: auto;
    bottom: -96px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg)
  }
  .svg-icon {
    width: 10px;
    top: 46%;
    left: -1%
  }
  .contact-page .wrap-contact-info {
    padding: 50px 0 40px
  }
  #blog-view {
    padding-top: 30px
  }
  .alenza-inner .wrap-laptop .laptop-item .striped-icon-large {
    margin: 0 auto
  }
  .alenza-inner .wrap-laptop .laptop-item {
    display: inline
  }
  .alenza-inner .wrap-laptop .laptop-item h5 {
    text-align: center
  }
  .alenza-inner #laptop {
    padding-bottom: 60px
  }
  .alenza-inner .tab-content {
    margin: 0 0 40px
  }
  .owl-full-height .owl-prev, .owl-full-height .owl-next {
    top: 35%
  }
  .alenza-inner .wrap-who-we {
    padding: 30px 0
  }
  .acelero-page .wrap-laptop, .turnkey-page .gallery-squares h4 {
    margin-top: 30px
  }
  .service-header h1, .about-header h1 {
    font-size: 32px;
    margin-bottom: 25px
  }
  .alenza-inner p {
    margin-bottom: 15px
  }
  .wrap-laptop .laptop-item .striped-icon-large {
    margin: 0 auto;
    margin-bottom: 15px
  }
  .about-us .laptop-item {
    text-align: center
  }
  .about-us .wrap-laptop .laptop-item {
    display: inline
  }
  .navbar-brand > img {
    max-width: 125px
  }
  .nav-social-bar {
    top: 33px
  }
  .wrap-map {
    padding-top: 87px
  }
  .carrer-page .about-header, .alenza-inner .about-header, .acelero-page .service-header {
    padding-top: 130px !important;
    padding-bottom: 24px
  }
  .map-section .container h4 {
    font-size: 22px
  }
  .acelero-page .wrap-downloads h3 {
    margin-bottom: 60px
  }
  .resume .send-resume {
    font-size: 26px !important
  }
  /*.wrap-header-slider:after {
    height: 150px;
    bottom: -70px
  }*/
  
  .home-slider .carousel-caption h2 {
    margin-bottom: 10px;
    font-size: 22px
  }
  .home-slider .carousel-caption p.large {
    line-height: 20px;
    margin-bottom: 10px
  }
  .complexDataModeling-inner .about-header {
    background-size: cover !important;
    height: 380px !important
  }
  #home.complexDataModeling-inner .about-header h5 {
    font-size: 14px !important;
    line-height: 20px !important;
    margin-top: 15px
  }
  .complexDataModeling-inner .about-header h6 {
    font-size: 16px;
    margin-top: 15px
  }
  .complexDataModeling-inner .benefits-img-holder img {
    width: 100%;
    margin-top: 20px
  }
  .btn-free-demo.btn-short {
    position: absolute;
    top: -25px;
    right: 10px;
    padding: 0px 7px !important
  }
  .modal-header h4 {
    font-size: 27px
  }
  .service-header h1, .about-header h1 {
    font-size: 22px;
    margin-top: 12px;
    margin-bottom: 13px !important;
    padding-top: 30px
  }
  .about-header p, .service-header p {
    font-size: 15px !important;
    line-height: 18px !important
  }
  .about-us section.team {
    padding-bottom: 20px
  }
  .section-header-images img {
    margin-bottom: 20px
  }
  .about-us #laptop .laptop-item p {
    margin-bottom: 0px
  }
  .acelero-page .wrap-laptop h5 {
    text-align: center
  }
  .service-header h1, .about-header h1 {
    padding-top: 10px
  }
  .alenza-inner .about-header-para {
    margin-top: 15px
  }
  .avlino-certified {
    max-width: 150px
  }
  .avlino-certified img {
    max-width: 100%
  }
  .home-technology .img-responsive {
    margin-bottom: 20px
  }
}
@media(max-width:480px) {
  .turnkey-page .wrap-service-nav .list-wrap {
    width: 100% !important;
    margin-bottom: 30px
  }
  .turnkey-page .wrap-service-nav .list-nav .list-wrap .nav-item {
    height: 110px;
    padding-top: 10px
  }
  .turnkey-page .wrap-seo-audit {
    padding: 60px 0 100px
  }
  .blog-page .wrap-blog-content.blog .post .post-image img {
    max-width: auto;
    height: auto
  }
  .blog-page .wrap-blog-content.blog .post .post-body {
    padding: 15px 15px 20px
  }
  .contact-page .wrap-contact-info .wrap-contact-info-text .fa {
    margin-right: 0px
  }
  .contact-page .wrap-contact-info .wrap-contact-info-text .type-info {
    width: 95px
  }
  .wrap-blog-content.blog .post .post-image {
    min-height: auto;
    height: auto
  }
  .owl-full-height .owl-prev, .owl-full-height .owl-next {
    top: 40%
  }
  .about-header-para {
    font-size: 15px !important;
    font-weight: normal;
    line-height: 20px !important
  }
  .alenza-inner .about-header {
    padding-top: 130px !important
  }
  .list-inline > li {
    padding-left: 3px;
    padding-right: 3px
  }
  .contact-page .wrap-contact-info {
    padding: 30px 0 40px
  }
  .alenza-inner .cd-pricing-list .col-los ul.list-styled ul.list-list {
    padding-left: 10px
  }
  .modal-header h4 {
    font-size: 17px
  }
  #home div.center-article-blocks article h5 {
    font-size: 15px;
  }
}
@media(max-height:700px) {
  .wrap-header-slider {
    height: 745px
  }
}
@media(max-height:1440px) {
  /*.wrap-header-slider:after {
    bottom: -33px
  }*/
}
@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio: 0) {
  @media(max-width:992px) {
    div#documentationWheelDiv:after {
      right: 0;
      left: 0;
      margin: auto;
      bottom: -131px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg)
    }
  }
  @media(max-width:640px) {
    div#documentationWheelDiv:after {
      right: 0;
      left: 0;
      margin: auto;
      bottom: -98px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg)
    }
  }
}
.about-header p {
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-family: "Raleway", sans-serif
}
.alenza-inner .about-header-para {
  margin-top: 25px
}
.alenza-inner .wrap-cards {
  padding: 0px
}
.alenza-inner .blog {
  margin: 0px
}
.ben2 {
  margin-top: 25px
}
.why-alenza.benifit2 {
  border-top: 1px solid #e7e8ec
}
.completesolp {
  margin-bottom: 0px
}
.alenza-inner .features {
  padding-bottom: 49px
}
.panel-heading.text-center.tableh {
  background: #f8971d;
  padding: 20px 10px
}
.panel-default > .panel-heading {
  border-color: transparent
}
.los-holder .col-los:nth-child(2) {
  margin-left: -1px;
  margin-right: -1px
}
.tableh .subhead {
  color: #fff;
  font-size: 18px;
  color: #fff;
  margin: 0px;
  text-transform: capitalize
}
.los-holder ul.list-styled li {
  color: #fff;
  font-size: 14px
}
.cd-pricing-list.cd-bounce-invert ul.list-styled li::before {
  margin-right: 0px
}
.cd-pricing-list.cd-bounce-invert .list-styled.list-style-ok {
  padding: 0px
}
p.larger {
  line-height: 40px;
  font-size: 20px;
}
.board-members {
  border-top: 1px solid #ccc;
}
.two-section h2 {
  margin-bottom: 0;
}

.modal-open .modal{
  background: rgba(0,0,0,0.8);
}

.animation-text span{
  display: inline-block;
}


.animation-text span{  
  color: transparent;
  text-shadow: 0px 0px 80px rgba(255,255,255,1);
  opacity: 0;
  -webkit-animation: rotateWord 8s linear infinite 8s;
  -ms-animation: rotateWord 8s linear infinite 8s;
  animation: rotateWord 8s linear infinite 8s;
}
.animation-text span:nth-child(1) { 
    -webkit-animation-delay: 1s; 
  -ms-animation-delay: 1s; 
  animation-delay: 1s; 
}
.animation-text span:nth-child(2) { 
    -webkit-animation-delay: 2s; 
  -ms-animation-delay: 2s; 
  animation-delay: 2s; 
}
.animation-text span:nth-child(3) { 
    -webkit-animation-delay: 3s; 
  -ms-animation-delay: 3s; 
  animation-delay: 3s; 
}
.animation-text span:nth-child(4) { 
    -webkit-animation-delay: 4s; 
  -ms-animation-delay: 4s; 
  animation-delay: 4s; 
}
@-webkit-keyframes rotateWord {
    0% { opacity: 0; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; -webkit-transform: translateY(-200px) translateZ(300px) rotateY(-120deg); transform: translateY(-200px) translateZ(300px) rotateY(-120deg); }
    10% { opacity: 1; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-transform: translateY(0px) translateZ(0px) rotateY(0deg); transform: translateY(0px) translateZ(0px) rotateY(0deg); }
    20% {  color: #fff; }
    40% { opacity: 1;  color: #fff; }
    50% { opacity: 1; }
    70% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
      0% { opacity: 0; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; -webkit-transform: translateY(-200px) translateZ(300px) rotateY(-120deg); transform: translateY(-200px) translateZ(300px) rotateY(-120deg); }
    10% { opacity: 1; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-transform: translateY(0px) translateZ(0px) rotateY(0deg); transform: translateY(0px) translateZ(0px) rotateY(0deg); }
    20% {  color: #fff; }
    40% { opacity: 1;  color: #fff; }
    50% { opacity: 1; }
    70% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; -webkit-transform: translateY(-200px) translateZ(300px) rotateY(-120deg); transform: translateY(-200px) translateZ(300px) rotateY(-120deg); }
    10% { opacity: 1; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-transform: translateY(0px) translateZ(0px) rotateY(0deg); transform: translateY(0px) translateZ(0px) rotateY(0deg); }
    20% {  color: #fff; }
    40% { opacity: 1;  color: #fff; }
    50% { opacity: 1; }
    70% { opacity: 0; }
    100% { opacity: 0; }
}
@media (max-width: 992px){
  .home-slider span{
    font-size: 50px;
  }
}
@media(max-width:767px) {
  .tableh .subhead {
    font-size: 18px;
    font-weight: normal
  }
  .about-header h3 {
    font-size: 20px;
  }
  p.larger {
    line-height: 33px;
    font-size: 20px;
  }
  .home-slider span {
    font-size: 30px;
  }
  .navbar-nav.with-border > li > a:before{
    display: none;
  }
}
@media(max-width:640px) {
  .alenza-inner .panel-body {
    padding-right: 15px
  }
  .tableh .subhead {
    font-size: 16px;
    font-weight: normal
  }
  .panel-heading.text-center.tableh {
    padding: 12px 10px
  }
  .los-holder .col-los:nth-child(2) .panel-body {
    padding-left: 0;
    padding-right: 0
  }
  .los-holder .col-los:nth-child(3) .panel-body {
    padding-left: 0;
    padding-right: 0
  }
  .board-members h2 {
    font-size: 30px;
  }
}
@media(max-width:479px) {
  .alenza-inner .panel-body {
    padding-right: 10px
  }
  .los-holder .col-los ul.list-styled li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }
  .los-holder .col-los:nth-child(2) .panel-body {
    padding-left: 10px;
    padding-right: 10px
  }
  .los-holder .col-los:nth-child(3) .panel-body {
    padding-left: 10px;
    padding-right: 10px
  }
  .tableh .subhead {
    font-size: 11px
  }
  .los-holder .col-los:nth-child(3) .tableh {
    padding-left: 0;
    padding-right: 0
  }
  .los-holder ul.list-styled li {
    margin: 5px 0
  }
  .panel-heading.text-center.tableh {
    padding: 10px
  }
  .board-members ul li h6 {
    font-size: 13px;
  }
  .board-members ul li span img {
    max-height: 90px;
  }
}
@media(max-width:359px) {
  .board-members ul li h6 {
    font-size: 16px;
  }
}
#home .about-header-para.normal {
  font-weight: normal;
  line-height: 32px
}
.acelero-page .data-accelro article {
  margin-bottom: 80px
}
.acelero-page .steps article:after {
  top: -110px;
  right: -139px
}
.acelero-page .wrap-who-we .container {
  padding: 80px 15px 50px
}
.acelero-page .wrap-who-we h3 {
  margin-bottom: 30px
}
.acelero-page .wrap-who-we {
  padding: 0px;
  position: relative;
  border-top: 1px solid #efefee
}
.acelero-page .wrap-laptop#laptop {
  margin-top: 0;
  padding-bottom: 50px
}
.acelero-page .wrap-laptop h5 {
  padding-top: 24px
}
.acelero-page .why-alenza, .acelero-page .partner {
  border-top: 1px solid #e7e8ec
}
.acelero-page .wrap-internal .container {
  padding: 80px 0px 50px
}
.acelero-page .partner .container {
  padding: 50px 15px
}
.acelero-page .wrap-cards {
  margin-bottom: 0px;
  padding-bottom: 0px
}
.acelero-page.technology-page section.service-header {
  background: url(../images/technology-banner.jpg)
}
.acelero-page .wrap-laptop.tech2 .container {
  padding-top: 80px
}
.mb-0 {
  margin-bottom: 0
}
.no-border {
  border: none
}
.acelero-page .data-accelro article:last-child {
  margin-bottom: 30px
}
.privacy-policy-page {} .policy-wrap p {
  margin: 0 0 15px
}
.privacy-policy-page .policy-wrap .list-section h5 {
  text-transform: uppercase;
  margin-bottom: 7px;
  text-align: left
}
.privacy-policy-page .policy-wrap .list-section ul {
  padding-left: 50px
}
.privacy-policy-page .policy-wrap .list-section ul li {
  list-style-type: disc;
  line-height: 22px;
  margin-bottom: 15px
}
.privacy-policy-page .policy-wrap .list-section .highlight {
  color: #F9991D;
  font-weight: 500
}
.privacy-policy-page .policy-wrap .list-section .highlight:hover {
  text-decoration: underline
}
.privacy-policy-page .policy-wrap .list-section address {
  line-height: 25px
}
.privacy-policy-page .policy-wrap .list-section-data span {
  display: block;
  margin-bottom: 5px;
  font-weight: 500
}
.home-footer .contact-item p {
  margin-bottom: 10px
}
.privacy-link {
  color: #F9991D !important;
  margin-top: 20px !important;
  display: inline-block;
  margin-bottom: 10px
}
.privacy-link:hover {
  text-decoration: underline
}
.privacy-policy-page .service-header {
  background: url(../images/privacy-bg.jpg) center no-repeat
}
.mail-anchor, .mail-anchor:hover {
  color: #F9991D
}
.overall-info .inner-list {
  padding-left: 25px
}
.overall-info .inner-list li {
  list-style-type: circle !important
}
@media(max-width:640px) {
  .privacy-policy-page .policy-wrap .list-section ul {
    padding-left: 15px
  }
  .privacy-policy-page .section-header h2 {
    font-size: 21px
  }
  .privacy-policy-page .section-header {
    margin: 30px 0 30px
  }
  .privacy-link {
    margin-bottom: 20px
  }
  .overall-info .inner-list {
    padding-left: 15px
  }
}
.aoi-inner .advantage {
  padding: 70px 0px
}
.blue-bg {
  background: transparent !important;
  background-color: rgba(0, 33, 105, 0.53) !important
}
.aoi-inner .features h5 {
  white-space: normal
}
.wrap-contacts h5 {
  margin-bottom: 60px
}
.highlight {
  color: #f8981d !important
}
.alenza-inner .aoi-feature {
  border-top: 1px solid #e7e8ec;
  background: #ffffff;
  padding: 0px;
  overflow: inherit
}
.alenza-inner .aoi-feature .container {
  padding: 60px 15px 80px
}
.alenza-inner .features.icon-groups h5 {
  min-height: 70px
}
.wrap-services.title-only .service-text {
  min-height: 30px;
  padding-top: 5px;
  float: left !important;
}
.wrap-services.title-only {
  padding-top: 0
}
.wrap-cards .box-heading {
  padding-right: 0px
}
.dark h5 a {
  color: #ffffff;
}
.dark h5 a:hover {
  color: #f8981d;
}
.steps article:after {
  display: none;
}
.steps article img {
  margin-bottom: 30px;
  max-height: 250px;
  display: inline-block;
  max-width: 250px;
  border: 5px solid #ccc;
}
.complexDataModeling-inner .features span img {
  max-width: 50px;
}
.alenza-inner .about-header.about-bg {
  background-image: url(../images/home/avlino-about-bg.jpg);
  background-position: bottom;
}
.bg-wrap {
  position: relative;
  padding: 100px 0px;
}
.bg-wrap:after {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(82, 104, 143, .9);
}
.bg-wrap .container {
  position: relative;
  z-index: 1;
}
.alenza-what-bg {
  background-image: url(../images/home/what-alenza.jpg);
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 0px;
}
.machine-bg {
  background-image: url(../images/home/machine-learning.jpg);
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 0px;
}
.engage-today {
  background-image: url(../images/home/what-alenza-bg.jpg);
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.advantage {
  background-image: url(../images/home/advantage-bg.jpg);
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 0px;
}
.analytic-bg {
  background-image: url(../images/home/analytic-bg.jpg);
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}
.behavioral-bg {
  background-image: url(../images/home/behaviour.jpg);
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}
.wrap-services.title-only .service-icon {
  font-size: 27px;
  width: 10%;
}
.flip-wrap {
  margin-top: 40px;
}
.alenza-what-bg h2 {
  margin-bottom: 70px;
}
.dark.wrap-services .service-text .text-title, .dark.wrap-services .service-text {
  color: #ffffff;
}
.sub-head-wrap p {
  line-height: 1.6;
}
.solutions-wrap.home-technology ul li {
  line-height: 1.6;
  font-size: 17px;
}
.solutions-wrap .sub-head-wrap {
  min-height: 150px;
}
.wrap-downloads {
  padding: 0 0 70px 0px;
  border-top: 1px solid #e7e7e7;
}
.wrap-downloads .download-item a {
  line-height: 1.33;
  margin-top: 10px;
}
.center-article-blocks {
  text-align: center;
}
.center-article-blocks img {
  max-width: 60px;
}
.center-article-blocks article {
  margin: 10px 0px 45px;
}
.section-header-slide .container {
  padding-bottom: 40px;
}
#home .center-article-blocks article h5 {
  font-size: 17px;
}
.home-page .btn-free-demo {
  position: absolute;
  right: 24px;
  z-index: 2;
  top: auto !important;
  bottom: 40px;
}
.bg-wrap h2, .bg-wrap h5, .bg-wrap p, .bg-wrap h4 {
  color: #ffffff;
  text-transform: inherit;
  line-height: 1.67;
}
.about {
  background: url(../images/home/avlino-about-bg.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.figure-single {
  margin-bottom: 50px;
}
.figure-service img {
  max-width: 80%;
  margin: 40px auto;
}
.figure-single img {
  max-width: 70%;
  margin: 0 auto;
}
.title-only h5 {
  text-transform: inherit;
}
.ami-wrap .wrap-features .wrap-feature-item .feature-item, .wrap-features .ami-flip .wrap-feature-item .feature-item {
  height: 320px;
}
.ami-wrap .wrap-features .wrap-feature-item .feature-item .text, .wrap-features .ami-flip .wrap-feature-item .text {
  line-height: 24px;
}
.mb50 {
  margin-bottom: 50px;
}
.smooth {
  background: #ffffff;
}
.title-only .section-header {
  margin-top: 0px;
}
.ami-flip {
  margin-bottom: 50px;
}
.wrap-downloads .download-item .ico img {
  max-width: 50px;
  max-height: 50px;
}
.wrap-services {
  padding: 0;
  border-top: 1px solid #e7e7e7;
}
.wrap-services .container {
  padding: 100px 0px;
}
.wrap-features .wrap-feature-item .feature-item .ico img {
  height: 36px;
}
@media screen and (max-width: 767px) {
  .figure-service img {
    max-width: 100%;
    padding: 0 20px;
  }
  .figure-single img {
    max-width: 100%;
    padding: 0 20px;
  }
}
.aoi-feature p.large {
    margin-bottom: 0;
}
a.btn:active {
  padding: inherit;
  padding: 9px 30px;
}
a.btn-short {
    padding-left: 30px;
    color: #ffffff;
    padding-right: 30px;
    background: #f8981d;
    border-color: #f8981d;
}

.wrap-inside-nav.flipped {
  left: auto;
  right: 0;
}