/* 
Theme Name: Druk Paju Tours & Travels
Theme URI: http://www.bizbhutan.com
Author: Tandin
Author URI: https://abit.bt/
Description: Travel Website 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Bhutan Tour Operator
Text Domain: bizbhutan.com

*/

body {
    color: #4d4d4d;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
	letter-spacing: .6px;
}


/*ul {
    list-style-type: none;
}
*/


.dropdown-item {
    padding: .25rem 0;
}

ul.dropdown-menu {
    min-width: 100% !important;
}




a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.heading {
    color: #867666;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

h3 {
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
}

h5 {
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

/*header*/
.brand-name {
    color: #867666;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}


.fa-whatsapp {
    color: #00e676;
}

.fa-envelope {
    color: #faaf08;
}

.fa-phone-volume {
    color: #faaf08;
}

.header a {
    color: #4d4d4d;
}
/* .header {
	background-color: #e6e6e6;
} */
/*header ends*/


/*navigation*/
.navbar-dark {
    background-color: #e6e6e6;
}

.navbar-nav .nav-item .nav-link {
    color: #232323;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .5px;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #efb509;
}

navbar {
    padding: 0px !important;
    -webkit-box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
    -moz-box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
    box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
}

ul.dropdown-menu {
/*     width: 11vw; */
    border-radius: 0px;
    font-weight: 400;
    font-size: 0.9em;
    line-height: 16px;
    text-decoration: none;
    padding: 0px;
    list-style-type: none;
    -webkit-animation: mymove 0.5s;
    animation: mymove 0.5s;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
    -moz-box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
    box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
}

li.dropdown:hover ul.dropdown-menu {
    display: block;
}

.dropdown-menu li:hover a {
    color: #efb509;
	background: none;
}

.dropdown-menu li {
    border-bottom: 1px solid #ccc;
    padding: 1px;
    display: block;
}
.dropdown-menu li:last-child {
    border-bottom: none;
}
.dropdown-menu li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

@keyframes mymove {
    from {
        left: 100px;
        height: 0px;
        opacity: 0;
        border-bottom: 0px;
    }

    to {
        height: auto;

    }
}

.navbar-nav a.nav-link {
    text-transform: uppercase;
    padding: 2px !important;
}

ul.navbar-nav li.nav-item {
    margin: 0 20px;
}

/* ul.navbar-nav .nav-item:after {
    content: '';
    display: block;
    height: 3px;
    width: 0;
    transition: width .5s ease, background-color .5s ease;
}

.navbar-nav .nav-item:hover:after {
    width: 100%;
    background: #efb509;
} */
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
	color: #4267b2;
}

/*navigation ends*/

/*head carousel*/
.text-box {
    position: absolute;
    top: 50%;
    left: 15%;
    right: 15%;
    color: #fff;
    text-align: center;
    transform: translateY(-50%);
}

.text-box h2 {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

/*head carousel ends*/


/*about us*/
.about-us {
    background-color: #e6e6e6;
}

/* .about-us .heading {
    color: #fff;
} */

/*about us ends*/


/*tour package*/
.snip1096 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);


    color: #fff;
    position: relative;
    overflow: hidden;

    width: 100%;
    text-align: center;
}

.snip1096 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.snip1096:before,
.snip1096:after {
    position: absolute;
    width: 100%;
    background: #000000;
    height: 0px;
    display: block;
    content: '';
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.snip1096:before {
    top: 0;
}

.snip1096:after {
    bottom: 0;
}

figure.snip1096 img {
    max-width: 100%;
    margin-bottom: -5px;
}

.snip1096 figcaption {
    position: relative;
    background: #ffffff;
}

.snip1096 h3,
.snip1096 p {
    margin: 0;
    display: inline-block;
    width: 100%;


}

.snip1096 h3 {
	
    width: 70%;
    padding: 12px 15px;
    background: #333333;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%) rotate(0deg) scale(1);
    transform: translateY(-50%) rotate(0deg) scale(1);
}

.snip1096 p {

    background: #ffffff;
    color: #4d4d4d;
    padding: 10px 40px 40px;
}

.snip1096 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    color: #ffffff;
}

.snip1096.blue h3,
.snip1096.blue:before,
.snip1096.blue:after {
    background: #4267b2;
}



.snip1096:hover figcaption h3,
.snip1096.hover figcaption h3 {
    -webkit-transform: translateY(-50%) rotate(-8deg) scale(1.1);
    transform: translateY(-50%) rotate(-8deg) scale(1.1);
}

.snip1096:hover:before,
.snip1096.hover:before,
.snip1096:hover:after,
.snip1096.hover:after {
    height: 10px;
}


/*tour packages end*/


/*destinaiton*/
.destination {
    background: linear-gradient(rgba(250, 175, 8, 0.8), rgba(250, 175, 8, 0.8));
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}


.snip1560 {
    display: inline-block;
    width: 100%;
    color: #ffffff;
    text-align: center;

    box-shadow: none !important;
    position: relative;
    padding: 10px;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

.snip1560:hover {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}


.snip1560 * {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.snip1560 img {
    max-width: 100%;
    vertical-align: top;
    background-image: linear-gradient(#000000, #ffffff);
}

.snip1560 figcaption,
.snip1560 .link {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.snip1560 h3 {
    margin: 0px;
    position: absolute;
    width: 100%;

}

.snip1560 h3 {
    top: 70%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /*font-size: 2em;*/

}


.tint {
    position: relative;
    float: left;
    cursor: pointer;
}

.tint:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
}

/*destinaiton ends*/


/*testimonial*/
.testi {

    text-align: center;
    border-left: 5px solid #4267b2;
    border-right: 5px solid #4267b2;
    padding: 40px 30px 40px;
    position: relative;
}

.testi :before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 5px;
    background-color: #4267b2;
}

.testi :after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 5px;
    background-color: #4267b2;
}


/*.testimonial {
      border: 2px solid #4267b2;
}*/
.testimonial .carousel-inner {
    width: 80%;
    margin: auto;


}

.testi blockquote {
    border-left: none;
    margin: 0;
}


.testi blockquote .small,
blockquote footer,
blockquote small {
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}



.testimonial .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
}

.testimonial .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
    text-indent: 0;
}

.testimonial .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}

/*testimonial ends*/



/*footer*/

.contact-bg {
    background-color: #4267b2;
    /*    background: linear-gradient(rgba()), url(../img/2610.jpg);*/
}

.con-bg {
    background: #f1f1f1;
}

.con-bg i {
    font-size: 40px;
    color: #4267b2;

}

.con-bg h3 {
    color: #4267b2;
}

.social-media ul li {
    display: inline;
}

.social-media a {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
    display: inline-block;
    /*position: relative;*/
    background: #4267b2;
    overflow: hidden;
    color: #000;

    font-size: 20px;
}

.social-media a:hover {
    background: #faaf08;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 0%;
    transition: 0.5s all ease;
}

.copyright p {
    color: #fff;
}

/*footer ends*/




/*inner tourpackages*/
figure.snip1083 {
    position: relative;
    overflow: hidden;
    /* margin: 10px;
    min-width: 220px;
    max-width: 310px;
    max-height: 220px;*/
    width: 100%;
    background: #000000;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.snip1083 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

figure.snip1083 img {
    max-width: 100%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

figure.snip1083 figcaption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

figure.snip1083 h3 {
    position: absolute;
    top: 50%;
    left: 40px;
    right: 40px;
    background: #000000;
    -webkit-transform: skew(-10deg) rotate(-10deg) translateY(-50%);
    transform: skew(-10deg) rotate(-10deg) translateY(-50%);
    padding: 12px 10px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
}


figure.snip1083:before {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    background: #ffffff;
    position: absolute;
    -webkit-transform: skew(-10deg) rotate(-10deg) translateY(-50%);
    transform: skew(-10deg) rotate(-10deg) translateY(-50%);
}

figure.snip1083 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}


figure.snip1083.red {
    background: #4267b2;
}

figure.snip1083.red h3 {
    background: #4267b2;
}



figure.snip1083:hover img,
figure.snip1083.hover img {
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*inner tourpackages end*/



/*contact*/


/* .form-control.form-style {
    display: block;
    width: 100%;
    height: 70px;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #4267b2;
    border-radius: 0;
}

.form-control.focus-gold:focus {
    border-color: #faaf08;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-group textarea {
    border: 2px solid #4267b2;
    border-radius: 0;
    background: transparent;
    margin-top: 40px;
    padding-left: 30px;
    padding-top: 30px;
}
::placeholder {
    text-transform: uppercase;
    letter-spacing: 3px;
} */
.form-control {
    background-color: #E6E6E6;
    color: #fff;
}
.form-control::placeholder {
    color: #fff;
}
.form-control:focus::placeholder {
    color: #000;
}

/*contact ends*/



/*button*/
.snip1564 {
    background-color: #ffffff;
    border: none;
    border-bottom: 3px solid #4267b2;
    border-top: 3px solid #4267b2;

    cursor: pointer;
    display: inline-block;

    height: 44px;
    letter-spacing: 3px;
    line-height: 30px;
    margin: 15px 45px;
    outline: none;
    padding: 0 10px;
    position: relative;
    text-transform: uppercase;
}

.snip1564:before,
.snip1564:after {
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #ffffff;
    border-radius: 50%;
    top: -3px;
    content: "";
    height: 44px;
    position: absolute;
    width: 44px;
    border: 3px solid #8da6da;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.snip1564:before {
    right: -23px;
    border-left-color: #4267b2;
    border-bottom-color: #4267b2;
}

.snip1564:after {
    left: -23px;
    border-right-color: #4267b2;
    border-top-color: #4267b2;
}

.snip1564:hover,
.snip1564.hover {
    background-color: #ffffff;
}

.snip1564:hover:before,
.snip1564.hover:before,
.snip1564:hover:after,
.snip1564.hover:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.snip1564 a {
    color: #555;
}

/*button ends*/



/*tour details itinerary*/



.itineray a:hover,
.itineray a:focus {
    color: #f96332;
}


/*
body {
    color: #2c2c2c;
    font-size: 14px;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    overflow-x: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
*/

itineray .nav-item .nav-link,
itineray .nav-tabs .nav-link {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

itineray .card a {
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
}


@-webkit-keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes nc-icon-spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



.nav-tabs {
    border: 0;
    padding: 15px 0.7rem;
}

.nav-tabs:not(.nav-tabs-neutral)>.nav-item>.nav-link.active {
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
}

.itineray .card .nav-tabs {
    border-top-right-radius: 0.1875rem;
    border-top-left-radius: 0.1875rem;
}

.nav-tabs>.nav-item>.nav-link {
    color: #888888;
    margin: 0;
    margin-right: 5px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 30px;
    font-size: 14px;
    padding: 11px 23px;
    line-height: 1.5;
}

.nav-tabs>.nav-item>.nav-link:hover {
    background-color: transparent;
}

.nav-tabs>.nav-item>.nav-link.active {
    background-color: #444;
    border-radius: 30px;
    color: #FFFFFF;
}

.nav-tabs>.nav-item>.nav-link i.now-ui-icons {
    /*font-size: 14px;*/
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link {
    color: #4267b2;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link.active {
    background-color: #4267b2;
    color: #FFFFFF;
}

.itinerary.card {
    border: 0;
    border-radius: 0.1875rem;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    /*box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);*/
}

.itinerary.card .card-header {
    background-color: transparent;
    border-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}


[data-background-color="orange"] {
    background-color: #eae2d6;
}






@media screen and (max-width: 464px) {

    .nav-tabs {
        display: inline-block;
        width: 100%;
        text-align: center;
    }


}

ul.timeline {
    list-style-type: none;
    position: relative;
}

.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

.timeline>li {
    margin: 20px 0;
    padding-left: 20px;
}

.timeline>li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #4267b2;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}


.timeline h6 {
    text-transform: capitalize;
}

.tab-content li {
    padding-bottom: 12px;
}


.tab-content i {
    padding-right: 15px;
    color: #4267b2;
}


/*tour details itinerary*/



/*banner*/
.banner {
    /*background: url(assets/img/banner.jpg);*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.banner .heading {
    color: #fff;
}



/*media queries*/


@media only screen and (max-width: 576px) {

    body {
        font-size: 12px;
    }

    .heading {
        font-size: 26px;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 16px;
    }

    /*h4 {
        font-size: 16px;
    }*/

    h5 {
        font-size: 15px;
    }

    .copyright p {
        font-size: 10px;
    }

    .testimonial .carousel-indicators li {
        width: 35px;
        height: 35px;

    }

    .testimonial .carousel-indicators .active {
        width: 100px;
        height: 100px;
    }

    .social-media {
        font-size: 25px;

    }


}

@media only screen and (max-width: 768px) {
    .navbar-brand img {
        width: 60px;
        height: 60px;
    }

    .navbar-brand h1 {
        font-size: 20px;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        font-size: 14px;
    }

    .navbar-toggler {
        border: none !important;
        outline: none !important;
    }


}

@media only screen and (max-width: 1001px) and (min-width: 556px) {
    .copyright p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 770px) and (min-width: 576px) {
    .social-media {
        font-size: 25px;

    }

}
/* 
@media only screen and (max-width: 1844px) and (min-width: 997px) { 
.dropdown-menu li {
   padding-right: 200px;
}
}
 */
/*media queries end*/