/*-------------------------------------------------
 =  Table of Css

 1.Isotope
 1.KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT
 3.Header
    header black-style
    vertical header
    Header center logo style
    header  transparent-background style
    header learning style
    header construction style
    header construction style2
    header freelance & minimal style
    header shop style
    header restaurant style
    header hosting style
    header medical style
    header real estate style
    header app style
    right fixed sidebar
 4.General
 5.content
 6.home business, business alternative
 7.home agency (boxed)
 8.home vertical (agency)
 9.home learning
 10.home construction
 11.home construction2
 12.home medical
 13.home restaurant, home restaurant2
 14.home hosting
 15.home real estate
 16.home freelance
 17.Home Minimal, home vertical portfolio
 18.home agency
 19.home shop
 20.home app
 21.all portfolio-pages
 22.single project pages
 23.about pages
 24.services pages
 25.blog pages
 26.services pages
 27.single post pages
 28.shop pages
 29.Product pages
 30.shopping cart page
 31.contact pages
 32.comming soon, error 404, underconstruction
 33.Faqs
 34.footer
 35.Responsive part
-------------------------------------------------*/


/*-------------------------------------------------------*/


/* 1. Isotope filtering
/*-------------------------------------------------------*/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}


/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:    1.0
date:       07/27/11
author:     themepunch
email:      support@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/

.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
}


/*********************************************
    -   SETTINGS FOR BANNER CONTAINERS  -
**********************************************/

.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}

.tp-banner {
  width: 100%;
  position: relative;
}

.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}


/*-------------------------------------------------*/


/* =  Header
/*-------------------------------------------------*/

.navbar-default {
  background: rgba(255, 255, 255, 0.85);
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}

.navbar-header {
  position: relative;
  z-index: 2;
}

.navbar-brand {
  height: auto;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 24px 15px 27px;
  letter-spacing: 2.5px;
}

.navbar-nav {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.navbar-nav>li>a {
  color: #999999 !important;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 37px 20px 33px;
  position: relative;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a.active {
  color: #81cfe0 !important;
}

.navbar-nav>li>a:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 10px;
  right: 10px;
  height: 3px;
  background: #81cfe0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.navbar-nav>li>a:hover:before,
.navbar-nav>li>a.active:before {
  opacity: 1 !important;
  visibility: visible !important;
}

.navbar-nav>li>a.open-search,
.navbar-nav>li.shopping-cart>a,
.navbar-nav>li>a.open-fixed-sidebar {
  padding-left: 5px;
  padding-right: 15px;
}

.navbar-nav>li>a.open-search:before,
.navbar-nav>li.shopping-cart>a:before,
.navbar-nav>li>a.open-fixed-sidebar:before {
  display: none;
}

.navbar-nav>li.shopping-cart>a span {
  display: inline-block;
  margin-left: 3px;
  width: 17px;
  height: 17px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 17px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  background: #81cfe0;
}

.navbar-nav li.drop {
  position: relative;
}

.navbar-nav li.drop ul.dropdown {
  margin: 0;
  padding: 0;
  position: absolute;
  border-top: 3px solid #81cfe0;
  top: 100%;
  left: 0;
  background: rgba(34, 34, 34, 0.9);
  width: 210px;
  visibility: hidden;
  padding: 18px 0;
  opacity: 0;
  margin-top: 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.navbar-nav li.drop ul.dropdown>li {
  position: relative;
  display: block;
}

.navbar-nav li.drop ul.dropdown>li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #999999;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  padding: 6px 28px;
}

.navbar-nav li.drop ul.dropdown>li a i {
  float: right;
  margin-top: 2px;
}

.navbar-nav li.drop ul.dropdown>li a:hover {
  color: #81cfe0;
}

.navbar-nav li.drop ul.dropdown>li .dropdown.level2 {
  top: -21px;
  left: 100%;
}

.navbar-nav li.drop div.shop-dropdown {
  position: absolute;
  top: 100%;
  right: 10px;
  background: rgba(17, 17, 17, 0.9);
  width: 270px;
  visibility: hidden;
  padding: 20px;
  opacity: 0;
  margin-top: 10px;
  z-index: 999;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.navbar-nav li.drop div.shop-dropdown ul {
  margin: 0;
  padding: 0;
}

.navbar-nav li.drop div.shop-dropdown ul li {
  list-style: none;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

.navbar-nav li.drop div.shop-dropdown ul li img {
  float: left;
  max-width: 50px;
  height: auto;
}

.navbar-nav li.drop div.shop-dropdown ul li a.delete-art {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: absolute;
  top: 22px;
  right: 0;
  color: #999999;
  font-size: 10px;
}

.navbar-nav li.drop div.shop-dropdown ul li a.delete-art:hover {
  color: #fff;
}

.navbar-nav li.drop div.shop-dropdown ul li .product-widget-content {
  margin-left: 70px;
  margin-right: 10px;
}

.navbar-nav li.drop div.shop-dropdown ul li h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  margin-top: -5px;
}

.navbar-nav li.drop div.shop-dropdown ul li h2 a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.navbar-nav li.drop div.shop-dropdown ul li h2 a:hover {
  opacity: 0.7;
}

.navbar-nav li.drop div.shop-dropdown ul li span {
  display: inline-block;
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  margin: 0;
}

.navbar-nav li.drop div.shop-dropdown p {
  margin-bottom: 20px;
}

.navbar-nav li.drop div.shop-dropdown p span {
  color: #fff;
}

.navbar-nav li.drop div.shop-dropdown a.button-two,
.navbar-nav li.drop div.shop-dropdown a.button-one {
  text-transform: initial;
  font-weight: 400;
  padding: 6px 20px;
  margin-left: 0;
  margin-right: 0;
}

.navbar-nav li.drop div.shop-dropdown a.button-one {
  background: #333333;
  border: 1px solid transparent;
  color: #fff;
  margin-left: 5px;
}

.navbar-nav li.drop div.shop-dropdown a.button-one:hover {
  opacity: 0.7;
}

.navbar-nav li.drop div.shop-dropdown:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: -10px;
  right: 10px;
  border: 5px solid rgba(17, 17, 17, 0.9);
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}

.navbar-nav li.drop:hover>ul.dropdown,
.navbar-nav li.drop:hover div.shop-dropdown {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
}

.navbar-nav li.megadrop {
  position: inherit !important;
}

.navbar-nav li.megadrop div.mega-dropdown {
  position: absolute;
  border-top: 3px solid #81cfe0;
  top: 100%;
  right: 0;
  background: rgba(34, 34, 34, 0.9);
  width: 540px;
  visibility: hidden;
  padding: 24px 30px;
  opacity: 0;
  margin-top: 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.navbar-nav li.megadrop div.mega-dropdown h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  margin: 0 0 10px;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #444444;
}

.navbar-nav li.megadrop div.mega-dropdown ul.drop-list {
  margin: 0;
  padding: 0;
}

.navbar-nav li.megadrop div.mega-dropdown ul.drop-list>li {
  position: relative;
  margin-bottom: 12px;
  display: block;
}

.navbar-nav li.megadrop div.mega-dropdown ul.drop-list>li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #999999;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
}

.navbar-nav li.megadrop div.mega-dropdown ul.drop-list>li a:hover {
  color: #81cfe0;
}

.navbar-nav li.megadrop div.mega-dropdown ul.drop-list>li .dropdown.level2 {
  top: -21px;
  left: 100%;
}

.navbar-nav li.megadrop div.mega-dropdown ul.drop-list>li:last-child {
  margin-bottom: 0;
}

.navbar-nav li.megadrop div.mega-dropdown.snd-size {
  width: 750px;
}

.navbar-nav li.megadrop div.mega-dropdown.large-size {
  width: 900px;
}

.navbar-nav li.megadrop:hover>div.mega-dropdown {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
}

header.active .navbar-default {
  background: rgba(255, 255, 255, 0.95);
}

header.active .navbar-brand {
  padding: 14px 15px 17px;
}

header.active .navbar-nav>li>a {
  padding: 27px 15px 23px;
}

header.active .navbar-nav>li>a.open-search,
header.active .navbar-nav>li.shopping-cart>a,
header.active .navbar-nav>li>a.open-fixed-sidebar {
  padding-left: 0px;
  padding-right: 15px;
}

header.black-style .navbar-default {
  background: url('../images/pattern.png');
}

header.black-style .navbar-brand {
  color: #ffffff !important;
}

header.black-style .navbar-brand span {
  color: #81cfe0;
}

.navbar-collapse {
  position: relative;
}

.form-search {
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  background: #81cfe0;
  padding: 4px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.form-search input[type="search"] {
  font-size: 13px;
  color: #999999;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0;
  color: #222222;
  padding: 8px 10px;
  border: none;
  width: 100%;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #ffffff;
}

.form-search button {
  background: #ffffff;
  border: none;
  float: right;
  margin-top: -28px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
}

.form-search button i {
  color: #81cfe0;
  font-size: 16px;
}

.form-search.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.vertical-header header {
  width: 244px;
  position: fixed;
  background: #f9f9f9;
  top: 40px;
  left: 40px;
  height: 100%;
  z-index: 99;
  padding-top: 60px;
}

.vertical-header header .logo {
  padding-left: 70px;
  margin-bottom: 40px;
}

.vertical-header header .logo a {
  height: auto;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}

.vertical-header header .form-search-vertical {
  padding: 0 30px;
  margin-bottom: 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.vertical-header header .form-search-vertical input[type="search"] {
  font-size: 13px;
  color: #999999;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0;
  color: #222222;
  padding: 4px 14px;
  border: none;
  width: 100%;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #ffffff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}

.vertical-header header .form-search-vertical button {
  background: #ffffff;
  border: none;
  float: right;
  margin-top: -27px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
}

.vertical-header header .form-search-vertical button i {
  color: #999999;
  font-size: 12px;
}

.vertical-header header nav {
  margin: 0 0 80px;
}

.vertical-header header nav>ul {
  margin: 0;
  padding: 0;
}

.vertical-header header nav>ul>li {
  list-style: none;
  display: block;
}

.vertical-header header nav>ul>li>a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  text-decoration: none !important;
  display: block;
  padding: 10px 40px;
  padding-left: 78px;
  color: #999999;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  line-height: 20px;
  border-right: 2px solid transparent;
}

.vertical-header header nav>ul>li a.active {
  color: #81cfe0;
  border-right: 2px solid #81cfe0;
}

.vertical-header header nav>ul>li a:hover {
  color: #81cfe0;
}

.vertical-header header nav>ul li.drop {
  position: relative;
}

.vertical-header header ul.social-icons {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 36px;
}

.vertical-header header ul.social-icons li {
  display: inline-block;
  margin: 0 4px;
}

.vertical-header header ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #f7f7f7;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #555;
  border: 1px solid #eeeeee;
}

.vertical-header header ul.social-icons li a:hover {
  background: #555555;
  border: 1px solid #343434;
  color: #ffffff;
}

.vertical-header header p {
  text-align: center;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  font-size: 12px;
  margin-bottom: 0;
  padding: 0 20px;
}

.vertical-header a.elemadded {
  display: none;
  color: #252525;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.vertical-header.portfolio-style header nav>ul>li a.active {
  color: #f4b350;
  border-right: 2px solid #f4b350;
}

.vertical-header.portfolio-style header nav>ul>li a:hover {
  color: #f4b350;
}

.vertical-header.portfolio-style header nav>ul div.ver-megadropdown ul li a:hover {
  color: #f4b350;
}


/* Header center logo style */

header.center-logo .navbar {
  background: #fff;
}

header.center-logo .navbar-header {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
}

header.center-logo .navbar-header a.navbar-brand {
  float: none;
  display: inline-block;
  padding: 25px 0 22px;
}

header.center-logo .navbar-nav>li:first-child>a {
  padding-left: 0;
}

header.center-logo .navbar-nav>li.megadrop div.mega-dropdown {
  right: initial;
  left: 0;
}

header.center-logo .navbar-nav>li:first-child>a:before {
  left: 0;
}


/* header  transparent-background style */

header.transparent-background .navbar-default {
  background: transparent;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}

header.transparent-background .inner-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

header.transparent-background .navbar-nav>li>a {
  color: #81cfe0 !important;
  /*color: #fff !important;*/
}

header.transparent-background .navbar-nav>li>a:hover,
header.transparent-background .navbar-nav>li>a.active {
  color: #81cfe0 !important;
}

header.transparent-background .navbar-nav>li>a:before {
  background: #81cfe0;
}

header.transparent-background.active .navbar-default {
  /*background: #222222;*/
  background: #ffffff;
}

header.transparent-background.active .inner-header {
  border-bottom: 1px solid transparent;
}


/* header  learning style */

#container.learning-style header .navbar-default {
  background: rgba(51, 51, 51, 0.7);
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}

#container.learning-style header .navbar-nav>li>a:hover,
#container.learning-style header .navbar-nav>li>a.active {
  color: #87d37c !important;
}

#container.learning-style header .navbar-nav>li>a:before {
  background: #87d37c;
}

#container.learning-style header .navbar-nav li.drop ul.dropdown>li a:hover,
#container.learning-style header .navbar-nav li.megadrop div.mega-dropdown ul.drop-list>li a:hover {
  color: #87d37c;
}

#container.learning-style header .navbar-nav li.drop ul.dropdown,
#container.learning-style header .navbar-nav li.megadrop div.mega-dropdown {
  border-color: #87d37c;
}

#container.learning-style header .form-search {
  background: #87d37c;
}

#container.learning-style header .form-search button i {
  color: #87d37c;
}

#container.construction-style header .navbar-default {
  background: #ffffff;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}

#container.construction-style header .navbar-nav>li>a:hover,
#container.construction-style header .navbar-nav>li>a.active {
  color: #f4b350 !important;
}

#container.construction-style header .navbar-nav>li>a:before {
  background: #f4b350;
}

#container.construction-style header .navbar-nav li.drop ul.dropdown>li a:hover,
#container.construction-style header .navbar-nav li.megadrop div.mega-dropdown ul.drop-list>li a:hover {
  color: #f4b350;
}

#container.construction-style header .navbar-nav li.drop ul.dropdown,
#container.construction-style header .navbar-nav li.megadrop div.mega-dropdown {
  border-color: #f4b350;
}

#container.construction-style header .form-search {
  margin-top: 20px;
  background: #f4b350;
}

#container.construction-style header .form-search button i {
  color: #f4b350;
}

#container.construction-style .top-line {
  padding: 20px 0;
  background: #f7f7f7;
  position: relative;
  z-index: 22;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#container.construction-style .top-line p {
  color: #999999;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  margin-bottom: 0;
}

#container.construction-style .top-line p span {
  margin-right: 20px;
}

#container.construction-style .top-line p span i {
  font-size: 13px;
  color: #f4b350;
  margin-right: 10px;
}

#container.construction-style .top-line a.open-search {
  float: right;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 12px;
  color: #999999;
}

#container.construction-style2 header .navbar-default {
  background: transparent;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}

#container.construction-style2 header .top-line {
  padding-bottom: 30px;
  background: url('../images/pattern.png');
}

#container.construction-style2 header .navbar-brand {
  padding: 16px 15px 15px;
}

#container.construction-style2 header .navbar-nav>li>a {
  padding: 24px 15px 21px;
  color: #222222 !important;
}

#container.construction-style2 header .navbar-nav>li>a:hover,
#container.construction-style2 header .navbar-nav>li>a.active {
  color: #fff !important;
}

#container.construction-style2 header .navbar-nav>li>a:before {
  background: #fff;
}

#container.construction-style2 header .navbar-nav>li>a.open-search {
  color: #ccc !important;
  padding: 20px 15px;
}

#container.construction-style2 header .navbar-nav li.drop ul.dropdown>li a:hover,
#container.construction-style2 header .navbar-nav li.megadrop div.mega-dropdown ul.drop-list>li a:hover {
  color: #f9bf3b;
}

#container.construction-style2 header .navbar-nav li.drop ul.dropdown,
#container.construction-style2 header .navbar-nav li.megadrop div.mega-dropdown {
  border-color: #f9bf3b;
}

#container.construction-style2 header .navbar-nav p {
  font-size: 12px;
  font-weight: 400;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  padding: 20px 15px;
  margin: 0;
}

#container.construction-style2 header .navbar-nav p i {
  color: #f9bf3b;
  font-size: 14px;
  margin-right: 10px;
}

#container.construction-style2 header .navigation-block {
  background-color: #f9bf3b;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-top: -32px;
  padding: 0 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

#container.construction-style2 header .form-search {
  z-index: 2;
  background: #f9bf3b;
}

#container.construction-style2 header .form-search button i {
  color: #f9bf3b;
}

#container.freelance-style header .navbar-nav>li>a:hover,
#container.minimal-style header .navbar-nav>li>a:hover,
#container.freelance-style header .navbar-nav>li>a.active,
#container.minimal-style header .navbar-nav>li>a.active {
  color: #f4b350 !important;
}

#container.freelance-style header .navbar-nav>li>a:before,
#container.minimal-style header .navbar-nav>li>a:before {
  background: #f4b350;
}

#container.freelance-style header .navbar-nav li.drop ul.dropdown>li a:hover,
#container.minimal-style header .navbar-nav li.drop ul.dropdown>li a:hover,
#container.freelance-style header .navbar-nav li.megadrop div.mega-dropdown ul.drop-list>li a:hover,
#container.minimal-style header .navbar-nav li.megadrop div.mega-dropdown ul.drop-list>li a:hover {
  color: #f4b350;
}

#container.freelance-style header .navbar-nav li.drop ul.dropdown,
#container.minimal-style header .navbar-nav li.drop ul.dropdown,
#container.freelance-style header .navbar-nav li.megadrop div.mega-dropdown,
#container.minimal-style header .navbar-nav li.megadrop div.mega-dropdown {
  border-color: #f4b350;
}

#container.freelance-style header .form-search,
#container.minimal-style header .form-search {
  background: #f4b350;
}

#container.freelance-style header .form-search button i,
#container.minimal-style header .form-search button i {
  color: #f4b350;
}

#container.minimal-style header ul.toogle-menu {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#container.minimal-style header ul.toogle-menu.active {
  opacity: 1;
  visibility: visible;
}

#container.minimal-style header .navbar-nav>li>a.open-close-menu:before {
  display: none;
}

#container.shop-style header .navbar-default {
  background: #ffffff;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}

#container.shop-style header .navbar-nav>li>a:hover,
#container.shop-style header .navbar-nav>li>a.active {
  color: #86e2d5 !important;
}

#container.shop-style header .navbar-nav>li>a:before {
  background: #86e2d5;
}

#container.shop-style header .navbar-nav>li a.open-search {
  padding: 0px 15px 0px 5px;
}

#container.shop-style header .navbar-nav>li.shopping-cart {
  margin-bottom: -20px;
}

#container.shop-style header .navbar-nav>li.shopping-cart div.shop-dropdown p {
  margin-bottom: 20px;
}

#container.shop-style header .navbar-nav>li.shopping-cart>a {
  padding: 0px 15px 20px 5px;
}

#container.shop-style header .navbar-nav>li.shopping-cart>a span {
  background: #86e2d5;
}

#container.shop-style header .navbar-nav li.drop ul.dropdown>li a:hover,
#container.shop-style header .navbar-nav li.megadrop div.mega-dropdown ul.drop-list>li a:hover {
  color: #86e2d5;
}

#container.shop-style header .navbar-nav li.drop ul.dropdown,
#container.shop-style header .navbar-nav li.megadrop div.mega-dropdown {
  border-color: #86e2d5;
}

#container.shop-style header .form-search {
  margin-top: 20px;
  background: #86e2d5;
}

#container.shop-style header .form-search button i {
  color: #86e2d5;
}

#container.shop-style .top-line {
  padding: 20px 0;
  background: #f7f7f7;
  position: relative;
  z-index: 22;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#container.shop-style .top-line p {
  color: #999999;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  margin-bottom: 0;
}

#container.shop-style .top-line p span {
  margin-right: 20px;
}

#container.shop-style .top-line p span i {
  font-size: 13px;
  color: #86e2d5;
  margin-right: 10px;
}

.restaurant-style header .navbar {
  background: transparent;
}

.restaurant-style header .navbar .container {
  max-width: 870px;
}

.restaurant-style header .navbar .logo-navbar {
  background-color: #fff;
}

.restaurant-style header .navbar-header {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
}

.restaurant-style header .navbar-header a.navbar-brand {
  float: none;
  display: inline-block;
  padding: 25px 0 22px;
}

.restaurant-style header .navbar-nav>li>a {
  color: #cccccc !important;
}

.restaurant-style header .navbar-nav>li>a:hover,
.restaurant-style header .navbar-nav>li>a.active {
  color: #f4b350 !important;
}

.restaurant-style header .navbar-nav>li>a:before {
  background: #f4b350;
}

.restaurant-style header .navbar-nav>li.shopping-cart>a span {
  background: #f4b350;
}

.restaurant-style header .navbar-nav li.drop ul.dropdown>li a:hover,
.restaurant-style header .navbar-nav li.megadrop div.mega-dropdown ul.drop-list>li a:hover {
  color: #f4b350;
}

.restaurant-style header .navbar-nav li.drop ul.dropdown,
.restaurant-style header .navbar-nav li.megadrop div.mega-dropdown {
  border-color: #f4b350;
}

.restaurant-style header .navbar-nav li.megadrop div.mega-dropdown {
  right: initial;
  left: 0;
}

.restaurant-style header .form-search {
  margin-top: 20px;
  background: #f4b350;
}

.restaurant-style header .form-search button i {
  color: #f4b350;
}

.restaurant-style header .navbar-nav>li:first-child>a {
  padding-left: 0;
}

.restaurant-style header .navbar-nav>li:first-child>a:before {
  left: 0;
}

.restaurant-style header.active .navbar {
  background: #222222;
  margin: 0 40px;
}

.restaurant-style2 header .navbar {
  background: rgba(34, 34, 34, 0.7);
}

.restaurant-style2 header .navbar-nav>li>a:hover,
.restaurant-style2 header .navbar-nav>li>a.active {
  color: #f4b350 !important;
}

.restaurant-style2 header .navbar-nav>li>a:before {
  background: #f4b350;
}

.restaurant-style2 header .navbar-nav>li.shopping-cart>a span {
  background: #f4b350;
}

.restaurant-style2 header .navbar-nav li.drop ul.dropdown>li a:hover,
.restaurant-style2 header .navbar-nav li.megadrop div.mega-dropdown ul.drop-list>li a:hover {
  color: #f4b350;
}

.restaurant-style2 header .navbar-nav li.drop ul.dropdown,
.restaurant-style2 header .navbar-nav li.megadrop div.mega-dropdown {
  border-color: #f4b350;
}

.restaurant-style2 header .form-search {
  background: #f4b350;
}

.restaurant-style2 header .form-search button i {
  color: #f4b350;
}

.restaurant-style2 header.active .navbar {
  background: rgba(17, 17, 17, 0.96);
}

.hosting-style header .navbar {
  background: #fff;
}

.hosting-style header .navbar-nav>li>a {
  padding: 21px 20px 18px;
}

.hosting-style header .navbar-nav>li>a:hover,
.hosting-style header .navbar-nav>li>a.active {
  color: #ef4836 !important;
}

.hosting-style header .navbar-nav>li>a:before {
  background: #ef4836;
}

.hosting-style header .navbar-nav>li:first-child>a:before {
  left: 0;
  right: 0;
}

.hosting-style header .navbar-nav>li.shopping-cart>a {
  padding: 37px 15px 33px 5px;
}

.hosting-style header .navbar-nav>li.shopping-cart>a span {
  background: #ef4836;
}

.hosting-style header .navbar-nav>li.shopping-cart div.shop-dropdown p {
  padding: 0;
}

.hosting-style header .navbar-nav>li>a.open-search {
  padding: 37px 15px 33px;
}

.hosting-style header .navbar-nav li.drop ul.dropdown>li a:hover,
.hosting-style header .navbar-nav li.megadrop div.mega-dropdown ul.drop-list>li a:hover {
  color: #ef4836;
}

.hosting-style header .navbar-nav li.drop ul.dropdown,
.hosting-style header .navbar-nav li.megadrop div.mega-dropdown {
  border-color: #ef4836;
}

.hosting-style header .navbar-nav li.megadrop div.mega-dropdown {
  right: initial;
  left: 0;
}

.hosting-style header .navbar-nav p {
  font-size: 12px;
  font-weight: 600;
  padding: 37px 15px 33px;
  margin: 0;
}

.hosting-style header .navbar-nav p span {
  color: #222222;
}

.hosting-style header .navigation-block {
  background-color: #222222;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.hosting-style header .navigation-block ul.social-list {
  margin: 0;
  padding: 0;
  margin-top: 14px;
}

.hosting-style header .navigation-block ul.social-list li {
  display: inline-block;
  margin: 0 1px;
}

.hosting-style header .navigation-block ul.social-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #333333;
  border: 1px solid #434343;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #999999;
  padding: 0;
}

.hosting-style header .navigation-block ul.social-list li a:hover {
  border: 1px solid transparent;
  background: #ef4836;
}

.hosting-style header .form-search {
  z-index: 2;
  background: #ef4836;
}

.hosting-style header .form-search button i {
  color: #ef4836;
}

.hosting-style header.active .navbar {
  padding-bottom: 59px;
}

.hosting-style header.active .navbar .navigation-block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.medical-style header .navbar-nav>li>a:hover,
.medical-style header .navbar-nav>li>a.active {
  color: #1abc9c !important;
}

.medical-style header .navbar-nav>li>a:before {
  background: #1abc9c;
}

.medical-style header .navbar-nav li.drop ul.dropdown>li a:hover,
.medical-style header .navbar-nav li.megadrop div.mega-dropdown ul.drop-list>li a:hover {
  color: #1abc9c;
}

.medical-style header .navbar-nav li.drop ul.dropdown,
.medical-style header .navbar-nav li.megadrop div.mega-dropdown {
  border-color: #1abc9c;
}

.medical-style header .form-search {
  background: #1abc9c;
}

.medical-style header .form-search button i {
  color: #1abc9c;
}

.real-estate-style header .navbar {
  background: #fff;
}

.real-estate-style header .navbar-nav>li>a {
  padding: 21px 20px 18px;
}

.real-estate-style header .navbar-nav>li>a:hover,
.real-estate-style header .navbar-nav>li>a.active {
  color: #59abe3 !important;
}

.real-estate-style header .navbar-nav>li>a:before {
  background: #59abe3;
}

.real-estate-style header .navbar-nav>li:first-child>a:before {
  left: 0;
  right: 0;
}

.real-estate-style header .navbar-nav>li.shopping-cart>a {
  padding: 37px 15px 33px 5px;
}

.real-estate-style header .navbar-nav>li.shopping-cart>a span {
  background: #59abe3;
}

.real-estate-style header .navbar-nav>li.shopping-cart div.shop-dropdown p {
  padding: 0;
}

.real-estate-style header .navbar-nav>li>a.open-search {
  padding: 37px 15px 33px;
}

.real-estate-style header .navbar-nav li.drop ul.dropdown>li a:hover,
.real-estate-style header .navbar-nav li.megadrop div.mega-dropdown ul.drop-list>li a:hover {
  color: #59abe3;
}

.real-estate-style header .navbar-nav li.drop ul.dropdown,
.real-estate-style header .navbar-nav li.megadrop div.mega-dropdown {
  border-color: #59abe3;
}

.real-estate-style header .navbar-nav li.megadrop div.mega-dropdown {
  right: initial;
  left: 0;
}

.real-estate-style header .navbar-nav p {
  font-size: 12px;
  font-weight: 600;
  padding: 37px 15px 33px;
  margin: 0;
}

.real-estate-style header .navbar-nav p span {
  color: #222222;
}

.real-estate-style header .navigation-block {
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.real-estate-style header .navigation-block .navbar-collapse {
  border-top: 1px solid #dbdbdb;
}

.real-estate-style header .navigation-block ul.social-list {
  margin: 0;
  padding: 0;
  margin-top: 14px;
}

.real-estate-style header .navigation-block ul.social-list li {
  display: inline-block;
  margin: 0 1px;
}

.real-estate-style header .navigation-block ul.social-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #f7f7f7;
  border: 1px solid #eeeeee;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #555555;
  padding: 0;
}

.real-estate-style header .navigation-block ul.social-list li a:hover {
  color: #fff;
  border: 1px solid #383838;
  background: #555555;
}

.real-estate-style header .form-search {
  z-index: 2;
  background: #59abe3;
}

.real-estate-style header .form-search button i {
  color: #59abe3;
}

.real-estate-style header.active .navbar {
  padding-bottom: 59px;
}

.real-estate-style header.active .navbar .navigation-block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.app-style header .inner-header {
  border-bottom: none;
}

.app-style header .navbar-nav>li>a:hover,
.app-style header .navbar-nav>li>a.active {
  color: #00b9ff !important;
}

.app-style header .navbar-nav>li>a:before {
  background: #00b9ff;
}

.app-style header .navbar-nav>li>a.open-close-menu:before {
  display: none;
}

.app-style header .navbar-nav li.drop ul.dropdown>li a:hover,
.app-style header .navbar-nav li.megadrop div.mega-dropdown ul.drop-list>li a:hover {
  color: #00b9ff;
}

.app-style header .navbar-nav li.drop ul.dropdown,
.app-style header .navbar-nav li.megadrop div.mega-dropdown {
  border-color: #00b9ff;
}

.app-style header ul.toogle-menu {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.app-style header ul.toogle-menu.active {
  opacity: 1;
  visibility: visible;
}

.app-style header .form-search {
  background: #00b9ff;
}

.app-style header .form-search button i {
  color: #00b9ff;
}

div#fixed-sidebar {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100%;
  overflow-y: scroll;
  padding: 40px 50px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 999999;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

div#fixed-sidebar a.close-fixed-sidebar {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 14px;
  margin-bottom: 60px;
}

div#fixed-sidebar a.close-fixed-sidebar:hover {
  color: #81cfe0;
}

div#fixed-sidebar div.side-widget {
  margin-bottom: 50px;
}

div#fixed-sidebar div.side-widget h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 16px;
}

div#fixed-sidebar div.subscribe-widget form.subscribe-form input[type="text"] {
  display: block;
  width: 100%;
  padding: 13px 15px;
  background: #ffffff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0 0 10px;
  color: #999999;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  outline: none;
}

div#fixed-sidebar div.subscribe-widget form.subscribe-form input[type="submit"] {
  background: #81cfe0;
  width: 130px;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 12px 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 20px 0 0;
}

div#fixed-sidebar div.subscribe-widget form.subscribe-form input[type="submit"]:hover {
  background: #ffffff;
  color: #222222;
}

div#fixed-sidebar div.subscribe-widget form.subscribe-form p {
  font-size: 11px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  margin-bottom: 20px;
}

div#fixed-sidebar div.instagram-widget ul {
  margin: 0;
  padding: 0;
}

div#fixed-sidebar div.instagram-widget ul li {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 6px;
}

div#fixed-sidebar div.instagram-widget ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

div#fixed-sidebar div.instagram-widget ul li a img {
  max-width: 95px;
}

div#fixed-sidebar div.instagram-widget ul li a:hover {
  opacity: 0.7;
}

div#fixed-sidebar div.instagram-widget ul li:nth-child(3n) {
  margin-right: 0;
}

div#fixed-sidebar ul.social-icons {
  margin: 0;
  padding: 0;
}

div#fixed-sidebar ul.social-icons li {
  display: inline-block;
  margin-right: 5px;
}

div#fixed-sidebar ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #555555;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
}

div#fixed-sidebar ul.social-icons li a:hover {
  background: #81cfe0;
}

div#fixed-sidebar.active {
  right: 0;
}


/*-------------------------------------------------*/


/* =  General
/*-------------------------------------------------*/

p {
  font-size: 13px;
  color: #999999;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 10px;
}

a.go-top {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: fixed;
  bottom: 65px;
  right: 50px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  background: #555555;
  font-size: 25px;
  opacity: 0;
  visibility: hidden;
}

a.go-top:hover {
  background: #81cfe0;
}

a.go-top.active {
  opacity: 1;
  visibility: visible;
}

#container.boxed {
  padding: 0 40px;
}

#container.vertical-header {
  padding: 40px;
}

#container.vertical-header #content {
  margin-left: 274px;
  padding-top: 0;
}

#container.vertical-header #content .container {
  max-width: 100%;
}


/*-------------------------------------------------*/


/* =  content
/*-------------------------------------------------*/

.title-section {
  text-align: center;
  margin-bottom: 70px;
}

.title-section h1 {
  color: #222222;
  font-size: 36px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin: 0 0 25px;
  letter-spacing: -0.5px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 16px;
}

.title-section h1:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 0px;
  width: 30px;
  height: 3px;
  background: #81cfe0;
}

.title-section p {
  font-family: 'Droid Serif', serif;
  font-size: 14px;
  font-style: italic;
  line-height: 22px;
  margin: 0;
}

#home-section .tp-caption.small_text {
  position: absolute;
  color: #eee;
  text-shadow: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  text-align: center;
}

#home-section .tp-caption.finewide_medium_white {
  color: #FFF;
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
  font-family: 'Raleway', sans-serif;
  background-color: none;
  text-decoration: none;
  text-transform: uppercase;
  border-width: 0px;
  border-color: transparent;
  border-style: none;
  text-align: center;
  letter-spacing: -0.5px;
}

#home-section .tp-caption.finewide_medium_white span {
  color: #81cfe0 !important;
}

#home-section .tp-caption.mediumlarge_light_white_center {
  font-size: 36px;
  line-height: 46px;
  font-weight: 300;
  font-family: 'Raleway', sans-serif;
}

#home-section .slotholder:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.2);
  z-index: 2;
}

#home-section .tp-bannertimer {
  display: none !important;
}

#home-section .tp-bullets.simplebullets.round .bullet {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid transparent;
  opacity: 1;
  width: 50px;
  height: 3px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin-left: 10px;
}

#home-section .tp-bullets.simplebullets.round .bullet:hover,
#home-section .tp-bullets.simplebullets.round .bullet.selected {
  background: #81cfe0;
  opacity: 1;
}

.about-section {
  padding: 120px 0 90px;
}

.about-section .about-box .about-post {
  overflow: hidden;
  margin-bottom: 20px;
}

.about-section .about-box .about-post>a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 70px;
  height: 70px;
  margin: 0 0 24px;
  line-height: 70px;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  background: #81cfe0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
}

.about-section .about-box .about-post>a:hover {
  background: #81cfe0;
}

.about-section .about-box .about-post .about-post-content {
  margin-left: 100px;
  padding-top: 5px;
}

.about-section .about-box .about-post .about-post-content h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 7px;
}

.about-section .about-box .about-post .about-post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}

.about-section .about-box .about-post .about-post-content h2 a:hover {
  color: #81cfe0;
}

.about-section .about-box .about-post .about-post-content p {
  margin-bottom: 0;
}

.features-section {
  position: relative;
  padding: 180px 0;
  background: url('../upload/banners/1.png') left top;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  overflow: hidden;
}

.features-section .image-place {
  text-align: right;
}

.features-section .image-place img {
  max-width: 100%;
  margin-bottom: -190px;
  margin-right: 20px;
}

.article-place h1 {
  color: #222222;
  font-size: 36px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin: 0 0 25px;
  letter-spacing: -0.5px;
  position: relative;
  padding-bottom: 20px;
}

.article-place h1:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 30px;
  height: 3px;
  background: #81cfe0;
}

.article-place p {
  margin: 0;
}

.article-place.right-order {
  padding-right: 55px;
}

.features-section2 {
  position: relative;
  padding: 110px 0 90px;
  background: #f0f4f5 url('../upload/banners/2.png') left top;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  overflow: hidden;
}

.features-section2 .features-items {
  margin-top: 50px;
}

.features-section2 .features-items .feature-post {
  overflow: hidden;
  margin-bottom: 30px;
}

.features-section2 .features-items .feature-post a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: left;
  width: 70px;
  height: 70px;
  background: #ffffff;
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  color: #81cfe0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.features-section2 .features-items .feature-post a:hover {
  background: #81cfe0;
  color: #ffffff;
}

.features-section2 .features-items .feature-post h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-left: 100px;
  margin-bottom: 0px;
  margin-top: 12px;
}

.portfolio-section {
  padding-top: 70px;
}

.portfolio-section .project-post {
  width: 33.33333%;
  position: relative;
  overflow: hidden;
}

.portfolio-section .project-post img {
  width: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.portfolio-section .project-post .hover-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0;
}

.portfolio-section .project-post .hover-box .inner-hover {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: -20px;
  padding: 0 15px;
}

.portfolio-section .project-post .hover-box .inner-hover h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 4px;
}

.portfolio-section .project-post .hover-box .inner-hover h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}

.portfolio-section .project-post .hover-box .inner-hover h2 a:hover {
  color: #81cfe0;
}

.portfolio-section .project-post .hover-box .inner-hover span {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  color: #999999;
}

.portfolio-section .project-post .hover-box a.zoom {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  background: #81cfe0;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  line-height: 60px;
  outline: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.portfolio-section .project-post .hover-box a.zoom:hover {
  opacity: 0.7;
}

.portfolio-section .project-post .post-gallery {
  position: relative;
  overflow: hidden;
}

.portfolio-section .project-post .post-content {
  text-align: center;
  padding: 20px;
}

.portfolio-section .project-post .post-content h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 0px;
}

.portfolio-section .project-post .post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}

.portfolio-section .project-post .post-content h2 a:hover {
  color: #81cfe0;
}

.portfolio-section .project-post .post-content span {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  color: #999999;
}

.portfolio-section .project-post:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.portfolio-section .project-post:hover .hover-box {
  opacity: 1;
}

.statistic-section {
  padding: 100px 0;
  background: url('../images/pattern.png');
}

.statistic-section .statistic-box {
  text-align: center;
}

.statistic-section .statistic-post {
  margin-bottom: 20px;
}

.statistic-section .statistic-post h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  color: #999999;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  margin-bottom: 0;
}

.statistic-section .statistic-post p {
  margin: 0 0 15px;
  padding-bottom: 12px;
  position: relative;
  line-height: inherit;
}

.statistic-section .statistic-post p:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -15px;
  width: 30px;
  height: 3px;
  background: #81cfe0;
}

.statistic-section .statistic-post span.timer {
  color: #ffffff;
  font-size: 60px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin: 0;
}

.clients-section {
  padding: 90px 0 80px;
  background: url('../upload/banners/banner1.jpg') center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.clients-section .testimonial-box {
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}

.clients-section .testimonial-box ul.bxslider {
  margin: 0;
  padding: 0;
}

.clients-section .testimonial-box p {
  color: #ccc;
  font-size: 18px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  margin-bottom: 25px;
  line-height: 30px;
  font-weight: 400;
}

.clients-section .testimonial-box h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.clients-section .testimonial-box span {
  font-size: 13px;
  color: #999999;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0;
  display: inline-block;
}

.clients-section #bx-pager {
  text-align: center;
  margin-bottom: 52px;
}

.clients-section #bx-pager a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0 12px;
  opacity: 0.9;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}

.clients-section #bx-pager a.active {
  opacity: 1;
  transform: scale(1.35);
  -webkit-transform: scale(1.35);
  -moz-transform: scale(1.35);
  -o-transform: scale(1.35);
  z-index: 2;
}

.clients-section #bx-pager a.active:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  bottom: 8px;
  right: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.services-section {
  padding: 70px 0 0;
  background: #f7f7f7;
  margin-bottom: 120px;
}

.services-section .services-box {
  position: relative;
  z-index: 2;
}

.services-section .services-box .services-post {
  margin-bottom: 35px;
  overflow: hidden;
}

.services-section .services-box .services-post a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 68px;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #999999;
  font-size: 30px;
  float: right;
}

.services-section .services-box .services-post a:hover {
  color: #81cfe0;
  border: 1px solid #81cfe0;
}

.services-section .services-box .services-post h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-right: 100px;
  margin-bottom: 0px;
  margin-top: 13px;
}

.services-section .services-box .services-post p {
  margin-right: 100px;
  font-size: 12px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  margin-bottom: 0;
}

.services-section .services-box .services-image {
  text-align: center;
  margin-bottom: -120px;
  margin-left: -20px;
  margin-right: -25px;
}

.services-section .services-box .services-image img {
  max-width: 100%;
}

.services-section .services-box .services-posts-right,
.services-section .services-box .services-posts-left {
  padding-top: 50px;
}

.services-section .services-box .services-posts-right a {
  float: left;
}

.services-section .services-box .services-posts-right h2 {
  margin-left: 100px;
  margin-right: 0;
}

.services-section .services-box .services-posts-right p {
  margin-left: 100px;
  margin-right: 0;
}

.blog-section {
  padding: 70px 0 110px;
}

.blog-section .blog-box.iso-call {
  margin-left: -15px;
  margin-right: -15px;
}

.blog-section .blog-box.iso-call .blog-post {
  margin: 0 15px 60px;
  width: 360px;
}

.blog-section .blog-box.iso-call .blog-post img {
  width: 100%;
  margin-bottom: 26px;
}

.blog-section .blog-box.iso-call .blog-post .post-title span.date,
.blog-section .blog-box.iso-call .blog-post .post-title a.comments {
  display: inline-block;
  font-size: 12px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  color: #999999;
  margin: 0 0 10px;
}

.blog-section .blog-box.iso-call .blog-post .post-title h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
}

.blog-section .blog-box.iso-call .blog-post .post-title h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}

.blog-section .blog-box.iso-call .blog-post .post-title h2 a:hover {
  color: #81cfe0;
}

.blog-section .blog-box.iso-call .blog-post .post-title a.comments {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}

.blog-section .blog-box.iso-call .blog-post .post-title a.comments i {
  margin-right: 5px;
  font-size: 15px;
}

.blog-section .blog-box.iso-call .blog-post .post-title a:hover {
  color: #81cfe0;
}

.center-button {
  text-align: center;
}

.center-button a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #81cfe0;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  padding: 10px 35px;
  text-transform: uppercase;
  border: 1px solid #81cfe0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.center-button a:hover {
  background: #81cfe0;
  color: #ffffff;
}

.contact-section {
  position: relative;
  padding: 90px 0 110px;
  background: #f0f1f2 url('../upload/banners/3.png') right top;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  overflow: hidden;
}

.contact-section .title-section {
  text-align: left;
  margin-bottom: 35px;
}

.contact-section .title-section h1:after {
  left: 0;
  margin-left: 0;
}

#contact-form input[type="text"],
#contact-form textarea {
  width: 100%;
  padding: 12px 20px;
  border: none;
  margin-bottom: 10px;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

#contact-form textarea {
  height: 110px;
}

#contact-form input[type="submit"] {
  padding: 10px 42px;
  outline: none;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #81cfe0;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #81cfe0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
  background: transparent;
}

#contact-form input[type="submit"]:hover {
  background: #81cfe0;
  color: #ffffff;
}

#contact-form .message {
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
}

#contact-form .message.error {
  color: #e74c3c;
}

#contact-form .message.success {
  color: #81cfe0;
}


/*-------------------------------------------------*/


/* =  home business, business alternative
/*-------------------------------------------------*/

section#home-section.slider2 {
  margin-top: 90px;
}

section.features-section4.white-style.back-image {
  padding-bottom: 0;
  background: url('../upload/business/banner.jpg') center bottom;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section.features-section4.white-style.back-image .features-box h1 span {
  color: #999999;
}

section.meet-team-section {
  display: flex;
}

section.meet-team-section .text-content {
  padding: 134px 0;
  width: 50%;
  background: url('../upload/business/ab2.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section.meet-team-section .text-content .inner-text-content {
  max-width: 570px;
  float: right;
  padding-right: 50px;
}

section.meet-team-section .text-content .inner-text-content .title-section {
  text-align: left;
  margin-bottom: 40px;
}

section.meet-team-section .text-content .inner-text-content .title-section h1:after {
  left: 0;
  margin-left: 0;
}

section.meet-team-section .team-box {
  width: 50%;
}

section.meet-team-section .team-box .team-post {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
}

section.meet-team-section .team-box .team-post .team-gal img {
  width: 100%;
  height: auto;
}

section.meet-team-section .team-box .team-post .team-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

section.meet-team-section .team-box .team-post .team-content h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

section.meet-team-section .team-box .team-post .team-content span {
  display: inline-block;
  color: #999999;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  font-size: 12px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 16px;
}

section.meet-team-section .team-box .team-post .team-content span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 3px;
  background: #222222;
}

section.meet-team-section .team-box .team-post .team-content p {
  max-width: 285px;
  margin: 0 auto 16px;
}

section.meet-team-section .team-box .team-post .team-content ul.social-icons {
  margin: 0;
  padding: 0;
}

section.meet-team-section .team-box .team-post .team-content ul.social-icons li {
  display: inline-block;
  margin: 0 3px;
}

section.meet-team-section .team-box .team-post .team-content ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 15px;
}

section.meet-team-section .team-box .team-post .team-content ul.social-icons li a:hover {
  color: #222222;
}

section.meet-team-section .team-box .team-post:hover .team-content {
  opacity: 1;
}

section.skills-text-section {
  display: flex;
}

section.skills-text-section .text-content {
  padding: 134px 0;
  width: 50%;
  background: url('../upload/business/ab1.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section.skills-text-section .text-content .inner-text-content {
  max-width: 570px;
  padding-left: 80px;
}

section.skills-text-section .text-content .inner-text-content .title-section {
  text-align: left;
  margin-bottom: 40px;
}

section.skills-text-section .text-content .inner-text-content .title-section h1:after {
  left: 0;
  margin-left: 0;
}

section.skills-text-section .skills-outer-box {
  width: 50%;
  padding: 100px 0;
}

section.skills-text-section .skills-outer-box .skills-box {
  max-width: 570px;
  float: right;
  padding-right: 80px;
}

section.skills-text-section .skills-outer-box .skills-box .skills-progress {
  margin-bottom: 30px;
}

section.skills-text-section .skills-outer-box .skills-box .skills-progress>p {
  color: #222222;
  font-size: 14px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  margin-bottom: 15px;
}

section.skills-text-section .skills-outer-box .skills-box .skills-progress>p span {
  float: right;
  color: #81cfe0;
}

section.skills-text-section .skills-outer-box .skills-box .skills-progress div.meter {
  height: 3px;
  background: #eeeeee;
  margin-bottom: 20px;
}

section.skills-text-section .skills-outer-box .skills-box .skills-progress div.meter p {
  height: 100%;
  background: #81cfe0;
}

.blog-section.news-style {
  padding-bottom: 40px !important;
}

.client-list-section.grey-background {
  background-color: #f7f7f7;
}

section.about-section.pattern-style {
  padding: 100px 30px 40px;
  background: url('../images/pattern.png');
}

section.about-section.pattern-style .about-box .about-post {
  margin-bottom: 50px;
}

section.about-section.pattern-style .about-box .about-post>a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  background: #555555;
}

section.about-section.pattern-style .about-box .about-post>a:hover {
  color: #fff;
  background: #81cfe0;
}

section.about-section.pattern-style .about-box .about-post .about-post-content h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
}

section.about-section.pattern-style .about-box .about-post .about-post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #fff;
}

section.about-section.pattern-style .about-box .about-post .about-post-content h2 a:hover {
  color: #81cfe0;
}

section.about-section.pattern-style .about-box .about-post .about-post-content p {
  margin-bottom: 0;
}

section#home-section.slider3 {
  position: relative;
}

section#home-section.slider3 .banner-thumbs {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 22;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

section#home-section.slider3 .banner-thumbs ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  text-align: center !important;
}

section#home-section.slider3 .banner-thumbs ul li {
  float: left;
  width: 25%;
  list-style: none;
  padding: 0 15px;
  margin: 0 !important;
}

section#home-section.slider3 .banner-thumbs ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  text-align: center !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin: 0 !important;
  width: 100%;
  padding-right: 1px;
}

section#home-section.slider3 .banner-thumbs ul li a div {
  padding: 25px 0 40px;
  border-top: 3px solid rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 100%;
  overflow: hidden;
}

section#home-section.slider3 .banner-thumbs ul li a div span {
  display: inline-block;
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  margin: 0 0 15px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

section#home-section.slider3 .banner-thumbs ul li a div p {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ccc;
  margin-bottom: 0;
}

section#home-section.slider3 .banner-thumbs ul li a:hover div {
  border-top: 3px solid #ffffff;
}

section#home-section.slider3 .banner-thumbs ul li.active a div {
  border-top: 3px solid #ffffff;
}

section.portfolio-section.no-padding-bot {
  padding-bottom: 0;
}

section.about-alt-section {
  padding: 80px 0 60px;
  position: relative;
}

section.about-alt-section .background-stretch {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

section.about-alt-section .background-stretch .white-area {
  width: 50%;
  float: left;
  height: 100%;
  background-color: #fff;
  position: relative;
}

section.about-alt-section .background-stretch .white-area:after {
  content: '';
  position: absolute;
  top: 0;
  right: -75px;
  width: 220px;
  height: 100%;
  background-color: #fff;
  transform: skewX(-10deg);
}

section.about-alt-section .background-stretch .image-area {
  float: right;
  width: 50%;
  height: 100%;
  background: url('../upload/business/ban3.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section.about-alt-section .title-section {
  text-align: left;
}

section.about-alt-section .title-section h1:after {
  left: 0;
  margin-left: 0;
}

section.about-alt-section .container {
  position: relative;
  z-index: 2;
}

section.about-alt-section .about-box {
  max-width: 510px;
}

section.about-alt-section .about-box .about-post {
  overflow: hidden;
  margin-bottom: 30px;
}

section.about-alt-section .about-box .about-post>a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 70px;
  height: 70px;
  margin: 0 0 24px;
  line-height: 70px;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  background: #222222;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
}

section.about-alt-section .about-box .about-post>a:hover {
  background: #81cfe0;
}

section.about-alt-section .about-box .about-post .about-post-content {
  margin-left: 100px;
  padding-top: 5px;
}

section.about-alt-section .about-box .about-post .about-post-content h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 15px;
}

section.about-alt-section .about-box .about-post .about-post-content p {
  margin-bottom: 0;
}

section.about-alt-section .image-holder img {
  max-width: 100%;
  height: auto;
  margin-top: -30px;
}

section.what-we-do-section {
  padding: 90px 0 70px;
  position: relative;
}

section.what-we-do-section .background-stretch {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

section.what-we-do-section .background-stretch .white-area {
  width: 50%;
  float: right;
  height: 100%;
  background-color: #f7f7f7;
  position: relative;
}

section.what-we-do-section .background-stretch .white-area:after {
  content: '';
  position: absolute;
  top: 0;
  left: -75px;
  width: 220px;
  height: 100%;
  background-color: #f7f7f7;
  transform: skewX(-10deg);
}

section.what-we-do-section .background-stretch .image-area {
  float: left;
  width: 50%;
  height: 100%;
  background: url('../upload/business/ban4.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section.what-we-do-section .title-section {
  text-align: left;
  margin-bottom: 40px;
  padding-left: 50px;
}

section.what-we-do-section .title-section h1:after {
  left: 0;
  margin-left: 0;
}

section.what-we-do-section .container {
  position: relative;
  z-index: 2;
}

section.what-we-do-section .accordion-box {
  max-width: 550px;
  padding-left: 50px;
}

section.what-we-do-section .image-holder img {
  max-width: 100%;
  height: auto;
  margin-top: 30px;
}

section.skills-alt-section {
  padding: 80px 0 60px;
  position: relative;
}

section.skills-alt-section .background-stretch {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

section.skills-alt-section .background-stretch .white-area {
  width: 50%;
  float: left;
  height: 100%;
  background-color: #f7f7f7;
  position: relative;
}

section.skills-alt-section .background-stretch .white-area:after {
  content: '';
  position: absolute;
  top: 0;
  right: -75px;
  width: 220px;
  height: 100%;
  background-color: #f7f7f7;
  transform: skewX(-10deg);
}

section.skills-alt-section .background-stretch .image-area {
  float: right;
  width: 50%;
  height: 100%;
  background: url('../upload/business/ban1.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section.skills-alt-section .title-section {
  text-align: left;
}

section.skills-alt-section .title-section h1:after {
  left: 0;
  margin-left: 0;
}

section.skills-alt-section .container {
  position: relative;
  z-index: 2;
}

section.skills-alt-section .skills-box {
  max-width: 510px;
}

section.skills-alt-section .skills-box .skills-progress {
  margin-bottom: 30px;
}

section.skills-alt-section .skills-box .skills-progress>p {
  color: #222222;
  font-size: 14px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  margin-bottom: 15px;
}

section.skills-alt-section .skills-box .skills-progress>p span {
  float: right;
  color: #81cfe0;
}

section.skills-alt-section .skills-box .skills-progress div.meter {
  height: 3px;
  background: #eeeeee;
  margin-bottom: 20px;
}

section.skills-alt-section .skills-box .skills-progress div.meter p {
  height: 100%;
  background: #81cfe0;
}

section.skills-alt-section .image-holder {
  padding-top: 168px;
}

section.skills-alt-section .image-holder img {
  float: right;
  max-width: 100%;
  height: auto;
}

section.process-subscribe-section {
  padding: 90px 0 70px;
  position: relative;
}

section.process-subscribe-section .background-stretch {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

section.process-subscribe-section .background-stretch .white-area {
  width: 50%;
  float: right;
  height: 100%;
  background-color: #f7f7f7;
  position: relative;
}

section.process-subscribe-section .background-stretch .white-area:after {
  content: '';
  position: absolute;
  top: 0;
  left: -75px;
  width: 220px;
  height: 100%;
  background-color: #f7f7f7;
  transform: skewX(-10deg);
}

section.process-subscribe-section .background-stretch .image-area {
  float: left;
  width: 50%;
  height: 100%;
  background: url('../upload/business/ban2.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section.process-subscribe-section .title-section {
  text-align: left;
  margin-bottom: 40px;
  padding-left: 50px;
}

section.process-subscribe-section .title-section h1:after {
  left: 0;
  margin-left: 0;
}

section.process-subscribe-section .container {
  position: relative;
  z-index: 2;
}

section.process-subscribe-section .features-items {
  padding-left: 50px;
}

section.process-subscribe-section .features-items .feature-post {
  overflow: hidden;
  margin-bottom: 25px;
}

section.process-subscribe-section .features-items .feature-post span {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: left;
  font-size: 30px;
  color: #222222;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin-right: 20px;
}

section.process-subscribe-section .features-items .feature-post span:after {
  content: '/';
  font-size: 30px;
  color: #222222;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}

section.process-subscribe-section .features-items .feature-post h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 12px;
}

section.process-subscribe-section .subscribe-form {
  max-width: 372px;
  margin: 100px 0 0;
  text-align: center;
}

section.process-subscribe-section .subscribe-form h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  padding: 12px 0 20px;
  text-transform: uppercase;
  background: url('../images/dev12.png') center center no-repeat;
  margin-bottom: 16px;
}

section.process-subscribe-section .subscribe-form input[type="text"] {
  width: 100%;
  padding: 13px 20px;
  background: transparent;
  border: 1px solid #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0 0 30px;
  color: #fff;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  outline: none;
}

section.process-subscribe-section .subscribe-form input[type="submit"] {
  background: none;
  color: #81cfe0;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #81cfe0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 8px 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}

section.process-subscribe-section .subscribe-form input[type="submit"]:hover {
  background-color: #81cfe0;
  color: #fff;
}


/*-------------------------------------------------*/


/* =  home agency (boxed)
/*-------------------------------------------------*/

section.about-section4.second-style {
  padding: 85px 0 0;
  background: url('../upload/agency/ban4.jpg') center bottom;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section.about-section4.second-style .about-box>img {
  display: block;
  margin: 0 auto 30px;
}

section.about-section4.second-style .about-box .posts-box {
  padding-top: 60px;
}

section.about-section4.second-style .about-box .posts-box .about-post {
  margin-bottom: 50px;
}

section.about-section4.second-style .about-box .posts-box .about-post a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: left;
  width: 70px;
  height: 70px;
  background: #222222;
  border: none;
  color: #fff;
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

section.about-section4.second-style .about-box .posts-box .about-post a:hover {
  color: #fff;
  background-color: #81cfe0;
}

section.about-section4.second-style .about-box .posts-box .about-post .about-post-content {
  margin-left: 100px;
  padding-top: 15px;
}

section.about-section4.second-style .about-box .posts-box .about-post .about-post-content h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 3px;
}

section.about-section4.second-style .about-box .posts-box .about-post .about-post-content span {
  font-family: 'Droid Serif', serif;
  color: #999999;
  font-size: 12px;
  font-style: italic;
  display: inline-block;
  margin: 0;
}

section.about-section4.second-style .about-box .posts-box.right-posts .about-post a {
  float: right;
}

section.about-section4.second-style .about-box .posts-box.right-posts .about-post .about-post-content {
  margin-right: 100px;
  margin-left: 0;
  text-align: right;
}

section.about-section4.second-style .about-box .image-holder {
  text-align: center;
  overflow: hidden;
}

section.about-section4.second-style .about-box .image-holder img {
  max-width: 100%;
  height: auto;
  margin: 0 0 -110px;
}

section.clients-section.white-style {
  background: #fff;
  padding-bottom: 130px;
}

section.clients-section.white-style span.quote {
  display: block;
  margin: 0 auto 35px;
  width: 72px;
  height: 72px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #f1f1f1;
  color: #222222;
  font-size: 72px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  line-height: 110px;
  text-align: center;
}

section.clients-section.white-style .testimonial-box h2 {
  color: #222222;
}

section.clients-section.white-style .testimonial-box p {
  color: #999999;
}

section.clients-section.white-style .testimonial-box .bx-wrapper .bx-pager.bx-default-pager a {
  border: 2px solid #dfdfdf;
}

section.clients-section.white-style .testimonial-box .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #999999;
  border: 2px solid #999999;
}

section.clients-section.white-style .testimonial-box .bx-wrapper .bx-pager,
section.clients-section.white-style .testimonial-box .bx-wrapper .bx-controls-auto {
  bottom: -50px;
}

section.subscribe-section.default-style {
  padding: 100px 0;
  background: url('../upload/agency/ban3.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section.subscribe-section.default-style form input[type="text"] {
  width: 380px;
}

section.subscribe-section.default-style form input[type="submit"] {
  background: #81cfe0;
  border: 1px solid transparent;
  color: #ffffff;
}

section.subscribe-section.default-style form input[type="submit"]:hover {
  background: #ffffff;
  color: #222222;
}

section.subscribe-section.default-style form p {
  margin: 0;
}

section.client-list-section ul.client-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 20px;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}

section.client-list-section ul.client-list li {
  list-style: none;
  width: 20%;
  float: left;
  border: 1px solid #eeeeee;
  border-left: none;
  border-top: none;
}

section.client-list-section ul.client-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px;
}

section.client-list-section ul.client-list li a img {
  max-width: 100%;
  height: auto;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

section.client-list-section ul.client-list li a:hover {
  background-color: #f7f7f7;
}

section.client-list-section ul.client-list li a:hover img {
  opacity: 0.7;
}

section.blog-collapse-section {
  padding-top: 80px;
  background-color: #f7f7f7;
}

section.blog-collapse-section .blog-box .blog-post .post-gallery {
  position: relative;
}

section.blog-collapse-section .blog-box .blog-post .post-gallery img {
  width: 100%;
  height: auto;
}

section.blog-collapse-section .blog-box .blog-post .post-gallery .title-box {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

section.blog-collapse-section .blog-box .blog-post .post-gallery .title-box span,
section.blog-collapse-section .blog-box .blog-post .post-gallery .title-box a.comments-link {
  font-family: 'Droid Serif', serif;
  color: #999999;
  font-size: 12px;
  font-style: italic;
  display: inline-block;
  margin: 0 0 10px;
}

section.blog-collapse-section .blog-box .blog-post .post-gallery .title-box h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
}

section.blog-collapse-section .blog-box .blog-post .post-gallery .title-box h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}

section.blog-collapse-section .blog-box .blog-post .post-gallery .title-box h2 a:hover {
  color: #81cfe0;
}

section.blog-collapse-section .blog-box .blog-post .post-gallery .title-box a.comments-link {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  margin-bottom: 0;
}

section.blog-collapse-section .blog-box .blog-post .post-gallery .title-box a.comments-link:hover {
  color: #81cfe0;
}

section.blog-collapse-section .blog-box .blog-post .content-box {
  padding: 45px 0;
  background-color: #fff;
  text-align: center;
  display: none;
}

section.blog-collapse-section .blog-box .blog-post .content-box p {
  position: relative;
  padding-bottom: 25px;
  max-width: 740px;
  margin: 0 auto 25px;
}

section.blog-collapse-section .blog-box .blog-post .content-box p:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -16px;
  bottom: -1px;
  background-color: #222222;
  width: 32px;
  height: 3px;
}

section.blog-collapse-section .blog-box .blog-post .content-box a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-family: 'Droid Serif', serif;
  color: #222222;
  font-size: 12px;
  font-style: italic;
  display: inline-block;
  margin: 0 0 10px;
}

section.blog-collapse-section .blog-box .blog-post .content-box a:hover {
  color: #81cfe0;
}

section.blog-collapse-section .blog-box .blog-post.active .post-gallery .title-box {
  background: rgba(255, 255, 255, 0.5);
}

section.features-photo-section {
  padding-top: 80px;
  background: url('../images/pattern.png');
}

section.features-photo-section .features-photo-box {
  overflow: hidden;
}

section.features-photo-section .features-photo-box .features-photo-post {
  width: 50%;
  float: left;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

section.features-photo-section .features-photo-box .features-photo-post .photo-post {
  width: 50%;
  position: relative;
}

section.features-photo-section .features-photo-box .features-photo-post .photo-post img {
  width: 100% !important;
  height: auto;
}

section.features-photo-section .features-photo-box .features-photo-post .photo-post a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: absolute;
  width: 104px;
  height: 104px;
  border: 2px solid #fff;
  line-height: 100px;
  color: #fff;
  text-align: center;
  font-size: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-top: -52px;
  margin-left: -52px;
}

section.features-photo-section .features-photo-box .features-photo-post .photo-post a:hover {
  color: #81cfe0;
  border-color: #81cfe0;
}

section.features-photo-section .features-photo-box .features-photo-post .post-content {
  width: 50%;
  padding: 0 40px;
}

section.features-photo-section .features-photo-box .features-photo-post .post-content h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  color: #fff;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

section.features-photo-section .features-photo-box .features-photo-post .post-content h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #81cfe0;
  width: 30px;
  height: 3px;
}

section.features-photo-section .features-photo-box .features-photo-post .post-content p {
  margin-bottom: 0;
}

section.features-photo-section .features-photo-box .features-photo-post.reverse-post {
  flex-direction: row-reverse;
}

section.features-photo-section .features-photo-box .features-photo-post.reverse-post .post-content {
  text-align: right;
}

section.features-photo-section .features-photo-box .features-photo-post.reverse-post .post-content h2:after {
  left: initial;
  right: 0;
}

section.features-photo-section .features-photo-box .features-photo-post:hover {
  background: #222222;
}


/*-------------------------------------------------*/


/* =  home vertical (agency)
/*-------------------------------------------------*/

section.white-banner-line-section {
  padding: 60px 0;
  text-align: center;
}

section.white-banner-line-section h1 {
  color: #999999;
  font-size: 24px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  font-weight: 400;
  margin: 0;
}

section.white-banner-line-section h1 span {
  color: #81cfe0;
}

.vertical-header .client-list-section {
  padding-top: 0;
}

.vertical-header .team-section2 {
  padding-bottom: 50px;
}

.vertical-header .team-section2 .owl-carousel {
  margin-bottom: 60px;
}

.vertical-header .team-section2 .owl-theme .owl-controls {
  top: initial;
  margin-top: 0;
  bottom: -20px;
}

.vertical-header .team-section2 .owl-buttons {
  display: none;
}

.vertical-header .clients-section.second-style {
  background: #f7f7f7;
}

.vertical-header .container {
  padding-left: 45px;
  padding-right: 45px;
}

.vertical-header .banner-page-section {
  margin-top: 0;
}

.vertical-header .page-depth-section {
  background: #363639;
}

.vertical-header div.pagination-box {
  text-align: left;
}

.vertical-header .blog-section .container {
  padding-left: 0px;
  padding-right: 0px;
}

.vertical-header .sidebar {
  padding-left: 50px !important;
  margin-left: 20px !important;
  border-left: 1px solid #eeeeee;
}

.vertical-header .blog-section.standart.rightsidebar .blog-box {
  padding-right: 0;
  border-right: none;
}

.vertical-header section.contact-page-section .contact-info .contact-info-box {
  padding-top: 75px;
  border: none;
}

.vertical-header section.contact-page-section .contact-info .contact-info-box p {
  margin-bottom: 40px;
}

.vertical-header section.contact-page-section .contact-form .title-section {
  text-align: left;
  margin-bottom: 30px;
}

.vertical-header section.contact-page-section .contact-form .title-section h1:after {
  left: 0;
  margin-left: 0;
}

.vertical-header section.contact-page-section .submit-area {
  text-align: left;
  margin-top: 15px;
}

.statistic-section2 {
  padding: 100px 15px;
  background: url('../upload/banners/banner6.jpg') fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.statistic-section2 .statistic-box {
  text-align: center;
}

.statistic-section2 .statistic-post {
  margin-bottom: 20px;
}

.statistic-section2 .statistic-post h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  color: #ffffff;
  font-family: 'Droid Serif', serif;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 12px;
}

.statistic-section2 .statistic-post p {
  color: #bbbbbb;
  margin: 0 0 15px;
  position: relative;
  line-height: inherit;
}

.statistic-section2 .statistic-post span.timer {
  color: #ffffff;
  font-size: 60px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin: 0;
}

section.features-section4 {
  padding-top: 80px;
  padding-bottom: 0;
  background: url('../upload/banners/banner5.jpg') fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section.features-section4 .features-box h1 {
  color: #222222;
  font-size: 36px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin: 0 0 25px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 17px;
}

section.features-section4 .features-box p {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 85px;
}

section.features-section4 .features-box .feature-post {
  margin-bottom: 30px;
  position: relative;
}

section.features-section4 .features-box .feature-post span {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: left;
  font-size: 30px;
  color: #81cfe0;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin-right: 20px;
}

section.features-section4 .features-box .feature-post span:after {
  content: '/';
  font-size: 30px;
  color: #81cfe0;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}

section.features-section4 .features-box .feature-post h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 12px;
}

section.features-section4 .features-box .feature-post img {
  position: absolute;
  top: 15px;
  right: 0px;
}

section.features-section4 .features-box .image-holder {
  text-align: center;
}

section.features-section4 .features-box .image-holder img {
  max-width: 100%;
  margin-bottom: -52px;
}


/*-------------------------------------------------*/


/* =  home learning
/*-------------------------------------------------*/

.about-section2 {
  padding: 120px 0 90px;
}

.about-section2 .about-box .about-post {
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
}

.about-section2 .about-box .about-post>a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 100px;
  height: 100px;
  margin: 0 0 25px;
  line-height: 98px;
  color: #81cfe0;
  font-size: 36px;
  text-align: center;
  border: 1px solid #81cfe0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.about-section2 .about-box .about-post>a:hover {
  background: #f7f7f7;
  color: #999999;
  border: 1px solid #efefef;
}

.about-section2 .about-box .about-post .about-post-content h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 12px;
}

.about-section2 .about-box .about-post .about-post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}

.about-section2 .about-box .about-post .about-post-content h2 a:hover {
  color: #81cfe0;
}

.about-section2 .about-box .about-post .about-post-content p {
  margin-bottom: 0;
}

#container.learning-style #home-section .tp-caption.small_text form {
  margin: 0;
  max-width: 430px;
  overflow: hidden;
}

#container.learning-style #home-section .tp-caption.small_text form input[type="search"] {
  width: 430px;
  padding: 10px 10px;
  background: #ffffff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0;
  color: #999999;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  outline: none;
}

#container.learning-style #home-section .tp-caption.small_text form button {
  background: #ffffff;
  border: none;
  float: right;
  margin-top: -32px;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}

#container.learning-style #home-section .tp-caption.small_text form button i {
  color: #222222;
  font-size: 16px;
}

#container.learning-style #home-section .tp-caption.small_text a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: none;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 10px 45px;
  margin: 0 15px;
}

#container.learning-style #home-section .tp-caption.small_text a:hover {
  background: #ffffff;
  color: #222222;
}

#container.learning-style #home-section .slotholder:after {
  background: rgba(34, 34, 34, 0);
}

#container.learning-style .about-section2 {
  position: relative;
  z-index: 99;
  padding-top: 0;
}

#container.learning-style .about-section2 .about-box {
  text-align: center;
  margin-top: -55px;
}

#container.learning-style .about-section2 .about-box>h1 {
  display: inline-block;
  padding: 15px 25px 4px;
  background: #87d37c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 48px;
  font-family: 'Gochi Hand', cursive;
  margin-top: 0px;
  margin-bottom: 60px;
  position: relative;
}

#container.learning-style .about-section2 .about-box>h1:after {
  content: '';
  position: absolute;
  bottom: -36px;
  left: 50%;
  width: 28px;
  height: 37px;
  background: url('../upload/learning/icon.png') center center no-repeat;
}

#container.learning-style .about-section2 .about-box .about-post>a {
  color: #87d37c;
  border: 1px solid #87d37c;
}

#container.learning-style .about-section2 .about-box .about-post>a:hover {
  color: #999999;
  border: 1px solid #efefef;
}

#container.learning-style .about-section2 .about-box .about-post .about-post-content h2 a:hover {
  color: #87d37c;
}

#container.learning-style .about-section2 .title-section h1:after {
  display: none;
}

#container.learning-style .title-section h1:after {
  background: #87d37c;
}

#container.learning-style .title-section p {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-style: normal;
  max-width: 800px;
  margin: 0 auto;
}

#container.learning-style .features-section3 .article-place h1:after {
  background: #87d37c;
}

#container.learning-style .features-section3 .features-items .feature-post span {
  color: #87d37c;
}

#container.learning-style .features-section3 .features-items .feature-post span:after {
  color: #87d37c;
}

#container.learning-style .statistic-section {
  background: #ffffff;
}

#container.learning-style .statistic-section p span.timer {
  color: #222222;
}

#container.learning-style .statistic-section p {
  padding-bottom: 5px;
  margin-bottom: 0;
}

#container.learning-style .statistic-section p:after {
  display: none;
}

#container.learning-style .statistic-section h2 {
  color: #87d37c;
  padding-bottom: 16px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

#container.learning-style .statistic-section h2:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 3px;
  background: #87d37c;
  left: 50%;
  margin-left: -15px;
  bottom: -2px;
}

#container.learning-style ul.filter li a:hover,
#container.learning-style ul.filter li a.active {
  color: #87d37c;
}

#container.learning-style .features-section2 {
  background: url('../upload/learning/2.jpg') center center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#container.learning-style .features-section2 .features-box .article-place h1:after {
  background: #87d37c;
}

#container.learning-style .features-section2 .features-box .features-items .feature-post a {
  color: #999999;
}

#container.learning-style .features-section2 .features-box .features-items .feature-post a:hover {
  background: #87d37c;
}

#container.learning-style .features-section2 .features-box .features-items .feature-post p {
  margin-left: 100px;
}

#container.learning-style a.go-top:hover,
#container.learning-style footer .up-footer ul.social-icons li a:hover {
  background: #87d37c;
}

#container.learning-style footer .up-footer .posts-widget ul li h2 a:hover,
#container.learning-style footer .up-footer .links-widget ul li a:hover {
  color: #87d37c;
}

#container.learning-style .banner-line {
  background: #87d37c;
}

.features-section3 {
  overflow: hidden;
  background: #f7f8f9;
}

.features-section3 .image-place {
  float: left;
  width: 50%;
}

.features-section3 .image-place img {
  width: 100%;
}

.features-section3 .article-place {
  margin-bottom: 30px;
}

.features-section3 .features-box {
  padding: 50px 0 30px 40px;
  float: right;
  width: 50%;
}

.features-section3 .features-items .feature-post {
  overflow: hidden;
  margin-bottom: 25px;
}

.features-section3 .features-items .feature-post span {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: left;
  font-size: 30px;
  color: #81cfe0;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin-right: 20px;
}

.features-section3 .features-items .feature-post span:after {
  content: '/';
  font-size: 30px;
  color: #81cfe0;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}

.features-section3 .features-items .feature-post h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 12px;
}

section.courses-section {
  padding-top: 70px;
  background: #87d37c;
}

section.courses-section .title-section h1,
section.courses-section .title-section p {
  color: #ffffff;
}

section.courses-section .title-section h1:after {
  background: #ffffff !important;
}

section.courses-section .center-button {
  background: #ffffff;
  padding-top: 50px;
}

section.courses-section .center-button a {
  color: #999999;
  border-color: #cccccc;
}

section.courses-section .center-button a:hover {
  background: #f7f7f7;
  color: #222222;
}

section.courses-section .course-post {
  float: left;
  width: 25%;
}

section.courses-section2 {
  padding-top: 70px;
  background: #f7f7f7;
}

.courses-box {
  overflow: hidden;
}

.courses-box .course-post {
  width: 25%;
  margin: 0;
  background: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.courses-box .course-post .course-gal {
  position: relative;
}

.courses-box .course-post .course-gal img {
  width: 100%;
}

.courses-box .course-post .course-gal span.price-course {
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: 30px;
  background: #87d37c;
  width: 90px;
  text-align: center;
  padding: 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
}

.courses-box .course-post .course-content {
  padding: 25px 30px;
}

.courses-box .course-post .course-content h4 {
  color: #999999;
  font-size: 12px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  margin: 0 0 16px;
}

.courses-box .course-post .course-content h4 span {
  color: #222222;
}

.courses-box .course-post .course-content h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 16px;
}

.courses-box .course-post .course-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}

.courses-box .course-post .course-content h2 a:hover {
  color: #87d37c;
}

.courses-box .course-post .course-content p {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0;
}

.courses-box .course-post .course-rating {
  overflow: hidden;
  padding: 0 30px 30px;
}

.courses-box .course-post .course-rating span.students-numb {
  float: left;
  display: inline-block;
  color: #999999;
  font-size: 12px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
}

.courses-box .course-post .course-rating span.students-numb i {
  margin-right: 8px;
  font-size: 13px;
}

.courses-box .course-post .course-rating span.rating {
  float: right;
  color: #f0a81c;
  font-size: 14px;
}

.courses-box .course-post .course-rating span.rating i {
  margin-left: 4px;
}

.courses-box .course-post:hover {
  background: #f7f7f7;
}

.clients-section.second-style {
  background: #ffffff;
  text-align: center;
}

.clients-section.second-style .testimonial-box h2 {
  color: #222222;
}

.clients-section.second-style .testimonial-box p {
  color: #999999;
}

.clients-section.second-style #bx-pager a {
  opacity: 1;
}

.clients-section.second-style #bx-pager a.active {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  z-index: 2;
}

.title-section.white h1 {
  color: #ffffff;
}

.title-section.white p {
  color: #ccc;
}

.banner-line {
  padding: 65px 0;
  background: #81cfe0;
  text-align: center;
}

.banner-line h1 {
  color: #ffffff;
  font-size: 24px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  margin: 0;
}

section.subscribe-section {
  padding: 70px 0 100px;
  background: url('../upload/learning/ban.jpg') fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
}

section.subscribe-section .title-section {
  margin-bottom: 40px;
}

section.subscribe-section form {
  margin: 0;
}

section.subscribe-section form input[type="text"] {
  width: 230px;
  padding: 13px 10px;
  background: #ffffff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0 15px 30px;
  color: #999999;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  outline: none;
}

section.subscribe-section form input[type="submit"] {
  background: none;
  width: 230px;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 12px 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0 15px;
}

section.subscribe-section form input[type="submit"]:hover {
  background: #ffffff;
  color: #222222;
}

section.subscribe-section form p {
  color: #eee;
  font-size: 14px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
}


/*-------------------------------------------------*/


/* =  home construction
/*-------------------------------------------------*/

#container.construction-style #home-section {
  padding-top: 150px;
}

#container.construction-style #home-section .tp-bullets.simplebullets.round .bullet:hover,
#container.construction-style #home-section .tp-bullets.simplebullets.round .bullet.selected {
  background: #f4b350;
}

#container.construction-style .title-section h1:after {
  background: #f4b350;
}

#container.construction-style section.banner-line-section {
  padding: 60px 0;
  text-align: center;
  background: url('../images/pattern.png');
}

#container.construction-style section.banner-line-section h1 {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 7px 0;
  letter-spacing: 1px;
}

#container.construction-style section.banner-line-section a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  padding: 10px 50px;
  color: #f4b350;
  text-transform: uppercase;
  background: transparent;
  letter-spacing: 1px;
  border: 1px solid #f4b350;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

#container.construction-style section.banner-line-section a:hover {
  border-color: transparent;
  background: #ffffff;
  color: #222222;
}

#container.construction-style .statistic-section {
  padding: 80px 0;
  background: url('../upload/construction/ban1.jpg');
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#container.construction-style .statistic-section p span.timer {
  color: #222222;
}

#container.construction-style .statistic-section p {
  padding-bottom: 5px;
  margin-bottom: 0;
}

#container.construction-style .statistic-section p:after {
  display: none;
}

#container.construction-style .statistic-section h2 {
  color: #666666;
  padding-bottom: 16px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

#container.construction-style .statistic-section h2:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 3px;
  background: #f4b350;
  left: 50%;
  margin-left: -15px;
  bottom: -2px;
}

#container.construction-style section.portfolio-section {
  background: url('../images/pattern.png');
}

#container.construction-style section.portfolio-section .portfolio-box .project-post .hover-box {
  background: rgba(34, 34, 34, 0.8);
}

#container.construction-style section.portfolio-section .portfolio-box .project-post .hover-box .inner-hover {
  z-index: 2;
}

#container.construction-style section.portfolio-section .portfolio-box .project-post .hover-box .inner-hover h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}

#container.construction-style section.portfolio-section .portfolio-box .project-post .hover-box .inner-hover h2 a {
  color: #f4b350;
}

#container.construction-style section.portfolio-section .portfolio-box .project-post .hover-box:after {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid #666666;
}

#container.construction-style ul.filter li a:hover,
#container.construction-style ul.filter li a.active {
  color: #f4b350;
}

#container.construction-style section.clients-section {
  background: url('../upload/construction/ban2.jpg') fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#container.construction-style section.clients-section #bx-pager a {
  margin: 0 2px;
}

#container.construction-style section.clients-section #bx-pager a.active {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}

#container.construction-style section.clients-section .testimonial-box p {
  color: #ffffff;
}

#container.construction-style section.clients-section .testimonial-box h2 {
  color: #f4b350;
}

#container.construction-style section.subscribe-section {
  background: #f4b350;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#container.construction-style section.subscribe-section .title-section h1:after {
  background: #fff;
}

#container.construction-style section.subscribe-section .title-section p {
  color: #fff;
}

#container.construction-style section.subscribe-section form p {
  color: #333333;
}

#container.construction-style section.client-list-section {
  background: url('../upload/construction/ban3.jpg') fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#container.construction-style a.go-top:hover,
#container.construction-style footer .up-footer ul.social-icons li a:hover {
  background: #f4b350;
}

#container.construction-style footer .up-footer .posts-widget ul li h2 a:hover,
#container.construction-style footer .up-footer .links-widget ul li a:hover {
  color: #f4b350;
}

#container.construction-style section.client-list-section .client-list-box .item a {
  opacity: 1;
}

#container.construction-style section.client-list-section .client-list-box .item a:hover {
  opacity: 0.7;
}

section.const-services-section {
  padding: 80px 0 16px;
}

section.const-services-section .const-services-box {
  padding-top: 36px;
}

section.const-services-section .const-services-box .services-post {
  text-align: center;
  padding: 0 45px 45px;
  border: 1px solid #eeeeee;
  margin-bottom: 64px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

section.const-services-section .const-services-box .services-post a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 72px;
  height: 72px;
  background: #f4b350;
  color: #ffffff;
  font-size: 30px;
  line-height: 72px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin: -36px 0 22px;
}

section.const-services-section .const-services-box .services-post a:hover {
  background: #222222;
  color: #f4b350;
}

section.const-services-section .const-services-box .services-post h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  padding-bottom: 17px;
  margin-bottom: 15px;
  position: relative;
}

section.const-services-section .const-services-box .services-post h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 3px;
  background: #f4b350;
}

section.const-services-section .const-services-box .services-post p {
  margin: 0;
}

section.const-services-section .const-services-box .services-post:hover {
  background: #f7f7f7;
}

section.serv-offer-section {
  padding: 80px 0;
}

section.serv-offer-section .servi-offer-ban {
  text-align: center;
  margin-bottom: 80px;
}

section.serv-offer-section .servi-offer-ban h1 {
  color: #222222;
  font-size: 36px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin: 0 0 25px;
  letter-spacing: -0.5px;
  margin-bottom: 33px;
}

section.serv-offer-section .servi-offer-ban p {
  max-width: 810px;
  margin: 0 auto 33px;
}

section.serv-offer-section .servi-offer-ban a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 12px;
  min-width: 205px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  padding: 10px 20px;
  margin: 0 14px 3px;
  color: #999999;
  text-transform: uppercase;
  background: transparent;
  letter-spacing: 1px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

section.serv-offer-section .servi-offer-ban a:hover {
  border-color: #f4b350;
  color: #f4b350;
}

section.serv-offer-section .serv-offer-box .serv-offer-post {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

section.serv-offer-section .serv-offer-box .serv-offer-post img {
  width: 100%;
}

section.serv-offer-section .serv-offer-box .serv-offer-post .services-content h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
}

section.serv-offer-section .serv-offer-box .serv-offer-post .services-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  padding: 25px 30px;
  color: #222222;
  background: #f7f7f7;
}

section.serv-offer-section .serv-offer-box .serv-offer-post .services-content h2 a:hover {
  color: #f4b350;
}

section.serv-offer-section .serv-offer-box .serv-offer-post .services-content p {
  padding: 0 30px;
}

section.serv-offer-section .serv-offer-box .serv-offer-post .services-content ul.serv-links {
  padding: 10px 30px 0;
}

section.serv-offer-section .serv-offer-box .serv-offer-post .services-content ul.serv-links li {
  display: block;
}

section.serv-offer-section .serv-offer-box .serv-offer-post .services-content ul.serv-links li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 13px;
  color: #999999;
  font-family: 'Raleway', sans-serif;
  line-height: 20px;
  margin: 0 0 10px;
  color: #333333;
  font-weight: 500;
  margin: 0;
  line-height: 26px;
}

section.serv-offer-section .serv-offer-box .serv-offer-post .services-content ul.serv-links li a:hover {
  opacity: 0.7;
}

section.serv-offer-section .serv-offer-box .serv-offer-post .services-content ul.serv-links li:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  color: #999999;
  font-size: 11px;
  margin-right: 15px;
}

section.team-section {
  padding: 80px 0 30px;
}

section.team-section .team-box .team-post {
  margin-bottom: 50px;
  text-align: center;
}

section.team-section .team-box .team-post .inner-team-post .team-gal {
  position: relative;
  margin-bottom: 30px;
}

section.team-section .team-box .team-post .inner-team-post .team-gal img {
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

section.team-section .team-box .team-post .inner-team-post .team-gal .hover-team {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0;
}

section.team-section .team-box .team-post .inner-team-post .team-gal .hover-team ul.social-icons {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 100%;
  left: 0;
  text-align: center;
}

section.team-section .team-box .team-post .inner-team-post .team-gal .hover-team ul.social-icons li {
  display: inline-block;
  margin: 0 3px;
}

section.team-section .team-box .team-post .inner-team-post .team-gal .hover-team ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #555555;
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #383838;
}

section.team-section .team-box .team-post .inner-team-post .team-gal .hover-team ul.social-icons li a:hover {
  border-color: transparent;
  background: #f4b350;
}

section.team-section .team-box .team-post .inner-team-post h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

section.team-section .team-box .team-post .inner-team-post span {
  display: inline-block;
  color: #999999;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  font-size: 12px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 16px;
}

section.team-section .team-box .team-post .inner-team-post span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 3px;
  background: #f4b350;
}

section.team-section .team-box .team-post .inner-team-post p {
  margin-bottom: 0;
}

section.team-section .team-box .team-post:hover .inner-team-post .team-gal .hover-team {
  opacity: 1;
}

section.team-section .owl-theme .owl-controls .owl-pagination {
  display: none !important;
}

.owl-carousel {
  margin-left: -15px;
  margin-right: -15px;
}

.owl-carousel .item {
  padding: 0 15px;
}

.owl-carousel .news-post {
  margin-bottom: 15px;
}

.owl-carousel {
  width: auto;
}

.owl-theme .owl-controls {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  height: 0;
  left: 0;
  margin-top: -102px;
}

.owl-theme .owl-controls .owl-buttons div {
  font-size: 45px;
  color: #ffffff;
  line-height: 26px;
  text-align: center;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  opacity: 1;
  margin: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
  float: left;
  margin-left: -99px;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
  float: right;
  margin-right: -100px;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:after {
  content: '\f190';
  font-family: 'FontAwesome';
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #eeeeee;
}

.owl-theme .owl-controls .owl-buttons div.owl-next:after {
  content: '\f18e';
  font-family: 'FontAwesome';
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #eeeeee;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:hover:after {
  color: #999999;
}

.owl-theme .owl-controls .owl-buttons div.owl-next:hover:after {
  color: #999999;
}

section.client-list-section {
  padding: 80px 0 90px;
}

section.client-list-section .client-list-box {
  padding-bottom: 60px;
}

section.client-list-section .client-list-box .item a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 100%;
  text-align: center;
  opacity: 0.5;
}

section.client-list-section .client-list-box .item a img {
  max-width: 100%;
}

section.client-list-section .client-list-box .item a:hover {
  opacity: 1;
}

section.client-list-section .client-list-box .owl-buttons {
  display: none;
}

section.client-list-section .owl-theme .owl-controls {
  top: initial;
  margin-top: 0;
  bottom: -50px;
}


/*-------------------------------------------------*/


/* =  home construction 2
/*-------------------------------------------------*/

#container.construction-style2 #home-section .tp-caption.finewide_small_white {
  font-size: 36px;
  font-weight: 300;
  text-transform: initial;
  letter-spacing: 0;
}

#container.construction-style2 #home-section .tp-caption.finewide_small_white span {
  color: #1abc9c !important;
}

#container.construction-style2 #home-section .tp-bullets.simplebullets.round .bullet:hover,
#container.construction-style2 #home-section .tp-bullets.simplebullets.round .bullet.selected {
  background: #f9bf3b;
}

#container.construction-style2 .title-section h1:after {
  background: #f9bf3b;
}

#container.construction-style2 .button-one {
  border-color: #f9bf3b;
  color: #f9bf3b;
}

#container.construction-style2 .button-one:hover {
  background-color: #f9bf3b;
  border-color: transparent;
  color: #fff;
}

#container.construction-style2 a.go-top:hover,
#container.construction-style2 footer .up-footer ul.social-icons li a:hover {
  background: #f9bf3b;
}

#container.construction-style2 footer .up-footer .posts-widget ul li h2 a:hover,
#container.construction-style2 footer .up-footer .links-widget ul li a:hover {
  color: #f9bf3b;
}

#container.construction-style2 section.client-list-section .client-list-box .item a {
  opacity: 1;
}

#container.construction-style2 section.client-list-section .client-list-box .item a:hover {
  opacity: 0.7;
}

#container.construction-style2 section.services-section3 {
  border-bottom: none;
  padding: 0;
  position: relative;
  z-index: 333;
}

#container.construction-style2 section.services-section3 .services-box .services-post {
  width: 25%;
  background: #222222 url('../images/pattern.png');
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#container.construction-style2 section.services-section3 .services-box .services-post>a {
  background-color: #f9bf3b;
  border: 1px solid transparent;
  color: #222222;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

#container.construction-style2 section.services-section3 .services-box .services-post>a:hover {
  background-color: #222222;
  border: 1px solid #f9bf3b;
  color: #f9bf3b;
}

#container.construction-style2 section.services-section3 .services-box .services-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #f9bf3b;
}

#container.construction-style2 section.services-section3 .services-box .services-post h2 a:hover {
  color: #ffffff;
}

#container.construction-style2 section.services-section3 .services-box .services-post span {
  display: inline-block;
  color: #f4b350;
  font-family: 'Droid Serif', serif;
  font-size: 12px;
  font-style: italic;
  margin: 0 0 20px;
}

#container.construction-style2 section.services-section3 .services-box .services-post:hover {
  background: #222222;
}

#container.construction-style2 section.services-section3 .services-box.image-no-opacity .services-post img {
  opacity: 1;
}

#container.construction-style2 .statistic-section {
  padding: 100px 0;
  background: url('../upload/construction2/ban1.jpg');
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#container.construction-style2 .statistic-section p span.timer {
  color: #f9bf3b;
}

#container.construction-style2 .statistic-section p {
  padding-bottom: 5px;
  margin-bottom: 0;
}

#container.construction-style2 .statistic-section p:after {
  display: none;
}

#container.construction-style2 .statistic-section h2 {
  color: #fff;
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

#container.construction-style2 .statistic-section h2:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 3px;
  background: #fff;
  left: 50%;
  margin-left: -15px;
  bottom: -2px;
}

#container.construction-style2 section.portfolio-section {
  background: url('../images/pattern.png');
}

#container.construction-style2 section.portfolio-section .portfolio-box .project-post {
  width: 25%;
}

#container.construction-style2 section.portfolio-section .portfolio-box .project-post .hover-box {
  background: rgba(17, 17, 17, 0.8);
}

#container.construction-style2 section.portfolio-section .portfolio-box .project-post .hover-box .inner-hover {
  z-index: 2;
}

#container.construction-style2 section.portfolio-section .portfolio-box .project-post .hover-box .inner-hover h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}

#container.construction-style2 section.portfolio-section .portfolio-box .project-post .hover-box .inner-hover h2 a {
  color: #fff;
}

#container.construction-style2 ul.filter li a:hover,
#container.construction-style2 ul.filter li a.active {
  color: #f9bf3b;
}

#container.construction-style2 section.banner-line-section {
  padding: 60px 0;
  text-align: center;
  background: #f9bf3b;
}

#container.construction-style2 section.banner-line-section h1 {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 7px 0;
  letter-spacing: 1px;
}

#container.construction-style2 section.banner-line-section a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  padding: 10px 50px;
  color: #fff;
  text-transform: uppercase;
  background: transparent;
  letter-spacing: 1px;
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

#container.construction-style2 section.banner-line-section a:hover {
  border-color: transparent;
  background: #ffffff;
  color: #f9bf3b;
}

#container.construction-style2 .blog-section.news-style {
  padding: 80px 0 !important;
}

#container.construction-style2 .blog-section.news-style .blog-box .blog-post h2 {
  margin-bottom: 8px;
}

#container.construction-style2 .blog-section.news-style .blog-box .blog-post h2 a:hover {
  color: #f9bf3b;
}

#container.construction-style2 .blog-section.news-style .blog-box .blog-post ul.post-tags {
  padding-bottom: 15px;
  margin-bottom: 10px;
  position: relative;
}

#container.construction-style2 .blog-section.news-style .blog-box .blog-post ul.post-tags:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: #222222;
}

#container.construction-style2 section.what-we-do-section {
  padding: 90px 0;
}

#container.construction-style2 section.what-we-do-section .background-stretch .image-area {
  background: url('../upload/construction2/ab1.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  float: right;
}

#container.construction-style2 section.what-we-do-section .background-stretch .white-area {
  float: left;
  background-color: #34393b;
}

#container.construction-style2 section.what-we-do-section .background-stretch .white-area:after {
  display: none;
}

#container.construction-style2 section.what-we-do-section .accordion-box,
#container.construction-style2 section.what-we-do-section .title-section {
  padding-left: 0;
  padding-right: 50px;
}

#container.construction-style2 section.what-we-do-section .accord-elem {
  border: 1px solid #666666;
}

#container.construction-style2 section.what-we-do-section .accord-elem .accord-title,
#container.construction-style2 section.what-we-do-section .accord-content {
  background-color: #34393b;
}

#container.construction-style2 section.what-we-do-section .accord-elem.active .accord-title h2 {
  color: #f9bf3b;
}

#container.construction-style2 section.what-we-do-section .accord-elem.active a.accord-link:after {
  color: #f9bf3b;
}

#container.construction-style2 section.what-we-do-section .banner-area {
  text-align: center;
  padding-top: 120px;
  padding-left: 120px;
}

#container.construction-style2 section.what-we-do-section .banner-area h1 {
  color: #222222;
  font-size: 36px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin: 0 0 25px;
  letter-spacing: -0.5px;
  color: #fff;
  line-height: 46px;
  margin-bottom: 12px;
}

#container.construction-style2 section.what-we-do-section .banner-area h1 span {
  color: #f9bf3b;
  display: block;
  font-weight: 700;
}

#container.construction-style2 section.what-we-do-section .banner-area p {
  color: #ccc;
  margin-bottom: 25px;
}

#container.construction-style2 section.what-we-do-section .banner-area .button-two {
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}

#container.construction-style2 section.what-we-do-section .banner-area .button-two:hover {
  background-color: #fff;
  color: #222222;
}

section.construct-services-section {
  padding: 80px 0;
}

section.construct-services-section .construct-services-title {
  text-align: center;
  margin-bottom: 70px;
}

section.construct-services-section .construct-services-title h1 {
  color: #222222;
  font-size: 36px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin: 0 0 25px;
  letter-spacing: -0.5px;
}

section.construct-services-section .construct-services-title p {
  margin-bottom: 40px;
}

section.construct-services-section .construct-services-title .button-one {
  border-color: #f9bf3b;
  color: #f9bf3b;
}

section.construct-services-section .construct-services-title .button-one:hover {
  background-color: #f9bf3b;
  border-color: transparent;
  color: #fff;
}

section.construct-services-section .construct-services-title .button-two {
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #cccccc;
  color: #999999;
  background-color: transparent;
}

section.construct-services-section .construct-services-title .button-two:hover {
  background-color: #f7f7f7;
  color: #222222;
}

section.construct-services-section .construct-services-box .item {
  padding: 0;
  margin: 0;
  padding-right: 1px;
}

section.construct-services-section .construct-services-box .services-post {
  margin-bottom: 30px;
  padding-bottom: 25px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

section.construct-services-section .construct-services-box .services-post img {
  width: 100%;
}

section.construct-services-section .construct-services-box .services-post .services-content h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 20px;
}

section.construct-services-section .construct-services-box .services-post .services-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  padding: 25px 30px;
  color: #222222;
  margin-bottom: -25px;
}

section.construct-services-section .construct-services-box .services-post .services-content h2 a:hover {
  opacity: 0.7;
}

section.construct-services-section .construct-services-box .services-post .services-content p {
  padding: 0 30px;
}

section.construct-services-section .construct-services-box .services-post .services-content ul.serv-links {
  padding: 10px 30px 0;
}

section.construct-services-section .construct-services-box .services-post .services-content ul.serv-links li {
  display: block;
}

section.construct-services-section .construct-services-box .services-post .services-content ul.serv-links li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 13px;
  color: #999999;
  font-family: 'Raleway', sans-serif;
  line-height: 20px;
  margin: 0 0 10px;
  color: #333333;
  font-weight: 500;
  margin: 0;
  line-height: 26px;
}

section.construct-services-section .construct-services-box .services-post .services-content ul.serv-links li a:hover {
  opacity: 0.7;
}

section.construct-services-section .construct-services-box .services-post .services-content ul.serv-links li:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  color: #999999;
  font-size: 11px;
  margin-right: 15px;
}

section.construct-services-section .construct-services-box .services-post:hover {
  padding-bottom: 0;
}

section.construct-services-section .construct-services-box .services-post:hover .services-content h2 a {
  padding-bottom: 25px;
  background: #f9bf3b;
  color: #ffffff;
  margin-bottom: 0;
}

section.construct-services-section .construct-services-box .owl-carousel {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 60px;
}

section.construct-services-section .construct-services-box .owl-theme .owl-controls {
  top: initial;
  margin-top: 0;
  bottom: -20px;
}

section.construct-services-section .construct-services-box .owl-theme .owl-controls .owl-buttons {
  display: none;
}

section.construct-services-section .construct-services-box .owl-theme .owl-controls .owl-page span {
  border: 2px solid transparent;
  background-color: #d6d6d6;
  width: 50px;
  height: 3px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

section.construct-services-section .construct-services-box .owl-theme .owl-controls .owl-page.active span,
section.construct-services-section .construct-services-box .owl-theme .owl-controls .owl-page:hover span {
  border-color: #f9bf3b;
  background-color: #f9bf3b;
}

section.testimonial-clients-section {
  padding: 80px 0;
  background-color: #f7f7f7;
}

section.testimonial-clients-section .title-section {
  text-align: left;
}

section.testimonial-clients-section .title-section h1:after {
  left: 0;
  margin-left: 0;
}

section.testimonial-clients-section .testimonial-box {
  text-align: left;
  max-width: 540px;
  margin: 0 0 40px;
}

section.testimonial-clients-section .testimonial-box ul.bxslider {
  margin: 0;
  padding: 0;
}

section.testimonial-clients-section .testimonial-box p {
  color: #999;
  font-size: 14px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  margin-bottom: 25px;
  line-height: 30px;
  font-weight: 400;
}

section.testimonial-clients-section .testimonial-box h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

section.testimonial-clients-section .testimonial-box span {
  font-size: 13px;
  color: #999999;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0;
  display: inline-block;
}

section.testimonial-clients-section #bx-pager {
  margin-bottom: 30px;
}

section.testimonial-clients-section #bx-pager a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
  margin-right: 6px;
  opacity: 0.9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  max-width: 70px;
}

section.testimonial-clients-section #bx-pager a img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

section.testimonial-clients-section #bx-pager a.active {
  opacity: 1;
  z-index: 2;
}

section.testimonial-clients-section #bx-pager a.active:after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #f9bf3b;
}

section.testimonial-clients-section ul.client-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}

section.testimonial-clients-section ul.client-list li {
  float: left;
  list-style: none;
  width: 33.333333333%;
  border: 1px solid #cccccc;
  border-left: none;
  border-top: none;
}

section.testimonial-clients-section ul.client-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 21px 20px;
  opacity: 0.7;
}

section.testimonial-clients-section ul.client-list li a img {
  max-width: 100%;
  height: auto;
}

section.contact-construct-section {
  padding: 100px 0;
  position: relative;
}

section.contact-construct-section .background-stretch {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

section.contact-construct-section .background-stretch .image-area {
  background: url('../upload/construction2/ab2.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  float: left;
  width: 50%;
  height: 100%;
}

section.contact-construct-section .background-stretch .back-area {
  float: right;
  background-color: #34393b;
  width: 50%;
  height: 100%;
}

section.contact-construct-section .title-section {
  text-align: left;
  margin-bottom: 40px;
}

section.contact-construct-section .title-section h1:after {
  left: 0;
  margin-left: 0;
}

section.contact-construct-section .contact-info .contact-info-box {
  padding: 60px 0 0 70px;
}

section.contact-construct-section .contact-info .contact-info-box .contact-info-post {
  margin-bottom: 30px;
}

section.contact-construct-section .contact-info .contact-info-box span {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #f9bf3b;
  margin: 0 30px 10px 0;
  text-align: center;
  float: left;
}

section.contact-construct-section .contact-info .contact-info-box span i {
  color: #f9bf3b;
  font-size: 30px;
  line-height: 70px;
}

section.contact-construct-section .contact-info .contact-info-box h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 16px;
  color: #f9bf3b;
}

section.contact-construct-section .contact-info .contact-info-box p {
  color: #ccc;
  margin-bottom: 0px;
}

section.contact-construct-section .contact-form {
  padding-left: 65px;
}

section.contact-construct-section .contact-form #contact-form input[type="text"],
section.contact-construct-section .contact-form #contact-form textarea {
  background-color: transparent;
  border: 1px solid #666666;
  color: #666666;
}

section.contact-construct-section .contact-form #contact-form input[type="submit"] {
  background-color: transparent;
  color: #fff;
  border: 1px solid #ffffff;
}

section.contact-construct-section .contact-form #contact-form input[type="submit"]:hover {
  background-color: #fff;
  color: #222222;
}


/*-------------------------------------------------*/


/* =  home medical
/*-------------------------------------------------*/

#container.medical-style #home-section .tp-caption.finewide_medium_white {
  font-size: 60px;
  font-weight: 200;
  text-transform: initial;
}

#container.medical-style #home-section .tp-caption.finewide_medium_white span {
  color: #1abc9c !important;
}

#container.medical-style #home-section .tp-caption.small_text {
  color: #fff;
  font-size: 14px;
  text-align: right;
}

#container.medical-style #home-section .tp-caption.small_text i {
  margin-right: 15px;
}

#container.medical-style #home-section span.side-line {
  display: block;
  width: 1px;
  height: 230px;
  background: #ffffff;
  opacity: 0.7;
}

#container.medical-style #home-section .slotholder:after {
  background: rgba(34, 34, 34, 0);
}

#container.medical-style #home-section .tp-bullets.simplebullets.round .bullet {
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

#container.medical-style #home-section .tp-bullets.simplebullets.round .bullet:hover,
#container.medical-style #home-section .tp-bullets.simplebullets.round .bullet.selected {
  background: #fff;
  border-color: transparent;
  opacity: 1;
}

#container.medical-style .title-section h1:after {
  background: #1abc9c;
}

#container.medical-style .title-section h1 span {
  color: #999999;
}

#container.medical-style .button-one {
  border-color: #1abc9c;
  color: #1abc9c;
}

#container.medical-style .button-one:hover {
  background-color: #1abc9c;
  border-color: transparent;
  color: #fff;
}

#container.medical-style a.go-top:hover,
#container.medical-style footer .up-footer ul.social-icons li a:hover {
  background: #1abc9c;
}

#container.medical-style footer .up-footer .posts-widget ul li h2 a:hover,
#container.medical-style footer .up-footer .links-widget ul li a:hover {
  color: #1abc9c;
}

#container.medical-style section.services-section3 {
  border-bottom: none;
}

#container.medical-style section.services-section3 .services-box .services-post>a {
  color: #1abc9c;
}

#container.medical-style section.services-section3 .services-box .services-post:hover>a {
  background-color: #1abc9c;
  border: 1px solid transparent;
  color: #fff;
}

#container.medical-style .statistic-section {
  padding: 80px 0;
  background: #1abc9c;
}

#container.medical-style .statistic-section p {
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 0;
  font-weight: 400;
}

#container.medical-style .statistic-section p:after {
  display: none;
}

#container.medical-style .statistic-section h2 {
  color: #fff;
  padding-bottom: 16px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Droid Serif', serif;
  position: relative;
}

#container.medical-style .statistic-section h2:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 3px;
  background: #fff;
  left: 50%;
  margin-left: -15px;
  bottom: -2px;
}

#container.medical-style .team-section2 {
  padding-bottom: 50px;
}

#container.medical-style .team-section2 .team-box .team-post {
  padding: 0;
  margin-bottom: 20px;
}

#container.medical-style .team-section2 .team-box .team-post .team-gal {
  position: relative;
}

#container.medical-style .team-section2 .team-box .team-post .team-gal img {
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#container.medical-style .team-section2 .team-box .team-post .team-gal .hover-gal {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#container.medical-style .team-section2 .team-box .team-post .team-gal .hover-gal h2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 16px;
}

#container.medical-style .team-section2 .team-box .team-post .team-gal .hover-gal h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 3px;
  background: #222222;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#container.medical-style .team-section2 .team-box .team-post .team-gal .hover-gal span {
  margin-bottom: 0;
  padding-bottom: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#container.medical-style .team-section2 .team-box .team-post .team-gal .hover-gal span:after {
  display: none;
}

#container.medical-style .team-section2 .team-box .team-post .team-gal .hover-gal ul.social-icons {
  height: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#container.medical-style .team-section2 .team-box .team-post .team-gal .hover-gal ul.social-icons li {
  margin: 0 3px;
}

#container.medical-style .team-section2 .team-box .team-post .team-gal .hover-gal ul.social-icons li a {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #cdcdcd;
  line-height: 30px;
  text-align: center;
  color: #666666;
}

#container.medical-style .team-section2 .team-box .team-post .team-gal .hover-gal ul.social-icons li a:hover {
  background-color: #1abc9c;
  border-color: transparent;
  color: #fff;
}

#container.medical-style .team-section2 .team-box .team-post p {
  padding: 0 25px;
}

#container.medical-style .team-section2 .team-box .team-post:hover .team-gal img {
  opacity: 1;
}

#container.medical-style .team-section2 .team-box .team-post:hover .team-gal .hover-gal {
  background-color: #fff;
}

#container.medical-style .team-section2 .team-box .team-post:hover .team-gal .hover-gal h2:after {
  background-color: #1abc9c;
}

#container.medical-style .team-section2 .team-box .team-post:hover .team-gal .hover-gal span {
  margin-bottom: 25px;
}

#container.medical-style .team-section2 .team-box .team-post:hover .team-gal .hover-gal ul.social-icons {
  height: auto;
}

#container.medical-style .team-section2 .owl-carousel {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 80px;
}

#container.medical-style .team-section2 .owl-theme .owl-controls {
  top: initial;
  margin-top: 0;
  bottom: -20px;
}

#container.medical-style .team-section2 .owl-theme .owl-controls .owl-buttons {
  display: none;
}

#container.medical-style .team-section2 .owl-theme .owl-controls .owl-page span {
  border: 2px solid transparent;
  background-color: #c1c1c1;
}

#container.medical-style .team-section2 .owl-theme .owl-controls .owl-page.active span,
#container.medical-style .team-section2 .owl-theme .owl-controls .owl-page:hover span {
  border-color: #1abc9c;
  background-color: #1abc9c;
}

#container.medical-style .features-section3 {
  display: flex;
  background-color: #fdfdfd;
  align-items: center;
}

#container.medical-style .features-section3 .image-place {
  width: 50%;
}

#container.medical-style .features-section3 .image-place img {
  width: 100%;
  height: auto;
}

#container.medical-style .features-section3 .features-box {
  padding: 0;
  width: 50%;
}

#container.medical-style .features-section3 .features-box .inner-features-box {
  max-width: 570px;
  padding-left: 80px;
}

#container.medical-style .features-section3 .article-place {
  margin-bottom: 50px;
}

#container.medical-style .features-section3 .article-place h1:after {
  background-color: #1abc9c;
}

#container.medical-style .features-section3 .features-items .feature-post {
  margin-bottom: 35px;
}

#container.medical-style .features-section3 .features-items .feature-post span {
  color: #222222;
}

#container.medical-style .features-section3 .features-items .feature-post span:after {
  color: #222222;
}

#container.medical-style section.clients-section {
  background: #1abc9c;
}

#container.medical-style section.clients-section .testimonial-box #bx-pager a.active:after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 2px solid #fff;
}

#container.medical-style section.clients-section p,
#container.medical-style section.clients-section span {
  color: #fff;
}

#container.medical-style .blog-section.news-style {
  padding: 80px 0 !important;
}

#container.medical-style .blog-section.news-style .blog-box .blog-post h2 {
  margin-bottom: 8px;
}

#container.medical-style .blog-section.news-style .blog-box .blog-post h2 a:hover {
  color: #1abc9c;
}

#container.medical-style .blog-section.news-style .blog-box .blog-post ul.post-tags {
  padding-bottom: 15px;
  margin-bottom: 10px;
  position: relative;
}

#container.medical-style .blog-section.news-style .blog-box .blog-post ul.post-tags:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: #222222;
}

section.appointment-section {
  padding: 90px 0;
  background: url('../upload/medical/ban1.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section.appointment-section .title-section {
  text-align: left;
  margin-bottom: 40px;
}

section.appointment-section .title-section h1:after {
  left: 0;
  margin-left: 0;
}

section.appointment-section .appointment-box form.appointment-form {
  text-align: left;
}

section.appointment-section .appointment-box form.appointment-form input[type="text"],
section.appointment-section .appointment-box form.appointment-form textarea {
  display: block;
  width: 100%;
  padding: 10px 20px;
  background: #ffffff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #eeeeee;
  margin: 0 0 20px;
  color: #999999;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  outline: none;
}

section.appointment-section .appointment-box form.appointment-form textarea {
  height: 130px;
}

section.appointment-section .appointment-box form.appointment-form input[type="submit"] {
  background: #1abc9c;
  color: #fff;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 10px 25px 8px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}

section.appointment-section .appointment-box form.appointment-form input[type="submit"]:hover {
  background: #fff;
  color: #1abc9c;
}

section.about-medical-section {
  display: flex;
  background: #fff;
  justify-content: center;
  align-items: center;
}

section.about-medical-section .image-holder {
  width: 50%;
}

section.about-medical-section .image-holder img {
  width: 100%;
  height: auto;
}

section.about-medical-section .content-holder {
  width: 50%;
  padding-right: 80px;
}

section.about-medical-section .content-holder .inner-content {
  max-width: 490px;
  float: right;
}

section.about-medical-section .content-holder .inner-content .title-section {
  text-align: left;
  margin-bottom: 50px;
}

section.about-medical-section .content-holder .inner-content .title-section h1:after {
  left: 0;
  margin-left: 0;
}

section.about-medical-section .content-holder .inner-content .posts-box {
  margin-bottom: 40px;
}

section.about-medical-section .content-holder .inner-content .posts-box .about-post {
  overflow: hidden;
  margin-bottom: 20px;
}

section.about-medical-section .content-holder .inner-content .posts-box .about-post i {
  float: left;
  font-size: 24px;
  color: #1abc9c;
  width: 40px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
}

section.about-medical-section .content-holder .inner-content .posts-box .about-post h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 0px;
}

section.about-medical-section .content-holder .inner-content .posts-box .about-post span {
  color: #999999;
  font-size: 12px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  margin: 0;
}

section.medical-contact-section {
  background-color: #acdbfd;
}

section.medical-contact-section .medical-contact-box {
  padding-top: 50px;
  padding-bottom: 20px;
}

section.medical-contact-section .medical-contact-box .contact-post {
  display: flex;
  margin-bottom: 30px;
}

section.medical-contact-section .medical-contact-box .contact-post i {
  font-size: 14px;
  color: #ffffff;
  margin-right: 15px;
  margin-top: 4px;
}

section.medical-contact-section .medical-contact-box .contact-post h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  color: #ffffff;
}

section.medical-contact-section .medical-contact-box .contact-post p {
  color: #ffffff;
  margin: 0;
}

section.medical-contact-section .map {
  height: 370px;
}


/*-------------------------------------------------*/


/* =  home restaurant, home restaurant2
/*-------------------------------------------------*/

#container.restaurant-style #home-section .tp-caption.finewide_medium_white {
  font-size: 72px;
  font-weight: 400;
  font-family: 'Damion', cursive;
  letter-spacing: 0px;
  text-transform: initial;
}

#container.restaurant-style #home-section .tp-caption.finewide_medium_white span {
  color: #81cfe0 !important;
}

#container.restaurant-style #home-section span.bottom-line {
  display: block;
  width: 840px;
  height: 1px;
  background: #ffffff;
  opacity: 0.7;
}

#container.restaurant-style #home-section span.side-line {
  display: block;
  width: 360px;
  height: 1px;
  background: #ffffff;
  opacity: 0.7;
}

#container.restaurant-style #home-section .slotholder:after {
  background: rgba(34, 34, 34, 0);
}

#container.restaurant-style #home-section .tp-bullets.simplebullets.round .bullet {
  background: transparent;
  border: 2px solid #6b6766;
  opacity: 1;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

#container.restaurant-style #home-section .tp-bullets.simplebullets.round .bullet:hover,
#container.restaurant-style #home-section .tp-bullets.simplebullets.round .bullet.selected {
  background: #f4b350;
  border-color: transparent;
  opacity: 1;
}

#container.restaurant-style .title-section h1:after {
  background: #f4b350;
}

#container.restaurant-style .button-one {
  border-color: #f4b350;
  color: #f4b350;
}

#container.restaurant-style .button-one:hover {
  background-color: #f4b350;
  border-color: transparent;
  color: #fff;
}

#container.restaurant-style .statistic-section {
  padding: 80px 0;
  background: url('../upload/construction/ban1.jpg');
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#container.restaurant-style .statistic-section p span.timer {
  color: #222222;
}

#container.restaurant-style .statistic-section p {
  padding-bottom: 5px;
  margin-bottom: 0;
}

#container.restaurant-style .statistic-section p:after {
  display: none;
}

#container.restaurant-style .statistic-section h2 {
  color: #666666;
  padding-bottom: 16px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

#container.restaurant-style .statistic-section h2:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 3px;
  background: #f4b350;
  left: 50%;
  margin-left: -15px;
  bottom: -2px;
}

#container.restaurant-style a.go-top:hover,
#container.restaurant-style footer .up-footer ul.social-icons li a:hover {
  background: #f4b350;
}

#container.restaurant-style footer .up-footer .posts-widget ul li h2 a:hover,
#container.restaurant-style footer .up-footer .links-widget ul li a:hover {
  color: #f4b350;
}

#container.restaurant-style .statistic-section4 .statistic-post span.timer {
  color: #f4b350;
}

#container.restaurant-style footer p.copyright {
  background-color: #fff;
}

#container.restaurant-style2 #home-section .tp-caption.finewide_medium_white {
  font-size: 72px;
  font-weight: 400;
  font-family: 'Damion', cursive;
  letter-spacing: 0px;
  text-transform: initial;
}

#container.restaurant-style2 #home-section .tp-caption.finewide_medium_white span {
  color: #81cfe0 !important;
}

#container.restaurant-style2 #home-section span.bottom-line {
  display: block;
  width: 840px;
  height: 1px;
  background: #ffffff;
  opacity: 0.7;
}

#container.restaurant-style2 #home-section span.side-line {
  display: block;
  width: 360px;
  height: 1px;
  background: #ffffff;
  opacity: 0.7;
}

#container.restaurant-style2 #home-section .slotholder:after {
  background: rgba(34, 34, 34, 0);
}

#container.restaurant-style2 #home-section .tp-bullets.simplebullets.round .bullet {
  background: transparent;
  border: 2px solid #6b6766;
  opacity: 1;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

#container.restaurant-style2 #home-section .tp-bullets.simplebullets.round .bullet:hover,
#container.restaurant-style2 #home-section .tp-bullets.simplebullets.round .bullet.selected {
  background: #f4b350;
  border-color: transparent;
  opacity: 1;
}

#container.restaurant-style2 .title-section h1:after {
  background: #f4b350;
}

#container.restaurant-style2 .button-one {
  border-color: #f4b350;
  color: #f4b350;
}

#container.restaurant-style2 .button-one:hover {
  background-color: #f4b350;
  border-color: transparent;
  color: #fff;
}

#container.restaurant-style2 a.go-top:hover,
#container.restaurant-style2 footer .up-footer ul.social-icons li a:hover {
  background: #f4b350;
}

#container.restaurant-style2 footer .up-footer .posts-widget ul li h2 a:hover,
#container.restaurant-style2 footer .up-footer .links-widget ul li a:hover {
  color: #f4b350;
}

#container.restaurant-style2 .statistic-section4 .statistic-post span.timer {
  color: #f4b350;
}

#container.restaurant-style2 .statistic-section4 {
  background: url('../upload/restaurant/ban2.jpg');
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#container.restaurant-style2 .statistic-section4 .statistic-box {
  border-bottom: none;
}

#container.restaurant-style2 .statistic-section4 p span.timer:before {
  background: #fff;
}

#container.restaurant-style2 .statistic-section4 h2 {
  color: #fff;
}

#container.restaurant-style2 .team-section2 {
  padding-bottom: 50px;
}

#container.restaurant-style2 .team-section2 .owl-carousel {
  margin-bottom: 60px;
}

#container.restaurant-style2 .team-section2 .owl-theme .owl-controls {
  top: initial;
  margin-top: 0;
  bottom: -20px;
}

#container.restaurant-style2 .team-section2 .owl-theme .owl-controls .owl-buttons {
  display: none;
}

#container.restaurant-style2 .team-section2 .owl-theme .owl-controls .owl-page span {
  border: 2px solid #97999d;
}

#container.restaurant-style2 .team-section2 .owl-theme .owl-controls .owl-page.active span,
#container.restaurant-style2 .team-section2 .owl-theme .owl-controls .owl-page:hover span {
  border-color: #f4b350;
  background-color: #f4b350;
}

#container.restaurant-style2 section.services-section3 {
  border-bottom: none;
}

#container.restaurant-style2 section.services-section3 .services-box .services-post {
  background: #222222 url('../images/pattern.png');
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#container.restaurant-style2 section.services-section3 .services-box .services-post img {
  opacity: 1;
}

#container.restaurant-style2 section.services-section3 .services-box .services-post>a {
  background-color: #f4b350;
  border: 1px solid transparent;
  color: #fff;
}

#container.restaurant-style2 section.services-section3 .services-box .services-post h2 {
  margin-bottom: 5px;
}

#container.restaurant-style2 section.services-section3 .services-box .services-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
}

#container.restaurant-style2 section.services-section3 .services-box .services-post h2 a:hover {
  color: #f4b350;
}

#container.restaurant-style2 section.services-section3 .services-box .services-post span {
  display: inline-block;
  color: #f4b350;
  font-family: 'Droid Serif', serif;
  font-size: 12px;
  font-style: italic;
  margin: 0 0 20px;
}

#container.restaurant-style2 section.services-section3 .services-box .services-post:hover {
  background: #222222;
}

#container.restaurant-style2 section.services-section3 .services-box.image-no-opacity .services-post img {
  opacity: 1;
}

section.rest-about-section {
  padding: 110px 0;
  background: url('../upload/restaurant/ban1.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section.rest-about-section .rest-about-box {
  padding-top: 30px;
  max-width: 500px;
}

section.rest-about-section .rest-about-box>p {
  margin-bottom: 15px;
}

section.rest-about-section .rest-about-box .title-section {
  text-align: left;
  margin-bottom: 40px;
}

section.rest-about-section .rest-about-box .title-section h1:after {
  left: 0;
  margin-left: 0;
}

section.rest-about-section .image-holder {
  overflow: hidden;
}

section.rest-about-section .image-holder img {
  width: 53%;
  height: auto;
  float: left;
}

section.rest-about-section .image-holder img.snd-img {
  float: right;
  width: 46%;
  height: auto;
  margin-top: 28px;
}

section.today-special-section {
  padding: 100px 0;
  background: url('../upload/restaurant/ban2.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section.today-special-section .today-special-box .food-post {
  padding: 0 15px;
}

section.today-special-section .today-special-box .food-post .inner-food-post .food-gal {
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

section.today-special-section .today-special-box .food-post .inner-food-post .food-gal img {
  width: 100%;
  height: auto;
}

section.today-special-section .today-special-box .food-post .inner-food-post .food-content {
  background-color: #fff;
  padding: 10px;
  text-align: center;
}

section.today-special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box {
  padding: 45px 15px;
  border: 1px solid #dddddd;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

section.today-special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

section.today-special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}

section.today-special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box h2 a:hover {
  color: #f4b350;
}

section.today-special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box p {
  margin-bottom: 10px;
}

section.today-special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box span.price {
  display: block;
  color: #f4b350;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 10px;
}

section.today-special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box span.category {
  display: inline-block;
  color: #222222;
  font-size: 12px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  margin: 0;
}

section.today-special-section .today-special-box .food-post:hover .inner-food-post .food-gal {
  opacity: 1;
}

section.today-special-section .today-special-box .food-post:hover .inner-food-post .food-content .food-content-box {
  border: 1px solid #f4b350;
}

section.today-special-section .today-special-box .owl-carousel {
  margin-bottom: 60px;
}

section.today-special-section .today-special-box .owl-theme .owl-controls {
  top: initial;
  margin-top: 0;
  bottom: -60px;
}

section.today-special-section .today-special-box .owl-theme .owl-controls .owl-page span {
  border: 2px solid #97999d;
}

section.today-special-section .today-special-box .owl-theme .owl-controls .owl-page.active span,
section.today-special-section .today-special-box .owl-theme .owl-controls .owl-page:hover span {
  border-color: #f4b350;
  background-color: #f4b350;
}

section.today-special-section .today-special-box .owl-theme .owl-controls .owl-buttons {
  display: none;
}

section.today-special-section.second-style {
  padding: 100px 0 70px;
  background: url('../upload/restaurant/ban5.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section.today-special-section.second-style .today-special-box .food-post {
  padding: 0;
  margin-bottom: 30px;
}

section.today-special-section.second-style .today-special-box .food-post .inner-food-post {
  display: flex;
}

section.today-special-section.second-style .today-special-box .food-post .inner-food-post .food-gal {
  width: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

section.today-special-section.second-style .today-special-box .food-post .inner-food-post .food-gal img {
  width: 100%;
  height: auto;
}

section.today-special-section.second-style .today-special-box .food-post .inner-food-post .food-content {
  width: 50%;
  background-color: #fff;
  padding: 20px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

section.today-special-section.second-style .today-special-box .food-post .inner-food-post .food-content .food-content-box {
  padding: 0 15px;
  border: 1px solid #dddddd;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

section.today-special-section.second-style .today-special-box .food-post .inner-food-post .food-content .food-content-box h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

section.today-special-section.second-style .today-special-box .food-post .inner-food-post .food-content .food-content-box h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}

section.today-special-section.second-style .today-special-box .food-post .inner-food-post .food-content .food-content-box h2 a:hover {
  color: #ffffff;
}

section.today-special-section.second-style .today-special-box .food-post .inner-food-post .food-content .food-content-box p {
  margin-bottom: 10px;
}

section.today-special-section.second-style .today-special-box .food-post .inner-food-post .food-content .food-content-box span.price {
  display: block;
  color: #f4b350;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 10px;
}

section.today-special-section.second-style .today-special-box .food-post .inner-food-post .food-content .food-content-box span.category {
  display: inline-block;
  color: #222222;
  font-size: 12px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  margin: 0;
}

section.today-special-section.second-style .today-special-box .row:nth-child(2n+2) .food-post .inner-food-post {
  flex-direction: row-reverse;
}

section.today-special-section.second-style .today-special-box .food-post:hover .inner-food-post .food-gal {
  opacity: 1;
}

section.today-special-section.second-style .today-special-box .food-post:hover .inner-food-post .food-content {
  background-color: #f4b350;
}

section.today-special-section.second-style .today-special-box .food-post:hover .inner-food-post .food-content .food-content-box {
  border: 1px solid #fff;
}

section.today-special-section.second-style .today-special-box .food-post:hover .inner-food-post .food-content .food-content-box p {
  color: #fff;
}

section.today-special-section.second-style .today-special-box .food-post:hover .inner-food-post .food-content .food-content-box span.price {
  color: #fff;
}

section.today-special-section.second-style .today-special-box .owl-carousel {
  margin-bottom: 60px;
}

section.today-special-section.second-style .today-special-box .owl-theme .owl-controls {
  top: initial;
  margin-top: 0;
  bottom: -60px;
}

section.today-special-section.second-style .today-special-box .owl-theme .owl-controls .owl-page span {
  border: 2px solid #97999d;
}

section.today-special-section.second-style .today-special-box .owl-theme .owl-controls .owl-page.active span,
section.today-special-section.second-style .today-special-box .owl-theme .owl-controls .owl-page:hover span {
  border-color: #f4b350;
  background-color: #f4b350;
}

section.today-special-section.second-style .today-special-box .owl-theme .owl-controls .owl-buttons {
  display: none;
}

section.event-comming-section {
  padding: 100px 0;
}

section.event-comming-section .event-comming-box .events-post {
  text-align: center;
  margin-bottom: 40px;
}

section.event-comming-section .event-comming-box .events-post img {
  width: 100%;
  height: auto;
  margin-bottom: 26px;
}

section.event-comming-section .event-comming-box .events-post h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
}

section.event-comming-section .event-comming-box .events-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}

section.event-comming-section .event-comming-box .events-post h2 a:hover {
  color: #f4b350;
}

section.event-comming-section .event-comming-box .events-post span {
  display: block;
  color: #999999;
  font-size: 12px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  margin: 0;
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 20px;
}

section.event-comming-section .event-comming-box .events-post span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 3px;
  background-color: #222222;
}

section.event-comming-section .event-comming-box .events-post>a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 12px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  margin: 0;
}

section.event-comming-section .event-comming-box .events-post>a:hover {
  color: #f4b350;
}

section.event-comming-section .event-comming-box .center-button {
  padding-top: 40px;
}

section.event-comming-section .event-comming-box .button-one {
  border-color: #ccc;
  color: #999999;
}

section.event-comming-section .event-comming-box .button-one:hover {
  border-color: #f4b350;
  color: #fff;
  background-color: #f4b350;
}

section.menu-collapse-section {
  padding-top: 80px;
  background-color: #f4b350;
}

section.menu-collapse-section .title-section h1:after {
  background-color: #fff !important;
}

section.menu-collapse-section .title-section p {
  color: #fff;
}

section.menu-collapse-section .menu-box .menu-post .post-gallery {
  position: relative;
}

section.menu-collapse-section .menu-box .menu-post .post-gallery img {
  width: 100%;
  height: auto;
}

section.menu-collapse-section .menu-box .menu-post .post-gallery .title-box {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

section.menu-collapse-section .menu-box .menu-post .post-gallery .title-box span {
  font-family: 'Droid Serif', serif;
  color: #999999;
  font-size: 12px;
  font-style: italic;
  display: inline-block;
  margin: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

section.menu-collapse-section .menu-box .menu-post .post-gallery .title-box h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
}

section.menu-collapse-section .menu-box .menu-post .post-gallery .title-box h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}

section.menu-collapse-section .menu-box .menu-post .post-gallery .title-box h2 a:hover {
  color: #f4b350;
}

section.menu-collapse-section .menu-box .menu-post .content-box {
  padding: 70px 0;
  background-color: #fff;
  display: none;
}

section.menu-collapse-section .menu-box .menu-post .content-box ul.menu-list-items {
  margin: 0;
  padding: 0;
}

section.menu-collapse-section .menu-box .menu-post .content-box ul.menu-list-items li {
  display: block;
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

section.menu-collapse-section .menu-box .menu-post .content-box ul.menu-list-items li .list-image {
  float: left;
  width: 70px;
  position: relative;
}

section.menu-collapse-section .menu-box .menu-post .content-box ul.menu-list-items li .list-image img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

section.menu-collapse-section .menu-box .menu-post .content-box ul.menu-list-items li .list-image span {
  position: absolute;
  top: -2px;
  right: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #f4b350;
  color: #fff;
  font-size: 8px;
  text-transform: uppercase;
  margin: 0;
}

section.menu-collapse-section .menu-box .menu-post .content-box ul.menu-list-items li .list-content {
  margin-left: 100px;
  padding-top: 10px;
}

section.menu-collapse-section .menu-box .menu-post .content-box ul.menu-list-items li .list-content h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
}

section.menu-collapse-section .menu-box .menu-post .content-box ul.menu-list-items li .list-content h2 span {
  float: right;
  color: #f4b350;
}

section.menu-collapse-section .menu-box .menu-post .content-box ul.menu-list-items li .list-content p {
  max-width: 360px;
  margin-bottom: 0;
}

section.menu-collapse-section .menu-box .menu-post .content-box ul.menu-list-items li:last-child {
  margin-bottom: 0;
}

section.menu-collapse-section .menu-box .menu-post.active .post-gallery .title-box {
  background: rgba(255, 255, 255, 0.1);
}

section.menu-collapse-section .menu-box .menu-post.active .post-gallery .title-box h2 a {
  color: #ffffff;
}

section.menu-collapse-section .menu-box .menu-post.active .post-gallery .title-box span {
  color: #ccc;
}

section.menu-collapse-section .menu-box .menu-post.active .content-box {
  display: block;
}

section.rest-services-section {
  padding: 100px 0;
  background: url('../upload/restaurant/ban3.jpg') center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section.rest-services-section .title-section {
  margin-bottom: 40px;
}

section.rest-services-section .image-holder {
  text-align: center;
  margin-bottom: 70px;
}

section.rest-services-section .image-holder img {
  max-width: 100%;
  height: auto;
}

section.rest-services-section .rest-services-box .posts-box {
  padding-top: 50px;
}

section.rest-services-section .rest-services-box .posts-box .services-post {
  margin-bottom: 50px;
}

section.rest-services-section .rest-services-box .posts-box .services-post a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: left;
  width: 70px;
  height: 70px;
  background: #f4b350;
  border: none;
  color: #222222;
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

section.rest-services-section .rest-services-box .posts-box .services-post a:hover {
  color: #fff;
}

section.rest-services-section .rest-services-box .posts-box .services-post .services-post-content {
  margin-left: 100px;
}

section.rest-services-section .rest-services-box .posts-box .services-post .services-post-content h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 3px;
}

section.rest-services-section .rest-services-box .posts-box .services-post .services-post-content span {
  font-family: 'Droid Serif', serif;
  color: #999999;
  font-size: 12px;
  font-style: italic;
  display: inline-block;
  margin: 0 0 15px;
}

section.rest-services-section .rest-services-box .posts-box .services-post .services-post-content p {
  margin-bottom: 0;
  color: #cccccc;
}

section.rest-services-section .rest-services-box .posts-box.right-posts .services-post a {
  float: right;
}

section.rest-services-section .rest-services-box .posts-box.right-posts .services-post .services-post-content {
  margin-right: 100px;
  margin-left: 0;
  text-align: right;
}

section.rest-services-section .rest-services-box .reservation-box {
  padding: 25px 40px;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
}

section.rest-services-section .rest-services-box .reservation-box h2 {
  color: #222222;
  font-size: 20px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  font-weight: 400;
  padding-bottom: 16px;
  margin-bottom: 16px;
  position: relative;
}

section.rest-services-section .rest-services-box .reservation-box h2:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 3px;
  background-color: #f4b350;
}

section.rest-services-section .rest-services-box .reservation-box p {
  font-size: 12px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  margin-bottom: 35px;
}

section.rest-services-section .rest-services-box .reservation-box form.reservation-form {
  text-align: left;
}

section.rest-services-section .rest-services-box .reservation-box form.reservation-form label {
  display: block;
  color: #999999;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin-bottom: 12px;
}

section.rest-services-section .rest-services-box .reservation-box form.reservation-form input[type="text"] {
  display: block;
  width: 100%;
  padding: 10px 20px;
  background: #ffffff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #eeeeee;
  margin: 0 0 12px;
  color: #999999;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  outline: none;
}

section.rest-services-section .rest-services-box .reservation-box form.reservation-form input[type="submit"] {
  background: transparent;
  color: #f4b350;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #f4b350;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 10px 25px 8px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 15px 0 0;
}

section.rest-services-section .rest-services-box .reservation-box form.reservation-form input[type="submit"]:hover {
  background: #f4b350;
  color: #ffffff;
}

section.rest-foot-section {
  padding: 100px 0 60px;
  background: url('../upload/restaurant/ban4.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section.rest-foot-section .rest-foot-box .foot-widget {
  margin-bottom: 40px;
}

section.rest-foot-section .rest-foot-box .foot-widget .title-widget {
  margin-bottom: 30px;
}

section.rest-foot-section .rest-foot-box .foot-widget .title-widget h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  color: #fff;
  padding-bottom: 18px;
  margin-bottom: 18px;
  position: relative;
}

section.rest-foot-section .rest-foot-box .foot-widget .title-widget h2:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #f4b350;
}

section.rest-foot-section .rest-foot-box .foot-widget .title-widget p {
  font-style: italic;
  font-family: 'Droid Serif', serif;
  font-size: 12px;
  margin: 0;
}

section.rest-foot-section .rest-foot-box .foot-widget>p {
  color: #fff;
  font-style: italic;
  font-family: 'Droid Serif', serif;
  font-size: 12px;
  margin-bottom: 20px;
}

section.rest-foot-section .rest-foot-box .foot-widget>p span {
  display: block;
  color: #f4b350;
}

section.rest-foot-section .rest-foot-box .foot-widget p.note-warn {
  color: #ccc;
}

section.rest-foot-section .rest-foot-box .foot-widget form {
  margin: 0 0 20px;
}

section.rest-foot-section .rest-foot-box .foot-widget form input[type="text"] {
  width: 250px;
  padding: 12px 10px;
  background: #ffffff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0 5px 10px 0;
  color: #999999;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  outline: none;
}

section.rest-foot-section .rest-foot-box .foot-widget form input[type="submit"] {
  background: transparent;
  color: #f4b350;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #f4b350;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 12px 10px 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}

section.rest-foot-section .rest-foot-box .foot-widget form input[type="submit"]:hover {
  background: #f4b350;
  color: #ffffff;
}

section.rest-about-section2 {
  display: flex;
  background-color: #f7f7f7;
  align-items: center;
}

section.rest-about-section2 .image-holder {
  width: 50%;
}

section.rest-about-section2 .image-holder img {
  width: 100%;
  height: auto;
}

section.rest-about-section2 .rest-about-box {
  width: 50%;
}

section.rest-about-section2 .rest-about-box .inner-box {
  max-width: 555px;
  padding-left: 80px;
}

section.rest-about-section2 .rest-about-box .inner-box>p {
  margin-bottom: 20px;
}

section.rest-about-section2 .rest-about-box .inner-box>p:last-child {
  margin-bottom: 0;
}

section.rest-about-section2 .rest-about-box .title-section {
  text-align: left;
  margin-bottom: 40px;
}

section.rest-about-section2 .rest-about-box .title-section h1:after {
  left: 0;
  margin-left: 0;
}

section.reservation-section {
  padding: 90px 0;
  background: url('../upload/restaurant/ban6.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section.reservation-section .title-section {
  text-align: left;
  margin-bottom: 40px;
}

section.reservation-section .title-section h1:after {
  left: 0;
  margin-left: 0;
}

section.reservation-section .reservation-box form.reservation-form {
  text-align: left;
  max-width: 370px;
}

section.reservation-section .reservation-box form.reservation-form label {
  display: block;
  color: #999999;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin-bottom: 12px;
}

section.reservation-section .reservation-box form.reservation-form input[type="text"] {
  display: block;
  width: 100%;
  padding: 10px 20px;
  background: #ffffff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #eeeeee;
  margin: 0 0 12px;
  color: #999999;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  outline: none;
}

section.reservation-section .reservation-box form.reservation-form input[type="submit"] {
  background: transparent;
  color: #f4b350;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #f4b350;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 10px 25px 8px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 15px 0 0;
}

section.reservation-section .reservation-box form.reservation-form input[type="submit"]:hover {
  background: #f4b350;
  color: #ffffff;
}


/*-------------------------------------------------*/


/* =  home hosting
/*-------------------------------------------------*/

#container.hosting-style #home-section .tp-caption.finewide_medium_white {
  font-weight: 200;
  text-transform: initial;
  font-size: 72px;
}

#container.hosting-style #home-section .tp-caption.finewide_medium_white span {
  color: #ef4836 !important;
}

#container.hosting-style #home-section .slotholder:after {
  background: rgba(34, 34, 34, 0.2);
}

#container.hosting-style #home-section .tp-bullets.simplebullets.round .bullet {
  background: transparent;
  border: 2px solid #ccc;
  opacity: 1;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

#container.hosting-style #home-section .tp-bullets.simplebullets.round .bullet:hover,
#container.hosting-style #home-section .tp-bullets.simplebullets.round .bullet.selected {
  background: #ffffff;
  border-color: transparent;
  opacity: 1;
}

#container.hosting-style #home-section .button-one {
  border: 1px solid #fff;
  color: #fff;
}

#container.hosting-style #home-section .button-one:hover {
  border: 1px solid transparent;
  background-color: #ef4836;
  color: #fff;
}

#container.hosting-style .title-section h1:after {
  background: #ef4836;
}

#container.hosting-style .title-section h1 span {
  color: #ef4836;
}

#container.hosting-style .button-one {
  border-color: #ef4836;
  color: #ef4836;
}

#container.hosting-style .button-one:hover {
  background-color: #ef4836;
  border-color: transparent;
  color: #fff;
}

#container.hosting-style a.go-top:hover,
#container.hosting-style footer .up-footer ul.social-icons li a:hover {
  background: #ef4836;
}

#container.hosting-style footer .up-footer .posts-widget ul li h2 a:hover,
#container.hosting-style footer .up-footer .links-widget ul li a:hover {
  color: #ef4836;
}

#container.hosting-style .statistic-section {
  padding: 80px 0;
  background: url('../upload/hosting/ban2.jpg');
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#container.hosting-style .statistic-section p {
  padding-bottom: 5px;
  margin-bottom: 0;
}

#container.hosting-style .statistic-section p:after {
  display: none;
}

#container.hosting-style .statistic-section h2 {
  color: #fff;
  padding-bottom: 16px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

#container.hosting-style .statistic-section h2:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 3px;
  background: #ef4836;
  left: 50%;
  margin-left: -15px;
  bottom: -2px;
}

#container.hosting-style section.what-we-do-section .background-stretch .image-area {
  background: url('../upload/hosting/ab2.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#container.hosting-style section.what-we-do-section .background-stretch .white-area {
  background-color: #fff;
}

#container.hosting-style section.what-we-do-section .background-stretch .white-area:after {
  display: none;
}

#container.hosting-style section.what-we-do-section .accord-elem.active {
  border: 1px solid #eeeeee;
}

#container.hosting-style section.what-we-do-section .accord-elem.active .accord-title h2 {
  color: #ef4836;
}

#container.hosting-style section.what-we-do-section .accord-elem.active a.accord-link:after {
  color: #ef4836;
}

#container.hosting-style section.clients-section.second-style {
  background-color: #f7f7f7;
}

#container.hosting-style .features-section3 {
  overflow: hidden;
  background: #fff;
}

#container.hosting-style .features-section3 .image-place {
  float: right;
}

#container.hosting-style .features-section3 .image-place img {
  width: 100%;
  height: auto;
}

#container.hosting-style .features-section3 .article-place {
  margin-bottom: 50px;
}

#container.hosting-style .features-section3 .article-place h1:after {
  background-color: #ef4836;
}

#container.hosting-style .features-section3 .features-box {
  padding-top: 70px;
  padding-left: 0;
  float: left;
  width: 50%;
  height: 100%;
}

#container.hosting-style .features-section3 .features-box .inner-features-box {
  max-width: 570px;
  float: right;
}

#container.hosting-style .features-section3 .features-items .feature-post span {
  color: #ef4836;
}

#container.hosting-style .features-section3 .features-items .feature-post span:after {
  color: #ef4836;
}

#container.hosting-style section.about-section4 {
  padding: 80px 0 0;
  background: #fff;
}

#container.hosting-style section.about-section4 .about-box img {
  width: 100%;
  height: auto;
  margin: 0;
}

#container.hosting-style section.about-section4 .about-box .posts-box {
  margin-top: 85px;
}

#container.hosting-style section.about-section4 .about-box .about-post {
  overflow: hidden;
  margin-bottom: 35px;
  text-align: right;
}

#container.hosting-style section.about-section4 .about-box .about-post a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: right;
  width: 70px;
  height: 70px;
  background: #ffffff;
  color: #999999;
  border: 1px solid #eeeeee;
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#container.hosting-style section.about-section4 .about-box .about-post a:hover {
  color: #fff;
  border-color: transparent;
  background-color: #ef4836;
}

#container.hosting-style section.about-section4 .about-box .about-post .about-post-content {
  margin-right: 100px;
  margin-left: 0;
}

#container.hosting-style section.about-section4 .about-box .about-post .about-post-content h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin: 12px 0 0;
}

#container.hosting-style section.about-section4 .about-box .about-post .about-post-content span {
  font-family: 'Droid Serif', serif;
  color: #999999;
  font-size: 12px;
  font-style: italic;
  display: inline-block;
  margin-bottom: 15px;
}

#container.hosting-style section.about-section4 .about-box .posts-box.right-posts .about-post {
  text-align: left;
}

#container.hosting-style section.about-section4 .about-box .posts-box.right-posts .about-post a {
  float: left;
}

#container.hosting-style section.about-section4 .about-box .posts-box.right-posts .about-post .about-post-content {
  margin-right: 0;
  margin-left: 100px;
}

#container.hosting-style section.pricing-section {
  padding: 80px 0;
  background: url('../upload/hosting/ban1.jpg') center bottom;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#container.hosting-style section.pricing-section .pricing-box ul.pricing-table {
  padding-bottom: 30px;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#container.hosting-style section.pricing-section .pricing-box ul.pricing-table li a {
  border: 1px solid #ef4836;
  color: #ef4836;
}

#container.hosting-style section.pricing-section .pricing-box ul.pricing-table li a:hover {
  background: #ef4836;
  color: #fff;
}

#container.hosting-style section.pricing-section .pricing-box ul.pricing-table li.title:after {
  background: #ef4836;
}

#container.hosting-style section.pricing-section .pricing-box ul.pricing-table:hover {
  box-shadow: 0 0 15px #d9d9d9;
  -webkit-box-shadow: 0 0 15px #d9d9d9;
  -moz-box-shadow: 0 0 15px #d9d9d9;
  -o-box-shadow: 0 0 15px #d9d9d9;
}

#container.hosting-style section.pricing-section .pricing-box ul.pricing-table:hover li:first-child h2 {
  color: #ef4836;
}

#container.hosting-style section.pricing-section .pricing-box ul.pricing-table:hover li.title p span {
  color: #ef4836;
}

#container.hosting-style section.services-section3 {
  border-bottom: none;
}

#container.hosting-style section.services-section3 .title-section h1:after {
  display: none;
}

#container.hosting-style section.services-section3 .services-box {
  display: flex;
  text-align: center;
}

#container.hosting-style section.services-section3 .services-box .services-post {
  padding-bottom: 50px;
  width: 25%;
  background-color: #333333;
}

#container.hosting-style section.services-section3 .services-box .services-post>a {
  background-color: #ef4836;
  border: 1px solid transparent;
  color: #ffffff;
}

#container.hosting-style section.services-section3 .services-box .services-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
}

#container.hosting-style section.services-section3 .services-box .services-post>a.read-more {
  width: initial;
  height: initial;
  line-height: 20px;
  background-color: transparent !important;
  margin: 0;
  color: #ef4836;
  font-size: 12px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
}

#container.hosting-style section.services-section3 .services-box .services-post>a.read-more:hover {
  text-decoration: underline !important;
}

#container.hosting-style section.services-section3 .services-box .services-post:hover {
  background-color: #222222;
}

#container.hosting-style section.services-section3 .services-box .services-post:hover>a {
  background-color: #ffffff;
  color: #ef4836;
}

section.search-domain-section {
  padding: 50px 0;
  background-color: #ef4836;
  text-align: center;
}

section.search-domain-section form.search-domain-form {
  margin: 0;
}

section.search-domain-section form.search-domain-form label {
  color: #fff;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 35px 0 0;
}

section.search-domain-section form.search-domain-form input[type="text"] {
  width: 470px;
  max-width: 100%;
  padding: 10px 20px;
  background: #ffffff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #eeeeee;
  margin: 0 10px 0 0;
  color: #999999;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  outline: none;
}

section.search-domain-section form.search-domain-form input#domain-type {
  width: 100px;
}

section.search-domain-section form.search-domain-form input[type="submit"] {
  background: transparent;
  color: #fff;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 10px 35px 8px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}

section.search-domain-section form.search-domain-form input[type="submit"]:hover {
  background: #fff;
  color: #ef4836;
}

section.contact-line-section {
  padding: 50px 0;
  background-color: #ef4836;
}

section.contact-line-section .contact-info {
  display: flex;
  align-items: center;
}

section.contact-line-section .contact-info i {
  width: 70px;
  height: 70px;
  border: 1px solid #fff;
  font-size: 34px;
  text-align: center;
  line-height: 68px;
  color: #fff;
  margin-right: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

section.contact-line-section .contact-info p {
  font-size: 14px;
  margin: 10px 0;
  text-transform: uppercase;
  color: #222222;
  font-weight: 600;
}

section.contact-line-section .contact-info p span {
  color: #fff;
}


/*-------------------------------------------------*/


/* =  home real estate
/*-------------------------------------------------*/

#container.real-estate-style #home-section .tp-caption.finewide_medium_white {
  font-weight: 800;
  text-transform: initial;
  font-size: 60px;
}

#container.real-estate-style #home-section .tp-caption.small_text {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
}

#container.real-estate-style #home-section .tp-caption.small_text span.price {
  font-size: 36px;
}

#container.real-estate-style #home-section span.rent-button {
  display: inline-block;
  padding: 6px 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  background-color: #59abe3;
}

#container.real-estate-style #home-section span.sale-button {
  display: inline-block;
  padding: 6px 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  background-color: #87d37c;
}

#container.real-estate-style #home-section .button-two {
  background-color: transparent;
  border: 1px solid #ffffff;
}

#container.real-estate-style #home-section .button-two:hover {
  background-color: #59abe3;
  border-color: transparent;
  color: #fff;
}

#container.real-estate-style #home-section .slotholder:after {
  background: rgba(34, 34, 34, 0);
}

#container.real-estate-style #home-section .tp-bullets.simplebullets.round .bullet {
  background: transparent;
  border: 2px solid #fff;
  opacity: 1;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

#container.real-estate-style #home-section .tp-bullets.simplebullets.round .bullet:hover,
#container.real-estate-style #home-section .tp-bullets.simplebullets.round .bullet.selected {
  background: #fff;
  border-color: transparent;
  opacity: 1;
}

#container.real-estate-style .title-section h1:after {
  background: #59abe3;
}

#container.real-estate-style .title-section h1 span {
  color: #999999;
}

#container.real-estate-style .button-one {
  border-color: #59abe3;
  color: #59abe3;
}

#container.real-estate-style .button-one:hover {
  background-color: #59abe3;
  border-color: transparent;
  color: #fff;
}

#container.real-estate-style a.go-top:hover,
#container.real-estate-style footer .up-footer ul.social-icons li a:hover {
  background: #59abe3;
}

#container.real-estate-style footer .up-footer .posts-widget ul li h2 a:hover,
#container.real-estate-style footer .up-footer .links-widget ul li a:hover {
  color: #59abe3;
}

#container.real-estate-style .features-section2 {
  background: #f9f9f9;
  padding: 0;
  display: flex;
  align-items: center;
}

#container.real-estate-style .features-section2 .right-image {
  width: 50%;
}

#container.real-estate-style .features-section2 .right-image img {
  width: 100%;
  height: auto;
}

#container.real-estate-style .features-section2 .features-box {
  width: 50%;
  padding: 50px 0;
  overflow: hidden;
}

#container.real-estate-style .features-section2 .features-box .inner-box {
  max-width: 570px;
  padding-right: 80px;
  float: right;
}

#container.real-estate-style .features-section2 .features-box .article-place {
  margin-bottom: 30px;
}

#container.real-estate-style .features-section2 .features-box .article-place h1:after {
  background: #59abe3;
}

#container.real-estate-style .features-section2 .features-box .features-items .feature-post {
  margin-bottom: 20px;
}

#container.real-estate-style .features-section2 .features-box .features-items .feature-post a {
  border: 1px solid #eeeeee;
  background-color: #fff;
  color: #59abe3;
}

#container.real-estate-style .features-section2 .features-box .features-items .feature-post a:hover {
  border-color: transparent;
  color: #fff;
  background: #59abe3;
}

#container.real-estate-style .features-section2 .features-box .features-items .feature-post p {
  margin-left: 100px;
}

#container.real-estate-style .features-section2 .features-box .features-items .feature-post:last-child {
  margin-bottom: 0;
}

#container.real-estate-style section.client-list-section {
  background: url('../upload/real-estate/ban1.jpg') center center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  padding: 110px 0 60px;
}

#container.real-estate-style section.client-list-section .client-list-box .item a {
  opacity: 0.7;
  padding: 0;
  width: 100%;
  text-align: center;
  height: 160px;
  line-height: 160px;
  border: 1px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

#container.real-estate-style section.client-list-section .client-list-box .item a img {
  display: inline-block;
}

#container.real-estate-style section.client-list-section .client-list-box .item a:hover {
  opacity: 0.7;
  border: 1px solid #636363;
}

#container.real-estate-style section.client-list-section .owl-theme .owl-controls .owl-page span {
  margin: 2px;
  border: 2px solid #595959;
}

#container.real-estate-style section.client-list-section .owl-theme .owl-controls {
  bottom: -30px;
}

#container.real-estate-style section.client-list-section .owl-theme .owl-controls .owl-page.active span,
#container.real-estate-style section.client-list-section .owl-theme .owl-controls.clickable .owl-page:hover span {
  border-color: transparent;
  background-color: #59abe3;
}

#container.real-estate-style section.team-section {
  padding: 80px 0 100px;
}

#container.real-estate-style section.team-section .team-box .team-post {
  margin-bottom: 50px;
  text-align: center;
}

#container.real-estate-style section.team-section .team-box .team-post .inner-team-post .team-gal .hover-team ul.social-icons li a:hover {
  background: #59abe3;
}

#container.real-estate-style section.team-section .team-box .team-post .inner-team-post span:after {
  background: #59abe3;
}

#container.real-estate-style section.team-section .team-box .team-post .inner-team-post p {
  line-height: 24px;
}

#container.real-estate-style section.team-section .team-box .team-post .inner-team-post p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #59abe3;
}

#container.real-estate-style section.team-section .owl-theme .owl-controls .owl-buttons {
  display: none;
}

#container.real-estate-style section.team-section .owl-theme .owl-controls .owl-pagination {
  display: block !important;
}

#container.real-estate-style section.team-section .owl-theme .owl-controls .owl-page span {
  margin: 2px;
  border: 2px solid #ccc;
}

#container.real-estate-style section.team-section .owl-theme .owl-controls {
  top: initial;
  margin-top: 0;
  bottom: 0px;
}

#container.real-estate-style section.team-section .owl-theme .owl-controls .owl-page.active span,
#container.real-estate-style section.team-section .owl-theme .owl-controls.clickable .owl-page:hover span {
  border-color: transparent;
  background-color: #59abe3;
}

#container.real-estate-style .features-section3 {
  display: flex;
  background-color: #fdfdfd;
  align-items: center;
}

#container.real-estate-style .features-section3 .image-place {
  width: 50%;
}

#container.real-estate-style .features-section3 .image-place img {
  width: 100%;
  height: auto;
}

#container.real-estate-style .features-section3 .features-box {
  padding: 0;
  width: 50%;
}

#container.real-estate-style .features-section3 .features-box .inner-features-box {
  max-width: 570px;
  padding-left: 80px;
}

#container.real-estate-style .features-section3 .article-place {
  margin-bottom: 50px;
}

#container.real-estate-style .features-section3 .article-place h1:after {
  background-color: #59abe3;
}

#container.real-estate-style .features-section3 .features-items .feature-post {
  margin-bottom: 35px;
}

#container.real-estate-style .features-section3 .features-items .feature-post span {
  color: #59abe3;
}

#container.real-estate-style .features-section3 .features-items .feature-post span:after {
  color: #59abe3;
}

#container.real-estate-style section.banner-line {
  background-color: #59abe3;
}

section.real-estate-search-section {
  position: relative;
  z-index: 333;
}

section.real-estate-search-section .real-estate-search-form {
  padding: 60px 50px;
  background-color: #fff;
  margin-top: -60px;
  border-top: 1px solid transparent;
}

section.real-estate-search-section .real-estate-search-form h1 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 40px;
}

section.real-estate-search-section .real-estate-search-form h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 3px;
  background-color: #59abe3;
}

section.real-estate-search-section .real-estate-search-form label {
  display: block;
  color: #999999;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin-bottom: 12px;
}

section.real-estate-search-section .real-estate-search-form input[type="text"] {
  display: block;
  width: 100%;
  padding: 10px 20px;
  background: #ffffff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #eeeeee;
  margin: 0 0 25px;
  color: #999999;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  outline: none;
}

section.real-estate-search-section .real-estate-search-form input[type="submit"] {
  background: #59abe3;
  color: #fff;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 10px 25px 8px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 15px 0 0;
}

section.real-estate-search-section .real-estate-search-form input[type="submit"]:hover {
  background: #fff;
  border-color: #59abe3;
  color: #59abe3;
}

section.listing-section {
  padding: 80px 0 0;
  background-color: #f7f7f7;
}

section.listing-section .listing-box {
  display: flex;
  flex-wrap: wrap;
}

section.listing-section .listing-box .listing-post {
  width: 25%;
}

section.listing-section div.listing-pagination {
  padding: 50px 0 80px;
  background-color: #fff;
  text-align: center;
}

section.listing-section div.listing-pagination ul {
  margin: 0;
  padding: 0;
}

section.listing-section div.listing-pagination ul li {
  display: inline-block;
  margin: 0 2px;
}

section.listing-section div.listing-pagination ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 9px 13px;
  color: #999999;
  font-size: 11px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: transparent;
}

section.listing-section div.listing-pagination ul li a:hover,
section.listing-section div.listing-pagination ul li a.active {
  background-color: #59abe3;
  color: #fff;
}

section.listing-section div.listing-pagination ul li:first-child a,
section.listing-section div.listing-pagination ul li:last-child a {
  background-color: #f7f7f7;
}

section.listing-section div.listing-pagination ul li:first-child a:hover,
section.listing-section div.listing-pagination ul li:last-child a:hover {
  background-color: #59abe3;
}

.listing-post .listing-gal {
  position: relative;
}

.listing-post .listing-gal img {
  width: 100%;
  height: auto;
}

.listing-post .listing-gal span.rent-button,
.listing-post .listing-gal span.sale-button {
  position: absolute;
  bottom: 30px;
  left: 0;
  display: inline-block;
  padding: 11px 16px;
  color: #fff;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #59abe3;
}

.listing-post .listing-gal span.sale-button {
  background-color: #87d37c;
}

.listing-post .data-listing {
  padding: 25px 30px;
  background-color: #f7f7f7;
  display: flex;
  justify-content: space-between;
}

.listing-post .data-listing span {
  display: inline-block;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  color: #999999;
  margin: 0;
}

.listing-post .data-listing span i {
  color: #666666;
  margin-right: 3px;
}

.listing-post .listing-content {
  padding: 25px 30px;
  background-color: #fff;
}

.listing-post .listing-content h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 16px;
}

.listing-post .listing-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}

.listing-post .listing-content h2 a:hover {
  color: #59abe3;
}

.listing-post .listing-content>p {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #cccccc;
}

.listing-post .listing-content div.price-rate {
  display: flex;
  justify-content: space-between;
}

.listing-post .listing-content div.price-rate p {
  font-size: 12px;
  font-weight: 700;
  color: #222222;
  margin: 0;
}

.listing-post .listing-content div.price-rate p span {
  font-size: 24px;
}

.listing-post .listing-content div.price-rate span.rate i {
  display: inline-block;
  font-size: 14px;
  color: #f0a81c;
  margin-left: 2px;
}

section.featured-properties-section {
  padding-top: 80px;
}

section.featured-properties-section .featured-properties-box .owl-carousel {
  margin: 0;
}

section.featured-properties-section .featured-properties-box .item {
  padding: 0;
}

section.featured-properties-section .featured-properties-box .owl-theme .owl-controls {
  top: 120px;
  margin-top: 0;
  display: none !important;
}

section.featured-properties-section .featured-properties-box .owl-theme .owl-controls .owl-buttons div.owl-prev {
  margin-left: 30px;
  opacity: 0.5;
}

section.featured-properties-section .featured-properties-box .owl-theme .owl-controls .owl-buttons div.owl-next {
  margin-right: 30px;
  opacity: 0.5;
}

section.featured-properties-section .featured-properties-box .owl-pagination {
  display: none;
}


/*-------------------------------------------------*/


/* =  Home Freelance
/*-------------------------------------------------*/

#container.freelance-style #home-section .tp-caption.small_text {
  color: #f4b350;
}

#container.freelance-style #home-section .tp-caption.finewide_medium_white {
  line-height: 70px;
  padding: 30px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: left;
}

#container.freelance-style #home-section .slotholder:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0);
  z-index: 2;
}

#container.freelance-style #home-section .tp-bullets.simplebullets.round .bullet:hover,
#container.freelance-style #home-section .tp-bullets.simplebullets.round .bullet.selected {
  background: #f4b350;
}

#container.freelance-style section.portfolio-section.fullwidth {
  margin: 0;
}

#container.freelance-style section.portfolio-section.fullwidth .portfolio-box {
  margin-left: -15px;
  margin-right: -15px;
}

#container.freelance-style section.portfolio-section.fullwidth ul.filter {
  text-align: left;
  margin-bottom: 40px;
}

#container.freelance-style section.portfolio-section.fullwidth ul.filter li a.active,
#container.freelance-style section.portfolio-section.fullwidth ul.filter li a:hover {
  color: #f4b350;
}

#container.freelance-style .title-section h1:after {
  background: #f4b350;
}

#container.freelance-style .client-list-section .owl-carousel {
  margin-left: 0;
  margin-right: 0;
}

#container.freelance-style .client-list-section .client-list-box .owl-item {
  border: 1px solid #eeeeee;
  border-left: 1px solid transparent !important;
  padding: 20px 0;
}

#container.freelance-style .client-list-section .client-list-box .owl-item:first-child {
  border-left: 1px solid #eeeeee !important;
}

#container.freelance-style section.clients-section.second-style {
  background: #fafaf9;
  padding-bottom: 130px;
}

#container.freelance-style section.clients-section.second-style span.quote {
  display: block;
  margin: 0 auto 35px;
  width: 72px;
  height: 72px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #cccccc;
  color: #222222;
  font-size: 72px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  line-height: 110px;
  text-align: center;
}

#container.freelance-style section.clients-section.second-style .testimonial-box .bx-wrapper .bx-pager.bx-default-pager a {
  border: 2px solid #dfdfdf;
}

#container.freelance-style section.clients-section.second-style .testimonial-box .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #999999;
  border: 2px solid #999999;
}

#container.freelance-style section.clients-section.second-style .testimonial-box .bx-wrapper .bx-pager,
#container.freelance-style section.clients-section.second-style .testimonial-box .bx-wrapper .bx-controls-auto {
  bottom: -50px;
}

#container.freelance-style a.go-top:hover,
#container.freelance-style footer .up-footer ul.social-icons li a:hover {
  background: #f4b350;
}

#container.freelance-style footer .up-footer .posts-widget ul li h2 a:hover,
#container.freelance-style footer .up-footer .links-widget ul li a:hover {
  color: #f4b350;
}

#container.freelance-style .about-section3 {
  padding: 30px 0 20px;
}

section.freelance-banner-section {
  padding: 100px 0;
  background: #f8f8f6;
}

section.freelance-banner-section h1 {
  color: #222222;
  font-size: 36px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin: 0 0 25px;
  letter-spacing: -0.5px;
  position: relative;
  padding-bottom: 30px;
}

section.freelance-banner-section h1 span.back-quote {
  display: inline-block;
  width: 90px;
  height: 100px;
  margin-left: -20px;
  line-height: 100px;
  text-align: center;
  color: #fff;
  font-weight: 100;
  background: url('../images/back-quote.png') center center no-repeat;
}

section.freelance-banner-section h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 2px;
  background: #f4b350;
}

.about-section3 {
  padding: 120px 0 90px;
}

.about-section3 .about-box .about-post {
  overflow: hidden;
  margin-bottom: 20px;
}

.about-section3 .about-box .about-post>a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 70px;
  height: 70px;
  margin: 0 0 24px;
  line-height: 70px;
  color: #999999;
  font-size: 30px;
  text-align: center;
  border: 1px solid #cccccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
}

.about-section3 .about-box .about-post .about-post-content {
  margin-left: 100px;
  padding-top: 5px;
}

.about-section3 .about-box .about-post .about-post-content h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 12px;
  position: relative;
  padding-bottom: 13px;
}

.about-section3 .about-box .about-post .about-post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}

.about-section3 .about-box .about-post .about-post-content h2 a:hover {
  color: #81cfe0;
}

.about-section3 .about-box .about-post .about-post-content h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 2px;
  background: #222222;
}

.about-section3 .about-box .about-post .about-post-content p {
  margin-bottom: 0;
}


/*-------------------------------------------------*/


/* =  Home Minimal, home vertical portfolio
/*-------------------------------------------------*/

#container.minimal-style section.portfolio-section.fullwidth {
  padding-bottom: 100px;
  margin: 0;
}

#container.minimal-style section.portfolio-section.fullwidth .portfolio-box {
  margin-left: -15px;
  margin-right: -15px;
}

#container.minimal-style section.portfolio-section.fullwidth .portfolio-box .project-post.snd-size {
  width: 66.666666%;
}

#container.minimal-style section.portfolio-section.fullwidth .portfolio-box .project-post .hover-box {
  background: rgba(34, 34, 34, 0.8);
}

#container.minimal-style section.portfolio-section.fullwidth .portfolio-box .project-post .hover-box .inner-hover {
  text-align: left;
  padding: 0 50px;
}

#container.minimal-style section.portfolio-section.fullwidth .portfolio-box .project-post .hover-box .inner-hover h2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 12px;
}

#container.minimal-style section.portfolio-section.fullwidth .portfolio-box .project-post .hover-box .inner-hover h2 a {
  color: #fff;
}

#container.minimal-style section.portfolio-section.fullwidth .portfolio-box .project-post .hover-box .inner-hover h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: #f4b350;
}

#container.minimal-style section.portfolio-section.fullwidth ul.filter {
  text-align: left;
  margin-bottom: 40px;
}

#container.minimal-style section.portfolio-section.fullwidth ul.filter li a.active,
#container.minimal-style section.portfolio-section.fullwidth ul.filter li a:hover {
  color: #f4b350;
}

#container.minimal-style section.portfolio-section.fullwidth .center-button {
  margin-top: 80px;
}

#container.minimal-style section.portfolio-section.fullwidth .center-button a {
  border: none;
  width: 70px;
  height: 70px;
  padding: 0;
  background: #f7f7f7;
  color: #f4b350;
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

#container.minimal-style section.portfolio-section.fullwidth .center-button a:hover {
  background: #f4b350;
  color: #fff;
}

.portfolio-style .portfolio-section {
  padding: 0;
  margin-top: -15px !important;
}

.portfolio-style .portfolio-section .project-post .hover-box a.zoom {
  background: #f4b350;
}

.portfolio-style .portfolio-section .project-post .post-content h2 a:hover {
  color: #f4b350;
}


/*-------------------------------------------------*/


/* =  home agency
/*-------------------------------------------------*/

section.statistic-section3 {
  padding: 100px 0 0;
}

section.statistic-section3 .statistic-box {
  text-align: center;
  position: relative;
}

section.statistic-section3 .statistic-box:before {
  content: '';
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eeeeee;
}

section.statistic-section3 .statistic-post {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}

section.statistic-section3 .statistic-post a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 70px;
  height: 70px;
  margin: 0 0 25px;
  font-size: 30px;
  text-align: center;
  line-height: 68px;
  color: #999999;
  background: #fff;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

section.statistic-section3 .statistic-post h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  font-family: 'Droid Serif', serif;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 5px;
}

section.statistic-section3 .statistic-post p {
  margin: 0 0 15px;
  position: relative;
  line-height: inherit;
}

section.statistic-section3 .statistic-post span.timer {
  color: #81cfe0;
  font-size: 60px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin: 0;
}

section.statistic-section3 .image-holder {
  text-align: center;
  padding-top: 30px;
  margin-bottom: -80px;
}

section.statistic-section3 .image-holder img {
  max-width: 100%;
  height: auto;
}

.agency-style section.portfolio-section {
  background: url('../images/pattern.png');
}

.agency-style section.portfolio-section .col4 .project-post {
  width: 25%;
}

.agency-style section.portfolio-section .col4 .project-post .hover-box {
  background: rgba(0, 0, 0, 0.8);
}

.agency-style section.portfolio-section .col4 .project-post .hover-box .inner-hover a.zoom {
  position: relative;
  margin-left: 0;
  top: inherit;
  left: inherit;
  margin-bottom: 30px;
}

.agency-style section.portfolio-section .col4 .project-post .hover-box .inner-hover h2 a {
  color: #fff;
}

.agency-style section.client-list-section {
  padding-bottom: 40px;
}

section.clients-section.with-background {
  padding-bottom: 130px;
}

section.clients-section.with-background span.quote {
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 72px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-align: center;
}

section.clients-section.with-background .testimonial-box .bx-wrapper .bx-pager,
section.clients-section.with-background .testimonial-box .bx-wrapper .bx-controls-auto {
  bottom: -50px;
}

section.features-section2.second-style {
  background: url('../upload/agency/ban1.jpg') right top no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section.features-section2.second-style .features-items .feature-post a {
  background: #ffffff;
  color: #999999;
  border: 1px solid #eeeeee;
}

section.skills-section.second-style {
  padding: 100px 0;
  background: url('../upload/agency/ban2.jpg') left top no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section.pricing-section {
  padding: 100px 0;
  background: #f7f7f7;
}

section.pricing-section .pricing-box ul.pricing-table {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  background: #ffffff;
  text-align: center;
}

section.pricing-section .pricing-box ul.pricing-table li {
  list-style: none;
  padding: 6px 4px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: relative;
}

section.pricing-section .pricing-box ul.pricing-table li p {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  color: #999999;
}

section.pricing-section .pricing-box ul.pricing-table li h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin: 0;
}

section.pricing-section .pricing-box ul.pricing-table li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 8px 40px;
  border: 1px solid #81cfe0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #81cfe0;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

section.pricing-section .pricing-box ul.pricing-table li a:hover {
  background: #81cfe0;
  color: #fff;
}

section.pricing-section .pricing-box ul.pricing-table li.title:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 3px;
  background: #81cfe0;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}

section.pricing-section .pricing-box ul.pricing-table li:first-child {
  padding: 45px 0 10px;
}

section.pricing-section .pricing-box ul.pricing-table li:last-child {
  padding-bottom: 27px;
  padding-top: 40px;
}

section.pricing-section .pricing-box ul.pricing-table li.title {
  padding: 30px 0 30px;
  margin-bottom: 30px;
}

section.pricing-section .pricing-box ul.pricing-table li.title p {
  font-size: 14px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  color: #999999;
}

section.pricing-section .pricing-box ul.pricing-table li.title p span {
  font-size: 48px;
  color: #222222;
  display: block;
  line-height: 60px;
  font-weight: 300;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 5px;
}

section.pricing-section .pricing-box ul.pricing-table:hover li:first-child h2 {
  color: #81cfe0;
}

section.pricing-section .pricing-box ul.pricing-table:hover li.title p span {
  color: #81cfe0;
}


/*-------------------------------------------------*/


/* =  home shop
/*-------------------------------------------------*/

#home-section.shop-slider .tp-caption.small_text {
  position: absolute;
  color: #eee;
  text-shadow: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

#home-section.shop-slider .tp-caption.finewide_medium_white {
  color: #FFF;
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
  font-family: 'Raleway', sans-serif;
  background-color: none;
  text-decoration: none;
  text-transform: uppercase;
  border-width: 0px;
  border-color: transparent;
  border-style: none;
  text-align: center;
  letter-spacing: -0.5px;
  padding: 0.5em 1.5em;
  border: 5px solid #fff;
}

#home-section.shop-slider .tp-caption.finewide_medium_white span {
  color: #86e2d5 !important;
}

#home-section.shop-slider .slotholder:after {
  background: rgba(34, 34, 34, 0.05);
}

#home-section.shop-slider .tp-bannertimer {
  display: none !important;
}

#home-section.shop-slider .tp-bullets.simplebullets.round .bullet:hover,
#home-section.shop-slider .tp-bullets.simplebullets.round .bullet.selected {
  background: #86e2d5;
}

.about-shop-section,
.about-shop-section2 {
  padding: 70px 0 30px;
  background: url('../images/pattern.png');
}

.about-shop-section .about-shop-box .about-shop-post,
.about-shop-section2 .about-shop-box .about-shop-post {
  overflow: hidden;
  margin-bottom: 20px;
}

.about-shop-section .about-shop-box .about-shop-post>a,
.about-shop-section2 .about-shop-box .about-shop-post>a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 70px;
  height: 70px;
  margin: 0 0 24px;
  line-height: 70px;
  color: #86e2d5;
  font-size: 30px;
  text-align: center;
  border: 1px solid #86e2d5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
}

.about-shop-section .about-shop-box .about-shop-post>a:hover,
.about-shop-section2 .about-shop-box .about-shop-post>a:hover {
  color: #ffffff;
  background: #86e2d5;
}

.about-shop-section .about-shop-box .about-shop-post .about-shop-post-content,
.about-shop-section2 .about-shop-box .about-shop-post .about-shop-post-content {
  margin-left: 100px;
  padding-top: 5px;
}

.about-shop-section .about-shop-box .about-shop-post .about-shop-post-content h2,
.about-shop-section2 .about-shop-box .about-shop-post .about-shop-post-content h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 7px;
}

.about-shop-section .about-shop-box .about-shop-post .about-shop-post-content h2 a,
.about-shop-section2 .about-shop-box .about-shop-post .about-shop-post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
}

.about-shop-section .about-shop-box .about-shop-post .about-shop-post-content h2 a:hover,
.about-shop-section2 .about-shop-box .about-shop-post .about-shop-post-content h2 a:hover {
  color: #86e2d5;
}

.about-shop-section .about-shop-box .about-shop-post .about-shop-post-content p,
.about-shop-section2 .about-shop-box .about-shop-post .about-shop-post-content p {
  margin-bottom: 0;
}

.about-shop-section2 {
  background: #86e2d5;
}

.about-shop-section2 .about-shop-box .about-shop-post>a {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.about-shop-section2 .about-shop-box .about-shop-post .about-shop-post-content h2 a:hover {
  color: #ffffff;
}

.about-shop-section2 .about-shop-box .about-shop-post .about-shop-post-content p {
  color: #ffffff;
}

.advertise-section .advertise-box {
  overflow: hidden;
}

.advertise-section .advertise-box .advertise-post {
  width: 25%;
  float: left;
  position: relative;
}

.advertise-section .advertise-box .advertise-post img {
  width: 100%;
  height: auto;
}

.advertise-section .advertise-box .advertise-post .hover-box {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  display: flex;
  align-items: center;
}

.advertise-section .advertise-box .advertise-post .hover-box .inner-hover {
  padding: 0 20px;
}

.advertise-section .advertise-box .advertise-post .hover-box .inner-hover h3 {
  color: #fff;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 25px;
  text-transform: uppercase;
}

.advertise-section .advertise-box .advertise-post .hover-box .inner-hover h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  font-size: 24px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.advertise-section .advertise-box .advertise-post .hover-box .inner-hover h2 a {
  color: #fff;
  padding: 5px 0;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  text-decoration: none;
}

.advertise-section .advertise-box .advertise-post .hover-box .inner-hover p {
  color: #fff;
  margin-bottom: 0;
}

.advertise-section.second-style .advertise-box {
  padding: 30px 0 0;
  margin: 0 -10px;
}

.advertise-section.second-style .advertise-box .advertise-post {
  width: 33.3333%;
  padding: 10px;
}

.advertise-section.second-style .advertise-box .advertise-post img {
  width: 100%;
  height: auto;
}

.advertise-section.second-style .advertise-box .advertise-post .hover-box {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  display: flex;
  align-items: center;
}

.advertise-section.second-style .advertise-box .advertise-post .hover-box .inner-hover {
  padding: 0 20px;
  width: 100%;
}

.advertise-section.second-style .advertise-box .advertise-post .hover-box .inner-hover h3 {
  color: #fff;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 25px;
  text-transform: uppercase;
}

.advertise-section.second-style .advertise-box .advertise-post .hover-box .inner-hover h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  font-size: 24px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.advertise-section.second-style .advertise-box .advertise-post .hover-box .inner-hover h2 a {
  color: #fff;
  padding: 5px 0;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  text-decoration: none;
}

.advertise-section.second-style .advertise-box .advertise-post .hover-box .inner-hover p {
  color: #fff;
  margin-bottom: 0;
}

.advertise-section.second-style .advertise-box .advertise-post.fullwidth {
  width: 100%;
}

section.ads-pro-section {
  padding: 80px 0 50px;
  background: url('../upload/shop/pattern.jpg');
}

section.ads-pro-section .ads-pro-box .ads-pro-post {
  position: relative;
  margin-bottom: 30px;
}

section.ads-pro-section .ads-pro-box .ads-pro-post>img {
  width: 100%;
  height: auto;
}

section.ads-pro-section .ads-pro-box .ads-pro-post .hover-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  align-items: center;
}

section.ads-pro-section .ads-pro-box .ads-pro-post .hover-box .inner-hover {
  width: 100%;
}

section.ads-pro-section .ads-pro-box .ads-pro-post .hover-box .inner-hover p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

section.ads-pro-section .ads-pro-box .ads-pro-post .hover-box .inner-hover h1 {
  color: #fff;
  font-size: 40px;
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  margin: 0 0 5px;
  text-transform: uppercase;
}

section.ads-pro-section .ads-pro-box .ads-pro-post .hover-box .inner-hover img {
  margin-bottom: 5px;
}

section.shop-blog-section {
  padding: 80px 0;
}

section.shop-blog-section .shop-blog-box .shop-blog-post {
  margin-bottom: 45px;
  text-align: center;
}

section.shop-blog-section .shop-blog-box .shop-blog-post img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}

section.shop-blog-section .shop-blog-box .shop-blog-post h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
}

section.shop-blog-section .shop-blog-box .shop-blog-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}

section.shop-blog-section .shop-blog-box .shop-blog-post h2 a:hover {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #86e2d5;
}

section.shop-blog-section .shop-blog-box .shop-blog-post span {
  display: block;
  color: #999999;
  font-size: 14px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  margin: 0 0 22px;
}

section.shop-blog-section .shop-blog-box .shop-blog-post>a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 12px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  padding-top: 23px;
  position: relative;
}

section.shop-blog-section .shop-blog-box .shop-blog-post>a:hover {
  color: #86e2d5;
}

section.shop-blog-section .shop-blog-box .shop-blog-post>a:before {
  content: '';
  width: 30px;
  height: 3px;
  top: 0;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  background: #222222;
}

section.shop-blog-section .center-button a {
  border: 1px solid #aaa;
  color: #999999;
}

section.shop-blog-section .center-button a:hover {
  background: #f7f7f7;
  color: #777;
}

.shop-style .subscribe-section {
  background: url('../upload/shop/ban.jpg') center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.shop-style .subscribe-section .title-section.white p,
.shop-style .subscribe-section form p {
  color: #fff;
}

.shop-style .title-section h1:after,
.shop-style .product-post .product-gal span.new-product {
  background: #86e2d5;
}

.shop-style .center-button a.round-load {
  width: 72px;
  height: 72px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: none;
  text-align: center;
  line-height: 72px;
  color: #86e2d5;
  font-size: 30px;
  background: #f7f7f7;
  padding: 0;
}

.shop-style .center-button a.round-load:hover {
  background: #86e2d5;
  color: #fff;
}

.shop-style section.client-list-section {
  background: url('../upload/shop/ban2.jpg') center center fixed;
  padding-top: 100px;
  padding-bottom: 80px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.shop-style section.client-list-section .client-list-box .item a {
  opacity: 1;
  border: 1px solid transparent;
  padding: 20px 0;
}

.shop-style section.client-list-section .client-list-box .item a:hover {
  border: 1px solid #dedede;
}

.shop-style section.client-list-section .owl-theme .owl-controls {
  bottom: -25px;
}


/*-------------------------------------------------*/


/* =  home app
/*-------------------------------------------------*/

#container.app-style #home-section .tp-caption.finewide_medium_white {
  font-weight: 200;
  text-transform: initial;
  font-size: 60px;
}

#container.app-style #home-section .tp-caption.small_text {
  color: #999999;
}

#container.app-style #home-section .button-one {
  border: 1px solid #fff;
  color: #fff;
  margin-left: 0;
}

#container.app-style #home-section .button-one:hover {
  background-color: #fff;
  color: #222222;
}

#container.app-style #home-section .button-two {
  background-color: #fff;
  border: 1px solid transparent;
  color: #222222;
}

#container.app-style #home-section .button-two:hover {
  background-color: #00b9ff;
  border-color: transparent;
  color: #fff;
}

#container.app-style #home-section .slotholder:after {
  background: rgba(34, 34, 34, 0);
}

#container.app-style #home-section .tp-bullets.simplebullets.round .bullet {
  background: transparent;
  border: 2px solid #fff;
  opacity: 1;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

#container.app-style #home-section .tp-bullets.simplebullets.round .bullet:hover,
#container.app-style #home-section .tp-bullets.simplebullets.round .bullet.selected {
  background: #fff;
  border-color: transparent;
  opacity: 1;
}

#container.app-style .title-section h1:after {
  background: #00b9ff;
}

#container.app-style .title-section h1 span {
  color: #999999;
}

#container.app-style .button-one {
  border-color: #00b9ff;
  color: #00b9ff;
}

#container.app-style .button-one:hover {
  background-color: #00b9ff;
  border-color: transparent;
  color: #fff;
}

#container.app-style footer {
  background-color: #ffffff;
}

#container.app-style a.go-top:hover,
#container.app-style footer .up-footer ul.social-icons li a:hover {
  background: #00b9ff;
}

#container.app-style footer .up-footer .posts-widget ul li h2 a:hover,
#container.app-style footer .up-footer .links-widget ul li a:hover {
  color: #00b9ff;
}

#container.app-style section.about-section4.second-style {
  background: url('../upload/app/ban1.jpg') center bottom;
  position: relative;
  z-index: 2;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#container.app-style section.about-section4.second-style .about-box .posts-box {
  padding-top: 120px;
}

#container.app-style section.about-section4.second-style .about-box .posts-box .about-post {
  margin-bottom: 40px;
  overflow: hidden;
}

#container.app-style section.about-section4.second-style .about-box .posts-box .about-post a {
  float: right;
  background: transparent;
  border: 1px solid #00b9ff;
  color: #fff;
  font-size: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

#container.app-style section.about-section4.second-style .about-box .posts-box .about-post a:hover {
  background-color: #00b9ff;
}

#container.app-style section.about-section4.second-style .about-box .posts-box .about-post .about-post-content {
  margin-right: 100px;
  margin-left: 0;
  padding-top: 5px;
  text-align: right;
}

#container.app-style section.about-section4.second-style .about-box .posts-box .about-post .about-post-content h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 5px;
  color: #fff;
}

#container.app-style section.about-section4.second-style .about-box .posts-box .about-post .about-post-content span {
  font-family: 'Raleway', sans-serif;
  color: #999999;
  font-size: 13px;
  font-style: normal;
  display: inline-block;
  margin: 0;
}

#container.app-style section.about-section4.second-style .about-box .posts-box.right-posts .about-post a {
  float: left;
}

#container.app-style section.about-section4.second-style .about-box .posts-box.right-posts .about-post .about-post-content {
  margin-right: 0;
  margin-left: 100px;
  text-align: left;
}

#container.app-style section.about-section4.second-style .about-box .image-holder {
  overflow: visible;
}

#container.app-style section.about-section4.second-style .about-box .image-holder img {
  max-width: 100%;
  height: auto;
  margin: 0 0 -70px;
}

#container.app-style .statistic-section.skin-style {
  padding: 170px 0 150px;
  background: #00b9ff;
}

#container.app-style .statistic-section.skin-style .statistic-post {
  margin-bottom: 20px;
  position: relative;
}

#container.app-style .statistic-section.skin-style .statistic-post h2 {
  font-weight: 400;
  margin-bottom: 0;
}

#container.app-style .statistic-section.skin-style .statistic-post p {
  margin: 0 0 15px;
  color: #fff;
  font-size: 60px;
  font-weight: 300;
}

#container.app-style .statistic-section.skin-style .statistic-post p:after {
  display: none;
}

#container.app-style .statistic-section.skin-style .statistic-post:after {
  display: none;
}

#container.app-style section.clients-section {
  padding: 180px 0 150px;
  background: url('../upload/app/ban2.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#container.app-style section.clients-section .testimonial-box h2 {
  color: #00b9ff;
}

#container.app-style section.clients-section #bx-pager a {
  margin: 0 3px;
  opacity: 0.9;
}

#container.app-style section.clients-section #bx-pager a.active {
  transform: none;
  opacity: 1;
}

#container.app-style section.clients-section #bx-pager a.active:after {
  display: none;
}

#container.app-style section.subscribe-section.default-style {
  background: #f7f7f7;
}

#container.app-style section.subscribe-section.default-style form input[type="text"] {
  padding-left: 18px;
}

#container.app-style section.subscribe-section.default-style form input[type="submit"] {
  width: 130px;
  background: #00b9ff;
  border: 1px solid transparent;
  font-weight: 600;
  color: #ffffff;
}

#container.app-style section.subscribe-section.default-style form input[type="submit"]:hover {
  background: #222222;
}

#container.app-style section.subscribe-section.default-style form p {
  color: #999999;
}

section.about-app-section {
  display: flex;
  background: #fff;
  justify-content: center;
  align-items: center;
}

section.about-app-section .image-holder {
  width: 50%;
  height: 750px;
  position: relative;
  background: url('../upload/app/ab1.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section.about-app-section .image-holder .upper-image {
  position: absolute;
  z-index: 2;
  bottom: -91px;
  left: -60px;
  right: 0;
}

section.about-app-section .image-holder .upper-image img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

section.about-app-section .content-holder {
  width: 50%;
  padding-right: 80px;
}

section.about-app-section .content-holder .inner-content {
  max-width: 490px;
  float: right;
}

section.about-app-section .content-holder .inner-content .title-section {
  text-align: left;
  margin-bottom: 50px;
}

section.about-app-section .content-holder .inner-content .title-section h1:after {
  left: 0;
  margin-left: 0;
}

section.about-app-section .content-holder .inner-content .posts-box {
  margin-bottom: 40px;
}

section.about-app-section .content-holder .inner-content .posts-box .about-post {
  overflow: hidden;
  margin-bottom: 20px;
}

section.about-app-section .content-holder .inner-content .posts-box .about-post i {
  float: left;
  font-size: 24px;
  color: #00b9ff;
  width: 40px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
}

section.about-app-section .content-holder .inner-content .posts-box .about-post h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 0px;
}

section.about-app-section .content-holder .inner-content .posts-box .about-post span {
  color: #999999;
  font-size: 12px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  margin: 0;
}

section.about-app-section2 {
  display: flex;
  background: #ffffff;
  justify-content: center;
  align-items: center;
}

section.about-app-section2 .image-holder {
  width: 50%;
  height: 750px;
  position: relative;
  background: url('../upload/app/ab2.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section.about-app-section2 .image-holder .upper-image {
  position: absolute;
  z-index: 2;
  top: 45px;
  bottom: -37px;
  right: -50px;
  left: 0;
  text-align: right;
}

section.about-app-section2 .image-holder .upper-image img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

section.about-app-section2 .content-holder {
  width: 50%;
}

section.about-app-section2 .content-holder .inner-content {
  max-width: 570px;
  padding-left: 120px;
}

section.about-app-section2 .content-holder .inner-content .title-section {
  text-align: left;
  margin-bottom: 50px;
}

section.about-app-section2 .content-holder .inner-content .title-section h1:after {
  left: 0;
  margin-left: 0;
}

section.about-app-section2 .content-holder .inner-content .posts-box {
  margin-bottom: 40px;
}

section.about-app-section2 .content-holder .inner-content .posts-box .about-post {
  overflow: hidden;
  margin-bottom: 25px;
}

section.about-app-section2 .content-holder .inner-content .posts-box .about-post h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 16px;
  color: #00b9ff;
}

section.about-app-section2 .content-holder .inner-content .posts-box .about-post p {
  margin-bottom: 0;
}

section.about-app-section2 .content-holder .inner-content .posts-box a.button-one {
  margin-left: 0;
}

section.screenshots-app-section {
  padding: 150px 0;
  background-color: #fff;
}

section.screenshots-app-section div.screenshots-app-box .item img {
  width: 100%;
  height: auto;
}

section.screenshots-app-section div.screenshots-app-box .owl-theme .owl-controls .owl-buttons {
  display: none;
}

section.screenshots-app-section div.screenshots-app-box .owl-theme .owl-controls .owl-pagination {
  display: block !important;
}

section.screenshots-app-section div.screenshots-app-box .owl-theme .owl-controls .owl-page span {
  margin: 2px;
  border: 2px solid #ccc;
}

section.screenshots-app-section div.screenshots-app-box .owl-theme .owl-controls {
  top: initial;
  margin-top: 0;
  bottom: -50px;
}

section.screenshots-app-section div.screenshots-app-box .owl-theme .owl-controls .owl-page.active span,
section.screenshots-app-section div.screenshots-app-box .owl-theme .owl-controls.clickable .owl-page:hover span {
  border-color: transparent;
  background-color: #00b9ff;
}

section.app-available-section {
  padding: 80px 0;
  background: #00b9ff;
}

section.app-available-section .title-section h1:after {
  background: #ffffff !important;
}

section.app-available-section .title-section p {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
}

section.app-available-section .app-available-box {
  text-align: center;
}

section.app-available-section .app-available-box ul.app-available-list {
  margin: 0;
  padding: 0;
}

section.app-available-section .app-available-box ul.app-available-list li {
  display: inline-block;
}

section.app-available-section .app-available-box ul.app-available-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 300px;
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 2px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

section.app-available-section .app-available-box ul.app-available-list li a img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

section.app-available-section .app-available-box ul.app-available-list li a:hover {
  border-color: #fff;
}


/*-------------------------------------------------*/


/* =  all portfolio-pages
/*-------------------------------------------------*/

.banner-page-section {
  padding: 140px 0;
  margin-top: 90px;
  background: url('../upload/banners/back1.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
}

.banner-page-section h1 {
  color: #222222;
  font-size: 36px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin: 0 0 25px;
  letter-spacing: -0.5px;
  color: #ffffff;
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.banner-page-section p {
  font-size: 18px;
  color: #eeeeee;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  margin: 0;
}

.page-depth-section {
  padding: 22px 0;
  background: #f5f5f5;
  text-align: center;
}

.page-depth-section ul {
  margin: 0;
  padding: 0;
}

.page-depth-section ul li {
  display: inline-block;
  margin-right: 5px;
}

.page-depth-section ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #bbb;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  line-height: 20px;
}

.page-depth-section ul li a:hover {
  color: #999999;
}

.page-depth-section ul li:before {
  content: '/';
  display: inline-block;
  color: #bbb;
  font-size: 9px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin-right: 8px;
}

.page-depth-section ul li:first-child:before {
  display: none;
  margin-right: 0;
}

ul.filter {
  margin: 0;
  padding: 0;
  margin-bottom: 70px;
  text-align: center;
}

ul.filter li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 5px;
}

ul.filter li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}

ul.filter li a:hover,
ul.filter li a.active {
  color: #81cfe0;
}

ul.filter li:before {
  content: '/';
  display: inline-block;
  color: #bbb;
  font-size: 11px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin-right: 10px;
}

ul.filter li:first-child:before {
  display: none;
  margin-right: 0;
}

.portfolio-section.grid-style,
.portfolio-section.masonry-style {
  padding-bottom: 90px;
}

.portfolio-section.grid-style .portfolio-box,
.portfolio-section.masonry-style .portfolio-box {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
}

.portfolio-section.grid-style .portfolio-box .project-post,
.portfolio-section.masonry-style .portfolio-box .project-post {
  margin: 15px 15px 25px;
}

.portfolio-section.grid-style .center-button,
.portfolio-section.masonry-style .center-button {
  margin-top: 80px;
}

.portfolio-section.grid-style .center-button a,
.portfolio-section.masonry-style .center-button a {
  border-color: #cccccc;
  color: #999999;
  font-weight: 700;
}

.portfolio-section.grid-style .center-button a:hover,
.portfolio-section.masonry-style .center-button a:hover {
  color: #222222;
  background: #f7f7f7;
}

.portfolio-section.grid-style .portfolio-box.col3 .project-post,
.portfolio-section.masonry-style .portfolio-box.col3 .project-post {
  width: 360px;
}

.portfolio-section.grid-style .portfolio-box.col4 .project-post,
.portfolio-section.masonry-style .portfolio-box.col4 .project-post {
  width: 262.5px;
}

.portfolio-section.grid-style.nospace .portfolio-box.col3 .project-post,
.portfolio-section.masonry-style.nospace .portfolio-box.col3 .project-post {
  width: 380px;
}

.portfolio-section.grid-style.nospace .portfolio-box.col4 .project-post,
.portfolio-section.masonry-style.nospace .portfolio-box.col4 .project-post {
  width: 285px;
}

div.pagination-box {
  padding-top: 60px;
  border-top: 1px solid #eeeeee;
  text-align: center;
}

div.pagination-box ul {
  margin: 0;
  padding: 0;
}

div.pagination-box ul li {
  display: inline-block;
  margin: 0 4px 10px;
}

div.pagination-box ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 11px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  padding: 8px 12px;
  background: transparent;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

div.pagination-box ul li a:hover,
div.pagination-box ul li a.active {
  border: 1px solid #333333;
  background: #333333;
  color: #ffffff;
}

.portfolio-section.grid-style.nospace .portfolio-box,
.portfolio-section.masonry-style.nospace .portfolio-box {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
}

.portfolio-section.grid-style.nospace .portfolio-box .project-post,
.portfolio-section.masonry-style.nospace .portfolio-box .project-post {
  margin: 0;
}

.portfolio-section.grid-style.nospace .portfolio-box .project-post .post-content,
.portfolio-section.masonry-style.nospace .portfolio-box .project-post .post-content {
  padding: 30px 20px;
}

.portfolio-section.fullwidth {
  margin: 0 15px;
}

.portfolio-section.fullwidth .portfolio-box {
  margin: 0px;
}

.portfolio-section.fullwidth .portfolio-box .project-post {
  padding: 15px 15px 25px;
  margin: 0;
}

.portfolio-section.fullwidth div.pagination-box {
  margin: 0 15px;
}

.portfolio-section.fullwidth.nospace {
  margin: 0;
}

.portfolio-section.fullwidth.nospace .portfolio-box .project-post {
  padding: 0;
}

.portfolio-section.grid-style.fullwidth .portfolio-box.col3 .project-post,
.portfolio-section.masonry-style.fullwidth .portfolio-box.col3 .project-post {
  width: 33.33333%;
}

.portfolio-section.grid-style.fullwidth .portfolio-box.col4 .project-post,
.portfolio-section.masonry-style.fullwidth .portfolio-box.col4 .project-post {
  width: 25%;
}

button.mfp-close,
button.mfp-arrow {
  outline: none;
}


/*-------------------------------------------------*/


/* =  single project pages
/*-------------------------------------------------*/

.banner-page-section.single-project-banner {
  background: url('../upload/banners/back2.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.single-project-section {
  padding: 70px 0 0;
}

.single-project-section .projects-pagin {
  text-align: center;
  overflow: hidden;
  margin-bottom: 65px;
}

.single-project-section .projects-pagin a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.single-project-section .projects-pagin a.prev-project,
.single-project-section .projects-pagin a.next-project {
  color: #999999;
  font-size: 11px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  padding: 8px 10px;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 5px 0;
}

.single-project-section .projects-pagin a.prev-project:hover,
.single-project-section .projects-pagin a.next-project:hover {
  color: #ffffff;
  background: #333333;
  border: 1px solid #333333;
}

.single-project-section .projects-pagin a.prev-project {
  float: left;
}

.single-project-section .projects-pagin a.prev-project i {
  margin-right: 5px;
}

.single-project-section .projects-pagin a.next-project {
  float: right;
}

.single-project-section .projects-pagin a.next-project i {
  margin-left: 5px;
}

.single-project-section .projects-pagin a.all-project {
  color: #bbb;
  font-size: 14px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  background: transparent;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.single-project-section .projects-pagin a.all-project:hover {
  color: #fff;
  background: #222222;
}

.single-project-section .single-project-box {
  padding-bottom: 70px;
  border-bottom: 1px solid #eeeeee;
}

.single-project-section .single-project-box .project-gal img {
  width: 100%;
  margin-bottom: 30px;
}

.single-project-section .single-project-box .project-content-text h1 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 4px;
}

.single-project-section .single-project-box .project-content-text ul.tags {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.single-project-section .single-project-box .project-content-text ul.tags li {
  display: inline-block;
}

.single-project-section .single-project-box .project-content-text ul.tags li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
  font-size: 12px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  color: #999999;
}

.single-project-section .single-project-box .project-content-text p {
  margin-bottom: 15px;
}

.single-project-section .single-project-box .project-content-text div.client {
  margin-top: 40px;
}

.single-project-section .single-project-box .project-content-text div.client span {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  color: #999999;
}

.single-project-section .single-project-box .project-content-text div.share-box {
  margin-top: 40px;
}

.single-project-section .single-project-box .project-content-text div.share-box ul.social-project {
  margin: 0;
  padding: 0;
}

.single-project-section .single-project-box .project-content-text div.share-box ul.social-project li {
  display: inline-block;
  margin-right: 2px;
}

.single-project-section .single-project-box .project-content-text div.share-box ul.social-project li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #999999;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #999999;
}

.single-project-section .single-project-box .project-content-text div.share-box ul.social-project li a:hover {
  border: 1px solid #555555;
  background: #555555;
  color: #ffffff;
}

.single-project-section.single-two .single-project-box .project-gal {
  margin-bottom: 45px;
}

.single-project-section.single-two .single-project-box .project-gal ul.slider-call {
  margin: 0;
  padding: 0;
}

.single-project-section.single-two .single-project-box .project-gal ul.slider-call li img {
  width: 100%;
  margin: 0;
}

.single-project-section.single-two .single-project-box .project-gal #bx-pager {
  overflow: hidden;
  padding-top: 15px;
  margin-left: -15px;
  margin-right: -15px;
}

.single-project-section.single-two .single-project-box .project-gal #bx-pager a {
  float: left;
  width: 25%;
  padding: 15px;
}

.single-project-section.single-two .single-project-box .project-gal #bx-pager a img {
  width: 100%;
  margin: 0;
}

.single-project-section.single-two .single-project-box .project-content-text div.client {
  margin-top: 0;
}

.single-project-section.single-two .single-project-box .project-content-text div.share-box {
  margin-top: 25px;
}

.single-project-section.single-three .single-line {
  overflow: hidden;
}

.single-project-section.single-three .single-line .left-side {
  width: 50%;
  float: left;
}

.single-project-section.single-three .single-line .left-side .project-content-text {
  padding: 140px 85px 20px 0px;
  max-width: 570px;
  float: right;
}

.single-project-section.single-three .single-line .right-side {
  width: 50%;
  float: right;
}

.single-project-section.single-three .single-line .right-side .project-content-text {
  padding: 150px 0px 20px 85px;
  max-width: 570px;
}

.single-project-section.single-three .single-line img {
  width: 100%;
  margin: 0;
}

.related-projects-section {
  padding: 70px 0 90px;
}

.related-projects-section .owl-carousel {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}

.related-projects-section .owl-carousel .item {
  padding: 0 15px;
  width: 100%;
}

.related-projects-section .owl-carousel div.owl-buttons {
  display: none;
}

.related-projects-section .owl-carousel .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  border: 2px solid #e0e0e0;
  margin: 0 2px;
}

.related-projects-section .owl-carousel .owl-controls .owl-page.active span {
  border: 2px solid #81cfe0;
  background: #81cfe0;
}

.related-projects-section .owl-theme .owl-controls {
  top: inherit;
  margin-top: 0;
}

.related-projects-section .project-post {
  position: relative;
  overflow: hidden;
}

.related-projects-section .project-post img {
  width: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.related-projects-section .project-post .hover-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0;
}

.related-projects-section .project-post .hover-box .inner-hover {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: -20px;
  padding: 0 15px;
}

.related-projects-section .project-post .hover-box .inner-hover h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 4px;
}

.related-projects-section .project-post .hover-box .inner-hover h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}

.related-projects-section .project-post .hover-box .inner-hover h2 a:hover {
  color: #81cfe0;
}

.related-projects-section .project-post .hover-box .inner-hover span {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  color: #999999;
}

.related-projects-section .project-post .hover-box a.zoom {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  background: #81cfe0;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  line-height: 60px;
  outline: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.related-projects-section .project-post .hover-box a.zoom:hover {
  opacity: 0.7;
}

.related-projects-section .project-post .post-gallery {
  position: relative;
  overflow: hidden;
}

.related-projects-section .project-post .post-content {
  text-align: center;
  padding: 20px;
}

.related-projects-section .project-post .post-content h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 0px;
}

.related-projects-section .project-post .post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}

.related-projects-section .project-post .post-content h2 a:hover {
  color: #81cfe0;
}

.related-projects-section .project-post .post-content span {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  color: #999999;
}

.related-projects-section .project-post:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.related-projects-section .project-post:hover .hover-box {
  opacity: 1;
}


/*-------------------------------------------------*/


/* =  about pages
/*-------------------------------------------------*/

.banner-page-section.about-banner {
  background: url('../upload/banners/back6.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section.about-us-section {
  padding: 80px 0;
}

section.about-us-section .about-box .about-title h1 {
  color: #222222;
  font-size: 36px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin: 0 0 25px;
  letter-spacing: -0.5px;
  position: relative;
  padding-bottom: 20px;
}

section.about-us-section .about-box .about-title h1:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 30px;
  height: 3px;
  background: #81cfe0;
}

section.about-us-section .about-box .about-post {
  margin-bottom: 80px;
}

section.about-us-section .about-box .about-post h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 4px;
}

section.about-us-section .about-box .about-post p span {
  font-size: 12px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  margin-bottom: 20px;
}

section.about-us-section .features-items {
  padding-top: 80px;
  border-top: 1px solid #eeeeee;
}

section.about-us-section .features-items .feature-post {
  overflow: hidden;
}

section.about-us-section .features-items .feature-post a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: left;
  width: 72px;
  height: 72px;
  line-height: 72px;
  color: #ffffff;
  font-size: 30px;
  background: #363639;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

section.about-us-section .features-items .feature-post a:hover {
  background: #81cfe0;
}

section.about-us-section .features-items .feature-post h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-left: 100px;
  margin-top: 15px;
}

section.about-us-section.black-style {
  padding-top: 100px;
  background: url('../upload/banners/banner1.jpg') center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section.about-us-section.black-style .about-box .about-title h1 {
  color: #fff;
}

section.about-us-section.black-style .about-box .about-post {
  margin-bottom: 30px;
}

section.about-us-section.black-style .about-box .about-post h2 {
  color: #fff;
}

section.about-us-section.black-style .about-box .about-post p {
  color: #aaaaaa;
}

section.skills-section {
  padding: 60px 0 80px;
  background: #fff;
  position: relative;
}

section.skills-section div.left-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: url('../upload/others/ab1.jpg');
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section.skills-section .skills-box .title-section {
  text-align: left;
}

section.skills-section .skills-box .title-section h1:after {
  left: 0;
  margin-left: 0;
}

section.skills-section .skills-box .skills-progress>p {
  color: #222222;
  font-size: 14px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  margin-bottom: 15px;
}

section.skills-section .skills-box .skills-progress>p span {
  float: right;
  color: #81cfe0;
}

section.skills-section .skills-box .skills-progress div.meter {
  height: 3px;
  background: #eeeeee;
  margin-bottom: 20px;
}

section.skills-section .skills-box .skills-progress div.meter p {
  height: 100%;
  background: #81cfe0;
}

section.skills-section.dark-skills {
  padding: 50px 0;
  background: #383a3e;
}

section.skills-section.dark-skills div.left-image {
  background: url('../upload/others/ab2.jpg');
}

section.skills-section.dark-skills .skills-box {
  padding-left: 50px;
}

section.skills-section.dark-skills .skills-box .skills-progress>p {
  color: #fff;
}

section.skills-section.dark-skills .skills-box .skills-progress div.meter {
  background: #666666;
}

.statistic-section.second-style {
  padding: 130px 0 100px;
}

.statistic-section.second-style .statistic-post {
  margin-bottom: 20px;
  position: relative;
}

.statistic-section.second-style .statistic-post p {
  margin: 0;
  padding-bottom: 0;
}

.statistic-section.second-style .statistic-post p:after {
  display: none;
}

.statistic-section.second-style .statistic-post:after {
  content: '';
  position: absolute;
  top: 0;
  right: -15px;
  width: 2px;
  height: 100%;
  background: #555555;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}

.statistic-section.second-style .statistic-post.no-after:after {
  display: none;
}

.statistic-section.skin-style {
  padding: 90px 0 50px;
  background: #81cfe0;
}

.statistic-section.skin-style .statistic-post {
  margin-bottom: 20px;
  position: relative;
}

.statistic-section.skin-style .statistic-post h2 {
  color: #fff;
}

.statistic-section.skin-style .statistic-post p {
  margin: 0;
  padding-bottom: 0;
}

.statistic-section.skin-style .statistic-post p:after {
  display: none;
}

.statistic-section.skin-style .statistic-post:after {
  content: '';
  position: absolute;
  top: 25px;
  right: -15px;
  width: 1px;
  height: 50px;
  background: #fff;
}

.statistic-section.skin-style .statistic-post.no-after:after {
  display: none;
}

section.team-section2 {
  padding: 80px 0 30px;
}

section.team-section2 .team-box .team-post {
  margin-bottom: 50px;
  text-align: center;
}

section.team-section2 .team-box .team-post .inner-team-post .team-gal {
  margin-bottom: 30px;
}

section.team-section2 .team-box .team-post .inner-team-post .team-gal img {
  width: 100%;
}

section.team-section2 .team-box .team-post .inner-team-post h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

section.team-section2 .team-box .team-post .inner-team-post span {
  display: inline-block;
  color: #999999;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  font-size: 12px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 16px;
}

section.team-section2 .team-box .team-post .inner-team-post span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 3px;
  background: #222222;
}

section.team-section2 .team-box .team-post .inner-team-post p {
  margin-bottom: 16px;
}

section.team-section2 .team-box .team-post .inner-team-post ul.social-icons {
  margin: 0;
  padding: 0;
}

section.team-section2 .team-box .team-post .inner-team-post ul.social-icons li {
  display: inline-block;
  margin: 0 3px;
}

section.team-section2 .team-box .team-post .inner-team-post ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 15px;
}

section.team-section2 .team-box .team-post .inner-team-post ul.social-icons li a:hover {
  color: #222222;
}

section.team-section2 .team-box .team-post .skills-box {
  text-align: left;
  margin-top: 20px;
}

section.team-section2 .team-box .team-post .skills-box .skills-progress>p {
  color: #999999;
  font-size: 13px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  margin-bottom: 10px;
}

section.team-section2 .team-box .team-post .skills-box .skills-progress div.meter {
  height: 3px;
  background: #eeeeee;
  margin-bottom: 20px;
}

section.team-section2 .team-box .team-post .skills-box .skills-progress div.meter p {
  height: 100%;
  background: #81cfe0;
}

.statistic-section4 {
  padding: 100px 0 0;
  background: #fff;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.statistic-section4 .statistic-box {
  text-align: center;
  padding-bottom: 70px;
  border-bottom: 1px solid #eeeeee;
}

.statistic-section4 .statistic-post {
  margin-bottom: 20px;
}

.statistic-section4 .statistic-post h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  font-family: 'Droid Serif', serif;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 12px;
}

.statistic-section4 .statistic-post p {
  margin: 0 0 15px;
  position: relative;
  line-height: inherit;
}

.statistic-section4 .statistic-post span.timer {
  display: inline-block;
  color: #81cfe0;
  font-size: 60px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin: 0;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.statistic-section4 .statistic-post span.timer:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 3px;
  background: #222222;
  left: 50%;
  margin-left: -15px;
  bottom: -2px;
}

section.about-section4 {
  padding: 85px 0 50px;
  background: url('../upload/banners/banner9.jpg') center bottom;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section.about-section4 .about-box img {
  display: block;
  margin: 0 auto 60px;
}

section.about-section4 .about-box .about-post {
  margin-bottom: 50px;
}

section.about-section4 .about-box .about-post a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: left;
  width: 70px;
  height: 70px;
  background: #ffffff;
  color: #999999;
  border: 1px solid #eeeeee;
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

section.about-section4 .about-box .about-post a:hover {
  color: #fff;
  border-color: transparent;
  background-color: #81cfe0;
}

section.about-section4 .about-box .about-post .about-post-content {
  margin-left: 100px;
}

section.about-section4 .about-box .about-post .about-post-content h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 3px;
}

section.about-section4 .about-box .about-post .about-post-content span {
  font-family: 'Droid Serif', serif;
  color: #999999;
  font-size: 12px;
  font-style: italic;
  display: inline-block;
  margin-bottom: 15px;
}

.features-section2.dark-style {
  background: #333333;
  padding: 0;
  display: flex;
}

.features-section2.dark-style .right-image {
  width: 50%;
}

.features-section2.dark-style .right-image img {
  width: 100%;
  height: auto;
}

.features-section2.dark-style .features-box {
  width: 50%;
  padding: 80px 50px;
  overflow: hidden;
}

.features-section2.dark-style .features-box .inner-box {
  max-width: 510px;
  float: right;
}

.features-section2.dark-style .features-box .article-place h1 {
  color: #fff;
}

.features-section2.dark-style .features-box .features-items .feature-post a {
  border: 1px solid #999999;
  color: #fff;
  background-color: transparent;
}

.features-section2.dark-style .features-box .features-items .feature-post a:hover {
  border-color: transparent;
  background-color: #fff;
  color: #81cfe0;
}

.features-section2.dark-style .features-box .features-items .feature-post h2 {
  color: #fff;
}


/*-------------------------------------------------*/


/* =  services pages
/*-------------------------------------------------*/

.banner-page-section.services-banner {
  background: url('../upload/banners/back9.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section.services-section2 {
  padding: 130px 0;
  background: url('../upload/banners/banner7.jpg') fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section.services-section2 .services-box .services-post {
  overflow: hidden;
}

section.services-section2 .services-box .services-post a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 30px;
  line-height: 70px;
  text-align: center;
  width: 70px;
  height: 70px;
  background: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  float: left;
}

section.services-section2 .services-box .services-post h2 {
  padding: 10px 0 0;
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-left: 100px;
  color: #ffffff;
  margin-bottom: 0;
}

section.half-image-cont-section {
  display: flex;
  background: #ede9e4;
  justify-content: center;
  align-items: center;
}

section.half-image-cont-section .image-holder {
  width: 50%;
}

section.half-image-cont-section .image-holder img {
  width: 100%;
  height: auto;
}

section.half-image-cont-section .content-holder {
  width: 50%;
  padding-left: 80px;
}

section.half-image-cont-section .content-holder .inner-content {
  max-width: 490px;
}

section.half-image-cont-section .content-holder .inner-content h1 {
  color: #222222;
  font-size: 36px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin: 0 0 25px;
  letter-spacing: -0.5px;
  padding-bottom: 26px;
  margin-bottom: 25px;
  position: relative;
}

section.half-image-cont-section .content-holder .inner-content h1 span {
  color: #cccccc;
  margin-left: 5px;
}

section.half-image-cont-section .content-holder .inner-content h1:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 3px;
  background: #81cfe0;
  bottom: 0;
  left: 0;
}

section.half-image-cont-section .content-holder .inner-content p {
  margin-bottom: 20px;
}

section.half-image-cont-section .content-holder .inner-content p.quote-style {
  font-size: 14px;
  color: #999999;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  line-height: 24px;
  margin-bottom: 20px;
}

section.half-image-cont-section .content-holder .inner-content>span {
  font-size: 14px;
  color: #222222;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  line-height: 24px;
}

section.half-image-cont-section .content-holder .inner-content h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
}

section.half-image-cont-section .content-holder.left-side {
  width: 50%;
  padding-left: 0px;
  padding-right: 80px;
}

section.half-image-cont-section .content-holder.left-side .inner-content {
  float: right;
}

section.half-image-cont-section.dark-mem {
  background: #2d2d2d;
}

section.half-image-cont-section.dark-mem .content-holder .inner-content h1 {
  color: #ffffff;
}

section.half-image-cont-section.dark-mem .content-holder .inner-content h1 span {
  color: #666666;
}

section.half-image-cont-section.dark-mem .content-holder .inner-content>span {
  color: #666666;
}

section.half-image-cont-section.dark-mem .content-holder .inner-content h2 {
  color: #fff;
}

section.banner-line-default {
  padding: 70px 0;
  background-color: #81cfe0;
  text-align: center;
}

section.banner-line-default h1 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin: 10px 0;
}

a.button-one {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: none;
  color: #81cfe0;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #81cfe0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 12px 45px 10px;
  margin: 0 15px;
  letter-spacing: 0.8px;
}

a.button-one:hover {
  background: #81cfe0;
  color: #ffffff;
}

a.button-one.white-button {
  color: #ffffff;
  border: 1px solid #ffffff;
}

a.button-one.white-button:hover {
  background: #ffffff;
  color: #81cfe0;
}

a.button-two {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #81cfe0;
  color: #fff;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 12px 45px 10px;
  margin: 0 15px;
  letter-spacing: 0.8px;
}

a.button-two:hover {
  background: #ffffff;
  color: #81cfe0;
}

section.features-section4.second-style {
  padding: 120px 0;
  background: url('../upload/banners/back10.jpg') center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section.features-section4.second-style .features-box .feature-post span {
  width: 70px;
  height: 70px;
  color: #222222;
  line-height: 70px;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

section.features-section4.second-style .features-box .feature-post span:after {
  display: none;
}

section.features-section4.second-style .features-box .feature-post h2,
section.features-section4.second-style .features-box .feature-post img {
  padding-top: 15px;
}

section.features-section4.white-style {
  padding: 100px 0;
  background: #fff;
}

section.features-section4.white-style .features-box h1 {
  color: #222222;
}

section.features-section4.white-style .features-box p {
  color: #999999;
}

section.features-section4.white-style .features-box .feature-post span {
  width: 70px;
  height: 70px;
  color: #fff;
  line-height: 70px;
  text-align: center;
  background-color: #222222;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

section.features-section4.white-style .features-box .feature-post span:after {
  display: none;
}

section.features-section4.white-style .features-box .feature-post h2 {
  color: #222222;
}

section.features-section4.white-style .features-box .feature-post h2,
section.features-section4.white-style .features-box .feature-post img {
  padding-top: 15px;
}

section.services-section3 {
  padding-top: 80px;
  border-bottom: 1px solid #eeeeee;
}

section.services-section3 .services-box {
  display: flex;
  text-align: center;
}

section.services-section3 .services-box .services-post {
  padding-bottom: 50px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

section.services-section3 .services-box .services-post img {
  width: 100%;
  height: auto;
  opacity: 0.6;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

section.services-section3 .services-box .services-post>a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border: 1px solid #eeeeee;
  font-size: 30px;
  color: #81cfe0;
  line-height: 68px;
  text-align: center;
  margin-top: -35px;
  margin-bottom: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

section.services-section3 .services-box .services-post h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-top: 25px !important;
}

section.services-section3 .services-box .services-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}

section.services-section3 .services-box .services-post p,
section.services-section3 .services-box .services-post h2 {
  max-width: 300px;
  margin: 0 auto 16px;
}

section.services-section3 .services-box .services-post:hover {
  background-color: #f7f7f7;
}

section.services-section3 .services-box .services-post:hover img {
  opacity: 1;
}

section.services-section3 .services-box .services-post:hover>a {
  background-color: #81cfe0;
  border: 1px solid transparent;
  color: #fff;
}

section.services-section3 .services-box.image-no-opacity .services-post img {
  opacity: 1;
}

.about-section.black-style {
  padding: 100px 30px 50px;
  background: url('../upload/banners/banner1.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.about-section.black-style .about-box .about-post {
  margin-bottom: 50px;
}

.about-section.black-style .about-box .about-post>a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
  background: transparent;
}

.about-section.black-style .about-box .about-post>a:hover {
  background: #81cfe0;
}

.about-section.black-style .about-box .about-post .about-post-content h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
}

.about-section.black-style .about-box .about-post .about-post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #fff;
}

.about-section.black-style .about-box .about-post .about-post-content h2 a:hover {
  color: #81cfe0;
}

.about-section.black-style .about-box .about-post .about-post-content p {
  margin-bottom: 0;
}


/*-------------------------------------------------*/


/* =  Blog pages
/*-------------------------------------------------*/

.banner-page-section.blog-banner {
  background: url('../upload/banners/back3.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.blog-section.standart .pagination-box {
  text-align: left;
  padding-top: 0;
  border: none;
}

.blog-section.standart.leftsidebar .blog-box {
  padding-left: 50px;
  border-left: 1px solid #eeeeee;
}

.blog-section.standart.leftsidebar .sidebar {
  padding-right: 20px;
}

.blog-section.standart.rightsidebar .blog-box {
  padding-right: 50px;
  border-right: 1px solid #eeeeee;
}

.blog-section.standart.rightsidebar .sidebar {
  padding-left: 20px;
}

.blog-section.standart .blog-box .blog-post,
.blog-section.grid-style .blog-box .blog-post,
.blog-section.masonry-style .blog-box .blog-post {
  overflow: hidden;
  margin-bottom: 70px;
}

.blog-section.standart .blog-box .blog-post .post-gallery,
.blog-section.grid-style .blog-box .blog-post .post-gallery,
.blog-section.masonry-style .blog-box .blog-post .post-gallery {
  margin-bottom: 27px;
}

.blog-section.standart .blog-box .blog-post .post-gallery img,
.blog-section.grid-style .blog-box .blog-post .post-gallery img,
.blog-section.masonry-style .blog-box .blog-post .post-gallery img {
  width: 100%;
}

.blog-section.standart .blog-box .blog-post .post-gallery iframe,
.blog-section.grid-style .blog-box .blog-post .post-gallery iframe,
.blog-section.masonry-style .blog-box .blog-post .post-gallery iframe {
  width: 100%;
  height: 450px;
}

.blog-section.standart .blog-box .blog-post ul.post-tags,
.blog-section.grid-style .blog-box .blog-post ul.post-tags,
.blog-section.masonry-style .blog-box .blog-post ul.post-tags {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.blog-section.standart .blog-box .blog-post ul.post-tags li,
.blog-section.grid-style .blog-box .blog-post ul.post-tags li,
.blog-section.masonry-style .blog-box .blog-post ul.post-tags li {
  display: inline-block;
  margin-right: 3px;
  font-size: 12px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  color: #999999;
  line-height: 20px;
}

.blog-section.standart .blog-box .blog-post ul.post-tags li a,
.blog-section.grid-style .blog-box .blog-post ul.post-tags li a,
.blog-section.masonry-style .blog-box .blog-post ul.post-tags li a {
  color: #999999;
}

.blog-section.standart .blog-box .blog-post ul.post-tags li a:hover,
.blog-section.grid-style .blog-box .blog-post ul.post-tags li a:hover,
.blog-section.masonry-style .blog-box .blog-post ul.post-tags li a:hover {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #81cfe0;
}

.blog-section.standart .blog-box .blog-post ul.post-tags li:before,
.blog-section.grid-style .blog-box .blog-post ul.post-tags li:before,
.blog-section.masonry-style .blog-box .blog-post ul.post-tags li:before {
  content: '/';
  font-size: 12px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  color: #999999;
  margin-right: 6px;
}

.blog-section.standart .blog-box .blog-post ul.post-tags li:first-child:before,
.blog-section.grid-style .blog-box .blog-post ul.post-tags li:first-child:before,
.blog-section.masonry-style .blog-box .blog-post ul.post-tags li:first-child:before {
  display: none;
  margin-right: 0;
}

.blog-section.standart .blog-box .blog-post h2,
.blog-section.grid-style .blog-box .blog-post h2,
.blog-section.masonry-style .blog-box .blog-post h2 {
  color: #222222;
  font-size: 36px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin: 0 0 25px;
  letter-spacing: -0.5px;
  padding-bottom: 30px;
  position: relative;
}

.blog-section.standart .blog-box .blog-post h2 a,
.blog-section.grid-style .blog-box .blog-post h2 a,
.blog-section.masonry-style .blog-box .blog-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}

.blog-section.standart .blog-box .blog-post h2 a:hover,
.blog-section.grid-style .blog-box .blog-post h2 a:hover,
.blog-section.masonry-style .blog-box .blog-post h2 a:hover {
  color: #81cfe0;
}

.blog-section.standart .blog-box .blog-post h2:after,
.blog-section.grid-style .blog-box .blog-post h2:after,
.blog-section.masonry-style .blog-box .blog-post h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: #81cfe0;
}

.blog-section.standart .blog-box .blog-post p,
.blog-section.grid-style .blog-box .blog-post p,
.blog-section.masonry-style .blog-box .blog-post p {
  margin-bottom: 25px;
}

.blog-section.standart .blog-box .blog-post>a,
.blog-section.grid-style .blog-box .blog-post>a,
.blog-section.masonry-style .blog-box .blog-post>a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 12px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
}

.blog-section.standart .blog-box .blog-post>a:hover,
.blog-section.grid-style .blog-box .blog-post>a:hover,
.blog-section.masonry-style .blog-box .blog-post>a:hover {
  color: #81cfe0;
}

.blog-section.standart .blog-box .blog-post>a.comments,
.blog-section.grid-style .blog-box .blog-post>a.comments,
.blog-section.masonry-style .blog-box .blog-post>a.comments {
  float: right;
  color: #999999;
}

.blog-section.standart .blog-box .blog-post>a.comments i,
.blog-section.grid-style .blog-box .blog-post>a.comments i,
.blog-section.masonry-style .blog-box .blog-post>a.comments i {
  font-size: 15px;
  margin-right: 4px;
}

.blog-section.standart .blog-box .quote-post,
.blog-section.grid-style .blog-box .quote-post,
.blog-section.masonry-style .blog-box .quote-post {
  margin-bottom: 70px;
  padding: 50px 60px;
  background: url('../upload/blog/back-block.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.blog-section.standart .blog-box .quote-post blockquote,
.blog-section.grid-style .blog-box .quote-post blockquote,
.blog-section.masonry-style .blog-box .quote-post blockquote {
  margin: 0;
  border: none;
  background: transparent;
  padding: 50px 0 0;
  position: relative;
  text-align: center;
}

.blog-section.standart .blog-box .quote-post blockquote p,
.blog-section.grid-style .blog-box .quote-post blockquote p,
.blog-section.masonry-style .blog-box .quote-post blockquote p {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  line-height: 30px;
  margin-bottom: 25px;
}

.blog-section.standart .blog-box .quote-post blockquote:before,
.blog-section.grid-style .blog-box .quote-post blockquote:before,
.blog-section.masonry-style .blog-box .quote-post blockquote:before {
  content: "\201C";
  top: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  color: #81cfe0;
  font-family: 'Droid Serif', serif;
  font-size: 72px;
  line-height: 50px;
}

.blog-section.standart .blog-box .quote-post h2,
.blog-section.grid-style .blog-box .quote-post h2,
.blog-section.masonry-style .blog-box .quote-post h2 {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  position: relative;
  padding-top: 30px;
}

.blog-section.standart .blog-box .quote-post h2:before,
.blog-section.grid-style .blog-box .quote-post h2:before,
.blog-section.masonry-style .blog-box .quote-post h2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 3px;
  background: #81cfe0;
}

.blog-section.standart.nosidebar .blog-box {
  max-width: 770px;
  text-align: center;
  margin: 0 auto;
}

.blog-section.standart.nosidebar .blog-box .blog-post h2:after {
  background: #222222;
  left: 50%;
  margin-left: -15px;
}

.blog-section.standart.nosidebar .blog-box .blog-post a.comments {
  float: none;
  margin-left: 25px;
}

.blog-section.standart.nosidebar .blog-box .pagination-box {
  text-align: center;
}

.sidebar .widget {
  margin-bottom: 50px;
}

.sidebar .widget h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 15px;
}

.sidebar .search-widget input[type="search"] {
  margin: 0;
  padding: 10px 20px;
  border: 1px solid transparent;
  width: 100%;
  outline: none;
  color: #999999;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  background: #f7f7f7;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.sidebar .search-widget button {
  background: transparent;
  border: none;
  float: right;
  margin-top: -32px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
}

.sidebar .search-widget button i {
  color: #999999;
  font-size: 13px;
}

.sidebar .text-widget p {
  margin-bottom: 0;
}

.sidebar .category-widget ul {
  margin: 0;
  padding: 0;
}

.sidebar .category-widget ul li {
  list-style: none;
  margin-bottom: 10px;
}

.sidebar .category-widget ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
}

.sidebar .category-widget ul li a:before {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #999999;
  font-size: 12px;
  margin-right: 14px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.sidebar .category-widget ul li a:hover,
.sidebar .category-widget ul li a:hover:before {
  color: #222222;
}

.sidebar .category-widget ul li:last-child {
  margin-bottom: 0px;
}

.sidebar .popular-widget ul.popular-list {
  margin: 0;
  padding: 0;
}

.sidebar .popular-widget ul.popular-list li {
  list-style: none;
  overflow-y: hidden;
  margin-bottom: 20px;
}

.sidebar .popular-widget ul.popular-list li img {
  float: left;
  max-width: 70px;
}

.sidebar .popular-widget ul.popular-list li .side-content {
  margin-left: 90px;
  padding-top: 4px;
}

.sidebar .popular-widget ul.popular-list li .side-content h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  font-size: 13px;
  margin-bottom: 0px;
}

.sidebar .popular-widget ul.popular-list li .side-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}

.sidebar .popular-widget ul.popular-list li .side-content h2 a:hover {
  color: #81cfe0;
}

.sidebar .popular-widget ul.popular-list li .side-content span {
  display: inline-block;
  margin: 0;
  color: #999999;
  font-size: 12px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
}

.sidebar .popular-widget ul.popular-list li:last-child {
  margin-bottom: 0;
}

.sidebar .tags-widget ul.tags-list {
  margin: 0;
  padding: 0;
}

.sidebar .tags-widget ul.tags-list li {
  display: inline-block;
  margin-right: 1px;
  margin-bottom: 5px;
}

.sidebar .tags-widget ul.tags-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  padding: 5px 10px;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.sidebar .tags-widget ul.tags-list li a:hover {
  color: #222222;
  border: 1px solid #999999;
}

.sidebar .instagram-widget ul {
  margin: 0;
  padding: 0;
}

.sidebar .instagram-widget ul li {
  display: inline-block;
  margin-right: 1px;
  margin-bottom: 5px;
}

.sidebar .instagram-widget ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  max-width: 75px;
}

.sidebar .instagram-widget ul li a img {
  width: 100%;
}

.sidebar .instagram-widget ul li a:hover {
  opacity: 0.7;
}

.blog-section.grid-style .blog-box .blog-post,
.blog-section.masonry-style .blog-box .blog-post {
  margin-bottom: 50px;
}

.blog-section.grid-style .blog-box .blog-post .post-gallery,
.blog-section.masonry-style .blog-box .blog-post .post-gallery {
  margin-bottom: 25px;
}

.blog-section.grid-style .blog-box .blog-post .post-gallery iframe,
.blog-section.masonry-style .blog-box .blog-post .post-gallery iframe {
  height: 200px;
}

.blog-section.grid-style .blog-box .blog-post .post-gallery img,
.blog-section.masonry-style .blog-box .blog-post .post-gallery img {
  margin-bottom: 0;
}

.blog-section.grid-style .blog-box .blog-post .post-gallery .bx-wrapper .bx-controls-direction,
.blog-section.masonry-style .blog-box .blog-post .post-gallery .bx-wrapper .bx-controls-direction {
  display: inline-block;
}

.blog-section.grid-style .blog-box .blog-post ul.post-tags,
.blog-section.masonry-style .blog-box .blog-post ul.post-tags {
  margin-bottom: 12px;
}

.blog-section.grid-style .blog-box .blog-post h2,
.blog-section.masonry-style .blog-box .blog-post h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  padding-bottom: 0;
  margin-bottom: 12px;
}

.blog-section.grid-style .blog-box .blog-post h2 a,
.blog-section.masonry-style .blog-box .blog-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}

.blog-section.grid-style .blog-box .blog-post h2 a:hover,
.blog-section.masonry-style .blog-box .blog-post h2 a:hover {
  color: #81cfe0;
}

.blog-section.grid-style .blog-box .blog-post h2:after,
.blog-section.masonry-style .blog-box .blog-post h2:after {
  display: none;
}

.blog-section.grid-style .blog-box .blog-post a.comments,
.blog-section.masonry-style .blog-box .blog-post a.comments {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
  float: none;
}

.blog-section.grid-style .blog-box .blog-post a.comments i,
.blog-section.masonry-style .blog-box .blog-post a.comments i {
  margin-right: 5px;
  font-size: 15px;
}

.blog-section.grid-style .blog-box .blog-post p,
.blog-section.masonry-style .blog-box .blog-post p {
  margin-bottom: 12px;
}

.blog-section.grid-style .blog-box .blog-post.quote-post,
.blog-section.masonry-style .blog-box .blog-post.quote-post {
  padding: 40px 30px 50px;
}

.blog-section.grid-style .blog-box .blog-post.quote-post blockquote p,
.blog-section.masonry-style .blog-box .blog-post.quote-post blockquote p {
  font-size: 14px;
  line-height: 24px;
}

.blog-section.grid-style .blog-box .blog-post.quote-post h2,
.blog-section.masonry-style .blog-box .blog-post.quote-post h2 {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  position: relative;
  padding-top: 30px;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.blog-section.grid-style .blog-box .blog-post.quote-post h2:before,
.blog-section.masonry-style .blog-box .blog-post.quote-post h2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 3px;
  background: #81cfe0;
}

.blog-section.grid-style .blog-box .blog-post.quote-post h2:after,
.blog-section.masonry-style .blog-box .blog-post.quote-post h2:after {
  display: none !important;
}

.blog-section.grid-style.boxed .blog-box .blog-post,
.blog-section.masonry-style.boxed .blog-box .blog-post {
  text-align: center;
}

.blog-section.grid-style.boxed .blog-box .blog-post h2,
.blog-section.masonry-style.boxed .blog-box .blog-post h2 {
  margin-bottom: 18px;
  padding-bottom: 20px;
}

.blog-section.grid-style.boxed .blog-box .blog-post h2:after,
.blog-section.masonry-style.boxed .blog-box .blog-post h2:after {
  display: block;
  background: #222222;
  left: 50%;
  margin-left: -15px;
}

.blog-section.grid-style.boxed .blog-box.fullwidth,
.blog-section.masonry-style.boxed .blog-box.fullwidth {
  margin-left: -15px;
  margin-right: -15px;
}

iframe {
  border: none;
}


/*-------------------------------------------------*/


/* =  single post pages
/*-------------------------------------------------*/

.banner-page-section.sinlge-post-banner {
  background: url('../upload/banners/back4.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.blog-section.standart .blog-box .single-post {
  text-align: left;
}

.blog-section.standart .blog-box .single-post h2:after {
  background: #222222;
}

.blog-section.standart .blog-box .single-post blockquote {
  margin: 50px 0;
  border: none;
  background: transparent;
  padding: 45px 35px 45px 100px;
  position: relative;
  background: url('../upload/blog/back-block.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}

.blog-section.standart .blog-box .single-post blockquote p {
  color: #ffffff;
  font-size: 14px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  line-height: 24px;
  margin-bottom: 0px;
}

.blog-section.standart .blog-box .single-post blockquote:before {
  content: "\201C";
  top: 54px;
  left: 50px;
  position: absolute;
  color: #81cfe0;
  font-family: 'Droid Serif', serif;
  font-size: 72px;
  line-height: 50px;
}

.blog-section.standart .blog-box .single-post .row-img {
  overflow: hidden;
  margin: 50px 0;
}

.blog-section.standart .blog-box .single-post .row-img img {
  width: 50%;
  float: left;
}

.blog-section.standart .blog-box .single-post .row-img.col3 img {
  width: 33.3333333%;
}

.blog-section.standart .blog-box .single-post div.share-box {
  margin-bottom: 25px;
}

.blog-section.standart .blog-box .single-post div.share-box ul.share-list {
  margin: 0;
  padding: 0;
}

.blog-section.standart .blog-box .single-post div.share-box ul.share-list li {
  display: inline-block;
  margin-right: 2px;
}

.blog-section.standart .blog-box .single-post div.share-box ul.share-list li span {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

.blog-section.standart .blog-box .single-post div.share-box ul.share-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #999999;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #999999;
}

.blog-section.standart .blog-box .single-post div.share-box ul.share-list li a:hover {
  border: 1px solid #555555;
  background: #555555;
  color: #ffffff;
}

.blog-section.standart .blog-box .single-post div.tags-box {
  margin-bottom: 50px;
}

.blog-section.standart .blog-box .single-post div.tags-box ul.tag-list {
  margin: 0;
  padding: 0;
}

.blog-section.standart .blog-box .single-post div.tags-box ul.tag-list li {
  display: inline-block;
  margin-right: 2px;
}

.blog-section.standart .blog-box .single-post div.tags-box ul.tag-list li span {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  display: inline-block;
  margin: 0 4px 0 0;
}

.blog-section.standart .blog-box .single-post div.tags-box ul.tag-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: transparent;
  border: 1px solid #eeeeee;
  text-align: center;
  font-size: 13px;
  color: #999999;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  padding: 5px 10px;
}

.blog-section.standart .blog-box .single-post div.tags-box ul.tag-list li a:hover {
  border: 1px solid #555555;
  background: #555555;
  color: #ffffff;
}

.blog-section.standart .blog-box .single-post div.autor-profile {
  padding: 50px 70px;
  margin-bottom: 70px;
  background: #f7f7f7;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  overflow: hidden;
}

.blog-section.standart .blog-box .single-post div.autor-profile img {
  float: left;
  max-width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.blog-section.standart .blog-box .single-post div.autor-profile .autor-content {
  margin-left: 130px;
}

.blog-section.standart .blog-box .single-post div.autor-profile .autor-content h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  padding-bottom: 0;
  margin-bottom: 12px;
}

.blog-section.standart .blog-box .single-post div.autor-profile .autor-content h2:after {
  display: none;
}

.blog-section.standart .blog-box .single-post div.autor-profile .autor-content p {
  margin-bottom: 10px;
}

.blog-section.standart .blog-box .single-post div.autor-profile .autor-content ul.autor-list {
  margin: 0;
  padding: 0;
}

.blog-section.standart .blog-box .single-post div.autor-profile .autor-content ul.autor-list li {
  display: inline-block;
  margin-right: 6px;
}

.blog-section.standart .blog-box .single-post div.autor-profile .autor-content ul.autor-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 15px;
}

.blog-section.standart .blog-box .single-post div.autor-profile .autor-content ul.autor-list li a:hover {
  color: #81cfe0;
}

.blog-section.standart .blog-box .single-post div.related-posts {
  margin-bottom: 60px;
}

.blog-section.standart .blog-box .single-post div.related-posts h1 {
  color: #222222;
  font-size: 36px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin: 0 0 25px;
  letter-spacing: -0.5px;
  margin-bottom: 55px;
  padding-bottom: 45px;
  border-bottom: 1px solid #eeeeee;
}

.blog-section.standart .blog-box .single-post div.related-posts .owl-carousel {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}

.blog-section.standart .blog-box .single-post div.related-posts .owl-carousel .item {
  padding: 0 15px;
  width: 100%;
}

.blog-section.standart .blog-box .single-post div.related-posts .owl-carousel div.owl-buttons {
  display: none;
}

.blog-section.standart .blog-box .single-post div.related-posts .owl-carousel .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  border: 2px solid #e0e0e0;
  margin: 0 2px;
}

.blog-section.standart .blog-box .single-post div.related-posts .owl-carousel .owl-controls .owl-page.active span {
  border: 2px solid #81cfe0;
  background: #81cfe0;
}

.blog-section.standart .blog-box .single-post div.related-posts .owl-theme .owl-controls {
  text-align: right;
  top: -110px !important;
  right: 0;
  position: absolute;
  margin-right: 13px;
  margin-top: 0;
}

.blog-section.standart .blog-box .single-post div.related-posts .blog-post {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 0;
}

.blog-section.standart .blog-box .single-post div.related-posts .blog-post .post-gallery {
  margin-bottom: 15px;
}

.blog-section.standart .blog-box .single-post div.related-posts .blog-post .post-gallery img {
  width: 100%;
  margin-bottom: 0;
}

.blog-section.standart .blog-box .single-post div.related-posts .blog-post h2 {
  color: #222222;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 0px;
  padding-bottom: 0;
}

.blog-section.standart .blog-box .single-post div.related-posts .blog-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}

.blog-section.standart .blog-box .single-post div.related-posts .blog-post h2 a:hover {
  color: #81cfe0;
}

.blog-section.standart .blog-box .single-post div.related-posts .blog-post h2:after {
  display: none;
}

.blog-section.standart .blog-box .single-post div.related-posts .blog-post span {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  color: #999999;
}

.blog-section.standart .blog-box .single-post .comment-area-box {
  margin-bottom: 60px;
}

.blog-section.standart .blog-box .single-post .comment-area-box h1 {
  color: #222222;
  font-size: 36px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin: 0 0 25px;
  letter-spacing: -0.5px;
  margin-bottom: 60px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eeeeee;
}

.blog-section.standart .blog-box .single-post .comment-area-box>ul {
  margin: 0;
  padding: 0;
}

ul.depth {
  padding: 0;
}

.blog-section.standart .blog-box .single-post .comment-area-box>ul li {
  list-style: none;
}

.blog-section.standart .blog-box .single-post .comment-area-box>ul li .comment-box {
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 30px;
}

.blog-section.standart .blog-box .single-post .comment-area-box>ul li .comment-box img {
  width: 100px;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.blog-section.standart .blog-box .single-post .comment-area-box>ul li .comment-box .comment-content {
  margin-left: 120px;
  padding-right: 60px;
  padding-top: 10px;
}

.blog-section.standart .blog-box .single-post .comment-area-box>ul li .comment-box .comment-content h4 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0;
}

.blog-section.standart .blog-box .single-post .comment-area-box>ul li .comment-box .comment-content span,
.blog-section.standart .blog-box .single-post .comment-area-box>ul li .comment-box .comment-content a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 11px;
  color: #999999;
  font-family: 'Droid Serif', serif;
  display: inline-block;
  font-style: italic;
  margin: 0 0 13px;
}

.blog-section.standart .blog-box .single-post .comment-area-box>ul li .comment-box .comment-content a {
  margin-bottom: 0;
}

.blog-section.standart .blog-box .single-post .comment-area-box>ul li .comment-box .comment-content a:hover {
  color: #81cfe0;
}

.blog-section.standart .blog-box .single-post .comment-area-box>ul li .comment-box .comment-content p {
  margin-bottom: 13px;
}

.blog-section.standart .blog-box .single-post .comment-area-box ul.depth .comment-box {
  padding-left: 120px;
}

.blog-section.standart .blog-box .single-post .contact-form-box h1 {
  text-align: left;
  color: #222222;
  font-size: 36px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin: 0 0 25px;
  letter-spacing: -0.5px;
  margin-bottom: 50px;
}

.blog-section.standart.nosidebar .blog-box .single-post .post-content {
  text-align: center;
}

div.boxed .blog-section.standart .blog-box .single-post .post-content {
  text-align: center;
  max-width: 770px;
  margin: 0 auto;
}

div.boxed .blog-section.standart .blog-box .single-post .post-content h2:after {
  left: 50%;
  margin-left: -15px;
}

div.boxed .blog-section.standart .blog-box .single-post .contact-form-box,
div.boxed .blog-section.standart .blog-box .single-post .comment-area-box {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form-box #comment-form {
  margin: 0;
}

.contact-form-box #comment-form input[type="text"],
.contact-form-box #comment-form textarea {
  display: block;
  width: 100%;
  padding: 12px 20px;
  background: #f7f7f7;
  color: #999999;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  outline: none;
  border: 1px solid transparent;
  margin: 0 0 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.contact-form-box #comment-form input[type="text"]:focus,
.contact-form-box #comment-form textarea:focus {
  border: 1px solid #999999;
  background: transparent;
}

.contact-form-box #comment-form textarea {
  height: 130px;
}

.contact-form-box #comment-form input[type="submit"] {
  color: #81cfe0;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #81cfe0;
  padding: 10px 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.contact-form-box #comment-form input[type="submit"]:hover {
  background: #81cfe0;
  color: #ffffff;
}


/*-------------------------------------------------*/


/* =  Shop pages
/*-------------------------------------------------*/

.banner-page-section.shop-banner {
  background: url('../upload/banners/back7.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section.product-section {
  padding: 80px 0;
}

section.product-section .product-bar {
  overflow: hidden;
  margin-bottom: 50px;
}

section.product-section .product-bar p {
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 5px;
}

section.product-section .product-bar select {
  float: right;
  width: 220px;
  border: 1px solid #cccccc;
  color: #999999;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  padding: 8px 10px;
  outline: none;
}

section.product-section .product-pagination ul {
  margin: 0;
  padding: 0;
}

section.product-section .product-pagination ul li {
  display: inline-block;
  margin-right: 7px;
}

section.product-section .product-pagination ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 8px 12px;
  border: 1px solid #eeeeee;
  font-size: 11px;
  margin: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: #999999;
}

section.product-section .product-pagination ul li a:hover {
  color: #ffffff;
  background: #222222;
  border: 1px solid #222222;
}

section.product-section .product-pagination.center {
  padding-top: 80px;
  border-top: 1px solid #eeeeee;
}

section.product-section .product-pagination.center ul {
  text-align: center;
}

section.product-section .product-pagination.center ul li {
  margin: 0 4px;
}

.product-post {
  margin-bottom: 50px;
  text-align: center;
}

.product-post .product-gal {
  position: relative;
  margin-bottom: 26px;
}

.product-post .product-gal img {
  width: 100%;
}

.product-post .product-gal>span {
  position: absolute;
  top: 10px;
  width: 70px;
  height: 70px;
  display: inline-block;
  text-align: center;
  padding-top: 20px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 11px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.product-post .product-gal span.new-product {
  left: 10px;
  background: #81cfe0;
  padding-top: 0;
  line-height: 70px;
}

.product-post .product-gal span.out-stock {
  left: 10px;
  background: #999999;
}

.product-post .product-gal .hover-product {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0;
}

.product-post .product-gal .hover-product .inner-hover {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  margin-top: -38px;
}

.product-post .product-gal .hover-product .inner-hover a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 10px;
  min-width: 125px;
  color: #222222;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #333333;
  margin-bottom: 5px;
}

.product-post .product-gal .hover-product .inner-hover a i {
  margin-right: 15px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.product-post .product-gal .hover-product .inner-hover a:hover {
  background: #222222;
  color: #fff;
}

.product-post .product-gal .hover-product .inner-hover a:hover i {
  color: #81cfe0;
}

.product-post>span {
  display: block;
  color: #999999;
  font-size: 12px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  margin: 0 0 12px;
}

.product-post h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  padding-bottom: 16px;
  position: relative;
  margin: 0 0 13px;
}

.product-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}

.product-post h2 a:hover {
  color: #81cfe0;
}

.product-post h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 3px;
  background: #222222;
}

.product-post p {
  margin: 0;
}

.product-post p span {
  display: inline-block;
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
}

.product-post p span.old-price {
  color: #999999;
  text-decoration: line-through;
}

.product-post:hover .product-gal span.new-product {
  opacity: 0;
}

.product-post:hover .product-gal span.sale-product {
  opacity: 0;
}

.product-post:hover .product-gal .hover-product {
  opacity: 1;
}

.shop-sidebar {
  padding-left: 40px;
  margin-left: 10px;
  border-left: 1px solid #eeeeee;
  padding-top: 5px;
}

.shop-sidebar h1 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 30px;
}

.shop-sidebar .shop-widget {
  margin-bottom: 40px;
}

.shop-sidebar .category-widget ul {
  margin: 0;
  padding: 0;
}

.shop-sidebar .category-widget ul li {
  list-style: none;
  margin-bottom: 8px;
}

.shop-sidebar .category-widget ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  margin: 0;
}

.shop-sidebar .category-widget ul li a:hover {
  color: #81cfe0;
}

.shop-sidebar .category-widget ul li a:before {
  content: '\f105';
  color: #999999;
  font-size: 12px;
  font-family: "FontAwesome";
  margin-right: 15px;
}

.shop-sidebar .filter-widget .price-range {
  padding: 18px 6px 12px;
  overflow: hidden;
}

.shop-sidebar .filter-widget #start-val,
.shop-sidebar .filter-widget #end-val {
  display: inline-block;
  border: none;
  float: left;
  padding: 0;
  color: #999999;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  max-width: 50px;
}

.shop-sidebar .filter-widget #end-val {
  float: right;
  text-align: right;
}

.shop-sidebar .filter-widget>a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 103px;
  padding: 8px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  color: #999999;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-top: 4px;
}

.shop-sidebar .filter-widget>a:hover {
  border: 1px solid #222222;
  background: #222222;
  color: #ffffff;
}

.shop-sidebar .product-widget ul {
  margin: 0;
  padding: 0;
}

.shop-sidebar .product-widget ul li {
  list-style: none;
  overflow: hidden;
  margin-bottom: 30px;
}

.shop-sidebar .product-widget ul li img {
  float: left;
  max-width: 70px;
  height: auto;
}

.shop-sidebar .product-widget ul li .product-widget-content {
  margin-left: 100px;
}

.shop-sidebar .product-widget ul li h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  margin-top: -3px;
}

.shop-sidebar .product-widget ul li h2 a {
  color: #222222;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.shop-sidebar .product-widget ul li h2 a:hover {
  color: #81cfe0;
}

.shop-sidebar .product-widget ul li span {
  display: inline-block;
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  margin: 0;
}

.shop-sidebar .product-widget ul li:last-child {
  margin-bottom: 0;
}

.noUi-target * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: default;
}

.noUi-base {
  width: 100%;
  height: 4px;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  z-index: 1;
  margin-bottom: 15px;
  background: #f4f4f4;
}

.noUi-handle {
  background: #EEE;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  margin: -3px 0 0 -3px;
  background: #81cfe0;
}

.noUi-connect {
  background: Teal;
  background: #81cfe0;
}

.noUi-background {
  background: #f5f5f5;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  border-radius: inherit;
  background: #81cfe0;
}

.noUi-origin-upper {
  background: inherit !important;
}

.noUi-z-index {
  z-index: 10;
}

.noUi-vertical {
  width: 40px;
  height: 100%;
}

.noUi-vertical .noUi-origin {
  bottom: 0;
  left: 0;
}

.noUi-vertical .noUi-handle {
  margin: -23px 0 0 -3px;
}

.noUi-target[disabled] .noUi-base {
  background: #999;
}

.noUi-target[disabled] .noUi-connect {
  background: #BBB;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.marketing-box {
  padding-top: 1px;
  overflow: hidden;
}

.marketing-box .product {
  width: 25%;
  float: left;
  padding-left: 1px;
  padding-bottom: 1px;
  position: relative;
}

.marketing-box .product img {
  width: 100%;
}

.marketing-box .product .hover-mark {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -65px;
  left: 27px;
  max-width: 280px;
  text-align: left;
}

.marketing-box .product .hover-mark h2 {
  color: #222222;
  font-size: 36px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin: 0 0 25px;
  letter-spacing: -0.5px;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
}

.marketing-box .product .hover-mark h2 span {
  color: #222222;
}

.marketing-box .product .hover-mark p {
  color: #ffffff;
  margin: 8px 0 0;
}

.marketing-box .product .hover-mark h1.offer {
  color: #ffffff;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  margin: 5px 0;
}

.marketing-box .product .hover-mark h1.offer span {
  font-weight: 300;
}

.marketing-box .product:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 1px;
  bottom: 1px;
  content: '';
  background: rgba(51, 51, 51, 0.6);
}

.marketing-box .product:nth-child(2n) .hover-mark {
  left: inherit;
  right: 27px;
  text-align: right;
}

.marketing-box .product:nth-child(2n) .hover-mark h2 {
  opacity: 0.5;
}

.marketing-box .product:nth-child(2n) .hover-mark p {
  opacity: 0.5;
}


/*-------------------------------------------------*/


/* =  Product pages
/*-------------------------------------------------*/

.banner-page-section.product-banner {
  background: url('../upload/banners/back8.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.single-product-section {
  padding: 80px 0 0;
}

.product-visibility {
  overflow: hidden;
  margin-bottom: 30px;
}

.product-visibility div.image-holder {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  margin-left: 195px;
}

.product-visibility div.image-holder img {
  width: 100%;
}

.product-visibility .other-products {
  margin: 0;
  padding: 0;
  float: left;
  width: 165px;
  overflow: hidden;
}

.product-visibility .other-products li {
  list-style: none;
  float: left;
  margin-bottom: 10px;
}

.product-visibility .other-products li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.product-visibility .other-products li a img {
  width: 100%;
}

.product-visibility .other-products li a:hover {
  opacity: 0.5;
}

.single-product-section h1 {
  color: #222222;
  font-size: 36px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin: 0 0 25px;
  letter-spacing: -0.5px;
}

.single-product-section .product-details {
  margin-bottom: 20px;
  padding-left: 70px;
}

.single-product-section .product-details p {
  margin-bottom: 25px;
}

.single-product-section .product-details span.price {
  display: inline-block;
  color: #222222;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
}

.single-product-section .product-details span.price del {
  color: #999999;
  margin-right: 20px;
}

.single-product-section .product-details div.quantity-add {
  float: left;
}

.single-product-section .product-details button {
  width: 32px;
  height: 38px;
  display: inline-block;
  border: 1px solid #eeeeee;
  text-align: center;
  line-height: 35px;
  color: #999999;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  outline: none;
  margin: 0px;
  padding: 0;
  background: transparent;
  float: left;
}

.single-product-section .product-details button.decrease {
  border-right: 1px solid transparent;
}

.single-product-section .product-details button.increase {
  border-left: 1px solid transparent;
}

.single-product-section .product-details input {
  display: inline-block;
  float: left;
  width: 36px;
  height: 38px;
  border: 1px solid #eeeeee;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  margin: 0 -1px;
  line-height: 34px;
  color: #222222;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  outline: none;
  text-align: center;
  padding: 0;
  background: transparent;
}

.single-product-section .product-details>a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 10px 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #222222;
  color: #222222;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-left: 12px;
}

.single-product-section .product-details>a i {
  margin-right: 10px;
}

.single-product-section .product-details>a:hover {
  background: #222222;
  color: #fff;
}

.single-product-section .product-details .prod-list {
  padding-top: 50px;
  margin-bottom: 30px;
}

.single-product-section .product-details .prod-list .prod-list-item {
  margin-bottom: 15px;
}

.single-product-section .product-details .prod-list span {
  display: inline-block;
  color: #222222;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-right: 4px;
}

.single-product-section .product-details .prod-list ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.single-product-section .product-details .prod-list ul li {
  display: inline-block;
}

.single-product-section .product-details .prod-list ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

.single-product-section .product-details .prod-list ul li a:hover {
  cursor: pointer;
  color: #81cfe0;
}

.single-product-section .product-details .prod-list ul.product-social li {
  margin-left: 2px;
}

.single-product-section .product-details .prod-list ul.product-social li a {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #ccc;
  color: #999999;
  font-size: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.single-product-section .product-details .prod-list ul.product-social li a:hover {
  color: #ffffff;
  border: 1px solid #555555;
  background: #555555;
}

.single-product-section .product-reviews {
  max-width: 770px;
  text-align: left;
  margin: 0 auto;
}

.single-product-section .product-reviews ul {
  margin: 0;
  padding: 0;
}

.single-product-section .product-reviews ul li {
  list-style: none;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 16px;
  overflow: hidden;
  margin-bottom: 50px;
}

.single-product-section .product-reviews ul li .review-content {
  padding-bottom: 35px;
}

.single-product-section .product-reviews ul li .review-content h2 {
  overflow: hidden;
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: -3px;
}

.single-product-section .product-reviews ul li .review-content h2 span.rating {
  float: right;
  margin: 0;
}

.single-product-section .product-reviews ul li .review-content h2 span.rating i {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
}

.single-product-section .product-reviews ul li .review-content span.time {
  font-size: 11px;
  font-family: 'Droid Serif', serif;
  color: #999999;
  font-style: italic;
  display: inline-block;
  margin: 0 0 15px;
}

.single-product-section .product-reviews ul li .review-content p {
  margin: 0 0 10px;
}

.single-product-section .product-reviews a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 8px 27px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #81cfe0;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  font-size: 13px;
  text-align: center;
}

.single-product-section .product-reviews a:hover {
  opacity: 0.7;
}

.single-product-section #add-review-form h1 {
  color: #222222;
  font-size: 36px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin: 0 0 25px;
  letter-spacing: -0.5px;
  text-align: center;
  margin-bottom: 50px;
}

.single-product-section #add-review-form input[type="text"],
.single-product-section #add-review-form textarea {
  display: block;
  width: 100%;
  padding: 12px 20px;
  background: #f7f7f7;
  color: #999999;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  outline: none;
  border: 1px solid transparent;
  margin: 0 0 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.single-product-section #add-review-form input[type="text"]:focus,
.single-product-section #add-review-form textarea:focus {
  border: 1px solid #999999;
  background: transparent;
}

.single-product-section #add-review-form textarea {
  height: 130px;
}

.single-product-section #add-review-form .submit-area {
  text-align: center;
}

.single-product-section #add-review-form input[type="submit"] {
  color: #81cfe0;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #81cfe0;
  padding: 10px 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.single-product-section #add-review-form input[type="submit"]:hover {
  background: #81cfe0;
  color: #ffffff;
}

.single-product-section #add-review-form span {
  display: block;
  color: #999999;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  line-height: 40px;
  text-align: right;
}

.single-product-section #add-review-form span i {
  margin-left: 6px;
}

.single-prod-tab-box {
  margin-bottom: 30px;
}

.single-prod-tab-box ul.nav-tabs {
  text-align: center;
  border-bottom: 1px solid #eeeeee;
}

.single-prod-tab-box ul.nav-tabs li {
  display: inline-block;
  float: none;
  margin-right: -4px;
}

.single-prod-tab-box ul.nav-tabs li a {
  padding: 14px 50px;
  font-size: 14px;
  color: #999999;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  background: #f8f8f8;
  margin-right: 0;
  border: 1px solid #eeeeee;
  border-left: 1px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.single-prod-tab-box ul.nav-tabs li:first-child a {
  border-left: 1px solid #eeeeee;
}

.single-prod-tab-box ul.nav-tabs li.active a {
  background: #ffffff !important;
  color: #222222;
}

.single-prod-tab-box .tab-pane {
  padding: 40px 0;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
}

.single-prod-tab-box #option2 p span {
  display: block;
  line-height: 24px;
}

.single-product-section.second-style .product-visibility {
  margin-bottom: 30px;
}

.single-product-section.second-style .product-visibility div.image-holder {
  margin-left: 0;
}

.single-product-section.second-style .product-visibility .other-products {
  float: none;
  width: 100%;
}

.single-product-section.second-style .product-visibility .other-products li {
  list-style: none;
  float: left;
  margin-right: 4px;
  max-width: 125px;
}

.single-product-section.second-style .product-visibility .other-products li:last-child {
  margin-right: 0;
}

.single-product-section.second-style .single-prod-tab-box {
  padding-left: 70px;
}

.single-product-section.second-style .single-prod-tab-box ul.nav-tabs li a {
  padding: 14px 20px;
}


/*-------------------------------------------------*/


/* =  Shopping cart page
/*-------------------------------------------------*/

.shopping-cart-section {
  padding: 80px 0;
}

.checking-form {
  margin: 0;
}

.checking-form .table {
  margin-bottom: 30px;
}

.checking-form .table th,
.checking-form .table td {
  padding: 30px 25px;
  vertical-align: middle;
  border: none;
}

.checking-form .table tr:hover td {
  background: #f7f7f7;
}

.checking-form .table th {
  border-bottom: 1px solid #f7f7f7;
  color: #999999;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

.checking-form .table td {
  border-bottom: 1px solid #f7f7f7;
  color: #999999;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

.checking-form .table td a.remove-item {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 13px;
}

.checking-form .table td a.remove-item:hover {
  color: #81cfe0;
}

.checking-form .table td h2 {
  font-size: 14px;
  margin: 0;
}

.checking-form .table td h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}

.checking-form .table td h2 a:hover {
  color: #81cfe0;
}

.checking-form .table td img {
  max-width: 100px;
}

.checking-form .table td div.quantity-add {
  display: inline-block;
  overflow: hidden;
}

.checking-form .table td button {
  width: 32px;
  height: 38px;
  display: inline-block;
  border: 1px solid #eeeeee;
  text-align: center;
  line-height: 35px;
  color: #999999;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  outline: none;
  margin: 0px;
  padding: 0;
  background: #fff;
  float: left;
}

.checking-form .table td button.decrease {
  border-right: 1px solid transparent;
}

.checking-form .table td button.increase {
  border-left: 1px solid transparent;
}

.checking-form .table td input {
  display: inline-block;
  float: left;
  width: 36px;
  height: 38px;
  border: 1px solid #eeeeee;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  margin: 0 -1px;
  line-height: 34px;
  color: #222222;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  outline: none;
  text-align: center;
  padding: 0;
  background: #fff;
}

.checking-form .checkout-buttons {
  overflow: hidden;
  margin-bottom: 40px;
}

.checking-form .checkout-buttons .left-buttons {
  float: left;
  width: 50%;
}

.checking-form .checkout-buttons .left-buttons input[type="text"] {
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #cccccc;
  background: #f7f7f7;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 10px;
  width: 170px;
}

.checking-form .checkout-buttons .left-buttons input[type="text"]:focus {
  border: 1px solid #81cfe0;
}

.checking-form .checkout-buttons .right-buttons {
  float: left;
  width: 50%;
  text-align: right;
}

.checking-form .checkout-buttons a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 9px 17px;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  color: #999999;
  background: transparent;
  border: 1px solid #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-weight: 400;
  text-transform: uppercase;
  margin-left: 7px;
}

.checking-form .checkout-buttons a:hover {
  border: 1px solid #81cfe0;
  color: #81cfe0;
}

.checking-form .total-box {
  padding-top: 50px;
}

.checking-form .total-box h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-bottom: 40px;
  text-align: center;
}

.checking-form .total-box input[type="text"],
.checking-form .total-box select {
  display: block;
  width: 100%;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #999999;
  background: #f7f7f7;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 10px;
}

.checking-form .total-box input[type="text"]:focus {
  border: 1px solid #81cfe0;
}

.checking-form .total-box select {
  height: 40px;
}

.checking-form .total-box .inner-total .table tr {
  border-bottom: 1px solid #eeeeee;
}

.checking-form .total-box .inner-total .table td {
  padding: 20px 0 10px;
  color: #999999;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  border: none;
  background: transparent;
}

.checking-form .total-box .inner-total .table td span {
  color: #222222;
  font-weight: 400;
  text-transform: initial;
}

.checking-form .total-box .inner-total .table tr:first-child td {
  padding-top: 0;
}

.checking-form .total-box .inner-total .table td:last-child {
  text-align: right;
}


/*-------------------------------------------------*/


/* =  Contact pages
/*-------------------------------------------------*/

.banner-page-section.contact-banner {
  background: url('../upload/banners/back5.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.contact-page-section .contact-info .contact-info-box {
  padding: 55px 0;
  border-bottom: 1px solid #eeeeee;
}

.contact-page-section .contact-info .contact-info-box span {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  background: #333333;
  margin: 0 30px 10px 0;
  text-align: center;
  float: left;
}

.contact-page-section .contact-info .contact-info-box span i {
  color: #ffffff;
  font-size: 30px;
  line-height: 70px;
}

.contact-page-section .contact-info .contact-info-box h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 7px;
}

.contact-page-section .contact-info .contact-info-box p {
  margin-bottom: 0px;
}

.contact-page-section .map {
  height: 385px;
}

.contact-page-section .contact-form {
  padding: 75px 0 100px;
}

.contact-page-section .contact-form #contact-form {
  max-width: 775px;
  margin: 0 auto;
}

.contact-page-section .contact-form #contact-form input[type="text"],
.contact-page-section .contact-form #contact-form textarea {
  display: block;
  width: 100%;
  padding: 12px 20px;
  background: #f7f7f7;
  color: #999999;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  outline: none;
  border: 1px solid transparent;
  margin: 0 0 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.contact-page-section .contact-form #contact-form input[type="text"]:focus,
.contact-page-section .contact-form #contact-form textarea:focus {
  border: 1px solid #999999;
  background: transparent;
}

.contact-page-section .contact-form #contact-form textarea {
  height: 130px;
}

.contact-page-section .contact-form #contact-form input[type="submit"] {
  color: #81cfe0;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #81cfe0;
  padding: 10px 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.contact-page-section .contact-form #contact-form input[type="submit"]:hover {
  background: #81cfe0;
  color: #ffffff;
}

.contact-page-section .submit-area {
  margin-top: 50px;
  text-align: center;
}

.alert-success,
.alert-danger {
  padding: 10px 20px;
  margin-top: 20px;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
}

.contact-page-section.alternative-style .contact-info .contact-info-box span {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  line-height: 68px;
  background: #f7f7f7;
}

.contact-page-section.alternative-style .contact-info .contact-info-box span i {
  color: #999999;
}

.contact-page-section.alternative-style .contact-info .contact-info-box.info-box2 {
  text-align: center;
}

.contact-page-section.alternative-style .contact-info .contact-info-box.info-box2 span {
  float: none;
  margin-right: 0;
  margin-bottom: 25px;
}

.contact-page-section.alternative-style .contact-info .contact-info-box.info-box2 span i {
  color: #81cfe0;
}

.contact-page-section.alternative-style .contact-info .contact-info-box.info-box2 h2 {
  margin-bottom: 25px;
}

.contact-page-section.alternative-style .outer-map {
  position: relative;
}

.contact-page-section.alternative-style .outer-map .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact-page-section.alternative-style .outer-map .container {
  position: relative;
  z-index: 2;
}

.contact-page-section.alternative-style .outer-map .contact-form #contact-form input[type="text"]:focus,
.contact-page-section.alternative-style .outer-map .contact-form #contact-form textarea:focus {
  border: 1px solid #999999;
  background: #ffffff;
}

.contact-page-section.alternative-style .outer-map:after {
  position: absolute;
  content: '';
  height: 100%;
  left: 50%;
  right: 50px;
  top: 0;
  margin-left: 20px;
  background: #afcefe;
}

.contact-page-section.alternative-style .contact-form {
  padding-left: 80px;
}

.contact-page-section.alternative-style .contact-form .title-section {
  text-align: left;
  margin-bottom: 35px;
}

.contact-page-section.alternative-style .contact-form .title-section h1,
.contact-page-section.alternative-style .contact-form .title-section p {
  color: #ffffff;
}

.contact-page-section.alternative-style .contact-form .title-section h1:after {
  left: 0;
  margin-left: 0;
  background: #ffffff;
}

.contact-page-section.alternative-style .contact-form #contact-form .submit-area {
  text-align: left;
  margin-top: 20px;
}

.contact-page-section.alternative-style .contact-form #contact-form .submit-area input[type="submit"] {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.contact-page-section.alternative-style .contact-form #contact-form .submit-area input[type="submit"]:hover {
  background: #ffffff;
  color: #222222;
}


/*-------------------------------------------------*/


/* =  comming soon, error 404, underconstruction
/*-------------------------------------------------*/

section.comming-soon-section {
  margin-top: 90px;
  padding: 150px 0;
  background: url('../upload/banners/banner3.jpg') fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
  position: relative;
}

section.comming-soon-section .comming-soon-box {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -180px;
  position: absolute;
}

section.comming-soon-section .comming-soon-box h1 {
  color: #222222;
  font-size: 36px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin: 0 0 25px;
  letter-spacing: -0.5px;
  font-size: 60px;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 25px;
}

section.comming-soon-section .comming-soon-box p {
  color: #eee;
  font-size: 18px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  line-height: 26px;
  padding-bottom: 36px;
  margin-bottom: 40px;
  position: relative;
}

section.comming-soon-section .comming-soon-box p:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 3px;
  background: #81cfe0;
}

section.comming-soon-section form {
  margin: 0;
}

section.comming-soon-section form input[type="text"] {
  width: 230px;
  padding: 13px 10px;
  background: #ffffff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0 15px 30px;
  color: #999999;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  outline: none;
}

section.comming-soon-section form input[type="submit"] {
  background: none;
  width: 230px;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 12px 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0 15px;
}

section.comming-soon-section form input[type="submit"]:hover {
  background: #ffffff;
  color: #222222;
}

section.comming-soon-section form span {
  display: block;
  color: #eee;
  font-size: 14px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  margin: 0;
}

section.comming-soon-section.countdown {
  background: url('../upload/banners/banner4.jpg') fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section.comming-soon-section.countdown .comming-soon-box {
  margin-top: -270px;
}

section.comming-soon-section.countdown .comming-soon-box p {
  margin-bottom: 60px;
  padding-bottom: 0;
}

section.comming-soon-section.countdown .comming-soon-box p:after {
  display: none;
}

section.error-section {
  margin-top: 90px;
  padding: 150px 0;
  background: #ffffff url('../upload/banners/404.jpg') center center no-repeat;
  text-align: center;
  position: relative;
}

section.error-section .error-box {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -107px;
  position: absolute;
}

section.error-section .error-box h1 {
  color: #222222;
  font-size: 36px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin: 0 0 25px;
  letter-spacing: -0.5px;
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 25px;
}

section.error-section .error-box>p {
  font-size: 18px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  line-height: 26px;
  margin-bottom: 50px;
}

section.error-section .error-box a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 12px;
  min-width: 205px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  padding: 10px 20px;
  margin: 0 14px 3px;
  color: #81cfe0;
  text-transform: uppercase;
  background: transparent;
  letter-spacing: 1px;
  border: 1px solid #81cfe0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

section.error-section .error-box a:hover {
  background: #81cfe0;
  color: #ffffff;
}

#clock {
  margin-bottom: 40px;
}

#clock .comming-part {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

#clock .comming-part span {
  display: block;
  color: #222222;
  font-size: 36px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin: 0 0 25px;
  letter-spacing: -0.5px;
  color: #ffffff;
  font-size: 48px;
  margin-bottom: 26px;
}

#clock .comming-part p {
  color: #999999;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  font-size: 14px;
  margin-bottom: 0;
}

#clock .comming-part:after {
  content: '';
  position: absolute;
  top: 0;
  right: -15px;
  width: 2px;
  height: 100%;
  background: #555555;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}

#clock .comming-part.no-after:after {
  display: none;
}


/*-------------------------------------------------*/


/* =  Faqs
/*-------------------------------------------------*/

.banner-page-section.faqs-banner {
  background: url('../upload/banners/banner8.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section.question-section {
  padding: 80px 0;
}

section.question-section .question-box .question-post {
  text-align: center;
  padding: 20px 30px;
  position: relative;
}

section.question-section .question-box .question-post i {
  display: inline-block;
  width: 72px;
  height: 72px;
  color: #999999;
  font-size: 30px;
  line-height: 70px;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 0 0 25px;
}

section.question-section .question-box .question-post h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 15px;
}

section.question-section .question-box .question-post:after {
  content: '';
  position: absolute;
  top: 0;
  right: -15px;
  width: 1px;
  height: 100%;
  background: #eeeeee;
}

section.faqs-section {
  padding: 80px 0;
  background: #f7f7f7;
}

section.faqs-section .accordion-box {
  max-width: 770px;
  margin: 0 auto;
}

.accord-elem {
  margin-top: 8px;
}

.accord-elem:first-child {
  margin-top: 0px;
}

.accord-title {
  position: relative;
  background: #222222;
  padding: 18px 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.accord-title h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.accord-title a.accord-link {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: right;
  margin-top: -13px;
}

.accord-title a.accord-link:after {
  font-family: 'FontAwesome';
  content: '\f0ab';
  font-size: 18px;
  color: #fff;
  line-height: 49px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.accord-title p {
  font-size: 13px;
  color: #999999;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 12px 0 12px 72px;
}

.accord-elem.active .accord-title {
  background: #ffffff;
}

.accord-elem.active .accord-title h2 {
  color: #81cfe0;
}

.accord-elem.active a.accord-link:after {
  content: '\f0aa';
  color: #81cfe0;
}

.accord-content {
  display: none;
  padding: 8px 20px 15px;
  overflow: hidden;
  background: #fff;
}

.accord-content p {
  font-size: 13px;
  color: #999999;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0;
}

.accord-elem.active .accord-content {
  display: block;
}


/*-------------------------------------------------*/


/* =  Footer
/*-------------------------------------------------*/

footer {
  background: #f7f7f7;
}

footer .up-footer {
  padding: 65px 0 25px;
}

footer .up-footer .footer-widget {
  margin-bottom: 30px;
}

footer .up-footer .footer-widget>h2 {
  color: #222222;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

footer .up-footer .text-widget img {
  max-width: 100%;
  margin-bottom: 20px;
}

footer .up-footer .text-widget p {
  margin-bottom: 10px;
}

footer .up-footer ul.social-icons {
  margin: 0;
  padding: 0;
}

footer .up-footer ul.social-icons li {
  display: inline-block;
  margin-right: 5px;
}

footer .up-footer ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #555555;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
}

footer .up-footer ul.social-icons li a:hover {
  background: #81cfe0;
}

footer .up-footer .posts-widget ul {
  margin: 0;
  padding: 0;
}

footer .up-footer .posts-widget ul li {
  display: block;
  margin-bottom: 20px;
}

footer .up-footer .posts-widget ul li h2 {
  font-size: 13px;
  color: #999999;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0;
}

footer .up-footer .posts-widget ul li h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
}

footer .up-footer .posts-widget ul li h2 a:hover {
  color: #81cfe0;
}

footer .up-footer .posts-widget ul li>a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 12px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  margin: 0;
}

footer .up-footer .posts-widget ul li>a:hover {
  opacity: 0.7;
}

footer .up-footer .instagram-widget ul {
  margin: 0;
  padding: 0;
}

footer .up-footer .instagram-widget ul li {
  display: inline-block;
  margin-right: 1px;
  margin-bottom: 5px;
}

footer .up-footer .instagram-widget ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

footer .up-footer .instagram-widget ul li a img {
  max-width: 83px;
}

footer .up-footer .instagram-widget ul li a:hover {
  opacity: 0.7;
}

footer .up-footer .links-widget ul {
  margin: 0;
  padding: 0;
}

footer .up-footer .links-widget ul li {
  display: block;
  margin-bottom: 12px;
}

footer .up-footer .links-widget ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}

footer .up-footer .links-widget ul li a:hover {
  color: #222222;
}

footer p.copyright {
  padding: 25px 0;
  text-align: center;
  border-top: 1px solid #eeeeee;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  font-size: 12px;
  margin: 0;
}

footer.dark-style {
  background: #333333;
}

footer.dark-style .up-footer .footer-widget>h2 {
  color: #ffffff;
}

footer.dark-style .up-footer .posts-widget ul li>a {
  color: #777777;
}

footer.dark-style .up-footer .links-widget ul li a:hover {
  color: #81cfe0;
}

footer.dark-style p.copyright {
  border-top: 1px solid #444444;
}

.vertical-header footer {
  background: #333;
  padding: 70px 15px 80px;
  text-align: center;
}

.vertical-header footer img {
  margin-bottom: 20px;
}

.vertical-header footer p {
  margin-bottom: 20px;
}

.vertical-header footer ul.social-icons {
  margin: 0;
  padding: 0;
}

.vertical-header footer ul.social-icons li {
  display: inline-block;
  margin: 0 3px;
}

.vertical-header footer ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #555555;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
}

.vertical-header footer ul.social-icons li a:hover {
  background: #81cfe0;
}

.about-section.second-style {
  background: #f7f7f7;
  padding: 80px 50px 15px;
}

.about-section.second-style .about-box .about-post {
  margin-bottom: 65px;
}

.about-section.second-style .about-box .about-post>a {
  line-height: 68px;
  color: #999999;
  background: #fff;
  border: 1px solid #eeeeee;
}


/*-------------------------------------------------*/


/* =  Responsive Part
/*-------------------------------------------------*/

@media (max-width: 1500px) {
  .features-section3 .features-items .feature-post {
    margin-bottom: 20px;
  }
  .features-section3 .features-box {
    padding: 40px 0 30px 40px;
  }
}

@media (max-width: 1400px) {
  .vertical-header header {
    top: 0;
    left: 0;
  }
  #container.vertical-header {
    padding: 0;
  }
  .about-section.second-style {
    padding: 80px 0 15px;
  }
}

@media (max-width: 1199px) {
  #home-section .tp-caption.small_text {
    font-size: 21px;
    line-height: 26px;
  }
  .features-section {
    padding: 80px 0;
    background-position: right top;
  }
  .services-section {
    margin-bottom: 40px;
  }
  .features-section3 .image-place {
    width: 100%;
    float: none;
  }
  .features-section3 .features-box {
    float: none;
    width: 100%;
    padding-left: 0 !important;
  }
  #container.vertical-header #content {
    margin-left: 244px;
  }
  section.features-section4 .features-box .feature-post img {
    display: none;
  }
  .blog-section .blog-box.iso-call .blog-post,
  .portfolio-section.grid-style .portfolio-box.col3 .project-post,
  .portfolio-section.masonry-style .portfolio-box.col3 .project-post,
  .portfolio-section.grid-style .portfolio-box.col4 .project-post,
  .portfolio-section.masonry-style .portfolio-box.col4 .project-post {
    width: 293px;
  }
  a.go-top {
    bottom: 40px;
    right: 40px;
  }
  .agency-style section.portfolio-section .col4 .project-post,
  .portfolio-section.grid-style.fullwidth .portfolio-box.col4 .project-post,
  .portfolio-section.masonry-style.fullwidth .portfolio-box.col4 .project-post,
  #container.construction-style2 section.portfolio-section .portfolio-box .project-post,
  .portfolio-section.grid-style.nospace .portfolio-box.col3 .project-post,
  .portfolio-section.masonry-style.nospace .portfolio-box.col3 .project-post,
  .portfolio-section.grid-style.nospace .portfolio-box.col4 .project-post,
  .portfolio-section.masonry-style.nospace .portfolio-box.col4 .project-post {
    width: 33.33333%;
  }
  section.skills-section.second-style .skills-box {
    padding-left: 0;
  }
  section.meet-team-section {
    display: block;
  }
  section.meet-team-section .text-content {
    width: 100%;
    padding: 80px 0;
  }
  section.meet-team-section .text-content .inner-text-content {
    float: none;
    margin: 0 auto;
    padding: 0;
  }
  section.meet-team-section .team-box {
    width: 100%;
    overflow: hidden;
  }
  section.skills-text-section .skills-outer-box .skills-box,
  section.skills-text-section .text-content .inner-text-content {
    max-width: 470px;
  }
  section#home-section.slider3 .banner-thumbs ul li a div p {
    display: none;
  }
  section#home-section.slider3 .banner-thumbs ul li a div span {
    margin-bottom: 0;
  }
  section.features-photo-section .features-photo-box .features-photo-post {
    width: 100%;
  }
  section.features-photo-section .features-photo-box .features-photo-post.reverse-post {
    flex-direction: row;
  }
  section.features-photo-section .features-photo-box .features-photo-post:nth-child(2n) {
    flex-direction: row-reverse !important;
  }
  section.blog-collapse-section .blog-box .blog-post .post-gallery {
    overflow: hidden;
  }
  section.blog-collapse-section .blog-box .blog-post .post-gallery img {
    height: 180px;
    width: auto;
  }
  section.client-list-section ul.client-list li {
    width: 25%;
  }
  section.about-medical-section .content-holder {
    padding-right: 20px;
  }
  section.about-medical-section .content-holder .inner-content {
    max-width: 450px;
  }
  #container.medical-style .features-section3 .features-items .feature-post {
    margin-bottom: 6px;
  }
  section.menu-collapse-section .menu-box .menu-post .post-gallery {
    overflow: hidden;
  }
  section.menu-collapse-section .menu-box .menu-post .post-gallery img {
    height: 140px;
    width: auto;
  }
  #container.restaurant-style #home-section span.side-line,
  #container.restaurant-style #home-section span.bottom-line,
  #container.restaurant-style2 #home-section span.side-line,
  #container.restaurant-style2 #home-section span.bottom-line {
    display: none;
  }
  section.listing-section .listing-box .listing-post {
    width: 33.3333%;
  }
  #container.real-estate-style .features-section2 .features-box .inner-box {
    padding-right: 20px;
    max-width: 470px;
  }
  #container.hosting-style .features-section3 .features-box {
    width: 100%;
    padding: 80px 15px !important;
  }
  #container.hosting-style .features-section3 .features-box .inner-features-box {
    float: none;
    max-width: 720px;
    margin: 0 auto;
  }
  #container.hosting-style .features-section3 .image-place {
    display: none;
  }
  section.about-app-section .content-holder {
    padding-right: 30px;
  }
  section.about-app-section .content-holder .inner-content {
    max-width: 440px;
  }
  section.about-app-section .image-holder .upper-image {
    left: -10px;
  }
  .advertise-section .advertise-box .advertise-post,
  .advertise-section.second-style .advertise-box .advertise-post {
    width: 50%;
  }
  .advertise-section .advertise-box .advertise-post .hover-box .inner-hover {
    width: 100%;
  }
  .features-section2.dark-style .right-image {
    display: none;
  }
  .features-section2.dark-style .features-box {
    width: 100%;
  }
  .features-section2.dark-style .features-box .inner-box {
    float: none;
  }
  section.half-image-cont-section .content-holder,
  section.half-image-cont-section .content-holder.left-side {
    padding-left: 30px;
  }
  section.half-image-cont-section .content-holder.left-side {
    padding-right: 20px;
  }
  .vertical-header .sidebar {
    padding-left: 0 !important;
    border-left: none;
    margin-left: 0 !important;
  }
  .contact-page-section.alternative-style .contact-form {
    padding-left: 20px;
  }
  .single-product-section .product-details,
  .single-product-section.second-style .single-prod-tab-box {
    padding-left: 0;
  }
  .single-product-section.second-style .product-visibility .other-products li {
    margin-right: 0;
    width: 25%;
  }
  .single-project-section.single-three .single-line .right-side .project-content-text,
  .single-project-section.single-three .single-line .left-side .project-content-text {
    padding: 50px 15px 0px;
  }
  .blog-section.standart .blog-box .blog-post .post-gallery iframe {
    height: 400px;
  }
}

@media (max-width: 991px) {
  .navbar-nav>li>a {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
  .navbar-nav li.drop ul.dropdown>li .dropdown.level2 {
    width: 140px;
  }
  .navbar-nav li.megadrop div.mega-dropdown.large-size {
    width: 800px;
    right: -36px;
  }
  #home-section .tp-caption.small_text {
    font-size: 26px;
    line-height: 30px;
  }
  .about-section,
  .features-section2,
  section.skills-section.second-style {
    padding: 80px 0 50px;
  }
  .services-section .services-box .services-image {
    margin-bottom: 15px;
  }
  .services-section .services-box .services-posts-right,
  .services-section .services-box .services-posts-left {
    padding-top: 0;
  }
  .services-section {
    padding: 70px 0 35px;
    margin-bottom: 0;
  }
  .services-section .services-box .services-post {
    max-width: 300px;
    margin: 0 auto 35px;
  }
  section.statistic-section3 .statistic-post {
    margin-bottom: 40px;
  }
  section.statistic-section3 .image-holder {
    padding-top: 0;
    margin-bottom: -50px;
  }
  section.courses-section .course-post,
  .courses-box .course-post {
    width: 50%;
  }
  section.serv-offer-section .serv-offer-box .serv-offer-post {
    margin-bottom: 30px;
  }
  .portfolio-section .project-post,
  .portfolio-section.grid-style.fullwidth .portfolio-box.col3 .project-post,
  .portfolio-section.masonry-style.fullwidth .portfolio-box.col3 .project-post,
  #container.construction-style2 section.portfolio-section .portfolio-box .project-post,
  .portfolio-section.grid-style.nospace .portfolio-box.col3 .project-post,
  .portfolio-section.masonry-style.nospace .portfolio-box.col3 .project-post,
  .portfolio-section.grid-style.nospace .portfolio-box.col4 .project-post,
  .portfolio-section.masonry-style.nospace .portfolio-box.col4 .project-post {
    width: 50%;
  }
  .agency-style section.portfolio-section .col4 .project-post,
  .portfolio-section.grid-style.fullwidth .portfolio-box.col4 .project-post,
  .portfolio-section.masonry-style.fullwidth .portfolio-box.col4 .project-post {
    width: 50%;
  }
  .blog-section .blog-box.iso-call .blog-post,
  .portfolio-section.grid-style .portfolio-box.col3 .project-post,
  .portfolio-section.masonry-style .portfolio-box.col3 .project-post,
  .portfolio-section.grid-style .portfolio-box.col4 .project-post,
  .portfolio-section.masonry-style .portfolio-box.col4 .project-post {
    width: 345px;
  }
  #container.vertical-header #content {
    margin-left: 0;
  }
  .vertical-header header {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-top: 5px;
    height: auto !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
  }
  .vertical-header header .logo {
    text-align: center;
    padding: 20px 5px 20px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 0;
  }
  .vertical-header header .copyright {
    display: none;
  }
  .vertical-header header .form-search-vertical {
    display: none;
  }
  .vertical-header nav.menu {
    max-height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
    text-align: center;
    margin-bottom: 0;
  }
  .vertical-header header nav>ul>li>a {
    padding: 5px 0;
  }
  .vertical-header header nav ul li.drop ul.dropdown {
    position: relative;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
  }
  .vertical-header header nav ul li.drop ul.dropdown li a {
    background: transparent;
    text-align: center;
    padding: 5px 25px;
  }
  .vertical-header a.elemadded {
    display: block;
  }
  .vertical-header header p {
    display: none;
  }
  .vertical-header header ul.social-icons {
    margin: 0;
    padding: 20px 0;
  }
  section.features-section4 .features-box .feature-post {
    margin: 0 auto 30px;
    max-width: 220px;
  }
  .statistic-section.second-style .statistic-post:after {
    display: none;
  }
  section.skills-text-section {
    display: block;
  }
  section.skills-text-section .skills-outer-box,
  section.skills-text-section .text-content {
    width: 100%;
    padding: 80px 0;
  }
  section.skills-text-section .skills-outer-box .skills-box,
  section.skills-text-section .text-content .skills-box,
  section.skills-text-section .skills-outer-box .inner-text-content,
  section.skills-text-section .text-content .inner-text-content {
    float: none;
    max-width: 722px;
    margin: 0 auto;
    padding: 0;
  }
  section.about-alt-section .background-stretch .white-area,
  section.what-we-do-section .background-stretch .white-area,
  section.skills-alt-section .background-stretch .white-area,
  section.process-subscribe-section .background-stretch .white-area {
    float: none;
    width: 100%;
  }
  section.about-alt-section .background-stretch .white-area:after,
  section.what-we-do-section .background-stretch .white-area:after,
  section.skills-alt-section .background-stretch .white-area:after,
  section.process-subscribe-section .background-stretch .white-area:after {
    display: none;
  }
  section.about-alt-section .background-stretch .image-area,
  section.what-we-do-section .background-stretch .image-area,
  section.skills-alt-section .background-stretch .image-area,
  section.process-subscribe-section .background-stretch .image-area {
    display: none;
  }
  section.process-subscribe-section .subscribe-form {
    margin: 0 auto 50px;
  }
  section.process-subscribe-section .subscribe-form input[type="text"] {
    background: #fff;
    border: 1px solid #f1f1f1;
  }
  section.about-alt-section .image-holder {
    text-align: center;
    padding-top: 20px;
  }
  section.skills-alt-section .image-holder {
    display: none;
  }
  section.what-we-do-section {
    border-top: 1px solid #f1f1f1;
  }
  section.what-we-do-section .accordion-box,
  section.what-we-do-section .title-section {
    max-width: 100%;
    padding-left: 0;
  }
  section.process-subscribe-section {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
  }
  section.process-subscribe-section .features-items,
  section.process-subscribe-section .title-section {
    padding-left: 0;
  }
  section.skills-alt-section .skills-box {
    max-width: 100%;
  }
  section.what-we-do-section .image-holder {
    text-align: center;
    padding-bottom: 50px;
  }
  .statistic-section2 .statistic-post {
    margin-bottom: 40px;
  }
  .statistic-section2 .statistic-post h2 {
    margin-bottom: 0;
  }
  section.about-section4.second-style .about-box .image-holder img,
  .statistic-section.skin-style .statistic-post:after,
  #container.hosting-style section.about-section4 .about-box img {
    display: none;
  }
  section.about-section4.second-style .about-box .posts-box {
    padding-top: 0;
  }
  section.about-section4.second-style .about-box .posts-box .about-post {
    overflow: hidden;
    max-width: 260px;
    margin: 0 auto 40px;
  }
  section.about-section4.second-style .about-box>img {
    max-width: 100%;
  }
  section.about-section4.second-style {
    background: #f1f1f1;
  }
  section.subscribe-section.default-style form input[type="text"] {
    width: 100%;
    margin: 0 0 20px;
  }
  section.subscribe-section.default-style form input[type="submit"] {
    margin: 0 0 30px;
  }
  a.go-top {
    bottom: 30px;
    right: 30px;
  }
  #container.medical-style #home-section span.side-line {
    height: 190px;
  }
  section.services-section3 .services-box {
    flex-wrap: wrap;
  }
  section.services-section3 .services-box .services-post {
    width: 50% !important;
  }
  section.appointment-section {
    background-position: right center;
  }
  section.about-medical-section {
    display: block;
  }
  section.about-medical-section .content-holder {
    width: 100%;
    padding: 80px 15px;
  }
  section.about-medical-section .content-holder .inner-content {
    float: none;
    max-width: 720px;
    margin: 0 auto;
  }
  section.about-medical-section .image-holder {
    width: 100%;
  }
  #container.medical-style .features-section3 {
    display: block;
  }
  #container.medical-style .features-section3 .image-place {
    width: 100%;
  }
  #container.medical-style .features-section3 .features-box {
    width: 100%;
    padding: 80px 15px !important;
  }
  #container.medical-style .features-section3 .features-box .inner-features-box {
    padding-left: 0;
    max-width: 720px;
    float: none;
    margin: 0 auto;
  }
  #container.medical-style .features-section3 .features-box .inner-features-box .features-items .feature-post {
    margin-bottom: 35px;
  }
  section.medical-contact-section .map,
  .contact-page-section .map {
    height: 300px;
  }
  section.subscribe-section form input[type="submit"] {
    margin-bottom: 30px;
  }
  #container.construction-style2 section.what-we-do-section .accordion-box,
  #container.construction-style2 section.what-we-do-section .title-section {
    padding-right: 0;
  }
  #container.construction-style2 section.what-we-do-section .banner-area {
    padding-top: 80px;
    padding-left: 0;
  }
  section.contact-construct-section .background-stretch .back-area {
    float: none;
    width: 100%;
  }
  section.contact-construct-section .background-stretch .image-area {
    display: none;
  }
  section.contact-construct-section .contact-form {
    padding-left: 0;
  }
  section.contact-construct-section .contact-info .contact-info-box {
    padding: 0;
    margin-bottom: 50px;
  }
  #container.restaurant-style.boxed {
    padding: 0;
  }
  section.rest-about-section .rest-about-box {
    padding-top: 0;
    margin-bottom: 50px;
  }
  section.rest-about-section2 {
    display: block;
  }
  section.rest-about-section2 .image-holder {
    width: 100%;
  }
  section.rest-about-section2 .rest-about-box {
    width: 100%;
    padding: 80px 15px;
  }
  section.rest-about-section2 .rest-about-box .inner-box {
    max-width: 720px;
    margin: 0 auto;
    padding: 0;
  }
  section.listing-section .listing-box .listing-post {
    width: 50%;
  }
  #container.real-estate-style .features-section2 {
    display: block;
  }
  #container.real-estate-style .features-section2 .features-box {
    width: 100%;
    padding: 80px 15px;
  }
  #container.real-estate-style .features-section2 .features-box .inner-box {
    max-width: 720px;
    padding-right: 0;
    float: none;
    margin: 0 auto;
  }
  #container.real-estate-style .features-section2 .right-image {
    width: 100%;
    display: none;
  }
  #container.real-estate-style .features-section3 {
    display: block;
  }
  #container.real-estate-style .features-section3 .features-box {
    width: 100%;
    padding: 80px 15px !important;
  }
  #container.real-estate-style .features-section3 .features-box .inner-features-box {
    max-width: 720px;
    padding-left: 0;
    float: none;
    margin: 0 auto;
  }
  #container.real-estate-style .features-section3 .image-place {
    width: 100%;
  }
  section.search-domain-section form.search-domain-form input[type="text"] {
    width: 230px;
  }
  #container.hosting-style section.about-section4 .about-box .posts-box {
    margin-top: 0;
  }
  #container.hosting-style section.about-section4 .about-box .about-post {
    max-width: 180px;
    margin: 0 auto 30px;
  }
  #container.hosting-style section.about-section4 {
    padding: 80px 0;
  }
  section.contact-line-section .contact-info {
    margin-bottom: 30px;
  }
  #container.app-style section.about-section4.second-style .about-box .posts-box {
    padding-top: 0;
  }
  #container.app-style section.about-section4.second-style {
    padding: 85px 0 50px;
  }
  section.about-app-section,
  section.about-app-section2 {
    display: block;
  }
  section.about-app-section .content-holder,
  section.about-app-section2 .content-holder {
    width: 100%;
    padding: 80px 15px;
  }
  section.about-app-section .content-holder .inner-content,
  section.about-app-section2 .content-holder .inner-content {
    padding-right: 0;
    max-width: 720px;
    float: none;
    margin: 0 auto;
  }
  section.about-app-section .image-holder,
  section.about-app-section2 .image-holder {
    width: 100%;
    padding-top: 50px;
    height: auto;
    border-bottom: 1px solid transparent;
  }
  section.about-app-section .image-holder .upper-image,
  section.about-app-section2 .image-holder .upper-image {
    left: initial;
    bottom: initial;
    margin-bottom: -92px;
    position: relative;
    text-align: center;
  }
  section.about-app-section2 .content-holder {
    padding-top: 100px;
  }
  section.about-app-section2 .content-holder .inner-content {
    padding-left: 0;
  }
  section.about-app-section2 .image-holder .upper-image {
    right: initial;
    margin-bottom: -10px;
  }
  #container.minimal-style section.portfolio-section.fullwidth .portfolio-box .project-post.snd-size {
    width: 100%;
  }
  section.about-us-section .features-items .feature-post,
  section.services-section2 .services-box .services-post {
    margin-bottom: 30px;
  }
  section.services-section2 {
    padding: 80px 0 50px;
  }
  section.skills-section div.left-image {
    display: none;
  }
  section.skills-section {
    background: #f1f1f1;
  }
  section.skills-section .skills-box,
  section.skills-section.dark-skills .skills-box {
    padding-left: 0;
  }
  section.about-section4 .about-box img {
    max-width: 100%;
  }
  .statistic-section4 .statistic-post {
    margin-bottom: 40px;
  }
  section.half-image-cont-section {
    display: block;
  }
  section.half-image-cont-section .image-holder,
  section.half-image-cont-section .content-holder,
  section.half-image-cont-section .content-holder.left-side {
    width: 100%;
  }
  section.half-image-cont-section .content-holder,
  section.half-image-cont-section .content-holder.left-side {
    padding: 80px 15px !important;
  }
  section.half-image-cont-section .content-holder .inner-content,
  section.half-image-cont-section .content-holder.left-side .inner-content {
    float: none;
    max-width: 720px;
    margin: 0 auto;
    padding: 0;
  }
  section.comming-soon-section form input[type="submit"] {
    margin-bottom: 30px;
  }
  section.comming-soon-section .comming-soon-box h1,
  section.error-section .error-box h1 {
    font-size: 40px;
    font-weight: 700;
  }
  section.comming-soon-section,
  section.comming-soon-section.countdown {
    padding: 80px 0 !important;
    height: auto !important;
    min-height: initial !important;
  }
  section.comming-soon-section .comming-soon-box,
  section.comming-soon-section.countdown .comming-soon-box {
    position: relative;
    top: initial;
    left: initial;
    margin: 0;
  }
  #clock .comming-part:after {
    display: none;
  }
  #clock .comming-part span {
    margin-bottom: 5px;
  }
  #clock .comming-part {
    margin-bottom: 30px;
  }
  .blog-section.standart.leftsidebar .sidebar {
    padding-right: 0;
    margin-bottom: 60px;
  }
  .blog-section.standart.leftsidebar .blog-box {
    padding-left: 0;
    border-left: none;
  }
  .blog-section.standart.rightsidebar .sidebar {
    padding-left: 0;
    margin-top: 60px;
  }
  .blog-section.standart.rightsidebar .blog-box {
    padding-right: 0;
    border-right: none;
  }
  .vertical-header .sidebar {
    margin-top: 60px;
  }
  .contact-page-section .contact-info .contact-info-box .col-md-4 {
    overflow: hidden;
    margin-bottom: 30px;
  }
  .contact-page-section .contact-info .contact-info-box {
    padding-bottom: 0;
  }
  .contact-page-section.alternative-style .outer-map:after {
    width: 100%;
    height: 100%;
    left: 0;
    right: initial;
    top: 0;
    margin-left: 0;
  }
  .contact-page-section.alternative-style .outer-map .map {
    position: relative;
    top: initial;
    left: initial;
    height: 300px;
    z-index: 2;
  }
  .contact-page-section.alternative-style .contact-form {
    padding-left: 0;
  }
  .checking-form .table td input {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
  }
  .checking-form .table td input,
  .checking-form .table td button {
    width: 24px;
    margin: 0;
  }
  .checking-form .table td button {
    width: 24px;
  }
  .checking-form .table td button.decrease {
    border-right: 1px solid #eee;
  }
  .checking-form .table td button.increase {
    border-left: 1px solid #eee;
  }
  .single-project-section.single-three .single-line .left-side,
  .single-project-section.single-three .single-line .right-side {
    width: 100%;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  .single-project-section.single-three .single-line .right-side {
    padding: 50px 15px;
  }
  .single-project-section.single-three .single-line .right-side .project-content-text,
  .single-project-section.single-three .single-line .left-side .project-content-text {
    padding: 0;
    float: none;
  }
}

@media (max-width: 767px) {
  .navbar-brand {
    padding: 14px 15px 17px;
  }
  .navbar-nav>li>a {
    padding: 5px 15px !important;
  }
  .navbar-nav li.drop ul.dropdown {
    position: relative;
    background: transparent;
    padding: 0;
    padding-left: 30px;
    width: 100%;
    top: initial;
    left: initial;
    right: initial;
    border: none;
    margin: 0;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .navbar-nav li.drop ul.dropdown li:last-child {
    margin-bottom: 12px !important;
  }
  .navbar-nav li.drop ul.dropdown li a {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-nav li.drop ul.dropdown>li .dropdown.level2 {
    left: 0;
    width: 100%;
    top: initial;
  }
  .navbar-nav li.drop ul.dropdown>li .dropdown.level2 li a {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-nav>li.search,
  .navbar-nav>li.shopping-cart,
  .navbar-nav>li>a.open-fixed-sidebar,
  div#fixed-sidebar {
    display: none;
  }
  .navbar-nav li.megadrop div.mega-dropdown {
    position: relative;
    width: 100% !important;
    background: transparent;
    padding: 0;
    padding-left: 30px;
    width: 100%;
    top: initial;
    left: initial;
    right: initial !important;
    border: none;
    margin: 0;
    opacity: 1;
    visibility: visible;
  }
  .navbar-nav li.megadrop div.mega-dropdown h2 {
    display: none;
  }
  .navbar-nav li.megadrop div.mega-dropdown li:last-child {
    margin-bottom: 12px !important;
  }
  header.trans .navbar-nav>li>a:before {
    display: none;
  }
  header.trans .navbar-nav>li>a.open-search,
  header.trans .form-search {
    display: none;
  }
  .navbar-toggle {
    margin-top: 18px;
  }
  .navbar-collapse {
    max-height: 340px;
    overflow-y: scroll;
  }
  header.center-logo .navbar-header a.navbar-brand {
    float: left;
    margin-left: 15px;
  }
  header.center-logo .navbar-header {
    width: initial;
  }
  header.center-logo .navbar-toggle {
    margin-top: 25px;
  }
  header.center-logo .navbar-nav>li>a:before {
    display: none !important;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    background: #fff;
  }
  header.transparent-background .navbar-nav>li>a {
    color: #999999 !important;
  }
  header.transparent-background .navbar-nav>li>a:before {
    display: none !important;
  }
  #home-section .tp-caption.small_text {
    padding-top: 10px;
    font-size: 30px;
    line-height: 32px;
  }
  section#home-section.slider2 {
    margin-top: 66px;
  }
  .features-section {
    background: #f1f1f1;
  }
  .features-section .article-place.right-order {
    padding-right: 0;
  }
  .features-section .image-place {
    display: none;
  }
  .blog-section .blog-box.iso-call,
  .portfolio-section.grid-style .portfolio-box.iso-call,
  .portfolio-section.masonry-style .portfolio-box.iso-call {
    margin: 0;
  }
  .blog-section .blog-box.iso-call .blog-post,
  .portfolio-section.grid-style .portfolio-box.col3 .project-post,
  .portfolio-section.masonry-style .portfolio-box.col3 .project-post,
  .portfolio-section.grid-style .portfolio-box.col4 .project-post,
  .portfolio-section.masonry-style .portfolio-box.col4 .project-post {
    width: 100%;
    margin: 0 0 40px;
  }
  #container.construction-style header.trans .navbar-nav>li>a {
    color: #999999 !important;
  }
  #container.construction-style .top-line a.open-search {
    display: none;
  }
  .portfolio-section .project-post,
  .portfolio-section.grid-style.fullwidth .portfolio-box.col3 .project-post,
  .portfolio-section.masonry-style.fullwidth .portfolio-box.col3 .project-post,
  .portfolio-section.grid-style.fullwidth .portfolio-box.col4 .project-post,
  .portfolio-section.masonry-style.fullwidth .portfolio-box.col4 .project-post {
    width: 100%;
  }
  section.meet-team-section .text-content .inner-text-content {
    max-width: 100%;
    padding: 0 15px;
  }
  section.skills-text-section .skills-outer-box .skills-box,
  section.skills-text-section .text-content .skills-box,
  section.skills-text-section .skills-outer-box .inner-text-content,
  section.skills-text-section .text-content .inner-text-content {
    max-width: 100%;
    padding: 0 15px;
  }
  section#home-section.slider3 .banner-thumbs ul li a div span {
    display: none;
  }
  #container.boxed {
    padding: 0;
  }
  section.client-list-section ul.client-list li {
    width: 33.3333%;
  }
  #container.medical-style #home-section span.side-line {
    height: 150px;
  }
  a.go-top {
    bottom: 20px;
    right: 20px;
  }
  section.medical-contact-section .map,
  .contact-page-section .map {
    height: 260px;
  }
  #container.learning-style .features-section2 {
    background-position: left center;
  }
  #container.construction-style #home-section {
    padding-top: 127px;
  }
  #container.construction-style2 header .navigation-block {
    margin-top: 15px;
  }
  #container.construction-style2 .tp-rightarrow.default,
  #container.construction-style2 .tp-leftarrow.default,
  #container.construction-style2 header .top-line {
    display: none;
  }
  .restaurant-style header .navbar-header {
    width: initial;
  }
  .restaurant-style header .navbar-header a.navbar-brand {
    float: left;
    margin-left: 15px;
  }
  .restaurant-style .navbar-toggle {
    margin-top: 25px;
  }
  .restaurant-style header .navbar-nav>li>a:before,
  .restaurant-style2 header .navbar-nav>li>a:before {
    display: none;
  }
  .real-estate-style header .navbar-right,
  .hosting-style header .navbar-right {
    display: none;
  }
  .real-estate-style header .navbar-nav p {
    display: none;
  }
  .real-estate-style header .navbar,
  .hosting-style header .navbar {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  .real-estate-style header .navbar .navbar-collapse,
  .hosting-style header .navbar .navbar-collapse {
    max-height: 340px;
    overflow-y: scroll;
  }
  .real-estate-style header .navbar .navigation-block,
  .hosting-style header .navbar .navigation-block {
    background: transparent;
  }
  .real-estate-style header.active .navbar,
  .hosting-style header.active .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 0;
  }
  .real-estate-style header.active .navbar .navbar-collapse,
  .hosting-style header.active .navbar .navbar-collapse {
    max-height: 340px;
    overflow-y: scroll;
    margin-top: 66px;
  }
  section.listing-section .listing-box .listing-post {
    width: 100%;
  }
  section.search-domain-section form.search-domain-form label,
  section.search-domain-section form.search-domain-form input[type="text"] {
    display: block;
    margin: 0 0 20px;
    width: 100%;
  }
  section.search-domain-section form.search-domain-form input#domain-type {
    margin: 0 auto 20px;
  }
  .app-style header a.open-close-menu,
  #container.minimal-style header a.open-close-menu {
    display: none;
  }
  .app-style header ul.toogle-menu,
  #container.minimal-style header ul.toogle-menu {
    opacity: 1;
    visibility: visible;
  }
  #container.minimal-style header .navbar-nav>li>a:before,
  #container.freelance-style header .navbar-nav>li>a:before,
  #container.shop-style .top-line,
  #home-section.shop-slider .tp-caption.small_text,
  .advertise-section.second-style .advertise-box .advertise-post.fullwidth {
    display: none;
  }
  .banner-page-section {
    padding: 100px 0;
    margin-top: 66px;
  }
  .banner-page-section h1 {
    font-size: 50px;
  }
  section.comming-soon-section,
  section.error-section,
  section.comming-soon-section.countdown {
    margin-top: 66px;
  }
  section.about-us-section .about-box {
    padding-bottom: 40px;
  }
  section.about-us-section .about-title,
  section.about-us-section .about-box .about-post {
    margin-bottom: 40px;
  }
  .features-section2.dark-style .features-box {
    padding-right: 15px;
    padding-left: 15px;
  }
  .features-section2.dark-style .features-box .inner-box {
    max-width: 100%;
  }
  section.error-section {
    padding: 80px 0 !important;
    height: auto !important;
    min-height: initial !important;
  }
  section.error-section .error-box {
    position: relative;
    top: initial;
    left: initial;
    margin: 0;
  }
  .blog-section.standart .blog-box .single-post div.autor-profile {
    padding: 30px;
  }
  .blog-section.standart .blog-box .single-post div.autor-profile .autor-content {
    margin-left: 115px;
  }
  .blog-section.standart .blog-box .single-post .comment-area-box>ul {
    padding-left: 0;
  }
  .blog-section.standart .blog-box .single-post .comment-area-box ul.depth,
  .blog-section.standart .blog-box .single-post .comment-area-box ul.depth .comment-box {
    padding-left: 0;
  }
  .shop-sidebar {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    padding-top: 60px;
  }
  .product-visibility .other-products {
    float: none;
    width: 100%;
  }
  .product-visibility div.image-holder {
    margin-left: 0;
  }
  .product-visibility .other-products li {
    width: 25%;
  }
  .blog-section.standart .blog-box .blog-post .post-gallery iframe {
    height: 360px;
  }
}

@media (max-width: 600px) {
  section.meet-team-section .team-box .team-post {
    width: 100%;
  }
  section.features-photo-section .features-photo-box .features-photo-post {
    display: block;
  }
  section.features-photo-section .features-photo-box .features-photo-post .photo-post,
  section.features-photo-section .features-photo-box .features-photo-post .post-content {
    width: 100%;
  }
  section.features-photo-section .features-photo-box .features-photo-post .post-content {
    padding: 40px;
  }
  #container.medical-style #home-section span.side-line {
    height: 110px;
  }
  section.medical-contact-section .map,
  .contact-page-section .map {
    height: 240px;
  }
  section.rest-about-section .image-holder img,
  section.rest-about-section .image-holder img.snd-img {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  section.rest-about-section .image-holder img.snd-img {
    margin: 0;
  }
  section.today-special-section.second-style .today-special-box .food-post .inner-food-post {
    display: block;
  }
  section.today-special-section.second-style .today-special-box .food-post .inner-food-post .food-gal {
    width: 100%;
  }
  section.today-special-section.second-style .today-special-box .food-post .inner-food-post .food-content {
    width: 100%;
  }
  section.today-special-section.second-style .today-special-box .food-post .inner-food-post .food-content .food-content-box {
    padding: 20px;
  }
  .advertise-section .advertise-box .advertise-post,
  .advertise-section.second-style .advertise-box .advertise-post,
  .portfolio-section.grid-style.nospace .portfolio-box.col3 .project-post,
  .portfolio-section.masonry-style.nospace .portfolio-box.col3 .project-post,
  .portfolio-section.grid-style.nospace .portfolio-box.col4 .project-post,
  .portfolio-section.masonry-style.nospace .portfolio-box.col4 .project-post {
    width: 100%;
  }
  .blog-section.standart .blog-box .single-post .row-img.col3 img,
  .blog-section.standart .blog-box .single-post .row-img img {
    width: 100%;
  }
  .blog-section.standart .blog-box .blog-post .post-gallery iframe {
    height: 340px;
  }
}

@media (max-width: 500px) {
  section.courses-section .course-post,
  .courses-box .course-post {
    width: 100%;
  }
  a.go-top {
    bottom: 10px;
    right: 10px;
  }
  .agency-style section.portfolio-section .col4 .project-post,
  #container.construction-style2 section.portfolio-section .portfolio-box .project-post {
    width: 100%;
  }
  section.client-list-section ul.client-list li {
    width: 50%;
  }
  #container.medical-style #home-section span.side-line {
    height: 90px;
  }
  section.services-section3 .services-box .services-post {
    width: 100% !important;
  }
  section.medical-contact-section .map,
  .contact-page-section .map {
    height: 200px;
  }
  .blog-section.standart .blog-box .blog-post .post-gallery iframe {
    height: 300px;
  }
}
