
html,
body {
	margin: 0;
	
	font-family: 'Lato', sans-serif;
	background: #fff;
	color:#191919!important;
	font-size: 14px;
}

body a {
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	cursor:pointer;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
a:hover {
	text-decoration: none;
}

input[type="button"],
input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family:sans-serif;
	font-weight: 600;
}

p {
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
}

label {
	margin: 0;
	font-weight:600;
	font-size: 14px;
	font-family: sans-serif;
}


/*-- header --*/


/*-- Index-Page-Styling --*/


/*-- top-bar-w3-agile --*/
.text-yellow{
    
    color:#ff9800;
}
#home{
	height: 100%;
	overflow: hidden;
}

.menu-container2{
    position: fixed;
    right: 0;
}

.abc{
    float:left!important;
}

.my-nav{
    padding: 10px;
    height: 50px;
}

.row{
    /*display:inherit!important;*/
}

@media (min-width: 768px) {
 .pt-desk-30{padding-top:30px;}
 .p-col {
        padding-left:7px!important;
        padding-right:7px!important;
    }

}


@media (max-width: 767px) {
    .footer-logo a img {
        max-width: 50%!important;
    }

    .full-width{
        width:100%!important;
    }
    
    .footer-menu-links li {
        width: 100%!important;
    }

    .mob-menu {
        padding: 0px 15px;
        background: #fff;
        z-index: 999999;
        position: relative;
        /* top: 25px; */
        width: 100%;
    }

    ul.counter-listing li {
        width: 49.5%!important;
        display: inline-block;
        margin-bottom: 30px!important;
    }
    
    .call-action-bar {
        padding: 35px 0!important;
    }
    
    .p-col {
        padding-left:0px!important;
        padding-right:0px!important;
    }
    
    .pg-detail img {
        margin: 20px 0px!important;
        width: 100%!important;
        border: none!important;
    }
    .faq-title h2 {
        font-size: 22px!important;
        margin: 20px 0px!important;
        line-height: 29px;
    }

    .pt-desk-30{padding-top:10px;}
     .my-mt-7{margin-top: 25% !important;}
    .offer-tag {
        background: #a9bd02;
        padding: 10px 5px!important;
        color: #fdfdfd;
        font-weight: 700;
    }
    .offer-tag span{
        margin-left: 10px!important;
        margin-right: 2px!important;
        font-size: 10px!important;
    }
    
}
.offer-tag {
    background: #a9bd02;
    padding: 5px;
    color: #fdfdfd;
    font-weight: 700;
        text-align: center;
}
.offer-tag span{
    margin-left: 25px; 
    margin-right: 5px;
    font-size: 15px;
}

.marquee {
  height: 25px;
  width: 420px;

  overflow: hidden;
  position: relative;
}



.menu {
  left: 0;
  top: 0;
  width: 100%;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.menu.is-fixed {
  position: fixed;
  z-index: 99999999;
  -webkit-animation-name: stickySlideDown;
          animation-name: stickySlideDown;
  padding: 0;
  -webkit-transition: none;
  transition: none;
}

@-webkit-keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
*,
*::after,
*::before {
  box-sizing: border-box;
}

/*---------------------------------
           Navigation Css
----------------------------------*/

/*.header-area {*/
/*    transition: all 2s linear;*/
/*}*/

.header-area {
    background: #fff;
    box-shadow: 1px 3px 6px #848181;
}

.header-area.fixed {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header-area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header-area .main-menu .navbar-brand img {
    width: 175px;
    margin-top: -30px;
}

.header-area .main-menu .nav-item {
    margin-right: 20px;
}

.header-area .main-menu .nav-item .nav-link {
    color: #282C3F;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 5px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    font-family: 'Sarala', sans-serif;
}

.header-area .main-menu .nav-item .nav-link.active,
.header-area .main-menu .nav-item:hover .nav-link {
    color: #08a8eb;
}

.header-area a.login {
    color: #282C3F;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    padding: 5px 20px;
    border: 1px solid #c5c5c5;
    text-transform: uppercase;
    border-radius: 50px;
    font-family: 'Sarala', sans-serif;
}



.header-area a.login i {
    color: #424141;
    padding-right: 6px;
    font-weight: 700;
}



.header-area2 a.login {
    color: #414141;
    font-size: 15px!important;
    font-weight: 600;
    line-height: 20px;
    margin-right: 0px;
    padding: 5px 15px!important;
    border: 2px solid #ff9800;
    text-transform: uppercase;
    border-radius: 2px!important;
    font-family: 'Sarala', sans-serif;
}

.header-area2 a.login i {
    padding-right: 7px!important;
    color: #16aec8!important;
}

.menu {
    padding: 10px 30px;
}

.footer-menu-links li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin: 0 -2px;
    padding-left: 15px;
    font-size: 15px;
    line-height: 20px;
    padding-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.footer-menu-links li::before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    color: #1eacc7;
}

.footer-menu-links li a {
    color: #454545;
}


.marquee div {
  display: block;
  width: 200%;
  height: 30px;

  position: absolute;
  overflow: hidden;

  animation: marquee 5s linear infinite;
}

.marquee span {
  float: left;
  width: 50%;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}

.header {
	position: relative;
}

.header-nav {
	position: relative;
}

.top-bar-w3-agile {
	/*position: absolute;*/
	z-index: 999;
	width: 100%;
	top: 0%;
	left: 0;
	box-shadow: 1px 2px 8px #ccc;
    border-bottom: 1px dashed #38b1ab;

}
.top-bar-w3-agile1{
position: sticky;
	
	border-bottom: 1px solid #ddd;
margin-bottom: 8px;
z-index: 7;
}

/*-- Logo --*/

.logo {
	width: 60%;
	float: left;
}

.logo a {
	font-size: 40px;
	font-weight: bolder;
	color: #EEE;
}

.logo a:hover {
	color: #FFF;
}



.faq .card {
    border: none;
    margin-bottom: 5px;
}

.faq .card .card-header {
    background: #f1f6f7;
    padding: 5px;
    margin-bottom: 0;
    border-bottom: none;
}

.faq .card-header:hover {
    background: #ecf0f0;
}

.faq .card-header h2 span {
    float: left;
    margin-top: 10px;
}

.faq .card-header .btn {
    color: #222;
    font-size: 15px;
    width: 100%;
    text-align: left;
    position: relative;
    top: -2px;
    font-weight: 500;
    
    white-space: pre-wrap;       /* css-3 */
      white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
      white-space: -pre-wrap;      /* Opera 4-6 */
      white-space: -o-pre-wrap;    /* Opera 7 */
      word-wrap: break-word; 
}

.faq .card-header i {
    float: right;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: 5px;
}

.faq .card-header .btn:hover {
    color: #35589f;
}

.faq .card-body {
    color: #324353;
    text-align: justify;
    border-top: 1px solid #eceded;
    padding: 20px 0px;
}

.page-title {
    text-align: center;
    margin: 2rem 0;
    font-family: "Roboto", sans-serif;
    position: relative;
}

.page-title::after {
    content: "";
    width: 100px;
    position: absolute;
    margin: 0 auto;
    height: 4px;
    border-radius: 1px;
    background: #3659a2;
    left: 0;
    right: 0;
    bottom: -15px;
}

.sec-title {
    font-size: 22px;
    margin-bottom: 20px!important;
}


/*-- Info --*/
.Mt10{
	margin-top: 30px;
}
.Mt7{
    	margin-top:60px;
}
.h2data {
    
    color:#333;
    font-size:15px;
    font-weight:normal;
}
.info {
	width: 40%;
	float: left;
	padding-top: 20px;
}

.info .email,
.info .phone {
	width: 50%;
	float: left;
}

.info p {
	color: #EEE;
	font-size: 13px;
}

.info a {
	color: #FFF;
}

.info a:hover {
	color: #009688;
}

.info span.glyphicon {
	margin-right: 5px;
}

.navbar-brand {
	line-height: 0px !important;
}

.navbar-brand {
	float: none;
}

nav.linkEffects.linkHoverEffect_12 ul {
	margin-top: 6px;
}

.span-call{
        font-size:18px;
    }
/*-- //Info --*/


/*-- //top-bar-w3-agile --*/


/*-- Slider --*/

#slider {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}

.rslides_tabs {
	list-style: none;
	padding: 0;
	background: rgba(0, 0, 0, .25);
	box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
	-moz-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
	font-size: 18px;
	list-style: none;
	margin: 0 auto 50px;
	max-width: 540px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}

.rslides_tabs a {
	width: auto;
	line-height: 20px;
	padding: 9px 20px;
	height: auto;
	background: transparent;
	display: inline;
}

.rslides_tabs li:first-child {
	margin-left: 0;
}

.rslides_tabs .rslides_here a {
	background: rgba(255, 255, 255, .1);
	color: #fff;
	font-weight: bold;
}

.events {
	list-style: none;
}

.callbacks_container {
	position: relative;
	float: none;
	text-align: center;
	width: 100%;
}

.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.callbacks li {
	position: absolute;
	left: 0;
	top: 0;
}

.slider-img-transport.one {
	background: url(../images/a3.jpg)no-repeat fixed;
	background-size:cover;
}

.slider-img-transport.two {
	background: url(../images/a2.jpg)no-repeat fixed;
}

.slider-img-transport.three {
	background: url(../images/a3.jpg)no-repeat fixed;
}

.slider-img-transport.one,
.slider-img-transport.two,
.slider-img-transport.three {
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height: 850px;
}

.inn-banner {
	background: url(../images/bann1.jpg)no-repeat fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height: 250px;
}

.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}

.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	bottom: 46%;
	left: 0;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	width: 50px;
	height: 50px;
	background: transparent url(../images/arrows.png) no-repeat left top;
}

.callbacks_nav.next {
	left: auto;
	background-position: right top;
	left: 95.5%;
}

.callbacks_nav.prev {
	right: auto;
	background-position: left top;
	left: 22px;
}

.callbacks_nav:active {
	opacity: 1.0;
}

.callbacks2_nav:active {
	opacity: 1.0;
}

#slider-pager a {
	display: inline-block;
}

#slider-pager span {
	float: left;
}

#slider-pager span {
	width: 100px;
	height: 15px;
	background: #fff;
	display: inline-block;
	border-radius: 30em;
	opacity: 0.6;
}

#slider-pager .rslides_here a {
	background: #FFF;
	border-radius: 30em;
	opacity: 1;
}

#slider-pager a {
	padding: 0;
}

#slider-pager li {
	display: inline-block;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	left: 0%;
	top: 0;
	width: 100%;
}

.rslides li {
	position: relative;
	display: block;
	float: none;
}

.rslides img {
	height: auto;
	border: 0;
}

.callbacks_tabs {
	list-style: none;
	position: absolute;
	top: 88%;
	z-index: 99;
	right: 1%;
	padding: 0em 0.6em 1em 0.3em;
	margin: 0;
}

.callbacks_tabs li {
	display: inline-block;
	margin: 0.5em;
}

.callbacks_tabs a {
	visibility: hidden;
}

.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	width: 12px;
	height: 12px;
	display: inline-block;
	background: #fff;
	border: none;
	border-radius: 50%;
	box-shadow: 2px 2px 5px rgb(0, 0, 0);
}

.callbacks_here a:after {
	background: #168eea;
}

.slider-info {
	z-index: 999;
	margin-top: 6%;
}

.slider-info h3 {
	font-size: 3.5em;
	font-weight: 900;
	color: #FFF;
	letter-spacing: 3px;
	line-height: 1.3em;
	text-transform: uppercase;
	margin: 2px 0px 10px;
}

.slider-info p {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	background: rgba(255, 255, 255, 0.2);
	margin: 1em 0 0em;
	padding: 3px 0;
	line-height: 35px;
	letter-spacing: 3px;
}
.top-bar-w3-agile .container-fluid{
	padding-right: 0px;
	padding-left: 0px;
}
.slider-info h4 {
	font-size: 45px;
	color: #b56d10;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-top: 7px;
}

h6 {
	margin: 0 auto;
	z-index: 999;
}

h6 a {
	cursor: pointer;
	font-size: 15px;
	text-transform: uppercase;
}

.slider-top span {
	font-weight: 600;
}

.callbacks_tabs li {
	display: inline-block;
	margin: 0 7px;
}


/*-- header-top --*/

.header-top-agileits {
	padding: 0;
}

.agile_forms {
	float: left;
}

.agile_forms p {
	font-size: 16px;
	letter-spacing: 1px;
	color: #fff;
}

.agile_forms p span.fa {
	font-size: 22px;
	margin-right: 10px;
	color: #ff9800;
}

.top-right-info-w3ls li i {
	color: #333;
	padding-top: 8px;
}

.top-right-info-w3ls li {
	display: inline-block;
	margin: 0px 4px;
	width: 32px;
	height: 32px;
	background: #ff9800;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
	-o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
	-ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}

.top-right-info-w3ls li:hover {
	background: #168eea;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.w3l-social {
	text-align: right;
	padding: 0px;
}

.top-right-info-w3ls {
	text-align: center;
	/* float: right; */
	color: #fff;
}


/*-- header-top --*/


/*-- //Slider --*/

.navbar {
	margin-bottom: 0;
}

.navbar-nav {
	float: left;
}

.navbar-default {
	background: none;
	border-color: #012231;
}

.navbar-default .navbar-brand {
	color: #fff !important;
	/*font-size: 37px;*/
	text-decoration: none;
	margin-top:17px;
	width:56px;
}

a.navbar-brand img {
display: inline-block;
width: 200px;
position: relative;
top: -11px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	padding: 0;
	float: right;
	margin-left: 2em;
}

.navbar-default .navbar-brand:hover {
	color: #fff;
	text-decoration: none;
}

a.navbar-brand span {
	color: #ff9800;
	/* margin-left: 12px; */
}

.navbar {
	position: relative;
	min-height: inherit;
}

.navbar-header {
	margin-top: 0px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #2FD828;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 16px;
}

.navbar-nav>li>a {
	padding-top: 25px;
	padding-bottom: 25px;
}

.navbar-brand {
	height: 0;
	padding: 0;
}

.navbar {
	border-radius: 0px;
	border: none;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a.active {
	color: #EFA52C;
}

.navbar {
	border-radius: 0px;
	border: none;
	padding:13px;
	background: rgb(255 255 255);
	/*border-bottom: 1px ridge rgba(50, 50, 50, 0.57);*/
}

.dropdown-menu {
	background-color: #fff;
	/*min-width: 100% !important;*/
}

.dropdown-menu>li>a {
	padding: 0;
	color: #333;
	text-align: center;
	font-size: 15px;
	text-transform: capitalize;
	letter-spacing: 1px;
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 2em;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	color:#ff9800;
	background-color: transparent;
}


/*-- //nav-bar --*/


/*-- //nav --*/


/* Effect 15: scale down, reveal */

.cl-effect-15 a {
	color: #ff9800;
	font-weight: 300;
	text-shadow: none;
	text-decoration: none;
	font-size: 17px;
	letter-spacing: 2px;
}

.cl-effect-15 a.active::before {
	color: #ff9800;
}

.cl-effect-15 a::before {
	color: #168eea;
	content: attr(data-hover);
	position: absolute;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.cl-effect-15 a:hover::before,
.cl-effect-15 a:focus::before {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0;
}

nav#cl-effect-15 ul li {
	list-style: none;
	display: inline-block;
	padding: 4px;
}


/*-- search --*/

.w3ls_search {
	position: relative;
}

.cd-main-header {
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform;
}

.cd-main-header {
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.cd-main-content.nav-is-visible,
.cd-main-header.nav-is-visible {
	-webkit-transform: translateX(-260px);
	-moz-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	-o-transform: translateX(-260px);
	transform: translateX(-260px);
}

.nav-on-left .cd-main-content.nav-is-visible,
.nav-on-left .cd-main-header.nav-is-visible {
	-webkit-transform: translateX(260px);
	/*-- transport --*/
	-moz-transform: translateX(260px);
	-ms-transform: translateX(260px);
	-o-transform: translateX(260px);
	transform: translateX(260px);
}

.cd-header-buttons {
	position: absolute;
	display: inline-block;
	top: -60px;
	right: 24px;
}

.cd-header-buttons li {
	display: inline-block;
}

.cd-search-trigger,
.cd-nav-trigger {
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	white-space: nowrap;
	color: transparent;
	z-index: 3;
	background: #ff9800;
}

.cd-search-trigger::before,
.cd-search-trigger::after {
	/* search icon */
	content: '';
	position: absolute;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.cd-search-trigger::before {
	top: 11px;
	left: 11px;
	width: 18px;
	height: 18px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	/*-- agileits --*/
	border: 3px solid #fff;
}

.cd-search-trigger::after {
	/* handle */
	height: 3px;
	width: 8px;
	background: #fff;
	bottom: 14px;
	right: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cd-search-trigger span {
	/* container for the X icon */
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.cd-search-trigger span::before,
.cd-search-trigger span::after {
	/* close icon */
	content: '';
	position: absolute;
	display: inline-block;
	height: 3px;
	width: 22px;
	top: 50%;
	margin-top: -2px;
	left: 50%;
	margin-left: -11px;
	background: #fff;
	opacity: 0;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.cd-search-trigger span::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cd-search-trigger span::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.cd-search-trigger.search-is-visible::before,
.cd-search-trigger.search-is-visible::after {
	/* hide search icon */
	-moz-opacity: 0;
	opacity: 0;
}

.cd-search-trigger.search-is-visible span::before,
.cd-search-trigger.search-is-visible span::after {
	/* show close icon */
	-moz-opacity: 1;
	opacity: 1;
}

.cd-search-trigger.search-is-visible span::before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.cd-search-trigger.search-is-visible span::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cd-search {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-search input {
	border-radius: 0;
	border: none;
	background: rgba(0, 0, 0, 0.75);
	width: 100%;
	padding: 0 5%;
	-webkit-box-shadow: inset 0 3px 0 #168eea, 0 3px 6px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 3px 0 #168eea, 0 3px 6px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 3px 0 #168eea, 0 3px 6px rgba(0, 0, 0, 0.05);
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	font-size: 1.2em;
	padding: 1em 2em;
	color: #fff;
	letter-spacing: 1px;
}

.cd-search input::-webkit-input-placeholder {
	color: #fff !important;
}

.cd-search input::-moz-placeholder {
	color: #fff !important;
}

.cd-search input:-moz-placeholder {
	color: #fff !important;
}

.cd-search input:-ms-input-placeholder {
	color: #fff !important;
}

.cd-search input:focus {
	outline: none;
}

.cd-search.is-visible {
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}


/*-- //search --*/

.readmore-w3-agileits a {
	border: 2px solid #ff9800;
	background: #ff9800;
	text-transform: capitalize;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1.5px;
	margin-top: 2em;
	padding: 8px 20px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.readmore-w3-agileits a:hover {
	color: #fff;
	border-color: #168eea;
	background: #168eea;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}


/*--modal--*/

.modal-content img {
	width: 100%;
}

.modal-content h4 {
	color: #000;
	text-align: center;
	font-size: 35px;
	margin-bottom: .5em;
}

.modal-content h5 {
	color: #168eea;
	padding-top: 15px;
	font-size: 26px;
	line-height: 40px;
}

.modal-content p {
	color: #636363;
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 32px;
	padding-top: 10px;
}

.modal-header {
	padding: 0px;
}
.modal-header .close {
  
    margin-top: 15px;
padding-right: 39px;
font-size: 35px;
}

/*--//modal--*/


/*-- //Banner-Slider --*/


/*-- /about --*/

.about {
	position: relative;
}

h3.w3l_head {
	text-align: center;
	color: #111;
	font-size: 3.7em;
	letter-spacing: 2px;
}

h3.w3l_head.three {
	color: #44c7f4;
}

p.para-agileits {
	font-size: 16px;
	color: #777;
	line-height: 1.8em;
}

.banner_bottom_left {
	text-align: left;
	float: right;
	padding: 6em 7em 6em 10em;
	background: #1d1d1d;
}

.banner_bottom_left h3 {
	font-size: 1.3em;
	letter-spacing: 2px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 1em;
	text-transform: capitalize;
}

.banner_bottom_right {
	width: 41%;
	position: absolute;
	z-index: 999;
	top: 33.6%;
	left: 5%;
	box-shadow: 3px 3px 15px rgb(0, 0, 0);
}


/*--Banner form--*/

div#horizontalTab {
	/* position: absolute; */
	/* top: 30em; */
	 /*z-index: 999; */
	 /*width: 50%!important; */
	/* left: 17.5%; */
/*background: rgb(55 177 171);*/
	/* box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.38); */
	/*border-bottom: 2px solid #ff9800;;*/
}


/*--tab-1--*/

.fields input[type="text"],
.fields input[type="email"],
.fields input[type="password"],
.fields .form-control,
textarea {
	padding: 8px 5px !important;
	font-size:13px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	border: none;
	outline: none;
	border: 1px solid #777;
	background: transparent;
	width: 100%;
	color: #525252;
	font-family:  sans-serif;
}

.fields .form-control {
	box-shadow: none!important;
	border-radius: 0!important;
}

textarea {
	resize: none;
	height: 100px!important;
}

.resp-tabs-container a[type="button"] {
	color: #fff;
	letter-spacing: 0.5px;
	font-size: 16px;
	text-align: center;
	text-transform: capitalize;
	margin: 21px auto 0;
	display: block;
	padding: 10px;
	width: 100%;
	border: none;
	outline: none;
	background: #ff9800;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
}

.resp-tabs-container input[type="submit"]:hover {
	background: #ff9800;
	border-color: #ff9800;
	color: #fff;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
}

.tab1 ul {
	margin-top: 20px;
	text-align: left;
	display: block;
}

.fields span {
	font-size: 15px;
	color: #000;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: capitalize;
}


/*--//tab-1--*/


/*--tab-2--*/

form p {
	font-size: 13px;
	text-transform: uppercase;
	color: #777;
	font-weight: 500;
	display: block;
}

.filter-price {
	width: 70%;
	margin: 2em auto 0!important;
	text-align: center;
}

.tab2,
.fields {
	text-align: left;
}


/*-- Slider range --*/
.dropdown a{
    color:#fff;
}

ul.dropdown-menu6,
ul.dropdown-menu5 {
	margin: 0;
	position: relative;
}

ul.dropdown-menu6 li {
	list-style: none;
}

ul.dropdown-menu6 li p {
	width: 100%;
}

span.amount {
	color: #ffffff;
	font-size: 16px;
}

.filter-price input#amount,
.filter-price input#amount1 {
	font-size: 18px;
	outline: none;
	background: none;
	word-spacing: 1em;
	color: #000 !important;
	position: absolute;
	left: 0%;
	top: 10px;
	text-align: center;
	width: 100%;
	padding: 4px 0;
}

ul.dropdown-menu6 li a {
	text-decoration: none;
}

.range,
.range-two {
	padding: 15px 0 22px 0;
	border-bottom: 1px solid #e5e3db;
}

.filter-price h3 {
	color: #1bbde8;
	text-transform: capitalize;
	font-size: 1.2em;
}

 ::-webkit-input-placeholder {
	color: #222;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #222;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #222;
}

:-ms-input-placeholder {
	color: #222;
}


/*-- //Slider range --*/


/*--//tab-2--*/


/*--tab-3--*/


/*--//tab-3--*/


/*--//Banner form--*/


/*-- abut-slider--*/

#slider3,
#slider4,
#slider5 {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}

.rslides_tabs {
	list-style: none;
	padding: 0;
	background: rgba(0, 0, 0, .25);
	box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
	-moz-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
	/*-- transport --*/
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
	font-size: 18px;
	list-style: none;
	margin: 0 auto 50px;
	max-width: 540px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

.rslides_tabs li {
	display: inline;
	margin-right: 1px;
}

.rslides_tabs a {
	width: auto;
	line-height: 20px;
	padding: 9px 20px;
	height: auto;
	background: transparent;
	display: inline;
}

.rslides_tabs li:first-child {
	margin-left: 0;
}

.rslides_tabs .rslides_here a {
	background: rgba(255, 255, 255, .1);
	color: #fff;
	font-weight: bold;
}

.events {
	list-style: none;
}

.callbacks_container {
	position: relative;
	width: 100%;
}

.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.callbacks li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}


/*-- agileits --*/

.callbacks img {
	position: relative;
	z-index: 1;
	height: auto;
	border: 0;
}

.callbacks_nav:active {
	opacity: 1.0;
}

#slider3-pager a,
#slider4-pager a,
#slider5-pager a {
	padding: 0;
}

#slider3-pager li,
#slider4-pager li,
#slider5-pager li {
	display: inline-block;
}

.banner-text1 {
	background: url(../images/a1.jpg) no-repeat 0px 0px;
}

.banner-text2 {
	background: url(../images/a2.jpg) no-repeat 0px 0px;
}

.banner-text3 {
	background: url(../images/a3.jpg) no-repeat 0px 0px;
}

.banner-text1,
.banner-text2,
.banner-text3,
.banner-text4 {
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height: 375px;
}

.banner-text4 {
	background: #fff;
	padding-top: 8px;
}

.banner-text4 iframe {
	width: 100%;
	height: 360px;
	border: none;
}


/*--//about-slider--*/


/*-- //about --*/


/*--sevices-section--*/

.sevices-grid {
	padding: 0px 45px;
}

.sevices-transport,
.blog,
.contact-w3-agileits,
.team,
.gallery,
.about,
.typo {
	padding: 6em 0em;
}

.testimonials {
	padding-bottom: 0em!important;
}

h3.tittle {
	color: #000000;
	font-size: 2.8em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 1.2em;
}

h3.tittle.white {
	color: #ffffff;
}

.sevices-grid span.fa {
	color: rgba(255, 255, 255, 0.28);
	font-size: 2.8em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.sevices-grid span.fa-plane {
	color: #ffcc54;
}

.sevices-grid span.fa-thumbs-up {
	color: #f45d90;
}

.sevices-grid span.fa-users {
	color: #73cc72;
}

.sevices-grid span.fa-briefcase {
	color: #2bc4ff;
}

.sevices-grid span.fa-credit-card-alt {
	color: #6bff9f;
}

.sevices-grid h4 {
	color: #ffffff;
	text-transform: capitalize;
	background: rgba(255, 255, 255, 0.05);
	border-bottom: 3px solid rgba(255, 255, 255, 0.26);
	padding: 10px 20px;
	font-size: 22px;
	margin: 1em 0px .5em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.sevices-grid:hover .icon h4 {
	background: rgba(255, 255, 255, 0);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.sevices-grid:hover .icon span.fa {
	color: #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.sevices-grid p {
	color: #fff;
}

.sevices-grid:nth-child(1),
.sevices-grid:nth-child(2),
.sevices-grid:nth-child(3) {
	margin-bottom: 3em;
}


/*--sevices-bottom-section--*/

.sevices-transport {
	background: #1d1d1d;
	background: url(../images/services-bg1.jpg) no-repeat 0px 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}


/*--sevices-bottom-section--*/


/*--//sevices-section--*/


/*-- blog Section --*/

.blog-grid-w3-agileits {
	margin-bottom: 3em;
}

.blog-grid-w3-agileits:nth-child(4) {
	margin-bottom: 0em!important;
}

.blog-grid-w3-agileits:nth-child(5) {
	margin-bottom: 0px!important;
}

.blog-img1-agileits-transport a {
	background: url(../images/g2.jpg) no-repeat 0px 0px;
}

.blog-img2-agileits-transport a {
	background: url("../images/g5.jpg") no-repeat 0px 0px;
}

.blog-img3-agileits-transport a {
	background: url("../images/g7.jpg") no-repeat 0px 0px;
}

.blog-img1-agileits-transport a,
.blog-img2-agileits-transport a,
.blog-img3-agileits-transport a {
	background-size: cover;
	min-height: 355px;
	display: block;
	padding: 3em 0 0 2em;
}

.blog-info-transport {
	margin-top: 2em;
	padding: 2em 2em 2em;
	text-align: left;
}

.blog-mid {
	text-align: right;
}

.blog-img h6 {
	text-decoration: none;
	color: #ffffff;
	font-size: 23px;
	letter-spacing: 1px;
	margin-bottom: .5em;
	display: block;
	line-height: 30px;
}

.blog-info-transport h5 {
	text-decoration: none;
	font-size: 2em;
	letter-spacing: 2px;
	font-weight: 300;
	text-transform: capitalize;
	color: #168eea;
	display: inline-block;
	margin-bottom: .2em;
}

.blog-img p {
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
}

.blog-img p span {
	color: #168eea;
	font-size: 14px;
	margin-right: 7px;
}

a.blog-more-agile {
	text-decoration: none;
	display: inline-block;
	color: #fff;
	border: 2px solid #ff9800;
	background: #ff9800;
	text-transform: capitalize;
	margin-top: 2em;
	font-size: 16px;
	letter-spacing: 1.5px;
	padding: 8px 20px;
	transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
}

a.blog-more-agile:hover {
	text-decoration: none;
	color: #fff;
	border-color: #168eea;
	background: #168eea;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}


/*--// blog Section --*/


/*-- icons --*/

ul.top-icons.team-icon {
	text-align: center;
	margin-top: 10px;
}

.team-icon li i {
	color: #fff;
	padding-top: 8px;
}

.team-icon li {
	display: inline-block;
	margin: 0px 4px;
	width: 32px;
	height: 32px;
	background: #ff9800;
	/* border-radius: 50%; */
	/* -webkit-border-radius: 50%; */
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
	-o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
	-ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}

.team-icon li:hover {
	background: #168eea;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}


/*-- //icons --*/


/*--gallery--*/

.w3-agileits-gallery-grids.agileits-gallery-grids {
	margin: 2em 0;
}

.w3-agileits-gallery-grids:nth-child(5) {
	float: right;
}

.w3-agileits-gallery-grids a {
	display: block;
	overflow: hidden;
	position: relative;
}

.agile-b-wrapper {
	background: rgba(0, 0, 0, 0.58);
	position: absolute;
	width: 100%;
	height: 0%;
	top: 0;
	left: 0;
	transition: .5s all;
	opacity: 0;
}

.w3-agileits-gallery-grids a:hover .agile-b-wrapper {
	height: 30%;
	opacity: 1;
}

.agile-b-wrapper h5 {
	font-size: 1.7em;
	color: #fff;
	text-align: center;
	margin: 0em auto 0;
	line-height: 3.5em;
	font-weight: 700;
	letter-spacing: 1px;
}


/*--//gallery--*/


/*-- testimonials --*/

.text-image-agileits-transport {
	background: url(../images/test.jpg)no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height: 416px;
}

h4.text {
	background: none;
	font-size: 3em;
	text-align: center;
	color: #fff;
	text-transform: none;
	margin: 3% auto 0;
	width: 74%;
}

.img-agile img {
	width: 100px;
}

.test-monials h5 {
	font-size: 20px;
	text-align: right;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: none;
	margin: 1em 0 .5em;
}

.test-monials h5 span {
	font-size: 14px;
	font-weight: 600;
	color: #191919;
	text-transform: capitalize;
}

.test-review p {
	font-size: 16px;
	line-height: 2em;
	margin: 1em 0 0;
	padding: 0px;
	text-align: right;
	letter-spacing: 1px;
	color: #eee;
}

.test-review img {
	margin-left: 10px;
	border-radius: 10%;
	-webkit-border-radius: 10%;
	-moz-border-radius: 10%;
	-ms-border-radius: 10%;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
	-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
	-o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
	-ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
}

.img-agile {
	float: left;
}

.test-review p img {
	margin: 0 10px!important;
	box-shadow: none;
}

.sreen-gallery-cursual {
	padding: 5em 8em;
	background: #168eea;
}

.testi-right-agileits {
	float: right;
}


/*--// testimonials --*/


/*--contact--*/

.styled-input input[type="text"],
.styled-input input[type="email"],
.contact-w3-agileits form textarea {
	border: none;
	outline: none;
	font-size: 14px;
	letter-spacing: 1px;
	border-top: 3px solid rgba(119, 119, 119, 0.35);
	padding: 10px;
	width: 100%;
	font-family: 'Lato', sans-serif;
}

.contact-w3-agileits form textarea {
	outline: none;
	resize: none;
	height: 100px;
	border-bottom: 4px solid rgba(119, 119, 119, 0.35);
	margin-top: 1em;
}

.styled-input input[type="text"]:hover,
.styled-input input[type="email"]:hover,
.contact-w3-agileits form textarea:hover {
	border-color: #777;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.styled-input {
	float: left;
	width: 32%;
}

.styled-input:nth-child(2) {
	margin: 0 2%;
}

.contact-w3-agileits input[type="submit"] {
	border: none;
	outline: none;
	color: #fff;
	background: #ff9800;
	border: 3px solid #ff9800;
	font-size: 18px;
	margin: 0 auto;
	display: block;
	margin-top: 1.3em;
	padding: 0.5em 4em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
}

.contact-w3-agileits input[type="submit"]:hover {
	background: #168eea;
	border: 3px solid #168eea;
	color: #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.loc-left-w3ls h4 {
	color: #168eea;
	margin-bottom: 10px;
	font-size: 18px;
	letter-spacing: 1px;
}

.loc-left-w3ls p {
	color: #777;
	font-size: 14.5px;
	letter-spacing: .6px;
	margin-bottom: 6px;
}

.loc-left-w3ls p:nth-child(5) {
	color: #000!important;
}

.loc-left-w3ls p a {
	text-decoration: none;
	color: #ff9800;
}

.addresses-w3ls {
	margin-top: 5em;
}

.loc-left-w3ls {
	text-align: center;
}


/*--//contact--*/


/*-- footer --*/
.nav-w3ls li{

	list-style-type: none;
	color: #fff;
}
.nav-w3ls li a{
font-size:16px;

	color: #000;
}
.reach-wthree {
	background: #1d1d1d;
	padding: 2em 0;
}

.reach-wthree h3 {
	float: left;
	font-size: 2.5em;
	font-weight: 800;
	color: #fff;
	margin-top: 0.7em;
}

.reach-right-agileits-transport {
	float: right;
	text-align: right;
}

.reach-right-agileits-transport p {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 26px;
	color: #999;
}

.reach-right-agileits-transport h6 {
	color: #fff;
	font-size: 20px;
	letter-spacing: 2px;
	margin-top: 1em;
}

.reach-right-agileits-transport h6 span {
	color: #168eea;
	margin-right: 10px;
}

.map-w3-agileits {
	padding: 1em 1em .7em;
	background: #2f2f2f;
}

.map-w3-agileits iframe {
	width: 100%;
	height: 400px;
	border: none;
}

.w3l_footer_agileinfo {
	background: rgb(239 239 239);
	padding:14px;
	border-top: 1px ridge rgba(50, 50, 50, 0.57);
	border-bottom: 1px ridge rgba(50, 50, 50, 0.57);
}

.mailadd-w3ls {
	text-align: left;
	padding: 0;
}

.mailadd-w3ls p {
	font-size: 20px;
	letter-spacing: 1px;
}

.mailadd-w3ls p span {
	font-size: 1.3em;
	color: #ff9800;
	letter-spacing: 1px;
	margin-right: 10px;
}

.mailadd-w3ls p a {
	font-size: 16px;
	color: #fff;
	letter-spacing: 2px;
}

.botttom-nav-agileits ul.nav-w3ls {
	text-align: center;
	margin-top: 5px;
}

.botttom-nav-agileits ul.nav-w3ls li {
	list-style: none;
	display: inline-block;
	margin: 0px 3px;
}

.botttom-nav-agileits ul.nav-w3ls li a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
	letter-spacing: 1px;
}

.botttom-nav-agileits ul.nav-w3ls li:hover a {
	color: #168eea;
}

.copy h2 {
	float: left;
}

.copy h2 a {
	color: #ff9800;

	font-size: 1.3em;
	letter-spacing: 1.5px;
	text-transform: capitalize;
	text-decoration: none;
}

.copy h2 a:hover,
.copy h2 a:focus {
	text-decoration: none;
	outline: none;
}

.copy h2 a span {
	color: #fff;
}


/*-- //Footer --*/


/*--copy-right--*/

.copy {
	text-align: center;
	padding: 1em 0;
	background: #1d1d1d;
}

.copy p {
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	float: right;
	margin-top:5px;
	margin-bottom:5px;
}

.copy p a {
	color: #168eea;
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.copy p a:hover {
	color: #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}


/*--//copy-right--*/


/*--//footer--*/


/*--Typography--*/

.well {
	font-weight: 300;
	font-size: 14px;
}

.list-group-item {
	font-weight: 400;
	font-size: 14px;
}

li.list-group-item1 {
	font-size: 14px;
	font-weight: 300;
}

.typo p {
	margin: 0;
	font-size: 14px;
	font-weight: 300;
}

.show-grid [class^=col-] {
	background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}

.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}

.grid_3 {
	margin-bottom: 2em;
}

.xs h3,
h3.m_1 {
	color: #000;
	font-size: 1.7em;
	font-weight: 300;
	margin-bottom: 1em;
}

.grid_3 p {
	color: #999;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}

.grid_4 {
	background: none;
	/*margin-top:50px;*/
}

.label {
	font-weight: 300 !important;
	border-radius: 4px;
}

.grid_5 {
	background: none;
	/*padding:2em 0;*/
}

.grid_5 h3,
.grid_5 h2,
.grid_5 h1,
.grid_5 h4,
.grid_5 h5,
h3.hdg,
h3.bars {
	margin-bottom: 1em;
	color: #1abc9c;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	border-top: none !important;
}

.tab-content>.active {
	display: block;
	visibility: visible;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 0;
}

.badge-primary {
	background-color: #03a9f4;
}

.badge-success {
	background-color: #8bc34a;
}

.badge-warning {
	background-color: #ffc107;
}

.badge-danger {
	background-color: #e51c23;
}

.grid_3 p {
	line-height: 2em;
	color: #888;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: 300;
}

.bs-docs-example {
	margin: 1em 0;
}

section#tables p {
	margin-top: 1em;
}

.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}

.table td,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 15px!important;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	font-size: 0.9em;
	color: #999;
	border-top: none !important;
}

.tab-content>.active {
	display: block;
	visibility: visible;
}

.label {
	font-weight: 300 !important;
}

.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}

.nav-tabs {
	margin-bottom: 1em;
}

.alert {
	font-size: 0.85em;
}

h1.t-button,
h2.t-button,
h3.t-button,
h4.t-button,
h5.t-button {
	line-height: 1.8em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

li.list-group-item1 {
	line-height: 2.5em;
}

.input-group {
	margin-bottom: 20px;
}

.in-gp-tl {
	padding: 0;
}

.in-gp-tb {
	padding-right: 0;
}

.list-group {
	margin-bottom: 48px;
}

ol {
	margin-bottom: 44px;
}

h2.typoh2 {
	margin: 0 0 10px;
}

/*---------------------------------
    Testimonial page css
----------------------------------*/
.breadcrumb-area {
    padding: 60px 0px;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/header-jest.jpg);
    background-position: center center;
    background-size: cover;
}

.breadcrumb-area .breadcrumb-inner h3 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
}

.breadcrumb-area .breadcrumb-inner p a {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.breadcrumb-area .breadcrumb-inner p {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.testi {
    margin: 0 20px 20px;
}

.testi .testi-content {
    padding: 35px 25px 35px 50px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #f0f0f0;
    position: relative;
}

.testi .testi-content:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}

.testi-content .testi-icon {
    width: 50px;
    height: 45px;
    background: #1eacc7;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}

.testi-content .testi-icon:before {
    content: "";
    border-bottom: 16px solid #1eacc7;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}

.testi .description {
    font-size: 14px;
    font-style: italic;
    color: #555;
    line-height: 23px;
    margin: 0;
}

.testi .title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #525252;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}

.testi .post {
    display: block;
    font-size: 14px;
    color: #ff4242;
}

.testi .user-info {
    margin-top: 15px;
    text-align: right;
}

@media (min-width:768px) {
    .navbar-nav{
        padding-right:50px;
    }
    .is-fixed .navbar{
        padding:22px!important;
    }
}
@media (max-width:767px) {
   
    .is-fixed .navbar {
        padding: 10px!important;
    }
    .navbar-nav {
        /*width: 100%!important;*/
        width:auto;
        margin-top:0px!important;
    }
    .navbar {
        padding: 0px!important;
    }
    .menu {
        padding: 5px 10px!important;
    }
    .header-area .main-menu .navbar-brand img {
        width: 120px!important;
        margin-top: -26px;
    }
    
    .header-address a span {
        margin-right: 15px!important;
    }
    
    .btn-login {
        background-color: #fff;
        outline: none;
        color: #154341!important;
        font-size: 17px!important;
        height: auto;
        font-weight: normal;
        padding: 6px 12px!important;
        text-transform: uppercase;
        border-color: #ff9800;
        margin-top: 4px;
        border-radius: 36px;
        /* width: 120px; */
    }
    
    .mb-hide{
        display:none;
    }
     .pg-detail p{
         text-align:justify;
     }
    
    .no-pad2{
        padding-left:0px!important;
        padding-right:0px!important;
    }
    
      .Mt7{
        margin-top:22% !important;
    }

	.grid_5 {
		padding: 0 0 1em;
	}
	.grid_3 {
		margin-bottom: 0em;
	}
	.myheading h1
	{
	    font-size:30px !important;  
	}
}

@media (max-width:480px) {
    
    .myheading h1
	{
	    font-size:19px !important;  
	}
}

@media (max-width:640px) {
    .Mt7{
        margin-top:12%;
    }
    .Mt10{
        margin-top:12%;
    }
	h
	h1,
	.h1,
	h2,
	.h2,
	h3,
	.h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.grid_5 h3,
	.grid_5 h2,
	.grid_5 h1,
	.grid_5 h4,
	.grid_5 h5,
	h3.hdg,
	h3.bars {
		margin-bottom: .5em;
	}
	.progress {
		height: 10px;
		margin-bottom: 10px;
	}
	ol.breadcrumb li,
	.grid_3 p,
	ul.list-group li,
	li.list-group-item1 {
		font-size: 14px;
	}
	.breadcrumb {
		margin-bottom: 10px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
	.label {
		font-size: 60%;
	}
}
@media screen and (max-width: 600px) {
.cab-row .cab-icon {
    text-align: center;
    vertical-align: middle;
    vertical-align: middle;
    padding: 23px 10px !important;
    border-right: 1px #ddd solid;
}
.right-data{
	border: none;
	text-align: center;

padding: 12px;
}
}
@media (max-width:480px) {

.right-border{
	border-right: none!important;
}
	.cab-details ul > li {
   
    width:0%;
}

.modal-123{
	width: 95%!important;
}
.right-data{
	border: none;
	text-align: center;

padding:26px 0;
}
.h2data{
	font-size: 13px;
color: #333;
text-transform: uppercase;
/*font-weight:700;*/
}
.bag {
	background-image: url("../images/b3.png");
	 background-size: cover;  

    height: 25px!important;
    width:25px!important;
    display: block;

}
.ac {

    background-image: url("../images/b1.png");
    background-size: cover;
    height: 25px!important;
    width:25px!important;
    display: block;

}
.cab-row .cab-icon {
    text-align: center;
    vertical-align: middle;
    vertical-align: middle;
    padding: 8px 1px !important;
    border-right: 1px #ddd solid;
}
.pessanger {

    background-image: url("../images/b2.png");
    background-size: cover;
    height: 25px!important;
    width: 25px!important;
    display: block;

}
.cab-details ul {

   margin-bottom: 1px!important;

padding: 0px !important;
    border-bottom: 1px #ddd solid;

}
.cab-details ul > li {

    color: #7e7e7e;
  font-size: 10px !important;
    list-style: none;
    text-align: center;

}
.cab-row .cab-icon span.head {

    display: block;
    margin: 1px 0 0;
    font-size: 12px!important;
    font-weight: bold;

}
	div#horizontalTab{
		width: 100% !important;
	}
	.banner {
		min-height: 405px;
	}
	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.alert,
	p {
		font-size: 14px;
	}
	.pagination {
		margin: 20px 0 0px;
	}
}

@media (max-width:480px) {
    .select-data1{
        font-size:12px !important;
    }
.navbar {
    border-radius: 0px;
    border: none;
    padding: 10px;
    /*background: rgb(247 247 247);*/
    /*border-bottom: 1px ridge rgba(50, 50, 50, 0.57);*/
}
	.cab-details ul > li {
   
    width:0%;
}
/*.select-data{
	display: inline-grid!important;
}*/
.btn-search{
    margin-top:7%;
}
.modal-123{
	width: 95%!important;
}
.right-data{
	border: none;
	text-align: center;

padding: 5px 0;
}
.h2data{
	font-size:9px;
color: #333;
text-transform: uppercase;
}
.bag {
	background-image: url("../images/b3.png");
	 background-size: cover;  

    height: 26px!important;
    width:26px!important;
    display: block;

}
.ac {

    background-image: url("../images/b1.png");
    background-size: cover;
    height: 26px!important;
    width:26px!important;
    display: block;

}
	.non_ac {
    background-image: url("/images/non_ac.png");
    background-size: cover;
    height: 26px!important;
    width:26px!important;
    display: block;
}
.cab-row .cab-icon {
    text-align: center;
    vertical-align: middle;
    vertical-align: middle;
    padding:3px 0px !important;
    border-right: 1px #ddd solid;
}
.pessanger {

    background-image: url("../images/b2.png");
    background-size: cover;
    height: 26px!important;
    width: 26px!important;
    display: block;

}
.cab-details ul {

   margin-bottom: 1px!important;

padding: 0px !important;
    border-bottom: 1px #ddd solid;

}
.cab-details ul > li {

    color: #7e7e7e;
  font-size: 10px !important;
    list-style: none;
    text-align: center;

}






.cab-row .cab-icon span.head {

    display: block;
    padding-bottom: 12px;
    margin: 0px 0 0!important;
    font-size: 24px!important;
    font-weight: bold;

}

.mt-img{
    margin-top: 0px !important;
}

.resp-tabs-list{

}
	.grid_4 {
		margin-top: 18px;
	}
	h3.title {
		font-size: 1.6em;
	}
	.alert,
	p,
	ol.breadcrumb li,
	.grid_3 p,
	.well,
	ul.list-group li,
	li.list-group-item1,
	a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 14px;
		padding: 5px 11px;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.nav>li>a {
		font-size: 14px;
	}
	table.table.table-striped,
	.table-bordered,
	.bs-docs-example {
		display: block;
	}
}


/*--//Typography --*/


/*-- icons --*/

ul.bs-glyphicons-list li:hover {
	background: #000;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
}

ul.bs-glyphicons-list li:hover span {
	color: #fff;
}

.codes a {
	color: #999;
}

.row.fontawesome-icon-list {
	margin: 0;
}

.icon-box {
	padding: 8px 15px;
	background: rgba(149, 149, 149, 0.18);
	margin: 1em 0 1em 0;
	border: 5px solid #ffffff;
	text-align: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	cursor: pointer;
}

.icon-box:hover {
	background: #000;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
}

.icon-box:hover i.fa {
	color: #fff !important;
}

.icon-box:hover a.agile-icon {
	color: #fff !important;
}

.codes .bs-glyphicons li {
	float: left;
	width: 12.5%;
	height: 115px;
	padding: 10px;
	line-height: 1.4;
	text-align: center;
	font-size: 15px;
	list-style-type: none;
}

.codes .bs-glyphicons .glyphicon {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 24px;
}

.codes .glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #777;
}

.codes .bs-glyphicons .glyphicon-class {
	display: block;
	text-align: center;
	word-wrap: break-word;
}

h3.icon-subheading,
.grid_5 h3:nth-child(1),
.grid_5 h2:nth-child(1),
.grid_5 h1:nth-child(1),
.grid_5 h4:nth-child(1),
.grid_5 h5:nth-child(1),
h3.hdg,
h3.bars {
	font-size: 35px;
	color: #ff9800;
	margin: 30px 0 15px;
	font-weight: bold;
}

h3.agileits-icons-title {
	/*text-align: center;*/
	/* font-size: 29px;*/
	/* color: #222;*/
	/*font-weight: 300;*/
}

.icons a {
	color: #999;
}

.icon-box i {
	margin-right: 10px !important;
	font-size: 20px !important;
	color: #282a2b !important;
}

.bs-glyphicons li {
	float: left;
	width: 18%;
	height: 115px;
	padding: 10px;
	line-height: 1.4;
	text-align: center;
	font-size: 12px;
	list-style-type: none;
	background: rgba(149, 149, 149, 0.18);
	margin: 1%;
	cursor: pointer;
}

.bs-glyphicons .glyphicon {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 24px;
	color: #282a2b;
}

.bs-glyphicons.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #777;
}

.bs-glyphicons .glyphicon-class {
	display: block;
	text-align: center;
	word-wrap: break-word;
}

@media (max-width:1080px) {
	.icon-box {
		width: 33.33%;
	}
}

@media (max-width:991px) {
	h3.agileits-icons-title {
		font-size: 28px;
	}
	h3.icon-subheading {
		font-size: 22px;
	}
	.icon-box {
		width: 50%;
	}
}

@media (max-width:768px) {

	h3.agileits-icons-title {
		font-size: 28px;
	}
	h3.icon-subheading {
		font-size: 25px;
	}
	.row {
		margin-right: 0;
		margin-left: 0;
	}
	.icon-box {
		margin: 0;
		float: left;
	}
}

@media (max-width: 640px) {
    	.non_ac {
    background-image: url("/images/non_ac.png");
    background-size: cover;
    height: 26px!important;
    width:26px!important;
    display: block;
}
	.icon-box {
		float: left;
		width: 50%;
	}
	h3.icon-subheading {
		font-size: 22px;
	}
	/*.grid_3.grid_4.w3_agileits_icons_page {
		margin-top: 25px;
	}*/
}

@media (max-width: 480px) {
	.bs-glyphicons li {
		width: 31%;
	}
	.icon-box {
		float: none;
		width: 100%;
	}
}

@media (max-width: 414px) {
	h3.agileits-icons-title {
		font-size: 23px;
	}
	h3.icon-subheading {
		font-size: 18px;
	}
	.bs-glyphicons li {
		width: 31.33%;
	}
}

@media (max-width: 384px) {
	.icon-box {
		float: none;
		width: 100%;
	}
}

@media (max-width: 375px) {
	.w3_agileits_icons_page {
		/*margin: 25px 0 0 !important;*/
	}
}


/*-- //icons --*/


/*-- to-top --*/

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 35px;
	right: 2.3%;
	overflow: hidden;
	z-index: 999;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/arr.png") no-repeat 0px 0px;
}

#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}


/*-- //to-top --*/


/*--responsive--*/

@media(max-width:1440px) {
	.callbacks_nav.next {
		left: 95%;
	}
	.slider-info h3 {
		font-size: 3em;
		letter-spacing: 5px;
	}
	.slider-info {
		margin-top: 24%;
	}
	.slider-img-transport.one,
	.slider-img-transport.two,
	.slider-img-transport.three {
		min-height:800px;
	}
}

@media(max-width:1366px) {
	.banner_bottom_left {
		padding: 6em 6em 6em 7em;
	}
	h3.tittle {
		font-size: 2.6em;
		margin-bottom: 1em;
	}
	.sevices-transport,
	.blog,
	.contact-w3-agileits,
	.team,
	.gallery,
	.about,
	.typo {
		padding: 5em 0em;
	}
	.w3_agile_team_grid_info h3 {
		font-size: 1.3em;
		letter-spacing: 1px;
	}
}

@media(max-width:1280px) {
	.callbacks_nav.next {
		left: 94.3%;
	}
	.sreen-gallery-cursual {
		padding: 4em 5em;
	}
	.text-image-agileits-transport {
		min-height: 385px;
	}
	.reach-wthree h3 {
		font-size: 2.4em;
		margin-top: 0.6em;
	}
	.reach-right-agileits-transport h6 {
		font-size: 19px;
		margin-top: 0.8em;
	}
}

@media(max-width:1080px) {
	.slider-info h3 {
		letter-spacing: 4px;
	}
	.slider-img-transport.one,
	.slider-img-transport.two,
	.slider-img-transport.three {
		min-height: 580px;
	}
	.callbacks_nav.prev,
	.callbacks_nav.next {
		background-size: 85px;
		width: 41px;
		height: 41px;
	}
	.callbacks_nav.prev {
		left: 15px;
	}
	.callbacks_nav.next {
		left: 94.7%;
	}
	.modal-content h5 {
		font-size: 24px;
		line-height: 35px;
	}
	.modal-content p {
		font-size: 16px;
		line-height: 28px;
	}
	.resp-tabs-list li {
		padding: 10px 10px;
		/*display: inline-flex;*/
	}
	.banner-text1,
	.banner-text2,
	.banner-text3,
	.banner-text4 {
		min-height: 300px;
	}
	.banner-text4 iframe {
		height: 280px;
	}
	.banner_bottom_left {
		padding: 4em 3em 4em 5em;
	}
	.banner_bottom_right {
		top: 36.6%;
	}
	.readmore-w3-agileits a {
		font-size: 15px;
		margin-top: 1.6em;
		padding: 5px 20px;
	}
	.sevices-grid h4 {
		font-size: 19px;
	}
	.blog-info-transport h5 {
		font-size: 1.9em;
	}
	.agile-b-wrapper h5 {
		font-size: 1.5em;
		line-height: 3.2em;
	}
	.copy h2 a {
		font-size: 1.1em;
		letter-spacing: 1px;
	}
	.mailadd-w3ls p span {
		font-size: 1em;
	}
}

@media(max-width:1050px) {
	.sreen-gallery-cursual {
		padding: 3em 5em;
	}
	.slider-info h3 {
		letter-spacing: 4px;
		font-size: 2.5em;
		line-height: 1.5em;
	}
	.slider-img-transport.one,
	.slider-img-transport.two,
	.slider-img-transport.three {
		min-height: 565px;
	}
	.sevices-grid {
		padding: 0px 30px;
	}
	.sevices-grid:nth-child(1),
	.sevices-grid:nth-child(2),
	.sevices-grid:nth-child(3) {
		margin-bottom: 2em;
	}
	.sevices-grid span.fa {
		font-size: 2.5em;
	}
	.callbacks_tabs {
		top: 85%;
	}
	.map-w3-agileits iframe {
		height: 320px;
	}
	.banner_bottom_left h3 {
		font-size: 1.3em;
		line-height: 33px;
		margin-bottom: 0.5em;
	}
}

@media(max-width:1024px) {}

@media(max-width:991px) {
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		margin-left: 1em;
	}
	.cl-effect-15 a {
		font-size: 16px;
	}
	nav#cl-effect-15 ul li {
		/*padding: 10px 10px;*/
	
	}
	.cd-search input {
		font-size: 1em;
		padding: 0.7em 1.5em;
	}
	.slider-info {
		margin-top: 32%;
	}
	.slider-info h3 {
		letter-spacing: 2px;
		line-height: 1.3em;
	}
	.slider-img-transport.one,
	.slider-img-transport.two,
	.slider-img-transport.three {
		min-height: 550px;
	}
	.callbacks_nav {
		bottom: 43%;
	}
	.callbacks_nav.next {
		left: 94.5%;
	}
	h3.tittle {
		font-size: 2.5em;
		margin-bottom: 0.8em;
	}
	.sevices-transport,
	.blog,
	.contact-w3-agileits,
	.team,
	.gallery,
	.about,
	.typo {
		padding: 4.2em 0em;
	}
	.addresses-w3ls {
		margin-top: 4.2em;
	}
	.banner_bottom_right {
		width: 100%;
		position: initial;
	}
	.banner-text1,
	.banner-text2,
	.banner-text3,
	.banner-text4 {
		min-height: 350px;
	}
	.banner-text4 iframe {
		height: 335px;
	}
	.banner_bottom_left {
		padding: 4.2em 3em;
	}
	.about {
		padding-bottom: 0!important;
	}
	.sevices-grid {
		padding: 0px 15px;
		width: 70%;
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	.resp-tab-content {
		padding: 1.5em 2em;
	}
	.sevices-grid:nth-child(1),
	.sevices-grid:nth-child(2),
	.sevices-grid:nth-child(3),
	.sevices-grid:nth-child(4) {
		margin-bottom: 2em;
	}
	.blog-info-transport {
		margin-top: 0em;
		padding: 2em 2em 0em;
	}
	.blog-mid {
		padding-bottom: 2em;
	}
	.blog-grid-w3-agileits {
		margin-bottom: 0em;
	}
	.blog-grid-w3-agileits:nth-child(3) {
		margin-bottom: 3em;
	}
	.text-image-agileits-transport {
		min-height: 280px;
	}
/* 	.mailadd-w3ls,
	.botttom-nav-agileits,
	.w3l-social {
		width: 100%;
		float: none;
		text-align: center;
	} */
	.w3l-social .top-right-info-w3ls {
		/* float: none; */
		text-align: center;
	}
	.botttom-nav-agileits {
		margin: 1.3em 0;
	}
	.w3-agileits-gallery-grids {
		width: 50%;
		float: left;
		padding: 0 .5em;
	}
	.w3-agileits-gallery-grids.gallery-two {
		width: 100%;
		padding: 0 .5em;
		margin: 1em 0 0 0;
	}
	.w3-agileits-gallery-grids:nth-child(6) {
		padding-bottom: 0 !important;
	}
	.w3-agileits-gallery-grids:nth-child(5),
	.w3-agileits-gallery-grids:nth-child(8),
	.w3-agileits-gallery-grids:nth-child(9) {
		margin: 1em 0;
	}
	.w3-agileits-gallery-grids.agileits-gallery-grids {
		margin: 1em 0 0 0;
	}
	.w3-agileits-gallery-grids a img {
		width: 100%;
	}
	.w3-agileits-gallery-grids a:hover .agile-b-wrapper {
		height: 18%;
	}
	.inn-banner {
		min-height: 210px;
	}
}

@media(max-width:900px) {}

@media(max-width:800px) {
	.slider-info h3 {
		font-size: 2.3em;
	}
	.callbacks_nav.next {
		left: 93%;
	}
	.slider-info {
		margin-top: 28%;
	}
	.slider-info {
		margin-top: 28%;
	}
	h3.tittle {
		font-size: 2.3em;
		letter-spacing: 1.5px;
	}
	.sevices-transport,
	.blog,
	.contact-w3-agileits,
	.team,
	.gallery,
	.about,
	.typo {
		padding: 3.5em 0em;
	}
	.addresses-w3ls {
		margin-top: 3.5em;
	}
	.banner_bottom_left {
		padding: 3.5em 2em;
	}
	a.blog-more-agile {
		margin-top: 1em;
		font-size: 15px;
		letter-spacing: 1px;
		padding: 6px 18px;
	}
	.blog-info-transport h5 {
		font-size: 1.8em;
	}
	.blog-img1-agileits-transport a,
	.blog-img2-agileits-transport a,
	.blog-img3-agileits-transport a {
		min-height: 270px;
		padding: 2em 0 0 2em;
	}
	.blog-img h6 {
		font-size: 20px;
		margin-bottom: .3em;
		line-height: 30px;
	}
	.sreen-gallery-cursual {
		padding: 3em 3em;
	}
	.reach-right-agileits-transport p {
		font-size: 14px;
	}
	.reach-right-agileits-transport h6 {
		font-size: 16px;
		margin-top: 0.74em;
	}
	.reach-wthree h3 {
		font-size: 2.2em;
		margin-top: 0.7em;
	}
	.mailadd-w3ls p a {
		font-size: 15px;
	}
	.botttom-nav-agileits ul.nav-w3ls li a {
		font-size: 14.5px;
	}
	#toTop {
		bottom: 40px;
		right: 3.2%;
	}
	.agile_forms p {
		font-size: 15px;
	}
	.map-w3-agileits iframe {
		height: 280px;
	}
	.slider-img-transport.one,
	.slider-img-transport.two,
	.slider-img-transport.three {
		min-height: 490px;
	}
	.blog-grid-w3-agileits:nth-child(3) {
		margin-bottom: 2em;
	}
}

@media(max-width:768px) {
    .Mt7{
        margin-top:9% !important;
    }

	.right-column {
    text-align: center;
    padding: 5px 0;
    border-top: 1px solid #ddd;
}
	div#horizontalTab {
		border-bottom: none;
	}
}

@media(max-width:767px) {
	nav.linkEffects.linkHoverEffect_12 {
		float: none;
	}
	nav.linkEffects.linkHoverEffect_12 ul li {
		display: block;
		margin: 14px auto;
		text-align: center;
	}
	.navbar-collapse.in {
		overflow-y: hidden;
		width: 100%;
	}
	.navbar-collapse.in {
		overflow-y: -webkit-paged-x;
		width: 100%;
	}
	.navbar-default .navbar-brand {
		margin-top: 27px;
	}
	.navbar-header {
		margin-top: 0px;
	}
	.linkHoverEffect_12 a {
		font-size: 16px;
		padding: 10px 15px;
	}
	.top-bar-w3-agile {
		padding: 0px;
		margin-top: 5px;
	}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color: rgba(255, 253, 253, 0.42);
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-default .navbar-toggle {
		border-color: #ff9800;
	}
	.navbar-toggle {
		position: relative;
		float: right;
		padding: 9px 10px;
		margin-top: 2px;
		margin-right: 5px;
		margin-bottom: 0px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		margin-top: 0;
		margin-left: 0;
		float: none;
	}
	nav#cl-effect-15 ul li {
		/*padding: 0px 1px;*/
    width: 100%;
    text-align: center;
    display: inline;
	}
	.navbar-nav .open .dropdown-menu>li>a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 8px 0 0;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff;
	}
	.dropdown-menu {
		position: absolute;
		top: 100%;
		left: 35%;
		padding: 5px 0 0;
	}
	.cd-header-buttons {
		top: -58px;
		right: 13px;
	}
	.readmore-w3-agileits a {
		left: 32.7em;
	}
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border-color: transparent;
	}
	.addresses-w3ls {
		margin-top: 2.5em;
	}
	.loc-left-w3ls:nth-child(2) {
		margin: 1.5em 0;
	}
	.contact-w3-agileits input[type="submit"] {
		margin-top: 0.8em;
	}
	.callbacks_nav.next {
		left: 92.8%;
	}
}

@media(max-width:736px) {
	.slider-img-transport.one,
	.slider-img-transport.two,
	.slider-img-transport.three {
		min-height: 465px;
	}
	.slider-info h3 {
		letter-spacing: 1px;
	}
	.callbacks_nav {
		bottom: 40%;
	}
	.slider-info p {
		padding: 0px 0;
	}
	.inn-banner {
		min-height: 190px;
	}
	.callbacks_nav.next {
		left: 92.5%;
	}
}

@media(max-width:667px) {
	.slider-info h3 {
		font-size: 2em;
		line-height: 1.4em;
	}
	.slider-img-transport.one,
	.slider-img-transport.two,
	.slider-img-transport.three {
		min-height: 425px;
	}
	.callbacks_nav.next {
		left: 91.5%;
	}
	.slider-info p {
		letter-spacing: 2px;
	}
	.resp-tab-content {
		padding: 1.5em 0.5em;
	}
	.sevices-grid {
		width: 100%;
	}
	.sreen-gallery-cursual {
		padding: 2.8em 0em;
	}
	.copy h2 {
		float: none;
	}
	.copy p {
		float: none;
	}
	.copy {
		padding: 1.4em 0;
	}
	.sevices-transport,
	.blog,
	.contact-w3-agileits,
	.team,
	.gallery,
	.about,
	.typo {
		padding: 3em 0em;
	}
	.banner_bottom_left {
		padding: 3em 2em;
	}
	h3.tittle {
		margin-bottom: 0.7em;
	}
}

@media(max-width:640px) {


}

@media(max-width:600px) {
    a.navbar-brand img {
    display: inline-block;
    /*width:50px;*/
    margin-top: 6px;
top: -35px;
right: 6px;
}
	.slider-info h3 {
		font-size: 1.8em;
	}
	.slider-info {
		margin-top: 32%;
	}
	.callbacks_nav.prev,
	.callbacks_nav.next {
		background-size: 63px;
		width: 31px;
		height: 31px;
	}
	.callbacks_nav.next {
		left: 92.5%;
	}
	.modal-content p {
		font-size: 14px;
	}
	.modal-content h5 {
		font-size: 22px;
		line-height: 28px;
	}
	.navbar-default .navbar-brand {
		font-size:13px;
	}
	.reach-wthree h3 {
		font-size: 2em;
		letter-spacing: 1px;
		margin-top: 0.7em;
	}
	.test-review p {
		font-size: 14px;
	}
	.loc-left-w3ls p {
		font-size: 14px;
		letter-spacing: 1px;
	}
	.agile-b-wrapper h5 {
		line-height: 2.7em;
	}
	p.para-agileits {
		font-size: 14px;
		letter-spacing: 1px;
	}
	.dropdown-menu {
		left: 29%;
	}
	.fields input[type="text"],
	.fields input[type="email"],
	.fields input[type="password"],
	.fields .form-control,
	textarea {
		font-size: 12px;
		    letter-spacing: 0px;

	}
	.fields span {
		font-size: 18px;
		font-weight: 900;
	}
	.select-data1{
	    
	    font-size: 12px;
		    letter-spacing: 0px!important;

	}
}

@media(max-width:568px) {
	.slider-img-transport.one,
	.slider-img-transport.two,
	.slider-img-transport.three {
		min-height: 400px;
	}
	.callbacks_nav.next {
		left: 92%;
	}
	.agile-b-wrapper h5 {
		line-height: 2.3em;
	}
	.agile-b-wrapper h5 {
		line-height: 2.7em;
		font-size: 1.3em;
	}
	h3.tittle {
		font-size: 2.1em;
	}
	.sevices-transport,
	.blog,
	.contact-w3-agileits,
	.team,
	.gallery,
	.about,
	.typo {
		padding: 2.5em 0em;
	}
	.banner_bottom_left {
		padding: 2.5em 2em;
	}
	.styled-input {
		float: none;
		width: 100%;
	}
	.styled-input:nth-child(2) {
		margin: 2% 0;
	}
}

@media(max-width:480px) {
	.agile_forms {
		float: none;
		text-align: center;
		margin-bottom: 0.7em;
	}
	.agile_forms p {
		font-size: 14px;
	}
	.agile_forms p span.fa {
		font-size: 18px;
	}
	.header-top-agileits .top-right-info-w3ls {
		float: none;
	}
	.slider-info {
		margin-top: 5%;
	}
	.slider-info h3 {
		font-size: 1.5em;
	}
	.slider-info p {
		letter-spacing: 1px;
	}
	.slider-img-transport.one,
	.slider-img-transport.two,
	.slider-img-transport.three {
		min-height: 385px;
	}
	.callbacks_nav {
		bottom: 33%;
	}
	.modal-content h4 {
		font-size: 31px;
	}
	.modal-content h5 {
		font-size: 20px;
	}
	.banner-text1,
	.banner-text2,
	.banner-text3,
	.banner-text4 {
		min-height: 240px;
	}
	.banner-text4 iframe {
		height: 227px;
	}
	.banner_bottom_left h3 {
		font-size: 1.2em;
		letter-spacing: 1px;
	}
	h3.tittle {
		font-size: 2em;
		letter-spacing: 1px;
	}
	.resp-tabs-container input[type="submit"] {
		padding: 7px 20px;
	}
	.callbacks_tabs a:after {
		width: 10px;
		height: 10px;
	}
	.callbacks_tabs li {
		margin: 0 4px;
	}
	.blog-info-transport {
		padding: 1em 1em 0em;
	}
	.blog-mid {
		padding-bottom: 1em;
	}
	.text-image-agileits-transport {
		min-height: 200px;
	}
	.sreen-gallery-cursual {
		padding: 2em 0em;
	}
	.blog-grid-w3-agileits:nth-child(3) {
		margin-bottom: 1em;
	}
	.blog-img1-agileits-transport a,
	.blog-img2-agileits-transport a,
	.blog-img3-agileits-transport a {
		min-height: 200px;
		padding: 1em 0 0 1em;
	}
	.blog-img h6 {
		font-size: 16px;
		letter-spacing: 0.8px;
		margin-bottom: .2em;
	}
	.blog-info-transport h5 {
		font-size: 1.6em;
	}
	.blog-img p {
		font-size: 13px;
	}
	.copy p {
		font-size: 13px;
	}
	.w3-agileits-gallery-grids a:hover .agile-b-wrapper {
		height: 23%;
	}
	.reach-wthree h3 {
		float: none;
		font-size: 2em;
		margin: 0 0 0.5em;
		text-align: center;
	}
	.reach-right-agileits-transport {
		float: none;
		text-align: center;
	}
	.dropdown-menu {
		left: 25%;
	}
	.slider-info h3 {
		font-size: 1.4em;
		letter-spacing: 0px;
	}
	.slider-info {
		margin-top: 47.3%;
	}
	.slider-info p {
		letter-spacing: 2px;
		line-height: 25px;
		padding: 0.5em 1em;
	}
	h3.icon-subheading,
	.grid_5 h3:nth-child(1),
	.grid_5 h2:nth-child(1),
	.grid_5 h1:nth-child(1),
	.grid_5 h4:nth-child(1),
	.grid_5 h5:nth-child(1),
	h3.hdg,
	h3.bars {
		font-size: 30px;
	}
}

@media(max-width:440px) {
	.cab-details ul > li {
    color: #7e7e7e;
    font-size: 15px;
    list-style: none;
    display: inline-block;
    text-align: center;
    border-right: 1px #ddd solid;
  width: 48% !important;
padding: 2px !important;

}
.btn.btn-red {
    color: #fff;
    padding: 2px 10px!important;
    border-radius: 2px;
}
.cab-info {
    background:#fff;
   padding: 5px !important;

margin-top: -10px !important;

text-align: justify !important;

border-top: 1px solid #ddd;
}
.price {

  font-size:18px !important;
    margin: 0px;
   color: #3c3a3a;
    display: inline!important;
    font-weight: 700;
/*    padding-right: 20px!important;
*/
}
.border-1{
	border-bottom: 1px solid #ddd!important;
}
.cab-info p{
   
font-size: 10px;
padding: 10px;
}
	div#horizontalTab{
		width: 100% !important;
	}
	.banner {
		min-height: 405px;
	}
	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.alert,
	p {
		font-size: 14px;
	}
	.pagination {
		margin: 20px 0 0px;
	}
	h3.tittle {
		line-height: 1.3em;
		margin-bottom: 0.5em;
	}
	.sevices-transport,
	.blog,
	.contact-w3-agileits,
	.team,
	.gallery,
	.about,
	.typo {
		padding: 2.1em 0em;
	}
	.callbacks_nav.next {
		left: 90%;
	}
	.slider-img-transport.one,
	.slider-img-transport.two,
	.slider-img-transport.three {
		min-height: 411px;
	}
	.callbacks_nav {
		bottom: 39%;
	}
	.copy p {
		line-height: 27px;
	}
	.copy h2 a {
		font-size: 1em;
	}
	.dropdown-menu {
		left: 0%;
	}
}

@media(max-width:414px) {
       .btn-otp {

    margin-top: 0px!important;
    width: 110px;
    height: 35px!important;
    font-size:12px;

}
.radio, .checkbox {

    position: relative;
    display: block;
    margin-top: 0px!important;
    margin-bottom: 10px;

}
    .span-call{
        font-size:18px!important;
    }
    .panel-login input[type="text"], .panel-login input[type="email"], .panel-login input[type="password"]{
        height:30px!important;
    }
    .margin-data{
        margin-top:-22px;
    }
    .margin-data1{
        margin-top:-15px;
    }
    .btn-search{
      margin-top: 0px !important;
      width:120px!important;
	}
	.btn-payment{
      margin-bottom: 5px;
      padding:5px!important;
      font-size:10px!important;
      height:35px!important;
	}
    	.Mt10{
		margin-top: 12%;
	}
		.Mt7{
		margin-top: 12%;
	}
	.callbacks_nav.next {
		left: 88.3%;
	}
	.slider-info h3 {
		font-size: 1.3em;
		letter-spacing: 0.5px;
	}
	.slider-info {
		margin-top:6%;
	}
	.w3_agile_team_grid_info h3 {
		font-size: 1.2em;
	}
	.dropdown-menu {
		left: 19%;
	}
	.agile-b-wrapper h5 {
		font-size: 1.1em;
	}
}

@media(max-width:384px) {
    .form-group {

    margin-bottom: 10px;
    margin-top:3px;

}
.text-heading h2{
    font-size:19px;
    margin-top:-10px;
}
   .btn-otp {

    margin-top: 0px!important;
    width: 110px;
    height: 35px!important;
    font-size:12px;

}
.radio, .checkbox {

    position: relative;
    display: block;
    margin-top: 0px!important;
    margin-bottom: 10px;

}
    .span-call{
        font-size:18px!important;
    }
    .panel-login input[type="text"], .panel-login input[type="email"], .panel-login input[type="password"]{
        height:30px!important;
    }
    .margin-data{
        margin-top:-22px;
    }
    .margin-data1{
        margin-top:-15px;
    }
    .btn-search{
      margin-top:0px !important;
      width:90px!important;
      border-radius: 0px;
	}
	.btn-payment{
      margin-bottom: 5px;
      padding:5px!important;
      font-size:10px!important;
      height:35px!important;
	}
	.Mt10{
		margin-top: 12%;
	}
		.Mt7{
		margin-top: 12%;
	}
	.slider-info h3 {
		font-size: 1.2em;
	}
	.dropdown-menu {
		left: 16%;
	}
	.slider-info {
		margin-top: 11%;
    margin-bottom: 5px;
	}
	.blog-img h6 {
		margin-bottom: .6em;
		line-height: 21px;
	}
	.blog-info-transport h5 {
		font-size: 1.5em;
		letter-spacing: 1px;
	}
	.botttom-nav-agileits ul.nav-w3ls li {
		margin: 0px 10px;
	}
	.copy p {
		line-height: 27px;
		padding: 0 15px;
	}
	h3.tittle {
		letter-spacing: 0.5px;
	}
	.banner_bottom_left {
		padding: 2em 1em;
	}
	.sevices-grid {
		padding: 0px 0px;
	}
	#toTop {
		bottom: 24px;
		right: 5.2%;
		width: 24px;
		height: 24px;
		background-size: 24px;
	}
	.contact-w3-agileits input[type="submit"] {
		font-size: 17px;
		padding: 0.4em 3em;
	}
}

@media(max-width:375px) {
    a.navbar-brand img {
    display: inline-block;
    /*width: 40px;*/
    margin-top: 6px;
    top: -29px;
    right: 6px;
}
	.slider-info h3 {
		line-height: 1.5em;
	}
	.agile-b-wrapper h5 {
		line-height: 2.35em;
	}
}

@media(max-width:320px) {
    a.navbar-brand img {
    display: inline-block;
    /*width: 40px;*/
    margin-top: 6px;
    top: 4px;
    right: 6px;
}
    .Mt10 {
        margin-top:32%;
    }
    .Mt7 {
        margin-top:36%;
    }
	.navbar-toggle {
		margin-top: 0px;
		margin-right: 0px;
	}
	.cd-header-buttons {
		top: -50px;
		right: 15px;
	}
	.navbar {
		padding:15px;
	}
	.dropdown-menu {
		left: 8%;
	}
	.slider-info {
		margin-top: 41.3%;
	}
	.slider-info p {
		letter-spacing: 1px;
		line-height: 23px;
		margin: 0em 0 0em;
	}
	.slider-info h3 {
		font-size: 1em;
		letter-spacing: 0px;
	}
	.readmore-w3-agileits a {
		margin-top: 1em;
	}
	.callbacks_nav {
		bottom: 32%;
	}
	.callbacks_nav.next {
		left: 85.3%;
	}
	h3.tittle {
		margin: 0 0.5em 0.5em;
	}
	.img-agile {
		float: right;
	}
	.img-agile {
		float: none;
	}
	.botttom-nav-agileits ul.nav-w3ls li a {
		font-size: 14px;
	}
	.botttom-nav-agileits ul.nav-w3ls li {
		margin: 0px 5px;
	}
	.agile-b-wrapper h5 {
		line-height: 2.6em;
		font-size: 1em;
	}
	.w3-agileits-gallery-grids a:hover .agile-b-wrapper {
		height: 28%;
	}
	.inn-banner {
		min-height: 225px;
	}
}
.rating { 
  border: none;
  float: left;
  height: 44px;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 3px;
font-size: 1.1em;
font-family: FontAwesome;
display: inline-block;
content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
 color: #e4ad10;
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: none;  } /* 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: none;  } 

.cab-row .cab-icon {
    text-align: center;
    vertical-align: middle;
   vertical-align: middle;
padding: 5px 10px;
    border-right: 1px #ddd solid;


}
.btn12{
	background: #fff;
	border:1px solid #ff9800;
	border-radius: 0px;

}
.select-data{
	background: #fff;
border: 1px solid #ddd;
height: 34px;
}
.mt-img{
    
    margin-top:5px;

}
    
.cab-row{ 
margin-bottom: 10px;
display: table;
width: 100%;
border: 1px #ddd solid;
padding: 0;
box-shadow: 3px 3px 2px 0px #e4dcdc;
}
.cab-row .cab-details, .cab-results .cab-row .cab-details .col-sm-9 {
    padding: 0;
    border-right: 1px solid #dedede;
}
.cab-details .col-md-6 {
    padding: 0;
   }
.cab-details ul {
/*    margin-bottom: 20px;
*/    
padding: 2px;
border-bottom: 1px #ddd solid;
}
.cab-info{
	padding: 9px;
	font-size: 12px;
}
.cars-info{
	font-size: 12px;
}
.cab-row .cab-icon span.head {
    display: block;
    margin: -9px 0 0;
    font-size:24px;
font-weight: bold;
}
.cab-row .cab-icon {
    text-align: center;
}

.cab-row .cab-details > .col-sm-9 {
    border-right: 1px #ddd solid;
}

.cab-results .cab-row ul > li:last-child {
    border-right: none;
}
.cab-details ul > li {
    color: #000;
    font-size: 15px;
    list-style: none;
    display: inline-block;
    text-align: center;
    border-right: 1px #ddd solid;
    width: 24%;
    padding: 15px;
}
 .right-column {
    text-align: center;
    padding: 5px 0;
    /*border-left: 1px solid #ddd;*/
}

.price {
    font-size: 35px;
   margin: 0px 5px 5px;
    color: #333;
}

.btn.btn-red {
  background: #ff9800;
    color: #f5f5f5;
    padding: 5px 46px;
    border-radius: 27px;
    border-color: #ff9800;
}
.cab-details ul > li span {
    margin: 0 auto;
/*font-weight: 700;*/

}
.pessanger {
   background-image:url("../images/b2.png");
    background-size: cover;  

    height: 50px;
    width: 50px;
    display: block;
}


.bag {
	background-image: url("../images/b3.png");
	 background-size: cover;  

    height: 50px;
    width:50px;
    display: block;

}
.ac {
    background-image: url("../images/b1.png");
     background-size: cover;  

    height: 50px;
    width: 50px;
    display: block;
}


   	.non_ac {
    background-image: url("/images/non_ac.png");
    background-size: cover;
    height: 50px;
    width: 50px;
    display: block;
}

.mt{
	margin-top: 10px;
	margin-bottom: 10px;
}
.mt-btn1{
    
     margin-top: 6px;
    margin-bottom: 8px;
}
.mt-btn {
    margin-top: 0px;
    margin-bottom: 7px;
}
.filter-bar {
    margin-bottom: 5px;
    background: #f6f6f6;
    font-size: 14px;
    padding:0px; 
    color: #808080;
    position: absolute;
z-index: -1;
}
.filter-bar ul {
    padding: 0;
    margin: 0;
}
.filter-bar li {
    display: inline-block;
    padding: 0;
    margin: 0 10px;
    line-height: 1;
}

.filter-bar li .hippo-icons {
    float: left;
    margin-right: 5px;
}
.img12{
	width:200px;
}
.dtata12 ul{
	border-bottom: none;
}
.dtata12 li p{
	display: block!important;
	font-size: 12px;
}
.dtata12 li {
	display: inline-block!important;
    width  : 100px!important;
}
.small-img{
	width: 35px;
	height: 35px;
	margin: 0 auto;
}
.dtata12{
	border-top: 1px solid #ddd;

padding: 10px;
}
.p1group{
	display: inline-block;
	margin-bottom: 10px;
}
.p1group .panel-heading{
	background: #fff;
/*	width: 200px;
*/}
.p1group a{
	font-size:13px;
         font-weight: 500;
}
.p1group  li{
	cursor: pointer;
}

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 0px;
  margin-bottom: 0px;
}
.thumbnail{
	border:none!important;
	padding: 0px!important;
	margin: 0px!important;
}
.img-thumbnail{
	border:none!important;
	padding: 0px!important;
	margin: 0px!important;

}
.btn-filter {
    display: inline-block;
    padding: 8px 15px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    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;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    
}
.btn-filter a{
	color: #333;
}
.modal-123{
	width: 400px;
}

.panel-login {
	border-color: #ccc;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.panel-login>.panel-heading {
	color: #ff9800;
	background-color: #fff;
	border-color: #fff;
	text-align:center;
}
.panel-login>.panel-heading a{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 15px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
	color: #ff9800;
	font-size: 18px;
}
.panel-login>.panel-heading hr{
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
	height: 40px;
	border: 1px solid #ddd;
	font-size: 16px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
	font-size: 14px;
}
.panel-login input:hover,
.panel-login input:focus {
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}
.btn-search{
    background-color: #ff9800;
	outline: none;
	color: #333;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 5px 10px;
	text-transform: uppercase;
	border-color: #ff9800;
	margin-top: 0px;
	border-radius:0px!important;
	height:33px;
}
.btn-search:hover,
.btn-login:focus {
	color: #333;
	background-color: #ff9800;
	border-color: #ff9800;
}
.btn-login {
	background-color: #ff9800;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 5px 14px;
	text-transform: uppercase;
	border-color: #fff!important;
	margin-top:4px;
	border-radius:36px;
	/*width:120px;*/
}
.btn-login:hover,
.btn-login:focus {
	color: #e8e8e8!important;
	background-color: #ff9800;
	border-color: #ff9800;
}
.forgot-password {
	text-decoration: underline;
	color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
	text-decoration: underline;
	color: #666;
}

.btn-register {
	background-color: #ff9800;
	outline: none;
	color: #333;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color:#ff9800;
}
.btn-register:hover,
.btn-register:focus {
	color: #333;
	background-color: #ff9800;
	border-color: #ff9800;
}
.border-top1{
	border-top: 1px solid #333;
}
.btn-payment {
	background-color: #ff9800;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 15px 0;
	text-transform: uppercase;
	border-color:#ff9800;
	font-size: 15px;
	width: 100%;
}
.btn-payment:hover,
.btn-payment:focus {
	color: #fff;
	background-color: #ff9800;
	border-color: #ff9800;
}
.Mt{
	margin-top: 25px;
}
.Mb{
	margin-bottom: 25px;
}
.the-price
{
    background-color: rgba(220,220,220,.17);
    box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
    padding: 20px;
    margin: 0;
}

.the-price h1
{
    line-height: 1em;
    padding: 0;
    margin: 0;
}

.subscript
{
    font-size: 25px;
}

/* CSS-only ribbon styles    */
.cnrflash
{
    /*Position correctly within container*/
    position: absolute;
    top: -9px;
    right: 4px;
    z-index: 1; /*Set overflow to hidden, to mask inner square*/
    overflow: hidden; /*Set size and add subtle rounding  		to soften edges*/
    width: 100px;
    height: 100px;
    border-radius: 3px 5px 3px 0;
}
.cnrflash-inner
{
    /*Set position, make larger then 			container and rotate 45 degrees*/
    position: absolute;
    bottom: 0;
    right: 0;
    width: 145px;
    height: 145px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -o-transform: rotate(45deg); /* Opera */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    -webkit-transform-origin: 100% 100%; /*Purely decorative effects to add texture and stuff*/ /* Safari and Chrome */
    -ms-transform-origin: 100% 100%;  /* IE 9 */
    -o-transform-origin: 100% 100%; /* Opera */
    -moz-transform-origin: 100% 100%; /* Firefox */
    background-image: linear-gradient(90deg, transparent 50%, rgba(255,255,255,.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1,1,1,.2) 50%);
    background-size: 4px,auto, auto,auto;
    background-color: #aa0101;
    box-shadow: 0 3px 3px 0 rgba(1,1,1,.5), 0 1px 0 0 rgba(1,1,1,.5), inset 0 -1px 8px 0 rgba(255,255,255,.3), inset 0 -1px 0 0 rgba(255,255,255,.2);
}
.cnrflash-inner:before, .cnrflash-inner:after
{
    /*Use the border triangle trick to make  				it look like the ribbon wraps round it's 				container*/
    content: " ";
    display: block;
    position: absolute;
    bottom: -16px;
    width: 0;
    height: 0;
    border: 8px solid #800000;
}
.cnrflash-inner:before
{
    left: 1px;
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.cnrflash-inner:after
{
    right: 0;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.cnrflash-label
{
    /*Make the label look nice*/
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(1,1,1,.8);
    font-size: 0.95em;
    font-weight: bold;
    text-align: center;
}
.btn-otp{
	margin-top:0px;
	width: 138px;
	height: 45px;
	background:#ff9800;
	border:1px solid #ff9800;
}
.btn-otp1{
	margin-top: 0px;
	width: 138px;
		height: 45px;
}
.row_summary {
    margin-bottom: 2px;
   /* background: #eeeeee;*/
    padding: 7px 0px;
    border-radius: 2px;
}
.panel-d1 .panel-heading{
	background: #ff9800;
	color: #fff;
}
.terms{
	list-style-type: none;
	margin-top: 20px;
}
.terms li{
	border: 1px solid #ff9800;
	padding: 15px;
	margin-bottom:10px;

}
.main-block{
	padding: 10px;
}
.main-block p{
font-size: 13px;
line-height: 20px;
}

.main-block h2{
font-size: 22px!important;
margin-bottom:10px;
}
.terms-panel{
	background: #fff!important;
	border:1px solid #eee!important;
}
.log-btn{
	color: #fff;
	font-size: 15px;
}
.padding-data{
    padding-left:2px;
    padding-right:2px;
    
}
.padding-data1{
    padding-left:0px;
    padding-right:0px;
    
}
/*.text-heading{*/
/*    border-bottom:3px solid #ff9800;*/
/*    width:20%;*/
/*}*/
.text-red{
    color:#ff9800;
}
.header-new{
    background: #ff9800;
padding: 15px;
color: #fff;
}
.text-heading::after{
    position:absolute;
    border-bottom:3px solid #ff9800;
    width:20%;
    left:40%;
}
.text-heading{
    margin-top:15px;
    margin-bottom:60px;
}

.mt10{
    margin-top:10%;
}
.panel-enquiry{
    border:1px solid #333;
    padding:25px;
    box-shadow:3px 3px 2px 3px gray;
}
.panel-data{
     border:1px solid #eee;
    padding:25px;
    box-shadow:5px 5px 5px 3px gray;
}
.text-white{
    color:#fff;
}
.text-white:hover{
    color:#fff;
}
.home-content-top{
    margin-top:10%;
}

.heading4{font-size:18px;font-weight:400;font-family:'Lato', sans-serif;color:#111111;margin:0px 0px 5px 0px;}
.heading1{font-size:30px;line-height:20px;font-family:'Lato', sans-serif;text-transform:uppercase;color:#1b2834;font-weight:900;}
.content-quality{float:left;width:193px;}
.content-quality p{margin-left:10px;font-family:'Open Sans', sans-serif;font-size:14px;font-weight:600;line-height:17px;}
.content-quality p span{display:block;}
.tabtop li a{font-family:'Lato', sans-serif;font-weight:700;color:#1b2834;border-radius:0px;margin-right:22.008px;border:1px solid #ebebeb !important;}
.tabtop .active a:before{content:"♦";position:absolute;top:15px;left:82px;color:#e31837;font-size:30px;}
.tabtop li a:hover{color:#e31837 !important;text-decoration:none;}
.tabtop .active a:hover{color:#fff !important;}
.tabtop .active a{background-color:#e31837 !important;color:#FFF !important;}
.margin-tops{margin-top:30px;}
.tabtop li a:last-child{padding:10px 22px;}
.thbada{padding:10px 28px !important;}

.margin-tops4{margin-top:20px;}
.tabsetting{border-top:5px solid #ebebeb;padding-top:6px;}
.services{background-color:#d4d4d4;min-height:710px;padding:65px 0 27px 0;}
.services a:hover{color:#000;}
.services h1{margin-top:0px !important;}
.heading-container p{font-family:'Lato', sans-serif;text-align:center;font-size:16px !important;text-transform:uppercase;}

.panel-history{
  border:1px solid #ddd;  
  padding:15px;
  margin-bottom:5px;
    box-shadow:3px 3px 3px 3px gray;
    
}
.section-pad{
	padding:50px 0px;
}
.single-cab{
  text-align:center;
  position: relative;
  padding:15px;
  box-shadow: 1px 1px 1px #f5f5f5;
  border:1px solid #eee;
  border-radius:5px;
}
.single-cab .cab-content h3{
	font-size:16px;
	margin-bottom:15px;
}
.single-cab .cab-content h4{
	font-size:26px;
	color:#ff9800;
	 margin-bottom:15px;
}
.single-cab .icon{
    margin-bottom:20px;
}
.single-cab .icon img{
	    width: 160px !important;
    margin: 0 auto;
}
.btn-book{
	padding:7px 15px;
	border:none;
	border-radius:5px;
	font-size:14px;
	background: #ff9800;
	color:#fff;
}
#cabslider .owl-nav{
	text-align:center;
	margin-top:20px;
}
#cabslider .owl-nav button{
	width:35px;
	height:35px;
	border:1px solid;
	font-size:18px;
}
#cabslider .owl-nav button:hover{
    background: #ff9800;
	color:#fff;
}
#cabslider .owl-nav button.owl-prev{
	margin-right:10px;
}
.section-title h3{
    font-size:24px;
    font-weight:600;
    text-transform:uppercase;
    margin-bottom:50px;
}
@media(max-width:768px){
    .text-heading {
        margin-top: 15px;
        margin-bottom: 30px!important;
    }
    .single-cab .cab-content h3{
        font-size:16px;
        margin-bottom:10px;
    }
    .single-cab .cab-content h4{
	font-size:25px;
	color:#ff9800;
}

.section-pad{
	padding:35px 0px;
}
}
.single-offer{
	padding:35px 15px;
	position: relative;
	margin-bottom:20px;
	background:rgba(0,0,0,0.7);
}
.single-offer .left{
    float:left;
    margin-right:15px;
}
.single-offer .left img{
  width:180px !important;
}
.single-offer .offer-content{
	margin-top:30px;
}
.single-offer .offer-content h3{
	font-size:16px;
	font-weight:700;
	text-transform: capitalize;
	padding-bottom: 8px;
	letter-spacing:0;
	color:#fff;
}
.single-offer .offer-content p{
	font-size:14px;
	font-weight: bold;
	color:#909090;
}
.coupon-code{
	padding:10px 10px;
	background: rgba(250,187,7,0.8);
	position: absolute;
	right:0;
	top:0;
	border-bottom-left-radius: 10px;
}
.coupon-code h5{
  margin-bottom: 0;
  font-size:16px;
  color:#fff;
}
.bottom-banner{
    margin-top:40px;
}
.coupon-code p{
	margin-bottom:0;
	font-size:13px;
	font-weight:normal;
}
@media(max-width:768px){
	.single-offer .left img{
		width:150px !important;
	}
}
@media(max-width:480px){
	.single-offer .offer-content h3{
	    font-size:13px;
	}
	.single-offer .offer-content p{
	    font-size:12px;
	}
}



.whats-app {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 3px 2px 7px #2f2e2e;;
    left: 15px;
    bottom: 30px;
    z-index: 100;
}

.my-float {
    margin-top: 11px;
    font-size: 40px;
}

.cab-row-detail{ 
    margin-bottom: 10px;
    width: 100%;
    border: 1px #ddd solid;
    padding: 15px;
    box-shadow: 3px 3px 2px 0px #e4dcdc;
}

.cab-row-detail table{ 
    width: 100%!important;
}

.my-float {
    margin-top: 11px;
    font-size: 40px;
}


.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:15px;
  left:15px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 4px 4px 6px #353535;
  z-index:100;
}

.float i{ color: #fff; }

.top-header {
    background: #101f25;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #101f25;
}

.header-address a {
  display: inline-block;
  color: #d6d8e0; 
}
.header {
  height: 105px;
}
.header-address a i {
  font-size: 18px;
  margin-right: 9px; 
  position: relative;
  top: 1px;
}
.header-address a span {
  font-size: 12px;
  margin-right: 29px;
  font-weight: 500; 
  position: relative;
}

.header-social {
  text-align: right;
  position: relative;
  top: -1px;
}
  .header-social a {
    display: inline-block;
    color: #d6d8e0;
    font-size: 13px;
    padding: 0 9px;
}
.header-social a:last-child {
      padding-right: 0px; 
}

.overlay-slider {
    width: 100%;
    height: 100%;
    background: rgb(14 14 14 / 26%);
    position: absolute;
    top: 0;
}

@media (min-width: 576px) {
    .navbar-right i {
        margin-right:10px;
    }
}



#toTop{display:none!important;}


.y-us-section {
    padding: 82px 0 82px;
    background: #f5f5f5;
}
.y-us-head {
    text-align: center;
    margin: 0 0 91px;
}
.y-us-title h2 {
    color: #000;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.y-us-title > p {
    color: #777777;
    line-height: 22px;
}
.y-us-title-border {
    background: #2d9a95 none repeat scroll 0 0;
    border-radius: 2px;
    display: inline-block;
    height: 3px;
    position: relative;
    width: 50px;
}
.service-3 .service-box {
    margin-bottom: 52px;
}
.service-3 .service-box .iconset {
    float: left;
    text-align: center;
    width: 75px;
    height: 75px;
    padding: 9px;
    margin-top: 0px;
    border: 1px solid #2f9e99;
}
.y-us-content h5 {
    font-weight:400;
}
.service-3 .service-box .iconset i {
    color: #000;
    font-size: 44px;
}
.service-3 .service-box .y-us-content {
    float: left;
    width: 75%;
    padding-left: 20px;
}
.service-3 .service-box .y-us-content h4 {
    color: #3a3a3a;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 2px 0 12px;
    text-transform: uppercase;
}
.service-3 .service-box .y-us-content p {
    color: #777777;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

.iconset .icon {
    color : #2f9e99;
    padding:0px;
    font-size:40px;
    border: 1px solid #2f9e99;
    border-radius: 100px;
    color: #2f9e99;
    font-size: 28px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    width: 55px;
}




.box-row {
  display: flex;
  justify-content: space-between;
  margin: auto;
}

.box-button {
  display: flex;
  align-items: center;
}

.box-label {
  text-align: center;
}

.box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.box-icon {
  width: 60px;
  height: 60px;
  padding: 12px;
  margin-bottom: 8px;
  border-radius: 50%;
  border: 2px solid black;
}

.box-icon span {
    font-size: 30px;
}

@media (max-width: 480px) {
  .box {
    width: 16px;
    height: 16px;
  }

  .box-icon {
    width: 16px;
    height: 16px;
  }

  svg {
    width: 16px;
    height: 16px;
  }

}
.box-tag {
  flex-grow: 1;
  min-width: 20px;
  height: 2px;
  background-color: black;
}

.box:first-child .box-tag-left {
  background-color: white;
}

.box:last-child .box-tag-right {
  background-color: white;
}




/*--------------------------------------------------------------
#1.6	cta-section
--------------------------------------------------------------*/
.cta-section {
  background: #505050;
  padding: 40px 0px;
}

.cta-section h3,
.cta-section h4 {
  color: #fff;
  margin: 0;
}

.cta-section p , .cta-section p a  {
  color: #c9c9c9;
  margin: 0;
  font-size: 14px;
}

.cta-section h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 0 0.6em;
}

@media (max-width: 991px) {
  .cta-section h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.cta-section .contact-info {
  overflow: hidden;
  float: right;
}

@media (max-width: 991px) {
  .cta-section .contact-info {
    float: none;
  }
}

.cta-section .contact-info > div {
  float: left;
  position: relative;
  padding-left: 20px;
  padding-bottom: 5px;
  /*padding-top: 25px;*/
}

@media (max-width: 991px) {
  .cta-section .contact-info > div {
    padding-left: 45px;
  }
}

@media (max-width: 400px) {
  .cta-section .contact-info > div {
    float: none;
  }
}

.cta-section .contact-info > div + div {
  margin-left: 55px;
}

@media (max-width: 400px) {
  .cta-section .contact-info > div + div {
    margin-left: 0;
  }
}

.cta-section .contact-info i {
  position: absolute;
  left: 0;
  border: 1px solid #ff9800;
  padding: 13px;
  color: #fff;
}

.cta-section .contact-info .fi:before {
  font-size: 45px;
  font-size: 2.8125rem;
  color: #ff9800;
}

@media (max-width: 991px) {
  .cta-section .contact-info .fi:before {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.cta-section .contact-info h4 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 0.3em;
}

@media (max-width: 991px) {
  .cta-section .contact-info h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}





    
/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #f7f9fb;
  background-image: url("../images/dots.png");
  background-size: cover;
  position: relative;
  font-size: 15px;
  overflow: hidden;
  /*** about-widget ***/
  /*** link-widget ***/
  /*** contact-widget ***/
  /*** newsletter-widget ***/
  /*** lower-footer ***/
}

.site-footer ul {
  list-style: none;
}

.site-footer p,
.site-footer li {
  color: #545050;
}

.site-footer .upper-footer {
  padding: 40px 0px 10px 0px;
  border-top: 5px solid #f1cc18;
}

@media (max-width: 991px) {
  .site-footer .upper-footer {
    padding: 90px 0 20px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer {
    padding: 20px 0 10px;
  }
}

@media (max-width: 991px) {
  .site-footer .upper-footer .col {
    min-height: 235px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer .col {
    min-height: auto;
    margin-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.site-footer .widget-title {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .site-footer .widget-title {
    margin-bottom: 20px;
  }
}

.site-footer .widget-title h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  padding-bottom: 0.4em;
  text-transform: capitalize;
  position: relative;
  font-weight: 700;
}

@media (max-width: 991px) {
  .site-footer .widget-title h3 {
    padding-bottom: 0;
  }
}

.site-footer .about-widget .logo {
  max-width: 180px;
}

.site-footer .about-widget p {
  margin-bottom: 0.8em;
  line-height: 1.9em;
  font-size: 15px;
}

.site-footer .about-widget p:last-child {
  margin-bottom: 0;
}

.site-footer .about-widget .social-icons {
  overflow: hidden;
}

@media (max-width: 991px) {
  .site-footer .about-widget .social-icons {
    float: none;
    display: block;
    text-align: center;
  }
}

.site-footer .about-widget .social-icons ul {
  overflow: hidden;
  list-style: none;
}

@media (max-width: 991px) {
  .site-footer .about-widget .social-icons ul {
    display: inline-block;
  }
}

.site-footer .about-widget .social-icons ul li {
  float: left;
}

.site-footer .about-widget .social-icons ul > li + li {
  margin-left: 15px;
}

.site-footer .about-widget .social-icons ul a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #131e4a;
}

.site-footer .about-widget .social-icons ul a:hover {
  color: #ff9800;
}

.site-footer .link-widget {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .site-footer .link-widget {
    padding-left: 8px;
  }
}

@media (max-width: 1199px) {
  .site-footer .link-widget {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .site-footer .link-widget {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .site-footer .link-widget {
    max-width: 350px;
  }
  
}

.site-footer .link-widget ul {
  width: 100%;
  float: left;
}

.site-footer .link-widget ul li {
  position: relative;
}

.site-footer .link-widget ul a {
  color: #545050;
  font-weight: 400;
}

.site-footer .link-widget ul a:hover,
.site-footer .link-widget ul li:hover:before {
  text-decoration: underline;
}

.site-footer .link-widget ul > li + li {
  margin-top: 15px;
}

@media screen and (min-width: 1200px) {
  .site-footer .contact-widget {
    padding-left: 25px;
  }
}

.site-footer .contact-widget ul {
  margin-top: 25px;
}

.site-footer .contact-widget ul li {
  position: relative;
}

.site-footer .contact-widget ul > li + li {
  margin-top: 15px;
}

.site-footer .contact-widget li span {
  color: #131e4a;
  font-weight: 500;
}

.site-footer .newsletter-widget form {
  margin-top: 25px;
  position: relative;
}

.site-footer .newsletter-widget form input {
  background-color: #fff;
  height: 50px;
  color: #777777;
  padding: 6px 20px;
  border-radius: 5px;
  border: 1px solid #dcdbdb;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.site-footer .newsletter-widget form .submit {
  position: absolute;
  right: 20px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site-footer .newsletter-widget form .submit button {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 20px;
  color: #ff9800;
  margin-top: -2px;
  position: relative;
  right: -5px;
}

.site-footer .lower-footer {
  text-align: center;
  position: relative;
}

.site-footer .lower-footer .row {
  padding: 20px 0;
  position: relative;
}

.site-footer .lower-footer .row .separator {
  background: #e8e8e8;
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  left: 15px;
  top: 0;
}

.site-footer .lower-footer .copyright {
  display: inline-block;
  
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
}

@media (max-width: 991px) {
  .site-footer .lower-footer .copyright {
    float: none;
    display: block;
    margin: 0 0 20px;
  }
}

.site-footer .lower-footer .copyright a {
  color: #ff9800;
}

.site-footer .lower-footer .extra-link {
  display: inline-block;
  float: right;
  overflow: hidden;
}

@media (max-width: 991px) {
  .site-footer .lower-footer .extra-link {
    float: none;
    display: block;
    text-align: center;
  }
}

.site-footer .lower-footer .extra-link ul {
  overflow: hidden;
  list-style: none;
}

@media (max-width: 991px) {
  .site-footer .lower-footer .extra-link ul {
    display: inline-block;
  }
}

.site-footer .lower-footer .extra-link ul li {
  float: left;
}

.site-footer .lower-footer .extra-link ul > li + li {
  margin-left: 35px;
  position: relative;
}

@media (max-width: 767px) {
  .site-footer .lower-footer .extra-link ul > li + li {
    margin-left: 15px;
  }
}

.site-footer .lower-footer .extra-link ul > li + li:before {
  content: "";
  background: #131e4a;
  width: 15px;
  height: 1px;
  position: absolute;
  left: -25px;
  top: 11px;
}

@media (max-width: 767px) {
  .site-footer .lower-footer .extra-link ul > li + li:before {
    display: none;
  }
}

.site-footer .lower-footer .extra-link ul a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #131e4a;
}

.site-footer .lower-footer .extra-link ul a:hover {
  text-decoration: underline;
}

.footer-logo a img {
    max-width: 80%;
}


.footer-social {
  text-align: left;
    margin-top: 20px; }
  .footer-social a {
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #ff9800;
    color: #7b7b7b;
    display: inline-block;
    line-height: 35px;
    border-radius: 50px;
    font-size: 13px;
    margin-right: 10px; 
}
.footer-social a:hover {
  color: #fff;
  border-color: #ff9800;
  background-color: #ff9800;
}
.footer-social a:last-child {
  margin-right: 0;
}

.text-center{text-align:center;}
.widget-tags > ul {
  float: left;
  width: 100%;
}
.widget-tags > ul li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 7px;
}
.widget-tags > ul li a {
    display: inline-block;
    color: #4a4848;
    font-size: 12px;
    padding: 10px 13px 10px 13px;
    border-radius: 0px;
}
.widget-tags > ul li a:hover {
  background-color: #8b9af7;
}
.widget-adver {
  margin-bottom: 42px;
}

.resp-tab-content {
    padding: 20px 10px!important;
}

.cta-section .contact-info > div {
    float: left;
    position: relative;
    padding-left: 60px;
    padding-bottom: 5px;
    padding-top: 25px;
}
.widget {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.pg-detail img {
    margin:20px 0px!important;
}
table {
    max-width: 100%!important;
}

.scrollbar::-webkit-scrollbar {
    background-color:#fff;
    width:16px
}

/* background of the scrollbar except button or resizer */
.scrollbar::-webkit-scrollbar-track {
    background-color:#fff
}
.scrollbar::-webkit-scrollbar-track:hover {
    background-color:#f4f4f4
}

/* scrollbar itself */
.scrollbar::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff
}
.scrollbar::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5;
    border:4px solid #f4f4f4
}

/* set button(top and bottom of the scrollbar) */
.scrollbar::-webkit-scrollbar-button {display:none}


.scrollbar {
    height: 100px;
    min-height: 150px;
    overflow-y: scroll;
    width:100%;
    
}
.overflow{min-height: 110px}

@media (min-width: 576px) {
    
    .cab-row [class*="col-"]{
      margin-bottom: -99999px;
      padding-bottom: 99999px;
    }
    
    .cab-row{
      overflow: hidden; 
    }
}





























.top-header {
  background: #101f25;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #101f25;
}
.header-address a {
  display: inline-block;
  color: #d6d8e0; 
}
.header {
  height: 105px;
}
.header-address a i {
  font-size: 18px;
  margin-right: 9px; 
  position: relative;
  top: 1px;
}
.header-address a span {
  font-size: 12px;
  margin-right: 29px;
  font-weight: 500; 
  position: relative;
}

.header-social {
  text-align: left;
  position: relative;
  top: -1px;
}
  .header-social a {
    display: inline-block;
    color: #d6d8e0;
    font-size: 13px;
    padding: 0 9px;
}
.header-social a:last-child {
      padding-right: 0px; }
      
      
.close-menu {
  color: #000;
  font-size: 36px;
  position: absolute;
  top: 10px;
  right: 20px;
  display: none;
}
.header .navbar-brand {
  margin-right: 69px; 
  margin-top: 0px;
}
  .header .navbar-brand img {
    max-width: 170px; }

.header .dropdown-toggle::after {
  font-family: FontAwesome;
  content: "\f107";
  border: 0px;
  vertical-align: top;
  font-size: 14px;
  position: relative;
  top: 1px;
  left: 25px; 
}
.menu-button {
  width: 30px;
  background-color: inherit;
  border:0;
  cursor: pointer;
  margin-top: 10px;
  display: none;
}
.menu-button span {
  width: 100%;
  height: 3px;
  background-color: #111;
  margin-bottom: 6px;
  display: block;
}
header.pb .menu-button span {
  background-color: #fff;
}
.header .navbar {
  padding: 15px 0px; }

.header .navbar-nav .nav-item {
  margin-right: 27px; 
}
  .header .navbar-nav .nav-item .nav-link {
    color: #161616; 
    font-size: 14px;
    position: relative;
}

.sbmt-btn:hover {
	background-color: rgba(106, 123, 231, 0.8);
}
.sbmt-btn {
  position: relative;
  overflow: hidden;
}
.sbmt-btn:hover span,
.sbmt-btn:hover i {
	color: #fff;
}
  .header .navbar-nav .nav-item .dropdown-menu {
    border-radius: 0px;
    border: 0px; 
    padding: 0 20px;
    border-top: 1px solid #d5d4d9;
    overflow: hidden;
    position: absolute;
    top: 187.7%;
    left: 0;
    margin: 0;
   }
  .header .navbar-nav .nav-item .dropdown-menu:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-box-shadow: 3px 2px 13px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 2px 13px rgba(0,0,0,0.2);
    -ms-box-shadow: 3px 2px 13px rgba(0,0,0,0.2);
    -o-box-shadow: 3px 2px 13px rgba(0,0,0,0.2);
    box-shadow: 3px 2px 13px rgba(0,0,0,0.2);
}
  .dropdown-item:last-child {
    border-bottom: 0;
  }
  .dropdown-item {
    padding: 15px 0 14px 0;
    border-bottom: 1px solid #dfe0e5;
    text-transform: capitalize;
    line-height: 1;
  }
    .header .navbar-nav .nav-item .dropdown-menu .dropdown-item {
      font-size: 14px; }

.header .navbar-nav .signin-btn {
  margin-right: 25px !important;
  margin-top: 3px; }
  .header .navbar-nav .signin-btn a {
    margin-top: 5px; }
    .header .navbar-nav .signin-btn a i {
      font-size: 18px;
      margin-right: 7px;
      position: relative;
      top: 3px; }
.header .nav-item.signin-btn .nav-link {
	margin-top: 3px;
}
.header .navbar-nav .nav-item .nav-link.sbmt-btn {
  position: relative;
  top: -1px;
}
.header .navbar-nav .nav-item.signin-btn {
  margin-right: 25px;
}
.header .navbar-nav .submit-btn {
  margin-right: 0px;
  margin-top: 0; }
  .header .navbar-nav .submit-btn a {
    border: 1px solid;
    border-radius: 30px;
    padding: 0 25px;
    height: 51px;
    line-height: 48px;
    color: #6a7be7 !important; }
    .header .navbar-nav .submit-btn a i {
      font-size: 16px;
      margin-right: 10px;
      position: relative;
      top: 2px; }
      
      
.popular-cities.section-padding {
 	padding: 40px 0px 110px;
}
.hp_4 .discover-propt {
  margin-bottom: 135px;
}
.popular-cities.hp3.section-padding {
  padding: 0 0 0 0;
  margin-top: -30px;
}
.popular-cities.hp3 .card {
  margin-top: 0;
}
.card.mgb-30 {
  margin-bottom: 30px;
}
.popular-cities .card:hover .overlay-stick {
  opacity: 0;
}
.popular-cities.hp3 .card .img-fluid {
  float: left;
}
.popular-cities.hp3 .card .card-body h4 {
  font-size: 16px;
  font-weight: 600;
}
.popular-cities .card {
  	position: relative;
  	margin-top: 0;
  	border:0;
}
.popular-cities .card .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(106, 123, 231, 0.8);
    opacity: 0;
}
.popular-cities .card::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(0, 0, 0, 0.5)));
    background: transparent -webkit-linear-gradient(rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.5));
    background: transparent -o-linear-gradient(rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.5));
    background: transparent linear-gradient(rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.5));
    z-index: 0;
}
.popular-cities .card .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; 
    padding: 0 24px 22px 24px;
}
.rate-info {
  float: left;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px 23px 20px 23px;
  z-index: 2;
}
.popular-cities .card .card-body:before,
.rate-info:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(255,255,255,0.02),rgba(44,44,47,47));
    z-index: -1;
}
.popular-cities .card .card-body h4 {
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    float: left;
}
.popular-cities.hp3 .card .card-body i {
  bottom: 25px;
}
.popular-cities.hp3 .card .card-body {padding-bottom: 30px;}
.popular-cities .card .card-body p {
  	color: #fff;
  	margin: 0px;
  	display: inline-block;
  	font-size: 12px;
  	text-transform: uppercase;
  	font-family: "Poppins", sans-serif;
}
.popular-cities .card .card-body {
  border: 0;
}
.popular-cities .card .card-body i {
  	position: absolute;
  	left: 20px;
    bottom: 77px;
  	border: 2px dotted #fff;
  	padding: 12px 12px;
  	color: #fff;
  	border-radius: 100%;
  	height: 40px;
  	width: 40px;
  	font-size: 14px;
  	text-align: center;
}

.card-body h6{color:#fff!important;font-size: 14px!important;margin-top: 10px;text-shadow: 1px 1px 2px #000;}

.popular-cities .card:hover .overlay, .popular-cities .card:focus .overlay {
    opacity: 1; 
}
.popular-cities .card:hover i, .popular-cities .card:focus i {
    background: #fff;
    color: #aeb4b6;
    border-color: transparent;
}

.section-padding {
  padding: 65px 0px; 
}

.section-heading {
 	text-align: center;
 	float: left;
 	width: 100%;
}
  .section-heading span {
    font-size: 14px;
    color: #aeb4b6;
    float: left;
    width: 100%;
    margin-bottom: 2px;
}
  .section-heading h3 {
    font-size: 32px;
    font-weight: 400; 
    float: left;
    width: 100%;
    margin-top: -4px;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}


.hidden{display:none;}
.banner {
  padding: 100px 0px;
  background: url("../images/a3.jpg");
  background-size: cover;
  background-position: center;
  min-height: 674px;
  position: relative;
  z-index: 1; }
  .banner::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:rgba(23, 8, 0, 0.8);
    z-index: -1; }

.banner-content h1 {
  font-size: 3.5rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 33px;
  margin-top: 49px; }
.banner.hp2 {
  padding: 230px 0 150px 0;
}
.banner-search {
  background: #fff;
  border-radius: 50px;
  padding: 0px 7px 0px 10px; 
}
.banner-search .form-group {
  margin: 0px; 
  padding: 0;
}
.banner-search .form-control {
  font-size: 13px;
  font-weight: 500;
  height: 46px;
  border: 0px;
  margin:0px;
  border-radius: 0px;
  padding-left: 25px; 
  cursor:pointer;
}
.half-map-sec .banner-search .form-control {
  font-size: 12px;
}
.half-map-sec .drop-menu .select {
  font-size: 12px;
}
.half-map-sec .features_list ul li {width: 25%;}
.half-map-sec .drop-menu .dropeddown li {
  font-size: 12px;
}
.half-map-sec .features_list {margin-top: -50px;margin-bottom: 50px;}
    .banner-search .form-control:hover, .banner-search .form-control:focus, .banner-search .form-control.active {
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
  .banner-search .btn {
    border-radius: 0px;
    margin: 0px 0px;
    padding: 11px 36px;
    height: 48px;
    /* line-height: 51px; */
    float: right;
    border: 0;
    font-size: 14px;
    color: #fff;
    box-shadow: none;
    position: relative;
    overflow: hidden;
    z-index: 99;
}
.banner-search .btn:hover {
  background-color: rgb(95, 93, 93);
}
.banner-search .btn i {
  margin-right: 8px;
  font-size: 18px; 
  position: relative;
  top: 2px;
}

.banner-search-home .btn {
    padding: 11px 36px!important;
    height: 45px!important;
    border-radius: 30px!important;
    /*margin-top: 5px;*/
}

.signin-btn b {
  position: relative;
}
.signin-btn b:hover:before {
  opacity: 1;
  visibility: visible;
  left: 0;
  width: 100%;
}
.signin-btn b:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 2px;
  opacity: 0;
  visibility: hidden;
}
.drop-menu {
  background: #fff;
  width: 100%;
  display: inline-block;
  position: relative;
  font-size: 14px;
  height: 100%;
  text-align: left;
  margin: 7px 0;
  border-left: 1px solid #e0e1e6;
  /*padding-left: 10px; */
  padding: 5px 10px 5px 10px;
}
  .drop-menu .select {
    cursor: pointer;
    display: block;
    padding: 10px;
    color: #7e7f82;
    font-weight: 500;
    padding-left: 20px;
    font-size: 14px;
    text-transform: capitalize;
}
    .drop-menu .select i {
      font-size: 14px;
      margin-top: 5px;
      cursor: pointer;
      float: right; 
      position: relative;
      right: 10px;
}
.form_field {
	float: left;
}
.addres {
	width: 376px;
}
.tpmax {
	width: 207px;
}
.srch-btn {
	  float: left;
      position: relative;
      padding-left:0px!important;
      padding-right:0px!important;
}

    .drop-menu .select .currency {
      font-size: 13px;
      cursor: pointer;
      float: right; }
  .drop-menu.active {
    border-radius: 5px 5px 0 0; }
    .drop-menu.active:hover, .drop-menu.active:focus {
      border-radius: 5px 5px 0 0; }
    .drop-menu.active .select {
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      outline: none; }
    .drop-menu.active .select i {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .drop-menu:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none; }
  .drop-menu .dropeddown {
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 1px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9999;
    background: #fff;
    padding: 0;
    list-style: none; 
    padding: 0 30px;
    border:1px solid #d3d3db;
    top: 112%;
}

    .drop-menu .dropeddown li {
      padding: 15px 0 14px 0;
      cursor: pointer;
      color: #242526; 
      border-bottom: 1px solid #e0dfe5;
}
.drop-menu.active .select > span,
.drop-menu.active .select i,
.drop-menu .dropeddown li:hover {
  color: #7686e6;
}
.drop-menu .dropeddown li:last-child {
  border-bottom: 0;
}

.intro.section-padding {
  padding: 110px 0px 6px; }
.intro .container {
  padding: 0 15px;
}
.intro .row {
  margin: 0;
}
.intro-content h3 {
  font-size: 32px;
  margin-top: 31px;
  margin-bottom: 20px;
  font-weight: 400; }

.intro-content > a {
  margin-top: 30px;
}
.intro-content p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #67686c;
  line-height: 30px;
}



.header .navbar-nav .nav-item.active .nav-link,
.header .navbar-nav .nav-item .nav-link:hover,
header.pb .header .navbar-nav .nav-item .nav-link:hover,
.view-btn,
.face.front,
.bottom-list ul li a:hover,
.card .card-body h3:hover,
.card:hover .card-body h3,
.post-nfo li:hover,
.post-nfo li:hover a,
.blog-single-post:hover .post_info > h3 a,
.cm-reply,
.widget-search form button,
.widget-catgs ul li a,
.ps-info > h3 a:hover,
.btn1,
.blog-grid-posts .post_info > a:hover,
.cont-links li a,
.cont-links li span,
.socio-links li a:hover,
.cont_info li i,
.cont_info li a,
.social_links li a:hover,
.view-change ul.nav-tabs .nav-link.active,
.card_bod_full .card-footer .btn-default,
.btn-default,
.sidebar.layout2 .ps-info > strong,
.more-feat i,
.contct-nf > span,
.apartment-sec .rate-info h5,
.comment-info:before,
.price > h2,
.agent_info > strong,
.agent:hover .agent_info h3 a,
.list-products .card:hover .card-body h3,
.social-links li a:hover,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:before,
.slick-next:before,
.banner_text .card .card-footer > a,
.catg-icon > i,
.map-city-links ul li a:hover,
a.link,
.selected,
.dropdown-item.active, 
.dropdown-item:active,
.post-share > a:hover,
.h-card-body .title,
.h-page-card .title a:hover,
.blog-single-post:hover .post_info > a {
	color: #ff9800;
}


.banner-search .btn,
.explore-feature .card .card-body i,
.cluster-visible,
.face.back,
.widget-tags > ul li a,
.post_info > a:hover,
.pagination .page-item.active .page-link,
.pagination .page-item .page-link:hover,
.contact_form > form button:hover,
.post-comment-sec form button:hover,
.input-field input[type="radio"]:checked + label span,
.input-field input[type="checkbox"]:checked + label span,
.features-dv .input-field input[type="checkbox"] + label span,
.btn2,
.price:hover .btn-default,
.discover-text .btn-default,
.slick-prev:hover,
.slick-next:hover,
.banner_text .rate-info,
.btn-default.st1,
.categories-info:hover,
.card .card-footer a .la-heart-o:hover,
.footer-social a:hover,
.signin-btn b:before,
.success-message, 
.error-message,
.error,
.btn.btn-local-primary,
.block-header,
.model-item .title:hover,
.language-selector .drop-menu .dropeddown li:hover {
	background-color: #08a8eb;
}


.header .navbar-nav .submit-btn a,
.view-btn,
.cluster-visible:before,
.face.front,
.face.back,
.blog-single-post > blockquote,
.btn1,
.btn-default,
.btn.btn-local-primary,
.language-selector .drop-menu .dropeddown li:hover {
	border-color: #6a7be7;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; padding: 0!important;} }
    
    
.tab-s4 .nav-tabs {
  background-image: linear-gradient(45deg, #ff6c3f 0%, #ff9800 100%); }
  .tab-s4 .nav-tabs .nav-link {
    background: transparent;
    color: #fff; }
    .tab-s4 .nav-tabs .nav-link.active {
      color: #08a8eb;
      background: #fff; }
      
@media (min-width: 992px) {
  .prblm-item, .sltn-item {
    padding: 40px 240px 50px 50px; }
  .prblm-title, .sltn-title {
    padding-bottom: 15px; }

  .prblm-item {
    margin-right: -95px;
    margin-top: 80px; }

  .sltn-item {
    margin-left: -95px;
    margin-bottom: 80px; } }
.toktmln-list {
  position: relative; }
  .toktmln-list:before {
    position: absolute;
    left: 50%;
    top: -24px;
    width: 2px;
    margin-left: -1px;
    height: 100%;
    background: #fff;
    content: ''; }
.toktmln-item {
  position: relative;
  padding: 0 0 20px;
  display: flex;
  justify-content: center; }
  .toktmln-item:before {
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 6px solid #fff;
    background: #ff9800; }
  .toktmln-item div {
    padding: 0 30px 5px 0;
    text-align: right;
    width: 50%;
    flex-grow: 1; }
    .toktmln-item div:last-child {
      padding: 0 0 0 30px;
      text-align: left; }
    .toktmln-item div span {
      display: block;
      font-weight: 600; }
      .toktmln-item div span:last-child {
        color: #ffcece;
        font-size: .775em;
        padding-bottom: 8px;
        font-weight: 400; }
.tokdis-item {
  position: relative;
  padding-left: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-top: 8px;
  display: inline-block; }
  .tokdis-item:before {
    position: absolute;
    width: 40px;
    height: 3px;
    border-radius: 1.5px;
    content: '';
    background: #fed895;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }

@media (min-width: 992px) {
  .toktmln-list:before {
    left: 0;
    top: 14px;
    width: 100%;
    height: 2px; }
  .toktmln-item {
    padding: 64px 0 0;
    display: block; }
    .toktmln-item:before {
      top: 0;
      left: 0;
      transform: translateX(0); }
    .toktmln-item div {
      padding-bottom: 5px;
      text-align: left;
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
      .toktmln-item div:last-child {
        padding: 0 0 0 0; }
      .toktmln-item div span:last-child {
        font-size: .875em; }
  .tokdis-item {
    padding-left: 25px;
    padding-bottom: 4px;
    padding-top: 0; }
    .tokdis-item:before {
      width: 3px;
      height: 100%;
      top: 0;
      left: 0;
      transform: translateX(0); } }
.tab-s4 {
  text-align: center; }
  .tab-s4 .nav-tabs {
    border: none;
    margin: 0 0 30px;
    padding: 5px 8px;
    border-radius: 40px;
    display: inline-block;
    background-image: linear-gradient(45deg, #207d79 0%, #08a8eb 100%); }
    .tab-s4 .nav-tabs .nav-item {
      margin: 0 -3px;
      display: inline-block; }
    .tab-s4 .nav-tabs .nav-link {
      border: none;
      line-height: 24px;
      padding: 5px 18px;
      background: transparent;
      border-radius: 20px;
      font-weight: 500;
      color: #fff;
      font-size: 14px; }
      .tab-s4 .nav-tabs .nav-link.active {
        color: #08a8eb;
        background: #fff; }

@media (min-width: 576px) {
    
    
  .tab-s4 .nav-tabs {
    border-radius: 30px; }
    .tab-s4 .nav-tabs .nav-item {
      display: inline-block; }
    .tab-s4 .nav-tabs .nav-link {
      padding: 7px 25px;
      border-radius: 25px;
      font-weight: 600;
      font-size: 14px; } }
.tkn-crt {
  position: relative; }
  .tkn-crt-img {
    max-width: 205px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3px; }
    .animate .tkn-crt-img {
      opacity: 0;
      position: relative;
      bottom: -30px;
      transition: all .4s;
      transition-delay: .2s; }
    .animate.show .tkn-crt-img {
      opacity: 1;
      bottom: 0; }
  .tkn-crt-lst {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px; }
  .tkn-crt-itm {
    position: static;
    align-items: center;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 20px; }
    .animate .tkn-crt-itm {
      opacity: 0;
      transition: all .4s;
      transition-delay: .6s;
      transform: translateX(0) translateY(30px); }
    .animate.show .tkn-crt-itm {
      opacity: 1;
      transform: translateX(0) translateY(0); }
    .tkn-crt-itm:nth-child(1) {
      transition-delay: .7s; }
    .tkn-crt-itm:nth-child(2) {
      transition-delay: .8s; }
    .tkn-crt-itm:nth-child(3) {
      transition-delay: .9s; }
    .tkn-crt-itm:nth-child(4) {
      transition-delay: 1s; }
    .tkn-crt-itm:nth-child(5) {
      transition-delay: 1.1s; }
    .tkn-crt-itm:nth-child(6) {
      transition-delay: 1.2s; }
    .tkn-crt-itm:nth-child(7) {
      transition-delay: 1.3s; }
  .tkn-crt-prcnt {
    height: 55px;
    width: 55px;
    border-radius: 10px;
    background: #ff9800;
    font-size: 16px;
    font-weight: 600;
    line-height: 55px;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin: 20px 30px;
    flex-shrink: 0;
    transform: rotate(-45deg); }
    .tkn-crt-prcnt > span {
      display: inline-block;
      transform: rotate(45deg); }
    .tkn-crt-prcnt.one {
      background: #ff9800; }
    .tkn-crt-prcnt.two {
      background: #fb6b5d; }
    .tkn-crt-prcnt.three {
      background: #ff5676; }
    .tkn-crt-prcnt.four {
      background: #ff774e; }
    .tkn-crt-prcnt.five {
      background: #ff6993; }
    .tkn-crt-prcnt.six {
      background: #ff9465; }
    .tkn-crt-prcnt.seven {
      background: #fb7fc8; }
  .tkn-crt-ttl {
    font-weight: 400;
    text-align: center;
    display: block;
    color: #223b55; }

@media (min-width: 576px) {
    .table-responsive {
        width: 75%;
    }
  .tkn-crt-lst {
    margin-bottom: 0; }
  .tkn-crt-itm {
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0; } }
@media (min-width: 768px) {
  .tkn-crt-itm {
    width: 33%; }
  .tkn-crt-ttl {
    text-align: left; } }
@media (min-width: 992px) {
  .tkn-crt {
    position: relative;
    padding-top: 140px; }
    .tkn-crt:before {
      position: absolute;
      height: 610px;
      width: 610px;
      top: 0;
      left: 50%;
      content: '';
      border-radius: 20px;
      background: rgba(254, 67, 80, 0.05);
      transform: rotate(45deg);
      transform-origin: 0 0; }
    .tkn-crt-itm {
      position: absolute;
      display: flex;
      align-items: center;
      width: auto; }
      .tkn-crt-itm:nth-child(1) {
        flex-direction: column; }
        .tkn-crt-itm:nth-child(1) .tkn-crt-ttl {
          order: -1; }
        .tkn-crt-itm:nth-child(1) .tkn-crt-prcnt {
          transform: rotate(0); }
          .tkn-crt-itm:nth-child(1) .tkn-crt-prcnt > span {
            transform: rotate(0); }
      .tkn-crt-itm:nth-child(2n) .tkn-crt-ttl {
        order: -1; }
      .tkn-crt-itm:nth-child(even) {
        right: 50%;
        transform: translateX(-30px) translateY(0); }
        .animate.show .tkn-crt-itm:nth-child(even) {
          transform: translateX(0) translateY(0); }
      .tkn-crt-itm:nth-child(odd) {
        left: 50%;
        transform: translateX(30px) translateY(0); }
        .animate.show .tkn-crt-itm:nth-child(odd) {
          transform: translateX(0) translateY(0); }
      .tkn-crt-itm:nth-child(1) {
        top: -60px;
        left: 50%;
        transform: translateX(-50%) translateY(-30px); }
        .animate.show .tkn-crt-itm:nth-child(1) {
          transform: translateX(-50%) translateY(0); }
      .tkn-crt-itm:nth-child(2) {
        top: 65px;
        margin-right: 50px;
        transition-delay: .8s; }
      .tkn-crt-itm:nth-child(3) {
        top: 65px;
        margin-left: 50px;
        transition-delay: .8s; }
      .tkn-crt-itm:nth-child(4) {
        top: 173px;
        margin-right: 160px;
        transition-delay: 1s; }
      .tkn-crt-itm:nth-child(5) {
        top: 173px;
        margin-left: 160px;
        transition-delay: 1s; }
      .tkn-crt-itm:nth-child(6) {
        top: 281px;
        margin-right: 265px;
        transition-delay: 1.2s; }
      .tkn-crt-itm:nth-child(7) {
        top: 281px;
        margin-left: 265px;
        transition-delay: 1.2s; }
    .tkn-crt-ttl {
      white-space: nowrap; } }
      
      
    .search-wrap{
        background: #fff;
        padding: 15px;
        border-radius: 40px;
        width:80%;
        margin:auto;
    }
    
    .btn-text{color:#fff!important;}
    .right-border{border-right:1px solid #ccc;}
    .ptb-5 {
        border: 1px solid #ccc!important;
        /*margin: 5px 0px!important;*/
    }
    
    .new-field {
        border: 1px solid #ccc!important;
        /*margin-bottom: 20px!important;*/
    }
    
    .padding-data1 {
        padding-left: 0px;
        padding-right: 0px;
    }
    @media (min-width: 768px){
        .round-trip-tab {
            /*padding: 35px 0px 20px 0px!important;*/
        }
    }
    
    
    .btn-primary{
        background: #ff9800!important;
        border: 1px solid #ff9800!important;
        opacity: 1!important;
    }
    
    .btn-primary:hover{
        color:#999!important;
    }
    
    .btn-primary:hover {
        color: #333!important;
        text-decoration: none;
    }
     @media (max-width: 767px){
        
        .search-wrap {
            border-radius: 0px!important;
            background: #fff;
            padding: 20px 10px!important;
            width:100%!important;
            
        }
        
        .banner-content h1 {
            font-size: 40px;
            line-height: 50px;
        }
        .tab-s4, .no-pad {
            padding-left: 0px;
            padding-right: 0px;
        }
        .banner-search {
            padding:0px!important;
        }
        .banner-search .form-control {
            border: 1px solid #d4d0cf!important;
            margin-bottom: 10px!important;
        }
        .tab-s4 .nav-tabs .nav-link {
            font-size: 16px;
        }
        .srch-btn {
            width: 100%;
            text-align: center;
            margin-top: 10px;
        }
        .banner-search .btn {
            width: 68%!important;
            margin-top: 20px!important;
            float: none!important;
        }
       .banner-content {
            padding: 0px 15px;
        }
        .banner {
            padding: 35px 0;
        }
        .banner-content h1 {
            font-size: 32px;
            margin-top: 0;
            margin-bottom: 0px;
        }
        .header .navbar {
            padding: 10px 0px!important;
        }
        a.navbar-brand img {
            display: inline-block;
            /* width: 40px; */
            margin-top: -12px;
            top: 0px;
            right: 6px;
        }
        .y-us-section {
            padding: 30px 0 10px;
            background: #f5f5f5;
        }
    }
    
    
/*===============================================
		BLOG  - 2 Column Start
=================================================*/

.blog-title{
	float: left;
	width: 100%;
	font-size:26px;
	margin: 5px 0 10px;
	text-align: center;
}

.blog-caption{
    width:100%;
    min-height:80px;
    margin-bottom:20px;
    padding:5px;
}

.blog-caption  p{
	letter-spacing: 0.2px;
    line-height: 24px;
    color: #777777;
    font-size: 14px;
    word-break: break-all;
}

.blog-list img {
    max-width:100%;
}
  .blog-list{
    border: 4px solid #fff;
    background: #f1f1f1;
    box-shadow: 0px 0px 7px #ccc;
    margin-bottom: 20px;
  }
  
 .blog-main-title{
    font-size: 16px;
    font-weight: 600;
    color: #3c3c3c;
    text-transform: uppercase;
} 
 .blog-main-title:hover{
    color: #ff9800;
} 

.l-side a {
    padding: 6px 20px!important;
}
.l-side{
    width:49%;
    float:left;
    padding: 0px 15px;
}
.r-side{
    width:49%;
    float:right;
    padding: 15px;
    text-align:right;
    
}

.btn-book {
	background-color: #fff;
	outline: none;
	color: #000;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 5px 14px;
	text-transform: uppercase;
	border-color: #ff9800!important;
	margin-top:4px;
	border-radius:36px;
	/*width:120px;*/
}
.btn-book:hover,
.btn-book:focus {
	color: #e8e8e8!important;
	background-color: #ff9800;
	border-color: #ff9800;
}


.section-head {
  margin-bottom: 60px;
}
.section-head h4 {
  position: relative;
  padding:0;
  color:#ff9800;
  line-height: 1;
  letter-spacing:0.3px;
  font-size: 34px;
  font-weight: 700;  
  text-align:center;
  text-transform:none;
  margin-bottom:30px;
}
.section-head h4:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #ff9800;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right:0;  
  margin:0 auto;
}
.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color:#2f2f2f
}
p.service_text{
  color:#cccccc !important;
  font-size:16px;
  line-height:28px;
  text-align:center;    
}
.section-head p, p.awesome_line{
  color:#818181;
  font-size:16px;
  line-height:28px;
  text-align:center;  
}

.extra-text {
    font-size:34px;
    font-weight: 700;
    color:#2f2f2f;
    margin-bottom: 25px;
    position:relative;
    text-transform: none;
}
.extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #f91942;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.extra-text span {
    font-weight: 700;
    color:#f91942;
}
.item {
    background: #fff;
    text-align: center;
    padding: 10px;
    -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
    border:2px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover{
    background:#ff9800;
    box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover .item, .item:hover span.icon{
    background:#fff;
    padding:10px;
    border-radius:10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover h6, .item:hover p{
    color:#fff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item .icon {
    font-size: 40px;
    margin-bottom:25px;
    color: #ff9800;   
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}
.item .feature_box_col_one{
    /*background:rgba(247, 198, 5, 0.20);*/
    color:#ff9800
}
.item .feature_box_col_two{
    /*background:rgba(255, 77, 28, 0.15);*/
    color:#ff9800
}
.item .feature_box_col_three{
    /*background:rgba(0, 147, 38, 0.15);*/
    color:#ff9800
}
.item .feature_box_col_four{
    /*background:rgba(0, 108, 255, 0.15);*/
    color:#ff9800
}
.item .feature_box_col_five{
    /*background:rgba(146, 39, 255, 0.15);*/
    color:#ff9800
}
.item .feature_box_col_six{
    /*background:rgba(23, 39, 246, 0.15);*/
    color:#ff9800
}
.item p{
    font-size:15px;
    line-height:26px;
}
.item h6 {
    margin-bottom:20px;
    color:#2f2f2f;
}
.mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}
.mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ff9800;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}
.mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}
.skills {
    padding-top:0px;
}
.skills .prog-item {
    margin-bottom: 25px;
}
.skills .prog-item:last-child {
    margin-bottom: 0;
}
.skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
.skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius:20px;
    position: relative;
}
.skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #ff9800;
    width: 10%;
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.skills .prog-item .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    font-weight:600;    
    color: #fff;
    background:rgba(0, 0, 0, 0.9);
    padding: 3px 7px;
    border-radius: 30px;
}


.inner-banner2 {
	background: url(../images/a3.jpg) no-repeat center top;
	text-align: center;
	min-height: 300px;
	position: relative;
	background-size: cover;
}
.inner-banner2:after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	content: "";
	background: #3edc93;
    background: linear-gradient(45deg, #0a2c58 0%, #3eade1e6 58%, #39a4d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3edc93', endColorstr='#39a4d8', GradientType=1 );
	opacity: 1;
}
.inner-banner2 .container {
	position: relative;
	z-index: 2;
}
.inner-banner2 .contents {
	padding: 80px 0 0;
}
.inner-banner2 h1 {
	color: #fff;
	font-size: 46px;
	margin-bottom: 20px;
}
.inner-banner2 p {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	opacity: 0.7;
}
.inner-banner2 p span {
	display: block;
}

ul.counter-listing {
	text-align: center;
}
ul.counter-listing li {
	width: 24.5%;
	display: inline-block;
}
ul.counter-listing li span {
	font-size: 45px;
    font-weight: 500;
    line-height: 40px;
    color: #dceff7;
    text-shadow: 1px 1px 1px #545454;
}
ul.counter-listing li .sub-title {
	display: block;
	font-size: 14px;
	color: #dddfe0;
	line-height: 30px;
	text-transform: uppercase;
}

.call-action-bar {
    padding: 100px 0;
    text-align: center;
}