@font-face {
font-family: 'Poppins', sans-serif;
  src:  url('../fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'FontAwesome';
  src:  url('../fonts/FontAwesome.otf') format('truetype');
}
@font-face {
font-family: 'FontAwesome';
  src:  url('../fonts/fontawesome-webfont.ttf') format('truetype');
}

body, html
{
	overflow-x:hidden;
	font-family: 'Poppins', sans-serif;
	margin:0;  color: #000 !important;
	padding:0;    font-size: 14px;
}
body
{
overflow-x:hidden;
}
h, h2, h3, h4, h5, h6
{
	font-weight:700;
}
h3, .h3 {
    font-size: 2.3rem;
}
/*** Navbar ***/

.navbar-brand > img {
    display: block;
    width: 100%;
	max-width: 150px;
    margin-top: 5px;
}
.navbar-nav > li > a {
    font-size: 16px;
    font-weight: 700;	
    color: #000 !important;
    padding: 15px !important;
}
.navbar {
    border-radius: 0;
}
.fixed-top {
 box-shadow: 0px 0px 8px 0px #ccc;
}
::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}
::-webkit-scrollbar-thumb {
    background: #b30000;
    border-radius: 10px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 0px;
}
.navbar-toggler
{
    border: 1px solid #fff !important;	
}

.right_top
{
    margin-top: 8px;	
}
.navbar-header {
    top: 15px;
}

/*** Carousel ****/

.carousel-item {
  height: 75vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.fix-im {
    position: relative;
    bottom:11rem;
}
@media screen and (max-width:768px){
.flex-100 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.fix-im {bottom: 0rem;}
}
.ugali {
    background: black;
    padding: 6px;
}
.bg-dark {
    background-color: #000 !important;
}


.red_btn {
    background: #e00606;
    color: #fff !important;
}
.sign_up
{
	font-weight:normal;
}
.carousel-indicators li{
    width: 3px!important;
    height: 30px!important; 
    display: block;
	    margin: 15px 0;
}
.carousel-indicators {
    display: block;
}
.carousel-indicators {
    padding-left: 0;
    margin-right: 0;
    margin-left: 2%;
    list-style: none;
	    width: 10px;
}
.carousel-indicators .active {
    background-color: #ff0;    border: 1px solid #ff0;
}
.carousel-caption {
    top: 40%;
}




/*** Video Background ***/
header.video_section {
    position: relative;
    background-color: black;
    height: 93vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}
header.video_section video {
      position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1; /* behind content */
}
header.video_section .container {
    position: relative;
    z-index: 2;
}
.h-100 {
    height: 100%!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.w-100 {
    width: 100%!important;
}
.text-white {
    color: #fff!important;
}
.display-3 {
font-size: 3.5rem;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
    color: #fbdd11;
    text-shadow: -2px -1px 0 #000, 2px -1px 0 #000, -2px 1px 0 #000, 2px 1px 0 #000;
}





/*** Footer ****/
.footer_section {
    font-size: 16px;
   /*  background: #02a3bd url("../images/footerbg.jpg") !important; */
    padding: 2em 0 0 0;
	 background: linear-gradient(rgba(2, 163, 189, .7), rgba(2, 163, 189, .4)), url(../images/footerbg.jpg) no-repeat;
    background: -moz-linear-gradient(rgba(2, 163, 189, .7), rgba(2, 163, 189, .4)), url(../images/footerbg.jpg) no-repeat;
    background: -webkit-gradient(rgba(2, 163, 189, .7), rgba(2, 163, 189, .4)), url(../images/footerbg.jpg) no-repeat;
    background: -webkit-linear-gradient(rgba(2, 163, 189, .7), rgba(2, 163, 189, .4)), url(../images/footerbg.jpg) no-repeat;
    background: -o-linear-gradient(rgba(2, 163, 189, .7), rgba(2, 163, 189, .4)), url(../images/footerbg.jpg) no-repeat;
    background: -ms-linear-gradient(rgba(2, 163, 189, .7), rgba(2, 163, 189, .4)), url(../images/footerbg.jpg) no-repeat;
	    background-size: cover;
}
.footer_section .footer_section-widget h2 {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;    font-size: 18px;
}
.index-link ul {
    padding: 0;
}
.index-link ul li {
    list-style-type: none;
    display: flex;
}
.index-link ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    padding: 5px 0;
    text-align: left;
}
.index-link p, .index-link h3 {
    color: #fff!important;
    padding-bottom: 15px;
}
.address .fa {
    color: #ffff00;
    margin-right: 10px;
    font-size: 18px;
    margin-top: 5px;
}
.yii-debug-toolbar_position_bottom {
    display: none !important;
}
.social-icons3 li {
    display: inline-block!important;
}
.social-icons3 li a {
    display: block;
    height: 40px;
    width: 40px;
    margin-right: 1em;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
    line-height: 30px;
      color: #ffff00 !important;   
    border: 2px solid #ffff00;
    text-align: center;
    border-radius: 50%;
    text-align: center!important;
}
.copyright_sctn {
    background: #026777;
    padding: 10px 0;
    color: #ffff00;
}
.copyright_sctn p
{
    margin-bottom: 0;	
}

.display-4 {
    font-size: 3.5rem;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
    color: #fbdd11;
	 text-shadow:  -2px -1px 0 #000, 2px -1px 0 #000, -2px 1px 0 #000, 2px 1px 0 #000;
}

.lg_rds_btn
{
	border-radius:25px;
}
.start_trl_btn
{
padding: 10px 40px;
}
.footer_section h4
{
color:#ffff00;
font-size:15px;	
margin-bottom:15px;
}
.footer_section p
{
padding-bottom: 0;	
}



/*** General ***/
.pad_2em
{
	padding:2em 0;
}
img{
	max-width:100%;
}
.yellow_btn
{
background:#f3da39;	color:#000;font-weight:600;
}


.red_btn {
    background: #f50303;
    color: #fff;
    font-weight: 600;
}




a {
    color: #1d00ff;
}
a:hover {
    /* color: #0056b3; */
    text-decoration: none;
}
h2, .h2 {
    font-size: 36px;
}
h1, h2, h3, h4, h5, h6
{
	font-weight:700 !important;
}
.blue_btn
{
    background: #02a3bd;
    color: #fff;
    font-weight: 600;	
}




/**** Home *****/

.index_abt
{
	padding-bottom:4em;
}

.index_abt img
{
border-radius: 15px;
}
.abt_blcks
{
	color:#fff;border-radius:10px;
	text-align:center;
	padding:15px;height:240px;display:table-cell;vertical-align:middle;
}
.two_blocks
{
	padding:50px 15px;display:table;
}
.block_1
{
background:#02a3bd;	
}
.block_2
{
background:#f4f4f4;color:#000;	
}

.two_blocks h4
{
	font-size:18px;
}

.two_blocks .abt_blcks:hover
{
background: #eacc09;
color: #000;
}
.two_blocks .abt_blcks:hover .yellow_btn
{
background: #02a3bd;
color: #fff;
}

.package_box
{
    margin-bottom: 30px;    z-index: 9;	
}
.package_box_elements
{
overflow: hidden;
    text-align: center;
    height: 195px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;	
	    background: rgba(0,0,0,0.3);
}

.img_responsive_container
{
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 195px;
    z-index: -2;
}
.img_style
{
position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;   background-position: center !important;
	background-size: cover !important;
}		

.package_box .text-wrapper {
    position: relative;
    display: table-cell;
    padding: 0 10px;
    vertical-align: middle;
    text-align: center;
    height: 195px;
    top: -195px;
    width: 100%;
}

.package_box_text
{
	    position: relative;
}
.package_box_text .white_color h2
{
    text-shadow: 1px 1px 2px #000;	
}
.package_box .dep, .package_box .dest
{
    word-break: break-word;
    word-wrap: break-word;
    margin-bottom: 6px;border:none;
color: #FFF;     margin-top: 5px;
   font-size: 20px;
text-decoration:none !important;
text-shadow: 1px 1px 2px #000;	
}

.package_box .bus
{
height: 35px;    background-position: center;
    background-size: contain !important;
    background: url(../images/icons/bus.png) no-repeat center;
}

.package_box .package_box_elements:hover {
    background: #000;
    background: rgba(0,0,0,0.8);
}
.winter_package
{
background: #02a3bd;
color: #fff;	
}
.package_section h4
{
    font-size: 18px;font-weight:normal;margin-bottom:30px;
}

.package_section h3
{
    font-size: 25px;
}
.package_section ul
{
    padding-left: 0px;
}
.package_section ul li
{
 display:flex;
}
.package_section ul li:before {
  content: '✓';    width: 30px;    color: #f3da39;
    font-weight: 700;
}
.white_btn
{
	background:#fff;color: #000;
    font-weight: 700;
}
.package_section
{
padding:3em 0 1em 0;    
}	

.package_box_element_lg, .package_box_element_lg .img_responsive_container
{
height: 420px;
}

.package_box_element_lg .text-wrapper {
  top: -315px;z-index: 9;
}
.skiexpress_package
{
	
  background: linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, .9)), url(../images/packages/bg-1.jpg) no-repeat;
    background: -moz-linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, .9)), url(../images/packages/bg-1.jpg) no-repeat;
    background: -webkit-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, .9)), url(../images/packages/bg-1.jpg) no-repeat;
       background: -webkit-linear-gradient(rgba(255, 255, 255, .4), rgba(255,255,255,0.9)), url(../images/packages/bg-1.jpg) no-repeat;
    background: -o-linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, .9)), url(../images/packages/bg-1.jpg) no-repeat;
    background: -ms-linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, .9)), url(../images/packages/bg-1.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 0;    position: relative;	

}

.charter_section
{
   /*  background: linear-gradient(rgba(0, 44, 105, .4), rgba(2, 163, 189)), url(../images/packages/charter.jpg) no-repeat;
    background: -moz-linear-gradient(rgba(0, 44, 105, .4), rgba(2, 163, 189)), url(../images/packages/charter.jpg) no-repeat;
    background: -webkit-gradient(rgba(0, 44, 105, .4), rgba(2, 163, 189)), url(../images/packages/charter.jpg) no-repeat;
    background: -webkit-linear-gradient(rgba(0, 44, 105, .4), rgba(2, 163, 189)), url(../images/packages/charter.jpg) no-repeat;
    background: -o-linear-gradient(rgba(0, 44, 105, .4), rgba(2, 163, 189)), url(../images/packages/charter.jpg) no-repeat;
    background: -ms-linear-gradient(rgba(0, 44, 105, .4), rgba(2, 163, 189)), url(../images/packages/charter.jpg) no-repeat; */
	background:url(../images/packages/charter-2.jpg);
    min-height: 295px;
    background-size: cover;
   /*  background-attachment: fixed; */
background-position:center;	
}

.white_color
{
	color:#fff;
}
.package_box .package_box_element_lg:hover {
    background: #000;
    background: rgba(0,0,0,0.6);
}
.winter_bus, .winter_bus .img_responsive_container
{
	height:240px;
}

.winter_texts
{
	padding:4em 15px;
}

/***** Winter service *****/

.small_banner {
    background-size: cover !important;
    background-attachment: fixed !important;
       background-position: center center !important;
}
.winterservice_banner
{
    background: url(../images/packages/winterbus_bg.jpg);
    padding: 11em 0 8em 0;    
	background-position: center top!important;
    background-color: #00a6e8 !important;	
}
.small_banner h1
{
font-size: 3.5rem;
    line-height: 1.2;   
    font-weight: 700;
    color: #fbdd11;
    text-shadow: -2px -1px 0 #000, 2px -1px 0 #000, -2px 1px 0 #000, 2px 1px 0 #000;	
}


#tabs{
/* 	background: #007b5e;
    color: #eee; */
}
#tabs h6.section-title{
    color: #000;
}

#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color:#ef0303;    font-weight: 700;
    font-size: 20px;
}
#tabs .nav-tabs .nav-item.show .nav-link, #tabs .nav-tabs .nav-link.active {
    color: #fff;
    background-color: transparent;
    border-color: transparent transparent #000;
    border-bottom: 4px solid !important;
    font-size: 20px;    cursor: auto;
    font-weight: bold;
    background: #02a3bd;
	    border-bottom: 4px solid #ffff0a !important;
}

#tabs .table th{
color: #ffffff;
    background: #b90000;    width: 284px;
	
}
.table-bordered {
    border: 1px solid #ddd !important;
}

.tick_ul ul{
    padding-left: 0px;
}
.tick_ul ul li {
    display: flex;line-height:27px;
}
.tick_ul ul li::before {
    content: "\f22d";
	font-family:FontAwesome;
    width: 30px;   
    color: red;
    font-weight: 700!important;
    font-size: 18px!important;
}

#tabs h4
{
	font-size:26px;
}
#tabs .table thead th {
    color: #ffffff;
    background: #02a3bd;
}

#tabs .container
{
/*     max-width: 1100px;	 */
}

/***** Ski Express ******/

.ski_express_bus img
{
	width:100%;
}
a.booking {
    display: block;
    float: left;
    margin-top: 0px;
    background: url(../images/packages/ski_express_book_online_button.png) top center no-repeat;
    width: 291px;
    height: 70px;
    text-indent: -999999px;
    outline: 0px;
}
.contact_info
{
/* float: left;    */ padding: 0 15px 0 0;	
}

.timetable_info
{
    background-color: #f7cdcd;
  /*   border: 1px solid #910707; */
    padding: 20px;
    color: red;margin:38px 0;
    font-weight: 700;	
}
.ski_express_bus
{
	background:url(../images/packages/ski_express_2.jpg);
	    height: 350px;
    background-repeat: no-repeat;
    background-size: cover !important;
	background-position:top center;
}

.timetable_texts ul
{
margin-bottom:0;
}	
.ski_express p
{
	margin-bottom:10px;
}
.table th {
    color: #ffffff;
    background: #b90000;
}
.table thead th {
    color: #ffffff;
    background: #02a3bd;
}

.package_contents h4 {
    font-size: 26px;
}
.skiexpress_banner
{
	background: url(../images/packages/ski_express_2.jpg);
    padding: 11em 0 8em 0;
    background-position: center center !important;
    background-color: #00a6e8 !important;
}
.timetable_img
{
margin-bottom:15px	
}
/***** Snow Limo *******/

.snow_limo_banner
{
background: url(../images/snowlimo/banner.jpg);
    padding: 11em 0 8em 0!important;min-height:450px;
    background-position: center center !important;
    background-color: #00a6e8 !important;	
}

.snow_limo_bus
{
	background:url(../images/packages/snow_limo_2.jpg);
	    height: 385px;
    background-repeat: no-repeat;
    background-size: cover;
	background-position:center center;
}



.range {
    margin-left: -15px;
    margin-right: -15px;
}

.quote-form-body {
    position: relative;
    background: rgba(0,0,0,0.9);
    padding: 20px 15px 20px 15px;
}

.info_texts {
    color: #fff;
    background: rgba(0,0,0,0.9);
    padding: 10px;
    /* opacity: .7; */
    text-align: left;
}	
.quote_form 
{
	color:#fff;
}
.quote_form h3{
	margin-top:0;
}
.blue {
    display: block;
    margin: 0 auto;
    padding: 0;
    background-size: cover!important;
    background-repeat: no-repeat;
    background-position: center!important;
    background: #0053a9;
}
.limo-pp {
    display: inline-block;
    margin: 0;
    height: 125px;
    border-right: solid .1em #80b4d6;
    padding: 12px;
    position: relative;
    width: 14.2%;
    float: left;
	color:#fff;
}
.blue p {
    letter-spacing: .2px;
    margin: 0 auto;
	    line-height: 20px;
}
.limo-pp h2 {
    margin: 0 0 10px;
    min-height: 40px;
    font-size: 15px;
	color:#fff;
}
.limo-pp h2 a{
color:#fff;
}
.pp-from {
    font-size: 15px;
    position: relative;
    top: -17px;
    font-weight: bold;
    color: #80b4d6;
    font-variant: small-caps;
}

.dollar {
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    margin-left: 5px;
}
.limo-pp h2 a {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 16px;
    vertical-align: top;
}

.snow_limo_container
{
max-width:1300px;
margin:0 auto;	
}
.limo-pp:last-child
{
	border:none;
}
.limo_infos
{
background: #0f304d!important;
    border: none;
    padding: 20px!important;
    color: #fff!important;
}	
 .font_18
 {
	 font-size: 18px;
}

/**** Charter ****/

.charter_banner
{
background: url(../images/charter/banner.jpg);
    padding: 11em 0 8em 0!important;   
    background-position: center center !important;
    background-color: #00a6e8 !important;	
	color:#fff;
}
 .charter_banner h4
 {
	 text-shadow: -2px -1px 0 #000, 2px -1px 0 #000, -2px 1px 0 #000, 2px 1px 0 #000;
 }
.y_choose h3
{
	font-size:20px;    margin-top: 15px;    color: #025563;
}
.y_choose .fa
{
	font-size:5em;
	/*     color: #130392; */
}
.y_choose .text img
{
    max-width: 80px;
    text-align: center;
    margin: 0 auto;
}


.charter_infos
{
padding: 1em 0 3em 0;
}

.charter_infos h3{

}
.charter_infos p{
/*     line-height: 30px; */
}
.coach_services .recent-work-wrap h3, .coach_services .recent-work-wrap h3 a
{
	font-size:20px;    margin-top: 15px;
	color:#000;cursor:auto;
}

.yellow_banner
{
background: #02a3bd;text-align:center;
    padding: 40px 0;
	}
.yellow_banner h3
{
color: #fff;
}
.callus, .callus a
{
    font-size: 30px;
    font-weight: 700;
	    color: #fcd308;
}
.bus_charter_bus
{
background: url(../images/charter/charter_charter.jpg);
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;	
}
.form_block
{
background-color: rgba(0, 0, 0, 0.03);	
	
}
 .form_block_container
 {
	 max-width: 700px;
    margin: 0 auto;
	padding:2em 2em;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form_block_container .date .add-on .glyphicon {
    color: #fd8b4c;
}
.form_block_container .date .add-on {
    border: none;
    background: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.form_block_container .date.input-group {
    border: 1px solid #ccc;
    border-radius: 4px;
}
#bus_chrtr_section .date input {
    border: none;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.form_block textarea.form-control {
    height: 100px;resize:none;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(../images/menu.png);
}

.winter_bus_img
{
	padding-bottom:2em;
}
.winter_bus_img img
{
	width:100%;
}
.other_services .other_service_img
{
	
}
.other_services h4{
font-size:22px;margin-top:15px;	
}
.other_service_img_optns
{   
    height: 240px!important;
    background-size: cover!important;
    background-position: center!important;
	    border-radius: 6px;
}
.other_services h3.text-center {
    text-align: center !important;
    font-size: 26px;
}
/* 
.package_box_elements:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 12;
    -webkit-box-shadow: inset 0 -126px 211px -69px rgba(0,0,0,.75);
    -moz-box-shadow: inset 0 -126px 211px -69px rgba(0,0,0,.75);
    box-shadow: inset 0 -126px 211px -69px rgba(0,0,0,.75);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
 */

.tick_ul strong
{
	padding:0 5px;
}

.calltoaction_area {
    background: url(../images/call-action-bg.jpg) center;
    background-size: cover;    position: relative;
}
.calltoaction_area .overlay-bg {
    background-color: rgba(249, 215, 0, 0.9);
}
.calltoaction_area .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.section-gap {
    padding: 50px 0;
}
.calltoaction_area .primary-btn {
    text-transform: uppercase !important;
    background-color: #222;
	color:#fff;
}

.ul_icon
{
    padding: 6px 10px 0 0;
    color: red;
    font-weight: 700!important;
    font-size: 18px!important;	
}
.two_charters
{
	background-color: rgba(0, 0, 0, 0.02);
}

.img-fluid {
    max-width: 100%;
    height: auto;
	    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.two_charters .card
{
	border-radius:10px;
}

.two_charters .card li p
{
    margin-bottom: 0;
}

.two_charters .card p
{
    margin-bottom: 5px !important;
}
.card_img
{
	max-height:260px;
	overflow:hidden;
}
.rqst_qte
{
    display: block;
    max-width: 200px;
    margin: 0 auto;
    color: #000 !important;
    font-size: 16px !important;	
	margin-top:10px;
}
.video_section h2{
	font-size: 3rem;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
    color: #09d2ff;
    text-shadow: -2px -1px 0 #000, 2px -1px 0 #000, -2px 1px 0 #000, 2px 1px 0 #000;
	}
.video_section h3 {
    font-size: 2.3rem;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffae2c;
    text-shadow: -2px -1px 0 #000, 2px -1px 0 #000, -2px 1px 0 #000, 2px 1px 0 #000;
}

/***** Contact Us ********/

.contact-form .form-control
{
border: none;
    outline: none;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
}
.contact-form textarea.form-control
{
	resize:none;    border: 1px solid #ccc;
}
.contact-form
{
	display:inline-block;
	width:100%;
}
.contact-form form
{
	border-right: 1px solid #ddd;
    float: left;
    padding-right: 40px;
    width: 100%;
}

.fareach.fa {
      background: none repeat scroll 0 0 #eea308;
    border-radius: 3px;
    color: #fff;
    float: left;
    font-size: 19px;
    height: 30px;
    line-height: 30px;
    margin: 3px 15px 0 0;
    text-align: center;
    width: 30px;
}
.adrsrt {
    margin-top: -8px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.contact-form h4
{
	font-size:24px;    margin-bottom: 1em;
}
.contact-form .form-group {
    margin-bottom: 2rem;
}
.contact-form a{
	color:#000;
}


/***** privacy , Terms of Use & Faqs ********/

.content-single p b
{
	font-size:16px;    color: #03aed4;
}
.content-single p strong, .content-single p strong a
{
    color: #1800da;
}

.pull-center
{
	float:none;
	    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.terms_section p strong
{
	color:#015461;
}

.company_agrmnt h1
{
margin-bottom: 1em;
}

 .faqHeader {
        font-size: 27px;
        margin: 20px;
    }

    .accordion .card-header button:after {
       font-family:FontAwesome;
        content: "\f106";
        float: right;
        color: #F58723;
        font-size: 18px;
        line-height: 22px;      
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .accordion .card-header button[data-toggle="collapse"]:after {     
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #454444;
    }

  .accordion .card-header
  {
	  padding:0;
  }
 .accordion .card-header button
 {
	 padding:10px;
	 display:block;
	 text-align:left;
	 outline:none;
	 width:100%;
	     font-size: 18px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
 }

.faqs_sctn h3
{
font-size: 16px;color:#333;
}

.faqs_sctn h2
{
    margin-top: 2em;font-size: 24px;
}



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

.main_services
{
	padding-bottom:3em;
}
.pad_t_2em
{
	padding-top:2em;
}

.customer_services
{
/* 	    background: #02a3bd;
    color: #fff; */
	
}

.customer_services_img_optns {
    height: 290px!important;
    background-size: cover!important;
    background-position: center!important;
    border-radius: 6px;
    margin-top: 2em;
}
.snow_limo_box {
    background: #02a3bd;
    color: #fff;
}
.box-lg_left, .box-lg_right, .box-lg_body {
    display: table-cell;
}
.box-lg_left img, .box-lg_right img {
/*     max-width: none; */
}

.box-lg_body {
    vertical-align: middle;
    padding: 40px;
}
.text-default {
    color: #fff;
}
.box-lg_body .text-primary {
    color: #fdd307 !important;
}

.bg-img-4 {
    background-image: url(../images/parallax.jpg);
}

.banner_mod
{
    min-height: 360px;
    padding: 30px 0;
    width: 100%;
    position: relative;
}	
.bg-primary-variant-1 {
    background: rgba(103,172,188,.8);
    color: #fff;
}
.banner_cnt {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 40px;
    padding-right: 30px;
}
.bg-fixed {
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner_cnt  h2
{
    text-transform: uppercase;text-align:left;

}
.normal {
    font-weight: 400;
}

.offset-0 {
    margin-top: 0!important;
}

.image-wrap-3 {
    position: relative;
}
.inset-1 {
    padding-left: 56px;
}
.image-wrap-3 img {
    position: absolute;
    top: 0;
    right: 100%;
    margin-right: -56px;
    height: 100%;
    max-width: none;
}
.bg-contrast-variant-2 {
    background: rgba(51,51,51,.8);
    color: #fff;
}
.banner__mod-2 .banner_cnt {
    padding-right: 0;
    padding-left: 36px;
    top: 52%;
}


#about {
    padding: 30px 0;
}
#about .about-img {
    position: relative;
    margin: 30px 30px 30px 30px;
}
#about .about-img img {
    width: 100%;
    border: 8px solid #fff;
    transition: .5s;
}
#about .about-content {
    padding-top: 40px;
}
#about .about-content h2 {
    color: #413e66;   
    font-weight: 700;
}
#about .about-content h3 {
    color: #696592;
    font-weight: 400;
    font-size: 22px;
    font-style: italic;
}
#about .about-content ul {
    list-style: none;
    padding: 0;
}
#about .about-content ul li {
    padding-bottom: 10px;
}
#about .about-content ul li i {
    font-size: 20px;
    padding-right: 4px;
    color: #1bb1dc;
}

#about .about-img img:hover {
    width: 100%;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
#about .about-img::before {
    position: absolute;
    left: -31px;
    top: -30px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: '';
    background-color: #ebf1fa;
    transition: .5s;
}
#about .about-img::after {
    position: absolute;
    right: -31px;
    bottom: -30px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: '';
    background-color: #ebf1fa;
    transition: .5s;
}
.about_2
{
    background: url(../images/about-bg.jpg) center top no-repeat fixed;
    background-size: cover;
    padding: 60px 0 40px 0;
    position: relative;
	}
.about_2::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.92);
    z-index: 9;
}
.about-col {
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}
.about-col .img {
    position: relative;
}

.about-col .icon {
    width: 64px;
    height: 64px;
    padding-top: 8px;
    text-align: center;
    position: absolute;
    background-color: #18d26e;
    border-radius: 50%;
    text-align: center;
    border: 4px solid #fff;
    left: calc( 50% - 32px);
    bottom: -30px;
    transition: 0.3s;
}
.about-col i {
    font-size: 36px;
    line-height: 1;
    color: #fff;
    transition: 0.3s;
}
.about-col h2 {
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 0;
    margin: 40px 0 12px 0;
}
.about-col p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-bottom: 0;
    padding: 0 20px 20px 20px;
}

.about_section h3
{
color:#17a6b6;	    font-size: 36px;
    padding-bottom: 15px;
}
.about_section h4
{
    font-size: 22px;
    padding-bottom: 15px;
}
.gray_border
{
 border: 1px solid #ccc;
}
.blue_bg_border
{
background:#17a6b6;color:#fff;border:1px solid #17a6b6;
}

.blk_outline
{
	border-radius:3px;
	margin-bottom:10px;
	    padding: 10px;
}

.right_block
{
	border:1px solid #ccc;
	    padding: 10px;
}

.right_block .other_service
{
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
}
.right_block .other_service:last-child
{
border:none;    margin-bottom: 0;
}

.meet_team h3
{
	color:#000;
}

section.team-section .avatar img {
    max-width: 100px;
      height: 100px;
    border-radius: 100% !important;
}

.meet_teams .mx-4 {
    margin-right: 0 !important;
}
.pad_4em
{
	padding:4em 0;
}

.fb-ic {
    color: #3b5998!important;
}
.tw-ic {
    color: #55acee!important;
}
.ins-ic {
    color: #2e5e86!important;
}
.meet_teams h4
{
padding-bottom: 0;
}

.right_block .other_service_img_optns {
height: 180px!important;
}

.right_block .other_service  h4{
    font-size: 20px;
    padding: 5px 0;
}
.four_blocks
{
	padding-top:3em;
}

.meet_teams a{
	cursor:pointer;
}

.winter_service .img_responsive_container {
    z-index: 1;
}

.summer_activities ul
{
padding-left: 0px;list-style:none;
}
.summer_activities ul li
{
display: flex;
}
.summer_activities ul li:before {
content: "\f10c";
    font-family: 'FontAwesome';
    padding-right: 15px;
    color: red;
}
.event_slider .event
{
	    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.align-items-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.event_slider .carousel-item
{
 min-height: initial;    height: auto;
}
.event_slider .carousel-indicators
{
    position: relative;
    right: 0; display: flex !important;
    bottom: 0;width:100%;	
}
.event_slider .carousel-indicators li {
     border: 1px solid #f50808;
	     height: 10px !important;
       display: inline-block !important;
	margin: 15px 5px;  padding: 4px;
}
.event_slider .carousel-indicators .active {
    background-color: #1a0d81;
    border: 1px solid #1a0d81;
	margin: 15px 5px;
  
}


.event_slider .event .image {
    overflow: hidden;
    height: 255px;
    position: relative;
	    background-position: center;
    background-size: cover;
}
.event .image .overlay {
    background-image: -webkit-linear-gradient(90deg, #000 0%, rgba(0,0,0,0.08) 92%, rgba(53,39,60,0.03) 97%, rgba(105,78,119,0) 100%);
    opacity: 0.902;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    padding: 5px 30px;
    color: #fff;
}
.event .image .overlay strong {
    font-size: 3rem;
}
.event .image .overlay span {
    font-size: 1.3rem;
}
.event .text {
    background: #f5f5f5;
    padding: 15px 20px;
    height: 255px;
}
.bg-gray {
    background: #f5f5f5 !important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.package_box_elements a
{
text-decoration: none !important;
}

.news_section .package_box_elements, .news_section .package_box_elements, .news_section .img_responsive_container{
    height: 290px;  
}
.news_section .package_box .text-wrapper {
top: -245px;
}
.news_section .package_box .text-wrapper
{
text-align: left;
}
.news_section .package_box_text {
    position: relative;
    color: #fff;
}

.four_blocks .hover_image
{
  position: relative;	
      max-height: 125px;
    overflow: hidden;
}
.hover_image .image {
  display: block;
  width: 100%;
  height: auto;
      min-height: 125px;
}
.four_blocks .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.four_blocks .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.four_blocks .hover_image:hover .overlay {
  opacity: 1;
}

.videoWrapper {
    position: relative;
    padding-bottom: 50.25%;
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.no-pad-left
{
	padding-left:0;
}


.calltoaction_area .two_blocks {
    padding: 0px;
}

.calltoaction_area .block_1 {
    background: #02a3bd!important;
       color: #fff!important;
}
.block_2 {
    background: #f4f4f4!important;
    color: #000;
}
.two_blocks .block_1:hover .yellow_btn{
    background: #fff;
    color: #000;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 147, 247, 0.09);
}


.contact-form .adressty .toprittop
{
     margin-top: 10px;   
}

.winter_scroll_left {
    width: 100%;
    margin: 20px auto;
    display: inline-block;
}

.scroll-left h6 {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left 15s linear infinite;
    -webkit-animation: scroll-left 15s linear infinite;
    animation: scroll-left 15s linear infinite;
    font-size: 18px;
    text-shadow: none;
    font-family: "Open Sans", sans-serif;
}

.index_abt .two_blocks .abt_blcks:hover {
    background: #eacc09 !important;
    color: #000;
}

.block_2 {
    background: #d70000!important;
     color: #fff;
}
.block_2 span, .block_1.abt_blcks span{
    color: #eacc09  !important;
}
.index_abt .two_blocks .abt_blcks:hover span, .block_1.abt_blcks:hover span{
        color: #e61405!important;
}
.btn{
    border-radius:25px;
}
.two_blocks .abt_blcks:hover {
    color: #fff;
}
.calltoaction_area .block_1.abt_blcks:hover span{
   color: #eacc09  !important;
}

@media (max-width:1199px)
{
    .news_section, .events_news_section  .col-lg-6{
            max-width: 100%;
    }
  .news_section .package_box_elements, .news_section .package_box_elements, .news_section .img_responsive_container{
    height: 270px !important;
}
}

@media (max-width:414px)
{
 .news_section .package_box_elements, .news_section .package_box_elements, .news_section .img_responsive_container{
    height: 350px !important;
}
.news_section .package_box .text-wrapper {
    top: -285px;
}
}

#canvas {
    width: 200px;
    height: 60px;
}
#canvas {
    background: #feddbc;
    padding: 5px;
}

.index_abt .two_blocks .abt_blcks:hover p, .index_abt .block_1.abt_blcks:hover p {
    color: #e61405!important;
}
.two_blocks h4 {
    font-size: 18px;
}
 















