body {
  padding: 0px;
  margin: 0px;
  font-family: "Figtree";
}
img {
  max-width: 100%;
  height: 0 auto;
}
a {
  text-decoration: none !important;
}
a:focus {
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  outline: none;
  outline-offset: 0px;
}
a:focus,
a:hover {
  text-decoration: none !important;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-Regular.eot");
  src: url("../fonts/Figtree-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Figtree-Regular.woff2") format("woff2"),
    url("../fonts/Figtree-Regular.woff") format("woff"),
    url("../fonts/Figtree-Regular.ttf") format("truetype"),
    url("../fonts/Figtree-Regular.svg#Figtree-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-Medium.eot");
  src: url("../fonts/Figtree-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Figtree-Medium.woff2") format("woff2"),
    url("../fonts/Figtree-Medium.woff") format("woff"),
    url("../fonts/Figtree-Medium.ttf") format("truetype"),
    url("../fonts/Figtree-Medium.svg#Figtree-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-SemiBold.eot");
  src: url("../fonts/Figtree-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Figtree-SemiBold.woff2") format("woff2"),
    url("../fonts/Figtree-SemiBold.woff") format("woff"),
    url("../fonts/Figtree-SemiBold.ttf") format("truetype"),
    url("../fonts/Figtree-SemiBold.svg#Figtree-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-Bold.eot");
  src: url("../fonts/Figtree-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Figtree-Bold.woff2") format("woff2"),
    url("../fonts/Figtree-Bold.woff") format("woff"),
    url("../fonts/Figtree-Bold.ttf") format("truetype"),
    url("../fonts/Figtree-Bold.svg#Figtree-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fredoka";
  src: url("../fonts/Fredoka-SemiBold.eot");
  src: url("../fonts/Fredoka-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Fredoka-SemiBold.woff2") format("woff2"),
    url("../fonts/Fredoka-SemiBold.woff") format("woff"),
    url("../fonts/Fredoka-SemiBold.ttf") format("truetype"),
    url("../fonts/Fredoka-SemiBold.svg#Fredoka-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.form-control {
	box-shadow: none !important;
}
.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	padding: 5px 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader {
	background: #fff;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.logo img {
	width: 150px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader .logo img {
	width: 130px;
}
.header_right_top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 5px 0;
}
.darkHeader .header_right_top {
	border-color: rgba(0, 0, 0, 0.1);
}
.header_contact_info span {
	display: inline-flex;
	align-items: center;
	font-weight: 500;
	font-size: 15px;
	color: #fff;
	margin-right: 10px;
}
.darkHeader .header_contact_info span {
	color: #333;
}
.header_contact_info span img {
	width: 18px;
	margin-right: 5px;
}
.darkHeader .header_contact_info span img {
	filter: brightness(0%);
}
.header_contact_info span a {
	color: #fff;
}
.darkHeader .header_contact_info span a, .darkHeader .header_top_info {
	color: #333;
}
.header_top_info {
	font-weight: 500;
	font-size: 15px;
	color: #fff;
}
.header_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.header_menu ul li {
	display: inline-block;
	position: relative;
	margin-right: 10px;
}
.header_menu ul li a {
	display: block;
	color: #fff;
	font-style: normal;
	font-size: 14px;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	z-index: 99;
	font-weight: 600;
	padding: 22px 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader .header_menu ul li a {
	color: #333;
}
.header_menu ul li a:hover, .header_menu ul li.active a {
	color: #febf2a;
}
.header_btn1 {
	display: inline-block;
	background: #fff;
	border-radius: 30px;
	color: #111 !important;
	font-weight: 600;
	font-size: 15px;
	padding: 10px 20px;
	margin: 10px 5px 0 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader .header_btn1 {
	background: #111;
	color: #fff !important;
}
.header_btn1:hover {
	background: #111;
	color: #fff !important;
}
.header_btn2 {
	display: inline-block;
	background: #febf2a;
	border-radius: 30px;
	color: #111 !important;
	font-weight: 600;
	font-size: 15px;
	padding: 10px 20px;
	margin: 10px 0 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_btn2:hover {
	background: #111;
	color: #fff !important;
}
.home_banner_section:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 40%;
  left: 0;
  z-index: 9;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6138655291218049) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.banner_content {
  position: absolute;
  z-index: 9;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
}
.banner_heading {
  font-family: "Fredoka";
  font-size: 45px;
  line-height: 1.1;
}
.banner_text {
  font-size: 17px;
  margin-top: 15px;
}
.banner_btn1 {
  display: inline-flex;
  align-items: center;
  background: #febf2a;
  border-radius: 30px;
  font-size: 17px;
  padding: 6px 20px 6px 6px;
  color: #111 !important;
  font-weight: 500;
  margin: 25px 5px 0 0;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.banner_btn1:hover {
  background: #333;
  color: #fff !important;
}
.banner_btn1 img {
  background: #111;
  border-radius: 50%;
  width: 40px;
  padding: 5px;
  margin-right: 10px;
}
.banner_btn2 {
  display: inline-block;
  vertical-align: top;
  margin: 25px 0 0;
}
.banner_bottom_strip {
  background: #161616;
  padding: 20px 0;
  overflow: hidden;
  white-space: nowrap;
  margin-top: -8px;
}
.marquee-content {
  display: flex;
  gap: 60px;
  animation: marquee 10s linear infinite;
}
.marquee-item {
  display: inline-block;
  font-family: "Fredoka";
  color: #febf2a;
  font-size: 20px;
  position: relative;
}
.marquee-item::before {
  position: absolute;
  content: ".";
  bottom: 0;
  right: -34px;
  font-family: "Fredoka";
  color: #febf2a;
  font-size: 30px;
}
@keyframes marquee {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
.home_hire_section {
  padding: 70px 0;
}
.home_hire_section_heading {
  font-family: "Fredoka";
  color: #111;
  font-size: 35px;
  line-height: 1.2;
}
.home_hire_section_subheading {
  font-weight: 600;
  color: #555;
}
.home_hire_slide_img img {
  width: 100%;
  border-radius: 10px;
}
.home_hire_slide_heading {
  font-family: "Fredoka";
  color: #333;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 20px;
}
.home_hire_slide_btn {
  display: inline-block;
  background: #222;
  border-radius: 30px;
  color: #fff !important;
  font-weight: 600;
  padding: 10px 20px;
  margin: 15px 0 0;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home_hire_slide_btn:hover {
  background: #febf2a;
  color: #111 !important;
}
#hire_slide {
  margin-top: 40px;
}
#hire_slide .owl-prev,
#testimonial_slide .owl-prev {
  background: url("../images/prev_icon.png") no-repeat center !important;
  width: 20px;
  height: 38px;
  border-radius: 0;
  font-size: 0 !important;
  float: left;
}
#hire_slide .owl-next,
#testimonial_slide .owl-next {
  background: url("../images/next_icon.png") no-repeat center !important;
  width: 20px;
  height: 38px;
  border-radius: 0;
  font-size: 0 !important;
  float: right;
}
#hire_slide .owl-dots,
#testimonial_slide .owl-dots {
  display: none !important;
}
#hire_slide .owl-nav {
  position: absolute;
  top: 40%;
  left: -45px;
  right: -45px;
  transform: translate(0, -50%);
  margin-top: 0;
}
.home_book_section {
  background: url("../images/book_bg.jpg") #feffeb no-repeat center;
  background-size: cover;
  padding: 85px 0;
}
.home_book_section_text {
  font-family: "Fredoka";
  color: #222;
  font-size: 30px;
  line-height: 1.2;
}
.home_book_section_btn {
  display: inline-block;
  background: #febf2a;
  border-radius: 30px;
  color: #111 !important;
  font-weight: 600;
  font-size: 17px;
  padding: 10px 25px;
  margin: 20px 0 0;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home_book_section_btn:hover {
  background: #111;
  color: #fff !important;
}
.book_img1 {
  position: absolute;
  left: 20px;
  bottom: -50px;
}
.book_img2 {
  position: absolute;
  right: 20px;
  bottom: 0;
}
.home_welcome_section {
  padding: 80px 0;
}
.home_welcome_img img {
  border-radius: 10px;
}
.play_btn2 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home_welcome_section_text {
  font-weight: 500;
  color: #666;
  margin-top: 15px;
}
.home_welcome_list ul {
  padding: 0;
  margin: 20px 0 0;
}
.home_welcome_list ul li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  font-weight: 500;
  color: #666;
  margin-top: 5px;
}
.home_welcome_list ul li:before {
  background: url("../images/check.png") no-repeat;
  background-size: 100%;
  width: 22px;
  height: 22px;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.home_spec_block {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.home_spec_block:last-child {
  border-right: none;
}
.home_spec_block img {
  background: #111;
  width: 55px;
  border-radius: 50%;
  margin-right: 15px;
  padding: 5px;
}
.home_spec_block_heading {
  font-weight: 600;
  font-size: 19px;
  line-height: 1.2;
  color: #111;
}
.home_spec_block_text {
  font-weight: 500;
  color: #666;
  font-size: 15px;
  margin-top: 12px;
}
.home_gallery_section {
  padding: 75px 0;
}
.home_gallery_img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 10px;
}
.home_contact_section {
  background: url("../images/contact_bg.jpg") #111 no-repeat center;
  background-size: cover;
  padding: 40px 0;
}
.home_contact_section_heading {
  font-family: "Fredoka";
  color: #febf2a;
  font-size: 25px;
  line-height: 1.2;
  margin-top: 20px;
}
.home_contact_section_text {
  font-family: "Fredoka";
  font-size: 20px;
  line-height: 1.2;
  margin-top: 5px;
}
.home_contact_section_btn {
  display: inline-block;
  background: #fff;
  border-radius: 30px;
  color: #111 !important;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 20px;
  margin: 15px 0 0;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home_contact_section_btn:hover {
  background: #febf2a;
}
.home_contact_right_heading {
  font-family: "Fredoka";
  font-size: 28px;
  line-height: 1.2;
}
.home_form .form-control {
  border: none !important;
  margin-top: 10px;
  min-height: 42px;
  resize: none;
}
.home_form_btn {
  border: none;
  background: #febf2a;
  border-radius: 30px;
  color: #111 !important;
  font-weight: 600;
  padding: 10px 20px;
  margin: 15px 0 0;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home_form_btn:hover {
  background: #eee;
}
.home_contact_right {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 50px;
}
.home_testimonial_section {
  padding: 70px 0;
}
.home_testimonial_box {
  box-shadow: 0px 3px 13px 2px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 35px 30px 25px;
  margin: 15px;
}
.home_testimonial_box_text {
  color: #666;
  font-weight: 500;
}
.home_testimonial_box_star img {
  width: 100px;
}
.home_testimonial_box_name {
  font-family: "Fredoka";
  font-size: 18px;
  line-height: 1.2;
  margin-top: 5px;
}
.home_testimonial_box_img {
  position: absolute;
  width: 65px;
  bottom: 22px;
  right: 30px;
}
.home_testimonial_box:before {
  position: absolute;
  content: "";
  bottom: -15px;
  right: 20px;
  background: url("../images/cloud_img.png") no-repeat;
  background-size: 100%;
  width: 125px;
  height: 62px;
  z-index: 9;
}
#testimonial_slide {
  margin-top: 30px;
}
#testimonial_slide .owl-nav {
  position: absolute;
  top: 50%;
  left: -35px;
  right: -35px;
  transform: translate(0, -50%);
  margin-top: 0;
}
.footer {
  background: #040404;
  padding: 50px 0 20px;
}
.footer_top_heading {
  font-size: 23px;
  color: #febf2a;
  font-family: "Fredoka";
  line-height: 1.2;
}
.footer_social {
  margin-top: 15px;
}
.footer_social a {
  margin: 0 4px 0 0;
}
.footer_social img {
  width: 32px;
}
.footer_menu ul {
  list-style-type: none;
  padding: 0;
  margin: 18px 0 0;
}
.footer_menu ul li {
  position: relative;
  margin-top: 3px;
}
.footer_menu ul li a {
  color: #fff;
  font-style: normal;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  z-index: 99;
  font-size: 14px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.footer_menu ul li a:hover,
.footer_menu ul li.active a {
  color: #febf2a;
  padding-left: 2px;
}
.footer_contact_info ul {
  padding: 0;
  margin: 20px 0 0;
}
.footer_contact_info ul li {
  color: #fff;
  position: relative;
  list-style: none;
  font-weight: 500;
  margin-top: 6px;
  padding-left: 30px;
}
.footer_contact_info ul li img {
  position: absolute;
  top: 3px;
  left: 0;
  max-width: 18px;
}
.footer_contact_info ul li a {
  color: #fff;
}
.footer_contact_btn {
  display: inline-block;
  background: #febf2a;
  border-radius: 30px;
  color: #111 !important;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 20px;
  margin: 20px 0 0;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.footer_contact_btn:hover {
  background: #fff;
}
.footer_top_block {
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.footer_top_block:first-child {
  padding-left: 12px;
  border-left: none;
}
.footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0 0;
  font-size: 13px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.9);
}
.footer_bottom a {
  color: rgba(255, 255, 255, 0.9);
}
.footer_map iframe {
  border-radius: 10px;
  overflow: hidden;
}
#back-to-top {
  background: #febf2a;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 50%;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  /*    opacity: 0;*/
}
#back-to-top.show {
  opacity: 1;
}
.inner_page_banner {
  padding: 190px 0 90px;
  position: relative;
}
.inner_page_banner img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.inner_page_banner video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.inner_page_banner:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 40%;
  left: 0;
  z-index: 9;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6138655291218049) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.inner_page_banner .container {
  position: relative;
  z-index: 9;
}
.inner_page_banner_heading {
  font-family: "Fredoka";
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.inner_page_container {
  padding: 70px 0;
}
.inner_page_banner .breadcrumb {
  font-size: 14px;
  text-transform: uppercase;
}
.inner_page_banner .breadcrumb-item.active,
.inner_page_banner .breadcrumb-item a,
.inner_page_banner .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
/*========== Contact Us Start ============*/
.inner_page_heading {
  font-family: "Fredoka";
  color: #111;
  font-size: 28px;
  line-height: 1.2;
  position: relative;
  padding-bottom: 10px;
}
.inner_page_heading::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 30px;
  border-bottom: 4px solid #febf2a;
  border-radius: 30px;
}
.contact_page_info {
  position: relative;
  padding-left: 47px;
  color: #666;
  margin-top: 25px;
}
.contact_page_info a {
  color: #666;
}
.contact_page_info strong {
  color: #111;
  font-weight: 600;
  font-size: 18px;
}
.contact_page_info img {
  position: absolute;
  top: 10px;
  left: 0;
  width: 30px;
}
.contact_form .form-control {
  min-height: 46px;
  margin-top: 12px;
  border: 1px solid #ddd !important;
  box-shadow: none !important;
  resize: none;
}
.contact_form select {
  background:
url("../images/dropdown.png") #fff no-repeat center right 14px;
  padding:
10px 30px 5px 15px !important;
}
.contact_form .contact_btn {
  background: #febf2a;
  border: none;
  color: #111;
  font-weight: 500;
  margin-top: 15px;
  border-radius: 30px;
  padding: 10px 22px;
}
.contact_form {
  margin-top: 15px;
}
.contact_map {
  margin-top: 60px;
}
.contact_map iframe {
  border-radius: 10px;
  overflow: hidden;
}
.alert-danger {
  color: red;
  font-size: 13px;
  font-weight: 500;
  margin-top: 5px;
}
/*========== Contact Us End ============*/

/*========== Thankyou Start  ============*/

.thankyou_page_heading {
	font-family: "Fredoka";
	font-weight: 600;
	font-size: 26px;
	line-height: 38px;
	color: #070707;
	text-align: center;
	margin-top: 10px;
}
.thankyou_text {
	margin-top: 20px;
	font-weight: 600;
  	color: #555;
}
.thankyou_text span {
  color: #00dd5a;
}
.thankyou_btn {
	background: #febf2a;
	display: inline-block;
	padding: 11px 20px;
	border-radius: 35px;
	margin-left: 10px;
	font-weight: 600;
	margin: 25px 0 0;
	color: #111 !important;
	box-shadow: 0px 7px 13.77px 3.23px rgba(0, 0, 0, 0.09);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.thankyou_btn:hover {
	background: #111;
	color: #fff !important;
}

/*========== Thankyou End ============*/

.error_page_container {
	display: flex;
	text-align: center;
	align-items: center;
	min-height: 100vh;
	padding: 30px 0;
}
.error_page_container img {
	width: 250px;
}
.error_page_heading {
	font-family: "Fredoka";
	color: #222;
	font-weight: 600;
	font-size: 28px;
	line-height: 33px;
	margin-top: 20px;
}
.error_page_text {
	color: #666;
	margin-top: 5px;
	font-weight: 600;
}
.error_page_btn {
	display: inline-block;
	background: #febf2a;
	color: #111 !important;
	font-weight: 600;
	font-size: 15px;
	padding: 10px 20px;
	margin-top: 20px;
	border-radius: 35px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.error_page_btn:hover {
	background: #111;
	color: #fff !important;
}

/*========== Package Details Start ============*/

.package_page_banner {
	background: url("../images/inner_banner1.jpg") no-repeat;
	background-size: cover;
	padding: 140px 0 25px;
	position: relative;
}
.package_page_banner:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	background: rgba(0,0,0,0.5);
}
.package_page_banner .container {
	position: relative;
	z-index: 9;
}
.package_page_banner_video video {
	width: 100%;
}
.package_page_banner .breadcrumb {
	font-size: 15px;
}
.package_page_banner .breadcrumb-item.active, .package_page_banner .breadcrumb-item a, .package_page_banner .breadcrumb-item + .breadcrumb-item::before {
	color: #fff;
}
.package_page_container {
	background: url("../images/package_bg.jpg") no-repeat center;
	background-size: cover;
	padding: 70px 0;
}
.package_details_heading {
	font-weight: bold;
	color: #111;
	font-size: 30px;
	line-height: 1.2;
}
.package_details_description {
	color: #666;
	margin-top: 20px;
	font-weight: 500;
}
.package_details_form .form-control {
	border: 1px solid #666 !important;
	min-height: 40px;
	margin-top: 12px;
	font-size: 15px;
	font-weight: 500;
	border-radius: 4px;
	color: #555;
}
.package_details_form select.form-control {
	background: url("../images/dropdown.png") #fff no-repeat center right 12px;
	padding-right: 30px;
}
.package_details_btn {
	background: #febf2a;
	margin-top: 12px;
	min-height: 40px;
	font-weight: 500;
	border-radius: 4px;
}
.package_details_subheading {
	color: #010101;
	font-weight: bold;
	font-size: 17px;
}
.package_details_mid_block {
	margin-top: 30px;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.package_details_mid_block:last-child {
	border-right: none;
}
.package_details_mid_block ul {
	padding: 0;
	margin: 15px 0 0;
}
.package_details_mid_block ul li {
	list-style: none;
	color: #666;
	font-weight: 500;
	position: relative;
	padding-left: 20px;
	margin-top: 2px;
}
.package_details_mid_block ul li::before {
	position: absolute;
	content: "";
	top: 3px;
	left: 3px;
	width: 7px;
	height: 13px;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	transform: rotate(45deg);
}
.package_details_subtext {
	color: #666;
	margin-top: 20px;
	padding-top: 20px;
	font-weight: 500;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.package_details_right {
	padding-left: 50px;
}
#myTab {
	padding: 0;
	margin: 0;
}
#myTab .nav-item {
	margin-right: 6px;
}
#myTab .nav-link {
	background: #2b2a2a;
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	border:	none !important;
	padding: 10px 10px;
	min-width: 150px;
}
#myTab .nav-item.show .nav-link, #myTab .nav-link.active {
	background: #fbb455;
	color: #222;
}
#myTabContent {
	background: #f1f1f1;
	padding: 30px 20px;
	color: #666;
	font-weight: 500;
	font-size: 15px;
}
#myTabContent ul {
	padding: 0;
	margin: 0;
}
#myTabContent ul li {
	list-style: none;
	position: relative;
	padding-left: 20px;
	margin-top: 2px;
}
#myTabContent ul li::before {
	position: absolute;
	content: "";
	top: 3px;
	left: 3px;
	width: 7px;
	height: 13px;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	transform: rotate(45deg);
}
#myTabContent ul ul {
	margin: 10px 0;
}
#myTabContent ul ul li {
	padding-left: 0;
}
#myTabContent ul ul li:before {
	display: none;
}
.package_list_page_container {
	background: url("../images/package_bg.jpg") no-repeat center;
	background-size: cover;
	padding: 85px 0 140px;
	position: relative;
}
.package_list_page_container:before {
	background: rgba(255, 250, 238, 0.3);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.package_list_page_container .container {
	position: relative;
	z-index: 9;
}
.package_list_block_inner {
	background: #fff;
	box-shadow: 0px 6px 55.9px 9.1px rgba(24, 24, 24, 0.1);
	border-radius: 5px;
	min-height: 100%;
	overflow: hidden;
	text-align: center;
	position: relative;
	padding-bottom: 70px;
}
.package_list_block_img {
	overflow: hidden;
}
.package_list_block_img img {
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.package_list_block_inner:hover .package_list_block_img img {
	transform: scale(1.1);
}
.package_list_block_category {
	background: #0b0b0b;
	color: #fff;
	font-size: 13px;
	padding: 10px;
	position: relative;
}
.package_list_block_category:before {
	position: absolute;
	content: "";
	border-top: 2px dashed #fff;
	width: 100%;
	left: 0;
	top: 50%;
}
.package_list_block_category strong {
	background: #0b0b0b;
	font-weight: normal;
	position: relative;
	z-index: 9;
	padding: 0 15px;
}
.package_list_block_heading {
	font-family: 'Fredoka';
	font-size: 19px;
	line-height: 1.1;
	color: #161515;
	padding: 20px 12px 0;
}
.package_list_block_text {
	color: #666;
	font-weight: 500;
	padding: 20px 12px 0;
}
.package_list_block_btn {
	position: absolute;
	background: #fcbe2a;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #111 !important;
	font-weight: 500;
	padding: 10px 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.package_list_block_btn:hover {
	background: #111;
	color: #fff !important;
}
.package_item1 {
	position: absolute;
	top: -30px;
	right: 12%;
	z-index: 9;
}
.package_item2 {
	position: absolute;
	top: 0;
	left: 21%;
}
.package_item3 {
	position: absolute;
	bottom: -2px;
	left: 50%;
}
.package_item4 {
	position: absolute;
	bottom: -2px;
	left: 10px;
}
.flexslider .big_img img, .flexslider .big_img video {
	width: 100%;
	height: 400px !important;
	object-fit: cover;
}
.flexslider .small_img img, .flexslider .small_img video {
  width: 100%;
	height: 100px !important;
	object-fit: cover;
}
.flexslider .slides > li {
  background: #fff;
}
.flexslider .small_img > li img, .flexslider .small_img > li video {
  opacity: 0.4;
}
.flexslider .small_img > li.flex-active-slide img, .flexslider .small_img > li.flex-active-slide video {
  opacity: 1;
}

/*========== Package Details End ============*/
/*========== Checkout Start ============*/
.cart_page_container {
  padding: 60px 0;
}
.cart_details {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
  background: #fff;
  margin-top: 0;
}
.cart_details .no_padding {
  padding: 0px;
}
.cart_details .headings {
  color: #fff;
  font-size: 16px;
  min-height: 50px;
  padding: 13px 10px 2px;
  text-transform: uppercase;
  background: #111;
  font-weight: bold;
}
.cart_details .content_box {
  font-size: 14px;
  padding: 10px;
  /*margin-top: 20px;*/
}
.cart_details .content_box .cart_product_name {
  color: #222;
  font-size: 16px;
  font-weight: 700;
}
.cart_details .content_box .cart_product_desc {
  color: #999;
  font-size: 14px;
  margin-top: 5px;
}
.cart_details .content_box .cart_product_desc ul {
  padding: 0;
  margin: 0;
}
.cart_details .content_box .cart_product_desc ul li {
  list-style: none;
}
.cart_details .content_box .cart_product_desc span {
  color: #333;
  font-size: 22px;
  font-weight: 700;
  margin-top: 10px;
  display: inline-block;
}
.cart_details .content_box .cart_product_name span {
  font-size: 15px;
  color: #333;
  margin-right: 5px;
text-align:right;
}
.cart_details .content_box .cart_product_name a {
  color: #222;
  text-decoration: none;
}
.cart_details .content_box .input-group {
  max-width: 125px;
}
.cart_details .content_box .input-group span {
  margin-right: 0;
}
.cart_details .content_box .form-control {
  border-radius: 0px;
  box-shadow: none;
  height: 40px;
  border: none !important;
  background: #eee;
  text-align: center;
  margin-left: 1px;
  border-top: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
}
.cart_details .btn-number {
  border: 1px solid #ddd !important;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background: #eee !important;
  border-radius: 0px;
  color: #333 !important;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.cart_details .btn-number:hover {
  background: #ddd !important;
}
.cart_details .content_box .cart_top_subtotal {
  color: #333;
  font-size: 22px;
  font-weight: 700;
}
.cart_details .cart_delete_icon {
  text-align: center;
  margin-top: 14px;
position: relative;
}
.cart_details .content_box .fa-times-circle {
  color: #333;
  font-size: 25px;
  margin-top: 8px;
}
.cart_total {
  background: #fff;
}
.cart_total .headings {
  background: #fff;
  color: #222;
  font-size: 18px;
  min-height: 50px;
  padding: 13px 10px 2px;
  text-transform: uppercase;
  text-align: center;
}
.cart_total .subtotal {
  border-bottom: 1px solid #ddd;
  color: #333;
  font-size: 15px;
  padding: 12px 10px;
}
.cart_total .subtotal .pull-right {
  color: #333;
  font-size: 15px;
  font-weight: 700;
}
.cart_total .subtotal .pull-right i {
  font-size: 18px;
}
.listing_box_btn {
  display: inline-block;
  vertical-align: top;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  color: #fff;
  margin: 15px 0 0 15px;
  font-size: 14px;
  padding: 9px 18px 8px;
  border-radius: 30px;
  text-transform: uppercase;
  overflow: hidden;
  background: #363636;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.listing_box_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #febf2a;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.listing_box_btn:hover, .listing_box_btn:focus, .listing_box_btn:active {
  color: #fff;
}
.listing_box_btn:hover:before, .listing_box_btn:focus:before, .listing_box_btn:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/*========== Checkout End ============*/

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 9999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
  background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}
/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}
/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.empty_img
{
  width: 30%;
}
.empty_heading {
  font-family: "Fredoka";
  color: #111;
  font-size: 30px;
  line-height: 1.2;
  margin-top: 15px;
}
