::-webkit-scrollbar {
  /* Scrollbars */
  width: .875em;
  height: .875em;
  background: #FFF 0 0 repeat;
}
::-webkit-scrollbar-track-piece {
  /*background*/
  /* Fond */
  background: transparent none;
  border: solid .25em transparent;
  border-right-width: .5em;
  margin: .25em;
  -webkit-box-shadow: inset 0.0625em 0.0625em 0 0 #898375, inset -0.0625em -0.0625em 0 0 #e0dcd2;
}
::-webkit-scrollbar-track-piece:horizontal {
  /*background for bottom scrollbar*/
  /* Fond pour la barre du bas */
  border-right-width: .25em;
  border-bottom-width: .5em;
}
::-webkit-scrollbar-thumb {
  /* Barre */
  border: solid 0 transparent;
  border-right-width: .25em;
  -webkit-border-radius: .3125em;
  -webkit-border-top-right-radius: .5625em .3125em;
  -webkit-border-bottom-right-radius: .5625em .3125em;
  -webkit-box-shadow: inset 0 0 0 0.0625em #4f4f4f, inset 0 0 0 0.375em #666666;
}
::-webkit-scrollbar-thumb:hover {
  /* Barre */
  -webkit-box-shadow: inset 0 0 0 0.0625em #5a5a5a, inset 0 0 0 0.375em #6e6e6e;
}
::-webkit-scrollbar-thumb:horizontal {
  /* Barre du bas */
  border-right-width: 0;
  border-bottom-width: .25em;
  -webkit-border-top-right-radius: .3125em;
  -webkit-border-bottom-right-radius: .3125em .5625em;
  -webkit-border-bottom-left-radius: .3125em .5625em;
}
::-webkit-scrollbar-corner {
  /*window corner*/
  /* Coin de la fenêtre */
  background: #bfb6a3 0 0 no-repeat;
}
.pn {
  padding: 0;
}
.w-100 {
  line-height: 0;
}
.second_row {
  margin-bottom: 20px;
  overflow: hidden;
}
.second_row .half_tranle {
  position: relative;
}
.second_row .half_tranle::before {
  background-color: #efefef;
  height: 508px;
  width: 100%;
  position: absolute;
  content: '';
  transform: skewY(-14.3deg);
  top: -19rem;
}
.second_row .first_img {
  margin-top: 100px;
  position: relative;
}
.second_row .right_content {
  margin-top: 100px;
  margin-left: 7%;
}
.second_row h3 {
  font-family: 'Poppins SemiBold';
  text-transform: uppercase;
  line-height: 40px;
  font-size: 1.8rem;
}
.second_row p {
  color: #6c757d;
  font-size: 18px;
  margin: 0px 0px 12px 0px;
}
.second_row .long_content_text {
  font-size: 14px;
  color: #000;
  position: relative;
  padding: 0px 0px 0px 20px;
}
.second_row .long_content_text i {
  font-size: 10px;
  position: absolute;
  padding-top: 6px;
  left: 0;
}
/*for button */
.btn_hover {
  padding: 9px 25px 7px 25px;
  border: 1px solid #469bd5;
  color: #fff;
  font-size: 13px;
  outline: none;
  cursor: pointer;
  border-radius: 0px;
  border: none;
  text-transform: uppercase;
  text-align: center;
  margin-top: 50px;
}
/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #eb390f;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border: none;
  outline: none;
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #22262a;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 0px;
  outline: none;
}
.hvr-shutter-in-horizontal:hover,
.hvr-shutter-in-horizontal:focus,
.hvr-shutter-in-horizontal:active {
  color: white;
  outline: none;
  border-radius: 0;
}
.hvr-shutter-in-horizontal:hover:before,
.hvr-shutter-in-horizontal:focus:before,
.hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  outline: none;
}
/*end for button*/
.animation_duration_1-9 {
  -webkit-animation-duration: 1.9s;
  animation-duration: 1.9s !important;
}
.animation_duration_1-8 {
  -webkit-animation-duration: 1.9s;
  animation-duration: 1.9s !important;
}
.animation_duration_2-1 {
  -webkit-animation-duration: 1.9;
  animation-duration: 1.9s !important;
}
.dealy_animation {
  animation-delay: 0.9s;
}
.thrid_row {
  background-color: #1a1a2e;
  background-image: url(../img/bg_pattarn_black.png);
  position: relative;
  color: #fff;
  padding: 250px 0px 160px 0px;
  background-size: cover;
  background-position: 0 0;
}
.thrid_row h3 {
  font-family: 'Poppins SemiBold';
  text-transform: uppercase;
  line-height: 40px;
  font-size: 1.8rem;
}
.thrid_row p:nth-child(2) {
  font-size: 18px;
}
.thrid_row p:nth-child(3) {
  font-size: 14px;
  text-align: justify;
  font-family: 'Poppins Light';
  color: #eeeeee;
  position: relative;
  padding: 0px 0px 0px 20px;
}
.thrid_row p:nth-child(3) i {
  font-size: 10px;
  position: absolute;
  padding-top: 6px;
  left: 0;
}
.thrid_row p:nth-child(4) {
  font-size: 14px;
  text-align: justify;
  font-family: 'Poppins Light';
  color: #eeeeee;
  position: relative;
  padding: 0px 0px 0px 20px;
}
.thrid_row p:nth-child(4) i {
  font-size: 10px;
  position: absolute;
  padding-top: 6px;
  left: 0;
}
.thrid_row .right_image {
  margin-top: 100px;
}
.thrid_row .hvr-shutter-in-horizontal:before {
  background: #eb390f;
}
.thrid_row .left_content {
  margin-top: 100px;
}
.thrid_row .hvr-shutter-in-horizontal:hover,
.thrid_row .hvr-shutter-in-horizontal:focus,
.thrid_row .hvr-shutter-in-horizontal:active {
  color: #000;
}
.thrid_row .hvr-shutter-in-horizontal {
  background: #ffffff;
  margin-bottom: 50px;
  border-radius: 0;
}
/*end 3rd row*/
/* 4th row*/
.four_row {
  position: relative;
  margin-bottom: 0px;
  padding: 5rem 0rem 0rem 0rem;
  overflow: hidden;
}
.four_row .center_contnet img {
  margin-top: 30px;
}
.four_row h3 {
  font-family: 'Poppins SemiBold';
  text-transform: uppercase;
  line-height: 40px;
  font-size: 1.8rem;
}
.four_row p:nth-child(2) {
  font-size: 18px;
}
.four_row p:nth-child(3),
.four_row p:nth-child(4) {
  font-size: 14px;
  margin: 6px;
}
.four_row .center_contnet {
  position: relative;
  z-index: 33;
}
.four_row::before {
  content: '';
  position: absolute;
  width: 100%;
  background: #efefef;
  height: 50em;
  transform: rotate(20deg);
  transform: skewY(14deg);
  bottom: 0;
  top: 33rem;
}
.four_row::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 40rem;
  background: #e3e3e3;
  transform: skewY(-16deg);
  bottom: 0;
  /* z-index: 100; */
  top: 40rem;
}
/*end 4th row*/
.five_row {
  background-color: #1a1a2e;
  background-image: url(../img/how_work.webp);
  position: relative;
  padding: 0rem 0rem 4rem 0rem;
  /* end for carousel-caption */
}
.five_row .slider {
  margin: 0 auto;
  max-width: 822px;
  overflow: hidden;
  background-size: contain;
}
.five_row .slide_viewer {
  overflow: hidden;
  position: relative;
}
.five_row .slide_group {
  position: relative;
  width: 100%;
}
.five_row .slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}
.five_row .slider-caption {
  font-family: 'Poppins SemiBold';
  text-transform: capitalize;
  line-height: 40px;
  font-size: 1.8rem;
  color: #FFF;
  display: block;
  padding: 4rem 0 4rem 0;
  text-align: center;
}
.five_row .slider_parent {
  position: relative;
  margin-top: 4rem;
  text-align: center;
}
.five_row .carousel-caption {
  position: relative;
  right: 0;
  bottom: 20px;
  left: 0;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  margin-top: 4rem;
}
.five_row .carousel-caption h3 {
  font-size: 20px;
}
.five_row .carousel-caption {
  color: #fff;
}
.five_row .slide:first-child {
  display: block;
}
.five_row .slide:nth-of-type(1) {
  background: #D7A151;
}
.five_row .slide:nth-of-type(2) {
  background: #F4E4CD;
}
.five_row .slide:nth-of-type(3) {
  background: #C75534;
}
.five_row .slide:nth-of-type(4) {
  background: #D1D1D4;
}
.five_row .slide_buttons {
  left: 0;
  right: 0;
  text-align: center;
  z-index: 333;
  position: relative;
}
.five_row a.slide_btn {
  color: #474544;
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 16px;
  height: 16px;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4), inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 0 5px rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  display: inline-block;
  line-height: 22px;
  color: #FFF !important;
}
.five_row .slide_btn.active,
.five_row .slide_btn:hover {
  color: #428CC6;
  cursor: pointer;
  box-shadow: 1px 1px 1px #f44336, inset 0 1px 1px #f44336, 0 0 0 5px #f44336 !important;
}
.five_row .directional_nav {
  height: 340px;
  margin: 0 auto;
  max-width: 940px;
  position: relative;
  top: -340px;
}
.five_row .previous_btn {
  bottom: 0;
  left: 100px;
  margin: auto;
  position: absolute;
  top: 0;
}
.five_row .next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 100px;
  top: 0;
}
.five_row .previous_btn,
.five_row .next_btn {
  cursor: pointer;
  height: 65px;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 65px;
}
.five_row .previous_btn:hover,
.five_row .next_btn:hover {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .five_row .previous_btn {
    left: 50px;
  }
  .five_row .next_btn {
    right: 50px;
  }
}
.five_row .slider_phone h1 {
  font-family: 'Poppins SemiBold';
  text-transform: uppercase;
  line-height: 40px;
  font-size: 1.8rem;
  color: #FFF;
  padding: 5rem 0 0rem 0;
  text-align: center;
}
/*end five row*/
.six_row {
  padding: 6.6rem 0rem 3.4rem 0rem;
  overflow: hidden;
}
.six_row .half_tranle {
  position: relative;
}
.six_row .half_tranle::before {
  content: '';
  position: absolute;
  width: 100%;
  background: #efefef;
  height: 1500px;
  transform: skewY(26deg);
  top: 309px;
}
.six_row .sport_box p {
  text-align: center;
  font-size: 18px;
  text-transform: capitalize;
  font-family: 'Poppins Medium';
}
.six_row .sport_box {
  border: 1px solid #e3e3e3;
  padding: 10px 0px 10px 0px;
  float: left;
  background-color: #fff;
  cursor: pointer;
}
.six_row .sport_box {
  position: relative;
}
.six_row .image {
  display: block;
  width: 100%;
  height: auto;
}
.six_row .overlay {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  color: #008CBA;
}
.six_row .sport_box:hover .overlay {
  opacity: 1;
  transition: 1s;
}
.six_row .sport_box:hover p {
  color: #459ed9;
  font-size: 18px;
  transition: 1s;
}
.six_row .text {
  color: #000;
  font-size: 20px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.six_row .center_contnet h3 {
  font-family: 'Poppins SemiBold';
  text-transform: uppercase;
  line-height: 40px;
  font-size: 1.8rem;
}
.six_row .center_contnet p {
  font-size: 18px;
}
.six_row .center_contnet {
  margin-bottom: 45px;
}
.six_row .hvr-shutter-in-horizontal:before {
  background: #333132;
}
.six_row .left_content {
  margin-top: 100px;
}
.six_row .hvr-shutter-in-horizontal:hover,
.six_row .hvr-shutter-in-horizontal:focus,
.six_row .hvr-shutter-in-horizontal:active {
  color: #fff;
}
.six_row .hvr-shutter-in-horizontal {
  background: #eb390f;
  margin-bottom: 50px;
  padding: 15px 20px 15px 20px;
  margin-top: 70px;
}
/* end six row*/
.seven_row {
  background-color: #1a1a2e;
  background-image: url(../img/how_work.webp);
  padding: 6.6rem 0rem 8rem 0rem;
}
.seven_row .center_contnet h3 {
  font-family: 'Poppins SemiBold';
  text-transform: uppercase;
  line-height: 40px;
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 80px;
}
.seven_row .map_cast .first_p {
  font-size: 18px;
  font-family: 'Poppins';
  color: #fff;
  margin: 0;
  text-transform: capitalize;
}
.seven_row .map_cast .second_p {
  font-size: 14px;
  font-family: 'Poppins';
  color: #fff;
  margin: 6px 0px 0px 0px;
}
.seven_row .margin_top {
  margin-top: 50px;
}
/* end seven row*/
.eight_row {
  padding: 6.6rem 0rem 7rem 0rem;
  position: relative;
  overflow: hidden;
  /*hover effect*/
  /* Common style */
  /* end hover effct*/
}
.eight_row .center_contnet h3 {
  font-family: 'Poppins SemiBold';
  text-transform: uppercase;
  line-height: 40px;
  font-size: 1.8rem;
  margin-bottom: 80px;
}
.eight_row .half_tranle:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 45rem;
  background: #e4dddd;
  transform: skewY(-19deg);
  bottom: 0;
  top: 11rem;
  z-index: -1;
  background: #e3e3e3;
}
.eight_row .half_tranle:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 60rem;
  background: #e4dddd;
  transform: skewY(-16deg);
  bottom: 0;
  z-index: -1;
  top: 13.7rem;
}
.eight_row .grid {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}
.eight_row .grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  max-height: 385px;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}
.eight_row .grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}
.eight_row .grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: capitalize;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: 'Poppins Light';
}
.eight_row .grid figure figcaption::before,
.eight_row .grid figure figcaption::after {
  pointer-events: none;
}
.eight_row .grid figure figcaption,
.eight_row .grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.eight_row .grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.eight_row .grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
.eight_row figure.effect-bubba {
  background: #000;
}
.eight_row figure.effect-bubba img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.eight_row figure.effect-bubba:hover img {
  opacity: 0.4;
}
.eight_row figure.effect-bubba figcaption::before,
.eight_row figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.eight_row figure.effect-bubba figcaption::before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  background-color: rgba(255, 255, 255, 0.28);
}
.eight_row figure.effect-bubba figcaption::after {
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.eight_row figure.effect-bubba h3 {
  padding-top: 50%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}
.eight_row figure.effect-bubba p {
  padding: 0px 0.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.eight_row figure.effect-bubba:hover figcaption::before,
.eight_row figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.eight_row figure.effect-bubba:hover h3,
.eight_row figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* nine*/
.nine_row {
  background-image: url(../img/img_pattarn_1.png);
  padding: 5rem 0rem 5rem 0rem;
}
.nine_row .container_center {
  position: relative;
  margin: 0 auto;
}
.nine_row h2 {
  font-family: Pacifico;
  font-size: 36px;
  margin: 20px auto;
  text-align: center;
}
.nine_row h3 {
  color: #3498db;
  font-size: 36px;
  position: relative;
}
.nine_row h3 .top {
  font-size: 70%;
  height: 70%;
  margin: 0 auto;
  background-color: rgba(255, 0, 0, 0.3);
}
.nine_row h3 .bottom {
  font-size: 70%;
  width: 70%;
  margin: 0 auto;
}
.nine_row .clip {
  height: 100px;
  overflow: hidden;
  bottom: 0;
  outline: none;
}
.nine_row .center .slick-slide {
  height: 100%;
}
.nine_row .center .slick-center .center_slider {
  color: #e67e22;
  opacity: 1;
}
.nine_row .center .slick-center h3 .top {
  font-size: 90%;
  width: 90%;
}
.nine_row .center .slick-center h3 .bottom {
  font-size: 90%;
  width: 90%;
}
.nine_row .center_slider {
  margin: 0px 8px 0px 8px;
  opacity: 0.6;
}
.nine_row .list_book {
  background-color: #fff;
}
.nine_row .list_book ul li span {
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
}
.nine_row .list_book .list-group .list-group-item {
  background-color: transparent;
}
.nine_row .color_green {
  background-color: #3ea14d;
}
.nine_row .list_book p {
  color: #1a1a1a;
  font-family: 'Poppins SemiBold';
  text-transform: uppercase;
}
.nine_row .list_book ul li {
  color: #1a1a1a;
  font-size: 13px;
  text-transform: capitalize;
  font-family: 'Poppins Medium';
}
.nine_row .header_text .first_head {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Poppins Light';
  margin: 0px;
}
.nine_row .header_text .second_head {
  font-size: 25px;
  font-family: 'Poppins Medium';
  text-transform: uppercase;
  color: #fff;
}
.nine_row .header_text .third_head {
  color: #fff;
  margin: 0px;
}
.nine_row .header_text {
  padding: 15px 0px 0px 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.nine_row .color_orange {
  background-color: #fd5f42;
}
.nine_row .color_green {
  background-color: #a9cf6a ;
}
.nine_row .color_blue {
  background-color: #469ed8;
}
.nine_row .moon_shape {
  width: 100%;
  height: 95px;
  /* border: 1px solid black; */
  border-top: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transform: rotate(180deg);
  margin-top: -3rem;
}
.nine_row .moon_shape:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 80%;
  border: 1px solid transparent;
  left: 0;
  top: -50%;
  background: #fff;
  z-index: 2;
}
.nine_row .bottom_text .slider_book_btn {
  width: 100%;
  border: none;
  color: #fff;
  padding: 15px 0px 15px 0px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  outline: none;
  text-transform: uppercase;
  cursor: pointer;
}
.nine_row .bottom_text p {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.nine_row .center_contnet {
  margin-bottom: 50px;
}
.nine_row .center_contnet h3 {
  font-family: 'Poppins SemiBold';
  text-transform: uppercase;
  line-height: 40px;
  font-size: 1.8rem;
  color: #fff;
}
.nine_row .center_contnet .first_p {
  font-size: 18px;
  color: #ffffffde;
}
.nine_row .center_contnet .second_p {
  font-size: 15px;
  color: #ffffffde;
  width: 50%;
  margin: 0px auto;
}
.nine_row .arrow_text {
  margin-top: 60px;
}
.nine_row .arrow_text p {
  color: #fff;
  font-family: 'Poppins Light';
  text-transform: capitalize;
  font-size: 14px;
}
.nine_row .arrow_text p span {
  font-family: FontAwesome;
  padding: 0px 12px 0px 0px;
}
.nine_row .slick-prev {
  left: 16px;
  z-index: 333;
}
.nine_row .slick-prev:before,
.nine_row .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  background: #000;
  -moz-osx-font-smoothing: grayscale;
  padding: 15px 15px 15px 15px;
  border-radius: 50%;
}
.nine_row .slick-next {
  right: 50px;
  z-index: 333;
}
.ten_row {
  padding: 5rem 0rem 0 0rem;
  min-height: 100%;
  background-color: #1a1a2e;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url(../img/gs-img/footer.jpg);
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  /* Form wrapper styling */
  /* Form text input */
  /* Form submit button */
}
.ten_row .bold_text h3 {
  font-family: 'Poppins SemiBold';
  text-transform: uppercase;
  line-height: 40px;
  font-size: 1.8rem;
  color: #fff;
  text-align-last: center;
  margin: 0;
}
.ten_row .bold_text {
  margin-top: 6rem;
  text-align: center;
}
.ten_row .bold_text p {
  color: #fff;
  text-align: center;
}
.ten_row .app_play_img {
  margin-top: 4rem;
  text-align: center;
  margin-bottom: 4rem;
}
.ten_row .app_play_img .middle_gap {
  padding: 0px 6px 0px 0px;
}
.ten_row .search-wrapper {
  width: 370px;
  margin: 0px auto 0px auto;
}
.ten_row .search-wrapper input {
  width: 275px;
  height: 34px;
  padding: 10px 10px;
  float: left;
  border: 0;
  background: #f5f5f5;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.ten_row .search-wrapper input:focus {
  outline: 0;
  background: #fff;
}
.ten_row .search-wrapper input::-webkit-input-placeholder {
  color: #999;
  font-weight: normal;
}
.ten_row .search-wrapper input:-moz-placeholder {
  color: #999;
  font-weight: normal;
}
.ten_row .search-wrapper input:-ms-input-placeholder {
  color: #999;
  font-weight: normal;
}
.ten_row .search-wrapper .button {
  overflow: visible;
  position: relative;
  float: right;
  cursor: pointer;
  height: 34px;
  line-height: 34px;
  vertical-align: middle;
  padding: 0 10px;
  width: 95px;
  color: white;
  text-transform: uppercase;
  background: #459ed9;
  border: 1px solid #459ed9;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.ten_row .search-wrapper .button:active,
.ten_row .search-wrapper .button:focus {
  outline: 0;
}
.ten_row .search-wrapper .button:before {
  /* left arrow */
  content: '';
  position: absolute;
  border-width: 11px 11px 11px 0;
  border-style: solid solid solid none;
  border-color: transparent #459ed9 transparent;
  top: 5px;
  left: -8px;
}
/* animtaon*/
.sec1 {
  animation-delay: 0.0s;
}
.sec2 {
  animation-delay: 0.25s;
}
.sec3 {
  animation-delay: 0.45s;
}
.sec4 {
  animation-delay: 0.65s;
}
.sec5 {
  animation-delay: 0.85s;
}
.sec6 {
  animation-delay: 0.90s;
}
/*  populer offer*/
.most_popuer {
  width: 0;
  height: 0;
  border-top: 115px solid #22262a;
  border-right: 115px solid transparent;
  position: absolute;
  top: 0;
}
.most_popuer p {
  top: -5rem;
  transform: rotate(-46deg);
  position: absolute;
  top: -6rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
}
/*  re design work*/
.redesign {
  padding: 5rem 0rem 5rem 0rem;
  position: relative;
  overflow: hidden;
  /* NEED TO FIX FOR ACCESSIBILITY */
  /* after click show div */
  /* end infor_show */
}
.redesign:before {
  content: '';
  position: absolute;
  width: 100%;
  background: #efefef;
  height: 1500px;
  transform: skewY(21deg);
  top: 313px;
  z-index: -1;
}
.redesign:after {
  content: '';
  position: absolute;
  width: 100%;
  background: #f2f2f2;
  height: 1500px;
  transform: skewY(18.5deg);
  top: 347px;
  z-index: -1;
}
.redesign .center_contnet h3 {
  font-family: 'Poppins SemiBold';
  text-transform: uppercase;
  line-height: 40px;
  font-size: 1.8rem;
  color: #22262a;
}
.redesign .checklist-select {
  list-style: none;
}
.redesign .deptBox {
  padding: 2%;
}
.redesign .deptBox p,
.redesign .deptBox li {
  font-size: 1.2em;
  background: #ffffff;
  padding: 5px;
}
.redesign h2 {
  font-size: 3em;
  background-color: #344E77;
  color: white;
  padding: 0.5%;
  padding-left: 1%;
  border-radius: 5px;
  text-align: center;
}
.redesign h2:hover {
  cursor: pointer;
}
.redesign .contextNav {
  display: none;
}
.redesign .selected {
  display: block;
  opacity: 1;
  transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
}
.redesign .checklist_wrap .box {
  display: block;
  opacity: 1;
  transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
}
.redesign .checklist_wrap .box .deptBox > div {
  display: none;
}
.redesign .checklist_wrap .selected .deptBox > div {
  display: block;
}
.redesign .right {
  float: right;
}
.redesign .left {
  float: left;
}
.redesign .center {
  text-align: center;
}
@media only screen and (min-width: 400px) {
  .redesign .checklist_wrap {
    padding-top: 2em;
  }
  .redesign .contextNav {
    width: 43%;
    float: right;
    background-color: transparent;
    margin-top: 71px;
  }
  .redesign .checklist-select li {
    text-align: center;
    font-size: 1.5em;
    color: #03244D;
    margin: 0;
    padding: 6px !important;
    margin-bottom: 5px !important;
    width: 37%;
    float: left;
  }
  .redesign .checklist-select li:hover {
    cursor: pointer;
  }
}
.redesign img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 481px) {
  .redesign .contextNav {
    display: block;
  }
  .redesign .checklist_wrap .box {
    display: none;
    opacity: 0;
    transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;
  }
  .redesign .checklist_wrap .selected {
    display: block;
    opacity: 1;
    transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;
  }
}
@-webkit-keyframes infor_show {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes infor_show {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.redesign .infor_show ul {
  padding: 4rem 2rem 5rem 2rem;
  background-color: #1a1a2e;
  background-image: url(../img/how_work.webp);
  color: #fff;
  position: relative;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: .8s;
  animation-duration: 1.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  margin-top: 1rem;
  z-index: 333;
  height: 28rem;
  min-height: 100%;
}
.redesign .infor_show {
  position: relative;
}
.redesign .infor_show:after {
  content: '';
  position: absolute;
  top: 1rem;
  width: 39rem;
  left: -23px;
  min-height: 100%;
}
.redesign .infor_show ul h3 {
  text-transform: capitalize;
  font-size: 2.10rem;
  border-bottom: 1px solid #fff;
  font-family: 'Poppins SemiBold';
  padding: 0px 0px 15px 0px;
  margin-bottom: 40px;
}
.redesign .infor_show ul {
  list-style-type: none !important;
  list-style: none !important;
}
.redesign .infor_show ul li {
  list-style-position: inside;
  list-style: none;
  list-style-image: none;
  list-style-type: none;
}
.redesign .infor_show ul li:before {
  content: '\f111';
  position: absolute;
  font-family: FontAwesome;
  left: 38px;
  font-size: 8px;
  margin-top: 5px;
}
.redesign .infor_show ul li {
  padding: 0px 0px 15px 30px;
  font-size: 17px;
  color: #ffffffe6;
  list-style-type: none !important;
  list-style: none !important;
}
.redesign .onclick_image h3 {
  font-size: 20px;
  padding-top: 10px;
  text-transform: capitalize;
}
/** redesign */
.tab-nav a::before {
  content: '';
  position: absolute;
  background: #000;
}
/* ==============*/
ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
  background: #008CBA !important;
}
.text_center-mail a:hover {
  color: #008CBA !important;
}
.text_center-mail a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.pricing_new {
  position: relative;
  padding: 4rem 0rem 7rem 0rem;
  overflow: hidden;
  /*   ========================*/
}
.pricing_new::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e3e3e3;
  transform: skewY(-17deg);
  bottom: 0;
  z-index: -1;
  top: 24rem;
}
.pricing_new .pricingtable {
  margin: 0px auto;
  padding-top: 4rem;
}
.pricing_new .pricingtable > .column {
  float: left;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#fafafa', GradientType=1);
  cursor: normal;
  overflow: hidden;
  /*border: 0px solid white;*/
  transform: scale(1);
  transition-timing-function: ease-out;
  transition-duration: 100ms;
  -webkit-transform: scale(1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 100ms;
  -moz-transform: scale(1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 100ms;
  -o-transform: scale(1);
  -o-transition-timing-function: ease-out;
  -o-transition-duration: 100ms;
  -ms-transform: scale(1);
  -ms-transition-timing-function: ease-out;
  -ms-transition-duration: 100ms;
  position: relative;
}
.pricing_new .pricingtable > .off_on_hover:hover {
  transform: none !important;
  border-bottom-left-radius: 20px;
}
.pricing_new .pricingtable > .column:hover {
  background-color: #fafafa;
  background-image: linear-gradient(left, #fafafa 0%, #fafafa 100%);
  background-image: -o-linear-gradient(left, #fafafa 0%, #fafafa 100%);
  background-image: -moz-linear-gradient(left, #fafafa 0%, #fafafa 100%);
  background-image: -webkit-linear-gradient(left, #fafafa 0%, #fafafa 100%);
  background-image: -ms-linear-gradient(left, #fafafa 0%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#fafafa', GradientType=1);
  z-index: 2;
  position: relative;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  /*border: 0px solid white;*/
}
.pricing_new .pricingtable > .column:hover .book_now_btn {
  background-color: #44bc29;
}
.pricing_new .top_head {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 25px 0px 33px 0px;
}
.pricing_new .top_head p {
  margin: 0;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}
.pricing_new .list_text p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 0px 4px 8px;
  font-size: 13px;
  margin: 0;
  text-transform: capitalize;
  color: #ffffff80;
}
.pricing_new .center {
  text-align: center;
}
.pricing_new .list_div .head_small_text {
  font-size: 15px;
}
.pricing_new .list_div {
  padding: 7px 0px 20px 0px;
  background: rgba(62, 62, 62, 0.96);
  position: relative;
  overflow: hidden;
}
.pricing_new .list_div:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 112px;
  background: #3e3e3e8a;
  transform: skewY(-20deg);
  right: 0;
  top: 43px;
  z-index: -1;
}
.pricing_new .list_div p {
  margin-top: 5px;
  text-transform: capitalize;
  font-size: 28px;
  text-align: center;
  margin-bottom: 0px;
  font-family: 'Poppins Light';
}
.pricing_new .book_now_btn {
  width: 100%;
  padding: 10px 0px 10px 0px;
  border: none;
  background: #666666;
  color: #fff;
  text-transform: uppercase;
}
.pricing_new .list_div .d_inline {
  text-align: left;
  display: inline-block;
  background: #44bc29;
  padding: 4px 25px 4px 25px;
}
.pricing_new .list_div .d_inline1 {
  display: inline-block;
  position: absolute;
  right: 7px;
}
.pricing_new .border_top_r {
  border-top-left-radius: 20px;
}
.pricing_new .list_text {
  background: #464445;
  color: #fff;
  padding: 0px 0px 46px 0px;
  border-bottom-left-radius: 20px;
}
.pricing_new .list_font {
  border: 1px solid #00000036;
  border-top-color: transparent;
  border-bottom-color: transparent;
  background-color: #fff;
}
.pricing_new .list_font .mark_list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.21);
}
.pricing_new .list_font .mark_list p {
  margin: 0;
  padding: 8px 0px 4px 8px;
  font-size: 13px;
}
.pricing_new .padding_for_tab_btn {
  padding: 8px 0px 6px 0px;
}
.pricing_new .padding_for_tab_btn .margin_b_tab {
  margin-bottom: 20px;
  border-bottom: 1px solid #696868;
}
.pricing_new .tab_btn .first a {
  color: #fff;
}
.pricing_new .tab_btn .position_re {
  position: relative;
  right: -6px;
}
.pricing_new .nav-tabs > li.active > a,
.pricing_new .nav-tabs > li.active > a:focus,
.pricing_new .nav-tabs > li.active > a:hover {
  background-color: #44bc29;
  color: #fff;
  padding: 6px 15px 6px 15px;
  text-decoration: none !important;
  outline: none;
}
.pricing_new a:hover {
  text-decoration: none !important;
}
.pricing_new .tab_btn .second a {
  position: relative;
  right: -46px;
  color: #fff;
}
.pricing_new .tab_btn {
  border: none;
}
.pricing_new .center_contnet h3 {
  font-family: 'Poppins SemiBold';
  text-transform: uppercase;
  line-height: 40px;
  font-size: 1.8rem;
}
.pricing_new .center_contnet p:nth-child(2) {
  font-size: 18px;
}
.pricing_new .center_contnet p:nth-child(3) {
  font-size: 14px;
  width: 35%;
  margin: 0px auto;
}
.pricing_new .color_green_i i {
  color: #44bc29;
}
/* end */
.tab-nav a.current {
  opacity: 1;
}
.tab-nav a {
  opacity: 0.5;
}
/*-==============================================================*/
/* for modal form*/
.modal_content_form {
  padding: 0rem 1rem 0rem 1rem;
}
.modal_content_form .controls {
  text-align: left;
  position: relative;
}
.modal_content_form .controls input[type="text"],
.modal_content_form .controls input[type="email"],
.modal_content_form .controls input[type="tel"],
.modal_content_form .controls textarea,
.modal_content_form .controls button,
.modal_content_form .controls select {
  padding: 10px;
  border: 1px solid #c6c6c6;
  width: 100%;
  margin-bottom: 18px;
  color: #22262a;
  font-size: 14px;
  font-weight: 300;
  background-color: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modal_content_form .controls input[type="text"]:focus,
.modal_content_form .controls input[type="text"]:hover,
.modal_content_form .controls input[type="email"]:focus,
.modal_content_form .controls input[type="email"]:hover,
.modal_content_form .controls input[type="tel"]:focus,
.modal_content_form .controls input[type="tel"]:hover,
.modal_content_form .controls textarea:focus,
.modal_content_form .controls textarea:hover,
.modal_content_form .controls button:focus,
.modal_content_form .controls button:hover,
.modal_content_form .controls select:focus,
.modal_content_form .controls select:hover {
  outline: none;
  border-color: #9FB1C1;
}
.modal_content_form .controls input[type="text"]:focus + label,
.modal_content_form .controls input[type="text"]:hover + label,
.modal_content_form .controls input[type="email"]:focus + label,
.modal_content_form .controls input[type="email"]:hover + label,
.modal_content_form .controls input[type="tel"]:focus + label,
.modal_content_form .controls input[type="tel"]:hover + label,
.modal_content_form .controls textarea:focus + label,
.modal_content_form .controls textarea:hover + label,
.modal_content_form .controls button:focus + label,
.modal_content_form .controls button:hover + label,
.modal_content_form .controls select:focus + label,
.modal_content_form .controls select:hover + label {
  color: #077ABC;
  cursor: text;
}
.modal_content_form .controls .fa-sort {
  position: absolute;
  right: 27px;
  top: 17px;
  color: #999;
}
.modal_content_form .controls select {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.modal_content_form .controls label {
  position: absolute;
  left: 13px;
  top: 10px;
  color: #999;
  font-size: 14px;
  display: inline-block;
  padding: 2px 10px;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0);
  pointer-events: none;
  -moz-transition: color 0.3s, top 0.3s, background-color 0.8s;
  -o-transition: color 0.3s, top 0.3s, background-color 0.8s;
  -webkit-transition: color 0.3s, top 0.3s, background-color 0.8s;
  transition: color 0.3s, top 0.3s, background-color 0.8s;
}
.modal_content_form .controls label.active {
  top: -11px;
  color: #555;
  background-color: white;
  font-size: 12px;
  left: 25px;
}
.modal_content_form .controls textarea {
  resize: none;
  height: 95px;
}
.modal_content_form .controls button {
  cursor: pointer;
  background-color: #07B3A1;
  border: none;
  color: #fff;
  padding: 12px 0;
  margin: 0;
}
.modal_content_form .controls button:hover {
  background-color: #08ccb7;
}
.modal_content_form .hvr-shutter-in-horizontal {
  background: #eb390f;
  padding: 11px 50px 11px 50px;
  margin-bottom: 3px;
  margin-bottom: 20px;
  float: left;
}
.modal_content_form .hvr-shutter-in-horizontal:before {
  background: #333132;
}
.modal_content_form .btn_hover {
  margin-top: 0;
  border-radius: 0;
}
.modal_content_form .form-group {
  margin-bottom: 0;
}
.modal_content_form .modal_heading {
  font-size: 20px;
  font-family: 'Poppins Medium';
  text-transform: capitalize;
  padding: 7px 0 8px 0px;
  background: #008cba;
  color: #FFF;
}
/*end */
.video_head {
  position: relative;
}
.video_head video {
  position: relative;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: -1;
}
.video_head .content {
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 50px;
  bottom: 50px;
}
.video_head .content h1 {
  font-family: 'Roboto Slab', serif;
  margin: 0;
  color: #fff;
}
/*  */
.bs-example,
.new-caption-area {
  width: 600px;
  margin: auto;
  color: #000;
}
.carousel-caption {
  color: #000;
}
/* end */
/* start last footer*/
.last_footer .text_center {
  color: #fff;
  font-size: 14px;
}
.last_footer .text_center a {
  font-size: 14px;
  color: #fff;
}
.last_footer .footer_social_logo {
  display: block;
  margin: 0px auto;
  padding-top: 25px;
  width: 100%;
}
/* end */
.polina-bg-cover {
  left: 0;
}
.tab-nav a.current {
  opacity: 1;
}
.tab-nav a {
  width: 100px;
  height: 100px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.tab-nav a:after {
  content: ' ';
  position: absolute;
  width: 100px;
  height: 100px;
  left: 200px;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}



