/* ============================================================== */



.sec-pd {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-title {
  padding-bottom: 35px;
}

.inner-pd {
  padding-top: 40px;
}


.inner-banner .banner-box {
  padding: 250px 0 120px;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}

.inner-banner .banner-box h1 {
  font-size: 64px;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}

.inner-banner .banner-box h1 span {
  color: #003e62;
  display: inline;
}

.inner-banner .banner-box p {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}

.get-in-touch .form-section {
  margin-top: 30px;
}

/*-----------------------
Contact Us Section
-----------------------*/





.section-title h2 {
  font-size: 38px;
}

.contact-us .section-title h2 {
  font-size: 38px;
}

.contact-us .section-title {
  text-align: left;
  padding-bottom: 0;
}

.contact-us .section-title p {
  font-size: 17px;
  line-height: 26px;
  padding: 10px 0 25px;
  color: #3c3c3c;
}

.contact-us .section-title h2 {
  font-size: 48px;
}

.video-colm iframe {
  width: 100%;
}

.contact-us.inner-pg .section-title h2 {
  line-height: 47px;
}


.form-section p {
  font-weight: 600;
  padding-bottom: 20px;
}

.form-section .form-control {
  text-transform: capitalize;
  font-size: 18px;
  line-height: 24px;
  color: #9f9f9f;
  height: 50px;
  border: 1px solid #b8b8b8;
  padding: 15px 20px;
  border-radius: 8px;
}

.form-control:focus {
  box-shadow: none;
}

textarea.form-control {
  height: auto !important;
}

.form-group {
  margin-bottom: 30px;
}

.section-title.left ol li {
  font-size: 17px;
  line-height: 24px;
  padding: 0px 0 20px;
  color: #3c3c3c;
  list-style: disc;
}

.section-title.left ol li:last-child {
  padding-bottom: 0;
}

.btn.book-ride.submit {
  width: 100%;
}

.section-title.left {
  text-align: left;
  padding-bottom: 0;
}

.section-title.left p {
  font-size: 17px;
  line-height: 24px;
  padding: 0px 0 20px;
  color: #3c3c3c;
}

.call-support {
  position: relative;
  background: #f1f1f1;
}



/* about */





.about-style-two {
  padding-top: 120px;
  padding-bottom: 120px;
}

.about-style-two .image-block {
  margin-left: 30px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.about-style-two .image-block>img {
  width: 100%;
}

.about-style-two .image-block .bubble-block {
  width: 214px;
  height: 214px;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 10;
  background-color: #003e62;
}


.about-style-two .content-block .block-title {

  margin-top: -15px;
}

.about-style-two .content-block p {
  margin: 0;
}



.about-style-two .content-block .about-btn:hover {
  background-color: #111111;
  color: #003e62;
}


.feature-style-one {
  position: relative;
  padding-top: 105px;
  padding-bottom: 148px;
  color: #fff;
}

/*.block-title {*/
/*  margin-bottom: 60px;*/
/*}*/

.block-title .dot-line {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #003e62;
}

.single-feature-one {
  text-align: center;
}


.single-feature-one .icon-block {
  display: inline-block;
  vertical-align: middle;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  text-align: center;
  line-height: 98px;
  background-color: #ffffff;
  font-size: 60px;
  color: #000000;
  margin-bottom: 35px;
}
.single-feature-one a{
  text-decoration: none;
  color: #fff;
}
.single-feature-one p {
  color: #B5B5B5;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.single-feature-one h3 {
  color: #fff;
}

.single-feature-one h3:hover {
  color: #0c0e66fc;
}

.thm-black-bg {
  background-color: #000000;
}

.feature-style-one .feature-bg {
  position: absolute;
  top: 0;
  right: 0;
  opacity: .05;
}

/* sdfghjkl */

a {
  text-decoration: none !important;
}

.about-style-two p, .call-support p {
  text-align: justify;
}

.icon-block img {
  width: 100%;
  height: auto;
  padding: 20px;
  padding-top: 0;
}
.single-feature-one p{
  text-align:justify;
}
.bs{
  padding: 20px;
  transition: all 0.5s;
}
.bs:hover{
  /* box-shadow: 0px 0px 5px #aaa; */
  transform: scale(1.1);
  background-color: #003e62;
  
}