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

Theme: Voltain | HTML5 One Page Template

File : Main CSS file
Version: 1.0
Date Created: 10/13/2016
Author: npcoders.com
Licence: Themeforest Licence

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




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

1. LOADER
2. GLOBAL CSS
3. HEADER AND NAVIGATION
4. SLIDER / SEQUENCE SLIDER
5. COUNTER
6. VIDEO BANNER
7. VIDEO BACKGROUND
8. TEAM
9. ABOUT
10. TESTIMONIALS
11. CLIENTS
12. PORTFOLIO
13. BLOGS
14. CTA
15. CONTACT
16. SOCIALS
17. FOOTER
18. COMMENTS


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


/* Theme Color : #1acfff */


/* 1. LOADER
===========================*/

.spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #e8e8e8;
}

.spinner .dot-wrap {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.spinner .dot {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    } 40% {
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
    }
  }

/* 2. GLOBAL CSS
===========================*/

body {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  color: #777;
}

.page{
  opacity: 0;
  overflow: hidden;
}

body.loaded .page {
  opacity: 1;
}

body.nav-is-sticky{
  padding-top: 100px;
}

b,
strong {
  font-weight: 600
}

em{
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-weight: 600;
}

h1,.h1{
  font-size: 40px;
  line-height: 1.2
}

h2, .h2{
  font-size: 36px;
  line-height: 1.25
}

h3, .h3{
  font-size: 30px;
  line-height: 1.3
}

h4, .h4{
  font-size: 24px;
  line-height: 1.35
}

h5, .h5
{
  font-size: 18px;
  line-height: 1.5
}

h6, .h6{
  font-size: 14px;
  line-height: 1.4
}

small {
  font-size: 14px
}

address, blockquote, dl, fieldset, ol, p, pre, table, ul {
  margin-bottom: 25px
}

img {
  max-width: 100%;
}

a{
  color: #1acfff;
}


a, a:hover{
  text-decoration: none;
}

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

p:empty {
  display: none
}

iframe {
  width: 100%;
}

p {
  line-height: 1.6;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small,
h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small,
.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small,
h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-size: 14px;
  letter-spacing: 1px;
}

::selection {
  background: rgba(97, 97, 94, .4);
  color: #fff;
  text-shadow: none
}

::-moz-selection {
  background: rgba(97, 97, 94, .4);
  color: #fff;
  text-shadow: none
}

::-webkit-input-placeholder {
  color: #999
}

:-moz-placeholder {
  color: #999
}

::-moz-placeholder {
  color: #999
}

:-ms-input-placeholder {
  color: #999
}

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}


*::--webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}


*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

.light-color{
  color: #fff;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

label.error{
  color: #f13d3d;
  display: block;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
}

section {
  padding-top: 100px;
}

.grey {
  background: #efefef;
}

.bg-wrap {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-header {
  margin: 0 0 100px 0;
  border: none;
}

.page-header h2 {
  text-transform: uppercase;
  font-size: 50px;
  text-align: center;
}

.page-header h2 span{
  display: inline-block;
  padding: 20px 60px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.heading {
  text-transform: capitalize;
  margin-bottom: 55px;
  text-align: center;
}

h3 small {
  display: block;
  margin-top: 10px;
  line-height: 1.6;
}

h4.title {
  font-weight: 600;
  margin: 10px 0;
}

h5.title small {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
}

.btn {
  padding: 10px 30px;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 600;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.btn:hover,
.btn:focus,
.btn:active {
  color: #fff;
  outline: none;
}

.btn i {
  margin-right: 10px;
}
.btn-border, .btn-border:focus{
  border:2px solid #000;
  color:#000;
}

.btn-border:hover{
  background: #000;
  color: #fff;
}


.btn-border-light, .btn-border-light:focus{
  border:2px solid #fff;
  color:#fff;
}

.btn-border-light:hover{
  background: #fff;
  color: #1acfff;
}

.btn.btn-primary{
  border: none;
}

.btn.btn-primary,
.btn.btn-black:hover {
  background: #1acfff;
  color: #fff;
}

.btn.btn-black,
.btn.btn-primary:hover {
  background: #000;
  color: #fff;
}

.highlight-color{
  color: #1acfff;
}
.highlight-color:hover{
  color: inherit;
  text-decoration: underline;
}

.highlight-background{
 background-color: #1acfff;
 color: #fff;
}


.inner-page{
  padding-top: 200px;
}

.media-heading{
  margin-bottom: 0;
}


a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li.active > a:hover,
.team .social-links a:hover,
.widget-area ul a:hover,
.widget-recent .media-body a:hover,
.blogs h5 a:hover,
.blogpost .post-share a:hover,
.blogpost .postBy a:hover,
.blogpost .cover-content .meta a:hover{
  color: #1acfff;

}

.owl-carousel.owl-theme .owl-controls .owl-page.active span,
.owl-carousel.owl-theme .owl-controls.clickable .owl-page:hover span,
.clients-grid li:hover,
#filter li span.active,
#filter li span.is-check.active,
#filter li span:hover,
.socials a:hover > i{
  background: #1acfff;

}

/* 3. HEADER AND NAVIGATION
================================*/

.header{
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.inner-page .header .navbar-default{
  background: #000;
}


.navbar-default {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  margin: 0;
  padding: 20px 0;
  font-family: 'Montserrat', sans-serif;
  -webkit-transition: all 0.40s ease-in-out 0s;
  -o-transition: all 0.40s ease-in-out 0s;
  transition: all 0.40s ease-in-out 0s;
}

.navbar-default.shrink {
  padding: 10px 0;
  background: rgba(0, 0, 0, .7);
}

.navbar-blackaccess {
  padding: 10px 0;
  background: rgba(0, 0, 0, .9);
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-brand {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.navbar-default .navbar-brand {
  padding-top: 8px;
  padding-bottom: 0;
}

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


.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active{
  color: #fff;
}


/* 4. SLIDER / SEQUENCE SLIDER
===================================*/

.slider {
  padding-top: 0;
  background: #ccc;
}

.slider .slider-content {
  height: 667px;
  position: relative;
}

.slider .slider-content h1::after {
  background: #1acfff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}

.slider .slider-content h1 {
  color: #ffffff;
  font-size: 100px;
  font-weight: 600;
  left: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}


.seq {
  position: relative;
  overflow: hidden;
  text-align: center;

}


.seq-canvas,
.seq-canvas > * {


  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: url("../images/icon-move.png"), move;
}

.seq-canvas > * {
  position: absolute;
  box-sizing: border-box;

  height: 100%;
  width: 100%;
}

.seq-canvas .container{
 position: absolute;
 max-width: 800px;
 top: 50%;
 left: 50%;
 -webkit-transform: translate3d(-50%, -50%, 0);
 -ms-transform: translate3d(-50%, -50%, 0);
 -o-transform: translate3d(-50%, -50%, 0);
 transform: translate3d(-50%, -50%, 0);
}


.seq-canvas .btn-primary{
  padding-top: 14px;
  padding-bottom: 14px;
}

.seq-canvas .btn{
  margin: 0 10px;
}

.seq-canvas .title {
  font-size: 60px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 30px;

  -webkit-transform: translate3d(0, -100px, 0);
  -ms-transform: translate3d(0, -100px, 0);
  -o-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);

  opacity: 0;

}


.seq-canvas .description p{
  color: #ffffff;
  font-size: 22px;
  -webkit-transform: translate3d(0, 100px, 0);
  -ms-transform: translate3d(0, 100px, 0);
  -o-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);

  opacity: 0;
}

.seq-canvas .description .actions{
  -webkit-transform: translate3d(0, 100px, 0);
  -ms-transform: translate3d(0, 100px, 0);
  -o-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);

  opacity: 0;
}


.seq-canvas .seq-in .title,
.seq-canvas .seq-in .description p,
.seq-canvas .seq-in .description .actions{
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;

  opacity: 1;
}


.seq-canvas .seq-in .description p{
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  opacity: 1;
}

.seq-canvas .seq-in .description .actions{
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
  opacity: 1;
}


.seq-canvas .seq-out .title,
.seq-canvas .seq-out .description p,
.seq-canvas .seq-out .description .actions{
  opacity: 0;
}

.seq-canvas .slide-image {
  width: 100%;
  height: 100%;

  opacity: 0;
}



.seq-canvas .seq-in .slide-image {
  opacity: 1;
  -webkit-transition: all 5s;
  -o-transition: all 5s;
  transition: all 5s;

}

.seq-canvas .seq-out .slide-image {
  opacity: 0;
  -webkit-transition: all 5s;
  -o-transition: all 5s;
  transition: all 5s;
}

.seq-pagination {
  margin: 0;
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: 9;
  padding: 10px;
  cursor: default;
}

.seq-pagination li span{
  background: #ededed;
  border-radius: 0;
  display: block;
  width: 5px;
  margin: 10px 0;
  opacity: 1;
  height: 20px;
  cursor: pointer;
}

.seq-pagination li.seq-current span{
  background: #1acfff;
}


.scroll-down {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  z-index: 99;
}

.scroll-down .lnr{
  color: #fff;
  font-size: 28px;
  display: block;
  height: 100%;
  text-align: center;
}

.scroll-down:focus{
  outline: none;
  border: none;
  text-decoration: none;
}


/* 5. COUNTER
===================*/

.count {
  text-align: center;
  padding-top: 100px;
}

.count .h3 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 75px;
  font-family: 'Montserrat', sans-serif;
}

.count .count-name {
  display: block;
  margin: 10px 0 15px;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}


/* 6. VIDEO BANNER
=========================*/

.video-banner{
  position: relative;
}

.overlay{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

#fullscreen-video-wrap{
  position: relative;
  z-index: 99;
  height: 100vh;
}

.video-banner .caption{
  max-width: 70%;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 99;
}

.video-banner .content-overlay .title-line,
.video-banner .content-overlay .title-words{
 display: inline-block;
 vertical-align: middle;
}

.video-banner .content-overlay .title-line h2,
.video-banner .content-overlay .title-words{
 font-size: 60px;
 font-family: 'Poppins', sans-serif;
 font-weight: 600;
 color: #FFF;
 line-height: 60px;
 text-transform: uppercase;
 margin: 0 15px 20px 0;
}

.video-banner .content-overlay .title-words{
  color: #1acfff;
}

/* 7. VIDEO BACKGROUND
=========================*/

#video-wrap:after, #video-banner:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 9;
}

#videobackground{
  left: 0;
}
#video-wrap{
  height: 450px;
}

.content-overlay{
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: 99;
  width: 100%;
}


/* 8. TEAM
===================*/

.team .title {
  text-transform: capitalize;
  margin: 30px 0;
}

.team .team-member{
  cursor: default;
}

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


.team figure{
  position: relative;
}


.team figcaption{
  border: 1px solid #FFF;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  top: 15px;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  z-index: 1;

  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.team .social-links {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.team .social-links li{
  margin-right: 10px;
}
.team .social-links li:last-child{
  margin-right: 0;
}

.team .social-links a {
  color: #fff;
  font-size: 30px;
}

.team .team-member:hover figure:after {
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.team .team-member:hover figcaption{
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.about-page .team{
}

/* 9. ABOUT
===================*/

.about-wrap {
  color: #000;
  padding: 100px 0;
  position: relative;
}


.about-wrap:after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(127,123,118,0.8);
  z-index: 0;
}

.about-wrap .container{
  position: relative;
  z-index: 1;
}

.about-wrap .icon {
  border: 1px solid;
  border-radius: 50%;
  font-size: 40px;
  height: 90px;
  line-height: 90px;
  margin: 0 auto 30px;
  text-align: center;
  width: 100px;
}

.about-wrap .title {
  margin: 0 0 30px;
  text-transform: capitalize;
  color: #000;
}
.about .feature-text{
  margin-bottom: 50px;
}
.ipads img {
  width: 60%;
}


/* 10. TESTIMONIALS
======================*/

#testimonial-wrap {
  width: 60%;
  margin: 0 auto;
}

.testimonials .text-box {
  padding: 35px 0 0;
  border-top: 1px solid #ccc;
  text-align: center;
  margin-bottom: 25px;
}

.testimonials p {
  line-height: 28px;
  font-style: italic;
}

.testimonials .author-thumb .img-holder {
  position: relative;
  display: block;
}

.testimonials .author-thumb .img-holder::before,
.testimonials .author-thumb .img-holder::after  {
  background: #ccc;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  z-index: -1;
}

.testimonials .author-thumb .img-holder::after {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 50%;
  left: 50%;
  height: 110px;
  width: 150px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.testimonials img {
  width: 90px;
  height: 90px;
  border: 3px solid #ccc;
}

.testimonials h5 {
  text-transform: uppercase;
  margin-top: 20px;
}

.testimonials h5 > small {
  display: block;
  text-transform: capitalize;
  font-weight: normal;
  margin-bottom: 5px;
}

.wide-pagination .owl-controls{
  margin-top: 30px;
}
.wide-pagination .owl-controls .owl-page span {
  background: #ededed;
  display: block;
  height: 5px;
  margin: 5px 7px;
  opacity: 1;
  width: 20px;
  border-radius: 0;
}
.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
  border: 1px solid rgba(0, 0, 0, 0);
  opacity: 1;
}



/* 11. CLIENTS
===================*/

.clients-grid{
  overflow: hidden;
}

.clients-grid li{
  padding: 20px 0;
  position: relative;
}

.clients-grid li::before, .clients-grid li::after{
  content: "";
  position: absolute;
}

.clients-grid li::before{
  border-left: 1px dashed #dddddd;
  height: 100%;
  left: -1px;
  top: 0;
}

.clients-grid li::after{
  border-bottom: 1px dashed #dddddd;
  bottom: -1px;
  height: 0;
  left: 0;
  top: auto;
  width: 100%;
}

.clients-grid li a, .clients-grid li img {
  display: block;
  margin-left: auto;
  margin-right: auto;

}



/* 12. PORTFOLIO
===================*/
#filter{
  margin-bottom: 0;
  padding: 0;
  text-align: center;
}

#filter li {
  display: inline-block;
}

#filter li span {
  display: block;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  font-size: 15px;
}

#filter li span.active,
#filter li span.is-check.active,
#filter li span:hover {
  color: #fff;
}

.isotope {
  margin: 0px auto;
  max-width: 1920px;
}

.grid {
  margin-top: 50px;
}

.grid .element-item {
  padding: 5px;
}


/* Portfolio-Detail
===================*/

.portfolio-wrapper {
  display: none;
  position: relative;
  padding-bottom: 80px;
}

.portfolio-background {
  position: relative;
  z-index: 9;
  background: #fff;
  margin: 40px 0;
}

.portfolio-loading {
  background: url(../images/portfolio-loader.gif) center center no-repeat #fff;
  height: 60px;
  width: 60px;
  position: fixed;
  top: 15%;
  left: 50%;
  margin-left: -30px;
  display: none;
  z-index: 10000;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

#portfolio-close,
#portfolio-next,
#portfolio-prev {
 font-size: 40px;
 color: #000;
}

#portfolio-close{
  position: absolute;
  top: 0;
  right: 0;
}

.project-details {
  margin-top: 60px
}


.projects h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.list-title {
  font-size: 12px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.list-desc {
  font-size: 14px;
  font-style: italic;
}

.project-title{
  margin-bottom: 30px;
}

ul.project-det {
  padding: 0;
  margin: 0
}

.project-det li {
  border-bottom: 1px solid #f5f5f5;
  line-height: 35px;
  list-style: none
}

.project-det li:last-child {
  border-bottom: 0
}


.portfolio-navigation {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}


.projects-navigation-links {
  display: none
}


.portfolio-image-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0;
  cursor: url("../images/icon-plus.png"), pointer;
}

.portfolio-image-container:after{
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
}
.portfolio-image-container .portfolio-intro-details {
  border: 1px solid #fff;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;

  opacity: 0;
  position: absolute;
  z-index: 99;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);

  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.portfolio-details:hover .portfolio-image-container:after,
.portfolio-details:hover .portfolio-intro-details {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);

}

.portfolio-image-container .portfolio-intro-details .prftl-det {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  color: #fff;
  width: 100%;
  text-align: center;
}

.portfolio-image-container .portfolio-intro-details .prftl-det h3{
  color: #fff;
  text-transform: uppercase;
}

.portfolio-image-container .portfolio-intro-details .prftl-det .category{
  font-size: 12px;
  font-style: italic;
  margin-bottom: 0;
  color: #e0e0e0;
}



/* 13. BLOGS
===================*/

.blogs h5 {
  margin: 0 0 10px;
  display: inline-block;
}

.blogs h5 a {
  color: #000;
}

.blogs .blog-content {
  margin-bottom: 30px;
}
.blogs .meta {
  margin-top: 20px;
  margin-bottom: 10px;
}

.blogs .meta li {
  font-size: 13px;
}

.blogs .meta a {
  color: inherit;
}


/*-- Blog Detail --*/

.blogpost{
  padding-bottom: 100px;
}

.blogpost .overlay{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  z-index: 0;
}

.blogpost .article-cover{
  position: relative;
}
.blogpost .cover-content,
.blogpost .postBy,
.blogpost .post-share,
.blogpost .cover-content ul{
  position: absolute;
}

.blogpost .post-share{
  z-index: 1;
}

.blogpost .cover-content {
  left: 30px;
  right: 30px;
  bottom: 30px;
  top: 30px;
}
.blogpost .post-share a{
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  text-align: center;
  font-size: 18px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.blogpost .postBy,
.blogpost .cover-content .meta{
  bottom:0;
}

.blogpost .postBy{
  line-height: 70px;
}

.blogpost .postBy img{
  width: 70px;
  height: 70px;
  margin-right: 10px;
}

.blogpost .postBy a{
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  margin-left: 15px;
}


.blogpost .cover-content .social li{
  margin-top: 8px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 120%, 0);
  -ms-transform: translate3d(0, 120%, 0);
  -o-transform: translate3d(0, 120%, 0);
  transform: translate3d(0, 120%, 0);

}

.blogpost .cover-content .social.visible li{
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  visibility: visible;
  -webkit-transition: opacity 0.2s ease, transform 0.2s ease;
  -o-transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.blogpost .cover-content .social.visible li + li{
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.blogpost .cover-content .social.visible li + li + li{
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.blogpost .cover-content .social.visible li + li + li + li{
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.blogpost .cover-content .social.visible{
  z-index: 1;
}

.blogpost .cover-content .meta{
  width: 60%;
  right: 0;
  text-align: right;
}

.blogpost .cover-content .meta a{
  color: #fff;
}

.blogpost .cover-content .meta i{
  margin-right: 5px;
}
.blogpost .cover-content .post-tag{
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
.blogpost .cover-content .post-tag a{
  display: inline-block;
  padding:8px 20px;
  text-transform: uppercase;
  color:#fff;
  background:#000;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.blogpost .cover-content .post-tag a:hover{
  background-color: #1ACFFF;
}
.article-content h3{
  margin: 40px 0 30px;
}

.article-content ul{
  list-style: disc;
  margin-left: 60px;
}

.article-content blockquote{
  border-left: none;
  font-size: 16px;
  background: #f8f8f8;
  border-left: 5px solid #1ACFFF;
  padding:15px;
  font-style: italic;
}

.widget-area .widget-title{
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.widget-area .widget{
  margin-bottom: 50px;
}
.widget-area ul{
  margin-bottom: 0;
}
.widget-area ul li{
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.widget-area ul a{
  text-transform: capitalize;
  color: inherit;
}
.widget-area a span{
  float: right;
}

.widget-area .widget .media-body .date{
  font-size: 11px;
}

.widget-recent .media-left a{
  display: block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.widget-recent .media-body a{
  color: #000;
}
.widget.tags a{
  padding:5px 8px;
  display: inline-block;
  color: inherit;
  border:1px solid #ccc;
  font-size: 12px;
  margin: 3px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.widget.tags a:hover{
  color: #000;
  border-color: #000;
}
.blog-detail footer{
  margin-top: 100px;
}



/* 14. CTA
===================*/
.cta{
  margin-top: 100px;
  padding: 50px 0;
}

.cta .btn{
  border: 2px solid #000;
}

.cta .btn:hover{
  background-color: transparent;
  color: #000;
}



/* 15. CONTACT
===================*/

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ededed;
  border-radius: 0;
  height: 55px;
  border: none;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea.form-control {
  height: 250px;
}

.address li {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
  overflow: hidden;
}
.address li span,
.address li a {
  float: left;
  width: 90%;
  padding-left: 10px;
}


.address a,
.address li {
  color: #000;
}

.address li i {
  font-size: 26px;
  width: 26px;
  float: left;
}

.contact .success{
  color: #34ca34;
  margin-top: 12px;
}

/* 16. SOCIALS
===================*/

.socials{
  padding: 150px 0;
  margin-top: 100px;
  text-align: center;
  position: relative;
}

.socials:after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 0;
}

.socials .container{
  position: relative;
  z-index: 1;
}

.socials h2{
  color: #fff;
  margin-bottom: 30px;
}

.socials a{
  color: #fff;
  display: block;
}

.socials a i{
  display: inline-block;
  font-size: 40px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border: 2px solid #1acfff;
  border-radius: 50%;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.socials a .h4{
  display: block;
  font-size: 20px;
  font-weight: 600;
}




/* 17. FOOTER
===================*/

.subscribe {
  margin: 0;
  padding: 80px 0;
  background: #2d2d2d;
  color: #fff;
}

.subscribe .title {
  font-weight: normal;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 10px;
}

.subscribe-form {
  width: 40%;
  margin-top: 35px;
}

.subscribe-form input[type="text"] {
  background: #000;
}

.subscribe-form input[type="submit"] {
  border: none;
  padding-top: 16px;
  padding-bottom: 17px;
  font-weight: 600;
  font-size: 16px;
}
.subscribe-form input[type="submit"]:hover {
  background: #1b1b1b;
}

.subscribe-form label.error{
  position: absolute;
  bottom: -30px;
}

.bottom-footer {
  background: #000;
  padding: 10px 0;
}

.bottom-footer p{
  margin-bottom: 0;
}

.scrollToTop{
  background-color: #333;
  bottom: 0px;
  color: #ffffff;
  display: none;
  font-size: 18px;
  height: 30px;
  line-height: 32px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 30px;
  z-index: 99;
}
.scrollToTop,
.scrollToTop:active,
.scrollToTop:focus,
.scrollToTop:hover{
  color: #fff;
  text-decoration: none;

}

.scrollToTop:hover{
  background-color: #1acfff;
}


/* 18. COMMENTS
===================*/

.comments-wrapper{
  margin-top: 80px;
}

.comments-count{
  margin-bottom: 40px;
}

.comments-wrapper ul.comments li {
  border-bottom: 1px solid #e9e9e9;
  list-style: outside none none;
  padding: 20px 0 0;
}

.comments-wrapper ul.comments .meta {
  margin-bottom: 10px;
  overflow: hidden;
}

.comments-wrapper ul.comments .meta .avatar {
  float: left;
  padding: 0 10px 0 0;
}

.comments-wrapper ul.comments .meta .avatar > img{
  max-width: 48px;
}

.comments-wrapper ul.comments .meta .name {
  display: block;
  font-weight: 600;
  color: #000;
}

.comments-wrapper ul.comments .meta .datetime {
  font-size: 13px;
  font-style: italic;
}

.comments-wrapper ul.comments .meta .datetime .comment-reply-link {
  margin-left: 5px;
}

.comments-wrapper ul.comments ul.children{
  margin-left: 40px;
}

.comments-wrapper ul.comments ul.children li {
  border-bottom: medium none;
  border-top: 1px solid #e9e9e9;
}

#comments-form{
  margin-top: 60px;
}
