﻿
.topflights {
    float: left;
    width: 100%;
}

.sectiontopflights {
    float: left;
    width: 18.4%;
}

    .sectiontopflights:nth-child(2), .sectiontopflights:nth-child(3), .sectiontopflights:nth-child(4), .sectiontopflights:nth-child(5) {
        margin-left: 2%;
    }

    .sectiontopflights a {
        color: #0f294d;
        display: block;
        box-shadow: 0 1px 13px 0 rgba(0,41,99,.1);
        border-radius: 2px;
        text-decoration: none;
        float: left;
        width: 100%;
    }

.topflights-icon {
    padding: 5% 0 0% 5%;
    float: left;
    width: 100%;
}

    .topflights-icon img {
        width: 20px;
        height: 20px;
        float: left;
        margin-right: 5px;
    }

.topflights-iconr {
    font-size: 14px;
    float: left;
    font-weight: 600;
    color: #0f294d;
    letter-spacing: 0;
    text-align: left;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.topflights-icondate {
    float: left;
    width: 100%;
    margin-top: 8px;
    padding: 0 0 0 16%;
}

    .topflights-icondate span {
        font-size: 14px;
        color: #455873;
        line-height: 18px;
    }

.topflights-iconprice {
    float: right;
    width: 100%;
    font-size: 14px;
    color: #455873;
    line-height: 18px;
    margin-right: 4px;
    text-align: right;
    margin-top: 6px;
}

    .topflights-iconprice span {
        font-size: 18px;
        color: #ff6a03;
        letter-spacing: 0;
        line-height: 22px;
        font-weight: 500;
    }

        .topflights-iconprice span i {
            font-size: 15px;
            font-weight: 600;
        }


.sectiontopflights .profile-card-2 {
    background-color: #FFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    background-position: center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
}

.profile-card-2 img {
    transition: all linear 0.25s;
    width: 100%;
}

.profile-card-2 .profile-name {
    position: absolute;
    left: 30px;
    bottom: 48px;
    font-size: 28px;
    color: #FFF;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    transition: all linear 0.25s;
}

.profile-card-2:hover img {
    filter: grayscale(100%);
}

.profile-card-2 .profile-username {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #FFF;
    font-size: 18px;
    transition: all linear 0.25s;
}

    .profile-card-2 .profile-username i {
        font-size: 16px;
    }

.profile-card-2 .profile-icons {
    position: absolute;
    bottom: 0px;
    left: 30px;
    color: #FFF;
    transition: all linear 0.25s;
}

.topholidays .profile-card-2 .profile-name {
    bottom: 0;
}

.topbus .card {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border: none;
}

    .topbus .card img {
        width: 100%;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

.topbus .btn {
    background: #36775b;
    color: #fff;
    border: none;
}

.profile-card-2 .profile-icons a {
    color: #fff;
    font-size: 20px;
}

.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}

#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 500;
}

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #36775b;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}

#customers-testimonials .item {
    text-align: center;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    /*max-width: 90px;*/
    margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #36775b;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

    #customers-testimonials.owl-carousel .owl-dots .owl-dot {
        display: inline-block;
    }

        #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
            background: #36775b;
            display: inline-block;
            height: 20px;
            margin: 0 2px 5px;
            transform: translate3d(0px, -50%, 0px) scale(0.3);
            transform-origin: 50% 50% 0;
            transition: all 250ms ease-out 0s;
            width: 20px;
        }



.about-sec h2 {
    margin-bottom: 0px;
    margin-top: 0;
}

.border-bg {
    width: 50px;
    height: 4px;
    background: #ff6a03;
    margin: 10px 0px;
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: .75rem;
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-deck .card {
        margin-bottom: 15px;
    }



.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}


.owl-carousel .owl-item .card-item.mb-0 img {
    width: 100%;
    max-width: 100%;
}
/*hotel*/
a.grid_item {
    display: block;
    margin-bottom: 25px;
}
a.grid_item figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
a.grid_item figure .score {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9;
}
.score strong {
    background-color: #36775b;
    color: #fff;
    line-height: 1;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    -ms-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
    padding: 10px;
    display: inline-block;
}

a.grid_item:hover figure img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.tc p, .tc h5 {float: left; width:100%; text-align: justify;}

a.grid_item figure img {
    width: 100%;
    height: auto;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
a.grid_item .info {
    position: absolute;
    width: 100%;
    z-index: 9;
    display: block;
    padding: 25px 20px 5px 20px;
    color: #fff;
    left: 0;
    bottom: 0;
    background: transparent;
    background: -webkit-linear-gradient(top, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000);
    box-sizing: border-box;
}
a.grid_item .info .cat_star {
    font-size: 9px;
    font-size: 0.5625rem;
}
.cat_star i {
    margin-right: 2px;
    color: #FFC107;
}
a.grid_item .info .cat_star i {
    color: #fff;
}
a.grid_item .info h3 {
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
}


/* Page Header */
.page-header {
  margin: 0 0 30px 0;
  padding: 25px 0;
}
.page-header h1 {
  font-weight: normal;
  font-size: 25px;
  margin: 0;
  padding: 5px 0;
}
.page-header .breadcrumb {
  background: none;
  margin: 0 0 8px 2px;
  padding: 0;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-header .breadcrumb > li {
  display: inline-block;
  font-size: 0.85em;
  text-shadow: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-header .breadcrumb > li + li:before {
  color: inherit;
  opacity: 0.7;
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  padding: 0 7px 0 5px;
  font-weight: 900;
}
.page-header .breadcrumb > li a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-header .breadcrumb > li a:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-header.page-header-text-light {
  color: #fff;
}
.page-header.page-header-text-light h1 {
  color: #fff;
}
.page-header.page-header-text-light .breadcrumb > li {
  color: rgba(250, 250, 250, 0.8);
}
.page-header.page-header-text-light .breadcrumb > li a {
  color: rgba(250, 250, 250, 0.8);
}
.page-header.page-header-text-light .breadcrumb > li a:hover {
  color: #fff;
}
.page-header.page-header-text-dark h1 {
  color: #0c2f54;
}
.page-header.page-header-text-dark .breadcrumb > li {
  color: #707070;
}
.page-header.page-header-text-dark .breadcrumb > li a {
  color: #707070;
}
.page-header.page-header-text-dark .breadcrumb > li a:hover {
  color: #0071cc;
}
.bg-secondary {background-color:#36775B !important;}


.text-3 {
    font-size: 16px !important;
    font-size: 1rem !important;
}
.custom-select:invalid {
    color: #b1b4b6;
}
.custom-select:not(.custom-select-sm) {
    height: calc(3.05rem + 2px);
    padding-top: .700rem;
    padding-bottom: .700rem;
}

/* Font Weight */
.font-weight-100 {
  font-weight: 100 !important;
}

.font-weight-200 {
  font-weight: 200 !important;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.font-weight-900 {
  font-weight: 900 !important;
}




.bg-light-4 {
    background-color: #eff0f2 !important;
}
.btn-secondary {
    background-color: #ff6a03;
    border-color: #ff6a03;
}
.bg-light-2 {
    background-color: #f8f8fa !important;
}

body {
    font-family: "Work Sans", Arial, sans-serif;
    background: #fff;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
}



/*contact us */
.contact-section .content {
    max-width: 409px;
}
.contact-section .info-content {
    position: relative;
    margin-bottom: 25px;
}
.contact-section .info-content .sub-title {
    margin-bottom: 20px;
}
.contact-section .info-content .content-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.contact-section .info-content .content-list i {
    padding: 10px;
    background: #ffffff;
    border-radius: 5px;
    font-size: 16px;
    margin-right: 8px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    color: #ff6a03;
    vertical-align: middle;
}
.contact-section .info-content .content-list h6 {
    font-weight: 500;
    color: #36775b;
    margin-bottom: 0;
}

.main-form .form-group {
    margin-bottom: 20px;
    padding-left: 16px;
    background: #ffffff;
    border-radius: 5px;
}


.call-now {
    overflow: hidden;
    padding: 10px;
    position: fixed;
    bottom: 15px;
    z-index: 999;
    animation: move ease 3s infinite;
    animation-fill-mode: forwards;
}



.theme-btn {
    font-size: 15px;
    color: #fff;
    line-height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #36775b;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #36775b;
    font-weight: 500;
}
.margin-top-20px {
    margin-top: 20px;
}

.main-form {
    background: #f9f7f7;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}


.call-now-mb1 {
    background-color: red;
    position: fixed;
    left: -75px;
    top: 50%;
    display: inline-block;
    padding: 5px 10px;
    display: none;
    transform: rotate(-90deg);
    z-index: 99;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

    .call-now-mb1 p {
        color: white;
        font-size: 19px !important;
        margin-bottom: 0px;
    }

.call-now p {
    color: white;
    float: right;
    background-color: rgba(0,0,0,1);
    margin-bottom: 0;
    padding: 10px;
    margin-left: 20px;
    position: relative;
    border-radius: 10px;
    text-align: center;
}

    .call-now p:before {
        content: "";
        width: 0;
        height: 0;
        left: -24px;
        top: 25px;
        border-width: 12px;
        border-style: solid;
        position: absolute;
        border-top-color: transparent;
        border-right-color: black;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

.call-now img {
    float: left;
    margin-top: 9px;
}

.main-form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.main-form .form-group .input-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 8px;
    text-align: center;
    white-space: nowrap;
}
.main-form .form-group .input-icon i {
    color: #ff6a03;
    vertical-align: -2px;
    font-size: 20px;
}

.main-form .form-control {
    height: 58px;
    color: #090031;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    border: none;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0 0 0 18px;
    font-size: 15px;
}

.main-form {background: #f9f7f7;
    padding-top: 30px;
    padding-bottom: 30px; margin-bottom: 30px;}

    /*srp*/
    .icon-inside {
    position: absolute;
    right: 15px;
    top: calc(50% - 11px);
    pointer-events: none;
    font-size: 18px;
    font-size: 1.125rem;
    color: #c4c3c3;
    z-index: 3;
}


#myCarousel .carousel-item {height: 350px;}
#myCarousel .carousel-item img {height: 100%; width:100%;}



@media only screen and (max-width: 767px) {
/*---Header---*/	
.top-links li:nth-child(1)  {display: none;}
/*.top-links li:nth-child(1),.top-links li:nth-child(4),.top-links li:nth-child(5) {display: none;}*/
.top-links {margin: 0;}
.topper .text {width: calc(100% - 22px);}
.top-links li:nth-child(3) {border-right: 0;}
.navbar-toggler-icon {background: #ff6a03;}
.bookingengine {top: 1%;}
.sectiontopflights {width:100%; margin-bottom: 8px;}
.sectiontopflights:nth-child(2), .sectiontopflights:nth-child(3), .sectiontopflights:nth-child(4), .sectiontopflights:nth-child(5) {margin-left: 0;}
.mnone {display: none;}
.subssections li a {font-size: 16px; margin: 0 0%; padding: 10px;}
.ftco-footer .ftco-footer-widget h2 {margin-bottom: 10px;}
.ftco-footer {padding:2em 0 1em;}
.call-now {display: none;}
.copyright-bg {padding:10px 0;}
 #myCarousel.abslide .carousel-item {
    height: 220px;
}
.fbtn {display: block; margin: 0 15px;}
.filtermod {display: none;}
}

 