/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Frijole&family=Katibeh&display=swap");

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
  box-sizing: border-box !important;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #000000;
  font-size: 14px;
  font-family: "Poppins";
  line-height: 1.80857;
  font-weight: normal;
  overflow-x: hidden;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  margin: 0px;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

.form-control:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
  border: none !important;
}

.badge {
  font-weight: 500;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.full {
  float: left;
  width: 100%;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.layout_padding_2 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.light_silver {
  background: #f9f9f9;
}

.theme_bg {
  background: #38c8a8;
}

.margin_top_30 {
  margin-top: 30px !important;
}

.full {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
*/

/**-- list icon --**/

.ul_list_info_icon ul {
  list-style: none;
}

.ul_list_info_icon ul li {
  display: inline;
  float: left;
  width: 100%;
}

.ul_list_info_icon ul li img {
  width: 775px;
}

/*---------------------------- preloader area ----------------------------*/

.loader_bg {
  position: fixed;
  z-index: 9999999;
  background-image: linear-gradient(
    to right top,
    #a38e40,
    #b19b4d,
    #bfa859,
    #ceb566,
    #dcc373
  );
  width: 100%;
  height: 100%;
}

.loader {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader img {
  width: 150px;
}

.loaderca {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loaderca img {
  width: 280px;
}

/*--------------------------------------------------------------------- header area ---------------------------------------------------------------------*/

.header {
  background-image: linear-gradient(
    to right top,
    #a38e40,
    #b19b4d,
    #bfa859,
    #ceb566,
    #dcc373
  );
  background-color: rgba(0, 0, 0, 0);
  background-repeat: repeat;
  background-size: auto;
  background-color: #00000052;
  box-shadow: #060606 0px 0px 3px 0px;
  z-index: 999;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #00000052;
  padding: 0;
  padding-top: 0px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 100px;
  padding-top: 50px;
}

.logo {
  float: left;
  position: relative;
  top: -30px;
}

nav.main-menu {
  float: right;
  margin-left: 0;
}

ul.top_icon {
  float: right;
  padding-top: 17px;
}

ul.top_icon li {
  float: left;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 20px;
}

ul.top_icon li:last-child {
  padding-right: 0px;
}

ul.top_icon li a {
  color: #fff;
}

.menu-area-main li:hover a,
.menu-area-main li:focus a {
  color: #000;
}

.menu-area-main li.active a {
  color: #000;
}

/*-- end header middle --*/

.main-menu {
  text-align: center;
}

.main-menu ul {
  margin: 0;
  list-style-type: none;
  margin-bottom: 10px;
}

.main-menu ul > li {
  display: inline-block;
  position: relative;
}

.main-menu ul > li a {
  line-height: 20px;
  font-size: 16px;
  display: block;
  font-weight: 500;
  color: #fff;
  padding: 15px 26px;
  padding-top: 24px;
}
.main-menu ul li:last-child a {
  padding-right: 0;
}
.sub-down li {
  background: #ffffff;
}
.main-menu ul > li .sub-down li a {
  color: #114c7d;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 300;
  padding: 12px 5px;
  position: relative;
  border-bottom: solid #eee 1px;
}

.main-menu ul > li .sub-down li a:hover {
  color: #111111;
}

.main-menu ul li:first-child {
  margin-left: 0;
}
.main-menu ul > li > ul {
  opacity: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 240px;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.main-menu > ul > li:hover > ul {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}
.main-menu ul > li > ul > li {
  margin: 0px;
  position: relative;
  display: block;
}
.main-menu ul > li > ul > li:hover > ul {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
  left: 100%;
  top: 10px;
}
.main-menu ul > li > ul > li > a {
  background: none !important;
}
.mean-container .mean-nav {
  margin-top: 0px;
  position: absolute;
  top: 100%;
}
.main-menu ul > li {
  position: inherit;
  display: inline-block;
  vertical-align: middle;
}
.main-menu ul > li:nth-child {
  padding-right: 0px;
}
.nav > li {
  position: inherit;
  display: inline-block;
  vertical-align: middle;
}

/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/
.header_information {
  background-color: #0093e9;
  background-image: linear-gradient(160deg, #0093e9 0%, #80d0c7 100%);
  padding: 0 0;
  padding-top: 0px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  max-width: 900px;
  height: 40px;
  top: -50px;
  padding-top: 5px;
  right: 0;
}
.header_information::after {
  width: 41px;
  height: 40px;
  background: url(../images/top_arrowblue.png);
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -41px;
}
.header_information ul {
  display: inline-block;
}
.header_information ul li {
  align-items: center;
  display: inline-block;
  padding: 0px 10px;
  padding-right: 60px;
}
.header_information ul li img {
  padding-right: 10px;
}
.loader_bg .text-bg {
  position: absolute;
  right: 0;
  top: 30%;
  transform: translateY(-50%);
  bottom: auto;
  padding: 0;
  left: 0;
  text-align: center;
}
.banner-main {
  position: relative;
}

.loader_bg h1 {
  font-size: 120px;
  line-height: 60px;
  text-transform: inherit;
  color: #c97c3a;
  font-weight: bold;
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
}
.loader_bg .white {
  font-size: 40px;
  color: rgb(255, 255, 255);
}
.main-form h3 {
  float: left;
  margin-top: -82px;
  background: #fff;
  padding: 10px 28px;
  margin-left: -35px;
  color: #0a4668;
  font-size: 18px;
  font-weight: 600;
}
.nice-select.form-control span.current {
  float: left;
  width: 100%;
  height: 38px;
  line-height: 25px;
}
.nice-select.form-control {
  width: 100%;
  height: 40px;
}
.main-form {
  background: #ffffffe8;
  padding: 35px 35px;
}
.form-control {
  border: #c2c4c4 solid 1px;
  padding: 7px 15px;
  border-radius: inherit;
  margin-bottom: 10px;
  color: #cfcece;
}
.form-control:focus,
.form-control:hover {
  box-shadow: none;
}
.form-control:focus {
  border-color: #c2c4c4 !important;
}
.textarea {
  padding: 6px 0px 0px 19px;
  color: #655f5f !important;
  width: 100%;
  border: #b1b0b0 solid 1px;
  height: 65px;
  margin-bottom: 20px;
}
.send-btn {
  font-size: 20px;
  border: #81256c solid 2px;
  padding: 7px 69px;
  background-color: #81256c;
  color: #fff;
  margin-left: 15px;
  margin-top: 20px;
}
.send-btn:hover {
  background-color: #fff;
  border: #fff solid 2px;
  color: #000;
}
.main-form a {
  background: #ee580f;
  color: #fff;
  float: left;
  font-size: 15px;
  font-weight: 400;
  border: solid #ee580f 1px;
  padding: 10px 77px;
  margin: 57px 0px 0px 25px;
}
.main-form a:hover {
  background: #15cfe5;
  border: solid #15cfe5 1px;
}
.about {
  padding-top: 0px !important;
  padding: 0px 0px;
}
.aboutheading {
  text-align: center;
  padding-bottom: 50px;
}

.whats h2 {
  padding: 0px 0px 20px 0px;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  line-height: 50px;
  text-transform: uppercase;
  position: relative;
  display: block;
  background: -webkit-linear-gradient(
    #a38e40,
    #b19b4d,
    #bfa859,
    #ceb566,
    #dcc373
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.titlepage h2 {
  padding: 0px 0px 20px 0px;
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  background: -webkit-linear-gradient(
    #a38e40,
    #b19b4d,
    #bfa859,
    #ceb566,
    #dcc373
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.titlepage h2::before {
  right: 100%;
  margin-right: 15px;
}
.titlepage h2::after {
  left: 100%;
  margin-left: 15px;
}
.titlepage h2::before,
.titlepage h2::after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #13aba6;
  top: 27px;
  width: 149px;
}
.aboutheading span {
  color: #141012;
  font-size: 17px;
  line-height: 32px;
  display: block;
}
.button_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.about .about-box video {
  font-size: 17px;
  line-height: 32px;
  color: #141012;
  position: relative;
  margin: 50px auto;
  display: block;
  padding: 30px 15px;
  border-left: 15px solid #a38e40;
  border-right: 15px solid #dcc373;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 20px;
  -moz-background-size: 100% 20px;
  background-size: 100% 20px;
  background-image: -webkit-linear-gradient(left, #a38e40 0%, #dcc373 100%),
    -webkit-linear-gradient(left, #a38e40 0%, #dcc373 100%);
  background-image: -moz-linear-gradient(left, #a38e40 0%, #dcc373 100%),
    -moz-linear-gradient(left, #a38e40 0%, #dcc373 100%);
  background-image: -o-linear-gradient(left, #a38e40 0%, #dcc373 100%),
    -o-linear-gradient(left, #a38e40 0%, #dcc373 100%);
  background-image: linear-gradient(to right, #a38e40 0%, #dcc373 100%),
    linear-gradient(to right, #a38e40 0%, #dcc373 100%);
  max-width: 100%;
}
.about .about-box p span {
  display: inline-block;
  padding-right: 360px;
}
.palne-img-area {
  position: absolute;
  top: -30px;
  right: -78px;
}
.about a {
  width: 200px;
  font-size: 17px;
  padding: 20px 0px;
  background-color: #ee580f;
  color: #fff;
  display: inline-block;
  line-height: 20px;
  border-radius: 30px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.about a:hover {
  background: #15cfe5;
}
.traveling {
  background-color: #fff;
  padding: 0px 0px 90px 0px;
}
.titlepage {
  text-align: center;
  padding-bottom: 54px;
}
.titlepage h2 {
  padding: 0px 0px 20px 0px;
  font-size: 45px;
  font-weight: bold;
  color: #000;
  line-height: 50px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.titlepage span {
  font-family: "Raleway", sans-serif;
  color: #141012;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  display: block;
}
.titlepage h2::before {
  right: 100%;
  margin-right: 15px;
}
.titlepage h2::after {
  left: 100%;
  margin-left: 15px;
}
.titlepage h2::before,
.titlepage h2::after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #13aba6;
  top: 27px;
  width: 149px;
}
.traveling-box {
  padding: 0px 5px 0px 5px;
  text-align: center;
}
.traveling-box h3 {
  padding-top: 20px;
  font-size: 25px;
  line-height: 31px;
  font-weight: bold;
  background: -webkit-linear-gradient(
    #a38e40,
    #b19b4d,
    #bfa859,
    #ceb566,
    #dcc373
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.London {
  background-color: #fff;
}
.London .titlepage {
  text-align: center;
  padding-bottom: 54px;
}
.titlepage h2 {
  padding: 0px 0px 20px 0px;
  font-size: 45px;
  font-weight: bold;
  color: #000;
  line-height: 50px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.titlepage span {
  color: #141012;
  font-size: 17px;
  line-height: 32px;
  display: block;
  text-align: left;
}
.titlepage h2::before {
  right: 100%;
  margin-right: 15px;
}
.titlepage h2::after {
  left: 100%;
  margin-left: 15px;
}
.titlepage h2::before,
.titlepage h2::after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #13aba6;
  top: 27px;
  width: 149px;
}
.London-img {
  margin: 0 -15px;
}
.London .London-img figure {
  margin: 0px;
}

.London .London-img figure a {
  text-align: center;
  font-size: 35px;
}
.Tours {
  background-color: #fff;
  margin-top: 10px;
}
.Tours .titlepage {
  text-align: center;
  padding-bottom: 54px;
}
.titlepage h2 {
  padding: 0px 0px 20px 0px;
  font-size: 45px;
  font-weight: bold;
  color: #000;
  line-height: 50px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

.owl-nav {
  font-size: 50px;
  text-align: center;
  color: #13aba6;
}

.blog {
  background-color: #fff;
  padding-top: 90px;
}
.titlepage {
  text-align: center;
}
.titlepage h2 {
  padding: 0px 0px 20px 0px;
  font-size: 45px;
  font-weight: bold;
  color: #0e0f10;
  line-height: 50px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

.titlepage h2::before {
  right: 100%;
  margin-right: 15px;
}
.titlepage h2::after {
  left: 100%;
  margin-left: 15px;
}
.titlepage h2::before,
.titlepage h2::after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #13aba6;
  top: 27px;
  width: 149px;
}

.blog .blog-box figure {
  margin: 0px;
  padding-top: 10px;
}
.blog .blog-box figure span {
  top: 10px;
  left: 0px;
  position: absolute;
  margin-left: 15px;
  background: #022739;
  padding: 10px 30px;
  color: #fff;
}

.footer {
  background-image: linear-gradient(
    to right top,
    #a38e40,
    #b19b4d,
    #bfa859,
    #ceb566,
    #dcc373
  );
  margin-top: 90px;
}
.footer .Follow {
  margin-bottom: 27px;
}
.footer .Follow h3 {
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  border-width: 1px;
  display: inline-block;
  padding-bottom: 2px;
  padding-bottom: 27px;
}
.footer span {
  font-size: 17px;
  display: block;
  color: #fff;
}
ul.link li a {
  color: #fff;
  font-size: 17px;
}
ul.link li a:hover {
  color: #878686;
}
.footer .Newsletter {
  padding: 13px 26px;
  padding-top: 10px;
  padding-right: 26px;
  padding-bottom: 10px;
  padding-left: 15px;
  border: #fff solid 1px;
  width: 100%;
  margin-bottom: 15px;
}
.footer .Subscribe {
  padding: 10px 30px;
  border: #0e0c0c solid 1px;
  background: #0e0c0c;
  color: #fff;
  float: right;
}
.footer .Subscribe:hover {
  color: #fff;
  background-color: #5fc6d1;
}
.pdn-top-30 {
  padding-top: 35px;
}
ul.location_icon {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}
ul.location_icon li {
  float: left;
  height: 70px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 20px;
}
ul.location_icon li:last-child {
  padding-right: 0px;
}
ul.location_icon li a {
  margin-bottom: 23px;
}
ul.location_icon span {
  font-size: 17px;
  font-weight: 400;
}
.copyright {
  padding: 10px 0px 30px 0;
}
.copyright p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  max-width: 594px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding-top: 10px;
  border-top: #fff solid 1px;
}
.copyright a {
  color: #fff;
}
.copyright a:hover {
  color: #13aba6;
}

.owl-dot {
  background: #000 !important;
  width: 20px;
  height: 20px;
  margin-bottom: 25px !important;
  border-radius: 100%;
  margin: 0px 5px;
  margin-bottom: 0px;
}

.owl-dot.active {
  background: #13aba6 !important;
}

.contact-page .Contact {
  margin-top: 0px;
}
.contact-page .form-control {
  margin-bottom: 20px;
}

/** slider arrow **/
