/*Destiny Tours 2.0 Payment Css*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}
body {
    color: #1A2B48;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: normal;
    line-height: 1.5;
    overflow-x: hidden;
 }
 .navbar .navbar-brand {
    padding: 0;
    height: 50px;
}

.navbar-brand>img {
    padding-bottom: 2px;
    padding-top: 2px;
    height: 50px;
    width: auto;
}
.navbar-default {
    background-color:#fff;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}

.navbar-default .navbar-nav>li>a {
    display: block;
    font-weight: 600;
    color: #002f5b !important;
    border-bottom: 3px solid transparent;

}

.navbar-default .navbar-nav>li>a:hover {
    background-color: #fff;
    color: #002f5b;
    border-bottom: 3px solid #002f5b;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    background-color: #fff;
    color: #002f5b;
    border-bottom: 3px solid #002f5b;
}

.navbar-default .navbar-togger {
    padding: 10px;
    margin: 25px 15px 25px 0;
}

.navbar-toggle {
    background: #002f5b;
}

.navbar-toggle:focus .icon-bar {
    background-color: white !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white !important;
}


/*main-carousel*/

#main-carousel {
    height: 450px;
    width: 100%;
}
  #main-carousel .carousel-caption h2{
    float: right;
    font-size: 16px;
    color: white;
    position: absolute;
    height: auto;
    width: auto;
    padding: 5px;
    bottom: 0px;
    right: 10px;
    color: #ffffff;
    background: grey;
    text-align:center;
    font-weight:bold;
    opacity:0.7;
  }
  
  #main-carousel .carousel-item {
    height: 450px;
    background-color: #777;
  }
#slide1 {
    background: url('../img/slider/slider1.jpg') no-repeat center center fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide2 {
    background: url('../img/slider/slider2.jpg') no-repeat center center fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide3 {
    background: url('../img/slider/slider3.jpg') no-repeat center center fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide4 {
    background: url('../img/slider/slider4.jpg') no-repeat center center fixed; ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
/*testonomial*/

#testonomial-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}


/* indicator position */

#testonomial-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}


/* indicator color */

#testonomial-carousel .carousel-indicators li {
    background: #c0c0c0;
}


/* active indicator */

#quote-carousel .carousel-indicators .active {
    background: #333333;
    height: 10px;
    width: 10px;
    margin-bottom: 1px;
}
.event-listing{
}
.event-listing-img img{
    width: 100%;
    height: 175px;
    margin: 0 auto;
    background: #fff;
}
/*Tour Listing*/

.listing {
    float: left;
    width: 100%;
}

.listing ul li {
    list-style: outside none none;
}

.listing>ul>li {
    margin-bottom: 30px;
}

.recent-listing figure, .recent-listing figure>a {
    width: 100%;
    background: white;
    min-height: 150px;
    height: 150px;
    overflow: hidden;
}

.recent-listing figure img {
    width: auto;
    height: auto;
    margin: 0 auto;
    background: #fff;
}

.recent-listing figure {
    margin-bottom: 0;
}

.recent-listing figcaption {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0.7) 70%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.listing ul li:hover figcaption {
    padding: 0;
    border: 2px solid #053E9D;
}

.listing-tag {
    float: right;
    padding: 6px 0 0 6px;
    width: 100%;
}

.listing-tag i {
    background: #053E9D;
    color: #fff !important;
    float: right;
    font-size: 14px;
    line-height: 1.5;
    padding: 4px 16px;
}

.recent-listing figcaption h2 {
    bottom: 0;
    font-size: 18px;
    left: 0;
    margin-bottom: 18px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.recent-listing figcaption h2 a {
    color: #fff !important;
}

.recent-listing-text {
    background-color: #fcfcfc;
    border-bottom: 2px solid #f4f4f4;
    float: left;
    padding: 14px 0 0;
    text-align: center;
    width: 100%;
}

.recent-listing-text ul {
    display: inline-block;
    margin: 0;
}

.recent-listing-text ul li {
    border-left: 2px solid #f5f5f5;
    float: left;
    font-size: 12px;
    margin-bottom: 6px;
    padding: 0 25px;
}

.recent-listing-text ul li:first-child {
    border-left: medium none;
}

.recent-listing-text ul li i {
    color: #aaaaaa !important;
    font-size: 14px;
    margin-right: 3px;
}

.listing-options-text {
    background: #fff;
    border-bottom: 2px solid #f4f4f4;
    float: left;
    padding: 10px 0 0;
    width: 100%;
}

.listing-options-text ul {
    display: inline-block;
    margin: 0;
}

.listing-options-text ul li {
    float: left;
    font-size: 14px;
    list-style: outside none none;
    margin-bottom: 3px;
    padding: 0 8px;
}

.listing-options-text ul li i {
    color: #aaaaaa;
    font-size: 13px;
    margin-right: 3px;
}

.row>div.col {
    clear: both;
}

.footer {
    background: #343a40 !important;
    color: #dee2e6;
    font-weight: 400;
    position: absolute;
    width: 100%;
    height:auto ;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.footer img{
    width: 3em;
}
.breadcrumb {
    background-color: #fff;
}

p {
    font-size:1.2em;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin-bottom: 10px;
}
a {
    color: #053E9D !important;
}

a:hover, a:focus, a:active {
    outline: medium none;
    text-decoration: underline;
}

ul {
    margin-bottom: 0;
}

figure {
    margin-bottom: 6px;
    position: relative;
}

strong {
    color: #333333;
}

h5 small {
    font-size: 14px;
}

iframe {
    border: medium none;
    float: left;
    width: 100%;
}
.btn-primary-outline{
width:100% !important;
}
.btn-primary-outline:hover{
	background: #348404 !important;
color:white !important;
}
.text-white {
    color: white !important;
}

.btn-book {
    background: #348404;
}

.btn a {
    color: white !important;
}

.btn-book:hover {
    background: #48B606;
    text-decoration: none;
}

.btn-book:hover a {
    text-decoration: none;
}
.event-listing li{
	display:block;
}
#page-wrap {
    position: relative;
    min-height: 100vh;
}
.main-content {
    width: 100%;
    min-height: 100vh;
padding-top:20px;
    padding-bottom: 60px;
    background: #e6e6e6;
}

.main-section {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
}

.section-title {
    float: left;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    width: 100%;
}

.section-title h2 {
    display: inline-block;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase !important;
    margin-bottom: 0;
    position: relative;
    color: #053E9D !important;
}


/*.section-title h2::before {
    background: rgba(0, 0, 0, 0) url("../img/fancy-title-border.png") repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 24px;
    margin-right: 26px;
    vertical-align: text-top;
    width: 58px;
}
.section-title h2::after {
    background: rgba(0, 0, 0, 0) url("../img/fancy-title-border2.png") repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 24px;
    margin-left: 26px;
    vertical-align: text-top;
    width: 58px;
}*/
.event-title{
    padding:0;
    margin: 0;
}
.event-title h2{
    font-size: 2em;
    font-weight: 500;
}
.event-title p{

}
.section-title p {
    color: #002f5b;
}
.event_booking{
    width: 90%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 62px 55px 90px;
}
.form-title{
    font-family: sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #333;
}
.event_booking h2{
    display: block;
    font-family: Poppins-Bold;
    font-size: 28px;
    color: #333;
    font-weight: 700;
    text-align: center;
}.event_info{
    padding-bottom: 5px;
}
.event_info #border{
    border-left:  solid 3px #333;
    padding: 5px  20px;
}
.event_info h3{
    font-size: 24px;
}
.event-details{
    margin: 2px !important;
}
.table{ 
  padding: 0!important;
}
.paypal-btn-img{
    height: 40px;
}