@charset "UTF-8";
/* #Fonts  Styles
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap");
/* #Reset & Basics================================================== */
* {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #414D6C;
  text-align: left;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

html {
  font-size: 16px;
}

strong {
  color: #1A1D1F;
}

/* #Typography================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.3;
  font-family: "Jost", sans-serif;
  color: #112147;
  font-weight: 500;
  letter-spacing: -1px;
}

h1,
.h1 {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 1.625rem;
  }
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

/*custom*/
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #414D6C;
}

a:hover h2,
a:hover h3,
a:hover h4 {
  color: #414D6C;
  text-decoration: none;
}

a:hover h3,
a:hover p {
  text-decoration: none;
  color: #414D6C;
}

a {
  color: #414D6C;
  text-decoration: none;
}
a:hover {
  color: #359742;
  text-decoration: none;
}

a {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

/* #Lists================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

ul {
  list-style: none outside;
}

ol {
  list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 20px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

::focus {
  outline: 0;
}

input:focus {
  outline: 0;
}

/* #text color================================================== */
.text-primary {
  color: #359742 !important;
}

.text-accent {
  color: #60c348 !important;
}

/* #bg color================================================== */
.bg-white {
  background: #fff !important;
}

.bg-primary {
  background: #359742 !important;
}

.bg-accent {
  background: #60c348 !important;
}

/* #border color================================================== */
.border-white {
  border: 1px solid #fff;
}

/* #spaceing================================================== */
.m-t-0 {
  margin-top: 0;
}

.m-t-5 {
  margin-top: 0.3125rem;
}

.m-t-10 {
  margin-top: 0.625rem;
}

.m-t-20 {
  margin-top: 1.25rem !important;
}

.m-t-30 {
  margin-top: 1.875rem;
}

.m-t-40 {
  margin-top: 2.5rem;
}

.m-t-50 {
  margin-top: 3.125rem;
}

.m-t-60 {
  margin-top: 3.75rem;
}

.m-t-70 {
  margin-top: 4.375rem;
}

.m-t-80 {
  margin-top: 5rem;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-b-10 {
  margin-bottom: 0.625rem !important;
}

.m-b-20 {
  margin-bottom: 1.25rem !important;
}

.m-b-30 {
  margin-bottom: 1.875rem;
}

.m-b-40 {
  margin-bottom: 2.5rem;
}

.m-b-50 {
  margin-bottom: 3.125rem;
}

.m-b-60 {
  margin-bottom: 3.75rem;
}

.m-b-70 {
  margin-bottom: 4.375rem;
}

.m-b-80 {
  margin-bottom: 5rem;
}

.m-tb-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m-tb-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m-tb-10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.m-tb-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.m-tb-30 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.m-tb-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.m-tb-50 {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.m-tb-60 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.m-tb-70 {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

.m-tb-80 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.p-t-0 {
  padding-top: 0;
}

.p-t-5 {
  padding-top: 0.3125rem;
}

.p-t-10 {
  padding-top: 0.625rem;
}

.p-t-20 {
  padding-top: 1.25rem;
}

.p-t-30 {
  padding-top: 1.875rem;
}

.p-t-40 {
  padding-top: 2.5rem;
}

.p-t-50 {
  padding-top: 3.125rem;
}

.p-t-60 {
  padding-top: 3.75rem;
}

.p-t-70 {
  padding-top: 4.375rem;
}

.p-t-80 {
  padding-top: 5rem;
}

.p-t-100 {
  padding-top: 6.25rem;
}

.p-t-120 {
  padding-top: 7.5rem;
}

.p-b-0 {
  padding-bottom: 0;
}

.p-b-10 {
  padding-bottom: 0.625rem;
}

.p-b-20 {
  padding-bottom: 1.25rem;
}

.p-b-30 {
  padding-bottom: 1.875rem;
}

.p-b-40 {
  padding-bottom: 2.5rem;
}

.p-b-50 {
  padding-bottom: 3.125rem;
}

.p-b-60 {
  padding-bottom: 3.75rem;
}

.p-b-70 {
  padding-bottom: 4.375rem;
}

.p-b-80 {
  padding-bottom: 5rem;
}

.p-tb-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-tb-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-tb-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.p-tb-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.p-tb-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.p-tb-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.p-tb-50 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.p-tb-60 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-tb-60 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.p-tb-70 {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.p-tb-80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.p-all {
  padding: 0;
}

.p-all-15 {
  padding: 0.9375rem !important;
}

.p-r-5 {
  padding-right: 0.3125rem !important;
}

.m-r-20 {
  margin-right: 1.25rem !important;
}

.m-l-20 {
  margin-left: 1.25rem !important;
}

/* #block ================================================== */
.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.font-bold {
  font-weight: bold;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

:root {
  --box-shadow: 0px 0.25rem 0.375rem rgba(0, 0, 0, 0.2);
}

::placeholder {
  color: #9d9d9d !important;
}

input:focus::placeholder {
  color: #fff !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.shadow {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16) !important;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16) !important;
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16) !important;
}

.text-accent {
  color: #60c348;
}

.text-line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.text-line--2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.text-line--3 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.w-850 {
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
}

.grid {
  display: grid;
  grid-gap: 20px;
}

.grid-item {
  background: #fff;
}

@media (min-width: 767px) {
  .grid {
    display: grid;
    grid-gap: 30px;
  }
  .grid--12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
/*Header*/
.header {
  position: absolute;
  z-index: 1000;
  width: 100%;
  background: none;
}

.header__middle {
  transition: all 0.3s ease;
  background: none;
}

.shrink.header__middle{
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.09);
}

.header__top {
  height: 40px;
  background: #359742;
  color: #fff;
  line-height: 40px;
}
.header__top a {
  color: #fff;
}
#exampleModal .modal-dialog{
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .header__top {
    height: auto;
  }
  .book-appointment-btn{
    background: #fff !important; 
    width: 95%;
    margin-top: 20px;
  }

}
.header__social-media a {
  color: #fff;
  margin-left: 8px;
}

#scrollTop {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  height: 50px;
  width: 50px;
  background: #141116;
  text-align: center;
  line-height: 50px;
  color: #fff;
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 50px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .header__middle {
    padding: 0.75rem;
  }

  .area-form input{
    margin-bottom: 1rem;
  }
  

}
.stick {
  position: sticky;
  top: 100px;
  width: 100%;
  z-index: 100;
}

.shrink {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}
.shrink .header__middle {
  padding: 8px 0;
}
.shrink .logo {
  transition: all 0.2s ease;
  transform: scale(0.9);
}
.shrink .logo img {
  transition: all 0.2s ease;
  transform: scale(0.9);
}

.sticky,
.mobile-menu {
  position: sticky;
  -ms-position: sticky;
  top: 0;
  z-index: 100;
}

.phone {
  margin-right: 1rem;
}

.header__top-right i {
  margin-right: 4px;
}

.search-icon {
  height: 2rem;
  width: 2rem;
  border: 1px solid #d8d1dd;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.search-form {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
}
.search-form input[type=text] {
  border: 1px solid #359742;
  padding-left: 0.625rem;
  height: 40px;
  border-right: 0;
}
.search-form .btn-success {
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .search-form {
    display: none;
  }
}

/* search*/    
.search-inner {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.1em;
  cursor: pointer;
  height: 100%;
}
.search-inner i {
  color: #444761;
}

.search-form {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  width: 40%;
}

.search-form input[type=text] {
  border: none;
  background: #fff;
  height: 60px;
  padding-left: 0.5rem;
  flex: 1;
}

.search-form input[type=submit] {
  border: none;
  height: 60px;
  background: #359742;
  color: #fff;
  padding: 0 1.5rem;
  text-transform: uppercase;
}

.Search-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100000;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  align-items: center;
  display: none;
  transition: all 3s ease;
  opacity: 0;
}

.close-btn {
  color: #fff;
  position: absolute;
  right: 100px;
  top: 50px;
  font-size: 30px;
  cursor: pointer;
}

.Search-wrap.show {
  display: flex;
  opacity: 1;
  transition: all 0.3s ease;
  cursor: crosshair;
  z-index: 10000;
}

.social-chat {
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 1000;
  cursor: pointer;
}
.social-chat img {
  width: 50px;
}
.social-chat .social-icon + .social-icon {
  margin-top: 1rem;
}

.menu {
  background-color: transparent !important;
}

.bg-dark {
  background-color: transparent !important;
}

.navbar {
  padding: 0;
}

.navbar-nav {
  line-height: 50px;
}

.nav-list li {
  position: relative;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}


.shrink .navbar-dark .navbar-nav .nav-link {
  color:  inherit;
}


.navbar-expand-lg .navbar-nav .nav-link {
  padding: 2.125rem 0.5rem;
  line-height: 50px;
  font-weight: 600;
}

.shrink .navbar-expand-lg .navbar-nav .nav-link {
  padding: 26px 1rem;
}

.nav-list a {
  display: block;
  padding: 0 0.9em;
  color: inherit;
  font-size: 15px;
  text-transform: uppercase;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: inherit;
  background: none;
  position: relative;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  background: transparent;
  color: #60c348;
}

.navbar-dark .navbar-nav .active .nav-link {
  position: relative;
  margin-top: 0;
}

.navbar-dark .navbar-nav .active .nav-link::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #60c348;
  opacity: 1;
  transform: scale(1);
}

.navbar-dark .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  bottom: 0;
  left: 0;
  background: #60c348;
  transform: scale(0);
  transition: transform 0.3s ease;
}

.navbar-dark .navbar-nav .nav-link:hover::before {
  width: 100%;
  transform: scale(1);
}

@media screen and (min-width: 800px) {
  .nav-list > li.active a,
  .nav-list > li:hover > a,
  .sub-menu > li:hover > a,
  .sub-menu .sub-menu > li:hover > a {
    background: transparent;
    color: #60c348 !important;
  }
  .sub-menu li:last-child {
    border-bottom: 0 !important;
  }
  .sub-menu {
    position: absolute;
    z-index: 100000;
    width: 200px;
    z-index: 1000;
    top: 160%;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  }
  .sub-menu .sub-menu {
    top: 140%;
    left: 100%;
  }
  .nav-list li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
  .sub-menu li:hover > .sub-menu {
    top: 0;
    left: 100%;
  }
  .navbar-toggle {
    display: none;
  }
  .navClose {
    display: none;
  }
  .nav-list a:focus {
    outline: none;
  }
  .sub-menu-toggle .fa {
    float: right;
    margin-top: 18px;
    margin-left: 5px;
  }
  .sub-menu {
    padding: 1rem 0 0;
  }
  .sub-menu li {
    line-height: 1.6;
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .nav-list a {
    font-size: 16px;
    padding: 0 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    line-height: 0;
  }
  .sub-menu li {
    line-height: 35px;
  }
  .contact-info li {
    font-size: 11px;
  }
  .menu .container {
    padding: 0;
  }
  .navbar-toggle:focus {
    outline: none;
  }
  .nav-list {
    -ms-flex-wrap: initial;
    flex-wrap: initial;
  }
  .sub-menu-toggle .fa {
    margin-top: 15px;
    margin-left: 0;
  }
  .nav-list {
    width: 100%;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    height: 100vh;
    overflow-y: scroll;
    padding-top: 0;
  }
  .menu.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .navbar-toggle:focus {
    outline: none;
  }
  .nav-list > li.active a {
    background: transparent;
  }
  .navbar-toggle {
    position: absolute;
    right: 40px;
    top: 20px;
    display: block;
    border: none;
    background: none;
    font-size: 20px;
  }
  .sub-menu {
    position: initial;
    opacity: 1;
    visibility: visible;
    margin-left: 1em;
    display: none;
    width: 100%;
  }
  .sub-menu.active {
    display: block;
  }
  .sub-menu a {
    padding-right: 1.8em;
  }
  .sub-menu .sub-menu a {
    padding-right: 2.6em;
  }
}
.navbar {
  display: block;
}

@media screen and (max-width: 992px) {
  .navbar-toggler {
    border: none;
    width: 32px;
    height: 24px;
    padding: 0;
    position: relative;
    border-radius: 0;
    cursor: pointer;
  }

  .navbar-dark .navbar-nav .active > .nav-link,
  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
  }

  .navbar-toggler .navbar-toggler-icon {
    top: 10px;
  }

  .navbar-toggler .navbar-toggler-icon,
  .navbar-toggler .navbar-toggler-icon::after,
  .navbar-toggler .navbar-toggler-icon::before {
    background-color: #333;
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    border-radius: 100px;
    transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: ease;
  }

  .navbar-toggler .navbar-toggler-icon,
  .navbar-toggler .navbar-toggler-icon::after,
  .navbar-toggler .navbar-toggler-icon::before {
    background-color: #fff;
    transition: inherit;
    
  }

    
  .shrink .navbar-toggler .navbar-toggler-icon,
  .shrink .navbar-toggler .navbar-toggler-icon::after,
  .shrink .navbar-toggler .navbar-toggler-icon::before {
      background-color: #333;
      transition: inherit;
    }

  

  .navbar-toggler .navbar-toggler-icon::after,
  .navbar-toggler .navbar-toggler-icon::before {
    content: "";
    display: block;
  }
  .navbar-toggler .navbar-toggler-icon::before {
    top: -10px;
  }
  .navbar-toggler .navbar-toggler-icon::after {
    bottom: -10px;
  }
  .navbar-toggler.toggler-spring .navbar-toggler-icon {
    top: 0;
    transition: background-color 0s 0.13s linear;
  }
  .navbar-toggler.toggler-spring .navbar-toggler-icon::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .navbar-toggler.toggler-spring .navbar-toggler-icon::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .navbar-toggler.toggler-spring.active .navbar-toggler-icon {
    transition-delay: 0.22s;
    background-color: transparent !important;
  }
  .navbar-toggler.toggler-spring.active .navbar-toggler-icon::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
  }
  .navbar-toggler.toggler-spring.active .navbar-toggler-icon::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
  }
}
@media (max-width: 992px) {
  .nav-link .fa {
    float: right;
    margin-top: 0;
  }
  .sub-menu-toggle .fa {
    float: right;
    margin-top: 17px;
  }
  .sub-menu {
    display: none;
  }
  .fa.fa-angle-right::before {
    content: "\f107";
  }
  .navbar.bsnav .top_brand_back {
    background: none;
  }
  .navbar.bsnav .top_brand_back .navbar-brand img {
    width: 10rem;
  }
  .navbar-toggler {
    display: block;
  }
  .navbar-expand-md .navbar-toggler {
    display: block;
    position: absolute;
    right: 20px;
    top: 22px;
  }
  .navdiv {
    position: fixed;
    left: -130%;
    width: 70%;
    z-index: 100;
    transition: opacity 0.2s, left 0.2s ease, visibility 0.2s;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    height: 100vh;
    top: 0;
  }
  .mobile-menu .navdiv.active {
    opacity: 1;
    left: 0;
    visibility: visible;
  }
  .navbar.navbar-expand-md.bsnav-brand-top {
    display: flex;
    background: inherit;
  }
  .bsnav-mobile-overlay {
    display: none;
  }
  .bsnav-mobile-overlay.active {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: rgba(0000, 000, 000, 0.7);
  }
  .top_brand_back .navbar-brand {
    padding: 1rem 0 0.6rem 0;
  }
}
@media screen and (min-width: 800px) {
  .nav-list li.current-menu-ancestor > a,
  .nav-list li.current-menu-ancestor .sub-menu .nav-item.active a {
    background: #32a769;
  }
}
.mobile-menu {
  display: none;
}

.desktop-menu {
  display: block;
}

@media screen and (max-width: 992px) {
  .mobile-menu {
    display: block;
  }
  .desktop-menu {
    display: none;
  }
}
.hiden {
  overflow: hidden;
}

.slider__owl-carousel,
.slider__owl-carousel .item {
  position: relative;
}

.slider__owl-carousel .owl-item img {
  height: 65vh;
  width: 100%;
}

.item.item--text-white,
.item.item--text-white h2,
.item.item--text-white .slider-text {
  color: #fff;
}

.slider-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.slider-content h2 {
  font-size: 62px;
  line-height: 64px;
  font-weight: bold;
}

.slider-text {
  font-size: 18px;
  color: #343434;
}

.partners .owl-carousel .owl-item img {
  width: auto;
}

.slider__owl-carousel .owl-prev {
  left: 40px;
}

.slider__owl-carousel .owl-next {
  right: 40px;
}

.slider__owl-carousel .owl-nav [class*=owl-] {
  background: #012337 !important;
}

.owl-prev span,
.owl-next span {
  font-size: 36px;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: calc(50% - 40px);
}

.owl-prev {
  left: -20px;
}

.owl-next {
  right: -20px;
}

.owl-prev:hover,
.owl-next:hover {
  background: none !important;
}

.owl-carousel.owl-drag .owl-item + .owl-item {
  margin-right: 20px;
}

.owl-carousel.owl-drag .owl-item:last-child {
  margin-right: 0 !important;
}

.owl-theme .owl-nav [class*=owl-] {
  border-radius: 100% !important;
  height: 56px;
  width: 56px;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
  background: #012337 !important;
  margin: 0;
}

.owl-theme .owl-nav [class*=owl-] span {
  opacity: 1 !important;
  height: 40px;
  margin-top: -6px;
  color: #fff;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
}

.owl-theme .owl-nav {
  margin-top: 0 !important;
}

.services__owl-carousel .owl-prev,
.services__owl-carousel .owl-next {
  position: inherit;
}

.services__owl-carousel .owl-nav [class*=owl-] {
  display: inline-block;
}

.services__owl-carousel .owl-nav {
  margin-top: 30px !important;
}

.services__owl-carousel .owl-next {
  margin-left: 10px !important;
}

.slider__owl-carousel .owl-nav [class*=owl-] {
  background: #000 !important;
}

.slider__owl-carousel .owl-nav [class*=owl-] {
  height: 50px;
  width: 50px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .slider-content h2 {
    font-size: 1.75rem;
    line-height: 1.2;
  }
  .slider-content .btn {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .slider-content h2 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .sub-menu{
    padding-bottom: 1rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link{
    padding: 1.8rem 1rem;
  }
  .sub-menu a{
    color: #fff;
  }

  .slider-text {
    font-size: 8px;
  }
  .slider-content .btn {
    font-size: 8px;
  }
  .slider.p-t-20 {
    padding-top: 0;
  }
  .owl-theme .owl-nav [class*=owl-] {
    height: 30px;
    width: 30px;
  }
  .owl-next {
    right: 10px;
  }
  .owl-prev {
    left: 10px;
  }
  .owl-prev span, .owl-next span {
    font-size: 23px;
    top: 2px;
    position: relative;
  }
  .owl-prev,
  .owl-next {
    position: absolute;
    top: calc(50% - 10px);
  }
  .m-b-60 {
    margin-bottom: 1.875rem;
  }
}
.destination-list {
  display: flex;
  gap: 30px;
  font-size: 20x;
}
.destination-list i {
  margin-right: 4px;
  color: #60c348;
}
.destination-list a {
  color: #112147;
  font-weight: 500;
}
.destination-list a:hover {
  text-decoration: underline;
}

.about-img img {
  height: 471px;
  object-fit: cover;
  width: 100%;
}

.destination-grid {
  display: grid;
  grid-template-columns: 280px 280px;
  gap: 20px;
  margin-top: 40px;
}
.destination-grid img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
.destination-grid a:hover h3 {
  color: #fff;
}

.destination-img {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.destination-img:hover .destination-caption {
  bottom: 0;
  background: rgb(104, 204, 240);
  background: linear-gradient(0deg, rgb(104, 204, 240) 0%, rgba(255, 255, 255, 0) 100%);
}

.destination-caption {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  background: #000;
  color: #fff;
  padding: 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.3s ease;
}
.destination-caption h3, .destination-caption a {
  color: #fff;
}

.view-all {
  font-size: 14px;
  margin-top: 8px;
}
.view-all i {
  font-size: 12px;
}

.colony {
  background: url("../images/pattern.jpg") repeat left top;
}

.colony-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 0.8fr;
  gap: 30px;
}
.colony-grid .grid-item {
  background: none;
}
.colony-grid .colony-img {
  position: relative;
}
.colony-grid .colony-img > a {
  display: block;
}
.colony-grid .colony-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.colony-grid .colony-caption {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  background: #359742;
  color: white;
  padding: 1rem;
  font-size: 1.5rem;
}
.colony-grid .colony-caption--color {
  background: #60c348;
}

.colony-title span {
  display: block;
  font-size: 27px;
  line-height: 1;
}
.colony-title .colony-big {
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
}

.company-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
}

.news-update-title span {
  display: block;
  font-size: 40px;
  line-height: 1;
}
.news-update-title .news-bold {
  font-weight: bold;
  line-height: 1;
  margin-top: 4px;
}

.news-update--bg {
  background: #eeeeee;
}

.subscribe {
  display: flex;
  gap: 10px;
}
.subscribe input[type=text] {
  height: 60px;
  border: 1px solid #ccc;
  padding-left: 10px;
  width: 280px;
}
.subscribe input[type=email] {
  height: 60px;
  border: 1px solid #ccc;
  padding-left: 10px;
  width: 280px;
}
.subscribe button {
  background: #359742;
  color: #fff;
  height: 60px;
  width: 120px;
  border: none;
}

.site {
  color: #fff;
}
.site + .site {
  margin-top: 20px;
}

.inside-banner {
  background: rgb(255, 255, 255);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgb(5, 118, 182) 0%, rgb(56, 44, 96) 100%);
  width: 100%;
  padding: 2rem 0;
  background-size: cover;
}
.inside-banner .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inside-banner h1 {
  font-size: 2rem;
  margin-bottom: 0;
  color: #fff;
}

.duration {
  color: #fff;
  font-size: 20px;
}
.duration strong {
  color: #fff;
}

.inside-banner .breadcrumb-item + .breadcrumb-item::before,
.inside-banner .breadcrumb-item a {
  color: #fff;
}

.inside-banner .breadcrumb-item.active {
  color: #fff;
}

.media-blog {
  background: #e8f5f9;
  margin-bottom: 30px;
  align-items: flex-start;
}

.media-blog-content {
  padding: 20px;
  padding-bottom: 0;
}
.media-blog-content h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}
.media-blog-content i {
  color: #60c348;
  margin-right: 0.5rem;
}

.media-blog .flex-shrink-0 {
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
  flex: 0 0 225px;
  height: 206px;
}
.media-blog img {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.media-blog:hover img {
  transform: scale(1.1);
}

.testimonials {
  position: relative;
}
.testimonials--bg {
  background: #fff;
}

.owl-stage-outer {
  position: relative;
}
.owl-stage-outer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  background: url("../images/quote.png") no-repeat left top;
  height: 79px;
  width: 95px;
}
.owl-stage-outer::after {
  content: "";
  position: absolute;
  right: 0;
  top: 30px;
  background: url("../images/quote1.png") no-repeat left top;
  height: 79px;
  width: 95px;
}
@media screen and (max-width: 767px) {
  .owl-stage-outer::before, .owl-stage-outer::after {
    display: none;
  }
  .btn.btn-dashboard{
    display: none;
  }
}

.owl-carousel .owl-item .testimonial-avatar {
  height: 80px;
  width: 80px;
  display: inline-block;
  line-height: 80px;
  background: #359742;
  border-radius: 100%;
  color: #fff;
  font-size: 1.5rem;
}

.testimonials__owl-carousel .owl-dots {
  margin-top: 30px;
}

.testimonial-post {
  margin-bottom: 0;
}

.testimonial-body {
  width: 60%;
  margin: 0 auto;
}

/* #Footer  Styles================================================== */
.footer {
  position: relative;
  font-size: 18px;
  position: relative;
  padding: 4rem 0 0;
  width: 100%;
  background-image: linear-gradient(rgba(15, 121, 64, 0.9), rgba(15, 121, 64, 0.8)), url("../images/footer-bg.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 500px;
}
.footer h2 {
  font-size: 2rem;
  margin-bottom: 1.25rem;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
}
.footer p {
  color: #fff;
}
.footer .footer-contact-info a,
.footer .footer-contact-info span {
  color: #fff;
}
.footer .footer-contact-info p {
  display: flex;
}
.footer .footer-contact-info p svg {
  flex: 0 0 24px;
}

.footer ul li a:hover {
  text-decoration: underline;
}

.footer p .fa {
  margin-right: 10px;
}

.footer__box li {
  line-height: 26px;
  position: relative;
  padding-left: 20px;
}
.footer__box li::after {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  font-size: 9px;
  color: #fff;
}
.footer__box li a {
  display: block;
  color: #fff;
}
.footer__box li a:hover {
  text-decoration: underline;
}

.footer__box li {
  margin-bottom: 8px;
}

.footer__box li a:hover {
  padding-left: 5px;
}

.last_footer {
  padding: 1rem 0;
  font-size: 0.8125rem;
  margin-top: 30px;
  border-top: 1px solid #4eb984;
  position: relative;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
}
.last_footer p {
  color: #5e7b8f;
}

.copyright {
  clear: both;
  float: left;
}

.footer__box-pl {
  padding-left: 40px;
}

.contact-info p {
  position: relative;
}

.contact-info a, .contact-info span {
  padding-left: 1rem;
  display: inline-block;
  color: inherit;
}

.contact-info-t p svg {
  color: #60c348;
}

.copy .text-muted {
  color: #fff !important;
}

/* #btn================================================== */
.btn {
  padding: 0 0.9375em;
  line-height: 2rem;
  display: inline-block;
  border-radius: 0;
  border: none;
  font-weight: 600;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.btn--primary {
  background: #359742;
  color: #fff;
}
.btn--primary:hover {
  color: #fff;
  background: #3caa4a;
}

.btn--accent {
  background: #60c348;
}
.btn--accent:hover {
  color: #fff;
  background: #71c95b;
}

.btn--primary-outline {
  border: 2px solid #359742;
  color: #359742;
}
.btn--primary-outline:hover {
  border: 2px solid #359742;
  color: #fff;
  background: #359742;
}

.btn--accent-outline {
  border: 2px solid #60c348;
  color: #60c348;
}
.btn--accent-outline:hover {
  border: 2px solid #60c348;
  color: #fff;
  background: #60c348;
}

.btn--dark-outline {
  border: 2px solid #2C2234;
  color: #2C2234;
}
.btn--dark-outline:hover {
  border: 1px solid #2C2234;
  color: #fff;
  background: #2C2234;
}

.btn--white-outline {
  border: 2px solid #fff;
  color: #fff;
}
.btn--white-outline:hover {
  border: 2px solid #fff;
  color: #333;
  background: #fff;
}

.header__middle-right-btn {
  margin-left: 24px;
}

/*btn size*/
.btn--small {
  padding: 0 1.25em;
}

.btn--medium {
  padding: 0 2rem;
  line-height: 48px;
}

.btn--big {
  padding: 0 1.25rem;
  line-height: 48px;
  font-size: 16px;
}

.btn:focus,
button:focus {
  outline: 0;
}

.btn-link {
  text-decoration: underline;
  color: #60c348;
}
.btn-link:hover {
  color: #60c348;
  text-decoration: none;
}

.btnLink {
  color: #60c348;
  text-transform: uppercase;
  font-weight: 600;
}
.btnLink:hover {
  color: #4ba335;
}

.btn i {
  margin-left: 4px;
}

form .btn--medium{
  line-height: 40px;
}

.section-title h2 {
  margin-bottom: 0;
  font-size: 2.5rem;
  position: relative;
  letter-spacing: -2px;
}
.section-title h2::after {
  content: "";
  display: block;
  margin-top: 10px;
  height: 3px;
  background: #60c348;
  width: 70px;
}
.section-title h2.center::after {
  margin: 0 auto;
  width: 160px;
  margin-top: 10px;
}

.title {
  background: #60c348;
  padding: 0.5rem 1rem;
  position: relative;
}
.title::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 25px solid #fff;
}
.title h2 {
  color: #fff;
  margin-bottom: 0;
}

.breadcrumb {
  background: none;
  text-align: center;
  display: inline-flex;
  margin-left: 0;
  padding: 0;
  margin-bottom: 0;
  color: #fff;
}

.breadcrumb-item {
  text-transform: uppercase;
}
.breadcrumb-item a {
  color: #359742;
  font-size: 18px;
}
.breadcrumb-item + .breadcrumb-item:before {
  content: "\f054";
  color: #fff;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 12px;
  margin: 4px;
}

.breadcrumb--position {
  text-align: center;
  padding-top: 160px;
}
.breadcrumb--position .breadcrumb-item a {
  color: #fff;
}

.breadcrumb-item.active {
  color: #fff;
}

.card {
  position: relative;
  overflow: hidden;
}
.card img {
  height: 220px;
  object-fit: cover;
}
.card a {
  position: relative;
  display: block;
}
.card h2 {
  font-size: 2rem;
}
.card--border-none {
  border: none;
}
.card .card-body {
  padding: 1rem;
  font-size: 0.9375rem;
}
.card .card-body--position {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(25, 89, 149) 50%, rgb(56, 44, 96) 100%);
}
.card .card-body--position h2, .card .card-body--position h2 p {
  color: #fff;
}

.card--no-padding {
  padding: 0;
}

.card__date {
  color: #7e7f8b;
}

.news__owl-carousel .owl-item img {
  width: 130px;
}

.c-card__body {
  background: #fff;
  padding: 15px 20px;
}

.notices__media h3 {
  font-size: 18px;
  margin-bottom: 0;
}

.notices__media img {
  width: 100px;
  height: 80px;
  object-fit: cover;
}

.media-date {
  color: #7e7f8b;
}

.card-price {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(253, 21, 40, 0.5);
  padding: 1.25rem;
  color: #fff;
  clip-path: polygon(0 38%, 100% 0, 100% 100%, 0% 100%);
  font-size: 1.5rem;
  font-weight: bold;
}
.card-price span {
  display: block;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-top: 26px;
  font-weight: normal;
}

.cards .card {
  margin-bottom: 30px;
}

.card figure {
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
}
.card img {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.card:hover img {
  transform: scale(1.1);
}

.card-flex i {
  color: #60c348;
}

.price {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #fff;
  display: flex;
  padding: 0.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 75px;
  width: 75px;
  border-radius: 100%;
  line-height: 1;
  opacity: 0.8;
}
.price span {
  font-size: 12px;
  font-style: italic;
}
.price strong {
  font-size: 24px;
  color: #60c348;
}

.card-title {
  text-transform: inherit;
}

s.pagination .page-item .page-link.pren {
  color: #8b8b8b;
}

.pagination .page-item .page-link.pren.prev:hover {
  transform: translateX(-5px);
  background: none;
  color: #60c348;
}

.pagination .page-item .page-link.pren.next:hover {
  transform: translateX(5px);
  background: none;
  color: #60c348;
}

.pagination .page-item .page-link {
  background: none;
  border: none;
  color: #313131;
  font-size: 1.2rem;
  border-radius: 0;
  font-family: "domine";
  font-weight: 600;
  min-width: 40px;
  text-align: center;
  margin-right: 0.6rem;
  border-radius: 2px;
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
  background: #60c348;
  border-radius: 100%;
  color: #fff;
}

.pagination {
  display: inline-flex;
}

/* #home page ================================================== */
.map-small iframe,
.map-wrap iframe,
.sucharu-map iframe {
  width: 100%;
}

.t-map iframe {
  display: block;
}

.card--tab .card-title {
  font-size: 1.25rem;
  text-align: left;
  margin-bottom: 0;
}

.card--tab .card-body {
  padding: 0 20px 20px;
}

.destination .card a {
  color: #fff;
}

.destination .card img {
  height: 300px;
  object-fit: cover;
}

.destination__owl-carousel.owl-carousel .owl-dots.disabled,
.destination__owl-carousel.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.destination__owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}

.destination__owl-carousel.owl-theme .owl-nav [class*=owl-] {
  border-radius: 0 !important;
}

.destination__owl-carousel.owl-theme .owl-nav [class*=owl-] {
  border-radius: 0 !important;
  height: 40px;
  width: 40px;
  background: #9d9d9d;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}

.destination__owl-carousel.owl-theme .owl-nav [class*=owl-] {
  border-radius: 0 !important;
  height: 40px;
  width: 40px;
  background: #9d9d9d;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}

.destination__owl-carousel .owl-prev, .destination__owl-carousel .owl-next {
  position: absolute;
  top: -50px;
}

.destination__owl-carousel .owl-prev {
  right: 50px !important;
  left: inherit;
  position: absolute;
}

.destination__owl-carousel .owl-next {
  right: 0 !important;
}

.contact-text {
  font-size: 0.875rem;
  margin-bottom: 20px;
  line-height: 26px;
}

.contact-form label {
  display: block;
}
.contact-form input {
  height: 48px;
  padding-left: 10px;
  border: 1px solid #E0E0E0;
  border-radius: 0;
  border-radius: 0;
}
.contact-form textarea {
  border: 1px solid #E0E0E0;
  width: 100%;
  padding-left: 10px;
  padding-top: 5px;
  height: 173px;
  border-radius: 0;
}
.contact-form .btn {
  text-transform: uppercase;
}

.contact-box {
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .contact-box {
    padding-right: 0;
  }
}

.contact-box button[type=submit] {
  height: 40px;
  border-radius: 0;
}

.contact-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
}
.contact-icons h3 {
  font-size: 1.25rem;
  margin-bottom: 0;
}

.contact-icon i {
  height: 56px;
  width: 56px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 1px solid #60c348;
  font-size: 1rem;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 30px;
  color: #60c348;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #60c348;
  outline: 0;
  box-shadow: 0 !important;
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .map-wrap {
    margin-top: 40px;
  }
}
.wpcf7-form.init label {
  display: block;
}
.wpcf7-form.init textarea {
  color: #495057;
  border: 1px solid #ced4da;
  width: 100%;
}
.wpcf7-form.init textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  padding-left: 10px;
}

.contact-body {
  border-bottom: 2px solid #60c348;
}

.marked-text {
  color: #359742;
}

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

.footer-contact-info svg {
  vertical-align: top;
}

.footer-contact-info a, .footer-contact-info span {
  padding-left: 1rem;
  display: inline-block;
}

.online-payment-form {
  padding: 3rem;
  border: 1px solid #e4e4e4;
}

.form-contact input,
.form-contact textarea {
  background: #f8f8f8;
  font-size: 15px;
}

.categories-pages .c-card__body h3 {
  margin-bottom: 0;
}

.categories-pages .c-card {
  margin-bottom: 80px;
  position: relative;
}

.c-card__body--position {
  position: absolute;
  bottom: -20px;
  width: 77%;
  left: 40px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
}

.p-title {
  font-size: 20px;
}

.p-sub-title {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.875rem;
  margin-bottom: 8px;
}

.body-wrapper {
  background: url("../images/pattern1.jpg") repeat left top;
}

:root {
  --size-2: .5rem;
}

.bread {
  padding: 1rem 0;
  border-bottom: 1px solid #d8d1dd;
  background: #EBEBEB;
}

.itinerary-list li {
  margin-bottom: 1rem;
}

.detail-page .list-common li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 28px;
}
.detail-page .list-common li::before {
  color: #359742;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 1rem;
  position: absolute;
  left: 0;
}

.fixed {
  position: fixed;
  width: 100%;
  top: 200px;
}

.gallery-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
}
.gallery-row > [class*=col-] img {
  height: 120px;
  object-fit: cover;
}

.inside-hero {
  position: relative;
  z-index: 1;
}
.inside-hero::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(15, 121, 64, 0.6);
}
.inside-hero .container {
  position: absolute;
  z-index: 100;
  height: 100%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.inside-hero img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.inside-hero-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}

.inside-left p {
  margin-right: 2rem;
  margin-bottom: 0;
  font-size: 1.25rem;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fe-title {
  background: #60c348;
  text-align: center;
  padding: 10px;
}
.fe-title h2 {
  color: #fff;
  margin-bottom: 0;
}

.tabs-outer {
  background: #ededed;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.tabs-nav ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  height: 60px;
  flex-wrap: wrap;
}
.tabs-nav a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  line-height: 60px;
  font-weight: 600;
  text-transform: uppercase;
  font-weight: 500;
}

.inside-hero-tile {
  text-align: center;
  color: #fff;
  margin-top: 20px;
  width: 100%;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.inside-hero-tile h2 {
  color: #fff;
  text-align: center;
  font-size: 3rem;
}

.module + .module {
  margin-top: 60px;
}

.module h3 {
  margin-bottom: 20px;
}

.tabs-nav li.active a {
  background: #60c348;
  color: #fff;
}

#m {
  height: 1px;
}

.share-wrap {
  gap: 1rem;
}

.overview-box {
  background: #fff;
  padding: 30px;
  position: relative;
  left: -70px;
  width: 100%;
  border: 10px solid #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.overview-box ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0 !important;
}
.overview-box ul li::before {
  display: none !important;
}
.overview-box ul li h3 {
  margin-bottom: 10px;
  font-size: 20px;
}
.overview-box ul li span {
  font-size: 18px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #359742;
}

.nav-pills .nav-link {
  color: inherit;
  text-transform: uppercase;
}

.gallery-container {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  max-width: 90%;
}

/* Grid images --------------------------------------------*/
.gallery-container .img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Grid items --------------------------------------------*/
.item-4 {
  grid-row: 2/5;
}

.item-5 {
  grid-row: 2/6;
}

.item-6 {
  grid-row: 2/4;
}

.item-7 {
  grid-row: 5/6;
}

.item-8 {
  grid-row: 4/6;
}

.nav--w {
  flex: 0 0 180px;
}

.project-info-list {
  margin-top: 20px;
}
.project-info-list li {
  display: flex;
  text-align: left;
  margin-bottom: 4px;
}
.project-info-list li strong {
  flex: 0 0 150px;
}

.related-projects-list .img-block {
  margin-bottom: 30px;
}

.img-block {
  position: relative;
}

.img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 1rem;
  color: #fff;
}
.img-overlay h3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.125rem;
}

.img-block-1 img {
  max-height: 480px;
  width: 100%;
  object-fit: cover;
}

.img-block a h3 {
  color: #fff;
}

.img-block {
  overflow: hidden;
}
.img-block img {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.img-block:hover img {
  transform: scale(1.1);
}

.accordion-button {
  font-size: 20px;
}

.accordion-button:not(.collapsed) {
  background-color: #f3f3f3;
  color: #5cb6d6;
}

.accordion-button:focus {
  box-shadow: none;
}

.blogs__card {
  border: none;
  margin-bottom: 30px;
}

.blogs__card .card-body {
  padding: 20px 0 0;
}

.blogs--card h3 {
  font-size: 20px;
}

.card-img-link {
  display: block;
  position: relative;
}

.card-img-link i {
  position: absolute;
  right: 30px;
  top: 10px;
  height: 40px;
  width: 40px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  text-align: center;
  line-height: 40px;
  background: #60c348;
  color: #fff;
  font-size: 1rem;
  opacity: 0;
  transition: all 0.3s ease-in;
}

.card-hvr:hover .card-img-link i {
  opacity: 1;
  transform: translateX(10px);
}

.notices {
  padding-left: 2rem;
  border-left: 1px solid #d8d1dd;
}

.notices__list li {
  margin-bottom: 30px;
}

.notices__item a {
  color: inherit;
}

.blog-post h2 {
  margin-bottom: 1.5rem;
  font-size: 40px;
}

.blogs--card .btnLink {
  font-size: 0.875rem;
}

.blogs--card .grid-item {
  border: none;
}

.blog-post h2 {
  margin-bottom: 1.5rem;
  font-size: 32px;
}

.blog-single__media img {
  width: 260px;
  height: 200px;
  object-fit: cover;
}

.blog-single__media + .blog-single__media {
  margin-top: 40px;
}

.notices h2 {
  font-size: 24px;
}

.inner ul,
.inner ol {
  margin-bottom: 20px;
}

.inner ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.inner ul li::before {
  content: "•";
  color: #000;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 1.5em;
}

.inner ul li,
.inner ol li {
  margin-bottom: 5px;
}

.inner ul {
  list-style: disc;
}

.inner ol,
.inner ol li {
  list-style: decimal;
}

.inner p {
  margin-bottom: 10px;
  text-align: justify;
}

.inner table {
  width: 100%;
  margin-bottom: 20px;
}

.alignright {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}

.alignleft {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.para-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.btn-wrap--mobile {
  display: none;
}

/*area converter*/

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #337ab7;
}

.invert-btn{
  padding: .18rem .75rem;
  border-radius: 0.25rem;
  background: #85de59;
  color: #000;
}
.invert-btn:hover{
  background: #70c446;
}

.form-group--custom {
    display: flex;
    margin-bottom: 1rem;
    width: 50%;
}

.form-group--custom label{
  flex: 1;
}
.municipalRev{
  padding: 1.25rem;
  background: #fff;
  border: 1px solid #ced4da;
}

.municipalRev-flex{
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  color: #414D6C;
}

.municipalRev-flex--custom input{
  width: 126px;
}

.municipalRev-flex input{
  margin: 0 6px;
  border: 1px solid #ced4da;
  border-radius:  0.25rem;
  padding: 0 8px;
}

.municipalRev-flex input[type="button"]{
  width: 80px;
}

.municipalRev-flex  .btn{
  border-radius:  0.25rem;
  border: none;
}

.fix{
  height: 100%;
}
.fix textarea{
  height: 87%;
}

.fix-flex{
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  gap: 1rem;  
}

.fix-flex .form-control{
  flex: 0 0 10%;
}

.fix-flex .btn-danger{
  line-height: 38px;
  border-radius: 4px;
}

.area-bg{
  background: #359742;
}
.area-bg, 
.area-bg h2,
.area-bg h3,
.area-bg label,
.area-bg p,
.area-bg h5{
  color: #fff;
}





@media (min-width: 768px){
  .form-inline .form-control {
      display: inline-block;
      width: 145px;
      vertical-align: middle;
  }

}

.navbar-toggler.toggler-spring.active .navbar-toggler-icon{
  color: #333;
}

.footer__social-media{
  font-size: 1rem
}
	
.footer__social-media a{
  color: #333;
  margin-right: 5px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 32px;
  background: #51c92e;
}
	
.footer__social-media a:hover{
  background: #49b129;
}
	


/* #Media Queries For Responsive================================================== */
@media screen and (min-width: 992px) {
  .navbar-toggler {
    display: none;
  }
  .navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }
}
@media screen and (max-width: 992px) {
  .bg-dark{
    background: #359742 !important;
  }

}


@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__middle {
    padding: 1rem 0;
  }
  .navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }
  .tabs-nav ul {
    height: auto;
    text-align: center;
    flex-wrap: nowrap;
  }
  .gallery-row > [class*=col-] img {
    height: 100px;
  }
  #google_translate_element {
    display: none;
  }
  .card h2 {
    font-size: 26px;
  }
  .section-title h2 {
    font-size: 2rem;
  }
  .navdiv {
    width: 40%;
  }
  .footer__box {
    margin-top: 30px;
  }
  h3 {
    font-size: 1.25rem;
  }
  .header__middle-right-btn {
    margin-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 15px;
  }
  .m-t-40 {
    margin-top: 1.25rem;
  }
  .h2, h2 {
    font-size: 1.5rem;
  }
  .p-t-80 {
    padding-top: 2rem;
  }
  .p-t-60 {
    padding-top: 30px;
  }
  .p-tb-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .search-bar {
    top: 0;
    display: block;
  }

  .area-form label{
    margin: 10px 0;
  }

  .municipalRev-flex{
    display: block;
  }

  .municipalRev-flex input{
    width: 100%;
    margin: 8px 0;
  }
  .municipalRev-flex--custom input{
    width: 100% !important;
  }
  .municipalRev-flex input[type="button"]{
    width: 100%;
  }
  .fix textarea {
    height: auto;
}

  .invert-btn{
    margin-top: 10px;
  }

  .form-group--custom{
    width: 100%;
  }

  .fix{
    margin-top: 30px;
  }

  .about-content{
    margin-top: 40px;
  }

  .form-group--custom label{
    flex: 0 0 50%;
  }

  .book-appointment-btn{
    display: none;
  }

  .input-outer {
    margin-bottom: 1rem;
  }
  .card h2 {
    font-size: 26px;
  }
  .section-title h2 {
    font-size: 2rem;
  }
  .testimonial-body {
    width: 100%;
  }
  .media-blog img {
    margin-bottom: 1rem;
    width: 100%;
  }
  .gallery-row img {
    height: 120px;
    object-fit: cover;
  }
  .navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }
  .feature {
    margin-top: 10px;
  }
  .input-outer i {
    top: 27px;
  }
  .media-blog-content.ms-3 {
    margin-left: 0 !important;
  }
  .media-blog .flex-shrink-0 {
    width: 100%;
    text-align: center;
  }
  .media-blog-content {
    padding: 0;
  }
  .carousel-caption {
    font-size: 26px;
  }
  .img-block img {
    width: 100%;
  }
  .contact-info {
    margin-top: 30px;
  }
  .shrink .header__middle {
    padding: 8px 0;
  }
  .about__figure::after {
    display: none;
  }
  .navbar-toggler {
    display: block;
  }
  .news .owl-theme .owl-nav {
    display: none;
  }
  .blog-single__media img {
    width: 80px;
    height: 80px;
  }
  .inside-banner h1 {
    font-size: 1.8rem;
  }
  .inside-banner {
    height: auto;
  }
  .notices {
    margin-top: 40px;
  }
  .pagination.m-t-40 {
    margin-top: 40px;
  }
  .contact-icons {
    margin-top: 40px;
  }
  .container.d-flex.align-items-center {
    display: block !important;
    position: relative;
  }
  .footer .col-lg-3.col-sm-6 + .col-lg-3.col-sm-6 {
    padding-top: 30px;
  }
  .section-title h2 {
    line-height: 1.2;
  }
  .grid-categories .grid-item + .grid-item {
    margin-top: 30px;
  }
  .header__middle-right-btn {
    margin-left: 0;
    margin-right: 20px;
  }
  .header__middle .btn {
    font-size: 10px;
    line-height: 1.5rem;
  }
  /* .header {
    position: sticky;
    -ms-position: sticky;
    top: 0;
    z-index: 100;
  } */

  #carouselExampleFade .carousel-item img{
    height: 80vh;
    object-fit: cover;
  }
  .navdiv {
    top: 0;
  }
  .navbar-toggler {
    border: none;
    width: 28px;
    height: 20px;
  }
  .navbar-toggler .navbar-toggler-icon, .navbar-toggler .navbar-toggler-icon::after, .navbar-toggler .navbar-toggler-icon::before {
    height: 2px;
  }
  .navbar-toggler.toggler-spring .navbar-toggler-icon::before {
    top: 8px;
  }
  .navbar-toggler.toggler-spring .navbar-toggler-icon::after {
    top: 16px;
  }
  .slider__owl-carousel .owl-prev {
    left: 10px;
  }
  .slider__owl-carousel .owl-next {
    right: 10px;
  }
  .section-title h2 {
    font-size: 1.625rem;
  }
  .section-title h3 {
    margin-bottom: 8px;
  }
  .t-map iframe {
    height: 250px;
  }
  .slider__owl-carousel .owl-item img {
    height: auto;
  }
  .location {
    margin-bottom: 1rem;
  }
  .destination .card {
    margin-bottom: 30px;
  }
  .m-b-30 {
    margin-bottom: 1.25rem;
  }
  .p-t-100 {
    padding-top: 1.875rem;
  }
  .m-t-60 {
    margin-top: 30px;
  }
  .about-img {
    margin-top: 30px;
  }
  .btn-wrap-mobile {
    margin-left: auto;
    margin-top: 20px;
    display: none;
  }
  .last_footer {
    margin-top: 20px;
    position: inherit;
  }
  .about__figure {
    margin-bottom: 0;
  }
  .p-tb-80 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .btn--big {
    padding: 0 1em;
    line-height: 45px;
  }
  .design {
    margin-top: 0.5rem;
  }
  .testimonials.m-t-50 {
    margin-top: 0;
  }
  .card-meta-right {
    padding-left: 1rem;
  }
  .about-img img {
    height: auto;
  }
  .inside-hero-caption {
    position: inherit;
  }
  .inside-hero-tile {
    top: 30%;
  }
  .inside-hero-tile h2 {
    font-size: 20px;
  }
  .inside-right {
    margin-top: 20px;
  }
  .inside-hero-caption {
    color: inherit;
  }
  .tabs-nav ul {
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .tabs-nav ul li {
    background: #222838;
  }
  .tabs-outer {
    background: none;
    margin-top: 20px;
  }
  .tabs-nav a {
    padding: 0 10px;
    line-height: 32px;
  }
  .footer-contact-info {
    margin-top: 20px;
  }
  .blog-post h2 {
    font-size: 26px;
  }
  .btn--medium {
    padding: 0 1.5rem;
    line-height: 40px;
  }
  .btn-wrap.m-t-30 {
    margin-top: 0 !important;
  }
  .tabs-outer {
    display: none;
  }
  .overview-box {
    left: 0;
  }
  .subscribe {
    flex-direction: column;
  }
  .news-update-title {
    margin-bottom: 20px;
  }
  .subscribe input[type=text],
  .subscribe input[type=email] {
    width: 100%;
    height: 40px;
  }
  .news-update-title span {
    font-size: 32px;
  }
  .footer h2 {
    font-size: 1.5rem;
  }
  .footer {
    font-size: 1rem;
    padding: 2rem 0;
    height: 100%;
  }
  .inside-hero img {
    height: 300px;
  }
  .footer__box {
    margin-top: 30px;
  }
  .colony-grid {
    grid-template-columns: 1fr;
  }
  .colony-title .colony-big {
    font-size: 42px;
  }
  .colony-title span {
    font-size: 20px;
  }
  .breadcrumb--position {
    padding-top: 110px;
  }

  .colony-grid .grid-item:nth-of-type(3){
    order: 1;
  }
  .colony-grid .grid-item:nth-of-type(1){
    order: 2;
  }
  .colony-grid .grid-item:nth-of-type(2){
    order: 3;
  }

  .about .col-md-5 img{
    margin-top: 30px;
  }

  .municipalRev-flex--custom input {
    width: 120px;
  }


}
@media screen and (max-width: 380px) {
  .header__top {
    padding: 0.5rem 0;
  }
  .header__top-right {
    display: block !important;
  }
  .header__top-right > div {
    line-height: 2;
  }
}

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