@font-face {
    font-family: 'Bebas Neue';
    src: url('BebasNeue.woff2') format('woff2'),
        url('BebasNeue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
font-family:'WebRupee';
src:url('WebRupee.V2.0.eot');
src:local('WebRupee'), url('WebRupee.V2.0.ttf') format('truetype'), url('WebRupee.V2.0.woff') format('woff'), url('WebRupee.V2.0.svg') format('svg');
font-weight:normal;
font-style:normal;
}
.WebRupee {
	font-family:'WebRupee';
	font-style:normal;
	display:inline-block;
	color:#222;
}

@font-face {
    font-family: 'Notera Personal Use Only';
    src: url('NoteraPersonalUseOnly.woff2') format('woff2'),
        url('NoteraPersonalUseOnly.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #888;
    line-height: 30px;
}



strong { font-weight: 700; }

a, a:hover, a:focus {
	color: #cb231d; text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 { margin-top: 10px; font-size: 66px; font-weight: 700; color: #222;  font-family: 'Bebas Neue'; }
h3 { font-size: 22px; font-weight: 400; color: #555;}
h4 { font-size: 30px; font-weight: 400; color: #555;}
h5 { margin-bottom:0;}


img { max-width: 100%; }

.medium-paragraph { font-size: 18px; line-height: 34px; }

::-moz-selection { background: #cb231d; color: #fff; text-shadow: none; }
::selection { background: #cb231d; color: #fff; text-shadow: none; }


/***** General style, all sections *****/

.section-container { margin: 0 auto; padding-bottom:0; }
.section-container-gray-bg { background: #f8f8f8; }

.section-container-image-bg, 
.section-container-image-bg h2, 
.section-container-image-bg h3 { color: #fff; }

.section-container-image-bg .divider-1 .line { border-color: #fff; opacity: 0.8; }

.section-description { margin-top:20px; padding-bottom: 10px; }

.section-description p { margin-top: 20px; padding: 0 120px; }
.section-container-image-bg .section-description p { opacity: 0.8; }

.section-bottom-button { padding-top: 60px; }

.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 0 20px;
	background: #cb231d;
	border: 0;
	font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; background: #3bacae; color: #fff; }

.btn-link-1 i { padding-left: 5px; vertical-align: middle; font-size: 20px; line-height: 20px; }

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 0 20px;
	background: #444;
	background: rgba(0, 0, 0, 0.3);
	border: 0;
	font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; background: rgba(0, 0, 0, 0.4); color: #fff; }

.btn-link-2 i { padding-left: 5px; vertical-align: middle; font-size: 20px; line-height: 20px; }

.no-padding{padding:0px !important;}
/***** Divider *****/

.divider-1 { padding: 25px 0 15px 0; }
.divider-1 .line { width: 200px; margin: 0 auto; border-bottom: 1px solid #ddd; }


/***** Modal *****/

.modal-content {
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	text-align: left;
}

.modal-body { padding: 0 25px 15px 25px; }
.modal-body img { margin-bottom: 15px; }

.modal-header { padding: 25px 25px 15px 25px; }
.modal-footer { padding: 15px 25px 25px 25px; }
.modal-header, .modal-footer { border: 0; }

.modal-header .close { font-size: 36px; color: #888; font-weight: 400; text-shadow: none; opacity: 1; }

.modal-footer button {
	height: 50px;
	margin: 0;
    padding: 0 20px;
	background: #cb231d;
	border: 0;
	font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.modal-footer button:hover { outline: 0; background: #3bacae; color: #fff; }

.modal-footer button:focus, .modal-footer button:active:focus, .modal-footer button.active:focus { 
	outline: 0; background: #3bacae; color: #fff; 
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.modal-footer button:before { background: none; }


/***** Top menu *****/

.navbar {
	margin-bottom: 10px;
	padding-top: 10px;
	background-color:#fff;
	/*background: url(../img/nav-bg3.png) no-repeat left bottom;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.45);*/
	border: 0;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
	-o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
}
.navbar-no-bg { padding-top: 10px; padding-bottom: 10px; background:none; }

ul.navbar-nav { font-size: 15px; color: #444; }

.navbar-inverse ul.navbar-nav li a { color: #444; color: rgba(0, 0, 0, 0.8); border: 0; font-weight:700; }
.navbar-inverse ul.navbar-nav li a:hover { color: #cb231d; border: 0; }
.navbar-inverse ul.navbar-nav li a:focus { color: #cb231d; outline: 0; border: 0; }

.navbar-inverse ul.navbar-nav li a.btn-link-3 {
	display: inline-block;
	margin: 9px 0 0 15px;
	padding: 10px 15px;
	background: #fff;
	border: 0;
	font-size: 12px;
    font-weight: 600 !important;
    color: #444;
	text-transform:uppercase;
    -moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px;
}
.navbar-inverse ul.navbar-nav li a.btn-link-3 span{
	font-size: 24px;
    font-weight: 600 !important;
    color: #444;
	margin-left:5px;

}
.navbar-inverse ul.navbar-nav li a.btn-link-3:hover,
.navbar-inverse ul.navbar-nav li a.btn-link-3:focus,
.navbar-inverse ul.navbar-nav li a.btn-link-3:active,
.navbar-inverse ul.navbar-nav li a.btn-link-3:active:focus { outline: 0; background: #fff; color: #444; }

.navbar-brand {
	width:205px;
	background: url(../img/logo@2x.png) left center no-repeat;
	text-indent: -99999px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand { margin-left: 0; }


/***** Top content *****/

.top-content { padding: 100px 0 130px 0; height:700px; overflow:inherit !important; position:relative; }
.c-form-1-box{ z-index: 9999999999 !important;}

.top-content .text { padding-top: 120px; color: #fff; }
.top-content .text h1 { color: #fff;  padding:10px 15px;   font-size:80px; letter-spacing:1px; text-shadow:1px 1px 1px #000; font-family: 'Bebas Neue';}
.top-content .text h2 { color: #fff; background: rgba(0, 0, 0, 0.75); padding:5px 15px !important; line-height:35px; font-size:26px; width:45%; text-transform:uppercase; letter-spacing:1px; text-shadow:1px 1px 1px #000; font-family: 'Bebas Neue'; display:block;}

.top-content .description { margin: 20px 0 30px 0; }
.top-content .description p { opacity: 0.8; }


.c-form-1-box p { opacity: 0.8; color: #fff; }
.c-form-1-top {
	overflow: hidden; padding:15px 25px 5px 25px; background:#c00000; text-align: left;
	-moz-border-radius: 0px 0px 0 0; -webkit-border-radius: 0px 0px 0 0; border-radius: 0px 0px 0 0;
}
.c-form-1-top-left { float: left; width: 100%; }
.c-form-1-top-left h3 { margin-top: 0; margin-bottom:0px; color: #fff; font-size:28px; text-transform:uppercase; font-weight:700; letter-spacing:1px; text-shadow:1px 1px 1px #000; font-family: 'Bebas Neue';}
.c-form-1-top-left p { margin-top: 0; margin-bottom:0px color: #fff; font-size:28px; text-transform:uppercase; font-weight:700; letter-spacing:1px; text-shadow:1px 1px 1px #000; font-family: 'Bebas Neue';}

.c-form-1-top-right { float: left; width: 25%; padding-top: 5px; font-size: 66px; color: #fff; line-height: 100px; text-align: right; opacity: 0.3; }
.c-form-1-bottom {
	padding: 25px 25px 30px 25px; background: #444; background: rgba(255, 255, 255, 0.8); text-align: left;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
}

.c-form-1-box input[type="text"], 
.c-form-1-box textarea, 
.c-form-1-box textarea.form-control {
	height: 50px;
    margin: 0;
    padding: 0px;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0);
    border: 3px solid #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    color: #888;
	border-bottom:1px solid #777;
	border-top:0;
	border-left:0;
	border-right:0;
    -moz-border-radius: 0px; -webkit-border-radius:0px; border-radius: 0px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.c-form-1-box textarea, 
.c-form-1-box textarea.form-control { height: 100px; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; line-height: 30px; }

.c-form-1-box input[type="text"]:focus, 
.c-form-1-box textarea:focus, 
.c-form-1-box textarea.form-control:focus {
	outline: 0; background: #fff; border: 3px solid #cb231d;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
	padding-left: 10px;
}

.c-form-1-box input[type="text"]::-moz-placeholder, 
.c-form-1-box textarea::-moz-placeholder, 
.c-form-1-box textarea.form-control::-moz-placeholder { color: #888; }

.c-form-1-box input[type="text"]:-ms-input-placeholder, 
.c-form-1-box textarea:-ms-input-placeholder, 
.c-form-1-box textarea.form-control:-ms-input-placeholder { color: #888; }

.c-form-1-box input[type="text"]::-webkit-input-placeholder, 
.c-form-1-box textarea::-webkit-input-placeholder, 
.c-form-1-box textarea.form-control::-webkit-input-placeholder { color: #888; }

.c-form-1-box button.btn {
	width: 100%;
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #cb231d;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.c-form-1-box button.btn { background: #c00000; color: #fff; }
.c-form-1-box button.btn:hover { background: #ec2800; color: #fff; }
.c-form-1-box button.btn:active { outline: 0; background: #ec2800; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
.c-form-1-box button.btn:focus { outline: 0; background: #ec2800; color: #fff; }
.c-form-1-box button.btn:active:focus, .c-form-1-box button.btn.active:focus { outline: 0; background: #ee5246; color: #fff; }

.c-form-1-box input[type="text"].contact-error,
.c-form-1-box textarea.contact-error {
	border-color: #cb231d;
}


/***** Features *****/

.features { padding-bottom: 0; }
.features h2{text-transform:uppercase; font-size:66px; letter-spacing:1px;  font-family: 'Bebas Neue'; text-align:center; margin-bottom:0; }
.features p{ text-align:center; margin-top:10px !important; }
.features-box {
	padding-top: 15px; padding-bottom: 15px;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
	position:relative;
}
.features-box-pax {
		position:relative;
		margin:0;
		padding:0;
}
.features-box-pax-popular-img {
		position:absolute;
		right:-7px;
		top:-8px;
		margin:0;
		padding:0;
}
.features-box-pax img {
		width:100%;
}
.features-box-pax-caption {
		position:relative;
		margin:0;
		padding:5px 0;
		background: rgba(255, 255, 255, 0.9);
		bottom:0;
		display:block;
		width:100%;
		font-family: 'Roboto', sans-serif;
		font-size:12px;
		color:#000;
		box-shadow:0 1px 5px #999;
}
.features-box-pax-caption h3{
		 font-size:20px; letter-spacing:1px; margin-bottom:0;  font-family: 'Roboto', sans-serif; text-align:left; margin:0; color:#000; font-weight:700;
}
.features-box-pax-caption h5{
		font-size:16px;
		color:#666;
		margin-top:0;
}
.features-box-pax-caption .start{
		display:block;
		margin-bottom:0px;
		clear:both;
		text-align:left;
		/*text-decoration:line-through;*/
		font-size:14px;
		color:#777 !important;
}
.features-box-pax-caption .price{
		display:block;
		margin-bottom:0px;
		clear:both;
		text-align:left;
		font-size:29px; letter-spacing:1px;  font-family: 'Bebas Neue';
}
.features-box-pax-caption .onwards{
		text-transform:inherit !important; font-size:16px; letter-spacing:0px;  font-family: 'Roboto', sans-serif;
}
.features-box:hover { background: #f8f8f8; }

.features-box .features-box-icon {
	width: 120px; height: 120px; margin: 0 auto; font-size: 64px; color: #cb231d; line-height: 120px;
	background: #f8f8f8; border: 1px solid #fff;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
	-o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
}
.features-box:hover .features-box-icon { border-color: #cb231d; }

.features-box h3 { margin-top:5px; }


/***** More features *****/

.more-features-container { padding-bottom:240px; }

.more-features-box { margin-top: 30px; margin-bottom: 20px; }
.more-features-box-text { margin-top: 40px; padding-right: 30px; overflow: hidden; text-align: left; }
.more-features-box-text:first-child { margin-top: 20px; }

.more-features-box-text-icon {
	float: left; width: 60px; height: 60px; background: #cb231d;
    font-size: 30px; color: #fff; line-height: 60px; text-align: center;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
}

.more-features-box-text h3 { float: right; width: 86%; margin-top: 0; }

.more-features-box-text-description { float: right; width: 86%; }


/***** Great support *****/

.great-support-container { padding-bottom: 60px; }

.great-support-box { margin-top: 30px; margin-bottom: 20px; }
.great-support-box-text { margin-top: 40px; padding-left: 30px; overflow: hidden; text-align: left; }
.great-support-box-text:first-child { margin-top: 20px; }

.great-support-box-text h3 { margin-top: 0; }

.great-support-box-text .medium-paragraph { margin-top: 20px; margin-bottom: 20px; }


/***** How it works *****/

.how-it-works { padding-bottom: 30px; }

.how-it-works-box {
	padding-top: 15px; padding-bottom: 15px;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.how-it-works-number {
	display: inline-block; width: 64px; height: 64px; margin: 0 auto; background: #cb231d;
	font-size: 32px; color: #fff; line-height: 56px; font-weight: 700;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
	-o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
}

.how-it-works-box p { opacity: 0.8; }


/***** Pricing *****/

.pricing-box { padding-top: 30px; padding-bottom: 20px; }

.pricing-box-inner {
	background: #f8f8f8; overflow: hidden;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

.pricing-box-price { padding: 10px 0 0 0; background: #eee; font-size: 42px; color: #555; line-height: 54px; }
.pricing-box-best .pricing-box-price { background: #cb231d; color: #fff; }

.pricing-box-price span { font-size: 18px; color: #888; line-height: 32px; }
.pricing-box-best .pricing-box-price span { color: #fff; }

.pricing-box h3 { margin-top: 0; margin-bottom: 0; padding: 10px 20px; background: #eee; color: #888; }
.pricing-box.pricing-box-best h3 { background: #cb231d; color: #fff; }

.pricing-box h4 {
	margin-top: 0; margin-bottom: 2px; padding: 10px 20px; background: #e8e8e8;
	font-size: 17px; line-height: 30px; font-weight: 400; text-transform: uppercase;
}
.pricing-box.pricing-box-best h4 { background: #3bacae; color: #fff; }

.pricing-box-features ul { margin: 0; padding: 0; list-style: none; }
.pricing-box-features li { padding: 7px 20px; border-bottom: 1px solid #eee; }

.pricing-box-sign-up { padding: 25px 0; }


/***** Video *****/

.video-container { padding-top: 80px; }

.video-box { text-align: left; }
.video-box h3 { margin-top: 0; }
.video-box a.learn-more { border-bottom: 1px dotted; }
.video-box a.learn-more:hover, .video-box a.learn-more:focus { color: #555; border: 0; }


/***** Testimonials *****/

.testimonials-container { padding-bottom: 70px; }

.testimonial-list { margin-top: 30px; text-align: left; }

.testimonial-list .tab-pane { overflow: hidden; }

.testimonial-list .testimonial-image { float: left; width: 17%; margin: 10px 0 0 0; }
.testimonial-list .testimonial-image img {
	max-width: 120px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.testimonial-list .testimonial-text { float: left; width: 83%; }
.testimonial-list .testimonial-text p { opacity: 0.8; }
.testimonial-list .testimonial-text a { color: #fff; border-bottom: 1px dotted #fff; }
.testimonial-list .testimonial-text a:hover, 
.testimonial-list .testimonial-text a:focus { color: #fff; border: 0; }

.testimonial-list .nav-tabs { border: 0; text-align: right; }
.testimonial-list .nav-tabs li { float: none; display: inline-block; margin-left: 10px; margin-right: 10px; }

.testimonial-list .nav-tabs li a {
    width: 16px; height: 16px; margin: 0; padding: 0;
    background: none; border: 1px solid #fff; border-color: rgba(255, 255, 255, 0.8);
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
.testimonial-list .nav-tabs li a:hover {
	background: #fff; background: rgba(255, 255, 255, 0.8);
    border: 1px solid #fff; border-color: rgba(255, 255, 255, 0.8);
}
.testimonial-list .nav-tabs li.active a,
.testimonial-list .nav-tabs li.active a:focus { background: #cb231d; border: 0; }


/***** Call to action *****/

.call-to-action-container .section-bottom-button { padding-top: 30px; }


/***** About us *****/

.about-us-container { padding-bottom: 40px;  padding-top: 15px;}

.about-us-box { }
.boxline{ border-left:1px dotted #333; min-height:220px; }
.boxSpace{ padding-top:2rem; display:block; clear:both; width:100%; }
.about-us-box h3{ font-size:27px; text-transform:uppercase; font-weight:600; }
.about-us-box p{  font-weight:300; font-size:18px; color:#000; }

.about-us-box .about-us-photo { position: relative; width: 160px; margin: 0 auto; }
.about-us-box .about-us-photo img { -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; }

.about-us-box .about-us-photo .about-us-role {
	position: absolute; bottom: 10px; right: 0; padding: 3px 8px; background: #cb231d;
	font-size: 13px; color: #fff; line-height: 15px; text-transform: uppercase;
	-moz-border-radius: 14px; -webkit-border-radius: 14px; border-radius: 14px;
}

.about-us-box .about-us-social { margin-top: 5px; font-size: 28px; line-height: 36px; }
.about-us-box .about-us-social a { margin: 0 7px; color: #ccc; }
.about-us-box .about-us-social a:hover, .about-us-box .about-us-social a:focus { color: #cb231d; }


/***** Footer *****/

footer {
	padding: 60px 0 0 0;
	background: #333;
	text-align: left;
	color: #fff;
	color: rgba(255, 255, 255, 0.8);
}

footer h3 { margin-top: 0; color: #fff; }

footer a { color: #FF0; border: 0; }
footer a:hover, footer a:focus { border-bottom: 1px dotted #cb231d; outline: 0; }

.footer-contact-info p { word-wrap: break-word; }
.footer-contact-info i { padding-right: 10px; font-size: 18px; vertical-align: text-top; }

.footer-social a { margin-right: 20px; color: #fff; color: rgba(255, 255, 255, 0.8); }
.footer-social a:hover, .footer-social a:focus { color: #cb231d; border: 0; }
.footer-social i { font-size: 28px; vertical-align: text-top; }

.footer-copyright {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #888;
	border-color: rgba(255, 255, 255, 0.15);
}

.footer-menu {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #888;
	border-color: rgba(255, 255, 255, 0.15);
	text-align: right;
}
.footer-menu ul { margin: 0; padding: 0; list-style: none; }
.footer-menu li { display: inline; margin-left: 20px; }



.star_rating_wrapper{margin-bottom: 30px;}
.star_rating_wrapper .title{background: #00a99d; position: relative; font-weight: 700; color: #fff; padding: 15px 37px 15px 20px; line-height: 20px;}
.star_rating_wrapper .title:after{content: ''; display: block; width: 15px; height: 15px; background: url(../images/star_rating.png); position: absolute; right: 20px; top: 50%; margin-top: -8px;}
.star_rating_wrapper .content{background: #fafafa; padding: 15px; border-bottom: 1px solid #ebebeb;}

.checkbox1-custom { opacity: 0; position: absolute; }
.checkbox1-custom, .checkbox1-custom-label { display: inline-block; vertical-align: middle; margin: 5px; cursor: pointer; }
.checkbox1-custom-label { position: relative; font-size: 12px; color: #bebebe; font-weight: 300; line-height:18px; }
.checkbox1-custom-label img{margin-right: 2px;}
.checkbox1-custom-label span{color: #444; padding-left:0px;}
.checkbox1-custom + .checkbox1-custom-label:before { content: ''; background: url(../img/ch1.png); display: inline-block; vertical-align: middle; width: 14px; height: 16px; margin-right: 10px;}
.checkbox1-custom:checked + .checkbox1-custom-label:before { background: url(../img/ch2.png); }
.checkbox1-custom:focus + .checkbox1-custom-label { outline: none; }

.package-include {
	margin:1em 0 0 0;
	padding:0 15px;
	width:100%;
	border-bottom:1px solid #cfcfcf;
	border-top:1px solid #cfcfcf;
}
.package-include h4 {
	margin:0 0 0.5em 0;
	padding:0;
	font-size:16px;
	color:#484c4f;
}
.package-include img {
	margin:0;
	padding:0;
	width:inherit !important;
	border:0 !important;
}
.package-include ul {
	margin:0;
	padding:10px 0 0 0;
}
.package-include ul li {
	margin:0;
	padding:0 10px 0 0;
	list-style-type:none !important;
	display:inline-block;
	font-size:14px;
	line-height:16px;
	color:#2d2c2c;
	text-align:center;
	font-weight:300 !important;
}

.package-inclusion {
	margin:1em 0 0 0;
	padding:0 15px;
	width:100%;
	border-bottom:1px solid #cfcfcf;
}
.package-inclusion h4 {
	margin:0 0 0.2em 0;
	padding:0;
	font-size:16px;
	color:#222;
	font-weight:500;
}
.package-inclusion img {
	margin:0;
	padding:0;
	width:inherit !important;
	border:0 !important;
}
.package-inclusion ul {
	margin:0;
	padding:0 0 7px 0;
}
.package-inclusion ul li {
	margin:0;
	padding:5px 5px 0 20px;
	list-style-type:none !important;
	display:block;
	font-size:14px;
	width:100%;
	line-height:22px;
	color:#2d2c2c;
	background:url(../img/arrow2.png) no-repeat left 8px;
	text-align:left;
	font-weight:300 !important;
}

.box-pric-count{margin:10px 0 0 0; padding:0 15px; display:block;}
.box-pric-count .btn-rounded{margin:0; display:block; border-radius: 50px; background:#c00000; font-size:14px;}
.box-pric-count .btn-tex-blue{ color:#0545a5; font-size:16px;}

.filter-count {
	margin:0;
	padding:0;
	position:relative;
}
.filter-count-top {
	margin:0;
	padding:0;
	position:relative;
	margin-top:-40px;
	border:0 !important;
	width:100%;
	z-index:9;
}
.filter-count-top img {
	border:0 !important;
	width:inherit !important;
}
.filter-count-mid {
	margin:0;
	padding:20px 0px;
	position:relative;
	background:#181e22;
	text-align:center;
}

.filter-count-mid p {
	margin:0.5em 0 0 0;
	padding:0;
	position:relative;
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	color:#FFF;
	line-height:24px;
	font-weight:500;
}
.filter-count-mid h6 {
	margin:0;
	padding:0;
	text-align:center;
}
.filter-count-mid img {
	width:inherit !important;
	border:0 !important;
}
.filter-count-bot {
	margin:0;
	padding:0;
	position:relative;
	margin-top:0px;
	z-index:9;
	border:0 !important;
}
.filter-count-bot img {
	border:0 !important;
	width:100% !important;
}


/*Footer Start */

.footer-brusf {
	margin:0;
	padding:0;
	position:relative;
}
.footer-brusf-shadow {
	margin:0;
	padding:0;
	position:absolute;
	top:-60px;
}
.footer-brusf-shadow img {
	border:0px !important;
}
.site-footer {
	padding-top:15px;
	background: #111;
	color: #ccc;
}
.site-footer a, .site-footer p, .site-footer li, .site-footer input, .site-footer address, .site-footer p {
	color: inherit;
}
.site-footer .widget {
	margin:0;
	font-size:16px;
	padding:0;
}
.site-footer .widget-title, .site-footer strong {
	color: #fff;
	text-transform: uppercase;
}
.site-footer .widget-title {
	margin-bottom: 40px;
	font-size:24px;
}
.site-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.site-footer ul li {
	float: left;
}
.site-footer .widget_pages li, .site-footer .widget_recent_entries li {
	width:100%;
	margin-bottom: 5px;
}
.site-footer .widget_recent_entries li {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	margin-bottom: 15px;
}
.site-footer .widget_recent_entries li:before {
	content: "\f105";
	margin-right: 15px;
	color: #cccccc;
	font-size: 15px;
}
.site-footer .tour-gallery li {
	margin: 0 10px 10px 0;
}
.site-footer .site-info {
	background: #111;
	padding: 12px;
}
.site-footer .site-info p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
}
.footer-wrapper{ padding:15px 0;}
.footer-wrapper .container {
	background: url("../img/footer-map-bg.png") bottom right no-repeat;
}
.page_item { margin:0; padding:0;}
.page_item ul{ margin:0; padding:0;}
.page_item ul li{
	width:inherit !important;
	display:inline-block !important;
	padding:0;
}
.page_item ul li a{
	outline:none;
	text-decoration:none;
	border-bottom:none;
}
.page_item ul li a:hover{
	outline:none;
	text-decoration:none;
	border-bottom:none;
}

.page_item img {
	width:inherit
}

.cleint-logo-ftr {
	margin:0;
	padding:0;
	background:#FFF;
}
.ftr-border-line {
	border-right:1px solid #2a353e;
	min-height:270px !important;
}
.clear-box {
	display:none;
	clear:both;
}





/*Footer Start  End*/


.orPartners{width:100%;padding-top:20px; padding-bottom:3rem;}
.orPartners p{width:100%; color: #000;	font-size: 14px; line-height:20px !important; text-align:left !important;}
.orPartners .tex{width:100%; color: #777;	font-size: 14px;}

.orPartners .ourPartnerTxt{float:left;color:#ffffff;font:normal 24px/86px 'LatoWebSemibold',Arial,Helvetica,sans-serif;padding-right:30px;background:url(../images/our-partnersArrow.png) right center no-repeat;}

.orPartners .ourPartnerSliderMain{margin:0px;background:url(../images/ourPartnerBg1.png) right bottom no-repeat;padding-right:5px;}

.orPartners .ourPartnerSliderMain .ourPartnerSliderIn{width:100%;float:left;background:url(../images/ourPartnerBg.png) left bottom no-repeat;}

.orPartners .ourPartnerSliderMain .ourPartnerSliderIn .ourPartnerSliderInPad{margin:10px 50px 0 50px;text-align:left;}

.orPartners .ourPartnerSliderMain .ourPartnerSliderIn .ourPartnerSliderInPad .customNavigation{

      text-align: none!Important;

	  margin:-222px 0 0 0px!Important;

	  background:none!Important;

	  width:100%!Important;

	  padding:0 0px!Important;

	  position:relative!Important;

    }

.orPartners .ourPartnerSliderMain .ourPartnerSliderIn .ourPartnerSliderInPad .customNavigation a.left{

  -webkit-user-select: none;

  -khtml-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

  cursor:pointer;

  margin:0 0 0 -30px!Important;

  float:left;

}

.orPartners .ourPartnerSliderMain .ourPartnerSliderIn .ourPartnerSliderInPad .customNavigation a.right{

  -webkit-user-select: none;

  -khtml-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

  cursor:pointer;

  margin:0 -30px 0 0px!Important;

  float:right;

}


#Our_clients .brands {

	padding:0 0px 0 0;

}

#Our_clients .owl-pagination {

	display:none;

}

#owl-demo1 .owl-pagination {

	display:none;

}

#owl-demo2 .owl-pagination {

	display:none;

}

.brands .item > img {

	height: auto;

	display: block;

	min-height: 75px;

}

.brands .item {

	text-align:center;
	position:relative;
}

.brands .item a {

	text-decoration:none;

}

.brands .item .nameTxt {

	position:absolute;

	top:35px;

	text-align:center;

	color: #ffffff;

	font: normal 35px/38px 'LatoWebLight',Arial,Helvetica,sans-serif;

	z-index:999;

	width:100%;

}

.brands .item .nameTxt2 {

	position:absolute;

	bottom:15px;

	text-align:center;

	color: #ffffff;
	font-weight:300 !important;
	font-family:'LatoWebLight',Arial,Helvetica,sans-serif;
	font-size:24px;
	

	z-index:999;

	width:100%;

}

.brands .item .priceTxt {

	position:absolute;

	bottom:17px;

	text-align:center;

	color: #ffffff;

	font: normal 18px/22px 'LatoWebLight',Arial,Helvetica,sans-serif;

	z-index:999;

	width:100%;

	-moz-transition:-moz-transform 0.5s ease-in; 

	-webkit-transition:-webkit-transform 0.5s ease-in; 

	-o-transition:-o-transform 0.5s ease-in;

	text-shadow:1px 1px 1px #000;

}

.brands .item:hover .priceTxt {

	-moz-transform:scale(1.3); 

	-webkit-transform:scale(1.3);

	-o-transform:scale(1.3);

}

.brands .item .priceTxt strong {
	font: bold 24px/25px 'LatoWebLight',Arial,Helvetica,sans-serif;
}

.brands .item:hover {
	box-shadow: none;
}

.brands .owl-item {
	padding:0;
}

owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;

}

/* display none until init */

.owl-carousel {
	position: relative;
/*	width: 100%;*/
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}



/* Styling Next and Prev buttons */



.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;


}

/* Clickable class fix problem with hover on touch devices */

/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	text-decoration: none;
}



/* Styling Pagination*/



.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 8px;
	height: 8px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #f76608;
	border:2px solid #f76608;
}



.owl-theme .owl-controls .owl-page.active span,

.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}



/* If PaginationNumbers is true */



.owl-theme .owl-controls .owl-page span.owl-numbers{

	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}



/* preloading images */

.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center;
}

.owl-carousel .owl-item {
	padding: 0 30px 0 0;
	display:inline-block;
	background:none;
	float:left !important;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	overflow:hidden;
	width:none !important;

}




/***************************tarveller for css code adding in 03-10-2019* ************************/

.tavellar_wrap_box{ 
    width: 100%;
    margin: 12px auto;
    padding: 0;
	/*position:relative;*/
	
	
	}
	
	.traveller_box_pax{
    
    width: 100%;
    display: inline-block;
    width: 100%;
    border: 1px solid #cccccc;
    background: #ffffff;
    left: 0px;
    top: 0;
    z-index: 9999;
    display:none;
	position:absolute;
	height: 396px;
	overflow: hidden;
    overflow-y: scroll;
   
	
	}
	
	.traveller_box_pax .room_booking_traveller .title{ background:#666; font-size:20px; line-height:20px; padding:10px 0 10px 30px; color:#fff; margin-bottom: 20px;}
	.room_booking_traveller{ width:100%; height:auto; margin:0 0 10px 0; padding:0 0 0 0;  }
	.travelerbox_bx_pax_click{
		    border-bottom: 1px solid #777;
			padding: 0 0;
			display: inline-block;
			width: 100%;
			position: relative;
			z-index: 1;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			-webkit-box-shadow: none;
			box-shadow: none;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 0;
			background: transparent;
			cursor: pointer;
			margin-bottom: 5px;
			font-size: 14px;
			height: 50px;
			line-height: 50px;
			color:#888;
			
			
		
		}
		
		.traveller_box_pax .control-label{ text-align:right; text-align: right; vertical-align: middle;
					font-size: 11px;
					font-weight: normal;}
		
		
.travelerbox_bx_pax_click .qtyTotal {
    background-color: #333;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    line-height: 18px;
    position: relative;
    top: 0;
    left: 2px;
    height: 18px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

 .add_more{ width:100%; background: #333;
    border-color: #333;
    border-radius: 0px;
	-moz- border-radius: 0px;
	-webkit- border-radius: 0px;
	-o- border-radius: 0px;
	
	}
	
	.add_more:hover{ background: #cb231d;  border-color: #cb231d; }
 .travller_done{ float: right; padding: 10px 50px; background: #cb231d;  border-color: #cb231d; border-radius: 0px;
	-moz- border-radius: 0px;
	-webkit- border-radius: 0px;
	-o- border-radius: 0px;
	}
  .travller_done:hover{ background: #ee5246;  border-color: #ee5246;}
 
 .c-form-1-bottom{ position:relative;}
 .traveller_box_pax select{
	 border-radius: 0px;
	-moz- border-radius: 0px;
	-webkit- border-radius: 0px;
	-o- border-radius: 0px;
 }
.tarveller_rotate{ font-size: 32px;}

.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 6px;
}
 
 

/***************************tarveller for css code adding in 03-10-2019* ************************/

