/*====================================================*/
@font-face {
  font-family: 'lato-Black';
  src: url(../fonts/Lato-Black.woff);
}
@font-face {
  font-family: "Berlin Sans FB Demi Bold";
  src: url("../fonts/b6539b6d3432c623d8d4f9cc2a29589e.woff") format("woff");
}
/*====================================================*/
.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

.body-pad {
  padding: 30px;
}
@media (max-width: 767px) {
  .body-pad {
    padding: 0;
  }
}

body.home4 {
  padding: 0;
}

@media (max-width: 1259px) {
  .container {
    max-width: 1170px;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
}

.mb0.row {
  margin-bottom: 0;
}

a, .btn, button {
  text-decoration: none;
  outline: none;
  transition: all 300ms linear 0s;
}
a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
  text-decoration: none;
  outline: none;
}

ul, h2, h3, h4, h5, h6 {
  margin: 0;
  list-style: none;
  padding: 0;
}

section.row, header.row, footer.row {
  margin: 0;
}

.sectpad {
  padding: 0;
}

.amtitle {
  text-transform: capitalize;
}
.amtitle:before {
  content: "";
  width: 22px;
  height: 1px;
  background: #eee;
  display: inline-block;
  margin-right: 10px;
}

.button {
  z-index: 1;
  position: relative;
  text-shadow: none;
}
.button:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: #fff;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: all 300ms linear 0s;
  z-index: -1;
}
.button:hover {
  color: #898989;
  border: 0px;
  z-index: 1;
}
.button:hover:before {
  opacity: 0.9;
  transform: scaleX(1);
}

/*====popup=====*/
/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*====================================================*/
#wrapper {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 2;
}
#wrapper.home4-style {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  z-index: 2;
  background: none;
}
@media (max-width: 767px) {
  #wrapper.home4-style {
    top: 0;
    left: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  #wrapper.home4-style .header-top {
    padding: 15px;
  }
}

#wrapper.toggled.style2 {
  padding-left: 0;
}

#sidebar-wrapper {
  position: fixed;
  margin-left: 0;
  width: 0;
  left: 0;
  top: 0px;
  height: 100%;
  overflow: hidden;
  background: #fff;
  transition: all 300ms linear 0s;
  z-index: 12;
}
#sidebar-wrapper.style2 {
  left: auto;
  right: 0;
  margin-left: auto;
  margin-right: -290px;
}
#sidebar-wrapper.home4-style {
  z-index: 2;
  overflow: auto;
}
#sidebar-wrapper.home4-style .nav {
  max-width: 92%;
}

#wrapper.toggled #sidebar-wrapper {
  width: 290px;
}
#wrapper.toggled #sidebar-wrapper.style2 {
  margin-right: 0;
}

/* Sidebar Styles */
.close {
  float: left;
  margin-left: 40px;
  margin-top: 70px;
  border: 1px solid #939393;
  padding: 10px 12px;
  transition: all 300ms linear 0s;
  opacity: 1;
}

.sidebar-nav {
  position: absolute;
  top: 150px;
  width: 290px;
  left: 20px;
  right: 50px;
  padding: 0px 50px 0px 20px;
}
.sidebar-nav li {
  border-top: 1px solid #ddd;
}
.sidebar-nav li a {
  padding: 0;
  display: block;
  font: 300 18px/60px "Roboto Slab", serif;
  letter-spacing: 0.3px;
  color: #242424;
}
.sidebar-nav li a:focus {
  background: none;
}
.sidebar-nav li a i {
  font-size: 22px;
  float: right;
  line-height: 60px;
  color: #242424;
}
.sidebar-nav li a .fa-angle-up {
  display: none;
}
.sidebar-nav li a .fa-angle-down {
  display: inline-block;
}
.sidebar-nav li .dropdown-menu {
  border-radius: 0;
  left: 0;
  right: auto;
  min-width: 200px;
  box-shadow: none;
  border: 0px;
  display: block;
  z-index: -10000;
  opacity: 0;
  visibility: hidden;
  background: none;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition: 0.3s all ease;
}
.sidebar-nav li .dropdown-menu li {
  border: none;
}
.sidebar-nav li .dropdown-menu li a {
  font: 300 16px/32px "Roboto Slab", serif;
  color: #898989;
  letter-spacing: 0.3px;
}
.sidebar-nav li:hover a, .sidebar-nav li.open a {
  background: none;
  box-shadow: none;
}
.sidebar-nav li:hover .dropdown-menu a, .sidebar-nav li.open .dropdown-menu a {
  background: none;
}
.sidebar-nav li.open > .dropdown-menu {
  float: none;
  position: static;
  z-index: 50000;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.sidebar-nav li.open > .dropdown-menu a {
  background: none;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: none;
}
.nav .open > a .fa-angle-up, .nav .open > a:hover .fa-angle-up, .nav .open > a:focus .fa-angle-up {
  display: inline-block;
}
.nav .open > a .fa-angle-down, .nav .open > a:hover .fa-angle-down, .nav .open > a:focus .fa-angle-down {
  display: none;
}

#menu-toggle {
  margin-right: 34px;
  background: none;
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
}
@media (max-width: 767px) {
  #menu-toggle {
    margin-right: 15px;
  }
}

.slider-bg {
  background-size: cover;
  min-height: calc(100vh - 29px);
  width: 100%;
}

.slider {
  padding-top: 350px;
}
@media (max-width: 1366px) {
  .slider {
    padding: 105px 0 75px;
    margin-left: 105px;
  }
}
@media (max-width: 1199px) {
  .slider {
    padding: 105px 0 75px 105px;
    margin-left: 0;
  }
}
@media (max-width: 639px) {
  .slider {
    padding-left: 65px;
  }
}
@media (max-width: 479px) {
  .slider {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.slider .amtitle {
  font: 100 50px/38px "Roboto Slab", serif;
  letter-spacing: 0.3px;
  color: #acacac;
  position: relative;
}
@media (max-width: 639px) {
  .slider .amtitle {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  .slider .amtitle {
    font-size: 28px;
  }
}
.slider .amtitle:before {
  width: 70px;
  background: #373737;
  position: absolute;
  bottom: 0;
  left: -14%;
}
@media (max-width: 639px) {
  .slider .amtitle:before {
    width: 40px;
    left: -11%;
  }
}
@media (max-width: 479px) {
  .slider .amtitle:before {
    display: none;
  }
}
.slider p {
  font: 300 18px/30px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #909090;
  font-style: italic;
  padding: 50px 24px 0px 10px;
}
@media (max-width: 479px) {
  .slider p {
    padding: 20px 0 0;
  }
}
.slider .slider-button {
  margin-top: 50px;
  margin-left: 10px;
}

.button-outline {
  font: 400 13px/28px "Open Sans", sans-serif;
  letter-spacing: 2px;
  color: #969696;
  border: 1px solid #383838;
  border-radius: 0px;
  text-transform: uppercase;
  width: 198px;
  transition: all 300ms linear 0s;
}
@media (max-width: 639px) {
  .button-outline {
    width: 150px;
  }
}
.button-outline:hover {
  background: #000;
  color: #969696;
  border-color: #000;
}
.button-outline + .button-outline {
  margin-left: 16px;
}
@media (max-width: 479px) {
  .button-outline + .button-outline {
    margin-left: 0;
    margin-top: 20px;
  }
}

.logo {
  display: inline-block;
}
.logo h1 {
  font-family: 'segoes';
  font-size: 32px;
  font-weight: bold;
}

.header-top {
  padding-top: 30px;
  padding-left: 30px;
}
@media (max-width: 479px) {
  .header-top {
    padding-left: 0;
    padding-top: 15px;
  }
}
.header-top .logo a {
  display: block;
}
@media (max-width: 479px) {
  .header-top .logo a {
    max-width: 220px;
  }
}
.header-top .logo a img {
  max-width: 100%;
}

/*===index-2-page===*/
.home-2 .header-top {
  padding: 50px 16px 0px 50px;
}
@media (max-width: 639px) {
  .home-2 .header-top {
    padding: 50px 15px;
  }
}
.home-2 .header-top .btn-default {
  float: right;
}
.home-2 #menu-toggle {
  margin-right: 0;
}

.home-page2-bg {
  background: #eee;
}

/*====index-3-page====*/
.home-page-3 {
  background: #000;
  background-size: cover;
  width: 100%;
}
.home-page-3 .banner3-contant-parent {
  position: relative;
}
.home-page-3 .banner3-contant {
  max-width: 570px;
  top: 50%;
  transform: translate(0, 50%);
  padding-left: 100px;
  position: absolute;
  top: 0;
}
@media (min-width: 769px) {
.home-page-3 .banner3-contant {
  padding-top: 100px;
}
}

@media (max-width: 767px) {
  .home-page-3 .banner3-contant {
    top: 28%;
    transform: translate(0, 28%);
    padding-left: 38px;
  }
}
.home-page-3 .banner3-contant h2 {
  font-size: 65px;
  color: #e6a93f;
  line-height: 26px;
  font-family: 'Berlin Sans FB Demi Bold';
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 767px) {
  .home-page-3 .banner3-contant h2 {
    font-size: 40px;
  }
}
.home-page-3 .banner3-contant ol {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .home-page-3 .banner3-contant ol {
    margin-top: 10px;
  }
}
.home-page-3 .banner3-contant ol li {
  font: 700 20px/26px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #fff;
  font-style: italic;
}
.home-page-3 .banner3-contant p {
  font: 400 18px/30px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #666666;
  font-style: italic;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .home-page-3 .banner3-contant p {
    padding-top: 10px;
  }
}

/*====================================================*/
.clients-logo {
  padding: 100px 0px 78px 0px;
}
@media (max-width: 1259px) {
  .clients-logo .row {
    padding: 0px 30px 0px 0px;
  }
}
@media (max-width: 767px) {
  .clients-logo .row {
    padding: 0px;
  }
}
.clients-logo .clients-logos .client {
  padding: 15px;
}
.clients-logo .clients-logos .client .inner-logo {
  border: 1px solid #d4d4d4;
  text-align: center;
  line-height: 128px;
}
.clients-logo .clients-logos .client .inner-logo a {
  display: block;
  height: 128px;
}
.clients-logo .clients-logos .client .inner-logo a img {
  max-height: 100%;
  max-width: 100%;
}

.section_header {
  font: 100 35px/26px "Roboto Slab", serif;
  color: #000;
  margin-bottom: 45px;
}
@media (max-width: 1199px) {
  .section_header {
    font-size: 32px;
  }
}
@media (max-width: 479px) {
  .section_header {
    font-size: 30px;
    line-height: 1.1;
    padding-left: 57px;
  }
}
.section_header:before {
  background: #000;
  width: 35px;
  margin-right: 22px;
}
@media (max-width: 479px) {
  .section_header:before {
    margin-left: -57px;
  }
}

.clients-times {
  padding: 93px 0px 0px 0px;
}
@media (max-width: 991px) {
  .clients-times .times + .times {
    margin-bottom: 20px;
  }
}
.clients-times .times span {
  font: 400 50px/28px "Roboto Slab", serif;
  color: #404040;
}
@media (max-width: 1199px) {
  .clients-times .times span {
    font-size: 40px;
  }
}
.clients-times .times span:before {
  content: '';
  background: #404040;
  width: 35px;
  margin-right: 22px;
  height: 1px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .clients-times .times span:before {
    width: 20px;
    margin-right: 15px;
  }
}
.clients-times .times p {
  font: 400 14px/37px "Open Sans", sans-serif;
  color: #404040;
  padding-left: 57px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
@media (max-width: 1199px) {
  .clients-times .times p {
    line-height: 22px;
    padding-left: 35px;
  }
}

/*====================================================*/
.team-area {
  background: url("../../images/team/team-bg.jpg") no-repeat scroll center 0;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding: 100px 0;
}
@media (max-width: 1259px) {
  .team-area .row {
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .team-area .row {
    padding-right: 0;
  }
}
.team-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  opacity: 0.83;
  display: block;
  z-index: -1;
}
@media (max-width: 991px) {
  .team-area .our-team {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .team-area .our-team {
    width: 300px;
    margin: 0 auto;
  }
}
.team-area .our-team .team-image {
  background: #404040;
  position: relative;
  padding-top: 20px;
}
.team-area .our-team .team-image:after {
  content: "";
  border: 1px solid #a0a0a0;
  display: block;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  position: absolute;
}
.team-area .our-team .team-image:before {
  content: "";
  display: block;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  position: absolute;
  background: #fff;
  opacity: 0;
  border: 1px solid #d0d0d0;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 300ms linear 0s;
}
.team-area .our-team .team-image img {
  max-width: 100%;
}
.team-area .our-team .team-image .more-button {
  position: absolute;
  bottom: 50px;
  right: 10px;
  background: #000;
  padding: 8px 20px;
  font: 300 13px/20px "Roboto Slab", serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  transform: scale(0);
  transform-origin: 50% 0;
  transition: all 300ms linear 0s;
  z-index: 0;
}
.team-area .our-team .team-content {
  padding-top: 40px;
}
.team-area .our-team .team-content p {
  font: 300 11px/19px "Roboto Slab", serif;
  color: #8c8c8c;
  text-transform: uppercase;
  margin-left: 34px;
}
.team-area .our-team .team-content .social-icons {
  margin-left: 19px;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .team-area .our-team .team-content .social-icons {
    margin-top: 10px;
  }
}
.team-area .our-team .team-content .social-icons li {
  float: left;
}
.team-area .our-team .team-content .social-icons li a {
  padding: 0 15px;
  color: #404040;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .team-area .our-team .team-content .social-icons li a {
    padding: 0 12px;
  }
}
.team-area .our-team .team-content .social-icons li a:hover {
  background: none;
  color: #fff;
}
.team-area .our-team:hover .team-image:after {
  border-color: #d0d0d0;
}
.team-area .our-team:hover .team-image:before {
  opacity: 0.5;
  transform: scaleX(1);
}
.team-area .our-team:hover .team-image .more-button {
  z-index: 1;
  transform: scale(1);
}

.team-amtitle {
  font: 300 20px/19px "Roboto Slab", serif;
  color: #242424;
}
.team-amtitle:before {
  background: #242424;
}

.common {
  padding-top: 55px;
}
@media (max-width: 991px) {
  .common {
    padding-top: 25px;
    max-width: 590px;
    margin: 0 auto;
  }
}

/*====================================================*/
.choose-us-area {
  background: #f8f8f8;
  padding: 100px 0px 88px 0px;
}
@media (max-width: 1259px) {
  .choose-us-area .row {
    padding: 0px 30px 0px 13px;
  }
}
@media (max-width: 767px) {
  .choose-us-area .row {
    padding-right: 15px;
  }
}
.choose-us-area .section_header {
  margin-bottom: 100px;
}

@media (max-width: 1199px) {
  .choose-us-info {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .choose-us-info {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .choose-us-info + .choose-us-info {
    margin-top: 60px;
  }
}
.choose-us-info .choose-info + .choose-info {
  margin-top: 60px;
}
.choose-us-info .choose-info .media-left a {
  font-size: 35px;
  line-height: 36px;
  color: #898989;
  padding: 17px 0px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  width: 70px;
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  border-color: #ededed;
}
.choose-us-info .choose-info .media-body {
  padding-left: 20px;
}
.choose-us-info .choose-info .media-body h4 {
  font: 700 16px/26px "Roboto Slab", serif;
  color: #242424;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.choose-us-info .choose-info .media-body p {
  font: 500 14px/26px "Open Sans", sans-serif;
  color: #898989;
  padding-top: 8px;
}

/*====================================================*/
.history-area {
  background: #eee;
}
@media (max-width: 1259px) {
  .history-area .row {
    padding: 0px 30px 0px 0px;
  }
}
@media (max-width: 767px) {
  .history-area .row {
    padding: 0px;
  }
}

.history .history-img {
  position: relative;
  padding-bottom: 10px;
  z-index: 1;
}
.history .history-img:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 0px;
  border: 2px solid #cfcfcf;
  display: block;
  right: 0px;
  max-width: 370px;
  z-index: -1;
  background: #eee;
  max-height: 428px;
}
.history .history-img a {
  display: block;
  width: 371px;
}
.history .history-img img {
  display: inline-block;
  max-width: 100%;
}
.history .history-contant {
  padding-left: 90px;
}
@media (max-width: 1199px) {
  .history .history-contant {
    padding-left: 46px;
  }
}
@media (max-width: 991px) {
  .history .history-contant {
    display: block;
    padding-left: 0;
    padding-top: 30px;
    width: 100%;
  }
}
.history .history-contant p {
  font: 400 15px/26px "Open Sans", sans-serif;
  color: #898989;
  letter-spacing: 0.3px;
}
.history .history-contant .text {
  font: 400 18px/26px "PT Serif", serif;
  font-style: italic;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  padding: 35px 0px;
  margin-top: 40px;
  margin-bottom: 0px;
}

/*==services-page-agency-css===*/
.agency {
  padding-bottom: 0;
}
.agency .history {
  border-bottom: 1px solid #adadad;
  padding-bottom: 100px;
}
.agency .history .history-contant {
  padding-left: 65px;
}
@media (max-width: 991px) {
  .agency .history .history-contant {
    padding-left: 0;
  }
}
.agency .history .history-contant p {
  letter-spacing: 0.5px;
}

.agency-img {
  z-index: 1;
  padding-right: 0;
}
@media (max-width: 991px) {
  .agency-img {
    display: block;
  }
}
.agency-img a {
  position: relative;
  display: block;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 570px;
}
@media (max-width: 1199px) {
  .agency-img a {
    width: 400px;
  }
}
@media (max-width: 479px) {
  .agency-img a {
    padding: 10px;
    max-width: 100%;
  }
}
.agency-img a:before {
  content: "";
  position: absolute;
  max-width: 500px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  display: block;
  right: 0px;
  background: #2f2f2f;
}
.agency-img a img {
  z-index: 1;
  position: relative;
  max-width: calc(100% + 20px);
  display: block;
}
@media (max-width: 479px) {
  .agency-img a img {
    max-width: 100%;
  }
}

/*====================================================*/
.header-breadcrumb {
  background: url("../../images/breadcrumb/bg.jpg") no-repeat scroll center 0;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.header-breadcrumb:before {
  content: "";
  width: 100%;
  display: block;
  top: 0;
  bottom: 0;
  opacity: 0.4;
  background: #171717;
  position: absolute;
  z-index: -1;
}

.page-cover-bg {
  padding: 124px 0px 108px 0px;
  overflow: hidden;
  max-width: 100%;
}

.page-cover {
  max-width: 340px;
  margin: 0 auto;
  position: relative;
  left: 100px;
}
@media (max-width: 550px) {
  .page-cover {
    left: 0px;
    text-align: center;
  }
}
.page-cover .page-cover-amtitle {
  font: 100 50px/38px "Roboto Slab", serif;
  color: #fff;
  text-transform: capitalize;
  position: relative;
}
@media (max-width: 350px) {
  .page-cover .page-cover-amtitle {
    font-size: 40px;
  }
}
.page-cover .page-cover-amtitle:before {
  width: 60px;
  margin-right: 15px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: -80px;
}
@media (max-width: 550px) {
  .page-cover .page-cover-amtitle:before {
    display: none;
  }
}

.breadcrumb {
  background: none;
  margin-bottom: 0;
  padding: 8px 0px;
}
.breadcrumb li {
  letter-spacing: 2px;
  text-transform: uppercase;
  font: 400 12px/30px "Open Sans", sans-serif;
}
.breadcrumb li a {
  color: #fff;
}
.breadcrumb li + li:before {
  color: #fff;
}
.breadcrumb .active {
  color: #fff;
}

/*====================================================*/
.projects-portfolio-area {
  padding: 90px 0px;
}

.portfolio-filter {
  text-align: center;
}
@media (max-width: 460px) {
  .portfolio-filter {
    padding-left: 20px;
  }
}
.portfolio-filter ul {
  display: inline-block;
}
.portfolio-filter ul li {
  float: left;
  font: 400 14px/33px "Open Sans", sans-serif;
  text-transform: uppercase;
  margin-right: 60px;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  letter-spacing: 2px;
  color: #000;
}
@media (max-width: 680px) {
  .portfolio-filter ul li {
    margin-right: 20px;
  }
}
.portfolio-filter ul li:before {
  content: "";
  background: #313131;
  left: -30px;
  width: 1px;
  height: 13px;
  bottom: -3px;
  position: relative;
  display: inline-block;
}
@media (max-width: 680px) {
  .portfolio-filter ul li:before {
    left: -10px;
  }
}
@media (max-width: 460px) {
  .portfolio-filter ul li:before {
    display: none;
  }
}
.portfolio-filter ul li:hover {
  border-bottom: 1px solid #313131;
}
.portfolio-filter ul li:first-child:before {
  display: none;
}
.portfolio-filter ul li:last-child {
  margin-right: 0;
}
.portfolio-filter ul .active {
  border-bottom: 1px solid #313131;
}

.portfolio-items {
  margin-top: 70px;
  margin-right: -4px;
  z-index: 1;
}
@media (max-width: 767px) {
  .portfolio-items {
    margin-right: 0;
  }
}
@media (max-width: 639px) {
  .portfolio-items {
    max-width: 450px;
    margin: 0 auto;
  }
}
.portfolio-items .projects {
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 639px) {
  .portfolio-items .projects {
    max-width: 100%;
    width: 450px;
  }
}
.portfolio-items .projects .protfolio-item {
  margin-bottom: 4px;
  margin-right: 4px;
  position: relative;
  overflow: hidden;
}
.portfolio-items .projects .protfolio-item img {
  max-width: 100%;
}
.portfolio-items .projects .protfolio-item .overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: block;
  background: #fff;
  opacity: 0;
  transition: all 300ms linear 0s;
  transform-origin: 100%, 0;
  z-index: 0;
  cursor: pointer;
}
.portfolio-items .projects .protfolio-item .overlay .vertical-middle {
  width: 100%;
  display: table;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-align: center;
  position: absolute;
}
.portfolio-items .projects .protfolio-item .overlay .list-unstyled {
  display: inline-block;
}
.portfolio-items .projects .protfolio-item .overlay .list-unstyled li {
  float: left;
  margin-right: 20px;
}
.portfolio-items .projects .protfolio-item .overlay .list-unstyled li a {
  border: 1px solid #777;
  padding: 8px;
  font-size: 22px;
  line-height: 29px;
  color: #000;
  width: 42px;
  height: 42px;
  display: block;
  transform: scale3d(0, 0, 0);
  transition: all 300ms linear 0s;
}
.portfolio-items .projects .protfolio-item .overlay .list-unstyled li:last-child {
  margin-right: 0px;
}
.portfolio-items .projects .protfolio-item .overlay .text {
  font: 400 16px/23px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition: all 300ms linear 0s;
}
.portfolio-items .projects .protfolio-item .overlay .tags {
  font: 400 14px/24px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #000;
  transform: translate3d(0, 30px, 0);
  transition: all 500ms;
  opacity: 0;
}
.portfolio-items .projects .protfolio-item:hover .overlay {
  opacity: 0.9;
}
.portfolio-items .projects .protfolio-item:hover .list-unstyled li a {
  transform: scale3d(1, 1, 1);
  z-index: 2;
}
.portfolio-items .projects .protfolio-item:hover .text {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.portfolio-items .projects .protfolio-item:hover .tags {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.mfp-title a {
  font: 400 16px/22px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #fff;
}
.mfp-title small {
  font: 400 14px/24px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #fff;
}

.mfp-zoom-out-cur .mfp-ready .mfp-figure {
  transition: all 0.2s ease-out;
  transform: scale(1);
  opacity: 1;
}

.mfp-zoom-out-cur .mfp-figure {
  transform: scale(0.8);
  transition: all 0.2s ease-in-out;
  opacity: 0;
}

.my-mfp-slide-bottom .mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.load-button {
  text-align: center;
  margin-top: 88px;
}
.load-button a {
  font: bold 15px/28px "Open Sans", sans-serif;
  color: #313131;
  text-transform: uppercase;
}
.load-button.style2 a {
  font: bold 16px/1 "Roboto Slab", serif;
  color: #898989;
}

/*====projects2-css=====*/
.projects2 {
  padding-bottom: 67px;
}
.projects2 .portfolio-items {
  margin-right: 0px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .projects2 .portfolio-items {
    max-width: 600px;
    margin: 60px auto 0;
  }
}
.projects2 .projects {
  padding: 0px 15px;
}
.projects2 .projects .protfolio-item {
  margin-bottom: 30px;
  padding: 15px 15px 10px 15px;
  margin-right: 0px;
  text-align: center;
  border: 1px solid #f0f0f0;
}
.projects2 .projects .protfolio-item .overlay {
  top: 25px;
  left: 25px;
  right: 25px;
  bottom: 102px;
}
.projects2 h4 {
  font: 400 14px/22px "Open Sans", sans-serif;
  color: #010101;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  padding-top: 27px;
}
.projects2 p {
  font: 400 13px/22px "Open Sans", sans-serif;
  color: #969696;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/*====protfolio=====*/
.protfolio {
  background: #f9f9f9;
}
.protfolio .portfolio-filter .section_header {
  float: left;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .protfolio .portfolio-filter .section_header {
    float: none;
    text-align: left;
  }
}
.protfolio .portfolio-filter ul {
  float: right;
  display: block;
}
@media (max-width: 991px) {
  .protfolio .portfolio-filter ul {
    float: none;
    margin-top: 20px;
  }
}
.protfolio .portfolio-items {
  margin-top: 87px;
}

/*====home-page-2===*/
.theme-brand-gallery {
  background: #eee;
}
@media (max-width: 680px) {
  .theme-brand-gallery {
    padding: 0 0 50px;
  }
}
.theme-brand-gallery .portfolio-filter {
  text-align: left;
  max-width: 870px;
}
@media (max-width: 639px) {
  .theme-brand-gallery .portfolio-filter {
    padding-left: 0;
  }
}
.theme-brand-gallery .portfolio-filter h2 {
  font: 800 60px/1 "Raleway", sans-serif;
  color: #373737;
  letter-spacing: 0.3px;
}
@media (max-width: 680px) {
  .theme-brand-gallery .portfolio-filter h2 {
    font-size: 40px;
  }
}
.theme-brand-gallery .portfolio-filter h2 span {
  color: #e6a93f;
}
.theme-brand-gallery .portfolio-filter p {
  font: 400 20px/27px "Open Sans", sans-serif;
  color: #898989;
  letter-spacing: 0.3px;
  position: relative;
  padding-top: 38px;
}
.theme-brand-gallery .portfolio-filter p:before {
  display: inline-block;
  width: 95px;
  height: 1px;
  background: #474747;
  content: '';
  position: absolute;
  bottom: -23px;
  left: 0;
}
.theme-brand-gallery .portfolio-filter ul {
  padding: 50px 0px 40px 0px;
}
.theme-brand-gallery .portfolio-filter ul li {
  margin-right: 40px;
}
@media (max-width: 680px) {
  .theme-brand-gallery .portfolio-filter ul li {
    margin-right: 15px;
  }
}
.theme-brand-gallery .portfolio-filter ul li:before {
  display: none;
}
.theme-brand-gallery .portfolio-items {
  margin-top: 0px;
  margin-right: -15px;
}
@media (max-width: 639px) {
  .theme-brand-gallery .portfolio-items {
    max-width: 370px;
    margin: 0 auto;
  }
}
@media (max-width: 639px) {
  .theme-brand-gallery .portfolio-items .projects {
    max-width: 370px;
  }
}
@media (max-width: 479px) {
  .theme-brand-gallery .portfolio-items .projects {
    max-width: 100%;
  }
}
.theme-brand-gallery .portfolio-items .projects .protfolio-item {
  margin-right: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .theme-brand-gallery .portfolio-items .projects .protfolio-item {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 639px) {
  .theme-brand-gallery .portfolio-items .projects .protfolio-item {
    margin-right: 0;
  }
}

/*-----home-page-3-----*/
.protfolio-container {
  background: #fff;
}
.protfolio-container .portfolio-items {
  margin-right: 0px;
}
.protfolio-container .portfolio-items .projects {
  padding: 0px 15px;
}
.protfolio-container .portfolio-items .projects .protfolio-item {
  margin-right: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .home3-projects .portfolio-items {
    max-width: 370px;
    margin: 0 auto;
  }
}

/*====================================================*/
.services {
  background: #eeeeee;
  padding: 92px 0px 100px 0px;
}
.services .choose-us-info .choose-info + .choose-info {
  margin-top: 80px;
}
.services .choose-us-info .choose-info .media-left {
  padding-right: 0;
}
.services .choose-us-info .choose-info .media-left a {
  background: none;
  border-radius: 0px;
  border: none;
  width: 48px;
  padding: 8px 0px 0px 0px;
}
.services .choose-us-info .choose-info .media-body h4 {
  font-weight: 300;
  color: #000;
}
.services .choose-us-info .choose-info .media-body p {
  letter-spacing: 0.3px;
  font-size: 15px;
  padding-right: 5px;
}
.services .contact_banner {
  background-color: #f4f4f4;
  padding: 44px 48px;
  text-transform: uppercase;
  margin-top: 90px;
  box-shadow: 1.5px 2.598px 43px 0px rgba(0, 0, 0, 0.035);
}
@media (max-width: 1199px) {
  .services .contact_banner {
    padding: 20px;
  }
}
.services .contact_banner h2 {
  float: left;
  font: 300 24px/52px "Roboto Slab", serif;
  letter-spacing: 1px;
}
@media (max-width: 1199px) {
  .services .contact_banner h2 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .services .contact_banner h2 {
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
.services .contact_banner .button {
  float: right;
  background: #404040;
  color: #fff;
  font: 300 24px/26px "Roboto Slab", serif;
  letter-spacing: 1px;
  padding: 13px 22px;
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .services .contact_banner .button {
    float: left;
  }
}

/*=====services-area====*/
.services-area-full {
  display: flex;
  overflow: hidden;
}
@media (max-width: 991px) {
  .services-area-full {
    display: block;
  }
}
.services-area-full .services-left {
  float: left;
  width: calc(50% + 185px);
  display: block;
}
@media (max-width: 991px) {
  .services-area-full .services-left {
    width: 100%;
    float: none;
  }
}
.services-area-full .services-left .service-content {
  max-width: 770px;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 991px) {
  .services-area-full .services-left .service-content {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .services-area-full .services-left .service-content {
    padding: 0px 15px;
  }
}
.services-area-full .services-left .service-content .section_header {
  margin-bottom: 65px;
}
.services-area-full .services-left .service-content .choose-us-info {
  max-width: 370px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .services-area-full .services-left .service-content .choose-us-info {
    max-width: 322px;
  }
}
@media (max-width: 991px) {
  .services-area-full .services-left .service-content .choose-us-info {
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .services-area-full .services-left .service-content .choose-us-info {
    max-width: 100%;
  }
}
.services-area-full .services-left .service-content .choose-us-info .choose-info + .choose-info {
  margin-top: 80px;
}
.services-area-full .services-left .service-content .choose-us-info .media-left {
  padding-right: 0;
}
.services-area-full .services-left .service-content .choose-us-info .media-left a {
  border: 0px;
  border-radius: 0px;
  padding: 8px 0px 0px 0px;
  width: 48px;
}
.services-area-full .services-left .service-content .choose-us-info .media-body h4 {
  font-weight: 300;
  color: #000;
}
.services-area-full .services-left .service-content .choose-us-info .media-body p {
  letter-spacing: 0.3px;
  font-size: 15px;
  padding-right: 5px;
}
.services-area-full .services-right {
  float: left;
  width: calc(50% - 185px);
}
@media (max-width: 991px) {
  .services-area-full .services-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .services-area-full .services-right {
    padding: 0px 15px;
  }
}
.services-area-full .services-right .agency-img {
  margin-top: 80px;
  display: block;
}
@media (max-width: 991px) {
  .services-area-full .services-right .agency-img {
    display: inline-block;
  }
}
.services-area-full .services-right .agency-img:before {
  max-width: 85%;
}
.services-area-full .services-right .agency-img img {
  max-width: 100%;
}

/*====service-promo===*/
.service-promo {
  position: relative;
}
.service-promo:before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  opacity: 0.7;
}

/*===services-fluid-area===*/
.services-fluid-area {
  display: flex;
}
@media (max-width: 991px) {
  .services-fluid-area {
    display: block;
  }
}
.services-fluid-area .services-left {
  width: calc(50% - 230px);
  float: left;
  display: block;
  background: #262626;
}
@media (max-width: 991px) {
  .services-fluid-area .services-left {
    width: 100%;
    float: none;
  }
}
.services-fluid-area .services-left img {
  opacity: 0.56;
}
@media (max-width: 991px) {
  .services-fluid-area .services-left img {
    width: 100%;
  }
}
.services-fluid-area .services-right {
  width: calc(50% + 230px);
  float: left;
  background: url("../../images/services/2.jpg") no-repeat scroll center 0;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-left: 130px;
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .services-fluid-area .services-right {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .services-fluid-area .services-right {
    width: 100%;
    padding: 50px 20px;
    margin-bottom: 30px;
  }
}
.services-fluid-area .services-right:before {
  content: "";
  position: absolute;
  width: 100%;
  display: block;
  background: #262626;
  opacity: 0.95;
  z-index: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}
.services-fluid-area .services-right .section_header {
  color: #fff;
}
.services-fluid-area .services-right .section_header:before {
  background: #fff;
}
.services-fluid-area .services-right .services-content {
  max-width: 300px;
  float: left;
}
@media (max-width: 767px) {
  .services-fluid-area .services-right .services-content {
    float: none;
    max-width: 100%;
  }
}
.services-fluid-area .services-right .services-content .services-info h4 {
  font: 400 18px/26px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #fff;
  text-transform: uppercase;
}
.services-fluid-area .services-right .services-content .services-info p {
  font: 400 15px/24px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #9c9c9c;
  padding-top: 10px;
}
.services-fluid-area .services-right .services-content .services-info + .services-info {
  margin-top: 30px;
}
.services-fluid-area .services-right .services-content + .services-content {
  margin-left: 70px;
}
@media (max-width: 1199px) {
  .services-fluid-area .services-right .services-content + .services-content {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .services-fluid-area .services-right .services-content + .services-content {
    margin-left: 0px;
    margin-top: 30px;
  }
}

/*====================================================*/
.features-fluid-area {
  display: flex;
  overflow: hidden;
}

.features-left {
  width: calc(50% + 115px);
  float: left;
  display: block;
  background: url("../../images/features/left-bg.jpg") no-repeat scroll 100% 100%;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 63px;
}
@media (max-width: 1199px) {
  .features-left {
    padding: 20px 15px 0;
  }
}
@media (max-width: 767px) {
  .features-left {
    width: 100%;
    padding-bottom: 20px;
  }
}
.features-left:before {
  content: '';
  position: absolute;
  width: 100%;
  display: block;
  background: #2f2f2f;
  opacity: 0.90;
  z-index: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}
.features-left .features-content {
  position: relative;
  max-width: 700px;
  margin-left: auto;
  margin-right: 0;
  padding-top: 10px;
}
.features-left .features-content .media-left {
  padding-right: 46px;
  padding-top: 6px;
}
@media (max-width: 991px) {
  .features-left .features-content .media-left {
    padding-right: 30px;
  }
}
.features-left .features-content .media-left i {
  font-size: 55px;
  color: #fff;
}
.features-left .features-content .media-body {
  padding-right: 50px;
}
@media (max-width: 991px) {
  .features-left .features-content .media-body {
    padding-right: 0;
  }
}
.features-left .features-content .media-body h5 {
  font: 400 16px/28px "Roboto Slab", serif;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.features-left .features-content .media-body p {
  font: 400 14px/26px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #a2a3a7;
  margin-top: 9px;
}
@media (max-width: 1199px) {
  .features-left .features-content .media-body p {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .features-left .features-content .media-body p {
    line-height: 24px;
  }
}

.features-right {
  width: calc(50% - 115px);
  float: left;
}
@media (max-width: 767px) {
  .features-right {
    display: none;
  }
}

/*====================================================*/
.blog-area {
  background: #fff;
}

.blog-section .blog-img {
  position: relative;
}
.blog-section .blog-img span.date {
  font: 300 16px/25px "Roboto Slab", serif;
  letter-spacing: 3px;
  color: #fff;
  padding: 9px 40px;
  background: #2f2f2f;
  position: absolute;
  bottom: 20px;
  right: 0;
}

.blog-content {
  padding: 55px 30px 75px 57px;
}
@media (max-width: 767px) {
  .blog-content {
    padding-left: 0px;
  }
}
.blog-content .amtitle, .blog-content .amtitle a {
  font: 300 20px/30px "Roboto Slab", serif;
  letter-spacing: 0.3px;
  color: #242424;
  position: relative;
  margin-bottom: 27px;
}
.blog-content .amtitle:before {
  position: absolute;
  top: 22px;
  left: -57px;
}
@media (max-width: 767px) {
  .blog-content .amtitle:before {
    display: none;
  }
}
.blog-content p {
  font: 400 15px/26px "Open Sans", sans-serif;
  color: #898989;
  letter-spacing: 0.3px;
}
.blog-content .more-button {
  font: 300 13px/30px "Roboto Slab", serif;
  letter-spacing: 0.3px;
  color: #242424;
  margin-bottom: 30px;
  display: block;
}
.blog-content .post-meta {
  border-top: 1px solid #d8d8d8;
  padding-top: 13px;
}
.blog-content .post-meta li {
  float: left;
  font: 500 14px/28px "Raleway", sans-serif;
  letter-spacing: 0.3px;
  color: #b0b0b0;
  padding-right: 22px;
}
.blog-content .post-meta li:last-child {
  padding-right: 0;
}
.blog-content .post-meta li i {
  color: #b6b6b6;
  margin-right: 10px;
}
.blog-content .post-meta li a {
  display: inline-block;
  color: #b0b0b0;
  padding: 0px 0px 0px 5px;
  font-style: italic;
}
.blog-content .post-meta li a:hover {
  background: none;
  color: #000;
}

.sidebar_section {
  padding-left: 50px;
}
@media (max-width: 1199px) {
  .sidebar_section {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .sidebar_section {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .sidebar_section {
    padding-left: 15px;
  }
}
.sidebar_section .sidebar {
  background: #f7f7f7;
  min-height: 2500px;
  box-shadow: 1.5px 2.598px 43px 0px rgba(0, 0, 0, 0.035);
  padding: 30px 30px 30px 28px;
}
@media (max-width: 991px) {
  .sidebar_section .sidebar {
    min-height: 0;
  }
}

.widget {
  margin: 0;
}
.widget + .widget {
  margin-top: 35px;
}
.widget .search-form .input-group .form-control {
  background: #2d2d2d;
  height: 55px;
  border-radius: 0px;
  border: 0px;
  box-shadow: none;
  font: 400 14px/38px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  padding: 0px 0px 0px 25px;
}
.widget .search-form .input-group .form-control.placeholder {
  color: #fff;
}
.widget .search-form .input-group .form-control:-moz-placeholder {
  color: #fff;
}
.widget .search-form .input-group .form-control::-moz-placeholder {
  color: #fff;
}
.widget .search-form .input-group .form-control::-webkit-input-placeholder {
  color: #fff;
}
.widget .search-form .input-group .input-group-addon {
  border: none;
  background: #2d2d2d;
  padding: 0;
  border-radius: 0px;
}
.widget .search-form .input-group .input-group-addon button {
  border: 0px;
  border-radius: 0px;
  background: #2d2d2d;
  font-size: 16px;
  padding-right: 15px;
  color: #fff;
}
.widget .widget-inner {
  margin: 0;
  padding-top: 15px;
}
.widget .categories {
  margin-bottom: 10px;
}
.widget .categories li {
  border-top: 1px solid #dadada;
}
.widget .categories li:first-child {
  border-top: none;
}
.widget .categories li a {
  font: 400 15px/42px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #7e7e7e;
  padding: 0px;
}
.widget .categories li a:hover {
  background: none;
}

.widget-title {
  font: 300 18px/28px "Roboto Slab", serif;
  color: #000;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.widget-title:before {
  content: '';
  width: 17px;
  display: inline-block;
  height: 1px;
  background: #000;
  margin-right: 10px;
}

.popular-post {
  padding-bottom: 18px;
  border-bottom: 1px solid #e1e1e1;
}
.popular-post + .popular-post {
  padding-top: 11px;
}
.popular-post .post-date a {
  font: 400 13px/29px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #2d2d2d;
  text-transform: uppercase;
}
.popular-post .post-title a {
  font: 400 15px/25px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #898989;
}

.widget-latestpost {
  padding-top: 20px;
}

.text-widegt p {
  font: 400 15px/26px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #8e8d8d;
}

.clouds {
  padding-top: 10px;
}
.clouds .widget-tag {
  font: 400 12px/33px "Open Sans", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #787878;
  padding: 3px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 22px;
  margin-right: 5px;
  margin-bottom: 13px;
  display: inline-block;
  transition: all 300ms linear 0s;
}
.clouds .widget-tag:hover {
  background: #2f2f2f;
  color: #fff;
}
.clouds .active {
  background: #2f2f2f;
  color: #fff;
}

.widget-latestpost .latestpost-gallery {
  padding-top: 16px;
  display: inline-block;
  padding-bottom: 32px;
}
.widget-latestpost .latestpost-gallery li {
  float: left;
}
.widget-latestpost .latestpost-gallery li a img {
  max-width: 100%;
}

.pagination {
  border-radius: 0px;
  margin: 0;
  padding-left: 50px;
}
.pagination li {
  float: left;
}
.pagination li a {
  font: 400 22px/41px "Roboto Slab", serif;
  color: #898989;
  letter-spacing: 2px;
  padding: 0px 17px;
  border: 1px solid #e4e4e4;
  margin-right: 10px;
}
.pagination li a img {
  vertical-align: inherit;
}
.pagination li:first-child a, .pagination li:last-child a {
  border-radius: 0;
}
.pagination li.active a, .pagination li:hover a, .pagination li:focus a {
  border-radius: 0px;
  background: #fff;
  border-color: #e4e4e4;
  color: #898989;
}
.pagination li.active a:hover, .pagination li:hover a:hover, .pagination li:focus a:hover {
  background: none;
  border-color: #e4e4e4;
  color: #898989;
}

/*====blog-details-css====*/
.left-side {
  padding: 55px 0px 75px 57px;
}
.left-side.no-img {
  padding-top: 0px;
}
@media (max-width: 767px) {
  .left-side {
    padding-left: 0px;
  }
}
.left-side .amtitle {
  padding-right: 20px;
}
.left-side p {
  font-size: 14px;
  color: #808080;
}
.left-side .post-list {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 25px;
}
.left-side .post-list li {
  font: 400 14px/30px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #242424;
  float: left;
  width: 250px;
}
.left-side .post-list li:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  padding-right: 10px;
}
.left-side h3 {
  font: 300 22px/26px "Roboto Slab", serif;
  color: #000;
  letter-spacing: 0.3px;
  margin-top: 15px;
  margin-bottom: 25px;
}
.left-side .colum {
  margin-bottom: 35px;
}
.left-side .inner {
  color: #8e8d8d;
}
.left-side .inner strong {
  font-style: italic;
}
.left-side .inner a {
  color: #8e8d8d;
  text-decoration: underline;
}

blockquote {
  background: #f7f7f7;
  padding: 30px 25px 30px 30px;
  border: 0px;
}
@media (max-width: 767px) {
  blockquote {
    padding: 20px 10px 10px 10px;
  }
}
blockquote:before {
  float: left;
  content: "\f10d";
  display: inline-block;
  font: normal normal normal 55px/1 FontAwesome;
  text-rendering: auto;
  width: 70px;
  margin-top: -10px;
  color: #2f2f2f;
}
blockquote .inner {
  float: left;
  width: calc(100% - 70px);
}
blockquote footer {
  text-align: right;
  font: 400 16px/26px "Open Sans", sans-serif;
  color: #2f2f2f;
}
blockquote footer a {
  color: #2f2f2f;
}
blockquote footer a:hover {
  color: #2f2f2f;
}

.comments_count {
  padding-top: 25px;
  padding-bottom: 5px;
}

.comments {
  border: 1px solid #eee;
}
.comments .comment {
  padding: 25px 25px 30px 25px;
}
@media (max-width: 600px) {
  .comments .comment {
    padding: 25px 10px 30px 10px;
  }
}
@media (max-width: 480px) {
  .comments .comment .media-left {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .comments .comment .media-body {
    overflow: visible;
  }
}
.comments .comment + .comment {
  border-top: 1px solid #eee;
  margin-top: 0;
}
.comments .comment.reply {
  margin-top: 7px;
  padding: 42px 0px 5px 0px;
}
@media (max-width: 600px) {
  .comments .comment.reply {
    padding: 0px;
    margin-left: -80px;
    margin-top: 22px;
  }
}
@media (max-width: 480px) {
  .comments .comment.reply {
    margin-left: 0px;
  }
}
.comments .comment:nth-child(even) {
  background: #fdfdfd;
}
.comments .comment .commenter-name {
  font: 400 14px/26px "Roboto Slab", serif;
  letter-spacing: 0.3px;
  color: #242424;
}
.comments .comment p {
  font: 400 14px/26px "Open Sans", sans-serif;
  color: #8e8d8d;
  letter-spacing: 0.3px;
}
.comments .comment .media-left {
  padding-right: 30px;
}
.comments .comment .date-reply li {
  float: left;
}
.comments .comment .date-reply li a {
  padding: 0;
  font: 400 13px/14px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #b0b0b0;
  text-transform: capitalize;
}
.comments .comment .date-reply li + li a {
  float: left;
  color: #2f2f2f;
}
.comments .comment .date-reply li + li:before {
  content: '';
  width: 1px;
  height: 13px;
  float: left;
  background: #b0b0b0;
  margin: 0 10px;
}

.leave-comment-title {
  margin: 60px 0px 25px 0px;
}

.comment_form {
  padding: 50px 25px;
  background: #f7f7f7;
}
.comment_form input {
  width: calc(50% - 10px);
  float: left;
  height: 45px;
}
@media (max-width: 767px) {
  .comment_form input {
    width: 100%;
  }
}
.comment_form input + input {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .comment_form input + input {
    margin-left: 0px;
  }
}
.comment_form .form-control {
  margin-bottom: 20px;
  border: 1px solid #eee;
  box-shadow: none;
  border-radius: 0px;
  padding-left: 20px;
  font: 400 14px/34px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
}
.comment_form .form-control.placeholder {
  color: #c4c4c4;
}
.comment_form .form-control:-moz-placeholder {
  color: #c4c4c4;
}
.comment_form .form-control::-moz-placeholder {
  color: #c4c4c4;
}
.comment_form .form-control::-webkit-input-placeholder {
  color: #c4c4c4;
}
.comment_form textarea {
  height: 173px;
  resize: none;
}
.comment_form button {
  text-transform: uppercase;
  font: 400 14px/20px "Roboto Slab", serif;
  color: #fff;
  background: #171717;
  border-radius: 0px;
  box-shadow: none;
  border: 0px;
  padding: 11px 28px;
  letter-spacing: 0.3px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.comment_form button:hover {
  background: none;
}

/*====================================================*/
.testimonial-area {
  background: #f7f7f7;
}
.testimonial-area .section_header {
  margin-bottom: 70px;
}
@media (max-width: 460px) {
  .testimonial-area .section_header {
    padding-left: 55px;
    line-height: 30px;
  }
}
@media (max-width: 460px) {
  .testimonial-area .section_header:before {
    margin-left: -58px;
  }
}

.testimonial-sliders .owl-nav {
  position: absolute;
  right: 0;
  top: -93px;
}
@media (max-width: 1250px) {
  .testimonial-sliders .owl-nav {
    right: 40px;
  }
}
@media (max-width: 767px) {
  .testimonial-sliders .owl-nav {
    top: -50px;
    right: auto;
    left: calc(50% - 58px);
  }
}
.testimonial-sliders .owl-nav .owl-prev {
  margin-right: 10px;
}
.testimonial-sliders .owl-nav .owl-prev,
.testimonial-sliders .owl-nav .owl-next {
  width: 53px;
  height: 34px;
  border: 1px solid #d9dbdf;
  background: #f8f8f8;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  color: #5c5c5c;
  float: left;
}
@media (max-width: 767px) {
  .testimonial-sliders .testimonial {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .testimonial-sliders .testimonial .media-left {
    display: block;
    margin: 0 auto;
  }
}
.testimonial-sliders .testimonial .media-left a {
  width: 188px;
  height: 188px;
  display: block;
}
@media (max-width: 767px) {
  .testimonial-sliders .testimonial .media-left a {
    margin: 0 auto;
  }
}
.testimonial-sliders .testimonial .media-left a img {
  max-width: 100%;
}
.testimonial-sliders .testimonial .media-body {
  padding-left: 60px;
}
@media (max-width: 1199px) {
  .testimonial-sliders .testimonial .media-body {
    padding-left: 20px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .testimonial-sliders .testimonial .media-body {
    width: 100%;
    padding: 30px 0px 0px 0px;
  }
}
.testimonial-sliders .testimonial .media-body .post p {
  text-transform: uppercase;
  font: 400 11px/19px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #8c8c8c;
  padding-left: 35px;
  margin-bottom: 0;
}
.testimonial-sliders .testimonial .media-body .rating {
  padding-left: 35px;
}
.testimonial-sliders .testimonial .media-body .rating i {
  font-size: 11px;
  color: #3c3c3c;
}
.testimonial-sliders .testimonial .media-body .text {
  padding-left: 35px;
  margin-top: 12px;
}
.testimonial-sliders .testimonial .media-body .text a {
  width: 164px;
  height: 55px;
  display: inline-block;
}
.testimonial-sliders .testimonial .media-body .text img {
  max-width: 100%;
}
.testimonial-sliders .testimonial .media-body .text .sign-img {
  display: inline-block;
  width: auto;
  opacity: 0.56;
}
.testimonial-sliders .testimonial .media-body p {
  font: 400 15px/26px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #898989;
  margin-bottom: 10px;
}
@media (max-width: 639px) {
  .testimonial-sliders .testimonial .media-body p {
    font-size: 14px;
    line-height: 23px;
  }
}

/*====================================================*/
.touch-area {
  background: #eee;
}

.touch .amtitle {
  margin-bottom: 35px;
}
.touch p {
  font: 400 15px/26px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #898989;
  max-width: 840px;
}

.touch_middle {
  padding: 20px;
  background: #fff;
  box-shadow: 1.5px 2.598px 43px 0px rgba(0, 0, 0, 0.035);
  display: block;
  overflow: hidden;
  margin-top: 62px;
}
.touch_middle .open_hours {
  padding: 50px 42px 0px 30px;
}
@media (max-width: 500px) {
  .touch_middle .open_hours {
    padding: 50px 0px;
  }
}
.touch_middle .open_hours ul .item {
  padding: 15px 28px 30px 0px;
  text-align: center;
}
.touch_middle .open_hours ul .item:first-child {
  padding-top: 0;
}
.touch_middle .open_hours ul .item .media .media-left {
  padding-right: 30px;
  vertical-align: middle;
}
.touch_middle .open_hours ul .item .media .media-left a {
  color: #404040;
  border: 1px solid #404040;
  border-radius: 100%;
  display: block;
  width: 50px;
  height: 50px;
}
.touch_middle .open_hours ul .item .media .media-left a i {
  font-size: 30px;
  line-height: 49px;
}
.touch_middle .open_hours ul .item .media .media-body {
  text-align: left;
  font: 400 15px/26px "Open Sans", sans-serif;
  color: #898989;
  letter-spacing: 0.3px;
}
.touch_middle .input_form {
  padding-right: 0;
  position: relative;
}
@media (max-width: 767px) {
  .touch_middle .input_form {
    padding-left: 0px;
  }
}
.touch_middle .input_form .contact {
  background: #404040;
  padding: 50px;
}
@media (max-width: 500px) {
  .touch_middle .input_form .contact {
    padding: 40px 10px;
  }
}
.touch_middle .input_form .contact .form-control {
  background: none;
  border-radius: 0;
  border: 0px;
  border-bottom: 1px solid #737373;
  box-shadow: none;
  padding: 0px 0px 11px;
  font: 400 15px/30px "Open Sans", sans-serif;
  margin-bottom: 32px;
  color: #8f8e8e;
}
.touch_middle .input_form .contact .form-control.placeholder {
  color: #8f8e8e;
}
.touch_middle .input_form .contact .form-control:-moz-placeholder {
  color: #8f8e8e;
}
.touch_middle .input_form .contact .form-control::-moz-placeholder {
  color: #8f8e8e;
}
.touch_middle .input_form .contact .form-control::-webkit-input-placeholder {
  color: #8f8e8e;
}
.touch_middle .input_form .contact textarea {
  resize: none;
  height: 117px;
}
.touch_middle .input_form .contact button {
  font: 400 15px/32px "Roboto Slab", serif;
  letter-spacing: 0.3px;
  color: #2d2d2d;
  background: #c0c0c0;
  border: 0px;
  padding: 2px 19px;
  text-transform: uppercase;
  border-radius: 0px;
}
.touch_middle .input_form #success, .touch_middle .input_form #error {
  position: absolute;
  top: -15px;
  display: block;
  right: 0;
  left: 0;
  bottom: -15px;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.touch_middle .input_form #success p, .touch_middle .input_form #error p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.touch_middle .input_form #success {
  color: lawngreen;
}
.touch_middle .input_form #error {
  color: orangered;
}

/*====home-page3===*/
.touch-bg {
  background: #fff;
}
.touch-bg .touch_middle {
  background: #f4f4f4;
}

#mapBox {
  height: 420px;
}

/*====================================================*/
.experiences {
  background: #fff;
}
.experiences .history .section_header {
  margin-bottom: 30px;
}
.experiences .history .history-img:before {
  display: none;
}
.experiences .history .history-contant {
  padding-left: 100px;
  padding-right: 25px;
}
@media (max-width: 992px) {
  .experiences .history .history-contant {
    padding-left: 0px;
  }
}
.experiences .history .history-contant a {
  display: block;
  margin-top: 43px;
}

/*====================================================*/
.education-area {
  position: relative;
  overflow: hidden;
  padding-bottom: 92px;
}
.education-area .education {
  position: relative;
  padding: 70px 0px 55px 84px;
  display: inline-block;
}
@media (max-width: 767px) {
  .education-area .education {
    padding-left: 0px;
  }
}
.education-area .education:after {
  content: '';
  background: #f7f7f7;
  position: absolute;
  top: 0;
  right: 0;
  left: 34px;
  width: 124.6%;
  height: 100%;
  display: block;
  z-index: -1;
}
@media (max-width: 767px) {
  .education-area .education:after {
    width: 100%;
    left: 0;
  }
}
.education-area .education:before {
  content: "";
  width: 990px;
  height: 90px;
  bottom: -9px;
  left: 25px;
  background: #e4e4e4;
  position: absolute;
  z-index: -1;
}
@media (max-width: 1199px) {
  .education-area .education:before {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .education-area .education:before {
    width: 90%;
    left: -9px;
  }
}
@media (max-width: 992px) {
  .education-area .section_header {
    font-size: 28px;
  }
}
@media (max-width: 350px) {
  .education-area .section_header {
    font-size: 25px;
  }
}

.work-contant {
  padding-right: 49px;
  padding-bottom: 35px;
}
@media (max-width: 992px) {
  .work-contant {
    padding-right: 0;
  }
}
.work-contant + .work-contant {
  border-top: 1px solid #d8d8d8;
  padding-top: 40px;
}
.work-contant h4 {
  font: 400 18px/29px "Roboto Slab", serif;
  letter-spacing: 0.1px;
  color: #000;
}
.work-contant h5 {
  font: 500 16px/24px "Roboto", sans-serif;
  letter-spacing: 0.1px;
  color: #898989;
  margin: 10px 0px;
}
.work-contant p {
  font: 400 15px/24px "Open Sans", sans-serif;
  letter-spacing: 0.1px;
  color: #7b7b7b;
}

.education-section {
  padding-left: 20px;
}
.education-section .work-contant {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .education-section .work-contant {
    padding-right: 0;
  }
}

/*====================================================*/
.we-do-section {
  padding: 100px 0px 80px 0px;
  background: #f7f7f7;
}
.we-do-section .section_header {
  margin-bottom: 26px;
}
.we-do-section p {
  font: 400 15px/26px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #898989;
}
.we-do-section .we-do {
  padding-top: 60px;
}
@media (max-width: 1259px) {
  .we-do-section .we-do {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .we-do-section .we-do {
    padding-right: 0;
  }
}
.we-do-section .we-do-content {
  text-align: center;
}
@media (max-width: 992px) {
  .we-do-section .we-do-content {
    margin-bottom: 30px;
  }
}
.we-do-section .we-do-content img {
  padding-left: 20px;
}
.we-do-section .we-do-content h4 {
  font: 400 14px/26px "Open Sans", sans-serif;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding-top: 30px;
  display: inline-block;
}
.we-do-section .we-do-content h4:before {
  content: "";
  width: 30px;
  height: 1px;
  background: #7b7b7b;
  display: inline-block;
  position: relative;
  top: 20px;
  left: 50%;
}
.we-do-section .we-do-content p {
  padding-top: 30px;
}

/*====================================================*/
.get-results-area {
  background: #f5f8f9;
}

.get-info h4 {
  font: 300 22px/35px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #363636;
  margin-bottom: 10px;
}
.get-info p {
  font: 400 15px/26px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #898989;
}

.get {
  margin-top: 58px;
}
@media (max-width: 767px) {
  .get .item + .item {
    margin-top: 30px;
  }
}

/*====================================================*/
.solution-part {
  background: #f5f8f9;
}
@media (max-width: 1259px) {
  .solution-part .row {
    padding-right: 30px;
  }
}
@media (max-width: 800px) {
  .solution-part .row {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .solution-part .row {
    padding-right: 0;
  }
}

.gallery-area {
  margin-left: -15px;
  margin-right: -15px;
}
.gallery-area .gallery-single {
  padding: 14px;
}
.gallery-area .gallery-single img {
  width: 100%;
}

.solution {
  border-bottom: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
}

@media (max-width: 767px) {
  .solution-texts {
    margin-bottom: 30px;
  }
}
.solution-texts .section_header {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .solution-texts .section_header {
    padding-left: 55px;
    line-height: 43px;
  }
}
@media (max-width: 992px) {
  .solution-texts .section_header:before {
    margin-left: -54px;
  }
}
.solution-texts p {
  font: 400 15px/26px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #898989;
}
.solution-texts .solution-item {
  padding-top: 25px;
}
.solution-texts .solution-item li {
  font: 400 15px/26px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #898989;
  padding: 4px 0px;
  display: block;
}
.solution-texts .solution-item li:before {
  content: "\f178";
  width: 30px;
  height: auto;
  float: left;
  font: normal normal normal 15px/29px FontAwesome;
  color: #898989;
}

/*=====concept====*/
.concept .solution-texts .section_header {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .concept .solution-texts .section_header {
    padding-left: 55px;
    line-height: 43px;
  }
}
@media (max-width: 1199px) {
  .concept .solution-texts .section_header:before {
    margin-left: -54px;
  }
}

/*====================================================*/
.projects-head {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 20px;
}
.projects-head .grid {
  display: inline-block;
  border: 1px solid #a1b1bc;
  color: #a1b1bc;
  padding: 4px 9px;
  font-size: 22px;
}
.projects-head .next-button {
  float: right;
}
@media (max-width: 450px) {
  .projects-head .next-button {
    float: none;
    margin-top: 30px;
  }
}
.projects-head .next-button a {
  border: 1px solid #a1b1bc;
  width: 130px;
  font-size: 14px;
  line-height: 42px;
  letter-spacing: 1px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  color: #a1b1bc;
  border-radius: 3px;
  height: 42px;
  font-weight: bold;
  padding-left: 15px;
}
.projects-head .next-button a i {
  display: inline;
  font-size: 20px;
}
.projects-head .next-button a i.fa-angle-left {
  padding-right: 10px;
}
.projects-head .next-button a i.fa-angle-right {
  padding-left: 10px;
}
.projects-head .next-button a + a {
  margin-left: 20px;
  padding-left: 35px;
}
.projects-head .next-button a:hover {
  background: #f0f0f0;
  color: #2c3e50;
  border-color: #f0f0f0;
}

.projects-innner {
  padding-top: 50px;
}

.projects-description {
  padding-left: 20px;
}
@media (max-width: 1199px) {
  .projects-description {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .projects-description {
    padding-top: 30px;
  }
}
.projects-description .section_header {
  font-size: 25px;
  line-height: 26px;
}
.projects-description p {
  font: 400 14px/27px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #898989;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 0;
  padding-bottom: 42px;
}
.projects-description .single-item {
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0px;
}
.projects-description .single-item h4 {
  font: 400 15px/24px "Roboto Slab", serif;
  letter-spacing: 0.3px;
  color: #353535;
  text-transform: uppercase;
}
.projects-description .single-item a {
  font: 400 15px/28px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #898989;
  margin-right: 15px;
}
.projects-description .category {
  padding: 17px 0px;
}
.projects-description .live-button {
  font: 100 25px/70px "Roboto Slab", serif;
  letter-spacing: 0.3px;
  color: #fff;
  padding: 0px 70px;
  background: #323232;
  display: inline-block;
  margin-top: 58px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  z-index: 1;
}
@media (max-width: 1199px) {
  .projects-description .live-button {
    font-size: 24px;
    padding: 0 40px;
    margin-top: 40px;
  }
}
.projects-description .live-button:hover {
  color: #898989;
}

/*======relative-projects=====*/
.relative-projects .section_header {
  margin-bottom: 60px;
}
@media (max-width: 1259px) {
  .relative-projects .relatives {
    padding: 0px 30px 0px 0px;
  }
}
.relative-projects .relatives img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .relative-projects .relatives .item + .item {
    margin-top: 30px;
  }
}

.relative-bg {
  background: #f7f7f7;
}

/*====================================================*/
.blogs-area {
  padding: 100px 0;
}
.blogs-area .blog-amtitle {
  margin-bottom: 70px;
}
.blogs-area .swiper-container .latest-blog {
  width: 1070px;
  margin-left: auto;
  margin-right: 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .blogs-area .swiper-container .latest-blog {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .blogs-area .swiper-container .latest-blog {
    max-width: 470px;
    margin: 0 auto;
  }
}
@media (max-width: 639px) {
  .blogs-area .swiper-container .latest-blog {
    max-width: 320px;
  }
}
@media (max-width: 479px) {
  .blogs-area .swiper-container .latest-blog {
    max-width: 260px;
    margin-right: 0;
  }
}
.blogs-area .swiper-container .latest-blog .media-left {
  padding-right: 75px;
}
@media (max-width: 1199px) {
  .blogs-area .swiper-container .latest-blog .media-left {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .blogs-area .swiper-container .latest-blog .media-left {
    display: block;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.blogs-area .swiper-container .latest-blog .media-body {
  max-width: 530px;
}
.blogs-area .swiper-container .latest-blog .media-body .blog-content {
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.blogs-area .swiper-container .latest-blog .media-body .blog-content p {
  line-height: 29px;
}
.blogs-area .swiper-container .swiper-pagination {
  text-align: left;
  top: 0;
  left: 0;
  width: 2%;
  min-width: 30px;
  background: #fff;
  overflow: hidden;
}
.blogs-area .swiper-container .swiper-pagination span {
  display: block;
  margin-bottom: 50px;
  width: 26px;
  height: 26px;
  margin-bottom: 20px;
  background: none;
  opacity: 1;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #909090;
  font-weight: 100;
}

.blog-b {
  padding-bottom: 32px;
}

/*====================================================*/
.about-me-area {
  background: #f7f7f7;
  padding-top: 100px;
}
@media (max-width: 1259px) {
  .about-me-area .row {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .about-me-area .row {
    padding-right: 0;
  }
}
.about-me-area .section_header {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .about-me-area .about {
    width: 100%;
  }
}

.about-me p {
  font: 400 15px/28px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #898989;
}
.about-me a {
  padding-top: 26px;
  display: block;
}

.progress-element {
  margin-top: 73px;
}
.progress-element p {
  font: 300 15px/22px "Roboto Slab", serif;
  letter-spacing: 0.3px;
  color: #000;
  text-transform: uppercase;
}
.progress-element .progress {
  height: 4px;
  box-shadow: none;
  background: none;
  border-radius: 0px;
  margin-bottom: 22px;
  overflow: visible;
}
.progress-element .progress-bar {
  background: #2f2f2f;
  position: relative;
  transition: all 300ms linear 0s;
  transition-duration: 1s;
}
.progress-element .count-tip {
  color: #000;
  position: absolute;
  right: 0;
  top: -24px;
  font-size: 15px;
  font-family: "Roboto Slab", serif;
  display: table;
}
.progress-element .counter {
  display: inline-block;
}

.about-me-right {
  margin-top: 56px;
  position: relative;
  padding-top: 25px;
  z-index: 1;
}
@media (max-width: 991px) {
  .about-me-right {
    width: 470px;
  }
}
@media (max-width: 500px) {
  .about-me-right {
    width: 100%;
  }
}
.about-me-right img {
  max-width: 100%;
}
.about-me-right:before {
  position: absolute;
  width: 350px;
  background: #2f2f2f;
  content: '';
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .about-me-right:before {
    width: 254px;
  }
}
@media (max-width: 991px) {
  .about-me-right:before {
    width: 350px;
  }
}
@media (max-width: 500px) {
  .about-me-right:before {
    width: 100%;
  }
}
.about-me-right:after {
  content: '';
  background: #5a5a5a;
  display: inline-block;
  width: 237px;
  height: 1px;
  margin-left: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (max-width: 1199px) {
  .about-me-right:after {
    width: 148px;
  }
}
@media (max-width: 991px) {
  .about-me-right:after {
    width: 237px;
  }
}
@media (max-width: 500px) {
  .about-me-right:after {
    display: none;
  }
}
.about-me-right h4 {
  right: -48%;
  position: absolute;
  transform: rotate(-90deg) translateY(-40%);
  top: 54.8%;
  font: 100 30px/26px "Roboto Slab", serif;
  letter-spacing: 7px;
  color: #5a5a5a;
}
@media (max-width: 1260px) {
  .about-me-right h4 {
    right: -50%;
  }
}
@media (max-width: 1199px) {
  .about-me-right h4 {
    right: -63%;
  }
}
@media (max-width: 991px) {
  .about-me-right h4 {
    right: -48%;
  }
}
@media (max-width: 500px) {
  .about-me-right h4 {
    display: none;
  }
}
.about-me-right h4:after {
  content: '';
  background: #5a5a5a;
  position: absolute;
  right: -131px;
  top: 28px;
  width: 91px;
  height: 1px;
}
@media (max-width: 1260px) {
  .about-me-right h4:after {
    top: 31px;
    right: -132px;
  }
}
@media (max-width: 1260px) {
  .about-me-right h4:after {
    top: 27px;
    right: -131px;
  }
}
@media (max-width: 991px) {
  .about-me-right h4:after {
    right: -132px;
    top: 28px;
  }
}
@media (max-width: 500px) {
  .about-me-right h4:after {
    display: none;
  }
}

/*====================================================*/
.brands-slider .swiper-container {
  width: 100%;
  height: calc(100vh - 60px);
}
.brands-slider .brand .brand-text {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  margin-left: 100px;
}
@media (max-width: 991px) {
  .brands-slider .brand .brand-text {
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .brands-slider .brand .brand-text {
    text-align: center;
    left: 50%;
    margin-left: 0;
    transform: translate(-50%, -50%);
  }
}
.brands-slider .brand .brand-text h5 {
  font: 400 18px/22px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #5d5d5d;
  font-style: italic;
  padding-left: 7px;
}
.brands-slider .brand .brand-text h2 {
  font: 900 100px/88px "Raleway", sans-serif;
  color: #373737;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  padding: 25px 0px;
}
@media (max-width: 991px) {
  .brands-slider .brand .brand-text h2 {
    font-size: 70px;
    line-height: 1;
    padding: 10px 0px 20px;
  }
}
@media (max-width: 500px) {
  .brands-slider .brand .brand-text h2 {
    font-size: 40px;
    padding: 10px 0px;
    line-height: 60px;
  }
}
.brands-slider .brand .brand-text h2 span {
  color: #f69d35;
}
.brands-slider .brand .brand-text p {
  font: 400 18px/22px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #373737;
  padding-left: 7px;
  max-width: 680px;
}
@media (max-width: 991px) {
  .brands-slider .brand .brand-text p {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .brands-slider .brand .brand-text p {
    max-width: 100%;
    width: 450px;
    font-size: 15px;
    margin-bottom: 0;
  }
}
.brands-slider .brand .brand-text .project-button {
  font: 400 16px/46px "Roboto Slab", serif;
  letter-spacing: 0.3px;
  color: #424242;
  border: 1px solid #363636;
  padding: 0px 32px;
  text-transform: uppercase;
  border-radius: 0px;
  margin-top: 38px;
  margin-left: 7px;
}
@media (max-width: 767px) {
  .brands-slider .brand .brand-text .project-button {
    margin-top: 20px;
  }
}
.brands-slider .slide2 .brand-text h5 {
  text-transform: uppercase;
  color: #fff;
}
.brands-slider .slide2 .brand-text h2 {
  text-transform: lowercase;
  color: #fff;
}
.brands-slider .slide2 .brand-text h2 span {
  text-transform: uppercase;
  color: #f4d64e;
}
.brands-slider .slide2 .brand-text p {
  color: #b8b8b8;
}
.brands-slider .slide2 .brand-text .project-button {
  background: #ececec;
}
.brands-slider .slider3 .brand-text h5 {
  color: #363636;
  font-weight: bold;
}
.brands-slider .slider3 .brand-text h2 {
  color: #363636;
}
.brands-slider .slider3 .brand-text h2 span {
  color: #eacc42;
}
.brands-slider .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: transparent;
  border: 1px solid #2d2d2d;
  opacity: 1;
}
.brands-slider .swiper-container-vertical > .swiper-pagination-bullets {
  right: 30px;
}
@media (max-width: 767px) {
  .brands-slider .swiper-container-vertical > .swiper-pagination-bullets {
    left: 50%;
    display: table;
    transform: translateX(-50%);
    bottom: 10px;
    top: auto;
  }
}
.brands-slider .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 10px 0px;
}
@media (max-width: 767px) {
  .brands-slider .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 3px;
    float: left;
  }
}
.brands-slider .swiper-pagination-bullet-active {
  background: #333;
}

/*====================================================*/
.testimonials-clients-area {
  background: #f7f7f7;
}
@media (max-width: 1259px) {
  .testimonials-clients-area .row {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .testimonials-clients-area .row {
    padding-right: 0;
  }
}
.testimonials-clients-area .testimonial-slider2 {
  text-align: center;
  padding: 0px 75px 0px 50px;
}
@media (max-width: 991px) {
  .testimonials-clients-area .testimonial-slider2 {
    padding: 0 0 30px;
  }
}
.testimonials-clients-area .testimonial-slider2 .testimonial-content .image {
  width: 188px;
  height: 188px;
  display: block;
  margin: 0 auto;
}
.testimonials-clients-area .testimonial-slider2 .testimonial-content .text {
  margin-top: 30px;
}
.testimonials-clients-area .testimonial-slider2 .testimonial-content .text p {
  font: 400 11px/19px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #8c8c8c;
}
.testimonials-clients-area .testimonial-slider2 .testimonial-content p {
  font: 400 15px/26px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #898989;
}
.testimonials-clients-area .testimonial-slider2 .testimonial-content p span {
  background: url("../../images/testimonial/quote.png") no-repeat scroll 0 0;
  width: 32px;
  height: 29px;
  display: inline-block;
  margin-right: 10px;
}
.testimonials-clients-area .client {
  padding: 15px;
}
@media (max-width: 639px) {
  .testimonials-clients-area .client {
    padding: 10px;
  }
}
.testimonials-clients-area .client .inner-logo {
  border: 1px solid #d4d4d4;
  text-align: center;
  line-height: 128px;
}
@media (max-width: 639px) {
  .testimonials-clients-area .client .inner-logo {
    line-height: 100px;
  }
}
@media (max-width: 479px) {
  .testimonials-clients-area .client .inner-logo {
    line-height: 70px;
  }
}
.testimonials-clients-area .client .inner-logo a {
  display: block;
  height: 130px;
}
@media (max-width: 639px) {
  .testimonials-clients-area .client .inner-logo a {
    height: 100px;
  }
}
@media (max-width: 479px) {
  .testimonials-clients-area .client .inner-logo a {
    height: 70px;
  }
}
.testimonials-clients-area .client .inner-logo a img {
  max-height: 100%;
  max-width: 100%;
}

/*====================================================*/
.welcome-section-area {
  background: #f7f7f7;
}
.welcome-section-area .welcome-section-left {
  width: 50%;
  float: left;
}
@media (max-width: 1250px) {
  .welcome-section-area .welcome-section-left {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .welcome-section-area .welcome-section-left {
    width: 100%;
    float: none;
    margin-bottom: 50px;
  }
}
.welcome-section-area .welcome-section-left .progress-element {
  max-width: 585px;
  margin-left: auto;
  margin-right: 0;
  padding-right: 48px;
}
@media (max-width: 991px) {
  .welcome-section-area .welcome-section-left .progress-element {
    max-width: 100%;
    padding-right: 0;
  }
}
.welcome-section-area .welcome-section-right {
  width: 50%;
  float: left;
  background: #fff;
  position: relative;
  top: -30px;
  padding: 60px 0px 50px 50px;
  position: relative;
}
@media (max-width: 767px) {
  .welcome-section-area .welcome-section-right {
    width: 100%;
    float: none;
    padding: 60px 0px 50px 20px;
  }
}
.welcome-section-area .welcome-section-right:before {
  content: '';
  height: 115px;
  width: 1px;
  background: #707070;
  position: absolute;
  left: 56%;
  transform: translate(-50%, -50%);
  top: -6%;
}
@media (max-width: 1199px) {
  .welcome-section-area .welcome-section-right:before {
    left: 60%;
  }
}
@media (max-width: 992px) {
  .welcome-section-area .welcome-section-right:before {
    display: none;
  }
}
.welcome-section-area .welcome-section-right p {
  font: 400 15px/28px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #666666;
}
.welcome-section-area .welcome-section-right a {
  margin-top: 50px;
  display: block;
}

.welcome-section-counting {
  background: #f7f7f7;
  padding: 75px 0px 80px 0px;
}
.welcome-section-counting .clients-times {
  padding: 0;
}

/*====================================================*/
@media (max-width: 1259px) {
  .footer-area .row {
    padding: 0px 30px;
  }
}
@media (max-width: 767px) {
  .footer-area .row {
    padding: 0px;
  }
}

.footer-top {
  background: #282828;
  padding-top: 52px;
  padding-bottom: 65px;
}
.footer-top h3 {
  font: 300 18px/30px "Roboto Slab", serif;
  color: #eee;
  letter-spacing: 0.3px;
  white-space: nowrap;
}
.footer-top p {
  font: 400 14px/24px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #656565;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .footer-top .widget {
    margin-top: 30px;
  }
}
.footer-top .widget + .widget {
  margin-top: 0;
}
@media (max-width: 991px) {
  .footer-top .widget + .widget {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer-top .widget + .widget {
    margin-top: 30px;
  }
}
.footer-top .widget-about-us .social-icon {
  margin-top: 30px;
}
.footer-top .widget-about-us .social-icon li {
  display: inline-block;
  padding: 0;
  margin-right: 5px;
}
.footer-top .widget-about-us .social-icon li a {
  padding: 0;
  font-size: 14px;
  color: #6b6b6b;
  width: 30px;
  height: 30px;
  border: 1px solid #6b6b6b;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  transition: all 300ms linear 0s;
}
.footer-top .widget-about-us .social-icon li a:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}
.footer-top .widget-links {
  display: block;
}
.footer-top .widget-links .contact-lists {
  padding: 0;
  margin-top: 20px;
}
.footer-top .widget-links .contact-lists li {
  width: 100%;
  display: inline-block;
}
.footer-top .widget-links .contact-lists li i {
  float: left;
  width: 30px;
  font-size: 23px;
  line-height: 38px;
  color: #7b7b7b;
}
.footer-top .widget-links .contact-lists li .fleft {
  float: left;
  color: #656565;
  width: calc(100% - 34px);
  font: 400 14px/20px "Open Sans", sans-serif;
  padding: 5px 10px 10px 15px;
}
.footer-top .widget-links .contact-lists li .fleft a {
  color: #656565;
  display: block;
}
.footer-top .widget-links .contact-lists li .fleft a:hover {
  color: #fff;
}
.footer-top .widget-contact .email {
  margin: 25px 0px 12px 0px;
}
@media (max-width: 991px) {
  .footer-top .widget-contact .email {
    display: block;
  }
}
@media (max-width: 400px) {
  .footer-top .widget-contact .email {
    display: table;
  }
}
.footer-top .widget-contact .email .form-control {
  border-radius: 0px;
  background: #171717;
  border: 1px solid #383838;
  height: 44px;
  outline: none;
  padding: 0px 0px  0px 20px;
  font: 400 14px "Open Sans", sans-serif;
}
@media (max-width: 991px) {
  .footer-top .widget-contact .email .form-control {
    max-width: 317px;
  }
}
.footer-top .widget-contact .email .form-control.placeholder {
  color: #3f3f3f;
}
.footer-top .widget-contact .email .form-control:-moz-placeholder {
  color: #3f3f3f;
}
.footer-top .widget-contact .email .form-control::-moz-placeholder {
  color: #3f3f3f;
}
.footer-top .widget-contact .email .form-control::-webkit-input-placeholder {
  color: #3f3f3f;
}
.footer-top .widget-contact .email .form-control:focus {
  outline: none;
  box-shadow: none;
}
.footer-top .widget-contact .email button {
  padding: 10px 14px;
  font: 400 16px/22px "Open Sans", sans-serif;
  color: #fff;
  background: #505050;
  border-color: #505050;
  border-radius: 0px;
  box-shadow: none;
}
.footer-top .widget-contact .privacy {
  font: 400 13px/25px "Open Sans", sans-serif;
  font-style: italic;
  padding-top: 0;
}

.footer-bottom {
  position: relative;
  background: #232323;
  font: 400 14px "Open Sans", sans-serif;
  color: #868686;
  padding: 33px 0px;
  margin-top: -1px;
}
.footer-bottom .f-right {
  text-align: right;
}
@media (max-width: 991px) {
  .footer-bottom .f-right {
    text-align: left;
  }
}
.footer-bottom a {
  color: #868686;
}
.footer-bottom .go-top {
  position: absolute;
  right: 30px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  border-radius: 100%;
  top: -20px;
  background: #404040;
  color: #fff;
  font-size: 24px;
}

/*====================================================*/
.landing-page {
  position: relative;
}
@media (max-width: 1366px) and (min-width: 1200px) {
  .landing-page .slider {
    padding-top: 200px;
  }
}

.landing-navigation {
  background: none;
  border: none;
  box-shadow: none;
  margin: 0;
  position: fixed;
  width: calc(100% - 60px);
  padding: 20px 0;
  top: 30px;
  transition: all 300ms linear 0s;
}
@media (max-width: 767px) {
  .landing-navigation {
    top: 0;
    width: 100%;
  }
}
.landing-navigation .container-fluid {
  padding: 0 40px;
}
@media (max-width: 1199px) {
  .landing-navigation .container-fluid {
    padding: 0 15px;
  }
}
.landing-navigation .navbar-header .navbar-brand {
  line-height: 29px;
  height: auto;
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .landing-navigation .navbar-header .navbar-brand {
    max-width: 220px;
  }
}
.landing-navigation .navbar-header .navbar-brand img {
  display: inline-block;
  max-width: 100%;
}
.landing-navigation .navbar-header .navbar-toggle {
  border-color: #fff;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.landing-navigation .navbar-header .navbar-toggle[aria-expanded="false"] {
  background: none;
}
.landing-navigation .navbar-header .navbar-toggle[aria-expanded="true"] {
  background: none;
}
.landing-navigation .navbar-header .navbar-toggle span {
  background: #fff;
}
.landing-navigation.affix {
  padding: 10px 0;
  top: 0;
  background: #000;
}

#landing-nav .navbar-nav {
  padding: 8px 0;
  float: right;
  margin-right: -24px;
}
@media (max-width: 1199px) {
  #landing-nav .navbar-nav {
    margin-right: -15px;
  }
}
#landing-nav .navbar-nav li {
  transition: all 300ms linear 0s;
}
#landing-nav .navbar-nav li + li {
  border-left: 1px solid #fff;
}
#landing-nav .navbar-nav li a {
  text-transform: uppercase;
  padding: 0 24px;
  line-height: 1;
  text-shadow: none;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
}
@media (max-width: 1199px) {
  #landing-nav .navbar-nav li a {
    font-size: 13px;
    padding: 0 12px;
  }
}
#landing-nav .navbar-nav li a:after {
  display: block;
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  background: #fff;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 300ms linear 0s;
}
#landing-nav .navbar-nav li.active a {
  background: none;
}
#landing-nav .navbar-nav li.active a:after {
  width: calc(100% - 48px);
}
#landing-nav[aria-expanded="true"] {
  background: #000;
  border: none;
}
#landing-nav[aria-expanded="true"] .navbar-nav {
  float: none;
}
#landing-nav[aria-expanded="true"] .navbar-nav li {
  padding: 7px;
}
#landing-nav[aria-expanded="true"] .navbar-nav li a {
  font-size: 14px;
}
#landing-nav[aria-expanded="true"] .navbar-nav li a:after {
  display: none;
}
#landing-nav[aria-expanded="true"] .navbar-nav li.active {
  border-left: 5px solid #fff;
}

/*# sourceMappingURL=style.css.map */
/* ADD DURING WP DEVELOPMENT */

.progress-element {
  margin-top: 0;
}

.team-area {
  padding: 0;
  background: none;
}


.touch_middle {
  margin-top: 0;
}

.touch_middle .open_hours {
  padding-top: 0;
  padding-bottom: 0;
}

.touch_middle .open_hours ul .item {
  padding-bottom: 0;
}

.choose-us-area.services {
  padding: 0;
  background: none;
}

.services .contact_banner {
  overflow: hidden;
}

.about-me-right h4 {
  right: -96px;
}

.button {
  background: #404040;
  color: #fff;
  font: 300 24px/26px "Roboto Slab", serif;
  letter-spacing: 1px;
  padding: 13px 22px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.solution-texts .solution-item li:before {
  content: '';
}

.solution-texts .solution-item li {
  position: relative;
  padding-left: 30px;
}

.solution-texts .solution-item li i {
  position: absolute;
  left: 0;
  top: 11px;
  color: #898989;
  font-size: 15px;
}

.banner-subtitle {
  font: 700 20px/26px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #fff;
  font-style: italic;
  margin-top: 30px;
}


.wpcf7-form input[type="submit"] {
  background: #C0C0C0;
  border: none;
  border-radius: 0;
}

.services-info h4 {
  font: 400 18px/26px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #fff;
  text-transform: uppercase;
}

.services-info p {
  font: 400 15px/24px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #9c9c9c;
  padding-top: 10px;
}

.services-info.center {
  text-align: center;
}

.services-info.right {
  text-align: right;
}

.we-do-content h4 {
  font: 400 14px/26px "Open Sans", sans-serif;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding-top: 30px;
  display: block !important;

}

.we-do-section p {
  font: 400 15px/26px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #898989;
  padding-top: 30px;
}


.we-do-section {
  padding: 0;
  background: none;
}

.we-do-content  .img  i {
  font-size: 36px;
}

.we-do-section .we-do-content h4:before {
  content: none;
}

.we-do-section .we-do-content h4:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #7b7b7b;
  display: block;
  position: relative;
  left: 50%;
  margin-left: -15px;
  margin-top: 20px;
}

.choose-us-info2 .choose-info .media-body h4 {
  font-weight: 300;
}

.choose-us-info2 .choose-info .media-left a,
.choose-us-info2 .choose-info .media-left{
  border: none;
  padding: 0;
  padding-top: 5px;
}

.features-left {
  width: 100%;
  float: left;
  display: block;
  background:none;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 0;
}

.features-left:before {
  background: none;
}

.projects-description .single-item:first-of-type {
  border-top: 1px solid #e2e2e2;
}

.relative-projects {
  padding: 0;
}

.testimonial-slider2 .testimonial-content .image {
  width: 188px;
  height: 188px;
  display: block;
  margin: 0 auto;
}

.header-breadcrumb {
    background: none;
}

.header-breadcrumb:before {
  content: none;
}

.page-cover-bg {
  background-size: cover;
  text-align: center;
  margin-top: 0px;
  padding-top: 211px;
}


.page-cover {
  max-width: 340px;
  margin: 0 auto;
  position: relative;
  left: 0;
  display: inline-block;
}

footer .widget .title {
  font: 300 18px/30px "Roboto Slab", serif;
  color: #eee;
  letter-spacing: 0.3px;
  white-space: nowrap;
  margin-bottom: 20px;
}

footer .widget .title:before {
  content: "";
  width: 22px;
  height: 1px;
  background: #eee;
  display: inline-block;
  margin-right: 10px;
}

.footer-top p {
  padding-top: 0;
}

.footer-top .widget-links .contact-lists li .fleft {
  width: 100%;
  padding-left: 0;
}


.footer-top .widget-links .contact-lists li {
  position: relative;
  padding-left: 50px;
}

.footer-top .widget-links .contact-lists li i {
  position: absolute;
  left: 0;
  top: -5px;
}

#yikes-easy-mc-form-1-EMAIL {
  border-radius: 0px;
  background: #171717;
  border: 1px solid #383838;
  height: 44px;
  outline: none;
  padding: 0px 0px 0px 20px;
  font: 400 14px "Open Sans", sans-serif;
}

.EMAIL-label {
  display: none;
}

.yikes-easy-mc-submit-button {
  padding: 10px 14px;
  font: 400 16px/22px "Open Sans", sans-serif;
  color: #fff;
  background: #505050;
  border-color: #505050;
  border-radius: 0px;
  box-shadow: none;
  width: auto !important;
  float: right;
  margin-top: -56px !important;
  position: relative;
  z-index: 333;
}

.nav-links a, .nav-links span {
  font: 400 22px/41px "Roboto Slab", serif;
  color: #898989;
  letter-spacing: 2px;
  padding: 0px 17px;
  border: 1px solid #e4e4e4;
  margin-right: 10px;
  display: inline-block;
}

.widget.widget_search .search-field {
  background: #2d2d2d;
  height: 55px;
  border-radius: 0px;
  border: 0px;
  box-shadow: none;
  font: 400 14px/38px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  padding: 0px 0px 0px 25px;
  width: 100%;
}

.sidebar_section > div {
  width: 100% !important;
}

.widget.widget_search  .searchsubmit {
  width: 40px;
  font-size: 0;
  position: absolute;
  right: 15px;
  top: 0;
  padding: 0;
  height: 55px;
  background: url("../image/search.png") no-repeat center center;
  border: none;
}

.sidebar_section .widget .title {
  font: 300 18px/28px "Roboto Slab", serif;
  color: #000;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin-bottom: 16px;

}

.sidebar_section .widget .title:before {
  content: '';
  width: 17px;
  display: inline-block;
  height: 1px;
  background: #000;
  margin-right: 10px;
}

.cat-item  a {
  font: 400 15px/42px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #7e7e7e;
  padding: 0px;
  display: block;
}

.cat-item {
  border-top: 1px solid #dadada;;
}

.cat-item:first-of-type {
  border: none;
}

.sidebar_section  .textwidget  p {
  font: 400 15px/25px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #898989;
}

.wp-tag-cloud li {
  display: inline-block;
}


.wp-tag-cloud li a{
  font: 400 12px/33px "Open Sans", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #787878;
  padding: 3px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 22px;
  margin-right: 5px;
  margin-bottom: 13px;
  display: inline-block;
  transition: all 300ms linear 0s;
}

.wp-tag-cloud li a:hover {
  color: #fff;
  background: #000;
}

.comments {
  border: none;
}

.comments-box .title, .comment-reply-title {
  font: 300 22px/26px "Roboto Slab", serif;
  color: #000;
  letter-spacing: 0.3px;
  margin-top: 15px;
  margin-bottom: 25px;
}

.comments-box .title:before, .comment-reply-title:before {
  content: '';
  width: 17px;
  display: inline-block;
  height: 1px;
  background: #000;
  margin-right: 10px;
}

.single-comment-box {
  padding-left: 0;
  margin-left: 0;
}

.comments .comment {
  padding-left:0;
  padding-right: 0;
  border-top: 1px solid #E4E4E4;
  padding-top: 10px;
  padding-bottom: 10px;
}

.comments .comment .comment {
  margin-left: 20px;
  margin-top: 25px;
}

.comment-text h3 {
  font: 400 14px/26px "Roboto Slab", serif;
  letter-spacing: 0.3px;
  color: #242424;
  margin-bottom: 0;
}

.comment-text h3 span {
  padding: 0;
  font: 400 13px/14px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #b0b0b0;
  text-transform: capitalize
}

.avatar.comment-img {
  float: left;
  position: absolute;
  left: 15px;
  top: 0;
}

.single-comment.comment_container {
  position: relative;
  padding-left: 100px;
}

.comments-box {
  margin-top: 30px;
  margin-bottom: 10px;
}

#comment {
  margin-bottom: 20px;
  border: 1px solid #eee;
  box-shadow: none;
  border-radius: 0px;
  padding-left: 20px;
  font: 400 14px/34px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
}

#commentform input[type="submit"]{
  text-transform: uppercase;
  font: 400 14px/20px "Roboto Slab", serif;
  color: #fff;
  background: #171717;
  border-radius: 0px;
  box-shadow: none;
  border: 0px;
  padding: 11px 28px;
  letter-spacing: 0.3px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.logged-in-as a {
  color: #8e8d8d;
  text-decoration: underline;
}

.logged-in-as a:hover {
  text-decoration: none;
}

.mbottom70.tpadd {
  display: none;
}

.wpb_text_column p {
  font: 400 15px/26px "Open Sans", sans-serif;
  color: #898989;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
}

.wpb_text_column p em {
  font: 400 18px/26px "PT Serif", serif;
  font-style: italic;
  color: #898989;
  letter-spacing: 0.3px;
}

.section_header {
  margin-bottom: 0;
}

.team-area:before {
  background: none;
}

.clients-logos {
  border: 1px solid #d4d4d4;
  text-align: center;
  line-height: 128px;
}