/*font-family: 'Playball', cursive;
font-family: 'Play', sans-serif;*/
html {
	font-size: 10px;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	height: 100%;
}
body {
	font-family: 'Play', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	background-color: #fff;
	margin: 0;
	font-weight: 400;
}
.headerPanel {
	  background-color: #0f4e8c;
}
.logoPanel {
	float: left;
	display: inline-block;
	background-color: #fff;
	padding: 0px 25px;
	position: relative;
	margin-left: -9999px;
	padding-left: 9999px;
}
.logoPanel .main-logo {
	width: 140px;
	margin: 10px 0px;
}
.logoPanel .main-logo img {
	width: 100%;
}
.hd-bottom-section {
	background-color: #a7bf2b;
	width: 100%;
	color: #fff;
}
.mainAccessPanel .drawer-main drawer-navbar-default ul.drawer-menu li > a {
	text-transform: uppercase;
	color: #fff;
}
.another-sec > span > * {
	display: inline-block;
	line-height: 34px;
}
.another-sec > span {
	margin-left: 12px;
}
.hd-tele-phone font {
	position: relative;
	padding-left: 22px;
	color: #e2f0fd;
	padding-right: 6px;
}
.hd-tele-phone font:before {
	position: absolute;
	content: '\f098';
	left: 0;
	font-size: 20px;
	font-family: FontAwesome;
	color: #fff;
}
.another-sec > span.hd-book-btn a {
	background-color: transparent;
	position: relative;
	padding: 0 12px 0 28px;
	color:#fff;
}
.another-sec > span.hd-book-btn a:before {
	position: absolute;
	content: '\f090';
	left: 6px;
	font-size: 20px;
	font-family: FontAwesome;
	color: #fff;
}
.another-sec > span.hd-book-btn a:hover {
	background-color: #fff;
	color: #333;
}
.another-sec > span.hd-book-btn a:hover:before {
	color: #333;
}
.fullscreen-background {
	background-image: url(../images/banner-full.png);
	background-size: cover;
	background-position: 50% 50%;
}
.fullscreen-content{
	display:table;
	height:500px;
	overflow:hidden;
	  width: 100%;
  color:#fff;
}
.fullscreen-content .full-caption{
	display:table-cell;
    position:relative;
    vertical-align:middle;
    text-align:center;
}
.logo-line{
	width:35%;
	margin:35px auto;
	position:relative;
	
}
.logo-line .line-sep{
	width:18px;
	height:14px;
	background-image:url(../images/line-center-icon.png);
	margin:0 auto;
	display:block;
	
}
.logo-line .line-sep:before, .logo-line .line-sep:after{
	position:absolute;
	content:'';
	 top: 45%;
	 width:45%;
	 background-color:#fff;
	 height:3px;
}
.logo-line .line-sep:before{
	left:0;
}
.logo-line .line-sep:after{
	right:0;

}
.caption-text{
  font-size: 25.888px;
  padding: 0px 16%;
  line-height: 36px;
  color: #fff;
  font-weight: 700;
    margin: 40px 0px;
	  text-shadow: 0px 2px 4px rgba(0,0,0,0.6);
}
.animatedArrow{
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}
.animatedArrow .scroll-down-icon {
  width: 36px;
  height: 36px;
  margin: 0 auto 20px;
}
.animatedArrow .arrowBtn{
background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255,255,255,0.6);
  padding: 12px 50px;
  display: inline-block;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
  text-align: center;
  text-transform: uppercase;
  position:relative;
    -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.animatedArrow .arrowBtn:hover:before{
	height:30px;
}
.animatedArrow .arrowBtn:before{
	position:absolute;
	content:'';
	height:0px;
	width:2px;
	background-color:#fff;
	bottom:-30px;
	left:50%;
	margin-top:-15px;
	margin-left:-0.5px;
	 -webkit-transition: height .3s ease;
  -moz-transition: height .3s ease;
  transition: height .3s ease;
}
.animatedArrow .arrowBtn:after{
position: absolute;
  content: '\f107';
  font-family: FontAwesome;
  bottom: -62px;
  left: 50%;
  font-size: 46px;
  color: #fff;
  margin-left: -14px;
}
.sectionPanel{
	padding:60px 0px;
}
.sectionPanel-gray{background-color:#f1efec;}
.index-short-codes{margin-bottom:36.651px;}
.index-short-codes strong{
	font-size:18px;
	margin-bottom:10px;
	  display: inline-block;
	  color:#0f4e8c;
}
.aboutUs-Access{position:relative;}
.aboutUs-Access img{
	width:100%;
	max-width:100%;
	transition:all 0.2s ease;
}
.aboutUs-Access:hover img{
	 -webkit-transform:scale(1.01);
     -moz-transform:scale(1.01);
     transform:scale(1.01);
}
.abt-access-btn{
	position: relative;
  text-align: center;
  margin-top: -102px;
}
.btn-green{
	background-color:#a7bf2b;
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
	padding:12px 16px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.5); 
}
.btn-orange-border{
background-color:transparent;
	color:#f87d04;
	text-transform:uppercase;
	border:1px solid #f87d04 !important;
	font-size:16px;
	padding:12px 16px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.5); 	
}
.btn-orange-borderless{
	background-color:#f87d04;
	color:#fff;
	text-transform:uppercase;
	border:1px solid #f87d04 !important;
	font-size:16px;
	padding:12px 16px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.5); 
}
.access-btn-large{
	width:220px;
	  padding: 10px 30px !important;
}
.service-priceChart, .testimonial-Panel{margin-top:30px;}
.service-priceChart ul{margin:0;padding:0; display:inline-block; width:100%; list-style:none;}

ul.service-priceChart-list li.sp-list h2, ul.service-priceChart-list li.sp-list h2 a{
	font-size:20px;
	color:#23292e;
}
ul.service-priceChart-list li.sp-list .sp-price{
	font-size:22.652px;
	color:#f87d04;
}
ul.service-priceChart-list li.sp-list .sp-user-btns .btn{box-shadow:none; font-size:12px;}
ul.service-priceChart-list li.sp-list:hover{
background-color:#efeeee;
transition:all 0.2s ease;	
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-carousel .item {
  min-height: 150px;
  padding: 16px;
}
/* 
 * End Owl Carousel - Animate Plugin
 */

.testimo-body{
	background-color:#fff;
	position:relative;
	padding-bottom:16px;
	min-height:126px;
	padding: 20px 20px 20px 70px;
	font-size:14px;
	color: #767676;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.08);
}
.testimo-body:before{
position: absolute;
  content: '';
  right: 10px;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
  border-bottom: 12px solid transparent;
  border-left: 12px solid transparent;
  bottom: -24px;
}
.testimo-body .author-avatar{
  width: 70px;
  position: absolute;
  left: -16px;
  border: 4px solid #ccc;
}
.author-info{margin-bottom:6px;}
.author-info > *{
	display:block;
}
.author-info .author-title{
	color: #23292e;
}
.author-info .author-address{
	font-style:italic;
	font-size:12px;
}
.owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #869791;
}
/* 
 * Main footer starts
 */
.footerPanel{
	background-color: #0f4e8c;
	  padding: 40px 0px;
	  color:#fff;
}
.footerBody .foot-Menu a{
	display:inline-block;
	font-size:14px;
	text-transform:uppercase;
	color: inherit;
	margin:0px 10px;
	position:relative;
	padding-left:14px;
}
.footerBody .foot-Menu a:before{
  position: absolute;
  content: '.';
  left: 0;
  font-size: 40px;
  color: inherit;
  line-height: 0;
}
.footerBody .foot-info{
font-size: 12px;
  color: inherit;
  margin: 10px 0px;
  padding: 10px 0px;
}
/* ===================================== inner-page ================================*/
.inner-pageBody-top{
	background-color:#fff;
	color: #009ddc;
}
.inner-pageBody-top h1{
font-weight:700;
text-transform:uppercase;
margin-bottom:10px;	
}
.division-col h1, .division-col h2 , .division-col h3{color: #009ddc;   margin-top: 30px;
  margin-bottom: 15px;}
.inner-pageBody-top h2{font-size:25.888px;margin-top:10px;}
.division-col .division-col-left li{line-height:1.8;}
.division-col .division-col-right .right-widget h2{
	  color: #a7bf2b;
	  font-size:22.652px;
}
.division-col-right .form-rqust .rqst-row label, .division-col-right .form-rqust .rqst-row input, .division-col-right .form-rqust .rqst-row textarea{
	width:100%;
	display:block;
	
}
.division-col-right .form-rqust .rqst-row input, .division-col-right .form-rqust .rqst-row textarea{
	border:1px solid #a7bf2b;
	background-color:transparent;
	padding:10px;
}
.form-rqust .rqst-row{margin-bottom:8px;}
.form-rqust .rqst-row input[type='submit'], .form-rqust .rqst-row input[type='button'], .form-rqust .rqst-row button{
	width:100%;
	  padding: 14px 30px !important;
	  background-color: #a7bf2b;
	  margin:10px 0px;
}
.right-widget .btn.btn-orange-borderless{width:100%; padding: 20px 0px !important;
  font-size: 26px;}
.right-widget .widget-box{margin-bottom:25px;}
 .innerCenterPanel{  padding-bottom: 40px; font-size:18px;}
 .testimonialSection{margin-bottom:20px;}
 /*========================================= contact us ====================================*/
.contactBox .form-contact .form-contact-row label,  .contactBox .form-contact .form-contact-row input,  .contactBox .form-contact .form-contact-row textarea {
  width: 100%;
  display: block;
}
.contactBox .form-contact .form-contact-row input, .contactBox .form-contact .form-contact-row textarea {
  border: 1px solid #a7bf2b;
  background-color: transparent;
  padding: 10px;
}
.contactBox .form-contact .form-contact-row {
  margin-bottom: 10px;
}
.form-contact-info{
	  padding: 20px 40px;
  text-align: center;
}
.form-contact-info h4 {
  font-size: 16px;
  color: #0e1832;
  font-weight:bold;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}
.form-contact-info address, .form-contact-info span {
  color: #0e1832;
  line-height: 22px;
  font-size: 15px;
  margin: 0 0 8px;
  display: block;
}


.errorbox {
  padding: 1.618em;
  background-color: #ffcccc;
  border: 1px solid #ff9999;
  color: #b94a48;
  position: relative;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.close {
   float: right; 
   font-size: 20px; 
   font-weight: bold; 
   line-height: 20px; 
   color: #7d0201; 
   text-shadow: 0 1px 0 #ffffff; 
   position: absolute; 
   right: 6px; 
   top: 4px; 
}