@import url('https://fonts.googleapis.com/css2?family=Kristi&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {
  scroll-behavior: smooth;
}
body, p {
    color: #808285;
    font-family: "Cabin", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.5;
}
b, strong {
    font-weight: 700;
    color: #000;
}
.no-padding{
  padding: 0;
}
a{
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #000;
  letter-spacing: 0.5;
}
a:hover{
  text-decoration: none;
}
a:link , a:visited , a:hover, a:active{
    text-decoration: none;
    color: inherit;
}
h1 , h2, h3, h1 p, h2 p, h3 p, h4{
  color: #151D2A;
  font-family: "Playfair", serif;
  margin-bottom: 20px;
  letter-spacing: 0px;
}
.small_title{
    color: #e31e24;
    font-family: "Kristi", cursive;
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
}
.slick-slide {
    height: auto;
}
b, strong {
    font-weight: 700;
    letter-spacing: 1;
}
textarea:focus, input:focus,  select:focus{
    outline: none;
}
/* ================ back to top =================*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  left: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #000000 url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    left: 30px;
    bottom: 30px;
  }
}

/* ================ end back to top =================*/

/* ================ Loader =================*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}
/* ================ end Loader =================*/

/* ================ Header top =================*/
.header-top {
    background: #1c1c1c;
}
.header-top-inner {
    display: inline-block;
    width: 100%;
    background: #222;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.header-top-inner .left {
    display: flex;
    align-content: center;
    align-items: center;
}
.header-top-inner .left p {
    margin-bottom: 0;
    margin-right: 5px;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #fff;
}
ul.header-top-socials, ul.header-top-info {
    padding-left: 0;
    list-style: none;
}
ul.header-top-info {
    text-align: right;
    font-family: "Playfair", serif;
    margin-bottom: 0;
}
ul.header-top-socials{
    margin-bottom: 0;
}
ul.header-top-socials li{
    display: inline-block;
    margin-right: 5px;
}
ul.header-top-socials li a i, ul.header-top-info li a{
    font-size: 12px;
    color: #fff;
}
ul.header-top-info li a{
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
ul.header-top-info li{
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    text-align: right;
}
ul.header-top-info li:last-child{
    margin-right: 0;
}
ul.header-top-info li a{
    color: #fff;
}
ul#menu-primary-menu {
    list-style: none;
    text-align: right;
    float: right;
    margin-top: 35px;
}
ul#menu-primary-menu li{
    padding: 5px 10px;
    display: inline-block;
}
ul#menu-primary-menu li a{
    text-transform: uppercase;
    font-weight: 600;
}
.navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0;
    border: 0;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-brand {
    height: auto;
}
div#navbar-collapse {
    padding-right: 0;
}
li.current-menu-item {
    color: #00652e !important;
}
.menu-p {
    margin-top: 20px;
}
#mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu > li.mega-menu-item > a.mega-menu-link {
    letter-spacing: 0.6px;
        font-weight: 600 !important;
}
/* ================ end Header top =================*/

/* ================ Destination =================*/

.destination_layout .title{
    text-align: center;
    margin-bottom: 15px;
}
.destination_layout .title h1{
    color: #151D2A;
    font-weight: 700;
    margin-bottom: 15px;
}
.destinations .destination_row{
    position: relative;
    overflow: hidden;
    max-height: 356px;
    margin: 4px;
}
.destinations .destination_row .overlay {
    content: "";
    background: #8bc53f1f;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.4s;
}
.destinations .destination_row .title {
    position: absolute;
    bottom: 1rem;
    left: 0;
    padding-left: 2rem;
    transition: all 0.4s;
    z-index: 99;
}
.destinations .destination_row:hover .title {
    transform: translateY(-1rem);
}
.destinations .destination_row .title h3{
    text-transform: uppercase;
    color :#fff;
}
.view_destinations a {
    font-size: 15px;
    font-weight: 500;
    fill:#e31e24;
    color: #e31e24;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e31e24;
    border-radius: 0px 0px 0px 0px;
    padding: 20px 35px 20px 35px;
}
.view_destinations{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.destinations .destination_row img {
    width: 100%;
    height: 356px;
    object-fit: cover;
}
.single-img {
    margin: 5px;
}
.destination-post-single {
    margin-top: 80px;
    margin-bottom: 80px;
}
.destination-post-single .title {
    text-align: left;
}
.destination-post-single .left{
    padding-left: 0;
}
.img-des {
    margin-top: 15px;
}
.destination-post-single .left p{
    text-align: justify;
}
.breadcum {
    color: #e31e24;
    margin-top: 50px;
}
.breadcum a{
    color: #6C717A;
}
.form-des h1 {
    margin-bottom: 25px;
    margin-top: 30px;
}
.form-des input, .form-des select, .form-des textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #d9d5d5;
}
.form-des input.wpcf7-form-control.has-spinner.wpcf7-submit {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #e31e24;
    background-color: transparent;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e31e24;
    border-radius: 0px 0px 0px 0px;
    padding: 5px 20px 5px 20px;
    width: auto;
}
.activity .title {
    text-align: left;
}
.activity {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.itarationy {
    margin-top: 30px;
}
.activity a.btn-custom {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #e31e24;
    background-color: transparent;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e31e24;
    border-radius: 0px 0px 0px 0px;
    padding: 5px 35px 5px 35px;
    width: auto;
    display: inline-block;
}
.activity .t-btn {
    margin-top: 5px;
    margin-bottom: 30px;
    text-align: left;
}
.plain_text_layout {
    margin-top: 80px;
}
/* ================ end Destination =================*/

/* ================ home_tour_packages =================*/

.title {
    text-align: center;
}
.title h1{
    font-size: 40px;
}
.home_tour_packages .title {
    padding-top: 40px;
    padding-bottom: 0px;
    position: relative;
}
.tour-bg-top {
    position: absolute;
    left: 100px;
    top: -40px;
}
.tour-bg-bottm {
    position: absolute;
    right: 350px;
    top: 30%;
}
.tour-bg-bottm img{
    width: 90px;
    height:90px;
}
.home_tour_row {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 30px;
}
.nyui .home_tour_row {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 30px;
    background: #fff;
}
.page_tour .home_tour_row {
    margin-bottom: 10px;
}
.bottom-inner {
    border-top: 0;
    padding: 1rem 2rem;
    display: inline-block;
    width: 100%;
    background: #fff;
}
.bottom-inner h3{
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 500;
}
.star{
    text-align: center;
    margin-top: 5px;
}
.star i {
    color: #fed82f;
    font-size: 10px;
    margin-right: 5px;
}
.front_details {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    color: #00652e;
}
a.btn-custom {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #00652e;
    background-color: transparent;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #fed82f;
    border-radius: 0px 0px 0px 0px;
    padding: 5px 20px 5px 20px;
    width: auto;
    display: inline-block;
}
a.btn-custom:hover{
    color: #FFFFFF;
    background-color: #e31e24;
}
.t-btn {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.home_tour_new .t-btn {
    margin-top: 10px;
    margin-bottom: 10px;
}
.home_tour_new a.btn-custom {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #00652e;
    background-color: transparent;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #fed82f;
    border-radius: 0px 0px 0px 0px;
    padding: 5px 20px 5px 20px;
    width: auto;
    display: inline-block;
}
.img-sec {
    position: relative;
    width: 100%;
    display: inline-block;
}
.img-sec .location {
    color: #00652e;
    background: #fff;
    padding: 4px 20px;
    display: inline-block;
    position: absolute;
    top: 35px;
}
.home_tour_new .bottom-inner {
    text-transform: inherit;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.home_tour_new .bottom-pot, .home_tour .bottom-pot {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.home_tour_packages {
    padding-top: 15px;
    padding-bottom: 100px;
}

.itarationy .th-itin-icon {
    position: absolute;
    top: 3px;
    font-size: 22px;
    color: #f68800;
}
.itarationy .th-itin-title {
    padding-left: 42px;
    font-size: 18px;
    cursor: pointer;
    color: #e31e24;
    letter-spacing: 1;
}
.itarationy .th-itin-content {
    padding: 8px 0 0px 30px;
    margin: 10px 0 0 8px;
    font-size: 15px;
    border-left: 2px solid #f68800;
}
.itarationy .stay {
    padding: 8px 0 20px 45px;
    font-size: 15px;
}
.itarationy .stay p {
    color: #fd9d16;
}
.single-icon {
    margin-right: 10px;
    float: left;
    margin-top: 6px;
    color: #fd9d16;
    font-size: 13px;
}
.single-icon-row {
    margin-bottom: 10px;
}
.single-text {
    float: left;
}
.tour_packages-post-single{
    margin-bottom: 80px;
}
.tour-gal {
    margin-bottom: 50px;
}
.page-id-164 .circle-inner {
    padding: 0;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
}
.location {
    color: #00652e;
}
.home_tour_new {
    margin-top: 30px;
}
.home_tour_packages.day-d {
    position: relative;
}
.home_tour_packages .overlay{
    background-position: top center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.home_tour_packages.day-d {
    padding-top: 15px;
    background: #E9F6F9;
    padding-bottom: 50px;
    margin-bottom: 80px;
}
.home .destination_layout {
    margin-top: 0;
}
.home_tour_packages.day-d .home_tour_row img {
    height: 320px;
    object-fit: cover;
}
.home_tour_packages.day-d .home_tour_row {
    width: 96%;
}
.bottom-inner h4 {
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 15px;
}
.home_tour_packages.day-d .bottom-inner h4 {
    min-height: 0;
}
.home_tour_new a.btn-custom, .home_tour a.btn-custom{
    border: 0;
    padding: 0;
    color: #e31e24;
}
.t-btn-p {
    margin-bottom: 10px;
}
.tour-map {
    border: 1px solid #000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 15px;
}
.home_tour_packages.day-d .home_tour_row img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.reviews p {
    margin-top: -12px;
    margin-bottom: 0;
}
.reviews-inner {
    align-items: self-end;
    display: flex;
    text-align: left;
    align-self: center;
    align-content: center;
    justify-content: flex-end;
}
.reviews span{
    margin-left: 10px;
}
.two_column_welcome {
    margin-top: 80px;
    background-repeat: no-repeat;
    margin-bottom: 60px;
}
.home_tour_new .slick-prev:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f104";
    font-size: 3rem;
    color: #000;
}
.home_tour_new .slick-next:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    font-size: 3rem;
    color: #000;
}
.home_tour_new .slick-next {
    right: -27px;
}
.home_tour_new .slick-prev {
    left: -27px;
}
.home_tour_new .bottom-pot i, .home_tour .bottom-pot i{
    color: #1c1c1c;
}
.two_column_welcome .left-col h1{
    margin-top:10px;
}
/* ================ end home_tour_packages =================*/

.mask1 {
    -webkit-mask-image: url(../../assets/images/thumb-mask-image.png);
    mask-image: url(../../assets/images/thumb-mask-image.png);
    mask-position: top left;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.mask2{
    -webkit-mask-image: url(../../assets/images/thumb-mask-image.png);
    mask-image: url(../../assets/images/thumb-mask-image.png);
    -webkit-mask-position: bottom right;
    mask-position: bottom right;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
/* ================ offer_layout =================*/

.offer-right {
    padding: 15px;
}
.offer-right ul {
    padding-left: 0;
    border-top: 1px solid #E5E9EF;
    border-bottom: 1px solid #E5E9EF;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    font-size: 20px;
}
.offer-right ul li{
    display: inline-block;
    margin-right: 5px;
}
.btn-row{
    margin-top: 30px;
}
a.left-btn {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: transparent;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 35px 15px 35px;
    width: auto;
    display: inline-block;
    margin-right: 13px;
    color: #00652e;
    border-color: #8bc53ffc;
}
.destination_layout {
    margin-bottom: 100px;
    margin-top: 80px;
}
.offer_layout {
    margin-bottom: 100px;
}
.offer_layout {
    padding-bottom: 100px;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-attachment: scroll;
    border-bottom: 1px solid #E5E9EF;
}
/* ================ end offer_layout =================*/

/* ================ home_tour_packages =================*/
.circle-inner{
    padding: 35px 25px 35px 25px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 120px;
    height: 120px;  
    margin-bottom: 20px;
    margin-top: 0;
}
.circle-inner.h1{
    box-shadow: 0px 0px 0px 10px rgb(0 170 241 / 15%);
}
.circle-inner.er{
    box-shadow: 0px 0px 0px 10px rgb(253 157 20 / 15%);
}
.circle-inner.re{
    box-shadow: 0px 0px 0px 10px rgb(234 38 98 / 15%);
}
.circle-inner img {
    width: 60px;
}
img.er {
    width: 40px;
}
img.h1 {
    margin-top: 6px;
}
.three_column_box h3 {
    margin-bottom: 25px;
}
.three_column_box{
    padding: 30px;
}
.three_column_layout {
    padding-bottom: 80px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}
/*.page-id-164 .three_column_layout {
    padding-top: 100px;
    margin-top: 80px;
}*/
.about-y .three_column_box h3 {
    margin-bottom: 25px;
    display: inline-block;
}
.three_column_layout.about-y {
    padding-top: 0;
    margin-top: 0;
}
.single-tour_packages .single-icon {
    width: 5%;
    color: #8bc53f;
}
.single-tour_packages .single-text {
    float: left;
    width: 88%;
}
.tour-ghy {
    margin-bottom: 30px;
}
.three_column h3 {
    margin-bottom: 0;
}
.page-id-164 .reviews-inner{
    display: none;
}
/* ================ end home_tour_packages =================*/

/* ================ video_section =================*/
.btn-play a i {
    font-size: 50px;
    width: 90px;
    height: 90px;
    color: #FFFFFF;
    background: #fed82f;
    padding: 18px 18px 18px 27px;
    box-shadow: 0px 0px 0px 15px rgb(253 157 20 / 13%);
    border-radius: 100%;
}
.video_section {
    text-align: center;
    padding-top: 200px;
    padding-bottom: 200px;
    background-repeat: no-repeat;
    background-size: cover;
}
.video_section h1 {
    color: #FFFFFF;
    line-height: 1em;
}
.custom-title {
    color: #FFFFFF;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 2px;
}
.video_section .custom-title {
    color: #FFFFFF;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.8em;
    letter-spacing: 2px;
}
.video_section {
    -webkit-mask-position: bottom right;
    mask-position: bottom right;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: relative;
}
.video_section .overlay{
    background-color: transparent;
    background-image: linear-gradient(90deg, #000000 0%, #00000000 100%);
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.video_section p{
    color: #fff;
}
.video_section{
    margin-bottom: 80px;
}
/* ================ end video_section =================*/

/* ================ testimonials =================*/
.testimonials_layout .testi-box {
    background: #FFFFFF;
    padding: 15px;
    border: 1px solid #E5E9EF;
    display: inline-block;
    width: 98%;
}
.testimonials_layout .left h4 {
    font-size: 20px;
    float: left;
    margin-left: 0px;
    margin-top: 25px;
}
.testimonials_layout .left img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin-right: 1.5rem;
    float: left;
}
.testimonials_layout .right {
    text-align: right;
    padding-top: 30px;
    color: #00652e;
}
.testimonials_layout .right i {
    margin-right: 5px;
    font-size: 12px;
}
.testi-box-top {
    border-bottom: 1px solid #E5E9EF;
    margin-bottom: 30px;
    padding-bottom: 0px;
}
.testimonials_layout {
    padding-bottom: 120px;
}
/* ================ end testimonials =================*/

/* ================ Newslatter =================*/
.newsletter {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}
.title_top {
    color: #151D2A;
    font-family: "Caveat", Sans-serif;
    font-size: 26px;
    font-weight: 400;
    text-transform: capitalize;
}
.newsletter h1 {
    color: #151D2A;
    font-family: "Rajdhani", Sans-serif;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
}
.newsletter input {
    width: 83%;
    padding: 2.5rem;
    color: #6C717A;
    border: 0;
    font-size: 1em;
    line-height: 1em;
    font-weight: 500;
    float: left;
}
.newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 15%;
    background: #b90506;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 1em;
    font-weight: 500;
    padding: 2.6rem;
    border-color: #b90506;
    float: left;
    margin-left: 15px;
}
.newsletter .title_bottom {
    text-align: center;
    color: #151D2A;
    font-family: "Rajdhani", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -5px;
}
/* ================ End Newslatter =================*/

/* ================ Footer =================*/
.footer-top {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background: #151D2A;
    padding-top: 80px;
    padding-bottom: 40px;
}
.footer-top h3, #menu-footer-menu li a, .footer_inner{
    color: #fff;
}
#menu-footer-menu li a{
    font-weight: 400;
    font-size: 14px;
}
.footer-top p{
    font-size: 14px;
    color: #fff;
}
.footer-top .phone, .footer-top .phone a {
    font-size: 24px;
    color: #e31e24;
}
.social ul {
    padding-left: 0px;
    list-style: none;
}
.social ul li{
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    padding-top: 10px;
}
.footer-bottom {
    background: #131A25;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
}
ul#menu-footer-menu {
    padding-left: 0;
    list-style: none;
}
.social ul li a {
    font-size: 18px;
    font-weight: 300;
}
/* ================ End Footer =================*/

/* ================ two_column_layout =================*/

.two_column_layout{
    margin-bottom: 80px;
    margin-top: 80px;
}
.two_column_layout.xnon{
    padding-top: 80px;
    padding-bottom: 80px;
}
.xnon .small_title {
    color: #f7a81b;
}
.xnon .title h1{
  color: #fff;
}
.xnon .title {
    text-align: left;
}
.list-riw {
    background: #ffffff96;
    margin-bottom: 10px;
}
.xnon .icon {
    float: left;
    width: 35px;
    height: 35px;
    background: #000;
    border-radius: 100%;
    padding-top: 9px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #fff;
}
.xnon .text {
    float: left;
    margin-top: 20px;
    margin-left: 14px;
    font-size: 20px;
    color: #000;
}
/* ================ End two_column_layout =================*/

.confom input, .confom textarea {
    padding: 5px;
    border: 1px solid #ddd9d9;
    width: 100%;
}
.confom input.wpcf7-form-control.has-spinner.wpcf7-submit {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #e31e24;
    background-color: transparent;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e31e24;
    border-radius: 0px 0px 0px 0px;
    padding: 5px 20px 5px 20px;
    width: auto;
    display: inline-block;
}
.confom textarea.wpcf7-form-control.wpcf7-textarea {
    height: 150px;
    width: 100%;
}
.confom .map iframe{
    width: 100% !important;
}
.confom {
    margin-top: 80px;
    margin-bottom: 50px;
}
.contact-info {
    padding: 40px;
    text-align: center;
    border: 1px solid #dbd9d9;
    height: 230px;
}
.contact-info i {
    font-size: 30px;
    color: #e31e24;
}
.contact-info p, .contact-info p a {
    color: #000000;
    font-size: 16px;
}
.con-r .bottom {
    margin-bottom: 80px;
}
.home .slider_bottom_section {
    bottom: -6%;
}
label {
    width: 100%;
    font-weight: 500;
}
.page-id-164 .two_column_layout .title{
    margin-bottom: 50px;
}
.page-id-335 .destinations .destination_row img {
    height: auto !important;
}
.page-id-335 .destinations .destination_row {
    max-height: 100% !important;
}
.slick-dots li button:before {
    font-size: 13px;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #df9b14;
}
.slick-dots li {
    margin: 0 2px;
}

.taxi_form input{
    width: 100%;
    padding: 5px;
    border: 1px solid #E5E9EF;
    margin-bottom: 15px;
}
.taxi_form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border: 1px solid #e31e24;
    background: transparent;
    font-weight: 600;
}
.taxi_form_iner {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
.taxi_form_iner h1{
    text-align: center;
}
.taxi_form_iner_fo {
    padding: 0 15px 15px 15px;
    display: inline-block;
    width: 100%;
}
.taxi_form_iner {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    z-index: 999;
    background: #fff;
    margin-bottom: 80px;
}
.col-md-4.thinkd {
    /*-webkit-mask-image: url(../../assets/images/thumb-mask-image.png);
    mask-image: url(../../assets/images/thumb-mask-image.png);
    -webkit-mask-position: bottom right;
    mask-position: bottom right;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;*/
}
.whatapp_x {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
}
/* -------------------- Responsive ------------------------ */

@media(min-width:768px){
    #mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
        margin-top: -23px;
    }
}
@media(max-width:1200px){
    .testimonials_layout .left h4 {
        font-size: 16px;
    }
    .testimonials_layout .left img {
        margin-right: 2px;
    }
    .newsletter input {
        padding: 2.3rem;
    }
    .video_section h1 {
        font-size: 48px;
    }
    .custom-title {
        font-size: 32px;
    }
}
@media(max-width:991px){
    ul#menu-primary-menu {
        padding-left: 0;
    }
    ul.header-top-socials {
        margin-bottom: 0;
        margin-top: 5px;
    }
    .menu_slip .container {
        width: 100% !important;
    }
    .view_destinations {
        display: inline-block;
        width: 100%;
    }
    .newsletter input {
        width: 82%;
    }
    ul#menu-primary-menu li{
        padding: 5px 5px;
    }
    ul#menu-primary-menu{
        margin-top:15px;
    }
    .list-riw {
        display: inline-block;
        width: 100%;
    }
    .xnon .text {
        margin-top: 10px;
        font-size: 17px;
        width: 81%;
    }
    .page-id-164 .circle-inner {
        float: left;
        margin-right: 27px;
    }
}
@media(max-width:900px){
    .navbar-header {
        float: none;
        text-align: center;
    }
    .navbar-brand {
        float: none;
    }
    .navbar-brand>img {
        display: inline-block;
    }
    ul#menu-primary-menu {
        text-align: center;
        float: none;
    }
}

.activity .title h3 {
    margin-top: 0;
}
@media (max-width: 767px){
	.activity .title h3 {
		margin-top: 20px;
	}
    .destination-post-single {
        margin-top: 0;
    }
    .navbar-brand {
        float: left;
    }
    .navbar-default .navbar-toggle {
        border-color: #fed82f;
    }
    .navbar-toggle {
        border-radius: 0;
        margin-top: 35px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fed82f;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
    }
    ul#menu-primary-menu li, ul#menu-primary-menu li a {
        width: 100%;
        text-align: center;
        color:#222;
    }
    .menu_slip .container, .menu_slip .col-sm-12 {
        padding: 0;
    }
    div#navbar-collapse {
        padding-left: 0;
        background: #fed82f;
    }
    .h1, h1 {
        font-size: 20px;
    }
    .contact-info {
        margin-bottom: 10px;
    }
    .contact_form {
        margin-top: 50px;
    }
    .confom .map iframe {
        width: 100% !important;
        height: 50%;
    }
    .header-top{
        display: none;
    }
    .itarationy .th-itin-title {
        font-size: 14px;
    }
	.taxi_form_iner {
		margin-top: 15px;
	}
	.taxi_form_iner h1 {
		padding-top: 17px;
	}
	.home_tour_packages .title {
		padding-top: 10px;
		padding-bottom: 0px;
	}
	.home_tour_packages.day-d {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	.reviews-inner {
		align-items: center;
		display: flex;
		align-self: center;
		align-content: center;
		justify-content: center;
	}
	.two_column_welcome {
		background-repeat: no-repeat;
		padding-bottom: 30px;
	}
	.home_tour_packages {
		padding-top: 15px;
		padding-bottom: 0px;
		margin-bottom: 20px;
	}
	.destination_layout {
		margin-bottom: 0;
		margin-top: 80px;
	}
	.custom-title {
        font-size: 16px;
		line-height: normal;
		text-transform: capitalize;
    }
	.testimonials_layout .right {
		padding-top: 0px;
		padding-bottom: 15px;
	}
	.testimonials_layout .left h4 {
		margin-top: -1px;
	}
	.testimonials_layout .testi-box-bottom p {
		font-size: 14px;
	}
	.testimonials_layout {
		padding-bottom: 50px;
		padding-top: 30px;
	}
	.video_section h1 {
		font-size: 35px;
	}
	.footer-top {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.plain_text_layout {
		margin-top: 30px;
	}
	.page-id-335 .destination_layout {
        margin-bottom: 0;
        margin-top: 30px;
    }
	.tour-ghy {
		display: inline-block;
		width: 100%;
	}
	.form-des h1 {
		margin-top: 0px;
	}
	.confom {
		margin-top: 30px;
	}
	.contact-info p {
		font-size: 14px;
	}
	.whatapp_x a img {
        width: 50px;
    }
    .menu-p {
        margin-top: -55px;
        margin-bottom: 18px;
    }
    .navbar-brand {
        height: auto;
        padding: 5px 0px;
    }
    .logo {
        display: inline-block;
        z-index: 999;
    }
    .two_column_welcome {
        margin-top: 0;
        margin-bottom: 20px;
    }
    #mega-menu-wrap-Primary-Menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
        margin-top: 24px;
    }
}
@media (max-width: 600px){
    .header-top .right {
        display: none;
    }
    .header-top .left {
        width: 100%;
        text-align: center;
        padding-bottom: 3px;
    }
    a.left-btn{
        width:100%;
        margin-bottom:15px;
        text-align:center;
    }
    .video_section {
        background-position: center;
    }
    .newsletter input {
        width: 65%;
        padding: 15px;
    }
    .newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit {
        width: 30%;
        padding: 15px;
    }
    .video_section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .title h1 {
        font-size: 26px;
    }
}
.slick-prev {
    left: 8px;
    z-index: 99;
}
.slick-next {
    right: 13px;
	z-index: 99;
}
.gal{
    margin-bottom: 30px;
}
.general {
    text-align: center;
    margin-bottom: 34px;
}
.page-template-gallery .hero-banner{
    display: none;
}
b, strong {
    color: #595959;
}
