@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,500i,600,700,700i,800,800i,900&display=swap");
/**************** common css start ****************/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:800|Poppins:300,400,500,600,700,800|Roboto:300,400,500");
body {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  padding: 0;
  margin: 0;
  font-size: 14px; }

.message_submit_form:focus {
  outline: none; }

input:hover, input:focus {
  outline: none !important; }

.gray_bg {
  background-color: #f7f7f7; }

.section {
  padding: 70px 0px;
  overflow: hidden; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section {
      padding: 80px 0px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section {
      padding: 70px 0px; } }
  @media (max-width: 576px) {
    .section {
      padding: 70px 0px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .section {
      padding: 70px 0px; } }

.single_padding_top {
  padding-top: 140px !important; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single_padding_top {
      padding-top: 70px !important; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_padding_top {
      padding-top: 70px !important; } }
  @media (max-width: 576px) {
    .single_padding_top {
      padding-top: 70px !important; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_padding_top {
      padding-top: 80px !important; } }

.padding_top {
  padding-top: 140px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .padding_top {
      padding-top: 80px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .padding_top {
      padding-top: 70px; } }
  @media (max-width: 576px) {
    .padding_top {
      padding-top: 70px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .padding_top {
      padding-top: 70px; } }

.padding_bottom {
  padding-bottom: 140px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .padding_bottom {
      padding-bottom: 80px; } }
  @media (max-width: 991px) {
    .padding_bottom {
      padding-bottom: 70px; } }

.margin_bottom {
  margin-bottom: 140px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .margin_bottom {
      margin-bottom: 80px; } }
  @media (max-width: 991px) {
    .margin_bottom {
      margin-bottom: 70px; } }

a {
  text-decoration: none; }
  a:hover {
    outline: none;
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif; }

p {
  color: #666666;
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  line-height: 1.929;
  font-size: 14px;
  margin-bottom: 0px; }

h2 {
  font-size: 44px;
  line-height: 28px;
  color: #191d34;
  font-weight: 600;
  line-height: 1.222; }
  @media (max-width: 576px) {
    h2 {
      font-size: 22px;
      line-height: 25px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    h2 {
      font-size: 24px;
      line-height: 25px; } }

h3 {
  font-size: 24px;
  color: #191d34;
  line-height: 25px;
  font-weight: 700; }
  @media (max-width: 576px) {
    h3 {
      font-size: 20px; } }

h5 {
  font-size: 18px;
  line-height: 22px; }

img {
  max-width: 100%; }

a:focus, .button:focus, button:focus, .btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none; }

.section-title {
  margin-bottom: 50px; }
  @media (max-width: 576px) {
    .section-title {
      margin-bottom: 50px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-title {
      margin-bottom: 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title {
      font-size: 50px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-title {
      margin-bottom: 50px; } }
  .section-title h2 {
    font-size: 60px;
    color: #191d34;
    line-height: 70px;
    font-weight: 700;
    text-transform: uppercase; }
    @media (max-width: 576px) {
      .section-title h2 {
        font-size: 25px;
        line-height: 35px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .section-title h2 {
        font-size: 25px;
        line-height: 35px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-title h2 {
        font-size: 30px;
        line-height: 40px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .section-title h2 {
        font-size: 35px;
        line-height: 40px; } }
  .section-title p {
    color: #556172;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 11px;
    margin-bottom: 26px; }
    @media (max-width: 576px) {
      .section-title p {
        margin-bottom: 10px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .section-title p {
        margin-bottom: 10px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-title p {
        margin-bottom: 10px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .section-title p {
        margin-bottom: 10px; } }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.mb_110 {
  margin-bottom: 110px; }
  @media (max-width: 576px) {
    .mb_110 {
      margin-bottom: 220px; } }

.mt_130 {
  margin-top: 130px; }
  @media (max-width: 576px) {
    .mt_130 {
      margin-top: 70px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .mt_130 {
      margin-top: 70px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .mt_130 {
      margin-top: 70px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .mt_130 {
      margin-top: 70px; } }

.mb_130 {
  margin-bottom: 130px; }
  @media (max-width: 576px) {
    .mb_130 {
      margin-bottom: 70px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .mb_130 {
      margin-bottom: 70px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .mb_130 {
      margin-bottom: 70px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .mb_130 {
      margin-bottom: 70px; } }

.padding_less_40 {
  margin-bottom: -50px; }

.z_index {
  z-index: 9 !important;
  position: relative; }

@media only screen and (min-width: 1200px) and (max-width: 3640px) {
  .container {
    max-width: 1170px; } }
@media (max-width: 1200px) {
  [class*="hero-ani-"] {
    display: none !important; } }
/**************** common css end ****************/
.header-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }
  .header-area .main-header-area {
    padding: 0 150px; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .header-area .main-header-area {
        padding: 10px 0; } }
    @media (max-width: 991px) {
      .header-area .main-header-area {
        padding: 10px 0; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .header-area .main-header-area {
        padding: 0 50px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .header-area .main-header-area .logo-img {
        padding-left: 20px; } }
    @media (max-width: 991px) {
      .header-area .main-header-area .logo-img {
        padding-left: 20px; } }
    .header-area .main-header-area .logo-img img {
      /*  @media only screen and (min-width: 992px) and (max-width: 1200px) {
            width: 80px;
        } */
      /*@media only screen and (min-width: 576px) and (max-width: 767px) {
          width: 40%;
      }*/
      /*@media (max-width: 991px) {
          width: 80px;
      }  */ }
    .header-area .main-header-area .main-menu {
      text-align: center;
      padding: 12px 0; }
      .header-area .main-header-area .main-menu ul li {
        display: inline-block;
        position: relative;
        margin-left: -11px; }
        .header-area .main-header-area .main-menu ul li a {
          color: #fff;
          font-size: 15px;
          font-weight: 600;
          display: inline-block;
          /* padding: 35px 23px 35px 23px;*/
          font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
          position: relative;
          text-transform: capitalize;
          padding: 11px; }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .header-area .main-header-area .main-menu ul li a {
              padding: 35px 8px 35px 8px; } }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .header-area .main-header-area .main-menu ul li a {
              padding: 35px 8px 35px 8px; } }
          .header-area .main-header-area .main-menu ul li a i {
            font-size: 9px; }
            @media only screen and (min-width: 576px) and (max-width: 767px) {
              .header-area .main-header-area .main-menu ul li a i {
                display: none !important; } }
            @media (max-width: 991px) {
              .header-area .main-header-area .main-menu ul li a i {
                display: none !important; } }
          .header-area .main-header-area .main-menu ul li a:hover {
            color: #FBA507; }
          .header-area .main-header-area .main-menu ul li a.active {
            color: #FBA507; }
        .header-area .main-header-area .main-menu ul li .submenu {
          position: absolute;
          left: 0;
          top: 140%;
          background: #fff;
          width: 200px;
          z-index: 2;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
          opacity: 0;
          visibility: hidden;
          text-align: left; }
          .header-area .main-header-area .main-menu ul li .submenu li {
            display: block; }
            .header-area .main-header-area .main-menu ul li .submenu li a {
              padding: 10px 15px;
              position: inherit;
              display: block;
              color: #000; }
              .header-area .main-header-area .main-menu ul li .submenu li a::before {
                display: none; }
            .header-area .main-header-area .main-menu ul li .submenu li:hover a {
              color: #808080; }
        .header-area .main-header-area .main-menu ul li:hover > .submenu {
          opacity: 1;
          visibility: visible;
          top: 100%; }
        .header-area .main-header-area .main-menu ul li:hover > a::before {
          opacity: 1;
          transform: scaleX(1); }
    .header-area .main-header-area.sticky {
      box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
      position: fixed;
      width: 100%;
      top: -70px;
      left: 0;
      right: 0;
      z-index: 99;
      background: #fff;
      transform: translateY(70px);
      transition: transform 500ms ease, background 500ms ease;
      -webkit-transition: transform 500ms ease, background 500ms ease;
      box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
      padding: 0 150px; }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .header-area .main-header-area.sticky {
          padding: 10px 0; } }
      @media (max-width: 991px) {
        .header-area .main-header-area.sticky {
          padding: 10px 0;
          background: #000000; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .header-area .main-header-area.sticky {
          padding: 0 50px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .header-area .main-header-area.sticky {
          padding: 0 50px; } }
      .header-area .main-header-area.sticky .main-menu {
        padding: 0;
        margin-left: -286px; }
  .header-area .buy_ticket {
    text-align: right; }
    .header-area .buy_ticket a {
      text-transform: capitalize;
      letter-spacing: 0;
      font-size: 16px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .header-area .buy_ticket a {
          padding: 10px 20px; } }

.slider_bg_1 {
  background-image: url(../images/slide-1.jpg); }

.slider_area {
  background-size: cover;
  background-position: center  center;
  background-repeat: no-repeat;
  padding-top: 310px;
  padding-bottom: 100px;
  height: 688px;
  /*@media only screen and (min-width: 576px) and (max-width: 767px) {
      padding-top: 140px;
      padding-bottom: 30px;
  }*/
  /*@media (max-width: 991px) {
      padding-top: 140px;
      padding-bottom: 30px;
  }*/ }
  .slider_area .position_relv {
    position: relative; }
  .slider_area .title_text {
    position: relative;
    /*margin-bottom: 213px;*/
    z-index: 3;
    /*margin-left: 174px;*/
    margin-top: -140px;
    padding: 7px 5px 8px 0px;
    /* padding: 55px 8px 12px 0px;*/
    /*@media (max-width: 991px) {
        margin-bottom: 30px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
        margin-bottom: 30px;
    }*/ }
    .slider_area .title_text h4 {
      color: #fff; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .slider_area .title_text {
        /*margin-bottom: 30px;*/
        margin-top: 0px; } }
    .slider_area .title_text.title_text2 {
      margin-bottom: 60px;
      padding: 55px 8px 25px 0px; }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .slider_area .title_text.title_text2 {
          margin-bottom: 0;
          padding: 0; } }
      .slider_area .title_text.title_text2::before {
        display: none; }
      .slider_area .title_text.title_text2:after {
        position: absolute;
        background-image: url(../img/banner/path2.png);
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        z-index: -1;
        left: -14.5%;
        width: 120%;
        height: 120%;
        top: -7%;
        opacity: 0.6; }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .slider_area .title_text.title_text2:after {
            display: none; } }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .slider_area .title_text.title_text2:after {
            display: none; } }
        @media (max-width: 991px) {
          .slider_area .title_text.title_text2:after {
            display: none; } }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .slider_area .title_text.title_text2:after {
            display: none; } }
    .slider_area .title_text::before {
      position: absolute;
      background-image: url(../img/banner/path.png);
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      z-index: -1;
      left: -14.5%;
      width: 120%;
      height: 120%;
      top: -7%;
      opacity: 0.6; }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .slider_area .title_text::before {
          display: none; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .slider_area .title_text::before {
          display: none; } }
      @media (max-width: 991px) {
        .slider_area .title_text::before {
          display: none; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .slider_area .title_text::before {
          display: none; } }
    .slider_area .title_text h3 {
      font-size: 1.5rem;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 25px;
      color: #fff;
      /* margin-bottom: 66px; */
      letter-spacing: 1px; }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .slider_area .title_text h3 {
          font-size: 36px;
          line-height: 43px;
          margin-bottom: 30px; } }
      @media (max-width: 991px) {
        .slider_area .title_text h3 {
          font-size: 16px;
          line-height: 21px;
          margin-bottom: 11px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .slider_area .title_text h3 {
          font-size: 60px;
          line-height: 70px;
          margin-bottom: 20px; } }
    .slider_area .title_text p {
      font-size: 25px;
      color: #fff; }
  .slider_area .single_date {
    color: #fff;
    font-size: 20px;
    font-weight: 600; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .slider_area .single_date {
        margin-bottom: 15px; } }
    .slider_area .single_date i {
      padding-right: 10px; }
  .slider_area .countDOwn_area {
    padding-top: 60px; }
  .slider_area .countdown_time {
    text-align: right; }
    @media (max-width: 991px) {
      .slider_area .countdown_time {
        margin-top: 40px;
        text-align: left; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .slider_area .countdown_time {
        text-align: left; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .slider_area .countdown_time {
        text-align: left; } }
    .slider_area .countdown_time .single_countdown {
      display: inline-block;
      text-align: right;
      margin-right: 20px; }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .slider_area .countdown_time .single_countdown {
          margin-right: 10px;
          margin-top: 20px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .slider_area .countdown_time .single_countdown {
          margin-right: 10px;
          margin-top: 20px; } }
      .slider_area .countdown_time .single_countdown h3 {
        color: #fff;
        font-size: 46px;
        font-weight: 600; }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .slider_area .countdown_time .single_countdown h3 {
            font-size: 20px; } }
      .slider_area .countdown_time .single_countdown span {
        font-size: 16px;
        color: #fff;
        text-transform: capitalize; }

.opcity_text {
  position: absolute;
  right: 0;
  writing-mode: vertical-lr;
  font-size: 85px;
  top: -250px;
  /* color: #ffffff26;*/
  color: rgba(255, 255, 255, 0.08);
  font-weight: 700;
  right: -87px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .opcity_text {
      font-size: 90px; } }

.logo-img {
  margin-top: 14px; }

.header-area .main-header-area .logo-img img {
  /*background: white;*/
  width: 36%; }

 /*.slider_bg_1:before {
    content: "";
    position: absolute;
    background-color: #000000a8;
    
    top: 0;

}*/
.slider_bg_1 .header-area:after {
  content: '';
  background: #131111cf;
  opacity: 1.25;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.description-one {
  margin-bottom: 20px;
  box-shadow: 0 12px 45px 0 #bfbfbf;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center;
   align-items: center;*/
  border-radius: 12px;
  padding: 52px 33px;
  background: white; }

.pub-text {
  padding: 26px 20px; }

.pub-text h4 {
  color: #000; }

.client-logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.32);
  border-radius: 10px;
  padding: 20px 20px;
  margin-bottom: 30px; }

.logo-icon {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 5px; }
  .logo-icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: #051C55;
    transform: scale(1);
    transition: transform 500ms linear, color 500ms linear; }

.client-logo:hover .logo-icon img {
  transform: scale(0.9); }

.client-logo:hover {
  box-shadow: inset 4px 4px 5px rgba(30, 26, 26, 0.3), -4px -4px 5px rgba(0, 0, 0, 0.1) inset, 10px 40px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.2s linear; }

.about .content-block .description-one p {
  color: #222222;
  font-size: 1.0625rem; }

.about .content-block .description-two {
  margin-bottom: 30px; }

.about .content-block .description-two p {
  font-size: 0.9375em; }

.about .content-block .list-inline-item:not(:last-child) {
  margin-right: 20px; }

.header-area .main-header-area.sticky ul li a {
  color: #000;
  margin: 14px;
  padding: 0px; }

.header-area .main-header-area.sticky .logo-img {
  margin-top: 0px;
  display: none; }

.span-col {
  color: #ffa500; }

@media (max-width: 767px) {
  .header-area .main-header-area.sticky .logo-img {
    width: 100%; }

  .header-area .main-header-area .logo-img img {
    width: 20%;
    margin-top: -20px; }

  .track-s1 {
    margin-bottom: 25px; }

  .slider_area .title_text {
    margin-top: -165px; }

  .slider_area .title_text h4 {
    font-size: 21px; }

  .section-title h2 {
    font-size: 28px !important; }

  .header-area .main-header-area.sticky .logo-img {
    margin-top: 15px;
    display: block; }

  .track-s1 .inner {
    height: 904px !important; }

  .important-shedule {
    margin-top: 25px; }

  .header-area .main-header-area.sticky .slicknav_btn {
    /*background-color: #ccc9c9 !important;*/
    margin-top: 30px; }

  .inner-tab {
    height: 631px !important; }

  .team-com {
    height: 467px !important; } }
.track-s1 {
  margin-top: 25px; }

.track-s1 .top {
  color: #eee;
  /*  padding: 40px 40px 20px 40px;*/
  color: #ECF0F1;
  text-align: center;
  padding: 20px; }
  .track-s1 .top h2 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: -7px;
    font-weight: normal; }
  .track-s1 .top .price {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    padding: 10px; }
.track-s1 .bottom {
  border-top: 0px;
  padding-bottom: 5px;
  text-align: center; }
  .track-s1 .bottom ul {
    list-style: none;
    list-style-type: none;
    margin: 0px 40px 0 40px;
    padding: 0px;
    text-align: left; }
    .track-s1 .bottom ul li {
      padding: 2px 0;
      border-bottom: solid 1px rgba(255, 255, 255, 0.2);
      color: #fff;
      font-size: 16px; }

.track-s1 .inner {
  background: linear-gradient(45deg, rgba(52, 46, 64, 0.9) 0%, rgba(48, 60, 83, 0.9) 100%);
  height: 709px; }

.tract-section {
  background: url(../images/bg-4.jpg); }

.important-shedule {
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 7px 27px 0;
  box-shadow: 0 7px 0px #ec9800;
  height: 190px; }
  .important-shedule h4 {
    position: relative;
    z-index: 2;
    padding: 1.25rem 2.8125rem 45px;
    font-weight: 500;
    border-radius: 10px 10px 0 0;
    margin: -1px -1px 0;
    background: #cccccc;
    background: -moz-linear-gradient(174deg, #fffcb6 0%, #36f2e3 100%);
    background: -webkit-linear-gradient(174deg, #3b3e50 0%, #fba507 100%);
    font-size: 17px; }
    .important-shedule h4 span {
      font-weight: 300; }
    .important-shedule h4:after {
      content: '';
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0;
      height: 30px;
      background: url(../images/bottom2.png) no-repeat;
      background-size: cover; }
  .important-shedule .important-shedule-item {
    background: #fff;
    padding: 1.875rem 2.8125rem;
    min-height: 100%;
    transition: background .5s ease; }

.important-shedule-item .important-shedule-time {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .important-shedule-item .important-shedule-time:not(:last-child) {
    margin-bottom: 0.9375rem; }

.important-shedule-title {
  color: #000;
  font-size: 20px; }

.section-title::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  left: calc(50% - 33px);
  bottom: 0;
  background: linear-gradient(to left, #806639, #ffa500, #806639);
  /*border-radius: 100%;*/
  top: 40px; }

.team-section {
  background: url(../images/bg-3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.team-area-v2 .single-team-member {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #efefef;
  transition: all 500ms ease;
  box-shadow: 0px 3px 7px #716a5e; }
  .team-area-v2 .single-team-member .img-holder {
    display: block;
    overflow: hidden;
    position: relative; }
    .team-area-v2 .single-team-member .img-holder img {
      transition: all 0.4s ease-in-out 0.5s;
      width: 100%; }
  .team-area-v2 .single-team-member .overlay-style-one {
    padding: 0 20px 0;
    padding: 0 20px 0; }
    .team-area-v2 .single-team-member .overlay-style-one .content .text {
      margin-bottom: 12px; }
  .team-area-v2 .single-team-member:hover {
    box-shadow: 0px 1px 9px 2px #c18311; }
    .team-area-v2 .single-team-member:hover .img-holder img {
      transition-delay: 0s;
      opacity: .5; }
    .team-area-v2 .single-team-member:hover .overlay-style-one {
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      opacity: 1;
      transition-delay: 0s; }
  .team-area-v2 .single-team-member .text-holder {
    padding-top: 21px;
    padding-bottom: 17px;
    background: #ffffff;
    padding: 14px; }
    .team-area-v2 .single-team-member .text-holder h3 {
      color: #ec9800;
      margin: 0 0 5px;
      font-size: 21px; }

.team-com {
  height: 383px; }

.overlay-style-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in 0.4s;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  overflow: hidden;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -ms-transition: all 0.3s ease-in 0.4s;
  transition: all 0.3s ease-in 0.4s; }
  .overlay-style-one .box {
    display: table;
    height: 100%;
    width: 100%; }
    .overlay-style-one .box .content {
      display: table-cell;
      text-align: center;
      vertical-align: middle; }

.contact {
  background-color: #000; }

.footer-contact p {
  color: #fff; }
.footer-contact ul li {
  display: block;
  position: relative;
  margin-bottom: 30px; }
  .footer-contact ul li i {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #0a0a0a;
    line-height: 35px;
    text-align: center;
    color: #fba80f;
    font-size: 19px;
    position: absolute;
    top: 0;
    left: -46px; }

.footer-contact ul li,
.footer-contact ul li a {
  color: #c5c4c4; }

footer {
  background: #212224;
  padding: 20px; }
  footer p {
    margin: 0; }

.committee-plan-area {
  background: url(../images/bg-4.jpg);
  background-position: center;
  background-size: cover; }
  .committee-plan-area .single-price-box {
    background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
    display: block;
    margin-bottom: 40px;
    position: relative;
    transition: all 500ms ease;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 5px 0px;
    -moz-box-shadow: 0px 1px 5px 0px;
    box-shadow: 0px 1px 5px 0px;
    border: 1px solid transparent;
    height: 785px; }
    .committee-plan-area .single-price-box .table-header .top {
      border-bottom: 1px solid #efefef;
      transition: all 500ms ease;
      transition-delay: 0.10s;
      display: block;
      padding: 10px 0;
      margin-bottom: 30px; }
      .committee-plan-area .single-price-box .table-header .top h3 {
        color: #202020;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        display: block; }
    .committee-plan-area .single-price-box .table-header .package {
      display: block; }
    .committee-plan-area .single-price-box .price-list {
      display: block;
      margin-top: 26px; }
      .committee-plan-area .single-price-box .price-list ul {
        text-align: center; }
        .committee-plan-area .single-price-box .price-list ul li {
          color: #202020;
          font-size: 16px;
          font-weight: 300;
          transition: all 500ms ease;
          position: relative;
          line-height: 29px;
          padding-left: 33px; }
          .committee-plan-area .single-price-box .price-list ul li.gray-bg {
            background: #e4e4e4;
            /*background: #f7f7f7;*/ }

.section-title h2 {
  color: #f8f8f8;
  font-size: 60px;
  line-height: 0px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: -19px;
  /*font-family: 'Ruda', sans-serif;*/ }

.heading-section .section-title h2 {
  color: #130b0b0d; }

.head-section h2 {
  color: #ffffff0d; }

@media (min-width: 768px) and (max-width: 1024px) {
  .header-area .main-header-area .logo-img img {
    width: 12%; }

  .slicknav_btn {
    margin-top: 12px; }

  .header-area .main-header-area.sticky .slicknav_btn {
    margin-top: 22px; }

  .slider_area .title_text h3 {
    font-size: 28px;
    line-height: 28px; }

  .slider_area .title_text h4 {
    font-size: 26px; }

  .track-s1 .inner {
    height: 947px; }

  .team-com {
    height: 476px; } }
.cmn-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  /*background-color: #734c0c;*/
  background: -webkit-linear-gradient(174deg, #a9710c 0%, #35364a 100%);
  border-radius: 5px;
  padding: 12px 20px;
  position: relative;
  z-index: 1;
  margin-top: 56px;
  box-shadow: 0 12px 45px 0 #d2a658; }
  .cmn-btn:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0;
    top: 0;
    background-color: #bd8216;
    border-radius: 5px 5px 0 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 0;
    z-index: -1; }
  .cmn-btn:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    background-color: #bd8216;
    border-radius: 0 0 5px 5px;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 0;
    z-index: -1; }
  .cmn-btn i {
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 3px; }

.cmn-btn:hover {
  color: #fff; }

.cmn-btn:hover:before {
  opacity: 1;
  height: 50%; }

.cmn-btn:hover:after {
  opacity: 1;
  height: 50%; }

.list-style {
  position: relative;
  margin-top: 30px; }

.list-style li {
  position: relative;
  color: #666666;
  /* font-size: 15px; */
  font-weight: 400;
  margin-bottom: 8px;
  padding-left: 25px;
  list-style: none;
  text-align: left;
  /* margin-left: -37px;*/
  color: black;
  text-align: justify; }

.list-style li:before {
  position: absolute;
  content: "\f0a9";
  left: 13px;
  top: 0px;
  font-size: 17px;
  color: #fba507;
  font-family: 'FontAwesome'; }

.list-style-one {
  position: relative; }

.list-style-one li {
  position: relative;
  color: #666666;
  /* font-size: 15px; */
  font-weight: 400;
  padding-left: 25px;
  list-style: none;
  text-align: left;
  /* margin-left: -37px;*/
  color: black;
  text-align: justify; }

.list-style-one li:before {
  position: absolute;
  content: "\f0a4";
  left: -26px;
  top: 0px;
  font-size: 17px;
  color: #fba507;
  font-family: 'FontAwesome'; }

.inner-tab {
  height: 434px !important; }

.download {
  position: relative;
  z-index: 1; }

.download {
  padding: 17px;
  background-color: #EE9A4D;
  color: #fff;
  border-radius: 5px 40px 10px 30px;
  background: -webkit-linear-gradient(174deg, #a9710c 0%, #35364a 100%);
  border-left: 10px solid #ec9800;
  font-weight: bold;
  margin-top: 59px; }

.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999; }
  .back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 27px;
    height: 40px;
    border-radius: 10px;
    background: #fba80f;
    color: #fff;
    transition: all 0.4s; }
    .back-to-top i:hover {
      background: #614106;
      color: #fff; }

.bg {
  background-image: url(../images/bg-5.png); }

.table-bordered td, .table-bordered th {
  font-size: 1rem; }

.table-acc {
  font-family: serif; }

/*# sourceMappingURL=custom.css.map */
