/*
* Author: Wisely Themes
* Author URI: http://www.wiselythemes.com
* Theme Name: Bizzie
* Version: 1.0
*/

/* Table of Content
==================================================
	#Variables
	#Mixins
	#Imports
	#Sections backgrounds
	#Typography
	#General
	#Header
	#Navigation
	#Home
	#About
	#Offices detail/grid
	#Gallery detail/grid
	#FAQ
	#Pricing Tables
	#404 Error
	#Blog
	#Login/Register
	#Contacts
	#Footer
	#PrettyPhoto Skin Override*/

/* Imports
================================================== */
@import url("font-awesome.min.css");
@import url("../../css/notosans-jp.css");
/* import FontAwesome stylesheet */

/* #Sections backgrounds
================================================== */
#our-services {
  background-image: url(../images/services.html);
}
#hire-us {
  background-image: url(../images/background-countup.html);
}
#our-clients {
  background-image: url(../images/background-clients.html);
}
#follow-us {
  background-image: url(../images/background-clients.html);
}
#home-blog-hero {
  background-image: url(../images/home-blog-bg.html);
}
#hire-me {
  background-image: url(../images/background-countup.html);
}
#portfolio-highlight {
  background-image: url(../images/portfolio-me.html);
}
#corporate-highlight {
  background-image: url(../images/corporate-1.html);
}
#testimonials-portfolio {
  background-image: url(../images/background-testimonials.html);
}
#get-in-touch {
  background-image: url(../images/home-portfolio-contact.html);
}
#twitter-feed {
  background-image: url(../images/background-twitter.html);
}
#page-title {
  background-image: url(../images/background-blog.html);
}
#page-title-2 {
  background-image: url(../images/background-about.html);
}
#pricing-tables-2.pattern-bg {
  background: url(../images/patterns/pattern6.jpg);
}
.pricing-2 #trial {
  background-image: url(../images/trial-plan.html);
}
.pricing-2 #pro {
  background-image: url(../images/pro-plan.html);
}
.pricing-2 #premium {
  background-image: url(../images/premium-plan.html);
}
#countup {
  background-image: url(../images/background-countup.html);
}
/* #Typography
================================================== */
a:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*  font-family: 'Pretendard'; */
  color: #02baa6;
  font-weight: 300;
  margin: 0 0 34px;
  /*text-rendering: optimizelegibility;*/
}
h1 {
  font-size: 26pt;
}
h2 {
  font-size: 22pt;
}
h3 {
  font-weight: 500;
  font-size: 16pt;
}
h4 {
  font-size: 14pt;
}
h5 {
  font-size: 11pt;
}
/* #General
================================================== */
html {
  overflow: auto;
}
body {
  padding: 0;
  height: 100%;
  color: var(--main-black-7c);
  overflow: hidden;
  background-color: #fff;
  font-size: 15px;
  font-family: "Pretendard", sans-serif;
  line-height: 1.7;
}
::selection {
  background: var(--main-black-7c);
  color: #fff;
}
::-moz-selection {
  background: var(--main-black-7c);
  color: #fff;
}
.color {
  color: #02baa6;
}
a {
  color: #02baa6;
}
a:hover,
a:focus {
  color: var(--main-black-7c);
}
iframe[src="about:blank"] {
  display: none;
}
p {
  margin: 0 0 20px;
}
img {
  max-width: 100%;
  border: 0 none;
  vertical-align: middle;
}
#wrapper {
  position: relative;
  overflow: hidden;
  left: 0;
  z-index: 99;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
#wrapper::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: transparent;
  content: "";
  z-index: 1002;
  opacity: 0;
  -webkit-transition:
    opacity 0.5s,
    width 0.1s 0.5s,
    height 0.1s 0.5s;
  transition:
    opacity 0.5s,
    width 0.1s 0.5s,
    height 0.1s 0.5s;
}
#wrapper.open {
  -webkit-transform: translate3d(300px, 0, 0);
  -moz-transform: translate3d(300px, 0, 0);
  -ms-transform: translate3d(300px, 0, 0);
  -o-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
#wrapper.open::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
section {
  padding: 120px 0;
  background-color: #fff;
}
.center {
  float: none;
  text-align: center;
  margin: inherit auto;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.padding-top {
  padding-top: 120px;
}
.padding-bottom {
  padding-bottom: 120px;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.half-padding-top {
  padding-top: 60px !important;
}
.half-padding-bottom {
  padding-bottom: 60px !important;
}
.form-control {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: none;
  border-color: #e1e4e7;
  color: #606367;
  height: 41px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-control:focus {
  box-shadow: none;
  outline: 0 none;
  border-color: #9b9fa3;
}
.form-control-large,
.form-control-small {
  width: 345px;
  display: inline-block;
  margin: 0 10px;
}
.form-control-large .chzn-container,
.form-control-small .chzn-container,
.form-control-large .form-control,
.form-control-small .form-control {
  margin-bottom: 15px;
  width: 100%;
}
.form-control-small {
  width: 188px;
}
.colored .form-control,
.gradient-bg .form-control {
  color: #fff;
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.colored .form-control:focus,
.gradient-bg .form-control:focus {
  background-color: rgba(255, 255, 255, 0.3);
}
.colored .form-control::-webkit-input-placeholder,
.gradient-bg .form-control::-webkit-input-placeholder {
  color: #fff;
}
.colored .form-control:-moz-placeholder,
.gradient-bg .form-control:-moz-placeholder {
  color: #fff;
}
.colored .form-control::-moz-placeholder,
.gradient-bg .form-control::-moz-placeholder {
  color: #fff;
}
.colored .form-control:-ms-input-placeholder,
.gradient-bg .form-control:-ms-input-placeholder {
  color: #fff;
}
.invalid {
  border-color: #f23030 !important;
}
[data-animation-delay] {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.animate-fade {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.animate-from-top {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.animate-from-bottom {
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.animate-from-left {
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  transform: translateX(-40px);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.animate-from-right {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.animation-fade {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
}
.animation-from-bottom,
.animation-from-top {
  -webkit-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
  -moz-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
  -o-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
  transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
}
.animation-from-left,
.animation-from-right {
  -webkit-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
  -moz-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
  -o-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
  transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
}
.btn {
  font-size: 13px;
  height: 50px;
  line-height: 36px;
  padding: 4px 15px;
  border-width: 3px;
  overflow: hidden;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
}
.btn:active,
.btn.active {
  box-shadow: none;
}
.btn i {
  margin-right: 5px;
  font-size: 22px;
  position: relative;
  top: 1px;
}
.btn-default,
.btn-color,
.btn-light,
.btn-danger,
.btn-success {
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
}
.btn-default,
.btn-default:focus {
  background-color: #fff;
  border-color: #02baa6;
  color: #02baa6;
}
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-color: #02baa6;
  border-color: #02baa6;
  color: #fff;
}
.btn-color,
.btn-color:focus {
  background-color: #02baa6;
  border-color: #02baa6;
  color: #fff;
}
.btn-color:hover,
.btn-color:active,
.btn-color.active,
.open .dropdown-toggle.btn-color {
  background-color: #fff;
  border-color: #02baa6;
  color: #02baa6;
}
.btn-light,
.btn-light:focus {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-light:hover,
.btn-light:active,
.btn-light.active,
.open .dropdown-toggle.btn-light {
  background-color: #fff;
  color: #02baa6;
}
.btn-danger,
.btn-danger:focus,
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active {
  color: #fff !important;
  background-color: #da4f49 !important;
  border-color: #c72f29;
}
.btn-large {
  height: 70px;
  line-height: 66px;
  font-size: 18px;
  padding: 0 20px;
}
.btn-small {
  height: 31px;
  line-height: 28px;
  font-size: 12px;
  padding: 0 12px;
  border-width: 2px;
}
.btn-icon i {
  margin-right: 0;
}
.btn-small i {
  font-size: 17px;
}
.btn-large i {
  font-size: 36px;
  top: 3px;
}
form .btn,
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
}
.section-title {
  position: relative;
  margin-bottom: 35px;
  margin-left: 14px;
  clear: both;
  display: inline-block;
  width: auto;
  color: var(--sub-black);
  text-transform: uppercase;
}
.section-title:before {
  content: "";
  background-color: var(--point);
  height: 26px;
  width: 6px;
  position: absolute;
  top: 6px;
  left: -15px;
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
}
h2.section-title:before {
  height: 22px;
  top: 5px;
}
.colored .section-title {
  color: #fff;
}
.colored .section-title::before {
  background-color: #fff;
}
.row-table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}
.row-table > div {
  display: table-cell;
  float: none;
  height: 100%;
  vertical-align: top;
}
.row-table > div.col-sm-offset-1 {
  padding-left: 8.33333%;
}
.row-table > div.col-sm-offset-2 {
  padding-left: 16.6667%;
  padding-right: 40px;
}
.section-highlight {
  overflow: hidden;
  padding: 0;
}
.section-highlight-2 {
  overflow: visible;
  padding: 0;
}
.highlight-heading {
  font-size: 31pt;
  font-weight: 500;
  margin-bottom: 40px;
}
.highlight-heading.ucase {
  text-transform: uppercase;
}
.highlight-text {
  /*  font-family: 'Pretendard'; */
  font-size: 14pt;
  color: var(--main-black-7c);
  margin-bottom: 30px;
  padding: 0 10px;
  word-wrap: break-word;
}
.highlight-img {
  padding: 0;
  margin: 0;
  min-height: 0;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.highlight-img img {
  max-width: none;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 15px;
}
.padding-img {
  padding-bottom: 60%;
}
.highlight-img-2 img {
  max-width: 100%;
  position: relative;
  top: -50px;
}
.page-title {
  color: #fff;
  text-align: left;
  margin-bottom: 15px;
  font-weight: 400;
}
.text-highlight {
  background-color: #02baa6;
  color: #fff;
  padding: 20px 15px;
  font-size: 20pt;
  line-height: 22pt;
  /*  font-family: 'Pretendard'; */
  font-weight: 300;
  margin-bottom: 30px;
}
.text-highlight strong {
  font-weight: 500;
}
.owl-carousel {
  margin: 20px 0;
  padding: 45px;
  min-height: 84px;
}
.owl-carousel .owl-item .item {
  text-align: center;
}
.owl-carousel > .owl-nav {
  height: 0;
}
.owl-carousel > .owl-nav .owl-prev,
.owl-carousel > .owl-nav .owl-next {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  margin: -25px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  background-color: #fff;
  color: #02baa6;
  border: 2px solid #02baa6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.owl-carousel > .owl-nav .owl-prev:hover,
.owl-carousel > .owl-nav .owl-next:hover {
  color: #fff;
  background-color: #02baa6;
}
.owl-carousel > .owl-nav .owl-prev {
  left: -70px;
}
.owl-carousel > .owl-nav .owl-next {
  right: -70px;
}
.owl-carousel:hover > .owl-nav .owl-prev {
  opacity: 0.8;
  left: -30px;
}
.owl-carousel > .owl-nav .owl-prev:hover {
  opacity: 1;
}
.owl-carousel:hover > .owl-nav .owl-next {
  opacity: 0.8;
  right: -30px;
}
.owl-carousel > .owl-nav .owl-next:hover {
  opacity: 1;
}
.owl-carousel > .owl-nav .owl-prev::before,
.owl-carousel > .owl-nav .owl-next::before {
  font-family: "FontAwesome";
  font-size: 34px;
  display: inline-block;
  content: "\f104";
  margin-right: 4px;
}
.owl-carousel > .owl-nav .owl-next::before {
  content: "\f105";
  margin-left: 4px;
  margin-right: 0;
}
.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 4px 4px;
  background: transparent;
  display: block;
  border: 2px solid #02baa6;
  -webkit-backface-visibility: visible;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.8;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #02baa6;
  opacity: 1;
}
#page-title,
#page-title-2 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  text-align: left;
  background-color: transparent;
}
.breadcrumb a {
  color: #fff;
}
.breadcrumb > li + li:before {
  color: #fff;
  padding: 0px;
}
.tooltip-inner {
  white-space: nowrap;
  background-color: #fff;
  color: #606367;
  border: 1px solid #e1e4e7;
  font-family: "Pretendard", sans-serif;
}
.tooltip.in {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #e1e4e7;
}
.tooltip.top .tooltip-arrow:after {
  content: "";
  position: absolute;
  left: -5px;
  border-color: transparent;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-top-color: #fff;
  margin-top: -6px;
  right: 0;
  top: 50%;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #e1e4e7;
}
.tooltip.bottom .tooltip-arrow:after {
  content: "";
  position: absolute;
  border-color: transparent;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0 5px 5px;
  border-bottom-color: #fff;
  left: 50%;
  margin-left: -5px;
  top: 1px;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #e1e4e7;
}
.tooltip.right .tooltip-arrow:after {
  content: "";
  position: absolute;
  border-color: transparent;
  height: 0;
  width: 0;
  border-style: solid;
  border-right-color: #fff;
  border-width: 5px 5px 5px 0;
  left: 1px;
  margin-top: -5px;
  top: 50%;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #e1e4e7;
}
.tooltip.left .tooltip-arrow:after {
  content: "";
  position: absolute;
  left: -6px;
  border-color: transparent;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #fff;
  margin-top: -5px;
  right: 0;
  top: 50%;
}
.chzn-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100% !important;
  margin-bottom: 10px;
  zoom: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.chzn-container .chzn-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #e2e3e5;
  color: #606367;
}
.chzn-container.chzn-with-drop .chzn-drop {
  left: 0;
}
.chzn-container a {
  cursor: pointer;
}
.chzn-container-single .chzn-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 15px;
  height: 41px;
  background-color: rgba(255, 255, 255, 0.1);
  background-clip: padding-box;
  color: #606367;
  text-decoration: none;
  white-space: nowrap;
  line-height: 41px;
  border: 1px solid #e1e4e7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.chzn-container-single .chzn-default {
  color: #606367;
}
.chzn-container-single .chzn-single span {
  display: block;
  overflow: hidden;
  margin-right: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chzn-container-single .chzn-single-with-deselect span {
  margin-right: 60px;
}
.chzn-container-single .chzn-single abbr {
  position: absolute;
  top: 13px;
  right: 48px;
  display: block;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.chzn-container-single .chzn-single abbr:before {
  content: "\f00d";
}
.chzn-container-single .chzn-single abbr:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.chzn-container-single .chzn-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 38px;
  height: 100%;
}
.chzn-container-single .chzn-single div:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 80%;
  margin-top: 10%;
  border-left: 1px solid #e1e4e7;
}
.chzn-container-single .chzn-single div b {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  text-align: center;
}
.chzn-container-single .chzn-single div b:before {
  content: "\f078";
}
.chzn-container-single .chzn-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chzn-container-single .chzn-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid rgba(96, 99, 103, 0.5);
  background-color: #fff;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chzn-container-single .chzn-search:before {
  content: "\f002";
  position: absolute;
  top: 9px;
  right: 10px;
  color: #606367;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.chzn-container-single .chzn-drop {
  border-radius: 4px;
  background-clip: padding-box;
}
.chzn-container-single.chzn-container-single-nosearch .chzn-search {
  position: absolute;
  left: -9999px;
}
.chzn-container .chzn-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 4px 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chzn-container .chzn-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.chzn-container .chzn-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chzn-container .chzn-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chzn-container .chzn-results li.highlighted {
  background-color: rgba(2, 186, 166, 0.9);
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.chzn-container .chzn-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chzn-container .chzn-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chzn-container .chzn-results li.group-option {
  padding-left: 15px;
}
.chzn-container .chzn-results li em {
  font-style: normal;
  text-decoration: underline;
}
.chzn-container-multi .chzn-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  margin-bottom: 25px;
  width: 100%;
  height: auto !important;
  border-bottom: 1px solid #e1e4e7;
  background-color: transparent;
  cursor: text;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: auto;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #606367;
  font-size: 100%;
  font-family: "Pretendard", sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chzn-container-multi .chzn-choices li.search-field .default {
  color: #606367;
}
.chzn-container-multi .chzn-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 0px 28px 0 14px;
  border: 1px solid #e1e4e7;
  background-color: rgba(255, 255, 255, 0.5);
  color: #606367;
  line-height: 30px;
  cursor: default;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 8px;
  right: 12px;
  display: block;
  width: 12px;
  height: 12px;
  color: #606367;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.chzn-container-multi
  .chzn-choices
  li.search-choice
  .search-choice-close:before {
  content: "\f00d";
}
.chzn-container-multi
  .chzn-choices
  li.search-choice
  .search-choice-close:hover {
  text-decoration: none;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.chzn-container-multi .chzn-choices li.search-choice-disabled {
  color: #9b9fa3;
}
.chzn-container-multi .chzn-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi
  .chzn-choices
  li.search-choice-focus
  .search-choice-close {
  background-position: -42px -10px;
}
.chzn-container-multi .chzn-drop {
  margin-top: -30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chzn-container-active .chzn-single {
  -webkit-transition: border-color 0.3s ease-out;
  -moz-transition: border-color 0.3s ease-out;
  -ms-transition: border-color 0.3s ease-out;
  -o-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
}
.chzn-container-active.chzn-with-drop .chzn-single {
  border-color: #9b9fa3;
}
.chzn-container-active.chzn-with-drop .chzn-single div {
  border-left: none;
  background: transparent;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -18px 2px;
}
.chzn-disabled {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}
.chzn-rtl {
  text-align: right;
}
.chzn-rtl .chzn-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chzn-rtl .chzn-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chzn-rtl .chzn-single-with-deselect span {
  margin-left: 38px;
}
.chzn-rtl .chzn-single div {
  right: auto;
  left: 3px;
}
.chzn-rtl .chzn-single abbr {
  right: auto;
  left: 26px;
}
.chzn-rtl .chzn-choices li {
  float: right;
}
.chzn-rtl .chzn-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chzn-rtl .chzn-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chzn-rtl .chzn-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chzn-rtl.chzn-container-single-nosearch .chzn-search,
.chzn-rtl .chzn-drop {
  left: 9999px;
}
.chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chzn-rtl .chzn-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div {
  border-right: none;
}
.chzn-rtl .chzn-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("chzn-sprite.html") no-repeat -30px -20px;
  background: url("chzn-sprite.html") no-repeat -30px -20px;
  direction: rtl;
}
.chzn-rtl.chzn-container-single .chzn-single div b {
  background-position: 6px 2px;
}
.chzn-rtl.chzn-container-single.chzn-with-drop .chzn-single div b {
  background-position: -12px 2px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) {
  .chzn-rtl .chzn-search input[type="text"],
  .chzn-container-single .chzn-single abbr,
  .chzn-container-single .chzn-single div b,
  .chzn-container-single .chzn-search input[type="text"],
  .chzn-container-multi .chzn-choices .search-choice .search-choice-close,
  .chzn-container .chzn-results-scroll-down span,
  .chzn-container .chzn-results-scroll-up span {
    background-image: url("chzn-sprite%402x.html") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
.colored .chzn-container .chzn-drop {
  background-color: #ffffff;
  color: #606367;
}
.colored .chzn-container-single .chzn-single {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: none;
  text-decoration: none;
}
.colored .chzn-container-single .chzn-default {
  color: #fff;
  text-decoration: none !important;
}
.colored .chzn-container-single .chzn-single div:after {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.colored .chzn-container-single:hover .chzn-single div b {
  color: inherit;
}
.colored .chzn-container-single .chzn-search input[type="text"] {
  border: 1px solid rgba(96, 99, 103, 0.5);
  background-color: #fff;
}
.colored .chzn-container-single .chzn-search:before {
  color: #606367;
}
.colored .chzn-container .chzn-results li.disabled-result {
  color: #ccc;
}
.colored .chzn-container .chzn-results li.highlighted {
  background-color: rgba(2, 186, 166, 0.9);
  color: #fff;
}
.colored .chzn-container-multi .chzn-choices {
  border-color: rgba(255, 255, 255, 0.5);
}
.colored
  .chzn-container-multi
  .chzn-choices
  li.search-field
  input[type="text"] {
  background: transparent !important;
  color: #fff;
}
.colored .chzn-container-multi .chzn-choices li.search-field .default {
  color: #fff;
}
.colored .chzn-container-multi .chzn-choices li.search-choice {
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.colored
  .chzn-container-multi
  .chzn-choices
  li.search-choice
  .search-choice-close {
  color: #fff;
  text-decoration: none;
}
.colored .chzn-container-multi .chzn-drop .result-selected {
  color: #ccc;
}
.colored
  .chzn-container-active
  .chzn-choices
  li.search-field
  input[type="text"] {
  color: #fff !important;
}
/* Revolution Slider Overrides */
.rev_slider_wrapper {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0 auto;
  background-color: #f1f3f6;
}
.tp-loader.spinner2 {
  background-color: #fff;
}
.bizzie.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 50%;
}
.bizzie.tparrows:hover {
  background: #02baa6;
}
.bizzie.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}
.bizzie.tparrows.tp-leftarrow:before {
  content: "\e82c";
  margin-left: -3px;
}
.bizzie.tparrows.tp-rightarrow:before {
  content: "\e82d";
  margin-right: -3px;
}
.tp-bannertimer {
  height: 7px;
  background-color: rgba(255, 255, 255, 0.25);
}
.g-recaptcha {
  display: inline-block;
}
.grid-style .item,
.list-style .item {
  margin: 0 auto 50px;
  text-align: left;
  position: relative;
}
.grid-style .item .image,
.list-style .item .image {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.grid-style .item .image img,
.list-style .item .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.grid-style .item .image > a,
.list-style .item .image > a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  background-color: rgba(2, 186, 166, 0.85);
  z-index: 9;
  text-align: center;
  visibility: hidden;
  text-decoration: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.grid-style .item .image > a i,
.list-style .item .image > a i {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: -50px;
  margin-bottom: -25px;
  margin-left: -25px;
  z-index: 2;
  left: 50%;
  border-width: 2px;
  font-size: 16pt;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  padding: 3px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.grid-style .item .image > a i:hover,
.list-style .item .image > a i:hover {
  color: #02baa6;
  background-color: #fff;
}
.grid-style .item .image > a h3,
.list-style .item .image > a h3 {
  text-align: left;
  color: #fff;
  position: absolute;
  bottom: 43px;
  left: 0;
  padding: 0 12px;
}
.grid-style .item .image .gallery-info,
.list-style .item .image .gallery-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 186, 166, 0.85);
  padding: 15px;
  z-index: 9;
  visibility: hidden;
  text-decoration: none;
  text-align: center;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.grid-style .item .image .gallery-info > div,
.list-style .item .image .gallery-info > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.grid-style .item .image .gallery-info h3,
.list-style .item .image .gallery-info h3 {
  color: #fff;
  margin-bottom: 27px;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
}
.grid-style .item .image .gallery-info h3 small,
.list-style .item .image .gallery-info h3 small {
  display: block;
  color: #fff;
  margin-top: 13px;
  text-transform: none;
}
.grid-style .item .image .gallery-info a,
.list-style .item .image .gallery-info a {
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  height: 40px;
  width: 40px;
  margin: 5px;
  font-size: 14pt;
  line-height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.grid-style .item .image .gallery-info a:hover,
.list-style .item .image .gallery-info a:hover {
  background-color: #fff;
  color: #02baa6;
}
.grid-style .item .image:hover .gallery-info,
.list-style .item .image:hover .gallery-info {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.grid-style .item .image:hover img,
.list-style .item .image:hover img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.grid-style .item .image:hover > a,
.list-style .item .image:hover > a {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.grid-style .item .image:hover > a i,
.list-style .item .image:hover > a i {
  bottom: 50%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.grid-style .item > .info-blog,
.list-style .item > .info-blog {
  padding: 20px 0 0;
}
.grid-style .item > .info-blog h3,
.list-style .item > .info-blog h3 {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 15px;
  font-weight: 700;
}
.grid-style .item > .info-blog h3 a,
.list-style .item > .info-blog h3 a {
  color: #4d4f52;
}
.grid-style .item > .info-blog h3 a:hover,
.list-style .item > .info-blog h3 a:hover {
  text-decoration: none;
  color: #02baa6;
}
.grid-style .item > .info-blog h3 small,
.list-style .item > .info-blog h3 small {
  display: block;
  font-style: italic;
  margin-top: 4px;
}
.grid-style .item .top-info,
.list-style .item .top-info {
  padding: 0 0 14px 0;
  margin: 0 0 15px;
  border-bottom: 1px solid #e1e4e7;
  color: #9b9fa3;
  font-size: 13px;
}
.grid-style .item .top-info li,
.list-style .item .top-info li {
  display: inline-block;
  margin-right: 14px;
}
.grid-style .item .top-info li:last-child,
.list-style .item .top-info li:last-child {
  margin-right: 0px;
}
.grid-style .item .top-info li i,
.list-style .item .top-info li i {
  margin-right: 5px;
}
.grid-style .item .top-info li a,
.list-style .item .top-info li a {
  color: #9b9fa3;
}
.grid-style .item .top-info li a:hover,
.list-style .item .top-info li a:hover {
  color: #02baa6;
  text-decoration: none;
}
.grid-style .item.disabled,
.list-style .item.disabled {
  display: none;
}
.list-style .item {
  width: 100%;
  float: left;
}
.list-style .item .image {
  width: 35%;
  float: left;
}
.list-style .item .image img {
  height: 100%;
}
.list-style .item .info-blog {
  width: 60%;
  margin-left: 3%;
  float: left;
  padding-top: 10px;
}
.call-to-action {
  width: 100%;
  padding: 50px 40px;
  background: url(../images/patterns/pattern6.jpg);
  text-align: center;
}
.call-to-action h1,
.call-to-action h2,
.call-to-action h3 {
  display: inline-block;
  color: #606367;
  font-size: 36pt;
  font-weight: 700;
  margin-bottom: 0;
}
.call-to-action .btn {
  position: relative;
  top: -10px;
  margin-left: 35px;
}
/* #Header
================================================== */
#header {
  width: 100%;
  position: relative;
  z-index: 1001;
}
#top-bar {
  width: 100%;
  min-height: 33px;
  font-size: 13px;
  line-height: 33px;
  background-color: #f1f3f6;
  position: relative;
  z-index: 1020;
}
#top-bar a {
  color: #606367;
}
#top-bar a:hover,
#top-bar a:focus {
  color: #02baa6;
  text-decoration: none;
}
#top-info,
.sn-top {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#top-info li,
.sn-top li {
  display: inline-block;
  margin-left: 25px;
}
.sn-top li {
  margin-left: 15px;
}
.sn-top a {
  color: #b7b9bd;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sn-top a:hover {
  color: #74777c;
}
#top-bar .sn-top {
  float: right;
  font-size: 14px;
}
#nav-section .sn-top {
  line-height: 77px;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#nav-section {
  min-height: 77px;
  min-width: 320px;
  padding: 0;
  background-color: #fff;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#nav-section.stuck {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
#nav-section:after {
  content: " ";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 10;
}
#nav-section.shrink {
  min-height: 61px;
  height: 45px;
}
#nav-section.shrink .nav-logo {
  margin: 12px 0 4px;
}
#nav-section.shrink .nav-logo img {
  height: 40px;
  width: auto;
}
#nav-section.shrink .navbar-nav > li > a {
  line-height: 61px;
}
#nav-section.shrink .search-wrap {
  height: 61px;
  line-height: 61px;
}
#nav-section.shrink .sn-top {
  line-height: 61px;
}
#nav-section-container {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.search-wrap {
  position: relative;
  margin-top: 0;
  width: auto;
  min-width: 30px;
  height: 77px;
  line-height: 77px;
  float: right;
  overflow: hidden;
  border-left: 1px solid #efe9f4;
  border-right: 1px solid #efe9f4;
  padding: 0 22px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-backface-visibility: hidden;
}
.search-wrap .btn-search {
  color: #afb1b3;
  cursor: pointer;
  width: 20px;
  font-size: 16pt;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.search-wrap .btn-search:hover {
  color: #02baa6;
}
#search-form {
  position: absolute;
  bottom: 77px;
  right: 0;
  width: 100%;
  background: #fff;
  height: 77px;
  z-index: -1;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  padding-top: 14px;
}
#search-form:after {
  content: " ";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 10;
}
#search-form.open {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 3px;
}
.sb-search-input {
  margin: 0;
  z-index: 10;
  padding: 0 60px 6px 0;
  font-family: inherit;
  color: #606367;
  font-size: 36pt;
  border: 0;
  display: inline-block;
  line-height: 1;
  width: 100%;
}
.sb-search-open .sb-search-input {
  padding: 0 14px;
}
.sb-search-input::-webkit-input-placeholder {
  color: #606367;
}
.sb-search-input:-moz-placeholder {
  color: #606367;
}
.sb-search-input::-moz-placeholder {
  color: #606367;
}
.sb-search-input:-ms-input-placeholder {
  color: #606367;
}
.sb-icon-search,
.sb-search-submit {
  width: 47px;
  height: 47px;
  display: block;
  position: absolute;
  right: 15px;
  top: 0px;
  padding: 0;
  margin: 0;
  line-height: 47px;
  text-align: center;
  cursor: pointer;
}
.sb-search-submit {
  background: #fff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
.sb-icon-search {
  color: #606367;
  z-index: 90;
  font-size: 30pt;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sb-icon-search:hover {
  color: #02baa6;
}
#header.style-2 {
  position: absolute;
  top: 0;
  left: 0;
}
#header.style-2 #nav-section,
#header.style-2 #nav-section-container {
  background-color: transparent;
}
#header.style-2 #nav-section.shrink,
#header.style-2 #nav-section.search-open {
  background-color: rgba(30, 40, 50, 0.9);
}
#header.style-2 #nav-section::after,
#header.style-2 #search-form::after {
  display: none;
}
#header.style-2 .search-wrap {
  border: 0;
}
#header.style-2 .search-wrap .btn-search {
  color: #fff;
}
#header.style-2 .search-wrap .btn-search:hover {
  color: #9b9fa3;
}
#header.style-2 #search-form,
#header.style-2 .sb-search-input {
  background-color: transparent;
  color: #fff;
}
#header.style-2 #search-form.open {
  background-color: rgba(30, 40, 50, 0.9);
}
#header.style-2 .sb-icon-search:hover {
  color: #fff;
}
/* #Navigation
================================================== */
.navbar {
  float: right;
  margin: 0 0 0 0;
  min-height: 0;
  border: none;
  /*  font-family: 'Pretendard'; */
  font-weight: 600;
  font-size: 10pt;
}
.nav-logo {
  float: left;
  margin: 18px 0 4px;
  max-height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-logo img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 44px;
  width: auto;
}
.navbar-nav > li > a {
  padding: 0 15px;
  display: block;
  color: var(--main-black-7c);
  line-height: 77px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav > li > a:hover,
.nav > li > a:focus,
.navbar-nav > li > a.active {
  background-color: transparent;
  color: #02baa6;
}
.navbar-nav > li.dropdown > a .caret {
  border-right: 3px solid rgba(0, 0, 0, 0);
  border-top: 3px solid;
  margin-left: 10px;
}
.navbar-nav .dropdown-menu {
  background-color: #f1f3f6;
  text-align: center;
  padding: 0;
  border: none;
  display: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.176);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.navbar-nav .open > .dropdown-menu,
.navbar-nav .dropdown-menu:hover {
  display: block;
}
.navbar-nav .dropdown-menu > li > a {
  display: block;
  line-height: 46px;
  padding: 0 15px 0 15px;
  border-left: 0px solid #fff;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus,
.navbar-nav .dropdown-menu > li > a.active {
  background-color: #fff;
  color: #02baa6;
}
.navbar-nav .dropdown-submenu {
  position: relative;
}
.navbar-nav .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: -1px;
  /*display:block !important;*/
  max-height: 0;
  overflow: hidden;
}
.navbar-nav .dropdown-submenu:hover > .dropdown-menu {
  max-height: 500px;
  overflow: visible;
}
.navbar-nav .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-left-color: #606367;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 8px;
}
.navbar-nav .dropdown-submenu:hover > a:after {
  border-left-color: #02baa6;
}
.navbar-nav .dropdown-submenu .pull-left {
  float: none;
}
.navbar-nav .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
#nav-mobile-btn {
  background-color: var(--main-black-7c);
  border: 0;
  color: #fff;
  font-size: 28px;
  width: 40px;
  padding: 5px 0;
  line-height: 1;
  text-align: center;
  float: right;
  margin-top: 19px;
  display: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#nav-mobile-btn:active,
#nav-mobile-btn:hover {
  background-color: var(--point);
}
.shrink #nav-mobile-btn {
  margin-top: 9px;
}
.nav-mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  width: 300px;
  height: 100%;
  background: #f7f8fa;
  padding: 15px;
  overflow: auto;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-mobile > i {
  position: absolute;
  top: 6px;
  right: 15px;
  font-size: 28px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.nav-mobile > i:hover,
.nav-mobile > i:active {
  color: #3b3d3f;
  background-color: #f1f3f6;
}
.nav-mobile h2 {
  text-align: center;
  margin: 10px 0 25px;
  color: var(--main-black-7c);
}
.nav-mobile h2 i {
  margin-right: 10px;
}
.nav-mobile a {
  color: #606367;
}
.nav-mobile a:hover {
  color: var(--point);
  text-decoration: none;
}
.nav-mobile a:focus {
  text-decoration: none;
}
.nav-mobile ul {
  list-style: none;
}
.nav-mobile > ul {
  padding: 0;
}
.nav-mobile > ul li {
  margin-bottom: 10px;
}
.nav-mobile > ul li > a {
  margin-bottom: 10px;
  display: block;
}
.nav-mobile > ul li.dropdown > a,
.nav-mobile > ul li.dropdown-submenu > a {
  /*border-bottom:1px solid rgba(0,0,0,0.08);*/
}
.nav-mobile > ul > li {
  margin-bottom: 20px;
  padding-left: 10px;
}
.nav-mobile > ul ul {
  padding-left: 15px;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.nav-mobile::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  display: none;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.nav-mobile.open {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.nav-mobile.open::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition:
    opacity 0.5s,
    width 0.1s 0.5s,
    height 0.1s 0.5s;
  transition:
    opacity 0.5s,
    width 0.1s 0.5s,
    height 0.1s 0.5s;
}
#header.style-2 .navbar-nav > li > a {
  color: #fff;
}
#header.style-2 .nav .open > a,
#header.style-2 .nav .open > a:hover,
#header.style-2 .nav .open > a:focus,
#header.style-2 .nav > li > a:hover,
#header.style-2 .nav > li > a:focus,
#header.style-2 .navbar-nav > li > a.active {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
}
#header.style-2 .navbar-nav .dropdown-menu {
  background-color: rgba(30, 40, 50, 0.9);
}
#header.style-2 .dropdown-menu > li > a {
  color: #9b9fa3;
}
#header.style-2 .navbar-nav .dropdown-menu > li > a:hover,
#header.style-2 .navbar-nav .dropdown-menu > li > a:focus,
#header.style-2 .navbar-nav .dropdown-menu > li > a.active {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
#header.style-2 .navbar-nav .dropdown-submenu:hover > a::after {
  border-left-color: #fff;
}
#header.style-2 .dropdown-menu .divider {
  background-color: rgba(255, 255, 255, 0.1);
}
/* #Home
================================================== */
#home-agency-hero {
  position: relative;
  text-align: center;
  padding: 200px 0 105px;
  overflow: hidden;
  background-position: center center;
  background: transparent;
}
#home-agency-hero:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 40, 50, 0.8);
}
.background-video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}
.slider-title {
  font-size: 50px;
  font-weight: 900;
  color: #fff;
  line-height: 60px;
  position: relative;
}
#home-agency-hero .slider-title {
  position: relative;
  margin-bottom: 37px;
}
#home-agency-hero .slider-title::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  margin-left: -41px;
  height: 2px;
  width: 82px;
  background-color: #02baa6;
}
.slider-subtitle {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  /*  font-family: 'Pretendard'; */
  margin-bottom: 40px;
}
.icon-button {
  width: 44px;
  height: 44px;
  border: 3px solid #9b9fa3;
  color: #9b9fa3;
  display: inline-block;
  font-size: 19px;
  line-height: 37px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.icon-button:focus {
  color: #9b9fa3;
}
.icon-button:hover {
  color: #02baa6;
  border-color: #02baa6;
}
#home-agency-hero .icon-button {
  margin: 40px 0 60px;
}
.action-box {
  background-color: #02baa6;
  padding: 35px 0;
  color: #fff;
  position: relative;
}
.action-box h1,
.action-box h2,
.action-box h3,
.action-box h4,
.action-box h5,
.action-box h6 {
  color: #fff;
  margin: 0;
}
.action-box p {
  margin: 0;
}
.action-box #newsletter {
  padding: 0;
}
.action-box .input-group {
  margin-top: 0 !important;
}
.action-box .social-networks {
  float: none !important;
  text-align: center;
}
.parallax {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  background-size: cover;
}
.pattern-bg {
  position: relative;
  background-image: url("../images/patterns/pattern2.jpg");
  width: 100%;
  height: 200%;
  background-repeat: repeat;
}
.parallax.pattern-bg {
  background-size: auto;
}
.pattern-bg:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f3f6;
  z-index: 0;
  -webkit-opacity: 0.82;
  -moz-opacity: 0.82;
  opacity: 0.82;
}
.light-bg {
  background-color: rgba(255, 255, 255, 0.85);
}
.pattern-bg.colored-bg:before,
.pattern-bg.gradient-bg:before {
  background-color: #02baa6;
}
.pattern-bg.colored-bg .container,
.pattern-bg.gradient-bg .container {
  position: relative;
  z-index: 10;
}
.dark-bg,
.colored-bg,
.gradient-bg {
  border: none;
  color: #fff;
  position: relative;
}
.dark-bg h1,
.colored-bg h1,
.gradient-bg h1,
.dark-bg h2,
.colored-bg h2,
.gradient-bg h2,
.dark-bg h3,
.colored-bg h3,
.gradient-bg h3,
.dark-bg h4,
.colored-bg h4,
.gradient-bg h4,
.dark-bg h5,
.colored-bg h5,
.gradient-bg h5,
.dark-bg h6,
.colored-bg h6,
.gradient-bg h6 {
  color: #fff;
}
.dark-bg:before,
.colored-bg:before,
.gradient-bg:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sub-coolgray-7c);
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 1;
}
.dark-bg .section-title,
.colored-bg .section-title,
.gradient-bg .section-title {
  color: #fff;
}
.dark-bg .section-title:before,
.colored-bg .section-title:before,
.gradient-bg .section-title:before {
  background-color: #fff;
}
.dark-bg .testimonials .item blockquote,
.colored-bg .testimonials .item blockquote,
.gradient-bg .testimonials .item blockquote {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.06);
  color: #fff;
}
.dark-bg .owl-carousel .owl-dots .owl-dot span,
.colored-bg .owl-carousel .owl-dots .owl-dot span,
.gradient-bg .owl-carousel .owl-dots .owl-dot span {
  border: 2px solid #fff;
}
.dark-bg .owl-carousel .owl-dots .owl-dot.active span,
.colored-bg .owl-carousel .owl-dots .owl-dot.active span,
.gradient-bg .owl-carousel .owl-dots .owl-dot.active span,
.dark-bg .owl-carousel .owl-dots .owl-dot:hover span,
.colored-bg .owl-carousel .owl-dots .owl-dot:hover span,
.gradient-bg .owl-carousel .owl-dots .owl-dot:hover span {
  background: #fff;
}
.dark-bg .section-title:before {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.gradient-bg:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4fcca4;
  background: -webkit-linear-gradient(left, #4fcca4, #2964a0);
  background: -o-linear-gradient(left, #4fcca4, #2964a0);
  background: -moz-linear-gradient(left, #4fcca4, #2964a0);
  background: linear-gradient(left, #4fcca4, #2964a0);
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
}
.colored-bg:before,
.action-box:before {
  background-color: #02baa6;
}
.colored-bg #newsletter,
.action-box #newsletter {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}
.colored-bg #newsletter .form-control,
.action-box #newsletter .form-control {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0);
  padding: 0 20px;
  color: #fff;
}
.colored-bg #newsletter .form-control:focus,
.action-box #newsletter .form-control:focus {
  border-color: rgba(255, 255, 255, 0.2);
}
.colored-bg #newsletter .form-control::-webkit-input-placeholder,
.action-box #newsletter .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.colored-bg #newsletter .form-control:-moz-placeholder,
.action-box #newsletter .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.colored-bg #newsletter .form-control::-moz-placeholder,
.action-box #newsletter .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.colored-bg #newsletter .form-control:-ms-input-placeholder,
.action-box #newsletter .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.dark-bg {
  color: #fff;
}
.gray-bg {
  position: relative;
}
.gray-bg:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f3f6;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.colored,
.gray {
  position: relative;
}
.gray .form-control {
  background-color: rgba(255, 255, 255, 0.5);
}
.gray .chzn-container-single .chzn-single {
  background-color: rgba(255, 255, 255, 0.5);
}
.content.colored::before,
.content.gray::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 33.3%;
  height: 100%;
  background-color: #02baa6;
  z-index: 1;
}
.content.gray:before {
  background-color: #f1f3f6;
}
.main {
  padding-top: 90px;
  padding-bottom: 90px;
}
.services .item {
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.services .item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 50%;
  z-index: 1;
  background-color: #d5d5d5;
}
.services .item:last-child::after {
  display: none;
}
.services .item i {
  display: inline-block;
  font-size: 32pt;
  margin-bottom: 35px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  position: relative;
  z-index: 1;
  color: #02baa6;
  border: 4px solid #02baa6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.services .item i::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: #02baa6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition:
    -webkit-transform 0.2s,
    opacity 0.3s;
  -moz-transition:
    -moz-transform 0.2s,
    opacity 0.3s;
  transition:
    transform 0.2s,
    opacity 0.3s;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.services .item i::before {
  speak: none;
  font-size: 32pt;
  line-height: 86px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.services .item h3 {
  width: 90%;
  margin: 0 auto 20px;
  color: #4d4f52;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.services .item p {
  width: 90%;
  margin: 0 auto 30px;
}
.services .item p.hidden {
  display: block !important;
  position: relative;
  z-index: 2;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}
.services .item:hover p.hidden {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  transform: translateY(-25px);
}
.services .item:hover i {
  color: #fff;
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  transform: translateY(-25px);
}
.services .item:hover i::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.services .item:hover h3 {
  color: #02baa6;
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  transform: translateY(-25px);
}
.services a.item p {
  color: #606367;
}
.services-2 .item {
  display: inline-block;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.services-2 .item i {
  display: inline-block;
  font-size: 22pt;
  margin-bottom: 15px;
  color: #02baa6;
  margin-right: 9px;
  position: relative;
  bottom: -3px;
}
.services-2 .item h3 {
  display: inline-block;
  margin: 0 auto 40px;
  color: #4d4f52;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.services-2 .item p {
  margin: 0 auto 15px;
  text-align: center;
}
.services-2 .item p > a {
  font-style: italic;
}
.services-2 a.item p {
  color: #606367;
}
.carousel-style-1 .item {
  position: relative;
  overflow: hidden;
}
.carousel-style-1 .item img {
  width: 100%;
}
.carousel-style-1 .item:hover img {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
.carousel-style-1 .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(2, 186, 166, 0.8);
  z-index: 1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.carousel-style-1 .item:hover::before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.carousel-style-1 .item i {
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 2;
  bottom: -40px;
  margin-bottom: -20px;
  left: 50%;
  margin-left: -20px;
  border-width: 1px;
  font-size: 16pt;
  line-height: 30px;
  text-align: center;
  color: #fff;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 3px;
}
.carousel-style-1 .item i:hover {
  color: #02baa6;
  background-color: #fff;
}
.carousel-style-1 .item:hover i {
  bottom: 50%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.carousel-style-1 .item img,
.carousel-style-1 .item i,
.carousel-style-1 .item::before {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.carousel-style-2 {
  padding: 45px 0;
}
.carousel-style-2 .item {
  position: relative;
  overflow: hidden;
  background-color: rgba(2, 186, 166, 0.65);
  text-align: center;
  color: #fff;
  padding: 25px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.carousel-style-2 .item i {
  display: inline-block;
  font-size: 32pt;
  margin-bottom: 35px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  position: relative;
  z-index: 1;
  color: #fff;
  border: 4px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.carousel-style-2 .item i::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition:
    -webkit-transform 0.2s,
    opacity 0.3s;
  -moz-transition:
    -moz-transform 0.2s,
    opacity 0.3s;
  transition:
    transform 0.2s,
    opacity 0.3s;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.carousel-style-2 .item i::before {
  speak: none;
  font-size: 32pt;
  line-height: 86px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.carousel-style-2 .item h1,
.carousel-style-2 .item h2,
.carousel-style-2 .item h3 {
  margin: 0 auto 20px;
  color: #fff;
  font-weight: 700;
}
.carousel-style-2 .item p {
  margin: 0 auto;
}
.carousel-style-2 .item:hover p.hidden {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  transform: translateY(-25px);
}
.carousel-style-2 .item:hover {
  background-color: #02baa6;
}
.carousel-style-2 .item:hover i {
  color: #02baa6;
}
.carousel-style-2 .item:hover i::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.carousel-style-2 a.item p {
  color: #fff;
}
.gallery-wrapper {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
.gallery-wrapper .gallery-left,
.gallery-wrapper .gallery-right {
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -38px;
  color: #fff;
  z-index: 10;
  cursor: pointer;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30pt;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #02baa6;
}
.gallery-wrapper .gallery-left {
  padding: 10px 10px 12px 15px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.gallery-wrapper .gallery-left::before {
  content: "\f060";
}
.gallery-wrapper .gallery-left:hover {
  left: 0px;
}
.gallery-wrapper .gallery-right {
  padding: 10px 15px 12px 10px;
  right: -10px;
  left: auto;
  -webkit-border-top-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.gallery-wrapper .gallery-right::before {
  content: "\f061";
}
.gallery-wrapper .gallery-right:hover {
  right: 0px;
}
.gallery-wrapper:hover .gallery-left,
.gallery-wrapper:hover .gallery-right {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.gallery-scroller {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  position: relative;
  margin: 0px;
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.gallery-scroller.grabbing {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.gallery-scroller ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 300px;
}
.gallery-scroller li {
  display: inline-block;
  position: relative;
  width: 300px;
  height: 300px;
  overflow: hidden;
  padding: 0;
  margin: 0 -2px;
}
.gallery-scroller li img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.gallery-scroller li:hover img {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
.gallery-scroller li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #02baa6;
  z-index: 1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  text-align: center;
}
.gallery-scroller li > span i,
.gallery-scroller li > span .fa {
  color: #fff;
  background-color: transparent;
  font-size: 12pt;
  padding: 14px 16px;
  margin: -24px 10px auto -24px;
  position: absolute;
  top: 25%;
  left: 50%;
  border: 2px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 2;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.gallery-scroller li > span i:hover,
.gallery-scroller li > span .fa:hover {
  color: #fff;
  background-color: #02baa6;
  border-color: #fff;
}
.gallery-scroller li:hover::after {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  border-width: 15px;
}
.gallery-scroller li:hover span i,
.gallery-scroller li:hover span .fa {
  top: 50%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.gallery-scroller li img,
.gallery-scroller li::after,
.gallery-scroller li span i {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.hero-app-title {
  color: #fff;
  /*  font-family: 'Pretendard'; */
  font-weight: 700;
}
.hero-app-subtitle {
  color: #fff;
  /*  font-family: 'Pretendard'; */
}
.app-features {
  display: inline-block;
  margin-top: 30px;
  width: 100%;
}
.app-features .item-left,
.app-features .item-right {
  min-height: 58px;
  display: table;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  padding: 0 70px 0 0;
  text-align: right;
}
.app-features .item-left i,
.app-features .item-right i {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  font-size: 14pt;
  border: 2px solid #fff;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.app-features .item-left a,
.app-features .item-right a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.app-features .item-left h3,
.app-features .item-right h3,
.app-features .item-left h4,
.app-features .item-right h4 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 13px;
}
.app-features .item-left:hover i,
.app-features .item-right:hover i,
.app-features .item-left i:hover,
.app-features .item-right i:hover {
  background-color: #fff;
  color: #02baa6;
}
.app-features .item-right {
  text-align: left;
  padding: 0 0 0 70px;
}
.app-features .item-right i {
  right: auto;
  left: 0;
}
.app-features .app-features-img {
  display: table-cell;
  height: 100%;
  vertical-align: bottom;
}
.app-features .app-features-img img {
  margin-bottom: -120px;
}
.app-metrics {
  text-align: center;
  margin-bottom: 15px;
  text-transform: none;
  display: inline-block;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.app-metrics .item {
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 20px;
}
.app-metrics .item i {
  font-size: 30pt;
}
.app-metrics .item span {
  color: #fff;
  display: block;
  font-size: 43pt;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 1.2;
  margin-right: 5px;
  margin-left: 5px;
}
.app-available {
  padding-top: 20px;
}
.app-available .btn {
  margin: 0 5px 20px 5px;
}
.instagram {
  display: inline-block;
  width: 100%;
  margin-bottom: -6px;
  position: relative;
}
.instagram ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  width: 100%;
}
.instagram ul li {
  position: relative;
  float: left;
  overflow: hidden;
  width: 16.6666667%;
  /* Fallback */
  width: -webkit-calc(16.66666667%);
  width: calc(16.66666667%);
}
.instagram ul li a,
.instagram ul li a img {
  display: block;
  width: 100%;
  cursor: pointer;
}
.instagram ul li a img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.instagram ul li a:hover img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.instagram ul li a div {
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(71, 163, 218, 0.2);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  opacity: 0;
}
.instagram ul li a:hover div {
  opacity: 1;
}
.instagram ul li a div h3 {
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4em;
  letter-spacing: 2px;
  padding: 0 10px;
}
.instagram:hover > .btn {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.instagram > .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -71px;
  z-index: 1;
  background-color: #fff;
  color: #02baa6;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.instagram > .btn:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.follow-me {
  border-top: 1px solid #e1e4e7;
  padding: 15px 0;
  margin-top: 40px;
}
.follow-me span {
  /*  font-family: 'Pretendard'; */
  font-weight: 700;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.follow-me .social-networks {
  display: inline-block;
}
.follow-me .social-networks li a {
  border: none;
}
.sidebar {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.sidebar img {
  max-width: 100%;
}
.sidebar .section-title {
  margin-bottom: 25px;
}
.marker {
  width: 45px;
  height: 45px;
  cursor: pointer;
  text-align: center;
  background-color: #02baa6;
  color: #fff;
  border: 2px solid #02baa6;
  font-size: 16pt;
  line-height: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.marker:hover {
  color: #02baa6;
  background-color: #fff;
}
.infoWindow {
  color: #606367;
  width: 280px;
  line-height: normal !important;
}
.infoWindow img {
  float: left;
  max-width: 140px !important;
  max-height: 100px !important;
  margin: 10px 10px 10px 0;
}
.infoWindow .description {
  padding: 10px 0;
}
.infoWindowOffice {
  color: #606367;
  width: 170px;
  overflow: visible !important;
  background-color: #fff;
  padding: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.infoWindowOffice:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  bottom: -7px;
  left: 50%;
  margin-left: -10px;
  z-index: -1;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.infoWindowOffice:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-top-color: #fff;
  z-index: 99;
}
.infoWindowOffice h3 {
  margin-bottom: 10px;
}
.infoWindowOffice img {
  float: left;
  max-width: 150px !important;
  margin: 10px 0;
}
.infoWindowOffice .description {
  padding: 10px 0;
}
.testimonials {
  padding: 0 0 45px;
  margin-top: 0;
}
.testimonials .item {
  margin: 0 1px;
}
.testimonials .item blockquote {
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  text-align: center;
  padding: 65px 20px;
  font-size: 14px;
  background-color: #f8f9fb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.testimonials .item blockquote::before,
.testimonials .item blockquote::after {
  /*  font-family: 'Pretendard'; */
  font-size: 52pt;
  position: absolute;
  color: #9b9fa3;
}
.testimonials .item blockquote::before {
  content: "\201C";
  left: 18px;
  top: 0px;
}
.testimonials .item blockquote::after {
  bottom: -38px;
  content: "\201D";
  right: 18px;
}
.testimonials .item .author {
  width: 100%;
  margin-top: 25px;
  padding: 0 15px;
  text-align: center;
}
.testimonials .item .author img {
  display: inline-block;
  width: 61px;
  height: 61px;
  padding: 0;
  margin: 0 15px 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #f1f3f6;
}
.testimonials .item .author div {
  display: inline-block;
  padding: 9px 0;
  margin: 0;
  font-size: 15pt;
  line-height: 20px;
  font-weight: 700;
  position: relative;
  top: 13px;
}
.testimonials .item .author div span {
  color: #9b9fa3;
  font-size: 14px;
  font-weight: 500;
}
.testimonials-2 {
  padding: 0 0 45px;
  margin-top: 0;
}
.testimonials-2 .item {
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #f8f9fb;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.testimonials-2 .item blockquote {
  position: relative;
  text-align: justify;
  font-size: 14px;
  border: none;
  padding: 0;
  margin: 0;
}
.testimonials-2 .item .author {
  width: 100%;
  text-align: left;
  margin-bottom: 25px;
}
.testimonials-2 .item .author img {
  float: left;
  width: 61px;
  height: 61px;
  padding: 0;
  margin: 0 15px 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #f1f3f6;
}
.testimonials-2 .item .author > div {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.testimonials-2 .item .author > div .rating {
  display: block;
  color: #02baa6;
  font-size: 12pt;
  line-height: 14px;
  margin-bottom: 3px;
}
.testimonials-2 .item .author > div .rating i {
  margin-right: 4px;
}
.testimonials-2 .item .author > div .name {
  display: block;
  color: #4d4f52;
  font-size: 15pt;
  font-weight: 700;
  line-height: 24px;
}
.testimonials-2 .item .author > div .date {
  display: block;
  color: #9b9fa3;
  font-size: 14px;
  font-weight: 500;
}
#newsletter {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
#newsletter h2 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 15pt;
}
#newsletter h2 span {
  font-weight: 900;
  font-size: 28pt;
}
#newsletter .input-group {
  margin-top: 25px;
}
#newsletter .input-group-btn {
  left: -20px;
  z-index: 10;
}
#newsletter .input-group-btn .btn-light {
  background-color: #02baa6;
}
#newsletter .input-group-btn .btn-light:hover {
  background-color: #fff;
}
#newsletter .form-control {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0);
  height: 50px;
  box-shadow: none;
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px;
}
#newsletter .form-control:focus {
  border-color: rgba(0, 0, 0, 0.1);
}
#newsletter .form-control::-webkit-input-placeholder {
  color: #adb3b6;
}
#newsletter .form-control:-moz-placeholder {
  color: #adb3b6;
}
#newsletter .form-control::-moz-placeholder {
  color: #adb3b6;
}
#newsletter .form-control:-ms-input-placeholder {
  color: #adb3b6;
}
.sidebar.colored {
  background-color: #02baa6;
  color: #fff;
}
.sidebar.colored a {
  color: #fff;
  text-decoration: underline;
}
.sidebar.colored .owl-carousel .owl-dots .owl-dot span {
  border: 2px solid #fff;
}
.sidebar.colored .owl-carousel .owl-dots .owl-dot.active span,
.sidebar.colored .owl-carousel .owl-dots .owl-dot:hover span {
  background: #fff;
}
.sidebar.colored .mapborder {
  border: 4px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  width: 100%;
}
.sidebar.colored .testimonials .item blockquote {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
}
.sidebar.colored .testimonials .item blockquote::before,
.sidebar.colored .testimonials .item blockquote::after {
  color: #fff;
}
.sidebar.colored .testimonials .item .author span {
  color: #fff;
}
.sidebar.colored #newsletter {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.sidebar.colored #newsletter .form-control {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0);
  color: #fff;
}
.sidebar.colored #newsletter .form-control:focus {
  border-color: rgba(255, 255, 255, 0.2);
}
.sidebar.colored #newsletter .form-control::-webkit-input-placeholder {
  color: #fff;
}
.sidebar.colored #newsletter .form-control:-moz-placeholder {
  color: #fff;
}
.sidebar.colored #newsletter .form-control::-moz-placeholder {
  color: #fff;
}
.sidebar.colored #newsletter .form-control:-ms-input-placeholder {
  color: #fff;
}
.sidebar.gray {
  background-color: #f1f3f6;
}
.clients {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
}
.clients .item {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  background-color: #f1f3f6;
  /* border: 1px solid #E3E4E8; */
  /* margin: 12px; */
  vertical-align: middle;
  padding: 20px 15px;
}
.clients .item img {
  max-width: 100%;
}
.dark-bg .clients .item {
  background-color: rgba(255, 255, 255, 0.15);
  border: 0;
  padding: 30px 15px;
  /* margin-right: 4px; */
  margin-bottom: 3px;
}
.sidebar .clients .item {
  width: 100%;
  margin: 0 0 20px 0;
  border: 1px solid #dadbdf;
  padding: 6px 15px;
}
#home-grid {
  width: 100%;
  height: 719px;
  overflow: hidden;
}
#home-grid:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.3);
}
#home-grid .free-wall {
  width: 100%;
  height: 100%;
}
#home-grid .free-wall .item {
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: default;
  float: left;
  overflow: hidden;
  height: 240px;
}
#home-grid .free-wall .item img {
  height: 100%;
  width: 100%;
  visibility: hidden;
}
#home-grid .free-wall .item .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 35, 38, 0.82);
  padding: 48px 15px;
  z-index: 9;
  visibility: hidden;
  text-decoration: none;
  display: block;
  text-align: center;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#home-grid .free-wall .item .info h4 {
  color: #fff;
  margin-bottom: 27px;
  text-transform: uppercase;
  font-weight: 700;
}
#home-grid .free-wall .item .info h4 small {
  display: block;
  color: #fff;
  margin-top: 13px;
  text-transform: none;
}
#home-grid .free-wall .item .info a {
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  height: 40px;
  width: 40px;
  margin: 5px;
  font-size: 14pt;
  line-height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#home-grid .free-wall .item .info a:hover {
  background-color: #fff;
  color: #4d4f52;
}
#home-grid .free-wall .item:hover .info {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#home-grid .free-wall .item[data-state="init"] {
  display: none;
}
#home-grid .free-wall .item[data-state="start"] {
  display: block;
  animation: start 0.5s;
  -webkit-animation: start 0.5s;
}
#home-grid .free-wall .item[data-state="move"] {
  transition:
    top 0.5s,
    left 0.5s,
    width 0.5s,
    height 0.5s;
  -webkit-transition:
    top 0.5s,
    left 0.5s,
    width 0.5s,
    height 0.5s;
}
@keyframes start {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes start {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
#testimonials {
  margin-bottom: 60px;
}
.sidebar.gray .nav-tabs > li > a,
.gray .sidebar .nav-tabs > li > a {
  background-color: transparent;
}
.sidebar.gray .nav-tabs > li > a:hover,
.gray .sidebar .nav-tabs > li > a:hover,
.sidebar.gray .nav-tabs > li > a:focus,
.gray .sidebar .nav-tabs > li > a:focus {
  background-color: transparent;
}
.sidebar.gray .nav-tabs > li.active > a,
.gray .sidebar .nav-tabs > li.active > a,
.sidebar.gray .nav-tabs > li.active > a:hover,
.gray .sidebar .nav-tabs > li.active > a:hover,
.sidebar.gray .nav-tabs > li.active > a:focus,
.gray .sidebar .nav-tabs > li.active > a:focus,
.sidebar.gray .nav-tabs.nav-justified > .active > a,
.gray .sidebar .nav-tabs.nav-justified > .active > a,
.sidebar.gray .nav-tabs.nav-justified > .active > a:hover,
.gray .sidebar .nav-tabs.nav-justified > .active > a:hover,
.sidebar.gray .nav-tabs.nav-justified > .active > a:focus,
.gray .sidebar .nav-tabs.nav-justified > .active > a:focus {
  background-color: #f8f9fb;
  border-bottom: 1px solid #f8f9fa;
}
.sidebar.gray .tab-content > .active,
.gray .sidebar .tab-content > .active {
  background-color: #f8f9fb;
}
.panel-group {
  margin-bottom: 40px;
  margin-top: 20px;
  border: none;
  border-bottom: none;
  float: left;
  width: 100%;
}
.panel-group > h3 {
  color: #4d4f52;
  font-weight: 700;
  margin-top: 20px;
}
.panel-group .panel {
  border-radius: 0px;
  box-shadow: none;
  background-color: transparent;
  border: 2px solid #e1e4e7;
  margin-bottom: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.panel-group .panel .panel-heading {
  padding: 0;
}
.panel-group .panel .panel-heading .panel-title > a {
  color: #02baa6;
  background-color: transparent;
  padding: 15px 55px 15px 15px;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.panel-group .panel .panel-heading .panel-title > a::after {
  content: "\f106";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border: 2px solid #02baa6;
  color: #02baa6;
  font-size: 14pt;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.panel-group .panel .panel-heading .panel-title > a.collapsed {
  color: #4d4f52;
  background-color: #f1f3f6;
}
.panel-group .panel .panel-heading .panel-title > a.collapsed::after {
  content: "\f107";
  border: 2px solid #9b9fa3;
  color: #9b9fa3;
  line-height: 30px;
}
.panel-group .panel .panel-heading .panel-title > a:focus {
  text-decoration: none;
}
.panel-group .panel .panel-heading .panel-title > a:hover {
  text-decoration: none;
  color: #02baa6;
}
.panel-group .panel .panel-heading .panel-title > a:hover:after {
  color: #02baa6;
  border-color: #02baa6;
}
.panel-group .panel .panel-heading + .panel-collapse .panel-body {
  border-top: none;
  background-color: #f1f3f6;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.panel-group .panel .panel-heading + .panel-collapse.collapsing .panel-body,
.panel-group .panel .panel-heading + .panel-collapse.in .panel-body {
  background-color: #fff;
}
.panel-group .panel + .panel {
  margin-top: 0px;
}
.sidebar.gray .panel-group,
.gray .sidebar .panel-group {
  border: 1px solid #e1e4e7;
  margin-top: 0px;
}
.sidebar.gray .panel-group .panel,
.gray .sidebar .panel-group .panel {
  border: none;
  margin-bottom: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.sidebar.gray .panel-group .panel .panel-heading .panel-title > a,
.gray .sidebar .panel-group .panel .panel-heading .panel-title > a {
  color: #02baa6;
  background-color: #f8f9fb;
}
.sidebar.gray .panel-group .panel .panel-heading .panel-title > a.collapsed,
.gray .sidebar .panel-group .panel .panel-heading .panel-title > a.collapsed {
  color: #4d4f52;
  background-color: transparent;
}
.sidebar.gray .panel-group .panel .panel-heading + .panel-collapse .panel-body,
.gray
  .sidebar
  .panel-group
  .panel
  .panel-heading
  + .panel-collapse
  .panel-body {
  border-top: none;
  background-color: transparent;
}
.sidebar.gray
  .panel-group
  .panel
  .panel-heading
  + .panel-collapse.collapsing
  .panel-body,
.gray
  .sidebar
  .panel-group
  .panel
  .panel-heading
  + .panel-collapse.collapsing
  .panel-body,
.sidebar.gray
  .panel-group
  .panel
  .panel-heading
  + .panel-collapse.in
  .panel-body,
.gray
  .sidebar
  .panel-group
  .panel
  .panel-heading
  + .panel-collapse.in
  .panel-body {
  background-color: #f8f9fb;
}
.sidebar.gray .panel-group .panel + .panel,
.gray .sidebar .panel-group .panel + .panel {
  border-top: 1px solid #e1e4e7;
}
.funfacts {
  text-align: center;
  margin-bottom: 45px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}
.funfacts span {
  color: #fff;
  display: block;
  font-size: 43pt;
  font-weight: 700;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 12px;
}
.funfacts span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1px;
  width: 40px;
  margin-left: -20px;
  background-color: #fff;
}
.twitter {
  text-align: center;
  padding: 0 45px 27px;
}
.twitter .item {
  margin-bottom: 20px;
}
.twitter .item header {
  margin-bottom: 14px;
}
.twitter .item header h3 {
  display: inline-block;
  font-size: 21pt;
  font-weight: 700;
  margin-right: 5px;
  margin-bottom: 0;
}
.twitter .item .text a {
  text-decoration: underline;
  font-weight: 700;
}
.colored-bg .twitter .item {
  color: #fff;
}
.colored-bg .twitter .item header h3 {
  color: #fff;
}
.colored-bg .twitter .item header a {
  color: #fff;
}
.colored-bg .twitter .item .text a {
  color: #fff;
}
/* #About
================================================== */
.main-img {
  width: 100%;
  margin-bottom: 40px;
}
/* #Offices detail/grid
================================================== */
#headquarters_map {
  height: 400px;
  width: 100%;
  margin-bottom: 60px;
}
.offices-grid,
.team-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.offices-grid > li,
.team-grid > li,
.offices-grid .item,
.team-grid .item {
  margin: 20px 0;
  text-align: center;
}
.offices-grid > li .map,
.team-grid > li .map,
.offices-grid .item .map,
.team-grid .item .map {
  height: 256px;
  width: 100%;
  float: left;
}
.offices-grid > li .tag,
.team-grid > li .tag,
.offices-grid .item .tag,
.team-grid .item .tag {
  position: absolute;
  top: 10px;
  left: 9px;
  background-color: #02baa6;
  color: #fff;
  padding: 7px 9px;
  z-index: 10;
  font-size: 10pt;
  text-transform: uppercase;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.offices-grid > li .tag:before,
.team-grid > li .tag:before,
.offices-grid .item .tag:before,
.team-grid .item .tag:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -6px;
  border-color: rgba(0, 0, 0, 0) #00231f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0 6px 6px 0;
  height: 0;
  width: 0;
}
.offices-grid > li .tag i,
.team-grid > li .tag i,
.offices-grid .item .tag i,
.team-grid .item .tag i {
  display: block;
  font-size: 17px;
}
.offices-grid > li .info,
.team-grid > li .info,
.offices-grid .item .info,
.team-grid .item .info {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  float: left;
  margin-left: 0;
}
.offices-grid > li .info h1,
.team-grid > li .info h1,
.offices-grid .item .info h1,
.team-grid .item .info h1,
.offices-grid > li .info h2,
.team-grid > li .info h2,
.offices-grid .item .info h2,
.team-grid .item .info h2,
.offices-grid > li .info h3,
.team-grid > li .info h3,
.offices-grid .item .info h3,
.team-grid .item .info h3,
.offices-grid > li .info h4,
.team-grid > li .info h4,
.offices-grid .item .info h4,
.team-grid .item .info h4 {
  text-transform: none;
  color: #4d4f52;
  font-weight: 700;
  padding-bottom: 15px;
  margin: 15px 15px;
  border-bottom: 1px solid #e3e4e8;
}
.offices-grid > li .info h1 small,
.team-grid > li .info h1 small,
.offices-grid .item .info h1 small,
.team-grid .item .info h1 small,
.offices-grid > li .info h2 small,
.team-grid > li .info h2 small,
.offices-grid .item .info h2 small,
.team-grid .item .info h2 small,
.offices-grid > li .info h3 small,
.team-grid > li .info h3 small,
.offices-grid .item .info h3 small,
.team-grid .item .info h3 small,
.offices-grid > li .info h4 small,
.team-grid > li .info h4 small,
.offices-grid .item .info h4 small,
.team-grid .item .info h4 small {
  display: block;
  font-size: 9pt;
  color: #4d4f52;
  margin-top: 5px;
}
.team-grid > li .image,
.team-grid .item .image {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.team-grid > li .image img,
.team-grid .item .image img {
  width: 100%;
}
.team-grid > li .image::before,
.team-grid .item .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(2, 186, 166, 0.8);
  z-index: 1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-grid > li .image:hover::before,
.team-grid .item .image:hover::before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.team-grid > li .image > a,
.team-grid .item .image > a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 2;
  text-align: center;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-grid > li .image > a span.btn,
.team-grid .item .image > a span.btn {
  position: relative;
  top: 100%;
  margin-top: -17px;
}
.team-grid > li .image:hover a,
.team-grid .item .image:hover a {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.team-grid > li .image:hover a span.btn,
.team-grid .item .image:hover a span.btn {
  top: 50%;
}
.team-grid > li .image .social-networks,
.team-grid .item .image .social-networks {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -17px;
  z-index: 2;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-grid > li .image .social-networks li a,
.team-grid .item .image .social-networks li a {
  border-color: #fff;
  color: #fff;
}
.team-grid > li .image .social-networks li a:hover,
.team-grid .item .image .social-networks li a:hover {
  background-color: #fff;
  color: #02baa6;
}
.team-grid > li .image:hover .social-networks,
.team-grid .item .image:hover .social-networks {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  top: 50%;
}
.team-grid > li .info .social-networks,
.team-grid .item .info .social-networks {
  float: none;
}
/* #Gallery detail/grid
================================================== */
#gallery-detail-large {
  padding: 0;
  margin: 0 0 8px;
}
#gallery-detail-large .item {
  background: #fff;
  padding: 0px;
  margin: 0 1px;
}
#gallery-detail-large .item img {
  width: 100%;
}
#gallery-detail-large .item .price {
  position: absolute;
  top: 10px;
  left: 0px;
  background-color: #02baa6;
  color: #fff;
  padding: 2px 20px 2px 10px;
  z-index: 10;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
#gallery-detail-large .item .price:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -6px;
  border-color: rgba(0, 0, 0, 0) #00231f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0 6px 6px 0;
  height: 0;
  width: 0;
}
#gallery-detail-large .item .price i {
  margin-right: 8px;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
#gallery-detail-large .item .price span {
  display: block;
  font-size: 16pt;
  font-weight: 700;
  margin-top: -4px;
}
#gallery-detail-thumbs {
  margin: 0;
  padding: 0 0 60px;
}
#gallery-detail-thumbs .item {
  height: 128px;
  margin: 0 1px;
  color: #fff;
  cursor: pointer;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#gallery-detail-thumbs .item img {
  width: 100%;
}
#gallery-detail-thumbs .item:after {
  content: " ";
  background-color: #02baa6;
  border: 0;
  display: block;
  height: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#gallery-detail-thumbs .item:hover:after,
#gallery-detail-thumbs .synced .item:after {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.project-details .section-title {
  margin-bottom: 10px;
}
.project-details small {
  display: block;
  font-style: italic;
  color: #4d4f52;
  font-size: 12pt;
  margin-top: 4px;
}
.project-cats {
  margin-bottom: 40px;
  color: #adb2b6;
  font-size: 11pt;
  /*  font-family: 'Pretendard'; */
  font-weight: 700;
}
.meta-attributes {
  display: inline-block;
  width: 100%;
  padding: 0;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 40px;
}
.meta-attributes li {
  float: left;
  width: 100%;
  padding: 15px 0;
  font-weight: 700;
  border-bottom: 1px solid #e1e4e7;
}
.meta-attributes li .attr-name {
  display: inline-block;
  color: var(--sub-coolgray-7c);
  margin-right: 10px;
}
.meta-attributes li .attr-name i {
  margin-right: 5px;
}
.meta-attributes li .attr-detail {
  display: inline-block;
  color: var(--sub-black);
}
.meta-attributes li .attr-detail a {
  color: #4d4f52;
}
.meta-attributes li .attr-detail a:hover {
  color: var(--point);
}
.meta-attributes li:last-child {
  border-bottom: none;
}
#similar-projects-carousel {
  padding: 0;
  margin-bottom: 65px;
}
#similar-projects-carousel .owl-dots {
  bottom: -50px;
}
#gallery-grid-header {
  border-top: 1px solid #e1e4e7;
  border-bottom: 1px solid #e1e4e7;
  margin-bottom: 40px;
  padding: 10px 12px;
}
#gallery-grid-header a {
  text-transform: uppercase;
  color: #4d4f52;
  margin-right: 12px;
}
#gallery-grid-header a.active,
#gallery-grid-header a:hover {
  color: #02baa6;
  text-decoration: none;
}
.col-sm-8 #gallery-grid.grid-style .row .item.col-md-6:first-child {
  padding-right: 5px;
}
.col-sm-8 #gallery-grid.grid-style .row .item.col-md-6:last-child {
  padding-left: 5px;
}
.col-sm-8 #gallery-grid.grid-style .row .item {
  margin-bottom: 10px;
}
/* #FAQ
================================================== */
.nav-tabs {
  border-bottom: 1px solid #e1e4e7;
  display: block;
}
.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a {
  border: 1px solid #e1e4e7;
  border-radius: 0;
  line-height: 1.42857;
  margin-right: 0px;
  color: #4d4f52;
  margin-bottom: 0 !important;
  background-color: #f8f9fb;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: #f8f9fb;
  text-decoration: none;
  border: 1px solid #e1e4e7;
}
.nav-tabs > li.disabled > a {
  color: #999999;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: transparent;
  border: 1px solid #e1e4e7;
  border-bottom: none;
  color: #02baa6;
  cursor: default;
}
.nav-tabs.tabs-left,
.nav-tabs.tabs-right {
  width: 25%;
}
.nav-tabs.tabs-left > li,
.nav-tabs.tabs-right > li {
  float: none;
}
.nav-tabs.tabs-left > li > a,
.nav-tabs.tabs-right > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.nav-tabs.tabs-left {
  float: left;
}
.nav-tabs.tabs-left > li > a {
  margin-right: -1px;
}
.nav-tabs.tabs-left > li.active > a,
.nav-tabs.tabs-left > li.active > a:hover,
.nav-tabs.tabs-left > li.active > a:focus {
  border: 1px solid #e1e4e7;
  border-right: 1px solid #fff;
}
.nav-tabs.tabs-right {
  float: right;
}
.nav-tabs.tabs-right > li > a {
  margin-left: -1px;
}
.nav-tabs.tabs-right > li.active > a,
.nav-tabs.tabs-right > li.active > a:hover,
.nav-tabs.tabs-right > li.active > a:focus {
  border: 1px solid #e1e4e7;
  border-left: 1px solid #fff;
}
.tab-content {
  margin-bottom: 40px;
}
.tab-content > .active {
  background-color: transparent;
  border: 1px solid #e1e4e7;
  border-top: none;
  padding: 25px 15px;
}
.tab-content h4 {
  margin-bottom: 15px;
}
.tab-content img {
  max-width: 100%;
  margin: 10px 0;
  display: block;
}
.tab-content.tabs-left,
.tab-content.tabs-right {
  border-top: 1px solid #e1e4e7;
  float: left;
  width: 75%;
}
.tab-content.tabs-right {
  float: right;
}
.icon-list {
  list-style: none;
  padding: 0;
  text-align: center;
}
.icon-list li {
  display: inline-block;
  width: 52px;
  height: 52px;
  border: 1px solid #e1e4e7;
  text-align: center;
  line-height: 58px;
  margin: 8px 4px;
  font-size: 30pt;
  color: #9b9fa3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.icon-list li:hover {
  color: #606367;
  border: 1px solid #606367;
}
/* #Pricing Tables
================================================== */
.pricing {
  margin-top: 40px;
  text-align: center;
}
.pricing .item {
  margin-bottom: 40px;
}
.pricing .item header {
  padding: 18px 10px;
  border: 2px solid #e1e4e7;
  background-color: #f1f3f6;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pricing .item header h2 {
  text-transform: uppercase;
  font-size: 16pt;
  margin-bottom: 5px;
  color: #606367;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pricing .item header h2 i {
  color: #606367;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pricing .item header h2 i:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.pricing .item header .price {
  font-weight: 700;
  font-size: 24pt;
  color: #606367;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pricing .item header .price small {
  color: #9b9fa3;
  font-weight: 300;
  font-size: 12pt;
  display: inline-block;
  position: relative;
  top: -6px;
}
.pricing .item > ul {
  padding: 0 35px;
  margin: 0;
  list-style: none;
  border: 2px solid #e1e4e7;
  border-top: none;
  border-bottom: none;
  background-color: #fff;
  -webkit-transition: border-color 0.3s ease-out;
  -moz-transition: border-color 0.3s ease-out;
  -ms-transition: border-color 0.3s ease-out;
  -o-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
}
.pricing .item > ul > li {
  border-bottom: 2px solid #e1e4e7;
  padding: 18px 0;
  font-size: 12pt;
}
.pricing .item > ul > li i {
  color: #9b9fa3;
  margin-left: 5px;
}
.pricing .item > ul > li:last-child {
  border-bottom: none;
}
.pricing .item > ul li.disabled {
  text-decoration: line-through;
  color: #9b9fa3;
}
.pricing .item .btn {
  width: 100%;
  line-height: 68px;
  height: 78px;
  border: 2px solid #e1e4e7;
  background-color: #f1f3f6;
  color: #b0b2b6;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pricing .item .btn:hover {
  background-color: #02baa6;
  border-color: #02baa6;
  color: #fff;
}
.pricing .item:hover header,
.pricing .item.featured header {
  background-color: #02baa6;
  border-color: #02baa6;
}
.pricing .item:hover header h2,
.pricing .item.featured header h2,
.pricing .item:hover header .price,
.pricing .item.featured header .price,
.pricing .item:hover header .price small,
.pricing .item.featured header .price small {
  color: #fff;
}
.pricing .item:hover header h2 i,
.pricing .item.featured header h2 i {
  color: #fff;
}
.pricing .item:hover > ul,
.pricing .item.featured > ul {
  border-color: #02baa6;
}
.pricing .item:hover .btn,
.pricing .item.featured .btn {
  border-bottom-color: #02baa6;
  border-left-color: #02baa6;
  border-right-color: #02baa6;
}
.pricing .item.featured > ul {
  border-color: #02baa6;
}
.pricing .item.featured .btn {
  background-color: #02baa6;
  border-color: #02baa6;
  color: rgba(255, 255, 255, 0.6);
}
.pricing .item.featured .btn:hover {
  color: #fff;
}
.pricing.gray .btn:hover {
  background-color: #4d4f52;
  border-color: #4d4f52;
  color: #fff;
}
.pricing.gray .item:hover header,
.pricing.gray .item.featured header {
  background-color: #4d4f52;
  border-color: #4d4f52;
}
.pricing.gray .item:hover header h2,
.pricing.gray .item.featured header h2,
.pricing.gray .item:hover header .price,
.pricing.gray .item.featured header .price,
.pricing.gray .item:hover header .price small,
.pricing.gray .item.featured header .price small {
  color: #fff;
}
.pricing.gray .item:hover header h2 i,
.pricing.gray .item.featured header h2 i {
  color: #fff;
}
.pricing.gray .item:hover > ul,
.pricing.gray .item.featured > ul {
  border-color: #4d4f52;
}
.pricing.gray .item:hover .btn,
.pricing.gray .item.featured .btn {
  border-bottom-color: #4d4f52;
  border-left-color: #4d4f52;
  border-right-color: #4d4f52;
}
.pricing.gray .item.featured > ul {
  border-color: #4d4f52;
}
.pricing.gray .item.featured .btn {
  background-color: #4d4f52;
  border-color: #4d4f52;
  color: rgba(255, 255, 255, 0.6);
}
.pricing.gray .item.featured .btn:hover {
  color: #fff;
}
.pricing-2 {
  list-style: none;
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 0;
}
.pricing-2 li {
  position: relative;
  height: 470px;
  width: 32.3333%;
  display: inline-block;
  float: left;
  text-align: center;
  color: #02baa6;
  margin: 0 0.5% 20px 0.5%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* .pricing-2 li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-opacity: 0.82;
  -moz-opacity: 0.82;
  opacity: 0.9;
} */
/* .pricing-2 li:hover::before {
  background-color: #02baa6;
  -webkit-opacity: 0.82;
  -moz-opacity: 0.82;
  opacity: 0.82;
} */
.pricing-2 li i {
  position: relative;
  font-size: 44pt;
  margin-top: 140px;
  margin-bottom: 20px;
  z-index: 3;
  color: #02baa6;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pricing-2 li:hover i {
  color: #fff;
  margin-top: 80px;
}
.pricing-2 li h4 {
  position: relative;
  font-size: 22pt;
  color: #02baa6;
  z-index: 3;
  text-transform: uppercase;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pricing-2 li:hover h4 {
  color: #fff;
}
.pricing-2 li .price {
  position: relative;
  font-weight: 700;
  font-size: 24pt;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 3;
}
.pricing-2 li .price small {
  font-weight: 300;
  font-size: 12pt;
  display: inline-block;
  position: relative;
  top: -6px;
}
.pricing-2 li:hover .price {
  color: #fff;
}
.pricing-2 li:hover .price small {
  color: #fff;
}
.pricing-2 li a {
  position: relative;
  z-index: 2;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-top: -30px;
}
.pricing-2 li:hover a {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  margin-top: 100px;
}
/* #404 Error
================================================== */
.e404 > div {
  font-size: 74pt;
  color: #02baa6;
  text-align: center;
  float: left;
}
.e404 > div strong {
  font-size: 140pt;
  display: block;
  margin-bottom: -80px;
}
.e404 i {
  float: right;
  font-size: 170pt;
  color: #02baa6;
  margin-top: 72px;
}
#e404-side {
  margin-top: 72px;
}
#e404-side h3 {
  font-size: 26pt;
}
/* #Blog
================================================== */
.blog-main-image {
  width: 100%;
  margin-bottom: 20px;
}
.blog-metas {
  list-style: none;
  padding: 10px 0;
  margin: 0 0 54px;
  width: 100%;
  background-color: #fff;
  display: inline-block;
  border-top: 1px solid #e1e4e7;
  border-bottom: 1px solid #e1e4e7;
}
.blog-metas li {
  display: inline-block;
  height: 38px;
  margin: 0;
  padding: 10px 18px 0 18px;
  border-right: 1px solid #e1e4e7;
  color: #606367;
}
.blog-metas li:last-child {
  border-right: none;
}
.blog-metas li a {
  color: #606367;
}
.blog-metas li a:hover {
  color: #02baa6;
  text-decoration: none;
}
.blog-metas li .fa {
  color: #9b9fa3;
  font-size: 18px;
  margin-right: 3px;
}
.blog-metas li [class^="icon-"],
.blog-metas li [class*=" icon-"] {
  color: #9b9fa3;
  float: left;
  font-size: 18px;
  margin-right: 3px;
  margin-top: -3px;
}
.blog-title {
  text-transform: none;
  margin-bottom: 40px;
  font-weight: 700;
}
.post-content {
  margin-bottom: 60px;
  float: left;
}
.post-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.post-content .right {
  display: inline;
  float: right;
  margin-left: 15px;
}
.post-content .left {
  display: inline;
  float: left;
  margin-right: 15px;
}
.post-content .center {
  margin-left: auto;
  margin-right: auto;
}
.post-content p {
  margin-bottom: 40px;
}
.post-content blockquote {
  font-size: 16pt;
  font-weight: 300;
  line-height: 22pt;
  margin: 40px 0;
  padding: 30px 40px;
  position: relative;
  text-align: center;
  width: 100%;
  border-left: 0;
  color: #4d4f52;
  /*  font-family: 'Pretendard'; */
  background-color: #f1f3f6;
}
.post-content figure.caption {
  padding: 15px 15px 0;
  margin-bottom: 20px;
  background-color: #f1f3f6;
  border: 1px solid rgba(0, 0, 0, 0.15);
  max-width: 100%;
}
.post-content figcaption {
  text-align: center;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  margin: 0 0 24px;
}
.share-wrapper {
  border: 1px solid #e1e4e7;
  margin-bottom: 70px;
  padding: 0px 18px;
  float: left;
  width: 100%;
  background-color: #f1f3f6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.share-wrapper h5 {
  display: inline-block;
  margin: 16px 15px 15px 0;
  color: #4d4f52;
}
.share-wrapper .social-networks {
  float: none;
  display: inline-block;
  margin: 10px 0;
  padding-left: 5px;
  border-left: 1px solid #e1e4e7;
}
.share-wrapper .social-networks li a {
  font-size: 12pt;
  height: 27px;
  line-height: 24px;
  width: 27px;
  border: 0;
}
.share-wrapper .print-button {
  float: right;
  font-size: 15pt;
  padding-left: 20px;
  border-left: 1px solid #e1e4e7;
  color: #9b9fa3;
  margin: 8px 0 !important;
}
.share-wrapper .print-button:hover {
  color: #4d4f52;
}
.comments {
  margin-bottom: 20px;
  padding: 40px 0;
  float: left;
}
.comments > ul {
  display: inline-block;
  list-style: none;
  width: 100%;
  padding: 0;
  margin-bottom: 40px;
}
.comments > ul > li {
  width: 100%;
  float: left;
}
.comments > ul > li img {
  border: 1px solid #e1e4e7;
  width: 12%;
}
.comments > ul > li ul {
  float: left;
  width: 100%;
  padding-left: 15%;
  list-style: none;
}
.comments .comment {
  float: right;
  position: relative;
  width: 85%;
  padding: 18px;
  background-color: #f7f8fa;
  margin-bottom: 35px;
  border: 1px solid #e1e4e7;
}
.comments .comment:before,
.comments .comment:after {
  content: "";
  position: absolute;
  top: 14px;
  left: -8px;
  z-index: 10;
  width: 0px;
  height: 0px;
  border-style: solid solid outset solid;
  border-width: 8px 10px 8px 0;
  border-color: transparent #f7f8fa transparent transparent;
}
.comments .comment:before {
  z-index: 9;
  left: -10px;
  border-color: transparent #e1e4e7 transparent transparent;
}
.comments .comment h3 {
  border-bottom: 1px solid #e1e4e7;
  margin-bottom: 15px;
  font-weight: 300;
}
.comments .comment h3 small {
  display: block;
  font-size: 9pt;
  margin: 5px 0 10px;
}
.comments .comment .btn {
  float: right;
  margin-bottom: 14px;
  margin-top: -8px;
}
.comments-form {
  padding: 30px 15px;
  background-color: #f1f3f6;
}
.comments-form p {
  color: #9b9fa3;
}
.comments-form form {
  padding: 0;
  margin-top: 20px;
  display: inline-block;
  background-color: transparent;
  width: 100%;
}
.comments-form form .form-control {
  margin-bottom: 20px;
}
.comments-form form textarea.form-control {
  min-height: 120px;
}
.widget {
  background-color: transparent;
  float: left;
  margin-bottom: 75px;
  padding: 0;
  width: 100%;
}
.widget.widget_search #searchform {
  position: relative;
}
.widget.widget_search button {
  padding: 6px 10px;
  background: none;
  border: 0;
  position: absolute;
  top: 0;
  right: 6px;
  top: 2px;
  font-size: 12pt;
}
.widget.widget_search input {
  width: 100%;
  float: left;
  padding: 10px 36px 10px 10px;
  border-radius: 3px;
  border: 1px solid #e1e4e7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget.widget_search input:focus {
  border-color: #4d4f52;
}
.widget.widget_categories ul {
  list-style: none;
  padding: 0;
}
.widget.widget_categories ul li {
  margin: 8px 0;
}
.widget.widget_categories ul li:before {
  content: "\f054";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
}
.widget.widget_categories ul li a {
  color: #606367;
  padding-top: 8px;
  display: inline-block;
}
.widget.widget_categories ul li a span {
  color: #9b9fa3;
}
.widget.widget_categories ul li a:hover {
  color: #02baa6;
  text-decoration: none;
}
.widget.widget_categories ul li a:hover span {
  color: #02baa6;
}
.widget.widget_categories ul li:hover:before {
  color: #02baa6;
}
.widget.widget_categories ul li + li {
  border-top: 1px solid #e1e4e7;
}
.widget.widget_archives .panel-group {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
}
.widget.widget_archives .panel-group .panel {
  border: none;
  border-bottom: 1px solid #e1e4e7;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.widget.widget_archives .panel-group .panel .panel-heading .panel-title > a {
  background-color: transparent;
  padding: 10px 0;
}
.widget.widget_archives
  .panel-group
  .panel
  .panel-heading
  .panel-title
  > a::after {
  display: none;
}
.widget.widget_archives
  .panel-group
  .panel
  .panel-heading
  + .panel-collapse.collapsing
  .panel-body,
.widget.widget_archives
  .panel-group
  .panel
  .panel-heading
  + .panel-collapse.collapsing
  .panel-body,
.widget.widget_archives
  .panel-group
  .panel
  .panel-heading
  + .panel-collapse.in
  .panel-body,
.widget.widget_archives
  .panel-group
  .panel
  .panel-heading
  + .panel-collapse.in
  .panel-body {
  background-color: transparent;
}
.widget.widget_archives .panel-group .panel .panel-body {
  padding-top: 0;
  padding-bottom: 0;
}
.widget.widget_archives .panel-group .panel .panel-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget.widget_archives .panel-group .panel .panel-body ul li {
  margin: 0 0 12px;
}
.widget.widget_archives .panel-group .panel .panel-body ul li:before {
  content: "\f054";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
}
.widget.widget_archives .panel-group .panel .panel-body ul li a {
  color: #606367;
}
.widget.widget_archives .panel-group .panel .panel-body ul li a:hover {
  color: #02baa6;
  text-decoration: none;
}
.widget.widget_archives .panel-group .panel .panel-body ul li:hover:before {
  color: #02baa6;
}
.widget.widget_archives .panel-group .panel:last-child {
  border-bottom: none;
}
.widget.widget_recent_entries > ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  clear: both;
}
.widget.widget_recent_entries > ul > li {
  display: inline-block;
  margin-bottom: 26px;
  width: 100%;
}
.widget.widget_recent_entries > ul > li .image {
  position: relative;
  float: left;
  width: 30%;
  margin-right: 3%;
}
.widget.widget_recent_entries > ul > li .image img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget.widget_recent_entries > ul > li .image a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 1;
}
.widget.widget_recent_entries > ul > li .top-info {
  border-bottom: 1px solid #e1e4e7;
  color: #9b9fa3;
  font-size: 13px;
  float: right;
  width: 67%;
  margin: 5px 0 14px;
  padding: 0 0 8px;
}
.widget.widget_recent_entries > ul > li .top-info li {
  display: inline-block;
  margin-right: 14px;
}
.widget.widget_recent_entries > ul > li .top-info li:last-child {
  margin-right: 0px;
}
.widget.widget_recent_entries > ul > li .top-info li i {
  margin-right: 5px;
}
.widget.widget_recent_entries > ul > li h4 {
  margin-bottom: 15px;
  font-weight: 700;
}
.widget.widget_recent_entries > ul > li h4 a {
  color: #4d4f52;
}
.widget.widget_recent_entries > ul > li h4 a:hover {
  color: #02baa6;
  text-decoration: none;
}
.widget.widget_tags ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget.widget_tags ul li {
  display: inline-block;
  margin: 3px 1px;
}
.widget.widget_tags ul li a {
  color: #606367;
  display: block;
  padding: 6px 9px;
  background-color: transprent;
  border: 1px solid #e1e4e7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.widget.widget_tags ul li a:hover {
  border-color: #02baa6;
  text-decoration: none;
  color: #02baa6;
}
.pagination {
  text-align: center;
  padding: 15px 0;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0 5px;
}
.pagination ul li {
  display: inline-block;
  width: 48px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  float: left;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  font-size: 12pt;
  border-right: 1px solid #e3e4e8;
}
.pagination ul li a {
  display: block;
  width: 48px;
  height: 43px;
  color: #606367;
}
.pagination ul li a:hover,
.pagination ul li a:focus {
  text-decoration: none;
}
.pagination ul li:last-child {
  border-right: none;
}
.pagination ul li:hover a,
.pagination ul li.active a {
  color: #02baa6;
}
.pagination #previous,
.pagination #next {
  display: inline-block;
  position: relative;
  top: -11px;
}
.pagination #previous a,
.pagination #next a {
  display: inline-block;
  border: 3px solid #e3e4e8;
  height: 50px;
  width: 50px;
  color: #e3e4e8;
  font-size: 22pt;
  text-align: center;
  line-height: 41px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagination #previous a:hover,
.pagination #next a:hover {
  color: #02baa6;
  border-color: #02baa6;
}
.pagination #previous a i {
  position: relative;
  left: -1px;
}
.pagination #next a i {
  position: relative;
  left: 1px;
}
/* #Login/Register
================================================== */
.login {
  background-color: #f1f3f6;
  padding: 40px 50px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.login h1 {
  text-transform: none;
  color: #4d4f52;
  font-size: 24pt;
  line-height: 1.3;
}
.login form {
  padding-left: 0;
  padding-right: 0;
}
.login form .checkbox {
  background-color: #ebecf0;
  margin-bottom: 25px;
  padding: 14px 16px 14px 32px;
  font-size: 10pt;
}
.login form .checkbox input[type="checkbox"] {
  margin-left: -35px;
}
.login form .checkbox .button-checkbox {
  float: left;
  margin-left: -35px;
}
.login form .checkbox .button-checkbox .btn {
  color: #9b9fa3;
  padding: 0;
  border: 0;
  height: auto;
  line-height: normal;
  font-size: 14pt;
}
.login form .checkbox .button-checkbox .btn .fa-check-square-o {
  color: #606367;
}
.login .recover-pass {
  text-align: center;
  border-bottom: 1px solid #e1e4e7;
  margin: 40px 0;
}
.login .recover-pass a {
  color: #606367;
  margin-bottom: 25px;
  display: block;
}
.login-info {
  padding-top: 20px;
}
.login-info h1 {
  text-transform: none;
  margin-bottom: 20px;
}
.login-info p {
  margin-bottom: 50px;
}
/* #Contacts
================================================== */
#contacts_map {
  height: 450px;
  width: 100%;
  background-color: #e1e4e7;
}
#contacts_map2 {
  height: 400px;
  width: 100%;
  background-color: #e1e4e7;
  margin-bottom: 60px;
}
.contacts,
.contacts-2 {
  position: relative;
  overflow: hidden;
}
.contacts form,
.contacts-2 form {
  margin-top: 35px;
  display: inline-block;
  width: 100%;
}
.contacts form .btn,
.contacts-2 form .btn {
  margin-top: 20px;
}
.agency_contacts_map {
  height: 100%;
  width: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  background-color: #e1e4e7;
  z-index: 0;
}
.contacts-2 {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 20px;
  padding-bottom: 50px;
  margin-bottom: 60px;
}
.contacts-2 .form-control {
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  height: 56px;
}
.contacts-2 .form-control:focus {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.85);
}
.contacts-2 textarea.form-control {
  height: 156px;
}
/* #Footer
================================================== */
#footer {
  background-color: #f1f3f6;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
#footer #copyright {
  background-color: #fff;
  padding: 24px 0;
  line-height: 33px;
  position: relative;
}
#footer .to-top {
  position: absolute;
  bottom: 16px;
  right: 50px;
  width: 50px;
  height: 50px;
  line-height: 42px;
  text-align: center;
  border: 2px solid #02baa6;
  background-color: #fff;
  font-size: 18pt;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#footer .to-top:hover {
  background-color: #02baa6;
  color: #fff;
}
#footer-top {
  padding-top: 100px;
}
#footer-top h2,
#footer-top h3,
#footer-top h4 {
  color: #4d4f52;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
}
#footer-top .block {
  padding-bottom: 100px;
  padding-right: 60px;
}
#footer-top .block:last-child {
  padding-right: 15px;
}
#footer-top a {
  color: #74777c;
}
#footer-top a:hover {
  color: #02baa6;
  text-decoration: none;
}
#footer-top img {
  max-width: 100%;
}
#footer-top .footer-logo {
  margin-bottom: 40px;
  display: block;
}
#footer-top .social-networks {
  margin-top: 40px;
}
.footer-contacts {
  list-style: none;
  padding: 0;
  overflow: hidden;
  margin-top: 10px;
}
.footer-contacts li {
  padding: 15px 0;
  display: block;
  position: relative;
  border-bottom: 1px solid #e1e4e7;
}
.footer-contacts li:last-child {
  border: 0;
}
.footer-contacts li label {
  color: #9b9fa3;
  font-weight: 500;
  margin: 0;
}
.footer-contacts li i {
  font-size: 13pt;
  margin-right: 5px;
}
.footer-latest-posts {
  list-style: none;
  padding: 0;
}
.footer-latest-posts li {
  min-height: 58px;
  display: table;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
  padding: 0 42px 0 0;
}
.footer-latest-posts li .image {
  float: left;
  width: 58px;
  margin-right: 12px;
}
.footer-latest-posts li .image img {
  height: 100%;
}
.footer-latest-posts li i {
  position: absolute;
  right: 5px;
  top: 14px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 25px;
  text-indent: 2px;
  font-size: 13pt;
  border: 2px solid #4d4f52;
  color: #4d4f52;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-latest-posts li a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-latest-posts li .title {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  min-height: 58px;
}
.footer-latest-posts li .title .date {
  color: #9b9fa3;
}
.footer-latest-posts li .title:hover a i {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
}
.footer-links li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.footer-links li a {
  display: inline-block;
  width: 100%;
  padding: 0 12px;
  position: relative;
  color: #606367;
}
.footer-links li a::after {
  content: "/";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: -5px;
  margin-top: -7px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer-links li a:hover {
  color: #02baa6;
}
.footer-links li:last-child a::after {
  display: none;
}
.social-networks {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-networks li {
  display: inline-block;
  margin: 2px;
}
.social-networks li a {
  display: inline-block;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 29px;
  margin: 0;
  padding: 0;
  border: 2px solid #4d4f52;
  color: #4d4f52;
  font-size: 13pt;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.social-networks li a:hover {
  color: #4d4f52;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.social-networks.large li {
  margin: 3px 9px;
}
.social-networks.large li a {
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 18pt;
}
.social-networks.color li a {
  width: 47px;
  height: 47px;
  line-height: 42px;
  font-size: 17pt;
  color: #02baa6;
  border-color: #02baa6;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.social-networks.color li a:hover {
  background-color: #02baa6;
  color: #fff;
}
#footer-top .social-networks li a:hover {
  color: #4d4f52;
}
#copyright .social-networks {
  float: right;
}
#copyright .social-networks li a {
  border: none;
}
.colored .social-networks,
.colored-bg .social-networks,
.dark-bg .social-networks,
.gradient-bg .social-networks,
.action-box .social-networks {
  margin-top: 5px;
}
.colored .social-networks li a,
.colored-bg .social-networks li a,
.dark-bg .social-networks li a,
.gradient-bg .social-networks li a,
.action-box .social-networks li a {
  border-color: #fff;
  color: #fff;
}
.colored .social-networks li a:hover,
.colored-bg .social-networks li a:hover,
.dark-bg .social-networks li a:hover,
.gradient-bg .social-networks li a:hover,
.action-box .social-networks li a:hover {
  color: #fff !important;
}
/* #PrettyPhoto Skin Override
================================================== */
div.bizzie .pp_next:hover,
div.bizzie .pp_previous:hover {
  cursor: pointer;
}
div.bizzie .pp_expand {
  font-family: FontAwesome;
  cursor: pointer;
}
div.bizzie .pp_expand:before {
  content: "\f0b2";
  color: #fff;
}
div.bizzie .pp_contract {
  font-family: FontAwesome;
  cursor: pointer;
}
div.bizzie .pp_contract:before {
  content: "\f066";
  color: #fff;
}
div.bizzie .pp_close {
  font-family: FontAwesome;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
div.bizzie .pp_close:before {
  content: "\f00d";
  color: #fff;
}
div.bizzie .pp_description {
  margin-right: 60px;
  color: #fff;
  font-weight: 700;
  text-indent: 10px;
}
div.bizzie .pp_nav .pp_play {
  font-family: FontAwesome;
  height: 15px;
  width: 14px;
}
div.bizzie .pp_nav .pp_play:before {
  content: "\f04b";
  color: #fff;
}
div.bizzie .pp_nav .pp_pause {
  font-family: FontAwesome;
  height: 15px;
  width: 14px;
}
div.bizzie .pp_nav .pp_pause:before {
  content: "\f04c";
  color: #fff;
}
div.bizzie .pp_arrow_previous {
  font-family: FontAwesome;
}
div.bizzie .pp_arrow_previous:before {
  content: "\f053";
  color: #fff;
}
div.bizzie .pp_arrow_next {
  font-family: FontAwesome;
}
div.bizzie .pp_arrow_next:before {
  content: "\f054";
  color: #fff;
}
div.bizzie .pp_loaderIcon {
  background: url(../img/progress.html) center center no-repeat;
}
div.pp_pic_holder a:focus {
  outline: none;
}
div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}
div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}
.pp_content {
  height: 40px;
  min-width: 40px;
}
* html .pp_content {
  width: 40px;
}
.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}
.pp_content_container .pp_left {
  padding-left: 20px;
}
.pp_content_container .pp_right {
  padding-right: 20px;
}
.pp_content_container .pp_details {
  float: left;
  padding: 10px 0 2px;
}
.pp_description {
  display: none;
  margin: 0;
}
.pp_social {
  float: left;
  margin: 0 0 0 10px;
}
.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}
.pp_social .twitter {
  float: left;
}
.pp_nav {
  clear: right;
  float: left;
  margin: 0 10px 0 0;
}
.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin: 2px 5px 0 10px;
}
a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin: 3px 5px 0 0;
  overflow: hidden;
  width: 9px;
}
.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}
.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}
.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}
.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}
.pp_gallery ul a img {
  border: 0;
}
.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.pp_gallery li.default a {
  display: block;
  height: 33px;
  width: 50px;
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}
a.pp_next,
a.pp_previous {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  font-family: FontAwesome;
  line-height: 40px;
  font-size: 18pt;
  text-align: center;
  background-color: #02baa6;
  top: 50%;
  position: relative;
  margin-top: -20px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
a.pp_next {
  float: right;
  padding: 0 0 0 13px;
  margin-right: 10px;
}
a.pp_next:before {
  content: "\f054";
  color: #fff;
}
a.pp_previous {
  float: left;
  padding: 0 0 0 10px;
  margin-left: 10px;
}
a.pp_previous:before {
  content: "\f053";
  color: #fff;
}
.pp_content:hover a.pp_next,
.pp_content:hover a.pp_previous {
  opacity: 1;
}
a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  top: 10px;
  width: 12px;
  z-index: 20000;
  overflow: hidden;
  text-decoration: none;
}
a.pp_close {
  position: absolute;
  right: 10px;
  top: 8px;
  display: block;
  line-height: 22px;
  font-size: 18pt;
  overflow: hidden;
}
.pp_loaderIcon {
  display: block;
  height: 31px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 31px;
  margin: -15px 0 0 -15px;
}
#pp_full_res {
  line-height: 1 !important;
}
#pp_full_res .pp_inline {
  text-align: left;
}
#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}
div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
}
div.bizzie .pp_details {
  position: relative;
  background-color: #02baa6;
}
div.bizzie .pp_gallery a.pp_arrow_previous,
div.bizzie .pp_gallery a.pp_arrow_next {
  margin-top: 8px !important;
}
div.bizzie .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}
div.bizzie .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}
div.bizzie .currentTextHolder,
div.dark_square .currentTextHolder {
  color: #fff;
}
div.bizzie #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
  color: #fff;
}
.pp_top,
.pp_bottom {
  height: 20px;
  position: relative;
}
* html .pp_top,
* html .pp_bottom {
  padding: 0 20px;
}
.pp_top .pp_left,
.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_top .pp_middle,
.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}
.pp_top .pp_right,
.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_fade,
.pp_gallery li.default a img {
  display: none;
}
/* #Media Queries
================================================== */
@media (min-width: 993px) and (max-width: 1199px) {
  .sidebar #newsletter h2 span {
    font-size: 25pt;
  }
  .e404 > div {
    font-size: 60pt;
  }
  .e404 > div strong {
    font-size: 120pt;
    margin-bottom: -70px;
  }
  .e404 i {
    font-size: 130pt;
    margin-top: 72px;
  }
}
@media (max-width: 1199px) {
  .services-2 .item {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .sidebar #newsletter h2 span {
    font-size: 18pt;
  }
  .widget.widget_recent_entries > ul > li {
    margin-bottom: 40px;
  }
  .widget.widget_recent_entries > ul > li .image {
    width: 100%;
  }
  .widget.widget_recent_entries > ul > li .top-info {
    width: 100%;
    margin: 10px 0 10px 0;
    padding: 0 0 8px 0;
  }
  .sidebar .nav-tabs > li {
    width: 100%;
  }
  .e404 > div {
    font-size: 48pt;
  }
  .e404 > div strong {
    font-size: 90pt;
    margin-bottom: -50px;
  }
  .e404 i {
    font-size: 105pt;
    margin-top: 50px;
  }
  #e404-side {
    margin-top: 50px;
  }
  .app-features .app-features-img {
    vertical-align: middle;
  }
  .app-features .app-features-img img {
    margin-bottom: 30px;
  }
  .highlight-heading {
    font-size: 26pt;
  }
}
@media (max-width: 992px) {
  .nav.navbar-nav {
    display: none;
  }
  #nav-mobile-btn {
    display: block;
  }
  #footer #copyright {
    text-align: center;
    line-height: 22px;
  }
  .action-box {
    text-align: center;
  }
  .action-box #newsletter {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .footer-links {
    float: none;
    margin-top: 20px;
  }
  .list-style .item .image {
    width: 100%;
  }
  .list-style .item .image img {
    width: 100%;
  }
  .list-style .item .info-blog {
    width: 100%;
    margin-left: 0;
  }
  .blog-metas > ul {
    width: 100%;
    border-right: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  #copyright .social-networks {
    float: none;
    margin-top: 20px;
  }
  .highlight-img img {
    width: 100%;
    position: static;
    margin-left: 0;
  }
  .col-sm-8 #gallery-grid.grid-style .row .item.col-md-6:first-child,
  .col-sm-8 #gallery-grid.grid-style .row .item.col-md-6:last-child {
    padding: 0 15px;
  }
  .call-to-action h1,
  .call-to-action h2,
  .call-to-action h3 {
    margin-bottom: 30px;
  }
  .call-to-action .btn {
    position: relative;
    top: 0;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sidebar #newsletter .input-group {
    width: 100%;
  }
  .sidebar #newsletter .input-group .form-control {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  .sidebar #newsletter .input-group .input-group-btn {
    white-space: normal;
    width: 100%;
    display: block;
  }
  .sidebar #newsletter .input-group .input-group-btn .btn {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    width: 100%;
  }
  .col-sm-4 h1 {
    font-size: 20pt;
  }
}
@media (max-width: 767px) {
  .colored::before,
  .gray::before {
    background-color: transparent !important;
  }
  .team-grid > li .info .social-networks,
  .team-grid .item .info .social-networks {
    margin-top: 0;
  }
  .nav-tabs.tabs-left,
  .nav-tabs.tabs-right {
    width: 100%;
    text-align: center;
  }
  .nav-tabs.tabs-left > li > a,
  .nav-tabs.tabs-right > li > a {
    margin-right: 0;
  }
  .nav-tabs.tabs-left > li.active > a,
  .nav-tabs.tabs-right > li.active > a,
  .nav-tabs.tabs-left > li.active > a:hover,
  .nav-tabs.tabs-right > li.active > a:hover,
  .nav-tabs.tabs-left > li.active > a:focus,
  .nav-tabs.tabs-right > li.active > a:focus {
    border: 1px solid #e1e4e7;
    border-bottom: none;
  }
  .tab-content.tabs-left,
  .tab-content.tabs-right {
    width: 100%;
    border-top: none;
  }
  .e404 {
    text-align: center;
  }
  .e404 > div {
    float: none;
    display: inline-block;
  }
  .e404 i {
    float: none;
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: -27px;
    margin-top: 0;
  }
  #e404-side {
    margin-top: 0px;
  }
  .contacts::before {
    background-color: transparent;
    display: none;
  }
  .agency_contacts_map {
    height: 500px;
    width: 100%;
    position: relative !important;
    overflow: hidden;
  }
  .app-features .app-features-img {
    display: inline-block;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
  }
  .app-features .app-features-img img {
    margin-bottom: 30px;
  }
  #app-features {
    padding-bottom: 60px !important;
  }
  .app-metrics {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-right: none;
    padding-bottom: 15px;
  }
  .instagram ul li {
    width: 33.3333333%;
    /* Fallback */
    width: -webkit-calc(33.33333333%);
    width: calc(33.33333333%);
  }
  .row-table > div {
    display: block;
    float: none;
  }
  .row-table > div.col-sm-offset-1 {
    padding-left: 15px;
  }
  .row-table > div.col-sm-offset-2 {
    padding-left: 15px;
  }
  .gallery-scroller ul {
    height: 250px;
  }
  .gallery-scroller li {
    height: 250px;
    width: 250px;
  }
  .no-padding-mobile {
    padding-top: 0;
    padding-bottom: 0;
  }
  .services .item::after {
    display: none;
  }
  .owl-carousel {
    padding: 45px 20px;
  }
  .owl-carousel > .owl-nav .owl-prev {
    left: -40px;
  }
  .owl-carousel > .owl-nav .owl-next {
    right: -40px;
  }
  .owl-carousel:hover > .owl-nav .owl-prev {
    left: -5px;
  }
  .owl-carousel:hover > .owl-nav .owl-next {
    right: -5px;
  }
  .carousel-style-2 .item h1 {
    font-size: 17pt;
  }
  #footer .to-top {
    position: static;
    display: inline-block;
    margin-top: 20px;
  }
  #footer-top .block {
    padding-right: 15px;
  }
  .row-table > div.col-sm-offset-2 {
    padding-right: 15px;
  }
}
@media (max-width: 600px) {
  .e404 {
    text-align: center;
    width: 268px;
    margin: 0 auto;
  }
  .e404 > div {
    float: none;
    display: inline-block;
    font-size: 35pt;
  }
  .e404 > div strong {
    font-size: 65pt;
    margin-bottom: -33px;
  }
  .e404 i {
    font-size: 80pt;
    top: -14px;
  }
}
@media (min-width: 481px) and (max-width: 992px) {
  .pricing-2 li h4 {
    font-size: 18pt;
  }
}
@media (max-width: 480px) {
  #top-info {
    display: block;
    line-height: 20px;
    margin-top: 7px;
  }
  #top-info li {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0;
  }
  #top-bar .sn-top {
    float: none;
    text-align: center;
    width: 100%;
  }
  .widget.widget_recent_entries > ul > li {
    margin-bottom: 40px;
  }
  .widget.widget_recent_entries > ul > li .image {
    width: 100%;
  }
  .widget.widget_recent_entries > ul > li .top-info {
    width: 100%;
    margin: 10px 0 10px 0;
    padding: 0 0 8px 0;
  }
  .form-control-large,
  .form-control-small {
    width: 100%;
    margin: 0;
  }
  .form-control-small {
    width: 100%;
  }
  .sidebar #newsletter h2 span {
    font-size: 21pt;
  }
  .pricing-2 li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .sidebar .nav-tabs > li,
  .nav-tabs > li {
    width: 100%;
  }
  #gallery-detail-thumbs .item {
    height: 90px;
  }
  .comments {
    padding: 20px;
  }
  .login {
    padding: 40px 25px;
  }
  .pagination #previous,
  .pagination #next {
    width: 100%;
    margin-bottom: 5px;
    position: static;
    top: auto;
  }
  .pagination #previous li,
  .pagination #next li {
    float: none;
  }
  .sidebar #newsletter .input-group {
    width: 100%;
  }
  .sidebar #newsletter .input-group .form-control {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  .sidebar #newsletter .input-group .input-group-btn {
    white-space: normal;
    width: 100%;
    display: block;
  }
  .sidebar #newsletter .input-group .input-group-btn .btn {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    width: 100%;
  }
}
