/* ----------------------------------------------
:: Template Name: Caviar - Premium Restaurant Template
:: Template Author: Colorlib
:: Template Author URI: https://colorlib.com
:: Version: v1.0
:: Last Updated: 12-13-2017
---------------------------------------------- */

/* Fonts */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Work+Sans:400,500,600,700');

/* Import CSS */

@import 'css/bootstrap/bootstrap.min.css';
@import 'css/others/animate.css';
@import 'css/others/magnific-popup.css';
@import 'css/others/owl.carousel.min.css';
@import 'css/others/font-awesome.min.css';
@import 'css/others/pe-icon-7-stroke.css';

/* Base CSS */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #fafafa;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
}

p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    line-height: 1.9;
    font-weight: 400;
}

.section-padding-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.section-padding-150-0 {
    padding-top: 150px;
    padding-bottom: 0;
}

.section-padding-0-150 {
    padding-top: 0;
    padding-bottom: 150px;
}

.section-padding-120-0 {
    padding-top: 120px;
    padding-bottom: 0;
}

.section-padding-0-120 {
    padding-top: 0;
    padding-bottom: 120px;
}

.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0;
}

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}

img {
    max-width: 100%;
    height: auto;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

.pt-200 {
    padding-top: 200px;
}

#scrollUp {
    bottom: 30px;
    font-size: 18px;
    right: 30px;
    width: 40px;
    background-color: #ff0000;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 44px;
    border-radius: 3px;
    font-size: 36px;
}

a,
a:hover,
a:focus,
a:active,button, button:hover, button:focus, button:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 600;
    outline: none;
}

li {
    list-style: none;
}

.caviar-table {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}

.caviar-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
    
}

.section-heading h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    color:#5C5598;
}

.about-us-content p{
    text-align: justify;
}

#preloader {
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

#preloader .preload-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    z-index: 8;
    background-color: transparent;
    margin-top: -25px;
    margin-left: -25px;
    text-align: center;
    line-height: 50px;
}

.preload-icons > img {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 50%;
    margin-left: -16px;
}

/**
.caviar-load {
    -webkit-animation: 6000ms linear 0s normal none infinite running caviar-load;
    animation: 6000ms linear 0s normal none infinite running caviar-load;
    background: transparent none repeat scroll 0 0;
    border-color: #ebebeb #ebebeb #ff0000;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 50px;
    position: relative;
    width: 50px;
    z-index: 9;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
}

@-webkit-keyframes caviar-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes caviar-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
**/

#preloader .preload-icons .preload-1 {
    -webkit-animation: 6000ms linear 0s normal none infinite running load-1;
    animation: 6000ms linear 0s normal none infinite running load-1;
}

@-webkit-keyframes load-1 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    30% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    33.333% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

@keyframes load-1 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    30% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    33.333% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

#preloader .preload-icons .preload-2 {
    -webkit-animation: 6000ms linear 0s normal none infinite running load-2;
    animation: 6000ms linear 0s normal none infinite running load-2;
}

@-webkit-keyframes load-2 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    27% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    33.333% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    60% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    66.666% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

@keyframes load-2 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    27% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    33.333% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    60% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    66.666% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

#preloader .preload-icons .preload-3 {
    -webkit-animation: 6000ms linear 0s normal none infinite running load-3;
    animation: 6000ms linear 0s normal none infinite running load-3;
}

@-webkit-keyframes load-3 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    60% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    66.666% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    94% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

@keyframes load-3 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    60% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    66.666% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    94% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

.bg-img {
    background-position: center center;
    background-size: cover;
}

.bg-overlay {
    position: relative;
    z-index: 1;
}


.bg-overlay:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}




.bg-gray {
    background-color: #f9f9f9;
}

.caviar-btn {
    font-family: 'Work Sans', sans-serif;
    min-width: 180px;
    height: 54px;
    border: 1px solid #b2b2b2;
    font-weight: 500;
    background-color: #fff;
    border-radius: 0;
    padding: 0 30px;
    line-height: 52px;
    color: #000;
}

.caviar-btn:hover,
.caviar-btn:focus {
    color: #ff0000;
    font-weight: 500;
}

.caviar-btn > span {
    width: 8px;
    height: 8px;
    background-color: #ff0000;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

/* Search Area CSS */

.caviar-search-form {
    width: 100%;
    position: fixed;
    z-index: 99999;
    height: 100px;
    background-color: #000;
    top: -200px;
    left: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    overflow-x: hidden;
}

.search-form-on .caviar-search-form {
    top: 0;
}

.sticky .caviar-search-form {
    height: 70px;
}

.caviar-search-form form {
    position: relative;
    z-index: 1;
}

.caviar-search-form form input {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background-color: transparent;
    height: 50px;
    border-radius: 5px;
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
}

#closeBtn {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 9;
    background-color: transparent;
    margin-top: -15px;
    top: 50%;
    border-radius: 50%;
    right: 30px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

#closeBtn:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#closeBtn > i {
    line-height: 30px;
    font-size: 28px;
}

/* Header & Menu Area CSS */

.header_area {
    position: fixed;
    width: 100%;
    z-index: 9999;
    height: 100px;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition-duration: 700ms;
    transition-duration: 700ms;
}

.sticky .header_area {
    background-color: rgba(0, 0, 0, 1);
    height: 70px;
    z-index: 9999;
}

.navbar-brand {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-right: 0;
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: #fff;
    font-weight: 700;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    color: #fff;
    font-size: 14px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-item.active .nav-link {
    color: #ff0000;
}

.caviar-search-btn > a {
    color: #fff;
    display: inline-block;
    margin-left: 25px;
}

.dropdown-menu {
    border: none;
}

.dropdown-item {
    font-weight: 600;
    font-size: 14px;
}

.dropdown-item:hover {
    background-color: #ff0000;
    color: #fff;
}

/* Hero Area CSS */

/* :: 4.0 Header Area CSS */
.header-area {
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: transparent; }
    .header-area .top-header-area {
      position: relative;
      z-index: 100;
      background-color: transparent;
      width: 100%;
      height: 42px;
      border-bottom: 1px solid rgba(235, 235, 235, 0.2); }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .top-header-area {
          z-index: 1; } }
      @media only screen and (max-width: 767px) {
        .header-area .top-header-area {
          z-index: 1; } }
      .header-area .top-header-area .top-header-content {
        position: relative;
        z-index: 1;
        height: 41px; }
        .header-area .top-header-area .top-header-content .top-header-meta a {
          display: inline-block;
          font-size: 12px;
          font-weight: 400;
          color: #ffffff;
          line-height: 1; }
          .header-area .top-header-area .top-header-content .top-header-meta a:first-child {
            margin-right: 30px; }
          .header-area .top-header-area .top-header-content .top-header-meta a i {
            margin-right: 5px;
            color: #798377; }
          @media only screen and (max-width: 767px) {
            .header-area .top-header-area .top-header-content .top-header-meta a span {
              display: none; } }
        .header-area .top-header-area .top-header-content .top-header-meta .language-dropdown {
          position: relative;
          z-index: 1; }
          .header-area .top-header-area .top-header-content .top-header-meta .language-dropdown::after {
            width: 1px;
            height: 100%;
            background-color: rgba(235, 235, 235, 0.2);
            content: '';
            top: 0;
            right: 15px;
            z-index: 2;
            position: absolute; }
          .header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .btn {
            padding: 0;
            background-color: transparent;
            border: none;
            font-size: 12px; }
            .header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .btn:focus {
              box-shadow: none; }
          .header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .dropdown-menu {
            background-color: #798377;
            border: none;
            box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15); }
            @media only screen and (min-width: 768px) and (max-width: 991px) {
              .header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .dropdown-menu {
                top: 90px !important; } }
            @media only screen and (max-width: 767px) {
              .header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .dropdown-menu {
                min-width: 100px;
                top: 70px !important; } }
            .header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .dropdown-menu .dropdown-item:focus,
            .header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .dropdown-menu .dropdown-item:hover {
              color: #ffffff;
              background-color: #111111; }
        .header-area .top-header-area .top-header-content .top-header-meta .cart {
          position: relative;
          z-index: 1; }
          .header-area .top-header-area .top-header-content .top-header-meta .cart::after {
            width: 1px;
            height: 100%;
            background-color: rgba(235, 235, 235, 0.2);
            content: '';
            top: 0;
            left: -15px;
            z-index: 2;
            position: absolute; }
          .header-area .top-header-area .top-header-content .top-header-meta .cart a {
            margin-right: 0; }
    .header-area .alazea-main-menu {
      position: relative;
      z-index: 1;
      -webkit-transition-duration: 200ms;
      transition-duration: 200ms; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .alazea-main-menu .classy-navbar .classy-menu {
          background-color: #798377; } }
      @media only screen and (max-width: 767px) {
        .header-area .alazea-main-menu .classy-navbar .classy-menu {
          background-color: #798377; } }
      .header-area .alazea-main-menu .classy-nav-container {
        background-color: transparent; }
      .header-area .alazea-main-menu .classy-navbar {
        height: 90px;
        padding: 0; }
        .header-area .alazea-main-menu .classy-navbar .nav-brand {
          line-height: 1; }
        @media only screen and (max-width: 767px) {
          .header-area .alazea-main-menu .classy-navbar {
            height: 70px; } }
      .header-area .alazea-main-menu .classynav ul li a {
        padding: 0 30px;
        font-weight: 500;
        text-transform: capitalize;
        font-size: 20px;
        color: #ffffff; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .header-area .alazea-main-menu .classynav ul li a {
            font-size: 18px;
            padding: 0 20px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .alazea-main-menu .classynav ul li a {
            background-color: #798377;
            font-size: 16px;
            color: #ffffff;
            border-bottom: none; } }
        @media only screen and (max-width: 767px) {
          .header-area .alazea-main-menu .classynav ul li a {
            background-color: #798377;
            font-size: 16px;
            color: #ffffff;
            border-bottom: none; } }
        .header-area .alazea-main-menu .classynav ul li a:hover, .header-area .alazea-main-menu .classynav ul li a:focus {
          color: #FCEED5; }
  
        .header-area .alazea-main-menu .classynav ul li a::after {
          color: #ffffff; }
      .header-area .alazea-main-menu .classynav ul li ul li a {
        padding: 0 20px;
        color: #303030;
        font-size: 14px;
        border-bottom: none; }
        .header-area .alazea-main-menu .classynav ul li ul li a::after {
          color: #303030; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .header-area .alazea-main-menu .classynav ul li ul li a::after {
              color: #ffffff; } }
          @media only screen and (max-width: 767px) {
            .header-area .alazea-main-menu .classynav ul li ul li a::after {
              color: #ffffff; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .alazea-main-menu .classynav ul li ul li a {
            padding: 0 45px;
            color: #ffffff; } }
        @media only screen and (max-width: 767px) {
          .header-area .alazea-main-menu .classynav ul li ul li a {
            padding: 0 45px;
            color: #ffffff; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .alazea-main-menu .classy-navbar-toggler .navbarToggler span {
          background-color: #ffffff; } }
      @media only screen and (max-width: 767px) {
        .header-area .alazea-main-menu .classy-navbar-toggler .navbarToggler span {
          background-color: #ffffff; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .alazea-main-menu .classycloseIcon .cross-wrap span {
          background: #ffffff; } }
      @media only screen and (max-width: 767px) {
        .header-area .alazea-main-menu .classycloseIcon .cross-wrap span {
          background: #ffffff; } }
      .header-area .alazea-main-menu .search-form {
        position: relative;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms; }
        .header-area .alazea-main-menu .search-form form {
          -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
          position: absolute;
          top: 0;
          right: 0;
          z-index: 100;
          background-color: #ffffff;
          width: 500px;
          border-radius: 5px;
          padding: 30px;
          box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.15); }
          @media only screen and (max-width: 767px) {
            .header-area .alazea-main-menu .search-form form {
              width: 290px;
              padding: 20px; } }
          .header-area .alazea-main-menu .search-form form input {
            width: 100%;
            height: 45px;
            border: 1px solid #ebebeb;
            padding: 0 30px;
            border-radius: 5px;
            font-size: 14px; }
            @media only screen and (max-width: 767px) {
              .header-area .alazea-main-menu .search-form form input {
                padding: 0 15px; } }
        .header-area .alazea-main-menu .search-form .closeIcon {
          -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
          position: absolute;
          top: 41px;
          right: 60px;
          z-index: 200;
          cursor: pointer;
          color: #707070; }
          .header-area .alazea-main-menu .search-form .closeIcon:hover {
            color: #798377; }
          @media only screen and (max-width: 767px) {
            .header-area .alazea-main-menu .search-form .closeIcon {
              top: 31px;
              right: 35px; } }
        .header-area .alazea-main-menu .search-form.active {
          opacity: 1;
          visibility: visible; }
    .header-area .is-sticky .alazea-main-menu {
      background-color: #798377;
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 9999;
      box-shadow: 0 5px 50px 15px rgba(0, 0, 0, 0.2); }
    .header-area #searchIcon {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      color: #ffffff;
      font-size: 20px;
      cursor: pointer;
      margin-left: 50px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area #searchIcon {
          margin-left: 30px;
          margin-top: 15px; } }
      @media only screen and (max-width: 767px) {
        .header-area #searchIcon {
          margin-left: 30px;
          margin-top: 15px; } }
      .header-area #searchIcon:hover, .header-area #searchIcon:focus {
        color: #798377; }
  
  /* :: 5.0 Hero Slides Area */
  .hero-area,
  .hero-post-slides {
    position: relative;
    z-index: 1; }
  
  .single-hero-post {
    width: 100%;
    height: 930px;
    position: relative;
    z-index: 3;
    overflow: hidden; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-hero-post {
        height: 690px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-hero-post {
        height: 600px; } }
    @media only screen and (max-width: 767px) {
      .single-hero-post {
        height: 650px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .single-hero-post {
        height: 500px; } }
    .single-hero-post .slide-img {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: -10;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
    .single-hero-post .hero-slides-content {
      position: relative;
      z-index: 1;
      /*
      margin-top: 132px;*/ }
      @media only screen and (max-width: 767px) {
        .single-hero-post .hero-slides-content {
          margin-top: 112px; } }
      .single-hero-post .hero-slides-content h2 {
        font-size: 36px;
        letter-spacing: 1px;
        color: #ffffff;
        text-transform: uppercase;
        line-height: 1;
        margin-bottom: 10px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-hero-post .hero-slides-content h2 {
            font-size: 36px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single-hero-post .hero-slides-content h2 {
            font-size: 30px; } }
        @media only screen and (max-width: 767px) {
          .single-hero-post .hero-slides-content h2 {
            font-size: 24px; } }
      .single-hero-post .hero-slides-content p {
        font-size: 26px;
        color: #ffffff;
        margin-bottom: 10px;}
        .single-hero-post .hero-slides-content small {
            font-size: 16px;
            color: #ffffff;
            font-style: italic;
            margin-bottom: 0.5rem;
            font-weight: bolder;
            }        
        .welcome-btn-group .alazea-btn{
  
          margin-right:0px;
        }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single-hero-post .hero-slides-content p {
            font-size: 24px; } }
        @media only screen and (max-width: 767px) {
          .single-hero-post .hero-slides-content p {
            font-size: 20px; } }
      @media only screen and (max-width: 767px) {
        .single-hero-post .hero-slides-content a {
          min-width: 125px;
          padding: 0 10px; } }
  
  .hero-post-slides .owl-item.center .single-hero-post .slide-img {
    -webkit-animation: slide 24s linear infinite;
    animation: slide 24s linear infinite; }
  
  @-webkit-keyframes slide {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1); }
    50% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3); }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1); } }
  @keyframes slide {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1); }
    50% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3); }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1); } }

/* About Us Area CSS */

.caviar-about-us-area {
    overflow-x: hidden;
}

.about-us-thumbnail {
    box-shadow: 3px 5px 45px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
}

.about-us-thumbnail > img {
    width: 100%;
}

.about-us-content span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ff0000;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
    display: block;
}

.about-us-content > p {
    margin-bottom: 0;
}

.about-us-second-part {
    position: relative;
    z-index: 1;
}

.about-us-second-part:after {
    content: 'About Us';
    position: absolute;
    top: 110px;
    font-size: 150px;
    left: 0;
    color: rgba(0, 0, 0, 0.05);
    font-weight: 700;
    line-height: 1;
    z-index: -1;
}

.about-us-second-part:before {
    position: absolute;
    content: "";
    top: 120px;
    left: 110px;
    background-image: url(img/core-img/about-dots.png);
    width: 100%;
    height: 78px;
    z-index: -1;
    background-repeat: no-repeat;
}

/* Dish Menu Area CSS */

.caviar-dish-menu {
    padding-bottom: 200px;
    position: relative;
    z-index: 1;
    overflow-x: hidden
}

.caviar-dish-menu:before {
    position: absolute;
    font-size: 150px;
    left: -10%;
    margin: 0;
    content: 'Menu';
    line-height: 1;
    top: 35%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: rgba(0, 0, 0, 0.05);
    font-weight: 700;
}

.caviar-single-dish {
    padding: 50px 50px 30px;
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.dish-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dish-info .dish-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    margin-bottom: 0;
    line-height: 1.7;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.dish-price {
    width: 60px;
    height: 60px;
    background-color: #333333;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    line-height: 60px;
    font-weight: 700;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.caviar-single-dish:hover .dish-info .dish-name {
    color: #ff0000;
}

.caviar-single-dish:hover .dish-info .dish-price {
    background-color: #ff0000;
}

.caviar-single-dish:after {
    position: absolute;
    width: calc(100% - 80px);
    height: 100%;
    background-color: #fff;
    content: '';
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 2px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}

.menu-heading {
    position: relative;
    z-index: 1;
}

.menu-heading > a {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    z-index: 9;
}

.caviar-dish-menu .row .col-12:first-child .caviar-single-dish:before {
    position: absolute;
    height: 100%;
    background-image: url(img/core-img/special-dots.png);
    width: calc(100% - 50px);
    content: '';
    top: -50px;
    left: -50px;
    z-index: -1;
    background-repeat: no-repeat;
}

/* Awards Area CSS */

.caviar-awards-area {
    padding-bottom: 200px;
}

.caviar-awards-area .section-heading {
    margin-bottom: 0;
}

.testimonials-content {
    padding: 70px 100px;
    background-color: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

/* Testimonials Area CSS */

.caviar-testimonials-area {
    padding-bottom: 200px;
}

.single-testimonial {
    padding: 0 35px;
}

.testimonial-thumb-name {
    margin-bottom: 30px;
}

.testimonial-thumb-name > img {
    width: 80px!important;
    height: 80px!important;
    margin-right: 25px;
    border-radius: 50%;
}

.testimonial-thumb-name .tes-name > h5 {
    font-size: 18px;
    margin-bottom: 15px;
}

.testimonial-thumb-name .tes-name > p {
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
    margin-bottom: 0;
}

.caviar-testimonials-slides .center .single-testimonial {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

/* Reservation Area CSS */

.caviar-reservation-area,
.caviar-contact-area {
    overflow-x: hidden;
}

.reservation-form-area,
.contact-form-area {
    width: calc(50% - 100px);
}

.reservation-side-thumb {
    width: calc(50% + 100px);
}

.reservation-form,
.contact-form {
    width: 390px;
    margin-right: 67.5px;
}

.reservation-form .form-control,
.contact-form .form-control {
    border: none;
    border-bottom: 1px solid #c1c1c1;
    border-radius: 0;
    margin-bottom: 15px;
    padding: 15px 0;
    font-size: 14px;
    line-height: 1;
    background-color: transparent;
    color: rgba(51, 51, 51, 0.60);
}

.reservation-form .form-control:focus,
.contact-form .form-control:focus {
    box-shadow: none;
    color: rgba(51, 51, 51, 1);
}

.reservation-form textarea.form-control,
.contact-form textarea.form-control {
    border: none;
    height: 120px;
}

/* Footer Area CSS */

.caviar-footer-area {
    background-color: #000;
    padding: 40px 0;
    text-align: center;
}

.caviar-footer-area .navbar-brand {
    font-size: 30px;
    margin-bottom: 20px;
}

.footer-text > p {
    color: rgba(255, 255, 255, 0.2);
    font-size: 14px;
    margin-bottom: 0;
}

/* Breadcumb Area CSS */

.breadcumb-area {
    position: relative;
    z-index: 1;
    height: 555px;
}

.breadcumb-content {
    padding-top: 100px;
}

.breadcumb-content h2 {
    color: #fff;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 70px;
}

.breadcumb-area:before {
    /*
    width: calc(50% - 112px);
    */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    position: absolute;
}

/* Menu Area CSS */

.caviar-projects-menu {
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
}

.portfolio-menu button {
    border: none;
    background-color: transparent;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 15px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.60);
    font-family: 'Work Sans', sans-serif;
    outline: none;
}

.portfolio-menu button.active {
    color: #ff0000;
}

.single_menu_item {
    margin-bottom: 70px;
}

.single_menu_item:last-child {
    margin-bottom: 0;
}

.dish-description {
    margin: 0 70px;
}

.dish-description h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.dish-description p {
    margin-bottom: 0;
}

.dish-value > h3 {
    color: #ff0000;
    font-size: 30px;
    margin-bottom: 0;
}

.food-menu-title > h2 {
    font-size: 150px;
    color: rgba(0, 0, 0, 0.05);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    z-index: 1;
    top: 420px;
}

.caviar-menu-slides .owl-nav {
    width: 100%;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.caviar-menu-slides .owl-nav .owl-prev,
.caviar-menu-slides .owl-nav .owl-next {
    width: 44px;
    height: 44px;
    background-color: rgba(51, 51, 51, 0.5);
    border-radius: 50%;
    line-height: 42px;
    font-size: 20px;
    color: #fff;
    margin-right: 30px;
    text-align: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.caviar-menu-slides .owl-nav .owl-prev:hover,
.caviar-menu-slides .owl-nav .owl-next:hover {
    background-color: rgba(51, 51, 51, 1);
}

.caviar-menu-slides .owl-nav .owl-next {
    margin-right: 0;
}

/* Contact Area CSS */

.breadcumb-content > p {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.breadcumb-content p i {
    width: 35px;
}

.breadcumb-content p a {
    color: #fff;
    margin-right: 15px;
    display: inline-block;
}

/* Google Maps Area CSS */


.caviar-map-area {
    width: calc(50% + 125px);
    height: 500px;
    position: relative;
    z-index: 1;
}
/*
#googleMap {
    width: 100%;
    height: 100%;
}**/

.contact-form-title p {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: #5C5598;
    margin-bottom: 40px;
    font-family: 'Work Sans', sans-serif;
}

/* Regular Page Area CSS */

.regular-page-content .post-title h2 {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.regular-page-content .post-title > a {
    color: #ff0000;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Work Sans', sans-serif;
}

.regular-page-content .post-title {
    margin-bottom: 50px;
}

blockquote {
    margin: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

blockquote img {
    width: 30px;
    margin-right: 40px;
    padding-top: 12px;
}

.blockquote-content h6 {
    line-height: 2;
}

.blockquote-content p {
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 0;
    font-weight: 600;
}

.logo{

    width:140px;
}

/*
@media (max-width: 677px){

    .single-hero-slides:after {
        position: absolute;
        width: calc(50% - 112px);
        background-color: transparent;
        height: 100%;
        top: 0;
        left: 0;
        content: '';
        z-index: -1;
    }
}
*/

.colorlib, .colorlib:hover, .colorlib:active, .colorlib:focus{

    color:rgba(255, 255, 255, 0.2);
}

.weekday_point{

   color: #5C5598;
}

.caviar-map-area #googleMap {

    width: 100%;
    height: 100%; }

    @media only screen and (max-width: 767px) {
        .caviar-map-area #googleMap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 450px; } }
.caviar-map-area #googleMap iframe {
      width: 100%;
      height: 100%;
      border: none; }

      .menu-entry {
        margin-bottom: 30px;
    }
    .menu-entry .img {
        display: block;
        height: 200px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;       
    }     

    .p-small p{

        font-size: 16px;
        margin-bottom: 20px;
    }

    .section-heading p i {
        width: 35px;
    }

    .section-heading  p a {
        margin-right: 15px;
        display: inline-block;
        color: rgba(0, 0, 0, 0.8);
        line-height: 1.9;
        font-weight: 400;
    }

    .main-small{

        margin-bottom: 20px;
    }

    .main-small h2{

        margin-bottom: 20px;
    }

    .heading-section h5{

        color:#5C5598;
        margin-bottom: 20px;
    }
/** reservation part **/

.p-b-113 {
    padding-bottom: 113px;
}
.p-t-100 {
    padding-top: 100px;
}
.p-b-30 {
    padding-bottom: 30px;
}
.t-center {
    text-align: center;
}
.tit2 {
    
    font-size: 30px;
    line-height: 1.3;
    color: #000;
}

.size22 {
    max-width: 870px;
}

.m-l-r-auto {
    margin-left: auto;
    margin-right: auto;
}

.bo-rad-10 {
    border-radius: 10px;
}
.bo2 {
    border: 2px solid #d9d9d9;
}
.size12 {
    width: 100%;
    height: 50px;
}

.txt10 {

   
    font-weight: 400;
    font-size: 14px;
    color: #666666;

}
.pos-relative {

    position: relative;

}
.m-b-23 {

    margin-bottom: 23px;

}
.m-t-3 {

    margin-top: 3px;

}

.txt9 {

   
    font-weight: 400;
    font-size: 15px;
    color: #555555;

}

.bo-rad-10 {

    border-radius: 10px;

}

.sizefull {

    width: 100%;
    height: 100%;

}
input {

    outline: none;
    border: none !important;

}
.p-l-20 {

    padding-left: 20px;

}

.bo-rad-10 {

    border-radius: 10px;

}

.ab-r-m {

    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

}
.m-r-18 {

    margin-right: 18px;

}
.flex-c-m {

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;

}
.txta {

  
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    color: #42b72a;
    text-transform: uppercase;

}

button {

    outline: none !important;
    border: none;
    background: transparent;
        background-color: transparent;

}

.btn1 {
  background-color: #fff;
  display: inline-block;
  padding: 15px 30px;  
  position: relative;    
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  
      
}
.btn1::after {
  bottom: 5px;
  content: "";
  left: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.btn1:hover, .btn1:focus {
  color: #fff;
}
.btn1:hover::after, .btn1:focus::after {
  bottom: 0px;
  content: "";
  left: 0px;
  right: 0px;
  top: 0px;
}

.btn1::after {
  border: 2px solid #42b72a;
}
.btn1:hover, .btn1:focus {
  background-color: #42b72a;
}
.btn1:hover::after, .btn1:focus::after {
  border-color: #42b72a;
}

/*[ Calendar ]
///////////////////////////////////////////////////////////
*/
td.active {
  background-color: #5C5598 !important;
}

input[type="date"] {
  padding: 14px;
}

.table-condensed td, .table-condensed th {
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
}
.daterangepicker {
    width: 339px;
    box-shadow: 0px 3px 25px rgba(0,0,0,0.1);
    border: none;
    margin-top: 10px;
}
.daterangepicker .calendar {
  max-width: inherit;
}
.daterangepicker thead tr th {
  padding: 10px 0;
}
.daterangepicker .table-condensed th select {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 15px;
  padding: 5px;
}
.daterangepicker td {
    width: 60px;
    height: 35px;
}


ul, li {

    margin: 0px;
    list-style-type: none;

}
/*[ Select2 ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/*[ width select ]
===========================================================*/
.select2-container {
  display: block;
    max-width: 100%;
    width: auto !important;
}

/*[ Select ]
===========================================================*/
.select2-container .select2-selection--single {
  display: flex;
  align-items: center;
    background-color: white;
    border: 0px solid transparent;
    border-radius: 10px !important;
    height: 46px;
    outline: none;
}

.select2-container--focus {
  border-radius: 10px;
  box-shadow: 0 0 0px 2px #5C5598;
  -moz-box-shadow: 0 0 0px 2px #5C5598;
  -webkit-box-shadow: 0 0 0px 2px #5C5598;
  -o-box-shadow: 0 0 0px 2px #5C5598;
  -ms-box-shadow: 0 0 0px 2px #5C5598;
}

.select2-container--focus .select2-selection--single {
  border-color: transparent;
}

.select2-container--below.select2-container--open {
  border-radius: 10px;
  box-shadow: 0 0 0px 2px #5C5598;
  -moz-box-shadow: 0 0 0px 2px #5C5598;
  -webkit-box-shadow: 0 0 0px 2px #5C5598;
  -o-box-shadow: 0 0 0px 2px #5C5598;
  -ms-box-shadow: 0 0 0px 2px #5C5598;
}

.select2-container--below.select2-container--open .select2-selection--single {
  border-color: transparent;
}

.select2-container--above.select2-container--open {
  border-radius: 10px;
  box-shadow: 0 0 0px 2px #5C5598;
  -moz-box-shadow: 0 0 0px 2px #5C5598;
  -webkit-box-shadow: 0 0 0px 2px #5C5598;
  -o-box-shadow: 0 0 0px 2px #5C5598;
  -ms-box-shadow: 0 0 0px 2px #5C5598;
}

.select2-container--above.select2-container--open .select2-selection--single {
  border-color: transparent;
}


/*[ in select ]
===========================================================*/
.select2-selection__rendered {
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
  color: #666666 !important;
  padding-left: 20px !important;
} 

.select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%) !important;
  right: 12px !important;
}


/*[ dropdown option ]
===========================================================*/
.select2-dropdown {
    border: none !important;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 0px 3px 25px rgba(0,0,0,0.1);
    margin-top: 7px;
}
.select2-dropdown--above {top: -2px;}
.select2-dropdown--below {top: 2px;}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container .select2-results__option--highlighted[aria-selected] {
  background-color: #5C5598;
  color: #fff;
}

.select2-results__options{
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
  color: #666666 !important;
}


.select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa !important;
  outline: none;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.select2-search--dropdown .select2-search__field:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
}
.trans-0-4 {

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;

}

#msg{
    
    border: none;
    height: 100px;
    
}
.m-b-60{
    margin-bottom: 60px;
}

.error{

    color:#5C5598;
}

.footer-text .so{
    
    margin-bottom: 20px;
    
}

.footer-text .so a{
    
    color: #5C5598;
    
}

.no-padding {
    padding: 0;
}

#photos{

    margin-bottom: 60px;
}

.modal-open {
    overflow: hidden; }
  
  .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0; }
    .modal-open .modal {
      overflow-x: hidden;
      overflow-y: auto; }
  
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none; }
    .modal.fade .modal-dialog {
      -webkit-transition: -webkit-transform 0.3s ease-out;
      transition: -webkit-transform 0.3s ease-out;
      -o-transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
      -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
      transform: translate(0, -25%); }
      @media screen and (prefers-reduced-motion: reduce) {
        .modal.fade .modal-dialog {
          -webkit-transition: none;
          -o-transition: none;
          transition: none; } }
    .modal.show .modal-dialog {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
  
  .modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2)); }
  
  .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0; }
  
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000; }
    .modal-backdrop.fade {
      opacity: 0; }
    .modal-backdrop.show {
      opacity: 0.5; }
  
  .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem; }
    .modal-header .close {
      padding: 1rem;
      margin: -1rem -1rem -1rem auto; }
  
  .modal-title {
    margin-bottom: 0;
    line-height: 1.5; }
  
  .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem; }
  
  .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef; }
    .modal-footer > :not(:first-child) {
      margin-left: .25rem; }
    .modal-footer > :not(:last-child) {
      margin-right: .25rem; }
  
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
  
  @media (min-width: 576px) {
    .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto; }
    .modal-dialog-centered {
      min-height: calc(100% - (1.75rem * 2)); }
    .modal-sm {
      max-width: 300px; } }
  
  @media (min-width: 992px) {
    .modal-lg {
      max-width: 800px; } }


     #alert_modal #alertMsg{

        color:#5C5598;
     }

     @media (max-width: 767px) {

        .single-hero-slides:after {
           
            width: 100%;
            
        }
        .hero-slides-nav{
            display: none;
        }
    
    
    }    
    
    /** pop message**/
    
.modal-dialog {
	max-width: 950px; }
  
  .modal-content {
	border: none;
	position: relative;
	padding: 0 !important;
	font-size: 14px;
	border-radius: 0;
	-webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24); }
	.modal-content .modal-header {
	  padding: 0;
	  border: none; }
	.modal-content button.close {
	  position: absolute;
	  top: 0;
	  right: 0;
	  padding: 0;
	  margin: 0;
	  width: 40px;
	  height: 40px;
	  z-index: 1;
	  text-shadow: none;
	  background: rgba(0, 0, 0, 0.1);
	  color: #fff; }
	.modal-content .modal-body {
	  border: none;
	  position: relative;
	  z-index: 0;
	  color: rgba(255, 255, 255, 0.8); }
	  .modal-content .modal-body.color-1 {
		background: #5C5598;; }
	  .modal-content .modal-body .subheading {
		font-weight: 700; }
	  .modal-content .modal-body .heading {
		font-weight: 700; }
	  .modal-content .modal-body a:hover {
		color: #5C5598;; }
	.modal-content .label {
	  text-transform: uppercase;
	  font-size: 12px;
	  letter-spacing: 1px; }
	.modal-content .form-control {
	  background: rgba(255, 255, 255, 0.05);
	  border: none;
	  border-radius: 0;
	  color: rgba(255, 255, 255, 0.7) !important;
	  padding: 0 15px; }
	  .modal-content .form-control::-webkit-input-placeholder {
		/* Chrome/Opera/Safari */
		color: rgba(255, 255, 255, 0.4) !important; }
	  .modal-content .form-control::-moz-placeholder {
		/* Firefox 19+ */
		color: rgba(255, 255, 255, 0.4) !important; }
	  .modal-content .form-control:-ms-input-placeholder {
		/* IE 10+ */
		color: rgba(255, 255, 255, 0.4) !important; }
	  .modal-content .form-control:-moz-placeholder {
		/* Firefox 18- */
		color: rgba(255, 255, 255, 0.4) !important; }
	.modal-content textarea {
	  padding: 20px 15px !important; }
	.modal-content .btn-secondary {
	  height: 52px;
	  display: inline-block; }
	@media (max-width: 767.98px) {
	  .modal-content .img {
		height: 300px;
		background-position: top center; } }

    .pop-text,.pop-footer, .modal-body h3{

		color:#ffffff;
	}		
    .pop-text{

		text-align: justify;
	}

	.pop-footer{

		margin-top: 20px;
		text-align: right;
	}
            
    