/*-------- Start Reset Browser ----------*/
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
img {
  max-width: 100%;
}
/* colors */
/* Fonts */
body {
  font-family: "Asap", sans-serif;
  color: #5c5c5c;
  line-height: 1.4;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  font-weight: bold;
}
b,
strong {
  font-weight: 600;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11px;
}
img {
  max-width: 100%;
}
a,
a:hover,
a:link,
a:active,
a:visited {
  outline: 0px none;
  text-decoration: none;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*-------- End Reset Browser ----------*/
/*-------- Start Universal Body -------------*/
/* Custom CSS */
:root {
  --primary-section-padding: 110px 0px;
}
section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f7f7f7));
  background-image: linear-gradient(#fff, #f7f7f7);
}
.btn {
  border: 0px;
  background-color: #005127;
  color: #ffffff;
  padding: 10px;
  border-radius: 0px;
}
.btn:hover {
  background-color: #01371c;
  color: #ffffff;
}
.innerpage {
  padding: var(--primary-section-padding);
}
.form-control {
  border-radius: 0px;
  margin-bottom: 15px;
  height: 40px;
}
.heading h2 {
  font-size: 42px;
  font-weight: 100;
  color: #005127;
  text-transform: uppercase;
}
.heading h3 {
  font-size: 24px;
  font-weight: 400;
  color: #005127;
  text-transform: uppercase;
}
.heading p {
  font-weight: 300;
  margin-bottom: 10px;
}
.owl-nav {
  opacity: 0;
  height: 0px;
}
.custom-nav button {
  background: transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #005127;
  margin-left: 5px;
  border: 0px;
}
.custom-nav button i {
  font-size: 24px;
  color: #fff;
}
.custom-nav button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
/*-------- End Universal Body -------------*/
/*-------- Start Head Body -------------*/
header {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #d3d2d4;
}
header .logo {
  height: 40px;
}
header .navbar-nav li a {
  color: #252525;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .navbar-nav li a:hover {
  color: #ed9c00;
  font-weight: 500;
}
header .navbar-nav li a.nav-link.active {
  color: #005127;
  font-weight: 500;
}
header .navbar-nav li a.nav-link.active:hover {
  color: #ed9c00;
}
header .navbar-nav .call-to-action {
  background: #005127;
  padding: 9px 15px !important;
  color: #f6f6f6;
  margin: 0px;
  border-radius: 20px;
}
header .navbar-nav .call-to-action i {
  margin-right: 10px;
}
header .navbar-nav .call-to-action:hover {
  background-color: #ed9c00;
  color: #000;
}
header .navbar-nav .search {
  border: 1px dashed #000;
  border-radius: 97%;
  width: 40px;
  text-align: center;
}
header .navbar-nav .search:hover {
  border: 1px dashed #ed9c00;
}
header .navbar-toggler {
  padding: 2px 7px;
}
header .navbar-toggler.search {
  padding: 6.65px 12px;
}
header .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
/*-------- End Head Body -------------*/
/*-------- Start Banner Body -------------*/
#Banner {
  height: 100vh;
  position: relative;
  min-height: 420px;
  background-image: url('../../images/background.webp');
  background-size: cover;
}
#Banner .data {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
#Banner .data h1 {
  color: #fff;
  font-size: 54px;
  text-transform: capitalize;
  font-weight: 700;
  text-shadow: 0px 2px 1px #333333;
}
#Banner .data p {
  color: #fff;
  font-size: 28px;
  text-transform: capitalize;
  font-weight: 300;
  text-shadow: 0px 2px 1px #333333;
}
#Banner .dark {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
/*-------- End Banner Body -------------*/
/*-------- Start Inner Banner Body -------------*/
#inner-banner {
  background-color: #FFFFFF;
  background-image: url('../../images/test1.jpg');
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  height: 360px;
}
#inner-banner.full {
  height: 80vh;
}
#inner-banner.full .head_Line h1 {
  font-size: 72px;
}
#inner-banner:before {
  content: "";
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  background: #33313e;
}
#inner-banner:after {
  content: "";
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 84%;
  top: 8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-animation: puff 2s linear;
          animation: puff 2s linear;
}
#inner-banner .head_Line {
  position: absolute;
  width: auto;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#inner-banner .head_Line h1 {
  font-size: 45px;
  color: #FFFFFF;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-shadow: 0px 2px 1px #333333;
  font-weight: bold;
}
#inner-banner .slider {
  position: relative;
  height: 100vh;
}
#inner-banner .slider .item {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
#inner-banner .breadcrumb {
  position: absolute;
  left: 0px;
  top: 92%;
  width: 100%;
  height: 8%;
  z-index: 3;
  margin: 0;
  background: transparent;
  font-size: 20px;
  color: #fff;
}
#inner-banner .breadcrumb .row {
  height: 100%;
}
#inner-banner .breadcrumb a {
  color: #fff;
}
@-webkit-keyframes puff {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes puff {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/*-------- End Inner Banner Body -------------*/
/*-------- Start Breadcrumb Body -------------*/
#breadcrumb {
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  padding: 8px 0px;
}
#breadcrumb ul li {
  display: inline-block;
  font-size: 14px;
  padding-left: 12px;
  color: #333333;
  text-transform: capitalize;
  line-height: 1.6;
}
#breadcrumb ul li a {
  color: #005127;
  font-size: 14px;
}
#breadcrumb ul li:before {
  content: "/";
  position: relative;
  left: -6px;
}
#breadcrumb ul li:first-child {
  padding-left: 0px;
}
#breadcrumb ul li:first-child:before {
  content: "";
}
/*-------- End Breadcrumb Body -------------*/
.anima {
  opacity: 0;
}
/*-------- Start Main Body -------------*/
#newsline .newslinedata {
  width: 100%;
  height: 50px;
  overflow: hidden;
  background-color: #005127;
  position: relative;
}
#newsline .newslinedata p {
  top: 0px;
  position: absolute;
  font-size: 18px;
  font-weight: 400;
  line-height: 50px;
  color: #ffffff;
  white-space: nowrap;
  -webkit-animation: scroll 15s linear infinite;
          animation: scroll 15s linear infinite;
}
@-webkit-keyframes scroll {
  0% {
    left: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    left: 0%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scroll {
  0% {
    left: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    left: 0%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
#about {
  padding: var(--primary-section-padding);
}
#about h2 {
  color: #005127;
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* Brand */
#Brand {
  padding: var(--primary-section-padding);
  /* Common style */
}
#Brand .item figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 360px;
  max-height: 620px;
  height: 60vh;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}
#Brand .item figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  width: 100%;
}
#Brand figure.effect-layla {
  background: #18a367;
}
#Brand figure.effect-layla figcaption {
  padding: 3em;
  height: 100%;
}
#Brand figure.effect-layla figcaption::before,
#Brand figure.effect-layla figcaption::after {
  position: absolute;
  content: '';
  opacity: 0;
}
#Brand figure.effect-layla figcaption::before {
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
#Brand figure.effect-layla figcaption::after {
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
#Brand figure.effect-layla .img {
  height: calc(100% + 30px);
  width: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 0.8;
}
#Brand figure.effect-layla h2 {
  padding-top: 26%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}
#Brand figure.effect-layla p {
  padding: 0.5em 2em;
  text-transform: none;
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
#Brand figure.effect-layla .img,
#Brand figure.effect-layla h2 {
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}
#Brand figure.effect-layla .img,
#Brand figure.effect-layla figcaption::before,
#Brand figure.effect-layla figcaption::after,
#Brand figure.effect-layla p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
#Brand figure.effect-layla:hover .img {
  opacity: 0.7;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#Brand figure.effect-layla:hover figcaption::before,
#Brand figure.effect-layla:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#Brand figure.effect-layla:hover h2,
#Brand figure.effect-layla:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#Brand figure.effect-layla:hover figcaption::after,
#Brand figure.effect-layla:hover h2,
#Brand figure.effect-layla:hover p,
#Brand figure.effect-layla:hover .img {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
/* places */
#places {
  width: 100%;
  padding: var(--primary-section-padding);
}
#places h3 {
  margin-top: 70px;
}
#places p {
  margin-bottom: 0px;
}
#places h4 {
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #37485C;
  text-transform: uppercase;
  font-weight: bold;
}
#places .place {
  /* Common style */
  /*---------------*/
  /***** Jazz *****/
  /*---------------*/
}
#places .place .item figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 290px;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}
#places .place .item figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}
#places .place figure.effect-jazz {
  background: linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%);
}
#places .place figure.effect-jazz .img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 0.9;
}
#places .place figure.effect-jazz figcaption::after,
#places .place figure.effect-jazz .img,
#places .place figure.effect-jazz p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
#places .place figure.effect-jazz figcaption::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
#places .place figure.effect-jazz h2,
#places .place figure.effect-jazz p {
  opacity: 1;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}
#places .place figure.effect-jazz h2 {
  padding-top: 23%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}
#places .place figure.effect-jazz p {
  padding: 0.5em 2em;
  text-transform: none;
  font-size: 0.85em;
  opacity: 0;
}
#places .place figure.effect-jazz:hover .img {
  opacity: 0.7;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}
#places .place figure.effect-jazz:hover figcaption::after {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}
#places .place figure.effect-jazz:hover h2,
#places .place figure.effect-jazz:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/* Our_Client */
#Our_Client {
  background: #005127;
  padding: 150px 0px;
}
#Our_Client .circle {
  border-radius: 50%;
  width: 104px;
  height: 104px;
  background: #fff;
  margin: 0 auto 20px;
  position: relative;
  z-index: 2;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
#Our_Client .circle i {
  color: #005127;
  font-size: 60px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
#Our_Client h2 {
  color: #fff;
}
/* social_connect */
#social_connect {
  position: relative;
  padding: 140px 0px 170px;
}
#social_connect .heading {
  margin-bottom: 80px;
}
#social_connect ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
#social_connect ul li {
  list-style: none;
  margin: 0 5px;
}
#social_connect ul li a .fa {
  font-size: 40px;
  color: #262626;
  line-height: 80px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-right: 14px;
}
#social_connect ul li a span {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 30px;
  color: #262626;
  letter-spacing: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#social_connect ul li a {
  text-decoration: none;
  display: block;
  width: 210px;
  height: 80px;
  background: #fff;
  text-align: left;
  padding-left: 20px;
  -webkit-transform: rotate(-30deg) skew(25deg) translate(0, 0);
          transform: rotate(-30deg) skew(25deg) translate(0, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: -20px 20px 10px rgba(0, 0, 0, 0.5);
          box-shadow: -20px 20px 10px rgba(0, 0, 0, 0.5);
}
#social_connect ul li a:before {
  content: '';
  position: absolute;
  top: 10px;
  left: -20px;
  height: 100%;
  width: 20px;
  background: #b1b1b1;
  -webkit-transform: 0.5s;
          transform: 0.5s;
  -webkit-transform: rotate(0deg) skewY(-45deg);
          transform: rotate(0deg) skewY(-45deg);
}
#social_connect ul li a:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: -10px;
  height: 20px;
  width: 100%;
  background: #b1b1b1;
  -webkit-transform: 0.5s;
          transform: 0.5s;
  -webkit-transform: rotate(0deg) skewX(-45deg);
          transform: rotate(0deg) skewX(-45deg);
}
#social_connect ul li a:hover {
  -webkit-transform: rotate(-30deg) skew(25deg) translate(20px, -15px);
          transform: rotate(-30deg) skew(25deg) translate(20px, -15px);
  -webkit-box-shadow: -50px 50px 50px rgba(0, 0, 0, 0.5);
          box-shadow: -50px 50px 50px rgba(0, 0, 0, 0.5);
}
#social_connect ul li:hover .fa {
  color: #fff;
}
#social_connect ul li:hover span {
  color: #fff;
}
#social_connect ul li:hover:nth-child(1) a {
  background: #3b5998;
}
#social_connect ul li:hover:nth-child(1) a:before {
  background: #365492;
}
#social_connect ul li:hover:nth-child(1) a:after {
  background: #4a69ad;
}
#social_connect ul li:hover:nth-child(2) a {
  background: #dd4b39;
}
#social_connect ul li:hover:nth-child(2) a:before {
  background: #b33a2b;
}
#social_connect ul li:hover:nth-child(2) a:after {
  background: #e66a5a;
}
#social_connect ul li:hover:nth-child(3) a {
  background: #00aced;
}
#social_connect ul li:hover:nth-child(3) a:before {
  background: #097aa5;
}
#social_connect ul li:hover:nth-child(3) a:after {
  background: #53b9e0;
}
#social_connect ul li:hover:nth-child(4) a {
  background: #e4405f;
}
#social_connect ul li:hover:nth-child(4) a:before {
  background: #d81c3f;
}
#social_connect ul li:hover:nth-child(4) a:after {
  background: #e46880;
}
/*-------- End Main Body -------------*/
/*-------- Start Footer Body -------------*/
#footer {
  background: #005127;
  padding: 40px 0px 40px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
#footer .logo {
  height: 40px;
}
#footer .powered i {
  color: #ed9c00;
}
#footer .powered a {
  color: #ed9c00;
}
.whatsapp {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 2000;
}
.whatsapp a {
  margin: 0px 10px;
  background: #006331;
  border-radius: 50%;
  color: #f5f5f5;
  height: 60px;
  width: 60px;
  display: inline-block;
  font-size: 36px;
  text-align: center;
  line-height: 60px;
}
.whatsapp span {
  position: absolute;
  white-space: nowrap;
  right: 10px;
  bottom: 60px;
  color: #00160B;
}
.whatsapp span li {
  background: #e1dfe8;
  margin-bottom: 10px;
  border-radius: 5px;
  white-space: nowrap;
  float: right;
  padding: 8px 12px;
  line-height: 1;
  font-size: 15px;
}
/*-------- End Footer Body -------------*/
/* Our_offers */
#offers ul {
  margin-bottom: 20px;
}
#offers ul li {
  display: inline-block;
}
#offers ul li a {
  display: block;
  border-radius: 3px;
  margin: 7px 5px;
  padding: 10px 20px;
  background: #006331;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: bold;
}
#offers ul li a.active {
  background: #014824;
}
#offers ul li a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.offers_data {
  margin-bottom: 20px;
}
.contactinner .map {
  padding-top: 40px;
}
.contactinner .map #map {
  border: 1px solid #cccccc;
}
.contactinner .contact-form {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F3F3F3), to(#EBEBEB));
  background-image: linear-gradient(#F3F3F3, #EBEBEB);
  padding: 25px;
  width: 66%;
  float: left;
}
.contactinner .contact-form .heading {
  margin-bottom: 20px;
}
.contactinner .contact-form .heading h4 {
  margin: 0px;
}
.contactinner .contact-form .form-grids-half input {
  width: 49.5%;
  float: left;
  margin-right: 0.5%;
}
.contactinner .contact-form .form-grids-half input:nth-child(2n) {
  margin-left: 0.5%;
  margin-right: 0%;
}
.contactinner .quick-contact {
  border: 1px solid #cccccc;
  padding: 25px;
  width: 32%;
  margin-left: 2%;
  float: left;
}
.contactinner h4 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #005127;
}
.contactinner .quick-contact .details li {
  width: 100%;
  display: inline-block;
}
.contactinner .quick-contact .details li .icon-bx {
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
  width: 55px;
  height: 55px;
  background: #005127;
  text-align: center;
  line-height: 55px;
}
.contactinner .quick-contact .details li .icon-bx i {
  font-size: 22px;
  color: #FFFFFF;
  top: 16px;
}
.contactinner .quick-contact .details li .icon-content {
  margin-bottom: 20px;
}
.contactinner .quick-contact .details li .icon-content h6 {
  font-size: 16px;
  margin-bottom: 3px;
  margin-top: 0px;
}
.contactinner .quick-contact .details li .icon-content p {
  font-size: 14px;
  line-height: 1.3;
}
.contactinner .quick-contact .details li:last-child {
  margin-bottom: 0px;
}
.contactinner .quick-contact .details a {
  color: #005127;
}
.contactinner .quick-contact .details a:hover {
  color: #ed9c00;
}
.contact-form .btn {
  text-align: center;
  width: 100%;
}
.captchamagic {
  display: inline-block;
  width: 100%;
}
.captchamagic h4 {
  font-size: 16px;
  line-height: 24px;
}
.captchamagicinner {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  background: #f7f7f7;
  border: 1px solid #919191;
  margin-top: 15px;
  margin-bottom: 20px;
}
.captchamagicnumbers {
  background: #edfdec;
  border: 1px solid #919191;
  margin-bottom: 10px;
  text-align: center;
  padding: 8px 0px;
}
.captchamagicnumbers * {
  font-size: 23px;
}
.captchamagicnumbers .magictransparent {
  color: transparent!important;
  width: 0px;
  display: inline-block;
  overflow: hidden;
}
.captchamagicnumbers input.magicnumber {
  color: #000 !important;
  display: inline-block !important;
  margin: 0px!important;
  padding: 0px!important;
  width: 40px!important;
  border: 0px!important;
  text-align: center!important;
  font-size: 20px!important;
  background: transparent!important;
}
.captchamagicinner input.captchamagicanswer {
  width: 100%!important;
  margin: 0px!important;
  text-align: center!important;
}
.d-data ol {
  list-style: disc;
  padding-left: 15px;
}
.d-data ul {
  list-style: disc;
  padding-left: 15px;
}
.d-data * {
  font-size: 15px;
  line-height: 1.6;
}
.d-data h2,
.d-data h3,
.d-data h4 {
  color: #005127;
  font-size: 20px;
  font-weight: 600;
}
.dplace h3 {
  margin-bottom: 10px;
}
.dplace p {
  margin-bottom: 30px;
}
.dplace li {
  margin-bottom: 15px;
}
.dplace .accordion {
  min-width: 250px;
  border-radius: 3px;
  overflow: hidden;
}
.dplace .accordion .accordion-header {
  border-bottom: 1px solid #dee2e6;
}
.dplace .accordion .accordion-button::after {
  background: none;
  content: "\F22C";
  font-family: bootstrap-icons !important;
}
.dplace .accordion .accordion-button:not(.collapsed) {
  background-color: #005127;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
}
.dplace .accordion .accordion-button:not(.collapsed)::after {
  color: #ffffff;
}
.dplace .accordion .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dplace .accordion .accordion-body {
  padding: 0px;
}
.dplace .accordion .accordion-body ul li {
  margin-bottom: 0px;
}
.dplace .accordion .accordion-body ul li p {
  padding: 1rem 1.25rem;
  background: #f3f2f7;
  border-bottom: 1px solid #dee2e6;
  color: #5c5c5c;
  margin-bottom: 0px;
}
.dplace .accordion .accordion-body ul li a {
  width: 100%;
  padding: 1rem 1.25rem;
  display: block;
  background: #f3f2f7;
  border-bottom: 1px solid #dee2e6;
  color: #5c5c5c;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.dplace .accordion .accordion-body ul li a:hover {
  color: #005127;
  background: #e1dfe8;
}
.dplace .youtubelink iframe {
  width: 100%;
  height: 420px;
}
.dplace .gmap iframe {
  width: 100%;
  height: 420px;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.attractions .imgholder {
  height: 60vh;
  min-height: 390px;
  background-size: cover;
  background-position: center center;
}
#search {
  min-height: 100vh;
  padding-top: 150px;
  padding-bottom: 150px;
}
#search .search-wrapper {
  max-width: 600px;
  margin: 0 auto;
}
#search .search-box {
  position: relative;
  background: white;
  border-radius: 30px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#search .search-box:focus-within {
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
#search .search-input {
  border: 2px solid #eee;
  border-radius: 30px;
  padding: 23px 25px;
  padding-right: 50px;
  width: 100%;
  margin-bottom: 0px;
}
#search .search-input:focus {
  border-color: #005127;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#search .search-icon {
  position: absolute;
  right: 20px;
  top: 16px;
  color: #666;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#search .search-box:focus-within .search-icon {
  color: #005127;
}
#search .suggestions {
  max-height: 500px;
  position: relative;
  background: white;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
  overflow: auto;
  display: none;
}
#search .search-box:focus-within .suggestions {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  display: block;
}
#search .suggestion-item {
  padding: 12px 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#search .suggestion-item:hover {
  background: #f3f2f7;
}
#search .suggestion-item a {
  color: #005127;
}
#search .recent-searches {
  color: #33313e;
  font-size: 0.8rem;
  padding: 10px 20px;
  background: #e1dfe8;
  margin-top: 10px;
}
/*-------- Start animate Body -------------*/
.animated {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 100%, 0px);
            transform: translate3d(0px, 100%, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 100%, 0px);
            transform: translate3d(0px, 100%, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0px, 0px);
            transform: translate3d(-100%, 0px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0px, 0px);
            transform: translate3d(-100%, 0px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0px, 0px);
            transform: translate3d(100%, 0px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0px, 0px);
            transform: translate3d(100%, 0px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.275, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.275, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 200px, 0px);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 200px, 0px);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.275, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.275, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 200px, 0px);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 200px, 0px);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
  }
  100% {
    opacity: 1;
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}
/*-------- End animate Body -------------*/
