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

 1.KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT 
 2.Isotope
 3.Header
 4.General
 5.content slider section
 6.services
 7.Offer - offer sections
 8.portfolio section
 9.blog-testimonial-section
 10.blog with sidebar
 11.single post
 12.portfolio-pagination
 13.about us
 14.services content
 15.Portfolio-with-sidebar
 16.pricing tables
 17.Footer
 18.Responsive Part
/*-------------------------------------------------
KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT
-------------------------------------------------*/
.boxed #container {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
}
.boxed #container .boxed {
  border: none;
}
body.boxed {
  background: url('../images/body.png') repeat right;
  background-size: cover;
}
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
  height: 524px;
}
.tp-banner {
  width: 100%;
  position: relative;
      height: 524px !important;
}
.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}
/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
.navbar-default {
  background: #abc23e;
  border-bottom: 1px solid #f36525;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
 
}
.navbar-header {
  z-index: 99;
  position: relative;
  
}
.navbar-brand {
  height: auto;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #46a4d5;
  font-size: 18px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 1px;
  margin-top: 2px;
  color: #46a4d5 !important;
  padding: 0px 15px;
  letter-spacing: 2.5px;
  z-index: 99999;
  
}
.navbar-brand span {
  color: #46a4d5;
}
.navbar-nav {
  margin-top: 5px;
  margin-bottom: 0px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav > li {
  position: relative;
}
.navbar-nav > li:before {
  position: absolute;
  content: '';
  top: 45px;
  left: 0;
  width: 1px;
  height: 10px;
  background: #fffefe;
}
.navbar-nav > li:first-child:before {
  display: none;
}
.navbar-nav > li > a {
  color: #fafafa !important;
  font-size: 15px;
  font-family: 'PT Sans', sans-serif;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 40px 15px;
}
.navbar-nav > li > a i {
  margin-left: 8px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a.active {
  color: #46a4d5 !important;
}
.navbar-nav li.drop {
  position: relative;
}
.navbar-nav li:hover ul.drop-down {
  opacity: 1;
  visibility: visible;
}
.top-line {
  background: #f36525;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.top-line ul.info-list {
  line-height: 30px;
  margin: 0;
  padding: 0;
}
.top-line ul.info-list li {
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  font-family: 'PT Sans', sans-serif;
}
.top-line ul.info-list li i {
  color: #575757;
  font-size: 14px;
  margin-right: 10px;
}
.top-line .social {
  text-align: right;
}
.top-line .social-share {
  display: block;
  list-style: none;
  text-align: right;
  padding: 0;
  margin: 0;
}
.top-line ul.social-share li {
  display: inline-block;
  color: #fffbfb;
}
.top-line ul.social-share li a {
  display: inline-block;
  color: #a8a8a8;
  background: #efefef;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.top-line ul.social-share li a:hover {
  background: #46a4d5;
  color: #fff;
}
header.active .top-line {
  height: 0;
  padding: 0;
}
.navbar-collapse {
  position: relative;
}
ul.drop-down {
  z-index: 10;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 240px;
  top: 100%;
  left: 0;
  visibility: hidden;
  padding: 0 10px;
  opacity: 0;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #ededed;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
ul.drop-down li {
  display: block;
  border-bottom: 1px solid #ededed;
  position: relative;
}
ul.drop-down li a {
  padding: 16px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #a1a1a1;
  font-size: 12px;
  font-family: 'PT Sans', sans-serif;
  margin: 0;
}
ul.drop-down li a:hover {
  color: #46a4d5;
}
ul.drop-down li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 23px;
  width: 3px;
  height: 3px;
  background: #cfcfcf;
}
ul.drop-down li:last-child {
  border-bottom: none;
}
/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/
body {
  font-family: 'PT Sans', sans-serif;
  background: url('../images/background-pattern.png') repeat;
}
p {
  font-size: 13px;
  color: #888888;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
}
/*-------------------------------------------------*/
/* =  content slider section
/*-------------------------------------------------*/
.title-section.white h1 {
  color: #ffffff;
}
#home-section .tp-caption.large_bold_white {
  position: absolute;
  color: #373737;
  text-shadow: none;
  font-weight: normal;
  font-size: 30px;
  padding: 10px;
  font-family: 'Pacifico', cursive;
  margin: 0px;
  border-style: none;
  white-space: nowrap;
  line-height: 35px;
}
#home-section .tp-caption.large_bold_white span {
  color: #ffffff;
}
#home-section .tp-caption.medium_thin_grey {
  position: absolute;
  color: #939292;
  text-shadow: none;
  font-weight: 400;
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
  margin: 0px;
  border-style: none;
  line-height: 24px;
  white-space: nowrap;
}
#home-section .tp-caption.medium_thin_grey a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 1px rgba(255, 255, 255, 0.5);
  border: solid 1px #207fb1;
  background: #46a4d5;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  padding: 8px 16px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #f4f4f4;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.55);
}
#home-section .tp-caption.medium_thin_grey a:hover {
  opacity: 0.7;
}
#home-section .tp-caption.responsy-acengy-white {
  position: absolute;
  color: #ffffff;
  text-shadow: none;
  font-weight: bold;
  font-size: 30px;
  padding: 10px;
  font-family: 'PT Sans', sans-serif;
  margin: 0px;
  border-style: none;
  white-space: nowrap;
  letter-spacing: 1.5px;
}
#home-section .tp-caption.suspend {
  position: absolute;
  color: #373737;
  text-shadow: none;
  font-weight: bold;
  font-size: 25px;
  padding: 10px;
  font-family: 'PT Sans', sans-serif;
  margin: 0px;
  border-style: none;
  white-space: nowrap;
  letter-spacing: 1.5px;
}
#home-section .tp-caption.large_bold_blue {
  position: absolute;
  color: #ffffff;
  background: rgba(85, 169, 212, 0.75);
  text-shadow: none;
  font-weight: normal;
  font-size: 24px;
  padding: 15px 20px;
  font-family: 'PT Sans', sans-serif;
  margin: 0px;
  border-style: none;
  white-space: nowrap;
  width: 530px;
  line-height: 35px;
}
#home-section .tp-caption.large_bold_blue span {
  color: #ffffff;
}
#home-section .tp-caption.medium_thin_white {
  position: absolute;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  text-shadow: none;
  font-weight: 400;
  font-size: 12px;
  font-family: 'PT Sans', sans-serif;
  margin: 0px;
  width: 530px;
  border-style: none;
  white-space: nowrap;
  padding: 10px 20px;
}
#home-section .tp-bannertimer {
  display: none !important;
}
/*-------------------------------------------------*/
/* =  Services
/*-------------------------------------------------*/
.services {
  background: url('../images/black.png') repeat right;
}
.services .services-p {
  color: white;
  padding-top: 30px;
  text-align: center;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  font-weight: 900;
}
.services .second-p {
  color: #848383;
  text-align: center;
  font-family: 'PT Sans', sans-serif;
  padding-bottom: 20px;
}
.services-home2 {
  background: url('../images/pattern.png') repeat right;
  margin-bottom: 35px;
}
.services-home2 .services-p {
  color: #4e4d4d;
  padding-top: 30px;
  text-align: center;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  font-weight: 900;
}
.services-home2 .second-p {
  color: #848383;
  text-align: center;
  font-family: 'PT Sans', sans-serif;
  padding-bottom: 20px;
}
/*-------------------------------------------------*/
/* =  Offer - offer sections
/*-------------------------------------------------*/
.services-section {
  background: transparent;
  margin-bottom: 30px;
}
.services-section .services-box {
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
  margin-bottom: -1px;
  overflow: hidden;
}
.services-section .services-box .services-post {
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 25%;
  float: left;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.services-section .services-box .services-post a {
  display: inline-block;
  text-decoration: none;
  width: 130px;
  height: 130px;
  margin: 0 0 24px;
  line-height: 150px;
  color: #aaa;
  font-size: 30px;
  text-align: center;
  background: #efefef;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.services-section .services-box .services-post h2 {
  color: #46a4d5;
  font-size: 15px;
  font-family: 'PT Sans', sans-serif;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: black;
}
.services-section .services-box .services-post p {
  font-size: 14px;
}
.services-section .services-box .services-post:hover {
  background-color: #ffffff;
  box-shadow: 0px 0px 4px 0px #ececec;
}
.services-section .services-box .services-post:hover h2 {
  color: #46a4d5;
}
.services-section .services-box .services-post:hover a {
  background: #46a4d5;
  color: #ffffff;
}
/*-------------------------------------------------*/
/* =  Portfolio section
/*-------------------------------------------------*/
.portfolio-home2 {
  border-bottom: 1px solid #ededed;
  padding-bottom: 40px;
}
h1.section-title {
  color: #46a4d5;
  font-family: 'PT Sans', sans-serif;
  font-size: 24px;
  margin: 0 0 30px;
  font-weight:bold;
}
.portfolio-section .portfolio-box {
  background: #f4f4f4;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.portfolio-section h2 {
  font-weight: bold;
  font-family: 'PT Sans', sans-serif;
  text-align: center;
  padding: 16px 0;
  margin: 0;
  color: #515050;
  font-size: 13px;
}
.portfolio-section h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #515050;
}
.portfolio-section h2 a:hover {
  color: #46a4d5;
}
.portfolio-section .second-caption {
  text-align: center;
  padding: 25px 0 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}
.portfolio-section .portfolio-box.iso-call {
  margin-left: -15px;
  margin-right: -15px;
}
.portfolio-section .portfolio-box.iso-call .project-post {
  width: 33.3333%;
  padding: 0px;
}
.portfolio-section .project-post {
  border-right: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
  margin: 0px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.portfolio-section .project-post .project-gallery {
  position: relative;
  margin-bottom: 0px;
}
.portfolio-section .project-post .project-gallery img {
  width: 100%;
}
.portfolio-section .project-post .project-gallery .hover-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0;
  overflow: hidden;
}
.portfolio-section .project-post .project-gallery .hover-box .inner-hover {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -25px;
}
.portfolio-section .project-post .project-gallery .hover-box .inner-hover a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #858883;
}
.portfolio-section .project-post .project-gallery .hover-box .inner-hover > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  outline: none;
  margin: 0;
  -webkit-transform: translate3d(0, 400%, 0);
  -moz-transform: translate3d(0, 400%, 0);
  -o-transform: translate3d(0, 400%, 0);
  transform: translate3d(0, 400%, 0);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.portfolio-section .project-post .project-gallery .hover-box .inner-hover > a i {
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.portfolio-section .project-post .project-gallery .hover-box .inner-hover > a:hover {
  background: #46a4d5;
}
.portfolio-section .project-post:hover {
  background-color: white;
}
.portfolio-section .project-post:hover .hover-box {
  opacity: 1;
}
.portfolio-section .project-post:hover .hover-box .inner-hover a {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.button.mfp-close,
button.mfp-arrow,
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  outline: none;
}
.owl-theme .owl-controls .owl-pagination {
  display: none !important;
}
.owl-carousel {
  width: auto;
}
.owl-theme .owl-controls {
  margin-top: 0px;
  text-align: center;
  position: absolute;
  height: 0;
  top: -48px;
  right: 0px;
}
.owl-theme .owl-controls .owl-buttons div {
  font-size: 15px;
  color: black;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #f0f0f0;
  outline: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  opacity: 1;
  border-radius: 100px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.owl-theme .owl-controls .owl-buttons div:hover {
  background: #46a4d5;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
  margin-right: 2px;
  float: left;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:after {
  content: '\f104';
  font-family: 'FontAwesome';
  color: #a3a3a3;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
  float: right;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:after {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #a3a3a3;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover:after {
  color: #ffffff;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:hover:after {
  color: #ffffff;
}
/*-------------------------------------------------*/
/* =  blog-section
/*-------------------------------------------------*/
.blog-2cols {
  padding: 30px 0;
}
.blog-2cols .blog-post {
  overflow: hidden;
  margin-bottom: 0px;
}
.blog-2cols .blog-post img {
  float: left;
  margin-right: 20px;
  clear: both;
}
.blog-2cols .blog-post .post-content {
  padding-top: 15px;
}
.blog-2cols .blog-post .post-content h2 {
  font-weight: bold;
  color: #515050;
  font-size: 13px;
  font-family: 'PT Sans', sans-serif;
  margin: 0;
}
.blog-2cols .blog-post .post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #515050;
}
.blog-2cols .blog-post .post-content h2 a:hover {
  color: #46a4d5;
}
.blog-2cols .blog-post .post-content p {
  margin: 0;
}
.blog-2cols .blog-post .post-content .first-repose {
  text-transform: uppercase;
  font-size: 10px;
  font-family: 'PT Sans', sans-serif;
  color: #b1b1b1;
  margin: 0 0 10px;
}
.blog-2cols .blog-post .post-content > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-family: 'PT Sans', sans-serif;
  color: #46a4d5;
}
.blog-2cols .blog-post .post-content > a:hover {
  opacity: 0.7;
}
/*-------------------------------------------------*/
/* =  blog-testimonial-section
/*-------------------------------------------------*/
.blog-testimonial-section {
  padding: 30px 0;
}
.blog-testimonial-section .blog-post {
  overflow: hidden;
  margin-bottom: 40px;
}
.blog-testimonial-section .blog-post img {
  float: left;
  margin-right: 20px;
  clear: both;
}
.blog-testimonial-section .blog-post .post-content {
  padding-top: 15px;
}
.blog-testimonial-section .blog-post .post-content h2 {
  font-weight: bold;
  color:#000000;
  font-size: 13px;
  font-family: 'PT Sans', sans-serif;
  margin: 0;
}
.blog-testimonial-section .blog-post .post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #000000;
}
.blog-testimonial-section .blog-post .post-content h2 a:hover {
  color: #000000;
}
.blog-testimonial-section .blog-post .post-content p {
  margin: 0;
}
.blog-testimonial-section .blog-post .post-content .first-repose {
  text-transform: uppercase;
  font-size: 10px;
  font-family: 'PT Sans', sans-serif;
  color: #000000;
  margin: 0 0 10px;
}
.blog-testimonial-section .blog-post .post-content > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-family: 'PT Sans', sans-serif;
  color: #000000;
}
.blog-testimonial-section .blog-post .post-content > a:hover {
  opacity: 0.7;
}
.testimonial-post {
  overflow: hidden;
  margin-bottom: 30px;
}
.testimonial-post img {
  float: left;
  max-width: 50px;
}
.testimonial-post .testimonial-post-content {
  margin-left: 62px;
}
.testimonial-post .testimonial-post-content p {
  background-color: #f8f8f8;
  color: #000000;
  font-size: 12px;
  padding: 15px 20px;
  position: relative;
  border: 1px solid #ebebeb;
  z-index: 10;
  /*font-style: italic;*/
  font-family:Verdana, Arial, Helvetica, sans-serif;
  text-align:justify;
}
.testimonial-post .testimonial-post-content p:before {
  content: '';
  position: absolute;
  top: 10px;
  left: -5px;
  width: 10px;
  height: 10px;
  background-color: #f8f8f8;
  transform: rotate(45deg);
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.testimonial-post .testimonial-post-content h2 {
  margin: 0;
  font-weight: bold;
  font-size: 13px;
  font-weight: 700;
  color: #000000;
  font-family: 'PT Sans', sans-serif;
}
.testimonial-post .testimonial-post-content h2 span {
  font-weight: 400;
  font-size: 10px;
  color: #999999;
}
/*-------------------------------------------------*/
/* =  blog with sidebar
/*-------------------------------------------------*/
.page-description {
  background: url('../images/blog-pattern.png') repeat right;
  padding: 40px 0;
  border-bottom: 1px solid #ededed;
}
.page-description h1 {
  font-style: 'PT Sans', sans-serif;
  color: #605f5f;
  text-transform: uppercase;
  margin: 10px 0;
  float: left;
  padding-right: 60px;
}
.page-description h1:after {
  position: absolute;
  margin-left: 35px;
  margin-top: 7px;
  content: '';
  top: 1;
  left: 10;
  width: 1px;
  height: 25px;
  background: #cacaca;
}
.page-description p {
  font-style: 'PT Sans', sans-serif;
  color: #b2b2b2;
  margin: 20px 0;
}
.blog-section .blog-box {
  padding-top: 10px;
  margin: 0 auto;
}
.blog-section .blog-box .blog-post {
  text-align: left;
  margin-bottom: 50px;
}
.blog-section .blog-box .blog-post .date-sort {
  float: left;
  width: 72px;
}
.blog-section .blog-box .blog-post .date-sort .date-post {
  width: 100%;
  height: 72px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #46a4d5;
  margin-bottom: 4px;
  text-align: center;
  padding-top: 18px;
}
.blog-section .blog-box .blog-post .date-sort .date-post p {
  font-size: 12px;
  color: #ffffff;
  line-height: 20px;
}
.blog-section .blog-box .blog-post .date-sort .date-post p span {
  display: block;
  font-size: 24px;
  font-weight: 700;
}
.blog-section .blog-box .blog-post .date-sort .sort-post {
  width: 100%;
  height: 72px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #efefef;
  text-align: center;
  line-height: 72px;
  font-size: 25px;
  color: #b9b9b9;
}
.blog-section .blog-box .blog-post .inner-post {
  margin-left: 100px;
}
.blog-section .blog-box .blog-post img {
  width: 100%;
}
.blog-section .blog-box .blog-post iframe {
  width: 100%;
  height: 400px;
  margin-bottom: -5px;
}
.blog-section .blog-box .blog-post .blog-title {
  margin-bottom: 30px;
}
.blog-section .blog-box .blog-post .blog-title ul.blog-tags {
  margin: 0;
  padding: 0;
}
.blog-section .blog-box .blog-post .blog-title ul.blog-tags li {
  display: inline-block;
  font-size: 13px;
  color: #e2e2e2;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 12px;
  margin: 0 5px 5px 0;
}
.blog-section .blog-box .blog-post .blog-title ul.blog-tags li a {
  color: #e2e2e2;
}
.blog-section .blog-box .blog-post .blog-title ul.blog-tags li a:hover {
  text-decoration: none;
}
.blog-section .blog-box .blog-post .blog-title ul.blog-tags li:before {
  content: '/';
  font-size: 13px;
  color: #e2e2e2;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 12px;
  margin: 0 7px 0 0;
}
.blog-section .blog-box .blog-post .blog-title ul.blog-tags li:first-child:before {
  content: '';
  margin: 0;
}
.blog-section .blog-box .blog-post .blog-content {
  padding: 20px 30px 25px;
  background: #ffffff;
  border-bottom: 2px solid #eaeaea;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: relative;
}
.blog-section .blog-box .blog-post .blog-content h2,
.blog-section .blog-box .blog-post .blog-content h1 {
  font-weight: bold;
  font-size: 18px;
  color: #515050;
  font-family: 'PT Sans', sans-serif;
  margin: 0;
}
.blog-section .blog-box .blog-post .blog-content h2 a,
.blog-section .blog-box .blog-post .blog-content h1 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #515050;
}
.blog-section .blog-box .blog-post .blog-content h2 a:hover,
.blog-section .blog-box .blog-post .blog-content h1 a:hover {
  color: #46a4d5;
}
.blog-section .blog-box .blog-post .blog-content span {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 20px;
  color: #c4c4c4;
}
.blog-section .blog-box .blog-post .blog-content p {
  margin-bottom: 20px;
}
.blog-section .blog-box .blog-post .blog-content > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 11px;
  font-family: 'PT Sans', sans-serif;
  color: #46a4d5;
}
.blog-section .blog-box .blog-post .blog-content > a:hover {
  opacity: 0.7;
}
.blog-section .blog-box .blog-post:hover .blog-content {
  background: #ffffff;
}
.blog-section .blog-box .portfolio-pagination {
  margin-left: 100px;
}
.commment-box {
  padding-left: 20px;
  padding-bottom: 50px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
.commment-box h1 {
  font-size: 18px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  color: #505151;
  margin: 0 0 30px 80px;
}
.commment-box ul {
  margin: 0;
  padding: 0;
}
.commment-box ul li {
  overflow: hidden;
  list-style: none;
  margin-bottom: 25px;
}
.commment-box ul li img {
  float: left;
  max-width: 50px;
}
.commment-box ul li div.comment-content {
  margin-left: 80px;
}
.commment-box ul li div.comment-content p {
  font-size: 11px;
  padding: 12px 25px;
  background: #fff;
  border: 1px solid #ededed;
  margin-bottom: 4px;
  position: relative;
}
.commment-box ul li div.comment-content p:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  border-left: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
  left: -4px;
}
.commment-box ul li div.comment-content h3 {
  font-size: 13px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  color: #505151;
  margin: 0;
}
.commment-box ul li div.comment-content h3 span {
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  color: #d8d8d8;
}
.commment-box ul li div.comment-content h3 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 12px;
  font-weight: 400;
  float: right;
  color: #46a4d5;
}
.commment-box ul li div.comment-content h3 a:hover {
  opacity: 0.7;
}
.commment-box ul li ul.depth {
  margin-left: 80px;
  margin-top: 25px;
}
.commment-box ul li:last-child {
  margin-bottom: 0;
}
.portfolio-box.owl-wrapper .portfolio-box .project-post {
  width: 50%;
  padding: 0.1px;
}
.portfolio-box.owl-wrapper .portfolio-box .caption {
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  padding-top: 15px;
  padding-bottom: 10px;
  color: black;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.portfolio-box.owl-wrapper .portfolio-box .second-caption {
  text-align: center;
  line-height: 45px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.portfolio-box.owl-wrapper ul.filter {
  margin: 0;
  padding: 0;
  text-align: center;
}
.portfolio-box.owl-wrapper ul.filter .list {
  font-weight: bold;
  float: right;
}
.portfolio-box.owl-wrapper ul.filter li {
  display: inline-block;
  margin: 0 0 0 14px;
}
.portfolio-box.owl-wrapper ul.filter li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #515050;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'PT Sans', sans-serif;
  padding: 5px;
}
.portfolio-box.owl-wrapper ul.filter li a:hover {
  color: #ffffff;
  background-color: #515050;
  border-radius: 2px;
}
.portfolio-box.owl-wrapper .project-post {
  border: 1px solid #ededed;
  margin: 0px;
  background-color: #f4f4f4;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.portfolio-box.owl-wrapper .project-post .project-gallery {
  position: relative;
  margin-bottom: 0px;
}
.portfolio-box.owl-wrapper .project-post .project-gallery img {
  width: 100%;
}
.portfolio-box.owl-wrapper .project-post .project-gallery .hover-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0;
  overflow: hidden;
}
.portfolio-box.owl-wrapper .project-post .project-gallery .hover-box .inner-hover {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -31px;
}
.portfolio-box.owl-wrapper .project-post .project-gallery .hover-box .inner-hover a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #858883;
}
.portfolio-box.owl-wrapper .project-post .project-gallery .hover-box .inner-hover > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background: #858984;
  outline: none;
  margin: 0 5px;
  -webkit-transform: translate3d(0, 400%, 0);
  -moz-transform: translate3d(0, 400%, 0);
  -o-transform: translate3d(0, 400%, 0);
  transform: translate3d(0, 400%, 0);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.portfolio-box.owl-wrapper .project-post .project-gallery .hover-box .inner-hover > a i {
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.portfolio-box.owl-wrapper .project-post .project-gallery .hover-box .inner-hover > a:hover {
  background: #46a4d5;
}
.portfolio-box.owl-wrapper .project-post:hover {
  background-color: white;
}
.portfolio-box.owl-wrapper .project-post:hover .caption {
  color: #46a4d5;
}
.portfolio-box.owl-wrapper .project-post:hover .hover-box {
  opacity: 1;
}
.portfolio-box.owl-wrapper .project-post:hover .hover-box .inner-hover a {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.flex-control-paging li a.flex-active {
  background: #46a4d5;
  border: 1px solid #46a4d5;
}
/*-------------------------------------------------*/
/* =  single post
/*-------------------------------------------------*/
.coments {
  font-weight: bold;
  color: #515050;
  margin-bottom: 30px;
}
.coments:before {
  content: '\f086';
  font-family: 'FontAwesome';
  margin-right: 15px;
}
.company-dones {
  margin-left: 100px;
}
#comments-contact-form {
  margin: 0;
}
#comments-contact-form input[type="text"] {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #000000;
  background: #ffffff;
  margin-bottom: 20px;
  margin-right: 10px;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #e2e2e2;
  font-size: 12px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400 !important;
}
#comments-contact-form label {
  font-size: 12px;
  margin-right: 3px;
}
#comments-contact-form label span {
  font-size: 13px;
  color: #e2e2e2;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
}
#comments-contact-form textarea {
  width: 100%;
  padding: 20px 15px;
  border: 1px solid #eaeaea;
  background: #ffffff;
  margin-bottom: 20px;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #e2e2e2;
  font-size: 12px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400 !important;
}
#comments-contact-form input[type="text"]:focus,
#comments-contact-form textarea:focus {
  border: 1px solid #46a4d5;
}
#comments-contact-form textarea {
  height: 200px;
}
#comments-contact-form input[type="submit"] {
  padding: 12px 20px;
  outline: none;
  border: none;
  background: #46a4d5;
  color: #ffffff;
  font-size: 12px;
  font-family: 'PT Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 0px;
}
#comments-contact-form input[type="submit"]:hover {
  opacity: 0.7;
}
#comments-contact-form .message {
  padding: 10px 20px;
  font-size: 13px;
  font-family: 'PT Sans', sans-serif;
}
#comments-contact-form .message.error {
  color: #e74c3c;
  background: rgba(246, 80, 80, 0.4);
  border: 1px solid #e74c3c;
}
#comments-contact-form .message.success {
  color: #29b504;
  background: rgba(63, 220, 21, 0.4);
  border: 1px solid #29b504;
}
.leave-coments {
  font-weight: bold;
  color: #515050;
  margin-bottom: 30px;
}
.leave-coments:before {
  content: '\f044';
  font-family: 'FontAwesome';
  margin-right: 10px;
  color: #a8a8a8;
  font-size: 20px;
}
.contact-section .info-post {
  overflow: hidden;
  margin-bottom: 0px;
}
.contact-section .info-post p {
  padding-top: 20px;
  color: #333333;
  font-size: 15px;
  font-style: 600;
  margin: 0 0 0 80px;
}
.contact-section .info-post p span {
  color: #46a4d5;
}
.contact-section .info-post p a {
  color: #333333;
}
.related {
  margin-top: 3%;
  margin-bottom: -120%;
  border-top: 1px solid #ebebeb;
  padding-top: 2%;
  padding-bottom: 10%;
}
form#contact-form {
  margin: 0;
}
form#contact-form input[type="text"] {
  width: 50%;
  padding: 10px 15px;
  border: 1px solid #eaeaea;
  background: #ffffff;
  margin-bottom: 20px;
  margin-right: 10px;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #e2e2e2;
  font-size: 12px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400 !important;
}
form#contact-form label {
  font-size: 12px;
  margin-right: 3px;
}
form#contact-form label span {
  font-size: 13px;
  color: #e2e2e2;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
}
form#contact-form textarea {
  width: 100%;
  padding: 20px 15px;
  border: 1px solid #eaeaea;
  background: #ffffff;
  margin-bottom: 20px;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #e2e2e2;
  font-size: 12px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400 !important;
}
form#contact-form input[type="text"]:focus,
form#contact-form textarea:focus {
  border: 1px solid #46a4d5;
}
form#contact-form textarea {
  height: 100px;
}
form#contact-form input[type="submit"] {
  padding: 12px 20px;
  outline: none;
  border: none;
  background: #46a4d5;
  color: #ffffff;
  font-size: 12px;
  font-family: 'PT Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 0px;
}
form#contact-form input[type="submit"]:hover {
  opacity: 0.7;
}
form#contact-form .message {
  padding: 10px 20px;
  font-size: 13px;
  font-family: 'PT Sans', sans-serif;
}
form#contact-form .message.error {
  color: #e74c3c;
  background: rgba(246, 80, 80, 0.4);
  border: 1px solid #e74c3c;
}
form#contact-form .message.success {
  color: #29b504;
  background: rgba(63, 220, 21, 0.4);
  border: 1px solid #29b504;
}
/*-------------------------------------------------*/
/*  =  portfolio-pagination
/*-------------------------------------------------*/
ul.portfolio-pagination {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
ul.portfolio-pagination li {
  display: inline-block;
}
ul.portfolio-pagination li a {
  color: #505151 !important;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  color: #e2e2e2;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  width: 32px;
  height: 32px;
  border-bottom: 2px solid #eaeaea;
  text-align: center;
  font-size: 12px;
  margin: 0;
  line-height: 32px !important;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
ul.portfolio-pagination li a:hover {
  background: #efefef;
  color: #505151 !important;
  border-bottom: 2px solid #46a4d5;
}
ul.portfolio-pagination .next {
  width: 70px;
}
ul.portfolio-pagination .next i {
  margin-right: 5px;
}
ul.portfolio-pagination .previous {
  width: 70px;
}
ul.portfolio-pagination .previous i {
  margin-left: 5px;
}
/*-------------------------------------------------*/
/*  =  About us
/*-------------------------------------------------*/
ul.page-depth-pag {
  margin: 15px 0 15px;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
ul.page-depth-pag li {
  float: left;
  list-style: none;
  position: relative;
}
ul.page-depth-pag li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 12px;
  font-family: 'PT Sans', sans-serif;
  padding: 2px 5px;
  background: #e4e4e4;
  border: 1px solid #d6d6d6;
}
ul.page-depth-pag li a:first-child {
  border-left: 1px solid #d6d6d6;
}
ul.page-depth-pag li a:hover {
  background: #505050;
  border-color: #4d4d4d;
}
ul.page-depth-pag li:after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  top: 8px;
  right: -3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #e4e4e4;
  border: 1px solid #d6d6d6;
  border-left-color: transparent;
  border-bottom-color: transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  z-index: 2;
}
ul.page-depth-pag li:hover:after {
  background: #505050;
}
ul.page-depth-pag li:last-child:after {
  display: none;
}
.about-section {
  padding-bottom: 45px;
}
.about-section .about-box {
  margin-bottom: 40px;
}
.about-section p {
  margin-bottom: 30px;
}
.about-section h1.section-title {
  margin-bottom: 18px;
}
.about-section .img-article {
  overflow: hidden;
  margin-bottom: 35px;
}
.about-section .img-article img {
  float: left;
  margin-right: 30px;
}
.about-section .img-article .p-par {
  letter-spacing: 0.1;
  color: #515050;
  margin-bottom: 25px;
}
.about-section .team-about {
  padding-top: 5px;
  overflow: hidden;
}
.about-section .member-post {
  text-align: center;
  background-color: #f5f5f5;
  float: left;
  padding-left: 0.2px;
  padding-right: 0.2px;
  border: 1px solid #ededed;
  width: 33.3333%;
}
.about-section .member-post img {
  width: 100%;
}
.about-section .member-post h5 {
  font-weight: bold;
  color: #515050;
  padding-top: 8px;
  padding-bottom: 8px;
  clear: both;
}
.about-section .member-post h5 span {
  font-weight: normal;
  font-size: 12px;
}
.about-section .member-post p {
  padding: 15px 10px 5px;
  margin: 0;
}
.about-section .social-share {
  display: block;
  list-style: none;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 15px;
}
.about-section .social-share li {
  display: inline-block;
}
.about-section ul.social-share li a {
  display: inline-block;
  color: #a8a8a8;
  background: transparent;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.about-section ul.social-share li a:hover {
  background: #46a4d5;
  color: #fff;
}
.mini-slider {
  padding: 0;
}
.mini-slider .owl-wrapper {
  margin-bottom: 0px;
  padding-right: 1px;
}
.mini-slider .owl-wrapper .item {
  padding: 0;
  border: 1px solid #eeeeee;
}
.mini-slider .owl-wrapper .item a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 100%;
  background: #f5f5f5;
}
.mini-slider .owl-wrapper .item a img {
  width: 100%;
}
.mini-slider .owl-wrapper .item a:hover {
  background: #ffffff;
}
/*-------------------------------------------------*/
/*  =  Services Content
/*-------------------------------------------------*/
.masonry-section {
  background: transparent;
}
.masonry-section .project-post h2 {
  font-weight: bold;
  font-family: 'PT Sans', sans-serif;
  text-align: center;
  padding: 16px 0;
  margin: 0;
  color: #515050;
  font-size: 13px;
}
.masonry-section .project-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #515050;
}
.masonry-section .project-post h2 a:hover {
  color: #46a4d5;
}
.masonry-section .second-caption {
  text-align: center;
  line-height: 45px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.masonry-section .portfolio-box {
  margin-bottom: 50px;
}
.masonry-section .portfolio-box.three-col .project-post {
  width: 33.333%;
}
.masonry-section .portfolio-box.four-col .project-post {
  width: 25%;
}
.masonry-section .portfolio-box.one-col .project-post {
  margin-bottom: 40px;
}
.masonry-section .portfolio-box.one-col .project-post .project-gallery {
  width: 50%;
  float: left;
  position: relative;
}
.masonry-section .portfolio-box.one-col .project-post .project-gallery img {
  width: 100%;
}
.masonry-section .portfolio-box.one-col .project-post .project-post-caption {
  width: 50%;
  float: left;
  padding: 20px;
}
.masonry-section .portfolio-box.one-col .project-post .project-post-caption h2 {
  font-weight: bold;
  color: 515050;
  margin-bottom: 20px;
  text-align: left;
}
.masonry-section .portfolio-box.one-col .project-post .project-post-caption p {
  font-size: 12px;
  margin-bottom: 30px;
}
.masonry-section .portfolio-box.one-col .project-post .project-post-caption a {
  text-decoration: none;
  color: #515050;
}
.masonry-section .portfolio-box.one-col .project-post .project-post-caption-sidebar {
  width: 50%;
  float: left;
  padding: 15px;
}
.masonry-section .portfolio-box.one-col .project-post .project-post-caption-sidebar h2 {
  font-weight: bold;
  color: 515050;
  margin-bottom: 0px;
  margin-top: 10px;
  text-align: left;
}
.masonry-section .portfolio-box.one-col .project-post .project-post-caption-sidebar p {
  font-size: 12px;
  margin-bottom: 20px;
}
.masonry-section .portfolio-box.one-col .project-post .project-post-caption-sidebar a {
  text-decoration: none;
  color: #515050;
}
.masonry-section .portfolio-box.one-col .project-post .project-post-caption-sidebar .project-post:hover {
  background: #fff;
}
.masonry-section .portfolio-box.one-col .project-post .project-post-caption-sidebar .project-post:hover h2 {
  color: #46a4d5;
}
.masonry-section .portfolio-box.one-col .project-post:hover {
  background: #fff;
}
.masonry-section .portfolio-box.one-col .project-post:hover a {
  color: #46a4d5;
}
.masonry-section .portfolio-box.two-col {
  margin-top: 10px;
}
.masonry-section .portfolio-box.two-col .project-post {
  width: 50%;
  overflow: hidden;
  margin-bottom: 0px;
  background: #f7f7f7;
}
.masonry-section .portfolio-box.two-col .project-post:hover {
  background: #fff;
}
.masonry-section .portfolio-box.two-col .project-post:hover h5 {
  color: #46a4d5;
}
.masonry-section div.filter-box {
  margin-top: -35px;
  margin-bottom: 35px;
  margin-left: 120px;
}
.masonry-section div.filter-box .showing-buttons {
  text-align: right;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.masonry-section div.filter-box .showing-buttons .grid {
  background: #515050;
  color: #ffffff;
  font-family: 'PT Sans', sans-serif;
  text-decoration: none;
  border-radius: 2px;
  padding: 2px 5px 2px 5px;
}
.masonry-section div.filter-box .showing-buttons .grid i {
  font-size: 12px;
}
.masonry-section div.filter-box .showing-buttons .list {
  background: #515050;
  color: #ffffff;
  font-family: 'PT Sans', sans-serif;
  text-decoration: none;
  border-radius: 2px;
  padding: 2px 5px 2px 5px;
}
.masonry-section div.filter-box .showing-buttons .list i {
  font-size: 12px;
  margin-left: 4px;
}
.masonry-section div.filter-box .showing-buttons a {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.masonry-section div.filter-box .showing-buttons a:hover {
  background-color: #46a4d5;
  color: #ffffff;
}
.masonry-section ul.filter {
  margin: 0;
  padding: 0;
  margin: 0 0 0 10px;
}
.masonry-section ul.filter .list {
  font-weight: bold;
  float: right;
}
.masonry-section ul.filter li {
  display: inline-block;
  margin-right: 0px;
  color: #46a4d5;
  font-size: 10px;
  font-family: 'PT Sans', sans-serif;
}
.masonry-section ul.filter li a {
  display: inline-block;
  text-decoration: none;
  color: #515050;
  font-size: 10px;
  font-family: 'PT Sans', sans-serif;
  padding: 3px 14px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.masonry-section ul.filter li a:hover {
  color: #ffffff;
  background: #515050;
}
.masonry-section .project-post {
  border: 1px solid #ededed;
  margin: 0px;
  background-color: #f4f4f4;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.masonry-section .project-post .project-gallery {
  position: relative;
  margin-bottom: 0px;
}
.masonry-section .project-post .project-gallery img {
  width: 100%;
}
.masonry-section .project-post .project-gallery .hover-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0;
  overflow: hidden;
}
.masonry-section .project-post .project-gallery .hover-box .inner-hover {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -25px;
}
.masonry-section .project-post .project-gallery .hover-box .inner-hover a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #858883;
}
.masonry-section .project-post .project-gallery .hover-box .inner-hover > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  outline: none;
  margin: 0;
  -webkit-transform: translate3d(0, 400%, 0);
  -moz-transform: translate3d(0, 400%, 0);
  -o-transform: translate3d(0, 400%, 0);
  transform: translate3d(0, 400%, 0);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.masonry-section .project-post .project-gallery .hover-box .inner-hover > a i {
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.masonry-section .project-post .project-gallery .hover-box .inner-hover > a:hover {
  background: #46a4d5;
}
.masonry-section .project-post:hover {
  background-color: white;
}
.masonry-section .project-post:hover .hover-box {
  opacity: 1;
}
.masonry-section .project-post:hover .hover-box .inner-hover a {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sidebar {
  margin-top: 10px;
}
.sidebar .widget {
  margin-bottom: 20px;
}
.sidebar .widget h2 {
  color: #46a4d5;
  font-size: 15px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  font-size: 14px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.sidebar .search-widget form {
  margin: 0;
}
.sidebar .search-widget input[type="search"] {
  width: 100%;
  display: inline-block;
  padding: 8px 10px;
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #cccccc;
  font-size: 13px;
  font-family: 'PT Sans', sans-serif;
  border: 1px solid #cccccc;
  outline: none;
  margin: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.sidebar .search-widget input[type="search"]:focus {
  border: 1px solid #46a4d5;
}
.sidebar .category-widget iframe {
  width: 100%;
}
.sidebar .category-widget span {
  font-weight: bold;
}
.sidebar .category-widget .send {
  background-color: #46a4d5;
  padding: 5px 30px 5px 30px;
  color: #ffffff;
  border-radius: 2px;
  font-size: 14px;
  margin-left: 10px;
}
.sidebar .category-widget .send:hover {
  text-decoration: none;
}
.sidebar .category-widget ul {
  margin: 0;
  padding: 0;
}
.sidebar .category-widget ul li {
  list-style: none;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #cccccc;
}
.sidebar .category-widget ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #515050;
  font-size: 11px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  padding-left: 20px;
  position: relative;
}
.sidebar .category-widget ul li a:after {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #f7f7f7;
  background: #46a4d5;
}
.sidebar .category-widget ul li a:hover {
  color: #46a4d5;
}
.sidebar .category-widget ul li a:hover:after {
  background: #ffffff;
  border: 3px solid #46a4d5;
}
.sidebar .category-widget ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.sidebar .popular-widget ul {
  margin: 0;
  padding: 0;
}
.sidebar .popular-widget ul li {
  list-style: none;
  overflow: hidden;
  margin-bottom: 50px;
}
.sidebar .popular-widget ul li img {
  float: left;
}
.sidebar .popular-widget ul li .side-content {
  margin-left: 70px;
}
.sidebar .popular-widget ul li .side-content h2 {
  color: #46a4d5;
  font-size: 15px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: uppercase;
  margin: 0;
  font-size: 11px;
  font-weight: 300;
}
.sidebar .popular-widget ul li .side-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #515050;
  font-weight: bold;
}
.sidebar .popular-widget ul li .side-content h2 a:hover {
  color: #46a4d5;
}
.sidebar .popular-widget ul li .side-content p {
  padding-top: 5px;
  color: #a9a9a9;
  font-size: 12px;
  margin: 0;
}
/*-------------------------------------------------*/
/*  =  Portfolio-with-sidebar
/*-------------------------------------------------*/
.portfolio-with-sidebar .related-projects {
  margin-top: 100px;
}
.portfolio-with-sidebar .related-projects h2 {
  font-weight: bold;
  font-family: 'PT Sans', sans-serif;
  text-align: center;
  padding: 16px 0;
  margin: 0;
  color: #515050;
  font-size: 13px;
}
.portfolio-with-sidebar .related-projects h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #515050;
}
.portfolio-with-sidebar .related-projects h2 a:hover {
  color: #46a4d5;
}
.portfolio-with-sidebar .related-projects .second-caption {
  text-align: center;
  padding: 25px 0 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}
.portfolio-with-sidebar .related-projects .project-post {
  width: 25%;
  float: left;
  background-color: #f5f5f5;
  border: 1px solid #ededed;
  margin: 0px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.portfolio-with-sidebar .related-projects .project-post .project-gallery {
  position: relative;
  margin-bottom: 0px;
}
.portfolio-with-sidebar .related-projects .project-post .project-gallery img {
  width: 100%;
}
.portfolio-with-sidebar .related-projects .project-post .project-gallery .hover-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0;
  overflow: hidden;
}
.portfolio-with-sidebar .related-projects .project-post .project-gallery .hover-box .inner-hover {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -25px;
}
.portfolio-with-sidebar .related-projects .project-post .project-gallery .hover-box .inner-hover a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #858883;
}
.portfolio-with-sidebar .related-projects .project-post .project-gallery .hover-box .inner-hover > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  outline: none;
  margin: 0;
  -webkit-transform: translate3d(0, 400%, 0);
  -moz-transform: translate3d(0, 400%, 0);
  -o-transform: translate3d(0, 400%, 0);
  transform: translate3d(0, 400%, 0);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.portfolio-with-sidebar .related-projects .project-post .project-gallery .hover-box .inner-hover > a i {
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.portfolio-with-sidebar .related-projects .project-post .project-gallery .hover-box .inner-hover > a:hover {
  background: #46a4d5;
}
.portfolio-with-sidebar .related-projects .project-post:hover {
  background-color: white;
}
.portfolio-with-sidebar .related-projects .project-post:hover .hover-box {
  opacity: 1;
}
.portfolio-with-sidebar .related-projects .project-post:hover .hover-box .inner-hover a {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*-------------------------------------------------*/
/*  =  Pricing tables
/*-------------------------------------------------*/
.pricing-section {
  position: relative;
  padding: 0px 0;
  background-color: transparent;
  margin-bottom: 50px;
}
.pricing-section .pricing-table {
  width: 25%;
  float: left;
  background-color: #f8f8f8;
  text-align: center;
  border: 1px solid #ededed;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.pricing-section .pricing-table ul {
  margin: 0;
  padding: 0;
}
.pricing-section .pricing-table ul li {
  list-style: none;
  padding-bottom: 15px;
}
.pricing-section .pricing-table ul li h2 {
  color: #46a4d5;
  font-size: 15px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  font-weight: bold;
  color: #515050;
  font-size: 18px;
  background-color: #f1f1f1;
  padding: 20px;
}
.pricing-section .pricing-table ul li p {
  margin: 0;
  font-weight: 600;
  color: #b5b5b5;
  margin-top: 5px;
}
.pricing-section .pricing-table ul li a {
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  color: #e2e2e2;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 15px;
  color: #ffffff;
  padding: 8px 30px;
  border-radius: 5px;
  background-color: #46a4d5;
  margin-top: 10px;
}
.pricing-section .pricing-table ul li a:hover {
  background: #ffffff;
  color: #46a4d5;
}
.pricing-section .pricing-table ul li.monthly-price {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.pricing-section .pricing-table ul li.monthly-price p {
  width: 163px;
  height: 163px;
  border: 2px solid #ededed;
  background-color: #efefef;
  color: #b9b9b9;
  margin: 0 auto 5px;
  padding-top: 40px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.pricing-section .pricing-table ul li.monthly-price p span {
  display: block;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 50px;
  color: #b9b9b9;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.pricing-section .pricing-table .style-list {
  background-color: #f5f5f5;
  border-top: 1px solid #ededed;
  padding-top: 5px;
  border-bottom: 1px solid #ededed;
}
.pricing-section .pricing-table .h2-style {
  background-color: #46a4d5;
  color: #ffffff;
  margin-top: -10px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.pricing-section .pricing-table .active-price {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.pricing-section .pricing-table .active-price p {
  width: 163px;
  height: 163px;
  background-color: #46a4d5;
  color: #ffffff;
  margin: 0 auto 5px;
  padding-top: 40px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.pricing-section .pricing-table .active-price p span {
  display: block;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 50px;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.pricing-section .pricing-table .last-style {
  background-color: #46a4d5;
  padding-top: 15px;
  padding-bottom: 15px;
}
.pricing-section .pricing-table .last-style a {
  background-color: #ffffff;
  color: #515050;
}
.pricing-section .pricing-table:hover a {
  color: #515050;
  background-color: #ffffff;
}
.pricing-section .pricing-table:hover ul li.monthly-price p {
  background: #46a4d5;
  color: #ffffff;
}
.pricing-section .pricing-table:hover ul li.monthly-price p span {
  color: #ffffff;
}
.second-pricing-section {
  position: relative;
  padding: 0px 0;
  background-color: transparent;
  margin-bottom: 50px;
}
.second-pricing-section .border {
  border-bottom: 1px solid #ededed;
  margin-top: 20px;
}
.second-pricing-section .pricing-table {
  width: 25%;
  float: left;
  background-color: #ffffff;
  text-align: center;
  border: 1px solid #ededed;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.second-pricing-section .pricing-table ul {
  margin: 0;
  padding: 0;
}
.second-pricing-section .pricing-table ul li {
  list-style: none;
  padding-bottom: 15px;
}
.second-pricing-section .pricing-table ul li h2 {
  color: #46a4d5;
  font-size: 15px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  font-weight: bold;
  color: #515050;
  font-size: 18px;
  background-color: #fafafa;
  border-radius: 2px;
  padding: 20px;
}
.second-pricing-section .pricing-table ul li p {
  margin: 0;
  font-weight: 600;
  color: #b5b5b5;
  margin-top: 5px;
}
.second-pricing-section .pricing-table ul li a {
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  color: #e2e2e2;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 15px;
  color: #ffffff;
  padding: 8px 30px;
  border-radius: 5px;
  background-color: #606060;
  margin-top: 10px;
}
.second-pricing-section .pricing-table ul li a:hover {
  color: #46a4d5;
}
.second-pricing-section .pricing-table ul li.monthly-price {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.second-pricing-section .pricing-table ul li.monthly-price p {
  color: #b9b9b9;
  margin: 0 auto 5px;
  padding-top: 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.second-pricing-section .pricing-table ul li.monthly-price p span {
  display: block;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 50px;
  color: #b9b9b9;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.second-pricing-section .pricing-table .style-list {
  background-color: #f5f5f5;
  border-top: 1px solid #ededed;
  padding-top: 1px;
  border-bottom: 1px solid #ededed;
}
.second-pricing-section .pricing-table .h2-style {
  background-color: #f9f9f9;
  color: #46a4d5;
  padding-bottom: 35px;
  margin-top: -15px;
  border: 1px solid #ededed;
}
.second-pricing-section .pricing-table .active-price {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.second-pricing-section .pricing-table .active-price p {
  color: #46a4d5;
  margin: 0 auto 5px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.second-pricing-section .pricing-table .active-price p span {
  display: block;
  font-size: 48px;
  font-weight: 600;
  margin-top: 1px;
  margin-bottom: 25px;
  line-height: 50px;
  color: #46a4d5;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.second-pricing-section .pricing-table .last-style {
  background-color: #46a4d5;
  padding-top: 0px;
  padding-bottom: 11px;
}
.second-pricing-section .pricing-table .last-style a {
  background-color: #ffffff;
  color: #515050;
}
.second-pricing-section .pricing-table:hover a {
  color: #ffffff;
  background-color: #46a4d5;
}
.second-pricing-section .pricing-table:hover ul li.monthly-price p {
  color: #46a4d5;
}
.second-pricing-section .pricing-table:hover ul li.monthly-price p span {
  color: #46a4d5;
}
/*-------------------------------------------------*/
/*  =  footer
/*-------------------------------------------------*/
#map {
  height: 350px;
  margin-bottom: 40px;
}
.map-section h3 {
  color: #46a4d5;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
}
.forms-section {
  margin-top: 40px;
}
.forms-section .forms {
  padding-left: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 15px;
  border: 1px solid #ebebeb;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: left;
  clear: both;
  margin-right: 20px;
}
.forms-section textarea {
  width: 400px;
  height: 10px;
  margin-bottom: 15px;
  border: 1px solid #ebebeb;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  clear: both;
  float: left;
  margin-right: 20px;
}
.forms-section p {
  font-weight: bold;
  color: #515050;
  margin-top: 35px;
}
.forms-section span {
  font-weight: 400px;
}
.send {
  padding: 5px;
  padding-right: 15px;
  padding-left: 15px;
  font-weight: bold;
  color: #ffffff;
  background-color: #46a4d5;
  border-radius: 3px;
  text-decoration: none;
  clear: both;
  float: left;
}
.send:hover {
  text-decoration: none;
}
/*-------------------------------------------------*/
/*  =  footer
/*-------------------------------------------------*/
.footer {
  background: transparent;
}
.footer .border-top {
  border-top: 1px solid #ededed;
  padding-top: 40px;
}
footer {
  background: url('../images/black.png') repeat right;
 margin-top:60px;
  
  
}
footer .footer-widgets {
  padding-bottom: 10px;
}
footer .footer-widgets .widgets {
  margin-bottom: 40px;
}
footer .footer-widgets .widgets ul.flickr-list {
  width: 80%;
  margin: 0;
  padding: 0;
  list-style-color: #ffffff;
}
footer .footer-widgets .widgets ul.flickr-list li {
  display: inline-block;
  margin-bottom: 0px;
  margin-right: 3px;
}
footer .footer-widgets .widgets ul.flickr-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
footer .footer-widgets .widgets ul.flickr-list li a img {
  max-width: 60px;
  border: 2px solid #555555;
}
footer .footer-widgets .widgets ul.flickr-list li a:hover {
  opacity: 0.7;
}
footer .footer-widgets span {
  color: #626262;
  font-size: 10px;
  list-style: none;
}
footer .footer-widgets .tweets-widget ul {
  margin: 0;
  padding: 0;
}
footer .footer-widgets .tweets-widget ul li {
  list-style: none;
  margin-bottom: 15px;
}
footer .footer-widgets .tweets-widget ul li p {
  margin-bottom: 2px;
}
footer .footer-widgets .text-widget {
  list-style: none;
}
footer .footer-widgets .cum {
  padding: 0;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
footer .footer-widgets .contact-section .info-post {
  overflow: hidden;
  margin-bottom: 0px;
}
footer .footer-widgets .contact-section #footer-contact-form {
  padding-top: 5px;
  padding-bottom: 0;
}
footer .footer-widgets .contact-section #footer-contact-form label {
  display: inline-block;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 130px;
  color: #515050;
  font-size: 13px;
  color: #e2e2e2;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin-right: 25px;
}
footer .footer-widgets .contact-section #footer-contact-form input[type="text"] {
  width: 76%;
  border-radius: 2px;
  padding: 7px 0px;
  display: inline-block;
  margin-bottom: 15px;
  border: 1px solid #ebebeb;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
footer .footer-widgets .contact-section #footer-contact-form textarea {
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #cccccc;
  font-size: 13px;
  font-family: 'PT Sans', sans-serif;
  border: 1px solid #ebebeb;
  outline: none;
  margin: 0 0 5px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 100%;
  height: 100px;
  padding: 15px;
  border-radius: 2px;
}
footer .footer-widgets .contact-section #footer-contact-form input[type="submit"] {
  outline: none;
  padding: 2px 20px;
  color: #ffffff;
  font-size: 13px;
  font-family: 'PT Sans', sans-serif;
  background: #46a4d5;
  font-weight: 300;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #46a4d5;
  margin-left: 0px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
footer h2 {
  font-family: 'PT Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: uppercase;
  color: #46a4d5;
  font-size: 15px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  font-weight: 400;
  position: relative;
}
footer .last-line {
  padding: 10px 0;
}
footer .last-line .border {
  border-top: 1px solid #484848;
}
footer .last-line .border-blog {
  border-top: 1px solid #ededed;
}
footer .last-line p.copyright {
  font-size: 12px;
  margin-top: 30px;
  margin-bottom: 20px;
  float: left;
}
.ul-footer {
  float: right;
  margin-top: 28px;
}
.ul-footer li {
  display: inline-block;
  font-size: 14px;
}
.ul-footer li a {
  color: #b0b0b0;
  padding-right: 25px;
  position: relative;
}
.ul-footer li a:after {
  position: absolute;
  margin-left: 10px;
  margin-top: 5px;
  transform: rotate(30deg);
  content: '';
  top: 20;
  right: 1;
  left: 2;
  width: 1px;
  height: 12px;
  background: #b0b0b0;
}
.ul-footer li a:hover {
  text-decoration: none;
  color: #b0b0b0;
}
.ul-footer li a:visited {
  text-decoration: none;
}
/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 1199px) {
  .masonry-section .portfolio-box.one-col .project-post .project-post-caption h2 {
    margin-bottom: 0;
    padding: 5px 0;
  }
}
@media (max-width: 991px) {
  .masonry-section .portfolio-box.one-col .project-post .project-gallery,
  .masonry-section .portfolio-box.one-col .project-post .project-post-caption {
    float: none;
    width: 100%;
  }
  .owl-buttons {
    display: none;
  }
  .masonry-section .portfolio-box.iso-call .project-post {
    width: 50%;
    float: left;
  }
  .masonry-section .portfolio-box.iso-call.one-col .project-post {
    width: 100%;
    float: none;
  }
  .blog-section .blog-with-sidebar .sidebar {
    width: 100%;
  }
  .masonry-section div.filter-box {
    margin-top: 0;
    margin-left: 0;
  }
  .masonry-section ul.filter li {
    margin-right: 7px !important;
  }
  .masonry-section .sidebar {
    margin-top: 40px !important;
  }
  .services-section .services-box .services-post {
    width: 50%;
  }
  .masonry-section .portfolio-box.one-col .project-post .project-post-caption {
    width: 40%;
  }
  .portfolio-with-sidebar .related-projects .project-post {
    width: 50%;
  }
  .tp-rightarrow.default,
  .tp-leftarrow.default {
    display: none;
  }
  .pricing-section .pricing-table,
  .second-pricing-section .pricing-table {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .top-line ul.info-list {
    text-align: center;
    margin-bottom: 5px;
  }
  .top-line .social-share {
    text-align: center;
  }
  .navbar-brand {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar-nav > li > a {
    padding: 5px 15px;
  }
  .navbar-nav > li:before {
    display: none;
  }
  .navbar-nav {
    margin: 0;
  }
  ul.drop-down {
    position: relative;
    width: 100%;
    border: none;
    background: transparent;
    visibility: visible;
    opacity: 1;
  }
  ul.drop-down li {
    border: none;
  }
  ul.drop-down li a {
    padding: 5px 15px;
    color: #222222;
  }
  ul.drop-down li:before {
    display: none;
  }
  .blog-section .blog-with-sidebar .sidebar {
    margin-bottom: 40px;
  }
  .owl-buttons {
    display: none;
  }
  .masonry-section .portfolio-box.iso-call .project-post {
    width: 50%;
    float: left;
  }
  .masonry-section .portfolio-box.iso-call.one-col .project-post {
    width: 100%;
    float: none;
  }
  .blog-box {
    width: 100%;
  }
  .masonry-section .portfolio-box.one-col .project-post .project-gallery {
    width: 100%;
  }
  .masonry-section .portfolio-box.one-col .project-post .project-post-caption-sidebar {
    width: 100%;
  }
  .services-section .services-box .services-post {
    width: 50%;
  }
  .masonry-section .portfolio-box.one-col .project-post .project-post-caption {
    width: 50%;
  }
  .about-section .member-post {
    width: 50%;
  }
  .portfolio-with-sidebar .related-projects .project-post {
    width: 50%;
  }
  .commment-box ul li ul.depth {
    margin-left: 0;
  }
  .commment-box ul li div.comment-content {
    margin-left: 60px;
  }
  .masonry-section div.filter-box .showing-buttons {
    display: none;
  }
  #home-section .tp-caption.large_bold_blue {
    width: 460px;
  }
  #home-section .tp-caption.medium_thin_white {
    width: 460px;
    font-size: 16px;
  }
}
@media (max-width: 580px) {
  .owl-buttons {
    display: none;
  }
  .masonry-section .portfolio-box.iso-call .project-post {
    width: 100%;
  }
  .masonry-section .portfolio-box.iso-call.one-col .project-post {
    width: 100%;
    float: none;
  }
  .masonry-section .portfolio-box.one-col .project-post .project-gallery {
    width: 100%;
  }
  .masonry-section .portfolio-box.one-col .project-post .project-post-caption-sidebar {
    width: 100%;
  }
  .services-section .services-box .services-post {
    width: 100%;
  }
  .masonry-section .portfolio-box.one-col .project-post .project-post-caption {
    width: 100%;
  }
  .about-section .member-post {
    width: 100%;
  }
  .portfolio-with-sidebar .related-projects .project-post {
    width: 100%;
  }
  .page-description p,
  .page-description h1:after,
  .blog-section .blog-box .blog-post .date-sort {
    display: none;
  }
  .blog-section .blog-box .blog-post .inner-post,
  .blog-section .blog-box .portfolio-pagination {
    margin-left: 0;
  }
}
@media (max-width: 440px) {
  .blog-testimonial-section .blog-post img {
    float: none;
    width: 100%;
  }
  .pricing-section .pricing-table,
  .second-pricing-section .pricing-table {
    width: 100%;
  }
  #home-section .tp-caption.large_bold_blue {
    width: 300px;
  }
  #home-section .tp-caption.medium_thin_white {
    width: 300px;
    font-size: 18px;
  }
}
@media (max-width: 340px) {
  .masonry-section.portfolio-box.iso-call.one-col .project-post {
    width: 100%;
    float: none;
  }
  .owl-buttons {
    display: none;
  }
  .masonry-section .portfolio-box.one-col .project-post .project-gallery {
    width: 100%;
  }
  .masonry-section .portfolio-box.one-col .project-post .project-post-caption-sidebar {
    width: 100%;
  }
  .services-section .services-box .services-post {
    width: 100%;
  }
  .masonry-section .portfolio-box.one-col .project-post .project-post-caption {
    width: 100%;
  }
  .about-section .member-post {
    width: 100%;
  }
  .portfolio-with-sidebar .related-projects .project-post {
    width: 100%;
  }
}
