@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Myanmar:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --color-body: #5b5b5b;
  --primarycolor: #01a550;
}
@font-face {
  font-family: "Myanmar Sans Pro";
  src: url("/wp-content/themes/ns-ssm/fonts/MyanmarSansProRegular/MyanmarSansProRegular.woff")
      format("woff"),
    url("/wp-content/themes/ns-ssm/fonts/MyanmarSansProRegular/MyanmarSansProRegular.ttf")
      format("truetype"),
    url("/wp-content/themes/ns-ssm/fonts/MyanmarSansProRegular/MyanmarSansProRegular.svg#Myanmar Sans Pro")
      format("svg");
}

* {
  font-family: "Roboto", "Noto Sans Myanmar" !important;
  font-size: 15px;
  color: var(--color-body);
}
h2 {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.titlefont {
  font-family: "Roboto", "Myanmar Sans Pro" !important;
}
.n2-ss-layers-container.n2-ss-slide-limiter.n2-ow {
    max-width: 1330px !important;
}
.n2-ss-layers-container.n2-ss-slide-limiter.n2-ow * {
    line-height: 35px !important;
}
p {
  line-height: 23px !important;
  margin-bottom: 20px;
}
.text-right {
  text-align: right;
}
.white {
  color: white;
}
.width90 {
  width: 95%;
}
i.fa-solid {
  font-family: "fontawesome" !important;
  font-style: normal !important;
}
.text-center {
  text-align: center;
}
.white {
  color: white;
}
.green {
  color: var(--primarycolor);
}
/* ********************* Menu ********************** */
.dropdown-menu .menu-item {
    border-bottom: 1px dotted #cccccc75;
}
.current-menu-item a {
  border-bottom: 1px solid white !important;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--primarycolor);
}
header {
  padding: 15px 0px;
  position: absolute;
  z-index: 2;
  width: 100%;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: white;
}
.navbar-light .navbar-nav .nav-link {
  color: white;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 10px !important;
  border-bottom: 2px solid transparent;
}
/* ********************* Home ********************** */
#slider {
  position: relative;
  top: 0;
  z-index: 1;
}
.page-template .tourpackagesmalltitle span {
    background: white;
}
/********************** About Us **********************/
ul.wp-block-list li {
    margin-bottom: 10px;
}
.margintop30 {
  margin-top: 30px;
}
.companymotto {
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
}
section#ourvisionandmission {
  background: #f5f5f566;
  position: relative;
  background: linear-gradient(
    to right,
    #f5f5f5 0%,
    #f5f5f5 39%,
    #f5f5f5 39%,
    white 39%,
    white 100%
  );
  overflow:hidden;
}
#ourvisionandmission .absolutetourlist {
  position: absolute;
  width: 80%;
  z-index: 1;
  top: 10%;
  left: 0;
}
.sidevissioninner {
  width: 70%;
}
.visionbox,
.missionbox {
  border: 1px solid #f3f1f1;
  padding: 45px 45px 45px 120px;
  /* margin-left: -5%; */
  border-radius: 45px;
  margin-top: 40px;
  position: relative;
  z-index: 2;
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  /* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2) !important; */
  box-shadow: 5px 5px 10px rgb(230 224 224 / 30%);
}
.visionbox:before,
.missionbox:before {
  background-image: url("../images/visionicon1.png");
  width: 200px;
  height: 200px;
  content: "";
  display: block;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 25%;
  left: -12%;
  z-index: 900;
  background-repeat: no-repeat;
  background-size: auto;
  object-fit: contain;
}
.missionbox:before {
  background-image: url("../images/missionicon1.png");
}
.visionandmissionbgimage {
  position: absolute;
  width: 39%;
  height: 100%;
  background-image: url("/images/visionbgimage.png");
  top: 0;
}
/* ************************* Articles ************************ */
.contactticketbox {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
}
.contactticketbox {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.eachbox {
    width: 30%;
    text-align: center;
    background: #f5f5f5;
    padding: 30px;
    margin: 40px 0px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	align-items:center;
}
.eachbox a {
    color: black;
    font-size: 18px;
    width: 100%;
}
.eachboxicon {
    width: 90px;
    height: 90px;
    background: #01a55026;
    border: 1px solid var(--primarycolor);
    border-radius: 50%;
    display: flex;
    padding: 25px;
    margin-bottom: 25px;
}
.articledetailimage {
    margin-bottom: 15px;
}
h4.eachboxtitle {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
h1.singlecategorytitle {
  font-size: 27px !important;
  font-weight: 600 !important;
}
h3.articletitle {
  font-size: 26px;
  font-weight: 600;
  line-height: 35px;
}
.articledetailimage img {
  border-radius: 25px;
}
.single-post .eventsdate {
  background: #f9f9f9;
  width: 150px;
  text-align: center;
  padding: 10px 15px;
  margin-top: 25px;
  border-radius: 25px;
  border: 1px solid #ccc;
}
h3.sidebartitle {
  font-size: 16px;
  margin-bottom: 10px;
}
.sidebar .eachhomearticles {
  margin: 10px 0px;
}
.sidebar h2.allhometitle {
  margin-bottom: -20px;
}
.sidedate {
  font-size: 13px;
  margin-top: 10px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.eachhomearticles {
  margin-bottom: 45px;
  margin-top: 25px;
}
.firsthomearticle .eacharticles {
  display: block;
}
.firsthomearticle .eacharticlesimage,
.firsthomearticle .eacharticlescontent {
  width: 100%;
}
.firsthomearticle .eacharticlescontent {
  width: 100%;
  padding: 10px 25px;
}
.firsthomearticle h3.eacharticlestitle {
  min-height: auto;
}
.eachhomearticles.firsthomearticle {
  width: 98%;
}
.category-articles .tourpackagetitle,.category-places-to-visit .tourpackagetitle{
  font-size: 48px !important;
  font-family: "Roboto", "Myanmar Sans Pro" !important;
}
.category-articles .tourpackagetitle span,.category-places-to-visit .tourpackagetitle span {
  font-size: 48px !important;
  font-family: "Roboto", "Myanmar Sans Pro" !important;
}
.category-articles .tourpackagesmalltitle span,.category-places-to-visit .tourpackagesmalltitle span {
  font-size: 15px !important;
  background: white;
}
.category-articles .tourpackagesmalltitle, .category-places-to-visit .tourpackagetitle {
    margin-top: 15px;
}
h3.eacharticlestitle {
  font-size: 19px;
  color: #333;
  margin-bottom: 15px;
  line-height: 30px;
  font-weight: 500;
  min-height: 90px;
  display: flex;
  align-items: center;
}
.eacharticles {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  align-items: center;
  margin: 20px 0px;
}
.eacharticlesimage img {
  border-radius: 20px;
}
.eacharticlesimage {
  width: 35%;
}
.eacharticlescontent {
  width: 65%;
  padding-left: 25px;
  padding: 0px 25px;
}
.eacharticles .readmorebtn .btn {
  margin: 0px;
}
.eventsdate {
  color: var(--primarycolor);
  font-size: 14px;
  margin-bottom: 15px;
}
.eventsdate svg {
  margin-right: 7px;
}
/* ************************* Tour Package ************************ */
.page-template-tours .tourpackagesmalltitle span {
  background: white;
}
.linktour {
    margin: 15px 0px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2), 0px 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
/* .tourgrid:nth-child(even) .linktour {
  flex-direction: column-reverse;
} */
.linkfeature img {
  border-radius: 15px;
}
.linktour .title {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.linktour .title h4 {
  width: 80%;
  font-weight: 600;
}
.linktour .title h4 span {
  display: block;
  margin-top: 10px;
  font-weight: 400;
}
.linktourbtn {
  width: 20%;
  display: flex;
  justify-content: center;
}
.linktourbtn .button {
  display: flex;
  background: var(--primarycolor);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.tourpackagetitle {
  font-size: 59px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: black;
  width: 600px;
  display: block;
  margin: 0px auto;
  margin-bottom: 45px;
}
.tourpackagetitle span {
  color: var(--primarycolor);
  font-size: 55px;
}
.page-id-697 .tourpackagetitle,.page-id-697 .tourpackagetitle span{
	font-size:49px;
}
.page-id-697 .tourpackagesmalltitle span{
	font-size:15px !important;
}
.tourpackagesmalltitle {
    position: relative;
    z-index: 2;
    margin-top: 15px;
}
.tourpackagesmalltitle span {
  font-size: 15px;
  color: #333;
  padding: 0px 15px;
  background: #f5f5f5;
  position: relative;
  z-index: 2;
}
.tourpackagesmalltitle:after {
  width: 100%;
  height: 1px;
  display: block;
  content: "";
  background: #333;
  top: 12px;
  position: absolute;
  z-index: 1;
}

.detailfeatureimage {
  margin-top: 45px;
}
.detailfeatureimage img {
  border-radius: 15px;
}
table.table.align-middle.table-striped.table-bordered {
  margin-left: 3%;
  width: 97%;
}
.tourduration {
  width: 30%;
  background: var(--primarycolor);
  margin-bottom: 25px;
  text-align: center;
  padding: 10px 15px;
  color: white;
  border-radius: 25px;
  margin: 15px auto;
  display: block;
}
.summarydetailbox h1 {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
.summarydetailbox h1:after {
  position: absolute;
  top: 30px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--primarycolor);
  z-index: 1;
}
.summarydetailbox h1 span {
  color: var(--primarycolor);
  font-size: 34px;
  position: relative;
  z-index: 2;
  background-color: white;
  padding: 0px 25px;
}
h5.summarytitle.text-center {
  color: white;
}
.sectionlink {
  padding: 120px 0px;
  background: #f5f5f5;
  position: relative;
}
.absolutetourlist {
  position: absolute;
  width: 70%;
  left: 30%;
  z-index: 1;
}
.sectionlinkflex {
  display: flex;
  width: 80%;
  justify-content: space-around;
  align-items: center;
  margin-left: 10%;
}
.eachsectionlink {
  background-color: #f5f5f5;
  width: 18%;
  border-radius: 185px;
  height: 300px;
  border: 2px solid #e4e4e4;
  display: flex;
  align-items: self-end;
  justify-content: center;
  font-size: 15px;
  padding: 20px 0px;
  z-index: 2;
}
.eachsectionlink.two,
.eachsectionlink.three {
  margin-top: 100px;
}
.tourlink img.img-fluid {
  margin: 0px auto;
  display: block;
}
.eachsectionlink h4 {
  font-size: 20px;
  font-weight: 400;
  color: var(--primarycolor);
  text-align: center;
}
.eachsectionlink button {
  margin: 15px auto;
  display: block;
  padding: 15px 10px;
  border-radius: 20px;
  /* margin-top: 45px; */
  background: white;
  border-color: var(--primarycolor);
}
.summarycontent b {
  margin-bottom: 7px;
}
.summarycontent li {
  margin-bottom: 4px;
}
.table td b {
  margin-bottom: 10px;
  font-weight: 500 !important;
  font-size: 16px;
  display: block;
  margin-top: 5px;
  color: var(--primarycolor);
}
thead {
  background: var(--primarycolor);
}
.tourdetailcontentpara * {
  color: #f5f5f5;
}
.parent {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
.parent div {
  height: 300px;
  background-size: cover;
  background-position: center;
}
.imagegallery {
  border-radius: 15px;
}
.div1 {
  grid-area: 1 / 5 / 3 / 9;
}
.div2 {
  grid-area: 1 / 1 / 3 / 3;
}
.div3 {
  grid-area: 1 / 3 / 3 / 5;
}
.div4 {
  grid-area: 3 / 1 / 5 / 5;
}
.div5 {
  grid-area: 3 / 5 / 5 / 7;
}
.div6 {
  grid-area: 3 / 7 / 5 / 9;
}
/* ************************************************* */
.allpagesection {
  padding: 80px 0px;
}
.headerfont {
  font-family: var(--header-font);
}
.primarycolor {
  color: var(--primarycolor);
}
.maincolor {
  color: var(--maincolor);
}
.smalltitle {
  color: var(--primarycolor);
  margin-bottom: 15px;
}
h3.maintitle {
  font-size: 60px;
  font-weight: 700;
  border-bottom: 1px solid var(--maincolor);
  padding-bottom: 30px;
  text-transform: capitalize;
}
h3.foundername {
  text-transform: capitalize;
  font-size: 35px;
}
h2.sectiontitle {
  font-size: 35px;
  font-weight: 800;
}
a {
  text-decoration: none;
}
.maincolor {
  color: var(--maincolor);
}
.textcenter {
  text-align: center;
}
.textright {
  text-align: right;
}
.textcenter p {
  text-align: center;
}
.mt-20 {
  margin-top: 20px;
}
h1 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 50px;
}
body {
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
  color: var(--color-body);
  font-size: 15px;
}
.motto {
  font-size: 50px;
  font-weight: 600;
  font-family: "Noto Serif", serif;
  color: var(--primarycolor);
}
.mottosmall {
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Serif", serif;
  word-spacing: 7px;
  letter-spacing: 5px;
  color: var(--primarycolor);
  text-align: left;
  margin-top: 20px;
}
.solutiontitle {
  font-size: 18px;
  font-weight: 700;
  font-family: "Noto Serif", serif;
  font-style: italic;
  text-align: left;
  color: var(--primarycolor);
  margin-top: 15px;
}
.bannerline {
  width: 100%;
  height: 3px;
  background: #df6b6c3d;
  border-radius: 25px;
  margin-top: 25px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--header-font);
  color: var(--primarycolor);
}
h2,
h3 {
  font-size: 34px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.allsection {
  padding: 8rem 0px;
}
p {
  margin-bottom: 15px;
  line-height: 25px;
  color: var(--color-body);
  text-align: justify;
}
.floatright {
  float: right;
}
.borderradius {
  border-radius: 35px;
}

.readmorebtn .btn {
  color: white;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 40px;
  margin: 20px 0px;
  position: relative;
  z-index: 100;
  overflow: hidden;
  border: 2px solid var(--primarycolor);
  font-family: "Roboto", "Myanmar Sans Pro" !important;
  margin: 15px auto;
  display: block;
  margin-top: 75px;
}
.readmorebtn .btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 10rem;
  z-index: -2;
}
.readmorebtn .btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #333;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.readmorebtn .btn:hover {
  color: #fff;
}
.readmorebtn .btn:hover:before {
  width: 100%;
}
.readmorebtn .btn svg {
  margin-left: 10px;
}
.slide-progress {
  width: 0;
  max-width: 100%;
  height: 4px;
  background: #cddc39;
}
h4.subtitle {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 30px;
}
button.accordion-button {
  font-size: 17px;
  font-weight: 500;
  color: var(--maincolor);
  padding: 25px;
}
.accordion-button:not(.collapsed) {
  color: var(--primarycolor);
  background-color: #e6e6e6;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-body p {
  font-size: 15px;
}
/*============================= Header =================================*/
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  /* padding-right: 1rem; */
  color: #f5f5f5;
  content: var(--bs-breadcrumb-divider, "/");
  padding: 0px 25px;
}
.page-template-cleanser #innerbreadcrumb {
  display: none;
}
/* .web-logo {
  width: 70%;
} */
header {
  padding: 15px 0px;
}
.right-side-menu {
  float: right;
}
.menu-item {
  font-size: 16px;
  font-weight: 400;
  padding: 0px 15px;
}
.nav-link {
  display: block;
  padding: 0px !important;
}
.dropdown-item {
  padding: 10px 25px;
  color: rgba(0, 0, 0, 0.55);
  border-bottom: 1px dotted var(--maincolor);
}
.dropdown-menu {
  padding: 0px;
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
    color: var(--primarycolor);
    background-color: var(--maincolor);
}
/*============================= Home =================================*/
.allhometitle {
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.allhometitle:after {
  content: "";
  display: block;
  margin: 15px auto;
  width: 170px;
  height: 2px;
  background: #a9a9a9;
}
#homeabout button.btn.floatright {
  border-color: white;
}
section#homegallery {
  background: #f9f9f9;
}
.homeallsection {
  padding: 60px 0px;
}
.homeaboutyear {
  width: 200px;
  height: 200px;
  position: absolute;
  background: white;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 25px;
  border-radius: 50%;
  left: 35%;
  right: 0;
  top: 35%;
  z-index: 2;
  align-items: center;
  justify-content: center;
}
.homeaboutcontent h2.white {
  color: white !important;
  margin-bottom: 40px;
}
.aboutnumber {
  font-weight: 900 !important;
  font-size: 35px !important;
}
.homeyearinner * {
  font-size: 25px;
  font-weight: 600;
  color: var(--primarycolor);
}
.homeaboutcontent h2:after {
  content: "";
  display: block;
  width: 150px;
  height: 2px;
  background-color: white;
  margin-top: 30px;
}
.homeimagesection {
  width: 57%;
  position: relative;
  /* background: red; */
}
.homeaboutcontent {
  margin-left: 40px;
}
.homeaboutcontent * {
  color: #ffffffde;
  line-height: 30px !important;
}
.homeaboutimagesection {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.imagecover {
  background-position: top center !important;
  background-size: cover !important;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2) !important;
}
.homeaboutimage1 {
  width: 43%;
  background: white;
  height: 570px;
  border-radius: 150px;
}
.homeaboutimage2 {
  width: 74%;
  background: white;
  height: 320px;
  border-radius: 180px;
  margin: 0px auto;
}
.homeaboutimage3 {
  width: 74%;
  background: white;
  height: 240px;
  border-radius: 50%;
  margin: 0px auto;
  margin-top: 15px;
}
#homeabout {
  background-image: url(../images/bggreen.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 845px;
  color: white;
  margin: 40px 0px;
  padding: 120px 0px 200px 0px;
}
h2.hometitle span,
h2.hometitle div {
  font-size: 32px;
  font-family: "Roboto", "Myanmar Sans Pro" !important;
  margin-top: 20px;
}
h2.hometitle span {
  color: var(--primarycolor);
  border-bottom: 2px solid #adadad;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-width: 50% !important;
  font-size: 21px;
  font-weight: 800;
}
.homeaboutimage {
  position: relative;
}
.homeaboutimage:before {
  width: 60%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: var(--maincolor);
  top: 10%;
  border-bottom-left-radius: 170px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.homeaboutimage img {
  position: relative;
  width: 70%;
  margin-left: 10%;
  border-bottom-left-radius: 170px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.homeproductsection {
  min-height: 800px;
  background: #fbfbfb;
  position: relative;
  display: flex;
  align-items: center;
}
.oddsection .homeproductcontent {
  padding-right: 70px;
}
.evensection .homeproductcontent {
  padding-left: 70px;
}
.oddsection .productimage {
  height: 800px;
  position: absolute;
  right: 0;
  background-size: auto;
  width: 50%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center right;
}
.evensection .productimage {
  height: 800px;
  position: absolute;
  left: 0;
  background-size: auto;
  width: 50%;
  background-attachment: fixed;
  background-position: center left;
  background-repeat: no-repeat;
}
.homeproductpara p {
  line-height: 40px;
}
.eachingredient img {
  max-width: 140px;
  height: auto;
  display: block;
  margin: 15px auto;
}
.indgimage {
  width: 100px;
  height: 100px;
  display: block;
  margin: 15px auto;
}
.ingredientname {
  text-transform: capitalize;
  font-size: 18px;
  text-align: center;
  color: var(--color-body);
  font-weight: 400;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homeallproducts .owl-dots,
.certificatesection .owl-dots {
  display: grid;
  width: 100%;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  margin: 20px 0px !important;
  margin-top: 30px !important;
}
.homeallproducts .owl-theme .owl-dots .owl-dot span,
.certificatesection .owl-theme .owl-dots .owl-dot span {
  width: 100%;
  height: 4px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.homeallproducts .owl-dot,
.certificatesection .owl-dot {
  margin: 0px 1px;
}
.homeallproducts .owl-theme .owl-dots .owl-dot.active span,
.homeallproducts .owl-theme .owl-dots .owl-dot:hover span,
.certificatesection .owl-theme .owl-dots .owl-dot.active span,
.certificatesection .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primarycolor);
}
.center h4.ingredientname {
  color: var(--primarycolor);
  font-weight: 600;
}
/*============================= Footer =============================*/
i.fa-solid.fa-arrow-up {
  font-family: "fontawesome";
  font-style: normal;
}
footer h4 {
  font-size: 20px;
  font-weight: 500;
}
.footersocial {
  display: flex;
  margin-top: 20px;
}
.footersocialtext {
  margin-right: 15px;
}
.footer {
  padding: 40px 0px 20px 0px;
  background: var(--primarycolor);
  color: white;
}
.footerflex.flexright {
  justify-content: end;
}
.footerflex.flexright .footercontent {
    width: 47%;
    word-break: break-all;
}
.footer h4 {
  margin-bottom: 25px;
	font-weight:600;
}
.footer * {
  color: white;
}
.footer p {
  font-size: 14px;
}
.copyright-footer p,
.copyright-footer a {
  color: white;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}
.footerflex {
  display: flex;
  margin-bottom: 10px;
}
.footerflex p {
  margin-bottom: 0px;
}
.footerofficetitle {
  width: 23%;
}
.footercontent {
  width: 77%;
}
.footerofficetitle b {
    font-weight: 500;
    font-size: 17px;
}
.footerofficetitle b:after {
  content: "-";
  display: inline-block;
  width: 5px;
  height: 5px;
  padding-left: 10px;
}
.footerlist a {
  text-decoration: none;
}
.copyright-footer {
  border-top: 1px solid #cccccc40;
  padding-top: 10px;
  padding-bottom: 10px;
  background: var(--primarycolor);
}
/*==================================== Banner =================================*/
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
  font-size: 17px;
  font-weight: 500;
}
div#innerBanner {
  background: var(--maincolor);
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
li.breadcrumb-item.active {
  color: #ece7e7;
}
li.breadcrumb-item a {
  font-family: var(--header-font);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  color: #ece7e7;
  /* border-bottom: 1px solid #ccc; */
}
.page-breadcrumb {
  margin-top: 20px;
}
.bannerimagecontainer {
  overflow: hidden;
}
.bannerimage {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  /* -webkit-animation: kenburns-top 10s ease-out infinite both;
  animation: kenburns-top 10s ease-out infinite both; */
  z-index: 999;
  height: 100%;
background: rgba(0, 0, 0, 0.3);
}

.bannerimage .container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: left;
  padding: 370px 15px 50px 15px;
}
.bannerimage h1 {
  width: 100%;
  text-align: left;
  color: white;
  margin-top: 20px;
  font-weight: 900;
  font-size: 45px;
  margin-bottom: 0px;
}

.subtitle:before {
  background: white;
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  margin-right: 15px;
}
.subtitle {
  color: white;
  width: 100%;
  text-align: left;
}
#tourdetail {
  background-image: url(../images/bggreen.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 845px;
  color: white;
  margin: 40px 0px;
  padding: 120px 0px 200px 0px;
}
.tourdetailcontentflex {
  border: 1px solid #cccccc6b;
  margin: 20px 0px;
  padding: 25px;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tourdetailcontentpara {
  width: 70%;
}
.tourdetailcontentphoto {
  width: 30%;
  padding: 0px 0px 0px 45px;
}
.tourdetailcontentphoto img {
  border-radius: 15px;
}
.tourdetailcontentflex:nth-child(even) {
  flex-direction: row-reverse;
}
.tourdetailcontentflex:nth-child(even) .tourdetailcontentphoto {
  width: 30%;
  padding: 0px 45px 0px 0px;
}
.tourdaydetailflexphoto {
  display: flex;
  flex-wrap: wrap;
}
.tourdaydetailphoto {
  width: 45%;
  margin: 25px 2.5%;
  height: 400px;
  border: 1px solid #ccc;
  border-radius: 140px;
  background-image: url();
}
.tourdaydetailphoto.seconddetailphoto {
  margin-top: 75px;
  margin-left: -5px;
}
#tourgallery {
  position: relative;
}
#tourgallery .absolutetourlist {
  top: -65px;
  left: auto;
  z-index: -1;
}

.form-control {
  padding: 15px;
  margin: 15px;
}
