@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'Calluna';
  src: url('../fonts/calluna-regular.otf');
}



body{

	padding: 0;
	margin: 0;
}

ul li{
	list-style: none;
}
a{
	text-decoration: none;
	list-style: none;
}
h1,h2,h3,h4,h5,h6,p{
	font-size: 16px;
}

/*=====================================header-top===============================*/

.pre-header {
    background: #444444;
    padding: 3px;
}

.float-right a{
	padding-left: 18px;
}
.pre-call a {
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    margin-right: 20px;
    padding-top: 2px;
}
.pre-call a:hover{
  text-decoration: none;
}
.pre-header p i{
	margin-right: 5px;
}
.pre-header i {
    color: #fff;
}
/*==============================header bottom=============================*/

.header_area .header-btn .golf{
    color: #fff;
    font-family: 'Libre Franklin';
    text-transform: uppercase;
    padding: 15px 38px !important;
    background-color: #ff8134;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
    border-radius: 50px;
}
.header-bottom img{
	width: 15%;
}
.header-bottom .navbar{
	padding:   0 0 5px 0;
}
.travel-logo a{
	color: #f56960;
	font-family: 'Cormorant-Italic';
	font-weight: 600;
	font-size: 48px;
}
.travel-logo a:hover{
	text-decoration: none;
}
.fast{
	display: flex;
	justify-content: space-between;
}
.best li a{
text-decoration: none;
color: #fff;
padding-right: 10px;
padding-left: 3px;
text-align: right;
font-family: 'Roboto-Bold';
font-size: 14px;
font-weight: 500;
}
.icon i{
	color: #fff;
	margin-right: 10px;
	height:25px;
	width: 25px;
	text-align: center;
	line-height: 25px
}
.navbar{
	background-color: #fff !important;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
  margin-left: 40px;
  font-family: 'Cormorant-Bold';
  font-size: 16px;
}
.navbar-light .navbar-nav .nav-link:hover{
	color: #f56960;
}
.navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
}

.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
  height: 48px;
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.align-to-right {
  float: right;
}

.nav-header {
  float: left;
  width: 130px;
}
.nav-header a img{
width: 100%;
}
.navigation-hidden .nav-header {
  display: none;
}

.nav-brand {
  line-height: 82px;
  padding: 0;
  color: #343a40;
  font-size: 24px;
  text-decoration: none !important;
}

.nav-brand:hover,
.nav-brand:focus {
  color: #343a40;
}

.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}

.nav-logo:focus > img {
  outline: initial;
}

.navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #343a40;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
}

.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #fff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.navigation-portrait
  .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #343a40;
  font-size: 26px;
  cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu > li > a {
  padding: 34px 0;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #343a40;
  transition: color 0.3s, background 0.3s;
  margin-left: 32px;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}

.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
  color: #ff8134;
}

.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}

.nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  transition: all 0.2s;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70798b #70798b transparent;
  transform: rotate(45deg);
  transition: border 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967adc #967adc transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}

.navigation-hidden .nav-search {
  display: none;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #343a40;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
  content: "";
  pointer-events: none;
}

.nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
  color: #ff6b00;
}

.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 99;
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}

.navigation-portrait .nav-search-inner {
  height: 48px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #343a40;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #343a40;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}

.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
  color: #fff;
  text-decoration: none;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #343a40;
  font-size: 14px;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}

.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}

.nav-dropdown > li > a {
  width: 100%;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #343a40;
  background-color: #fdfdfd;
  font-family: 'Libre Franklin';
  text-transform: capitalize;
  font-weight: 600;
}

.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
  color: #ff6b00;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}

.navigation-portrait
  .nav-dropdown
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > a {
  padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 10px;
  position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
}

.navigation-portrait
  .nav-dropdown
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(45deg);
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #ff6b00 #ff6b00 transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape
  .nav-dropdown.nav-dropdown-left
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(135deg);
}
.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}

.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}

.nav-dropdown-horizontal > li > a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navigation-portrait
  .nav-dropdown-horizontal
  .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #f0f0f0;
  background-color: #fdfdfd;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}

.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}

.megamenu-panel [class*="container"] {
  width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}

.megamenu-panel-half {
  width: 50%;
}

.megamenu-panel-quarter {
  width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}

.megamenu-panel-row {
  width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
  content: "";
  display: table;
  line-height: 0;
}

.megamenu-panel-row:after {
  clear: both;
}

.megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}

.navigation-portrait
  .megamenu-panel-row:first-child
  [class*="col-"]:first-child {
  margin-top: 0;
}

.megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
  width: 22.75%;
}

.megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
  width: 48.5%;
}

.megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
  width: 74.25%;
}

.megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
  width: 100%;
}

.megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}

.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}

.megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #343a40;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff;
}

.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}

.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #343a40;
  border: solid 1px #eff0f2;
  background-color: #fff;
}

.megamenu-tabs-pane.active {
  display: block;
}

.navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}

.megamenu-lists {
  width: 100%;
  display: table;
}

.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}

.megamenu-list:last-child {
  margin: 0;
  border: none;
}

.navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
  border: none;
}

.megamenu-list > li > a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #343a40;
  text-decoration: none;
  font-size: 13px;
}

.megamenu-list > li > a:hover {
  background-color: #ff6b00;
  color: #fff;
}

.megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #343a40;
}

.megamenu-list > li.megamenu-list-title > a:hover {
  background-color: transparent;
}

.navigation-landscape .list-col-2 {
  width: 50%;
}

.navigation-landscape .list-col-3 {
  width: 33%;
}

.navigation-landscape .list-col-4 {
  width: 25%;
}

.navigation-landscape .list-col-5 {
  width: 20%;
}

.nav-menu > li > a {
  color: #333333;
  font-family: 'Libre Franklin';
  text-transform: capitalize;
  font-weight: 600;
}

.nav-dropdown > li > a {
  color: #343a40;
  padding: 10px 20px;
  border-bottom: 1px solid #f6f6f6;
}

.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
  color: #ff6b00;
}

.main_header_area.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .nav-dropdown > li > a,
  .megamenu-list > li > a {
    width: 65%;
  }
}




/*================================banner=============================*/

.doller .carousel-caption{
    bottom: 22% !important;
    width: 46%;
    text-align: center;
    padding: 14px;
    left: 43%;
}

.doller .carousel-caption h1{
	color: #fff;
	font-size: 62px;
	font-weight: 800;
	font-family: 'Libre Franklin';

}

.nav-item .prop{
	background-color: #00275b;
	color: #fff !important;
	padding: 10px 15px !important;
border-radius: 3px;
}
.carousel-caption h4{
font-size: 16px;
font-family: 'Raleway';
color: #709184;
font-weight: 600;
}
.carousel-caption h2{
    font-size: 72px;
    font-family: "Libre Franklin", sans-serif;
    color: #404040;
    font-weight: 500;
    text-transform: capitalize;
}

.nav-item .prop:hover{
	background-color: #5087d0;
}

.carousel-caption a{
	  color: #fff;
    font-family: "Libre Franklin", sans-serif;
    text-transform: capitalize;
    padding: 15px 38px !important;
    background-color: #709184;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    border-radius: 50px;
}
.carousel-caption a:hover{
	text-decoration: none;
	color: #fff;
}

.doller .carousel-caption p{
	font-size: 16px;
	margin: 15px auto 25px;
	font-family: "Libre Franklin", sans-serif;
	color: #888888;
	font-weight: 400;
  width: 85%;
}
.doller .carousel-caption .edit{
	font-size: 16px;
	background-color: #f56960;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	font-family: 'PTSerif-Bold';
	font-weight: 400;
	transition: .5s all;
}
.doller .carousel-caption .upcomming-class{
	font-size: 16px;
	background-color: #03ac75;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	font-family: 'PTSerif-Bold';
	font-weight: 400;
	transition: .5s all;
}
.doller .carousel-caption .edit:hover{
	background-color: transparent;
	border: 2px solid #f56960;
	color: #fff;

}
.doller .carousel-caption .upcomming-class:hover{
	background-color: transparent;
	border: 2px solid #03ac75;
	color: #fff;

}
.banner-form{
	position: absolute;
	top: 70%;
    left: 19%;
    width: 65%;
    display: block;
    text-align: center;
    background-color: #fff;
    padding: 20px;
}
.form-con{
	display: flex;
	border: 1px solid #ddd;
	padding: 3px  15px;
}
.form-con  .form-group {
	width: 100%;
}
.form-icon i{
	color: #0660b0;
	margin-top: 10px;
}
.form-con .form-group input,
.form-con .form-group select{
border: 0;
padding: 0 10px;
font-size: 13px;
    font-family: 'Nunito', sans-serif;
}
.form-icon{
	height: 25px;
}
.form-con .form-group {
	margin-bottom: 0 ;
}

.banner-form .about-content .description-btn {
    font-size: 14px;
    background-color: #303030;
    padding: 12px 50px;
    color: #fff;
    text-decoration: none;
    font-family: 'Libre Franklin';
    font-weight: 400;
    transition: .5s all;
}
.banner-form .about-content {
	margin-top: 7px;
}


/*==================================about us=======================================*/

.about-img{
	width: 100%;
}
.about-img img{
	width: 100%;
}
.about-us{
  background-image: url(../images/background.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0;
}
.control h2{
    font-weight: 600;
    padding-bottom: 20px;
    font-size: 40px;
    color: #1d2736;
    font-family: "Libre Franklin", sans-serif;
    position: relative;
    margin-top: 50px;
}
.about-content{
  padding-top: 38px;
}
.about-content h3::after{
    position: absolute;
    content: "";
    background: #709184;
    height: 2px;
    width: 50px;    
    top: 8px;
    margin-left: 10px;
}

.about-content h3{
    font-size: 16px;
    color: #709184;
    font-family: 'Raleway', serif;
    font-weight: 600;
    position: relative;
}
.about-content h2{
    font-size: 40px;
    color: #404040;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 900;
}
.different-color{
  color: #8dcf3e;
}
.about-content p{
font-size: 14px;
font-family: 'Libre Franklin', sans-serif;
font-weight: 500;
text-align: justify;
color: #393939;
    padding-top: 20px;
}
.groot{
	display: flex;
	justify-content: space-between;
}

.about-content .description-btn {
color: #fff;
    font-family: 'Libre Franklin';
    padding: 15px 38px !important;
    background-color: #709184;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    border-radius: 50px;
	transition: .5s all;	
}

.about-content .description-btn:hover{
box-shadow: 0px 15px 47px -6px rgba(166,166,166,1);
}
.controls h3{
font-size: 25px;
color: #000;
font-family: 'PTSerif-Bold';
}
.controls {
	padding: 50px 0;
}
.controls p{
	font-size: 14px;
font-family: 'Roboto-Light', sans-serif;
font-weight: normal;
}






/*=========================================destination===================================*/
.destination {
	padding-top: 50px;
}
.destination .owl-carousel .item img:hover{
opacity: .5;
}
.destination .owl-carousel .item img{
	position: relative;
}

.all-heading {
	text-align: center;
}

.all-heading h3{
    font-weight: 600;
    font-size: 35px;
    color: #1d2736;
    font-family: "Libre Franklin", sans-serif;
    text-align: center;
    text-transform: capitalize;
}
.all-heading p{
font-size: 16px;
font-family: 'Libre Franklin', sans-serif;
font-weight: 500;
margin-bottom: 45px;
text-align: center;
}
.line{
	background-color: #303030;
	height: 2px;
	width: 100px;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
}
/*====================================holiday==================================*/
.holiday-2{
	padding: 50px 0;
  background-image: url(../images/background-2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 665px;
}
.holiday{
	padding: 50px 0;
}
.holiday-ul{
text-align: center;
padding: 12px 0px;
}
.holiday-destination{
	box-shadow: 0 0 20px 0 #00000042;
	border-radius: 15px;
	overflow: hidden;
    transition: .3s all;
}
.holiday-destination:hover{
    transform: translateY(-16px);
    transition: .3s all;
}
a:hover{
  text-decoration: none;
}
.holiday-ul h2{
	color: #1d2736;
	font-family: 'Libre Franklin';
  text-transform: capitalize;
  font-weight: 500;
  margin-top: 10px;
	font-size: 20px;
}
.holiday-ul p{
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
font-size: 14px;
font-family: 'Libre Franklin';
color: #4a4a4a;
font-weight: 500;
margin-bottom: 10px;
}
.holiday-btn-div .holiday-btn{
	font-size: 16px;
color: #000;
text-decoration: underline;
font-family: 'Kanit';
font-weight: 500;
transition: .5s all;
}
.center-button{
    text-align: center;
    padding: 50px 0 20px;
}
.center-button a{
  color: #fff;
    font-family: 'Libre Franklin';
    text-transform: uppercase;
    padding: 15px 38px !important;
    background-color: #ff8134;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
    border-radius: 50px;
}
.holiday-btn-div .holiday-btn:hover{
	color: #206617;
}
.holiday-2 .holiday-package{
margin: 20px;
position: relative;
}
.holiday-package::after{
position: absolute;
background-color: #206617;
bottom: 0%;
width: 60%;
left: 20%;
height: 6px;
opacity: 1;
       content: "";
}


.holiday-package ul li{
	float: left;
	list-style: disc;
margin-right: 28px;
font-family: 'Roboto-Light', sans-serif;
}
.holiday-ul ul{
	padding-left: 26px;
}


.holiday-btn-div{
	text-align: center;
}
.cold-head .holiday-btn{
	position: absolute;
	font-family: 'PTSerif-Bold';
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
width: 100%;
}
.cold-head{
    position: absolute;
    left: 37%;
	top: 45%;
    box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.21);
    border-radius: 50%;
	z-index: 9999;
}
.cold-head img{
	transition: .5s all;
}
.cold-head:hover img{
	transform: rotate(90deg);
	transition: .5s all;
}
.cold-head .holiday-btn:hover{
	text-decoration: none;
}
.holiday-img {
	width: 100%;
  border-radius: 100px;
  overflow: hidden;
}

.holiday-img:hover img{
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: .5s all;
}
.holiday-img img{
	width: 100%;
	transition: .5s all;
}
.holiday-package{
	border: 10px solid #fff;
	background-color: #fff;
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.3);
}
.holiday-ul h3{
	font-size: 14px;
	font-family: 'Libre Franklin';
	text-transform: capitalize;
	font-weight: 600;
    margin-top: 50px;
    text-align: center;
	padding: 0 30px;
}

.local-btn .description-btn{
font-size: 16px;
background-color: #f56960;
padding: 10px 20px;
color: #fff;
text-decoration: none;
font-family: 'PTSerif-Bold';
font-weight: 400;
transition: .5s all;
}
.local-btn {
	text-align: center;
}
.local-btn .description-btn:hover{
	box-shadow: 0px 15px 47px -6px rgba(166,166,166,1);
}
/*========================ticket============================== */
.facilities{
	padding: 40px 40px 40px 0;
  background-image: url(../images/pro-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
	width: 100%;
  border-radius: 50px;
  height: 460px;
  margin-bottom: 55px;
}
.facilities ul{
  padding: 0;
}
.facilities ul li{
font-size: 15px;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 500;
    margin-bottom: 12px;
    color: #fff;
    width: 29.33%;
    float: left;
    list-style: auto;
    margin-left: 4%;
}
.ticket-icon{
	margin-bottom: 20px;
}
.ticket-content h4{
	display: inline-block;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    color: #003a6c;
    font-weight: 600;
    font-family: 'Libre Franklin';
}









/*========================================tour===================================*/

.diaries{
    padding: 50px 0;
    background-image: url(../images/banner-image-2.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.diaries .all-heading h3{
color: #fff;
}
.diaries .all-heading p{
	color: #fff;
}
.main-title{
  color: #2d2d2d;
  text-align: center;
  text-transform: capitalize;
  padding: 0.7em 0;
}

.tour-details{

}
.tour-details .content{
    border: 2px solid #fbff00;
}
.tour .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}
.diaries .container{
	padding-top: 30px;
}
.content {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.tour {
	padding: 3px;
}
.content .content-overlay {
  background: rgba(0,0,0,0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
font-family: 'PTSerif-Bold';
font-size: 18px;
color: #fff;
text-align: center;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}
/*==============================contact=================================*/
.address-details h3{
	font-size: 24px;
	font-family: 'PTSerif-Bold';
	padding-bottom: 20px;
}
.contact{
	background-image: url(../images/contact-back.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 0;
}
.choose h2{
  margin-top: 0;
}
.address-img{
	width: 20%;
}
.contact-form{
    background: #f4f4f4;
    border-radius: 10px;
    padding: 50px;
}
.contact-form-haeding h3{
	font-size: 24px;
font-family: 'PTSerif-Bold';
text-align: center;
margin-bottom: 20px;
}

.contact-form .contFrm input,
.contact-form .contFrm textarea{
width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.contact-form .address-content h6 {
  margin-bottom: 20px;
}
.contact-form .address-content {
  width: 100%;
}

.contact-form .inptBtn{
	background-color: #709184;
	border-radius: 50px !important;
    margin-bottom: 0px !important;
    color: #fff !important;
}

.control .address-content h4{
text-align: center;
padding-bottom: 20px;
}
.address-content p{
	font-family: 'Roboto-Light', sans-serif;
	font-size: 14px;
	color: #888;
}

.icons ul {
	padding-left: 0;
}
.icons ul li a{
	font-size: 28px;
	color: #000;
}
.icons ul li {
	float: left;
	margin-right: 30px;
}

/* ==============================testimonial===================== */



.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-borders span {
    height: 5px;
    background: #6aaf08;
    width: 40px;
    display: inline-block;
    border-radius: 2px;
}

.section-borders span.black-border {
    background: #333;
    width: 30px;
    margin: 0 6px;

}

.client-testimonial-carousel .owl-dots button {
    background: #70918459 !important;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin: 5px;
    transition: .2s;
}
.single-testimonial-item p{
    font-size: 14px;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 500;
    color: #001e30;
    font-style: initial;
}
.client-testimonial-carousel button.owl-dot.active {
    background: #709184 !important;
    width: 14px;
    height: 14px;
}

.client-testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 25px
}

.single-testimonial-item {
    position: relative;
    box-shadow: 0 0 2px #dadfd3;
    margin: 2px;
    padding: 20px;
    font-style: italic;
    padding: 18px;
    background-color: #fff;
}
.testimonial-content-flex{
    display: flex;
}
.single-testimonial-item i{ 
    color: #000;
    font-size: 35px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.single-testimonial-item:before {
    font-family: "Font Awesome 5 Free";
    content: "\f10e";
    font-weight: 900;
    position: absolute;
	left: 34%;
top: 33%;
font-size: 82px;
color: #000000a3;
    line-height: 30px;
    margin-top: -15px;
    opacity: .1;
}
.call-img{
    width: 23%;
}
.call-img img{
    width: 100%;
}

.single-testimonial-item h3 {
font-size: 18px;
    font-style: normal;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 600;
}
.testimonial-content{
    padding-top: 24px;
    padding-left: 22px;
}
.testimonial-content p{
    font-size: 14px;
color: #5b5b5b;
font-family: "Libre Franklin", sans-serif;

}
.single-testimonial-item h3 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}
.testimonial{
	background-color: #f6f5f0;
	padding: 50px 0;
}

/*==============================footer==============================*/
.footer-top{
	padding: 50px 0 20px;
    background: #083825;
}
.andaman .col-md-4{
	padding: 3px;
}
.call-details{
	display: flex;
}
.call-content{
	font-size: 14px;
	color: #fff;
	font-family: 'Nunito';
	font-weight: 400;
	margin: 6px;
	margin-bottom: 0;
}
.call-content h4{
    font-size: 14px; 
}
.call-content h6{
   font-size: 14px; 
}
.logo{
	width: 17%;
	margin: 0 auto;
}
.logo img{
	width: 100%;
}
.normal-menu{
	padding-left: 0;
}
.footer-logo p{
	margin-top: 18px;
	font-size: 14px;
	color: #fff;
	font-family: 'Roboto-Light', sans-serif;
}
.btn a{
	background-color: #448ccb;
	color: #fff;
	font-size: 14px;
	padding: 10px 15px;
	font-family: 'Nunito';
}
.btn a:hover{
	text-decoration: none;
}
.sun ul{
	margin-left: -41px;
}
.sun i{
	float: left;
	margin-right: 15px;
	color: #ffffff;
padding-bottom: 30px;
}
.normal-menu li{
  padding-bottom: 12px;
}
.advance{
color: #ffffff;
font-size: 15px;
font-family: 'Nunito', sans-serif;
}
.footer-p p{
    color: #fff;
    font-size: 15px;
    font-family: 'Nunito';
    text-align: justify;
}
.footer-p img{
  width: 80%;
  margin-bottom: 6px;
}
.footer-img img{
  width: 100%;
  border-radius: 3px;
}
.Useful p{
  color: #1d2736;
    font-size: 14px;
    font-family: 'Nunito';
}

.Contact-icon .fa{
	color: #ffffff;
}
.advance:hover{
	color: #000;
}
.Useful{
	overflow: hidden;
}
.footer-top h4{
font-weight: 600;
    font-size: 18px;
    color: #fff;
font-family: 'Nunito';
margin-bottom: 24px;
text-transform: uppercase;
position: relative;
}
.footer-top h4::before{
  position: absolute;
  content: "";
  width: 40px;
    height: 2px;
    left: 0;
    top: 30px;
  background-color: #fff;
}
.footer-top h4 span{
  color: #ff8134;
}
.normal-menu li a i{
	color: #ffffff;
	margin-right: 10px;
}
.footer-logo-a{
	font-size: 40px !important;
}
.footer-content h5{
	font-size: 16px;
color: #fff;
font-family: 'PTSerif-Bold';
font-weight: 400;
transition: .5s all;
margin-top: 15px;
}
.footer-img-content{
	display: flex;
}
.dream{
	background-color: #cef2f2;
	border: none;
padding: 3px 20px;
margin-bottom: 20px;
}
.honest{
	padding: 10px 20px;
	background-color: #012959;
	color: #fff;
	transition: 0.8s all;
}
.honest:hover{
	text-decoration: none;
	background-color: transparent;
	color: #000;
	border: 2px solid #012959;

}
.footer-img{
	width: 30%;
}
.footer-img{
	width: 100%;
}
.newsletter h3{
margin-left: -1px;
}
.story-head h2{
text-align: center;
font-size: 26px;
font-weight: bold;
margin-top: 30px;
}
.content .input-box input {
    width: 100%;
    height: 36px;
    border: 1px solid #e5e5e5;
    padding: 0 50px 0 10px;
    color: #222;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Nunito';
}
.newsletter-box{
  margin-bottom: 20px;
}
.footer-newsletter button {
    border: 0 none;
    background: #ff8134;
    color: #fff;
    padding: 6px 13px;
}
.social-square a {
    padding-right: 25px;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
}
.footer-newsletter{
  display: flex;
}
.footer-bottom{
    background: #dadada;
    padding: 12px 0;
}
.footer-bottom h6{
	text-align: center;
	color: #000;
	margin: 0;
	font-family: 'Libre Franklin';
	padding: 0;
	font-size: 13px;
}
.about-banner{
	background-image: url(../images/about-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 88px 0;
}

.about-banner h1{
color: #000;
text-align: center;
font-size: 30px;
}
.about-banner{
	text-align: center;
}

.about-last{
	background-image: url(../images/about-banner-image.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
	}
.about-last h2{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.about-last p{
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.about-ban{
	background-image: url(../images/inner-ban.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 90px 0;
}
.about-page-details .about-content-head h2 {
    font-size: 35px;
    font-family: 'Oswald';
    color: #fff;
    font-weight: 1000;
    letter-spacing: 6px;
    text-transform: uppercase;
}
.about-page-details {
    background-image: url(../images/banner-image-4.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding: 50px;
}
.subscribe-btn a {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 12px 20px;
    color: #fff;
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 2px;
}
.about-ban h1{
    color: #000;
    font-size: 70px;
    font-weight: 600;
    font-family: 'Libre Franklin';
    text-transform: capitalize;
}
.about-ban p{
	font-size: 18px;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	color: #525252;
  text-transform: capitalize;
}
.contact-head h2{
	text-align: center;
	font-size: 30px;
}
.map-add iframe{
	width: 100%;
height: 159px;
}
.contact-page .contact-form{
    background-color: #ffffff;
    border-radius: 10px;
    padding: 3em;
}
.address{
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 3em;
}
.map-add{
	margin: 31px 0;
}

.space{
	display: flex;
	justify-content: space-between;
	margin-top: 38px;
}

.contact-last h3{
	font-weight: 600;
color: #000;
}

.bean{
	text-align: left;
	margin-left: 205px;
	color: #606060;
	font-weight: 400;
}

.contact-page{
	padding: 60px 0;
	background-color: #f2f2f2;
}
.address-details {
padding: 18px 26px;
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
margin: 20px 0px;
	border-left: 4px solid #95b494;
	display: flex;
	background-color: #fff;
}
.map{
    margin: 25px;
    border-radius: 35px;
    overflow: hidden;
}
.out img{
	width: 100% !important;
	height: auto !important; 
}
.address-img {
    width: 15%;
}
.owl-theme .owl-nav{
	display: inline !important;
}
.address-img i {
    font-size: 35px;
    color: #95b494;
    margin-top: 4px;
}
.address-content h4{
    font-size: 16px;
    font-family: 'Raleway';
    color: #709184;
    font-weight: 600;
}
.address-content h6{
    font-size: 32px;
    font-family: "Libre Franklin", sans-serif;
    color: #404040;
    font-weight: 600;
    text-transform: capitalize;
}
.address-con {
    width: 80%;
}
.address-con h4 {
    font-size: 20px;
    margin-bottom: 5px;
    font-family: 'Libre Franklin';
    font-weight: 600;
    color: #424141;
}
.address-con h6 {
    font-family: 'Libre Franklin';
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}
.owl-prev{
	position: absolute;
	left: 0 ;
	top: 22%;
	margin-left: -45px;
font-size: 50px !important;
}

.owl-next{
	right: 0;
	position: absolute;
	top: 22%;
margin-right: -45px;
	font-size: 50px !important;
}

.story h2{
	font-size: 26px;
	text-align: center;
}
#counter-section-container {
  width: 100%;
  text-align: center;
}

#counter-box-container {
  /*border: 1px solid #999999;*/
  overflow: hidden;
  display: inline-block;
}

#counter-box {
  /*width: 33.22%;*/
  width: 300px;
  min-width: 200px;
  margin: 5px 5px 5px 5px;
  padding: 5px 5px 5px 5px;
  float: left;
  text-align: center;
  /*background-color: #111111;*/
  color: #cccccc;
  /*border: 1px solid #666666;*/
}

.counter {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    padding-top: 15px;
}
.stastic p{
    color: #000;
    text-transform: capitalize;
    font-family: 'Libre Franklin';
    font-weight: 500;
    font-size: 13px;
    margin-top: 20px;
}
.stastic img{
    width: 110px;
    display: block;
    margin: 0 auto;
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #ff8100;
}
.statistics-section{
  background-color: #e8fff6;
  padding: 50px 0;
}
.submit a{
	padding: 10px 15px;
	background-color: #012959;
	color: #fff; 
}

.submit a:hover{
	border: 1px solid #1eb2a6;;
	background-color: transparent;
	text-decoration: none;
	color: #1eb2a6;;
}

.subscription {
  background-image: url(../images/about-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 88px 0;
}

.subscription-heading {
	text-align: center;
}


.subscription-heading h5{
	color: #000;
text-align: center;
font-size: 30px;
}


/*===============================faq===================================*/
.accordion-faq {
    color: rgba(4,57,94,1);
    background: rgba(4,57,94,.1);
    padding: 0 1em 1em;
    font-family: 'Open Sans', sans-serif;
    padding: 50px 0;
}
.accordion-faq h1{
    text-align:center;
    font-size: 24px;
    margin-bottom: 40px;
    color: #00275b;
}
.accordion input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.accordion-wrapper {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
    width: 50%;
    margin:0 auto;
}
.accordion {
    width: 100%;
    color: white;
    overflow: hidden;
    margin-bottom: 16px;
}
.accordion:last-child{
    margin-bottom: 0;
}
.accordion-label {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 16px;
    background: #00275b;
    font-weight: bold;
    cursor: pointer;
    font-size: 15px;
}
.accordion-label:hover {
    background: #ffb400;
}
.accordion-label::after {
    content: "\276F";
    width: 16px;
    height: 16px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.accordion-content {
    max-height: 0;
    padding: 0 16px;
    color: rgba(4,57,94,1);
    background: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.accordion-content p{
    margin: 0;
    color: rgba(12, 13, 13, 0.7);
    font-size: 13px;
}
input:checked + .accordion-label {
    background: rgb(41, 4, 94);
}
input:checked + .accordion-label::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
input:checked ~ .accordion-content {
    max-height: 100vh;
    padding: 16px;
}
  
/*===================================register page===================================*/

.defent{
	margin: 0 auto;

}
.otp-inputs{
	width: 100%;
	text-align: center;
}
.otp-inputs label{
	width: 100%;
}
.otp-inputs input{
  width: 40px;
  height: 40px;
  background-color: #fff;
  margin: 0 15px;
  padding: 10px;
  font-family: 'Lato', sans-serif;
  color: #000;
  border: 2px solid #4d4d4d;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
}
.registration-form{
box-shadow: 0px 0px 58px -6px rgba(255,255,255,1);
padding: 30px;
border-radius: 10px;
background-color: #fff;
}


.registration-form form h4 {
  color: #e40101;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  margin: 15px 0 0 0;
  text-align: center;
}

.register-details h2{
	text-align: center;
font-size: 24px;
margin-bottom: 40px;
color: #fff;
}


.form-group select {
  font-size: 14px;
  color: #1e1e1e;
  font-family: 'Lato', sans-serif;
  padding: 8px 10px;
  background-color: #fff;
  border: 1px solid #cecaca;
    border-radius: 5px;
  width: 98%;
}
.form-group input{
font-size: 13px;

}
.clear{
	clear: both;
}
.form-group label{
font-size: 13px;
font-weight: 600;
font-family: 'Lato', sans-serif;
text-transform: uppercase;
}
.register-group label {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin: 0 0 5px 0;
  font-family: 'Lato', sans-serif;
}

.jack{
	float: left;
width: 50%;
padding-right: 10px;
}

.jack label{
	width: 100%;
}
.btn-space{
text-align: center;
margin: 20px 0 30px 0;
width: 100%;
}

.btn-space a{
padding: 12px 35px;
background-color: #00275b;
color: #fff;
font-size: 14px;
font-family: 'Lato', sans-serif;
font-weight: 700;
text-transform: uppercase;
border: none;
outline: none;
border-radius: 5px;
transition: 0.3s;
text-decoration: none;
}
.register-page{
	background-image: url(../images/banner-image.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment: fixed;
	padding: 50px 0;
	width: 100%;
}


.btn-space a:hover{
	background-color: #5087d0;
}

/*==============================gallery====================================*/

@import url('https://fonts.googleapis.com/css?family=Anton');


.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.cool{
	padding-bottom: 50px;
}
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 40%;
left: 48%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 47px;
    font-family: 'Glyphicons Halflings';
    content: '\2b';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.36);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}

/*==================================upcoming page=================================*/

.upcome-content h3{
	color: #f56960;
font-size: 28px;
font-weight: 600;
font-family: 'Cormorant-Bold';
}

.upcome-content{
	padding: 78px;
border: 1px solid #ddd;
margin: 20px 0;
background-color: #f7f4f4;
}

.upcome-content h4{
font-size: 18px;
color: #000;
font-family: 'PTSerif-Bold';
}

.upcome{
	padding-top: 50px;
}
.upcome-img{
	padding: 20px 0;
	width: 100%;
}
.upcome-img img{
	width: 100%;
}

.font-we{
	font-size: 16px;
	font-weight: 500;
	color: #888;
}

/*==========================tour details=====================*/

.andaman-tour-details {
    border: 1px solid #ddd;
    padding: 20px;
}
.tour-content-place h2{
    font-size: 24px;
    font-family: 'Kanit', sans-serif;
    margin-top: 30px;
}
.tour-content-place p {
    font-size: 14px;
    font-family: 'Roboto-Light', sans-serif;
    font-weight: normal;
    text-align: justify;
    color: #000;
}
.andaman-img {
    width: 100%;
}
.andaman-img img {
    width: 100%;
}
.tour-details-ul ul li{
    list-style: none;
    line-height: 30px;
    font-family: 'Nunito';
    text-transform: capitalize;
}
.tour-details-ul ul li i{
	
}
.padding-pack {
    padding: 10px;
    border: 1px solid #ddd;
}

.others-pack-content h3 {
    color: #074282;
    font-size: 16px;
    font-family: 'Roboto-Bold';
}
.andaman-tour{
    padding: 50px;
}
.others-pack-img img {
    width: 100%;
}
.others-pack-content {
    padding: 20px 0;
}


/*=============================security service=======================*/

.service-security {
    background: #fff;
    margin-top: 0;
    padding: 25px 8px;
    display: flex;
    border-radius: 10px;
    box-shadow: 0px 0px 50px 0 #ddd;
    margin-bottom: 35px;
}
.dark{
  background: #709184;
}
.dark .content h4{
  color: #fff !important;
}
.dark .content p{
  color: #fff !important;
}
.service-security .icons{
    width: 75px;
    margin-right: 10px;
}
.icons img{
  width: 90%;
}

.service-security .content h4{
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    font-family: "Libre Franklin", sans-serif;
}
.service-security .content p{
    font-size: 14px;
    color: #000000;
    font-family: "Libre Franklin", sans-serif;
    margin: 0;
}

.service-bg-2{
    background: #ededed;
}
.section-service .col-lg-3{
padding: 0;
}
.choose .service-security{
  background-color: transparent;
  padding: 0;
  margin: 25px 0;
}
.choose .service-security p{
      padding-top: 0px;
          overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.choose .service-security .icons {
    width: 100px;
    margin-right: 30px;
}
/*=======================client===========================*/




/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img{
    display: block;
    filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
}
.slick-slide img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.client{
  padding: 50px 0;
}
/*==================gallery=====================*/


/* -----------------------------------
      Gallery Section
--------------------------------------*/
.portfolio-section {
  padding: 50px 0 0;
  overflow: hidden;
}
.portfolio-section h2 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.portfolio-menu {
  text-align: center;
}
.control {
background-image: url(../images/banner-image-3.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding: 100px 0;
}
.testi-img img{
    width: 100%;
    border-radius: 100%;
    height: 85px;
    width: 85px !important;
    box-shadow: 0px 8px 10px 0px #d3d3d3;
    padding: 5px;
    object-fit: cover;
}
.mixitup-control-active {
  color: #fff;
  background: #343a40;
}
.fancybox-container button:focus {
  outline: 0;
  box-shadow: none;
}
.portfolio-item {
  padding: 0;
  margin-bottom: 0;
}
.pd {
  padding: 0;
  padding: 0px;
}
.pd img {
  height: 275px;
  transition: all 0.5s;
  width: 100%;
}
.portfolio-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  text-align: center;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0);
}
.portfolio-overlay p,
.portfolio-overlay a {
  position: relative;
  z-index: 4;
}
.portfolio-overlay::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  left: 10%;
  top: 10%;
  transition: 50ms height ease 150ms;
  z-index: 3;
}
.portfolio-overlay::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  right: 10%;
  bottom: 10%;
  transition: 100ms width ease 200ms;
  z-index: 3;
}
.portfolio-item:hover .portfolio-overlay::before {
  width: 80%;
  height: 80%;
  border-top: 1px solid #50977f;
  border-right: 1px solid #50977f;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}
.portfolio-item:hover .portfolio-overlay::after {
  width: 80%;
  height: 80%;
  border-bottom: 1px solid #50977f;
  border-left: 1px solid #50977f;
  transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}
.portfolio-item li:hover .portfolio-overlay {
  visibility: visible;
  transform: scale(1);
}
.portfolio-overlay .category {
  margin-top: 70px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.portfolio-overlay .magnify-icon {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: #50977f;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
}
.portfolio-overlay .magnify-icon:hover {
  background: #000;
}
.portfolio-overlay .magnify-icon p span i {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}

/*******Responsive media query******/

/* Extra small devices (portrait phones, less than 576px)*/


  .slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }


.whats-float {
    position: fixed;
    top: 116px;
    right: 0;
    height: 150px;
    overflow: hidden;
    background-color: #0bb100;
    color: #FFF;
    border-radius: 2px 0 0 2px;
    z-index: 10;
    vertical-align: middle;
}

.whats-float a span {
    display: inline-block;
    font-size: 16px;
    height: 22px;
    line-height: 0px;
    position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    color: #fff;
    font-family: "Roboto", sans-serif;
}
.whats-float i {
    font-size: 30px;
    color: white;
    line-height: 30px;
    padding: 10px;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align: center;
    margin-top: 100px;
}
.phone-float {
    position: fixed;
    top: 265px;
    right: 0;
    height: 185px;
    overflow: hidden;
    background-color: #2179c5;
    color: #FFF;
    border-radius: 2px 0 0 2px;
    z-index: 10;
    vertical-align: middle;
    width: 46px;
}
.phone-float a span {
    display: inline-block;
    font-size: 16px;
    height: 22px;
    line-height: 0px;
    position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}
.phone-float i {
    font-size: 17px;
    padding: 15px !important;
    color: white;
    line-height: 24px;
    transform: rotate(42deg);
    transition: all 0.5s ease-in-out;
    text-align: center;
    margin-top: 140px;
}

.member-list li{
    font-size: 15px;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 500;
    margin-bottom: 12px;
    color: #000;
    width: 21%;
    float: left;
    list-style: auto;
    margin-left: 4%;
}
.member-list {
  height: 200px;
}


/*===========================registration form===============================*/


.form-container {
    max-width: 62%;
    margin: 50px auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.form-container h2 {
    font-weight: 700;
    font-size: 28px;
    color: #ffffff;
    font-family: "Libre Franklin", sans-serif;
    text-align: center;
    text-transform: capitalize;
    background-color: #23894c;
    padding: 10px;
}

.form-container .form-group {
    margin-bottom: 20px;
}

.form-container label {
    font-size: 15px;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}

.form-container input,
.form-container textarea,
.form-container select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 400;
  
}

.form-container button[type="submit"] {
    background: #709184;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
    text-align: center;
    margin: 0 auto;
    width: 100px;
    display: block;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 600;
}

.form-container button[type="submit"]:hover {
    background-color: #005932;
}

.form-container input[type="file"] {
    border: none;
    padding: 5px 0;
}

.form-container textarea {
    height: 100px;
}

/*================================about us page==============================*/

.all-headings h2 {
    font-weight: 600;
    font-size: 35px;
    color: #1d2736;
    font-family: "Libre Franklin", sans-serif;
    text-align: center;
    text-transform: capitalize;
}
.about-us-page {
    padding: 50px 0;
    background-color: #f5f5f5;
    overflow: hidden;
}
.about-us-page .col-md-6 {
    padding: 0;
}
.about-content-page {
    padding-right: 100px;
    padding-left: 70px;
}
.about-content-page h2 {
    font-weight: 600;
    font-size: 35px;
    color: #1d2736;
    font-family: "Libre Franklin", sans-serif;
    text-transform: capitalize;
}
.about-content-page .line {
    width: 50px;
    height: 2px;
    background-color: #f7941d;
}
.about-content-page p {
    font-size: 15px;
    font-weight: 500;
    text-align: justify;
    font-family: 'Libre Franklin', sans-serif;
    color: #595959;
    margin-top: 20px;
}
.about-content-page .line-2 {
    width: 50px;
    height: 2px;
    background-color: #51bf5e;
}
.padding-extra{
    padding-top: 50px;
}
.youtube{
    padding: 50px 0;
}
.product-page{
    padding: 50px 0;
    background-color: #ededed;
}
.product-list{
    background-color: #fff;
    margin-bottom: 40px;
}
.product-list .holiday-ul h2{
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 17px;
}
.product-list .holiday-ul a{
    color: #ffffff;
    background-color: #709184;
    border-radius: 30px;
    font-size: 14px;
    font-family: 'Libre Franklin', sans-serif;
    padding: 8px 15px;
}
.product-list .holiday-ul{
    padding-bottom: 20px;
}
/*====================================================*/

.management-package {
    width: 100%;
    margin: 30px 0;
    margin-bottom: 0;
}
.management-img {
    width: 120px;
    height: 120px;
    line-height: 130px;
    text-align: center;
    background-color: #273679;
    margin: 0 auto 50px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border: 6px solid #fff;
    box-shadow: 0px 0 8px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0px 0 8px rgb(0 0 0 / 15%);
    border-radius: 3px;
    transition: all 0.5s linear;
}
.management-package:hover .management-img img {
    transform: rotate(45deg);
    filter: invert(100%);
    -moz-filter: invert(100%);
    -webkit-filter: invert(100%);
    -ms-filter: invert(100%);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    margin-top: -26px;
    margin-left: 4px;
}
.management-package .management-img img {
    width: 50px;
    transform: rotate(-45deg);
    margin-top: -35px;
    margin-left: -10px;
    transition: all 0.5s linear;
}
.management-package:hover .management-img {
    box-shadow: 4px 0 25px 5px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 4px 0 25px 5px rgb(0 0 0 / 10%);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    background-color: #75ffbd;
    transition: all 0.5s linear;
}

.management-img {
    width: 120px;
    height: 120px;
    line-height: 130px;
    text-align: center;
    background-color: #034a2f;
    margin: 0 auto 50px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border: 6px solid #fff;
    box-shadow: 0px 0 8px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0px 0 8px rgb(0 0 0 / 15%);
    border-radius: 3px;
    transition: all 0.5s linear;
}
.management{
    padding-bottom: 50px;
}
.management-content h4 {
    color: #282828;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Nunito';
    text-align: center;
}

/*=====================membership-tab========================*/

.membership-container {
    background: #fff;
    padding: 50px 0;
    border-radius: 10px;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.tab-button {
    background: #269766;
    color: white;
    border: none;
    padding: 15px 20px;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 5px;
    margin: 0 5px;
    font-family: 'Nunito';
    width: 50%;
    font-size: 18px;
    font-weight: 600;
}
.tab-button.active {
    background: #005932;
}
.tab-button:hover {
    background: #005932;
}
.tab-content {
    display: none;
    padding: 35px;
    background: #efefef;
    border-radius: 5px;
    text-align: left;
}
.tab-content.active {
    display: block;
}
.tab-content h3{
    font-size: 18px;
    font-family: 'Libre Franklin';
    color: #006223;
    border-bottom: 1px solid #888;
    padding: 10px;
    background-color: white;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}
.tab-content ul{
    padding-left: 0;
}
.tab-content ul li{
    float: left;
    width: 45%;
    list-style: disc;
    margin-left: 20px;
    font-family: 'Nunito';
    font-size: 14px;
    color: #000;
}




















































