@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix")
      format("embedded-opentype"),
    url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"),
    url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"),
    url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* =======================================================
*
* 	Template Style
*
* ======================================================= */
body {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  color: gray;
  background: whitesmoke;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

p {
  margin-bottom: 20px;
}

h1 {
  font-size: 10em;
}
h2 {
  font-size: 3em;
  margin: 1em 0 0 2em !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
figure {
  color: #303133;
  font-family: "Nunito", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  line-height: 1.3;
}

::-webkit-selection {
  color: #fff;
  background: #4aca85;
}

::-moz-selection {
  color: #fff;
  background: #4aca85;
}

::selection {
  color: #fff;
  background: #4aca85;
}

.video-hero {
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .video-hero {
    heifght: inherit;
    padding: 3em 0;
  }
}
.video-hero .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.95;
  background: #499bea;
  background: -moz-linear-gradient(-45deg, #499bea 0%, #798eea 100%);
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, #499bea),
    color-stop(100%, #798eea)
  );
  background: -webkit-linear-gradient(-45deg, #499bea 0%, #798eea 100%);
  background: -o-linear-gradient(-45deg, #499bea 0%, #798eea 100%);
  background: -ms-linear-gradient(-45deg, #499bea 0%, #798eea 100%);
  background: -webkit-linear-gradient(315deg, #499bea 0%, #798eea 100%);
  background: -o-linear-gradient(315deg, #499bea 0%, #798eea 100%);
  background: linear-gradient(135deg, #499bea 0%, #798eea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#798eea', GradientType=1 );
  z-index: 1;
}
.video-hero .display-t {
  display: table;
  height: 700px;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .video-hero .display-t {
    height: 600px;
  }
}
.video-hero .display-t.display-t2 {
  height: 500px;
}
.video-hero .display-tc {
  display: table-cell;
  vertical-align: middle;
}
.video-hero .display-tc .holder {
  color: #fff;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 7px;
}
.video-hero .display-tc .holder span {
  position: relative;
}
.video-hero .display-tc h2 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 20px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .video-hero .display-tc h2 {
    font-size: 34px;
  }
}
.video-hero .display-tc p {
  font-family: "Nunito", Arial, sans-serif;
  color: #fff;
  font-weight: 200;
  font-size: 30px;
}
.video-hero .display-tc p.breadcrumbs {
  font-size: 14px;
}
.video-hero .display-tc p.breadcrumbs span {
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.5);
}
.video-hero .display-tc p.breadcrumbs span a {
  color: rgba(255, 255, 255, 0.9);
}
.video-hero .display-tc .btn-custom {
  font-size: 16px;
}

svg:hover .color {
  animation: col 4s linear infinite;
}

/* img {
  position: absolute;
  top: -100px;
  left: -100px;
} */
@keyframes col {
  0% {
    fill: rgb(58, 199, 69);
  }
  20% {
    fill: rgb(228, 225, 57);
  }
  40% {
    fill: rgb(255, 155, 61);
  }
  60% {
    fill: rgb(255, 63, 63);
  }
  80% {
    fill: rgb(166, 38, 251);
  }
  100% {
    fill: rgb(58, 199, 69);
  }
}
/*
.colorlib-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
} */
