@import url("https://fonts.googleapis.com/css?family=Oswald");
@import url("https://fonts.googleapis.com/css?family=Great+Vibes");
@import url("https://fonts.googleapis.com/css?family=Lobster");
@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-style-notice {
  font-family: 'Lobster', cursive; }

.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;
      z-index: 100; }
      .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: #ef4b6d;
      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: 30px;
    margin-right: 5px;
    margin-left: -5px;
    padding: 5px;
    background: none;
    font-size: 20px;
    box-shadow: none;
    color: #ef4b6d;
    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: 50;
      -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: #ef4b6d;
    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: #ef4b6d; }

.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; }

.pad-row-5 {
  margin-left: -5px;
  margin-right: -5px; }

.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; }

.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: #ef4b6d;
  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: #ef4b6d;
  padding: 8px 30px;
  border-radius: 20px;
  margin-top: 2px;
  margin-bottom: 2px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #ef4b6d;
  -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: #ef4b6d;
    color: #fff; }
  .btn-theme.white-white:hover {
    background-color: #fff;
    color: #ef4b6d; }

#back-top {
  position: fixed;
  bottom: 15px;
  right: 20px;
  z-index: 1000;
  display: none;
  margin-left: 500px;
  width: 35px;
  height: 35px;
  background: #ef4b6d;
  border: 1px solid #ef4b6d;
  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: #000;
    padding: 7px 0; }
    @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: #fff;
          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 #ef4b6d;
            color: #ef4b6d;
            text-align: center;
            font-size: 15px;
            line-height: 28px;
            margin-right: 2px;
            margin-left: 2px; }
          header .header-top .contact-top ul li a:hover i {
            background-color: #ef4b6d;
            color: #fff; }
  header .menu-block-bg {
    background-color: #ef4b6d;
    -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: 540px;
      top: -40px;
      left: -165px;
      display: block; }
      @media only screen and (min-width: 0px) and (max-width: 1023px) {
        header .menu-block-bg .logo_block {
          position: relative;
          width: 250px;
          top: 0;
          left: 0; } }
      header .menu-block-bg .logo_block .c-academy {
        text-align: center;
        position: relative;
        color: #fff;
        z-index: 15; }
        @media only screen and (min-width: 0px) and (max-width: 1023px) {
          header .menu-block-bg .logo_block .c-academy {
            width: 80%; } }
      header .menu-block-bg .logo_block .logo-img {
        position: relative;
        z-index: 15;
        margin: 0 auto;
        display: block;
        width: 200px; }
        @media only screen and (min-width: 0px) and (max-width: 1023px) {
          header .menu-block-bg .logo_block .logo-img {
            width: 150px; } }
      header .menu-block-bg .logo_block:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 200px 270px 0 270px;
        border-color: #000 transparent transparent transparent;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 12; }
      @media only screen and (min-width: 0px) and (max-width: 1023px) {
        header .menu-block-bg .logo_block:before {
          display: none; } }
  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; } }

/*Slider-Part--------------->*/
.banner-bg {
  width: 100%;
  display: table;
  background-color: #000; }

.corner-left {
  position: absolute;
  width: 600px;
  height: 490px;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 4; }
  .corner-left .content-block-slider {
    position: absolute;
    left: 15px;
    bottom: 15px;
    z-index: 4;
    color: #fff; }
    .corner-left .content-block-slider h1 {
      font-family: 'Great Vibes', cursive;
      font-size: 50px; }
  .corner-left:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 600px 0 0 806px;
    /*border-color: transparent transparent transparent rgba(239,75,109,0.40);*/
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0; }

.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 #ef4b6d;
  border-radius: 0;
  background-color: #fff;
  color: #ef4b6d;
  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 #ef4b6d;
    -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 #ef4b6d 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; }

.home-about-section {
  background-color: #f2cfd6;
  width: 100%;
  overflow: hidden;
  display: table;
  position: relative; }
  .home-about-section:before {
    content: '';
    width: 30%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0; }
  @media (max-width: 991px) {
    .home-about-section {
      padding-bottom: 10px; }
      .home-about-section:before {
        display: none; } }
  .home-about-section .welcome-content-section {
    padding: 30px 230px 20px 0; }
    @media (max-width: 991px) {
      .home-about-section .welcome-content-section {
        padding: 0; } }
    .home-about-section .welcome-content-section p::first-letter {
      font-size: 200%;
      color: #ef4b6d; }
  .home-about-section .welcome-section {
    background-color: #000;
    position: relative;
    z-index: 1;
    height: 100%;
    min-height: 150px;
    padding-bottom: 20px;
    padding-top: 20px; }
    @media (max-width: 991px) {
      .home-about-section .welcome-section {
        background: none;
        min-height: 0px;
        padding: 10px 0; } }
    .home-about-section .welcome-section:before {
      content: '';
      position: absolute;
      top: 0;
      left: -275px;
      z-index: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 275px 225px 0px;
      border-color: transparent #ef4b6d transparent transparent; }
    .home-about-section .welcome-section:after {
      content: '';
      position: absolute;
      top: 0;
      left: -265px;
      z-index: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 275px 225px 0px;
      border-color: transparent #000000 transparent transparent; }
    .home-about-section .welcome-section .wel-content {
      font-size: 45px;
      color: #fff;
      font-family: 'Great Vibes', cursive;
      padding-bottom: 15px;
      padding-top: 15px;
      position: relative;
      z-index: 3; }
      .home-about-section .welcome-section .wel-content:nth-child(1) {
        margin-left: -120px; }
      .home-about-section .welcome-section .wel-content:nth-child(2) {
        margin-left: -30px; }
      .home-about-section .welcome-section .wel-content:nth-child(3) {
        padding-left: 160px; }
    @media (max-width: 991px) {
      .home-about-section .welcome-section .wel-content {
        font-size: 30px;
        padding: 5px 0;
        color: #000; }
      .home-about-section .welcome-section:before, .home-about-section .welcome-section:after {
        display: none; }
      .home-about-section .welcome-section .wel-content {
        display: inline-block;
        width: auto; }
        .home-about-section .welcome-section .wel-content:nth-child(1) {
          margin: 0px; }
        .home-about-section .welcome-section .wel-content:nth-child(2) {
          margin-left: 5px; }
        .home-about-section .welcome-section .wel-content:nth-child(3) {
          padding-left: 5px; } }

.img-carousel-block {
  width: 100%;
  display: table;
  padding: 20px 0; }

.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; }

.img-carousel .owl-stage .owl-item .item .item-style-block {
  background: url(../images/pankoj-logo.png) rgba(0, 0, 0, 0.8) no-repeat center center;
  background-size: 50%;
  position: relative;
  display: block;
  height: 380px;
  overflow: hidden; }
  .img-carousel .owl-stage .owl-item .item .item-style-block img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .img-carousel .owl-stage .owl-item .item .item-style-block img.portrait {
      height: 100%;
      min-width: 100%; }
  .img-carousel .owl-stage .owl-item .item .item-style-block .heading-title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 101%;
    padding: 10px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
    font-size: 25px;
    font-family: 'Great Vibes', cursive;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .img-carousel .owl-stage .owl-item .item .item-style-block .title-details {
    width: 100%;
    min-height: 150px;
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    bottom: -100%;
    z-index: 1;
    padding: 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;
    color: #fff; }
  .img-carousel .owl-stage .owl-item .item .item-style-block:hover .title-details {
    bottom: 0; }
.img-carousel .owl-stage .owl-item:nth-child(even) .item .item-style-block .heading-title {
  top: 0;
  bottom: inherit; }
.img-carousel .owl-stage .owl-item:nth-child(odd) .item .item-style-block {
  margin-top: 100px; }
  .img-carousel .owl-stage .owl-item:nth-child(odd) .item .item-style-block .heading-title {
    bottom: 0;
    top: inherit; }
  .img-carousel .owl-stage .owl-item:nth-child(odd) .item .item-style-block .title-details {
    bottom: -100%; }
  .img-carousel .owl-stage .owl-item:nth-child(odd) .item .item-style-block:hover .title-details {
    bottom: 40px; }
.img-carousel .owl-prev {
  position: absolute;
  left: -30px;
  top: 45%; }
.img-carousel .owl-next {
  position: absolute;
  right: -30px;
  top: 45%; }

/*----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; }

.sec-bg4 {
  background: url(../images/resource/paralax-4.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: #ef4b6d;
  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; }

/*=====Gallery-Css=====*/
.gallery-list {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
  display: block; }
  .gallery-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block; }
    .gallery-list ul li {
      width: 25%;
      height: 300px;
      overflow: hidden;
      display: block;
      float: left;
      position: relative;
      z-index: 2;
      border: 1px solid #fff;
      background: url(../images/pankoj-logo.png) rgba(0, 0, 0, 0.8) no-repeat center center;
      background-size: 50%; }
      @media only screen and (min-width: 1500px) and (max-width: 1920px) {
        .gallery-list ul li {
          height: 400px; } }
      @media only screen and (min-width: 0px) and (max-width: 999px) {
        .gallery-list ul li {
          width: 50%;
          height: 150px; } }
      .gallery-list ul li a:before {
        width: 0%;
        height: 0%;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
        margin: auto;
        content: '';
        background-color: rgba(0, 0, 0, 0.4);
        -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; }
      .gallery-list ul li a:after {
        width: 0px;
        height: 0px;
        border: 1px solid #fff;
        border-radius: 50%;
        line-height: 0px;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 2;
        margin: auto;
        content: 'VIEW';
        font-size: 0;
        color: #fff;
        font-weight: bold;
        visibility: hidden;
        -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; }
      .gallery-list ul li a:hover:before {
        width: 80%;
        height: 80%; }
      .gallery-list ul li a:hover:after {
        visibility: visible;
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 13px; }
      .gallery-list ul li img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .gallery-list ul li img.portrait {
          height: 100%;
          min-width: 100%; }
      .gallery-list ul li:nth-child(4n+1), .gallery-list ul li:nth-child(4n+10) {
        width: 50%; }
        .gallery-list ul li:nth-child(4n+1) a:before, .gallery-list ul li:nth-child(4n+10) a:before {
          width: 0%; }
        .gallery-list ul li:nth-child(4n+1) a:hover:before, .gallery-list ul li:nth-child(4n+10) a:hover:before {
          width: 91%; }
        @media only screen and (min-width: 0px) and (max-width: 999px) {
          .gallery-list ul li:nth-child(4n+1), .gallery-list ul li:nth-child(4n+10) {
            width: 50%; } }

/*=====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; }

.testimonial-content-open {
  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-content-open {
      top: 20px; } }
  .testimonial-content-open:before {
    font-family: 'FontAwesome';
    content: '\f10d';
    font-size: 40px;
    position: absolute;
    top: 40px;
    left: 20px;
    color: rgba(255, 255, 255, 0.2); }

.testimonial-user-open {
  width: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 15px;
  height: 300px;
  overflow: hidden; }
  .testimonial-user-open .img-t-block {
    width: 100%;
    height: 270px;
    overflow: hidden; }
    .testimonial-user-open .img-t-block img {
      width: 100%; }

.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: 30px;
  text-align: right;
  font-size: 20px; }
  .contact-line i {
    background-color: #ef4b6d;
    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: 31%;
        margin: 3px;
        display: table;
        overflow: hidden;
        float: left; }
        .footer-section .gallery-footer ul li a {
          height: 110px;
          display: block;
          background-color: rgba(255, 255, 255, 0.3); }
        .footer-section .gallery-footer ul li .img-f-block {
          margin: 10px;
          height: 90px;
          overflow: hidden;
          position: relative;
          top: 10px; }
          .footer-section .gallery-footer ul li .img-f-block img {
            position: absolute;
            left: 50%;
            top: 50%;
            height: 100%;
            width: auto;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
            .footer-section .gallery-footer ul li .img-f-block img.portrait {
              height: 100%;
              min-width: 100%; }

.copyright-block {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 30px;
  display: block;
  background-color: rgba(255, 255, 255, 0.3); }

.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 #ef4b6d;
        color: #ef4b6d;
        text-align: center;
        font-size: 15px;
        line-height: 30px;
        margin-right: 2px;
        margin-left: 2px; }
      .social ul li a:hover i {
        background-color: #ef4b6d;
        color: #fff; }

.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; } }

/*--------about-area start---------*/
.about-wrap {
  position: relative;
  padding: 40px 0px 40px 30px;
  border-top: 2px solid #ef4b6d;
  border-left: 2px solid #ef4b6d;
  margin-top: 30px; }
  @media (max-width: 767px) {
    .about-wrap {
      border: none;
      padding: 0 15px; } }

.about-wrap:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #ef4b6d; }
  @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 #ef4b6d;
  border-right: 2px solid #ef4b6d;
  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: 100px; }

.about-img:before {
  position: absolute;
  left: -15px;
  bottom: -15px;
  height: 95%;
  width: 98%;
  background: #ef4b6d;
  content: "";
  z-index: -9; }

/*--------about-area end---------*/
ul.duration {
  width: 100%;
  display: table;
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.duration li {
    width: 100%;
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
    vertical-align: top;
    position: relative; }
    ul.duration li strong {
      min-width: 200px;
      display: inline-block; }
    ul.duration li span {
      display: inline-block;
      color: #720219; }
      ul.duration li span small {
        color: #414141; }

ul.hours {
  width: 100%;
  display: table;
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.hours li {
    width: 100%;
    display: block;
    font-size: 16px;
    padding-bottom: 5px;
    vertical-align: top;
    position: relative; }
    ul.hours li strong {
      min-width: 100px;
      display: inline-block; }
    ul.hours li span {
      display: inline-block;
      color: #3F3F3F; }
    ul.hours li.color-green {
      color: #099003; }
      ul.hours li.color-green span {
        color: #099003; }

.map {
  border: 1px solid #ddd;
  padding: 10px; }

.enquiry-button {
  position: absolute;
  top: 135px;
  right: -25px;
  z-index: 20;
  border: 1px solid #fff;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }
  .enquiry-button a {
    color: #fff;
    width: auto;
    padding: 6px 15px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    font-size: 16px;
    letter-spacing: 1px; }
    .enquiry-button a:hover {
      background-color: #ef4b6d; }

.modal-header {
  background-color: #ef4b6d;
  color: #fff; }

.modal.in .modal-dialog {
  margin-top: 100px; }
  .modal.in .modal-dialog .close {
    color: #fff;
    opacity: 1;
    font-size: 25px; }

.notice-board {
  background: #ad6908 url(../images/bg-notice.jpg);
  border: 12px solid #000;
  border-radius: 5px;
  padding: 30px;
  min-height: 200px; }
  .notice-board ul {
    display: inline-block;
    list-style: none;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0; }
    .notice-board ul li {
      width: 20%;
      display: inline-block;
      background-color: #fff;
      padding: 15px;
      overflow: hidden;
      margin: 5px 5px 10px;
      min-height: 150px;
      -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.7);
      -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.7);
      box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.7);
      transform: rotate(-5deg);
      position: relative;
      text-align: left;
      vertical-align: top; }
      @media (max-width: 767px) {
        .notice-board ul li {
          width: 45%;
          padding: 10px 5px; } }
      .notice-board ul li:before {
        content: '';
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 1;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: url(../images/bg-notice.jpg); }
      .notice-board ul li:after {
        content: '';
        position: absolute;
        top: 2px;
        right: 8px;
        z-index: 2;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #4E1701;
        border: 1px solid #fff; }
      .notice-board ul li:nth-child(2) {
        background-color: #e8dd62;
        transform: rotate(-4deg); }
      .notice-board ul li:nth-child(3) {
        background-color: #e15c5c;
        transform: rotate(-10deg); }
      .notice-board ul li:nth-child(4) {
        background-color: #5c97ee;
        transform: rotate(-5deg); }
      .notice-board ul li:nth-child(5) {
        background-color: #49DB55;
        transform: rotate(-2deg); }
      .notice-board ul li p {
        font-weight: normal;
        color: #161616; }
        @media (max-width: 767px) {
          .notice-board ul li p {
            font-size: 12px; } }
      .notice-board ul li h3 {
        font-size: 18px; }
        @media (max-width: 767px) {
          .notice-board ul li h3 {
            font-size: 16px; } }
      .notice-board ul li img {
        height: 80px; }

/*# sourceMappingURL=style.css.map */
