/*
1.Menu
2.Slider 
3.Web Layout
*/
/*fonts*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Work+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;700&family=Satisfy&display=swap');
/* MENU */
.main-menu {
  display: block;
  position: relative;
  z-index: 9;
}
.container-menu {
  width: 100%;
  margin: 0 auto;
}
.main-menu:before, .main-menu:after {
  display: table;
  line-height: 0;
  content: "";
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.core-menu {
  text-align: right;
  font-family: 'Barlow Condensed', sans-serif;
  overflow: hidden;
}
.core-menu li {
  list-style: none;
  display: inline-block;
  cursor: pointer;
}
.core-menu li a {
  display: inline-block;
  padding: 20px 20px;
  color: #fff;
  text-decoration: none;
  font-size:20px;
  position: relative;
  transition: 0.3s;
}
.core-menu li a:before {
  content: "";
  position: absolute;
  right: 0%;
  bottom: 20px;
  height: 20px;
  width: 2px;
  background: rgba(255, 255, 255, 0.25);
  display: block;
}
.core-menu li a:hover {
  background: #ffa801;
  color: #082740;
}
.core-menu li .active {
  color: #ffa801;
}
li span.toggle {
  padding-left: 1em;
}
.toggle:before {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
}
.dropdown {
  position: absolute;
  width: 230px;
  background: #082740;
  text-align: left;
  display: none;
}
.dropdown li {
  display: block;
}
.dropdown li a {
  display: block;
}
.dropdown2 {
  position: absolute;
  width: 230px;
  background: #082740;
  text-align: left;
  display: none;
  right: -100%;
  top: 0;
}
.dropdown2 li {
  display: block;
}
.dropdown2 li a {
  display: block;
}
li span.toggle2 {
  position: absolute;
  right: 0;
  margin-right: 20px;
}
.toggle2:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
}
.hamburger-menu {
  padding: 1em;
  display: none;
  font: normal normal normal 14px/1 Roboto;
  text-transform: uppercase;
}
@media (max-width:991px) {
  .main-menu {
    height: 50px;
  }
  .container-menu {
    width: 100%;
  }
  .navigation {
    float: left;
    display: block;
    width: 100%;
  }
  .core-menu {
    float: right;
    width: 100%;
    background: #09244f;
    margin: auto;
    display: none;
  }
  .core-menu li {
    width: 100%;
    display: block;
  }
  .core-menu li a {
    display: block;
    margin: auto;
  }
  .hamburger-menu {
    display: block;
    text-align: center;
    padding-right: 60px;
    float: none;
    width: 100%;
  }
  .burger-1, .burger-2, .burger-3 {
    display: block;
    position: absolute;
    width: 20px;
    height: 3px;
    border-radius: 30px;
    right: 0;
    margin-right: 25px;
    background: #fff;
    -webkit-transition: .2s ease;
    -ms-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  .burger-1 {
    top: 15px;
  }
  .burger-2 {
    top: 23px;
  }
  .burger-3 {
    top: 31px;
  }
  .burger-1.open, .burger-2.open, .burger-3.open {
    -webkit-transition: .2s ease;
    -ms-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    transform-origin: 50% 50%;
  }
  .burger-1.open {
    top: 25px;
    width: 23px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .burger-2.open {
    opacity: 0;
  }
  .burger-3.open {
    top: 25px;
    width: 23px;
    transform: rotate(-45deg);
  }
  .dropdown {
    width: 100%;
    background: #08254f;
    text-align: center;
    position: relative;
  }
  .dropdown2 {
    right: 0;
    top: 0;
    width: 100%;
    position: relative;
    padding: 0 20px;
    background: #08254f;
  }
}
/* END MENU */
/*Slider */
.custom-slick-slider {
  height: 100vh;
  width: 100%;
  flex-wrap: wrap;
  padding: 0;
  position: relative;
  /*z-index: 100;*/
}
.custom-slick-slider img {
  width: 100%;
  margin: 0;
  padding: 0;
}
.slide {
  position: relative;
  border: none;
}
.bgslide {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #b3c6cd;
  background-size: cover;
  height: 100vh;
}
.img-overlay {
  position: relative;
}
.img-overlay:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.slide-content {
  position: absolute;
  top: 45%;
  left: 0px;
  height: auto;
  width: 100%;
  color: #000;
  text-align: center;
}
.slide-content h1 {
  font-family: 'Satisfy', sans-serif;
  text-align: center;
  color: #fff;
  font-size: 80px;
  font-weight: bold;
  line-height: 0px;
  margin-bottom: 50px;
}
.slide-content h4 {
  font-family: 'Barlow Condensed', sans-serif;
  text-align: center;
  color: #fff;
  font-size: 75px;
  font-weight: bold;
}

@media only screen and (max-width: 576px) {
  .slide-content h4 {
  font-size: 80px;
  }
}

.slide-content p {
  font-family: 'Barlow Condensed', sans-serif;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.slide-content .pillbutton {
  background-color: #ffa801;
  border: none;
  color: #082740;
  padding: 20px 50px;
  text-align: center;
  text-decoration: none;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  margin: 20px 2px;
  cursor: pointer;
  border-radius: 25px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.slide-content .pillbutton:hover {
  background-color: #082740;
  color: #FFFFFF;
}
/* Custom settings*/
/* Slick Dots */
.slick-dots {
  position: absolute;
  bottom: 70px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
  border: 0;
  outline: none;
}
.slick-dots li button::before {
  font-size: 20px;
  color: #fff;
  opacity: 1;
}
.slick-active button {
  background: #d60e96;
}
/* Slick Arrows 

.slick-prev, .slick-next {
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
   
}

.slick-prev {
    background-image: url('/images/slider-up-arrow.png');
	top: 2%;
    right: 1%;
    z-index: 10;
}


.slick-next {
    background-image: url('/images/slider-down-arrow.png');
	right: 1%;
    bottom: 2%;
    z-index: 20;
}

.slick-prev:hover {
    background-image: url('/images/slider-up-arrow-hover.png');
    top: 2%;
    right: 1%;
    z-index: 10;
}

.slick-next:hover {
    background-image: url('/images/slider-down-arrow-hover.png');
	right: 1%;
    bottom: 2%;
    z-index: 20;
}
*/
.slick-prev:before, .slick-next:before {
  font-size: 50px;
}
.slick-next {
  right: 70px;
}
.slick-prev {
  left: 20px;
}
.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 60px;
  line-height: 1;
  opacity: .5;
  color: white;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}
/* Slide Animation */
@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    ;
    transform: scale(1);
    ;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.slick-active .bgimg {
  animation-name: zoomIn;
  animation-duration: 6s;
  opacity: 1;
}
.slick-active .slide-content {
  animation-name: fadeInUpSD;
  animation-duration: 2s;
  opacity: 1;
}
/* End Slider */
/* Web Layout */
.main-slider {
  position: relative;
  width: 100%;
  height: auto;
}
.main-slider .social-menu {
  position: absolute;
  bottom: 15px;
  right: 25px;
  width: 200px;
  height: 50px;
}
.main-slider .social-menu:before {
  content: "";
  position: absolute;
  right: 180px;
  bottom: 30px;
  height: 2px;
  width: 200px;
  background: rgba(255, 255, 255, 0.25);
  display: block;
}
.social-menu .social-icons a {
  color: #fff;
  line-height: 30px;
  font-size: 30px;
  margin: 0 5px;
  text-decoration: none;
  opacity: 0.75;
}
.social-menu .social-icons a i {
  line-height: 30px;
  font-size: 30px;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}
.social-menu .social-icons a:hover i {
  box-shadow: 0px 0px 150px #000000;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.5);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.5);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.5);
  transition: all 200ms ease-in;
  transform: scale(1.5);
}
header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 150px;
}
header .first-header {
  padding: 15px;
  background-color: #082740;
}
header .first-header p {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #a4cae5;
  margin-bottom: 0px;
}
header .first-header p .text1 {}
header .first-header p .text2 {
  margin-left: 50px;
}
header .first-header p i {
  font-size: 16px;
  color: #fff;
}
header .header-top {
  position: relative;
  width: 100%;
  height: 100px;
  margin-top: 25px;
}
header .header-top:before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 2px;
  width: 100%;
  background: rgba(255, 255, 255, 0.25);
  display: block;
}
header .header-bottom {
  width: 100%;
  height: 65px;
}
header .header-top .logo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 165px;
  height: 165px;
}
.logo-mobile {
  display: none;
}
.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.flex-container > div {}
.box-phone {
  position: relative;
  margin-right: 100px;
  margin-left: 0px;
  margin-top: 30px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
}

.box-phone a{
	color: #fff;
}

.box-phone .secondword {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #d2e5f2;
}
.box-email {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 30px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
}

.box-email a{
	color: #fff;
}
.box-email .secondword {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #d2e5f2;
}
.box-phone:before {
  content: "";
  background: url('../images/phone-icon.png');
  position: absolute;
  left: -50px;
  top: 0px;
  height: 40px;
  width: 40px;
  display: block;
}
.box-email:before {
  content: "";
  background: url('../images/email-icon.png');
  position: absolute;
  left: -50px;
  top: 0px;
  height: 40px;
  width: 40px;
  display: block;
}
.wrap-boxes {
  position: relative;
  width: 100%;
  height: 30px;
}
.wrap-boxes .boxes {
  position: absolute;
  top: -120px;
  left: 0px;
  width: 100%;
  height: 150px;
}
.wrap-boxes .flex-boxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: 0;
}
.wrap-boxes .flex-item-box {
  position: relative;
  background: #fff;
  padding: 40px 20px;
  width: 25%;
  height: 300px;
  color: #000;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
  -webkit-box-shadow: 0px 11px 29px -3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 11px 29px -3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 11px 29px -3px rgba(0, 0, 0, 0.4);
}
.wrap-boxes .flex-item-box-last {
  position: relative;
  background: #fff;
  padding: 40px 20px;
  width: 25%;
  height: 250px;
  color: #000;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
  -webkit-box-shadow: 0px 11px 29px -3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 11px 29px -3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 11px 29px -3px rgba(0, 0, 0, 0.4);
}
.wrap-boxes .increasehight {
  height: 320px;
  background: #0078ff;
}
.wrap-boxes .flex-item-box h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #08254f;
}
.wrap-boxes .flex-item-box p {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #606466;
}
.wrap-boxes .flex-item-box-last h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.wrap-boxes .flex-item-box-last p {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}
.sectionabout {}
.aboutimg {}
.aboutcontents {
  margin-top: 10%;
}
.sectiondo {
  text-align: center;
}
.sectiondo .box {
  border: 1px solid #254574;
  padding: 40px;
  min-height: 500px;
}
@media only screen and (max-width: 1399px) {
  .sectiondo .box {
    min-height: 600px;
  }
}
@media only screen and (max-width: 1199px) {
  .sectiondo .box {
    min-height: 650px;
  }
}
@media only screen and (max-width: 991px) {
  .sectiondo .box {
    min-height: 900px;
  }
}
@media only screen and (max-width: 767px) {
  .sectiondo .box {
    min-height: inherit;
  }
}
.sectiondo h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
}
.sectiondo h3:before {
  content: "";
  position: absolute;
  width: 10%;
  height: 1px;
  top: 50px;
  left: 50%;
  transform: translate(-50%);
  border-bottom: 1px solid #2080f9;
}
.sectiondo h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
}
.sectiondo h4:before {
  content: "";
  position: absolute;
  width: 10%;
  height: 1px;
  top: 50px;
  left: 50%;
  transform: translate(-50%);
  border-bottom: 1px solid #2080f9;
}
.sectiondo p {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  line-height: 25px;
}
.map-responsive {
  overflow: hidden;
  position: relative;
  height: 650px;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 650px;
  width: 100%;
  position: absolute;
}
.map-responsive .contactform {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
}
.map-responsive .contactform .box {
  width: 100%;
  min-height: 230px;
  background: rgba(255, 255, 255, 0.75);
  padding: 40px;
}
.map-responsive .contactform .details {
  margin-top: 15%;
}
#contact-form label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.footerbg{
	background: url(../images/footer.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
}
.footer h5 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
.footer ul {
  list-style-type: none;
  margin-left: -40px;
}
.footer ul li {
  margin-left: 0px;
  display: flex;
  align-items: center;
}
.footer ul li::before {
  font: normal normal normal 12px/1 FontAwesome;
  content: "\f00c";
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px;
  color: #fff;
}
.footer ul li a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #97a3b1;
  text-decoration: none;
}
.footer p {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #97a3b1;
  text-decoration: none;
}
.footer a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}
.footer img {
  max-width: 100px;
}
.other-slide-wrapper {
  position: relative;
  width: 100%;
  height: 300px;
  background-image: url('../images/slider-1.jpg');
}
.other-slide-wrapper:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.breadcrumb {
  padding: 40px 0px 30px 0px;
  color: #fff;
  font-size: 36px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: bold;
}
.aboutus .aboutimg {
  margin: 0;
  padding: 0;
}
.aboutus .aboutcontents {
  margin: 0;
  padding: 0;
}
.products h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #08254f;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.products h3:before {
  content: "";
  position: absolute;
  width: 10%;
  height: 1px;
  top: 50px;
  left: 50%;
  transform: translate(-50%);
  border-bottom: 1px solid #2080f9;
}
.products p {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #08254f;
  line-height: 25px;
  text-align: center;
}
.products .contentbox .siteheading {
  font-size: 20px;
  font-weight: bolder;
}
.tours {
  width: 100%;
  height: auto;
}
.tours .tprow {
  display: flex;
  flex-wrap: wrap;
}
.tours .tpcolumn {
  flex: 25%;
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 992px) {
  .tours .tpcolumn {
  flex: 100%;
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
}

.tours .tpcolumn .child {
        height: 100%;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
}
.tours .tpcolumn .bg-one {
        background-image:url("https://slendo.lk/wp-content/uploads/2024/02/KMR_9749-1024x755.jpg");
}
.tours .tpcolumn .bg-two {
        background-image:url("https://slendo.lk/wp-content/uploads/2024/02/KMR_9656-1024x683.jpg");
}
.tours .tpcolumn .bg-three {
        background-image:url("https://slendo.lk/wp-content/uploads/2024/02/KMR_9619-1024x683.jpg");
}
.tours .tpcolumn .bg-four {
        background-image:url("https://slendo.lk/wp-content/uploads/2024/02/TDS_9445-1024x578.jpg");
}
.tours .tpcolumn .bg-five {
        background-image:url("https://slendo.lk/wp-content/uploads/2024/02/KMR_9468-1024x694.jpg");
}
.tours .tpcolumn .bg-six {
        background-image:url("https://slendo.lk/wp-content/uploads/2024/02/KMR_9791-1024x683.jpg");
}
.tours .tpcolumn .bg-seven {
        background-image:url("https://slendo.lk/wp-content/uploads/2024/02/IMG_0450-1024x526.jpg");
}
.tours .tpcolumn .bg-eight {
        background-image:url("https://slendo.lk/wp-content/uploads/2024/02/IMG_9694-1024x683.jpg");
}
.tours .tpcolumn .bg-nine {
        background-image:url("../images/hometour9.jpg");
}
.tours .tpcolumn .bg-ten {
        background-image:url("../images/hometour10.jpg");
}
.tours .tpcolumn .bg-oneone {
        background-image:url("../images/hometour11.jpg");
}
.tours .tpcolumn .bg-onetwo {
        background-image:url("../images/hometour12.jpg");
}
.tours .tpcolumn .bg-onethree {
        background-image:url("../images/hometour13.jpg");
}
.tours .tpcolumn .bg-onefour {
        background-image:url("../images/hometour14.jpg");
}
.tours .tpcolumn .bg-onefive {
        background-image:url("../images/hometour15.jpg");
}
.tours .tpcolumn .bg-onesix {
        background-image:url("../images/hometour16.jpg");
}
.tours .tpcolumn .bg-one-r {
        background-image:url("../images/rhometour1.jpg");
}
.tours .tpcolumn .bg-two-r {
        background-image:url("../images/rhometour2.jpg");
}
.tours .tpcolumn .bg-three-r {
        background-image:url("../images/rhometour3.jpg");
}
.tours .tpcolumn .bg-four-r {
        background-image:url("../images/rhometour4.jpg");
}
.tours .tpcolumn .bg-five-r {
        background-image:url("../images/rhometour5.jpg");
}
.tours .tpcolumn .bg-six-r {
        background-image:url("../images/rhometour6.jpg");
}
.tours .tpcolumn .bg-seven-r {
        background-image:url("../images/rhometour7.jpg");
}
.tours .tpcolumn .bg-eight-r {
        background-image:url("../images/rhometour8.jpg");
}
.tours .tpcolumn .bg-nine-r {
        background-image:url("../images/rhometour9.jpg");
}
.tours .tpcolumn .bg-ten-r {
        background-image:url("../images/rhometour10.jpg");
}
.tours .tpcolumn .child .contents {
        display: block;
		width: 100%;
        font-size: 35px;
        color: #ffffff !important;
        font-family: 'Barlow Condensed', sans-serif;
        text-align: center;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        height: 300px;
        cursor: pointer;
        text-decoration: none;
		background-color: rgba(0, 0, 0, 0.25);
		padding: 100px 20px 20px 20px;
}
.tours .tpcolumn:hover .child,.tours .tpcolumn:focus .child {
        -ms-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
}
.tours .tpcolumn:hover .child .contents,.tours .tpcolumn:focus .child .contents {
        height: 300px;
		transition: all .5s;
}

.tours .tourheading{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	font-family: 'Barlow Condensed', sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: #08254f;
}

.video-container{
  width: 99vw;
  height: 100vh;
  position: relative;
	overflow: hidden;
	
}

 .video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.77777778vh;
  height: 56.25vw;
  transform: translate(-50%, -50%);
	 box-sizing: border-box;
	 min-height: 100%;
    min-width: 100%;
}

.video-container #text{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75%;
  transform: translate(-50%, -50%);
  z-index: 999;
  padding: 50px;
  background-color: rgba(0,0,0,0.50);
}

.video-container #text h1{
	color: #ffa801;
	font-family: 'Barlow Condensed', sans-serif;
    font-size: 48px;
    font-weight: bold;
	text-align: center;
}

.video-container #text p{
	color: #FFFFFF;
	font-family: 'Barlow Condensed', sans-serif;
    font-size: 22px;
    font-weight: bold;
	text-align: center;
	padding-top: 20px;
}

.top-dest{
	margin-bottom: 50px;
}

.top-dest .tourheading{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	font-family: 'Barlow Condensed', sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: #08254f;
}

/* section four */
.sectionfour{
	padding: 50px 0 50px 0;
}

.sectionfour h2{
	font-size: 48px;
	line-height: 45px;	
  font-weight: bold;
  color: #08254f;
  font-family: 'Barlow Condensed', sans-serif;
	text-align: center;
}

.sectionfour .contents{
	padding: 0 150px;
}


.sectionfour .contents p{
	font-size: 20px;
	line-height: 25px;	
  font-weight: normal;
  color: #08254f;
  font-family: 'Barlow Condensed', sans-serif;
	text-align: center;
}

.newssliderwrap{
	margin: 50px 0 50px 0;	
}

#news-slider .news {
 width: 100%;
 background: #fff;

}

#news-slider .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #D6D6D6;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px;
    }
    
#news-slider .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #869791;
    }

#news-slider .owl-dots {
    position: absolute;
    width: 100%;
	left: 0px;
    bottom: -50px;
    display: flex;
    justify-content: center;
}

.sectionfour .news img{
	margin-bottom: 20px;
}

.sectionfour .news h3{
	font-size: 24px;
	line-height: 35px;	
  font-weight: normal;
  color: #08254f;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 20px;
}

.sectionfour .news p{
	font-size: 14px;
	line-height: 25px;	
  font-weight: normal;
  color: #08254f;
  font-family: 'Barlow Condensed', sans-serif;
margin-bottom: 20px;
}

.contct1 {
	float: left;
	width: 3%;
	margin-right: 2%;
	height: auto;
}
.contct2 {
	float: left;
	width: 95%;
	height: auto;
}

.idtclear{
	clear: both;
}

/* Common elements */
.sectionbtmgap {
  margin-bottom: 80px;
}
.sectiontopgap {
  margin-top: 80px;
}
.sectionbtmgapading {
  padding-bottom: 80px;
}
.sectiontopgappading {
  padding-top: 80px;
}
.productgap {
  margin-bottom: 50px;
}
.graybg {
  background: #f4f5f9;
}
.bluebg {
  background: #08254f;
}
.dbluebg {
  background: #04132a;
}
.webbutton {
  background-color: #ffa801;
  color: #082740;
  border: 2px solid #ffa801;
  font-size: 14px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.webbutton2 {
  background-color: #fff;
  color: #0078ff;
  border: 2px solid #fff;
  font-size: 14px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.webbutton3 {
	background-color: rgba(255, 255, 255, 0.5);
  color: #082740;
  border: 2px solid #ffa801;
  font-size: 14px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.webbutton:hover {
  background-color: #fff;
  color: #0078ff;
}
.webbutton2:hover {
  background-color: #0078ff;
  color: #fff;
}
.siteheading {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #08254f;
}
.siteparagraph {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #606466;
}
a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #606466;
  text-decoration: none;
}
#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  cursor: pointer;
  background-color: #0078ff;
  color: #fff;
  border: 2px solid #0078ff;
  font-size: 14px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#topBtn:hover {
  background-color: #fff;
  color: #0078ff;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #04132a;
  z-index: 99;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("../images/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}
.img-hover-zoom {
  height: auto;
  overflow: hidden;
}
.img-hover-zoom img {
  transition: transform .5s ease;
}
.productbox:hover img {
  transform: scale(1.25);
}
.contentbox {
  padding: 40px 20px 20px 20px;
  background-color: #fff;
  -webkit-border-bottom-right-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  transition: transform .5s ease;
}
.productbox:hover .contentbox {
  transform: translateY(-20px);
}

.siteheader2{
 font-family: 'Barlow Condensed', sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #08254f;	
}

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

.otherdetailsnew p{
	font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #606466;
}

.otherdetailsnew ul{
font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #606466;
	margin: 0;
	padding: 0 0 20px 10px;
}

.otherdetailsnew ul li{
padding: 0;
list-style: none;
margin: 0 0 0 20px;
}

.otherdetailsnew ul li:before {
  content: '\f006';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #0074D9;
}

.tourbox{
	background: #ebebeb;
	padding: 10px 10px 10px 10px;
}

.touricon{
	margin-left: 30px;
	position: relative;
}

.touricon::before {
	font-family: FontAwesome;
    content: "\f017";
  position: absolute;
  left: -30px;
  top: 0px;
  height: 40px;
  width: 40px;
  display: block;
}

.touricon2{
	margin-left: 30px;
	position: relative;
}

.touricon2::before {
	font-family: FontAwesome;
    content: "\f041";
  position: absolute;
  left: -30px;
  top: 0px;
  height: 40px;
  width: 40px;
  display: block;
}

.touricon3{
	margin-left: 30px;
	position: relative;
}

.touricon3::before {
	font-family: FontAwesome;
    content: "\f0c0";
  position: absolute;
  left: -30px;
  top: 0px;
  height: 40px;
  width: 40px;
  display: block;
}

.touricon4{
	margin-left: 30px;
	position: relative;
}

.touricon4::before {
	font-family: FontAwesome;
    content: "\f1ab";
  position: absolute;
  left: -30px;
  top: 0px;
  height: 40px;
  width: 40px;
  display: block;
}

.accordion-header span{
	font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #606466;
}

.accordion-body{
	font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #606466;
}

/* End Common elements */
/* End Web Layout */
/* Responsive Adjustments */
/* header */
@media only screen and (max-width: 767px) {
  header .header-top .logo {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 500px) {
  header .header-top .logo {
    position: absolute;
    top: 100px;
    left: 50px;
    width: 80px;
    height: 80px;
    display: none;
  }
  .flex-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .box-phone {
    position: relative;
    margin-right: 100px;
    margin-left: 50px;
    margin-top: 30px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
  }
  .box-email {
    position: relative;
    margin-right: 0px;
    margin-left: 50px;
    margin-top: 30px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
  }
  header .header-top {
    position: relative;
    width: 100%;
    height: 180px;
    margin-top: 10px;
  }
  header .header-bottom {
    position: relative;
    width: 100%;
    height: 65px;
    margin-top: 20px;
  }
  .logo-mobile {
    position: absolute;
    top: -10px;
    left: 0px;
    display: block;
    width: 80px;
    height: 80px;
    ;
  }
}
/* Slider */
@media only screen and (max-width: 690px) {
  .slide-content h1 {
    font-family: 'Barlow Condensed', sans-serif;
    text-align: center;
    color: #fff;
    font-size: 45px;
    font-weight: bold;
  }
}
/* Boxes */
@media only screen and (max-width: 1400px) {
  .wrap-boxes {
    height: 350px;
  }
  .wrap-boxes .boxes {}
  .wrap-boxes .flex-item-box {
    height: 350px;
  }
  .wrap-boxes .flex-item-box-last {
    height: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .wrap-boxes {
    position: static;
    width: 100%;
    height: auto;
    padding-top: 50px;
  }
  .wrap-boxes .boxes {
    position: static;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
  }
  .wrap-boxes .flex-item-box {
    height: auto;
    width: 100%;
  }
  .wrap-boxes .flex-item-box-last {
    height: auto;
    width: 100%;
  }
  .wrap-boxes .flex-boxes {
    flex-direction: column;
  }
}
/* contact */
@media only screen and (max-width: 767px) {
  .map-responsive {
    height: 1100px;
  }
  .map-responsive iframe {
    height: 1100px;
  }
}
/* Other slide wrapper */
@media only screen and (max-width: 500px) {
  .other-slide-wrapper {
    height: 300px;
  }
}
/* End Responsive Adjustments */

/* Owl Slider */
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    left: 43px;
    top: 50%;
    background-color: rgb(8 39 64 / 50%) !important;
    display: block;
    padding: 0 .3em !important;
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    right: -23px;
    top: 50%;
    background-color: rgb(8 39 64 / 50%) !important;
    display: block ;
    padding: 0 .3em !important;
    font-size: 3em ;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
}

.owl-theme .owl-nav [class*=owl-]:hover{
    background-color: #fff;
}


.clockcontainer{
  padding: 80px 0;
  text-align: center;
 background: url('../images/countdown.jpg') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;

}

.clockcontainer h2{
  font-size: 76px;
  color: #fff;
}

.clockcontainer h1{
  font-size: 64px;
}

.clockcontainer .cbox{
  padding: 20px;
  background: #082740;
  color: #6dbde0;
}

.clockcontainer .cbox2{
  padding: 20px;
  background: #6dbde0;
  color: #082740;
}

.selected-label::after {
  content: "✔";
  color: green;
  font-weight: bold;
  margin-left: 5px;
}

.formbox{
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #d4d4d4;
}

.formbox2{
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #d4d4d4;
}

.formbox3{
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #d4d4d4;
}

.accordion-button {

  font-size: 22px !important;

}


.background1{
  background-color: #e7f1ff;
}

.background2{
  background-color: #ebebeb;
}


.border1{
  border: 1px solid #d4d4d4;
}
