body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #333;
}

a {
  color: #333;
}

a:hover, a:active, a:visited, a:focus {
  color: #333;
  text-decoration: none;
}


.social-icons {
  font-size: 20px;
  /*text-align: right;*/
  margin-top: 10px;
}

.social-icons a {
  padding: 5px 10px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.facebook {
  background: #5d82d1;
  color: #fff;
  border: 1px solid #5d82d1;
}

.facebook:hover {
  background: #fff;
  color: #5d82d1;
  border: 1px solid #5d82d1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.twitter {
  background: #36a3d0;
  color: #fff;
  border: 1px solid #36a3d0;
  padding: 5px 8px !important;
}

.twitter:hover {
  background: #fff;
  color: #36a3d0;
  border: 1px solid #36a3d0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.linkedin {
  background: #238cc8;
  color: #fff;
  border: 1px solid #238cc8;
  padding: 5px 7px !important;
}

.linkedin:hover {
  background: #fff;
  color: #238cc8;
  border: 1px solid #238cc8;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.googleplus {
  background: #c85041;
  color: #fff;
  border: 1px solid #c85041;
  padding: 5px 5px !important;
}

.googleplus:hover {
  background: #fff;
  color: #c85041;
  border: 1px solid #c85041;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.callus {
  text-align: right;
  font-size: 20px;
  color: #263978;
}

.callus a {
  color: #263978;
}

.callus a:hover {
  text-decoration: none;
  color: #333;
}

.header {
  padding: 10px 0px;
}

.headfollow {
  font-size: 20px;
}

.p-t-15 {
  padding-top: 15px;
}

.msgimg {
  height: 21px;
  margin-right: 5px;
}

.chatava a {
  color: #fff;
}

.chatava a:hover {
  color: #fff;
}

.chatava {
  /*background: #28ABE3;*/
  background: #263978;
  /*background: #0b1080;*/
  color: #fff !important;
  font-weight: 100;
  padding: 4px 8px;
  margin-top: -4px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 15px;
  margin-bottom: -5px;
}

.chatava:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.chatava:hover:before {
  -webkit-animation: shine 0.5s 0s linear;
  -moz-animation: shine 0.5s 0s linear;
  animation: shine 0.5s 0s linear;
}

.chatava:before {
  content: '';
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: white;
  box-shadow: 0 0 15px 3px white;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

@-webkit-keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@-moz-keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}

.reqcolor {
      background: #2369b8;
      padding: 5px 11px;
}


.navbar {
    border-radius: 0px;
}

.navbar {
    position: relative;
    min-height: 50px;
     margin-bottom: 0px;
    border: 1px solid transparent;
    background: #2369b8;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
    background: transparent;
    text-transform: uppercase;
    padding: 15px 20px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #fff;
    background-color: #3a444d;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #fff;
    background-color: #3a444d;
}

.onlinereq {
  background: #16357a;
  color: #fff;
}

.onlinereq h3 {
  margin-top: 13px;
    margin-bottom: 13px;
    text-align:  center;
}

/* Carousel CSS */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 648px;
}

.quality {
  background: #5dbcff;
  padding: 4px 40px 0px;
    color: #fff;
    min-height: 333px;
}

.pad-left-0 {
  padding-left: 0px !important;
}

.pad-right-0 {
  padding-right: 0px !important;
}

.sideform {
  background: #3a444d;
  padding: 14.5px 15px !important;
  min-height: 333px;
}

.sideform .form-group {
  margin-bottom: 10px;
}

.sideform .form-control {
  height: 28px;
}

.sideform textarea.form-control {
  height: auto;
}

.trust {
  background: #3a444d;
  padding: 4px 40px 0px;
  color: #fff;
}

.offer {
  background: #2369b8;
  padding: 4px 40px 0px !important;
  color: #fff;
  min-height: 316px;
}

.abtcompanybg {
  background: #f1f1f1;
  padding: 40px;
  text-align: justify;
  min-height: 742px;
}

.extrapad {
  padding: 40px 40px 64px 40px;
}

.nopad {
  padding-left: 0px;
  padding-right: 0px;
}

.findacoach {
  background: #74818c;
  /*padding: 2px 40px 23px;*/
  padding: 40px;
  color: #fff;
}

.latestnews {
  background: #5dbcff;
  padding: 4px 40px 20px;
  color: #fff;
}

.nomar {
  margin-left: 0px;
  margin-right: 0px;
}

.quote {
  padding: 4px 40px 20px;
  background: #74818c;
  color: #fff;
}

.luxury {
  background: #3a444d;
  padding:4px 40px 20px;
  color: #fff;
}

.luxextrapad {
  padding: 4px 40px 33px;
}

.upperfooter {
  background: #007bb7;
  padding: 40px;
  /*padding-top: 30px;*/
    /*padding-bottom: 30px;*/
    color: #fff;
}

.upperfooter h4 {
  font-weight: 800;
  letter-spacing: 0.5px;
}

.footer {
  background: #d8d8d8;
  padding-top: 30px;
    padding-bottom: 30px;
}

.iconsize, .iconsize a {
  font-size: 17px !important;
}

.iconsize span {
  color: #008fe0;
}

.addfont {
  font-size: 22px;
}

.footlinks a {
  color: #333;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 15px;
}

.footlinks a:hover {
  text-decoration: none;
}

.font-bold {
      font-weight: bold;
}

.footer-social {
  text-align: left;
    margin-top: 20px;
}

.footer-social span {
  font-size: 16px;
    margin-right: 10px;
}

.btn-default {
    color: #fff;
    background-color: #3a444d;
    border-color: #3a444d;
}

.btn-default:hover {
    color: #fff;
    background-color: #3a444d;
    border-color: #3a444d;
}

.maintopimg {
  height: 333px;
    width: 100%;
}

.insidepageheight .col-md-3 {
  min-height: 333px;
}

.aboutus {
  height: 245px;
    width: 50%;
    margin: auto;
    display: block;
}

.logo {
  height: 110px;
  margin-left: 10px;
}

.pad-right-50 {
      padding-right: 50px;
}

/* Blink */
#blink {
  -moz-animation-duration: 1700ms;
  -moz-animation-name: blink;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: alternate;

  -webkit-animation-duration: 1700ms;
  -webkit-animation-name: blink;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;

  animation-duration: 1700ms;
  animation-name: blink;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  /* margin-top: 10px; */
  font-size: 18px;
  font-weight: bold;
  padding-top: 38px;
  text-align: center;
  color: #16357a;
}

@-moz-keyframes blink {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes blink {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes blink {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.mar-auto {
  margin: auto;
}

.foot-logo {
  height: 120px;
}

.aboutfoot {
  padding-top: 10px;
}

.aboutfoot a {
  color: #333;
  font-weight: bold;
}

.aboutfoot a:hover, .aboutfoot a:active, .aboutfoot a:focus {
  color: #333;
  text-decoration: none;
}

.m-b-20 {
  margin-bottom: 20px;
}

/*.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    background: #2369b8;
 }*/

 .dropdown-menu>li>a {
    display: block;
    padding: 7px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3a444d;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #3a444d;
}

.navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    background: #2369b8;
}

.fleetside {
  background: #f1f1f1;
    padding: 11px 19px;
}

.ratestable thead th {
  background: #16357a;
    color: #fff;
    text-align: center;
}
.ratestable.table-hover>tbody>tr:hover {
    background-color: #74818c;
    color: #fff;
}

hr.rateshr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #1565b1;
}

.copyright {
  font-size: 13px;
    padding-top: 20px;
}

.demo {
  background: transparent;
    margin-top: 40px;
  }
.testimonial{
    margin: 0 20px 40px;
}
.testimonial .testimonial-content{
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #f0f0f0;
    position: relative;
}
.testimonial .testimonial-content:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}
.testimonial-content .testimonial-icon{
    width: 50px;
    height: 45px;
    background: #ff4242;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}
.testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid #e41212;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}
.testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #fff;
}
.owl-theme .owl-controls{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #ff4242;
}

.testimg {
    height: 77px;
    margin-bottom: 13px;
}

.airportlinks a {
  color: #333;
}

.requestbtn {
  color: #fff;
    background: #5dbcff;
    border-color: #5dbcff;
}

.requestbtn:hover, .requestbtn:active, .requestbtn:focus {
    color: #fff;
    background-color: #5dbcff;
    border-color: #5dbcff;
}

.alertable-overlay {
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
}

.alertable-message {
    margin-bottom: 20px;
    font-size: 21px;
    text-align: center;
    color: #333;
}

.alertable-ok {
    background: #2369b8;
    border: solid 1px #2369b8;
    font-family: inherit;
    font-size: inherit;
    color: white;
    border-radius: 4px;
    padding: 6px 24px;
    margin-left: 4px;
    cursor: pointer;
}

.alertable-buttons {
    text-align: center;
}

.knowmorelink {
text-align: right;
margin-top: 24px;
}

.knowmorelink a {
  color: #fff;
border: 1px solid #fff;
padding: 6px 14px;
transition: 1s all;
}

.knowmorelink a:hover {
  color: #333;
border: 1px solid #fff;
background: #fff;
padding: 6px 14px;
transition: 1s all;
}

.f-size-14 {
  /*font-size: 14px;*/
}

.f-size-20 {
  font-size: 20px;
}

.airpot {
  padding: 1px;
  margin-top: 16px;
}

.featservice {
  background: #5dbcff;
    padding: 40px 40px 10px 40px;
    color: #fff;
}

.sideformh3 {
  display:none;
}

@media (min-width: 1400px) {
  body {
    width: 1400px;
    margin: auto;
  }
}

@media only screen and (min-device-width:320px) and (max-device-width:700px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .rspmarauto {
    margin: auto;
  }
  .callus {
    text-align: center;
    font-size: 19px;
  }
  .rsp-pad-right-20 {
    padding-right: 20px;
  }
  .chatava {
    font-size: 13px;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #2369b8;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}
.onlinereq {
  display: none;
}
.carousel-inner {
  height: 320px;
}
.sideformh3 {
  display: block;
  color: #fff;
  text-align: center;
}
.trust {
  background: #2369b8;
}
.offer {
  background: #3a444d;
}
.copyright .col-md-6 {
  text-align: center;
}
.maintopimg {
    height: auto;
    width: auto;
}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .navbar {
        min-height: 42px;
  }
  .navbar-default .navbar-nav>li>a {
      color: #fff;
      background: transparent;
      text-transform: uppercase;
      padding: 10px 7px;
  }
  .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
  }
  .onlinereq {
    display: none;
  }
  .sideformh3 {
    display: block;
    color: #fff;
    text-align: center;
  }
  .ipad-mar-25 {
    margin-bottom: 25px;
  }
  .quality {
    background: #5dbcff;
    padding: 4px 40px 30px;
    color: #fff;
    min-height: 333px;
}
}
