/* Table of content 
=====================================

01. Typography
02. Misc and reusable element
03. Prloader
04. main wrapper
05. Service Section
06. Testimonial Section
07. Blog Section
08. Contact Section
09. Footer Section

*/
/* =========================================================== 
    01. Typography
============================================================ */
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a,
a:hover,
a:focus,
a:active,
input,
button,
textarea {
  outline: none;
}

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

button {
  border: none;
}
button:focus {
  outline: none;
}

a,
input,
textarea {
  -webkit-transition: all 0.3s ease-in-out 0.25s;
  -o-transition: all 0.3s ease-in-out 0.25s;
  transition: all 0.3s ease-in-out 0.25s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

/* =========================================================== 
    02. Misc and reusable Element
============================================================ */
.font1 {
  font-family: 'Open Sans', sans-serif;
}

.font-alt {
  font-family: 'Lora', serif;
}

.bg-img,
.fixed-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fixed-bg {
  background-attachment: fixed;
}

p {
  font-size: 13px;
  line-height: 24px;
}

.bg-dark-alfa-30,
.bg-dark-alfa-50,
.bg-dark-alfa-70,
.bg-dark-alfa-90 {
  position: relative;
  overflow: hidden;
  color: #b9b9ba !important;
}
.bg-dark-alfa-30 h1, .bg-dark-alfa-30 h2, .bg-dark-alfa-30 h3, .bg-dark-alfa-30 h4, .bg-dark-alfa-30 h5, .bg-dark-alfa-30 h6,
.bg-dark-alfa-50 h1,
.bg-dark-alfa-50 h2,
.bg-dark-alfa-50 h3,
.bg-dark-alfa-50 h4,
.bg-dark-alfa-50 h5,
.bg-dark-alfa-50 h6,
.bg-dark-alfa-70 h1,
.bg-dark-alfa-70 h2,
.bg-dark-alfa-70 h3,
.bg-dark-alfa-70 h4,
.bg-dark-alfa-70 h5,
.bg-dark-alfa-70 h6,
.bg-dark-alfa-90 h1,
.bg-dark-alfa-90 h2,
.bg-dark-alfa-90 h3,
.bg-dark-alfa-90 h4,
.bg-dark-alfa-90 h5,
.bg-dark-alfa-90 h6 {
  color: #fff;
}

.bg-dark-alfa-30:before,
.bg-dark-alfa-30 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.3);
}

.bg-dark-alfa-50:before,
.bg-dark-alfa-50 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.5);
}

.bg-dark-alfa-70:before,
.bg-dark-alfa-70 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(17, 17, 17, 0.7);
}

.bg-dark-alfa-90:before,
.bg-dark-alfa-90 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(3, 3, 3, 0.9);
}

.vcenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}

.container {
  z-index: 100;
}

.no-gutter > [class*="col-"] {
  padding: 0;
}

.split-image {
  min-height: 50vw;
  max-height: 640px;
}

.page-section {
  padding: 100px 0;
}

.split-section .content {
  padding: 100px;
  padding-bottom: 0;
}

.section-heading {
  padding-bottom: 50px;
}

.section-heading .title {
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 15px;
}

.section-heading .title span {
  font-weight: 300;
}

.section-heading .subtitle {
  font-size: 14px;
  word-spacing: 1px;
  line-height: 1.9;
}

.hold-btn {
  padding: 10px 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  transition: all 0.4s ease;
  display: inline-block;
}

.hold-btn span {
  position: relative;
  z-index: 2;
}

.btn-border {
  border: 1px solid;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}

.bg-dark-alfa-30 .btn-border,
.bg-dark-alfa-50 .btn-border,
.bg-dark-alfa-70 .btn-border,
.bg-dark-alfa-90 .btn-border {
  border-color: #fff;
  color: #fff;
}
.bg-dark-alfa-30 .btn-border:hover, .bg-dark-alfa-30 .btn-border:focus,
.bg-dark-alfa-50 .btn-border:hover,
.bg-dark-alfa-50 .btn-border:focus,
.bg-dark-alfa-70 .btn-border:hover,
.bg-dark-alfa-70 .btn-border:focus,
.bg-dark-alfa-90 .btn-border:hover,
.bg-dark-alfa-90 .btn-border:focus {
  color: #343434;
}
.bg-dark-alfa-30 .btn-border:after,
.bg-dark-alfa-50 .btn-border:after,
.bg-dark-alfa-70 .btn-border:after,
.bg-dark-alfa-90 .btn-border:after {
  background-color: #fff;
}

.btn-border::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  transition: all 0.4s ease;
}

.btn-border:hover::after,
.btn-border:focus::after {
  width: 100%;
}

#tb-scroll-to-bottom {
  position: absolute;
  bottom: 30px;
  right: 100px;
  width: 27px;
  height: 40px;
  line-height: 45px;
  border-radius: 25px;
  text-align: center;
  border: 2px solid;
}

@-webkit-keyframes scroll-down-anim {
  0% {
    bottom: 2px;
  }
  50% {
    bottom: 7px;
  }
  100% {
    bottom: 2px;
  }
}
@keyframes scroll-down-anim {
  0% {
    bottom: 2px;
  }
  50% {
    bottom: 7px;
  }
  100% {
    bottom: 2px;
  }
}
.scroll-down-icon {
  width: 10px;
  height: 10px;
  font-size: 15px;
  position: relative;
  -webkit-animation: scroll-down-anim 1s infinite;
  animation: scroll-down-anim 1s infinite;
  z-index: 2;
  margin-top: 14px;
}

/* =========================================================== 
    03. Preloader
============================================================ */
#hold-preloader {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #222;
  z-index: 999999;
}

.drip {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100px;
  height: 18px;
  background: skyblue;
  border-radius: 50%;
  transform: translate(-50%, 400%);
}

.drip:before, .drip:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: skyblue;
  border-radius: 50%;
  opacity: 0.5;
  transform: translate(-50%, -50%) scale(1);
  animation: ripple 1s infinite ease-in;
}

.drip:after {
  width: 15px;
  height: 15px;
  border-radius: 0 50% 50%;
  transform: translate(-50%, -1000%) rotate(45deg);
  animation: drip 1s infinite ease-in;
}

@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@keyframes drip {
  0% {
    transform: translate(-50%, -1000%) rotate(45deg);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -1000%) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 0) rotate(45deg);
  }
}
/* =========================================================== 
    04. main wrapper
============================================================ */
.main-wrapper {
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* overlay gradient and solid-opacity*/
.hold-overlay,
.hold-gradient,
.hold-solidopacity,
#star,
#atom-magnet,
#snow,
#rain,
#atom-lolypop,
#atom-origami,
#water-bg,
#sunburn,
#google-map,
.dark-overlay,
.light-overlay,
#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.light-overlay {
  background-color: rgba(255, 255, 255, 0.5);
}

.dark-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}

#hold-slider {
  display: none;
}

.hold-overlay {
  background-image: url(../images/overlay.png);
  background-repeat: repeat;
}

/* kenburn effect */
.kenburnsy {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.kenburnsy.fullscreen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
}

.kenburnsy img {
  display: none;
}

.kenburnsy .slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

#kenburnsy-bg {
  overflow: hidden;
  z-index: -2;
}

/* pattern */
.main-wrapper.pattern {
  background-repeat: repeat;
  background-size: initial;
  -webkit-animation: pattern 30s linear infinite;
  -moz-animation: pattern 30s linear infinite;
  -ms-animation: pattern 30s linear infinite;
  -o-animation: pattern 30s linear infinite;
  animation: pattern 30s linear infinite;
}

@-webkit-keyframes pattern {
  0% {
    background-position: 0 200px, 0 300px, 100px 250px;
  }
  100% {
    background-position: 1000px 200px, 1200px 300px, 1100px 250px;
  }
}
@-moz-keyframes pattern {
  0% {
    background-position: 0 200px, 0 300px, 100px 250px;
  }
  100% {
    background-position: 1000px 200px, 1200px 300px, 1100px 250px;
  }
}
@-ms-keyframes pattern {
  0% {
    background-position: 0 200px, 0 300px, 100px 250px;
  }
  100% {
    background-position: 1000px 200px, 1200px 300px, 1100px 250px;
  }
}
@-o-keyframes pattern {
  0% {
    background-position: 0 200px, 0 300px, 100px 250px;
  }
  100% {
    background-position: 1000px 200px, 1200px 300px, 1100px 250px;
  }
}
@keyframes pattern {
  0% {
    background-position: 0 200px, 0 300px, 100px 250px;
  }
  100% {
    background-position: 1000px 200px, 1200px 300px, 1100px 250px;
  }
}
/* rain */
#rain {
  background: url(../images/rain.gif) repeat top center;
  opacity: 0.4;
  -moz-opacity: 0.4;
  -webkit-opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

/* google map */
#google-map {
  z-index: -2;
}

.heading {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 30px;
}

.time {
  margin: 40px 0;
  text-transform: uppercase;
  font-weight: 600;
}

.hold-countdown {
  border-left: 1px solid;
  margin-bottom: 20px;
}
.hold-countdown div {
  display: inline-block;
  text-align: center;
  border-right: 1px solid;
}
.hold-countdown div span {
  display: block;
  width: 130px;
}
.hold-countdown div span:first-child {
  font-size: 50px;
}
.hold-countdown div span:last-child {
  font-size: 13px;
  text-transform: capitalize;
  width: 130px;
}

.hold-subscribe-form input {
  display: inline-block;
  width: 63%;
  margin-right: 2%;
  float: left;
  background-color: transparent;
  border: 1px solid;
  height: 40px;
  padding: 0 20px;
  margin-bottom: 20px;
}
.hold-subscribe-form button {
  float: left;
  font-size: 13px;
  text-transform: uppercase;
  height: 40px;
  padding: 0 30px;
  position: relative;
  transition: all 0.4s ease;
}
.hold-subscribe-form button:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  transition: all 0.4s ease;
}
.hold-subscribe-form button:hover, .hold-subscribe-form button:focus {
  color: #fff;
}
.hold-subscribe-form button:hover:after, .hold-subscribe-form button:focus:after {
  width: 100%;
}
.hold-subscribe-form button span {
  z-index: 2;
  position: relative;
}

.hold-subscribe-message {
  display: block;
  height: 30px;
  line-height: 15px;
  font-size: 15px;
  margin-top: 5px;
}

.hold-subscribe-message p {
  font-size: 15px;
}

.error > p {
  color: #f25454;
}

.valid > p {
  color: green;
}

.social-icons {
  margin-top: 20px;
}
.social-icons li {
  margin-right: 15px;
}
.social-icons a {
  font-size: 16px;
}

/* =========================================================== 
    05. Service Section
============================================================ */
.service-block {
  padding-bottom: 40px;
}

.service-block .sicon {
  float: left;
  width: 20%;
}

.service-block .sicon i {
  font-size: 25px;
}

.service-block .desk {
  overflow: hidden;
}

.service-block .desk .title {
  font-size: 18px;
}

/* =========================================================== 
    06. Testimonial Section
============================================================ */
.testimonial-carousel {
  overflow: visible;
}

.testimonial img {
  max-height: 24.375em;
  margin-bottom: 25px;
}

.testimonial h4 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 16px;
}

.testimonial blockquote {
  border: none;
  font-size: 16px;
  line-height: 1.8;
  font-style: italic;
  padding: 10px 0;
  font-family: 'Lora', serif;
}

/* =========================================================== 
    07. Blog Section
============================================================ */
.single-post img.media-object {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.featured-post {
  margin-bottom: 40px;
}

.featured-post h1 {
  font-weight: 800;
  font-size: 50px;
  margin-bottom: 30px;
}

.featured-post h1 span {
  font-weight: 300;
}

.featured-post .lead {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.featured-post .date {
  display: block;
  font-weight: 600;
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
}

.postloop-title {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
}

.single-post .post-title a {
  font-size: 23px;
  font-weight: 800;
}

.single-post p {
  font-family: 'Lora', serif;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.single-post .date {
  text-transform: uppercase;
  font-size: 11px;
  opacity: 0.7;
  font-weight: 600;
  letter-spacing: 1px;
}

/* =========================================================== 
    08. Contact Section
============================================================ */
.form input,
.form textarea {
  background-color: transparent;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 20px;
  border: 1px solid;
}

.form input {
  height: 40px;
}

.form textarea {
  padding: 20px;
}

.inset-number {
  font-size: 160px;
  font-weight: 600;
  line-height: 1;
}

.phone, .email, .address {
  position: relative;
  margin-bottom: 30px;
}

.contact-details a {
  color: #b9b9ba;
}

.contact-details h3 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 7px 0;
}

/* =========================================================== 
    09. Footer Section
============================================================ */
.copyright {
  margin: 0;
  padding: 20px 0;
}
