@font-face {
    font-family: 'blackswordregular';
    src: url('../fonts/blacksword.woff') format('woff2'),
         url('../fonts/blacksword.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.header-con {
	padding: 15px 0;
}
.logo-brand {
	max-width: 100%;
	display: inline-block;
	text-decoration: none;
}
.contact-line {
	float: right;
}
.contact-line li {
	display: inline-block;
	padding-right: 25px;
}
.contact-line li:last-child {
	padding-right: 0;
}
.contact-line li img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.contact-line li span {
	display: inline-block;
	padding: 0 5px;
}
.contact-line li a {
	font: 600 16px/30px "Montserrat",sans-serif;
	color: #39555d;
}
.contact-inline {
	text-align: right;
}
.contact-inline li {
	display: inline-block;
	vertical-align: middle;
	/* padding: 5px 10px; */
	margin-left: 5px;
}

.foote{
	padding: 40px 0;
	 background-color: #EC0F30 !important; 
}
.foote h6{
	color: #D8D8D8; 
	margin-bottom: 15px;
	font-family: 'Dosis','Open Sans',arial;
	   font-weight: 800;
	font-size: 18px;
	text-transform: capitalize;
}

.foote p{
	margin-bottom: 15px;
}
.foote p a{
	 color: #DADADA !important; 
	text-decoration: none;
	font: 300 15px/12px 'Open Sans', sans-serif;
}
.foote a:hover{
	color: #fff !important;
}
.foote ul li {
	display: inline-block;
}
.social-square i {
font-size: 20px;
width: 35px;
height: 35px;
padding: 7px;
background: #D8D8D8;
text-align: center;
color: #494949;
transition: all .2s ease-in;
-webkit-transition: all .2s ease-in;
-moz-transition: all .2s ease-in;
}
.foote .fa-facebook:hover{
background-color: #4267B2;
color: #fff;
}
.foote .fa-twitter:hover{
background-color: #00acee;
color: #fff;
}
.foote .fa-youtube:hover{
background-color: #c4302b;
color: #fff;
}
.footer-con .col-md-8 img{
	width: 150px !important;
	height: 60px !important;
	background-color: #fff;
	border-radius: 20px;
}
@media only screen and (max-width: 768px) {
/* For mobile phones: */
.show{
	margin-bottom:40px;
}
.foote{
	padding: 30px 0;
	text-align: center;
}
.foote .col-md-3{
	margin-top: 20px;
}
}
/***** Navigation *****/
.nav-section.menu.sticky { 
	top: 0; 
	left: 0; 
	right: 0;   
	z-index: 99;
	position: fixed; 
}
.nav-section.menu.sticky .navbar-default{ 
	background-color: #EC0F30 !important;
	/* min-height: auto; */
}
.nav-brand {
	display: none;
}
.hero-header {
	position: relative;
}
.nav-section {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 3px 10px rgba(0,0,0,.4);
	z-index: 9;
}


.nav-section .navbar-default { 
    border: none;
	z-index: 99;
	border-radius: 0;
	margin-bottom: 0;
	transition: all .3s ease-in-out;
	padding: 0;
	background-color: #EC0F30 !important;	
}
.nav-section .navbar-nav > li > a { 
	font: 600 16px/30px 'Montserrat', sans-serif; 
	color: #fff; 
	outline: 0 none; 
	text-transform: uppercase; 
	position: relative; 
	-webkit-transition: all .3s ease-in-out; 
	-moz-transition: all .3s ease-in-out; 
	-o-transition: all .3s ease-in-out; 
	transition: all .3s ease-in-out;
	padding: 15px 40px;
}
.nav-section .navbar-nav > li > a:hover,
.nav-section .navbar-nav > li.active > a,
.nav-section .navbar-default .navbar-nav > li > a:active,
.nav-section .navbar-default .navbar-nav > li > a:focus, 
.nav-section .navbar-default .navbar-nav > li > a:hover { 
	background: #fed600;
	color: #ff5050; 
}
.nav-section .navbar-default .navbar-toggle * {
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.nav-section .navbar-default .navbar-toggle {
	color: #fff;
	cursor: pointer;
	padding: 0px;
	border-radius: 0px;
	border: none;
	margin-top: 15px;
}
.nav-section .navbar-default .navbar-toggle span {
	width: 22px;
	height: 2px;
	margin-bottom: 3px;
	background-color: #fff;
	display: block;
}
.nav-section .navbar-default .navbar-toggle span.bar1 {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform-origin: 1px 3px;
	-webkit-transform-origin: 1px 3px;
	-moz-transform-origin: 1px 3px;
	-o-transform-origin: 1px 3px;
	transform-origin: 1px 3px;
	width: 24px;
}
.nav-section .navbar-default .navbar-toggle span.bar2 {
	-ms-transform: rotate(-360deg) scale(0);
	-webkit-transform: rotate(-360deg) scale(0);
	-moz-transform: rotate(-360deg) scale(0);
	-o-transform: rotate(-360deg) scale(0);
	transform: rotate(-360deg) scale(0);
}
.nav-section .navbar-default .navbar-toggle span.bar3 {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-transform-origin:9px 2px;
	-webkit-transform-origin: 9px 2px;
	transform-origin: 9px 2px;
	width: 24px;
}
.nav-section .navbar-default .navbar-toggle.collapsed span.bar1,
.nav-section .navbar-default .navbar-toggle.collapsed span.bar2,
.nav-section .navbar-default .navbar-toggle.collapsed span.bar3,
.nav-section .navbar-default .navbar-toggle.collapsed span.bar4 {
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	width: 22px;
}
.nav-section .navbar-default .navbar-collapse { 
	border: none; 
}
.nav-section .navbar-default .navbar-toggle .icon-bar { 
	background-color: #fff; 
}
.nav-section .navbar-default .navbar-toggle:hover,
.nav-section .navbar-default .navbar-toggle:focus { 
	background: none; 
	border-color: #fff;  
}
.nav-section .navbar-default .navbar-toggle:hover .icon-bar,
.nav-section .navbar-default .navbar-toggle:focus .icon-bar { 
	background-color: #fff; 
}

/* */
.banner-section { 
	position: relative; 
	z-index: 5;
	width: 100%;
}
.banner-section .item > img,
.banner-section .carousel-inner > .item > img { 
	width: 100%; 
	background-size: cover; 
}

.banner-section .carousel-caption {
	text-shadow: none;
	padding-bottom: 20px;
	/*bottom: 10%;*/
	bottom: auto;
	top: calc(50% + 50px);	
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner-section .carousel .carousel-control {
	background: none; 
	border: none; 
}

.banner-section .left.carousel-control {  
	text-align: center; 
	z-index: 999; 
	opacity: 1; 
	margin: auto; 
	display: inline-block; 
	height: 53px; 
	left: 2%; 
	width: 53px; 
	background-color: #fed600;
	border-radius: 50%;
	padding-top: 18px;
	color: #ff5050;
	text-shadow: none;
}
.banner-section .right.carousel-control {  
	text-align: center; 
	z-index: 5; 
	opacity: 1; 
	margin: auto; 
	display: inline-block; 
	height: 53px; 
	right: 2%; 
	width: 53px;
	background-color: #fed600;
	border-radius: 50%;
	padding-top: 18px;
	color: #ff5050;
	text-shadow: none;
}
.banner-section .carousel-control img { 
	margin-left: auto; 
	margin-right: auto; 
}

/** Featured **/
.featured {
	background-image: url('../img/featured-bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.featured-main-box {
	box-shadow: 0 0 10px rgba(0,0,0,.7);
	max-width: 371px;
	margin: 0 auto 30px;
}
.featured-main-box a{
	text-decoration: none;
}
.feat-caps-box {
	background-color: #fff;
	position: relative;
	z-index: 0;
	padding: 21px 0 20px;
}
.feat-caps-box:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -100px;
	display: block;
	background-image: url('../img/top-shad.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100px;
	width: 100%;
	z-index: 1;
}
.view-details {font:600 16px/30px 'Montserrat', sans-serif; color:#ff5050;}
.view-details img{
	position: relative;
	top: -2px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px;
}

/* question */
.question {
	background-image: url('../img/question-bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/*background-attachment: fixed;*/
}
.question-con {
	padding: 50px 0 30px;
}

/** **/
.footer-con {
	padding: 20px 0;
	background-color: #19202d;
	border-top: 1px solid #fff;
}
.copy-right {
	text-align: center;
	font: 300 14px/25px 'Montserrat', sans-serif; 
	color:#fff;
}

.best-box {
	margin-bottom: 30px;
}
.best-caps {
	padding-top: 20px;
}

/* Contact */
.list-add-two li .address-box{
	margin-top: 25px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	min-height: 52px;
	width: 100%;
}
.list-add-two li:first-child .address-box{
	margin-top: 0;
}
.address-box {
	position: relative;
	padding-left: 65px;
	font:300 15px/25px 'Open Sans', sans-serif;
	color:#404040;
	padding-top: 5px;
	padding-bottom: 5px;
}
.address-box a {
	color:#404040;
}
.padd-act {
	display: inline-block;
	padding: 0 5px;
}

.add-box-one {
	position: absolute;
	left: 0;
	width: 52px;
	height: 52px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.add-box-two {
	position: relative;
	width: 52px;
	height: 52px;
	background-color: #fed600;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 52px;
	height: 52px;
	display: block;
}


.form-con {
	padding: 25px 0;
}
.form-control.input-one {
	font:300 15px/30px 'Open Sans', sans-serif;
	color:#404040;
	border: 1px solid #49494d;
	border-radius: 0;
	outline: 0;
	box-shadow: none;
}
input.form-control.input-one {
	height: 50px;
}
textarea.form-control.input-one {
	height: 125px;
}
.form-con .form-group {
	margin-bottom: 25px;
}

.form-con .form-control::-webkit-input-placeholder { color: #404040;}
.form-con .form-control::-moz-placeholder { color: #404040; }
.input-group-login .form-control:-ms-input-placeholder { color: #404040; }
.input-group-login .form-control:-moz-placeholder { color: #404040; }

#errors {font: 600 16px/30px "Open Sans",sans-serif; color:#fff;}

.thank-you {
	border-bottom: 1px solid #fed600;
}

.feat-min-height { height: 50px;  }
.feat-min-height .sub-head-three { font: 600 20px/30px 'Montserrat', sans-serif; }
.feat-min-height .sub-head-four { padding-top: 5px; font: 300 20px/30px 'Montserrat', sans-serif; }

.iti-img {
	padding-top: 5px;
}

.list-itinarary-con li {
	border-bottom: 1px solid #aaaaaa;
}
.list-itinarary-con li:last-child {
	border-bottom: 0;
}
.itinar-box {
	padding: 30px 0;
}

.list-ewd > li {
	padding: 40px 0;
	border-bottom: 1px solid #d3d3d3;
}
.list-ewd > li:first-child {
	padding: 20px 0 40px;
}
.list-ewd > li:last-child {
	border-bottom: none;
	padding: 40px 0 0;
}
.list-one-ew > li {
	font:300 15px/26px 'Open Sans', sans-serif;
	color:#404040;
	position: relative;
	padding-left: 20px;
	margin-bottom: 7px;
}
.list-one-ew > li:after {
	content: ' ';
	width: 8px;
	height: 8px;
	display: block;
	background-color: #fed600;
	position: absolute;
	left: 0;
	top: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}