*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100% !important;; padding: 0 !important;; margin: 0 !important;;color: #fff !important;}

body {
  font-size: 100%;
}
/* annimated time */
.scroll-time1 {
  -webkit-animation-delay: 0.1s;
  /* Chrome, Safari, Opera */
  animation-delay: 0.1s;
}
.scroll-time2 {
  -webkit-animation-delay: 0.5s;
  /* Chrome, Safari, Opera */
  animation-delay: 0.5s;
}
.scroll-time3 {
  -webkit-animation-delay: 1s;
  /* Chrome, Safari, Opera */
  animation-delay: 1s;
}
.scroll-time4 {
  -webkit-animation-delay: 1.5s;
  /* Chrome, Safari, Opera */
  animation-delay: 1.5s;
}
.scroll-time5 {
  -webkit-animation-delay: 0.5s;
  /* Chrome, Safari, Opera */
  animation-delay: 0.5s;
}
.scroll-time6 {
  -webkit-animation-delay: 0.6s;
  /* Chrome, Safari, Opera */
  animation-delay: 0.6s;
}
.scroll-time7 {
  -webkit-animation-delay: 0.7s;
  /* Chrome, Safari, Opera */
  animation-delay: 0.7s;
}
/* edn annimetaed time */
.cover {
  background-repeat: no-repeat;
  position: relative;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.container-home {
  height: 100%;
}
.home-side {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
.home-side-left {
  left: 0;
  background-image: url(../images/homeoc-bg.jpg);
}
.home-side-left .issue,
.home-side-right .issue {
  position: absolute;
}
.home-side-left .issue1 {
  top: 30%;
  left: 15%;
}
.home-side-left .issue2 {
  top: 40%;
  right: 15%;
}
.home-side-left .issue3 {
  top: 55%;
  right: 30%;
}
.home-side-left .issue4 {
  top: 55%;
  left: 10%;
}
.home-side-left .issue:before {
  content: "\f128";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #287db9;
  font-size: 13px;
  padding: 2px 7px;
  border-radius: 50%;
  position: absolute;
  top: -23px;
  right: -20px;
  border: 2px solid #287db9;
  background-color: #ffffff;
}
.home-side-right .issue:before {
  content: "\f128";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #96588b;
  font-size: 13px;
  padding: 2px 7px;
  border-radius: 50%;
  position: absolute;
  top: -23px;
  right: -20px;
  border: 2px solid #96588b;
  background-color: #ffffff;
}
.home-side-right {
  right: 0;
  background-image: url(../images/homewp-bg.jpg);
}
.home-side-right .issue1 {
  top: 35%;
  left: 15%;
}
.home-side-right .issue2 {
  top: 30%;
  right: 15%;
}
.home-side-right .issue3 {
  top: 55%;
  right: 10%;
}
.home-side-right .issue4 {
  top: 55%;
  left: 30%;
}
.logo-container {
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 3;
  background-color: #fff;
  padding: 10px 30px;
  -moz-transform: translate(-50%, -60%);
  -o-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
}
.text-container {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 3;
  -moz-transform: translate(-50%, -10%);
  -o-transform: translate(-50%, -10%);
  -ms-transform: translate(-50%, -10%);
  -webkit-transform: translate(-50%, -10%);
  transform: translate(-50%, -10%);
}
.text-container h1 {
  margin:0;
  font-size: 1.8em;
  line-height: 1.3;
}
.text-container h2 {
  margin-top: .5em;
  font-size: 1.3em;
}
.text-center {
  text-align: center;
}
.overlay {
  background: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.overlay2 {
  z-index: 1000;
  position: absolute;
  background:transparent;
  top: 0;
  height: 100%;
  width: 50%;
}
.overlay2.left{
  left: 0;
}
.overlay2.right{
  right: 0;
}
.home-side:hover .overlay {
  opacity: 0;
}
.heading-container {
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
}

.heading-container p {
  font-size: 2.1em;
  line-height: 1.3;
}

@media screen and (max-width: 83em) {
  body { font-size: 60%; }
}

@media screen and (max-width: 58em) {
  body { font-size: 90%; }
}
@media screen and (max-width: 42.5em) {
  body { font-size: 80%; }
}

@media screen and (max-width: 320px) {
  body { font-size: 70%; }
}

@media (max-width: 768px) {
  .text-container h1 {
      font-size: 1.6em;
  }
  .text-container h2 {
    font-size: 1.2em;
  }
  .home-side {
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%;
  }
  .home-side-right {
    bottom: 0;
    top: auto;
  }
  .text-container, .issue, .overlay2 {
    display: none;
  }
  .logo-container {
    position: absolute;
    top: 51%;
    left: 50%;
    z-index: 3;
    background-color: #fff;
    padding: 10px 30px;
    -moz-transform: translate(-51%, -60%);
    -o-transform: translate(-51%, -60%);
    -ms-transform: translate(-51%, -60%);
    -webkit-transform: translate(-51%, -60%);
    transform: translate(-51%, -60%);
  }
  .home-side-left .heading-container {
    bottom:auto;
    top: 50%;
    -ms-transform: translate(0,-50%); /* IE 9 */
    -webkit-transform: translate(0,-50%); /* Safari */
    transform: translate(0,-50%);
    padding: 0 10px;
  }
  .home-side-right .heading-container {
    bottom:auto;
    top: 50%;
    -ms-transform: translate(0,-50%); /* IE 9 */
    -webkit-transform: translate(0,-50%); /* Safari */
    transform: translate(0,-50%);
    padding: 0 10px;
  }
  .heading-container p {
    font-size: 1.8em;
  }
  .overlay {
    opacity: 0;
  }
}

/* Login Popup */

body .woo-login-popup-sc-modal label {
  font-size: 12px !important;
}
body .woo-login-popup-sc-modal h2 {
  font-size: 22px !important;
  margin-bottom: 20px !important;
}
body .woo-login-popup-sc-modal input {
  border-radius: 5px !important;
  height: 34px !important;
  padding: 6px 12px !important;
  font-size: 13px !important;
}
body .woo-login-popup-sc-modal .woo-login-popup-sc-bg {
  background: transparent url(../images/popup-img_oc.jpg) center center !important;
}
body .woo-login-popup-sc-modal input[type='checkbox'] {
  float: left !important;
  margin-top: 2px !important;
  line-height: 0 !important;
  height: inherit !important;
  margin-right: 5px !important;
}
body .woo-login-popup-sc-modal .woocommerce-Button {
  color: #ffffff;
  background-color: #287db9;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  text-transform: uppercase;
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
body .woo-login-popup-sc-modal .woocommerce-LostPassword a {
  font-weight: 600;
  font-size: 13px;
}
body .woo-login-popup-sc-modal .woocommerce-LostPassword a:hover {
  color: #287db9;
}
nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.woocommerce-MyAccount-navigation ul li a {
    color: black;
    padding: 5px 0 !important;
    display: block;
}
nav.woocommerce-MyAccount-navigation ul li {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 15px;
    margin-bottom: 5px;
}
nav.woocommerce-MyAccount-navigation ul li:hover {
    background: black;
    color: #fff;
}
nav.woocommerce-MyAccount-navigation ul li:hover a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
