/*
  01
  Common Styles
*/
* {
  min-height: 0;
  min-width: 0;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #787878;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
body.boxed-layout {
  background-color: #f2f2f2;
}
::-moz-selection {
  background-color: #1f1f1f;
  color: #fff;
}
::selection {
  background-color: #1f1f1f;
  color: #fff;
}
a {
  color: #1f1f1f;
}
a:hover {
  color: #6c6c6c;
  text-decoration: none;
}
a:focus {
  color: #6c6c6c;
  text-decoration: none;
}
h1,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  color: #1f1f1f;
  line-height: 1.3;
}
h1 {
  font-weight: 700;
}
h5,
h6 {
  font-weight: 600;
}
#wrapper {
  position: relative;
  z-index: 20;
  overflow-x: hidden;
}
@media only screen and (min-width: 1200px) {
  .boxed-layout #wrapper {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: none;
  }
  .boxed-layout #wrapper .container {
    width: 1140px;
  }
}
#loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1f1f1f;
  z-index: 100000;
}


section {
  position: relative;
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 110px;
/*  z-index: 10;
*/}
section.page-title .bp-desktop({
    h1{
      font-size: 58px;
    }
	
	
	
  }) .title {
  margin-bottom: 0;
}
.title {
  margin-bottom: 25px;
/*  position: relative;
*/  z-index: 10;
}
.title > h1 {
  font-size:50px;
  letter-spacing: -1px; line-height:60px; padding-bottom:10px;
}
.title > h6 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing:4px;
  margin-top: 0;

}
.typed-words:after {
  content: "|";
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  font-weight: lighter;
  color: #000;
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.btn[data-play-button] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.btn[data-play-button]:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/*
  02
  Buttons
*/
.btn {
  position: relative;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  border-width: 0;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: 'Poppins', sans-serif;
  letter-spacing: -0.04em;
  overflow: hidden;
}
.btn:focus {
  box-shadow: none;
  outline: none;
}
.btn:hover {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.btn:active {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  outline: none;
}
.btn:active:focus {
  outline: none;
}
.btn.btn-circle {
  border-radius: 100px;
  height: 75px;
  width: 75px;
  line-height: 73px!important;
  padding: 0;
  font-size: 20px;
}
.btn.btn-circle.btn-sm {
  width: 50px;
  height: 50px;
  line-height: 48px!important;
}
.btn.btn-circle.btn-sm > i {
  font-size: 18px;
}
.btn.btn-circle > i {
  margin: 0;
}
.btn.btn-light:after {
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.13), transparent);
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.13), transparent);
}
.btn > i {
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
}
.btn > i:before {
  vertical-align: middle;
}
.btn-light {
  color: #1f1f1f;
  background-color: #fff;
border: 1px solid #000; 

 
}
.btn-light:hover,
.btn-light:active {
  background-color: #fff;
  color: #1f1f1f; 
}
.btn-light:focus {
  color: #1f1f1f;
}
.inline-icon-btn > h5 {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing:2px;
  margin: 0 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  vertical-align: middle;
}
.btn.btn-sm {
  padding: 0 16px;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
}
.btn.btn-sm > i {
  font-size: 14px;
}

 Helpers
*/
.earth-map-bg {
  background-image: url('../images/dotted-map.png');
  background-size: contain;
}
.fw-400 {
  font-weight: 400;
}
.fw-600 {
  font-weight: 600;
}
.centrize {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
}
.v-center {
  display: table-cell;
  vertical-align: middle;
}
.m-0 {
  margin: 0;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}

/*
  16
  Photo Gallery
*/
.photo-gallery {
  width: 100%;
}
.gallery-item .gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.gallery-item:hover .gallery-overlay {
  opacity: 1;
}
#gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 2000000;
  text-align: center;
  display: none;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}
#gallery-modal .video-gallery {
  max-width:80%;
  margin: auto;
  position: relative;
}
.lightbox-gallery {
  position: relative;
  -webkit-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}
.lightbox-gallery .single-gallery {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
}
.lightbox-gallery .single-gallery img,
.lightbox-gallery .single-gallery iframe {
  max-height: 85vh;
  max-width: 100%;
  margin: 0 auto;
  cursor: default;
}
#gallery-close {
  position: absolute;
  height: 40px;
  line-height: 40px;
  top: 20px;
  right: 30px;
  margin: auto;
  font-size: 35px;
  color: #fff;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1000;
  cursor: pointer;
}
#gallery-close:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#gallery-close:hover,
#gallery-close:focus {
  color: #fff;
}
#gallery-close i {
  vertical-align: middle;
  line-height: inherit;
}
.gallery-control {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  top: 50%;
  margin-top: -25px;
  color: #fff;
  font-size: 35px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.gallery-control:hover,
.gallery-control:focus {
  color: #fff;
}
.gallery-control > a {
  color: #fff;
}
.gallery-control i {
  vertical-align: middle;
  line-height: inherit;
}
.gallery-control.gallery-prev {
  left: 30px;
  text-align: left;
}
.gallery-control.gallery-prev:hover {
  left: 25px;
}
.gallery-control.gallery-next {
  right: 30px;
  text-align: right;
}
.gallery-control.gallery-next:hover {
  right: 25px;
}
.lightbox-loader {
  background-image: url('../images/preloader.svg');
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 0;
  right: 0;
  margin: -25px auto 0;
}
/*
  17
  Animations
*/
.animated {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}




@media only screen and (max-width: 991px) {
  .image-box {
    max-width: 500px;
    margin: 50px auto;
  }
}
.image-box img {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.image-box:hover img {
  -webkit-transform: scale(1.1) translateX(10px);
  transform: scale(1.1) translateX(10px);
}
.image-box .image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 35px;
}
.image-box .image-overlay h1,
.image-box .image-overlay h2,
.image-box .image-overlay h3,
.image-box .image-overlay h4,
.image-box .image-overlay h5,
.image-box .image-overlay h6 {
  color: inherit;
}
.error-page {
  text-align: center;
}
.error-page .title > h1 {
  font-size: 160px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .error-page .title > h1 {
    font-size: 100px;
  }
}

.images-gallery.slick-slider:hover .slick-prev,
.images-gallery.slick-slider:hover .slick-next {
  opacity: 1;
}
.images-gallery.slick-slider .slick-prev,
.images-gallery.slick-slider .slick-next {
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.images-gallery.slick-slider .slick-prev:hover,
.images-gallery.slick-slider .slick-next:hover {
  color: #1f1f1f !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
}
.media-video {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
}
.media-video iframe,
.media-video embed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
}
.media-audio {
  width: 100%;
  padding-bottom: 20%;
  position: relative;
}
.media-audio iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
}
.alert {
  border-radius: 0;
  font-size: 16px;
  padding: 25px 25px 25px 100px;
  border: 0;
  color: #fff;
  position: relative;
  margin-bottom: 25px;
}
.alert p {
  margin: 0;
}
.alert .alert-icon {
  background-color: rgba(0, 0, 0, 0.075);
  position: absolute;
  width: 75px;
  text-align: center;
  left: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.alert .alert-icon i {
  font-size: 20px;
}
.alert.alert-dismissible {
  padding-right: 35px;
}
.alert .close {
  position: absolute;
  right: 20px;
  top: 50%;
  height: 26px;
  line-height: 26px;
  margin-top: -13px;
  opacity: 1;
  outline: none;
}
.alert .close i {
  text-shadow: none;
  font-size: 22px;
  font-weight: bold;
}
.alert.alert-warning {
  background-color: #ffbb44;
}
.alert.alert-danger {
  background-color: #f42841;
}
.alert.alert-success {
  background-color: #0ee092;
}
.alert.alert-info {
  background-color: #35c3fa;
}
