/* Base CSS */

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,700&display=swap');

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #333;
    font-family: 'Barlow', sans-serif;
    font-family: 'Inter', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Nunito', sans-serif;
    font-family: 'DM Sans', sans-serif;
    font-family: 'Lexend', sans-serif;
}

body {
    color: #737fc7;
    font-weight: 400;
    line-height: 25px;
    font-family: 'Barlow', sans-serif;
    font-family: 'Inter', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Nunito', sans-serif;
    font-family: 'Lexend', sans-serif;
    font-family: 'DM Sans', sans-serif;
}




.selector-for-some-widget {
    box-sizing: content-box;
}

a:hover {
    text-decoration: none
}

button:focus {
    outline: 0;
    outline: 5px auto -webkit-focus-ring-color;
}

a {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
}


ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


.container {
    max-width: 1390px;
    margin: auto;
}





/*index1--page--style--start*/

/* header-area-start */

.container {
  max-width: 1278px;
}
.header-area {
  padding: 2.5vw;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
.header-fl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-logo a img {
	width: 170px;
}
.header-right {
  display: flex;
  align-items: center;
}
.header-menu ul li {
  display: inline-block;
  margin-right: 77px;
}
.header-menu li a {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2px;
  text-decoration: none;
  color: #000;
  transition: .3s;
}
.header-btn a {
  width: 178px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 47px;
  background: #1B4F9B;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2px;
  font-family: 'Nunito', sans-serif;
  transition: .3s;
  border: 1px solid transparent;
}

/* header-area-end */


/* hero-area-start */

.hero-area {
  padding: 200px 2vw;
  background-size: cover;
  background-position: center bottom;
}
.hero-fl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hero-containt {
  width: 44.2%;
}
.hero-img {
  width: 51%;
}
.hero-containt h3 {
  font-size: 51.878px;
  font-style: normal;
  font-weight: 800;
  line-height: 124.5%;
  text-transform: capitalize;
  margin-bottom: 36px;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
}
.hero-containt h3 span {
  color: #1B4F9B;
}
.hero-containt p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 43px;
  letter-spacing: 0.323px;
  margin: 0;
  opacity: 0.800000011920929;
  color: #000;
}

/* hero-area-end */


/* booking-area-start */

.booking-box {
  box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.10);
  background: #fff;
  border-radius: 15px;
  height: 113px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 33px;
}
.booking-left {
  display: flex;
  align-items: end;
  width: 85%;
  justify-content: space-between;
}
.single-booking label {
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 7px;
  display: block;
  opacity: 0.699999988079071;
  color: #000;
  font-family: 'Nunito', sans-serif;
}
.booking-input {
  position: relative;
  display: flex;
  align-items: center;
}
.booking-input input {
  height: 46.734px;
  border-radius: 6.184px;
  border: 0.773px solid rgba(0, 0, 0, 0.10);
  background: #fff;
  padding: 0 43px;
  padding-right: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000;
  width: 100%;
}
.booking-input img {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.single-booking {
  width: 23%;
}
.single-booking .nice-select::after {
	width: 10px;
	height: 10px;
	border-color: #000000;
	top: 19px;
}
.booking-input .nice-select {
  width: 100%;
  height: 46.734px;
  display: flex;
  align-items: center;
  padding-left: 43px;
}

.booking-input ::placeholder {
  color: black;
  opacity: 1;
}
.booking-input .nice-select span {
	color: #000;
}
.booking-btn a {
  width: 144.836px;
  height: 60px;
  background: #1B4F9B;
  border-radius: 15px;
  box-shadow: 0px 0.7729468941688538px 1.5458937883377075px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: .3s;
  border: 1px solid transparent;
}
.booking-btn a i {
  margin-right: 9px;
}
.booking-area {
  margin-top: -151px;
  padding: 2vw;
}
.list {
  width: 100%;
}

/* booking-area-end */


/* theme-area-start */

.theme-area {
  padding: 2vw;
  padding-top: 100px;
}
.section-title {
  text-align: center;
  margin-bottom: 50px;
}
.section-title h3 {
  color: #1B4F9B;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  padding-bottom: 17px;
  position: relative;
  font-family: 'Nunito Sans', sans-serif;
}
.section-title h3:before {
  position: absolute;
  content: "";
  background: #1B4F9B;
  border-radius: 2px 0px;
  width: 84px;
  height: 4px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.theme-fl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-theme {
  width: 22.8%;
  margin-bottom: 36px;
  border-radius: 16.286px;
  overflow: hidden;
}
.single-theme:hover img {
  transform: scale(1.1);
}
.single-theme img {
  transition: .3s;
}
.single-theme a {
  position: relative;
  display: block;
}
.single-theme a span {
  position: absolute;
  left: 12px;
  bottom: 23px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36.315px;
  color: #fff;
  font-family: 'Nunito Sans', sans-serif;
}

/* theme-area-end */


/* late-area-start */

.late-area {
  padding: 2vw;
  padding-top: 64px;
}
.late-area .section-title {
  margin-bottom: 40px;
}
.late-fl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-late {
  width: 23.66%;
  border-radius: 14.777px;
  background: #FFF;
  box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.09);
}
.late-img img {
  width: 100%;
}
.late-containt {
  padding: 8px 12px;
  padding-bottom: 14px;
}

.late-text a {
  color: #000 !important;
  font-size: 23.643px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 7px;
  font-family: 'Nunito Sans', sans-serif;
}
.late-text p {
  color: #000;
  font-family: Nunito Sans;
  font-size: 15.762px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  opacity: 0.5;
  max-width: 230px;
  margin: 0;
}
.late-text {
  margin-bottom: 16px;
}
.late-botom-fl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.late-botom-fl a {
  color: #1B4F9B;
  font-size: 15.762px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.late-botom-fl a i {
  margin-right: 10px;
}
.late-botom-fl span {
  border-radius: 27.911px;
  background: rgba(66, 93, 255, 0.11);
  backdrop-filter: blur(8.373433113098145px);
  width: 66.987px;
  height: 33.494px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #425DFF;
  font-size: 13.956px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 3px;
}

/* late-area-end */

/* work-area-start */

.work-area {
  padding: 2vw;
  padding-top: 100px;
}
.work-fl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.work-img {
  width: 59.1%;
  border-radius: 20px;
  overflow: hidden;
}
.late-img {
  border-radius: 14.777px 14.777px 0px 0px;
  overflow: hidden;
}
.late-img img {
  transition: .3s;
}
.single-late:hover .late-img img {
  transform: scale(1.1);
}
.work-img img {
  transition: .3s;
}
.work-img:hover img {
  transform: scale(1.1);
}
.work-containt {
  width: 37.8%;
  border-radius: 20px;
  background: #1B4F9B;
  padding: 60px 40px;
}
.work-containt h3 {
  font-size: 50.92px;
  font-style: normal;
  font-weight: 700;
  line-height: 60.3px;
  letter-spacing: 1.018px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 26px;
  font-family: 'Nunito Sans', sans-serif;
}
.work-containt p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.323px;
  margin: 0;
  font-family: 'DM Sans', sans-serif;
}

/* work-area-end */

/* banner-area-start */

.banner-area {
  padding: 100px 0 0px;
}
.banner-fl {
  position: relative;
  height: 521px;
  padding: 0 59px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
}
.banner-img {
  position: absolute;
  right: 76px;
  bottom: 0;
}
.banner-containt {
  max-width: 580px;
}
.banner-containt h3 {
  color: #000;
  font-family: Nunito;
  font-size: 62.842px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 28px;
  position: relative;
}
.banner-containt p {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 43.339px;
  margin-bottom: 20px;
  max-width: 546px;
  text-align: justify;
}
.banner-containt a {
  border-radius: 50px;
  background: #1B4F9B;
  width: 230px;
  height: 58px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.5px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  border: 1px solid transparent;
}

.banner-containt h3 span {
  position: absolute;
  width: 200px;
  height: 6px;
  border-radius: 10px;
  background: #000000;
  left: 0;
  bottom: 0px;
}
.banner-containt h3 span span {
  right: -30px;
  width: 20px;
  left: auto;
}
/* banner-area-end */

/* footer-area-start */

.footer-area {
  background: linear-gradient(180deg, #C9EBFF 0%, #FFF 100%);
  padding-top: 66px;
}
.footer-fl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 130px;
  flex-wrap: wrap;
}
.footer-logo a img {
	width: 200px;
}
.footer-logo {
  margin-bottom: 25px;
}
.footer-left p {
  color: #536387;
  font-size: 15.634px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.451px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 22px;
}
.socail-icon {
  display: flex;
  align-items: center;
}
.socail-icon a {
  color: #1B4F9B;
  font-size: 20px;
  margin-right: 20px;
}
.footer-menu h3 {
  font-size: 20.101px;
  font-style: normal;
  font-weight: 700;
  line-height: 30.151px;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
}
.footer-menu ul li {
  margin-bottom: 15px;
  display: block;
}
.footer-menu ul li:last-child {
  margin: 0;
}
.footer-menu li a {
  color: #536387;
  font-size: 15.634px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.451px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  transition: .3s;
}
.footer-copy {
  text-align: center;
  padding-bottom: 40px;
}
.footer-copy p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-transform: lowercase;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

/* footer-area-end */




.header-menu li a:hover {
  color: #1B4F9B;
}
.header-btn a:hover {
  background: transparent;
  color: #1B4F9B;
  border-color: #1B4F9B;
}
.booking-btn a:hover {
  color: #1B4F9B;
  border-color: #1B4F9B;
  background: transparent;
}
.banner-containt a:hover {
  color: #1B4F9B;
  border-color: #1B4F9B;
  background: transparent;
}
.footer-menu li a:hover {
  color: #1B4F9B;
  font-weight: 600;
}



/*offcanva--style--start*/

.offcanva {
  position: fixed;
  width: 320px;
  height: 100%;
  background: #fff;
  z-index: 999999;
  left: -100%;
  top: 0;
  transition: .3s;
}

.offcanva__menu {
  margin-top: 70px;
}

.offcanva__menu ul li a {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  padding: 10px 20px;
  display: block;
  border-bottom: 1px solid #ddd;
  transition: .3s;
  text-decoration: none;
}

.offcanva__menu ul li a:hover {
  padding-left: 40px;
  color: #1B4F9B;
  border-color: #1B4F9B;
}

.cross a {
  position: absolute;
  right: 10px;
  top: 9px;
  color: #000;
  font-size: 25px;
  background: #FFF;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1B4F9B;
  border-radius: 5px;
  transition: .3s;
  text-decoration: none;
}

.overlay {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  z-index: 9;
  transition: .3s;
  opacity: 0.6;
  left: -100%;
  top: 0;
}

.overlay.active {
  left: 0;
}

.offcanva.active {
  left: 0;
}




.header__bar a {
  width: 40px;
  height: 40px;
  /*! background: #1B4F9B; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #1B4F9B;
  transition: .3s;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 26px;
}


.cross a:hover {
  background: #fff;
  border-color: #3C58F7;
  color: #3C58F7;
}

.header__bar a:hover {
  background: #fff;
  border-color: #3C58F7;
  color: #3C58F7;
}
/*index1--page--style--end*/










































/*header--area--style--start*/

.header__wrap {
  max-width: 100%;
  margin: auto;
}
.header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__menu ul li {
  display: inline-block;
  margin: 0 20px;
}
.header__menu ul li a {
  color: var(--grey-1, #808080);
  font-family: Lexend;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  position: relative;
  transition: 0.3s;
}

.header__menu ul li a:not(.flag):hover {
  color: #333;
  border-bottom: 5px solid #1B4F9B;
}

.header__menu ul li .flag {
  opacity: 0.75;
}

.header__menu ul li .flag:hover {
  opacity: 1;
}

.Login {
  color: var(--grey-1, #808080);
  font-family: Lexend;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 30px;
}
.Register {
  border-radius: 45px;
  background: #1B4F9B;
  width: 250px;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white, #FFF) !important;
  font-family: Lexend;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 2px solid transparent;
  transition: .3s;
}
.header__login {
  display: flex;
  align-items: center;
}
.Register:hover {
	border: 2px solid #1B4F9B;
	background: transparent;
	color: #1B4F9B !important;
}
.header__area {
  padding: 16px 0;
  background: #FFFFFF;
}
/*header--area--style--end*/





/*hero--aera--style--start*/

.hero__area {
  position: relative;
  padding: 70px 2vw;
  background-size: cover;
  background-position: center;
  object-fit: cover;
}
.hero__wrap {
  position: relative;
}
.hero__fx {
  position: relative;
}
.hero__lf {
  width: 100%;
}
.hero__content h3 {
  color: #FFF;
  font-family: Nunito;
  font-size: 56.747px;
  font-style: normal;
  font-weight: 800;
  line-height: 124.5%;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.hero__content p {
  color: #FFF;
  font-family: DM Sans;
  font-size: 26.253px;
  font-style: normal;
  font-weight: 400;
  line-height: 47.036px;
  letter-spacing: 0.353px;
  margin-bottom: 40px;
}
.Learn-bt:hover {
	border: 2px solid #fff;
	background: transparent;
	color: #fff !important;
}
.Learn-bt {
  width: 216px;
  height: 71px;
  border-radius: 92.982px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--headings-text, #101633) !important;
  text-align: center;
  font-family: DM Sans;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26.622px;
  border: 2px solid transparent;
  transition: .3s;
  margin-bottom: 35px;
}

.profile__ct p {
  color: #FFF;
  font-family: DM Sans;
  font-size: 20.88px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.profile__ct span {
  color: rgba(255, 255, 255, 0.82);
  font-family: DM Sans;
  font-size: 16.704px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.622px;
}
.profile_img a {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile_img a img {
  width: 100%;
}
.profile_img {
  display: flex;
  align-items: center;
  width: 176px;
  position: relative;
  margin-right: 24px;
}
.hero__profile {
  display: flex;
  align-items: \c;
}
.p2 {
  position: absolute;
  left: 29%;
}
.p3 {
  position: absolute;
  right: 0;
}
.hero__ri {
  max-width: 500px;
  border-radius: 22.974px;
  border: 1px solid #FFF;
  background: #FFF;
  backdrop-filter: blur(22px);
  padding: 32px;
  position: absolute;
  top: 0;
  right: -30px;
}
.hero__travel__box h2 {
  color: var(--headings-text, #101633);
  font-family: Montserrat;
  font-size: 33.034px;
  font-style: normal;
  font-weight: 700;
  line-height: 50.182px;
  letter-spacing: 0.181px;
  text-transform: capitalize;
  margin: 0;
}
.hero__travel__box p {
  color: #000;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 47.036px;
  letter-spacing: 0.353px;
}
.single__form {
  width: 100%;
  margin-bottom: 24px;
}
.single__form input {
  width: 100%;
  height: 50px;
  border-radius: 51.462px;
  border: 1.378px solid var(--grey-accent, #D4D4D4);
  background: var(--white, #FFF);
  padding: 0 22px;
  color: var(--headings-text, #101633);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 12.866px;
  letter-spacing: 0.161px;
  text-transform: capitalize;
}
.single__form input::placeholder {
  color: #101633;
}
.travel_single__select {
  width: 100%;
  display: flex;
  margin-bottom: 24px;
}
.travel_single__select .nice-select {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  border-radius: 106px;
  padding: 0 22px;
  color: var(--headings-text, #8c8d8f) !important;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 12.866px;
  letter-spacing: 0.161px;
  text-transform: capitalize;
}
.travel_single__select .nice-select::after {
  width: 10px;
  height: 10px;
  border-color: #1B4F9B;
  border-width: 3px;
  opacity: 1 !important;
  top: 23px;
  right: 32px;
}
.tour__btn a:hover {
	border: 2px solid #1B4F9B;
	color: #1B4F9B;
	background: transparent;
}
.tour__btn a {
  width: 100%;
  height: 61px;
  border-radius: 853.544px;
  background: #1B4F9B;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  transition: .3s;
  color: var(--white, #FFF);
  font-family: DM Sans;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 16.39px;
  letter-spacing: 0.205px;
  text-transform: capitalize;
}
.travel_single__select .list {
  width: 100%;
}

.header__area .container {
  max-width: 1250px;
}
.hero__area .container {
  max-width: 1250px;
}
/*hero--aera--style--end*/


/*them--area--start*/

.them__area {
  padding-top: 85px;
  background: #E8EDF5;
  padding-bottom: 20px;
}
.them__area .container {
  max-width: 1250px;
}
.them__tile h3 {
  text-align: center;
  color: var(--black, #112B3C);
  text-align: center;
  font-family: Lexend;
  font-size: 51.175px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 85px;
}
.them__single__box {
  width: 24%;
  margin-bottom: 0;
}
.them__link {
  width: 100%;
  display: flex;
  align-items: center;
}
.thme__img {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 11px;
}
.thme__ct h5 {
  color: #000;
  font-family: Lexend;
  font-size: 19.99px;
  font-style: normal;
  font-weight: 600;
  line-height: 23.297px;
  margin: 0;
}
.thme__ct p {
  margin: 0;
  color: #777373;
  font-family: Inter;
  font-size: 15.992px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.297px;
}
.them__fx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
/*them--area--end*/


/*tour--area--style--start*/

.tour__area {
  padding: 105px 0;
}
.tour__title {
  text-align: center;
}
.tour__title h2 {
  color: var(--black, #112B3C);
  text-align: center;
  font-family: Lexend;
  font-size: 51.175px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
.tour__title p {
  color: var(--grey-1, #808080);
  text-align: center;
  font-family: Inter;
  font-size: 21.046px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
.tour__title a:hover {
	background: transparent;
	border: 2px solid #1B4F9B;
	color: #1B4F9B;
}
.tour__title a {
  width: 218px;
  height: 60px;
  border-radius: 52.615px;
  background: #1B4F9B;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border: 2px solid transparent;
  transition: .3s;
  color: var(--white, #FFF);
  font-family: Inter;
  font-size: 23.385px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.tour__title {
  margin-bottom: 25px;
}
.tour__single_box {
  width: 23%;
  box-shadow: 0px 14.707452774047852px 49.024845123291016px 0px rgba(0, 0, 0, 0.04);
  border-radius: 19.61px;
  background: var(--white, #FFF);
  padding: 12px;
  padding-bottom: 25px;
}
.tour__fx {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.tour__img {
  width: 100%;
  margin-bottom: 15px;
}
.tour__img img {
  width: 100%;
}
.tour__content h6 {
  color: var(--black, #112B3C);
  font-family: Barlow;
  font-size: 22.061px;
  font-style: normal;
  font-weight: 700;
  line-height: 132%;
  margin-bottom: 10px;
}
.tour__content p {
  margin: 0;
  color: var(--primary, #E61C5D);
  font-family: Barlow;
  font-size: 24.512px;
  font-style: normal;
  font-weight: 700;
  line-height: 132%;
  display: flex;
  align-items: center;
}
.tour__content p span {
  color: var(--grey-1, #808080);
  font-family: Barlow;
  font-size: 17.159px;
  font-style: normal;
  font-weight: 500;
  line-height: 132%;
  margin-left: 15px;
}
.tour__single_box.tour__def {
  margin-top: 80px;
}
/*tour--area--style--end*/


/*wotk--area--start*/

.tour__title.work__title p {
  margin-bottom: 70px;
}
.tour__title.work__title p {
  color: var(--black, #000);
  text-align: center;
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.work__wrap {
  max-width: 1170px;
  margin: auto;
  position: relative;
}
.work__box {
  width: 100%;
  position: relative;
}
.video {
  width: 870px;
  height: 627px;
  margin: auto;
  display: flex;
  align-items: center;
}
.video a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video a img {
  width: 100%;
  height: 100%;
}
.v1 {
  position: absolute;
  left: 0;
  top: 28%;
}
.v2 {
  position: absolute;
  bottom: 70px;
  left: 0;
  z-index: -1;
}
.v3 {
  position: absolute;
  right: 0;
  top: 70px;
  z-index: -1;
}
/*wotk--area--end*/




/*find__area--start*/

.find__wrap {
  max-width: 1220px;
  margin: auto;
  position: relative;
}
.find__fx {
  width: 100%;
}
.find__lf {
  width: 44.4%;
  position: relative;
}
.find__ri {
  width: 52.5%;
}
.find__fx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.find__ri__single_box.last-find {
	margin: 0;
}
.find__icn {
  position: absolute;
  width: 57px;
  height: 57px;
  background: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 41px;
  border: 2px solid #fff;
  box-shadow: 0px 14.707452774047852px 49.024845123291016px 0px rgba(0, 0, 0, 0.33);
}
.find__img {
  width: 100%;
}
.find__img img {
  width: 100%;
}
.find__icn.fi1 {
  right: 19%;
  top: 5%;
}
.find__icn.fi2 {
  right: 5%;
  top: 27%;
}
.find__icn.fi3 {
  right: 3%;
  top: 57%;
}
.find__icn.fi4 {
  bottom: 6%;
  right: 19%;
}

.find__src {
  width: 76px;
  height: 76px;
  margin-right: 34px;
}
.find__src a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #E8EDF5;
}
.find__ri__single_box {
  display: flex;
  align-items: start;
  margin-bottom: 70px;
}
.find__tx {
  max-width: 530px;
}
.find__tx h5 {
  color: var(--black, #000);
  font-family: Nunito;
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
  line-height: 124.5%;
  margin-bottom: 10px;
}
.find__tx p {
  color: var(--black, #000);
  font-family: DM Sans;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 124.5%;
  margin: 0;
  opacity: 0.6000000238418579;
}
.find__area {
  padding-top: 90px;
  padding-bottom: 130px;
}
/*find__area--end*/




/*guide--area--style--start*/

.guide__area {
  height: 580px;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.guide__img {
  position: absolute;
  right: 15px;
  bottom: 0;
}
.guide_wrap {
  max-width: 545px;
}
.guide_wrap h3 {
  color: #FFF;
  font-family: Nunito;
  font-size: 43px;
  font-style: normal;
  font-weight: 800;
  line-height: 61px;
  letter-spacing: -0.43px;
  position: relative;
  margin-bottom: 40px;
  display: inline-block;
}
.guide_wrap p {
  color: #FFF;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 43.339px;
  margin-bottom: 40px;
}
.lrn {
  width: 192px;
  height: 63px;
  border-radius: 15px;
  background: var(--white, #FFF);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  transition: .3s;
  color: var(--black, #000);
  text-align: center;
  font-family: Nunito;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.779px;
  padding: 0;
  margin-right: 45px;
}
.video__bt span {
  width: 33px;
  height: 33px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 13px;
}
.lrn:hover {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
}
.video__bt {
  display: flex;
  align-items: center;
  color: #FFF !important;
  font-family: Nunito;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.guide__bt {
  display: flex;
  align-items: center;
}
.guide_wrap h3:before {
  position: absolute;
  border-radius: 2px 0px;
  background: var(--white, #FFF);
  width: 143px;
  height: 4px;
  content: "";
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
}
.guide__area .container {
	max-width: 1280px;
}
/*guide--area--style--end*/


/*footer--aera--style--start*/

.footer__area .container {
  max-width: 1280px;
}
.footer__area {
  padding-top: 50px;
  padding-bottom: 60px;
  background: #E8EDF5;
}
.footer__lf {
  width: 21%;
}
.footer__fx {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.footer__ri {
  display: flex;
  align-items: start;
  width: 43%;
  justify-content: space-between;
}
.footer__menu p {
  color: #000;
  font-family: Nunito;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  text-transform: capitalize;
  margin: 0;
}
.footer__menu ul li:hover a {
	color: #112B3C;
	text-decoration: underline;
}
.footer__menu ul li a {
  color: #000;
  font-family: DM Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 263%;
  opacity: 0.800000011920929;
  transition: .3s;
}
.footer__ct p {
  color: #000;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 185%;
  margin-bottom: 0;
  margin-top: 30px;
}
.copyright_wrap {
  margin-top: 50px;
  padding-top: 25px;
  border-top: 1px solid #DFE4EC;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copyright_wrap p {
  margin: 0;
  color: #000;
  font-family: DM Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 263%;
}
.copyright_wrap a {
  color: #000;
  font-family: Nunito;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 263%;
}
/*footer--aera--style--end*/

.bar a {
	width: 40px;
	height: 40px;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1B4F9B;
	border-radius: 5px;
	font-size: 25px;
}

.bar {
    display: none;
}
.vbox-content {
	max-width: 900px;
	margin: auto;
}



.header__wrap a img {
	width: 165px;
}

.them__wrap, .tour__wrap, .work__wrap, .guide__area, .header__area, .footer__area
{
  padding: 2vw;
}

.bg-primary
{
  background: #1B4F9B !important;
  color: #FFF;
}

.btn-primary
{
  background: #1B4F9B !important;
  border-color: #1B4F9B;
  border-style: solid;
}

.btn-primary:hover
{
  background: #FFF !important;
  border-color: #1B4F9B;
  color: #1B4F9B;
  border-style: solid;
}

.selectedH
{
  background: #FFF !important;
  border-color: #1B4F9B !important;
  color: #1B4F9B !important;
  border-style: solid !important;
}

.col-md-10 h1
{
  color: #FFF !important;
}

.btn-dark
{
  color: #FFF !important;
}

.rating-box {
  position: relative;
  background: #fff;
  padding: 25px 50px 35px;
  border-radius: 25px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.rating-box .stars {
  display: flex;
  align-items: center;
  gap: 25px;
}
.stars i {
  color: #e6e6e6;
  font-size: 25px;
  cursor: pointer;
  transition: color 0.2s ease;
}
.stars i.active {
  color: #ff9c1a;
}
.card-text a
{
  color: #333 !important;
}