*{
	margin: 0;
	padding: 0;
	border: 0;
}

body
{
	font-family: 'Lato', sans-serif !important;
}	
	
	
	
/****** Homepage Banner CSS *****/
.hp-banner {
    width: 100%;
    position: relative;
}

header {
    position: absolute;
    top: 0px;
    z-index: 4;
    width: 100%;
}


/*************  Banner slider*************/

.banner-img1 {
	background-image: url("../images/banner-img1.jpg");
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


.banner-img2 {
	background-image: url("../images/banner-img2.jpg");
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-img3 {
	background-image: url("../images/banner-img3.jpg");
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hp-banner .carousel-control.left {
	background-image: none;
}

.hp-banner .carousel-control {
    top: 50%;
    width: 100px;
    opacity: 1;
	text-shadow: none;
	z-index: 2;
}

.hp-banner .carousel-control .fa {
    color: #03192d;
    background-color: #fff;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    margin: auto;
    font-size: 35px;
}

.hp-banner .carousel-control i.fa.fa-angle-left {
    padding-right: 4px;
}

.hp-banner .carousel-control i.fa.fa-angle-right {
    padding-left: 4px;
}

.hp-banner .agileits_w3layouts_more.menu__item {
    text-align: center;
}

.hp-banner .carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.hp-banner .carousel-fade .carousel-inner .active {
  opacity: 1;
}



/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@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);
    }
}



/*************  Banner slider ended*************/


/***** Homepage Banner CSS Ended ******/	
	
	
	
	
	
	
	
/************ Header Navbar Css *******/

.header-logo {
    display: inline-block;
    padding-top: 5px;
}


.navbar-nav {
    float: right;
}

.crt-acc-btn-cls {
    display: inline-block;
    position: absolute;
    right: 0px;
	top: 15px;
}

.crt-acc-btn-cls .crt-scc-btn {
    padding: 10px 14px !important;
    background-color: rgba(255,255,255,0.2);
    border-radius: 30px;
    color: #fff !important;
    font-weight: 600;
	display: inline-block;
}

.crt-acc-btn-cls .crt-scc-btn:hover,
.crt-acc-btn-cls .crt-scc-btn:focus{
	text-decoration: none;
	background-color: #f5680b;
}

.navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
}
.mainmenu {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
	border: 0px !important;
}
.navbar-nav > li:last-child > a {
    padding-right: 0px;
    margin-right: 0px;
}
.dropdown-menu {
    padding: 0px 0; 
    margin: 0 0 0; 
    border: 0px solid transition !important;
	border: 0px solid rgba(0,0,0,.15);	
	border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;

}
/*=-====Main Menu=====*/
.navbar-nav .open .dropdown-menu > li > a {padding: 16px 15px 16px 25px;
}

header .header_bottom {
    background-color: rgba(6, 27, 48, 0.6);
}

 .navbar-default .navbar-nav > li > a {
    color: #bdc0c3;
    font-size: 14px;
    padding: 25px 10px;
	font-weight: 500;
}

header .header_area .header_bottom .mainmenu .dropdown-menu a{
	padding: 5px 10px;
	color: #bdc0c3;
	font-size: 14px;
}

 header .header_area .mainmenu .active a:after{
 content: "";
    width: 100%;
    height: 2px;
    background-color: #f5680b;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
 }

.header_area .mainmenu .active a,
.header_area .mainmenu .active a:focus,
.header_area .mainmenu .active a:hover,
.header_area .mainmenu li a:hover,
.header_area .mainmenu li a:focus ,
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    color: #f5680b !important;
    background: transparent;
}
/*-----./ Main Menu-----*/

.navbar-default .navbar-toggle { border-color: #fff } /*Toggle Button*/
.navbar-default .navbar-toggle .icon-bar { background-color: #fff } /*Toggle Button*/

/*==========Sub Menu=v==========*/
.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu{background:#263644;}
.mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu{background:#263644}
.mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu{background:#e4eeb8}

/******************************Drop-down menu work on hover**********************************/
.mainmenu{	
    position: relative;
    padding-right: 155px;
	background: none;
	border: 0 solid;
	margin: 0;
	min-height:20px
	}
	
	.mainmenu .collapse ul li:hover> ul {
    padding: 5px;
}


@media only screen and (min-width: 767px) {
.mainmenu .collapse ul li{position:relative;}
.mainmenu .collapse ul li:hover> ul{display:block}
.mainmenu .collapse ul ul{position:absolute;top:85%;left:0;min-width:220px;display:none}
/*******/
.mainmenu .collapse ul ul li{position:relative}
.mainmenu .collapse ul ul li:hover> ul{display:block}
.mainmenu .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:220px;display:none}
/*******/
.mainmenu .collapse ul ul ul li{position:relative}
.mainmenu .collapse ul ul ul li:hover ul{display:block}
.mainmenu .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:220px;display:none;z-index:1}

}


header li.dropdown {
	position: relative;
}

header .dropdown-menu .dropdown-toggle .fa.fa-angle-down{
	display: none;
}

.banner-text {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.banner-text h3 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    margin: 0px;
    padding-bottom: 15px;
}

.banner-text h2 {
    font-size: 46px;
    font-weight: 700;
    color: #f5680b;
    margin: 0px;
    padding-bottom: 16px;
}

.banner-text p {
    margin: 0px;
    font-size: 16px;
    color: #fff;
    width: 600px;
}

.sls-btn {
	padding-top: 38px;
}

.sls-btn a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    background-color: #f5680b;
    padding: 13px 42px;
    border-radius: 30px;
	display: inline-block;
	border: 1px solid transparent;
}	

.sls-btn a:hover {
	background-color: transparent;
	color: #f5680b;
	border: 1px solid #f5680b;
}







/**** Homepage ourservices section CSS *******/

.hp-ourservices {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #001830;
}

h3.sls-heading1 {
    font-size: 35px;
    font-weight: 700;
    margin: 0px;
    color: #fff;
    text-align: center;
}

.our-services-box{
	margin-bottom: 30px;
}

.our-services-box-img {
    width: 100%;
}

.our-services-box-img img {
    width: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.our-services-box-text h4 {
    font-size: 19px;
    color: #fff;
    font-weight: 700;
    margin: 0px;
    padding-bottom: 18px;
}

.our-services-box-text p {
    margin: 0px;
    font-size: 15px;
    color: #bec1c3;
	padding-bottom: 24px;
}

.our-services-box-text .rd-mr {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.our-services-box-text .rd-mr:hover {
    color: #f5680b;
	text-decoration: none;
}

.our-services-box-text .bk-nw-lnk {
    color: #f5680b;
    font-weight: 700;
    font-size: 15px;
}

.our-services-box-text .bk-nw-lnk:hover{
	text-decoration: none;
	color: #fff;
}

.our-services-box-text {
    padding: 20px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.our-services-box-area {
    width: 100%;
    padding-top: 50px;
}

.fleet-box-img-sec {
    width: 100%;
    overflow: hidden;
}

.fleet-box-img-sec-left {
    width: 80%;
    float: left;
    padding-right: 20px;
}



.fleet-box-img-sec-right {
    width: 20%;
    float: right;
}

.fleet-img-big1{
	border-radius: 5px;
	background-image: url("../images/fleet1.jpg");
	height: 280px;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
}

.fleet-img-big2{
	border-radius: 5px;
	background-image: url("../images/fleet2.jpg");
	height: 280px;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
}

.fleet-img-big3{
	border-radius: 5px;
	background-image: url("../images/fleet3.jpg");
	height: 280px;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
}

.fleet-img-big4{
	border-radius: 5px;
	background-image: url("../images/fleet4.jpg");
	height: 280px;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
}


.fleet-img-small-box {
    width: 100%;
    padding-bottom: 20px;
}

.fleet-img-small-box.fleet-img-small-box-padding {
    padding-bottom: 0px;
}


.fleet-img-small-img img{
	width: 100%;
	border-radius: 5px;
}

.fleet-img-small-img img:hover{
	opacity: 0.5;
}
/************ image pop-up CSS ********/

.fleet-box-img-sec-right .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Modal Content */
.fleet-box-img-sec-right .modal-content {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
  width: 50%;
  max-width: 1200px;  
    border: 2px solid #fff;
    border-radius: 5px;
}

.fleet-box-img-sec-right .modal-content img{
	width: 100%;
}

/* The Close Button */
.fleet-box-img-sec-right .close {
    color: white;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 30px;
    font-weight: bold;
    opacity: 1;
    width: 40px;
    height: 40px;
    line-height: 32px;
    background-color: #666;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
}

.fleet-box-img-sec-right .close:hover,
.fleet-box-img-sec-right .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.fleet-box-img-sec-right .mySlides {
    display: none;
}

.fleet-box-img-sec-right .cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.fleet-box-img-sec-right .prev,
.fleet-box-img-sec-right .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.fleet-box-img-sec-right .next {
  right: 0;
}

/* On hover, add a black background color with a little bit see-through */


/* Number text (1/3 etc) */
.fleet-box-img-sec-right .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}



.fleet-box-img-sec-right .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.fleet-box-img-sec-right .demo {
  opacity: 0.6;
}

.fleet-box-img-sec-right .active,
.fleet-box-img-sec-right .demo:hover {
  opacity: 1;
}



.fleet-box-img-sec-right .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.hp-our-fleet {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
	background-color: #00254b;
}

.fleet-sec {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #4d5f71;
}

.modal-content .fa {
    color: #03192d;
    background-color: #fff;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    margin: auto;
    font-size: 35px;
}

.fleet-box-text-sec h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 26px;
	margin: 0px;
}

.fleet-box-text-sec p {
    margin: 0px;
    font-size: 14px;
    color: #fff;
    padding-bottom: 22px;
	line-height: 24px;
}

.fleet-box-text-sec .sls-btn {
    padding-top: 0px;
}


.fleet-sec.fleet-sec-last.child {
    padding-bottom: 0px;
    border-bottom: 0px;
}

footer {
    width: 100%;
    background-color: #001830;
	padding-top: 50px;
}

.footer-logo img{
	width: 100%;
	max-width: 138px;
}

footer h4.footer-hed {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    margin: 0px;
    padding-bottom: 30px;
}

footer ul.ft-quk-lnk {
    width: 100%;
    list-style-type: none;
    overflow: hidden;
}

footer ul.ft-quk-lnk li {
    color: #fff;
    font-size: 14px;
    width: 50%;
    float: left;
    padding-bottom: 25px;
    padding-left: 10px;
	padding-right: 5px;
    position: relative;
}

footer ul.ft-quk-lnk li .fa {
    color: #f5680b;
    font-size: 18px;
    position: absolute;
    left: 0px;
	top: 2px;
}

footer ul.ft-quk-lnk li a:hover,
footer ul.ft-quk-lnk li a:focus{
	color: #f5680b;
	text-decoration: none;
}

footer ul.ft-follow-us {
    width: 100%;
    overflow: hidden;
    list-style-type: none;
}

footer ul.ft-follow-us li {
    display: inline-block;
    margin-right: 8px;
}


footer ul.ft-follow-us li .fa {
    color: #fff;
    font-size: 18px;
    height: 39px;
    width: 39px;
    border: 2px solid #fff;
    line-height: 34px;
    text-align: center;
}

footer ul.ft-follow-us li a .fa:hover,
footer ul.ft-follow-us li a .fa:focus{
	border: 2px solid #f5680b;
	color: #fff;	
	background-color: #f5680b;
}


footer a{
	color: #fff;
}

footer ul.gt-in-tch {
    width: 100%;
    overflow: hidden;
    list-style-type: none;
}

footer ul.gt-in-tch li {
    color: #fff;
    padding-bottom: 28px;
    padding-left: 20px;
    position: relative;
	font-size: 14px;
}
footer ul.gt-in-tch li .fa.fa-mobile {
    position: absolute;
    left: 2px;
    top: 0px;
	color: #f5680b;
	font-size: 22px;
}

footer ul.gt-in-tch li .fa.fa-envelope {
    position: absolute;
    left: 0px;
    top: 3px;
	color: #f5680b;
}

footer ul.gt-in-tch li .fa.fa-map-marker {
    position: absolute;
    left: 2px;
    top: 0px;
	color: #f5680b;
	font-size: 18px;
}

footer ul.gt-in-tch li a:hover,
footer ul.gt-in-tch li a:focus{
	text-decoration: none;
	color: #f5680b;
}


.sls-footer {
    border-bottom: 1px solid #4d5f71;
}

footer p.footer-copyright {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0px;
}









/****** SLS Airport Transfer CSS *********/
.sls-innerbanner{
	background-image: url("../images/inner-banner.jpg");
	height: 325px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sls-innerbanner2{
	background-image: url("../images/inner-banner2.jpg");
	height: 325px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sls-innerbanner3{
	background-image: url("../images/inner-banner3.jpg");
	height: 325px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sls-innerbanner4{
	background-image: url("../images/inner-banner4.jpg");
	height: 325px;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
}

.sls-innerbanner5{
	background-image: url("../images/inner-banner5.jpg");
	height: 325px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.sls-innerbanner6{
	background-image: url("../images/inner-banner6.jpg");
	height: 325px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sls-cmm-sec {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #00254b;
}

.sls-cmm-sec h4.sls-service-hd {
    font-size: 20px;
    color: #fff;
    margin: 0px;
    padding-bottom: 25px;
    font-weight: 700;
}

.sls-srv-float {
    width: 100%;
    overflow: hidden;
}

.sls-cmm-sec .sls-p-float-left p{
    margin: 0px;
    color: #fff;
    font-size: 16px;   
    padding-right: 20px;
}

.sls-cmm-sec .sls-p-float-left{
	 width: calc(100% - 170px);
    float: left;
}

.sls-srv-float .sls-btn {
    padding-top: 0px;
    width: 170px;
    float: right;
    text-align: right;
}

.sls-cmm-sec .sls-p-float-left.sls-p-float-left2{
	 width: calc(100% - 360px);
    float: left;
}

.sls-srv-float .sls-btn.sls-btn2 {
    padding-top: 0px;
    width: 360px;
    float: right;
    text-align: right;
}

.sls-cmm-sec .sls-p-float-left.sls-p-float-left3{
	 width: calc(100% - 320px);
    float: left;
}

.sls-srv-float .sls-btn.sls-btn3 {
    padding-top: 0px;
    width: 320px;
    float: right;
    text-align: right;
}


.sls-srv-slide .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}

.sls-srv-slide .carousel-control{
    width: 70px;
	opacity: 1;
	text-shadow: none;    
	top: 45%;
    opacity: 1;
    z-index: 2;
}
.sls-srv-slide .carousel-control .fa {
    color: #03192d;
    background-color: #fff;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    margin: auto;
    font-size: 35px;
	text-shadow: none;
}

.sls-srv-slide .carousel-control.right {
    background-image: none;
}
.sls-srv-slide .carousel-control.left {
    background-image: none;
}

.sls-srv-slide {
    width: 100%;
    padding-top: 40px;
}

.sls-cmm-bg-img-out{
	padding-top: 40px;
}

.sls-cmm-bg-img{
	border-radius: 5px;
	background-image: url("../images/cor1.jpg");
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sls-btn a.create-btn-2 {
    background-color: transparent;
    border: 1px solid #f5680b;
    color: #f5680b;
    margin-left: 10px;
    padding: 13px 25px;
}

.sls-btn a.create-btn-2:hover,
.sls-btn a.create-btn-2:focus{
	 background-color: #f5680b;
	 color: #fff;
}

.sls-cmm-bg-img-ta{	
	border-radius: 5px;
	background-image: url("../images/tr-av.jpg");
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sls-cmm-bg-img-es{	
	border-radius: 5px;
	background-image: url("../images/es.jpg");
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sls-cmm-bg-img-ap{	
	border-radius: 5px;
	background-image: url("../images/ap.jpg");
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


.sls-cmm-bg-img-hp{
	border-radius: 5px;
	background-image: url("../images/hp.jpg");
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sls-cmm-bg-img-cp{
	border-radius: 5px;
	background-image: url("../images/cp.jpg");
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sls-cmm-bg-img-hvps{
	border-radius: 5px;
	background-image: url("../images/hvps.jpg");
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


.sls-cmm-bg-img-evt{
	border-radius: 5px;
	background-image: url("../images/evt.jpg");
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.our-fleet-page .fleet-sec {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #4d5f71;
}

.our-fleet-page .fleet-sec-first-child{
	padding-top: 0px;
}



/******** Contact US CSS **********/

.sls-contact-us-page {
    width: 100%;
    background-color: #00254b;
    padding-top: 100px;
    padding-bottom: 100px;
}

.sls-contact-us-page h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin: 0px;
    padding-bottom: 22px;
}


.sls-contact-us-page p {
    margin: 0px;
    color: #fff;
    font-size: 14px;
    width: 700px;
    text-align: center;
    margin: auto;
	padding-bottom:35px;
}

.sls-contact-us-form {
    border: 1px solid #cecece;
    width: 100%;
    border-radius: 5px;
    padding: 38px;
}

.sls-contact-us-form label {
    font-weight: 400;
    color: #fff;
    font-size: 15px;
}

.sls-contact-us-form .form-control {
    height: 38px;
    background-image: none;
    border: 0px; 
    border-radius: 5px;
    box-shadow: none; 
}

.sls-contact-us-form textarea.form-control{
	height: auto !important;
}


.sls-contact-us-form textarea{
	resize: none;
}



.sls-contact-us-form .sls-btn {
	padding-top: 38px;
    text-align: center;
}

.sls-contact-us-form .sls-btn a {
    padding: 13px 60px;
}

.sls-book-now-form-page {
    width: 100%;
    background-color: #00254b;
    padding-top: 100px;
    padding-bottom: 100px;
}

.sls-book-now-form-img {
    text-align: center;
}

.sls-book-now-form-img img{
	width: 100%;
	max-width: 500px;
}

.sls-btn button {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    background-color: #f5680b;
    padding: 13px 60px;
    border-radius: 30px;
	display: inline-block;
	border: 1px solid transparent;
}	

.sls-btn button:hover {
	background-color: transparent;
	color: #f5680b;
	border: 1px solid #f5680b;
}


/****** FAQ CSS *****/


.sls-faq {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #00254b;
}

.sls-faq .panel.panel-default {
    border: 0px;
    background-color: transparent;
	box-shadow: none;
}

.sls-faq .panel.panel-default.active {
   background-color: #fff;
   border-radius: 5px;
}

.sls-faq .panel.panel-default{
    padding: 12px;
	
}


.sls-faq .panel-default .panel-heading {
    color: #333;
    background-color: transparent;
    border-color: transparent;
	padding: 5px 15px;
}

.sls-faq .panel.panel-default.active .panel-heading {
	padding: 20px 15px;
}
.sls-faq .panel-title {
    padding-left: 30px;
    position: relative;
}
.sls-faq i.fa.fa-plus {
	display: block;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
}

.sls-faq i.fa.fa-minus {
    display: none;
    position: absolute;
    left: -5px;
    background-color: #f5680b;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    top: -4px;
}

.sls-faq .panel.panel-default.active i.fa.fa-plus {
	display: none;
}

.sls-faq .panel.panel-default.active i.fa.fa-minus {
	display: block;
}

.sls-faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0px;
    padding-top: 0px;
}

.sls-faq .panel-title h3 {
    margin: 0px;
    font-size: 17px;
    color: #ffffff;
	font-weight: 400;
}

.sls-faq .panel.panel-default.active .panel-title h3 {
    color: #f5680b;
}

.sls-faq .panel-title a:hover,
.sls-faq .panel-title a:focus{
	text-decoration: none;
}

.sls-faq p.contact-accordion-para {
    margin: 0px;
    color: #777;
    font-size: 14px;
    padding-left: 30px;
    line-height: 24px;
}







































































@media only screen and (max-width: 1399px){
	.banner-text .container {
    padding-left: 70px;
}
.fleet-box-img-sec-right .modal-content {
    width: 90%;
}
}


@media only screen and (max-width: 1199px){
.header-logo {
    display: inline-block;
    padding-top: 10px;
}	
	
.fleet-img-big1 {
    height: 235px;
}
.fleet-img-big2 {
    height: 235px;
}
.fleet-img-big3 {
    height: 235px;
}
.fleet-img-big4 {
    height: 235px;
}
.fleet-box-text-sec h4 {
    padding-bottom: 15px;
}
.fleet-box-text-sec p {
    padding-bottom: 20px;
	line-height: 20px;
}
.header-logo img {
	width: 100%;
    max-width: 110px;
}
.our-services-box-text p {
    font-size: 14px;
}

footer .container {
    width: 980px;
}
}




@media only screen and (max-width: 991px){
	.header-logo {
    padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}
header .header_bottom .container {
     width: auto; 
}

header .navbar-default .navbar-nav > li > a {
    font-size: 11px;
	padding: 15px 5px;
}

.mainmenu .collapse ul li:hover> ul {
    padding: 0px;
}

.crt-acc-btn-cls {
    right: 15px;
    top: 10px;
}

.header-logo img {
    width: 100%;
    max-width: 100px;
}
.mainmenu {
    padding-right: 135px;
}
.crt-acc-btn-cls .crt-scc-btn {
    padding: 8px 8px !important;
    font-size: 11px;
}

header .header_area .header_bottom .mainmenu .dropdown-menu a {
    font-size: 11px;
}
header .navbar-collapse {
    padding-right: 0px;
}
.our-services-box-text {
    height: 185px;
}
.modal-content .fa {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 25px;
}

.fleet-img-big1 {
    height: 190px;
}
.fleet-img-big2 {
    height: 190px;
}
.fleet-img-big3 {
    height: 190px;
}
.fleet-img-big4 {
    height: 190px;
}

.fleet-box-img-sec-right .prev, .fleet-box-img-sec-right .next {
    padding: 16px 5px;
}
.fleet-box-img-sec-right .close {
    top: -15px;
    right: -15px;
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 23px;
}

.fleet-box-text-sec h4 {
    font-size: 18px;
    padding-bottom: 5px;
}
.fleet-box-text-sec p {
    padding-bottom: 5px;
}
.fleet-box-text-sec .sls-btn a {
    font-size: 12px;
    padding: 8px 25px;
}

footer .sls-footer .col-sm-2 {
    width: 100%;
    padding-bottom: 30px;
}
footer h4.footer-hed {
    padding-bottom: 15px;
}
footer .sls-footer .col-sm-3 {
    width: 33.33%;
}
footer ul.gt-in-tch li {
    padding-bottom: 15px;
}
footer ul.ft-quk-lnk li {
    padding-bottom: 10px;
	width: 100%;
}

.sls-srv-float-2 .sls-btn a {
    font-size: 12px;
    padding: 10px 25px;
}

footer .container {
    width: 750px;
}

.sls-srv-float .sls-btn.sls-btn2 {
    width: 300px;
    padding-top: 20px;
}
.sls-cmm-sec .sls-p-float-left.sls-p-float-left2 {
    width: calc(100% - 300px);
}
.sls-srv-float .sls-btn.sls-btn3 {
    width: 265px;
    padding-top: 20px;
}
.sls-cmm-sec .sls-p-float-left.sls-p-float-left3 {
    width: calc(100% - 265px);
}
}



@media only screen and (max-width: 767px){
	
header .header_area .mainmenu .active a:after{
    bottom: 0;
	top: unset;
	height: 1px;
 }
	
	.mainmenu {
    padding-right: 0px;
}
.crt-acc-btn-cls {
    right: 50px;
}
header .navbar-toggle {
    border: 0px;
	padding: 9px 0px;
}
header .navbar-default .navbar-toggle:hover, 
header .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
header .navbar-nav {
    float: none;
    background-color: #03192d;
    margin: 0px;
}
header .navbar-collapse {
    padding-left: 0px;
	box-shadow: none;
	border: 0px;
}
.header-logo {
    padding-bottom: 5px;
}
 
header .navbar-default .navbar-nav > li > a {
    font-size: 13px;
    padding: 8px 15px;
}

header .header_area .header_bottom .mainmenu .dropdown-menu a {
    padding: 8px 15px;
}

header .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #bec1c3;
}

header .dropdown-menu .dropdown-toggle .fa.fa-angle-right{
	display: none;
}

header .dropdown-menu .dropdown-toggle .fa.fa-angle-down{
	display: inline-block;
}

.crt-acc-btn-cls .crt-scc-btn {
    font-size: 12px !important;
}

header  li .fa.fa-angle-down {
    position: absolute;
    right: 20px;
    top: 8px;
    font-size: 20px;
}


header .dropdown-menu li {
    position: relative;
}

header .header_area .header_bottom .mainmenu .dropdown-menu a {
    font-size: 13px;
}
.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu {
    padding: 0px 5px;
}
.hp-banner .carousel-control .fa {
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 29px;
}
.hp-banner .carousel-control {
    width: 70px;
}
.hp-banner .carousel-control i.fa.fa-angle-left {
    padding-right: 2px;
}
.banner-text h3 {
    font-size: 24px;
	padding-bottom: 10px;
}
.banner-text h2 {
    font-size: 32px;
	padding-bottom: 15px;
}
.banner-text p {
    width: 400px;
}
.sls-btn {
    padding-top: 20px;
}
.sls-btn a {
    padding: 8px 20px;
    font-size: 12px;
}
.our-services-box-text {
    height: auto;
}
.hp-ourservices {
    padding-top: 50px;
    padding-bottom: 50px;
}
.our-services-box-area {
    padding-top: 30px;
}
h3.sls-heading1 {
    font-size: 22px;
}
.our-services-box-text h4 {
    font-size: 16px;
    padding-bottom: 10px;
}
.our-services-box-text p {
    font-size: 14px;
    padding-bottom: 15px;
}
.our-services-box-text .bk-nw-lnk {
    font-size: 14px;
}


.fleet-img-big1 {
    height: 317px;
}
.fleet-img-big2 {
    height: 317px;
}
.fleet-img-big3 {
    height: 317px;
}
.fleet-img-big4 {
    height: 317px;
}

.fleet-box-img-sec-left {
    width: 100%;
    float: none;
    padding: 0px 5px;
}
.fleet-box-img-sec-right {
    width: 100%;
    float: none;
}
.fleet-img-small-box {
    width: 33.33%;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    padding-top: 10px;
}
.hp-our-fleet {
    padding-top: 50px;
    padding-bottom: 50px;
}
.fleet-sec {
    padding-top: 30px;
    padding-bottom: 30px;
}
.fleet-box-text-sec .sls-btn {
    padding-top: 15px;
}
.fleet-box-text-sec .sls-btn a {
    font-size: 12px;
    padding: 5px 20px;
}
footer .sls-footer .col-sm-3 {
    width: 100%;
}
footer ul.ft-quk-lnk li {
	font-size: 13px;
    width: 50%;
}
footer ul.gt-in-tch li {
    padding-bottom: 10px;
    font-size: 13px;
}
footer h4.footer-hed {
    font-size: 15px;
    padding-bottom: 10px;
}
.sls-footer {
    padding-bottom: 40px;
}

.sls-cmm-sec .sls-p-float-left{
	width: 100%;
}

.sls-cmm-sec .sls-p-float-left p{
    padding-right: 0px;
	font-size: 14px;
}

.sls-srv-float .sls-btn {
    width: 100%;
    padding-top: 20px;
    text-align: left;
}
.sls-cmm-sec h4.sls-service-hd {
    font-size: 18px;
    padding-bottom: 10px;
}
.sls-cmm-sec {
    padding-top: 50px;
    padding-bottom: 50px;
}
.sls-srv-slide .carousel-control .fa {
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 29px;
}
.sls-srv-slide .carousel-control {
    width: 50px;
}
.sls-cmm-bg-img {
    height: 350px;
}
.sls-cmm-sec .sls-srv-float-2 p {
    width: 100%;
}
.sls-cmm-sec .sls-srv-float-2 .sls-btn {
    width: 100%;
    padding-top: 20px;
}
.sls-srv-float-2 .sls-btn a {
    padding: 8px 25px;
}
.sls-btn a.create-btn-2 {
    margin-left: 2px;
}
.sls-contact-us-form {
    padding: 30px;
}
.sls-contact-us-form .sls-btn {
    padding-top: 22px;
}
.sls-contact-us-form .sls-btn a {
    padding: 10px 40px;
}
.sls-contact-us-page p {
    width: auto;
}
.sls-contact-us-page h4 {
    font-size: 18px;
    padding-bottom: 15px;
}
.sls-contact-us-page p {
    padding-bottom: 20px;
}
.sls-contact-us-page {
    padding-top: 50px;
    padding-bottom: 50px;
}
.sls-book-now-form-page {
    padding-top: 50px;
    padding-bottom: 50px;
}
.sls-faq .panel.panel-default.active .panel-heading {
    padding: 10px 5px;
}
.sls-faq i.fa.fa-minus {
    top: -2px;
}
.sls-faq {
    padding-top: 50px;
    padding-bottom: 50px;
}
.sls-faq p.contact-accordion-para {
    padding-left: 20px;
}
.sls-faq p.contact-accordion-para {
    line-height: 20px;
}
footer .container {
    width: auto;
}
.sls-cmm-bg-img-ta {
    height: 350px;
}
.sls-cmm-bg-img-es {
    height: 350px;
}
.sls-cmm-bg-img-ap {
    height: 350px;
}
.sls-cmm-bg-img-hp {
    height: 350px;
}
.sls-cmm-bg-img-cp {
    height: 350px;
}
.sls-cmm-bg-img-cp {
    height: 200px;
}
.sls-srv-float .sls-btn.sls-btn2 {
    width: 100%;
    padding-top: 15px;	
	text-align: left;
}
.sls-cmm-sec .sls-p-float-left.sls-p-float-left2 {
    width: 100%;
}
.sls-srv-float .sls-btn.sls-btn3 {
    width: 100%;
    padding-top: 15px;	
	text-align: left;
}
.sls-cmm-sec .sls-p-float-left.sls-p-float-left3 {
    width: 100%;
}
.sls-btn button {
    padding: 10px 40px;
}
}


@media only screen and (max-width: 550px){
	.banner-text .container {
    padding-left: 70px;
    padding-right: 70px;
}
.banner-text p {
    width: auto;
	font-size: 14px;
}
.banner-text h3 {
    font-size: 16px;
	padding-bottom: 5px;
	
}
.banner-text h2 {
    font-size: 20px;
	padding-bottom: 10px;
}
.fleet-img-big2 {
    height: 200px;
}
.sls-cmm-bg-img {
    height: 200px;
}
.sls-cmm-bg-img-ta {
    height: 200px;
}
.sls-cmm-bg-img-es {
    height: 200px;
}
.sls-cmm-bg-img-ap {
    height: 200px;
}
.sls-cmm-bg-img-hp {
    height: 200px;
}
.sls-cmm-bg-img-cp {
    height: 200px;
}
.sls-cmm-bg-img-hvps {
    height: 200px;
}
.fleet-img-big1 {
    height: 200px;
}
.fleet-img-big3 {
    height: 200px;
}
.fleet-img-big4 {
    height: 200px;
}
}