
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
/* input, textarea {-webkit-appearance: checkbox; border-radius: 0;}
 */textarea { overflow: auto; }
/* Global */
body {
	background:#ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 100%;
	line-height: 24px;
    -webkit-font-smoothing: antialiased;
	text-decoration:none !important;
}
/* mail */
p.tc_apply{
    font-size: 12px;
    color: #000;
    text-align: center;
	}
.ml1{
	background-color:#f0f7ed;
	padding: 1.7em 0px;
}
.ml2{
	color:#fff;
    background-color: #d3d315 ;
	padding: 13px;
	font-weight: 800;
	text-transform:uppercase;
}
.ml3{
	color: #d3d315 ;
}
.ml4{
	margin-top:1.4em;
}
.ml5{
	color:#fff;
    background-color: #d3d315 ;
	padding: 13px;
	font-weight: 800;
	text-transform:uppercase;
}
.ml6{
    color: #868a8b;
	line-height: 30px;
}
.ml7{
    color: #868a8b;
	text-align: right;
	line-height: 30px;
}
.ml8{
    border-bottom: 2px solid #ccccdd;
    border-top: 2px solid #ccccdd;
    padding: 10px 0px;
    margin: 14px 0px;
} 
.ml9{
    text-align: right;
    padding-bottom: 0;
    font-size: 17px;
    color: #d3d315;
    font-weight: bold;
	text-transform:uppercase;
    word-break: break-word;
}
.ml10{
	background-color:#f0f7ed;
	padding: 0.4em 0px;
}
.ml12{
	 margin-top: 13px;
}
.ml13{
    margin-top: 1em;
}
.ml14{
    position: relative;
    top: 0.5em;
    font-weight: 900;
    font-size: 18px;
}
.ml15{
    font-weight: 800;
}
.ml16{
    font-size: 33px;
	font-weight: 800;
	padding: 12px 0px 0px 0px;
}
.ml17{
    font-weight: 800;
	color: #d3d315;
}
.ml18{
	font-weight: 800;
}
.ml19{
    font-weight: 700;
}	
.ml20{	
    color: #868a8b;
}
.ml21{
    font-size: 26px;
    margin: 41px 0px 0px 0px;
    text-align: right;
    font-weight: 600;
}
#social {
  margin: 20px 10px;
  text-align: center;
}

.smGlobalBtn{ /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-shadow: 0 2px 2px #999;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 25px;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
}

/* facebook button class*/
.facebookBtn{
    background: #4060A5;
}

.facebookBtn:before{ /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f09a"; /* add facebook icon */
}

.facebookBtn:hover{
    color: #4060A5;
    background: #fff;
}

/* twitter button class*/
.twitterBtn{
    background: #00ABE3;
}

.twitterBtn:before{
      font-family: "FontAwesome";
      content: "\f099"; /* add twitter icon */
}

.twitterBtn:hover{
      color: #00ABE3;
      background: #fff;
}

/* google plus button class*/
.googleplusBtn{
    background: #e64522;
}

.googleplusBtn:before{
      font-family: "FontAwesome";
      content: "\f0d5"; /* add googleplus icon */
}

.googleplusBtn:hover{
      color: #e64522;
      background: #fff;
}

/* linkedin button class*/
.linkedinBtn{
    background: #0094BC;
}

.linkedinBtn:before{
      font-family: "FontAwesome";
      content: "\f0e1"; /* add linkedin icon */
}

.linkedinBtn:hover{
      color: #0094BC;
      background: #fff;
}

/* pinterest button class*/
.pinterestBtn{
    background: #cb2027;
}

.pinterestBtn:before{
      font-family: "FontAwesome";
      content: "\f167"; /* add pinterest icon */
}

.pinterestBtn:hover{
      color: #cb2027;
      background: #fff;
}

/* tumblr button class*/
.tumblrBtn{
    background: #3a5876;
}

.tumblrBtn:before{
      font-family: "FontAwesome";
      content: "\f16d"; /* add tumblr icon */
}

.tumblrBtn:hover{
      color: #3a5876;
      background: #fff;
}

/* mail */
/* whatsapp */

.font_weight{
 font-weight: 500;
}
.text_lft{
	    margin-left: 14px;
}
.btn__storename span {
	text-decoration:none !important;
}
.heading1 {
    color: #f9f4f4;
    font-size: 2em;
    font-weight: 600;
    text-align: center;
}
.background_img{ 
 background:url('../images/bg2.jpg') fixed; 
  background-repeat: no-repeat; 
  background-size: cover;
 top: 0;
 left: 0;
 width: 100%;	
 height: 100%;	
 z-index: 10;
 }
 .font_weigh{    
   font-weight: 600;
 } .margin_form{  
 margin-top: 19px;
 }
.header{
	background:url('../images/header-image.png') fixed;
	  background-repeat: no-repeat;
	  background-size: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
header {
	background-size: cover;
	width: 100%;
	height: auto;
	position: relative;
	top: 0;
	color: #ffffff;
	text-align: center;
	font-size: 19px;
	line-height: 28px;
}
.font_menu{
    font-weight: 700;
    color: #151414 !important;
    font-size: 16px;
}
.btn-lg{
	border-radius: 0px !important;
}
.panel-body{
        background: #fff ;
    }
.panel_opacity{
  opacity:0.9;
}
.logo1 {
	width: 331px;
	margin: 0 auto;
}
.bg_mask {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background:rgba(2, 2, 2, 0.09) url(../images/pattern.png) repeat top left;
	z-index: 2;
	padding: 10% 0 0% 0;
}
.bg_mask1{
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background:rgba(40, 95, 152, 0.34) url(../images/pattern.png) repeat top left;
	z-index: 2;
}
.bg_mask2
{
	background:rgba(84, 95, 146, 0.37) url(../images/pattern.png) repeat top left;
	padding: 4em 0em 1em 0em;
	text-align: center;
	margin-top: 2em;
}
.bg_mask3
{
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background:rgba(40, 95, 152, 0.34) url(../images/pattern.png) repeat top left;
	z-index: 2;
}

.wrap {
	width: 80%;
	margin: auto;
}

header .wrap, .services_wrapper .wrap {
	z-index: 20;
}

header p {
	max-width: 535px;
	margin: 3% auto 3% auto;
}

header h1 {
	font-size: 35px;
	line-height: 40px;
	font-weight: 900;
	text-transform: uppercase;
	margin-top: 0.6em;
}
header h6{
	border-bottom: 1px solid #fff;
	width:170px;
	height:1px;
	margin: 0 auto;
}
.nav_wrapper {
	width: 100%;
	position: relative;
	background: #fffe03;
	border-bottom: 1px solid #E9E9E9;
	z-index: 100;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.nav_wrapper.sticky {
	position: fixed;
	top: 0px;
	height: 84px;
}
.header_toggle {
	background: url(../images/menu.png) no-repeat center center;
	height: 20px;
	width: 26px;
	position: absolute;
	top: 17px;
	right: 47px;
	text-indent: -9999px;
	
	display: none;
}

.navigation {
	float: left;
	text-align: right;
	width: 65%;
	margin-left: 5%;
}

.navigation li {
	float: left;
	margin-left: 30px;
}
.logo {
	float: left;
	padding: 1.5em 0em;
	width: 120px;
}
.navigation a {
	text-transform: uppercase;
	color: #747474;
	font-size: 14px;
	text-decoration: none !important;
	padding: 1.5em 1em;
	display:block;
}

.button {
	padding: 0px 0px;
	text-align: center;
	display: block;
	margin: 4% 0% 0% 0%;
}
.button:hover {
	opacity: 0.8;
}
/****social_icons******/
.social_icons
{
	float:left;
	padding: 1.85em 1em;
}
.social_icons li
{
	float:left;
	margin-left: 1.2em;
}
.social_icons ul .in a span 
{
	background-position: 0px 0px ;
}
.social_icons ul .in a span:hover
{
	background-position: 0px -24px ;
}
.social_icons ul .pro a span 
{
	background-position: -28px 0px ;
}
.social_icons ul .pro a span:hover
{
	background-position: -28px -24px ;
}
.social_icons ul .twitter a span
{
	background-position: -57px 0px ;
}
.social_icons ul .twitter a span:hover
{
	background-position: -57px -24px ;
}
.social_icons ul .facebook a span
{
	background-position: -84px 0px;
}
.social_icons ul .facebook a span:hover
{
	background-position: -84px -24px;
}
/**********about****************/
.about {
	text-align: center;
	padding: 4em 0em;
}
.about h2 {
	color: #303030;
	font-size: 3.7em;
	font-weight: 600;
}
.about  span,.services span
{
	color:#39A38F;
}
.about h4{
	color: #979797;
	font-size: 2em;
	padding: 1em 0em 1em 0em;
}
.about h6,.services h6,.team h6,.section-title h6,.contact h6{
	width:150px;
	margin: 0 auto;
	border-bottom:1px solid #cecccc;
}
.about p{
	color: #979797;
	width: 56.5%;
	margin: 0 auto;
	padding: 2em 0em;
}
.para_a {
	font-size: 1.1em;
}
.top-grids {
	margin: 2em 0;
	position:relative;
}
.top-grid1{
	margin-top: 2em;
	padding-top: 2em;
	position:relative;
}
.top-grid1 label{
	background: #ECECEC;
	height: 1px;
	display: block;
	position: absolute;
	top: -16px;
	width: 94%;
}
.top-grid{
	width: 31.9%;
	float: left;
	margin-right: 2%;
	text-align: center;
	padding-bottom: 3em;
}
.top-grid:nth-child(3),.top-grid:nth-child(6){
	margin-right:0px;
	border-right:0;
}
.top-grid a.icon,.grid_of_1 a.icon,.service_grids a.icon,.c_grids a.icon{
	width: 61px;
	height: 61px;
	display: inline-block;
	padding: 0px;
	text-align: center;
}
.top-grid  a{
	font-size: 1.5em;
	color: #232323;
	padding: 0.5em 0 0.6em 0;
	display: block;
}
.top-grid p{
	color: #838383;
	line-height: 1.6em;
	font-size: 0.96em;
	width: 85%;
	margin: 0 auto;
	padding: 0.6em 0em;
}
.monitor{
	background: url(../images/iconset.png) no-repeat -1px 0px;
}
.target{
	background: url(../images/iconset.png) no-repeat -90px 0px;
}
.event{
	background: url(../images/iconset.png) no-repeat -175px 0px;
}
.grid_of_1
{
	width:18%;
	margin-left: 9%;
	float:left;
}
.grid_of_1:nth-child(1)
{
	margin-left: 0%;
}
.grid_of_1n a{
	float:left;
}
.cup
{
	background: url(../images/iconset.png) no-repeat -1px -107px;
}
.smill
{
	background: url(../images/iconset.png) no-repeat -78px -105px;
}
.meeting
{
	background: url(../images/iconset.png) no-repeat -170px -107px;
}
.parties
{
	background: url(../images/iconset.png) no-repeat -255px -103px;
}
.grids-of_4
{
	background: #F0F0F0;
	padding: 3.5em 0em;
}
.grid_of_1 a {
	float: left;
}
.grid_of_1 .sub_grid
{
	float:right;
}
.sub_grid  span
{
	font-size: 3.4em;
	font-weight: 900;
}
.sub_grid  p{
	color:#979797;
	padding: 0.3em 0em;
	width: 100%;
}
.clients
{
	background-image: url(../images/bg1.jpg);
}
.clients h3 {
	color: #FFF;
	font-size: 1.8em;
	font-weight: 900;
	padding: 2.5em 0em 0em 0em;
}
.clients h4 {
	color: #FFF;
	padding: 0.8em 0em;
	font-size: 1.9em;
	font-weight: 300;
}
/* start cauresol */
.nbs-flexisel-container {
	padding:2em 0em 3em 0em;
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	width:90%;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	width:200px;
	height:100px;
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 100px;
	max-height: 45px;
}
/*** start cauresol  navigation ***/

/****/
/******start_services******/
.services {
	padding-bottom: 3.7em;
}
.heading {
	color: #303030;
	font-size: 2em;
	font-weight: 600;
	text-align: center;
}
.desc {
	color: #979797;
	font-size: 1.5em;
	text-align: center;
	padding: 1em 0em;
}
.grid1
{
	width:31.2%;
	float:left;
	margin: 6% 0% 0% 3%;
}
.grid1:nth-child(1),.grid1:nth-child(4)
{
	margin-left: 0%;
}
.service_grids a{
	float:left;
	margin-top: 1%;
}
.service_grids .grid_sub
{
	float:right;
	width: 73%;
	margin-left: 7%;
}
.grid_sub h3
{
 	color:#303030;
 	font-size: 1.2em;
}
.grid_sub h3 span{
	margin-left: 8px;
}
.grid_sub h6
{
 	width:100px;
 	padding: 0.2em 0em;
 	margin: 0;
}
.grid_sub p
{
 	color: #838383;
	line-height: 1.6em;
	font-size: 0.96em;
	padding: 1.2em 0em;
}
.system{
	background: url(../images/iconset.png) no-repeat 1px -205px;
}
.tools{
	background: url(../images/iconset.png) no-repeat -89px -210px;
}
.mobile
{
	background: url(../images/iconset.png) no-repeat -184px -208px;
}
.monitor
{
	background: url(../images/iconset.png) no-repeat -280px -207px ;
}
.smonitor
{
	background: url(../images/iconset.png) no-repeat -383px -210px;
}
.radio
{
	background: url(../images/iconset.png) no-repeat -484px -208px;
}
.slider2
{
	background-image: url(../images/bg2.jpg);
}
.slider2 p{
	color:#fff;
	font-size: 1.4em;
}
.slider2 p span
{
	color:#fff;
	font-weight:600;
	font-size: 1.1em;
}
.slider2 p img{
	margin: 0em 1em;
}
.slider2  h4{
	color:#fff;
	font-size: 1.17em;
	padding: 1em 0em;
}
.slider2  h6
{
	padding: 1em 0em;
}
/*****end-services*******/
/*****start-team*******/

/******pop_up***********/
/*********pop_up_protfolio*****/
/* Magnific Popup CSS */
.mfp-bg {	
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1042;
   overflow: hidden;
   position: fixed;
   background: #0b0b0b;
   opacity: 0.9;
   filter: alpha(opacity=80); }

.mfp-wrap {
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1043;
   position: fixed;
   outline: none !important;
   -webkit-backface-visibility: hidden; 
 }
.mfp-hide {
  display: none !important;
}
button.mfp-close,
button.mfp-arrow {
   overflow: visible;
   cursor: pointer;
   border: 0;
   -webkit-appearance: none;
   display: block;
   padding: 0;
   z-index: 1046; }

button::-moz-focus-inner {
   padding: 0;
   border: 0; }

.mfp-close {
   width:30px;
   height:30px;
   position: absolute;
   right: 0;
   top: 0;
   text-decoration: none;
   text-align: center;
   opacity: 0.65;
   font-style: normal;
   font-size: 28px; 
   outline:none;
  background:url(../images/icon.png) no-repeat -71px -94px;
}
.vihecle_chose {
	background-size:cover;
    background:url(https://www.basmatransport.com/wp-content/uploads/2018/04/bg-basma.jpg) no-repeat;
}
.vihecle_chose_img {
	background-size:cover;
    background:#222222;
}

.vihecle_heading {
    color: #fff;
    font-size: 2em;
    font-weight: 600;
    text-align: center;
	padding: 50px 0px 2px 0px;
}
.vihecle_background {
    background-color: #fff;
    margin: 0.5em 0em;
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 30px;
    font-family: arial;
    background-image: linear-gradient(#b18e33, #b18e33);
    background-repeat: no-repeat;
    transition: background-size .4s, color .4s;
    background-size: 100% 0%;
    background-position: 50% 100%;
}    
.toCart {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 0%;
    overflow: hidden;
    background-color: rgba(41, 36, 36, 0.63);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: height .2s cubic-bezier(0.0,0.0,0.2,1), opacity .5s cubic-bezier(0.0,0.0,0.2,1);
    -moz-transition: height .2s cubic-bezier(0.0,0.0,0.2,1), opacity .5s cubic-bezier(0.0,0.0,0.2,1);
    -ms-transition: height .2s cubic-bezier(0.0,0.0,0.2,1), opacity .5s cubic-bezier(0.0,0.0,0.2,1);
    -o-transition: height .2s cubic-bezier(0.0,0.0,0.2,1), opacity .5s cubic-bezier(0.0,0.0,0.2,1);
    transition: height .2s cubic-bezier(0.0,0.0,0.2,1), opacity .5s cubic-bezier(0.0,0.0,0.2,1);
}
 .toCart.active {
height: 100%;
overflow: hidden;
background-color: rgba(41, 36, 36, 0.63);
opacity: 1;
pointer-events: all;
z-index: 2;
-webkit-transition-delay:.1s;
-moz-transition-delay:.1s;
-ms-transition-delay:.1s;
-o-transition-delay:.1s;
transition-delay:.1s;
}
.toCart .form-group {
    margin-left: 16px;
    margin-right: 16px;
    position: relative;
}
.toCart .form-group:first-child {
    padding-top: 2em;
}
.pick_colr{
	color: #fff !important;
   /*  background: #0c0c0ca8; */
    padding: 6px;
}
.date_left{
      margin-left: 2px !important;
}
.vihecle_background:hover {
    background-size: 100% 100%;
    color: #f0c540;
}
.vihecle_background:hover .price {
    background-color: #000;
}
.vihecle_background:hover .vihecle_label,.vihecle_background:hover .s_title{
    color:#fff;
}
.vihecle_background:hover .single_info{
    color:#fff;
}
.vihecle_background:hover .single_info_level{
    color:#fff;
}
.s_title{
	margin-bottom: 15px;
    font-weight: 700;
    color: #272727;
    font-size: 13px;	
}
.vihecle_label{
    margin-bottom: -1px;
    font-size: 14px;
    color: #273f44;
    letter-spacing: -0.8px;
	font-weight: 800;
	padding: 19px 0px 5px 0px;
}
 .btn_all_pakges {
      margin: 20px;
      padding: 10px 25px;
      border: 1px solid #f0c540;
      border-radius: 20px;
      background-color: #f0c540;
      color: white; 
      transition: all 0.2s;
      margin-top: 0px;
      text-decoration: none;
      font-size: 20px;
    }
    .btn_all_pakges:hover {
    border: 1px solid black;
    background-color: #ffffff;
    box-shadow: 0 12px 25px -6px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: black;
    }
.btn_pk_plug
{
    margin: 3em 0em;
    text-align: center;
}
.price{
	background-color: #b18e33;
	margin: 0px 18px 27px 0px;
	padding: 8px;
	font-family: 'Montserrat';
}
span.price_from {
    display: block;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.amount{
	font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-family: 'Montserrat';
}
.single_info {
    position: relative;
    padding-left: 30px;
    margin: 4px 0 0px 0;
    font-size: 12px;
	font-family: 'Open Sans';
    color: #777777;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.single_info i {
    position: absolute;
    display: block;
    left: 0;
    top: -3px;
    font-size: 19px;
    color: #b18e33;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rental-seats:before {
    content: "\f193";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #b18e33;
    font-size: 18px;
}
.single_info_level {
    position: relative;
    padding-left: 30px;
	font-family: 'Open Sans';
    margin: 11px 0 0px 0;
    font-size: 12px;
    color: #777777;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.single_info_level i {
    position: absolute;
    display: block;
    left: 0;
    top: -3px;
    font-size: 19px;
    color: #b18e33;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.vihecle_background:hover .single_info i:before{
	color: #000 !important;
} 
.vihecle_background:hover .single_info_level i:before{
	color: #000 !important;
}
.single_info_level .rental-seats:before {
    content: "\f0f2";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
}
.single_info_level .rental-door:before {
    content: "\f1cd";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
}
.single_info_level .rental-ac:before {
    content: "\f1d1";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
}
.vehicle_img{
	padding:0.2em 0em 0.5em 0em;
}
  .mfp-close:hover, .mfp-close:focus {
    opacity: 9; }
  .mfp-close:active {
    top: 0px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }
  #small-dialog1{
	background: #FFF;
	padding: 10px 15px;
	text-align: left;
	max-width:36%;
	margin: 40px auto;
	position: relative;
}
.pop_up{
	padding:2em;
}
.pop_up h2{
	padding:10px 0;
	color: #000;
	font-size:1em;
	text-transform: uppercase;
}
.pop_up p{
	line-height: 1.8em;
	color: #999;
	font-size: 0.85em;
	margin-bottom:10px;
}
/* Styles for dialog window */
.my-mfp-zoom-in #small-dialog1 {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready #small-dialog1 {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing #small-dialog1{
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}
 /*****end-pop_up*****/

/* =========================================================
**************************Portfolio*************************
============================================================ */
.typo1 {
	position:relative; 
	width:100%; 
	height:100%; 
	padding:4em 0 0;
}
.portfolio-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index:0;
}
#portfolio .section-title .small-caption,
#portfolio .section-title .big-caption {
	color:#fff;
	font-size:20px;
	margin:0 0 10px;
	text-align:center;
}

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
  list-style:none;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

#container {
  margin:0 auto 40px;
}

.element {
  width: 280px;
  height: 252px;
  float: left;
  overflow: hidden;
  position: relative;
  margin:7.5px;
}

/**** Example Options ****/

#options {
	text-align:center;
	margin:20px 0;
}
#options ul {
  margin: 0;
  list-style: none;
  display:inline-block;
}

#options li {
  float: left;
}

#options li a {
  display: block;
  color:#979797;
  padding:10px 15px;
  border-radius:25px;
  -moz-border-radius:25px;
  -webkit-border-radius:25px;
  border:3px solid transparent;
  outline:none;
}

#options li a:hover {
  color:#37bdb5;
}

#options li a.selected {
	border:3px solid #37bdb5;
}

.grid figure {
	margin: 0;
	position: relative;
	text-align:center;
}

.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	background: #37bdb5;
	color: #fff;
}

.grid figcaption h3 {
	margin: 20px 0 5px;
	padding: 0;
	color: #fff;
	font-size:16px;
	line-height:18px;
}
.grid figcaption h3 a {
	color:#fff;
}

.grid figcaption .meta-box {
	color:#fff;
}
.grid figcaption span a {
	font-size:14px;
	color:#fff;
}
.grid figcaption span a:hover {
	color:#fff;
}

.grid figcaption footer {
	position:absolute;
	bottom:20px;
	text-align:center;
	width:100%;
}
.grid figcaption a.link-gallery,
.grid figcaption a.link-p-detail {
	padding: 6px 10px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	min-width: 60px;
	border: 2px solid #FFF;
	color: #FFF;
	margin-right: 10px;
}

.cs-style-5 figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-5 figure:hover img,
.cs-style-5 figure.cs-hover img {
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-ms-transform: scale(0.4);
	transform: scale(0.4);
}

.cs-style-5 figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

.no-touch .cs-style-5 figure:hover figcaption,
.cs-style-5 figure.cs-hover figcaption {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
}

#portfolio .load-more {
	font-size:20px;
	padding:15px 25px 18px;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
}
.contact-bg
{  
    width:100%;
    background:#F0F0F0 url(../images/umrahbottom.png) no-repeat;
	background-size: 100% auto;
	margin-top: 3.5em;
	padding-bottom: 4em;
}
.tool_tip
{
	padding: 10em 0em;
}
.tool_tip a 
{
    color: #fbf9f9;
    display: block;
    background: #e0e20f;
    padding: 9px 9px 8px 7px;
    width: 114px;
    margin: 0 auto;
    position: relative;
    font-weight: 900;
}
.tool_tip a:after
{
	position: absolute;
	right: 39%;
	text-align: center;
	bottom: -20px;
	border-left: 20px solid rgba(0, 0, 0, 0);
	border-right: 20px solid rgba(0, 0, 0, 0);
	border-top: 20px solid #FFF;
}
.form
{
	background: #fff;
}
.contact-form {
	float:left;
	width:50%;
	margin: 2em 1em 2em 3.5em;
}
.address
{
	float:right;
	width: 35%;
	margin: 2em 3em 2em 0em;
}
.address h3
{
	font-size: 1.6em;
}
.address p{
	color:#979797;
	font-size: 1em;
	padding-top: 1em;
}
.contact-form div {
    padding: 5px 10px;
}
.contact-form span{
	display:block;
	font-size:1em;
	color: #303030;
	padding-bottom:10px;
}
.contact-form input[type="text"],.contact-form textarea, .ipPass{
	border-radius: 0px 20px 0px 20px;
    border: none;
    box-shadow: inset 0px 3px 11px rgba(110, 190, 68, 0.41);
    border-bottom: 1px solid #6dbe45;
	padding:8px;
	display:block;
	width:100%;
	background:#fff;
	outline:none;
	color:#303030;
	font-size:0.85em;
	border:1px solid #EBEBEB;
	font-family: 'Lato', sans-serif;
	-webkit-appearance:none;
}
.contact-form label{
    position: relative;
    left: 3px;
    font-weight: bold;
    color: #6dbe45;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="submit"]{
	cursor:pointer;
	color:#fff;
	font-size: 1.2em;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #fffe03;
	padding:15px 20px;
	border:none;
	  font-family: 'Lato', sans-serif;
	   margin-top: 20px;
	   -webkit-appearance: none;
}
.contact-form input[type="submit"]:hover{
	background-color:#f5f422;
}
.contact-form p{
	color:#999;
	font-size:0.85em;
	margin-bottom:4%;
}
.c_grids
{
	width:100%;
	padding: 2em 0em 0em 0em;
}
.c_grids a{
	float:left;
}
.c_grids p{
	float: left;
	font-size: 1.2em;
	padding: 0.2em 1em;
	color: #303030;
}
.pointor
{
	background: url(../images/iconset.png) no-repeat -268px -8px;
}
.contact-img
{
	background: url(../images/iconset.png) no-repeat -366px -8px;
}
.website
{
	background: url(../images/iconset.png) no-repeat -478px -8px;
}
.footer { 
	background: #6dbe45;
}
.footer-left {
	float: left;
	padding: 0.35em 0em;
}
.copy p{
	color:#fff;
	font-size:1em;
}
.copy p a{
	color:#fff;
}
.copy p a:hover{
	color:#fff;
}
.social {
	float:right;
	padding: 2.2em 1em;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 44px;
	height:44px;
	border: none;
	text-indent: 100%;
	background: url(../images/top_move.png) no-repeat right top;
}
/* App button */
.btns {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  text-align: left;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #ddd;
  padding: 4px 8px;
  margin: 5px auto;
  border-radius: 4px;
  color: #fff;
  fill: #fff;
  background: #000;
  line-height: 1em;
  min-width: 190px;
  height: 45px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
          box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-family: $btn-font;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
}
.btns:hover,
.btns:focus {
  background: #111;
  color: #fff;
  fill: #fff;
  border-color: #fff;
  -webkit-transform: scale(1.01) translate3d(0, -1px, 0);
          transform: scale(1.01) translate3d(0, -1px, 0);
  -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.2);
          box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.btns:active {
  outline: 0;
  background: #353535;
  -webkit-transition: none;
  transition: none;
}
.btn__icon,
.btn__text,
.btn__storename {
  display: inline-block;
  vertical-align: top;
}
.btn__icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-top: 2px;
}
.btn__icon--amazon {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}
.btn__text {
  font-weight: 200;
  letter-spacing: 0.08em;
  margin-top: -0.1em;
  font-size: 10px;
}
.btn__storename {
  font-weight: 200;
  display: block;
  margin-left: 38px;
  margin-top: -17px;
  font-size: 22px;
  letter-spacing: -0.03em;
}
.btn--small {
  padding: 2px 8px;
  min-width: 118.75px;
  height: 24px;
  border-radius: 3px;
}
.btn--small .btn__icon {
  width: 16px;
  height: 16px;
  margin: 1px 2px 0 0;
}
.btn--small .btn__text {
  display: none;
}
.btn--small .btn__storename {
  font-size: 12px;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.btn--tiny {
  padding: 3px;
  width: 22px;
  height: 22px;
  min-width: 0;
  border-radius: 3px;
}
.btn--tiny .btn__icon {
  width: 14px;
  height: 14px;
  margin: 0;
}
.btn--tiny .btn__text,
.btn--tiny .btn__storename {
  display: none;
}

.stage > h1 {
  margin-top: -5%;
  margin-bottom: 5%;
  font-family: Avenir, Trebuchet, 'Trebuchet MS', sans-serif;
  font-size: 7vw;
  font-weight: 400;
  color: #c67d0c;
}
@media (min-width: 50em) {
  .stage > h1 {
    font-size: 5vw;
  }
}
@font-face {
  font-family: "San Francisco";
  font-weight: 500;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-semibold-webfont.woff2"), url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-semibold-webfont.woff") format('woff'), url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-semibold-webfont.ttf") format('truetype');
}
/*****end-team*********/
/* loader */

.loader1 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('images/umrahcar.png') 50% 50% no-repeat rgb(249,249,249);
  
}
.demo {
  position: relative;
  margin: 180px auto;
  width: 150px;
}

.loader {
  position: absolute;
  opacity: .7;
}

.loader circle {
  animation: draw 4s infinite ease-in-out;
  transform-origin: center;
  transform: rotate(-90deg);
}

.loader-2 circle,
.loader-6 circle {
  animation-delay: 1s;
}

.loader-7 circle {
  animation-delay: 2s;
}

.loader-4 circle, 
.loader-8 circle {
  animation-delay: 3s;
}

.loader-3 {
  left: -150px;
  transform: rotateY(180deg);
}

.loader-6,
.loader-7,
.loader-8 {
  left: -150px;
  transform: rotateX(180deg) rotateY(180deg);
}

.loader-5 circle {
  opacity: .2;
}

@keyframes draw {
  50% {
    stroke-dashoffset: 0;
    transform: scale(.5);
  }
}
	/* Start of Carousel */
/* Carousel Fading slide */
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

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

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


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}




/* Carousel Control custom */
.carousel-control .control-icon {
  font-size: 48px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
  }
  .carousel-control .prev { margin-left:  -15px;  left: 50%; } /* Prev */
  .carousel-control .next { margin-right: -15px; right: 50%; } /* Next */


/* Removing BS background */
.carousel .control-box { opacity: 0; }
a.carousel-control.left  { left: 0; background: none; border: 0;}
a.carousel-control.right { right: 0; background: none; border: 0;}


/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;   
  /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
  /* Assigning animation to indicator li will make slides flicker */
  } 


/* Hover animation */
.carousel:hover .control-box { opacity: 1; }
.carousel:hover a.carousel-control.left { left: 15px; }
.carousel:hover a.carousel-control.right { right: 15px; }  


/* Carousel Indicator */
.carousel-indicators li.active,
.carousel-indicators li { border: 0; }

.carousel-indicators li {
  background: #666;
  margin: 0 3px;
  width: 12px;
  height: 12px;
  }

.carousel-indicators li.active {
  background: #fff;
  margin: 0 3px;
  }


/* Delete this 
------------------------------------------------ */ 
footer.info { text-align: center; color: #888; margin: 30px 0; }
footer.info p { color: white; }

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-inner .item > img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

/* caption already sits above  ken burns just animate add  position absolute and bottom: 30vh etc... */

.carousel-caption {
    position: absolute;
    right: -26%;
    bottom: 24%;
    left: 57%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 28px;
    color: #000 !important;
    text-align: center;
    width: 22em;
    background-color: #f7eb0b;
	text-shadow: none !important;
   /*  text-shadow: 0 1px 2px rgba(0,0,0,.6); */
}

/* caption h3 targeted */

.carousel-caption h3 {
    font-size:2.6vw;
}
.carousel-caption small {
    font-size: 0.8vw;
}
.carousel-caption h6 {
    font-size: 13px;
}
.carousel-caption b {
   font-weight: 700;
}

.carousel-caption p {
    font-size: 1.3vw;
	 color: #000;
	 margin-top: 11px;
}
.carousel-inner{
	height:350px  !important;
}


.btn-transparent {
  background: transparent  !important;
  color: #222 !important;
  border: 2px solid #222 !important;
}
.btn-transparent:hover {
  background-color: #000 !important;
  border: 2px solid #000 !important;
  color: #fff !important;
}

.btn-rounded {
  border-radius: 70px !important;
}

.btn-large {
  padding: 11px 45px !important;
  font-size: 18px !important;
}
.carousel-caption h2{
	font-size: 30px !important;
	margin: 0.1em 0em 0.6em 0em !important;
    font-weight: 600 !important;
}
/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/* below used video overlay bookmarked in this folder. I added the div above caption for active itemn then above rest of items. This is also uses ideas from "ULTRA USEFUL AND OVERLAYS PAUSE FULLSCREEN Bootstrap carousel | A complete tutorial - basics, options, modifications" bookmark as well as "Fullscreen Video w/overlay" both in this bookmark folder */

.overlay {    
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.43);
  z-index: 2;
  
}


/* below changes for fullscreen. Top change is from "ULTRA USEFUL AND OVERLAYS PAUSE FULLSCREEN Bootstrap carousel | A complete tutorial - basics, options, modifications" and isnt sufficient for mobile.  */

 /* BELOW REMOVE MIN-HEIGHT or annoying scrollbar on mobile, laptop presumably to scroll dowmn for caption but not necessary absolute / bottom 8vh and fullscreen layout  */

.carousel-fade .carousel-inner .item  {
    height: 75vh; 
    mi5n-height: 600px; 
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: cover;
}

.carousel-inner .item > img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
    height: 75vh;
}
.navbar{
	margin-bottom:0px !important;
}
.mOffer{
	position:absolute;
	top:-50px;
	text-align: center;
    color: #f7eb0b !important;
    text-shadow: -1px -3px 20px black;
}
.mOfferAnimated {
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
@keyframes pulse {
  0% {transform: scale(1);}
  50% {transform: scale(1.1);}
  100% {transform: scale(1);}
}
.pulse {
  animation-name: pulse;
  animation-duration: 1s;
}

/* End of Carousel */
/*****responsive******/


@media screen and (max-width: 1920px) 
{
	.sum_fare{
	  color: white;
      font-size: 23px;
      background-color:rgb(0, 0, 0); 
	  border: 2px solid #dcdce4;
      border-radius: 16px;
	  margin-top:4px;
	  padding: 8px;
	}
	.summ_style{
    background-color:rgba(39, 39, 36, 0.5607843137254902); 
    border-radius:16px;
    border: 2px solid #dcdce4;
	margin-top:4px;
	color:white;
  }
	.carousel-caption{
		bottom: 59% !important;
		left: 72% !important;
		width: 29em !important;
	}
	.carousel-inner {
		height: 400px !important;
	}
	.carousel-inner .item > img{
		height: 35vh  !important;
	}
	.mOffer {
		position: absolute;
		top: -67px;
		right: 31%;
	}
 }
@media (max-width:1680px){
	.carousel-inner .item > img{
		height: 38vh !important;
	}
	.carousel-caption {
		bottom: 53% !important;
		left: 69% !important;
	}
}
@media (max-width:1600px){
	.carousel-inner .item > img{
		height: 44vh !important;
	}
	.carousel-caption {
		bottom: 47% !important;
		left: 66% !important;
	}
}
	@media screen and (max-width: 1440px) 
{
	
	.carousel {
		 margin: 0em;
	}
	
	.btn-primary{
		border-radius: 0px !important;
	}
	.carousel-inner .item > img{
		height: 45vh !important;
	}
	
  }
@media screen and (max-width: 1366px)
{
	.logo1 {
	width: 315px;
	}
	.about h2 {
	font-size: 3em;
	} 
	.sub_grid span {
	font-size: 3.2em;
	}
	.contact-member {
	padding: 11px 10px;
	}
	#container > li:nth-child(10),li:nth-child(9) {
	display: none;
	}
	#container {
	height: 550px !important;
	}
	.carousel-inner .item > img{
		height: 61vh !important;
	}
	.carousel-caption {
		bottom: 24% !important;
		left: 62% !important;
	}

}
@media screen and (max-width: 1280px) 
{
	.wrap{
		width:87%;
	}
	.logo1 {
	width: 300px;
	}
	.navigation {
	width: 65%;
	}
	header h1 {
	font-size: 26px;
	}
	.navigation li {
	margin-left: 5px;
	}
	.sub_grid span {
	font-size: 2.6em;
	}
	.service_grids .grid_sub {
	width: 70%;
	}
	.about h2 {
	font-size: 2.8em;
	}
	.about h4 {
	font-size: 1.7em;
	}
}
@media screen and (max-width: 1024px)
{
	.logo1 {
	width: 270px;
	}
	.about h2 {
	font-size: 2.3em;
	}
	.about h4 {
	font-size: 1.3em;
	}
	.about p {
	width: 71%;
	}
	.sub_grid span {
	font-size: 2.4em;
	}
	.top-grid a {
	font-size: 1.3em;
	}
	.heading {
	font-size: 1.7em;
	}
	.navigation {
	width: 62%;
	}
	.social_icons {
	padding: 1.6em 1em;
	}
	.desc {
	font-size: 1.2em;
	}
	#container {
	height: 535px !important;
	}
	.sub_grid p {
	width: 100%;
	}
	.carousel-inner {
		height: 350px !important;
	}
	.carousel-inner .item > img{
		height: 44vh !important;
	}
	.carousel-caption {
		bottom: 46% !important;
		left: 55% !important;
		width: 25em !important;
	}
}
@media screen and (max-width: 800px) {

	.header_toggle {
		display: inline-block;
		z-index: 1000;
	}
	
	.nav_wrapper.toggled {
		height: 320px;
	}
	
	.navigation {
		width: 100%;
		opacity: 0;
		transition: all 300ms;
		background: #eee;
		margin: 0%
	}
	
	.navigation li {
		float: none;
		text-align: right;
		margin: 0;
		display: none;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s; 
		transition: all 0.3s; 
	}
	.navigation li:hover
	{
		background: #39A38F;
	}
	.navigation li:hover>a
	{
		color:#fff;
	}
	.navigation li a{
		padding: 0.4em 2em;
		font-size: 1em;
		color: #303030;
		border-bottom: 1px ridge #DADADA;
	}
	.navigation li:nth-child(1)
	{
		border-top:1px ridge #DADADA;
	}
	.toggled .navigation {
		opacity: 1;
	}
	
	.toggled li {
		display: inherit;
	}
	.carousel-inner .item > img{
		height: 50% !important;
	}
	.carousel-inner{
		height: 30em !important;
	}
	.carousel-caption {
		bottom: 63% !important;
		left: 29% !important;
	}
}
@media screen and (max-width: 768px) {

 .float_right{
    float:right;
 }
 .float_left{
    float:left;
 }
	.amount{
		font-size: 18px;
	}
	.vihecle_background{
		padding-bottom: 0.8em;
	}
	.wrap{
		width:90%;
	}
	#undefined-sticky-wrapper > nav > div > div.social_icons {
	display: none;
	}
	.top-grid:nth-child(1),.grid_of_1:nth-child(4),.grid1:nth-child(3),.grid1:nth-child(6){
	display: none;
	}
	.top-grid {
	width: 47.9%;
	padding-bottom: 0em;
	}
	.about p {
	width: 92%;
	padding: 1em 0em 0.5em 0em;
	}
	.sub_grid p {
	width: 100%;
	}
	.grid_of_1 {
	width: 26%;
	}
	.nbs-flexisel-container {
	padding: 1em 0em 1em 0em;
	max-width: 100%;
	}
	.clients h3 {
	padding: 1.2em 0em 0em 0em;
	}
	.about {
	padding: 3em 0em;
	}
	.grid1 {
	width: 46.5%;
	margin: 6% 0% 0% 6%;
	}
	.tool_tip {
	padding: 3em 0em;
	}
	.tool_tip a {
	padding: -0.4em 2em;
	}
	.contact-form {
	float: none;
	width: 90%;
	margin: 2em 1em 2em 3.5em;
	}
	.address {
	float: none;
	width: 89%;
	margin: 2em 1em 2em 3.5em;
	padding-bottom: 2em;
	}
	.c_grids p {
	font-size: 1em;
	}
	.c_grids {
	width: 60%;
	}
	.carousel-inner .item > img{
		height: 60% !important;
	}
	.carousel-inner {
		height: 29em !important;
	}
	.carousel-caption {
		bottom: 55% !important;
		left: 28% !important;
	}
}
@media screen and (max-width: 640px) 
{
	.price {
    margin: 0px 122px 20px 0px;
	}
	.logo1 {
	width: 200px;
	}
	header h1 {
	font-size: 17px;
	}
	header p {
	font-size: 0.9em;
	margin: 0% auto 3% auto;
	}
	.button {
	margin: 2% 0% 0% 0%;
	}
	.grid_of_1 {
	width: 27%;
	}
	 .grid1:nth-child(2), .grid1:nth-child(4) {
	display: none;
	}
	.grid1 {
	width: 47.5%;
	margin: 6% 0% 0% 4%;
	}
	.bg_mask2 {
	padding: 2em 0em 1em 0em;
	}
	.slider2 p {
	font-size: 1em;
	}
	.services {
	padding-bottom: 2.7em;
	}
	.contact-form {
	width: 85%;
	padding-top: 1em;
	}
	.address {
	width: 83%;
	}
	.header_toggle {
	right: 29px;
	}
}
@media (max-width:600px){
	.carousel-inner .item > img{
		height: 64% !important;
	}
	.carousel-caption {
		bottom: 53% !important;
		left: 25% !important;
		width: 21em !important;
	}
}
@media screen and (max-width: 480px) 
{
	.no_mobile{
	  display:none !important;
	}
	.about h2 {
	font-size: 1.8em;
	}
	.header_toggle {
	right: 0px;
	padding: 1.5em 1em;
	}
	.top-grid {
	width: 100%;
	padding-bottom: 1.5em;
	}
	.about h4 {
	font-size: 1em;
	}
	.about p {
	width: 100%;
	padding: 1em 0em 0.5em 0em;
	}
	.para_a
	{
		font-size: 1.1em;
	}
	.grid_of_1:nth-child(3) {
	display: none;
	}
	.grid_of_1 {
	width: 39%;
	margin-left: 20%;
	}
	.clients h3 {
	font-size: 1.4em;
	}
	.grid1 {
	float: none;
	width: 100%;
	margin: 0%;
	margin-top: 2em;
	}
	.service_grids .grid_sub {
	width: 80%;
	margin-left: 2%;
	}
	.c_grids {
	width: 80%;
	}
	.logo1 {
	width: 180px;
	}
}
@media (max-width:414px){
	.price {
    margin: 0px 12px 6px 0px;
}
.vihecle_label {
    font-size: 13px;
}
/* .single_info_level {
    font-size: 11px;
} */
.vihecle_background {
    margin: 0.5em 0em;
}
.sum_fare{
	     font-size: 18px;
		 padding: 6px !important;
 }
 .btn-group-lg>.btn, .btn-lg {
    padding: 10px 10px !important; 
    font-size: 12px !important;
 }
 .amount {
	font-size: 19px;
}
.single_info_level {
	font-size: 8px;
}
.single_info {
	font-size: 8px; 
}
.single_info_level i{
	top: -2.5px !important;
 }
 .single_info i{
	top: -2.5px !important;
 }
	.carousel-inner .item > img{
		height: 63% !important;
	}
	.carousel-inner {
		height: 21.5em !important;
	}
	.carousel-caption {
		bottom: 36% !important;
		left: 15% !important;
		width: 20em !important;
	}
	.carousel-caption h2 {
		font-size: 25px !important;
	}
	.carousel-caption p {
		font-size: 3vw !important;
	}
	.carousel-caption small {
		font-size: 2vw !important;
	}
	.mOffer {
		position: absolute;
		top: -63px;
		right: 22%;
	}
}
@media screen and (max-width: 411px) {
	.carousel-caption {
		bottom: 45% !important;
		left: 15% !important;
	}
}
@media screen and (max-width: 384px) {
	.carousel-caption {
		bottom: 37% !important;
		left: 13% !important;
	}
}
@media screen and (max-width: 375px) 
{
 .vihecle_label {
    font-size: 12px;
}
.amount {
    font-size: 16px;
}
.single_info {
    position: relative;
    padding-left: 21px;
    font-size: 11px;
}
.single_info_level {
    font-size: 10px;
	padding-left: 21px;
}
 .panel_fom{
	 padding-left:0px !important;
 }
 .sum_fare{
	     font-size: 18px;
		 padding: 6px !important;
 }
 .btn-group-lg>.btn, .btn-lg {
    padding: 10px 10px !important; 
    font-size: 12px !important;
 }
 .carousel-caption {
    bottom: 39% !important;
    left: 11% !important;
 }
}
@media screen and (max-width: 360px){
	
.vihecle_label {
    font-size: 11px;
}
.s_title {
    font-size: 11px;
}
.single_info {
    position: relative;
    padding-left: 19px;
    font-size: 9px;
}
.single_info_level {
    font-size: 9px;
	 padding-left: 21px;
}
	.carousel-inner .item > img{
		height: 72% !important;
	}
	.carousel-caption {
		bottom: 36% !important;
		left: 15% !important;
		width: 17em !important;
	}
	.mOffer {
		position: absolute;
		top: -60px;
		right: 15%;
	}
}
@media screen and (max-width: 320px) 
{
		
.vihecle_label {
    font-size: 9px;
}
.s_title {
    font-size: 9px;
}
.amount {
    font-size: 12px;
}
.single_info_level {
	font-size: 5px !important;
}
.single_info {
	font-size: 6px !important; 
}
.carousel-inner .item > img{
		height: 81% !important;
	}
	.carousel-caption {
		bottom: 19% !important;
		left: 12% !important;
	}
	.carousel-caption h2 {
		font-size: 20px !important;
	}
	.carousel-caption small {
		font-size: 2.5vw !important;
	}
	.mOffer {
		right: 14%;
	}
	.header_toggle {
	right: 0px;
	padding: 1.5em 1em;
	top: -5px;
	}
	.logo1 {
	width: 150px;
	}
	header h1 {
	font-size: 12px;
	line-height: 20px;
	margin-top: 1em;
	}
	header p {
	font-size: 0.7em;
	margin: 2% auto 3% auto;
	line-height: 20px;
	}
	header h6 {
	width: 100px;
	}
	.button {
	padding: 10px 125px;
	}
	.navigation li a {
	padding: 0.4em 1em;
	font-size: 0.8em;
	}
	.logo {
	padding: 1.1em 0em;
	}
	.about h2 {
	font-size: 1.6em;
	}
	.about {
	padding: 2em 0em;
	}
	.about h4 {
	font-size: 1em;
	padding: 0.5em 0em;
	}
	.para_a {
	font-size: 1em;
	}
	.grid_of_1 a {
	float: none;
	}
	.grid_of_1 .sub_grid {
	float: none;
	margin-top: 1em;
	}
	.service_grids .grid_sub {
	width: 70%;
	margin-left: 2%;
	}
	.grid_sub h3 {
	font-size: 1.1em;
	}
	.team_members:before {
	right: 37.5%;
	}
	.contact-form {
	width: 88%;
	padding: 1em 1.2em;
	margin: 0px;
	}
	.contact-form input[type="submit"] {
	padding: 10px 20px;
	}
	.address {
	width: 83%;
	margin: 0;
	padding: 1em 1em;
	}
	.c_grids {
	width: 100%;
	}
	.slider2 h4 {
	font-size: 1em;
	}
	.about h6, .services h6, .team h6, .section-title h6, .contact h6 {
	width: 100px;
	}
	.top-grid a {
	font-size: 1.3em;
	padding: 0.5em 0 0em 0;
	}
		.c_grids p {
	font-size: 0.8em;
	}
	.footer-left {
	float: none;
	padding: 1em 0em 0em 0em;
	text-align: center;
	}
	.social_icons {
	padding: 1em 4em;
	float: none;
	}
	.footer {
	padding-bottom: 1em;
	}
	.heading {
	font-size: 1.3em;
	}
	.desc {
	font-size: 1em;
	}
	.address h3 {
	font-size: 1.1em;
	}
	.contact-member {
	display: none;
	}
}
.detailed-logo {
    background: #fff;
    border: 1px solid #dedede;
}

.detailed-logo .box-title {
    padding-bottom: 10px;
    letter-spacing: normal;
    padding: 10px;
    color: #fff;
    background-color: #434a54;
}
.innerpackage {
    padding: 10px;
    background: linear-gradient(to right, #0391d2 51%, #0391d2 51%);
    color: #fff;
    }
    .detailed-logo .price {
    float: none;
    display: block;
    line-height: 1.75em;
}
.innerpackagetext {
    padding: 10px;
}
a.wishlist {
    background: #0391d2;
    color: white;
    font-weight: bold;
    border-radius: 12px;
    text-decoration: none;
}
.price_stl
{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    background-color: #434a54;
    padding: 10px;
}
.plug_st1
{
   border-bottom: 1px solid #f5f5f5;
   padding: 10px 0 10px 17px;
   position: relative;
   display: flex;
}
.plug_nam1
{
    margin-left: 37px;
    padding-top: 10px;
    font-size: 16px;
    color: dodgerblue;
}
 @import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
.rating { 
  border: none;
  float: left;
}
.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
.rating > .half:before { 
  content: "\f089";
  position: absolute;
}
.rating > label { 
  color: #ddd; 
 float: right; 
}
.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 