/**
* Template Name: Bell - v4.0.1
* Template URL: https://bootstrapmade.com/bell-free-bootstrap-4-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

h1, h2, h3, h4, h5, h6 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Microsoft Yahei', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Helvetica Neue', Arial, sans-serif;
}

p {
  line-height: 1.55;
  color: #333;
  font-size: 400;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Microsoft Yahei', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Helvetica Neue', Arial, sans-serif;
}

h1 {
  font-size: 62px;
}

h2 {
  font-size: 30px;
  margin-bottom: 65px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
a {
  transition: 0.5s;
  text-decoration: none;
  color: #199EB8;
}

a:hover {
  color: #23c2e1;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,0,0,0);
}

footer p {
  margin-top: 10px;
  font-size: 14px;
  color: #6c757d;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #199EB8;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #1ebddc;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* ==================================================
  Elements
  ================================================== */
.btn {
  background-color: #199EB8;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Microsoft Yahei', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 800;
  color: #fff;
  padding: 15px 45px;
  border-radius: 50px;
}

.btn:hover {
  background-color: #E04F00;
  color: #fff;
}

.btn:focus {
  color: #fff;
}

.btn-ghost {
  border: 3px solid #fff;
  background-color: transparent;
}

.btn-ghost:hover {
  background-color: #fff;
  color: #199EB8;
}

section {
  padding: 85px 0;
}

.card {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
}

a:hover {
  text-decoration: none !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #199EB8;
  height: 70px;
}

#header #logo h1 {
  font-size: 32px;
  margin: 0;
  line-height: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Microsoft Yahei', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links {
  margin: 0 0 0 30px;
}

.header-social-links a {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 8px;
  display: inline-block;
  line-height: 0px;
  transition: 0.3s;
}

.header-social-links a i {
  line-height: 0;
  font-size: 24px;
}

.header-social-links a:hover {
  color: #fff;
}

@media (max-width: 768px) {
  .header-social-links {
    margin: 0 15px 0 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Microsoft Yahei', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar li:hover > a {
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #555;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #199EB8;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(34, 34, 34, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #555;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #199EB8;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #199EB8;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
@keyframes move {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
}

.background {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: #000000;
    overflow: hidden;
}

.background span {
    width: 1vmin;
    height: 1vmin;
    border-radius: 1vmin;
    backface-visibility: hidden;
    position: absolute;
    animation: move;
    animation-duration: 46;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


.background span:nth-child(0) {
    color: #3d58c2;
    top: 99%;
    left: 3%;
    animation-duration: 10s;
    animation-delay: -24s;
    transform-origin: 21vw -3vh;
    box-shadow: -2vmin 0 0.45268377453963415vmin currentColor;
}
.background span:nth-child(1) {
    color: #ccda0b;
    top: 34%;
    left: 56%;
    animation-duration: 17s;
    animation-delay: -36s;
    transform-origin: -9vw 24vh;
    box-shadow: -2vmin 0 1.014766384587182vmin currentColor;
}
.background span:nth-child(2) {
    color: #ccda0b;
    top: 78%;
    left: 29%;
    animation-duration: 41s;
    animation-delay: -30s;
    transform-origin: 11vw 22vh;
    box-shadow: -2vmin 0 0.429205470876902vmin currentColor;
}
.background span:nth-child(3) {
    color: #3d58c2;
    top: 54%;
    left: 81%;
    animation-duration: 11s;
    animation-delay: -4s;
    transform-origin: 6vw -4vh;
    box-shadow: -2vmin 0 0.9950548778881287vmin currentColor;
}
.background span:nth-child(4) {
    color: #3d58c2;
    top: 81%;
    left: 62%;
    animation-duration: 20s;
    animation-delay: -9s;
    transform-origin: -8vw -17vh;
    box-shadow: -2vmin 0 0.6439738368098673vmin currentColor;
}
.background span:nth-child(5) {
    color: #d82258;
    top: 96%;
    left: 4%;
    animation-duration: 45s;
    animation-delay: -33s;
    transform-origin: -11vw 3vh;
    box-shadow: 2vmin 0 0.872476141155438vmin currentColor;
}
.background span:nth-child(6) {
    color: #ccda0b;
    top: 64%;
    left: 71%;
    animation-duration: 31s;
    animation-delay: -9s;
    transform-origin: -21vw -1vh;
    box-shadow: -2vmin 0 0.7044828025415115vmin currentColor;
}
.background span:nth-child(7) {
    color: #d82258;
    top: 87%;
    left: 8%;
    animation-duration: 39s;
    animation-delay: -11s;
    transform-origin: -16vw 21vh;
    box-shadow: 2vmin 0 1.136260287309583vmin currentColor;
}
.background span:nth-child(8) {
    color: #d82258;
    top: 47%;
    left: 3%;
    animation-duration: 13s;
    animation-delay: -36s;
    transform-origin: 21vw -12vh;
    box-shadow: -2vmin 0 1.0769838146656119vmin currentColor;
}
.background span:nth-child(9) {
    color: #3d58c2;
    top: 33%;
    left: 71%;
    animation-duration: 35s;
    animation-delay: -18s;
    transform-origin: 23vw -13vh;
    box-shadow: -2vmin 0 1.0795301317192214vmin currentColor;
}
.background span:nth-child(10) {
    color: #d82258;
    top: 24%;
    left: 24%;
    animation-duration: 26s;
    animation-delay: -2s;
    transform-origin: 10vw 21vh;
    box-shadow: -2vmin 0 0.8590699149072942vmin currentColor;
}
.background span:nth-child(11) {
    color: #3d58c2;
    top: 8%;
    left: 12%;
    animation-duration: 28s;
    animation-delay: -36s;
    transform-origin: -5vw 23vh;
    box-shadow: 2vmin 0 1.0420005762704978vmin currentColor;
}
.background span:nth-child(12) {
    color: #ccda0b;
    top: 7%;
    left: 21%;
    animation-duration: 13s;
    animation-delay: -22s;
    transform-origin: -9vw 9vh;
    box-shadow: -2vmin 0 0.4203177454025131vmin currentColor;
}
.background span:nth-child(13) {
    color: #3d58c2;
    top: 34%;
    left: 13%;
    animation-duration: 33s;
    animation-delay: -28s;
    transform-origin: 16vw 7vh;
    box-shadow: 2vmin 0 0.7645213533910484vmin currentColor;
}
.background span:nth-child(14) {
    color: #ccda0b;
    top: 68%;
    left: 47%;
    animation-duration: 9s;
    animation-delay: -17s;
    transform-origin: 21vw 10vh;
    box-shadow: -2vmin 0 0.631589794772649vmin currentColor;
}
.background span:nth-child(15) {
    color: #ccda0b;
    top: 91%;
    left: 5%;
    animation-duration: 42s;
    animation-delay: -12s;
    transform-origin: 9vw 4vh;
    box-shadow: 2vmin 0 0.3516296301431785vmin currentColor;
}
.background span:nth-child(16) {
    color: #d82258;
    top: 38%;
    left: 63%;
    animation-duration: 16s;
    animation-delay: -9s;
    transform-origin: 24vw -23vh;
    box-shadow: -2vmin 0 0.8388559123248331vmin currentColor;
}
.background span:nth-child(17) {
    color: #3d58c2;
    top: 64%;
    left: 55%;
    animation-duration: 30s;
    animation-delay: -13s;
    transform-origin: -3vw -10vh;
    box-shadow: 2vmin 0 1.1592991125753964vmin currentColor;
}
.background span:nth-child(18) {
    color: #d82258;
    top: 43%;
    left: 14%;
    animation-duration: 27s;
    animation-delay: -15s;
    transform-origin: -21vw -24vh;
    box-shadow: -2vmin 0 0.25503743261294876vmin currentColor;
}
.background span:nth-child(19) {
    color: #d82258;
    top: 87%;
    left: 43%;
    animation-duration: 33s;
    animation-delay: -33s;
    transform-origin: 17vw 6vh;
    box-shadow: -2vmin 0 0.5776348239251579vmin currentColor;
}
.background span:nth-child(20) {
    color: #3d58c2;
    top: 71%;
    left: 83%;
    animation-duration: 9s;
    animation-delay: -14s;
    transform-origin: -8vw 10vh;
    box-shadow: -2vmin 0 0.6798377692965478vmin currentColor;
}
.background span:nth-child(21) {
    color: #d82258;
    top: 6%;
    left: 63%;
    animation-duration: 43s;
    animation-delay: -33s;
    transform-origin: -6vw -23vh;
    box-shadow: -2vmin 0 0.7583896922960125vmin currentColor;
}
.background span:nth-child(22) {
    color: #ccda0b;
    top: 48%;
    left: 51%;
    animation-duration: 13s;
    animation-delay: -23s;
    transform-origin: -24vw 4vh;
    box-shadow: -2vmin 0 0.9740801048649894vmin currentColor;
}
.background span:nth-child(23) {
    color: #ccda0b;
    top: 79%;
    left: 32%;
    animation-duration: 36s;
    animation-delay: -13s;
    transform-origin: -9vw -7vh;
    box-shadow: 2vmin 0 0.5740482032591829vmin currentColor;
}
.background span:nth-child(24) {
    color: #3d58c2;
    top: 50%;
    left: 15%;
    animation-duration: 30s;
    animation-delay: -28s;
    transform-origin: -2vw 11vh;
    box-shadow: 2vmin 0 0.6414562050909502vmin currentColor;
}
.background span:nth-child(25) {
    color: #ccda0b;
    top: 9%;
    left: 84%;
    animation-duration: 12s;
    animation-delay: -24s;
    transform-origin: 17vw -21vh;
    box-shadow: -2vmin 0 0.618885948275864vmin currentColor;
}
.background span:nth-child(26) {
    color: #3d58c2;
    top: 28%;
    left: 1%;
    animation-duration: 11s;
    animation-delay: -16s;
    transform-origin: 2vw 0vh;
    box-shadow: 2vmin 0 0.3754098230864227vmin currentColor;
}
.background span:nth-child(27) {
    color: #d82258;
    top: 81%;
    left: 65%;
    animation-duration: 43s;
    animation-delay: -9s;
    transform-origin: 5vw 11vh;
    box-shadow: -2vmin 0 0.7363367498525173vmin currentColor;
}
.background span:nth-child(28) {
    color: #ccda0b;
    top: 79%;
    left: 37%;
    animation-duration: 40s;
    animation-delay: -11s;
    transform-origin: -24vw -7vh;
    box-shadow: 2vmin 0 0.763308566394203vmin currentColor;
}
.background span:nth-child(29) {
    color: #ccda0b;
    top: 59%;
    left: 92%;
    animation-duration: 45s;
    animation-delay: -6s;
    transform-origin: -24vw 1vh;
    box-shadow: -2vmin 0 0.9015395817920293vmin currentColor;
}
.background span:nth-child(30) {
    color: #3d58c2;
    top: 42%;
    left: 81%;
    animation-duration: 15s;
    animation-delay: -26s;
    transform-origin: -5vw 18vh;
    box-shadow: 2vmin 0 1.0285932418720094vmin currentColor;
}
.background span:nth-child(31) {
    color: #ccda0b;
    top: 74%;
    left: 29%;
    animation-duration: 15s;
    animation-delay: -32s;
    transform-origin: -2vw 22vh;
    box-shadow: 2vmin 0 0.3231701320935283vmin currentColor;
}
.background span:nth-child(32) {
    color: #ccda0b;
    top: 61%;
    left: 38%;
    animation-duration: 37s;
    animation-delay: -34s;
    transform-origin: -14vw -4vh;
    box-shadow: -2vmin 0 0.6532428542666608vmin currentColor;
}
.background span:nth-child(33) {
    color: #ccda0b;
    top: 83%;
    left: 23%;
    animation-duration: 6s;
    animation-delay: -40s;
    transform-origin: 3vw 3vh;
    box-shadow: -2vmin 0 0.5517804977911649vmin currentColor;
}
.background span:nth-child(34) {
    color: #d82258;
    top: 43%;
    left: 31%;
    animation-duration: 36s;
    animation-delay: -25s;
    transform-origin: -20vw 15vh;
    box-shadow: 2vmin 0 0.8267785681038806vmin currentColor;
}
.background span:nth-child(35) {
    color: #3d58c2;
    top: 38%;
    left: 69%;
    animation-duration: 35s;
    animation-delay: -4s;
    transform-origin: 25vw -13vh;
    box-shadow: 2vmin 0 0.8141688818052193vmin currentColor;
}
.background span:nth-child(36) {
    color: #3d58c2;
    top: 99%;
    left: 4%;
    animation-duration: 41s;
    animation-delay: -33s;
    transform-origin: -21vw 11vh;
    box-shadow: 2vmin 0 1.0004292014147593vmin currentColor;
}
.background span:nth-child(37) {
    color: #3d58c2;
    top: 15%;
    left: 71%;
    animation-duration: 10s;
    animation-delay: -10s;
    transform-origin: 20vw -6vh;
    box-shadow: 2vmin 0 0.7628690016891262vmin currentColor;
}
.background span:nth-child(38) {
    color: #d82258;
    top: 12%;
    left: 54%;
    animation-duration: 22s;
    animation-delay: -32s;
    transform-origin: 9vw -7vh;
    box-shadow: -2vmin 0 0.31491421332596414vmin currentColor;
}
.background span:nth-child(39) {
    color: #3d58c2;
    top: 21%;
    left: 57%;
    animation-duration: 35s;
    animation-delay: -8s;
    transform-origin: 10vw -5vh;
    box-shadow: 2vmin 0 0.7724333189158803vmin currentColor;
}
.background span:nth-child(40) {
    color: #d82258;
    top: 89%;
    left: 73%;
    animation-duration: 35s;
    animation-delay: -31s;
    transform-origin: 21vw 12vh;
    box-shadow: -2vmin 0 0.926745770429567vmin currentColor;
}
.background span:nth-child(41) {
    color: #ccda0b;
    top: 73%;
    left: 64%;
    animation-duration: 24s;
    animation-delay: -28s;
    transform-origin: 15vw -12vh;
    box-shadow: -2vmin 0 0.4430814698112906vmin currentColor;
}
.background span:nth-child(42) {
    color: #3d58c2;
    top: 74%;
    left: 44%;
    animation-duration: 16s;
    animation-delay: -36s;
    transform-origin: 19vw -12vh;
    box-shadow: -2vmin 0 0.7526113247162909vmin currentColor;
}
.background span:nth-child(43) {
    color: #3d58c2;
    top: 48%;
    left: 63%;
    animation-duration: 40s;
    animation-delay: -15s;
    transform-origin: 14vw 19vh;
    box-shadow: 2vmin 0 1.077940319756033vmin currentColor;
}
.background span:nth-child(44) {
    color: #3d58c2;
    top: 26%;
    left: 21%;
    animation-duration: 45s;
    animation-delay: -17s;
    transform-origin: 5vw 20vh;
    box-shadow: -2vmin 0 0.39602891694808084vmin currentColor;
}
.background span:nth-child(45) {
    color: #ccda0b;
    top: 97%;
    left: 92%;
    animation-duration: 36s;
    animation-delay: -39s;
    transform-origin: -16vw -22vh;
    box-shadow: -2vmin 0 0.3262498622517005vmin currentColor;
}
.background span:nth-child(46) {
    color: #3d58c2;
    top: 54%;
    left: 87%;
    animation-duration: 8s;
    animation-delay: -9s;
    transform-origin: -13vw -7vh;
    box-shadow: -2vmin 0 1.1461913030948898vmin currentColor;
}
.background span:nth-child(47) {
    color: #ccda0b;
    top: 88%;
    left: 2%;
    animation-duration: 17s;
    animation-delay: -20s;
    transform-origin: 13vw -15vh;
    box-shadow: 2vmin 0 0.3388678561286529vmin currentColor;
}
.background span:nth-child(48) {
    color: #ccda0b;
    top: 50%;
    left: 61%;
    animation-duration: 42s;
    animation-delay: -31s;
    transform-origin: 22vw 23vh;
    box-shadow: 2vmin 0 0.49334992687860213vmin currentColor;
}
.background span:nth-child(49) {
    color: #3d58c2;
    top: 66%;
    left: 78%;
    animation-duration: 31s;
    animation-delay: -5s;
    transform-origin: 0vw 5vh;
    box-shadow: 2vmin 0 1.0399445514623307vmin currentColor;
}

.hero {
  display: table;
  position: relative;
  padding: 150px 0;
  color: #fff;
  width: 100%;
  height: 100vh;
}

.hero:after {
  content: '';
  z-index: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.hero .container {
  position: relative;
  z-index: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.hero-brand {
  margin-bottom: 75px;
  display: inline-block;
}

.hero-brand:hover {
  opacity: .75;
}

.tagline {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Microsoft Yahei', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Helvetica Neue', Arial, sans-serif;
  font-size: 26px;
  margin: 45px 0 75px 0;
  color: #fff;
}

/*--------------------------------------------------------------
# Stats
--------------------------------------------------------------*/
.stats-row {
  margin-top: 65px;
}

.stats-col .circle {
  display: inline-block;
  width: 160px;
  height: 160px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Microsoft Yahei', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 500;
  color: #666;
  border: 6px solid #199EB8;
  border-radius: 50%;
  padding: 55px 25px 0 25px;
  position: relative;
}

.stats-col .circle .stats-no {
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  top: -25px;
  right: -15px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Microsoft Yahei', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px;
  background-color: #E04F00;
  position: absolute;
  border-radius: 50%;
  font-weight: 700;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #fafafa;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/* ==================================================
  Welcome Styling
  ================================================== */
.welcome {
  color: #fff;
  height: 490px;
  overflow: hidden;
  padding-top: 85px;
  background: url("../img/parallax-bg.jpg") center top no-repeat;
}

.welcome h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.welcome p {
  color: #fff;
  margin-bottom: 45px;
}

/* ==================================================
  Features Styling
  ================================================== */
.features {
  padding-bottom: 45px;
}

.features h2 {
  color: #199EB8;
}

.feature-col {
  display: table;
  padding-bottom: 45px;
}

.feature-col > div > div {
  display: table-cell;
  vertical-align: middle;
}

.feature-col > div > div:last-child {
  padding-left: 20px;
}

.feature-col .feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  background: #199EB8;
  color: #fff;
  font-size: 24px;
  text-align: center;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.feature-col h3 {
  color: #199EB8;
}

.feature-col p {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Microsoft Yahei', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  color: #999;
}

/* ==================================================
  Call-to-action Styling
  ================================================== */
.cta {
  background-color: #199EB8;
  padding: 25px 0;
}

.cta h2 {
  margin-bottom: 5px;
}

.cta h2,
.cta p {
  color: #fff;
}

.cta p {
  margin-bottom: 0;
  opacity: .75;
}

.cta .btn-ghost {
  position: relative;
  top: 13px;
}

/* ==================================================
  Portfolio Styling
  ================================================== */
.portfolio {
  background-color: #edf6ff;
  padding-bottom: 0;
}

.portfolio h2 {
  color: #199EB8;
  margin-bottom: 25px;
}

.portfolio-grid {
  margin-top: 65px;
}

.portfolio-grid .row {
  margin: 0;
}

.portfolio-grid .row > div {
  padding: 0;
}

.portfolio-grid .row > div .card img {
  width: 100%;
}

.portfolio-grid .row > div .card .portfolio-over {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.portfolio-grid .row > div .card .portfolio-over > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.portfolio-grid .row > div .card .portfolio-over .card-title {
  color: #fff;
  font-size: 30px;
}

.portfolio-grid .row > div .card .portfolio-over .card-text {
  color: #fff;
  opacity: .75;
  padding: 0 45px;
}

.portfolio-grid .row > div .card:hover .portfolio-over {
  opacity: 1;
  visibility: visible;
}

/* ==================================================
  Team Styling
  ================================================== */
.team h2 {
  color: #199EB8;
}

.team .col-sm-3 {
  padding: 0;
}

.team .card > a {
  display: block;
}

.team .card img {
  width: 100%;
}

.team .card h4 {
  color: #fff;
  text-transform: uppercase;
}

.team .card p {
  font-size: 11px;
  color: #fff;
  opacity: .75;
  margin: 0;
  padding: 0 35px;
}

.team .card .social-nav {
  margin-bottom: 45px;
}

.team .card .social-nav a {
  color: #fff;
  font-size: 16px;
  margin: 0 4px;
}

.team .card .social-nav a:hover {
  opacity: .75;
}

.team .card:hover .team-over {
  opacity: 1;
  visibility: visible;
}

.team .card:hover .card-title-wrap {
  background-color: #199EB8;
}

.team .card:hover .card-title-wrap .card-title,
.team .card:hover .card-title-wrap .card-text {
  color: #fff;
}

.team .team-over {
  padding-top: 45px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.team .card-title-wrap {
  padding: 15px 25px;
  position: relative;
  z-index: 9;
  background-color: #fff;
}

.team .card-title-wrap .card-title,
.team .card-title-wrap .card-text {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Microsoft Yahei', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Helvetica Neue', Arial, sans-serif;
  display: block;
  margin: 0;
}

.team .card-title-wrap .card-title {
  font-size: 24px;
  color: #333;
}

.team .card-title-wrap .card-text {
  font-size: 18px;
  color: #999;
}

/* ==================================================
  Contact Section
  ================================================== */
#contact {
  background: #f7f7f7;
  padding: 80px 0;
}

#contact h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Microsoft Yahei', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Helvetica Neue', Arial, sans-serif;
  color: #199EB8;
}

#contact .info i {
  font-size: 32px;
  color: #199EB8;
  float: left;
  line-height: 0;
}

#contact .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}

#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input, #contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
}

#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: #199EB8;
}

#contact .php-email-form button[type="submit"] {
  background: #199EB8;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact .php-email-form button[type="submit"]:hover {
  background: #23c2e1;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #111;
  padding: 0;
}

.site-footer h2,
.site-footer p {
  color: #fff;
}

.site-footer p {
  opacity: .75;
  line-height: 2.0925;
}

.site-footer h2,
.site-footer .btn {
  margin-bottom: 25px;
}

.site-footer .social-nav a {
  color: #fff;
  opacity: .25;
}

.site-footer .social-nav a:hover {
  opacity: 1;
}

.site-footer .bottom {
  background-color: #000;
  padding: 20px 0;
}

.site-footer .bottom .list-inline,
.site-footer .bottom p {
  margin: 0;
}

.site-footer .bottom .list-inline {
  position: relative;
  top: 5px;
}

.site-footer .bottom .list-inline a {
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Microsoft Yahei', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Helvetica Neue', Arial, sans-serif;
  margin-right: 15px;
}

.site-footer .bottom .list-inline a:hover {
  color: #199EB8;
}

.site-footer .credits {
  color: #ddd;
}

.site-footer .credits a {
  color: #199EB8;
}

/* ==================================================
  Responsive Styling
  ================================================== */
@media (max-width: 61.9em) {
  section,
  .block,
  .cta {
    padding: 35px 0;
  }
  .features {
    padding-bottom: 5px;
  }
  p,
  .block p {
    margin: 0;
  }
  .hero-brand {
    margin-bottom: 35px;
  }
  .tagline {
    margin: 35px 0;
  }
  h1 {
    font-size: 32px;
    margin: 0;
  }
  h2,
  .tagline {
    font-size: 24px;
  }
  h2 {
    margin-bottom: 25px;
  }
  h3 {
    font-size: 14px;
  }
  .hero {
    padding: 75px 0;
  }
  .stats-col {
    margin-bottom: 25px;
  }
  .block {
    height: auto;
  }
  .feature-col {
    padding-bottom: 30px;
  }
  .portfolio-grid .card h3.card-title {
    font-size: 18px !important;
  }
  .portfolio-grid .card .card-text {
    font-size: 13px;
  }
  .team .team-over {
    padding-top: 20px;
  }
  .team .card .social-nav {
    margin-bottom: 15px;
    padding: 0;
  }
  .site-footer .social-nav {
    margin-bottom: 35px;
  }
  .site-footer .list-inline {
    text-align: center;
    padding-bottom: 15px;
  }
  .site-footer .list-inline li {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .block {
    padding-left: 30px;
    padding-right: 30px;
  }
}
