
/****************************************
	Layout
****************************************/
	.MainWrapper {
		max-width:1280px;
		display:block;
		margin:0px auto;
		position:relative;
	}
	
	/**===== TOP HEADER ==**/
	
	header#TopHead {
		width:100%;
		position:fixed;
		top:50px;
		left:0;
		z-index:1001;
			-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}
	header#TopHead.th_active {
		top:0;
			-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}

	header .Logo {
		position:absolute;
		top:-50px;
		left:0;
			-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}
	header.th_active .Logo {
		top: -20px;
			-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}
	
	.CallButton {
		position:fixed;
		top:150px;
		right:0;
		z-index:11;
	}
	.CallButton a {
		display:inline-block;
		background:#f2f2f2;
		font-family: 'Barlow Semi Condensed', sans-serif;
		font-size:17px;
		color:#222;
		line-height:22px;
		text-transform:uppercase;
		font-weight:500;
		padding: 7px 20px 8px 40px;
		position:relative;
	}
	.CallButton a strong {
		font-weight:600;
		font-size:23px;
		letter-spacing:1px;
	}
	.CallButton a:before {
		content: '';
		background: url(../images/icon_whtsap.png) no-repeat center center;
		height: 62px;
		width: 62px;
		position: absolute;
		top: 0;
		left: -30px;
	}
	
	.TopNav .rd-navbar-static .rd-navbar-nav > li.CallBtnForMbl { display:none;}



	/*===== HEADING STYLE ==*/
	.Title {
		position:relative;
		margin-bottom:40px;
	}
	.Title h2 {
		font-size:40px;
		line-height:42px;
		color:#222;
		font-weight:300;
		text-transform:uppercase;
		border-bottom:2px solid #d5d5d5;
		padding-bottom:15px;
		margin-bottom:15px;
		width:70%;
	}
	.Title h3 {
		font-family: 'Poppins', sans-serif;
		font-size:16px;
		line-height:20px;
		color:#006000;
		font-weight:600;
		text-transform:uppercase;
	}
	.Title p {
		font-size:16px;
		line-height:22px;
		font-weight:300;
		margin:0;
		width:70%;
		color:#777;
	}
	.Title i {
		font-size:90px;
		line-height:90px;
		position:absolute;
		top:0;
		right:0;
		color:#f0f0f0;
	}
	.Title img {
		position:absolute;
		top:0;
		right:0;
		height:120px;
	}

	.Heading1 {
		font-size:28px;
		line-height:32px;
		color:#222;
		font-weight:500;
		margin-bottom:25px;
	}

	.Heading2 {
		font-size:20px;
		line-height:24px;
		color:#222;
		font-weight:500;
		margin-bottom:15px;
	}
	
	.Heading3 {
		font-size:1.45em;
		line-height:1.2em;
		color:#151515;
		font-weight:400;
		margin-bottom:10px;
	}
	
	.Heading4 {
		font-size:1.35em;
		line-height:1.2em;
		color:#6f3789;
		font-weight:400;
		margin-bottom:10px;
	}
	
	.Heading5 {
		font-size:1.25em;
		line-height:1.2em;
		color:#151515;
		font-weight:400;
		margin-bottom:10px;
	}
	
	.Heading6 {
		font-size:1.1em;
		line-height:1.2em;
		color:#6f3789;
		font-weight:400;
		margin-bottom:10px;
	}

	
	
	/**===== BODY CONTENTS ==**/
	.WhiteWrapper, .GreyWrapper {
		position:relative;
		padding:80px 0;
	}
	.WhiteWrapper { background:#fff;}
	.GreyWrapper { background:#f5f5f5;}



	/*===== DESIGN LAYOUT ==*/
	#MainBottom.WhiteWrapper {
		padding-top:0;
		background:none;
		margin-top:-100px;
		z-index:10;
	}

	#MainBottom .MainWrapper {
		background:#fff;
		padding:50px 50px 0 50px;
	}

	.FourBlocks.row {
		margin-left:0;
		margin-right:0;
	}
	.FourBlocks.row > .col-lg-3 { padding:0;}

	.BoxxWrapp {
		text-align:center;
		background:#006000;
		background-size:cover;
		background-position:center center;
		background-repeat:no-repeat;
		height:300px;
	}
	.BoxxWrapp.Dark { background:#014e01;}
	.BoxxWrapp.Image { background-image:url(../images/img_about_mobile.jpg);}
	
	.BoxxWrapp:hover table { background:#003c00;}
	
	.BoxxWrapp table { width:100%;}
	.BoxxWrapp table tr td { height:300px;}

	.BoxxWrapp h2 {
		font-family: 'Barlow Semi Condensed', sans-serif;
		font-size:54px;
		line-height:50px;
		font-weight:700;
		color:#fff;
		text-transform:uppercase;
		margin-bottom:4px;
	}

	.BoxxWrapp h3 {
		font-family: 'Poppins', sans-serif;
		font-size: 17px;
		line-height: 22px;
		font-weight: 500;
		color: #fff;
		text-transform: uppercase;
		margin-bottom:25px;
	}

	.BoxxWrapp h4 {
		font-family: 'Poppins', sans-serif;
		font-size:19px;
		line-height:24px;
		font-weight:300;
		color:#ffe400;
	}
	
	.Feedback ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	
	.GreyWrapper .Title i { color:#e5e5e5;}
	
	
	.Package {
		text-align:center;
	}
	.Package h2 {
		font-family: 'Barlow Semi Condensed', sans-serif;
		font-size:30px;
		line-height:34px;
		font-weight:600;
		color:#222;
		text-transform:uppercase;
		margin-bottom:30px;
	}
	.Package img { width:75%;}
	
	.Package a {
		font-size:16px;
		line-height:22px;
		font-weight:400;
		color:#777;
		border:1px solid #d5d5d5;
		padding:10px 20px;
			-webkit-transition: 0.5s ease;
		transition: 0.5s ease;
		display:inline-block;
	}
	.Package:hover a {
		border-color:#006000;
		background:#006000;
		color:#fff;
	}
	.Package:hover a:hover {
		background:#222;
		border-color:#222;
	}
	
	
	.InfoLinks a {
		display:block;
		
	}
	.InfoLinks i {
		float:left;
		font-size:40px;
		color:#006000;
		margin-right:10px;
			-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}
	.InfoLinks h3 {
		font-family: 'Barlow Semi Condensed', sans-serif;
		font-size:23px;
		line-height:26px;
		font-weight:500;
		color:#222;
		position:relative;
		top:5px;
		margin-bottom:20px;
			-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}
	.InfoLinks p {
		font-size:16px;
		line-height:20px;
		color:#777;
		clear:both;
		margin:0;
			-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}
	.InfoLinks a:hover h3,
	.InfoLinks a:hover p {color:#006000;}
	.InfoLinks a:hover i { color:#222;}
	
	
	.PhotoGallery.row {
		margin-left:-5px;
		margin-right:-5px;
	}
	.PhotoGallery.row > .col-sm-6,
	.PhotoGallery.row > .col-sm-3,
	.PhotoGallery.row > .col-xs-6 {
		padding-left:5px;
		padding-right:5px;
		margin-bottom:10px;
	}
	
	.Photoo {
		background-position:center center;
		background-repeat:no-repeat;
			-webkit-background-size:cover;
		background-size:cover;
		height:200px;
	}
	.Photoo a {
		display:block;
		height:100%;
		width:100%;
	}
	.Photoo a:hover { background:rgba(0,0,0,.5);}

	
	.SchdlWrapp {
		width:100%;
		height:315px;
		overflow:hidden;
		margin-bottom:20px;
	}
	.SchdlWrapp .mask {
		position: relative;
		left: 0px;
		top: 10px;
		width:100%;
		height:310px;
		overflow: hidden;
	}
	.SchdlWrapp ul {
		list-style:none;
		margin:0;
		padding:0;
		position: relative;
	}
	.SchdlWrapp ul li {
		margin:0 0 15px 0;
		padding:0 0 15px 0;
		border-bottom:1px solid #f0f0f0;
	}

	.Schdl .SchdlDate {
		width:60px;
		text-align:center;
	}
	.SchdlDate .Month {
		background:#006000;
		color:#fff;
		font-size:13px;
		line-height:18px;
		font-weight:500;
		text-transform:uppercase;
		padding:5px 0 3px 0;
	}
	.SchdlDate .Day {
		border:1px solid #d5d5d5;
		border-top:none;
		color:#222;
		font-size:20px;
		line-height:34px;
		font-weight:400;
	}
	
	.Schdl .SchdlInfo {padding-left:15px;}
	
	.Schdl .SchdlInfo .SchdlTitle {
		width:90px;
		font-weight:600;
		text-transform:uppercase;
		display:inline-block;
		font-size:15px;
	}
	
	.ScheduleTable .MblTitle {
		display: none;
		background: #f0f0f0;
		text-transform: uppercase;
		padding: 6px 12px;
		font-size: 14px;
		font-weight: 600;
		margin: -10px -15px 12px -15px;
	}
	
	.ScheduleTable .MblSpace { display:none;}
	
	.ScheduleTable img {
		position:relative;
		top:2px;
		margin-right:4px;
	}



	/*===== SUBPAGE CONTENTS ==*/
	.SubpageWrapper {padding:60px 0;}

	.SubpageWrapper > .MainWrapper > .row {
		margin-left:-25px;
		margin-right:-25px;
	}
	.SubpageWrapper > .MainWrapper > .row > .col-lg-8,
	.SubpageWrapper > .MainWrapper > .row > .col-lg-4,
	.SubpageWrapper > .MainWrapper > .row > .col-md-7,
	.SubpageWrapper > .MainWrapper > .row > .col-md-6,
	.SubpageWrapper > .MainWrapper > .row > .col-md-5 {
		padding-left:25px;
		padding-right:25px;
	}


	/*= Subpage Header =*/
	.PageTitle {
		width:100%;
		position:relative;
		overflow:hidden;
		padding:0px 0;
		background: url(../images/subpage_header.jpg) no-repeat fixed; /* Image Use 450px */
		background-position:center top;
		background-size:auto 450px;
	}
	.PageTitle > div {
		padding-top: 230px;
		padding-bottom: 46px;
		background-color: rgba(0,0,0,.65);
	}
	.fixed_top{ position:fixed; margin: 152px 12px 12px 12px; width:98%; z-index:11000 !important; font-weight:bold; }
	@media All and (max-width: 991px) {
		.PageTitle {
			background-position: center center;
			background-attachment: scroll;
			background-size:cover;
		}
		.PageTitle > div { padding-top: 180px;}
	}
	@media All and (min-width:1921px) {
		.PageTitle {background-size:100% auto;}
	}

	.PageTitle .Title {
		margin-bottom: 0;
		border-left: 5px solid #ffe400;
		padding-left: 25px;
		padding-bottom: 2px;
	}
	.PageTitle .Title h2 {
		font-size: 42px;
		line-height: 40px;
		color: #fff;
		font-weight: 400;
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 10px;
		width: 100%;
	}
	.PageTitle .Title h3 {
		font-size: 17px;
		line-height: 22px;
		color: #fff;
		font-weight: 400;
	}


	.iFrameWrapp iframe {
		width:100%;
		height:400px;
		margin-bottom:40px;
	}
	
	.VideoWrapp iframe {
		width:100%;
		height:340px;
	}
	
	.BgLitGrey .Title i { color: #e5e5e5;}
	
	.BulletList ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	.BulletList ul li {
		margin:0 0 15px 0;
		padding:0;
		font-weight:300;
		color:#222;
		position:relative;
		padding-left:30px;
		text-align:left;
	}
	.BulletList ul li:before {
		content:'\f058';
		font-family:'FontAwesome';
		font-size:21px;
		line-height:20px;
		color:#006000;
		position:absolute;
		top:4px;
		left:0;
	}

	.Price {
		font-family: 'Barlow Semi Condensed', sans-serif;
		font-size:40px;
		line-height:40px;
		font-weight:500;
		color:#222;
		text-transform:uppercase;
	}
	.table .Price {font-size:30px;}
	
	.RamdanTable { margin-bottom:30px;}
	.RamdanTable > .table > tbody > tr > td { vertical-align:middle;}
	
	

	
	/*= SideBar ~ Widgets Style =*/
	.sidebar_widget { margin-bottom:20px;}
	
	.SidebarWrapper .BgWhite,
	.SidebarWrapper .transparent { border-color:#d5d5d5;}
	
	.SidebarWrapper .sidebar_widget .pad25 { padding:20px;}
	.SidebarWrapper p { margin-bottom:15px;}

	.SidebarWrapper .Title { margin-bottom: 25px;}
	.SidebarWrapper .Title h2 {
		font-size: 32px;
		line-height: 34px;
		font-weight: 500;
		width: 75%;
	}
	.SidebarWrapper .Title p { width:100%;}
	.SidebarWrapper .Title i {
		font-size: 84px;
		line-height: 84px;
	}
	
	.BookingForm {
		color:#222;
		font-weight:400;
	}
	.BookingForm p { margin-bottom:30px;}
	
	.BookingForm input[type=number] {
		line-height:48px;
		padding:0;
	}



	/*===== FOOTER ==*/
	#Footer {
		background:#222;
		width:100%;
		padding-top:50px;
		color:#999;
		font-size:15px;
		line-height:20px;
	}

	#Footer .Title { margin-bottom: 25px;}
	#Footer .Title h2 {
		font-size: 25px;
		line-height: 28px;
		color: #fff;
		border-bottom: 1px solid rgba(255,255,255,.1);
		padding-bottom: 10px;
		margin-bottom: 10px;
		width: 100%;
	}
	
	#Footer a { color:#fff;}
	
	.Address p { margin-bottom:12px;}
	
	.Address i {
		color:#fff;
		width:24px;
	}
	.Address i.fa-mobile {
		font-size:26px;
		position:relative;
		top:2px;
	}
	
	#Footer .ContactForm .form-control { border: 1px solid rgba(255,255,255,.15);}
	#Footer .FieldWrapp input:focus + label,
	#Footer .FieldWrapp textarea:focus + label { color:#fff;}
	
	#Footer .btn:hover,
	#Footer .btn:focus,
	#Footer .btn.focus {
		background:#fff;
		color:#222;
	}
	
	#Copyright {
		background:#111;
		padding:40px 0;
		margin-top:50px;
		text-align:center;
		font-size:15px;
		font-weight:400;
		text-transform:uppercase;
	}
	
	
	
	.responsive {
  width: 100%;
  height: auto;
}
	
	


