@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800&amp;display=swap");
body {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: rgb(107, 107, 107);
  overflow-x: hidden;
}

a {
  transition: all 0.5s ease 0s;
  text-decoration: none;
  color: #0a58ca;
}

a:hover {
    text-decoration: underline;
    color: #0a58ca;
}

a:focus {
  text-decoration: none;
}

button {
  box-shadow: none;
  border: none;
  padding: 0px;
  outline: 0px !important;
}

button:focus {
  box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.text-dark {
  color: rgb(58, 54, 80);
  font-weight: bold;
  font-family: Barlow, sans-serif;
}

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

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

p {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 1.8;
}

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

img {
  max-width: 100%;
  height: auto;
}

.form-control {
  height: 50px;
  color: rgb(0, 170, 85);
  border: 1px solid rgb(225, 225, 225);
  background-color: transparent;
  border-radius: 0px;
  font-size: 16px;
  padding: 10px 20px;
  width: 100%;
}

.form-control::-webkit-input-placeholder {
  color: rgb(103, 106, 106);
}

.form-control::placeholder {
  color: rgb(103, 106, 106);
}

.form-control:focus {
  color: rgb(0, 0, 0);
  background-color: transparent;
  box-shadow: unset;
  outline: 0px;
  border: 1px solid rgb(0, 170, 85);
}

.form-control:hover:focus,
.form-control:focus {
  box-shadow: unset;
}

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

.mt-minus-100 {
  margin-top: -100px;
}

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

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

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

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

.bg-color {
  background-color: rgb(249, 251, 254);
}

.default-btn {
  font-size: 14px;
  color: rgb(255, 255, 255);
  line-height: 1;
  transition: all 0.5s ease 0s;
  text-align: center;
  background-color: rgb(0, 170, 85);
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-table;
  padding: 10px 14px;
  border-radius: 4px;
}

.default-btn span {
  position: relative;
  padding-right: 25px;
}

.default-btn span i {
  position: absolute;
  top: 4px;
  right: 0px;
}

.default-btn.btn-two {
  background-color: rgb(253, 224, 219);
  color: rgb(0, 170, 85);
  border: 1px solid rgb(0, 170, 85);
}

.default-btn:hover {
  background-color: rgb(58, 54, 80);
  color: rgb(255, 255, 255);
}

.default-btn:hover.btn-two {
  border-color: rgb(58, 54, 80);
}

.read-more {
  font-size: 15px;
  color: rgb(58, 54, 80);
  font-weight: 700;
}

.read-more i {
  position: relative;
  top: 3px;
}

.read-more:hover {
  color: rgb(0, 170, 85);
  letter-spacing: 1px;
}

.section-title {
  max-width: 750px;
  margin: -13px auto 30px;
  text-align: center;
  position: relative;
}

.section-title span {
  font-size: 16px;
  color: rgb(0, 170, 85);
  display: block;
  margin-bottom: 15px;
}

.section-title h2 {
  font-size: 48px;
  margin-bottom: 13px;
  position: relative;
  margin-top: -11px;
}

.section-title h2:last-child {
  margin-bottom: 0px;
}

.section-title p {
  max-width: 600px;
  margin: auto;
}

.section-title.white-title span {
  color: rgb(0, 170, 85);
}

.section-title.white-title h2 {
  color: rgb(255, 255, 255);
}

.section-title.white-title p {
  color: rgb(255, 255, 255);
}

.section-title.green-title span {
  color: rgb(0, 170, 85);
}

.section-title.green-title h2 {
  color: rgb(0, 170, 85);
}

.section-title.green-title p {
  color: rgb(255, 255, 255);
}

.top-header {
  background-color: rgb(255, 255, 255);
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-header .header-left-content {
  line-height: 1;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.top-header .header-left-content li {
  display: inline-block;
  margin-right: 15px;
}

.top-header .header-left-content li a {
  color: rgb(255, 255, 255);
}

.top-header .header-left-content li a i {
  font-size: 18px;
  transition: all 0.5s ease 0s;
  color: rgb(0, 170, 85);
  text-align: center;
  border-radius: 50%;
  line-height: 1;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.top-header .header-left-content li a:hover {
  color: rgb(0, 170, 85);
}

.top-header .header-left-content li:last-child {
  margin-right: 0px;
}

.top-header .header-right-content {
  line-height: 1;
  float: right;
  top: -2px;
}

.top-header .header-right-content .my-account {
  display: inline-block;
  list-style-type: none;
  padding: 0px;
  margin: 0px 30px 0px 0px;
  position: relative;
}

.top-header .header-right-content .my-account li .dropdown-control {
  color: rgb(0, 0, 0);
  font-size: 15px;
  padding-bottom: 15px;
}

.top-header .header-right-content .my-account li .dropdown-control i {
  color: rgb(0, 170, 85);
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.top-header
  .header-right-content
  .my-account
  li
  .dropdown-control
  .ri-arrow-down-s-line {
  font-size: 17px;
  color: rgb(0, 0, 0);
  top: 4px;
}

.top-header .header-right-content .my-account li .my-account-link {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px 3px;
  background-color: rgb(255, 255, 255);
  padding: 20px;
  list-style-type: none;
  transform: scaleX(0);
  transition: all 0.5s ease 0s;
  position: absolute;
  top: 25px;
  left: 0px;
  right: 0px;
  width: 150px;
  z-index: 9999;
}

.top-header .header-right-content .my-account li .my-account-link::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-width: 0px 8px 8px;
  border-top-style: initial;
  border-top-color: initial;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-style: solid;
  border-bottom-color: rgb(255, 255, 255);
  border-left-style: solid;
  border-left-color: transparent;
  top: -8px;
  right: 0px;
  left: 0px;
  margin: auto;
}

.top-header .header-right-content .my-account li .my-account-link li {
  margin-bottom: 15px;
}

.top-header .header-right-content .my-account li .my-account-link li a {
  color: rgb(107, 107, 107);
  font-size: 14px;
  display: block;
}

.top-header .header-right-content .my-account li .my-account-link li a:hover {
  color: rgb(0, 170, 85);
}

.top-header
  .header-right-content
  .my-account
  li
  .my-account-link
  li:last-child {
  margin-bottom: 0px;
}

.top-header .header-right-content .my-account:hover .my-account-link {
  transform: scaleX(1);
}

.top-header .header-right-content .languages-switcher {
  position: relative;
  padding-left: 20px;
  display: inline-block;
}

.top-header .header-right-content .languages-switcher i {
  position: absolute;
  left: 0px;
  top: 3px;
  color: rgb(0, 170, 85);
  margin-right: 0px;
}

.top-header .header-right-content .languages-switcher select {
  padding: 0px;
  background-color: transparent;
  cursor: pointer;
  color: rgb(0, 0, 0);
  font-size: 15px;
  border: none !important;
}

.top-header .header-right-content .languages-switcher select option {
  color: rgb(107, 107, 107);
}

.top-header .header-right-content .languages-switcher select:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.navbar-area {
  position: relative;
}

.navbar-area .navbar-brand {
  margin-right: 0px;
  padding: 0px;
}

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

.desktop-nav {
  padding-top: 5px;
  padding-bottom: 5px;
  background: rgb(127,55,254);
  background: linear-gradient(92deg, rgb(117 39 255) 0%, rgb(0 173 163) 100%);
}

.desktop-nav .navbar {
  transition: all 0.5s ease 0s;
  z-index: 2;
  padding: 0px;
}

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

.desktop-nav .navbar .navbar-nav {
  margin: 0px auto;
}

.desktop-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding: 0px 0px;
}

.desktop-nav .navbar .navbar-nav .nav-item a {
  font-weight: 500;
  font-size: 14px;
  color: rgb(255, 255, 255);
  line-height: 1;
  padding: 0px;
  padding: 15px 10px;
  display: block;
}

.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: rgb(255, 225, 38);
}

.desktop-nav .navbar .navbar-nav .nav-item a i {
  font-size: 18px;
  line-height: 0;
  position: relative;
  top: 4px;
}

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

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

.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: rgb(255, 225, 38);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px 3px;
  transition: all 0.3s ease-in-out 0s;
  background: rgb(255, 255, 255);
  position: absolute;
  visibility: hidden;
  border-radius: 0px;
  display: block;
  /* width: 250px; */
  border: none;
  z-index: 99;
  opacity: 0;
  top: 80px;
  left: 0px;
  padding: 0px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: rgb(0, 0, 0);
  padding: 7px 10px;
  border-bottom: 1px dashed #ccc;
  margin: 0px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  display: block;
}

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

.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: rgb(0, 170, 85);
}

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

.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: rgb(0, 0, 0);
  border-bottom: 1px dashed rgb(238, 238, 238);
  font-size: 14px;
  line-height: 1;
}

.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: rgb(0, 170, 85);
}

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

.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: rgb(0, 0, 0);
}

.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: rgb(0, 170, 85);
}

.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  left: -250px;
  top: 0px;
  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: rgb(0, 0, 0);
}

.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: rgb(0, 170, 85);
}

.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  left: -250px;
  top: 0px;
  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: rgb(0, 0, 0);
}

.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: rgb(0, 170, 85);
}

.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: 0px;
  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: rgb(0, 0, 0);
}

.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: rgb(0, 170, 85);
}

.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: 0px;
  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: rgb(0, 0, 0);
}

.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: rgb(0, 170, 85);
}

.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: rgb(0, 170, 85);
}

.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: rgb(0, 170, 85);
}

.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: -1px;
}

.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: rgb(0, 170, 85);
}

.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: -1px;
  visibility: visible;
}

.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: rgb(0, 170, 85);
}

.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: rgb(0, 170, 85);
}

.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: rgb(0, 170, 85);
}

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

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

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

.desktop-nav .navbar .others-options {
  border-left: 1px solid rgb(215, 215, 215);
  margin-left: 30px;
  padding-left: 30px;
}

.desktop-nav .navbar .others-options ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  line-height: 1;
}

.desktop-nav .navbar .others-options ul li {
  display: inline-block;
  margin-right: 25px;
}

.desktop-nav .navbar .others-options ul li:last-child {
  margin-right: 0px;
}

.desktop-nav .navbar .others-options ul li .call {
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  position: relative;
  top: -6px;
}

.desktop-nav .navbar .others-options ul li .call i {
  position: relative;
  font-size: 20px;
  top: 4px;
  color: rgb(0, 170, 85);
  margin-right: 5px;
}

.desktop-nav .navbar .others-options ul li .option-item {
  color: rgb(255, 255, 255);
  display: inline-block;
  line-height: 1;
  position: relative;
  top: 0px;
}

.desktop-nav .navbar .others-options ul li .option-item span {
  position: relative;
  top: -7px;
  margin-left: 5px;
  font-weight: 600;
}

.desktop-nav .navbar .others-options ul li .option-item .search-overlay {
  display: none;
}

.desktop-nav
  .navbar
  .others-options
  ul
  li
  .option-item
  .search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  right: 0px;
  background: rgb(255, 255, 255);
  z-index: 2;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px 3px;
  margin-top: 18px;
}

.desktop-nav
  .navbar
  .others-options
  ul
  li
  .option-item
  .search-overlay.search-popup
  .search-form {
  position: relative;
}

.desktop-nav
  .navbar
  .others-options
  ul
  li
  .option-item
  .search-overlay.search-popup
  .search-form
  .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid rgb(238, 238, 238);
  color: rgb(58, 54, 80);
  outline: 0px;
  transition: all 0.5s ease 0s;
  font-size: 15px;
  padding-top: 4px;
  padding-left: 15px;
}

.desktop-nav
  .navbar
  .others-options
  ul
  li
  .option-item
  .search-overlay.search-popup
  .search-form
  .search-input:focus {
  border-color: rgb(0, 170, 85);
}

.desktop-nav
  .navbar
  .others-options
  ul
  li
  .option-item
  .search-overlay.search-popup
  .search-form
  .search-button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 50px;
  background: rgb(0, 170, 85);
  border: none;
  width: 50px;
  outline: 0px;
  color: rgb(255, 255, 255);
  transition: all 0.5s ease 0s;
  padding: 0px;
}

.desktop-nav
  .navbar
  .others-options
  ul
  li
  .option-item
  .search-overlay.search-popup
  .search-form
  .search-button:hover {
  background-color: rgb(58, 54, 80);
}

.desktop-nav .navbar .others-options ul li .option-item .search-btn {
  cursor: pointer;
  transition: all 0.5s ease 0s;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 22px;
  display: inline-block;
}

.desktop-nav .navbar .others-options ul li .option-item .search-btn:hover {
  color: rgb(0, 170, 85);
}

.desktop-nav .navbar .others-options ul li .option-item .close-btn {
  cursor: pointer;
  transition: all 0.5s ease 0s;
  color: rgb(58, 54, 80);
  text-align: center;
  display: none;
  font-size: 25px;
}

.desktop-nav .navbar .others-options ul li .option-item .close-btn:hover {
  color: rgb(0, 170, 85);
}

.desktop-nav .navbar .others-options ul li .option-item .close-btn.active {
  display: block;
  color: rgb(0, 170, 85);
}

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

.others-option-for-responsive {
  display: none;
}

.others-option-for-responsive .dot-menu {
  padding: 0px 10px;
  height: 30px;
  cursor: pointer;
  z-index: 9991;
  position: absolute;
  right: 60px;
  top: -31px;
}

.others-option-for-responsive .dot-menu .inner {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0px 2px;
  transition: all 0.5s ease 0s;
  background-color: rgb(0, 170, 85);
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: rgb(0, 170, 85);
}

.others-option-for-responsive .container {
  position: relative;
}

.others-option-for-responsive .container .container {
  position: absolute;
  right: -2px;
  top: 10px;
  max-width: 320px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
  transform: scaleY(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.others-option-for-responsive .others-option {
  background-color: rgb(238, 238, 238);
  padding: 10px;
}

.others-option-for-responsive .others-option ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  line-height: 1;
}

.others-option-for-responsive .others-option ul li {
  display: inline-block;
  margin-right: 15px;
}

.others-option-for-responsive .others-option ul li:last-child {
  margin-right: 0px;
}

.others-option-for-responsive .others-option ul li .call {
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: rgb(58, 54, 80);
  position: relative;
  top: -3px;
}

.others-option-for-responsive .others-option ul li .call i {
  position: relative;
  font-size: 20px;
  top: 4px;
  color: rgb(0, 170, 85);
  margin-right: 5px;
}

.others-option-for-responsive .others-option ul li .option-item {
  color: rgb(107, 107, 107);
  display: inline-block;
  line-height: 1;
  position: relative;
  top: 5px;
}

.others-option-for-responsive
  .others-option
  ul
  li
  .option-item
  .search-overlay {
  display: none;
}

.others-option-for-responsive
  .others-option
  ul
  li
  .option-item
  .search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  right: 0px;
  background: rgb(255, 255, 255);
  z-index: 2;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px 3px;
  margin-top: 18px;
}

.others-option-for-responsive
  .others-option
  ul
  li
  .option-item
  .search-overlay.search-popup
  .search-form {
  position: relative;
}

.others-option-for-responsive
  .others-option
  ul
  li
  .option-item
  .search-overlay.search-popup
  .search-form
  .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid rgb(238, 238, 238);
  color: rgb(58, 54, 80);
  outline: 0px;
  transition: all 0.5s ease 0s;
  font-size: 15px;
  padding-top: 4px;
  padding-left: 15px;
}

.others-option-for-responsive
  .others-option
  ul
  li
  .option-item
  .search-overlay.search-popup
  .search-form
  .search-input:focus {
  border-color: rgb(0, 170, 85);
}

.others-option-for-responsive
  .others-option
  ul
  li
  .option-item
  .search-overlay.search-popup
  .search-form
  .search-button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 50px;
  background: rgb(0, 170, 85);
  border: none;
  width: 50px;
  outline: 0px;
  color: rgb(255, 255, 255);
  transition: all 0.5s ease 0s;
  padding: 0px;
}

.others-option-for-responsive
  .others-option
  ul
  li
  .option-item
  .search-overlay.search-popup
  .search-form
  .search-button:hover {
  background-color: rgb(58, 54, 80);
}

.others-option-for-responsive .others-option ul li .option-item .search-btn {
  cursor: pointer;
  transition: all 0.5s ease 0s;
  color: rgb(58, 54, 80);
  text-align: center;
  font-size: 25px;
  display: inline-block;
}

.others-option-for-responsive
  .others-option
  ul
  li
  .option-item
  .search-btn:hover {
  color: rgb(0, 170, 85);
}

.others-option-for-responsive .others-option ul li .option-item .close-btn {
  cursor: pointer;
  transition: all 0.5s ease 0s;
  color: rgb(58, 54, 80);
  text-align: center;
  display: none;
  font-size: 25px;
}

.others-option-for-responsive
  .others-option
  ul
  li
  .option-item
  .close-btn:hover {
  color: rgb(0, 170, 85);
}

.others-option-for-responsive
  .others-option
  ul
  li
  .option-item
  .close-btn.active {
  display: block;
  color: rgb(0, 170, 85);
}

.mfp-iframe-holder .mfp-content {
  border: 20px solid rgb(238, 238, 238);
}

.mfp-iframe-holder .mfp-close {
  top: -50px;
  right: -20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: rgb(243, 0, 0);
}

.modal .account-title {
  margin-left: -12px;
  margin-right: -12px;
}

.modal .account-title h2 {
  font-size: 24px;
  background-color: rgb(231, 244, 235);
  padding: 30px;
  margin-bottom: 0px;
}

.modal .forgot-login {
  float: right;
}

.modal .default-btn {
  margin-top: 2px;
  width: 100%;
  display: block;
}

.modal .modal-content {
  border-radius: 0px;
  box-shadow: none;
  border: none;
}

.modal .modal-body {
  padding: 0px;
  border: none;
}

.modal .close {
  background-color: transparent;
  border: 0px;
  padding: 0px;
  position: absolute;
  right: 29px;
  top: 31px;
  z-index: 9999;
  color: rgb(58, 54, 80);
  transition: all 0.5s ease 0s;
  font-size: 25px;
  line-height: 1;
}

.modal .close:hover {
  color: rgb(0, 170, 85);
}

.modal .contact-form-action {
  padding: 30px 15px;
}

.modal .contact-form-action .form-group {
  margin-bottom: 20px;
}

.modal .contact-form-action .form-group label {
  margin-bottom: 10px;
}

.modal .contact-form-action .login-action {
  margin-bottom: 20px;
}

.modal .contact-form-action .show {
  text-align: right;
}

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

.hero-slider-area .container-fluid {
  max-width: 1300px;
}

.hero-slider-area .thumbs-wrap {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  transform: translateY(-100px);
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item {
  padding: 15px 0px;
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item span {
  font-family: Barlow, sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: rgb(58, 54, 80);
  transition: all 0.5s ease 0s;
  cursor: pointer;
  position: relative;
  display: block;
  line-height: 1.3;
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item span::before {
  content: "";
  position: absolute;
  top: 10px;
  right: -20px;
  width: 15px;
  height: 2px;
  background-color: rgb(58, 54, 80);
  transition: all 0.5s ease 0s;
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item span::after {
  content: "";
  position: absolute;
  top: 9px;
  right: -10px;
  width: 5px;
  height: 5px;
  background-color: rgb(58, 54, 80);
  transition: all 0.5s ease 0s;
  border-radius: 50%;
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item.active span {
  color: rgb(0, 170, 85);
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item.active span::before {
  background-color: rgb(0, 170, 85);
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item.active span::after {
  background-color: rgb(0, 170, 85);
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item:hover span {
  color: rgb(0, 170, 85);
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item:hover span::before {
  background-color: rgb(0, 170, 85);
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item:hover span::after {
  background-color: rgb(0, 170, 85);
}

.hero-slider-item {
  height: 420px;
  background-image: linear-gradient(
    to right,
    rgb(241, 250, 244),
    rgb(231, 244, 235)
  );
  position: relative;
  z-index: 1;
}

.hero-slider-item .slider-shape {
  position: absolute;
  top: 50px;
  left: 0px;
  right: 0px;
  z-index: -1;
  animation: 5s linear 0s infinite normal none running moveBounce;
}

.hero-slider-item .slider-shape img {
  width: auto;
  margin: auto;
}

.hero-slider-content .top-title {
  background-color: rgb(212, 241, 225);
  color: rgb(0, 170, 85);
  display: inline-block;
  margin-bottom: 15px;
  font-size: 16px;
  padding: 5px 20px;
  border-radius: 50px;
}

.hero-slider-content h1 {
  font-size: 40px;
  margin-bottom: 10px;
}

.hero-slider-content p {
  margin-bottom: 20px;
}

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

.banner-area {
  position: relative;
  z-index: 1;
  height: 100vh;
  overflow: hidden;
}

.banner-area::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to right,
    rgb(150, 199, 79),
    rgb(50, 186, 159)
  );
  clip-path: none;
  z-index: -1;
}

.banner-area .banner-shape-1 {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  animation: 5s linear 0s infinite normal none running moveBounce;
}

.banner-area .container-fluid {
  max-width: 1400px;
}

.banner-area ul {
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  position: absolute;
  top: 28%;
  left: 5px;
  z-index: 1;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  transform: rotate(-180deg);
}

.banner-area ul li {
  margin: 35px 0px;
}

.banner-area ul li a {
  display: block;
  transform: rotate(90deg);
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-transform: capitalize;
  font-size: 18px;
}

.banner-area ul li a:hover {
  color: rgb(0, 170, 85);
}

.banner-area.banner-area-style-three {
  background-image: url("../images/banner/banner-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}

.banner-area.banner-area-style-three .container-fluid {
  max-width: 100%;
  padding-right: 0px;
}

.banner-area.banner-area-style-three::before {
  background-image: none;
  clip-path: none;
  background-color: rgb(58, 54, 80);
  opacity: 0.9;
}

.banner-area.banner-area-style-three .banner-img {
  margin-top: 30px;
  margin-right: -150px;
  margin-bottom: -150px;
}

.banner-area.banner-area-style-three .banner-img img {
  border-radius: 50%;
}

.banner-area.banner-area-style-three .banner-img .banner-shape-3 {
  position: absolute;
  top: -25px;
  left: -35px;
}

.banner-area.banner-area-style-three .banner-img .banner-shape-3 img {
  border-radius: 0px;
}

.banner-area.banner-area-style-three .pr-0 {
  padding-right: 0px;
}

.banner-area.banner-area-style-three .banner-content span {
  color: rgb(0, 170, 85);
}

.banner-area.banner-area-style-three .banner-content h1 {
  margin-bottom: 30px;
}

.banner-area.banner-area-style-three .banner-content p {
  color: rgb(255, 255, 255);
}

.banner-area.banner-area-style-three .banner-content .default-btn {
  background-color: rgb(0, 170, 85);
  color: rgb(255, 255, 255);
}

.banner-area.banner-area-style-three .banner-content .default-btn:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 170, 85);
}

.banner-content .top-title {
  color: rgb(255, 255, 255);
  display: inline-block;
  margin-bottom: 15px;
  font-size: 15px;
}

.banner-content h1 {
  font-size: 69px;
  margin-bottom: 40px;
  color: rgb(255, 255, 255);
}

.banner-content p {
  margin-bottom: 40px;
  max-width: 600px;
}

.banner-content .default-btn {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 170, 85);
}

.banner-content .default-btn:hover {
  background-color: rgb(0, 170, 85);
  color: rgb(255, 255, 255);
}

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

.banner-img .banner-shape-2 {
  position: absolute;
  bottom: -40px;
  right: -40px;
  z-index: -1;
}

.background-video {
  width: 100%;
}

.services-area.services-area-style-two .single-services-box {
  position: relative;
  background-color: transparent;
  padding-left: 120px;
  transition: all 0.5s ease 0s;
  z-index: 1;
}

.services-area.services-area-style-two .single-services-box::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to right,
    rgb(255, 255, 255),
    rgb(255, 255, 255)
  );
  transition: all 0.5s ease 0s;
  opacity: 0;
  z-index: -1;
}

.services-area.services-area-style-two .single-services-box span {
  position: absolute;
  top: 25px;
  left: 30px;
  text-transform: uppercase;
  background-image: linear-gradient(
    to right,
    rgb(150, 199, 79),
    rgb(50, 186, 159)
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease 0s;
}

.services-area.services-area-style-two .single-services-box h3 {
  margin-top: -10px;
  transition: all 0.5s ease 0s;
  margin-bottom: 10px;
}

.services-area.services-area-style-two .single-services-box p {
  margin-bottom: -3px;
  transition: all 0.5s ease 0s;
}

.services-area.services-area-style-two .single-services-box:hover::before {
  background-image: linear-gradient(
    to right,
    rgb(150, 199, 79),
    rgb(50, 186, 159)
  );
  opacity: 1;
}

.services-area.services-area-style-two .single-services-box:hover span {
  background-image: linear-gradient(
    to right,
    rgb(255, 255, 255),
    rgb(255, 255, 255)
  );
}

.services-area.services-area-style-two .single-services-box:hover h3 a {
  color: rgb(255, 255, 255);
}

.services-area.services-area-style-two .single-services-box:hover p {
  color: rgb(255, 255, 255);
}

.services-area.services-area-style-three .single-services-box {
  position: relative;
  padding-left: 120px;
  background-color: rgb(255, 255, 255);
  margin-bottom: 30px;
}

.services-area.services-area-style-three .single-services-box span {
  position: absolute;
  top: 25px;
  left: 30px;
  color: rgb(0, 170, 85);
}

.services-area.services-area-style-three .single-services-box h3 {
  margin-top: -6px;
  margin-bottom: 10px;
}

.services-area.services-area-style-three .single-services-box p {
  margin-bottom: -3px;
}

.services-area.services-area-style-three .single-services-box:hover {
  background-color: rgb(255, 255, 255);
}

.single-services-box {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px 3px;
  padding: 20px;
  transition: all 0.5s ease 0s;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.single-services-box span {
  line-height: 1;
  font-size: 70px;
  color: rgb(58, 54, 80);
  margin-bottom: 20px;
  display: block;
}

.single-services-box h3 {
  font-size: 25px;
  margin-bottom: 12px;
}

.single-services-box h3 a {
  color: rgb(58, 54, 80);
}

.single-services-box p {
  margin-bottom: 13px;
}

.single-services-box .services-shape {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  filter: grayscale(100%);
  opacity: 0.4;
  transition: all 0.5s ease 0s;
}

.single-services-box:hover {
  background-color: rgb(248 255 254);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px 3px;
  transform: translateY(-5px);
}

.single-services-box:hover .services-shape {
  filter: none;
}

.single-services-box:hover .read-more {
  color: rgb(0, 170, 85);
}

.awesome-single-services {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px 3px;
  margin-bottom: 30px;
  transition: all 0.5s ease 0s;
}

.awesome-single-services .awesome-services-content {
  padding: 30px;
}

.awesome-single-services .awesome-services-content ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 20px;
  line-height: 1;
}

.awesome-single-services .awesome-services-content ul li {
  display: inline-block;
  font-size: 15px;
  margin-right: 20px;
}

.awesome-single-services .awesome-services-content ul li:last-child {
  border-right: none;
}

.awesome-single-services .awesome-services-content ul li i {
  color: rgb(0, 170, 85);
  position: relative;
  top: 1.5px;
  margin-right: 5px;
}

.awesome-single-services .awesome-services-content h3 {
  font-size: 25px;
  margin-top: -9px;
  margin-bottom: 15px;
}

.awesome-single-services .awesome-services-content h3 a {
  color: rgb(58, 54, 80);
}

.awesome-single-services .awesome-services-content p {
  margin-bottom: 15px;
}

.awesome-single-services:hover {
  transform: translateY(-5px);
}

.awesome-single-services:hover .blog-content h3 a {
  color: rgb(0, 170, 85);
}

.awesome-single-services:hover .blog-content .read-more {
  color: rgb(0, 170, 85);
}

.who-we-are-content {
  margin-top: -5px;
  margin-bottom: 30px;
}

.who-we-are-content .top-title {
  font-size: 16px;
  color: rgb(0, 170, 85);
  display: block;
  margin-bottom: 12px;
}

.who-we-are-content h2 {
  font-size: 40px;
  margin-bottom: 15px;
}

.who-we-are-content h3 {
  font-size: 25px;
  margin-bottom: 10px;
}

.who-we-are-content ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.who-we-are-content ul li {
  font-size: 15px;
  position: relative;
  padding-left: 20px;
  line-height: 1.8;
}

.who-we-are-content ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  width: 10px;
  height: 10px;
  background-color: rgb(0, 170, 85);
  border-radius: 50%;
}

.who-we-are-content ul li:last-child {
  margin-bottom: 0px;
}

.who-we-are-content.who-we-are-content-two ul {
  margin-bottom: 30px;
}

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

.who-we-are-img::before {
  content: "";
  position: absolute;
  top: -50px;
  right: 22px;
  width: 360px;
  height: 360px;
  background-color: rgb(212, 240, 225);
  border-radius: 0px 40px 0px 0px;
  z-index: -1;
  display: none;
}

.who-we-are-img.who-we-are-img-2::before {
  top: auto;
  bottom: -35px;
  right: 35px;
  border-radius: 0px 0px 40px;
}

.who-we-are-img.who-we-are-img-2 .who-we-are-img-shape-2 {
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: -1;
  animation: 5s linear 0s infinite normal none running moveBounce;
  display: none;
}

.who-we-are-img.who-we-are-img-2 .who-we-are-img-shape-2 img {
  border-radius: 0px;
}

.who-we-are-img.who-we-are-img-3 {
  margin-top: 0px;
}

.who-we-are-img.who-we-are-img-3::before {
  display: none;
}

.discover-area .pr-0 {
  padding-right: 0px;
}

.discover-area .pl-0 {
  padding-left: 0px;
}

.discover-area.discover-area-style-two
  .col-lg-3:first-child
  .single-counter::before {
  border-right: none;
}

.discover-area.discover-area-style-two .counter-bg {
  margin-bottom: 30px;
}

.discover-area.discover-area-style-two .discover-bg {
  background-image: url("../images/discover-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  position: relative;
}

.discover-area.discover-area-style-two .discover-bg::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(58, 54, 80);
  opacity: 0.9;
  z-index: -1;
  border-radius: 10px;
}

.discover-area.discover-area-style-two .discover-bg::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 150px;
  background-color: rgb(255, 255, 255);
  z-index: -1;
}

.discover-area.discover-area-style-three .discover-bg {
  background-color: transparent;
}

.discover-area.discover-area-style-three .discover-bg .row {
  margin-left: -10px;
  margin-right: -10px;
}

.discover-area.discover-area-style-three .discover-bg .discover-content {
  padding: 0px;
  background-color: transparent;
  box-shadow: none;
}

.discover-area.discover-area-style-three .discover-img-3 {
  text-align: center;
  position: relative;
  z-index: 1;
}

.discover-area.discover-area-style-three .discover-img-3 img {
  border-radius: 50%;
}

.discover-area.discover-area-style-three .discover-img-3 .discover-img-shape-3 {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
}

.discover-area.discover-area-style-three
  .discover-img-3
  .discover-img-shape-3
  img {
  border-radius: 0px;
}

.discover-area.discover-area-style-three .discover-img-3 .video-button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}

.discover-area.discover-area-style-three .discover-img-3 .video-button i {
  color: rgb(0, 170, 85);
  font-size: 80px;
  background-color: rgba(255, 255, 255, 0.7);
  line-height: 1;
  border-radius: 50%;
  display: block;
  transition: all 0.5s ease 0s;
}

.discover-area.discover-area-style-three .discover-img-3 .video-button:hover i {
  background-color: rgb(0, 170, 85);
  color: rgb(255, 255, 255);
}

.discover-bg {
  background-color: rgb(58, 54, 80);
  position: relative;
  z-index: 1;
}

.discover-bg::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 150px;
  background-color: rgb(255, 255, 255);
  z-index: -1;
}

.discover-bg .shape {
  position: absolute;
}

.discover-bg .shape.discover-shape-1 {
  top: 30px;
  left: 30px;
  animation: 5s linear 0s infinite normal none running moveBounce;
}

.discover-bg .shape.discover-shape-2 {
  bottom: 180px;
  right: 20px;
  animation: 5s linear 0s infinite normal none running moveBounce;
}

.discover-bg .row {
  margin-left: 70px;
  margin-right: 70px;
}

.discover-content {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px 3px;
  padding: 24px;
  text-align: justify;
}

.discover-content h2 {
  font-size: 35px;
  margin-top: -11px;
  margin-bottom: 15px;
}

.discover-content h3 {
  font-size: 23px;
  margin-bottom: 10px;
}

.discover-content ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px -3px;
}

.discover-content ul li {
  font-size: 15px;
  position: relative;
  padding-left: 20px;
  line-height: 1.8;
}

.discover-content ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  width: 10px;
  height: 10px;
  background-color: rgb(0, 170, 85);
  border-radius: 50%;
}

.discover-content ul li:last-child {
  margin-bottom: 0px;
}

.discover-img {
  background-image: url("../images/discover-img.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.discover-img.discover-img-2 {
  background-image: url("../images/discover-img-2.jpg");
}

.discover-img .video-button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}

.discover-img .video-button i {
  color: rgb(0, 170, 85);
  font-size: 80px;
  background-color: rgb(255, 255, 255);
  line-height: 1;
  border-radius: 50%;
  display: block;
  transition: all 0.5s ease 0s;
}

.discover-img .video-button:hover i {
  background-color: rgb(0, 170, 85);
  color: rgb(255, 255, 255);
}

.counter-area .counter-bg {
  background-image: url("../images/counter-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 20px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.counter-area .counter-bg::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(58, 54, 80);
  opacity: 0.9;
  z-index: -1;
  border-radius: 10px;
}

.counter-area .counter-bg .col-lg-3:first-child .single-counter::before {
  display: none;
}

.single-counter {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.single-counter::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 100%;
  border-right: 1px dashed rgb(0, 170, 85);
}

.single-counter .count-title {
  text-align: center;
}

.single-counter .count-title h2 {
  font-size: 40px;
  color: rgb(255, 255, 255);
  line-height: 1;
  margin-bottom: 5px;
  margin-top: -8px;
  font-weight: 600;
}

.single-counter .count-title h2 .target {
  position: relative;
  top: 2px;
  margin-left: -10px;
  font-size: 40px;
}

.single-counter .count-title h4 {
  font-size: 18px;
  margin-bottom: 0px;
  color: rgb(255, 255, 255);
  font-weight: normal;
}

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

.counselor-img .shape {
  position: absolute;
  z-index: -1;
  display: none;
}

.counselor-img .shape img {
  border-radius: 0px !important;
}

.counselor-img .shape.counselor-shape-1 {
  top: -30px;
  right: 0px;
}

.counselor-img .shape.counselor-shape-2 {
  bottom: -50px;
  left: -50px;
}

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

.counselor-content .counselor-title h2 {
  font-size: 48px;
  margin-bottom: 40px;
}

.single-counselor {
  position: relative;
}

.single-counselor i {
  font-size: 80px;
  line-height: 1;
  color: rgb(172, 223, 210);
  display: block;
  margin-bottom: 25px;
}

.single-counselor p {
  font-size: 18px;
  margin-bottom: 22px;
}

.single-counselor h3 {
  font-size: 20px;
  margin-bottom: 0px;
}

.single-event-box {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px 3px;
  margin-bottom: 30px;
  transition: all 0.5s ease 0s;
}

.single-event-box .event-content {
  padding: 30px;
}

.single-event-box .event-content ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 18px;
  line-height: 1;
}

.single-event-box .event-content ul li {
  color: rgb(0, 170, 85);
}

.single-event-box .event-content ul li:last-child {
  border-right: none;
}

.single-event-box .event-content ul li span {
  float: right;
  color: rgb(107, 107, 107);
}

.single-event-box .event-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.single-event-box .event-content h3 a {
  color: rgb(58, 54, 80);
}

.single-event-box .event-content p {
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}

.single-event-box .event-content p i {
  position: absolute;
  top: -3px;
  left: 0px;
  color: rgb(0, 170, 85);
  font-size: 18px;
}

.single-event-box:hover {
  transform: translateY(-5px);
}

.single-event-box:hover .blog-content h3 a {
  color: rgb(0, 170, 85);
}

.single-event-box:hover .blog-content .read-more {
  color: rgb(0, 170, 85);
}

.local-councils-services-area {
  overflow: hidden;
}

.local-councils-services-area.local-councils-services-area-style-two
  .local-councils-img::before {
  inset: auto auto -30px 35px;
  border-radius: 0px 0px 0px 40px;
}

.local-councils-services-area.local-councils-services-area-style-two
  .local-councils-img
  .local-councils-img-shape {
  position: absolute;
  top: -30px;
  left: auto;
  right: -30px;
  z-index: -1;
  display: none;
}

.local-councils-content {
  margin-top: -5px;
  margin-bottom: 30px;
}

.local-councils-content .top-title {
  font-size: 16px;
  color: rgb(0, 170, 85);
  display: block;
  margin-bottom: 12px;
}

.local-councils-content h2 {
  font-size: 40px;
  margin-bottom: 15px;
}

.local-councils-content h3 {
  font-size: 25px;
  margin-bottom: 10px;
}

.local-councils-content ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 25px;
}

.local-councils-content ul li {
  font-size: 15px;
  position: relative;
  padding-left: 25px;
  line-height: 1.8;
}

.local-councils-content ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  width: 10px;
  height: 10px;
  background-color: rgb(0, 170, 85);
  border-radius: 50%;
}

.local-councils-content ul li:last-child {
  margin-bottom: 0px;
}

.local-councils-img {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  text-align: right;
}

.local-councils-img::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 22px;
  width: 360px;
  height: 360px;
  background-color: rgb(212, 240, 225);
  border-radius: 40px 0px 0px;
  z-index: -1;
  display: none;
}

.project-area {
  overflow: hidden;
}

.project-area .owl-nav {
  opacity: 0;
  transition: all 0.5s ease 0s;
  margin-top: 0px !important;
}

.project-area .owl-nav .owl-prev,
.project-area .owl-nav .owl-next {
  margin: 0px;
  transition: all 0.5s ease 0s;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: rgb(255, 255, 255);
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-33px);
  background-color: rgb(0, 170, 85) !important;
}

.project-area .owl-nav .owl-prev i,
.project-area .owl-nav .owl-next i {
  font-size: 25px;
  color: rgb(255, 255, 255);
  line-height: 35px;
}

.project-area .owl-nav .owl-prev:hover i,
.project-area .owl-nav .owl-next:hover i {
  color: rgb(255, 255, 255);
}

.project-area .owl-nav .owl-next {
  left: auto;
  right: 50px;
}

.project-area .owl-nav .owl-next i {
  position: relative;
  right: -1px;
}

.project-area:hover .owl-nav {
  opacity: 1;
}

.single-project {
  margin-bottom: 30px;
  position: relative;
}

.single-project::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(to top, rgb(0, 0, 0), transparent);
}

.single-project img {
  border-radius: 10px;
}

.single-project .project-content {
  position: absolute;
  left: 15px;
  bottom: 30px;
  right: 15px;
}

.single-project .project-content a {
  font-size: 17px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-family: Barlow, sans-serif;
}

.single-project:hover .project-content a {
  color: rgb(0, 170, 85);
}

.counselor-area .owl-nav {
  transition: all 0.5s ease 0s;
  text-align: center;
  position: absolute;
  right: 0px;
  bottom: 30px;
  margin-top: 10px !important;
}

.counselor-area .owl-nav .owl-prev,
.counselor-area .owl-nav .owl-next {
  margin: 0px 0px 0px 20px;
  transition: all 0.5s ease 0s;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: rgb(255, 255, 255);
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background-color: rgb(0, 170, 85) !important;
}

.counselor-area .owl-nav .owl-prev i,
.counselor-area .owl-nav .owl-next i {
  font-size: 25px;
  color: rgb(255, 255, 255);
  line-height: 35px;
}

.counselor-area .owl-nav .owl-prev:hover i,
.counselor-area .owl-nav .owl-next:hover i {
  color: rgb(255, 255, 255);
}

.counselor-area .owl-nav .owl-next {
  left: auto;
  right: -30px;
}

.counselor-area .owl-nav .owl-next i {
  position: relative;
  right: -1px;
}

.single-councillor {
  margin-bottom: 30px;
}

.single-councillor .councillor-content {
  text-align: center;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px 3px;
  padding: 30px;
  z-index: 1;
  position: relative;
  transition: all 0.5s ease 0s;
}

.single-councillor .councillor-content h3 {
  font-size: 20px;
  transition: all 0.5s ease 0s;
}

.single-councillor .councillor-content span {
  font-size: 14px;
  display: block;
  transition: all 0.5s ease 0s;
}

.single-councillor .councillor-content ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  opacity: 0;
}

.single-councillor .councillor-content ul li {
  display: inline-block;
  margin-right: 10px;
}

.single-councillor .councillor-content ul li:last-child {
  margin-right: 0px;
}

.single-councillor .councillor-content ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: rgb(245, 245, 245);
  color: rgb(0, 170, 85);
  font-size: 18px;
  text-align: center;
}

.single-councillor .councillor-content ul li a:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 170, 85);
}

.single-councillor:hover .councillor-content {
  background-color: rgb(58, 54, 80);
  max-width: 100%;
  border-radius: 0px;
}

.single-councillor:hover .councillor-content h3 {
  color: rgb(255, 255, 255);
}

.single-councillor:hover .councillor-content span {
  color: rgb(255, 255, 255);
}

.single-councillor:hover .councillor-content ul {
  top: -60px;
  visibility: visible;
  opacity: 1;
}

.blog-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.blog-area.blog-area-two {
  background-color: rgb(241, 250, 244);
}

.blog-area.blog-area-two .single-blog-box {
  background-color: rgb(255, 255, 255);
}

.blog-area .shape {
  position: absolute;
  z-index: -1;
}

.blog-area .shape.blog-shape-1 {
  top: 30px;
  left: 30px;
  animation: 5s linear 0s infinite normal none running moveBounce;
}

.blog-area .shape.blog-shape-2 {
  bottom: 30px;
  right: 30px;
  animation: 5s linear 0s infinite normal none running moveBounce;
}

.blog-area.blog-area-three {
  position: relative;
  z-index: 1;
}

.blog-area.blog-area-three .single-blog-box {
  box-shadow: none;
}

.blog-area.blog-area-three .single-blog-box .blog-content {
  padding: 0px;
  margin-top: 30px;
}

.blog-area.blog-area-three .shape {
  position: absolute;
  z-index: -1;
}

.blog-area.blog-area-three .shape.blog-shape-2 {
  bottom: 30px;
  right: 30px;
}

.single-blog-box {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px 3px;
  margin-bottom: 30px;
  transition: all 0.5s ease 0s;
}

.single-blog-box .blog-content {
  padding: 30px;
}

.single-blog-box .blog-content ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 10px;
  line-height: 1;
}

.single-blog-box .blog-content ul li {
  display: inline-block;
  font-size: 14px;
  margin-right: 20px;
}

.single-blog-box .blog-content ul li:last-child {
  border-right: none;
}

.single-blog-box .blog-content ul li i {
  color: rgb(0, 170, 85);
  position: relative;
  top: 1.5px;
  margin-right: 5px;
}

.single-blog-box .blog-content h3 {
  font-size: 25px;
  margin-bottom: 12px;
}

.single-blog-box .blog-content h3 a {
  color: rgb(58, 54, 80);
}

.single-blog-box .blog-content p {
  margin-bottom: 14px;
}

.single-blog-box:hover {
  transform: translateY(-5px);
}

.single-blog-box:hover .blog-content h3 a {
  color: rgb(0, 170, 85);
}

.single-blog-box:hover .blog-content .read-more {
  color: rgb(0, 170, 85);
}

.footer-area {
  background-color: rgb(47, 43, 69);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.footer-area .shape {
  position: absolute;
  z-index: -1;
}

.footer-area .shape.footer-shape-1 {
  top: 30px;
  left: 30px;
  animation: 5s linear 0s infinite normal none running moveBounce;
}

.footer-area .shape.footer-shape-2 {
  bottom: 30px;
  right: 30px;
  animation: 5s linear 0s infinite normal none running moveBounce;
}

.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget.single-bg {
  position: relative;
  z-index: 1;
  padding: 0px;
}

.single-footer-widget.single-bg::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0px;
  width: 100%;
  height: 423px;
  background-color: rgb(58, 54, 80);
  z-index: -1;
  display: none;
}

.single-footer-widget .logo {
  margin-bottom: 25px;
  display: inline-block;
}

.single-footer-widget p {
  margin-bottom: 25px;
  color: rgb(255, 255, 255);
}

.single-footer-widget .social-icon {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.single-footer-widget .social-icon li {
  display: inline-block;
}

.single-footer-widget .social-icon li a {
  display: block;
  color: rgb(255, 255, 255);
  text-transform: capitalize;
  font-size: 18px;
  padding-right: 20px;
}

.single-footer-widget .social-icon li a:hover {
  color: rgb(0, 170, 85);
}

.single-footer-widget .social-icon li:last-child a {
  padding-right: 0px;
}

.single-footer-widget h3 {
  font-size: 25px;
  margin-bottom: 20px;
  color: rgb(255, 255, 255);
}

.single-footer-widget .address {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.single-footer-widget .address li {
  position: relative;
  margin-bottom: 20px;
  color: rgb(255, 255, 255);
  padding-left: 30px;
}

.single-footer-widget .address li i {
  position: absolute;
  top: 1px;
  left: 0px;
  color: rgb(0, 170, 85);
  margin-right: 5px;
}

.single-footer-widget .address li a {
  display: block;
  color: rgb(255, 255, 255);
}

.single-footer-widget .address li a:hover {
  color: rgb(0, 170, 85);
}

.single-footer-widget .address li:last-child {
  margin-bottom: 0px;
}

.single-footer-widget .import-link {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.single-footer-widget .import-link li {
  margin-bottom: 15px;
}

.single-footer-widget .import-link li:last-child {
  margin-bottom: 0px;
}

.single-footer-widget .import-link li a {
  color: rgb(255, 255, 255);
}

.single-footer-widget .import-link li:hover::before {
  border-radius: 50%;
}

.single-footer-widget .import-link li:hover a {
  color: rgb(0, 170, 85);
}

.single-footer-widget .newsletter-form .form-control {
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-bottom: 1px solid rgb(140, 143, 147);
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  color: rgb(255, 255, 255);
}

.single-footer-widget
  .newsletter-form
  .form-control::-webkit-input-placeholder {
  color: rgb(204, 204, 204);
}

.single-footer-widget .newsletter-form .form-control::placeholder {
  color: rgb(204, 204, 204);
}

.single-footer-widget .newsletter-form .subscribe {
  margin-top: 10px;
  background-color: transparent;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.5s ease 0s;
  color: rgb(0, 170, 85);
}

.single-footer-widget .newsletter-form .subscribe i {
  position: relative;
  top: 3px;
}

.single-footer-widget .newsletter-form .subscribe:hover {
  color: rgb(0, 170, 85);
}

.single-footer-widget .newsletter-form #validator-newsletter {
  color: rgb(243, 0, 0);
  margin-top: 10px;
}

.single-footer-widget.newsletter p {
  margin-bottom: 15px;
}

.copy-right-area {
  background-color: rgb(47, 43, 69);
  border-top: 1px solid rgb(68, 65, 88);
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}

.copy-right-area p {
  color: rgb(255, 255, 255);
}

.copy-right-area p i {
  position: relative;
  top: 2px;
}

.copy-right-area p a {
  color: rgb(0, 170, 85);
  font-weight: 600;
}

.copy-right-area p a:hover {
  color: rgb(0, 170, 85);
}

@-webkit-keyframes moveBounce {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes moveBounce {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes scale {
  0% {
    transform: scale(1.5);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1.5);
  }
}

@keyframes scale {
  0% {
    transform: scale(1.5);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1.5);
  }
}

.page-title-area {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
  background-image: url("../images/page-title-bg/page-title-bg-1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.page-title-area::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(58, 54, 80);
  opacity: 0.9;
  z-index: -1;
}

.page-title-area .page-title-content {
  position: relative;
  margin-top: -6px;
  text-align: center;
}

.page-title-area .page-title-content h2 {
  margin-bottom: 15px;
  font-size: 48px;
  color: rgb(255, 255, 255);
}

.page-title-area .page-title-content ul {
  padding-left: 0px;
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: -5px;
}

.page-title-area .page-title-content ul li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  padding-right: 15px;
  margin-left: 15px;
  color: rgb(255, 255, 255);
}

.page-title-area .page-title-content ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -3px;
  background-color: rgb(255, 255, 255);
  width: 1px;
  height: 15px;
}

.page-title-area .page-title-content ul li.active {
  color: rgb(0, 170, 85);
}

.page-title-area .page-title-content ul li:first-child {
  margin-left: 0px;
}

.page-title-area .page-title-content ul li:last-child {
  padding-right: 0px;
}

.page-title-area .page-title-content ul li:last-child::before {
  display: none;
}

.page-title-area .page-title-content ul li a {
  color: rgb(255, 255, 255);
}

.page-title-area .page-title-content ul li a:hover {
  color: rgb(0, 170, 85);
}

.gallery-area .shorting .mix {
  display: none;
}

.shorting-menu {
  background-color: rgb(231, 244, 235);
  max-width: 545px;
  margin: auto auto 50px;
  text-align: center;
  padding: 5px;
  border-radius: 50px;
}

.shorting-menu .filter {
  background-color: transparent;
  padding: 12px 25px;
  font-weight: 600;
  transition: all 0.5s ease 0s;
}

.shorting-menu .filter.active {
  background-color: rgb(0, 170, 85);
  color: rgb(255, 255, 255);
  border-radius: 50px;
}

.gallery-item {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
}

.gallery-item .gallery-item-content {
  background-color: rgb(255, 255, 255);
  padding: 30px;
  position: absolute;
  bottom: -100%;
  left: 30px;
  right: 30px;
  transition: all 0.5s ease 0s;
}

.gallery-item .gallery-item-content a {
  display: block;
  font-size: 22px;
  font-family: Barlow, sans-serif;
  font-weight: 700;
  color: rgb(58, 54, 80);
  margin-bottom: 5px;
}

.gallery-item .gallery-item-content span {
  font-size: 15px;
}

.gallery-item:hover .gallery-item-content {
  bottom: 30px;
}

.faq-accordion {
  max-width: 930px;
  margin: auto;
}

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

.faq-accordion .accordion .accordion-item {
  border-radius: 5px;
  display: block;
  margin-bottom: 15px;
}

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

.faq-accordion .accordion .accordion-title {
  padding: 20px 60px 17px 25px;
  color: rgb(58, 54, 80);
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
  background-color: rgb(231, 244, 235);
  border-bottom: 1px solid rgb(255, 255, 255);
  z-index: 1;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 18px;
  top: 13px;
  font-size: 25px;
  transition: all 0.5s ease 0s;
}

.faq-accordion .accordion .accordion-title.active i {
  transform: rotate(180deg);
}

.faq-accordion .accordion .accordion-title.active i::before {
  content: "";
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -6px;
  padding: 23px;
  background-color: rgb(241, 249, 244);
}

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

.privacy-policy {
  max-width: 930px;
  margin: 0px auto -14px;
}

.privacy-policy .privacy-content {
  margin-bottom: 30px;
}

.privacy-policy .privacy-content h3 {
  margin-bottom: 10px;
  font-size: 25px;
}

.privacy-policy .privacy-content p {
  margin-bottom: 10px;
}

.privacy-policy .privacy-content ul {
  margin-top: 20px;
  padding-left: 18px;
}

.privacy-policy .privacy-content ul li {
  margin-bottom: 10px;
}

.privacy-policy .privacy-content ul li:last-child {
  margin-bottom: 0px;
}

.privacy-policy .privacy-content ul li::marker {
  color: rgb(0, 170, 85);
}

.privacy-policy .privacy-content.content-8 {
  margin-bottom: 0px;
}

.terms-conditions {
  max-width: 930px;
  margin: 0px auto -14px;
}

.terms-conditions .terms-content {
  margin-bottom: 30px;
}

.terms-conditions .terms-content h3 {
  margin-bottom: 10px;
  font-size: 25px;
}

.terms-conditions .terms-content p {
  margin-bottom: 10px;
}

.terms-conditions .terms-content ul {
  margin-top: 20px;
  padding-left: 18px;
}

.terms-conditions .terms-content ul li {
  margin-bottom: 10px;
}

.terms-conditions .terms-content ul li:last-child {
  margin-bottom: 0px;
}

.terms-conditions .terms-content ul li::marker {
  color: rgb(0, 170, 85);
}

.terms-conditions .terms-content.content-8 {
  margin-bottom: 0px;
}

.accessibility-conditions {
  max-width: 930px;
  margin: 0px auto -14px;
}

.accessibility-conditions .accessibility-content {
  margin-bottom: 30px;
}

.accessibility-conditions .accessibility-content h3 {
  margin-bottom: 10px;
  font-size: 25px;
}

.accessibility-conditions .accessibility-content p {
  margin-bottom: 10px;
}

.accessibility-conditions .accessibility-content ul {
  margin-top: 20px;
  padding-left: 18px;
}

.accessibility-conditions .accessibility-content ul li {
  margin-bottom: 10px;
}

.accessibility-conditions .accessibility-content ul li:last-child {
  margin-bottom: 0px;
}

.accessibility-conditions .accessibility-content ul li::marker {
  color: rgb(0, 170, 85);
}

.accessibility-conditions .accessibility-content.content-8 {
  margin-bottom: 0px;
}

.main-contact-area .contact-bg {
  background-image: url("../images/contact-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  padding: 50px;
}

.main-contact-area .contact-bg::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(58, 54, 80);
  opacity: 0.9;
  z-index: -1;
  border-radius: 10px;
}

.main-contact-area .contact-bg::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 300px;
  background-color: rgb(255, 255, 255);
  z-index: -1;
}

.main-contact-area .contact-bg .contact-info {
  padding-bottom: 30px;
}

.main-contact-area
  .contact-bg
  .contact-info
  .col-lg-4:first-child
  .single-contact-info::before {
  border-right: none;
}

.main-contact-area #contactForm {
  margin-left: 100px;
  margin-right: 100px;
  padding: 40px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px 3px;
  border: 1px solid #eee;
}

.main-contact-area .form-group {
  margin-bottom: 30px;
}

.main-contact-area .form-group label {
  font-size: 16px;
  margin-bottom: 10px;
}

.main-contact-area .form-group .form-control {
  background-color: rgb(249, 251, 254);
}

.main-contact-area .form-group .form-control::-webkit-input-placeholder {
  color: rgb(204, 204, 204);
}

.main-contact-area .form-group .form-control::placeholder {
  color: rgb(204, 204, 204);
}

.main-contact-area .form-group.checkboxs {
  position: relative;
  margin-bottom: 30px;
}

.main-contact-area .form-group.checkboxs #chb2 {
  position: absolute;
  top: 8px;
  left: 0px;
}

.main-contact-area .form-group.checkboxs p {
  padding-left: 20px;
}

.main-contact-area .form-group.checkboxs p a {
  color: rgb(0, 170, 85);
}

.main-contact-area .form-group.checkboxs p a:hover {
  color: rgb(58, 54, 80);
}

.list-unstyled {
  color: rgb(220, 53, 69);
  margin-top: 10px;
  font-size: 14px;
}

.hidden {
  display: none;
}

#msgSubmit {
  margin-top: 30px;
  font-size: 20px;
}

.map-area iframe {
  height: 480px;
  display: block;
  width: 100%;
  border: none !important;
}

.single-contact-info {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.single-contact-info::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 100%;
  border-right: 1px dashed rgb(0, 170, 85);
}

.single-contact-info h3 {
  color: rgb(255, 255, 255);
  font-size: 25px;
}

.single-contact-info p {
  font-size: 16px;
  color: rgb(255, 255, 255);
}

.single-contact-info p i {
  color: rgb(0, 170, 85);
  position: relative;
  top: 2px;
  margin-right: 5px;
  display: inline-block;
}

.single-contact-info p a {
  color: rgb(255, 255, 255);
}

.single-contact-info p a:hover {
  color: rgb(0, 170, 85);
}

.book-action {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px 3px;
  padding: 50px;
  max-width: 930px;
  margin: auto;
  text-align: center;
  position: relative;
}

.book-action h2 {
  font-size: 35px;
  margin-top: -6px;
  margin-bottom: 40px;
}

.book-action .form-group {
  margin-bottom: 30px;
  position: relative;
}

.book-action .form-group i {
  position: absolute;
  top: 17px;
  right: 15px;
}

.book-action .form-group .form-control {
  color: rgb(58, 54, 80);
  border: 1px solid rgb(221, 205, 202);
  background-color: transparent;
  padding: 10px 15px;
}

.book-action .form-group .form-control::-webkit-input-placeholder {
  color: rgb(58, 54, 80);
  font-size: 14px;
}

.book-action .form-group .form-control::placeholder {
  color: rgb(58, 54, 80);
  font-size: 14px;
}

.book-action .form-group .form-control:focus {
  border-color: rgb(0, 170, 85);
}

.book-action .form-group select {
  width: 100%;
  height: 50px;
  border-radius: 0px;
  border: 1px solid rgb(221, 205, 202);
  padding: 0px 11px;
  font-size: 14px;
  font-weight: 400;
}

.book-action .form-group select:focus {
  outline: none;
  border-color: rgb(0, 170, 85);
}

.book-action .default-btn {
  width: 100%;
}

.table-condensed {
  border-collapse: collapse;
  width: 256px;
  text-align: center;
}

.table-condensed .prev {
  background-color: rgb(242, 249, 252);
  border-radius: 4px;
  transition: all 0.5s ease 0s;
  cursor: pointer;
}

.table-condensed .prev:hover {
  background-color: rgb(0, 170, 85);
}

.table-condensed .next {
  background-color: rgb(242, 249, 252);
  border-radius: 4px;
  transition: all 0.5s ease 0s;
  cursor: pointer;
}

.table-condensed .next:hover {
  background-color: rgb(0, 170, 85);
}

.table-condensed .day {
  cursor: pointer;
  transition: all 0.5s ease 0s;
  border-radius: 4px;
  font-size: 14px;
}

.table-condensed .day:hover {
  background-color: rgb(0, 170, 85);
  color: rgb(255, 255, 255);
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
  border-radius: 0px !important;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background-color: rgb(0, 170, 85);
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
  background-color: rgb(0, 170, 85);
  border-color: rgb(0, 170, 85);
}

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

.user-area .user-form-content h3 {
  font-size: 24px;
  background-color: rgb(240, 240, 250);
  padding: 20px 30px;
  margin-bottom: 0px;
  border-radius: 30px 0px 0px;
}

.user-area .user-form-content .user-form {
  border-bottom: none;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px 3px;
  background-color: rgb(255, 255, 255);
  padding: 30px;
  margin: auto;
}

.user-area .user-form-content .user-form .form-group {
  margin-bottom: 30px;
}

.user-area .user-form-content .user-form .form-group label {
  font-size: 16px;
  margin-bottom: 12px;
}

.user-area .user-form-content .user-form .form-group .form-control {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px 3px;
}

.user-area .user-form-content .user-form .login-action {
  margin-bottom: 30px;
}

.user-area .user-form-content .user-form .login-action .log-rem {
  display: inline-block;
}

.user-area .user-form-content .user-form .login-action .log-rem label {
  margin-bottom: 0px;
  font-size: 16px;
}

.user-area .user-form-content .user-form .login-action .forgot-login {
  display: inline-block;
  float: right;
}

.user-area .user-form-content .user-form .default-btn {
  width: 100%;
  margin-bottom: 30px;
}

.user-area .user-form-content .or {
  text-align: center;
  font-size: 16px;
  display: block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.user-area .user-form-content .or::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0px;
  width: 45%;
  height: 1px;
  background-color: rgb(204, 204, 204);
  z-index: -1;
}

.user-area .user-form-content .or::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 0px;
  width: 45%;
  height: 1px;
  background-color: rgb(204, 204, 204);
  z-index: -1;
}

.user-area .user-form-content .or-login {
  display: block;
  text-align: center;
  border: 1px solid rgb(204, 204, 204);
  padding: 15px 30px;
  border-radius: 4px;
  margin-bottom: 30px;
  font-size: 16px;
}

.user-area .user-form-content .or-login i {
  color: rgb(59, 89, 152);
  font-size: 20px;
  position: relative;
  top: 3px;
}

.user-area .user-form-content .or-login.google i {
  color: rgb(237, 29, 36);
}

.user-area .user-form-content .or-login:hover {
  background-color: rgb(0, 170, 85);
  color: rgb(255, 255, 255);
  border-color: rgb(0, 170, 85);
}

.user-area .user-form-content .or-login:hover i {
  color: rgb(255, 255, 255);
}

.user-area .user-form-content .create {
  text-align: center;
  font-size: 16px;
}

.user-area .user-form-content .create a {
  color: rgb(0, 170, 85);
}

.user-area .user-form-content.log-in-width {
  max-width: 930px;
  margin: auto;
}

.user-area .user-form-content.register-width {
  max-width: 930px;
  margin: auto;
}

.blog-details-area .col-lg-4 .sidebar-widget:last-child {
  margin-bottom: 0px;
}

.sidebar-widget {
  margin-bottom: 35px;
}

.sidebar-widget h3 {
  font-size: 25px;
  background-color: rgb(231, 244, 235);
  padding: 15px 30px;
  margin-bottom: 0px;
  border-radius: 30px 0px 0px;
}

.sidebar-widget ul {
  padding: 15px 30px;
  margin: 0px;
  list-style-type: none;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px 3px;
}

.sidebar-widget.councilor {
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px 3px;
  border-radius: 30px 0px 0px;
}

.sidebar-widget.councilor .councilor-content {
  padding: 30px;
}

.sidebar-widget.councilor .councilor-content img {
  margin-bottom: 20px;
}

.sidebar-widget.councilor .councilor-content h4 {
  font-size: 20px;
  margin-bottom: 5px;
}

.sidebar-widget.councilor .councilor-content span {
  display: block;
  margin-bottom: 15px;
  color: rgb(0, 170, 85);
}

.sidebar-widget.councilor .councilor-content p {
  margin-bottom: 18px;
}

.sidebar-widget.councilor .councilor-content ul {
  box-shadow: none;
  padding: 0px;
  line-height: 1;
}

.sidebar-widget.councilor .councilor-content ul li {
  display: inline-block;
}

.sidebar-widget.councilor .councilor-content ul li a {
  display: block;
  color: rgb(58, 54, 80);
  font-size: 18px;
  padding: 0px 10px;
}

.sidebar-widget.councilor .councilor-content ul li a:hover {
  color: rgb(0, 170, 85);
}

.sidebar-widget.search .search-form {
  background-color: rgb(231, 244, 235);
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px 3px;
  position: relative;
  border-radius: 30px 0px 0px;
}

.sidebar-widget.search .search-form .form-control {
  background-color: rgb(255, 255, 255);
}

.sidebar-widget.search .search-form .search-button {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  top: 29px;
  right: 31px;
  font-size: 20px;
  color: rgb(0, 170, 85);
  transition: all 0.5s ease 0s;
  background-color: transparent;
}

.sidebar-widget.search .search-form .search-button:hover {
  color: rgb(0, 170, 85);
}

.sidebar-widget.categories ul li {
  margin-bottom: 11.6px;
  font-size: 15px;
  position: relative;
  border-bottom: 1px solid rgb(238, 238, 238);
  padding-bottom: 11.6px;
}

.sidebar-widget.categories ul li i {
  font-size: 15px;
  margin-right: 5px;
}

.sidebar-widget.categories ul li a {
  font-weight: 600;
  color: rgb(58, 54, 80);
}

.sidebar-widget.categories ul li a i {
  float: right;
  position: relative;
  top: 1px;
}

.sidebar-widget.categories ul li:hover a {
  color: rgb(0, 170, 85);
}

.sidebar-widget.categories ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.sidebar-widget.tags ul li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}

.sidebar-widget.tags ul li a {
  border: 1px solid rgb(238, 238, 238);
  padding: 8px 12px;
  display: inline-block;
  background-color: rgb(255, 255, 255);
}

.sidebar-widget.tags ul li a:hover {
  transform: translateY(-2px);
  background-color: rgb(0, 170, 85);
  color: rgb(255, 255, 255);
  border-color: rgb(0, 170, 85);
}

.sidebar-widget.tags ul li:last-child {
  margin-bottom: 0px;
}

.sidebar-widget.advertizing {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px 3px;
  border-radius: 30px 0px 0px;
  padding-bottom: 1px;
}

.sidebar-widget.advertizing .advertizing-img {
  margin: 30px;
}

.blog-details-content .blog-details-img {
  margin-bottom: 30px;
  position: relative;
}

.blog-details-content .blog-details-img ul {
  margin: 0px;
  list-style: none;
  background-color: rgb(0, 170, 85);
  display: inline-block;
  padding: 10px;
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.blog-details-content .blog-details-img ul li {
  border-bottom: 1px solid rgb(255, 255, 255);
  padding-bottom: 5px;
  margin-bottom: 2px;
  color: rgb(255, 255, 255);
  text-align: center;
}

.blog-details-content .blog-details-img ul li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.blog-details-content .blog-top-content .news-content .admin {
  padding: 0px;
  margin: 0px 0px 5px;
  list-style-type: none;
}

.blog-details-content .blog-top-content .news-content .admin li {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
  display: inline-block;
  transition: all 0.5s ease 0s;
}

.blog-details-content .blog-top-content .news-content .admin li i {
  color: rgb(0, 170, 85);
  display: inline-block;
  margin-right: 5px;
}

.blog-details-content .blog-top-content .news-content .admin li::before {
  content: "";
  position: absolute;
  top: 4px;
  right: -4px;
  width: 1px;
  height: 85%;
  background-color: rgb(107, 107, 107);
}

.blog-details-content .blog-top-content .news-content .admin li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.blog-details-content
  .blog-top-content
  .news-content
  .admin
  li:last-child::before {
  display: none;
}

.blog-details-content .blog-top-content .news-content .admin li:nth-child(2) i {
  position: relative;
  top: 3px;
}

.blog-details-content .blog-top-content .news-content h3 {
  font-size: 35px;
  margin-bottom: 20px;
}

.blog-details-content .blog-top-content .news-content-2 {
  margin-top: 25px;
}

.blog-details-content .blog-top-content .news-content-2 h4 {
  font-size: 25px;
  margin-bottom: 25px;
}

.blog-details-content .blog-top-content .news-content-2 .single-recent-post {
  position: relative;
  height: 152px;
  padding: 20px 20px 20px 225px;
  background-color: rgb(241, 250, 244);
  margin-bottom: 30px;
}

.blog-details-content .blog-top-content .news-content-2 .single-recent-post h3 {
  line-height: 1;
}

.blog-details-content
  .blog-top-content
  .news-content-2
  .single-recent-post
  h3
  a {
  font-size: 20px;
}

.blog-details-content .blog-top-content .news-content-2 .single-recent-post p {
  margin-bottom: 10px;
}

.blog-details-content
  .blog-top-content
  .news-content-2
  .single-recent-post
  img {
  position: absolute;
  top: 0px;
  left: 0px;
}

.blog-details-content .blog-top-content .news-content-3 {
  margin-top: 25px;
}

.blog-details-content .blog-top-content .news-content-3 h4 {
  font-size: 25px;
  margin-bottom: 25px;
}

.blog-details-content .blog-top-content .news-content-3 ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.blog-details-content .blog-top-content .news-content-3 ul li {
  position: relative;
  padding-left: 150px;
  margin-bottom: 40px;
}

.blog-details-content .blog-top-content .news-content-3 ul li img {
  position: absolute;
  top: 0px;
  left: 0px;
}

.blog-details-content .blog-top-content .news-content-3 ul li h5 {
  font-size: 18px;
  margin-bottom: 15px;
}

.blog-details-content .blog-top-content .news-content-3 ul li h5 span {
  font-size: 14px;
  font-weight: normal;
  margin-left: 10px;
  display: inline-block;
}

.blog-details-content .blog-top-content .news-content-3 ul li a {
  font-weight: 600;
  color: rgb(0, 170, 85);
  font-size: 14px;
}

.blog-details-content .blog-top-content .news-content-3 ul li a i {
  position: relative;
  top: 3px;
  margin-left: 5px;
  color: rgb(0, 170, 85);
}

.blog-details-content .blog-top-content .news-content-3 ul li.active {
  margin-left: 50px;
}

.blog-details-content .leave-reply h3 {
  background-color: rgb(231, 244, 235);
  padding: 15px 30px;
  margin-bottom: 0px;
  border-radius: 30px 0px 0px;
  font-size: 24px;
}

.blog-details-content .leave-reply form {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px 3px;
  padding: 30px;
}

.blog-details-content .leave-reply form p {
  margin-top: -10px;
}

.blog-details-content .leave-reply form .form-group {
  margin-bottom: 30px;
}

.blog-details-content .leave-reply form .form-group label {
  margin-bottom: 12px;
  font-weight: 600;
}

.blog-details-content .leave-reply form .form-group .form-control {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px 3px;
}

.blog-details-content
  .leave-reply
  form
  .form-group
  .form-control::-webkit-input-placeholder {
  color: rgb(204, 204, 204);
}

.blog-details-content .leave-reply form .form-group .form-control::placeholder {
  color: rgb(204, 204, 204);
}

.blog-post-area .single-blog-box {
  padding: 0px;
  box-shadow: none;
  margin-bottom: 40px;
}

.blog-post-area .single-blog-box.active {
  background-color: rgb(242, 249, 244);
}

.blog-post-area .single-blog-box.active .blog-content {
  padding: 30px;
  margin-top: 0px;
}

.blog-post-area .single-blog-box .blog-content {
  padding: 0px;
  margin-top: 30px;
}

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

.services-content h3 {
  margin-bottom: 10px;
  font-size: 28px;
}

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

.services-content ul {
  margin-top: 20px;
  padding-left: 18px;
}

.services-content ul li {
  margin-bottom: 10px;
}

.services-content ul li:last-child {
  margin-bottom: 0px;
}

.services-content ul li::marker {
  color: rgb(0, 170, 85);
}

.services-content.mb-0 {
  margin-bottom: -10px !important;
}

.project-details-area .project-details-content {
  max-width: 930px;
  margin: auto;
}

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

.event-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
  margin-top: -8px;
}

.event-content.event-content-two .event-date {
  background-color: rgb(231, 244, 235);
  padding: 20px 40px;
}

.event-content.event-content-two .event-date h4 {
  font-size: 20px;
}

.event-content.event-content-three ul {
  padding-left: 18px;
}

.event-content.event-content-three ul li {
  margin-bottom: 10px;
}

.event-content.event-content-three ul li::marker {
  color: rgb(0, 170, 85);
}

.event-content.event-content-three ul li:last-child {
  margin-bottom: 0px;
}

.event-content.event-content-five iframe {
  width: 100%;
  height: 400px;
  border: none;
}

.event-content.event-content-six h3 {
  margin-bottom: 15px;
}

.event-content.event-content-six .single-recent-post {
  position: relative;
  height: 152px;
  padding: 20px 20px 20px 225px;
  background-color: rgb(241, 250, 244);
  margin-bottom: 30px;
}

.event-content.event-content-six .single-recent-post h3 {
  line-height: 1;
  margin-top: revert;
}

.event-content.event-content-six .single-recent-post h3 a {
  font-size: 20px;
}

.event-content.event-content-six .single-recent-post p {
  margin-bottom: 10px;
}

.event-content.event-content-six .single-recent-post img {
  position: absolute;
  top: 0px;
  left: 0px;
}

.event-content.one {
  margin-bottom: 0px;
}

.event-widget-sidebar {
  margin-bottom: 30px;
}

.event-widget-sidebar .single-another {
  margin-right: 1px;
}

.event-widget-sidebar .single-another h3 {
  font-size: 23px;
  background-color: rgb(231, 244, 235);
  padding: 15px;
  margin-bottom: 0px;
  text-align: center;
}

.event-widget-sidebar .single-another .another-content {
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px 3px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(238, 238, 238);
}

.event-widget-sidebar .single-another .another-content h4 {
  font-size: 20px;
  margin-bottom: 15px;
}

.event-widget-sidebar .single-another .another-content h4 a {
  color: rgb(58, 54, 80);
}

.event-widget-sidebar
  .single-another
  .another-content.single-event-box
  .event-content {
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 30px;
}

.event-widget-sidebar .owl-theme .owl-nav {
  margin-bottom: 0px;
}

.event-widget-sidebar .owl-theme .owl-nav .owl-prev,
.event-widget-sidebar .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 8px;
  left: 22px;
  background-color: transparent;
  margin: 0px;
}

.event-widget-sidebar .owl-theme .owl-nav .owl-prev i,
.event-widget-sidebar .owl-theme .owl-nav .owl-next i {
  font-size: 30px;
  transition: all 0.5s ease 0s;
}

.event-widget-sidebar .owl-theme .owl-nav .owl-prev:hover i,
.event-widget-sidebar .owl-theme .owl-nav .owl-next:hover i {
  color: rgb(0, 170, 85);
}

.event-widget-sidebar .owl-theme .owl-nav .owl-next {
  left: auto;
  right: 22px;
}

.datepickers {
  background-color: rgb(253, 253, 253);
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 0px,
    rgba(0, 0, 0, 0.1) 0px 5px 10px 0px;
  padding: 1rem;
}

.datepickers .datepickers-top {
  margin-bottom: 1rem;
}

.datepickers .btn-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  margin-top: -0.5rem;
}

.datepickers .tag {
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  border: 0px;
  background-color: rgb(107, 107, 107);
  border-radius: 10px;
  padding: 0.5em 0.75em;
  font-weight: 600;
}

.datepickers .month-selector {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.datepickers .arrow {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border: 0px;
  background-color: rgb(255, 255, 255);
  border-radius: 12px;
  width: 2.5rem;
  height: 2.5rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px 3px;
  transition: all 0.5s ease 0s;
}

.datepickers .arrow:hover {
  background-color: rgb(0, 170, 85);
  color: rgb(255, 255, 255);
}

.datepickers .month-name {
  font-weight: 600;
}

.datepickers .datepickers-calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  row-gap: 1rem;
}

.datepickers .day,
.datepickers .date {
  justify-self: center;
}

.datepickers .day {
  color: rgb(107, 107, 107);
  font-size: 0.875em;
  font-weight: 500;
  justify-self: center;
}

.datepickers .date {
  padding: 0px;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 600;
  border: 2px solid transparent;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}

.datepickers .date:focus {
  outline: 0px;
  color: rgb(0, 170, 85);
  border: 2px solid rgb(0, 170, 85);
}

.datepickers .date:hover {
  background-color: rgb(0, 170, 85);
  color: rgb(255, 255, 255);
}

.datepickers .faded {
  color: rgb(107, 107, 107);
}

.datepickers .current-day {
  color: rgb(255, 255, 255);
  border-color: rgb(0, 170, 85);
  background-color: rgb(0, 170, 85);
}

.datepickers .current-day:focus {
  background-color: rgb(0, 170, 85);
  color: rgb(255, 255, 255);
}

.error-area {
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: rgb(233, 252, 255);
}

.error-area .error-content {
  z-index: 1;
  position: relative;
}

.error-area .error-content h1 {
  font-size: 300px;
  line-height: 1;
  font-weight: 700;
  color: rgb(0, 170, 85);
  margin-top: -48px;
}

.error-area .error-content h1 .a {
  display: inline-block;
}

.error-area .error-content h1 .red {
  color: rgb(255, 0, 0);
  display: inline-block;
  transform: rotate(45deg);
}

.error-area .error-content h1 .b {
  display: inline-block;
}

.error-area .error-content h3 {
  margin: 30px 0px 0px;
  position: relative;
  color: rgb(255, 0, 0);
}

.error-area .error-content p {
  margin: 20px 0px;
  font-size: 19px;
  color: rgb(0, 170, 85);
}

.coming-soon-area {
  height: 100vh;
  position: relative;
  background-image: url("../images/coming-soon-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.coming-soon-area::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  opacity: 0.8;
  z-index: -1;
}

.coming-soon-area .coming-soon-content {
  max-width: 700px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  padding: 40px 60px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: relative;
  background-image: url("../images/coming-soon-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.coming-soon-area .coming-soon-content::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  z-index: -1;
}

.coming-soon-area .coming-soon-content .logo {
  display: inline-block;
}

.coming-soon-area .coming-soon-content h2 {
  font-size: 48px;
  margin-top: -10px;
  margin-bottom: 0px;
}

.coming-soon-area .coming-soon-content #timer {
  margin-top: 40px;
}

.coming-soon-area .coming-soon-content #timer div {
  border: 4px solid rgb(0, 170, 85);
  color: rgb(0, 170, 85);
  width: 100px;
  height: 105px;
  font-size: 40px;
  font-weight: 800;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 20px 0px;
}

.coming-soon-area .coming-soon-content #timer div span {
  display: block;
  margin-top: -2px;
  font-size: 17px;
  font-weight: 600;
}

.coming-soon-area .coming-soon-content form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.coming-soon-area .coming-soon-content form .form-group {
  margin-bottom: 25px;
  width: 100%;
  position: relative;
}

.coming-soon-area .coming-soon-content form .form-group .label-title {
  margin-bottom: 0px;
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  pointer-events: none;
  width: 100%;
  height: 100%;
  color: rgb(58, 54, 80);
}

.coming-soon-area .coming-soon-content form .form-group .label-title i {
  position: absolute;
  left: 0px;
  transition: all 0.5s ease 0s;
  top: 9px;
  font-size: 22px;
}

.coming-soon-area .coming-soon-content form .form-group .label-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 2px;
  transition: all 0.5s ease 0s;
  background: rgb(0, 170, 85);
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter {
  border-radius: 0px;
  border: 1px solid rgb(238, 238, 238);
  padding: 10px 20px;
  color: rgb(58, 54, 80);
  height: 50px;
  display: block;
  width: 100%;
  transition: all 0.5s ease 0s;
  font-size: 16px;
  font-weight: 400;
  background-color: rgb(255, 255, 255);
}

.coming-soon-area
  .coming-soon-content
  form
  .form-group
  .input-newsletter::-webkit-input-placeholder {
  color: rgb(107, 107, 107);
  transition: all 0.5s ease 0s;
}

.coming-soon-area
  .coming-soon-content
  form
  .form-group
  .input-newsletter::placeholder {
  color: rgb(107, 107, 107);
  transition: all 0.5s ease 0s;
}

.coming-soon-area
  .coming-soon-content
  form
  .form-group
  .input-newsletter:focus {
  border-color: rgb(0, 170, 85);
  outline: 0px !important;
}

.coming-soon-area
  .coming-soon-content
  form
  .form-group
  .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.coming-soon-area
  .coming-soon-content
  form
  .form-group
  .input-newsletter:focus::placeholder {
  color: transparent;
}

.coming-soon-area .coming-soon-content form .default-btn {
  border-radius: 0px;
  position: relative;
  height: 46px;
  line-height: 0;
}

.coming-soon-area .coming-soon-content form .default-btn::before {
  border-radius: 0px;
}

.coming-soon-area .coming-soon-content form .validation-danger {
  margin-top: 15px;
  color: rgb(255, 0, 0);
}

.coming-soon-area .coming-soon-content form .validation-success {
  margin-top: 15px;
}

.coming-soon-area .coming-soon-content form p {
  margin-bottom: 0px;
  margin-top: 20px;
}

.coming-soon-area .coming-soon-content .newsletter-form {
  position: relative;
}

.coming-soon-area .coming-soon-content .newsletter-form .default-btn {
  position: absolute;
  top: 2px;
  right: 2px;
}

.coming-soon-area .online-treatment-shape-1 {
  position: absolute;
  top: 0px;
  right: 0px;
}

.coming-soon-area .online-treatment-shape-2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgb(255, 255, 255);
  top: 0px;
  left: 0px;
  z-index: 99999;
}

.preloader .lds-ripple {
  position: absolute;
  width: 80px;
  height: 80px;
  animation: 2.5s cubic-bezier(0.17, 0.72, 0.55, 1.66) 0s infinite normal none
    running spin-six;
  left: 50%;
  top: 50%;
  transform: translate(-40px, -50px);
}

.preloader .preloader-container {
  width: 80px;
  height: 80px;
}

.preloader .pl-spark-1 {
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  margin: 0px auto 18px;
  position: relative;
  width: 50px;
  height: 50px;
}

.preloader .pl-spark-1::before,
.preloader .pl-spark-1::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background: rgb(0, 170, 85);
  display: block;
  transform-origin: 50% 100%;
  clip-path: polygon(0px 0px, 100% 0px, 50% 100%);
}

.preloader .pl-spark-1.pl-spark-2::before {
  animation-name: scaleA;
}

.preloader .pl-spark-1.pl-spark-2::after {
  animation-name: scaleB;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

@-webkit-keyframes scaleA {
  0%,
  50%,
  100% {
    transform: scale(1);
  }

  25%,
  75% {
    transform: scale(-1);
  }
}

@keyframes scaleA {
  0%,
  50%,
  100% {
    transform: scale(1);
  }

  25%,
  75% {
    transform: scale(-1);
  }
}

@-webkit-keyframes scaleB {
  0%,
  50%,
  100% {
    transform: rotate(90deg) scale(0);
  }

  12.5%,
  62.5% {
    transform: rotate(90deg) scale(1);
  }

  37.5%,
  87.5% {
    transform: rotate(90deg) scale(-1);
  }
}

@keyframes scaleB {
  0%,
  50%,
  100% {
    transform: rotate(90deg) scale(0);
  }

  12.5%,
  62.5% {
    transform: rotate(90deg) scale(1);
  }

  37.5%,
  87.5% {
    transform: rotate(90deg) scale(-1);
  }
}

.go-top {
  position: fixed;
  cursor: pointer;
  right: 3%;
  top: 87%;
  background-color: rgb(0, 170, 85);
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  transform: scale(0);
  visibility: hidden;
  transition: all 0.9s ease 0s;
}

.go-top i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  margin: 0px auto;
  color: rgb(255, 255, 255);
  transition: all 0.5s ease 0s;
  font-size: 20px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgb(0, 170, 85);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
}

.go-top:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 170, 85);
}

.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child {
  opacity: 0;
  top: 0px;
  visibility: hidden;
}

.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top:focus {
  color: rgb(255, 255, 255);
}

.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:focus i:first-child {
  opacity: 0;
  top: 0px;
  visibility: hidden;
}

.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 87%;
  transform: scale(1);
}

.video-btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: rgb(0, 170, 85);
  position: relative;
  top: 3px;
  z-index: 1;
  background-color: rgba(98, 189, 94, 0.8);
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}

.video-btn i {
  font-size: 42px;
  color: rgb(255, 255, 255);
  position: absolute;
  top: 0px;
  left: 3px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
}

.video-btn::after,
.video-btn::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0px;
  z-index: -1;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
  animation: 1.6s ease-out 0s infinite normal none running ripple;
  background-color: rgba(98, 189, 94, 0.8);
}

.video-btn:hover {
  background-color: rgba(27, 27, 27, 0.8);
}

.video-btn:hover::before,
.video-btn:hover::after {
  background-color: rgba(27, 27, 27, 0.8);
}

@-webkit-keyframes ripple {
  0%,
  35% {
    transform: scale(0);
    opacity: 1;
  }

  50% {
    transform: scale(1.5);
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    transform: scale(2);
  }
}

@keyframes ripple {
  0%,
  35% {
    transform: scale(0);
    opacity: 1;
  }

  50% {
    transform: scale(1.5);
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    transform: scale(2);
  }
}

.nice-select .list {
  width: 100%;
  border-radius: 0px;
  height: 200px;
  overflow-y: scroll;
}

.nice-select .option:hover {
  background-color: rgb(0, 170, 85);
  color: rgb(255, 255, 255);
}

.nice-select .option.selected.focus {
  color: rgb(0, 170, 85);
}

.nice-select .current {
  font-size: 16px;
}

.pagination-area {
  margin: 10px auto auto;
  text-align: center;
}

.pagination-area .page-numbers {
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: rgb(58, 54, 80);
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 17px;
  background-color: rgb(241, 250, 244);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px 3px;
  border: 1px solid rgb(238, 238, 238);
}

.pagination-area .page-numbers:hover {
  color: rgb(255, 255, 255);
  border-color: rgb(0, 170, 85);
  background-color: rgb(0, 170, 85);
}

.pagination-area .page-numbers i {
  font-size: 20px;
}

.pagination-area .page-numbers.next {
  top: 3px;
}

.pagination-area .page-numbers.current {
  color: rgb(255, 255, 255);
  border-color: rgb(0, 170, 85);
  background-color: rgb(0, 170, 85);
}

.topHeader {
  background: rgb(255, 225, 38);
  color: rgb(6, 21, 47);
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 1px solid rgb(231, 235, 239);
}

.topHeader .topHeader a {
  color: rgb(6, 21, 47);
  margin: 0px 5px;
  font-family: Arial, Helvetica, sans-serif;
}

.topHeader i {
  vertical-align: middle;
  margin-top: -3px;
}

.topHeader .common-left ul {
  list-style: none;
}

.topHeader .common-left ul li {
  float: left;
  font-size: 11px;
  font-weight: 600;
  text-align: left;
  padding-right: 25px;
  text-transform: uppercase;
  line-height: 15px;
}

.topHeader .common-left ul li a,
.topHeader a {
  color: var(--thm-base1);
}

.topHeader .common-left ul li a:hover,
.topHeader a:hover {
  color: var(--thm-base);
}

.topHeader .common-left ul li span {
  display: block;
}

.topHeader .common-left ul li img {
  float: left;
}

.topHeader .common-middle a {
  margin: 0px 10px;
  font-size: 13px;
}

.topRightHeader {
  color: rgb(0, 0, 0);
}

.topRightHeader .dropdown > a {
  border-left: 1px solid rgb(255, 255, 255);
  margin: 0px;
  font-size: 12px;
  display: block;
  padding: 5px 9px;
  float: left;
  text-transform: uppercase;
}

.topRightHeader .dropdown > a:hover {
  background: var(--thm-base);
  color: rgb(255, 255, 255);
}

.topRightHeader .dropdown {
  float: left;
}

.topRightHeader .dropdown > img {
  cursor: pointer;
}

.topRightHeader .dropdown-menu {
  left: auto;
  right: 0px;
  border: 0px;
  box-shadow: none;
}

.topRightHeader .dropdown .menuPanelDown {
  left: 1px;
  right: auto;
  top: 27px;
  padding: 0px;
  min-width: 42px;
  border-radius: 0px;
  text-align: center;
}

.topRightHeader .dropdown .menuPanelDown li {
  padding: 0px;
}

.topRightHeader .dropdown .menuPanelDown li a {
  border-bottom: 1px solid rgb(206, 206, 206);
  text-align: center;
  margin: 0px;
  padding: 3px 0px;
  display: block;
  font-size: 14px;
  background: rgb(2, 169, 227);
  color: rgb(255, 255, 255);
}

.topRightHeader .dropdown .menuPanelDown li a:hover {
  background: rgb(51, 51, 51);
}

.topRightHeader .dropdown:hover .menuPanelDown {
  display: block;
  width: 100%;
}

.topRightHeader .dropdown .languageMenu li a {
  padding: 3px 23px;
  display: block;
}

.totalVisitorsBox {
  background: rgb(8, 20, 92);
  border-radius: 10px;
  color: var(--thm-text-dark);
  padding: 15px;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.topRightHeader .dropdown a img {
  width: 19px;
}

.topHeader .common-left ul li img {
  float: left;
  width: 20px;
}

.topHeader .common-left ul li a,
.topHeader a {
  color: rgb(0, 0, 0);
  padding: 0px;
}

ul.header-left-content li a img {
  width: 110px;
}

.header-left-content a img {
  width: 200px;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 5px;
}

.header-right-content a img {
  width: 100%;
  background: rgb(255, 255, 255);
}

.header-left-content a.logo img {
  width: 250px;
  background: none;
  box-shadow: none;
  padding: 0px;
}

.header-right-content a img.imgTwo {
  width: 225px;
}

.header-right-content a img.imgThree {
  width: 190px;
}

.header-right-content .fb-bg,
.social li a.fb-bg {
  background-color: rgb(58, 88, 151);
}

.header-right-content .tw-bg,
.social li a.tw-bg {
  background: rgb(86, 172, 238);
}

.header-right-content .yt-bg,
.social li a.yt-bg {
  background: rgb(217, 38, 35);
}

.header-right-content .insta-bg,
.social li a.insta-bg {
  background: rgb(35, 31, 32);
}

.header-right-content .in-bg,
.social li a.in-bg {
  background: rgb(0, 123, 181);
}

.header-right-content ul.social {
  margin-bottom: 0px;
  margin-top: 8px;
}

.header-right-content .social li {
  width: 35px;
  text-align: center;
  list-style: none;
}

.header-right-content .social li a {
  color: white;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 34px;
  border-radius: 50px;
  align-items: center;
}

.header-right-content .social li a:hover {
  opacity: 0.9;
}

.header-right-content .social li a i {
  font-size: 18px;
}

a.default-btn.one {
  background-color: rgb(58, 54, 80);
  color: rgb(255, 255, 255);
}

a.default-btn.one:hover {
  background-color: rgb(0, 170, 85);
  color: rgb(255, 255, 255);
}

.Marquee {
  background: rgb(23, 82, 0);
  width: 100%;
  box-sizing: border-box;
  padding: 8px;
  color: white;
  font-weight: 200;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.Marquee-content {
  display: flex;
}

.Marquee-content:hover {
  animation-play-state: paused;
}

.Marquee-tag {
  width: 100%;
  margin: 0px 0.5em;
  padding: 2px 0.5em;
  background: rgba(255, 255, 255, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease 0s;
  height: 66px;
}

.Marquee-tag:hover {
  background: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
  cursor: pointer;
}

.Marquee-tag a {
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  align-self: center;
}

.Marquee-tag a i {
  font-size: 18px;
}

.Marquee .owl-theme img {
  width: 100%;
  min-height: 200px;
}

.Marquee .owl-carousel .owl-prev,
.Marquee .owl-carousel .owl-next {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  font-weight: bold;
  text-align: center;
  box-shadow: rgb(0, 0, 0) 0px 0px 10px 0px;
  background-color: rgb(255, 255, 255) !important;
  color: rgb(0, 0, 0) !important;
  font-size: 1.5em !important;
  line-height: 40px !important;
  border-radius: 100% !important;
  padding: 15px !important;
}

.Marquee .owl-carousel .owl-prev:hover,
.Marquee .owl-carousel .owl-next:hover {
  box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
  background-color: red !important;
  color: rgb(255, 255, 255) !important;
}

.Marquee .owl-carousel .owl-prev {
  left: -11px;
}

.Marquee .owl-carousel .owl-next {
  right: -11px;
}

.Marquee .owl-theme .owl-dots .owl-dot.active span {
  width: 25px;
  transition: all 0.2s ease-in-out 0s;
  background: red !important;
}

.Marquee .owl-theme .owl-dots .owl-dot:hover span {
  transition: all 0.2s ease-in-out 0s;
  background: red !important;
}

@media only screen and (max-width: 480px) {
  .Marquee .owl-theme .owl-dots .owl-dot {
    display: none;
  }

  .Marquee .owl-carousel .owl-prev,
  .Marquee .owl-carousel .owl-next {
    width: 30px;
    height: 30px;
    top: 45%;
    box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
    font-size: 14px !important;
  }

  .Marquee .owl-carousel .owl-prev {
    left: 0px;
  }

  .Marquee.owl-carousel .owl-next {
    right: 0px;
  }
}

.who-we-are-img img {
  border-radius: 10px;
}

.depart-info { position: relative;
  background: url("../images/img01.jpg") center bottom / cover no-repeat fixed;
  padding: 20px 0;
}
.depart-info:after{ position: absolute; left: 0; top: 0; background: rgba(0, 0, 0, .4); width: 100%; height: 100%; content: ''; position: absolute; }
.depart-info.p80 {
  padding: 80px 0px 50px;
}

.depart-info .deprt-icon-box {
  background: rgb(255, 255, 255);
  border-radius: 10px;
  text-align: center;
  height: 225px;
  margin: 0px 0px 28px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 5px 15px 0px;
  padding: 40px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  border: 1px solid rgba(23, 82, 0, 0.38);
}

.depart-info .deprt-icon-box img {
  margin: 0px 0px 20px;
  width: 85px;
  height: 85px;
}

.deprt-icon-box h6 {
  line-height: 22px;
  margin: 0px 0px 12px;
  font-weight: 600;
}

.deprt-icon-box h6 a {
  color: rgb(34, 34, 34);
}

.deprt-icon-box a.rm {
  background: rgb(217, 65, 72);
  display: inline-block;
  color: rgb(255, 255, 255);
  line-height: 24px;
  border-radius: 12px;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0px 15px;
  opacity: 0;
  transition-duration: 1s;
}

.deprt-icon-box:hover {
  padding: 20px 40px;
}

.deprt-icon-box:hover a.rm {
  opacity: 1;
}

.deprt-icon-box:hover h6 a {
  color: rgb(217, 65, 72);
}

.deprt-icon-box a.rm:hover {
  background: rgb(64, 64, 126);
  color: rgb(255, 255, 255);
}

a.jobs-link {
  background: rgb(217, 65, 72);
  display: block;
  line-height: 52px;
  clear: both;
  text-align: center;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  border-radius: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

a.jobs-link:hover {
  background: rgb(64, 64, 126);
  color: rgb(255, 255, 255);
}

ul.reports {
  padding: 0px;
  margin: 10px 0px 0px;
  background: rgb(56, 161, 243);
  list-style: none;
  border-radius: 5px;
  overflow: hidden;
}

ul.reports a {
  color: rgb(255, 255, 255);
  line-height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  padding: 0px 20px;
}

ul.reports a:hover {
  background: rgba(0, 0, 0, 0.3);
  color: rgb(255, 255, 255);
}

ul.reports a i {
  margin-right: 10px;
}

.depart-info .emergency-info .panel-group .panel-heading {
  padding: 15px 0px 15px 20px;
}

.brand-area.style2 {
  padding: 30px 0px 25px;
}

.pump {
  padding-left: 34px;
  display: flex;
  flex-direction: column;
  color: #000;
  justify-content: center;
  background: #e1e126 url("../images/location.png") no-repeat 117% center;
}

.pump h3,
.pump h3 a {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.pump img {
  width: 156px;
  padding-top: 20px;
  transition: all 0.6s ease 0s;
}

.pump:hover img {
  transform: rotateY(360deg);
}

.mains img {
  box-shadow: rgba(0, 0, 0, 0.26) -4px 6px 15px;
}

.mains .pump.w-50 {
  box-shadow: rgba(0, 0, 0, 0.26) 5px 7px 15px;
}

.single-services-box {
  height: 100%;
}

.single-services-box h3 img {
  margin-bottom: 5px;
  width: 45px;
  margin-left: 7px;
}

.single-services-box.highlightArea {
}
.single-services-box.highlightArea ul {
  margin: 0;
  padding: 0;
}
.single-services-box.highlightArea ul li {
  list-style: none;
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
}
.single-services-box.highlightArea ul li:after {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50px;
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
}
.single-services-box.highlightArea ul li a {
  color: #000;
  font-size: 14px;
}

.single-services-box.newUpdatesArea ul {
  margin: 0;
  padding: 0;
}
.single-services-box.newUpdatesArea ul li {
  list-style: none;
  position: relative;
  margin-bottom: 10px;
}
.single-services-box.newUpdatesArea ul li a {
  display: block;
  background: #defcd3;
  color: #000;
  padding: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  border-radius: 5px;
}
.single-services-box.newUpdatesArea ul li a:hover {
  background: #c4eeb5;
}
.single-services-box.newUpdatesArea ul li a span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 600;
  margin-bottom: 0;
}

ul.nav-footer {
  display: flex;
  padding: 0px;
  margin: 0px;
  justify-content: end;
}

ul.nav-footer li {
  padding: 0px;
  list-style: none;
}

ul.nav-footer li a {
  color: rgb(255, 255, 255);
  font-size: 14px;
  padding-right: 22px;
}

.single-footer-widget.single-bg a img {
  width: 152px;
  filter: brightness(0) invert(1);
}

.totalVisitorsBox {
  background: rgb(8, 20, 92);
  border-radius: 10px;
  padding: 15px;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  color: rgb(255, 255, 255);
}

.copy-right-area .single-footer-widget {
  margin: 0px;
}

.homeSliderz .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  margin: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.homeSliderz .owl-nav button.owl-prev {
  left: 0px;
}

.homeSliderz .owl-nav button.owl-next {
  right: 0px;
}

.homeSliderz .owl-dots {
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 10px;
}

.homeSliderz .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: rgb(204, 204, 204);
  margin: 0px 3px;
}

.homeSliderz .owl-dots button.owl-dot.active {
  background-color: rgb(0, 0, 0);
}

.homeSliderz .owl-dots button.owl-dot:focus {
  outline: none;
}

.homeSliderz .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}

.homeSliderz span {
  font-size: 70px;
  position: relative;
  top: -5px;
}

.homeSliderz .owl-nav button:focus {
  outline: none;
}

.upComungNews {
}
.upComungNews .newsBoxArea {
  box-shadow: 0 2px 11px 3px rgba(0, 0, 0, 0.09);
  overflow: hidden;
  background: #fff;
  z-index: 9;
  position: relative;
}
.newsAreaHd {
  background: rgb(255, 225, 38);
  color: #000;
  padding: 10px;
  font-weight: 700;
  width: 180px;
  font-size: 14px;
  text-align: center;
  position: relative;
}
.upComungNews .newsBoxArea a.btnPs {
  width: 25px;
  height: 25px;
  line-height: 24px;
  color: #000;
  border-radius: 50px;
  position: absolute;
  font-size: 11px;
  right: -10px;
  background: rgb(255, 225, 38);
  top: 10px;
  border: 1px solid #000;
}
.newsBoxAreaSd {
  padding-right: 15px;
  padding-left: 15px;
}
.newsBoxAreaSd marquee {
  padding-top: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
.newsBoxAreaSd marquee a {
  color: #000;
  font-size: 14px;
}

.marqueeBannerArea {
  width: 400px;
  height: 70%;
  background: rgb(0 76 75 / 74%);
  padding: 20px 10px;
  position: absolute;
  right: 63px;
  top: 10px;
  z-index: 1;
  border-radius: 25px 0 25px 0px;
  border: 8px solid #ffffff;
  /* border-top: 0; */
}
.marqueeBannerArea ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.marqueeBannerArea ul li {
  border-bottom: 1px solid #cacdd1;
}

.marquefnt
 {
	 font-size:13px;
	 color:#fff;
  }

.marqueeBannerArea ul li a {
  display: block;
  color: #fff;
  padding: 7px 0;
  font-size: 13px;
  font-weight: 400;
}

.stopStartBox {
  position: absolute;
  bottom: 142px;
  display: inline-block;
  right: 0px;
}
.stopStartBox a {
  margin-left: 10px;
}

.option-card {
  padding: 25px 20px;
  border-radius: 15px;
  background-color: #fff;
  height: 240px;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 0px 20px 3px rgb(0 0 0 / 10%);
  z-index: 99;
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(0 0 0 / 11%);
}
.option-card:after{ width: 80px; height: 80px; border-radius: 50px; position: absolute; 
  right: -50px; top: 50px; content: ''; background: #000; }

.option-card:before {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    left: -50px;
    z-index: -1;
    top: -50px;
    content: '';
    background: #8dacfd;
}
.option-card h2 {
  font-size: 22px;
}
.option-card h2 i {
  vertical-align: middle;
  margin-left: 5px;
  font-size: 25px;
}
.option-card h2 img {
  width: 50px;
  background: #fff;
  padding: 5px;
  border: 1px solid #9d9d9d;
  margin-right: 5px;
  border-radius: 5px;
}
.option-card p {
  font-size: 18px;
  color: #000;
}
.option-card h2 span {
  font-size: 15px;
  color: #09c265;
  float: right;
  padding-top: 3px;
}
.option-card ul {
  margin: 0;
  padding: 0;
  margin-left: 10px;
  margin-bottom: 10px;
}
.option-card ul li {
  list-style: none;
  position: relative;
  padding-left: 18px;
  margin-bottom: 5px;
}
.option-card ul li:after {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50px;
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
}
.option-card ul li a {
  color: #000;
}

.option-card a.btn {
  background-color: rgb(0, 170, 85);
  padding: 5px 10px;
  color: #fff;
}
.option-card a.btn:hover {
  background: #ffe126;
  color: #000;
}
/* 
.bg-soft-fuchsia {
  background-color: #fdf1f8 !important;
  border-left: 3px solid #7b68ee;
 
}

.bg-soft-aqua {
  background-color: #eff7fa !important;
  border-left: 3px solid #fd71af;
  
} */

.controls.stopStartBox a.start-button i,
a.stop-button i {
  color: #fff;
}




.bottomCardTable table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}
.bottomCardTable th, td {
  padding: 8px;
  text-align: center;
  border: 1px solid #dee2e6;
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden;    /* Hide overflowing text */
  text-overflow: ellipsis; /* Show ellipsis (...) when text overflows */
}
.bottomCardTable th {
  background-color: #2583c0;
    color: #fff;
}
.bottomCardTable tr:nth-child(even) {background-color: #f2f2f2;}
.imgDetail{
  position: absolute;
  bottom: 26px;
  left: 10px;
  right: 10px;
  z-index: 99;
}
.imgDetail{
 
}

.w-500{ width: 550px; }
.BoxBannerArea{background: #fff; border: 1px solid #e4000094;  border-radius: 14px 0;      display: flex;}
.BoxBannerArea a{padding: 5px 10px; font-weight: 700;  font-size: 16px; display: flex; line-height: 20px;     align-items: center!important;}
.BoxBannerArea a i{ font-size: 40px; margin-right: 10px; color: #144101; }
.payBillsBtn{background: #fff; border: 1px solid #e4000094;  border-radius: 14px 0; width: 150px;  text-align: center;    display: flex;}
.payBillsBtn a{padding: 5px 10px; font-weight: 700; font-size: 18px; display: block; line-height: 20px;     align-items: center!important;}
.payBillsBtn a i{ font-size: 40px; margin-bottom: 10px; display: block;color: #144101; }


/* other pages css  */

/* Board Of Direactor Css  */

.who-we-are-img.about img {
  width: 100%;
  border-radius: 0;
}
.who-we-are-area.aboutUS{
  border: 1px solid #f0f0f0;
  box-shadow: 10px 10px 6px rgba(0, 0, 0, 0.05);
  margin: 50px;
  padding: 40px 20px 20px 20px;
}

.who-we-are-area.aboutUS h2{
  font-size: 28px;
  margin-bottom: 10px;
}
.who-we-are-area.aboutUS p{
  margin: 0 !important;
  text-align: justify;
}
.who-we-are-content.about{
  margin-bottom: 0;
}
.who-we-are-area.aboutUS .who-we-are-img{
  margin-bottom: 15px;
}
/* Board Of Direactor Css  */

/* About Png Css  */
.who-we-are-img img{
  width: 100%;
}

.services-area.aboutPng .single-services-box{
  height: fit-content;
}
/* About Png Css  */


/* payableServices */
.payableServices .bottomCardTable th, td {
  padding: 8px;
  text-align: center;
  border: 1px solid #dee2e6;
  white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* payableServices */


/* CSR Gallery css  */

.csr-gallery-area .notification {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px 15px;
  margin: 0;
  text-align: center;
  z-index: 1;
  background: var(--yellow);
}

@media (max-width: 700px) {
.csr-gallery-area .notification {
    display: none;
  }
}


/* IMAGE GRID STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.csr-gallery-area .image-grid figure {
  margin-bottom: 0;
}

.csr-gallery-area .image-grid img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
}

.csr-gallery-area .image-grid a:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}


/* LIGHTBOX STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.csr-gallery-area .lightbox-modal .modal-content {
  background: var(--lightbox);
}

.csr-gallery-area .lightbox-modal .btn-close {
  position: absolute;
  top: 20px;
  right: 18px;
  font-size: 1.2rem;
  z-index: 10;
}

.csr-gallery-area .lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
  text-align: center;
}

.csr-gallery-area .lightbox-modal img {
  width: auto;
  max-height: 100vh;
  max-width: 100%;
}

.csr-gallery-area .lightbox-modal .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(36, 36, 36, 0.75);
}

.csr-gallery-area .lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: auto;
  background: #000;
}

.csr-gallery-area .lightbox-modal .carousel-control-prev {
  left: 10px;
}

.csr-gallery-area .lightbox-modal .carousel-control-next {
  right: 10px;
}


.csr-gallery-area .image-grid figure {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

/*.csr-gallery-area .image-grid img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s, filter 0.2s;
}*/

.csr-gallery-area .image-grid img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s, filter 0.2s;
    width: 100%;
    height: 255px;
    object-fit: cover;
    object-position: center;
}


.csr-gallery-area .image-grid a:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
  filter: brightness(70%);
}

.csr-gallery-area  .image-grid a::before {
  content: '';
  width: 2rem; 
  height: 2rem;
  background-image: url('../images/focus.png');
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  z-index: 99;
  filter: brightness(0) invert();
}

.csr-gallery-area .image-grid a:hover::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

/* CSR Gallery css  */

.single-contact-info.contact::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 49.2%;
  width: 2px;
  height: 100%;
  border-right: 1px dashed rgb(0, 170, 85);
  rotate: 90deg;
  height: 154px;
}
.contact-info .option-card.bg-soft-fuchsia p{
  font-size: 14px !important;

}

.main-contact-area .contact-info .option-card {
  height: 184px !important;
}
.contact-info .option-card i {
  font-size: 22px;
  color: #00aa55;
  padding: 5px;
  border: 1px solid;
  border-radius: 50px;
  margin-left: 10px;
}




/* new kamal */

.sectionAreaBox{ padding: 40px 0; }
.sectionAreaBox table{ width: 100%; border: 0; border-left: 1px solid #333; border-top: 1px solid #333; }

.sectionAreaBox table.table tr th{ background: #6d31f9; color: #fff; }

.sectionAreaBox table.table tr th,.sectionAreaBox table.table tr td{ padding: 5px;border: 0; border-bottom: 1px solid #333; border-right: 1px solid #333; font-size: 14px; text-align: left;}

.formArea{border: 1px solid #cccccc; padding: 15px; width: 60%; margin:auto; background:#f7f7f7; border-radius: 20px;}
.formArea label{ margin-bottom: 5px; }
.formArea .form-group{ margin-bottom: 10px; }
.formArea .form-control{ background: #fff; padding: 4px 8px; border: 1px solid #cccccc; border-radius: 7px; }

.who-we-are-img.about  img {
  width: 210px;
  border-radius: 10px;
}

.bottomCardTable .inner-table {
  border: 1px solid #eee;
  padding: 20px;
  box-shadow: 0px 0px 24px #eee;
  border-radius: 20px;
}

.bottomCardTable .inner-table .pagination {
  display: flex;
  justify-content: flex-start;
}


.bottomCardTable .inner-table .pagination li {
  margin-right: .3em;
}
.bottomCardTable .inner-table .pagination a {
  color: inherit;
  text-decoration: none;
  padding: .5em 1em;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: background-color .3s ease;
}

.bottomCardTable .inner-table .pagination a:hover {
  background-color: #eee;
}
section.faq-area.faq-page-style img {
  border-radius: 10px;
  box-shadow: 0px 0px 14px #eee;
}


.who-we-are-content.pngRate {
  padding: 15px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.who-we-are-content.vigilance {
height: 220px;
}
.who-we-are-content.vigilance ul li::before{
  content: '';
  background: none;
}
.who-we-are-content.vigilance ul li{
  padding: 0;
}
.who-we-are-content.vigilance ul li i{
    color: rgb(0, 170, 85);
    margin-right: 5px;
    font-size: 18px;
}

.services-area.conversion  .single-services-box{
  padding-left: 20px;
  border: 1px solid #eee;
}
.services-area.conversion  .single-services-box ul li{
  padding-top: 6px;
}
.single-services-box{
  height: fit-content;
}
.services-area.services-area-style-two .single-services-box:hover ul li{
  color: #ffffff;
}
.services-area.conversion .single-services-box ul li {
  padding-top: 7px;
}
.pr-15.who-we-are-img.hse img {
  border-radius: 0px 0px 348px 0;
}

/* feedback form  */

.user-area .user-form  textarea {
  height: 100px;
  padding: 14px 20px 15px;
}
.user-area .user-form  .captcha-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.user-area .user-form .captcha-text span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 10px 0;
}
.user-area .user-form .captcha-text span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 10px 10px 0;
}
.user-area .user-form .refreshCaptcha {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  height: 40px;
  color: blue;
}

.modal-dialog .mlab-modal-body {
pointer-events: auto;
}

/* new css */
.modal-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
.modal-slider .owl-nav button{ position: absolute;
  width: 35px !important; 
  height: 35px !important; 
  background: #fff !important; 
  line-height: 35px !important; 
  color: #000 !important; 
  border-radius: 50px !important; font-size: 25px !important;  }
  .modal-slider .owl-nav button.owl-prev{ left: -50px; }
  .modal-slider .owl-nav button.owl-next{ right: -50px; }

  .StLinkArea{ position: absolute; width: 85px; height: 85px; background: rgba(0, 0, 0, .0); right: 0; top: 0; display: block; }

  .btn5 {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.imgboxgl {
    background: #f1f1f1;
    text-align: center;
    padding: 20px 10px 9px 10px;
    font-size: 15px;
}
.modal-dialog.second-dialog {
    background: #fff !important;
    border-radius: 6px;
    padding: 13px 11px;
}
.second-modal h2 {
    font-size: 22px;
margin-bottom: 1rem !important;
}

.second-modal h4 {
    font-size: 22px;
margin-bottom: 1rem !important;
}



.second-modal h4 {
    font-size: 18px;
    font-weight: 700;
}

.second-modal ol {
    margin-top: 10px;
    margin-bottom: 0rem;
    margin-left: 0;
    padding-left: 18px;
    font-weight: 600;
    padding-bottom: 16px;
}

.second-modal ol li {
    margin-bottom: 10px;
}

.second-dialog{
max-width:670px !important;
}
.modal-dialog.second-dialog .btn-close{float:right;}