@import 'css/bootstrap.min.css';
@import 'css/animate.min.css';
@import 'css/font-awesome.min.css';
@import 'css/jquery.fs.wallpaper.css';
@import 'css/frontend-grid.css';
@import 'css/icomoon.css';
@import 'css/swiper.min.css';
#preloader-wrapper,
.button,
.button.blue,
.button.green,
.button.primary,
.button.red,
.button.yellow,
header#masthead .main-menu .menu-icon {
  text-align: center;
}
.blog-posts table,
.widget_calendar table {
  border-collapse: collapse;
  border-spacing: 0;
}
#secondary .navigation li,
.widget_categories li,
.widget_rss ul,
header#masthead li {
  list-style: none;
}
.widget_blog_tabs .nav_tabs a:active,
.widget_blog_tabs .nav_tabs a:focus,
a {
  outline: 0;
}
header#masthead {
  position: relative;
  padding-top: 20px;
  font-family: Arimo, sans-serif;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 4px 1px rgba(0,0,0,0.2);
  box-shadow: 0 0 4px 1px rgba(0,0,0,0.2);
  z-index: 300;
  background-image: url('/images/back.jpg');
  background-size: cover;
}
header#masthead .container {
  height: 98px;
}
header#masthead .logo {
  display: block;
  float: left;
}
header#masthead .logo.small {
  display: none;
}
header#masthead .main-menu {
  float: right;
  height: 98px;
  position: relative;
  padding-left: 40px;
  min-width: 440px;
}
header#masthead .main-menu ul {
  float: left;
  padding: 0;
}
header#masthead .main-menu .menu-item {
  display: block;
  position: relative;
  float: left;
}
header#masthead .main-menu .menu-item > a {
  display: block;
  padding: 0 25px;
  font-size: 16px;
  height: 98px;
  line-height: 78px;
  color: #20272f;
}
header#masthead .main-menu .menu-item > span {
  display: block;
  padding: 0 25px;
  font-size: 16px;
  height: 98px;
  line-height: 78px;
  color: #20272f;
}
header#masthead .main-menu .menu-item > a:hover {
  background-color: #ed5565;
  color: #ffffff;
}
header#masthead .main-menu .menu-item:hover > .submenu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 306;
}
header#masthead .main-menu .menu-item:not(:first-of-type) {
  margin-left: 1px;
}
header#masthead .main-menu .menu-item:not(:first-of-type):before {
  display: block;
  content: '';
  position: absolute;
  left: -1px;
  top: 33px;
  width: 1px;
  height: 11px;
  background-color: #bcbec0;
}
header#masthead .main-menu .menu-icon {
  display: block;
  float: right;
  width: 53px;
  height: 53px;
  line-height: 57px;
  font-size: 20px;
  margin: 12px 0 0 10px;
  border: 1px solid #c4c4c4;
  background-color: #ffffff;
  color: #8c8c8c;
  position: relative;
  -webkit-transition: color .3s, border-color .3s;
  -moz-transition: color .3s, border-color .3s;
  -o-transition: color .3s, border-color .3s;
  transition: color .3s, border-color .3s;
  z-index: 303;
}
header#masthead .main-menu .menu-icon.search:before {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: -6px;
  top: 50%;
  margin-top: -7px;
  border-bottom: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ffffff;
  -webkit-transition: border-color .3s;
  -moz-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s;
}
header#masthead .main-menu .menu-icon .cart-items-count {
  background-color: #20272f;
  color: #ffffff;
  width: 21px;
  height: 21px;
  font-size: 11px;
  text-align: center;
  line-height: 23px;
  border-radius: 999px;
  position: absolute;
  right: 2px;
  bottom: 5px;
  -webkit-transition: background-color .3s;
  -moz-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}
header#masthead .main-menu .menu-icon:hover {
  color: #ed5565;
  border-color: #ed5565;
}
header#masthead .main-menu .menu-icon:hover:before {
  border-bottom-color: #ed5565;
  border-left-color: #ed5565;
}
header#masthead .main-menu .menu-icon:hover .cart-items-count {
  background-color: #ed5565;
}
header#masthead .main-menu .submenu {
  position: absolute;
  background-color: #333333;
  padding: 15px 0;
  top: 85px;
  left: 50%;
  margin-left: -140px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: -webkit-transform .5s, visibility .5s, opacity .5s;
  -moz-transition: -moz-transform .5s, visibility .5s, opacity .5s;
  -o-transition: -o-transform .5s, visibility .5s, opacity .5s;
  transition: transform .5s, visibility .5s, opacity .5s;
  z-index: 305;
}
header#masthead .main-menu .submenu:before {
  position: absolute;
  display: block;
  content: '';
  border-style: solid;
  border-width: 0 12px 12px;
  border-color: #333333 rgba(255,255,255,0);
  top: -12px;
  left: 50%;
  margin-left: -12px;
}
header#masthead .main-menu .submenu .sub-menu-item {
  position: relative;
  padding: 11px 0;
  padding-right: 20px;
}
header#masthead .main-menu .submenu .sub-menu-item a {
  display: block;
  width: 280px;
  font-size: 12px;
  padding-left: 30px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
header#masthead .main-menu .submenu .sub-menu-item a:hover {
  color: #ed5565;
}
header#masthead .main-menu .submenu .sub-menu-item:hover > .submenu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 306;
}
header#masthead .main-menu .submenu .submenu {
  left: 100%;
  margin-left: 0;
  top: 0;
  border: 1px solid transparent;
  background-clip: padding-box;
}
header#masthead .main-menu .submenu .submenu:before {
  content: none;
}
.our-works-container,
[data-animate] {
  visibility: hidden;
}
header#masthead .main-menu .search-box .s {
  font-size: 40px;
  color: #333333;
}
header#masthead #menu-toggle {
  float: right;
  display: none;
  margin: 5px 5px 0 0;
  width: 68px;
  height: 68px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}
header#masthead #menu-toggle .bar {
  width: 46px;
  height: 4px;
  background-color: #c4c4c4;
  position: absolute;
  left: 10px;
}
header#masthead #menu-toggle .first {
  top: 17px;
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  -o-transition: -o-transform .3s;
  transition: transform .3s;
}
header#masthead #menu-toggle .second {
  top: 32px;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}
header#masthead #menu-toggle .third {
  top: 47px;
  transition: transform .3s;
}
header#masthead #menu-toggle .third,
header#masthead #mobile-menu {
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  -o-transition: -o-transform .3s;
}
header#masthead #menu-toggle.opened .first {
  -webkit-transform: translateY(13px) rotate(45deg);
  -moz-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}
header#masthead #menu-toggle.opened .second {
  opacity: 0;
}
header#masthead #menu-toggle.opened .third {
  -webkit-transform: translateY(-17px) rotate(-45deg);
  -moz-transform: translateY(-17px) rotate(-45deg);
  -ms-transform: translateY(-17px) rotate(-45deg);
  -o-transform: translateY(-17px) rotate(-45deg);
  transform: translateY(-17px) rotate(-45deg);
}
header#masthead #mobile-menu {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 300px;
  bottom: 0;
  background-color: #333333;
  color: #ffffff;
  padding: 50px 40px 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 14px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: transform .3s;
}
header#masthead #mobile-menu.opened {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
header#masthead #mobile-menu ul {
  padding-left: 0;
}
header#masthead #mobile-menu .mobile-menu-item {
  display: block;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  cursor: pointer;
  position: relative;
}
header#masthead #mobile-menu .mobile-menu-item a {
  color: #ffffff;
}
header#masthead #mobile-menu .mobile-menu-item a:hover {
  color: #ed5565;
}
header#masthead #mobile-menu .mobile-menu-item .toggle-state-icon {
  position: absolute;
  display: block;
  padding: 10px 0;
  line-height: 24.38px;
  right: 0;
  top: 0;
  font-weight: 700;
  -webkit-transition: -webkit-transform .2s;
  -moz-transition: -moz-transform .2s;
  -o-transition: -o-transform .2s;
  transition: transform .2s;
}
header#masthead #mobile-menu .mobile-menu-item.opened > .toggle-state-icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
header#masthead #mobile-menu .submenu {
  display: none;
  padding-left: 20px;
}
header#masthead #mobile-menu .submenu .mobile-menu-item {
  font-size: 12px;
}
header#masthead #mobile-menu .submenu .mobile-menu-item:last-child {
  padding-bottom: 0;
}
.sticky-header header#masthead {
  position: absolute;
  width: 100%;
}
#preloader-wrapper,
body.loading {
  bottom: 0;
  top: 0;
  left: 0;
  position: fixed;
  right: 0;
}
@media screen and (min-width: 600px) {
  .sticky-header header#masthead {
    position: fixed;
    width: 100%;
  }
}
#titlebar .breadcrumbs {
  font-size: 14px;
}
body.loading {
  overflow: hidden;
}
#preloader-wrapper {
  z-index: 10001;
  transform: translate3d(0,0,1200);
  background-color: #ffffff;
  opacity: 1;
  -webkit-transition: opacity .8s;
  -moz-transition: opacity .8s;
  -o-transition: opacity .8s;
  transition: opacity .8s;
}
.container,
.search-form {
  position: relative;
}
#preloader-wrapper:before {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
#preloader-wrapper #preloader {
  display: inline-block;
  vertical-align: middle;
  font-size: 60px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: .8em auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease;
  animation: load6 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    box-shadow: 0 -0.83em 0 -0.4em #333333, 0 -0.83em 0 -0.42em #333333, 0 -0.83em 0 -0.44em #333333, 0 -0.83em 0 -0.46em #333333, 0 -0.83em 0 -0.477em #333333;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em #333333, 0 -0.83em 0 -0.42em #333333, 0 -0.83em 0 -0.44em #333333, 0 -0.83em 0 -0.46em #333333, 0 -0.83em 0 -0.477em #333333;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em #333333, -0.087em -0.825em 0 -0.42em #333333, -0.173em -0.812em 0 -0.44em #333333, -0.256em -0.789em 0 -0.46em #333333, -0.297em -0.775em 0 -0.477em #333333;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em #333333, -0.338em -0.758em 0 -0.42em #333333, -0.555em -0.617em 0 -0.44em #333333, -0.671em -0.488em 0 -0.46em #333333, -0.749em -0.34em 0 -0.477em #333333;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em #333333, -0.377em -0.74em 0 -0.42em #333333, -0.645em -0.522em 0 -0.44em #333333, -0.775em -0.297em 0 -0.46em #333333, -0.82em -0.09em 0 -0.477em #333333;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 -0.83em 0 -0.4em #333333, 0 -0.83em 0 -0.42em #333333, 0 -0.83em 0 -0.44em #333333, 0 -0.83em 0 -0.46em #333333, 0 -0.83em 0 -0.477em #333333;
  }
}
@keyframes load6 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    box-shadow: 0 -0.83em 0 -0.4em #333333, 0 -0.83em 0 -0.42em #333333, 0 -0.83em 0 -0.44em #333333, 0 -0.83em 0 -0.46em #333333, 0 -0.83em 0 -0.477em #333333;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em #333333, 0 -0.83em 0 -0.42em #333333, 0 -0.83em 0 -0.44em #333333, 0 -0.83em 0 -0.46em #333333, 0 -0.83em 0 -0.477em #333333;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em #333333, -0.087em -0.825em 0 -0.42em #333333, -0.173em -0.812em 0 -0.44em #333333, -0.256em -0.789em 0 -0.46em #333333, -0.297em -0.775em 0 -0.477em #333333;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em #333333, -0.338em -0.758em 0 -0.42em #333333, -0.555em -0.617em 0 -0.44em #333333, -0.671em -0.488em 0 -0.46em #333333, -0.749em -0.34em 0 -0.477em #333333;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em #333333, -0.377em -0.74em 0 -0.42em #333333, -0.645em -0.522em 0 -0.44em #333333, -0.775em -0.297em 0 -0.46em #333333, -0.82em -0.09em 0 -0.477em #333333;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 -0.83em 0 -0.4em #333333, 0 -0.83em 0 -0.42em #333333, 0 -0.83em 0 -0.44em #333333, 0 -0.83em 0 -0.46em #333333, 0 -0.83em 0 -0.477em #333333;
  }
}
.button.search,
.search-form input[type=submit] {
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  transform: translate(0,0);
}
.button {
  border: 1px solid #44484a;
  border-radius: 4px;
  color: #ffffff !important;
  background-color: #44484a;
  -webkit-transition: color .3s, background-color .3s, border-color .3s;
  -moz-transition: color .3s, background-color .3s, border-color .3s;
  -o-transition: color .3s, background-color .3s, border-color .3s;
  transition: color .3s, background-color .3s, border-color .3s;
  white-space: nowrap;
  display: inline-block;
  padding: 0 20px;
  line-height: 36px;
  font-size: 15px;
  height: auto;
}
.button.primary,
.button:hover {
  color: #ffffff;
  border: 1px solid #ed5565;
  background-color: #ed5565;
}
.button:active,
.button:focus {
  color: #ffffff;
}
.button.small {
  font-size: 13px;
  line-height: 30px;
  padding: 0 20px;
}
.button.large {
  font-size: 20px;
  line-height: 46px;
  padding: 0 30px;
}
.button.primary:hover {
  background-color: #d44c5a;
  border: 1px solid #d44c5a;
}
.button.red {
  color: #ffffff;
  border: 1px solid #ed5565;
  background-color: #ed5565;
}
.button.red:hover {
  background-color: #d44c5a;
  border: 1px solid #d44c5a;
}
.button.blue {
  color: #ffffff;
  border: 1px solid #3074c8;
  background-color: #3074c8;
}
.button.blue:hover {
  background-color: #388cf3;
  border: 1px solid #388cf3;
}
.button.green {
  color: #ffffff;
  border: 1px solid #6ca12c;
  background-color: #6ca12c;
}
.button.green:hover {
  background-color: #89c245;
  border: 1px solid #89c245;
}
.button.yellow {
  color: #ffffff;
  border: 1px solid #f5d554;
  background-color: #f5d554;
}
.button.yellow:hover {
  background-color: #ffe261;
  border: 1px solid #ffe261;
}
.button.transparent {
  background-color: rgba(255,255,255,0);
  color: #44484a !important;
}
.button.transparent:hover {
  background-color: #d44c5a;
  color: #ffffff !important;
}
.button.search {
  height: 30px;
  padding: 1px 6px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
}
.button.search,
.search-form input[type=submit] {
  text-align: center;
  border-radius: 0;
  width: 30px;
  line-height: 30px;
  display: inline-block;
}
.search-form {
  height: 30px;
}
.search-form .input-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 30px;
  height: 100%;
  border: 1px solid #d0d0d0;
  border-right: 0;
}
.search-form .s {
  padding: 0 10px;
  height: 100%;
}
.search-form input[type=submit] {
  height: 30px;
  padding: 1px 6px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 0;
  top: 0;
}
.booard-tab {
  padding-bottom: 30px;
  border-bottom: 1px solid #c4c4c4;
}
.booard-tab .tab-pane {
  padding: 30px 0;
}
.booard-tab .nav-tabs {
  border-bottom-color: #000000;
  font-size: 20px;
  font-weight: 400;
}
.booard-tab .nav-tabs > li {
  position: relative;
  z-index: 111;
  border: 1px solid #a2a6ab;
  border-bottom: 0;
  margin: 0;
}
.booard-tab .nav-tabs > li:not(:first-child) {
  margin-left: -1px;
}
.booard-tab .nav-tabs > li.active {
  z-index: 112;
  margin-top: -5px;
  border-color: #000000;
}
.booard-tab .nav-tabs > li.active a {
  height: 53px;
  background-color: #ffffff;
}
.booard-tab .nav-tabs > li > a {
  margin: 0;
  border: 0 !important;
  border-radius: 0;
  width: 180px;
  height: 48px;
  text-align: center;
  color: #44484a;
}
.booard-tab .nav-tabs > li > a i.fa {
  margin-right: 7px;
}
.booard-tab .nav-tabs > li > a:hover {
  background-color: #f6f6f6;
}
.booard-accordion .panel {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
}
.booard-accordion .panel-heading {
  border: 1px solid #b7babd;
  border-radius: 0;
  padding: 10px 0 10px 10px;
  background-color: transparent;
}
.booard-accordion .panel-heading .panel-title a {
  display: block;
  padding: 15px 95px 15px 25px;
  font-size: 20px;
  font-weight: 700;
  color: #6a6666;
  position: relative;
}
.booard-accordion .panel-heading .panel-title a .iconmark {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 95px;
  border-left: 1px solid #b7babd;
  color: #6a6666;
  font-size: 24px;
  text-align: center;
}
.booard-accordion .panel-heading .panel-title a .iconmark:before {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
.booard-accordion .panel-heading .panel-title a .iconmark i {
  display: inline-block;
  width: 96%;
  vertical-align: middle;
}
.booard-accordion .panel-body {
  padding: 25px 0;
  font-size: 14px;
  line-height: 1.875;
}
.pricing-table .pricing-table-wrapper:after {
  display: block;
  clear: both;
  content: '';
}
.pricing-table .pricing-table-col-container {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 40px;
}
.pricing-table .pricing-table-col-container:not(:last-child) .pricing-table-column {
  margin-right: -1px;
}
.pricing-table .pricing-table-column {
  border: 1px solid #e2e2e2;
  max-width: 400px;
  text-align: center;
}
.pricing-table .pricing-table-column .header {
  padding: 35px 0 25px;
  border-bottom: 1px solid #e2e2e2;
}
.pricing-table .pricing-table-column .header .plan {
  color: #616f70;
  font-size: 22.7px;
  text-transform: uppercase;
}
.pricing-table .pricing-table-column .header .price {
  margin-top: 10px;
  color: #616f70;
  font-size: 34.7px;
  line-height: 1;
}
.pricing-table .pricing-table-column .header .period {
  vertical-align: bottom;
  font-size: 12.6px;
  color: #a0a2a2;
  line-height: 1.4;
}
.pricing-table .pricing-table-column .feature {
  padding: 15px 0;
}
.pricing-table .pricing-table-column .feature .feature-icon {
  display: inline-block;
  color: #44484a;
  font-size: 34px;
  margin-bottom: 10px;
}
.pricing-table .pricing-table-column .feature .offer {
  font-size: 38px;
  color: #44484a;
  line-height: 1;
  margin-bottom: 5px;
}
.pricing-table .pricing-table-column .feature .offer .period {
  vertical-align: bottom;
  font-size: 15.2px;
  line-height: 1.4;
}
.pricing-table .pricing-table-column .feature .feature-title {
  color: #a0a2a2;
  font-size: 15.18px;
  text-transform: uppercase;
}
.pricing-table .pricing-table-column .feature .feature-desc {
  font-size: 12.67px;
  color: #bcbcbc;
}
.pricing-table .pricing-table-column .feature .feature-emphasis {
  color: #a0a2a2;
  font-size: 21px;
  text-transform: uppercase;
  line-height: 1.2;
}
.pricing-table .pricing-table-column .footer {
  padding: 16px 0;
  border-top: 1px solid #e2e2e2;
}
.content-box-style2 .iconbox:hover:after,
.content-box-style2 .iconbox:hover:before,
.content-box-style8:hover .iconbox:after,
.content-box-style8:hover .iconbox:before {
  border-top-color: #ed5565;
}
.pricing-table .pricing-table-column .footer .button {
  font-size: 18px;
  text-transform: uppercase;
}
.pricing-table .pricing-table-column.featured {
  position: relative;
  z-index: 101;
  border-width: 1px 0;
  border-style: solid;
  background-color: #44484a;
  color: #ffffff;
}
.pricing-table .pricing-table-column.featured .header {
  padding: 45px 0 40px;
  border-bottom: 1px solid #ffffff;
}
.pricing-table .pricing-table-column.featured .feature .feature-desc,
.pricing-table .pricing-table-column.featured .feature .feature-emphasis,
.pricing-table .pricing-table-column.featured .feature .feature-icon,
.pricing-table .pricing-table-column.featured .feature .feature-title,
.pricing-table .pricing-table-column.featured .feature .offer,
.pricing-table .pricing-table-column.featured .header .period,
.pricing-table .pricing-table-column.featured .header .plan,
.pricing-table .pricing-table-column.featured .header .price {
  color: #ffffff;
}
.pricing-table .pricing-table-column.featured .footer .button {
  -webkit-transition: color .3s, background-color .3s;
  -moz-transition: color .3s, background-color .3s;
  -o-transition: color .3s, background-color .3s;
  transition: color .3s, background-color .3s;
}
.pricing-table .pricing-table-column.featured .footer .button:not(:hover) {
  color: #44484a !important;
  background-color: #ffffff;
}
.progressbar {
  font-size: 15px;
}
.progressbar:after {
  display: block;
  clear: both;
  content: '';
}
#titlebar .breadcrumb .breadcrumb-inner,
#titlebar .breadcrumb:before,
#titlebar .page-title h1,
#titlebar .page-title:before {
  vertical-align: middle;
  display: inline-block;
}
.progressbar.red .progressbar-bg {
  background-color: #bc4e5a;
}
.progressbar.red .progressbar-meter {
  background-color: #ed5565;
}
.progressbar.red .progressbar-label,
.progressbar.red .progressbar-value {
  color: #ed5565;
}
.progressbar.grey .progressbar-bg {
  background-color: #646161;
}
.progressbar.grey .progressbar-meter {
  background-color: #44484a;
}
.progressbar.grey .progressbar-label,
.progressbar.grey .progressbar-value {
  color: #44484a;
}
#titlebar,
#titlebar .page-title h1 {
  color: #5a5c5e;
  font-family: Ubuntu, sans-serif;
}
.progressbar .progressbar-bg,
.progressbar .progressbar-meter {
  border-radius: 2px;
  height: 12px;
}
.progressbar .progressbar-bg {
  margin-bottom: 10px;
  overflow: hidden;
}
.progressbar .progressbar-meter {
  width: 0;
}
.progressbar .progressbar-meter.has-animation {
  -webkit-transition: width 1.5s;
  -moz-transition: width 1.5s;
  -o-transition: width 1.5s;
  transition: width 1.5s;
}
.progressbar .progressbar-label {
  float: left;
  font-weight: 700;
}
.progressbar .progressbar-value {
  float: right;
  font-weight: 600;
}
.progressbar .progressbar-value span {
  margin-right: 3px;
}
#titlebar {
  background-color: #ededed;
}
#titlebar .container {
  height: 120px;
}
#titlebar .page-title {
  float: left;
  width: 49%;
  height: 100%;
}
#titlebar .page-title:before {
  content: '';
  height: 100%;
}
#titlebar .page-title h1 {
  width: 96%;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
}
#titlebar .breadcrumb {
  float: right;
  width: 49%;
  height: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: rgba(255,255,255,0);
  font-size: 14px;
}
#titlebar .breadcrumb:before {
  content: '';
  height: 100%;
}
#titlebar .breadcrumb .breadcrumb-inner {
  width: 96%;
  text-align: right;
}
#titlebar .breadcrumb a {
  color: #ed5565;
}
#titlebar .breadcrumb a:hover {
  color: #d44c5a;
}
#titlebar h1 {
  margin: 0;
}
#content {
  font-family: Lato, sans-serif;
  line-height: 1.5;
}
.content-box-style1 {
  background-color: #f6f6f6;
  padding: 30px 10px 20px 20px;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  height: 500px;
  margin-bottom: 10px;
}
.content-box-style1 .title {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  padding-bottom: 15px;
}
.content-box-style1 .title a {
  color: #000000;
}
.content-box-style1 .title a:hover {
  color: #ed5565;
}
.content-box-style1 .service-image img {
  max-width: 100%;
  height: auto;
}
.content-box-style1 .icon {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #ed5565;
  font-size: 45px;
}
.content-box-style1 .content {
  color: #555555;
  margin-top: 30px;
  max-height: 120px;
  overflow: hidden;
}
.content-box-style1 .link {
  display: block;
  margin-top: 20px;
  color: #000000;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.content-box-style2 {
  margin: 0 -16px 40px -15px;
  padding: 0 0 40px !important;
  position: relative;
}
.content-box-style2:first-child .cb-content {
  border-left: 1px solid #ced2d6;
}
.content-box-style2 .cb-content {
  padding: 0 25px 30px;
  border-right: 1px solid #ced2d6;
  text-align: center;
}
.content-box-style2 .iconbox {
  width: 80px;
  height: 74px;
  line-height: 78px;
  font-size: 36px;
  text-align: center;
  margin: 0 auto 28px;
  border: 1px solid #c2c2c2;
  color: #535353;
  position: relative;
  -webkit-transition: border-color .3s, color .3s, background-color .3s;
  -moz-transition: border-color .3s, color .3s, background-color .3s;
  -o-transition: border-color .3s, color .3s, background-color .3s;
  transition: border-color .3s, color .3s, background-color .3s;
}
.content-box-style2 .iconbox:after,
.content-box-style2 .iconbox:before {
  left: 50%;
  top: 100%;
  border: solid transparent;
  position: absolute;
  content: '';
  display: block;
  -webkit-transition: border-color .3s;
  -moz-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s;
}
.content-box-style2 .iconbox:before {
  border-color: #ffffff transparent transparent;
  border-width: 11px;
  margin-left: -11px;
  z-index: 102;
}
.content-box-style2 .iconbox:after {
  border-color: #c2c2c2 transparent transparent;
  border-width: 12px;
  margin-left: -12px;
  z-index: 101;
}
.content-box-style2 .iconbox:hover {
  border-color: #ed5565;
  background-color: #ed5565;
  color: #ffffff;
}
.content-box-style2 .title {
  font-family: Ubuntu, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #5a5c5e;
  text-transform: uppercase;
}
.content-box-style2 .content {
  margin-top: 5px;
  font-family: Arimo, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #5a5c5e;
}
.content-box-style2 .link {
  display: block;
  margin: 35px auto 0;
  width: 112px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  border-radius: 3px;
  background-color: #535353;
  color: #ffffff;
}
.content-box-style2 .link:hover {
  background-color: #ed5565;
}
.content-box-style2 .triangle-down {
  position: relative;
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 0;
  height: 1px;
  border-bottom: 1px solid #ced2d6;
}
.content-box-style2 .triangle-down:after,
.content-box-style2 .triangle-down:before {
  left: 50%;
  top: 100%;
  border: solid transparent;
  position: absolute;
  content: '';
  display: block;
}
.content-box-style2 .triangle-down:before {
  border-color: #ffffff transparent transparent;
  border-width: 11px;
  margin-left: -11px;
  z-index: 102;
}
.content-box-style2 .triangle-down:after {
  border-color: #ced2d6 transparent transparent;
  border-width: 12px;
  margin-left: -12px;
  z-index: 101;
}
.link i {
  margin-left: 20px;
  font-size: 9px;
  vertical-align: 36%;
}
.heading-underline {
  max-width: 450px;
  width: 100%;
  margin: auto;
  height: 1px;
  border-bottom: 1px solid #bcbcbc;
  position: relative;
  z-index: 100;
}
.heading-underline:before {
  display: block;
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  border-style: solid;
  border-width: 0 0 1px 1px;
  border-color: #bcbcbc;
  transform: rotate(-45deg);
  left: 50%;
  margin-left: -9px;
  top: -8px;
}
.banner-row-h3 .triangle-down .triangle,
.heading-underline:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.heading-underline .line1,
.heading-underline .line2 {
  display: block;
  position: absolute;
  width: 105px;
  height: 1px;
  left: 50%;
  top: 0;
  border-bottom: 1px solid #9a9a9a;
}
.heading-underline .line1 {
  margin-left: -117px;
}
.heading-underline .line2 {
  margin-left: 12px;
}
.section-title {
  height: 55px;
  padding: 10px 20px 0;
}
.section-title .title {
  font-family: Ubuntu, sans-serif;
  font-size: 20px;
  color: #5a5c5e;
  text-transform: uppercase;
}
.our-work {
  background-color: #f6f6f6;
}
.our-work .our-work-content {
  height: 445px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(../../images/css_images/our-work-bg.jpg);
}
.our-work .our-work-content a:not(:hover) {
  color: #4b90b7;
}
.our-work .our-work-content .desc {
  padding: 35px 0;
  color: #1f1f1f;
  font-size: 14px;
}
.our-work .our-work-content .our-work-carousel {
  height: 280px;
  overflow: hidden;
  margin: auto;
  z-index: 101;
}
.our-work .our-work-content .our-work-carousel .our-work-item {
  float: left;
  width: 260px;
  margin-right: 20px;
}
.our-work .our-work-content .our-work-carousel .our-work-item .title {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  line-height: 1.2;
  margin-top: 15px;
}
.our-work .our-work-content .our-work-carousel .our-work-item .title a {
  color: #000000;
}
.our-work .our-work-content .our-work-carousel .our-work-item .title a:hover {
  color: #ed5565;
}
.our-work .our-work-content .our-work-carousel .our-work-item .subtitle {
  font-size: 15px;
  font-weight: 300;
  color: #666666;
}
.our-work .our-work-content .our-work-carousel .our-work-item img {
  width: 220px;
  height: 220px;
}
.our-work .our-work-content .our-work-carousel-wrapper {
  position: relative;
}
.our-work .our-work-content .our-work-carousel-wrapper .our-work-carousel-control {
  position: absolute;
  width: 45px;
  height: 43px;
  line-height: 47px;
  font-size: 20px;
  text-align: center;
  background-color: #373f3e;
  color: #ffffff;
  border-radius: 3px;
  top: 50%;
  margin-top: -51px;
  cursor: pointer;
  -webkit-transition: background-color .3s;
  -moz-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  z-index: 111;
}
.our-work .our-work-content .our-work-carousel-wrapper .our-work-carousel-control:hover {
  background-color: #ed5565;
}
.our-work .our-work-content .our-work-carousel-wrapper .our-work-carousel-control.prev {
  left: 0;
}
.our-work .our-work-content .our-work-carousel-wrapper .our-work-carousel-control.next {
  right: 0;
}
.content-box-style6 .iconbox {
  width: 50px;
  height: 45px;
  line-height: 45px;
  font-size: 32px;
  color: #565656;
  border-right: 1px solid #dedede;
  background: #ffffff;
  position: relative;
  position: absolute;
  left: 15px;
  top: 0;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
.content-box-style6 .iconbox:after,
.content-box-style6 .iconbox:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  position: absolute;
  content: '';
  display: block;
}
.content-box-style6 .iconbox:before {
  border-color: transparent transparent transparent #ffffff;
  border-width: 6px;
  margin-top: -6px;
  z-index: 102;
}
.content-box-style6 .iconbox:after {
  border-color: transparent transparent transparent #dedede;
  border-width: 7px;
  margin-top: -7px;
  z-index: 101;
}
.content-box-style6 .content {
  margin-left: 65px;
  overflow: hidden;
}
.content-box-style6 .content .title {
  color: #565656;
  font-size: 14px;
  transition: color .3s;
}
.content-box-style6 .content .title,
.featurebox-style1 .feature-content .title {
  font-weight: 700;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
}
.content-box-style6 .content .subtitle {
  color: #777777;
  font-size: 15px;
}
.content-box-style6:hover .content .title,
.content-box-style6:hover .iconbox {
  color: #ed5565;
}
.featurebox-style1 {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #bbbbbb;
}
.featurebox-style1.padding-top {
  padding-top: 30px;
}
.featurebox-style1 .feature-content-wrapper {
  border-right: 1px solid #bbbbbb;
}
.featurebox-style1 .feature-image-wrapper {
  padding: 6px;
  float: left;
  border: 1px solid #bbbbbb;
  position: relative;
}
.featurebox-style1 .feature-image-wrapper:after,
.featurebox-style1 .feature-image-wrapper:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  position: absolute;
  content: '';
  display: block;
}
.featurebox-style1 .feature-image-wrapper:before {
  border-color: transparent transparent transparent #ffffff;
  border-width: 9px;
  margin-top: -9px;
  z-index: 102;
}
.featurebox-style1 .feature-image-wrapper:after {
  border-color: transparent transparent transparent #bbbbbb;
  border-width: 10px;
  margin-top: -10px;
  z-index: 101;
}
.featurebox-style1 .feature-image-wrapper img {
  width: 100px;
}
.featurebox-style1 .feature-content {
  margin: 0 25px 0 145px;
}
.featurebox-style1 .feature-content .title {
  font-size: 14px;
  color: #414141;
  transition: color .3s;
}
.featurebox-style1 .feature-content .title:hover {
  color: #ed5565;
}
.featurebox-style1 .feature-content .content {
  font-size: 14px;
  color: #474747;
  margin: 15px 0 25px;
  line-height: 1.4;
}
.featurebox-style1 .feature-content .link {
  font-weight: 300;
  font-size: 16px;
  color: #414141;
}
.featurebox-style1 .feature-content .link:hover {
  color: #ed5565;
}
.our-feature-slider-wrapper {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}
.our-feature-slider-wrapper .our-feature-slider-controls {
  margin-top: 20px;
  display: inline-block;
}
.our-feature-slider-wrapper .our-feature-slider-controls .page-control {
  width: 13px;
  height: 13px;
  border: 1px solid #a1a1a1;
  background-color: transparent;
  border-radius: 0;
  float: left;
  opacity: 1;
}
.our-feature-slider-wrapper .our-feature-slider-controls .page-control:not(:last-child) {
  margin-right: 5px;
}
.our-feature-slider-wrapper .our-feature-slider-controls .page-control.swiper-pagination-bullet-active {
  border-color: #000000;
  background-color: #ed5565;
}
.our-feature-slider-wrapper .title {
  font-weight: 700;
  margin-top: 5px;
  color: #616161;
}
.our-feature-slider-wrapper .desc {
  font-weight: 300;
  margin-top: 5px;
  color: #474747;
}
.latest-twitter-wrapper {
  margin-left: 10px;
}
.latest-twitter-wrapper .twitter {
  height: 160px;
  position: relative;
  background-color: #ed5565;
  color: #ffffff;
  text-align: center;
}
.latest-twitter-wrapper .twitter:before {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
.latest-twitter-wrapper .twitter .twitter-content {
  display: inline-block;
  width: 96%;
  vertical-align: middle;
}
.latest-twitter-wrapper .twitter .twitter-content i {
  font-size: 48px;
}
.latest-twitter-wrapper .twitter .twitter-content .date,
.latest-twitter-wrapper .twitter .twitter-content .text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  margin: 5px auto 0;
}
.latest-twitter-wrapper .twitter .twitter-content .text {
  width: 90%;
}
.latest-twitter-wrapper .twitter .twitter-content .date {
  color: #c7edfe;
}
.latest-twitter-wrapper .twitter .triangle-down {
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  position: relative;
}
.latest-twitter-wrapper .twitter .triangle-down:after,
.latest-twitter-wrapper .twitter .triangle-down:before {
  left: 50%;
  top: 100%;
  border: solid transparent;
  position: absolute;
  content: '';
  display: block;
}
.latest-twitter-wrapper .twitter .triangle-down:before {
  border-color: #ed5565 transparent transparent;
  border-width: 11px;
  margin-left: -11px;
  z-index: 102;
}
.latest-twitter-wrapper .twitter .triangle-down:after {
  border-color: #ed5565 transparent transparent;
  border-width: 12px;
  margin-left: -12px;
  z-index: 101;
}
.about-us {
  padding: 80px 0 115px;
}
.about-us .heading-underline {
  margin-bottom: 55px;
}
.content-box-style7 {
  color: #ffffff;
  position: relative;
  margin-bottom: 30px;
}
.content-box-style7 .iconbox {
  width: 74px;
  height: 74px;
  line-height: 72px;
  font-size: 36px;
  text-align: center;
  background-color: #989b9c;
  border: 1px solid #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}
.content-box-style7 .content {
  margin-left: 95px;
  min-height: 74px;
  position: relative;
}
.content-box-style7 .content:after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  bottom: 0;
  width: 120px;
  height: 1px;
  border-bottom: 1px solid #ffffff;
}
.content-box-style7 .content .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.content-box-style7 .content .desc {
  font-size: 15px;
  font-weight: 300;
  padding: 5px 0;
  overflow: hidden;
}
.featurebox-style2 {
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
}
.featurebox-style2 .image-wrapper {
  padding: 16px;
  border: 1px solid #7d8183;
  border-radius: 999px;
  max-width: 184px;
  margin: auto;
  position: relative;
}
.featurebox-style2 .image-wrapper img {
  border-radius: 999px;
}
.featurebox-style2 .image-wrapper:hover .image-hover {
  opacity: 1;
}
.featurebox-style2 .image-wrapper .image-hover {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 16px;
  bottom: 16px;
  background-color: #ed5565;
  text-align: center;
  border-radius: 999px;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}
.featurebox-style2 .image-wrapper .image-hover .icon-wrapper {
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  line-height: 16px;
  font-size: 12px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 999px;
}
.featurebox-style2 .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-top: 25px;
}
.featurebox-style2 .desc {
  font-size: 15px;
  font-weight: 300;
  margin-top: 5px;
}
.featurebox-style2 .link {
  display: block;
  margin: 25px auto 0;
  width: 114px;
  height: 35px;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  border-radius: 3px;
  border: 1px solid #ffffff;
  color: #ffffff;
  -webkit-transition: background-color .3s, border-color .3s;
  -moz-transition: background-color .3s, border-color .3s;
  -o-transition: background-color .3s, border-color .3s;
  transition: background-color .3s, border-color .3s;
}
.featurebox-style2 .link:hover {
  border-color: #ed5565;
  background-color: #ed5565;
}
.join-us {
  padding: 110px 0 70px;
  background-color: #585d60;
}
.join-us .row-join-us {
  margin-top: 60px;
}
.icon-wrap-style1 {
  display: inline-block;
  width: 114px;
  height: 114px;
  line-height: 114px;
  font-size: 44px;
  text-align: center;
  position: relative;
  border: 1px solid #c2c2c2;
  color: #42393e;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
.icon-wrap-style1:after,
.icon-wrap-style1:before {
  top: 50%;
  border: solid transparent;
  position: absolute;
  content: '';
  display: block;
}
.icon-wrap-style1:before {
  left: -22px;
  border-color: transparent #ffffff transparent transparent;
  border-width: 11px;
  margin-top: -11px;
  z-index: 102;
}
.icon-wrap-style1:after {
  left: -24px;
  border-color: transparent #c2c2c2 transparent transparent;
  border-width: 12px;
  margin-top: -12px;
  z-index: 101;
}
.icon-wrap-style1:not(:first-child) {
  margin-top: 15px;
}
.icon-wrap-style1:hover {
  color: #ed5565;
}
.icon-wrap-style2 {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 44px;
  text-align: center;
  border-radius: 999px;
  border: 1px solid #c2c2c2;
  color: #42393e;
}
.icon-wrap-style2:after,
.icon-wrap-style2:before {
  content: none;
  display: none;
}
.icon-wrap-style2:not(:first-child) {
  margin-top: 35px;
}
.icon-wrap-style2:hover {
  color: #ed5565;
}
.checkmark-list-item {
  color: #3d3d3d;
  position: relative;
  min-height: 26px;
}
.checkmark-list-item:not(:first-child) {
  margin-top: 25px;
}
.checkmark-list-item:hover {
  color: #ed5565;
}
.checkmark-list-item .desc,
.checkmark-list-item .title,
.checkmark-list-item i {
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
.checkmark-list-item i {
  position: absolute;
  display: block;
  left: 0;
  font-size: 26px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 26px;
}
.checkmark-list-item .item-content {
  margin-left: 42px;
}
.checkmark-list-item .title {
  font-size: 16px;
  font-weight: 700;
}
.checkmark-list-item .desc {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 300;
}
.booard_carousels_holder {
  padding: 0;
  position: relative;
  display: block;
  zoom: 1;
  cursor: grab;
  cursor: -webkit-grab;
}
.booard_carousels_holder .booard_carousels {
  width: 100%;
  position: relative;
}
.booard_carousels_holder .booard_carousels img {
  width: 100%;
  display: block;
}
.booard_carousels_holder .booard_carousels .swiper-slide {
  background-color: transparent;
  position: relative;
  margin: 0 55px 0 0;
  float: left;
}
.booard_carousels_holder .booard_carousels .swiper-slide .first_image_holder,
.booard_carousels_holder .booard_carousels .swiper-slide .second_image_holder {
  display: block;
  position: relative;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
}
.booard_carousels_holder .booard_carousels .swiper-slide .second_image_holder {
  position: absolute;
  top: 0;
  left: 0;
}
.booard_carousels_holder .booard_carousels .swiper-slide .carousel_item_holder:hover .first_image_holder.has_hover_image,
.booard_carousels_holder .booard_carousels .swiper-slide .second_image_holder {
  opacity: 0;
}
.booard_carousels_holder .booard_carousels .swiper-slide .carousel_item_holder:hover .second_image_holder.has_hover_image {
  opacity: 1;
}
.booard_carousels_holder .flex-control-nav {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -60px;
}
.booard_carousels_holder .flex-control-nav li {
  margin: 0 3px;
  zoom: 1;
  display: inline;
}
.booard_carousels_holder .flex-control-paging li a {
  width: 9px;
  height: 9px;
  display: inline-block;
  border: 1px solid #eaeaea;
  background-color: #ffffff;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.booard_carousels_holder .flex-control-paging li a.flex-active {
  background-color: #1abc9c;
  cursor: default;
  border: none;
}
.booard_carousels_holder .flex-direction-nav {
  height: 0;
  display: none !important;
}
.booard_carousels_holder.gray .flex-control-paging li a.flex-active {
  cursor: default;
}
.booard_carousels_holder.two_rows .slides > li .carousel_item_holder {
  margin-bottom: 15px;
  position: relative;
}
.row-logos-carousel {
  padding: 35px 0;
  background-color: #f6f6f6;
}
.logos .heading-underline {
  margin-bottom: 60px;
}
.logos-carousel {
  margin: auto;
}
.logos-carousel .swiper-slide {
  float: left;
  margin-right: 55px;
  width: auto;
}
.logos-carousel .swiper-slide img {
  -webkit-transition: -webkit-filter .3s;
  transition: all .3s;
}
.logos-carousel .swiper-slide:not(:hover) img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.content-box-style8 {
  position: relative;
  min-height: 115px;
  margin: 0 15px;
}
.content-box-style8 .content-wrap {
  padding-bottom: 25px;
  position: relative;
  border-bottom: 1px solid #bbbbbb;
}
.content-box-style8 .content-wrap:after,
.content-box-style8 .content-wrap:before {
  left: 50%;
  top: 100%;
  border: solid transparent;
  position: absolute;
  content: '';
  display: block;
}
.content-box-style8 .content-wrap:before {
  border-color: #ffffff transparent transparent;
  border-width: 11px;
  margin-left: -11px;
  z-index: 102;
}
.content-box-style8 .content-wrap:after {
  border-color: #bbbbbb transparent transparent;
  border-width: 12px;
  margin-left: -12px;
  z-index: 101;
}
.content-box-style8 .leftcontent {
  margin-right: 110px;
}
.content-box-style8 .leftcontent .title {
  color: #2c2d2d;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 5px;
}
.content-box-style8 .leftcontent .desc {
  color: #2c2d2d;
  font-size: 15px;
  line-height: 1.6;
}
.content-box-style8 .leftcontent .link-wrapper {
  margin-top: 20px;
}
.content-box-style8 .leftcontent .link-wrapper .link {
  font-size: 16px;
  color: #535353;
  white-space: nowrap;
}
.content-box-style8 .leftcontent .link-wrapper .link i {
  margin-left: 15px;
  font-size: 16px;
  color: #535353;
  vertical-align: -5%;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
.content-box-style8 .leftcontent .link-wrapper .link:hover,
.content-box-style8 .leftcontent .link-wrapper .link:hover i {
  color: #ed5565;
}
.content-box-style8 .iconbox {
  width: 88px;
  height: 88px;
  line-height: 88px;
  font-size: 42px;
  text-align: center;
  position: relative;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #ababab;
  border-radius: 999px;
  color: #535353;
  background-color: #ffffff;
  -webkit-transition: border-color .3s, background-color .3s, color .3s;
  -moz-transition: border-color .3s, background-color .3s, color .3s;
  -o-transition: border-color .3s, background-color .3s, color .3s;
  transition: border-color .3s, background-color .3s, color .3s;
}
.content-box-style8 .iconbox:after,
.content-box-style8 .iconbox:before {
  left: 50%;
  top: 100%;
  border: solid transparent;
  position: absolute;
  content: '';
  display: block;
  margin-top: -1px;
  -webkit-transition: border-color .3s;
  -moz-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s;
}
.content-box-style8 .iconbox:before {
  border-color: #ffffff transparent transparent;
  border-width: 8px;
  margin-left: -8px;
  z-index: 102;
}
.content-box-style8 .iconbox:after {
  border-color: #ababab transparent transparent;
  border-width: 9px;
  margin-left: -9px;
  z-index: 101;
}
.content-box-style8:hover .iconbox {
  border-color: #ed5565;
  background-color: #ed5565;
  color: #ffffff;
}
.content-box-style9 {
  position: relative;
  margin-bottom: 35px;
  padding: 0;
  border-right: 1px solid #c5c5c5;
}
.content-box-style9.last {
  border-right: none;
}
.content-box-style9.last .col-content {
  margin-left: 45px;
  margin-right: 0;
}
.content-box-style9 .col-content {
  position: relative;
  min-height: 48px;
  margin-right: 45px;
}
.content-box-style9 .title {
  font-size: 14px;
  font-weight: 700;
  color: #4c4c4c;
}
.content-box-style9 .desc {
  margin-top: 5px;
  font-size: 15px;
  font-weight: 400;
}
.content-box-style9 .desc,
.content-box-style9 .title {
  margin-right: 65px;
}
.content-box-style9 .iconbox {
  width: 52px;
  height: 48px;
  font-size: 24px;
  text-align: center;
  line-height: 48px;
  border: 1px solid #c5c5c5;
  color: #2e2e2e;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.content-box-style9 .iconbox:after,
.content-box-style9 .iconbox:before {
  left: 50%;
  top: 100%;
  border: solid transparent;
  position: absolute;
  content: '';
  display: block;
}
.content-box-style9 .iconbox:before {
  border-color: #ffffff transparent transparent;
  border-width: 7px;
  margin-left: -7px;
  z-index: 102;
}
.content-box-style9 .iconbox:after {
  border-color: #c5c5c5 transparent transparent;
  border-width: 8px;
  margin-left: -8px;
  z-index: 101;
}
.content-box-style9 .sep {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 35px;
  width: 1px;
  border-left: 1px solid #5c5c5c;
}
.content-box-style10 {
  margin-top: 25px;
  position: relative;
}
.content-box-style10 .title {
  font-size: 14px;
  font-weight: 700;
  color: #4c4c4c;
  white-space: nowrap;
}
.content-box-style10 .desc {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
}
.content-box-style10 .desc,
.content-box-style10 .title {
  margin-right: 115px;
}
.content-box-style10 .iconbox {
  width: 85px;
  height: 80px;
  line-height: 84px;
  font-size: 40px;
  text-align: center;
  border: 1px solid #c5c5c5;
  color: #2e2e2e;
  display: block;
  position: absolute;
  right: 0;
  top: 20px;
}
.content-box-style10 .iconbox:after,
.content-box-style10 .iconbox:before {
  left: 50%;
  top: 100%;
  border: solid transparent;
  position: absolute;
  content: '';
  display: block;
}
.content-box-style10 .iconbox:before {
  border-color: #ffffff transparent transparent;
  border-width: 7px;
  margin-left: -7px;
  z-index: 102;
}
.content-box-style10 .iconbox:after {
  border-color: #c5c5c5 transparent transparent;
  border-width: 8px;
  margin-left: -8px;
  z-index: 101;
}
.about-us-h2 {
  padding: 45px 0 0;
}
.about-us-h2 .heading-underline {
  margin-bottom: 85px;
}
.about-us-h2 .container {
  padding-bottom: 60px;
  border-bottom: 1px solid #dbdbdb;
}
.about-us-h2 .row1 .col-icon {
  margin-bottom: 40px;
}
.about-us-h2 .row1 .col-icon:not(:last-child) {
  border-right: 1px solid #bbbbbb;
}
.about-us-h2 .row2 {
  padding-top: 70px;
}
.about-us-h2 .row2 .devices {
  display: block;
  max-width: 400px;
  width: 100%;
}
.team-members {
  text-align: center;
  padding-bottom: 50px;
}
.team-members.about-page .heading-underline {
  margin-bottom: 90px;
}
.team-member {
  text-align: center;
  max-width: 260px;
  margin: 0 auto 60px;
}
.team-member .photo {
  margin-bottom: 30px;
}
.team-member .name {
  font-family: Arimo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
.team-member .jobtitle {
  font-size: 16px;
  color: #606060;
}
.team-member .social-links {
  margin-top: 20px;
}
.team-member .social-links .social-link {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  margin-bottom: 4px;
  border: 1px solid #d3d3d3;
  color: #7f7f7f;
  -webkit-transition: background-color .3s, color .3s;
  -moz-transition: background-color .3s, color .3s;
  -o-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
}
.team-member .social-links .social-link:hover {
  color: #ffffff;
  background-color: #ed5565;
}
.team-member .social-links .social-link:not(:last-child) {
  margin-right: 4px;
}
.team-member .bottomline {
  margin-top: 25px;
  border-bottom: 1px solid #bbbbbb;
  position: relative;
}
.team-member .bottomline:after,
.team-member .bottomline:before {
  left: 50%;
  top: 100%;
  border: solid transparent;
  position: absolute;
  content: '';
  display: block;
}
.team-member .bottomline:before {
  border-color: #ffffff transparent transparent;
  border-width: 11px;
  margin-left: -11px;
  z-index: 102;
}
.team-member .bottomline:after {
  border-color: #bbbbbb transparent transparent;
  border-width: 12px;
  margin-left: -12px;
  z-index: 101;
}
.skill-counter {
  margin-bottom: 55px;
  text-align: center;
}
.skill-counter:hover .skill-percent {
  color: #ed5565;
  border-color: #ed5565;
}
.skill-counter:hover .bar {
  background-color: #ed5565;
}
.skill-counter:hover .skill-title {
  color: #ed5565;
}
.skill-counter .skill-percent,
.skill-counter .skill-title {
  font-family: Ubuntu, sans-serif;
  font-weight: 700;
  color: #7d848e;
}
.skill-counter .skill-percent {
  margin: 0 35px;
  font-size: 30px;
  line-height: 1;
  border-left: 1px solid #7d848e;
  border-right: 1px solid #7d848e;
  -webkit-transition: border-color .3s, color .3s;
  -moz-transition: border-color .3s, color .3s;
  -o-transition: border-color .3s, color .3s;
  transition: border-color .3s, color .3s;
}
.skill-counter .bar {
  margin-top: 25px;
  height: 20px;
  background-color: #7d848e;
  border-radius: 3px;
  -webkit-transition: background-color .3s;
  -moz-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}
.skill-counter .skill-title {
  margin-top: 37px;
  font-size: 24px;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
.skill-counter .desc {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 300;
  color: #989898;
}
.banner-row-h3 {
  padding: 130px 15px 110px;
}
.banner-row-h3 .slogan {
  display: inline-block;
  font-size: 22px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 21px 115px;
  background-color: #ed5565;
}
.banner-row-h3 .slogan.first {
  background-color: #44484a;
  padding: 21px 50px;
  margin-bottom: 17px;
}
.banner-row-h3 .time {
  margin-top: 20px;
  font-size: 36px;
  font-style: italic;
  color: #ffffff;
}
.banner-row-h3 .time:after,
.banner-row-h3 .time:before {
  display: inline-block;
  content: '';
  width: 140px;
  height: 1px;
  margin-top: 30px;
  border-bottom: 1px solid #ffffff;
  vertical-align: top;
}
.banner-row-h3 .time:before {
  margin-right: 12px;
}
.banner-row-h3 .time:after {
  margin-left: 12px;
}
.banner-row-h3 .triangle-down {
  margin: 35px auto 0;
  width: 228px;
}
.banner-row-h3 .triangle-down:after,
.banner-row-h3 .triangle-down:before {
  display: inline-block;
  content: '';
  width: 101px;
  border-bottom: 1px solid #ffffff;
  vertical-align: top;
  margin-top: 8px;
}
.banner-row-h3 .triangle-down .triangle {
  display: inline-block;
  margin: 0 3px;
  width: 17px;
  height: 17px;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  transform: rotate(-45deg);
}
.portfolio-h5 .our-works-grid,
.separator {
  border-bottom: 1px solid #c4c4c4;
}
.accordion {
  padding: 170px 0 70px;
}
.accordion .accordion-sideimage {
  display: block;
  width: 100%;
  max-width: 530px;
  margin: 0 auto 40px;
}
.about-us-h3 {
  padding-bottom: 60px;
}
.about-us-h3 .heading-underline {
  margin-bottom: 60px;
}
.about-us-h3 .col-about-us {
  margin-bottom: 50px;
  text-align: center;
}
.about-us-h3 .col-about-us .col-content {
  width: 100%;
  max-width: 345px;
  margin: auto;
  color: #3d3d3d;
}
.about-us-h3 .col-about-us .col-content:after {
  display: block;
  clear: both;
  content: '';
}
.about-us-h3 .col-about-us .title {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 700;
}
.about-us-h3 .col-about-us .subtitle {
  margin: 10px 0 40px;
  font-weight: 300;
  font-size: 16px;
}
body,
p {
  font-weight: 400;
}
.about-us-h3 .col-about-us .button {
  padding: 8px 30px 10px;
  font-size: 20px;
}
.separator {
  position: relative;
  margin: 35px 0 65px;
}
.separator .triangle {
  border: 1px solid #c4c4c4;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  margin-left: -9px;
  top: -9px;
}
.separator .triangle.item01 {
  left: 12.5%;
}
.separator .triangle.item02 {
  left: 37.5%;
}
.separator .triangle.item03 {
  left: 62.5%;
}
.separator .triangle.item04 {
  left: 87.5%;
}
.content-box-style3 {
  position: relative;
  margin-bottom: 30px;
}
.content-box-style3 .cb-icon,
.content-box-style3 .title {
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
.content-box-style3 .cb-icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  color: #42393e;
}
.content-box-style3 .title {
  margin-left: 40px;
  font-size: 20px;
  color: #000000;
}
.content-box-style3 .content {
  margin: 15px 0 0 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #555555;
}
.content-box-style3:hover .cb-icon,
.content-box-style3:hover .title {
  color: #ed5565;
}
.skill-counter2 {
  position: relative;
  padding: 20px 30px 0 0;
  margin: 0 0 50px -15px;
  height: 130px;
  text-align: center;
}
.skill-counter2 .skill-name,
.skill-counter2 .skill-percent {
  color: #cdcdcd;
  white-space: nowrap;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
.skill-counter2 .skill-percent {
  font-weight: 700;
  font-size: 30px;
}
.skill-counter2 .skill-name {
  font-family: Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 24px;
}
.skill-counter2:after {
  position: absolute;
  display: block;
  content: '';
  width: 14px;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 7px;
  background-color: #cdcdcd;
  -webkit-transition: background-color .3s;
  -moz-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}
.skill-counter2:hover .skill-name,
.skill-counter2:hover .skill-percent {
  color: #ed5565;
}
.skill-counter2:hover:after {
  background-color: #ed5565;
}
.carousel-style3 .carousel-slider3 {
  border: 1px solid #e8e8e8;
  padding: 8px;
  position: relative;
}
.carousel-style3 .carousel-slider3 .page-controls {
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: 12%;
  z-index: 111;
}
.carousel-style3 .carousel-slider3 .page-controls .page-control {
  width: 14px;
  height: 14px;
  border: 1px solid #38393a;
  border-radius: 0;
  background-color: #969798;
  cursor: pointer;
  opacity: 1;
}
.carousel-style3 .carousel-slider3 .page-controls .page-control:not(:last-child) {
  margin-right: 5px;
}
.carousel-style3 .carousel-slider3 .page-controls .page-control.swiper-pagination-bullet-active {
  border-color: #000000;
  background-color: #ed5565;
}
.carousel-style3 .carousel-slider3-thumb {
  margin-top: 30px;
}
.carousel-style3 .carousel-slider3-thumb .thumb-wrapper {
  width: 25%;
  float: left;
}
.carousel-style3 .carousel-slider3-thumb .thumb-wrapper:nth-child(1) {
  padding-right: 12px;
}
.carousel-style3 .carousel-slider3-thumb .thumb-wrapper:nth-child(2) {
  padding: 0 8px 0 4px;
}
.carousel-style3 .carousel-slider3-thumb .thumb-wrapper:nth-child(3) {
  padding: 0 4px 0 8px;
}
.carousel-style3 .carousel-slider3-thumb .thumb-wrapper:nth-child(4) {
  padding-left: 12px;
}
.carousel-style3 .carousel-slider3-thumb .thumb {
  border: 1px solid #e8e8e8;
  padding: 8px;
}
.carousel-style3 .carousel-slider3-thumb .thumb-image {
  width: 100%;
  padding-top: 52%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
  position: relative;
}
.carousel-style3 .carousel-slider3-thumb .thumb-image:after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  background-color: #db4d5c;
}
.carousel-style3 .carousel-slider3-thumb .thumb-image:hover:after {
  opacity: .5;
}
.testimonials .heading-underline {
  margin-bottom: 30px;
}
.testimonials .testimonial {
  position: relative;
  padding: 1px 0;
  min-height: 205px;
}
.testimonials .userinfo {
  position: absolute;
  left: 0;
  top: 0;
  width: 124px;
}
.testimonials .userinfo .username {
  margin-top: 25px;
  font-family: Arimo, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000000;
}
.testimonials .userinfo .jobtitle {
  color: #ed5565;
  font-size: 16px;
}
.testimonials .testimonial-content {
  margin: 15px 0 30px 156px;
  padding: 33px 35px 38px;
  background-color: #e9e9e9;
  position: relative;
}
.testimonials .testimonial-content:before {
  position: absolute;
  display: block;
  content: '';
  left: -12px;
  top: 45%;
  margin-top: -12px;
  border-width: 12px 12px 12px 0;
  border-color: rgba(255,255,255,0) #e9e9e9;
  border-style: solid;
}
.testimonials .testimonial-content .title {
  color: #000000;
  font-size: 15px;
  font-weight: 700;
}
.testimonials .testimonial-content .text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.875;
}
.testimonials .testimonial-slider-page-controls {
  text-align: center;
}
.testimonials .testimonial-slider-page-controls .page-control {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #a1a1a1;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  opacity: 1;
}
.testimonials .testimonial-slider-page-controls .page-control:not(:last-child) {
  margin-right: 5px;
}
.testimonials .testimonial-slider-page-controls .page-control.swiper-pagination-bullet-active {
  border-color: #000000;
  background-color: #ed5565;
}
.content-box-style4 {
  text-align: center;
  max-width: 450px;
  margin: auto;
}
.content-box-style4 .heading-underline {
  margin-bottom: 43px;
}
.content-box-style4 .iconbox {
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 45px;
  text-align: center;
  color: #42393e;
  border: 1px solid #7c8188;
  border-radius: 999px;
  margin: auto;
  -webkit-transition: border-color .3s, background-color .3s, color .3s;
  -moz-transition: border-color .3s, background-color .3s, color .3s;
  -o-transition: border-color .3s, background-color .3s, color .3s;
  transition: border-color .3s, background-color .3s, color .3s;
  position: relative;
}
.content-box-style4 .iconbox:after,
.content-box-style4 .iconbox:before {
  left: 50%;
  top: 100%;
  border: solid transparent;
  position: absolute;
  content: '';
  display: block;
  margin-top: -1px;
  opacity: 0;
  -webkit-transform: scale(0,0);
  -moz-transform: scale(0,0);
  -ms-transform: scale(0,0);
  -o-transform: scale(0,0);
  transform: scale(0,0);
  -webkit-transition: -webkit-transform .3s, border-color .3s, opacity .3s;
  -moz-transition: -moz-transform .3s, border-color .3s, opacity .3s;
  -o-transition: -o-transform .3s, border-color .3s, opacity .3s;
  transition: transform .3s, border-color .3s, opacity .3s;
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
}
.content-box-style4 .iconbox:before {
  border-color: #ffffff transparent transparent;
  border-width: 11px;
  margin-left: -11px;
  z-index: 102;
}
.content-box-style4 .iconbox:after {
  border-color: #7c8188 transparent transparent;
  border-width: 12px;
  margin-left: -12px;
  z-index: 101;
}
.content-box-style4 .title {
  margin-top: 35px;
  font-weight: 700;
  font-size: 15px;
  color: #5a5f62;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
.content-box-style4 .content {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.875;
}
.content-box-style4:hover .iconbox {
  border-color: #ed5565;
  background-color: #ed5565;
  color: #ffffff;
}
.content-box-style4:hover .iconbox:after,
.content-box-style4:hover .iconbox:before {
  border-top-color: #ed5565;
  opacity: 1;
  -webkit-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -o-transform: scale(1,1);
  transform: scale(1,1);
}
.content-box-style4:hover .title {
  color: #ed5565;
}
.portfolio-h5 {
  padding: 65px 0;
}
.portfolio-h5 .heading-underline {
  margin-bottom: 50px;
}
.portfolio-imac-frame-slider {
  padding-bottom: 65px;
  border-bottom: 1px solid #b2b2b2;
}
.portfolio-imac-frame-slider .heading-underline {
  margin-bottom: 60px;
}
.portfolio-imac-frame-slider .titlebar {
  height: 200px;
  background-color: #f6f6f6;
}
.portfolio-imac-frame-slider .slider-title {
  float: right;
  margin: 40px 11.84% 0 0;
  color: #000000;
  text-align: right;
  font-size: 14px;
}
.portfolio-imac-frame-slider .slider-title .title {
  font-weight: 700;
}
.portfolio-imac-frame-slider .slider-title .desc {
  margin-top: 5px;
}
.portfolio-imac-frame-slider .imac-frame-slider-controls {
  float: left;
  margin: 54px 0 0 8.77%;
}
.portfolio-imac-frame-slider .imac-frame-slider-controls .page-control {
  width: 14px;
  height: 14px;
  border: 1px solid #9a9a9a;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  opacity: 1;
}
.portfolio-imac-frame-slider .imac-frame-slider-controls .page-control:not(:last-child) {
  margin-right: 5px;
}
.portfolio-imac-frame-slider .imac-frame-slider-controls .page-control.swiper-pagination-bullet-active {
  border-color: #000000;
  background-color: #ed5565;
}
.portfolio-imac-frame-slider .imac-frame-slider {
  margin-top: -50px;
  position: relative;
}
.portfolio-imac-frame-slider .imac-frame-slider:before {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  top: 7.46%;
  right: 0;
  bottom: 16.418%;
  background-color: #c0cbcb;
}
.portfolio-imac-frame-slider .imac-frame-slider .imac-frame-slider-inner {
  position: relative;
}
.portfolio-imac-frame-slider .imac-frame-slider .slider-area {
  position: absolute;
  overflow: hidden;
  left: 17.52%;
  top: 7.43%;
  width: 65.115%;
  height: 76.967%;
}
.blog-posts-h5 {
  padding: 85px 0 45px;
}
.blog-posts-h5 .heading-underline {
  margin-bottom: 65px;
}
.blog-posts-h5 .row {
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
}
.blog-posts-h5 .row > div {
  padding-left: 30px;
  padding-right: 30px;
}
.blog-posts-h5 .sep {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 80px;
  border-left: 1px solid #838383;
}
.content-box-style5 {
  margin-bottom: 40px;
}
.content-box-style5 .title {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
.content-box-style5 .icon {
  margin-top: 15px;
  font-size: 44px;
  color: #42393e;
}
.content-box-style5 .desc {
  margin-top: 15px;
  font-size: 14px;
  color: #555555;
  line-height: 1.6;
}
.content-box-style5:hover .icon,
.content-box-style5:hover .title {
  color: #ed5565;
}
.our-work-h6 {
  padding-bottom: 100px;
}
.new-features-h6 .heading-underline,
.our-work-h6 .heading-underline {
  margin-bottom: 80px;
}
.new-features-h6 .slider-area {
  padding: 45px 0;
  background-color: #d4dfe5;
}
.new-features-h6 .new-features-slider {
  max-width: 800px;
  margin: auto;
  text-align: center;
}
.new-features-h6 .new-features-slider .title {
  font-family: Ubuntu, sans-serif;
  font-size: 23px;
  font-weight: 700;
  color: #5a5c5e;
  text-transform: uppercase;
}
.new-features-h6 .new-features-slider .desc {
  margin-top: 20px;
  font-size: 14px;
  color: #1f1f1f;
  line-height: 1.875;
}
.new-features-h6 .new-features-slider-controls {
  margin-top: 20px;
  text-align: center;
}
.new-features-h6 .new-features-slider-controls .page-control {
  width: 14px;
  height: 14px;
  border: 1px solid #a1a1a1;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  opacity: 1;
}
.new-features-h6 .new-features-slider-controls .page-control:not(:last-child) {
  margin-right: 5px;
}
.new-features-h6 .new-features-slider-controls .page-control.swiper-pagination-bullet-active {
  border-color: #000000;
  background-color: #ed5565;
}
.pricing-table-h6 {
  padding: 100px 0 90px;
}
.blog-posts-h6 .heading-underline {
  margin-bottom: 45px;
}
.blog-posts-h6 .blog-posts {
  background: url(../../images/css_images/blog-bg.jpg) center center/cover no-repeat;
  padding: 37px 0 0;
}
.content-box-style-price {
  text-align: center;
}
.content-box-style-price .top {
  height: 195px;
  padding-top: 20px;
  color: #ffffff;
}
.content-box-style-price .bottom {
  height: 120px;
  padding-top: 30px;
  color: #5a5f62;
}
.content-box-style-price .icon {
  font-size: 40px;
  text-align: center;
}
.content-box-style-price .triangle-line {
  margin: 10px auto 0;
  position: relative;
  max-width: 236px;
  overflow: hidden;
  height: 15px;
}
.content-box-style-price .triangle-line:after,
.content-box-style-price .triangle-line:before {
  content: '';
  display: block;
  position: absolute;
  border-bottom: 1px solid #ffffff;
  top: 0;
  width: 50%;
}
.content-box-style-price .triangle-line:before {
  left: 0;
  margin-left: -13px;
}
.content-box-style-price .triangle-line:after {
  right: 0;
  margin-right: -13px;
}
.content-box-style-price .triangle-line .triangle {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  margin-left: -10px;
  top: -10px;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.content-box-style-price .price {
  margin-top: 5px;
  font-size: 39.73px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}
.content-box-style-price .title {
  font-size: 20px;
  font-weight: 700;
}
.content-box-style-price .subtitle {
  font-size: 15px;
}
.shop {
  padding-top: 55px;
}
.shop .heading-underline {
  margin-bottom: 45px;
}
.shop .product {
  margin-bottom: 55px;
  padding-bottom: 28px;
  border: 1px solid #e2e2e2;
  text-align: center;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.shop .product .product-name {
  margin-top: 20px;
  font-size: 16px;
  color: #5a5f62;
  text-transform: uppercase;
}
.shop .product .desc {
  width: 80%;
  margin: 10px auto 0;
  font-size: 13.35px;
  color: #9fa4a4;
  line-height: 1.35;
}
.shop .product .price {
  margin-top: 15px;
  font-size: 26px;
  color: #5a5f62;
}
.shop .product .button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 40px;
  font-size: 16px;
}
.progress-bars .progressbar:not(:last-child) {
  margin-bottom: 20px;
}
.vertical-tabs {
  padding: 0;
}
.vertical-tabs .heading-underline {
  margin-bottom: 60px;
}
.vertical-tabs .tab-contents,
.vertical-tabs .tab-links {
  margin-bottom: 40px;
}
.vertical-tabs .tab-contents.vertical-left,
.vertical-tabs .tab-links.vertical-left {
  float: left;
}
.vertical-tabs .tab-contents.vertical-right,
.vertical-tabs .tab-links.vertical-right {
  float: right;
}
.vertical-tabs .tab-links.vertical-right {
  padding: 0 0 0 5px !important;
  border-left: 1px solid #e2e2e2;
  margin-left: -1px;
}
.vertical-tabs .tab-links.vertical-left {
  padding: 0 5px 0 0 !important;
  border-right: 1px solid #e2e2e2;
  margin-right: -1px;
}
.vertical-tabs .tab-links .tab-link {
  display: block;
  color: #555555;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #e2e2e2;
  white-space: nowrap;
}
.vertical-tabs .tab-links .tab-link:first-child {
  border-top: 1px solid #e2e2e2;
}
.vertical-tabs .tab-links .tab-link.active,
.vertical-tabs .tab-links .tab-link:hover {
  color: #ed5565;
}
.vertical-tabs .tab-links .tab-link i {
  font-size: 24px;
  margin: 0 30px 0 15px;
  vertical-align: middle;
}
.vertical-tabs .tab-contents.vertical-right {
  padding: 0 15px 0 0;
  border-right: 1px solid #e2e2e2;
}
.vertical-tabs .tab-contents.vertical-left {
  padding: 0 0 0 15px;
  border-left: 1px solid #e2e2e2;
}
.vertical-tabs .tab-contents .tab-content {
  margin: 0 -15px;
  display: none;
}
.vertical-tabs .tab-contents .tab-content.active {
  display: block;
}
.vertical-tabs .tab-contents .contentcol {
  margin: 0;
  padding-bottom: 50px;
  border-bottom: 1px solid #e2e2e2;
}
.map-fullwidth {
  width: 100%;
  min-height: 250px;
  padding-top: 26%;
  position: relative;
}
.map-fullwidth .map-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.map-fullwidth .map-inner iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.contact-form {
  padding: 0 15px;
}
.contact-form input[type=text],
.contact-form textarea {
  display: block;
  width: 100%;
  border: 1px solid #e2e2e2;
}
.contact-form input[type=text]:active,
.contact-form input[type=text]:focus,
.contact-form textarea:active,
.contact-form textarea:focus {
  border: 1px solid #909090;
}
.contact-form input[type=text]::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  font-style: normal;
}
.contact-form input[type=text]:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
  font-style: normal;
}
.contact-form input[type=text]::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  font-style: normal;
}
.contact-form input[type=text]:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  font-style: normal;
}
.contact-form label {
  display: none;
}
.contact-form input[type=text] {
  height: 35px;
  padding: 0 10px;
  margin-bottom: 10px;
}
.contact-form textarea {
  height: 125px;
  padding: 7px 10px;
}
.contact-form .button {
  display: block;
  margin: 20px auto 0;
  padding: 3px 50px;
  min-width: 170px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.contact-info,
.contact-info p {
  font-size: 15px;
  font-weight: 300;
}
.contact-form .form-header-title,
.contact-form .heading-underline {
  margin-bottom: 40px;
}
.contact-info {
  color: #666666;
}
.contact-info i.fa {
  font-size: 32px;
  color: #000000;
}
.contact-info .list-title,
.contact-info .title {
  font-family: Arimo, sans-serif;
  font-size: 16px;
  color: #000000;
  margin-bottom: 25px;
}
#image-navigation .previous-image {
  float: left;
}
#image-navigation .next-image {
  float: right;
}
.attachment .entry-meta {
  margin: 10px 0;
}
.attachment .entry-meta span {
  float: left;
  margin: 0 10px;
}
.attachment .entry-meta span.edit-link {
  float: right;
}
.attachment .entry-meta:after {
  display: block;
  content: "";
  clear: both;
}
.navigation.paging-navigation {
  text-align: center;
}
.navigation.paging-navigation .pagination {
  display: inline-block;
  font-size: 0;
  margin: 10px 0;
}
.navigation.paging-navigation .page-numbers {
  font-size: 14px;
  margin: 0 5px;
  display: inline-block;
  min-width: 26px;
  height: 26px;
  padding: 0 5px;
  text-align: center;
  line-height: 24px;
  border: 1px solid #dddddd;
}
.navigation.paging-navigation a.page-numbers:hover,
.navigation.paging-navigation a > .page-numbers:hover {
  background-color: #dddddd;
}
.mt_50 {
  margin-top: 50px;
}
.blog-posts {
  color: #6d7a83;
}
.blog-posts .post-content,
.blog-posts .title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.blog-posts .post-content:after {
  display: block;
  clear: both;
  content: '';
}
.blog-posts.style1 .post {
  margin-bottom: 80px;
  position: relative;
}
.blog-posts.style1 .post .post-info {
  float: left;
  width: 100px;
}
.blog-posts.style1 .post .post-info .post-image {
  display: block;
  width: 100%;
}
.blog-posts.style1 .post .post-info .datebox {
  height: 75px;
  color: #ffffff;
  background-color: #44484a;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding-top: 7px;
  -webkit-transition: background-color .3s;
  -moz-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}
.blog-posts.style1 .post .post-info .datebox .month {
  line-height: 1.25;
}
.blog-posts.style1 .post .post-info:hover .datebox {
  background-color: #ed5565;
}
.blog-posts.style1 .post .post-content {
  margin-left: 135px;
  font-size: 14px;
}
.blog-posts.style1 .post .post-content .title {
  font-size: 14px;
  font-weight: 700;
  color: #44484a;
  line-height: 1;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
.blog-posts.style1 .post .post-content .title:hover {
  color: #ed5565;
}
.blog-posts.style1 .post .post-content .excerpt {
  margin-top: 12px;
  color: #7a7a7a;
  line-height: 1.6;
}
.blog-posts.style1 .post .post-content .excerpt a {
  color: #44484a;
}
.blog-posts.style1 .post .post-content .excerpt a:hover {
  color: #ed5565;
}
.blog-posts.style1 .post .post-content .link {
  margin-top: 22px;
  display: inline-block;
  font-weight: 700;
  color: #44484a;
}
.blog-posts.style2 .post {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  position: relative;
  margin: 0 auto 40px;
  max-width: 380px;
  min-height: 370px;
  background-color: #ffffff;
}
.blog-posts.style2 .post .post-featured {
  height: 152px;
  overflow: hidden;
}
.blog-posts.style2 .post .post-body {
  padding: 45px 25px 25px;
  background-color: #ffffff;
  position: relative;
}
.blog-posts.style2 .post .post-icon {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -32px;
  top: 0;
  margin-top: -32px;
  background-color: rgba(67,67,67,0.15);
  border-radius: 999px;
  padding: 6px;
}
.blog-posts.style2 .post .post-icon i {
  display: block;
  border-radius: 999px;
  width: 52px;
  height: 52px;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  background-color: #4a4f51;
  -webkit-transition: background-color .3s;
  -moz-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}
.blog-posts.single-post .post .title-area .right,
.blog-posts.wide article .title-area .right {
  text-align: right;
}
.blog-posts.style2 .post .post-icon:hover i {
  background-color: #ed5565;
}
.blog-posts.style2 .post .post-title {
  font-size: 18px;
  color: #4b4b4b;
  line-height: 1.25;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
.blog-posts.style2 .post .post-title:hover {
  color: #ed5565;
}
.blog-posts.style2 .post .excerpt {
  margin-top: 12px;
  font-size: 13.35px;
  color: #9fa4a4;
  line-height: 1.25;
}
.blog-posts.style2 .post .post-footer {
  padding: 11px 25px 12px;
  background-color: #f1f2f2;
  border-top: 1px solid #e6e6e6;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.blog-posts.style2 .post .post-footer:after {
  display: block;
  clear: both;
  content: '';
}
.blog-posts.style2 .post .post-footer .comment {
  display: block;
  float: left;
}
.blog-posts.style2 .post .post-footer .comment i {
  margin-right: 8px;
  font-size: 18px;
}
.blog-posts.style2 .post .post-footer .like {
  display: block;
  float: right;
}
.blog-posts.style2 .post .post-footer .like i {
  margin-right: 5px;
  font-size: 16px;
}
.blog-posts.style2 .post .post-footer .comment,
.blog-posts.style2 .post .post-footer .like {
  color: #9fa4a4;
  font-size: 13.35px;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
.blog-posts.style2 .post .post-footer .comment i,
.blog-posts.style2 .post .post-footer .like i {
  color: #525658;
  vertical-align: -15%;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
.blog-posts.style2 .post .post-footer .comment:hover i,
.blog-posts.style2 .post .post-footer .like:hover i {
  color: #ed5565;
}
.blog-posts.wide article {
  padding-bottom: 55px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e3e3e3;
}
.blog-posts.wide article img {
  max-width: 100%;
  height: auto;
}
.blog-posts.wide article .post-heading-line {
  margin: 15px 0 20px !important;
  width: 150px;
  border-bottom: 1px solid #cecece;
  position: relative;
}
.blog-posts.wide article .post-heading-line:after,
.blog-posts.wide article .post-heading-line:before {
  left: 50%;
  top: 100%;
  border: solid transparent;
  position: absolute;
  content: '';
  display: block;
}
.blog-posts.wide article .post-heading-line:before {
  border-color: #ffffff transparent transparent;
  border-width: 11px;
  margin-left: -11px;
  z-index: 102;
}
.blog-posts.wide article .post-heading-line:after {
  border-color: #cecece transparent transparent;
  border-width: 12px;
  margin-left: -12px;
  z-index: 101;
}
.blog-posts.wide article .title-area .left,
.blog-posts.wide article .title-area .right {
  padding: 0;
}
.blog-posts.wide article .title-area .title {
  font-size: 16px;
  color: #2f383d;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
.blog-posts.wide article .title-area .title:hover {
  color: #ed5565;
}
.blog-posts.wide article .title-area .meta {
  margin-top: 5px;
  font-size: 13px;
  color: #a5b1b9;
}
.blog-posts.wide article .title-area .meta .sep {
  margin: 0 10px;
}
.blog-posts.wide article .title-area .comments {
  margin-top: 5px;
  font-size: 13px;
  color: #9aa7af;
}
.blog-posts.wide article .title-area .comments i {
  vertical-align: 5%;
  margin-right: 5px;
}
.blog-posts.wide article .excerpt {
  padding: 15px 0 25px;
  line-height: 1.6;
}
.blog-posts.wide article .readmore {
  font-size: 16px;
}
.blog-posts.compact article {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #c4c4c4;
}
.blog-posts.compact article:after {
  display: block;
  clear: both;
  content: '';
}
.blog-posts.compact article img {
  width: 100%;
  height: auto;
}
.blog-posts.compact article .post-image {
  padding: 0 30px 0 0 !important;
}
.blog-posts.compact article .post-content:not(.no-post-image) {
  margin-left: 50%;
}
.blog-posts.compact article .post-heading-line {
  margin: 0 0 25px !important;
  width: 150px;
  border-bottom: 1px solid #cecece;
  position: relative;
}
.blog-posts.compact article .post-heading-line:after,
.blog-posts.compact article .post-heading-line:before {
  left: 50%;
  top: 100%;
  border: solid transparent;
  position: absolute;
  content: '';
  display: block;
}
.blog-posts.compact article .post-heading-line:before {
  border-color: #ffffff transparent transparent;
  border-width: 11px;
  margin-left: -11px;
  z-index: 102;
}
.blog-posts.compact article .post-heading-line:after {
  border-color: #cecece transparent transparent;
  border-width: 12px;
  margin-left: -12px;
  z-index: 101;
}
.blog-posts.compact article .title-area {
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
}
.blog-posts.compact article .title-area .title {
  font-size: 16px;
  color: #2f383d;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
.blog-posts.compact article .title-area .title:hover {
  color: #ed5565;
}
.blog-posts.compact article .title-area .meta {
  margin-top: 5px;
  font-size: 13px;
  color: #a5b1b9;
}
.blog-posts.compact article .title-area .meta .sep {
  margin: 0 10px;
}
.blog-posts.compact article .excerpt {
  padding: 15px 0 35px;
  line-height: 1.875;
  border-bottom: 1px solid #e3e3e3;
}
.blog-posts.compact article .post-footer {
  padding-top: 12px;
}
.blog-posts.compact article .post-footer .readmore {
  float: left;
  font-size: 16px;
}
.blog-posts.compact article .post-footer .comments {
  float: right;
  margin-top: 5px;
  font-size: 13px;
  color: #9aa7af;
}
.blog-posts.compact article .post-footer .comments i {
  vertical-align: 5%;
  margin-right: 5px;
}
.blog-posts.masonry {
  margin: 0 -15px;
  visibility: hidden;
}
.blog-posts.masonry article {
  max-width: 350px;
  margin: 0 auto 30px;
  border-bottom: 1px solid #c4c4c4;
}
.blog-posts.masonry article img {
  width: 100%;
  height: auto;
}
.blog-posts.masonry .mejs-container {
  margin: 0;
}
.blog-posts.masonry .featured-media {
  padding-bottom: 10px;
}
.blog-posts.masonry .featured-media blockquote {
  margin-bottom: 0;
}
.blog-posts.masonry .post-heading-line {
  margin: 0 0 15px !important;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.blog-posts.masonry .post-heading-line:after,
.blog-posts.masonry .post-heading-line:before {
  left: 50%;
  top: 100%;
  border: solid transparent;
  position: absolute;
  content: '';
  display: block;
}
.blog-posts.masonry .post-heading-line:before {
  border-color: #ffffff transparent transparent;
  border-width: 11px;
  margin-left: -11px;
  z-index: 102;
}
.blog-posts.masonry .post-heading-line:after {
  border-color: #cecece transparent transparent;
  border-width: 12px;
  margin-left: -12px;
  z-index: 101;
}
.blog-posts.masonry .title-area {
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}
.blog-posts.masonry .title-area .title {
  font-size: 16px;
  color: #2f383d;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
.blog-posts.masonry .title-area .title:hover {
  color: #ed5565;
}
.blog-posts.masonry .title-area .meta {
  margin-top: 5px;
  font-size: 13px;
  color: #a5b1b9;
}
.blog-posts.masonry .title-area .meta .sep {
  margin: 0 10px;
}
.blog-posts.masonry .excerpt {
  padding: 15px 0;
  line-height: 1.875;
  border-bottom: 1px solid #dddddd;
}
.blog-posts.masonry .post-footer {
  padding: 12px 0;
}
.blog-posts.masonry .post-footer .comments {
  font-size: 13px;
  color: #9aa7af;
}
.blog-posts.masonry .post-footer .comments i {
  vertical-align: 5%;
  margin-right: 5px;
}
.blog-posts.masonry .sticky .post-footer {
  padding-bottom: 0;
}
.blog-posts.single-post .post {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 30px;
}
.blog-posts.single-post .post:after {
  display: block;
  clear: both;
  content: '';
}
.blog-posts.single-post .post .post-heading-line {
  margin: 15px 0 20px !important;
  width: 150px;
  border-bottom: 1px solid #cecece;
  position: relative;
}
.blog-posts.single-post .post .post-heading-line:after,
.blog-posts.single-post .post .post-heading-line:before {
  left: 50%;
  top: 100%;
  border: solid transparent;
  position: absolute;
  content: '';
  display: block;
}
.blog-posts.single-post .post .post-heading-line:before {
  border-color: #ffffff transparent transparent;
  border-width: 11px;
  margin-left: -11px;
  z-index: 102;
}
.blog-posts.single-post .post .post-heading-line:after {
  border-color: #cecece transparent transparent;
  border-width: 12px;
  margin-left: -12px;
  z-index: 101;
}
.blog-posts.single-post .post .title-area .left,
.blog-posts.single-post .post .title-area .right {
  padding: 0;
}
.blog-posts.single-post .post .title-area .title {
  font-size: 36px;
  color: #2f383d;
  margin-bottom: 20px;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
.blog-posts.single-post .post .title-area .title:hover {
  color: #ed5565;
}
.blog-posts.single-post .post .title-area .meta {
  margin-top: 5px;
  font-size: 13px;
  color: #a5b1b9;
}
.blog-posts.single-post .post .title-area .meta .sep {
  margin: 0 10px;
}
.blog-posts.single-post .post .title-area .comments {
  margin-top: 5px;
  font-size: 13px;
  color: #9aa7af;
}
.blog-posts.single-post .post .title-area .comments i {
  vertical-align: 5%;
  margin-right: 5px;
}
.blog-posts.single-post .post .post-content {
  padding: 25px 0;
  line-height: 1.875;
}
.blog-posts.single-post .post .post-content p:last-child {
  margin-bottom: 0;
}
.blog-posts.single-post .post .readmore {
  display: block;
  width: 115px;
  padding: 6px 0;
  font-size: 16px;
}
.blog-posts.single-post .post .tag-links a {
  font-size: 13px;
  display: inline-block;
  padding: 3px 12px;
  color: #697782;
  background-color: #e1e4e7;
  margin: 0 5px 5px 0;
}
.blog-posts.single-post .post .tag-links a:hover {
  color: #ffffff;
  background-color: #ed5565;
}
.blog-posts.single-post .post .wp-caption {
  max-width: 100%;
}
.blog-posts.single-post .post .wp-caption-text {
  color: #7a7a7a;
  font-size: 13px;
  line-height: 1.5;
  padding: .5em 0;
}
.blog-posts.single-post .post img {
  max-width: 100%;
  height: auto;
}
.blog-posts.single-post .post img.alignleft {
  float: left;
  margin: 8px 30px 30px 0;
}
.blog-posts.single-post .post img.alignright {
  float: right;
  margin: 8px 0 30px 30px;
}
.blog-posts.single-post .post img.aligncenter {
  display: block;
  margin: 8 auto 30px;
}
.blog-posts table {
  border-bottom: 1px solid #ededed;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}
.blog-posts td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}
.blog-posts .cat-links a:first-child:before {
  font-family: FontAwesome;
  content: "\f07c";
  margin-right: 10px;
}
.blog.style-list {
  padding: 50px 0 100px;
}
.blog.style-list .heading-underline {
  margin-bottom: 60px;
}
.blog.style-list .container > .row > div {
  margin-bottom: 40px;
}
.comments-area {
  margin-top: 60px;
}
.comments-area .comment-buttons {
  display: table-row;
}
.comments-area .comment-buttons .center,
.comments-area .comment-buttons .left,
.comments-area .comment-buttons .right {
  display: table-cell;
}
.comments-area .comment-buttons .center {
  width: 100%;
  padding: 10px 15px 0;
  vertical-align: top;
}
.comments-area .comment-buttons .comment-area-line {
  width: 150px;
  margin: auto;
  border-bottom: 1px solid #cecece;
  position: relative;
}
.comments-area .comment-buttons .comment-area-line:after,
.comments-area .comment-buttons .comment-area-line:before {
  left: 50%;
  top: 100%;
  border: solid transparent;
  position: absolute;
  content: '';
  display: block;
}
.comments-area .comment-buttons .comment-area-line:before {
  border-color: #ffffff transparent transparent;
  border-width: 11px;
  margin-left: -11px;
  z-index: 102;
}
.comments-area .comment-buttons .comment-area-line:after {
  border-color: #cecece transparent transparent;
  border-width: 12px;
  margin-left: -12px;
  z-index: 101;
}
.comments-area .comment-buttons .comment-button,
.comments-area .comment-buttons .comment-count {
  width: 180px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #c4c4c4;
  color: #2f383d;
  font-size: 18px;
  text-align: center;
}
.comments-area .comment-buttons .comment-button {
  display: block;
  color: #6d7275;
  font-size: 13px;
}
.comments-area .comment-buttons .comment-button i {
  font-size: 20px;
  vertical-align: -15%;
  color: #3c3c3c;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
.comments-area .comment-buttons .comment-button:hover,
.comments-area .comment-buttons .comment-button:hover i {
  color: #ed5565;
}
.comments-area .wrap-rating.listing {
  margin: 8px 10px 0 0;
}
.comments-area .comments {
  margin-top: 20px;
}
.comments-area .comments ul {
  padding-left: 0;
  list-style-type: none;
  border-bottom: 1px solid #ebebeb;
}
.comments-area .comments ul ul {
  padding-left: 110px;
  border-top: 1px solid #ebebeb;
  border-bottom: none;
}
.comments-area .comments ul li:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}
.comments-area .comment-block {
  padding: 20px 0;
}
.comments-area .comment-block .commenter-image {
  display: block;
  float: left;
}
.comments-area .comment-block .comment-body {
  margin-left: 110px;
}
.comments-area .comment-block .comment-awaiting-moderation {
  margin: 10px 0;
}
.comments-area .comment-block .comment-info .author {
  display: inline-block;
  font-size: 15px;
  color: #3f444d;
}
.comments-area .comment-block .comment-info a {
  color: #3f444d;
}
.comments-area .comment-block .comment-info a:hover {
  color: #ed5565;
}
.comments-area .comment-block .comment-info .meta {
  float: right;
  font-size: 12px;
  margin-top: 4px;
  color: #999999;
}
.comments-area .comment-block .comment-info .meta .sep {
  margin: 0 5px;
}
.comments-area .comment-block .comment-info:after {
  display: block;
  content: '';
  clear: right;
}
.comments-area .comment-block .comment-content {
  color: #999999;
  line-height: 1.7;
  margin-top: 10px;
}
.comments-area .comment-reply-title {
  font-size: 18px;
  color: #2f383d;
  margin-bottom: 30px;
}
.comments-area .comment-form .input-field,
.comments-area .comment-form textarea {
  border: 1px solid #a9a9a9;
}
.comments-area .comment-form .input-field {
  margin-bottom: 10px;
  height: 40px;
  position: relative;
}
.comments-area .comment-form .input-field .input-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 30px;
  height: 100%;
}
.comments-area .comment-form .input-field i {
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 40px;
}
.comments-area .comment-form input[type=email],
.comments-area .comment-form input[type=text],
.comments-area .comment-form input[type=url] {
  padding: 0 5px 0 15px;
  height: 100%;
}
.comments-area .comment-form textarea {
  height: 140px;
  padding: 8px 10px;
}
.comments-area .comment-form input[type=submit] {
  margin-top: 20px;
  float: right;
  padding: 3px 35px;
  font-size: 17px;
}
#cancel-comment-reply-link {
  float: right;
}
.comment-respond {
  margin: 20px 0;
}
.comment-respond:after {
  display: block;
  clear: both;
  content: '';
}
.feedback .comment-form {
  padding-bottom: 20px;
}
.feedback .comment-form input[type=email],
.feedback .comment-form input[type=text],
.feedback .comment-form input[type=url] {
  border: 1px solid #cccccc;
  display: block;
}
.feedback .comment-form:after {
  content: "";
  clear: both;
  display: block;
}
.fw-post-gallery-wrap {
  text-align: center;
}
.gallery-slider-page-controls {
  display: block;
  text-align: center;
}
.gallery-slider-page-controls:after {
  display: block;
  clear: both;
  content: '';
}
.gallery-slider-page-controls .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border: 1px solid #a1a1a1;
  background-color: transparent;
  border-radius: 0;
  display: inline-block;
  opacity: 1;
  margin-right: 2px;
  margin-left: 2px;
}
.gallery-slider-page-controls .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.gallery-slider-page-controls .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.gallery-slider-page-controls .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #000000;
  background-color: #ed5565;
}
.gallery {
  margin-bottom: 20px;
}
.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}
.mejs-container,
.portfolio .heading-underline {
  margin-bottom: 20px;
}
.gallery-item img {
  max-width: 100%;
  height: auto;
}
.post-password-form input[type=password] {
  border: 1px solid #cecece;
  line-height: 30px;
}
.post-password-form input[type=submit] {
  border: 1px solid #44484a;
  border-radius: 4px;
  color: #ffffff;
  background-color: #44484a;
  -webkit-transition: color .3s, background-color .3s, border-color .3s;
  -moz-transition: color .3s, background-color .3s, border-color .3s;
  -o-transition: color .3s, background-color .3s, border-color .3s;
  transition: color .3s, background-color .3s, border-color .3s;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  padding: 0 20px;
  line-height: 36px;
  font-size: 15px;
  height: auto;
}
.post-password-form input[type=submit]:hover {
  background-color: #ed5565;
  border: 1px solid #ed5565;
  color: #ffffff;
}
.post-password-form input[type=submit]:active,
.post-password-form input[type=submit]:focus {
  color: #ffffff;
}
.portfolio {
  padding: 55px 0 95px;
}
.portfolio.single-post {
  padding-bottom: 0;
}
.portfolio.single-post .heading-underline {
  margin-bottom: 55px;
}
.portfolio.single-post .details-label {
  font-size: 15px;
  font-weight: 700;
  color: #333333;
  line-height: 1;
  padding-bottom: 15px;
  border-bottom: 1px solid #c4c4c4;
}
.portfolio.single-post .portfolio-title {
  padding: 15px 0 45px;
  border-bottom: 1px solid #c4c4c4;
}
.portfolio.single-post .portfolio-title .title {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
.portfolio.single-post .portfolio-title .desc {
  margin-top: 15px;
  color: #555555;
  font-size: 14px;
}
.portfolio.single-post .portfolio-info {
  padding: 40px 0;
  border-bottom: 1px solid #c4c4c4;
  font-size: 13px;
}
.portfolio.single-post .portfolio-info table {
  table-layout: fixed;
  line-height: 1.2;
  width: 100%;
}
.portfolio.single-post .portfolio-info tr:not(:last-child) td {
  padding-bottom: 10px;
}
.portfolio.single-post .portfolio-info .field-name {
  width: 90px;
  color: #99abb7;
}
.portfolio.single-post .portfolio-info .field-value,
.portfolio.single-post .portfolio-info .field-value a {
  color: #606060;
}
.portfolio.single-post .portfolio-info .field-value a:hover {
  color: #ed5565;
}
.portfolio.single-post .buttons {
  margin: 30px 0 25px;
}
.portfolio.single-post .buttons .button {
  display: inline-block;
  padding: 8px 20px;
  font-size: 15px;
}
.portfolio.single-post .buttons .button:not(:last-child) {
  margin: 0 10px 10px 0;
}
.portfolio.single-post .related {
  border-top: 1px solid #c4c4c4;
  padding-top: 45px;
}
.portfolio.single-post .related .desc {
  font-size: 17px;
  color: #1f1f1f;
}
.portfolio.single-post .related .desc a {
  color: #4b90b7;
}
.portfolio.single-post .related .desc a:hover {
  color: #366885;
}
.portfolio.single-post .related .related-works {
  margin-top: 45px;
}
.portfolio .sidebar {
  padding-top: 30px;
}
.portfolio-colored-area h2,
.portfolio-colored-area h3,
.portfolio-colored-area h4,
.portfolio-colored-area h5,
.portfolio-colored-area h6 {
  font-weight: 300;
  color: #ffffff;
  margin: 0;
  line-height: 2;
}
.portfolio-colored-area h4 {
  font-size: 20px;
}
.portfolio-colored-area strong {
  font-weight: 700;
}
.category-selector {
  margin: 30px 0 40px;
  text-align: center;
}
.category-selector .category {
  display: inline-block;
  position: relative;
  padding: 4px 15px;
  border-radius: 3px;
  font-size: 18px;
  color: #828282;
  -webkit-transition: background-color .3s, color .3s;
  -moz-transition: background-color .3s, color .3s;
  -o-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
}
.category-selector .category:hover {
  color: #ffffff;
  background-color: #ed5565;
}
.category-selector .category:not(:last-child) {
  margin-right: 20px;
}
.category-selector .category:not(:last-child):after {
  position: absolute;
  display: block;
  content: '';
  right: -10px;
  top: 50%;
  margin-top: -10px;
  width: 1px;
  height: 20px;
  border-right: 1px solid #818181;
}
.with-margin .work {
  margin-bottom: 30px;
}
.portfolio-style1 .work {
  position: relative;
  overflow: hidden;
  background-color: #ed5565;
}
.portfolio-style1 .work .work-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  position: relative;
  display: block;
  z-index: 106;
}
.portfolio-style1 .work .work-content {
  height: 80px;
  padding: 15px 0 0 30px;
  position: relative;
  background-color: #ffffff;
  -webkit-transition: background-color .3s;
  -moz-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  z-index: 106;
}
.portfolio-style1 .work .work-content .category,
.portfolio-style1 .work .work-content .title {
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  white-space: nowrap;
}
.portfolio-style1 .work .work-content .title {
  font-size: 20px;
  margin: 0;
  font-weight: 700;
  color: #000000;
}
.portfolio-style1 .work .work-content .category {
  margin-top: 5px;
  font-size: 15px;
  font-weight: 300;
  color: #666666;
}
.portfolio-style1 .work:hover .work-image {
  opacity: .5;
}
.portfolio-style1 .work:hover .work-content {
  background-color: #ed5565;
}
.portfolio-style1 .work:hover .work-content .category,
.portfolio-style1 .work:hover .work-content .title {
  color: #ffffff;
}
.portfolio-style2 .work {
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
  margin: auto;
}
.portfolio-style2 .work .portfolio-thumbnail {
  width: 100%;
  height: auto;
}
.portfolio-style2 .work .work-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ed5565;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  text-align: center;
}
.portfolio-style2 .work .work-hover:before {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
.portfolio-style2 .work .work-hover .work-hover-content {
  display: inline-block;
  width: 96%;
  vertical-align: middle;
  color: #ffffff;
}
.portfolio-style2 .work .work-hover .work-hover-content .title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
.portfolio-style2 .work .work-hover .work-hover-content .title:hover {
  color: #f2c0c5;
}
.portfolio-style2 .work .work-hover .work-hover-content .category {
  margin-top: 2px;
  font-size: 15px;
  font-weight: 300;
}
.portfolio-style2 .work .work-hover .work-hover-content .triangle-line {
  margin: 25px 15px 30px;
  border-bottom: 1px solid #ffffff;
  position: relative;
}
.portfolio-style2 .work .work-hover .work-hover-content .triangle-line:after,
.portfolio-style2 .work .work-hover .work-hover-content .triangle-line:before {
  left: 50%;
  top: 100%;
  border: solid transparent;
  position: absolute;
  content: '';
  display: block;
}
.portfolio-style2 .work .work-hover .work-hover-content .triangle-line:before {
  border-color: #ed5565 transparent transparent;
  border-width: 11px;
  margin-left: -11px;
  z-index: 102;
}
.portfolio-style2 .work .work-hover .work-hover-content .triangle-line:after {
  border-color: #ffffff transparent transparent;
  border-width: 12px;
  margin-left: -12px;
  z-index: 101;
}
.portfolio-style2 .work .work-hover .work-hover-content .link i {
  margin-left: 0;
  font-size: 20px;
  color: #ffffff;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
.portfolio-style2 .work .work-hover .work-hover-content .link i:hover {
  color: #f2c0c5;
}
.portfolio-style2 .work:hover .work-hover {
  opacity: 1;
}
.portfolio-style3 .work {
  position: relative;
  margin: 0 auto 40px;
}
.portfolio-style3 .work .work-hover {
  padding: 10px;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: -1px;
  bottom: 0;
  opacity: 0;
  background-color: #ffffff;
  font-size: 14px;
  transition: opacity .3s;
}
.portfolio-single2-team-slider .swiper-slide:before,
.portfolio-style3 .work .work-hover {
  top: 0;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
}
.portfolio-style3 .work .work-hover .title {
  font-family: Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #5a5c5e;
  text-transform: uppercase;
}
.portfolio-style3 .work .work-hover .excerpt {
  margin-top: 2.9%;
  color: #7a7a7a;
  line-height: 1.8;
}
.portfolio-style3 .work .work-hover .button {
  font-size: 13px;
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.portfolio-style3 .work:hover .work-hover {
  opacity: 1;
}
.portfolio-single-slider-controls {
  margin: 20px 0;
  text-align: center;
}
.portfolio-single-slider-controls .page-control {
  width: 13px;
  height: 13px;
  border: 1px solid #a1a1a1;
  background-color: #ffffff;
  border-radius: 0;
  display: inline-block;
  opacity: 1;
}
.portfolio-single-slider-controls .page-control:not(:last-child) {
  margin-right: 5px;
}
.portfolio-single-slider-controls .page-control.swiper-pagination-bullet-active {
  border-color: #000000;
  background-color: #ed5565;
}
.single-post .portfolio-imac-frame-slider {
  border-bottom: none;
  padding-bottom: 110px;
}
.single-post .portfolio-imac-frame-slider .titlebar {
  background-color: transparent;
  height: auto;
  padding-bottom: 95px;
}
.single-post .portfolio-imac-frame-slider .titlebar a {
  font-size: 16px;
  color: #ed5565;
}
.single-post .portfolio-imac-frame-slider .titlebar a:hover {
  color: #d44c5a;
}
.single-post .portfolio-imac-frame-slider .titlebar .slider-title {
  margin-top: 0;
  margin-right: 14%;
}
.single-post .portfolio-imac-frame-slider .titlebar .slider-title .title.large {
  font-family: Ubuntu, sans-serif;
  font-size: 23px;
  font-weight: 700;
  color: #5a5c5e;
}
.single-post .portfolio-imac-frame-slider .titlebar .imac-frame-slider-controls {
  margin-top: 15px;
  margin-left: 13.5%;
}
.single-post .portfolio-imac-frame-slider .imac-frame-slider:before {
  content: none;
}
.portfolio-single2-team-slider {
  position: relative;
}
.portfolio-single2-team-slider .team-slider-wrapper {
  margin: 0 170px;
  overflow: hidden;
  padding-bottom: 200px;
}
.portfolio-single2-team-slider .swiper-container {
  overflow: visible;
  z-index: 111;
}
.portfolio-single2-team-slider .swiper-slide {
  width: 256px;
  height: 256px;
  position: relative;
}
.portfolio-single2-team-slider .swiper-slide:before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #ed5565;
  transition: opacity .3s;
  z-index: 115;
}
.portfolio-single2-team-slider .swiper-slide:hover:before {
  opacity: .6;
}
.portfolio-single2-team-slider .swiper-slide:hover .team-member-info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.portfolio-single2-team-slider .swiper-slide:hover .team-member-info .info-container {
  background-color: #ed5565;
}
.portfolio-single2-team-slider .portfolio-image {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 114;
}
.portfolio-single2-team-slider .team-member-info {
  position: absolute !important;
  left: 0;
  top: 100%;
  width: 100%;
  height: 164px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bbbbbb;
  background-color: #ffffff;
  -webkit-transform: translateY(-154px);
  -moz-transform: translateY(-154px);
  -ms-transform: translateY(-154px);
  -o-transform: translateY(-154px);
  transform: translateY(-154px);
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  -o-transition: -o-transform .3s;
  transition: transform .3s;
  z-index: 113;
}
.portfolio-single2-team-slider .team-member-info:after,
.portfolio-single2-team-slider .team-member-info:before {
  left: 50%;
  top: 100%;
  border: solid transparent;
  position: absolute;
  content: '';
  display: block;
}
.portfolio-single2-team-slider .team-member-info:before {
  border-color: #ffffff transparent transparent;
  border-width: 11px;
  margin-left: -11px;
  z-index: 102;
}
.portfolio-single2-team-slider .team-member-info:after {
  border-color: #bbbbbb transparent transparent;
  border-width: 12px;
  margin-left: -12px;
  z-index: 101;
}
.portfolio-single2-team-slider .team-member-info .info-container {
  width: 100%;
  height: 100%;
  padding-top: 22px;
  background-color: #ffffff;
  -webkit-transition: background-color .3s;
  -moz-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  color: #ffffff;
}
.portfolio-single2-team-slider .team-member-info .info-container .name {
  font-family: Arimo, sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.portfolio-single2-team-slider .team-member-info .info-container .jobtitle {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
}
#footer .widget_categories a,
#footer .widget_meta a,
#footer .widget_recent_comments a,
.widget_calendar tbody a,
.widget_calendar tfoot a,
.widget_rss .rsswidget {
  font-weight: 700;
}
.portfolio-single2-team-slider .team-member-info .info-container .social-links {
  margin-top: 20px;
}
.portfolio-single2-team-slider .team-member-info .social-link {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #d3d3d3;
  color: #ffffff;
  -webkit-transition: color .3s, border-color .3s, background-color .3s;
  -moz-transition: color .3s, border-color .3s, background-color .3s;
  -o-transition: color .3s, border-color .3s, background-color .3s;
  transition: color .3s, border-color .3s, background-color .3s;
}
.sidebar select,
.sidebar table,
.sidebar td,
.sidebar th {
  border: 1px solid #e1e4e7;
}
.portfolio-single2-team-slider .team-member-info .social-link:hover {
  color: #7f7f7f;
  background-color: #ffffff;
  border-color: #ffffff;
}
.portfolio-single2-team-slider .team-member-info .social-link:not(:last-child) {
  margin-right: 4px;
}
.portfolio-single2-team-slider .portfolio-single2-team-slider-control {
  display: block;
  position: absolute;
  top: 0;
  width: 168px;
  height: 256px;
  line-height: 256px;
  background-color: #e1e7e7;
  color: #5d6d7e;
  text-align: center;
  font-size: 36px;
  -webkit-transition: color .3s, background-color .3s;
  -moz-transition: color .3s, background-color .3s;
  -o-transition: color .3s, background-color .3s;
  transition: color .3s, background-color .3s;
  cursor: pointer;
  z-index: 112;
}
.portfolio-single2-team-slider .portfolio-single2-team-slider-control.prev {
  left: 0;
}
.portfolio-single2-team-slider .portfolio-single2-team-slider-control.next {
  right: 0;
}
.portfolio-single2-team-slider .portfolio-single2-team-slider-control:hover {
  color: #ffffff;
  background-color: #ed5565;
}
.portfolio-single2-team-slider .portfolio-single2-team-slider-control i.fa {
  width: 1em !important;
}
.has_sidebar .container,
.has_sidebar .container-fluid,
.has_sidebar .fw-container,
.has_sidebar .fw-container-fluid {
  width: 100%;
}
#secondary a {
  color: #9aa7af;
}
#secondary a:hover {
  color: #ed5565;
}
#secondary .navigation {
  margin-bottom: 30px;
}
#secondary .navigation .title {
  margin-bottom: 10px;
  border-bottom: none;
}
#secondary .navigation ul {
  padding-left: 0;
}
#secondary .navigation li {
  border-bottom: 1px solid #eef0f1;
}
#secondary .navigation li:first-of-type {
  border-top: 1px solid #eef0f1;
}
#secondary .navigation li a {
  display: block;
  line-height: 38px;
  font-size: 13px;
}
#secondary .navigation li .post-count {
  display: block;
  float: right;
  margin-top: 8px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 13px;
  text-align: center;
  color: #ffffff;
  background-color: #b3bdc3;
  border-radius: 999px;
  -webkit-transition: background-color .3s;
  -moz-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}
#secondary .navigation li ul a {
  margin-left: 10px;
}
#secondary .navigation li ul ul a {
  margin-left: 20px;
}
#secondary .navigation li ul ul ul a {
  margin-left: 30px;
}
#secondary .navigation li ul ul ul ul a {
  margin-left: 40px;
}
#secondary .navigation li ul ul ul ul ul a {
  margin-left: 50px;
}
#secondary .navigation li ul ul ul ul ul ul a {
  margin-left: 60px;
}
#secondary .navigation li ul ul ul ul ul ul ul a {
  margin-left: 70px;
}
#secondary .navigation li ul ul ul ul ul ul ul ul a {
  margin-left: 80px;
}
#secondary .navigation li ul ul ul ul ul ul ul ul ul a {
  margin-left: 90px;
}
#secondary .navigation li ul ul ul ul ul ul ul ul ul ul a {
  margin-left: 100px;
}
#secondary .navigation li li:last-child {
  border-bottom: none;
}
.sidebar {
  color: #9aa7af;
}
.sidebar input[type=email],
.sidebar input[type=password],
.sidebar input[type=text] {
  border: 1px solid #e1e4e7;
  max-width: 100%;
}
.sidebar select {
  padding: 5px;
  max-width: 100%;
}
.sidebar img {
  max-width: 100%;
  height: auto;
}
.contact-bar .social-link,
.sidebar .social-link {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  color: #ffffff !important;
}
.contact-bar .social-link i.fa,
.sidebar .social-link i.fa {
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  font-size: 16px !important;
  text-align: center !important;
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  -o-transition: -o-transform .3s;
  transition: transform .3s;
}
.contact-bar .social-link:hover i.fa,
.sidebar .social-link:hover i.fa {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.contact-bar .social-link:not(:last-child),
.sidebar .social-link:not(:last-child) {
  margin-right: 10px;
}
.contact-bar .social-link.facebook,
.sidebar .social-link.facebook {
  background-color: #507cbe;
}
.contact-bar .social-link.twitter,
.sidebar .social-link.twitter {
  background-color: #00abef;
}
.contact-bar .social-link.flickr,
.sidebar .social-link.flickr {
  background-color: #ff0084;
}
.contact-bar .social-link.google,
.sidebar .social-link.google {
  background-color: #cb4437;
}
.contact-bar .social-link.vimeo-square,
.sidebar .social-link.vimeo-square {
  background-color: #1ab7ea;
}
.contact-bar .social-link.linkedin,
.sidebar .social-link.linkedin {
  background-color: #00649b;
}
.contact-bar .social-link.dribbble,
.sidebar .social-link.dribbble {
  background-color: #f76799;
}
.contact-bar .social-link.pinterest,
.sidebar .social-link.pinterest {
  background-color: #ce1f20;
}
.contact-bar .social-link.instagram,
.sidebar .social-link.instagram {
  background-color: #b1977e;
}
.widget {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  width: 100%;
  word-wrap: break-word;
}
.widget pre {
  line-height: 1.2;
}
.widget button,
.widget input {
  line-height: normal;
}
.widget input[type=password],
.widget input[type=search],
.widget input[type=text],
.widget input[type=email],
.widget input[type=url],
.widget textarea {
  padding: .375em;
}
.widget > :last-child {
  margin-bottom: 0;
}
.widget_calendar caption {
  font-weight: 700;
  margin: 0 0 10px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.widget_calendar table {
  border-width: 1px 0 0 1px;
  border-style: solid;
  margin: 0 0 1.6em;
  table-layout: fixed;
  width: 100%;
}
.widget_calendar td,
.widget_calendar th {
  line-height: 2.3333;
  text-align: center;
  padding: 0;
}
.widget_calendar tbody a {
  -webkit-tap-highlight-color: rgba(255,255,255,0.3);
  background-color: #44484a;
  color: #ffffff;
  display: block;
}
.widget_calendar tbody a:focus,
.widget_calendar tbody a:hover {
  background-color: #ed5565;
  color: #ffffff !important;
}
.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
  border-top: 1px solid #e1e4e7;
  padding: 6px 0;
}
.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
  border-top: 0;
  padding-top: 0;
}
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
  padding-bottom: 0;
}
.widget_archive select,
.widget_categories select {
  width: 100%;
}
#footer .widget_archive li,
#footer .widget_categories li,
#footer .widget_links li,
#footer .widget_meta li,
#footer .widget_nav_menu li,
#footer .widget_pages li,
#footer .widget_recent_comments li,
#footer .widget_recent_entries li {
  border-color: #707881;
}
.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
  border-top: 1px solid #e1e4e7;
  margin: 6px 0 0 10px;
  padding-top: 6px;
}
#footer .widget_categories .children,
#footer .widget_nav_menu .sub-menu,
#footer .widget_pages .children {
  border-top: 1px solid #707881;
}
.widget_recent_entries .post-date {
  display: block;
}
.widget_rss ul {
  margin: 0;
  padding-left: 0;
}
.widget_rss li {
  margin-bottom: 1.6em;
}
.widget_rss li:last-child,
.widget_rss ul:last-child {
  margin-bottom: 0;
}
.widget_rss .rsswidget {
  border: 0;
}
.widget_rss .rsswidget img {
  margin-top: -4px;
}
.widget_rss .rss-date,
.widget_rss cite {
  font-size: 12px;
  font-size: 1.2rem;
  font-style: normal;
  display: block;
  line-height: 2;
  opacity: .8;
}
.textwidget > :last-child {
  margin-bottom: 0;
}
.widget_subscribe .desc {
  margin-bottom: 20px;
  text-align: left;
  font-weight: 300;
  line-height: 1.6;
}
.widget_subscribe .booard_es_footer_txt_email {
  border: none !important;
}
.widget_subscribe .inputs {
  background-color: #ffffff;
  color: #434a54;
  position: relative;
}
.widget_subscribe .inputs .input-wrapper {
  margin-right: 56px;
  height: 45px;
  position: relative;
}
.widget_subscribe .inputs .input-wrapper .booard_es_footer_txt_email,
.widget_subscribe .inputs .input-wrapper input[type=text] {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  border: none;
}
.widget_subscribe .inputs .input-wrapper:after {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: 12px;
  border-right: 1px solid #434a54;
  right: 0;
  top: 16px;
}
.widget_subscribe .inputs input[type=submit] {
  position: absolute;
  display: block;
  width: 56px;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: Arimo, sans-serif;
  font-weight: 700;
  font-size: 12px;
  background-color: #ffffff;
  color: #434a54;
}
.sidebar .widget_subscribe .inputs {
  border: 1px solid #e1e4e7;
}
.widget .es_button .es_textbox_button {
  border: 1px solid #44484a;
  border-radius: 4px;
  color: #ffffff;
  background-color: #44484a;
  -webkit-transition: color .3s, background-color .3s, border-color .3s;
  -moz-transition: color .3s, background-color .3s, border-color .3s;
  -o-transition: color .3s, background-color .3s, border-color .3s;
  transition: color .3s, background-color .3s, border-color .3s;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  padding: 0 20px;
  line-height: 36px;
  font-size: 15px;
  height: auto;
  width: auto;
}
.widget .es_button .es_textbox_button:hover {
  background-color: #ed5565;
  border: 1px solid #ed5565;
  color: #ffffff;
}
.widget .es_button .es_textbox_button:active,
.widget .es_button .es_textbox_button:focus {
  color: #ffffff;
}
.widget_categories ul {
  padding-left: 0;
  margin-left: 0 !important;
}
.widget_categories .booard-cats a {
  display: block;
}
.widget_categories li a {
  line-height: 28px;
  font-size: 13px;
}
.widget_categories li a:hover .post-count {
  background-color: #ed5565;
}
.widget_categories li .post-count {
  display: block;
  float: right;
  margin-top: 3px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 13px;
  text-align: center;
  color: #ffffff;
  background-color: #b3bdc3;
  border-radius: 999px;
  -webkit-transition: background-color .3s;
  -moz-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}
.widget_categories li ul a {
  margin-left: 15px;
}
.sidebar .widget_categories .title {
  margin-bottom: 5px !important;
}
#footer .widget_categories li .post-count {
  background-color: #44484a;
}
.widget_tag_cloud {
  font-size: 0;
}
.widget_tag_cloud .tagcloud a {
  font-size: 13px;
  display: inline-block;
  padding: 3px 12px;
  color: #697782;
  background-color: #e1e4e7;
  margin: 0 5px 5px 0;
}
.widget_tag_cloud .tagcloud a:hover {
  color: #ffffff;
  background-color: #ed5565;
}
#secondary .widget_tag_cloud .tagcloud a {
  color: #697782;
  background-color: #e1e4e7;
}
#secondary .widget_tag_cloud .tagcloud a:hover {
  color: #ffffff;
  background-color: #ed5565;
}
#footer .widget_tag_cloud .tagcloud a {
  color: #eeeeee;
  background-color: #707881;
}
#footer .widget_tag_cloud .tagcloud a:hover {
  color: #eeeeee;
  background-color: #ed5565;
}
.widget_blog_tabs .blog-tabs-wrap {
  overflow: hidden;
}
.widget_blog_tabs .nav_tabs {
  border: 0;
}
.widget_blog_tabs .nav_tabs li {
  margin: 0;
  max-width: 110px;
  width: 50%;
  float: left;
}
.widget_blog_tabs .nav_tabs li.active a {
  background-color: #f6f6f6;
  border-top: 4px solid #ed5565;
  color: #ed5565;
}
.widget_blog_tabs .nav_tabs a {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 35px;
  line-height: 31px;
  white-space: nowrap;
  text-align: center;
  background-color: #e7ebed;
  border-top: 4px solid #e7ebed;
  color: #9aa7af;
  -webkit-transition: color .3s, border-color .3s, background-color .3s;
  -moz-transition: color .3s, border-color .3s, background-color .3s;
  -o-transition: color .3s, border-color .3s, background-color .3s;
  transition: color .3s, border-color .3s, background-color .3s;
}
.widget_blog_tabs .nav_tabs a:hover {
  border-top-color: #ebf0f2;
  background-color: #ebf0f2;
}
.widget_blog_tabs .tab-content {
  background-color: #f6f6f6;
  padding: 15px 0 30px;
}
.widget_blog_tabs .tab-content .fade {
  -webkit-transition: opacity .05s ease-in-out;
  -moz-transition: opacity .05s ease-in-out;
  -o-transition: opacity .05s ease-in-out;
  transition: opacity .05s ease-in-out;
}
.widget_blog_tabs .tab-content img {
  width: 100%;
  height: auto;
}
.widget_blog_tabs .tab-content .excerpt {
  font-size: 13px;
}
.widget_blog_tabs .style-tab .post .post-content {
  padding: 19px 10px;
}
.widget_blog_tabs .style-tab .post .post-content .post-title {
  font-size: 15px;
  color: #333333;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
.widget_blog_tabs .style-tab .post .post-content .post-title:hover {
  color: #ed5565;
}
.widget_blog_tabs .style-tab .post .post-content .date {
  font-size: 12px;
  color: #999999;
  margin-top: 5px;
}
.widget_blog_tabs .style-tab .post .post-content .excerpt {
  margin-top: 5px;
  color: #9aa7af;
  line-height: 1.8;
}
#footer .widget_blog_tabs .nav_tabs li.active a {
  background-color: #5c6265;
  border-top: 4px solid #ed5565;
  color: #eeeeee;
}
#footer .widget_blog_tabs .nav_tabs a {
  color: #e1e7e7;
  border-top: 4px solid #555a5d;
  background-color: #555a5d;
}
#footer .widget_blog_tabs .nav_tabs a:hover {
  border-top-color: #61676a;
  background-color: #61676a;
}
#footer .widget_blog_tabs .tab-content {
  background-color: #5c6265;
}
#footer .widget_blog_tabs .style-tab .post .post-content .post-title {
  color: #eeeeee;
}
#footer .widget_blog_tabs .style-tab .post .post-content .post-title:hover {
  color: #ed5565;
}
#footer .widget_blog_tabs .style-tab .post .post-content .date {
  color: #00abef;
}
#footer .widget_blog_tabs .style-tab .post .post-content .excerpt {
  color: #e1e7e7;
}
.widget_search .searchform-wrap {
  height: 30px;
  position: relative;
}
.widget_search .input-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 30px;
  height: 100%;
  border: 1px solid #d0d0d0;
  border-right: 0;
}
.widget_search .s {
  padding: 0 10px;
  font-style: italic;
  height: 100%;
  border: none !important;
}
.widget_search input[type=submit] {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 0;
  padding: 1px 6px;
  color: #ffffff;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0,0);
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .widget {
  margin-bottom: 40px;
  line-height: 1.6;
}
.sidebar .widget .title {
  display: block;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #2f383d;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.sidebar .widget.widget_facebook_page_stream .tweet,
.sidebar .widget.widget_twitter .tweet {
  padding-bottom: 5px;
  border-bottom: 1px solid #e1e4e7;
}
.sidebar .widget.widget_facebook_page_stream .tweet:not(:last-of-type),
.sidebar .widget.widget_twitter .tweet:not(:last-of-type) {
  margin-bottom: 20px;
}
.sidebar .widget.widget_facebook_page_stream .tweet .username,
.sidebar .widget.widget_twitter .tweet .username {
  font-size: 15px;
  color: #2f383d;
  white-space: nowrap;
  line-height: 30px;
  margin-bottom: 5px;
}
.sidebar .widget.widget_facebook_page_stream .tweet .twitter-icon,
.sidebar .widget.widget_twitter .tweet .twitter-icon {
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  font-size: 18px !important;
  text-align: center !important;
  display: inline-block;
  background-color: #44484a;
  color: #ffffff;
  margin-right: 8px;
}
.sidebar .widget.widget_facebook_page_stream .tweet .content,
.sidebar .widget.widget_twitter .tweet .content {
  color: #9aa7af;
  font-size: 13px;
}
.sidebar .widget.widget_facebook_page_stream .tweet .content a,
.sidebar .widget.widget_twitter .tweet .content a {
  color: #ed5565;
}
.sidebar .widget.widget_facebook_page_stream .tweet .content a:hover,
.sidebar .widget.widget_twitter .tweet .content a:hover {
  color: #d44c5a;
}
.sidebar .widget.widget_facebook_page_stream .tweet .time,
.sidebar .widget.widget_twitter .tweet .time {
  color: #2f383d;
  font-size: 13px;
  margin-top: 20px;
}
.sidebar .widget.widget_facebook_page_stream .see-all-tweets,
.sidebar .widget.widget_twitter .see-all-tweets {
  display: block;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 0;
  border-bottom: 1px solid #e1e4e7;
  color: #ed5565;
}
.sidebar .widget.widget_facebook_page_stream .see-all-tweets:hover,
.sidebar .widget.widget_twitter .see-all-tweets:hover {
  color: #d44c5a;
}
.sidebar .widget.widget_flickr .flickr_badge_image {
  display: inline-block;
}
.sidebar .widget.widget_flickr .flickr_badge_image img {
  margin: 0 10px 10px 0;
  opacity: 1;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}
.sidebar .widget.widget_flickr .flickr_badge_image img:hover {
  opacity: .6;
}
#footer .widget_facebook_page_stream .tweet,
#footer .widget_twitter .tweet {
  padding-bottom: 25px;
  color: #dddddd;
}
#footer .widget_facebook_page_stream .tweet:not(:first-child),
#footer .widget_twitter .tweet:not(:first-child) {
  padding-top: 15px;
  border-top: 1px solid #707881;
}
#footer .widget_facebook_page_stream .tweet a,
#footer .widget_twitter .tweet a {
  color: #eeeeee;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 700;
}
#footer .widget_facebook_page_stream .tweet a:hover,
#footer .widget_twitter .tweet a:hover {
  color: #ed5565;
}
#footer .widget_facebook_page_stream .tweet .username,
#footer .widget_twitter .tweet .username {
  display: none;
}
#footer .widget_facebook_page_stream .tweet .time,
#footer .widget_twitter .tweet .time {
  font-size: 11px;
  font-style: italic;
  color: #00abef;
  margin-top: 15px;
}
#footer .widget_facebook_page_stream .tweet .time i,
#footer .widget_twitter .tweet .time i {
  margin-right: 5px;
}
#footer .widget_flickr .flickr_badge_image {
  display: inline-block;
}
#footer .widget_flickr .flickr_badge_image img {
  margin: 0 10px 10px 0;
  opacity: 1;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}
#footer .widget_flickr .flickr_badge_image img:hover {
  opacity: .6;
}
#footer {
  color: #e1e7e7;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  color: inherit;
}
#footer a {
  color: #eeeeee;
}
#footer a:hover {
  color: #ed5565;
}
#footer .contact-bar {
  background-color: #44484a;
  padding: 30px 0;
}
#footer .contact-bar .social-links {
  float: left;
  width: 50%;
}
#footer .contact-bar .contact-info {
  float: right;
  width: 50%;
  color: #e1e7e7;
  text-align: right;
  line-height: 30px;
}
#footer .contact-bar .contact-info i {
  color: #e1e7e7;
  font-size: 18px;
  margin-right: 10px;
  vertical-align: -20%;
}
#footer .contact-bar .contact-info .sep {
  display: inline-block;
  margin: 0 25px;
  height: 24px;
  border-left: 1px solid #e1e7e7;
  vertical-align: -25%;
}
#footer .contact-bar .contact-info a {
  color: #e1e7e7;
}
#footer .contact-bar .contact-info a:hover {
  text-decoration: underline;
}
#footer .widget-wrap {
  padding: 40px 0 90px;
  background-color: #5a5f62;
  line-height: 1.7;
  font-size: 14px;
}
#footer .widget-wrap caption {
  color: inherit;
}
#footer .widget-wrap input[type=email],
#footer .widget-wrap input[type=password],
#footer .widget-wrap input[type=text] {
  border: 1px solid #707881;
  max-width: 100%;
}
#footer .widget-wrap select {
  padding: 5px;
  max-width: 100%;
}
#footer .widget-wrap table,
#footer .widget-wrap td,
#footer .widget-wrap th {
  border: 1px solid #707881;
}
#footer .widget-wrap img {
  max-width: 100%;
  height: auto;
}
#footer .copyright-area {
  padding: 20px 0;
  background-color: #696c6e;
  color: #989898;
  font-size: 13px;
  font-weight: 300;
}
#footer .copyright-area a {
  color: #ffffff;
}
#footer .copyright-area .lefttext {
  float: left;
}
#footer .copyright-area .righttext {
  float: right;
}
#footer .widget {
  margin-bottom: 30px;
}
#footer .widget:last-child {
  margin-bottom: 0;
}
#footer .widget .title {
  font-family: Ubuntu, sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 23px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e1e7e7;
  opacity: .62;
  letter-spacing: 1px;
  position: relative;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Lato, sans-serif;
}
#footer .widget .title:after,
#footer .widget .title:before {
  left: 50%;
  top: 100%;
  border: solid transparent;
  position: absolute;
  content: '';
  display: block;
}
#footer .widget .title:before {
  border-color: #5a5f62 transparent transparent;
  border-width: 11px;
  margin-left: -11px;
  z-index: 102;
}
#footer .widget .title:after {
  border-color: #e1e7e7 transparent transparent;
  border-width: 12px;
  margin-left: -12px;
  z-index: 101;
}
#footer .widget button,
#footer .widget input,
#footer .widget optgroup,
#footer .widget select,
#footer .widget textarea {
  color: initial;
}
a,
code {
  color: #ed5565;
}
#footer .widget,
#footer .widget_text,
#footer .widget_text p {
  font-weight: 300;
}
@media only screen and (min-width: 992px) {
  .col-one-fifth {
    width: 20%;
  }
  .about-us-h3 .col-about-us:first-child .col-content {
    float: left;
  }
  .about-us-h3 .col-about-us:last-child .col-content {
    float: right;
  }
  .pricing-table .pricing-table-column.featured {
    margin-top: -25px;
  }
  .pricing-table .pricing-table-column.featured .features {
    padding: 20px 0;
  }
  .pricing-table .pricing-table-column.featured .footer {
    padding: 30px 0;
  }
  .blog-posts.with-right-sidebar {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  header#masthead .logo {
    display: none;
  }
  header#masthead .logo.small {
    display: block;
  }
  .join-us .col-join-us {
    float: none;
    width: 100% !important;
    max-width: 300px !important;
    margin: 0 auto 30px !important;
  }
  .icon-wrap-style1,
  .icon-wrap-style2 {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 40px;
    text-align: center;
  }
  .testimonials .userinfo {
    position: relative;
    margin: auto;
  }
  .testimonials .testimonial-content {
    margin-left: 0;
  }
  .testimonials .testimonial-content:before {
    content: none;
  }
  footer .contact-bar .contact-info .sep {
    display: block;
    margin: 0;
    border: 0;
    height: 0;
  }
}
@media only screen and (max-width: 560px) {
  .content-box-style9 .col-content {
    margin: 0 !important;
  }
  .col-xxs-full {
    width: 100% !important;
    float: none !important;
  }
  .hidden-xxs {
    display: none !important;
  }
  #titlebar .container {
    height: auto;
    min-height: 120px;
  }
  #titlebar .breadcrumb,
  #titlebar .page-title {
    float: none;
    width: 100%;
    height: auto;
    text-align: center;
  }
  #titlebar .page-title {
    margin-top: 30px;
  }
  #titlebar .breadcrumb {
    padding-top: 15px;
  }
  #titlebar .breadcrumb .breadcrumb-inner {
    text-align: center;
  }
  .banner-row-h3 .slogan {
    padding: 21px 30px !important;
    width: 100% !important;
  }
  .about-us-h4 .about-us-h4-content .row-features .leftcol .col-content,
  .about-us-h4 .about-us-h4-content .row-features .rightcol .col-content {
    margin: 0;
  }
  .portfolio-imac-frame-slider .imac-frame-slider-controls,
  .portfolio-imac-frame-slider .slider-title {
    float: none;
    margin: 30px 0 0 !important;
    text-align: center;
  }
  .contact-info {
    text-align: center;
  }
  .blog-posts.single-post .post .post-heading-line,
  .blog-posts.wide .post .post-heading-line {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .blog-posts.single-post .post .title-area .left,
  .blog-posts.single-post .post .title-area .right,
  .blog-posts.wide .post .title-area .left,
  .blog-posts.wide .post .title-area .right {
    text-align: center;
  }
  .blog-posts.single-post .post .title-area .right,
  .blog-posts.wide .post .title-area .right {
    padding-top: 5px;
  }
  .blog-posts.single-post .post .readmore,
  .blog-posts.wide .post .readmore {
    margin: auto;
  }
  .blog-posts.compact .post .post-image {
    padding-right: 0 !important;
    margin-bottom: 30px;
  }
  .blog-posts.compact .post .post-content {
    margin-left: 0 !important;
  }
  footer .copyright-area .lefttext {
    margin-bottom: 10px;
  }
  footer .copyright-area .lefttext,
  footer .copyright-area .righttext {
    float: none;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .content-box-style1 {
    margin-bottom: 30px;
  }
  .content-box-style2 .cb-content {
    border-left: 1px solid #ced2d6;
  }
  .about-us .our-feature-slider-wrapper {
    border: 0 !important;
    float: none !important;
    margin: auto;
  }
  .about-us .latest-twitter-wrapper {
    margin: 30px auto 0;
  }
  .banner-row-h3 .time:after,
  .banner-row-h3 .time:before {
    content: none;
  }
  .shopping-cart .cart .item {
    padding: 15px 0 0;
  }
  .shopping-cart .cart .item .item-image {
    margin: 0 auto;
  }
  .shopping-cart .cart .item .item-info {
    position: static;
    height: 50px;
    margin: 10px 30px 0 20px;
  }
  .shopping-cart .cart .new-item .left,
  .shopping-cart .cart .new-item .right {
    float: none;
    width: auto;
    text-align: left;
  }
  footer .contact-bar,
  footer .contact-bar .contact-info {
    text-align: center;
  }
  .shopping-cart .cart .new-item .left .button,
  .shopping-cart .cart .new-item .right .button {
    display: block;
    float: right;
  }
  .vertical-tabs .tab-contents,
  .vertical-tabs .tab-links {
    float: none !important;
  }
  .vertical-tabs .tab-links.vertical-right {
    border-left: 1px solid #e2e2e2;
  }
  .vertical-tabs .tab-links.vertical-left {
    border-right: 1px solid #e2e2e2;
  }
  .vertical-tabs .tab-contents {
    padding-right: 0 !important;
    border: none !important;
  }
  .comments-area .comment-buttons,
  .comments-area .comment-buttons .center,
  .comments-area .comment-buttons .left,
  .comments-area .comment-buttons .right {
    display: block;
  }
  .comments-area .comment-buttons .center {
    padding-top: 15px;
  }
  .comments-area .comment-buttons .comment-area-line {
    display: none;
  }
  .comments-area .comment-buttons .comment-button,
  .comments-area .comment-buttons .comment-count {
    margin: auto;
  }
  .comments-area .comments {
    margin-top: 20px;
  }
  .comments-area .comments ul.sublist {
    padding-left: 45px;
  }
  .comments-area .comment .comment-info .author,
  .comments-area .comment .comment-info .meta {
    float: none;
  }
  footer .contact-bar .contact-info,
  footer .contact-bar .social-links {
    float: none;
    width: auto;
  }
  footer .contact-bar .social-links {
    display: inline-block;
    margin-bottom: 20px;
  }
  footer .widget-wrap {
    padding-bottom: 50px;
  }
  footer .widget-wrap .widget {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 992px) {
  header#masthead .main-menu {
    display: none;
  }
  header#masthead #menu-toggle,
  header#masthead #mobile-menu {
    display: block;
  }
  .booard-tab .nav-tabs {
    border: 0 !important;
  }
  .booard-tab .nav-tabs > li {
    margin: 0 10px 10px 0 !important;
    border-bottom: 1px solid #a2a6ab;
  }
  .booard-tab .nav-tabs > li.active {
    border-bottom-color: #000000;
  }
  .booard-tab .nav-tabs > li > a {
    height: 48px !important;
  }
  .sm-hide {
    display: none;
  }
  .pricing-table .pricing-table-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .pricing-table .pricing-table-col-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pricing-table .pricing-table-column {
    margin-left: auto !important;
    margin-right: auto;
    border-right: 1px solid #e2e2e2 !important;
  }
  .pricing-table .pricing-table-column.featured {
    border-right: 1px solid #44484a !important;
  }
  .content-box-style6,
  .join-us .icons-col {
    margin-bottom: 30px;
  }
  .join-us .col-join-us {
    width: 33.3%;
    margin-bottom: 45px;
  }
  .join-us .col-join-us.offseted {
    margin-left: 16.67%;
  }
  .join-us-h2 .col-text {
    margin-bottom: 40px;
  }
  .join-us-h2 .col-text .prevnext {
    margin-top: 50px;
  }
  .theme-intro .paddingtop {
    padding-top: 40px;
  }
  .theme-intro .tablets {
    margin: auto;
  }
  .skills-h4 .image-wrapper {
    position: relative;
    margin: auto;
    padding-top: 50px;
    width: 80%;
  }
  .skills-h4 .mobile-devices {
    position: static;
    margin-top: 0;
  }
  .about-us-h4 .about-us-h4-content .ipad-large {
    float: none;
    margin: 50px auto 0 !important;
  }
}
hr,
p {
  margin: 0;
}
iframe,
video {
  display: block;
}
@media (min-width: 768px) {
  .fw-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .fw-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .fw-container {
    width: 1170px;
  }
}
@-webkit-keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-160px,0,0);
    transform: translate3d(-160px,0,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-160px,0,0);
    transform: translate3d(-160px,0,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftShort {
  -webkit-animation-name: fadeInLeftShort;
  animation-name: fadeInLeftShort;
}
@-webkit-keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(160px,0,0);
    transform: translate3d(160px,0,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(160px,0,0);
    transform: translate3d(160px,0,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightShort {
  -webkit-animation-name: fadeInRightShort;
  animation-name: fadeInRightShort;
}
@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,60px,0);
    transform: translate3d(0,60px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,60px,0);
    transform: translate3d(0,60px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpShort {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort;
}
* {
  -webkit-backface-visibility: hidden;
}
body {
  line-height: 1.875;
  font-size: 14px;
  color: #7a7a7a;
  width: 100%;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px;
  color: #5a5c5e;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 15px;
}
a {
  -webkit-transition: background-color .3s, color .3s;
  -moz-transition: background-color .3s, color .3s;
  -o-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
}
a:focus,
a:hover {
  color: #d44c5a;
  text-decoration: none;
}
input,
select,
textarea {
  border: 0;
  outline: 0;
}
input[type=email],
input[type=text],
input[type=url],
textarea {
  display: block;
  width: 100%;
}
i.fa {
  width: 1.3em !important;
  height: 1em !important;
  text-align: center;
  -webkit-backface-visibility: hidden;
}
p {
  padding: 0;
}
p:not(:last-child) {
  margin-bottom: 20px;
}
video {
  width: 100%;
}
iframe {
  width: 100%;
  border: none;
}
iframe.fullheight {
  height: 100%;
  max-height: 160px;
}
[data-animate]:not(.animated) iframe {
  display: none !important;
}
[class*=" icon-"],
[class^=icon-] {
  padding: 0 1px;
}
.aligncenter {
  text-align: center;
}
.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}
.fullwidth,
.fw-post-image {
  display: block;
  width: 100%;
  height: auto;
}
hr {
  background-color: #f6f6f6;
  border: none !important;
  height: 1px;
  clear: both;
  display: block;
}
blockquote {
  border-color: #e3e3e3;
}
.sticky {
  background: #f6f6f6;
  border: 3px solid #e3e3e3 !important;
  padding: 15px !important;
}
.theme-feature-block {
  margin-bottom: 20px;
  color: #3d3d3d;
}
.theme-feature-block .fw-special-title {
  font-size: 30px !important;
  line-height: 1.2;
  color: #3d3d3d;
  margin: 0 !important;
  font-weight: 500;
}
.theme-feature-block .fw-special-subtitle,
.theme-feature-block p {
  margin: 5px 0 0 !important;
  font-size: 18px !important;
  font-weight: 300;
  color: #3d3d3d;
}
.theme-feature-block .fw-special-subtitle strong,
.theme-feature-block p strong {
  margin-top: 10px;
  font-size: 15px !important;
  font-weight: 700;
  color: #ed5565;
}
@media (max-width: 768px) {
  .devices {
    margin: 0 auto 40px;
  }
}
.content-box-style8-border .style8-column {
  border-right: 1px solid #c5c5c5;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .content-box-style8-border .content-box-style8 {
    max-width: 450px;
    margin-left: auto !important;
    margin-right: auto !important;
    border: none !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .content-box-style8-border .style8-column:nth-child(2),
  .content-box-style8-border .style8-column:nth-child(4) {
    border: 0 !important;
  }
  .content-box-style8-border .style8-column:nth-child(1) .content-wrap,
  .content-box-style8-border .style8-column:nth-child(3) .content-wrap {
    margin: 0 15px 0 0 !important;
  }
  .content-box-style8-border .style8-column:nth-child(2) .content-wrap,
  .content-box-style8-border .style8-column:nth-child(4) .content-wrap {
    margin: 0 0 0 15px !important;
  }
}
@media (max-width: 560px) {
  .content-box-style9 .col-content {
    margin: 0;
  }
}
.mobile-larger-image {
  position: absolute;
  width: 100%;
  max-width: 420px;
  left: 0;
  top: 0;
  margin-top: -12%;
  bottom: 0;
  display: block;
}
@media (max-width: 992px) {
  .mobile-larger-image {
    position: relative;
    padding-top: 50px;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 480px) {
  .xxs-button-fix {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 206px;
  }
  .xxs-button-fix:last-child {
    margin-bottom: 40px !important;
  }
}
.portfolio-colored-area {
  margin: 0 !important;
}
.portfolio-colored-area .fw-special-title {
  text-align: center;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 30px;
  color: #ffffff;
  margin: 0;
}
.portfolio-colored-area .fw-special-subtitle {
  color: #ffffff;
  text-align: center;
  font-size: 20px !important;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
}
.fw-heading-h1 .fw-special-title {
  font-size: 30px;
}
.fw-heading-h2 .fw-special-title {
  font-size: 24px;
}
.fw-heading-h3 .fw-special-title {
  font-size: 22px;
}
.fw-heading-h4 .fw-special-title {
  font-size: 20px;
}
.fw-heading-h5 .fw-special-title {
  font-size: 18px;
}
.fw-heading-h6 .fw-special-title {
  font-size: 16px;
}
.fw-call-to-action {
  width: 100%;
}
.fw-call-to-action h2 {
  font-size: 20px;
}
.fw-call-to-action .fw-action-btn {
  text-align: right;
}
.fw-call-to-action .fw-btn-1 {
  color: #ffffff;
  border: 1px solid #ed5565;
  text-align: center;
  background-color: #ed5565;
}
.fw-call-to-action .fw-btn-1:focus {
  border: 1px solid #ed5565;
  background: #ed5565;
  box-shadow: none;
}
.fw-call-to-action .fw-btn-1:active,
.fw-call-to-action .fw-btn-1:active:focus,
.fw-call-to-action .fw-btn-1:hover {
  background: #d44c5a;
  border: 1px solid #d44c5a;
}
.elements-with-margin .button {
  margin-right: 10px;
  margin-bottom: 10px;
}
.elements-with-margin .fw-icon {
  margin: 0 10px 20px;
}
.elements-with-margin [class*=fw-col] {
  margin-bottom: 20px;
}
.tparrows.custom {
  position: absolute;
  width: 60px !important;
  height: 60px !important;
  line-height: 60px !important;
  font-size: 28px;
  text-align: center;
  color: #ffffff;
  top: 50%;
  margin-top: -60px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 4px;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  background: 0 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 211;
  -webkit-transition: opacity .3s, background-color .3s, color .3s, border-color .3s;
  -moz-transition: opacity .3s, background-color .3s, color .3s, border-color .3s;
  -o-transition: opacity .3s, background-color .3s, color .3s, border-color .3s;
  transition: opacity .3s, background-color .3s, color .3s, border-color .3s;
}
.tparrows.custom:before {
  font-family: inherit !important;
  line-height: inherit !important;
}
.tparrows.custom.tp-leftarrow:before {
  content: "\e602" !important;
}
.tparrows.custom.tp-rightarrow:before {
  content: "\e603" !important;
}
.tparrows.custom:hover {
  background-color: #ed5565 !important;
  border-color: #ed5565;
  color: #ffffff;
}
.tp-bullets.custom {
  display: inline-block;
  position: absolute;
  width: auto;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  z-index: 212;
}
.tp-bullets.custom.centered {
  right: auto;
  left: 50%;
  margin-left: -121px;
  bottom: 60px;
}
.tp-bullets.custom .tp-bullet {
  display: inline-block;
  width: 56px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 0;
  opacity: 1 !important;
  cursor: pointer;
  -webkit-transition: background-color .3s;
  -moz-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}
.tp-bullets.custom .tp-bullet.selected,
.tp-bullets.custom .tp-bullet:hover {
  background-color: #ed5565;
}
.tp-bullets.custom .tp-bullet:not(.last) {
  margin-right: 6px;
}
.tp-bullets.custom .tp-bullet:before {
  display: block;
  content: '';
  position: absolute;
  left: 21px;
  bottom: 6px;
  border-color: #ffffff transparent;
  border-width: 0 7px 7px;
  border-style: solid;
  -webkit-transition: -webkit-transform .3s, border-color .3s;
  -moz-transition: -moz-transform .3s, border-color .3s;
  -o-transition: -o-transform .3s, border-color .3s;
  transition: transform .3s, border-color .3s;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: scale(0,1);
  -moz-transform: scale(0,1);
  -ms-transform: scale(0,1);
  -o-transform: scale(0,1);
  transform: scale(0,1);
}
.tp-bullets.custom .tp-bullet.selected:before {
  border-bottom-color: #ed5565;
  -webkit-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -o-transform: scale(1,1);
  transform: scale(1,1);
}
.tp-caption strong {
  font-weight: 700 !important;
}
.tp-caption .button {
  border: 1px solid #44484a !important;
  border-radius: 4px;
  color: #ffffff;
  background-color: #44484a;
  -webkit-transition: color .3s, background-color .3s, border-color .3s;
  -moz-transition: color .3s, background-color .3s, border-color .3s;
  -o-transition: color .3s, background-color .3s, border-color .3s;
  transition: color .3s, background-color .3s, border-color .3s;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  padding: 0 20px;
  line-height: 36px;
  font-size: 15px;
  height: auto;
}
.tp-caption .button:hover {
  background-color: #ed5565;
  border: 1px solid #ed5565 !important;
  color: #ffffff;
}
.tp-caption .button:active,
.tp-caption .button:focus {
  color: #ffffff;
}
.tp-caption .button.small {
  font-size: 13px;
  line-height: 35px;
  padding: 0 20px;
}
.tp-caption .button.large {
  font-size: 20px;
  line-height: 46px;
  padding: 0 30px;
}
.tp-caption .button.red {
  color: #ffffff;
  text-align: center;
  background-color: #ed5565;
  -webkit-transition: background-color .3s;
  -moz-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}
.tp-caption .button.red:hover {
  background-color: #d44c5a;
}
.tp-caption .button.transparent {
  background-color: rgba(255,255,255,0);
  color: #44484a;
}
.tp-caption .button.transparent:hover {
  background-color: #d44c5a;
  color: #ffffff;
}
.tp-caption.time:after,
.tp-caption.time:before {
  display: inline-block;
  content: '';
  width: 140px;
  height: 1px;
  margin-top: 30px;
  border-bottom: 1px solid #44484a;
  vertical-align: top;
}
.tp-caption.time:before {
  margin-right: 12px;
}
.tp-caption.time:after {
  margin-left: 12px;
}
.tp-caption .triangle-down {
  margin: 35px auto 0;
  width: 228px;
}
.tp-caption .triangle-down:after,
.tp-caption .triangle-down:before {
  display: inline-block;
  content: '';
  width: 101px;
  border-bottom: 1px solid #44484a !important;
  vertical-align: top;
  margin-top: 8px;
}
.tp-caption .triangle-down .triangle {
  display: inline-block;
  margin: 0 3px;
  width: 17px;
  height: 17px;
  border-left: 1px solid #44484a !important;
  border-bottom: 1px solid #44484a !important;
  transform: rotate(-45deg);
}
.tp-caption .icon.outlined:before,
.tp-caption .triangle-down .triangle {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.tp-caption .icon {
  display: inline-block;
  color: #ffffff;
  border-radius: 999px;
  position: relative;
}
.tp-caption .icon.outlined {
  width: 88px !important;
  height: 88px !important;
}
.tp-caption .icon.outlined i {
  line-height: 88px !important;
  font-size: 32px !important;
}
.tp-caption .icon.outlined svg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tp-caption .icon.outlined .border {
  fill: none;
  stroke-width: 1px;
  stroke: #ffffff;
}
.tp-caption .icon.outlined:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: 100%;
  margin-top: -8px;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  transform: rotate(-45deg);
}
.tp-caption .icon:not(.outlined) {
  width: 87px !important;
  height: 87px !important;
}
.tp-caption .icon:not(.outlined) i {
  line-height: 87px !important;
  font-size: 32px !important;
}
.tp-caption .icon:not(.outlined):after,
.tp-caption .icon:not(.outlined):before {
  margin-top: -2px;
}
.tp-caption .icon:not(:last-child) {
  margin-right: 20px;
}
.tp-caption .icon.primary {
  background-color: #ed5565;
  position: relative;
}
.tp-caption .icon.primary:after,
.tp-caption .icon.primary:before {
  left: 50%;
  top: 100%;
  border: solid transparent;
  position: absolute;
  content: '';
  display: block;
}
.tp-caption .icon.primary:before {
  border-color: #ed5565 transparent transparent;
  border-width: 8px;
  margin-left: -8px;
  z-index: 102;
}
.tp-caption .icon.primary:after {
  border-color: #ed5565 transparent transparent;
  border-width: 9px;
  margin-left: -9px;
  z-index: 101;
}
.tp-caption .icon.white {
  background-color: #ffffff;
  color: #42393e;
  position: relative;
}
.tp-caption .icon.white:after,
.tp-caption .icon.white:before {
  left: 50%;
  top: 100%;
  border: solid transparent;
  position: absolute;
  content: '';
  display: block;
}
.tp-caption .icon.white:before {
  border-color: #ffffff transparent transparent;
  border-width: 8px;
  margin-left: -8px;
  z-index: 102;
}
.tp-caption .icon.white:after {
  border-color: #ffffff transparent transparent;
  border-width: 9px;
  margin-left: -9px;
  z-index: 101;
}
.tp-caption .red {
  color: #ed5565;
}
.tp-caption .detail-page-link {
  width: 180px !important;
  height: 60px !important;
  line-height: 60px !important;
  margin: 30px auto 0 !important;
  color: #ffffff;
  background-color: #ed5565;
  border-radius: 4px;
  padding-left: 18px;
  font-size: 16px !important;
  font-weight: 700;
  position: relative;
  text-align: left;
}
.tp-caption .detail-page-link .linkbox {
  position: absolute;
  right: 6px;
  top: 6px;
  text-align: center;
  border: 1px solid #f38f9a !important;
  cursor: pointer;
  width: 48px !important;
  height: 48px !important;
}
.tp-caption .detail-page-link .linkbox i {
  line-height: 48px !important;
  font-size: 20px !important;
}
.tp-caption .website-link {
  width: 240px !important;
  height: 40px !important;
  line-height: 40px !important;
  background-color: #ed5565;
  padding-left: 18px !important;
  font-family: Raleway, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400;
  position: relative;
  text-align: left;
  color: #ffffff;
}
.tp-caption .website-link .linkbox {
  color: #ffffff;
  text-align: center;
  position: absolute !important;
  right: 5px !important;
  top: 5px !important;
  border: 1px solid #f38f9a !important;
  cursor: pointer;
  width: 30px !important;
  height: 30px !important;
}
.tp-caption .website-link .linkbox i {
  line-height: 30px !important;
  font-size: 18px !important;
}
@media only screen and (max-width: 480px) {
  .rev_slider .tp-caption .icon {
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    -ms-transform: scale(.3);
    -o-transform: scale(.3);
    transform: scale(.3);
  }
}
@media only screen and (min-width: 480px) and (max-width: 560px) {
  .rev_slider .tp-caption .icon {
    -webkit-transform: scale(.4);
    -moz-transform: scale(.4);
    -ms-transform: scale(.4);
    -o-transform: scale(.4);
    transform: scale(.4);
  }
}
@media only screen and (max-width: 560px) {
  .content-box-style9 .col-content {
    margin: 0 !important;
  }
  .rev_slider .tp-caption .website-link {
    width: 200px !important;
    height: 32px !important;
    line-height: 32px !important;
    font-size: 14px !important;
    margin-top: 40px !important;
  }
  .rev_slider .tp-caption .website-link .linkbox {
    line-height: 24px !important;
    right: 4px !important;
    top: 4px !important;
    width: 24px !important;
    height: 24px !important;
  }
  .rev_slider .tp-caption .website-link .linkbox i {
    line-height: 24px !important;
    font-size: 14px !important;
  }
  .rev_slider .tp-caption.slogan-grey,
  .rev_slider .tp-caption.slogan-red {
    height: 28px !important;
    line-height: 28px !important;
    font-size: 10px !important;
  }
  .rev_slider .tp-caption .detail-page-link {
    width: 90px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 10px !important;
  }
  .rev_slider .tp-caption .detail-page-link .linkbox {
    right: 3px;
    top: 3px;
    width: 24px !important;
    height: 24px !important;
  }
  .rev_slider .tp-caption .detail-page-link .linkbox i {
    line-height: 24px !important;
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 560px) and (max-width: 768px) {
  .rev_slider .tp-caption .detail-page-link {
    width: 140px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 12px !important;
  }
  .rev_slider .tp-caption .detail-page-link .linkbox {
    right: 4px;
    top: 4px;
    width: 32px !important;
    height: 32px !important;
  }
  .rev_slider .tp-caption .detail-page-link .linkbox i {
    line-height: 32px !important;
    font-size: 16px !important;
  }
  .rev_slider .tp-caption .icon {
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
    transform: scale(.6);
  }
  .rev_slider .tp-caption.slogan-grey,
  .rev_slider .tp-caption.slogan-red {
    height: auto !important;
    line-height: 2.6 !important;
    font-size: 1.82vw !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .rev_slider .tp-caption.slogan-grey,
  .rev_slider .tp-caption.slogan-grey-centered,
  .rev_slider .tp-caption.slogan-red,
  .rev_slider .tp-caption.slogan-red-centered {
    height: 36px !important;
    line-height: 36px !important;
    font-size: 14px !important;
  }
  .rev_slider .tp-caption .icon {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
  }
}
@media only screen and (max-width: 992px) {
  .rev_slider .slide-content-h5 {
    padding-top: 60px !important;
  }
  .rev_slider .banner-row-h3 .slogan {
    font-size: 18px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .rev_slider .slide-content-h8 .subtitle {
    font-size: 3.118vw;
  }
  .rev_slider .slide-content-h8 .title {
    font-size: 11.794vw;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .rev_slider .tp-caption .slogan-grey,
  .rev_slider .tp-caption .slogan-grey-centered,
  .rev_slider .tp-caption .slogan-red,
  .rev_slider .tp-caption .slogan-red-centered {
    height: 44px !important;
    line-height: 44px !important;
    font-size: 18px !important;
  }
}
.fw-main-row.background-video .fw-container,
.fw-main-row.background-video .fw-container-fluid {
  z-index: 1;
}
.fw-heading {
  margin-bottom: 1em;
}
.fw-heading h4,
.fw-heading h5,
.fw-heading h6 {
  font-weight: bold;
}
.fw-heading.fw-heading-center {
  text-align: center;
}
.fw-special-title {
  margin: 5px 0 25px;
  font-size: 20px;
  font-weight: 300;
  color: #3d3d3d;
}
.fw-special-subtitle {
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: bold;
  color: #ed5565;
}
.contact-grid .fw-icon {
  font-size: 32px;
}
.contact-grid .fw-icon i {
  font-size: 32px;
}
.contact-grid .contact-info {
  margin-bottom: 40px;
}
.liner {
  background-color: #e5e5e5;
  margin-top: 45px;
  margin-bottom: 40px;
  height: 1px;
}
#map {
  height: 490px;
  width: 100%;
  margin-bottom: 50px;
}
.has-error input {
  border: 1px solid rgba(153,0,0,0.4) !important;
}
.has-success input {
  border: 1px solid rgba(7,153,22,0.4) !important;
}
.flash-success,
.flash-error,
.flash-info {
  padding: 15px 35px 15px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  border-radius: 4px;
}
.flash-success {
  border: 1px solid #d6e9c6;
  color: #468847;
  background-color: #dff0d8;
}
