@font-face {
  font-family: "Coiny";
  src: url("../fonts/coiny/Coiny-Regular.eot");
  src: local("☺"), url("../fonts/coiny/Coiny-Regular.woff") format("woff"),
    url("../fonts/coiny/Coiny-Regular.ttf") format("truetype"),
    url("../fonts/coiny/Coiny-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  background: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.tm-white a {
  color: #fff;
}

/* start h1 group */
h1 {
  margin-top: 0;
  margin-bottom: 25px;
}
h1,
h2,
h3,
h4 {
  font-weight: bold;
}
/* end h1 group */
p {
  line-height: 1.6em;
}
/* img */
img {
  max-width: 100%;
  height: auto;
}
/* img */

/* overlay */
.overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding-top: 200px;
  padding-bottom: 200px;
}
/* over lay */

/* start page container */
@media (min-width: 768px) {
  .container {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}
/* end page container */

/* start preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  /*justify-content: center;*/
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: none repeat scroll 0 0 #fff;
}
.sk-spinner-rotating-plane.sk-spinner {
  width: 50px;
  height: 50px;
  /* background-color: #2196f3; */
  margin: 0 auto;
  -webkit-animation: rear-grow 1s infinite, fade-out 1s 1s infinite;
  animation: rear-grow 1s infinite, fade-out 1s 1s infinite;
}
.fader {
  width: 50px;
  height: 50px;
  position: absolute;
  transform-origin: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  /* -webkit-animation: fade-in 1s infinite linear;
  animation: rear-grow 1s infinite, fade-out 1s 1s infinite; */
}
.fader.back {
  opacity: 0;
  -webkit-animation: rear-grow 0.8s infinite, fade-out 0.8s 0.8s infinite;
  animation: rear-grow 0.8s infinite, fade-out 0.8s 0.8s infinite;
}
#spinner {
  display: none;
}
.spinner {
  width: 15px;
  height: 15px;
  font-size: 15px;
  margin: 0 auto;
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
}

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(180deg);
    transform: perspective(120px) rotateX(0deg) rotateY(180deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(360deg);
    transform: perspective(120px) rotateX(0deg) rotateY(360deg);
  }
}

@keyframes rear-grow {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.4);
  }
}

@keyframes fade-out {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  75% {
    transform: scale(1.2);
    opacity: 1;
  }
  84% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  93% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-skew {
  20% {
    -webkit-transform: skew(15deg, 15deg);
    transform: skew(15deg, 15deg);
  }
  40% {
    -webkit-transform: skew(-15deg, 15deg);
    transform: skew(-15deg, -15deg);
  }
  60% {
    -webkit-transform: skew(15deg, 15deg);
    transform: skew(15deg, 15deg);
  }
  80% {
    -webkit-transform: skew(-15deg, -15deg);
    transform: skew(-15deg, -15deg);
  }
  100% {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
  }
}

@keyframes sk-skew {
  20% {
    -webkit-transform: skew(15deg, 15deg);
    transform: skew(15deg, 15deg);
  }
  40% {
    -webkit-transform: skew(-15deg, 15deg);
    transform: skew(-15deg, -15deg);
  }
  60% {
    -webkit-transform: skew(15deg, 15deg);
    transform: skew(15deg, 15deg);
  }
  80% {
    -webkit-transform: skew(-15deg, -15deg);
    transform: skew(-15deg, -15deg);
  }
  100% {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
  }
}

/* end preloader */

/* start navigation */
.navbar-default {
  background: #fff;
  border: none;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
  margin: 0 !important;
}
.navbar-default .navbar-brand {
  color: #2196f3;
  font-size: 30px;
  padding: 2.5px;
  font-weight: bold;
  height: 50px;
  line-height: 35px;
}
.navbar-default .nav li a {
  color: #666;
  font-size: 13px;
  font-weight: bold;
  height: 50px;
  line-height: 40px;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus,
.navbar-default .nav li a.current {
  color: #2196f3;
}

.navbar-default .navbar-toggle {
  border: none;
  padding-top: 20px;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #2196f3;
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
/* end navigation */

/* start home */
#home {
  background: url("../images/dashboard.png") no-repeat;
  background-size: cover;
  color: #fff;
  margin-top: 70px;
  text-align: center;
  width: 100%;
}
#home p {
  font-weight: 400;
  font-style: italic;
  line-height: 2em;
}
#home img {
  display: inline-block;
  margin-top: 30px;
  height: 120px;
}
/* end home */

/* start divider */
#divider {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
#divider .fa,
#divider .fab {
  color: #2196f3;
  font-size: 60px;
}
#divider h3 {
  font-size: 20px;
}
/* end divider */

/* start feature */
.bg-grey {
  background: #f8f8f8;
}
.feature {
  padding-top: 40px;
  padding-bottom: 40px;
}
.feature p {
  padding-top: 10px;
}
.feature span {
  float: left;
}
.feature .fa,
.feature .fab {
  background: #2196f3;
  border-radius: 50%;
  font-size: large;
  color: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 20px;
}
/* end feature */

/* start pricing */
#pricing {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
#pricing h2 {
  padding-bottom: 60px;
}
#pricing .pricing {
  background: #fff;
  position: relative;
  bottom: 0px;
  transition: bottom 0.3s ease-in-out;
}
#pricing .active,
#pricing .pricing:hover {
  bottom: 20px;
}
#pricing .pricing .pricing-title {
  background: #2196f3;
  color: #fff;
  font-weight: bold;
  padding: 30px;
}
#pricing .pricing .pricing-title p {
  font-size: 20px;
}
#pricing .pricing ul {
  padding: 0;
  margin: 0;
}
#pricing .pricing ul li {
  display: block;
  list-style: none;
  padding: 16px;
}
#pricing .pricing .btn {
  background: transparent;
  border: 1px solid #2196f3;
  border-radius: 0px;
  color: #2196f3;
  font-weight: bold;
  padding-right: 40px;
  padding-left: 40px;
  margin-top: 20px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}
#pricing .pricing .btn:hover {
  background: #2196f3;
  color: #fff;
}
/* end pricing */

/* start download */
#download {
  padding-top: 80px;
  padding-bottom: 80px;
}
#download h2 {
  padding-bottom: 20px;
}
#download .btn {
  border-radius: 0px;
  font-weight: bold;
  margin-top: 20px;
  padding: 10px 40px 10px 40px;
}
/* end download */

/* start contact */
#contact {
  background: url("../images/dashboard.png") no-repeat;
  background-position: bottom;
  background-size: cover;
  color: #fff;
}
#contact h2 {
  padding-bottom: 10px;
}
#contact address {
  padding-top: 20px;
}
#contact .overlay {
  /* background: rgba(0, 0, 0, 0.6); */
  padding-top: 40px;
  padding-bottom: 40px;
}
#contact address .fa,
#contact address .fab {
  background: #2196f3;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 6px;
  margin-right: 10px;
}
#contact .contact-form {
  padding-top: 40px;
}
#contact .form-control {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 20px;
}
#contact input,
#spinner {
  height: 50px;
}
#contact input[type="submit"],
#spinner {
  background: #2196f3;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s ease;
}
#contact input[type="submit"]:hover {
  background: #107db6;
}
/* end contact */

/* start footer */
footer {
  background: #fff;
  font-weight: 400;
  text-align: center;
  padding: 20px;
}
/* end footer */

@media screen and (max-width: 991px) {
  .pine-box {
    margin-bottom: 30px;
  }
  #pricing .active {
    bottom: 0;
  }
  .pricing {
    margin-bottom: 20px;
  }
  .feature img,
  #download img {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .navbar-default .nav li a {
    height: auto;
    line-height: 2em;
  }

  .feature,
  #pricing,
  #download {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  #contact .overlay {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
/* start media 360 */
@media screen and (max-width: 360px) {
  .pricing {
    padding-bottom: 40px;
  }
}
/* end media 360 */
.logo {
  height: 45px;
}
.iconFont {
  font-family: "Coiny" !important;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.b {
  font-weight: bold;
}
.blue {
  color: #2196f3 !important;
}
.slogen {
  display: block;
}
.mb-3 {
  margin-bottom: 3rem;
}
.bs {
  box-shadow: 1px 1px 10px grey;
}
.br-5 {
  border-radius: 5px;
}
.brt-5 {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.pop {
  position: fixed;
  bottom: 10vh;
  width: 100vw;
}
.fs-14 {
  font-size: 12px;
}
