/**
 * Template Name: Rex Author: MarkUps Author URI: http://www.markups.io/
 * Description: Rex - One Page Multipurpose Business HTML5 Template. Version:
 * 1.0 Tags: light, white,blog,business,multipurpose,one page, single page,
 * custom-colors,Bootstrap,responsive, html5, css3
 */

/**
 * Table of Content ================================================== #BASIC
 * TYPOGRAPHY #HEADER #MENU #ABOUT #CALL TO ACTION #TEAM #SERVICE #PORTFOLIO
 * #COUNTER #PRICING TABLE #TESTIMONIAL #FORM BLOG #CLIENT #CONTACT #FOOTER
 * #BLOG PAGE #ERROR PAGE
 */

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

/* BASIC TYPOGRAPHY */

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

body, html {
  overflow-x: hidden;
}

body {
  color: #838282;
  overflow-x: hidden !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #2f2f2f;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

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

h2 {
  margin: 0;
  padding-bottom: 10px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

img {
  border: none;
}

/* Preloader */

#preloader {
  z-index: 99999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  /* makes sure it stays on top */
}

.loader {
  position: relative;
  top: 300px;
  left: 45%;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  text-indent: -9999em;
  font-size: 10px;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.loader:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  border-radius: 100% 0 0 0;
}

.loader:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 75%;
  height: 75%;
  margin: auto;
  border-radius: 50%;
  background: #fff;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* scrol to top */

.scrollToTop {
  z-index: 999;
  display: none;
  position: fixed;
  right: 50px;
  bottom: 60px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #f9f9f9 none repeat scroll 0 0;
  text-align: center;
  text-decoration: none;
  font-size: 25px;
  line-height: 50px;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.scrollToTop:focus, .scrollToTop:hover {
  color: #fff;
  outline: none;
  text-decoration: none;
}

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

/* HOME HEADER */

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

#header {
  display: inline;
  width: 100%;
  float: left;
}

.header-inner {
  display: inline;
  position: relative;
  width: 100%;
  float: left;
}

.header-inner>img {
  width: 100%;
}

.header-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.header-content {
  width: 100%;
  height: 100%;
  float: left;
  padding: 140px;
  text-align: center;
}

.header-content h2 {
  text-transform: uppercase;
  font-size: 80px;
  font-weight: bold;
  line-height: 80px;
}

.header-content h2 span {
  font-weight: normal;
  line-height: 93px;
}

.header-btn-area {
  display: inline;
  width: 100%;
  float: left;
  margin-top: 90px;
  text-align: center;
}

.header-btn-area a {
  margin: 0px 15px;
}

.knowmore-btn {
  padding: 25px 28px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: bold;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.download-btn {
  padding: 25px 28px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 4px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: bold;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.download-btn:focus, .download-btn:hover, .knowmore-btn:focus, .knowmore-btn:hover {
  color: #fff;
  outline: none;
  text-decoration: none;
}

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

/* MENU */

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

#menu-area {
  display: inline;
  width: 100%;
  float: left;
}

.main-navbar {
  height: 100px;
  margin-bottom: 0;
  border-right: medium none;
  border-bottom: 1px solid #e7e7e7;
  border-radius: 0;
  background: #fff none repeat scroll 0 0;
  -moz-box-shadow: 0px 2px 4px 0px #f3f3f3;
  -webkit-box-shadow: 0px 2px 4px 0px #f3f3f3;
  box-shadow: 0px 2px 4px 0px #f3f3f3;
}

.navbar-fixed-top {
  height: 80px;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.logo {
  width: 85px;
  height: 100px;
  margin-top: -1px;
  margin-right: 45px;
  padding: 0;
}

.logo-compressed {
  width: 70px;
  height: 80px;
}

.logo img {
  width: 100%;
  height: 100%;
}

#navbar {
  width: 100%;
  float: left;
}

.main-nav {
  display: inline-block;
  width: 100%;
  text-align: right;
}

.main-nav li {
  display: inline-block;
  float: none;
}

.main-nav li a {
  padding: 39px 20px;
  color: #636363;
  text-transform: uppercase;
  font-size: 15px;
}

.less-padding {
  padding: 30px 20px !important;
}

.navbar-default .navbar-nav>li>a {
  color: #636363;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  background-color: transparent;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  background-color: transparent;
}

.search-area {
  display: inline-block;
  position: relative;
  width: 5%;
  height: 60px;
  float: right;
  padding: 0;
}

.search-area input[type="text"] {
  z-index: 3;
  display: inline-block;
  position: absolute;
  top: 11%;
  right: 0;
  width: 0px;
  height: 100%;
  padding: 3px 60px 0px 3px;
  color: #555;
  border: none;
  background: none;
  outline: none;
  font-size: 20px;
  font-weight: 100;
  line-height: 20px;
  -webkit-transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}

.search-area input[type="text"]:focus {
  z-index: 1;
  width: 880px;
  background-color: #fff;
  cursor: text;
}

.search-area input[type="submit"] {
  z-index: 2;
  display: inline-block;
  position: absolute;
  top: 53%;
  right: 0;
  width: 45px;
  height: 35px;
  float: right;
  border: medium none;
  background-image: url("assets/images/search-icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  outline: medium none;
  text-indent: -10000px;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
  cursor: pointer;
}

.search-area input[type="submit"]:hover {
  opacity: 0.8;
}

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

/* ABOUT */

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

#about {
  display: inline;
  width: 100%;
  float: left;
  padding: 70px 0;
  background-color: #fff;
}

.welcome-area {
  display: inline;
  width: 100%;
  float: left;
}

.title-area {
  display: inline;
  position: relative;
  width: 100%;
  float: left;
  padding: 0 172px;
  text-align: center;
}

.tittle {
  margin-bottom: 0;
  padding-bottom: 18px;
  color: #3a3a3a;
  font-size: 40px;
}

.tittle-line {
  display: inline-block;
  width: 60px;
  height: 3px;
  margin-bottom: 16px;
  background-color: #898989;
}

.welcome-content {
  display: inline;
  width: 100%;
  float: left;
  margin-top: 50px;
}

.wc-table {
  display: inline-block;
  text-align: center;
}

.wc-table li {
  width: 25%;
  float: left;
}

.single-wc-content {
  display: inline;
  width: 100%;
  float: left;
}

.single-wc-content span {
  display: inline-block;
  width: 117px;
  height: 117px;
  border-radius: 100%;
  text-align: center;
  font-size: 35px;
  line-height: 117px;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-wc-content .wc-tittle {
  margin-top: 32px;
  padding-bottom: 17px;
  color: #525252;
  border-bottom: 1px solid #bbbbbb;
  text-transform: uppercase;
  font-size: 18px;
}

.single-wc-content p {
  padding: 12px;
  color: #7d7d7d;
  font-size: 15px;
}

.single-wc-content:hover .wc-icon {
  color: #fff;
}

.single-wc-content:hover .wc-tittle {
  padding-bottom: 16px;
}

.about-area {
  display: inline;
  width: 100%;
  float: left;
  margin-top: 45px;
  margin-bottom: 25px;
}

.about-left {
  display: inline;
  position: relative;
  width: 445px;
  height: 420px;
  float: left;
}

.about-left img {
  position: absolute;
  top: 23px;
  left: 23px;
}

.introduction-btn {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 36%;
  padding: 18px 16px;
  color: #f9fffd;
  text-decoration: none;
  font-size: 25px;
}

.introduction-btn:focus, .introduction-btn:hover {
  color: #f9fffd;
  outline: none;
  text-decoration: none;
}

.about-right {
  display: inline;
  width: 100%;
  float: left;
  padding-top: 20px;
  padding-left: 85px;
}

.about-right .title-area {
  padding: 0px;
  text-align: left;
}

.about-right .tittle {
  padding-bottom: 47px;
}

.about-right .tittle-line {
  width: 100px;
  height: 2px;
  margin-bottom: 35px;
}

.about-right p {
  margin-bottom: 32px;
  color: #535353;
  font-family: "Raleway", sans-serif;
}

.about-btn-area {
  display: inline;
  width: 100%;
  float: left;
  margin-top: 14px;
}

.button {
  z-index: 1;
  display: block;
  position: relative;
  float: left;
  margin: 1em;
  color: inherit;
  border: none;
  background: none;
  vertical-align: middle;
}

.button:focus {
  outline: none;
}

.button>span {
  vertical-align: middle;
}

.button-default {
  padding: 0;
  overflow: hidden;
  border-radius: 2px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button-default::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #3f51b5;
  opacity: 0;
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}

.button-default>span {
  display: block;
}

.button-default:after {
  color: #fff;
}

.button-default::after, .button-default>span {
  padding: 12px 21px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button-default:hover {
  background-color: rgba(63, 81, 181, 0.1);
  text-decoration: none;
}

.button-default:focus, .button-default:hover {
  color: #fff !important;
}

.button-default:hover::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.button-default:hover>span {
  opacity: 0;
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}

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

/* CALL TO ACTION */

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

#call-to-action {
  display: inline;
  position: relative;
  width: 100%;
  float: left;
}

.call-to-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.call-to-content {
  display: inline;
  width: 100%;
  float: left;
  padding: 60px 0;
  text-align: center;
}

.call-to-content h2 {
  color: #fff7f7;
  font-size: 45px;
}

.call-to-content a {
  display: inline-block;
  float: none;
  margin-top: 29px;
}

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

/* TEAM */

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

#team {
  display: inline;
  width: 100%;
  float: left;
  padding: 70px 0px;
}

.team-area {
  display: inline;
  width: 100%;
  float: left;
  padding-bottom: 56px;
}

.team-content {
  display: inline;
  width: 100%;
  float: left;
  margin-top: 18px;
}

.team-grid {
  display: block;
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

.team-grid li {
  display: inline-block;
  width: 20%;
  height: 230px;
  margin: 20px 25px;
}

.team-item {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: default;
}

.team-img-1 {
  background-image: url(../images/team-member1.png);
  background-repeat: no-repeat;
  background-position: center;
}

.team-img-2 {
  background-image: url(../images/team-member2.png);
  background-repeat: no-repeat;
  background-position: center;
}

.team-img-3 {
  background-image: url(../images/team-member3.png);
  background-repeat: no-repeat;
  background-position: center;
}

.team-img-4 {
  background-image: url(../images/team-member4.png);
  background-repeat: no-repeat;
  background-position: center;
}

.team-info {
  position: absolute;
  width: inherit;
  height: inherit;
  padding: 50px 0;
  opacity: 0;
  border-radius: 50%;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-info p {
  margin: 0 30px;
  padding: 10px 5px;
  color: #fff;
  opacity: 0;
  font-size: 14px;
  font-style: italic;
  -moz-transition: all 1s ease-in-out 0.4s;
  -ms-transition: all 1s ease-in-out 0.4s;
  -o-transition: all 1s ease-in-out 0.4s;
  -webkit-transition: all 1s ease-in-out 0.4s;
  transition: all 1s ease-in-out 0.4s;
}

.team-info a {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin: 0 5px;
  color: #fffefe;
  opacity: 0.8;
  border: 1px solid #fffefe;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
}

.team-info a:hover {
  opacity: 1;
}

.team-grid li:hover .team-info {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.team-grid li:hover .team-info p {
  opacity: 1;
}

.team-address {
  display: inline;
  width: 100%;
  float: left;
  margin-top: 26px;
  text-align: center;
}

.team-address p {
  margin-bottom: 0px;
  color: #525252;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: 600;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.team-address span {
  color: #777777;
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  font-style: italic;
}

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

/* SERVICE */

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

#service {
  display: inline;
  width: 100%;
  float: left;
  padding: 70px 0;
  background-color: #F6F6F6;
}

.service_area {
  display: inline;
  width: 100%;
  float: left;
}

.service-content {
  display: inline;
  width: 100%;
  float: left;
  margin-top: 45px;
}

.service-table {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.single-service {
  display: inline;
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 15px;
  padding: 45px 20px;
  text-align: left;
}

.single-service:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24px;
  opacity: 0;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-service:hover:after {
  opacity: 1;
}

.single-service:hover {
  background-color: #fff;
}

.single-service .service-icon {
  margin-bottom: 10px;
  color: #bdbdbd;
  font-size: 55px;
}

.single-service .service-title {
  margin-bottom: 30px;
  color: #343333;
  font-size: 25px;
  font-weight: 600;
}

.single-service p {
  color: #878787;
}

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

/* PORTFOLIO */

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

#portfolio {
  display: inline;
  width: 100%;
  float: left;
  padding: 70px 0;
}

.portfolio-area {
  display: inline;
  width: 100%;
  float: left;
}

.portfolio-content {
  display: inline;
  width: 100%;
  float: left;
  margin-top: 50px;
}

.portfolio-menu {
  display: inline;
  width: 100%;
  float: left;
}

.portfolio-menu ul {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.portfolio-menu ul li {
  display: inline-block;
  margin: 0 13px;
  padding: 6px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: bold;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  cursor: pointer;
}

.portfolio-container {
  display: inline;
  width: 100%;
  float: left;
  margin-top: 60px;
  margin-left: -9px;
}

.single-portfolio {
  display: inline;
  width: 23.4%;
  float: left;
  margin-bottom: 18px;
  margin-left: 18px;
}

.single-item {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.single-item>img {
  display: block;
  width: 100%;
  height: 290px;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.single-item>img:hover {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

#mixit-container .mix {
  display: none;
}

.single-item-content {
  display: inline;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #000;
  text-align: center;
  -moz-transition: background-color 0.5s linear;
  -ms-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

.portfolio-social-icon {
  display: inline;
  width: 100%;
  float: left;
  padding: 110px 50px;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-item:hover .single-item-content {
  opacity: 1;
}

.single-item-content:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.portfolio-social-icon a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 8px;
  padding: 12px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 15px;
  transform: scale(0.5);
  -o-transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.single-item-content:hover .fancybox, .single-item-content:hover .link-btn {
  transform: scale(0.9);
}

.portfolio-title {
  display: inline;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 12px;
  opacity: 0;
  text-align: center;
  -o-transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.single-item:hover .portfolio-title {
  opacity: 1;
}

.portfolio-title h4 {
  margin-bottom: 0;
  color: #fff7f7;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

.portfolio-title span {
  color: #fff7f7;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
}

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

/* COUNTER */

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

#counter {
  display: inline;
  position: relative;
  width: 100%;
  float: left;
}

.counter-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.counter-area {
  display: inline;
  width: 100%;
  float: left;
  padding: 112px 0;
}

.single-counter {
  display: inline;
  width: 100%;
  float: left;
  padding: 0 10px;
}

.single-counter>span {
  display: block;
  width: 60px;
  float: left;
  text-align: center;
  font-size: 60px;
}

.single-counter .counter-count {
  float: left;
  margin-left: 20px;
}

.single-counter .counter-count>span {
  display: block;
  margin-top: -16px;
  margin-bottom: -7px;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
}

.single-counter .counter-count>p {
  margin-left: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

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

/* PRICING TABLE */

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

#pricing-table {
  display: inline;
  width: 100%;
  float: left;
  padding: 70px 0;
}

.pricing-table-area {
  display: inline;
  width: 100%;
  float: left;
}

.pricing-table-content {
  display: inline;
  width: 100%;
  float: left;
  margin-top: 60px;
}

.price-table {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.price-table li {
  display: inline-block;
  width: 25%;
  float: left;
  padding-bottom: 12px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}

.price-table li:last-child {
  border-right: 1px solid #e4e4e4;
}

.single-price {
  display: inline;
  width: 100%;
  float: left;
}

.single-price .price-header {
  position: relative;
  margin: 0;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  font-size: 28px;
}

.single-price .price-header::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: 46.5%;
  font-family: fontAwesome;
  font-size: 32px;
}

.standard-price .price-header::after {
  bottom: -22%;
}

.single-price .price-amount {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}

.standard-price {
  margin-top: -20px;
}

.standard-price .price-header {
  padding: 30px 0px;
}

.single-price p {
  margin-bottom: 0px;
  padding: 20px 0;
  color: #5d5d5d;
  border-bottom: 1px solid #e4e4e4;
  font-size: 18px;
}

.single-price p:last-of-type {
  border: none;
}

.single-price a {}

.single-price a span {
  display: inline-block;
  padding: 12px 65px;
  border: medium none;
}

.standard-price a {
  color: #fff !important;
}

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

/* TESTIMONIAL */

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

#testimonial {
  display: inline;
  position: relative;
  width: 100%;
  float: left;
}

.testimonial-area {
  display: inline;
  width: 100%;
  float: left;
  padding: 70px 0;
}

.testimonial-area .tittle {
  color: #fff;
}

.testimonial-area .tittle-line {
  background-color: #fff;
}

.testimonial-conten {
  display: inline;
  width: 100%;
  float: left;
  margin-top: 11px;
}

.testimonial-slider {
  display: inline;
  position: absolute;
  width: 100%;
  float: left;
}

.single-slide {
  display: inline;
  width: 100%;
  float: left;
  padding: 0 124px;
  text-align: center;
}

.single-slide>p {
  position: relative;
  margin-top: 55px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 35px;
}

.single-slide>p::after {
  content: "";
  position: absolute;
  top: -29px;
  left: -44px;
  color: #fff;
  font-family: fontAwesome;
  font-size: 50px;
}

.single-testimonial {
  display: inline;
  width: 100%;
  float: left;
}

.testimonial-thumb {
  width: 107px;
  height: 107px;
  margin: 35px auto 0;
  border-radius: 50%;
}

.single-testimonial p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.single-testimonial span {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}

.testimonial-slider .slick-prev::before {
  content: "" !important;
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 0 10px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-family: fontAwesome;
  font-size: 35px;
  line-height: 31px;
}

.testimonial-slider .slick-next:before {
  content: '\f105' !important;
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 0 10px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-family: fontAwesome;
  font-size: 35px;
  line-height: 31px;
}

.testimonial-slider .slick-prev {
  z-index: 9999;
  top: 35%;
  left: 0;
}

.testimonial-slider .slick-next {
  z-index: 9999;
  top: 35%;
  right: 40px;
}

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

/* FORM BLOG */

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

#from-blog {
  display: inline;
  width: 100%;
  float: left;
  padding: 70px 0;
  background-color: #F6F6F6;
}

.from-blog-area {
  display: inline;
  width: 100%;
  float: left;
}

.from-blog-content {
  display: inline;
  width: 100%;
  float: left;
  margin-top: 60px;
}

.single-from-blog {
  display: inline;
  width: 100%;
  float: left;
  background-color: #fff;
}

.single-from-blog figure {
  display: inline;
  width: 100%;
  float: left;
}

.single-from-blog figure img {
  width: 100%;
}

.single-from-blog .blog-title {
  display: inline;
  width: 100%;
  float: left;
  padding: 20px;
}

.single-from-blog .blog-title h2 {
  padding-bottom: 0;
  color: #3e3e3e;
  font-size: 28px;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-from-blog .blog-title h2 a {
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-from-blog .blog-title h2 a:focus, .single-from-blog .blog-title h2 a:hover {
  outline: none;
  text-decoration: none;
}

.single-from-blog .blog-title p {
  color: #7c7c7c;
  font-size: 13px;
  font-style: italic;
}

.single-from-blog>p {
  padding: 20px 20px 10px;
  color: #757575;
}

.single-from-blog .blog-footer {
  display: inline;
  width: 100%;
  float: left;
  padding: 0 20px 20px;
}

.single-from-blog .blog-footer a {
  margin-right: 35px;
  color: #818181;
  font-size: 14px;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-from-blog .blog-footer a:focus, .single-from-blog .blog-footer a:hover {
  outline: none;
  text-decoration: none;
}

.single-from-blog .blog-footer a span {
  display: inline-block;
  margin-right: 3px;
  padding: 4px 5px;
  border: 1px solid;
  border-radius: 50%;
  line-height: 14px;
}

/*--------------------*/
/* PUBLICATION */
/*--------------------*/

#publications {
  background-color: #FFFFFF;
  display: inline;
  float: left;
  width: 100%;
  margin-bottom: 10rem;
}

/* -------------------- */
/* CLIENT */
/* -------------------- */

#client {
  display: inline;
  width: 100%;
  float: left;
  padding: 70px 0 55px;
  background-color: #fff;
}

.client-area {
  display: inline;
  width: 100%;
  float: left;
  text-align: center;
}

.client-table {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}

.client-table li {
  display: inline-block;
  margin-right: 80px;
}

.client-table li:last-child {
  margin-right: 0px;
}

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

/* CONTACT */

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

#contact {
  display: inline;
  width: 100%;
  float: left;
  padding: 70px 0;
  background-image: url("../images/contact-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.contact-left {
  display: inline;
  width: 100%;
  float: left;
  padding: 30px 40px 10px;
  background-color: rgba(104, 102, 96, 0.5);
  text-align: center;
}

.contact-left h2 {
  margin-bottom: 35px;
  color: #fafafa;
  font-size: 35px;
}

.single-address {
  display: inline;
  width: 100%;
  float: left;
  margin-bottom: 15px;
  padding-right: 50px;
}

.single-address h4 {
  margin-bottom: 17px;
  color: #fafafa;
  font-size: 22px;
  font-weight: bold;
}

.single-address p {
  margin-bottom: 5px;
  color: #fafafa;
  font-size: 14px;
}

.contact-right {
  display: inline;
  width: 100%;
  float: left;
  padding: 30px 40px;
  background-color: rgba(104, 102, 96, 0.5);
}

.contact-right h2 {
  margin-bottom: 48px;
  color: #fafafa;
  font-size: 35px;
}

.contact-form .form-group input {
  height: 45px;
  margin-bottom: 24px;
  color: #e1e1e1;
  border: 1px solid #fff;
  border-radius: 0;
  background: transparent;
  font-size: 20px;
}

.contact-form .form-group textarea {
  height: 190px;
  color: #e1e1e1;
  border: 1px solid #fff;
  border-radius: 0;
  background: transparent;
}

.contact-form .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.contact-form .form-control::-webkit-input-placeholder {
  color: #e2e2e2;
  font-size: 20px;
}

.contact-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #e2e2e2;
  font-size: 20px;
}

.contact-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #e2e2e2;
  font-size: 20px;
}

.contact-form .form-control:-ms-input-placeholder {
  color: #e2e2e2;
  font-size: 20px;
}

.contact-form button {
  float: right;
  margin-right: 0;
  border-radius: 0px;
}

.contact-form.button-default::after, .contact-form .button-default>span {
  padding: 12px 40px;
}

#google-map {
  display: inline;
  width: 100%;
  float: left;
}

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

/* FOOTER */

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

#footer {
  display: inline;
  width: 100%;
  float: left;
  margin-top: -6px;
  background-color: #242424;
}

.footer-top {
  display: inline;
  width: 100%;
  float: left;
}

.footer-top-area {
  display: inline;
  width: 100%;
  float: left;
  text-align: center;
}

.footer-logo {
  display: inline-block;
}

.footer-social {
  display: inline;
  width: 100%;
  float: left;
  margin: 40px 0px;
}

.footer-social a {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 0 9px;
  color: #b8b8b8;
  border: 1px solid #505050;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  line-height: 48px;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-social a.facebook:hover {
  color: #fff;
  border-color: #3b5998;
  background-color: #3b5998;
}

.footer-social a.twitter:hover {
  color: #fff;
  border-color: #00aced;
  background-color: #00aced;
}

.footer-social a.google-plus:hover {
  color: #fff;
  border-color: #dd4b39;
  background-color: #dd4b39;
}

.footer-social a.youtube:hover {
  color: #fff;
  border-color: #bb0000;
  background-color: #bb0000;
}

.footer-social a.linkedin:hover {
  color: #fff;
  border-color: #007bb5;
  background-color: #007bb5;
}

.footer-social a.dribbble:hover {
  color: #fff;
  border-color: #ea4c89;
  background-color: #ea4c89;
}

.footer-bottom {
  display: inline;
  width: 100%;
  float: left;
  padding: 40px 0;
  border-top: 1px solid #434343;
  text-align: center;
}

.footer-bottom p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
}

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

/* BLOG PAGE */

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

#blog-banner {
  display: inline;
  position: relative;
  width: 100%;
  float: left;
}

.blog-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.blog-banner-area {
  display: inline;
  width: 100%;
  float: left;
  padding: 85px 0;
}

.blog-banner-area h2 {
  padding-bottom: 5px;
  color: #fff;
  font-size: 40px;
}

.blog-banner-area .breadcrumb {
  padding-left: 0;
  border-radius: 0;
  background-color: transparent;
}

.blog-banner-area .breadcrumb li {
  font-family: "Raleway", sans-serif;
}

.blog-banner-area .breadcrumb li a {
  color: #fff;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
}

.blog-banner-area .breadcrumb>li+li::before {
  content: "/ ";
  padding: 0 0px;
  color: #ccc;
}

#blog {
  display: inline;
  width: 100%;
  float: left;
  padding: 70px 0;
  background-color: #f8f8f8;
}

.blog-area {
  display: inline;
  width: 100%;
  float: left;
}

.blog-archive .single-from-blog {
  margin-bottom: 35px;
}

.blog-archive .single-from-blog figure img {
  height: 400px;
}

.blog-left {
  display: inline;
  width: 100%;
  float: left;
}

.blog-pagination {}

.blog-pagination>li>a, .blog-pagination>li>span {
  padding: 8px 18px;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-pagination>li>a:focus, .blog-pagination>li>a:hover, .blog-pagination>li>span:focus, .blog-pagination>li>span:hover {
  color: #fff;
}

.blog-pagination>li:first-child>a, .blog-pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.blog-pagination>li:last-child>a, .blog-pagination>li:last-child>span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.blog-right {
  display: inline;
  width: 100%;
  float: left;
}

.single-widget {
  display: inline;
  width: 100%;
  float: left;
  margin-bottom: 30px;
  padding: 20px 30px;
  border: 1px solid #f0f0f0;
  background-color: #fff;
}

.single-widget h2 {
  margin-bottom: 15px;
  margin-left: -31px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 29px;
  color: #444444;
  font-size: 25px;
  line-height: 25px;
}

.blog-search {
  display: inline;
  width: 100%;
  float: left;
}

.blog-search input[type="text"] {
  width: 100%;
  height: 43px;
  padding: 5px;
  color: #444;
  border: 1px solid #9d9d9d;
  background-color: #f5f5f5;
}

.blog-search .button-default {
  margin-top: 23px;
  margin-bottom: 10px;
  margin-left: 0;
}

.blog-search .button-default::after, .blog-search .button-default>span {
  padding: 10px 30px;
}

.follow-us {
  display: inline;
  width: 100%;
  float: left;
  padding-top: 24px;
  padding-bottom: 10px;
  border-top: 1px solid #d4d4d4;
  text-align: center;
}

.follow-us a {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0 5px;
  color: #fff;
  border: 1px none transparent;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
}

.follow-us a.facebook {
  border-color: #3b5998;
  background-color: #3b5998;
}

.follow-us a.twitter {
  border-color: #00aced;
  background-color: #00aced;
}

.follow-us a.google-plus {
  border-color: #dd4b39;
  background-color: #dd4b39;
}

.follow-us a.youtube {
  border-color: #bb0000;
  background-color: #bb0000;
}

.follow-us a.linkedin {
  border-color: #007bb5;
  background-color: #007bb5;
}

.follow-us a.dribbble {
  border-color: #ea4c89;
  background-color: #ea4c89;
}

.popular-post-widget {
  display: inline;
  width: 100%;
  float: left;
  padding-top: 24px;
  padding-bottom: 15px;
  border-top: 1px solid #d4d4d4;
  text-align: left;
}

.popular-post-widget .media-left {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 20px;
}

.popular-post-widget .media-heading {
  color: #505050;
  font-size: 18px;
}

.popular-post-widget .media-heading a {
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.popular-post-widget .media-heading a:focus, .popular-post-widget .media-heading a:hover {
  outline: none;
  text-decoration: none;
}

.popular-post-widget .media-body p {
  color: #7c7c7c;
  font-size: 13px;
}

.instagram-feed {
  display: inline;
  width: 100%;
  float: left;
  padding-top: 24px;
  padding-bottom: 25px;
  border-top: 1px solid #d4d4d4;
  text-align: left;
}

.single-instagram-feed {
  display: inline;
  width: 100%;
  float: left;
}

.single-instagram-feed img {
  width: 100%;
}

.instagram-feed .slick-next, .instagram-feed .slick-prev {
  z-index: 999;
  position: absolute;
  top: 100%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.instagram-feed .slick-prev {
  left: 28%;
}

.instagram-feed .slick-next {
  right: 29%;
}

.instagram-feed .slick-next::before, .instagram-feed .slick-prev::before {
  opacity: 0.75;
  font-family: "fontAwesome";
  font-size: 28px;
  line-height: 1;
}

.instagram-feed .slick-prev::before {
  content: '\f104';
}

.instagram-feed .slick-next::before {
  content: '\f105';
}

.instagram-feed .slick-dots {
  bottom: -22px;
}

.instagram-feed .slick-dots li button {
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  color: #eeeeee;
  border: 0 none;
  border-radius: 50%;
  background: #eeeeee none repeat scroll 0 0;
  outline: medium none;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.instagram-feed li button::before {
  color: #eeeeee;
}

.blog-details {
  background-color: #fff;
}

.blog-details-content {
  display: inline;
  width: 100%;
  float: left;
  padding: 40px;
}

.blog-details-content blockquote {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #1f1f1f;
  font-size: 22px;
}

.blog-details-content>span {
  color: #464646;
  font-size: 20px;
  font-weight: bold;
}

.blog-details-content>a {
  margin-right: 4px;
  color: #464646;
  font-size: 18px;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-details-content h1, .blog-details-content h2, .blog-details-content h3, .blog-details-content h4, .blog-details-content h5, .blog-details-content h6 {
  color: #464646;
}

.blog-details-content h3 {
  margin-top: 10px;
}

.blog-comment {
  display: inline;
  width: 100%;
  float: left;
  padding: 0 40px 50px;
}

.blog-comment h2 {
  margin-bottom: 15px;
  color: #464646;
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
}

.comment-form .form-group input {
  height: 40px;
  margin-bottom: 20px;
  color: #858585;
  border: 1px solid #aeaeae;
  border-radius: 0;
  background-color: #f8f8f8;
  font-size: 18px;
}

.comment-form .form-group textarea {
  width: 80%;
  height: 190px;
  color: #858585;
  border: 1px solid #aeaeae;
  border-radius: 0;
  background-color: #f8f8f8;
  font-size: 18px;
}

.comment-form .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.comment-form .form-control::-webkit-input-placeholder {
  color: #858585;
  font-size: 18px;
}

.comment-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #858585;
  font-size: 18px;
}

.comment-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #858585;
  font-size: 18px;
}

.comment-form .form-control:-ms-input-placeholder {
  color: #858585;
  font-size: 18px;
}

.comment-form button {
  float: left;
  margin-right: 0;
  margin-left: 0;
  border-radius: 0;
}

.comment-form.button-default::after, .comment-form .button-default>span {
  padding: 12px 40px;
}

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

/* ERROR PAGE */

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

#error-page {
  display: inline;
  width: 100%;
  float: left;
  padding: 150px 0;
  background-color: #CEFFFE;
}

.error-page-area {
  display: block;
  width: 670px;
  margin: 0 auto;
}

.error-no-area {
  display: inline;
  width: 100%;
  float: left;
  padding: 20px;
  background-color: #fff;
}

.error-no {
  display: inline;
  width: 100%;
  float: left;
  padding: 50px;
  text-align: center;
}

.error-no h2 {
  color: #727272;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 60px;
  font-weight: bold;
}

.error-no p {
  margin-bottom: 0;
  font-family: "Pacifico", cursive;
  font-size: 80px;
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.error-message {
  display: inline;
  width: 100%;
  float: left;
  margin-top: 70px;
  text-align: center;
}

.error-message h4 {
  margin-bottom: 50px;
  color: #4b8181;
  font-family: "Pacifico", cursive;
  font-size: 65px;
  line-height: 65px;
}

.error-message p {
  padding: 0 138px;
  color: #4b8181;
  font-size: 30px;
}

.error-message p a {
  color: #4b8181;
}

/**
 * ======================/////////////// start responsive style
 * =====================///////////////////////
 */

@media(max-width:1199px) {
  .header-content {
    padding: 70px;
  }
  .header-content h2 {
    font-size: 60px;
    line-height: 58px;
  }
  .knowmore-btn {
    padding: 20px 25px;
    font-size: 18px;
  }
  .download-btn {
    padding: 20px 25px;
    font-size: 18px;
  }
  .header-btn-area {
    margin-top: 65px;
  }
  .logo {
    margin-right: 0;
  }
  #navbar {
    width: 87%;
  }
  .main-nav li a {
    padding: 39px 16px;
  }
  .search-area input[type="text"]:focus {
    width: 820px;
  }
  .team-grid li {
    width: 20%;
    height: 198px;
    margin: 20px;
  }
  .team-img-1, .team-img-2, .team-img-3, .team-img-4 {
    background-repeat: no-repeat;
    background-position: center;
  }
  .team-info {
    padding: 12px 0px;
  }
  .team-info p {
    margin: 0 32px;
    padding: 10px 0px;
  }
  .team-info a {
    margin: 0 2px;
  }
  .single-service {
    padding: 45px 15px;
  }
  .single-service .service-title {
    font-size: 20px;
  }
  .single-portfolio {
    width: 23%;
  }
  .single-counter>span {
    width: 50px;
    font-size: 50px;
  }
  .single-counter .counter-count>span {
    font-size: 40px;
  }
  .single-counter .counter-count>p {
    font-size: 14px;
  }
  .single-from-blog .blog-title h2 {
    font-size: 25px;
  }
  .single-from-blog .blog-footer a {
    margin-right: 18px;
  }
  .contact-left h2, .contact-right h2 {
    font-size: 26px;
  }
  .single-address h4 {
    font-size: 20px;
  }
  .counter-area {
    padding: 125px 0;
  }
  .blog-archive .single-from-blog figure img {
    height: 320px;
  }
}

@media(max-width:991px) {
  .header-content {
    padding: 50px;
  }
  .header-content h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .knowmore-btn {
    padding: 18px 20px;
    font-size: 16px;
  }
  .download-btn {
    padding: 18px 20px;
    font-size: 16px;
  }
  .header-btn-area {
    margin-top: 20px;
  }
  #navbar {
    width: 86%;
  }
  .search-area {
    width: 3%;
  }
  .main-nav li a {
    padding: 39px 7px;
    font-size: 14px;
  }
  .less-padding {
    padding: 30px 7px !important;
  }
  .search-area input[type="text"]:focus {
    width: 630px;
  }
  .single-wc-content .wc-tittle {
    font-size: 15px;
  }
  .about-left {
    width: 100%;
    height: 328px;
  }
  .about-left img {
    width: 100%;
  }
  .about-right .tittle {
    padding-bottom: 10px;
    font-size: 28px;
  }
  .about-right .tittle-line {
    margin-bottom: 15px;
  }
  .about-right p {
    margin-bottom: 6px;
    font-size: 14px;
  }
  .about-btn-area {
    margin-top: 0;
  }
  .call-to-content h2 {
    font-size: 30px;
  }
  .team-grid li {
    width: 21%;
    height: 170px;
    margin: 20px 10px;
  }
  .team-info p {
    font-size: 10px;
  }
  .team-info a {
    width: 25px;
    height: 25px;
    font-size: 15px;
  }
  .team-address p {
    font-size: 16px;
  }
  .team-address span {
    font-size: 14px;
  }
  .title-area {
    padding: 0 100px;
  }
  .single-portfolio {
    width: 22.5%;
  }
  .portfolio-social-icon {
    padding: 85px 50px;
  }
  .portfolio-title h4 {
    font-size: 13px;
  }
  .counter-area {
    padding: 90px 0;
  }
  .single-counter {
    margin-bottom: 35px;
  }
  .single-price .price-amount {
    font-size: 25px;
  }
  .single-price p {
    font-size: 15px;
  }
  .single-price a span {
    padding: 12px 35px;
  }
  .single-from-blog {
    margin-bottom: 30px;
  }
  .blog-right {
    margin-top: 25px;
  }
  .instagram-feed .slick-prev {
    left: 40%;
  }
  .instagram-feed .slick-next {
    right: 41%;
  }
  .error-message h4 {
    font-size: 50px;
    line-height: 50px;
  }
  .error-message p {
    padding: 0 50px;
    font-size: 25px;
  }
}

@media(max-width:767px) {
  .header-content h2 {
    font-size: 35px;
    line-height: 35px;
  }
  .header-content h2 span {
    font-weight: normal;
    line-height: 55px;
  }
  .knowmore-btn {
    padding: 15px 18px;
    font-size: 15px;
  }
  .download-btn {
    padding: 15px 18px;
    font-size: 15px;
  }
  .main-nav li {
    display: block;
    width: 100%;
    float: left;
  }
  .main-nav li a {
    display: block;
    padding: 8px 7px;
  }
  .less-padding {
    padding: 8px 7px !important;
  }
  #navbar {
    width: 88%;
    margin-right: 0;
  }
  .main-nav {
    display: block;
    width: 100%;
    margin: 0;
    background: #ccc none repeat scroll 0 0;
    text-align: center;
  }
  .navbar-default .navbar-toggle {
    margin-top: 32px;
    margin-right: 78px;
    border-color: #ddd;
    border-radius: 0;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    color: #fff;
    border-color: #00d999;
    background-color: #00d999;
  }
  .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #fff;
  }
  .search-area {
    top: -100px;
    left: -3px;
    width: 3%;
  }
  .search-area input[type="text"]:focus {
    top: 31px !important;
    width: 550px;
    height: 36px;
  }
  .navbar-fixed-top .search-area {
    top: -77px;
  }
  .navbar-fixed-top .navbar-toggle {
    margin-top: 25px;
  }
  .navbar-fixed-top .search-area input[type="text"]:focus {
    top: 23px !important;
  }
  .wc-table li {
    width: 50%;
    margin-bottom: 20px;
  }
  #about {
    padding: 0 0 50px;
  }
  .about-left {
    width: 96%;
  }
  .about-left img {
    width: 100%;
    height: 100%;
  }
  .about-right {
    margin-top: 35px;
    padding-left: 0;
  }
  .title-area {
    padding: 0 50px;
  }
  .call-to-content h2 {
    font-size: 28px;
  }
  .team-grid li {
    width: 38%;
    height: 230px;
    margin: 20px 25px 70px;
  }
  .team-img-1, .team-img-2, .team-img-3, .team-img-4 {
    background-position: center center;
    background-size: 100% auto;
  }
  .team-info {
    padding: 30px 18px;
  }
  .team-info p {
    font-size: 15px;
  }
  .single-portfolio {
    width: 30.3%;
  }
  .button-default::after, .button-default>span {
    padding: 12px 8px;
    font-size: 12px;
  }
  .single-slide>p {
    margin-top: 37px;
    font-size: 15px;
    line-height: 28px;
  }
  .contact-left {
    margin-bottom: 30px;
  }
  #blog-banner {
    margin-top: -60px;
  }
  .instagram-feed .slick-prev {
    left: 39%;
  }
  .instagram-feed .slick-next {
    right: 40%;
  }
  #error-page {
    padding: 100px 0;
  }
  .error-page-area {
    width: 500px;
  }
  .error-message h4 {
    font-size: 35px;
    line-height: 35px;
  }
  .error-message p {
    padding: 0 45px;
    font-size: 20px;
  }
}

@media(max-width:480px) {
  .header-content {
    padding: 20px;
  }
  .header-content h2 {
    font-size: 25px;
    line-height: 25px;
  }
  .header-content h2 span {
    font-weight: normal;
    line-height: 43px;
  }
  .knowmore-btn {
    padding: 10px 15px;
    font-size: 14px;
  }
  .download-btn {
    padding: 10px 15px;
    font-size: 14px;
  }
  #navbar {
    width: 106%;
  }
  .title-area {
    padding: 0 15px;
  }
  .search-area input[type="text"] {
    font-size: 15px;
  }
  .search-area input[type="text"]:focus {
    top: 32px !important;
    width: 350px;
    height: 35px;
  }
  .call-to-content h2 {
    font-size: 20px;
  }
  .team-grid {
    padding: 0 75px;
  }
  .team-grid li {
    width: 100%;
    height: 300px;
    margin: 20px 0 70px;
  }
  .team-info {
    padding: 70px 18px;
  }
  .team-info p {
    font-size: 18px;
  }
  .single-portfolio {
    width: 100%;
    margin-left: 8px;
  }
  #counter img {
    width: 100%;
    height: 354px;
  }
  .counter-area {
    padding: 40px 0;
  }
  .single-counter>span {
    width: 100%;
    text-align: center;
    font-size: 50px;
  }
  .single-counter .counter-count {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    text-align: center;
  }
  .single-price .price-header {
    padding: 10px 0;
    font-size: 20px;
  }
  .single-price .price-header::after {
    bottom: -43%;
  }
  .standard-price .price-header {
    padding: 20px 0;
  }
  .standard-price .price-header::after {
    bottom: -32%;
  }
  .single-price .price-amount {
    font-size: 16px;
  }
  .single-price p {
    font-size: 14px;
  }
  .single-price a span {
    padding: 12px 20px;
  }
  .button-default::after, .button-default>span {
    font-size: 10px;
  }
  .single-slide {
    padding: 0 100px;
  }
  .single-slide>p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
  }
  .single-slide>p::after {
    top: -10px;
    font-size: 40px;
  }
  .testimonial-thumb {
    margin: 20px auto 0;
  }
  .client-table {
    padding-left: 30px;
  }
  .instagram-feed .slick-prev {
    left: 34%;
  }
  .instagram-feed .slick-next {
    right: 35%;
  }
  #error-page {
    padding: 80px 0;
  }
  .error-page-area {
    width: 350px;
  }
  .error-no {
    padding: 20px;
  }
  .error-no h2 {
    font-size: 45px;
  }
  .error-no p {
    font-size: 50px;
  }
  .error-message h4 {
    font-size: 35px;
    line-height: 35px;
  }
  .error-message p {
    padding: 0 45px;
    font-size: 20px;
  }
}

@media(max-width:360px) {
  .header-inner>img {
    width: 100%;
    height: 250px;
  }
  .header-content {
    padding: 30px;
  }
  .header-content h2 {
    font-size: 20px;
    line-height: 18px;
  }
  .header-content h2 span {
    font-weight: normal;
    line-height: 35px;
  }
  .header-btn-area {
    margin-top: 00px;
  }
  .header-btn-area a {
    display: block;
    margin: 10px 15px;
  }
  .knowmore-btn {
    padding: 7px 8px;
    font-size: 14px;
  }
  .download-btn {
    padding: 7px 8px;
    font-size: 14px;
  }
  #navbar {
    width: 108.3%;
  }
  .title-area {
    padding: 0 10px;
  }
  .tittle {
    padding-bottom: 5px;
    font-size: 20px;
  }
  .title-area p {
    font-size: 14px;
  }
  .search-area input[type="text"] {
    font-size: 14px;
  }
  .search-area input[type="text"]:focus {
    top: 32px !important;
    width: 250px;
    height: 35px;
  }
  .wc-table li {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-right {
    margin-top: 45px;
  }
  .about-right .tittle {
    padding-bottom: 5px;
    font-size: 20px;
  }
  .about-right .tittle-line {
    width: 60px;
  }
  .call-to-content h2 {
    font-size: 20px;
  }
  .team-grid {
    padding: 0 55px;
  }
  .team-grid li {
    height: 220px;
  }
  .team-info {
    padding: 20px 10px;
  }
  .team-info p {
    font-size: 14px;
  }
  .portfolio-container {
    margin-left: 0;
  }
  .portfolio-menu ul li {
    margin: 0 7px 5px;
    padding: 8px;
    font-size: 12px;
  }
  .single-portfolio {
    width: 100%;
    margin-left: 0px;
  }
  .portfolio-social-icon {
    padding: 105px 50px;
  }
  #counter img {
    width: 100%;
    height: 354px;
  }
  .counter-area {
    padding: 40px 0;
  }
  .single-counter>span {
    font-size: 40px;
  }
  .single-counter .counter-count>span {
    font-size: 30px;
  }
  .single-counter .counter-count>p {
    font-size: 12px;
  }
  .price-table li {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #e4e4e4;
  }
  .single-price a span {
    font-size: 14px;
  }
  .single-price .price-amount {
    font-size: 16px;
  }
  .single-price p {
    font-size: 14px;
  }
  .button-default::after, .button-default>span {
    font-size: 14px;
  }
  .standard-price {
    margin-top: 0;
  }
  .single-slide {
    padding: 0 50px;
  }
  .introduction-btn {
    font-size: 20px;
  }
  .header-content h2 {
    margin-bottom: 10px;
  }
  .contact-left h2, .contact-right h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .single-address h4 {
    font-size: 18px;
  }
  .single-address p {
    font-size: 13px;
  }
  .contact-right {
    padding: 30px 20px;
  }
  .contact-form .form-group input {
    height: 40px;
    font-size: 16px;
  }
  .footer-social a {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-size: 15px;
    line-height: 40px;
  }
  .blog-archive .single-from-blog figure img {
    height: 250px;
  }
  .instagram-feed .slick-prev {
    left: 26%;
  }
  .instagram-feed .slick-next {
    right: 27%;
  }
  .single-widget h2 {
    font-size: 20px;
    line-height: 20px;
  }
  .blog-pagination>li>a, .blog-pagination>li>span {
    padding: 6px 15px;
  }
  .follow-us a {
    width: 32px;
    height: 32px;
    margin: 0 2px;
    font-size: 15px;
    line-height: 32px;
  }
  .blog-details-content {
    padding: 25px;
  }
  .blog-comment {
    padding: 0 25px 40px;
  }
  .blog-details-content blockquote {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
  }
  #error-page {
    padding: 60px 0;
  }
  .error-page-area {
    width: 250px;
  }
  .error-no {
    padding: 20px;
  }
  .error-no h2 {
    font-size: 35px;
  }
  .error-no p {
    font-size: 40px;
  }
  .error-message h4 {
    font-size: 25px;
    line-height: 20px;
  }
  .error-message p {
    padding: 0 15px;
    font-size: 16px;
  }
}

@media(max-width:320px) {
  .search-area input[type="text"]:focus {
    width: 210px;
  }
  .search-area input[type="text"] {
    font-size: 12px;
  }
  #navbar {
    width: 109%;
  }
  .team-grid {
    padding: 0 35px;
  }
  .team-info {
    padding: 25px 10px;
  }
  .footer-social a {
    width: 35px;
    height: 35px;
    margin: 0 2px;
    font-size: 14px;
    line-height: 35px;
  }
  .footer-bottom p {
    font-size: 15px;
  }
  .blog-archive .single-from-blog figure img {
    height: 200px;
  }
  .instagram-feed .slick-prev {
    left: 23%;
  }
  .instagram-feed .slick-next {
    right: 24%;
  }
  .blog-pagination>li>a, .blog-pagination>li>span {
    padding: 4px 13px;
  }
  .follow-us a {
    width: 30px;
    height: 30px;
    margin: 0 2px;
    font-size: 14px;
    line-height: 30px;
  }
  .popular-post-widget .media-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  .popular-post-widget .media-left a {
    display: inline-block;
  }
  .popular-post-widget .media-body {
    text-align: center;
  }
}

.btn-success {
  border-color: #00d999;
  background-color: #00d999;
}

.btn-success:active, .btn-success:focus, .btn-success:hover {
  border-color: #00d999;
  background-color: #00d999;
}
