/*
@File: Erex HTML Template

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************
** - Default Btn Style 
** - Section Title Style
** - Top Header Style
** - Navbar Area Style
** - Main Banner Area CSS  Style
** - Inner Banner Style
** - About Area Style
** - Other Area Style

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

/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Roboto", sans-serif;
  color: #707070;
  font-weight: 400;
}

p {
  color: #707070;
  margin-bottom: 10px;
}

p:last-child {
  margin-bottom: 0;
}

a {
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

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

button {
  outline: 0;
}

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

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  color: #002E5B;
  line-height: 1.4;
  font-family: "Noto Serif", serif;
}

h3 {
  font-size: 22px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

img {
  max-width: 100%;
}

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

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 100px !important;
}

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

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

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

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

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

.ml-20 {
  margin-left: 20px;
}

.border-radius-5 {
  border-radius: 5px !important;
}

.border-radius-50 {
  border-radius: 50px !important;
}

.default-btn {
  padding: 10px 32px;
  color: #ffffff;
  font-weight: 400;
  position: relative;
  z-index: 1;
  background-color: #75C147;
}

.default-btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 15px;
  height: 25px;
  background-color: #002E5B;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  opacity: 0;
}

.default-btn i {
  position: relative;
  top: 3px;
  left: 5px;
}

.default-btn:hover {
  color: #ffffff;
}

.default-btn:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.default-btn-two {
  padding: 10px 32px;
  color: #ffffff;
  font-weight: 400;
  position: relative;
  z-index: 1;
  background-color: #002E5B;
}

.default-btn-two::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 15px;
  height: 25px;
  background-color: #75C147;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  opacity: 0;
}

.default-btn-two i {
  position: relative;
  top: 3px;
  left: 5px;
}

.default-btn-two:hover {
  color: #ffffff;
}

.default-btn-two:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.section-bg {
  background-color: #FBFBFB;
}

/*================================
Section Title Style 
===================================*/
.section-title h2 {
  font-size: 40px;
  font-weight: 500;
  margin-top: 0;
  line-height: 1.2;
  color: #002E5B;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
}

.section-title h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 60px;
  margin: 0 auto;
  height: 1px;
  background-color: #75C147;
}

.section-title p {
  padding-top: 15px;
  max-width: 885px;
  margin: 0 auto;
}

/*================================
Section Title Style End
===================================*/
/*================================
Top Header Area
===================================*/
.top-header-bg {
  background-color: #002E5B;
}

.top-header-ptb {
  padding-top: 7px;
  padding-bottom: 7px;
}

.header-left {
  float: left;
}

.header-left ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.header-left ul li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  z-index: 1;
}

.header-left ul li::before {
  content: '';
  position: absolute;
  top: 7px;
  right: -17px;
  height: 15px;
  width: 1px;
  background-color: transparent;
  border: 1px dashed #ffffff;
}

.header-left ul li:last-child {
  margin-right: 0;
}

.header-left ul li:last-child::before {
  display: none;
}

.header-left ul li a {
  color: #ffffff;
  font-size: 15px;
}

.header-left ul li a:hover {
  color: #75C147;
}

.head-right {
  float: right;
}

.head-right .social-link {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  top: 1px;
}

.head-right .social-link li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}

.head-right .social-link li::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -17px;
  height: 15px;
  width: 1px;
  background-color: transparent;
  border-right: 1px dashed #3B5D7E;
}

.head-right .social-link li:last-child {
  margin-right: 15px;
}

.head-right .social-link li:last-child::before {
  display: none;
}

.head-right .social-link li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #3B5D7E;
  border-radius: 50px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.head-right .social-link li a:hover i {
  background-color: #75C147;
}

.head-right .languages {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  z-index: 9999;
}

.head-right .languages .nice-select {
  height: 30px;
  line-height: 30px;
  background-color: transparent;
  border: 0;
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
}

.head-right .languages .nice-select:after {
  border-bottom: 1.5px solid #ffffff;
  border-right: 1.5px solid #ffffff;
  width: 8px;
  height: 8px;
  margin-top: -5px;
}

.head-right .languages .nice-select ul {
  border: 0;
  border-radius: 0;
  display: block;
  width: 110px;
}

.head-right .languages .nice-select ul li {
  display: block;
  width: 100%;
  color: #02123a;
  font-size: 15px;
}

.head-right .languages.languages-pt {
  top: -2px;
}

.head-right .header-btn {
  display: inline-block;
  margin-left: 30px;
}

.head-right .header-btn .schedule-btn {
  padding: 10px 32px;
  color: #ffffff;
  font-weight: 400;
  position: relative;
  z-index: 1;
  background-color: #75C147;
}

.head-right .header-btn .schedule-btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.head-right .header-btn .schedule-btn::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.head-right .header-btn .schedule-btn i {
  position: relative;
  top: 2px;
  left: 5px;
}

.head-right .header-btn .schedule-btn:hover {
  color: #002E5B;
}

.head-right .header-btn .schedule-btn:hover::before {
  width: 50%;
}

.head-right .header-btn .schedule-btn:hover::after {
  width: 50%;
}

/*================================
Top Header Area End
===================================*/
/*=================================
Navbar Area
====================================*/
.navbar-area {
  background-color: #ffffff;
}

.navbar-area.is-sticky {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: fixed;
  background-color: #ffffff !important;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.desktop-nav {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}

.desktop-nav .navbar {
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.desktop-nav .navbar .navbar-brand .logo-two {
  display: none;
}

.desktop-nav .navbar ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.desktop-nav .navbar .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.desktop-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-bottom: 25px;
  padding-top: 25px;
  padding-right: 0;
  padding-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  color: #002E5B;
  position: relative;
  z-index: 1;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
}

.desktop-nav .navbar .navbar-nav .nav-item a:hover, .desktop-nav .navbar .navbar-nav .nav-item a:focus, .desktop-nav .navbar .navbar-nav .nav-item a.active {
  color: #75C147;
}

.desktop-nav .navbar .navbar-nav .nav-item a i {
  font-size: 18px;
  position: relative;
  top: 3px;
}

.desktop-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover a, .desktop-nav .navbar .navbar-nav .nav-item:focus a, .desktop-nav .navbar .navbar-nav .nav-item.active a {
  color: #75C147;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover a:before, .desktop-nav .navbar .navbar-nav .nav-item:focus a:before, .desktop-nav .navbar .navbar-nav .nav-item.active a:before {
  width: 100%;
  opacity: 1;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  position: absolute;
  visibility: hidden;
  border-radius: 0;
  display: block;
  width: 250px;
  border: none;
  z-index: 99;
  opacity: 0;
  top: 80px;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 0;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
  border-bottom: 1px dashed #0073ff54;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child {
  border: none;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #002E5B;
  padding: 7px 15px;
  margin: 0;
  font-size: 15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:before {
  display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #75C147;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  float: right;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 245px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  margin-top: 11px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #002E5B;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #75C147;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 245px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #002E5B;
  font-size: 15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #75C147;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #002E5B;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #002E5B;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #002E5B;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #002E5B;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #002E5B;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #002E5B;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #002E5B;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #002E5B;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #002E5B;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #002E5B;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #002E5B;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -15px;
  visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #002E5B;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -15px;
  visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #75C147;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #002E5B;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}

.nav-sidebar {
  vertical-align: middle;
}

.nav-sidebar .search-box {
  position: relative;
  top: 0;
  font-size: 30px;
  bottom: unset;
  display: inline-block;
  line-height: 1;
  color: #002E5B;
  cursor: pointer;
  margin-left: 30px;
  margin-right: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav-sidebar .search-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: -30px;
  width: 1px;
  height: 20px;
  background-color: transparent;
  border-left: 1px dashed #002E5B;
  opacity: 0.5;
}

.nav-sidebar .search-box::after {
  content: '';
  position: absolute;
  top: 0;
  right: -30px;
  width: 1px;
  height: 20px;
  background-color: transparent;
  border-left: 1px dashed #002E5B;
  opacity: 0.5;
}

.nav-sidebar .search-box i {
  position: relative;
  top: -4px;
  right: 1px;
}

.nav-sidebar .search-box:hover {
  color: #75C147;
}

.nav-sidebar .search-box.search-box-mt {
  top: 13px;
}

.nav-sidebar .call-btn {
  display: inline-block;
  margin-left: 30px;
  padding-left: 45px;
  position: relative;
  cursor: pointer;
}

.nav-sidebar .call-btn i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 35px;
  height: 35px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #75C147;
  border-radius: 50px;
  border: 1px solid #75C147;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav-sidebar .call-btn span {
  font-size: 16px;
  color: #002E5B;
  font-family: #707070;
  font-weight: 400;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav-sidebar .call-btn a {
  color: #75C147;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav-sidebar .call-btn:hover i {
  background-color: #75C147;
  color: #ffffff;
}

.nav-sidebar .call-btn:hover span {
  color: #75C147;
}

.nav-sidebar .call-btn:hover a {
  color: #002E5B;
}

.nav-sidebar .nav-sidebar-btn {
  display: inline-block;
  margin-left: 30px;
}

.mobile-responsive-nav {
  display: none;
}

.mobile-nav-area {
  position: absolute;
  top: 9px;
  right: 50px;
  display: none;
}

.mobile-nav-area .search-box {
  position: relative;
  top: 6px;
  font-size: 22px;
  bottom: unset;
  display: inline-block;
  line-height: 1;
  color: #002E5B;
  cursor: pointer;
  margin-right: 7px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mobile-nav-area .search-box:hover {
  color: #75C147;
}

.mobile-nav-area .search-box-mt {
  top: 2px;
}

.mobile-nav-area .call-btn {
  display: inline-block;
  padding-left: 35px;
  position: relative;
  cursor: pointer;
}

.mobile-nav-area .call-btn i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  color: #002E5B;
  border-radius: 50px;
  border: 1px solid #002E5B;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mobile-nav-area .call-btn a {
  color: #002E5B;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mobile-nav-area .call-btn:hover i {
  background-color: #75C147;
  color: #ffffff;
}

.mobile-nav-area .call-btn:hover a {
  color: #75C147;
}

.mobile-nav-area .mobile-nav-btn {
  display: inline-block;
  position: relative;
  top: -5px;
}

/*=================================
Navbar Area End
====================================*/
/*==================================
Search Overlay CSS
====================================*/
.search-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.search-overlay .search-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.search-overlay .search-layer:nth-child(1) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.search-overlay .search-layer:nth-child(2) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}

.search-overlay .search-layer:nth-child(3) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.9s ease-in-out 0.6s;
  transition: all 0.9s ease-in-out 0.6s;
}

.search-overlay .search-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 50px;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  -webkit-transition: all 0.9s ease-in-out 1.5s;
  transition: all 0.9s ease-in-out 1.5s;
  opacity: 0;
  visibility: hidden;
}

.search-overlay .search-close .search-close-line {
  width: 100%;
  height: 3px;
  float: left;
  margin-bottom: 5px;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-overlay .search-close .search-close-line:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.search-overlay .search-close .search-close-line:nth-child(2) {
  margin-top: -7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.search-overlay .search-close:hover .search-close-line {
  background: #75C147;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.search-overlay .search-form {
  -webkit-transition: all 0.9s ease-in-out 1.4s;
  transition: all 0.9s ease-in-out 1.4s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  max-width: 500px;
  width: 500px;
  padding: 0 15px;
}

.search-overlay .search-form form {
  position: relative;
}

.search-overlay .search-form form .input-search {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 30px;
  color: #002E5B;
  padding: 3px 0 0 25px;
}

.search-overlay .search-form form .input-search::-webkit-input-placeholder {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  letter-spacing: .5px;
  color: #002E5B;
}

.search-overlay .search-form form .input-search:-ms-input-placeholder {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  letter-spacing: .5px;
  color: #002E5B;
}

.search-overlay .search-form form .input-search::-ms-input-placeholder {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  letter-spacing: .5px;
  color: #002E5B;
}

.search-overlay .search-form form .input-search::placeholder {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  letter-spacing: .5px;
  color: #002E5B;
}

.search-overlay .search-form form .input-search:focus {
  border: none;
  outline: none;
}

.search-overlay .search-form form .input-search:focus::-webkit-input-placeholder {
  color: transparent;
}

.search-overlay .search-form form .input-search:focus:-ms-input-placeholder {
  color: transparent;
}

.search-overlay .search-form form .input-search:focus::-ms-input-placeholder {
  color: transparent;
}

.search-overlay .search-form form .input-search:focus::placeholder {
  color: transparent;
}

.search-overlay .search-form form button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 50px;
  color: #ffffff;
  height: 50px;
  border-radius: 50%;
  background-color: #75C147;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border: none;
  font-size: 20px;
  line-height: 55px;
}

.search-overlay .search-form form button:hover {
  background-color: #002E5B;
  color: #ffffff;
}

.search-overlay .search-form form:hover {
  border: none;
  outline: none;
}

.search-overlay.search-overlay-active.search-overlay {
  opacity: 1;
  visibility: visible;
}

.search-overlay.search-overlay-active.search-overlay .search-layer {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.search-overlay.search-overlay-active.search-overlay .search-close {
  opacity: 1;
  visibility: visible;
}

.search-overlay.search-overlay-active.search-overlay .search-form {
  opacity: 1;
  visibility: visible;
}

/*==================================
Search Overlay CSS End
=================================*/
/*=================================
Main Banner Area
====================================*/
.banner-area {
  position: relative;
}

.banner-area .owl-nav {
  margin-top: 0;
}

.banner-area .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 70px;
  font-size: 16px !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  text-align: center;
  width: 40px;
  height: 65px;
  line-height: 65px !important;
  border-radius: 5px !important;
  background-color: #75C147 !important;
  color: #ffffff !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.banner-area .owl-nav .owl-prev i {
  position: relative;
  top: 2px;
  right: 2px;
}

.banner-area .owl-nav .owl-prev:hover {
  background-color: #002E5B !important;
  color: #ffffff !important;
}

.banner-area .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 70px;
  font-size: 16px !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: 5px !important;
  text-align: center;
  width: 40px;
  height: 65px;
  line-height: 65px !important;
  background-color: #75C147 !important;
  color: #ffffff !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.banner-area .owl-nav .owl-next i {
  position: relative;
  top: 2px;
  left: 2px;
}

.banner-area .owl-nav .owl-next:hover {
  background-color: #002E5B !important;
  color: #ffffff !important;
}

.banner-item {
  padding: 100px 0 240px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.banner-item::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #002E5B;
  opacity: 0.4;
}

.banner-content {
  padding: 100px 0;
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.banner-content::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 460px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  background-color: #002E5B;
  opacity: 0.5;
}

.banner-content span {
  color: #75C147;
  display: block;
  font-weight: 500;
}

.banner-content h1 {
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
}

.banner-content p {
  margin-bottom: 25px;
  color: #ffffff;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.banner-bg1 {
  background-image: url(../images/home-one/home-one-img1.jpg);
}

.banner-bg2 {
  background-image: url(../images/home-one/home-one-img2.jpg);
}

.banner-bg3 {
  background-image: url(../images/home-one/home-one-img3.jpg);
}

.banner-area-two {
  position: relative;
}

.banner-area-two .owl-nav {
  margin-top: 0;
}

.banner-area-two .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-size: 16px !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  text-align: center;
  width: 40px;
  height: 65px;
  line-height: 65px !important;
  border-radius: 5px !important;
  background-color: #75C147 !important;
  color: #ffffff !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.banner-area-two .owl-nav .owl-prev i {
  position: relative;
  top: 2px;
  right: 2px;
}

.banner-area-two .owl-nav .owl-prev:hover {
  background-color: #002E5B !important;
  color: #ffffff !important;
}

.banner-area-two .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  font-size: 16px !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: 5px !important;
  text-align: center;
  width: 40px;
  height: 65px;
  line-height: 65px !important;
  background-color: #75C147 !important;
  color: #ffffff !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.banner-area-two .owl-nav .owl-next i {
  position: relative;
  top: 2px;
  left: 2px;
}

.banner-area-two .owl-nav .owl-next:hover {
  background-color: #002E5B !important;
  color: #ffffff !important;
}

.banner-item-two {
  padding: 180px 0 180px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.banner-item-two::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#232323), to(#6c6c6c09));
  background-image: linear-gradient(to right, #232323, #6c6c6c09);
}

.banner-content-two {
  max-width: 750px;
  padding-left: 40px;
  position: relative;
  z-index: 1;
}

.banner-content-two::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 3px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #D0E5C3;
}

.banner-content-two span {
  color: #75C147;
  display: block;
  font-weight: 500;
}

.banner-content-two h1 {
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
}

.banner-content-two p {
  margin-bottom: 25px;
  color: #ffffff;
  max-width: 660px;
}

.item-bg1 {
  background-image: url(../images/home-two/home-two-img1.jpg);
}

.item-bg2 {
  background-image: url(../images/home-two/home-two-img2.jpg);
}

.item-bg3 {
  background-image: url(../images/home-two/home-two-img3.jpg);
}

.banner-area-three {
  background-image: url(../images/home-three.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.banner-area-three::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#232323), to(#6c6c6c09));
  background-image: linear-gradient(to right, #232323, #6c6c6c09);
}

.banner-content-three {
  max-width: 750px;
  padding: 120px 0 220px;
}

.banner-content-three .banner-content-title {
  color: #75C147;
  display: block;
  font-weight: 500;
}

.banner-content-three .banner-content-title i {
  margin-right: 5px;
}

.banner-content-three h1 {
  font-size: 52px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
}

.banner-content-three p {
  margin-bottom: 25px;
  color: #ffffff;
  max-width: 660px;
}

.banner-content-three .banner-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.banner-content-three .banner-list li {
  display: inline-block;
  margin-right: 30px;
  width: 155px;
  height: 155px;
  text-align: center;
  background-color: #ffffff;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
}

.banner-content-three .banner-list li .banner-list-counter {
  padding-top: 23px;
  padding-bottom: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.banner-content-three .banner-list li .banner-list-counter i {
  font-size: 40px;
  color: #75C147;
  line-height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.banner-content-three .banner-list li .banner-list-counter h3 {
  font-size: 15px;
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.banner-content-three .banner-list li .banner-list-counter p {
  font-size: 22px;
  color: #75C147;
  margin-bottom: 0;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.banner-content-three .banner-list li:last-child {
  margin-right: 0;
}

.banner-content-three .banner-list li:last-child .banner-list-counter {
  padding-top: 53px;
  padding-bottom: 55px;
}

.banner-content-three .banner-list li:hover {
  background-color: #75C147;
}

.banner-content-three .banner-list li:hover .banner-list-counter i {
  color: #ffffff;
}

.banner-content-three .banner-list li:hover .banner-list-counter h3 {
  color: #ffffff;
}

.banner-content-three .banner-list li:hover .banner-list-counter p {
  color: #ffffff;
}

/*=================================
Main Banner Area End
====================================*/
/*================================
Inner Banner
==================================*/
.inner-banner {
  position: relative;
  background-position: center center;
  background-size: cover;
}

.inner-banner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.5;
}

.inner-banner .inner-title {
  padding-top: 150px;
  padding-bottom: 150px;
}

.inner-banner .inner-title h3 {
  font-size: 45px;
  color: #ffffff;
  font-weight: 500;
  position: relative;
}

.inner-banner .inner-title ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.inner-banner .inner-title ul li {
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  margin-right: 10px;
}

.inner-banner .inner-title ul li:last-child {
  margin-right: 0;
}

.inner-banner .inner-title ul li i {
  color: #ffffff;
  position: relative;
  top: 3px;
  margin: 0 3px;
}

.inner-banner .inner-title ul li a {
  color: #ffffff;
}

.inner-banner .inner-title ul li a:hover {
  color: #75C147;
}

.inner-banner .inner-title {
  padding-bottom: 200px;
}

.inner-bg1 {
  background-image: url(../images/inner-banner/inner-bg1.jpg);
}

.inner-bg2 {
  background-image: url(../images/inner-banner/inner-bg2.jpg);
}

.inner-bg3 {
  background-image: url(../images/inner-banner/inner-bg3.jpg);
}

.inner-bg4 {
  background-image: url(../images/inner-banner/inner-bg4.jpg);
}

.inner-bg5 {
  background-image: url(../images/inner-banner/inner-bg5.jpg);
}

.inner-bg6 {
  background-image: url(../images/inner-banner/inner-bg6.jpg);
}

.inner-bg7 {
  background-image: url(../images/inner-banner/inner-bg7.jpg);
}

.inner-bg8 {
  background-image: url(../images/inner-banner/inner-bg8.jpg);
}

.inner-bg9 {
  background-image: url(../images/inner-banner/inner-bg9.jpg);
}

.inner-bg10 {
  background-image: url(../images/inner-banner/inner-bg10.jpg);
}

.inner-bg11 {
  background-image: url(../images/inner-banner/inner-bg11.jpg);
}

/*=================================
Banner Bottom Area
====================================*/
.banner-bottom-area {
  position: relative;
  z-index: 2;
  margin-top: -146px;
}

.banner-bottom-max {
  background-color: #002E5B;
  max-width: 940px;
  margin: 0 auto;
  border-radius: 5px;
}

.banner-bottom-title {
  padding: 30px 45px 28px;
}

.banner-bottom-title h3 {
  color: #ffffff;
  font-size: 28px;
}

.banner-bottom-list {
  padding: 20px 35px;
  position: relative;
}

.banner-bottom-list::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 85px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
  background-color: #3A628A;
}

.banner-bottom-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.banner-bottom-list ul li {
  position: relative;
  padding-left: 35px;
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
}

.banner-bottom-list ul li:last-child {
  margin-bottom: 0;
}

.banner-bottom-list ul li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  color: #75C147;
}

.banner-bottom-item {
  padding: 30px 35px;
  position: relative;
}

.banner-bottom-item::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 85px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
  background-color: #3A628A;
}

.banner-bottom-item span {
  color: #ffffff;
}

.banner-bottom-item h3 {
  font-size: 28px;
  color: #75C147;
  margin-bottom: 0;
}

.banner-bottom-view {
  padding: 40.5px 23px;
  background-color: #75C147;
  border-radius: 0 5px 5px 0;
}

.banner-bottom-view .banner-bottom-btn {
  text-align: center;
  display: inline-block;
}

.banner-bottom-view .banner-bottom-btn i {
  font-size: 30px;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.banner-bottom-view .banner-bottom-btn h3 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.banner-bottom-view .banner-bottom-btn:hover i {
  color: #002E5B;
}

.banner-bottom-view .banner-bottom-btn:hover h3 {
  color: #002E5B;
}

.banner-bottom-top {
  margin-bottom: 30px;
}

.banner-bottom-top h2 {
  font-size: 30px;
  color: #484848;
  margin-bottom: 15px;
}

.banner-bottom-top p i {
  color: #75C147;
  margin-right: 5px;
}

.banner-bottom-top-btn {
  float: right;
}

.banner-bottom-counter {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding: 20px 85px 10px 0;
}

.banner-bottom-counter::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  width: 1px;
  height: 85px;
  background-color: #C7C7C7;
}

.banner-bottom-counter i {
  font-size: 50px;
  line-height: 1;
  color: #75C147;
  margin-bottom: 10px;
  display: inline-block;
}

.banner-bottom-counter h3 {
  font-size: 16px;
  margin-bottom: 6px;
}

.banner-bottom-counter p {
  font-size: 24px;
  color: #75C147;
  margin-bottom: 0;
  font-weight: 600;
}

.banner-bottom-counter.banner-bottom-counter-pl {
  padding: 20px 40px 10px 0;
}

.banner-bottom-counter.banner-bottom-counter-pl::before {
  right: -15px;
}

.banner-bottom-counter-right {
  margin-bottom: 30px;
  float: right;
  position: relative;
}

.banner-bottom-counter-right span {
  color: #707070;
  margin-bottom: 0;
}

.banner-bottom-counter-right h3 {
  font-size: 35px;
  margin-bottom: 0;
  color: #75C147;
  font-weight: 600;
}

.banner-bottom-img {
  position: relative;
  margin-bottom: 30px;
}

.banner-bottom-img img {
  border-radius: 3px;
}

.banner-bottom-img i {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 60px;
  line-height: 70px;
  font-size: 40px;
  color: #ffffff;
  background-color: #75C147;
  text-align: center;
  border-radius: 3px;
}

.banner-bottom-area-three {
  background-image: url(../images/shape/shape-bg2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner-bottom-area-three-top {
  position: relative;
  margin-top: -100px;
  z-index: 1;
}

.banner-bottom-img-area {
  position: relative;
  margin-top: -150px;
  margin-bottom: 30px;
}

/*=================================
Banner Bottom Area End
====================================*/
/*=================================
About Area
====================================*/
.about-area {
  background-image: url(../images/shape/shape-bg2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.about-area-br {
  border-top: 1px solid #e6e4e481;
  border-bottom: 1px solid #e6e4e481;
}

.about-content {
  margin-bottom: 30px;
}

.about-content h2 {
  font-size: 40px;
  font-weight: 500;
  margin-top: 0;
  line-height: 1.2;
  color: #002E5B;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
}

.about-content h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #75C147;
}

.about-content p {
  padding-top: 15px;
  margin-bottom: 20px;
  color: #707070;
  max-width: 700px;
}

.about-content .about-list {
  margin-bottom: 20px;
  list-style-type: none;
  padding: 0;
}

.about-content .about-list li {
  display: inline-block;
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about-content .about-list li i {
  color: #75C147;
  margin-right: 5px;
  position: relative;
  top: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about-content .about-list li:hover {
  color: #75C147;
}

.about-content .about-list li:hover i {
  color: #002E5B;
}

.about-counter {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding: 20px 13px 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.about-counter i {
  font-size: 40px;
  line-height: 1;
  color: #75C147;
  margin-bottom: 10px;
  display: inline-block;
}

.about-counter h3 {
  font-size: 16px;
  margin-bottom: 6px;
}

.about-counter p {
  font-size: 24px;
  color: #75C147;
  margin-bottom: 0;
  font-weight: 600;
}

.about-counter-area {
  position: relative;
}

.about-counter-area .col-lg-4:nth-child(1) .about-counter {
  margin-right: 35px;
}

.about-counter-area .col-lg-4:nth-child(2) .about-counter {
  margin-left: 10px;
  margin-right: 25px;
}

.about-counter-area .col-lg-4:nth-child(3) .about-counter {
  margin-left: 25px;
}

.about-counter-area .col-lg-4:nth-child(4) .about-counter {
  margin-top: 30px;
  margin-right: 30px;
}

.about-counter-area .col-lg-4:nth-child(5) .about-counter {
  margin-top: 30px;
  margin-left: 10px;
  margin-right: 25px;
}

.about-counter-area .col-lg-4:nth-child(6) .about-counter {
  margin-top: 30px;
  margin-left: 25px;
}

.about-counter-area .about-counter-line-area .line1 {
  position: absolute;
  top: 0;
  left: 160px;
  width: 1px;
  height: 380px;
  background-color: #D0E5C3;
}

.about-counter-area .about-counter-line-area .line2 {
  position: absolute;
  top: 0;
  left: 355px;
  width: 1px;
  height: 380px;
  background-color: #D0E5C3;
}

.about-counter-area .about-counter-line-area .line3 {
  position: absolute;
  top: 46%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 525px;
  height: 1px;
  background-color: #D0E5C3;
}

/*=================================
About Area End
====================================*/
/*=================================
Gallery Area
====================================*/
.gallery-area {
  background-image: url(../images/gallery/gallery-bg.png);
  background-position: center center;
  background-size: cover;
  border-bottom: 1px solid #e6e4e4;
}

.gallery-slider {
  position: relative;
}

.gallery-slider .gallery-item {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

.gallery-slider .owl-item.active.center .gallery-item {
  width: 100%;
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.gallery-slider .owl-nav {
  margin-top: 0;
}

.gallery-slider .owl-nav .owl-prev {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 70px;
  font-size: 20px !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  text-align: center;
  border-radius: 5px !important;
  background-color: transparent !important;
  color: #75C147 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.gallery-slider .owl-nav .owl-prev::before {
  content: 'Prev';
  position: absolute;
  color: #ffffff;
  bottom: 7px;
  left: 35px;
  font-size: 14px;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
}

.gallery-slider .owl-nav .owl-prev i {
  position: relative;
  top: 2px;
  right: 2px;
}

.gallery-slider .owl-nav .owl-prev:hover {
  color: #ffffff !important;
}

.gallery-slider .owl-nav .owl-next {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 70px;
  font-size: 20px !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: 5px !important;
  text-align: center;
  background-color: transparent !important;
  color: #75C147 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.gallery-slider .owl-nav .owl-next::before {
  content: 'Next';
  position: absolute;
  color: #ffffff;
  bottom: 7px;
  right: 35px;
  font-size: 14px;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
}

.gallery-slider .owl-nav .owl-next i {
  position: relative;
  top: 2px;
  left: 2px;
}

.gallery-slider .owl-nav .owl-next:hover {
  color: #ffffff !important;
}

.gallery-counter {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding: 20px 20px 10px;
  border: 1px solid #C7C7C7;
}

.gallery-counter i {
  font-size: 50px;
  line-height: 1;
  color: #75C147;
  margin-bottom: 10px;
  display: inline-block;
}

.gallery-counter h3 {
  font-size: 16px;
  margin-bottom: 6px;
}

.gallery-counter p {
  font-size: 24px;
  color: #75C147;
  margin-bottom: 0;
  font-weight: 600;
}

.gallery-style-area {
  position: relative;
}

.gallery-style-area .prev-arrow {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  left: -20px;
  z-index: 5;
  font-size: 16px !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  text-align: center;
  cursor: pointer;
  width: 40px;
  height: 65px;
  line-height: 65px !important;
  border-radius: 5px !important;
  background-color: #75C147 !important;
  color: #ffffff !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.gallery-style-area .prev-arrow i {
  position: relative;
  top: 2px;
  right: 2px;
}

.gallery-style-area .prev-arrow:hover {
  background-color: #002E5B !important;
  color: #ffffff !important;
}

.gallery-style-area .next-arrow {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  right: -20px;
  z-index: 5;
  font-size: 16px !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: 5px !important;
  text-align: center;
  cursor: pointer;
  width: 40px;
  height: 65px;
  line-height: 65px !important;
  background-color: #75C147 !important;
  color: #ffffff !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.gallery-style-area .next-arrow i {
  position: relative;
  top: 2px;
  left: 2px;
}

.gallery-style-area .next-arrow:hover {
  background-color: #002E5B !important;
  color: #ffffff !important;
}

.gallery-style-slider {
  margin-bottom: 30px;
}

.gallery-style-slider img {
  width: 100%;
}

.gallery-style-slider .slick-slider {
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.gallery-style-slider .slick-dots {
  padding: 0;
  text-align: center;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 0;
  margin-bottom: 0;
}

.gallery-style-slider .slick-dots li {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.gallery-style-slider .slick-dots li button {
  padding: 0;
  outline: 0;
  display: block;
  border: none;
  margin: 0;
  cursor: pointer;
}

.gallery-style-slider .slick-dots li img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.gallery-style-slider .slick-dots li:hover img, .gallery-style-slider .slick-dots li.slick-active img {
  opacity: .4;
}

.gallery-style-slider .slick-thumbs {
  display: none;
}

.gallery-photo-item {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.gallery-photo-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  opacity: 0.10;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  background-color: #002E5B;
}

.gallery-photo-item::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  opacity: 0.10;
  background-color: #002E5B;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.gallery-photo-item .photo-button {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.gallery-photo-item .photo-button h3 {
  color: #ffffff;
  margin-bottom: 10px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.gallery-photo-item .photo-button .photo-icon {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.gallery-photo-item:hover::before {
  opacity: 0.80;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.gallery-photo-item:hover::after {
  opacity: 0.80;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.gallery-photo-item:hover .photo-button h3 {
  opacity: 1;
}

.gallery-photo-item:hover .photo-button .photo-icon {
  opacity: 1;
}

/*=================================
Gallery Area End
====================================*/
/*=================================
Property Area
====================================*/
.property-area {
  background-color: #002E5B;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.property-area::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-image: url(../images/property/property-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.property-area::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-color: #000000;
  opacity: 0.7;
}

.property-title h2 {
  font-size: 40px;
  font-weight: 500;
  margin-top: 0;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
}

.property-title h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #75C147;
}

.property-title p {
  padding-top: 15px;
  margin-bottom: 0;
  color: #ffffff;
  max-width: 600px;
}

.property-top-btn {
  float: right;
}

.property-slider-area {
  position: relative;
}

.property-slider-area .owl-dots {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.property-slider-area .owl-dots .owl-dot span {
  background-color: transparent !important;
  border: 1px solid #ffffff !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0 7px;
  width: 17px !important;
  height: 10px !important;
  position: relative;
  z-index: 1;
}

.property-slider-area .owl-dots .owl-dot.active span {
  width: 25px !important;
  background-color: #75C147 !important;
  border-color: #75C147 !important;
}

.property-slider-area .owl-dots .owl-dot:hover span {
  width: 25px !important;
  background-color: #75C147 !important;
  border-color: #75C147 !important;
}

.property-slider.owl-theme {
  left: calc((100% - 1300px)/2);
  position: relative;
}

.property-item {
  background-color: #ffffff;
  padding: 35px 35px 30px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  margin-bottom: 30px;
}

.property-item::before {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #75C147;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}

.property-item .property-icon {
  width: 80px;
  height: 80px;
  line-height: 90px;
  font-size: 45px;
  text-align: center;
  display: inline-block;
  background-color: #75C147;
  color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  border-radius: 50px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.property-item .property-icon::before {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50px;
}

.property-item h3 {
  margin-bottom: 15px;
}

.property-item h3 a {
  color: #75C147;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.property-item p {
  margin-bottom: 10px;
}

.property-item .view-btn {
  color: #002E5B;
  font-weight: 600;
}

.property-item .view-btn i {
  margin-left: 3px;
  color: #75C147;
  position: relative;
  top: 3px;
}

.property-item .view-btn:hover {
  color: #002E5B;
}

.property-item .view-btn:hover i {
  color: #002E5B;
}

.property-item .number {
  position: absolute;
  top: 35px;
  right: 35px;
  font-size: 40px;
  color: #E2E2E2;
  font-weight: 600;
}

.property-item:hover::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
}

.property-item:hover .property-icon {
  color: #75C147;
}

.property-item:hover .property-icon::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
}

.property-item:hover h3 a {
  color: #ffffff;
}

.property-item:hover p {
  color: #ffffff;
}

.property-item:hover .view-btn {
  color: #ffffff;
}

.property-item:hover .view-btn i {
  color: #ffffff;
}

.property-bottom-content {
  margin-bottom: 30px;
}

.property-bottom-content h3 {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 15px;
}

.property-bottom-content p {
  color: #ffffff;
  margin-bottom: 0;
  max-width: 850px;
}

.property-bottom-btn {
  float: right;
  margin-left: 30px;
  padding: 13px 13px 13px 60px;
  position: relative;
  cursor: pointer;
  background-color: #75C147;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.property-bottom-btn i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 13px;
  width: 35px;
  height: 35px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  border-radius: 50px;
  border: 1px solid #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.property-bottom-btn span {
  font-size: 16px;
  color: #002E5B;
  font-family: #707070;
  font-weight: 400;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.property-bottom-btn a {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.property-bottom-btn:hover {
  background-color: #ffffff;
}

.property-bottom-btn:hover i {
  background-color: #75C147;
  color: #ffffff;
}

.property-bottom-btn:hover span {
  color: #75C147;
}

.property-bottom-btn:hover a {
  color: #002E5B;
}

.property-bottom-bg {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}

.property-bottom-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/shape/shape-bg3.png);
}

.property-bottom-bg .property-bottom-content h3 {
  color: #002E5B;
}

.property-bottom-bg .property-bottom-content p {
  color: #707070;
}

.property-bottom-bg .property-bottom-btn:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  border: 1px solid #D0E5C3;
}

/*=================================
Property Area End
====================================*/
/*=================================
Property Features Area
====================================*/
.property-features-area {
  position: relative;
  z-index: 1;
}

.property-features-area::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #002E5B;
}

.property-features-area::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/property-features/property-features-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.property-features-area .owl-dots .owl-dot span {
  background-color: #75C147 !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin: 0 7px;
  width: 12px !important;
  height: 12px !important;
  position: relative;
  z-index: 1;
}

.property-features-area .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #75C147;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.property-features-area .owl-dots .owl-dot.active span {
  width: 10px !important;
  height: 10px !important;
}

.property-features-area .owl-dots .owl-dot.active span::before {
  opacity: 1;
}

.property-features-area .owl-dots .owl-dot:hover span {
  width: 10px !important;
  height: 10px !important;
}

.property-features-area .owl-dots .owl-dot:hover span::before {
  opacity: 1;
}

.property-features-area-two {
  position: relative;
  z-index: 1;
}

.property-features-area-two::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #002E5B;
}

.property-features-area-two::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/property-features/property-features-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.property-features-slider-two {
  position: relative;
}

.property-features-slider-two .owl-dots {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  display: inline-block;
}

.property-features-slider-two .owl-dots .owl-dot span {
  background-color: #75C147 !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin: 0 7px;
  width: 12px !important;
  height: 12px !important;
  position: relative;
  z-index: 1;
}

.property-features-slider-two .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #75C147;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.property-features-slider-two .owl-dots .owl-dot.active span {
  width: 10px !important;
  height: 10px !important;
}

.property-features-slider-two .owl-dots .owl-dot.active span::before {
  opacity: 1;
}

.property-features-slider-two .owl-dots .owl-dot:hover span {
  width: 10px !important;
  height: 10px !important;
}

.property-features-slider-two .owl-dots .owl-dot:hover span::before {
  opacity: 1;
}

.property-features-item {
  position: relative;
}

.property-features-item img {
  border-radius: 3px;
}

.property-features-item i {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 60px;
  line-height: 70px;
  font-size: 40px;
  color: #ffffff;
  background-color: #75C147;
  text-align: center;
  border-radius: 3px;
}

.property-features-item-two {
  position: relative;
}

.property-features-item-two img {
  border-radius: 3px;
}

.property-features-item-two i {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 60px;
  line-height: 70px;
  font-size: 40px;
  color: #ffffff;
  background-color: #75C147;
  text-align: center;
  border-radius: 3px;
}

.property-features-content {
  max-width: 600px;
  margin-bottom: 30px;
}

.property-features-content h2 {
  font-size: 40px;
  font-weight: 500;
  margin-top: 0;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
}

.property-features-content h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #75C147;
}

.property-features-content p {
  padding-top: 15px;
  margin-bottom: 30px;
  color: #ffffff;
}

.property-features-content .property-features-list {
  margin-bottom: 30px;
  list-style-type: none;
  padding: 0;
}

.property-features-content .property-features-list li {
  display: block;
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 30px;
  position: relative;
  color: #ffffff;
}

.property-features-content .property-features-list li::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #75C147;
  border-radius: 50px;
}

.property-features-content .property-features-list li:hover {
  color: #75C147;
}

.property-features-content .property-features-list li:hover i {
  color: #002E5B;
}

.property-features-content .default-btn:hover {
  color: #002E5B;
}

.property-features-content .default-btn:hover::before {
  background-color: #ffffff;
}

.property-features-content-ml {
  margin-left: auto;
  max-width: 635px;
  margin-bottom: 0;
}

/*=================================
Property Features Area End
====================================*/
/*=================================
Property Description Area
====================================*/
.property-description-area {
  background-color: #FBFBFB;
}

.property-description-play {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 260px 0;
  text-align: center;
  background-image: url(../images/property/property-img.jpg);
  margin-bottom: 30px;
}

.property-description-play .play-on-btn {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
}

.property-description-play .play-on-btn i {
  width: 90px;
  height: 90px;
  font-size: 35px;
  color: #ffffff;
  background-color: #75C147;
  border-radius: 50px;
  display: inline-block;
  line-height: 103px;
  padding-left: 5px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0 auto;
}

.property-description-play .play-on-btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #75C147;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: ripple 1s infinite ease-in-out;
          animation: ripple 1s infinite ease-in-out;
}

.property-description-play .play-on-btn:hover i {
  background-color: #002E5B;
  color: #ffffff;
}

.property-description-play .play-on-btn:hover::before {
  border-color: #002E5B;
}

.property-description-title {
  margin-bottom: 30px;
}

.property-description-title h2 {
  font-size: 40px;
  font-weight: 500;
  margin-top: 0;
  line-height: 1.2;
  color: #002E5B;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
}

.property-description-title h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #75C147;
}

.property-description-title p {
  padding-top: 15px;
  margin-bottom: 0;
}

.property-description-content {
  max-width: 690px;
  margin-bottom: 30px;
}

.property-description-content .property-description-btn .default-btn-two {
  margin-left: 20px;
}

.property-description-area-two {
  background-image: url(../images/shape/shape-bg3.png);
}

.property-description-list {
  padding-left: 90px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  vertical-align: middle;
}

.property-description-list::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #C7C7C7;
}

.property-description-list::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0%;
  height: 1px;
  background-color: #75C147;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.property-description-list i {
  vertical-align: middle;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  text-align: center;
  font-size: 40px;
  width: 75px;
  height: 75px;
  line-height: 85px;
  background-color: #ffffff;
  color: #75C147;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

.property-description-list h3 {
  color: #484848;
  margin-bottom: 10px;
  font-size: 20px;
}

.property-description-list p {
  margin-bottom: 0;
  font-size: 15px;
}

.property-description-list:hover::after {
  width: 100%;
  opacity: 1;
}

.property-description-list:hover i {
  background-color: #75C147;
  color: #ffffff;
}

.property-description-list:hover h3 {
  color: #75C147;
}

.property-description-btn-two {
  float: right;
}

.property-description-title-mb {
  margin-bottom: 0;
}

.property-description-list-two {
  padding-left: 90px;
  margin-bottom: 30px;
  position: relative;
  vertical-align: middle;
}

.property-description-list-two i {
  vertical-align: middle;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  text-align: center;
  font-size: 40px;
  width: 75px;
  height: 75px;
  line-height: 85px;
  background-color: #ffffff;
  color: #75C147;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

.property-description-list-two i::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0;
  background-color: #75C147;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50px;
}

.property-description-list-two h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.property-description-list-two h3 a {
  color: #484848;
}

.property-description-list-two p {
  margin-bottom: 0;
  font-size: 15px;
}

.property-description-list-two:hover i {
  color: #ffffff;
}

.property-description-list-two:hover i::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.property-description-list-two:hover h3 a {
  color: #75C147;
}

/*=================================
Property Description Area End
====================================*/
/*=================================
Neighborhood Area
====================================*/
.neighborhood-area {
  position: relative;
  z-index: 1;
}

.neighborhood-area .section-title {
  margin-bottom: 40px;
}

.neighborhood-area .section-title h2 {
  color: #ffffff;
}

.neighborhood-area .section-title p {
  color: #ffffff;
}

.neighborhood-area::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 90%;
  background-image: url(../images/neighborhood/neighborhood-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.neighborhood-area::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 90%;
  background-color: #000000;
  opacity: 0.5;
}

.neighborhood-area-bg {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.neighborhood-accordion {
  padding: 60px 30px 60px 60px;
  background-image: url(../images/shape/shape-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.neighborhood-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.neighborhood-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #C7C7C7;
}

.neighborhood-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.neighborhood-accordion .accordion .accordion-title {
  padding: 15px 60px 15px 0;
  text-decoration: none;
  position: relative;
  background-color: transparent;
  color: #002E5B;
  display: block;
  font-size: 17px;
  font-weight: 600;
}

.neighborhood-accordion .accordion .accordion-title span {
  float: right;
  color: #707070;
}

.neighborhood-accordion .accordion .accordion-title i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 24px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50px;
  color: #002E5B;
  text-align: center;
  background-color: transparent;
}

.neighborhood-accordion .accordion .accordion-title.active {
  color: #75C147;
  border: none;
}

.neighborhood-accordion .accordion .accordion-title.active span {
  color: #002E5B;
}

.neighborhood-accordion .accordion .accordion-title.active i {
  color: #75C147;
}

.neighborhood-accordion .accordion .accordion-title.active i:before {
  content: "\ea32";
}

.neighborhood-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -8px;
  padding-top: 0;
  padding-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
}

.neighborhood-accordion .accordion .accordion-content p {
  line-height: 1.8;
  font-size: 15px;
}

.neighborhood-accordion .accordion .accordion-content.show {
  display: block;
}

.neighborhood-map iframe {
  display: block;
  width: 100%;
  height: 620px;
}

.neighborhood-top-title h2 {
  font-size: 40px;
  font-weight: 500;
  margin-top: 0;
  line-height: 1.2;
  color: #002E5B;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
}

.neighborhood-top-title h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #75C147;
}

.neighborhood-top-title p {
  padding-top: 15px;
  margin-bottom: 0;
  max-width: 570px;
}

.neighborhood-top-btn {
  text-align: right;
}

.neighborhood-img {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.neighborhood-img .neighborhood-map-tag {
  position: absolute;
  top: 20px;
  right: 30%;
}

.neighborhood-img .neighborhood-map-tag ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.neighborhood-img .neighborhood-map-tag ul li {
  display: inline-block;
  margin-right: 10px;
}

.neighborhood-img .neighborhood-map-tag ul li:last-child {
  margin-right: 0;
}

.neighborhood-img .neighborhood-map-tag ul li a {
  padding: 7px 20px;
  font-size: 15px;
  color: #707070;
  background-color: #ffffff;
  border-radius: 3px;
}

.neighborhood-img .neighborhood-map-tag ul li a i {
  color: #75C147;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.neighborhood-img .neighborhood-map-tag ul li a:hover {
  background-color: #75C147;
  color: #ffffff;
}

.neighborhood-img .neighborhood-map-tag ul li a:hover i {
  color: #ffffff;
}

.neighborhood-img .neighborhood-img-shape .shape1 {
  position: absolute;
  top: 30%;
  left: 20%;
  -webkit-animation: pulse 1s linear 2s infinite;
          animation: pulse 1s linear 2s infinite;
}

.neighborhood-img .neighborhood-img-shape .shape1:hover {
  -webkit-animation: none;
          animation: none;
}

.neighborhood-img .neighborhood-img-shape .shape1:hover .neighborhood-text {
  opacity: 1;
}

.neighborhood-img .neighborhood-img-shape .shape2 {
  position: absolute;
  top: 27%;
  left: 50%;
  -webkit-animation: pulse 1s linear 2s infinite;
          animation: pulse 1s linear 2s infinite;
}

.neighborhood-img .neighborhood-img-shape .shape2:hover {
  -webkit-animation: none;
          animation: none;
}

.neighborhood-img .neighborhood-img-shape .shape2:hover .neighborhood-text {
  opacity: 1;
}

.neighborhood-img .neighborhood-img-shape .shape3 {
  position: absolute;
  top: 45%;
  left: 35%;
  -webkit-animation: pulse 1s linear 2s infinite;
          animation: pulse 1s linear 2s infinite;
}

.neighborhood-img .neighborhood-img-shape .shape3:hover {
  -webkit-animation: none;
          animation: none;
}

.neighborhood-img .neighborhood-img-shape .shape3:hover .neighborhood-text {
  opacity: 1;
}

.neighborhood-img .neighborhood-img-shape .shape4 {
  position: absolute;
  top: 40%;
  left: 55%;
  -webkit-animation: pulse 1s linear 2s infinite;
          animation: pulse 1s linear 2s infinite;
}

.neighborhood-img .neighborhood-img-shape .shape4:hover {
  -webkit-animation: none;
          animation: none;
}

.neighborhood-img .neighborhood-img-shape .shape4:hover .neighborhood-text {
  opacity: 1;
}

.neighborhood-img .neighborhood-img-shape .shape5 {
  position: absolute;
  top: 50%;
  left: 45%;
  -webkit-animation: pulse 1s linear 2s infinite;
          animation: pulse 1s linear 2s infinite;
}

.neighborhood-img .neighborhood-img-shape .shape5:hover {
  -webkit-animation: none;
          animation: none;
}

.neighborhood-img .neighborhood-img-shape .shape5:hover .neighborhood-text {
  opacity: 1;
}

.neighborhood-img .neighborhood-img-shape .shape6 {
  position: absolute;
  top: 65%;
  left: 25%;
  -webkit-animation: pulse 1s linear 2s infinite;
          animation: pulse 1s linear 2s infinite;
}

.neighborhood-img .neighborhood-img-shape .shape6:hover {
  -webkit-animation: none;
          animation: none;
}

.neighborhood-img .neighborhood-img-shape .shape6:hover .neighborhood-text {
  opacity: 1;
}

.neighborhood-img .neighborhood-img-shape .shape7 {
  position: absolute;
  top: 60%;
  left: 55%;
  -webkit-animation: pulse 1s linear 2s infinite;
          animation: pulse 1s linear 2s infinite;
}

.neighborhood-img .neighborhood-img-shape .shape7:hover {
  -webkit-animation: none;
          animation: none;
}

.neighborhood-img .neighborhood-img-shape .shape7:hover .neighborhood-text {
  opacity: 1;
}

.neighborhood-img .neighborhood-img-shape .shape8 {
  position: absolute;
  top: 50%;
  right: 22%;
  -webkit-animation: pulse 1s linear 2s infinite;
          animation: pulse 1s linear 2s infinite;
}

.neighborhood-img .neighborhood-img-shape .shape8:hover {
  -webkit-animation: none;
          animation: none;
}

.neighborhood-img .neighborhood-img-shape .shape8:hover .neighborhood-text {
  opacity: 1;
}

.neighborhood-img .neighborhood-img-shape .shape9 {
  position: absolute;
  top: 23%;
  right: 22%;
  -webkit-animation: pulse 1s linear 2s infinite;
          animation: pulse 1s linear 2s infinite;
}

.neighborhood-img .neighborhood-img-shape .shape9:hover {
  -webkit-animation: none;
          animation: none;
}

.neighborhood-img .neighborhood-img-shape .shape9:hover .neighborhood-text {
  opacity: 1;
}

.neighborhood-img .neighborhood-img-shape .neighborhood-text {
  background-color: #ffffff;
  position: absolute;
  padding: 5px 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #002E5B;
  top: -55px;
  left: 0;
  width: 125px;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

.neighborhood-img .neighborhood-img-shape .neighborhood-text::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 20px;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.neighborhood-accordion-mlt {
  position: relative;
  z-index: 5;
  margin-left: -90px;
  margin-top: -95px;
  max-width: 500px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.neighborhood-accordion-mlt .neighborhood-accordion {
  padding: 15px 40px 40px 40px;
}

/*=================================
Neighborhood Area End
====================================*/
/*=================================
Mortgage Area
====================================*/
.mortgage-area {
  position: relative;
  z-index: 1;
}

.mortgage-area::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 73%;
  background-image: url(../images/mortgage-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mortgage-title {
  margin-bottom: 30px;
}

.mortgage-title h2 {
  font-size: 40px;
  font-weight: 500;
  margin-top: 0;
  line-height: 1.2;
  color: #002E5B;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
}

.mortgage-title h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #75C147;
}

.mortgage-title p {
  padding-top: 15px;
  margin-bottom: 0;
  max-width: 650px;
}

.mortgage-form-area {
  max-width: 650px;
  margin-left: auto;
  background-color: #ffffff;
  margin-bottom: 30px;
}

.mortgage-form-area .mortgage-form-title {
  background-color: #002E5B;
  padding: 35px;
}

.mortgage-form-area .mortgage-form-title .price-title {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 25px;
}

.mortgage-form-area .mortgage-form-title .price-title b {
  font-size: 15px;
  color: #C7C7C7;
  font-weight: 300;
}

.mortgage-form-area .mortgage-form-title .mortgage-form-content {
  position: relative;
}

.mortgage-form-area .mortgage-form-title .mortgage-form-content h3 {
  margin-bottom: 15px;
  font-size: 16px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  max-width: 230px;
}

.mortgage-form-area .mortgage-form-title .mortgage-form-content h3 span {
  float: right;
  color: #75C147;
}

.mortgage-form-area .mortgage-form-title .mortgage-form-content h3:last-child {
  margin-bottom: 0;
}

.mortgage-form-area .mortgage-form-title .mortgage-form-content-ml {
  margin-left: 40px;
  position: relative;
}

.mortgage-form-area .mortgage-form-title .mortgage-form-content-ml::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 45px;
  background-color: #134271;
  left: -55px;
}

.mortgage-form-area .mortgage-form {
  padding: 35px;
}

.mortgage-form-area .mortgage-form .form-group {
  margin-bottom: 20px;
}

.mortgage-form-area .mortgage-form .form-group label {
  font-size: 16px;
  color: #707070;
  margin-bottom: 5px;
  color: #002E5B;
  font-family: "Noto Serif", serif;
}

.mortgage-form-area .mortgage-form .form-group .form-control {
  height: 45px;
  color: #707070;
  font-family: "Noto Serif", serif;
  border: none;
  border-bottom: 1px solid #707070;
  background-color: transparent;
  padding: 10px 0;
  width: 100%;
  border-radius: 0;
}

.mortgage-form-area .mortgage-form .form-group .form-control:focus {
  outline: none;
  border-color: #75C147;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mortgage-form-area .mortgage-form .form-group .nice-select {
  height: 45px;
  width: 100%;
  line-height: 45px;
  margin-bottom: 20px;
  padding-left: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #707070;
  background-color: transparent;
  color: #707070;
  border-radius: 0;
  z-index: 5;
}

.mortgage-form-area .mortgage-form .form-group .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.mortgage-form-area .mortgage-form .form-group .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #707070;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
}

.mortgage-form-area .mortgage-form .form-group .nice-select .list .option:hover {
  background-color: #75C147 !important;
  color: #ffffff;
}

.mortgage-form-area .mortgage-form .form-group .nice-select .list .option .selected {
  background-color: transparent;
  font-weight: 600;
}

.mortgage-form-area .mortgage-form .form-group .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #555555;
  top: 47%;
  right: 20px;
}

.skill-bar {
  margin-bottom: 20px;
}

.skill-bar .progress-title-holder {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.skill-bar .progress-title {
  font-size: 16px;
  font-weight: 500;
}

.skill-bar .progress-title b {
  position: relative;
  top: 10px;
  float: right;
  font-weight: 500;
}

.skill-bar .progress-number-wrapper {
  width: 100%;
  z-index: 10;
  font-size: 11px;
  line-height: 24px;
  height: 24px;
  letter-spacing: 0;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  color: #FBEDE9;
}

.skill-bar .progress-number-mark {
  margin-bottom: 4px;
  border-radius: 3px;
  color: #1a1a1a;
  padding: 0 8px;
  position: absolute;
  bottom: -9px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 16px;
  font-weight: 600;
}

.skill-bar .progress-number-mark .percent {
  bottom: -70px;
  position: relative;
}

.skill-bar .down-arrow {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 140%;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  background-color: #75C147;
}

.skill-bar .progress-content-outter {
  height: 10px;
  background-color: #C7C7C7;
  border-radius: 5px;
  margin-bottom: 60px;
}

.skill-bar .progress-content {
  height: 10px;
  background-color: #75C147;
  width: 0%;
  border-radius: 5px;
}

.mortgage-newsletter-area h3 {
  font-size: 16px;
  color: "Noto Serif", serif;
  margin-bottom: 20px;
}

.mortgage-newsletter-area .mortgage-newsletter-form {
  position: relative;
}

.mortgage-newsletter-area .mortgage-newsletter-form .form-control {
  background: transparent;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  margin: 0;
  border-radius: 5px;
  border: 1px solid #707070;
  padding: 0 25px;
  max-width: 100%;
  color: #707070;
}

.mortgage-newsletter-area .mortgage-newsletter-form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #002E5B;
}

.mortgage-newsletter-area .mortgage-newsletter-form .subscribe-btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #75C147;
  color: #ffffff;
  padding: 11.5px 16px;
  font-size: 15px;
  border: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0 5px 5px 0;
  text-align: center;
}

.mortgage-newsletter-area .mortgage-newsletter-form .subscribe-btn i {
  position: relative;
  top: 3px;
  margin-left: 5px;
}

.mortgage-newsletter-area .mortgage-newsletter-form .subscribe-btn:hover {
  background: #002E5B;
  color: #ffffff;
}

.mortgage-area-two {
  position: relative;
  z-index: 1;
}

.mortgage-area-two::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80%;
  background-image: url(../images/mortgage-bg2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mortgage-area-two::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80%;
  background-color: #000000;
  opacity: 0.5;
}

.mortgage-area-two .section-title {
  margin-bottom: 40px;
}

.mortgage-area-two .section-title h2 {
  color: #ffffff;
}

.mortgage-area-two .section-title p {
  color: #ffffff;
  max-width: 650px;
}

.mortgage-area-into {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.mortgage-right-content {
  background-color: #002E5B;
  padding: 40px;
}

.mortgage-right-content h2 {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}

.mortgage-right-content .price-title {
  margin-bottom: 35px;
  color: #E2E2E2;
  text-align: center;
  display: block;
}

.mortgage-right-content .mortgage-right-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mortgage-right-content .mortgage-right-list li {
  display: block;
  color: #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 5px;
}

.mortgage-right-content .mortgage-right-list li span {
  float: right;
}

.mortgage-right-content .mortgage-price {
  width: 240px;
  height: 240px;
  text-align: center;
  background-color: transparent;
  padding: 65px 0;
  margin: 30px auto;
  border-radius: 50%;
  position: relative;
}

.mortgage-right-content .mortgage-price::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 10px solid #E2E2E2;
  border-radius: 50%;
}

.mortgage-right-content .mortgage-price::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 10px solid transparent;
  border-top: 10px solid #75C147;
  border-right: 10px solid #75C147;
  border-radius: 50%;
}

.mortgage-right-content .mortgage-price span {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
}

.mortgage-right-content .mortgage-price h3 {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 0;
}

.mortgage-right-content .mortgage-price ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mortgage-right-content .mortgage-price ul li {
  display: inline-block;
  color: #E2E2E2;
  padding-left: 20px;
  position: relative;
  font-size: 13px;
  margin-right: 10px;
}

.mortgage-right-content .mortgage-price ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  height: 3px;
  width: 15px;
  background-color: #ffffff;
  border-radius: 50px;
}

.mortgage-right-content .mortgage-price ul li:last-child::before {
  background-color: #75C147;
  margin-right: 0;
}

.mortgage-right-content .mortgage-price ul li span {
  float: right;
}

.mortgage-right-content .default-btn {
  width: 100%;
  text-align: center;
}

.mortgage-right-content .default-btn:hover {
  color: #002E5B;
}

.mortgage-right-content .default-btn:hover::before {
  background-color: #ffffff;
}

.mortgage-area-three {
  position: relative;
  margin-top: -150px;
}

/*=================================
Mortgage Area End
====================================*/
/*=================================
Achievement Area
====================================*/
.achievement-area {
  position: relative;
  z-index: 1;
}

.achievement-area::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80%;
  background-image: url(../images/achievement-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.achievement-area::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80%;
  background-color: #000000;
  opacity: 0.7;
}

.achievement-title h2 {
  font-size: 40px;
  font-weight: 500;
  margin-top: 0;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
}

.achievement-title h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #75C147;
}

.achievement-title p {
  padding-top: 15px;
  margin-bottom: 0;
  max-width: 600px;
  color: #ffffff;
}

.achievement-counter {
  margin-bottom: 30px;
  position: relative;
}

.achievement-counter i {
  font-size: 40px;
  width: 75px;
  height: 75px;
  line-height: 85px;
  text-align: center;
  color: #75C147;
  border: 1px dashed #75C147;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 50px;
}

.achievement-counter h3 {
  font-size: 35px;
  margin-bottom: 5px;
  color: #ffffff;
  font-weight: 600;
}

.achievement-counter p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 400;
}

.achievement-title-color h2 {
  color: #002E5B;
}

.achievement-title-color p {
  color: #707070;
}

.achievement-counter-color h3 {
  color: #002E5B;
}

.achievement-counter-color p {
  color: #707070;
}

/*=================================
Achievement Area End
====================================*/
/*=================================
Floor Plan Area
====================================*/
.floor-plan-area {
  position: relative;
  z-index: 1;
}

.floor-plan-area::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 73%;
  background-image: url(../images/floor-plan/floor-plan-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.floor-plan-area::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 73%;
  background-color: #000000;
  opacity: 0.5;
}

.floor-plan-bg {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

.floor-plan-area-two {
  position: relative;
  margin-top: -50px;
}

.floor-plan-img {
  position: relative;
}

.floor-plan-img .floor-plan-btn {
  position: absolute;
  bottom: 50px;
  left: 50px;
  right: 50px;
}

.floor-plan-img .floor-plan-btn .default-btn {
  width: 100%;
  text-align: center;
}

.floor-plan-img .floor-plan-btn .default-btn::before {
  background-color: #ffffff;
}

.floor-plan-img .floor-plan-btn .default-btn:hover {
  color: #002E5B;
}

.floor-plan-content {
  padding: 50px;
}

.floor-plan-content .floor-plan-title {
  margin-bottom: 30px;
}

.floor-plan-content .floor-plan-title h2 {
  font-size: 40px;
  font-weight: 500;
  margin-top: 0;
  line-height: 1.2;
  color: #002E5B;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
}

.floor-plan-content .floor-plan-title h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #75C147;
}

.floor-plan-content .floor-plan-title p {
  padding-top: 15px;
  margin-bottom: 0;
}

.floor-plan-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.floor-plan-content ul li {
  display: block;
  padding: 10px 30px;
  color: #484848;
}

.floor-plan-content ul li i {
  color: #75C147;
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.floor-plan-content ul li span {
  float: right;
  color: #707070;
  position: relative;
  top: 3px;
}

.floor-plan-content ul li.floor-list-bg {
  background-color: #f0f0f0;
}

.floor-plan-tab .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #C7C7C7;
}

.floor-plan-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 25px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.floor-plan-tab .tabs li::before {
  content: '';
  position: absolute;
  top: 3px;
  right: -15px;
  height: 20px;
  width: 1px;
  background-color: #707070;
}

.floor-plan-tab .tabs li:last-child {
  margin-right: 0;
}

.floor-plan-tab .tabs li:last-child::before {
  display: none;
}

.floor-plan-tab .tabs li a {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #707070;
  padding-bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.floor-plan-tab .tabs li a:focus {
  color: #75C147;
  border-bottom: 1px solid #75C147;
}

.floor-plan-tab .tabs li.active a {
  color: #75C147;
  border-bottom: 1px solid #75C147;
}

.floor-plan-tab .tabs li.current a {
  color: #75C147;
  border-bottom: 1px solid #75C147;
}

/*=================================
Floor Plan Area End
====================================*/
.brand-item {
  text-align: center;
  margin: 0 auto;
}

.brand-item img {
  width: unset !important;
  text-align: center;
  margin: 0 auto;
}

.brand-item .brand-item-logo2 {
  display: none !important;
}

/*=================================
Amenities Area
====================================*/
.amenities-area {
  position: relative;
  z-index: 1;
}

.amenities-area::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  background-image: url(../images/amenities/amenities-bg.png);
}

.amenities-bg {
  background-color: #f9fff6;
}

.amenities-bg .section-title p {
  color: #002E5B;
}

.amenities-card {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  overflow: hidden;
}

.amenities-card a {
  display: block;
}

.amenities-card .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 17px 20px 10px;
  background-color: #002e5bcf;
  width: 100%;
  height: 65px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.amenities-card .content .amenities-icon {
  font-size: 45px;
  color: #75C147;
  line-height: 1;
  margin-bottom: 10px;
  display: none;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.amenities-card .content h3 {
  margin-bottom: 0;
}

.amenities-card .content h3 a {
  color: #ffffff;
}

.amenities-card .content h3 a i {
  float: right;
  color: #75C147;
  font-size: 30px;
  position: relative;
  top: -2px;
}

.amenities-card .content p {
  color: #ffffff;
  margin-bottom: 10px;
  display: none;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.amenities-card .content .view-btn {
  color: #75C147;
  display: none;
  font-weight: 600;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.amenities-card .content .view-btn i {
  margin-left: 3px;
}

.amenities-card .content .view-btn:hover {
  color: #ffffff;
}

.amenities-card:hover .content {
  padding: 30px;
  width: 100%;
  height: 100%;
}

.amenities-card:hover .content .amenities-icon {
  display: inline-block;
}

.amenities-card:hover .content h3 {
  margin-bottom: 10px;
}

.amenities-card:hover .content h3 a i {
  display: none;
}

.amenities-card:hover .content p {
  display: block;
}

.amenities-card:hover .content .view-btn {
  display: inline-block;
}

/*=================================
Amenities Area End
====================================*/
/*=================================
Apartment Area
====================================*/
.apartment-card {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.apartment-card .content {
  padding: 30px 20px;
  position: relative;
  z-index: 1;
}

.apartment-card .content::before {
  position: absolute;
  background-color: #002E5B;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all 0.6s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.6s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.apartment-card .content h3 {
  margin-bottom: 10px;
}

.apartment-card .content h3 a {
  color: #002E5B;
}

.apartment-card .content p {
  margin-bottom: 10px;
}

.apartment-card .content .book-btn {
  color: #75C147;
  font-weight: 600;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  border-bottom: 1px solid #002E5B;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.apartment-card .content .book-btn i {
  margin-left: 3px;
}

.apartment-card .content .book-btn:hover {
  color: #75C147;
  border-color: #75C147;
  letter-spacing: 00.25px;
}

.apartment-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.apartment-card:hover .content::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.apartment-card:hover .content h3 a {
  color: #ffffff;
}

.apartment-card:hover .content p {
  color: #ffffff;
}

.apartment-card:hover .content .book-btn {
  color: #ffffff;
  border-color: #ffffff;
}

.apartment-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.apartment-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#002e5b59), to(#002e5bf5));
  background-image: linear-gradient(#002e5b59, #002e5bf5);
}

.apartment-item .content {
  text-align: center;
  position: absolute;
  z-index: 1;
  bottom: 45px;
  left: 0;
  right: 0;
}

.apartment-item .content h3 {
  margin-bottom: 10px;
}

.apartment-item .content h3 a {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.apartment-item .content p {
  margin-bottom: 10px;
  color: #ffffff;
}

.apartment-item .content .book-btn {
  color: #ffffff;
  font-weight: 600;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  border-bottom: 1px solid #75C147;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.apartment-item .content .book-btn i {
  margin-left: 3px;
}

.apartment-item .content .book-btn:hover {
  color: #75C147;
  letter-spacing: 00.25px;
}

.apartment-item:hover .content h3 a {
  color: #75C147;
}

/*=================================
Apartment Area End
====================================*/
/*=================================
Testimonials Area 
====================================*/
.testimonials-area {
  position: relative;
}

.testimonials-area .owl-nav {
  margin-top: 0;
}

.testimonials-area .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 200px;
  font-size: 16px !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  text-align: center;
  width: 40px;
  height: 65px;
  line-height: 65px !important;
  border-radius: 5px !important;
  background-color: #75C147 !important;
  color: #ffffff !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

.testimonials-area .owl-nav .owl-prev i {
  position: relative;
  top: 2px;
  right: 2px;
}

.testimonials-area .owl-nav .owl-prev:hover {
  background-color: #002E5B !important;
  color: #ffffff !important;
  opacity: 1;
}

.testimonials-area .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 200px;
  font-size: 16px !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: 5px !important;
  text-align: center;
  width: 40px;
  height: 65px;
  line-height: 65px !important;
  background-color: #75C147 !important;
  color: #ffffff !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

.testimonials-area .owl-nav .owl-next i {
  position: relative;
  top: 2px;
  left: 2px;
}

.testimonials-area .owl-nav .owl-next:hover {
  background-color: #002E5B !important;
  color: #ffffff !important;
  opacity: 1;
}

.testimonials-area .testimonials-slider .testimonials-item {
  margin-top: 45px;
  margin-left: 10px;
  margin-right: 10px;
}

.testimonials-area .testimonials-slider:hover .owl-nav {
  margin-top: 0;
}

.testimonials-area .testimonials-slider:hover .owl-nav .owl-prev {
  left: -20px;
  opacity: 1;
}

.testimonials-area .testimonials-slider:hover .owl-nav .owl-next {
  right: -20px;
  opacity: 1;
}

.testimonials-item {
  margin-bottom: 30px;
}

.testimonials-item .content {
  padding-left: 95px;
  margin-bottom: 35px;
  position: relative;
}

.testimonials-item .content img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: unset !important;
  padding: 5px;
  border: 3px solid #75C147;
  border-radius: 50%;
}

.testimonials-item .content h3 {
  color: #707070;
  margin-bottom: 5px;
}

.testimonials-item .content span {
  color: #75C147;
}

.testimonials-item .content-text {
  padding: 35px;
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.testimonials-item .content-text i {
  position: absolute;
  right: 30px;
  top: -30px;
  font-size: 40px;
  color: #75C147;
}

.testimonials-item .content-text p {
  margin-bottom: 0;
}

/*=================================
Testimonials Area End
====================================*/
/*=================================
Blog Area
====================================*/
.blog-area-bg {
  position: relative;
  z-index: 1;
}

.blog-area-bg::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background-image: url(../images/blog/blog-bg.png);
  background-size: cover;
  background-position: center center;
}

.blog-area-bg2 {
  background-image: url(../images/shape/shape-bg.png);
  background-size: cover;
  background-position: center center;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}

.blog-area-title h2 {
  font-size: 40px;
  font-weight: 500;
  margin-top: 0;
  line-height: 1.2;
  color: #002E5B;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
}

.blog-area-title h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #75C147;
}

.blog-area-title p {
  padding-top: 15px;
  margin-bottom: 0;
  max-width: 570px;
}

.blog-area-btn {
  text-align: right;
}

.blog-card {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-card:hover {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.blog-card:hover .content h3 a {
  color: #75C147;
}

.blog-card .blog-img {
  position: relative;
  z-index: 1;
}

.blog-card .blog-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00000000), to(#00000083));
  background-image: linear-gradient(#00000000, #00000083);
}

.blog-card .blog-img .blog-img-content {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
}

.blog-card .blog-img .blog-img-content h3 {
  font-size: 16px;
  margin-bottom: 0;
}

.blog-card .blog-img .blog-img-content h3 a {
  color: #ffffff;
}

.blog-card .blog-img .blog-img-content h3 a:hover {
  color: #75C147;
}

.blog-card .blog-img .blog-img-content p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0;
}

.blog-card .content {
  padding: 20px 35px 13px 15px;
}

.blog-card .content span {
  color: #75C147;
  margin-bottom: 0;
}

.blog-card .content h3 {
  margin-bottom: 15px;
}

.blog-card .content h3 a {
  color: #002E5B;
}

.blog-card .content p {
  margin-bottom: 15px;
}

.blog-card .content .default-btn {
  margin-bottom: 17px;
}

.blog-card .content .social-link {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.blog-card .content .social-link li {
  display: inline-block;
  margin-right: 5px;
  font-size: 18px;
}

.blog-card .content .social-link li:last-child {
  margin-right: 0;
}

.blog-card .content .social-link li.social-title {
  color: #75C147;
  position: relative;
  top: -3px;
}

.blog-card .content .social-link li a {
  color: #707070;
}

.blog-card .content .social-link li a:hover {
  color: #002E5B;
}

.blog-item {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-item::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0%;
  background-color: #75C147;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

.blog-item a {
  display: block;
}

.blog-item .blog-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  width: auto;
  height: 35px;
  line-height: 35px;
  background-color: #002E5B;
  text-align: center;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0 15px;
}

.blog-item .content {
  padding: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-item .content h3 {
  margin-bottom: 10px;
}

.blog-item .content h3 a {
  color: #002E5B;
}

.blog-item .content p {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-item .content .read-btn {
  margin-top: 10px;
  color: #75C147;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
}

.blog-item .content .read-btn i {
  position: relative;
  top: 3px;
  left: 5px;
}

.blog-item .content .read-btn:hover {
  letter-spacing: 0.25px;
}

.blog-item:hover::before {
  height: 100%;
  opacity: 1;
}

.blog-item:hover .blog-tag {
  background-color: #75C147;
}

.blog-item:hover .content h3 a {
  color: #ffffff;
}

.blog-item:hover .content p {
  color: #ffffff;
}

.blog-item:hover .content .read-btn {
  color: #ffffff;
  border-color: #ffffff;
}

.blog-details-top {
  margin-bottom: 30px;
}

.blog-details-top h3 {
  font-size: 28px;
  margin-bottom: 5px;
}

.blog-details-top span {
  color: #707070;
  font-weight: 400;
  font-style: italic;
}

.blog-details-top-img {
  margin-bottom: 30px;
}

.article-content-area p {
  margin-bottom: 30px;
}

.article-content-area .blockquote {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 30px;
  background-color: #e8e8e824;
  padding: 20px;
  padding-left: 40px;
}

.article-content-area .blockquote::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #75C147;
}

.article-content-area .blockquote p {
  font-size: 17px;
  color: #707070;
  font-weight: 600;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
}

.article-content-area .blockquote span {
  font-size: 18px;
  color: #002E5B;
  font-family: "Noto Serif", serif;
}

.blog-article-img {
  margin-bottom: 30px;
}

.blog-article-img img {
  border-radius: 3px;
}

.blog-article-img-content {
  margin-bottom: 20px;
}

.blog-article-img-content h3 {
  font-size: 28px;
  margin-bottom: 10px;
}

.blog-article-img-content p {
  margin-bottom: 15px;
}

.blog-article-img-content p:last-child {
  margin-bottom: 0;
}

.blog-article-left-content {
  margin-bottom: 30px;
}

.blog-article-left-content span {
  color: #515151;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 15px;
  display: block;
}

.blog-article-right-img {
  margin-bottom: 30px;
}

.blog-share-content {
  padding-bottom: 20px;
  border-bottom: 1px solid #D0E5C3;
  position: relative;
  margin-bottom: 30px;
}

.blog-share-content .blog-share-tag {
  display: inline-block;
}

.blog-share-content .blog-share-tag ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.blog-share-content .blog-share-tag ul li {
  display: inline-block;
}

.blog-share-content .blog-share-tag ul li.tag {
  font-size: 20px;
  color: #707070;
  position: relative;
  top: 5px;
  margin-right: 5px;
}

.blog-share-content .blog-share-tag ul li a {
  padding: 7px 15px;
  margin: 5px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  color: #002E5B;
  font-size: 14px;
  font-weight: 600;
  background-color: transparent;
  border: 1px solid #D0E5C3;
}

.blog-share-content .blog-share-tag ul li a:hover {
  color: #ffffff;
  background-color: #75C147;
}

.blog-share-content .social-link {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.blog-share-content .social-link li {
  display: inline-block;
  margin-right: 5px;
  font-size: 18px;
}

.blog-share-content .social-link li:last-child {
  margin-right: 0;
}

.blog-share-content .social-link li.social-title {
  color: #75C147;
  position: relative;
  top: -3px;
}

.blog-share-content .social-link li a {
  color: #707070;
}

.blog-share-content .social-link li a:hover {
  color: #002E5B;
}

.pagination-list {
  margin-bottom: 30px;
}

.pagination-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pagination-list ul li {
  display: inline-block;
  position: relative;
}

.pagination-list ul li:last-child {
  float: right;
}

.pagination-list ul li a {
  padding: 10px 24px;
  margin: 5px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  background-color: #75C147;
  border-radius: 3px;
}

.pagination-list ul li a i {
  position: relative;
  top: 3px;
}

.pagination-list ul li a:hover {
  background-color: #002E5B;
}

.comments-wrap .comment-title {
  margin-bottom: 30px;
}

.comments-wrap .comment-title .title {
  font-size: 24px;
  margin-bottom: 0;
  color: #002E5B;
  font-weight: 500;
}

.comments-wrap .comment-form {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comments-wrap .comment-form li {
  position: relative;
  padding-left: 145px;
  margin-bottom: 30px;
}

.comments-wrap .comment-form li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 110px;
  height: 100px;
  width: 1px;
  background-color: #D0E5C3;
}

.comments-wrap .comment-form li.pl-80 {
  padding-left: 180px;
}

.comments-wrap .comment-form li.pl-80 img {
  left: 40px;
}

.comments-wrap .comment-form li.pl-80::before {
  left: 150px;
}

.comments-wrap .comment-form li img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.comments-wrap .comment-form li h3 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
}

.comments-wrap .comment-form li span {
  color: #707070;
  display: block;
}

.comments-wrap .comment-form li p {
  margin-top: 10px;
  margin-bottom: 15px;
}

.comments-wrap .comment-form li a {
  padding: 5px 18px;
  background-color: transparent;
  color: #002E5B;
  border-radius: 5px;
  font-size: 15px;
  display: inline-block;
  border: 1px solid #D0E5C3;
}

.comments-wrap .comment-form li a:hover {
  background-color: #75C147;
  color: #ffffff;
}

.comments-form {
  margin-top: 30px;
  margin-bottom: 30px;
}

.comments-form .contact-form-area .contact-form {
  background-color: #FBFBFB;
}

.comments-form .contact-form-area .contact-form .title {
  font-size: 24px;
  margin-bottom: 30px;
  color: #002E5B;
}

.comments-form .contact-form-area .contact-form .default-btn {
  width: unset;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.side-bar-widget {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #D0E5C3;
  border-radius: 3px;
}

.side-bar-widget .title {
  font-size: 22px;
  color: #002E5B;
  font-weight: 600;
  margin-bottom: 20px;
}

.side-bar-widget .search-form {
  position: relative;
  margin: 0 auto;
  border: 1px solid #D0E5C3;
  width: 100%;
  background-color: #ffffff;
  border-radius: 3px;
}

.side-bar-widget .search-form .form-control {
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #D0E5C3;
  height: 50px;
  line-height: 45px;
  margin: 0;
  border: 0;
  padding: 0 25px;
  color: #002E5B;
}

.side-bar-widget .search-form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.side-bar-widget .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: #75C147;
  height: 50px;
  line-height: 45px;
  font-size: 22px;
  padding: 0 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.side-bar-widget .search-form button::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: #75C147;
  width: 1px;
  height: 35px;
  opacity: 0.5;
}

.side-bar-widget .search-form button:hover {
  background: #75C147;
  color: #ffffff;
}

.side-bar-widget .side-bar-categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.side-bar-widget .side-bar-categories ul li {
  position: relative;
  font-weight: 300;
}

.side-bar-widget .side-bar-categories ul li:last-child {
  margin-bottom: 0;
}

.side-bar-widget .side-bar-categories ul li a {
  display: inline-block;
  color: #002E5B;
  font-weight: normal;
  padding: 10px 25px;
  position: relative;
  width: 100%;
}

.side-bar-widget .side-bar-categories ul li a i {
  float: right;
  position: relative;
  top: 4px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.side-bar-widget .side-bar-categories ul li a:hover {
  background-color: #DDECF9;
  color: #75C147;
  margin-left: 5px;
  border-left: 2px solid #75C147;
}

.side-bar-widget .side-bar-categories ul li a:hover i {
  opacity: 1;
}

.side-bar-widget .side-bar-categories ul li a.active {
  background-color: #DDECF9;
  color: #75C147;
  margin-left: 5px;
  border-left: 2px solid #75C147;
}

.side-bar-widget .side-bar-categories ul li a.active i {
  opacity: 1;
}

.side-bar-widget .side-bar-widget-tab .tabs {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.side-bar-widget .side-bar-widget-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 25px;
}

.side-bar-widget .side-bar-widget-tab .tabs li:last-child {
  margin-right: 0;
}

.side-bar-widget .side-bar-widget-tab .tabs li a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #707070;
  padding-bottom: 15px;
}

.side-bar-widget .side-bar-widget-tab .tabs li a:focus {
  color: #75C147;
  border-bottom: 1px solid #75C147;
}

.side-bar-widget .side-bar-widget-tab .tabs li.active a {
  color: #75C147;
  border-bottom: 1px solid #75C147;
}

.side-bar-widget .side-bar-widget-tab .tabs li.current a {
  color: #75C147;
  border-bottom: 1px solid #75C147;
}

.side-bar-widget .widget-popular-post {
  position: relative;
  overflow: hidden;
}

.side-bar-widget .widget-popular-post .item {
  overflow: hidden;
  margin-bottom: 10px;
}

.side-bar-widget .widget-popular-post .item:last-child {
  margin-bottom: 0;
}

.side-bar-widget .widget-popular-post .item .thumb {
  float: left;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
}

.side-bar-widget .widget-popular-post .item .thumb .full-image {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  position: relative;
  background-color: #D0E5C3;
  border-radius: 50%;
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg1 {
  background-image: url(../images/blog/blog-img1.jpg);
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg2 {
  background-image: url(../images/blog/blog-img2.jpg);
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg3 {
  background-image: url(../images/blog/blog-style-img1.jpg);
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg4 {
  background-image: url(../images/blog/blog-style-img2.jpg);
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg5 {
  background-image: url(../images/blog/blog-style-img3.jpg);
}

.side-bar-widget .widget-popular-post .item .info {
  overflow: hidden;
  padding: 0;
}

.side-bar-widget .widget-popular-post .item .info p {
  font-size: 15px;
  margin-bottom: 0;
}

.side-bar-widget .widget-popular-post .item .info .title-text {
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 600;
  max-width: 245px;
}

.side-bar-widget .widget-popular-post .item .info .title-text a {
  display: inline-block;
  color: #002E5B;
}

.side-bar-widget .widget-popular-post .item .info .title-text a:hover {
  color: #75C147;
}

.side-bar-widget p {
  margin-bottom: 20px;
}

.side-bar-widget span {
  display: block;
  margin-bottom: 10px;
}

.side-bar-widget span:last-child {
  margin-bottom: 0;
}

.side-bar-widget span i {
  color: #75C147;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.side-bar-widget .side-bar-widget-tag {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-bar-widget .side-bar-widget-tag li {
  display: inline-block;
  padding: 7px 15px;
  margin: 3px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  color: #002E5B;
  font-size: 14px;
  font-weight: 600;
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid #D0E5C3;
}

.side-bar-widget .side-bar-widget-tag li:hover {
  background-color: #75C147;
}

.side-bar-widget .side-bar-widget-tag li a {
  color: #002E5B;
}

.side-bar-widget .side-bar-widget-tag li:hover a {
  color: #ffffff;
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.side-bar-widget iframe {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}

/*=================================
Blog Area End
====================================*/
/*=================================
Agent Area 
====================================*/
.agent-area {
  background-image: url(../images/shape/shape-bg3.png);
}

.agent-img {
  margin-bottom: 30px;
}

.agent-content {
  margin-bottom: 30px;
}

.agent-content h3 {
  font-size: 26px;
  margin-bottom: 5px;
  font-weight: 500;
}

.agent-content span {
  font-size: 16px;
  color: #75C147;
}

.agent-content .agent-list {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

.agent-content .agent-list li {
  display: block;
  color: #707070;
  margin-bottom: 10px;
}

.agent-content .agent-list li:last-child {
  margin-bottom: 0;
}

.agent-content .agent-list li a {
  color: #707070;
}

.agent-content .agent-list li a:hover {
  color: #75C147;
}

.agent-content .social-link {
  margin: 0;
  padding: 0;
  list-style: none;
}

.agent-content .social-link li {
  display: inline-block;
  margin: 3px;
}

.agent-content .social-link li.title {
  font-size: 20px;
  color: #002E5B;
  font-weight: 600;
}

.agent-content .social-link li a {
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  border-radius: 50px;
  color: #ffffff;
}

.agent-content .social-link li:nth-child(2) a {
  background-color: #5E81CC;
}

.agent-content .social-link li:nth-child(2) a:hover {
  background-color: #75C147;
}

.agent-content .social-link li:nth-child(3) a {
  background-color: #62E1FB;
}

.agent-content .social-link li:nth-child(3) a:hover {
  background-color: #75C147;
}

.agent-content .social-link li:nth-child(4) a {
  background-color: #00A2F3;
}

.agent-content .social-link li:nth-child(4) a:hover {
  background-color: #75C147;
}

.agent-content .social-link li:nth-child(5) a {
  background-color: #FF3681;
}

.agent-content .social-link li:nth-child(5) a:hover {
  background-color: #75C147;
}

.agent-text {
  margin-bottom: 30px;
}

.agent-text h2 {
  font-size: 26px;
  color: #002E5B;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}

.agent-text h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 80px;
  height: 2px;
  left: 0;
  background-color: #75C147;
}

.agent-item {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.agent-item .content {
  padding: 20px;
  text-align: center;
}

.agent-item .content h3 {
  margin-bottom: 5px;
  color: #002E5B;
}

.agent-item .content span {
  margin-bottom: 0;
}

.agent-item .content .social-link {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.agent-item .content .social-link li {
  display: inline-block;
  margin: 3px;
}

.agent-item .content .social-link li a {
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  border-radius: 50px;
  color: #ffffff;
}

.agent-item .content .social-link li:nth-child(1) a {
  background-color: #5E81CC;
}

.agent-item .content .social-link li:nth-child(1) a:hover {
  background-color: #75C147;
}

.agent-item .content .social-link li:nth-child(2) a {
  background-color: #62E1FB;
}

.agent-item .content .social-link li:nth-child(2) a:hover {
  background-color: #75C147;
}

.agent-item .content .social-link li:nth-child(3) a {
  background-color: #00A2F3;
}

.agent-item .content .social-link li:nth-child(3) a:hover {
  background-color: #75C147;
}

.agent-item .content .social-link li:nth-child(4) a {
  background-color: #FF3681;
}

.agent-item .content .social-link li:nth-child(4) a:hover {
  background-color: #75C147;
}

/*=================================
Agent Area End
====================================*/
.team-card {
  background-color: #ffffff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

.team-card .team-img {
  position: relative;
}

.team-card .team-img::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  border-radius: 0%;
  z-index: 1;
  background: #000000;
  opacity: 0.85;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.team-card .team-img a {
  display: block;
}

.team-card .team-img .team-social {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  z-index: 1;
  right: 30px;
  top: 50px;
  margin: auto;
  margin-bottom: 0;
}

.team-card .team-img .team-social li {
  display: block;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 15px;
}

.team-card .team-img .team-social li a {
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  color: #75C147;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
}

.team-card .team-img .team-social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.team-card .team-img .team-social li a:hover {
  background-color: #75C147;
  color: #ffffff;
}

.team-card .team-img .team-social li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.team-card .team-img .team-social li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.team-card .team-img .team-social li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.team-card .team-img .team-social li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.team-card .content {
  padding: 20px;
}

.team-card .content h3 {
  margin-bottom: 5px;
}

.team-card .content h3 a {
  color: #002E5B;
  display: block;
}

.team-card .content span {
  margin-bottom: 0;
}

.team-card:hover .team-img::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.team-card:hover .team-img .team-social li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/*==================================
Faq Area 
=================================*/
.faq-accordion {
  max-width: 870px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  display: block;
  background-color: #ffffff;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  padding: 10px 60px 7px 20px;
  color: #232350;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 24px;
  width: 30px;
  height: 30px;
  color: #75C147;
  border-radius: 50px;
  border: 1px solid #75C147;
  text-align: center;
  line-height: 30px;
  background-color: transparent;
}

.faq-accordion .accordion .accordion-title.active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: 0;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
}

.faq-accordion .accordion .accordion-content p {
  line-height: 1.8;
  font-size: 15px;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

/*==================================
Faq Area End
=================================*/
/*=================================
404 Error Area
===================================*/
.error-area .error-content {
  text-align: center;
  position: relative;
}

.error-area .error-content h1 {
  font-size: 300px;
  line-height: 0.7;
  font-weight: 700;
  color: #002E5B;
}

.error-area .error-content h1 span {
  color: #75C147;
}

.error-area .error-content h3 {
  margin: 50px 0 0;
  position: relative;
  color: #002E5B;
  font-size: 35px;
}

.error-area .error-content p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  color: #707070;
}

/*=================================
404 Error Area End
===================================*/
/*================================== 
Coming Soon Area 
====================================*/
.coming-soon-area {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-image: url(../images/shape/shape-bg3.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.coming-soon-area .coming-soon-content {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  padding: 50px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.coming-soon-area .coming-soon-content h1 {
  margin-bottom: 0;
  color: #002E5B;
  font-size: 60px;
}

.coming-soon-area .coming-soon-content p {
  font-size: 16px;
  max-width: 600px;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  color: #707070;
}

.coming-soon-area .coming-soon-content #timer {
  margin-top: 20px;
}

.coming-soon-area .coming-soon-content #timer div {
  display: inline-block;
  color: #002E5B;
  position: relative;
  margin-left: 35px;
  margin-right: 35px;
  font-size: 45px;
  font-weight: 700;
}

.coming-soon-area .coming-soon-content #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: -15px;
  font-size: 16px;
  font-weight: normal;
  color: #75C147;
}

.coming-soon-area .coming-soon-content #timer div:last-child {
  margin-right: 0;
}

.coming-soon-area .coming-soon-content #timer div:last-child::before {
  display: none;
}

.coming-soon-area .coming-soon-content #timer div:first-child {
  margin-left: 0;
}

.coming-soon-area .coming-soon-content #timer div::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -10px;
  font-size: 70px;
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  background-color: #ffffff;
  padding-left: 15px;
  color: #ffffff;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
  border: 1px solid #cccccc;
  color: #5d5d5d;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:focus {
  border-color: #75C147;
}

.coming-soon-area .coming-soon-content .newsletter-form .default-btn {
  border: 0;
  outline: 0;
  border-radius: 0 !important;
}

.coming-soon-area .coming-soon-content .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  padding: 0 30px;
  text-transform: uppercase;
  outline: 0;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}

.coming-soon-area .coming-soon-content .newsletter-form button::after {
  border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button::before {
  border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button:hover {
  color: #ffffff;
  background-color: #190f3c;
}

.coming-soon-area .coming-soon-content ul {
  list-style: none;
  margin-top: 30px;
  padding: 0;
}

.coming-soon-area .coming-soon-content ul li {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 50px;
  font-size: 18px;
  background-color: #002E5B;
  color: #ffffff;
  border-radius: 50px;
  margin-right: 10px;
}

.coming-soon-area .coming-soon-content ul li a {
  color: #ffffff;
}

.coming-soon-area .coming-soon-content ul li:hover {
  background-color: #75C147;
}

.coming-soon-area #validator-newsletter {
  text-align: left;
  color: #dc3545 !important;
}

/*================================== 
Coming Soon Area End
====================================*/
/*=================================
Newsletter Section Area
====================================*/
.newsletter-title {
  margin-bottom: 30px;
}

.newsletter-title h2 {
  font-size: 40px;
  font-weight: 500;
  margin-top: 0;
  line-height: 1.2;
  color: #002E5B;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
}

.newsletter-title h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #75C147;
}

.newsletter-title p {
  padding-top: 15px;
  margin-bottom: 0;
}

.newsletter-area {
  margin-left: 100px;
  margin-bottom: 30px;
}

.newsletter-area .newsletter-form {
  position: relative;
}

.newsletter-area .newsletter-form .form-control {
  background: transparent;
  border-radius: 5px;
  height: 55px;
  line-height: 55px;
  margin: 0;
  border-radius: 5px;
  border: 1px solid #75c14775;
  padding: 0 25px;
  max-width: 100%;
  color: #707070;
}

.newsletter-area .newsletter-form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #002E5B;
}

.newsletter-area .newsletter-form .subscribe-btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #75C147;
  color: #ffffff;
  padding: 6px 16px;
  font-size: 24px;
  border: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0 5px 5px 0;
  text-align: center;
}

.newsletter-area .newsletter-form .subscribe-btn i {
  position: relative;
  top: 4px;
}

.newsletter-area .newsletter-form .subscribe-btn:hover {
  background: #002E5B;
  color: #ffffff;
}

.newsletter-area .newsletter-form .validation-danger {
  font-size: 18px;
  margin-top: 5px;
  color: red;
}

/*=================================
Newsletter Section Area End
====================================*/
.schedule-form {
  position: relative;
  margin-top: -340px;
  z-index: 55;
}

.schedule-form-three {
  position: relative;
  margin-top: -150px;
}

/*================================
Contact Area
==================================*/
.contact-form-area {
  background-color: #ffffff;
  border: 1px solid #D0E5C3;
  margin-bottom: 30px;
}

.contact-form-area .contact-form-title {
  background-color: #75C147;
  padding: 30px;
}

.contact-form-area .contact-form-title h2 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 10px;
}

.contact-form-area .contact-form-title p {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 0;
}

.contact-form-area .contact-form {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

.contact-form-area .contact-form .form-group {
  margin-bottom: 20px;
  position: relative;
}

.contact-form-area .contact-form .form-group label {
  color: #002E5B;
  margin-bottom: 15px;
}

.contact-form-area .contact-form .form-group.checkbox-option {
  position: relative;
}

.contact-form-area .contact-form .form-group.checkbox-option #chb2 {
  position: absolute;
  top: 6px;
  left: 0;
}

.contact-form-area .contact-form .form-group.checkbox-option p {
  padding-left: 25px;
  font-size: 15px;
  color: #002E5B;
}

.contact-form-area .contact-form .form-group.checkbox-option p a {
  color: #75C147;
}

.contact-form-area .contact-form .form-group.checkbox-option p a:hover {
  color: #002E5B;
}

.contact-form-area .contact-form .form-group .form-control {
  height: 45px;
  color: #707070;
  border: 1px solid #D0E5C3;
  background-color: #ffffff;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
  border-radius: 5px;
}

.contact-form-area .contact-form .form-group .form-control:focus {
  outline: none;
  border-color: #75C147;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-form-area .contact-form .form-group textarea.form-control {
  height: auto;
}

.contact-form-area .contact-form .form-group .nice-select {
  height: 50px;
  width: 100%;
  line-height: 30px;
  font-size: 15px;
  margin-bottom: 20px;
  padding-left: 20px;
  background-color: #ffffff;
  color: #707070;
  border-radius: 0;
  z-index: 5555;
}

.contact-form-area .contact-form .form-group .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.contact-form-area .contact-form .form-group .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #707070;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
}

.contact-form-area .contact-form .form-group .nice-select .list .option:hover {
  background-color: #75C147 !important;
  color: #ffffff;
}

.contact-form-area .contact-form .form-group .nice-select .list .option .selected {
  background-color: transparent;
  font-weight: 600;
}

.contact-form-area .contact-form .form-group .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #555555;
  top: 47%;
  right: 20px;
}

.contact-form-area .contact-form .form-label {
  position: relative;
}

.contact-form-area .contact-form .form-label label {
  color: #002E5B;
  margin-bottom: 0;
}

.contact-form-area .contact-form .agree-label {
  margin-bottom: 15px;
  position: relative;
}

.contact-form-area .contact-form .agree-label #gridCheck {
  position: absolute;
  top: 0;
  left: 25px;
}

.contact-form-area .contact-form .agree-label label {
  color: #707070;
  margin-left: 15px;
  font-size: 15px;
  display: block;
}

.contact-form-area .contact-form .agree-label label a {
  color: #75C147;
}

.contact-form-area .contact-form .agree-label label a:hover {
  color: #002E5B;
}

.contact-form-area .contact-form .agree-label label a.forget {
  position: absolute;
  right: 0;
}

.contact-form-area .contact-form .with-errors {
  float: left;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #f00;
  font-weight: 400;
  display: block;
}

.contact-form-area .contact-form .text-danger {
  font-size: 18px;
  margin-top: 15px;
}

.contact-form-area .contact-form .default-btn {
  border: 0;
  outline: none;
  width: 100%;
  text-align: center;
}

.contact-form .form-group .form-control::-webkit-input-placeholder, .contact-form .form-group .form-control:-ms-input-placeholder, .contact-form .form-group .form-control::-ms-input-placeholder, .contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #707070;
}

.contact-form .form-group .form-control::-webkit-input-placeholder, .contact-form .form-group .form-control:-ms-input-placeholder, .contact-form .form-group .form-control::-ms-input-placeholder, .contact-form .form-group .form-control::placeholder {
  color: #707070;
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 702px;
  margin-bottom: 30px;
}

.contact-widget-top {
  position: relative;
  margin-top: -50px;
}

.contact-card {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding: 20px 13px 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  border: 1px solid #D0E5C3;
}

.contact-card i {
  font-size: 40px;
  line-height: 1;
  color: #75C147;
  margin-bottom: 10px;
  display: inline-block;
}

.contact-card span {
  font-size: 16px;
  margin-bottom: 6px;
  display: block;
}

.contact-card span a {
  color: #707070;
}

.contact-card span a:hover {
  color: #75C147;
}

/*================================
Contact Area End
==================================*/
/*=================================
User All Form
====================================*/
.user-all-form {
  margin-bottom: 30px;
}

.user-all-form .contact-form-area {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
}

.user-all-form .contact-form-area .contact-form-title h2 {
  margin-bottom: 0;
}

.user-all-form .contact-form-area .contact-form .account-desc {
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}

.user-all-form .contact-form-area .contact-form .account-desc a {
  color: #002E5B;
}

.user-all-form .contact-form-area .contact-form .account-desc a:hover {
  color: #75C147;
}

.user-all-form .contact-form-area .contact-form .agree-label label {
  display: inline-block;
}

/*=================================
User All Form End
====================================*/
.single-content {
  margin-bottom: 30px;
}

.single-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.single-content h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #000000;
}

.single-content p {
  margin-bottom: 0;
}

/*==============================
Pagination Area 
=================================*/
.pagination-area {
  margin-top: 10px;
  margin-bottom: 30px;
}

.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #75C147;
  background-color: transparent;
  border: 1px solid #D0E5C3;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 18px;
  border-radius: 50px;
}

.pagination-area .page-numbers:hover {
  background-color: #75C147;
  color: #ffffff;
}

.pagination-area .page-numbers i {
  position: relative;
  font-size: 25px;
  top: 5px;
}

.pagination-area .page-numbers.current {
  background-color: #75C147;
  color: #ffffff;
}

/*==============================
Pagination Area End
=================================*/
/*=================================
Footer Area
====================================*/
.footer-bg {
  background-image: url(../images/footer-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.footer-bg::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-widget .footer-logo {
  margin-bottom: 25px;
  position: relative;
  top: 0;
}

.footer-widget h3 {
  margin-top: 0;
  font-size: 22px;
  margin-bottom: 30px;
  color: #ffffff;
  line-height: 1.2;
}

.footer-widget h3.title {
  margin-bottom: 20px;
  font-size: 20px;
}

.footer-widget p {
  margin-bottom: 20px;
  color: #ffffff;
}

.footer-widget .contact-list {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}

.footer-widget .contact-list li {
  display: block;
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
}

.footer-widget .contact-list li i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-size: 20px;
  line-height: 1;
  color: #75C147;
}

.footer-widget .contact-list li a {
  color: #ffffff;
  vertical-align: middle;
}

.footer-widget .contact-list li a:hover {
  color: #75C147;
}

.footer-widget .social-link {
  list-style-type: none;
  margin: 0 0 25px;
  padding: 0;
}

.footer-widget .social-link li {
  display: inline-block;
  margin-right: 10px;
}

.footer-widget .social-link li:last-child {
  margin-right: 0;
}

.footer-widget .social-link li a i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #ffffff;
  border-radius: 50px;
  text-align: center;
  color: #75C147;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-widget .social-link li a:hover i {
  background-color: #002E5B;
  color: #ffffff;
}

.footer-widget .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget .footer-list li {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 7px;
  position: relative;
}

.footer-widget .footer-list li::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #707070;
}

.footer-widget .footer-list li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #75C147;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-widget .footer-list li:last-child {
  margin-bottom: 0;
}

.footer-widget .footer-list li:last-child::before {
  display: none;
}

.footer-widget .footer-list li:last-child::after {
  display: none;
}

.footer-widget .footer-list li a {
  color: #ffffff;
}

.footer-widget .footer-list li a:hover {
  color: #75C147;
}

.footer-widget .footer-list li:hover a {
  color: #75C147;
}

.footer-widget .footer-list li:hover::after {
  width: 100%;
  opacity: 1;
}

.footer-widget .footer-articles {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-widget .footer-articles li {
  padding-left: 80px;
  position: relative;
  margin-bottom: 15px;
}

.footer-widget .footer-articles li:last-child {
  margin-bottom: 0;
}

.footer-widget .footer-articles li .img-link {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.footer-widget .footer-articles li .img-link a {
  display: block;
}

.footer-widget .footer-articles li .img-link a img {
  width: 60px;
  height: 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-widget .footer-articles li .img-link a:hover img {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

.footer-widget .footer-articles li .content h3 {
  margin-bottom: 10px;
  font-size: 17px;
  max-width: 250px;
}

.footer-widget .footer-articles li .content h3 a {
  color: #ffffff;
}

.footer-widget .footer-articles li .content h3 a:hover {
  color: #75C147;
}

.footer-widget .footer-articles li .content span {
  color: #ffffffa6;
  margin-bottom: 0;
  font-size: 14px;
}

.footer-widget .contact-info-list {
  position: relative;
  padding-left: 65px;
  margin-bottom: 15px;
  cursor: pointer;
}

.footer-widget .contact-info-list::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 46px;
  width: 1px;
  height: 25px;
  border-right: 1px dashed #C7C7C7;
}

.footer-widget .contact-info-list i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-size: 30px;
  color: #75C147;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-widget .contact-info-list .contact-info-btn {
  font-size: 22px;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-widget .contact-info-list:hover i {
  color: #ffffff;
}

.footer-widget .contact-info-list:hover .contact-info-btn {
  color: #75C147;
}

.footer-widget .footer-tag h4 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #75C147;
}

.footer-widget .footer-tag .footer-tag-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-widget .footer-tag .footer-tag-list li {
  display: inline-block;
  margin-right: 7px;
}

.footer-widget .footer-tag .footer-tag-list li:last-child {
  margin-right: 0;
}

.footer-widget .footer-tag .footer-tag-list li a {
  color: #ffffff;
}

.footer-widget .footer-tag .footer-tag-list li a:hover {
  color: #75C147;
}

.copyright-area {
  background-color: #000000;
  padding: 15px 0;
}

.copy-right-text {
  float: left;
}

.copy-right-text p {
  color: #ffffff;
  margin-bottom: 0;
}

.copy-right-text p a {
  color: #75C147;
}

.copy-right-text p a:hover {
  color: #ffffff;
}

.copy-right-list {
  float: right;
}

.copy-right-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.copy-right-list ul li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}

.copy-right-list ul li::before {
  content: '';
  position: absolute;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  top: 7px;
  right: -18px;
  width: 1px;
  height: 15px;
  background-color: #75C147;
}

.copy-right-list ul li:last-child {
  margin-right: 0;
}

.copy-right-list ul li:last-child::before {
  display: none;
}

.copy-right-list ul li a {
  color: #ffffff;
  font-weight: 400;
}

.copy-right-list ul li a:hover {
  color: #75C147;
}

/*=================================
Footer Area End
====================================*/
/*==================================
Preloader CSS 
=====================================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #002E5B;
}

.spinner {
  color: #ffffff;
  width: 80px;
  height: 80px;
  margin: 100px auto;
  text-align: center;
  position: relative;
}

.spinner img {
  text-align: center;
  margin: 15px auto;
  -webkit-animation: opacity-option 1.2s infinite ease-in-out;
          animation: opacity-option 1.2s infinite ease-in-out;
}

.spinner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  border-radius: 50px;
  -webkit-animation: scale 2s infinite ease-in-out;
          animation: scale 2s infinite ease-in-out;
}

/*==================================
Preloader CSS End
=====================================*/
/*=================================
Go Top Area 
====================================*/
.go-top {
  position: fixed;
  top: 70%;
  right: 3%;
  opacity: 0;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #002E5B;
  border-radius: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  vertical-align: middle;
}

.go-top:hover {
  background-color: #75C147;
}

.go-top:hover i {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.go-top.active {
  top: 95%;
  -webkit-transform: translateY(-95%);
          transform: translateY(-95%);
  opacity: 1;
  visibility: visible;
}

/*=================================
Go Top Area End
====================================*/
.ui-widget.ui-widget-content {
  z-index: 99 !important;
}

/*=================================
Buy Now Btn
====================================*/
.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #ffffff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  -webkit-box-shadow: 0 1px 20px 1px #82b440;
          box-shadow: 0 1px 20px 1px #82b440;
  font-size: 13px;
  font-weight: 600;
}

.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.buy-now-btn:hover {
  color: #ffffff;
  background-color: #94be5d;
}

/*==================================
Animation CSS
====================================*/
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes opacity-option {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .05;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity-option {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .05;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
/*# sourceMappingURL=style.css.map */