@import url("https://fonts.googleapis.com/css?family=Oswald");
@import url("https://fonts.googleapis.com/css?family=Great+Vibes");
@font-face {
  font-family: 'Aileron-Light';
  src: url("../fonts/Aileron-Light.otf"); }
@font-face {
  font-family: 'Aileron-Ultralight';
  src: url("../fonts/Aileron-UltraLight.otf"); }
.font-style-1 {
  font-family: 'Aileron-Light', sans-serif; }

.font-style-1-u {
  font-family: 'Aileron-Ultralight', sans-serif; }

.font-style-2 {
  font-family: 'Open Sans', sans-serif; }

.font-italic {
  font-style: italic !important; }

.font-oswald {
  font-family: 'Oswald', sans-serif; }

.text-style {
  font-family: 'Great Vibes', cursive;
  font-size: 40px; }

body {
  background: #fff;
  font-family: 'Aileron-Light', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  margin-top: 10px; }

p {
  font-family: 'Aileron-Light', sans-serif;
  font-size: 15px;
  line-height: 22px; }

@media only screen and (min-width: 1300px) and (max-width: 1920px) {
  .container-gap {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    display: block; } }
@media only screen and (min-width: 768px) and (max-width: 1920px) {
  .btn-menu-mob {
    display: none;
    position: relative;
    margin-left: -10px; }

  .menu-block {
    width: 100%;
    display: inline-block;
    position: relative;
    align-self: center; }
    .menu-block .navbar-nav > li {
      position: relative; }
      .menu-block .navbar-nav > li > a {
        padding: 12px 18px 8px;
        margin-left: 1px;
        font-family: 'Oswald', sans-serif;
        position: relative;
        color: #fff;
        text-decoration: none;
        font-size: 17px; } }
      @media only screen and (min-width: 768px) and (max-width: 1920px) and (min-width: 1024px) and (max-width: 1200px) {
        .menu-block .navbar-nav > li > a {
          font-size: 16px;
          padding: 12px 14px 8px; } }
@media only screen and (min-width: 768px) and (max-width: 1920px) {
        .menu-block .navbar-nav > li > a:after {
          content: '';
          height: 2px;
          width: 0%;
          position: absolute;
          bottom: -6px;
          left: 0;
          right: 0;
          margin: auto;
          background-color: #000;
          -webkit-transition: all 0.6s ease;
          -moz-transition: all 0.6s ease;
          -o-transition: all 0.6s ease;
          -ms-transition: all 0.6s ease;
          transition: all 0.6s ease; }
        .menu-block .navbar-nav > li > a:hover {
          background: none;
          color: #000; }
          .menu-block .navbar-nav > li > a:hover:after {
            width: 100%; }
        .menu-block .navbar-nav > li > a.active-menu {
          color: #000; }
          .menu-block .navbar-nav > li > a.active-menu:after {
            content: '';
            height: 2px;
            width: 100%;
            position: absolute;
            bottom: -6px;
            left: 0;
            right: 0;
            margin: auto;
            background-color: #000;
            -webkit-transition: all 0.6s ease;
            -moz-transition: all 0.6s ease;
            -o-transition: all 0.6s ease;
            -ms-transition: all 0.6s ease;
            transition: all 0.6s ease; }
        .menu-block .navbar-nav > li > a:focus {
          background: none; }
      .menu-block .navbar-nav > li:after {
        position: absolute;
        top: 10px;
        right: 0;
        content: '|';
        color: #DCDCDC; }
      .menu-block .navbar-nav > li:last-child:after {
        content: ''; }
    .menu-block .navbar-toggle {
      margin: 10px 0 0 0;
      padding: 6px 12px;
      border: 1px solid #ddd;
      border-radius: 0;
      font-size: 17px; }

  .menu-overlay, .menu-view-top, .m-icon, .hide-d {
    display: none; }

  .welcome-block {
    padding-top: 10px;
    font-weight: bold;
    font-size: 16px; }

  .sticky .menu-block .navbar-nav > li > a.active-menu {
    color: #000; }

  ul.nav li > ul.dropdown-menu {
    padding: 0;
    border-radius: 0;
    margin-top: -1px; }

  ul.nav li:hover > ul.dropdown-menu {
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    border-radius: 0; }
    .dropdown-submenu > .dropdown-menu li a {
      white-space: inherit; }

  .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: none; }

  .dropdown-menu > li > a {
    padding: 6px 15px;
    line-height: 20px; }
    .dropdown-menu > li > a:hover {
      background-color: #e90b6e;
      color: #fff; }

  .c-right {
    transform: rotate(-90deg); } }
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  body.nav-open {
    overflow: hidden; }

  .view-none {
    display: none !important; }

  .pad-m-0 {
    padding: 0; }

  .pad-mob-5 {
    padding-left: 5px;
    padding-right: 5px; }

  .btn-menu-mob {
    display: block;
    float: left;
    margin-top: 20px;
    margin-right: 5px;
    margin-left: -20px;
    padding: 5px;
    background: none;
    font-size: 20px;
    box-shadow: none;
    color: #e90b6e;
    position: relative;
    z-index: 20; }

  .btn-menu-mob:hover {
    color: #fff; }

  .menu-block {
    border-top: none;
    border-bottom: none;
    display: block;
    margin-top: 0;
    padding-bottom: 0; }
    .menu-block .mobile-menu {
      background-color: #fff;
      width: 220px;
      height: 100%;
      display: block;
      overflow-y: auto;
      margin: 0;
      padding: 0;
      position: fixed;
      top: 0px;
      left: -230px;
      z-index: 110;
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
      transition: all 0.6s ease; }
      .menu-block .mobile-menu li a {
        color: #000;
        margin-bottom: 1px; }
    .menu-block .nav-open {
      left: 0px; }

  .menu-view-top {
    width: 100%;
    display: block;
    padding: 15px 10px;
    background-color: #e90b6e;
    color: #fff;
    font-size: 15px;
    text-align: center; }

  .menu-overlay {
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 15;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease; }
    .menu-overlay.nav-open {
      left: 0; }

  .d-menu {
    padding-top: 1px;
    padding-bottom: 1px; }

  ul.mob-drop {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #efefef; }
    ul.mob-drop li {
      margin: 0 !important;
      padding: 0; }
      ul.mob-drop li a {
        padding: 3px 10px 4px 15px;
        display: block;
        font-size: 13px; }
        ul.mob-drop li a:before {
          font-family: 'Glyphicons Halflings';
          content: "\e258";
          font-size: 8px;
          padding-right: 3px;
          position: relative;
          top: -1px; }
        ul.mob-drop li a:hover {
          background-color: #ddd; }

  .m-icon {
    display: inline-block;
    font-size: 12px;
    color: #5F5F5F;
    margin-right: 5px; }

  .navbar-nav > li {
    width: 100%; }

  .dropdown-menu > li > a {
    white-space: inherit;
    position: relative; }

  .caret {
    position: absolute;
    right: 10px;
    top: 20px; } }
.height5 {
  height: 5px;
  clear: both; }

.height6 {
  height: 6px;
  clear: both; }

.height7 {
  height: 7px;
  clear: both; }

.height8 {
  height: 8px;
  clear: both; }

.height9 {
  height: 9px;
  clear: both; }

.height10 {
  height: 10px;
  clear: both; }

.height11 {
  height: 11px;
  clear: both; }

.height12 {
  height: 12px;
  clear: both; }

.height13 {
  height: 13px;
  clear: both; }

.height14 {
  height: 14px;
  clear: both; }

.height15 {
  height: 15px;
  clear: both; }

.height16 {
  height: 16px;
  clear: both; }

.height17 {
  height: 17px;
  clear: both; }

.height18 {
  height: 18px;
  clear: both; }

.height19 {
  height: 19px;
  clear: both; }

.height20 {
  height: 20px;
  clear: both; }

.font-size10 {
  font-size: 10px; }

.font-size11 {
  font-size: 11px; }

.font-size12 {
  font-size: 12px; }

.font-size13 {
  font-size: 13px; }

.font-size14 {
  font-size: 14px; }

.font-size15 {
  font-size: 15px; }

.font-size16 {
  font-size: 16px; }

.font-size17 {
  font-size: 17px; }

.font-size18 {
  font-size: 18px; }

.font-size19 {
  font-size: 19px; }

.font-size20 {
  font-size: 20px; }

.font-size21 {
  font-size: 21px; }

.font-size22 {
  font-size: 22px; }

.font-size23 {
  font-size: 23px; }

.font-size24 {
  font-size: 24px; }

.font-size25 {
  font-size: 25px; }

.line-height17 {
  line-height: 17px; }

.clr {
  clear: clear;
  width: 100%; }

.text-white {
  color: #fff; }

.text-off {
  color: #666; }

.text-bold {
  font-weight: bold; }

.text-theme {
  color: #e90b6e; }

.text-theme-light {
  color: #22a9fe; }

.margin-tb {
  margin-top: 10px;
  margin-bottom: 10px; }

.row_5 {
  margin-left: -5px;
  margin-right: -5px; }

.margin0 {
  margin: 0; }

.pad0 {
  padding: 0; }

.pad5 {
  padding-left: 5px;
  padding-right: 5px; }

.pad-5 {
  padding: 5px; }

.pad-all5 {
  padding: 5px; }

.pad10 {
  padding-left: 10px;
  padding-right: 10px; }

.pad15 {
  padding-left: 15px;
  padding-right: 15px; }

.margin-bottom10 {
  margin-bottom: 10px; }

.margin-bottom20 {
  margin-bottom: 20px; }

textarea {
  resize: vertical; }

.height2 {
  height: 2px; }

.height25 {
  height: 25px; }

.height30 {
  height: 30px;
  display: block; }

.height40 {
  height: 40px;
  display: block; }

.relative {
  position: relative; }

section, footer {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 10;
  display: block; }

.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .display-flex {
      display: block; } }

a {
  color: #1a98e6;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s; }
  a:hover, a:focus {
    text-decoration: none;
    color: #0063a0; }

.rounded-0 {
  border-radius: 0; }

.rounded-20 {
  border-radius: 20px; }

.btn-padding {
  padding-left: 20px;
  padding-right: 20px; }

.get-a-free {
  background-color: #e90b6e;
  margin-top: -5px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px; }

.margin-padding0 {
  margin: 0;
  padding: 0; }

.img-100 {
  width: 100%; }

.bg-off {
  background-color: #efefef; }

.border-1 {
  border-bottom: 1px solid #eee; }

ul.list {
  margin: 0;
  padding: 0; }
  ul.list li {
    margin-left: 15px; }
    ul.list li a {
      color: #000; }
      ul.list li a:hover {
        color: #0063a0; }

ul.list2 {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block; }
  ul.list2 li {
    margin: 0;
    padding: 0 10px 5px 0;
    min-width: 30%;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 767px) {
      ul.list2 li {
        min-width: 100%; } }
    ul.list2 li:before {
      font-family: 'FontAwesome';
      content: "\f178";
      color: #B88E63;
      margin-right: 5px; }

.line-full {
  border-bottom: 1px solid rgba(184, 142, 99, 0.4);
  padding-bottom: 10px; }

.btn-theme {
  color: #e90b6e;
  padding: 8px 30px;
  border-radius: 20px;
  margin-top: 2px;
  margin-bottom: 2px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #e90b6e;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3); }
  .btn-theme.white, .btn-theme.white-white {
    border: 1px solid #fff;
    color: #fff; }
  .btn-theme:hover {
    background-color: #e90b6e;
    color: #fff; }
  .btn-theme.white-white:hover {
    background-color: #fff;
    color: #e90b6e; }

#back-top {
  position: fixed;
  bottom: 15px;
  right: 20px;
  z-index: 1000;
  display: none;
  margin-left: 500px;
  width: 35px;
  height: 35px;
  background: #e90b6e;
  border: 1px solid #e90b6e;
  color: white;
  text-align: center;
  cursor: pointer; }
  @media (max-width: 767px) {
    #back-top {
      bottom: 45px;
      right: 10px; } }
  #back-top:hover {
    color: white;
    border: 1px solid #fff;
    background: #333; }
  #back-top i {
    line-height: 35px;
    font-size: 12px;
    margin: 0px;
    padding: 0px; }

header {
  width: 100%;
  display: table; }
  header .header-top {
    width: 100%;
    display: table;
    background-color: #F5F5F5;
    padding: 10px 0;
    position: relative;
    z-index: 11; }
    @media only screen and (min-width: 0px) and (max-width: 1023px) {
      header .header-top {
        padding: 0; } }
    header .header-top .contact-top {
      width: 100%;
      display: block; }
      header .header-top .contact-top ul {
        list-style: none;
        margin: 0;
        padding: 0;
        float: right; }
        header .header-top .contact-top ul li {
          display: inline-block;
          color: #000;
          font-size: 14px;
          padding-left: 3px; }
          header .header-top .contact-top ul li i {
            width: 30px;
            height: 30px;
            background-color: #fff;
            border-radius: 50%;
            border: 1px solid #e90b6e;
            color: #e90b6e;
            text-align: center;
            font-size: 15px;
            line-height: 28px;
            margin-right: 2px;
            margin-left: 2px; }
          header .header-top .contact-top ul li a {
            color: #000; }
            header .header-top .contact-top ul li a:hover i {
              background-color: #e90b6e;
              color: #fff; }
  header .menu-block-bg {
    position: relative;
    background-color: #e90b6e;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    width: 100%;
    display: table; }
    @media only screen and (min-width: 0px) and (max-width: 1023px) {
      header .menu-block-bg {
        background-color: #000; } }
    header .menu-block-bg .logo_block {
      position: absolute;
      width: 160px;
      height: 160px;
      border-radius: 50%;
      background-color: #fff;
      -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
      transition: all 0.6s ease;
      top: -45px;
      left: 0;
      display: block;
      z-index: 50; }
      @media only screen and (min-width: 0px) and (max-width: 1023px) {
        header .menu-block-bg .logo_block {
          width: 90px;
          height: 90px;
          top: 5px;
          left: 30px; } }
      header .menu-block-bg .logo_block:before {
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        transition: all 0.6s ease;
        position: absolute;
        left: -5px;
        top: 81px;
        content: '';
        width: 170px;
        height: 85px;
        border-bottom-left-radius: 100px;
        border-bottom-right-radius: 100px;
        border: 2px solid #fff;
        border-top: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      @media only screen and (min-width: 0px) and (max-width: 1023px) {
        header .menu-block-bg .logo_block:before {
          display: none; } }
      header .menu-block-bg .logo_block .logo-img {
        position: relative;
        z-index: 15;
        margin: 0 auto;
        display: block;
        width: 130px;
        top: 10px;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        transition: all 0.6s ease;
        z-index: 20; }
        @media only screen and (min-width: 0px) and (max-width: 1023px) {
          header .menu-block-bg .logo_block .logo-img {
            width: 70px; } }
  header.sticky .menu-block-bg {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    position: fixed;
    top: 10px;
    left: 0;
    z-index: 100; }
    @media (max-width: 767px) {
      header.sticky .menu-block-bg {
        top: 0px; } }
  header.sticky .logo_block {
    top: -10px;
    width: 65px;
    height: 65px; }
    @media only screen and (min-width: 0px) and (max-width: 1023px) {
      header.sticky .logo_block {
        top: 3px; } }
    header.sticky .logo_block:before {
      position: absolute;
      left: -4px;
      top: -3px;
      content: '';
      width: 72px;
      height: 72px;
      border-bottom-left-radius: 100px;
      border-bottom-right-radius: 100px;
      border-top-left-radius: 100px;
      border-top-right-radius: 100px;
      border: 2px solid #fff;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    header.sticky .logo_block .logo-img {
      width: 45px; }

/*Slider-Part--------------->*/
.banner-bg {
  width: 100%;
  display: table;
  background-color: #000;
  overflow: hidden; }

.corner-left {
  background-color: rgba(233, 11, 110, 0.3);
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  display: block;
  bottom: -100px;
  right: -150px;
  z-index: 4; }
  .corner-left:before {
    content: '';
    background-color: rgba(233, 11, 110, 0.8);
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    display: block;
    bottom: -30px;
    right: -50px; }
  .corner-left .content-block-slider {
    position: absolute;
    width: 342px;
    height: 400px;
    right: 150px;
    bottom: -30px;
    z-index: 4;
    color: #fff;
    text-align: center; }
    .corner-left .content-block-slider h1 {
      font-family: 'Great Vibes', cursive;
      font-size: 50px;
      line-height: 65px; }

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity; }

.carousel-fade .carousel-inner .active {
  opacity: 1; }

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-control {
  z-index: 10; }

.carousel-control {
  width: 6%; }
  @media (max-width: 767px) {
    .carousel-control {
      width: 10%; } }

.arrow-top {
  top: 48%;
  left: 0;
  right: 0;
  position: absolute; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/*End-Slider--------------->*/
.btn-style {
  border: 1px solid #e90b6e;
  border-radius: 0;
  background-color: #fff;
  color: #e90b6e;
  position: relative;
  overflow: hidden;
  padding: 12px 25px; }
  .btn-style span {
    position: relative;
    z-index: 2;
    font-weight: bold; }
  .btn-style:before {
    content: '';
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 0 0 120px;
    border-color: transparent transparent transparent #e90b6e;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease; }
  .btn-style:after {
    content: '';
    position: absolute;
    top: -100px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 120px 45px 0;
    border-color: transparent #e90b6e transparent transparent;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease; }
  .btn-style:hover span {
    color: #fff;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease; }
  .btn-style:hover:before {
    bottom: 0px; }
  .btn-style:hover:after {
    top: 0px; }

.exclusive-channels {
  width: 100%;
  display: table; }
  .exclusive-channels .exclusive-channels-heading {
    width: 100%;
    display: table;
    height: 40px;
    border-top: 1px solid #e90b6e;
    background-color: #000;
    padding: 6px 0;
    position: relative; }
    .exclusive-channels .exclusive-channels-heading .right-side-block {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2;
      width: 26%;
      height: 100%;
      background-color: #e90b6e; }
      .exclusive-channels .exclusive-channels-heading .right-side-block:before {
        position: absolute;
        top: 0;
        right: 100%;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 40px 40px 0;
        border-color: transparent #e90b6e transparent transparent; }
      .exclusive-channels .exclusive-channels-heading .right-side-block ul {
        list-style: none;
        margin: 0;
        padding: 0;
        padding-top: 5px;
        padding-left: 10px; }
        .exclusive-channels .exclusive-channels-heading .right-side-block ul li {
          display: inline-block;
          color: #fff;
          font-size: 14px;
          padding-left: 3px; }
          .exclusive-channels .exclusive-channels-heading .right-side-block ul li i {
            width: 30px;
            height: 30px;
            background-color: #fff;
            border-radius: 50%;
            border: 1px solid #fff;
            color: #e90b6e;
            text-align: center;
            font-size: 15px;
            line-height: 30px;
            margin-right: 2px;
            margin-left: 2px; }
          .exclusive-channels .exclusive-channels-heading .right-side-block ul li a:hover i {
            border: 1px solid #fff;
            background-color: #e90b6e;
            color: #fff; }
    .exclusive-channels .exclusive-channels-heading span {
      display: block;
      line-height: 25px;
      font-weight: bold;
      font-size: 18px;
      color: #fff; }

.overflow-block {
  display: block;
  width: 100%;
  height: 100px;
  overflow: hidden;
  margin: 3px 0; }

.channel-carousel {
  width: 100%;
  display: block;
  height: 100px;
  overflow: hidden;
  border-left: 1px solid #ddd; }
  .channel-carousel .item-style-block {
    background-color: #fff;
    border: 1px solid #ddd;
    border-left: none;
    width: 100%;
    display: table;
    min-height: 90px;
    padding: 10px; }
    .channel-carousel .item-style-block img {
      width: 25%;
      float: left;
      border: 1px solid #efefef; }
    .channel-carousel .item-style-block .title-details {
      width: 74%;
      float: left;
      color: #000;
      padding-left: 5px; }
      .channel-carousel .item-style-block .title-details h3 {
        margin: 0;
        padding: 0 0 5px 0;
        font-size: 17px; }
  .channel-carousel .owl-prev {
    position: absolute;
    bottom: -8px;
    right: 25px; }
  .channel-carousel .owl-next {
    position: absolute;
    bottom: -8px;
    right: 3px; }

.news-channels {
  width: 100%;
  display: table;
  background-color: #ddd;
  height: 40px;
  position: relative;
  border-bottom: 1px solid #e90b6e; }
  .news-channels:before {
    content: '';
    width: 26%;
    height: 100%;
    background-color: #e90b6e;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  .news-channels:after {
    content: '';
    position: absolute;
    top: 0;
    left: 26%;
    z-index: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 0 40px;
    border-color: transparent transparent transparent #e90b6e; }
    @media (max-width: 767px) {
      .news-channels:after {
        display: none; } }
  .news-channels .news-heading {
    font-size: 16px;
    color: #fff;
    padding-top: 8px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .news-channels .news-heading {
        font-size: 13px;
        line-height: 16px;
        margin-top: -3px; } }
  .news-channels .news-marquee {
    font-size: 16px;
    color: #000;
    padding-top: 8px;
    padding-left: 20px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .news-channels .news-marquee {
        padding-left: 10px; } }

.carousel-wrap {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative; }

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden; }

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd; }

.owl-nav i {
  font-size: 52px; }

/*--------about-area start---------*/
.about-wrap {
  position: relative;
  padding: 25px;
  border-top: 2px solid #e90b6e;
  border-left: 2px solid #e90b6e;
  margin-top: 30px; }
  @media (max-width: 767px) {
    .about-wrap {
      border: none;
      padding: 0 10px; } }

.about-wrap:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 102%;
  height: 2px;
  content: "";
  background: #e90b6e; }
  @media (max-width: 767px) {
    .about-wrap:before {
      background: none; } }

.about-wrap:after {
  position: absolute;
  right: -100px;
  top: -2px;
  width: 100px;
  height: 60px;
  border-top: 2px solid #e90b6e;
  border-right: 2px solid #e90b6e;
  content: ""; }

@media (max-width: 767px) {
  .about-wrap:after {
    display: none; } }
.about-wrap h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px; }

.about-wrap h3 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 25px; }

.about-wrap p {
  margin-bottom: 30px; }

.about-content {
  background: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  padding: 30px 0px;
  text-align: center; }

.about-content h4 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 5px; }

.about-content p {
  font-size: 13px;
  margin-bottom: 0px;
  line-height: 20px; }

.about-img {
  position: relative;
  margin-top: 60px; }

.about-img:before {
  position: absolute;
  left: -15px;
  bottom: -15px;
  height: 95%;
  width: 98%;
  background: #e90b6e;
  content: "";
  z-index: -9; }

/*--------about-area end---------*/
.image-effect {
  transition: transform .2s;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: block; }
  .image-effect:hover {
    transform: scale(1.2); }

/*----Paralax-css-----*/
.fixed_img {
  width: 100%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover !important;
  background-attachment: fixed !important;
  height: 100% !important;
  display: block;
  position: relative;
  overflow: hidden; }

.fixed-overlay {
  background: rgba(0, 0, 0, 0.8);
  background-image: url(../images/overlay.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block; }

.sec-bg1 {
  background: url(../images/resource/paralax-1.jpg) no-repeat center; }

.sec-bg2 {
  background: url(../images/resource/paralax-2.jpg) no-repeat right; }

.sec-bg3 {
  background: url(../images/resource/paralax-3.jpg) no-repeat right; }

.block-paralax {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 3; }

.fix-img-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 52%; }
  .fix-img-block img {
    height: 100%; }

/*----End-Paralax-css-----*/
.bridal-price .nav-tabs {
  border: 0;
  margin-bottom: 15px; }

.bridal-price .nav-tabs li.active a {
  background-color: #e90b6e;
  color: #fff;
  border: 0; }

.bridal-price .nav-tabs li a {
  border: 0;
  color: #fff;
  border-radius: 0;
  font-size: 15px;
  background-color: #676767;
  margin-bottom: 3px; }
  @media (max-width: 767px) {
    .bridal-price .nav-tabs li a {
      font-size: 13px;
      padding-left: 10px;
      padding-right: 10px; } }

.bridal-price .nav-tabs li a:hover {
  border: 0; }

.bridal-portfolio .site-filters.style1 li a {
  font-size: 22px;
  font-family: 'Abhaya Libre', serif; }

.bridal-price-bx ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.bridal-price-bx ul li {
  display: flex;
  align-items: center;
  padding: 10px 0px; }

.bridal-price-bx ul li span {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  text-transform: uppercase; }

.bridal-price-bx ul li span.service-blank {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
  border-bottom: 2px dotted;
  height: 10px;
  margin: 0 4px; }

.bridal-price-bx .dlab-title {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 10px;
  text-transform: capitalize; }

.bridal-price-bx ul li span.service-price {
  color: #d19e65; }

/*=====Testimonial-Css=====*/
.testimonial {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 300px; }
  @media (max-width: 767px) {
    .testimonial {
      overflow: inherit;
      height: inherit; } }
  .testimonial .testimonial-content {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
    padding: 40px 30px 40px 60px;
    min-height: 200px;
    position: relative;
    top: 50px;
    color: #fff; }
    @media (max-width: 767px) {
      .testimonial .testimonial-content {
        top: 20px; } }
    .testimonial .testimonial-content:before {
      font-family: 'FontAwesome';
      content: '\f10d';
      font-size: 40px;
      position: absolute;
      top: 40px;
      left: 20px;
      color: rgba(255, 255, 255, 0.2); }
  .testimonial .testimonial-user {
    width: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 15px;
    height: 300px;
    overflow: hidden; }
    .testimonial .testimonial-user .img-t-block {
      width: 100%;
      height: 270px;
      overflow: hidden; }
      .testimonial .testimonial-user .img-t-block img {
        width: 100%; }
  .testimonial .owl-prev {
    position: absolute;
    right: 320px;
    top: 200px;
    color: #fff !important; }
  .testimonial .owl-next {
    position: absolute;
    right: 295px;
    top: 200px;
    color: #fff !important; }

.contact-form {
  width: 100%;
  display: table;
  background-color: #fff;
  border: 10px solid #ddd;
  padding: 25px;
  min-height: 300px;
  position: relative; }
  .contact-form .contact-form-heading {
    background-color: #fff;
    width: 150px;
    padding: 5px 10px;
    display: block;
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3); }

.contact-line {
  width: 100%;
  display: block;
  position: relative;
  padding-right: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: right;
  font-size: 20px; }
  .contact-line i {
    background-color: #e90b6e;
    font-size: 20px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 50%; }

.address-block {
  background-color: #efefef;
  padding: 20px;
  display: block;
  width: 100%;
  height: 100%;
  position: relative; }

.footer-section {
  width: 100%;
  display: table;
  padding: 20px 0 0 0; }
  .footer-section .gallery-footer {
    width: 100%;
    display: table;
    padding-top: 30px; }
    .footer-section .gallery-footer ul {
      list-style: none;
      margin: 0;
      padding: 0;
      width: 100%;
      display: table;
      text-align: right; }
      .footer-section .gallery-footer ul li {
        width: 20%;
        margin: 3px;
        display: table;
        overflow: hidden;
        float: left; }
        .footer-section .gallery-footer ul li a {
          padding: 6px;
          display: block;
          background-color: rgba(255, 255, 255, 0.5); }
          .footer-section .gallery-footer ul li a:hover {
            background-color: #e90b6e; }
        .footer-section .gallery-footer ul li img {
          width: 100%; }

.copyright-block {
  width: 100%;
  padding: 12px 0 8px;
  margin-bottom: 30px;
  display: block;
  background-color: rgba(255, 255, 255, 0.5); }

.social {
  width: 100%;
  display: block; }
  .social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right; }
    @media (max-width: 767px) {
      .social ul {
        float: none;
        display: table;
        margin: 0 auto; } }
    .social ul li {
      display: inline-block;
      color: #fff;
      font-size: 14px;
      padding-left: 3px; }
      .social ul li i {
        width: 30px;
        height: 30px;
        background-color: #fff;
        border-radius: 50%;
        border: 1px solid #e90b6e;
        color: #e90b6e;
        text-align: center;
        font-size: 15px;
        line-height: 30px;
        margin-right: 2px;
        margin-left: 2px; }
      .social ul li a:hover i {
        background-color: #e90b6e;
        color: #fff; }

.service-section {
  display: block;
  margin: 0 -5px; }
  .service-section .service-block {
    width: 100%;
    display: block;
    padding: 20px;
    border: 1px solid #ddd;
    text-align: center;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease; }
    .service-section .service-block h5 {
      font-size: 20px;
      letter-spacing: 1px; }
    .service-section .service-block:hover {
      background-color: #e90b6e;
      color: #fff;
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
      transition: all 0.6s ease; }
    .service-section .service-block a {
      color: #000; }
    .service-section .service-block i {
      font-size: 30px; }

.digital-cable {
  width: 100%;
  display: table;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 2px; }
  .digital-cable .digital-cable-img {
    width: 100%;
    height: 200px;
    display: block;
    overflow: hidden; }
    .digital-cable .digital-cable-img img {
      width: 100%; }
  .digital-cable .digital-cable-content {
    width: 100%;
    display: block;
    padding: 10px;
    text-align: center;
    color: #000; }

.other-banner {
  width: 100%;
  position: relative;
  display: block; }
  .other-banner img {
    width: 100%; }
  @media (max-width: 767px) {
    .other-banner {
      height: 100px; }
      .other-banner img {
        width: auto;
        height: 100%; } }
  .other-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    padding-top: 160px; }
    @media (max-width: 767px) {
      .other-banner .overlay {
        padding-top: 20px; } }

.exclusive-channels-block {
  width: 100%;
  display: table; }
  .exclusive-channels-block ul {
    width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align: top; }
    .exclusive-channels-block ul li {
      width: 100%;
      display: table;
      padding: 10px;
      border: 1px solid #efefef;
      margin-bottom: 10px;
      vertical-align: top;
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
      transition: all 0.6s ease;
      vertical-align: top; }
      @media (max-width: 767px) {
        .exclusive-channels-block ul li {
          padding: 2px; } }
      .exclusive-channels-block ul li .channelimage-block {
        width: 15%;
        padding: 12px 10px 10px 10px; }
        @media (max-width: 767px) {
          .exclusive-channels-block ul li .channelimage-block {
            width: 25%; } }
      .exclusive-channels-block ul li .channelcontent-block {
        padding: 0 10px 10px 10px;
        width: 84%; }
        @media (max-width: 767px) {
          .exclusive-channels-block ul li .channelcontent-block {
            width: 74%; } }
      .exclusive-channels-block ul li:nth-child(odd) .channelimage-block {
        float: left; }
      .exclusive-channels-block ul li:nth-child(odd) .channelcontent-block {
        float: right; }
      .exclusive-channels-block ul li:nth-child(even) .channelimage-block {
        float: right; }
      .exclusive-channels-block ul li:nth-child(even) .channelcontent-block {
        float: left; }
      .exclusive-channels-block ul li:hover {
        border: 1px solid #e90b6e; }
        .exclusive-channels-block ul li:hover h4 {
          color: #e90b6e; }
      .exclusive-channels-block ul li.page-section.active {
        border: 1px solid #e90b6e; }

.map-block {
  width: 100%;
  display: table;
  padding: 10px;
  border: 1px solid #ddd; }

ul.terms-section {
  width: 100%;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }
  ul.terms-section li {
    width: auto;
    display: inline-block;
    padding: 4px 10px; }
    ul.terms-section li a {
      color: #fff;
      font-size: 14px; }
      ul.terms-section li a:hover {
        color: #e90b6e; }

.carousel-style .owl-dots {
  display: inline-block;
  text-align: center;
  width: 100%; }

.carousel-style .owl-dots .owl-dot {
  width: 10px;
  margin: 10px 3px;
  display: inline-block; }

.carousel-style .owl-dots .owl-dot span {
  display: block;
  border: 1px solid #666;
  border-radius: 20px;
  width: 10px;
  height: 10px; }

.carousel-style .owl-dots .owl-dot.active span {
  background-color: #8f449a;
  border: 1px solid #8f449a; }
  
  /*----live tv css----*/
  
 #videoBox {
	transition: 0.5s;
}
video {
	width: 100%;
	vertical-align: bottom;
}
#videoBox.in {
	animation: ac 1s;
}
#videoBox.out {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 300px;
	z-index: 999;
	animation: an 0.5s;
}
/*---video-Size---*/
.video-section {
	display: block;
	min-height: 550px;
	position: relative;
}
.video-size {
	width: 100%;
	height: 550px;
	border-color: #ffec40;
}
/*---video-Size---*/
.html5-video, .fixed-video {
	position: relative;
}
.video-bg-img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	cursor: pointer;
}
.video-bg-img:after {
	content: '';
	background: url(../images/play-video.png) no-repeat center;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
	width: 80px;
	height: 80px;
	background-size: 100% 100%;
}
.video-bg-img img {
	height: 99%;
	border: 2px solid #ffec40;
}
.vg-img {
	z-index: 9;
}
.removed-img .video-bg-img {
	display: none !important;
}
.fixed .video-bg-img img {
	height: 97%;
	margin-top: 3px;
}
.html5-video-small-img {
	position: absolute;
	top: -30px;
	right: 5px;
	z-index: 12;
}
.fixed-video.fixed {
	position: fixed;
	top: 70px;
	right: 13px;
	z-index: 100;
	width: 305px;
	border-left: 3px solid #ffec40 !important;
	border-right: 3px solid #ffec40 !important;
	border-bottom: 1px solid #ffec40 !important;
	cursor: move;
	background-color: #ffec40;
}
.close-video {
	display: none;
}
.fixed-video.fixed .close-video {
	width: 100%;
	height: 24px;
	background-color: #ffec40;
	text-align: right;
	display: block !important;
}
.close-video .close-v {
	background-color: #ffec40;
	border: 1px solid #ffec40;
	cursor: pointer;
}
.fixed-video.fixed .html5-video-small-img {
	display: none;
}
.fixed-video.fixed .video-size {
	height: 200px;
}
.video_block {
	position: relative;
	height: 100%;
	border: 1px solid #ddd;
	background-color: #fff;
}
.video_block .yl-focus {
	position: relative;
}
.video_block .yl-focus:after {
	content: '';
	background: url(../images/play.png) no-repeat center;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 58px;
	height: 58px;
	background-size: 100% 100%;
}
.video_block-content {
	padding: 10px;
}
.video_block-content p {
	margin-bottom: 5px;
}
.video_block-content small {
	color: #666;
}
  
  /*----ending live tv css----*/

/*# sourceMappingURL=style.css.map */

