body {
    margin: 0;
    font-size: 14px;
    background: #ffffff1a;
    font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none!important;
    color: #fff;
}

p {
    margin: 0px;
    font-weight: 600;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

.add ul li {
    list-style: none;
    font-size: 13px;
}

.add {
    padding: 10px;
    color: #fff;
}

.add-icon {
    float: left;
    margin-right: 15px;
}

.header-strip {
   background: #022e5b;
   padding: 10px;
}

p.phonenum {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    /*margin-right: 3%;*/
}

p.phonenum a {
    color: #fff;
}

@media (max-width: 768px) {
    p.phonenum {
        float: left;
        width: 100%;
        margin-bottom: 5px;
        font-size: 12px;
    }
}

p.phonenum span {
    padding: 16px 16px;
    background: #fff;
    color: #000;
}

.naviga {
    background: none;
    margin-bottom: 0px;
    border: none;
    z-index: 120;
    background-color: #fff;
    border-radius: 0px;
}

.navi {
    padding: 15px 0px;
}

.navi li {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

.navi li:hover a {
    color: #f50505!important;
}


/*
.navi li:after {
    content: '';
    position: absolute;
    width: 0px;
    top: 0px;
    left: 0px;
    height: 3px;
    background: #000;
    transition: 1s;
    opacity: 0;
}

.navi li:hover:after {
    background: #f50505;
    width: 100%;
    transition: 1s;
    opacity: 1;
    z-index: 9999;
}

.navi li:before {
    content: '';
    position: absolute;
    width: 0px;
    bottom: 0px;
    right: 0px;
    height: 3px;
    background: #000;
    transition: 1s;
    opacity: 0;
}

.navi li:hover:before {
    background: #f50505;
    width: 100%;
    transition: 1s;
    opacity: 1;
    z-index: 9999;
}
*/

.navbar-brand {
    padding: 1px 15px;
}

.navbar-brand a img {
    width: 165px;
}

@media (max-width:767px) {
    .navi li a {
        text-align: center;
    }
    .navbar-brand a img {
        width: 105px;
    }
}

.navi li a {
    color: #000!important;
    font-size: 15px;
}

.heading-title {
    margin-top: 50px;
}

.heading-title h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Anton', sans-serif;
}

.divider {
    height: 5px;
    background: #022e5b;
    width: 150px;
    margin: 0px auto 40px;
}

.social-fb:hover {
    color: #3B5998;
}

.social-tw:hover {
    color: #4099FF;
}

.social-gp:hover {
    color: #d34836;
}

.social-rss:hover {
    color: red;
}

.social-li:hover {
    color: blue;
}

.serviceBox {
    background: #8cb341;
}

.serviceBox {
    text-align: center;
    padding: 35px 15px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
}

.serviceBox:hover {
    background: #076271;
}

.serviceBox:before {
    content: "";
    width: 40px;
    height: 40px;
    border-width: 20px;
    border-style: solid;
    border-color: #fff #fff rgba(1, 1, 1, 0.2) rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -40px;
    right: -40px;
    transition: all 0.3s ease 0s;
}

.serviceBox:hover:before {
    top: 0;
    right: 0;
}

.serviceBox i {
    display: block;
    font-size: 50px;
    color: #fff;
    margin-bottom: 14px;
    transition: all 0.3s ease 0s;
}

.serviceBox .title {
    font-size: 18px;
    font-weight: 900;
    line-height: 25px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    letter-spacing: 2px;
    color: #fff;
}

.serviceBox .description {
    font-size: 15px;
    color: #545454;
    line-height: 25px;
    margin: 0;
    transition: all 0.3s ease 0s;
}

.serviceBox:hover i,
.serviceBox:hover .title,
.serviceBox:hover .description {
    color: #fff;
}

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

.tour {
    border: 1px solid #efefef;
    transition: 1s;
    margin-bottom: 30px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.priceon {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    padding: 5px 5px;
    /* transform: rotate(-40deg);*/
}

.priceon img {
    width: 130px;
    padding-top: 10px;
}
.tour-pack1 {
    text-align: center;
}
.tour-pack1 h2 {
    font-size: 14px;
    font-weight: 600;
}
.tour-pack img {
    width: 100%;
    height: 200px;
}
.tour-pack .figcaption {
    background-color: #022e5b;
    padding: 10px;
    color: #fff;
}
.tour-pack .figcaption p {
    font-size: 14px;
    font-weight: 600;
}
.tour-pack .figcaption p span {
float: right;
}
.amou {
    float: right;
}
.figcaption1 {
    border-top: 1px solid #ccc;
    padding: 5px;
}
.figcaption1 img {
    width: 30px!important;
    height: 30px!important;
}
.figcaption1 p {
    margin-top: 10px;
    color: #f70000;
    font-weight: 600;
    font-size: 13px;
    /* text-align: center; */
}
.figcaption1 ul li {
    display: inline-block;
    padding: 0px 2px;
}
.figcaption1 ul {
    text-align: center;
}
#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;
    /* For browsers that do not support gradients */
    
    background: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    /* For Safari 5.1 to 6.0 */
    
    background: -o-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    /* For Opera 11.1 to 12.0 */
    
    background: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    /* For Firefox 3.6 to 15 */
    
    background: linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    /* Standard syntax (must be last) */
    
    border-radius: 4px;
    top: 50px;
}
.modal-body {
    padding: 0px;
}
.footer {
    background-image: url(../images/contact.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 270px;
}
.footer-bottom {
    background: #000;
    color: #fff;
    padding: 15px;
    text-align: center;
}
.footer-bottom a {
    color: #4690e7;
    font-size: 18px;
}
.footer-bottom a:hover {
    color: #d34205;
}
.about-us h2 {
    text-align: center;
}
.about-us p {
    text-align: center;
}
.quiry-form {
    text-align: center;
}
#box {
    border: 1px solid rgb(200, 200, 200);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
    background: rgba(200, 200, 200, 0.1);
    border-radius: 4px;
    top: 50px;
}
.wrap {
    background-image: url(../images/back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
@media(max-width:1217px) {
    .navi {
        margin-right: 0px;
    }
}
@media(max-width:1117px) {
    .navi {
        padding: 10px 0px;
    }
}
@media(max-width:991px) {
    .navi li a {
        font-size: 14px;
    }
}
@media(max-width:768px) {}
@media(max-width:768px) {
    .navi {
        float: none!important;
    }
}
@media(max-width:768px) {
    .navbar-brand img {
        width: 150px;
    }
}
@media(max-width:768px) {}
.thank {
    text-align: center;
    margin-bottom: 30px;
}
.contact-info ul li a {
    color: #fff!important;
}
.bgtop-header {
    background: url(../images/banner-bg.png) no-repeat center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 380px;
}
.toptxt-head form {
    background: rgba(0, 0, 0, 0.64);
    display: block;
    float: left;
}
.toptxt-head form .smallformtitle {
    padding: 10px;
    color: #fff;
    font-size: 14px;
}

/*.toptxt-head form .form-control::placeholder {
    color: #fff;
}*/
.toptxt-head form .form-control {
    height: 36px;
    border-radius: 0px;
    background-color: transparent;
    margin-bottom: 30px;
    color: #000;
}
.toptxt-head .toptxt-head-caption {
    padding: 117px 0px 101px 0px;
    background: rgba(0, 0, 0, 0.64);
    height: 92%;
}
.toptxt-head .toptxt-head-caption h3 {
    font-size: 36px;
    color: #fff;
}
.toptxt-head .toptxt-head-caption span {
    color: #fff;
    font-size: 16px;
}
.toptxt-head {
    margin-top: 10px;
    text-align: center;
}
@media (max-width: 425px) {
    .bgtop-header {
        height: 337px;
    }
}
.contact-grid {
    background-color: #31708f;
    padding: 3.5em;
}
.contact-grid h4 {
    font-size: 2em;
    color: #fff;
    margin-bottom: 1em;
    font-weight: 100;
}
.contact input[type="text"],
.contact input[type="email"],
.contact textarea {
    width: 100%;
    color: #555;
    background: #fff;
    outline: none;
    font-size: 1em;
    padding: .8em 1em;
    margin-bottom: 1.5em;
    border: solid 1px #fff;
    -webkit-appearance: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-family: 'Roboto', sans-serif;
}
.contact input[type="submit"] {
    outline: none;
    color: #000;
    padding: .8em 4em;
    font-size: 1em;
    -webkit-appearance: none;
    background: #ffffff;
    border: solid 1px #f7542b;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Roboto', sans-serif;
}
.contact-w3lsright h6 {
    font-size: 16px;
    color: #525252;
    font-weight: 300;
    line-height: 1.8em;
    text-transform: uppercase;
}
.address-row span.fa {
    font-size: 1.2em;
    /* border: 2px solid #aaa;*/
    
    padding: 1em;
    color: #f7542b;
    transition: .5s all;
}
.address-left {
    padding: 0;
    text-align: center;
}
.address-row h5 {
    font-size: 1.4em;
    color: #039;
    margin-bottom: .4em;
    font-weight: 600;
    text-align: center;
}
.address-row:hover span.fa {
    border-color: #f7542b;
    -webkit-transform: rotatey(360deg);
    -moz-transform: rotatey(360deg);
    transform: rotatey(360deg);
    -o-transform: rotatey(360deg);
    -ms-transform: rotatey(360deg);
}
.address-row {
    margin-top: 7em;
}
.copyright {
    padding: 5px 0px;
    background-color: #022e5b;
    color: #fff;
}
.butt {
    margin-top: 7px;
    float: right;
    margin-bottom: 7px;
}
.btn-info {
    color: #fff;
    background-color: #022e5b;
    border-color: #022e5b!important;
    font-weight: 600;
}
.btn-info : hover{
    color: #fff;
    background-color: #022e5b;
    border-color: #ff4d00!important;
    font-weight: 600;

}
.intro-hero {
    background-size: cover;
    padding-bottom: 100px;
    color: #fff;
    background-image: url(../images/Banner.webp);
    background-repeat: no-repeat;
    padding-top: 100px;
}
/*#intro-hero {
    background-size: cover;
    padding-bottom: 100px;
    color: #fff;
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    padding-top: 100px;
}*/
@media(max-width: 768px) {
    .intro-hero {
        background-image: none!important;
        background-color: #022e5b!important;
    }
}
.review {
    background: url(../images/review.jpg) no-repeat scroll 0 0;
    background-size: cover;
    padding-bottom: 50px;
    position: relative;
    color: #fff;
    margin-bottom: 28px;
    /*background-position: center;*/
}
.high h4 {
    color: red;
    font-weight: 600;
}
.high ul li {
    list-style: square;
    list-style-position: inside;
    font-size: 12px;
}
.header-heading h1 {
    font-family: 'Anton', sans-serif;
    font-size: 80px;
    color: #fff;
}
.header__rightSection {
    text-align: center;
    line-height: 50px;
}
.header__phonenumber {
    text-decoration: none;
}
.header {
    box-sizing: border-box;
    text-align: center;
    padding: 10px 0px 10px 0px;
    background: #fff;
}
.homeBanner__heading {
    padding-right: 30px;
    padding-top: 15px;
    margin: 0 0 15px 0;
    color: #fbfbfb;
    font-family: auto;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.41;
    text-shadow: 0 1px 4px rgb(0, 0, 0);
    text-align: justify;
    font-style: italic;
}
.header__phonenumberText {
    display: inline-block;
    padding-left: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.homeBanner__headingsubText {
    color: #ffffff;
    font-family: 'Brown-Regular';
    font-size: 22px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.homeBanner__formContainer {
    margin: -30px 7% 0px 22%;
    background: #003399;
    border-radius: 10px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.registration-form {
    padding: 10px 30px;
    border-radius: 4px;
}
button.btn.btn-default.dropdown-toggle.der {
    padding: 8px 14px;
    background-color: #040404!important;
    cursor: default;
    opacity: 0.7;
    border: 1px solid #8a8a8a !important;
}
.homeBanner__formHeading {
    color: #fff;
    text-align: center;
    font-size: 24px;
    padding: 14px;
}
.registration-form .form-group {
    margin-bottom: 0;
    min-height: 60px;
}
.registration-form .form-control {
    background-color: #ffffff;
    /* border: 1px solid #fff; */
    
    padding: 18px 16px;
    font-size: 14px;
    /* line-height: 21px; */
    /* opacity: 0.7; */
    
    color: #2b2a2a;
    font-weight: 600;
    outline: none;
}
.btn.btn-theme {
    background: #ee2e24;
}
.btn.btn-theme {
    background: #ff4a52;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    /* min-width: 65px; */
    
    height: 34px;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    line-height: normal;
    margin-top: 10px;
    width: 100px;
    display: inherit;
    margin: 10px auto 0px;
}
@media screen and (max-width: 991px) and (min-width: 320px) {
    .homeBanner__content {
        padding: 60px 0;
        padding-bottom: 0px;
    }
}
@media screen and (max-width: 991px) and (min-width: 320px) {
    .homeBanner__formContainer {
        box-shadow: none;
    }
}
@media screen and (max-width: 991px) and (min-width: 320px) {
    .homeBanner__formContainer {
        margin: 0;
        margin-top: 50px;
        border-radius: 0;
        padding: 30px 0;
    }
}
.gallery {
    margin-bottom: 20px;
}
.gallery img {
    height: 130px;
}
@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: -60px!important;
    }
}
.footer-bottom-img {
    margin-bottom: 10px;
}
.destination {
    font-size: 12px;
    font-weight: 200;
}
ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
    float: right;
    margin-top: 8px;
}
ul.social-network li {
    display: inline;
    margin: 0 5px;
}
.social-network a.icoRss:hover {
    background-color: #F56505;
}
.social-network a.icoFacebook {
    background-color: #3B5998;
}
.social-network a.icoTwitter {
    background-color: #33ccff;
}
.social-network a.icoGoogle {
    background-color: #BD3518;
}
.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}
.social-network a.icoLinkedin {
    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: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.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: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.address-right {
    text-align: center;
}
@media(max-width: 768px) {
    .footer {
        background-image: none;
        background-color: yellow;
        height: auto;
    }
    
    .address-row {
        margin-top: 2em;
        margin-bottom: 20px;
    }
    
    .tour-pack1 h2 {
        font-size: 12px;
        font-weight: 600;
        text-align: center;
    }
    
    .butt {
        text-align: center;
        float: none;
    }
}
.form-control {
    height: 42px;
    padding: 10px 12px;
    font-weight: 600;
}
.form-padding {
    background-color: #080808b5;
    padding: 30px;
}

.form-style {
    margin-bottom: 20px;
}
.about-content p {
    text-align: justify;
    font-size: 14px;
    margin-bottom: 30px;
    color: #fff;
    line-height: 28px;
}
.heeeed h2 {
    color: #fff;
}
.footer-section {
    background-color: #022e5b;
    background-size: cover;
    background-position: center;
    padding: 80px 0px;
}
.copyright a {
    color: #fff;
}
.btn-primary {
    color: #fff;
    background-color: #11a20f; 
    border-color: #ffffff;
    font-weight: 600;
    
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #f27921;
    border-color: #f27921;
}
.contact-left-w3ls .fa {
    font-size: 1em;
    padding: 1em;
    color: #fff;
}
span.fa {
       color: #fff;
}
.contact-text-agileinf0 {
    color: #fff;
    margin-bottom: 10px;
}
.contact-text-agileinf0 h4 {
    margin: 0px;
}
.contact-text-agileinf0 a {
    color: #fff;
}
.mail {
    margin: 30px 0px;
}
.social-bnr-agileits {
    float: right;
    margin-left: 3em;
}
.social-bnr-agileits ul {
    margin-top: 7px;
}
.social-bnr-agileits ul li {
    display: inline-block;
    float: left;
    margin: 0px 6px;
    text-align: center;
}
.get-free {
    background: #FF8C00;
    color: #444343;
    text-align: center;
    padding: 20px 0;
    font-size: 30px;
    position: relative;
    font-weight: bold;
}
.get-free:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #FF8C00;
    bottom: -11px;
    left: 50%;
}
.get-a-free-quote {
    position: fixed;
    top: 40%;
    z-index: 999;
    right: 0;
}
.inclusions {
    margin-top: 20px;
}
.inclusions h5 {
    font-size: 20px;
    font-weight: 600;
}
.pkg-incusion {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.pkg-itinerary li {
    padding: 0 0 0 15px;
    margin: 0 0 10px 0;
    list-style-type: none;
    display: block;
    position: relative;
    background-image: url(../images/arrow-orng.png);
    background-repeat: no-repeat;
    background-position: left 6px;
}
.pkg-incusion li {
    padding: 0 0 0 15px;
    margin: 0 0 10px 0;
    list-style-type: none;
    display: block;
    position: relative;
    background-image: url(../images/arrow-orng.png);
    background-repeat: no-repeat;
    background-position: left 6px;
}
.pkg-incusion {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.visit {
    height: 110px;
}
/*------------------------*/
/**
 * Back To Top
 */
 
.back-to-top { cursor: pointer; position: fixed; bottom: 7px; right: 15px; display:none; width: 40px; height: 40px; border-radius: 40px; background-color: #ff0000; color: #FFF; text-align: center; font-size: 24px; line-height: 40px; padding: 0; -webkit-box-shadow: 0px 3px 8px -6px rgba(0,0,0,0.43); -moz-box-shadow: 0px 3px 8px -6px rgba(0,0,0,0.43); box-shadow: 0px 3px 8px -6px rgba(0,0,0,0.43); z-index: 999999; border: 1px solid #FF5252; }
.back-to-top:hover { color: #FFF; margin-bottom: 5px; background-color: #962C2E; border-color: #962C2E; }

