@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: 20px; }
  @media (max-width: 576px) {
    .section-title {
      margin-bottom: 20px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-title {
      margin-bottom: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title {
      font-size: 20px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-title {
      margin-bottom: 20px; } }
  .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;
      margin-top: -31px;
      margin-left: -246px; }
      .header-area .main-header-area .main-menu ul li {
        display: inline-block;
        position: relative; }
        .header-area .main-header-area .main-menu ul li a {
          color: #000;
          font-size: 0.85rem;
          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: 6px; }
          @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: 16px; }
            @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: #ff561d; }
          .header-area .main-header-area .main-menu ul li a.active {
            color: #ff561d; }
        .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: #fff;
              background: #011a60; }
        .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: -102px;
      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;
      border-radius: 0;
      margin-left: 0;
      margin-right: 0;
      border: none;
      height: 43px;
      box-shadow: inset 0.2rem 0.2rem 0.5rem #0e090791, inset -0.2rem -0.2rem 0.5rem #02010182; }
      @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: #fff; } }
      @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;
        margin-top: 4px; }
  .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); }

.header-area .main-header-area.sticky .logo-img {
  margin-top: 0px;
  display: none; }

.header-area .main-header-area.sticky ul li a {
  color: #000; }

.slider_text .title_text h5 {
  font-size: 20px;
  line-height: 34px; }

.img-section img {
  margin-top: 10px;
  margin-bottom: 16px;
  width: 18%; }

.slider_area {
  background-size: cover;
  background-position: center  center;
  background-repeat: no-repeat;
  padding-top: 310px;
  padding-bottom: 100px;
  height: 738px;
  /*@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: -187px;
    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.6rem;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 40px;
      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: -40px;
  padding: 3px 12px 0px 0px; }

.header-area .main-header-area .logo-img img {
  /*background: white;*/
  width: 45%; }

 /*.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; }

.main-menu ul li a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #0c246c;
  content: "";
  -webkit-transition: all, 0.4s;
  -o-transition: all, 0.4s;
  transition: all, 0.4s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.main-menu ul li:hover a:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.cfp-about.style6 .shape-animate {
  position: relative;
  position: relative; }
  .cfp-about.style6 .shape-animate .transparent {
    position: absolute;
    position: absolute; }
    .cfp-about.style6 .shape-animate .transparent.left {
      left: 27%;
      margin-top: 1rem; }
    .cfp-about.style6 .shape-animate .transparent.right {
      right: 20%;
      margin-top: 1rem; }
.cfp-about.style6 .desc {
  font-size: 1rem;
  color: #505050;
  font-weight: 400;
  text-align: justify; }
  .cfp-about.style6 .desc a {
    color: #ff4000; }

.section-sm {
  padding: 5rem 0; }

.download a {
  padding: 10px;
  background-color: #ff5722;
  color: #fff; }

.box {
  position: relative;
  width: 311px;
  padding: 15px;
  background: linear-gradient(to bottom, #c6c9d9, #ffffff);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin: 37px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  height: 477px; }
  .box:before {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.2);
    z-index: 2;
    pointer-events: none;
    text-align: center; }
  .box .icon {
    position: relative;
    width: 61px;
    height: 58px;
    color: #fff;
    background: #ff561d;
    display: flex;
    justify-content: center;
    aling-items: center;
    margin: 40px auto;
    border-radius: 20%;
    font-size: 50px;
    font-weight: normal;
    transition: 1s;
    padding: 10px;
    box-shadow: 0 0 0 0 #ff561d;
    background: #ff561d;
    margin-top: 2px; }
    .box .icon i {
      padding: 12px;
      font-size: 3rem;
      margin-left: 8px;
      margin-top: -14px; }
  .box:hover {
    /*.content {
        ul {
            li {
                color: #fff;
            }
        }
        h3 {
            color: #fff;
        }
    }*/ }
    .box:hover .icon {
      /*box-shadow: 0 0 0 400px #4d557a;*/
      box-shadow: 0px 0px 5px 18px #ff400063; }
  .box .content {
    position: relative;
    z-index: 1;
    transition: 1.5s; }
    .box .content h3 {
      font-size: 12px;
      margin: 10px 0;
      padding: 0;
      text-align: center;
      margin-top: -27px; }
    .box .content p {
      margin: 0;
      padding: 0;
      text-align: center; }

.bg-section {
  background: url(../images/background1.png); }

.bg-section1 {
  background: url(../images/background2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.section-title h3 {
  padding-bottom: 5px;
  font-size: 2rem; }
.section-title h6 {
  color: #000;
  margin-bottom: 24px; }
.section-title .separator {
  position: relative;
  width: 98px;
  height: 15px;
  margin: 0 auto;
  margin-top: 0px;
  margin-right: 547px; }
  .section-title .separator:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 6px;
    width: 55px;
    height: 1px;
    background-color: #152c72; }
  .section-title .separator .dott {
    background-color: #c33764;
    position: relative;
    width: 6px;
    height: 6px;
    top: -7px;
    border-radius: 50%;
    display: inline-block;
    left: 26px;
    background-color: #152c72; }
  .section-title .separator:after {
    position: absolute;
    content: '';
    width: 55px;
    height: 1px;
    background-color: #152c72;
    right: -53px;
    top: 6px; }

.section-title h3 {
  padding-bottom: 5px;
  font-size: 2rem; }
.section-title h6 {
  color: #000;
  margin-bottom: 24px; }
.section-title .separator1 {
  position: relative;
  width: 98px;
  height: 15px;
  margin: 0 auto;
  margin-top: 0px;
  margin-right: 547px; }
  .section-title .separator1:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 6px;
    width: 55px;
    height: 1px;
    background-color: #152c72; }
  .section-title .separator1 .dott1 {
    background-color: #c33764;
    position: relative;
    width: 6px;
    height: 6px;
    top: -7px;
    border-radius: 50%;
    display: inline-block;
    left: 61px;
    background-color: #152c72; }
  .section-title .separator1:after {
    position: absolute;
    content: '';
    width: 55px;
    height: 1px;
    background-color: #152c72;
    right: -53px;
    top: 6px; }

.color {
  color: #ff561d; }

.color-text {
  color: #ffffff;
  background: #f75705;
  padding: 5px;
  line-height: 2; }

.team_box {
  border-radius: 25px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 42px red;
  box-shadow: 0 0 42px #b0bce1;
  padding: 1rem;
  margin: 15px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-shadow: inset 0.2rem 0.2rem 0.5rem #ff561d57, inset -0.2rem -0.2rem 0.5rem #152c7245;
  width: 338px; }
  .team_box .team_img {
    width: 93%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-left: 11px; }
  .team_box h5 {
    margin: 15px 0 0 0;
    font-weight: 800;
    text-transform: capitalize;
    font-size: 20px;
    text-align: center;
    color: #ff561d;
    margin-bottom: 10px; }
  .team_box h6 {
    margin: 0;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 5px;
    color: #182b99;
    margin-top: 0;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out; }
  .team_box:after {
    content: "";
    border: solid 1px #fd551c;
    position: absolute;
    bottom: 0;
    width: 50%;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .team_box:hover .team_img {
    -webkit-box-shadow: 0 0 42px red;
    box-shadow: 0 0 2px 5px #ff4203; }
  .team_box:hover:after {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }

.overview-content {
  /*height: 97rem;*/ }
  .overview-content .features-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 16px;
    margin-left: 46px;
    margin-right: -10px; }
    .overview-content .features-list li {
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%;
      margin-top: 15px;
      padding-left: 10px;
      padding-right: 10px; }
      .overview-content .features-list li span {
        display: block;
        background-color: #ffffff;
        border-radius: 5px;
        padding: 8px 6px;
        z-index: 1;
        position: relative;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        color: #0b0b31;
        border-left: 2px solid #ff561d;
        font-weight: 600;
        font-size: 1rem;
        -webkit-box-shadow: -1px 3px 6px 0px #152c72;
        box-shadow: -1px 3px 6px 0px #152c72;
        text-align: justify; }
        .overview-content .features-list li span::before {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          width: 0;
          height: 100%;
          border-radius: 3px;
          background-color: #ff561d;
          z-index: -1;
          -webkit-transition: 0.4s;
          transition: 0.4s; }
        .overview-content .features-list li span:hover {
          color: #ffffff; }
          .overview-content .features-list li span:hover::before {
            width: 100%; }
  .overview-content h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #191d34;
    text-align: center;
    margin-left: 57px;
    margin-bottom: -13px;
    margin-top: 2rem; }
  .overview-content h5 {
    font-size: 1rem;
    margin-bottom: -13px;
    margin-top: 1.3rem;
    margin-left: 57px;
    color: #191d34; }

.box-overview {
  position: relative;
  width: 311px;
  padding: 15px;
  background: linear-gradient(to bottom, #E4E5EC, #ffcfbf);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin: 37px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center; }

.list-style-icon {
  position: relative; }
  .list-style-icon li {
    position: relative;
    color: #666666;
    font-weight: 400;
    padding-left: 25px;
    list-style: none;
    text-align: left;
    color: black;
    /*text-align: justify;*/
    margin: 0.3rem;
    font-size: 0.7rem; }
    .list-style-icon li:before {
      position: absolute;
      content: "\f0fb";
      left: 0px;
      top: 0px;
      font-size: 17px;
      color: #ff561d;
      font-family: 'FontAwesome'; }

.main-header-area {
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #606060;
  /* padding: 16px 15px; */
  border-radius: 15px;
  margin-left: 102px;
  /* margin-right: -15px; */
  margin-top: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 85%;
  height: 83px;
  padding: 2.8rem;
  background: #fff;
  /*background: url(../images/line1.png);
  background-color: white;
  background-position: center;*/
  /* background-repeat: no-repeat; */
  /*background-size: 4%;*/
  box-shadow: inset 0.2rem 0.2rem 0.5rem #0e090757, inset -0.2rem -0.2rem 0.5rem #3e312d52; }

.important-date .section-wrapper .event-ls {
  position: relative;
  z-index: 1; }
  .important-date .section-wrapper .event-ls .event-item {
    padding: 17px 26px;
    box-shadow: 0 10px 30px 0 #979797;
    margin: 30px 0;
    border-radius: 5px 40px 10px 30px;
    background: #fff;
    border-left: 20px solid #152c72; }
    .important-date .section-wrapper .event-ls .event-item .event-content h6 {
      margin: 0;
      font-size: 1.25rem;
      line-height: 29px;
      color: #000; }
    .important-date .section-wrapper .event-ls .event-item .event-content h4 {
      margin: 0;
      font-size: 1.6rem;
      line-height: 29px;
      color: #ff4000;
      margin-top: 1rem; }
    .important-date .section-wrapper .event-ls .event-item .event-content p {
      margin-bottom: 0;
      font-size: 15px; }
    .important-date .section-wrapper .event-ls .event-item .event-icon {
      padding-right: 20px; }

.contact {
  /*background-color: #000;*/
  background-image: url(../images/wave.jpg);
  background-color: #d6d6d6;
  background-repeat: repeat-x;
  background-position: left top,left bottom;
  /*padding: 3em 0;*/
  position: relative;
  /*   margin: 2em 0;*/
  text-align: center; }
  .contact p {
    color: #000;
    font-size: 1rem; }

.contact h4 {
  color: #000 !important;
  text-align: justify; }

.footer-contact ul li,
.footer-contact ul li a {
  color: #c5c4c4; }

.footer-contact {
  border: 12px solid #cccccc;
  overflow: hidden;
  margin-left: 0rem;
  padding-left: 56px;
  padding-top: 21px;
  padding-right: 12px;
  margin-top: 10px;
  background: #fff;
  box-shadow: inset 0.2rem 0.2rem 0.5rem #0e090791, inset -0.2rem -0.2rem 0.5rem #02010182; }
  .footer-contact ul li {
    display: block;
    position: relative;
    margin-bottom: 30px; }
    .footer-contact ul li i {
      width: 35px;
      height: 35px;
      border-radius: 50%;
      background: #b1b1b1;
      line-height: 35px;
      text-align: center;
      color: #000;
      font-size: 19px;
      position: absolute;
      top: 0;
      left: -46px; }

footer {
  background: #d73600;
  padding: 5px; }
  footer p {
    margin: 0; }

.publi-paper p {
  font-size: 1rem;
  color: #505050;
  font-weight: 400;
  text-align: center; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .main-header-area {
    align-items: center;
    border: 1px solid #fff;
    /* padding: 16px 15px; */
    border-radius: 15px;
    margin-left: 32px;
    /* margin-right: -15px; */
    margin-top: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 85%;
    height: 93px;
    padding: 2.8rem;
    background: #fff;
    background-repeat: no-repeat;
    background-size: 4%;
    box-shadow: inset 0.2rem 0.2rem 0.5rem #0e090757, inset -0.2rem -0.2rem 0.5rem #3e312d52;
    margin-right: 2rem; }

  .header-area .main-header-area .logo-img img {
    /* background: white; */
    width: 32%; }

  .logo-img {
    margin-top: -11px;
    padding: 5px 38px 0px 0px; }

  .slider_area .title_text {
    margin-top: -160px; }

  .slider_text .title_text h5 {
    font-size: 17px; }

  .img-section img {
    width: 36%; }

  .slider_area .title_text h3 {
    font-size: 14px; }

  .section-title .separator1 {
    margin-right: 160px; }

  .title_text .text-p {
    width: 345px !important; }

  .header-area .main-header-area.sticky .logo-img {
    margin-top: -11px;
    width: 79%; }

  .header-area .main-header-area.sticky {
    height: 91px; }

  .header-area .main-header-area.sticky .logo-img {
    display: revert; }

  .header-area .main-header-area.sticky .slicknav_btn {
    margin-top: 36px; }

  .section-title .separator {
    margin-left: 5.5rem; }

  .section-title h3 {
    text-align: center;
    line-height: 1.3; }

  .section-title h6 {
    text-align: center; }

  .download {
    margin-top: 25px; }

  .overview-content .features-list {
    margin-left: -12px; }

  .overview-content h4 {
    margin-left: 0px;
    margin-top: 5px; }

  /*.overview-content {
      height: 82rem;
  }*/
  /*.important-date{
      margin-top: -15rem;
  }*/
  .box {
    margin-top: 0rem; }

  .footer-contact {
    margin-top: 249px; }

  .footer-bg {
    margin-top: -218px; } }
.footer-map {
  height: 226%;
  margin-top: 13px; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .main-header-area {
    margin-left: 61px; }

  .header-area .main-header-area .logo-img img {
    width: 12%; }

  .logo-img {
    margin-top: -14px; }

  .mobile_menu {
    top: -96px; }

  .team_box {
    width: auto; }

  .section-title .separator .dott1 {
    top: -11px; }

  .section-title .separator .dott {
    top: -11px; }

  .section-title .separator1 .dott1 {
    top: -11px; }

  .section-title .separator1 {
    margin-right: 592px; }

  .section-title .separator {
    margin-right: 324px; }

  .header-area .main-header-area.sticky {
    height: 91px; }

  .header-area .main-header-area.sticky {
    padding: 10px 0;
    background: #fff; }

  .header-area .main-header-area.sticky .logo-img {
    margin-top: -14px; }

  .header-area .main-header-area.sticky .mobile_menu {
    top: -104px; }

  .header-area .main-header-area.sticky .logo-img {
    display: block; }

  .box {
    margin-left: 9px;
    margin-right: 11px; } }
/*@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px){
    .header-area .main-header-area .logo-img img {
    width: 64%;
    margin-top: 11px;
}
.header-area .main-header-area .main-menu ul li a{
   padding: 60px 8px 6px 0px; 
}
.header-area .main-header-area .main-menu ul li a{
    font-size: 12px;
}
.header-area .main-header-area .main-menu{
    margin-top: -48px;
    margin-left: -158px;
}
.slider_area .title_text h3 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 10px;
}
.header-area .main-header-area.sticky .main-menu {
    padding: 0;
    margin-left: -286px;
    margin-top: -59px;
}
.header-area .main-header-area.sticky .logo-img img{
   width: 53%;
    margin-left: 37px;
    margin-top: 2px;
}
}*/
.sec::after {
  position: absolute;
  bottom: 15px;
  left: 45%;
  transform: translateX(-50%);
  height: 3px;
  width: 0px;
  content: '';
  background: #ff561d;
  animation: sec 1500ms infinite; }

@keyframes sec {
  from {
    width: 0; }
  to {
    width: 50%; } }
.box-high h5 {
  box-shadow: 0px 0px 10px #ffffff57;
  width: 416px;
  text-align: center;
  margin-left: 225px; }

.title_text .text-p {
  position: relative;
  font-size: 1.6em; }

.title_text .text-p {
  /*position: absolute;*/
  width: 521px;
  color: #ffffff;
  background: #f75705;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0.3rem 0.6rem;
  text-decoration: none;
  overflow: hidden; }

.title_text .text-p ::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  width: 50%;
  background: rgba(255, 255, 255, 0.05); }

.title_text .text-p span:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #ffffff, #ffffff);
  animation: animate1 2s linear infinite;
  animation-delay: 1s; }

@keyframes animate1 {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(100%); } }
.title_text .text-p span:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to right, #ffffff, #ffffff);
  animation: animate2 2s linear infinite;
  animation-delay: 1s; }

@keyframes animate2 {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(100%); } }
.title_text .text-p span:nth-child(3) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #ffffff, #ffffff);
  animation: animate3 2s linear infinite;
  animation-delay: 1s; }

@keyframes animate3 {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(-100%); } }
.title_text .text-p span:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to right, #ffffff, #ffffff);
  animation: animate4 2s linear infinite;
  animation-delay: 1s; }

@keyframes animate4 {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(-100%); } }
.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: 35px;
    height: 35px;
    border-radius: 10px;
    background: #ff561d;
    color: #fff;
    transition: all 0.4s; }
    .back-to-top i:hover {
      background: #614106;
      color: #fff; }

.blink_text {
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

@keyframes blinker {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

/*# sourceMappingURL=custom.css.map */
