body{font-family: 'Poppins', sans-serif; font-size:15px; line-height:29px; color:#404040; text-align:justify; overflow-x:hidden;}
h1,h2,h3,h4,h5{font-family: 'Poppins', sans-serif;}
a, a:active, a:focus {outline: none;}
img{display:block}
#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;
        }



.container{max-width:1100px; width:100%}

.top-div1{position:relative; z-index:2; position:absolute; width:100%; margin-top:20px;}
.top-num{background:#f99f22; border-top-left-radius:20px; border-bottom-left-radius:20px; color:#0d0d0d; text-align:right; padding-right:40px; font-size:13px;}
.top-num img{display:inline; margin-right:5px;}
.top-det{background:#ffffff; padding:10px 10px;}


.logo-div img{}





.menu-div{margin-top:20px;}

.menu-div .navbar{padding:0px; margin-left:0px;}



.menu-div .navbar-light .navbar-nav .nav-link{color:#383838; padding:4px 12px; line-height:8px; font-size:12px; position:relative; margin-right:-1px; text-align:center; text-transform:uppercase; border-right:1px solid #bdbdbd;}
.menu-div .navbar-light .navbar-nav .nav-item:last-child .nav-link{border-right:none}

.menu-div .navbar-light .navbar-nav .nav-item:last-child .nav-link, .menu-div .navbar-light .navbar-nav .nav-item:hover:last-child .nav-link, .menu-div .navbar-light .navbar-nav .active:last-child .nav-link{background-image:none}


.menu-div .navbar-light .navbar-nav .active > .nav-link, .menu-div .navbar-light .navbar-nav .nav-item:hover > .nav-link, .menu-div .navbar-light .navbar-nav .nav-link.active, .menu-div .navbar-light .navbar-nav .nav-link.show, .menu-div .navbar-light .navbar-nav .show > .nav-link {
    color:#f99f25;  position:relative; z-index:4;
}

.menu-div .navbar-expand-lg .navbar-nav .dropdown-menu{background:#17297f; width:280px;}
.menu-div .dropdown-item{color:#fff; border-bottom:1px solid #5062b6; font-size:11px; text-transform:uppercase; font-weight:600;}
.menu-div .dropdown-item:hover, .menu-div .dropdown-item.active, .menu-div1 .dropdown-item:hover, .menu-div1 .dropdown-item.active{color:#fff; background:#f99f25;}

  .menu-div .dropdown:hover .dropdown-menu, .menu-div1 .dropdown:hover .dropdown-menu{

        display: block;
        margin-top: 0;

    }

   
	
	
	header{position:relative; z-index:2;}
	article{position:relative; z-index:1;}
	
	





.banner-div1{background:url(../images/banner-bg.jpg) no-repeat; background-size:100% 100%; padding-top:250px; padding-bottom:100px;}	
.banner-div1 img{margin-left:auto; margin-right:auto; margin-top:200px;}
.banner-ex{position:relative; bottom:0px; z-index:2;}
.banner-div1 .carousel-indicators{bottom:0px;}
.banner-div1 .carousel-indicators li{border:none; background: #d9aa11; width: 11px; height: 11px; border-radius:50%; opacity:1}
.banner-div1 .carousel-indicators .active {width: 11px; height: 11px; border:none; background:#3c6e8b;}
 .banner-div1 .carousel-control-next,  .banner-div1 .carousel-control-prev{top:-25%;}
 .banner-div1 .carousel-control-prev {background:url(../images/banner-arrow-left.png) no-repeat left center; left: 3%; opacity:1; }
.banner-div1 .carousel-control-next {background:url(../images/banner-arrow-right.png) no-repeat right center; right:3%; opacity:1; z-index:100;}


.banner-div2{display:none}	
.banner-div2{background:url(../images/banner-bg.jpg) no-repeat; background-size:cover; padding-top:200px;}	


.banner-div2 .carousel-indicators{bottom:0px;}
.banner-div2 .carousel-indicators li{border:none; background: #d9aa11; width: 11px; height: 11px; border-radius:50%; opacity:1}
.banner-div2 .carousel-indicators .active {width: 11px; height: 11px; border:none; background:#3c6e8b;}
 
 .banner-div2 .carousel-control-next, .banner-div2 .carousel-control-prev{bottom:0px;}
 
 .banner-div2 .carousel-control-prev {background:url(../images/banner-arrow-left1.png) no-repeat left center; left: 0%; opacity:1; }
.banner-div2 .carousel-control-next {background:url(../images/banner-arrow-right1.png) no-repeat right center; right:0%; opacity:1; z-index:100;}


.carousel-fade .carousel-inner .carousel-item {
  opacity: 0;
  transition-property: opacity;
    overflow:hidden;
}
.carousel-item.active img {
    transition: transform 5000ms linear 0s;
    /* This should be based on your carousel setting. For bs, it should be 5second*/
    
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}


.intro-cab1{padding-top:30px; padding-bottom:30px;}
.intro-cab1 h1{margin:0px; text-align:center; text-transform:uppercase; font-size:30px; color:#fd3d20}
.intro-cab1 h1 span{color:#383838}
.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:#090909; font-weight:600; margin-top:10px;}
.intro-veh h4 span{color:#17297f}
.intro-veh h5{margin:0px; text-transform:uppercase; font-size:13px; color:#090909; margin-top:5px; font-weight:300;}
.book-now{background:#17297f; display:inline-block; text-transform:uppercase; margin-top:20px; padding:4px 20px; font-size:13px; border-radius:20px;}
.book-now a{text-decoration:none; color:#fff;}
.book-now:hover{background:#e2941f;}

.intro-cab2{padding-left:0px; padding-right:0px; margin-top:80px; background: linear-gradient(to right, rgba(23,41,127,1) 0%, rgba(23,41,127,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);}
.intro-about{}
.intro-head{background:url(../images/hd-bg.jpg) no-repeat right center #cccccc; padding:15px; text-transform:uppercase;}

	
.intro-head h4{margin:0px; font-size:22px; color:#161616; font-weight:400;}
.intro-head h1{margin:0px; font-size:25px; color:#fd3d20; font-weight:600;}
.intro-det{background:url(../images/det-bg.jpg) no-repeat right bottom #17297f; color:#fff; padding:15px; padding-right:200px; margin-right:30px; padding-bottom:30px;}

.ab{text-align:right}
.about-us{display:inline-block; background:url(../images/about-icon.png) no-repeat right 20px center #f99f22; padding:5px 40px; border-radius:20px; transition:All .5s ease;}
.about-us a{text-decoration:none; color:#0d0d0d; transition:All .5s ease;}
.about-us:hover{background-position:right 15px center; background-color:#fd3d20;}
.about-us:hover a{}

.intro-about{padding-right:0px}
.intro-image1{padding-left:0px;}
.intro-image1 img{width:100%;}
.intro-image2{margin-left:-110px; position:relative; top:-60px;}

.intro-cab3{padding-top:40px; padding-bottom:60px; background:url(../images/map.jpg) no-repeat top center;}
.intro-cab3 h4{margin:0px; font-size:22px; color:#161616; font-weight:400; text-transform:uppercase; text-align:center}
.intro-cab3 h1{margin:0px; font-size:25px; color:#fd3d20; font-weight:600; text-transform:uppercase; text-align:center}
.intro-tour{position:relative; margin-top:30px; overflow: hidden;}
.intro-tour1{background:rgba(255, 255, 255, .7); position:absolute; bottom:0px; width:85%; padding:25px; z-index:2;}
.intro-tour1 h2{margin:0px; color:#17297f; font-size:24px;}
.intro-tour1 h3{margin:0px; color:#343434; font-size:22px; font-weight:400; margin-top:7px;}
.intro-tour:hover .intro-tour1 h2{color:#343434;}
.intro-tour:hover .intro-tour1 h3{color:#17297f;}

.intro-tour img {
transform-origin: 50% 65%;
  transition: transform 5s, filter 3s ease-in-out;
  filter: brightness(100%);
}

/* [3] Finally, transforming the image when container gets hovered */
.intro-tour:hover img {
  filter: brightness(100%);
  transform: scale(1.2);
}

.vm{text-align:center; margin-top:40px;}

.intro-cab4{background:url(../images/testimonial-bg.jpg) no-repeat top center; background-size:cover; padding-top:30px; padding-bottom:80px;}
.intro-cab4 h1{margin:0px; text-align:center; color:#17297f; font-size:25px; font-weight:600; margin-bottom:30px;}

.intro-test{background:url(../images/testimonial-bg.png) no-repeat bottom right #f99f22; margin-left:15px; margin-right:15px; text-align:justify; padding:20px; border-radius:20px;}
.intro-test h4{margin:0px; color:#141414; font-size:17px; margin-top:30px; font-weight:600;}
.intro-test h5{margin:0px; color:#fff; font-size:14px; margin-top:3px;}
.testi-left{padding-right:3px;}
testi-right{padding-left:3px;}
 

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
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;
	
    
	
	
}
.nbs-flexisel-item img {
   
   height:auto;
cursor: pointer;
position: relative;
margin-top: 0px;
margin-bottom: 0px;
max-width: 100%;
max-height: 123px;
margin-left:auto; margin-right:auto;
border-radius:50%



}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
   width: 37px;
height: 37px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 1;
	margin-top:160px;
	
	
}

.nbs-flexisel-nav-left {
left: 0px;
    background: url(../images/down-arrow-left.png) no-repeat right center;
	width:49%

}

.nbs-flexisel-nav-right {
   right: 0px;
    background: url(../images/down-arrow-right.png) no-repeat left center;
	width:49%
}

.multi-slider-align
{

margin-right: 0px;
 margin-left: 0px;
}



.in-ban img{width:100%;}

.in-cab1{margin-top:50px;margin-bottom:50px;}
.in-cab1 h1{margin:0px; font-size:33px; text-align:left; color:#f55135; margin-bottom:30px;}
.in-cab1 h2{font-size:25px; text-align:left; color:#f55135; }
.in-cab1 h1 span{color: #383838;}
.in-cab1 h2 span{color: #383838;}
.about-img{margin-top:20px}

.in-cab2{background: linear-gradient(to right, #ffffff 0%,#cfcfcf 100%); padding:15px; margin-top:40px; margin-bottom:60px;}
.vis-img{position:relative; margin-bottom:-35px; position:relative; margin-right:-15px;}
.vision{ font-size:13px; top:-40px; position:relative}
.vis-img img{position:relative;}
.vis-para{top:40px; position:relative; line-height:24px; border-bottom:2px solid #ffffff; margin-left:-15px; padding-left:10px;}
.in-cab2 .vision:last-child .vis-para{border:none; margin-top:20px;}
.c1{font-size:24px; text-transform:uppercase; font-weight:600; color:#f99f22;}


.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: 220px; }
#wrapper.toggled #sidebar-wrapper { width: 270px; }
#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: absolute;  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;}

.call-div{display:none}



.g-ca{margin-top:10px; margin-left:5px;}

.footer-div
{
background:#ffffff; padding:15px; color:#343434; padding-top:0px; padding-bottom:0px; position:relative; width:100%; bottom:-70px; margin-top:-70px;}

.footer-bg{background:url(../images/footer-bg.jpg) no-repeat top center; background-size:cover;}
.footer-bg h1{margin:0px; color:#ffffff; text-transform:uppercase; font-size:24px; font-weight:400;}
.footer-bg h2{margin:0px; color:#f99f22; text-transform:uppercase; font-size:26px; font-weight:600; margin-top:3px;}
.footer-top{background:url(../images/car.png) no-repeat right center; padding-top:30px; padding-bottom:20px;}



.footer-div h5{margin:0px; color:#343434; font-size:15px; font-weight:600; padding-bottom:8px; text-transform:uppercase; padding-top:15px;}

.footer-in{background:url(../images/f-line.png) no-repeat right center}

.footer-div .col-sm-4:nth-child(2) .footer-in{margin-left:30px;}
.footer-div .col-sm-4:nth-child(3) .footer-in{margin-left:15px; background-image:none}

.f-logo{margin-top:15px;}


.f-link{list-style:none; margin-left:0px; padding:0px; text-align:left; }

.f-link li{display:block}

.f-link li a{display:block; padding:3px 15px 10px 25px; font-size:13px; line-height:20px; background:url(../images/footer-arrow.png) no-repeat top 9px left;text-decoration:none; color:#343434;  margin-left:0px;    transition:All .5s ease;
-webkit-transition:All .5s ease;
-moz-transition:All .5s ease;
-o-transition:All .5s ease;
    text-transform:capitalize;
}
.f-link  li a:hover{color:#f99f22; background-position:top 9px left 5px;}


.social-icon{background:#dfe4ff; font-size:13px; padding-top:30px;}
.social-icon h5{writing-mode: tb-rl; -webkit-transform: rotate(180deg); float:left; margin-left:0px; margin-top:15px;}
.social-icon1{float:right}

.social-icon a{display:block; color:#fff; margin-bottom:5px;}

.social-icon .sprite { background: url('../images/social-icon1.png') no-repeat top left; display:inline-block;} 
.social-icon .sprite.fb { background-position: 0 0; width: 41px; height: 41px;} 
.social-icon .sprite.tw { background-position: 0 -51px; width: 40px; height: 40px; } 
.social-icon .sprite.in { background-position: 0 -101px; width: 38px; height: 39px; } 

.ad-div{background:url(../images/f-icon1.png) no-repeat top 7px left; padding-left:30px; font-size:13px;}
.ph-div{background:url(../images/f-icon2.png) no-repeat top 7px left; padding-left:30px; font-size:13px;}






.copy-div{color:#131313; font-size:13px; line-height:22px; background:#f99f22; text-align:left; padding-top:90px; padding-bottom:15px;}
.copy-div a{color:#17297f; text-decoration:none;}	
.copy-div a:hover{color:#e72002;}	
.power-div{text-align:right;}
.copy-div img{display:inline;}





::selection {
	background:#17297f;
	color:#fff;
}

::-moz-selection {
	background:#17297f;
	color:#fff;
}
::-webkit-selection {
	background:#17297f;
	color:#fff;
}


/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}



.osrw{background:#cfcfcfa6; padding: 25px 0px 25px 0px}
.osrwplain{padding: 25px 0px 25px 0px}
.lux-veh1{background-color: #f99f22;border-radius: 0px 0px 40px 40px;padding-bottom: 30px;margin-right: 15px;}
.lux-veh1 img{padding-top: 50px;padding-bottom: 50px;}
.osrwimg{align-self: center;}
.intcab2 h1 {
    
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    color: #fd3d20;
}

.ex h1{text-align: center !important;}
.ex1 h1{text-align: center !important;margin-bottom:15px;}

@media(max-width:1024px){
.banner-div1 img{margin-top:0px;}
.intro-image2{margin-left: -110px; top: -50px;}
.social-icon h5{margin-left:-10px;}
.menu-div .navbar-light .navbar-nav .nav-link{padding: 4px 8px;}
}
@media(max-width:980px){
.sidebar-nav .dropdown-menu{top:0px;}
.dropdown-menu{top:0;right:0px;left:0px;margin-top:0;margin-left:0rem}
.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;
     }
	 

}

@media(max-width:800px){

}

@media(max-width:768px){

}
@media(max-width:570px){
.top-num{border-radius:0px; text-align:center; margin-left:-15px; margin-right:-15px;}
.top-det{margin-left:-15px; margin-right:-15px;}
.logo-div img{margin-left:auto; margin-right:auto}	
.banner-div1{display:none}
.banner-div2{display:block}
.intro-veh {padding-left: 15px; padding-right: 15px; margin-bottom:30px;}
.intro-cab1{padding-bottom:10px;}
.intro-head{background-image:none}
.intro-det{background-image:none; margin-right:0px; padding-right:15px;}
.intro-cab2{background:none}
.intro-about{padding-right:15px;}
.intro-image1{padding-left:15px;}
.intro-image2{top:0px; margin-top:10px; margin-left:0px;}
.intro-tour img{width:100%;}
.footer-top{background-image:none}
.footer-bg h2{text-align:left}
.footer-in{background-image:none}
.footer-div .col-sm-4:nth-child(2) .footer-in, .footer-div .col-sm-4:nth-child(3) .footer-in{margin-left:0px;}
.footer-div{padding-top:15px;}
.f-logo img{margin-left:auto; margin-right:auto; margin-bottom:30px;}
.social-icon{padding-top:10px;}
.social-icon h5{-webkit-transform: rotate(0deg); writing-mode: initial; margin-left:0px; margin-top:0px;}
.copy-div, .power-div{text-align:center}
.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-div{margin-bottom:45px;}
.copy-right span{display:block}
.social-icon a{display:inline-block;}
.top-div1{margin-top:0px; position:relative}
.vis-img img{margin-left:auto; margin-right:auto}
.vis-img{margin-bottom:0px;}
.vision{top:0px; margin-top:20px;}
.vis-para{top:0px;}
.testi-right{text-align:center}
.intro-test h4{margin-top:5px;}
.intro-test h5{margin-bottom:10px;}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right{margin-top:110px}
}
@media(max-width:500px){

}

@media(max-width:320px){



}


.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;
}

