/*Revolution Slider
------------------------------------*/
.tp-dottedoverlay {
  z-index: 1 !important;
}
.tp-bullets.preview4 .bullet {
  border-radius: 10px !important;
}
.tp-banner-container a.btn-u,
.tp-banner-container a.btn-u:hover {
  color: #fff;
  border: solid 1px transparent;
}
.tp-banner-container a.re-btn-brd {
  background: none;
  border: solid 1px #fff;
}
.tp-banner-container a.re-btn-brd:hover {
  color: #555;
  background: #fff; 
}
/*Fullwidth*/
.tp-banner-container .btn-u.btn-brd {
  font-weight: 400;
}
.tp-banner-container {
  position: relative;
}
/*Fullscreen*/
.fullscreen-container {
  padding:0;
  width:100%;
  position:relative;
}
/*Slider Contents v1*/
.revolution-mch-1:after {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height:100%;
  content: ' ';
  position: absolute;
  background: rgba(0,0,0,0.3);
} 
.revolution-ch1 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.revolution-ch2 {
  color: #fff;
  font-size: 20px;
  max-width: 470px;
  line-height: 32px;
  position: relative;
  text-align: center;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
}
.revolution-ch2:after {
  left: 50%;
  width: 70px;
  height: 2px;
  content: ' '; 
  bottom: -20px;
  background: #fff;
  margin-left: -35px;
  position: absolute;
}
/*Fancybox
------------------------------------*/
/*For Topbar*/
.fancybox-overlay.fancybox-overlay-fixed {
   z-index:9999;
}
/*FancyBox Hover Effect*/
.zoomer:hover .overlay-zoom .zoom-icon{
   opacity:0.4;   
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   filter: alpha(opacity = 50);
}
.overlay-zoom {
   z-index: 90;
   width: 100%;
   height: 100%;
   display: block;
   cursor: pointer;
   position: relative;     
   -webkit-transition: all 0.1s ease-in-out;
   -moz-transition: all 0.1s ease-in-out;
   -o-transition: all 0.1s ease-in-out;
   -ms-transition: all 0.1s ease-in-out;
   transition: all 0.1s ease-in-out;
}
.overlay-zoom .zoom-icon {
   top:0;   
   opacity: 0; 
   z-index: 100;
   width: inherit;
   height: inherit;
   position: absolute;
   background-color: #000;
   background-position: 50%;
   background-repeat: no-repeat;
   background-image:url("images/overlay-icon.png");
   filter: alpha(opacity = 0);
   -webkit-backface-visibility: hidden;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
}
@media (max-width: 768px) {
   .fancybox-overlay {
      background: none !important;
   }
}
/*Recent Works (Owl Carousel)
------------------------------------*/
.owl-carousel .owl-navigation {
  top: 3px;
  position: relative;
}
.owl-carousel .owl-navigation {
  margin-bottom: 10px;
}
.owl-carousel .item a {
  text-align: center;
}
.owl-carousel .item a:hover {
  text-decoration: none;
}
.owl-carousel .item a:hover strong {
  color: #555;
}
.owl-carousel .item em.overflow-hidden {
  display: block;
}
.owl-carousel .item a span {
  display: block;
  padding: 10px;
  border-bottom: solid 2px #eee;
}
.owl-carousel .item a strong {
  color: #555;
  display: block;
}
.owl-carousel .item a i {
  color: #777;
}
.owl-carousel .item a img {
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}
.owl-carousel .item a:hover img {
  opacity: 0.8;
   -webkit-transform: scale(1.2) rotate(3deg);
   -moz-transform: scale(1.2) rotate(3deg);
   -o-transform: scale(1.0) rotate(3deg);
   -ms-transform: scale(1.2) rotate(3deg);
   transform: scale(1.2) rotate(3deg);
}
.owl-carousel .item a:hover span {
  border-bottom: solid 2px #72c02c;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.owl-navigation{
 padding:0px 15px;
}
.owl-btn {
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  padding: 2px 9px;
  text-align: center;
  background: #004976;
}
.owl-btn:hover{
text-decoration:none;
}
.owl-btn>span{
 font-size: 13px;
 line-height: 18px;
 padding-left:10px;
 padding-right:10px;
}
.owl-btn:hover {
  color: #fff;
  background: #AE103B;
}
/******************************************
CD-TOP
******************************************/
.cd-top {
  display: inline-block;
  height: 30px;
  width: 30px;
  position: fixed;
  bottom: 150px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  white-space: nowrap;
  border-radius: 50% !important;
  background: #1D6A8A;
  color:#fff;
  font-size: 35px;
  font-weight: bold;
  line-height: 35px;
  padding-left: 9px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
  color: #fff;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
    line-height: 25px;
    padding-left: 8px;
    font-size: 20px !important ;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 100px;
  }
}
@media screen and (max-width:991px){
  .wow {
    visibility: visible !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
     animation: none !important;
  }
}
/****************************************
SCROLLER
****************************************/
.scroller{
 display: inline-block;
    height: 60px;
    width: 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    white-space: nowrap;
    border-radius: 50% !important;
    background: #14bef0;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 65px;
    padding-left: 0px;
    margin-top: 0px;
    /* opacity: 0; */
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.scroller:hover {
 -webkit-transition: opacity .3s 0s, visibility 0s 0s;
 -moz-transition: opacity .3s 0s, visibility 0s 0s;
 transition: opacity .3s 0s, visibility 0s 0s;
 color: #fff;
}
