body{font-family: 'Roboto', sans-serif; font-size:15px; line-height:29px; color:#818181; text-align:justify;}
h1,h2,h3,h4,h5,p{font-family: 'Roboto', sans-serif;}
a, a:active, a:focus {outline: none;}
#hm{
    -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

        #hm.sticky {
          position:fixed; top:0; z-index:999; width:100%; border-bottom:1px solid #c4c5c7
        }
		
		#hmlg img{
    -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

        #hmlg.stickylg img{
           width:50%; height:50%; margin-top:0px;
        }
		#hmdiv1{
    -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }
		#hmdiv1.stickydiv1{
           display:none;
        }
		#hmmenu{
    -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
          
            
        }
		
		#hmmenu.stickymenu{float:none;}
		
		#hmmenu.stickymenu li a{
          padding-top:13px; padding-bottom:13px; 
        }
		#hmright{
    -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }
		#hmright.stickyright{
         padding-top:1px; padding-bottom:1px; font-size:13px;
        }


.contact{font-size:24px; text-transform:uppercase; font-weight:600; color:#ff3eac;}
.ct-div{margin-bottom: 40px; color: black;}
.container{max-width:1100px; width:100%}
.top-div1{background:#6aaf06; color:#ffffff; padding-top:5px; padding-bottom:5px; line-height:20px;}
.top-div1 img{display:inline}

.top-div1 .r-div{text-align:right}


.t-social img{margin-left:15px; transition:All .5s ease; -webkit-transition:All .5s ease; -moz-transition:All .5s ease; -o-transition:All .5s ease}
.t-social img:hover{opacity:.5;}

.top-div{background:#fff;  padding-top:30px; margin-bottom:-5px;}
.logo-img{}

.nav-list .nav-item{color: #d11e48;
    position: relative;
    z-index: 4;
}

.mobilemenu{display:none}

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  
} 


.hamburger {
  background: #dedede !important;
  border: none;
  display: block;
  height: 32px;
  margin-left: 15px;
  position: fixed;
  top: 0px;
  width: 52px;
  z-index: 999;
  padding:5px;
}

.hamburger:hover { outline: none; }

.hamburger:focus { outline: none; }

.hamburger:active { outline: none; }

.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
  
}

.hamburger.is-closed:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}

.hamburger.is-closed:hover .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  top: 0;
}

.hamburger.is-closed:hover .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  bottom: 0;
}

.hamburger.is-closed .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  top: 5px;
  
}

.hamburger.is-closed .hamb-middle {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-closed .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 5px;
}

.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
  background-color: #17297f;
  width: 26px;
  margin-left:12px;
  
  
}

.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #17297f;
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-open .hamb-middle {
  background-color: #17297f;
  display: none;
}

.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #17297f;
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}

.hamburger.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}


#wrapper {  -moz-transition: all 0.5s ease;  -o-transition: all 0.5s ease;  -webkit-transition: all 0.5s ease;  padding-left: 0;  -webkit-transition: all 0.5s ease;  transition: all 0.5s ease;}
#wrapper.toggled { padding-left: 38px; margin-top: -130px;}
#wrapper.toggled #sidebar-wrapper { width: 270px;margin-top: 77px; }
#wrapper.toggled #page-content-wrapper {  margin-right: -220px;  position: absolute;}
#sidebar-wrapper {  -moz-transition: all 0.5s ease;  -o-transition: all 0.5s ease;  -webkit-transition: all 0.5s ease;  background: #17297f;  height: 100%;  left: 185px;  margin-left: -220px;  overflow-x: hidden;  overflow-y: auto;  -webkit-transition: all 0.5s ease;  transition: all 0.5s ease;  width: 0;  z-index: 1000;}#sidebar-wrapper::-webkit-scrollbar { display: none;}
#page-content-wrapper {  padding-top: 70px;  width: 100%;}
/*-------------------------------*//*     Sidebar nav styles        *//*-------------------------------*/
.sidebar-nav {  list-style: none;  margin: 0;  padding: 0;  position: relative;  top: 0;  width: 270px;}
.sidebar-nav li {  display: inline-block;  line-height: 20px;  position: relative;  width: 100%;}
.sidebar-nav li:before {  -moz-transition: width 0.2s ease-in;  -ms-transition: width 0.2s ease-in;  -webkit-transition: width 0.2s ease-in;  background-color: #1c1c1c;  content: '';  height: 100%;  left: 0;  position: absolute;  top: 0;  -webkit-transition: width 0.2s ease-in;  transition: width 0.2s ease-in;  width: 3px;  z-index: -1;}

.sidebar-nav li:before { background:none; margin-left:-5px; margin-right:-10px; }

.sidebar-nav li:hover:before {  -webkit-transition: width 0.2s ease-in;  transition: width 0.2s ease-in;  width: 100%;}
.sidebar-nav li a {  color: #fff; text-transform:uppercase; font-size:15px;  display: block;  padding: 10px 15px 10px 30px;  text-decoration: none; text-align:left; border-bottom:1px solid #394ca6;}
.sidebar-nav li.open:hover before {  -webkit-transition: width 0.2s ease-in;  transition: width 0.2s ease-in;  width: 100%;}
.sidebar-nav .dropdown-menu {  background-color: #e1e3e4; border-radius: 0;  border: none;  box-shadow: none;  margin: 0;  padding: 0;  position: relative;  width: 100%;}
.sidebar-nav li a:hover, .sidebar-nav li.active a, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus {  background-color: #4f63c0;  color: #ffffff;  text-decoration: none;}
.sidebar-nav .dropdown-menu li a{font-size:13px; color:#000; border-bottom:1px solid #bababa;}
.sidebar-nav .dropdown-menu li:hover a, .sidebar-nav .dropdown-menu li.active a{background:#f99f22 !important; color:#fff !important}
.sidebar-nav .dropdown-menu li:before{background:none}

.sidebar-nav li.active .dropdown-menu li a{background:#e1e3e4;}










.top-div2{padding-top: 30px; padding-bottom: 30px;background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 43%, rgba(233,246,203,1) 43%);}


.top-social img{display:inline; background:#ffffff; transition:All .5s ease; -webkit-transition:All .5s ease; -moz-transition:All .5s ease; -o-transition:All .5s ease;}
.top-social img:hover{background:#dfe0e1}
.top-phone{font-size:14px; color:#0db0ff; margin-top:4px;}
.top-phone img{display:inline}

.my_nav{margin-top:0px; margin-top:8px; }
.navbar-nav{float:right;}

.navbar-collapse {padding-left: 0px; margin-left:0px; margin-right:0px;}
 .my_nav .navbar-brand{padding:0; display:none}
.my_nav .navbar-default{border:none; box-shadow:none; background:none}
.my_nav .navbar{margin:0; min-height:inherit}

.my_nav .nav > li > a{padding: 5px 20px;   font-family: 'Roboto', sans-serif;  font-size:13px;   line-height:10px; outline:none; color:#fff; background:none; border-right:2px dotted #ffffff; text-transform:uppercase  }
.my_nav .nav > li:last-child > a{border-right:none; padding-right:0px;}
 

.my_nav .navbar-default .navbar-nav > .active > a,.my_nav .nav > li > a:hover, .last > .active > a,.last> a:hover{color:#7bce03;  box-shadow:none; background:none;}
	
.banner-div1 img{width:100%}
.banner-div1 .carousel-control.left {background:url(../images/banner-arrow-left.png) no-repeat left center; margin-left: 10px;}
.banner-div1 .carousel-control.right {background:url(../images/banner-arrow-right.png) no-repeat right center;margin-right: 10px;}
.serv p {color: #000; font-size: 19px; padding-top: 50px;}
.list {
    padding: 22px;
    font-size: 17px;
    color: #000;}
.serv .list p { color: #000; font-size: 17px; padding: 14px;}


.wel-div{ padding-bottom:15px; position:relative; z-index:1}
.wel-div h4{    margin: 0px;
    text-transform: uppercase;
    font-size: 17px;
    color: #4ec1a6;
    padding-top: 6px;
    padding-bottom: 30px;
  font-weight: 600;}
.wel-div h1{font-weight: 400; margin:0px; text-transform:uppercase; font-size:20px; padding-top:71px; color:#000; margin-bottom: -10px; font-family: 'Typo Style Regular Demo';}
.wel-div p { color: #757575; padding-top: 20px;}
.wel-div img{margin-top:30px;}
.wel-div h1 span{color:#000;}
.wel-div  ul{list-style:none; padding:0px; margin:0px;}
.wel-div  ul li{background:url(../images/li-icon.png) no-repeat top 7px left; padding-left:20px;}


.about h2 { color:  #ff3eac; padding-top: 35px; padding-bottom: 10px; font-weight: 600;text-transform: uppercase; -webkit-text-stroke-width: thin;}
.about span{color: #6aae08;}
.about p  { color: #000; padding-bottom: 13px; }

.bg{background: #75706ee6; padding-top: 5px; padding-bottom: 5px;border-radius: 22px;}

.wel-bg{position:relative; top:-305px;}
.wel-bg img{width:100%; }

.wel-vehicles{padding-bottom:30px; margin-top:-400px;}
.wel-vehicles h1{margin:0px; text-align:center; text-transform:uppercase; color:#6aaf06; padding-top:30px; font-size:26px; padding-bottom:20px; font-family: 'Typo Style Regular Demo'; background:url(../images/wel-veh-line.jpg) no-repeat left center, url(../images/wel-veh-line.jpg) no-repeat right center;}
.wel-vehicles h2{margin:0px;  width:99.9%; color:#2d201b; font-size:16px; padding-top:13px; padding-bottom:13px; text-transform:uppercase; font-family: 'Typo Style Regular Demo';}
.wel-vehicles h2:hover{color: #6aaf06;}
.book-now{text-align:center; margin-top:0px; font-family: 'Typo Style Regular Demo';}
.bn{background:#ff3eac; padding:5px 40px; text-transform:uppercase; display:inline-block;margin-top:10px; border-radius: 10px;transition:All .5s ease; -webkit-transition:All .5s ease; -moz-transition:All .5s ease; -o-transition:All .5s ease}
.book-now a{color:#fff; text-decoration:none;}
.bn:hover{background:#6aae08;}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3, #flexiselDemo4 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
	
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center; 
	 
}

.nbs-flexisel-inner {
	
	
    overflow:hidden;
float:left;
    width:100%;
	
}

.nbs-flexisel-item {
    float:left;
    margin:0px auto;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
	
	
	
	
}
.nbs-flexisel-item img {
   
   height:auto;
cursor: pointer;
position: relative;
margin-top: 0px;
margin-bottom: 0px;
max-width: 240px;
max-height: 298px;
margin-left:auto; margin-right:auto;



}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
   width: 31px;
height: 31px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 1;
	margin-top:50px;
	
	
}

.nbs-flexisel-nav-left {
left: -40px;
    background: url(../images/bottom-arrow-left.png) no-repeat center;top: 81px!important;
}

.nbs-flexisel-nav-right {
   right: -40px;
    background: url(../images/bottom-arrow-right.png) no-repeat center;top: 81px!important;
}

.multi-slider-align
{

margin-right: 50px;
 margin-left: 50px;
}

.in-ban img{width:100%;}
.in-tl h1{margin:0px; color:#21508a; font-size:40px; text-transform:uppercase; text-align:center; margin-top:-188px; font-family: 'Typo Style Regular Demo';}

.con-div{padding-top:30px; padding-bottom:30px;}
.cont {color: #0b3e84;
    font-size: 18px;
    padding: 12px;
    font-weight: 600;}

.c1{font-size:22px; font-weight:600; color:#0db0ff;}
.c2{padding-left:10px;}
.c3{padding-left:73px;}
.c4{padding-left:17px;}
.c5{padding-left:30px;}


.home-div2{ padding-top:25px; padding-bottom:70px;}
.home-div2 h1{padding-bottom: 30px;   font-size: 26px;  margin:0px; color:#6aaf06; font-family: 'Roboto Condensed', sans-serif; font-weight:600;  display:inline-block; margin-top:-35px; }
.home-act{ text-align: center;}
.home-div2 h5{margin:0px; font-size:17px; margin-top:15px; font-weight:400;}
.home-div2 h5 a{text-decoration:none; color:#fff;}
.home-div2 h5 a{color:#2d201b; font-weight: 600;}


/*   Our Vehicle Page    */

.intro-cab1{padding-top:30px; padding-bottom:30px;}
.intro-cab1 h1{margin:0px; text-align:center; text-transform:uppercase; font-size:30px; color:#eb9807;}
.intro-cab1 h1 span{color:#ff3eac;}

.intro-veh{padding-left:0px; padding-right:0px; margin-top:25px; text-align:center; }
.intro-veh img{width:100%;}
.intro-veh h4{margin:0px; text-transform:uppercase; font-size:18px; color:black; font-weight:600; margin-top:65px;}
.intro-veh h4 span{color:black;}
.intro-veh h5{margin:0px; text-transform:uppercase; font-size:13px; color:black; margin-top:5px; font-weight:300;}

.lux-veh1{background-color: #4d73c4ba;border-radius: 0px 0px 40px 40px;padding-bottom: 30px;margin-right: 15px;}
.lux-veh1 img{padding-top: 50px;padding-bottom: 50px;}
.veh-txt {text-align: center;}
.veh-txt h4{color: #2d201b; margin-top: 30px; font-size: 22px;}
.veh-txt h5{color: #2d201b;  font-weight: 600;font-size: 18px;}
.osrwimg{align-self: center;}
.intcab2 h1 {
    
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    color: #6aae08;padding-bottom: 20px;
}

/* end */

              /*Destination*/
.img-tour img {
  transform-origin: 50% 65%;
    transition: transform 5s, filter 3s ease-in-out;
    filter: brightness(100%);
}
.img-tour:hover img{
      filter: brightness(100%);
    transform: scale(1.2);
}

.temp h3 { 
     color : #2d201b; text-align: center; font-weight: 600; 
   }

.temp{padding-top: 40px;}
.img{margin-top: -25px;}

.temp h4{text-align: center;
color: #000;}



.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.call-div{display:none}

.footer-div1{background: #5b5958;padding-bottom: 14px;}

.footer-div1 img{display: block;
margin-left: auto;
margin-right: auto;}

.links{margin-top: -15px;}

.f-links {
  list-style: none;
  margin-left: 0px;
  padding: 0px;
  text-align: center;
  margin-top: 34px;
}
.f-links li {
  display: inline;
}
.f-links li a {
  background: url(../images/f-link.png) no-repeat right;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  padding: 0px 9px 2px 18px;
    padding-right: 9px;
  padding-right: 35px;
}

.f-links li a:hover {
  color:#97e822;
}

.copy-div1 {
  font-size: 14px;
 margin-bottom: : 0px!important;
  color: #3e3e40;}

  .copy-div1 a {
  text-decoration: none;
  color: #3e3e40;
}

.copy-div1 a:hover {
  color: #6aaf06;
}
.copy-div1 .power-div {
  text-align: right;
}



.footer-div
{
	
	background:url(../images/footer-bg.jpg) repeat #fff; 
	color:#939393;
	font-size:13px;
margin-top:60px;
	/*padding-top:33px;*/
	border-bottom:3px solid #6aaf06;
	text-align:center;
      padding: 1px;
}

.f-div{background:#716c6ae3; padding-top:5px; padding-left:40px; padding-right:40px;  margin-top:80px; border-top-left-radius:15px; border-top-right-radius:15px;}
	
.f-link{list-style:none; text-align:right; margin-right:-171px; margin-top:0px; margin-bottom:-3px;}
.f-link li{display:inline-block;}

.f-link li a{display:block; padding:6px 24px 2px 14px; font-size:12px; line-height:12px; text-decoration:none; color:#fff; border-right:1px solid #fff;     transition:All .5s ease;
-webkit-transition:All .5s ease;
-moz-transition:All .5s ease;
-o-transition:All .5s ease;}
.f-link  li a:hover{color:#6aaf06; background-position:5px center; }
.f-link li:last-child a{border-right:0px;}


.o-link{margin-left:50px; padding-bottom:10px; margin-top:0px; margin-bottom:-3px;}
.o-link img{display:inline;}
.o-link a{text-decoration:none; color:#0db0ff;}
.o-link a:hover{color:#fff;}


.social-icon{text-align:center; margin-right: 42px;}
.social-icon img{display:inline !important; margin-right:8px; transition:All .5s ease;
-webkit-transition:All .5s ease;
-moz-transition:All .5s ease;
-o-transition:All .5s ease;}
.social-icon img:hover{opacity:0.7;}

.copy-div{color:#000; font-size:13px; line-height:20px; padding-left:70px; padding-right:70px; padding-top:2px; padding-bottom:2px; display:inline-block; background:#fff; border-top-left-radius:15px; border-top-right-radius:15px; bottom:-4px; position:relative}

.copy-div a{color:#000; text-decoration:none;}	
.copy-div a:hover{color:#6aaf06;}	



::selection {
	background:#0db0ff;
	color:#fff;
}

::-moz-selection {
	background:#0db0ff;
	color:#fff;
}
::-webkit-selection {
	background:#0db0ff;
	color:#fff;
}
.btn {
  background: #ff9321 !important;
  
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: 'Roboto', sans-serif;
  color: #482323;
  font-size: 14px;
  padding: 6px 15px 6px 15px;
  text-decoration: none;
}

.btn:hover {
  background: #004517 !important;
  color:#fff;
  text-decoration: none;
}
@media(min-width:1920px){
.copy-div{bottom: -6px;}

}


/*.footer-div{margin-top: -249px;}	*/
	
.in-tl h1{margin-top: -160px;}
}
@media(max-width:1024px){
.top-social img{width: 29%;}	
.in-tl h1{margin-top: -125px;}
.footer-div{ padding-top: 1px;}
.copy-div{bottom: -6px;}
.menu-div .navbar-light .navbar-nav .nav-link{padding: 4px 8px;}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}




}

@media(max-width:1366px)
/*{
.top-div2{background: rgb(255,255,255); 
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 44%, rgba(2,66,128,1) 44%, rgba(2,66,128,1) 100%); 
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 44%,rgba(2,66,128,1) 44%,rgba(2,66,128,1) 100%); 
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 44%,rgba(2,66,128,1) 44%,rgba(2,66,128,1) 100%); 
}*/
.footer-div{margin-top: -235px;}		
}

@media(max-width:980px){
.t-social img {margin-left: 10px;}
.nbs-flexisel-item img{max-width: 210px;}
.mobilemenu{display:block; position: fixed !important; z-index: 1000;}
.menu-div, .menu-div1{display:none} 
.hamburger.is-closed {margin-left: 79%; margin-top: 10px; right:5%;}
.hamburger.is-open {margin-left: 24px; margin-top: 20px;}
.dropdown-toggle:active,
    .open .dropdown-toggle {
    outline: 0;
    background-color: #4f63c0 !important;
  color:#fff !important;
  border-bottom: 1px solid #385392 !important;
     }
    .navbar-header{display: none;}
   .img-tour img{ padding-top: 35px;}
 .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:5px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}




}

@media(max-width:800px){
.top-phone {font-size: 13px;}
.top-social img {width: 30%;}
.top-div1{font-size:13px;}
.nbs-flexisel-item img {max-width: 165px;}
.in-tl h1{margin-top: -105px;}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:5px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
}
@media(max-width:767px){
.top-social{text-align:center}
.top-social img {width: 6%;}
.top-phone{text-align:center}
/*.top-div2{background:#024280}*/
.top-div{margin-bottom:30px;}	
.top-div1{text-align:center; font-size:10px;}
.top-div1 .r-div{text-align:center; padding-top:5px; padding-bottom:5px;}
.t-social img {margin-left: 10px;}
.logo-img img{margin-left:auto; margin-right:auto;}
.navbar .navbar-brand{display:inline; padding-top:10px; color:#000; font-size:11px; padding-left:10px;}	
.nb{text-align:right; float:right; margin-right:20px}
.my_nav{background:#fff; margin-top:20px;}
.my_nav .nav > li> a{text-align:center; border-right:none; padding-top:10px; padding-bottom:10px;}
.my_nav .navbar-default .navbar-nav > .active > a,.my_nav .nav > li > a:hover, .last > .active > a,.last> a:hover{background:#0db0ff; color:#ffffff;}
.navbar-nav {float: none;}
.wel-div h4{padding-top:35px; }
.wel-div img{max-width: 100%;display: block;
margin-left: auto;
margin-right: auto;}
wel-div img{margin-left:auto; margin-right:auto}
.wel-bg{top:0px;}
.wel-vehicles{margin-top:0px;}
.wel-vehicles h1{background-size: 35% auto;}
.nbs-flexisel-item img {max-width: 211px;}
.social-icon{text-align:center}
.social-icon img{margin-left:auto; margin-right:auto; margin-right:10px;}
.copy-div{text-align:center}
.f-link, .o-link{text-align:center; margin-left:0px; margin-right:0px;}
iframe{margin-top:20px;}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right{margin-top:0px;}
.navbar-header{display: none;}
.mobilemenu{display:block; position: fixed !important; z-index: 1000;}
.menu-div, .menu-div1{display:none} 
.hamburger.is-closed {margin-left: 79%; margin-top: 10px; right:5%;}
.hamburger.is-open {margin-left: 24px; margin-top: 20px;}
.dropdown-toggle:active,
    .open .dropdown-toggle {
    outline: 0;
    background-color: #4f63c0 !important;
  color:#fff !important;
  border-bottom: 1px solid #385392 !important;
     }
     .wel-div h1{text-align: center;}
     .copy-div{padding-left: 10px; padding-right: 10px;}
     .home-div2 h1{padding-bottom: 40px;}
     .f-div{padding-left: 28px;
padding-right: 46px;}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
.copy-div1{text-align: center!important;}
.copy-div1 .power-div{text-align: center;}
.lux-veh1{margin-left: 15px;}
.intro-cab1 p{padding-left: 20px;padding-right: 20px;}
.bg{display: none;}
.wel-bg{display: none;}


}

@media(max-width:570px){
    .call-div{display:block !important; bottom:0px; position:fixed; width:100%; z-index:1000; bottom:0; background:#17297f; text-align:center; padding:10px; color:#fff; font-family: 'Open Sans', sans-serif;}
.call-div a{color:#a8b4ed}
.copy-div1{margin-bottom: 50px;}
    
}
@media(min-width:400px) {
   .img-tour img {
    transform-origin: 50% 65%;
    transition: transform 5s, filter 3s ease-in-out;
    filter: brightness(100%);
    margin-right: auto;
    margin-left: auto;
    display: block; 
       padding-top: 40px;
   }
   .in-tl h1 {
    margin-top: -98px;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}



}

@media(max-width:360px){
.top-social img {width: 11%;}	
.wel-div h1{font-size: 24px;}
.wel-div img{margin-left:auto; margin-right:auto}
.wel-vehicles h1 {background-size: 18% auto;}
.nbs-flexisel-item img {max-width: 230px;}
.in-tl h1{margin-top: -52px; font-size: 24px;}
.con-div{font-size:13px;}
.c1{font-size:20px;}
.c3 {padding-left: 65px;}
.copy-div{font-size:11px;}
.navbar-header{display: none;}
.mobilemenu{display:block; position: fixed !important; z-index: 1000;}
.menu-div, .menu-div1{display:none} 
.hamburger.is-closed {margin-left: 79%; margin-top: 10px; right:5%;}
.hamburger.is-open {margin-left: 24px; margin-top: 20px;}
.dropdown-toggle:active,
    .open .dropdown-toggle {
    outline: 0;
    background-color: #4f63c0 !important;
  color:#fff !important;
  border-bottom: 1px solid #385392 !important;
     }
     
     .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.img-tour img{padding-bottom: 20px;display: block;margin-left: auto;margin-right: auto;}
.temp h3{padding-bottom: 30px;}
.temp {
  padding-top: 11px;
}



.copy-div1{font-size: 14px;}
}

@media(max-width:320px){
.wel-div h1{font-size: 20px;}
.nbs-flexisel-item img {max-width: 169px;}
.in-tl h1{margin-top: -48px;}
.c1{font-size:18px;}
.navbar-header{display: none;}
.mobilemenu{display:block; position: fixed !important; z-index: 1000;}
.menu-div, .menu-div1{display:none} 
.hamburger.is-closed {margin-left: 79%; margin-top: 26px; right:5%;}
.hamburger.is-open {margin-left: -30px; margin-top: 4px;}
.dropdown-toggle:active,
    .open .dropdown-toggle {
    outline: 0;
    background-color: #4f63c0 !important;
  color:#fff !important;
  border-bottom: 1px solid #385392 !important;
     }
     
     .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
}