@import url(http://fonts.googleapis.com/css?family=Roboto:400,700);

body {
  font-family: Roboto,sans-serif;
}

a {
  color: #22A7F0;
  text-decoration: none;
}

a:focus,a:hover {
  color: #838383;
  text-decoration: underline;
}

.navbar-brand {
  padding: 5px 15px 20.5px;
}

.btn-primary {
  color: #fff;
  background-color: #22A7F0;
  border-color: transparent;
}

.btn-primary.active,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1F98DB;
  border-color: transparent!important;
}

.breadcrumb {
  background-color: transparent;
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
  color: #fff;
  background-color: #22A7F0;
  border-color: #22A7F0;
}

.pagination>li>a,.pagination>li>span {
  color: #22A7F0;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
  color: #1F98DB;
  background-color: #eee;
  border-color: #ddd;
}

.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover {
  background-color: #22A7F0;
}

.form-control:focus {
  border-color: #22A7F0;
}

.header {
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-nav>ul>li>a {
  color: #22A7F0;
}

.site-nav>ul>li>a:hover {
  color: #fff;
}

.site-nav>ul>li:hover {
  background-color: #e77108;
}

.site-nav>ul>li:hover a {
  color: #FFF;
}

.site-nav>ul>li.active {
  background-color: #22A7F0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.site-nav>ul>li.active a {
  color: #FFF;
}

.site-nav>ul>li>.sub-menu {
  color: #FFF;
  background-color: #e77108!important;
}

.site-nav>ul>li>.sub-menu a {
  color: #FFF!important;
}

ul.sub-menu:before {
  color: #22A7F0;
}

.site-nav>ul>li>ul>li {
  border-bottom-color: rgba(7,7,7,.22);
}

.site-nav>ul>li>ul>li:last-child {
  display: block;
  width: 100%;
  margin: 0;
  border: none;
}

.site-nav li:hover .sub-menu {
  background: #22A7F0;
}

.sub-menu a {
  color: #FFF;
}

.sub-menu a:hover {
  background-color: rgba(5,5,5,.09);
}

.page-header {
  color: #FFF;
  background-color: #000;
  margin-top: 10px;
  margin-bottom: 0;
}

.page-header a {
  color: #F1F1F1;
}

.page-header h1 small {
  color: rgba(255,255,255,.52);
  margin-left: 10px;
}

.slicknav_menu {
  background: #22A7F0;
}

.slicknav_nav a:hover {
  text-decoration: none;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #22A7F0;
}

.slicknav_menu .slicknav_menutxt {
  color: #22A7F0;
}

nav {
  display: block;
}

.right {
  float: right;
  margin-left: 1em;
}

form label {
  color: #959595;
  font-size: .9em;
  font-weight: 400;
}

form .form-control {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #959595;
  margin: 0 0 20px;
  padding: 20px;
  border: 2px solid #ddd;
  height: 45px;
}

form textarea.form-control {
  height: auto;
}

form.form-alt {
  margin: 30px 150px 10px 0;
}

form.search .form-control {
  background: #f9f9f9;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

form.search .input-group-addon {
  background: #f9f9f9;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.menu-wrapper {
  position: relative;
  z-index: 10;
  font-family: Roboto,sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 2px;
  padding-bottom: 2px;
}

.menu-wrapper .menu {
  margin: 0;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.menu-wrapper .menu>li {
  position: relative;
  display: inline-block;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
}

.menu-wrapper a.menu-link {
  display: none;
  padding: .7em 0;
}

.menu-wrapper a {
  display: block;
  position: relative;
  padding: 0 .5em;
  margin: 0 .2em;
  line-height: 1.3em;
  color: #666;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.menu-wrapper a:hover {
  border-bottom: 1px solid rgba(255,255,255,.9);
  transition: all .5s;
}

.menu-wrapper .menu>.current-menu-ancestor>a,.menu-wrapper .menu>.current-menu-item>a {
  position: relative;
  z-index: 12;
  background: #22A7F0;
  color: #FFF;
  border-bottom: 1px solid transparent;
}

.menu-wrapper .menu>.current-menu-ancestor>a:hover,.menu-wrapper .menu>.current-menu-item>a:hover {
  background: #666;
}

.menu-wrapper .menu>.current-menu-ancestor>a:hover:after,.menu-wrapper .menu>.current-menu-item>a:hover:after {
  border-top-color: #666;
}

.menu-wrapper .menu>.current-menu-ancestor>a:after,.menu-wrapper .menu>.current-menu-item>a:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255,255,255,0);
  border-top-color: #22A7F0;
  border-width: 5px;
  left: 50%;
  margin-left: -5px;
}

.menu-wrapper li+li a:before {
  position: absolute;
  left: -.5em;
  top: .2em;
  color: #fff;
  opacity: .8;
  font-family: Arial,Verdana,sans-serif;
}

.menu-wrapper .sub-menu {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 5px 0 0 -.7em;
  padding: 3px 0 0;
  position: absolute;
  max-height: 0;
  overflow: hidden;
  list-style: none outside none;
  text-align: left;
  text-transform: none;
}

.menu-wrapper .sub-menu li {
  display: block;
  background: #15B662;
  margin-left: .7em;
  margin-right: .7em;
}

.menu-wrapper .sub-menu a {
  margin: 0;
  white-space: nowrap;
  line-height: 1.8em;
  border: none;
  color: #FFF;
}

.menu-wrapper .sub-menu a:hover {
  background: #1CDD78;
}

.menu-wrapper .sub-menu li:last-child {
  padding-bottom: .26em;
}

.menu-wrapper .sub-menu li:last-child a {
  border-bottom: 1px dashed #FFF;
}

.menu-wrapper li:hover .sub-menu {
  max-height: 30em;
  transition: max-height .5s;
}

@media screen and (max-width:768px) {
  .js .menu-wrapper nav[role=navigation] {
    overflow: hidden;
    max-height: 0;
  }

  .js .menu-wrapper nav[role=navigation].active {
    max-height: 30em;
    transition: max-height .5s ease-out;
  }

  .menu-wrapper a.menu-link {
    display: block;
    width: auto;
    padding-right: 15px;
    padding-left: 10px;
    border: none;
    margin: 0;
    background: #EBEBEB;
    color: #22A7F0;
  }

  .menu-wrapper a.menu-link:hover {
    background: #EBEBEB;
    color: #22A7F0;
  }

  .menu-wrapper a.menu-link.active .ico-caret-down:before {
    content: "\f0d8";
  }

  .menu-wrapper .menu .menu {
    padding-bottom: 5px;
  }

  .menu-wrapper .menu li {
    display: block;
    border: 1px solid pink;
    border: none;
  }

  .menu-wrapper .menu>li {
    padding: 0;
    border: none;
  }

  .menu-wrapper .menu>li+li {
    border-top: 1px dashed #FFF;
  }

  .menu-wrapper .menu a {
    padding: .5em 0;
    margin: 0;
    border: none;
  }

  .menu-wrapper .menu a:hover {
    background: #1FDB79;
  }

  .menu-wrapper .menu .rightalign {
    float: none;
  }

  .menu-wrapper li+li a:before {
    content: "";
  }

  .menu-wrapper li:hover .sub-menu {
    max-height: 0;
    transition: none;
  }

  .menu-wrapper .sub-menu {
    background: 0 0;
    margin-left: 0;
    margin-top: 1px;
    display: block;
    width: 100%;
  }

  .menu-wrapper .sub-menu li,.menu-wrapper .sub-menu li a {
    margin: 0;
    display: block;
    width: 100%;
  }

  .menu-wrapper .sub-menu a {
    padding-left: .8em;
  }

  .menu-wrapper .sub-menu a:hover {
    background: #1CDD78;
  }

  .menu-wrapper .sub-menu li {
    border-bottom: 1px dashed #FFF;
  }

  .menu-wrapper .sub-menu li:last-child {
    padding: 0;
  }

  .menu-wrapper .sub-menu li:last-child a {
    border: none;
  }

  .menu-wrapper .menu .has-subnav {
    position: relative;
  }

  .menu-wrapper li .sub-menu.active {
    max-height: 30em;
    overflow: visible;
    position: relative;
    z-index: 9;
    transition: max-height .5s ease-out;
  }

  .menu-wrapper .toggle-link {
    height: 59px;
    width: 60px;
    display: block;
    position: absolute;
    right: 0;
    z-index: 200;
    font-size: 0;
    cursor: pointer;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }

  .menu-wrapper .toggle-link:hover {
    transition: all .2s;
    background: #1CDD78;
  }

  .menu-wrapper .menu .has-subnav>.toggle-link:after {
    content: "\f0d7";
    position: absolute;
    width: 50px;
    top: 50%;
    margin-top: -15px;
    bottom: 50%;
    right: 4px;
    font-size: 28px;
    color: #666;
  }

  .menu-wrapper .menu .has-subnav>.toggle-link.active:after {
    content: "\f0d8";
    margin-top: -18px;
  }
}

.top-bar {
  background: #ebebeb;
  background: -moz-linear-gradient(top,rgba(235,235,235,1)0,rgba(211,211,211,1)100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(235,235,235,1)),color-stop(100%,rgba(211,211,211,1)));
  background: -webkit-linear-gradient(top,rgba(235,235,235,1)0,rgba(211,211,211,1)100%);
  background: -o-linear-gradient(top,rgba(235,235,235,1)0,rgba(211,211,211,1)100%);
  background: -ms-linear-gradient(top,rgba(235,235,235,1)0,rgba(211,211,211,1)100%);
  background: linear-gradient(to bottom,rgba(235,235,235,1)0,rgba(211,211,211,1)100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#d3d3d3', GradientType=0);
  padding-top: 5px;
  padding-bottom: 10px;
  color: #666;
}

.form-search .search-query,.form-search .search-query:first-child,.form-search .search-query:last-child {
  padding: 0 17px;
  width: 100%;
  margin-top: 20px;
}

.input-group .form-control:last-child {
  padding: 0 17px 0 10px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.form-search .btn {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.search-only {
  position: relative;
  margin-bottom: 10px;
}

.search-only:before {
  position: absolute;
  top: 10px;
  left: 3px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 18px;
  color: #d3d7d7;
  content: "\f002";
  z-index: 20;
}

.search-only .form-control:last-child {
  padding-left: 40px;
}

.circle-shape {
  color: #FFF;
  font-size: 50px;
  background-color: #e77108;
  padding: 15px 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  margin-top: 10px;
  width: 100px;
  height: 100px;
  display: inline-block;
}

.circle-small {
  color: #FFF;
  font-size: 36px;
  background-color: #e77108;
  padding: 14px 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  margin-top: 10px;
  width: 75px;
  height: 75px;
  display: inline-block;
}

a.thumbnail:hover {
  border-color: #e77108;
}

.circle-shape-light {
  color: #22A7F0;
  font-size: 64px;
  background-color: #d3d7d7;
  padding: 15px 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  margin-top: 10px;
  width: 120px;
  height: 120px;
  display: inline-block;
}

.circle-shape i {
  color: #FFF;
}

.circle-shape img {
  width: 64px;
  height: auto;
}

h1,h2,h3,h4,h5,h6 {
  font-family: Roboto,sans-serif;
}

.site-nav ul {
  font-family: Roboto,sans-serif;
  font-weight: 500;
}

.short-summary {
  display: inline-block;
}

.short-summary h3 {
  color: #e77108;
}

.panel-background {
  position: relative;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.panel-background .img-thumbnail {
  margin-right: 4px;
  margin-bottom: 4px;
}

.solid-color {
  color: #22A7F0!important;
}

.block-title {
  margin: 0;
  padding: 2px;
}

.hightlight-box {
  background-color: #F3F3F3;
  border-left: #22A7F0 solid 4px;
}

.news-title {
  font-size: 18px;
}

.news-list {
  padding-left: 10px;
  list-style-type: none;
  font-size: 16px;
  line-height: 24px;
}

.news-list a {
  color: #FFF;
}

.news-list li {
  background-color: #22A7F0;
  border-bottom: solid 2px #FDFDFD;
  padding: 7px 5px;
}

.news-list li:before {
  font-family: FontAwesome;
  content: "\f02e";
  margin-right: 4px;
  text-decoration: none;
  color: #FFF;
}

.latest-article {
  padding: 0;
  line-height: 22px;
  box-sizing: border-box;
  position: relative;
}

.mrgn-btm3 {
  margin-bottom: 30px!important;
}

.mrgn-btm2 {
  margin-bottom: 20px!important;
}

.mrgn-btm1 {
  margin-bottom: 10px!important;
}

.mrgn-top3 {
  margin-top: 30px!important;
}

.mrgn-top2 {
  margin-top: 20px!important;
}

.mrgn-top1 {
  margin-top: 10px!important;
}

.product-thumbnail {
  margin-right: 5px;
  margin-left: 5px;
}

.product-thumbnail a {
  color: #22A7F0;
}

.product-thumbnail:hover {
  background-color: #22A7F0;
}

.product-thumbnail:hover a {
  color: #FFF;
}

.news-slider .text-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,.42);
  padding: 1em;
  width: 30%;
  height: 100%;
}

.news-slider .text-content h2 {
  margin: 0;
  color: #22A7F0;
}

.news-slider .text-content p {
  margin: 1em 0;
  color: #FFF;
}

@media screen and (max-width:60em) {
  .news-slider .text-content h2 {
    font-size: 24px!important;
  }

  .news-slider .text-content {
    width: 50%;
  }
}

.news-slider .text-content a.button-link {
  padding: .25em .5em;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.news-slider .image-content {
  line-height: 0;
}

.news-slider .image-content img {
  max-width: 100%;
}

.news-slider .news-pager {
  text-align: right;
  display: block;
  margin: .2em 0 0;
  padding: 0;
  list-style: none;
}

.news-slider .news-pager li {
  display: inline-block;
  padding: .6em;
  margin: 0 0 0 1em;
}

.news-slider .news-pager li.sy-active a {
  color: #31ace2;
}

.news-slider .news-pager li a {
  font-weight: 500;
  text-decoration: none;
  display: block;
  color: #222;
}

.footer-warp {
  color: #FFF;
  background-color: #22A7F0;
  padding-top: 20px;
}

.footer-bottom {
  background-color: rgba(0,0,0,.16);
  padding-bottom: 20px;
  padding-top: 20px;
}

.footer-warp a {
  color: rgba(255,255,255,.75);
}

.footer-warp h3 {
  color: rgba(0,0,0,.4);
}

.sidebar-wide #accordion a {
  color: #22A7F0;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #22A7F0;
  background-color: #FFF;
}

blockquote .text {
  padding: 5px;
}

blockquote .text:before {
  content: "\f10d";
  font-size: 20px;
  font-family: FontAwesome;
  font-weight: 700;
  color: #999;
  margin-right: 4px;
}

blockquote .text:after {
  content: "\f10e";
  font-size: 20px;
  font-family: FontAwesome;
  font-weight: 700;
  color: #999;
  margin-left: 4px;
}

.corporate-goals h4 {
  color: #22A7F0;
}

.team-member {
  overflow: hidden;
  position: relative;
}

.member-info {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  max-width: 100%;
}

.team-member .member-info .caption {
  background-color: rgba(0,0,0,.78);
  position: absolute;
  bottom: 10px;
  left: 0;
  color: #22A7F0;
  white-space: nowrap;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (max-width:991px) {
  .team-member {
    margin: 0 auto 35px;
    max-width: 270px;
  }
}

.team-member a img {
  opacity: 1;
  -webkit-transform: scale(1,1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1,1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}

.team-member a:hover img {
  opacity: 2;
  -webkit-transform: scale(1.05,1.07);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1.05,1.07);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}

.team-member h4 {
  margin: 0;
}

.team-member small {
  color: #FFF;
}

.socialmedia-icon {
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  background: #CCC;
  border-radius: 25px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  text-decoration: none;
}

a.socialmedia-icon {
  text-decoration: none;
}

.social-icons {
  border-top: 1px dotted #CCC;
  text-align: center;
  padding-top: 5px;
}

#Grid .mix {
  opacity: 0;
  display: none;
}

.portfolio-item {
  overflow: hidden;
  position: relative;
}

@media (max-width:991px) {
  .portfolio-item {
    margin: 0 auto 35px;
    max-width: 270px;
  }
}

.portfolio-item a {
  overflow: hidden;
  display: inline-block;
  position: relative;
}

.thumb-icon {
  display: inline-block;
  position: absolute;
  z-index: 5;
  left: 4px;
  top: 4px;
  color: #FFF;
  background-color: #22A7F0;
  padding-top: 2px;
  padding-right: 4px;
  padding-bottom: 2px;
  padding-left: 4px;
}

.portfolio-item a img {
  opacity: 1;
  -webkit-transform: scale(1,1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1,1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}

.portfolio-item a:hover img {
  opacity: 2;
  -webkit-transform: scale(1.05,1.07);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1.05,1.07);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}

.portfolio-item h3 {
  margin: 0;
  white-space: nowrap;
}

.portfolio-item {
  color: #FFF;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0!important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none!important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader {
  display: none;
}

button.mfp-arrow,button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace;
}

.mfp-close:focus,.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow .mfp-a,.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow .mfp-b,.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left .mfp-a,.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left .mfp-b,.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right .mfp-a,.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right .mfp-b,.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width:900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

#main-slider .item img {
  display: block;
  width: 100%;
  min-height: 500px;
}

#main-slider .slider-caption {
  background-color: rgba(2,2,2,.6);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 0;
  color: #FFF;
}

.slider-caption h3 {
  color: #22A7F0;
}

.flickr-stream ul {
  list-style: none;
  padding: 2px;
  margin: 0;
}

.flickr-stream ul li {
  float: left;
  margin: 2px;
}

.flickr-stream img {
  width: 50px;
  height: 50px;
}

.newsletter button {
  color: #22A7F0;
  background-color: #D7D8D8;
  border: solid 2px #D7D8D8;
}

.newsletter button:active,.newsletter button:focus,.newsletter button:hover {
  color: #22A7F0;
  background-color: #CCC;
  border-color: #CCC;
}

.latest-news .thumbnail {
  padding: 5px;
  border: solid 1px #CCC;
  position: relative;
}

.latest-news .item {
  padding: 10px;
}

.news-date {
  background-color: #22A7F0;
  position: absolute;
  color: #FFF;
  padding: 2px 5px;
  font-size: 24px;
  font-weight: 900;
  text-align: right;
  display: table;
  line-height: 24px;
  z-index: 3;
}

.news-date span {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
}

.h-colored {
  color: #22A7F0!important;
}

.testimonials {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 16px;
}

.testimonials .container {
  max-width: 820px;
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-controls .owl-nav[class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.owl-theme .owl-controls .owl-nav[class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
 /*  -webkit-backface-visibility: visible; */
 /*  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease; */
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
  background: #e77108;
}

ul#filterOptions li {
  margin-right: 2px;
}

ul.ourHolder-v {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  -ms-padding-start: 0!important;
  -moz-padding-start: 0!important;
  -o-padding-start: -v 0!important;
  -webkit-padding-start: 0!important;
  padding-start: 0!important;
}

ul.ourHolder-v li.item {
  width: 180px!important;
  float: left;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  overflow: hidden;
}

ul.ourHolder-v li.item h3 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
}

.portfolio-thumb-v {
  position: relative;
}

.portfolio-thumb-v img {
  width: 152px!important;
  max-width: 152px!important;
  height: 150px!important;
  min-height: 150px!important;
  margin-bottom: 5px;
}

ul.ourHolder {
  display: block;
  width: 970px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  -ms-padding-start: 0!important;
  -moz-padding-start: 0!important;
  -o-padding-start: 0!important;
  -webkit-padding-start: 0!important;
  padding-start: 0!important;
}

ul.ourHolder li.item {
  width: 300px;
  float: left;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  overflow: hidden;
}

@media (max-width:40em) {
  ul.ourHolder {
    position: relative;
    overflow: hidden;
    width: 100%!important;
  }

  ul.ourHolder li.item {
    position: relative;
    width: 95%;
    height: auto;
    overflow: auto;
  }

  .portfolio-thumb {
    height: auto;
  }

  .portfolio-thumb img {
    max-width: 100%;
    height: auto;
  }
}

@media (min-width:41em) and (max-width:63em) {
  ul.ourHolder {
    position: relative;
    overflow: hidden;
    width: 100%!important;
  }

  ul.ourHolder li.item {
    position: relative;
    width: 48%;
    height: auto;
    overflow: auto;
  }

  .portfolio-thumb {
    height: auto;
  }

  .portfolio-thumb img {
    max-width: 100%;
    height: auto;
  }
}

ul.ourHolder li.item h3 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
}

.portfolio-thumb {
  position: relative;
}

.portfolio-thumb img {
  width: 300px!important;
  max-width: 300px!important;
  height: 200px!important;
  min-height: 200px!important;
  margin-bottom: 5px;
}

.item-holder {
  position: relative;
  display: block;
  overflow: hidden;
}

.item-holder img {
  opacity: 1;
  -webkit-transform: scale(1,1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1,1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}

.item-holder:hover img {
  opacity: 2;
  -webkit-transform: scale(1.05,1.07);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1.05,1.07);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}

ul.ourHolder li.item .thumbnail,ul.ourHolder-v li.item .thumbnail {
  border: 1px solid #E8B126!important;
}

#map {
  height: 400px;
  margin-bottom: 20px;
}

.contact-page h2 {
  margin-top: 0;
}

.tbl-pricing-table {
  display: block;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: 50px 0;
  border: 1px solid #ccc;
}

.tbl-pricing-table:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 0 0 13px 2px #d7d7d7;
}

.tbl-price-title {
  background: #22A7F0;
  font-size: 28px;
  color: #fff;
  text-align: center;
  height: 120px;
  padding: 10px 0;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.tbl-price {
  position: relative;
  height: 75px;
}

.tbl-price-value {
  font-size: 54px;
  color: #504f4f;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  line-height: 102px;
  text-align: center;
  position: absolute;
  left: 25%;
  top: -60px;
  border: 4px solid #fff;
  text-shadow: 1px 1px 0 #fff;
  background: #dedede;
}

.tbl-pricing-table:hover .tbl-price-value {
  background: #22A7F0;
  color: #fff;
}

.tbl-price-list li {
  list-style: none;
  text-align: center;
  border-top: 1px solid #F1F1F1;
  color: #504f4f;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.tbl-price-list li:hover {
  background: #22A7F0;
  color: #fff;
  border-top: 1px solid #fff;
}

.tbl-price-list li {
  line-height: 50px;
  font-size: 16px;
  position: relative;
  margin-left: -40px;
}

.tbl-price-host {
  background: #22A7F0;
  border: 0;
  color: #fff;
  font-size: 20px;
  padding: 5px 20px;
  text-align: center;
  margin: 10px auto 20px;
  display: table;
}

.tbl-price-host:hover {
  background: #e9595d;
}

.tbl-price-hover {
  display: inline-block;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.tbl-price-list li:hover .bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #ACACAC transparent;
  display: block;
  width: 0;
  z-index: -100;
  left: -15px;
  top: 45px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tbl-price-list li:hover .tbl-price-hover {
  position: absolute;
  width: 12px;
  height: 50px;
  background: #22A7F0;
  z-index: 100;
  left: -10px;
}

.tbl-price-list li:hover {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.tbl-price-list li:hover:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 50px;
  background: #22A7F0;
  z-index: 100;
  left: -10px;
  border-color: #0d9077 transparent;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.price-ribbon {
  position: absolute;
  top: 10px;
  right: -30px;
  padding: 8px 37px;
  background-color: #f98b6e;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 18px;
}

.animated-slider {
  position: relative;
  overflow: hidden;
  max-height: 500px;
}

.animated-slider .slide .title {
  color: #fff;
  font-weight: 700;
  background: #22A7F0;
  padding: 10px 5px;
  line-height: 20px;
  text-transform: uppercase;
  display: table;
  margin: 0;
  white-space: nowrap;
  width: auto;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
}

.animated-slider .slide .title:after {
  clear: both;
  display: table;
}

.animated-slider .slide .short-desc {
  padding: 10px;
  color: #FFF;
  font-size: 100%;
  line-height: 20px!important;
  display: table;
  background-color: rgba(0,0,0,.6);
  text-transform: none;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
}

.popular .post-des {
  padding-left: 70px;
}

.popular li small {
  font-size: 11px;
}

.popular li p {
  margin: 0;
  line-height: 14px;
}

.popular li h5 {
  margin-top: 0;
}

.tags {
  zoom: 1;
  padding-left: 0;
}

.tags:after,.tags:before {
  content: '';
  display: table;
}

.tags:after {
  clear: both;
}

.tags li {
  position: relative;
  float: left;
  margin: 0 0 8px 12px;
  list-style: none;
}

.tags li:active {
  margin-top: 1px;
  margin-bottom: 7px;
}

.tags li:after {
  content: '';
  z-index: 2;
  position: absolute;
  top: 10px;
  right: -2px;
  width: 5px;
  height: 6px;
  opacity: .95;
  background: #22A7F0;
  border-radius: 3px 0 0 3px;
}

.tags a,.tags span {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tags a {
  height: 26px;
  line-height: 23px;
  padding: 0 9px 0 8px;
  font-size: 12px;
  color: #555;
  text-decoration: none;
  text-shadow: 0 1px #fff;
  background: #fafafa;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #dadada #d2d2d2 #c5c5c5;
  border-radius: 3px 0 0 3px;
  background-image: -webkit-linear-gradient(top,#fcfcfc,#f0f0f0);
  background-image: -moz-linear-gradient(top,#fcfcfc,#f0f0f0);
  background-image: -o-linear-gradient(top,#fcfcfc,#f0f0f0);
  background-image: linear-gradient(to bottom,#fcfcfc,#f0f0f0);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.7),0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.7),0 1px 2px rgba(0,0,0,.05);
}

.tags a:hover span {
  padding: 0 7px 0 6px;
  max-width: 40px;
}

.tags span {
  position: absolute;
  top: 1px;
  left: 100%;
  z-index: 2;
  overflow: hidden;
  max-width: 0;
  height: 24px;
  line-height: 21px;
  padding: 0 0 0 2px;
  color: #fff;
  text-shadow: 0 -1px rgba(0,0,0,.3);
  background: #22A7F0;
  border: 1px solid;
  border-color: #22A7F0;
  border-radius: 0 2px 2px 0;
  opacity: .95;
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  -webkit-transition-property: padding,max-width;
  -moz-transition-property: padding,max-width;
  -o-transition-property: padding,max-width;
  transition-property: padding,max-width;
}

.blog-entry {
  border-bottom: 1px solid #e3e3e3;
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  position: relative;
}

.blog-entry .entry-thumbnail {
  float: left;
  margin-right: 20px;
}

.blog-entry h4 {
  margin: 0;
}

.blog-entry .meta {
  display: block;
}

.blog-entry .date {
  color: #999;
}

.blog-entry .comment-counter {
  background: #22A7F0;
  width: 24px;
  height: 19px;
  font-size: 11px;
  color: #fff;
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 20px;
  text-align: center;
  line-height: 20px;
}

.blog-entry .comment-counter:after {
  content: "";
  border-right: 5px solid transparent;
  border-top: 5px solid #22A7F0;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -3px;
}

.loading {
  background: #22A7F0;
  color: #FFF;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  width: 450px;
  margin: 0 auto;
  display: none;
  border-radius: 5px;
}

.blog-timeline {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.cat-line {
  color: #999;
  border-top: solid 1px #F7F7F7;
  width: 100%;
  display: block;
  padding-top: 10px;
}

.blog-meta {
  font-size: 45%;
  font-family: Arial,Helvetica,sans-serif;
}

.blog-timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #22A7F0;
  left: 20%;
  margin-left: -10px;
}

.blog-timeline>li {
  position: relative;
}

.blog-timeline>li .timeline-time {
  display: block;
  width: 25%;
  padding-right: 100px;
  position: absolute;
}

.blog-timeline>li .timeline-time span {
  display: block;
  text-align: right;
}

.blog-timeline>li .timeline-time span:first-child {
  font-size: .9em;
  color: #bdd0db;
}

.blog-timeline>li .timeline-time span:last-child {
  font-size: 28px;
  color: #22A7F0;
}

.blog-timeline>li:nth-child(odd) .timeline-time span:last-child {
  color: #22A7F0;
}

.blog-timeline>li .timeline-label {
  margin: 0 0 30px 27%;
  background: #e9eef1;
  color: #22A7F0;
  padding: 2em;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  border-radius: 5px;
}

.blog-timeline>li:nth-child(odd) .timeline-label {
  background: #e9eef1;
  color: #22A7F0;
}

.blog-timeline>li .timeline-label h2 {
  margin-top: 0;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(255,255,255,.4);
}

.blog-timeline>li .timeline-label:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #e9eef1;
  border-width: 10px;
  top: 10px;
}

.blog-timeline>li:nth-child(odd) .timeline-label:after {
  border-right-color: #e9eef1;
}

.blog-timeline>li .timeline-icon {
  width: 64px;
  height: 64px;
  font-family: ecoico;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-size: 1.4em;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #fff;
  background: #e9eef1;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #22A7F0;
  text-align: center;
  left: 19%;
  top: -10px;
  margin: 0 0 0 -30px;
}

.timeline-icon-phone:before {
  content: "\e000";
}

.timeline-icon-screen:before {
  content: "\e001";
}

.timeline-icon-mail:before {
  content: "\e002";
}

.timeline-icon-earth:before {
  content: "\e003";
}

@media screen and (max-width:65.375em) {
  .blog-timeline>li .timeline-time span:last-child {
    font-size: 1.5em;
  }
}

@media screen and (max-width:47.2em) {
  .blog-timeline:before {
    display: none;
  }

  .blog-timeline>li .timeline-time {
    width: 100%;
    position: relative;
    padding: 0 0 20px;
  }

  .blog-timeline>li .timeline-time span {
    text-align: left;
  }

  .blog-timeline>li .timeline-label {
    margin: 0 0 30px;
    padding: 1em;
    font-weight: 400;
    font-size: 95%;
  }

  .blog-timeline>li .timeline-label:after {
    right: auto;
    left: 20px;
    border-right-color: transparent;
    border-bottom-color: #22A7F0;
    top: -20px;
  }

  .blog-timeline>li:nth-child(odd) .timeline-label:after {
    border-right-color: transparent;
    border-bottom-color: #e9eef1;
  }

  .blog-timeline>li .timeline-icon {
    position: relative;
    float: right;
    left: auto;
    margin: -70px 5px 0 0;
  }
}

.caption {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.caption::before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: 0 0;
  transition: background .35s ease-out;
}

.caption:hover::before {
  background: rgba(0,0,0,.5);
}

.caption__media {
  display: block;
  min-width: 100%;
  max-width: 100%;
  height: auto;
}

.caption__overlay {
  background-color: rgba(0,0,0,.52);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: -webkit-transform .35s ease-out;
  transition: transform .35s ease-out;
}

.caption:hover .caption__overlay {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -o-transform: translateY(0);
}

.caption a {
  color: #FFF;
}

.preview-icon {
  display: inline-block;
  position: absolute;
  top: 40%;
  right: 35%;
  font-size: 24px;
  background-color: #22A7F0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 14px;
  padding-top: 10px;
}

.link-icon {
  display: inline-block;
  position: absolute;
  top: 40%;
  right: 53%;
  font-size: 24px;
  background-color: #22A7F0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 14px;
  padding-top: 10px;
}

.timeline-label p {
  color: #000;
}

.post-img {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #ddd;
  border-bottom-color: #ddd;
}

.post-meta {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ddd;
  color: #999;
}

.post-content {
  line-height: 20px;
  color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.comments-area {
  margin: 43px 0 40px;
  border-top: 1px solid #dedede;
  padding-top: 20px;
  list-style: none;
}

.comments-title {
  font-size: 30px;
  margin-bottom: 20px;
}

.comments-area ol {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

comment-list {
  list-style: none;
}

.comments-area li {
  padding: 26px 0 5px;
}

.comment {
  list-style: none;
}

.comments-area ol.children li {
  padding: 10px 0 0 70px;
}

.comments-area ol.children ol ol li {
  padding-left: 0;
}

.comment-meta {
  position: relative;
}

.comment-metadata {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin: 8px 0 16px 100px;
  padding: 15px 0;
}

.comment-author a {
  position: relative;
  font-size: 1.4em;
  font-family: Roboto,sans-serif;
}

.comment-author img {
  max-width: 70px;
  height: auto;
  margin-right: 28px;
  float: left;
}

.reply {
  position: absolute;
  right: 0;
  top: 49px;
}

.comment-content {
  padding: 0 0 9px 100px;
}

.comment-respond {
  margin-top: 0;
}

.comment-reply-title {
  margin: 0 0 22px;
  font-size: 30px;
}

form.contact-form {
  margin: 0 auto;
}

p.comment-form-author,p.comment-form-email,p.comment-form-url {
  margin-bottom: 10px;
  font-family: Roboto,sans-serif;
}

p.comment-form-comment:before,p.contact-form-message:before {
  display: table;
  content: " ";
}

.comment-respond p.form-submit {
  text-align: center;
  margin-top: 40px;
}

.comment-form input,.comment-form textarea {
  text-align: center;
}

@media (max-width:570px) {
  .comments-area ol.children li {
    padding: 30px 0 0 30px;
  }

  p.comment-form-author,p.comment-form-email,p.comment-form-url,p.contact-form-email,p.contact-form-name,p.contact-form-subject {
    float: none;
    padding: 0 8px 0 0;
    width: 100%;
  }

  p.contact-form-message {
    padding-right: 8px;
  }
}

.our-skills {
  color: #FFF;
  background-color: #22A7F0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.chart {
  position: relative;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 20px 0;
  height: 150px;
}

.percent {
  font-family: Arial,sans-serif;
  display: block;
  position: absolute;
  top: 35%;
  left: 50%;
  font-size: 50px;
  margin-top: -.2em;
  margin-left: -.55em;
  z-index: 2;
}

.gallery-grid {
  max-width: 69em;
  list-style: none;
  margin: 30px auto;
  padding: 0;
}

.gallery-grid li {
  display: block;
  float: left;
  padding: 0;
  width: 32%;
  opacity: 0;
  margin: 5px;
}

@media (max-width:480px) {
  .gallery-grid li {
    display: block;
    float: left;
    padding: 0;
    width: 100%;
    opacity: 0;
  }
}

@media (max-width:970px) and (min-width:480px) {
  .gallery-grid li {
    display: block;
    float: left;
    padding: 0;
    width: 48%;
    opacity: 0;
  }
}

.gallery-grid li.shown,.no-cssanimations .gallery-grid li,.no-js .gallery-grid li {
  opacity: 1;
}

.gallery-grid li a,.gallery-grid li img {
  outline: 0;
  border: none;
  display: block;
  max-width: 100%;
}

.gallery-grid li .fixed-caption {
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: rgba(0,0,0,.54);
  color: #fff;
  padding: 10px 5px;
  width: 100%;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  transition: -webkit-transform .35s ease-out;
  transition: transform .35s ease-out;
}

.gallery-grid li:hover .fixed-caption {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -o-transform: translateY(100%);
}

.gallery-grid.effect {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.gallery-grid.effect li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotateX(-80deg);
  transform: rotateX(-80deg);
  -webkit-animation: flip .8s ease-in-out forwards;
  animation: flip .8s ease-in-out forwards;
}

@-webkit-keyframes flip {
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flip {
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

.project-meta {
  color: #999;
}

.skills-ul i {
  color: #22A7F0;
}

.search-btn {
  font-size: 18px;
}

#search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: rgba(0,0,0,.7);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translate(0px,-100%) scale(0,0);
  -moz-transform: translate(0px,-100%) scale(0,0);
  -o-transform: translate(0px,-100%) scale(0,0);
  -ms-transform: translate(0px,-100%) scale(0,0);
  transform: translate(0px,-100%) scale(0,0);
  opacity: 0;
}

#search.open {
  -webkit-transform: translate(0px,0) scale(1,1);
  -moz-transform: translate(0px,0) scale(1,1);
  -o-transform: translate(0px,0) scale(1,1);
  -ms-transform: translate(0px,0) scale(1,1);
  transform: translate(0px,0) scale(1,1);
  opacity: 1;
  z-index: 80000;
}

#search input[type=search] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #fff;
  background: rgba(0,0,0,0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0;
  display: block;
  margin: 0 auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: 0;
}

#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  opacity: 1;
  padding: 10px 17px;
  font-size: 50px;
}

.faq-cat-content {
  padding-top: 20px;
}

.panel-faq .panel-heading {
  background-color: transparent;
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
  color: #22A7F0;
  border: 0;
  border-bottom: 2px solid #22A7F0;
  cursor: default;
  background-color: transparent;
}

.post-video iframe {
  width: 100%;
  height: 290px;
}

.post-item {
  margin-bottom: 40px;
}

.highlighted {
  background-color: #e77108;
  color: #FFF !important;
  border-radius: 10px;
}

.highlighted a:hover,.highlighted a {
  color: #FFF !important;
}

.slicknav_nav .highlighted {
  background-color: inherit;
  color: #FFF !important;
}

.products-show {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url(../images/home-pattern.jpg);
  background-repeat: repeat;
  min-height: 200px;
  color: #FFF;
}

.products-show .img-responsive {
  width: 100%;
  height: auto;
}

.products-show .btn-buy {
  background-color: #FFF;
  border-color: #FFF;
}

.products-show .btn-buy:hover {
  color: #e77108;
}

.products-show .btn-outline {
  background-color: transparent;
  border-color: #FFF;
  color: #FFF;
}

.video-thumb {
  display: inline-block;
  position: relative;
}

.video-thumb:hover .play-v {
  opacity: 1;
}

.play-v {
  position: absolute;
  top: 30%;
  left: 41%;
  opacity: .8;
}

.inline-block {
  display: inline-block!important;
}

.features {
  margin-top: 30px;
  margin-bottom: 30px;
}

.features-list {
  list-style: none;
}

.features-list li:before {
  content: "\f00c";
  font-family: FontAwesome;
  margin-right: 5px;
  display: inline-block;
  color: #90ee90;
}

.well {
  position: relative;
}

.ribbon-corner {
  position: absolute;
  left: -12px;
  top: -12px;
}

.andicon {
  color: #e77108;
}

.offer-price {
  font-size: 24px;
}

.price {
  font-size: 36px;
  color: #e77108;
}

.badge.red {
  background-color: #e74c3c;
}

.hint {
  color: #e74c3c;
  font-size: 12px;
}

.lead {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.top-nav {
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #ecf0f1;
  font-size: 12px;
}

.top-nav ul {
  list-style: none;
  margin: 0;
}

.top-nav ul li {
  display: inline-block;
  margin-right: 20px;
}

.top-nav a {
  color: #22A7F0;
}

@media screen and (max-width:800px) {
  .top-nav ul {
    text-align: center;
  }

  .products-slider .owl-nav {
    display: none!important;
  }
}

/* === New Slider Styles === */
.products-show {
  background: linear-gradient(135deg, #e8f4f8 0%, #dceef5 100%) !important;
  background-image: none !important;
  background-color: #e8f4f8 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: auto !important;
  color: #333 !important;
}

.products-show .container {
  padding-left: 15px;
  padding-right: 15px;
}

.products-slider {
  position: relative;
  overflow: visible;
}

.products-slider .owl-stage-outer {
  overflow: hidden !important;
}

.products-slider .slide-inner {
  display: grid;
  grid-template-columns: 48% 1fr;
  grid-template-rows: auto 1fr;
  align-items: center;
  min-height: 360px;
  padding: 40px 70px;
  margin: 0 auto;
  column-gap: 20px;
}

.products-slider .slide-title {
  grid-column: 1;
  grid-row: 1;
  margin-left: 30px;
}

.products-slider .slide-title h3 {
  font-size: 38px;
  font-weight: 800;
  color: #1a1a2e !important;
  line-height: 1.2;
  margin-bottom: 18px;
  margin-top: 0;
  white-space: nowrap;
}

.products-slider .slide-text {
  grid-column: 1;
  grid-row: 2;
  max-width: 500px;
  padding-right: 40px;
  margin-left: 30px;
}

.products-slider .slide-text p {
  font-size: 15px;
  font-weight: 400;
  color: #4a4a4a !important;
  line-height: 1.7;
  margin-bottom: 28px;
}

.products-slider .slide-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.products-slider .btn-learn-more {
  background: #2a6086 !important;
  color: #fff !important;
  padding: 11px 22px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none !important;
  display: inline-block;
  border: none;
}

.products-slider .btn-learn-more:hover {
  background: #1e4a6a !important;
  color: #fff !important;
  text-decoration: none !important;
}

.products-slider .btn-purchase {
  background: #2c3e50 !important;
  color: #fff !important;
  padding: 11px 22px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none !important;
  display: inline-block;
  border: none;
}

.products-slider .btn-purchase:hover {
  background: #1a2a38 !important;
  color: #fff !important;
  text-decoration: none !important;
}

.products-slider .btn-learn-more i,
.products-slider .btn-purchase i {
  margin-right: 6px;
}

.products-slider .slide-image {
  grid-column: 2;
  grid-row: 1 / 3;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 30px;
}

.products-slider .slide-image img {
  max-width: 100%;
  max-height: 300px;
  width: auto;
  height: auto;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  border-radius: 6px;
  object-fit: contain;
}

/* Navigation Arrows */
.products-slider .owl-nav {
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
}

.products-slider .owl-nav button.owl-prev,
.products-slider .owl-nav button.owl-next,
.products-slider .owl-prev,
.products-slider .owl-next {
  position: absolute !important;
  top: 45% !important;
  transform: translateY(-50%);
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background: #2a6086 !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px !important;
  line-height: 44px !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer;
  transition: background 0.3s ease;
  border: none !important;
  outline: none !important;
  text-align: center;
}

.products-slider .owl-nav button.owl-prev:hover,
.products-slider .owl-nav button.owl-next:hover,
.products-slider .owl-prev:hover,
.products-slider .owl-next:hover {
  background: #1e4a6a !important;
}

.products-slider .owl-nav button.owl-prev,
.products-slider .owl-prev {
  left: 8px !important;
  right: auto !important;
}

.products-slider .owl-nav button.owl-next,
.products-slider .owl-next {
  right: 8px !important;
  left: auto !important;
}

.products-slider .owl-prev i,
.products-slider .owl-next i {
  color: #fff !important;
  font-size: 14px;
  line-height: 1;
}

/* Remove old :before pseudo-element arrows from all.min.css */
.products-slider div.owl-next:before,
.products-slider div.owl-prev:before {
  content: none !important;
  display: none !important;
}

/* Pager Dots */
.products-slider .owl-dots {
  text-align: center !important;
  padding: 5px 0 30px !important;
  margin: 0 !important;
  display: block !important;
  width: 100%;
  position: relative;
}

.products-slider .owl-dots .owl-dot {
  display: inline-block !important;
  zoom: 1;
}

.products-slider .owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  background: #ccc !important;
  margin: 0 5px !important;
  display: block !important;
  transition: background 0.3s ease;
}

.products-slider .owl-dots .owl-dot.active span {
  background: #2a7f8b !important;
}

/* Responsive: Tablet */
@media screen and (max-width: 900px) {
  .products-slider .slide-inner {
    display: flex;
    flex-direction: column;
    padding: 40px 30px;
    text-align: center;
  }

  .products-slider .slide-title {
    order: 1;
    margin-left: 0;
    width: 100%;
  }

  .products-slider .slide-image {
    order: 2;
    text-align: center;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .products-slider .slide-text {
    order: 3;
    max-width: 100%;
    padding-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }

  .products-slider .slide-title h3 {
    font-size: 32px;
  }

  .products-slider .slide-buttons {
    justify-content: center;
  }

  .products-slider .slide-image img {
    max-width: 80%;
    max-height: 260px;
  }
}

/* Responsive: Mobile */
@media screen and (max-width: 480px) {
  .products-slider .slide-inner {
    padding: 30px 15px;
    min-height: auto;
  }

  .products-slider .slide-title h3 {
    font-size: 28px;
    white-space: normal;
  }

  .products-slider .slide-text p {
    font-size: 14px;
  }

  .products-slider .slide-image img {
    max-width: 100%;
    max-height: 220px;
  }

  .products-slider .btn-learn-more,
  .products-slider .btn-purchase {
    padding: 10px 18px;
    font-size: 12px;
  }
}

.news-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.news-section .owl-nav {
  display: none!important;
}

.latest-news .item {
  position: relative;
}

.latest-news .thumbnail {
  min-height: 350px;
  max-height: 350px;
  overflow: hidden;
}

.latest-news .news-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 5px;
  padding-right: 10px;
  background-color: rgba(255,255,255,.9);
}

.social-btm a {
  color: #FFF;
}

.project-screens .owl-nav {
  display: none!important;
}

.cont-list-unstyled ul {
  padding-left: 0;
  list-style: none;
}

.nav-tabs {
  border-bottom: 5px solid #22A7F0!important;
}

.nav-tabs li {
  color: #2d3e50!important;
  background: #FFF!important;
  margin-right: 3px!important;
  border-radius: none!important;
  border-bottom: 1px solid #22A7F0!important;
  outline: 0!important;
}

.nav-tabs li:hover {
  background: #F9F9F9!important;
}

.nav-tabs li a {
  font-size: 16px!important;
  font-weight: 600!important;
  color: #2d3e50!important;
  background: none!important;
  border-radius: none!important;
  border: none!important;
  outline: 0!important;
}

.nav-tabs li.active {
  color: #eff0f2!important;
  background: #22A7F0!important;
  border-bottom: 1px solid #22A7F0!important;
  outline: 0!important;
}

.nav-tabs li.active a {
  color: #eff0f2!important;
  background: none!important;
  border: none!important;
  outline: 0!important;
}

@media screen and (max-width:1000px) {
  .nav-tabs li {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width:40em) {
  .other-product {
    font-size: 16px !important;
  }

  img {
    max-width: 100%;
    height: auto;
  }
});

@media screen and (min-width:40em) {
  .sub-menu .sub-menu:before {
    font-family: FontAwesome;
    content: '\f0da';
    position: absolute;
    color: #FFF;
    left: -10px;
    top: 0;
    font-size: 16px;
  }

  .sub-menu .sub-menu {
    width: 100px!important;
    position: absolute!important;
    top: 65px!important;
    right: -95px!important;
    background: #e77108!important;
    font-size: 14px!important;
    display: none!important;
    border-radius: 5px!important;
    padding: 10px 5px 0!important;
    text-align: left!important;
  }

  .sub-menu>ul {
    position: absolute!important;
    right: -19px!important;
    background: #e77108!important;
    display: none!important;
  }

  .sub-menu>li:hover>ul {
    display: block!important;
  }

  .sub-menu .sub-menu li:last-child {
    padding-bottom: 0!important;
  }
}

.footer-menu {
  position: relative;
  top: -10px;
}

.footer-menu,.footer-menu li {
  list-style: none;
  display: inline;
}

.footer-menu li:after {
  content: ' | ';
}

.footer-menu li:last-child:after {
  content: '';
}

.optimize-mob {
  max-width: 90% !important;
}