:root {
  --primary: #0a3ea6;
  --secondary: #6b7280;
  --dark: #111827;
  --light: #f3f4f6;
  --border-color: #e5e7eb;
}

.section-head.style-1 h2,
.section-head.style-1 .h2 {
  font-size: 4rem;
  line-height: 1.1;
}

.section-head.style-1 h2 span,
.section-head.style-1 .h2 span {
  color: var(--primary);
}

@media only screen and (max-width: 1400px) {

  .section-head.style-1 h2,
  .section-head.style-1 .h2 {
    font-size: 2.50rem;
  }
}

@media only screen and (max-width: 991px) {

  .section-head.style-1 h2,
  .section-head.style-1 .h2 {
    font-size: 2.25rem;
  }
}

@media only screen and (max-width: 767px) {

  .section-head.style-1 h2,
  .section-head.style-1 .h2 {
    font-size: 2rem;
  }
}

.section-head.style-1 h3,
.section-head.style-1 .h3 {
  font-size: 3rem;
  line-height: 1.1;
}

.section-head.style-1 h3 span,
.section-head.style-1 .h3 span {
  color: var(--primary);
}

@media only screen and (max-width: 1400px) {

  .section-head.style-1 h3,
  .section-head.style-1 .h3 {
    font-size: 2.25rem;
  }
}

@media only screen and (max-width: 767px) {

  .section-head.style-1 h3,
  .section-head.style-1 .h3 {
    font-size: 1.875rem;
  }
}

.section-head.style-1 .sub-title {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 55px;
}

.section-head.style-1 .sub-title:before,
.section-head.style-1 .sub-title:after {
  content: "";
  display: inline-block;
  height: 3px;
  background: var(--primary);
  position: absolute;
}

.section-head.style-1 .sub-title:before {
  width: 12px;
  left: 0;
}

.section-head.style-1 .sub-title:after {
  width: 27px;
  left: 16px;
}

.section-head.style-1 .sub-title.text-white:before,
.section-head.style-1 .sub-title.text-white:after {
  background: #fff;
}

.section-head.style-1.text-white .title {
  color: #fff;
}

.section-head.style-1.text-white p {
  color: #9d9aaa;
}

.section-head.style-1.text-center .sub-title {
  justify-content: center;
}

.section-head.style-1.text-center .sub-title:after {
  content: "";
}

.section-head.style-2 h2,
.section-head.style-2 .h2 {
  font-size: 4rem;
  line-height: 1.1;
}

.section-head.style-2 h2 span,
.section-head.style-2 .h2 span {
  color: var(--primary);
}

/* Support and Buy Button */

.counter-area1 {
  position: relative;
}

.counter-area1 .counter-inner {
  background-size: 120px;
  background-repeat: no-repeat;
  background-position: right bottom, left top;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

.counter-area1 .counter-inner .icon-bx-wraper {
  justify-content: center;
}

.counter-area1 .counter-inner .icon-bx-wraper .counter {
  font-size: 50px;
  color: #fff;
}

.counter-area1 .counter-inner .icon-bx-wraper .title {
  color: #fff;
  font-size: 1.125rem;
}

.counter-area1 .counter-inner .icon-bx-wraper:after {
  color: transparent;
  text-shadow: 0 0 1px var(--primary), 0 0 1px #fff, 0 0 1px #ffff;
  opacity: 0.3;
}

@media only screen and (max-width: 1199px) {
  .counter-area1 .counter-inner {
    padding: 40px 50px 20px;
  }
}

@media only screen and (max-width: 575px) {
  .counter-area1 .counter-inner {
    padding: 40px 30px 0px;
  }
}

@keyframes windRotate {
  100% {
    transform: rotate(-360deg);
  }
}

/* services-box */

@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}
.icon-bx-wraper.style-12 {
  display: flex;
  align-items: center;
  z-index: 1;
}

.icon-bx-wraper.style-12:after {
  content: attr(data-name);
  position: absolute;
  font-size: 100px;
  font-weight: 600;
  width: 100%;
  line-height: 1;
  text-align: center;
  letter-spacing: 10px;
  z-index: -1;
  color: #fff;
  text-shadow: 0 0 1px var(--primary), 0 0 1px var(--primary), 0 0 1px var(--primary);
  opacity: 0.7;
  display: block;
}

@media only screen and (max-width: 1199px) {
  .icon-bx-wraper.style-12:after {
    font-size: 80px;
  }
}

.icon-bx-wraper.style-12:hover .counter,
.icon-bx-wraper.style-12:hover:after {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.icon-bx-wraper.style-12 .title {
  margin-bottom: 0;
  font-weight: 500;
  padding-left: 20px;
}

@media only screen and (max-width: 1199px) {
  .icon-bx-wraper.style-12 .title {
    font-size: 20px;
  }
}

.icon-bx-wraper.style-12 .counter {
  font-weight: 700;
  font-size: 70px;
  line-height: 1;
  margin: 0;
}

@media only screen and (max-width: 1199px) {
  .icon-bx-wraper.style-12 .counter {
    font-size: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .icon-bx-wraper.style-12 {
    margin-bottom: 25px;
  }
}

/* HEADER */
.header-nav {
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .header-nav {
    overflow-y: scroll;
    position: fixed;
    width: 60px;
    left: -280px;
    height: 100vh !important;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    top: 0;
    background-color: #fff;
    margin: 0;
    z-index: 99;
  }
}

@media only screen and (max-width: 991px) {
  .header-nav.show {
    left: -1px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    width: 280px;
  }
}

.header-nav .nav .sub-menu a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: var(--primary);
    left: 20px;
    top: 20px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}