@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Theme Name: Template Name – HTML5 Template
    Author: Theme Pure
    Support: basictheme@gmail.com
    Description: Template Name  – HTML5 Template
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

    01. Common CSS
    02. Hero CSS
    03. Home Demo CSS


**********************************************/
/*


*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Hind", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #5e5f6b;
  line-height: 24px;
}

a {
  text-decoration: none;
}

.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.include-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Hind", sans-serif;
  color: #031220;
  margin-top: 0px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-family: "Hind", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #5e5f6b;
  margin-bottom: 15px;
  line-height: 24px;
}

*::-moz-selection {
  background: #258E46;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #258E46;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #258E46;
  color: #ffffff;
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: #031220;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #031220;
  font-size: 14px;
  opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background-color: #f7f7f7;
}

.grey-bg-2 {
  background-color: #edeef3;
}

.pink-bg {
  background-color: #258E46;
}

.white-bg {
  background-color: #ffffff;
}

.black-bg {
  background-color: #031220;
}

.footer-bg {
  background-color: #000;
}

.blue-dark-bg {
  background-color: #111c54;
}

.green-bg {
  background-color: #1abf68;
}

.purple-light-bg {
  background-color: rgba(37, 142, 70, 0.2);
}

.blue-light-bg {
  background-color: #d8f0ff;
}

.yellow-light-bg {
  background-color: rgba(223, 184, 16, 0.2);
}

.yellow-light-bg-2 {
  background-color: rgba(221, 219, 209, 0.2);
}

/*--
    - color
-----------------------------------------*/
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #ffffff !important;
}

.white-color {
  color: #ffffff;
}

.theme-color {
  color: #258E46 !important;
}

.black-color {
  color: #031220;
}

.box-plr-245 {
  padding-left: 245px;
  padding-right: 245px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .box-plr-245 {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .box-plr-245 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .box-plr-245 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box-plr-245 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .box-plr-245 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 575px) {
  .box-plr-245 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.box-plr-85 {
  padding-left: 85px;
  padding-right: 85px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box-plr-85 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .box-plr-85 {
    padding-left: 0;
    padding-right: 0;
  }
}

.pt-220 {
  padding-top: 220px;
}

.pb-220 {
  padding-bottom: 220px;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.body-overlay:hover {
  cursor: pointer;
}

.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 575px) {
  .progress-wrap {
    right: 15px;
    bottom: 15px;
  }
}

/* theme btn */
.e-btn {
  display: inline-block;
  height: 50px;
  line-height: 52px;
  text-align: center;
  padding: 0 25px;
  color: #ffffff;
  background: #258E46;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 500;
  text-transform: capitalize;
}
.e-btn:hover {
  color: #ffffff;
  -webkit-box-shadow: 0px 10px 24px 0px rgba(4, 23, 118, 0.3);
  -moz-box-shadow: 0px 10px 24px 0px rgba(4, 23, 118, 0.3);
  box-shadow: 0px 10px 24px 0px rgba(4, 23, 118, 0.3);
}
.e-btn-2 {
  height: 40px;
  line-height: 42px;
}
.e-btn-yellow {
  background-color: #ffd10c;
  border-color: #ffd10c;
  color: #031220;
  text-transform: uppercase;
}
.e-btn-yellow:hover {
  color: #031220;
  background-color: #dfb810;
}
.e-btn-white {
  background: #ffffff;
  color: #031220;
  padding: 0 35px;
}
.e-btn-white:hover {
  color: #031220;
}
.e-btn-logo {
  width: 20px;
  height: 20px;
}
.e-btn-border {
  height: 52px;
  line-height: 50px;
  border: 2px solid #d5d6da;
  color: #031220;
  background: transparent;
}
.e-btn-border:hover {
  background: #258E46;
  border-color: #258E46;
  color: #ffffff;
}

/* link btn */
.link-btn {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: #258E46;
  text-transform: uppercase;
  padding-right: 15px;
}
.link-btn i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
}
.link-btn i:first-child {
  left: -100%;
  visibility: hidden;
  opacity: 0;
}
.link-btn i:last-child {
  right: 0;
}
.link-btn:hover {
  color: #031220;
}
.link-btn:hover i:first-child {
  left: 0;
  visibility: visible;
  opacity: 1;
}
.link-btn:hover i:last-child {
  right: -100%;
  visibility: hidden;
  opacity: 0;
}

.link-btn-2 {
  position: relative;
  font-size: 14px;
  color: #258E46;
  font-weight: 500;
  padding-right: 22px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
}
.link-btn-2 i {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  font-size: 12px;
}
.link-btn-2 i:first-child {
  right: 10%;
  visibility: hidden;
  opacity: 0;
}
.link-btn-2 i:last-child {
  right: 0;
}
.link-btn-2:hover {
  color: #258E46;
}
.link-btn-2:hover i:first-child {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.link-btn-2:hover i:last-child {
  right: -10%;
  visibility: hidden;
  opacity: 0;
}
.link-btn-2.pink {
  color: #258E46;
}
.link-btn-2.pink:hover {
  color: #258E46;
}

.link-btn-3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #031220;
  position: relative;
}
.link-btn-3::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background-color: #031220;
}
.link-btn-3:hover {
  color: #258E46;
}
.link-btn-3:hover::after {
  background-color: #258E46;
}

.section__sub-title {
  font-size: 18px;
  font-weight: 500;
  color: #258E46;
  display: inline-block;
  margin-bottom: 5px;
}
.section__title {
  font-size: 40px;
  color: #031220;
  text-transform: capitalize;
  z-index: 1;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section__title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title {
    font-size: 33px;
  }
}
@media (max-width: 575px) {
  .section__title {
    font-size: 25px;
  }
}
.section__title span {
  position: relative;
}
.section__title span img {
  position: absolute;
  left: -14px;
  bottom: 12px;
  z-index: -1;
  -webkit-animation: section-animation 3s infinite;
  animation: section-animation 3s infinite;
}
.section__title span.yellow-bg-big img {
  bottom: 15px;
  width: 120%;
  -webkit-animation: section-animation-2 3s infinite;
  animation: section-animation-2 3s infinite;
}
.section__title span.yellow-bg-sm img {
  bottom: 10px;
  width: 120%;
  -webkit-animation: section-animation-2 3s infinite;
  animation: section-animation-2 3s infinite;
}
.section__title-2 {
  color: #ffffff;
}
.section__title-pre {
  font-size: 180px;
  color: #edeef3;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  z-index: -1;
  text-align: center;
  width: 100%;
  top: 30%;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section__title-pre {
    font-size: 155px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section__title-pre {
    font-size: 110px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title-pre {
    font-size: 90px;
  }
}
@media (max-width: 575px) {
  .section__title-pre {
    font-size: 45px;
  }
}
.section__title-pre-2 {
  top: 27%;
  color: #e6e7ec;
}
@media (max-width: 575px) {
  .section__title-pre-2 {
    top: 45%;
  }
}
.section__title-wrapper {
  position: relative;
  z-index: 1;
}
.section__title-wrapper p {
  font-size: 18px;
  color: #5F6160;
  padding: 0 75px;
}
@media (max-width: 575px) {
  .section__title-wrapper p {
    padding: 0;
  }
}
.section__title-wrapper-2 p {
  font-size: 16px;
  padding: 0;
}
.section__title-wrapper-3 p {
  padding-right: 50px;
}
@media (max-width: 575px) {
  .section__title-wrapper-3 p {
    padding: 0;
  }
}
.section__title-wrapper-4 p {
  padding: 0 40px;
}
@media (max-width: 575px) {
  .section__title-wrapper-4 p {
    padding: 0;
  }
}

@keyframes section-animation {
  0% {
    width: 0;
  }
  15% {
    width: 100%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  to {
    width: 0;
    opacity: 0;
  }
}
@keyframes section-animation-2 {
  0% {
    width: 0;
  }
  15% {
    width: 125%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 125%;
    opacity: 0;
  }
  to {
    width: 0;
    opacity: 0;
  }
}
/* pulse btn */
.pulse-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 84px;
  text-align: center;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #258E46;
  animation: pulse 2s infinite;
}
.pulse-btn:hover {
  background-color: #258E46;
  color: #ffffff;
}
.pulse-btn i {
  padding-left: 2px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.bubble-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  font-family: sans-serif;
  font-size: 13px;
  color: #333;
}
.bubble-toggle:hover {
  background: rgba(255, 255, 255, 0.75);
}

.bubbles {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
}

.bubble-container {
  position: absolute;
  bottom: 0;
  will-change: transform;
  -webkit-animation: bubblerise 4s infinite ease-in;
  -moz-animation: bubblerise 4s infinite ease-in;
  -ms-animation: bubblerise 4s infinite ease-in;
  animation: bubblerise 4s infinite ease-in;
  opacity: 0;
}

.bubble {
  width: 6px;
  height: 6px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.25);
  will-change: transform;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-animation: bubblewobble 0.4s infinite linear;
  -moz-animation: bubblewobble 0.4s infinite linear;
  -ms-animation: bubblewobble 0.4s infinite linear;
  animation: bubblewobble 0.4s infinite linear;
}

@-webkit-keyframes bubblerise {
  0% {
    bottom: 0;
    opacity: 0;
  }
  5% {
    bottom: 0;
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    opacity: 0;
  }
}
@-moz-keyframes bubblerise {
  0% {
    bottom: 0;
    opacity: 0;
  }
  5% {
    bottom: 0;
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    opacity: 0;
  }
}
@-ms-keyframes bubblerise {
  0% {
    bottom: 0;
    opacity: 0;
  }
  5% {
    bottom: 0;
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    opacity: 0;
  }
}
@keyframes bubblerise {
  0% {
    bottom: 0;
    opacity: 0;
  }
  5% {
    bottom: 0;
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes bubblewobble {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 2px;
  }
}
@-moz-keyframes bubblewobble {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 2px;
  }
}
@-ms-keyframes bubblewobble {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 2px;
  }
}
@keyframes bubblewobble {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 2px;
  }
}
.pt-220 {
  padding-top: 220px;
}

.box-plr-250 {
  padding-left: 250px;
  padding-right: 250px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .box-plr-250 {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .box-plr-250 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.rating ul li a {
  font-size: 14px;
  color: #ffffff;
}
.rating ul li a svg {
  width: 14px;
  height: 14px;
}
.rating ul li a svg path {
  fill: #ffd10c;
}

.prev-btn {
  padding: 10px 30px;
  padding-top: 12px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  background: #258E46;
  color: #0a0a0a;
  border: 2px solid #258E46;
  color: #fff;
}
.prev-btn:hover {
  color: #fff !important;
  background-color: #0a0a0a;
  border-color: #0a0a0a;
}
.prev-btn.onepage {
  color: #fff !important;
  background-color: transparent;
  border-color: #0a0a0a;
}
.prev-btn.onepage:hover {
  color: #fff;
  background-color: #0a0a0a;
}

/*----------------------------------------*/
/*  02. HEADER CSS START
/*----------------------------------------*/
.header__padding {
  padding-left: 85px;
  padding-right: 85px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .header__padding {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header__padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header__padding {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .header__padding {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.header__transparent {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}
.header__area.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 99;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: #ffffff;
  display: block;
}

.main-menu ul li {
  display: inline-block;
}
.main-menu ul li:not(:last-child) {
  margin-right: 35px;
}
.main-menu ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #031220;
  display: inline-block;
  padding: 25px 0;
  padding-bottom: 22px;
}
.main-menu ul li:hover > a {
  color: #258E46;
}

.logo img {
  width: 160px;
}
@media (max-width: 575px) {
  .logo img {
    width: 130px;
  }
}

/*----------------------------------------*/
/*  02. SLIDER CSS START
/*----------------------------------------*/
.slider__height-2 {
  min-height: 900px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__height-2 {
    min-height: 1200px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__height-2 {
    min-height: 1200px;
  }
}
@media (max-width: 575px) {
  .slider__height-2 {
    min-height: 950px;
  }
}
.slider__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider__overlay {
  position: absolute;
}
.slider__overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 1, 9, 0.8) -2.84%, rgba(0, 2, 17, 0) 67.7%, rgba(0, 2, 17, 0.1) 99.11%);
  background: -o-linear-gradient(0deg, rgba(0, 1, 9, 0.8) -2.84%, rgba(0, 2, 17, 0) 67.7%, rgba(0, 2, 17, 0.1) 99.11%);
  background: -ms-linear-gradient(0deg, rgba(0, 1, 9, 0.8) -2.84%, rgba(0, 2, 17, 0) 67.7%, rgba(0, 2, 17, 0.1) 99.11%);
  background: -moz-linear-gradient(0deg, rgba(0, 1, 9, 0.8) -2.84%, rgba(0, 2, 17, 0) 67.7%, rgba(0, 2, 17, 0.1) 99.11%);
  background: -webkit-linear-gradient(0deg, rgba(0, 1, 9, 0.8) -2.84%, rgba(0, 2, 17, 0) 67.7%, rgba(0, 2, 17, 0.1) 99.11%);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider__overlay::after {
    width: 150%;
  }
}
.slider__overlay-3::after {
  background: linear-gradient(0deg, #0C0C0D 0.03%, rgba(12, 12, 13, 0) 72.59%, rgba(12, 12, 13, 0.2) 99.96%);
  background: -o-linear-gradient(0deg, #0C0C0D 0.03%, rgba(12, 12, 13, 0) 72.59%, rgba(12, 12, 13, 0.2) 99.96%);
  background: -ms-linear-gradient(0deg, #0C0C0D 0.03%, rgba(12, 12, 13, 0) 72.59%, rgba(12, 12, 13, 0.2) 99.96%);
  background: -moz-linear-gradient(0deg, #0C0C0D 0.03%, rgba(12, 12, 13, 0) 72.59%, rgba(12, 12, 13, 0.2) 99.96%);
  background: -webkit-linear-gradient(0deg, #0C0C0D 0.03%, rgba(12, 12, 13, 0) 72.59%, rgba(12, 12, 13, 0.2) 99.96%);
}
.slider__content span {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .slider__content span {
    margin-bottom: 10px;
  }
}
.slider__content p {
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  padding-right: 10px;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .slider__content p {
    font-size: 18px;
    line-height: 26px;
  }
}
.slider__content-2 span {
  font-size: 18px;
  font-weight: 500;
  color: #258E46;
  display: inline-block;
  margin-bottom: 7px;
}
.slider__content-2 p {
  font-size: 18px;
  line-height: 28px;
  color: #5F6160;
  padding-right: 50px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .slider__content-2 p {
    padding-right: 0;
  }
}
.slider__content-3 span {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-yellow-5);
  display: inline-block;
  margin-bottom: 3px;
  text-transform: uppercase;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-right: 3px;
}
.slider__content-3 p {
  font-size: 18px;
  line-height: 28px;
  color: #5F6160;
  padding-right: 50px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .slider__content-3 p {
    padding-right: 0;
  }
}
.slider__title-2 {
  font-size: 46px;
  font-weight: 700;
  color: #031220;
  letter-spacing: -0.03em;
  margin-bottom: 13px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__title-2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__title-2 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .slider__title-2 {
    font-size: 28px;
  }
}
.slider__title-3 {
  font-size: 60px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__title-3 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .slider__title-3 {
    font-size: 28px;
  }
}
.slider__thumb-mask {
  position: relative;
  display: inline-block;
  width: 565px;
  height: 590px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__thumb-mask {
    width: 465px;
    height: 490px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__thumb-mask {
    width: 500px;
    height: 520px;
  }
}
@media (max-width: 575px) {
  .slider__thumb-mask {
    width: 290px;
    height: 290px;
    margin-top: 50px;
  }
}
.slider__thumb-mask img {
  position: relative;
  bottom: -30px;
  left: 0;
  z-index: 1;
}
@media (max-width: 575px) {
  .slider__thumb-mask img {
    width: 290px;
    height: 290px;
  }
}
.slider__thumb-mask::after {
  position: absolute;
  content: "";
  top: 13%;
  right: 0;
  width: 467px;
  height: 508px;
  background: linear-gradient(207.02deg, rgba(239, 161, 70, 0.7) -12.37%, rgba(239, 126, 70, 0) 66.8%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 575px) {
  .slider__thumb-mask::after {
    width: 290px;
    height: 290px;
    top: 0;
  }
}
.slider__shape-1 {
  position: absolute;
  bottom: 18%;
  left: -18%;
  z-index: 11;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__shape-1 {
    left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__shape-1 {
    bottom: -25%;
    left: 0;
  }
}
@media (max-width: 575px) {
  .slider__shape-1 {
    bottom: -9%;
    left: 0;
  }
}
.slider__shape-2 {
  position: absolute;
  top: 0;
  left: -10%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__shape-2 {
    top: 18%;
    left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__shape-2 {
    top: 10%;
    left: 0;
  }
}
@media (max-width: 575px) {
  .slider__shape-2 {
    top: 7%;
    left: 0;
  }
}
.slider__shape-3 {
  position: absolute;
  top: 10%;
  right: -19%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider__shape-3 {
    top: 34%;
    right: -35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__shape-3 {
    top: -17%;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__shape-3 {
    top: 33%;
    right: 9%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__shape-3 {
    top: -13%;
    right: 0;
  }
}
@media (max-width: 575px) {
  .slider__shape-3 {
    top: 10%;
    right: 0;
  }
}
.slider__shape-4 {
  position: absolute;
  bottom: -5%;
  left: -11%;
  -webkit-box-shadow: 0px 40px 70px rgba(12, 20, 15, 0.1);
  -moz-box-shadow: 0px 40px 70px rgba(12, 20, 15, 0.1);
  box-shadow: 0px 40px 70px rgba(12, 20, 15, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 11;
  animation-duration: 5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: hero-bounce;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__shape-4 {
    bottom: -14%;
    left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__shape-4 {
    left: 0;
  }
}
@media (max-width: 575px) {
  .slider__shape-4 {
    display: none;
  }
}
.slider__shape-5 {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-shadow: 0px 40px 60px rgba(95, 43, 0, 0.14);
  -moz-box-shadow: 0px 40px 60px rgba(95, 43, 0, 0.14);
  box-shadow: 0px 40px 60px rgba(95, 43, 0, 0.14);
  z-index: 11;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-animation: hero-shadow 3s ease-in-out infinite alternate;
  animation: hero-shadow 3s ease-in-out infinite alternate;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__shape-5 {
    right: 20%;
  }
}
@media (max-width: 575px) {
  .slider__shape-5 {
    display: none;
  }
}
.slider__list ul li {
  list-style: none;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 7px;
}
.slider__list ul li i {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}
.slider__list ul li:hover i {
  background-color: #ffffff;
  color: var(--tp-common-black);
}

@keyframes hero-circle-1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes hero-circle-2 {
  0% {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
}
/*----------------------------------------*/
/*  03. FEATURES CSS START
/*----------------------------------------*/
.features__title {
  font-size: 22px;
  margin-bottom: 20px;
}
.features__content p {
  margin-bottom: 0;
}
.features__item {
  padding: 55px 45px 50px 50px;
  box-shadow: 0px 30px 60px 0px rgba(8, 0, 42, 0.1);
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -ms-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -o-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .features__item {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.features__item:hover {
  -webkit-transform: translateY(-10px) translate3d(0, -10px, 0);
  -moz-transform: translateY(-10px) translate3d(0, -10px, 0);
  -ms-transform: translateY(-10px) translate3d(0, -10px, 0);
  transform: translateY(-10px) translate3d(0, -10px, 0);
}
.features__thumb .fea-img-build-wrapper {
  width: 300px;
  height: 200px;
  overflow: hidden;
  display: block;
  border: 4px solid #ffffff;
  -webkit-box-shadow: 0px 20px 20px 0px rgba(86, 54, 0, 0.1);
  -moz-box-shadow: 0px 20px 20px 0px rgba(86, 54, 0, 0.1);
  box-shadow: 0px 20px 20px 0px rgba(86, 54, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .features__thumb .fea-img-build-wrapper {
    width: 270px;
  }
}
.features__thumb .fea-img-install-wrapper {
  border: 5px solid #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 40px 40px 0px rgba(0, 71, 115, 0.1);
  -moz-box-shadow: 0px 40px 40px 0px rgba(0, 71, 115, 0.1);
  box-shadow: 0px 40px 40px 0px rgba(0, 71, 115, 0.1);
  -webkit-transform: rotate(-20deg) translateY(-20px);
  -moz-transform: rotate(-20deg) translateY(-20px);
  -ms-transform: rotate(-20deg) translateY(-20px);
  transform: rotate(-20deg) translateY(-20px);
  width: 222px;
  height: 185px;
  overflow: hidden;
  width: 221px;
  height: 176px;
  display: inline-block;
}
.features__thumb .fea-img-preview-wrapper {
  position: absolute;
  top: 19px;
  left: 1px;
  width: 210px;
  height: 175px;
  overflow: hidden;
}
.features__thumb-build {
  width: 350px;
}
.features__thumb-builder {
  margin-top: -80px;
  text-align: right;
}
.features__thumb-builder img {
  -webkit-box-shadow: 0px 20px 20px 0px rgba(86, 54, 0, 0.1);
  -moz-box-shadow: 0px 20px 20px 0px rgba(86, 54, 0, 0.1);
  box-shadow: 0px 20px 20px 0px rgba(86, 54, 0, 0.1);
}
.features__thumb-install {
  position: relative;
  padding-top: 35px;
  text-align: center;
  width: 270px;
}
.features__thumb-install .fea-hand-icon {
  position: absolute;
  top: 25px;
  left: -30px;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffb352;
  animation: hand-pulse 1.5s infinite linear;
}
.features__thumb-preview {
  position: relative;
  width: 290px;
}
@media (max-width: 575px) {
  .features__thumb-preview {
    width: 250px;
    margin-left: -50px;
  }
}
.features__thumb-preview img.fea-img-preview-placeholder {
  -webkit-box-shadow: 0px 40px 40px 0px rgba(0, 71, 115, 0.1);
  -moz-box-shadow: 0px 40px 40px 0px rgba(0, 71, 115, 0.1);
  box-shadow: 0px 40px 40px 0px rgba(0, 71, 115, 0.1);
}
.features__shape-1 {
  position: absolute;
  top: 68%;
  left: 54%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 575px) {
  .features__shape-1 {
    left: 50%;
  }
}
.features__shape-2 {
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 575px) {
  .features__shape-2 {
    left: 50%;
  }
}
.features__shape-3 {
  position: absolute;
  top: 65%;
  left: 32%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 575px) {
  .features__shape-3 {
    left: 50%;
  }
}
.features__icon {
  margin-bottom: 15px;
}
.features__icon svg {
  width: 65px;
  height: 65px;
}

.theme__features-border-right {
  border-right: 1px solid #dedfe6;
}
.theme__features-border-bottom {
  border-bottom: 1px solid #dedfe6;
}
.theme__features-item {
  padding: 50px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .theme__features-item {
    border: none;
    border-right: 1px solid #dedfe6;
    border-bottom: 1px solid #dedfe6;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .theme__features-item {
    border: none;
    border-right: 1px solid #dedfe6;
    border-bottom: 1px solid #dedfe6;
  }
}
.theme__features-item:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border-color: #ffffff;
  background: #ffffff;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(1, 11, 60, 0.08);
  -moz-box-shadow: 0px 20px 30px 0px rgba(1, 11, 60, 0.08);
  box-shadow: 0px 20px 30px 0px rgba(1, 11, 60, 0.08);
}
.theme__features-item:hover .theme__features-icon span {
  border-color: #ebedf3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.theme__features-icon span {
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background: #ffffff;
  border: 2px solid transparent;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.06);
  -moz-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.06);
  box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.06);
}
.theme__features-icon span img {
  width: 60px;
}
.theme__features-content h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 2px;
}
.theme__features-content span {
  font-size: 15px;
  color: #258E46;
  font-weight: 500;
  text-transform: capitalize;
}

@-webkit-keyframes hand-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 white;
  }
  70% {
    -webkit-box-shadow: 0 0 0 80px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes hand-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 80px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/*----------------------------------------*/
/*  03. HOME CSS START
/*----------------------------------------*/
.home__item:hover {
  -webkit-box-shadow: 0px 20px 50px 0px rgba(2, 14, 50, 0.08);
  -moz-box-shadow: 0px 20px 50px 0px rgba(2, 14, 50, 0.08);
  box-shadow: 0px 20px 50px 0px rgba(2, 14, 50, 0.08);
}
.home__item:hover .home__thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.home__content {
  padding: 30px;
  background: #f2f3f6;
}
.home__title p {
  font-size: 20px;
  font-weight: 500;
}
.home__title p:hover {
  color: #258E46;
}
.home__title a:hover {
  color: #258E46;
}
.home__thumb {
  -webkit-box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.08);
  -moz-box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.08);
  box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.08);
}

/*----------------------------------------*/
/*  03. WHY CSS START
/*----------------------------------------*/
.why__item {
  border: 1px solid #f2f3f7;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 35px 15px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .why__item {
    padding-right: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .why__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why__item {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 575px) {
  .why__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.why__item::after {
  position: absolute;
  content: "";
  top: -3px;
  left: auto;
  right: 0;
  width: 0;
  height: 1%;
  background: #258E46;
  z-index: -1;
}
.why__item:hover {
  box-shadow: 0px -3px 0px 0px rgba(43, 78, 255, 0.004), 0px 30px 50px 0px rgba(1, 11, 60, 0.08);
  border-color: #ffffff;
}
.why__item:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.why__item:hover .why__icon span {
  border-color: #258E46;
}
.why__item:hover .why__icon i {
  border-color: #258E46;
}
.why__icon span {
  display: inline-block;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 67px;
  border: 2px solid #ebedf3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.why__icon i {
  display: inline-block;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 88px;
  font-size: 45px;
  border: 2px solid #ebedf3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #258E46;
}
.why__svg-1 svg {
  width: 30px;
  height: 30px;
}
.why__svg-1 svg .st0, .why__svg-1 svg .st1 {
  fill: none;
  stroke: #258E46;
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.why__svg-2 svg {
  width: 40px;
  height: 40px;
}
.why__svg-2 svg .st0 {
  fill: #258E46;
}
.why__svg-3 svg {
  width: 35px;
  height: 35px;
}
.why__svg-3 svg .st0 {
  fill: #258E46;
}
.why__svg-4 svg {
  width: 35px;
  height: 27px;
}
.why__svg-4 svg .st0 {
  fill: #258E46;
  stroke: #ffffff;
  stroke-width: 6;
  stroke-miterlimit: 10;
}
.why__svg-str0 svg .st0, .why__svg-str0 svg .st1 {
  stroke-width: 1;
}
.why__title {
  font-size: 20px;
  margin-bottom: 10px;
}
.why__content p {
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  03. PURCHASE CSS START
/*----------------------------------------*/
.purchase__content .e-btn {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
}
.purchase__title {
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .purchase__title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .purchase__title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .purchase__title {
    font-size: 25px;
  }
}
.purchase__shape img {
  position: absolute;
}
.purchase__shape-1 {
  top: 40%;
  left: 0;
}
.purchase__shape-2 {
  bottom: 10%;
  left: 17%;
  -webkit-animation: hero-circle-1 6s linear 0s infinite alternate;
  -moz-animation: hero-circle-1 6s linear 0s infinite alternate;
  -o-animation: hero-circle-1 6s linear 0s infinite alternate;
  animation: hero-circle-1 6s linear 0s infinite alternate;
}
.purchase__shape-3 {
  top: -25%;
  left: 15%;
}
.purchase__shape-4 {
  bottom: 0;
  left: 64%;
}
.purchase__shape-5 {
  right: 13%;
  bottom: 25%;
  -webkit-animation: hero-circle-1 6s linear 0s infinite alternate;
  -moz-animation: hero-circle-1 6s linear 0s infinite alternate;
  -o-animation: hero-circle-1 6s linear 0s infinite alternate;
  animation: hero-circle-1 6s linear 0s infinite alternate;
}
.purchase__overlay {
  position: relative;
  overflow: hidden;
}
.purchase__overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(0deg, #0C0C0D 0.03%, rgba(12, 12, 13, 0) 72.59%, rgba(12, 12, 13, 0.2) 99.96%);
  background: -o-linear-gradient(0deg, #0C0C0D 0.03%, rgba(12, 12, 13, 0) 72.59%, rgba(12, 12, 13, 0.2) 99.96%);
  background: -ms-linear-gradient(0deg, #0C0C0D 0.03%, rgba(12, 12, 13, 0) 72.59%, rgba(12, 12, 13, 0.2) 99.96%);
  background: -moz-linear-gradient(0deg, #0C0C0D 0.03%, rgba(12, 12, 13, 0) 72.59%, rgba(12, 12, 13, 0.2) 99.96%);
  background: -webkit-linear-gradient(0deg, #0C0C0D 0.03%, rgba(12, 12, 13, 0) 72.59%, rgba(12, 12, 13, 0.2) 99.96%);
}

/*----------------------------------------*/
/*  03. PROMOTION CSS START
/*----------------------------------------*/
.promotion__title a:hover {
  color: #258E46;
}
.promotion__item:hover .promotion__icon span {
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.promotion__icon span {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(1, 11, 60, 0.08);
  -moz-box-shadow: 0px 20px 40px 0px rgba(1, 11, 60, 0.08);
  box-shadow: 0px 20px 40px 0px rgba(1, 11, 60, 0.08);
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -ms-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -o-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}
.promotion__icon span img {
  width: 35px;
  height: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .promotion__features-item {
    margin-right: 20px;
  }
}
.promotion__features-icon {
  margin-right: 10px;
}
.promotion__features-icon span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border: 2px solid #ebecf2;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.promotion__features-icon span svg {
  width: 20px;
  height: 20px;
}
.promotion__features-icon span svg .st0 {
  fill: none;
  stroke: #258E46;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.promotion__features-icon.why__icon span svg {
  width: 25px;
  height: 25px;
}
.promotion__features-content h3 {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .promotion__features ul li {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .promotion__thumb {
    margin-top: 30px;
  }
}
.promotion__thumb .promotion-img {
  -webkit-box-shadow: 0px 50px 100px 0px rgba(15, 3, 49, 0.12);
  -moz-box-shadow: 0px 50px 100px 0px rgba(15, 3, 49, 0.12);
  box-shadow: 0px 50px 100px 0px rgba(15, 3, 49, 0.12);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.promotion__thumb .promotion-img-border {
  border: 8px solid #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .promotion__content {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .promotion__content {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .promotion__list-content {
    padding-right: 0;
  }
}
.promotion__list-content ul li {
  font-size: 16px;
  color: #031220;
}
.promotion__list-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.promotion__list-content ul li i {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(26, 191, 104, 0.06);
  color: #1abf68;
  font-size: 10px;
  margin-right: 10px;
}
.promotion__list-content ul li:hover i {
  background: #1abf68;
  color: #ffffff;
}
.promotion__list-thumb .promotion-img-2 {
  margin-left: -125px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .promotion__list-thumb .promotion-img-2 {
    width: 100%;
    margin-left: 0;
  }
}
.promotion__shape-img {
  position: absolute;
  z-index: -1;
}
.promotion__shape-1 {
  right: -10%;
  top: -19%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .promotion__shape-1 {
    right: -5%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .promotion__shape-1 {
    right: 0%;
  }
}
.promotion__shape-2 {
  right: -12%;
  bottom: -10%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .promotion__shape-2 {
    right: -5%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .promotion__shape-2 {
    right: -5%;
  }
}
.promotion__shape-3 {
  left: 10%;
  bottom: -6%;
}
.promotion__shape-4 {
  left: -100px;
  top: -100px;
}
.promotion__shape-5 {
  left: 10%;
  bottom: 30%;
  -webkit-animation: hero-circle-2 6s linear 0s infinite alternate;
  -moz-animation: hero-circle-2 6s linear 0s infinite alternate;
  -o-animation: hero-circle-2 6s linear 0s infinite alternate;
  animation: hero-circle-2 6s linear 0s infinite alternate;
}
.promotion__shape-6 {
  top: 10%;
  left: 0;
  -webkit-animation: hero-circle-1 6s linear 0s infinite alternate;
  -moz-animation: hero-circle-1 6s linear 0s infinite alternate;
  -o-animation: hero-circle-1 6s linear 0s infinite alternate;
  animation: hero-circle-1 6s linear 0s infinite alternate;
}
.promotion__shape-7 {
  top: 0;
  left: 24%;
}
@media (max-width: 575px) {
  .promotion__shape-7 {
    width: 180px;
    height: 180px;
  }
}
.promotion__shape-8 {
  top: 10%;
  right: 0;
  -webkit-animation: hero-circle-1 6s linear 0s infinite alternate;
  -moz-animation: hero-circle-1 6s linear 0s infinite alternate;
  -o-animation: hero-circle-1 6s linear 0s infinite alternate;
  animation: hero-circle-1 6s linear 0s infinite alternate;
}
.promotion__shape-9 {
  bottom: 24%;
  right: 20%;
  -webkit-animation: hero-circle-1 6s linear 0s infinite alternate;
  -moz-animation: hero-circle-1 6s linear 0s infinite alternate;
  -o-animation: hero-circle-1 6s linear 0s infinite alternate;
  animation: hero-circle-1 6s linear 0s infinite alternate;
}
.promotion__shape-10 {
  bottom: 26%;
  right: 44%;
  -webkit-animation: hero-circle-2 6s linear 0s infinite alternate;
  -moz-animation: hero-circle-2 6s linear 0s infinite alternate;
  -o-animation: hero-circle-2 6s linear 0s infinite alternate;
  animation: hero-circle-2 6s linear 0s infinite alternate;
}

/*----------------------------------------*/
/*  03. INNER CSS START
/*----------------------------------------*/
.inner__slider-item {
  margin-bottom: 50px;
}
.inner__slider-item img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.08);
  -moz-box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.08);
  box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.08);
  margin-bottom: 20px;
}
.inner__slider-item h4 {
  font-size: 18px;
  font-weight: 600;
}
.inner__slider-item h4 a:hover {
  color: #258E46;
}
.inner__slider .owl-nav {
  position: absolute;
  bottom: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.inner__slider .owl-nav button {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #031220;
  border: 2px solid #dfe0e3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 5px;
}
.inner__slider .owl-nav button:hover {
  color: #ffffff;
  background: #258E46;
  border-color: #258E46;
}
.inner__shape-1 {
  position: absolute;
  top: -170px;
  left: 125px;
}
.inner__shape-2 {
  position: absolute;
  top: -150px;
  left: 260px;
}
.inner__shape-3 {
  position: absolute;
  bottom: 55px;
  right: 150px;
  -webkit-animation: hero-circle-1 6s linear 0s infinite alternate;
  -moz-animation: hero-circle-1 6s linear 0s infinite alternate;
  -o-animation: hero-circle-1 6s linear 0s infinite alternate;
  animation: hero-circle-1 6s linear 0s infinite alternate;
}
.inner__shape-4 {
  position: absolute;
  bottom: -150px;
  right: 170px;
}

.like__slider .owl-stage-outer {
  overflow: visible;
}
.like__slider .owl-item {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.like__slider .owl-item.active {
  visibility: visible;
  opacity: 1;
}
.like__slider-item {
  margin-top: 25px;
  margin-bottom: 70px;
  text-align: center;
}
.like__slider-thumb {
  margin-bottom: 25px;
}
.like__slider-thumb img {
  -webkit-box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.08);
  -moz-box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.08);
  box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.08);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.like__title {
  font-size: 18px;
}
.like__title a:hover {
  color: #258E46;
}

/*----------------------------------------*/
/*  03. TESTIMONIAL CSS START
/*----------------------------------------*/
.testimonial__overlay {
  position: relative;
}
.testimonial__overlay::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 28, 84, 0.8);
}
.testimonial__item {
  padding: 40px 30px;
  padding-top: 35px;
}
.testimonial__content p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #3a4268;
  line-height: 1.6;
}
.testimonial__avater-thumb img {
  width: 70px !important;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block !important;
}
.testimonial__avater h5 {
  font-size: 18px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.testimonial__rating ul li a {
  color: #ffd10c;
}
.testimonial__rating ul li a svg {
  width: 16px;
  height: 16px;
  fill: #ffd10c;
}

/*----------------------------------------*/
/*  03. PROFILE CSS START
/*----------------------------------------*/
.profile__overlay {
  position: relative;
}
.profile__overlay::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 28, 84, 0.9);
}
.profile__content img {
  margin-bottom: 30px;
}
.profile__content h3 {
  font-size: 36px;
  color: #ffffff;
}
@media (max-width: 575px) {
  .profile__content h3 {
    font-size: 30px;
  }
}
.profile__content p {
  color: #D7D7D7;
  font-size: 20px;
  margin-bottom: 30px;
}
.profile__sale h4 {
  font-size: 72px;
  line-height: 1;
  color: #258E46;
}
.profile__sale p {
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  margin-left: 10px;
  font-weight: 600;
}
.profile__btn a {
  text-transform: capitalize;
}
.profile__btn a:hover {
  color: #031220;
  background-color: #ffffff;
}

/*----------------------------------------*/
/*  03. SUPPORT CSS START
/*----------------------------------------*/
.support__title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.support__icon span, .support__icon i {
  font-size: 45px;
}

/*# sourceMappingURL=style.css.map */
