/*-----------------------------------------------------------------------------------

    Template Name: Sample - Corporate Business Bootstrap4 HTML5 Template
    Template URI: site.com
    Description: Sample - Corporate Business Bootstrap4 HTML5 Template
    Author: MD THAHERIL ISLAM
    Author URI: site.com
    Version: 1.0

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

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@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: #fff;
}

* {
  margin: 0;
  padding: 0;
  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: #fff;
  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;
  }
}

/*===== All Button Style =====*/
.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;
  user-select: none;
  border: 0;
  padding: 0 68px 0 38px;
  font-size: 17px;
  height: 60px;
  line-height: 62.5px;
  border-radius: 40px;
  color: #234123;
  cursor: pointer;
  z-index: 5;
  transition: all 0.4s ease-out 0s;
  letter-spacing: -0.02em;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.main-btn i {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-out 0s;
}
.main-btn:hover {
  background-color: #234123;
  color: #fff;
  border-color: #73f440;
  box-shadow: 0px 10px 30px rgba(39, 162, 122, 0.2);
}
.main-btn:hover i {
  color: #73f440;
}
.main-btn.main-btn-2 {
  background-color: #234123;
  color: #fff;
  box-shadow: 0px 10px 30px rgba(39, 162, 122, 0.2);
}
.main-btn.main-btn-2 i {
  color: #73f440;
}
.main-btn.main-btn-2:hover {
  background-color: #73f440;
  color: #234123;
  box-shadow: 0px 10px 30px rgba(255, 190, 0, 0.2);
}
.main-btn.main-btn-2:hover i {
  color: #234123;
}
.main-btn.main-btn-3 {
  background: #fff;
  color: #234123;
}
.main-btn.main-btn-3 i {
  color: #234123;
}
.main-btn.main-btn-3:hover {
  background: #234123;
  color: #fff;
}
.main-btn.main-btn-3:hover i {
  color: #73f440;
}
.main-btn.main-btn-4:hover {
  background: #fff;
  color: #234123;
}
.main-btn.main-btn-4:hover i {
  color: #234123;
}
@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: #234123;
}
@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;
  }
}

/*===========================
    2.HEADER css 
===========================*/
.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 {
  top: 0;
  left: 0;
  right: 0;
  background: #234123;
  background-size: 100% 100%;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
  z-index: 999;
  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;
  width: 6em;
}
.header-nav .navigation .navbar .navbar-brand-2 {
  display: none;
}
.header-nav .navigation .navbar .country-flag img {
  border: 5px solid #fff;
  border-radius: 6px;
  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;
  transition: all 0.3s ease-out 0s;
}
.header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  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) {
  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: #73f440;
    z-index: 8;
    padding: 10px 16px;
    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: #73f440;
    z-index: 8;
    padding: 10px 16px;
    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;
  transition: all 0.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;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  border-top: 4px solid #73f440;
}
@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;
    transform: translateX(0%);
    transition: all 0s ease-out 0s;
    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;
    transform: translateX(0%);
    transition: all 0s ease-out 0s;
    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: #234123;
  transition: all 0.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;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  margin: 0 0;
  line-height: 30px;
  border-top: 1px solid #73f440;
}
.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;
  transition: all 0.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: #234123;
  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;
  }
}
@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
/*--------------------------------------------------------------
# Sidemenu
--------------------------------------------------------------*/
.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: 0.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: #73f440;
  z-index: 9999;
  top: 0;
  height: 100vh;
  transition: 0.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;
  transition: all 0.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;
  transition: all 0.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 #73f440;
  border-radius: 50%;
  color: #086142;
  transition: all 0.3s ease-out 0s;
}
.canvas_close a:hover {
  background: #73f440;
  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;
  transition: all 0.3s ease-out 0s;
}
.canvas_open a:hover {
  color: #73f440;
  border-color: #73f440;
}

.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;
  transition: all 0.3s ease-out 0s;
  display: inline-block;
}
.offcanvas-social ul li a:hover {
  background: #0e7050;
  color: white;
}

/*===========================
    3.HERO css 
===========================*/
.hero-area {
  position: relative;
  z-index: 0;
}
.hero-area.bg_cover {
  background-position: center bottom;
}
.hero-area::after {
  content: " ";
  background: linear-gradient(45deg, black, transparent);
  position: absolute;
  inset: 0;
  display: inline-block;
  z-index: -1;
}

.hero-content {
  padding-top: 80px;
}
@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 .play-store-icons {
  width: 180px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero-content .title {
  font-size: 60px;
  line-height: 80px;
  color: #f8fbff;
  font-weight: 700;
  letter-spacing: -0.04em;
  padding-right: 40px;
  padding-bottom: 14px;
}
@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: #73f440;
}
.hero-content p {
  color: #fff;
  padding-bottom: 30px;
}
.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 {
    transform: translateY(5px);
  }
}
@media (max-width: 768px) {
  .hero-thumb {
    margin-bottom: 2em;
  }
}

.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: #73f440;
  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: -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%;
  transform: translateY(-50%);
  right: 35px;
  color: #73f440;
  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;
  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::-moz-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%;
    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";
}

/*===========================
    4.FEATURES css 
===========================*/
.features-area {
  position: relative;
  padding-bottom: 113px;
  margin-top: -40px;
}
@media (max-width: 767px) {
  .features-area {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .features-area {
    padding: 15px 0px 50px 0px;
  }
}
.features-area .section-title .title {
  color: #234123;
}

.features-box {
  padding: 114px 150px 112px;
  background: #fff;
  background-image: url(../images/shapes/services.jpg);
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
}
.features-box::after {
  content: " ";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 5, 5, 0.7);
  z-index: -1;
}
@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: 20px;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .features-box {
    padding: 20px;
    background-size: cover;
  }
}
@media (max-width: 992px) {
  .features-box {
    background: #fff;
    background-image: url(../images/shapes/services.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    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: #73f440;
  border-radius: 50%;
  line-height: 110px;
  text-align: center;
  color: #234123;
  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%;
    transform: translateX(-50%);
    bottom: 20%;
  }
}

.features-item {
  padding-right: 20px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 1.5em;
}
.features-item i {
  color: #fff;
  font-size: 60px;
}
.features-item .title {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  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;
  }
}
.features-item p {
  color: #fff;
}
@media (max-width: 767px) {
  .features-item p {
    font-size: 15px;
  }
}

.features-title {
  padding-bottom: 13px;
}
.features-title .title {
  font-size: 40px;
  line-height: 54px;
  color: #fff;
}
@media (max-width: 767px) {
  .features-title .title {
    font-size: 30px;
    line-height: 40px;
  }
}

.feature-icon-2 {
  height: 4em;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}

h4 {
  margin-bottom: 1em;
}

/*===========================
    5.CAPTURE css 
===========================*/
.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 {
  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: #73f440;
  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: #234123;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  cursor: pointer;
}
.capture-active .slick-arrow:hover {
  color: #73f440;
}
.capture-active .slick-arrow.prev {
  right: 70px;
}
.capture-active .slick-arrow.next {
  right: 15px;
}

/*===========================
    6.FAQ css 
===========================*/
.faq-area {
  position: relative;
  z-index: 9;
  padding-top: 88px;
}
@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-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%;
    height: 100%;
  }
}
.faq-area::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  height: 1050px;
  width: 100%;
  background: #234123;
  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%;
    height: 100%;
  }
}
.faq-area .faq-shape {
  position: absolute;
  left: 0;
  top: 420px;
  height: 600px;
  width: 100%;
  background-image: url(../images/bg-shape.png);
  opacity: 0.5;
  background-size: 100% 100%;
  z-index: -3;
}
.faq-area .section-title .title {
  color: #fff;
}

.faq-box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 27px 85px 84px;
  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;
    box-shadow: none;
  }
}

.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;
  transition: all 0.4s ease;
}
.faq-accrodion .accrodion::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0px;
  right: 0px;
  border-radius: 0px;
  transform: scaleX(0);
  background-image: linear-gradient(90deg, var(--thm-primary) 0%, var(--thm-base) 100%);
  border-radius: 5px;
  transition: transform 0.4s ease;
}
.faq-accrodion .accrodion + .accrodion {
  margin-top: 10px;
}
.faq-accrodion .accrodion.active .accrodion-inner {
  background-color: transparent;
}
.faq-accrodion .accrodion.active::before {
  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: #234123;
}
.faq-accrodion .accrodion .accrodion-inner {
  background-color: transparent;
  padding: 12px 0;
  position: relative;
  transition: all 0.4s ease;
  border-radius: 0px;
}
@media (max-width: 992px) {
  .faq-accrodion .accrodion .accrodion-inner {
    padding-left: 15px;
  }
}
.faq-accrodion .accrodion .accrodion-title {
  padding: 0px 32px;
  cursor: pointer;
  position: relative;
  transition: all 0.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: #73f440;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 500ms ease;
  font-family: "Font Awesome 5 Pro";
}
@media (max-width: 767px) {
  .faq-accrodion .accrodion .accrodion-title::before {
    justify-content: flex-end;
  }
}
.faq-accrodion .accrodion .accrodion-title::after {
  content: "\f139";
  font-weight: 400;
  font-size: 20px;
  color: #73f440;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 500ms ease;
  font-family: "Font Awesome 5 Pro";
}
@media (max-width: 767px) {
  .faq-accrodion .accrodion .accrodion-title::after {
    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;
    line-height: 1.5;
  }
}
.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-accrodion .accrodion .accrodion-content ul {
  padding-left: 1em;
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-top: 1em;
  line-height: 2;
}

.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%;
  transform: translate(-50%, -50%);
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background: #73f440;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
}

/*===========================
    7.INTRO css 
===========================*/
.intro-area {
  position: relative;
  z-index: 11;
  padding-top: 50px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .intro-area {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
.intro-area .play-store-icons {
  width: 200px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .intro-area .play-store-icons {
    margin: 0 auto;
  }
}
.intro-area::before {
  position: absolute;
  content: "";
  left: 0;
  top: 70%;
  transform: translateY(-50%);
  background: #f4f4f4;
  width: 850px;
  height: 600px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .intro-area::before {
    width: 500px;
  }
}
@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: 830px;
  }
}
.intro-area .section-title p {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .intro-area .section-title p {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .intro-area .intro-btns ul {
    justify-content: center;
  }
}

@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 {
  border-radius: 30px;
}

@media (max-width: 992px) {
  .intro-content {
    margin: 0 auto;
  }
}
.intro-content .intro-item {
  display: grid;
  grid-template-columns: 80px auto;
  align-items: start;
  position: relative;
  padding-left: 90px;
}
@media (max-width: 768px) {
  .intro-content .intro-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1.5em;
  }
}
@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: #73f440;
  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: -moz-max-content;
    width: max-content;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .intro-content .intro-btns ul {
    justify-content: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .intro-content .intro-btns ul {
    justify-content: center;
  }
}
.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;
  }
}

/*===========================
    8.TESTIMONIAL css 
===========================*/
.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 {
  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: #234123;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  cursor: pointer;
}
.testimonial-active .slick-arrow:hover {
  color: #73f440;
}
.testimonial-active .slick-arrow.prev {
  right: 70px;
}
.testimonial-active .slick-arrow.next {
  right: 15px;
}

/*===========================
    9.DOWNLOAD css 
===========================*/
.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;
  }
}
@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;
  }
}
.download-area .section-title .title {
  color: #234123;
}
@media (max-width: 767px) {
  .download-area .section-title .title {
    font-size: 32px;
    line-height: 42px;
  }
}

.download-btns ul {
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .download-btns ul {
    justify-content: flex-start;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .download-btns ul {
    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: #234123;
}
.download-btns ul li a.main-btn-2 {
  background: #234123;
}
.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 css 
===========================*/
.download-app-area {
  position: relative;
  padding-top: 118px;
  margin-top: 118px;
  padding-bottom: 120px;
  z-index: 10;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .download-app-area {
    padding-bottom: 0;
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .download-app-area {
    padding-bottom: 0;
    margin-top: 20px;
    padding-top: 20px;
  }
}
.download-app-area .section-title .title {
  color: #234123;
}
.download-app-area .download-app-case {
  position: absolute;
  right: 240px;
  bottom: 4px;
}
.download-app-area .download-app-case img {
  max-width: 35em;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .download-app-area .download-app-case {
    right: 0px;
  }
}
@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: 0;
  }
  .download-app-area .download-app-case img {
    max-width: 20em;
  }
}
.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 .play-store-icons {
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.download-app-content .title {
  font-size: 50px;
  line-height: 64px;
  padding-bottom: 55px;
  color: #234123;
}
@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: 992px) {
  .download-app-content .title {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .download-app-content ul {
    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;
  }
}

/*===========================
    10.SECREENSHOT css 
===========================*/
.screenshot-area {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
  background-size: 100% 100%;
  background: #234123;
}
@media (max-width: 992px) {
  .screenshot-area {
    padding-top: 50px;
  }
}
.screenshot-area .section-title {
  padding-bottom: 23px;
  display: flex;
  justify-content: space-between;
  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: #fff;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  cursor: pointer;
  height: -moz-min-content;
  height: min-content;
}
.screenshot-area .slick-arrow:hover {
  color: #73f440;
}
.screenshot-area .slick-arrow.prev {
  right: 70px;
}
.screenshot-area .slick-arrow.next {
  right: 15px;
}
.screenshot-area .screenshot-item img {
  border-radius: 20px;
  margin: 0 auto;
}

/*===========================
    11.NEWS css 
===========================*/
.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.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.news-area.news-page-area .news-active .slick-arrow {
  position: absolute;
  top: -76px;
  font-size: 40px;
  color: #234123;
  transition: all 0.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%;
  transition: all 0.3s ease-out 0s;
}
.news-item .news-content {
  background: #fff;
  padding: 50px 46px 57px;
  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: #73f440;
}
.news-item .news-content .title {
  font-size: 20px;
  line-height: 30px;
  color: #2E2E2E;
  transition: all 0.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 {
  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.png);
  background-size: cover;
  z-index: -1;
  opacity: 0.6;
}
.blog-area::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 360px;
  background-image: url(../images/bg-shape-2.png);
  background-size: cover;
  z-index: -1;
  opacity: 0.6;
}

.blog-area .blog-thumb img {
  width: 100%;
  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%;
  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%;
  box-shadow: 0px 10px 10px 0px rgba(255, 190, 0, 0.2);
  color: #73f440;
  transition: all 0.3s ease-out 0s;
  margin-bottom: 20px;
}
.single-blog-top-content ul li a:hover {
  background: #234123;
  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.png);
  background-size: cover;
  z-index: -1;
  opacity: 0.6;
  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.png);
  background-size: cover;
  z-index: -1;
  opacity: 0.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: 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: 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;
  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: #234123;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 43px;
  transition: all 0.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: #73f440;
}
.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%;
  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::-moz-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%;
  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::-moz-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;
}

/*===========================
    12.FOOTER css 
===========================*/
.footer-area {
  padding-top: 50px;
  padding-bottom: 30px;
}
.footer-area .copyright {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding-top: 35px;
  width: 100%;
}

.footer-about img {
  height: 3.5em;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-about p {
  color: #fff;
  line-height: 30px;
  padding-top: 40px;
  padding-bottom: 18px;
}
@media (max-width: 992px) {
  .footer-about p {
    padding-right: 0px;
  }
}
.footer-about ul {
  display: flex;
}
.footer-about ul li a {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 51px;
  border-radius: 50%;
  background: #fff;
  color: #1d8360;
  font-size: 20px;
  margin-right: 10px;
  transition: all 0.3s ease-out 0s;
}
.footer-about ul li a:hover {
  background: #fff;
  color: #234123;
}

@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;
  transition: all 0.3s ease-out 0s;
}
.footer-list ul li a:hover {
  color: #234123;
}
.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::-moz-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%;
  transform: translateY(-50%);
  border: 0;
  background: #73f440;
  color: #234123;
  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 ====*/
.back-to-top {
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #73f440;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  border-radius: 50%;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.09);
}
.back-to-top i {
  color: #fff;
}
.back-to-top:hover {
  background-color: #73f440;
}

/*===========================
    9.BROKERAGE css 
===========================*/
.brokerage-sec {
  background: url(../images/boker-bg.png) center/cover no-repeat;
  padding: 4em 0;
}
.brokerage-sec .brokerage-main-img-sec {
  text-align: right;
}
.brokerage-sec .brokerage-main-img-sec img {
  height: 25em;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.brokerage-sec .brokerage-title {
  margin-bottom: 2em;
}
.brokerage-sec .brokerage-title h3 {
  font-size: 40px;
  line-height: 54px;
  color: #fff;
  margin-bottom: 0.5em;
}
.brokerage-sec .brokerage-title p {
  color: #a5a5a5;
}
.brokerage-sec .brokerage-benifits-info {
  border: 1px dashed #234123;
  padding: 2em;
  border-radius: 20px;
  margin-top: 2em;
  text-align: center;
  background: rgb(255, 255, 255);
}
.brokerage-sec .brokerage-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  margin-top: 12em;
}
@media (max-width: 768px) {
  .brokerage-sec .brokerage-box {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 2em;
  }
}
.brokerage-sec .brokerage-box .brokerage-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: rgba(255, 255, 255, 0.1019607843);
  border-radius: 20px;
  padding: 1.5em;
  position: relative !important;
}
@media (max-width: 768px) {
  .brokerage-sec .brokerage-box .brokerage-card {
    flex-direction: column;
    justify-content: center;
  }
}
.brokerage-sec .brokerage-box .brokerage-card .brokerage-card-info {
  display: flex;
  flex-direction: column;
  gap: 1em;
  text-align: left;
  justify-content: start;
  align-items: start;
}
@media (max-width: 768px) {
  .brokerage-sec .brokerage-box .brokerage-card .brokerage-card-info {
    width: 100%;
    text-align: center !important;
    justify-content: center;
    align-items: center;
  }
}
.brokerage-sec .brokerage-box .brokerage-card .brokerage-card-info h4 {
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  margin-bottom: 0;
}
.brokerage-sec .brokerage-box .brokerage-card .brokerage-card-info p {
  color: #a5a5a5;
}
.brokerage-sec .brokerage-box .brokerage-card .brokerage-card-info .brokerage-icon {
  height: 3em;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.brokerage-sec .brokerage-box .brokerage-card .brokerage-card-img-sec {
  position: absolute;
  bottom: 6em;
  right: 0.8em;
  margin-left: 1em;
}
@media (max-width: 768px) {
  .brokerage-sec .brokerage-box .brokerage-card .brokerage-card-img-sec {
    position: static;
    text-align: center;
    margin-bottom: -1.5em;
    margin-top: 1em;
    margin-left: 0;
  }
}
.brokerage-sec .brokerage-box .brokerage-card .brokerage-card-img-sec .brokerage-card-img {
  max-width: 20em;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=style.css.map */