@import "https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,700";
@import "https://fonts.googleapis.com/css?family=Raleway:400,500,600,700";
@import "https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700";
html, body {
  height: 100%; }

body {
  font-family: "Open Sans", 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.4rem;
  line-height: 1.8;
  color: #727272; }

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: "Raleway", sans-serif;
  color: #000;
  font-weight: 700; }

.overflow-hidden {
  overflow: hidden; }

.full-wid {
  width: 100%; }

.separator-border-1 {
  width: 120px;
  height: 2px;
  background-color: #eee;
  display: block;
  margin: 0 auto; }

.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; }

.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: #FBC400;
  }

.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%402x.html);
    -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: uppercase;
    font-size: 3rem;
    font-weight: 700;
    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: uppercase;
  font-size: 2.8rem;
  line-height: 4rem; }
.left-title hr {
  width: 60px;
  border-top: 2px solid;
  border-color: #09c4f2;
  display: block;
  margin-left: 0px; }

.left-heading {
  margin-bottom: 30px; }
  .left-heading span {
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block; }
  .left-heading h2 {
    font-size: 25px;
    line-height: 25px;
    letter-spacing: -1px;
    text-transform: capitalize; }

.sub-intro-text {
  font-size: 2.0rem;
  line-height: 3.5rem;
  font-family: "Merriweather", serif; }

/**************

Top bar styles

**************/
.top-bar-v1 {
  border-bottom: 1px solid #eee;
 /* background-color:#FBC400;*/
  }



  .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: 0px; }
      .top-bar-v1 ul li a {
        color: #9a9a9a;
        font-size: 12px;
        font-family: "Open Sans", 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: 9999;
    padding: 0px;
    min-width: 120px;
    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: 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; }
      .top-bar-v1 .top-bar-dropdown.dropdown-login-box .checkbox {
        margin: 0px; }
      .top-bar-v1 .top-bar-dropdown.dropdown-login-box input[type=checkbox] {
        position: absolute;
        margin-top: 4px\9;
        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: 0px; }
    .top-bar-v1 .top-bar-dropdown > li > a {
      display: block;
      padding: 5px 10px;
      font-size: 12px;
      text-transform: capitalize;
      font-weight: 400; }

/** navigation**/
.navbar {
  font-family: "Raleway", sans-serif; }

.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: 700;
    font-size: 12px;
    letter-spacing: 0px;
    font-family: "Open Sans", sans-serif; }
    .top-header .navbar-nav > li > a:hover {
      color: #000000;
	  background-color:#fac400; }

.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: #000000 !important; 
  background-color: #ffc400;
  }

.navbar-default {
  background-color: #FFFFFF;
  }

.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: #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 {
  background-image: url("../images/logo-light.png");
  background-repeat: no-repeat;
  width: 91px;
  height: auto;
  text-indent: -9999px;
  background-position: 50% 50%;
  margin-left: 12px; }

.navbar-inverse.header-transparent .navbar-brand {
  background-image: url("../images/logo-light.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/logo-dark.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: 30px 0px 30px;
  }
  .sticky-header .navbar-brand > img {
    margin-top:-30px; }

.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; }

@media (min-width: 768px) {
  .nav > li > a {
    padding-left: 10px;
    padding-right: 10px; } }
.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: #777;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 0px;
    padding: 8px 15px;
    font-family: "Open Sans", sans-serif; }
  .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: #777;
    padding: 5px 0px;
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 0px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif; }
    .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: -1px; }

.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; }

/*************

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/bg-5.jpg"); }

.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: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 6px 12px;
  font-family: "Raleway", 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;
  font-size: 10px; }

.btn-lg {
  padding: 10px 30px; }

.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;
  color: #fff; }
  .btn-skin:hover, .btn-skin:focus {
    background-color: #666;
    color: #fff; }

.btn-dark {
  background-color: #666;
  color: #fff; }
  .btn-dark:hover, .btn-dark:focus {
    background-color: #09c4f2;
    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; }

/***breadcrumbs start**/
.breadrumb-transparent {
  padding-top: 200px;
  padding-bottom: 100px;
  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;
    font-weight: 700;
    text-transform: uppercase; }
  .breadcrumb-v1 p {
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 0px; }
  .breadcrumb-v1 .breadcrumb {
    background-color: transparent;
    padding-top: 0px;
    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 p, .breadcrumb-v1.dark-bg ol li {
      color: #fff; }
  .breadcrumb-v1.b-parllax {
    background: url("../images/bg-4.jpg") no-repeat;
    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 p, .breadcrumb-v1.b-parllax ol li {
      color: #fff; }
  .breadcrumb-v1.b-center .breadcrumb {
    text-align: center; }

/**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-weight: 700;
    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; }

/******  5

FOOTER STYLES

*******5**/
.footer {
  padding-top: 50px;
  padding-bottom: 0px; }
  .footer h3 {
    font-weight: 700;
    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: 13px; }
    .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; }
  .footer-v3 h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700; }
  .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: 400; }
  .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: 20px;
    margin-top: 30px; }

/**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; }

/***tabs css start**/
/*default tabs*/
.tabs-default {
  border: 0px; }
  .tabs-default > li > a {
    border: 0px;
    color: #333;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    border-bottom: 3px solid transparent; }
    .tabs-default > li > a:hover, .tabs-default > li > a:focus {
      border: 0px;
      background: none;
      border-bottom: 3px solid #09c4f2; }
  .tabs-default li.active a {
    border: 0px;
    background: none;
    border-bottom: 3px solid #09c4f2; }
    .tabs-default li.active a:hover, .tabs-default li.active a:focus {
      border: 0px;
      border-bottom: 3px solid #09c4f2; }

.tab-content-default {
  padding: 30px;
  border: 1px solid #eee; }

/*left floating tabs**/
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border: 0px; }
  .tabs-left > .nav-tabs > li {
    float: none;
    display: block;
    text-align: center;
    padding-bottom: 4px; }
    .tabs-left > .nav-tabs > li a {
      border: 0px;
      background-color: #f3f3f3;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      border-radius: 0px;
      font-family: "Raleway", sans-serif;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 12px;
      color: #777; }
    .tabs-left > .nav-tabs > li.active a, .tabs-left > .nav-tabs > li.active a:hover, .tabs-left > .nav-tabs > li.active a:focus {
      border: 0px;
      background-color: #09c4f2;
      color: #fff; }

/*Right floating tabs**/
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border: 0px; }
  .tabs-right > .nav-tabs > li {
    float: none;
    display: block;
    text-align: center;
    padding-bottom: 4px; }
    .tabs-right > .nav-tabs > li a {
      border: 0px;
      background-color: #f3f3f3;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      border-radius: 0px;
      font-family: "Raleway", sans-serif;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 12px;
      color: #777; }
    .tabs-right > .nav-tabs > li.active a, .tabs-right > .nav-tabs > li.active a:hover, .tabs-right > .nav-tabs > li.active a:focus {
      border: 0px;
      background-color: #09c4f2;
      color: #fff; }

.floating-tab-content {
  overflow: hidden; }

/*icons tabs*/
.icon-tabs li.active a span {
  background-color: #09c4f2;
  color: #fff; }
.icon-tabs span {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 100px;
  height: 100px;
  background-color: #f2f2f2;
  color: #09c4f2;
  font-size: 40px;
  text-align: center;
  line-height: 100px;
  -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 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: #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: 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; }

/***********

Count down and counters css

*************/
.countdown {
  position: relative; }
  .countdown .counts {
    width: 120px;
    text-align: center;
    display: inline-block;
    padding-top: 25px;
    padding-bottom: 12px;
    position: relative; }
    .countdown .counts p {
      color: #999;
      font-family: "Raleway", 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 boxes***/
.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: 16px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize; }

.light-counters .counter-box {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: #09c4f2;
  border: 0px; }
  .light-counters .counter-box h2, .light-counters .counter-box p, .light-counters .counter-box i {
    color: #fff; }

/**************

Sidebar css start

****************/
.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: 0px; }
    .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: 0px; }
    .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: 0px; }
  .tweet ul li {
    padding-top: 10px;
    padding-bottom: 10px; }

/***************

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: "Raleway", 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: 60px;
  font-weight: 800; }

.sub-title2 {
  color: #fff;
  font-size: 16px;
  font-family: "Open Sans", sans-serif; }

.sub-title3 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700; }

.btn1 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  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: "Raleway", sans-serif; }
  .btn1 i {
    margin-left: 5px; }
  .btn1:hover {
    color: #333;
    background-color: #fff; }


.btn2 {

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 12px 25px;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  font-size: 13px;
  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: "Raleway", sans-serif; }
  .btn2 i {
    margin-left: 5px; }
  .btn2:hover {
    color: #fff;
    background-color: #09c4f2; }

/*********
Owl carousel css
***************/
.owl-theme .owl-controls .owl-buttons div {
  padding: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #09c4f2;
  font-size: 25px;
  margin: 0px; }

.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: 16px;
  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: 0px 15px; }

.testi-bg {
  background: url("../images/bg-4.jpg") no-repeat;
  background-size: cover;
  padding: 100px 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: 0px 15px; }
.client-slide img {
  display: block;
  margin: 0 auto; }

/* 
 Flex slider
*/
.flexslider {
  border: 0px;
  margin: 0px; }

.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; }

/**********
Bootstrap accordions
*******************/
.panel > .panel-heading {
  position: relative;
  padding: 0px; }
  .panel > .panel-heading .panel-title a {
    display: block;
    position: relative;
    padding: 12px 35px 12px 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: 0px; }

.panel-colored .panel-heading {
  border: 0px; }
  .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: 0px; }

.panel-group .panel-colored .panel-heading + .panel-collapse > .panel-body {
  border-top: 0px; }

/************

MODAL POPUPS FROM BOOTSTRAP

************************/
.modal-header {
  border: 0px;
  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: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

.modal-dialog {
  margin: 60px auto; }

@media (min-width: 768px) {
  .modal-form {
    width: 500px;
    margin: 0 auto; } }
#videoModal .modal-body {
  padding: 0px; }
#videoModal .close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #fff;
  opacity: 1; }

/******************
Paginations css
******************/
.pagination, .pager li > a, .pager li > span {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

.pagination > li > a {
  margin: 4px;
  border: 0px;
  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: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

.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; }

/* 
   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; }

/* 
   Price Tables
*/
.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 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px; }
  .price-box .price {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 20px; }
  .price-box span {
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .price-box p {
    margin-bottom: 25px; }

/*
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; }

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative; }

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px; }

.timeline > li {
  margin-bottom: 20px;
  position: relative;
  width: 50%;
  float: left;
  clear: left; }

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li > .timeline-panel {
  width: 95%;
  float: left;
  border: 1px solid #d4d4d4;
  /*border-radius: 2px;*/
  /*padding: 20px;*/
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 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: 16px;
  right: -12px;
  /*background-color: #999999;*/
  z-index: 100;
  /*
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  */ }

.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: 0px;
  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: 0px 5px; }

.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 13px;
  opacity: 0;
  filter: alpha(opacity=0); }

.tooltip.in {
  /*opacity:0;
  filter:alpha(opacity=80);*/ }

.tooltip.top {
  margin-top: -2px; }

.tooltip.right {
  margin-left: 2px; }

.tooltip.bottom {
  margin-top: 2px; }

.tooltip.left {
  margin-left: -2px; }

.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.left .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.bottom .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.right .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: 120px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #313131;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.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: -12px; }

/* */
.cd-timeline-img.is-hidden {
  visibility: hidden; }

.cd-timeline-img.bounce-in {
  visibility: visible;
  animation: cd-bounce-1 0.6s; }

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    transform: scale(0.5); }
  60% {
    opacity: 1;
    transform: scale(1.2); }
  100% {
    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: 16px; }

  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; } }
/*
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; } }
/**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 {
  font-family: 'Raleway', sans-serif;
  letter-spacing: 10px;
  font-size: 24px;
  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: "Raleway", 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; }

/* 
   Revolution slider customization
*/
.flat-btn {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Raleway", 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: "Raleway", sans-serif; }

/***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;
    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;
  z-index: 2; }

.text-rotator h2 {
  color: #fff;
  font-weight: 700;
  font-family: "Open Sans", 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; }

/**youtube player**/
.intro-ytp {
  height: 100%;
  width: 100%;
  background: url(../images/video-fallback.jpg) no-repeat center;
  -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;
  position: relative; }

.video-text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }
  .video-text .video-content {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: rgba(0, 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: "Raleway", sans-serif;
        font-size: 2rem;
        color: #fff; }
      .video-text .video-content .video-inner h2 {
        text-transform: uppercase;
        font-weight: 700;
        font-family: "Raleway", sans-serif;
        font-size: 5rem;
        color: #fff; }
      .video-text .video-content .video-inner p {
        font-weight: 500;
        color: #fff;
        margin-bottom: 20px; }

.box-images {
  position: relative;
  display: block; }

.parallax-v1 {
  background: url("../images/bg-15.jpg") no-repeat;
  background-position: 0 0;
  background-attachment: fixed;
  background-size: cover;
  padding: 100px 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: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

.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: 32px; }

.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 {
    color: #fff; }

.photography-banner {
  overflow: hidden;
  position: relative; }
  .photography-banner .flex-direction-nav {
    z-index: 999; }
  .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: 99;
    text-align: center; }
    .photography-banner .photography-bannertext h1, .photography-banner .photography-bannertext p {
      color: #fff; }
    .photography-banner .photography-bannertext h1 {
      margin-bottom: 0px;
      font-size: 25px; }
    .photography-banner .photography-bannertext p {
      font-size: 16px; }

.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: 0px;
      bottom: 20px;
      text-align: center; }
      .photography-img .img-overlay a h4 {
        color: #fff;
        text-transform: uppercase;
        font-size: 24px;
        margin-bottom: 0px; }
      .photography-img .img-overlay a p {
        text-transform: uppercase;
        margin: 0px; }

.newsletter-photography {
  padding: 60px 15px;
  background-color: #f5f5f5; }
  .newsletter-photography .form-control {
    display: inline-block;
    max-width: 350px;
    height: 53px;
    border: 0px;
    -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; }

/**home start up**/
.startup_intro h4 {
  font-size: 26px;
  line-height: 35px;
  font-weight: 300; }

.parallax-white-bg {
  padding: 100px 0;
  position: relative;
  background-image: url(../images/bg-28.jpg);
  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: rgba(255, 255, 255, 0.8);
    position: absolute; }
  .parallax-white-bg .container {
    position: relative; }

.parallax-white-bg-2 {
  padding: 100px 0;
  position: relative;
  background-image: url(../images/bg-25.jpg);
  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: rgba(255, 255, 255, 0.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: 0px; }
.startup-subscribe .error {
  border-color: red;
  color: red; }
.startup-subscribe .success {
  border-color: greenyellow;
  color: #greenyellow; }

/**website intro page**/
.site-welcome {
  padding-top: 200px;
  padding-bottom: 80px;
  background: #222; }
  .site-welcome h1, .site-welcome p {
    color: #fff; }
  .site-welcome p {
    font-size: 18px;
    opacity: 0.8; }
  .site-welcome .buttons a {
    margin: 10px; }

.demo-concept {
  padding: 90px 0;
  padding-bottom: 50px; }
  .demo-concept h3 {
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700; }

.demo-box {
  display: block;
  text-align: center;
  margin-bottom: 60px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .demo-box span {
    width: 120px;
    height: 40px;
    color: #fff;
    background: #09c4f2;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: 0px;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.18);
    -ms-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.18);
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700; }
  .demo-box h4 {
    padding: 20px 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px; }
  .demo-box:hover {
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.18);
    -ms-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 10px 30px rgba(0, 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: "Open Sans", sans-serif;
    font-weight: 300;
    line-height: 44px;
    font-size: 28px; }

.demo-copyright {
  padding: 15px; }

/***********responsive css**/
@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; } }

/*# sourceMappingURL=style.css.map */



<!--test-->





.float-right{
	float:right;
}
a:focus {
	outline:0px;
}
a{
	text-decoration:none !important;
	font-size:16px;
	 font-family: 'Cabin', sans-serif;
	 line-height:24px;
	 font-weight:normal;
	 text-transform: !important;
}

.row{
	margin:0px;
}
.color-white{color:#fff;}
.margin-left-10{
	margin-left:-10px;

}
.margin-top-0{
margin-top:0px !important;
}


/* PADDING BOTTOM */

.padding-bottom-5{padding-bottom:5px;}
.padding-bottom-10{padding-bottom:10px;}
.padding-bottom-15{padding-bottom:15px;}
.padding-bottom-20{padding-bottom:20px;}
.padding-bottom-30{padding-bottom:30px;}
.padding-bottom-40{padding-bottom:40px;}
.padding-bottom-44{padding-bottom:44px;}
.padding-bottom-50{padding-bottom:50px;}
.padding-bottom-54{padding-bottom:54px;}
.padding-bottom-60{padding-bottom:60px;}
.padding-bottom-64{padding-bottom:60px;}
.padding-bottom-67{padding-bottom:67px;}
.padding-bottom-70{padding-bottom:70px;}
.padding-bottom-74{padding-bottom:74px;}
.padding-bottom-84{padding-bottom:84px;}
.padding-bottom-64{padding-bottom:64px;}
.padding-bottom-77{padding-bottom:77px;}
.padding-bottom-80{padding-bottom:80px;}
.padding-bottom-90{padding-bottom:90px;}
.padding-bottom-100{padding-bottom:100px;}
.padding-bottom-110{padding-bottom:110px;}
.padding-bottom-120{padding-bottom:120px;}
.padding-bottom-130{padding-bottom:130px;}
.padding-bottom-140{padding-bottom:140px;}
.padding-bottom-150{padding-bottom:150px;}
.padding-bottom-160{padding-bottom:160px;}
.padding-bottom-170{padding-bottom:170px;}
.padding-bottom-190{padding-bottom:190px;}
.padding-bottom-200{padding-bottom:200px;}
.padding-bottom-250{padding-bottom:250px;}
.padding-bottom-270{padding-bottom:270px;}

/* PADDING TOP */

.padding-top-5{padding-top:5px;}
.padding-top-10{padding-top:10px;}
.padding-top-15{padding-top:15px;}
.padding-top-20{padding-top:20px;}
.padding-top-30{padding-top:30px;}
.padding-top-35{padding-top:35px;}
.padding-top-40{padding-top:40px;}
.padding-top-50{padding-top:50px;}
.padding-top-54{padding-top:54px;}
.padding-top-60{padding-top:60px;}
.padding-top-67{padding-top:67px;}
.padding-top-70{padding-top:70px;}
.padding-top-74{padding-top:74px;}
.padding-top-64{padding-top:64px;}
.padding-top-84{padding-top:84px;}
.padding-top-77{padding-top:77px;}
.padding-top-80{padding-top:80px;}
.padding-top-90{padding-top:90px;}
.padding-top-100{padding-top:100px;}
.padding-top-110{padding-top:110px;}
.padding-top-120{padding-top:120px;}
.padding-top-130{padding-top:130px;}
.padding-top-140{padding-top:140px;}
.padding-top-150{padding-top:150px;}
.padding-top-170{padding-top:170px;}
.padding-top-190{padding-top:190px;}
.padding-top-200{padding-top:200px;}
.padding-top-250{padding-top:250px;}
.padding-top-270{padding-top:270px;}

/* MARGIN BOTTOM */
.margin-bottom-0{margin-top:0;}
.margin-bottom-5{margin-bottom:5px;}
.margin-bottom-10{margin-bottom:10px!important;}
.margin-bottom-15{margin-bottom:15px!important;}
.margin-bottom-20{margin-bottom:20px !important;}
.margin-bottom-30{margin-bottom:30px;}
.margin-bottom-40{margin-bottom:40px;}
.margin-bottom-50{margin-bottom:50px;}
.margin-bottom-60{margin-bottom:60px;}
.margin-bottom-70{margin-bottom:70px;}
.margin-bottom-100{margin-bottom:100px;}
.margin-bottom-150{margin-bottom:150px;}
.margin-bottom-120{margin-bottom:150px;}
.margin-bottom-200{margin-bottom:200px;}
.margin-bottom-250{margin-bottom:250px;}
.margin-bottom-270{margin-bottom:270px;}

/* MARGIN TOP */
.margin-top-0{margin-top:0;}
.margin-top-5{margin-top:5px;}
.margin-top-10{margin-top:10px;}
.margin-top-15{margin-top:15px;}
.margin-top-20{margin-top:20px;}
.margin-top-25{margin-top:25px;}
.margin-top-30{margin-top:30px;}
.margin-top-40{margin-top:40px;}
.margin-top-45{margin-top:45px;}
.margin-top-50{margin-top:50px;}
.margin-top-60{margin-top:60px;}
.margin-top-70{margin-top:70px;}
.margin-top-80{margin-top:80px;}
.margin-top-100{margin-top:100px;}
.margin-top-110{margin-top:110px;}
.margin-top-120{margin-top:100px;}
.margin-top-150{margin-top:150px;}
.margin-top-170{margin-top:170px;}
.margin-top-200{margin-top:200px;}
.margin-top-250{margin-top:250px;}
.margin-top-270{margin-top:270px;}

.padding-left-0{padding-left:0;}
.padding-right-0{padding-right:0;}
.padding-right-left-100{padding-left:100px;padding-right:100px;}
.padding-0{
	padding:0;
}
.margin-right-30{
	margin-right:30px !important;
}
.width-100 {
	width: 100%;
}
.text-center{
	text-align:center;
}
.color-white{
	color:#fff;
}
.background-color-white{
	background:#fff;
}
.background-color-white{
	background:#fff;
}
.background-color-gray{
	background:#f4f4f4 ;
}
.background-color-darkgray{
	background:#f4f4f4;
}

.background-color-yelo{
	background-color:#e5e5e5;
}
.background-color-liteyelo{
	background-color:#f4f4f4;
}
.float-left{
	float:left;
}
.background-color-dark{
	background-color:#3d3d3d !important;
}
img,img:hover,img:focus{
	border:none !important;
}
.border-top-gray{
	border-top:1px solid #e5e5e5  !important;
}
/* nav-bar  section */

.top-social{
	background:#1874c1;
}
.address{
			margin-left:0px;	
			}
		.address ul{
			list-style:none;	
			margin:0px;
			padding:0px;
			}
		.address ul li{
			font-size:14px;
			color:#fff;
			font-family:"Cabin",sans-serif;
			font-weight:normal;
			display:inline;
			line-height:18px;	
			}	
		.address ul li .fa{
			color:#fff;
			font-size:16px;
			line-height:41px;
			margin-right:8px;
			}	
		.address ul	.addrs{
			margin-right:20px;	
			}
			
		.top-social{
		
			height:41px;	
			}
		.social-icon ul{
			list-style:none;
			margin:0px;
			}
		.social-icon ul li{
			display:inline;	
			float:right;
			
			
			text-align:center;
			}
		.social-icon ul li a .fa{
			color:#242121;
			font-size:16px;
			width:52px;
			height:41px;
			line-height:41px;
			color:#fff;
			text-align:center;	
			}	
			
		.get-your-estimate{
	font-family: "Cabin",sans-serif;
    font-size: 15px;
    font-weight: normal;
	color: #fff;
	padding: 10px 0;
    position: absolute;
    right: 50px;
    top: 0;
    width: 124px;

	display:none;
	}
.get-your-estimate:hover,.social-icon ul li a:hover .fa{
	color: #fff !important;
}
.social-icon{
	position:relative;
}
	
/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2# MAIN NAVBAR
--------------------------------------------------------------------------------------------------------------------------------
*/


/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
end NAVBAR
--------------------------------------------------------------------------------------------------------------------------------
*/		
/* about us  section */
.main-title{
	text-align:center;
	float:none;
	margin:0 auto;
}
.main-title h1{
margin:0px;
text-transform:uppercase;

}
.main-title h5{
	font-weight:normal;
	margin:0px;
	margin-bottom:15px;
	font-family:"Open Sans",sans-serif;
	color:#4e4e4e;
	font-size:16px;
}
.left-line,.right-line{
width:38px;
height:1px;
margin-top:2px;
float:left;
}
.middle-line{
	height:5px;
	width:40px;
	float:left;
}
.subtitle{
	width:116px;
	margin:0 auto;
}
.history h3{
	margin-top:0px;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:15px;
}
.small-title{
	margin-bottom:40px;
}
.line1{
	height:5px;
	width:40px;
	float:left;
}
.line2{
	height:1px;
	margin-top:2px;
	width:78px;
	float:left;
}
.history {
	z-index:9999;
}
.history  p{
	margin-bottom:0px;
}
.simple-line{
	height:2px;
}
.read-more{
	width:143px;
	margin-right:10px;
} 
.read-more a{
	text-transform:uppercase;
	padding:9px 0px;
	display:block;
	text-align:center;
	border:1px solid #656565;
	color:#656565;
}
.read-more a:hover{
	color:#fff;
	background:#1874c1;
	border-color:#1874c1;
	}
.about-slider .owl-pagination{
	position:absolute;
	bottom:30px;
	left:0;
	right:0;
}
.history-section{
	position:relative;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  overflow:hidden;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;

  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.html") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-theme .owl-controls .owl-buttons div {
   
    display: inline-block;
    font-size: 12px;
    margin: 5px;
    padding: 0;
	text-align:center;
	}
.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next {
   
      background: #fff none repeat scroll 0 0;
    cursor: pointer;
    display: inline-block;
    height: 4px;
    margin: 0 5px;
    width: 35px;
	margin-top:18px;
	}
.owl-theme .owl-controls .owl-buttons{
	text-align:center;
}	
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 35px;
	height: 5px;
	
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin-right:7px;
	background: #ccc ;
	margin-top:30px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background: #428bca ;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.html) no-repeat center center
}	
.owl-theme .owl-controls .owl-buttons{
	text-align:center;
	display:none;
}	
.client-reviews .owl-theme .owl-controls .owl-page span{
	display:none;
}
figure.effect-layla ::before,
figure.effect-layla ::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla ::before {
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla ::after {
		top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p ,figure.effect-layla h3,figure.effect-layla .link{
	-webkit-transition: opacity 0.35s, -webkit-transform 0.5s;
	transition: opacity 0.35s, transform 0.5s;
}

figure.effect-layla:hover img {
	opacity: 1;
	
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.about-services h3{
	text-transform:uppercase;
	font-weight:700;
}
.servicesone i{
	width:71px;
	height:71px;
	line-height:71px;
	background:#1874c1;
	font-size:20px;
	text-align:center;
	border-radius:100%;
	margin-right:20px;
	float:left;
	color:#fff;
}
.servicesone h4{
	font-weight:normal;
}
/* Common style */
.gri{
	width:100%;
}
.gri figure {
	position: relative;
	z-index: 1;
	
	overflow: hidden;
	
	
	background: #474747;
	text-align: center;
	cursor: pointer;
}

.gri  img {
	position: relative;
	display: block;
	
	opacity: 1;
	width:100%;
}

.gri figure figcaption {
	
	color: #fff;
	text-transform: uppercase;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gri figure figcaption::before,
.gri figure figcaption::after {
	pointer-events: none;
}

.gri figure figcaption{
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width:100%;
	
	
}

/* 
 * 	what we do
 */
.gri img{
	
	width:100%;
 }
  .wedo{
	margin-right:30px;
	width:270px;
 }
 #our-news .wedo{
	margin-right:30px;
	width:370px;
 }
 .wedo:nth-child(4){
	margin-right:0px !important;
 } 
  #our-news .wedo:nth-child(3){
	margin-right:0px !important;
 }
  .wedo  .effect-layla{
	border-bottom:4px solid #e5e5e5 ;
  }
  #what-we  .wedo  .effect-layla{
	border-bottom:4px solid #fff!important;
  }
  .wedo:hover figure.effect-layla figcaption::before,
  .wedo:hover figure.effect-layla figcaption::after {
	opacity: 1 !important;
	-webkit-transform: scale(1)!important;
	transform: scale(1)!important;
}
  .wedo h4{
	font-weight:normal;
	border-bottom:1px solid #adadad;
	padding-bottom:20px;
	margin-bottom:26px;
	margin-top:30px;
	
  }
 
 .wedo .more a{
	color:#656565;
	text-transform:uppercase;
	border:1px solid #656565;
	display:inline-block;
	padding:8px 16px;
 }
 .wedo .more a:hover{
	color:#fff;
	background:#1874c1;
	border:1px solid #1874c1;
 }
  .wedo p{
	margin-bottom:36px;
  }
 .more{
	margin-right:9px;
 }
  .wedo .estimate a{
	color:#656565;
	text-transform:uppercase;
	border:1px solid #656565;
	display:inline-block;
	padding:8px 26px;
 }
 .wedo .estimate a:hover{
	color:#fff;
	background:#1874c1;
	border:1px solid #1874c1;
 }
 

/* 
 * 	our skills
 */ 


/* 
 * 	our projects
 */ 
  .more-projects h1{
	margin:0px;
  }
   .more-projects h5{
	font-weight:normal;
	margin-top:0px;
	font-family:"Open Sans",sans-serif;
	color:#4e4e4e;
 }
  .more-projects a{
	color:#656565;
	border:1px solid #656565;
	font-weight:normal;
	text-transform:uppercase;
	padding:8px 40px;
	margin-top:20px;
	display:inline-block;
  }
    .more-projects a:hover{
		color:#fff;
		background:#1874c1;
		border:1px solid #1874c1;
	}
  .project-slider:hover figure.effect-layla figcaption::before,
  .project-slider:hover figure.effect-layla figcaption::after {
	opacity: 1 !important;
	-webkit-transform: scale(1)!important;
	transform: scale(1)!important;
} 
.project-slider{
	margin-top:-50px;
	position:relative;
}
.project-owl-slide{
	position:absolute;
	right:15px;
	top:80px;
}
.project-owl-slide .item{
	padding:38px 30px;
	box-shadow: 20px -20px 0px #f5f5f5;
	
}
.project-owl-slide .item h4{
	font-weight:normal;
	margin-top:0px;
}
.project-owl-slide .item .small-title {
    margin-bottom: 25px;
}
.project-owl-slide .item p{
	margin:0px;
}
.project-owl-slide .item p span{
	font-weight:700;
	
}
.project-owl-slide .item a{
	border:1px solid #8a8a8a;
	padding:8px 22px;
	font-weight:normal;
	display:inline-block;
	color:#8a8a8a;
	margin-top:30px;
	margin-bottom:10px;
	text-transform:uppercase;
}
.project-owl-slide .item a:hover{
	color:#fff;
}
.project-owl-slide.owl-controls .owl-buttons div {
   
    display: inline-block;
    font-size: 12px;
    margin: 5px;
    padding: 0;
	line-height:2.2;
	}
.project-owl-slide .owl-controls .owl-buttons .owl-prev,
.project-owl-slide .owl-controls .owl-buttons .owl-next {
   
    
    font-size: 19px;
    margin: 5px;
	line-height:40px;
	color:#fff;
    width:40px;
	height:40px;	
	background:#242121;
	position:relative;
	bottom:24px;
	
	}
.project-owl-slide .owl-controls .owl-buttons .owl-prev:before{
	content:"\f104";
	font-family:FontAwesome;
	line-height:1.8;
	
	}
.project-owl-slide .owl-controls .owl-buttons .owl-next:before{
	content:"\f105";
	font-family:FontAwesome;
	line-height:1.8;
	
	}
.project-new-content h3{
	color:#3b3b3b;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:15px;
	margin-top:0px;
	font-weight:400;
	
}	
.project-new-content p{
	color:#6d6d6d;
	margin-bottom:30px;
}
.project-new-content a:hover{
	color:#fff;
	background:#1874c1;
	border-color:#1874c1;
}
.project-new-content a{
	border:1px solid #8a8a8a;
	color:#8a8a8a;
	display:inline-block;
	font-size:16px;
	font-weight:normal;
	padding:7px 23px;
	text-transform:uppercase;
	margin-bottom:38px;
}
.margin-both{
	    margin-right: -15px !important;
    margin-left: -15px !important;
}	
/* 
 * 	contact info
 */ 	
.contact-us h3{
	font-weight:700;
	margin:0;
	text-align:center;
}
.contact-us p{
	color:#fff;
	margin:0;
	text-align:center;
}
.contact3-form form input{
	border:none;
	border:2px solid #989898;
	width:100%;
	padding:10px 18px;
	
	color:#242121;
	background:none;
	font-size:15px;
	font-weight:normal;
	font-family: "Open Sans",sans-serif
	
}
.contact3-form form input:focus,.contact3-form form textarea:focus{
	border:2px solid #242121;
}
.contact3-form  ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #242121;
}
.contact3-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #242121;
   opacity:  1;
}
.contact3-form  ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #242121;
   opacity:  1;
}
.contact3-form :-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #242121;
}
.contact3-form form textarea{
	
	border:2px solid #989898;
	width:100%;
	padding:0px;
	padding-bottom:10px;
	color:#242121;
	font-size:15px;
	font-family:"Open Sans",sans-serif;
	font-weight:normal;
	padding:18px;
	height:170px;
	overflow:hidden;
	
	background:none;
	MARGin-top:30px;
}
.message3-btn{
	
	height:41px;
	text-align:center;
	float:none;
	margin:0 auto;
	margin-top:45px;
	
	
}
.message3-btn .submit{
	border-color:#1874c1;
	color:#1874c1;
}
.message3-btn .submit,.submitt input{
	font-family: "Cabin",sans-serif !important;
}
.message3-btn .submit:focus{
	border-color:#1874c1;
}
.message3-btn .submit:hover{
	background:#1874c1;
	
	color:#fff;
}
form input[type=text]:focus, form input[type=password]:focus, textarea:focus {
    outline: none;
}
.contact-top-bar{
	 background: rgba(0, 0, 0, 0) url("../images/rtbg.png") no-repeat scroll center 0px;
    float: none;
    height: 50px;
    margin: -50px auto 0;
    text-align: center;
    width: 110px;
}
.contact-top-bar i{
	font-size:25px;
	color:#fff;
	line-height:60px;
}
.panel-default > .panel-heading {
    background-color: none !important;
    border-color: none !important;
   
}
.panel-heading:hover{
	cursor:pointer;
}
.panel-heading{
	width:50px;
	height:45px;
	margin: -45px auto 0;
    text-align: center;
	 background: rgba(0, 0, 0, 0) url("../images/cbg.png") no-repeat scroll center 0px;
}
.panel-heading i{
	color:#fff;
	font-size:20px;
	line-height:30px;
}
.panel-body{
	display:none;
}
.brand{
    width: 19.667%;
}
.before-estimate{
	text-align:center;
}
.before-estimate h3{
	font-weight:700;
	margin:0px;
	
}
.before-estimate p{
	color:#656565;
	margin:0px;
	margin-top:6px;
}
.before-estimate .clickable{
	text-transform:uppercase;
	padding:9px 30px;
	display:inline-block;
	text-align:center;
	font-weight:normal;
	font-size:16px;
	color:#656565;
	border:2px solid #656565;
	margin-top:20px;
	font-weight:normal;
	font-family:"Cabin",sans-serif;
}
.before-estimate .clickable:hover{
	background:#1874c1;
	color:#fff;
	border-color:#1874c1;
	
	cursor:pointer;
}
#footer{
	background:url("../images/ftbg.jpg") repeat scroll center 100%;

}
.footer{
	position: relative;
    top: -50px;
}
.footer-widget{
	border-top:4px solid;
	background:rgba(255,255,255,.9);
}
.wid-title{
	font-weight:normal;
	text-transform:uppercase;
}
.widget {
 padding-left:30px;

}
.widget .small-title{
	margin-bottom:25px;
}
.short-links{
	margin:0px;
	padding:0px;
	list-style:none;
}
.short-links li{
	margin-bottom:5px;
}
.short-links li a{
	color:#3a3a3a;
	font-size:14px;
	font-weight:normal;
	font-family:"Open Sans",sans-serif;
}
.short-links li a:hover{
	border-bottom:2px solid #b6b6b6;
}
.info-widget p i{
	margin-right:10px;
	font-size:16px;
}
.info-widget p{
	margin-bottom:15px;
}
.flicker-widget{
	padding-left:10px;
	padding-right:10px;
}
.flicker a img{
margin-bottom: 10px;
    margin-right: 5px;
}
.copy-right p{
	margin:0px;
	color:#fff;
}
.fot-social i{
	width:36px;
	height:36px;
	line-height:36px;
	color:#fff;
	background:#838484;
	font-size:20px;
	margin-right:5px;
	text-align:center;
}
.fot-social .fa-facebook:hover,.fot-social .fa-twitter:hover{
	background:#475897;
}
.fot-social .fa-google:hover{
	background:#f63f29;
}
.fot-social .fa-linkedin:hover{
	background:#435e94;
}
.fot-social .fa-instagram:hover{
	background:#517fa4;
}
.fot-social .fa-youtube-play:hover{
	background:#e41c24;
}
.slider-btn1:hover{
	background:#1874c1 !important;
	color:#fff!important;
}
.slider-btn1:hover a{
	color:#fff!important;
}
.tp-bullets,.tparrows{
	display:none !important;
}

/* about us page */
.page-main-section{
	background:url("../images/titlebg.jpg") no-repeat scroll center center;
}
#blog-page-title{
	background:url("../images/blog/bg.jpg") no-repeat scroll center center;
}
.page-title h1,.page-title h5{
	color:#fff;
}
.page-title h5{
	color:#fff;
	font-family:"Open Sans",sans-serif;
}
.page-title .left-line,.page-title .right-line,.page-title .middle-line{
	background:#fff !important;
}
.page-title a{
	color:#fff;
	font-size:14px;
	text-transform:capitalize;
	font-weight:normal;
	font-family:"Open Sans",sans-serif;
	
}
.page-title a:hover{
	border-bottom:1px solid #fff;
}
.page-title span{
	color:#fff;
	font-size:14px;
	margin:0px 5px;
}
.about-us .main-title h3{
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:15px;

}

.history-read-more{
	text-align:center;
}
.history-read-more a{
	text-transform:uppercase;
	padding:9px 30px;
	display:inline-block;
	text-align:center;
	font-weight:normal;
	font-size:16px;
	color:#1874c1;
	border:1px solid #1874c1;
	margin-top:40px;
}
.history-read-more a:hover{
	color:#fff;
	background:#1874c1;
}
.singt h3{
	font-weight:400;
	font-style:italic;
	text-transform:capitalize;
	margin-top:5px;
	font-family: 'La Belle Aurore', cursive;
	margin-bottom:0px;
}
.singt p{
	margin:0px;
}
.client-reviews{
	background:url("../images/about/bg.jpg") no-repeat scroll center center;
}
.client2{
	text-align:center;
	float:none;
	margin:0 auto;
}
.client2 i{
	font-size:30px;
	
	margin:0px;
	text-align:center;
}
.client2 h5{
	font-size:18px;
	font-weight:normal;
	
	color:#3a3a3a;
	margin:40px 0px;
}
.client2 .client3-info h4{
		font-size:18px;
		font-weight:700;
		text-transform:uppercase;
		margin:0px;
		margin-top:20px;
}
.client2 .client3-info p{
	font-size:14px;
	font-weight:normal;
	font-style:italic;
	margin:0px;
	font-family:"Cabin",sans-serif;
}
.client-reviews .owl-buttons{
	display:none !important;
}
#projects-3column .owl-theme .owl-controls .owl-buttons .owl-prev,#projects-3column .owl-theme .owl-controls .owl-buttons .owl-next{
	background:#f4bc16;
	margin-top:30px;
}
#projects-3column .owl-theme .owl-controls .owl-buttons .owl-prev:hover,#projects-3column .owl-theme .owl-controls .owl-buttons .owl-next:hover,
.about-slider .owl-theme .owl-controls .owl-buttons .owl-prev:hover,.about-slider .owl-theme .owl-controls .owl-buttons .owl-next:hover{
	background:#222;
	
}
.about-slider .owl-theme .owl-controls .owl-buttons .owl-prev,.about-slider .owl-theme .owl-controls .owl-buttons .owl-next{
	background:#f4bc16;
	margin-top:30px;
}
/* blog fullwidth page */
.news-title-head{
	float:none;
	margin:0 auto;
	text-align:center;
}
.post-content{
	padding:45px 35px;
	background:#fff;
	box-shadow: 5px 5px 0 rgba(0,0,0,.4);
	margin-bottom:40px;
}
.post-content h3{
	margin-top:0px;
	margin-bottom:20px;
	font-weight:700;
	text-transform:uppercase;
}
.post-content h3:hover{
	cursor:pointer;
}
.post-content .small-title{
	margin-bottom:20px;
}
.author-detail span{
	font-weight:700;
	margin-left:12px;
}
.author-detail span:first-child{
	margin-left:0px;
}
.post1:hover  figure.effect-layla .blog-date

 {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.post1:hover figure.effect-layla figcaption::before,
.post1:hover figure.effect-layla figcaption::after {
	opacity: 1 !important;
	-webkit-transform: scale(1)!important;
	transform: scale(1)!important;
}
.post-content a{
	text-transform:uppercase;
	padding:9px 30px;
	display:inline-block;
	text-align:center;

	font-weight:normal;
	font-size:16px;
	color:#656565;
	border:1px solid #656565;
	margin-top:20px;
}
.post-content a:hover{
	color:#fff;
	background:#1874c1;
	border-color:#1874c1;
	
}
.search input{
	height:40px;
	width:100%;
	overflow:hidden;
	border:none;
	box-shadow:none;
	padding-left:18px;
	font-family:"Open Sans",sans-serif;
	font-weight:normal;
	font-size:14px;
}
.search{
	margin-bottom:38px;
}
.sidebar-widget{
	padding:0px 22px;
	background:#fff;
	padding-bottom:60px;
	
}
.sidebar-widget h3{
	font-weight:700;
	text-transform:uppercase;
	padding-top:20px;
	margin-bottom:20px;
}
.sidebar-widget .small-title{
	margin-bottom:20px;
}
.sidebar-widget ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.sidebar-widget ul li{
	border-bottom:1px solid #e1e1e1;
	padding-bottom:10px;
	margin-bottom:10px;
}
.sidebar-widget ul li a{
	font-size:14px;
	font-weight:normal;
	color:#3a3a3a;
	font-family:"Open Sans",sans-serif;
}
.news-widget img{
	margin-right:18px;
}
.news-widget p{
	margin:0px;
}
.news-widget p:first-child:hover{
	cursor:pointer;
}
.news-widget p:hover{
	cursor:pointer;
}
.news-widget p span{
	color:#828282;
}
.tags a{
	font-size:14px;
	font-weight:normal;
	color:#fff;
	font-family:"Open Sans",sans-serif;
	background:#242121;
	padding:8px 30px;
	margin-bottom:10px;
	margin-right:5px;
	display:inline-block;
}
.load-more{
	text-align:center;
	margin-top:50px;
}
.load-more i{
	width:62px;
	height:62px;
	line-height:62px;
	text-align:center;
	border-radius:100%;
	background:#fff;
	font-size:20px;
	margin-bottom:10px;
}
.load-more p{
	font-family:"Cabin",sans-serif;
	margin:0px;
}
/* PROJECT page */

#project-page-title{
	background:url("../images/projects/bg.jpg") no-repeat scroll center center;
}

.our-expertise44 #tabs{
	margin:0px;
	padding:0px;
	list-style:none;
	text-align:center;
	margin-bottom:60px;
}
.our-expertise44 #tabs li {
	text-align:center;
	display:inline-block;
	margin-right:38px;
}
.our-expertise44 #tabs li a{
	font-size:20px;
	font-weight:400;
	color:#242121;
}
.our-expertise44 #tabs .active a{
	color:#1874c1 !important;
	
}
.our-expertise44 #tabs li a{
	background:url("../images/projects/libg.jpg") no-repeat scroll center bottom;
	padding-bottom:6px;
}
.our-expertise44 #tabs .active a{
	background:url("../images/projects/libg.png") no-repeat scroll center bottom;
	padding-bottom:12px !important;
}
.project-owl-slidee{
	margin-left: -30px;
    margin-top: 25px;
    z-index: 999;
}
.project-owl-slidee .item{
	padding:38px 30px;
	box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.4);
	
}
.project-owl-slidee .item h4{
	font-weight:normal;
	margin-top:0px;
}
.project-owl-slidee .item .small-title {
    margin-bottom: 25px;
}
.project-owl-slidee .item p{
	margin:0px;
}
.project-owl-slidee .item p span{
	font-weight:700;
	
}
.project-owl-slidee .item a{
	border:1px solid #656565 ;
	padding:8px 22px;
	font-weight:normal;
	display:inline-block;
	color:#656565 ;
	margin-top:30px;
	margin-bottom:10px;
	text-transform:uppercase;
}
.project-owl-slidee .item a:hover{
	color:#fff;
	background:#1874c1 ;
	border-color:#1874c1 ;
}

.project1:hover figure.effect-layla figcaption::before,
.project1:hover figure.effect-layla figcaption::after {
	opacity: 1 !important;
	-webkit-transform: scale(1)!important;
	transform: scale(1)!important;
}
.project1{
	margin-bottom:45px !important;
}
.clr{
	clear:both;
}
#projects-1column .load-more{
	margin-top:20px !important;
}
.project-owl-slideee{
	    margin: 0 !important;
    position: absolute;
    right: 0px;
    top: 80px;
    width: auto;

}
.project-images{
	position:relative;
}
.project-owl-slideee .item{
 box-shadow: -5px 5px 0 rgba(169, 146, 105, 0.9);
    }
.padding-left-15{
	padding-left:15px;
}
.padding-right-15{
	padding-right:15px;
}
.margin-left-33{
	margin-left:-30px;
}
#projects-3column .project-images {
    padding-left: 30px;
	position:relative;
   
}
#projects-3column .project1{
margin-bottom: 0px !important;
}
#projects-3column .main-title{
	padding:24px 0px;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
}
#projects-3column .main-title h4{
	font-weight:normal;
	margin-top:0px;
	margin-bottom:5px;
	font-size:18px;
	text-transform:capitalize;
}
.project1:hover  figure.effect-layla .main-title

 {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-layla .main-title {
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}
.fancybox-wrap,
		.fancybox-skin,
		.fancybox-outer,
		.fancybox-inner,
		.fancybox-image,
		.fancybox-wrap iframe,
		.fancybox-wrap object,
		.fancybox-nav,
		.fancybox-nav span,
		.fancybox-tmp
		{
			padding: 0;
			margin: 0;
			border: 0;
			outline: none;
			vertical-align: top;
		}
		.fancybox-wrap {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 8020;
		}
		.fancybox-skin {
			position: relative;
			background: #f9f9f9;
			color: #444;
			text-shadow: none;
			-webkit-border-radius: 4px;
			   -moz-border-radius: 4px;
					border-radius: 4px;
		}
		.fancybox-opened {
			z-index: 8030;
		}
		.fancybox-image, .fancybox-iframe {
			display: block;
			width: 100%;
			height: 100%;
		}
		.fancybox-image {
			max-width: 100%;
			max-height: 100%;
		}
		#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
			background-image:url(../images/fancybox_sprite.png) !important;
		}
		.fancybox-close {
			position: absolute;
			top: -18px;
			right: -18px;
			width: 36px;
			height: 36px;
			cursor: pointer;
			z-index: 8040;
		}
		.fancybox-lock {
			overflow: visible !important;
			width: auto;
		}
		.fancybox-lock body {
			overflow: hidden !important;
		}
		.fancybox-lock-test {
			overflow-y: hidden !important;
		}
		.fancybox-overlay {
			position: absolute;
			top: 0;
			left: 0;
			overflow: hidden;
			display: none;
			z-index: 99999;
			background: url(../images/fancybox_overlay.png);
		}
		.fancybox-overlay-fixed {
			position: fixed;
			bottom: 0;
			right: 0;
		}
		.fancybox-lock .fancybox-overlay {
			overflow: auto;
			overflow-y: scroll;
		}
	.fancy{
		position:absolute;
		
		text-align:center;
		width:100%;
		top:50%;
		left:0;
		right:0;
		z-index:9999;
		margin-top:-30px;
		margin-left:15px;
	}
	.fancy i{
		width:50px;
		height:50px;
		line-height:50px;
		text-align:center;
		background:#fff;
		border-radius:100%;
		font-size:16px;
		color:#1874c1;
		
		
	}
	.fancy i:hover{
		color:#fff !important;
		background:#1874c1;
	}
	.fancy i {
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}
	.project1:hover .fancy i

 {
	opacity: 1!important;
	-webkit-transform: translate3d(0,0,0)!important;
	transform: translate3d(0,0,0)!important;
}
.home-grid{
	padding-top:30px;
}	
#service-detail-page .pgwSlideshow {
   
    padding: 0;
   
}
.project-description h3{
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:15px;
}
.site-header-wrap {
	margin-bottom:60px;
	border-bottom:1px solid #cd9ad6;
}

/*------------------------------------*\
-------- DEMO Code: accordion
\*------------------------------------*/
/*----- Accordion -----*/
.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}

.accordion {
	overflow:hidden;
	
	
	
}

.ac-content{
	padding-left: 20px;
    width: 60%;
}
.block-con{
	display:block !important;

}
/*----- Section Titles -----*/
.accordion-section-title {
	width:100%;
	padding:15px;
	display:inline-block;
	color:#1874c1;
	background:#fff;
	transition:all linear 0.15s;
	/* Type */
	font-size:16px;
	border-left:1px solid #1874c1;
	border-right:1px solid #1874c1;
	border-top:1px solid #1874c1;
}

.accordion-section-title.active, .accordion-section-title:hover ,.accordion-section-title.active i{
	color:#fff;
	background:#1874c1;
	text-decoration:none;
}



.accordion-section-content{
	border-left:1px solid #1874c1;
	border-right:1px solid #1874c1;
	border-top:1px solid #1874c1;
	border-bottom:1px solid #1874c1;
}
.accordion-section:last-child .accordion-section-title {
	border-bottom:1px solid #1874c1 !important;
}

#index2-accord .accordion-section-title {
    background: none;
    border-left: 1px solid #f4bc16;
    border-right: 1px solid #f4bc16;
    border-top: 1px solid #f4bc16;
	 border-bottom: 1px solid #242121;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 10px 13px;
    transition: all 0.15s linear 0s;
    width: 100%;
	font-family:"Cabin",sans-serif;
	font-weight:normal;
}
#index2-accord  .accordion-section:last-child .accordion-section-title {
    border-bottom: 1px solid #242121 !important;
}

#index2-accord  .accordion-section-title,#index2-accord  .accordion-section-title.active i{
	color:#242121;
	background:#f4bc16;
	text-decoration:none;
}

.btnn{
	border-radius:4px;
	border:1px solid #fff;
	display:inline-block;
	padding:10px 29px;
	font-size:14px;
	text-transform:uppercase !important;
	color:#fff;
	
}
.btnn:hover{
	color:#fff;
}
.btnn:focus{
	color:#fff;
}
.index2-callout .col-md-8{
	float:none;
	margin:0 auto;
	margin-bottom:30px;
}

.index2-callout h3,.index2-callout h2,.index2-callout p,.index2-callout h1{
	color:#fff;
}

#index2-accord  .accordion-section-content{
	border:none;
	background:#fff;
	padding:20px;
}

#index2-accord .accordion-section-title span i{
	margin-right:10px;
	float:none;
}

.index2-callout{
	background:url("../images/call.jpg") no-repeat center fixed;
}



/*----- Section Content -----*/
.accordion-section-content {
	padding:15px;
	display:none;
}
.service-accord .accordion-section-title {
	padding:10px !important;
	
}
.service-accord .accordion-section-content{
	padding:10px 15px !Important;
	border-bottom:none;
}
.accordion-section-content{
	border-bottom:0px;
}
.service-accord #accordion-3{
	border-bottom:1px solid #1874c1   !Important;
}
 #accordion-4{
	border-bottom:1px solid #1874c1   !Important;
}
.block-con{
	display:block !important;

}
.accordion-section-content p{
	margin-bottom:0px;
}
.accordion-section-title i{
	float:right;
	padding-top:5px;
}
.pro-content h4{
	font-weight:normal;
	margin:0px;
}
.pro-content h4:hover{
	cursor:pointer;
}
.pro-image{
	margin-right:15px;
}
.text-align-right{
	text-align:right;
	padding-right: 15px;
}
#owl-testimonial-5.owl-controls .owl-buttons div {
   
    display: inline-block;
    font-size: 12px;
    margin: 5px;
    padding: 0;
	line-height:2.2;
	}
#owl-testimonial-5 .owl-controls .owl-buttons .owl-prev,
#owl-testimonial-5 .owl-controls .owl-buttons .owl-next {
   
    
    font-size: 50px;
    margin: 5px;
	line-height:40px;
	color:#fff;
    width:40px;
	height:40px;	
	background:transparent;
	position:absolute;
	bottom:24px;
	
	}
#owl-testimonial-5 .owl-controls .owl-buttons .owl-prev:before{
	content:"\f104";
	font-family:FontAwesome;
	line-height:1.8;
	
	}
#owl-testimonial-5 .owl-controls .owl-buttons .owl-next:before{
	content:"\f105";
	font-family:FontAwesome;
	line-height:1.8;
	
	}
#owl-testimonial-5 .owl-controls .owl-buttons .owl-prev{
	left:0;
	top:-5px;
}	
#owl-testimonial-5 .owl-controls .owl-buttons .owl-next{
	right:0;
	top:-5px;
}
#owl-testimonial-5{
	height:100px;
}
.pro-overlay{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:rgba(36,33,33,.46);
	display:none;
}
.item .col-md-4:hover .pro-overlay{
	display:block;
}

/* service page */

#service-page-title{
	background:url("../images/service/bg.jpg") no-repeat scroll center center;
}
#services-page-title{
	background:url("../images/service/bg2.jpg") no-repeat scroll center center;
}
.services-page .servicesone i,.services-page .servicesone h4{
	text-align:center !important;
}
.services-page .servicesone i{
	float:none;
}
.service-accord h4{
	margin-top:0px;
	font-weight:normal;
}
.download-btn{
	background:#242121;
	text-align:center;
}
.download-btn a{
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
	padding:15px 0px;
	display:block;
}
.download-btn a i{
	margin-right:5px;
}
/* SHOPE page */

#shop-page-title{
	background:url("../images/shop/bg.jpg") no-repeat scroll center 100%;
}
#shop-page-title p{
	margin-bottom:0px;
	color:#fff;
	font-weight:normal;
	font-family:"Cabin",sans-serif;
	}
.show-result{
	border-bottom:1px solid #cecece;
	margin-bottom:54px;
}
.show-result p{
	margin-bottom:0px;
	margin-top:8px;
}
.show-result input{
	width:100%;
	overflow:hidden;
}	
.show-result select{
	border:none;
	
	width:100%;
	padding:10px 18px;
	
	color:#242121;
	background:#fff;
	font-size:15px;
	font-weight:normal;
	font-family: "Open Sans",sans-serif
	
}

.show-result select option{
	padding-left:10px;
}
.show-result ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #242121;
}
.show-result :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #242121;
   opacity:  1;
}
.show-result ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #242121;
   opacity:  1;
}
.show-result :-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #242121;
}
.product-details{
	position:relative;
	padding-top:60px;
	text-align:center;
	padding-bottom:35px;
}
.product-details h5{
	margin:0px;
	color:#fff;
	font-weight:400;
}
.product-price h5{
	margin:0px;
	 color:    #fff;
	 line-height:36px;
}
.product-price{
	text-align:center;
	height:36px;
	width:133px;
	margin:0 auto;
	background:#242121;
	line-height:36px;
	position:absolute;
	top:-18px;
	left:0;
	right:0;
}
.product-onee{
	padding: 0 0 0 30px;
}
.product-details a{
	color:#1874c1;
	font-size:16px;
	border:1px solid #1874c1;
	text-transform:uppercase;
	font-weight:400;
	padding:8px 25px;
	display:inline-block;
	margin-top:40px;
}
.product-details a:hover{
	background:#1874c1;
	color:#fff;
}
#shop-sidebar .sidebar-widget h3{
	margin-top:0px;
	font-size:23px;
	padding-top:28px;
}

.range-left{
	width:12px;
	height:12px;
	border:2px solid #b9b9b9;
}
.range-center{
	width:148px;
	height:3px;
	background:#dddddd;
	margin-top:4px;
}
.range-last{
	width:42px;
	height:3px;
	
	margin-top:4px;
}
.price_range p{
	margin-bottom:0px;
	margin-top:10px;
}
#shop-news-widget .old-price{
	font-weight:700;
	color:#242121;
}
#shop-news-widget p{
	line-height:20px;
	font-size:15px;
}
#shop-news-widget p i{
	font-size:12px;
	color:#b0b0b0;
}
#shop-news-widget .old-price span{
	color:#969696;
	text-decoration: line-through;
	font-weight:400;
}
.product-detail-info h3{
	font-weight:700;
	margin-top:0px;
	margin-bottom:15px;
}
.product-detail-info .small-title{
	margin-bottom:15px;
}
.rating span {
	margin-right:5px;
}
.rating span .fa-star{
	color:#f09101;
}
.add-to-cart{
	border-top:1px solid #8a8a8a;
}
.add-to-cart select {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #8a8a8a;
    height: 41px;
    width: 100px;
	padding-left:10px;
}
.add-to-cart select option{
	padding-left:10px;
}
.add-to-cart select{
	margin-right:7px;
	

}
.add-to-cart a{
	color:#656565;
	padding:8px 27px;
	border:1px solid #656565;
	text-transform:uppercase;
	display:inline-block;
}
.add-to-cart a:hover{
	background:#1874c1;
	border-color:#1874c1;
	color:#fff;
}
.cate-name span{
	font-weight:700;
	color:#242121;
	margin-right:5px;
}
.cate-name{
	margin:38px 0px;
}
.share-with p{
	margin:0px;
	font-weight:700;
}
.share-with p i{
	width:29px;
	height:29px;
	line-height:29px;
	text-align:center;
	background:#838484;
	color:#fff;
}
.share-with p i:hover{
	cursor:pointer;
}
.products-description{
	border:1px solid #d8d8d8;
	padding:70px 28px;
}
.products-description h4{
	font-weight:normal;
	margin-top:0px;
	font-size:18px;
}
.product-reviews-des #tabs{
	list-style:none;
	margin-bottom:0px;
}
.product-reviews-des #tabs li{
	display:inline;
	
}
.product-reviews-des #tabs li a{
	color:#fff;
	font-size:15px;
	padding:8px 25px;
	background:#242121;
	font-family:"Cabin",sans-serif;
	display:inline-block;
	
}

#shop-detail-page .main-title h3{
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:15px;
}
#project-description .ps-list ul{
	margin:0px !important;
	margin-top:10px!important;
	width:100% !important;
}
#project-description .pgwSlideshow.narrow .ps-list li img {
    height: 120px;
    width: 125px;
}
#contact-us-form h3{
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
	margin:10px 0px;
	margin-bottom:15px;
}
#about-us .servicesone i{
	color:#fff;
	margin-right:0px;
}

#contact-us-form form input{
	border:none;
	border:2px solid #e0e0e0;
	width:100%;
	padding:10px 18px;
	
	color:#242121;
	background:none;
	font-size:15px;
	font-weight:normal;
	font-family: "Open Sans",sans-serif
	
}
#contact-us-form form input:focus,#contact-us-form form textarea:focus{
	border:2px solid;
}
#contact-us-form  ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #242121;
}
#contact-us-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #242121;
   opacity:  1;
}
#contact-us-form  ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #242121;
   opacity:  1;
}
#contact-us-form :-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #242121;
}
#contact-us-form form textarea{
	
	border:2px solid #e0e0e0;
	width:100%;
	padding:0px;
	padding-bottom:10px;
	color:#242121;
	font-size:15px;
	font-family:"Open Sans",sans-serif;
	font-weight:normal;
	padding:18px;
	height:170px;
	overflow:hidden;
	
	background:none;
	MARGin-top:30px;
}
#contact-us-form .message3-btn{
	
	
	text-align:center;
	float:none;
	margin:0 auto;
	margin-top:45px;
	
	
}
#contact-us-form .message3-btn .submit{
	border:2px solid #1874c1;
	color:#1874c1;
}
#contact-us-form .message3-btn .submit:hover{
	color:#fff;
	background:#1874c1;
	
}
#contact-us-form .message3-btn .submit:focus{
	
	border:2px solid #1874c1;
	
}
#contact-us-form .message3-btn a{
	display:block;
	color:#242121;
	font-size:14px;
	font-weight:normal;
	font-family: "Cabin",sans-serif;
	line-height:41px;
}
#contact-page-title{
	background:url("../images/conbg.jpg") no-repeat scroll center center !important;
}
.line1,.line2{
	background-color:#f4bc16 !important;
}
/*team new*/
.content-team-big:before{
	top: -25px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
    transition: all 0.3s ease-in;
    cursor: pointer;
    border-left: 135px solid transparent;
    border-right: 135px solid transparent;
	border-bottom: 25px solid #f4bc16;
}
.content-team-big{
	position:relative;
	background:#f4bc16;
	margin:0px;
	text-align:center;
	padding:10px 30px 18px 30px;
	
	bottom:-79px;
	margin-top:-90px;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
	
}
.team-big-image:hover .content-team-big{
	bottom:0px;
}

.team-big-image{
	position:relative;
	
	overflow:hidden;
}
.content-team-big h4{
	margin:0px;
	font-family:'Cabin', sans-serif;
	font-weight:700;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:4px;
	
	
}
.content-team-big p{
	color:#fff;
}
.margin-both{
	    margin-right: -15px !important;
    margin-left: -15px !important;
}

.content-team-big p{
	color:#fff;
	margin-bottom:7px;
}
.social-agents{
	
	padding:0px;
}
.social-agents li{
	display:inline;
}
.social-agents li a i{
	
	
	
	text-align:center;
	
	color:#fff;
	
	margin-right:5px;
}
.social-agents li a i:hover{
	color:#333333;
	
}





<!------------------------------------------------------------------------------------------------>













