
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Ubuntu:300,400,700&display=swap');

/* Photo by Adi Constantin on Unsplash */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .content-box-overlay {
    background: rgba(13,11,11, 0.5);
    /* z-index: 2; */
  }

  .left-panel{
    max-width: 500px;
    color: #ffffff;
  }
/*----------------------- Preloader -----------------------*/
/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 99;
    /* makes sure it stays on top */
  }

  #status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url(../img/96x96.gif);
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
  }

  /* video */



  /*  */
body {
  font-family: 'Ubuntu', sans-serif;

  /* width: 800px; */
  margin: 0 auto;
  color: #74869a;
  /* background: #fafafa; */
  font-weight: 300;
   /* Panel animation should last 200ms */
   transition: margin-right .5s;
}
h1{
    font-weight: 700;
}
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.counter {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  line-height: 1;
  font-size: 40px;
  font-weight: 700;
}
p{
  font-size: 0.8rem;
  font-weight: 300;
}
span {
  font-family: 'Ubuntu', sans-serif;
  display: block;
  font-size: 20px;
  color: #fff;
  text-transform: lowercase;
  font-weight: 300;
}

#days {
  font-size: 50px;
  color: #db4844;
}
#hours {
  font-size: 50px;
  color: #f07c22;
}
#minutes {
  font-size: 50px;
  color: #f6da74;
}
#seconds {
  font-size: 50px;
  color: #abcd58;
}

.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh;
    /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
  }

  /* The side panel*/
  .sidebarNew {
    display:none;
    height: 100%; /* 100% Full-height */
    width: 70%; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    right: 0;
    color:#2b2929;
    background-color: #fff; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    font-size: normal;

  }

  .closeBtn{
    padding: 3px 20px 3px 15px;
    background: #fff;
    margin: 10px;
    border-radius: 20px;
  }

  .side-panel-top-panel{
    background:#fff;
    color: #1e272e;
  }
  .side-top-banner{
    max-height: 300px;
  }
  .t-text-1{
    font-family: 'Open Sans', sans-serif;
    color:#071c35;
    text-transform: uppercase;
    padding: 10px;
  }
  .t-text-2{
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
  }
  .t-text-2-featured{
    text-transform: uppercase;
    color:#00b0ff;
    font-weight: 400;
    margin-bottom: .5rem;
    letter-spacing: 2px;
  }
  .t-text-p{
    color:#74869a;
    margin-bottom: .2rem;
  }

  .t-text-p-title{
    font-size: 1rem;
  }
  .t-text-link{
    color:#00b0ff;
  }

.t_icons {
    /* padding: .5em; */
    vertical-align: middle;
    position: relative;
    font-size: 2rem;
    display: inline-block;
}

.t-user-icon,.t-design-icon, .t-fast-optimized-icon {
  padding: 20px;
  border-radius: 50%;
}

.t-user-icon{
  color:#ff7676;
  background-color:#ffe7e7 ;
}
.t-design-icon {
  color:#0088ff;
  background-color: #d7f8ff;
}

.t-fast-optimized-icon{
    color: #ffb237;
    background-color: #fff7d0;
}
.featured-container{
  transition: 0.9s;
  /* padding:auto; */
  /* background-color: #db4844; */
  /* overflow: hiden; */
}

.featured-container:hover {
  transition: 0.9s;
  /* margin: 0px auto;
  overflow: hidden; */
  border-radius: 10px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.offer-banner{
  max-height: 250px;
}
.t-text-know-more-btn {
    color: #ffffff;
}

  /* .input {
    display: flex;
    align-items: center;
  } */

  .btn-subscribe{
    margin-left: -50px;
    color: #74869a;
  }
  .sub-form-control{
    border:#0000006b;
    font-weight: 300;
    background:#0000006b;
  }
  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: red;
    opacity: 1; /* Firefox */
  }

  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: red;
  }

  ::-ms-input-placeholder { /* Microsoft Edge */
    color: red;
  }

.form-control::-webkit-input-placeholder { color: #74869a; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: #74869a; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #74869a; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #74869a; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: #74869a; }  /* Microsoft Edge */

/* css loading */
.spinner {
    margin: 5px auto 0;
    width: 70px;
    text-align: center;
  }

  .spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  }

  .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }

  .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }

  @-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
  }

  @keyframes sk-bouncedelay {
    0%, 80%, 100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    } 40% {
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
    }
  }
  .fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 2s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
  /* #submit-spinner{
      visibility: hidden;
  } */
