@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,700,900");
@import "https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700";
body, html {
  height: 100%
}

body {
  font-family: Source Sans Pro, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #666
}

a, button {
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none
}

a {
  color: #09c4f2
}

a:hover {
  color: #aeaeae
}

a, a:focus, a:hover, button:focus, button:hover {
  outline: 0!important;
  text-decoration: none
}

blockquote {
  font-style: normal;
  font-family: Merriweather, serif
}

blockquote, blockquote p {
  font-weight: 400
}

button:focus {
  outline: 0!important
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  color: #000;
  font-weight: 500
}

.overflow-hidden {
  overflow: hidden
}

.full-wid {
  width: 100%
}

.separator-border-1 {
  width: 90pt;
  height: 2px;
  background-color: #eee;
  display: block;
  margin: 0 auto
}

.badge {
  font-weight: 400
}

.label, label {
  font-weight: 500
}

.badge {
  background-color: #09c4f2;
  font-size: 10px
}

.dropcap-color:first-letter, .dropcap:first-letter {
  content: "";
  width: 30px;
  height: 30px;
  font-size: 30px
}

.dropcap-color:first-letter {
  color: #09c4f2
}

.dropcap-bg:first-letter {
  content: "";
  padding: 3px 10px;
  font-size: 20px;
  margin-right: 5px;
  background-color: #09c4f2;
  color: #fff;
  display: inline-block;
  text-align: center
}

.label {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0
}

.label-primary {
  background: #09c4f2
}

.no-padd {
  padding: 0
}

.no-margin {
  margin: 0
}

.space-10 {
  width: 100%;
  height: 10px
}

.space-20 {
  width: 100%;
  height: 20px
}

.space-30 {
  width: 100%;
  height: 30px
}

.space-40 {
  width: 100%;
  height: 40px
}

.space-50 {
  width: 100%;
  height: 50px
}

.space-60 {
  width: 100%;
  height: 60px
}

.space-70 {
  width: 100%;
  height: 70px
}

.space-80 {
  width: 100%;
  height: 5pc
}

.space-90 {
  width: 100%;
  height: 90px
}

.space-100 {
  width: 100%;
  height: 75pt
}

.margin-b-10 {
  margin-bottom: 10px
}

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

.margin-b-30 {
  margin-bottom: 30px
}

.margin-b-40 {
  margin-bottom: 40px
}

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

.skin-bg {
  background-color: #09c4f2
}

.gray-bg {
  background: #f7f9fa
}

.scrollToTop {
  text-align: center;
  background: #f5f5f5;
  font-weight: 700;
  color: #09c4f2;
  text-decoration: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 12;
  display: none;
  opacity: .5;
  line-height: 0;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s
}

.scrollToTop:hover {
  text-decoration: none;
  opacity: 1;
  color: #fff!important
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url(../images/loader.gif)no-repeat center center
}

.center-img {
  display: block;
  margin: 0 auto
}

.full-img {
  width: 100%;
  height: auto
}

.icheckbox_square-gray, .iradio_square-gray {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(../images/grey.png)no-repeat;
  border: 0;
  cursor: pointer
}

.icheckbox_square-gray {
  background-position: 0 0
}

.icheckbox_square-gray.hover {
  background-position: -24px 0
}

.icheckbox_square-gray.checked {
  background-position: -3pc 0
}

.icheckbox_square-gray.disabled {
  background-position: -72px 0;
  cursor: default
}

.icheckbox_square-gray.checked.disabled {
  background-position: -6pc 0
}

.iradio_square-gray {
  background-position: -90pt 0
}

.iradio_square-gray.hover {
  background-position: -9pc 0
}

.iradio_square-gray.checked {
  background-position: -168px 0
}

.iradio_square-gray.disabled {
  background-position: -2in 0;
  cursor: default
}

.iradio_square-gray.checked.disabled {
  background-position: -216px 0
}

@media(-o-min-device-pixel-ratio:5/4), (-webkit-min-device-pixel-ratio:1.25), (min-resolution:1.25dppx), (min-resolution:120dpi) {
  .icheckbox_square-gray, .iradio_square-gray {
    background-image: url(../images/grey@2x.png);
    -webkit-background-size: 15pc 24px;
    background-size: 15pc 24px
  }
}

.dark-img-bg {
  background-repeat: no-repeat;
  background-color: #333
}

@media(min-width:768px) {
  .v-align-children {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row
  }
}

@media(max-width:767px) {
  .no-padding-xs {
    padding: 0
  }
}

.separator-border {
  width: 90pt;
  height: 2px;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  position: relative
}

.separator-border:after {
  content: "";
  width: 60px;
  left: 30px;
  top: 0;
  height: 2px;
  background: #09c4f2;
  position: absolute
}

.heading-style-center {
  text-align: center;
  margin-bottom: 50px
}

.heading-style-center.light h2 {
  color: #fff
}

.heading-style-center.light .separator-border {
  background-color: #fff
}

.heading-style-center h2 {
  text-transform: capitalize;
  font-size: 3.5rem;
  font-weight: 600;
  color: #000;
  letter-spacing: -1px
}

.heading-style-center .separator-border {
  background-color: #eee;
  margin: 0 auto;
  margin-bottom: 2rem
}

.heading-style-center .sub-title {
  font-size: 1.6rem;
  margin-bottom: 0
}

.heading-style-center .sub-title, .left-title h4 {
  font-family: Merriweather, serif;
  text-transform: capitalize;
  font-weight: 400;
  font-style: italic
}

.left-title h4 {
  font-size: 1.9rem;
  color: #555
}

.left-title h3 {
  text-transform: capitalize;
  font-size: 2.8rem;
  line-height: 3.5rem
}

.left-title hr {
  width: 60px;
  border-top: 2px solid;
  border-color: #09c4f2;
  display: block;
  margin-left: 0
}

.left-heading {
  margin-bottom: 30px
}

.left-heading span {
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
  color: #eee
}

.left-heading h2 {
  font-size: 25px;
  line-height: 25px;
  letter-spacing: -1px;
  text-transform: capitalize
}

.sub-intro-text {
  font-size: 1.8rem;
  line-height: 3.5rem
}

.top-bar-v1 {
  border-bottom: 1px solid #eee
}

.top-bar-v1 ul {
  margin: 0;
  padding: 0
}

.top-bar-v1 ul li {
  padding: 0 10px;
  line-height: 40px;
  border-left: 1px solid #eee
}

.top-bar-v1 ul li:first-child {
  border-left: 0
}

.top-bar-v1 ul li a {
  color: #9a9a9a;
  font-size: 9pt;
  font-family: Source Sans Pro, sans-serif
}

.top-bar-v1 ul li a i, .top-bar-v1 ul li a img {
  margin-right: 5px;
  vertical-align: middle
}

.top-bar-v1 ul li a:hover {
  color: #09c4f2
}

.top-bar-v1 .top-bar-dropdown {
  z-index: 10;
  padding: 0;
  min-width: 90pt;
  left: auto;
  right: 0
}

.top-bar-v1 .top-bar-dropdown.dropdown-login-box {
  min-width: 350px;
  padding: 15px
}

.top-bar-v1 .top-bar-dropdown.dropdown-login-box .input-group {
  margin-bottom: 10px
}

.top-bar-v1 .top-bar-dropdown.dropdown-login-box .form-control {
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none
}

.top-bar-v1 .top-bar-dropdown.dropdown-login-box .checkbox {
  margin: 0
}

.top-bar-v1 .top-bar-dropdown.dropdown-login-box input[type=checkbox] {
  position: absolute;
  margin-top: 4;
  margin-left: -20px;
  margin-top: 13px
}

.top-bar-v1 .top-bar-dropdown.dropdown-login-box .checkbox label {
  font-size: 13px
}

.top-bar-v1 .top-bar-dropdown li {
  padding: 0
}

.top-bar-v1 .top-bar-dropdown>li>a {
  display: block;
  padding: 5px 10px;
  font-size: 9pt;
  text-transform: capitalize;
  font-weight: 400
}

.navbar-headroom {
  padding: 10px 0
}

.navbar-headroom .nav-header-right .h-item a {
  color: #333
}

.top-header {
  border: 0;
  margin: 0
}

.top-header .navbar-nav>li>a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0;
  font-family: Poppins, sans-serif
}

.top-header .navbar-nav>li>a:hover {
  color: #09c4f2
}

.top-header .label {
  display: inline-block;
  margin-left: 10px
}

.top-header .navbar-nav>.active>a, .top-header .navbar-nav>.active>a:focus, .top-header .navbar-nav>.active>a:hover, .top-header .navbar-nav>.open>a, .top-header .navbar-nav>.open>a:focus, .top-header .navbar-nav>.open>a:hover {
  background-color: transparent
}

.navbar-default {
  background-color: #fff
}

.header-transparent {
  background-color: transparent;
  padding: 10px 0;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s
}

.header-transparent.shrink.navbar-inverse {
  background-color: rgba(0, 0, 0, .95);
  padding: 0
}

.header-transparent.shrink.navbar-default {
  background-color: hsla(0, 0%, 100%, .95);
  padding: 0
}

.navbar-default.header-transparent .navbar-nav>li>a {
  color: #eee
}

.navbar-default.header-transparent .navbar-nav>li>a:hover {
  color: #09c4f2
}

.navbar-default.header-transparent.shrink .navbar-nav>li>a {
  color: #333
}

.navbar-default.header-transparent.shrink .navbar-nav>li>a:hover {
  color: #09c4f2
}

.navbar-default.header-transparent .navbar-brand {
  margin-left: 9pt
}

.navbar-default.header-transparent .navbar-brand, .navbar-inverse.header-transparent .navbar-brand {
  background-image: url(../images/footer_logo.png);
  background-repeat: no-repeat;
  width: 91px;
  height: auto;
  text-indent: -9999px;
  background-position: 50% 50%
}

.navbar-inverse.header-transparent .navbar-brand {
  margin-left: 7px
}

.navbar-default.header-transparent.shrink .navbar-brand {
}

.navbar-default.header-transparent.shrink {
  border-bottom: 1px solid #eee
}

.navbar-default.header-transparent.shrink .h-item a {
  color: #333
}

.navbar-inverse .navbar-nav>li>a {
  color: #eee
}

.nav-header-right .h-item {
  display: block;
  float: left;
  margin-left: 8px
}

.nav-header-right .h-item a {
  display: block;
  padding: 11px 10px;
  color: #fff
}

.nav-trigger-fullscreen {
  background-color: transparent;
  padding: 0;
  border: 0;
  margin-top: 9px;
  color: #aeaeae;
  font-size: 21px
}

.sticky-header {
  padding: 10px 0;
  z-index: 10!important
}

.sticky-header .navbar-brand>img {
  margin-top: -1px
}
.navbar-default.sticky-header {
  border-bottom: 1px solid #eee
}

.navbar-default.sticky-header .nav-header-right .h-item a {
  color: #777
}

.navbar-inverse.sticky-header .nav-header-right .h-item a {
  color: #fff
}

.top-header.navbar-default .navbar-toggle, .top-header.navbar-inverse .navbar-toggle {
  border: 0
}

.top-header.navbar-default .navbar-toggle:focus, .top-header.navbar-default .navbar-toggle:hover, .top-header.navbar-inverse .navbar-toggle:focus, .top-header.navbar-inverse .navbar-toggle:hover {
  background-color: transparent
}

.top-header.navbar-default .navbar-toggle .icon-bar, .top-header.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #09c4f2
}

.center-logo {
  padding: 20px 0;
  border-bottom: 1px solid #eee
}

@media(min-width:768px) {
  .header-align-center.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top
  }
  .header-align-center.navbar .navbar-collapse {
    text-align: center
  }
}

.headroom {
  -moz-transition: transform .2s linear;
  -o-transition: transform .2s linear;
  -webkit-transition: transform .2s linear;
  transition: transform .2s linear;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

.headroom--pinned {
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.headroom--unpinned {
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

.dropdown-menu {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
  min-width: 200px;
  background-color: #fff;
  padding: 0
}

.dropdown-menu.dark-dropdown {
  background-color: #222
}

.dropdown-menu.dark-dropdown>li>a {
  color: #aeaeae
}

.dropdown-menu.dark-dropdown>li>a:hover {
  background-color: transparent;
  color: #09c4f2
}

.dropdown-menu.dark-dropdown .mega-vertical-nav li a {
  color: #aeaeae
}

.dropdown-menu>li>a {
  color: #666;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 15px;
  letter-spacing: 0;
  padding: 8px 15px
}

.dropdown-menu.h-item-dropdown {
  right: 0;
  left: auto;
  min-width: 300px;
  margin-top: -1px
}

.dropdown-span {
  padding: 15px;
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0;
  color: #eee
}

.dropdown-span:hover {
  color: #09c4f2
}

.navbar-default.header-transparent.shrink .navbar-nav>li>.dropdown-span {
  color: #333
}

.navbar-default.header-transparent.shrink .navbar-nav>li>.dropdown-span:hover {
  color: #09c4f2
}

.navbar-brand {
  padding: 6px 0 0 0;
}
.navbar-brand img{
  padding: 5px 0 0 0;
	height: 40px;
	width: auto;
}

.footer-logo {
  display: inline-block;
  width: 200px;
}

.footer-logo a img {
  width: 100%;
}


/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3
 *
 * http://geedmo.github.com/yamm3
 */

.yamm .collapse, .yamm .dropup, .yamm .nav, .yamm .yamm-fw {
  position: static
}

.yamm .container {
  position: relative
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 15px;
  right: 15px
}

.yamm-content {
  padding: 25px 30px
}

.yamm-content h3 {
  color: #333;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase
}

.yamm-content .mega-vertical-nav>li>a {
  color: #666;
  padding: 5px 0;
  text-transform: capitalize;
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 400
}

.yamm-content .mega-vertical-nav>li>a:focus, .yamm-content .mega-vertical-nav>li>a:hover {
  color: #09c4f2;
  background-color: transparent
}

.yamm-content .mega-vertical-nav>li>a i {
  margin-right: 10px
}

.dropdown-submenu {
  position: relative
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: 0
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px
}

.dropdown-submenu:hover>a:after {
  border-left-color: #09c4f2
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 0
}

.dropdown-search {
  position: relative
}

.search-click {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 8;
  display: none;
  left: 0;
  width: 100%;
  background-color: hsla(0, 0%, 100%, .95)
}

.search-click form {
  background-color: transparent;
  padding: 0 15px
}

.search-click form .form-control {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 75px;
  background-color: transparent;
  border: 0;
  font-size: 20px;
  font-weight: 400
}

.search-click form .fa-times {
  cursor: pointer;
  font-size: 18px;
  right: 30px;
  top: 28px;
  position: absolute;
  color: #777
}

.header-transparent.shrink .search-click .form-control {
  height: 52px
}

.header-transparent.shrink .search-click .fa-times {
  top: 15px
}

@media(min-width:768px) {
  .dropdown-menu {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    display: block;
    visibility: hidden;
    opacity: 0
  }
  .open>.dropdown-menu {
    display: block
  }
  .dropdown-submenu>.dropdown-menu, .open>.dropdown-menu {
    visibility: visible;
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  .dropdown-submenu>.dropdown-menu {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: none
  }
}

@media(max-width:767px) {
  .navbar-nav {
    margin: 0 -15px
  }
  .dropdown-submenu>.dropdown-menu {
    display: block;
    margin-left: 15px
  }
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 25px
  }
  .navbar-inverse .navbar-nav {
    background-color: #000
  }
  .navbar-default .navbar-nav {
    background-color: #fff
  }
  .navbar-default.header-transparent .navbar-nav>li>a {
    color: #333
  }
  .yamm-content h3 {
    margin-top: 10px;
    color: #eee
  }
}

.image-hover-light {
  overflow: hidden;
  position: relative
}

.image-hover-light .overlay, .image-hover-light img {
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%
}

.image-hover-light .overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: hsla(0, 0%, 100%, .8)
}

.image-hover-light .overlay p {
  width: 100%;
  top: 50%;
  margin-top: -10px;
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  text-align: center;
  left: 0
}

.image-hover-light:hover .overlay {
  visibility: visible;
  opacity: 1
}

.image-hover-light:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.image-hover-dark {
  overflow: hidden;
  position: relative
}

.image-hover-dark .overlay, .image-hover-dark img {
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%
}

.image-hover-dark .overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, .8)
}

.image-hover-dark .overlay span {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px
}

.image-hover-dark .overlay p {
  width: 100%;
  top: 50%;
  margin-top: -10px;
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  text-align: center;
  left: 0
}

.image-hover-dark .overlay p a {
  display: inline-block;
  margin: 1px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, .8);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px
}

.image-hover-dark .overlay p a:hover {
  background-color: #09c4f2
}

.image-hover-dark:hover .overlay {
  visibility: visible;
  opacity: 1
}

.image-hover-dark:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.mouse-overlay .inner {
  overflow: hidden;
  position: relative
}

.mouse-overlay .overlay, .mouse-overlay img {
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%
}

.mouse-overlay .overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, .8)
}

.mouse-overlay .overlay span {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px
}

.mouse-overlay .overlay p {
  width: 100%;
  top: 50%;
  margin-top: -10px;
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  text-align: center;
  left: 0
}

.mouse-overlay .overlay p a {
  display: inline-block;
  margin: 1px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, .8);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px
}

.mouse-overlay .overlay p a:hover {
  background-color: #09c4f2
}

.mouse-overlay:hover .overlay {
  visibility: visible;
  opacity: 1
}

.mouse-overlay:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.grid-desc {
  padding: 15px 0
}

.grid-desc h4 {
  margin-bottom: 5px
}

.grid-desc p {
  font-size: 13px
}

@media(max-width:991px) {
  .v-align-children {
    display: block!important
  }
}

.v-align-transform {
  position: relative;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  top: 50%;
  z-index: 2
}

.fullscreen-cover {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden
}

.fullscreen-cover h1 {
  color: #fff;
  font-weight: 700;
  font-size: 5rem;
  line-height: 5rem
}

.fullscreen-cover p {
  color: #fff
}

.bottom-row {
  position: absolute;
  bottom: 5px;
  left: 0;
  height: auto;
  width: 100%;
  text-align: center;
  padding: 10px
}

.bottom-row ul {
  margin: 0;
  padding: 0
}

.bottom-row ul li a {
  color: #fff;
  font-size: 18px
}

.intro-theme-bg {
  background-color: #09c4f2
}

.intro-bg-1 {
}

.intro-bg-2 {
}

.parallax {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-size: cover;
  background-attachment: fixed;
  width: 100%
}

@media(max-width:767px) {
  .fullscreen-cover h1 {
    color: #fff;
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 2.5rem
  }
}

@media(max-width:568px) {
  .fullscreen-cover h1 {
    color: #fff;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 1.8rem
  }
}

.progress {
  background-color: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: 2px
}

.progress, .progress .progress-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none
}

.progress .progress-bar {
  background-color: #09c4f2;
  line-height: 2px
}

.skill {
  position: relative;
  text-align: left
}

.skill .skill-name, .skill .skill-perc {
  margin-bottom: 9pt;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 500
}

.skill .skill-perc {
  position: absolute;
  top: 0;
  font-size: 9pt
}

.skills-bg .skill .skill-name, .skills-bg .skill .skill-perc {
  color: #fff
}

.skills-bg .progress {
  background-color: transparent
}

.skills-bg .progress .progress-bar {
  background-color: #fff
}

.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  border: 0;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 9pt;
  padding: 6px 9pt 4px;
  font-family: Poppins, sans-serif
}

.btn i.left {
  margin-right: 10px
}

.btn i.right {
  margin-left: 10px
}

.btn-rounded {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px
}

.btn-3d {
  border-bottom: 3px solid rgba(0, 0, 0, .2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px
}

.btn-xs {
  padding: 3px 8px 1px;
  font-size: 10px
}

.btn-lg {
  padding: 10px 30px 8px
}

.btn-xl {
  height: 50px;
  line-height: 50px;
  min-width: 200px;
  text-align: center;
  padding: 0 26px
}

.btn-default {
  background-color: #f5f5f5
}

.btn-skin {
  background-color: #09c4f2;
  color: #fff
}

.btn-dark, .btn-default:focus, .btn-default:hover, .btn-skin:focus, .btn-skin:hover {
  background-color: #666;
  color: #fff
}

.btn-dark:focus, .btn-dark:hover {
  background-color: #09c4f2;
  color: #fff
}

.btn-border-dark {
  border: 2px solid #333;
  color: #333;
  background-color: transparent
}

.btn-border-dark:focus, .btn-border-dark:hover {
  background-color: #333;
  border-color: #333;
  color: #fff
}

.btn-border-white {
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent
}

.btn-border-white:focus, .btn-border-white:hover {
  background-color: hsla(0, 0%, 100%, .95);
  border-color: hsla(0, 0%, 100%, .95);
  color: #333
}

.btn-border {
  border: 2px solid #09c4f2;
  color: #09c4f2;
  background-color: transparent
}

.btn-border:focus, .btn-border:hover {
  background-color: #09c4f2;
  color: #fff
}

.btn-border.btn-hvr:focus, .btn-border.btn-hvr:hover {
  background-color: transparent;
  color: #fff
}

.btn-border.btn-hvr.hvr-radial-in:hover, .btn-border.btn-hvr.hvr-rectangle-in:hover {
  background-color: #09c4f2
}

.button-elements {
  text-align: center
}

.button-elements a {
  margin: 5px
}

.hvr-bounce-to-bottom:before, .hvr-bounce-to-left:before, .hvr-bounce-to-right:before, .hvr-bounce-to-top:before, .hvr-radial-out:before, .hvr-rectangle-out:before, .hvr-shutter-out-horizontal:before, .hvr-shutter-out-vertical:before, .hvr-sweep-to-bottom:before, .hvr-sweep-to-left:before, .hvr-sweep-to-right:before, .hvr-sweep-to-top:before {
  background: #09c4f2
}

.hvr-radial-in:before, .hvr-rectangle-in:before, .hvr-shutter-in-horizontal:before, .hvr-shutter-in-vertical:before {
  background: #fff
}

.hvr-radial-in, .hvr-radial-in:hover, .hvr-rectangle-in, .hvr-rectangle-in:hover, .hvr-shutter-in-horizontal, .hvr-shutter-in-horizontal:hover, .hvr-shutter-in-vertical, .hvr-shutter-in-vertical:hover {
  background: #09c4f2
}

.breadrumb-transparent {
  padding-top: 200px;
  padding-bottom: 75pt;
  background: url(../images/bg-4.jpg)no-repeat;
  background-attachment: fixed;
  background-size: cover
}

.breadrumb-transparent h3 {
  color: #fff;
  text-transform: uppercase
}

.breadrumb-transparent h3 sub {
  font-size: 13px
}

.breadcrumb-v1 {
  padding: 70px 0
}

.breadcrumb-v1 h1 {
  font-size: 2rem;
  text-transform: uppercase
}

.breadcrumb-v1 p {
  text-transform: capitalize;
  font-size: 1pc;
  margin-bottom: 0
}

.breadcrumb-v1 .breadcrumb {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: right
}

.breadcrumb-v1 .breadcrumb a {
  color: #aeaeae
}

.breadcrumb-v1.dark-bg {
  background-color: #333;
  padding: 70px 0
}

.breadcrumb-v1.dark-bg h1, .breadcrumb-v1.dark-bg ol li, .breadcrumb-v1.dark-bg p {
  color: #fff
}

.breadcrumb-v1.b-parllax {
  background-size: cover;
  background-position: 0 0;
  background-attachment: fixed;
  padding: 150px 0;
  padding-top: 200px
}

.breadcrumb-v1.b-parllax h1, .breadcrumb-v1.b-parllax ol li, .breadcrumb-v1.b-parllax p {
  color: #fff
}

.breadcrumb-v1.b-center .breadcrumb {
  text-align: center
}

.live-icon-box {
  font-size: 40px;
  width: 75pt;
  height: 75pt;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  line-height: 75pt;
  background-color: #eee;
  margin-bottom: 30px
}

.live-icon-box:hover span {
  color: #09c4f2
}

.box-style-1 .icon {
  font-size: 40px;
  margin-bottom: 9pt;
  display: block
}

.box-style-1 .icon:hover {
  color: #09c4f2
}

.box-style-1 h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600
}

.box-style-1.gray-bg {
  padding: 15px
}

.box-style-1.border-style {
  border: 1px solid #f3f3f3;
  padding: 15px
}

.box-style-1.hvr-style {
  padding: 15px;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s
}

.box-style-1.gray-bg, .box-style-1.hvr-style:hover {
  background-color: #f3f3f3
}

.icon-box-left .icon-left {
  float: left;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  color: #09c4f2;
  font-size: 25px;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s
}

.icon-box-left .text-content {
  overflow: hidden
}

.icon-box-left .text-content h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600
}

.icon-box-left:hover .icon-left {
  background-color: #09c4f2;
  color: #fff
}

.light .icon, .light h3, .light p {
  color: #fff
}

.dark-bg {
  background-color: rgba(0, 0, 0, .8);
  padding: 15px
}

.process-style {
  padding: 75pt 0;
  padding-bottom: 70px
}

.process-box {
  position: relative;
  overflow: hidden
}

.process-box .livicon {
  position: absolute;
  bottom: 0;
  opacity: .1;
  right: 30px
}

.process-box h2 {
  font-size: 90px;
  color: #fff
}

.process-box h4 {
  color: #fff;
  text-transform: uppercase
}

.process-box p {
  color: #fff;
  position: relative
}

.icon-box-alt h3 {
  text-transform: uppercase;
  font-size: 1.6rem
}

.icon-box-alt i {
  font-size: 40px;
  line-height: 40px;
  display: block;
  margin-bottom: 20px;
  color: #09c4f2
}

.image-box {
  margin-bottom: 30px
}

.image-box h3 {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 20px
}

.image-box p {
  margin-bottom: 20px
}

.feature-box {
  padding-bottom: 20px
}

.feature-box i {
  color: #09c4f2;
  font-size: 30px
}

.feature-box h3 {
  font-size: 1.8rem;
  margin-top: 10px
}

.left-icon i {
  float: left;
  width: 5pc;
  height: 5pc;
  line-height: 5pc;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 40px;
  background-color: #eee;
  margin-right: 20px;
  display: block
}

.left-icon .left-text {
  overflow: hidden
}

.left-icon .left-text h3 {
  font-size: 18px;
  margin-bottom: 5px;
  text-transform: capitalize;
  line-height: 22px
}

.tabs-default {
  border: 0
}

.tabs-default>li>a {
  border: 0;
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  border-bottom: 3px solid transparent
}

.tabs-default li.active a, .tabs-default>li>a:focus, .tabs-default>li>a:hover {
  border: 0;
  background: 0;
  border-bottom: 3px solid #09c4f2
}

.tab-content-default {
  padding: 30px;
  border: 1px solid #eee
}

.tabs-left>.nav-tabs {
  float: left;
  margin-right: 19px;
  border: 0
}

.tabs-left>.nav-tabs>li {
  float: none;
  display: block;
  text-align: center;
  padding-bottom: 4px
}

.tabs-left>.nav-tabs>li a {
  border: 0;
  background-color: #f3f3f3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 9pt;
  color: #777
}

.tabs-left>.nav-tabs>li.active a, .tabs-left>.nav-tabs>li.active a:focus, .tabs-left>.nav-tabs>li.active a:hover {
  border: 0;
  background-color: #09c4f2;
  color: #fff
}

.tabs-right>.nav-tabs {
  float: right;
  margin-left: 19px;
  border: 0
}

.tabs-right>.nav-tabs>li {
  float: none;
  display: block;
  text-align: center;
  padding-bottom: 4px
}

.tabs-right>.nav-tabs>li a {
  border: 0;
  background-color: #f3f3f3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 9pt;
  color: #777
}

.tabs-right>.nav-tabs>li.active a, .tabs-right>.nav-tabs>li.active a:focus, .tabs-right>.nav-tabs>li.active a:hover {
  border: 0;
  background-color: #09c4f2;
  color: #fff
}

.floating-tab-content {
  overflow: hidden
}

.icon-tabs li.active a span {
  background-color: #09c4f2;
  color: #fff
}

.icon-tabs span {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 75pt;
  height: 75pt;
  background-color: #f2f2f2;
  color: #09c4f2;
  font-size: 40px;
  text-align: center;
  line-height: 75pt;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%
}

.icons-tab-content {
  padding: 30px 15px
}

.icons-tab-content h3 {
  text-transform: capitalize
}

.social-list li {
  padding: 0
}

.social-icon {
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: block;
  float: left;
  margin: 5px 2px
}

.social-icon i {
  -moz-transition: all .2s;
  -o-transition: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s
}

.social-icon.social-sm {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px
}

.social-icon.social-gray {
  color: #aeaeae;
  background-color: #f3f3f3
}

.social-icon.social-gray:hover {
  color: #fff;
  border-color: transparent
}

.social-icon.social-dark {
  background-color: #333;
  color: #fff
}

.social-icon.social-rounded {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%
}

.social-icon.social-signin {
  color: #fff;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  min-width: 200px;
  text-align: center;
  padding: 0 26px;
  padding-left: 60px
}

.social-icon.social-signin>span {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  border-right: 1px solid hsla(0, 0%, 100%, .2);
  display: block;
  line-height: 50px;
  font-size: 22px;
  text-align: center
}

.social-icon.social-signin:hover {
  background-color: rgba(0, 0, 0, .5)!important
}

.si-colored-facebook, .si-facebook:hover {
  background-color: #3b5998!important
}

.si-colored-twitter, .si-twitter:hover {
  background-color: #00acee!important
}

.si-colored-g-plus, .si-g-plus:hover {
  background-color: #dd4b39!important
}

.si-colored-skype, .si-skype:hover {
  background-color: #00aff0!important
}

.si-colored-linkedin, .si-linkedin:hover {
  background-color: #0e76a8!important
}

.si-colored-rss, .si-rss:hover {
  background-color: #ee802f!important
}

.si-colored-pinterest, .si-pinterest:hover {
  background-color: #c8232c!important
}

.si-colored-tumblr, .si-tumblr:hover {
  background-color: #34526f!important
}

.si-colored-vimeo, .si-vimeo:hover {
  background-color: #86c9ef!important
}

.si-colored-digg, .si-digg:hover {
  background-color: #191919!important
}

.si-colored-instagram, .si-instagram:hover {
  background-color: #3f729b!important
}

.si-colored-flickr, .si-flickr:hover {
  background-color: #ff0084!important
}

.si-colored-paypal, .si-paypal:hover {
  background-color: #00588b!important
}

.si-colored-yahoo, .si-yahoo:hover {
  background-color: #720e9e!important
}

.si-android:hover, .si-colored-android {
  background-color: #a4c639!important
}

.si-appstore:hover, .si-colored-appstore {
  background-color: #000!important
}

.si-colored-dropbox, .si-dropbox:hover {
  background-color: #3d9ae8!important
}

.si-colored-dribbble, .si-dribbble:hover {
  background-color: #ea4c89!important
}

.si-colored-soundcloud, .si-soundcloud:hover {
  background-color: #f70!important
}

.si-colored-xing, .si-xing:hover {
  background-color: #126567!important
}

.si-colored-phone, .si-phone:hover {
  background-color: #444!important
}

.si-behance:hover, .si-colored-behance {
  background-color: #053eff!important
}

.si-colored-github, .si-github:hover {
  background-color: #171515!important
}

.si-colored-stumbleupon, .si-stumbleupon:hover {
  background-color: #f74425!important
}

.si-colored-email, .si-email:hover {
  background-color: #6567a5!important
}

.si-colored-wordpress, .si-wordpress:hover {
  background-color: #1e8cbe!important
}

.countdown {
  position: relative
}

.countdown .counts {
  width: 90pt;
  text-align: center;
  display: inline-block;
  padding-top: 25px;
  padding-bottom: 9pt;
  position: relative
}

.countdown .counts p {
  color: #999;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize
}

.countdown .counts span {
  display: block;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  color: #333
}

.countdown.light .counts p, .countdown.light .counts span {
  color: #fff
}

@media(max-width:767px) {
  .countdown {
    position: relative
  }
  .countdown .counts {
    width: 50px
  }
  .countdown .counts span {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px
  }
  .countdown .counts p {
    font-size: 13px
  }
}

.counter-box {
  margin-bottom: 40px;
  padding: 15px;
  text-align: center;
  border: 1px solid #eee;
  -webkit-border-radius: 0 30px 0 0;
  -moz-border-radius: 0 30px 0 0;
  -ms-border-radius: 0 30px 0 0;
  border-radius: 0 30px 0 0
}

.counter-box i {
  font-size: 30px;
  color: #09c4f2
}

.counter-box .counter {
  margin: 15px 0;
  font-size: 30px
}

.counter-box p {
  font-family: Merriweather, serif;
  font-size: 1pc;
  color: #000;
  font-weight: 400;
  text-transform: capitalize
}

.light-counters .counter-box {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: #09c4f2;
  border: 0
}

.light-counters .counter-box h2, .light-counters .counter-box i, .light-counters .counter-box p {
  color: #fff
}

.widget {
  margin-bottom: 40px
}

.widget h3 {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #333
}

.widget ul.list-unstyled {
  margin: 0;
  padding: 0
}

.widget ul.list-unstyled li {
  padding-bottom: 8px
}

.widget ul.list-unstyled li a {
  text-transform: uppercase
}

.widget ul.list-unstyled li a:after {
  content: "\f105";
  margin-left: 8px;
  font-family: FontAwesome
}

.widget .tag-list li {
  padding: 0;
  margin: 0
}

.widget .tag-list li a {
  display: block;
  margin: 2px;
  padding: 3px 8px;
  background-color: #333;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase
}

.widget .tag-list li a:hover {
  background-color: #09c4f2;
  color: #fff
}

.widget .latest-post a {
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  color: #777;
  padding-left: 0
}

.widget .latest-post a:hover {
  background-color: transparent;
  color: #09c4f2
}

.widget .latest-post i {
  margin-left: 8px
}

.widget .latest-post span {
  color: #999;
  display: block
}

.widget .left-img li {
  padding-bottom: 10px
}

.widget .left-img li img {
  width: 60px;
  height: auto;
  float: left;
  margin-right: 15px
}

.widget .left-img li .thumb:after {
  content: "";
  display: none
}

.widget .left-img li .widget-content {
  overflow: hidden
}

.widget .left-img li .widget-content h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0
}

.widget .left-img li .widget-content h4 a {
  color: #666;
  text-transform: capitalize
}

.widget .left-img li .widget-content h4 a:after {
  content: "";
  display: none
}

.widget .left-img li .widget-content h4 a:hover {
  color: #09c4f2
}

.tweet ul {
  list-style: none;
  padding: 0
}

.tweet ul li {
  padding-top: 10px;
  padding-bottom: 10px
}

.master-h-mini {
  text-transform: uppercase;
  color: #fff;
  font-size: 26px
}

.master-heading {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 60px;
  line-height: 60px;
  color: #fff
}

.master-sub-text {
  font-size: 1pc;
  color: #fff
}

.ms-fullscreen-template .slide-pattern {
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-transform: translateZ(0.4px);
  -moz-transform: translateZ(0.4px);
  -ms-transform: translateZ(0.4px);
  -o-transform: translateZ(0.4px);
  transform: translateZ(0.4px);
  position: absolute;
  top: 0
}

.ms-layer.bold-text-white {
  color: #fff;
  font-weight: 700;
  font-size: 85px;
  text-shadow: -1px 1px #000;
  margin: 0
}

.ms-layer.thin-text-white {
  color: #fff;
  background: rgba(0, 0, 0, .72);
  text-shadow: -1px 1px #000
}

.ms-layer.thin-text-black, .ms-layer.thin-text-white {
  font-size: 77px;
  font-weight: 100;
  padding: 20px 25px;
  margin: 0
}

.ms-layer.thin-text-black {
  color: #000;
  background: hsla(0, 0%, 100%, .78);
  text-shadow: -1px 1px hsla(0, 0%, 100%, .51)
}

.slide-1 .captiontext {
  color: #fff;
  top: 41%!important;
  margin-top: 75pt;
  left: 16pc;
  font-weight: 300;
  padding: 20px;
  text-align: center;
  width: 46%;
  font-size: 25px;
  border: solid 2px #fff;
  text-shadow: -1px 1px #000
}

.slide-1 .bigtext {
  top: 42%!important;
  width: 100%;
  text-align: center
}

.slide-2 .blacktext {
  top: 43%!important;
  left: 16%!important
}

.slide-2 .whitetext {
  top: 43%!important;
  left: 54%!important
}

.slide-3 .bigtext {
  width: 100%;
  text-align: center;
  top: 50%!important
}

.slide-3 .blacktext {
  left: 27%!important;
  top: 50%!important;
  padding: 7px 20px;
  margin-top: -10%
}

.slide-4 {
  color: #fff;
  text-shadow: -1px 1px #000
}

.slide-4 .box {
  left: 60px;
  top: 40%!important;
  width: 46%;
  padding-bottom: 18%!important;
  background: rgba(0, 0, 0, .72)
}

.slide-4 .small-text {
  font-weight: 300;
  left: 82px;
  margin-top: 1pc
}

.slide-4 .medium-text, .slide-4 .small-text {
  color: #fff;
  margin: 0;
  top: 40%!important;
  padding: 0
}

.slide-4 .medium-text {
  font-weight: 100;
  font-size: 77px;
  left: 73px;
  margin-top: 25px
}

.slide-4 .big-text {
  font-weight: 900;
  left: 77px;
  top: 40%!important;
  padding: 0;
  font-size: 5pc;
  margin: 0;
  margin-top: 90px;
  color: #fff
}

.slide-5 .video-caption {
  color: #fff;
  border: solid 4px #fff;
  padding: 9pt 10px;
  width: 71%;
  left: 106px;
  font-weight: 600;
  text-align: center;
  font-size: 52px;
  top: 44%!important
}

.ms-staff-carousel .ms-staff-info {
  min-height: 200px
}

.master-slider {
  -moz-transform: translate3d(0, 0, 1px)
}

.ms-staff-carousel {
  max-width: 55pc;
  overflow: hidden;
  margin: 0 auto;
  position: relative
}

.ms-staff-carousel .ms-view {
  overflow: visible;
  background-color: transparent
}

.ms-staff-carousel .ms-nav-next, .ms-staff-carousel .ms-nav-prev {
  width: 35px;
  height: 40px;
  left: -35px;
  margin-top: -17px;
  box-shadow: 0 1px 0 0 #bebebe;
  position: absolute;
  top: 50%;
  cursor: pointer
}

.ms-staff-carousel .ms-nav-next {
  background-position: -6px -7px;
  right: -35px;
  left: auto
}

.ms-staff-carousel .ms-staff-info {
  font-family: Poppins, sans-serif;
  text-align: center;
  max-width: 600px;
  margin-top: 30px;
  min-height: 300px;
  color: #222
}

.ms-staff-carousel .ms-staff-info h3 {
  font-weight: 300;
  font-size: 22pt;
  margin: 0
}

.ms-staff-carousel .ms-staff-info h4 {
  font-weight: 300;
  color: #787878;
  font-size: 15pt;
  margin: 3px
}

.ms-staff-carousel .ms-staff-info .email a {
  text-decoration: none;
  color: #3f95ab
}

.ms-staff-carousel .ms-staff-info.email, .ms-staff-info p {
  margin: 4px;
  font-size: 11pt
}

.ms-staff-carousel .ms-staff-info .ms-socials {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 15px 0 0;
  text-shadow: none;
  zoom: 1;
  *display: inline
}

.ms-staff-carousel .ms-staff-info .ms-socials li {
  float: left
}

.ms-staff-carousel .ms-staff-info .ms-socials li a {
  text-indent: 9999px;
  width: 35px;
  height: 35px;
  margin: 0 2px;
  display: block
}

.ms-staff-carousel .ms-staff-info .ms-socials .ms-ico-tw a {
  background-position: 115px 0
}

.ms-staff-carousel .ms-staff-info .ms-socials .ms-ico-gp a {
  background-position: 75px 0
}

.ms-staff-carousel .ms-staff-info .ms-socials .ms-ico-yt a {
  background-position: 35px 0
}

.ms-staff-carousel.ms-round .ms-slide-bgcont {
  border-radius: 5000px;
  border: solid 8px #e6e6e6;
  margin: 0 -8px
}

.ms-staff-carousel.ms-round .ms-nav-next, .ms-staff-carousel.ms-round .ms-nav-prev {
  background-color: transparent;
  box-shadow: none;
  left: -45px
}

.ms-staff-carousel.ms-round .ms-nav-next {
  left: auto;
  right: -45px
}

.title2 {
  font-size: 60px;
  color: #fff;
  line-height: 70px;
  font-weight: 600
}

.title2.title-dark {
  color: #000;
  font-size: 55px;
  line-height: 65px
}

.title2.title-dark .color-text {
  color: #09c4f2
}

.sub-title2 {
  color: #fff;
  font-size: 1pc;
  font-family: Source Sans Pro, sans-serif
}

.sub-title3 {
  font-size: 18px;
  font-family: Source Sans Pro, sans-serif
}

.btn1, .sub-title3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700
}

.btn1 {
  -webkit-border-radius: 75pt;
  -moz-border-radius: 75pt;
  -ms-border-radius: 75pt;
  border-radius: 75pt;
  padding: 9pt 25px;
  background-color: #09c4f2;
  cursor: pointer;
  font-size: 9pt;
  letter-spacing: 0;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-family: Poppins, sans-serif
}

.btn1 i {
  margin-left: 5px
}

.btn1:hover, .btn2 {
  color: #333;
  background-color: #fff
}

.btn2 {
  -webkit-border-radius: 75pt;
  -moz-border-radius: 75pt;
  -ms-border-radius: 75pt;
  border-radius: 75pt;
  padding: 9pt 25px;
  cursor: pointer;
  font-size: 9pt;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 700;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-family: Poppins, sans-serif
}

.btn2 i {
  margin-left: 5px
}

.btn2:hover {
  color: #fff;
  background-color: #09c4f2
}

.btn2.dark-button {
  background: #333;
  color: #fff
}

.btn2.dark-button:hover {
  background: #555
}

.subtitle-dark {
  color: #666
}

title-dark {
  color: #000
}

title-dark .color-text {
  color: #09c4f2
}

.owl-theme .owl-controls .owl-buttons div {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #09c4f2;
  font-size: 25px;
  margin: 0
}

.work-slide {
  position: relative
}

.work-slide-1 .owl-controls {
  position: absolute;
  width: auto;
  bottom: 0;
  right: 0
}

.work-slide-2 .owl-controls {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -20px
}

.work-slide-2 .owl-prev {
  position: absolute;
  left: 0
}

.work-slide-2 .owl-next {
  position: absolute;
  right: 0
}

.testimonial-slide p {
  font-weight: 400;
  font-style: italic;
  font-size: 1pc;
  font-family: Merriweather, serif
}

.owl-theme .owl-controls .owl-page span {
  width: 8px;
  height: 8px;
  background: #09c4f2
}

.testi-box {
  padding: 15px;
  background-color: #f6f8fa;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px
}

.testi-box .thumb {
  display: block;
  width: 90px;
  float: left;
  margin-right: 20px
}

.testi-box .testi-text {
  overflow: hidden;
  padding-left: 10px
}

.testi-box .rating {
  display: block
}

.testi-box h4 {
  color: #f56363;
  font-size: 15px;
  font-style: italic;
  font-weight: 500
}

.testi-box.right .thumb {
  float: right;
  margin-right: 0;
  margin-left: 20px
}

.testimonial-slide-2 {
  margin-left: -15px;
  margin-right: -15px
}

.testimonial-slide-2 .item {
  padding: 0 15px
}

.testi-bg {
  background-size: cover;
  padding: 75pt 0;
  background-attachment: fixed
}

.testi-bg .testimonial-slide h5 {
  color: #fff;
  font-family: Merriweather, serif
}

.testi-bg .testimonial-slide p {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  font-style: normal
}

.client-slide .item {
  padding: 0 15px
}

.client-slide img {
  display: block;
  margin: 0 auto
}

.flexslider {
  border: 0;
  margin: 0
}

.flex-direction-nav a {
  line-height: 40px;
  text-align: center;
  color: #fff;
  text-shadow: none
}

.flex-direction-nav a:before {
  color: #09c4f2;
  text-shadow: none
}

.panel>.panel-heading {
  position: relative;
  padding: 0
}

.panel>.panel-heading .panel-title a {
  display: block;
  position: relative;
  padding: 9pt 35px 9pt 15px
}

.panel>.panel-heading:after {
  content: "\f106";
  color: #333;
  display: block;
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  top: 8px
}

.panel>.panel-heading.active:after {
  content: "\f107";
  font-family: FontAwesome
}

.panel-colored {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 0
}

.panel-colored .panel-heading {
  border: 0
}

.panel-colored .panel-heading:after {
  color: #fff
}

.panel-colored .panel-heading a {
  background-color: #09c4f2;
  color: #fff
}

.panel-colored .panel-heading a.collapsed {
  background-color: #333;
  color: #fff
}

.panel-simple .panel-heading a {
  color: #09c4f2
}

.panel-simple .panel-heading a.collapsed {
  background-color: transparent;
  color: #333
}

.panel-colored>.panel-heading a i {
  margin-right: 5px
}

.panel-colored .panel-body {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 0
}

.panel-group .panel-colored .panel-heading+.panel-collapse>.panel-body {
  border-top: 0
}

.modal-header {
  border: 0;
  padding: 20px 15px;
  position: relative
}

.modal-header span {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #09c4f2;
  color: #fff
}

.modal-header .close {
  opacity: 1
}

.modal-header .modal-title {
  text-align: center;
  text-transform: uppercase
}

.modal-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0
}

.modal-dialog {
  margin: 60px auto
}

@media(min-width:768px) {
  .modal-form {
    width: 500px;
    margin: 0 auto
  }
}

#videoModal .modal-body {
  padding: 0
}

#videoModal .close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #fff;
  opacity: 1
}

.pager li>a, .pager li>span, .pagination {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0
}

.pagination>li>a {
  margin: 4px;
  border: 0;
  color: #09c4f2
}

.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  background-color: #09c4f2
}

.cta {
  padding: 30px 0;
  background: #09c4f2
}

.cta h3 {
  text-transform: uppercase
}

.cta h3, .cta p {
  color: #fff
}

.cta .btn {
  margin-top: 10px
}

.cta-gray-bg-boxed {
  padding: 30px 15px;
  background-color: #f3f3f3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px
}

.cta-gray-bg-full {
  padding: 50px 0;
  background-color: #f3f3f3
}

.call-to-action.theme-bg {
  background-color: #09c4f2;
  padding: 50px 0
}

.call-to-action.theme-bg h3, .call-to-action.theme-bg p {
  color: #fff
}

.call-to-action h3 {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 3rem;
  margin-bottom: 15px
}

.cta-quote p {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: 400;
  font-style: italic;
  font-family: Merriweather, serif
}

.price-box {
  padding: 30px 20px;
  margin-bottom: 30px
}

.price-box.gray-bg {
  background-color: #f5f5f5
}

.price-box ul {
  padding-bottom: 25px
}

.price-box ul li {
  text-transform: capitalize
}

.price-box.theme-bg {
  background-color: #09c4f2
}

.price-box.theme-bg .p-title, .price-box.theme-bg .price, .price-box.theme-bg p, .price-box.theme-bg span, .price-box.theme-bg ul li {
  color: #fff
}

.price-box .p-title {
  font-size: 1pc
}

.price-box .price {
  font-size: 5pc;
  line-height: 5pc;
  margin-bottom: 20px
}

.price-box .p-title, .price-box span {
  text-transform: uppercase;
  margin-bottom: 20px
}

.price-box span {
  display: block
}

.price-box p {
  margin-bottom: 25px
}

.grid-post {
  border: 1px solid #eee
}

.grid-post .bw-images {
  display: block;
  position: relative
}

.grid-post .grid-post-meta {
  padding: 15px
}

.grid-post .grid-post-meta h3 a {
  font-family: Merriweather, serif;
  color: #000;
  font-weight: 400;
  font-style: italic
}

.grid-post .grid-post-meta h3 a:hover {
  color: #09c4f2
}

.grid-post .grid-post-meta ul {
  margin: 0;
  padding: 0
}

.grid-post .grid-post-meta ul li {
  color: #999;
  text-transform: uppercase;
  font-size: 9pt;
  padding: 0
}

.grid-post .grid-post-meta ul li:after {
  content: "/";
  display: inline-block;
  margin: 0 5px;
  color: #ddd
}

.grid-post .grid-post-meta ul li:last-child:after {
  content: ""
}

.post-full {
  padding: 25px 15px
}

.post-full, .post-full .blog-meta {
  margin-bottom: 30px
}

.post-full .blog-meta h2 {
  margin-bottom: 5px;
  font-size: 40px;
  line-height: 55px
}

.post-full .blog-meta h2 a {
  font-family: Merriweather, serif;
  color: #333;
  font-weight: 400;
  text-transform: capitalize;
  font-style: italic
}

.post-full .blog-meta h2 a:hover {
  color: #09c4f2
}

.post-full .blog-meta ul li {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600
}

.post-full .blog-meta ul li i {
  color: #ccc;
  margin-right: 5px
}

.post-full .post-content {
  padding-top: 20px
}

.media-audio {
  width: 100%;
  padding-bottom: 20%;
  position: relative
}

.media-audio iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0
}

.share {
  margin: 0;
  padding: 4px 15;
  background-color: #f3f3f3;
  text-align: center
}

.share li {
  vertical-align: middle;
  padding: 0
}

.comments span {
  color: #999;
  font-size: 9pt;
  text-transform: uppercase;
  display: block
}

.comments h3, .leave-comment h3 {
  text-transform: uppercase;
  font-size: 1pc;
  margin-bottom: 30px;
  font-weight: 600
}

.news-flow-box {
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s;
  border-bottom: 2px solid #f5f5f5;
  padding: 20px
}

.news-flow-box h2 {
  font-weight: 400
}

.news-flow-box h2 a {
  color: #000
}

.news-flow-box h2 a:hover {
  color: #09c4f2
}

.news-flow-box .lead {
  margin-bottom: 0;
  font-size: 1pc
}

.news-flow-box .lead a i {
  vertical-align: middle;
  margin-left: 6px
}

.news-flow-box:hover {
  background-color: #f5f5f5
}

.news-flow-box ul li a i {
  margin-right: 5px
}

.timeline {
  list-style: none;
  padding: 20px 0;
  position: relative
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eee;
  left: 50%;
  margin-left: -1.5px
}

.timeline>li {
  margin-bottom: 20px;
  position: relative;
  width: 50%;
  float: left;
  clear: left
}

.timeline>li:after, .timeline>li:before {
  content: " ";
  display: table
}

.timeline>li:after {
  clear: both
}

.timeline>li>.timeline-panel {
  width: 95%;
  float: left;
  border: 1px solid #d4d4d4;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, .175)
}

.timeline>li>.timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " "
}

.timeline>li>.timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " "
}

.timeline>li>.timeline-badge {
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 1pc;
  right: -9pt;
  z-index: 7
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto
}

.timeline-badge>a {
  color: #c5c7c5!important
}

.timeline-badge a:hover {
  color: #000!important
}

.timeline-title {
  margin-top: 0;
  color: inherit
}

.timeline-body {
  padding: 20px
}

.timeline-body>p, .timeline-body>ul {
  padding: 0;
  margin-bottom: 0
}

.timeline-body>p+p {
  margin-top: 5px
}

.timeline-footer {
  padding: 10px 20px;
  background-color: #fff;
  border-top: 1px solid #f4f4f4
}

.timeline-footer>a {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  margin: 0 5px
}

.tooltip {
  position: absolute;
  z-index: 9;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 13px;
  opacity: 0;
  filter: alpha(opacity=0)
}

.tooltip.top {
  margin-top: -2px
}

.tooltip.right {
  margin-left: 2px
}

.tooltip.bottom {
  margin-top: 2px
}

.tooltip.left {
  margin-left: -2px
}

.tooltip.bottom .tooltip-arrow, .tooltip.left .tooltip-arrow, .tooltip.right .tooltip-arrow, .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 0;
  margin-left: 0;
  border-left: 0 solid transparent;
  border-right: 5px solid transparent;
  border-top: 0 solid #000
}

.tooltip-inner {
  width: 90pt;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #313131;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0
}

.timeline>li.timeline-inverted {
  float: right;
  clear: right;
  margin-top: 30px;
  margin-bottom: 30px
}

.timeline>li:nth-child(2) {
  margin-top: 60px
}

.timeline>li.timeline-inverted>.timeline-badge {
  left: -9pt
}

.cd-timeline-img.is-hidden {
  visibility: hidden
}

.cd-timeline-img.bounce-in {
  visibility: visible;
  animation: a .6s
}

@keyframes a {
  0 {
    opacity: 0;
    transform: scale(0.5)
  }
  60% {
    opacity: 1;
    transform: scale(1.2)
  }
  to {
    transform: scale(1)
  }
}

@media(max-width:767px) {
  ul.timeline:before {
    left: 40px
  }
  ul.timeline>li {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    float: left;
    clear: left
  }
  ul.timeline>li>.timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px)
  }
  ul.timeline>li>.timeline-badge {
    left: 28px;
    margin-left: 0;
    top: 1pc
  }
  ul.timeline>li>.timeline-panel {
    float: right
  }
  ul.timeline>li>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
  }
  ul.timeline>li>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
  }
  .timeline>li.timeline-inverted {
    float: left;
    clear: left;
    margin-top: 30px;
    margin-bottom: 30px
  }
  .timeline>li.timeline-inverted>.timeline-badge {
    left: 28px
  }
}

.section-padded {
  padding: 75pt 0
}

.half-image-section {
  padding-top: 75pt;
  padding-bottom: 75pt;
  position: relative;
  overflow: hidden;
  z-index: 5;
  background-color: #f5f5f5
}

.img-side {
  padding: 0;
  position: absolute;
  top: 0;
  height: 100%;
  overflow: hidden;
  z-index: 7
}

.img-side.img-left {
  left: 0
}

.img-side.img-right {
  right: 0
}

.img-holder {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center
}

@media(max-width:767px) {
  .img-side {
    min-height: 25pc;
    margin: -75pt 0 50px;
    position: relative;
    z-index: 0
  }
}

.nav-trigger-button {
  position: relative;
  padding: 15px 10px;
  cursor: pointer;
  border: 0;
  background-color: transparent
}

.nav-trigger-button:focus {
  outline: 0!important
}

.nav-overlay-close {
  border: 0;
  background-color: transparent
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(15, 23, 38, .9);
  z-index: 8
}

.overlay .overlay-close {
  background: 0 0 repeat scroll 0 0 transparent;
  border: medium 0 0;
  color: #fff;
  display: block;
  float: none;
  margin: 0 auto;
  outline: medium 0;
  overflow: hidden;
  padding-top: 2.3%;
  position: relative
}

.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.close-cross {
  font-size: 24px
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative
}

.overlay ul li {
  display: block;
  height: 20%;
  height: 16.66667%;
  min-height: 54px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.overlay ul li a, .overlay ul li a:focus, .overlay ul li a:hover {
  letter-spacing: 10px;
  font-size: 20px;
  font-weight: 500;
  display: block;
  color: #fff;
  -webkit-transition: color .2s;
  transition: color .2s;
  text-transform: uppercase;
  outline: 0
}

.overlay-slidedown {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform .4s ease-in-out, visibility 0 .4s;
  transition: transform .4s ease-in-out, visibility 0 .4s
}

.overlay-slidedown.open {
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out
}

@media screen and (max-height:30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px
  }
  .overlay ul li {
    min-height: 34px
  }
}

.team-style-1 {
  margin-bottom: 30px
}

.team-style-1 img {
  margin: 0 auto;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
  -ms-box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .3)
}

.team-style-1 h3 {
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 20px
}

.team-style-1 span {
  display: block;
  margin-bottom: 10px;
  color: #09c4f2
}

.team-style-2 {
  overflow: hidden;
  position: relative
}

.team-style-2 .team-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(-45deg, transparent 2%, rgba(84, 84, 84, .5) 77%, rgba(84, 84, 84, .65) 100%);
  background: -webkit-linear-gradient(-45deg, transparent 2%, rgba(84, 84, 84, .5) 77%, rgba(84, 84, 84, .65) 100%);
  background: linear-gradient(135deg, transparent 2%, rgba(84, 84, 84, .5) 77%, rgba(84, 84, 84, .65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6545454', GradientType=1);
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0
}

.team-style-2 .team-overlay p {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -100%;
  line-height: 22px;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.team-style-2 .team-overlay p span {
  color: #fff;
  font-family: Poppins, sans-serif;
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600
}

.team-style-2 .team-overlay p em {
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 400;
  font-style: normal
}

.team-style-2:hover .team-overlay {
  opacity: 1
}

.team-style-2:hover .team-overlay p {
  bottom: 30px
}

.team-flip {
  width: 300px;
  height: 300px;
  overflow: hidden;
  position: relative;
  margin: 0 auto
}

.team-flip .back {
  background: #f3f3f3;
  padding: 30px;
  text-align: left
}

.team-flip .back h4 {
  color: #333;
  margin-bottom: 5px
}

.team-flip .back span {
  display: block;
  color: #09c4f2
}

@media(min-width:1199px) {
  .team-flip {
    width: 350px;
    height: 350px
  }
}

input[type=email], input[type=password], input[type=text], select.form-control {
  height: 50px
}

.form-control {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding-left: 20px;
  font-size: 13px;
  font-weight: 500;
  background: #fff;
  border: 1px solid #ddd;
  width: 100%
}

.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none
}

.input-group-addon {
  border: 0
}

.has-error .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 1px solid #a94442
}

#captcha {
  border: 2px solid #f3f3f3
}

#emailAlert.alert-success {
  background-color: #3c763d;
  color: #fff;
  margin-top: 15px!important
}

.form-login-register .social-signin {
  width: 100%;
  display: block
}

.flat-btn {
  font-size: 1pc;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  color: #fff;
  padding: 9pt 25px;
  border: 1px solid #fff
}

.flat-btn:focus, .flat-btn:hover {
  color: #333;
  background-color: #fff
}

.text-white {
  color: #fff
}

.NotGeneric-Button, .NotGeneric-SubTitle, .NotGeneric-Title, .tp-caption.NotGeneric-Button, .tp-caption.NotGeneric-Title {
  font-family: Poppins, sans-serif
}

.video-section {
  width: 100%;
  height: 100%;
  position: relative;
  display: table;
  overflow: hidden
}

.video-section .bottom-row {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 4
}

.video-section .bottom-row li a {
  color: #fff;
  margin: 0 5px
}

.video-section .overlay {
  background-color: rgba(0, 0, 0, .6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.video-section .fs-background-container {
  left: 0
}

.video-section .video-overlay {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  z-index: 2
}

.text-rotator h2 {
  color: #fff;
  font-weight: 500;
  font-family: Poppins, sans-serif;
  font-size: 5rem
}

.text-rotator .flexslider {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0
}

.text-rotator .flexslider h2 {
  color: #09c4f2
}

.video-play {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #fff;
  font-size: 20px
}

.intro-ytp {
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block
}

.video-text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}

.intro-ytp, .video-text .video-content {
  height: 100%;
  width: 100%;
  position: relative
}

.video-text .video-content {
  display: table;
  background-color: rgba(0, 0, 0, .5)
}

.video-text .video-content .video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%
}

.video-text .video-content .video-inner h5 {
  text-transform: uppercase;
  font-weight: 400;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  color: #fff
}

.video-text .video-content .video-inner h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-family: Poppins, sans-serif;
  font-size: 5rem;
  color: #fff
}

.video-text .video-content .video-inner p {
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px
}

.cbp-slider.ajax-slider-width {
  max-width: 533px;
  margin: 0 auto
}

.cbp-l-grid-work-title, .cbp-l-project-title {
  font-family: Poppins, sans-serif;
  font-weight: 700
}

.cbp-l-project-desc-text {
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  line-height: 24px
}

.cbp-l-project-desc-title span, .cbp-l-project-details-title span {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-transform: uppercase
}

.cbp-l-filters-work .cbp-filter-item, .cbp-l-loadMore-button .cbp-l-loadMore-button-link, .cbp-l-loadMore-button .cbp-l-loadMore-link, .cbp-l-project-related-title {
  font-family: Poppins, sans-serif;
  font-weight: 400
}

.cbp-l-filters-work .cbp-filter-item.cbp-filter-item-active, .cbp-l-filters-work .cbp-filter-item:hover, .cbp-l-project-details-visit {
  background: #09c4f2
}

.cbp-l-caption-title, .cbp-l-inline-title, .cbp-l-inline-view {
  font-family: Poppins, sans-serif;
  font-weight: 400
}

.footer {
  padding-top: 50px;
  padding-bottom: 0;
  color: #aeaeae
}

.footer h3 {
  text-transform: uppercase;
  font-size: 1pc;
  margin-bottom: 20px
}

.footer p {
  color: #999
}

.footer-v1 {
  background-color: #212121
}

.footer-v1 h3 {
  color: #fff
}

.footer-v1 ul li a {
  color: #aeaeae
}

.footer-v1 ul li a:hover {
  color: #09c4f2
}

.footer-v1 .footer-bottom {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.footer-v1 .footer-bottom span {
  display: block;
  font-size: 9pt;
  color: #aeaeae
}

.footer-v1 .footer-bottom i {
  color: #09c4f2;
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle
}

.social-text a {
  display: inline-block;
  margin: 5px;
  color: #aeaeae;
  text-transform: uppercase
}

.social-text a:hover {
  color: #09c4f2
}

.social-text a b {
  display: inline-block;
  position: relative
}

.footer-v2 {
  background-color: #f3f3f3
}

.footer-v3 {
  padding: 40px 0;
  padding-bottom: 0;
  background-color: #222;
  color: #aeaeae
}

.footer-v3 h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px
}

.footer-v3 .latest-post-footer li {
  padding-bottom: 15px
}

.footer-v3 .latest-post-footer li img {
  width: 60px;
  float: left;
  margin-right: 15px
}

.footer-v3 .latest-post-footer li .post-body h4 {
  font-size: 13px;
  color: #fff;
  margin-bottom: 0
}

.footer-v3 .latest-post-footer li .post-body span {
  color: #aeaeae;
  font-size: 13px
}

.footer-v3 .latest-post-footer li .post-body a {
  display: block
}

.footer-v3 .latest-post-footer li .post-body a i {
  margin-left: 5px
}

.xs-gallery {
  overflow: hidden
}

.xs-gallery a {
  display: block;
  float: left;
  margin: 1px
}

.footer-v4 {
  padding: 50px 0;
  padding-bottom: 0;
  background-color: #222
}

.footer-v4 h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 1pc;
  text-transform: uppercase;
  font-weight: 500
}

.footer-v4 .form-control {
  border: 0;
  background-color: rgba(0, 0, 0, .3);
  color: #fff
}

.footer-v4 .footer-bottom {
  background-color: #333;
  padding-top: 27px;
  margin-top: 30px
}

.footer-v4 .footer-bottom span {
  font-size: 9pt;
  color: #aeaeae
}

.footer-v5 {
  padding: 50px 0;
  background-color: #f3f3f3
}

.footer-v5 p {
  margin-bottom: 0
}

.footer-v5 .f-social, .footer-v5 p {
  padding-top: 10px
}

.footer-v5 .f-social li {
  padding: 0
}

.footer-bottom span {
  font-size: 9pt
}

.box-images {
  position: relative;
  display: block
}

.parallax-v1 {
  background-position: 0 0;
  background-attachment: fixed;
  background-size: cover;
  padding: 75pt 0
}

.font-box .font_awesome a {
  padding: 10px 0;
  color: #a6a8a9;
  display: block
}

.font-box h3 {
  margin-bottom: 20px;
  font-weight: 600
}

.font-box .font_awesome a i {
  font-size: 25px;
  display: block;
  color: #676a6c
}

.font-box>div {
  padding-bottom: 50px
}

.equal-height .gray-bg {
  padding: 20px
}

.alert {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0
}

.et-examples .et-box {
  display: block;
  padding: 0;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0 -1px;
  font-size: 13px
}

.et-examples .et-box>span {
  display: inline-block;
  margin-right: 5px;
  min-width: 70px;
  min-height: 70px;
  border-right: 1px solid #f1f1f1;
  line-height: 70px;
  text-align: center;
  font-size: 2pc
}

.widget-title {
  font-size: 20px
}

.project-label {
  width: 60px;
  display: inline-block
}

.error-404 i {
  font-size: 200px;
  color: #f3f3f3;
  line-height: 200px
}

.aside-block h1 {
  font-weight: 300;
  text-transform: capitalize;
  font-size: 50px;
  line-height: 55px
}

.pattern-back {
  background: url(../images/pattern.png)repeat;
  padding: 50px 0
}

.pattern-back h2, .pattern-back p {
  color: #fff
}

.photography-banner {
  overflow: hidden;
  position: relative
}

.photography-banner .flex-direction-nav {
  z-index: 8
}

.photography-banner .flex-direction-nav a:before {
  font-family: FontAwesome;
  content: "\f104";
  color: #fff
}

.photography-banner .flex-direction-nav a.flex-next:before {
  content: "\f105"
}

.photography-banner .photography-bannertext {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10%;
  z-index: 6;
  text-align: center
}

.photography-banner .photography-bannertext h1, .photography-banner .photography-bannertext p {
  color: #fff
}

.photography-banner .photography-bannertext h1 {
  margin-bottom: 0;
  font-size: 25px
}

.photography-banner .photography-bannertext p {
  font-size: 1pc
}

.photography-img {
  position: relative;
  overflow: hidden
}

.photography-img .img-overlay {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0
}

.photography-img .img-overlay a {
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  text-align: center
}

.photography-img .img-overlay a h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 0
}

.photography-img .img-overlay a p {
  text-transform: uppercase;
  margin: 0
}

.newsletter-photography {
  padding: 60px 15px;
  background-color: #f5f5f5
}

.newsletter-photography .form-control {
  display: inline-block;
  max-width: 350px;
  height: 53px;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: #fff;
  margin-right: 15px;
  margin-bottom: 10px
}

.newsletter-photography .error {
  border-color: #f16464;
  color: #f16464
}

.newsletter-photography .success {
  color: #a8d84b;
  border-color: #a8d84b
}

.startup_intro h4 {
  font-size: 26px;
  line-height: 35px;
  font-weight: 300
}

.parallax-white-bg {
  padding: 75pt 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: top right;
  background-attachment: fixed
}

.parallax-white-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: hsla(0, 0%, 100%, .9);
  position: absolute
}

.parallax-white-bg .container {
  position: relative
}

.parallax-white-bg-2 {
  padding: 75pt 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: top right;
  background-attachment: fixed
}

.parallax-white-bg-2:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: hsla(0, 0%, 100%, .8);
  position: absolute
}

.parallax-white-bg-2 .container {
  position: relative
}

.startup-subscribe .form-control {
  max-width: 300px;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  top: 0
}

.startup-subscribe .error {
  border-color: red;
  color: red
}

.startup-subscribe .success {
  border-color: #adff2f;
  color: #greenyellow
}

.site-welcome {
  padding-top: 200px;
  padding-bottom: 150px;
}

.site-welcome h1, .site-welcome p {
  color: #fff
}

.site-welcome h1 {
  font-weight: 500;
  font-size: 75pt;
  line-height: 75pt;
  margin: 0;
  text-transform: capitalize
}

.site-welcome h1 span {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle
}

.site-welcome p {
  font-size: 18px;
  opacity: .8;
  font-family: Poppins, sans-serif
}

.site-welcome .buttons a {
  margin: 10px
}

.demo-concept {
  padding: 90px 0;
  padding-bottom: 50px
}

.demo-concept h3 {
  text-transform: uppercase;
  font-size: 2pc;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 400
}

.demo-box {
  margin-bottom: 60px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  border-radius: 2px
}

.demo-box, .demo-box span {
  display: block;
  text-align: center;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s
}

.demo-box span {
  width: 90pt;
  height: 40px;
  color: #fff;
  background: #09c4f2;
  line-height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -60px;
  margin-top: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  opacity: 0;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
  -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
  font-size: 9pt
}

.demo-box h4, .demo-box span {
  text-transform: uppercase;
  font-weight: 400
}

.demo-box h4 {
  padding: 20px 10px;
  font-family: Poppins, sans-serif;
  font-size: 1pc;
  margin-bottom: 0
}

.demo-box:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
  -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .18)
}

.demo-box:hover span {
  margin-top: -20px;
  opacity: 1
}

.cta-demo {
  padding: 60px 0;
  background: #09c4f2
}

.cta-demo h3 {
  color: #fff;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 300;
  line-height: 44px;
  font-size: 28px
}

.demo-copyright {
  padding: 15px
}

@media(max-width:991px) {
  .video-text .video-content .video-inner h2 {
    font-size: 3rem
  }
}

@media(max-width:767px) {
  .text-rotator h2 {
    font-size: 2.5rem
  }
  .video-text .video-content .video-inner h2 {
    font-size: 2rem
  }
  .video-text .video-content .video-inner h5 {
    font-size: 1rem
  }
  .video-text .video-content .video-inner p {
    font-size: 13px
  }
  .breadrumb-transparent, .parallax {
    background-attachment: scroll!important;
    background-position: top left!important
  }
  .breadrumb-transparent {
    padding-top: 75pt;
    padding-bottom: 75pt
  }
}