#invoice{
    padding: 30px;
}
.form11 {
    height: 25px !important;
    font-size: 10px !important;
}
.invoice {
    position: relative;
    background-color: #FFF;
    min-height: 680px;
    padding: 15px;
}

.invoice header {
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2bb54;
}
.img-product {
    width: 72px;
    float: left;
    margin-left: 8px;
    margin-right: 0px;
    line-height: 38px;
}
.invoice .company-details {
    text-align: right;
}

.invoice .company-details .name {
    margin-top: 0;
    margin-bottom: 0;
}

.invoice .contacts {
    margin-bottom: 20px;
}

.invoice .invoice-to {
    text-align: left;
}

.invoice .invoice-to .to {
    margin-top: 0;
    margin-bottom: 0;
    font-size: revert;
}
.invoice .invoice-to .address {
    font-size: smaller;
}
.invoice .invoice-details {
    text-align: right;
}

.invoice .invoice-details .invoice-id {
    margin-top: 0;
    color: #3989c6;
}

.invoice main {
    padding-bottom: 50px;
}

.invoice main .thanks {
    margin-top: -100px;
    font-size: 2em;
    margin-bottom: 50px;
}

.invoice main .notices {
    padding-left: 6px;
    border-left: 6px solid #3989c6;
}

.invoice main .notices .notice {
    font-size: 1.2em;
}

.invoice table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
}

.invoice table td,.invoice table th {
    padding: 8px;
    background: #eee;
    border-bottom: 1px solid #fff;
}

.invoice table th {
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
}

.invoice table td h3 {
    margin: 0;
    font-weight: 400;
    color: #3989c6;
    font-size: 1.2em;
}

.invoice table .qty,.invoice table .total,.invoice table .unit {
    text-align: center;
    font-size: .9em;
}

.product id  {
    text-align: center;
}

.invoice table .no {
    color: #fff;
    font-size: 1.6em;
    background: #3989c6;
}

.invoice table .unit {
    background: #ddd;
}

.invoice table .total {
        background: #e2bb54;
    color: #000;
}

.invoice table tbody tr:last-child td {
    border: none;
}

.invoice table tfoot td {
    background: 0 0;
    border-bottom: none;
    white-space: nowrap;
    text-align: right;
    padding: 10px 20px;
    font-size: 1.2em;
    border-top: 1px solid #aaa;
}

.invoice table tfoot tr:first-child td {
    border-top: none;
}

.invoice table tfoot tr:last-child td {
    color: #000;
    font-size: 1.4em;
    border-top: 1px solid #3989c6;
}

.invoice table tfoot tr td:first-child {
    border: none
}

.invoice footer {
    width: 100%;
    text-align: center;
    color: #777;
    border-top: 1px solid #aaa;
    padding: 8px 0;
}

@media print {
    .invoice {
        font-size: 11px!important;
        overflow: hidden!important
    }

    .invoice footer {
        position: absolute;
        bottom: 10px;
        page-break-after: always
    }

    .invoice>div:last-child {
        page-break-before: always
    }
}
.cart-wrap {
    padding: 40px 0;
    font-family: 'Open Sans', sans-serif;
}
.main-heading {
    font-size: 19px;
    margin-bottom: 20px;
}
.table-cart table {
    width: 100%;
}
.table-cart thead {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
}
.table-cart thead tr th {
    padding: 8px 0 18px;
    color: #484848;
    font-size: 15px;
    font-weight: 400;
}
.table-cart tr td {
    padding: 22px 15px;
    vertical-align: middle;
}
.table-cart tr td:nth-child(1) {
    width: 12%;
}
.table-cart tr td:nth-child(2) {
    width: 12%;
}
.table-cart tr td:nth-child(3) {
    width: 32%;
}
.table-cart tr td:nth-child(4) {
    width: 18.667%;
    text-align: right;
}
.table-cart tr td .img-product {
    width: 72px;
    float: left;
    margin-left: 8px;
    margin-right: 31px;
    line-height: 63px;
}
.table-cart tr td .img-product img {
    width: 100%;
}
.table-cart tr td .name-product {
    font-size: 15px;
    color: #484848;
    padding-top: 8px;
    line-height: 24px;
    width: 50%;
}
.table-cart tr td .price {
    text-align: right;
    line-height: 64px;
    margin-right: 40px;
    color: #989898;
    font-size: 16px;
    font-family: 'Nunito';
}
.table-cart tr td .quanlity {
    position: relative;
}
.product-count .qtyminus,
.product-count .qtyplus {
    width: 34px;
    height: 34px;
    background: transparent;
    text-align: center;
    font-size: 19px;
    line-height: 34px;
    color: #000;
    cursor: pointer;
    font-weight: 600;
}
.product-count .qtyminus {
    line-height: 32px;
}
.product-count .qtyminus {
    border-radius: 3px 0 0 3px; 
}
.product-count .qtyplus {
    border-radius: 0 3px 3px 0; 
}
.product-count .qty {
    width: 60px;
    text-align: center;
    border: none;
}
.count-inlineflex {
    display: inline-flex;
    border: solid 2px #ccc;
    border-radius: 20px;  
}
.total {
    font-size: 24px;
    font-weight: 600;
    color: #8660e9;
}
.display-flex {
    display: flex;
}
.align-center {
    align-items: center;
}

.coupon-box {
    padding: 50px;
    text-align: center;
    border: 2px dotted #e5e5e5;
    border-radius: 10px;
    margin-top: 55px;
}
.coupon-box form input {
    display: inline-block;
    width: 264px;
    margin-right: 13px;
    height: 44px;
    border-radius: 25px;
    border: solid 2px #cccccc;
    padding: 5px 15px;
    font-size: 14px;
}
.coupon-box form input:focus {
    outline: none;
    box-shadow: none;
}
.product-count .form-control {
    background: #ffffff !important;
}
.button-3 {
    outline: none;
    padding: 11px 5px 11px 5px;
    text-align: center;
    border-radius: 0px;
    background: #faba40;
    border: 2px solid #faba40;
    color: #111;
    font-size: 10px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    width: 100%;
    float: right;
}
.round-black-btn {
    border-radius: 25px;
    background: #212529;
    color: #fff;
    padding: 8px 35px;
    display: inline-block;
    border: solid 2px #212529; 
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
}
.round-black-btn:hover,
.round-black-btn:focus {
    background: transparent;
    color: #212529;
    text-decoration: none;
}
.cart-totals {
    border-radius: 3px;
    border: 1px dashed #d5d5d5;
    padding: 25px;
}
.cart-totals h3 {
    font-size: 19px;
    color: #3c3c3c;
    letter-spacing: 1px;
    font-weight: 500;
}
.cart-totals table {
    width: 100%;
}
.cart-totals table tr th,
.cart-totals table tr td {
    width: 50%;
    padding: 3px 0;
    vertical-align: middle;
}
.cart-totals table tr td:last-child {
    text-align: right;
}
.cart-totals table tr td.subtotal {
    font-size: 20px;
    color: #6f6f6f;
}
.cart-totals table tr td.free-shipping {
    font-size: 14px;
    color: #6f6f6f;
}
.cart-totals table tr.total-row td {
    padding-top: 25px;
}
.cart-totals table tr td.price-total {   
    font-size: 20px;
    font-weight: 400;
    color: #faba40;
}
.btn-cart-totals {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
}
.btn-cart-totals .round-black-btn {
    margin: 10px 0; 
}


.collapse:not(.show) {
    display: contents !important;
}
@media (max-width: 1199px){
.bg-menu-nav2 {
    background: #38476000 !important;
    border-bottom: 1px solid #091d3d;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
    font-size: 12px !important;
}
.site-mobile-menu .site-nav-wrap a {
    padding: 4px 20px !important;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before{
    display: none !important;
}
.site-mobile-menu .site-nav-wrap > li {
    border-top: 1px solid #e2bb5470 !important;
}
}
.room-section {
    padding: 9rem 0;
    background-size: cover;
}
@media only screen and (max-width: 1199px) {
    .room-section {
    padding: 3rem 0;
    background-size: cover;
}
}
.fix_top1 {
    position: fixed;
    top: 160px;
    z-index: 99;
    right: 5px;
    /* min-height: 50px; */
    text-align: center;
    color: #fff414 !important;
}
.cart1 {
    display: inline-block;
    min-width: 10px;
    padding: 4px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #e2bb54;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #091d3d;
    border-radius: 13px;
    z-index: 1111111;
    position: relative;
    margin-top: 0px;
    margin-left: 22px;
}
.success111 {
    color: #000 !important;
    text-transform: uppercase !important;
    background-color: #e2bb54 !important;
    width: 40px;
    height: 40px;
    margin-top: -8px;
    /* font-size: x-small; */
    border-color: #e2bb54 !important;
    border-radius: 50px !important;
    box-shadow: 4px 0 20px -5px rgb(0 0 0 / 20%);
}
/* Base */
html {
  overflow-x: hidden; }

body {
	/*--
	font-family: 'Libre Baskerville', serif;
	font-family: 'Kanit', sans-serif;	
	font-family: 'Athiti', sans-serif;--*/
	font-family: 'Open Sans', sans-serif!important;
	background: #fff!important;	
	
}
iframe{
    width: 100%;
    max-height: 100%;
}

.carousel-wrap {
    margin: 0px auto;
    padding: 0 0%;
    width: 100%;
    position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100;
    padding: 5px;
    -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 35px;
    color: #f4f4f4;
}

.owl-nav i:hover {
    font-size: 35px;
    color: #335b2c;
}

.owl-nav .owl-prev {
    left: -20px;
}

.owl-nav .owl-next {
    right: -20px;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-dots {
    text-align: center;
    padding-top: 0px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #000;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
    outline: none;
}
@media only screen and (max-width: 768px) {

    
    .owl-nav .owl-prev {
        left: 25px !important;
    }

    .owl-nav .owl-next {
        right: 25px !important;
    }

    .owl-nav>div {
        margin-top: -26px;
        position: absolute;
        top: 50%;
        color: #59c4b1;
    }


}
.fix_top {
    position: fixed;
    bottom: 15px;
    z-index: 99;
    left: 15px;
    /* min-height: 50px; */
    text-align: left;
    color: #fff414 !important;
}
.font-about22{
    font-size: 24px;
    font-weight: bold;
    color: #4c4d4d;
    margin-bottom: 25px;
    line-height: 24px;
    padding: 15px;
    text-align: center;
    background: #ddd;
}

.tablecss>tbody>tr>td, .tablecss>tbody>tr>th, .tablecss>tfoot>tr>td, .tablecss>tfoot>tr>th, .tablecss>thead>tr>td, .tablecss>thead>tr>th {
 font-size: 14px;
}
.control2{
    color:#d3151d;
    font-size: 12px;
}

#inquire_adults-error.error{
  color:#d3151d;
  font-size: 12px;
  position: absolute;
  top: 45px;
  
}
#inquire_children-error.error{
  color:#d3151d;
  font-size: 12px;
  position: absolute;
  top: 45px;
  
}
#inquire_phonecode-error.error{
  color:#d3151d;
  font-size: 12px;
  position: absolute;
  top: 55px;
}
#inquire_country-error.error{
  color:#d3151d;
  font-size: 12px;
  position: absolute;
  top: 45px;
}
#booktour_guests-error.error{
  color:#d3151d;
  font-size: 12px;
  position: absolute;
  top: 45px;
}
#booktour_children-error.error{
  color:#d3151d;
  font-size: 12px;
  position: absolute;
  top: 45px;
}
#booktour_phonecode-error.error{
  color:#d3151d;
  font-size: 12px;
  position: absolute;
  top: 45px;
}
#booktour_country-error.error{
  color:#d3151d;
  font-size: 12px;
  position: absolute;
  top: 45px;
}
#booktour_medthod-error.error{
  color:#d3151d;
  font-size: 12px;
  position: absolute;
  top: 45px;
}
.banner-box{
    position: relative;
}
/**/
.texthead-box{
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
}

.h-1{
   text-align: center;
   margin-top: -30px;
   margin-bottom: 20px;
}
.h-1 a{
   color: #fff; 
}
.h-1 a:hover{
   color: #fff; 
}

.tourbar{
    background-color: rgba(0, 0, 0, 0.5);
    padding: 8px;
    color: #fff;
    width: 45%;
    font-size: 12px;
    text-align: center;
    position: absolute;
    top: 0px;
}

.font-login{
   text-align:justify; 
}
.font-login h3{
    font-family: "Times New Roman", Times, serif !important;
}
#font-login22{
    font-family: "Arial" !important;
    color: #002060;
}
/*
#demo{
    margin-top: -45px;
}
*/
/*-----------------------------------*/
/*--------------------------------*/
/*        popular_tours-new       */
/*--------------------------------*/
.fixed-popular-n1 {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.fixed-popular-n2{
    border-top: 1px solid #d0d0d0;
    padding: 10px 15px;
    background-color: #fff;
}
.font-fixed-popular1{
    font-size: 12px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 2px;
    color: #898989;
}
.font-fixed-popular2{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.21;
    color: #231f20;
}
.mg-fixed-popular1{
    margin-top: 10px
}
/*-----button-popular_tours -----*/
#button-popular-n {
    outline: none;
    padding: 12px 0px 12px 0px;
    text-align: center;
    border-radius: 0px;
    background: #faba40;
    border: 2px solid #faba40;
    color: #111;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    width: 100%;
    float: right;
}
#button-popular-n:hover {
    color: white;
    background: #f9ad1b;
    border: 2px solid #f9ad1b;
}


.icon-menu:before {
    content: "\e5d2";
    color: white;
}
.text-primary {
    color: #faba40!important;
}
a:focus, a:hover {
    color: #e2bb54!important;
    text-decoration: blink!important;
}
/*--------------------------------------*/
/*--------------------------------------*/
.block-pc-nav2 {
    display: none!important;
} 
@media (max-width: 767px) {
#demo{
    margin-top: 0px;
}
}     
@media (min-width: 1200px) {
	.block-pc-nav2 {
		display: block!important;
	} 
}
/*--------------------------------------*/
.block-pc-nav3 {
    display: none!important;
} 
    
@media (min-width:  992px) {
	.block-pc-nav3 {
		display: block!important;
	} 
	
	
	
	
	
}
/*--------------------------------------*/
.block-pc-nav4 {
    display: none!important;
} 
    
@media (min-width:  576px) {
	.block-pc-nav4 {
		display: block!important;
	} 
	
	
}
/*--------------------------------------*/
.block-pc-nav {
    display: none!important;
} 
    
@media (min-width: 1366px) {
.block-pc-nav {
    display: block!important;
	} 
}


/*--------------------------------------*/
/*--------------------------------------*/
/*--------------------------------------*/

.block-phone-nav2 {
    display: none!important;
} 
    
@media (max-width: 1199px) {
	.block-phone-nav2 {
		display: block!important;
	} 
	
	.bg-menu-nav1{
		background: #e2bb54;
		border-bottom: 2px solid #091d3d;
	}	
	.bg-menu-nav2{
		background: #384760;
		border-bottom: 1px solid #091d3d;
	}	
	
	
}

/*--------------------------------------*/
.block-phone-nav3 {
    display: none!important;
} 
    
@media (max-width: 991px) {
	.block-phone-nav3 {
		display: block!important;
	} 
	
	
	
/*------carousel----*/
figure.snip_carou {
	font-family: 'Raleway', Arial, sans-serif;
	color: #fff;
	position: relative;
	float: left;
	overflow: hidden;

    min-width: 1380px;
	/*--max-width: 310px;--*/
	width: 100%;
	text-align: center;
}
	
figure.snip_carou * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip_carou > .image {
    display: block;
    position: relative;
    padding: 0px 0px 0px 0px;
}
figure.snip_carou > .image img {
    width: 100%;
    border-radius: 0;
}
figure.snip_carou > .image:before {
  position: absolute;
  bottom: 0;
  content: '';
  background: #ffffff;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
}
figure.snip_carou figcaption {
  position: relative;
  background: #ffffff;
}
figure.snip_carou figcaption:before {
  position: absolute;
  width: 100%;
  background: #000000;
  height: 0px;
  bottom: 0;
  display: block;
  content: '';
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
figure.snip_carou h3,
figure.snip_carou p {
  margin: 0;
  display: inline-block;
  width: 100%;
}
figure.snip_carou h3 {
  padding: 10px 15px;
  background: #333333;
  text-transform: uppercase;
}
figure.snip_carou p {
  font-size: 0.9em;
  font-weight: 500;
  background: #ffffff;
  color: #4d4d4d;
  padding: 20px 40px 30px;
}
figure.snip_carou a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.snip_carou.blue h3,
figure.snip_carou.blue figcaption:before {
  background: #2980b9;
}
figure.snip_carou.red h3,
figure.snip_carou.red figcaption:before {
  background: #c0392b;
}
figure.snip_carou.yellow h3,
figure.snip_carou.yellow figcaption:before {
  background: #e67e22;
}
figure.snip_carou.navy h3,
figure.snip_carou.navy figcaption:before {
  background: #34495e;
}
figure.snip_carou:hover figcaption:before,
figure.snip_carou.hover figcaption:before {
  height: 10px;
}
/*--------------------------------*/
	

	
}


/*--------------------------------------*/
.block-phone-nav4 {
    display: none!important;
} 
    
@media (max-width: 575px) {
	.block-phone-nav4 {
		display: block!important;
	} 
}



/*--------------------------------------*/
.block-pc-nav5 {
    display: none!important;
} 
@media (min-width:  768px) {
	.block-pc-nav5 {
		display: block!important;
	} 
	
	
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    z-index: 6!important;
    width: 100%;
    padding-left: 0;
    text-align: center;
    list-style: none;
    margin: auto;
}
.carousel-thumbnails .carousel-indicators img {
  max-width: 100px;
  height: 50px;
  overflow: hidden;
  display: block;
}
	
	
}

/*--------------------------------------*/
.block-phone-nav5 {
    display: none!important;
} 
@media (max-width: 767px) {
	.block-phone-nav5 {
		display: block!important;
	} 
	
	
/*----popular----*/	
.size-carousel-popular{
	height: -webkit-fill-available;
    max-height: 320px;
    object-fit: cover;
    width: -webkit-fill-available;
}
/*----popular----*/	
	
	
	
	
.carousel-indicators {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 8!important;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    list-style: none;
}	
.carousel-thumbnails .carousel-indicators img {
  	max-width: 100px;
    height: 43px;
  	overflow: hidden;
	display: block;
}
	
.mg-popular-phone1 {
    margin-bottom: 0;
}	
	
	
	
/*--------------------------------*/
/*         popular_tours          */
/*--------------------------------*/
.scroll-horizontal {
  	overflow-x: scroll;
 	 overflow-y: hidden;
	display: block;
	width: 100%;
}

.image-group {
  	white-space: nowrap;
  	width: auto;
	padding-bottom: 18px;
}

/*--------------------------------*/	
/*--------------------------------*/
/*        carousel-phone          */
/*--------------------------------*/
.scroll-horizontal2 {
  	overflow-x: scroll;
	overflow-y: hidden;
	display: block;
	width: 100%;
}

.image-group2 {
  	white-space: nowrap;
  	width: auto;
	padding-bottom: 3px;
}	
	
	
	
	
	
	
	
	
}


/*--------------------------------------*/
/*--------------------------------------*/
.block-phone-nav {
    display: none!important;
} 
    
@media (max-width: 1365px) {
.block-phone-nav {
    display: block!important;
} 
		
	
	
}


/*-----------line-home------------*/
@media (min-width: 768px) {
	.line-home1{
		border-left: 1px solid #c8c8c8;
		border-right: 1px solid #c8c8c8;
	}
}

/*-------------------------------*/

/*--------------------------------------*/
/*      หน้าจอน้อยกว่า 575px // < phone     */
/*--------------------------------------*/
@media (max-width: 575px) {
	
	

/*--------------------------------*/
/*              font              */
/*--------------------------------*/
/*-----font-navbar------*/
.font-nav1{
    font-size: 15px;
    font-weight: 500;
    color: #e2bb54;
}

/*-----font-home------*/
.font-home1{
	font-size: 23px;
    font-weight: 500;
    color: #c8c8c8;
    text-align: center;
    margin-bottom: 8px;
}
.font-home2{
    font-size: 14px;
	font-weight: 500;
	color: #c8c8c8;
    text-align: center;
    margin-bottom: 25px;
}
.font-home3{
    font-size: 30px;
    font-weight: 500;
    color: #4c4d4d;
    text-align: center;
    line-height: initial;
    margin-bottom: 15px;
}
.font-home4{
	font-size: 15px;
	font-weight: 500;
	color: #4c4d4d;
	text-align: center;
}
/*-----font-home------*/
.font-home5{
    font-size: 30px;
    font-weight: 500;
    color: #1f1f1f;
    text-align: center;
    margin-bottom: 37px;
    z-index: 5;
    margin-top: -30px;
    background: white;
    width: auto;
    position: relative;
    display: inline-block;
    padding: 0px 0px 0px 0px;
}
.font-home6{
    font-size: 19px;
	font-weight: 500;
	color: #1f1f1f;
	text-align: center;
}
.font-home7{
    font-size: 14px;
    font-weight: 500;
    color: #7a7a7a;
    text-align: center;
    margin-bottom: 50px;
}
.font-home8{
    font-size: 17px;
	font-weight: 600;
	color: #1f1f1f;
	text-align: center;
	font-style: italic;		
	margin-bottom: 5px;
}
.font-home9{
    font-size: 17px;
    font-weight: 500;
    color: #1f1f1f;
    text-align: center;
    font-style: italic;
    line-height: 24px;
}
.font-home9 p{
    font-size: 14px;
    font-weight: 500;
    color: #1f1f1f;
    text-align: center;
    font-style: italic;
    line-height: 15px;
}


/*-----font-home-gallery-----*/
.font-gallery-h1{
    font-size: 20px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	font-family: "Times New Roman", Times, serif!important;
    text-shadow: 0 0 20px black;
}



/*-----font-home-book-----*/
.font-book-h1{
    font-size: 30px;
    font-weight: 500;
    color: #4c4d4d;
    text-align: center;
}
.font-book-h2{
	font-size: 15px;
    font-weight: 500;
    color: #4c4d4d;
    text-align: center;
    margin-bottom: 40px;
}
.font-book-h3{
    font-size: 45px;
    font-weight: 500;
    color: #faba40;
    margin-bottom: 0px;
}
.font-book-h4{
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: inherit;
    margin-bottom: 5px;
    padding-left: 0px;
}
.font-book-h5{
    font-size: 14px;
    font-weight: 500;
    color: #898787;
    padding-left: 0px;
}
.font-book-h6{
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    line-height: inherit;
    margin-bottom: 5px;
    padding-left: 0px;
}

/*-----font-home-tours-----*/
.font-tours-h1{
    font-size: 30px;
    font-weight: 500;
    color: #4c4d4d;
    text-align: center;
    margin-bottom: 20px;
}
.font-tours-h2{
    font-size: 10px;
	font-weight: 500;
	color: #818182;
    margin-bottom: 5px;	
}
.font-tours-h3{
    font-size: 15px;
    font-weight: 500;
    color: #4c4d4d;
    margin-bottom: 3px;
    display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden; height: 20px;
}
.font-tours-h3:hover{
    color: #fabc47;
}
.font-tours-h4{
	font-size: 18px;
    font-weight: 600;
    color: #111111;
    margin-top: -5px;
}
.font-tours-h5{
    font-size: 12px;
    font-weight: 500;
    color: #4c4d4d;
    margin-bottom: 5px; 
    display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden; height: 38px;
    text-align:inherit;
 
 
}

/*--------------------------------*/
.font-tours-High1{
    font-size: 30px;
    font-weight: 500;
    color: #faba40;
    text-align: center;
    margin-bottom: 40px;
}
/*-----font-home-news-----*/
.font-new-h1{
    font-size: 30px;
    font-weight: 500;
    color: #4c4d4d;
    text-align: center;
    margin-bottom: 20px;	
}
.font-new-h2{
    font-size: 17px;
    font-weight: 500;
    color: #444444;
    margin-bottom: 0px;
}
.font-new-h2:hover{
    color: #faba40;
}
.font-new-h3{
    font-size: 14px;
    font-weight: 500;
    color: #4c4d4d;
    margin-bottom: 20px;
    height: 80px;
}



/*-----font-footer------*/
.font-footer1{
    font-size: 27px;
    font-weight: 500;
    color: #faba40;
    text-align: center;
    /* padding: 40px 0px 30px 0px; */
    /* margin-bottom: 20px; */
    position: absolute;
    /* margin: 0 auto; */
    text-align: center;
    display: block;
    /* background: #091d3d; */
    left: 0;
    right: 0;
}
.font-footer2{
    font-size: 22px;
    font-weight: 500;
    color: #faba40;
    margin-bottom: 20px;	
}
.font-footer3{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
	margin-bottom: 15px;	
}
.font-footer4{
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
}
.font-footer4:hover{
    color: #faba40;
}
.font-footer5{
    font-size: 22px;
    font-weight: 500;
    color: #faba40;
	margin-top: 20px;
    margin-bottom: 10px;	
}


/*-----font-navbar------*/
.font-navbar1{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    font-family: "Times New Roman", Times, serif !important;
	text-shadow: 0 0 20px black;
}
.font-navbar2{
    font-size: 34px;
    font-size: 34px;
    font-weight: 500;
    color: #fff;
    font-family: "Times New Roman", Times, serif !important;
	text-shadow: 0 0 20px black;
}
/*--------*/
.font-navbar3{
    font-size: 18px;
    font-weight: 500;
    color: #faba40;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
/*--------*/
.font-navbar4{
    font-size: 14px;
    font-weight: 500;
    color: #9c9c9c;
    margin-bottom: 15px;
}
.font-navbar5{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
	margin-bottom: 15px;
}
.font-navbar5:hover{
    color: #faba40;
}
.font-navbar6{
    font-size: 12px;
    font-weight: 500;
	margin-bottom: 0px;
}
.font-navbar7{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
	margin-bottom: 0px;
}

.font-navbar8 a{
    color: #9c9c9c;
}
.font-navbar8 a:hover{
    color: #faba40;
}


/*-----font-banner------*/
.font-banner1{
    font-size: 44px;
    font-weight: 500;
    color: #fff;	
	margin-bottom: 10px;
}
.font-banner2{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

/*------font-about-us-----*/
.font-about1{
    font-size: 30px;
    font-weight: 500;
    color: #484848;
    margin-bottom: 20px;
    line-height: 35px;
}
.font-about2{
    font-size: 14px;
    font-weight: 500;
    color: #4c4d4d;
    margin-bottom: 15px;
    line-height: 24px;
}
.font-about3{
    font-size: 30px;
    font-weight: 500;
    color: #353535;
    margin-bottom: 25px;
    text-align: center;
}
.font-about4{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}
.font-about5{
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
.font-about6{
    font-size: 30px;
    font-weight: 500;
    color: #231f26;
    margin-bottom: 35px;
    line-height: inherit;
}
/*--------------------------------*/
.font-about7{
    font-size: 30px;
    font-weight: 500;
    color: #4c4d4d;
    margin-bottom: 15px;
    text-align: center;
}
.font-about8{
    font-size: 14px;
    font-weight: 500;
    color: #4c4d4d;
    margin-bottom: 40px;
    text-align: center;
    line-height: 22px;
}
.font-about9{
    font-size: 19px;
    font-weight: 500;
    color: #191919;
    margin-bottom: 5px;
}
.font-about10{
    font-size: 13px;
    font-weight: 500;
    color: #aaa9a9;
    margin-bottom: 8px;
}
.font-about11{
    font-size: 14px;
    font-weight: 500;
    color: #5e5e5e;
    line-height: 21px;
}
.font-about12{
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-bottom: 50px;
}
.font-about13{
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
.font-about14{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}



/*------font-about-us-----*/
.font-contact1{
    font-size: 30px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
}
.font-contact2{
    font-size: 19px;
    font-weight: 600;
    color: #2f2f2f;
    margin-bottom: 15px;
}
.font-contact3{
    font-size: 14px;
    font-weight: 500;
    color: #7f7f7f;
}
.font-contact4{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;	
}
/*--------------------------------*/
.font-contact5{
    font-size: 18px;
    font-weight: 500;
    color: #2f2f2f;
    margin-bottom: 23px;	
}
.font-contact6{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 8px;
}

/*------font-faqs-----*/
.font-faqs1{
    font-size: 14px;
    font-weight: 500;
    color: #696969;
    line-height: 25px;
    margin-top: 15px;
}
.font-faqs2{
    font-size: 25px;
    font-weight: 500;
    color: #231f20;
    margin-bottom: 25px;
}
.font-faqs3{
    font-size: 15px;
    font-weight: 500;
    color: #2f2f2f;
}
.font-faqs3:hover{
    color: #faba40;
}
.font-faqs4{
    font-size: 25px;
    font-weight: 500;
    color: #231f20;
    margin-bottom: 10px;
}
.font-faqs5{
    font-size: 15px;
    font-weight: 500;
    color: #696969;
	margin-bottom: 30px;
}
.font-faqs6{
    font-size: 14px;
    font-weight: 500;
    color: #696969;
	text-align: center;
}
.font-faqs7{
    font-size: 25px;
    font-weight: 500;
    color: #231f20;
    margin-bottom: 10px;
	text-align: center;
}
/*--------------------------------*/
.font-faqs8{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;	
}
.font-banner9 {
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}




/*------font-destina----*/
.font-destina1{
    color: #fff;
    font-size: 26px;
    font-weight: 500;
}
/*------*/
.font-destina2{
    color: #252830;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
    line-height: initial;
}
.font-destina3{
    font-size: 15px;
    font-weight: 500;
    color: #696969;
    margin-bottom: 30px;
    line-height: 22px;	
}
.font-destina4{
    color: #000;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
}
.font-destina5{
    font-size: 15px;
    font-weight: 500;
    color: #696969;
    text-align: center;
    margin-top: -5px;
}
/*------*/
.font-destina6{
    color: #231f20;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}
.font-destina7{
    color: #2f2f2f;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.font-destina8{
	font-size: 14px;
    font-weight: 500;
    color: #696969;
    text-align: center;
    line-height: 21px;
}
.font-destina9{
    color: #000;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 12px;
}
.font-destina10{
    font-size: 14px;
    font-weight: 500;
    color: #696969;
    text-align: center;
    margin-bottom: 12px;	
}
.font-destina11{
    color: #2f2f2f;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-top: 12px;
}
/*--------------------------------*/

.font-destina12{
    font-size: 14px;
    font-weight: 500;
    color: #231f20;
    text-align: left;
    margin-top: 12px;
    margin-bottom: 12px;
}
.font-destina13{
    color: #252830;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}


/*--------------------------------*/
.font-banner-des1{
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    font-family: "Times New Roman", Times, serif !important;
    text-shadow: 0 0 20px black;
}
.font-banner-des2{
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    font-family: "Times New Roman", Times, serif !important;
    text-shadow: 0 0 20px black;
}

/*------font-carousel----*/
.font-carousel1{
    color: #7c7c7c;
    font-size: 12px;
    font-weight: 500;
    margin-top: 12px;
	text-align: left;
}

/*------font-activities----*/
.font-activi1{
    color: #7c7c7c;
	font-size: 14px;
    font-weight: 500;
}

.font-activi2{
    color: #000;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px;
    line-height: inherit;
}
.font-activi3{
    color: #3e3e3e;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    line-height: 23px;
}
.font-activi4{
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
}


/*------font-popular-----*/
.font-popular1{
    color: #868686;
    font-size: 15px;
    font-weight: 500;
    margin-right: 24px;
}
.font-popular2{
    color: #898989;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
}
.font-popular3{
    color: #898989;
    font-size: 12px;
    font-weight: 600;
    background-color: #f1f1f1;
    margin-left: 10px;
    padding: 2px 9px;
    letter-spacing: 0.5px;
}

.font-popular4{
    color: #231f20;
    font-size: 25px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 15px;
}
.font-popular5{
    color: #696969;
    font-size: 14px;
    font-weight: 500;
}
.font-popular5 p{
    color: #696969;
    font-size: 14px;
    font-weight: 500;
}
.font-popular55{
    color: #000;
    font-size: 13px;
    font-weight: 500;
}
.font-popular55 p{
    color: #000;
    font-size: 13px;
    font-weight: 500;
}
.font-popular6{
    color: #212529;
    font-size: 25px;
    font-weight: 500;
    margin-top: 17px;
    margin-bottom: 6px;
    font-family: "Times New Roman", Times, serif !important;
}
.font-popular7{
    color: #464646;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
/*--------------------------------*/
.font-popular8{
    color: #231f20;
    font-size: 20px;
    font-weight: 600;
    padding: 13px 28px 13px 28px;
}
.font-popular9{
    color: #616161;
    font-size: 13px;
    font-weight: 500;
}
.font-popular10{
    color: #faba40;
    font-size: 13px;
    font-weight: 500;
}
.font-popular11{
    color: #898989;
    font-size: 10px;
    /*letter-spacing: 1px;*/
    font-weight: 600;
}
.font-popular12{
    color: #231f20;
    font-size: 16px;
    font-weight: 600;
    margin-top: -3px;
}
.font-popular13{
    color: #484848;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
}
.font-popular14{
    color: #696969;
    font-size: 13px;
    font-weight: 500;
}
/*--------------------------------*/
.font-popular15{
    color: #212529;
    font-size: 25px;
    font-weight: 500;
    margin-top: 60px;
    margin-bottom: 20px;
    font-family: "Times New Roman", Times, serif !important;
}

.font-popular16{
    color: #212529;
    font-size: 16px;
    margin-top: 70px;
    margin-bottom: 20px;
    font-family: "Times New Roman", Times, serif !important;
    text-align: right;
}
/*------font-blog-----*/
.font-blog1{
	color: #424243;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
	padding-top: 100px;
   font-family: "Times New Roman", Times, serif !important;
}
.font-blog2{
    color: #b7b7b7;
	font-size: 13px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 70px;
    letter-spacing: 1px;
    line-height: 21px;
}
.font-blog3{
    color: #cea525;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.font-blog4{
    color: #424243;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}
.font-blog5{
    color: #999999;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 18px;
}
.font-blog6{
    color: #656565;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 25px;
}
.font-blog7{
    color: #656565;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
	margin-top: 15px;
}
.font-blog8{
    color: #656565;
    font-size: 13px;
    font-weight: 500;
    margin-left: 10px;
}
.font-blog9{
    color: #000;
    font-size: 17px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 15px;
}
.font-blog10{
    color: #bb992e;
    font-size: 14px;
    font-weight: 600;
}
.font-blog10:hover{
    color: #bb992e;
    font-size: 15px;
    font-weight: 600;
}
.font-blog11{
    color: #353535;
    font-size: 16px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 35px;
}
.font-blog12{
    color: #999;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 25px;
}
.font-blog13{
    font-size: 15px;
    font-weight: 500;
    color: #999;
    margin-bottom: 8px;
}


/*------font-gallery-----*/
.font-gallery1{
    color: #363636;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.font-gallery2{
	font-size: 15px;
    font-weight: 600;
    color: #363636;
    margin-top: 6px;
}
/*------font-package-----*/
.font-package1{
    color: #363636;
    font-size: 24px;
    font-weight: 500;
}
.font-package2{
    font-size: 15px;
    font-weight: 500;
	color: #3e3e3e;
}




/*------font-inquire-----*/
.font-inquire1{
	color: #000;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
}
.font-inquire2{
    color: #696969;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}
.font-inquire3{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
.font-inquire4{
    color: #231f20;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 15px;
}
.font-inquire5{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
/*--------------------------------*/
.font-inquire6{
    color: #000;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 18px;
}
.font-inquire7{
    color: #696969;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 45px;
    margin-left: 0px;
    margin-right: 0px;
}

	

	
/*--------------------------------*/
/*           carousel             */
/*--------------------------------*/
.bg-carousel2{
    background-image: url(../images/home/img-carousel1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 400px 0px 300px 0px;
}	
.size-img-carousel1{
    width: -webkit-fill-available;
}
/*--------------------------------*/
/*              home              */
/*--------------------------------*/
.border-h1{
    border: 1px solid #ddd;
    padding: 0px 15px 70px 15px;
}	
	
.pd-home2{
    padding: 0px 25px 0px 25px!important;
}
.pd-home3{
    padding: 0px 25px 0px 25px!important;
}
.pd-home4{
    padding: 0px 25px 0px 25px!important;
}	
.bg-home1{
	background: #091d3d;
    padding: 35px 0px 25px 0px;
}	
	
	
/*--------book-home-------*/
.bg-book-h1{
    background: #091d3d;
    padding: 25px 30px 15px 30px;
    height: auto;
    margin-bottom: 15px;
}	
/*--------book-home-------*/
.bg-book-h2{
    background: #091d3d;
    padding: 25px 30px 15px 30px;
    height: auto;
    background-image: url(../images/home/bg-book-h1.png);
    background-size: cover;
	margin-bottom: 15px;
}	
	
/*--------tour--home------*/	
.line-tour1{
	content: '';
    height: 32px;
    width: 1px;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: #ddd;
    position: absolute;
    -webkit-transform: skew(-40deg);
    -ms-transform: skew(-40deg);
    transform: skew(-40deg);
    display: -webkit-inline-box;
    margin-top: 0px;
}	
	
/*--------------------------------*/
/*            footer              */
/*--------------------------------*/
.mg-footer1{
    padding: 10px 0px 30px 0px;
}	
.pd-footer1{
	padding: 20px 0px 0px 0px;
}	
	
/*--------------------------------*/
/*             navbar             */
/*--------------------------------*/
.pd-nav1{
    margin-top: 20px!important;
    margin-bottom: 20px!important;
    margin: inherit;
}
.pd-nav2{
    margin-top: 10px!important;
    margin-bottom: 10px!important;
	margin: 0 auto;
}	
/*--------------------------------*/
/*           carousel             */
/*--------------------------------*/
.ct-carousel1{
    z-index: 5;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: -330px;
    margin-bottom: 249px;
    left: 0px;
    right: 0px;
    /* top: 50%; */
    /* transform: translateY(-40%); */
}
#demo1{
    position: relative;
}
.ct-carousel2{
    position: absolute;
    z-index: 5;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    top: 35%;
    /* transform: translateY(-40%); */
} 
/*--------------------------------*/
/*          destinations          */
/*--------------------------------
.banner-destina1{
    background-image: url(../images/faqs/banner.png);
    background-size: cover;
    padding: 170px 0px 170px 0px;
	text-align: center;
}	
.banner-about1{
    background-image: url(../images/faqs/banner.png);
    background-size: cover;
    padding: 170px 0px 170px 0px;
	text-align: center;
}*/	
/*-----button-destinations-----*/
#button-destina2 {	
    margin-top: 25px;	
    width: 100%;
}
.bg-destina4{
	text-align: center;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    padding: 30px 35px 30px 35px;
    margin-bottom: 30px;
}	
.bg-destina2{
	background: #f2f2f2;
    padding: 44px 0px 30px 0px;
    margin-top: 50px;	
}	
/*--------------------------------*/	
figure.snip0069 > .image img {
    width: 32%;
    border-radius: 50%;
}	
	
/*--------------------------------*/
/*           activities           */
/*--------------------------------*/
.pd-activities1{
    padding: 5px 11px 0px 11px;
    border-right: none;
    background: #fff;
    margin-bottom: 12px;
    margin-left: 6px;
    margin-right: 6px;
}
.pd-activities2{
    padding: 30px 10px 0px 10px;
}		
#button-activi2 {
    padding: 14px 0px 14px 0px;
}	
.bg-activities3{
    background: #f4f4f4;
    padding: 40px 0px 40px 0px;
    margin-bottom: 65px;
}
.mg-activi1{
    margin-bottom: 45px;
	text-align: left;
}	
/*--------------------------------*/
/*             blog               */
/*--------------------------------*/
.pd-blog1{
	padding-left: 2px!important;
}
.pd-blog2{
	padding-right: 2px!important;
}
.form-blog2{
	color: #fff;
    background: #000000;
	box-shadow: none;
    padding: 6px 15px 6px 15px;
    margin-top: 0px;
	margin-bottom: 0px;
    border:none;
}
.bg-blog1{
    margin-bottom: 50px;
    border: 1px solid #ebebeb;
    padding: 28px 25px;
    box-sizing: border-box;
}	
/*-----button-blog-----*/
#button-blog1 {
    outline: none;
    padding: 6px 20px 6px 20px;
    text-align: center;
    border-radius: 0px;
    background: #d19b41;
    border: 2px solid #d19b41;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    width: fit-content;
    margin: 0 auto;
    margin-top: 23px;
}	
.bg-blog2{
	background: #000000d9;
    padding: 16px;
    margin-top: -148px;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}	
/*--------------------------------*/
/*             about              */
/*--------------------------------*/
.mg-about1{
    margin-top: 20px;
    margin-bottom: 30px;
}	
.mg-about2{
    margin-bottom: 30px;
}	
.bg-about1{
    background-image: url(../images/about/img-about22.png);
    background-size: cover;
    padding: 50px 20px 50px 20px;
	text-align: center;
    height: auto;	
	margin-bottom: 15px;
    color: #fff;
    background: #091d3d;
}	
.bg-about2{
    background: #f1f1f1;
    padding: 40px 0px 40px 0px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.pd-about1{
	padding-left: 15px!important;
}
.pd-about2{
	padding-right: 15px!important;
}	
.bg-about4{
    background-image: url(../images/about/img-about8.jpg);
    background-size: cover;
    padding: 50px 0px 40px 0px;
	margin-top: 50px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;	
}	
.pd-about3{
    padding: 13px 26px 15px 26px;
}	
	
/*--------------------------------*/
/*             login              */
/*--------------------------------*/
.mg-login1{
    padding-top: 50px;
    padding-bottom: 70px;
}
	
/*--------------------------------*/
/*            contact             */
/*--------------------------------*/
.bg-contact2{
	background: #ffffff;
    padding: 35px 15px 40px 15px;
}	
.mg-contact1{
    margin-bottom: 30px;
}	
.map-contact1{
    padding-top: 59px;
    margin-bottom: -6px;
}	
	
/*--------------------------------*/
/*             faqs               */
/*--------------------------------*/
.pd-faqs1{
    padding-left: 15px!important;
    padding-right: 15px!important;
}	
hr.line-faqs1 {
    margin-top: 50px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #d8d8d8;
}
	
	
	
/*--------------------------------*/
/*         home - gallery         */
/*--------------------------------*/
.pd-gallery-h1{
	padding: 5px!important;
}	
.mg-gallery-h1{
    margin-left: -10px!important;
    margin-right: -10px!important;
}		
/*--------------------------------*/
/*         popular_tours          */
/*--------------------------------*/
.mg-popular1{
    margin-top: 0px;
}	
.mg-popular2{
    margin-top: 60px;
}	
/*--------------------------------*/
.pd-popular-carousel1 {
    padding-top: 59px;
}
.bg-popular1{
    background: #fff;
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.15);
    padding: 18px 0px 0px 0px;
    margin-bottom: 0px;
}
	
	
	
/*--------------------------------*/
/*            inquire             */
/*--------------------------------*/
.bg-inquire1{
    background: #f5f5f5;
    padding: 50px 0px 0px 0px;
}	
hr.line-inquire1 {
    margin-top: 20px;
    margin-bottom: 0px;
    background-color: #dfdfdf;
    height: 4px;
    border-left: 87px solid #faba40;
}
hr.line-inquire2 {
    margin-top: 20px;
    margin-bottom: 0px;
    background-color: #dfdfdf;
    height: 4px;
    border-left: 260px solid #faba40;
}	
.bg-inquire2{
    background: #ffffff;
    padding: 40px 12px 40px 12px;
    margin-bottom: 50px;
}	
	
	
/*--------------------------------*/
/*            gallery             */
/*--------------------------------
.banner-gallery1{
    background-image: url(../images/gallery/banner.png);
    background-size: cover;
	padding: 170px 0px 170px 0px;
	text-align: center;
}*/
/*--------------------------------*/
/*            package             */
/*--------------------------------
.banner-package1{
    background-image: url(../images/package/banner_package1.png);
    background-size: cover;
	padding: 170px 0px 170px 0px;
	text-align: center;
}	
*/	
	
	
/*--------------------------------*/
/*        News and Special        */
/*--------------------------------*/
.bg-new-h2{
    background: #f4f4f4;
    padding: 15px 15px 15px 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}
	
	
	
	
/*------carousel----*/
figure.snip_carou {
	left: -510px;
}	
	
	
/*-----button-home--Best Selling Tours---*/
.button-tours-h1 {
    font-size: 13px;
}	
/*------tours-home------*/
.pd-tours-h-new1{
	padding-left: 15px;
}
.pd-tours-h-new2{
	padding-left: 15px;
	padding-right: 15px;
}	
	
	
	
	
	
	
}

/*--------------------------------------*/
/*  หน้าจอเท่ากับหรือมากกว่า 576px // > phone */
/*--------------------------------------*/
@media (min-width: 576px) {
	
	
	

/*--------------------------------*/
/*              font              */
/*--------------------------------*/
/*-----font-navbar------*/
.font-nav1{
    font-size: 15px;
    font-weight: 500;
    color: #e2bb54;
}

/*-----font-home------*/
.font-home1{
	font-size: 23px;
    font-weight: 500;
    color: #c8c8c8;
    text-align: center;
    margin-bottom: 8px;
}
.font-home2{
    font-size: 14px;
	font-weight: 500;
	color: #c8c8c8;
    text-align: center;
    margin-bottom: 25px;
}
.font-home3{
    font-size: 30px;
    font-weight: 500;
    color: #4c4d4d;
    text-align: center;
    line-height: initial;
    margin-bottom: 15px;
}
.font-home4{
	font-size: 15px;
	font-weight: 500;
	color: #4c4d4d;
	text-align: center;
}
/*-----font-home------*/
.font-home5{
    font-size: 30px;
    font-weight: 500;
    color: #1f1f1f;
    text-align: center;
    margin-bottom: 37px;
    z-index: 5;
    margin-top: -30px;
    background: white;
    width: auto;
    position: relative;
    display: inline-block;
    padding: 0px 0px 0px 0px;
}
.font-home6{
    font-size: 19px;
	font-weight: 500;
	color: #1f1f1f;
	text-align: center;
}
.font-home7{
    font-size: 14px;
    font-weight: 500;
    color: #7a7a7a;
    text-align: center;
    margin-bottom: 50px;
}
.font-home8{
    font-size: 17px;
	font-weight: 600;
	color: #1f1f1f;
	text-align: center;
	font-style: italic;		
	margin-bottom: 5px;
}
.font-home9{
    font-size: 17px;
    font-weight: 500;
    color: #1f1f1f;
    text-align: center;
    font-style: italic;
    line-height: 24px;
}

.font-home9 p{
    font-size: 14px;
    font-weight: 500;
    color: #1f1f1f;
    text-align: center;
    font-style: italic;
    line-height: 15px;
}

/*-----font-home-gallery-----*/
.font-gallery-h1{
    font-size: 20px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	font-family: "Times New Roman", Times, serif!important;
    text-shadow: 0 0 20px black;
}



/*-----font-home-book-----*/
.font-book-h1{
    font-size: 30px;
    font-weight: 500;
    color: #4c4d4d;
    text-align: center;
}
.font-book-h2{
	font-size: 15px;
    font-weight: 500;
    color: #4c4d4d;
    text-align: center;
    margin-bottom: 40px;
}
.font-book-h3{
    font-size: 45px;
    font-weight: 500;
    color: #faba40;
    margin-bottom: 0px;
}
.font-book-h4{
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: inherit;
    margin-bottom: 5px;
    padding-left: 0px;
}
.font-book-h5{
    font-size: 14px;
    font-weight: 500;
    color: #898787;
    padding-left: 0px;
}
.font-book-h6{
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    line-height: inherit;
    margin-bottom: 5px;
    padding-left: 0px;
}

/*-----font-home-tours-----*/
.font-tours-h1{
    font-size: 30px;
    font-weight: 500;
    color: #4c4d4d;
    text-align: center;
    margin-bottom: 20px;
}
.font-tours-h2{
    font-size: 10px;
	font-weight: 500;
	color: #818182;
    margin-bottom: 5px;	
}
.font-tours-h3{
    font-size: 15px;
    font-weight: 500;
    color: #4c4d4d;
    margin-bottom: 3px;
    display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden; height: 20px;
}
.font-tours-h3:hover{
    color: #fabc47;
}
.font-tours-h4{
	font-size: 18px;
    font-weight: 600;
    color: #111111;
    margin-top: -5px;
}
.font-tours-h5{
    font-size: 12px;
    font-weight: 500;
    color: #4c4d4d;
    margin-bottom: 5px; 
    display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden; height: 38px;
    text-align:inherit;
 
 
 
}

/*--------------------------------*/
.font-tours-High1{
    font-size: 30px;
    font-weight: 500;
    color: #faba40;
    text-align: center;
    margin-bottom: 40px;
}
/*-----font-home-news-----*/
.font-new-h1{
    font-size: 30px;
    font-weight: 500;
    color: #4c4d4d;
    text-align: center;
    margin-bottom: 20px;
}
.font-new-h2{
    font-size: 17px;
    font-weight: 500;
    color: #444444;
    margin-bottom: 0px;
}
.font-new-h2:hover{
    color: #faba40;
}
.font-new-h3{
    font-size: 14px;
    font-weight: 500;
    color: #4c4d4d;
    margin-bottom: 20px;
    height: 80px;
}



/*-----font-footer------*/
.font-footer1{
    font-size: 27px;
    font-weight: 500;
    color: #faba40;
    text-align: center;
    /* padding: 40px 0px 30px 0px; */
    /* margin-bottom: 20px; */
    position: absolute;
    /* margin: 0 auto; */
    text-align: center;
    display: block;
    /* background: #091d3d; */
    left: 0;
    right: 0;
}
.font-footer2{
    font-size: 22px;
    font-weight: 500;
    color: #faba40;
    margin-bottom: 20px;	
}
.font-footer3{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
	margin-bottom: 15px;	
}
.font-footer4{
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
}
.font-footer4:hover{
    color: #faba40;
}
.font-footer5{
    font-size: 22px;
    font-weight: 500;
    color: #faba40;
	margin-top: 20px;
    margin-bottom: 10px;	
}


/*-----font-navbar------*/
.font-navbar1{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    font-family: "Times New Roman", Times, serif !important;
	text-shadow: 0 0 20px black;
}
.font-navbar2{
    font-size: 34px;
    font-weight: 500;
    color: #fff;
    font-family: "Times New Roman", Times, serif !important;
	text-shadow: 0 0 20px black;
}
/*--------*/
.font-navbar3{
    font-size: 18px;
    font-weight: 500;
    color: #faba40;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
/*--------*/
.font-navbar4{
    font-size: 14px;
    font-weight: 500;
    color: #9c9c9c;
    margin-bottom: 15px;
}
.font-navbar5{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
	margin-bottom: 15px;
}
.font-navbar5:hover{
    color: #faba40;
}
.font-navbar6{
    font-size: 12px;
    font-weight: 500;
	margin-bottom: 0px;
}
.font-navbar7{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
	margin-bottom: 0px;
}

.font-navbar8 a{
    color: #9c9c9c;
}
.font-navbar8 a:hover{
    color: #faba40;
}


/*-----font-banner------*/
.font-banner1{
    font-size: 44px;
    font-weight: 500;
    color: #fff;	
	margin-bottom: 10px;
}
.font-banner2{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

/*------font-about-us-----*/
.font-about1{
    font-size: 30px;
    font-weight: 500;
    color: #484848;
    margin-bottom: 20px;
    line-height: 35px;
}
.font-about2{
    font-size: 14px;
    font-weight: 500;
    color: #4c4d4d;
    margin-bottom: 15px;
    line-height: 24px;
}
.font-about3{
    font-size: 30px;
    font-weight: 500;
    color: #353535;
    margin-bottom: 25px;
    text-align: center;
}
.font-about4{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}
.font-about5{
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
.font-about6{
    font-size: 30px;
    font-weight: 500;
    color: #231f26;
    margin-bottom: 35px;
    line-height: inherit;
}
/*--------------------------------*/
.font-about7{
    font-size: 30px;
    font-weight: 500;
    color: #4c4d4d;
    margin-bottom: 15px;
    text-align: center;
}
.font-about8{
    font-size: 14px;
    font-weight: 500;
    color: #4c4d4d;
    margin-bottom: 40px;
    text-align: center;
    line-height: 22px;
}
.font-about9{
    font-size: 19px;
    font-weight: 500;
    color: #191919;
    margin-bottom: 5px;
}
.font-about10{
    font-size: 13px;
    font-weight: 500;
    color: #aaa9a9;
    margin-bottom: 8px;
}
.font-about11{
    font-size: 14px;
    font-weight: 500;
    color: #5e5e5e;
    line-height: 21px;
}
.font-about12{
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-bottom: 50px;
}
.font-about13{
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
.font-about14{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}



/*------font-about-us-----*/
.font-contact1{
    font-size: 30px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
}
.font-contact2{
    font-size: 19px;
    font-weight: 600;
    color: #2f2f2f;
    margin-bottom: 15px;
}
.font-contact3{
    font-size: 14px;
    font-weight: 500;
    color: #7f7f7f;
}
.font-contact4{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;	
}
/*--------------------------------*/
.font-contact5{
    font-size: 18px;
    font-weight: 500;
    color: #2f2f2f;
    margin-bottom: 23px;	
}
.font-contact6{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 8px;
}

/*------font-faqs-----*/
.font-faqs1{
    font-size: 14px;
    font-weight: 500;
    color: #696969;
    line-height: 25px;
    margin-top: 15px;
}
.font-faqs2{
    font-size: 25px;
    font-weight: 500;
    color: #231f20;
    margin-bottom: 25px;
}
.font-faqs3{
    font-size: 15px;
    font-weight: 500;
    color: #2f2f2f;
}
.font-faqs3:hover{
    color: #faba40;
}
.font-faqs4{
    font-size: 25px;
    font-weight: 500;
    color: #231f20;
    margin-bottom: 10px;
}
.font-faqs5{
    font-size: 15px;
    font-weight: 500;
    color: #696969;
	margin-bottom: 30px;
}
.font-faqs6{
    font-size: 14px;
    font-weight: 500;
    color: #696969;
	text-align: center;
}
.font-faqs7{
    font-size: 25px;
    font-weight: 500;
    color: #231f20;
    margin-bottom: 10px;
	text-align: center;
}
/*--------------------------------*/
.font-faqs8{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;	
}
.font-banner9 {
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}




/*------font-destina----*/
.font-destina1{
    color: #fff;
    font-size: 26px;
    font-weight: 500;
}
/*------*/
.font-destina2{
    color: #252830;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
    line-height: initial;
}
.font-destina3{
    font-size: 15px;
    font-weight: 500;
    color: #696969;
    margin-bottom: 30px;
    line-height: 22px;	
}
.font-destina4{
    color: #000;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
}
.font-destina5{
    font-size: 15px;
    font-weight: 500;
    color: #696969;
    text-align: center;
    margin-top: -5px;	
}
/*------*/
.font-destina6{
    color: #231f20;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}
.font-destina7{
    color: #2f2f2f;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.font-destina8{
	font-size: 14px;
    font-weight: 500;
    color: #696969;
    text-align: center;
    line-height: 21px;
}
.font-destina9{
    color: #000;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 12px;
}
.font-destina10{
    font-size: 14px;
    font-weight: 500;
    color: #696969;
    text-align: center;
    margin-bottom: 12px;	
}
.font-destina11{
    color: #2f2f2f;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-top: 12px;
}
/*--------------------------------*/

.font-destina12{
    font-size: 14px;
    font-weight: 500;
    color: #231f20;
    text-align: left;
    margin-top: 12px;
    margin-bottom: 12px;
}
.font-destina13{
    color: #252830;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}


/*--------------------------------*/
.font-banner-des1{
    font-size: 60px;
    font-weight: 500;
    color: #fff;
    font-family: "Times New Roman", Times, serif !important;
    text-shadow: 0 0 20px black;
}
.font-banner-des2{
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    font-family: "Times New Roman", Times, serif !important;
    text-shadow: 0 0 20px black;
}

/*------font-carousel----*/
.font-carousel1{
    color: #7c7c7c;
    font-size: 12px;
    font-weight: 500;
    margin-top: 12px;
	text-align: left;
}

/*------font-activities----*/
.font-activi1{
    color: #7c7c7c;
	font-size: 14px;
    font-weight: 500;
}

.font-activi2{
    color: #000;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px;
    line-height: inherit;
}
.font-activi3{
    color: #3e3e3e;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    line-height: 23px;
}
.font-activi4{
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
}


/*------font-popular-----*/
.font-popular1{
    color: #868686;
    font-size: 15px;
    font-weight: 500;
    margin-right: 24px;
}
.font-popular2{
    color: #898989;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
}
.font-popular3{
    color: #898989;
    font-size: 12px;
    font-weight: 600;
    background-color: #f1f1f1;
    margin-left: 10px;
    padding: 2px 9px;
    letter-spacing: 0.5px;
}

.font-popular4{
    color: #231f20;
    font-size: 25px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 15px;
}
.font-popular5{
    color: #696969;
    font-size: 14px;
    font-weight: 500;
}
.font-popular5 p{
    color: #696969;
    font-size: 14px;
    font-weight: 500;
}
.font-popular55{
    color: #000;
    font-size: 13px;
    font-weight: 500;
}
.font-popular55 p{
    color: #000;
    font-size: 13px;
    font-weight: 500;
}
.font-popular6{
    color: #212529;
    font-size: 25px;
    font-weight: 500;
    margin-top: 17px;
    margin-bottom: 6px;
    font-family: "Times New Roman", Times, serif !important;
}
.font-popular7{
    color: #464646;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
/*--------------------------------*/
.font-popular8{
    color: #231f20;
    font-size: 20px;
    font-weight: 600;
    padding: 13px 28px 13px 28px;
}
.font-popular9{
    color: #616161;
    font-size: 13px;
    font-weight: 500;
}
.font-popular10{
    color: #faba40;
    font-size: 13px;
    font-weight: 500;
}
.font-popular11{
    color: #898989;
    font-size: 10px;
    /*letter-spacing: 1px;*/
    font-weight: 600;
}
.font-popular12{
    color: #231f20;
    font-size: 16px;
    font-weight: 600;
    margin-top: -3px;
}
.font-popular13{
    color: #484848;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
}
.font-popular14{
    color: #696969;
    font-size: 13px;
    font-weight: 500;
}
/*--------------------------------*/
.font-popular15{
    color: #212529;
    font-size: 25px;
    font-weight: 500;
    margin-top: 60px;
    margin-bottom: 20px;
    font-family: "Times New Roman", Times, serif !important;
}
.font-popular16{
    color: #212529;
    font-size: 16px;
    margin-top: 70px;
    margin-bottom: 20px;
    font-family: "Times New Roman", Times, serif !important;
    text-align: right;
}

/*------font-blog-----*/
.font-blog1{
	color: #424243;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
	padding-top: 100px;
    font-family: "Times New Roman", Times, serif !important;
}
.font-blog2{
    color: #b7b7b7;
	font-size: 13px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 70px;
    letter-spacing: 1px;
    line-height: 21px;
}
.font-blog3{
    color: #cea525;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.font-blog4{
    color: #424243;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}
.font-blog5{
    color: #999999;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 18px;
}
.font-blog6{
    color: #656565;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 25px;
}
.font-blog7{
    color: #656565;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
	margin-top: 15px;
}
.font-blog8{
    color: #656565;
    font-size: 13px;
    font-weight: 500;
    margin-left: 10px;
}
.font-blog9{
    color: #000;
    font-size: 17px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 15px;
}
.font-blog10{
    color: #bb992e;
    font-size: 14px;
    font-weight: 600;
}
.font-blog10:hover{
    color: #bb992e;
    font-size: 15px;
    font-weight: 600;
}
.font-blog11{
    color: #353535;
    font-size: 16px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 35px;
}
.font-blog12{
    color: #999;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 25px;
}
.font-blog13{
    font-size: 15px;
    font-weight: 500;
    color: #999;
    margin-bottom: 8px;
}


/*------font-gallery-----*/
.font-gallery1{
    color: #363636;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.font-gallery2{
	font-size: 15px;
    font-weight: 600;
    color: #363636;
    margin-top: 6px;
}
/*------font-package-----*/
.font-package1{
    color: #363636;
    font-size: 24px;
    font-weight: 500;
}
.font-package2{
    font-size: 15px;
    font-weight: 500;
	color: #3e3e3e;
}




/*------font-inquire-----*/
.font-inquire1{
	color: #000;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
}
.font-inquire2{
    color: #696969;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}
.font-inquire3{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
.font-inquire4{
    color: #231f20;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 15px;
}
.font-inquire5{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
/*--------------------------------*/
.font-inquire6{
    color: #000;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 18px;
}
.font-inquire7{
    color: #696969;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 45px;
    margin-left: 0px;
    margin-right: 0px;
}


	
/*--------------------------------*/
/*           carousel             */
/*--------------------------------*/
.bg-carousel2{
    background-image: url(../images/home/img-carousel1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 400px 0px 300px 0px;
}		
.size-img-carousel1{
    width: -webkit-fill-available;
}	
/*--------------------------------*/
/*              home              */
/*--------------------------------*/
.border-h1{
    border: 1px solid #ddd;
    padding: 0px 15px 70px 15px;
}	

.pd-home2{
    padding: 0px 25px 0px 25px!important;
}
.pd-home3{
    padding: 0px 25px 0px 25px!important;
}
.pd-home4{
    padding: 0px 25px 0px 25px!important;
}	
.bg-home1{
	background: #091d3d;
    padding: 35px 0px 25px 0px;
}	
	
	
/*--------book-home-------*/
.bg-book-h1{
    background: #091d3d;
    padding: 25px 30px 15px 30px;
    height: auto;
    margin-bottom: 15px;
}		
/*--------book-home-------*/
.bg-book-h2{
    background: #091d3d;
    padding: 25px 30px 15px 30px;
    height: auto;
    background-image: url(../images/home/bg-book-h1.png);
    background-size: cover;
	margin-bottom: 15px;
}		
/*--------tour--home------*/	
.line-tour1{
	content: '';
    height: 32px;
    width: 1px;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: #ddd;
    position: absolute;
    -webkit-transform: skew(-40deg);
    -ms-transform: skew(-40deg);
    transform: skew(-40deg);
    display: -webkit-inline-box;
    margin-top: 0px;
}	
	
	
/*--------------------------------*/
/*            footer              */
/*--------------------------------*/
.mg-footer1{
    padding: 10px 0px 30px 0px;
}	
.pd-footer1{
	padding: 20px 0px 0px 0px;
}		
	
/*--------------------------------*/
/*             navbar             */
/*--------------------------------*/
.pd-nav1{
    margin-top: 20px!important;
    margin-bottom: 20px!important;
    margin: inherit;
}
.pd-nav2{
    margin-top: 10px!important;
    margin-bottom: 10px!important;
	margin: 0 auto;
}	
/*--------------------------------*/
/*           carousel             */
/*--------------------------------*/
.ct-carousel1{
    z-index: 5;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: -330px;
    margin-bottom: 249px;
    left: 0px;
    right: 0px;
    /* top: 50%; */
    /* transform: translateY(-40%); */
}
#demo1{
    position: relative;
}
.ct-carousel2{
    position: absolute;
    z-index: 5;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    top: 42%;
    /* transform: translateY(-40%); */
}	
/*--------------------------------*/
/*          destinations          */
/*--------------------------------
.banner-destina1{
    background-image: url(../images/faqs/banner.png);
    background-size: cover;
    padding: 170px 0px 170px 0px;
	text-align: center;
}
.banner-about1{
    background-image: url(../images/faqs/banner.png);
    background-size: cover;
    padding: 170px 0px 170px 0px;
	text-align: center;
}*/
/*-----button-destinations-----*/
#button-destina2 {	
    margin-top: 25px;
    width: 100%;	
}	
.bg-destina4{
	text-align: center;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    padding: 30px 35px 30px 35px;
    margin-bottom: 30px;
}	
.bg-destina2{
	background: #f2f2f2;
    padding: 44px 0px 30px 0px;
    margin-top: 50px;	
}
	
/*--------------------------------*/	
figure.snip0069 > .image img {
    width: 32%;
    border-radius: 50%;
}	
	
/*--------------------------------*/
/*           activities           */
/*--------------------------------*/	
.pd-activities1{
    padding: 5px 11px 0px 11px;
    border-right: none;
    background: #fff;
    margin-bottom: 12px;
    margin-left: 6px;
    margin-right: 6px;
}
.pd-activities2{
    padding: 30px 10px 0px 10px;
}			
#button-activi2 {
    padding: 14px 0px 14px 0px;
}		
.bg-activities3{
    background: #f4f4f4;
    padding: 40px 0px 40px 0px;
    margin-bottom: 65px;
}
.mg-activi1{
    margin-bottom: 45px;
	text-align: left;
}		
	
/*--------------------------------*/
/*             blog               */
/*--------------------------------*/
.pd-blog1{
	padding-left: 2px!important;
}
.pd-blog2{
	padding-right: 2px!important;
}
.form-blog2{
	color: #fff;
    background: #000000;
	box-shadow: none;
    padding: 6px 15px 6px 15px;
    margin-top: 0px;
	margin-bottom: 0px;
    border:none;
}
.bg-blog1{
    margin-bottom: 50px;
    border: 1px solid #ebebeb;
    padding: 28px 25px;
    box-sizing: border-box;
}	
/*-----button-blog-----*/
#button-blog1 {
    outline: none;
    padding: 6px 20px 6px 20px;
    text-align: center;
    border-radius: 0px;
    background: #d19b41;
    border: 2px solid #d19b41;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    width: fit-content;
    margin: 0 auto;
    margin-top: 23px;
}	
.bg-blog2{
	background: #000000d9;
    padding: 16px;
    margin-top: -148px;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
	
/*--------------------------------*/
/*             about              */
/*--------------------------------*/
.mg-about1{
    margin-top: 20px;
    margin-bottom: 30px;
}	
.mg-about2{
    margin-bottom: 30px;
}	
.bg-about1{
    background-image: url(../images/about/img-about22.png);
    background-size: cover;
    padding: 50px 20px 50px 20px;
	text-align: center;
    height: auto;	
	margin-bottom: 15px;
    color: #fff;
    background: #091d3d;
}	
.bg-about2{
    background: #f1f1f1;
    padding: 40px 0px 40px 0px;
    margin-top: 40px;
    margin-bottom: 40px;
}	
.pd-about1{
	padding-left: 15px!important;
}
.pd-about2{
	padding-right: 15px!important;
}	
.bg-about4{
    background-image: url(../images/about/img-about8.jpg);
    background-size: cover;
    padding: 50px 0px 40px 0px;
	margin-top: 50px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;	
}	
.pd-about3{
    padding: 13px 26px 15px 26px;
}			
	
	
/*--------------------------------*/
/*             login              */
/*--------------------------------*/
.mg-login1{
    padding-top: 50px;
    padding-bottom: 70px;
}	
	
/*--------------------------------*/
/*            contact             */
/*--------------------------------*/
.bg-contact2{
	background: #ffffff;
    padding: 35px 15px 40px 15px;
}
.mg-contact1{
    margin-bottom: 30px;
}	
.map-contact1{
    padding-top: 59px;
    margin-bottom: -6px;
}	
	
/*--------------------------------*/
/*             faqs               */
/*--------------------------------*/
.pd-faqs1{
    padding-left: 15px!important;
    padding-right: 15px!important;
}		
	
hr.line-faqs1 {
    margin-top: 50px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #d8d8d8;
}
	
	
/*--------------------------------*/
/*         home - gallery         */
/*--------------------------------*/
.pd-gallery-h1{
	padding: 5px!important;
}		
.mg-gallery-h1{
    margin-left: -10px!important;
    margin-right: -10px!important;
}		
	

/*--------------------------------*/
/*         popular_tours          */
/*--------------------------------*/
.mg-popular1{
    margin-top: 0px;
}		
.mg-popular2{
    margin-top: 60px;
}	
/*--------------------------------*/
.pd-popular-carousel1 {
    padding-top: 59px;
}
.bg-popular1{
    background: #fff;
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.15);
    padding: 18px 0px 0px 0px;
    margin-bottom: 0px;
}
/*--------------------------------*/
/*            inquire             */
/*--------------------------------*/
.bg-inquire1{
    background: #f5f5f5;
    padding: 50px 0px 0px 0px;
}		
	
hr.line-inquire1 {
    margin-top: 20px;
    margin-bottom: 0px;
    background-color: #dfdfdf;
    height: 4px;
    border-left: 87px solid #faba40;
}
hr.line-inquire2 {
    margin-top: 20px;
    margin-bottom: 0px;
    background-color: #dfdfdf;
    height: 4px;
    border-left: 260px solid #faba40;
}	
.bg-inquire2{
    background: #ffffff;
    padding: 40px 12px 40px 12px;
    margin-bottom: 50px;
}	
	
/*--------------------------------*/
/*            gallery             */
/*--------------------------------
.banner-gallery1{
    background-image: url(../images/gallery/banner.png);
    background-size: cover;
	padding: 170px 0px 170px 0px;
	text-align: center;
}	*/
/*--------------------------------*/
/*            package             */
/*--------------------------------
.banner-package1{
    background-image: url(../images/package/banner_package1.png);
    background-size: cover;
	padding: 170px 0px 170px 0px;
	text-align: center;
}		
*/	

/*--------------------------------*/
/*        News and Special        */
/*--------------------------------*/
.bg-new-h2{
    background: #f4f4f4;
    padding: 15px 15px 15px 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}	
	
	
/*------carousel----*/
figure.snip_carou {
	left: -510px;
}	
	
/*-----button-home--Best Selling Tours---*/
.button-tours-h1 {
    font-size: 13px;
}	
/*------tours-home------*/
.pd-tours-h-new1{
	padding-left: 15px;
}
.pd-tours-h-new2{
	padding-left: 15px;
	padding-right: 15px;
}	
	
	
	
	
	
	
	
}


/*--------------------------------------*/
/*  @media (min-width: 768px  // ipad   */
/*--------------------------------------*/
@media (min-width: 768px) {
	
	
	

/*--------------------------------*/
/*              font              */
/*--------------------------------*/
/*-----font-navbar------*/
.font-nav1{
    font-size: 15px;
    font-weight: 500;
    color: #e2bb54;
}

/*-----font-home------*/
.font-home1{
	font-size: 18px;
    font-weight: 500;
    color: #c8c8c8;
    text-align: center;
    margin-bottom: 8px;
}
.font-home2{
    font-size: 13px;
	font-weight: 500;
	color: #c8c8c8;
    text-align: center;
    margin-bottom: 25px;
}
.font-home3{
    font-size: 30px;
    font-weight: 500;
    color: #4c4d4d;
    text-align: center;
    line-height: initial;
    margin-bottom: 15px;
}
.font-home4{
	font-size: 15px;
	font-weight: 500;
	color: #4c4d4d;
	text-align: center;
}
/*-----font-home------*/
.font-home5{
    font-size: 30px;
    font-weight: 500;
    color: #1f1f1f;
    text-align: center;
    margin-bottom: 37px;
    z-index: 5;
    margin-top: -30px;
    background: white;
    width: auto;
    position: relative;
    display: inline-block;
    padding: 0px 0px 0px 0px;
}
.font-home6{
    font-size: 19px;
	font-weight: 500;
	color: #1f1f1f;
	text-align: center;
}
.font-home7{
    font-size: 14px;
    font-weight: 500;
    color: #7a7a7a;
    text-align: center;
    margin-bottom: 50px;
}
.font-home8{
    font-size: 17px;
	font-weight: 600;
	color: #1f1f1f;
	text-align: center;
	font-style: italic;		
	margin-bottom: 5px;
}
.font-home9{
    font-size: 17px;
    font-weight: 500;
    color: #1f1f1f;
    text-align: center;
    font-style: italic;
    line-height: 24px;
}
.font-home9 p{
    font-size: 14px;
    font-weight: 500;
    color: #1f1f1f;
    text-align: center;
    font-style: italic;
    line-height: 15px;
}


/*-----font-home-gallery-----*/
.font-gallery-h1{
	font-size: 32px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	font-family: "Times New Roman", Times, serif!important;
    text-shadow: 0 0 20px black;
}



/*-----font-home-book-----*/
.font-book-h1{
    font-size: 30px;
    font-weight: 500;
    color: #4c4d4d;
    text-align: center;
}
.font-book-h2{
	font-size: 15px;
    font-weight: 500;
    color: #4c4d4d;
    text-align: center;
    margin-bottom: 40px;
}
.font-book-h3{
    font-size: 45px;
    font-weight: 500;
    color: #faba40;
    margin-bottom: 0px;
}
.font-book-h4{
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: inherit;
    margin-bottom: 3px;
    padding-left: 20px;
}
.font-book-h5{
    font-size: 14px;
	font-weight: 500;
	color: #898787;
    padding-left: 20px;	
}
.font-book-h6{
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    line-height: inherit;
    margin-bottom: 3px;
    padding-left: 20px;
}

/*-----font-home-tours-----*/
.font-tours-h1{
    font-size: 30px;
	font-weight: 500;
	color: #4c4d4d;
	text-align: center;
    margin-bottom: 20px;
}
.font-tours-h2{
    font-size: 10px;
	font-weight: 500;
	color: #818182;
    margin-bottom: 5px;	
}
.font-tours-h3{
    font-size: 12px;
    font-weight: 600;
    color: #4c4d4d;
    margin-bottom: 3px;
    display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden; height: 20px;
}
.font-tours-h3:hover{
    color: #fabc47;
}
.font-tours-h4{
	font-size: 18px;
    font-weight: 600;
    color: #111111;
    margin-top: -5px;
}
.font-tours-h5{
    font-size: 12px;
    font-weight: 500;
    color: #4c4d4d;
    margin-bottom: 6px; 
    display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden; height: 38px;
    text-align:inherit;
 
 
 
}

/*--------------------------------*/
.font-tours-High1{
    font-size: 30px;
    font-weight: 500;
    color: #faba40;
    text-align: center;
    margin-bottom: 40px;
}
/*-----font-home-news-----*/
.font-new-h1{
    font-size: 30px;
    font-weight: 500;
    color: #4c4d4d;
    text-align: center;
    margin-bottom: 20px;
}
.font-new-h2{
    font-size: 17px;
    font-weight: 500;
    color: #444444;
    margin-bottom: 0px;
}
.font-new-h2:hover{
    color: #faba40;
}
.font-new-h3{
    font-size: 14px;
    font-weight: 500;
    color: #4c4d4d;
    margin-bottom: 20px;
    height: 100px;
}



/*-----font-footer------*/
.font-footer1{
    font-size: 27px;
    font-weight: 500;
    color: #faba40;
    text-align: center;
    /* padding: 40px 0px 30px 0px; */
    /* margin-bottom: 20px; */
    position: absolute;
    /* margin: 0 auto; */
    text-align: center;
    display: block;
    /* background: #091d3d; */
    left: 0;
    right: 0;
}
.font-footer2{
    font-size: 22px;
    font-weight: 500;
    color: #faba40;
    margin-bottom: 20px;	
}
.font-footer3{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 7px;
}
.font-footer4{
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 7px;	
}
.font-footer4:hover{
    color: #faba40;
}
.font-footer5{
    font-size: 22px;
    font-weight: 500;
    color: #faba40;
	margin-top: 20px;
    margin-bottom: 10px;	
}


/*-----font-navbar------*/
.font-navbar1{
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    font-family: "Times New Roman", Times, serif !important;
	text-shadow: 0 0 20px black;
}
.font-navbar2{
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    font-family: "Times New Roman", Times, serif !important;
	text-shadow: 0 0 20px black;
}
/*--------*/
.font-navbar3{
    font-size: 18px;
    font-weight: 500;
    color: #faba40;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
/*--------*/
.font-navbar4{
    font-size: 14px;
    font-weight: 500;
    color: #9c9c9c;
    margin-bottom: 15px;
}
.font-navbar5{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
	margin-bottom: 15px;
}
.font-navbar5:hover{
    color: #faba40;
}
.font-navbar6{
    font-size: 12px;
    font-weight: 500;
	margin-bottom: 0px;
}
.font-navbar7{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
	margin-bottom: 0px;
}

.font-navbar8 a{
    color: #9c9c9c;
}
.font-navbar8 a:hover{
    color: #faba40;
}


/*-----font-banner------*/
.font-banner1{
    font-size: 44px;
    font-weight: 500;
    color: #fff;	
	margin-bottom: 10px;
}
.font-banner2{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

/*------font-about-us-----*/
.font-about1{
    font-size: 30px;
    font-weight: 500;
    color: #484848;
    margin-bottom: 20px;
    line-height: 35px;
}
.font-about2{
    font-size: 14px;
    font-weight: 500;
    color: #4c4d4d;
    margin-bottom: 15px;
    line-height: 24px;
}
.font-about3{
    font-size: 30px;
    font-weight: 500;
    color: #353535;
    margin-bottom: 25px;
    text-align: center;
}
.font-about4{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}
.font-about5{
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
.font-about6{
    font-size: 30px;
    font-weight: 500;
    color: #231f26;
    margin-bottom: 35px;
    line-height: inherit;
}
/*--------------------------------*/
.font-about7{
    font-size: 30px;
    font-weight: 500;
    color: #4c4d4d;
    margin-bottom: 15px;
    text-align: center;
}
.font-about8{
    font-size: 14px;
    font-weight: 500;
    color: #4c4d4d;
    margin-bottom: 40px;
    text-align: center;
    line-height: 22px;
}
.font-about9{
    font-size: 20px;
    font-weight: 500;
    color: #191919;
    margin-bottom: 5px;
}
.font-about10{
    font-size: 13px;
    font-weight: 500;
    color: #aaa9a9;
    margin-bottom: 8px;
}
.font-about11{
    font-size: 14px;
    font-weight: 500;
    color: #5e5e5e;
    line-height: 21px;
}
.font-about12{
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-bottom: 50px;
}
.font-about13{
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
.font-about14{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
}



/*------font-about-us-----*/
.font-contact1{
    font-size: 30px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
}
.font-contact2{
    font-size: 19px;
    font-weight: 600;
    color: #2f2f2f;
    margin-bottom: 15px;
}
.font-contact3{
    font-size: 14px;
    font-weight: 500;
    color: #7f7f7f;
}
.font-contact4{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;	
}
/*--------------------------------*/
.font-contact5{
    font-size: 18px;
    font-weight: 500;
    color: #2f2f2f;
    margin-bottom: 23px;	
}
.font-contact6{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 8px;
}

/*------font-faqs-----*/
.font-faqs1{
    font-size: 14px;
    font-weight: 500;
    color: #696969;
    line-height: 25px;
    margin-top: 0px;
}
.font-faqs2{
    font-size: 25px;
    font-weight: 500;
    color: #231f20;
    margin-bottom: 25px;
}
.font-faqs3{
    font-size: 15px;
    font-weight: 500;
    color: #2f2f2f;
}
.font-faqs3:hover{
    color: #faba40;
}
.font-faqs4{
    font-size: 25px;
    font-weight: 500;
    color: #231f20;
    margin-bottom: 10px;
}
.font-faqs5{
    font-size: 15px;
    font-weight: 500;
    color: #696969;
	margin-bottom: 30px;
}
.font-faqs6{
    font-size: 14px;
    font-weight: 500;
    color: #696969;
	text-align: center;
}
.font-faqs7{
    font-size: 25px;
    font-weight: 500;
    color: #231f20;
    margin-bottom: 10px;
	text-align: center;
}
/*--------------------------------*/
.font-faqs8{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;	
}
.font-banner9 {
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}




/*------font-destina----*/
.font-destina1{
    color: #fff;
    font-size: 26px;
    font-weight: 500;
}
/*------*/
.font-destina2{
    color: #252830;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
    line-height: inherit;
}
.font-destina3{
    font-size: 15px;
    font-weight: 500;
    color: #696969;
    margin-bottom: 30px;
    line-height: 22px;	
}
.font-destina4{
    color: #000;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
}
.font-destina5{
    font-size: 15px;
    font-weight: 500;
    color: #696969;
    text-align: center;
    margin-top: -5px;	
}
/*------*/
.font-destina6{
    color: #231f20;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}
.font-destina7{
    color: #2f2f2f;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.font-destina8{
	font-size: 14px;
    font-weight: 500;
    color: #696969;
    text-align: center;
    line-height: 21px;
}
.font-destina9{
    color: #000;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 12px;
}
.font-destina10{
    font-size: 14px;
    font-weight: 500;
    color: #696969;
    text-align: center;
    margin-bottom: 12px;	
}
.font-destina11{
    color: #2f2f2f;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-top: 12px;
}
/*--------------------------------*/

.font-destina12{
    font-size: 14px;
    font-weight: 500;
    color: #231f20;
    text-align: left;
    margin-top: 12px;
    margin-bottom: 12px;
}
.font-destina13{
    color: #252830;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}


/*--------------------------------*/
.font-banner-des1{
    font-size: 60px;
    font-weight: 500;
    color: #fff;
    font-family: "Times New Roman", Times, serif !important;
    text-shadow: 0 0 20px black;
}
.font-banner-des2{
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    font-family: "Times New Roman", Times, serif !important;
    text-shadow: 0 0 20px black;
}

/*------font-carousel----*/
.font-carousel1{
    color: #7c7c7c;
    font-size: 12px;
    font-weight: 500;
    margin-top: 12px;
	text-align: left;
}

/*------font-activities----*/
.font-activi1{
    color: #7c7c7c;
	font-size: 14px;
    font-weight: 500;
}

.font-activi2{
    color: #000;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px;
    line-height: inherit;
}
.font-activi3{
    color: #3e3e3e;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    line-height: 23px;
}
.font-activi4{
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
}


/*------font-popular-----*/
.font-popular1{
    color: #868686;
    font-size: 15px;
    font-weight: 500;
    margin-right: 24px;
}
.font-popular2{
    color: #898989;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
}
.font-popular3{
    color: #898989;
    font-size: 12px;
    font-weight: 600;
    background-color: #f1f1f1;
    margin-left: 10px;
    padding: 2px 9px;
    letter-spacing: 0.5px;
}

.font-popular4{
    color: #231f20;
    font-size: 25px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 15px;
}
.font-popular5{
    color: #696969;
    font-size: 14px;
    font-weight: 500;
}
.font-popular5 p{
    color: #696969;
    font-size: 14px;
    font-weight: 500;
}
.font-popular55{
    color: #000;
    font-size: 13px;
    font-weight: 500;
}
.font-popular55 p{
    color: #000;
    font-size: 13px;
    font-weight: 500;
}
.font-popular6{
    color: #212529;
    font-size: 25px;
    font-weight: 500;
    margin-top: 17px;
    margin-bottom: 6px;
    font-family: "Times New Roman", Times, serif !important;
}
.font-popular7{
    color: #464646;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
/*--------------------------------*/
.font-popular8{
    color: #231f20;
    font-size: 20px;
    font-weight: 600;
    padding: 13px 28px 13px 28px;
}
.font-popular9{
    color: #616161;
    font-size: 13px;
    font-weight: 500;
}
.font-popular10{
    color: #faba40;
    font-size: 13px;
    font-weight: 500;
}
.font-popular11{
    color: #898989;
    font-size: 10px;
    /*letter-spacing: 1px;*/
    font-weight: 600;
}
.font-popular12{
    color: #231f20;
    font-size: 16px;
    font-weight: 600;
    margin-top: -3px;
}
.font-popular13{
    color: #484848;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
}
.font-popular14{
    color: #696969;
    font-size: 13px;
    font-weight: 500;
}
/*--------------------------------*/
.font-popular15{
    color: #212529;
    font-size: 25px;
    font-weight: 500;
    margin-top: 60px;
    margin-bottom: 20px;
    font-family: "Times New Roman", Times, serif !important;
}
.font-popular16{
    color: #212529;
    font-size: 16px;
    margin-top: 63px;
    margin-bottom: 20px;
    font-family: "Times New Roman", Times, serif !important;
    text-align: right;
}

/*------font-blog-----*/
.font-blog1{
	color: #424243;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
	padding-top: 100px;
    font-family: "Times New Roman", Times, serif !important;
}
.font-blog2{
    color: #b7b7b7;
	font-size: 13px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 70px;
    letter-spacing: 1px;
    line-height: 21px;
}
.font-blog3{
    color: #cea525;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.font-blog4{
    color: #424243;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}
.font-blog5{
    color: #999999;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 18px;
}
.font-blog6{
    color: #656565;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 25px;
}
.font-blog7{
    color: #656565;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
	margin-top: 0px;
}
.font-blog8{
    color: #656565;
    font-size: 13px;
    font-weight: 500;
    margin-left: 10px;
}
.font-blog9{
    color: #000;
    font-size: 17px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 15px;
}
.font-blog10{
    color: #bb992e;
    font-size: 14px;
    font-weight: 600;
}
.font-blog10:hover{
    color: #bb992e;
    font-size: 15px;
    font-weight: 600;
}
.font-blog11{
    color: #353535;
    font-size: 16px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 35px;
}
.font-blog12{
    color: #999;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 25px;
}
.font-blog13{
    font-size: 15px;
    font-weight: 500;
    color: #999;
    margin-bottom: 8px;
}


/*------font-gallery-----*/
.font-gallery1{
    color: #363636;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.font-gallery2{
	font-size: 15px;
    font-weight: 600;
    color: #363636;
    margin-top: 6px;
}
/*------font-package-----*/
.font-package1{
    color: #363636;
    font-size: 24px;
    font-weight: 500;
}
.font-package2{
    font-size: 15px;
    font-weight: 500;
	color: #3e3e3e;
}




/*------font-inquire-----*/
.font-inquire1{
    color: #000;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
}
.font-inquire2{
    color: #696969;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}
.font-inquire3{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
.font-inquire4{
    color: #231f20;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 15px;
    display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden; height: 30px;
}
.font-inquire5{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
/*--------------------------------*/
.font-inquire6{
    color: #000;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 18px;
}
.font-inquire7{
    color: #696969;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 45px;
    margin-left: 60px;
    margin-right: 60px;
}


	
/*--------------------------------*/
/*           carousel             */
/*--------------------------------*/
.bg-carousel2{
    background-image: url(../images/home/img-carousel1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 400px 0px 300px 0px;
}	
.size-img-carousel1{
	width: 100%;
}	
/*--------------------------------*/
/*              home              */
/*--------------------------------*/
.border-h1{
    border: 1px solid #ddd;
    padding: 0px 50px 70px 50px;
}	
	
.pd-home2{
    padding: 0px 7px 0px 7px!important;
}
.pd-home3{
    padding: 0px 7px 0px 7px!important;
}
.pd-home4{
    padding: 0px 7px 0px 7px!important;
}		
.bg-home1{
	background: #091d3d;
    padding: 40px 0px 35px 0px;
}	
/*--------book-home-------*/
.bg-book-h1{
	background: #091d3d;
    padding: 15px 30px 40px 30px;
    height: 241px;
	margin-bottom: 15px;
}		
/*--------book-home-------*/
.bg-book-h2{
	background: #091d3d;
    padding: 15px 30px 40px 30px;
    height: 241px;
    background-image: url(../images/home/bg-book-h1.png);
    background-size: cover;
	margin-bottom: 15px;
}		
/*--------tour--home------*/	
.line-tour1{
	content: '';
    height: 32px;
    width: 1px;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: #ddd;
    position: absolute;
    -webkit-transform: skew(-40deg);
    -ms-transform: skew(-40deg);
    transform: skew(-40deg);
    display: -webkit-inline-box;
    margin-top: 0px;
}	
	
	
/*--------------------------------*/
/*            footer              */
/*--------------------------------*/
.mg-footer1{
    padding: 10px 0px 30px 0px;
}	
.pd-footer1{
	padding: 20px 0px 0px 0px;
}		
	
/*--------------------------------*/
/*             navbar             */
/*--------------------------------*/
.pd-nav1{
    margin-top: 20px!important;
    margin-bottom: 20px!important;
    margin: inherit;
}
.pd-nav2{
    margin-top: 10px!important;
    margin-bottom: 10px!important;
	margin: 0 auto;
}	
/*--------------------------------*/
/*           carousel             */
/*--------------------------------*/
.ct-carousel1{
    z-index: 5;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
	margin-top: -294px;
    margin-bottom: 188px;
    left: 0px;
    right: 0px;
    /* top: 50%; */
    /* transform: translateY(-40%); */
}
#demo1{
    position: relative;
}
.ct-carousel2{
    position: absolute;
    z-index: 5;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    top: 45%;
    /* transform: translateY(-40%); */
}
/*--------------------------------*/
/*          destinations          */
/*--------------------------------
.banner-destina1{
    background-image: url(../images/faqs/banner.png);
    background-size: cover;
    padding: 170px 0px 170px 0px;
	text-align: center;
}
.banner-about1{
    background-image: url(../images/faqs/banner.png);
    background-size: cover;
    padding: 170px 0px 170px 0px;
	text-align: center;
}*/
/*-----button-destinations-----*/
#button-destina2 {	
    margin-top: 25px;	
    width: 100%;
}	
.bg-destina4{
    text-align: center;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    padding: 30px;
    margin-bottom: 30px;
}	
.bg-destina2{
	background: #f2f2f2;
	padding: 70px 0px 50px 0px;	
    margin-top: 50px;	
}	
	
/*--------------------------------*/	
figure.snip0069 > .image img {
    width: 15%;
    border-radius: 50%;
}	
	
/*--------------------------------*/
/*           activities           */
/*--------------------------------*/
.pd-activities1{
    padding: 5px 11px 0px 11px;
    border-right: none;
    background: #fff;
    margin-bottom: 12px;
    margin-left: 6px;
    margin-right: 6px;
}
.pd-activities2{
    padding: 30px 10px 0px 10px;
}			
#button-activi2 {
    padding: 14px 0px 14px 0px;
}		
.bg-activities3{
    background: #f4f4f4;
    padding: 40px 0px 40px 0px;
    margin-bottom: 65px;
}
.mg-activi1{
    margin-bottom: 45px;
	text-align: right;
}		
	
	
/*--------------------------------*/
/*             blog               */
/*--------------------------------*/
.pd-blog1{
	padding-left: 15px!important;
}
.pd-blog2{
	padding-right: 15px!important;
}
.form-blog2{
	color: #fff;
    background: #000000;
	box-shadow: none;
    padding: 6px 15px 6px 15px;
    margin-top: 7px;
	margin-bottom: 0px;
    border:none;
}
.bg-blog1{
    margin-bottom: 50px;
    border: 1px solid #ebebeb;
    padding: 10px 10px;
    box-sizing: border-box;
}	
/*-----button-blog-----*/
#button-blog1 {
    outline: none;
    padding: 6px 0px 6px 0px;
    text-align: center;
    border-radius: 0px;
    background: #d19b41;
    border: 2px solid #d19b41;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    width: auto;
    margin: 0 auto;
    margin-top: 23px;
}	
.bg-blog2{
    background: #000000d9;
    padding: 10px;
    margin-top: -146px;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
	
/*--------------------------------*/
/*             about              */
/*--------------------------------*/
.mg-about1{
    margin-top: 30px;
    margin-bottom: 40px;
}		
.mg-about2{
    margin-bottom: 30px;
}	
.bg-about1{
    background-image: url(../images/about/img-about22.png);
    background-size: cover;
    padding: 50px 20px 50px 20px;
	text-align: center;
    height: auto;
	margin-bottom: 15px;
    color: #fff;
    background: #091d3d;
}	
.bg-about2{
    background: #f1f1f1;
    padding: 60px 0px 60px 0px;
    margin-top: 40px;
    margin-bottom: 40px;
}	
.pd-about1{
	padding-left: 15px!important;
}
.pd-about2{
	padding-right: 15px!important;
}
.bg-about4{
    background-image: url(../images/about/img-about8.jpg);
    background-size: cover;
    padding: 80px 0px 80px 0px;
	margin-top: 50px;	
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}	
		
.pd-about3{
    padding: 13px 26px 15px 26px;
}		
	
/*--------------------------------*/
/*             login              */
/*--------------------------------*/
.mg-login1{
    padding-top: 50px;
    padding-bottom: 70px;
}
	
	
/*--------------------------------*/
/*            contact             */
/*--------------------------------*/
.bg-contact2{
	background: #ffffff;
    padding: 40px 50px 40px 50px;
}	
.mg-contact1{
	margin-bottom: 70px;
}
.map-contact1{
    padding-top: 59px;
    margin-bottom: -6px;
}	
	
/*--------------------------------*/
/*             faqs               */
/*--------------------------------*/
.pd-faqs1{
    padding-left: 15px!important;
    padding-right: 15px!important;
}		
	
hr.line-faqs1 {
    margin-top: 50px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #d8d8d8;
}
	
	
/*--------------------------------*/
/*         home - gallery         */
/*--------------------------------*/
.pd-gallery-h1{
	padding: 5px!important;
}		
.mg-gallery-h1{
    margin-left: -10px!important;
    margin-right: -10px!important;
}	
	
/*--------------------------------*/
/*         popular_tours          */
/*--------------------------------*/
.mg-popular1{
    margin-top: 0px;
}		
.mg-popular2{
    margin-top: 60px;
}	
/*--------------------------------*/
.pd-popular-carousel1 {
    padding-top: 59px;
}
.bg-popular1{
    background: #fff;
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.15);
    padding: 18px 0px 18px 0px;
    margin-bottom: 0px;
}
/*--------------------------------*/
/*            inquire             */
/*--------------------------------*/
.bg-inquire1{
    background: #f5f5f5;
    padding: 50px 0px 0px 0px;
}		
hr.line-inquire1 {
    margin-top: 20px;
    margin-bottom: 0px;
    background-color: #dfdfdf;
    height: 4px;
    border-left: 180px solid #faba40;
}
hr.line-inquire2 {
    margin-top: 20px;
    margin-bottom: 0px;
    background-color: #dfdfdf;
    height: 4px;
    border-left: 540px solid #faba40;
}		
	
.bg-inquire2{
    background: #ffffff;
    padding: 40px 40px 40px 40px;
    margin-bottom: 50px;
}	
	
	
/*--------------------------------*/
/*            gallery             */
/*--------------------------------
.banner-gallery1{
    background-image: url(../images/gallery/banner.png);
    background-size: cover;
	padding: 170px 0px 170px 0px;
	text-align: center;
}*/	
/*--------------------------------*/
/*            package             */
/*--------------------------------
.banner-package1{
    background-image: url(../images/package/banner_package1.png);
    background-size: cover;
	padding: 170px 0px 170px 0px;
	text-align: center;
}	
*/	
	
/*--------------------------------*/
/*        News and Special        */
/*--------------------------------*/
.bg-new-h2{
    background: #f4f4f4;
    padding: 15px 15px 15px 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}	
	
	
/*------carousel----*/
figure.snip_carou {
	left: -283px;
}	
	
	
/*--------------------------------*/
.height-img-h1{
    height: 248px;	
}
	
	
/*-----button-home--Best Selling Tours---*/
.button-tours-h1 {
    font-size: 10px;
}	
/*------tours-home------*/
.pd-tours-h-new1{
	padding-left: 0px;
}
.pd-tours-h-new2{
	padding-left: 5px;
	padding-right: 5px;
}		
	
	
	
	
	
	
}


/*--------------------------------------*/
/* หน้าจอเท่ากับหรือมากกว่า 992px // ipad pro */
/*--------------------------------------*/
@media (min-width: 992px) {
	
	
	

/*--------------------------------*/
/*              font              */
/*--------------------------------*/
/*-----font-navbar------*/
.font-nav1{
    font-size: 15px;
    font-weight: 500;
    color: #e2bb54;
}

/*-----font-home------*/
.font-home1{
    font-size: 28px;
    font-weight: 500;
    color: #c8c8c8;
    text-align: center;
    margin-bottom: 5px;
}
.font-home2{
    font-size: 14px;
	font-weight: 500;
	color: #c8c8c8;
    text-align: center;
    margin-bottom: 15px;
}
.font-home3{
    font-size: 50px;
    font-weight: 500;
    color: #4c4d4d;
    text-align: center;
    line-height: 57px;
	margin-bottom: 15px;
}
.font-home4{
	font-size: 15px;
	font-weight: 500;
	color: #4c4d4d;
	text-align: center;
}
/*-----font-home------*/
.font-home5{
    font-size: 50px;
    font-weight: 500;
    color: #1f1f1f;
    text-align: center;
    margin-bottom: 37px;
    z-index: 5;
    margin-top: -30px;
    background: white;
    width: auto;
    position: relative;
    display: inline-block;
    padding: 0px 0px 0px 0px;
}
.font-home6{
	font-size: 21px;
	font-weight: 500;
	color: #1f1f1f;
	text-align: center;
}
.font-home7{
    font-size: 15px;
    font-weight: 500;
    color: #7a7a7a;
    text-align: center;
    margin-bottom: 50px;
}
.font-home8{
	font-size: 23px;
	font-weight: 600;
	color: #1f1f1f;
	text-align: center;
	font-style: italic;		
	margin-bottom: 5px;
}
.font-home9{
	font-size: 23px;
    font-weight: 500;
    color: #1f1f1f;
    text-align: center;
    font-style: italic;
    line-height: 40px;
}
.font-home9 p{
    font-size: 14px;
    font-weight: 500;
    color: #1f1f1f;
    text-align: center;
    font-style: italic;
    line-height: 15px;
}


/*-----font-home-gallery-----*/
.font-gallery-h1{
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	font-family: "Times New Roman", Times, serif!important;
    text-shadow: 0 0 20px black;
}



/*-----font-home-book-----*/
.font-book-h1{
    font-size: 38px;
    font-weight: 500;
    color: #4c4d4d;
    text-align: center;
}
.font-book-h2{
	font-size: 15px;
    font-weight: 500;
    color: #4c4d4d;
    text-align: center;
    margin-bottom: 40px;
}
.font-book-h3{
    font-size: 45px;
    font-weight: 500;
    color: #faba40;
    margin-bottom: 15px;
}
.font-book-h4{
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 35px;
    margin-bottom: 10px;
    padding-left: 20px;
}
.font-book-h5{
    font-size: 14px;
	font-weight: 500;
	color: #898787;
    padding-left: 20px;	
}
.font-book-h6{
    font-size: 28px;
    font-weight: 500;
    color: #ffffff;
    line-height: 35px;
    margin-bottom: 10px;
    padding-left: 20px;
}

/*-----font-home-tours-----*/
.font-tours-h1{
    font-size: 38px;
	font-weight: 500;
	color: #4c4d4d;
	text-align: center;
	margin-bottom: 40px;
}
.font-tours-h2{
    font-size: 10px;
	font-weight: 500;
	color: #818182;
    margin-bottom: 5px;	
}
.font-tours-h3{
    font-size: 16px;
    font-weight: 500;
    color: #4c4d4d;
    margin-bottom: 3px;
    display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden; height: 23px;
}
.font-tours-h3:hover{
    color: #fabc47;
}
.font-tours-h4{
	font-size: 20px;
    font-weight: 600;
    color: #111111;
    margin-top: -5px;
}
.font-tours-h5{
    font-size: 12px;
    font-weight: 500;
    color: #4c4d4d;
    margin-bottom: 5px; 
    display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden; height: 38px;
    text-align:inherit;
 
 
 
}

/*--------------------------------*/
.font-tours-High1{
    font-size: 50px;
    font-weight: 500;
    color: #faba40;
    text-align: center;
    margin-bottom: 40px;
}
/*-----font-home-news-----*/
.font-new-h1{
    font-size: 38px;
    font-weight: 500;
    color: #4c4d4d;
    text-align: center;
    margin-bottom: 40px;	
}
.font-new-h2{
    font-size: 21px;
    font-weight: 500;
    color: #444444;
    margin-bottom: 10px;
}
.font-new-h2:hover{
    color: #faba40;
}
.font-new-h3{
    font-size: 14px;
    font-weight: 500;
    color: #4c4d4d;
    margin-bottom: 20px;
    height: 100px;
}



/*-----font-footer------*/
.font-footer1{
    font-size: 29px;
    font-weight: 500;
    color: #faba40;
    text-align: center;
    /* padding: 40px 0px 30px 0px; */
    /* margin-bottom: 20px; */
    position: absolute;
    /* margin: 0 auto; */
    text-align: center;
    display: block;
    /* background: #091d3d; */
    left: 0;
    right: 0;
}
.font-footer2{
    font-size: 22px;
    font-weight: 500;
    color: #faba40;
    margin-bottom: 20px;	
}
.font-footer3{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
	margin-bottom: 15px;	
}
.font-footer4{
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 7px;	
}
.font-footer4:hover{
    color: #faba40;
}
.font-footer5{
    font-size: 22px;
    font-weight: 500;
    color: #faba40;
	margin-top: 20px;
    margin-bottom: 10px;	
}


/*-----font-navbar------*/
.font-navbar1{
    font-size: 27px;
    font-weight: 500;
    color: #fff;
    font-family: "Times New Roman", Times, serif !important;
	text-shadow: 0 0 20px black;
}
.font-navbar2{
    font-size: 80px;
    font-weight: 500;
    color: #fff;
    font-family: "Times New Roman", Times, serif !important;
	text-shadow: 0 0 20px black;
}
/*--------*/
.font-navbar3{
    font-size: 18px;
    font-weight: 500;
    color: #faba40;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
/*--------*/
.font-navbar4{
    font-size: 14px;
    font-weight: 500;
    color: #9c9c9c;
    margin-bottom: 15px;
}
.font-navbar5{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
	margin-bottom: 15px;
}
.font-navbar5:hover{
    color: #faba40;
}
.font-navbar6{
    font-size: 12px;
    font-weight: 500;
	margin-bottom: 0px;
}
.font-navbar7{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
	margin-bottom: 0px;
}

.font-navbar8 a{
    color: #9c9c9c;
}
.font-navbar8 a:hover{
    color: #faba40;
}


/*-----font-banner------*/
.font-banner1{
    font-size: 44px;
    font-weight: 500;
    color: #fff;	
	margin-bottom: 10px;
}
.font-banner2{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

/*------font-about-us-----*/
.font-about1{
    font-size: 33px;
    font-weight: 500;
    color: #484848;
    margin-bottom: 20px;
    line-height: 35px;
}
.font-about2{
    font-size: 15px;
    font-weight: 500;
    color: #4c4d4d;
    margin-bottom: 15px;
    line-height: 24px;
}
.font-about3{
    font-size: 33px;
    font-weight: 500;
    color: #353535;
    margin-bottom: 50px;
    text-align: center;
}
.font-about4{
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
}
.font-about5{
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}
.font-about6{
    font-size: 35px;
    font-weight: 500;
    color: #231f26;
	margin-bottom: 35px;
    line-height: 47px;
}
/*--------------------------------*/
.font-about7{
    font-size: 45px;
    font-weight: 500;
    color: #4c4d4d;
    margin-bottom: 15px;
    text-align: center;
}
.font-about8{
    font-size: 14px;
    font-weight: 500;
    color: #4c4d4d;
    margin-bottom: 40px;
    text-align: center;
    line-height: 22px;
}
.font-about9{
    font-size: 20px;
    font-weight: 500;
    color: #191919;
    margin-bottom: 5px;
}
.font-about10{
    font-size: 13px;
    font-weight: 500;
    color: #aaa9a9;
    margin-bottom: 8px;
}
.font-about11{
    font-size: 14px;
    font-weight: 500;
    color: #5e5e5e;
    line-height: 21px;
}
.font-about12{
    font-size: 29px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-bottom: 50px;
}
.font-about13{
    font-size: 27px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
.font-about14{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
}



/*------font-about-us-----*/
.font-contact1{
    font-size: 35px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
}
.font-contact2{
    font-size: 22px;
    font-weight: 600;
    color: #2f2f2f;
    margin-bottom: 15px;
}
.font-contact3{
    font-size: 14px;
    font-weight: 500;
    color: #7f7f7f;
}
.font-contact4{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;	
}
/*--------------------------------*/
.font-contact5{
    font-size: 21px;
    font-weight: 500;
    color: #2f2f2f;
    margin-bottom: 23px;	
}
.font-contact6{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 8px;
}

/*------font-faqs-----*/
.font-faqs1{
    font-size: 14px;
    font-weight: 500;
    color: #696969;
    line-height: 25px;
    margin-top: 0px;
}
.font-faqs2{
    font-size: 27px;
    font-weight: 500;
    color: #231f20;
    margin-bottom: 25px;
}
.font-faqs3{
    font-size: 15px;
    font-weight: 500;
    color: #2f2f2f;
}
.font-faqs3:hover{
    color: #faba40;
}
.font-faqs4{
    font-size: 27px;
    font-weight: 500;
    color: #231f20;
    margin-bottom: 10px;
}
.font-faqs5{
    font-size: 15px;
    font-weight: 500;
    color: #696969;
	margin-bottom: 30px;
}
.font-faqs6{
    font-size: 14px;
    font-weight: 500;
    color: #696969;
	text-align: left;
}
.font-faqs7{
    font-size: 27px;
    font-weight: 500;
    color: #231f20;
    margin-bottom: 10px;
	text-align: left;
}
/*--------------------------------*/
.font-faqs8{
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;	
}
.font-banner9 {
    font-size: 47px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}




/*------font-destina----*/
.font-destina1{
    color: #fff;
    font-size: 35px;
    font-weight: 500;
}
/*------*/
.font-destina2{
    color: #252830;
    font-size: 47px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
    line-height: 49px;
}
.font-destina3{
    font-size: 15px;
    font-weight: 500;
    color: #696969;
    margin-bottom: 30px;
    line-height: 22px;	
}
.font-destina4{
    color: #000;
    font-size: 47px;
    font-weight: 500;
    text-align: center;
}
.font-destina5{
    font-size: 15px;
    font-weight: 500;
    color: #696969;
	text-align: center;
    margin-top: -13px;	
}
/*------*/
.font-destina6{
    color: #231f20;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}
.font-destina7{
    color: #2f2f2f;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.font-destina8{
	font-size: 14px;
    font-weight: 500;
    color: #696969;
    text-align: center;
    line-height: 21px;
}
.font-destina9{
    color: #000;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}
.font-destina10{
    font-size: 14px;
    font-weight: 500;
    color: #696969;
    text-align: center;
    margin-bottom: 10px;	
}
.font-destina11{
    color: #2f2f2f;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
}
/*--------------------------------*/

.font-destina12{
    font-size: 14px;
    font-weight: 500;
    color: #231f20;
    text-align: right;
    margin-top: 12px;
    margin-bottom: 0px;
}
.font-destina13{
    color: #252830;
    font-size: 46px;
    font-weight: 500;
    margin-bottom: 20px;
}


/*--------------------------------*/
.font-banner-des1{
    font-size: 70px;
    font-weight: 500;
    color: #fff;
    font-family: "Times New Roman", Times, serif !important;
    text-shadow: 0 0 20px black;
}
.font-banner-des2{
    font-size: 60px;
    font-weight: 500;
    color: #fff;
    font-family: "Times New Roman", Times, serif !important;
    text-shadow: 0 0 20px black;
}

/*------font-carousel----*/
.font-carousel1{
    color: #7c7c7c;
    font-size: 12px;
    font-weight: 500;
    margin-top: 12px;
	text-align: left;
}

/*------font-activities----*/
.font-activi1{
    color: #7c7c7c;
	font-size: 14px;
    font-weight: 500;
}

.font-activi2{
    color: #000;
    font-size: 54px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px;
    line-height: 55px;
}
.font-activi3{
    color: #3e3e3e;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    line-height: 23px;
}
.font-activi4{
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
}


/*------font-popular-----*/
.font-popular1{
    color: #868686;
    font-size: 15px;
    font-weight: 500;
    margin-right: 24px;
}
.font-popular2{
    color: #898989;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
}
.font-popular3{
    color: #898989;
    font-size: 12px;
    font-weight: 600;
    background-color: #f1f1f1;
    margin-left: 10px;
    padding: 2px 9px;
    letter-spacing: 0.5px;
}

.font-popular4{
    color: #231f20;
    font-size: 27px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 15px;
}
.font-popular5{
    color: #696969;
    font-size: 14px;
    font-weight: 500;
}
.font-popular5 p{
    color: #696969;
    font-size: 14px;
    font-weight: 500;
}
.font-popular55{
    color: #000;
    font-size: 13px;
    font-weight: 500;
}
.font-popular55 p{
    color: #000;
    font-size: 13px;
    font-weight: 500;
}
.font-popular6{
    color: #212529;
    font-size: 27px;
    font-weight: 500;
    margin-top: 17px;
    margin-bottom: 6px;
    font-family: "Times New Roman", Times, serif !important;
}
.font-popular7{
    color: #464646;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
/*--------------------------------*/
.font-popular8{
    color: #231f20;
    font-size: 21px;
    font-weight: 600;
    padding: 13px 28px 13px 28px;
}
.font-popular9{
    color: #616161;
    font-size: 13px;
    font-weight: 500;
}
.font-popular10{
    color: #faba40;
    font-size: 13px;
    font-weight: 500;
}
.font-popular11{
    color: #898989;
    font-size: 10px;
    /*letter-spacing: 1px;*/
    font-weight: 600;
}

.font-popular12{
    color: #231f20;
    font-size: 13px;
    font-weight: 600;
    margin-top: -3px;
}
.font-popular13{
    color: #484848;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
}
.font-popular14{
    color: #696969;
    font-size: 13px;
    font-weight: 500;
}
/*--------------------------------*/
.font-popular15{
    color: #212529;
    font-size: 27px;
    font-weight: 500;
    margin-top: 60px;
    margin-bottom: 20px;
    font-family: "Times New Roman", Times, serif !important;
}

.font-popular16{
    color: #212529;
    font-size: 16px;
    margin-top: 75px;
    margin-bottom: 20px;
    font-family: "Times New Roman", Times, serif !important;
    text-align: right;
}
/*------font-blog-----*/
.font-blog1{
    color: #424243;
    font-size: 37px;
    font-weight: 500;
    text-align: center;
	padding-top: 100px;
    font-family: "Times New Roman", Times, serif !important;
}
.font-blog2{
    color: #b7b7b7;
	font-size: 13px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 70px;
    letter-spacing: 1px;
    line-height: 21px;
}
.font-blog3{
    color: #cea525;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.font-blog4{
    color: #424243;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}
.font-blog5{
    color: #999999;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 18px;
}
.font-blog6{
    color: #656565;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 25px;
}
.font-blog7{
    color: #656565;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
	margin-top: 0px;
}
.font-blog8{
    color: #656565;
    font-size: 13px;
    font-weight: 500;
    margin-left: 10px;
}
.font-blog9{
    color: #000;
    font-size: 17px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 15px;
}
.font-blog10{
    color: #bb992e;
    font-size: 14px;
    font-weight: 600;
}
.font-blog10:hover{
    color: #bb992e;
    font-size: 15px;
    font-weight: 600;
}
.font-blog11{
    color: #353535;
    font-size: 16px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 35px;
}
.font-blog12{
    color: #999;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 25px;
}
.font-blog13{
    font-size: 15px;
    font-weight: 500;
    color: #999;
    margin-bottom: 8px;
}


/*------font-gallery-----*/
.font-gallery1{
    color: #363636;
    font-size: 37px;
    font-weight: 500;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.font-gallery2{
    font-size: 16px;
    font-weight: 600;
    color: #363636;
    margin-top: 6px;
}
/*------font-package-----*/
.font-package1{
    color: #363636;
    font-size: 26px;
    font-weight: 500;
}
.font-package2{
    font-size: 16px;
    font-weight: 500;
	color: #3e3e3e;
}




/*------font-inquire-----*/
.font-inquire1{
    color: #000;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
}
.font-inquire2{
    color: #696969;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}
.font-inquire3{
    color: #000;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
.font-inquire4{
    color: #231f20;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 15px;
}
.font-inquire5{
    color: #000;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}
/*--------------------------------*/
.font-inquire6{
    color: #000;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 18px;
}
.font-inquire7{
    color: #696969;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 45px;
    margin-left: 60px;
    margin-right: 60px;
}

	

	
/*--------------------------------*/
/*           carousel             */
/*--------------------------------*/
.bg-carousel2{
    background-image: url(../images/home/img-carousel1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 400px 0px 300px 0px;
}		
.size-img-carousel1{
	width: 100%;
}	
/*--------------------------------*/
/*              home              */
/*--------------------------------*/
.border-h1{
    border: 1px solid #ddd;
    padding: 0px 50px 70px 50px;
}	
	
.pd-home2{
    padding: 0px 30px!important;
}
.pd-home3{
    padding: 0px 30px 0px 0px!important;
}
.pd-home4{
    padding: 0px 0px 0px 30px!important;
}		
.bg-home1{
	background: #091d3d;
    padding: 35px 0px 35px 0px;
}		
/*--------book-home-------*/
.bg-book-h1{
	background: #091d3d;
    padding: 15px 30px 40px 30px;
	height: 299px;
	margin-bottom: 15px;
}		
/*--------book-home-------*/
.bg-book-h2{
	background: #091d3d;
    padding: 15px 30px 40px 30px;
	height: 299px;
    background-image: url(../images/home/bg-book-h1.png);
    background-size: cover;
	margin-bottom: 15px;
}		
/*--------tour--home------*/	
.line-tour1{
	content: '';
    height: 55px;
    width: 1px;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: #ddd;
    position: absolute;
    -webkit-transform: skew(-40deg);
    -ms-transform: skew(-40deg);
    transform: skew(-40deg);
    display: -webkit-inline-box;
    margin-top: 0px;
}	
	
/*--------------------------------*/
/*            footer              */
/*--------------------------------*/
.mg-footer1{
    padding: 100px 0px 40px 0px;
}	
.pd-footer1{
	padding: 0px 0px 0px 0px;
}		
	
/*--------------------------------*/
/*             navbar             */
/*--------------------------------*/
.pd-nav1{
    margin-top: 20px!important;
    margin-bottom: 20px!important;
    margin: inherit;
}
.pd-nav2{
    margin-top: 10px!important;
    margin-bottom: 10px!important;
	margin: 0 auto;
}	
/*--------------------------------*/
/*           carousel             */
/*--------------------------------*/
.ct-carousel1{
    z-index: 5;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: -311px;
    margin-bottom: 0px;
    left: 0px;
    right: 0px;
    /* top: 50%; */
    /* transform: translateY(-40%); */
}
#demo1{
    position: relative;
    margin-bottom: 0px;
}
.ct-carousel2{
    position: absolute;
    z-index: 5;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    top: 50%;
    margin-bottom: 0px;
    /* transform: translateY(-40%); */
}
/*--------------------------------*/
/*          destinations          */
/*--------------------------------
.banner-destina1{
    background-image: url(../images/faqs/banner.png);
    background-size: cover;
    padding: 200px 0px 200px 0px;
	text-align: center;
}
.banner-about1{
    background-image: url(../images/faqs/banner.png);
    background-size: cover;
    padding: 200px 0px 200px 0px;
	text-align: center;
}*/
/*-----button-destinations-----*/
#button-destina2 {	
    margin-top: 15px;	
}	
.bg-destina4{
	text-align: center;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    padding: 30px;
    margin-bottom: 30px;
}	
.bg-destina2{
	background: #f2f2f2;
	padding: 70px 0px 50px 0px;	
    margin-top: 50px;	
}	
	
/*--------------------------------*/	
figure.snip0069 > .image img {
    width: 40%;
    border-radius: 50%;
}	
/*--------------------------------*/
/*           activities           */
/*--------------------------------*/
.pd-activities1{
    padding: 0px 11px 0px 11px;
    border-right: 1px solid #dfdfdf;
    background: #fff;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;	
}
.bg-activities4{
    background-color: #ffffff;
    margin-top: 30px;
    margin-bottom: 30px;
}	
.pd-activities2{
    padding: 11px 0px 11px 20px;
}	
#button-activi2 {
    padding: 31px 0px 31px 0px;
}		
	
.bg-activities3{
    background: #f4f4f4;
    padding: 80px 0px 80px 0px;
    margin-bottom: 65px;
}
.mg-activi1{
    margin-bottom: 45px;
	text-align: right;
}		
	
	
/*--------------------------------*/
/*             blog               */
/*--------------------------------*/
.pd-blog1{
	padding-left: 2px!important;
}
.pd-blog2{
	padding-right: 2px!important;
}
.form-blog2{
	color: #fff;
    background: #000000;
	box-shadow: none;
    padding: 6px 15px 6px 15px;
    margin-top: 0px;
	margin-bottom: 0px;
    border:none;
}
.bg-blog1{
    margin-bottom: 50px;
    border: 1px solid #ebebeb;
    padding: 28px 25px;
    box-sizing: border-box;
}	
/*-----button-blog-----*/
#button-blog1 {
    outline: none;
    padding: 6px 20px 6px 20px;
    text-align: center;
    border-radius: 0px;
    background: #d19b41;
    border: 2px solid #d19b41;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    width: fit-content;
    margin: 0 auto;
    margin-top: 23px;
}	
.bg-blog2{
	background: #000000d9;
    padding: 16px;
    margin-top: -148px;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
	
/*--------------------------------*/
/*             about              */
/*--------------------------------*/
.mg-about1{
    margin-top: 40px;
    margin-bottom: 60px;
}	
.mg-about2{
    margin-bottom: 0px;
}	
.bg-about1{
    background: #f1f1f1;
    padding: 50px 20px 50px 20px;
	text-align: center;
    height: 446px;
	margin-bottom: 15px;
    color: #333;
}	
.bg-about2{
    background: #f1f1f1;
    padding: 60px 0px 60px 0px;
    margin-top: 40px;
    margin-bottom: 40px;
}	
	
.pd-about1{
	padding-left: 0px!important;
}
.pd-about2{
	padding-right: 0px!important;
}
	
.bg-about4{
    background-image: url(../images/about/img-about8.jpg);
    background-size: cover;
    padding: 80px 0px 80px 0px;
	margin-top: 50px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;	
}	
		
.pd-about3{
    padding: 10px 26px 10px 26px;
}		
	
/*--------------------------------*/
/*             login              */
/*--------------------------------*/
.mg-login1{
    padding-top: 50px;
    padding-bottom: 100px;
}	
	
	
/*--------------------------------*/
/*            contact             */
/*--------------------------------*/
.bg-contact2{
	background: #ffffff;
    padding: 40px 40px 40px 40px;
}
.mg-contact1{
	margin-bottom: 70px;
}	
.map-contact1{
    padding-top: 59px;
    margin-bottom: -6px;
}	
	
/*--------------------------------*/
/*             faqs               */
/*--------------------------------*/
.pd-faqs1{
    padding-left: 0px!important;
    padding-right: 40px!important;
}		
	
hr.line-faqs1 {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #d8d8d8;
}
	
/*--------------------------------*/
/*         home - gallery         */
/*--------------------------------*/
.pd-gallery-h1{
	padding: 0px!important;
}		
.mg-gallery-h1{
    margin-left: -15px!important;
    margin-right: -15px!important;
}	
	
	
/*--------------------------------*/
/*         popular_tours          */
/*--------------------------------*/
.mg-popular1{
    margin-top: 11px;
}		
.mg-popular2{
    margin-top: 60px;
}		
/*--------------------------------*/
.pd-popular-carousel1 {
    padding-top: 59px;
}
.bg-popular1{
    background: #fff;
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.15);
    padding: 11px 0px 11px 0px;
    margin-bottom: 0px;
}
/*--------------------------------*/
/*            inquire             */
/*--------------------------------*/
.bg-inquire1{
    background: #f5f5f5;
    padding: 50px 0px 0px 0px;
}		
	
hr.line-inquire1 {
    margin-top: 20px;
    margin-bottom: 0px;
    background-color: #dfdfdf;
    height: 4px;
    border-left: 180px solid #faba40;
}
hr.line-inquire2 {
    margin-top: 20px;
    margin-bottom: 0px;
    background-color: #dfdfdf;
    height: 4px;
    border-left: 540px solid #faba40;
}	
	
.bg-inquire2{
    background: #ffffff;
    padding: 40px 40px 40px 40px;
    margin-bottom: 50px;
}	
	
/*--------------------------------*/
/*            gallery             */
/*--------------------------------
.banner-gallery1{
    background-image: url(../images/gallery/banner.png);
    background-size: cover;
	padding: 200px 0px 200px 0px;
	text-align: center;
}*/	
/*--------------------------------*/
/*            package             */
/*--------------------------------
.banner-package1{
    background-image: url(../images/package/banner_package1.png);
    background-size: cover;
	padding: 200px 0px 200px 0px;
	text-align: center;
}	
*/	
	
/*--------------------------------*/
/*        News and Special        */
/*--------------------------------*/
.bg-new-h2{
    background: #f4f4f4;
    padding: 20px 20px 20px 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}	
/*------carousel----*/
figure.snip_carou {
	left: none;
}		
	
	
	
/*--------------------------------*/
.height-img-h1{
    height: auto;	
}		
	
/*-----button-home--Best Selling Tours---*/
.button-tours-h1 {
    font-size: 13px;
}	
/*------tours-home------*/
.pd-tours-h-new1{
	padding-left: 15px;
}
.pd-tours-h-new2{
	padding-left: 15px;
	padding-right: 15px;
}		
	
	
	
	
	
	
	
	
	
}


/*--------------------------------------*/
/*  หน้าจอเท่ากับหรือมากกว่า 1200px // => PC  */
/*--------------------------------------*/
@media (min-width: 1200px) {
	
	
	

/*--------------------------------*/
/*              font              */
/*--------------------------------*/
/*-----font-navbar------*/
.font-nav1{
    font-size: 14px;
    font-weight: 600;
    color: #e2bb54;
}

/*-----font-home------*/
.font-home1{
    font-size: 28px;
    font-weight: 500;
    color: #c8c8c8;
    text-align: center;
    margin-bottom: 5px;
}
.font-home2{
    font-size: 14px;
	font-weight: 500;
	color: #c8c8c8;
    text-align: center;
    margin-bottom: 15px;
}
.font-home3{
    font-size: 50px;
    font-weight: 500;
    color: #4c4d4d;
    text-align: center;
    line-height: 57px;
	margin-bottom: 15px;
}
.font-home4{
	font-size: 15px;
	font-weight: 500;
	color: #4c4d4d;
	text-align: center;
}
/*-----font-home------*/
.font-home5{
    font-size: 50px;
    font-weight: 500;
    color: #1f1f1f;
    text-align: center;
    margin-bottom: 37px;
    z-index: 5;
    margin-top: -30px;
    background: white;
    width: auto;
    position: relative;
    display: inline-block;
    padding: 0px 0px 0px 0px;
}
.font-home6{
	font-size: 21px;
	font-weight: 500;
	color: #1f1f1f;
	text-align: center;
}
.font-home7{
    font-size: 15px;
    font-weight: 500;
    color: #7a7a7a;
    text-align: center;
    margin-bottom: 50px;
}
.font-home8{
	font-size: 23px;
	font-weight: 600;
	color: #1f1f1f;
	text-align: center;
	font-style: italic;		
	margin-bottom: 5px;
}
.font-home9{
	font-size: 23px;
    font-weight: 500;
    color: #1f1f1f;
    text-align: center;
    font-style: italic;
    line-height: 40px;
}
.font-home9 p{
    font-size: 14px;
    font-weight: 500;
    color: #1f1f1f;
    text-align: center;
    font-style: italic;
    line-height: 15px;
}


/*-----font-home-gallery-----*/
.font-gallery-h1{
	font-size: 32px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	font-family: "Times New Roman", Times, serif!important;
    text-shadow: 0 0 20px black;
}



/*-----font-home-book-----*/
.font-book-h1{
    font-size: 38px;
    font-weight: 500;
    color: #4c4d4d;
    text-align: center;
}
.font-book-h2{
	font-size: 15px;
    font-weight: 500;
    color: #4c4d4d;
    text-align: center;
    margin-bottom: 40px;
}
.font-book-h3{
    font-size: 45px;
    font-weight: 500;
    color: #faba40;
    margin-bottom: 15px;
}
.font-book-h4{
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    line-height: 35px;
    margin-bottom: 10px;
    padding-left: 20px;
}
.font-book-h5{
    font-size: 14px;
	font-weight: 500;
	color: #898787;
    padding-left: 20px;	
}
.font-book-h6{
    font-size: 28px;
    font-weight: 500;
    color: #ffffff;
    line-height: 35px;
    margin-bottom: 10px;
    padding-left: 20px;
}

/*-----font-home-tours-----*/
.font-tours-h1{
    font-size: 38px;
	font-weight: 500;
	color: #4c4d4d;
	text-align: center;
	margin-bottom: 40px;
}
.font-tours-h2{
    font-size: 10px;
	font-weight: 500;
	color: #818182;
    margin-bottom: 5px;	
}
.font-tours-h3{
    font-size: 16px;
    font-weight: 500;
    color: #4c4d4d;
    margin-bottom: 3px;
    display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden; height: 23px;
}
.font-tours-h3:hover{
    color: #fabc47;
}
.font-tours-h4{
	font-size: 20px;
    font-weight: 600;
    color: #111111;
    margin-top: -5px;
}
.font-tours-h5{
    font-size: 12px;
    font-weight: 500;
    color: #4c4d4d;
    margin-bottom: 5px; 
    display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden; height: 38px;
    text-align:inherit;
 
 
}

/*--------------------------------*/
.font-tours-High1{
    font-size: 50px;
    font-weight: 500;
    color: #faba40;
    text-align: center;
    margin-bottom: 40px;
}
/*-----font-home-news-----*/
.font-new-h1{
    font-size: 38px;
    font-weight: 500;
    color: #4c4d4d;
    text-align: center;
    margin-bottom: 40px;	
}
.font-new-h2{
    font-size: 21px;
    font-weight: 500;
    color: #444444;
    margin-bottom: 10px;
}
.font-new-h2:hover{
    color: #faba40;
}
.font-new-h3{
    font-size: 14px;
    font-weight: 500;
    color: #4c4d4d;
    margin-bottom: 20px;
    height: 80px;
}



/*-----font-footer------*/
.font-footer1{
    font-size: 29px;
    font-weight: 500;
    color: #faba40;
    text-align: center;
    /* padding: 40px 0px 30px 0px; */
    /* margin-bottom: 20px; */
    position: absolute;
    /* margin: 0 auto; */
    text-align: center;
    display: block;
    /* background: #091d3d; */
    left: 0;
    right: 0;
}
.font-footer2{
    font-size: 22px;
    font-weight: 500;
    color: #faba40;
    margin-bottom: 20px;	
}
.font-footer3{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
	margin-bottom: 15px;	
}
.font-footer4{
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 7px;	
}
.font-footer4:hover{
    color: #faba40;
}
.font-footer5{
    font-size: 22px;
    font-weight: 500;
    color: #faba40;
	margin-top: 20px;
    margin-bottom: 10px;	
}


/*-----font-navbar------*/
.font-navbar1{
    font-size: 27px;
    font-weight: 500;
    color: #fff;
    font-family: "Times New Roman", Times, serif !important;
	text-shadow: 0 0 20px black;
}
.font-navbar2{
    font-size: 80px;
    font-weight: 500;
    color: #fff;
    font-family: "Times New Roman", Times, serif !important;
	text-shadow: 0 0 20px black;
}
/*--------*/
.font-navbar3{
    font-size: 18px;
    font-weight: 500;
    color: #faba40;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
/*--------*/
.font-navbar4{
    font-size: 14px;
    font-weight: 500;
    color: #9c9c9c;
    margin-bottom: 15px;
}
.font-navbar5{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
	margin-bottom: 15px;
}
.font-navbar5:hover{
    color: #faba40;
}
.font-navbar6{
    font-size: 12px;
    font-weight: 500;
	margin-bottom: 0px;
}
.font-navbar7{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
	margin-bottom: 0px;
}

.font-navbar8 a{
    color: #9c9c9c;
}
.font-navbar8 a:hover{
    color: #faba40;
}


/*-----font-banner------*/
.font-banner1{
    font-size: 44px;
    font-weight: 500;
    color: #fff;	
	margin-bottom: 10px;
}
.font-banner2{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

/*------font-about-us-----*/
.font-about1{
    font-size: 33px;
    font-weight: 500;
    color: #484848;
    margin-bottom: 20px;
    line-height: 35px;
}
.font-about2{
    font-size: 15px;
    font-weight: 500;
    color: #4c4d4d;
    margin-bottom: 15px;
    line-height: 24px;
}
.font-about3{
    font-size: 33px;
    font-weight: 500;
    color: #353535;
    margin-bottom: 50px;
    text-align: center;
}
.font-about4{
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
}
.font-about5{
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}
.font-about6{
    font-size: 35px;
    font-weight: 500;
    color: #231f26;
	margin-bottom: 35px;
    line-height: 47px;
}
/*--------------------------------*/
.font-about7{
    font-size: 45px;
    font-weight: 500;
    color: #4c4d4d;
    margin-bottom: 15px;
    text-align: center;
}
.font-about8{
    font-size: 14px;
    font-weight: 500;
    color: #4c4d4d;
    margin-bottom: 40px;
    text-align: center;
    line-height: 22px;
}
.font-about9{
    font-size: 20px;
    font-weight: 500;
    color: #191919;
    margin-bottom: 5px;
}
.font-about10{
    font-size: 13px;
    font-weight: 500;
    color: #aaa9a9;
    margin-bottom: 8px;
}
.font-about11{
    font-size: 14px;
    font-weight: 500;
    color: #5e5e5e;
    line-height: 21px;
}
.font-about12{
    font-size: 29px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-bottom: 50px;
}
.font-about13{
    font-size: 27px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
.font-about14{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
}



/*------font-about-us-----*/
.font-contact1{
    font-size: 35px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
}
.font-contact2{
    font-size: 22px;
    font-weight: 600;
    color: #2f2f2f;
    margin-bottom: 15px;
}
.font-contact3{
    font-size: 14px;
    font-weight: 500;
    color: #7f7f7f;
}
.font-contact4{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;	
}
/*--------------------------------*/
.font-contact5{
    font-size: 21px;
    font-weight: 500;
    color: #2f2f2f;
    margin-bottom: 23px;	
}
.font-contact6{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 8px;
}

/*------font-faqs-----*/
.font-faqs1{
    font-size: 14px;
    font-weight: 500;
    color: #696969;
    line-height: 25px;
    margin-top: 0px;
}
.font-faqs2{
    font-size: 27px;
    font-weight: 500;
    color: #231f20;
    margin-bottom: 25px;
}
.font-faqs3{
    font-size: 15px;
    font-weight: 500;
    color: #2f2f2f;
}
.font-faqs3:hover{
    color: #faba40;
}
.font-faqs4{
    font-size: 27px;
    font-weight: 500;
    color: #231f20;
    margin-bottom: 10px;
}
.font-faqs5{
    font-size: 15px;
    font-weight: 500;
    color: #696969;
	margin-bottom: 30px;
}
.font-faqs6{
    font-size: 14px;
    font-weight: 500;
    color: #696969;
	text-align: left;
}
.font-faqs7{
    font-size: 27px;
    font-weight: 500;
    color: #231f20;
    margin-bottom: 10px;
	text-align: left;
}
/*--------------------------------*/
.font-faqs8{
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;	
}
.font-banner9 {
    font-size: 47px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}




/*------font-destina----*/
.font-destina1{
    color: #fff;
    font-size: 35px;
    font-weight: 500;
}
/*------*/
.font-destina2{
    color: #252830;
    font-size: 47px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
    line-height: 49px;
}
.font-destina3{
    font-size: 15px;
    font-weight: 500;
    color: #696969;
    margin-bottom: 30px;
    line-height: 22px;	
}
.font-destina4{
    color: #000;
    font-size: 47px;
    font-weight: 500;
    text-align: center;
}
.font-destina5{
    font-size: 15px;
    font-weight: 500;
    color: #696969;
	text-align: center;
    margin-top: -13px;	
}
/*------*/
.font-destina6{
    color: #231f20;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}
.font-destina7{
    color: #2f2f2f;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.font-destina8{
	font-size: 14px;
    font-weight: 500;
    color: #696969;
    text-align: center;
    line-height: 21px;
}
.font-destina9{
    color: #000;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}
.font-destina10{
    font-size: 14px;
    font-weight: 500;
    color: #696969;
    text-align: center;
    margin-bottom: 10px;	
}
.font-destina11{
    color: #2f2f2f;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
}
/*--------------------------------*/

.font-destina12{
    font-size: 14px;
    font-weight: 500;
    color: #231f20;
    text-align: right;
    margin-top: 12px;
    margin-bottom: 0px;
}
.font-destina13{
    color: #252830;
    font-size: 46px;
    font-weight: 500;
    margin-bottom: 20px;
}


/*--------------------------------*/
.font-banner-des1{
    font-size: 80px;
    font-weight: 500;
    color: #fff;
    font-family: "Times New Roman", Times, serif !important;
    text-shadow: 0 0 20px black;
}
.font-banner-des2{
    font-size: 70px;
    font-weight: 500;
    color: #fff;
    font-family: "Times New Roman", Times, serif !important;
    text-shadow: 0 0 20px black;
}

/*------font-carousel----*/
.font-carousel1{
    color: #7c7c7c;
    font-size: 12px;
    font-weight: 500;
    margin-top: 12px;
	text-align: left;
}

/*------font-activities----*/
.font-activi1{
    color: #7c7c7c;
	font-size: 14px;
    font-weight: 500;
}

.font-activi2{
    color: #000;
    font-size: 54px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px;
    line-height: 55px;
}
.font-activi3{
    color: #3e3e3e;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    line-height: 23px;
}
.font-activi4{
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
}


/*------font-popular-----*/
.font-popular1{
    color: #868686;
    font-size: 15px;
    font-weight: 500;
    margin-right: 24px;
}
.font-popular2{
    color: #898989;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
}
.font-popular3{
    color: #898989;
    font-size: 12px;
    font-weight: 600;
    background-color: #f1f1f1;
    margin-left: 10px;
    padding: 2px 9px;
    letter-spacing: 0.5px;
}

.font-popular4{
    color: #231f20;
    font-size: 27px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 15px;
}
.font-popular5{
    color: #696969;
    font-size: 14px;
    font-weight: 500;
}
.font-popular5 p{
    color: #696969;
    font-size: 14px;
    font-weight: 500;
}
.font-popular55{
    color: #000;
    font-size: 13px;
    font-weight: 500;
}
.font-popular55 p{
    color: #000;
    font-size: 13px;
    font-weight: 500;
}
.font-popular6{
    color: #212529;
    font-size: 27px;
    font-weight: 500;
    margin-top: 17px;
    margin-bottom: 6px;
    font-family: "Times New Roman", Times, serif !important;
}
.font-popular7{
    color: #464646;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
/*--------------------------------*/
.font-popular8{
    color: #231f20;
    font-size: 21px;
    font-weight: 600;
    padding: 13px 28px 13px 28px;
}
.font-popular9{
    color: #616161;
    font-size: 13px;
    font-weight: 500;
}
.font-popular10{
    color: #faba40;
    font-size: 13px;
    font-weight: 500;
}
.font-popular11{
    color: #898989;
    font-size: 10px;
    /*letter-spacing: 1px;*/
    font-weight: 600;
}
.font-popular12{
    color: #231f20;
    font-size: 14px;
    font-weight: 600;
    margin-top: -3px;
}
.font-popular13{
    color: #484848;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
}
.font-popular14{
    color: #696969;
    font-size: 13px;
    font-weight: 500;
}
/*--------------------------------*/
.font-popular15{
    color: #212529;
    font-size: 27px;
    font-weight: 500;
    margin-top: 60px;
    margin-bottom: 20px;
    font-family: "Times New Roman", Times, serif !important;
}
.font-popular16{
    color: #212529;
    font-size: 16px;
    margin-top: 75px;
    margin-bottom: 20px;
    font-family: "Times New Roman", Times, serif !important;
    text-align: right;
}

/*------font-blog-----*/
.font-blog1{
    color: #424243;
    font-size: 37px;
    font-weight: 500;
    text-align: center;
	padding-top: 190px;
    font-family: "Times New Roman", Times, serif !important;
}
.font-blog2{
    color: #b7b7b7;
	font-size: 13px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 70px;
    letter-spacing: 1px;
    line-height: 21px;
}
.font-blog3{
    color: #cea525;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.font-blog4{
    color: #424243;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}
.font-blog5{
    color: #999999;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 18px;
}
.font-blog6{
    color: #656565;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 25px;
}
.font-blog7{
    color: #656565;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
	margin-top: 0px;
}
.font-blog8{
    color: #656565;
    font-size: 13px;
    font-weight: 500;
    margin-left: 10px;
}
.font-blog9{
    color: #000;
    font-size: 17px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 15px;
}
.font-blog10{
    color: #bb992e;
    font-size: 14px;
    font-weight: 600;
}
.font-blog10:hover{
    color: #bb992e;
    font-size: 15px;
    font-weight: 600;
}
.font-blog11{
    color: #353535;
    font-size: 16px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 35px;
}
.font-blog12{
    color: #999;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 25px;
}
.font-blog13{
    font-size: 15px;
    font-weight: 500;
    color: #999;
    margin-bottom: 8px;
}


/*------font-gallery-----*/
.font-gallery1{
    color: #363636;
    font-size: 37px;
    font-weight: 500;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.font-gallery2{
    font-size: 16px;
    font-weight: 600;
    color: #363636;
    margin-top: 6px;
}
/*------font-package-----*/
.font-package1{
    color: #363636;
    font-size: 26px;
    font-weight: 500;
}
.font-package2{
    font-size: 16px;
    font-weight: 500;
	color: #3e3e3e;
}




/*------font-inquire-----*/
.font-inquire1{
    color: #000;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
}
.font-inquire2{
    color: #696969;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}
.font-inquire3{
    color: #000;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
.font-inquire4{
    color: #231f20;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 15px;
}
.font-inquire5{
    color: #000;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}
/*--------------------------------*/
.font-inquire6{
    color: #000;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 18px;
}
.font-inquire7{
    color: #696969;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 45px;
    margin-left: 60px;
    margin-right: 60px;
}

	

	
/*--------------------------------*/
/*           carousel             */
/*--------------------------------*/
.bg-carousel2{
    background-image: url(../images/home/img-carousel1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 400px 0px 300px 0px;
}		
.size-img-carousel1{
	width: 100%;
}	
/*--------------------------------*/
/*              home              */
/*--------------------------------*/
.border-h1{
    border: 1px solid #ddd;
    padding: 0px 50px 70px 50px;
}	
	
.pd-home2{
    padding: 0px 30px!important;
}
.pd-home3{
    padding: 0px 30px 0px 0px!important;
}
.pd-home4{
    padding: 0px 0px 0px 30px!important;
}		
.bg-home1{
	background: #091d3d;
    padding: 35px 0px 35px 0px;
}		
/*--------book-home-------*/
.bg-book-h1{
	background: #091d3d;
    padding: 15px 30px 40px 30px;
	height: 299px;
	margin-bottom: 15px;
}		
/*--------book-home-------*/
.bg-book-h2{
	background: #091d3d;
    padding: 15px 30px 40px 30px;
	height: 299px;
    background-image: url(../images/home/bg-book-h1.png);
    background-size: cover;
	margin-bottom: 15px;
}	
/*--------tour--home------*/	
.line-tour1{
	content: '';
    height: 55px;
    width: 1px;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: #ddd;
    position: absolute;
    -webkit-transform: skew(-40deg);
    -ms-transform: skew(-40deg);
    transform: skew(-40deg);
    display: -webkit-inline-box;
    margin-top: 0px;
}	
	
	
/*--------------------------------*/
/*            footer              */
/*--------------------------------*/
.mg-footer1{
    padding: 100px 0px 40px 0px;
}	
.pd-footer1{
	padding: 0px 0px 0px 0px;
}		
	
/*--------------------------------*/
/*             navbar             */
/*--------------------------------*/
.pd-nav1{
    margin-top: 20px!important;
    margin-bottom: 20px!important;
    margin: auto;
}
.pd-nav2{
    margin-top: 10px!important;
    margin-bottom: 10px!important;
	margin: 0 auto;
}	
/*--------------------------------*/
/*           carousel             */
/*--------------------------------*/
.ct-carousel1{
    z-index: 5;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: -365px;
    margin-bottom: 41px;
    left: 0px;
    right: 0px;
    /* top: 50%; */
    /* transform: translateY(-40%); */
}
#demo1{
    position: relative;
    margin-bottom: 0px;
}
.ct-carousel2{
    position: absolute;
    z-index: 5;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    top: 45%;
    margin-bottom: 0px;
    /* transform: translateY(-40%); */
}
/*--------------------------------*/
/*          destinations          */
/*--------------------------------
.banner-destina1{
    background-image: url(../images/faqs/banner.png);
    background-size: cover;
    padding: 250px 0px 150px 0px;
	text-align: center;
}	
.banner-about1{
    background-image: url(../images/faqs/banner.png);
    background-size: cover;
    padding: 250px 0px 150px 0px;
	text-align: center;
}	*/
/*-----button-destinations-----*/
#button-destina2 {	
    margin-top: 15px;	
}	
.bg-destina4{
	text-align: center;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    padding: 30px;
    margin-bottom: 30px;
}	
.bg-destina2{
	background: #f2f2f2;
	padding: 70px 0px 50px 0px;	
    margin-top: 50px;	
}	
	
/*--------------------------------*/	
figure.snip0069 > .image img {
    width: 32%;
    border-radius: 50%;
}	
/*--------------------------------*/
/*           activities           */
/*--------------------------------*/
.pd-activities1{
    padding: 0px 11px 0px 11px;
    border-right: 1px solid #dfdfdf;
    background: #fff;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;	
}
.bg-activities4{
    background-color: #ffffff;
    margin-top: 30px;
    margin-bottom: 30px;
}		
.pd-activities2{
    padding: 11px 0px 11px 20px;
}		
#button-activi2 {
    padding: 31px 0px 31px 0px;
}		
.bg-activities3{
    background: #f4f4f4;
    padding: 80px 0px 80px 0px;
    margin-bottom: 65px;
}
.mg-activi1{
    margin-bottom: 45px;
	text-align: right;
}		
	
/*--------------------------------*/
/*             blog               */
/*--------------------------------*/
.pd-blog1{
	padding-left: 2px!important;
}
.pd-blog2{
	padding-right: 2px!important;
}
.form-blog2{
	color: #fff;
    background: #000000;
	box-shadow: none;
    padding: 6px 15px 6px 15px;
    margin-top: 0px;
	margin-bottom: 0px;
    border:none;
}
.bg-blog1{
    margin-bottom: 50px;
    border: 1px solid #ebebeb;
    padding: 28px 25px;
    box-sizing: border-box;
}	
/*-----button-blog-----*/
#button-blog1 {
    outline: none;
    padding: 6px 20px 6px 20px;
    text-align: center;
    border-radius: 0px;
    background: #d19b41;
    border: 2px solid #d19b41;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    width: fit-content;
    margin: 0 auto;
    margin-top: 23px;
}	
.bg-blog2{
	background: #000000d9;
    padding: 16px;
    margin-top: -148px;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
	
/*--------------------------------*/
/*             about              */
/*--------------------------------*/
.mg-about1{
    margin-top: 40px;
    margin-bottom: 60px;
}	
.mg-about2{
    margin-bottom: 0px;
}	
.bg-about1{
    background: #f1f1f1;
    padding: 50px 20px 50px 20px;
	text-align: center;
    height: 341px;	
	margin-bottom: 15px;
    color: #333;
}	
.bg-about2{
    background: #f1f1f1;
    padding: 60px 0px 60px 0px;
    margin-top: 40px;
    margin-bottom: 40px;
}	
.pd-about1{
	padding-left: 0px!important;
}
.pd-about2{
	padding-right: 0px!important;
}
	
.bg-about4{
    background-image: url(../images/about/img-about8.jpg);
    background-size: cover;
    padding: 80px 0px 80px 0px;
	margin-top: 50px;	
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}	
		
.pd-about3{
    padding: 10px 26px 10px 26px;
}	
	
	
/*--------------------------------*/
/*             login              */
/*--------------------------------*/
.mg-login1{
    padding-top: 50px;
    padding-bottom: 100px;
}	
	
	
/*--------------------------------*/
/*            contact             */
/*--------------------------------*/
.bg-contact2{
	background: #ffffff;
    padding: 40px 50px 40px 50px;
}
.mg-contact1{
	margin-bottom: 70px;
}	
.map-contact1{
    padding-top: 148px;
    margin-bottom: -6px;
}	
	

/*--------------------------------*/
/*             faqs               */
/*--------------------------------*/
.pd-faqs1{
    padding-left: 0px!important;
    padding-right: 40px!important;
}		
	
	
hr.line-faqs1 {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #d8d8d8;
}
	
/*--------------------------------*/
/*         home - gallery         */
/*--------------------------------*/
.pd-gallery-h1{
	padding: 0px!important;
}		
.mg-gallery-h1{
    margin-left: -15px!important;
    margin-right: -15px!important;
}	
	
/*--------------------------------*/
/*         popular_tours          */
/*--------------------------------*/
.mg-popular1{
    margin-top: 11px;
}	
.mg-popular2{
    margin-top: 60px;
}	
/*--------------------------------*/
.pd-popular-carousel1 {
    padding-top: 78px;
}
.bg-popular1{
    background: #fff;
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.15);
    padding: 11px 0px 11px 0px;
    margin-bottom: 0px;
}
/*--------------------------------*/
/*            inquire             */
/*--------------------------------*/
.bg-inquire1{
    background: #f5f5f5;
    padding: 160px 0px 0px 0px;
}		
	
hr.line-inquire1 {
    margin-top: 20px;
    margin-bottom: 0px;
    background-color: #dfdfdf;
    height: 4px;
    border-left: 180px solid #faba40;
}
hr.line-inquire2 {
    margin-top: 20px;
    margin-bottom: 0px;
    background-color: #dfdfdf;
    height: 4px;
    border-left: 540px solid #faba40;
}		
	
.bg-inquire2{
    background: #ffffff;
    padding: 40px 40px 40px 40px;
    margin-bottom: 50px;
}	
	
/*--------------------------------*/
/*            gallery             */
/*--------------------------------
.banner-gallery1{
    background-image: url(../images/gallery/banner.png);
    background-size: cover;
    padding: 250px 0px 150px 0px;
	text-align: center;
}*/	
/*--------------------------------*/
/*            package             */
/*--------------------------------
.banner-package1{
    background-image: url(../images/package/banner_package1.png);
    background-size: cover;
    padding: 250px 0px 150px 0px;
	text-align: center;
}		
*/	

/*--------------------------------*/
/*        News and Special        */
/*--------------------------------*/
.bg-new-h2{
    background: #f4f4f4;
    padding: 20px 20px 20px 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}	
	
	
/*--------------------------------*/
.height-img-h1{
    height: auto;	
}		
	
/*-----button-home--Best Selling Tours---*/
.button-tours-h1 {
    font-size: 13px;
}	
/*------tours-home------*/
.pd-tours-h-new1{
	padding-left: 15px;
}
.pd-tours-h-new2{
	padding-left: 15px;
	padding-right: 15px;
}		
	
	
	
	
	
	
	
	
	
	
	
}






/*--------------------------------*/
/*              home              */
/*--------------------------------*/

hr.line-home2 {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #c8c8c840, rgba(0, 0, 0, 0));
}


/*--------------------------------*/

.bg-home2{
	background: #f4f4f4;
    padding: 50px 0px 50px 0px;
}
.bg-home3{
	background: #f4f4f4;
    padding: 55px 0px 50px 0px;
}
.pd-home1{
    padding: 50px 0px 50px 0px;
}

.mg-home1{
    margin-top: 85px;
    margin-bottom: 60px;
}






/*-----button-home-----*/
#button-home1 {
	outline: none;
    padding: 9px 30px 9px 30px;
    text-align: center;
    border-radius: 0px;
    background: #091d3d;
    border: 2px solid #091d3d;
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    margin-top: 30px;
}
#button-home1:hover {
  	color: white;
  	background: #091d3d;
  	border: 2px solid #091d3d;
}
#button-home1:active {
	letter-spacing: 2px;
}
/*-----button-home-----*/
#button-home2 {
    outline: none;
    padding: 9px 30px 9px 30px;
    text-align: center;
    border-radius: 0px;
    background: #faba40;
    border: 2px solid #faba40;
    color: #161616;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    margin-top: -25px;
    width: fit-content;
    z-index: 5;
    position: relative;
}
#button-home2:hover {
  	color: white;
  	background: #faba40;
  	border: 2px solid #faba40;
}
#button-home2:active {
	letter-spacing: 2px;
}
/*-----button-home--Best Selling Tours---*/
.button-tours-h1 {
    outline: none;
    padding: 9px 0px 9px 0px;
    text-align: center;
    border-radius: 0px;
    background: #faba40;
    border: 2px solid #faba40;
    color: #000;
    letter-spacing: 1px;

    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
}
.button-tours-h1:hover {
  	color: white;
  	background: #f9ad1b;
  	border: 2px solid #f9ad1b;
}
.button-tours-h1:active {
	letter-spacing: 2px;
}




/*-------tours-home------*/
.bg-tours-h1{
	background: #fff;
    padding: 15px 15px 15px 15px;
	margin-bottom: 15px;
}


/*--------------------------------*/
/*             navbar             */
/*--------------------------------*/
.menu-navbar1{
    position: absolute!important;
    /*top: -3px;*/
    float: right;
    right: 0px;
    z-index: 10;
}

hr.line-nav1 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #c8c8c840, rgba(0, 0, 0, 0));
}




.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}




/*-----button-navbar-----*/
#button-navbar1 {
	outline: none;
    padding: 10px 30px 10px 30px;
    text-align: center;
    border-radius: 0px;
    background: #e2bb54;
    border: 2px solid #e2bb54;
    color: #000;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    width: fit-content;
    float: right;
    font-weight: 900;
}
#button-navbar1:hover {
  	color: white;
  	background: #e2bb54;
  	border: 2px solid #e2bb54;
}





/*--------------------------------*/
/*           carousel             */
/*--------------------------------*/
.font-carou-n1{
	color: #9b9b9b;
    font-size: 13px;
    font-weight: 500;
}
.font-carou-n2{
    color: #2f2f2f;
    font-size: 15px;
    font-weight: 500;
    margin-left: 5px;
}
.pd-carousel4{
	padding-left: 0px!important;
	padding-right: 0px!important;
}
/*--------------------------------*/
.bg-carou-ph1{
	background: #ffffff;
    padding: 18px 0px 18px 0px;
    text-align: center;
}
.bg-carou-ph2{
    background: #faba40;
    color: #000;
    text-align: center;
    padding: 19px 0px 19px 0px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
}
.bg-carou-ph2:hover{
	background: #f9ad1b;
	color: #fff;
}
/*--------------------------------*/
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 6!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 7%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    -webkit-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}



.bg-carousel1{
    /*background-color: #ffffff;*/
    margin-top: 30px;
    margin-bottom: 30px;
    height: 85px;
}
/*--------------*/
.pd-carousel1{
	padding-right: 0px!important;
}
.pd-carousel2{
	padding-top: 10px;
}
.pd-carousel3{
    padding: 0px 15px 0px 15px;
    border-right: 1px solid #dfdfdf;
}
/*--------------*/
.form-carousel1{
    background: #fff;
	box-shadow: none;
	border: 1px solid #ffffff;
	margin-bottom: 0px;
    padding: 10px 0px 10px 0px;
}
.form-carousel1:focus {
	-moz-box-shadow: none!important;
  	-webkit-box-shadow: none!important;
  	box-shadow: none!important;
}

/*--------------------------------*/
/*    Best Selling Tours-  home   */
/*--------------------------------*/
.pd-tours-h1{
	padding-left: 0px!important;
	padding-right: 0px!important;
}
.pd-tours-h2{
	padding: 0px 15px;
}


/*-------Tours-zoom-gallery-------*/
.demo-gallery > ul {
	margin-bottom: 0;
  	padding-left: 0;
}

.demo-gallery > ul > li {
    margin-bottom: 0;
    display: grid;
    margin-right: 0;
    list-style: outside none none;
}

.demo-gallery > ul > li a {
	border-radius: 0;
  	display: block;
  	overflow: hidden;
  	position: relative;
  	float: left;
}

.demo-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.50s ease 0s;
  	-moz-transition: -moz-transform 0.15s ease 0s;
  	-o-transition: -o-transform 0.15s ease 0s;
  	transition: transform 0.50s ease 0s;
  	-webkit-transform: scale3d(1, 1, 1);
  	transform: scale3d(1, 1, 1);
  	height: 100%;
	width: 100%;
}

.demo-gallery > ul > li a:hover > img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
  	transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
	opacity: 1;
}

.demo-gallery > ul > li a .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
  	position: absolute;
  	right: 0;
  	top: 0;
  	-webkit-transition: background-color 0.15s ease 0s;
  	-o-transition: background-color 0.15s ease 0s;
  	transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
	left: 50%;
  	margin-left: -10px;
  	margin-top: -10px;
  	opacity: 0;
  	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
  	transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
  	-o-transition: -o-transform 0.15s ease 0s;
  	transition: transform 0.15s ease 0s;
  	-webkit-transform: scale3d(1, 1, 1);
  	transform: scale3d(1, 1, 1);
  	height: 100%;
	width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
  	-webkit-transform: scale3d(1.1, 1.1, 1.1);
  	transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
	opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
  	right: 0;
  	top: 0;
  	-webkit-transition: background-color 0.15s ease 0s;
  	-o-transition: background-color 0.15s ease 0s;
  	transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
	left: 50%;
  	margin-left: -10px;
  	margin-top: -10px;
  	opacity: 0;
  	position: absolute;
  	top: 50%;
  	-webkit-transition: opacity 0.3s ease 0s;
  	-o-transition: opacity 0.3s ease 0s;
  	transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  	background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
	height: 48px;
	margin-left: -24px;
	margin-top: -24px;
	opacity: 0.8;
  	width: 48px;
}

.demo-gallery.dark > ul > li a {
	border: 3px solid #04070a;
} 




/*--------------------------------*/
/*     Tour Highlights  home      */
/*--------------------------------*/
.bg-tour-h1{
    background: #091d3d;
    background-size: cover;
    padding: 50px 0px 50px 0px;
}

/*--------------------------------*/
/*        News and Special        */
/*--------------------------------*/

.bg-new-h1{
	background: #f4f4f4;
	padding: 50px 0px 50px 0px;
}


/*-----button-home--News---*/
#button-new-h1 {
    outline: none;
    padding: 9px 25px 9px 25px;
    text-align: center;
    border-radius: 0px;
    background: #091d3d;
    border: 2px solid #091d3d;
    color: #fff;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    width: fit-content;
}
#button-new-h1:hover {
  	color: white;
  	background: #091d3d;
  	border: 2px solid #091d3d;
}
#button-new-h1:active {
	letter-spacing: 2px;
}

/*--------------------------------*/
/*            footer              */
/*--------------------------------*/



.bg-footer1{
	background: #091d3d;
	padding: 50px 0px 0px 0px;	
}
hr.line-footer1 {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 50px solid #000b31;
}

hr.line-footer2{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #25416f;	
}
.bg-text-footer1{
	background: #091d3d;
    display: initial;
    padding-left: 25px;
    padding-right: 25px;
}
/*--------------------------------*/
/*     home   Our Associations    */
/*--------------------------------*/


html:not(.touch) .gallery-image figcaption, .touch .gallery-image figcaption, .mfp-with-zoom .mfp-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 14px;
  color: rgba(255, 255, 255, 0);
  padding: 1em;
  transition: all 0.2s ease;
  font-weight: 600;
  max-width: calc(100% - 9em);
  line-height: 1.25;
  text-align: center;
  box-sizing: border-box;
}
html:not(.touch) .gallery-image figcaption:before, .touch .gallery-image figcaption:before, .mfp-with-zoom .mfp-title:before, html:not(.touch) .gallery-image figcaption:after, .touch .gallery-image figcaption:after, .mfp-with-zoom .mfp-title:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  padding: 1em;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: -1;
}
html:not(.touch) .gallery-image figcaption:before, .touch .gallery-image figcaption:before, .mfp-with-zoom .mfp-title:before, html:not(.touch) .gallery-image figcaption:after, .touch .gallery-image figcaption:after, .mfp-with-zoom .mfp-title:after {
  right: 100%;
  bottom: 100%;
}
html:not(.touch) .gallery-image figcaption:after, .touch .gallery-image figcaption:after, .mfp-with-zoom .mfp-title:after {
  left: 100%;
  top: 100%;
}
html:not(.touch) .gallery-image figcaption.visible, html:not(.touch) .gallery-image:hover figcaption, .touch .gallery-image figcaption, .mfp-with-zoom .visible.mfp-title, .mfp-with-zoom.mfp-ready .mfp-title {
  color: white;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease 0.3s;
}
html:not(.touch) .gallery-image figcaption.visible:before, html:not(.touch) .gallery-image:hover figcaption:before, .touch .gallery-image figcaption:before, .mfp-with-zoom .visible.mfp-title:before, .mfp-with-zoom.mfp-ready .mfp-title:before, html:not(.touch) .gallery-image figcaption.visible:after, html:not(.touch) .gallery-image:hover figcaption:after, .touch .gallery-image figcaption:after, .mfp-with-zoom .visible.mfp-title:after, .mfp-with-zoom.mfp-ready .mfp-title:after {
  opacity: 1;
}
html:not(.touch) .gallery-image figcaption.visible:before, html:not(.touch) .gallery-image:hover figcaption:before, .touch .gallery-image figcaption:before, .mfp-with-zoom .visible.mfp-title:before, .mfp-with-zoom.mfp-ready .mfp-title:before {
  right: -1.5em;
  bottom: -1.5em;
}
html:not(.touch) .gallery-image figcaption.visible:after, html:not(.touch) .gallery-image:hover figcaption:after, .touch .gallery-image figcaption:after, .mfp-with-zoom .visible.mfp-title:after, .mfp-with-zoom.mfp-ready .mfp-title:after {
  left: -1.5em;
  top: -1.5em;
}


/*----------*/
.gallery {
  -webkit-column-gap: 0;
          column-gap: 0;
}
@media (min-width: 0px) {
  .gallery {
    -webkit-column-count: 1;
            column-count: 1;
  }
}
@media (min-width: 768px) {
  .gallery {
    -webkit-column-count: 3;
            column-count: 3;
  }
}
@media (min-width:  992px) {
  .gallery {
    -webkit-column-count: 3;
            column-count: 3;
  }
}
@media (min-width: 1200px) {
  .gallery {
    -webkit-column-count: 5;
            column-count: 5;
  }
}

/*-----------------*/
.gallery2 {
  -webkit-column-gap: 0;
          column-gap: 0;
}
@media (min-width: 0px) {
  .gallery2 {
    -webkit-column-count: 3;
            column-count: 3;
  }
}
@media (min-width: 768px) {
  .gallery2 {
    -webkit-column-count: 3;
            column-count: 3;
  }
}
@media (min-width:  992px) {
  .gallery2 {
    -webkit-column-count: 3;
            column-count: 3;
  }
}
@media (min-width: 1200px) {
  .gallery2 {
    -webkit-column-count: 3;
            column-count: 3;
  }
}

/*----------*/
.gallery3 {
  -webkit-column-gap: 0;
          column-gap: 0;
}
@media (min-width: 0px) {
  .gallery3 {
    -webkit-column-count: 2;
            column-count: 2;
  }
}
@media (min-width: 768px) {
  .gallery3 {
    -webkit-column-count: 3;
            column-count: 3;
  }
}
@media (min-width:  992px) {
  .gallery3 {
    -webkit-column-count: 3;
            column-count: 3;
  }
}
@media (min-width: 1200px) {
  .gallery3 {
    -webkit-column-count: 5;
            column-count: 5;
  }
}
/*----------*/



/*-----------------*/
.gallery33 {
  -webkit-column-gap: 0;
          column-gap: 0;
}
@media (min-width: 0px) {
  .gallery33 {
    -webkit-column-count: 3;
            column-count: 3;
  }
}
@media (min-width: 768px) {
  .gallery33 {
    -webkit-column-count: 3;
            column-count: 3;
  }
}
@media (min-width:  992px) {
  .gallery33 {
    -webkit-column-count: 3;
            column-count: 3;
  }
}
@media (min-width: 1200px) {
  .gallery33 {
    -webkit-column-count: 4;
            column-count: 4;
  }
}



/*-----------------*/
.gallery4 {
  -webkit-column-gap: 0;
          column-gap: 0;
}
@media (min-width: 0px) {
  .gallery4 {
    -webkit-column-count: 3;
            column-count: 3;
  }
}
@media (min-width: 768px) {
  .gallery4 {
    -webkit-column-count: 3;
            column-count: 3;
  }
}
@media (min-width:  992px) {
  .gallery4 {
    -webkit-column-count: 3;
            column-count: 3;
  }
}
@media (min-width: 1200px) {
  .gallery4 {
    -webkit-column-count: 3;
            column-count: 3;
  }
}



/*-----------------*/
.gallery5 {
  -webkit-column-gap: 0;
          column-gap: 0;
}
@media (min-width: 0px) {
  .gallery5 {
    -webkit-column-count: 2;
            column-count: 2;
  }
}
@media (min-width: 768px) {
  .gallery5 {
    -webkit-column-count: 2;
            column-count: 2;
  }
}
@media (min-width:  992px) {
  .gallery5 {
    -webkit-column-count: 5;
            column-count: 5;
  }
}
@media (min-width: 1200px) {
  .gallery5 {
    -webkit-column-count: 5;
            column-count: 5;
  }
}



.gallery-image {
  position: relative;
  margin: 0;
  padding: 0;
}
.gallery-image:before, .gallery-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  transition: all 0.2s;
  will-change: border;
}
.gallery-image:after {
  border-width: 0;
}

.gallery-image img {
	display: block;
  	max-width: 100%;
  	height: auto;
    margin: 0 auto;	
}

html:not(.touch) .gallery-image {
  overflow: hidden;
}
html:not(.touch) .gallery-image:hover:before {
  border-width: 16px;
}
html:not(.touch) .gallery-image:hover:after {
  border-width: 32px;
}
.touch .gallery-image figcaption {
  top: auto;
  bottom: 2em;
}








/*--------------------------------*/
/*         banner - about         */
/*--------------------------------*/
/*--
.banner-about1{
    background-image: url(../images/about/banner-about1.png);
    background-size: cover;
    padding: 100px 0px 100px 0px;
    text-align: center;
    top: 81px;
	margin-bottom: 140px;
    position: relative;
}
.bg-banner1{
	background: #091d3d;
}--*/


/*--------------------------------*/
/*             about              */
/*--------------------------------*/


.ct-about{
	text-align: center;
}


.bg-about1:hover{
    background-image: url(../images/about/img-about22.png);
    background-size: cover;
    padding: 50px 20px 50px 20px;
	color: #fff;
}

.bg-about3{
    background: #f4f4f4;
    margin-bottom: 25px;
}


/*---------------*/



/*-----button-about-----*/
#button-about1 {
    outline: none;
    padding: 10px 25px 10px 25px;
    text-align: center;
    border-radius: 0px;
    background: #000000;
    border: 2px solid #000000;
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    width: fit-content;
    margin: 0 auto;
    margin-top: 15px;
}
#button-about1:hover {
  	color: white;
  	background: #091d3d;
  	border: 2px solid #091d3d;
}
#button-about1:active {
	letter-spacing: 2px;
}


/*--------------------------------*/
/*            contact             */
/*--------------------------------*/


.bg-contact1{
	background: #f5f5f5;
	padding: 50px 0px 0px 0px;
}



/*------form-------*/
form input, form textarea {
    border: 1px solid #e8e8e8;
    outline: 0;
    padding: 10px 15px 10px 15px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 0px;
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	/*--
    resize: none;--*/
    background: #e8e8e8;
    font-size: 15px;
}
form input:focus, form textarea:focus {
  -moz-box-shadow: 0 0px 2px #c99a1c !important;
  -webkit-box-shadow: 0 0px 2px #c99a1c !important;
  box-shadow: 0 0px 2px #c99a1c !important;
}
form #input-submit {
  color: white;
  background: #e74c3c;
  cursor: pointer;
}
form #input-submit:hover {
	-moz-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
	-webkit-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
	box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
    border: 1px solid #faba40;
}
form textarea {
  height: 95px;
}


/*-----button-contact-----*/
#button-contact1 {
    outline: none;
    padding: 11px 35px 11px 35px;
    text-align: center;
    border-radius: 0px;
    background: #faba40;
    border: 2px solid #faba40;
    color: #111;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    width: fit-content;
    float: right;
}
#button-contact1:hover {
  	color: white;
  	background: #faba40;
  	border: 2px solid #faba40;
}
#button-contact1:active {
	letter-spacing: 2px;
}





/*--------------------------------*/
/*        navbar-menu-new         */
/*--------------------------------*/

.ct-nav1{
	text-align: center;
    margin-bottom: 10px;
}
.ct-nav2{
	text-align: center;
    margin-bottom: 20px;
}

/*--------------------------------*/
.pd-nav-menu1{
	padding-left: 15px;
	padding-right: 15px;
}
.pd-nav-menu2{
	margin-top: 10px;
}
.border-nav-menu1{
    border: 2px solid #ffffff00;
}
.border-nav-menu1:hover{
    border: 2px solid #faba40!important;
}
/*--------------------------------*/
.border-nav-menu2{
	border-right: 1px solid #6c6666;
    padding-right: 30px!important;
}
.mg-nav-menu1{
	margin-top: 30px!important;
	/*--
	margin-left: 50px!important;
	margin-right: 50px!important;
	--*/
}

/*--------------------------------*/
.border-nav-menu3{
    border: 2px solid #fff;
}
.border-nav-menu3:hover{
    border: 2px solid #fff!important;
}
/*--------------------------------*/
.pd-nav-menu3{
	padding-left: 0px!important;
}
.mg-nav-menu2{
	margin-left: 20px;
}

/*--------------------------------*/
li .dropdown-menu {
    position: fixed!important;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #e9e9e9;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: none;
    border-radius: 0px!important;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    width: 100%;
    box-shadow: none;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #b0b1b1;
    background-color: #091d3d!important;
}




/*--------------------------------*/
/*             faqs               */
/*--------------------------------*/



.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
    font-size: 16px;
    color: #000;
}

/*--------------------------------

.banner-faqs1{
    background-image: url(../images/faqs/banner.png);
    background-size: cover;
    padding: 300px 0px 40px 0px;
}
*/
/*--------------------------------*/
.mg-faqs1{
	margin-top: 50px;
	margin-bottom: 50px;
}
.mg-faqs2{
	margin-top: 50px;
}
.mg-faqs3{
	margin-top: 20px;
}

/*--------------------------------*/

.pd-faqs2{
	padding-right: 0px!important;
}
.pd-faqs3{
    padding-left: 0px!important;
}

.bg-faqs1{
    background: #faba40;
    text-align: center;
    padding-right: 0px!important;
    padding-top: 11px;
    padding-bottom: 11px;
    cursor: pointer;	
}
.bg-faqs1:hover{
	background: #ffb425;
    text-align: center;
    padding-right: 0px!important;
    padding-top: 11px;
    padding-bottom: 11px;
    cursor: pointer;	
}
.form-faqs1{
    margin-bottom: 0px;
	background: #e8e8e8;
	-webkit-box-shadow: none;
}





/*--------------------------------*/
/*          destinations          */
/*--------------------------------*/

/*------circle--destinations-----*/
figure.snip0069 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;

  min-width: 220px;
	/*--
  max-width: 310px;--*/
  width: 100%;
  text-align: center;
}
figure.snip0069 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip0069 > .image {
    display: block;
    position: relative;
    padding: 0px 0px 15px 0px;
}

figure.snip0069 > .image:before {
  position: absolute;
  bottom: 0;
  content: '';
  background: #ffffff;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
}
figure.snip0069 figcaption {
  position: relative;
  background: #ffffff;
}
figure.snip0069 figcaption:before {
  position: absolute;
  width: 100%;
  background: #000000;
  height: 0px;
  bottom: 0;
  display: block;
  content: '';
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
figure.snip0069 h3,
figure.snip0069 p {
  margin: 0;
  display: inline-block;
  width: 100%;
}
figure.snip0069 h3 {
  padding: 10px 15px;
  background: #333333;
  text-transform: uppercase;
}
figure.snip0069 p {
  font-size: 0.9em;
  font-weight: 500;
  background: #ffffff;
  color: #4d4d4d;
  padding: 20px 40px 30px;
}
figure.snip0069 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.snip0069.blue h3,
figure.snip0069.blue figcaption:before {
  background: #2980b9;
}
figure.snip0069.red h3,
figure.snip0069.red figcaption:before {
  background: #c0392b;
}
figure.snip0069.yellow h3,
figure.snip0069.yellow figcaption:before {
  background: #e67e22;
}
figure.snip0069.navy h3,
figure.snip0069.navy figcaption:before {
  background: #34495e;
}
figure.snip0069:hover figcaption:before,
figure.snip0069.hover figcaption:before {
  height: 10px;
}

/*--------------------------------*/
/*--------------------------------*/

.mg-destina1{
	margin-top: 50px;
}
hr.line-destina1 {
	margin-top: 40px;
    margin-bottom: 60px;
    border: 0;
    border-top: 1px solid #d8d8d8;
}
.pd-destina1{
	padding-left: 3px;
	padding-right: 3px;
}

/*--------------------------------*/
.bg-destina1{
	background: #f4f4f4;
    padding: 15px 15px 15px 15px;
	margin-bottom: 25px;
}


.bg-destina3{
    background-image: url(../images/destinations/img-destina3.png);
    background-size: cover;
    text-align: center;
    padding: 100px 0px 100px 0px;
}
/*--------------------------------*/

/*--------------------------------*/
.bg-destina5{
    background-color: #e8e8e8;
    padding: 15px 15px;
    margin-top: 30px;
    margin-bottom: 60px;
}


/*-----button-destinations-----*/
#button-destina1 {
	outline: none;
    padding: 13px 42px 13px 42px;
    text-align: center;
    border-radius: 0px;
    background: #faba40;
    border: 2px solid #faba40;
    color: #111;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    width: fit-content;
    margin: 0 auto;
    margin-top: 20px;	
}
#button-destina1:hover {
  	color: #fff;
  	background: #f9ad1b;
  	border: 2px solid #f9ad1b;
}
#button-destina1:active {
	letter-spacing: 2px;
}

/*-----button-destinations-----*/
#button-destina2 {
	outline: none;
    padding: 13px 30px 13px 30px;
    text-align: center;
    border-radius: 0px;
    background: #faba40;
    border: 2px solid #faba40;
    color: #111;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    width: 100%;
	/*--
    width: fit-content;
    margin: 0 auto;--*/
}
#button-destina2:hover {
  	color: #fff;
  	background: #f9ad1b;
  	border: 2px solid #f9ad1b;
}


/*------dropdown--destina------*/
.dropdown-des1{
	width: -webkit-fill-available;
    border: 1px solid #fff;
    height: 51px;
    font-weight: 600;
    color: #2f2f2f;
    padding: 0px 7px 0px 7px;
    font-size: 13px;
    cursor: pointer;	
}





/*--------------------------------*/
/*           activities           */
/*--------------------------------*/

.pd-activities3{
    padding-left: 0px!important;
	padding-right: 0px!important;
}


/*--------------------------------*/
.bg-activities1{
    background-image: url(../images/activities/img-activities1.png);
    background-size: cover;
    text-align: center;
    padding: 100px 0px 100px 0px;
    margin-top: 50px;	
}
.bg-activities2{
    background: #f1f1f1!important;
    padding: 1px 0px;
}

/*--------------------------------*/
/*--------------------------------*/
.bg-activities5{
    background-color: #f4f4f4;
    color: #9b9b9b;
    padding: 5px 5px 5px 5px;
    margin-left: 5px;	
    font-size: 10px;
	font-weight: 500;
    letter-spacing: 1px;
}
.bg-activities5:hover{
    background-color: #faba40;
    color: #2f2f2f!important;
    padding: 5px 5px 5px 5px;
}


button.bg-activities5{
    background-color: #f4f4f4;
    color: #9b9b9b;
    padding: 5px 5px 5px 5px;
    margin-left: 5px;   
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 0px;
}
button.bg-activities5:hover{
    background-color: #faba40;
    color: #2f2f2f!important;
    padding: 5px 5px 5px 5px;
}



/*-----button-activities-----*/
.button-activi1 {
    outline: none;
    padding: 13px 42px 13px 42px;
    text-align: center;
    border-radius: 0px;
    background: #000;
    border: 2px solid #000;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    width: fit-content;
    margin: 0 auto;
    margin-top: 20px;
}
.button-activi1:hover {
    color: #fff;
    background: #000;
    border: 2px solid #000;
}
.button-activi1:active {
    letter-spacing: 2px;
}
#button-activi1 {
    outline: none;
    padding: 13px 42px 13px 42px;
    text-align: center;
    border-radius: 0px;
    background: #000;
    border: 2px solid #000;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    width: fit-content;
    margin: 0 auto;
    margin-top: 20px;
}
#button-activi1:hover {
  	color: #fff;
  	background: #000;
  	border: 2px solid #000;
}
#button-activi1:active {
	letter-spacing: 2px;
}
/*-----button-activities-----*/
#button-activi2 {
    outline: none;

    text-align: center;
    border-radius: 0px;
    background: #faba40;
    border: 2px solid #faba40;
    color: #111;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
	/*--
    width: fit-content;
    margin: 0 auto;--*/
}

#button-activi2:hover {
  	color: #fff;
  	background: #f9ad1b;
  	border: 2px solid #f9ad1b;
}


#button-activi22 {
    outline: none;

    text-align: center;
    border-radius: 0px;
    background: #faba40;
    border: 2px solid #faba40;
    color: #111;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    padding: 31px 17px 30px 17px;
    width: 100%;
    /*--
    width: fit-content;
    margin: 0 auto;--*/
}

#button-activi22:hover {
    color: #fff;
    background: #f9ad1b;
    border: 2px solid #f9ad1b;
}
/*------dropdown--activities------*/
.dropdown-activi1{
	width: -webkit-fill-available;
    border: 1px solid #fff;
    height: 45px;
    font-weight: 600;
    color: #2f2f2f;
	font-size: 14px;
    cursor: pointer;	
}






/*--------------------------------*/
/*         popular_tours          */
/*--------------------------------*/

.pd-popular-n1{
	padding-top: 60px;
}
.pd-popular-n2{
	padding-top: 60px;
}

/*--------------------------------*/


.carousel-indicators .active {
    background-color: #fff0;
}

/*--------------------------------*/
.bg-popular4{
	background: #000000;
	color: #e2ba07;
	font-size: 15px;
	font-weight: 600;
    padding: 15px 30px 15px 30px;
}


/*--------------------------------*/
.circle-popular1{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.63;
    letter-spacing: 0.3px;
    color: #fff;
	margin: auto;
}	


.bg-popular2{
	background: #fff;
	border: 1px solid #d0d0d0;
    margin-top: 0px;
}
.bg-popular2:hover{
    -webkit-box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bg-popular3{
	background: #fff;
	border: 1px solid #d0d0d0;
    margin-top: 40px;
}

/*--------------------------------*/

hr.line-popular1 {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #d0d0d0;
}
.pd-popular1{
    padding: 18px 28px 9px 28px;
}
.pd-popular2{
    padding: 0px 28px 15px 28px;
}
.pd-popular3{
    padding: 15px 28px 15px 28px;
}
.pd-popular4{
    padding: 15px 28px 9px 28px;
}

/*--------------------------------*/



hr.line-popular2{
    margin-top: 17px;
    margin-bottom: 17px;
    border-top: 1px solid #d0d0d0;
}

/*-----button-popular_tours -----*/
#button-popular1 {
    outline: none;
    padding: 9px 15px 9px 15px;
    text-align: center;
    border-radius: 0px;
    background: #faba40;
    border: 2px solid #faba40;
    color: #111;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    width: 100%;
    float: right;
}
#button-popular1:hover {
  	color: white;
  	background: #f9ad1b;
  	border: 2px solid #f9ad1b;
}
#button-popular1:active {
	letter-spacing: 2px;
}

/*-----button-popular_tours -----*/
#button-popular2 {
    outline: none;
    padding: 9px 15px 9px 15px;
    text-align: center;
    border-radius: 0px;
    background: #000;
    border: 2px solid #000;
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    width: 100%;
}
#button-popular2:hover {
  	color: white;
  	background: #000;
  	border: 2px solid #000;
}
#button-popular2:active {
	letter-spacing: 2px;
}
/*-----button-popular_tours -----*/
#button-popular3 {
    outline: none;
    padding: 11px 5px 11px 5px;
    text-align: center;
    border-radius: 0px;
    background: #faba40;
    border: 2px solid #faba40;
    color: #111;
    font-size: 10px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    width: 100%;
    float: right;
}
#button-popular3:hover {
  	color: white;
  	background: #f9ad1b;
  	border: 2px solid #f9ad1b;
}
#button-popular3:active {
	letter-spacing: 1px;
}




/*--------------------------------*/
/*             blog               */
/*--------------------------------*/


.mg-blog1{
	margin-bottom: 10px;
}

.border-blog1{
    border: 1px solid #eee;
	padding: 17px 17px 17px 17px;
}
.border-blog2{
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
	padding: 17px 17px 17px 17px;
	background: #fcfcfc;
    margin-bottom: 15px;
}

hr.line-blog1 {
    margin-top: 20px;
	margin-bottom: 50px;
    border: 0;
    border-top: 1px solid #ebebeb;
}



.form-blog1{
    background: #fff;
	box-shadow: none;
    padding: 6px 15px 6px 15px;
	margin-bottom: 0px;
}

.form-blog1:focus {
	-moz-box-shadow: none!important;
  	-webkit-box-shadow: none!important;
  	box-shadow: none!important;
}


.form-blog2:hover{
	-moz-box-shadow: none!important;
  	-webkit-box-shadow: none!important;
  	box-shadow: none!important;
}

.form-blog3{
    background: #fff;
	box-shadow: none;
}



/*--------------------------------*/
.entry-more{
	text-align: center;
}
.entry-more a{
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #424243;
    display: inline-block;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
    box-sizing: border-box;
    line-height: 30px;
}
.entry-more a span:after {
    content: '';
    border-top: 1px solid;
    display: block;
    max-width: 40px;
    margin: 3px auto 10px;
    color: #6d6d6d;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.entry-more a:hover{
    color: #000;
}
.entry-more a:hover span:after{
  color: #000;
  max-width: 55px;
}


/*-----button-blog-----*/

#button-blog1:hover {
  	color: white;
  	background: #d19b41;
  	border: 2px solid #d19b41;
}
#button-blog1:active {
	letter-spacing: 2px;
}

/*-----button-blog-----*/
#button-blog2 {
    outline: none;
    padding: 10px 30px 10px 30px;
    text-align: center;
    border-radius: 0px;
    background: #ffffff;
    color: #666;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    width: fit-content;
    border: 1px solid #D8D8D8;
    margin-top: 5px;
    margin-bottom: 30px;
}
#button-blog2:hover {
  	color: white;
  	background: #333;
  	border: 1px solid #333;
}
#button-blog2:active {
	letter-spacing: 2px;
}



/*--------------------------------*/
/*            gallery             */
/*--------------------------------*/

hr.line-gallery1 {
    border-top: 4px solid #d9af00;
    width: 50px;
    margin-top: 8px;
    margin-bottom: 30px;
    margin-left: 0px;
}
.pd-gallery-de1{
    padding: 0px 9px 10px 9px!important;
}




/*--------zoom-gallery---------*/
figure {
    margin: 0 0 0rem;
}
/*---------*/
.snip1584-gallery {
	position: relative;
	display: inline-block;
	overflow: hidden;


	width: 100%;
	color: #ffffff;
	font-size: 16px;
	text-align: left;
}
.snip1584-gallery * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.snip1584-gallery:before {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
  	right: 0px;
  	top: 100%;
  	content: '';
  	background-color: #333333ab;
}

.snip1584-gallery img {
	vertical-align: top;
	max-width: 100%;
	backface-visibility: hidden;
}
.snip1584-gallery figcaption {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	align-items: center;
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
}
.snip1584-gallery h3,
.snip1584-gallery h5 {
  	margin: 0;
	opacity: 0;
	letter-spacing: 1px;
}
.snip1584-gallery h3 {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
  	text-transform: uppercase;
  	font-weight: 400;
  	-webkit-transition-delay: 0.05s;
  	transition-delay: 0.05s;
  	margin-bottom: 5px;
}
.snip1584-gallery h5 {
	font-weight: normal;
	background-color: #ae895d;
	padding: 3px 10px;
  	-webkit-transform: translateY(-100%);
  	transform: translateY(-100%);
  	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.snip1584-gallery a {
	position: absolute;
	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	z-index: 1;
}
.snip1584-gallery:hover:before,
.snip1584-gallery.hover:before {
	top: 0px;
  	-webkit-transition-delay: 0s;
  	transition-delay: 0s;
}
.snip1584-gallery:hover h3,
.snip1584-gallery.hover h3,
.snip1584-gallery:hover h5,
.snip1584-gallery.hover h5 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.snip1584-gallery:hover h3,
.snip1584-gallery.hover h3 {
  	-webkit-transition-delay: 0.1s;
  	transition-delay: 0.1s;
}
.snip1584-gallery:hover h5,
.snip1584-gallery.hover h5 {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
/* Demo purposes only */


/*--------------------------------*/
/*             login              */
/*--------------------------------*/


/*-----button-blog-----*/
#button-login1 {
    outline: none;
    padding: 7px 35px 7px 35px;
    text-align: center;
    border-radius: 50px;
    background: #6675df;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    width: auto;
    border: 1px solid #6675df;
}
#button-login1:hover {
  	color: white;
  	background: #6675df;
  	border: 1px solid #6675df;
}
#button-login1:active {
	letter-spacing: 2px;
}
.ct-login{
    text-align: center;
    margin-bottom: 60px;
}



/*--------------------------------*/
/*            package             */
/*--------------------------------*/


.mg-package1{
    margin-top: 40px;
    margin-bottom: 100px;
}
hr.line-package1 {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #bebebe;
}


/*-----button-package-----*/
#button-package1 {
    outline: none;
    padding: 4px 30px 4px 30px;
    text-align: center;
    border-radius: 50px;
    background: #faba40;
    border: 2px solid #faba40;
    color: #000;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    width: fit-content;
    float: right;
}
#button-package1:hover {
  	color: #000;
  	background: #f9ad1b;
  	border: 2px solid #f9ad1b;
}

/*---------table-----------*/
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ffffff!important;
}
.table-striped2>tbody>tr:nth-of-type(odd) {
    background-color: #f4f4f4!important;
}


.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 5px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #fff!important;
}

.table2 {
    width: 100%;
    margin-bottom: 0;
    background: #f4f4f4;
}
.popular-table1{
    padding: 11px 15px 11px 15px!important;
    font-size: 14px;
    color: #231f26;
    font-weight: 500;
}

/*--------------------------------*/
/*            inquire             */
/*--------------------------------*/


.ct-inquire{
    text-align: center;
    padding: 50px 30px 50px 30px!important;
}



.pd-inquire1{
	padding: 0px 5px 0px 5px!important;
}

hr.line-inquire3 {
    margin-top: 20px;
    margin-bottom: 0px;
    background-color: #faba40;
    height: 4px;
}
hr.line-inquire4 {
    margin-top: 20px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #e3e3e3;
}
hr.line-inquire5 {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e3e3e3;
}

/*-----button-inquire-----*/
#button-inquire1 {
	outline: none;
    padding: 11px 35px 11px 35px;
    text-align: center;
    border-radius: 0px;
    background: #faba40;
    border: 2px solid #faba40;
    color: #111;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    width: fit-content;
    margin: 0 auto;
    margin-top: 15px;
}
#button-inquire1:hover {
  	color: white;
  	background: #f9ad1b;
  	border: 2px solid #f9ad1b;
}
#button-inquire1:active {
	letter-spacing: 2px;
}



/*------tabpanel-inquire---------*/
#wrapper {
  margin: 30px auto;
  width: 80%;
  background-color: #ffffff;
  padding: 30px;
  position: relative;
}
.tabsview,
.ui-tab,
.ui-tab > li {
  /* R4W 20150505 was also too generic */
  margin: 0;
  padding: 0;
}
.tabsview {
  width: auto;
  background: transparent;
}
.ui-tab {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.ui-tab li {
  display: table-cell;
  text-align: center;
  position: relative;
  bottom: -1px;
  float: none;
  margin-right: 5px;
  font-size: 18px;
}
.ui-tab li a {
  text-decoration: none;
  display: block;
  padding: 6px 10px 5px;
  color: #888888;
}
.ui-tab li a:hover,
.ui-tab li a:focus {
  color: #000000;
}
.ui-tab li.active {
  bottom: -2px;
  background-color: #efefef;
  border-bottom: 1px solid #efefef;
  z-index: 20;
  text-shadow: 1px 1px 1px #969696;
}
.ui-tab li.active a {
  cursor: default;
  text-decoration: none;
  padding-top: 12px;
  color: black;
}

/*--
.tab-pane {
  padding: 20px;
  background-color: #efefef;
  min-height: 200px;
  color: #000000;
}
--*/

.tab-pane.active {
/*--	
  display: flex !important;
--*/
  justify-content: center;
  align-items: center;
}

.tab-pane .tabContent {
  width: 80%;
  font-size: 60px;
  color: #888888;
  text-align: center;
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  /* Firefox */
  -webkit-animation: fadein 2s;
  /* Safari and Chrome */
  -o-animation: fadein 2s;
  /* Opera */
}
@keyframes fadein {
  from {
    opacity: 0;
    margin-left: -40px;
  }
  to {
    opacity: 1;
    margin-left: 0px;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
    margin-left: -40px;
  }
  to {
    opacity: 1;
    margin-left: 0px;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
    margin-left: -40px;
  }
  to {
    opacity: 1;
    margin-left: 0px;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
    margin-left: -40px;
  }
  to {
    opacity: 1;
    margin-left: 0px;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
    margin-left: -40px;
  }
  to {
    opacity: 1;
    margin-left: 0px;
  }
}



/*------dropdown--inquire------*/
.dropdown-inquire1{
    width: -webkit-fill-available;
    border: 1px solid #fff;
    height: 45px;
    font-weight: 500;
    color: #2f2f2f;
    font-size: 15px;
    cursor: pointer;
    background: #e8e8e8;
    padding: 0px 10px;	
    margin-bottom: 15px;
}


/*--------------------------------*/
/*         travel_agent          */
/*--------------------------------*/
.bg-travel_agent1{
    background: #091d3d;
    padding: 23px 15px 15px 15px;
    height: auto;
    background-image: url(../images/home/bg-book-h1.png);
    background-size: cover;
    margin-bottom: 15px;
    text-align: center;
}	
.bg-travel_agent1:hover{
    background: #e2bb54;
    padding: 23px 15px 15px 15px;
    height: auto;
    background-image: url(../images/home/bg-book-h1.png);
    background-size: cover;
    margin-bottom: 15px;
    text-align: center;
}	






/*------navbar-destinations-menu--------*/
/*--
.aaaaaa {
  margin: 0;
  display: grid;
  grid-template-rows: 3em auto auto 2em;
  grid-template-columns: 1fr 3fr;
  grid-template-areas: "header navigation" "main main" "footer footer";
}--*/

.nav-destinations1 {
	grid-area: navigation;
    background: #ffffff00;
	display: flex;
	flex-direction: row;
	align-items: center;
	position: sticky;
  	top: 0;
}

.nav-item-des1 {
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}



/*------back-to-top-----------*/
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    z-index: 10;
}
.textAlignVer{
    display:block;
    filter: flipv fliph;
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg); 
    transform: rotate(-90deg); 
    position:relative;
    width:15px;
    white-space:nowrap;
    margin-top: 55px;

    font-size: 12px;
    font-weight: bold;
    line-height: 2.18;
    letter-spacing: 1.8px;
    color: #bababa;
	
}



/*--------scroll-bar-home-------*/
.scroll-box {
    width: 100%;
    height: 330px;
    overflow-y: scroll;
}
.scroll-box::-webkit-scrollbar {
	width: .4em; 
}
.scroll-box::-webkit-scrollbar,
.scroll-box::-webkit-scrollbar-thumb {
	overflow:visible;
	border-radius: 4px;
}
.scroll-box::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,.2); 
}

.scroll-box1 {
    width: 100%;
    height: 690px;
    overflow-y: scroll;
}
.scroll-box1::-webkit-scrollbar {
    width: .4em; 
}
.scroll-box1::-webkit-scrollbar,
.scroll-box1::-webkit-scrollbar-thumb {
    overflow:visible;
    border-radius: 4px;
}
.scroll-box1::-webkit-scrollbar-thumb {
    background: rgba(171,171,171,.2); 
}

.cover-bar {
	position: absolute;
	background: #fff;;
	height: 100%;  
	top: 0;
	right: 0;
	width: .4em;
	-webkit-transition: all .5s;
	opacity: 1;
}
/* MAGIC HAPPENS HERE */
.scroll-bar-wrap:hover .cover-bar {
	opacity: 0;
	-webkit-transition: all .5s;
}











/*--------------------------------*/
/*--------------------------------*/
/*--------------------------------*/
::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none; }



.border-2 {
  border-width: 2px; }

.text-black {
  color: #000 !important; }

.bg-black {
  background: #000 !important; }

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5); }

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5); }

body:after {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }

.offcanvas-menu {
  position: relative; }
  .offcanvas-menu:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.2); }

.btn {
  font-size: 16px;
  border-radius: 30px;
  padding: 10px 30px; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn.btn-primary {
    background: #007bff;
    border-color: #007bff;
    color: #fff; }
    .btn.btn-primary:hover {
      background: #007bff;
      border-color: #007bff;
      color: #fff; }
    .btn.btn-primary.btn-black--hover:hover {
      background: #666666;
      color: #fff; }

.line-height-1 {
  line-height: 1 !important; }

.bg-black {
  background: #000; }

.form-control {
  height: 43px;
  /*border-radius: 30px;*/
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    border: 1px solid #e8e8e8;
    outline: 0;
    padding: 10px 15px 10px 15px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 0px;
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background: #e8e8e8;
     }
.form-control1 {
     background: #fff;
    box-shadow: none;
     }
.site-section {
  padding: 2.5em 0; }
  @media (min-width: 768px) {
    .site-section {
      padding: 8em 0; } }
  .site-section.site-section-sm {
    padding: 4em 0; }

.site-section-heading {
  padding-bottom: 20px;
  margin-bottom: 0px;
  position: relative;
  font-size: 2.5rem; }
  @media (min-width: 768px) {
    .site-section-heading {
      font-size: 3rem; } }

.site-footer {
  padding: 4em 0;
  background: #343a40; }
  @media (min-width: 768px) {
    .site-footer {
      padding: 8em 0; } }
  .site-footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important; }
  .site-footer p {
    color: rgba(255, 255, 255, 0.7); }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff; }
  .site-footer a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: underline; }
    .site-footer a:hover {
      color: white; }
  .site-footer ul li {
    margin-bottom: 10px; }
  .site-footer .footer-heading {
    font-size: 16px;
    color: #fff; }

.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000; }

.text-white-opacity-05 {
  color: rgba(255, 255, 255, 0.5); }

.text-black-opacity-05 {
  color: rgba(0, 0, 0, 0.5); }

.hover-bg-enlarge {
  overflow: hidden;
  position: relative; }

  @media (max-width: 991.98px) {
    .hover-bg-enlarge {
      height: auto !important; } }

  .hover-bg-enlarge > div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s all ease-in-out;
    -o-transition: .8s all ease-in-out;
    transition: .8s all ease-in-out; }
  .hover-bg-enlarge:hover > div, .hover-bg-enlarge:focus > div, .hover-bg-enlarge:active > div {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

  @media (max-width: 991.98px) {
    .hover-bg-enlarge .bg-image-md-height {
      height: 300px !important; } }

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .bg-image.overlay {
    position: relative; }
    .bg-image.overlay:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.7); }
  .bg-image > .container {
    position: relative;
    z-index: 1; }

@media (max-width: 991.98px) {
  .img-md-fluid {
    max-width: 100%; } 
}

@media (max-width: 991.98px) {
  .display-1, .display-3 {
    font-size: 3rem; } 
}

.play-single-big {
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff !important;
  border-radius: 50%;
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .play-single-big > span {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%); }
  .play-single-big:hover {
    width: 120px;
    height: 120px; }

.overlap-to-top {
  margin-top: -150px; }

.ul-check {
  margin-bottom: 50px; }
  .ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5; }
    .ul-check li:before {
      left: 0;
      font-size: 20px;
      top: -.3rem;
      font-family: "icomoon";
      content: "\e5ca";
      position: absolute; }
  .ul-check.white li:before {
    color: #fff; }
  .ul-check.success li:before {
    color: #71bc42; }
  .ul-check.primary li:before {
    color: #007bff; }
  .ul-check li.remove {
    text-decoration: line-through;
    color: #dee2e6; }
    .ul-check li.remove:before {
      color: #dee2e6; }

.select-wrap, .wrap-icon {
  position: relative; }
  .select-wrap .icon, .wrap-icon .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px; }
  .select-wrap select, .wrap-icon select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%; }

/* Navbar */
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #091d3d;
  border-bottom: rgba(255, 255, 255, 0.7); }
  .site-navbar .site-logo {
    position: relative;
    left: 0;
    top: -5px; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #007bff;
      display: inline-block;
      padding: 20px 20px; }


.site-navbar .site-navigation .site-menu a {
	text-decoration: none !important;
    /*--display: inline-block;--*/
	display: block;
}

    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }


.site-navbar .site-navigation .site-menu > li > a {
	padding: 19px 20px;
	color: #fff;
	display: inline-block;
	text-decoration: none !important; 
}

        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #007bff; }
      .site-navbar .site-navigation .site-menu > li.social > a {
        padding-left: 5px;
        padding-right: 5px; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }


.site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #b0b1b1;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; 
}

        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active {
          color: #007bff !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 210px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #eff1f3;
              color: #000; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #007bff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
	-webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1; 
    z-index: 10;
}

.site-mobile-menu {
	width: 100%;
  	position: fixed;
  	right: 0;
	z-index: 2000;
	padding-top: 20px;
	background: #091d3d;
  	height: calc(100vh);
  	-webkit-transform: translateX(110%);
	-ms-transform: translateX(110%);
	transform: translateX(110%);
	-webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
	box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
	-webkit-transition: .3s all ease-in-out;
  	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out; 
}


  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }


.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
	float: right;
    margin-top: 0px!important;
	margin-bottom: 10px;
}


.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
	font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; 
    color: #fff;
}


    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }


.site-mobile-menu .site-nav-wrap a {
	padding: 8px 20px;
	display: block;
	position: relative;
	color: #fff; 
}


.site-mobile-menu .site-nav-wrap a:hover {
	color: #866100!important; 
}

    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }


.site-mobile-menu .site-nav-wrap li .active {
	color: #333; 
}


    .site-mobile-menu .site-nav-wrap .social {
      display: inline-block; }


.site-mobile-menu .site-nav-wrap .arrow-collapse {
	position: absolute;
    right: 0px;
    top: 0px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%; 
}


      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li.social {
        float: none !important;
        width: auto !important; }


.site-mobile-menu .site-nav-wrap > li > a {
	padding-left: 20px;
	font-size: 14px; 
}

      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
	/*--padding-left: 40px;--*/
	font-size: 14px; 
}

          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }


.sticky-wrapper .site-navbar {
    background: #091d3d;
}

    .sticky-wrapper .site-navbar .site-menu-toggle {
      color: #fff; }
    .sticky-wrapper .site-navbar .site-logo a {
      color: #fff; }


.sticky-wrapper .site-navbar .site-menu > li > a {
    color: #c8c8c8 !important;
    font-weight: 500;
    font-size: 15px;
}

.sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active {
	color: #e2bb54 !important; 
}

.sticky-wrapper.is-sticky .site-navbar {
    background: #091d3d;
	/*--
    border-bottom: 1px solid transparent;--*/
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 20px -5px rgb(79, 110, 160);
}


    .sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
      color: #000; }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #007bff; }


.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
	color: #b0b1b1 !important; 
}


.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
	color: #c99a1c !important; 
}

/* Blocks */
.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-position: center center; }
  .site-blocks-cover.overlay {
    position: relative; }
    .site-blocks-cover.overlay:before {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.7); }
  .site-blocks-cover .player {
    position: absolute;
    bottom: -250px;
    width: 100%; }
  .site-blocks-cover, .site-blocks-cover > .container > .row {
    min-height: 600px;
    height: calc(100vh); }
  .site-blocks-cover.inner-page-cover, .site-blocks-cover.inner-page-cover > .container > .row {
    min-height: 400px;
    height: calc(20vh); }
  .site-blocks-cover h1 {
    font-size: 4rem;
    font-weight: 400;
    color: #fff;
    font-weight: 900; }
    @media (max-width: 991.98px) {
      .site-blocks-cover h1 {
        font-size: 2rem; } }
  .site-blocks-cover p {
    color: white;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300; }
  .site-blocks-cover .desc {
    font-size: 1.4rem;
    font-weight: 300; }
    .site-blocks-cover .desc a {
      color: white;
      border-bottom: dotted 1px #fff; }
      .site-blocks-cover .desc a:hover {
        color: #fff; }
  .site-blocks-cover .intro-text {
    font-size: 16px;
    line-height: 1.5; }
  @media (max-width: 991.98px) {
    .site-blocks-cover .display-1 {
      font-size: 3rem; } }

.circle-bg {
  position: relative; }
  .circle-bg:after {
    width: 300px;
    height: 300px;
    content: "";
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    bottom: -90px;
    right: -90px;
    background: #f8f9fa; }
    @media (max-width: 991.98px) {
      .circle-bg:after {
        bottom: 0px;
        right: -10px;
        display: none; } }
    @media (max-width: 767.98px) {
      .circle-bg:after {
        display: none; } }

.site-block-subscribe .btn {
  padding-left: 20px;
  padding-right: 20px; }

.site-block-subscribe .form-control {
  font-weight: 300;
  border-color: #fff !important;
  height: 80px;
  font-size: 22px;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px; }
  .site-block-subscribe .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic; }
  .site-block-subscribe .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic; }
  .site-block-subscribe .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic; }
  .site-block-subscribe .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic; }

.bg-light {
  background: #ccc; }

.site-blocks-vs .bg-image {
  padding-top: 3em;
  padding-bottom: 3em; }
  @media (min-width: 992px) {
    .site-blocks-vs .bg-image {
      padding-top: 5em;
      padding-bottom: 5em; } }

.site-blocks-vs .image {
  width: 80px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px; }
  @media (max-width: 991.98px) {
    .site-blocks-vs .image {
      margin-left: auto !important;
      margin-right: auto !important; } }
  .site-blocks-vs .image img {
    border-radius: 50%; }
  .site-blocks-vs .image.image-small {
    width: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px; }

.site-blocks-vs .country {
  color: rgba(255, 255, 255, 0.7); }

.match-entry {
  position: relative;
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .match-entry .small {
    color: #ccc;
    font-weight: normal;
    letter-spacing: .15em; }
  .match-entry:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 90;
    -webkit-box-shadow: 0 5px 40px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 40px -5px rgba(0, 0, 0, 0.1); }

.post-entry {
  position: relative;
  overflow: hidden;
  border: 1px solid #e6e6e6; }
  .post-entry, .post-entry .text {
    border-radius: 4px;
    border-top: none !important; }
  .post-entry .date {
    color: #ccc;
    font-weight: normal;
    letter-spacing: .1em; }
  .post-entry .image {
    overflow: hidden;
    position: relative; }
    .post-entry .image img {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .post-entry:hover .image img, .post-entry:active .image img, .post-entry:focus .image img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

.site-block-tab .nav-item {
  text-transform: uppercase;
  font-size: 0.8rem;
  margin: 0 20px; }
  .site-block-tab .nav-item:first-child {
    margin-left: 0 !important; }
  .site-block-tab .nav-item > a {
    padding-left: 0 !important;
    background: none !important;
    padding-right: 0 !important;
    border-bottom: 2px solid transparent;
    border-radius: 0 !important;
    font-weight: bold;
    color: #cccccc; }
    .site-block-tab .nav-item > a:hover, .site-block-tab .nav-item > a.active {
      border-bottom: 2px solid #007bff;
      color: #000; }

.block-13, .slide-one-item {
  position: relative;
  z-index: 1; }
  .block-13 .owl-nav, .slide-one-item .owl-nav {
    position: relative;
    position: absolute;
    bottom: -90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .block-13 .owl-nav .owl-prev, .block-13 .owl-nav .owl-next, .slide-one-item .owl-nav .owl-prev, .slide-one-item .owl-nav .owl-next {
      position: relative;
      display: inline-block;
      padding: 20px;
      font-size: 30px;
      color: #000; }
      .block-13 .owl-nav .owl-prev.disabled, .block-13 .owl-nav .owl-next.disabled, .slide-one-item .owl-nav .owl-prev.disabled, .slide-one-item .owl-nav .owl-next.disabled {
        opacity: .2; }

.slide-one-item.home-slider .owl-nav {
  position: absolute !important;
  top: 50% !important;
  bottom: auto !important;
  width: 100%; }
  @media (max-width: 991.98px) {
    .slide-one-item.home-slider .owl-nav {
      display: none; } }

.slide-one-item.home-slider .owl-prev {
  left: 10px !important; }

.slide-one-item.home-slider .owl-next {
  right: 10px !important; }

.slide-one-item.home-slider .owl-prev, .slide-one-item.home-slider .owl-next {
  color: #fff;
  position: absolute !important;
  top: 50%;
  padding: 0px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  line-height: 0;
  text-align: center;
  font-size: 25px; }
  @media (min-width: 768px) {
    .slide-one-item.home-slider .owl-prev, .slide-one-item.home-slider .owl-next {
      font-size: 25px; } }
  .slide-one-item.home-slider .owl-prev > span, .slide-one-item.home-slider .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .slide-one-item.home-slider .owl-prev:hover, .slide-one-item.home-slider .owl-prev:focus, .slide-one-item.home-slider .owl-next:hover, .slide-one-item.home-slider .owl-next:focus {
    background: black; }

.slide-one-item.home-slider:hover .owl-nav, .slide-one-item.home-slider:focus .owl-nav, .slide-one-item.home-slider:active .owl-nav {
  opacity: 10;
  visibility: visible; }

.slide-one-item .owl-dots {
  text-align: center; }
  .slide-one-item .owl-dots .owl-dot {
    display: inline-block;
    margin: 4px; }
    .slide-one-item .owl-dots .owl-dot span {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #dee2e6; }
    .slide-one-item .owl-dots .owl-dot.active span {
      background: #007bff; }

.block-12 {
  position: relative; }
  .block-12 figure {
    position: relative; }
    .block-12 figure:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
      background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
  .block-12 .text-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 10; }
    .block-12 .text-overlay h2 {
      color: #fff; }
  .block-12 .text {
    position: relative;
    top: -100px; }
    .block-12 .text .meta {
      text-transform: uppercase;
      padding-left: 40px;
      color: #fff;
      display: block;
      margin-bottom: 20px; }
    .block-12 .text .text-inner {
      -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
      background: #fff;
      padding: 10px;
      margin-right: 30px;
      position: relative; }
      @media (min-width: 576px) {
        .block-12 .text .text-inner {
          padding: 20px; } }
      @media (min-width: 768px) {
        .block-12 .text .text-inner {
          padding: 30px 40px; } }
      .block-12 .text .text-inner:before {
        position: absolute;
        content: "";
        width: 80px;
        height: 4px;
        margin-top: -4px;
        background: #007bff;
        top: 0; }
      .block-12 .text .text-inner .heading {
        font-size: 20px;
        margin: 0;
        padding: 0; }

.block-16 figure {
  position: relative; }
  .block-16 figure .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 70px;
    height: 70px;
    background: #fff;
    display: block;
    border-radius: 50%;
    opacity: 1;
    color: #007bff !important; }
    .block-16 figure .play-button:hover {
      opacity: 1; }
    .block-16 figure .play-button > span {
      position: absolute;
      left: 55%;
      top: 50%;
      -webkit-transform: translate(-60%, -50%);
      -ms-transform: translate(-60%, -50%);
      transform: translate(-60%, -50%); }

.block-25 ul, .block-25 ul li {
  padding: 0;
  margin: 0; }

.block-25 ul li a .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px; }
  .block-25 ul li a .image img {
    border-radius: 4px;
    max-width: 100%;
    opacity: 1;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }

.block-25 ul li a .text .heading {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #999999; }

.block-25 ul li a .meta {
  color: #007bff; }

.block-25 ul li a:hover img {
  opacity: .5; }

.block-25 ul li a:hover .text .heading {
  color: #fff; }

#date-countdown .countdown-block {
  color: #b3b3b3; }

#date-countdown .label {
  font-size: 40px;
  color: #000; }

.next-match .image {
  width: 50px;
  border-radius: 50%; }

.player {
  position: relative; }
  .player img {
    max-width: 100px;
    border-radius: 50%;
    margin-bottom: 20px; }
  .player .team-number {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #007bff;
    border-radius: 50%;
    color: #fff; }
    .player .team-number > span {
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%; }
  .player h2 {
    font-size: 20px;
    letter-spacing: .2em;
    text-transform: uppercase; }
  .player .position {
    font-size: 14px;
    color: #b3b3b3;
    text-transform: uppercase; }

.site-block-27 ul, .site-block-27 ul li {
  padding: 0;
  margin: 0; }

.site-block-27 ul li {
  display: inline-block;
  margin-bottom: 4px; }
  .site-block-27 ul li a, .site-block-27 ul li span {
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc; }
  .site-block-27 ul li.active a, .site-block-27 ul li.active span {
    background: #007bff;
    color: #fff;
    border: 1px solid transparent; }

.site-block-feature-7 .icon {
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.site-block-feature-7:hover .icon, .site-block-feature-7:focus .icon, .site-block-feature-7:active .icon {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.unit-1 {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block; }
  .unit-1:after {
    content: "";
    z-index: 1;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
  .unit-1 img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .unit-1 img, .unit-1 .unit-1-text {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
  .unit-1 .unit-1-text {
    z-index: 2;
    position: absolute;
    bottom: -90px;
    color: #fff;
    display: block;
    width: 100%; }
    .unit-1 .unit-1-text .unit-1-heading {
      font-size: 1.5rem;
      position: relative; }
  .unit-1 p {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: rgba(255, 255, 255, 0.5); }
  .unit-1:hover p {
    opacity: 1;
    visibility: visible; }
  .unit-1:hover .unit-1-text {
    bottom: 30px; }
  .unit-1:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.overlap-section {
  margin-top: -150px;
  position: relative;
  z-index: 9; }

.unit-4 .unit-4-icon span {
  display: block;
  font-size: 3rem; }

.unit-4 h3 {
  font-size: 20px;
  color: #000; }

.h-entry img {
  margin-bottom: 30px; }

.h-entry .meta {
  color: #b3b3b3;
  font-size: 14px; }

.h-entry h2 {
  font-size: 20px; }
  .h-entry h2 a {
    color: #000; }
    .h-entry h2 a:hover {
      color: #007bff; }

.overlap-left {
  margin-left: -100px; }
  @media (max-width: 991.98px) {
    .overlap-left {
      margin-left: 0px; } }

.overlap-section {
  margin-top: -100px; }

.feature-1, .free-quote, .feature-3 {
  background: #007bff;
  padding: 30px 50px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px; }
  .feature-1 .heading, .free-quote .heading, .feature-3 .heading {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff; }
  .feature-1 .icon, .free-quote .icon, .feature-3 .icon {
    border: 2px solid rgba(255, 255, 255, 0.5);
    width: 80px;
    height: 80px;
    line-height: 80px;
    position: relative;
    border-radius: 50%;
    margin: 0 auto !important; }
    .feature-1 .icon > span, .free-quote .icon > span, .feature-3 .icon > span {
      font-size: 35px;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.free-quote {
  background: #006fe6; }
  .free-quote .form-control {
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: none;
    color: #fff; }
    .free-quote .form-control:active, .free-quote .form-control:focus {
      border: 2px solid #fff; }
    .free-quote .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(255, 255, 255, 0.4);
      font-size: 13px;
      font-style: italic; }
    .free-quote .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.4);
      font-size: 13px;
      font-style: italic; }
    .free-quote .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(255, 255, 255, 0.4);
      font-size: 13px;
      font-style: italic; }
    .free-quote .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.4);
      font-size: 13px;
      font-style: italic; }

.feature-3 {
  background: #006adb; }

.border-primary {
  position: relative; }
  .border-primary h2 {
    font-weight: 700 !important; }
  .border-primary:after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 80px;
    height: 3px;
    background: #007bff; }
  .border-primary.text-center:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .border-primary.text-left:after {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }

.testimonial {
  max-width: 800px;
  margin: 0 auto !important;
  text-align: center; }
  .testimonial blockquote {
    font-size: 1.5rem;
    font-style: italic; }
    @media (max-width: 991.98px) {
      .testimonial blockquote {
        font-size: 1rem; } }
  .testimonial figure img {
    max-width: 100px;
    margin: 0 auto;
    border-radius: 50%; }

.breadcrumb-custom {
  font-size: 1rem !important; }

.text-muted {
  color: #ccc !important;
  font-size: 12px;
  text-transform: uppercase; }

.how-it-work-item .number {
  width: 50px;
  height: 50px;
  background: #007bff;
  color: #fff;
  line-height: 55px;
  font-weight: 300;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  border-radius: 50%;
  margin-bottom: 40px; }

.how-it-work-item h2 {
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff; }

.how-it-work-item p {
  color: white; }

.person h3 {
  font-size: 18px; }

.ul-social-circle {
  list-style: none;
  padding: 0;
  margin: 0; }
  .ul-social-circle li {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px; }
    .ul-social-circle li:first-child {
      margin-left: 0; }
    .ul-social-circle li span {
      width: 30px;
      height: 30px;
      background: #777;
      font-size: 13px;
      text-align: center;
      line-height: 30px;
      border-radius: 50%;
      display: inline-block; }
    .ul-social-circle li a span {
      color: #fff;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .ul-social-circle li a:hover span {
      background: #2b2b2b;
      color: #fff; }

.custom-pagination a, .custom-pagination span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  background: #007bff;
  color: #fff; }

.custom-pagination span {
  background: #e6e6e6;
  color: #000; }

.custom-pagination .more-page {
  background: none;
  letter-spacing: .1em; }

.form-search-wrap {
  background: #fff;
  border-radius: 30px; }
  .form-search-wrap .form-control {
    border: none; }
    @media (max-width: 1199.98px) {
      .form-search-wrap .form-control {
        height: 55px; } }
  .form-search-wrap .btn {
    border-radius: 30px;
    padding: 10px 30px; }
    @media (max-width: 1199.98px) {
      .form-search-wrap .btn {
        width: 100% !important;
        display: block; } }

.popular-category {
  background: #fff;
  display: block;
  text-align: center;
  padding: 30px 10px;
  border-radius: 7px;
  background: #f8f9fa;
  position: relative; }
  .popular-category .icon {
    display: block;
    -webkit-transition: .1s all ease;
    -o-transition: .1s all ease;
    transition: .1s all ease; }
    .popular-category .icon > span {
      line-height: 0;
      font-size: 40px; }
  .popular-category .caption {
    color: #666666;
    -webkit-transition: .1s all ease;
    -o-transition: .1s all ease;
    transition: .1s all ease; }
  .popular-category .number {
    padding: 2px 20px;
    border-radius: 30px;
    display: inline-block;
    background: #e9ecef;
    color: #000;
    font-size: 14px;
    -webkit-transition: .1s all ease;
    -o-transition: .1s all ease;
    transition: .1s all ease; }
  .popular-category:hover {
    background: #007bff;
    -webkit-box-shadow: 0 5px 30px -5px rgba(0, 123, 255, 0.5);
    box-shadow: 0 5px 30px -5px rgba(0, 123, 255, 0.5); }
    .popular-category:hover .caption {
      color: #fff; }
    .popular-category:hover .icon {
      color: #fff; }
    .popular-category:hover .number {
      background: #006fe6;
      color: #fff; }

@media (max-width: 1199.98px) {
  .no-sm-border {
    border: none !important; } }

.listing-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px; }
  .listing-item:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4); }
  .listing-item img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .listing-item:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .listing-item .listing-item-content {
    position: absolute;
    bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 2;
    width: 100%; }
    .listing-item .listing-item-content .category {
      font-size: 12px;
      display: inline-block;
      padding: 5px 30px;
      background: #007bff;
      border-radius: 30px;
      color: #fff;
      letter-spacing: .2em;
      text-transform: uppercase; }
    .listing-item .listing-item-content h2 {
      font-size: 22px; }
      .listing-item .listing-item-content h2, .listing-item .listing-item-content h2 a {
        color: #fff; }
    .listing-item .listing-item-content span {
      color: #fff; }
    .listing-item .listing-item-content .address {
      color: rgba(255, 255, 255, 0.8); }
  .listing-item .bookmark {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .listing-item .bookmark span {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .listing-item .bookmark:hover {
      background: #dc3545; }
      .listing-item .bookmark:hover span {
        color: #fff; }

.accordion-item[aria-expanded="true"] {
  color: #007bff; }

.social-media {
  display: inline-block;
  float: left;
  margin-bottom: 0px;
  padding: 0; }
  .social-media li {
    display: inline-block; }

.ft-feature-1 {
  margin-bottom: 80px; }
  .ft-feature-1 .ft-feature-1-content {
    padding: 30px;
    position: relative;
    z-index: 10; }
  .ft-feature-1 h2, .ft-feature-1 h3 {
    font-size: 20px;
    color: #fff; }
  .ft-feature-1 h3 {
    font-size: 18px; }
    .ft-feature-1 h3 .icon {
      font-size: 30px; }
  .ft-feature-1 a {
    color: #fff;
    text-decoration: underline; }
    .ft-feature-1 a:hover {
      color: #fff;
      text-decoration: none; }
  .ft-feature-1 .play {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #007bff;
    margin-right: 1.5rem;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    text-decoration: none !important; }
    .ft-feature-1 .play span {
      color: #fff;
      display: inline; }
  .ft-feature-1 .img-feature {
    position: relative;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .ft-feature-1 .img-feature {
        margin-bottom: -80px; } }
  .ft-feature-1 p {
    color: #737373; }

.box-with-humber {
  position: relative; }
  .box-with-humber .number-behind {
    font-size: 6rem;
    position: absolute;
    z-index: -1;
    top: -3rem;
    left: -3rem;
    font-weight: 900;
    color: #f2f4f5; }
  .box-with-humber h2 {
    font-size: 20px; }

.media-1 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px; }
  .media-1:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    content: "";
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden; }
  .media-1 img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .media-1 .media-1-content {
    z-index: 4;
    top: 50%;
    position: absolute;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .media-1 .media-1-content h2 {
      position: relative;
      color: #fff;
      font-size: 1.5rem;
      -webkit-transition: .4s all ease-in-out;
      -o-transition: .4s all ease-in-out;
      transition: .4s all ease-in-out;
      opacity: 0;
      visibility: hidden;
      bottom: -10px;
      margin-bottom: 0px; }
    .media-1 .media-1-content .category {
      position: relative;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out;
      opacity: 0;
      bottom: -10px;
      visibility: hidden;
      color: #999999;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: .2em; }
  .media-1:hover:after {
    opacity: 1;
    visibility: visible; }
  .media-1:hover h2 {
    bottom: 0px;
    opacity: 1;
    visibility: visible; }
  .media-1:hover .category {
    opacity: 1;
    visibility: visible;
    bottom: 0px;
    -webkit-transition-delay: 0.09s;
    -o-transition-delay: 0.09s;
    transition-delay: 0.09s; }
  .media-1:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.testimonial-wrap .owl-nav {
  display: none; }

.section-sub-title {
  font-size: 13px;
  color: #007bff;
  letter-spacing: .2em;
  text-transform: uppercase; }

.section-title {
  color: #007bff;
  font-size: 40px;
  font-weight: 900; }
  @media (max-width: 991.98px) {
    .section-title {
      font-size: 30px; } }

.position-relative {
  position: relative; }

.experience {
  position: absolute;
  bottom: -10px;
  right: -10px;
  background: #007bff;
  padding: 20px; }
  @media (max-width: 991.98px) {
    .experience {
      bottom: 0px;
      right: 0px; } }
  .experience span {
    display: block; }
  .experience .year {
    font-weight: 900;
    color: #fff;
    font-size: 3rem;
    letter-spacing: normal;
    line-height: 1.2; }
  .experience span {
    letter-spacing: .2em; }
  .experience .caption {
    color: #fff;
    letter-spacing: .4em;
    text-transform: uppercase; }

.footer-social a {
  text-decoration: none !important; }

.footer-subscribe .form-control {
  border-color: #fff !important; }
  .footer-subscribe .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic; }
  .footer-subscribe .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic; }
  .footer-subscribe .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic; }
  .footer-subscribe .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic; }

.footer-subscribe .btn {
  height: 43px;
  line-height: 1;
  border: 1px solid #fff;
  background: #fff !important;
  color: #000 !important; }
  .footer-subscribe .btn:hover, .footer-subscribe .btn:focus, .footer-subscribe .btn:active {
    border: 1px solid #fff; }

.cta-big-image > .container {
  position: relative; }

.cta-big-image .img-box {
  background: #e81050;
  max-width: 550px;
  padding: 3rem;
  position: absolute;
  bottom: -10%;
  right: 10%; }
  @media (max-width: 991.98px) {
    .cta-big-image .img-box {
      position: relative;
      right: auto; } }
  .cta-big-image .img-box .sub-title {
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1em;
    margin-bottom: 1.5rem;
    display: block; }
  .cta-big-image .img-box h2 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 1.5rem; }
  .cta-big-image .img-box p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
    margin-bottom: 1.5rem; }
  .cta-big-image .img-box .btn {
    background: #505288;
    border-color: #505288;
    color: #fff; }
  .cta-big-image .img-box *:last-child {
    margin-bottom: 0; }

.team-member figure {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden; }

.team-member .social {
  position: absolute;
  margin: 0;
  top: 0;
  padding: 0;
  bottom: 0;
  padding: 10px;
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background: #007bff; }
  .team-member .social li {
    list-style: none; }
    .team-member .social li a {
      display: inline-block;
      padding: 5px;
      color: #fff; }

.team-member h3 {
  color: #000;
  margin: 0;
  bottom: 0;
  font-size: 1.2rem; }

.team-member .position {
  color: #cccccc;
  text-transform: uppercase;
  font-size: .8rem;
  letter-spacing: .05rem; }

.team-member:hover .social {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%); }

.custom-direction {
  position: relative;
  z-index: 99;
  border-radius: 7px;
  position: absolute;
  right: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  background: #007bff; }
  @media (max-width: 991.98px) {
    .custom-direction {
      bottom: -25px;
      top: auto !important;
      right: 50% !important;
      -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
      transform: translateX(50%); } }
  .custom-direction a {
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    font-size: 1.5rem; }
    .custom-direction a.custom-next > span > span {
      position: relative;
      display: inline-block;
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }

/* Isotope*/
.item {
  border: none; }
  .item .item-wrap {
    display: block;
    position: relative; }
    .item .item-wrap:after {
      z-index: 2;
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.4);
      visibility: hidden;
      opacity: 0;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
    .item .item-wrap > span {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 3;
      -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(0);
      color: #fff;
      font-size: 1.7rem;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .item .item-wrap:hover:after {
      opacity: 1;
      visibility: visible; }
    .item .item-wrap:hover span {
      margin-top: 0px;
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1); }

.filters .btn {
  border-color: transparent;
  font-size: .8rem;
  padding: 8px 20px;
  margin: 5px;
  text-transform: uppercase;
  font-weight: 700;
  background: rgba(52, 58, 64, 0.05);
  color: #343a40; }
  .filters .btn:hover {
    border-color: transparent;
    background: #007bff;
    color: #fff; }
  .filters .btn.active {
    background: #007bff !important;
    color: #fff;
    border-color: #007bff !important; }

.pricing {
  background: #fff;
  padding: 30px; }
  .pricing .price > span {
    color: #cccccc; }
    .pricing .price > span > span {
      font-size: 3rem;
      color: #007bff; }
  .pricing ul li {
    margin-bottom: 20px; }

.pricing-popular .pricing {
  -webkit-box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.3); }

/* Isotope Transitions
------------------------------- */
.isotope,
.isotope .item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

/* responsive media queries */
/* Mouse scroll effect */
.mouse {
  position: absolute;
  bottom: 40px;
  z-index: 5;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block; }
  .mouse .mouse-icon {
    display: block;
    width: 25px;
    height: 45px;
    border: 2px solid white;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    text-align: center;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
  .mouse .mouse-wheel {
    height: 4px;
    margin: 2px auto 0;
    display: block;
    width: 4px;
    background-color: white;
    border-radius: 50%;
    -webkit-animation: 1.6s ease infinite wheel-up-down;
    -moz-animation: 1.6s ease infinite wheel-up-down;
    animation: 1.6s ease infinite wheel-up-down; }
  .mouse:hover .mouse-icon {
    border-color: #fff; }

@-webkit-keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    margin-top: 20px;
    opacity: 0; } }

@-moz-keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    margin-top: 20px;
    opacity: 0; } }

@keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    margin-top: 20px;
    opacity: 0; } }

/* Blog */
.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff; }
  .sidebar-box *:last-child {
    margin-bottom: 0; }
  .sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px; }

.categories li, .sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dee2e6;
  list-style: none; }
  .categories li:last-child, .sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
  .categories li a, .sidelink li a {
    display: block; }
    .categories li a span, .sidelink li a span {
      position: absolute;
      right: 0;
      top: 0;
      color: #ccc; }
  .categories li.active a, .sidelink li.active a {
    color: #000;
    font-style: italic; }

.comment-form-wrap {
  clear: both; }

.comment-list {
  padding: 0;
  margin: 0; }
  .comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%; }
  .comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none; }
    .comment-list li .vcard {
      width: 80px;
      float: left; }
      .comment-list li .vcard img {
        width: 50px;
        border-radius: 50%; }
    .comment-list li .comment-body {
      float: right;
      width: calc(100% - 80px); }
      .comment-list li .comment-body h3 {
        font-size: 20px; }
      .comment-list li .comment-body .meta {
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: .1em;
        color: #ccc; }
      .comment-list li .comment-body .reply {
        padding: 5px 10px;
        background: #e6e6e6;
        color: #000;
        text-transform: uppercase;
        font-size: 14px; }
        .comment-list li .comment-body .reply:hover {
          color: #000;
          background: #e3e3e3; }

.search-form {
  background: #f7f7f7;
  padding: 10px; }
  .search-form .form-group {
    position: relative; }
    .search-form .form-group input {
      padding-right: 50px; }
  .search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.post-meta {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .2em; }
  .post-meta a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }



.card-title {
  font-size: 1.4rem;
  color: #000; }

/*PRELOADING------------ */
#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7100;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.loader {
  z-index: 7700;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* New Stye */
.single-text .owl-dots {
  margin-top: 2rem;
  text-align: center; }
  .single-text .owl-dots .owl-dot {
    display: inline-block; }


.single-text .owl-dots .owl-dot > span {
	display: inline-block;
    -webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    width: 10px;
    height: 10px;
    margin: 3px;
    border-radius: 50px;
    background-color: #cccccc;
}


.single-text .owl-dots .owl-dot.active > span {
	background-color: #000000; 
}
