/*mobile bookinge page*/
@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'Open Sans', sans-serif;
	src: url(../fonts/OpenSans-Light.ttf);
}
body {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 12px !important;
	color: #666 !important;
}
/*navbar*/
.navbar-default {
	/*box-shadow: 0px 2px 4px rgba(0,0,0,0.1)!important;*/
	background-color: #fff;
}
.navbar-default .navbar-brand {
	font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
	color: #fed136;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand.active {
	color: #fec503;
}
.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.02);
}
.navbar-default .navbar-toggle {
	border-color: #072332;
	background-color: #072332;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fed136;
}
.navbar-default .nav li a {
	/*text-transform: uppercase;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #072332;
}
.navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
	outline: 0;
	color: #0D99CF;
}
.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #fff;
	background-color: #fed136;
}
.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #fec503;
}
.senit_logo {
	padding-top: 12px;
}
/*navbar*/

/*slider*/
.slider_bg {
	padding-top: 60px;
}
.clearfix:after {
	content: "\0020";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.grpelem {
	display: inline;
}
#u187-8 {
	z-index: 11;
	min-height: 130px;
	font-size: 35px;
	color: #FFFFFF;
	font-weight: 400;
	position: relative;
	margin-top: 162px;
}
#u187-3 {
	color: #7ec843;
	font-weight: 900;
}
#u189-4 {
	z-index: 19;
	min-height: 80px;
	font-size: 18px;
	line-height: 1.4;
	color: #FFFFFF;
	font-weight: 400;
	position: relative;
}
.senit_slider_mes {
	margin-top: 200px;
}
.btn-clear {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
	margin-right: 15px;
}
.transparent_btn_index {
	text-align: center;
	padding-top: 20px;
}
.whysenit {
	margin-top: 40px;
}
.whysenit p {
	font-size: 15px;
	line-height: 26px;
}
.color-border {
	background: 0;
	color: #7266BA;
	border: 2px solid #7266BA;
	outline: -2px;
}
.btn_blue {
	background-color: #fff !important;
	color: #1AC6FF !important;
	border: 1px solid #1AC6FF;
}
.slogan_bg {
	background-color: #1AC6FF;
	padding-bottom: 20px;
	padding-top: 20px;
}
.slogan_bg p {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
}
/*slider*/

/*start footer*/
#footer {
	background: #0C82B1;
	margin-top: 25px;
}
#copyright {
	background: #072332;
}
.footer-col {
	padding: 10px;
	color: #FFF;
	font-size: 12px;
	text-align: justify;
}
.footer-col a {
	color: #FFF;
}
.footer-col ul {
	padding-left: 0px;
}
.footer-col ul li {
	list-style: none;
}
.footer-col h3 {
	color: #CCC;
	font-size: 16px;
	margin: 0px 0 5px 0;
	border-bottom: 1px solid #09C;
	padding-bottom: 5px;
}
#copyright ul li {
	list-style: none;
	display: inline;
	float: left;
	padding: 5px 2px;
}
.social-links {
	width: 80px;
	padding: 0px;
	margin: 0px;
}
/*end footer*/


/*start tours_catogary*/
.bom-contents {
	color: #fff;
	background-image: url(../images/bom-contents-bg.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
	margin-top: 30px;
}
.fd-column p {
	color: #666;
	font-size: 15px;
	min-height: 70px;
}
.bom-contents h3 {
	color: #666;
}
.btn-danger {
	background-color: #0C82B1;
	border-radius: 0px !important;
	border-color: transparent;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
	background-color: #fff !important;
	color: #1AC6FF !important;
	border-radius: 0px !important;
	border-color: transparent;
}
.img-circle {
	border: 1px solid #fff;
}
.bom-contents-overlay {
	background: url(../images/pattern.png);
}
.fd-column {
	padding-top: 100px;
	padding-bottom: 20px;
}
.featured-dest {
	text-align: center;
	padding: 80px 20px 20px;
	position: relative;
	min-height: 315px;
	background-color: #fff;/*border-bottom: 1px solid #666;*/
}
.fd-image {
	width: 150px;
	height: 150px;
	position: absolute;
	top: -75px;
	left: 50%;
	margin-left: -75px;
}
/*end tours_catogary*/
.ico_align {
	text-align: center;
}
 @media(min-width:768px) {
.navbar-default {
	padding: 8px 0;
	border: 0;/*background-color: transparent;
	-webkit-transition: padding .3s;
	-moz-transition: padding .3s;
	transition: padding .3s;*/
}
.navbar-default .navbar-brand {
	font-size: 2em;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.navbar-default .navbar-nav>.active>a {
	border-radius: 3px;
}
.navbar-default.navbar-shrink {
	padding: 10px 0;
	background-color: #f8f8f8;
}
.navbar-default.navbar-shrink .navbar-brand {
	font-size: 1.5em;
}
}
/*recent works*/
.productbox {
	background-color: #ffffff;
	padding: 10px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 8px 6px -6px #999;
	-moz-box-shadow: 0 8px 6px -6px #999;
	box-shadow: 0 8px 6px -6px #999;
	background-color: #ffffff;
	box-shadow: 0 8px 6px -6px #999;
	/*height: 250px;*/
	margin-bottom: 10px;
	padding: 10px;
}
.producttitle {
	font-weight: bold;
	padding: 5px 0 5px 0;
	text-transform: uppercase;
}
.productprice {
	border-top: 1px solid #dadada;
	padding-top: 5px;
}
.pricetext {
	font-weight: bold;
	font-size: 1.4em;
}
/*clients belt*/
/* carousel */
.media-carousel {
	margin-bottom: 0;
	padding: 0 40px 30px 40px;
	margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left {
	left: -12px;
	background-image: none;
	color: #333;
	font-size: 4em;
	background: none repeat scroll 0 0 #fff;
	border: 4px solid #FFFFFF;
	border-radius: 23px 23px 23px 23px;
	height: 40px;
	width : 40px;
	margin-top: -12px
}
/* Next button  */
.media-carousel .carousel-control.right {
	right: -12px !important;
	background-image: none;
	font-size: 4em;
	color: #333;
	background: none repeat scroll 0 0 #fff;
	border: 4px solid #FFFFFF;
	border-radius: 23px 23px 23px 23px;
	height: 40px;
	width : 40px;
	margin-top: -12px
}
/* Changes the position of the indicators */
.thumbnail {
	border: none !important;
}
.media-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li {
	background: #fff;
}
.media-carousel .carousel-indicators .active {
	background: #fff;
}
.media-carousel img {
/*  width: 250px;
  height: 100px*/
}
/* End carousel */

/*senit booking engine*/
.senit_be {
	background: url(../images/senit_be_bg.jpg) no-repeat 50% 0;
	background-size: cover;
	background-attachment: fixed;
}
.senit_be p {
	color: #FFF;
}
.senit_be h2 {
	color: #FFF;
}
.senit_be a {
	color: #FFF;
}
.senit_be h4 {
	color: #FFF;
}
.feature.left figure {
	float: left;
}
.feature.left .feature-content {
	/*padding-left: 65px;*/
	padding-top: 5px;
	text-align: justify;
}
/*media queries*/

@media (min-width:768px) and (max-width:991px) {
.productprice {
	padding-bottom: 15px;
}
}
/*About us senit*/
.about_p {
	font-size: 1.2em;
	line-height: 26px;
	width: 80% !important;
}
.about_p p, .about_p h2 {
	text-align: justify;
}
/*Destribution Network senit*/
.page_banner_bookingengine {
	background-image: url('../images/bookingsengine_bg.jpg');
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	margin-top: 70px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.page_banner_bookingengine p {
	font-size: 1.4em;
}
.page_banner_onlinemarketing {
	background-image: url('../images/onlinemarketing_bg.jpg');
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	margin-top: 70px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.page_banner_onlinemarketing p {
	font-size: 1.4em;
}
.page_banner_distribution {
	background-image: url('../images/destributionnetwork.jpg');
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	margin-top: 70px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.page_banner_distribution p {
	font-size: 1.4em;
}
.bookingengine {
	padding-top: 40px;
}
.bookingengine p {
	font-size: 1.2em;
	text-align: justify;
}
.be_col_sep {
	border-right: 1px solid #e5e5e5;
	min-height: 250px;
}
.be_scrn_row {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 30px;
	margin: 20px 0 30px 0 !important;
}
.btn {
	border-radius: 0px !important;
}
.btn-primary {
	background-color: transparent !important;
	border: 1px solid #fff;
}
.chck_test_bng {
	padding-top: 87px;
	/*padding-left: 220px;*/
	text-align: right;
}
.chck_test_bng h2 {
	margin-top: 0px;
}
/*destribution network*/
.distribution_network {
	color: #666;
	margin-top: 30px;
}
.distribution_network p {
	font-size: 1.2em;
}
.onln_mrktng_sup_fa {
	/*padding-left: 135px;*/
	font-size: 100px !important;
}
.panel {
	border-radius: 0px !important;
}
/*contact us*/
.form-control {
	border-radius: 0px !important;
}
.social li {
	list-style: none !important;
}
/*carosusel*/
.carousel-control.right, .carousel-control.left {
	background-image: none !important;
}


/* Chiran */
.section_frame{
	border: 2px solid #e5e5e5;
	padding: 10px;
}
.section_frame .carousel-control{
	width: 2%;
}
.section_frame .glyphicon-chevron-left, .glyphicon-chevron-right{
	color: #494843;
}



.page_banner_xml ul{
	list-style-type: none;

}
.page_banner_xml li{
	font-size: 16px;
}
.fa-check{
	color: #00A380;
	margin-right: 10px;
}


.page_banner_xml {
	background-image: url('../images/onlinemarketing_bg.jpg');
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	margin-top: 70px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.page_banner_xml p {
	font-size: 1.4em;
}
.page_banner_agent {
	background-image: url('../images/xml.jpg');
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	margin-top: 70px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.page_banner_agent p {
	font-size: 1.4em;
}





.item-name {
	width: 150px;
	float: left;
	color: #ccc;
	font-weight: normal;
	line-height: 35px;
	padding-bottom: 20px;
}
.input-items {
	width: 300px;
	float: left;
	height: 25px;
}
.formtabs {
	width: 100%;
	border: solid 1px #ccc;
	padding: 5px;
	height: 30px;
	margin-bottom: 10px;
}
.txt-area-formtabs {
	width: 100%;
	height: 100px;
	border: solid 1px #ccc;
	padding: 5px;
	margin-bottom: 20px;
}
.why_senit_para {
	text-align: justify;
}
.recent_content p {
	text-align: justify;
}
.headline {
	font-size: 15px;
}
.title_color {
	color: #43AFED;
}
.top_space {
	padding-top: 20px;
}
.copy_right {
	color: #fff;
	padding-top: 5px;
}
.read_more {
	padding-top: 30px;
}
.map_top_spc {
	padding-top: 55px;
}
.form_display {
	display: none;
}
.hotelier_color {
	color: #43AFED;
}
.top_space_2 {
	padding-top: 40px;
}
.network_color {
	color: #43AFED;
}
.top_space_3 {
	padding-top: 40px;
}
.booking_color {
	color: #43AFED;
}
.senit_color {
	color: #43AFED;
}
.first_para {
	padding-top: 25px;
}
.about_sub_title {
	color: #43AFED;
}
.hotel_section{
	height: 400px !important;
}
.special_points ul li{
	float: left;
	margin-right: 50px;
	background-image: url(../images/right_mark.png);
	background-repeat: no-repeat;
	list-style-type: none;
}
.chck_test_bng p{
	margin-bottom: 20px;
}
@media (max-width:320px) {
.ib-container article {
	width: 39% !important;
}
}
 @media (max-width:360px) {
article {
	overflow: hidden;
}
.recent_content h4 {
	font-size: 15px;
}
.ib-container article {
	width: 39% !important;
}
.productbox {
	height: 245px;
}
}
 @media (max-width:768px) {
.onln_mrktng_sup_fa {
	font-size: 100px !important;/*padding-left: 320px;*/
}
.ib-container article {
	/*width: 20% !important;*/
	overflow: hidden;
}
.producttitle{
	height: 50px;
}
}

 @media (max-width:1024px) {
.onln_mrktng_sup_fa {
	font-size: 100px !important;/*padding-left: 305px;*/
}
/*.productbox {
		height: 225px;
	}*/
}

@media(min-width:1004px) {
	.ib-container article{
		margin: 10px !important;
		}
}

/* Chiran */
