/*--------------------------------------------------------------------------------------
Theme Name: CLOCKFAST - TEMPLATE HTML
Theme URI: http://www.erikaivo.net
Author URI: http://www.erikaivo.net
Description: 100% Responsive, w3c validator, bootstrap 3, etc
Author: JeriTeam
Version: 1.0
----------------------------------------------------------------------------------------
   1. FONTS
   2. RESET CSS
   3. LOADING
   4. SCROLL TOP
   5. HEADER
   6. BANNER
   7. SERVICES
   8. ABOUT
   9. GALLERY
   10. TESTIMONIALS
   11. PARTNER
   12. CONTACT
   13. FOOTER
   14. COPYRIGHT
   15. ABOUT
   16. SINGLE SERVICES
   17. FAQ
   18. TEAM
   19. 404 ERROR
   20. BLOG DETAILS
   21. BLOG
   22. CONTACT
----------------------------------------------------------------------------------------*/

/*--------------------
   1. FONTS
----------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
/*--------------------
   2. RESET CSS
----------------------*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
}

body {
  font-family: 'Roboto', sans-serif;
  background: #FFF;
}

.padding-bottom {
  padding-bottom: 30px;
}

.padding-bottom1 {
  padding-bottom: 10px;
}

.padding-bottom2 {
  padding-bottom: 40px;
}

.padding-bottom3 {
  padding-bottom: 60px;
}

.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

img {
  max-width: 100%;
}

.clear {
  clear: both;
}

/*--------------------
   3. LOADING
----------------------*/

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('img/loading.gif') 50% 50% no-repeat #FFF;
}

/*--------------------
   4. TOP SCROLL
----------------------*/

a.scrolltotop {
  background: #81a1c2 none repeat scroll 0 0;
  bottom: 20px;
  color: #222;
  font-size: 20px;
  height: 40px;
  position: fixed;
  right: 40px;
  text-align: center;
  width: 40px;
  z-index: 999999;
  padding-top: 5px;
}

a.scrolltotop:hover {
  background: #2E639A;
}

/*--------------------
   5. HEADER
----------------------*/

.topHeader {
  background: #81a1c2;
  padding: 10px 0;
}

.header strong {
  color: #222;
}

.header span {
  font-size: 14px;
  font-weight: 400;
  color: #222;
}

.box {
  float: left;
  margin-right: 10px;
  margin-top: 7px;
}

.follow {
  width: 200px;
  float: right;
  margin-top: 10px;
}

.follow ul {
  list-style: none;
  margin-top: -10px;
}

.follow ul li a {
  width: 35px;
  height: 35px;
  background: #222;
  color: #FFF;
  float: left;
  padding: 6px 0;
  margin-left: 10px;
  text-align: center;
}

.follow ul li a:hover {
  background: #FFF;
  color: #222;
}

.belowHeader {
  margin: 25px 0 18px 0;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  background-color: #2E639A;
}

.navbar-default {
  background: transparent;
  border: 0px;
  border-radius: 0px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  float: right;
}

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

.navbar-nav li {
  margin: 0 5px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background: #2E639A;
}

.navbar-default .navbar-nav>li>a {
  color: #222;
}

.dropdown-menu {
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dropdown-menu>li>a {
  padding: 5px 20px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  background: #81a1c2;
}

/*--------------------
   6. BANNER
----------------------*/

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  /* height: 650px; */
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  line-height: 1;
  position: relative;
  /* background: url('/img/banner01_pam_jim.jpg') no-repeat center center fixed;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */
}

.carousel-inner h1 {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
  text-shadow: none;
  margin-left: auto;
  margin-right: auto;
}

.carousel-caption {}

.carousel-caption {
  position: absolute;
  right: 15%;
  top: 25%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

@media (max-width: 560px) {
  .carousel-caption {
    top: 0%;
  }
}

.tint {
  position: relative;
  float: left;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, .2) 3px 5px 5px;
  margin: 0;
}

.tint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: all .3s linear;
}

figure {
  margin: 0;
}

.carousel-indicators .active {
  width: 40px;
  height: 5px;
  background: #81a1c2;
  border: none;
  border-radius: 0px;
  margin: 7px;
}

.carousel-indicators li {
  width: 40px;
  height: 5px;
  background: #222;
  border: none;
  margin: 7px;
  border-radius: 0px;
}

@media (max-width: 560px) {
  .carousel-indicators {
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
    margin-bottom: 0;
  }
}

.carousel-control.left,
.carousel-control.right {
  display: none;
}

@media (max-width: 1200px) {
  .carousel-indicators {
    margin-bottom: 0;
  }
  .carousel-control.left,
  .carousel-control.right {
    display: none;
  }
}

.carousel-indicators {
  bottom: 0px;
  margin-bottom: 0;
}

.carousel-inner>.item {
  transition-property: opacity;
}

.carousel-inner>.item,
.carousel-inner>.item.active.left {
  opacity: 0;
}

.carousel-inner>.item.active,
.carousel-inner>.item.next.left {
  opacity: 1;
}

.carousel-inner>.next,
.carousel-inner>.prev,
.carousel-inner>.active.left,
.carousel-inner>.active.right {
  left: 0;
}

.carousel-inner>.item.next,
.carousel-inner>.item.active.right,
.carousel-inner>.item.prev,
.carousel-inner>.item.active.left {
  transform: translate3d(0, 0, 0);
}

.carousel-control.left,
.carousel-control.right {
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, .5);
  margin: 300px 0;
}

.carousel-control.left:hover,
.carousel-control.right:hover {
  background: rgba(129, 161, 194, 0.5);
}

.buttons {
  margin: 0 auto;
  width: 300px;
}

.read {
  position: relative;
  width: 130px;
  float: right;
}

.contactus {
  float: left;
  position: relative;
  width: 150px;
}

.bread1 {
  background: #81a1c2;
  padding: 10px 25px;
  text-shadow: none;
  color: #FFF;
  position: absolute;
}

.bread1:hover {
  background: #222;
}

.bread2 {
  background: #222;
  padding: 10px 25px;
  text-shadow: none;
  color: #FFF;
  position: absolute;
}

.bread2:hover {
  background: #81a1c2;
}

.carousel-control {
  font-size: 30px;
  text-shadow: none;
}

/*--------------------
   7. SERVICES
----------------------*/

.services {
  padding: 95px 0 70px 0;
}

.services h2 {
  font-size: 30px;
  color: #222;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.services p {
  font-size: 15px;
  color: #222;
  text-align: center;
  line-height: 26px;
  margin-bottom: 60px;
}

.title {
  background: #81a1c2;
  padding: 17px 0;
  text-align: center;
}

.title strong {
  font-size: 18px;
  color: #222;
}

.image-hover-text-container {
  position: relative;
  width: auto;
  height: auto;
  transition: all 0.2s linear;
}

.image-hover-image {
  display: block;
}

.image-hover-image img {
  border-radius: 0%;
}

.image-hover-text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  opacity: 0;
  cursor: default;
  transition: opacity 0.2s linear;
}

.image-hover-text:hover {
  opacity: 1;
}

.image-hover-text-bubble {
  position: relative;
  box-sizing: border-box;
  top: 0;
  left: 0;
  right: 100%;
  height: 100%;
  text-align: center;
  background: rgba(129, 161, 194, 0.75);
  border-radius: 0%;
  margin: 0 auto;
  padding: 30% 0px;
  overflow: hidden;
  font-size: 17px;
  text-align: center;
  word-wrap: break-word;
  padding: 15px;
}

.image-hover-text .image-hover-text-title {
  color: #FFF;
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
}

.image-hover-text .image-hover-text-title p {
  color: #515151;
  text-align: center;
  line-height: 24px;
}

.sRead {
  background: #222;
  padding: 10px 25px;
  width: 150px;
  margin: 0 auto;
}

.sRead a {
  color: #FFF;
  font-size: 15px;
}

.sRead a:hover {
  color: #81a1c2;
}

.full {
  width: 100%;
}

/*--------------------
   8. ABOUT
----------------------*/

.about {
  background: url('/img/background.jpg') no-repeat center center fixed;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 95px 0 70px 0;
}

.about h2 {
  color: #81a1c2;
  font-size: 30px;
  text-transform: uppercase;
  margin: 30px 0;
}

.about p {
  color: #FFF;
  font-size: 15px;
  line-height: 24px;
}

.about h3 {
  color: #FFF;
  font-size: 18px;
  margin-bottom: 10px;
}

section#skills-pgr {
  padding: 3px 10px 0;
}

#skills-pgr div.progress {
  font-weight: bolder;
  color: #fff;
  background-color: #f3f3f3;
  border: 0px none;
  box-shadow: none;
  height: 5px;
}

.progress-bar {
  background: #81a1c2;
  height: 10px;
}

/*--------------------
   9. GALLERY
----------------------*/

.gallery {
  padding: 95px 0 85px 0;
}

.gallery h2 {
  font-size: 30px;
  color: #222;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.gallery p {
  font-size: 15px;
  color: #222;
  text-align: center;
  line-height: 26px;
  margin-bottom: 60px;
}

.parallax-window4 {
  width: 100%;
  min-height: 400px;
  padding: 140px 0;
  background: transparent;
}

.mix .overlay .imgbg {
  height: auto;
  max-width: 100%;
  position: relative;
}

.text-center {
  margin: 30px 0;
  visibility: visible;
}

.text-center button {
  background: #FFF;
  border: 1px solid #ccc;
  border-radius: 0px;
}

.text-center button:hover {
  color: #FFF;
  background: #81a1c2;
}

.overlay-figure {
  position: relative;
  display: table;
  cursor: pointer;
}

.overlay-figure-content {
  width: 100%;
  height: 100%;
}

.overlay-figure-content>img {
  display: block;
}

.overlay-figure-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: rgba(129, 161, 194, 0.75);
}

.overlay-figure:hover .overlay-figure-background {
  opacity: 1;
}

.overlay-figure-caption {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: white;
  opacity: 0;
}

.overlay-figure:hover .overlay-figure-caption {
  opacity: 1;
}

.overlay-figure-caption .contents {
  display: table;
  width: 100%;
  height: 100%;
}

.overlay-figure-caption .contents-stack {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 5%;
  font-size: 36px;
}

/*--------------------
   10. TESTIMONIALS
----------------------*/

.testimonials {
  background: url('/img/background700.jpg') no-repeat center center fixed;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 95px 0 95px 0;
}

.testimonial {
  text-align: center;
  margin: 0 15px;
}

.testimonial .description {
  font-size: 1.15em;
  margin: 40px 0 20px;
  color: #FFF;
  font-size: 15px;
  border: 3px solid #81a1c2;
  padding: 25px;
}

.testimonial .pic {
  width: 61px;
  height: 61px;
  display: inline-block;
  overflow: hidden;
  border-radius: 100px;
  margin-right: 10px;
}

.testimonial>img {
  box-shadow: 0 0 3px grey;
}

.testimonial .testimonial-title {
  display: inline-block;
  text-transform: capitalize;
  color: #fff;
  font-size: 15px;
  text-align: left;
  font-weight: bold;
  line-height: 3px;
  position: relative;
  top: -20px;
}

.testimonial .testimonial-title a {
  color: #FFF;
  display: block;
  margin-bottom: 15px;
}

.testimonial .testimonial-title a:hover {
  color: #81a1c2;
}

.testimonial .testimonial-title small {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  color: #FFF;
}

.owl-theme .owl-controls .owl-buttons div {
  border: 1px solid #fff;
  border-radius: 0;
  background: transparent;
  transition: all 0.5s ease 0s;
  padding: 3px 7px;
}

.owl-theme .owl-controls .owl-buttons div:hover {
  background: #81a1c2;
  border: 1px solid #FFF;
}

.owl-prev:before,
.owl-next:before {
  content: "\f053";
  font-family: 'FontAwesome';
  color: #fff;
}

.owl-next:before {
  content: "\f054";
}

.owl-prev {
  display: none;
}

.disabled {
  display: none !important;
}

/*--------------------
   11. PARTNER
----------------------*/

.partner {
  padding: 95px 0 90px 0;
}

.partner h2 {
  font-size: 30px;
  color: #222;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.partner p {
  font-size: 15px;
  color: #222;
  text-align: center;
  line-height: 26px;
  margin-bottom: 60px;
}

/*--------------------
   12. CONTACT
----------------------*/

.contact {
  background: url('/img/background500.jpg') no-repeat center center fixed;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 100px 0 100px 0;
}

.contact h3 {
  font-size: 15px;
  color: #FFF;
  font-weight: normal;
  padding: 15px 0;
}

.contact input {
  width: 100%;
  border-radius: 0;
  padding: 10px 0 10px 25px;
}

.contact textarea {
  width: 100%;
  border-radius: 0;
  padding: 10px 0 10px 25px;
}

.contact button {
  background: #111;
  color: #FFF;
  border-radius: 0;
  border: 0;
  padding: 10px 15px;
  width: 150px;
  margin: 10px 0;
}

.contact button:hover {
  background: #81a1c2;
  color: #111;
}

/*--------------------
   13. FOOTER
----------------------*/

footer {
  background: #111;
  padding: 50px 0 50px 0;
}

.footer-contact {
  padding: 150px 0 50px 0;
}

footer p {
  font-size: 15px;
  color: #FFF;
  line-height: 26px;
  font-weight: normal;
}

footer .sRead1 {
  background: #81a1c2;
  padding: 10px 35px;
  width: 150px;
}

footer .sRead1:hover {
  background: #FFF;
  cursor: pointer;
}

footer .sRead1 a {
  text-transform: uppercase;
  color: #111;
}

footer .sRead1 a:hover {
  color: #111;
}

footer h3 {
  font-size: 24px;
  color: #81a1c2;
  font-weight: bold;
}

footer span {
  font-size: 15px;
  color: #FFF;
  font-weight: bold;
  float: left;
  padding-right: 5px;
  padding-top: 3px;
}

footer .follow1 ul {
  list-style: none;
}

footer .follow1 ul li {
  background: #FFF;
  width: 35px;
  height: 35px;
  padding: 7px 10px;
  margin: 10px;
  float: left;
  cursor: pointer;
}

footer .follow1 ul li:hover {
  background: #222;
}

footer .follow1 ul li a {
  color: #81a1c2;
}

footer .follow1 ul li a:hover {
  color: #81a1c2;
}

/*--------------------
   14. COPYRIGHT
----------------------*/

.copyright {
  background: #050505;
  padding: 25px 0 10px 0;
}

.copyright p {
  font-size: 15px;
  color: #FFF;
  text-align: center;
  font-weight: normal;
}

.copyright p a {
  color: #FFF;
}

.copyright p a:hover {
  color: #81a1c2;
}

/*--------------------
   15. ABOUT
----------------------*/

.banner1 {
  background: url('img/Banner02_Jeter_Railriders.jpg') no-repeat;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 100px 0 100px 0;
}

.banner1 h3 {
  font-size: 36px;
  color: #FFF;
  text-align: center;
  font-weight: normal;
  line-height: 50px;
}

.banner1 p {
  font-size: 15px;
  color: #FFF;
  text-align: center;
  font-weight: normal;
}

.about2 {
  background: #111;
  padding: 100px 0 60px 0;
}

.about2 i {
  color: #81a1c2;
  font-size: 48px;
  width: 50px;
}

.about2 .center1 {
  width: 50px;
  margin: 0 auto;
}

.about2 h3 {
  font-size: 36px;
  color: #FFF;
  text-align: center;
  font-weight: normal;
  line-height: 50px;
}

.about2 p {
  font-size: 18px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
}

.features {
  padding: 100px 0 100px 0;
}

.features h2 {
  font-size: 30px;
  color: #222;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.features .p1 {
  margin-bottom: 60px;
}

.features .padding-bottom1 {
  padding-bottom: 10px;
}

.features p {
  font-size: 15px;
  color: #222;
  text-align: center;
  line-height: 26px;
}

.features i {
  color: #111;
  font-size: 15px;
  float: left;
  padding-right: 5px;
  margin-top: 5px;
}

.features strong {
  color: #111;
  font-size: 15px;
  float: left;
  padding-right: 5px;
  margin-top: 3px;
}

.features #wrap-player {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.features #player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px;
}

/*--------------------
   16. SINGLE SERVICES
----------------------*/

.single {
  padding: 100px 0 60px 0;
}

.single .search {
  margin-bottom: 30px;
}

.single .searchform div {
  height: 26px;
}

.single .searchboxwrapper {
  position: relative;
}

.single .searchbox {
  border: 1px solid #dadada;
  outline: none;
  font-size: 15px;
  color: #ccc;
  width: 100%;
  height: 36px;
  background: #fff;
  padding-left: 25px;
  font-weight: 100;
}

.single label {
  font-family: 'FontAwesome';
  width: 35px;
  height: 35px;
  font-size: 15px;
  position: absolute;
  background: none;
  top: 5px;
  right: 10px;
  color: #81a1c2;
  border: none;
  cursor: pointer;
}

.single h2 {
  font-size: 15px;
  color: #111;
  font-weight: bold;
  text-transform: uppercase;
}

.single .navCategories {
  width: 100%;
  height: 333px;
  background: #ececec;
  border: 1px solid #ccc;
}

.single .navCategories ul {
  list-style: none;
}

.single .navCategories ul li {
  padding: 15px 25px;
}

.single .navCategories ul li a {
  color: #111;
  font-size: 18px;
  font-weight: bold;
}

.single .navCategories ul li:hover {
  background: #81a1c2;
  color: #FFF;
}

.single .navCategories i {
  padding-right: 10px;
}

.single .help {
  width: 100%;
  height: 222px;
  background: #81a1c2;
  padding: 15px;
  margin-bottom: 30px;
}

.single h1 {
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
}

.single .p1 {
  font-size: 15px;
  color: #FFF;
  font-weight: normal;
}

.single .read2 {
  width: 150px;
}

.single .bread3 {
  background: #222;
  padding: 10px 25px;
  text-shadow: none;
  color: #FFF;
  font-weight: bold;
}

.single .bread3:hover {
  background: #111;
}

.single .infoContact {
  width: 100%;
  height: auto;
  background: #ececec;
  padding: 15px 25px;
  margin-bottom: 30px;
}

.single .infoContact h1 {
  font-size: 18px;
  color: #111;
  font-weight: bold;
  text-transform: uppercase;
}

.single .infoContact span {
  color: #111;
  font-size: 15px;
  font-weight: bold;
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}

.single .infoContact .p2 {
  font-size: 15px;
  color: #111;
  font-weight: normal;
  line-height: 26px;
}

.single .h33 {
  font-size: 30px;
  color: #111;
  font-weight: bold;
  text-align: center;
}

.single .imgSingleServices {
  background: url('img/banner01_pam_jim.jpg');
  width: 100%;
  height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.single .text1 {
  padding: 30px 0;
}

.single .text1 p {
  font-size: 15px;
  color: #111;
  font-weight: normal;
  line-height: 26px;
}

.single .text1 ul {
  list-style: none;
}

.single .text1 i {
  font-size: 15px;
  color: #111;
  float: left;
  padding-right: 5px;
  margin-top: 5px;
}

.single .text1 ul li p {
  font-size: 15px;
  color: #111;
  font-weight: normal;
  line-height: 26px;
}

/*--------------------
   17. FAQ
----------------------*/

.faq1 {
  padding: 100px 0 100px 0;
}

.faq1 h2 {
  font-size: 30px;
  color: #222;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.faq1 p {
  font-size: 15px;
  color: #222;
  text-align: center;
  line-height: 26px;
  margin-bottom: 60px;
}

.panel-title>a:before {
  float: right !important;
  font-family: FontAwesome;
  content: "\f00d";
  padding-right: 5px;
}

.panel-title>a.collapsed:before {
  float: right !important;
  content: "\f067";
  color: #FFF;
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
  text-decoration: none;
}

.panel-default>.panel-heading {
  background: #81a1c2;
  color: #FFF;
}

.panel {
  border: 3px solid #81a1c2;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-body {
  font-size: 15px;
  color: #111;
  line-height: 26px;
  font-weight: normal;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
  border-top: 1px solid #81a1c2;
}

.faq1 #wrap-player {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.faq1 #player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px;
}

.faq2 {
  padding-bottom: 72px;
}

.faq2 h2 {
  font-size: 30px;
  color: #222;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.faq2 p {
  font-size: 15px;
  color: #222;
  text-align: center;
  line-height: 26px;
  margin-bottom: 60px;
}

.faq2 h3 {
  font-size: 15px;
  color: #111;
  font-weight: normal;
  padding: 15px 0;
}

.faq2 input {
  width: 100%;
  border-radius: 0;
  padding: 10px 0 10px 25px;
}

.faq2 textarea {
  width: 100%;
  border-radius: 0;
  padding: 10px 0 10px 25px;
}

.faq2 button {
  background: #111;
  color: #FFF;
  border-radius: 0;
  border: 0;
  padding: 10px 15px;
  width: 150px;
  margin: 25px 0;
}

.faq2 button:hover {
  background: #81a1c2;
  color: #111;
}

.img_center3 {
  width: 150px;
  margin: 0 auto;
}

/*--------------------
   18. TEAM
----------------------*/

.team {
  padding: 100px 0 100px 0;
}

.team h2 {
  font-size: 30px;
  color: #222;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.team p {
  font-size: 15px;
  color: #222;
  text-align: center;
  line-height: 26px;
  margin-bottom: 60px;
}

.bgTeam {
  background: #FFF;
  border: 1px solid #ccc;
  height: 475px;
  position: relative;
}

.picTeam1 {
  background: url('img/team1.png');
  height: 457px;
  width: 245px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  margin-top: 17px;
}

.picTeamCenter1 {
  width: 245px;
  margin: 0 auto;
}

.bgTeam1 {
  display: none;
}

.bgTeam:hover .bgTeam1 {
  background: #e1e1e1;
  padding: 25px;
  position: absolute;
  display: block;
  z-index: 9999;
  bottom: -1px;
}

.bgTeam1 h4 {
  font-size: 18px;
  color: #111;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.bgTeam1 h5 {
  font-size: 18px;
  color: #81a1c2;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.picTeam2 {
  background: url('img/team2.png');
  height: 382px;
  width: 270px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  margin-top: 91px;
}

.picTeamCenter2 {
  width: 250px;
  margin: 0 auto;
}

.picTeam3 {
  background: url('img/team3.png');
  height: 451px;
  width: 264px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  margin-top: 23px;
}

.picTeamCenter3 {
  width: 264px;
  margin: 0 auto;
}

.picTeam4 {
  background: url('img/team4.png');
  height: 394px;
  width: 262px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  margin-top: 80px;
}

.picTeamCenter4 {
  width: 262px;
  margin: 0 auto;
}

.picTeam5 {
  background: url('img/team5.png');
  height: 397px;
  width: 282px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  margin-top: 77px;
}

.picTeamCenter5 {
  width: 282px;
  margin: 0 auto;
}

.picTeam6 {
  background: url('img/team6.png');
  height: 461px;
  width: 240px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  margin-top: 13px;
}

.picTeamCenter6 {
  width: 240px;
  margin: 0 auto;
}

/*--------------------
   19. 404 ERROR
----------------------*/

.error {
  padding: 95px 0 100px 0;
}

.error h2 {
  font-size: 30px;
  color: #222;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.error p {
  font-size: 15px;
  color: #222;
  text-align: center;
  font-weight: normal;
  line-height: 26px;
  margin-bottom: 60px;
}

.error1 {
  padding-top: 30px;
}

.error1 h5 {
  font-size: 125px;
  color: #81a1c2;
  font-weight: bold;
  text-align: center;
  line-height: 100px;
}

.error1 h6 {
  font-size: 30px;
  color: #111;
  font-weight: bold;
  text-align: center;
}

/*--------------------
   20. BLOG DETAILS
----------------------*/

.single .imgBlogDetails {
  background: url('http://via.placeholder.com/740x250');
  width: 100%;
  height: 250px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.single .date {
  background: #81a1c2;
  padding: 15px;
  margin: 10px 0;
  width: 205px;
  height: 45px;
}

.single h4,
.single span {
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  float: left;
  padding-right: 5px;
}

.single .i1 {
  font-size: 14px;
  color: #FFF;
  float: left;
  padding-right: 5px;
}

.single .text2 {
  padding: 30px 0;
}

.single .bgText {
  background: #e1e1e1;
  padding: 15px;
}

.single .bgText p {
  font-size: 15px;
  color: #111;
  font-weight: normal;
  line-height: 26px;
}

.single .comilla1 {
  background: url('img/comilla1.png') no-repeat;
  width: 19px;
  height: 11px;
  margin: 10px 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.single .comilla2 {
  background: url('img/comilla2.png') no-repeat;
  width: 19px;
  height: 11px;
  margin: 10px 0;
  float: right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.single .likeComments {
  padding: 15px 0;
}

.single .likeComments i {
  font-size: 14px;
  color: #81a1c2;
  float: left;
  padding-right: 5px;
}

.single h5 {
  font-size: 14px;
  color: #111;
  font-weight: bold;
  float: left;
  padding-right: 10px;
}

.single .comments {
  padding: 30px 0 60px 0;
}

.single .comments h6 {
  font-size: 18px;
  color: #111;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.single .commentsRight {
  margin-left: 75px;
}

.single .avatar {
  background: url('http://via.placeholder.com/90x90') no-repeat;
  width: 90px;
  height: 90px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.single .texts h2 {
  font-size: 18px;
  color: #111;
  font-weight: bold;
  float: left;
  padding-right: 10px;
}

.single .texts h3 {
  font-size: 15px;
  color: #515151;
  font-weight: normal;
  padding-top: 2px;
}

.single .texts p {
  font-size: 15px;
  color: #111;
  font-weight: normal;
  clear: both;
  line-height: 26px;
}

.single .p3 {
  line-height: 26px;
}

.single .shareReply i {
  font-size: 15px;
  color: #81a1c2;
  float: left;
  padding-right: 5px;
}

.single .shareReply h5 {
  font-size: 15px;
  color: #111;
  font-weight: bold;
  float: left;
  padding-right: 10px;
}

.single .lmore {
  background: #81a1c2;
  width: 100%;
  height: 50px;
  padding: 17px;
  clear: both;
  text-align: center;
  cursor: pointer;
}

.single .lmore:hover {
  background: #111;
}

.single .lmore a {
  color: #FFF;
}

.single .lmore a:hover {
  color: #FFF;
}

.single .form1 h6 {
  font-size: 18px;
  color: #111;
  font-weight: bold;
  text-transform: uppercase;
  padding: 50px 0 30px 0;
}

.single form h3 {
  font-size: 15px;
  color: #111;
  font-weight: normal;
  padding: 15px 0;
}

.single input {
  width: 100%;
  border-radius: 0;
  padding: 10px 0 10px 25px;
}

.single textarea {
  width: 100%;
  border-radius: 0;
  padding: 10px 0 10px 25px;
}

.single button {
  background: #81a1c2;
  color: #FFF;
  border-radius: 0;
  border: 0;
  padding: 10px 15px;
  width: 150px;
  margin: 25px 0;
}

.single button:hover {
  background: #111;
  color: #FFF;
}

/*--------------------
   21. BLOG
----------------------*/

.single .blogComments h6 {
  font-size: 30px;
  color: #111;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
}

.single .blogComments .bgBlog {
  background: #e1e1e1;
  padding: 15px;
}

.single .blogComments .blog1 {
  background: url('http://via.placeholder.com/740x250') no-repeat;
  width: 100%;
  height: 250px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.single .blogComments .blog2 {
  background: url('http://via.placeholder.com/740x250') no-repeat;
  width: 100%;
  height: 250px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.single .blogComments .blog3 {
  background: url('http://via.placeholder.com/740x250') no-repeat;
  width: 100%;
  height: 250px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.single .blogComments .bgBlog .date {
  background: #81a1c2;
  padding: 15px;
  margin: 10px 0;
  width: 205px;
  height: 45px;
}

.single .blogComments .bgBlog h4,
.single .blogComments .bgBlog span {
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  float: left;
  padding-right: 5px;
}

.single .blogComments .bgBlog .i1 {
  font-size: 14px;
  color: #FFF;
  float: left;
  padding-right: 5px;
}

.single .blogComments .bgBlog p {
  font-size: 15px;
  color: #111;
  font-weight: normal;
  line-height: 26px;
}

.single .blogComments .bgBlog .likeComments {
  margin: 10px 0;
}

.single .blogComments .bgBlog .likeComments i {
  font-size: 15px;
  color: #81a1c2;
  float: left;
  padding-right: 5px;
}

.single .blogComments .bgBlog .likeComments h5 {
  font-size: 15px;
  color: #111;
  font-weight: bold;
  float: left;
  padding-right: 10px;
}

.single .blogComments .bgBlog .rMore {
  background: #81a1c2;
  padding: 15px 25px;
  width: 150px;
  text-align: center;
  clear: both;
  cursor: pointer;
}

.single .blogComments .bgBlog .rMore:hover {
  background: #111;
}

.single .blogComments .bgBlog .rMore a {
  color: #FFF;
}

.single .blogComments .bgBlog .rMore a:hover {
  color: #FFF;
}

/*--------------------
   22. CONTACT
----------------------*/

.contact1 {
  padding: 100px 0 100px 0;
}

.contact1 h2 {
  font-size: 30px;
  color: #222;
  text-align: center;
  margin-bottom: 30px;
  /* text-transform: uppercase; */
}

.contact1 p {
  font-size: 15px;
  color: #222;
  text-align: center;
  font-weight: normal;
  line-height: 26px;
  margin-bottom: 60px;
}

.contact1 form h3 {
  font-size: 15px;
  color: #111;
  font-weight: normal;
  padding: 15px 0;
}

.contact1 input {
  width: 100%;
  border-radius: 0;
  padding: 10px 0 10px 25px;
}

.contact1 textarea {
  width: 100%;
  border-radius: 0;
  padding: 10px 0 10px 25px;
}

.contact1 button {
  background: #81a1c2;
  color: #FFF;
  border-radius: 0;
  border: 0;
  padding: 10px 15px;
  width: 150px;
  margin: 25px 0;
}

.contact1 button:hover {
  background: #111;
  color: #FFF;
}

.footer {
  margin-top: 75px;
}

.footer-contact {
  margin-top: 175px;
}
