@import url: ('https://fonts.googleapis.com/css?family=Roboto');
body{
	background: #fff!important;
}
.navbar-inverse .navbar-nav>li>a{
	font-size: 12px;
/*	font-weight: bold;
*/	color: #000;
	padding: 5px;
	margin: 10px;
}

.exp a:hover{
	text-decoration:none!important;

}
.iccv{
	width:100px ;
	height:100px;
	background-color:white;
	border-radius:50%;
	margin: 0 auto;
}
.iccv i{
	position: relative;
	    top: 28px;
    font-size: 36px;
    color: red;
}
.item .icvu  h3{
	font-size: 17px;
	color: #000;
	
}
.item a{
	text-decoration: none!important;

}
.item .icvu p{
	font-size: 12px;
}

body{
	background-color: #f1f1f1;
	font-family: 'Roboto', sans-serif;

}
.nabg{
	border:none;text-align: center;
	border-bottom: 3px solid #ccc;

}
.navbar-inverse {
    background-color:#FFF;
    border-color: transparent;

}
.navbar{
	padding-top:15px;
}
.shrink{
  padding: 0;
    background: #fff;
      /*margin-top: 65px;*/
  }
  /*.navbar-right{
  	padding-top: 5px;	
  }*/
  .heigh{
  	/*margin-top: 70px;*/
  }
  .navbar-inverse .navbar-toggle {
  	font-size: 15px;
  	margin-right: -40px;
    /*border-color: #de2524;*/
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #de2524;
    font-size: 15px;
    margin-right: -40px;
}
.navbar-inverse .navbar-toggle:focus .icon-bar {
    background-color: #ffffff;
    color: #dd3236;
   

}
.navbar-inverse .navbar-nav>li>a{
	font-size: 15px;
	padding: 0px 9px;
}
 .navbar-inverse .navbar-nav>li>a:hover{
	color: #dd3236;

	
	/*background: #cd0d1d;*/
}
 .navbar-inverse .navbar-nav>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  /*background: #cd0d1d;*/
  visibility: hidden;
  border-radius: 5px;
  transform: scaleX(0);
  transition: .25s linear;
 
}
.navbar-inverse .navbar-nav>li>a:hover:before,
.navbar-inverse .navbar-nav>li>a:focus:before {
  visibility: visible;
  transform: scaleX(1);
  color: #dd3236;
}



.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
	  /* background-image: -webkit-linear-gradient(bottom, #DB0B0B 19%, #910005 56%);*/
	  background-color: transparent;
	  color: #dd3236;
	  font-size: 15px;

}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
	background: #cd0d1d;
}

/*slider*/
.flexslider{
	border:none!important;
}

.flexslider img {

	height: 590px;

}
.flexslider {
		width: 790px;
		margin: 0 auto;
		-webkit-box-shadow: none;
		        box-shadow: none;
}

	

.flexslider li {
	/*	position: relative;*/
}
.flexslider .slides>li{
	position: relative!important;
}

.flexslider li .meta {
		position: absolute;
		bottom: 120px;
		left: 20%;
		color: white;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		font-family: 'Roboto', sans-serif;
}
/*.mer{
	left: 40px!important;
}*/

.bttun{
	    background-color: #e8e8e8;
    color: #787878;
    border-radius: 15px!important;
    border:none;
    font-weight: bold;
}


.flexslider li h1 {
		/*background: rgba(51, 51, 51, 0.5);*/
		padding: 12px 18px 12px;
		margin-bottom: 0;
		font-size: 30px;
	font-weight: 500;
}

.flexslider li h2 {
		/*background: rgba(51, 51, 51, 0.5);*/
		padding: 13px 18px 11px;
		font-size: 1.8em;
		margin-bottom: 0;
		font-weight: 300;
}

.flexslider li .category {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
}

.flexslider li .category a {
		/*background: #e43837;*/
		margin-right: 7px;
		font-size: 1.1em;
		padding: 12px 18px 10px;
		font-weight: 300;
}

.flexslider li .category span {
		/*background: #e43837;*/
		margin-top: 17px;
		padding: 8px 12px 0;
		font-size: 0.9em;
		font-weight: 300;
		height: 26px;
}

.flexslider li h1,
.flexslider li h2,
.flexslider li .category p,
.flexslider li .category span {
		-webkit-animation-duration: .6s;
		animation-duration: .6s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeOutLeft;
		animation-name: fadeOutLeft;
}

.flexslider li.flex-active-slide .meta h1,
.flexslider li.flex-active-slide .meta h2,
.flexslider li.flex-active-slide .meta .category p,
.flexslider li.flex-active-slide .meta .category span {
		-webkit-animation-delay: .4s;
		animation-delay: .4s;
		-webkit-animation-duration: .6s;
		animation-duration: .6s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeInLeft;
		animation-name: fadeInLeft;
}

.flexslider li.flex-active-slide .meta h2 {
		-webkit-animation-delay: .5s;
		animation-delay: .5s;
}

.flexslider li.flex-active-slide .meta .category p {
		-webkit-animation-delay: .6s;
		animation-delay: .6s;
}

.flexslider li.flex-active-slide .meta .category span {
		-webkit-animation-delay: .8s;
		animation-delay: .8s;
}



/*

.flex-direction-nav {
		position: absolute;
		top: 0;
		left: 30px;
}

.flex-direction-nav a {
		text-decoration: none;
		display: block;
		width: 30px;
		height: 30px;
		background-color: #333;
		margin: -20px 0 0;
		position: absolute;
		top: 50px;
		z-index: 10;
		overflow: hidden;
		opacity: .5;
		cursor: pointer;
		color: #fff;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
		text-align: left;
		left: -10px;
}

.flex-direction-nav .flex-next {
		text-align: right;
		left: 30px;
}

.flexslider:hover .flex-prev {
		left: -10px;
}

.flexslider:hover .flex-next {
		left: 30px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
		opacity: 1;
}

.flex-direction-nav a:before {
		font-family: FontAwesome;
		content: '\f104';
		font-size: 25px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		position: relative;
		top: 0;
		padding: 2px;
		font-size: 19px;
    line-height: 27px;
}

.flex-direction-nav a.flex-next:before {
		content: '\f105';
}

@-webkit-keyframes fadeInLeft {
		0% {
				opacity: 0;
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
		100% {
				opacity: 1;
				-webkit-transform: none;
				transform: none;
		}
}*/
.flexslider:hover .flex-prev{
	left: 0!important;
}
.flex-direction-nav .flex-next{
	right: 0!important;
}
.flex-direction-nav .flex-next:hover{
	right: 0!important;
}
.flexslider:hover .flex-prev {
    
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 50px;
    text-align: center;
}
.flexslider:hover .flex-next {
    
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 50px;
    text-align: center;
}


@keyframes fadeInLeft {
		0% {
				opacity: 0;
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
		100% {
				opacity: 1;
				-webkit-transform: none;
				transform: none;
		}
}

@-webkit-keyframes fadeOutLeft {
		0% {
				opacity: 1;
		}
		100% {
				opacity: 0;
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
}

@keyframes fadeOutLeft {
		0% {
				opacity: 1;
		}
		100% {
				opacity: 0;
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
}
/*slider*/
/*exper*/
.exp h3{
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
}

.exp1{
	background: #F78181;
}
.exp{
	text-align: center;
}

.exp i{
	
	color:#de2524;
	padding: 30px;
	font-size: 26px;
}

.exp p{
	padding-bottom: 25px;
	font-weight: bold;
	font-size: 18px;
	color: #de2524;
}

:hover{
	        -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}


.exp1{
	/*border-color:#F78181;*/
	background-color:#fff;
}
.exp2{
	background-color: #fff;
}
.exp3{
	    background-color: #fff;
}

.exp1:hover{
	background-color: red;
}
.exp3:hover{
	background-color: red;
}
.exp2:hover{
	background-color: red;
}


.exp1:hover i, .exp1:hover p {
	color: #fff;
	
}
.exp2:hover i, .exp2:hover p {
	color: #fff;
	
}
.exp3:hover i, .exp3:hover p {
	color:#fff;
}

/**/
#carousel {
position: relative;
width:60%;
margin:0 auto;
}
 #slides{
 	width: 100%!important;
 	font-style: normal;
 }
#slides {
overflow: hidden;
position: relative;
width: 100%;
height: 250px;
}

#slides ul {
list-style: none;
width:100%;
height:250px;
margin: 0;
padding: 0;
position: relative;
}

 #slides li {
width:100%;
height:250px;
float:left;
text-align: center;
position: relative;
font-family:Roboto, sans-serif;
font-style: normal;
}
/* Styling for prev and next buttons */
.btn-bar{
    max-width: 346px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 40px;
    width: 100%;
}

 #buttons {
padding:0 0 5px 0;
float:right;
}

#buttons a {
text-align:center;
display:block;
font-size:50px;
float:left;
outline:0;
margin:0 60px;
color:#b14943;
text-decoration:none;
display:block;
padding:9px;
width:35px;
}

a#prev:hover, a#next:hover {
color:#FFF;
text-shadow:.5px 0px #b14943;  
}

.quote-phrase, .quote-author {
font-family:sans-serif;
font-weight:200;
display: table-cell;
vertical-align: middle;
padding: 5px 20px;
font-family:'Roboto', sans-serif;
}

.quote-phrase {
height: 200px;
font-size:22px;
color:#686666;
font-style:normal;
text-shadow:.5px 0px #b14943;  
}

.quote-marks {
font-size:30px;
padding:0 3px 3px;
position:inherit;
}

.quote-author {
font-style:normal;
font-size:20px;
color:#b14943;
font-weight:400;
height: 30px;
}

.quoteContainer, .authorContainer {
display: table;
width: 100%;
}
/**/

/**/

.mic h3{
	    text-align: center;
    font-weight: bold;
    font-size: 30px;
    /* color: white; */
    padding: 15px;
}
.bsns{
	background-color: rgba(142,142,142,0.7);
	margin-top: 60px;
	padding: 10px 20px 20px;
}
.bsns p{
	color: #fff;
	text-align: justify;
	font-size: 16px;
}
.bsns h2{
	font-weight: bold;
	color: #fff;
}

/*callback*/
.callback{
	padding-bottom:  30px;
	padding-top: 
}
.callback h2 i{
	    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    background-color:#333333;
    color:#ffffff;
    font-size: 37px;
}
.callback h2,.callback h3,.callback p{
	text-align: center;
}
.callback h3{
	padding-top: 20px;
}

.callback .cbk input{
	padding: 5px;
	width: 100%;
}


.callback .subm {
    border: 1px solid #cacaca;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 7px 20px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #E6E6E6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#CCCCCC));
    background-image: -webkit-linear-gradient(top, #E6E6E6, #CCCCCC);
    background-image: -moz-linear-gradient(top, #E6E6E6, #CCCCCC);
    background-image: -ms-linear-gradient(top, #E6E6E6, #CCCCCC);
    background-image: -o-linear-gradient(top, #E6E6E6, #CCCCCC);
    background-image: linear-gradient(to bottom, #E6E6E6, #CCCCCC);
    }


    .callback .subm:hover {
    border: 1px solid #b3b3b3;
    background-color: #cdcdcd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd), to(#b3b3b3));
    background-image: -webkit-linear-gradient(top, #cdcdcd, #b3b3b3);
    background-image: -moz-linear-gradient(top, #cdcdcd, #b3b3b3);
    background-image: -ms-linear-gradient(top, #cdcdcd, #b3b3b3);
    background-image: -o-linear-gradient(top, #cdcdcd, #b3b3b3);
    background-image: linear-gradient(to bottom, #cdcdcd, #b3b3b3);
   
}
.callback p{
	padding: 15px 0;
}
/**/
/*BES*/
.BES .bxr{
	padding: 10px;
}
.BES h2,.BES h4{
	text-align: center;
}
.BES h2{
	padding-top: 40px;
}
.BES p{
	line-height: 22px;
	color: #747474;
	font-size: 15px;
}
.BES img{
	width: 100%;border-radius: 15px;margin-bottom: 10px;
}
.bxr{
	background-color: #fff;
}
/*about*/
.abot{
	padding: 40px;
}

.abot h3{
	font-size: 27px;
}

.abot h3,.abot h4,.abot p{
	text-align: center;
}
.abot h4{
	margin-top: 50px;
	font-size: 21px;
	font-weight: bold;
}
.abot p{
	margin-top: 20px;
	font-size: 16px;
}
.abot .col-sm-3{
	text-align: center;
	padding-top: 30px;

}

/**/
.whyy i{
	    border-color: #ffffff;
    background-color: #ffffff;
    color: #77234B;
    font-size: 25px;
    border-radius: 50%;
    border: 15px solid #fff;
}
.whyy{
	text-align: center;
}

.whyy h4{
	padding: 8px 0;
	    font-weight: bold;
    font-size: 16px;
}
.whyy p{
	font-size: 15px;
}

/**/
@media(max-width: 768px) {
    .fssg{
    	position:relative;
    }
    .navbar{
    	margin-bottom: 0px;
    }
    .heigh{
    	display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
        margin-right: -40px;
    }
    .navbar-header {
        float:none;
    }

}

@media(max-width: 991px) {
    .navbar-header{
    	width: 100%
    }
}

@media(width: 320px) {
.navbar img{
	    width: 159px!important;
    float: left;
    padding-top: 10px;
		}
			}


/**/
.frm input,.frm textarea{
	width: 100%;
	padding: 5px;
	margin: 10px 0;
}

.frm select{
	padding: 5px;
	margin:  10px 0;

}


/**/

.bee .BES{
	padding-top: 40px;

}
.bee .BES h2{
	padding-bottom: 20px;
}
/**/

.les .les3{
	    background-color: #fff;
    border-color: transparent;
    border-radius: 32px;
    border-style: solid;
    border-width: 1px;
    height: 220px;
    color: #000000;
    padding-top: 25px;
}

.les .les1{
	    background-color: #fff;
    border-color: transparent;
    border-radius: 32px;
    border-style: solid;
    border-width: 1px;
    height: 220px;
    color: #000000;
    padding-top: 25px;
}


.les .les2{
	    background-color: #fff;
    border-color: transparent;
    border-radius: 32px;
    border-style: solid;
    border-width: 1px;
    height: 220px;
    color: #000000;
    padding-top: 25px;
}


.les .les4{
	    background-color: #fff;
    border-color: transparent;
    border-radius: 32px;
    border-style: solid;
    border-width: 1px;
    height: 220px;
    color: #000000;
    padding-top: 25px;
}


.les .les5{
	    background-color: #fff;
    border-color: transparent;
    border-radius: 32px;
    border-style: solid;
    border-width: 1px;
    height: 220px;
    color: #000000;
    padding-top: 25px;
}


.les .les6{
	    background-color:#fff;
    border-color: transparent;
    border-radius: 32px;
    border-style: solid;
    border-width: 1px;
    height: 220px;
    color: #000000;
    padding-top: 25px;
}


.les .whyy p{
	margin-top: 30px;
	font-size: 19px;
	padding: 1px;
}

/**/

.serv img{
	width: 100%;
	padding-top: 20px;

}
.serv{
	text-align: center;
}
.serv p{
	padding: 17px;
	font-size: 19px;
	font-weight: bold;
}
.serv h3{
	font-weight: bold;
	padding-bottom: 20px;
}

.calen{
	text-align: center;
}

.calen h3{
	font-weight: bold;
	padding-bottom: 20px;
}
.contta{
	text-align: center;
}
.contta h1{
	font-weight: bold;
}



.owl-prev{
	display: none!important;
}
.owl-next{
	display: none!important;
}


a:focus,input:focus{
	outline: none!important;
}

/*************Career PAGE***************/
.apply_job_divs{color:#969595!important; height: 1%;background-color: #fff;
    
    box-shadow: 0px 0px 10px 0px rgba(204,204,204,.5);
    border-radius: 3px;
  
    padding:20px;margin-bottom:20px;
}
    .heading_designation{font-size:24px;}
    .apply_job_divs p{margin-bottom:5px;font-size:12px;}
    .heading_jobdescrip{margin-top:20px;font-size:15px;}
    .job_descrip_ul{padding-left: 18px; }
    .job_descrip_ul li{line-height:1.5;font-size:13px;}
    .button_apply_now{text-align: right;}
    .button_apply_now button{outline:none!important; background-image:-webkit-linear-gradient(bottom, #DB0B0B 19%, #910005 56%)!important;color:#fff!important; }
/****************************/

/*=================================================
||				8. Additional Services
==================================================*/
.additional-services .col-md-4{
	margin-bottom: 30px;
}
.custom-table{
	display: table;
}
/*.additional-services .custom-table:hover{
	box-shadow: 0 0 30px rgba(125, 125, 125, 0.1);
}*/
.add-srvc-img{
	left: 0;
    top: 0;
    bottom: 0;
}
.add-srvc-heading{
	color: #313131;
	font-size: 16px;
}
.add-srvc-detail{
	display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    background-color: #f9f9f9;
    color: #969595;
    font-size: 13px;
    padding-right: 30px;
}
 .carousel-service a
 {

    font-size: 46px;
    vertical-align: middle;
    top: 6px;
    color:#df3136;

}
ol li
{
    list-style-type: none;
    margin: 11px 0px;
    font-size: 15px;

}
ol li .fa
{
margin-right: 15px;
    color: #63b04b;

}
.carousel-service h4.icon:hover
 {
    background-color: #df3136 !important;
 }
 .carousel-service h4.icon:hover a
 {
 color:#fff;
 }
.carousel-service h4,.carousel-service h6
{
color:#fff;
}
.carousel-service i {
  border-radius: 50%;
  -webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}
.carousel-service i:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.features{
	background: #f9f9f9;
}
.features .custom-button{
	display: inline;
}
.table-cell{
	display: table-cell;
	vertical-align: middle;
}
ul.features-list li {
    padding: 0;
    margin-left: -15px;
    list-style-type: none;
    color: #969595;
}
ul.features-list {
    color: black;
    margin: 30px 0 50px;
}
ul.features-list li:before
{
    content: "\f24e";
    font-family: 'ionicons';
 	color: #60c9eb;
 	margin-left: -25px;
 	padding-right: 10px;
}
.features-bg{
	background: url('../images/features-bg.png');
	padding: ;
}
.grid-50{
	width: 50%;
	padding: 15px;
	margin: -15px;
	position: relative;
	height: auto;
}
.pos-abs{
	position: absolute;
}
.grid-50 img.pos-abs:nth-child(2){
	right: 0;
	top: 0;
	/*top: 200px;*/
}
.grid-50 img.pos:nth-child(1){
	right: 200px;
	top: 0;
	z-index: 1;
}
.grid-50 img.pos-abs:hover{
	z-index: 222;
}
.services-owl{
	background: url('../images/service-owl-bg.png');
	text-align: center;
}
.item-name{
	background: #fff;
	padding: 5px 30px;
	color: #366BB0;
	display: inline-block;
	font-weight: 700;
	margin-bottom: 40px;
}
.item-detail{
	font-size: 20px;
	font-style: italic;
	color: #fff;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]{
	background: transparent;
	padding: 8px;
	border-radius: 100%;
	border: 1px solid #fff;
	width: 50px;
	height: 50px;
	font-size: 22px;
	transition: all .2s ease-in-out;
	font-weight: 700;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
	background: #fff;
	color: #366BB0;
}
.section-background
 {    background-size: 100%;
 	    background-image: url(images/about-us.jpg);
    /*background-position: center 103px; */	    height: 350px;
    background-repeat: no-repeat;
    padding-top: 70px;

 }
 p.header-text {
    color: #ccc !important;
}

.page-header{
		text-transform: uppercase;
	text-align: left;
	color: #ccc;
	font-weight: 200;
	border-bottom: none;
 
    font-size: 23px;
}
/* Style the tab */
div.tab {
    float: left;
    background-color: #fff;
    width: 30%;

   
}.story-img {
    float: left;
    width: 131px;
    margin: 10px 30px 20px 0;
}
/* Style the buttons inside the tab */
div.tab button {
    display: block;
    background-color: #fff;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    border-left:5px solid #fff;
}
.tab i
{margin-right: 16px;
	font-size:20px;
	color: #ccc;
}
/* Change background color of buttons on hover */
div.tab button:hover{
    /*background-color: #df3136;*/
color:#dd3236;
}
div.tab  button:hover i
{color:#dd3236;

}
/* Create an active/current "tab button" class */
div.tab button.active{
     /*border-left:5px solid #df3136;*/
     color: #df3136;
}
div.tab button.active i
{
	color: #df3136;
}
div.tab button.active:hover{
     color: #dd3236;

}
div.tab button.active:hover i
{
	color: #dd3236;
}
p
{
	margin-bottom: 10px;
}
.tabcontent h4, .tabcontent span
{
    font-size: 13px;
	color:#df3136;
	    font-weight: bold;
}
.tabcontent li
{
	color:#969595;
	list-style-type: none;
	    margin-bottom: 10px;
	        line-height: 20px;
	            display: block;
}
.tabcontent li .fa
{
	color:#df3136;
	margin-right:10px;
	}
.tabcontent li:before
{
	
	margin-right:10px;color:#df3136;
	list-style-position: outside !important;
}
/* Style the tab content */
.tabcontent {
    float: left;
        padding: 25px;
    width: 70%;
    border-left: none;
}
.breadcrumb{
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
}
.breadcrumb .active{
	color: #fff;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #fff;
    content: "\f3d3";
    font-family: "ionicons";
}
.breadcrumb a{
	color: #fff;
	border: 1px solid transparent;
	text-decoration: none;
	padding: 5px;
}
.breadcrumb a:hover{
	color: #fff;
	border: 1px solid #fff;
}
p.header-text
{
	color:#ccc !important;
}

.img1{
	width: 100px;
	margin-top: -40px;   
    margin-left: 79px;
}
.text1{
	color: #fff;
	text-align: center;
	margin-top: 8px;
    margin-left: 11px;
}
.new{
	background: #fff;

	width: 100%;
}

.new1{
	background: #dd3236;
	width: 100%;
	margin-top: 30px;
	padding: 20px;
}

.quality{
	position: absolute;
	bottom: 103px;
	left: 100px;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	text-shadow: 1px 1px 1px black;
}
.big{
	position: absolute;
    bottom: 280px;
    left: 60px;
    font-size: 45px;
    color: #fff;
    font-weight: 100;
}
.travel{
	position: absolute;
	bottom: 53px;
	left: 78px;
	background: #dd3236;
	border: none;
    color: #fff;
    padding: 12px;
    border-radius: 3px;
    outline: none;
    font-size: 15px;
}
.text2{
	color: #fff;
	margin-top: 30px;
}
.test{
	color: orange; 
	position: absolute;
	bottom: -6px;
	right:15px;
}
.test1{
	color: orange; 
	position: absolute;
	bottom: -6px;
	right:15px;
}
.img2{
	width: 60px;
	height: 60px;
	position: relative;
	margin-left: 53px;
	margin-top: 65px;
}
.hot_bus{
	width: 60px;
	height: 60px;
	position: relative;
	margin-left: 53px;
	margin-top: 130px;
}
.text3{
	color: #fff;
	margin-top: 30px;
	font-size: 22px;
}
.add{
	display: none;
	color: #fff;
}
.big1{
	color: #fff;
	text-align: center;
	font-size: 25px;
	padding: 10px;
}
.up_arr{
	display: inline;
	position: fixed;
	bottom: 50px;
	right: 0px;
	border:none;
	background: transparent;
	outline: none;
}
.flexslider
{
	margin-bottom: 30px !important;
}
.para_contents6
{
	display: none
}
.navbar-inverse .navbar-nav>li>a:hover
{
cursor:pointer;
}

  @-webkit-keyframes float {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(-16px, 0px);
            transform: translate(-16px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(-16px, 0px);
            transform: translate(-16px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

.icons  {
  
      
}



button{outline: none!important;}

.content {    background-color: #000;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: fixed;
    top: 35%;
    right: 0px;
    padding: 5px 13px;
    right: -20px;}


.icons a{color:#fff;text-decoration: none!important;font-size: 13px;}


body.modal-open {    padding: 0!important;}
#c_sendquerymodal .modal-content {
    padding: 15px;
    border: none;
    border-radius: 2px;
    -webkit-box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22), 0 27px 24px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22), 0 27px 24px rgba(0, 0, 0, 0.2);
    box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22), 0 27px 24px rgba(0, 0, 0, 0.2);
}
#c_sendquerymodal .modal-header {
  background: transparent;
    border-bottom: none;
   
}
#c_sendquerymodal .modal-content .close {
   position: absolute;
    top: -15px;
    right: -17px;
    font-size: 18px;
    font-weight: normal;
    z-index: 1;
    color: #fff;
    opacity: 1;
    background-color: red;
    border-radius: 50%;
    line-height: 14px;
    /* padding: 7px 8px; */
    width: 30px;
    height: 30px;
}
#c_sendquerymodal .modal-header h4 {
    font-weight: normal;
    text-align: left;
    font-size: 20px;
    color: #8c8c8c;
}
#c_sendquerymodal .number_otocabs {
    font-size: 20px;
    text-align: center;
    color: #ed1c24;
}
#c_sendquerymodal .number_otocabs i {
    margin-right: 10px;
    font-size: 25px;
    color: #fff;
    background: #939393;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    padding: 5px;
}
#c_sendquerymodal .or_otocabs {
    position: relative;
    border-bottom: 1px solid #ccc;
    text-align: center;
    margin: 40px 0;
}
#c_sendquerymodal .or_otocabs span {
    background-color: #fff;
    height: 35px;
    width: 35px;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    line-height: 32px;
    position: absolute;
    top: -20px;
}.card_for_boxxs .form-control {
	    border-color: #c3c3c3!important;
	    box-shadow: none!important;
	outline:none!important;
    height: 35px;
    background-color: transparent;
    color: #000 !important;
    transition: border-bottom 1.5s;
    border-radius: 0px!important;
    font-size: 12px;
    margin-bottom: 17px;
}.btn_for_sendq {
    border: 0px solid #555;
    padding: 8px;
    outline: none!important;
    background: #d92525!important;
    color: #fff;
    margin-bottom: 10px;
}