@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Montserrat:500');
@import url('https://fonts.googleapis.com/css?family=Montserrat:700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:600');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:700');
@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Poppins:700');
@import url('https://fonts.googleapis.com/css?family=Roboto');

*{
	font-family: 'Roboto', sans-serif;
}

body{    
margin-top: 27px;
}

.menus {
    top: 0;
    position: fixed;
    background: #002c72;
    width: 100%;
    z-index: 10000;
}

.menus
{
	background: #002c72;
}
.navbar-light .navbar-nav .nav-link {
    color: #acc5ee;
    text-transform: uppercase;
    font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	padding: 10px 15px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
    transition: .3s ease-in-out;
}



.logo {
    text-align: center;
    padding-top: 60px;
    box-shadow: 0px 6px #f9f9f9;
    padding-bottom: 35px;
}
ul.top-tab
{
	padding: 0px;
	margin-top: 30px;
}

.top-tab li a{
	text-decoration: none;
	color: #666666;
}
.top-tab li {
    list-style: none;
    display: inline-block;
    padding: 0px 28px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #666666;
    text-align: center;
    font-weight: 600;
}
.top-tab li:last-child
{
	border-right: 1px solid #999999;
}
ul.top-tab2
{
	padding: 0px;
	margin-top: 30px;
}
.top-tab2 li
{
	list-style: none;
	display: inline-block;
	padding: 0px 15px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 11px;
	color: #666666;
}
.slider .owl-theme .owl-nav {
    margin-top: 10px;
    display: none;
}

.dropdown-menu {
    display: none;
    position: absolute;
}
.dropdown:hover > .dropdown-menu {
	border-radius: 5px;
    margin-top: 0;
    display: block;
    /* margin: 0; */
    padding: 0;
}

.dropdown-item {
    border: 1px solid #dee2e6;
    display: block;
    width: 100%;
       padding: 0.355rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    /* border: 0; */
    
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #002c72;
}


.nav-item .dropdown:hover > .dropdown-menu {
   top: 0;
   left: 100%;
   display: block;
}

/*.numm {
    padding: 0px;
    list-style-type: none;
    margin-top: 5px;
}
.numm li {
    font-size: 20px;
    width: 40%;
    color: white;
    display: inline-block;
    margin-top: 20px;
    line-height: 25px;
}

.numm li p {
    margin: 0;
}*/

.owl-theme .owl-dots .owl-dot {
    display: none;
    zoom: 1;
}
.s-text
{
    display: none;
	/*position: absolute;
	bottom: 150px;
    z-index: 9999;
    color: #fff;*/
}
p.part
{
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin: 0px;
	font-size: 45px;
}
p.social
{
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	margin-top: 10px;
}
.s-text .prime
{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	border-radius: 0px;
	padding: 15px 25px;
	background: #ff9900;
	border: 0px #ff9900;
	text-transform: uppercase;
	color: #000;
	font-weight: 500;
	margin-right: 10px;
	margin-top: 10px;
}
.s-text .prime:hover
{
	background: #ffffff;
	color: #000;
}
.s-text .warn {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 0px;
	padding: 15px 25px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	border: 0px;
	text-transform: uppercase;
	font-weight: 500;
	margin-left: 10px;
	margin-top: 10px;
}
.s-text .warn:hover
{
	background: #ff9900;
	color: #ffffff;
}


h3.title {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    color: #002c72;
    margin-top: 60px;
}
h3.title span
{
	font-weight: 700;
	font-style: italic;
}
.title-subtxt
{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #666666;
	margin-top: 20px;
}
ul.forma-list
{
	padding: 0px;
	margin-top: 40px;
}
ul.forma-list li
{
	list-style: none;
	display: inline-block;
	margin: 0px 30px;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    margin-right: 0;
    cursor: pointer;
}
ul.forma-list li img
{
	padding: 30px 25px;
	border: 1px solid #999999;
}
ul.forma-list li img:hover
{
	background: #acc5ee;
}
ul.forma-list li p
{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #666666;
}
p.top-trek
{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #666666;
}

.scnd-slider .item{
	min-height: 300px;
}

.scnd-slider .owl-theme .owl-nav [class*=owl-prev] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: -6%;
    margin-top: -25px;
}
.scnd-slider .owl-theme .owl-nav [class*=owl-next] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    right: -6%;
    margin-top: -25px;
}
.scnd-slider .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}

.secure .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}

.scnd-sliderr .owl-theme .owl-nav [class*=owl-prev] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: -22%;
    margin-top: -25px;
}
.scnd-sliderr .owl-theme .owl-nav [class*=owl-next] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    right: -20%;
    margin-top: -25px;
}
.scnd-sliderr .owl-carousel  .owl-nav.disabled {
    display: block;
}

.slideshow .owl-carousel .owl-dots.disabled, .slideshow .owl-carousel .owl-nav.disabled {
    display: none;
}
.scnd-slider img
{
	border: 1px solid #999999;
}
.scnd-slider
{
	margin-top: 20px;
}
.scnd-slider-txt {
    min-height: 180px;
    border: 1px solid #999999;
    padding: 10px 20px;
    padding-top: 20px;
    border-top: none;
    box-shadow: 1px 2px #EDEDED;
}
.scnd-slider-txt h4
{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #002c72;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.hotl {
    padding-top: 12px;
    color: white;
    list-style-type: none;
}

.navbar {
    padding: 0;
}
.scnd-slider-txt h4 a
{
	text-decoration: none;
	color: #002c72;
}

.destimg:hover {
    transform: scale(1.5, 1.5);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    opacity: 1;
}

.top-tab img:hover{
	 opacity: 0.7;
}

.top-tab li p:hover{
	 opacity: 0.7;
}


.top-tab2 li a{
	color:black;
}

.scnd-slider-txt h4 a:hover
 {
    opacity: 0.6;
 }

.scnd-slider-txt p
{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: 500;
	margin-bottom: 0px;
	margin-top: 5px;
}
.scnd-slider-txt h3
{
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	color: #002c72;
	font-weight: 700;
	margin-top: 5px;
}



.scnd-slider-txt .btn-info {
	    margin-top: 30px;
    color: #fff;
    background-color: #ff9900;
    border-color: #ff9900;
    border-radius: 0px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 500;
	padding: 8px 15px;
}


.scnd-slider-txtt {
    border: 1px solid #999999;
    padding: 10px 20px;
    padding-top: 20px;
    border-top: none;
    box-shadow: 1px 2px #EDEDED;
}
.scnd-slider-txtt h4
{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #002c72;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0px;
}


.scnd-slider-txtt h4 a
{
	text-decoration: none;
	color: #002c72;
}


.scnd-slider-txtt h4 a:hover
 {
    opacity: 0.6;
 }

.scnd-slider-txtt p
{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: 500;
	margin-bottom: 0px;
	margin-top: 5px;
}
.scnd-slider-txtt h3
{
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	color: #002c72;
	font-weight: 700;
	margin-top: 5px;
}

.gh{
    display: none;
}


.scnd-slider-txtt .btn-info {
	    margin-top: 30px;
    color: #fff;
    background-color: #ff9900;
    border-color: #ff9900;
    border-radius: 0px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 500;
	padding: 8px 15px;
}


.btn1:hover
 {
    background: #ffffff;
    color: #000;
}

.bg1
{
	background: url(../img/m-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 450px;
	margin-top: 50px;
	box-sizing: border-box;
	position: relative;
	transform-style: inherit;
}
.bg1 h4
{
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	display: inline-block;
	margin-top: 20%;
	text-align: left;
	margin-right: 30px;
	padding-bottom: 10px;
	transform-style: inherit;
}
.bg1 h4 span
{
	font-style: italic;
	color: #ffcc00;
	font-weight: 600;
}
.bg1 p
{
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-align: left;
	margin-top: 5px;
}
.bg1 .btn-light, .bg1 .btn-dark {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
    font-family: 'Roboto', sans-serif;
	font-size: 14px;
	border-radius: 10px;
	font-size: 20px;
	padding: 6px 25px;
	margin-right: 30px;
	margin-top: 10px;
}
.bg1 .btn-light:hover, .bg1 .btn-dark:hover
{
	background-color: #17A2B8;
}
.destination-slider .owl-carousel .owl-item img {
    width: 70%;
    background: #F2F4F8;
    padding: 0px 25px;
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 80px;
}
.destination-slider .owl-theme .owl-nav [class*=owl-prev] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: -6%;
    margin-top: -25px;
}
.destination-slider .owl-theme .owl-nav [class*=owl-next] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    right: -6%;
    margin-top: -25px;
}
.destination-slider {
    margin-bottom: 70px;
    text-align: center;
    margin-top: 20px;
}

.destination-slider p
{
	font-family: 'Poppins', sans-serif;	
	font-size: 14px;
	color: #002c72;
	text-transform: uppercase;
	font-weight: 700;
	position: absolute;
    z-index: 99999;
    bottom: 10px;
    text-align: center !important;
    left: 0;
    right: 0;
}
.bg-back {
    background: url(../img/s-bg.jpg);
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-texts
{
	position: absolute;
	z-index: 999;
	top: 80px;
	left: 0;
	right: 0;
	text-align: center;
	color: #ffffff;
}
.bg-back .bg-texts h3
{
	font-family: 'Open Sans', sans-serif;	
	font-size: 43px;
	margin-bottom: 0px;
}
.bg-back .bg-texts p
{
	font-family: 'Montserrat', sans-serif;	
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}
.bg-back .bg-texts .btn-success 
{
    color: #fff;
    background-color: transparent;
    border-radius: 0px;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 8px 25px;
    margin-top: 20px;
}
.bg-back .bg-texts .btn-success:hover
{
	background-color: #28A745;
} 
ul.footer-lists
{
	padding: 0px;
	margin-top: 40px;
}
.footer-lists li
{
	list-style: none;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 23px;
}
.footer-lists li:first-child
{
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #002c72;
    font-weight: 600;
    padding-bottom: 20px;
}
.footer-lists li a
{
	text-decoration: none;
	color: #666666;
}

.footer-lists li a:hover{
    opacity: 0.7;
}

h3.nxt-title
{
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	color: #002c72;
	margin-top: 60px;
}
h3.nxt-title span
{
	font-weight: 700;
	font-style: italic;
}
p.sub-txt
{
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #666666;
    margin-top: 15px;
    padding-bottom: 30px;
}
ul.social-icons
{
	padding: 0px;
}
.social-icons li
{
	display: inline-block;
	list-style: none;
	padding: 5px 20px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 2px;
}
.social-icons li span
{
	margin-left: 10px;
}
.social-icons li span a
{
	color: #666666;
	text-decoration: none;
}

.social-icons li span a:hover{
opacity: 0.7;
}
ul.social-icons li .face, ul.social-icons li .twitt, ul.social-icons li .tube, ul.social-icons li .vimeo
{
	font-size: 18px;
	color: #333333;
	margin-top: -4px;
}
ul.social-icons li .link
{
	font-size: 18px;
	color: #333333;
	margin-top: -7px;
}
.final-bg
{
	background: url(../img/last-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 475px;
	margin-top: 10px;
}
.final-bg h5.contact
{
	font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #ffffff;
    margin-top: 40px;
    padding-bottom: 10px;
}
.final-bg h5.contact span
{
	font-weight: 700;
    font-style: italic;
}

.slideshow .owl-carousel {
    /* display: none; */
    display: block;
}

/*cor*/
.final-bg p.detail {     
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #ffffff;
    /* margin-top: 15px; */
    line-height: 23px;
    margin: 0;
}
.final-bg p.detail span
{
	font-size: 14px;
	text-transform: uppercase;
}
.final-bg .form-group1 .form-control1 {
    display: block;
    width: 100%;
    padding: 0.42rem 2.75rem;
    font-size: 12px;
    line-height: 1.9;
    color: #333333;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-top: 25px;
    margin-right: 1px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}
.btn-dark {
    color: #000;
    background-color: #ffcc00;
    border-color: #ffcc00;
    border-radius: 0px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding: 6px 10px;
    float: right;
    margin-top: -40px;
    margin-right: 1px;
    z-index: 9999999999;
    position: relative;
}
.final-bg p.sign, .final-bg p.privacy
{
	font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
}
.final-bg p.privacy
{
	font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    margin-top: 20px;
}
.final-bg p.contact-txt
{
	font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
}
.final-bg p.num
{
	font-size: 30px;
	font-family: 'Open Sans';
	color: #ffffff;
	margin-top: 20px;
	margin-left: 50px;
}
.final-bg .bg-call
{
	background: url(../img/call.png) 0px 10px;
	background-repeat: no-repeat;
}
.final-bg p.time
{
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #99ccff;
	font-weight: normal;
	margin-top: -20px;
	margin-left: 50px;
}
.final-bg hr.lines
{
	background: #002c72;
}
.final-bg p.copy
{
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	line-height: 28px;
}
.final-bg p.copy a
{
	color: #ffffff;
	text-decoration: none;
}
.final-bg ul.pay-list
{
	padding: 0px;
}
.final-bg ul.pay-list li
{
	list-style: none;
	display: inline-block;
	padding: 5px 5px;
}
.final-bg ul.pay-list li:first-child
{
	margin-right: 30px;
}
.final-bg ul.pay-list li:last-child
{
	margin-left: 20px;
	background: #ffffff;
	border-radius: 5px;s
}
p.powered
{
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	margin-top: 20px;
}
@media (max-width: 1199px)
{
	.navbar-light .navbar-nav .nav-link
	{
		padding: 10px 13px;
	}
	.scnd-slider .owl-theme .owl-nav [class*=owl-prev] {
    left: -8%;
}
.scnd-slider .owl-theme .owl-nav [class*=owl-next] {
    right: -8%;
}
.bg1 .btn-light, .bg1 .btn-dark
{
	margin-right: 90px;
}
.social-icons li
{
	padding: 5px 12px;
}
}
@media (max-width: 991px)
{
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: #ffffff;
    margin: 0 auto;
}
.top-tab li
{
	padding: 0px 20px;
}
.top-tab li:last-child {
    border-right: 0px solid #999999;
}
ul.top-tab2 {
    display: inline-flex;
    margin-top: 0px;
}
.scnd-slider .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled
{
	display: none;
}
.bg1 .btn-light, .bg1 .btn-dark {
    margin-right: 50px;
}
ul.forma-list li {
    margin: 0px 20px;
}
}
@media (max-width: 768px)
{
.s-text {
    bottom: 60px;
}
.hotl{
	display: none;
}
p.part
{
	font-size: 30px;
}
.s-text .prime, .s-text .warn
{
	padding: 10px 20px;
}
.bg1 p {
    color: #99ccff;
    text-shadow: 1px 1px #000;
}
.bg1 .btn-light, .bg1 .btn-dark
{
	color: #99ccff;
    text-shadow: 1px 1px #000;
    border: 1px solid #000;
}
}
@media (max-width: 767px)
{
    .bb{
        margin-top: 10px;
    }
    .lll{
        display: none;
    }
    .price{
        float: left;
    }
	.navbar {
    padding: 10px;
}
.final-bg ul.pay-list {
    text-align: center;
}
.final-bg ul.pay-list li:last-child {
    margin-left: 0px;
    margin-top: 20px;
}
}
@media (max-width: 425px)

{
    .logo{
        display: none;
    }
     .gh{
        height: 56px;
    position: absolute;
        display: block;
    }
    .TA_rated{
        display: none;
}
    .s-text {
    display: none;
}
     .bookkk{
        margin-top: 16px;
    }
	.r{
		display: none;
	}
    .scnd-sliderr .owl-theme .owl-nav [class*=owl-next] {
        display: none;
    }
.scnd-slider .owl-theme .owl-nav [class*=owl-prev]
{
	position: relative;
    top: unset;
    left: unset;
    margin-top: 0px;
}
.scnd-slider .owl-theme .owl-nav [class*=owl-next]
{
	position: relative;
    top: unset;
    right: unset;
    margin-top: 0px;
}
.bg1 .btn-light, .bg1 .btn-dark {
    margin-right: 30px;
}
.destination-slider .owl-theme .owl-nav [class*=owl-next]
{
	right: 0%;
}
.destination-slider .owl-theme .owl-nav [class*=owl-prev]
{
	left: 0%;
}
ul.social-icons {
    text-align: center;
}
.social-icons li {
    padding: 10px 12px;
}
}
@media (max-width: 375px)
{

    .slider{
        margin-top: 32px;
    }
    .hat{
        display: none;
    }
    
    .hk{
            margin-top: 32px;
    }
   
	.TA_rated{
        display: none;
	    text-align: -webkit-center;
}
.prime, .warn{
	display: none;
}
.s-text {
    bottom: 45px;
    left: 0;
    right: 0;
	}
	p.part, p.social {
    display: none;
	}
}


