body {

    padding: 0;
    margin: 0;
    font-family: 'Open Sans' ;

}

li,ul {margin:0;padding: 0;}
h1,h2,h3,h4,h5 {margin: 0;padding: 0;color: #010101;}
p {line-height: 24px;font-size: 15px;color: #454545;}
figure{background-position: center;background-repeat: no-repeat;background-size: cover;margin: 0;}
a,a:hover {text-decoration: none;color: #fff;}

img {width: 100%;}


.top-head-wrapper {

    padding: 7px 0;
}

.top-head-wrapper ul {

    display: flex;
    justify-content: flex-end;
}

.top-head-wrapper ul li {

    display: flex;
    align-items: center;
    list-style: none;
    margin: 0 30px;
}

.top-head-wrapper ul li a {

   font-weight: 600;
    color: #ffffff;
    font-size: 16px;
    background-color: #2aabe4;
    padding: 10px 15px;
    border-radius: 3px;
}

.top-head-wrapper ul li p,
.top-head-wrapper ul li span {

    display: inline-block;
    margin: 0;
}

.top-head-wrapper ul li p {

    font-weight: 600;
    color: #000;
    font-size: 16px;
    margin-right: 10px;
}


.top-head-wrapper ul li span {

    font-size: 25px;
    font-weight: 900;
    color: #287ecc;
}

/* top head ends */


/* main head section starts */

.main-head-wrapper {

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-wrapper {

    display: block;
}

.logo-wrapper img {

    height: 100px;
    width: auto;
}

.drop-menu1,
.main-nav ul li {

    display: inline-block;
    list-style: none;
    position: relative;
}

.main-nav ul li a {

    display: block;
    color: #454545;
    padding: 7px 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}

.main-nav ul li a i {

    margin-left: 5px;
    font-size: 20px;
}

.dropdown:hover .dropdown-menu {

    display: block;
}

.dropdown-menu {

    top: 100%;
    float: none;
}

.dropdown {

    border: 1px solid rgba(0,0,0,.15);

}




.sub-menu1,
.sub-menu {

    transition: 0.3s ease all;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transform: translateY(-2em);
    z-index: -1;
    transition: all 0.3s ease-in-out;
    display: block;
    min-width: 250px;
    z-index: 2;
    background: #0099cb;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.sub-menu1 {

    left: 100%;
    top: 0;
}

.sub-menu li {

    display: block;
    width: 100%;
}
.sub-menu1 li a,
.sub-menu li a {

    color: #fff !important;
    display: block;
    padding: 10px !important;
    border-bottom: 1px solid #dadada;
    font-size: 13px !important;
    text-transform: inherit !important;
}

.sub-menu1 li a i,
.sub-menu li a i {

    font-size: 14px !important;
}

.sub-menu li a:hover {
    
    color: #fff;
    background: #fdb714;
}

.drop-menu1 a,
.drop-menu a {

    display: flex !important;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.drop-menu1:hover .sub-menu1,
.main-nav ul li:hover .sub-menu {

    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}





.top-menu-bar {
    position: fixed;
    top: 61px;
    right: 15px;
    z-index: 9;
    transition: 500ms;
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: ease;
    transition-delay: 0s;
    display: none;
}
.sticky .top-menu-bar {

    top: 14px;
}

span.menu-line {
    display: block;
    width: 40px;
    height: 2px;
    background: #424242;
    margin: 9px 0;
    transition: 500ms;
}

.top-menu-bar.active span.menu-line:nth-child(1) {
    transform: rotate(45deg);
}

.top-menu-bar.active span.menu-line:nth-child(2) {
    opacity: 0;
}

.top-menu-bar.active span.menu-line:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -19px;
}

.sticky .top-head {

    display: none;
}

.sticky .logo-wrapper img {

    height: 70px;
}

.sticky .main-nav ul li a {
    padding: 22px 10px;
    font-size: 14px;
    font-weight: 600;
}

.sticky .main-nav ul li:last-child a {

 padding: 7px 10px;;
}

.dropdown-menu {

    padding: 0;
}


header.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.5s;
    background: rgba(255,255,255,.98);
    animation-duration: 0.5s;
    -webkit-box-shadow:  0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

/* header section ends */

/* main slider section starts */

.main-slide-container a {

    display: block;
}

.main-slide-container a figure {

    height: 550px;
    display: flex;
    align-items: center;
    position: relative;
}

.main-slide-container a figure::before {

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
}

.slider-content {

    position: relative;
    color: #fff;
    max-width: 650px;
    margin-top: -50px;
}

.slider-content h1 {

    font-size: 50px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.slider-content p {

    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    line-height: 26px;
}

button.slick-arrow {

    position: absolute;
    top: 50%;
    z-index: 2;
    background: rgba(23, 59, 101, 0.67);
    border: none;
    outline: none;
    color: #fff;
    padding: 40px 20px;
}

.main-slide button.slick-arrow {

    height: 50px;
    width: 50px;
    line-height: 50px;
    padding: 0;
    border-radius: 50%;
}

.prev-arrow {

    left: 20px;
}

.prev-arrow::before {
    content: "\f104";

    font-family: fontawesome;
    font-size: 25px;
}

.next-arrow {

    right: 20px;
}

.next-arrow::before {
    
    content: "\f105";

    font-family: fontawesome;
    font-size: 25px;
}



.slick-slide.slick-current.slick-active .slider-content h1{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    transition-timing-function: cubic-bezier(0.88, 0.06, 0.64, 0.99);
}

.slick-slide.slick-current.slick-active .slider-content p {

    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    transition-timing-function: cubic-bezier(0.88, 0.06, 0.64, 0.99);
}

.slick-slide.slick-current.slick-active .slider-content h1 {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.slick-slide.slick-current.slick-active .slider-content p {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}



/* main slider section ends */


/* form section starts */

.form-section {
    position: relative;
}

.search-form {

    display: flex;
    align-items: center;
    justify-content: center;
}

.select-wrapper select {

    padding: 15px 20px;
    width: 200px;
    border-top: none;
    border-bottom: 0;
}

.input-wrapper input {

    padding: 15px 10px;
    border: none;
    outline: none;
    color: #635b5b;
    font-size: 14px;
    font-weight: 600;
    background:none;
}

.input-wrapper input::placeholder {

    color: #000;
}
.select-wrapper .bootstrap-select>.dropdown-toggle {

    padding: 15px 20px;
    border-radius: 0;
    outline: none;
    border: none;
    border-right: 2px solid #f2f2f2;
}

/* .select-wrapper .dropdown:hover .dropdown-menu {

    display:none !important;
} */

.select-wrapper .search-btn {

    background: #000;
    padding: 15px 0px;
    color: #fff;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 900;
    transition: 300ms ease all;
    width:100%;
 
    

}

.about-content a:hover,
.select-wrapper .search-btn:hover {

    background-color: #0099cb;
    color: #fff;
}

/* form section ends */


/* organise section starts */

.all-sec-padding {

    padding: 80px 0 0;
}

.title-wrapper {

    text-align: center;
}

.title-wrapper h2 {

    font-size: 35px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 20px;
    position: relative;
    padding: 5px 0;
    display: inline-block;
    padding-top: 0;
}

.organise-title {

    position: relative;

}

.organise-title h2::after {

    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/bag.png');
    height: 50px;
    width: 100%;
}

.organise-icon1 {

    position: absolute;
    bottom: 100%;
    right: 60px;
}

.organise-icon1 img {

    max-width: 60%;
    width: auto;
    height: auto;
}

.title-wrapper h2::before {

    content: "";
    position: absolute;
    top: 100%;
    height: 3px;
    width: 100px;
    left: 0;
    background: #fedb3f;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 6p
}

.title-wrapper p {

    text-transform: uppercase;
    color: #bab8b8;
}

.organise-wrapper {

    text-align: center;
    padding: 15px;
    transition: 300ms ease all;
    border: 2px solid transparent;
}

.organise-wrapper:hover {

    border-color:  #fedb3f;
}

.organise-wrapper img {

    width: 70px;
    height: auto;
    margin-bottom: 15px;
}

.organise-wrapper h3 {

    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.organise-wrapper p {

    margin-bottom: 20px;
}

.organise-wrapper a {

    color: #0099cb;
    font-size: 14px;
    transition: 500ms ease all;
}

.organise-wrapper a:hover {

    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    color: #fedb3f;
}

/* organise section ends */

/* about section starts */

.about-section {

    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    transform: rotateY(180deg);
}

.about-content {
    max-width: 500px;
    background-color: #f2f2f2;
    padding: 30px 20px;
    border: 20px solid #fff;
    /* float: right; */
    padding-top: 80px;
    transform: rotateY(180deg);
    text-align: center;
    position: relative;
}

.about-content::before {

    content: "";
    position: absolute;
    top: 0;
    left: 104%;
    background: #fedb3f;
    width: 15px;
    height: 80%;
}

.about-title {

    position: relative;
    margin: 0;
}

.about-title::before {

    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 50px;
    background-image: url('../images/about-icon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.about-title h2 {

    margin: 0;
}

.about-title h2::before {

    display: none;
}

.about-content a {

    color: #424242;
    background: #fedb3f;
        padding: 10px 30px;
    font-size: 14px;
    text-transform: uppercase;
    transition: 300ms ease all;
    border-radius: 43px;
}

/* about section ends */

.tour-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    color: black;
    border: 0;
    outline: none;
    background: #a5a5a5;
    border-radius: 50%;
    padding: 0;
    display: none;
}


.tour-slider li.slick-active  button  {

    background: #ffd000;
}

.tour-slider-section {

    position: relative;
}

.tour-side-icon {

    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: -1;

}

.tour-side-icon img {

    max-width: 100%;
    width: auto;
    height: auto;
}


.tour-slider-title h2 {

    font-size: 30px;
    font-weight: 900;
}

.tour-slider-title {

    margin-bottom:15px;
}
.tour-wrapper {

    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    transition: 300ms ease all;

}

.tour-wrapper:hover {

    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.tour-container {

    padding: 15px;
}

.slider-image-wrapp{

    display: block;
    width: 100%;
    overflow: hidden;
}

.tour-wrapper img {

    width: 100%;
    object-fit: cover;
    transition: 500ms cubic-bezier(.32,2,.55,.27);
    overflow: hidden;
}

.tour-wrapper:hover img {

    transform: scale(1.2);
}

.tour-content {

    padding: 20px 10px;
    background: #fff;
}

.tour-content a h3 {

    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.tour-content p {

    color: #0099cb;
    font-size: 14px;
    font-weight: 600;
}

.tour-slider .prev-arrow {

    display: none !important;
}

.tour-slider .next-arrow  {

    right: -40px;
}

.tour-slider .slick-arrow {

    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

/* tour section ends */

/* package section starts */


.package-section {

    background: #f2f2f2;
}

.package-title h2::after {
    content: "";
    background-image: url('../images/package-icon.png');
    position: absolute;
    bottom: 100%;
    left: 0;
    height: 50px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}

.package-title h2 {

    margin-bottom: 15px;
}

.package-title h2::before {

    display: block;
}

.package-first-wrapp li {

    list-style: none;
    margin-bottom: 30px;
}
.package-second-col-wrapp li:nth-child(2),
.package-second-col-wrapp li:nth-child(1),
.package-first-wrapp li:nth-child(3),
.package-first-wrapp li:nth-child(2) {

    width: 47%;
    display: inline-block;
}

.package-second-col-wrapp li:nth-child(1),
.package-first-wrapp li:nth-child(2) {

    margin-right: 5%;
}

.package-second-col-wrapp li:nth-child(2) .package-container,
.package-second-col-wrapp li:nth-child(2) .package-container img,
.package-second-col-wrapp li:nth-child(1) .package-container img,
.package-second-col-wrapp li:nth-child(1) .package-container,
.package-first-wrapp li:nth-child(3) .package-container,
.package-first-wrapp li:nth-child(3) .package-container img,
.package-first-wrapp li:nth-child(2) .package-container,
.package-first-wrapp li:nth-child(2) .package-container img {

    height: 200px;
}
.package-second-col-wrapp li:nth-child(1) .package-image-content,
.package-second-col-wrapp li:nth-child(2) .package-image-content,
.package-first-wrapp li:nth-child(3) .package-image-content,
.package-first-wrapp li:nth-child(2) .package-image-content {

    padding: 10px;
}
 
.package-second-col-wrapp li:nth-child(2) .package-image-content h3,
.package-second-col-wrapp li:nth-child(1) .package-image-content h3,
.package-first-wrapp li:nth-child(3) .package-image-content h3,
.package-first-wrapp li:nth-child(2) .package-image-content h3 {

    font-size: 16px;
}

.package-second-col-wrapp li:nth-child(1) .package-date p,
.package-second-col-wrapp li:nth-child(2) .package-date p,
.package-first-wrapp li:nth-child(3) .package-date p,
.package-first-wrapp li:nth-child(2) .package-date p {

    font-size: 14px;
    padding: 0 10px;
}


.package-second-col-wrapp li:nth-child(3) .package-container,
.package-container {

    display: block;
    position: relative;
    height: 350px;
    overflow: hidden;
    width: 100%;
}

.package-second-col-wrapp li:nth-child(2) {

    margin-right: 0;
}

.package-second-col-wrapp li:nth-child(3) .package-container:hover img,
.package-container:hover img {

    transform: scale(1.2);
}

.package-container:hover .package-image-content::before  {

    left: 0;
}

.package-second-col-wrapp li:nth-child(3) {

    width: 100%;
}

.package-second-col-wrapp li:nth-child(3) .package-container img,
.package-container img {

    height: 350px;
    object-fit: cover;
    width: 100%;
    transition: 500ms cubic-bezier(.22,.68,0,1.71);
    transform: scale(1);
}

.package-image-content {

    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 2;
}

.package-image-content::before {

    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 153, 203, 0.87);
    transition: 500ms cubic-bezier(.22,.68,0,1.71);

    z-index: -1;
}

.package-second-col-wrapp li:nth-child(3) .package-image-content h3,
.package-image-content h3 {

    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 25px;
}

.package-date {

    display: flex;
}

.package-date p {

    margin: 0;
    border-right: 1px solid #f2f2f2;
    color: #fff;
    padding:0px 20px ;
}

.package-date p:last-child {

    border: none;
}

/* packages section ends */

/* testimonial section starts */

.testimonial-section {

    background: #2aabe4;
}

.testimonial-video-side iframe {

    width: 100%;
}

.testi-image {

    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 15px;

}

.testi-image img {

    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testi-info {

    display: flex;
    align-items: center;
}

.testi-info h4 {

    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.testi-title {

    text-align: left;
}

.testi-wrapper h3 {

    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px;
}



.testimonial-side {
    background: #fff;
    padding: 30px;
}

.testi-slider button.slick-arrow {
    position: absolute;
    bottom: 0;
    top: auto;
    z-index: 2;
    background:rgb(254 219 63);
    border: none;
    outline: none;
    color: #fff;
    padding: 2px 15px;
    bottom:-50px;
}

.testi-slider .prev-arrow {

    right: 60px;
    left: auto;
}

/* testimonial section ends */


/* footer section starts */

footer {

   background: #003344;
}

.footer-logo {
    display: block;
    margin-bottom: 20px;
}

.footer-logo img {
    width: 120px;
    height: auto;
}

.footer-col-wrapper ul li {
    list-style: none;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 5px 0;
}

.footer-media li {
    display: inline-block;
}

.footer-media li a {
    display: block;
    margin: 0 10px;
}

.footer-col-wrapper h3 {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}

.footer-col-wrapper h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 30px;
    background: #1b93d2;
}

.footer-link li a {
    margin: 15px 0;
    transition: 300ms ease all;
    display: block;
}

.footer-link li a:hover {
    color: #1b93d2;
}

ul.footer-media {
    margin-top: 15px;
}

.last-col h3 {
    margin: 0;
}

.last-col h3::before {
    display: none;
}

.last-col p {
    color: #fff;
    margin: 20px 0;
}

.last-col form {
    display: flex;
}

.last-col form input,
.last-col form button {
    outline: none;
    border: none;
    padding: 7px;
    font-size: 14px;
}

.last-col form input {
    width: 70%;
}

.last-col form button {
    color: #fff;
    background: #0099cb;
    width: 30%;
    transition: 300ms ease all;
}

.last-col form button:hover {
    background: #fdb714;
}

.design-content {
    padding: 10px;
    background: #002a38;
}

.design-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.design-content-wrapper p {
    margin: 0;
    color: #adadad;
}

.design-content-wrapper p a {
    margin-left: 5px;
}

#button {
    display: inline-block;
    background-color: #fedb3f;
    width: 45px;
    height: 60px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    line-height: 72px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 8;
}

#button::after {
    content: "\f176";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #47a0ff;
}

#button:active {
    background-color: #47a0ff;
}

#button.show {
    opacity: 1;
    visibility: visible;
}


/* footer section ends */


/* custom select option css */
/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    font-family: Arial;
    height: auto;
    padding: inherit;
    border-radius: inherit;
    border: none;
    border-right: 1px solid #ccc;
  }
  
  .custom-select select {
    display: none; /*hide original SELECT element:*/
  }
  
  .select-selected {
    background-color: #fff;
  }
  
  /*style the arrow inside the select element:*/
  .select-selected:after {
    position: absolute;
    content: "";
    top: 24px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
  }
  
  /*point the arrow upwards when the select box is open (active):*/
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 15px;
  }
  
  /*style the items (options), including the selected item:*/
  .select-items div,.select-selected {
    color: #635b5b;
    padding: 15px 16px;
    cursor: pointer;
    user-select: none;
    font-weight: 600;
    font-size: 14px;
  }
.select-items div, .select-selected:nth(1){
    border-top-left-radius:30px;
    border-bottom-left-radius:30px;
}
  .select-items div {

    color: #ffff;
    font-weight: 400;
    padding:10px;
    border-bottom:1px solid #058db9;

  }
  
  /*style items (options):*/
  .select-items {
    position: absolute;
    background-color: #0099cb;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    max-height: 40vh;
    overflow-y: scroll;
    -moz-overflow-y:scroll;
  }
  

  .select-items::-webkit-scrollbar {
    background-color:#fff;
    width:6px
}

/* background of the scrollbar except button or resizer */
.select-items::-webkit-scrollbar-track {
    background-color:#fff
}
.select-items::-webkit-scrollbar-track:hover {
    background-color:#f4f4f4
}

/* scrollbar itself */
.select-items::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff
}
.select-items::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5;
    border:4px solid #f4f4f4
}

/* set button(top and bottom of the scrollbar) */
.select-items::-webkit-scrollbar-button {display:none}



  /*hide the items when the select box is closed:*/
  .select-hide {
    display: none;
  }
  
  .select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
  }
 .banner-text h1{
     color:#000;
         font-size: 35px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 20px;
    position: relative;
    padding: 5px 0;
    display: inline-block;
    padding-top: 0;
}
video{
    width:100%;
}
.select-wrapper .custom-select{
      background:none !important;
    }
 .select-wrapper   select::-ms-expand {
        display: none;
    }
.bg-gray-top-line {
    background: #f8f8f8;
    border-top: 1px solid #dbdbdb;
}
.partners-list ul li {
    display: inline-block;
    margin: 8px;
}
.opens-sans-bold{
    font-family:'Open Sans';
    font-weight:900;
    color:#636363;
}
.opens-sans-semi-bold{
    font-family:'Open Sans';
    font-weight:700;
    color:#636363;
}
.opens-sans{
    font-family:'Open Sans';
    font-weight:600;
    color:#636363;
}
.text-black {
    color: #252525;
    font-weight:700;
}
.bg-blue {
    background: #2AABE4;
}
.line {
    background: #ffffff;
    height: 3px;
    width: 80px;
}
.review {
    position: relative;
    padding-left: 92px;
    display: block;
}
.fa-comments, .fa-map-signs, .fa-certificate {
    font-size: 35px;
}
.fa-quote-left {
    height: 60px;
    width: 60px;
    text-align: center;
    color: #fff;
    border: 4px solid #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100% 0 100% 100%;
    font-size: 30px;
    line-height: 50px !important;
}

.btn-white {
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    border-radius: 30px;
    padding: 10px 18px;
}
.btn-white:hover{
    transition:.3s all ease;
    background-color:#fedb3f;
}
.fa-play-circle {
    color: #2AABE4;
}
 .fa-play-circle{
     font-size:42px;
 }
 .text-blue {
    color: #2AABE4;
}
.btn-blue {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -70px;
    background-color: #2AABE4;
    border: 1px solid #2AABE4;
    color: #ffffff;
    border-radius: 1000px;
    padding: 10px 20px;
}
.btn-blue:hover{
    background-color:#fedb3f;
    color:#000;
    border: 1px solid #fedb3f;
}
.tour-content a{
    border-bottom: 1px dashed #c7c7c7;
    display: block;
}
@media(min-width:768px){
     .banner-text h1{
     color:#fff;
         
     }
   .pos-absolute{
    position:absolute;
    z-index: 10;
    left: 15%;
    right: 15%;
    bottom: 35%;
} 
.search-form{
    padding: 5px;
    margin: 0 auto;
    /*width: 80%;*/
    background: #fff;
    border-radius: 30px;
}
.select-wrapper .search-btn{
       border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.border-left-radius, .select-selected{
     border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
}
.no-gutter{
    padding:0;
}
.inner-video-box .video-wrapper{
    height:190px;
}
.embed-responsive{
    height:100%;
}
.submit-btn{
    padding: 5px 35px;
    font-size: 20px;
}
.about-content-side{
    padding-left:30px;
}
.message-box p{
    line-height:2;
}
.awards-box{
    min-height:220px;
    margin:20px 20px 0;
    padding:25px 25px 0;
    
}
.show{
    display:block;
}
/*gallery image*/
#box-container {
    margin: 0;
    padding: 0;
}

.box {
    list-style-type: none;
    float: left;
    margin-bottom: 1rem;

}
.wrap ul li {
    list-style:none;
}
.box:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
}

.box:nth-child(2n+0) {
    margin-right: 0;
}

.box a {
    display: block;
    width: 100%;
    height: auto;
}

.box a img {
    -webkit-back-visibility: hidden;
    display: block;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

@media screen and (max-width: 410px) {
    .box {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
@media (min-width: 992px){
    .tour-sidebar {
        display: block;
        position: -webkit-sticky;
        position: sticky;
        top: 142px;
    }
}
