body {
    margin: 0;
    font-size: 14px;
    background: #ffffff1a;
    font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none!important;
    color: #171819;
}

p {
    margin: 0px;
    font-weight: 600;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

#intro-hero {
    background: url(../images/banner.jpg) no-repeat scroll 0 0;
    background-size: cover;
    padding-bottom: 50px;
    position: relative;
    z-index: 10;
    color: #fff;
}

.header__rightSection {
    text-align: center;
    line-height: 50px;
}

.header__phonenumber {
    text-decoration: none;
}

.homeBanner__content {
    padding: 80px 60px 60px 60px;
}

.header {
    box-sizing: border-box;
    text-align: center;
    padding: 15px 0px 15px 0px;
    background: #fff;
}

.homeBanner__heading {
    padding-right: 10px;
    padding-top: 15px;
    margin: 0 0 15px 0;
    color: #ffffff;
    font-family: 'Brown-Regular';
    font-size: 66px;
    font-weight: 600;
     text-align: center; 
    line-height: 1.31;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.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: 0px 0px 0px 26%;
    background: #fff;
    padding: 20px 0px;
    border-radius: 4px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.registration-form {
    /* background: #fff; */
    padding: 35px;
    margin: -50px 0px 0px 0px;
    border-radius: 4px;
}

button.btn.btn-default.dropdown-toggle.der {
    padding: 12px 14px;
    background-color: #fafafa !important;
    cursor: default;
    opacity: 0.7;
    border: 1px solid #8a8a8a !important;
}

.homeBanner__formHeading {
    color: #414042;
    text-align: center;
    font-size: 24px;
    padding: 14px;
}

.registration-form .form-group {
    margin-bottom: 0;
    min-height: 60px;
}

.registration-form .form-control {
    background-color: #fafafa;
    border: 1px solid #8a8a8a;
    padding: 22px 16px;
    font-size: 14px;
    line-height: 21px;
    opacity: 0.7;
    color: #000;
    font-weight: 600;
    outline: none;
}

.btn.btn-theme {
    background: #ee2e24;
}

.btn.btn-theme {
    background: #ed741e;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    min-width: 170px;
    height: 46px;
    border-radius: 0px;
    padding: 5px;
    color: #fff;
    line-height: normal;
    margin-top: 20px;
}

@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;
    }
}

.heading-title {
    margin-top: 50px;
}

.heading-title h2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.divider {
    height: 5px;
    background: #ed741e;
    width: 200px;
    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: #ec1f36;
}

.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;
    }
}

.package-box {
    box-shadow: #f1f1f1 0px 0px 20px 5px;
    padding-bottom: 0px;
    margin-bottom: 30px;
    font-weight: 700;
}

.package-pic img {
    width: 100%;
    height: 200px;
}

.package-box h3 {
    color: #ed741e;
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
    font-weight: 700;
}

.package-box .package-time {
    margin: 15px 0;
}

.package-box .package-price,
.package-box .package-time {
    font-size: 14px;
    color: #000000;
    text-align: center;
}

.pack-inclued {
    text-align: center;
}

.pack-inclued ul li {
    display: inline-block;
}

.pack-inclued ul li img {
    width: 30px;
}

.package-box .higlights {
    color: #ff0000;
    font-size: 22px;
    font-size: 15px;
    font-weight: 900;
    padding-left: 15px;
    margin-bottom: 20px;
    position: relative;
}

.package-box .higlights:after {
    position: absolute;
    bottom: -5px;
    left: 15px;
    width: 75px;
    height: 1px;
    background: #ed741e;
    content: '';
}

.package-box ul {
    padding: 0px 15px;
}

.package-box ul li {
    color: #646464;
    font-size: 13px;
    margin-bottom: 10px;
}

.first-pac .booknow {
    margin-top: 50px;
}

.package-box .booknow a {
    /*background: #ed741e;*/
    font-size: 14px;
    font-weight: 700;
    display: block;
    text-align: center;
    padding: 10px 0px;
    color: #fff;
    text-decoration: none;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
#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%);
    border-radius: 4px;
    top: 50px;
}

/*.modal-body {*/
/*    padding: 0px;*/
/*}*/

.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.html);
    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) {
    .headdd {
        padding: 20px 0px;
    }
}

@media(max-width:768px) {
    .navi {
        float: none!important;
    }
}

@media(max-width:768px) {
    .navbar-brand img {
        width: 150px;
    }
}

@media(max-width:768px) {
    .navbar-brand {
        margin-left: 0px!important;
        margin-top: -30px;
    }
}

.thank {
    text-align: center;
    margin-bottom: 30px;
}

.contact-info ul li a {
    color: #fff!important;
}

.bgtop-header {
    background: url(../images/banner-bg.html) 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: #fff;
}

.toptxt-head form .form-control option {
    background: #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: #ffffff;
    padding: 3.5em;
    border: 1px solid #ddd;
}

.contact-grid h4 {
    font-size: 2em;
    color: #ed741e;
    margin-bottom: 1em;
    font-weight: 100;
}

.contact input[type="text"],
.contact input[type="email"],
.contact textarea {
    width: 100%;
    color: #fff;
    background: #000000;
    outline: none;
    font-size: 1em;
    padding: .8em 1em;
    margin-bottom: 1.5em;
    border: solid 1px #929090;
    -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: #fff;
    padding: .8em 4em;
    font-size: 1em;
    -webkit-appearance: none;
    background: #020202;
    border: solid 1px #000000;
    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;
    display: block;
    margin: 0 auto;
}

.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: #ed741e;
    transition: .5s all;
}

.address-left {
    padding: 0;
    text-align: center;
}

.address-row h5 {
    font-size: 1.4em;
    color: #000;
    margin-bottom: .4em;
    font-weight: 300;
}

.address-row:hover span.fa {
    border-color: #ec1f36;
    -webkit-transform: rotatey(360deg);
    -moz-transform: rotatey(360deg);
    transform: rotatey(360deg);
    -o-transform: rotatey(360deg);
    -ms-transform: rotatey(360deg);
}

.address-row {
    margin-top: 3em;
}

.copyright {
    padding: 5px 0px;
    background-color: #ed741e;
    color: #fff;
}

.butt {
    margin-top: 7px;
    float: right;
}

.btn-info {
    color: #fff;
    background-color: #ff6124!important;
    border-color: #ff6124!important;
}

/*.modal-dialog {*/
/*    width: 500px;*/
/*}*/

.why-choose ul li {
    display: inline-block;
    margin-right: 5%;
}

.why-choose ul li .title {
    color: #4d5153 !important;
    font-size: 18px;
    font-family: calibri;
    padding: 10px 0;
}

.morelink {
    margin-left: 230px;
}

.morelink:not(:focus) {
    color: #646464;
}

.morelink:hover {
    color: red;
}


/*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;
    position: relative;
}

figure.snip1104 img {
    width: 100%;
    height: 190px;
    padding: 0px 6px;
}

figure.snip1104 figcaption {
    position: absolute;
    top: 0;
    right: 0;
}

figure.snip1104 .anchor {
    top: 100px;
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 100%;
    color: #000;
}

.anchor a {
    background: #0a0a0a8c;
    padding: 8px 25px;
    color: #fff;
    visibility: hidden;
    font-size: 14px;
}

figure.snip1104:hover .anchor a {
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

figure.snip1104.red h2 {
    background: #ec1f36;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 10px 20px;
    position: relative;
}

figure.snip1104.red h2::before {
    content: '';
    position: absolute;
    bottom: -6px;
    right: 0px;
    border-top: 6px solid #ff4400;
    border-right: 6px solid transparent;
}


/*figure.snip1104:hover img,
figure.snip1104.hover img {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}*/

.more-button {
    text-align: center;
}

.more-button a {
    background-color: #ff4400;
    color: #fff;
    padding: 10px 15px;
    margin-top: 10px;
    display: inline-block;
    font-size: 12px;
}

.agile {
    padding: 16px 0px;
}


/*hover*/


/*testimonial*/

.testimonial {
    background: #fff;
    text-align: center;
    padding: 55px 20%;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.testimonial .pic {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
    /* filter: grayscale(100%); */
}

.testimonial .testimonial-title {
    font-size: 16px;
    color: #9e9e9e;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.testimonial .post {
    display: block;
    font-size: 12px;
    font-style: italic;
    color: #bcbcbc;
    margin-top: 10px;
    text-transform: uppercase;
}

.testimonial .description {
    font-size: 15px;
    font-style: italic;
    color: #86868a;
    line-height: 1.8;
    margin-top: 10px;
}

.pic22 img {
    width: 150px!important;
    display: inline-block!important;
}

.pic22 {
    display: block;
    margin: 0 auto;
}


/*testimonial*/

.car {
    text-align: center;
}

.car img {
    width: 100%;
    height: 150px;
}

.car .title {
    font-size: 20px;
    color: #ed741e;
    font-weight: 600;
}

.hotel {
    text-align: center;
}

.hotel img {
    height: 180px;
    display: inline-block;
    width: 100%;
}

.hotel .title {
    font-size: 20px;
    color: #ed741e;
    font-weight: 600;
}

.volvo img {
    width: 100%;
    height: 250px;
}
ul.social-network {
    list-style: none;
    display: block;
    margin-left: 0 !important;
}
ul.social-network li {
    display: inline;
    margin: 0 5px;
}
.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;
}
@media(max-width:767px){
    .free-heighlight img {
    margin-left: -10% !important;
    }
    .mans_close{
        top:1% !important;
    }
    .modal-header .close {
        top:1% !important;
    }
    .modal-lg{
        width:auto !important;
    }
    .mobile_formContainer{
        display:none;
        visibility:hidden;
    }
    #intro-hero{
        min-height:290px;
    }
}
.mans_sprice{
        position: absolute;
    top: 8%;
    background: #ed741e;
    padding: 2px 15px;
    border-radius: 0 30px 30px 0;
    color: #fff;
    box-shadow: 5px 5px 8px -3px #000;
}
.package-pic{
    position:relative;
}
.package-time p{
    background: red;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    animation: blink 1s linear infinite;
}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}
.panel-body ul{
    padding-left:20px;
}
.panel-body ul li{
    list-style:disc;
}
.free-heighlight {
    /*width: 50px;*/
    /*height: 50px;*/
    /*background: #004c6d;*/
    margin-left: 0px;
    border-radius: 50px;
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
    -o-webkit-animation: bounce 1s infinite alternate;
    -moz--webkit-animation: bounce 1s infinite alternate;

}
.free-heighlight img {
   margin-left: 6%;
    margin-top: 6%;
}
.social-footericon {
    width: 60px;
    padding: 10px 5px;
    position: fixed;
    right: 1%;
    bottom: 10px;
    border-radius: 4px 4px 4px 4px;
		z-index:9999;
}
.social-footericon a {
    color: #666666;}
.booknow{
    margin-top:10px;
}    
.booknow .btn1{
    background:#354F60;
}
.booknow .btn2{
    background:#BC0E4C;
}
.booknow .btn3{
    background:#008b51;
}
.modal-lg{
    width:1099px;
}
.iti-points{
    
}
.iti-points {
    background:aliceblue;
    padding:15px;
}
.iti-points li{
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 35px;
    position: relative;
    border-bottom: 1px solid #ddd;
}


.iti-points li:before{
        color: #fff;
    background: #000;
    content:"\f178";
    position:absolute;
    top:0;
    left:0;
    margin-right:10px;
    width:15px;
    height:15px;
    font-size:12px;
    line-height:15px;
    font-family:FontAwesome;
}
.panel-body p, .panel-body ul li{
    font-size:12px;
}
#itineraryModal1 .panel-body{
    min-height:250px;
}
.mans_close{
    padding:5px 15px;
    font-size:14px;
    background:green;
    color:#fff;
}
.text-center{
    text-align:center !important;
}
.package-time p a{
    color:#fff;
}
.mans_scroll10p ol{
 height: 400px;
    overflow-x: auto;   
}