@charset "utf-8";
/* CSS Document */

/* ==============================
   4. Slider styles
   ============================== */
/*@import url(../assets/font-awesome/css/font-awesome.min.css);
@import url(../assets/revolution/css/settings.css);
@import url(../assets/revolution/css/layers.css);
@import url(../assets/revolution/css/navigation.css);*/
.tp-dottedoverlaya {
    background-repeat: repeat;
    width: 100%;
    z-index: 1;
}
 .tp-dottedoverlaya  {
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
 .tp-dottedoverlaya {
    background: rgba(0, 0, 0, 0.1) !important;
}

.thm-btn {
 text-shadow: 0px 0px #000000, 0px 0px 0px #000000, 0px 0px black;
  border: none;
  outline: none;
  background: #a5cc3e;
  font-size: 16px;
  line-height: 65px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
 font:"Gill Sans MT";
  display: inline-block;
  transition: all .5s ease !important;
  position: relative;
  padding: 0 20px;
}
.thm-btn:hover {
  background: #012f5d;
  color: #fff;
}
.thm-btn i {
  font-size: 14px;
  color: #fff;
}
.thm-btn.thm-blue-bg {
  background: #012f5d;
}
.thm-btn.thm-blue-bg:hover {
  background: #a5cc3e;
  color: #fff;
}
.animate-3 {
  transition: all 0.3s ease;
}
.animate-5 {
  transition: all 0.5s ease;
}
.animate-7 {
  transition: all 0.7s ease;
}
.animate-3-all * {
  transition: all 0.3s ease;
}
.animate-5-all * {
  transition: all 0.5s ease;
}
.animate-7-all * {
  transition: all 0.7s ease;
}
.section-padding {
  padding: 80px 0;
}
.section-padding.page-title {
  padding-bottom: 30px;
}
.section-title {
  margin-bottom: 44px;
}
 
 
/* ==============================
   4. Slider styles
   ============================== */
.rev_slider_wrapper .factory-caption-h1 {
  font-size: 60px;
  color: #fff;
  line-height: 80px;
  font-weight: bold;
  text-shadow: 0px 2px #000000, 0px 1px 5px #000000, 0px -2px black;
  font:"Gill Sans MT";
}
.rev_slider_wrapper .factory-caption-p {
   text-shadow: 0px 2px #000000, 0px 1px 10px #000000, 0px -2px black;
	font-size: 22px;
	color: #fff;
	line-height: 34px;
	font:"Gill Sans MT";
}
.rev_slider_wrapper .thm-btn {
 
  font-size: 14px;
  text-decoration:none;
  line-height: 55px;
  padding: 0px 20px;
}
.rev_slider_wrapper .tparrows {
  /*width: 60px;
  height: 60px;*/
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  font-size: 18px;
  line-height: 54px;
  color: #fff;
  background: transparent;
  
  visibility: hidden !important;
  opacity: 2 !important;
  margin-top: -80px;
  transition: all 0.5s ease;
}
.rev_slider_wrapper .tparrows:before {
line-height: 34px;
  /*line-height: 54px;*/
  font-size: 18px;
  font-weight: bold;
}
.rev_slider_wrapper .tparrows:hover {
  background: #012f5d;
  border-color: #012f5d;
}
.call-to-action {
  background: rgba(1, 47, 93, 0.9);
  background: rgba(30, 30, 30, 0.9);
  padding: 33px 0;
  position: relative;
  z-index: 9;
  margin-top: -101px;
}
.call-to-action.no-margin {
  margin: 0;
  background: #012f5d;
}
.call-to-action p {
  margin: 0;
  font-size: 24px;
  color: #fff;
  line-height: 35px;
}
.call-to-action p a {
  color: #fbca00;
  text-decoration: underline;
}
