@font-face {
  font-family: 'Poppins-Light';
  src: url("../fonts/Poppins-Light.ttf"); }
@font-face {
  font-family: 'Poppins-Regular';
  src: url("../fonts/Poppins-Regular.ttf"); }
@font-face {
  font-family: 'Poppins-Bold';
  src: url("../fonts/Poppins-Bold.ttf"); }
body {
  -webkit-animation: fadein 1s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s;
  /* Firefox < 16 */
  -ms-animation: fadein 1s;
  /* Internet Explorer */
  -o-animation: fadein 1s;
  /* Opera < 12.1 */
  animation: fadein 1s; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
html {
  width: 100%;
  height: 100%; }

body {
  font-family: Poppins-Regular;
  font-size: 14px;
  overflow-x: hidden; }

a, button {
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  /* For Safari 3.1 to 6.0 */
  transition: all ease-in-out 0.3s; }
  a:hover, a:focus, button:hover, button:focus {
    text-decoration: none;
    -webkit-transition: all ease-in-out 0.3s;
    /* For Safari 3.1 to 6.0 */
    transition: all ease-in-out 0.3s; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background-image: url(../img/G_select-drop.png) !important;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 30px !important;
  background-size: 20px; }
 
 body {
     padding-top: 125px;
 }
 .navbar-brand>img {
    display: block;
    width: 64px;
}

.headerpart {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background: white !important;
    z-index: 999;
}

.navbar  {
    position: fixed;
    left: 0px;
    top: 50px;
    width: 100%;
    background: white !important;
    z-index: 999;
}



.headerpart ul {
  list-style: none;
  padding: 0px;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 15px; }
  .headerpart ul li {
    display: inline-block;
    padding: 8px 50px;
    margin-left: -4px;
    position: relative; }
    .headerpart ul li a {
      color: white;
      font-family: Poppins-Light;
      padding: 0px 10px; }
    .headerpart ul li:nth-child(1) {
      background: #b31e52; }
      .headerpart ul li:nth-child(1)::before {
        content: '';
        position: absolute;
        top: 0px;
        left: -14px;
        width: 30px;
        background: #b31e52;
        height: 100%;
        transform: skew(35deg);
        -webkit-transform: skew(35deg); }
      .headerpart ul li:nth-child(1)::after {
        content: '';
        position: absolute;
        top: 0px;
        right: -14px;
        width: 30px;
        background: #b31e52;
        height: 100%;
        transform: skew(-35deg);
        -webkit-transform: skew(-35deg);
        z-index: 99; }
    .headerpart ul li:nth-child(2) {
      background: #1058a8; }
      .headerpart ul li:nth-child(2) .fas {
        margin-right: 10px; }
      .headerpart ul li:nth-child(2)::after {
        content: '';
        position: absolute;
        top: 0px;
        right: -14px;
        width: 30px;
        background: #1058a8;
        height: 100%;
        transform: skew(-35deg);
        -webkit-transform: skew(-35deg); }
    .headerpart ul li:nth-child(3) {
      position: absolute;
      top: 4px;
      right: 0px;
      padding: 0px; }
      .headerpart ul li:nth-child(3) .form-group {
        position: relative; }
        .headerpart ul li:nth-child(3) .form-group .form-control {
          padding-left: 30px;
          border: none;
          line-height: 20px;
          box-shadow: none;
          cursor: pointer; }
        .headerpart ul li:nth-child(3) .form-group .map {
          position: absolute;
          top: 7px;
          left: 7px;
          width: 20px; }
          .navbar-default .navbar-collapse{
   text-align: center;
}
.navbar-default .navbar-nav>li>a {
    color: #777;
    font-weight: bold;
}
.navbar-nav {
   float: none;
   display: inline-block;
}
.navbar-default {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  margin: 0px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 15px 0px;
  position: relative; }
  .navbar-nav > li > a:before {
    content: '';
    width: 0px;
    height: 2px;
    position: absolute;
    top: 5px;
    left: 15px;
    background: #1058a8; }
  .navbar-nav > li > a:after {
    content: '';
    width: 0px;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 15px;
    background: #b31e52; }
  .navbar-nav > li > a:before, .navbar-nav > li > a:after {
    -webkit-transition: all ease-in-out 0.3s;
    /* For Safari 3.1 to 6.0 */
    transition: all ease-in-out 0.3s; }
  .navbar-nav > li > a:hover:before, .navbar-nav > li > a:hover:after {
    -webkit-transition: all ease-in-out 0.3s; /* For Safari 3.1 to 6.0 */
    transition: all ease-in-out 0.3s; }
  .navbar-nav > li > a:hover:before {
    width: 10px; }
  .navbar-nav > li > a:hover:after {
    width: calc(100% - 30px); }

.navbar-nav > li.active > a {
  background: transparent !important; }
  .navbar-nav > li.active > a:before, .navbar-nav > li.active > a:after {
    -webkit-transition: all ease-in-out 0.3s;
    /* For Safari 3.1 to 6.0 */
    transition: all ease-in-out 0.3s; }
  .navbar-nav > li.active > a:before {
    width: 10px; }
  .navbar-nav > li.active > a:after {
    width: calc(100% - 30px); }

.book > a {
  background: #1058a8;
  background: -moz-linear-gradient(left, #b31e52 0%, #1058a8 80%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #b31e52), color-stop(80%, #1058a8));
  background: -webkit-linear-gradient(left, #b31e52 0%, #1058a8 80%);
  background: -o-linear-gradient(left, #b31e52 0%, #1058a8 80%);
  background: linear-gradient(to left, #b31e52 0%, #1058a8 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#b31e52, endColorstr=#1058a8);
  color: white !important;
  margin-left: 0px !important;
  border-radius: 50px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  -webkit-transition: all ease-in-out 0.3s;
  /* For Safari 3.1 to 6.0 */
  transition: all ease-in-out 0.3s; 
  display: inline-block !important; 
}
  .book > a:hover, .book > a:focus {
    color: white !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-transition: all ease-in-out 0.3s;
    /* For Safari 3.1 to 6.0 */
    transition: all ease-in-out 0.3s; }
  .book > a:before, .book > a:after {
    display: none; }

.carousel-inner .item .carousel-caption h1 {
  font-family: Poppins-Bold; }
  .carousel-inner .item .carousel-caption h1 span {
    font-family: Poppins-Light; }
.carousel-inner .item .carousel-caption:first-child, .carousel-inner .item .carousel-caption:last-child {
  text-align: right; }

.carousel-indicatorslider .active {
  background: #b31e52;
  border: 1px solid #b31e52; }

.services {
  padding: 50px 0px; }
  .services .services-part {
    background: url(../img/D_service-1.jpg) no-repeat center left;
    background-size: cover;
    padding: 40px 20px 40px 0px; }
    .services .services-part:hover .service-pro .services-pro-img {
      -webkit-transition: all ease-in-out 0.3s;
      /* For Safari 3.1 to 6.0 */
      transition: all ease-in-out 0.3s;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
    .services .services-part:hover .service-pro .btn-service {
      background: white;
      color: #484848;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
    .services .services-part .service-pro {
      text-align: center; }
      .services .services-part .service-pro .services-pro-img {
        width: 150px;
        height: 150px;
        overflow: hidden;
        border-radius: 50%;
        display: inline-block;
        border: 5px solid white;
        -webkit-transition: all ease-in-out 0.3s;
        /* For Safari 3.1 to 6.0 */
        transition: all ease-in-out 0.3s; }
        .services .services-part .service-pro .services-pro-img img {
          width: 100%; }
      .services .services-part .service-pro .service-head {
        color: white;
        font-family: Poppins-Bold;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 25px auto;
        display: inline-block;
        width: 100%; }
      .services .services-part .service-pro .btn-service {
        border: 1px solid White;
        border-radius: 50px;
        padding: 10px 20px;
        background: transparent;
        color: white; }
  .services .service-carousel .main-carousel {
    margin-top: 30px; }
    .services .service-carousel .main-carousel .carousel-cell {
      text-align: center;
      padding: 0px 30px;
      width: 200px; }
      .services .service-carousel .main-carousel .carousel-cell img {
        background: white;
        display: inline-block;
        border-radius: 50%;
        padding: 20px;
        width: 100px;
        height: 100px;
        border: 3px solid #1058a8;
        margin: 20px auto 5px; }
      .services .service-carousel .main-carousel .carousel-cell .serivce-names {
        font-size: 13px;
        color: #484848; }
      .services .service-carousel .main-carousel .carousel-cell .btn-book {
        border-radius: 4px;
        background: #b31e52;
        color: white;
        position: relative;
        bottom: -50px;
        opacity: 0;
        margin-top: 10px; }
        .services .service-carousel .main-carousel .carousel-cell .btn-book:hover {
          -webkit-transition: all ease-in-out 0.3s;
          /* For Safari 3.1 to 6.0 */
          transition: all ease-in-out 0.3s;
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
      .services .service-carousel .main-carousel .carousel-cell:hover .btn-book {
        opacity: 1;
        bottom: 0px; }
      .services .service-carousel .main-carousel .carousel-cell:hover img {
        border-color: #b31e52;
        -webkit-transition: all ease-in-out 0.3s;
        /* For Safari 3.1 to 6.0 */
        transition: all ease-in-out 0.3s;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.services-bg {
  background: #f2f2f2; }
  .services-bg .services-part {
    background: url(../img/D_service-2.jpg) no-repeat center right; }
  .services-bg .flickity-prev-next-button.previous {
    left: 0px !important;
    right: inherit !important; }
  .services-bg .flickity-prev-next-button.next {
    left: 50px !important;
    right: inherit !important; }

.flickity-prev-next-button {
  top: inherit !important;
  width: 30px !important;
  height: 30px !important;
  bottom: -40px !important;
  -webkit-transition: all ease-in-out 0.3s;
  /* For Safari 3.1 to 6.0 */
  transition: all ease-in-out 0.3s; }
  .flickity-prev-next-button:hover {
    -webkit-transition: all ease-in-out 0.3s;
    /* For Safari 3.1 to 6.0 */
    transition: all ease-in-out 0.3s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.flickity-prev-next-button.previous {
  left: inherit !important;
  right: 50px !important; }

.how-it-works {
  padding: 50px 0px;
  background: url(../img/D_how-workds.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  text-align: center; }
  .how-it-works .how-head {
    font-size: 36px;
    color: white;
    font-family: Poppins-Bold;
    margin-bottom: 20px;
    letter-spacing: 1px; }
    .how-it-works .how-head span {
      font-family: Poppins-Light; }
  .how-it-works .how-title {
    color: white;
    font-size: 32px;
    letter-spacing: 1px; }
  .how-it-works p {
    color: white;
    padding: 10px 40px 20px; }
  .how-it-works img {
    padding: 15px;
    border-radius: 50%;
    border: 2px solid white;
    margin: 25px auto 35px; }

.first-arrow {
  position: relative; }
  .first-arrow::before {
    content: '';
    width: 200px;
    height: 90px;
    background: url(../img/arrow_how-2.png) no-repeat center;
    position: absolute;
    top: 30px;
    right: -99px;
    background-size: contain; }

.second-arrow {
  position: relative; }
  .second-arrow::before {
    content: '';
    width: 200px;
    height: 90px;
    background: url(../img/arrow_how-1.png) no-repeat center;
    position: absolute;
    top: 120px;
    right: -99px;
    background-size: contain; }

.why-choose {
  padding: 50px 0px; }
  .why-choose .why-choose-head {
    color: #b31e52;
    font-size: 36px;
    font-family: Poppins-Bold;
    text-align: center;
    margin-bottom: 25px; }
    .why-choose .why-choose-head span {
      color: #1058a8;
      font-family: Poppins-Light; }
  .why-choose .why-choose-part {
    padding-left: 100px; }
    .why-choose .why-choose-part p {
      margin-bottom: 30px;

       }
    .why-choose .why-choose-part img {
      position: absolute;
      top: 0px;
      left: 20px; }

.mobile-app {
  padding: 10px 0px;
  background: url(../img/D_mobile.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  margin-top: 40px;
  text-align: center; }
  .mobile-app img {
    width: 100%; }
  .mobile-app .mobile-content-seciton {
    margin-top: 160px;
    color: white; }
    .mobile-app .mobile-content-seciton h4 {
      font-family: Poppins-Bold;
      font-size: 40px;
      margin-bottom: 60px; }
    .mobile-app .mobile-content-seciton p {
      font-size: 18px; }
    .mobile-app .mobile-content-seciton .btn-app {
      padding: 20px 50px;
      border: 3px solid white;
      background: transparent;
      color: white;
      font-size: 16px;
      border-radius: 0px;
      margin-top: 50px; }
      .mobile-app .mobile-content-seciton .btn-app:hover {
        background: white;
        color: black; }

.Our-stats {
  padding: 50px 0px; }
  .Our-stats .why-choose-head {
    color: #b31e52;
    font-size: 36px;
    font-family: Poppins-Bold;
    text-align: center;
    margin-bottom: 25px; }
    .Our-stats .why-choose-head span {
      color: #1058a8;
      font-family: Poppins-Light; }
  .Our-stats .why-choose-part {
    text-align: center;
    margin-top: 20px;
        background: #fff;
    padding: 40px 0px 20px;
    box-shadow: 0 0 13px 0.7px rgba(0, 0, 0, 0.1); 
  }
    .Our-stats .why-choose-part h4 {
     font-family: 'Oswald', sans-serif;
     color: #b31e52;
    font-size: 35px;
    font-weight: bold;
    line-height: 43px;
    margin-bottom: 15px;
    letter-spacing: 0; }

/***********************************FOOTER PART **************************************/
.footer {
  background: #1058a8;
  padding: 40px 0;
  color: #fff; }

.footer p {
  font-family: 'Poppins-Light'; }
  .footer p a {
    color: white; 
    margin-top: 10px;
    display: inline-block;}

.social-icons .fab {
  background: #fff;
  padding: 12px;
  border-radius: 100%;
  color: #b31e52;
  width: 40px;
  text-align: center; 
  margin-right: 10px;
  margin-top: 10px;
}

.footer .btn-footer, .footer .btn-footer:hover {
  background: #b31e52;
  color: #fff;
  border: 2px solid;
  border-radius: 60px;
  padding: 10px 50px; }

.footer-bottom {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px; }

.map-mob, .book-mob {
  display: none; }


@media only screen and (max-width: 600px) {
    .navbar-nav {
    width: 100%;
}
  .headerpart ul li:nth-child(1) {
    display: none; }
  .headerpart ul li:nth-child(2) {
    background: #b31e52;
    text-align: left;
    padding: 10px 0px;
    width: 84%;
    z-index: 0;
    font-size: 12px; }
    .headerpart ul li:nth-child(2) a .fas {
      margin-right: 0px; }
    .headerpart ul li:nth-child(2) a:last-child {
      display: none; }
    .headerpart ul li:nth-child(2)::before {
      content: '';
      position: absolute;
      top: 0px;
      left: -14px;
      width: 30px;
      background: #b31e52;
      height: 100%;
      transform: skew(35deg);
      -webkit-transform: skew(35deg);
      z-index: -1; }
    .headerpart ul li:nth-child(2)::after {
      content: '';
      position: absolute;
      top: 0px;
      right: -14px;
      width: 30px;
      background: #b31e52;
      height: 100%;
      transform: skew(-35deg);
      -webkit-transform: skew(-35deg);
      z-index: -1; }

  .headerpart ul li:nth-child(3) .form-group .map {
    display: none; }
  .headerpart ul li:nth-child(3) .form-group .map-mob {
    display: block;
    position: absolute;
    width: 20px;
    top: 8px;
    left: 12px; }
  .headerpart ul li:nth-child(3) .form-group .form-control {
    font-size: 12px;
    color: white;
    background-color: transparent;
    background-image: none !important; }

  .headerpart ul li:nth-child(3) {
    top: -1px; }

  .headerpart ul {
    margin-bottom: 5px; }

  .navbar-brand {
    padding: 3px 0px; }

  .navbar-default .navbar-toggle {
    border: none; }

  .book {
    display: none !important; }

  .book-mob {
    position: absolute !important;
    z-index: 99;
    top: 30px;
    right: 112px;
    display: block !important; }
    .book-mob a {
      padding: 4px 20px !important;
      font-size: 12px;
      margin: 0px !important; }

  .navbar-default .navbar-toggle .icon-bar {
    background: #1058a8;
    background: -moz-linear-gradient(left, #b31e52 0%, #1058a8 80%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #b31e52), color-stop(80%, #1058a8));
    background: -webkit-linear-gradient(left, #b31e52 0%, #1058a8 80%);
    background: -o-linear-gradient(left, #b31e52 0%, #1058a8 80%);
    background: linear-gradient(to left, #b31e52 0%, #1058a8 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#b31e52, endColorstr=#1058a8); }

  .carousel .item {
    min-height: 350px !important; }

  .carousel-slider .btn-slider {
    padding: 10px 30px; }

  .carousel-inner .item .carousel-caption h1 {
    font-size: 24px; }

  .carousel-slider h3 {
    font-size: 12px; }

  .services .services-part {
    background-size: auto 330px;
    background-position: top left; }

  .services .service-carousel .main-carousel .carousel-cell {
    padding: 0px;
    width: 160px; }

  .services-bg .services-part {
    background-size: auto 330px;
    background-position: top right; }

  .services {
    padding: 15px 0px; }

  .first-arrow::before, .second-arrow::before {
    display: none; }

  .how-it-works img {
    margin: 5px auto 15px;
    width: 110px; }

  .how-it-works .how-title {
    font-size: 24px; }

  .why-choose {
    padding: 30px 0px; }
    .why-choose .why-choose-head {
      font-size: 32px; }

  .why-choose .why-choose-part p {
    margin-bottom: 30px; }

  .mobile-app .mobile-content-seciton {
    margin-top: 40px; }

  .mobile-app .mobile-content-seciton h4 {
    margin-bottom: 10px; }

  .mobile-app .mobile-content-seciton .btn-app {
    margin-top: 20px;
    margin-bottom: 50px; }}

/*# sourceMappingURL=style.css.map */


 .services {
    color: #b31e52;services
    font-size: 36px;
    font-family: Poppins-Bold;
    text-align: center;
    margin-bottom: 25px; }
    .services span {
      color: #1058a8;
      font-family: Poppins-Light; }
      .services p{
        color: #000;
        font-family: Poppins-Light;
        margin-bottom: 30px;
        text-align: center;
        padding: 0px 160px;
      }
/***********************why we choose us **************************/

/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  margin-top: 20px;
  margin-left: 0px;
  /*webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
   background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
 box-shadow: 0 0 13px 0.7px rgba(0, 0, 0, 0.1);
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
  text-align: left;
  padding: 10px 15px 15px 15px;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
   color: #000;
    font-size: 20px;
    padding: 9px;
    padding-left: 0px;
    border-right: 1px solid #ccc;
    margin-right: 8px;
    display: inline-block;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active ,
div.bhoechie-tab-menu div.list-group>a.active .fa{
background: linear-gradient(to left, #1058a8 0%, #b31e52 100%);
  background-image: #5A55A3;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active .glyphicon {
  color: white;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #1058a8;
}

div.bhoechie-tab-content{
 border: 2px solid #eeeeee;
    padding-left: 20px;
    padding-top: 53px;
    box-shadow: 0 0 13px 0.7px rgba(0, 0, 0, 0.1);
    /*margin-top: -13px;*/
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
.bhoechie-tab{
  padding: 0px;
}
.why1{
  list-style: none;
  float: left;
}
.save{
  margin-top: 90px;
}
.save-img img{
 width: 250px;
    height: auto;
}
.glyphicon {
    position: relative;
    top: 5px;
    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;
}

/********************clients satification********************/
.our{
  display: inline-block;
}
.why-choose-part p {
    padding: 10px 0px;
    font-weight: bold;
    font-size: 17px;
}
.why-choose-part img{
  margin-top: -33px;
}
/*********************two banner **********************/
.finance{
  padding: 0px!important;
  background: url(../img/join.jpg) no-repeat center;
  background-size: cover;
  padding: 20px 0 40px 92px !important;
}
.join{
  padding: 0px!important;
  background: url(../img/finance.jpg) no-repeat center;
  background-size: cover;
  padding: 20px 0 40px 92px !important;
}



.finance img{
  position: relative;
  display: none;
}
.join-con h2 {
    color: #fff;
}
.join-con p {
    color: #fff;
}
.join-con btn btn-primary{

}
.join img{
  position: relative;
    display: none;
}
.finance-con h2 {
    color: #fff;
}
.finance-con p {
    color: #fff;
}
.btn-dhubnew {
    padding: 10px 20px;
    border-radius: 50px;
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
    margin-top: 20px !important;
}

.btn-dhubnew:hover {
  background: #fff;
  color: #000;
}

.click-right span{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid white;
  display: inline-block;
  text-align: center;
  padding: 16px;
  -webkit-transition: all ease-in-out 0.3s; /* For Safari 3.1 to 6.0 */
  transition: all ease-in-out 0.3s;
}

.click-right{
  font-size: 18px;
  cursor: pointer;
}
.click-right:hover span{
    background: white;
    color: black;
    -webkit-transition: all ease-in-out 0.3s; /* For Safari 3.1 to 6.0 */
    transition: all ease-in-out 0.3s;
}

.form-booking {
  margin-top: 30px;
  background: white;
  padding: 15px 25px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: black;
  z-index:0;
}

.form-booking h4{
  color: black;
  margin-bottom: 25px;
  text-align: center; 
}

.form-booking .form-control{
  border-radius: 0px;
  border: none;
  border-bottom: 2px solid black;
  box-shadow: none;
}

.form-booking .form-control:focus{
  border-bottom: 2px solid #b41851;
}

.btn-dhubbtn {
  width: 100%;
  border-radius: 50px;
  border: 2px solid #b41851;
  padding: 12px;
  background: white;
}

.btn-dhubbtn:hover {
  background: #b41851;
  color: white;
}
.services .booking-part .main-carousel .carousel-cell img {
  padding: 0px;
}

.service-choose {
  background: #f2f2f2; 
  text-align: justify;
}
.service-gallery .service-satis{
  margin-bottom: 30px;
  cursor: pointer;

}
.service-gallery .service-satis .service-img-hover{
  position: relative;
  -webkit-transition: all ease-in-out 0.3s; /* For Safari 3.1 to 6.0 */
  transition: all ease-in-out 0.3s;
  overflow: hidden;
}
.service-satis .service-img-hover:before{
    content: "";
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #1058a8 0%, #b31e52 100%);
    -webkit-transition: all ease-in-out 0.3s; /* For Safari 3.1 to 6.0 */
    transition: all ease-in-out 0.6s;
    opacity: 0.5;
}

.service-satis .service-img-hover:hover:before{
  opacity: 0.6;
  -webkit-transition: all ease-in-out 0.3s; /* For Safari 3.1 to 6.0 */
  transition: all ease-in-out 0.6s;
  top: 0px;
  

}

.pagination li a{
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background: #f2f2f2;
  color: black;
  border: none;
  margin: 0 5px;
  padding: 10px;
}

.pagination li.active a{
  
  background: #b41851;
  color: white;
  cursor: pointer;

}
.service-satis .service-img-hover h4 a{
   color:#fff; 
}


.service-satis .service-img-hover h4{
  position: absolute;
  top: 80%;
  text-align: center;
  z-index: 9;
  color: #fff;
  display: block;
  width: 100%;
  -webkit-transition: all ease-in-out 0.3s; /* For Safari 3.1 to 6.0 */
  transition: all ease-in-out 0.6s;
  opacity:0.6;
}
.service-satis .service-img-hover:hover h4{
  opacity: 1;
  top: 40%;
  -webkit-transition: all ease-in-out 0.3s; /* For Safari 3.1 to 6.0 */
  transition: all ease-in-out 0.6s;

}


.service-gallery p {
  text-align: center;
  margin-bottom: 45px;
  font-size: 16px;
}

.service-serch-engine {
  padding: 0px;
  list-style: none;
  z-index: 9;
  /*display: inline-block;*/
  position: relative;
  margin-top:  80px;
}

.service-serch-engine li {
  width: 45%;
  float: left;
  padding: 5px;
  list-style:none;
}
.service-serch-engine li:last-child {
  width: 6.333%
}

.service-serch-engine .form-control{
  border-radius: 60px;
  border: 2px solid #b41851;
  box-shadow: none;
  padding: 12px;
  height: 44px;
}

.service-serch-engine .form-control:focus{
  border-bottom: 2px solid #b41851;
}

.bnt-search {
  width: 100%;
  border-radius: 50px;
  border: 2px solid #b41851;
  padding: 12px;
  background: white;
}

.bnt-search:hover {
  background: #b41851;
  color: white;
}



















@media only screen and (max-width: 480px) {
    
  .service-serch-engine li {
      width: 100% !important;
  }
  .caption {
    margin-top: 70px !important;
  }
  .header .caption h1 {
    font-size: 30px !important;
  }
  .cd-words-wrapper {
    display: block !important;
    text-align: center !important;
  }
  .header {
    height: 430px !important;
  }
  div.bhoechie-tab-content {padding-top: 0px !important;}
  div.bhoechie-tab-content h2{margin-top: 0px !important;}
  .save {
      margin-top: 40px;
  }
  .join-con h2, .finance-con h2 {
    top: 14px !important;
    font-size: 24px;
  }
  .join {
      padding: 20px 0 40px 22px !important;
  }
  .finance {
      padding: 20px 0 40px 22px !important;
  }
  .navbar-default{
      padding: 15px;
    top: 42px;
}
.form-fix {
    right: 0px !important;
    
}
  .join img {
      
  }
  
  .join-con p, .finance-con p {left: 23px;
    top: 64px !important}
   .services p{
    padding: 0px 0px!important;
   }
   .join-con h2 {
color: #fff;
font-size: 24px;
}
.join-con p {
  color: #fff;
}
.btn-dhubnew {
}
.booking-head {
  height: auto !important;
  padding-bottom: 50px;
}

}


/*****************************service providers  & consultants********************/
    
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* xclip */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 10%;
  right: 0;
  width: 2px;
  height: 70%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
}
.caption {
  color: white;
  margin-top: 150px;
  z-index: 99;
}
.butn {
  margin-top: 30px;
  display: inline-block;
}

/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/ 

/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 03 Start Header ]
-----------------------------------------------------------------*/
.header {
  height: 550px;
  overflow: hidden;
  position: relative;
  background: url(../img/D_slider1.jpg) no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
}

.booking-head {
  background: url(../img/D_slider3.jpg) no-repeat center top; 
  height: 700px;
  background-size: cover;
  background-attachment: fixed;
}

.service-head {
  background: url(../img/D_slider2.jpg) no-repeat center; 
  height: 200px;
  background-size: cover;
}

.booking-head .caption {
  margin-top: 50px;
}



.header .caption h6 {
  font-size: 20px;
  letter-spacing: 2px;
}
.header .caption h2 {
  font-family: Poppins-Bold;
  margin-bottom: 20px; 
}
.header .caption h1 {
  margin: 10px 0;
  font-size: 50px;
  font-weight: 700;
  font-family: inherit;
  word-spacing: 2px;
  letter-spacing: 2px;
}
.header .caption p {
  font-size: 15px;
  font-weight: 300;
  color: #eee;
  letter-spacing: 1px;
  word-spacing: 2px;
}
.header .caption .social a {
  color: #fff;
  font-size: 12px;
  margin: 0 10px;
}
.header .caption .butn {
  color: #fff;
  padding: 12px 40px;
  border: 1px solid #eee;
  border-radius: 30px;
  font-size: 13px;
  letter-spacing: 1px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.header .caption .butn:hover {
  background: #eee;
  color: #111;
}
.header #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.header .bg-vid {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}
.header.creative .svg {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.header.creative .svg svg {
  fill: #fff;
  width: 101%;
}

/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/



/********************login form ***********************/
/*.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: #00415d;
  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: #029f5b;
  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: 45px;
  border: 1px solid #ddd;
  font-size: 16px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.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-login {
  background-color: #59B2E0;
  outline: none;
  color: #fff;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 14px 0;
  text-transform: uppercase;
  border-color: #59B2E6;
}
.btn-login:hover,
.btn-login:focus {
  color: #fff;
  background-color: #53A3CD;
  border-color: #53A3CD;
}
.forgot-password {
  text-decoration: underline;
  color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
  text-decoration: underline;
  color: #666;
}

.btn-register {
  background-color: #1CB94E;
  outline: none;
  color: #fff;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 14px 0;
  text-transform: uppercase;
  border-color: #1CB94A;
}
.btn-register:hover,
.btn-register:focus {
  color: #fff;
  background-color: #1CA347;
  border-color: #1CA347;
}
.login {
    background: url(../img/D_slider2.jpg) no-repeat center top;
    padding: 70px 0px;
    position: relative;
    margin-bottom: 30px;
}
.login h3 {
    position: absolute;
    color: #fff;
    top: 40px;
    left: 135px;
}

.login_now h3{
 margin-bottom: 30px;
    margin-top: -9px;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding: 12px 10px 10px 0px;
}
.login_now{
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
   padding: 30px 20px;
}
.login_now p{
  text-align: center;
  padding: 20px 0px;
}*/

.form-control {
    border-radius: 0px;
    border: none;
    border-bottom: 2px solid black;
    box-shadow: none;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background-repeat: no-repeat!important;
    background-position: center right!important;
}
.form-booking {
    margin-top: 30px;
    background: white;
    padding: 15px 25px;
     box-shadow: 0 4px 8px 0 #ccc, 0 6px 20px 0 #ccc!important; 
    color: black;
}
.new-login{
  margin-top: 20px;
  
}
.login {
    background: url(../img/D_slider2.jpg) no-repeat center top;
    padding: 70px 0px;
    position: relative;
    margin-bottom: 30px;
}
.login h2 {
    position: absolute;
    color: #fff;
    top: 50px;
    left: 135px;
}

.login_now h3{
 margin-bottom: 30px;
    margin-top: -9px;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding: 12px 10px 10px 0px;
}
.sub-banner-new{
    text-align: center;
    margin-top: 76px;
    color:#fff;
}


