/* =======================================================================
Yamiro - One page Parallax Theme
======================================================================= */

/*
    1. TYPOGRAPHY
    2. GLOBAL STYLES
    3. HEADER
    4. NAVGITION
    5. ABOUT
      5.1 = ABOUT CONTENT
      5.2 = FEATURES
    6. SERVICES
    7. WORK
    8. FACTS
    9. PRICE
    10. TESTIMONIALS
    11. BLOG
    12. CONTACT
    13. RIGHTS
    14. CONTACT PAGE
*/

/*---------------------------------------
  1. TYPOGRAPHY                
-----------------------------------------*/
  
/* FONTS */
@import url('https://fonts.googleapis.com/css?family=Dosis');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');

/* --------------------------------------
  2. GLOBAL STYLES
-----------------------------------------*/
body {
  background: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  overflow-x: hidden;
  color: #212121;
}
ul,ol {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a {
  color:#212121;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
p,span,h1,h2,h3,h4,h5,a {
  margin:0;
  letter-spacing: 0.5px;
  line-height: 27px;
}
img {
  max-width: 100%;
  height: auto;
}
.clear {
  clear:both;
}
.sections {
  padding: 120px 0;
}

/* TITLE */
.title {
  margin-bottom: 120px;
  text-align: center;
}
.title h4 {
  margin-bottom: 30px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 40px;
}
.title p {
  font-weight: 300;
  color: black;
  letter-spacing: 1px;
  font-size: 13.5px;
  width: 50%;
  margin: 0 auto;
}

/* PRELOADER */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 9999999999999
}
.load-circle {
  margin: 45vh auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #e8e8e8;
  border-top: 2px solid #212121;
  -webkit-animation: rotate 1.2s infinite linear;
  animation: rotate 1.2s infinite linear
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}

/*---------------------------------------
  3. HEADER                
-----------------------------------------*/
.s-header {
  background: url('../images/bg.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  position: relative;
  overflow-x: hidden!important;
}
.s-header .header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,.5);
}
.s-header .middle-c {
  color:#FFF;
  position: absolute;
  width: 100%;
  top: 47%;
  left: 0;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.s-header .middle-c .capt {
  margin-top: 50px;
}
.s-header .middle-c h1 {
  font-weight: 300;
  font-size: 42px;
  letter-spacing: 4px;
  display: inline-block;
  color: #fff;
}
.s-header .middle-c h1 span {
  font-weight: 300;
  font-size: 58px;
}
.s-header .middle-c h3 {
  margin: 40px 0;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 2px;
}
.s-header .middle-c a {
  margin: 0 15px;
  display: inline-block;
  font-size: 11.5px;
  padding: 8px 30px;
  border: 1px solid #fff;
  letter-spacing: 2px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  background: transparent;
  color: #FFF;
}
.s-header .middle-c a:hover {
  background: #FFF;
  color: #232323;
}
.s-header .middle-c .b-act {
  color: #FFF;
}
.s-header .middle-c .b-act:hover {
  border-color: #FFF;
  background: #FFF;
}

.demos .image-b {
  padding: 0 30px;
  text-align: center;
  position: relative;
}
.demos .image-b img {
  border: 1px solid #ededed;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.image-b h4 {
  font-weight: 300;
  margin-top: 15px;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.demos .image-b:hover img {
  border-color: whtie;
}
.demos .image-b:hover h4 {
  color: #3bafda;
}
.rtl-demo {
  background: white;
}
.buy-yamiro {
  position: fixed;
  left: 40px;
  bottom: 105px;
  z-index: 99999;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  padding-top: 24px;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #ededed;
  background: #171717;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
}
.buy-yamiro:after {
  background: #3bafda;
  border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  width: 80px;
  height:80px;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  content: "";
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: purchase-ani;
  -ms-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  -ms-nimation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@keyframes purchase-ani {0%{opacity:1}100%{opacity:0;-webkit-transform:scale(1.3);transform:scale(1.3)}}
@keyframes purchase-ani {0%{opacity:1}100%{opacity:0;-o-transform:scale(1.3);transform:scale(1.3)}}
@keyframes purchase-ani {0%{opacity:1}100%{opacity:0;-ms-transform:scale(1.3);transform:scale(1.3)}}
@keyframes purchase-ani {0%{opacity:1}100%{opacity:0;-moz-transform:scale(1.3);transform:scale(1.3)}}

#buymo {
  color: #FFF;
  font-family: 'Dosis';
  font-size: 30px;
  font-weight: 400;
}
#buymo p {

}
#buymo p span {
  font-size: 15px;
  font-weight: 300;
}
/* --------------------------------------
  13. RIGHTS
-----------------------------------------*/
.rights {
  text-align: center;
}
.social-icon span {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #ededed;
  background: #171717;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  display: inline-block;
  margin: 0 7px;
}
.rights p {
  margin-top: 40px;
  font-weight: 400
}

/* --------------------------------------
  14. CONTACT PAGE
-----------------------------------------*/
.contact-p {
  background: #fafafa;
}
.contact-f {
  float: none;
  text-align: center;
  background: #FFF;
  margin: 80px auto;
  padding: 60px 30px;
  -webkit-box-shadow: 0 5px 7px 0 rgba(0,0,0,0.20);
  -moz-box-shadow: 0 5px 7px 0 rgba(0,0,0,0.20);
  box-shadow: 0 5px 7px 0 rgba(0,0,0,0.20);
}
.contact-f h3 {
  font-size: 19px;
  margin-top: 30px;
}
.contact-success i {
  color: #8cc152;
}
.contact-nosuccess i {
  color: #e9573f;
}
.footer .f-co a {
  color: #232323;
}