body {
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  padding: 0px;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
}
ul,
li {
  margin: 0px;
  padding: 0px;
}

::-webkit-input-placeholder {
  color: #333;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #333;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
}
:-ms-input-placeholder {
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}
h1,
h2 {
  font-size: 31px;
  color: #33323a;
  padding-bottom: 30px;
  /* font-family: 'playballregular'; */
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
.padding-top-8 {
  padding-top: 10px;
}
.btn-blue {
  background-color: #012b72;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 0px;
  display: inline-block;
  line-height: 38px;
  padding: 5px 30px;
  text-decoration: none !important;
  border: 0;
  font-weight: 600;
}
.btn-blue:hover {
  background-color: #00baf3;
  text-decoration: none !important;
  color: #fff;
}
.btn-blue-full {
  background-color: #012b72;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 0px;
  display: inline-block;
  line-height: 38px;
  padding: 5px 30px;
  text-decoration: none;
  border: 0;
  width: 100%;
  font-weight: 600;
}
.btn-blue-full:hover {
  background-color: #00baf3;
  color: #fff;
}
.btn-yellow {
  background-color: #00baf3;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 0px;
  display: inline-block;
  line-height: 38px;
  padding: 5px 30px;
  text-decoration: none !important;
  font-weight: 600;
}
.btn-yellow:hover {
  background-color: #012b72;
  color: #fff;
  text-decoration: none !important;
}

.btn-yellow-bg {
  background: #012b72 url("../images/call-icon.png") no-repeat scroll 15px 15px;
  border: 0 none;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  line-height: 38px;
  margin-bottom: 20px;
  padding: 8px 30px 8px 50px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.btn-yellow-bg:hover {
  background: #00baf3 url("../images/call-icon.png") no-repeat scroll 15px 15px;
  color: #fff;
}

.btn-orenge {
  background: #00baf3 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 38px;
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.btn-orenge:hover {
  background: #3c3c3c none repeat scroll 0 0;
  color: #fff;
}

.btn-blue-deep {
  color: #012b72;
  font-size: 15px;
  text-transform: capitalize;
  border-radius: 0px;
  display: inline-block;
  line-height: 38px;
  padding: 5px;
  text-decoration: none !important;
  border: 0;
  font-weight: 600;
}
.btn-blue-deep:hover {
  text-decoration: none !important;
  color: #fff;
}

h3 {
  font-family: "Roboto", sans-serif;
  color: #33323a;
  padding-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
h4 {
  color: #007a45;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0px;
}

.padding-top-20 {
  padding-top: 20px;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.padding-2 {
  padding-left: 2px;
  padding-right: 2px;
}
.padding-left-20 {
  padding-left: 20px;
}
.align-right {
  text-align: right;
}
.clear {
  clear: both;
}
ul,
menu,
dir {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}
li {
  list-style: none;
}
::-webkit-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}
.padding-80 {
  padding: 80px 0px;
}
.padding-40 {
  padding: 40px 0px;
}
/* top section */

.hearder {
  position: absolute;
  z-index: 999;
  width: 100%;
  color: #fff;
}
/* banner */
.banner-text h1 {
  font-size: 3em;
  color: #fff !important;
  display: inline-block;
}

/* banner */
.inner-banner-text h1 {
  font-size: 3em;
  color: #333 !important;
  display: inline-block;
}
.inner-banner-text h1 span {
  font-size: 3em;
  font-weight: 900;
}
.inner-banner-text p {
  font-size: 18px;
  padding-top: 10px;
  font-weight: 400;
  font-style: italic;
  line-height: 26px;
  color: #333 !important;
  margin-bottom: 30px;
}

.banner-form {
  width: 100%;
}
.banner-form-header {
  background: #f5f5f5;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px solid #ededed;
  padding: 13px 0px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.banner-form-header h2 {
  color: #8a959e;
  padding: 0px;
  margin: 0px;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
}
.banner-form-header h3 {
  color: #fff;
  font-size: 14px;
  padding: 0px;
  margin: 0px;
  font-style: italic;
  font-weight: normal;
}
.banner-form-body {
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #fff;
  padding: 20px 25px;
}
.banner-form-body input,
select,
textarea {
  display: block;
  padding: 5px;
  font-size: 13px;
  line-height: 25px;
  outline: none;
  resize: none;
  width: 100%;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  margin-bottom: 10px;
}
.banner-textarea {
  height: 60px;
}

.banner-left {
  padding-top: 120px;
}
.banner-left h1 {
  font-size: 52px;
  line-height: 60px;
}

.banner-inner-page {
  padding-top: 60px;
}
.banner-inner-page h1 {
  font-size: 52px;
}

.padding-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.banner-inner {
  height: 400px !important;
}

.hearder-top {
  padding-top: 5px;
}
.top-social ul {
  width: 100%;
  text-align: right;
}
.top-social li {
  list-style: none;
  display: inline-block;
}
.top-social a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 4px 5px;
  font-size: 16px;
}

.top-link {
  text-align: right;
}
.top-link a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 4px 0px;
}
.top-link a i {
  margin-right: 5px;
}

.logo {
  padding-top: 50px;
}
.hearder-bottom {
  padding-top: 12px;
}
.banner-form-body-innerpage {
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #fff;
  padding: 20px 10px;
}
.banner-form-body-innerpage input,
select,
textarea {
  display: block;
  padding: 5px;
  font-size: 13px;
  line-height: 25px;
  outline: none;
  resize: none;
  width: 100%;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  margin-bottom: 10px;
}

/* Popular */
.popular-text {
  width: 80%;
}
.book-section {
  /* Amit */
  /* background: rgba(235, 161, 0, 0.9); */
  position: relative;
  z-index: 12;
  /* bottom: -34px; */
}
.banner-form {
  z-index: 1;
}
.book-section .title-column {
  position: relative;
}
.book-section .bg-layer {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 2000px;
}
.book-section .bg-layer::before {
  background-color: #012b72;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #012b72 !important;
}
.book-section .title-column .inner-box {
  padding: 31px 0;
  position: relative;
}
.book-section .title-column .inner-box h2 {
  /* Amit */
  color: #ffffff;
  font-size: 31px;
  position: relative;
  padding-bottom: 9px;
  padding-right: 20px;
  text-align: right;
}
.book-section .title-column .inner-box .text {
  /* Amit */
  color: #ced5dd;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  position: relative;
  padding-right: 20px;
  text-align: right;
}
.book-section .title-column .inner-box .arrow-box {
  background-color: #ffffff;
  border-radius: 50%;
  height: 34px;
  line-height: 34px;
  margin-top: -10px;
  position: absolute;
  right: -32px;
  text-align: center;
  top: 50%;
  width: 34px;
  z-index: 1;
}
.book-section .title-column .inner-box .arrow-box .icon {
  color: #adadad;
  font-size: 18px;
}
.book-section .form-column .inner-box {
  padding-left: 28px;
  position: relative;
}
.inner-box-new {
  /* Amit */
  background: #00baf3;
  padding-bottom: 15px;
  min-height: 125px;
}
.book-section .form-column .inner-box .column {
  padding: 35px 0 0;
}
.book-section .form-column .inner-box .column form {
  position: relative;
}
.book-section .form-column .form-group {
  margin-bottom: 25px;
  padding: 0 8px;
  position: relative;
}
.book-section .form-column .form-group .group-inner {
  position: relative;
}

.auto-container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  position: static;
}

/* tick */
.home-tick-list ul {
  width: 100%;
}
.home-tick-list li {
  background: rgba(0, 0, 0, 0) url("../images/tick.png") no-repeat scroll 0 7px;
  line-height: 30px;
  list-style: outside none none;
  padding-left: 30px;
  color: #fff;
  font-weight: 600;
}
.home-tick-list a {
  color: #fff;
  display: block;
  text-decoration: none;
}
.home-tick-list a:hover {
  color: #d74bb9;
}
.white-bg {
  background: #fff;
}

/* home welcome */
/* hover box */
.entry-item {
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: default;
}
.entry-thumb {
  position: relative;
  width: 100%;
  background: #ccc;
}
.entry-thumb img {
  width: 100%;
  opacity: 1;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.entry-thumb:hover img {
  opacity: 0.8;
  -moz-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  -o-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.entry-thumb hover {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.day-trips-box {
  width: 100%;
}
.day-trips-bottom {
  width: 100%;
  text-align: center;
  background: #f5f5f5;
  margin-bottom: 30px;
  padding-bottom: 30px;
  min-height: 236px;
}
.day-trips-bottom p {
  padding: 0px 20px 10px 20px;
}
.day-trips-bottom h2 {
  font-size: 18px !important;
  text-transform: capitalize !important;
  padding: 15px 0px;
  font-weight: 600;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
}

.day-trips-bottom h2 a {
  color: #222;
  display: block;
  text-decoration: none;
}
.day-trips-bottom h2 a:hover {
  color: #012b72;
  display: block;
  text-decoration: none;
}
/* welcome */
.welcome h3 {
  font-size: 20px;
  line-height: 30px;
}
/* camp program */

.bg-section-blue {
  background: url(../images/bg-section-tour.jpg) no-repeat;
  background-size: cover;
  padding: 120px 0px 80px;
}
.welcome {
  color: #fff;
}
.welcome h2,
h3 {
  color: #fff;
}

.welcome h3 {
  color: #fff;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  font-weight: normal;
  font-style: italic;
  line-height: 35px;
}

.home-img-box {
  position: relative;
}
.home-img-border {
  border: 1px solid #fff;
  z-index: 9;
  position: absolute;
  right: 17px;
  top: -30px;
  height: 339px;
  width: 470px;
}
.home-img {
  position: relative;
  z-index: 99;
}
/* tick */
.tick-list-white ul {
  width: 100%;
}
.tick-list-white li {
  background: url(../images/tick2.png) no-repeat scroll 0 7px;
  line-height: 30px;
  list-style: outside none none;
  padding-left: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
}
.tick-list-white a {
  color: #fff;
  display: block;
  text-decoration: none;
}
.tick-list-white a:hover {
  color: #fff;
}

.tick-list-gray ul {
  width: 100%;
}
.tick-list-gray li {
  background: url(../images/tick-gray.png) no-repeat scroll 0 7px;
  line-height: 30px;
  list-style: outside none none;
  padding-left: 30px;
  color: #282828;
  font-weight: 600;
  margin-bottom: 5px;
}

.home-tour-left {
  width: 65%;
  float: left;
}
.home-tour-right {
  width: 35%;
  float: left;
}
.home-tour-left img {
  width: 100%;
}
.padding-20 {
  padding: 20px;
}

.footer-top {
  padding: 50px 0px;
  background: #012b72;
}
.footer-top-border {
  border: 1px dashed #198eda;
  padding: 5px 15px;
  background: url(../images/email-bg.png) no-repeat center bottom;
}
.footer-top h2 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 6px;
  text-transform: uppercase;
  font-weight: 600;
}

.footer-top p {
  color: #fff;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.newsletter-textbox {
  background: #fff;
  border-radius: 3px;
  line-height: 35px;
  width: 100%;
  border: none;
  outline: none;
  padding-left: 10px;
}
.newsletter-btn {
  border: none;
  outline: none;
  background: #00baf3 url(../images/arrow-right.png) no-repeat right center;
  border-radius: 3px;
  line-height: 38px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  padding: 0px 40px 0px 20px;
}
.newsletter-btn:hover {
  border: none;
  outline: none;
  background: #333 url(../images/arrow-right.png) no-repeat right center;
}
.newsletter-form {
  padding-top: 6px;
}

/* footer */
.footer {
  padding: 80px 0px 0px 0px;
  background: #fff url(../images/footer-bg.jpg) no-repeat center bottom;
}
.footer-box {
  width: 100%;
}
.footer-box-header {
  width: 100%;
}
.footer-box-header h2 {
  padding-top: 0px;
  padding-bottom: 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
}
.footer-box-body {
  width: 100%;
  color: #6f6f6f;
}
.footer-box-body ul {
  width: 100%;
}
.footer-box-body li {
  list-style: none;
  line-height: 25px;
}
.footer-box-body a {
  color: #6f6f6f;
  text-decoration: none;
}
.footer-box-body a:hover {
  color: #00baf3;
}

.footer-call {
  width: 100%;
  text-align: center;
  padding: 0px 0px 40px 0px;
}
.footer-call span {
  color: #00baf3;
}
.footer-call h2 {
  text-transform: capitalize;
  font-size: 27px;
  padding-bottom: 10px;
}
.footer-call h3 {
  text-transform: capitalize;
  font-size: 22px;
  color: #6f6f6f;
  font-weight: 400;
  margin-top: 10px;
}

.footer-eco-logo {
  padding: 30px 0px;
}

.twitter a,
.facebook a,
.gplus a,
.linkedin a {
  background: url(../images/social.png) no-repeat;
  width: 28px;
  height: 28px;
}
.twitter a {
  width: 28px;
  height: 28px;
  display: block;
  background-position: 0px 0px;
}
.twitter a:hover {
  width: 28px;
  height: 28px;
  background-position: 0px -28px;
}
.facebook a {
  width: 28px;
  height: 28px;
  display: block;
  background-position: -28px 0px;
}
.facebook a:hover {
  width: 28px;
  height: 28px;
  background-position: -28px -28px;
}
.gplus a {
  width: 28px;
  height: 28px;
  display: block;
  background-position: -56px 0px;
}
.gplus a:hover {
  width: 28px;
  height: 28px;
  background-position: -56px -28px;
}
.linkedin a {
  width: 28px;
  height: 28px;
  display: block;
  background-position: -84px 0px;
}
.linkedin a:hover {
  width: 28px;
  height: 28px;
  background-position: -84px -28px;
}

.social-footer {
  width: 100%;
}
.social-footer ul {
  text-align: left;
}
.social-footer li {
  list-style: none;
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-left: 3px;
}
.social-footer a {
  text-decoration: none;
}

.footer-bottom {
  padding: 80px 0px 80px 0px;
}
.footer-bottom a {
  color: #666666;
  text-decoration: none;
}
.footer-bottom a:hover {
  color: #00baf3;
}

.footer-bottom-right {
  text-align: right;
}

/* testimonial */
.bg-section-yellow {
  background: url(../images/bg-section-yellow.jpg) no-repeat;
  background-size: cover;
}
.bg-section-yellow h2 {
  color: #fff;
}
.bg-section-yellow {
  color: #fff;
}

.testimonial-bg {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  color: #666;
  min-height: 300px;
}
.testimonial-bg p {
  padding: 9px 0px;
  margin: 0px;
}
.testimonial-point {
  padding-left: 30px;
  padding-bottom: 20px;
}

.testimonial-img {
  width: 65px;
  height: 65px;
  float: left;
  margin-right: 20px;
}
.testimonial-img img {
  width: 100%;
  border-radius: 50%;
  width: 65px;
  height: 65px;
}
.testimonial-text {
  width: 81%;
  float: left;
}
.testimonial-text h3 {
  font-size: 20px;
  color: #333;
  padding: 6px 0px;
}

.testimonial-text p {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.home-accommodation li {
  margin-bottom: 20px;
  list-style: none;
}
.home-accommodation li:last-child {
  margin-bottom: 0px;
}

.home-accommodation-img {
  width: 85px;
  height: 85px;
  float: left;
  margin-right: 20px;
}
.home-accommodation-text {
  width: 81%;
  float: left;
}
.home-accommodation-text h3 {
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 8px;
  text-transform: uppercase;
}
.home-accommodation-text a {
  color: #fff;
  text-decoration: none;
}

.testimonial-home {
  margin: 0px 3px;
}
#testimonial .owl-page span {
  background: #fff !important;
}

/* Inner Page */
.inner-page img {
  width: 100%;
}
/* breadcrumbs start */
.breadcrumbs {
  width: 100%;
  color: #fff;
}
.breadcrumbs h1 {
  font-size: 27px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #fff;
  padding: 0px;
}
.breadcrumbs-right {
  text-align: right;
  padding-top: 5px;
}
.breadcrumbs-right img {
  margin-top: -3px;
  padding-right: 6px;
}
.breadcrumbs-right a {
  color: #fff;
  text-decoration: none;
}
.breadcrumbs-right a:hover {
  text-decoration: underline;
}
/* breadcrumbs end */

.right-box {
  width: 100%;
  padding-bottom: 20px;
}
.right-box-header {
  width: 100%;
}
.right-box-header h2 {
  color: #fff;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #3c3c3c;
  padding: 15px 16px;
  font-size: 20px;
  text-transform: capitalize;
}

.right-box-body {
  width: 100%;
  background: #f2f2f2;
  padding: 12px;
}

.right-box-body ul {
  width: 100%;
}
.right-box-body li {
  list-style: none;
  line-height: 30px;
  padding-left: 20px;
  background: url(../images/right-pink.png) no-repeat center left;
}
.right-box-body a {
  color: #999999;
  text-decoration: none;
}
.right-box-body a:hover {
  color: #00baf3;
}

.accomodation {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.accomodation img {
  width: 100%;
  border-radius: 3px;
}

.accomodation-text {
  background: rgba(0, 0, 0, 0.8);
  padding: 17px;
  margin-top: -108px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  position: relative;
  color: #fff;
}
.accomodation-text p {
  padding: 0px;
  margin: 0px;
}
.accomodation-text h3 {
  color: #00baf3;
  padding-bottom: 10px;
}

.accomodation-text a {
  color: #00baf3;
  text-decoration: none;
  font-style: italic;
}
.accomodation-text a:hover {
  color: #00baf3;
  text-decoration: underline;
}

.img-radius img {
  border-radius: 3px;
  width: 100%;
}

.inner-content h2 {
  text-transform: capitalize;
}

.tour-day {
  width: 100%;
  padding-bottom: 20px;
}
.tour-day-top {
  width: 100%;
}
.tour-day-top img {
  width: 100%;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.tour-day-top h2 {
  background: #f2f2f2;
  font-size: 20px;
  color: #33323a;
  padding: 15px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.tour-day-bottom {
  width: 100%;
  padding-top: 20px;
}

.tour-day-bottom ul {
  width: 100%;
  padding-bottom: 30px;
}
.tour-day-bottom li {
  list-style: none;
  padding: 3px 0px 3px 30px;
  background: url(../images/tick2.png) 0px 7px no-repeat;
  line-height: 25px;
}
.tour-day-bottom a {
  color: #666666;
  text-decoration: none;
  display: block;
}
.tour-day-bottom a:hover {
  color: #d74bb9;
}

.tour-day-bottom li ul {
  padding-bottom: 0px !important;
}
.tour-day-bottom li ul li {
  background: url(../images/tick-gray.png) 0px 8px no-repeat !important;
  padding-left: 28px;
}

.text-orenge {
  color: #00baf3;
}

.border-radius img {
  width: 100%;
  border-radius: 3px;
}
/* Login */
.blue-bg {
  background: #00baf3 url(../images/contact-bg.png) no-repeat right bottom;
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.blue-bg h2 {
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
}
.blue-bg h3 {
  color: #474747;
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
}
.blue-bg p {
  color: #fff;
}

.blue-bg1 {
  background: #00baf3 url(../images/contact-bg1.png) no-repeat right bottom;
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.blue-bg1 h2 {
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
}
.blue-bg1 h3 {
  color: #474747;
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
}
.blue-bg1 p {
  color: #fff;
}

.gray-bg {
  background: #f2f4f5;
  padding: 20px;
}
.gray-bg h2 {
  color: #25160f;
  font-size: 20px;
  text-transform: capitalize;
}
.gray-bg h3 {
  color: #474747;
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
}
.gray-bg p {
  color: #474747;
}
.gray-bg a {
  color: #474747;
  text-decoration: none;
}
.gray-bg a:hover {
  color: #5b4436;
}

.height-562 {
  height: 562px;
}
.text-red {
  color: #00baf3;
}

.contact-form input {
  margin-bottom: 15px;
}
.contact-form textarea {
  resize: none;
  height: 180px;
  margin-bottom: 15px;
}

/*contact button css*/
.btn-blue-nxt-prev {
  background-color: #f5971a;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 3px;
  display: inline-block;
  line-height: 25px;
  width: 120px;
  padding: 5px 20px;
  text-decoration: none !important;
  border: 0;
  font-weight: 600;
  margin-top: 15px;
}

.btn-blue-nxt-prev:hover {
  background: #474747;
}

/* Newsletter form css */
#mc_embed_signup .mc-field-group input {
  display: block;
  padding: 0px !important;
  text-indent: 2%;
  width: 100%;
}
#mc_embed_signup input {
  border: none !important;
  border-radius: none !important;
}
#mc-embedded-subscribe {
  clear: both;
  display: block;
  margin: 0px !important;
  width: auto;
}
#mc_embed_signup form {
  display: block;
  padding: 0px !important;
  position: relative;
  text-align: left;
}
#mc_embed_signup {
  background: none !important;
}
#mc_embed_signup .mc-field-group {
  padding-bottom: 0% !important;
  width: 100% !important;
}
#mc-embedded-subscribe {
  width: 100% !important;
}

.banner-form-body input[type="checkbox"] {
  width: auto !important;
}
/* ************ css for blog Starts ************ */

.blog {
}
.g-post h2 {
  font-size: 24px;
}
.blog section {
  padding: 80px 0;
  position: relative;
}
.blog .g-post {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #d9d9d9;
}
.blog .g-widget {
  background-color: #f1f1f1;
  padding: 15px;
  border-radius: 4px;
}
.blog .g-widget .head {
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.blog .g-widget .head i {
  margin-right: 15px;
  font-size: 19px;
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background-color: rgb(0, 114, 188);
  border-radius: 50%;
}
.blog .g-widget .head h3 {
  display: inline-block;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
}
.blog .tag-list li {
  display: inline-block;
}
.blog .post-thumbnail {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.blog .cat-meta {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: rgb(0, 114, 188);
  padding: 2px 18px;
  border-radius: 20px;
  margin: 0;
}
.blog .cat-meta p {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}
.blog .cat-meta:hover {
  background: #fff;
  color: #333;
}
.blog .cat-meta:hover p {
  color: #333;
  font-weight: bold;
}
.blog .post-thumbnail a img {
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
.blog .post-thumbnail a img:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.blog .post-meta {
  position: absolute;
  bottom: 20px;
  right: 15px;
  text-align: right;
  overflow: hidden;
}
.blog .post-meta p a {
  height: 35px;
  line-height: 35px;
  border-radius: 20px;
  background: #24c6dc;
  display: inline-block;
  padding: 0 35px 0 15px;
  margin-right: -28px;
  color: #fff;
  text-transform: capitalize;
  transform: translateX(100%);
  transition: 0.1s linear;
  opacity: 0;
}
.blog .post-meta p a:hover {
  background: #fff !important;
  color: #333 !important;
}
.blog .post-meta p:hover i {
  background: #fff !important;
  color: #333 !important;
}
.blog .post-meta p a:hover {
  background: rgba(235, 161, 0, 0.9);
}
.blog .post-meta p i {
  width: 35px;
  height: 35px;
  display: inline-block;
  background: #24c6dc;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  color: #fff;
  position: relative;
  transition: 0.2s linear;
}
.blog .butn-secondry {
  text-transform: capitalize;
  background-color: rgb(0, 114, 188);
  color: #fff;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
.blog .butn-secondry:hover {
  color: #fff;
  background-color: rgba(235, 161, 0, 0.9);
}
.blog .btn-medium {
  text-transform: capitalize;
  padding: 10px 25px;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
.blog .btn-round {
  text-transform: capitalize;
  border-radius: 4px;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
.blog .butn-primary {
  text-transform: capitalize;
  background-color: #00baf3;
  color: #fff;
  border: 2px solid transparent;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
.blog .butn-primary:hover {
  background: transparent;
  border: 2px solid #00baf3;
  color: #00baf3;
}
.blog .cat-list li a {
  color: #666666;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 5px;
  display: inline-block;
}
.blog .tag-list li a {
  display: inline-block;
  color: #666666;
  background-color: #f3f5f6;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 0 3px 5px 0;
  font-family: "Open Sans", sans-serif;
}
.blog .g-widget .post-list li {
  border: none;
}
.blog .g-widget .post-list img {
  width: 90px;
  height: 90px;
}
.blog .g-widget .post-list img {
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
.blog .g-widget .post-list img:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.blog .post-list img {
  float: left;
  overflow: hidden;
  margin-right: 15px;
  width: 80px;
  height: 80px;
}
.blog .post-list li {
  border-bottom: 1px solid #303030;
  margin-bottom: 20px;
}
.blog .post-list .content {
  overflow: hidden;
}
.blog .post-list .content p {
  margin-bottom: 5px;
}
.blog .post-list .content h4 {
  margin-bottom: 5px;
  font-size: 16px;
  text-transform: capitalize;
}
.blog .post-list .content p span {
  margin-right: 10px;
}
.blog .post-list .content p span i {
  color: rgb(0, 114, 188);
  margin-right: 10px;
}
.blog .sidebar {
}
.blog .g-widget .post-list .content a {
  color: #333;
}
.blog .g-widget .post-list .content .read-more {
  color: #0072bc;
}
.g-post h2 a {
  color: #33323a;
}
.g-post h2 a:hover {
  color: #33323a;
  text-decoration: none;
}
.blog-post__meta {
  margin-bottom: 16px;
}
.blog-post__meta-list {
  padding: 0;
  margin: 0;
}
.blog-post__meta-list li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  padding-right: 19px;
  position: relative;
}
.blog-post__meta-list li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #a0ce4e;
}
.blog-post__meta-list li:last-child {
  padding-right: 0;
}
.blog-post__meta-list li:last-child::before {
  display: none;
}
.blog-post__meta-list li p {
  font-size: 14px;
  line-height: 16px;
  color: #727e85;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.blog-post__meta-list li a {
  color: #727e85 !important;
}
.blog-post__meta-list li a:hover {
  color: rgb(0, 114, 188) !important;
}
.fltlft {
  float: left;
}
.fltrht {
  float: right;
}
.blog-post__meta {
  clear: both;
  width: 100%;
  float: left;
}
.blog-post__meta-list.fltrht li::before {
  display: none;
}
.mb-25 {
  margin-bottom: 25px;
}
/*.blog .blog-text > p {color: #969696;}
.blog .blog-text > p {color: #969696;}*/
p.bg-p {
  background: #f5f5f5 none repeat scroll 0 0;
  margin-bottom: 35px;
  padding: 25px;
}

/* ************ css for blog Ends ************ */
/* accordion */
.bs-example .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.bs-example .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #00baf3;
}
.bs-example .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  color: #00baf3;
  text-transform: capitalize;
  font-style: italic;
  text-decoration: none !important;
}
.bs-example .glyphicon {
  float: right;
}
.bs-example .panel-title a {
  text-decoration: none !important;
}
.bs-example .panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #00baf3;
}

/*  Testimonials */
.testimonial {
  border: 1px solid #f0f0f0;
  font-style: italic;
  margin-bottom: 35px;
  padding: 30px;
}
.testimonial-image img {
  max-width: 100%;
}
.testimonial-content {
  background: url("images/quotes.png") no-repeat;
  padding: 0px 0px 0px 0px;
  font-size: 15px;
}
.testimonial .user {
  color: #333;
  font-family: "Roboto", sans-serif;
  font-style: normal;
}
.testimonial .testi-url {
  color: #eba100;
  font-family: "Roboto", sans-serif;
  font-style: normal;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .testimonial-image img {
    margin: auto;
    display: block;
  }
  .testimonial {
    padding: 0px;
  }
}
@media only screen and (max-width: 479px) {
  .testimonial-image img {
    margin: auto;
    display: block;
  }
  .testimonial {
    padding: 0px;
  }
}
/* ================= Responsive ====================== */
@media only screen and (max-width: 1024px) {
  .banner-textarea {
    height: 58px;
  }
  .banner-left h1 {
    font-size: 39px;
  }
  .padding-20 {
    padding: 9px 15px;
  }
  .home-accommodation-text {
    width: 75%;
  }
  .social-footer li {
    margin-left: 2px;
  }
  #cssmenu > ul > li > a {
    padding: 10px 11px !important;
    font-size: 12px !important;
  }
  .top-link a {
    font-size: 13px;
  }
  .top-social a {
    font-size: 11px;
  }
  /* #cssmenu > ul > li.has-sub > a {    padding-right: 16px;} */

  .banner-text {
    position: relative !important;
    top: 0;
    width: 100%;
    z-index: 2;
  }
  .banner-left {
    padding-bottom: 30px;
    padding-top: 10px;
    text-align: center;
  }
  .banner-left h1 {
    color: #333 !important;
  }
} /* end */

@media only screen and (max-width: 768px) {
  .blue-bg {
    background: #00baf3 !important;
  }
  .sidebar {
    margin-bottom: 30px;
  }
  .testimonial-page .testimonial {
    padding: 30px;
  }
  .banner-inner-page {
    padding-top: 20px;
  }
  .banner-inner-page h1 {
    font-size: 32px;
  }
  .breadcrumbs {
    width: 100%;
    color: #333;
  }
  .footer-eco-logo {
    text-align: center;
  }
  .padding-left-20 {
    padding-left: 0px;
    padding-bottom: 30px;
  }
  .hearder {
    position: relative;
    background: #333;
  }
  .hearder-top {
    display: none;
  }
  .logo {
    padding-top: 4px;
    text-align: center;
  }
  .banner-left {
    padding-top: 0px;
  }
  .banner-text {
    text-align: center;
  }
  .banner-text h1 {
    color: #333 !important;
  }
  #cssmenu > ul > li > a {
    font-size: 14px !important;
  }
  .banner-left {
    padding-bottom: 40px;
  }
  .banner-form-header {
    background: #fff;
  }
  .day-trips-bottom {
    margin-bottom: 30px;
  }
  .book-section {
    bottom: -30px;
  }
  .banner-textarea {
    height: 110px;
  }
  .facebook-panel {
    padding-top: 30px;
  }
  .home-tour-left {
    width: 100%;
    padding-bottom: 30px;
    float: none;
  }
  .home-tour-right {
    width: 100%;
    float: none;
  }
  .padding-20 {
    padding: 0px;
  }
  .testimonial-home {
    padding-bottom: 30px;
  }
  .footer-top-border {
    text-align: center;
  }
  .newsletter-textbox {
    padding-left: 0px;
    width: 100%;
    text-align: center;
    margin: 10px 0px;
  }
  .footer {
    text-align: center;
  }
  .footer-box-body {
    padding-bottom: 30px;
  }
  .social-footer ul {
    text-align: center;
  }
  .footer-bottom,
  .footer-bottom-right {
    text-align: center;
  }
  .testimonial-bg p {
    height: auto;
  }
  .arrow-box {
    display: none;
  }
  .book-section .title-column .inner-box h2 {
    text-align: center;
  }
  .book-section .title-column .inner-box .text {
    text-align: center;
  }
  .home-tick-list li {
    text-align: left;
  }
  .popular-text {
    width: 100%;
  }
  .home-img img {
    width: 100%;
  }
  h1,
  h2 {
    font-size: 28px;
  }
  .home-img-border {
    display: none;
  }
  .home-img img {
    width: 100%;
  }
  .height-562 {
    height: auto;
  }
  .blue-bg {
    margin-bottom: 30px;
  }
} /* end */

@media only screen and (max-width: 480px) {
  .home-accommodation-img {
    margin: 0px auto;
    float: none;
  }
  .home-accommodation-text {
    float: none;
    width: 100%;
    padding-top: 20px;
  }
  .home-accommodation {
    text-align: center;
  }
  .title-hearder {
    text-align: center;
  }
} /* end */

/* ==========================
   Travel Expert Section
========================== */

.travel-expert-section {
  padding: 100px 0;
  background: #f8fbff;
}

.travel-expert-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

/*=========================
    Left Image
=========================*/

.travel-expert-image {
  position: relative;
  flex: 0 0 42%;
}

.travel-expert-image img {
  width: 100%;
  display: block;
  border-radius: 30px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18);
}

/* Floating Badge */

.travel-expert-badge {
  position: absolute;
  top: 25px;
  left: 25px;

  padding: 12px 22px;

  background: #fff;
  color: #111;

  border-radius: 50px;

  font-size: 14px;
  font-weight: 600;

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

/* Experience Card */

.travel-expert-experience {
  position: absolute;
  right: -25px;
  bottom: 40px;

  width: 160px;

  padding: 20px;

  background: #fff;

  border-radius: 20px;

  text-align: center;

  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.travel-expert-experience strong {
  display: block;

  font-size: 42px;
  line-height: 1;

  color: #00a2e5;
}

.travel-expert-experience span {
  font-size: 14px;
  color: #666;
}

/*=========================
      Right Content
=========================*/

.travel-expert-content {
  flex: 0 0 58%;
}

.travel-expert-subtitle {
  display: inline-block;

  margin-bottom: 15px;

  color: #00a2e5;

  font-size: 15px;
  font-weight: 700;

  text-transform: uppercase;
  letter-spacing: 1px;
}

.travel-expert-name {
  margin: 0 0 10px;

  font-size: 52px;
  font-weight: 700;

  color: #1d2939;
}

.travel-expert-designation {
  margin-bottom: 25px;

  color: #00a2e5;

  font-size: 24px;
  font-weight: 600;
}

.travel-expert-description {
  margin-bottom: 35px;

  color: #666;

  font-size: 17px;
  line-height: 1.8;
}

/*=========================
        Features
=========================*/

.travel-expert-features {
  margin: 0 0 40px;
  padding: 0;

  list-style: none;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.travel-expert-features li {
  display: flex;
  align-items: center;

  font-size: 17px;
  font-weight: 500;

  color: #222;
}

.feature-icon {
  width: 26px;
  height: 26px;

  margin-right: 12px;

  border-radius: 50%;

  background: #00a2e5;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 13px;
}

/*=========================
        Phone Box
=========================*/

.travel-expert-phone {
  width: fit-content;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 28px;
  margin-bottom: 35px;
  border-radius: 70px;
  background: #fff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
.travel-expert-phone:hover {
  text-decoration: none;
  transform: translateY(-3px);
}
.travel-phone-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #00a2e5;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.travel-phone-number {
  color: #1d2939;
  font-size: 24px;
  font-weight: 700;
}
.travel-expert-buttons {
  display: flex;
  gap: 18px;
}
.travel-btn {
  padding: 16px 34px;
  border-radius: 60px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
}
.travel-btn-primary {
  background: #00a2e5;
  color: #fff;
}
.travel-btn-primary:hover {
  background: #0089c4;
  color: #fff;
  text-decoration: none;
}
.travel-btn-secondary {
  background: #25d366;
  color: #fff;
}
.travel-btn-secondary:hover {
  background: #1ebe5d;
  color: #fff;
  text-decoration: none;
}
/*=========================
      Responsive
=========================*/
@media (max-width: 991px) {
  .travel-expert-badge {
    top: 15px;
    left: 15px;
  }
  .travel-expert-container {
    flex-direction: column;
  }

  .travel-expert-content {
    text-align: center;
  }

  .travel-expert-features {
    grid-template-columns: 1fr;
  }

  .travel-expert-phone {
    margin: 0 auto 30px;
  }

  .travel-expert-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }

  .travel-expert-name {
    font-size: 40px;
  }

  .travel-expert-experience {
    right: 20px;
    bottom: 20px;
  }
}

@media (max-width: 576px) {
  .travel-expert-name {
    font-size: 32px;
  }

  .travel-expert-designation {
    font-size: 20px;
  }

  .travel-phone-number {
    font-size: 18px;
  }

  .travel-btn {
    width: 100%;
    text-align: center;
  }
}

/* contact us page left image form bg change */
.blue-bg.contact-info-section {
  background: #012b72 url(../images/contact-bg.png) no-repeat right bottom;
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-size: contain;
}
.blue-bg.contact-info-section h3 {
  color: #ffffff;
  font-size: 16px;
  text-transform: none;
  font-weight: 500;
  padding-bottom: 5px;
}
.blue-bg.contact-info-section h2 {
  color: #fff;
  font-size: 24px;
  text-transform: capitalize;
  padding-bottom: 15px;
}
.blue-bg.contact-info-section p {
  color: #fff;
  margin-bottom: 10px;
}
