/*! themes/_colors.scss                                                             | victim  */
/***
TABLE OF CONTENTS
=============================================================================
0. User colors change
1. Template Colors
=============================================================================
***/
/*  0. User colors change
========================================================================== */
/*  1. Template Colors
========================================================================== */
/* Helpers > _Classes.scss                                                    | victim */
/*** TABLE OF CONTENTS
======================================================
    0 / Color classes
    1 / Gradient classes
    2 / Padding classes
    3 / Margin classes
    4 / Hidden classes
    5 / flex desiplay
    6 / border-radius
    7 / box-Shadows
    8 / Animations
    9 / Typography
    10 / OTHER
=================================================== ***/
/* =======================================================
  - - - - - - - - 2 / Padding classes
========================================================== */
.p-0 {
  padding: 0 !important;
}

.p-helf {
  padding: 0.5rem;
}

.p-1 {
  padding: 1rem;
}

.p-2 {
  padding: 2rem;
}

.p-3 {
  padding: 3rem;
}

.p-4 {
  padding: 4rem;
}

.p-5 {
  padding: 5rem;
}

.p-6 {
  padding: 6rem;
}

.p-7 {
  padding: 7rem;
}

.p-8 {
  padding: 8rem;
}

.p-9 {
  padding: 9rem;
}

.p-10 {
  padding: 10rem;
}

/* ------------------------------------ padding top*/
.pt-helf {
  padding-top: 0.5rem;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pt-7 {
  padding-top: 7rem;
}

.pt-8 {
  padding-top: 8rem;
}

.pt-9 {
  padding-top: 9rem;
}

.pt-10 {
  padding-top: 10rem;
}

/* ------------------------------------ padding bottom*/
.pb-helf {
  padding-bottom: 0.5rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.pb-7 {
  padding-bottom: 7rem;
}

.pb-8 {
  padding-bottom: 8rem;
}

.pb-9 {
  padding-bottom: 9rem;
}

.pb-10 {
  padding-bottom: 10rem;
}

/* ------------------------------------ padding bottom*/
.pl-helf {
  padding-left: 0.5rem;
}

.pl-1 {
  padding-left: 1rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pl-3 {
  padding-left: 3rem;
}

.pl-4 {
  padding-left: 4rem;
}

.pl-5 {
  padding-left: 5rem;
}

.pl-6 {
  padding-left: 6rem;
}

.pl-7 {
  padding-left: 7rem;
}

.pl-8 {
  padding-left: 8rem;
}

.pl-9 {
  padding-left: 9rem;
}

.pl-10 {
  padding-left: 10rem;
}

/* ------------------------------------ padding bottom*/
.pr-helf {
  padding-right: 0.5rem;
}

.pr-1 {
  padding-right: 1rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pr-4 {
  padding-right: 4rem;
}

.pr-5 {
  padding-right: 5rem;
}

.pr-6 {
  padding-right: 6rem;
}

.pr-7 {
  padding-right: 7rem;
}

.pr-8 {
  padding-right: 8rem;
}

.pr-9 {
  padding-right: 9rem;
}

.pr-10 {
  padding-right: 10rem;
}

/* =======================================================
  - - - - - - - - 2 / Margin classes
========================================================== */
@media screen and (max-width: 576px) {
  .mr-0-sm {
    margin-right: 0rem !important;
  }
}

.m-0 {
  margin: 0;
}

.m-helf {
  margin: 0.5rem;
}

.m-1 {
  margin: 1rem;
}

.m-2 {
  margin: 2rem;
}

.m-3 {
  margin: 3rem;
}

.m-4 {
  margin: 4rem;
}

.m-5 {
  margin: 5rem;
}

.m-6 {
  margin: 6rem;
}

.m-7 {
  margin: 7rem;
}

.m-8 {
  margin: 8rem;
}

.m-9 {
  margin: 9rem;
}

.m-10 {
  margin: 10rem;
}

/* ------------------------------------ margin top*/
@media screen and (max-width: 576px) {
  .mt-sm-30 {
    margin-top: 30px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-helf {
  margin-top: 0.5rem;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mt-6 {
  margin-top: 6rem;
}

.mt-7 {
  margin-top: 7rem;
}

.mt-8 {
  margin-top: 8rem;
}

.mt-9 {
  margin-top: 9rem;
}

.mt-10 {
  margin-top: 10rem;
}

/* ------------------------------------ margin bottom*/
.mb-helf {
  margin-bottom: 0.5rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.mb-7 {
  margin-bottom: 7rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.mb-9 {
  margin-bottom: 9rem;
}

.mb-10 {
  margin-bottom: 10rem;
}

/* ------------------------------------ padding bottom*/
.ml-helf {
  margin-left: 0.5rem;
}

.ml-1 {
  margin-left: 1rem;
}

.ml-2 {
  margin-left: 2rem;
}

.ml-3 {
  margin-left: 3rem;
}

.ml-4 {
  margin-left: 4rem;
}

.ml-5 {
  margin-left: 5rem;
}

.ml-6 {
  margin-left: 6rem;
}

.ml-7 {
  margin-left: 7rem;
}

.ml-8 {
  margin-left: 8rem;
}

.ml-9 {
  margin-left: 9rem;
}

.ml-10 {
  margin-left: 10rem;
}

/* ------------------------------------ margin bottom*/
.mr-helf {
  margin-right: 0.5rem;
}

.mr-1 {
  margin-right: 1rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mr-3 {
  margin-right: 3rem;
}

.mr-4 {
  margin-right: 4rem;
}

.mr-5 {
  margin-right: 5rem;
}

.mr-6 {
  margin-right: 6rem;
}

.mr-7 {
  margin-right: 7rem;
}

.mr-8 {
  margin-right: 8rem;
}

.mr-9 {
  margin-right: 9rem;
}

.mr-10 {
  margin-right: 10rem;
}

.w-100 {
  width: 100%;
}

.w-33 {
  width: 33.33%;
}

/* =======================================================
  - - - - - - - - 3 / hidden classes
========================================================== */
@media screen and (max-width: 992px) {
  .lg-hidden {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .md-hidden {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .sm-hidden {
    display: none;
  }
}

/* =======================================================
  - - - - - - - - 5 /  flex desiplay
========================================================== */
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex.start {
  justify-content: flex-start;
}
.flex.center {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .flex.md-center {
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .flex.sm-center {
    justify-content: center;
  }
}
.flex.vcenter {
  align-items: center;
}
.flex.end {
  justify-content: flex-end;
}
.flex.vend {
  align-items: flex-end;
}
.flex.between {
  justify-content: space-between;
}
.flex.is-column {
  flex-direction: column;
}

.white-link {
  color: #fff;
  transition: 0.3s;
}
.white-link:hover {
  opacity: 0.7;
  color: #fff;
  font-size: 17px;
}

/* =======================================================
  - - - - - - - - 6 /  border-radius
========================================================== */
.border-rad5 {
  border-radius: 5px;
}

.border-rad10 {
  border-radius: 10px;
}

.border-rad15 {
  border-radius: 15px;
}

.border-rad20 {
  border-radius: 20px;
}

.border-rad50 {
  border-radius: 50px;
}

/* =======================================================
  - - - - - - - - 7 /  box-Shadows
========================================================== */
.light-shadow {
  box-shadow: 0px 10px 40px -10px rgba(209, 209, 209, 0.4);
  border: solid 1px #edf8fa;
  border-radius: 15px;
}

.simple-sh {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.01), 0 2px 5px 0 rgba(0, 0, 0, 0.02);
  border-radius: 8px;
}

.light-shadow-bottom {
  box-shadow: 0 15px 40px -15px #edf8fa;
  border: solid 1px #edf8fa;
  border-radius: 15px;
}

.ultra-shadow {
  box-shadow: 0 8px 30px 0 #edf8fa;
  border: solid 1px #edf8fa;
}

/* =======================================================
  - - - - - - - - 8 /  Animations
========================================================== */
@keyframes anim-up-down {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 1rem);
    transform: translate(0, 1rem);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.anim-up-down {
  animation-name: anim-up-down;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes animbg {
  from {
    background-size: 130%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  50% {
    background-size: 120%;
    background-blend-mode: saturation;
    background-repeat: no-repeat;
  }
  to {
    background-size: 130%;
    background-repeat: no-repeat;
  }
}

@keyframes anim2 {
  from {
    height: 120%;
    width: 120%;
  }
  50% {
    height: 170%;
    width: 170%;
  }
  70% {
    height: 120%;
    width: 120%;
  }
  to {
    height: 130%;
    width: 130%;
  }
}

@keyframes anim1 {
  from {
    height: 180%;
    width: 180%;
  }
  50% {
    height: 140%;
    width: 140%;
  }
  70% {
    height: 150%;
    width: 150%;
  }
  to {
    height: 180%;
    width: 180%;
  }
}

/* =======================================================
  - - - - - - - - 9 /  Text floats
========================================================== */
.text-primary {
  color: #48f969 !important;
}

/* ----------------------------- Font Size */
.font-s-1 {
  font-size: 1rem;
}

.font-s-2 {
  font-size: 2rem;
}

.font-s-3 {
  font-size: 3rem;
}

.font-s-4 {
  font-size: 4rem;
}

.font-s-5 {
  font-size: 5rem;
}

.font-s-6 {
  font-size: 6rem;
}

.font-s-7 {
  font-size: 7rem;
}

.font-s-8 {
  font-size: 8rem;
}

.font-s-9 {
  font-size: 9rem;
}

.font-s-10 {
  font-size: 10rem;
}

/* ----------------------------- Font weight */
.font-w-400 {
  font-weight: 400 !important;
}

.font-w-500 {
  font-weight: 500 !important;
}

.font-w-600 {
  font-weight: 600 !important;
}

/* ----------------------------- Text floats */
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-deco {
  text-decoration: underline;
}

/* =======================================================
  - - - - - - - - 10 /  OTHER
========================================================== */
.before-none::before {
  content: none !important;
}

/* ----------------------------- display none classes  */
@media screen and (max-width: 576px) {
  .sm-none {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .md-none {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .lg-none {
    display: none;
  }
}

@media screen and (max-width: 1400px) {
  .xl-none {
    display: none;
  }
}

/* ------------------------------------ display block classes  */
@media screen and (max-width: 576px) {
  .sm-block {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .md-block {
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .lg-block {
    display: block;
  }
}

@media screen and (max-width: 1400px) {
  .xl-block {
    display: block;
  }
}

.top-border {
  border-top: solid 1px #f3f3f3;
}

.min-30 {
  margin-bottom: -30px;
}

.min-3 {
  margin-bottom: -1rem;
}

.mt-section {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .mb-sm-30 {
    margin-bottom: 30px;
  }
}

.mt-header {
  margin-top: 6rem;
}

@font-face {
  font-family: "Avant Garde Gothic";
  src: url("../fonts/Avant Garde Gothic.ttf") format("truetype");
}

@font-face {
  font-family: "TradeGothic";
  src: url("../fonts/TradeGothic.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "oxygen";
  src: url("../fonts/oxygen") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "Overpass";
  src: url("../fonts/Overpass-Bold.ttf") format("truetype");
  font-weight: normal;
}

body {
  font-family: "TradeGothic", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 17px;
}
body.is-dark {
  background: #000;
  color: #fff;
}
body.is-dark2 {
  background: #2a2a2a;
  color: #fff;
}

@media screen and (min-width: 1408px) {
  .container {
    max-width: 1200px;
  }
}

a,
a:active,
i,
i:active,
div,
div:active,
div:focus,
span:focus,
span:active {
  outline: none !important;
}

dl,
ol,
ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

section:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

.swiper-container {
  max-width: 100%;
  height: 100%;
}

.wrapper {
  text-align: center;
  padding: 50px;
  background: #0e90ff;
  min-height: 250px;
  box-shadow: 0 5px 20px #999;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 700;
  letter-spacing: 0px;
  color: #101010;
  text-transform: unset;
  font-style: normal;
  font-family: "Avant Garde Gothic";
  clear: both;
}

h1 {
  font-size: 2em;
  line-height: 1.2;
}

h2 {
  font-size: 1.7em;
  line-height: 1.3;
  font-family: "Avant Garde Gothic";
}

h3 {
  font-size: 1.5em;
  line-height: 1.4;
}

h4 {
  line-height: 1.5;
  font-size: 1.3em;
}

h5 {
  line-height: 1.6;
  font-size: 1.2em;
}

h6 {
  line-height: 1.7;
  font-size: 1.1em;
}

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  font-size: 3rem;
  color: #fff;
}

p {
  color: #747474;
}

a.text-primary:focus,
a.text-primary:hover {
  color: inherit !important;
}

#overlayer {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: #4a4a4a;
}

.font2 {
  font-family: "TradeGothic";
}
.font2 h1,
.font2 h2,
.font2 h3,
.font2 h4,
.font2 h5,
.font2 h6 {
  font-family: "Overpass";
}
.font2 .navbar a {
  font-family: "Overpass";
}
.font2 a {
  font-family: "Overpass";
}

[data-aos="anim1"] {
  position: relative;
  display: inline-block;
  transform: translateY(110%);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
[data-aos="anim1"].aos-animate {
  transform: translateY(0px);
  transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-aos="anim2"] {
  position: relative;
  display: inline-block;
  transform: translateY(-110%);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
[data-aos="anim2"].aos-animate {
  transform: translateY(0px);
  transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-aos="anim1"]:before {
  content: "";
  background: #10131a;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0% 0% 0px;
  animation: reveal 1s 0s ease-in-out forwards;
  z-index: 1;
}

[data-aos="anim1"].aos-animate {
  transform: translateY(0px);
  transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.slick-dots {
  margin-top: 20px;
}

.slick-dots li {
  border: solid 1px #b8b8b8;
  transition: 0.25s ease-in-out;
  border-radius: 50%;
}
.slick-dots li:hover {
  background: #48f969;
  transform: scale(1.1);
  border: solid 1px #48f969;
}

.slick-dots .slick-active {
  background: #48f969;
  border: solid 1px #48f969;
}

.slick-dots li button:before {
  width: 15px;
  height: 15px;
}

.slick-dots li button {
  width: 15px;
  height: 15px;
}

.slick-dots li {
  width: 15px;
  height: 15px;
}

.slick-dots {
  bottom: 0;
}

.ip-header {
  position: fixed;
  top: 0;
  z-index: 9999999999999999999;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
}

.ip-logo,
.ip-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  width: 100%;
  opacity: 0;
  cursor: default;
  pointer-events: none;
}

.ip-logo {
  top: 0;
  height: 100%;
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}

.ip-header .ip-inner {
  display: block;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ip-header .ip-logo svg {
  min-width: 320px;
  max-width: 480px;
  width: 25%;
}

.ip-header .ip-logo svg path {
  fill: #48f969;
}

.ip-header .ip-loader svg path {
  fill: none;
  stroke-width: 6;
}

.ip-header .ip-loader svg path.ip-loader-circlebg {
  stroke: #fff;
}

.ip-header .ip-loader svg path.ip-loader-circle {
  -webkit-transition: stroke-dashoffset 0.5s;
  transition: stroke-dashoffset 0.5s;
  stroke: #48f969;
}

/* Content */
.ip-main {
  overflow: hidden;
}

/* Animations */
/* Initial animation of header elements */
.loading .ip-logo,
.loading .ip-loader {
  opacity: 1;
  animation: animInitialHeader 1s cubic-bezier(0.7, 0, 0.3, 1) both;
}

.loading .ip-loader {
  animation-delay: 0.2s;
}

@keyframes animInitialHeader {
  from {
    opacity: 0;
    transform: translate3d(0, 0%, 100%);
  }
}

/* Header elements when loading finishes */
.loaded .ip-logo,
.loaded .ip-loader {
  opacity: 1;
}

.loaded .ip-loader {
  animation: animLoadedLoader 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

/* Change the color of the logo */
.loaded .ip-logo svg path {
  transition: all 0.5s ease 0.3s;
  fill: #fff;
}

/* Header animation when loading finishes */
.loaded .ip-header {
  animation: animLoadedHeader 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

@keyframes animLoadedHeader {
  to {
    transform: translate3d(0%, 100%, 0);
  }
}

.ip-main {
  overflow: hidden;
}

/* components > _Buttons.scss                                                    | coinkit */
/*** TABLE OF CONTENTS
======================================================
    0/ Generale
    1/ Button sizes
`  2/ Button variations
    3/ other buttons
===================================================***/
/* ====================================================
- - - - - - - - - 0/ Generale
=====================================================*/
button {
  outline: none !important;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  line-height: 100%;
  white-space: nowrap;
  border: none;
}
button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.8;
}
button:hover {
  opacity: 0.9;
  background: unset !important;
}

.btn {
  text-align: center;
  padding: 0.8rem 2rem;
  line-height: 1.5;
  border-radius: 2px;
  background: transparent;
  cursor: pointer;
  transition: 0.25s cubic-bezier(0, 0, 0.41, 1);
  position: relative;
  font-weight: 500;
  font-size: 1rem;
  font-family: "Avant Garde Gothic";
}
.btn:hover {
  transform: scale(1.02);
  opacity: 0.8;
}
.btn-round {
  border-radius: 50rem;
}
.btn-outline {
  border: solid 2px;
  background: transparent !important;
}

.light-skin .btn {
  color: rgba(0, 0, 0, 0.9);
}

/* =====================================================
- - - - - - - - - 1/ Button sizes
======================================================*/
.btn-sm {
  padding: 0.3rem 1rem;
  font-size: 0.9rem;
  line-height: 1.5;
}

.btn-lg {
  padding: 0.7rem 2rem;
  font-size: 17px;
  line-height: 1.7;
}

/* ==================================================+===
- - - - - - - - - 2/ Button variations
=======================================================*/
.btn-primary {
  background: #48f969;
  color: #fff;
  border: solid 2px #48f969;
}
.btn-primary.btn-sh {
  box-shadow: 0 14px 35px -11px #48f969;
}
.btn-primary.btn-outline {
  border: solid 2px #48f969;
  background: transparent !important;
  color: #48f969;
}
.btn-primary.btn-outline-bottom {
  border-bottom: solid 3px #48f969;
  background: transparent !important;
  color: #48f969 !important;
}
.btn-primary.btn-hover-line:hover {
  background: transparent;
  border: solid 2px #48f969;
  color: #48f969;
}
.btn-primary:hover {
  opacity: 0.5;
  background: #48f969;
  border: solid 2px #48f969;
}

.btn-dark {
  background: #48f969;
  color: #000000;
  /*border: solid 1px rgba(0, 0, 0, 0.9);*/
}
.btn-dark:hover {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.9);
  /*border: solid 1px rgba(0, 0, 0, 0.9);*/
}
.btn-dark.btn-sh {
  box-shadow: 0 14px 35px -11px rgba(0, 0, 0, 0.9);
}
.btn-dark.btn-outline {
  border: solid 2px rgba(0, 0, 0, 0.9);
  background: transparent !important;
  color: rgba(0, 0, 0, 0.9);
}
.btn-dark.btn-outline-bottom {
  border-bottom: solid 3px rgba(0, 0, 0, 0.9);
  background: transparent !important;
  color: rgba(0, 0, 0, 0.9);
}

/* ==================================================+===
- - - - - - - - - 3 / outher button
=======================================================*/
.input {
  outline: none;
  border: solid 1px #dbdbdb;
  height: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: 0.25s ease-in-out;
  background: #ffffff;
  margin-bottom: 20px;
  width: 100%;
}
.input:hover {
  box-shadow: 0 7px 11px 1px rgba(0, 0, 0, 0.0196078);
  background: #fff;
}

.form-control.has-style1 {
  border: 0;
  border-radius: 4px;
  background-color: #393939;
  outline: none;
  color: #f0f0f0;
  margin-bottom: 25px;
  height: 50px;
}

.input:hover,
.is-hovered.input,
.is-hovered.textarea,
.select select.is-hovered,
.select select:hover,
.textarea:hover {
  border-color: rgba(255, 0, 102, 0.3) solid 1px !important;
}

.input:active,
.input:focus,
.is-active.input,
.is-active.textarea,
.is-focused.input,
.is-focused.textarea,
.select select.is-active,
.select select.is-focused,
.select select:active,
.select select:focus,
.textarea:active,
.textarea:focus {
  border-color: #f0f0f0;
  box-shadow: none;
}

.field:not(:last-child) {
  margin-bottom: 1.5rem;
}

label {
  margin-bottom: 10px;
}

textarea {
  border: solid 1px #dbdbdb;
  background: #ffffff;
  margin-bottom: 20px;
  box-shadow: 0 6px 9px #00000005;
  padding: 20px;
}

.textarea.has-style1 {
  border: 0;
  border-radius: 4px;
  background-color: #313131;
  outline: none;
  margin-bottom: 25px;
  min-height: 100px;
  width: 100%;
  color: #f0f0f0;
}

.card {
  border-radius: 5px;
  box-shadow: 0 0 0 0 #f3f3f3;
}
.card .card-title2 {
  color: #fff;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 10px;
}
.card .card-title {
  position: relative;
  z-index: 2;
  font-size: 1.3rem;
  align-items: center;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 1rem 0;
  transition: 0.15s ease-in-out;
}
.card .card-content {
  padding: 2rem;
}
.card.in-demo {
  background: rgba(0, 0, 0, 0.9);
  position: relative;
  transition: 0.2s ease-in-out;
  transition: 0.15s ease-in-out;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 2rem;
}
.card.in-demo::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  transition: all 0.2s ease-in-out;
}
.card.in-demo .card-title2 {
  color: #fff;
  padding-left: 20px;
  padding-bottom: 0;
  padding-top: 10px;
}
.card.in-demo figure {
  margin: 0 0 0;
}
.card.in-demo .card-image {
  width: 100%;
  background: #494949;
}
.card.in-demo .card-title2 {
  font-size: 1.2rem;
}
.card.in-demo .feather {
  width: 50px;
  height: 50px;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  color: #48f969;
}
.card.in-demo .card-description {
  padding-left: 20px;
  font-size: 14px;
}
.card.in-demo .card-title {
  position: relative;
  z-index: 2;
  font-size: 1.3rem;
  align-items: center;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 1rem;
  transition: 0.15s ease-in-out;
  font-size: 1.2rem;
  color: #f3f3f3;
  margin-bottom: 0;
  background: #202020;
}
.card.in-demo .card-title.new::before {
  content: "New";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  right: 15px;
  bottom: 15px;
  font-size: 16px;
  background: #48f969;
  padding: 4px 8px 4px;
  line-height: 100%;
  border-radius: 4px;
  font-family: "TradeGothic";
}
.card.in-demo:hover {
  transform: scale(1.02);
  transition: 0.2s ease-in-out;
}
.card.in-demo:hover::before {
  display: block;
  transition: 0.2s ease-in-out;
}
.card.in-demo:hover .card-title {
  color: #48f969;
}
.card.in-demo:hover .card-title::before {
  background: #1f1f1f;
  color: #ffffff;
}
.card.in-demo.soon {
  cursor: default;
}
.card.in-demo.soon:hover {
  transform: none;
}
.card.in-demo.soon:hover .card-title {
  color: #ffffff;
}
.card.in-demo.soon:hover .card-title::before {
  background: #48f969;
  color: #ffffff;
}
.card.in-demo.new {
  cursor: pointer;
}
.card.in-demo.new:hover {
  transform: none;
}
.card.in-demo.new:hover .card-title::before {
  background: #48f969;
  color: #ffffff;
}
.card.is-dark {
  background: #34373b;
  color: #fff;
}
.card.is-dark .title {
  color: #fff;
  margin-bottom: 2.5rem;
}
.card.is-dark .subtitle {
  color: #fff;
}
.card.in-feautures {
  padding: 2rem;
  box-shadow: 0 10px 14px 0 #e8e8f6;
  transition: 0.15s ease-in-out;
}
.card.in-feautures .icon {
  width: 4rem;
  height: 4rem;
  background: #48f969;
  border-radius: 100%;
  color: #fff;
}
.card.in-feautures .card-title {
  font-size: 1.3rem;
}
.card.in-feautures .card-description {
  margin-bottom: 0;
}
.card.in-feautures:hover {
  box-shadow: 0 14px 20px 0 #e2e2f6;
  transform: translateY(-5px);
}
.card.in-feautures2 {
  padding: 2rem;
  transition: 0.15s ease-in-out;
  background: transparent;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #e9e9e9;
}
.card.in-feautures2 .icon {
  width: 100%;
  margin-bottom: 2rem;
  transition: 0.2s cubic-bezier(0.39, 0.68, 0.27, 1.78);
  height: auto;
  margin-bottom: 1rem;
}
.card.in-feautures2 .icon img {
  height: 5rem;
  width: 5rem;
  margin: 0 auto;
}
.card.in-feautures2 .title {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: center;
}
.card.in-feautures2 .description {
  text-align: center;
}
.card.in-feautures2:hover .icon {
  transform: scale(1.1) translateY(-5px);
}
.card.in-download {
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem;
}
.card-free {
  padding: 3rem;
  border-radius: 10px;
  color: #fff;
  background: #313896;
}

/*====================================
    ========= Lists
    =====================================*/
.list {
  margin-bottom: 1rem;
  box-shadow: none;
  background: none;
  border: none;
}
.list .list-item {
  display: flex;
}
.list .list-item .icon {
  color: #48f969;
  margin-right: 1rem;
}
.list .list-item.has-style1 {
  background: #e9e9e9;
  border: none;
  box-shadow: none;
}

/*=========================================
        Navbar    
=========================================*/
.navbar {
  height: 6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  padding: 0;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1;
  z-index: 9999;
  background: #000;
  /*====================================
    ========= is dark mode
    =====================================*/
}
.navbar.is-dark {
  background: #000 !important;
  transition: 0.25 ease-in-out;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.navbar .container {
  display: flex;
  align-items: center;
}
.navbar a {
  font-family: "Avant Garde Gothic";
}
.navbar .logo {
  height: 2rem;
}
@media screen and (max-width: 576px) {
  .navbar .logo {
    height: 1.6rem;
  }
}
@media screen and (max-width: 992px) {
  .navbar .navbar-menu {
    display: none;
  }
}
.navbar .navbar-menu > li {
  display: inline-block;
  justify-items: flex-end;
  margin-right: 1.5rem;
  color: #4a4a4a;
  position: relative;
  line-height: 100%;
}
.navbar .navbar-menu > li:nth-last-child(-n + 1) {
  margin-right: 0;
}
.navbar .navbar-menu > li:hover {
  color: #48f969;
}
.navbar .navbar-menu > li > a {
  color: #fff;
  line-height: 6rem;
  font-weight: 400;
  font-size: 1rem;
  transition: 0.25s;
  font-weight: 500;
}
.navbar .navbar-menu > li > a:hover {
  color: #48f969;
}
.navbar .navbar-menu > li::before {
  position: absolute;
  content: "";
  left: 50%;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 100%;
  background: transparent;
  transform: translateX(-50%);
  top: 1.5rem;
  transition: 0.15s ease-in-out;
}
.navbar .navbar-menu > li:hover::before {
  background: #48f969;
}
.navbar .navbar-menu > li .sub-menu {
  top: 100%;
  left: 0;
  position: absolute;
  background: #fff;
  min-width: 15rem;
  padding: 10px 0;
  z-index: 9999;
  box-shadow: 0 6px 33px 0 rgba(0, 0, 0, 0.05);
  border-radius: 7px;
  border: 1px solid #f5f5f5;
  display: none;
}
.navbar .navbar-menu > li .sub-menu li {
  min-width: 210px;
  padding: 0.7rem 1rem;
  font-weight: 400;
  position: relative;
}
.navbar .navbar-menu > li .sub-menu li a {
  padding: 10px;
  font-size: 1.1rem;
  margin: 0;
  color: #767b88;
  text-transform: capitalize;
}
.navbar .navbar-menu > li .sub-menu li a:hover {
  color: #48f969;
}
.navbar .navbar-menu > li .sub-menu .has-sub2-menu::before {
  position: absolute;
  content: "";
  right: 1rem;
  top: 50%;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 100%;
  background: #dadaee;
  transform: translateY(-50%);
}
.navbar .navbar-menu > li .sub-menu .has-sub2-menu:hover::before {
  background: #48f969;
}
.navbar .navbar-menu > li .sub-menu .sub2-menu {
  padding: 1rem 0;
  top: 0;
  left: 101%;
  position: absolute;
  box-shadow: 0 6px 33px 0 rgba(0, 0, 0, 0.05);
  border-radius: 7px;
  border: 1px solid #f5f5f5;
  background: #fff;
  display: none;
}
.navbar .mobile-menu {
  position: absolute;
  top: 6rem;
  right: 0;
  width: auto;
  background: white;
  padding: 2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  display: none;
  height: auto;
  z-index: 9999;
  overflow: hidden;
  width: 50%;
}
.navbar .mobile-menu ul {
  margin: 0;
  padding: 0;
}
.navbar .mobile-menu li {
  text-align: left;
  line-height: 50px;
}
.navbar .mobile-menu li a {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500;
  transition: 0.25s;
}
.navbar .mobile-menu li a:hover {
  color: #48f969;
  padding-left: 0.5rem;
}
.navbar .menu-toggle {
  height: 6rem;
  line-height: 6rem;
  display: none;
}
@media screen and (max-width: 992px) {
  .navbar .menu-toggle {
    display: flex;
    align-items: center;
  }
}
.navbar .menu {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
.navbar .menu .line-menu {
  position: absolute;
  height: 3px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.9);
  transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6),
    width 0.2s ease 0.2s;
}
.navbar .menu input {
  display: none;
}
.navbar .menu input + .line-menu {
  top: 50%;
  left: 0;
  margin: -2px 0 0 0;
  width: 30px;
  transform-origin: 50% 50%;
}
.navbar .menu input + .line-menu + .line-menu {
  top: 4px;
  left: 0;
  width: 30px;
  transform-origin: 0 50%;
}
.navbar .menu input + .line-menu + .line-menu + .line-menu {
  bottom: 4px;
  right: 0;
  width: 30px;
  transform-origin: 100% 50%;
  transform: translate(0, 0);
}
.navbar .menu input:checked + .line-menu {
  transform: rotate(-45deg);
  transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s;
}
.navbar .menu input:checked + .line-menu + .line-menu {
  width: 15px;
  transform: translate(4px, -0.5px) rotate(45deg);
  transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s,
    width 0.2s ease;
}
.navbar .menu input:checked + .line-menu + .line-menu + .line-menu {
  width: 14px;
  transform: translate(-4.5px, 0.5px) rotate(45deg);
  transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s,
    width 0.2s ease;
}
.navbar.style2 {
  position: relative;
  margin-bottom: 8rem;
}
.navbar.style3 {
  position: relative;
  background: #fff;
  color: rgba(0, 0, 0, 0.9) !important;
  margin-bottom: 8rem;
}
.navbar.style3 .navbar-menu > li {
  color: #000;
}
.navbar.style3 .navbar-menu > li > a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar.style3 .navbar-menu > li > a:hover {
  color: #48f969;
}
.navbar.is-transparent {
  background: transparent;
}
.navbar.is-transparent .line-menu {
  background: #fff;
}
.navbar.is-dark-navbar .line-menu {
  background: #fff;
}

/* Layouts > _header.scss                                                    | victim - creabik */
/*** TABLE OF CONTENTS
==================================================
0. Hero in index page
=============================================== ***/
#video_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; /* Send it to the background */
  pointer-events: none; /* Avoid interaction */
}
#video_bg:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 100;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
}

#video_bg video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header {
  position: relative;
  padding-top: 140px;
  padding-bottom: 70px;
  margin-bottom: 5rem;
  /*=========================================
    is dark
    =========================================*/
  /*=========================================
    is dark
    =========================================*/
  /*====================================
    ========= header in pages
    =====================================*/
  /*====================================
    ========= header in pages
    =====================================*/
  /*====================================
    ========= header in pages
    =====================================*/
}
.header.is-dark {
  background: #000;
  color: #fff;
}
.header-title {
  font-size: 5rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .header-title {
    font-size: 50px;
  }
}
.header-desc {
  color: #ffffff;
  font-size: 18px;
  max-width: 35rem;
  margin: 40px 0;
}
.header .typed {
  position: relative;
  z-index: 0;
}
.header .typed::before {
  content: "";
  height: 0.5rem;
  width: 100%;
  background: #48f969;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.header.header-bg {
  background-repeat: no-repeat !important;
  background-position: 85% 0 !important;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .header.header-bg {
    background-position: -100% bottom !important;
  }
}
.header.is-light {
  background: #fff;
  color: rgba(0, 0, 0, 0.9);
}
.header.is-light .header-title {
  color: rgba(0, 0, 0, 0.9);
}
.header.in-page {
  position: relative;
  display: flex;
  align-items: center;
  background: #161616;
  overflow: hidden;
  padding: 5rem 0;
  margin-bottom: 0;
  min-height: 370px;
}
.header.in-page .page-title {
  color: #fff;
  position: relative;
  font-size: 45px;
}
.header.in-page .page-title::before {
  content: url(../img/others/points.svg);
  position: absolute;
  left: 0;
  bottom: -2rem;
}
.header.in-page::before {
  content: url(../img/bg/shape.png);
  position: absolute;
  bottom: -5px;
  right: 0;
}
.header.in-page2 {
  position: relative;
  display: flex;
  align-items: center;
  background: #000;
  overflow: hidden;
  padding: 5rem 0;
  margin-bottom: 0;
  min-height: 370px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  background-attachment: fixed;
}
.header.in-page2 .page-title {
  color: #fff;
  position: relative;
  font-size: 45px;
  text-align: center;
}
.header.in-page2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.63);
  z-index: -1;
  transition: 0.35s cubic-bezier(0.5, 0, 0.35, 1);
}
.header.in-index {
  padding-top: 0;
  padding-bottom: 14rem;
  margin-bottom: 0;
  background: url(../img/bg/imgsection.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
}
.header.in-index .header-title {
  margin-top: 8rem;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .header.in-index .header-title {
    font-size: 50px;
    text-align: center;
    margin-top: 4rem;
  }
}
.header.in-index .header-desc {
  color: #fff;
}
@media screen and (max-width: 576px) {
  .header.in-index .header-desc {
    font-size: 15px;
  }
}
.header.in-index .line-menu {
  background: #f3f3f3;
}
@media screen and (max-width: 768px) {
  .header.in-index {
    padding-bottom: 80px;
  }
}

.header2 {
  position: relative;
  padding: 0 0rem 8rem;
  background-size: cover;
  background-position: bottom;
  position: relative;
  overflow: hidden;
}
.header2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(22, 22, 22, 0.658);
  width: 100%;
  height: 100%;
}
.header2 .header-title2 {
  text-align: center;
  font-size: 65px;
  font-weight: 800;
  text-transform: capitalize;
  line-height: 70px;
  letter-spacing: 0px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  margin-bottom: 20px;
  width: 100%;
  font-family: "Overpass";
  max-width: 45rem;
}
@media screen and (max-width: 768px) {
  .header2 .header-title2 {
    font-size: 50px;
  }
}
.header2 .header-desc2 {
  text-align: center;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.header3 {
  padding-bottom: 8rem;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.header3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(22, 22, 22, 0.658);
  width: 100%;
  height: 100%;
}
.header3 .header-title {
  font-size: 50px;
  margin-bottom: 20px;
}
.header3 .header-description {
  color: #fff;
  margin-bottom: 20px;
}
.header3 .submit-box {
  background: #fff;
  padding: 0 0 45px 0;
  color: #ffff;
}
.header3 .submit-box .head {
  background: #48f969;
  padding: 20px;
  color: #ffff;
}
.header3 .submit-box .wrap {
  padding: 60px 50px 0 50px;
}
.header3 .submit-box input {
  background: #f3f3f3;
}
.header3 .submit-box .title {
  font-size: 25px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  color: #ffff;
}
.header3 .submit-box .desc {
  text-align: center;
  color: #ffff;
}

.header4 {
  position: relative;
  padding-top: 14rem;
  padding-bottom: 14rem;
  height: 100vh;
  background-attachment: fixed;
  background-position: -31% 0;
  overflow: hidden;
}
.header4 .header-title {
  overflow: hidden;
}
.header4 .header-desc {
  color: #fff;
}
.maintext {
  margin-top: 200px;
}

@media screen and (max-width: 768px) {
  .header4 {
    height: auto;
    padding-top: 10rem;
    /*padding-bottom: 4rem;*/
  }
  .header4 .header-title {
    font-size: 40px;
  }

  .maintext {
    margin-top: 80px;
  }
}

.header5 {
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .header5 {
    height: auto;
  }
}
.header5 .navbar .menu .line-menu {
  background: #ffffff;
}
.header5 .header-slick {
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .header5 .header-slick {
    height: auto;
  }
}
.header5 .header-slick-item {
  position: relative;
  padding-bottom: 260px;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .header5 .header-slick-item {
    animation: none;
    background-size: cover;
    background-position: center;
  }
}
.header5 .header-slick-item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
}
.header5 .header-slick .slick-dots {
  margin-top: 20px;
}
.header5 .header-slick .slick-dots li {
  transition: 0.25s ease-in-out;
  border-radius: 50%;
  background: #fff;
}
.header5 .header-slick .slick-dots li:hover {
  background: #48f969;
  transform: scale(1.1);
  border: solid 1px #48f969;
}
.header5 .header-slick .slick-dots .slick-active {
  background: #48f969;
  border: solid 1px #48f969;
}
.header5 .header-slick .slick-dots li button:before {
  width: 15px;
  height: 15px;
}
.header5 .header-slick .slick-dots li button {
  width: 15px;
  height: 15px;
}
.header5 .header-slick .slick-dots li {
  width: 15px;
  height: 15px;
}
.header5 .header-slick .slick-dots {
  bottom: 30px;
  max-width: 1200px;
  left: 200px;
}
@media screen and (max-width: 576px) {
  .header5 .header-slick .slick-dots {
    left: 0;
  }
}
.header5 .navbar {
  background: transparent !important;
}
.header5 .header-subtitle {
  color: #fff;
  position: relative;
  padding-left: 3.5rem;
  font-size: 22px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .header5 .header-subtitle {
    padding-left: 1.5rem;
  }
}
.header5 .header-subtitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  border-radius: 100%;
  transform: translateY(-50%);
  background: #48f969;
  height: 0.2rem;
  width: 3rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .header5 .header-subtitle::before {
    width: 1rem;
  }
}
.header5 .header-left {
  height: 100%;
  margin-top: 260px;
}
.header5 .btn-header {
  margin-top: 20px;
}
.header5 .header-title {
  font-size: 120px;
}
@media screen and (max-width: 768px) {
  .header5 .header-title {
    font-size: 60px;
  }
}
.header5 .container {
  position: relative;
  height: 100%;
}
.header5 .play-area {
  position: absolute;
  right: 15px;
  bottom: 25%;
  transform: translateY(100%);
}
@media screen and (max-width: 576px) {
  .header5 .play-area {
    bottom: 0;
    transform: translateY(100%);
  }
}
.header5 .play-btn {
  background: #fff;
  height: 3rem;
  width: 3rem;
  border-radius: 100%;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  cursor: pointer;
}
.header5 .play-btn::before {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 50%;
  border-radius: 100%;
  transform: translate(50%, 50%);
  background: rgba(255, 255, 255, 0.301);
  height: 150%;
  z-index: -1;
  animation-name: anim2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0, 0, 0.41, 1.87);
  width: 150%;
}
.header5 .play-btn::after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 50%;
  border-radius: 100%;
  transform: translate(50%, 50%);
  background: rgba(255, 255, 255, 0.301);
  height: 200%;
  width: 200%;
  z-index: -2;
  animation-name: anim1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0, 0, 0.41, 1.87);
  animation-delay: 0.6s;
}
.header5 .play-btn img {
  width: 10px;
}

/* Layouts > _sections.scss                                                    | victim - creabik */
/*** TABLE OF CONTENTS
==================================================
    ========= Global
    ========= section index feautures
    ========= section companies
    ========= section feautures
    ========= section feautures2
    ========= section works
    ========= section team
    ========= section works2
    ========= section works3
    ========= section testimonials
    ========= section testimonial2
    ========= section testimonial3
    ========= section testimonial4
    ========= section About
    ========= section blog
    ========= section talk
    ========= section video
    ========= section Plans
    ========= section counter
    ========= section services
    ========= section services 2
    ========= section services 3
    ========= section contact
    ========= section jobs
    ========= section trial
=============================================== ***/
.section {
  /*=========================
        ======= Global
    ===========================*/
  position: relative;
  z-index: 1;
  /*====================================
    ========= section index feautures
    =====================================*/
  /*====================================
    ========= section companies
    =====================================*/
  /*====================================
    ========= section feautures
    =====================================*/
  /*====================================
    ========= section feautures2
    =====================================*/
  /*====================================
    ========= section feautures3
    =====================================*/
  /*====================================
    ========= section portfolio
    =====================================*/
  /*====================================
    ========= section  Customer
    =====================================*/
  /*====================================
    ========= section  Stars
    =====================================*/
  /*====================================
    ========= section works
    =====================================*/
  /*====================================
    ========= section team
    =====================================*/
  /*====================================
    ========= section works2
    =====================================*/
  /*====================================
    ========= section works3
    =====================================*/
  /*====================================
    ========= section testimonials
    =====================================*/
  /*====================================
    ========= section testimonial2
    =====================================*/
  /*====================================
    ========= section testimonial3
    =====================================*/
  /*====================================
    ========= section testimonial4
    =====================================*/
  /*====================================
    ========= section About
    =====================================*/
  /*====================================
    ========= section About us
    =====================================*/
  /*====================================
    ========= section blog
    =====================================*/
  /*====================================
    ========= section talk
    =====================================*/
  /*====================================
    ========= section video
    =====================================*/
  /*====================================
    ========= section video2
    =====================================*/
  /*====================================
    ========= section Plans
    =====================================*/
  /*====================================
    ========= section counter
    =====================================*/
  /*====================================
    ========= section services
    =====================================*/
  /*====================================
    ========= section services 2
    =====================================*/
  /*====================================
    ========= section services 3
    =====================================*/
  /*====================================
    ========= section contact
    =====================================*/
  /*=========================
    ======= section jobs
    ===========================*/
  /*=========================
    ======= section trial
    ===========================*/
}
.section .section-head {
  margin-bottom: 60px;
  width: 100%;
}
.section .section-title {
  font-size: 48px;
  line-height: 1.4;
  max-width: 40rem;
  color: rgba(0, 0, 0, 0.9);
  font-weight: bold;
  text-align: left;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .section .section-title {
    font-size: 35px;
  }
}
.section .section-title ::before {
  content: "";
  position: absolute;
  top: -10px;
  height: 4px;
  left: 0;
  width: 40px;
  background: #48f969;
}
.section .section-title ::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 4px;
  background-color: #282828;
  left: 42px;
  top: -10px;
}
.section .section-title .has-line {
  position: relative;
}
.section .section-title .has-line::before {
  content: "";
  position: absolute;
  height: 0.7rem;
  bottom: 0.2rem;
  width: 103%;
  left: 0;
  background: #48f969;
  z-index: 0;
  opacity: 0.2;
}
.section .section-title.is-left {
  max-width: 30rem;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}
.section .section-title.is-center {
  max-width: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section .section-title.is-center ::before {
  content: "";
  position: absolute;
  top: -10px;
  height: 4px;
  left: 50%;
  width: 40px;
  background: #48f969;
}
.section .section-title.is-center ::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 4px;
  background-color: #282828;
  left: 50%;
  top: -10px;
}
.section.is-lg {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media screen and (max-width: 992px) {
  .section.is-lg {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.section.is-sm {
  padding-top: 70px;
  padding-bottom: 70px;
}
.section .section-title-sm {
  margin-bottom: 1.5rem;
  font-size: 2.5em;
  line-height: 1.4;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  color: rgba(0, 0, 0, 0.9);
  font-weight: bold;
  text-align: center;
  text-transform: lowercase;
}
.section .section-title-sm .has-line {
  position: relative;
}
.section .section-title-sm .has-line::before {
  content: "";
  position: absolute;
  height: 0.7rem;
  bottom: 0.2rem;
  width: 103%;
  left: 0;
  background: #48f969;
  z-index: 0;
  opacity: 0.2;
}
.section .section-title-sm.is-left {
  max-width: 30rem;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}
.section .section-desc {
  margin-top: 30px;
}
.section .section-description {
  max-width: 40rem;
  text-align: left;
}
.section .section-description.is-center {
  text-align: center;
}
@media screen and (max-width: 992px) {
  .section .section-description {
    margin-top: 30px;
  }
}
.section.is-dark {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
}
.section.is-dark .section-title {
  color: #fff;
}
.section.section-index-feautures {
  background: #161616;
  position: relative;
}
.section.section-index-feautures::before {
  content: url(../img/others/circle.svg);
  position: absolute;
  left: 0;
  top: 0;
  height: 6rem;
  width: 6rem;
}
.section.section-companies {
  padding: 4rem 2rem;
  width: 100%;
  background: #202020;
  position: relative;
}
.section.section-companies.in-header {
  bottom: -140px;
}
.section.section-companies .company-item {
  display: flex;
  justify-content: center;
}
.section.section-companies .company-item img {
  max-height: 4rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .section.section-companies .company-item img {
    max-height: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .section.section-companies .company-item img {
    max-height: 2rem;
  }
}
@media screen and (max-width: 992px) {
  .section.section-companies {
    padding: 4rem 1rem;
  }
  .section.section-companies .company-item {
    display: flex;
    justify-content: center;
  }
}
.section.section-feautures .feautures-boxes {
  counter-reset: feautures-box;
}
@media screen and (max-width: 992px) {
  .section.section-feautures .feautures-boxes .col-lg-4 {
    margin-bottom: 2rem;
  }
  .section.section-feautures .feautures-boxes .col-lg-4:nth-last-child(-n + 1) {
    margin-bottom: 0;
  }
}
.section.section-feautures .feautures-boxes .feautures-box {
  background: #161616;
  padding: 60px 40px;
  position: relative;
  z-index: 0;
  color: #fff;
  overflow: hidden;
  transition: 0.25s;
  cursor: pointer;
}
.section.section-feautures .feautures-boxes .feautures-box .title {
  color: #fff;
}
.section.section-feautures .feautures-boxes .feautures-box .desc {
  color: #fff;
}
.section.section-feautures .feautures-boxes .feautures-box::after {
  content: url(../img/bg/box.png);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.section.section-feautures .feautures-boxes .feautures-box .title {
  font-size: 24px;
  margin: 0 0 20px 0;
}
.section.section-feautures .feautures-boxes .feautures-box .feather {
  width: 50px;
  height: 50px;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  margin-bottom: 20px;
}
.section.section-feautures .feautures-boxes .feautures-box.is-active {
  background: #48f969;
  color: #fff;
}
.section.section-feautures .feautures-boxes .feautures-box.is-active .desc {
  color: #fff;
}
.section.section-feautures .feautures-boxes .feautures-box.is-active::after {
  content: none;
}
.section.section-feautures .feautures-boxes .feautures-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 11px 19px 0 rgba(0, 0, 0, 0.12);
}
.section.section-feautures .feautures-boxes .feautures-box:hover .feather {
  color: #ffffff;
}
.section.section-feautures2 .feautures2-box {
  background: #fff;
  padding: 2rem;
  margin-bottom: 30px;
  transition: 0.25s;
}
.section.section-feautures2 .feautures2-box.is-active {
  box-shadow: 0 28px 50px rgba(77, 91, 120, 0.15);
  border-top: solid 2px #48f969;
}
.section.section-feautures2 .feautures2-box .see-more {
  color: #48f969;
  opacity: 0;
  transition: 0.25s;
}
.section.section-feautures2 .feautures2-box .feather {
  width: 40px;
  height: 40px;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  color: #48f969;
}
.section.section-feautures2 .feautures2-box .title {
  font-size: 24px;
  margin: 30px 0 5px 0;
}
.section.section-feautures2 .feautures2-box .desc {
  margin-bottom: 20px;
}
.section.section-feautures2 .feautures2-box .icon {
  max-width: 4rem;
}
.section.section-feautures2 .feautures2-box:hover {
  transition: 0.25s;
}
.section.section-feautures2 .feautures2-box:hover .see-more {
  color: #48f969;
  margin-top: 20px;
  opacity: 1;
}
.section.section-feautures3 {
  background: #efefef;
  background: url(../img/bg/sectionbg.jpg);
  background-position: center;
  background-size: cover;
}
.section.section-feautures3 .feautures3-box {
  background: #fff;
  padding: 2rem;
  margin-bottom: 30px;
}
.section.section-feautures3 .feautures3-box .media-left {
  margin-right: 20px;
}
.section.section-feautures3 .feautures3-box .feather {
  width: 40px;
  height: 40px;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  color: #48f969;
}
.section.section-feautures3 .feautures3-box .title {
  font-size: 24px;
  margin: 30px 0 5px 0;
}
.section.section-feautures3 .feautures3-box .icon {
  max-width: 4rem;
}
.section.section-portfolio .portfolio-boxes .portfolio-box {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  z-index: 0;
  transition: all ease 0.3s;
  margin-bottom: 30px;
}
.section.section-portfolio .portfolio-boxes .portfolio-box::before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease 0.3s;
  border-radius: 8px;
}
.section.section-portfolio .portfolio-boxes .portfolio-box img {
  width: 100%;
}
.section.section-portfolio .portfolio-boxes .portfolio-box .icon {
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section.section-portfolio .portfolio-boxes .portfolio-box .icon .feather {
  height: 20px;
  width: 20px;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  margin-bottom: 2px;
  color: #fff;
}
.section.section-portfolio .portfolio-boxes .portfolio-box .wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 30px;
  transform: translate3d(0, 150%, 0);
  transition: transform 0.6s;
  z-index: 3;
}
.section.section-portfolio .portfolio-boxes .portfolio-box .wrap .title {
  color: #fff;
}
.section.section-portfolio .portfolio-boxes .portfolio-box .wrap span {
  color: #fff;
}
.section.section-portfolio .portfolio-boxes .portfolio-box:hover {
  transform: rotateX(-10deg) translateZ(50px);
}
.section.section-portfolio .portfolio-boxes .portfolio-box:hover::before {
  content: "";
  background: rgba(0, 0, 0, 0.75);
}
.section.section-portfolio .portfolio-boxes .portfolio-box:hover .wrap {
  transform: translate3d(0, 0, 0);
}
.section.section-portfolio.is-dark {
  background: #161616;
}
.section.section-clients {
  position: relative;
}
.section.section-clients .col {
  padding: 0;
}
.section.section-clients .slick-dots {
  bottom: -30px !important;
}
.section.section-clients::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #161616;
  width: 100%;
  height: 60%;
  z-index: -1;
}
.section.section-clients.is-light {
  background: #fff;
}
.section.section-clients.is-light::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #fff !important;
  width: 100%;
  height: 60%;
  z-index: -1;
}
.section.section-clients .section-title {
  color: #fff;
}
.section.section-clients .client-wrap {
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 5px 10px 35px #00000014;
}
.section.section-clients .client-logo {
  background: #282828;
  height: 20rem;
  padding: 2rem;
}
.section.section-clients .client-logo img {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .section.section-clients .client-logo {
    height: 20rem;
  }
}
@media screen and (max-width: 576px) {
  .section.section-clients .client-logo {
    display: none;
  }
}
.section.section-clients .client-image {
  background-size: cover;
  background-position: center;
  height: 20rem;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .section.section-clients .client-image {
    height: 20rem;
  }
}
.section.section-clients .client-quote {
  background: #282828;
  height: 20rem;
  padding: 4rem;
  text-align: center;
  font-style: italic;
  color: white;
}
@media screen and (max-width: 992px) {
  .section.section-clients .client-quote {
    height: auto;
    padding: 2rem;
  }
}
.section.section-clients.is-dark .client-wrap {
  box-shadow: 5px 10px 35px #070216;
}
.section.section-clients.is-dark .client-quote {
  background: #020d1f;
}
.section.section-clients.is-grad::before {
  background: #efefef;
}
.section.section-clients.is-light::before {
  background: #f3f6fc;
}
.section.section-clients.is-light .section-title {
  color: rgba(0, 0, 0, 0.9);
}
.section.section-customers .customer-box {
  border-radius: 10px;
  background: #000;
  padding: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.section.section-customers .customer-box .thumb {
  margin-bottom: 30px;
}
.section.section-customers .customer-box .thumb img {
  width: 100%;
  max-width: 5rem;
  border-radius: 100%;
}
.section.section-customers .customer-box .name {
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}
.section.section-customers .customer-box .desc {
  color: #fff;
  text-align: center;
}
.section.section-stars.is-dark {
  background: #000;
}
.section.section-stars .section-title {
  margin-bottom: 20px;
}
.section.section-stars .stars {
  margin-top: 20px;
}
.section.section-stars .stars img {
  max-height: 1rem;
}
@media screen and (max-width: 768px) {
  .section.section-stars .stars img {
    margin-bottom: 70px;
  }
}
.section.section-stars .img {
  width: 100%;
}
.section.section-team .team-item {
  height: 30rem;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 0;
  margin-bottom: 2rem;
  transition: 0.25s;
  overflow: hidden;
}
.section.section-team .team-item::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #10131a;
  z-index: -1;
  opacity: 0.3;
  transition: 0.25s;
}
.section.section-team .team-item .team-img {
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  height: 100%;
  width: 130%;
  z-index: -2;
  transition: 0.35s;
}
.section.section-team .team-item .title {
  margin-right: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  width: 100%;
  text-transform: capitalize;
  padding: 30px 0 30px 30px;
}
.section.section-team .team-item .title a {
  color: #fff;
}
.section.section-team .team-item .sub-title {
  color: #e7e7e7;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.8;
  padding: 30px 30px 30px 0;
}
.section.section-team .team-item .link {
  padding: 0 2rem 2rem;
}
.section.section-team .team-item:hover::before {
  background: rgba(0, 0, 0, 0.9);
  z-index: -1;
  opacity: 0.5;
  transform: scale(1.1);
}
.section.section-team .team-item:hover .team-img {
  width: 100%;
}
.section.section-team.has-bg {
  background: linear-gradient(to top, #fff 60%, #000 40%);
  background: url(../img/bg/imgsection.jpg);
  background-position: center;
  position: relative;
  z-index: 0;
}
.section.section-team.has-bg::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: #fff;
  z-index: -1;
}
.section.section-team .team-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
}
.section.section-team .team-thumb {
  width: 100%;
}
.section.section-team .team-thumb img {
  max-width: 100%;
  margin-bottom: 1rem;
}
.section.section-team .team-name {
  margin-bottom: 1rem;
}
.section.section-team .team-social {
  margin: 1rem 0 0;
  width: 100%;
  padding: 0;
}
.section.section-team .team-social li {
  margin: 0 0.5rem;
}
.section.section-team .team-social li a {
  color: #757575;
}
.section.section-works2 {
  background: linear-gradient(to top, #fff 60%, #000 40%);
  background: url(../img/bg/imgsection.jpg);
  background-position: center;
  position: relative;
  z-index: 0;
}
.section.section-works2 .section-title {
  color: #ffffff;
}
.section.section-works2 .section-description {
  color: #ffffff;
}
.section.section-works2 .work3-box {
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-bottom: 2rem;
  transition: 0.25s;
  overflow: hidden;
}
.section.section-works2 .work3-box::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #48f969;
  opacity: 0;
  z-index: 1;
  transition: 0.25s;
  transition: 0.25s;
}
.section.section-works2 .work3-box .work3-head {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 30px;
  transform: translate3d(0, 150%, 0);
  transition: transform 0.6s;
  z-index: 3;
}
.section.section-works2 .work3-box .work3-head .title a {
  color: white;
  font-size: 24px;
}
.section.section-works2 .work3-box .work3-head span {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
.section.section-works2 .work3-box .work3-img {
  position: relative;
  width: 100%;
  z-index: 0;
  transition: 0.25s;
}
.section.section-works2 .work3-box:hover::before {
  opacity: 0.6;
}
.section.section-works2 .work3-box:hover .work3-head {
  transform: translate3d(0, 0, 0);
}
.section.section-works2 .work3-box.is-active .work3-head {
  transform: translate3d(0, 0, 0);
}
.section.section-works2 .work3-box.is-active::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0.5;
  z-index: 1;
  transition: 0.25s;
  transition: 0.25s;
}
.section.section-works3 .work-boxes-slick {
  margin: 0 -20px;
}
@media screen and (max-width: 768px) {
  .section.section-works3 .work-boxes-slick {
    margin: 0 0;
  }
}
.section.section-works3 .work3-box {
  margin: 0 20px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-bottom: 2rem;
  transition: 0.25s;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .section.section-works3 .work3-box {
    margin-left: 0;
    margin-right: 0;
  }
}
.section.section-works3 .work3-box::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #48f969;
  opacity: 0;
  z-index: 1;
  transition: 0.25s;
  transition: 0.25s;
}
.section.section-works3 .work3-box .work3-head {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 30px;
  transform: translate3d(0, 150%, 0);
  transition: transform 0.6s;
  z-index: 3;
}
.section.section-works3 .work3-box .work3-head .title a {
  color: white;
  font-size: 24px;
}
.section.section-works3 .work3-box .work3-head span {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
.section.section-works3 .work3-box .work3-img {
  position: relative;
  width: 100%;
  z-index: 0;
  transition: 0.25s;
}
.section.section-works3 .work3-box:hover::before {
  opacity: 0.6;
}
.section.section-works3 .work3-box:hover .work3-head {
  transform: translate3d(0, 0, 0);
}
.section.section-works3 .work3-box.is-active .work3-head {
  transform: translate3d(0, 0, 0);
}
.section.section-works3 .work3-box.is-active::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0.5;
  z-index: 1;
  transition: 0.25s;
  transition: 0.25s;
}
.section.section-testimonial {
  background: url(../img/bg/sectionbg.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.section.section-testimonial .client-wrap {
  padding-left: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.section.section-testimonial .client-wrap img {
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.section.section-testimonial .client-wrap::before {
  content: "";
  background: url(../img/icons/quote.svg);
  background-repeat: no-repeat;
  background-position: 1rem 1rem;
  background-size: 5rem;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 50%;
  left: 15px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .section.section-testimonial .client-wrap::before {
    left: 15px;
  }
}
.section.section-testimonial .client-wrap::after {
  content: "";
  background: #48f969;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 50%;
  left: 15px;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .section.section-testimonial .client-wrap::after {
    left: 15px;
  }
}
.section.section-testimonial .client {
  font-weight: 700;
  text-transform: uppercase;
  color: #101010;
  margin-top: 40px;
  margin-bottom: 20px;
}
.section.section-testimonial .client-quote {
  font-size: 24px;
}
.section.section-testimonial2 {
  background: #000;
  background: url(../img/bg/imgsection2.jpg);
  background-position: center;
}
.section.section-testimonial2 .section-title {
  color: #ffffff;
}
.section.section-testimonial2 .client-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section.section-testimonial2 .client-wrap .client-img {
  border-radius: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.section.section-testimonial2 .client-wrap .client-img img {
  max-width: 5rem;
}
.section.section-testimonial2 .client-wrap .client-name {
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}
.section.section-testimonial2 .client-wrap .client-quote {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
.section.section-testimonial3 {
  background: #000;
  background: url(../img/bg/imgsection2.jpg);
  background-position: center;
}
.section.section-testimonial3 .quote {
  width: 100%;
  position: relative;
}
.section.section-testimonial3 .quote::before {
  content: url(../img/others/icon-quote-white.svg);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  background-position: center 0;
  background-repeat: no-repeat;
  z-index: 1;
  height: 100%;
}
.section.section-testimonial3 .section-title {
  color: #ffffff;
}
.section.section-testimonial3 .client-wrap {
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section.section-testimonial3 .client-wrap .client-img {
  border-radius: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.section.section-testimonial3 .client-wrap .client-img img {
  max-width: 5rem;
}
.section.section-testimonial3 .client-wrap .client-name {
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}
.section.section-testimonial3 .client-wrap .client-quote {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
.section.section-testimonial4 .quote-wrap {
  background: #000;
  padding-top: 80px;
  padding-left: 80px;
  padding-right: 60px;
  padding-bottom: 80px;
  background: url(../img/bg/imgsection2.jpg);
}
.section.section-testimonial4 .quote-wrap .client-img {
  border-radius: 100%;
  overflow: hidden;
  margin-right: 20px;
}
.section.section-testimonial4 .quote-wrap .client-img img {
  max-width: 4rem;
}
.section.section-testimonial4 .quote-wrap .client-name {
  color: #fff;
}
.section.section-testimonial4 .quote-wrap .client-position {
  text-transform: uppercase;
  color: #a1a1a1;
  font-size: 13px;
}
.section.section-testimonial4 .quote-wrap .client-quote {
  margin-top: 40px;
  font-size: 25px;
  color: #fff;
}
.section.section-testimonial4 .profile-img img {
  width: 100%;
}
.section.section-about .about-box {
  margin-bottom: 3rem;
}
.section.section-about .about-box .feather {
  width: 50px;
  height: 50px;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  margin-bottom: 20px;
  color: #48f969;
}
.section.section-about .about-box .title {
  font-size: 20px;
  margin-bottom: 20px;
}
.section.section-about .about-box .description {
  max-width: 30rem;
}
.section.section-about .about-video {
  position: relative;
  box-shadow: 0 12px 21px 0 rgba(0, 0, 0, 0.12);
}
.section.section-about .about-video::before {
  content: "";
  background: url(../img/icons/play-sign.png);
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5rem;
  height: 5rem;
  z-index: 1;
}
.section.section-about .about-video img {
  width: 100%;
}
.section.section-about-us {
  overflow: hidden;
}
.section.section-about-us .section-title {
  margin-bottom: 20px;
}
.section.section-about-us .section-description {
  margin-bottom: 20px;
}
.section.section-blog .blog .blog-img {
  width: 100%;
  z-index: -1;
}
.section.section-blog .blog .blog-wrap {
  position: relative;
  background: #fff;
  padding: 1.5rem;
  margin-top: -1rem;
  margin-left: 20px;
  margin-right: 20px;
  z-index: 2;
  box-shadow: 0 8px 21px -3px rgba(0, 0, 0, 0.09);
  transition: 0.25s;
}
.section.section-blog .blog .title a {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.9);
}
.section.section-blog .blog .blog-item {
  margin-bottom: 2rem;
}
.section.section-blog .blog .blog-item:hover .blog-wrap {
  transform: translateY(-1rem);
  background: #48f969;
}
.section.section-blog .blog .blog-item:hover .title a {
  font-size: 20px;
  color: #fff;
}
.section.section-subscribe {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 0;
}
.section.section-subscribe .section-desc {
  margin: 30px 0;
}
.section.section-subscribe::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.438);
  z-index: -1;
}
.section.section-talk {
  background: #202020;
  color: #ffffff;
  background: url(../img/bg/imgsection.jpg);
  background-position: center;
}
.section.section-talk .row {
  margin: 0;
}
@media screen and (max-width: 576px) {
  .section.section-talk {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section.section-talk .section-title {
  color: #ffffff;
}
.section.section-video {
  overflow: hidden;
  background: url(../img/bg/imgsection.jpg);
  background-position: center;
}
.section.section-video .section-title {
  margin-bottom: 30px;
}
.section.section-video .section-description {
  margin-bottom: 30px;
  color: #fff;
}
.section.section-video .info {
  padding: 8.5em 7em 8em 6.5em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .section.section-video .info {
    padding: 70px 30px;
  }
}
@media screen and (max-width: 576px) {
  .section.section-video .info {
    padding: 70px 15px;
  }
}
.section.section-video .video img {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .section.section-video .video img {
    height: auto;
    width: 100%;
  }
}
.section.section-testimonial5 {
  overflow: hidden;
}
.section.section-testimonial5 .section-title {
  margin-bottom: 30px;
}
.section.section-testimonial5 .section-description {
  margin-bottom: 30px;
  color: #fff;
}
.section.section-testimonial5 .info {
  padding: 140px 7em 140px 6.5em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .section.section-testimonial5 .info {
    padding: 70px 30px;
  }
}
@media screen and (max-width: 576px) {
  .section.section-testimonial5 .info {
    padding: 70px 15px;
  }
}
.section.section-testimonial5 .video {
  overflow: hidden;
  border-radius: 0 20px 20px 0;
}
.section.section-testimonial5 .video img {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .section.section-testimonial5 .video img {
    height: auto;
    width: 100%;
  }
}
.section.section-testimonial5 .image img {
  border-radius: 100%;
  margin-right: 10px;
  width: 5rem;
  margin-top: 30px;
}
.section.section-testimonial5 .client-quote {
  color: #fff;
  font-size: 30px;
}
.section.section-testimonial5 .media-content {
  margin-top: 30px;
}
.section.section-plans {
  position: relative;
  background: #efefef;
}
.section.section-plans .in-right {
  transform: translateX(-30px);
}
@media screen and (max-width: 992px) {
  .section.section-plans .in-right {
    transform: none;
  }
}
.section.section-plans .in-left {
  transform: translateX(30px);
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .section.section-plans .in-left {
    transform: none;
  }
}
.section.section-plans .plan-item {
  border-radius: 0.5rem;
  overflow: hidden;
  background: #efefff;
}
@media screen and (max-width: 992px) {
  .section.section-plans .plan-item {
    margin-bottom: 2rem;
  }
}
.section.section-plans .plan-item .plan-head {
  padding: 2rem;
}
.section.section-plans .plan-item .plan-title {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
  color: rgba(0, 0, 0, 0.9);
}
.section.section-plans .plan-item .price-var {
  color: #c8cacf;
  margin-right: 0.5rem;
}
.section.section-plans .plan-item .plan-price {
  font-size: 3rem;
  font-weight: bold;
}
.section.section-plans .plan-item .list-items {
  margin-bottom: 1rem;
  padding: 0;
}
.section.section-plans .plan-item .list-items .item {
  margin-bottom: 1rem;
  font-weight: bold;
}
.section.section-plans .plan-item.is-active {
  color: rgba(0, 0, 0, 0.9);
  background-color: white;
  box-shadow: 0 13px 30px rgba(0, 0, 0, 0.18);
  position: relative;
  z-index: 3;
}
.section.section-plans .plan-item.is-active .plan-title {
  font-weight: bold;
  color: #48f969;
}
.section.section-plans .plan-item.is-active .plan-head {
  color: #48f969;
}
.section.section-plans .plan-item .plan-body {
  padding: 2rem 3rem;
}
.section.section-plans .style2 {
  background: #fff;
  box-shadow: 0 13px 30px #00000014;
}
.section.section-counter {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.9);
}
.section.section-counter.has-bg {
  background: url(../img/bg/imgsection.jpg);
  background-position: center;
  background-size: cover;
}
.section.section-counter .counter-item {
  padding: 20px;
  transition: 0.25s;
  cursor: default;
}
.section.section-counter .counter-item:hover {
  background: #202020;
  transform: scale(1.05);
}
.section.section-counter .counter-item .counter-number {
  color: #b6b6b6;
  font-size: 30px;
  text-align: center;
}
.section.section-counter .counter-item .counter-name {
  color: #48f969;
  text-align: center;
}
.section.section-services .section-title {
  margin-bottom: 30px;
  max-width: 30rem;
  margin-left: 0;
}
.section.section-services .section-description {
  margin-bottom: 30px;
  max-width: 30rem;
  margin-left: 0;
}
.section.section-services .service-img {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 5px;
}
.section.section-services .service-img img {
  width: 100%;
}
.section.section-services2 {
  /*background: #f3f3f3;*/
}
.section.section-services2 .section-title {
  margin-bottom: 30px;
}
.section.section-services2 .read-more {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .section.section-services2 .read-more {
    margin: 30px 0;
  }
}
.section.section-services2 .list-group {
  margin-top: 30px;
}
.section.section-services2 .list-group .list-group-item {
  border: none;
  position: relative;
  margin: 0px 0px 10px 20px;
  padding: 0;
  padding-left: 20px;
  background: transparent;
}
.section.section-services2 .list-group .list-group-item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #48f969;
  width: 7px;
  height: 7px;
  border-radius: 100%;
}
.section.section-services2 .img-box {
  background-color: #fff;
  box-shadow: 0 28px 50px rgba(77, 91, 120, 0.15);
  box-sizing: content-box;
  margin-left: 55px;
  margin-top: 0;
  padding: 14%;
  position: relative;
  z-index: 1;
}
.section.section-services2 .img-box.has-padding0 {
  margin-right: 55px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .section.section-services2 .img-box {
    margin-left: 0;
    margin-right: 0 !important;
  }
}
.section.section-services2 .img-box img {
  width: 100%;
}
.section.section-services2 .exp-box {
  display: flex;
  flex-direction: row;
  justify-items: center;
  align-items: center;
}
.section.section-services2 span.exp-year {
  font-weight: 900;
  color: #48f969;
  font-size: 100px;
}
.section.section-services2 span.exp-text {
  color: rgba(0, 0, 0, 0.9);
  font-size: 20px;
  width: 100px;
  max-width: 100px;
  margin-left: 20px;
}
.section.section-services2 .services2-boxes {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .section.section-services2 .services2-boxes {
    margin-top: 70px;
  }
}
.section.section-services2 .services2-box {
  padding: 40px 25px 40px 25px;
  transition: 0.25;
}
.section.section-services2 .services2-box .feather {
  width: 40px;
  height: 40px;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  margin-bottom: 20px;
  color: #48f969;
}
.section.section-services2 .services2-box.is-active {
  border-top: solid 2px #48f969;
  background: #ffff;
  box-shadow: 0 28px 50px rgba(77, 91, 120, 0.15);
}
.section.section-services2 .services2-box.is-active p {
  color: #282828;
}
.section.section-services2 .services2-box:hover {
  transform: translateY(-5px);
}
.section.section-services2 .services2-box:hover .feather {
  color: rgba(0, 0, 0, 0.9);
}
.section.section-services2 .services2-box .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 0px 0px 20px 0px;
}
.section.section-services3 .service-boxes .service-box {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  border: solid 1px #f3f3f3;
  padding: 30px;
  background: white;
}
.section.section-services3 .service-boxes .service-box .feather {
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  color: #48f969;
  width: 50px;
  height: 50px;
  transition: 0.25s;
  stroke-width: 1.5;
}
.section.section-services3 .service-boxes .service-box:hover .feather {
  right: 15px;
}
.section.section-services3 .service-boxes .service-box.is-active {
  background: #f3f3f3;
}
.section.section-services3 .service-boxes .service-box.has-style2 {
  border-radius: 10rem;
  background: #161616;
  color: #fff;
  border: none;
}
.section.section-services3 .service-boxes .service-box.has-style2.is-active {
  background: #000;
  border: solid 1px #161616;
}
.section.section-services3 .service-boxes .service-box.has-style2 .title {
  color: #fff;
}
.section.section-contact {
  background: #000;
  color: #ffffff;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.section.section-contact::before {
  content: "";
  background-color: #10131a;
  height: 100%;
  opacity: 0.9;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
.section.section-contact .section-title {
  color: #ffffff;
}
.section.section-contact label {
  color: #ffffff;
}
.section.section-contact .contact-form-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 15px;
}
.section.section-contact .feather {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  color: #48f969;
  margin-right: 20px;
}
.section.section-contact .contact-info-list-item {
  overflow: hidden;
  display: flex;
  margin-bottom: 30px;
}
.section.section-contact .contact-info-list-item p {
  font-weight: 400;
  color: #c1c1c1;
  font-size: 16px;
}
.section.section-contact .contact-info-list-item h3 {
  font-weight: 900;
  margin-top: 5px;
  color: #fff;
  font-size: 25px;
}
.section.section-contact .contact-info-list-item.pdt-50:last-child span {
  margin-right: 50px;
}
.section.section-contact h4.contact-heading {
  border-bottom: 1px solid #ddd;
  margin-bottom: -40px;
}
.section.section-jobs .job-title {
  color: #262626;
  line-height: 1;
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 60px 0px 30px;
  margin: 0px;
  border-bottom: 1px solid #c5c5c5;
}
.section.section-jobs .job-list-item {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 22px 20px;
  border-bottom: 1px solid #e4e4e4;
  transition: 0.25s;
}
.section.section-jobs .job-list-item.is-active {
  background: #202020;
  color: #fff;
  box-shadow: 0 9px 12px rgba(32, 32, 32, 0.3);
}
.section.section-jobs .job-list-item.is-active .job-item-title {
  color: #fff;
}
.section.section-jobs .job-list-item.is-active .job-info {
  color: #fff;
}
.section.section-jobs .job-list-item.is-active .arrow {
  color: white;
}
.section.section-jobs .job-list-item .arrow {
  color: #48f969;
}
.section.section-jobs .job-list-item .job-info {
  color: #000;
}
.section.section-jobs .job-list-item .job-item-title {
  color: #48f969;
}
.section.section-jobs .job-list-item:hover {
  background: #48f969;
  color: white;
}
.section.section-jobs .job-list-item:hover .arrow {
  color: white;
}
.section.section-jobs .job-list-item:hover .job-info {
  color: white;
}
.section.section-jobs .job-list-item:hover .job-item-title {
  color: white;
}
.section.section-jobs.is-dark .job-title {
  color: white;
  line-height: 1;
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 60px 0px 30px;
  margin: 0px;
  border-bottom: 1px solid #222222;
}
.section.section-jobs.is-dark .job-list-item {
  border-bottom: 1px solid #1f1f1f;
  transition: 0.25s;
  border-radius: 100px;
}
.section.section-jobs.is-dark .job-list-item.is-active {
  background: #cc0052;
  color: #fff;
  box-shadow: none;
  border: none;
  border-radius: 100px;
}
.section.section-jobs.is-dark .job-list-item.is-active .job-item-title {
  color: #fff;
}
.section.section-jobs.is-dark .job-list-item.is-active .job-info {
  color: #fff;
}
.section.section-jobs.is-dark .job-list-item.is-active .arrow {
  color: white;
}
.section.section-jobs.is-dark .job-list-item .arrow {
  color: #48f969;
}
.section.section-jobs.is-dark .job-list-item .job-info {
  color: #000;
}
.section.section-jobs.is-dark .job-list-item .job-item-title {
  color: #48f969;
}
.section.section-jobs.is-dark .job-list-item:hover {
  background: #48f969;
  color: white;
}
.section.section-jobs.is-dark .job-list-item:hover .arrow {
  color: white;
}
.section.section-jobs.is-dark .job-list-item:hover .job-info {
  color: white;
}
.section.section-jobs.is-dark .job-list-item:hover .job-item-title {
  color: white;
}
.section.section-trial .free-box {
  padding: 4rem;
  border-radius: 5px;
  color: #fff;
  position: relative;
  background: #161616;
  overflow: hidden;
}
.section.section-trial .free-box::before {
  content: url(../img/bg/shape.png);
  position: absolute;
  transform: scale(0.5);
  bottom: -71px;
  right: -158px;
}
.section.section-trial .free-box .title {
  margin-bottom: 20px;
  color: #fff;
}
.section.section-trial .free-box .desc {
  margin-bottom: 20px;
}
.section.section-trial .plan-boxes {
  margin-top: 70px;
}
.section.section-trial .plan-boxes .plan-box {
  background: #efefef;
  padding: 2rem;
  border-radius: 0.5rem;
  margin-bottom: 30px;
}
.section.section-trial .plan-boxes .plan-box .plan-title {
  margin-bottom: 20px;
}
.section.section-trial .plan-boxes .plan-box .plan-desc {
  margin-bottom: 20px;
}
.section.section-trial .plan-boxes .plan-box .plan-price-wrap {
  margin-bottom: 20px;
  display: flex;
  justify-items: start;
}
.section.section-trial .plan-boxes .plan-box .plan-price-wrap .price-title {
  margin-right: 5px;
  font-size: 30px;
}
.section.section-trial .plan-boxes .plan-box.is-active {
  background: #48f969;
  color: #fff;
  box-shadow: 0 15px 17px rgba(0, 0, 0, 0.19);
}
.section.section-trial .plan-boxes .plan-box.is-active .plan-title {
  color: #fff;
}
.section.section-trial .plan-boxes .plan-box.is-active .plan-desc {
  color: #fff;
}
.section.section-trial .plan-boxes .plan-box.is-active .price-title {
  color: #fff;
}

/*====================================
    ========= section  companies2
    =====================================*/
.section-companies2 {
  margin-top: 70px;
}
.section-companies2 .company-item {
  background: #181818;
  padding: 15px 30px;
  border-radius: 50rem;
  transition: 0.25s;
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .section-companies2 .company-item {
    padding: 15px 20px;
  }
}
.section-companies2 .company-item:hover {
  transform: rotateX(-5deg) translateZ(50px);
}
.section-companies2 .company-item .img-logo {
  max-width: 10rem;
  margin-left: auto;
  margin-right: auto;
}
.section-companies2 .company-item img {
  width: 100%;
}

.is-grey {
  background: #f6f6f6;
}

.footer {
  margin: 0;
}
.footer .is-light {
  background: #fff;
  color: rgba(0, 0, 0, 0.9);
}
.footer .copyright {
  font-size: 1rem;
  color: #595b5d;
}

.footer {
  padding: 0 0 0;
  position: relative;
  margin: 0;
  overflow: hidden;
  color: #fff;
  /*====================================
    ========= footer wrap
    =====================================*/
  /*====================================
    ========= footer logo
    =====================================*/
  /*====================================
    ========= footer description
    =====================================*/
  /*====================================
    ========= footer social
    =====================================*/
  /*====================================
    ========= footer Copyright
    =====================================*/
}
.footer.is-dark {
  background: #000;
  color: #fff;
}
.footer.is-dark a {
  color: #fff;
}
.footer.is-dark p {
  color: #dddddd;
}
.footer.is-dark strong {
  color: #fff;
}
.footer .card {
  margin-bottom: 2rem;
}
.footer-contact {
  margin-bottom: 2rem;
}
.footer .footer-wrap {
  margin: 4rem 0;
}
.footer .footer-logo {
  margin-bottom: 2rem;
}
.footer .footer-logo img {
  max-height: 3rem;
}
.footer .footer-description {
  max-width: 40rem;
  text-align: center;
  margin: auto;
  margin-bottom: 2rem;
}
.footer .footer-social {
  display: flex;
  justify-content: center;
}
.footer .footer-social li {
  margin: 0 1rem;
}
.footer .copyright {
  padding: 1rem 0 1rem;
  background: #131313;
}
.footer .copyright p {
  margin: 0;
  color: #8c8c8c;
  text-align: center;
}
.footer .copyright .footer-company img {
  height: 3rem;
}

.footer {
  color: rgba(0, 0, 0, 0.9);
}
.footer.in-index {
  padding: 1rem 0 1rem;
}

/* =======================================================
- - - - - - - - - 1 /  Footer-style 1
==========================================================*/
.footer-1 {
  background: #222222;
  padding-top: 4rem;
  color: #fff;
}
.footer-1 .footer-text {
  color: #5d5b64;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 1rem;
}
.footer-1 .logo img {
  height: 2rem;
}
.footer-1 .social-nav {
  margin-top: 1rem;
  padding: 0;
}
.footer-1 .social-nav li {
  display: inline;
  margin: 0 0.5rem;
  line-height: 2;
}
.footer-1 .social-nav li a {
  color: #fff;
}
.footer-1 .social-nav li a svg {
  color: #fff;
}
.footer-1 .desc {
  margin-top: 1rem;
  max-width: 40rem;
}
.footer-1 span {
  font-weight: bold;
  padding-bottom: 60px;
  position: relative;
}
.footer-1 span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 2px;
  width: 25%;
  background: #48f969;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.footer-1 .menu-items {
  margin-bottom: 0.5rem;
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  letter-spacing: 1px;
}
.footer-1 .menu-items:first-child {
  margin-top: 30px;
}
.footer-1 .menu-items {
  margin: 30px;
  padding: 0;
}
.footer-1 .menu-items li {
  line-height: 34px;
  font-size: 16px;
}
.footer-1 .menu-items li a {
  color: #fff;
  transition: 0.25s;
}
.footer-1 .menu-items li a:hover {
  padding-left: 0.5rem;
  color: #48f969;
}
.footer-1 .copyright {
  margin-top: 70px;
  text-align: center;
  padding: 1rem 0 1rem;
  color: #fff;
}
.footer-1 .copyright a {
  color: #48f969;
}

/*=========================
======= Blog
===========================*/
.widget-title {
  color: #48f969;
}

.post-wrap {
  margin-top: 50px;
}
.post-wrap .post-img {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.post-wrap .post-img::after {
  content: "Read article";
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 0, 102, 0.8);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0;
  transition: all 0.15s ease-in 0s;
  z-index: 1;
}
.post-wrap .post-img:hover::after {
  opacity: 1;
}
.post-wrap .post-img img {
  width: 100%;
  transition: 0.25s;
}
.post-wrap .post-content {
  position: relative;
  background: #fff;
  border-radius: 0 10px 10px 10px;
  padding: 30px 0;
  border-bottom: 4px solid #f2f2f2;
  margin-bottom: 30px;
}
.post-wrap .post-content .post-tag {
  margin-right: 0.5rem;
  display: flex;
}
.post-wrap .post-content .post-tag .tag-item {
  color: #48f969;
  font-size: 13px;
  padding: 4px 18px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: white;
  background-color: #2e2e2e;
  text-transform: uppercase;
  background: #000;
  border-radius: 2rem;
}
.post-wrap .post-content .post-date {
  font-size: 13px;
  color: #615f6c;
}
.post-wrap .post-content .post-author {
  font-size: 13px;
}
.post-wrap .post-content .post-author a {
  color: #48f969;
}
.post-wrap .post-content .post-title {
  margin: 20px 0;
}
.post-wrap .post-content .post-title a {
  color: #000;
  transition: 0.25s;
  font-size: 24px;
}
.post-wrap .post-content .post-title a:hover {
  color: #48f969;
}
.post-wrap .post-content .post-description {
  margin-bottom: 20px;
}
.post-wrap.in-first-post {
  border-bottom: 4px solid #f2f2f2;
  margin-bottom: 30px;
  margin-top: 0;
}
.post-wrap.in-first-post .post-content {
  border-bottom: none;
  margin-bottom: 0;
}
.post-wrap.in-first-post .post-title a {
  font-size: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 576px) {
  .post-wrap.in-first-post .post-title a {
    font-size: 20px;
  }
}

.post-wrap2 {
  margin-bottom: 30px;
}
.post-wrap2 .post-img {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.post-wrap2 .post-img img {
  width: 100%;
  transition: 0.25s;
}
.post-wrap2 .post-content {
  position: relative;
  border-radius: 0 10px 10px 10px;
  padding: 0 0 30px;
}
.post-wrap2 .post-content .post-tag {
  margin-right: 0.5rem;
  display: flex;
}
.post-wrap2 .post-content .post-tag .tag-item {
  color: #48f969;
  font-size: 13px;
  padding: 15px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #646464;
  text-transform: uppercase;
}
.post-wrap2 .post-content .post-date {
  font-size: 13px;
  color: #615f6c;
}
.post-wrap2 .post-content .post-author {
  font-size: 13px;
}
.post-wrap2 .post-content .post-author a {
  color: #48f969;
}
.post-wrap2 .post-content .post-title {
  margin: 0 0 20px;
}
.post-wrap2 .post-content .post-title a {
  color: #000;
  transition: 0.25s;
  font-size: 24px;
}
.post-wrap2 .post-content .post-title a:hover {
  color: #48f969;
}
.post-wrap2 .post-content .read-more {
  color: #000;
  position: relative;
}
.post-wrap2 .post-content .read-more::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 2px;
  width: 25%;
  background: #48f969;
  transition: 0.25s;
}
.post-wrap2 .post-content .read-more:hover::before {
  width: 100%;
}
.post-wrap2 .post-content .post-description {
  margin-bottom: 20px;
}
.post-wrap2.in-first-post {
  border-bottom: 4px solid #f2f2f2;
  margin-bottom: 30px;
  margin-top: 0;
}
.post-wrap2.in-first-post .post-content {
  border-bottom: none;
  margin-bottom: 0;
}
.post-wrap2.in-first-post .post-title a {
  font-size: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 576px) {
  .post-wrap2.in-first-post .post-title a {
    font-size: 20px;
  }
}
.post-wrap2.is-dark .post-img img {
  border-radius: 10px;
}
.post-wrap2.is-dark .post-content .post-tag .tag-item {
  color: #cacaca;
}
.post-wrap2.is-dark .post-content .post-date {
  color: #ebebeb;
}
.post-wrap2.is-dark .post-content .post-author a {
  color: #48f969;
}
.post-wrap2.is-dark .post-content .post-title a {
  color: white;
}
.post-wrap2.is-dark .post-content .post-title a:hover {
  color: #48f969;
}
.post-wrap2.is-dark .post-content .read-more {
  color: white;
}
.post-wrap2.is-dark .post-content .post-description {
  color: white;
}

/*=========================
======= Subscribe
===========================*/
.subscribe-box {
  background: #48f969;
  color: #fff;
  width: 100%;
  padding: 5rem;
}
.subscribe-box .description {
  font-size: 25px;
  font-family: "Avant Garde Gothic";
}
.subscribe-box .span {
  margin-right: 5px;
}
.subscribe-box .btn {
  margin-bottom: 0.5rem;
}

/*=========================
======= contact-boxes
===========================*/
.contact-boxes .contact-box {
  padding: 50px 30px;
  box-shadow: 0 28px 50px rgba(77, 91, 120, 0.15);
  border-bottom: solid 2px #f06;
  margin-bottom: 30px;
}
.contact-boxes .contact-box.is-active {
  background: #f3f3f3;
  box-shadow: none;
  border: none;
}
.contact-boxes .contact-box.is-dark {
  box-shadow: none;
  background: #1a1a1a;
}
.contact-boxes .contact-box.is-dark p {
  color: #ffff;
}
.contact-boxes .contact-box .title {
  margin-bottom: 20px;
  color: #48f969;
  font-size: 20px;
}

.contact-form-wrap {
  max-width: 600px;
  margin: auto;
}
.contact-form-wrap .contact-form {
  margin-top: 40px;
}

.mapouter {
  position: relative;
  text-align: right;
  height: 500px;
  width: 100%;
}
.mapouter iframe {
  width: 100%;
  border: none;
  outline: none;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100%;
}

/*=========================
======= progress 
===========================*/
.progress-work {
  margin-top: 140px;
  /* This for loop creates the 	necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
}
@media screen and (max-width: 992px) {
  .progress-work {
    margin-top: 70px;
  }
}
.progress-work .progress {
  width: 200px;
  height: 200px;
  line-height: 200px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .progress-work .progress {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  .progress-work .progress {
    width: 125px;
    height: 125px;
  }
}
.progress-work .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 7px solid #f3f3f3;
  position: absolute;
  top: 0;
  left: 0;
}
.progress-work .progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress-work .progress .progress-left {
  left: 0;
}
.progress-work .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 7px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #48f969;
}
.progress-work .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress-work .progress .progress-right {
  right: 0;
}
.progress-work .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.progress-work .progress .progress-value {
  display: flex;
  border-radius: 50%;
  font-size: 36px;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: bold;
  width: 100%;
}
.progress-work .progress .progress-value div {
  margin-top: 10px;
}
.progress-work .progress .progress-value span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
}
.progress-work .progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.progress-work .progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}
.progress-work .progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}
.progress-work .progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}
.progress-work .progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}
.progress-work .progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}
.progress-work .progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}
.progress-work .progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}
.progress-work .progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress-work .progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}
.progress-work .progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress-work .progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}
.progress-work .progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress-work .progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}
.progress-work .progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress-work .progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}
.progress-work .progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress-work .progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}
.progress-work .progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress-work .progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

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

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

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

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

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

@media screen and (max-width: 768px) {
  .contact-info-list-warpper {
    margin-top: 30px;
  }
}

/*=========================
======= article page
===========================*/
.article-page {
  max-width: 810px;
  margin: -185px auto 0;
  position: relative;
  z-index: 1;
}
.article-page .article-head {
  margin-bottom: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  border-bottom: 4px solid #f2f2f2;
}
.article-page .article-img img {
  width: 100%;
}
.article-page .article-meta {
  margin: 40px 0;
}
.article-page .article-meta .article-tag {
  color: #48f969;
  font-size: 13px;
  padding: 4px 18px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: white;
  background-color: #2e2e2e;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 2rem;
}
.article-page .article-meta .article-social {
  display: flex;
  justify-content: space-around;
  color: #48f969;
  padding: 4px 18px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: white;
  background-color: #2e2e2e;
  text-transform: uppercase;
  background: #000;
  border-radius: 2rem;
}
.article-page .article-meta .article-social li {
  margin-left: 0.5rem;
}
.article-page .article-meta .article-social li:first-child {
  margin-left: 0;
}
.article-page .article-title {
  color: rgba(0, 0, 0, 0.9);
  font-size: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .article-page .article-title {
    font-size: 30px;
  }
}
.article-page .article-date {
  font-size: 13px;
  color: #615f6c;
}
.article-page .article-author {
  font-size: 13px;
}
.article-page .article-author a {
  color: #48f969;
}
.article-page p {
  margin-bottom: 20px;
}
.article-page h4 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.article-page .article-body img {
  margin-bottom: 20px;
  max-width: 100%;
}
.article-page .article-body .img-by {
  background: #f3f3f3;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  display: flex;
  margin-bottom: 20px;
  width: fit-content;
}
.article-page .article-body .blockquote {
  font-weight: bold;
  margin-top: 40px;
}
.article-page img {
  width: 100%;
}
.article-page .acticle-footer {
  margin-top: 40px;
  margin-bottom: 80px;
  background: #f3f3f3;
  padding: 20px;
}
.article-page .acticle-footer .article-social li {
  margin: 0rem 0.5rem;
}

/*=========================
======= job page
===========================*/
.job-page .job-wrap h3 {
  line-height: 1.8;
  margin: 15px 0px;
}

.job-page .job-wrap p {
  margin-bottom: 20px;
}

.job-page .job-wrap li {
  list-style: circle !important;
}

.job-page .job-wrap .job-subtitle2 {
  color: #262626;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  padding-top: 30px;
  margin: 35px 0px 25px;
  border-top: 1px solid #e4e4e4;
}

.job-page .job-btns {
  margin-top: 40px;
}

.job-page .list-group .list-group-item {
  border: none;
  position: relative;
  margin: 0px 0px 10px 20px;
  padding: 0;
  padding-left: 20px;
}
.job-page .list-group .list-group-item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #48f969;
  width: 7px;
  height: 7px;
  border-radius: 100%;
}

.job-page.is-dark p {
  color: #fff;
}

.job-page.is-dark .job-subtitle2 {
  border-top: 1px solid #343434;
}

.job-page.is-dark h1,
.job-page.is-dark h2,
.job-page.is-dark h3,
.job-page.is-dark h4,
.job-page.is-dark h5,
.job-page.is-dark h6 {
  color: #fff !important;
}

.job-page.is-dark ul {
  background: #000;
}
.job-page.is-dark ul li {
  background: #000;
}

.sidebar-wrap {
  margin-top: 140px;
}
.sidebar-wrap .widget-title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: normal;
  position: relative;
  margin-bottom: 60px;
  color: #48f969;
  font-family: "TradeGothic";
  font-weight: bold;
  position: relative;
}
.sidebar-wrap .widget-title::before {
  content: "";
  position: absolute;
  top: -10px;
  height: 2px;
  width: 40px;
  background: #48f969;
}
.sidebar-wrap .widget-title::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 2px;
  background-color: #282828;
  left: 42px;
  top: -10px;
}
.sidebar-wrap .jobs-widget ul {
  padding-left: 0;
  margin: 5px 0px 40px;
}
.sidebar-wrap .jobs-widget .type-title {
  position: relative;
  text-transform: uppercase;
}
.sidebar-wrap .jobs-widget .type-title::before {
  content: "";
  position: absolute;
  top: -10px;
  height: 2px;
  width: 20px;
  background: #000;
}
.sidebar-wrap .jobs-widget li a {
  color: #48f969;
}

/*=========================
======= job page
===========================*/
.project-page.is-dark p {
  color: #ffff !important;
}

.project-page.is-dark .categories-list {
  padding: 60px 0;
  border-top: 1px solid #4e4e4e;
  border-bottom: 1px solid #414141;
}

.project-page.is-dark .next {
  border-right: 1px solid black;
}

.project-page.is-dark .prev {
  border-left: 1px solid black;
}

.project-page.is-dark h1,
.project-page.is-dark h2,
.project-page.is-dark h3,
.project-page.is-dark h4,
.project-page.is-dark h5,
.project-page.is-dark h6 {
  color: #ffff;
}

.project-page img {
  width: 100%;
  margin-bottom: 20px;
}

.project-page .project-wrap h3 {
  line-height: 1.8;
  margin: 15px 0px;
}

.project-page .project-wrap p {
  margin-bottom: 20px;
}

.project-page .project-wrap li {
  list-style: circle !important;
}

.project-page .project-wrap .project-subtitle2 {
  color: #262626;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  padding-top: 30px;
  margin: 35px 0px 25px;
  border-top: 1px solid #e4e4e4;
}

.project-page .project-btns {
  margin-top: 40px;
}

.project-page .list-group .list-group-item {
  border: none;
  position: relative;
  margin: 0px 0px 10px 20px;
  padding: 0;
  padding-left: 20px;
}
.project-page .list-group .list-group-item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #48f969;
  width: 7px;
  height: 7px;
  border-radius: 100%;
}

.project-page .categories-list {
  padding: 60px 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

.project-page .categories-list li {
  float: left;
  list-style: none;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}

.project-page .dark .categories-list li {
  color: #fff;
}

.project-page .dark .categories-list {
  border-top: 1px solid #585858;
  border-bottom: 1px solid #585858;
}

.project-page .categories-list li span {
  font-weight: 600;
}

.next-prev .col {
  padding: 0;
  margin: 0;
}

.next-prev .row {
  padding: 0;
  margin: 0;
}

.next-prev .next {
  border-right: 1px solid #ffff;
}

.next-prev .prev {
  border-left: 1px solid #ffff;
}

.next-prev .next,
.next-prev .prev {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.next-prev .next::before,
.next-prev .prev::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.739);
  z-index: 1;
  transition: 0.35s cubic-bezier(0.5, 0, 0.35, 1);
}
.next-prev .next img,
.next-prev .prev img {
  width: 100%;
  margin-bottom: 0;
  transition: 0.35s cubic-bezier(0.5, 0, 0.35, 1);
}
.next-prev .next h5,
.next-prev .prev h5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  z-index: 2;
  transition: 0.35s cubic-bezier(0.5, 0, 0.35, 1);
  text-transform: uppercase;
  letter-spacing: 3px;
}
.next-prev .next h5 a,
.next-prev .prev h5 a {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.next-prev .next:hover img,
.next-prev .prev:hover img {
  transform: scale(1.25);
}
.next-prev .next:hover h5,
.next-prev .prev:hover h5 {
  color: rgba(255, 255, 255, 0.787);
}

.index-page .demo {
  position: relative;
}
@media screen and (max-width: 768px) {
  .index-page .demo {
    padding: 15px;
  }
}
.index-page .demo-title {
  margin-bottom: 2rem;
  font-size: 2.625rem;
  line-height: 1.5;
  font-weight: bold;
  max-width: 40rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .index-page .demo-title {
    font-size: 2.2rem;
  }
}
.index-page .demo-title .has-line {
  position: relative;
}
.index-page .demo-title .has-line::before {
  content: "";
  position: absolute;
  height: 0.2rem;
  top: -1rem;
  width: 103%;
  left: 0;
  background: #48f969;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .index-page .demo-title {
    font-size: 1.8rem;
  }
}

.index-page .buy {
  max-width: 38rem;
  margin: 0 auto;
  overflow: hidden;
  padding: 2rem;
  position: relative;
  box-shadow: 0 6px 12px 1px #e5e5f2;
}
.index-page .buy .pricing {
  background: #e9e9e9;
  border-radius: 5px;
  padding: 2rem;
}
.index-page .buy .pricing-title {
  font-size: 2.5rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.index-page .buy .button {
  position: relative;
  z-index: 1;
}
.index-page .buy::before {
  content: url(../img/others/buy-shape2.svg);
  position: absolute;
  right: 0;
  bottom: 4rem;
  height: 4rem;
  width: 4rem;
  z-index: 0;
}
.index-page .buy::after {
  content: url(../img/others/buy-shape1.svg);
  position: absolute;
  left: 0;
  top: 0;
  height: 4rem;
  width: 4rem;
  z-index: 0;
}

.index-page .buy-list {
  z-index: 1;
}
.index-page .buy-list-item {
  display: flex;
  align-items: center;
}
.index-page .buy-list-item svg {
  background: #48f969;
  border-radius: 20rem;
  padding: 0.2rem;
  color: #fff;
  margin-right: 0.5rem;
}

.account-page {
  height: 100vh;
}
.account-page .form-wrap {
  height: 30rem;
  background: #fff;
  width: 25rem;
  margin-top: 10rem;
  border-radius: 5px;
  margin-bottom: 10rem;
}
.account-page .account-img {
  overflow: hidden;
  height: 100vh;
  background: #313896;
  position: relative;
}
.account-page .account-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 40rem;
  height: auto;
  z-index: 1;
}
.account-page header {
  margin: 8rem 0 2rem;
}
.account-page .form {
  width: 22rem;
  margin: auto;
}
.account-page label {
  margin-bottom: 0.5rem !important;
}
.account-page .logo {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.account-page .title {
  font-size: 500;
  margin: 1rem 0 2rem;
}
.account-page .form .forgot-link {
  color: #313845;
  text-decoration: underline;
  font-size: 14px;
  opacity: 0.5;
}
.account-page .form .btn-login {
  margin-top: 1rem;
  width: 100%;
}
