@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@100;300;400;500;600;700;800;900&display=swap");

html,body {
  width: 100vw;
  overflow-x: hidden
}

body {
  font-family: "Spartan",sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #6B6B6B;
  background: #FFFBEE
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

img {
  max-width: 100%
}

a:focus,input:focus,textarea:focus,button:focus {
  text-decoration: none;
  outline: none
}

a:focus,a:hover {
  text-decoration: none
}

i,span,a {
  display: inline-block
}

h1,h2,h3,h4,h5,h6 {
  font-family: "Spartan",sans-serif;
  font-weight: 700;
  color: #0B6749;
  margin: 0px
}

h1 {
  font-size: 48px
}

h2 {
  font-size: 36px
}

h3 {
  font-size: 28px
}

h4 {
  font-size: 22px
}

h5 {
  font-size: 18px
}

h6 {
  font-size: 16px
}

ul,ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none
}

p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #6B6B6B;
  margin: 0px
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%
}

.slick-slide {
  outline: 0
}

@media only screen and (min-width: 1600px) {
  .custom-container {
    max-width: 1500px !important
  }
}

.main-btn {
  display: inline-block;
  position: relative;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 68px 0 38px;
  font-size: 17px;
  height: 60px;
  line-height: 62.5px;
  border-radius: 40px;
  color: #0B6749;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  letter-spacing: -0.02em;
  background-color: #FFC000;
  -webkit-box-shadow: 0px 10px 30px rgba(255,190,0,0.2);
  box-shadow: 0px 10px 30px rgba(255,190,0,0.2)
}

.main-btn i {
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.main-btn:hover {
  background-color: #0B6749;
  color: #fff;
  border-color: #FFC000;
  -webkit-box-shadow: 0px 10px 30px rgba(39,162,122,0.2);
  box-shadow: 0px 10px 30px rgba(39,162,122,0.2)
}

.main-btn:hover i {
  color: #FFC000
}

.main-btn.main-btn-2 {
  background-color: #0B6749;
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(39,162,122,0.2);
  box-shadow: 0px 10px 30px rgba(39,162,122,0.2)
}

.main-btn.main-btn-2 i {
  color: #FFC000
}

.main-btn.main-btn-2:hover {
  background-color: #FFC000;
  color: #0B6749;
  -webkit-box-shadow: 0px 10px 30px rgba(255,190,0,0.2);
  box-shadow: 0px 10px 30px rgba(255,190,0,0.2)
}

.main-btn.main-btn-2:hover i {
  color: #0B6749
}

.main-btn.main-btn-3 {
  background: #fff;
  color: #0B6749
}

.main-btn.main-btn-3 i {
  color: #0B6749
}

.main-btn.main-btn-3:hover {
  background: #0B6749;
  color: #fff
}

.main-btn.main-btn-3:hover i {
  color: #FFC000
}

.main-btn.main-btn-4:hover {
  background: #fff;
  color: #0B6749
}

.main-btn.main-btn-4:hover i {
  color: #0B6749
}

@media (max-width: 992px) {
  .main-btn {
    width: 70%;
    margin-bottom: 10px
  }
}

.section-title {
  padding-bottom: 9px
}

.section-title .title {
  font-size: 50px;
  letter-spacing: -0.04em;
  line-height: 70px;
  color: #0B6749
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title .title {
    font-size: 38px;
    line-height: 50px
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .title {
    font-size: 42px;
    line-height: 55px
  }
}

@media (max-width: 767px) {
  .section-title .title {
    font-size: 32px;
    line-height: 50px
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title .title {
    font-size: 34px;
    line-height: 54px
  }
}

@media (max-width: 992px) {
  .section-title .title {
    text-align: center;
    padding: 0 50px
  }
}

.header-nav {
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  z-index: 99;
  background-color: transparent
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav {
    padding: 20px 0
  }
}

@media (max-width: 767px) {
  .header-nav {
    padding: 15px 0
  }
}

.header-nav.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #0B6749;
  background-size: 100% 100%;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.04);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.04);
  z-index: 999;
  -webkit-animation: sticky  1.2s;
  animation: sticky  1.2s
}

.header-nav.sticky .navbar .navbar-nav .nav-item a {
  line-height: 80px !important
}

.header-nav.sticky .navbar .navbar-nav .nav-item .sub-menu li a {
  line-height: 30px !important
}

.header-nav .navigation .navbar {
  position: relative;
  padding: 0
}

.header-nav .navigation .navbar .side-menu__toggler {
  display: none;
  cursor: pointer
}

.header-nav .navigation .navbar .side-menu__toggler i {
  color: #fff;
  font-size: 24px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .side-menu__toggler {
    display: block
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .side-menu__toggler {
    display: block
  }
}

.header-nav .navigation .navbar .navbar-brand {
  display: block
}

.header-nav .navigation .navbar .navbar-brand-2 {
  display: none
}

.header-nav .navigation .navbar .country-flag img {
  border: 5px solid #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(60,110,203,0.2);
  box-shadow: 0px 8px 16px 0px rgba(60,110,203,0.2)
}

.header-nav .navigation .navbar .navbar-toggler {
  border: 0;
  padding: 10px 12px;
  border-radius: 0
}

.header-nav .navigation .navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
  display: block;
  position: relative;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px
}

.header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0
}

.header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-collapse {
    position: absolute;
    top: 106%;
    left: 0;
    width: 100%;
    background-color: #FFC000;
    z-index: 8;
    padding: 10px 16px;
    -webkit-box-shadow: 0 26px 48px 0 rgba(0,0,0,0.15);
    box-shadow: 0 26px 48px 0 rgba(0,0,0,0.15)
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-collapse {
    position: absolute;
    top: 106%;
    left: 0;
    width: 100%;
    background-color: #FFC000;
    z-index: 8;
    padding: 10px 16px;
    -webkit-box-shadow: 0 26px 48px 0 rgba(0,0,0,0.15);
    box-shadow: 0 26px 48px 0 rgba(0,0,0,0.15)
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav {
    margin-right: 0
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav {
    margin-right: 0
  }
}

.header-nav .navigation .navbar .navbar-nav .nav-item {
  position: relative
}

.header-nav .navigation .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  position: relative;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  line-height: 20px;
  margin-left: 16px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a {
    margin-left: 0
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a {
    color: #fff
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a {
    color: #fff
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a>i {
    display: none
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a>i {
    display: none
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a {
    padding: 0 18px
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a {
    padding: 0;
    display: block;
    border: 0;
    margin: 0;
    line-height: 40px
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a {
    padding: 0;
    display: block;
    border: 0;
    margin: 0;
    line-height: 40px
  }
}

.header-nav .navigation .navbar .navbar-nav .nav-item a span {
  padding-left: 5px;
  font-size: 15px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a span {
    display: none
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a span {
    display: none
  }
}

.header-nav .navigation .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0
}

.header-nav .navigation .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
  position: absolute;
  right: 0;
  top: 110%;
  width: 200px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  z-index: 99;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.16);
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.16);
  border-top: 4px solid #FFC000
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
    border-top: 0
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
    border-top: 0
  }
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li {
  position: relative
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-nav-toggler {
  color: #0B6749;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a {
  display: block;
  padding: 12px 24px;
  position: relative;
  color: #7e7e7e;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  border-radius: 0;
  margin: 0 0;
  line-height: 30px;
  border-top: 1px solid #FFC000
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a i {
  float: right;
  font-size: 14px;
  margin-top: 5px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a i {
    display: none
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a i {
    display: none
  }
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a .sub-nav-toggler i {
  display: inline-block
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-menu {
  right: auto;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-menu {
    padding-left: 30px
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-menu {
    padding-left: 30px
  }
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li:hover .sub-nav-toggler {
  color: #fff
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li:hover>a {
  background-color: #0B6749;
  color: #fff !important
}

.header-nav .navigation .navbar .navbar-nav .nav-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
  display: none
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: inline-block;
    position: absolute;
    top: -14px;
    right: 0;
    padding: 10px 14px;
    font-size: 16px;
    background: none;
    border: 0;
    color: #fff
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: inline-block;
    position: absolute;
    top: -14px;
    right: 0;
    padding: 10px 14px;
    font-size: 16px;
    background: none;
    border: 0;
    color: #fff
  }
}

@-webkit-keyframes sticky {
  0% {
    top: -200px
  }

  100% {
    top: 0
  }
}

@keyframes sticky {
  0% {
    top: -200px
  }

  100% {
    top: 0
  }
}

.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #232323;
  top: 0
}

.off_canvars_overlay.active {
  opacity: .5;
  visibility: visible
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas_menu {
    display: block
  }
}

@media (max-width: 767px) {
  .offcanvas_menu {
    display: block
  }
}

.offcanvas_menu_wrapper {
  width: 100vw;
  position: fixed;
  background: #FFC000;
  z-index: 9999;
  top: 0;
  height: 100vh;
  -webkit-transition: .5s;
  transition: .5s;
  left: 0;
  margin-left: -100vw;
  padding: 100px 15px 30px;
  overflow-y: auto
}

.offcanvas_menu_wrapper.active {
  margin-left: 0
}

.offcanvas_menu_wrapper .slinky-theme-default {
  background: inherit;
  min-height: 300px;
  overflow-y: auto
}

.offcanvas_menu_wrapper .header-btn {
  margin-bottom: 30px
}

.offcanvas_menu_wrapper .header-btn a {
  color: #2E2E2E
}

.offcanvas_menu_wrapper .header-btn a:hover {
  color: #2E2E2E
}

.offcanvas_main_menu {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.offcanvas_main_menu li {
  position: relative
}

.offcanvas_main_menu li:last-child {
  margin: 0
}

.offcanvas_main_menu li span.menu-expand {
  position: absolute;
  right: 0
}

.offcanvas_main_menu li a {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  color: #086142;
  text-align: center;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.offcanvas_main_menu li a:hover {
  color: white;
  border-bottom: 1px solid white
}

.offcanvas_main_menu li ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.offcanvas_main_menu li ul.sub-menu {
  padding-left: 20px
}

.offcanvas_footer {
  margin-top: 50px;
  padding-bottom: 50px;
  text-align: center
}

.offcanvas_footer span a {
  font-size: 14px;
  font-weight: 600;
  color: #086142;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.offcanvas_footer span a:hover {
  color: white
}

.canvas_close {
  position: absolute;
  top: 40px;
  right: 30px
}

.canvas_close a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  line-height: 34px;
  border: 1px solid #FFC000;
  border-radius: 50%;
  color: #086142;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.canvas_close a:hover {
  background: #FFC000;
  border-color: white;
  color: white
}

.canvas_open a {
  font-size: 26px;
  width: 50px;
  height: 42px;
  display: block;
  line-height: 39px;
  text-align: center;
  border: 1px solid #232323;
  color: #2E2E2E;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.canvas_open a:hover {
  color: #FFC000;
  border-color: #FFC000
}

.offcanvas-social {
  margin-bottom: 40px
}

.offcanvas-social ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.offcanvas-social ul li {
  display: inline-block
}

.offcanvas-social ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  background-color: #ffae00;
  border-radius: 50%;
  margin: 0 5px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  display: inline-block
}

.offcanvas-social ul li a:hover {
  background: #0e7050;
  color: white
}

.hero-area {
  position: relative
}

.hero-area.bg_cover {
  background-position: center bottom
}

.hero-content {
  padding-top: 200px
}

@media (max-width: 767px) {
  .hero-content {
    text-align: center
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-content {
    text-align: left
  }
}

@media (max-width: 992px) {
  .hero-content {
    padding-top: 150px
  }
}

.hero-content .title {
  font-size: 60px;
  line-height: 80px;
  color: #f8fbff;
  font-weight: 700;
  letter-spacing: -0.04em;
  padding-right: 40px;
  padding-bottom: 55px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-content .title {
    font-size: 42px;
    line-height: 60px
  }
}

@media (max-width: 767px) {
  .hero-content .title {
    padding-right: 0
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-content .title {
    padding-right: 0
  }
}

@media (max-width: 992px) {
  .hero-content .title {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 20px
  }
}

.hero-content .title span {
  color: #FFC000
}

.hero-content ul li {
  margin-right: 10px
}

@media (max-width: 992px) {
  .hero-content ul li {
    width: 100%;
    text-align: center
  }
}

.hero-thumb {
  padding-top: 185px;
  text-align: right;
  padding-bottom: 65px
}

@media (max-width: 767px) {
  .hero-thumb {
    padding-bottom: 0;
    padding: 20px;
    text-align: center
  }
}

@media (max-width: 992px) {
  .hero-thumb {
    padding: 20px 0 0 0
  }

  .hero-thumb img {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }
}

.page-title-area {
  position: relative;
  z-index: 11
}

.page-title-area .page-title-item {
  height: 390px
}

@media (max-width: 992px) {
  .page-title-area .page-title-item {
    height: 300px
  }
}

.page-title-area .page-title-item .page-title {
  padding-bottom: 80px;
  position: relative;
  width: 100%
}

@media (max-width: 767px) {
  .page-title-area .page-title-item .page-title {
    text-align: center
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-title-area .page-title-item .page-title {
    text-align: left
  }
}

.page-title-area .page-title-item .page-title .title {
  font-size: 60px;
  color: #FFC000;
  padding-bottom: 12px
}

@media (max-width: 767px) {
  .page-title-area .page-title-item .page-title .title {
    font-size: 40px
  }
}

@media (max-width: 992px) {
  .page-title-area .page-title-item .page-title .title {
    text-align: center
  }
}

.page-title-area .page-title-item .page-title nav {
  display: inline-block
}

@media (max-width: 992px) {
  .page-title-area .page-title-item .page-title nav {
    width: 100%
  }
}

.page-title-area .page-title-item .page-title nav ol {
  background-color: transparent;
  margin: 0;
  padding: 0
}

@media (max-width: 992px) {
  .page-title-area .page-title-item .page-title nav ol {
    margin: 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
  }
}

.page-title-area .page-title-item .page-title nav ol li {
  font-size: 14px;
  font-weight: 500;
  color: #259f75
}

.page-title-area .page-title-item .page-title nav ol li a {
  color: #259f75
}

.page-title-area .page-title-item .page-title form {
  position: absolute;
  right: 0;
  bottom: -30px
}

.page-title-area .page-title-item .page-title form .input-box {
  position: relative
}

.page-title-area .page-title-item .page-title form .input-box button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 35px;
  color: #FFC000;
  border: 0;
  background-color: transparent
}

.page-title-area .page-title-item .page-title form .input-box input {
  width: 310px;
  line-height: 60px;
  background: #0e7050;
  border-radius: 40px;
  border: 0;
  padding-left: 38px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(39,162,122,0.2);
  box-shadow: 0px 10px 30px 0px rgba(39,162,122,0.2)
}

@media (max-width: 767px) {
  .page-title-area .page-title-item .page-title form .input-box input {
    width: 100%
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-title-area .page-title-item .page-title form .input-box input {
    width: 310px
  }
}

.page-title-area .page-title-item .page-title form .input-box input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff
}

.page-title-area .page-title-item .page-title form .input-box input:-ms-input-placeholder {
  opacity: 1;
  color: #fff
}

.page-title-area .page-title-item .page-title form .input-box input::-ms-input-placeholder {
  opacity: 1;
  color: #fff
}

.page-title-area .page-title-item .page-title form .input-box input::placeholder {
  opacity: 1;
  color: #fff
}

@media (max-width: 992px) {
  .page-title-area .page-title-item .page-title form {
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%
  }

  .page-title-area .page-title-item .page-title form .input-box input {
    width: 100%
  }
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 18px;
  padding-left: 10px;
  color: #259f75;
  content: "\f061";
  font-family: 'Font Awesome 5 Pro'
}

.features-area {
  position: relative;
  padding-bottom: 113px;
  margin-top: -75px
}

@media (max-width: 767px) {
  .features-area {
    margin-top: 30px
  }
}

@media (max-width: 992px) {
  .features-area {
    padding: 0 15px 113px 15px
  }
}

.features-area::before {
  position: absolute;
  content: '';
  left: 0;
  top: 75px;
  height: 330px;
  width: 100%;
  background-image: url(../images/bg-shape.webp);
  opacity: .5;
  background-size: 100% 100%
}

.features-box {
  padding: 114px 150px 112px;
  -webkit-box-shadow: 0px 30px 50px rgba(255,190,0,0.1);
  box-shadow: 0px 30px 50px rgba(255,190,0,0.1);
  background: #fff;
  background-image: url(../images/features-bg.webp);
  background-size: 100% 100%;
  position: relative
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .features-box {
    padding: 50px
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .features-box {
    padding: 114px 30px 112px
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-box {
    padding: 40px;
    background-size: cover
  }
}

@media (max-width: 767px) {
  .features-box {
    padding: 40px;
    background-size: cover
  }
}

@media (max-width: 992px) {
  .features-box {
    background: #fff;
    background-image: url(../images/features-bg-responsive.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom
  }
}

.features-box .features-play {
  position: absolute;
  right: 30px;
  bottom: 30px
}

@media (max-width: 992px) {
  .features-box .features-play {
    position: relative;
    right: initial;
    bottom: initial;
    height: 250px
  }
}

.features-box .features-play a {
  height: 110px;
  width: 110px;
  background: #FFC000;
  border-radius: 50%;
  line-height: 110px;
  text-align: center;
  color: #0B6749;
  font-size: 24px
}

@media (max-width: 992px) {
  .features-box .features-play a {
    height: 55px;
    width: 55px;
    line-height: 60px;
    font-size: 18px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20%
  }
}

.features-item {
  padding-right: 20px
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .features-item {
    padding-right: 0
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .features-item {
    padding-right: 0
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-item {
    padding-right: 0
  }
}

@media (max-width: 767px) {
  .features-item {
    padding-right: 0
  }
}

.features-item i {
  color: #FFC000;
  font-size: 60px
}

.features-item .title {
  font-size: 20px;
  line-height: 30px;
  color: #2E2E2E;
  padding-bottom: 24px;
  padding-top: 26px
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .features-item .title {
    font-size: 18px;
    line-height: 28px
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .features-item .title {
    font-size: 17px;
    line-height: 28px
  }
}

@media (max-width: 767px) {
  .features-item .title {
    font-size: 18px
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features-item .title {
    font-size: 20px
  }
}

@media (max-width: 767px) {
  .features-item p {
    font-size: 15px
  }
}

.features-title {
  padding-bottom: 13px
}

.features-title .title {
  font-size: 40px;
  line-height: 54px
}

@media (max-width: 767px) {
  .features-title .title {
    font-size: 30px;
    line-height: 40px
  }
}

.capture-area {
  width: 100vw;
  overflow: hidden;
  position: relative;
  z-index: 10
}

.capture-area .container {
  overflow: visible
}

.capture-area .container .col-12 {
  overflow: visible
}

.capture-item {
  background: #fff;
  margin: 0 15px
}

.capture-item .capture-thumb {
  -webkit-box-shadow: 0px 30px 50px rgba(255,190,0,0.2);
  box-shadow: 0px 30px 50px rgba(255,190,0,0.2)
}

.capture-item .capture-thumb img {
  width: 100%
}

.capture-item .capture-content {
  padding: 40px 61px
}

.capture-item .capture-content i {
  color: #FFC000;
  font-size: 60px
}

.capture-item .capture-content .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #2E2E2E;
  padding-top: 30px;
  padding-bottom: 20px
}

.capture-active {
  overflow: visible
}

.capture-active .slick-list {
  overflow: visible
}

.capture-active .slick-arrow {
  position: absolute;
  top: -76px;
  font-size: 40px;
  color: #0B6749;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  z-index: 99;
  cursor: pointer
}

.capture-active .slick-arrow:hover {
  color: #FFC000
}

.capture-active .slick-arrow.prev {
  right: 70px
}

.capture-active .slick-arrow.next {
  right: 15px
}

.faq-area {
  padding-bottom: 120px;
  position: relative;
  z-index: 9;
  padding-top: 112px
}

@media (max-width: 992px) {
  .faq-area {
    padding: 50px 0 50px 0
  }
}

.faq-area::before {
  position: absolute;
  content: '';
  left: 0;
  top: -400px;
  height: 920px;
  width: 89%;
  background-image: url(../images/capture-bg.webp);
  background-size: 100% 100%;
  z-index: -1
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .faq-area::before {
    background-size: cover
  }
}

@media (max-width: 767px) {
  .faq-area::before {
    width: 100%
  }
}

.faq-area::after {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  height: 1050px;
  width: 90%;
  background: #0B6749;
  z-index: -2
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .faq-area::after {
    width: 100%
  }
}

@media (max-width: 767px) {
  .faq-area::after {
    width: 100%
  }
}

.faq-area .faq-shape {
  position: absolute;
  left: 0;
  top: 420px;
  height: 600px;
  width: 100%;
  background-image: url(../images/bg-shape.webp);
  opacity: .5;
  background-size: 100% 100%;
  z-index: -3
}

.faq-box {
  background: #fff;
  padding: 27px 85px 84px;
  -webkit-box-shadow: 0px 30px 50px rgba(255,190,0,0.1);
  box-shadow: 0px 30px 50px rgba(255,190,0,0.1);
  position: relative;
  z-index: 10
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-box {
    padding: 27px 30px 84px
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-box {
    padding: 30px
  }
}

@media (max-width: 767px) {
  .faq-box {
    padding: 20px 0
  }
}

@media (max-width: 992px) {
  .faq-box {
    margin: 0 10px;
    -webkit-box-shadow: none;
    box-shadow: none
  }
}

.faq-box::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-image: url(../images/faq-bg.webp);
  background-size: cover
}

.faq-accrodion {
  margin-top: 56px;
  margin-right: 0px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-accrodion {
    margin-top: 30px;
    margin-right: 0
  }
}

@media (max-width: 767px) {
  .faq-accrodion {
    margin-top: 30px;
    margin-right: 0
  }
}

.faq-accrodion .accrodion {
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.faq-accrodion .accrodion::before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0px;
  right: 0px;
  border-radius: 0px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-image: -webkit-gradient(linear, left top, right top, from(var(--thm-primary)), to(var(--thm-base)));
  background-image: linear-gradient(90deg, var(--thm-primary) 0%, var(--thm-base) 100%);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  border-radius: 5px;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease
}

.faq-accrodion .accrodion+.accrodion {
  margin-top: 10px
}

.faq-accrodion .accrodion.active .accrodion-inner {
  background-color: transparent
}

.faq-accrodion .accrodion.active::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.faq-accrodion .accrodion.active .accrodion-title {
  padding-bottom: 0
}

.faq-accrodion .accrodion.active .accrodion-title h4 {
  color: #2E2E2E
}

.faq-accrodion .accrodion.active .accrodion-title::before {
  opacity: 0
}

.faq-accrodion .accrodion.active .accrodion-title::after {
  opacity: 1;
  color: #0B6749
}

.faq-accrodion .accrodion .accrodion-inner {
  background-color: transparent;
  padding: 12px 0;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 0px
}

@media (max-width: 992px) {
  .faq-accrodion .accrodion .accrodion-inner {
    padding-left: 30px
  }
}

.faq-accrodion .accrodion .accrodion-title {
  padding: 0px 32px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

@media (max-width: 767px) {
  .faq-accrodion .accrodion .accrodion-title {
    padding: 0 38px 0 30px
  }
}

.faq-accrodion .accrodion .accrodion-title::before {
  content: "\f13a";
  font-size: 20px;
  font-weight: 400;
  color: #FFC000;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Font Awesome 5 Pro'
}

@media (max-width: 767px) {
  .faq-accrodion .accrodion .accrodion-title::before {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

.faq-accrodion .accrodion .accrodion-title::after {
  content: "\f139";
  font-weight: 400;
  font-size: 20px;
  color: #FFC000;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Font Awesome 5 Pro'
}

@media (max-width: 767px) {
  .faq-accrodion .accrodion .accrodion-title::after {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

.faq-accrodion .accrodion .accrodion-title h4 {
  margin: 0;
  color: #2E2E2E;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0
}

@media (max-width: 767px) {
  .faq-accrodion .accrodion .accrodion-title h4 {
    font-size: 17px
  }
}

.faq-accrodion .accrodion .accrodion-content .inner {
  padding: 0 38px;
  padding-right: 70px;
  padding-top: 29px;
  padding-bottom: 0px
}

@media (max-width: 992px) {
  .faq-accrodion .accrodion .accrodion-content .inner {
    padding-top: 0;
    padding-left: 32px
  }
}

.faq-accrodion .accrodion .accrodion-content p {
  margin: 0;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500
}

.faq-play-extra {
  position: relative;
  display: none
}

@media (max-width: 767px) {
  .faq-play-extra {
    display: block
  }
}

@media (max-width: 992px) {
  .faq-play-extra {
    margin: 0 10px
  }

  .faq-play-extra img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }
}

.faq-play-extra a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background: #FFC000;
  border-radius: 50%;
  color: #fff;
  font-size: 14px
}

.intro-area {
  position: relative;
  z-index: 11;
  padding-top: 113px;
  position: relative
}

@media (max-width: 992px) {
  .intro-area {
    padding-top: 50px
  }
}

.intro-area::before {
  position: absolute;
  content: '';
  left: 0;
  top: 62%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/features-shape.webp);
  width: 850px;
  height: 600px
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .intro-area::before {
    width: 600px
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .intro-area::before {
    width: 470px
  }
}

@media (max-width: 992px) {
  .intro-area::before {
    top: initial;
    bottom: 450px;
    width: 100%
  }
}

@media (max-width: 576px) {
  .intro-area::before {
    bottom: 750px
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro-thumb {
    margin-bottom: 40px;
    margin-top: 30px;
    text-align: center
  }
}

@media (max-width: 767px) {
  .intro-thumb {
    margin-bottom: 40px;
    margin-top: 30px;
    text-align: center
  }
}

.intro-thumb img {
  -webkit-box-shadow: 0px 30px 50px 0px rgba(255,168,0,0.3);
  box-shadow: 0px 30px 50px 0px rgba(255,168,0,0.3);
  border-radius: 30px
}

@media (max-width: 992px) {
  .intro-content {
    margin: 0 auto
  }
}

.intro-content .intro-item {
  position: relative;
  padding-left: 90px
}

@media (max-width: 767px) {
  .intro-content .intro-item {
    padding-left: 0
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .intro-content .intro-item {
    padding-left: 80px
  }
}

@media (max-width: 992px) {
  .intro-content .intro-item {
    padding: 0 15px
  }
}

.intro-content .intro-item i {
  font-size: 50px;
  color: #FFC000;
  position: absolute;
  left: 0;
  top: 0
}

@media (max-width: 767px) {
  .intro-content .intro-item i {
    position: static;
    margin-bottom: 20px
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .intro-content .intro-item i {
    position: absolute;
    margin-bottom: 0px
  }
}

@media (max-width: 992px) {
  .intro-content .intro-item i {
    left: -60px
  }
}

.intro-content .intro-item .title {
  font-size: 20px;
  color: #2E2E2E
}

.intro-content .intro-item p {
  font-size: 14px;
  line-height: 30px;
  color: #6B6B6B
}

.intro-content .intro-btns {
  margin-top: 55px
}

@media (max-width: 992px) {
  .intro-content .intro-btns {
    margin: 55px auto 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
  }
}

.intro-content .intro-btns ul li {
  margin-right: 10px
}

@media (max-width: 992px) {
  .intro-content .intro-btns ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 0px
  }
}

.testimonial-area {
  width: 100vw;
  position: relative;
  z-index: 10;
  padding-top: 113px
}

@media (max-width: 992px) {
  .testimonial-area {
    padding-top: 50px
  }
}

.testimonial-area .section-title {
  padding-bottom: 21px
}

@media (max-width: 767px) {
  .testimonial-area .section-title {
    text-align: center
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-area .section-title {
    text-align: left
  }
}

@media (max-width: 767px) {
  .testimonial-area .section-title .title {
    font-size: 32px;
    line-height: 42px
  }
}

.testimonial-item {
  -webkit-box-shadow: 0px 20px 16px 0px rgba(255,168,0,0.1);
  box-shadow: 0px 20px 16px 0px rgba(255,168,0,0.1);
  padding: 50px 55px;
  text-align: center;
  background: #fff;
  margin-bottom: 30px
}

@media (max-width: 992px) {
  .testimonial-item {
    margin: 0 10px
  }
}

.testimonial-item img {
  display: inline-block
}

.testimonial-item p {
  font-size: 18px;
  line-height: 38px;
  padding-top: 30px;
  padding-bottom: 26px
}

@media (max-width: 767px) {
  .testimonial-item p {
    font-size: 16px
  }
}

.testimonial-item .title {
  font-size: 16px;
  color: #2E2E2E;
  font-weight: 700
}

.testimonial-item span {
  font-size: 14px
}

.testimonial-active .slick-arrow {
  position: absolute;
  top: -76px;
  font-size: 40px;
  color: #0B6749;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  z-index: 99;
  cursor: pointer
}

.testimonial-active .slick-arrow:hover {
  color: #FFC000
}

.testimonial-active .slick-arrow.prev {
  right: 70px
}

.testimonial-active .slick-arrow.next {
  right: 15px
}

.download-area {
  position: relative;
  padding-top: 363px;
  padding-bottom: 113px;
  z-index: 9;
  margin-top: -280px
}

@media (max-width: 992px) {
  .download-area {
    padding-bottom: 50px
  }
}

.download-area::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/download-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

@media (max-width: 767px) {
  .download-area .section-title {
    text-align: center
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .download-area .section-title {
    text-align: left
  }
}

@media (max-width: 767px) {
  .download-area .section-title .title {
    font-size: 32px;
    line-height: 42px
  }
}

.download-btns ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .download-btns ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 20px
  }
}

@media (max-width: 767px) {
  .download-btns ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
  }
}

.download-btns ul li {
  margin-left: 10px
}

.download-btns ul li a {
  background: #fff
}

.download-btns ul li a:hover {
  background: #0B6749
}

.download-btns ul li a.main-btn-2 {
  background: #0B6749
}

.download-btns ul li a.main-btn-2:hover {
  background: #fff
}

@media (max-width: 992px) {
  .download-btns ul li {
    width: 100%;
    text-align: center
  }
}

.download-app-area {
  position: relative;
  padding-top: 118px;
  padding-bottom: 120px;
  z-index: 10;
  margin-bottom: -120px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .download-app-area {
    padding-bottom: 0
  }
}

@media (max-width: 767px) {
  .download-app-area {
    padding-bottom: 0
  }
}

.download-app-area::before {
  position: absolute;
  content: '';
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  width: 1480px;
  background-image: url(../images/download-bg.webp);
  z-index: -1;
  background-size: cover;
  background-position: center
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .download-app-area::before {
    width: 100%
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .download-app-area::before {
    width: 100%
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .download-app-area::before {
    width: 100%
  }
}

@media (max-width: 767px) {
  .download-app-area::before {
    width: 100%
  }
}

.download-app-area::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 120px;
  height: 620px;
  width: 100%;
  background-image: url(../images/bg-shape-2.webp);
  background-size: 100% 100%;
  z-index: -2
}

.download-app-area .download-app-case {
  position: absolute;
  right: 240px;
  bottom: 0
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .download-app-area .download-app-case {
    right: 100px
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .download-app-area .download-app-case {
    right: 0
  }
}

@media (max-width: 992px) {
  .download-app-area .download-app-case {
    position: static;
    text-align: center;
    margin-left: -18%
  }
}

.download-app-area.download-page-area {
  margin-top: 0px
}

.download-app-area.download-page-area::after {
  display: none
}

@media (max-width: 767px) {
  .download-app-content {
    text-align: center
  }
}

@media (max-width: 992px) {
  .download-app-content {
    margin-bottom: 20px
  }
}

.download-app-content .title {
  font-size: 50px;
  line-height: 64px;
  padding-bottom: 55px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .download-app-content .title {
    font-size: 40px;
    line-height: 54px
  }
}

@media (max-width: 767px) {
  .download-app-content .title {
    font-size: 27px;
    line-height: 40px
  }
}

@media (max-width: 767px) {
  .download-app-content ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.download-app-content ul li {
  margin-right: 10px
}

@media (max-width: 992px) {
  .download-app-content ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 0px
  }
}

.screenshot-area {
  padding-top: 113px;
  overflow: hidden;
  background-size: 100% 100%
}

@media (max-width: 992px) {
  .screenshot-area {
    padding-top: 50px
  }
}

.screenshot-area .section-title {
  padding-bottom: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%
}

.screenshot-area .section-title .title {
  color: #fff
}

.screenshot-area .section-title .screenshot-arrows {
  width: 30%;
  position: relative;
  padding-bottom: 50px
}

@media (max-width: 992px) {
  .screenshot-area .section-title .screenshot-arrows {
    display: none
  }

  .screenshot-area .section-title .title {
    text-align: center
  }
}

.screenshot-area .slick-arrow {
  position: absolute;
  font-size: 40px;
  color: #0B6749;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  z-index: 99;
  cursor: pointer;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content
}

.screenshot-area .slick-arrow:hover {
  color: #FFC000
}

.screenshot-area .slick-arrow.prev {
  right: 70px
}

.screenshot-area .slick-arrow.next {
  right: 15px
}

.screenshot-area .screenshot-item img {
  margin: 0 auto
}

.news-area {
  padding-bottom: 160px;
  position: relative;
  z-index: 11;
  padding-top: 113px
}

@media (max-width: 992px) {
  .news-area {
    padding: 50px 0 40px 0
  }
}

.news-area .section-title {
  padding-bottom: 22px
}

.news-area.news-page-area {
  position: relative;
  padding-bottom: 120px;
  z-index: 9
}

@media (max-width: 992px) {
  .news-area.news-page-area {
    padding-bottom: 50px
  }
}

.news-area.news-page-area::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 547px;
  width: 100%;
  background-image: url(../images/download-bg.webp);
  background-size: cover;
  background-repeat: no-repeat
}

.news-area.news-page-area .news-active .slick-arrow {
  position: absolute;
  top: -76px;
  font-size: 40px;
  color: #0B6749;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  z-index: 99;
  cursor: pointer
}

.news-area.news-page-area .news-active .slick-arrow.prev {
  right: 70px
}

.news-area.news-page-area .news-active .slick-arrow.next {
  right: 15px
}

.news-item .news-thumb {
  overflow: hidden
}

.news-item .news-thumb img {
  width: 100%;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.news-item .news-content {
  background: #fff;
  padding: 50px 46px 57px;
  -webkit-box-shadow: 0px 30px 50px 0px rgba(255,190,0,0.1);
  box-shadow: 0px 30px 50px 0px rgba(255,190,0,0.1)
}

.news-item .news-content .divider {
  margin: 0 6px
}

.news-item .news-content a:hover .title {
  color: #FFC000
}

.news-item .news-content .title {
  font-size: 20px;
  line-height: 30px;
  color: #2E2E2E;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .news-item .news-content .title {
    font-size: 16px
  }
}

.news-item .news-content span {
  font-size: 12px;
  font-weight: 500;
  padding-top: 12px;
  padding-bottom: 12px
}

.news-item .news-content p {
  font-size: 14px;
  line-height: 30px;
  font-weight: 500
}

.news-item:hover .news-thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.blog-area {
  position: relative;
  z-index: 10
}

.blog-area::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 360px;
  background-image: url(../images/bg-shape.webp);
  background-size: cover;
  z-index: -1;
  opacity: .6
}

.blog-area::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 360px;
  background-image: url(../images/bg-shape-2.webp);
  background-size: cover;
  z-index: -1;
  opacity: .6
}

.blog-area .blog-thumb img {
  width: 100%;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(71,75,76,0.2);
  box-shadow: 0px 10px 30px 0px rgba(71,75,76,0.2)
}

.blog-area.single-blog-area::after {
  display: none
}

.single-blog-top-content {
  padding-top: 55px;
  position: relative
}

.single-blog-top-content ul {
  position: absolute;
  left: -100px;
  top: 39%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-top-content ul {
    display: none
  }
}

.single-blog-top-content ul li a {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(255,190,0,0.2);
  box-shadow: 0px 10px 10px 0px rgba(255,190,0,0.2);
  color: #FFC000;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  margin-bottom: 20px
}

.single-blog-top-content ul li a:hover {
  background: #0B6749;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(14,112,80,0.2);
  box-shadow: 0px 10px 20px 0px rgba(14,112,80,0.2)
}

.single-blog-top-content .title {
  font-size: 60px;
  line-height: 80px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-blog-top-content .title {
    font-size: 50px;
    line-height: 65px
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-top-content .title {
    font-size: 50px;
    line-height: 65px
  }
}

@media (max-width: 767px) {
  .single-blog-top-content .title {
    font-size: 32px;
    line-height: 45px
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-blog-top-content .title {
    font-size: 40px;
    line-height: 55px
  }
}

.single-blog-top-content>span {
  font-size: 14px;
  font-weight: 500;
  color: #6b6b6b;
  padding-top: 23px;
  padding-bottom: 30px
}

.single-blog-top-content>span .divider {
  margin: 0 6px
}

.single-blog-top-content p {
  padding-bottom: 25px;
  font-size: 16px;
  line-height: 30px
}

.single-blog-content {
  padding-top: 55px;
  padding-right: 170px;
  padding-left: 30px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-blog-content {
    padding-right: 0
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-content {
    padding-right: 0;
    padding-left: 0
  }
}

@media (max-width: 767px) {
  .single-blog-content {
    padding-right: 0;
    padding-left: 0
  }
}

.single-blog-content p {
  font-size: 16px;
  line-height: 30px
}

.single-blog-content-2 {
  padding-top: 47px
}

.single-blog-content-2 .title {
  font-size: 30px;
  font-weight: 700;
  padding-top: 28px;
  padding-bottom: 30px
}

.blog-comment-area {
  padding-top: 117px;
  padding-bottom: 120px;
  position: relative;
  z-index: 10
}

@media (max-width: 992px) {
  .blog-comment-area {
    padding: 50px 0 50px 0
  }
}

.blog-comment-area::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 360px;
  background-image: url(../images/bg-shape-2.webp);
  background-size: cover;
  z-index: -1;
  opacity: .6;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.blog-comment-area::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -360px;
  width: 100%;
  height: 580px;
  background-image: url(../images/bg-shape-2.webp);
  background-size: cover;
  z-index: -1;
  opacity: .6
}

.blog-comment-title {
  padding-bottom: 60px
}

.blog-comment-title .title {
  font-size: 30px
}

@media (max-width: 992px) {
  .blog-comment-title {
    padding-bottom: 20px
  }
}

.blog-comment-item .item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px
}

@media (max-width: 767px) {
  .blog-comment-item .item {
    display: block;
    margin: 30px 0
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-comment-item .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px
  }
}

@media (max-width: 992px) {
  .blog-comment-item .item {
    padding: 0 10px
  }
}

.blog-comment-item .item .thumb {
  min-width: 100px
}

.blog-comment-item .item .box {
  padding: 45px;
  background: #fff;
  -webkit-box-shadow: 0px 30px 50px 0px rgba(255,190,0,0.1);
  box-shadow: 0px 30px 50px 0px rgba(255,190,0,0.1);
  margin-left: 20px;
  position: relative
}

@media (max-width: 767px) {
  .blog-comment-item .item .box {
    margin-left: 0;
    margin-top: 20px;
    padding: 20px
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-comment-item .item .box {
    margin-left: 20px;
    margin-top: 0
  }
}

.blog-comment-item .item .box a {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0 22px;
  height: 40px;
  background: #fffbee;
  border-radius: 40px;
  color: #0B6749;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 43px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-comment-item .item .box a {
    position: absolute;
    margin-top: 0
  }
}

.blog-comment-item .item .box a:hover {
  background: #FFC000
}

.blog-comment-item .item .box .title {
  font-size: 18px;
  color: #2E2E2E
}

.blog-comment-item .item .box span {
  font-size: 12px;
  font-weight: 500;
  padding-top: 6px;
  padding-bottom: 14px
}

.blog-comment-item .item .box p {
  font-size: 14px;
  line-height: 30px
}

.blog-comment-item .item.item-2 {
  margin-left: 110px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-comment-item .item.item-2 {
    margin-left: 50px
  }
}

@media (max-width: 992px) {
  .blog-comment-item .item.item-2 {
    margin-left: 25px
  }
}

.blog-comment-form-area .input-box input {
  width: 100%;
  -webkit-box-shadow: 0px 30px 50px 0px rgba(255,190,0,0.1);
  box-shadow: 0px 30px 50px 0px rgba(255,190,0,0.1);
  height: 65px;
  border: 0;
  background: #fff;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #6b6b6b
}

.blog-comment-form-area .input-box input::-webkit-input-placeholder {
  opacity: 1;
  color: #6b6b6b
}

.blog-comment-form-area .input-box input:-ms-input-placeholder {
  opacity: 1;
  color: #6b6b6b
}

.blog-comment-form-area .input-box input::-ms-input-placeholder {
  opacity: 1;
  color: #6b6b6b
}

.blog-comment-form-area .input-box input::placeholder {
  opacity: 1;
  color: #6b6b6b
}

.blog-comment-form-area .input-box textarea {
  width: 100%;
  -webkit-box-shadow: 0px 30px 50px 0px rgba(255,190,0,0.1);
  box-shadow: 0px 30px 50px 0px rgba(255,190,0,0.1);
  height: 215px;
  border: 0;
  background: #fff;
  padding-left: 30px;
  padding-top: 20px;
  resize: none;
  font-size: 14px;
  font-weight: 500;
  color: #6b6b6b
}

.blog-comment-form-area .input-box textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #6b6b6b
}

.blog-comment-form-area .input-box textarea:-ms-input-placeholder {
  opacity: 1;
  color: #6b6b6b
}

.blog-comment-form-area .input-box textarea::-ms-input-placeholder {
  opacity: 1;
  color: #6b6b6b
}

.blog-comment-form-area .input-box textarea::placeholder {
  opacity: 1;
  color: #6b6b6b
}

.custom-row {
  margin-left: -5px;
  margin-right: -5px
}

.custom-row .col-lg-6 {
  padding-left: 5px;
  padding-right: 5px
}

.footer-area {
  padding-top: 210px;
  padding-bottom: 113px
}

.footer-area .copyright {
  font-size: 12px;
  font-weight: 600;
  color: #259f75;
  text-transform: uppercase;
  padding-top: 35px
}

.footer-about p {
  color: #fff;
  line-height: 30px;
  padding-right: 80px;
  padding-top: 40px;
  padding-bottom: 18px
}

@media (max-width: 992px) {
  .footer-about p {
    padding-right: 30px
  }
}

.footer-about ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.footer-about ul li a {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 51px;
  border-radius: 50%;
  background: #00452e;
  color: #1d8360;
  font-size: 20px;
  margin-right: 10px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.footer-about ul li a:hover {
  background: #FFC000;
  color: #0B6749
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-list {
    padding-left: 0
  }
}

@media (max-width: 767px) {
  .footer-list {
    padding-left: 0
  }
}

.footer-list .title {
  font-size: 14px;
  font-weight: 700;
  color: #95cebb;
  text-transform: capitalize
}

.footer-list ul {
  margin-top: 48px
}

.footer-list ul li a {
  font-weight: 500;
  color: #fff;
  line-height: 40px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.footer-list ul li a:hover {
  color: #FFC000
}

.footer-list .input-box {
  margin-top: 60px;
  position: relative
}

.footer-list .input-box input {
  width: 100%;
  line-height: 60px;
  background: #034f36;
  border-radius: 40px;
  color: #95cebb;
  font-size: 14px;
  font-weight: 500;
  border: 0;
  padding-left: 40px
}

.footer-list .input-box input::-webkit-input-placeholder {
  opacity: 1;
  color: #95cebb
}

.footer-list .input-box input:-ms-input-placeholder {
  opacity: 1;
  color: #95cebb
}

.footer-list .input-box input::-ms-input-placeholder {
  opacity: 1;
  color: #95cebb
}

.footer-list .input-box input::placeholder {
  opacity: 1;
  color: #95cebb
}

.footer-list .input-box button {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0;
  background: #FFC000;
  color: #0B6749;
  font-size: 20px;
  width: 66px;
  line-height: 48px;
  border-radius: 40px
}

@media (max-width: 992px) {
  .footer-list .input-box {
    width: 90%
  }
}

.footer-list.footer-newsleatter {
  margin-left: -30px
}

@media (max-width: 767px) {
  .footer-list.footer-newsleatter {
    margin-left: 0
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-list.footer-newsleatter {
    margin-left: 0
  }
}

.back-to-top {
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #FFC000;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  border-radius: 50%;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  cursor: pointer;
  -webkit-box-shadow: 0 6px 14px 0 rgba(0,0,0,0.09);
  box-shadow: 0 6px 14px 0 rgba(0,0,0,0.09)
}

.back-to-top i {
  color: #fff
}

.back-to-top:hover {
  background-color: #FFC000
}
/*# sourceMappingURL=style.css.map */