/*
  Theme Name: Castle
  Theme URL: http://demo.themeregion.com/castle
  Author: ThemeRegion
  Author URI: http://www.themeregion.com
  Description: Castle Responsive HTML Template
  Version: 1.0
*/

/*=======================================================================
[Table of contents]
=========================================================================

1. Typography
2. Navigation
3. Slider Section
4. Instruction
5. short-story
6. Package Section
7. visa-details
8. call-to-action
9. Word For Travel
10. Contact Us

==========================================================================*/


/*========================
=======Typography=========
==========================*/

body {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: #454545;
	background-color: #fff;
}

ul {
	list-style: none;
	margin:0;
	padding:0;
}

.navbar-nav li a:hover, 
.navbar-nav li a:focus {
	outline:none;
	outline-offset: 0;
	text-decoration:none;  
	background: transparent;
}

a {
	color: #000;
	text-decoration: none;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

a:focus, 
a:hover {
	text-decoration: none;
	outline: none;
}

h1 {
	font-size:36px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	text-transform:capitalize;
}

.padding{	
	padding:90px 0;
}

.section-title {
	margin-bottom: 70px;
	padding-bottom: 0;
	text-align: center;
	font-weight:400;
}

.section-title h1 {
	margin-top:0;
	margin-bottom:30px;
}

.btn-primary {	
	border:0;
	color:#fff;
	background-color:#ed1c24;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	padding: 12px 27px 10px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
	letter-spacing:0;
	position:relative;
	box-shadow:none;
	z-index:1;
}

.btn-primary:before, 
.btn-primary:after {
	position:absolute;
	content:"";
	height:100%;
	width:0;
	border-radius:4px;
	z-index:-1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.btn-primary:before {	
	left:0;
	top:0;
	border-top:2px solid #ed1c24;
}

.btn-primary:after {	
	right:0;
	bottom:0;
	border-bottom:2px solid #ed1c24;	
}

.btn-primary:hover:before {
	left:0;
	width:100%;
	background-color:rgba(211, 30, 37, 0.7);
}
.btn-primary:hover:after {
	width:100%;
	right:0;
	background-color:rgba(211, 30, 37, 0.7);
}

.btn-primary:hover, 
.btn-primary:focus {
	color:#fff;
	background-color:transparent;
	box-shadow: 0px 0px 0px 1px #ed1c24;
}

.parallax-section { 	
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
	width: 100%;
	min-height:437px;
	color:#fff;
	position:relative;
}

.overlay-bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.form-control {
  height: 55px;
  color: #000;
  border: 1px solid #ededed;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}

.form-control:focus {
  border-color: #ed1c24;
  outline: 0;
  -webkit-box-shadow:none;
  box-shadow:none;
}

.form-group {
  margin-bottom: 30px;
}

.form-control::-webkit-input-placeholder { color: black; }
.form-control:-moz-placeholder { color: black; }
.form-control::-moz-placeholder { color: black; }
.form-control:-ms-input-placeholder { color: black; }

.navbar-toggle {
	border:1px solid #fff;
	margin-top:12px;
}

.navbar-toggle .icon-bar {
	background-color:#fff;
}
/*==============================
=========navigation-section=========
================================*/

.navbar-fixed-top {
	background-color:transparent;
	top:0px;
	-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.navbar-fixed-top.main-nav{
	background-color:rgba(0, 0, 0, 0.75);
	top:0;
	min-height:140px;
}

.navbar-nav li a {
	text-transform:uppercase;
	color:#fff;
	line-height:28px;
}

.navbar-brand {
	height:60px;
}


/*==============================
=========slider-section=========
================================*/

#slider-section, #home-section {
	background-image:url(../images/slider/1.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#282f1f;
	position:relative;
	color:#fff;
}

#slider-section .overlay-bg {
	background-color:rgba(19, 19, 22, 0.40);
}

#bg-video-section #slider-section {
	height:950px;
}

.main-slider {
	position:relative;
	padding:75px 60px;
	margin-top:150px;
	margin-bottom:100px;
}

.main-slider:after, .visa-tab .tab-list li:after {
	position:absolute;
	content:"";
	top:0;
	bottom:0;
	left:0;
	right:0;	
	background: linear-gradient(45deg,   rgb(204, 175, 108) 0%,rgb(143, 126, 86) 39%,rgb(113, 87, 13) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed145b', endColorstr='#f26522',GradientType=1 );
	opacity:0.8;
}

.main-slider .slider-content {
	font-weight:500;
	position:relative;
	z-index:1;
	margin-top:50px;
}

.main-slider .slider-content h1 {
	font-size:16px;
	font-weight:600;
	text-transform:initial;
}

.main-slider .slider-content h1 span {
	font-size:22px;
	font-weight:700;
	display:block;
	margin-bottom:10px;
}

.main-slider .slider-content h2 {
	font-size:69px;
	font-weight:700;
	margin-top:0;
}

.main-slider .slider-content h3 {
	font-size:36px;
	font-weight:700;
	margin-top:12px;
}
 
.main-slider .slider-content h4 {
	font-weight:600;
	margin-bottom:70px;
}	

.register-section {
	color:#fff;
	position:relative;
	z-index:2;
}

.register-section h2 {
	font-size:30px;
	font-weight:500;
	margin-bottom:45px;
}

.register-section>p{
	margin-bottom:35px;
}

.register-section .form-control {
	border-radius:4px;
	height:44px;
}

.register-section  .btn-primary {
	background-color:rgba(0, 0, 0, 0.6);
	color:#fff;
}

.register-section .btn-primary:before {	
	border-top:2px solid #000;
}

.register-section .btn-primary:after {	
	border-bottom:2px solid #000;	
}

.register-section .btn-primary:hover:before {
	background-color:rgba(0, 0, 0, 0.5);
}
.register-section .btn-primary:hover:after {
	background-color:rgba(0, 0, 0, 0.5);
}

.register-section .btn-primary:hover, 
.register-section .btn-primary:focus {
	box-shadow: 0px 0px 0px 1px #000;
	outline:none;
}

#package_select{
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	background-image:url(../images/bottom-arrow.png);
	background-repeat:no-repeat;
	background-position:right 15px top 18px;	
}

/*=========Carousel Fade==========*/

.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	background-repeat: no-repeat;
	background-size: cover;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
}

#bg-video-section .overlay-bg {
	z-index:2;
}

#bg-video-section .container {
	position:relative;
	z-index:2;
}


/*=========instructions==========*/
.instruction-tab {
	border: 1px solid #f2f2f2;
	min-height: 466px;
	background-color:#fefefe;
}

.instruction-tab .tab-list li {
	width:32.9%;
}

.instruction-tab .tab-list li:last-child {
	padding-right:0;
}

.instruction-tab .tab-list li a{
	background-color:#f2f2f2;
	color:#000;
	font-size:18px;
	padding:17px 28px;
	display:block;
}

.instruction-tab .tab-list li.active  a{
	background-color:#ed1c24;
	color:#fff;
}

.instruction-tab .tab-list li a i {
	margin-right:12px;
}


.instruction-tab .tab-content {
	padding:30px 45px;
	background-color:#fefefe;
	overflow:hidden
}

.tab-content .instruction h4 {
	font-weight:400;
	margin-bottom:15px;
}

.tab-content .instruction {
	margin-bottom:25px;
}

.tab-content .instruction ul li {
	margin-bottom:7px;
	padding-left:20px;
	position:relative;
}

.tab-content .instruction ul li:before , 
.package-info .section ul li:before{
	position:absolute;
	content:"";
	height:7px;
	width:7px;
	border-radius:50%;
	background-color:#f26522;
	left:0;
	top:7px;	
}


/*=========short-story==========*/

#short-story {
	background-image:url(../images/others/story-bg.jpg);
	font-weight:300;
	font-size:18px;
	background-color:#333;
}

#short-story .overlay-bg {
	background-color:rgba(0, 0, 0, 0.70);
}

#short-story> .container {
	position:relative;
	z-index:10;
}

#short-story img {
	display:inline-block;
	margin-bottom:12px;
}

#short-story h1 {
	font-size:48px;
	font-weight:700;
	margin-bottom:35px;
}

#short-story .btn-primary {
	background-color:#ed1c24;
	color:#fff;
	margin-top:25px;
}

/*=========Package Section==========*/

#package .package-tab {
	clear:both;
	margin-bottom:5px;
}

.package-tab .tab-list {
	margin-bottom:85px;
}

.package-tab .tab-list li a {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	border-radius:4px;
	padding: 10px 20px;
}

.package-tab .tab-list li a:hover {
	background-color:#f2f2f2;
}

.package-tab .tab-list li.active a, 
.package-tab .tab-list li.active a:hover {
	background-color:#ed1c24;
	color:#fff;
}

.package-tab  .package-info {
	background-color:#f0f0f0;
	padding:35px;
}

.package-info .section {
	margin-bottom:25px;
}

.package-info .section ul li {
	margin-bottom:8px;
	padding-left:20px;
	position:relative;
}

.package-info .section ul li:before{
	background-color:#ed1c24;
}

.package-info .section ul li span{
	font-weight:700;
	margin-right:5px;
}

.package-info .section h5{
	font-weight:700;
	margin-bottom:15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.package-info .section:hover h5 {
	color:#ed1c24;
}

#package  {
	overflow:hidden;
}

.tab-pane.active {
	-moz-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-moz-animation-name: slidein;
	-webkit-animation-name: slidein;
	animation-name: slidein;
	-moz-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-moz-animation-direction: alternate;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

/*=========visa-details==========*/

#visa-details {
	background-image:url(../images/others/visa-bg.jpg);
	background-color:#465056;
}

#visa-details .overlay-bg {
	background-color:rgba(0, 0, 0, 0.6);
}

.visa-tab .tab-list {
	
}

.visa-tab .tab-list li {
	position:relative;
	border-bottom:1px solid #000;
	max-width:145px;
}

.visa-tab .tab-list li a {
	color:#fff;
	font-size:18px;
	font-weight:500;
	padding:35px 25px;
	display:block;
	position:relative;
	z-index:2;
}

.visa-tab .tab-list li a i{
	display:block;
	font-size:60px;
}

.visa-tab .tab-content {
	padding:120px 100px;
}

.visa-tab .tab-content h1 {
	font-size:48px;
	font-weight:700;
	margin-bottom:30px;
}

.visa-tab .tab-content p {
	margin-bottom:25px;
}

.visa-tab .tab-content a {
	color:#ed1c24;
	font-size:18px;
	font-weight:700;
}

.visa-tab .tab-content a:hover {
	color:#fff;
}

/*=========call-to-action==========*/

#call-to-action {
	background-color:#b72e4f;
	background-image:url(../images/others/action-bg.jpg);
	overflow:hidden;
	font-size:16px;
}

#call-to-action > .container {
	position:relative;
	z-index:10;
}

#call-to-action h1 {
	font-size:60px;
	font-weight:600;
	margin-bottom:30px;
	margin-top:0;
}

#call-to-action .btn-primary {
	margin-top:25px;
}


#call-to-action  .btn-primary {
	background-color:rgba(0, 0, 0, 0.6);
	color:#fff;
	text-transform:capitalize;
	padding:18px 55px;
}

#call-to-action .btn-primary:before {	
	border-top:2px solid #000;
}

#call-to-action .btn-primary:after {	
	border-bottom:2px solid #000;	
}

#call-to-action .btn-primary:hover:before {
	background-color:rgba(0, 0, 0, 0.5);
}

#call-to-action .btn-primary:hover:after {
	background-color:rgba(0, 0, 0, 0.5);
}

#call-to-action .btn-primary:hover, 
#call-to-action .btn-primary:focus {
	box-shadow: 0px 0px 0px 1px #000;
	outline:none;
}


/*=========Word For TravelCastel==========*/

#comments-carousel> h1{
	margin-bottom:50px;
	margin-top:0;
}

#comments-carousel> h1 span{
	font-weight:500;
}

#comments-carousel .item img{
	height:175px;
	width:175px;
	display:inline-block;
	background-color:#f3f3f3;
	padding:10px;
	margin-bottom:30px;
}

#comments-carousel .word-author  {
	font-size:16px;
}

#comments-carousel .word-author span{
	font-weight:500;
}

/*================Contact us==============*/

#contact-us {
	background-color:#f7f7f7;
}

.contact-content .contact-info{
	font-size:20px;
	font-weight:300;
}

.contact-content .contact-info i {
	font-size:35px;
	-webkit-transition:all 0.3s ease-out 0s;
	-moz-transition:all 0.3s ease-out 0s;
	-ms-transition:all 0.3s ease-out 0s;
	-o-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
	
}

.contact-content .contact-info:hover i{
	color:#ed1c24;
}

.contact-content .contact-info h3 {
	text-transform:uppercase;
}

.contact-content .contact-info a:hover {
	color:#000;
}

#gmap {
	height:500px;
}

#contact-us .contact-form {
	padding-top:95px;
	padding-bottom:80px;
}

#contact-form #message {
	height:220px;
	resize:none;
	padding:18px;
}

#contact-form .btn-primary {
	padding:15px 55px;
	display:inline-block;
	margin-top:35px;
}


#footer-bottom {
	background-color:#131316;
	color:#fff;
	padding:40px 0 30px;
	font-weight:300;
}

#footer-bottom a {
	color:#b99e63;
	font-weight:600;
}









