

/* Portfolio
-------------------------------------------------------*/


.work-item:hover img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
}

.works-grid-3-col-wide .container-fluid {
  padding: 0 50px;
}

.grid-3-col.grid-gutter {
  margin: 0 0 -5px -5px;
}
.grid-3-col.grid-gutter .work-item {
  padding: 0 0 5px 5px;
  width: 33.333%;
  height: auto;
  float: left;
  overflow: hidden;
}

.work-img {
  position: relative;
  overflow: hidden;
}
.work-img img {
  overflow: hidden;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.work-img a.btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  width: auto;
}

.work-img > a,
.work-overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.work-overlay {
  background-color: rgba(20, 20, 20, 0.7);
  border: 10px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.work-description {
  position: absolute;
  display: block;
  left: 8%;
  top: 8%;
  width: 80%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.work-description h3 {
  font-size: 18px!important;
  margin-bottom: 5px;
  color: #fff;
  letter-spacing:normal;
}
.work-description a {
  color: #fff;
}
.work-description span {
  font-size: 14px;
  color: #fff;
  display: inline-block;
}

.work-description h3,
.work-description span {
  -webkit-transform: translateX(-360px);
  -moz-transform: translateX(-360px);
  -ms-transform: translateX(-360px);
  -o-transform: translateX(-360px);
  transform: translateX(-360px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.work-item:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.work-item:hover .work-description h3,
.work-item:hover .work-description span {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.work-item:hover .work-description span {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.work-item:hover .work-overlay {
  opacity: 1;
  z-index: 1;
}


/* Quote Post
-------------------------------------------------------*/
.blog-content .entry.blockquote {
  padding-left: 0;
}

.blog-content .entry-item blockquote > p > a,
.blog-content .entry-item blockquote > p {
  color: #111;
  font-size: 22px;
  line-height: 34px;
  font-style: italic;
  font-family: "Pt Serif", serif;
}

.blog-content .entry-item blockquote > p > a:hover {
  color: #7a7a7a;
}

.blockquote-style-1 > i {
  font-size: 22px;
  color: #d1d1d1;
  margin-bottom: 13px;
}

/* Latest Works
-------------------------------------------------------*/
.portfolio-filter {
  list-style: none;
  margin-bottom: 40px;
  cursor: default;
  font-size: 13px;
  text-align: center;
}
.portfolio-filter a.active, .portfolio-filter a:hover {
  color: #111;
  border-color: #111;
}
.portfolio-filter a {
  display: inline-block;
  margin: 0 5px 5px 0;
  color: #ababab;
  text-decoration: none;
  padding: 7px 15px;
  border: 2px solid #bcbaba;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.work-container {
  margin-bottom: 40px;
}

.work-item .work-overlay:hover,
.work-item:hover .portfolio-overlay {
  opacity: 1;
  z-index: 1;
}

.portfolio-overlay {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.project-icons {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  margin-top: -20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  margin: 0 3px;
  line-height: 40px;
  text-align: center;
  color: #111;
  background-color: #fff;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-icons a:hover {
  color: #fff;
  background-color: #45BCD2;
}

.work-item:hover .portfolio-overlay .project-icons {
  position: absolute;
  top: 50%;
}

.works-grid.titles .work-description h3,
.works-grid.titles .work-description span,
#owl-related-works .work-description h3,
#owl-related-works .work-description span {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.works-grid.titles .work-description,
#owl-related-works .work-description {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.works-grid.titles .work-description a,
#owl-related-works .work-description a {
  color: #111;
}
.works-grid.titles .work-description a:hover,
#owl-related-works .work-description a:hover {
  color: #45BCD2;
}

/* Call to Action Style-2
-------------------------------------------------------*/
.call-to-action.style-2 {
  padding: 200px 0;
}
.call-to-action.style-2 h2 {
  font-size: 32px;
  color: #fff;
  margin: 0 0 25px;
}
.call-to-action.style-2 a {
  margin: 10px 4px 0;
}

/* Ipad with Features
-------------------------------------------------------*/
.promo-device img {
  display: inline-block;
}

.features-icons a {
  position: absolute;
}

.features-text {
  padding-left: 100px;
}

.features-icons .service-item-box {
  padding: 0;
  margin-bottom: 50px;
  background-color: transparent;
}



/*-------------------------------------------------------*/
/* Portfolio
/*-------------------------------------------------------*/
.works-grid.titles h3,
#owl-related-works h3 {
  font-size: 14px;
}

.call-to-action.bg-light {
  background-color: #f7f7f7;
}

.portfolio-description {
  padding-left: 10%;
}
.portfolio-description p, .portfolio-description ul, .portfolio-description a.btn {
  margin-bottom: 30px;
}
.portfolio-description h2 {
  font-size: 22px;
  margin-bottom: 15px!important;
   margin-top: 0px!important;
}
.portfolio-description ul > li {
  line-height: 30px;
  color: #111;
}
.portfolio-description ul > li a {
  color: #7a7a7a;
}
.portfolio-description ul > li a:hover {
  color: #45BCD2;
}

.related-projects .work-container {
  margin-bottom: 0;
}
.related-projects .heading-inline, .related-projects .customNavigation {
  display: inline-block;
}
.related-projects .customNavigation a {
  background-color: #f2f2f2;
  color: #111;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 0;
  line-height: 30px;
  border: none;
}
.related-projects .customNavigation i {
  font-size: 14px;
  line-height: 30px;
}
.related-projects .customNavigation a:hover {
  background-color: #45BCD2;
  color: #fff;
}

#owl-related-works .owl-item .work-item {
  margin: auto 15px;
}

/*-------------------------------------------------------*/
/* 404
/*-------------------------------------------------------*/
.page-404 h1 {
  font-size: 200px;
}
.page-404 a, .page-404 p {
  font-size: 14px;
}

/* Intro
-------------------------------------------------------*/
.section-wrap.intro {
  padding: 170px 0 150px;
}

.intro.style-2 .intro-text p {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  color: #111;
}

/* Portfolio Masonry
-------------------------------------------------------*/
.masonry-grid {
  width: 100%;
}
.masonry-grid .work-item {
  width: 50%;
  float: left;
}
.masonry-grid .work-item.quarter {
  width: 25%;
}
.masonry-grid .work-description {
  width: 100%;
  text-align: center;
  margin-top: -24px;
  top: 50%;
  left: 0;
  padding: 0 15px;
}
.masonry-grid .work-img img {
  -webkit-transition: all 1.5s linear;
  -moz-transition: all 1.5s linear;
  -ms-transition: all 1.5s linear;
  -o-transition: all 1.5s linear;
  transition: all 1.5s linear;
}
.masonry-grid .work-description h3, .masonry-grid .work-description span {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}
.masonry-grid .work-description h3 {
  font-size: 20px;
}
.masonry-grid .work-overlay {
  border: none;
}

/*-------------------------------------------------------*/
/* Portfolio About Me
/*-------------------------------------------------------*/
.about-me .my-photo {
  width: 100%;
}

.about-me .info {
  padding-left: 7%;
}
.portfolio-single
{
	margin:100px 0px;
}
.work-description h3
{
	margin-bottom:20px;
}
.work-description h3 a
{
    border-bottom: 3px solid #45bcd2;
    padding: 6px 0;
}