html,
body {
    margin: 0;
    font-size: 100%;
    background-color: mintcream;
    letter-spacing: 0.5px;
    font-family: 'Comfortaa', cursive;
}

body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
	
}
.main-heading h1 {
text-align:center;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

label {
    margin: 0;
}

.navbar-brand {
    padding: 0px 15px;
}

nav.navbar.bootsnav ul.nav > li {
    margin: 20px 5px;
}

nav.navbar.bootsnav ul.nav > li > a {
    padding: 10px 15px;
    font-size: 14px;
    color: #000;
}

@media(max-width:768px) {
    .logo {
        width: 50px;
    }
}

.menu__item .link {
    position: relative;
}

.menu__item .link:hover {
    color: #fff!important;
}

.menu__item .link::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
    opacity: 0;
    background-color: #f57c00;
    transition: .5s;
    z-index: -1;
}

.menu__item .link::after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0px;
    height: 100%;
    opacity: 0;
    background-color: #f57c00;
    transition: .5s;
    z-index: -1;
}

.menu__item .link:hover::before {
    width: 50%;
    opacity: 1;
    transition: .5s;
}

.menu__item .link:hover::after {
    width: 50%;
    opacity: 1;
    transition: .5s;
}


/*slider*/

#owl-demo-slider {
    position: relative;
}

#owl-demo-slider .owl-nav .owl-prev {
    background-color: #b39e35;
    color: #fff;
    padding: 5px 10px!important;
    position: absolute;
    top: 45%;
    left: 0px;
}

#owl-demo-slider .owl-nav .owl-next {
    background-color: #b39e35;
    color: #fff;
    padding: 5px 10px!important;
    position: absolute;
    top: 45%;
    right: 0px;
}


/*slider*/

.about-content {
    text-align: center;
    line-height: 25px;
    letter-spacing: 1px;
}


/*service*/

.main-heading {
    margin: 50px 0px;
    font-size: 30px;
}

.Financial-box {
    border-radius: 5px;
    padding: 9px;
    text-align: center;
    box-shadow: 0px 0px 10px 1px #000;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    margin-bottom: 30px;
}

.Financial-box img {
    padding: 8px;
    border-radius: 8px;
    margin-bottom: 5px;
    height: 100px;
}

.Financial-box h3 {
    margin: 10px 0px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #f60;
}

.Financial-box p {
    margin: 10px 0px 0px;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}


/*service*/


/*package*/

.package-box {
    border: 1px solid;
    overflow: hidden;
    margin-bottom: 20px;
}

.package-name {
    text-align: center;
    color: #fff;
    background-color: #000;
}

.package-heading {
    font-size: 16px;
    padding: 15px 0px;
}

.package-name p {
    padding-bottom: 10px;
}

.undar-package {
    position: relative;
}

.undar-package .facility {
    position: absolute;
    bottom: 0px;
}

.package-box:hover .price {
    transform: translateX(0px);
    transition: 1s;
}

.price {
    position: absolute;
    top: 30%;
    left: 0px;
    background-color: #000;
    padding: 5px 10px;
    color: #fff;
    transform: translateX(-200px);
    transition: 1s;
}

.box {
    overflow: hidden;
}

.box .imgg {
    transition: 1s;
}

.package-box:hover .box .imgg {
    transform: scale(1.1);
    transition: 1s;
}

.undar-package .facility {
    text-align: center;
    background-color: #fff;
    width: 100%;
}

.undar-package .facility li {
    display: inline-block;
    text-align: center;
    padding: 5px 10px;
}

.undar-package .facility li span {
    display: block;
    font-size: 10px;
    padding: 5px 0px;
}

.button {
    padding: 10px;
}

.group1 {
    transform: translateX(-400px);
    transition: 1s;
}

.package-box:hover .button-group {
    transform: translateX(0px);
    transition: 1s;
}


/*package*/


/*theme*/

.theme-tour {
    overflow: hidden;
    position: relative;
}

.theme-figcaption {
    position: absolute;
    top: 0px;
    text-align: center;
    background-color: #000000b5;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 1s;
}

.theme-tour:hover .theme-figcaption {
    opacity: 1;
    transition: 1s;
}

.theme-figcaption .content {
    color: #fff;
    position: relative;
    margin: 5px 10px;
    padding: 5px;
    height: 160px;
    overflow: hidden;
}

.content p a {
    margin-top: 60px;
}

.theme-figcaption .content::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 2px;
    background-color: #f77629;
    opacity: 0;
    transition: 1s;
}

.theme-figcaption .content::after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 0px;
    height: 2px;
    background-color: #f77629;
    opacity: 0;
    transition: 1s;
}

.tour-theme:hover .theme-figcaption .content::before,
.tour-theme:hover .theme-figcaption .content::after {
    opacity: 1;
    width: 100%;
    transition: 2s;
}

.theme-figcaption .content span::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 2px;
    height: 0px;
    background-color: #f77629;
    opacity: 0;
    transition: 1s;
}

.theme-figcaption .content span::after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 2px;
    height: 0px;
    background-color: #f77629;
    opacity: 0;
    transition: 1s;
}

.tour-theme:hover .theme-figcaption .content span::before,
.tour-theme:hover .theme-figcaption .content span::after {
    height: 100%;
    opacity: 1;
    transition: 2s;
}

.theme-heading {
    text-align: center;
    padding: 10px 0px;
    font-size: 16px;
    color: #fff;
    background-color: #0c79b3;
    margin-top: 5px;
    margin-bottom: 10px;
}


/*theme*/


/*testimonial*/

.testimonial {
    text-align: center;
    margin: 20px 30px 40px;
}

.testimonial .pic {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 25px;
    border: 4px solid #000;
    box-shadow: 0 7px rgba(0, 0, 0, 0.1), 0 5px #017197;
    ;
    margin-bottom: 15px;
    overflow: hidden;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .description {
    padding: 0 20px 20px;
    font-size: 15px;
    color: #333;
    line-height: 30px;
    border-radius: 25px;
    border-bottom: 4px solid #000;
    box-shadow: 0 7px rgba(0, 0, 0, 0.1), 0 5px #017197;
    margin-bottom: 25px;
}

.testimonial .title {
    display: block;
    margin: 0 0 7px 0;
    font-size: 20px;
    font-weight: 600;
    color: #6b2014;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial .post {
    display: block;
    font-size: 15px;
    color: #e4ac01;
    text-transform: capitalize;
}

@media only screen and (max-width: 479px) {
    .testimonial {
        padding: 20px 15px 40px;
    }
    .testimonial .description {
        padding: 0 5px 20px;
    }
}

#demo-slide .owl-nav .owl-prev {
    background-color: #017197;
    color: #fff;
    padding: 5px 10px!important;
    position: absolute;
    top: 35%;
    left: -20px;
}

#demo-slide .owl-nav .owl-next {
    background-color: #017197;
    color: #fff;
    padding: 5px 10px!important;
    position: absolute;
    top: 35%;
    right: -20px;
}

#demo-slide {
    position: relative;
}


/*testimonial*/


/* Footer */

.footer {
    position: relative;
    background-color: #171819;
    color: #7d7975;
    padding: 95px 0 50px;
    font-size: 16px;
}

.footer i {
    font-size: 12px;
    padding-right: 10px;
    color: #fff;
}

.footer p {
    line-height: 25px;
    color: #fff;
    text-align: justify;
}

.footer h5 {
    font-size: 22px;
    font-weight: 700;
    color: #f77629;
    position: relative;
    padding-bottom: 16px;
}

.footer h5:after {
    content: '';
    display: block;
    margin: 5px 0 0;
    width: 40%;
    height: 1px;
    background-color: #fff;
}

.footer ul {
    list-style: none;
    line-height: 35px;
    margin: 0px;
    color: #fff;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #aece61;
}

.copyright {
    padding: 10px 0px;
}


/* Footer */


/*contact*/

.address-grid,
.address-info {
    background-color: #fff;
    padding: 40px;
    -webkit-box-shadow: 0px 2px 13px -1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 13px -1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 13px -1px rgba(0, 0, 0, 0.15);
}

.address h4 {
    font-size: 28px;
    color: #f57c00;
    margin-bottom: 10px;
}

.address-info.address-mdl {
    margin: 2em 0;
}

.address input[type="text"],
.address input[type="email"],
.address input[type="tel"],
.address textarea {
    width: 100%;
    color: #000;
    background: none;
    outline: none;
    font-size: 15px;
    padding: 11px;
    margin-bottom: 16px;
    border: none;
    border-bottom: solid 1px rgba(0, 0, 0, 0.15);
    -webkit-appearance: none;
}

.address textarea {
    min-height: 12em;
    -webkit-appearance: none;
    resize: none;
}

.address input[type="submit"] {
    border: none;
    outline: none;
    color: #fff;
    padding: 12px 50px;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 16px;
    -webkit-appearance: none;
    background: #faad81;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}


/*contact*/

.ab-content p {
    margin-bottom: 10px;
    text-align: justify;
}

.destination {
    text-align: center;
}

.destination .title {
    margin: 10px 0px;
    font-size: 16px;
    color: brown;
}

.row11 {
    margin: 30px 0px;
    border: 2px solid #ddd;
    padding: 0px 10px;
}

.image1{
    padding: 10px 20px;
}
.about-new {
    padding-top: 10px;
    padding-bottom: 10px;
}
.about-new p {
    color: #072e54;
    text-align: justify;
    letter-spacing: 0.5px;
}
.best1 {
    margin-bottom: 20px;
}
