/*============== custom varible ================*/

:root {}
/*============== custom varible ================*/

body {
	padding: 0 !important;
	margin: 0 !important;
	font-size: 18px;
	color: #000;
	font-family: 'Prompt-Regular';
}
html {
	-webkit-font-smoothing: antialiased;
}
* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	vertical-align: top;
}
li,
ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
a,
a img {
	text-decoration: none;
	border: 0;
	outline: none !important;
}
a,
button,
input[type=submit],
.input-text {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
button:focus,
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}
:focus {
	outline: none;
}
img {
	max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
hr {
	color:#337ab7; 
	background-color:#337ab7;
	height: 1px;
}
.clear {}.clear:before,
.clear:after {
	content: "";
	display: table;
}
.clear:after {
	clear: both;
}
input,
textarea {
	outline: none !important;
}
::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}
::-moz-placeholder {
	color: inherit;
	opacity: 1;
}
:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
:-moz-placeholder {
	color: inherit;
	opacity: 1;
}
/***************************
   PAGE LOAD POPUP START
*****************************/

#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #26262c;
    display: none;
  }  
#boxes .window {
    position: absolute;
    max-width: 50%;
    max-height: 75%;
    display: none;
    z-index: 9999;
    padding: 5px;
    border-radius: 5px;
    margin: 0 auto;
}

#boxes #dialog {
    width:450px; 
    height:auto;
    background-color:#fff;
    font-size: 16px;
}
  
.agree:hover{
    background-color: #000;
}

.popup-header {
    border-bottom: 0;
    margin: 0;
    padding: 10px;
}

.popup-header .agree:hover{
    background-color: transparent;
}

.popup-header h4.popup-title, .popup-header .close {
    font-size: 25px;
    font-weight: 900;
    color: #1e376c;
}

.popup-header h4.popup-title

.popup-header .close {
    color: #1e376c;
}

.popup-header .close {
    margin-top: -35px;
}

.popup-body {
    margin: 0;
    padding: 0;
}

.popup-wrap {
    width: 99%;
    margin: 0 auto 3px auto;
    padding: 5px;
    background-color: #1e376c;
    padding: 20px;
    display: block !important;
}

.popup-wrap p, .popup-wrap h2 {
    color:  #fff;
}

.popup-wrap p {
    font-size: 12px;
}

.popup-wrap h2 {
    font-size: 20px;
    font-weight: 900;
}

#wrapper {
	width: 100%;
	min-height: 100%;
	position: relative;
	overflow: hidden;
}

.navbar {
    margin: 0 !important;
    padding: 0 !important;
}

.navbar {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.navbar, .navbar-toggler[aria-expanded="true"] {
	height: 100%;
	vertical-align: middle; 
	width: 100.5%;
 }

 .navbar-toggler:active,
 .navbar-toggler:focus {
	 outline: none;
 }

 .navbar-toggler-icon {
	 width: 45px;
	 height: 41px;
	 background-image: none !important;
	 position: relative;
	 border-bottom: 7.5px solid #fff;
	 transition: all 300ms linear;
	 margin-top: -8px;
 }
 
 .navbar-toggler-icon:after,
 .navbar-toggler-icon:before {
	 width: 45px;
	 position: absolute;
	 height: 7.5px;
	 margin-bottom: 10px;
	 background-color: #fff;
	 top: 1px;
	 left: 0;
	 content: "";
	 z-index: 2;
	 transition: all 300ms linear;
 }
 
 .navbar-toggler-icon:after {
	 top: 17px;
 }
 
 .navbar-toggler[aria-expanded="true"] {
	 margin-top: 0;
	 background-color: #1e376c;
	 border-radius: 0;
 }
 
 .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	 transform: rotate(45deg);
	 background-color: #fff;
 }
 
 .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	 transform: translateY(15px) rotate(-45deg);
	 background-color: #fff;
 }
 
 .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	 border-color: transparent;
 }
 
 .navbar-toggler {
	 margin-right: 0px !important;
	 padding: 1.25rem .75rem .75rem !important;
 }

 /*
.navbar-toggler {
	float: right;
	border: 0px;
	outline: none;
	margin: 0px;
	padding: 0px;
	border-radius: 0px;
	width: 30px;
	height: 25px;
}
.navbar-toggler:focus {
	border: 0px;
	outline: none;
}
.navbar-toggler-icon {
	background: url("../images/menu-icon.svg") no-repeat scroll left top;
	height: 20px;
	margin: 0;
	padding: 0;
	width: 30px;
}
*/


.toggler-wrap {
    /* vertical-align trick */
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    /* end vertical-align trick */
    height: 100%;
    width: 100%;
}

#sidebarnav {
    position: absolute;
    top: 90px !important;
    background: #0383bf;
    left: 0;
    max-width: 375px;
    width: 375px;
    border: none;
    z-index: 999;
}

ul.accordion {
    width: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0 !important;
}

ul.accordion li {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

ul.accordion li div.link {
    cursor: pointer;
    display: block;
    position: relative;
    list-style: none;
	padding: 2px 35px;
    width: 100%;
    font-size: 28px;
    text-transform: capitalize;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    color: #fff;
	font-family: 'Prompt-Bold';
    font-style: normal;
    letter-spacing:1px;
    font-weight:900;
}

ul.accordion li {
    background: #0383bf;
    color: #fff;
    display: block;
}

ul.accordion li a {
    color: #fff !important;
}

ul.accordion li:hover,
ul.accordion li div a:hover {
    background: #1e376c;
}

ul.accordion li:last-child .link { border-bottom: 0; }

/**
* Submenu
-----------------------------*/   
.submenu {
    font-size: 15px;
    font-weight: 900;
    display: none;
    background-color: #fff;
    transition: transform .35s ease!important;
}

ul.submenu {
    padding: 0;
}
  
ul.submenu li,
ul.submenu li:hover,
ul.submenu li:active { 
    background: #fff !important;
    color: #24356f;
    margin: 0;
    padding: 0;
}

ul.submenu li a {
    text-decoration: none;
    margin: 0;
	width: 100%;
	font-size: 18px;
	font-family: 'Prompt-Medium';
	padding: 4px 35px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    color: #24356f !important;
    display: inline-block;
    letter-spacing:1px;
 }
  
.submenu a:hover {
	background: #0383bf !important;
	color: #fff !important;
}



/***** Select Dropdown Start *****/

.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	cursor: pointer;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: var(--white);
	text-decoration: none;
	background-color: #337ab7;
	outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #777;
}
.bootstrap-select {
	display: inline-block;
	float: none;
	width: 100%;
}
.bootstrap-select .btn,
.bootstrap-select .btn.dropdown-toggle {
	width: 100%;
	max-width: 100%;
	padding: 11px 50px 20px 19px;
	font-size: 18px;
	color: var(--white);
	text-align: left;
	background: none;
	border: 0px;
	border-bottom: var(--white) solid 1px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
.bootstrap-select.select-1 .btn {
	min-width: 250px;
}
.bootstrap-select.select-2 .btn,
.bootstrap-select.select-2 .btn.dropdown-toggle {
	min-width: 205px;
	padding-left: 6px;
	color: #acacac;
}
.bootstrap-select.select-2 .sort_by {
	display: none;
}
.bootstrap-select .sort_by {
	display: inline-block;
}
.bootstrap-select .pull-left {
	display: inline-block;
	float: none !important;
}
.bootstrap-select .btn .caret {
	position: absolute;
	top: 0;
	right: 9px;
	width: 35px;
	height: 100%;
	text-align: center;
	border-top: none;
	border-right: none;
	border-left: solid 1px transparent;
	background: url(../images/select-arrow.svg) no-repeat center center;
}
.bootstrap-select .btn .caret:before {
	position: absolute;
	top: 50%;
	left: 0;
	height: 20px;
	width: 100%;
	font-size: 18px;
	color: var(--white);
	content: "";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.bootstrap-select .dropdown-menu {
	width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
.bootstrap-select.show .dropdown-menu {
	display: inline-block;
}
.bootstrap-select div.dropdown-menu {
	height: auto;
	min-height: 136px !important;
	margin-top: 0;
	border-top: none;
	border-color: #ccc;
	overflow-y: auto !important;
}
.bootstrap-select ul.dropdown-menu {
	top: 0;
	max-height: inherit !important;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	overflow: hidden !important;
}
.bootstrap-select .dropdown-menu li {
	border-bottom: solid 1px #ccc;
}
.bootstrap-select .dropdown-menu li:last-child {
	border-bottom-color: var(--white);
}
.bootstrap-select .dropdown-menu li.selected a,
.bootstrap-select .dropdown-menu li.selected a:focus,
.bootstrap-select .dropdown-menu li a:hover {
	background: #f1f1f1;
}
.bootstrap-select .dropdown-menu li a:focus {
	background: none;
}
.bootstrap-select .dropdown-menu li a i {
	display: none;
}
.bootstrap-select .dropdown-toggle::after {
	display: none;
}
/***** Select Dropdown End *****/

.first-cert-text span, .second-cert-text span {
	color: #1e376c;
	font-size: 20px;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1250px) {
	.container {
		max-width: 1200px;
	}
}
/*============ Header Start ============*/

#header {
	padding: 0px;
	width: 100%;
	float: left;
	position: relative;
}
.header-wapper {
	width: 100%;
	float: left;
	/*
	position: fixed;
	*/
	left: 0;
	top: 0;
	z-index: 15;
}
.header-wapper .nav-bar {
	display: flex;
	align-items: center;
	width: 100%;
	background: #1e376c;
	padding: 10px 35px;
}
.header-wapper .nav-bar .menu-icon {
	display: inline-block;
	width: 34px;
	margin: 15px 28px 0 0;
	cursor: pointer
}
.header-wapper .nav-bar .menu-icon .bar1,
.header-wapper .nav-bar .menu-icon .bar2,
.header-wapper .nav-bar .menu-icon .bar3 {
	display: block;
	height: 6px;
	background-color: #fff;
	margin: 6px 0;
	transition: 0.4s;
}
.header-wapper .nav-bar .menu-icon.open .bar1 {
	-webkit-transform: rotate(45deg) translate(10px, 10px);
	transform: rotate(45deg) translate(10px, 10px);
}
.header-wapper .nav-bar .menu-icon.open .bar2 {
	opacity: 0;
}
.header-wapper .nav-bar .menu-icon.open .bar3 {
	-webkit-transform: rotate(-45deg) translate(7px, -7px);
	transform: rotate(-45deg) translate(7px, -7px);
}
.header-wapper .nav-bar .menu-bar {
	position: absolute;
	left: -450px;
	top: 90px;
	width: 430px;
	background: #0383bf;
	z-index: 10;
	padding: 13px 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .7s ease-in-out 0s;
	-ms-transition: all .7s ease-in-out 0s;
	-o-transition: all .7s ease-in-out 0s;
	transition: all .7s ease-in-out 0s;
}
.header-wapper .nav-bar .menu-bar.open {
	left: 0;
}
.header-wapper .nav-bar .menu-bar > ul {
	display: inline-block;
	width: 100%;
}
.header-wapper .nav-bar .menu-bar > ul > li {
	display: inline-block;
	width: 100%;
}
.header-wapper .nav-bar .menu-bar > ul > li > a {
	display: inline-block;
	width: 100%;
	font-size: 28px;
	color: #fff;
	font-family: 'Prompt-Bold';
	text-transform: capitalize;
	padding: 2px 35px;
	position: relative;
}
.header-wapper .nav-bar .menu-bar > ul > li > a:before,
.header-wapper .nav-bar .menu-bar > ul > li > a.open:before {
	position: absolute;
	right: 60px;
	top: 12px;
	font-family: 'FontAwesome';
	font-size: 14px;
}
.header-wapper .nav-bar .menu-bar > ul > li > a:before {
	content: '\f067';
}
.header-wapper .nav-bar .menu-bar > ul > li > a.open:before {
	content: '\f068';
}
.header-wapper .nav-bar .menu-bar > ul > li:hover > a,
.header-wapper .nav-bar .menu-bar > ul > li > a.open {
	background: #1e376c;
	color: #fff;
}
/*.header-wapper .nav-bar .menu-bar > ul > li:hover > ul.submenu > li{background:#fff;}*/

.header-wapper .nav-bar .menu-bar > ul > li > ul.submenu {
	display: none;
	float: left;
	background: #fff;
}
.header-wapper .nav-bar .menu-bar > ul > li > ul.submenu > li {
	display: inline-block;
	width: 100%;
	background: #fff;
	float: left;
}
.header-wapper .nav-bar .menu-bar > ul > li > ul.submenu > li > a {
	display: inline-block;
	width: 100%;
	color: #24356f;
	font-size: 24px;
	font-family: 'Prompt-Medium';
	padding: 4px 35px;
}
.header-wapper .nav-bar .menu-bar > ul > li > ul.submenu > li:hover > a {
	background: #0383bf;
	color: #fff;
}
.header-wapper .nav-bar .logo {
	display: inline-block;
	width: auto;
}
.header-wapper .nav-bar .logo a {
	display: inline-block;
	width: auto;
}
.header-wapper .nav-bar .logo a img {
	display: inline-block;
	width: auto;
	height: 60px;
}
.header-wapper .nav-bar .right-nav {
	display: flex;
	width: auto;
	margin: 25px 0 0 0;
}
.header-wapper .nav-bar .right-nav ul {
	display: flex;
	width: auto;
}
.header-wapper .nav-bar .right-nav ul li {
	display: flex;
	width: auto;
	height: 45px;
	align-items: center;
	justify-content: center;
	margin: 0 45px 0 0;
}
.header-wapper .nav-bar .right-nav ul li a {
	display: flex;
	width: auto;
	height: 45px;
	align-items: center;
	justify-content: center;
}
.header-wapper .nav-bar .right-nav ul li a i img {
	float: left;
	padding: 0 15px 0 0;
	height: 34px;
}
.header-wapper .nav-bar .right-nav ul li span {
	display: flex;
	height: 45px;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	font-family: 'Prompt-Medium';
	line-height: 1;
	text-transform: uppercase;
}
.header-wapper .nav-bar .search-bar {
	display: flex;
	width: auto;
	position: relative;
	margin: 25px 0 0 0;
}
.header-wapper .nav-bar .search-bar img {
	width: 24px;
}
.header-wapper .nav-bar .search-bar .search-button {
	background: none;
	border: none;
	cursor: pointer;
}
.header-wapper .nav-bar .search-bar form {
	position: absolute;
	right: 0;
	top: 15%;
	margin: -10px 0 0 0;
	opacity: 0;
	visibility: hidden;
	padding: 5px 5px;
	background: #1e376c;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.header-wapper .nav-bar .search-bar form.active {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
.header-wapper .nav-bar .search-bar form .search-field {
	display: block;
	padding: 5px 8px;
	border-radius: 5px;
	border: none;
	font-size: 18px;
	position: relative;
}
.search-field-go-btn{    position: absolute;
	right: 5px;
	top: 5px;
	cursor:pointer;
	border: 1px solid #fff;
	border-radius: 7px;
	padding: 4px 15px;
	background: #1e376c;
	color: #fff;}
	
.searchBar .searchBtn:hover {
    opacity: 1;
    color: #fff;
}

.searchBar {
    position: absolute;
    bottom: -55px;
    right: 1.85%;
    display: none;
    background: #1e376c;
    box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 450px;
    z-index: 1;
}

.searchBar .searchText {
    width: 68%;
    height: 55px;
    font-size: 18px;
    padding: 0 15px;
}

.searchBar .searchBtn {
    width: 30%;
    font-size: 18px;
    letter-spacing: 0;
    padding: 0;
    background: #1e376c;
    border: 1px solid #1e376c;
    height: 55px;
    color: #fff;
    cursor: pointer;
}

	/*============ Header End ============*/

	/*============ Banner Start ============*/

	.banner-wapper {
		padding: 0px;
		width: 100%;
		display: block;
		position: relative;
		padding: 90px 0 0 0;
	}
	.banner-wapper .banner-slider {
		display: inline-block;
		width: 100%;
	}
	.slider-box {
		display: inline-block;
		width: 100%;
		height: calc(100vh - 146px);
		position: relative;
		background-size: cover !important;
	}
	.slider-box img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100% !important;
		height: 100%;
		object-fit: cover;
	}
	.slider-box .slider-caption {
		position: absolute !important;
		left: 0 !important;
		bottom: 98px !important;
		width: 100%;
		padding: 0 40px !important;
	}
	.slider-box .slider-caption .slider-text {
		display: inline-block;
		width: 100%;
	}
	.slider-box .slider-caption .slider-text h1 {
		display: block;
		font-size: 60px;
		color: #fff;
		font-family: 'Prompt-Bold';
		text-shadow: 4px 3px 5px rgba(0, 0, 0, 0.80);
		line-height: 1;
		text-transform: uppercase;
	}
	.slider-box .slider-caption .slider-text h3 {
		display: block;
		font-size: 41px;
		color: #fff;
		font-family: 'Prompt-Medium';
		text-shadow: 4px 3px 5px rgba(0, 0, 0, 0.80);
		line-height: 34px;
		text-transform: capitalize;
	}
	.slider-box .slider-caption .caption-link {
		display: inline-block;
		margin: 32px 102px 0 0;
		float: right;
	}
	.slider-box .slider-caption .caption-link a {
		display: inline-block;
		width: 100%;
		font-size: 30px;
		color: #fff;
		font-family: 'Prompt-Bold';
		text-transform: uppercase;
		padding: 7px 23px;
		background: #c4161c;
	}
	.slider-box .slider-caption .caption-link a:hover {
		background: #fff;
		color: #c4161c;
	}
	#banner-slide.owl-the .owl-nav {
		margin: 0;
	}
	#banner-slide.owl-car .owl-nav button.owl-prev,
	#banner-slide.owl-car .owl-nav button.owl-next,
	#banner-slide.owl-car .owl-nav button.owl-prev,
	#banner-slide.owl-car .owl-nav button.owl-next {
		position: absolute;
		width: 40px;
		height: 56px;
		margin: 0;
		padding: 0;
		font-size: 0;
		top: 50%;
		margin: -17px 0 0 0;
	}
	#banner-slide.owl-car .owl-nav button.owl-prev {
		left: 22px;
		background: url(../images/prev-arrow.png) no-repeat left top;
	}
	#banner-slide.owl-car .owl-nav button.owl-next {
		right: 22px;
		background: url(../images/next-arrow.png) no-repeat left top;
	}
	#banner-slide.owl-car .owl-dots {
		position: absolute;
		left: 0;
		bottom: 6px;
		width: 100%;
	}
	#banner-slide.owl-car button.owl-dot {
		outline: none;
	}
	#banner-slide.owl-car button.owl-dot span {
		width: 18px;
		height: 18px;
		margin: 0 2px;
		background: none;
		border: solid 1px #fff;
	}
	#banner-slide.owl-car button.owl-dot.active span {
		background: #fff;
	}
	
	
.slider {
    clear: both;
    float: left;
    width: 100%;
    position: relative;
}

.slider-container .swiper-slide.trips h1 {
    font-size: 45px;
    font-weight: 900;

}

.ract {
    bottom: 0;

    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 30%;
    width: 640px;
}

.ract > h2 {
    color: #fff;
    font-size: 100px;
    font-weight: 700;
    text-shadow: 2px 3px 14px #000000;
}

.ract > h2 span {

    font-size: 100px;
    font-weight: 800;
}

.btn {
    background: #C4171D none repeat scroll 0 0t;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 20px;
    text-transform: uppercase;
}
 .btn:hover {
    background: #253C80 none repeat scroll 0 0 !important;
	color:#fff !important;
}

.sy-pager {
    border-radius: 3px;
    bottom: 10px;
    left: 0;
    margin: -1.5em 0 0 !important;
    padding: 8px 18px;
    position: absolute;
    right: 0;
    width: 185px;
}
.sy-pager li.sy-active a {
    background-color: #fff;
}
.sy-pager li a {
    background-color: #24356f;
}
.sy-pager li:last-child{
    margin: 0;
}

form.surveyForm {
	padding-top: 30px;
	font-size: 16px;
}

#ui-datepicker-div {
	z-index: 9999 !important;
}

#group-update {
	display: none;
}

/*************************************************************
	SIGNATURE PAD
 *************************************************************/
 .sig {
    display: none;
  }
  
  .sigNav {
    display: none;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
  
    list-style-type: none;
  }
  
  .sigNav li {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
  }
  
  .sigNav a,
  .sigNav a:link,
  .sigNav a:visited {
    display: block;
    margin: 0;
    padding: 0 0.6em;
  
    border: 0;
  
    color: #333;
    font-weight: bold;
    line-height: 2.25em;
    text-decoration: underline;
  }
  
  .sigNav a.current,
  .sigNav a.current:link,
  .sigNav a.current:visited {
    background-color: #f0f0f0;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-radius: 8px 8px 0 0;
  
    color: #fff;
    text-decoration: none;
  }
  
  .sigNav .typeIt a.current,
  .sigNav .typeIt a.current:link,
  .sigNav .typeIt a.current:visited {
    background-color: #ccc;
  
    color: #555;
  }
  
  .sigNav .clearButton {
    bottom: 0.2em;
    display: none;
    position: absolute;
    left: 100px;
  
    font-size: 0.75em;
    line-height: 1.375;
  }
  
  .sigWrapper {
    clear: both;
    height: 55px;
  
    /* border: 1px solid #ccc; */
  }
  
  .sigWrapper.current {
    border-color: #666;
  }
  
  .signed .sigWrapper {
    border: 0;
  }
  
  .pad {
    position: relative;
  
    /**
     * For cross browser compatibility, this should be an absolute URL
     * In IE the cursor is relative to the HTML document
     * In all other browsers the cursor is relative to the CSS file
     *
     * http://www.useragentman.com/blog/2011/12/21/cross-browser-css-cursor-images-in-depth/
     */
    cursor: url("../assets/pen.cur"), crosshair;
    /**
     * IE will ignore this line because of the hotspot position
     * Unfortunately we need this twice, because some browsers ignore the hotspot inside the .cur
     */
    cursor: url("pen.cur") 16 16, crosshair;
  
    -ms-touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }

@media only screen and (max-width: 1280px) {
    .ract > h2 ,.ract > h2 span{
        font-size: 70px;
    }
    .btn {
        font-size: 16px;      
        padding: 5px 12px;  
    }
}

@media screen and (max-width: 1199px) {
	.navbar, .navbar-toggler[aria-expanded="true"] {
        height: 100%;
	}
	.content-wapper .link-section .faq-box a {
		font-size: 16px !important;
	}
}

@media only screen and (max-width: 990px) {
	#sidebarnav {
		top: 112px !important;
	}

    .slider-container .swiper-slide.trips h1 {
        font-size: 32px;
    }

    .slider-container .swiper-slide.trips h1 {
        line-height: 26px;  
        font-size: 25px;
    }
    
    .slider-container .swiper-slide.trips .image-container {
        height: 315px;
    }
    
    .slider-container .swiper-slide.trips {
        height: 370px;
    }

    .slider-container .swiper-slide.trips .text-container {
        height: 155px;
    }

    .slider-container .swiper-slide.trips:active .image-container, .slider-container .swiper-slide.trips:focus .image-container, .slider-container .swiper-slide.trips:hover .image-container {
        height: 200px;
    }

    .ract > h2 {
        font-size: 60px;
    }
    
    .ract > h2 span {
        font-size: 60px;
    }
}


@media only screen and (max-width: 768px){ 
	#sidebarnav {
		top: 221px !important;
	}

    .slider-container {
        margin: 0 auto;
        width: 400px;
    }

    .swiper-wrapper{
        display: block !important;   width: 95%;
    }
    .slider-container .swiper-slide{
        width: 100% !important;
    }
    .slider-container .swiper-slide.trips h1 {
        font-size: 34px !important;
        line-height: 36px !important;
    }
	.sy-pager {
		display: none !important;
	}
}

@media only screen and (max-width: 640px){  
    .slider-container {
        margin: 0 auto;
        width: 400px;
    }

    .swiper-wrapper{
        display: block !important;   width: 95%;
    }
    .slider-container .swiper-slide{
        width: 100% !important;
    }
    .slider-container .swiper-slide.trips h1 {
        font-size: 34px !important;
        line-height: 36px !important;
    }
    .ract > h2 {
        font-size: 24px;
        margin-bottom: 8px;
    }
    .ract > h2 span {
        font-size: 24px;
    }
}

@media only screen and (max-width: 600px){  
    .ract {
        top: 20%;
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .toggler-wrap {
        text-align: center;
        width: 25%;
	}

    .navbar-toggler-icon {
        width: 45px;
        height: 41px;
        border-bottom: 7.5px solid #fff;
    }

    .navbar-toggler-icon:after,
    .navbar-toggler-icon:before {
        width: 45px;
        height: 7.5px;
        margin-bottom: 10px;
    }

    .navbar-toggler-icon {
        width: 45px;
        height: 41px;
        border-bottom: 7.5px solid #fff;
    }

    .navbar-toggler-icon:after,
    .navbar-toggler-icon:before {
        width: 45px;
        height: 7.5px;
        margin-bottom: 10px;
    }
	.slider-box .slider-caption .slider-text h1 {
		font-size: 30px !important;
	}
}

@media screen and (max-width: 499px) {
    #sidebarnav {
        top: 221px !important;
	}
}

@media only screen and (max-width: 480px){  
    .slider-container {
        margin: 0 auto;
        width: 100%;
    }
    .ract {
        top: 18%;
        width: 100%;
    }
    .ract > h2 {
        font-size: 22px;
        margin-bottom: 8px;
    }
    .ract > h2 span {
        font-size: 22px;
    }
    .btn {
        font-size: 12px;
	}
	.slider-box .slider-caption .slider-text h1 {
		font-size: 21px !important;
	}
}

@media screen and (max-width: 380px) {
    #sidebarnav {
        max-width: 320px !important;
        width: 320px !important;
	}
	.slider-box .slider-caption .caption-link {
		margin: 0 0 2px 0 !important;
	}
	.slider-box .slider-caption .caption-link a {
		font-size: 10px !important;
	}
}


@media only screen and (max-width: 320px){  
    .swiper-slide.trips {
        margin-bottom: 10px;
    }
}
	
	
	
	
	
	
	/*============ Banner End ============*/

	/*============ Content Start ============*/

	#section {
		width: 100%;
		float: left;
		position: relative;
		margin-top: -9px;
	}
	.content-wapper {
		width: 100%;
		float: left;
	}
	/*============ Link-Section Start ============*/

	.content-wapper .link-section {
		display: inline-block;
		width: 100%;
	}
	/*============ Link-Box Start ============*/

	.content-wapper .link-section .link-box {
		float: left;
		width: 60%;
		background: #c4161c;
		padding: 0px;
	}
	.content-wapper .link-section .link-box ul {
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	.content-wapper .link-section .link-box ul li {
		display: inline-block;
		width: auto;
		margin: 0px;
	}
	.content-wapper .link-section .link-box ul li a {
		display: inline-block;
		width: auto;
		padding: 9px 30px 10px;
	}
	.content-wapper .link-section .link-box ul li a:hover {
		background-color: #1e376c;
	}
	.content-wapper .link-section .link-box ul li a i img {
		display: inline-block;
		width: auto;
	}
	.content-wapper .link-section .link-box ul li a span {
		display: block;
		font-family: 'Prompt-Bold';
		font-size: 16px;
		color: #fff;
		text-transform: uppercase;
	}


	/*============ Link-Box End ============*/

	/*============ Faq-Box Start ============*/

	.content-wapper .link-section .faq-box {
		float: left;
		width: 40%;
		background: #1e376c;
		text-align: center;
		font-size: 20px;
		font-family: 'Prompt-Medium';
		text-transform: uppercase;
		color: #fff;
		padding: 36.5px 0px;
		line-height: 1;
	}
	.content-wapper .link-section .faq-box a {
		display: inline-block;
		width: auto;
		font-size: 20px;
		font-family: 'Prompt-Medium';
		color: #fff;
		text-transform: uppercase;
		margin: 0 0 0 30px;
		line-height: 1;
	}
	/*============ Faq-Box End ============*/

	/*============ Link-Section End ============*/

	/*============ Loading-Group Section Start ============*/

	.content-wapper .two-block {
		display: inline-block;
		width: 100%;
	}
	.content-wapper .two-block .group-block {
		float: left;
		width: 50%;
		position: relative;
	}
	.content-wapper .two-block .group-block a {
		float: left;
		width: 100%;
		position: relative;
	}
	.content-wapper .two-block .group-block a img {
		float: left;
		width: 100%;
	}
	.content-wapper .two-block .group-block span {
		position: absolute;
		left: 23px;
		bottom: 26px;
		font-family: 'Prompt-Bold';
		font-size: 50px;
		color: #fff;
		text-transform: uppercase;
		width: auto;
		text-shadow: 4px 3px 5px rgba(0, 0, 0, 0.80)
	}
	.content-wapper .two-block .group-block .embed-container {
		position: relative;
		padding-bottom: 57.15%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
	}
	.content-wapper .two-block .group-block .embed-container iframe,
	.content-wapper .two-block .group-block .embed-container object,
	.content-wapper .two-block .group-block .embed-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: none !important;
	}
	/*============ Loading-Group Section End ============*/

	/*============ Full Width Section Start ============*/

	.content-wapper .full-width-block {
		display: inline-block;
		width: 100%;
		position: relative;
	}
	.content-wapper .full-width-block img {
		float: left;
		width: 100%;
	}
	.content-wapper .full-width-block .image-cap {
		position: absolute;
		left: 38px;
		bottom: 63px;
	}
	.content-wapper .full-width-block .image-cap h2 {
		display: block;
		font-family: 'Prompt-Bold';
		font-size: 81px;
		color: #fff;
		text-transform: uppercase;
		width: auto;
		text-shadow: 4px 3px 5px rgba(0, 0, 0, 0.80)
	}
	.content-wapper .full-width-block .image-cap h4 {
		display: block;
		font-family: 'Prompt-Medium';
		font-size: 40px;
		color: #fff;
		width: auto;
		text-shadow: 4px 3px 5px rgba(0, 0, 0, 0.80)
	}
	/*============ Full Width Section End ============*/

	/*============ Content End ============*/

	/*============ Footer Start ============*/

	#footer {
		width: 100%;
		float: left;
		position: relative;
	}
	.footer-wapper {
		width: 100%;
		float: left;
		background: #1e376c;
		padding: 0 40px;
	}
	.footer-wapper .footer-contact-text {
		display: inline-block;
		width: 100%;
		text-align: center;
		font-family: 'Prompt-Bold';
		font-size: 45px;
		color: #fff;
		text-transform: uppercase;
		padding: 2px 0 23px 0;
	}
	.footer-wapper .footer-contact-text a {
		color: #fff;
	}
	.footer-wapper .footer-contact-text a:hover {
		color: #337ab7;
	}
	.footer-wapper .footer-top-block {
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	.footer-wapper .footer-top-block > .container {
		margin: 0 auto;
		max-width: 1400px;
		width: 100%;
	}
	.footer-wapper .footer-top-block .footer-email-block {
		display: inline-block;
		width: 100%;
		max-width: 430px;
		margin: 0 40px 0 0;
		text-align: left;
	}
	.footer-wapper .footer-top-block .footer-email-block h4 {
		display: inline-block;
		width: 100%;
		font-family: 'Prompt-Bold';
		font-size: 20px;
		color: #fff;
		text-transform: uppercase;
		padding: 0 0 6px 0;
	}
	.footer-wapper .footer-top-block .footer-email-block p {
		display: inline-block;
		width: 100%;
		font-family: 'Montserrat-Regular';
		font-size: 14px;
		color: #fff;
		padding: 0 0 16px 0;
	}
	.footer-wapper .footer-top-block .footer-email-block form {
		display: inline-block;
		width: 100%;
	}
	.footer-wapper .footer-top-block .footer-email-block form .input-email {
		display: inline-block;
		width: 254px;
		height: 40px;
		background: #fff;
		border-radius: 3px;
		padding: 0 15px;
		color: #000;
		border: none;
		font-family: 'Montserrat-Regular';
		font-size: 14px;
	}
	.footer-wapper .footer-top-block .footer-email-block form .input-submit {
		display: inline-block;
		width: auto;
		border: none;
		background: #c4161c;
		color: #fff;
		font-family: 'Montserrat-Regular';
		font-size: 14px;
		padding: 13px 15px;
		border-radius: 3px;
		cursor: pointer;
		line-height: 1;
	}
	.footer-wapper .footer-top-block .footer-email-block ul {
		display: inline-block;
		width: 100%;
		padding: 49px 10px 0;
	}
	.footer-wapper .footer-top-block .footer-email-block ul li {
		display: inline-block;
		width: auto;
		margin: 0 35px 0 0;
	}
	.footer-wapper .footer-top-block .footer-email-block ul li:last-child {
		margin: 0;
	}
	.footer-wapper .footer-top-block .footer-email-block ul li a {
		display: inline-block;
		width: auto;
	}
	.footer-wapper .footer-top-block .footer-email-block ul li a img {
		display: inline-block;
		width: auto;
	}
	.footer-wapper .footer-top-block .footer-browse-links {
		display: inline-block;
		width: 100%;
		padding: 5px 0 0 0;
		max-width: 380px;
		margin: 0 75px 0 0;
		text-align: left;
	}
	.footer-wapper .footer-top-block .footer-browse-links h4 {
		display: inline-block;
		width: 100%;
		font-family: 'Prompt-Bold';
		font-size: 24px;
		color: #fff;
		text-transform: uppercase;
	}
	.footer-wapper .footer-top-block .footer-browse-links .footer-b-part {
		float: left;
		width: 160px;
		padding: 7px 0 0 0;
		margin: 0 60px 0 0;
	}
	.footer-wapper .footer-top-block .footer-browse-links .footer-b-part:last-child {
		margin: 0;
	}
	.footer-wapper .footer-top-block .footer-browse-links .footer-b-part > ul {
		display: inline-block;
		width: 100%;
	}
	.footer-wapper .footer-top-block .footer-browse-links .footer-b-part > ul > li {
		display: inline-block;
		width: 100%;
	}
	.footer-wapper .footer-top-block .footer-browse-links .footer-b-part > ul > li > a {
		display: inline-block;
		width: 100%;
		font-size: 19px;
		color: #fff;
		font-family: 'Prompt-Regular';
		text-transform: capitalize;
		padding: 0;
		position: relative;
		line-height: 19px;
	}
	.footer-wapper .footer-top-block .footer-browse-links .footer-b-part > ul > li > a:before,
	.footer-wapper .footer-top-block .footer-browse-links .footer-b-part > ul > li > a.open:before {
		position: absolute;
		right: 0;
		top: 2px;
		font-family: 'FontAwesome';
		font-size: 10px;
	}
	.footer-wapper .footer-top-block .footer-browse-links .footer-b-part > ul > li > a:before {
		content: '\f067';
	}
	.footer-wapper .footer-top-block .footer-browse-links .footer-b-part > ul > li > a.open:before {
		content: '\f068';
	}
	.footer-wapper .footer-top-block .footer-browse-links .footer-b-part > ul > li:hover > a,
	.footer-wapper .footer-top-block .footer-browse-links .footer-b-part > ul > li > a.open {
		background: #1e376c;
		color: #fff;
	}
	/*.header-wapper .nav-bar .menu-bar > ul > li:hover > ul.submenu > li{background:#fff;}*/

	.footer-wapper .footer-top-block .footer-browse-links .footer-b-part > ul > li > ul.submenu {
		display: none;
	}
	.footer-wapper .footer-top-block .footer-browse-links .footer-b-part > ul > li > ul.submenu > li {
		display: inline-block;
		width: 100%;
		margin: 0 0 3px 0;
	}
	.footer-wapper .footer-top-block .footer-browse-links .footer-b-part > ul > li > ul.submenu > li > a {
		display: inline-block;
		width: auto;
		color: #fff;
		font-size: 16px;
		font-family: 'Prompt-Regular';
		padding: 0;
		line-height: 16px;
	}
	.footer-wapper .footer-top-block .footer-quick-links {
		display: inline-block;
		width: 100%;
		max-width: 380px;
		text-align: left;
	}
	.footer-wapper .footer-top-block .footer-quick-links h4 {
		display: inline-block;
		width: 100%;
		font-family: 'Prompt-Bold';
		font-size: 24px;
		color: #fff;
		text-transform: uppercase;
	}
	.footer-wapper .footer-top-block .footer-quick-links > ul {
		float: left;
		width: 100%;
		padding: 7px 0;
	}
	.footer-wapper .footer-top-block .footer-quick-links > ul > li {
		float: left;
		width: 50%;
		margin: 0 0 8px 0;
	}
	.footer-wapper .footer-top-block .footer-quick-links > ul > li > a {
		float: left;
		width: auto;
		font-size: 19px;
		color: #fff;
		font-family: 'Prompt-Regular';
		text-transform: capitalize;
		padding: 0;
		position: relative;
		line-height: 19px;
	}
	.country-flag {
		display: inline-block;
		width: 100%;
		text-align: center;
		padding: 12px 0 17px 0;
	}
	.country-flag ul {
		display: inline-block;
		width: 100%;
	}
	.country-flag ul li {
		display: inline-block;
		width: auto;
	}
	.country-flag ul li a {
		display: inline-block;
		width: auto;
	}
	.country-flag ul li a img {
		display: inline-block;
		width: auto;
	}
	.bottom-footer {
		display: inline-block;
		width: 100%;
		text-align: center;
		padding: 0 0 21px 0;
	}
	.bottom-footer span {
		display: inline-block;
		width: 100%;
		font-size: 23px;
		color: #fff;
		font-family: 'Prompt-Regular';
		padding: 0 0 2px 0;
	}
	.bottom-footer p {
		display: inline-block;
		width: 100%;
		font-size: 16px;
		color: #fff;
		font-family: 'Prompt-Regular';
	}
/*============ Snow-Modal Start ============*/

.modal-open {
	overflow-y: scroll;
	overflow-x: hidden
}
.snow-modal .modal-dialog,
.shop-modal .modal-dialog {
	position: fixed !important;
	left: 50% !important;
	top: 50% !important;
	max-width: 955px !important;
	width: 100% !important;
	-webkit-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50% !important);
	margin: 0 !important;
}
.snow-modal .modal-dialog .modal-content,
.shop-modal .modal-dialog .modal-content {
	border-radius: 0 !important;
	background-color: #1e376c !important;
	border: none;
}
.snow-modal .modal-dialog .modal-content .modal-header,
.shop-modal .modal-dialog .modal-content .modal-header {
	background: #0383bf;
	border-radius: 0 !important;
	border-bottom: none;
}
.snow-modal .modal-dialog .modal-content .modal-header .modal-title,
.shop-modal .modal-dialog .modal-content .modal-header .modal-title {
	font-size: 50px;
	color: #fff;
	font-family: 'Prompt-Bold';
	line-height: 1;
	text-transform: uppercase;
}
.snow-modal .modal-dialog .modal-content .modal-header .close,
.shop-modal .modal-dialog .modal-content .modal-header .close {
	font-size: 28px;
	color: #fff;
	font-family: 'Prompt-Bold';
	line-height: 1;
	opacity: 1;
	font-weight: normal;
	padding: 27px 27px;
	text-transform: uppercase;
}
.snow-modal .modal-dialog .modal-content .modal-body {
	padding: 20px 20px 0 30px;
}
.snow-modal .modal-dialog .modal-content .modal-body .snow-para,
.shop-modal .modal-dialog .modal-content .modal-body .shop-para {
	display: inline-block;
	width: 100%;
}
.snow-modal .modal-dialog .modal-content .modal-body .snow-para p {
	display: inline-block;
	width: 100%;
	font-size: 33px;
	color: #fff;
	font-family: 'Prompt-Bold';
	line-height: 1.1;
}
.snow-modal .modal-dialog .modal-content .modal-body .snow-para ul {
	display: inline-block;
	width: 100%;
	padding: 25px 0 0 0;
}
.snow-modal .modal-dialog .modal-content .modal-body .snow-para ul li {
	display: inline-block;
	width: 270px;
	margin: 0 20px 20px 0;
}
.snow-modal .modal-dialog .modal-content .modal-body .snow-para ul li a {
	display: flex;
	width: 100%;
	height: 105px;
	background: #2f4678;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	color: #fff;
	font-family: 'Prompt-Bold';
	line-height: 1.1;
	text-align: center;
}
.snow-modal .modal-dialog .modal-content .modal-body .snow-para ul li:hover a {
	background: #c4161c;
}
/*============ Snow-Modal End ============*/

/*============ Cams-Modal Start ============*/.modal-open{overflow-y:scroll; overflow-x:hidden}.cams-modal .modal-dialog,.shop-modal .modal-dialog{position:fixed !important; left:50% !important; top:50% !important; max-width:955px !important; width:100% !important; -webkit-transform:translate(-50%,-50%) !important; transform:translate(-50%,-50% !important);  margin:0 !important;}.cams-modal .modal-dialog .modal-content,.shop-modal .modal-dialog .modal-content{border-radius:0 !important; background-color:#1e376c !important; border:none;}.cams-modal .modal-dialog .modal-content .modal-header,.shop-modal .modal-dialog .modal-content .modal-header{background:#0383bf; border-radius:0 !important; border-bottom:none;}.cams-modal .modal-dialog .modal-content .modal-header .modal-title,.shop-modal .modal-dialog .modal-content .modal-header .modal-title{font-size:50px; color:#fff; font-family: 'Prompt-Bold'; line-height:1; text-transform:uppercase;}.cams-modal .modal-dialog .modal-content .modal-header .close,.shop-modal .modal-dialog .modal-content .modal-header .close{font-size:28px; color:#fff; font-family: 'Prompt-Bold'; line-height:1; opacity:1; font-weight:normal; padding:27px 27px; text-transform:uppercase;}.cams-modal .modal-dialog .modal-content .modal-body{padding:20px 20px 0 30px;}.cams-modal .modal-dialog .modal-content .modal-body .cams-para,.shop-modal .modal-dialog .modal-content .modal-body .shop-para{display:inline-block; width:100%;}.cams-modal .modal-dialog .modal-content .modal-body .cams-para p{display:inline-block; width:100%; font-size:20px; color:#fff; font-family: 'Prompt-Bold'; line-height:1.1;}.cams-modal .modal-dialog .modal-content .modal-body .cams-para ul{display:inline-block; width:100%; padding:25px 0 0 0;}.cams-modal .modal-dialog .modal-content .modal-body .cams-para ul li{display:inline-block; width:270px; margin:0 20px 20px 0;}.cams-modal .modal-dialog .modal-content .modal-body .cams-para ul li a{display:flex; width:100%; height:105px; background:#2f4678; align-items:center; justify-content:center; font-size:28px; color:#fff; font-family: 'Prompt-Bold'; line-height:1.1; text-align:center;}.cams-modal .modal-dialog .modal-content .modal-body .cams-para h3{display:inline-block; width:100%; font-size:33px; color:#fff; font-family: 'Prompt-Bold'; line-height:1.1;}.cams-modal .modal-dialog .modal-content .modal-body .cams-para a{color:#fff;background:#c4161c;padding:5px;}/*============ Cams-Modal End ============*/

/*============ Shop-Modal Start ============*/

.shop-modal .modal-dialog .modal-content .modal-body {
	padding: 20px 20px;
}
.shop-modal .modal-dialog .modal-content .modal-body .shop-para {
	display: inline-block;
	width: 100%;
}
.shop-modal .modal-dialog .modal-content .modal-body .shop-para .shop-counter {
	display: inline-block;
	width: 100%;
	border-bottom: solid 1px #fff;
	text-align: center;
}
.shop-modal .modal-dialog .modal-content .modal-body .shop-para .shop-counter ul {
	display: inline-block;
	width: 100%;
	padding: 25px 0 0 0;
}
.shop-modal .modal-dialog .modal-content .modal-body .shop-para .shop-counter ul li {
	display: inline-block;
	width: 200px;
	margin: 0 20px 20px 0;
}
.shop-modal .modal-dialog .modal-content .modal-body .shop-para .shop-counter ul li span {
	display: inline-block;
	width: 100%;
	font-size: 28px;
	color: #fff;
	font-family: 'Prompt-Bold';
}
.shop-modal .modal-dialog .modal-content .modal-body .shop-para .shop-counter ul li strong {
	display: inline-block;
	width: 100%;
	font-size: 74px;
	color: #fff;
	font-family: 'Prompt-Bold';
	text-align: center;
	background: #2f4678;
	font-weight: normal;
}
.shop-modal .modal-dialog .modal-content .modal-body .shop-para .shop-counter a {
	display: inline-block;
	width: auto;
	background: #c4161c;
	font-size: 33px;
	color: #fff;
	font-family: 'Prompt-Bold';
	line-height: 1;
	padding: 14px 13px 13px;
	margin: 5px 0 35px 0;
}
.shop-modal .modal-dialog .modal-content .modal-body .shop-para .shop-counter a:hover {
	background: #fff;
	color: #c4161c;
}
.shop-modal .modal-dialog .modal-content .modal-body .shop-para h4 {
	display: inline-block;
	width: 100%;
	font-size: 28px;
	color: #fff;
	font-family: 'Prompt-Bold';
	padding: 14px 0 10px 0;
}
.shop-modal .modal-dialog .modal-content .modal-body .shop-para p {
	display: inline-block;
	width: 100%;
	font-size: 28px;
	color: #fff;
	font-family: 'Prompt-Medium';
	line-height: 36px;
	padding: 0 40px 24px 0;
}
/*============ Shop-Modal End ============*/

	/*--23-9-19--*/
	.header-wapper .nav-bar .menu-bar {	
		height: 53vh;
	}
	.header-wapper .nav-bar{
		overflow: hidden;
	}
	.menu-bar.hidden{ display: none;}

	.header-wapper .nav-bar .menu-bar  ul {
		display: inline-block;
		width: 100%;
	}
	.header-wapper .nav-bar .menu-bar ul  li {
		display: inline-block;
		width: 100%;
	}
	.header-wapper .nav-bar .menu-bar ul  li  a {
		display: inline-block;
		width: 100%;
		font-size: 28px;
		color: #fff;
		font-family: 'Prompt-Bold';
		text-transform: capitalize;
		padding: 2px 35px;
		position: relative;
	}
	.header-wapper > .nav-bar > .menu-bar > .mCustomScrollBox > .mCSB_container > ul >  li > a:before {
		content: '\f067';
	}
	.header-wapper .nav-bar .menu-bar > .mCustomScrollBox > .mCSB_container > ul >  li > a.open:before {
		content: '\f068';
	}
	.mCSB_inside>.mCSB_container {margin-right: 5px;}
	.mCSB_scrollTools { width: 5px;}
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {margin: 0;}



	.header-wapper .nav-bar .menu-bar  ul > li > a:before, .header-wapper .nav-bar .menu-bar  ul>  li > a.open:before {
		position: absolute;
		right: 60px;
		top: 12px;
		font-family: 'FontAwesome';
		font-size: 14px;
	}
	.header-wapper .nav-bar .menu-bar  ul > li > ul.submenu {
		display: none;
		float: left;
		background: #fff;
	}

	.header-wapper .nav-bar .menu-bar ul >  li > ul.submenu > li {
		display: inline-block;
		width: 100%;
		background: #fff;
		float: left;
	}
	.header-wapper .nav-bar .menu-bar  ul > li  > ul.submenu  > li > a {
		display: inline-block;
		width: 100%;
		color: #24356f;
		font-size: 24px;
		font-family: 'Prompt-Medium';
		padding: 4px 35px;
	}
	.header-wapper .nav-bar .menu-bar  ul  > li >  ul.submenu  > li:hover > a {
		background: #0383bf;
		color: #fff;
	}
	.header-wapper .nav-bar .menu-bar  ul >  li:hover > a, .header-wapper .nav-bar .menu-bar >   ul  >  li > a.open {
		background: #1e376c;
		color: #fff;
	}
	.header-wapper .nav-bar .menu-bar  ul  > li >   ul.submenu {
		display: none;
		float: left;
		background: #fff;
	}
	@media screen and (max-width: 991px){
		.header-wapper .nav-bar .menu-bar {		
			height: 350px;
		}
	}
	
	.content_int {
    max-width: 1250px;
    margin: 0 auto 20px auto;
}
.content_int h5 {
	font-size: 16px;
	font-weight:  bold;
}
.content_int img {
	width: auto;
}
.content_int ul li {
    list-style: disc;
    float: none;
	font-size: 16px;
	margin-left: 20px;
}
h1.pghdr {
	color: #C4171D;
	margin: 20px 0;
	font-family: 'Prompt-Bold';
	text-transform:uppercase;
}
.content_int h2, .content_int h3, .content_int h4 {
	color: #253C80;
	margin-top: 10px;
	font-weight: bold;
	font-family: 'Prompt-Bold';
}	
.content_int a {
	color: #C4171D;
}
.content_int a:hover {
	color: #253C80;
}
.content_int a.btn {
	color: #fff;
}
.content_int a.btn:hover {
	color: #fff;
}
.content_int p {
	font-size: 16px;
	margin-top: 10px;
}

 /* =====================
	Red Button
   =====================*/  
   
   
   .btn_red {
	background-color:#C4171D;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
    font-family: 'Prompt-Regular', sans-serif;
	font-size:18px;
	font-weight:bold;
	padding:12px 34px;
	text-decoration:none;
}
.btn_red:hover {
	background-color:#253C80;
	color:#ffffff !important;
text-decoration:none;
}
.btn_red:active {
	position:relative;
	top:1px;
}

 /* =====================
	Red Button
   =====================*/  
   
   
   .btn_red_speedbump {
	background-color:#C4171D;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
    font-family: 'Prompt-Regular', sans-serif;
	font-size:18px;
	font-weight:bold;
	padding:6px 17px;
	text-decoration:none;
}
.btn_red_speedbump:hover {
	background-color:#253C80;
	color:#ffffff !important;
text-decoration:none;
}
.btn_red_speedbump:active {
	position:relative;
	top:1px;
}

/* ==============================
	pagination 
   ==============================*/		
	div.pagination {
		margin: 0 auto;
		width:70%;
		}
	
	div.pagination a {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #C4171D;	
		text-decoration: none; /* no underline */
		color: #fff;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		background: #C4171D;
		}
	
	div.pagination a:hover, div.pagination a:active {
		color: #fff;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		background: #253C80;
		border: 1px solid #003142;
		}
		
	div.pagination span.current {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #454545;		
		font-weight: bold;
		background-color: #454545;
		color: #ffffff;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		}
		
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #eee;	
		color: #ddd;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		background: #fff;
		}
/* End pagination */

	#printForm {
		margin: 0;
		padding: 0;
		background-image: none;
		background-color: #fff;
		}
	.wp_rf_1 {
		position: relative;
		margin: 0;
		padding: 0;
		width: 637px;
		height: 835px;
		}
	.wp_rf_2 {
		margin: 0;
		padding: 0;
		width: 637px;
		height: 835px;
		}
	.wp_rf_coupon {
		margin: 0;
		padding: 0;
		width: 576px;
		height: 268px;
		}
	.wp_rf_1 div {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0;
		}
	.wp_rf_1 div.rentalFormSignature1Top {
		top: 72px;
		left: 160px;
		margin: 0;
		padding: 0;
		}	
	.wp_rf_1 div.rentalFormSignature2Top {
		top: 117px;
		left: 160px;
		margin: 0;
		padding: 0;
		}	
	.wp_rf_1 div.rentalFormDateTimeTop1 {
		top: 72px;
		left: 520px;
		margin: 0;
		padding: 0;
		}	
	.wp_rf_1 div.rentalFormDateTimeTop2 {
		top: 117px;
		left: 520px;
		margin: 0;
		padding: 0;
		}
	.wp_rf_1 div.rentalFormLastName {
		top: 150px;
		left: 72px;
		margin: 0;
		padding: 0;
		letter-spacing: 6.5px;
		}
	.wp_rf_1 div.rentalFormFirstName {
		top: 150px;
		left: 295px;
		margin: 0;
		padding: 0;
		letter-spacing: 6.5px;
		}
	.wp_rf_1 div.rentalFormMiddleInital {
		top: 150px;
		left: 428px;
		margin: 0;
		padding: 0;
		letter-spacing: 6.5px;
		}
	.wp_rf_1 div.rentalFormAddress {
		top: 169px;
		left: 105px;
		padding: 0;
		letter-spacing: 6.5px;
		}
	.wp_rf_1 div.rentalFormCity {
		top: 187px;
		left: 103px;
		margin: 0;
		padding: 0;
		letter-spacing: 6.5px;
		}
	.wp_rf_1 div.rentalFormState {
		top: 187px;
		left: 313px;
		margin: 0;
		padding: 0;
		letter-spacing: 6.5px;
		}
	.wp_rf_1 div.rentalFormZip {
		top: 187px;
		left: 371px;
		margin: 0;
		padding: 0;
		letter-spacing: 6.5px;
		}
	.wp_rf_1 div.rentalFormEmail {
		top: 205px;
		left: 115px;
		margin: 0;
		padding: 0;
		}
	.wp_rf_1 div.rentalFormPhoneAreaCode {
		top: 224px;
		left: 85px;
		margin: 0;
		padding: 0;
		letter-spacing: 6.5px;
		}
	.wp_rf_1 div.rentalFormPhonePrefix {
		top: 224px;
		left: 140px;
		margin: 0;
		padding: 0;
		letter-spacing: 6.5px;
		}
	.wp_rf_1 div.rentalFormPhoneLineNumber {
		top: 224px;
		left: 200px;
		margin: 0;
		padding: 0;
		letter-spacing: 6.5px;
		}
	.wp_rf_1 div.rentalFormGroupName {
		top: 224px;
		left: 325px;
		margin: 0;
		padding: 0;
		letter-spacing: 6.5px;
		}
	.wp_rf_1 div.rentalFormWeight {
		top: 245px;
		left: 95px;
		margin: 0;
		padding: 0;
		letter-spacing: 6.5px;
		}
	.wp_rf_1 div.rentalFormHeightFt {
		top: 245px;
		left: 230px;
		margin: 0;
		padding: 0;
		letter-spacing: 6.5px;
		}
	.wp_rf_1 div.rentalFormHeightIn {
		top: 245px;
		left: 455px;
		margin: 0;
		padding: 0;
		}
	.wp_rf_1 div.rentalFormAge {
		top: 245px;
		left: 330px;
		margin: 0;
		padding: 0;
		letter-spacing: 6.5px;
		}
	.wp_rf_1 div.rentalFormShoeSize {
		top: 245px;
		left: 413px;
		margin: 0;
		padding: 0;
		letter-spacing: 6.5px;
		}
	.wp_rf_1 div.rentalFormSkierType {
		top: 180px;
		left: 525px;
		margin: 0;
		padding: 0;
		}
	.wp_rf_1 div.rentalFormStanceLeft {
		top: 224px;
		left: 468px;
		margin: 0;
		padding: 0;
		}
	.wp_rf_1 div.rentalFormStanceRight{
		top: 221px;
		left: 527px;
		margin: 0;
		padding: 0;
		}
		.wp_rf_1 div.rentalFormDays {
		top: 253px;
		left: 530px;
		width: 200px;
		margin: 0;
		padding: 0;
		}
	.wp_rf_1 div.rentalFormInsuranceYes {
		top: 409px;
		left: 290px;
		margin: 0;
		padding: 0;
		}	
	.wp_rf_1 div.rentalFormInsuranceNo {
		top: 409px;
		left: 330px;
		margin: 0;
		padding: 0;
		}	
	.wp_rf_1 div.rentalFormSignature1 {
		top: 320px;
		left: 155px;
		margin: 0;
		padding: 0;
		}	
	.wp_rf_1 div.rentalFormSignature2 {
		top: 320px;
		left: 475px;
		margin: 0;
		padding: 0;
		}
	.wp_rf_1 div.rentalFormSignature3 {
		top: 395px;
		left: 185px;
		margin: 0;
		padding: 0;
		}
	.wp_rf_1 div.rentalFormDateTime {
		top: 393px;
		left: 480px;
		margin: 0;
		padding: 0;
		}
	.wp_rf_1 div.rentalFormGuestName {
		top: 725px;
		left: 185px;
		margin: 0;
		padding: 0;
		}
	
 /* Gallery Styles */
#filters {
	margin:1%;
	padding:0;
	list-style:none !important;
}

#filters li {
	float:left;
	list-style:none !important;
}

#filters li span {
	display: block;
	padding:5px 20px;		
	text-decoration:none;
	color:#fff;
	cursor: pointer;
	font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #253C80;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #253C80;
    margin-bottom: 20px;   
}

#filters li span.active {
	background: #C4171D;
	color:#fff;
}
 

 
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width:23%;
	margin:1%;
	display:none;
	float:left;
	overflow:hidden;
}

	.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		background: #666;
	}

	.portfolio img {
		max-width:100%;
		position: relative;
		top:0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);		
	}
	
	.portfolio .label {
		position: absolute;
		width: 100%;
		height:40px;
		bottom:-40px;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	}

		.portfolio .label-bg {
			background: #e95a44;
			width: 100%;
			height:100%;
			position: absolute;
			top:0;
			left:0;
		}
	
		.portfolio .label-text {
			color:#fff;
			position: relative;
			z-index:500;
			padding:5px 8px;
		}
			
			.portfolio .text-category {
				display:block;
				font-size:9px;
			}
/*	
	.portfolio:hover .label {
    bottom:0;
  }
	.portfolio:hover img {
    top:-30px;
  }  
*/
	

.form-row {
	margin-left: 18px;
}

/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}


/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
	#portfoliolist .portfolio {
		width:48%;
		margin:1%;
	}		

}


/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
}
