@font-face {
    font-family: 'Paddington';
    src: url('../fonts/Paddington.eot');
    src: url('../fonts/Paddington.eot') format('embedded-opentype'),
         url('../fonts/Paddington.woff2') format('woff2'),
         url('../fonts/Paddington.woff') format('woff'),
         url('../fonts/Paddington.ttf') format('truetype'),
         url('../fonts/Paddington.svg#Paddington') format('svg');
}
@font-face {
    font-family: 'kawoszeh';
    src: url('../fonts/kawoszeh.eot');
    src: url('../fonts/kawoszeh.eot') format('embedded-opentype'),
         url('../fonts/kawoszeh.woff2') format('woff2'),
         url('../fonts/kawoszeh.woff') format('woff'),
         url('../fonts/kawoszeh.ttf') format('truetype'),
         url('../fonts/kawoszeh.svg#kawoszeh') format('svg');
}
@font-face {
    font-family: 'Aller_Rg';
    src: url('../fonts/Aller_Rg.eot');
    src: url('../fonts/Aller_Rg.eot') format('embedded-opentype'),
         url('../fonts/Aller_Rg.woff2') format('woff2'),
         url('../fonts/Aller_Rg.woff') format('woff'),
         url('../fonts/Aller_Rg.ttf') format('truetype'),
         url('../fonts/Aller_Rg.svg#Aller_Rg') format('svg');
}
@font-face {
    font-family: 'adventBd1';
    src: url('../fonts/adventBd1.eot');
    src: url('../fonts/adventBd1.eot') format('embedded-opentype'),
         url('../fonts/adventBd1.woff2') format('woff2'),
         url('../fonts/adventBd1.woff') format('woff'),
         url('../fonts/adventBd1.ttf') format('truetype'),
         url('../fonts/adventBd1.svg#adventBd1') format('svg');
}


body {
	background:#eefeff;
	font-size: 14px;
	font-family: 'Open Sans';
	margin: 0px 0px 70px;
	background-size: cover;
}
.land-page-body{
	/*background:#ffffff url("../images/udi-spi.jpg") no-repeat center center;
	background-size: cover;*/
}
.spirit-bg{
	/*background:#ffffff url("../images/udi-spi.jpg") no-repeat center center;
	background-size: cover;*/
}
ol,ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
a {
	color:#333;
	display: inline-block;
	text-decoration: none;
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}
a:hover, a:focus {
	text-decoration: none;
	outline: 0 none;
}
.btn {
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}
.btn:hover, .btn:focus {
	outline: 0 none;
}
i {
	display: inline-block;
}
img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

/*sticky footer use when the page height is 2117px*/
/*sticky footer*/
html {
  min-height: 100%;
  position: relative;
  /* The html and body elements cannot have any padding or margin. */
}

/* Set the fixed height of the footer here */
.footer {
  position: absolute;
  bottom: 0;
  height: 70px;
  width: 100%;
}
.footer-top {
	background-color: #025a7e;
	min-height: 270px;
	position: relative;
	margin-top: 150px;
	padding-top: 50px;
}
.footer-inner{
	position: relative;
}
.footer-inner:before{
	background-image: url("../images/welcome-img.png");
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	content: " ";
	top: -165px;
	height: 115px;
	width: 100%;
	background-size: cover;
}

.footer-inner {
	padding: 0px 0px 20px;
}
.footer-heading {
  color: #fff;
  font-family: 'Paddington';
  font-size: 22px;
  margin-top: 0px;
}
.comment-form {
  margin: 0 -10px;
  padding-top: 10px;
}
.comment-form-outer .width-fifty {
  float: left;
  padding: 0 10px;
  width: 50%;
}
.comment-form-outer .form-control {
  border: 0 none;
  border-radius: 0;
  color: #0374bf;
  font-size: 13px;
  height: 32px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.comment-form-outer textarea.form-control {
  height: 72px !important;
  resize: none;
}
.contact-btn {
  background: #333333 none repeat scroll 0 0;
  border-color: transparent;
  border-radius: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 600;
  height: 34px;
  padding-bottom: 0;
  padding-top: 0;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out 0s;
}
.information-inner h2{
	/*max-width: 110px;
	margin: 20px auto 10px;*/
	text-align: center;
}
.footer-menu{
	max-width: 110px;
	margin: 20px auto 10px;
}
.footer-menu li{
	margin-bottom: 3px;
}
.footer-menu li a{
	color: #fff;
	font-size: 14px;
}
.footer-menu li a:hover{
	color: #0099FF;
}
.footer-menu li a i{
	margin-right: 15px;
}
.phone-menu-outer{
	margin: 20px auto 10px;
}
.phone-menu-outer li a{
	color: #fff;
	font-size: 15px;
	 font-family: 'Aller_Rg';
}
.phone-menu-outer li{
	margin-bottom: 10px;
}
.phone-icon{
	width: 21px;
	height: 21px;
	background: url("../images/phone-icon.png") no-repeat center center;
	vertical-align: middle;
	margin-right: 10px;
}
.msg-icon{
	width: 27px;
	height: 21px;
	background: url("../images/msg-icon.png") no-repeat center center;
	vertical-align: middle;
	margin-right: 10px;
}
.social-icon-outer li{
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.social-icon-outer li a{
	height: 30px;
	width: 30px;
	border: 2px solid #fff;
	border-radius: 50%;
	line-height: 26px;
	text-align: center;
	color: #fff;
}
.social-icon-outer li a:hover{
	border-color: #0099FF !important;
	color:  #0099FF !important;
}
.reach-inner p{
	font-size: 12px;
	color: #fff;
	margin-top: 10px;
}
.reach-inner p span{
	font-style: italic;
	font-weight: 700;
}
/*sticky footer*/

/*drop down menu*/
/*drop down menu*/
.nav li.dropdown {
    position: relative;
}
.nav li.dropdown a i {
	margin-left: 5px;
}
.dropdown-menu li {
	padding-bottom: 1px;
}
.dropdown-menu {
	margin-top: 0px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	/*background: #2d2d2d none repeat scroll 0 0 !important;*/
}
.navbar-nav .open .dropdown-menu {
	background: #fff;
}

@media (min-width: 768px){
.nav > li.dropdown:hover > .dropdown-menu {
	display: block;
}
.mega-menu > li.dropdown > ul > li.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  left: 100%;
  top: -2px;
}
.nav > li.dropdown.open > .dropdown-menu {
	display: none;
}
/*.navbar-right.mega-menu .dropdown-menu {
	left: -100% !important;
}*/
}
/*drop down menu responsive */
@media (max-width: 767px) {
	
	  .dropdown-menu {
	  	position: relative;
	  	top: 0;
	  	width: 100%;
	  }
	  
	  .mega-menu > .dropdown-toggle {
	position: relative;
	/*float: right;*/
	font-style: normal !important;
	/*width: 15px;*/
	z-index: 10;
	line-height: 32px;
	/*top:17px;*/
	cursor: pointer;
}
.mega-menu .dropdown-toggle::after {
  content: "";
  font-family: "FontAwesome";
  font-size: 17px;
  /*font-weight: 300;*/
  line-height: 1;
  margin-top: -7px;
  position: absolute;
  right: 25px;
  top: 18px;
  color:#025a7e !important;
  /*border: 1px solid #ee8a26;
  padding: 2px 10px;
  border-radius: 5px; */
  /*font-weight: bold;*/
}
.mega-menu li.active .dropdown-toggle::after{
	color: #fff !important;
}
.dropdown.open > .dropdown-toggle::after {
  content: "";
}
.dropdown-submenu .dropdown-toggle::after {
  content: "";
  font-family: "FontAwesome";
  font-size: 17px;
  /*font-weight: 300;*/
  line-height: 1;
  margin-top: -7px;
  position: absolute;
   top: 13px;
   right: 25px;
  /*right: 0px;*/
  
  color:#000 !important;
}

.dropdown-submenu.open .dropdown-toggle::after {
	content: "";
}
.menu > li > a {
	padding: 10px 15px !important;
}
.menu > li {
	margin-bottom: 1px;
}
	 
}
/*drop down menu responsive*/
/*drop down menu responsive*/


.land-page-inner{
	max-width: 829px;
	margin: 0 auto;
	padding: 0px 15px;
}
.logo-outer{
	padding: 0px;
	/*height: 130px;*/
	text-align: center;
}
.logo-outer a{
	display: block;
	/*height: 130px;*/
}
.logo-outer a img{
	height: 100%;
}

.land-page-inner h2{
	text-align: center;
	font-size: 30px;
	font-family: 'Paddington';
	margin: 10px 0px;
	line-height: 30px;
	font-style: italic;
}
.land-page-inner h2 span{
	color: #cc3300;
}
.count-text-outer h2{
	font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif;
	font-size: 34px;
	text-align: center;
	color: #0099ff;
	line-height: 34px;
	font-style: normal !important;
}
.count-text-outer p{
	font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif;
	font-size: 25px;
	text-align: center;
	color: #025a7e;
	line-height: 25px;
	margin-bottom: 5px;
}

.looking-menu li{
	font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif;
	font-size: 20px;
	background: url("../images/write-icon.png") no-repeat left center;
	padding-left: 24px;
	color: #025a7e;
}
.looking-outer h3{
	font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif;
	text-align: center;
	font-size: 34px;
	text-align: center;
	color: #cc3300;
	line-height: 30px;
	margin: 10px 0px;
}
.looking-menu-outer div{
	width: 33.333%;
	float: left;
}
.looking-menu-middle  ul.looking-menu{
	max-width: 135px;
	margin: 0 auto;
}
.looking-menu-right  ul.looking-menu{
	width: 177px;
	float: right;
}
.looking-outer h2{
	  font-family: 'kawoszeh';
	  font-size: 50px;
	  text-align: center;
	  color: #cc3300;
	  line-height: 50px;
}
.looking-outer p{
	 color: #025a7e;
font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif;
font-size: 25px;
line-height: 25px;
margin-bottom: 5px;
text-align: center;
}
.enter-btn{
	max-width: 369px;
	height: 83px;
	background: url("../images/enter-bg.png") no-repeat center center;
	margin: 0 auto;
	display: block;
	text-align: center;
	font-size: 40px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Aller_Rg';
}
.enter-btn:hover{
	color: #fff;
}
.land-page-body{
margin-bottom: 0px;
}

.menu-bar{
  border-color: transparent !important;
  border-top: 5px solid #025a7e !important;
  border-radius: 0px;
  border-left: 0 none;
  border-right: 0 none;
  border-bottom: 0 none;
  background: transparent !important;
  margin-bottom: 0px;
}
.logo{
  height: auto;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.mega-menu > li{
background: url("../images/menu-bor.png") no-repeat left center;
  padding-left: 2px;
}
.mega-menu > li:first-child{
  background: none;
  padding-left: 0px;
}
.mega-menu > li > a{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  line-height: 93px;
  text-transform: uppercase;
  color: #025a7e !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
  font-size:13px;
}
.mega-menu > li:hover > a{
   background: #025a7e !important;
   color:#fff !important;
}
.mega-menu > li:hover > a:after{
   color:#fff !important;
}
.mega-menu > li.active > a{
   background: #025a7e !important;
   color:#fff !important;
   position: relative;
}
.mega-menu > li.active > a:before{
  content:"";
  position: absolute;
  width: 0; 
  height: 0; 
  border-left: 7px solid transparent; 
  border-right: 7px solid transparent; 
  border-bottom: 12px solid #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  	-webkit-transform: translateX(-50%);
  		-moz-transform: translateX(-50%);
}
.mega-menu > li:hover > a:before{
  content:"";
  position: absolute;
  width: 0; 
  height: 0; 
  border-left: 7px solid transparent; 
  border-right: 7px solid transparent; 
  border-bottom: 12px solid #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  	-webkit-transform: translateX(-50%);
  		-moz-transform: translateX(-50%);
}

.carousel-indicators {
  margin-left: 0;
  text-align: right;
  transform: translateX(-50%);
  width: 1140px;
  bottom: 40px;
}
.carousel-indicators li{
  height: 17px;
  width: 17px;
  background: #fff !important;
  border-color: #135d68 !important;
}
.carousel-indicators li.active{
 height: 17px;
  width: 17px;
  margin: 1px;
  background: #135d68 !important;
}
.carousel-control{
  background: none !important;
}
.carousel-caption{
   font-family: 'Paddington';
  width: 1140px;
  left: 50%;
  bottom: 80px;
  text-shadow: 0px 3px 0px #025a7e;
  text-align: left;
   transform: translateX(-50%);
   	-webkit-transform: translateX(-50%);
   		-moz-transform: translateX(-50%);
   
}
.carousel-caption h2, .carousel-caption h3{
   font-size: 57px;
   line-height: 60px;
   margin: 0px;
   
 }
.carousel-caption p {
  background: #135d68 none repeat scroll 0 0;
  font-size: 29px;
  height: 43px;
  line-height: 43px;
  margin-top: 10px;
  position: relative;
  text-shadow: 0 0 0 !important;
  width: 456px;
  padding-left: 20px;
  margin-left: -20px;
}
.carousel-caption p::before {
  border-right: 20px solid transparent;
  border-top: 43px solid #135d68;
  content: "";
  height: 0;
  position: absolute;
  right: -20px;
  width: 0;
}
.carousel-caption p::after {
  border-left: 20px solid transparent;
  border-bottom: 43px solid #135d68;
  content: "";
  height: 0;
  position: absolute;
  left: -20px;
  width: 0;
}

.whyous-outer {
  text-align: center;
  margin-top: -37px;
  position: relative;
  background: #fff;
  padding-top: 25px;
  padding-bottom: 20px;
  
}
.whyous-outer::before {
  background: rgba(0, 0, 0, 0) url("../images/outline.png") no-repeat scroll left top;
  content: " ";
  height: 192px;
  left: -7px;
  position: absolute;
  right: -7px;
  top: -8px;
  width: auto;
  z-index: 999;
  background-size: 100% 100%;
}
.whyous-outer h2{
  margin-top: 0px;
  font-family: 'Paddington';
  font-size: 28px;
  color: #025a7e;
  line-height: 30px;
}
.whyous-outer h3{
  margin-top: 0px;
  font-family: 'Paddington';
  font-size: 24px;
  color: #0099ff;
  line-height: 24px;
}

.why-icon-outer i{
 height: 96px;
 width: 96px;
 border-radius: 50%;
 line-height: 84px;
 border: 5px solid #fff;
 margin-top: -42px;
}
.why-icon-one{
  background: url("../images/why-icon.png") no-repeat center center #fcc135;
}
.why-icon-two{
  background: url("../images/why-icon-two.png") no-repeat center center #33c7f7;
}
.why-icon-three{
  background: url("../images/why-icon-three.png") no-repeat center center #72e1d0;
}
.why-box-inner{
  background: #f5f5f5;
  height: 185px;
}
.why-box-inner h4{
  font-size: 18px;
  text-transform: uppercase;
  color: #57809e;
  font-weight: bold;
}
.why-box-inner p{
  color: #aeaeae;
}
.why-box-sec-outer{
   padding-top: 50px;
}

.lattest-package-outer h2{
  font-size: 39px;
  font-family: 'Paddington';
  color: #025a7e;
  text-transform: uppercase;
  padding-bottom: 0px;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 8px;
}
.item-img-outer a{
  display: block;
}
.item-img-outer a img{
  width: 100%;
}
.item-text-outer{
  padding: 20px 10px 15px;
  /*min-height: 180px;*/
}
.item-text-outer h3{
   font-size: 18px;
   color: #2e6c9d;
   margin-top: 0px;
   font-family: 'Paddington';
}
.item-text-outer p{
  color: #8c8c8c;
  margin-bottom: 0px;
  font-size: 13px;
}
.book-btn{
  background: #04a7ea;
  border: 0 none;
  border-radius: 0px;
  height: 47px;
  padding-top:0px;
  padding-bottom: 0px;
  line-height: 47px;
  position: relative;
  font-size: 20px;
  font-family: 'Paddington';
  text-transform: uppercase;
  padding-right: 52px;
}
.book-btn i{
  position: absolute;
  right: 0;
  width: 52px;
  background: #2e6c9d;
   height: 47px;
   line-height: 47px;
   text-align: center;
}
.pckg-item-inner{
   border: 1px solid #ececec;
}


.lattest-slider-outer .owl-controls .owl-nav div{
   border-radius: 0px !important;
   top:-60px;
   right: 0px;
   width: 31px;
   background-color: transparent !important;
   height: 35px;
   line-height: 33px;
   padding-top: 0px !important;
   padding-bottom: 0px !important;
   color: #426583 !important;
    border: 1px solid #efefef !important;
}
.lattest-slider-outer .owl-controls .owl-nav .owl-prev {
  background-color: transparent !important;
  margin: 0 !important;
  position: absolute;
  right: 35px;
  color: #426583 !important;
  border: 1px solid #efefef !important;
}

.lattest-slider-outer .owl-controls .owl-nav .owl-next {
  margin: 0 !important;
  position: absolute;
  
 
  
}

.what-slider-outer .item-text-outer{
   background: #eaeeef;
   border: 0 none;
   font-size: 12px;
   height: 168px;
   padding: 35px 19px 35px 50px;
   position: relative;
}
.what-slider-outer .item-text-outer:before{
  position: absolute;
  content:" ";
  bottom: -30px;
  width: 0; 
  height: 0; 
  border-top: 30px solid #eaeeef; 
  border-left: 30px solid transparent;
  right: 140px;
}
.lattest-package-outer{
	padding-bottom: 1px;
}
.what-slider-outer .item-text-outer:after{
	background: url("../images/comma.png") no-repeat center center;
	width: 27px;
	height: 21px;
	position: absolute;
  content:" ";
  top: 30px;
  left: 15px;
}
.what-slider-outer .item{
	border: 0 none;
}
.client-pic-outer{
	float: right;
}
.client-pic {
  border-radius: 50%;
  
  height: 100px;
  margin-right: 20px;
  margin-top: 10px;
  width: 100px;
}
.client-pic img{
	width: auto !important;
}
.item-name-outer p{
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.what-slider-outer .owl-controls .owl-nav div{
	background: transparent !important;
	font-size: 0px !important;
}
.what-slider-outer .owl-controls .owl-nav .owl-prev {
	background-image: url("../images/client-arrow.png") !important ;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	right: 25px !important;
	border: 0 none !important;
}
.what-slider-outer .owl-controls .owl-nav .owl-next {
	background-image: url("../images/client-arrow-two.png") !important ;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}
.sign-outer{
	min-height: 104px;
	background: #fcc135 !important;
	padding: 25px;
	margin: 25px 0px 40px;
}
.sign-left{
	width: 62%;
	float: left;
}
.sign-left h2{
	margin-top: 0px;
	font-weight: bold;
	color: #feffff;
	margin-bottom: 2px;
	font-size: 26px;
	text-transform: uppercase;
}
.sign-left p{
	color: #5e745d;
}
.sign-right{
	width: 38%;
	float: left;
	padding-left: 15px;
}
.sign-right .input-group .form-control{
	/*width: 352px;*/
	background: #fcd472 !important;
	border-radius: 0px;
	border-color: #fff !important;
	height: 48px;
}
.sign-right .input-group {
	width: 100%;
}
.sign-right .form-group{
	width: 100%;
}
.sign-right .input-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #2E6C9D;
}
.sign-right .input-group .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #2E6C9D;
}
.sign-right .input-group .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #2E6C9D;
}
.sign-right .input-group .form-control:-moz-placeholder { /* Firefox 18- */
  color: #2E6C9D;
}
.sign-right .input-group-addon{
	background: transparent !important;
	border-color: transparent !important;
	font-weight: bold;
	font-size: 15px;
	padding: 0px !important;
	text-transform: uppercase;
	color: #fff !important;
	cursor: pointer;
	height: 48px;
	border-radius: 0px;
}
.welcome-outer h2{
	text-align: center;
	margin-top: 0px;
	font-family: 'Paddington';
	color: #025a7e;
	text-transform: uppercase;
	
}
.welcome-outer h2 span{
	color: #cc3300 !important;
}
.welcome-outer p{
	text-align: center;
	padding: 0px 10px;
	color: #7a7a7a !important;
	margin-bottom: 15px;
}
.welcome-outer{
	position: relative;
}
/*.owl-carousel .owl-item {
  backface-visibility: visible !important;
}*/
.what-slider-outer .item-text-outer p{
	color: #000 !important;
	text-align: left !important;
	font-style: italic;
}
.dropdown-menu{
	border: 0 none;
}

.slider-outer .carousel-inner .item{
	text-align: center;
	height: 450px;
}
.slider-outer .carousel-inner .item img{
	display: inline-block !important;
	position: relative;
	top:0;
	left:0;
	right: 0;
	bottom:0;
	height: 100%;
	width: 100%;
	/*width: 100%;*/
}
.package-page-outer{
	background: #f5f5f5;
}
.package-page-inner{
	padding: 30px 0px 30px;
}
.package-page-inner .pckg-item-inner{
	border-color: #ddd !important;
	margin-top: 15px;
}
.package-page-inner .pckg-item-inner .price{
	margin: 10px 0px;
	font-size: 20px; 
}
.package-page-inner .pckg-item-inner .price i{
	vertical-align: middle;
}
.packege-detail-banner-outer{
	height: 300px;
	position: relative;
}
.packege-detail-banner-outer img{
	position: absolute;
	left:0;
	right: 0;
	bottom: 0;
	top:0;
	height: 100%;
	width: 100%;
}


.breadcrumb-arrow {
    height: 36px;
    padding: 0;
    line-height: 36px;
    list-style: none;
    background-color: #fff;
    margin-bottom: 5px;
    /*border: 1px solid #ddd;*/
    border-radius: 0px;
}
.breadcrumb-arrow li:first-child a {
    border-radius: 0px 0 0 0px;
    -webkit-border-radius: 0px 0 0 0px;
    -moz-border-radius: 0px 0 0 0px
}
.breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
    display: inline-block;
    vertical-align: top;
}
.breadcrumb-arrow li:not(:first-child) {
    margin-left: -5px
}
.breadcrumb-arrow li+li:before {
    padding: 0;
    content: ""
}
.breadcrumb-arrow li span {
    padding: 0 10px
}
.breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
    height: 36px;
    padding: 0 10px 0 25px;
    line-height: 36px
}
.breadcrumb-arrow li:first-child a {
    padding: 0 10px
}
.breadcrumb-arrow li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #3bafda;
    border: 1px solid #3bafda
}
.breadcrumb-arrow li:first-child a {
    padding-left: 10px
}
.breadcrumb-arrow li a:after, .breadcrumb-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent
}
.breadcrumb-arrow li a:before {
    right: -10px;
    z-index: 3;
    border-left-color: #3bafda;
    border-left-style: solid;
    border-left-width: 11px
}
.breadcrumb-arrow li a:after {
    right: -11px;
    z-index: 2;
    border-left: 11px solid #2494be
}
.breadcrumb-arrow li a:focus, .breadcrumb-arrow li a:hover {
    background-color: #4fc1e9;
    border: 1px solid #4fc1e9
}
.breadcrumb-arrow li a:focus:before, .breadcrumb-arrow li a:hover:before {
    border-left-color: #4fc1e9
}
.breadcrumb-arrow li a:active {
    background-color: #2494be;
    border: 1px solid #2494be
}
.breadcrumb-arrow li a:active:after, .breadcrumb-arrow li a:active:before {
    border-left-color: #2494be
}
.breadcrumb-arrow li span {
    color: #434a54
}
.packege-detail-content-inner{
	padding: 30px 0px;
}
.package-detail-heading h2{
	border-bottom: 1px solid #e5e5e5;
color: #025a7e;
font-family: "Paddington";
font-size: 30px;
margin-bottom: 20px;
margin-top: 10px;
padding-bottom: 0;
text-transform: uppercase;

}
.packege-detail-content-inner .breadcumb-outer{
	margin-bottom: 20px;
}
.packege-detail-content-inner  .breadcrumb-arrow{
	background: #f5f5f5;
}
.package-detail-middle-inner h2{
	margin-top: 0px;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}
.pckg-desc-outer p{
	text-align: justify;
}
.package-detail-heading h3{
	display: inline-block;
	margin: 0px;
	font-family: "Paddington";
	font-size: 20px;
	border-right: 1px solid #0e59b0;
padding-right: 9px;
}
.package-detail-heading span{
	display: inline-block;
	margin: 0px;
	font-family: "Paddington";
	font-size: 20px;
	padding-left: 9px;
	vertical-align: middle;
}
.package-detail-box{
	background: #f5f5f5;
}
.package-detail-middle-inner{
	padding-top: 15px;
}
.package-detail-right-inner{
	height: 296px;
	background: #fff;
	margin: 5px 5px 5px 0px;
	text-align: center;
	padding: 10px 0px;
}
.package-detail-right-inner .prv-price{
	font-size: 18px;
	text-decoration: line-through;
	margin-bottom: 0px;
}
.package-detail-right-inner .prv-price i{
	text-decoration: line-through;
}
.package-detail-right-inner .curr-price{
	font-size: 36px;
}
.package-detail-right-inner .curr-price i{
	vertical-align: middle;
}
.package-detail-right-inner .send-btn{
	margin-top: 20px;
	background: #025A7E;
	border: transparent !important;
	font-weight: 600;
}
.package-detail-right-inner .send-btn:hover, .package-detail-right-inner .send-btn:focus{
	background: #3bafda;
}
textarea.form-control{
	resize: none;
}
.about-inner{
	padding: 20px 0px 40px;
}
.about-inner p{
	text-align: justify;
}
.contact-page-right-inner{
	background: #f5f5f5;
	height: auto;
	padding: 15px;
}


.address-menu li p{
	margin-bottom: 0px;
}
.address-menu li{
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
	width: 100%;
	float: left;
}
.address-menu li i{
	position: absolute;
	left:0;
	top: 5px;
}
.contact-page-right-inner h3{
	margin-top: 0px;
	font-weight: bold;
	font-size: 20px;
	/*padding-bottom: 10px;
	border-bottom: 1px solid #000;*/
}
.follow-outer .social-icon-outer{
	padding-top: 5px;
}
.follow-outer  .social-icon-outer li a{
	border-color: #000;
	color: #000;
}
.package-detail-content-outer p{
	text-align: justify;
}
.package-detail-box-outer img{
	float: left;
	height: 135px;
}
.package-detail-content{
	display: table-cell;
	width: 1%;
	padding: 0px 20px;
	
}
.package-detail-box-outer{
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #999;
}
.package-detail-box-outer:last-child{
	border-bottom:0 none;
}
.package-detail-box-outer:nth-child(even) .package-detail-box-inner{
	background: #f5f5f5;
}
.about-img-outer img{
	width: 100%;
}
.package-detail-content hr{
	border-color: #000;
}
.package-detail-content-right-inner{
	background: #f5f5f5;
	padding: 10px;
}
.send-btn{
	background: #025A7E !important;
	border: 0 none !important;
	font-family: "Paddington";
}
.send-btn:hover, .send-btn:focus{
	background: #008BE1 !important;
}
.package-detail-content h4{
	font-weight: 600;
}
.about-page-inner{
	padding-bottom: 0px !important;
}
.package-detail-content-right-inner h2{
	margin-top: 0px;
	font-size: 22px;
	font-weight: bold;
}
.package-page-inner h2{
	margin-top: 20px;
}
.enter-btn-two{
	background: #cc3300;
	height: auto;
	margin: 20px auto;
}
.about-btn{
	background: #0099ff;
	font-family: "Paddington";
	padding: 10px 15px;
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 23px;
	margin: 20px 0px;
}
.spiritual-box-outr h3{
	font-family: "Paddington";
}
.spirit-slider-outer .carousel-inner .item{
	/*height: auto !important;*/
}

.post-preview-img-inner {
  border: 4px solid #ddd;
}
.post-img-detail{
	text-align: center; 
}
.post-preview-img{
	position: relative;
}
.post-img-detail  .post-img-zoom-icon{
	background: rgba(0,0,0,0.6);
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color:#fff;
	opacity: 0;
	border: 1px solid #fff;
	transition:  all 0.5s ease-in-out 0s;
		-webkit-transition:  all 0.5s ease-in-out 0s;
			-moz-transition:  all 0.5s ease-in-out 0s;
}
.post-preview:hover .post-img-detail  .post-img-zoom-icon{
	opacity: 1;
}
.post-img-detail{
	background: rgba(0,0,0,0.6);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition:  all 0.5s ease-in-out 0s;
		-webkit-transition:  all 0.5s ease-in-out 0s;
			-moz-transition:  all 0.5s ease-in-out 0s;
}
.post-preview:hover .post-img-detail{
	opacity: 1;
}
.photos-name{
	padding: 10px 10px;
	background: #f5f5f5;
}
.post-preview-img-inner{
	background: #f5f5f5;
	padding: 6px;
	text-align: center;
}
.post-preview-img-inner img{
	height: 150px;
}
.post-preview-nme{
	padding: 10px;
	border: 1px solid #fff;
	background: #f5f5f5;
}
.post-preview-nme p{
	margin-bottom: 0px;
	color: #000 !important;
	font-size: 16px;
	
}
.post-preview{
	/*padding: 5px 0px 20px*/
}
      .post-preview-img-inner {
      	background: #fff;
  /*border: 1px solid #ffea00;*/
}
.post-img-detail{
	text-align: center; 
}
.post-preview-img{
	position: relative;
}
.post-img-detail  .post-img-zoom-icon{
	background: rgba(0,0,0,0.6);
	height: 40px;
	width: 40px;
	line-height: 38px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color:#fff;
	opacity: 0;
	border: 1px solid #fff;
	transition:  all 0.5s ease-in-out 0s;
		-webkit-transition:  all 0.5s ease-in-out 0s;
			-moz-transition:  all 0.5s ease-in-out 0s;
}
.post-preview:hover .post-img-detail  .post-img-zoom-icon{
	opacity: 1;
}
.post-img-detail{
	background: rgba(0,0,0,0.6);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition:  all 0.5s ease-in-out 0s;
		-webkit-transition:  all 0.5s ease-in-out 0s;
			-moz-transition:  all 0.5s ease-in-out 0s;
}
.post-preview:hover .post-img-detail{
	opacity: 1;
}
.spiritual-galary-outr{
	position: relative;
	margin: 20px 0px;
}
.spiritual-galary-outr .owl-nav div{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
			-moz-transform: translateY(-50%);
}
.spiritual-galary-outr .owl-nav div.owl-prev{
	left: -50px;
}
.spiritual-galary-outr .owl-nav div.owl-next{
	right: -50px;
}
.spiritual-box-outr p{
	text-align: justify;
}
.spiritual-rht-inr{
	margin-top: 20px;
}
.spiritual-gallery-sec-outr{
	background: #f5f5f5;
}
.spiritual-galary-outr .owl-controls{
	margin: 0px !important;
}
.spiritual-galary-outr h3{
	font-family: "Paddington";
	text-transform: uppercase;
}
.enter-btn:hover{
	transform: scale(1.2,1.2);
	  -webkit-transform: scale(1.2,1.2);
	  	-moz-transform: scale(1.2,1.2);
}
.enter-btn:focus{
	color: #fff;
}
.breadcrumb li a{
	transition: none !important;
}
.item-img-outer a img{
	height: 150px;
}
.service-mnu li{
	position: relative;
	padding-left: 20px;
	margin-bottom: 5px;
}
.service-mnu li:before{
	position: absolute;
	font-family: FontAwesome;
	content: "";
	left:0;
	top: 0px;
}
.service-mnu{
	margin-bottom: 10px;
}
.about-page-inner p b{
	font-size: 18px;
}
.detail-mnu-box-outr label{
	float: left;
	width: 110px;
}
.detail-mnu-box-outr p{
	float: left;
}
.about-follow-outr h3{
	margin: 0px;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	margin-right: 10px;
}
.about-follow-outr .social-icon-outer{
	display: inline-block;
	vertical-align: middle;
}
.about-page-inner p a.email-hover{
	text-decoration: underline;
	color: #025a7e;
	font-weight: bold;
}
.about-page-inner p a.email-hover:hover{
	color: #000;
}
.address-menu li h4{
	font-weight: 600;
	margin-top: 0px;
}
.address-menu .width-fifty{
	width: 50%;
	float: left;
}
/*.owl-carousel .owl-item{
	backface-visibility: visible !important;
}*/
.welcome-outer{
	text-align: center;
}
.welcome-outer .book-btn{
	padding-right: 12px !important;
}
.addr-box-inr .addr-box-content{
	float: left;
}
.addr-box-inr .addr-box-content:nth-child(3){
	margin-left: 10px;
}
.spit-box-outr{
	width: 20%;
	padding: 0px 5px;
}
.spit-box-text{
	padding: 1px 5px;
	background: #fff;
}
.spit-box-text h3{
	margin-top: 10px;
	font-size: 18px;
	margin-bottom: 5px;
}
.price-text{
	font-size: 16px;
	font-weight: 600;
}
.spit-box-text p{
	margin-bottom: 5px;
}
.spit-box-inr .book-btn{
	padding-right: 12px;
	margin: 15px -5px 0px;
	width: auto;
}
.modal-open{
	padding-right: 0px !important;
}
.modal-close{
	opacity: 1;
	font-size: 30px;
}
.modal-title{
	font-size: 22px;
	font-weight: bold;
}
.spit-box-text h3{
	height: 40px;
}
.spit-box-pic img{
	height: 168px;
}
.package-right-box-pic{
background: #fff none repeat scroll 0 0;
padding: 6px;
text-align: center;
border: 4px solid #ddd;
margin-top: 15px;
}
.spiritual-rht-outr{
	float: right;
}
.addr-box-content p{
	text-transform: capitalize;
}
.promo-txt{
	margin-top: 10px;
	font-family: "Paddington";
	font-size: 20px;
}
.spiritual-nxt h2{
	margin: 10px 0px;
	font-family: "Paddington";
	text-align: center;
	font-size: 24px;
}
.spiritual-nxt .spit-box-pic img{
	width: 100%;
	height: auto;
} 
.spiritual-nxt .spit-box-text h3{
	height: auto;
	font-family: "Paddington";
	text-transform: uppercase;
}
.spiritual-nxt{
	margin-top: 15px;
	border: 2px solid #000; 
	padding: 1px 15px 15px;
	-webkit-animation: 1s blink step-end infinite;
  -moz-animation: 1s blink step-end infinite;
}
@-webkit-keyframes blink {from , to { border-color:#ccc}
50%{border-color:#000}
}
@-moz-keyframes blink {from , to { border-color:#ccc}
50%{border-color:#000}}

.carousel-caption h2{
	text-transform: uppercase;
}
.carousel-caption h3{
	text-transform: uppercase;
}
.sign-outer:before, .sign-outer:after{
	content: " ";
	display: table;
}
.sign-outer:after{
	clear: both;
}
.sign-right .input-group-addon .btn{
	background: #2e6c9d !important;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff !important;
	height: 50px;
	border-radius: 0px;
}
.sign-right .input-group-addon{
	width: 50px !important;
}
.social-icon-outer li a{
	padding-top: 6px;
}
.welcome-outer{
	padding-top: 35px;
}
.breadcrumb-arrow li a i{
	line-height: 36px !important;
}
.lattest-slider-outer .owl-controls .owl-nav div i{
	line-height: 33px !important;
}
.post-img-zoom-icon i{
	line-height: 38px !important;
}
.spiritual-galary-outr .owl-nav div i{
	line-height: 1 !important;
}

.dropdown-menu li a:hover{
	background: #025a7e !important;
	color: #fff !important;
}
.testimonial-box-inr .testimonial-box{
  border-bottom: 1px solid #ddd;
  padding: 20px 0px;
}
.testimonial-text h3{
  font-weight: bold;
  margin-top: 0px;
  font-size: 18px;
}
.testimonial-text h4{
  margin-bottom: 20px;
}
.testimonial-img{
  border: 1px solid #ddd;
  padding: 15px;
  text-align: center;
}
.header-outer{
  border-bottom: 1px solid #ddd;
}
.testimonial-text{
  position: relative;
  padding: 35px 15px;
  background: #f5f5f5;
}
.testimonial-text:before{
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  content: "\f10d";
  top:10px;
  left:15px;
}
.testimonial-text:after{
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  content: "\f10e";
  bottom:10px;
  right:15px;
}
.lattest-package-outer .testimonial-text::before {
   content:" " !important;
}
.lattest-package-outer .testimonial-text::after {
   content:" " !important;
}
.lattest-package-outer .testimonial-text{
	padding-top: 15px;
	padding-bottom: 15px;
}

.gallery-grid-outr{
	border-top: 1px solid #ddd;
}
.gallery-img-grid-inr .fancybox-img-outr {
    margin-top: 18px;
}
.fancybox-img-outr {
	border: 4px solid #ddd;
	position: relative;
	overflow: hidden;
}
.fancybox-img-outr:hover .post-img-detail {
	opacity: 1;
	left: 0;
}
.post-img-detail {
	position: absolute;
	left: -100%;
	right: auto;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	opacity: 0;
	width: 100%;
	text-align: center;
}
.gallery-img-grid-inr{
	margin-bottom: 20px;
}
.fancybox-img-outr .post-img-detail {
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}
.post-img-detail a {
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #fff;
}
.gallery-pge-heading h2{
	text-align: center;
}
.gallery-pge-inr{
	padding: 30px 0px;
}
.gallery-video-outr{
	padding: 10px;
	border: 1px solid #ddd;
	margin-top: 20px;
}
.fancybox-img-outr img{
	height: 200px;
}
.gallery-img-grid-inr h3{
	font-family: 'Paddington';
	color: #025a7e;
}
.gallery-video-grid-inr h3{
	font-family: 'Paddington';
	color: #025a7e;
}
.gallery-img-grid-inr{
	border-bottom: 1px dashed  #ddd;
	padding-bottom: 30px;
}
.gallery-img-grid-inr:last-child{
	border: 0 none;
}
.gallery-video-grid-inr{
	border-bottom: 1px dashed  #ddd;
	padding-bottom: 30px;
}
.gallery-video-grid-inr:last-child{
	border-bottom: 0 none;
}
.travel-enqury-banner-outr{
	position: relative;
	height: 295px;
}
.banner-caption-outr{
	position: absolute;
	left:0;
	right:0;
	width: 100% !important;
	top: 50%;
	transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
}
.banner-caption-inr h3{
	color: #fff;
	font-size: 60px;
	font-family: 'Paddington';
	margin: 0px !important;
}
.travel-page-form-box-outr{
	background: #fff;
	padding: 35px 38px 23px 46px;
	border: 1px solid #d6d6d6;
	margin-top: 20px;
}
.travel-page-form-box-outr .form-heading{
	border-bottom: 1px solid #999;
	padding-bottom: 14px;
	margin-bottom: 22px;
}
.travel-page-form-box-outr .form-heading h2{
	margin: 0px 0px 13px;
}
.travel-page-form-outr .col-sm-2{
	width: 28%;
}
.travel-page-form-outr .col-sm-10{
	width: 72%;
}
.travel-page-form-box-outr label{
	font-weight: normal;
}
.travel-page-form-box-outr label span{
	float: right;
}

.travel-page-form-outr .col-sm-offset-2 {
	margin-left: 28% !important;
}
.travel-btn{
	font-family: 'Paddington';
	background: #01577c;
	border-radius: 0px;
	border: 1px solid transparent;
	color: #fff;
	font-size: 29px;
}
.travel-btn:hover{
	border-color: #01577c;
	background: #fff;
	color: #01577c;
}
.travel-pge-form-inr{
	padding: 20px 0px 40px;
}
.travel-page-img-outr{
	margin-top: 20px;
}
.travel-page-col-outr{
	width: 60.5%;
}
.travel-page-img-col{
	width: 39.5%;
}
.travel-page-img-outr{
	border: 1px solid #d6d6d6;
}
.travel-page-form-box-outr  input[type=text].form-control{
	height: 47px;
	border-radius: 0px;
}
.travel-page-form-box-outr textarea{
	border-radius: 0px;
}
.travel-page-img-outr{
	position: relative;
}
.travel-page-img-outr h3{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 45px;
	margin: 0px;
}
.travel-page-img-outr h3{
	font-family: 'Paddington';
	font-size: 29px;
	line-height: 1.2;
}
.travel-page-form-outr .text-danger{
	color: #ff0000;
}
.blink-text-sec-outr{
	position: absolute;
	bottom:60px;
	width: 100%;
	
}
.blink-text-sec-inr h4{
	color: #fff;
	font-family: 'Paddington';
	font-size: 25px;
	background: rgba(0,0,0,0.7);
	padding: 10px;
	text-align: center;
}
.blink-text-sec-inr h4 span{
	animation: animate 1.5s linear infinite;
}
.blink-text-sec-inr{
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
}

@keyframes animate{
   0%{
     opacity: 0;
   }
   50%{
     opacity: 0.7;
   }
   100%{
     opacity: 0;
   }
 }
 
 .counselling-grid-outr .row{
	 align-items: center;
	 display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
 }
.counselling-text-outr p{
	margin-bottom: 0px;
}
.counselling-text-outr h3{
	margin-top: 0px;
	margin-bottom: 15px;
}
.looking-outer p{
	margin-top: 15px;
}
.logo img{
	width: 200px;
}