* {
    margin: 0px;
    padding: 0px;
}

html {
    width: 100%;
    height: 100%;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

body {
    background-color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    letter-spacing: 0.6px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
}

p {
    margin: 0px;
   /* margin-bottom: 25px; */
}

li {
    color: #4d4d4d;
    margin: 0px;
}

a {
    color: #4d4d4d;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
   .visit, .mail, .call { 
       border-bottom: 2px solid #000; 
       
   } 
   .contact-left-w3ls .fa {
       font-size: 1em; padding: 1em; color: #fff;
       } 
      /* span.fa { 
           background: #d95550; 
           
       } */
       input[type="text"], input[type="tel"] { 
           margin-bottom: 20px; 
           
       } 
       input[type="submit"] { 
           background: #d95550; color: #fff; padding: 8px 15px; margin-top: 15px; border: none; outline: none; 
           
       } 
       .mail { 
           margin: 30px 0px; 
           
       }

/*navbar-top*/

.navbar-head {
    line-height: 90px;
    text-align: center;
}

.navbar-brand h1 {
    background: red;
    color: #fff;
    padding: 10px 80px;
    border-radius: 63px;
    font-family: 'Gugi', cursive;
}

nav.navbar.bootsnav ul.nav > li > a {
    padding: 15px 15px;
    font-weight: 600;
}

@media(max-width:768px) and (min-width:375px) {
    .navbar-head {
        line-height: 30px;
        text-align: center;
    }
    .navbar-brand h1 {
        padding: 10px 20px;
        font-size: 14px
    }
    .navbar-brand {
        padding: 10px 0px;
    }
}


/*.menu{
    background-color: #1d1c1c!important;
}*/


/*navbar-top*/

.main-heading {
    margin: 22px 0px;
    text-align: center;
}

.main-heading h2 {
    font-family: 'Gugi', cursive;
    text-transform: uppercase;
}

/*services*/

.serviceBox {
    text-align: center;
    margin-bottom: 20px;
}

.serviceBox .service-icon {
    color: #f1f0f0;
    background: red;
    font-size: 50px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.serviceBox .service-icon i.fa {
    transition: all 0.3s;
}

.serviceBox:hover .service-icon i.fa {
    text-shadow: 0 0 5px #000;
    transform: rotateY(360deg);
}

.serviceBox .service-content {
    color: #fff;
    background: red;
    border-radius: 20px;
    padding: 10px 15px 10px;
    position: relative;
    z-index: 1;
}

.serviceBox .service-content:before {
    content: "";
    background: red;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    transform: rotate(45deg);
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    z-index: -1;
}

.serviceBox .title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    
    display: block;
    transition: all 0.3s;
}

.serviceBox:hover .title {
    text-shadow: 0 0 5px #000;
}

.serviceBox .description {
    font-size: 15px;
    line-height: 27px;
    margin: 0;
}


/*social*/

.st-mediabar {
    top: 35%;
    left: 5px;
    position: fixed;
    z-index: 99;
}

.st-table-content li {
    text-align: center;
    margin: 5px 0;
    position: relative;
    transform: rotate(-15deg);
}

.st-table-content li i {
    font-size: 18px;
    display: block;
    padding: 8px;
    border: 2px solid red;
    border-radius: 8px;
    color: red;
}

.st-table-content li:hover i {
    cursor: pointer;
    color: #fff;
    background: red;
}

.st-table-content li span {
    white-space: nowrap;
    position: absolute;
    top: 2px;
    left: -150px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
}

.st-table-content li:hover span {
    left: 40px;
    opacity: 1;
    color: #fff;
    background-color: red;
    padding: 8px 12px;
    border-radius: 8px;
}


/*.st-table-content li:hover .fa-facebook {
    background: #526fa3;
    border-color: #526fa3;
}

.st-table-content li:hover .fa-twitter {
    background: #4db8ec;
    border-color: #4db8ec;
}

.st-table-content li:hover .fa-linkedin{
    background: #d14c2d;
    border-color: #d14c2d;
}*/

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

.social-network a.icoRss:hover {
    background-color: #F56505;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
    color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    background-color: #fff;
}

.social-circle li i {
    margin: 0;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: red;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}


/*social*/


/*slider*/

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000000a6;
    width: 55%;
    padding: 20px;
}

.carousel-caption h3 {
    margin-bottom: 20px;
    font-family: 'Gugi', cursive;
}

.carousel-caption p {
    margin-bottom: 20px;
    color: #fff
}

.outs_more-buttn a {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    text-transform: capitalize;
    display: inline-block;
    letter-spacing: 1px;
    background-color: red;
    outline: none;
    border-radius: 4px;
    /* opacity: 0.8; */
    padding: 8px 12px;
    border: none;
}

.outs_more-buttn a:hover {
    background: #000;
}


/*slider*/


/*about*/

.about-content {
    padding: 20px;
}

.about-content h2 {
    font-family: 'Gugi', cursive;
    font-size: 18px;
    margin-bottom: 15px;
}

.aboutt-content h2 {
    color: #fff;
}

.aboutt-content p {
    color: #fff;
}

.aboutt-content {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(6, 6, 6, 0.71)), url(../images/char-dham.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 40px;
}

.about-content p {
    margin-bottom: 10px;
    text-align: justify;
}

.table > thead > tr > th {
    text-align: center;
}


/*about*/


/*hover*/

.activ {
    overflow: hidden;
    margin-bottom: 20px;
}

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

figure.snip1104 img {
    width: 100%;
    position: relative;
    opacity: 0.4;
    height: 250px;
}

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

figure.snip1104 h2 {
    position: absolute;
    left: 40px;
    right: 40px;
    display: inline-block;
    background: #000000;
    /*-webkit-transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
    transform: skew(-10deg) rotate(-10deg) translate(0, -50%);*/
    padding: 12px 5px;
    margin: 0;
    top: 28%;
    text-transform: uppercase;
    font-weight: 400;
    z-index: 7;
}

figure.snip1104 h2 span {
    font-weight: 800;
}

figure.snip1104:before {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    /* background: #1f1616;*/
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
   /* -webkit-transform: rotate(110deg) translateY(-50%);
    transform: rotate(110deg) translateY(-50%);*/
}

figure.snip1104 .anchor {
    /*left: 0; */
    /* right: 0; */
    top: 125px;
    /* bottom: 0; */
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 100%;
    color: #000;
   /* transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
    transition: all 0.3s ease-in-out;*/
}

/*figure.snip1104:hover .anchor {
    transform: skew(0deg) rotate(0deg) translate(0, 0);
    transition: all 0.3s ease-in-out;
}*/

.anchor a {
    background: #5e5e5e;
    padding: 8px 25px;
    color: #fff;
    font-size: 12px;
}

figure.snip1104.blue {
    background: #123851;
}

figure.snip1104.blue h2 {
    background: #0a212f;
}

figure.snip1104.red {
    background: #000000;
    position: relative;
}

figure.snip1104.red h2 {
    background: red;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

figure.snip1104.yellow {
    background: #7f5006;
}

figure.snip1104.yellow h2 {
    background: #583804;
}

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

/*figure.snip1104:hover h2,
figure.snip1104.hover h2 {
    -webkit-transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
    transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
}

figure.snip1104:hover:before,
figure.snip1104.hover:before {
    -webkit-transform: rotate(110deg) translateY(-150%);
    transform: rotate(110deg) translateY(-150%);
}*/

.more-button {
    text-align: center;
}

.more-button a {
    background-color: red;
    color: #fff;
    padding: 10px 15px;
    margin-top: 10px;
    display: inline-block;
    font-size: 12px;
    border-radius: 50px;
}


/*hover*/


/*package*/

.pack {
    text-align: left;
    background: #fff;
    padding: 10px;
    margin: 10px 0px;
    border-radius: 0px;
    transition: all ease-in-out, 0.5s;
    border: 1px solid #304B82;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #ccc;
}

.pack-img {
    overflow: hidden;
    width: 100%;
    margin: 0px 0px 5px;
}

.pack img {
    margin: 5px 0px 5px;
    height: 150px;
}

.pack-img img {
    margin: 0px !important;
    width: 100%;
    transition: all ease-in-out, 0.5s;
}

.pack:hover .pack-img img {
    transform: scale(1.1);
}

.pack h3 {
    color: #304B82;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
}

.pack p {
    font-size: 12px;
    font-weight: 600;
}

.serv-icon {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 5px 0px;
    text-align: center;
}

.serv-icon ul {
    padding: 0;
    margin: 0;
}

.serv-icon li {
    list-style: none;
    display: inline-block;
    border-right: 1px solid #efefef;
    padding: 0px 4px;
    text-align: center;
}

.starts {
    text-align: center;
    margin: 10px 0px;
}

.serv-icon li img {
    width: 20px!important;
    height: 20px;
    display: inline-block!important;
}

.serv-icon li p {
    font-size: 10px;
    margin: 0px;
    color: #000;
    font-weight: 600;
}

.price {
    float: left;
    width: 140px;
}

.price {
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    margin-top: 16px;
    color: #000;
}

.price small {
    display: block;
    text-decoration: line-through;
    color: #8f8f8f;
}

.button2 {
    float: right;
    margin: 17px 0px 0px;
}

.button2 a {
    color: #fff;
    padding: 5px 10px;
    background: red;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
}

.package-head {
    font-weight: 600;
    padding: 35px 0px 8px;
    font-size: 22px;
    position: relative;
    font-family: 'Gugi', cursive;
}

.package-head::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 135px;
    height: 5px;
    background-color: red;
}


/*package*/


/*counter*/

.demo {
    background: #848484;
}

.counter {
    background: #fff;
    text-align: center;
    padding: 100px 0 30px;
    margin-top: 30px;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.counter .counter-value {
    width: 150px;
    height: 100px;
    line-height: 100px;
    background: red;
    margin: 0 auto;
    box-shadow: 0 8px 6px -6px #4d485e;
    /*text-shadow: 1px 1px 0 #4d485e, 2px 2px 0 #4d485e, 3px 3px 0 #4d485e, 4px 4px 0 #4d485e;*/
    font-size: 36px;
    color: #fff;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    font-weight: 600;
}

.counter .counter-value:before,
.counter .counter-value:after {
    content: "";
    border-right: 20px solid red;
    border-left: 20px solid transparent;
    border-top: 20px solid transparent;
    position: absolute;
    top: 0;
    left: -40px;
}

.counter .counter-value:after {
    border-right: 20px solid transparent;
    border-left: 20px solid red;
    left: auto;
    right: -40px;
}

.counter .title {
    font-size: 20px;
    font-weight: 600;
    color: #033a34;
    text-transform: uppercase;
    margin: 0;
}

.counter.yellow .counter-value {
    background: #e8a83b;
}

.counter.blue .counter-value {
    background: #14cbdc;
}

.counter.green .counter-value {
    background: #22c662;
}

.counter.yellow .counter-value:before {
    border-right-color: #a27f43;
}

.counter.yellow .counter-value:after {
    border-left-color: #a27f43;
}

.counter.blue .counter-value:before {
    border-right-color: #478a91;
}

.counter.blue .counter-value:after {
    border-left-color: #478a91;
}

.counter.green .counter-value:before {
    border-right-color: #247151;
}

.counter.green .counter-value:after {
    border-left-color: #247151;
}

@media only screen and (max-width: 990px) {
    .counter {
        margin-top: 40px;
    }
}


/*counter*/


/*testimonial*/

.wthree_testimonials_grid_main {
    margin: 0px auto 0px;
    background: #2d2d2d;
    padding: 1em 1em;
}

.wthree_testimonials_grid img {
    width: 30px!important;
}

.wthree_testimonials_grid img {
    padding: 0 .5em;
}

.wthree_testimonials_grid p {
    margin: 1em 0 0;
    font-size: 12px;
    font-weight: 400;
    color: #838383;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-align: justify;
}

.wthree_testimonials_grid_pos img {
    border-radius: 50%;
}

.wthree_testimonials_grid1 h5 {
    font-size: 1em;
    color: #f65a3a;
    margin: 1.5em 0 1em;
}

.wthree_testimonials_grid1 p {
    color: #838383;
}


/*testimonial*/


/*footer*/

.footer-logo img {
    background-color: #fff;
}

.footer-section {
    background-image: url(../images/foot.jpg);
    padding: 60px 0px 60px;
    background-size: cover;
    background-position: center;
}

.footer-destination li {
    list-style: none;
}

.footer-destination li a {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

.footer-contact a {
    color: #fff;
    font-size: 14px!important;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 6px;
    display: block;
}

.footer-section h2 {
    color: #fff;
    font-size: 22px;
    padding-bottom: 10px;
    font-family: 'Gugi', cursive;
    text-align: center;
    border-bottom: 5px solid #fff;
    margin-bottom: 15px;
}

.footer-contact i {
    font-size: 20px;
}

.copyright {
    background-color: #000;
    padding: 5px;
}

.copyright p {
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.copyright p a {
    color: #fff;
}


/*footer*/
.btnContact {
    background: red;
    padding: 5px 10px;      
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    border:none;
}
