html,
body {
    margin: 0;
    font-size: 100%;
    font-family: 'Poppins', sans-serif;
    background: #f8f8f8;
    overflow-x: hidden;
}

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"],
button[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: 'Economica', sans-serif;
    font-weight: 700;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

label {
    margin: 0;
}

.marquee-wrap {
    background: #545454;
}

.marquee-wrap a {
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
}

.marquee-wrap .fa {
    font-size: 12px;
    color: #fff;
    padding: 10px 0;
    width: 20px;
    margin-left: 8px;
}

.navbar-nav li .active {
    background: transparent linear-gradient(89deg, #053bb7 0%, #40a2bb 100%) 0% 0% no-repeat padding-box;
    transition: 0.4s;
    color: #fff!important;
    box-shadow: 3px 2px 5px -2px #1a4a72a6;
}

#owl-demo-thing .item {
    margin: 3px;
}

#owl-demo-thing .item img {
    display: block;
    width: 100%;
    height: auto;
}

.how {
    color: #eee;
    background-color: #1d1d1a;
    padding: 10px 5px;
    font-size: 14px;
    font-family: 'K2D', sans-serif;
    text-transform: uppercase;
}

.service-inner {
    position: relative;
    width: 100%;
}

.service-inner-butt {
    position: absolute;
    top: 60%;
    left: 200px;
}

@media(max-width:375px) {
    .service-inner-butt {
        left: 40px;
    }
}

.service-butt {
    color: #fff!important;
    padding: 20px;
    animation: blink 4s infinite;
}

@keyframes blink {
    0% {
        background-color: #000;
    }
    25% {
        background-color: orangered;
    }
    75% {
        background-color: darkorange;
    }
    50% {
        background-color: darkcyan;
    }
    100% {
        background-color: chocolate;
    }
}

.testimonial {
    margin: 0 20px 40px;
}

.testimonial .testimonial-content {
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #00a0df;
    position: relative;
    height: 140px;
}

.testimonial .testimonial-content:before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    border-top: 15px solid #718076;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.testimonial .testimonial-content:after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 0;
    border-top: 15px solid #718076;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.testimonial-content .testimonial-icon {
    width: 50px;
    height: 45px;
    background: #000;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}

.testimonial-content .testimonial-icon:before {
    content: "";
    border-bottom: 16px solid #000;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}

.testimonial .description {
    font-size: 15px;
    font-style: italic;
    color: #fff;
    line-height: 18px;
    margin: 0;
}

.testimonial .title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}

.testimonial .post {
    display: block;
    font-size: 14px;
    color: #0CCA4A;
}

.owl-theme .owl-controls {
    margin-top: 20px;
}

.owl-theme .owl-controls .owl-page span {
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #0CCA4A;
}

.enquiry-form {
    margin: 50px 0px;
    background-image: url(../images/back1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 50px;
}

.textarea {
    margin-top: 15px;
}


/*fixed-icon*/

#fixed-social {
    position: fixed;
    top: 36%;
    right: 0px;
    z-index: 9999;
}

#fixed-social a {
    color: #fff;
    display: block;
    height: 40px;
    position: relative;
    text-align: center;
    line-height: 40px;
    width: 40px;
    margin-bottom: 1px;
    z-index: 2;
}

.fixed-facebook {
    background-color: #00AAE5;
}

.fixed-facebook span {
    background-color: #00AAE5;
}

.fixed-twitter {
    background-color: #7D3895;
}

.fixed-twitter span {
    background-color: #7D3895;
}

.fixed-gplus {
    background-color: #00AF54;
}

.fixed-gplus span {
    background-color: #00AF54;
}

.fixed-linkedin {
    background-color: #FFC41E;
}

.fixed-linkedin span {
    background-color: #FFC41E;
}

#fixed-social a span {
    line-height: 40px;
    right: 44px;
    position: absolute;
    text-align: center;
    width: 116px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
    font-size: 12px;
}

#fixed-social a:hover>span {
    visibility: visible;
    opacity: 1;
}


/*fixed-icon*/


/*enquiry*/


/*enquiry*/


/*nav-top*/

.banner-top {
    background: #d41a1a;
}

.social-bnr-agileits {
    float: right;
    margin-right: 1em;
}

.social-bnr-agileits ul li:hover .f1 {
    background-color: #3B5998;
}

.social-bnr-agileits ul li:hover .f2 {
    background-color: #1DA1F2;
}

.social-bnr-agileits ul li:hover .f3 {
    background-color: #DB4437;
}

.social-bnr-agileits ul li:hover .f4 {
    background-color: #0077B5;
}

.social-bnr-agileits ul {
    margin-top: 10px;
}

.social-bnr-agileits ul li {
    display: inline-block;
    float: left;
    margin: 0px 6px;
    text-align: center;
}

.social-bnr-agileits ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 2px solid #dadada;
    border-radius: 50%;
}

.social-bnr-agileits ul li i {
    color: #fff;
    padding-top: 6px;
    font-size: 13px;
    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-bnr-w3-agile {
    float: left;
}

.contact-bnr-w3-agile ul li {
    list-style: none;
    display: inline-block;
    border-left: 1px solid #918c8c;
    padding: 13px 20px;
    color: #fff;
    font-size: 14px;
    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-bnr-w3-agile ul li i {
    color: #000;
    font-size: 16px;
    margin-right: 15px;
}

.contact-bnr-w3-agile ul li a {
    color: #fff;
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-transform: lowercase;
    font-size: 16px;
}

.navbar-brand {
    padding: 2px 15px!important;
}

nav.navbar.bootsnav ul.nav > li > a {
    color: #000000;
}

@media(max-width:375px) {
    .navbar-brand img {
        width: 180px;
    }
}

.title {
    font-weight: normal;
    font-family: inherit;
}


/*nav.navbar.bootsnav ul.nav>li>a {
  color: #000000!important;
}*/

nav.bootsnav .navbar-nav .menu-list {
    padding: 5px 5px!important;
}

.menu-col .drop-ppp {
    text-align: center!important;
    padding: 5px 10px!important;
    background-color: #da6e21!important;
}


/*navbar*/


/*slider*/

#owl-demo-slider .item img {
    display: block;
    width: 100%;
}

#owl-demo-slider .owl-controls {
    /*display: none!important;*/
}

#bar {
    width: 0%;
    max-width: 100%;
    height: 4px;
    background: #7fc242;
}

#progressBar {
    width: 100%;
    background: #EDEDED;
}


/*slider*/

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

.tit1 {
    color: #fff;
}

.copyright {
    padding: 15px 0px;
    background-color: #00a0e0;
}

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

.copyright p a {
    color: #000;
}

.tit {
    font-size: 30px!important;
    letter-spacing: 1px;
    font-family: 'K2D', sans-serif;
    text-transform: uppercase;
}

.Know {
    background-color: #32a7a7;
    padding-bottom: 50px;
}

.about-content {
    /*box-shadow: 0px 0px 6px 2px #00000030;*/
    text-align: center;
    background-color: #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.about {
    position: relative;
}

.about .figcaption {
    position: absolute;
    bottom: 10px;
    left: 0px;
    padding: 10px 30px;
    background-color: #000;
    color: #fff;
}

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

.para-content p {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px;
    text-align: justify;
}


/*servicebox*/

.service-box {
    position: relative;
    margin-bottom: 20px;
}

.service-box .figcaption {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.service-box .figcaption ul li {
    padding: 6px 30px;
    color: #fff;
    display: block;
}

.service-box .figcaption ul li i {
    margin-right: 20px;
}

.tour {
    background-color: #ce460b;
}

.place {
    background-color: #093646f5;
    position: relative
}

.place::before {
    border-top: 7px solid #093646f5;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    bottom: -7px;
    content: '';
    left: 30px;
    position: absolute;
}


/*servicebox*/


/*package*/

.post-slide {
    text-align: center;
    border: 1px solid #ccc;
    box-shadow: 0px 2px 3px 1px #000;
    margin-bottom: 20px;
    position: relative;
}

.post-slide .pic {
    overflow: hidden;
    position: relative;
}

.post-slide .star {
    position: absolute;
    top: -4px;
    right: -10px;
}

.pack {
    padding: 5px 0px;
    color: #fff;
}

.pack1 {
    background-color: orangered;
    /* background-color: #1c7272e0;*/
}

.pack2 {
    background-color: #d41a1a;
    /*background-color: #3b8e8ee0;*/
}

.pack3 {
    /*background-color: #1c7272e0;*/
    background-color: orangered;
}

.post-slide:hover .pic img {
    transform: rotate(10deg) scale(1.5, 1.5);
}

.post-slide .pic img {
    width: 100%;
    transform: rotate(0deg) scale(1, 1);
    transition: all 0.6s ease-in-out 0s;
}

.view {
    padding: 10px 0px;
}


/*package*/


/*testimonial*/

#owl-demo-testimonial .item {
    margin: 10px;
}

.snip1533 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #9e9e9e;
    display: inline-block;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    margin: 35px 7px 10px;
    position: relative;
    text-align: center;
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    border-top: 5px solid #d2652d;
}

.snip1533 *,
.snip1533 *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.snip1533 figcaption {
    padding: 13% 10% 12%;
}

.snip1533 figcaption:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color: #d2652d;
    content: "\f118";
    font-family: 'FontAwesome';
    font-size: 60px;
    font-style: normal;
    left: 50%;
    line-height: 60px;
    position: absolute;
    top: -30px;
    width: 60px;
}

.snip1533 h3 {
    color: #3c3c3c;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin: 10px 0 5px;
}

.snip1533 h4 {
    font-weight: 400;
    margin: 0;
    opacity: 0.5;
}

.snip1533 blockquote {
    font-style: italic;
    font-weight: 300;
    margin: 0 0 20px;
}


/*testimonial*/

.colms {
    padding: 5px;
}


/*@media(max-width:375px){
    .colms{
        padding: 10px;
    }
}*/

.box {
    text-align: center;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
}

.butt {
    position: absolute;
    top: 0;
    opacity: 0;
    text-align: center;
    width: 100%;
    padding: 30px 10px;
    height: 100%;
}

.butt p {
    color: #fff;
}

.box img {
    width: 100%;
    height: auto;
}

.box:hover .butt {
    opacity: 1;
    z-index: 99999
}

.box .box-content {
    width: 100%;
    height: 100%;
    background: #000000c7;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: center top 0;
    transition: all 0.5s ease 0s;
}

.box:hover .box-content {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
}

.box .title {
    display: inline-block;
    padding: 5px 7px;
    background: #e70505;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    transition: all 900ms ease 0s;
}

.box:hover .title {
    bottom: -40px;
}

.box .icon {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
}

.box .icon li {
    display: inline-block;
}

.box .icon li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #ef4050;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-right: 7px;
    transition: all 0.35s ease 0s;
}

.box .icon li a:hover {
    background: #fff;
    color: #000;
}

@media only screen and (max-width:990px) {
    .box {
        margin-bottom: 20px;
    }
}


/*why*/

.why-people {
    background: url(../images/why.png) no-repeat;
    width: 100%;
    display: block;
    background-size: cover;
}

.res-pad {
    padding: 50px 35px;
}

.why-people-box h2 {
    color: #00A2E8;
}

.why-people-box p {
    color: #f2f2f2;
    text-align: justify;
}

.why-people .right {
    border: 1px solid #f2f2f2;
    display: block;
    float: left;
    padding: 20px;
    border-radius: 10px;
}

.why-people-box h3 {
    color: #00A2E8;
    margin: 0;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
}

.why-people-box ul {
    list-style-type: none;
    float: left;
    width: 100%;
    margin-top: 30px;
}

.why-people-box ul li {
    display: inline-block;
    float: left;
    width: 25%;
}

.why-people-box ul li img {
    width: 60px;
    display: block;
    margin: 0 auto;
}

.why-people-box ul li span {
    color: #f2f2f2;
    font-size: 12px;
    text-align: center;
    display: block;
}


/*why*/


/*footer*/

.footer {
   background: #001931;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px 10px;
    color: #fff;
}

.footer-title {
    color: #fff;
    margin-bottom: 15px;
}

.footer-grid p {
    text-align: justify;
}

.footer-grid ul li {
    padding: 5px 0px;
}

.footer-grid ul li a {
    font-size: 14px;
}

.form-group {
    margin-bottom: 5px;
}

.footer-grid ul li i {
    margin-right: 15px;
    color: #ec852d;
}

.copyright {
    padding: 10px 0px;
}


/*footer*/

.view-all-packages {
    text-align: center;
    margin: 40px 0px 0px;
}

.view-all-packages a {
    padding: 10px 20px;
    background-color: black;
    color: #fff;
}

.view-all-packages:hover a {
    background-color: orangered;
}

.package-box3 {
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.3);
    background-color: #f9f5f5;
    margin-bottom: 20px;
    overflow: hidden;
}

.package-box3 i {
    color: #00a0e1;
}

.package-box3 ul {
    /*padding: 10px 0px;*/
    text-align: center;
}

.package-box3 ul li {
    padding: 5px 0px 2px;
}

.sightseeing3 {
    padding: 5px 0px;
    background: #fff;
    position: relative;
}

.sightseeing3 ul {
    text-align: center;
    /*position: relative;*/
    /*padding: 10px;*/
}

.sightseeing3 .include {
    position: absolute;
    top: 9px;
    left: -25px;
    transform: rotate(-50deg);
    background: #312A29;
    padding: 3px 30px 4px 25px;
    color: #fff;
    font-size: 10px;
    animation: blink 3s infinite;
}

.ih-item.square.effect6 .info p {
    padding: 5px 20px!important;
    font-weight: 600;
}

.ih-item.square.effect6 .info {
    padding-top: 75px;
}

.ih-item.square.effect6 .info h3 {
    margin: 0px;
}

@keyframes blink {
    0% {
        background-color: red;
    }
    25% {
        background-color: orangered;
    }
    75% {
        background-color: darkorange;
    }
    50% {
        background-color: darkcyan;
    }
    100% {
        background-color: chocolate;
    }
}

.sightseeing3 ul li {
    display: inline-block;
    text-align: center;
    padding: 0px 5px;
}

.sightseeing3 ul li span {
    display: block;
    font-size: 12px;
}

.butt3 {
    padding: 5px 3px;
}

.butt3 a {
    display: inline-block;
}

.more3 {
    background-color: #8a6d3b;
    padding: 8px 60px;
    color: #fff;
}

.phone3 {
    height: 30px;
    width: 30px;
    border: 1px solid #000;
    line-height: 30px;
    text-align: center;
    margin: 5px 5px 0px 0px;
}

.from_left_and_right .figcaption {
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: #00a0e1;
    padding: 5px;
    z-index: 1;
    font-size: 14px;
}

.ih-item.square.effect6 .info p {
    font-style: italic;
    font-size: 18px!important;
    position: relative;
    color: #fffcfc!important;
    padding: 20px 20px 20px;
    text-align: center;
    -webkit-transition: all 0.35s 0.1s linear;
    -moz-transition: all 0.35s 0.1s linear;
    transition: all 0.35s 0.1s linear;
}

.navbar-default .navbar-nav>li>a {
    padding: 7px 15px!important;
    text-align: center;
    transition: 0.4s;
    font-size: 14px;
}

.navbar-default .navbar-nav>.menu-list:hover .anco {
    background: transparent linear-gradient(89deg, #053bb7 0%, #40a2bb 100%) 0% 0% no-repeat padding-box;
    transition: 0.4s;
    color: #fff!important;
    box-shadow: 3px 2px 5px -2px #1a4a72a6;
    border-radius: px;
}


/*contact-form*/

.slide_inquiry {
    /*  width: 263px;*/
    /*float: right;*/
    padding: 0;
    position: fixed;
    top: 165px;
    right: -300px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 99999999999999999999999;
}

.slide_inquiry:hover {
    right: 0;
}

.hover_inquiry {
    width: 300px;
    float: right;
    cursor: auto;
    /*  background: #e7e7e7;*/
    /*padding: 10px;*/
    border: solid 5px #000;
}

.hover_inquiry h2 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.all-field-1 {
    color: #6d5d5d;
    font-size: 12px;
}

.hover_inquiry .form-vertical .form-group {
    margin-bottom: 0px;
}

.hover_inquiry .form-vertical .form-group input {
    border-radius: 0;
    height: 35px;
}

.hover_button {
    cursor: pointer;
    float: right;
}

#panel {
    border: 1px solid rgb(200, 200, 200);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
    /*background: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background: red;
    background: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background: -o-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background: linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);*/
    background: #000;
    border-radius: 4px;
    top: 50px;
}

.serviceBox {
    text-align: center;
    margin-top: 60px;
    position: relative;
    z-index: 1;
    margin-bottom: 21px;
}

.serviceBox .service-icon {
    width: 78px;
    height: 78px;
    border-radius: 3px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: -34px;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
}

.serviceBox:hover .service-icon {
    transform: rotate(45deg);
}

.serviceBox .service-icon span {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 3px;
    background: #00a0e1;
    font-size: 30px;
    color: #fff;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all 0.3s ease-out 0s;
}

.serviceBox .service-icon span i {
    transition: all 0.3s ease-out 0s;
}

.serviceBox:hover .service-icon span i {
    transform: rotate(-45deg);
}

.serviceBox .service-content {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    padding: 55px 5px 25px;
    position: relative;
}

.serviceBox .service-content:before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    margin: 0 auto;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
}

.serviceBox:hover .service-content:before {
    transform: rotate(45deg);
}

.serviceBox .title {
    font-size: 17px;
    font-weight: 500;
    color: #324545;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    position: relative;
    transition: all 0.3s ease-out 0s;
}

.serviceBox:hover .title {
    color: #727cb6;
}

.serviceBox .description {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
}

.serviceBox .read-more {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e7e7e7;
    font-size: 14px;
    color: #c4c2c2;
    margin: 0 auto;
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    transition: all 0.3s ease-out 0s;
}

.serviceBox .read-more:hover {
    border: 1px solid #727cb6;
    color: #727cb6;
    text-decoration: none;
}

.serviceBox.green .service-icon span {
    background: #008b8b;
}

.serviceBox.blue .service-icon span {
    background: #3498db;
}

.serviceBox.orange .service-icon span {
    background: #e67e22;
}

.serviceBox.green:hover .title {
    color: #008b8b;
}

.serviceBox.blue:hover .title {
    color: #3498db;
}

.serviceBox.orange:hover .title {
    color: #e67e22;
}

.serviceBox:hover .read-more {
    border: 1px solid #727cb6;
    color: #727cb6;
}

.serviceBox.green:hover .read-more {
    border: 1px solid #008b8b;
    color: #008b8b;
}

.serviceBox.blue:hover .read-more {
    border: 1px solid #3498db;
    color: #3498db;
}

.serviceBox.orange:hover .read-more {
    border: 1px solid #e67e22;
    color: #e67e22;
}

.ih-item.square.effect12 .info p {
    color: #fff!important;
    letter-spacing: 1px;
    font-size: 14px!important;
}

.marq ul li {
    color: #fff;
    padding: 10px;
}

#feedback {
    position: fixed;
    top: 220px;
    right: -300px;
    z-index: 999;
}

#feedback form {
    float: right;
    border: 1px solid #999;
    border-radius: 5px;
    width: 300px
}

#feedback a img {
    display: block;
    width: 50px;
    height: 170px;
    float: left;
    text-indent: -9999em;
    position: absolute;
    top: 0px;
    left: -50px;
}


/*form*/

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
    font: 400 12px/16px "Open Sans", Helvetica, Arial, sans-serif;
}

#contact {
    background: #fff;
    padding: 25px;
}

#contact h3 {
    color: #000;
    display: block;
    font-size: 30px;
    font-weight: 400;
}

#contact h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
    color: #000;
}

fieldset {
    border: medium none !important;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
    width: 100%;
    border: 1px solid #CCC;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #AAA;
}

#contact textarea {
    height: 50px;
    max-width: 100%;
    resize: none;
}

#fff button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #0CF;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

#contact button[type="submit"]:hover {
    background: #09C;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
    outline: 0;
    border: 1px solid #999;
}


/*form*/

.pay {
    background-color: cornflowerblue!important;
    color: #fff!important;
}

ul.menu-col li a {
    color: #000!important;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

@media (max-width: 375px) {
    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
        color: #000!important;
        text-align: center;
    }
    .mega-img {
        display: block;
        margin: 0 auto;
    }
}

#testimonial-slider1 .testimonial1 {
    margin: 5px!important;
}

#testimonial-slider1 .testimonial1 img {
    display: block;
    width: 100%;
    height: auto;
}

#navbar-menu {
    padding: 15px 0px!important;
}

/*@media (max-width:375px) {
    .navbar-brand img {
        width: 70px;
        height: 50px;
    }
}*/

.title {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}

.about-content11 p {
    padding: 10px;
    text-align: justify;
}

h3.tittle {
    font-size: 2.5em;
    color: #393a3a;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
    font-weight: 400;
}

.address-info {
    background: #f7f7f7;
    border: 1px solid #ebeeef;
    padding: 3em 1em;
    height: 180px;
    margin-bottom: 25px;

}

.address-grid i {
    font-size: 1.7em;
    color: #ffb900;
}

.address-right p {
    color: #2a8490;
}

.contact_left_grid label {
    color: #313233;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85em;
    font-weight: 500;
}

.contact_grid_right input[type="text"],
.contact_grid_right input[type="email"],
.contact_grid_right textarea {
    outline: none;
    padding: 15px 15px;
    font-size: 14px;
    color: #777;
    background: #f7f7f7;
    width: 100%;
    letter-spacing: 1px;
    border: 1px solid #ebeeef;
}

.contact_grid_right input[type="submit"] {
    outline: none;
    padding: 16px 0px;
    font-size: 14px;
    color: #fff;
    background: #0e0f10;
    border: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    
}
.contact_grid_right textarea {
    min-height: 150px;
   
    resize: none;
}



.hotel {
    margin-bottom: 20px;
}

.hotel {
    border: 1px solid #ccc;
}

.hotel .figcaption {
    padding: 5px;
}

.price {
    border: 1px solid #ccc;
    padding: 20px;
}

.price p label {
    font-size: 20px;
}

.price p span {
    float: right;
}