
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@200;300;400;500;600;700;800;900&amp;display=swap');

body {
	font-family: 'Roboto', sans-serif!important;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    font-weight: 400;
}

a, a:hover {
    text-decoration: none;
}


header.header {
    /*position: absolute;*/
    width: 100%;
    display: block;
    z-index: 999;
    color: #fff;
}

header.header:before {
    /*content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
    top: 0;*
    background-color: rgba(255, 255, 255, 0.7);*/
}

.header_top {
    background-color: #161616;
    color: #fff;
    padding: 6px 0px;
}

.header_top ul.top_links {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-weight: 500;
}

.header_top ul.social_links li {
    display: inline-block;
}

.header_top ul li + li {
    margin-left: 5px;
}    

.header_top ul.social_links li a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    display: block;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header_top ul.social_links li a:hover {  
    background-color: #fff;
    color: #00aade;
}

.header_top a {
    color: #fff;
}

.header_main {
    padding: 0px 0px;
    background-color: #ffffff;
    /*background-color: #282828;*/
}

ul.footer_social_links li {
    display: inline-block;
}
 ul.footer_social_links li a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    display: block;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
ul.footer_social_links li a:hover {
    background-color: #fff;
    color: #00aade;
}
.footer_social_links a {
    color: #fff;
}

.sticky {
    position: fixed !important;
    top: 0px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    /*padding: 10px 0;*/
    animation: slide-down 1s;
    opacity: 1;
    background-color: #fff;
    z-index: 999;
    width: 100%;
    border-top: 4px solid #00aade;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}

.logo {
    max-width: 200px;
}

.sticky .navbar .navbar-brand {
    padding: 0px!important; 
}

.navbar .navbar-nav li + li {
    margin-left: 15px;
}

.navbar .navbar-nav .nav-link {
    padding: 25px 10px;
    text-transform: capitalize;
    color: #333333;
    letter-spacing: 0.5px;
    position: relative;
    display: block;
}

.sticky .navbar .navbar-nav .nav-link {
    color: #333333;
    padding: 20px 10px;
}

.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link:hover {
    /*color: #00aade;*/
    color: #000000;
    /*background-color: #ffffff;*/
}

.sticky .navbar .navbar-nav .active>.nav-link,
.sticky .navbar .navbar-nav .nav-link:hover {
    /*color: #ffffff;
    background-color: #00aade;*/
}


.navbar .navbar-nav .nav-link:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 51%;
    right: 51%;
    top: calc(100% - 4px);
    background-color: #00aade;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.navbar .navbar-nav .nav-link:hover:before,
.navbar .navbar-nav .active>.nav-link:before {
    left: 0;
    right: 0;
}

#page_header {
    padding: 6% 0px 8% 0px;
}

.hero-section {
    position: relative;
    overflow: hidden;
    line-height: 36px;
}

.hero-slider .hs-item {
    position: relative;
    height: 650px;
}

.hero-slider .hs-item:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #000;
    opacity: 0.5;
    z-index: 0;
}

.hero-slider .hs-item span {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 5px;
    display: block;
    position: relative;
    top: 50px;
    opacity: 0;
}

.hero-slider .hs-item h2 {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    top: 50px;
    opacity: 0;
}

.hero-slider .hs-item p {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 35px;
    position: relative;
    top: 100px;
    opacity: 0;
}

.hero-slider .hs-item .site-btn {
    position: relative;
    top: 50px;
    opacity: 0;
}

.hero-slider .hs-item .sb-line {
    margin-right: 5px;
}

.hero-slider .hs-item .container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.hero-slider .hs-item .offer-card {
    position: absolute;
    right: 0;
    top: 226px;
    width: 162px;
    height: 162px;
    border-radius: 50%;
    background: #f51167;
    text-align: center;
    padding-top: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}

.hero-slider .hs-item .offer-card:after {
    position: absolute;
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #f96790;
    left: 5px;
    top: 5px;
    border-radius: 50%;
}

.hero-slider .hs-item .offer-card span {
    font-size: 18px;
    text-transform: lowercase;
    position: relative;
    top: 50px;
    opacity: 0;
}

.hero-slider .hs-item .offer-card h2 {
    font-size: 72px;
    font-weight: 400;
    line-height: 1;
}

.hero-slider .hs-item .offer-card p {
    text-transform: uppercase;
    line-height: 1;
    font-size: 14px;
}

.hero-slider .slider-nav-warp {
    /*max-width: 100%;
    bottom: 42px;
    margin: -80px auto 0;*/
}

.hero-slider .slider-nav {
    display: block;
}

.hero-slider .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.hero-slider .owl-dots .owl-dot {
    width: 18px;
    height: 18px;
    background: transparent;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    border: 3px solid #fff;
}

.hero-slider .owl-dots .owl-dot.active {
    background-color: #00aade;
}

.hero-slider .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.hero-slider .owl-nav .owl-next,
.hero-slider .owl-nav .owl-prev {
    font-size: 18px;
    position: absolute;
    color: #000000;
    opacity: 0.5;
    width: 50px;
    height: 50px;
    line-height: 48px;
    background-color: #ffffff;
    border: 3px solid #fff;
    text-align: center;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease 0.2s;
    -o-transition: all 0.5s ease 0.2s;
    transition: all 0.5s ease 0.2s;
}

.hero-slider .owl-nav .owl-prev {
    left: 20px;
}

.hero-slider .owl-nav .owl-next {
    right: 20px;
}

.hero-slider .owl-nav .owl-next:hover,
.hero-slider .owl-nav .owl-prev:hover {
    opacity: 1;
    background-color: #00aade;
    color: #ffffff;
}

.hero-slider .owl-item.active .hs-item h2,
.hero-slider .owl-item.active .hs-item span,
.hero-slider .owl-item.active .hs-item p,
.hero-slider .owl-item.active .hs-item .site-btn {
    top: 0;
    opacity: 1;
}

.hero-slider .owl-item.active .hs-item span {
    -webkit-transition: all 0.5s ease 0.2s;
    -o-transition: all 0.5s ease 0.2s;
    transition: all 0.5s ease 0.2s;
}

.hero-slider .owl-item.active .hs-item h2 {
    -webkit-transition: all 0.5s ease 0.4s;
    -o-transition: all 0.5s ease 0.4s;
    transition: all 0.5s ease 0.4s;
}

.hero-slider .owl-item.active .hs-item p {
    -webkit-transition: all 0.5s ease 0.6s;
    -o-transition: all 0.5s ease 0.6s;
    transition: all 0.5s ease 0.6s;
}

.hero-slider .owl-item.active .hs-item .site-btn {
    -webkit-transition: all 0.5s ease 0.8s;
    -webkit-transition: all 0.5s ease 0.8s;
    -o-transition: all 0.5s ease 0.8s;
    transition: all 0.5s ease 0.8s;
}

.hero-slider .owl-item.active .hs-item .offer-card {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease 1s;
    -webkit-transition: all 0.5s ease 1s;
    -o-transition: all 0.5s ease 1s;
    transition: all 0.5s ease 1s;
}

.slide-num-holder {
    float: right;
    z-index: 1;
    color: #fff;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-top: -22px;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.slide-num-holder span:first-child {
    margin-right: 41px;
}

.slide-num-holder:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 1px;
    background: #fff;
    left: 50%;
    top: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

#home_silder .carousel {
    position: relative;
    overflow: hidden;
}

#home_silder .carousel .carousel-item:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #000;
    opacity: 0.2;
    z-index: 0;
}

#home_silder .carousel .carousel-item .carousel-caption {
    top: 55%;
    transform: translateY(-50%);
    -webkit-animation: cs_descrWrapper 10800ms infinite 2270ms ease;
    animation: cs_descrWrapper 10800ms infinite 2270ms ease;
}

#home_silder .carousel .carousel-item .carousel-caption h1.cs_title {
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    background: #000;
    background-color: rgba(0,0,0,0.6);
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90degx);
    -webkit-transition: 750ms opacity 945ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms -webkit-transform 945ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms visibility 945ms ease;
    transition: 750ms opacity 945ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms -webkit-transform 945ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms transform 945ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms visibility 945ms ease;
    -webkit-animation: cs_title 10800ms infinite 2270ms ease;
    animation: cs_title 10800ms infinite 2270ms ease;
}

#home_silder .carousel .carousel-item .carousel-caption h1.cs_title .cs_wrapper {
    -webkit-animation: cs_title_text 10800ms infinite 2480ms ease;
    animation: cs_title_text 10800ms infinite 2480ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 750ms opacity 1420ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms -webkit-transform 1420ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition: 750ms opacity 1420ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms -webkit-transform 1420ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms transform 1420ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

#home_silder .carousel .carousel-item .carousel-caption h5.cs_descr {
    -webkit-animation: cs_descr 10800ms infinite 2270ms ease;
    animation: cs_descr 10800ms infinite 2270ms ease;
    text-align: left;
    font-size: 80%;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    background-color: #1c9b26;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: 750ms opacity 720ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms -webkit-transform 570ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms visibility 570ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition: 750ms opacity 720ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms -webkit-transform 570ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms transform 570ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms visibility 570ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

#home_silder .carousel .carousel-item .carousel-caption h5.cs_descr .cs_wrapper {
    -webkit-animation: cs_descr_text 10800ms infinite 2480ms ease;
    animation: cs_descr_text 10800ms infinite 2480ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 750ms opacity 1645ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms -webkit-transform 1645ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition: 750ms opacity 1645ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms -webkit-transform 1645ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms transform 1645ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

#home_locations,
#home_about,
#home_whyPartyBus {
    padding: 80px 0px;
}

#home_locations ul.location_list {
    padding: 15px;
    margin: 0px;
    list-style: none;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    border: 1px solid #000000;
    border-radius: 5px;
}

#home_locations ul.location_list li {
    max-width: 100%;
    position: relative;
    width: 100%;
    position: relative;
    display: block;
    text-align: left;
    font-size: 14px;
}

#home_locations ul.location_list li strong {
    background-color: #161616;
    width: 100%;
    display: block;
    color: #fff;
    padding: 3px 10px;
    margin: 10px 0px;
    border-radius: 2px;
    box-shadow: 0px 5px 5px -3px rgb(0 0 0 / 50%);
}

#home_locations ul.location_list li:first-child strong {
    margin-top: 0px;
}

#home_locations ul.location_list li a {
    position: relative;
    color: inherit;
    display: block;
}

#home_locations ul.location_list li a:hover {
    text-decoration: underline;
}

#home_locations ul.location_list li a:before {
    /* content: "\f0a4"; */
    width: 20px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
    font-family: 'FontAwesome';
    color: #00aade;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#home_locations ul.location_list li a:hover:before {
    margin-right: 5px;
    margin-left: 5px;
}

#home_blogs,
#about_team {
    background-image: url(../jpg/partybus_bg.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 100px 0px;
}

#home_blogs:before,
#home_blogs:after,
#about_team:before,
#about_team:after {
    position: absolute;
    content: '';
    left: -50px;
    top: -2px;
    z-index: 10;
    width: 50%;
    height: 40px;
    transform: skewX(-55deg);
    background-color: #ffffff;
}

#home_blogs:after,
#about_team:after {
    left: auto;
    right: -50px;
    top:  auto;
    bottom: -2px;
}

#home_blogs .container,
#about_team .container {
    position: relative;
    z-index: 1;
}

#home_blogs #blog_slider .blog_item,
#about_team #team_slider .team_item {
    padding: 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#home_blogs #blog_slider .blog_item:hover,
#about_team #team_slider .team_item:hover {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 22px 40px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 22px 40px rgb(0 0 0 / 15%);
}

#home_blogs #blog_slider .blog_item .blog_box,
#about_team #team_slider .team_item .team_box {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #000000;
    padding: 0px;
    border-radius: 5px;
    cursor: pointer;
}

#home_blogs #blog_slider .blog_item .blog_box .blogItem_img,
#about_team #team_slider .team_item .team_box .teamItem_img {

}

#home_blogs #blog_slider .blog_item .blog_box .blogItem_content,
#about_team #team_slider .team_item .team_box .teamItem_content {
    padding: 20px;
    position: relative;
    overflow: hidden;
    min-height: 310px;
}

#home_blogs #blog_slider .blog_item .blog_box .blogItem_content .blog_date,
#about_team #team_slider .team_item .team_box .teamItem_content .team_date {
    font-size: 14px;
    text-transform: capitalize;
    color: #979797;
    margin: 0px;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
}

#home_blogs #blog_slider .blog_item .blog_box .blogItem_content .blog_title,
#about_team #team_slider .team_item .team_box .teamItem_content .team_title {
    font-size: 1.2rem;
    margin: 10px 0px 15px;
}

#about_team #team_slider .team_item .team_box .teamItem_content .team_title {
    font-size: 1.2rem;
    margin: 0px 0px 5px;
}

#home_blogs #blog_slider .blog_item .blog_box .blogItem_content .blog_txt,
#about_team #team_slider .team_item .team_box .teamItem_content .team_txt {
    margin: 0px;
}

#about_team #team_slider .team_item .team_box .teamItem_content .team_txt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
}

#home_blogs #blog_slider .blog_item .blog_box .blogItem_content .readMore_btn {
    color: #606060;
    font-weight: 400;
    font-size: 15px;
    margin: 15px 0px 0px;
    display: block;
}

#home_blogs #blog_slider .blog_item .blog_box .blogItem_content .readMore_btn i {
    font-size: 12px;
    color: #a6a6a6;
}

#home_blogs #blog_slider .blog_item .blog_box .blogItem_content .readMore_btn:hover,
#home_blogs #blog_slider .blog_item .blog_box .blogItem_content .readMore_btn:hover i {
    color: #000000;
    /*font-weight: 400;*/   
}

#home_about .border_outside_image {
    position: relative;
}

#home_about .border_outside_image:before {
    content: "";
    background-color: #fff;
    border: 2px solid #c2ac7e;
    position: absolute;
    right: -50px;
    margin-top: -45px;
    width: 80%;
    height: 120%;
    z-index: -1;
}

#home_about .border_outside_image img {
    max-width: 380px;
}


#home_story {
    background-image: url(../jpg/story-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 80px 0px;
    color: #fff;
    font-weight: 700;
}

#home_story,
#home_chapter {
    padding: 80px 0px;
}

#home_story:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7) !important;
}


/*slider teachers*/
.shadow-effect {
    background: #fff;
    padding: 0;
    border-radius: 4px;
    text-align: center
}
#inner_header {
    background-image: url(../jpg/subheader_bg-01.jpg);
    padding: 120px 0px;
    background-position: center center;
    background-color: #000;
    background-size: cover;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

#inner_header:before,
#inner_header:after {
    position: absolute;
    content: '';
    left: -80px;
    bottom: -2px;
    z-index: 10;
    width: 30%;
    height: 40px;
    transform: skewX(55deg);
    background-color: #ffffff;
}

#inner_header:after {
    left: auto;
    right: -80px;
    transform: skewX(-55deg);
}

/*#inner_header h4 {
    font-size: 36px;
    color: #fff;
    margin: 0px auto;
    position: relative;
    display: inline-block;
}*/

#inner_header h4,
#inner_header .title-animation,
h1.new-pt {
    font-size: 56px;
    line-height: 1;
    font-weight: 900;
    margin: 0 auto;
    text-shadow: 0 0 80px rgb(255 255 255 / 50%);
    background: url(../png/animated-text-fill.png) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 80s linear infinite;
    -webkit-transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
}


/* Animate Background Image */

@-webkit-keyframes aitf {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

#about_welcome,
#inner_section {
    position: relative;
    padding: 50px 0px 80px;
    overflow: hidden;
}

.company_box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #f1f1f1;
    min-height: 200px;
    padding: 20px;
    box-shadow: 0px 12px 12px -6px rgb(0 0 0 / 25%);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.company_box img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 90px;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.company_txt {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: calc(100% - 90px);
    position: relative;
    width: 100%;
    padding-left: 10px;
}

.company_txt h4 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #ffdf00;
    background-color: #272727;
    padding: 6px 12px 8px;
    border-radius: 3px;
    letter-spacing: 1px;
}

.icon_box {
    border: 1px solid #ececec;
    border-radius: 5px;
    overflow: hidden;
    background-color: #f3f3f3;
    box-shadow: 0px 12px 12px -6px rgb(0 0 0 / 25%);
    padding: 15px;
}

.icon_box i.fa {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 32px;
    background-color: #00aade;
    color: #fff;
    border-radius: 50%;
    margin: 0px 0px 20px;
    box-shadow: 0px 12px 12px -6px rgb(0 0 0 / 25%);
}

.icon_box h4 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0px;
}


.process {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0px;
    text-align: center;
    list-style: none;
    margin: 50px 0px 0px;
}

.process_item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 33.33%;
    position: relative;
    width: 100%;
    line-height: 1;
    text-align: center;
    padding: 25px;
    color: #f1f1f1;
    transition: 0.4s ease-in-out;
}

.process_item:not(:last-of-type)::after {
    content: "";
    width: 2px;
    height: 80%;
    background: #ffffff;
    position: absolute;
    right: -1px;
    top: 50%;
    opacity: 0.5;
    transform: translateY(-50%);
}

.process_item:hover {
    background: #efefef;
    color: #333333;
    box-shadow: 0px 12px 12px -6px rgb(0 0 0 / 20%);
}

.process_item .process_number {
    font-size: 90px;
    -webkit-text-stroke: 2px #00aade;
    display: block;
    color: transparent;
    font-weight: 700;
    transition: 0.4s ease-in-out;
}

.process_item:hover .process_number {
    transform: translateY(5px);
    color: #00aade;
}

.process_title {
    display: block;
    font-weight: 700;
    font-size: 22px;
    color: #00aade;
    text-transform: capitalize;
    margin: 20px 0px;
}

.process_subtitle {
    display: block;
    font-size: 16px;
    line-height: 1.5;
}

#bus_slider .carousel-control-next,
#bus_slider .carousel-control-prev {
    top: 50%;
    bottom: 0;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: #00aade;
}

#footer {
    position: relative;
    z-index: 0;
}

#footer .footer_top {
    /*background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
    position: relative;
    background-color: #161616;
    color: #aeaeae;
    font-size: 14px;
    padding: 120px 0px 80px;
    overflow: hidden;
}

#footer .footer_top:before,
#footer .footer_top:after {
    position: absolute;
    content: '';
    left: -80px;
    top: -2px;
    z-index: 10;
    width: 30%;
    height: 40px;
    transform: skewX(-55deg);
    background-color: #ffffff;
}

#footer .footer_top:after {
    left: auto;
    right: -80px;
    top: -2px;
    transform: skewX(55deg);
}

#footer a {
    color: #aeaeae;
}

#footer .footer_top .inner_txt_box {
    /*padding: 30px 10%;
    margin-left: 100px;
    background-color: #fff;*/
    position: relative;
    z-index: 999;
}


#footer .footer_top .inner_txt_box .f_logo {
    max-width: 190px;
    margin: 10px 0px;
}

#footer .footer_top .inner_txt_box .footer_links {
    padding: 0px;
    list-style-type: none;
    margin-bottom: 0px;
}

#footer .footer_top .inner_txt_box .footer_links li {
    padding-left: 15px;
    position: relative;
}

#footer .footer_top .inner_txt_box .footer_links li:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #00aade;
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

#footer .footer_top .inner_txt_box ul.two_column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#footer .footer_top .inner_txt_box ul.two_column li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 50%;
    position: relative;
    width: 100%;
}

#footer .footer_top .inner_txt_box ul.list_inline li {
    display: inline-block;
    padding-left: 20px;
}

#footer .footer_top .inner_txt_box ul.list_inline li::before {
    left: 8px;
}

#footer .footer_top .inner_txt_box .f_heading {
    position: relative;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    margin: 0px 0px 25px;
    letter-spacing: .02em;
    text-transform: uppercase;
}

#footer .footer_top .inner_txt_box .f_heading:before {
    display: inline-block;
    width: 15px;
    height: 3px;
    margin-right: 15px;
    content: '';
    vertical-align: middle;
    background-color: #00aade;    
}

#footer .footer_top .inner_txt_box .social_links {
    margin-bottom: 0px;
}

#footer .footer_top .inner_txt_box .footer-contact {
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
}

#footer .footer_top .inner_txt_box .footer-contact_lg {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
}

#footer .footer_top .inner_txt_box .footer-contact i.icon {
    position: absolute;
    top: 5px;
    left: 1px;
    margin-right: 10px;
    font-size: 16px;
    text-align: center;
    color: #cfcfcf;
}

#footer .footer_top .inner_txt_box .footer-contact i.icon.icon-xs {
    font-size: 14px;
}

#footer .footer_top .inner_txt_box .footer-contact i.icon.icon-lg {
    font-size: 20px;
}

#footer .footer_top .inner_txt_box .footer-contact .text-primary {
    color: #00aade!important;
}

#footer .footer_bottom {
    background-color: #0f0f0f;
    color: #fff;
    font-size: 12px;
}

#footer .footer_bottom a {
    color: #fff;
    font-size: 12px;
}

#footer .footer_bottom ul.f_menu {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

#footer .footer_bottom ul.f_menu li {
    display: inline-block;
    margin: 0px 10px 0px 0px;
}

/*-----------------------------------------*/
/*---------------HEADING CSS--------------*/
/*---------------------------------------*/

.heading_one {
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2rem;
    margin: 10px 0px 10px;
}

.white {
    color: #fff !important;
}

.heading_two {
    font-size: 18px;
    font-weight: 500;
    background-color: #161616;
    color: #fff;
    text-align: left;
    margin: 0px 0px 5px;
    padding: 8px 16px;
    border-radius: 3px;
}

.heading_four {
    font-size: 42px;
    line-height: 48px;
    font-weight: 900;
    margin: 20px 0px 0px;
}

.heading_six {
    font-size: 96px;
    color: #1f1383;
    font-weight: 700;
    background: linear-gradient(to right, #adc225 0%, #00c9ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.3;
    /*position: absolute;
    width: 100%;
    bottom: 0;*/
}

.btn_one {
    background-color: #0dcc9d;
    color: #fff !important;
    border: 2px solid #000000;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 16px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 3;
}

.btn_two {
     background-color: orange;
    color: #fff !important;
    border: 2px solid #000000;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 16px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 3;
    margin-left: 5px !important;
}



.btn_one:hover,
.btn_one:focus {
    background-color: #00aade;
    color: #ffffff;
    border: 2px solid #00aade; 
}


/*
.btn_one::before, .btn_one::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    -webkit-transition: width 0.4s ease 0s;
    -moz-transition: width 0.4s ease 0s;
    -ms-transition: width 0.4s ease 0s;
    -o-transition: width 0.4s ease 0s;
    transition: width 0.4s ease 0s;
    width: 0;
    z-index: -1;
}

.btn_one:hover::before, .btn_one:hover::after {
    width: 100%;
}

.btn_one::after {
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.btn_one:hover span, .btn_one:hover::after {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.btn_one:hover::before, .btn_one:hover::after {
    width: 100%;
    border-color: #000;
}*/

.partyBus_box {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-color: #f9f9f9;    
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.partyBus_box:hover {
    /*-webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 22px 40px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 22px 40px rgb(0 0 0 / 15%);*/
}

.partyBus_box img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.check_list {
    margin-bottom: 30px;
    padding-left: 0px;
    position: relative;
}

.check_list li {
    position: relative;
    list-style-type: none;
    padding-left: 30px;
}

.check_list li + li {
    margin-top: 10px;
}

.check_list li:before {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 20px;
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #00aade;
}

.padding_b80 {
    padding-bottom: 80px;
}

.txt_one {
    color: #3a3a3a;
    letter-spacing: 0.2px;
}

.input_btn {
    background-color: #fff;
    border: 2px solid #696969;
    padding: 5px 10px 4px 10px;
    line-height: 16px;
    color: #212121;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
}

.input_btn:hover {
    background-color: #1b1b1b;
    border: 2px solid #1b1b1b;
    color: #ffffff;
}

#step_form {
    text-align: center;
    position: relative;
    margin: 10px
}

.form-card {
    text-align: left
}

/* #step_form fieldset:not(:first-of-type) { */
    /* display: none */
/* } */

#step_form input:focus,
#step_form textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #00aade;
    outline-width: 0
}

#step_form .action-button {
    min-width: 100px;
    background: #00aade;
    font-weight: 600;
    color: #ffffff;
    border: 0px;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 5px;
    float: right;
}

#step_form .action-button:hover,
#step_form .action-button:focus {
    background-color: #0497c3;
}

#step_form .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: 600;
    color: #ffffff;
    border: 0px;
    border-radius: 5px;
    padding: 10px 5px;
    cursor: pointer;
    float: right
}

#step_form .action-button-previous:hover,
#step_form .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    /*border: none;*/
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #00aade;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #00aade;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    padding-left: 0px;
    margin-bottom: 30px;
    overflow: hidden;
    color: #ababab;
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 14px;
    line-height: 1.5;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 500;
    text-transform: capitalize;
}

#progressbar #step_one:before {
    content: "1";
}

#progressbar #step_two:before {
    content: "2";
}

#progressbar #step_three:before {
    content: "3";
}

#progressbar #step_four:before {
    content: "4";
}

#progressbar #confirm:before {
    content: "5";
}

#progressbar li:before {
    position: relative;
    z-index: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    background: #ababab;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #ababab;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 0;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #00aade
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #00aade
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.trial_btn {
    background-color: #00aade;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
}

.trial_btn:hover {
    background-color: #333333;
    color: #ffffff;
}

#faq .card {
    border: 0;
    border-radius: 5px;
    box-shadow: 0px 12px 12px -6px rgb(0 0 0 / 20%);
}

#faq .card:not(:last-of-type) {
    margin-bottom: 30px;
}

#faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #00aade;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 500;
}

#faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 26px;
    line-height: 26px;
    font-weight: 900;
    float: right;
}

#faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#faq .card .collapsing {
  background: #f3f3f3;
  line-height: 30px;
}

#faq .card .collapse {
  border: 0;
}

#faq .card .collapse.show {
  background: #f3f3f3;
  line-height: 30px;
  color: #222;
}

.selectBar {
    background-color: #00aade;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 12px 12px -6px rgb(0 0 0 / 25%);
}

.search_btn {
    border: 2px solid #fff;
    background-color: rgb(255 255 255 / 50%);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    height: 38px;
    display: block;;
}

.search_btn:hover {
    background-color: #fff;
}

.default_card .card-title {
    margin: 0px;
    border-bottom: 3px solid #00aade;
    padding: 15px;
    font-size: 20px;
}

.rental_box {
    margin-top: 20px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.rental_box .card-img-block {
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: -20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.rental_box .card-img-block img {
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 63%);
}

.rental_box ul.vehicle-desc-list {
    padding: 0px;
    list-style: none;
    margin: 0px;
    font-weight: 500;
    margin-bottom: 15px;
}

.rental_box ul.vehicle-desc-list li strong {
    color: #00aade;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.rental_box .btn {
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 8px 14px;
    background-color: #00aade;
    border-color: #00aade;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.rental_box:hover {
   /* background-color: #e9f6ff;
    box-shadow: 0px 12px 12px -6px rgb(0 0 0 / 20%);*/
}

.rental_box:hover .card-img-block {
    /*top: 0px;
    margin: 5%;*/
}

.rental_box:hover ul.vehicle-desc-list li strong {
    /*color: #ffeb00;*/
}

.rental_box .btn:hover {
   /* background-color: #ffffff;
    color: #00aade;*/
}



.gallery-fs {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    box-shadow: 0px 12px 12px -6px rgb(0 0 0 / 20%);
    overflow: hidden;
}

.anps-shadows .gallery-fs {
  border: none;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.12);
}

.gallery-fs figure {
  position: relative;
  margin-bottom: 0px;
}

.gallery-fs figure img {
  width: 100%;
}

.gallery-fs .owl-item img {
  border-radius: 3px;
}

.gallery-fs .owl-item a {
  display: block;
  margin: 0 2px;
  position: relative;
}

.gallery-fs .owl-item a::after {
  border: 3px solid transparent;
  border-radius: 3px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: .3s border-color;
  width: 100%;
}

.gallery-fs .owl-item a.selected::after,
.gallery-fs .owl-item a:focus::after,
.gallery-fs .owl-item a:hover::after {
  border-color: #00aade;
  cursor: pointer;
}

.gallery-fs .gallery-fs-fullscreen,
.gallery-fs .owl-nav > * {
  background: transparent;
  border: 1px solid;
  border-radius: 3px;
  color: #ccc;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  height: 37px;
  opacity: 1;
  padding: 0;
  position: relative;
  width: 37px;
}

.gallery-fs .gallery-fs-fullscreen + *,
.gallery-fs .owl-nav > * + * {
  margin-left: 6px;
}

.gallery-fs .gallery-fs-fullscreen i,
.gallery-fs .owl-nav > * i {
  left: 50%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gallery-fs .owl-nav {
  position: absolute;
  right: 21px;
  top: -49px;
}

.gallery-fs .gallery-fs-nav {
  position: relative;
}

.gallery-fs .gallery-fs-fullscreen {
  background: none;
  bottom: 20px;
  position: absolute;
  right: 106px;
  background-color: #000;
}

.gallery-fs-thumbnails {
  border-top: 1px solid #e5e5e5;
  padding: 18px 21px;
}

.content_box {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    box-shadow: 0px 12px 12px -6px rgb(0 0 0 / 20%);
    overflow: hidden;
    padding: 0px;
    text-align: left;
    margin-bottom: 30px;
}

.content_box h5 {
    font-size: 17px;
    font-weight: 500;
    padding: 10px 10px 10px;
    position: relative;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
}

.content_box h5:after {
    content: "";
    width: 50px;
    height: 3px;
    display: block;
    position: absolute;
    background-color: #00aade;
    top: 50%;
    left: 100%;
    transform: translateX(0%) translateY(-50%);
}

.content_box ul.feat_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 10px;
    margin: 0px 0px 10px;
    list-style: none;
}

.content_box ul.feat_list li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 25%;
    position: relative;
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
}

.content_box ul.feat_list li.check:before,
.content_box ul.feat_list li.unCheck:before {
    display: inline-block;
    font-family: FontAwesome;
    padding-right: 5px;
}
.content_box ul.feat_list li.check:before {
    content: "\f00c";
    color: #039215;
}
.content_box ul.feat_list li.unCheck:before {
    content: "\f00d";
    color: #d00000;
}

ul.help_list,
ul.help_list li span.ans ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

ul.help_list > li:not(:last-of-type) {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 2px dotted #00aade;
}

ul.help_list li span.ques {
    display: block;
    border-left: 4px solid #00aade;
    padding: 5px 5px 5px 10px;
    font-weight: 600;
}

ul.help_list li span.ans {
    display: block;
    padding: 5px 5px 5px 10px;
}

ul.help_list li span.ans ul li i {
    color: #00aade;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.box-form-1,
.widget_box {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    background-color: #f0f0f0;
    padding: 10px;
    box-shadow: 0px 12px 12px -6px rgb(0 0 0 / 20%);
}

.box-form-1 .box-form-header {
    background-color: #00aade;
    color: #fff;
    padding: 20px;
    border-radius: 3px 3px 0px 0px;
}

.box-form-1 .box-form-body {
    padding: 30px 20px;
}

.contactform div i {
    position: absolute;
    left: 20px;
    top: 10px;
    opacity: .9;
    font-size: 16px;
    line-height: 16px;
    z-index: 1;
    padding: 0;
    color: #00aade;
}

.contactform .form-control {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 10px 10px 10px 35px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

.widget_box {
    display: inline-block;
}




/************************************************/
/******************** SIDEBAR ******************/
/**********************************************/

.sidebar {
    background-color: #eafaff;
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 12px 12px -6px rgb(0 0 0 / 20%);
}

.sidebar .sidebar_heading {
    background-color: #161616;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0px 0px 15px;
    border-radius: 3px;
}

ul.vehicle_list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.vehicle_list li {
    position: relative;
    padding-left: 25px;
}

ul.vehicle_list li:not(:last-of-type) {
    margin-bottom: 5px;
}

ul.vehicle_list li:before {
    content: "\f178";
    color: #00aade;
    position: absolute;
    left: 0px;
    display: inline-block;
    font-family: FontAwesome;
    padding-right: 5px;
}

ul.vehicle_list li a {
    color: initial;
    font-size: 14px;
}

ul.vehicle_list li a:hover {
    text-decoration: underline;
}


@media (min-width: 992px) and (max-width: 1199.98px) {

    #home_locations ul.location_list {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }

    .slide-text {
        margin-left: 10%;
    }

    #home_about .border_outside_image img {
        max-width: 340px;
    }

    .heading_one {
        font-size: 36px;
    }

    #home_story,
    #home_chapter {
        padding: 60px 0px;
    }

}

@media (max-width: 991.98px) {

    .hero-slider .hs-item {
        height: 450px;
    }

    #home_locations ul.location_list {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .company_box {
        min-height: auto;
    }

    .content_box ul.feat_list li {
        max-width: 50%;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {

    #top_bar a {
        font-size: 12px!important;
    }

    .logo {
        max-width: 180px;
    }

    .navbar .navbar-nav li + li {
        margin-left: 5px;
    }

    .navbar .navbar-nav .nav-link {
        padding: 20px 10px;;
        letter-spacing: 0px;
    }

    .sticky .navbar .navbar-nav .nav-link {
        padding: 15px 10px;
    }

    .heading_six {
        font-size: 66px;
    }

    #home_about {
        padding: 80px 0px 70px 0px;
    }

    #home_about .border_outside_image:before {
        margin-top: -40px;
    }
    #home_about .border_outside_image img {
        max-width: 300px;
    }

    #home_about .inner_txt_box {
        padding: 0% 0px 15% 0px;
    }

    #home_story {
        padding: 50px 0px;
    }

    .heading_one {
        font-size: 28px;
    }

    .footer_widget {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer_widget .footer-contact {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 50%;
        position: relative;
        width: 100%;
    }
}

@media (max-width: 767.98px) {

  /*  body, p, strong, ul, ul li, span {
        font-size: 14px!important;
        line-height: 22px!important;
    }*/

    .navbar-toggler {
        padding: 5px 8px;
        background-color: #000000;
        border: 2px solid #ffffff;
        margin: 0px !important;
    }

    .navbar-toggler span.navbar-icon {
        width: 20px;
        height: 2px;
        display: block;
        padding: 1px;
        margin: 4px 0px;
        background-color: #ffffff;
    }

    .navbar-light .navbar-toggler {
        color: rgb(0, 0, 0);
        border-color: rgb(127, 127, 127);
        background-color: #c2ac7e;
        padding: 3px 6px;
        margin: 15px 0px;
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 26px;
    }

    .navbar .navbar-collapse {
        position: absolute;        
        width: calc(100% - 20px);
        left: 10px;
        top: 100%;
        background-color: #fff;        
        padding: 10px;
        z-index: 2;
        box-shadow: 0px 6px 6px -2px rgb(0 0 0 / 20%);
        border-radius: 0px 0px 5px 5px;
    }

    .logo,
    header.fixed .logo {
        max-width: 180px;
    }

    .navbar .navbar-nav .nav-link,
    .sticky .navbar .navbar-nav .nav-link {
        padding: 10px;
    }

    .navbar .navbar-nav li + li {
        margin-left: 0px;
    }

    .hero-slider .hs-item h2 {
        font-size: 1.6rem;
    }

    #home_locations,
    #home_about,
    #home_blogs,
    #home_whyPartyBus {
        padding: 50px 0px;
    }

    .padding_b80 {
        padding-bottom: 50px;
    }

    .owl-carousel.owl-drag .owl-item .col-12 {
        max-width: calc(100% - 20px);
    }

    .hero-slider .owl-nav .owl-next,
    .hero-slider .owl-nav .owl-prev {
        font-size: 16px;
        width: 30px;
        height: 30px;
        line-height: 28px;
    }

    .hero-slider .owl-nav .owl-prev {
        left: 5px;
    }

    .hero-slider .owl-nav .owl-next {
        right: 5px;
    }

    #home_locations ul.location_list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .heading_one {
        font-size: 28px;
    }

    #customers-testimonials .owl-item.active.center .item {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    
    #footer .footer_top {
        padding: 70px 0px 50px;
    }
    
    #footer .footer_top .inner_txt_box .f_logo {
        max-width: 100%;
    }

    .btn_one, .btn_two {
        font-size: 12px;
        padding: 8px 16px;
    }

    #inner_header {
        padding: 80px 0px;
    }

    #inner_header h4 {
        font-size: 32px;
    }

    .icon_box i.fa {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 26px;
    }

    .process_item {
        max-width: 100%;
    }

    .process_item:not(:last-of-type)::after {
        content: "";
        width: 80%;
        height: 2px;
        background: #ffffff;
        position: absolute;
        right: auto;
        left: 50%;
        top: auto;
        bottom: -1px;
        opacity: 0.5;
        transform: translateX(-50%) translateY(0);
    }
}


@media(max-width:800px) {
    .navbar .navbar-collapse {
        z-index:999 !important   ;
    }
}

@media (max-width: 575px) {

    .header_top ul.social_links {
        margin-top: 6px;
    }

    .header_top ul.social_links li a {
        width: 25px;
        height: 25px;
        line-height: 24px;
        font-size: 14px;
    }

    .logo,
    header.fixed .logo  {
        max-width: 140px;
    }
    .navbar-light .navbar-toggler {
        margin: 10px 0px;
    }

    .hero-slider .hs-item {
/*        height: 300px;*/
/*    height:425px;*/
height:562px;
    }

    #home_locations ul.location_list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .heading_one {
        font-size: 20px;
    }

    #home_about .border_outside_image {
        max-width: 240px;
        margin-top: 15px;
    }

    #home_about .border_outside_image:before {
        margin-top: -30px;
        height: 118%;
        right: -30px;
        width: 94%;
    }

    .company_box {
        padding: 10px;
    }

    .company_box img {
        max-width: 50px;
    }

    .company_txt {
        max-width: calc(100% - 50px);
    }

    #footer .footer_top .inner_txt_box ul.two_column li {
        max-width: 100%;
    }

    .content_box ul.feat_list li {
        max-width: 100%;
    }

}


/* ====== 10 aug======= */

.detailsPage .content_box p {
    padding: 5px 10px 10px;
    margin: 0;
}


/* =====1 sep====== */
.pro_wrapper{
    padding: 1rem;
}
#detail_info .content_box p{
    padding: .5rem 1rem 0rem;
}
.content_box_info h2{
    color: #000000;
    padding: .5rem 1rem 0rem!important;
    margin: 0;
}

.rounded {
    border-radius: 20px!important;
    box-shadow: 20px 20px 20px -20px #000;
}
#blog_info .card-img{
    padding: 1.25rem;
}
#blog_info .card-heading{
    text-transform: capitalize;
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    color: #000000;
    border-left: 4px solid #00aade;
    display: block;
    background-color: #eee;
    padding: 5px 10px;
    border-radius: 3px;
    margin-top: 10px;    
}
.bottom_border {
    border-bottom: 2px dashed #000;
}
#detail_info .content_box h5{
    text-transform: capitalize;
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    color: #000000;
    border-left: 4px solid #00aade;
    display: block;
    background-color: #eee;
    padding: 5px 10px;
    border-radius: 3px;
    margin: 10px 10px 5px;    
}
#fun_idea .card{
    padding: 15px;
}
#fun_idea .card:hover{
    /*box-shadow: 20px 20px 20px -20px #000;
    transition: box-shadow 0.4s ease-in-out;*/
}
#fun_idea .card_img{
    width: 100%!important;
    height: 100%!important;
}
#fun_idea .card_img img{
    object-fit: fill;
    border-radius: 20px;
}
#fun_idea .card-body{
    padding: 0px 0px 0px 15px;
}
#fun_idea .card-heading{
    font-size: 17px;
    font-weight: 500;
    padding: 0 10px 0 0;
    position: relative;
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    text-transform: uppercase;
}
#fun_idea .card-heading{
    text-transform: capitalize;
    font-size: 18px;
    text-transform: uppercase;
    color: #000000;
    border-left: 4px solid #00aade;
    display: block;
    background-color: #f4f4f4;
    padding: 5px 10px;
    border-radius: 3px;
    margin-bottom: 10px;
}
@media (max-width:575px) {
        /* ==2sep=== */
        #blog_info .card-img,#blog_info .card-body{
            padding: .75rem;
        }
        .pro_wrapper{
            padding: 0 1rem 1rem;
        }
        #fun_idea .card-body{
            padding: 0 ;
        }
}


.ms-error{background-color: #ffe0db;}
.ms-message{color: red; font-weight:bold;}

#home_locations ul.location_list li strong img {
	margin-right: 10px;
}

.lastMr {
	margin-bottom: 30px;
}


/* for sale css */


ul#detailTab {
    background-color: #C9EDF8;
}
ul#detailTab .nav-item.show .nav-link,
ul#detailTab .nav-link.active {
    background-color: #000;
    border-radius: 0px;
    color: #fff;
}
.party_box {
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 0px 30px;
    margin-bottom: 30px;
    border-bottom: 2px dashed #C3C3C3;
}
.party_box:last-child {
    margin-bottom: 0px;
    border-bottom: 0px;
}
.party_box .img-fluid img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 1px;
    align-self: center;
    border-radius: 20px;
    box-shadow: 0px 12px 12px -6px rgb(0 0 0 / 50%);
}
.party_box .party_content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 65%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 20px;
    align-self: center;
}
.sale_price {
    font-weight: 700;
    color: red;
}
.black-and-white-box {
    background: #fff;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    border: 1px solid #161616;
 }
.nsl-bus-viewer .nbv-big-img-wrap {
    text-align: center;
    position: relative;
}
.nsl-bus-viewer .big-media-container {
    background-color: #161616;
    position: relative;
    padding-bottom: 71.42857143%;
    height: 0;
    overflow: hidden;
}
.nsl-bus-viewer .big-media-container>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.nsl-bus-viewer .nsl-bus-photo {
    max-width: 100%;
    overflow: hidden;
}
.nsl-bus-viewer .nbv-big-img-wrap .nbv-big-left {
    position: absolute;
    top: 40px;
    left: 0;
    bottom: 40px;
    width: 33%;
    background: url(../png/btnprevious.png) center left no-repeat;
}
.nsl-bus-viewer .nbv-big-img-wrap .nbv-big-right {
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 40px;
    width: 33%;
    background: url(../png/btnnext.png) center right no-repeat;
}
.nsl-bus-viewer .nbv-big-img-wrap .nbv-image-count {
    position: absolute;
    bottom: 5px;
    left: 5px;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-family: arial,sans-serif;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 3px;
    pointer-events: none;
}
.nsl-bus-viewer .nsl-image-strip {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    float:left;
}
.nsl-bus-viewer .nsl-bus-thumb {
    width: 97px;
    cursor: pointer;
    border: 2px solid #fff;
    border-bottom-width: 3px;
    z-index: 1;
}
@media (max-width: 991.98px) {
    .party_box img, .party_box .party_content {
        max-width: 100%;
    }
    .party_box .party_content {
        padding: 30px 0px 0px;
    }
    .party_box .party_content h4 {
        font-size: 18px;
    }
}


.plan-list ul li {
	float: left;
	width: 33%;
	list-style: none;
	border: solid 1px;
	text-align: center;
}

#packageDetails {
	width: 100%;
}



nav a#view-phone {
    display:none;
    margin-left: auto;
    margin-right: 10px;
    padding: 8px 4px;
}



@media(max-width: 767px) {
    nav a#view-phone {
        display:block !important;
    }
    a.navbar-brand.p-0 {
    margin-right: 0px;
    }
}


.hppic > div {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hppic > div img {
    height: 100%;
    border-radius: 8px;
    width: 100%;
    object-fit: cover;
}

.hppic {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
}

@media(max-width:599px) {
    .hppic {
        height:auto !important;
        margin-bottom:10px !important;
    }
}


div#ctabtn1 {

        justify-content: center;
    align-items: center;
    display: flex;

    /*background: #00aade;
    padding: 10px;
    color: #fff;
    margin-bottom: 15px;
    border-radius: 15px;
    width: 485px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    box-shadow: 2px 4px 14px #10101033;
    margin-bottom: 25px;*/

}

div#ctabtn1 > a {
    background: #00aade;
    padding: 10px;
    color: #fff;
    margin-bottom: 15px;
    border-radius: 15px;
    width: auto;
    max-width: 100%;
    margin: auto;
    text-align: center;
    box-shadow: 2px 4px 14px #10101033;
    margin-bottom: 25px;
    display: inline-block;
    display: inline-flex;
}


div#ctabtn1 a,
div#ctabtn1 a:hover,
div#ctabtn1 a:focus,
div#ctabtn1 a:active, 
div#ctabtn1 a:visited {
    color:#fff !important;
}

div#ctabtn1 p {
    margin-bottom:0px;
}



div#ct_box {
    width: 425px;
    max-width: 100%;
}

div#ct_box > div {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    box-shadow: 0px 12px 12px -6px rgb(0 0 0 / 20%);
}

div#ct_box ul {
    list-style: none;
    padding-left: 15px;
    margin:1em 0;
}

div#ct_box ul li {
    margin-bottom:15px;
}
div#ct_box ul li a {
    display: flex;
    width: 100%;
    align-items: center;
    font-size:17.5px
}

span.ct_box_head {
    font-size: 18px;
    font-weight: 500;
    background-color: #161616;
    color: #fff;
    text-align: left;
    margin: 0px 0px 5px;
    padding: 8px 16px;
    border-radius: 3px;
    width: 100%;
    display: block;
}

span.ct_label {
    margin-left: 10px;
}

div#ct_box svg {
    width: 35px;
}




div#ct_box svg {
    width: 35px;
}

span#ico svg {
    max-width: 100%;
    width: 100px;
    height: 100px;
    color: #000;
}

span#ico, span#label {display: block;font-weight: bold;letter-spacing: 0px;}

.feat_bar {
/*    background: #00aade36;*/
}

div.feat_bar p.h3.mb-4 {
/*    color: #005e7a;*/
}


section#nearby_banner {
    background-image: url(../png/pbcom-bg.png);
    padding: 7em 0;
    background-position: center;
    background-size: cover;
}

section#nearby_banner li.list-inline-item::before {
    /* content: '-'; */
    color: #fff;
    position: absolute;
}


div#btns a {
    display: flex;
    background: rgb(1,143,235);
    background: -moz-linear-gradient(0deg, rgba(1,143,235,1) 0%, rgba(0,165,244,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(1,143,235,1) 0%, rgba(0,165,244,1) 100%);
    background: linear-gradient(0deg, rgba(1,143,235,1) 0%, rgba(0,165,244,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#018feb",endColorstr="#00a5f4",GradientType=1);
    padding: 10px;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 44px;
    box-shadow: -1px 4px 13px 1px #0197ef61;
}


p#maplabel {
    display: flex;
}
ul.nearby-areas li a {
    font-size: 28px;
}

@media(min-width:599px){
section#nearby_banner .container {
    max-width: 100% !important;
}

ul.list-inline.text-center.nearby-areas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

}

div#content {
    overflow: hidden !important;
}

.modal-subhead {
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
}

.elogo {
    width:50%;
    display: flex;
    justify-content: center;
}

@media(min-width:992px) {
    .modal-subhead { 
        flex-direction:row;
    }
    .elogo {
        width:25%;
        order:2;
    }

}

.cta-text p {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 26px;
}

.cta-text p span {
    color: crimson;
}

.cta-text {
    text-align: center;
    margin-bottom: 15px;
}

@media(min-width:768px) {
    .cta-group {
        display: flex;
        justify-content: center;
        column-gap: 10px;
        width: 100%;
    }
}

.cta-group div a {
    padding: 10px 44px !important;
}
@media(max-width:599px) {
    
.cta-text p {
    font-size:17px;
    margin-bottom:0px;
}

.cta-group div a {
    font-size:19px;
}

}

/*New Changes 2025 */
.heading-title-wrapper{
    margin-block:30px;
}