/*
================================
Import CSS and Google Fonts
================================
*/
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');
/*
================================
Global Styles
================================
*/

body {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.sep {
    width: 100%;
    height: 1px;
    background: #ddd;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

.slicknav_menu {
    display: none;
    background: #1d1d1c;
}

.slicknav_btn {
    background-color: #fff;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #333;
    box-shadow: none;
}

.slicknav_menu .slicknav_menutxt {
    text-indent: -9999px;
}

.slicknav_menu .slicknav_icon {
    margin-left: 0;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.180em;
}


a {
    color: #333;
    transition: all 0.2s;
    font-family: 'Open Sans', sans-serif;
}

a:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
}

a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
    transition: all 0.2s;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.bg-area {
    background: #f5f6f6;
}

.bg {
    position: absolute;
    background-color: #333;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
}

.form-group input[type='text'],
.form-group input[type='email'],
.form-group input[type='password'] {
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    transition: all 0.3s;
}

.form-group textarea {
    border-radius: 0;
    border: 1px solid #ddd;
    box-shadow: none;
    transition: all 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
    border: 1px solid #cbae4b;
    box-shadow: none;
}

/* Owl Carousel Fix Start */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

/* Headline */

.main-headline {
    text-align: center;
}

.headline {
    position: relative;
    margin-bottom: 30px;
}

.headline:before {
    position: absolute;
    content: '';
    width: 80px;
    height: 1px;
    background: #cbae4b;
    bottom: -5px;
    left: 50%;
    margin-left: -40px;
}

.headline:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 1px;
    background: #cbae4b;
    bottom: -15px;
    left: 50%;
    margin-left: -40px;
}

.headline h2 {
    font-weight: 900;
    padding-bottom: 6px;
    margin-top: 0;
   /*  font-family: 'Open Sans', sans-serif; */
   font-family: 'Open Sans', sans-serif;
    font-size: 50px;
}



.main-headline p {
    font-size: 14px;
    margin-bottom: 15px;
}

.main-headline.white {
    color: #fff;
}

.main-headline.white .headline:after,
.main-headline.white .headline:before,
.main-headline.white .headline h2:before {
    background: #fff;
}

.clear-two:nth-child(2n + 1) {
    clear: both;
}

.clear-three:nth-child(3n + 1) {
    clear: both;
}

.clear-four:nth-child(4n + 1) {
    clear: both;
}


/*Preloader*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

/*
-------------------------------
Top Header
-------------------------------
*/
.navbar-default .navbar-toggle {
    border-color: #ddd;
    display: none!important;
}

.top-header {
    background: #29293a;
    line-height: 40px;
}

.top-header-left p,
.top-header-right a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    margin-right: 20px;
}

@media screen and (max-width: 480px) {
  .top-header-right a {
    font-size: 10px!important;
  }
}

.top-header-left i,
.top-header-right i {
    margin-right: 5px;
}

.top-header-right {
    float: right;
}

.top-header-right a {
    margin-right: 0;
    margin-left: 15px;
}

/*
-------------------------------
Menu-Area
-------------------------------
*/

.logo img {
    width: auto;
    height: 100px;
}

.sf-menu {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sf-menu li {
    height: auto;
    margin-top: 0;
    line-height: 75px;
    background: transparent;
    position: relative;
}

.sf-menu > li > a {
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    border: 0;
    color: #333;
    padding: 5px 15px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sf-menu li:first-child > a {
    border-top: 0;
}

.sf-menu > li > a:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 4px;
    bottom: 0;
    left: 0;
    background: #29293a;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sf-arrows .sf-with-ul:after {
    border-top-color: #fff;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: #333;
}

.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > li.current_page_item > .sf-with-ul:after {
    border-top-color: #29293a;
}

.sf-menu li:hover > a,
.sf-menu li.current_page_item a {
    background: #f5f5f5;
    color: #29293a;
}

.sf-menu li:hover a:before,
.sf-menu li.current_page_item a:before {
    width: 100%;
}

.sf-menu ul {
    box-shadow: none;
    border-top: 0;
}

.sf-menu li:hover > ul {
    display: block;
    -moz-animation: zoomIn 0.4s ease 0s;
    -webkit-animation: zoomIn 0.4s ease 0s;
    animation: zoomIn 0.4s ease 0s;

}

.sf-menu li ul > li {
    min-width: 165px;
    height: auto;
    line-height: 34px;
    background: #29293a;
    color: #fff;
    margin-right: 0;
    -webkit-transition: height 200ms ease-in;
    -moz-transition: height 200ms ease-in;
    -o-transition: height 200ms ease-in;
    transition: height 200ms ease-in;
}

.sf-menu li:hover li > a {
    color: #fff;
}

.sf-menu li li:hover > a {
    background: #444;
    color: #fff;
}

.sf-menu li li > a {
    font-size: 13px;
    font-weight: 400;
    border-left: 0;
    padding: 0;
    padding-left: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sf-menu li li:hover > ul {
    -moz-animation: slideInRight 0.3s ease;
    -webkit-animation: slideInRight 0.3s ease;
    animation: slideInRight 0.3s ease;
}

.sf-menu li li ul > li {
    border-left: 1px solid #aeaeae;
    margin-left: -1px;
}

.sf-menu li li:hover > a {
    padding-left: 25px;
}

/*
-------------------------------
Slider
-------------------------------
*/

.slider-item {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.slider-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #333;
    opacity: 0;
}

.slider-table {
    overflow: hidden;
    display: table;
    width: 100%;
    height: 550px;
}

.slider-text {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.text-animated h1 {
    font-size: 70px;
    font-weight: 900;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 15px;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    font-family: 'Open Sans', sans-serif;
}

.text-animated p {
    font-size: 14px;
    color: #333;
    margin: 0;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.text-animated li {
    display: inline-block;
    margin-top: 22px;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.text-animated li a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    background-color: #29293a;
    color: #fff;
    border: 2px solid #29293a;
    border-radius: 50px;
    padding: 11px 40px;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.text-animated li a:hover {
    background-color: #333;
    color: #fff;
    border: 2px solid #333;
}

/*Nav*/

.slide-carousel {
    overflow: hidden;
}

.slide-carousel .owl-nav .owl-prev,
.slide-carousel .owl-nav .owl-next {
    text-align: center;
    font-size: 18px;
    position: absolute;
    width: 38px;
    height: 54px;
    line-height: 52px;
    top: 50%;
    margin-top: -25px;
    background: rgb(255 255 255 / 62%);
    color: #000;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.slide-carousel .owl-nav .owl-prev {
    left: 0;
    margin-left: 0px;
}

.slide-carousel .owl-nav .owl-next {
    right: 0;
    margin-right: 0px;
}

.slide-carousel .owl-nav .owl-prev:hover,
.slide-carousel .owl-nav .owl-next:hover {
    background: #ffffff;
}

/*Slide-Dots*/

.slide-carousel .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 35px;
    left: 50%;
    margin-left: -21px;
}

.slide-carousel .owl-dots .owl-dot {
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #fff;
    display: inline-block;
    margin: 0 4px;
}

.slide-carousel .owl-dots .owl-dot.active {
    background: #fff;
}

/*
-------------------------------
Service
-------------------------------
*/

.service-item {
    text-align: center;
    border-radius: 12px;
    position: relative;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    box-shadow: 0 5px 5px 1px rgb(247 148 29), 1px 1px 20px 0 rgb(167 163 163 / 19%);
}
.service-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.5;
}

.service-item a {
    display: block;
    padding: 40px 15px;
    position: relative;
    z-index: 99;
}

.service-item i {
    font-size: 44px;
    color: #fff;
    margin-bottom: 15px;
}

.service-item h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-top: 0;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
}

.service-item p {
    margin: 0;
    color: #fff;
}

/*
-------------------------------
Single-Service
-------------------------------
*/

.service-info ul li {
    padding: 14px;
}

.service-info ul li:nth-child(odd) {
    background: #f5f5f5;
}

.service-info ul li span {
    font-weight: 600;
    margin-right: 5px;
}

.service-details p:last-child {
    margin: 0;
}

.service-widget {
    margin-top: 30px;
}

.service-widget:first-child {
    margin-top: 0;
}

.service-list ul li:nth-child(odd) {
    background: #f5f5f5;
}

.service-list ul li a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 14px;
    padding-left: 28px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.service-list ul li a:before {
    position: absolute;
    content: '\f0da';
    font-family: fontawesome;
    top: 50%;
    left: 14px;
    margin-top: -11.5px;
}

.service-list ul li.active a {
    background: #444;
    background: #444;
    color: #fff;
}

.service-list ul li a:hover {
    background: #cbae4b;
    color: #fff;
}

.service-sidebar-item h3 {
    font-size: 26px;
    font-weight: 500;
}

.service-contact ul li {
    padding: 14px;
    border-radius: 3px;
}

.service-contact ul li i {
    margin-right: 5px;
}

.service-contact ul li:nth-child(odd) {
    background: #f5f5f5;
}


/*
-------------------------------
Featured Package
-------------------------------
*/

.featured-item {
    overflow: hidden;
    width: 100%;
    background: #f5f6f6;
    border-radius: 20px;
}

.featured-photo {
    overflow: hidden;
    position: relative;
}

.featured-photo img {
    transform: scale(1);
    transition: all 0.3s;
}

.featured-item:hover .featured-photo img {
    transform: scale(1.1);
}

.featured-photo .price {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background: #444;
    padding: 8px;
    text-align: center;
}

.featured-start-date {
    margin-bottom: 10px!important;
    color: #cbae4b;
    background: #f2f3f3;
    padding: 7px;
}

.featured-text {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding: 25px 25px 30px;
}

.featured-text h4 {
    margin-bottom: 10px;
}

.featured-text h4 a {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #cbae4b;
    transition: all 0.3s;
}

.featured-text h4 a:hover {
    color: #444;
}

.featured-text p {
    margin: 0;
}

.feature-join {
    overflow: hidden;
    margin-top: 10px;
}

.feature-join .date {
    /*float: left;*/
    margin-top: 4px;
    background: #555;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
}

/*Nav*/

.featured-carousel .owl-nav .owl-prev,
.featured-carousel .owl-nav .owl-next {
    position: absolute;
    top: -50px;
    right: 0;
    font-size: 20px;
    background: #cbae4b;
    color: #fff;
    padding: 3px 15px;
    border-radius: 3px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.featured-carousel .owl-nav .owl-prev {
    margin-right: 50px;
}

.featured-carousel .owl-nav .owl-prev:hover,
.featured-carousel .owl-nav .owl-next:hover {
    background: #444;
    color: #fff;
}

/*Dots*/

.featured-carousel .owl-dots {
    text-align: center;
    margin-top: 35px;
}

.featured-carousel .owl-dots .owl-dot {
    height: 5px;
    width: 25px;
    background: #b9b9b9;
    display: inline-block;
    margin: 0 5px;
}

.featured-carousel .owl-dots .owl-dot.active {
    background: #29293a;
}



/*
-------------------------------
Featured Detail
-------------------------------
*/

.featured-sidebar {
    background: #f9f9f9;
    border: 2px solid #e6e6e6;
    padding: 15px;
}

.featured-widget {
    margin-top: 30px;
}

.featured-widget:first-child {
    margin-top: 0px;
}

.headstyle-two h4 {
    font-size: 33px;
    font-family: cursive;
    font-weight: 600;
}

.custom-select {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
}

.custom-select:focus,
.custom-select:active {
    box-shadow: none;
}

label {
    font-weight: 600;
}

.featured-widget textarea {
    width: 100%;
    height: 120px;
}

.featured-widget .btn {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #cbae4b;
    border-radius: 0;
    padding: 10px 20px;
    transition: all 0.3s;
}

.featured-widget .btn:hover {
    background: #444;
}

.featured-detail-photo {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 370px;
    position: relative;
}

.featured-lightbox a {
    text-align: center;
    position: absolute;
    width: 34px;
    height: 34px;
    line-height: 34px;
    top: 15px;
    right: 15px;
    border: 1px solid #fff;
    background: #fff;
    color: #cbae4b;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.single-feat-carousel:hover .featured-lightbox a {
    visibility: visible;
    opacity: 1;
}

/*Nav*/

.single-feat-carousel .owl-nav .owl-prev,
.single-feat-carousel .owl-nav .owl-next {
    position: absolute;
    text-align: center;
    width: 34px;
    height: 50px;
    line-height: 50px;
    top: 50%;
    margin-top: -25px;
    right: 0;
    font-size: 14px;
    background: #cbae4b;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.single-feat-carousel .owl-nav .owl-prev {
    left: 0;
}

.single-feat-carousel:hover .owl-nav .owl-prev,
.single-feat-carousel:hover .owl-nav .owl-next {
    opacity: 1;
}

.single-feat-carousel .owl-nav .owl-prev:hover,
.single-feat-carousel .owl-nav .owl-next:hover {
    background: #444;
    color: #fff;
}

.featured-detail-mainbar {
    background: #f9f9f9;
    border: 2px solid #e6e6e6;
    padding: 15px;
}

.feat-detail-table .table {
    border: 1px solid #ddd;
    margin-bottom: 0;
}

.feat-detail-table .table tr td {
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #ddd;
    padding: 10px;
}

.feat-detail-table .table tr td.fea-name {
    font-weight: 600;
    width: 200px;
    color: #444;
}

.feat-detail-table .table iframe {
    width: 100%;
    height: 320px;
}

/*
-------------------------------
Counterup-Area
-------------------------------
*/

.counterup-area {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.bg-counterup {
    position: absolute;
    background-color: #333;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
}

.counter-item {
    overflow: hidden;
    display: table;
    width: 100%;
    position: relative;
}

.counter-icon {
    float: left;
    display: table-cell;
    text-align: center;
    font-size: 40px;
    width: 72px;
    height: 72px;
    line-height: 62px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-right: 15px;
}

.counter-icon img {
    width: 38px;
    height: 38px;
}

.counter-text {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}

.counter-text h2.counter {
    font-size: 66px;
    font-weight: 900;
    line-height: 1.3;
    color: #fff;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}

.counter-text h4 {
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    line-height: 15px;
    font-size: 15px;
    background-color: #f7941d;
    padding: 8px 12px;
}
.counter-text h4.color2{
    background-color: rgb(41 41 58);
}
.counter-text h4.color3{
    background-color: #1bbc9b;
}
.counter-text h4.color4{
    background-color: #3d0c56;
}
/*
-------------------------------
Portfolio-Page
-------------------------------
*/

.portpage-menu {
    text-align: center;
}

.portpage-menu li {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #cbae4b;
    border: 2px solid #cbae4b;
    border-radius: 50px;
    padding: 4px 15px;
    margin: 0 8px;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.portpage-menu li:hover,
.portpage-menu li.filtr-active {
    background: #444;
    border: 2px solid #444;
    color: #fff;
}

.portfolio-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 5px 1px rgb(247 148 29), 1px 1px 20px 0 rgb(167 163 163 / 19%);

}

.portfolio-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #444;
    opacity: 0.8;
    opacity: 0;
    transform: scale(0.2);
    -webkit-transform: scale(0.2);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.photo-title {
    text-align: center;
    background: transparent;
    position: absolute;
    bottom: 0;
    z-index: 99;
    left: 0;
    right: 0;
    text-align: left;
    bottom: 20px;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
}

.photo-title p {
    font-size: 16px!important;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 13px;
    font-family: 'IBM Plex Sans', sans-serif;
}

.photo-title a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 0;
    transition: all 0.3s;
}

.photo-title a:hover {
    color: #fff;
    background: transparent;
}

.portfolio-text {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.portfolio-text a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.portfolio-text i {
    font-size: 22px;
    color: #fff;
}

.portfolio-item:hover .portfolio-bg {
    transform: scale(1);
    opacity: 0;
}

.portfolio-item:hover .portfolio-text {
    opacity: 1;
}

.portfolio-item iframe {
    width: 100%;
    height: 300px;
}

/*
-------------------------------
Team-Area
-------------------------------
*/

.team-item {
    border: 0px solid #ddd;
    border-radius: 9px;
    overflow: hidden;
    box-shadow: 0 5px 5px 1px rgb(247 148 29), 1px 1px 20px 0 rgb(167 163 163 / 19%);
}

.team-photo {
    overflow: hidden;
    position: relative;
}

.team-photo img {
    width: 100%;
}

.team-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #444;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    transform: scale(0.2);
    -webkit-transform: scale(0.2);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team-social {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 20%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.team-social li {
    display: inline-block;
}

.team-social li a {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    text-decoration: none;
    margin: 0 4px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.team-social li a:hover {
    color: #333;
    background: #fff;
}

.team-item:hover .team-social {
    bottom: 10%;
    visibility: visible;
    opacity: 1;
}

.team-item:hover .team-bg {
    transform: scale(1);
    -webkit-transform: scale(1);
    visibility: visible;
    opacity: 0.8;
}

.team-text {
    text-align: center;
    color: #333;
    background: #fff;
    padding: 15px;
}

.team-text a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-bottom: 2px;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.team-text a:hover {
    color: #444;
}

.team-text p {
    margin: 0;
}

/* Team-carousel Nav */

.team-carousel {
    overflow: hidden;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    text-align: center;
    font-size: 18px;
    position: absolute;
    width: 34px;
    height: 50px;
    line-height: 48px;
    top: 50%;
    margin-top: -25px;
    background: rgba(108, 92, 231, 0.66);
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.team-carousel .owl-nav .owl-prev {
    left: 0;
    margin-left: 0px;
}

.team-carousel .owl-nav .owl-next {
    right: 0;
    margin-right: 0px;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: #cbae4b;
}

/*team-Dots*/

.team-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.team-carousel .owl-dots .owl-dot {
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background: #b9b9b9;
    display: inline-block;
    margin: 0 4px;
}

.team-carousel .owl-dots .owl-dot.active {
    background: #29293a;
}

/*
-------------------------------
Team-Details
-------------------------------
*/

.team-detail-photo {
    text-align: center;
    max-width: 300px;
    background-color: #f5f5f5;
    padding: 30px;
}

.team-detail-photo h4 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0px;
}

.team-detail-photo ul {
    list-style: none;
    margin: 0;
    margin-top: 10px;
    padding: 0;
}

.team-detail-photo ul li {
    text-align: center;
    display: inline-block;
    margin-right: 7px;
    margin-top: 5px;
}

.team-detail-photo ul li:last-child {
    margin-right: 0;
}

.team-detail-photo ul li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #cbae4b;
    color: #fff;
    transition: all 0.3s;
}

.team-detail-photo ul li a:hover {
    background: #444;
    color: #fff;
}

.team-detail-text .headstyle h4 {
    font-size: 26px;
}

.team-detail-text li {
    font-weight: 600;
    margin-bottom: 7px;
}

.team-detail-text li:last-child {
    margin-bottom: 0;
}

.team-detail-text li i {
    color: #cbae4b;
    margin-right: 7px;
}

/*
-------------------------------
Testiomonial
-------------------------------
*/

.testimonial-area {
    background-color:#29293a;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.bg-testimonial {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #333;
    opacity: 0.5;
}

.testimonial-item {
    text-align: center;
}

.testimonial-photo {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 95px;
    height: 95px;
    margin: 0 auto;
    border-radius: 100%;
    border: 5px solid #f7941d;
    box-shadow: 0px 20px 40px 0px rgb(6 26 58 / 20%);
}

.testimonial-text {
     color: #fff;
}

.testimonial-text h2 {
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 12px;
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
}

.testimonial-text h3 {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
    font-family: 'IBM Plex Sans', sans-serif;
}

.testimonial-pra {
    width: 70%;
    line-height: 1.7;
    padding: 0 10px;
    margin: 0 auto;
    margin-top: 15px;
}

.testimonial-pra p {
    margin: 0;
}

/*Testimonial-owl*/

.testimonial-gallery .owl-dots {
    text-align: center;
    margin-top: 35px;
}

.testimonial-gallery .owl-dots .owl-dot {
    height: 5px;
    width: 25px;
    background: #fff;
    display: inline-block;
    margin: 0 5px;
}

.testimonial-gallery .owl-dots .owl-dot.active {
    background: #29293a;
}

/*
-------------------------------
Testiomonial-Page
-------------------------------
*/

.testimonial-page .testimonial-item {
    border: 1px solid #ddd;
    background: #fce8c9;
    padding: 15px;
}

.testimonial-page .testimonial-text {
    color: #333;
}

.testimonial-page .testimonial-pra {
    padding: 0;
}

/* Testimonial-Page Dots */

.testi-page-carousel .owl-dots {
    text-align: center;
    margin-top: 35px;
}

.testi-page-carousel .owl-dots .owl-dot {
    height: 5px;
    width: 25px;
    background: #444;
    display: inline-block;
    margin: 0 5px;
}

.testi-page-carousel .owl-dots .owl-dot.active {
    background: #f7941d;
}

/* Testimonial-Page Nav */

.testi-page-carousel {
    overflow: hidden;
}

.testi-page-carousel .owl-nav .owl-prev,
.testi-page-carousel .owl-nav .owl-next {
    text-align: center;
    font-size: 18px;
    position: absolute;
    width: 34px;
    height: 50px;
    line-height: 48px;
    top: 50%;
    margin-top: -25px;
    background: rgba(108, 92, 231, 0.66);
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.testi-page-carousel .owl-nav .owl-prev {
    left: 0;
    margin-left: 0px;
}

.testi-page-carousel .owl-nav .owl-next {
    right: 0;
    margin-right: 0px;
}

.testi-page-carousel .owl-nav .owl-prev:hover,
.testi-page-carousel .owl-nav .owl-next:hover {
    background: #cbae4b;
}

/*
-------------------------------
Blog-Area
-------------------------------
*/

.blog-item {
    border: 0;
    box-shadow: 2px 2px 6px #232121;
}

.blog-image {
    overflow: hidden;
    position: relative;
}

.blog-image img {
    width: 100%;
    transform: scale(1);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    border-radius: 0;
}

.blog-item:hover .blog-image img {
}

.blog-image .date {
    text-align: center;
    position: absolute;
    bottom: auto;
    right: auto;
    padding: 10px 28px;
    color: #fff;
    background: #f7941d;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    top: 0;
    left: 0;
    border-radius: 0 0px 0px 0;
    display: flex;
}

.blog-image .date h3 {
    font-size: 32px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.1;
    font-family: 'open-sans', sans-serif;
}

.blog-image .date h4 {
    font-size: 15px;
    font-weight: 300;
    margin: 0 0 0 4px;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
}

.blog-item:hover .date {
}

.blog-text {
    background: #f5f6f6;
    padding: 20px;
}

.blog-item a.b-head {
    display: block;
    font-size: 21px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 34px;
    overflow: hidden;
}

.blog-item a.b-head:hover {
    color: #444;
}

.blog-text ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-text ul li {
    display: inline-block;
    margin-right: 10px;
}

.blog-text ul li:last-child {
    margin-right: 0;
}

.blog-text ul li a {
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.blog-text ul li i {
    color: #444;
    margin-right: 5px;
}

.blog-item p {
    line-height: 1.5;
    margin-top: 14px;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
}

.blog-author {
    overflow: hidden;
    background: #e6e6e6;
}

.blog-author ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 5px;
}

.blog-author li {
    display: inline-block;
}

.blog-author li a {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 15px 10px;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.blog-author li a i {
    margin-right: 5px;
    color: #cbae4b;
}

.blog-author li a:hover {
    color: #cbae4b;
}

.blog-author li.blog-button {
    background: #cbae4b;
    float: right;
}

.blog-author li.blog-button a {
    background: #cbae4b;
    padding: 15px 30px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.blog-author li.blog-button i {
    color: #fff;
    margin: 0;
}

.blog-author li.blog-button a:hover {
    background: #cbae4b;
}

.button a {
    display: inline-block;
    font-weight: 500;
    color: #fff;
    background: #cbae4b;
    border-radius: 0;
    padding: 10px 25px;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.button a i {
    margin-left: 5px;
}

.button a:hover {
    background: #444;
    border-color: #444;
    color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

/* Blog-carousel Nav */

.blog-carousel .owl-nav .owl-prev,
.blog-carousel .owl-nav .owl-next {
    position: absolute;
    top: -50px;
    right: 0;
    font-size: 20px;
    background: #29293a;
    color: #fff;
    padding: 3px 15px;
    border-radius: 3px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.blog-carousel .owl-nav .owl-prev {
    margin-right: 50px;
}

.blog-carousel .owl-nav .owl-prev:hover,
.blog-carousel .owl-nav .owl-next:hover {
    background: #444;
    color: #fff;
}

/*
-------------------------------
Single-Blog
-------------------------------
*/

.headstyle h4 {
    display: inline-block;
    position: relative;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 9px;
    margin-bottom: 30px;
}

.headstyle h4:before {
    position: absolute;
    content: '';
    width: 70%;
    height: 1px;
    background: #cbae4b;
    left: 0;
    bottom: 0;
}

.headstyle h4:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #cbae4b;
    left: 0;
    bottom: -5px;
}

.single-blog .blog-image .date {
    bottom: 0;
}

.single-blog h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 8px;
}

.single-blog ul li {
    display: inline-block;
    margin-top: 2px;
    margin-right: 15px;
}

.single-blog ul li i {
    color: #444;
    margin-right: 5px;
}

.single-blog ul li a {
    text-decoration: none;
    color: #cbae4b;
}

.single-blog p {
    margin: 0;
    margin-top: 15px;
}

/* Comment */

.comment-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-list ul li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.comment-list ul li:last-child {
    border: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.comment-list .comment-item {
    overflow: hidden;
    display: table;
    width: 100%;
}

.comment-list .thumb {
    display: table-cell;
    vertical-align: top;
    width: 80px;
}

.comment-list .com-text {
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
}

.comment-list .com-text h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 7px;
}

.comment-list .com-text span.date {
    margin-right: 30px;
}

.comment-list .com-text span.date i {
    color: #444;
    margin-right: 3px;
}

.comment-list .com-text span a {
    display: inline-block;
    padding: 5px 10px;
    background: #cbae4b;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.comment-list .com-text span a:hover {
    background: #444;
    color: #fff;
}

.comment-list .com-text p {
    margin-top: 12px;
    margin-bottom: 0;
}

.comment-list ul ul.children {
    margin-top: 20px;
    margin-left: 40px;
}

.comment-list ul ul.children li {
    border: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.comment-form textarea {
    height: 220px;
}

.comment-form .btn {
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    font-family: 'IBM Plex Sans', sans-serif;
    padding: 14px 30px;
    border: 1px solid #cbae4b;
    border-radius: 0;
    background: #cbae4b;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.comment-form .btn:hover {
    color: #fff;
    background: #444;
    border: 1px solid #444;
}



/* Sidebar */

.sidebar {
    margin-top: 30px;
}

.sidebar-item {
    margin-top: 30px;
}

.sidebar-item:first-child {
    margin-top: 0;
}

.sidebar-item input {
    font-size: 14px;
    height: 40px;
    border: 1px solid #e1e1e1;
    border-right: 0;
    border-radius: 0;
}

.sidebar-item input:focus {
    border: 1px solid #cbae4b;
    box-shadow: none;
}

.sidebar-item button {
    height: 40px;
    background: #cbae4b;
    color: #fff;
    border: 1px solid #cbae4b;
    border-radius: 0;
}

.sidebar-item button:hover {
    cursor: pointer;
    color: #fff;
    background: #444;
    border: 1px solid #444;
}

.sidebar-item h3 {
    display: inline-block;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 12px;
    margin-bottom: 30px;
}

.sidebar-item h3:before {
    position: absolute;
    content: '';
    width: 70%;
    height: 1px;
    background: #cbae4b;
    left: 0;
    bottom: 0;
}

.sidebar-item h3:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #cbae4b;
    left: 0;
    bottom: -5px;
}

.sidebar-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-item ul li {
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
}

.sidebar-item ul li:first-child {
    padding-top: 0;
}

.sidebar-item ul li a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding-left: 10px;
    transition: all 0.3s;
}

.sidebar-item ul li a:before {
    position: absolute;
    content: '\f0da';
    font-family: fontawesome;
    top: 0;
    left: 0;
    color: #333;
}

.sidebar-item ul li a:hover {
    color: #444;
}

.tagcloud a {
    font-size: 14px;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 7px 12px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.tagcloud a:hover {
    color: #444;
}

/*
-------------------------------
Newsletter
-------------------------------
*/

.newsletter-area {
    text-align: center;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
    position: relative;
}

.newsletter-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #cbae4b;
    opacity: 0.4;
}

.newsletter-headline {
    margin-bottom: 30px;
}

.newsletter-headline h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 6px;
}

.newsletter-headline p {
    line-height: 1.7;
}

.newsletter-submit {
    width: 70%;
    margin: 0 auto;
}

.newsletter-submit input[type='text'] {
    width: 60%;
    height: 64px;
    text-indent: 20px;
    padding-right: 10px;
    color: #333;
    border-radius: 8px 0 0 8px;
}

.newsletter-submit input[type='submit'] {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    width: 20%;
    height: 64px;
    background: #444;
    color: #fff;
    margin-left: -5px;
    transition: all 0.4s;
    border-radius: 0 8px 8px 0;
}

.newsletter-submit input[type='submit']:hover {
    background: #444;
}


/*
-------------------------------
Footer-Area
-------------------------------
*/

.footer-area {
    position: relative;
    background: #282839;
    color: #ffffff;
}

.footer-item {
    color: #c7c7c7;
}
.footer-item .logo{
    padding-bottom:15px;
}
.footer-item p {
    line-height: 1.8;
}

.footer-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-item ul li {
    display: block;
    margin-bottom: 10px;
}

.footer-item ul li:last-child {
    margin-bottom: 0;
}
ul.gallery-list li {
    flex-basis: calc(100% / 2);
    max-width: calc(100% / 2);
    padding: 10px;
    margin: 0;
}

ul.gallery-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

ul.gallery-list li img {
    width: 100%;
    height: 80px;
    border-radius: 5px;
    margin: 0 auto;
    object-fit: cover;
}

.footer-item ul li a {
    position: relative;
    display: inline-block;
    color: #c7c7c7;
    /* padding-left: 12px;*/
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.payment {
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: flex-start;
}
.copy-text {
    text-align: right;
}
.payment p {
    margin: 0 10px 0 0;
}
/*
.footer-item ul li a:before {
    position: absolute;
    content: '\f0da';
    font-family: fontawesome;
    top: 0;
    left: 0;
}*/

.footer-item ul li a:hover {
    color: #444;
}

.footer-item p,
.footer-item a {
    text-decoration: none;
    color: #c7c7c7;
}

.footer-item h3 {
    display: inline-block;
    position: relative;
    font-size: 22px;
    color: #fff;
    padding-bottom: 12px;
    margin-bottom: 36px;
    font-family: 'Open Sans', sans-serif;
}

.footer-item h3:before {
    position: absolute;
    content: '';
    width: 70%;
    height: 1px;
    background: #cbae4b;
    left: 0;
    bottom: 0;
}

.footer-item h3:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #cbae4b;
    left: 0;
    bottom: -5px;
}

.footer-item ul.f-link li {
    width: 50%;
    float: left;
}

.footer-address-item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
}

.footer-address-item .icon {
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 17px;
}

.footer-address-item .text {
    font-size: 14px;
}

.footer-item ul.footer-social {
    margin-top: 15px;
}

.footer-item ul.footer-social li {
    display: inline-block;
    margin-top: 5px;
    margin-right: 5px;
    padding: 0;
}

.footer-item ul.footer-social li a:before {
    display: none;
}

.footer-item ul.footer-social li a {
    text-align: center;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #222;
    border: 1px solid #222;
    padding: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border-radius: 100%;
}

.footer-item ul.footer-social li a:hover {
    color: #fff;
    background: #444;
    border: 1px solid #444;
}

.footer-item .input-group .btn {
    font-size: 16px !important;
}

/* Footer-Bottom */

.footer-bottom {
    text-align: center;
    background: #292929;
    padding: 15px 0;
}

.copy-text p {
    color: #c7c7c7;
    margin: 0;
}

/*
-------------------------------
Scroll-Top
-------------------------------
*/

.scroll-top {
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 46px;
    bottom: 15px;
    right: 15px;
    background: rgb(41 41 58);
    color: #fff;
    opacity: 0.8;
    z-index: 9999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.scroll-top:hover {
    opacity: 1;
    color: #fff;
    background: #cbae4b;
}


/*Banner*/

.banner-slider {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;
}

.banner-slider.high-banner {
    height: 400px;
}

.bannder-table {
    display: table;
    width: 100%;
    height: 100%;
}

.banner-text {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    z-index: 99;
    top: 50%;
    text-align: left;
    transform: translateY(-50%);
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    right: 0;
    left: 0;
}

.banner-text h1 {
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

/*
-------------------------------
About Us
-------------------------------
*/

.about-text h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
    background: #rgb(247,148,29);
    background: #F7941D;
    width: 13%;
    padding: 2;
    padding: 12px;
    color: white!important;
    text-align: center;
}

.about-text p {
    line-height: 1.8;
    margin: 0;
    /* margin-left: 85px; */
    line-height: 27px;
    font-size: 15px;
}
/*
-------------------------------
Country Package
-------------------------------
*/
.country-text {
    text-align: center;
}

.country-text h2 {
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 6px;
    margin-top: 0;
}

.country-text p {
    font-size: 15px;
    margin-bottom: 0px;
}

.country-social h3 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 6px;
    margin-top: 0;
}

.country-social ul li {
    display: inline-block;
    margin: 0 4px;
}

.country-social ul li a {
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    background: #cbae4b;
    color: #fff;
    transition: all 0.3s;
}

.country-social ul li a:hover {
    background: #333;
}

.package-tab {
    border-top: 1px solid #ddd;
}

.package-tab .lg_pl_0 {
    padding-left: 0;
}

.package-tab-menu ul li {
    margin-bottom: 15px;
}

.package-tab-menu ul li a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 10px;
    transition: all 0.3s;
}

.package-tab-menu ul li a:hover {
    color: #cbae4b;
}

.package-tab-menu ul li.active a {
    color: #cbae4b;
}

.sub-headline h4 {
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.package-content p {
    font-size: 15px;
    margin-bottom: 25px;
}

.package-content img {
    margin-bottom: 15px;
}

.package-content ul {
    list-style-type: circle;
    margin-left: 20px;
}

.package-content ul li {
    margin-bottom: 15px;
}

/*
-------------------------------
Country Package Detail
-------------------------------
*/
.package-tab-det-menu ul li {
    display: inline-block;
    margin-left: -4px;
}

.package-tab-det-menu ul li:first-child {
    margin-left: 0px;
}

.package-tab-det-menu ul li a {
    font-size: 15px;
    font-weight: 600;
    display: block;
    border: 1px solid #ddd;
    padding: 10px 35px;
    transition: all 0.3s;
    border-radius: 10px;
    margin: 0 10px;
}

.package-tab-det-menu ul li a:hover {
    background: #cbae4b;
    color: #fff;
    border: 1px solid #cbae4b;
}

.package-tab-det-menu ul li.active a {
    background: #f7941d;
    color: #fff;
    border: 1px solid #f7941d;
}

.package-content.package-detail-content {padding: 0 !important;}

.package-detail-content .portfolio-item img {
    margin: 0;
}

.package-detail-content .photo-title p {
    margin: 0;
}

/*
-------------------------------
Pagination
-------------------------------
*/
.paginations {
    text-align: center;
    padding-top: 30px;
}

ul.page-numbers {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

ul.page-left {
    margin: 0 !important;
}

ul.page-numbers li {
    display: inline-block;
    margin-right: 5px;
}

ul.page-numbers li:last-child {
    margin-right: 0;
}

ul.page-numbers li a {
    display: block;
    font-weight: 600;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #333;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

ul.page-numbers li a:hover {
    background: #cbae4b;
    color: #fff;
}

ul.page-numbers li span {
    display: block;
    font-weight: 600;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #cbae4b;
    color: #fff;
}

/*
-------------------------------
Dashboard-Area
-------------------------------
*/

.option-board {
    background: #fff;
    border: 1px solid #ddd;
}

.option-board ul li {
    border-bottom: 1px solid #ddd;
}

.option-board ul li:last-child {
    border-bottom: 0px;
}

.option-board ul li.active {
    background: #cbae4b;

}

.option-board ul li.active a {
    color: #fff;
}

.option-board ul li a {
    display: block;
    font-size: 14px;
    color: #2a2a2a;
    padding: 7px 15px;
    transition: all 0.4s;
}

.option-board ul li a:hover {
    background: #cbae4b;
    color: #fff;
}

.option-board ul li span {
    font-size: 18px;
    margin-right: 15px;
}

/*Detail-Dashboard*/
.detail-dashboard .table {
    border: 1px solid #ddd;
}

.detail-dashboard .table tr th,
.detail-dashboard .table tr td {
    border: 1px solid #ddd;
    padding: 10px;
}

/*
-------------------------------
Order
-------------------------------
*/

.btn-primary {
    color: #fff;
    border: 1px solid #f7941d;
    background: #f7941d;
    border-radius: 0;
    padding: 10px 20px;
    transition: all 0.4s;
}

.btn-primary:hover {
    color: #fff;
    border: 1px solid #444;
    background: #444;
}

/*
-------------------------------
Faq
-------------------------------
*/

.faq-title h1 {
    font-size: 21px;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin: 0;
}

.faq-page .panel {
    box-shadow: none !important;
    border-radius: 0 !important;
}

.faq-page .panel-group {
    margin-bottom: 0px;
}

.faq-page .panel-group .panel-heading a:after {
    content: '\f068';
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 14px;
    right: 0;
    top: 50%;
    padding: 18px 15px;
    color: #cbae4b;
    margin-top: -25.5px;
}

.faq-page .panel-group .panel-heading a.collapsed:after {
    content: '\f067';
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 14px;
    right: 0;
    top: 50%;
    padding: 18px 15px;
    color: #cbae4b;
    margin-top: -25.5px;
}

.faq-page .panel-default > .panel-heading {
    background: #f5f5f5;
    color: #333;
    padding: 0;
    border-radius: 0;
    position: relative;
    font-size: 14px;
}

.faq-page h4.panel-title a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1.6;
    padding: 15px 15px;
    text-decoration: none;
    padding-right: 50px;
    background:#fbf0de;
}

.faq-page .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
    font-size: 14px;
    line-height: 26px;
}

/*
-------------------------------
Contact-Area
-------------------------------
*/

.contact-item {
    display: table;
    width: 100%;
    height: 100px;
    background: #333333;
    border: 1px solid #ddd;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 20px;
    border-radius:25px;
}

.contact-item:hover {
    background: #333333;
}

.contact-text {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.contact-text i {
    color: #fff;
    font-size: 24px;
}

.contact-text h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 7px;
}

.contact-text p {
    margin: 0;
    color: #fff;
}

.contact-form textarea {
    width: 100%;
    height: 180px;
    border-radius: 0;
}

.map-area iframe {
    width: 100%;
    height: 450px;
}

/*
-------------------------------
404-Page
-------------------------------
*/

.error-page {
    text-align: center;
}

.error-head {
    display: inline-block;
    background: #cbae4b;
    border: 1px solid #cbae4b;
    border-radius: 50px;
    padding: 30px 50px;
}

.error-head h1 {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
}

.error-head h3 {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

.error-body {
    margin-top: 30px;
}

.error-body h4 {
    font-size: 22px;
    margin-bottom: 5px;
}

.error-body p {
    margin: 0;
}

.btn-primary.btn-xs {
    padding: 2px 20px !important;
    border-radius: 3px !important;
}


a.forget-password-link {
    margin-left: 20px;
    color: #cbae4b;
    font-weight: bold;
}

.p-highlight .item {
    background: #cbae4b;
    color: #fff;
    padding: 15px;
    text-align: center;
    margin-bottom: 25px;
}

.p-highlight h2 {
    font-size: 24px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
}

.p-highlight h3 {
    font-size: 14px;
    font-family: 'IBM Plex Sans', sans-serif;
}

.p-highlight p {
    font-size: 40px;
}

#st-1 {
    text-align: center!important;
}

.single-blog #st-1 {
    text-align: left!important;
}

.error-class {
    background: #ca6464;
    color: #fff;
    padding-top: 10px;
    padding: 15px;
    margin-bottom: 15px;
    text-align: left;
}

.success-class {
    background: #68a554;
    color: #fff;
    padding-top: 10px;
    padding: 15px;
    margin-bottom: 15px;
    text-align: left;
}
.slider-text p {
    color: #fff;
}
.slider-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(
-90deg
, rgba(0,0,0,0.6), rgba(0,0,0,0.0) 100%);
    top: 0px;
    right: 0px;
}
.slider .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 95px;
    background-repeat: repeat-x;
    animation: slide 100s linear infinite;
    -webkit-animation: slide 100s linear infinite;
    z-index: 99;
}
.featured-photo img {
    height: 240px;
    object-fit: cover;
}
.portfolio-item img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}
.portfolio-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(
90deg
, rgba(0,0,0,0.6) 10%, rgba(0,0,0,0.0) 100%);
    bottom: 0px;
    right: 0px;
    z-index: 1;
}
.blog-text .button a {
    background: #cbae4b;
    color: #fff;
}
div#newsletter .main-headline p {
    max-width: 500px;
    margin: 0 auto;
}
.footer-area .vector-bg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    animation: slide 100s linear infinite;
    -webkit-animation: slide 100s linear infinite;
}
h4.fm-title {
    font-family: 'IBM Plex Sans', sans-serif;
    color: #fff;
}

.row.footer-mid {
    margin-top: 30px;
    border-top: 1px solid #7d7d7d;
    padding-top: 30px;
}

ul.footer-social {
    display: flex;
}
ul.footer-social li a {
    color: #fff;
    padding-right: 15px;
    font-size: 20px;
}
.dlink img {
    filter: invert(1);
}
.banner.slider {
    position: relative;
}
.banner-text h1 {
    font-weight: 900;
    padding-bottom: 20px;
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 57px;
    text-transform: capitalize;
    max-width: 560px;
    line-height: 80px;
    font-family: 'IBM Plex Sans';
}
.banner-slider.high-banner .banner-text h1 {
    font-size: 28px;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
}
.banner-slider.high-banner .banner-text h1 br {
    display: none;
}

.banner-text p {
    font-size: 18px;
}
.banner .form-inner {
    position: relative;
    display: block;
    padding: 10px 25px;
    /*background: rgb(41 41 58);*/
    border-radius: 6px;
    margin-top: 20px;
}
.search-bg {
  background: rgb(41 41 58);
  padding: 13px 30px;
  border-radius: 6px;
}

@media screen and (max-width: 480px) {
 .banner .form-inner {
     padding: -1px 25px!important;
  }
}

.banner-text h1{
    margin-top:76px;
}

.booking-form .form-group input[type='text'], .booking-form .form-group input[type='month'], .booking-form .form-group select {
    position: relative;
    max-width: 286px;
    width: 100%;
    height: 64px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #848484;
    transition: all 500ms ease;
}

@media screen and (max-width: 480px) {
  .booking-form .form-group input[type='text'], .booking-form .form-group input[type='month'], .booking-form .form-group select {
    padding: 10px 0px!important;
    font-size: 10px!important;
  }
}

@media screen and (max-width: 480px) {
  .theme-btn {
        font-size: 9px!important;
    line-height: 17px!important;
  }
}

@media screen and (max-width: 480px) {
.banner-text h1 {

    margin-top: 173px;
    font-family: 'Open Sans', sans-serif;
    font-size: 53px;
    text-transform: capitalize;
    max-width: 560px;
    line-height: 80px;
    text-align: center;
}

}





.banner .form-inner form {
    /*display: flex;*/
    align-items: center;
    justify-content: center;
}
.booking-form .form-group, .booking-form .message-btn {
       /*width: 25%;
    flex-basis: 25%;*/
    padding: 0 10px;
      margin: 0px;
}
.booking-form .form-group .form-field, .booking-form .form-group input, .booking-form .form-group select, .booking-form .form-group input[type="month"] {
    height: auto !important;
    max-width: 100% !important;
    border: none !important;
    background: #171722 !important;
    color: #fff !important;
}

.booking-form .form-group .form-field::placeholder {
    color: #fff !important;
}
.booking-form .message-btn .theme-btn {
        box-shadow: none;
    padding: 10px 10px;
    width: 100%;
    background: white;
    color: #171722 !important;
}
.booking-form .message-btn .theme-btn:hover {
    background: #f7941d;
    color: #fff !important;
}
.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
    color: #fff !important;
    text-align: center;
    padding: 17.5px 41.5px;
    border-radius: 4px;
    z-index: 1;
    box-shadow: 0px 15px 25px 0px rgb(255 124 91 / 30%);
    transition: all 500ms ease;
    background: #29293a;
}
.feat-img img {
    height: 650px;
    object-fit: cover;
}

.banner.slider:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(
-90deg
, rgba(0,0,0,0.6), rgba(0,0,0,0.0) 100%);
    top: 0px;
    right: 0px;
    z-index: 9;
}
.side-btn {
    position: fixed;
    z-index: 9999;
    right: -129px;
    top: 50%;
    transform: rotate(
-90deg
);
}
a.package {
    background: #262626;
    background: linear-gradient(320deg, #fee000 0%,#fee000 27%,#003a66 68%,#003b67 100%);
    text-shadow: 0px 1px 1px #999;
    color: #fff;
    font-size: 14px;
    padding: 15px 20px;
    border-radius: 5px 5px 0 0;
    font-weight: 500;
}
a.quote {
    background: #f7941d;
    color: #fff;
    font-size: 14px;
    padding: 15px 20px;
    border-radius: 5px 5px 0 0;
    font-weight: 500;
}
span.sale {
    position: absolute;
    left: 15px;
    background: #29293a;
    z-index: 99;
    top: 15px;
    padding: 5px 15px;
    border-radius: 40px;
    font-weight: 500;
    color: #fff;
}
a.vdetail {text-decoration: underline;}
.whats-flot a {
    background: #25D366;
    color: #fff;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 15px;
    position: fixed;
    z-index: 99;
    right: 80px;
    bottom: 20px;
}
.whats-flot a i {
    padding-right: 5px;
    font-size: 18px;
    vertical-align: middle;
}
#homepop .modal-body.text-center {
    padding: 0;
}

#homepop button.close {
    position: absolute;
    z-index: 9;
    right: 0;
    background: #29293a;
    opacity: 1;
    text-shadow: none;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #fff;
}

#homepop .modal-content {
    overflow: hidden;
    border: 0;
}
@keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

@-webkit-keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

/**** Edits start ***/
.searchcityList ul, .quote_searchcityList ul, .modal_quote_searchcityList ul {
    box-shadow: 0 2px 3px #888;
}
.searchcityList li a, .quote_searchcityList li a, .modal_quote_searchcityList li a {
    background: #fff;
    display: block;
    padding: 0.3em;
    cursor: pointer;
}

/*********** Package customize css starts *************/

/*form styles*/
#msform {
	width: 100%;
	margin: 50px auto;
	text-align: center;
	position: relative;
}
#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	padding: 20px 30px;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	box-shadow: 0 2px 3px #ccc;
	
	/*stacking fieldsets above each other*/
	position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
}
/*buttons*/
#msform .action-button {
	width: 100px;
	background: #29293a;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #29293a;
}
/*headings*/
.fs-title {
    font-size: 22px;
    color: #1750b2;
    margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: #333;
	text-transform: uppercase;
	font-size: 9px;
	width: 20%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
	    z-index: 1;
    position: relative;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: 0; /*put it behind the numbers*/
}
#progressbar li:first-child:after {

	content: none; 
}

#progressbar li.active:before,  #progressbar li.active:after{
	background: #29293a;
	color: white;
}

/**** image checkbox ***/
.checkbox-img ul {
  list-style-type: none;
}

.checkbox-img li {
  display: inline-block;
  margin: 0.3em;
    padding: 0.3em;
}

.checkbox-img input[type="checkbox"][class^="img-check"], .checkbox-img input[type="radio"][class^="img-check"] {
  display: none;
}

.checkbox-img label {
  border: 1px solid #fff;
  padding: 10px;
  display: block;
  position: relative;
  margin: 10px;
  cursor: pointer;
}

.checkbox-img label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.checkbox-img label img {
  height: 100px;
  width: 100px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

.checkbox-img :checked + label {
  border-color: #1750b2;
}

.checkbox-img :checked + label:before {
    content: "\f00c";
    background-color: #1750b2;
    transform: scale(1);
    font-family: 'FontAwesome';
}

.checkbox-img :checked + label img {
  transform: scale(0.9);
  /* box-shadow: 0 0 5px #333; */
  z-index: -1;
}
#overlay{ 
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}
/*********** tabs css starts *************/

.tab{ font-family: 'Nunito', sans-serif; }
.tab .nav-tabs {
    background-color: #fff;
    padding: 0 0 1px;
    margin: 0 0 10px;
    border: none;
    border-radius: 30px;
    margin-top: 2em;
}
.tab .nav-tabs li a{
    color: #555;
    background: #fff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 20px 6px;
    margin: 0 5px 0 0;
    border: none;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0.3s;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a:hover{
    color: #fff;
    background: #fff;
    border: none;
}
.tab .nav-tabs li a:before,
.tab .nav-tabs li a:after{
    content: "";
    background-color: #1890E0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    opacity: 0.5;
    transform: scaleX(0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.4s ease 0s;
}
.tab .nav-tabs li a:after{
    background-color: #7A10EB;
    transform: scaleX(0);
    transition: all 0.4s ease 0.2s;
}
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before{
    opacity: 0;
    transform: scaleX(1);
}
.tab .nav-tabs li.active a:after,
.tab .nav-tabs li a:hover:after{
    opacity: 1;
    transform: scaleX(1);
    background: linear-gradient(to right, #1890E0, #7A10EB);
}
.tab .tab-content {
    color: #999;
    background-color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 30px;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    border: 2px dashed #ccc;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs{
        padding: 0;
        border-radius: 20px;
    }
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin: 0 0 5px;
    }
    .tab .nav-tabs li:last-child{ margin-bottom: 0; }
    .tab .nav-tabs li a{ margin: 0; }
}

/*********** tabs css ends *************/
.radio input, .radio .payment-plan input, .radio .payment-type input{
	display: none;
}

.radio label {
    position: relative;
    color: #fff;
    background-color: #1750b2;
    font-size: 18px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: 3px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.2em 0.5em;
}
.radio label:nth-child(1) {
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
}

.radio input:checked + label, .payment-plan input:checked + label, .payment-type input:checked + label{
	border: 3px solid #333;
	background-color: #29293a;
}

.radio input:checked + label:after, .payment-plan input:checked + label:after, .payment-type input:checked + label:after{
	content: "\2713";
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	border: 2px solid #333;
	background-color: #29293a;
	z-index: 999;
	position: absolute;
	top: -10px;
	right: -10px;
}


/* version 5.05.1*/
.menu {
    background: #29293a80;
    text-align: center;
    border-radius: 5px;
    position: relative;
    z-index: 9;
    top: 18px;
    padding: 10px 0;
}
.menu ul li {
    display: inline-block;
}
.menu ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 24px;
}
ul.dropdown_content {
    position: absolute;
}
ul.dropdown_content li {
    display: block !important;
    padding: 3px 0 !important;
}
ul.dropdown_content {
    background: #2b252bb8;
    width: 170px;
    top: 32px;
    display: none;
}
a.dropdown:hover>ul.dropdown_content {
    display: block;
}
.member_of {
    position: relative;
    z-index: 999999;
    margin-top: 25px;
}
.member_of img {
    margin-right: 20px;
}
.row.footer-mid {
    border-bottom: 1px solid #7d7d7d;
    padding-bottom: 30px;
}
.custom_header {
    z-index: 999 !important;
}
.menu-large {
    position: static !important;
}
.navbar-collapse.collapse {
}

.navbar.navbar-default.navbar-static-top {
    border-bottom: 0;
    margin-bottom: 0;
    border-radius: 3px;
    min-height: 40px;
}

.navbar .nav li a:not(.megamenu a) {line-height: 20px;font-size: 15px;padding-top: 10px;padding-bottom: 10px;}
.megamenu li.dropdown-header {
    padding: 0;
    font-size: 16px;
    color: #013b67;
    font-weight: bold;
    margin-bottom: 10px;
}
.megamenu {
    border-top: 3px solid #013a65;
}
.menu-area {
    /*margin-top: 10px;*/
    margin-top: 0px;
}
.headline h2:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 2px;
    background-color: #f7941d;
}
/*
.headline h2:before {
    content: "";
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 9px solid #003a66;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 0px;
    height: 0px;
    margin: 0px auto;
    display: inline-block !important;
}*/
.hon .over-ley {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.0);
    z-index: 99;
}
.hon .offer-list {
    border-radius: 5px;
    margin-top: 0;
    transition: all 0.5s ease;
}
.hon .offer-list {
    box-shadow: 0px 0px 3px 0px #777;
}
.package_pic_cont {
    position: relative;
    z-index: 10;
    margin: 20px 0 0;
    overflow: hidden;
}
.main-pack {
    position: absolute;
    bottom: 0;
    z-index: 99;
    /* background-color: rgba(249,249,249,.9); */
    width: 90%;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.honey-pack .main-pack h2 {
    padding: 15px 15px;
    font-size: 16px;
    margin: 0;
    font-weight: 700!important;
    min-height: 0;
    font-family: 'IBM Plex Sans', sans-serif;
    background: rgba(0, 0, 0, 0.5);
    width: 100% !important;
}
.hon .day-price {
    padding: 10px;
    background-color: rgb(255 255 255 / 90%);
    min-height: 190px;
    display: flex;
    position: absolute;
    bottom: 10px;
    left: 10px;
    border-radius: 9px;
    right: 20%;
    box-sizing: border-box;
    align-items: center;
    flex-wrap: wrap;
}
.honey-pack .day-price p {
    margin: 0;
    display: inline-flex;
    align-items: center;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
}
.honey-pack .day-price p.days {
    color: #171722;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.5;
}
.honey-pack .day-price p.price {
    color: #3d0c56;
    font-size: 22px;
    font-weight: 600;
}
.btn-5 {
    font-size: 16px;
    margin: 18px 0 0  0;
    background: #171722;
    padding: 6px 12px;
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    align-items: center;
}
.bottom-text.popularpackages {
    padding: 0;
    background-color: #171722;
    color: #fff;
}

.bottom-text.popularpackages h2.head_title {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin: 0;
}

.bottom-text.popularpackages .head {
    padding: 10px;
    background: #29293a;
}

.bottom-text.popularpackages .on-price {
    padding: 0;
    background: #f7941d;
    display: flex;
    align-items: center;
}

.bottom-text.popularpackages .on-price p.days {
    width: 50%;
    padding: 10px;
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans';
    float: none;
    text-align: center;
}

.bottom-text.popularpackages .on-price p.price {
    width: 50%;
    padding: 10px;
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans';
    float: none;
    text-align: center;
    background: #1bbc9b;
}

.day-price .days, .day-price .price {
    font-size: 12px;
    width: 50%;
    color: #fff;
    font-weight: 900;
    margin-bottom: 0;
    padding: 10px 0px;
}
.day-price .days {
    float: left;
}


.my-head {
    display: none;
}
.my-head h2 {
    background: transparent;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'IBM Plex Sans', sans-serif;
}
.package_title {
    width: 94%;
    height: auto;
    min-height: 30px;
    padding: 3px 0;
    position: absolute;
    z-index: 20;
    background: #f77e13;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #fff;
    text-transform: capitalize;
    left: 3%;
    position: initial;
    background-color: transparent;
}
.package_pic_cont.offer-list img {
    width: 100%;
    min-height: 300px;
    object-fit:cover;
}
h2.text-white {
    color: #fff !important;
    background: transparent !important;
    -webkit-text-fill-color: white !important;
}
.pop {
    cursor: pointer;
}
.may-offer-pic {
    position: relative;
}
.may-offer-pic .over-ley {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #333;
    height: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 1;
}
.h-txt {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    opacity: 0;
    transition: all 0.5s ease;
    border: 1px solid #fff;
    width: 100px;
    margin: 0px auto;
    padding: 3px;
    letter-spacing: 1px;
    border-radius: 50px;
    z-index: 2;
    text-align: center;
}
.bottom-text {
    background-color: #fff;
    padding: 0px 15px;
}
.head {
    width: 100%;
    padding: 15px 0px 10px;
}
.head h2 {
    color: #333;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
}
.on-price {
    padding-bottom: 15px;
}
.on-price .days {
    width: 40%;
    font-size: 12px;
    float: left;
    text-align: left;
    color: #333;
}
.on-price .price {
    width: 60%;
    font-size: 12px;
    font-weight: 900;
}
.on-price .price {
    color: #f48536;
    float: right;
    text-align: right;
}
.may-offer-pic:hover .over-ley {
    opacity: .7;
}
.may-offer-pic:hover .h-txt {
    opacity: 1;
}
.featured-carousels .team-item {
    border-radius: 8px;
}
li.hicon i {
    color: #f9ad04;
}
.featured-carousels .team-item {
    border-radius: 8px;
}


/************* Rage slider start ********************/

.slider-labels {
  margin-top: 10px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
/* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
  padding: 0.3em;
}

.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: -9px;
  top: -9px;
  background-color: #f7941d;
}

/* Styling;
 */
.noUi-background {
  background: #D6D7D9;
}

.noUi-connect {
  background: #fff;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #f7941d;
  border: 8px solid rgba(53,93,187,0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect,[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
  cursor: not-allowed;
}

/****************** Range slider end *******************/

/********** Filter css start ****************/

.filter-bg {
  background: #353535;
  color: #fff;
  padding: 1em;
  border-bottom: 3px solid #f7941d;
}
.filter-title {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.5em;
  padding: 0.5em 0;
  font-size: 18px;
}
.filter-bg label {
  color: #f7941d;
  font-size: 16px;
  margin-bottom: 0.7em;
  display: inline-block;
}
.filter-bg .d-block label {
  color: #fff;
}
.filter-bg .caption {
  font-size: 12px;
}
.filter-bg select {
  background: transparent;
  color: #fff;
}
.filter-bg select option {
  color: #333;
}

/********** Filter css end ****************/

.bg-color{
    background: #f7941d;
}

/************ Package search list css start *******************/

.package-box {
  box-shadow: 0 2px 3px #ccc;
  position: relative;
  color: #777;
  font-size: 13px;
  border-radius: 3px;
  margin-bottom: 1em;
}
.package-box p {
  margin-bottom: 0.2em;
}
.package-box .package-desc {
  padding: 0.5em;
}
.package-title {
  font-size: 18px;
  font-weight: 600;
  padding: 0.3em 0;
}
.package-box ul li{display: inline-block;}
.package-box ul li a {
  display: inline-block;
  border-right: 1px solid #777;
  padding: 0 0.8em;
  color: #777;
  margin: 0.5em 0;
}


/************ Package search list css end *******************/

/*********** Ribbon start ************/
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 10px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-align: center;
  font-size: 17px;
}
.ribbon.green span{
    background-color: #46a60c;
}
.ribbon.yellow span{
    background-color: #ebaa0d;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 3px;
}
.ribbon-top-left::after {
  bottom: 3px;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

.ribbon.green::before, .ribbon.green::after{
    border: 5px solid green;
}
.ribbon.yellow::before, .ribbon.yellow::after{
    border: 5px solid orange;
}

/*********** Ribbon end ************/

/***** star rating **************/
.star-rating {
	 direction: rtl;
	 display: inline-block;
	 padding: 0px 10px 20px 0;
	 cursor: default;
}
 .star-rating input[type="radio"] {
	 display: none;
}
 .star-rating label {
	 color: #f7941d;
	 font-size: 34px;
	 padding: 0 2px;
	 margin: 0 !important;
	 cursor: pointer;
	 -webkit-transition: all 0.3s ease-in-out;
	 transition: all 0.3s ease-in-out;
}
 .star-rating label:hover, .star-rating label:hover ~ label, .star-rating input[type="radio"]:checked ~ label {
	 color: #f2b600;
}

.form-group .height-auto{
    height: auto;
}
.rating-box {
  border-bottom: 1px solid #ccc;
  margin-bottom: 2em;
  padding-bottom: 1em;
}
.rating-box i {
  color: #f6c800;
  display: inline-block;
  margin-top: 0.5em;
}
.rating-title {
  color: #f7941d;
  font-size: 17px;
}
.rating-title .rating-meta {
  color: #777;
  font-size: 13px;
}
/***** star rating end **************/

.custom_header {
    position: absolute;
    z-index: 99;
    width: 100%;
}
.banner.slider.custom_banner .banner-text {
    margin-top: 4%;
}
.sf-menu > li > a {
    color: #fff;
}
.top-header {
    background: #29293a45;
}

.star-head {
  color: #f6c800;
  font-size: 28px;
  margin: 0.7em 0 0.2em 0;
}
.home-why {
  text-align: center;
}
.home-why i {
  color: #fff;
  background: #f7941d;
  width: 50px;
  height: 50px;
  font-size: 28px;
  text-align: center;
  border-radius: 6px;
  padding-top: 0.4em;
  display: inline-block;
  margin: 1em 0 0.5em 0;
}
.why-title {
  font-weight: 600;
  font-size: 19px;
  margin-bottom: 1em;
}

.get-box {
  position: relative;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  border-radius: 4px;
  overflow: hidden;
}
.get-box .get-hover-text{
    opacity: 0;
    transition: 0.8s;
  font-weight: normal;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f7941d;
  color: #fff;
}
.get-box:hover .get-hover-text {
    opacity: 1;
    transition: 0.8s;
}
.get-box img {
  margin-bottom: 0.5em;
}
.border-box {
  background: #fff;
  padding: 1em;
  display: block;
  margin-bottom: 1em;
  box-shadow: 0 1px 2px #ccc;
  border-radius: 5px;
}
.get-box i {
  color: #f7941d;
  font-size: 65px;
  display: inline-block;
  margin-bottom: 0.2em;
}
.featured-carousels .may-offer-pic img {
  min-height: 200px;
}
.search-header{
    background: #fff;
    min-height: 140px;
    height: auto;
}
/*-- new css ak --*/

.top-header .row{
    display: flex;
    align-items: center;
}
.social-links {
    display: inline-flex;
    align-items:center;
}
.social-links a{
    color: #fafafa;
        border: 1px solid rgba(167, 167, 167, 0.5);
            display: block;
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    text-align: center;
    width: 35px;
    border-radius:50%;
        border-color: #ffffff;
        margin-right:10px;
}
.social-links a:hover{
        border-color: #174B90;
}
.menu-area .navbar-collapse.collapse{
    background: transparent;
    
}
.sf-menu > li > a {
    background: transparent;
    padding: 10px 15px;
}

.navbar.navbar-default.navbar-static-top {
    min-height: 0;
    background: transparent;
}

.sf-menu {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    float: none;
}

.sf-menu li {
    font-size: 16px;
    padding: 0;
    font-weight: 400;
    line-height: 1.3;
    position: relative;
    text-transform: uppercase;
}

.menu-area .row {
    align-items: center;
}
.top-header-left i.fa, .top-header-right i.fa {
    display: inline-flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #f7941d;
}
.top-header-left p {
    font-size: 14px;
}
@media (max-width:1199px){
    .top-header-left i.fa, .top-header-right i.fa {
    height: 30px;
    width: 30px;
}


@media screen and (max-width:480px){
.top-header-left p {
    font-size: 9px!important;
}
}
.top-header-left p {
    font-size: 14px;
}
}
.bg-red{
        background: #29293a;
}
.bg-red *, .bg-red .headline h2{
    color:#fff;
}
.contact-bg{
    background:url(../uploads/cnt-bg.jpg) no-repeat center center/cover;
    background-attachment: fixed;
    position:relative;
}
.bg-contact{
    position: absolute;
    background-color: #333;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
}
.contact-bg .headline h2:after{
    display:none;
}
.conatct-width .btn-primary{
        width: 100%;
}
.conatct-width {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    float: none;
    background: rgb(23 23 34 / 55%);
    border-radius: 20px;
}

.conatct-width * {
    color: #fff;
}

.form-group input[type='text'], .form-group input[type='email'], .form-group input[type='password'] {
    border-radius: 50px;
}
.hon {
    margin-bottom: 15px;
}


/*Custom css*/
@media only screen and (max-width:480px){
    .logo img {
    max-width: 260%;
    position: relative;
    right: 35px;
    bottom: 77px;
}
}

@media only screen and (max-width:480px){
    .social-links {
    position: relative;
    bottom: 151px;
}
}

@media only screen and (max-width:480px){
    .slicknav_nav a {
        text-align:right;
    }
}


@media only screen and (max-width:480px){
    .banner .form-inner {
    position: relative;
    display: block;
    padding: 10px 25px;
    background: rgb(41 41 58);
    border-radius: 6px;
    /* margin-top: 20px; */
    width: 96%;
    left: 9px;
}
}

@media only screen and (max-width:480px){
    .top-header {
        background:none!important;
    }
}

@media only screen and (max-width:480px){
    .top-header-left p  {
        color:white!important;
        display: table-cell;
            bottom: 15px;
           position: relative;
    }
}


@media only screen and (max-width:480px){
    .top-header-right a  {
        color:white!important;
        display: table-cell;
            bottom: 15px;
           position: relative;
    }
}

.is-hide{
  display:none;
}

.form-group input[type='text']{
   
    background-color: #f9f9f9;
    border-width: 1px;
    border-color: #f1f1f1;
    border-radius: 30px;
    border-style: solid;
    padding: 10px 20px;
    -webkit-appearance: none;
    color: #a3a3a3; 
        box-shadow: 2px 1px 6px #a3a3a3
}


.form-group textarea {
    border-width: 1px;
    border-color: #f1f1f1;
    border-radius: 30px;
    border-style: solid;
    padding: 10px 20px;
    -webkit-appearance: none;
    color: #a3a3a3;
        box-shadow: 2px 1px 6px #a3a3a3
}

.form-group p {
    color:#9a9a9a;
    font-size: 16px;
    font-weight: 500;
}



/*--------------------------------------------------------------
# Contact
-------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px 0 32px 0;
  border-radius: 4px;
  margin-bottom : 20px;
}
.contact .info-box i {
  font-size: 32px;
  color: #f7941d;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f8d4d5;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  border-radius: 4px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form .form-group {
  margin-bottom: 25px;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #111111;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #f7941d;
  border: 0;
  padding: 10px 32px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #e35052;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.banner-text h1{
    text-shadow: 2px 4px 4px #f7941d;
}

.faq-page .panel-group .panel-heading a.collapsed:after {
    content: '\f067';
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 14px;
    right: 0;
    top: 50%;
    padding: 18px 15px;
    color: #f7941d!important;
    margin-top: -25.5px;
}

.service-item h4 {
    font-size: 24px;
    text-shadow: 3px 1px black!important;
}

.fa-cubes:before{
    color:#F7941D;
}

.blog-text .button a{
 background:#F7941D!important;   
}


/*About-us Section*/

.about-us p{
   color:#625f5f;
   line-height:28px;
   font-size:16px;
   margin:20px 0px;
}
.about-us h3 {
    font-family: cursive;
    background: #433f3f;
    color: white;
    padding: 6px 20px;
    text-align: center;
    font-size: 39px;
    width: 299px;
    margin-bottom:20px;
}

.about-us button{background: #F7941D;
     padding:10px 17px;
     
}

.about-us a{color:#000;
    font-size:17px;
    font-weight: 600;
    margin:20px 0px;
    
}

.about-us img{height:491px;
    margin-bottom:42px;
}

 .parallax {
    background-image: url("../uploads/airtravel.jpg");
    min-height: 200px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 85px 41px;
    margin: 52px 0px;
}

.icon-2 {
display: inline-block;
width: 64px;
height: 64px;
text-align: center;
margin-bottom: 20px;
background: #fff;
box-shadow: 0 0 0 3px #e4e8ea;
border-radius: 50%;
overflow: hidden;
-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
transition: background 0.3s, color 0.3s, box-shadow 0.3s;
position: relative;
        }

/*About 2*/

.about-2 button{
    background: #F7941D;
     padding:10px 17px;
     margin:20px 0px;
}

.about-2 a{color:white;
    font-size:17px;
    font-weight: 600;
    margin:20px 0px;
    
}

.about-2 p{
   color:#625f5f;
   line-height:28px;
   font-size:16px;
   
    
}

.about-2 h4{
        font-size: 33px;
    font-family: cursive;
    font-weight: 600;
}

.parallax .dark{
    color: black;
    text-align: right; 
    margin-top: 20px;
    font-size: 24px;
}

.parent-icon{
    text-align:center;
}

.cal{color:white;
    font-size:20px;
    text-shadow:1px 2px black;
    font-weight:600;
}
.descrip-pre.table-responsive th {
    font-family: cursive;
    background: #433f3f;
    color: white;
    padding: 6px 20px;
    text-align: center;
    font-size: 18px;
    border-color: transparent;
}

.descrip-pre.table-responsive td {
    background: #f4f4f4;
    border-color: transparent;
}

.descrip-pre.table-responsive tr th:first-child {
    border-radius: 15px 0 0 0;
}

.descrip-pre.table-responsive tr th:last-child {
    border-radius: 0 15px 0 0;
}

.descrip-pre.table-responsive tr:last-child td:last-child {
    border-radius: 0 0 15px 0;
}

.descrip-pre.table-responsive tr:last-child td:first-child {
    border-radius: 0 0 0 15px;
}
.heading-margin {
    margin-top: 30px;
}

.para-sections {
    padding: 20px;
    background: #f4f4f4;
    border-radius: 10px;
}
.priciing label {
    font-weight: 400 !important;
    color: #c97510;
    font-size: 16px;
    margin-bottom: 5px;
}
.price_val {
    font-size: 26px;
    color: #433f3f;
    margin-bottom: 20px;
}

.custom-select {
    width: auto !important;
    height: 36px !important;
    min-width: 60px !important;
    border-width: 0 0px 0px 0 !important;
    background: #f4f4f4;
    border-radius: 10px;
    border: none !important;
    margin-bottom: 20px;
}
.price_val {
    font-size: 26px;
    color: #433f3f;
    margin-bottom: 20px;
}

.custom-select {
    width: auto !important;
    height: 36px !important;
    min-width: 60px !important;
    border-width: 0 0px 0px 0 !important;
    background: #f4f4f4;
    border-radius: 10px;
    border: none !important;
    margin-bottom: 20px;
}

.package-tab-det-menu ul li {
    background: #fff;
    margin: 0;
}

.package-tab-det-menu ul {
    display: flex;
    justify-content: center;
}

textarea#review-text {
    min-height: 130px;
    border-radius: 15px;
    box-shadow: none;
    background: #f5f5f5;
    resize: none;
    border: none;
}

form#review-form {
    margin-bottom: 90px;
}
.btn-thm {
    border-color: #46b8da;
    background: #F7941D;
    margin: 0;
    border: none;
    color: #fff;
}
.btn-thm2 {
    border-color: #46b8da;
    background: #F7941D;
    margin: 0;
    border: none;
    color: #fff;
    padding: 8px 15px;
    font-size: 15px;
}

.conatct-width #form-quote input{
    color: #242424;
}