h1,h2,h3,h4,h5,h6,p,ol,li,ul,label{
  margin:0;        
}
body{
    margin:0;
  padding: 0px;
  color: #444;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  
}
body a{
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
body a:hover{
    text-decoration:none;
}
.uppercase {
  text-transform: uppercase;
}
.clear {
  clear: both;
}
.left-float {
  float: left;
}
.right-float {
  float: right;
}
.left-align {
  text-align: left;
}
.center-align {
  text-align: center;
}
.right-align {
  text-align: right;
}
/*-- Start Header --*/
  /* -- Start Navigation -- */
    .navigation{
      background: #2c67a5;
      position: relative;
    }
    .toggleMenu {
      display:  none;
      padding:16px 15px;
      color: #fff;
      width:100%;
      font-size: 15px;
      background:url("../img/nav-icon.png") no-repeat 98% center;
    }
    .nav {
      list-style: none;
      *zoom: 1;
    }
    .nav:before,
    .nav:after {
      content: " "; 
      display: table; 
    }
    .nav:after {
      clear: both;
    }
    .nav ul {
      list-style: none;
      width: 250px;
    }
    .nav li a {
      padding:15px 13px;
      color:#fff;
      font-size: 14px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }
    .nav li a:hover,.nav li.active a,.nav li a:focus {
      background: #ffffff;
      color: #0080d2;
    }
    .nav li {
      position: relative;
    }
    .nav > li {
      display: inline-block;
    }
    .nav > li:first-child,.nav > li:last-child {
      background-image:none;
    }
    .nav > li > a {
      display: block;
    }
    .nav li  ul {
      position: absolute;
      left: -9999px;
    }
    .nav > li.hover > ul {
      left: 0;
      padding: 0px;
    }
    .nav li li.hover ul {
      left: 100%;
      top: 0;
    }
    .nav li li a {
      display: block;
      background: #38892c;
      position: relative;
      z-index: 100;
      border-top: 1px solid #0179c5;
      padding: 15px 10px;
      font-size: 15px;
      text-transform: none !important;
    }
    .nav li li a:hover {
      background:#1D1D1D;
      color: #fff;
    }
    .nav li input[type="text"] {
      height: 40px;
      float: left;
      width: 100%;
      border: none;
      padding: 0 0 0 5px;
      width: 210px;
      background: #7db65b;
      color: #fff;
      font-size: 15px;
      margin-top: 5px;
      border-radius: 10px 0px 0px 10px;
    }
    .nav li input[type="text"]:focus {
      outline: none;
    }
    .nav li button {
      border: none;
      height: 40px;
      padding: 0 14px;
      font-size: 16px;
      background: #1D1D1D;
      border-left: 2px solid #1D1D1D;
      margin-top: 5px
    }
    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      color: #fff;
      opacity: 1;
    }
    ::-moz-placeholder { /* Firefox 19+ */
      color: #fff;
      opacity: 1;
    }
    :-ms-input-placeholder { /* IE 10+ */
      color: #fff;
      opacity: 1;
    }
    :-moz-placeholder { /* Firefox 18- */
      color: #fff;
      opacity: 1;
    }    
    .nav li button i {
      color: #fff;
    }
    .nav li button:hover {
      background: #0777bf;
    }
   .nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
    background: #000;
   }
    .test ul li.dropdown-submenu:hover .dropdown-menu{
      display: block;
      padding:0;
    }
  /*-- End Navigation --*/

  /*-- Start Top Header --*/
    .header { 
      background: #fff;
      box-shadow: 2px 2px 2px #f3f3f3;
    }
    .top-header {
      /*padding: 2em 0;*/
    }
    .top-header ul {
      padding-top:40px !important;
    }
    .logo img {
      width: 100%;
    }
    .contact li {
      display: inline-block;
      margin:0 21px 0 0;
    }
    .contact li label {
      font-size: 15px;
      font-weight: bolder;
    }
    .contact li p {
      font-size: 15px;
    }
    .contact li:last-child {
      margin-right: 0px;
    }
    .contact li:last-child p {
      font-size: 15px;
    }
    .social-icons {
    }
    .social-icons ul {
      float: right;
      padding-top: 7px;
    }
    .social-icons ul li {
      display: inline-block;
    }
    .social-icons ul li a {
      color: #ffffff;
      border: 1px solid #ffffff;
      padding: .5em .8em;
      margin-right: 5px;
      display: block;
    }
    .social-icons ul li:last-child a {
      margin-right: 0px;
    }
    .social-icons ul li a:hover {
      background: #0080d2;
    }
  /*-- End Top Header --*/
/*-- End Header --*/

/*-- Start Banner --*/
  #main-banner {
    position: relative;
    padding: 0;
  }
  .owl-theme .owl-controls {
    margin-top: 0!important;
  }
  #main-banner .owl-prev {
    position: absolute;
    left: 30px;
    top: 50%;
  }
  #main-banner .owl-next {
    position: absolute;
    right: 30px;
    top: 50%;
  }
  #main-banner .owl-theme .owl-controls .owl-buttons div {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 0;
    padding: 10px 16px 8px 10px;
    opacity: 1;
    transition: all .5s;
  }
  #main-banner .slides {
  }
  #main-banner .slides img {
    width: 100%;
    height: 85vh;
  }
  #main-banner .owl-theme .owl-controls .owl-buttons div:hover {
    background-color: #fff;
    color: #0080d2;
  }
/*-- End Banner --*/

/*-- Start Content --*/
  .content {
  }
  .section {
    padding: 5em 0;

  }
  .title-div {
    overflow: hidden;
    padding-bottom: 1.1em;
    position: relative;
  }
  .index-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 14px;
    color: #2c67a5;
  }
  .view-all a {
    display: block;
    padding: 8px 15px;
    border:1px solid #0080d2;
    color: #0080d2;
    font-size: 15px;
    animation-duration: 4s;
  }
  .view-all a:hover {
    background: #0080d2;
    color: #fff;
  }
  .grids {
    border:1px solid rgba(226, 224, 224 , 1);
    overflow: hidden;
    position: relative;
    margin-bottom: 3em;
    box-shadow: 3px 3px 0px 0 rgb(226, 224, 224);
    background-color: #fff;
  }
  .grids img {
    width: 100%;
  }
  .trip-info {
    padding: 1em;
    overflow: hidden;
  }
  .trip-title {
    font-weight: bold;
    color: #0080d2;
    font-size: 20px;
    padding-bottom: 10px;
    overflow: hidden;
    display: block;
  }
  .trip-duration {
    font-size: 15px;
  }
  .trip-price {
    font-size: 15px;
    margin-top: 3px;
  }
  .overlay {
    display: none;
  }
  .grids:hover .overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    color: #fff;
    display: inherit;
    background: rgba(29, 29, 29,.5);
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    padding: 30% 0;
  }
  .top-destination {
    background: url(../img/bg.jpg);
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    width: 100%;
    min-height: 400px;
  }
.about-us {
padding: 2em 0;
}
  .about-us p{
    line-height: 20px;
    font-size: 15px;
    text-align: justify;
  }
  .tick {
    padding: 0px;
  }
  .tick li {
    font-size: 15px;
    padding-bottom: 5px;
    list-style: none;
  }
  .tick li:before {
    margin-right: 5px;
    content: "\f14a";
    font: normal normal normal 14px/1 FontAwesome;
  }
   
  .client-say-head h3 {
    color: #0080d2;
    font-size: 1.97em;
    padding-top: 3.5em;
  }
  .client-say{
    background:url("../img/client-bg.jpg") no-repeat 0px 0px;
    background-size:cover;
    width:100%;
  }
  .client-say-layer{
    background:rgba(8, 31, 47, 0.89);
    height: 100%;
    }
  .client-say-head img{
    margin:1em 1em 0 0;
   }
  .client-say-head span{
    background:gray;
    width:6%;
    height:1px;
    display: inline-block;
    vertical-align: text-bottom;
  }
  .client-say-head span:nth-child(2){
    margin-right:1em;
  }
  .client-say-info p {
    color:#CDD1D2;
    font-size:15px;
    width: 63%;
    margin: 0 auto;
    padding:1em 0;
  }
  .client-say-info p img {
    margin: 0;
    padding: 0 2em;
  }
  .client-say-info h4 {
    color:#fff;
    font-size:1.6em;
    font-weight:400;
  }
  .client-say-info h6{
    margin-top:0.8em;
  }
  .client-say-info h6 span{
    background:gray;
    width:4%;
    height:1px;
    display: inline-block;
  }
.associate {
background: #f9f9f9;
}
  ul.associated,.we-accept {
    padding: 0px;
    margin: 0px;
  }
  .associated li,.we-accept li {
    display: inline-block;
  }
/*-- End Content --*/

/* -- Start Footer --*/
  footer {
    background: #2c67a5;
  }
  .top-footer {
    padding: 3em 0;
  }
  .top-footer h4 {
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 8px;
    font-weight: bold;
    color: #ffffff;
  }
  .top-footer ul {
    margin: 0px;
    padding: 0px;
  }
  .top-footer ul li {
    list-style: none;
    font-size: 15px;
    padding-bottom: 5px;
    color: #fff;
  }
  .top-footer ul li a {
    color: #fff;
  }
  .top-footer ul li a:hover {
    color: #4ebaff;
  }
  .bottom-footer {
    border-top: 1px solid #0270b7;
    padding: 1.5em;
    font-size: 15px;
    color: #fff;
  }
  .bottom-footer ul li {
    display: inline-block;
  }
  .bottom-footer ul li a {
    color: #fff;
    padding: 5px 10px;
    border:1px solid #fff;
    border-radius: 0 10px;
    margin-right: 10px;
  }
  .bottom-footer ul li a:hover {
    background: #fff;
    color: #0080d2; 
  }
  .bottom-footer a {
    color: #ffffff;
  }
  .bottom-footer a:hover {
    text-decoration: underline;
  }
/*--End Footer --*/

  #toTop {
      position: relative;
  }
  #toTop i {
      background: #fff;
      color: #0080d2;
      padding: 10px;
      border-radius: 100%;
      border: 1px solid #0080d2;
      text-align: center;
      position: absolute;
      bottom: 10px;
      right: 20px;
  }
  #toTop i:hover {
      background:#0080d2;
      color: #fff;
      cursor: pointer;
  }

/*-- Start Inner Page --*/
  .inner-title {
    background: #38892c;
    padding: 10px;
    float: left;
    color: #fff;
    font-size: 15px;
  }
  .red-border {
    border-top: 2px solid #0080d2;
    float: left;
    width: 100%;
    position: absolute;
    top: 31px;
  }
  .button_outline {
    border: 2px solid #0080d2;
    display: block;
    padding: 20px;
    border-radius: 60px;
    text-align: center;
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 20px;
    background-color: #38892c;
  }
  .box-ribbon .title-div, .contact-page .title-div, .widget .title-div {
    padding-bottom: 0px;
  }
  .trip-facts, .box-ribbon form, .similar-trip, .contact-details, .recent_post {
    border: 1px solid #0080d2;
    margin: 0px;
    padding: 15px;
  }
  .trip-facts li, .recent_post li {
    list-style: none;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .recent_post li {
    border-bottom: 1px solid #D6D6D6;
    padding: 10px 0;
  }
  .trip-facts li:last-child, .recent_post li:last-child {
    margin-bottom: 0px;
  }
  .trip-item {
    border: 1px solid #ccc;
    padding-bottom: 2em;
    width: 100%;
  }
  .trip-item img {
    width: 100%;
  }
  .trip-title a {
    color: #0080d2;
  }
  .trip-list li{
    text-transform: uppercase;
    border-bottom: 1px solid #E2E2E2;
    padding: 5px 0;
  }
  .duration {
    line-height: 16px;
    margin: 5px 0 0 11px;
    float: left;
    text-align: center;
    font-size: 16px;
    border: 1px solid #0080d2;
    width: 60px;
    border-right: 0px;
    border-left: 0px;
    padding: 3px 0;
    font-weight: bold;
  }
  .duration-time {
    font-size: 12px;
  }
  .trip-info ul {
    float: right;
    width: 190px; 
  }
  .trip-info li {
    width: 100%;
    margin: 0 20px 0 0 !important;
    list-style: none;
    font-size: 13px;
  }
  .trip-list li:hover a {
    padding-left: 10px;
  }
  .more-details {
    margin-top: 14px;
  }
  .more-details a {
    background: #0080d2;
    color: #fff;
    padding: 10px 17px;
    border-radius: 3px;
  }
  .more-details a:hover {
    background: #1D1D1D;
  }
  .trip-wrap .col-md-6 {
    margin-bottom: 2em;
  }
  .news-items {
    border-bottom: 1px solid #D6D6D6;
    overflow: hidden;
    padding-top: 20px;
  }
  .news-items h4 {
    margin-bottom: 7px;
  }
  .news-desc {
    padding: 7px 0 10px;
    font-size: 13px;
  }
  .post-left ul {
    padding: 0px;
    display: block;
  }
  .post-left ul li {
    float: left;
    list-style: none;
    margin-right: 10px;
    font-size: 13px;
  }
  .read-more {
    float: right;
    margin-bottom: 10px;
  }
  .news-image img {
    margin: 7px 0;
  }
  .news-image p {
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
  }
  hr {
    margin-bottom: 0px;
  }
  .bx-wrapper .bx-viewport {
    box-shadow: none !important;
    background: none !important
  }
  .bx-wrapper .bx-viewport ul {
    margin: 0px;
    padding: 0px;
  }
  .bx-wrapper .bx-viewport ul li {
    padding: 10px 0;
    border-bottom: 1px solid #0080d2;
  }
  .bx-wrapper .bx-viewport ul li a, .bx-wrapper .bx-viewport ul li {
    font-size: 13px;
  }
  .bx-wrapper .bx-viewport ul li:first-child, .recent_post li:first-child {
    padding-top: 0px;    
  }
  .bx-wrapper .bx-viewport ul li:last-child, .trip-list li:last-child, .recent_post li:last-child, .news-items:last-child {
    border-bottom: none;
    padding-bottom: 0px;
  }
  .bx-wrapper .bx-viewport ul li .col-md-8 {
    padding: 0px;
  }
  .desc_p p {
    font-size: 15px;
  }
  .contact-map iframe {
    width: 100%;
  }
  .contact_desc  {
    font-size: 15px;
    padding-bottom: 10px;
  }
  .btn-primary {
    background: #0080d2;
    border:1px solid #0080d2;
  }
  .btn-primary:hover {
    background: #1D1D1D;
    border: 1px solid #1D1D1D;
  }
  ul#contact-info {
    padding: 0px;
  }
  ul#contact-info li {
    list-style: none;
    font-size: 15px;
  }
  .social-share ul {
    padding: 0px;
    margin:0px;
  }
  .social-share ul li{
    display: inline-block;
    float: left;
    padding: 10px 10px 0 0px;
  }
  .page-title {
    font-size: 24px;
  }
  .border {
    border-bottom: 2px solid #0080d2;
    padding: 5px 0 0;
    margin-bottom: 20px;
  }
  .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #0080d2;
    border-color: #0080d2;
    color: #fff !important;
  }
  .pagination>li>a, .pagination>li>span {
    color: #0080d2 !important;
  }
  .panel-heading {
    padding: 0px;
  }
  .panel-heading ul {
    padding: 0px;
    margin: 0px;
  }
  .panel-heading ul li {
    display: inline-block;
  }
  .panel-heading ul li a {
    padding: 11px 25px;
    display: block;
    background: #38892c;
    color: #fff;
    font-size:16px;
  }
  .panel-heading ul li a.collapsed {
    background: none !important;
    color: #000;
  }






/*-- media queries --*/
@media screen and (max-width: 768px) {
  .active {
    display: block;
  }
  .nav > li {
    float: none;
    display: block;
  }
  .nav ul {
    width: 100%;
  }
  .nav li li a {
    padding-left: 50px;
  }
  .test ul li.dropdown-submenu:hover .dropdown-menu {
    position: absolute;
    left: 0;
    top: 49px;
    }
  .top-footer .col-md-3,.bottom-footer .col-md-4,.associate .col-md-6{
    margin: 0 0 2em;
  }
  .bottom-footer .col-md-4,.top-header .col-md-3 {
    text-align: center;
  }
  .social-icons ul {
    float: none;
  }
  .associated li img {
    width: 50px;
  }
  .owl-pagination {
    display: none;
  }
  #main-banner .owl-carousel {
    width: 100% !important;
  }
  #main-banner .slides img {
    width: 100%;
    height: 300px !important;
  }
}




.fb-page iframe{ width:100%;}

.branch-office {
    font-size: 17px;
    font-weight: bold;
    margin: 10px 0 2px;
    border-top: 1px solid #0270b7;
    padding: 12px 0 0;
    color: #0199fb;
}
.trip-btn .btn {
    background: #00a9e9;
    margin: 0px 0 5px;
    color: #fff;
    box-shadow: 3px 3px 3px 1px #383131;
    padding: 7px 40px 7px 40px;
    font-size: 18px;
    border-radius: 50px !important;

}
.trip-btn .btn:first-child {
    margin-right: 10px;
    padding: 7px 40px 7px 40px;
    font-size: 18px;
}
.trip-btn .btn:hover {
  background:#0080d2;
}

/*-- Start Review --*/
  .reviews .border {
    padding-top: 0px;
  }
  a.epic-btn {
    background: #1D1D1D;
    padding: 8px 15px;
    color: #fff;
    font-size: 13px;
    display: block;
  }
  .review-list {
    padding: 0px;
    margin: 0px;
  }
  .review-list li {
    list-style: none;
    font-size: 13px;
    border-top: 1px solid #EAE8E8;
    padding: 10px 0;
  }
  .review-list li:first-child {
    border-top: none;
    padding-top: 0px;
  }
  .reviews .form-group label {
    font-weight: normal;
  }
  .review-list li .post-by {
    font-weight: bold;
  }
  .form-group {
    overflow: hidden;
  }
  .review-fields {
    width: 100%;
  }
  .reviews .modal-footer {
    margin-top: 0px;
  }
  .reviews input[type="text"] {
    height: 34px;
  }
  .reviews input[type="submit"] {
    background: #1D1D1D;
    padding: 7px 15px;
    font-size: 13px;
    border: none;
    color: #fff;
  }
  .reviews input[type="submit"]:hover {
    background:  #0080d2;
  }


.sitemap {
	margin:15px 0 0;
	padding: 0px;
}
.sitemap li {
	margin-bottom:7px;
	list-style-position: inside;
	list-style: none;
text-transform: capitalize;
}
.sitemap li a:before {
	content: "\f111";
	font-family: FontAwesome;
	margin-right: 5px;
	font-size: 10px;
	float: left;
	margin-top: 3px;
}
.sitemap li:first-child {
	font-size:17px;
	font-weight: bold;
}
.sitemap li:first-child:before {
	content: '';
}
.sitemap li a {
	font-size:15px;
}
.recom {
padding:0px;
}
.recom li {
list-style: none;
float: left;
}
.recom li img {
width:150px;
}

  .home-trip ul {
    width: 100%;
    padding: 0px;
  }
  .home-trip ul li {
    width: initial;
  }
  .home-trip li:first-child {
    float: left;
  }
  .home-trip li:last-child {
    float: right;
  }


  .thankyou-text {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 15px;
}
.thankyou ul li {
    float: left;
    padding: 5px;
}
.thankyou ul {
    margin: 0 auto;
    display: inline-block;
}
#thanks-fb {
    background: url("../../assets/img/fb.png");
    width: 45px;
    height: 45px;
    display: block;
}
#thanks-tweet {
    background: url("../../assets/img/tweet.png");
    width: 45px;
    height: 45px;
    display: block;
}
#thanks-gp {
    background: url("../../assets/img/gp.png");
    width: 45px;
    height: 45px;
    display: block;
}
#thanks-skype {
    background: url("../../assets/img/skype.png");
    width: 45px;
    height: 45px;
    display: block;
}
#thanks-linked {
    background: url("../../assets/img/linked.png");
    width: 45px;
    height: 45px;
    display: block;
}
#thanks-fb:hover {
    background: url("../../assets/img/fb-hover.png");
}
#thanks-tweet:hover {
    background: url("../../assets/img/tweet-hover.png");
}
#thanks-gp:hover {
    background: url("../../assets/img/gp-hover.png");
}
#thanks-skype:hover {
    background: url("../../assets/img/skype-hover.png");
}
#thanks-linked:hover {
    background: url("../../assets/img/linked-hover.png");
}
.trip-includes li:before, {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    color: #92CD00;
    margin-right: 5px;
}