/*
One page styles edit
*/
@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";
html, body {
  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 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

a {
  color: #09c4f2;
}
a:hover {
  color: #aeaeae;
}

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

blockquote {
  font-style: normal;
  font-family: "Merriweather", serif;
  font-weight: 400;
}
blockquote p {
  font-weight: 400;
}

button:focus {
  outline: 0 !important;
}

::-moz-selection {
  background-color: #191b1d;
  color: #fff;
}

::selection {
  background-color: #191b1d;
  color: #fff;
}

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

.overflow-hidden {
  overflow: hidden;
}

.full-wid {
  width: 100%;
}

.separator-border-1 {
  width: 120px;
  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:first-letter {
  content: "";
  width: 30px;
  height: 30px;
  font-size: 30px;
}

.dropcap-color:first-letter {
  content: "";
  width: 30px;
  height: 30px;
  font-size: 30px;
  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: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.label-primary {
  background: #09c4f2;
}

.no-padd {
  padding: 0px;
}

.no-margin {
  margin: 0px;
}

/***spaces**/
.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: 80px;
}

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

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

/**margins**/
.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;
}

/**********back to top*************/
.scrollToTop {
  text-align: center;
  text-align: center;
  background: whiteSmoke;
  font-weight: bold;
  color: #09c4f2;
  text-decoration: none;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 999999;
  display: none;
  opacity: 0.5;
  line-height: 0px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.scrollToTop:hover {
  text-decoration: none;
  opacity: 1;
  color: #fff !important;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  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;
}

/***icheck css**/
/* iCheck plugin Square skin, green
----------------------------------- */
.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: none;
  cursor: pointer;
}

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

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

.icheckbox_square-gray.checked {
  background-position: -48px 0;
}

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

.icheckbox_square-gray.checked.disabled {
  background-position: -96px 0;
}

.iradio_square-gray {
  background-position: -120px 0;
}

.iradio_square-gray.hover {
  background-position: -144px 0;
}

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

.iradio_square-gray.disabled {
  background-position: -192px 0;
  cursor: default;
}

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

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .icheckbox_square-gray,
  .iradio_square-gray {
    background-image: url(../img/grey@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}
.dark-img-bg {
  background-image: url(../images/bg-8.jpg);
  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: 0px;
  }
}
/**section headings style**/
.separator-border {
  width: 120px;
  height: 2px;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  position: relative;
}
.separator-border:after {
  content: "";
  width: 60px;
  left: 30px;
  top: 0px;
  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-family: "Merriweather", serif;
  font-size: 1.6rem;
  text-transform: capitalize;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 0px;
}

.left-title h4 {
  text-transform: capitalize;
  font-size: 1.9rem;
  color: #555;
  font-weight: 400;
  font-style: italic;
  font-family: "Merriweather", serif;
}
.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;*/
  border-color: #EB792A;
  display: block;
  margin-left: 0px;
}

.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;
}

/** navigation**/
.navbar-headroom {
  padding: 10px 0;
}
.navbar-headroom .nav-header-right .h-item a {
  color: #333;
}

.top-header {
  border: 0px;
  margin: 0px;
}
.top-header .navbar-nav > li > a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0px;
  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 {
  color: #E3BE3A !important;
  background-color: transparent;
}

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

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

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

.header-transparent.shrink.navbar-default {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 0px;
}

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

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

.navbar-default.header-transparent .navbar-brand {
  /*background-image: url("../images/inmark-logo-head.png");*/
  background-repeat: no-repeat;
  width: 123px;
  height: auto;
  text-indent: -9999px;
  background-position: 50% 50%;
  margin-left: 12px;
}

.navbar-inverse.header-transparent .navbar-brand {
  background-image: url("../images/inmark-logo-head.png");
  background-repeat: no-repeat;
  width: 91px;
  height: auto;
  text-indent: -9999px;
  background-position: 50% 50%;
  margin-left: 7px;
}

.navbar-default.header-transparent.shrink .navbar-brand {
  background-image: url("../images/inmark-logo-head.png");
}

.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: 0px;
  border: 0px;
  margin-top: 9px;
  color: #aeaeae;
  font-size: 21px;
}

/***sticky header**/
.sticky-header {
  padding: 10px 0;
}
.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: 0px;
}
.top-header.navbar-default .navbar-toggle:hover, .top-header.navbar-default .navbar-toggle:focus, .top-header.navbar-inverse .navbar-toggle:hover, .top-header.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}
.top-header.navbar-default .navbar-toggle .icon-bar, .top-header.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #09c4f2;
}

/**header logo center style**/
.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 navbar**/
.headroom {
  -moz-transition: transform 200ms linear;
  -o-transition: transform 200ms linear;
  -webkit-transition: transform 200ms linear;
  transition: transform 200ms linear;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px rgba(0, 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%);
}

/*************drop down menu***********/
.dropdown-menu {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: 0px;
  min-width: 200px;
  background-color: white;
  padding: 0px;
}
.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: 0px;
  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: 0px;
  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;
}

/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3
 * 
 * http://geedmo.github.com/yamm3
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.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 0px;
  text-transform: capitalize;
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: 400;
}
.yamm-content .mega-vertical-nav > li > a:hover, .yamm-content .mega-vertical-nav > li > a:focus {
  color: #09c4f2;
  background-color: transparent;
}
.yamm-content .mega-vertical-nav > li > a i {
  margin-right: 10px;
}

/** third level dropdown**/
.dropdown-submenu {
  position: relative;
}

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

.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: 0px;
}

/**search on click**/
.dropdown-search {
  position: relative;
}

.search-click {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 999;
  display: none;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
}
.search-click form {
  background-color: transparent;
  padding: 0px 15px;
}
.search-click form .form-control {
  margin: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 75px;
  background-color: transparent;
  border: 0px;
  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 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.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;
    visibility: visible;
    opacity: 1;
    -moz-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }

  .dropdown-submenu > .dropdown-menu {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
    visibility: visible;
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-nav {
    margin: 0px -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 styles.
**********/
.image-hover-light {
  overflow: hidden;
  position: relative;
}
.image-hover-light img {
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  width: 100%;
}
.image-hover-light .overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.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);
}

/*dark style**/
.image-hover-dark {
  overflow: hidden;
  position: relative;
}
.image-hover-dark img {
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  width: 100%;
}
.image-hover-dark .overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.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, 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 img {
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  width: 100%;
}
.mouse-overlay .overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.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, 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 0px;
}
.grid-desc h4 {
  margin-bottom: 5px;
}
.grid-desc p {
  font-size: 13px;
}

/**icon boxed*/
.live-icon-box {
  font-size: 40px;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  line-height: 100px;
  background-color: #eee;
  margin-bottom: 30px;
}
.live-icon-box:hover span {
  color: #09c4f2;
}

/**style 1**/
.box-style-1 .icon {
  font-size: 40px;
  margin-bottom: 12px;
  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 {
  background-color: #f3f3f3;
  padding: 15px;
}
.box-style-1.border-style {
  border: 1px solid #f3f3f3;
  padding: 15px;
}
.box-style-1.hvr-style {
  padding: 15px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.box-style-1.hvr-style:hover {
  background-color: #f3f3f3;
}

/*style 2*/
.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 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.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, 0.8);
  padding: 15px;
}

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

.process-box {
  position: relative;
  overflow: hidden;
}
.process-box .livicon {
  position: absolute;
  bottom: 0;
  opacity: 0.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 boxes*******/
.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: 80px;
  height: 80px;
  line-height: 80px;
  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;
}

/**button**/
.btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  overflow: hidden;
  border: 0px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 6px 12px 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, 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: 0px 26px;
}

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

.btn-skin {
  /*background-color: #09c4f2;*/
  background-color: #1884AB;
  color: #fff;
}
.btn-skin:hover, .btn-skin:focus {
  background-color: #EB792A;
  color: #fff;
}

.btn-dark {
  /*background-color: #666;*/
  background-color: #93AB5D;
  color: #fff;
}
.btn-dark:hover, .btn-dark:focus {
  background-color: #E3BE3A;
  color: #fff;
}

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

.btn-border-white {
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
}
.btn-border-white:hover, .btn-border-white:focus {
  background-color: rgba(255, 255, 255, 0.95);
  border-color: rgba(255, 255, 255, 0.95);
  color: #333;
}

.btn-border {
  border: 2px solid #09c4f2;
  color: #09c4f2;
  background-color: transparent;
}
.btn-border:hover, .btn-border:focus {
  background-color: #09c4f2;
  color: #fff;
}
.btn-border.btn-hvr:hover, .btn-border.btn-hvr:focus {
  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-sweep-to-right:before, .hvr-sweep-to-left:before, .hvr-sweep-to-bottom:before, .hvr-sweep-to-top:before, .hvr-bounce-to-right:before, .hvr-bounce-to-left:before, .hvr-bounce-to-bottom: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-right:before, .hvr-sweep-to-left:before, .hvr-sweep-to-bottom:before, .hvr-sweep-to-top:before, .hvr-bounce-to-right:before, .hvr-bounce-to-left:before, .hvr-bounce-to-bottom:before, .hvr-bounce-to-top:before, .hvr-radial-out:before, .hvr-rectangle-out:before, .hvr-shutter-out-horizontal:before, .hvr-shutter-out-vertical: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-rectangle-in, .hvr-shutter-in-horizontal, .hvr-shutter-in-vertical {
  background: #09c4f2;
}
.hvr-radial-in:hover, .hvr-rectangle-in:hover, .hvr-shutter-in-horizontal:hover, .hvr-shutter-in-vertical:hover {
  background: #09c4f2;
}

/*************

Intro sections

************/
@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 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.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 {
  background: url("../images/inmark-main.jpeg");
}

.intro-bg-2 {
  background: url("../images/bg-3.jpg");
}

.parallax {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  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 bars**/
.progress {
  background-color: #eee;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  height: 2px;
}
.progress .progress-bar {
  background-color: #09c4f2;
  line-height: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.skill {
  position: relative;
  text-align: left;
}
.skill .skill-name, .skill .skill-perc {
  margin-bottom: 12px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 500;
}
.skill .skill-perc {
  position: absolute;
  top: 0;
  font-size: 12px;
}

.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;
}

/**button**/
.btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  overflow: hidden;
  border: 0px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 6px 12px 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, 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: 0px 26px;
}

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

.btn-skin {
  /*background-color: #09c4f2;*/
  background-color: #1884AB;
  color: #fff;
}
.btn-skin:hover, .btn-skin:focus {
  background-color: #EB792A;
  color: #fff;
}

.btn-dark {
  /*background-color: #666;*/
  background-color: #93AB5D;
  color: #fff;
}
.btn-dark:hover, .btn-dark:focus {
  background-color: #E3BE3A;
  color: #fff;
}

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

.btn-border-white {
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
}
.btn-border-white:hover, .btn-border-white:focus {
  background-color: rgba(255, 255, 255, 0.95);
  border-color: rgba(255, 255, 255, 0.95);
  color: #333;
}

.btn-border {
  border: 2px solid #09c4f2;
  color: #09c4f2;
  background-color: transparent;
}
.btn-border:hover, .btn-border:focus {
  background-color: #09c4f2;
  color: #fff;
}
.btn-border.btn-hvr:hover, .btn-border.btn-hvr:focus {
  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-sweep-to-right:before, .hvr-sweep-to-left:before, .hvr-sweep-to-bottom:before, .hvr-sweep-to-top:before, .hvr-bounce-to-right:before, .hvr-bounce-to-left:before, .hvr-bounce-to-bottom: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-right:before, .hvr-sweep-to-left:before, .hvr-sweep-to-bottom:before, .hvr-sweep-to-top:before, .hvr-bounce-to-right:before, .hvr-bounce-to-left:before, .hvr-bounce-to-bottom:before, .hvr-bounce-to-top:before, .hvr-radial-out:before, .hvr-rectangle-out:before, .hvr-shutter-out-horizontal:before, .hvr-shutter-out-vertical: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-rectangle-in, .hvr-shutter-in-horizontal, .hvr-shutter-in-vertical {
  background: #09c4f2;
}
.hvr-radial-in:hover, .hvr-rectangle-in:hover, .hvr-shutter-in-horizontal:hover, .hvr-shutter-in-vertical:hover {
  background: #09c4f2;
}

/*
Blog CSS
*/
/**grid blog css**/
.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: 12px;
  padding: 0px;
}
.grid-post .grid-post-meta ul li:after {
  content: "/";
  display: inline-block;
  margin: 0px 5px;
  color: #ddd;
}
.grid-post .grid-post-meta ul li:last-child:after {
  content: "";
}

/**full blog style**/
.post-full {
  padding: 25px 15px;
  margin-bottom: 30px;
}
.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: 0px;
}

.comments h3 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: 600;
}
.comments span {
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
}

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

/***news flow with no image**/
.news-flow-box {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-bottom: 2px solid #f5f5f5;
  padding: 20px 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: 0px;
  font-size: 16px;
}
.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;
}

/**fullscreen nav**/
.nav-trigger-button {
  position: relative;
  padding: 15px 10px;
  cursor: pointer;
  border: 0px;
  background-color: transparent;
}
.nav-trigger-button:focus {
  outline: 0 !important;
}

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

/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(15, 23, 38, 0.9);
  z-index: 999;
}

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

/* Menu style */
.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: calc(100% / 6);
  min-height: 54px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

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

.overlay-slidedown.open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.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
*/
.team-style-1 {
  margin-bottom: 30px;
}
.team-style-1 img {
  margin: 0 auto;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 5px rgba(0, 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, 0.5) 77%, rgba(84, 84, 84, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, transparent 2%, rgba(84, 84, 84, 0.5) 77%, rgba(84, 84, 84, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, transparent 2%, rgba(84, 84, 84, 0.5) 77%, rgba(84, 84, 84, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6545454',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.team-style-2 .team-overlay p {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -100%;
  line-height: 22px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.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;
}

/**flip style**/
.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;
  }
}
/*
Form elements
*/
/**from inputs**/
input[type="text"],
input[type="password"], input[type="email"], select.form-control {
  height: 50px;
}

.form-control {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-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: 0px;
}

.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;
}

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

/***************
Social icons
***************/
.social-list li {
  padding: 0px;
}

.social-icon {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.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 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.social-icon.social-sm {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
}
.social-icon.social-gray {
  color: #FFFFFF;
  background-color: #93AB5D;;
}
.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: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  height: 50px;
  line-height: 50px;
  min-width: 200px;
  text-align: center;
  padding: 0px 26px;
  padding-left: 60px;
}
.social-icon.social-signin > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  line-height: 50px;
  font-size: 22px;
  text-align: center;
}
.social-icon.social-signin:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/**icons hover colored**/
.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-linkedin:hover, .si-colored-linkedin {
  background-color: #0E76A8 !important;
}

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

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

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

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

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

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

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

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

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

.si-yahoo:hover, .si-colored-yahoo {
  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-dropbox:hover, .si-colored-dropbox {
  background-color: #3D9AE8 !important;
}

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

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

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

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

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

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

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

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

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

/***************

Master slider css 

*******************/
.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: 16px;
  color: #fff;
}

/****master slider 2 full screen**/
.ms-fullscreen-template .slide-pattern {
  background: url(../masterslider/style/pattern.png) scroll;
  width: 100%;
  height: 100%;
  z-index: 8;
  -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 black;
  margin: 0;
}

.ms-layer.thin-text-white {
  color: #FFF;
  background: rgba(0, 0, 0, 0.72);
  font-size: 77px;
  font-weight: 100;
  padding: 20px 25px;
  margin: 0;
  text-shadow: -1px 1px #000;
}

.ms-layer.thin-text-black {
  color: black;
  font-size: 77px;
  font-weight: 100;
  background: rgba(255, 255, 255, 0.78);
  padding: 20px 25px;
  margin: 0;
  text-shadow: -1px 1px rgba(255, 255, 255, 0.51);
}

.slide-1 .captiontext {
  color: #FFF;
  top: 41% !important;
  margin-top: 100px;
  left: 256px;
  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: white;
  text-shadow: -1px 1px black;
}

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

.slide-4 .small-text {
  color: #fff;
  margin: 0;
  top: 40% !important;
  font-weight: 300;
  left: 82px;
  padding: 0;
  margin-top: 16px;
}

.slide-4 .medium-text {
  font-weight: 100;
  top: 40% !important;
  font-size: 77px;
  left: 73px;
  margin: 0;
  padding: 0;
  margin-top: 25px;
  color: #fff;
}

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

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

/*********Master slider team carousel*************/
.ms-staff-carousel .ms-staff-info {
  min-height: 200px;
}

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

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

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

.ms-staff-carousel .ms-nav-prev,
.ms-staff-carousel .ms-nav-next {
  background: url(../masterslider/arrows.png) white no-repeat -7px -57px;
  width: 35px;
  height: 40px;
  left: -35px;
  margin-top: -17px;
  box-shadow: 0px 1px 0px 0px #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: #222222;
}

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

.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 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;
  background: url(../masterslider/sicons.png);
  margin: 0 2px;
  display: block;
}

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

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

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

.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-prev,
.ms-staff-carousel.ms-round .ms-nav-next {
  background-color: transparent;
  box-shadow: none;
  left: -45px;
}

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

/**slider 2 use in business demo 2 and master slider 3**/
.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: 16px;
  font-family: "Source Sans Pro", sans-serif;
}

.sub-title3 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}

.btn1 {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  padding: 12px 25px;
  background-color: #09c4f2;
  color: #FFF;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 700;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Poppins", sans-serif;
}
.btn1 i {
  margin-left: 5px;
}
.btn1:hover {
  color: #333;
  background-color: #fff;
}

.btn2 {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  padding: 12px 25px;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 700;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.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;
}

/* 
   Call to actions
*/
.cta {
  padding: 30px 0;
  background: #09c4f2;
}
.cta h3 {
  color: #fff;
  text-transform: uppercase;
}
.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;
}

/* 
   Revolution slider customization
*/
.flat-btn {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  padding: 12px 25px;
  border: 1px solid #fff;
}
.flat-btn:hover, .flat-btn:focus {
  color: #333;
  background-color: #fff;
}

.text-white {
  color: #fff;
}

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

.NotGeneric-SubTitle {
  font-family: "Poppins", sans-serif;
}

/*************

Intro sections

************/
@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 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.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 {
  background: url("../images/inmark-main.jpeg");
}

.intro-bg-2 {
  background: url("../images/bg-3.jpg");
}

.parallax {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  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;
  }
}
/**fullscreen nav**/
.nav-trigger-button {
  position: relative;
  padding: 15px 10px;
  cursor: pointer;
  border: 0px;
  background-color: transparent;
}
.nav-trigger-button:focus {
  outline: 0 !important;
}

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

/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(15, 23, 38, 0.9);
  z-index: 999;
}

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

/* Menu style */
.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: calc(100% / 6);
  min-height: 54px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

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

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

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

  .overlay ul li {
    min-height: 34px;
  }
}
/******  5

FOOTER STYLES

*******5**/
.footer {
  padding-top: 50px;
  padding-bottom: 0px;
  color: #aeaeae;
}
.footer h3 {
  text-transform: uppercase;
  font-size: 16px;
  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 rgba(255, 255, 255, 0.1);
}
.footer-v1 .footer-bottom span {
  display: block;
  font-size: 12px;
  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**/
.footer-v3 {
  padding: 40px 0;
  padding-bottom: 0px;
  /*background-color: #222222;*/
  background-color: #144A65;
  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**/
.footer-v4 {
  padding: 50px 0;
  padding-bottom: 0px;
  background-color: #222;
}
.footer-v4 h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
.footer-v4 .form-control {
  border: 0px;
  background-color: rgba(0, 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: 12px;
  color: #aeaeae;
}

/**footer v5**/
.footer-v5 {
  padding: 50px 0;
  background-color: #f3f3f3;
}
.footer-v5 p {
  padding-top: 10px;
  margin-bottom: 0px;
}
.footer-v5 .f-social {
  padding-top: 10px;
}
.footer-v5 .f-social li {
  padding: 0px;
}

.footer-bottom span {
  font-size: 12px;
}

.testi-bg {
  background: url("../images/bg-4.jpg") no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  padding: 90px 0;
}
.testi-bg p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  font-family: "Merriweather", serif;
  font-style: italic;
}
.testi-bg h5 {
  color: #fff;
}
.testi-bg .owl-theme .owl-controls .owl-page span {
  width: 8px;
  height: 8px;
  background-color: #09c4f2;
}

.text-rotator h6 {
  color: #fff;
}

#text-rotator.flexslider {
  background-color: transparent;
  border: 0px;
  margin: 20px 0;
}

/***self hosted video css***/
/**video css new**/
.video-section {
  width: 100%;
  height: 100%;
  position: relative;
  display: table;
  overflow: hidden;
}
.video-section .bottom-row {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  z-index: 9;
}
.video-section .bottom-row li a {
  color: #fff;
  margin: 0px 5px;
}

.video-section .overlay {
  background-color: rgba(0, 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;
  text-align: center;
  z-index: 2;
}

/***Template common styles change for one page template**/
.call-to-action h3 {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: italic;
  text-transform: capitalize;
}

.fullscreen-cover h1 {
  font-weight: 700;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .parallax {
    background-attachment: scroll !important;
    background-position: 50% 50% !important;
  }
}

/*custom*/
/*
portfolio detail
*/
.section-padded {
  padding: 100px 0;
}

.half-image-section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
  z-index: 10;
  background-color: #f5f5f5;
}

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

.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: 400px;
    margin: -100px 0 50px;
    position: relative;
    z-index: 0;
  }
}

.centered {
  position: fixed;
  left: 50%;
}

.btn-merah {
  background-color: #CF4128;
  color: #fff;
}

.btn-hijau {
  background-color: #1ebea5;
  color: #fff;
}

.btn-orange {
  background-color: #EB792A;
  color: #fff;
}

.social-icon.social-yellow {
  color: #FFFFFF;
  background-color: #E3BE3A;
}
.social-icon.social-yellow:hover {
  color: #fff;
  border-color: transparent;
}

.social-icon.social-green {
  color: #FFFFFF;
  background-color: #93AB5D;
}
.social-icon.social-green:hover {
  color: #fff;
  border-color: transparent;
}

.social-icon.social-lblue {
  color: #FFFFFF;
  background-color: #1884AB;
}
.social-icon.social-lblue:hover {
  color: #fff;
  border-color: transparent;
}

.social-icon.social-oblue {
  color: #FFFFFF;
  background-color: #144A65;
}
.social-icon.social-oblue:hover {
  color: #fff;
  border-color: transparent;
}