/* ==========================================================================
  01. GENERAL & BASIC STYLES
  =========================================================================== */

  html {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
  }
  
  body {
    font-family: "Catamaran", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #6c757d;
    font-weight: 400;
    background-color: #fff0ed !important;
  }
  
  .container {
    position: relative;
    z-index: 3;
  }
  
  /*------------------------------------------*/
  /*  PAGE CONTENT
    /*------------------------------------------*/
  
  #page {
    overflow: hidden;
  }
  
  /*------------------------------------------*/
  /*  SPACING & INDENTS
    /*------------------------------------------*/
  
  .wide-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .wide-90 {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .wide-80 {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .wide-70 {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  .wide-60 {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .wide-50 {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .wide-40 {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .wide-30 {
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .wide-20 {
    padding-top: 100px;
    padding-bottom: 20px;
  }
  
  /*------------------------------------------*/
  /*  Margin Top
    /*------------------------------------------*/
  
  .mt-100 {
    margin-top: 100px;
  }
  .mt-95 {
    margin-top: 95px;
  }
  .mt-90 {
    margin-top: 90px;
  }
  .mt-85 {
    margin-top: 85px;
  }
  .mt-80 {
    margin-top: 80px;
  }
  .mt-75 {
    margin-top: 75px;
  }
  .mt-70 {
    margin-top: 70px;
  }
  .mt-65 {
    margin-top: 65px;
  }
  .mt-60 {
    margin-top: 60px;
  }
  .mt-55 {
    margin-top: 55px;
  }
  .mt-50 {
    margin-top: 50px;
  }
  .mt-45 {
    margin-top: 45px;
  }
  .mt-40 {
    margin-top: 40px;
  }
  .mt-35 {
    margin-top: 35px;
  }
  .mt-30 {
    margin-top: 30px;
  }
  .mt-25 {
    margin-top: 25px;
  }
  .mt-20 {
    margin-top: 20px;
  }
  .mt-15 {
    margin-top: 15px;
  }
  .mt-10 {
    margin-top: 10px;
  }
  .mt-5 {
    margin-top: 5px !important;
  }
  .mt-0 {
    margin-top: 0;
  }
  
  /*------------------------------------------*/
  /*  Margin Top Inverse
    /*------------------------------------------*/
  
  .mt-inverse-150 {
    margin-top: -150px;
  }
  .mt-inverse-140 {
    margin-top: -140px;
  }
  .mt-inverse-130 {
    margin-top: -130px;
  }
  .mt-inverse-120 {
    margin-top: -120px;
  }
  .mt-inverse-110 {
    margin-top: -110px;
  }
  .mt-inverse-100 {
    margin-top: -100px;
  }
  .mt-inverse-90 {
    margin-top: -90px;
  }
  .mt-inverse-80 {
    margin-top: -80px;
  }
  .mt-inverse-70 {
    margin-top: -70px;
  }
  .mt-inverse-60 {
    margin-top: -60px;
  }
  .mt-inverse-50 {
    margin-top: -50px;
  }
  .mt-inverse-40 {
    margin-top: -40px;
  }
  .mt-inverse-30 {
    margin-top: -30px;
  }
  .mt-inverse-20 {
    margin-top: -20px;
  }
  
  /*------------------------------------------*/
  /*  Margin Bottom
    /*------------------------------------------*/
  
  .mb-100 {
    margin-bottom: 100px;
  }
  .mb-95 {
    margin-bottom: 95px;
  }
  .mb-90 {
    margin-bottom: 90px;
  }
  .mb-85 {
    margin-bottom: 85px;
  }
  .mb-80 {
    margin-bottom: 80px;
  }
  .mb-75 {
    margin-bottom: 75px;
  }
  .mb-70 {
    margin-bottom: 70px;
  }
  .mb-65 {
    margin-bottom: 65px;
  }
  .mb-60 {
    margin-bottom: 60px;
  }
  .mb-55 {
    margin-bottom: 55px;
  }
  .mb-50 {
    margin-bottom: 50px;
  }
  .mb-45 {
    margin-bottom: 45px;
  }
  .mb-40 {
    margin-bottom: 40px;
  }
  .mb-35 {
    margin-bottom: 35px;
  }
  .mb-30 {
    margin-bottom: 30px;
  }
  .mb-25 {
    margin-bottom: 25px;
  }
  .mb-20 {
    margin-bottom: 20px;
  }
  .mb-15 {
    margin-bottom: 15px;
  }
  .mb-10 {
    margin-bottom: 10px;
  }
  .mb-5 {
    margin-bottom: 5px !important;
  }
  .mb-0 {
    margin-bottom: 0;
  }
  
  /*------------------------------------------*/
  /*  Margin Left
    /*------------------------------------------*/
  
  .ml-100 {
    margin-left: 100px;
  }
  .ml-95 {
    margin-left: 95px;
  }
  .ml-90 {
    margin-left: 90px;
  }
  .ml-85 {
    margin-left: 85px;
  }
  .ml-80 {
    margin-left: 80px;
  }
  .ml-75 {
    margin-left: 75px;
  }
  .ml-70 {
    margin-left: 70px;
  }
  .ml-60 {
    margin-left: 60px;
  }
  .ml-55 {
    margin-left: 55px;
  }
  .ml-50 {
    margin-left: 50px;
  }
  .ml-45 {
    margin-left: 45px;
  }
  .ml-40 {
    margin-left: 40px;
  }
  .ml-35 {
    margin-left: 35px;
  }
  .ml-30 {
    margin-left: 30px;
  }
  .ml-25 {
    margin-left: 25px;
  }
  .ml-20 {
    margin-left: 20px;
  }
  .ml-15 {
    margin-left: 15px;
  }
  .ml-10 {
    margin-left: 10px;
  }
  .ml-5 {
    margin-left: 5px !important;
  }
  
  /*------------------------------------------*/
  /*  Margin Right
    /*------------------------------------------*/
  
  .mr-100 {
    margin-right: 100px;
  }
  .mr-95 {
    margin-right: 95px;
  }
  .mr-90 {
    margin-right: 90px;
  }
  .mr-85 {
    margin-right: 85px;
  }
  .mr-80 {
    margin-right: 80px;
  }
  .mr-75 {
    margin-right: 75px;
  }
  .mr-70 {
    margin-right: 70px;
  }
  .mr-65 {
    margin-right: 65px;
  }
  .mr-60 {
    margin-right: 60px;
  }
  .mr-55 {
    margin-right: 55px;
  }
  .mr-50 {
    margin-right: 50px;
  }
  .mr-45 {
    margin-right: 45px;
  }
  .mr-40 {
    margin-right: 40px;
  }
  .mr-35 {
    margin-right: 35px;
  }
  .mr-30 {
    margin-right: 30px;
  }
  .mr-25 {
    margin-right: 25px;
  }
  .mr-20 {
    margin-right: 20px;
  }
  .mr-15 {
    margin-right: 15px;
  }
  .mr-10 {
    margin-right: 10px;
  }
  .mr-5 {
    margin-right: 5px !important;
  }
  
  /*------------------------------------------*/
  /*  Padding Top
    /*------------------------------------------*/
  
  .pt-100 {
    padding-top: 100px;
  }
  .pt-95 {
    padding-top: 95px;
  }
  .pt-90 {
    padding-top: 90px;
  }
  .pt-85 {
    padding-top: 85px;
  }
  .pt-80 {
    padding-top: 80px;
  }
  .pt-75 {
    padding-top: 75px;
  }
  .pt-70 {
    padding-top: 70px;
  }
  .pt-65 {
    padding-top: 65px;
  }
  .pt-60 {
    padding-top: 60px;
  }
  .pt-55 {
    padding-top: 55px;
  }
  .pt-50 {
    padding-top: 50px;
  }
  .pt-45 {
    padding-top: 45px;
  }
  .pt-40 {
    padding-top: 40px;
  }
  .pt-35 {
    padding-top: 35px;
  }
  .pt-30 {
    padding-top: 30px;
  }
  .pt-25 {
    padding-top: 25px;
  }
  .pt-20 {
    padding-top: 20px;
  }
  .pt-15 {
    padding-top: 15px;
  }
  .pt-10 {
    padding-top: 10px;
  }
  .pt-5 {
    padding-top: 5px !important;
  }
  
  /*------------------------------------------*/
  /*  Padding Bottom
    /*------------------------------------------*/
  
  .pb-200 {
    padding-bottom: 200px;
  }
  .pb-190 {
    padding-bottom: 190px;
  }
  .pb-180 {
    padding-bottom: 180px;
  }
  .pb-170 {
    padding-bottom: 170px;
  }
  .pb-160 {
    padding-bottom: 160px;
  }
  .pb-150 {
    padding-bottom: 150px;
  }
  .pb-100 {
    padding-bottom: 100px;
  }
  .pb-95 {
    padding-bottom: 95px;
  }
  .pb-90 {
    padding-bottom: 90px;
  }
  .pb-85 {
    padding-bottom: 85px;
  }
  .pb-80 {
    padding-bottom: 80px;
  }
  .pb-75 {
    padding-bottom: 75px;
  }
  .pb-70 {
    padding-bottom: 70px;
  }
  .pb-65 {
    padding-bottom: 65px;
  }
  .pb-60 {
    padding-bottom: 60px;
  }
  .pb-55 {
    padding-bottom: 55px;
  }
  .pb-50 {
    padding-bottom: 50px;
  }
  .pb-45 {
    padding-bottom: 45px;
  }
  .pb-40 {
    padding-bottom: 40px;
  }
  .pb-35 {
    padding-bottom: 35px;
  }
  .pb-30 {
    padding-bottom: 30px;
  }
  .pb-25 {
    padding-bottom: 25px;
  }
  .pb-20 {
    padding-bottom: 20px;
  }
  .pb-15 {
    padding-bottom: 15px;
  }
  .pb-10 {
    padding-bottom: 10px;
  }
  .pb-5 {
    padding-bottom: 5px !important;
  }
  
  /*------------------------------------------*/
  /*  Padding Left
    /*------------------------------------------*/
  
  .pl-100 {
    padding-left: 100px;
  }
  .pl-95 {
    padding-left: 95px;
  }
  .pl-90 {
    padding-left: 90px;
  }
  .pl-85 {
    padding-left: 85px;
  }
  .pl-80 {
    padding-left: 80px;
  }
  .pl-75 {
    padding-left: 75px;
  }
  .pl-70 {
    padding-left: 70px;
  }
  .pl-65 {
    padding-left: 65px;
  }
  .pl-60 {
    padding-left: 60px;
  }
  .pl-55 {
    padding-left: 55px;
  }
  .pl-50 {
    padding-left: 50px;
  }
  .pl-45 {
    padding-left: 45px;
  }
  .pl-40 {
    padding-left: 40px;
  }
  .pl-35 {
    padding-left: 35px;
  }
  .pl-30 {
    padding-left: 30px;
  }
  .pl-25 {
    padding-left: 25px;
  }
  .pl-20 {
    padding-left: 20px;
  }
  .pl-15 {
    padding-left: 15px;
  }
  .pl-10 {
    padding-left: 10px;
  }
  .pl-5 {
    padding-left: 5px !important;
  }
  
  /*------------------------------------------*/
  /*  Padding Right
    /*------------------------------------------*/
  
  .pr-100 {
    padding-right: 100px;
  }
  .pr-95 {
    padding-right: 95px;
  }
  .pr-90 {
    padding-right: 90px;
  }
  .pr-85 {
    padding-right: 85px;
  }
  .pr-80 {
    padding-right: 80px;
  }
  .pr-75 {
    padding-right: 75px;
  }
  .pr-70 {
    padding-right: 70px;
  }
  .pr-65 {
    padding-right: 65px;
  }
  .pr-60 {
    padding-right: 60px;
  }
  .pr-55 {
    padding-right: 55px;
  }
  .pr-50 {
    padding-right: 50px;
  }
  .pr-45 {
    padding-right: 45px;
  }
  .pr-40 {
    padding-right: 40px;
  }
  .pr-35 {
    padding-right: 35px;
  }
  .pr-30 {
    padding-right: 30px;
  }
  .pr-25 {
    padding-right: 25px;
  }
  .pr-20 {
    padding-right: 20px;
  }
  .pr-15 {
    padding-right: 15px;
  }
  .pr-10 {
    padding-right: 10px;
  }
  .pr-5 {
    padding-right: 5px !important;
  }
  
  /*------------------------------------------*/
  /*  Padding Centered
    /*------------------------------------------*/
  
  .pc-70 {
    padding-right: 70px;
    padding-left: 70px;
  }
  .pc-65 {
    padding-right: 65px;
    padding-left: 65px;
  }
  .pc-60 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .pc-55 {
    padding-right: 55px;
    padding-left: 55px;
  }
  .pc-50 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .pc-45 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .pc-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .pc-35 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .pc-30 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .pc-25 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .pc-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .pc-15 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .pc-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  
  /*------------------------------------------*/
  /*  BACKGROUND SETTINGS
    /*------------------------------------------*/
  
  .rel {
    position: relative !important;
    z-index: 3;
  }
  
  .bg-fixed,
  .bg-scroll {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  
  .bg-scroll {
    background-attachment: fixed !important;
  }
  
  /*------------------------------------------*/
  /*  Background Colors
    /*------------------------------------------*/
  
  .bg--white {
    background-color: #fff;
  }
  .bg--alice-blue {
    background-color: #f0f0f2;
  }
  .bg--corn-silk {
    background-color: #f8f6f4;
  }
  .bg--deep-blue {
    background-color: #2d303a;
  }
  .bg--honey-dew {
    background-color: #f7f5f3;
  }
  .bg--lavender {
    background-color: #fcf2ff;
  }
  .bg--mint-cream {
    background-color: #e7eeec;
  }
  .bg--moccasin {
    background-color: #f5f0ef;
  }
  .bg--papaya {
    background-color: #fff6f3;
  }
  .bg--plum {
    background-color: #d07ea7;
  }
  .bg--rose {
    background-color: #fd1c79;
  }
  .bg--steel-blue {
    background-color: #c1c9d0;
  }
  .bg--tiny-pink {
    background-color: #fff1f6;
  }
  .bg--violet {
    background-color: #912d8e;
  }
  .bg--violet-red {
    background-color: #da3b85;
  }
  .bg--white-smoke {
    background-color: #f5f1f2;
  }
  .bg--wheat {
    background-color: #f1ede5;
  }
  
  /*------------------------------------------*/
  /*  Background Shapes
    /*------------------------------------------*/
  
  .white--shape:after {
    background-color: #ffffff;
  }
  .dark--shape:after {
    background-color: #ffffff;
  }
  .alice-blue--shape:after {
    background-color: #f0f0f2;
  }
  .corn-silk--shape:after {
    background-color: #f8f6f4;
  }
  .deep-blue--shape:after {
    background-color: #2d303a;
  }
  .honey-dew--shape:after {
    background-color: #f7f5f3;
  }
  .lavender--shape:after {
    background-color: #fcf2ff;
  }
  .mint-cream--shape:after {
    background-color: #e7eeec;
  }
  .moccasin--shape:after {
    background-color: #f5f0ef;
  }
  .papaya--shape:after {
    background-color: #fff6f3;
  }
  .plum--shape:after {
    background-color: #d07ea7;
  }
  .steel-blue--shape:after {
    background-color: #c1c9d0;
  }
  .tiny-pink--shape:after {
    background-color: #fff1f6;
  }
  .white-smoke--shape:after {
    background-color: #f5f1f2;
  }
  .wheat--shape:after {
    background-color: #f1ede5;
  }
  
  /*------------------------------------------*/
  /*  Background Image
    /*------------------------------------------*/
  
  .bg--tra-img {
    background-image: url(../images/tra-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll !important;
  }
  
  /* ==========================================================================
      02. TYPOGRAPHY
      =========================================================================== */
  
  h6,
  h5,
  h4,
  h3,
  h2,
  h1 {
    color: #373b4d;
    font-family: "Lora", serif;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: -0.015625rem;
  }
  
  /* Header H6 */
  h6.h6-xs {
    font-size: 1rem;
  } /* 16px */
  h6.h6-sm {
    font-size: 1.0625rem;
  } /* 17px */
  h6.h6-md {
    font-size: 1.125rem;
  } /* 18px */
  h6.h6-lg {
    font-size: 1.1875rem;
  } /* 19px */
  h6.h6-xl {
    font-size: 1.25rem;
  } /* 20px */
  
  /* Header H5 */
  h5.h5-xs {
    font-size: 1.3125rem;
  } /* 21px */
  h5.h5-sm {
    font-size: 1.375rem;
  } /* 22px */
  h5.h5-md {
    font-size: 1.5rem;
  } /* 24px */
  h5.h5-lg {
    font-size: 1.625rem;
  } /* 26px */
  h5.h5-xl {
    font-size: 1.75rem;
  } /* 28px */
  
  /* Header H4 */
  h4.h4-xs {
    font-size: 1.875rem;
  } /* 30px */
  h4.h4-sm {
    font-size: 2rem;
  } /* 32px */
  h4.h4-md {
    font-size: 2.125rem;
  } /* 34px */
  h4.h4-lg {
    font-size: 2.25rem;
  } /* 36px */
  h4.h4-xl {
    font-size: 2.375rem;
  } /* 38px */
  
  h3.h3-xs {
    font-size: 2.5rem;
  } /* 40px */
  h3.h3-sm {
    font-size: 2.625rem;
  } /* 42px */
  h3.h3-md {
    font-size: 2.75rem;
  } /* 44px */
  h3.h3-lg {
    font-size: 2.875rem;
  } /* 46px */
  h3.h3-xl {
    font-size: 3rem;
  } /* 48px */
  
  /* Header H2 */
  h2.h2-xs {
    font-size: 3.125rem;
  } /* 50px */
  h2.h2-sm {
    font-size: 3.25rem;
  } /* 52px */
  h2.h2-md {
    font-size: 3.375rem;
  } /* 54px */
  h2.h2-lg {
    font-size: 3.5rem;
  } /* 56px */
  h2.h2-xl {
    font-size: 3.75rem;
  } /* 60px */
  
  h2.h2-title-xs {
    font-size: 4.0625rem;
  } /* 65px */
  h2.h2-title-sm {
    font-size: 4.375rem;
  } /* 70px */
  h2.h2-title-md {
    font-size: 4.6875rem;
  } /* 75px */
  h2.h2-title-lg {
    font-size: 5rem;
  } /* 80px */
  h2.h2-title-xl {
    font-size: 5.3125rem;
  } /* 85px */
  
  /*------------------------------------------*/
  /*  PARAGRAPHS
    /*------------------------------------------*/
  
  p.p-sm {
    font-size: 1rem;
  } /* 16px */
  p {
    font-size: 1.0625rem;
  } /* 17px */
  p.p-md {
    font-size: 1.125rem;
  } /* 18px */
  p.p-lg {
    font-size: 1.1875rem;
  } /* 19px */
  p.p-xl {
    font-size: 1.25rem;
  } /* 20px */
  
  p.p-title-xs {
    font-size: 1.3125rem;
  } /* 21px */
  p.p-title-sm {
    font-size: 1.375rem;
  } /* 22px */
  p.p-title-md {
    font-size: 1.4375rem;
  } /* 23px */
  p.p-title-lg {
    font-size: 1.5rem;
  } /* 24px */
  p.p-title-xl {
    font-size: 1.5625rem;
  } /* 25px */
  
  /*------------------------------------------*/
  /*  LINK SETTINGS
    /*------------------------------------------*/
  
  a {
    color: #6c757d;
    text-decoration: none;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
  }
  
  a:hover {
    color: #666;
    text-decoration: none;
  }
  
  a:focus {
    outline: none;
    text-decoration: none;
  }
  
  /*------------------------------------------*/
  /*  TRANSPARENT LINK
    /*------------------------------------------*/
  
  p.tra-link {
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.0625rem;
  }
  
  p.tra-link a {
    color: #373b4d;
    position: relative;
    padding-bottom: 6px;
    text-decoration: none;
  }
  
  p.tra-link a:after {
    content: "";
    background-color: #373b4d;
    height: 2px;
    width: 60%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
    transition: 0.2s all ease-in;
  }
  
  p.tra-link a:hover:after {
    width: 60%;
  }
  
  p.deep-blue--color.tra-link a,
  h5.deep-blue--color.sbox-link a,
  .blog-post-txt h5.deep-blue--color a {
    color: #204e5b;
  }
  
  p.deep-brown--color.tra-link a,
  h5.deep-brown--color.sbox-link a,
  .blog-post-txt h5.deep-brown--color a {
    color: #333233;
  }
  
  p.deep-blue--color.tra-link a:after,
  h5.deep-blue--color.sbox-link a:after {
    background-color: #204e5b;
  }
  
  p.deep-brown--color.tra-link a:after,
  h5.deep-brown--color.sbox-link a:after {
    background-color: #333233;
  }
  
  /*------------------------------------------*/
  /*  LISTS
    /*------------------------------------------*/
  
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  /*------------------------------------------*/
  /*  TEXT LIST
    /*------------------------------------------*/
  
  .txt-list li i {
    position: relative;
    font-size: 1.05rem;
    line-height: 1.5rem;
    float: left;
    margin-right: 10px;
    top: 2px;
  }
  
  .txt-list li p {
    overflow: hidden;
    margin-bottom: 10px;
  }
  
  ul.simple-list {
    list-style: disc;
    margin-left: 15px;
  }
  
  /*------------------------------------------*/
  /*  NUMBER LIST
    /*------------------------------------------*/
  
  ol.num-list {
    margin-left: -20px;
  }
  
  ol.num-list li p {
    padding-left: 5px;
    margin-bottom: 5px;
  }
  
  ol.digit-list {
    padding: 0;
    margin-left: 15px;
  }
  
  ol.digit-list p {
    margin-bottom: 8px;
  }
  
  /*------------------------------------------*/
  /*  BOX LIST
    /*------------------------------------------*/
  
  .box-list p {
    position: relative;
    font-weight: 400;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px dashed #ddd;
  }
  
  .bg-dark .box-list p {
    border-bottom: 1px dashed #777;
  }
  
  .box-list p:last-child {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  
  .box-list p span {
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 15px;
  }
  
  .bg-dark .box-list p span {
    color: #fff;
  }
  
  /*------------------------------------------*/
  /*  BUTTON SETTINGS
    /*------------------------------------------*/
  
  .btn {
    background-color: transparent;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
    padding: 13px 34px 10px;
    border: 1px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
  }
  
  /*------------------------------------------*/
  /*  Button Size
    /*------------------------------------------*/
  
  .btn.btn-sm {
    font-size: 0.85rem;
    padding: 12px 26px 11px;
  }
  
  .btn.btn-md {
    font-size: 0.95rem;
    padding: 15px 44px 14px;
  }
  
  /*------------------------------------------*/
  /*  Button Icon
    /*------------------------------------------*/
  
  .btn.ico-15 span {
    position: relative;
    top: 3px;
    right: 1px;
  }
  
  /*------------------------------------------*/
  /*  Button Color
    /*------------------------------------------*/
  
  .white--btn,
  .white--hover:hover,
  .white--color .white--btn,
  .scroll .white--hover:hover {
    color: #373b4d !important;
    background-color: #fff;
    border-color: #fff !important;
  }
  
  .tra-white--btn,
  .tra-white--hover:hover,
  .white--color .tra-white--hover:hover,
  .dark-menu .scroll .tra-white--hover:hover {
    color: #fff !important;
    background-color: transparent;
    border-color: #fff !important;
  }
  
  .scroll .tra-white--btn,
  .scroll .tra-white--hover:hover {
    color: #373b4d !important;
    background-color: transparent;
    border-color: #373b4d !important;
  }
  
  .black--btn,
  .scroll .black--btn,
  .black--hover:hover,
  .navbar-dark .black--btn,
  .white--color .black--btn,
  .scroll .black--hover:hover,
  .white--color .black--hover:hover {
    color: #fff !important;
    background-color: #373b4d;
    border-color: #373b4d !important;
  }
  
  .tra-black--btn,
  .tra-black--hover:hover,
  .white--color .tra-black--btn,
  .scroll .tra-black--hover:hover,
  .white--color .tra-black--hover:hover {
    color: #373b4d !important;
    background-color: transparent;
    border-color: #373b4d !important;
  }
  
  .grey--btn,
  .white--color .grey--btn {
    color: #666;
    background-color: rgba(17, 36, 70, 0.04);
    border-color: rgba(17, 36, 70, 0.02) !important;
  }
  
  .tra-grey--btn,
  .white--color .tra-grey--btn {
    color: #373b4d;
    background-color: transparent;
    border-color: #ccc !important;
  }
  
  .grey--hover:hover,
  .scroll .grey--hover:hover {
    color: #373b4d !important;
    background-color: rgba(17, 36, 70, 0.04);
    border-color: rgba(17, 36, 70, 0.02) !important;
  }
  
  .tra-grey--hover:hover,
  .scroll .tra-grey--hover:hover {
    color: #373b4d !important;
    background-color: transparent;
    border-color: #ccc !important;
  }
  
  .deep-brown--btn,
  .scroll .deep-brown--btn,
  .white--color .deep-brown--btn,
  .deep-brown--hover:hover,
  .scroll .deep-brown--hover:hover,
  .white--color .deep-brown--hover:hover {
    color: #fff !important;
    background-color: #333233;
    border-color: #333233 !important;
  }
  
  .tra-deep-brown--btn,
  .scroll .tra-deep-brown--btn,
  .white--color .tra-deep-brown--btn,
  .tra-deep-brown--hover:hover,
  .scroll .tra-deep-brown--hover:hover,
  .white--color .tra-deep-brown--hover:hover {
    color: #333233 !important;
    background-color: transparent;
    border-color: #333233 !important;
  }
  
  .deep-blue--btn,
  .scroll .deep-blue--btn,
  .white--color .deep-blue--btn,
  .deep-blue--hover:hover,
  .scroll .deep-blue--hover:hover,
  .white--color .deep-blue--hover:hover {
    color: #fff !important;
    background-color: #204e5b;
    border-color: #204e5b !important;
  }
  
  .tra-deep-blue--btn,
  .scroll .tra-deep-blue--btn,
  .white--color .tra-deep-blue--btn,
  .tra-deep-blue--hover:hover,
  .scroll .tra-deep-blue--hover:hover,
  .white--color .tra-deep-blue--hover:hover {
    color: #204e5b !important;
    background-color: transparent;
    border-color: #204e5b !important;
  }
  
  .violet-red--btn,
  .scroll .violet-red--btn,
  .white--color .violet-red--btn,
  .violet-red--hover:hover,
  .scroll .violet-red--hover:hover,
  .white--color .violet-red--hover:hover {
    color: #fff !important;
    background-color: #9e4e4d;
    border-color: #9e4e4d !important;
  }
  
  .tra-violet-red--btn,
  .scroll .tra-violet-red--btn,
  .white--color .tra-violet-red--btn,
  .tra-violet-red--hover:hover,
  .scroll .tra-violet-red--hover:hover,
  .white--color .tra-violet-red--hover:hover {
    color: #da3b85 !important;
    background-color: transparent;
    border-color: #da3b85 !important;
  }
  
  .plum--btn,
  .scroll .plum--btn,
  .white--color .plum--btn,
  .plum--hover:hover,
  .scroll .plum--hover:hover,
  .white--color .plum--hover:hover {
    color: #fff !important;
    background-color: #d07ea7;
    border-color: #d07ea7 !important;
  }
  
  .tra-plum--btn,
  .scroll .tra-plum--btn,
  .white--color .tra-plum--btn,
  .tra-plum--hover:hover,
  .scroll .tra-plum--hover:hover,
  .white--color .tra-plum--hover:hover {
    color: #d07ea7 !important;
    background-color: transparent;
    border-color: #d07ea7 !important;
  }
  
  .red--btn,
  .scroll .red--btn,
  .white--color .red--btn,
  .red--hover:hover,
  .scroll .red--hover:hover,
  .white--color .red--hover:hover {
    color: #fff !important;
    background-color: #f1292e;
    border-color: #f1292e !important;
  }
  
  .tra-red--btn,
  .scroll .tra-red--btn,
  .white--color .tra-red--btn,
  .tra-red--hover:hover,
  .scroll .tra-red--hover:hover,
  .white--color .tra-red--hover:hover {
    color: #f1292e !important;
    background-color: transparent;
    border-color: #f1292e !important;
  }
  
  .rose--btn,
  .scroll .rose--btn,
  .white--color .rose--btn,
  .rose--hover:hover,
  .scroll .rose--hover:hover,
  .white--color .rose--hover:hover {
    color: #fff !important;
    background-color: #fd1c79;
    border-color: #fd1c79 !important;
  }
  
  .tra-rose--btn,
  .scroll .tra-rose--btn,
  .white--color .tra-rose--btn,
  .tra-rose--hover:hover,
  .scroll .tra-rose--hover:hover,
  .white--color .tra-rose--hover:hover {
    color: #fd1c79 !important;
    background-color: transparent;
    border-color: #fd1c79 !important;
  }
  
  /*------------------------------------------*/
  /*  Button Focus
    /*------------------------------------------*/
  
  .btn:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .btn.btn-black:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .btn-grey:focus {
    color: #666;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .btn-tra-black:focus,
  .btn.btn-tra-grey:focus {
    color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  /*------------------------------------------*/
  /*  VIDEO LINK
    /*------------------------------------------*/
  
  .btn-md.btn-video-link {
    color: #666;
    font-size: 18px;
    padding: 10px 8px;
  }
  
  .btn-md.btn-video-link span {
    position: relative;
    top: 5px;
    right: 6px;
  }
  
  .btn-md.btn-video-link {
    line-height: 30px !important;
  }
  
  /*------------------------------------------*/
  /*  VIDEO POPUP ICON
    /*------------------------------------------*/
  
  .video-preview {
    position: relative;
    text-align: center;
  }
  
  .video-btn {
    position: absolute !important;
    top: 50%;
    left: 50%;
    display: inline-block;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }
  
  .video-btn.bg--tra {
    background-color: transparent;
    border: 5px solid #fff;
  }
  
  .video-btn-xl {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-left: -60px;
  }
  
  .video-btn-lg {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
  }
  
  .video-btn-md {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
  }
  
  .video-btn-sm {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }
  
  .video-block-wrapper {
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
  }
  
  .video-btn.video-btn-xl [class^="flaticon-"]:before,
  .video-btn.video-btn-xl [class^="flaticon-"]:after {
    line-height: 120px !important;
    margin-left: 10px;
  }
  
  .video-btn.bg--travideo-btn-xl [class^="flaticon-"]:before,
  .video-btn.bg--travideo-btn-xl [class^="flaticon-"]:after {
    line-height: 90px !important;
    margin-left: 10px;
  }
  
  .video-btn.video-btn-lg [class^="flaticon-"]:before,
  .video-btn.video-btn-lg [class^="flaticon-"]:after {
    line-height: 100px !important;
    margin-left: 8px;
  }
  
  .video-btn.video-btn-md [class^="flaticon-"]:before,
  .video-btn.video-btn-md [class^="flaticon-"]:after {
    line-height: 80px !important;
    margin-left: 7px;
  }
  
  .video-btn.video-btn-sm [class^="flaticon-"]:before,
  .video-btn.video-btn-sm [class^="flaticon-"]:after {
    line-height: 60px !important;
    margin-left: 6px;
  }
  
  .video-btn:hover .video-block-wrapper {
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  
  .video-btn:before {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
  }
  
  .video-btn.video-btn-xl:hover:before {
    opacity: 0.75;
    left: -32px;
    right: -32px;
    top: -32px;
    bottom: -32px;
  }
  
  .video-btn.video-btn-lg:hover:before {
    opacity: 0.75;
    left: -25px;
    right: -25px;
    top: -25px;
    bottom: -25px;
  }
  
  .video-btn.video-btn-md:hover:before {
    opacity: 0.75;
    left: -18px;
    right: -18px;
    top: -18px;
    bottom: -18px;
  }
  
  .video-btn.video-btn-sm:hover:before {
    opacity: 0.75;
    left: -12px;
    right: -12px;
    top: -12px;
    bottom: -12px;
  }
  
  /*------------------------------------------*/
  /*  VECTOR ICONS
    /*------------------------------------------*/
  
  .ico-10 [class*="flaticon-"]:before,
  .ico-10 [class*="flaticon-"]:after {
    font-size: 0.75rem;
  } /* 15px */
  .ico-15 [class*="flaticon-"]:before,
  .ico-15 [class*="flaticon-"]:after {
    font-size: 0.9375rem;
  } /* 15px */
  .ico-20 [class*="flaticon-"]:before,
  .ico-20 [class*="flaticon-"]:after {
    font-size: 1.25rem;
  } /* 20px */
  .ico-25 [class*="flaticon-"]:before,
  .ico-25 [class*="flaticon-"]:after {
    font-size: 1.5625rem;
  } /* 25px */
  .ico-30 [class*="flaticon-"]:before,
  .ico-30 [class*="flaticon-"]:after {
    font-size: 1.875rem;
  } /* 30px */
  .ico-35 [class*="flaticon-"]:before,
  .ico-35 [class*="flaticon-"]:after {
    font-size: 2.1875rem;
  } /* 35px */
  .ico-40 [class*="flaticon-"]:before,
  .ico-40 [class*="flaticon-"]:after {
    font-size: 2.5rem;
  } /* 40px */
  .ico-45 [class*="flaticon-"]:before,
  .ico-45 [class*="flaticon-"]:after {
    font-size: 2.8125rem;
  } /* 45px */
  .ico-50 [class*="flaticon-"]:before,
  .ico-50 [class*="flaticon-"]:after {
    font-size: 3.125rem;
  } /* 50px */
  .ico-55 [class*="flaticon-"]:before,
  .ico-55 [class*="flaticon-"]:after {
    font-size: 3.4375rem;
  } /* 55px */
  .ico-60 [class*="flaticon-"]:before,
  .ico-60 [class*="flaticon-"]:after {
    font-size: 3.75rem;
  } /* 60px */
  .ico-65 [class*="flaticon-"]:before,
  .ico-65 [class*="flaticon-"]:after {
    font-size: 4.0625rem;
  } /* 65px */
  .ico-70 [class*="flaticon-"]:before,
  .ico-70 [class*="flaticon-"]:after {
    font-size: 4.375rem;
  } /* 70px */
  .ico-75 [class*="flaticon-"]:before,
  .ico-75 [class*="flaticon-"]:after {
    font-size: 4.6875rem;
  } /* 75px */
  .ico-80 [class*="flaticon-"]:before,
  .ico-80 [class*="flaticon-"]:after {
    font-size: 5rem;
  } /* 80px */
  .ico-85 [class*="flaticon-"]:before,
  .ico-85 [class*="flaticon-"]:after {
    font-size: 5.3125rem;
  } /* 85px */
  .ico-90 [class*="flaticon-"]:before,
  .ico-90 [class*="flaticon-"]:after {
    font-size: 5.625rem;
  } /* 90px */
  .ico-95 [class*="flaticon-"]:before,
  .ico-95 [class*="flaticon-"]:after {
    font-size: 5.9375rem;
  } /* 95px */
  .ico-100 [class*="flaticon-"]:before,
  .ico-100 [class*="flaticon-"]:after {
    font-size: 6.25rem;
  } /* 100px */
  .ico-105 [class*="flaticon-"]:before,
  .ico-105 [class*="flaticon-"]:after {
    font-size: 6.5625rem;
  } /* 105px */
  .ico-110 [class*="flaticon-"]:before,
  .ico-110 [class*="flaticon-"]:after {
    font-size: 6.875rem;
  } /* 110px */
  .ico-115 [class*="flaticon-"]:before,
  .ico-115 [class*="flaticon-"]:after {
    font-size: 7.1875rem;
  } /* 115px */
  .ico-120 [class*="flaticon-"]:before,
  .ico-120 [class*="flaticon-"]:after {
    font-size: 7.5rem;
  } /* 120px */
  .ico-125 [class*="flaticon-"]:before,
  .ico-125 [class*="flaticon-"]:after {
    font-size: 7.8125rem;
  } /* 125px */
  
  /*------------------------------------------*/
  /*  SECTION ID
    /*------------------------------------------*/
  
  .section-id {
    display: block;
    color: #8e8987;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
    margin-bottom: 28px;
  }
  
  .section-id.section-id-lg {
    font-size: 1rem;
  }
  
  .white-color .section-id {
    color: #fff;
  }
  
  /*------------------------------------------*/
  /*  SECTION TITLE
    /*------------------------------------------*/
  
  .title-01,
  .title-02 {
    text-align: center;
  }
  
  .title-01 h4 {
    line-height: 1;
  }
  
  /*------------------------------------------*/
  /*  FONT SETTINGS
    /*------------------------------------------*/
  
  .txt-300 {
    font-weight: 300;
  }
  .txt-400 {
    font-weight: 400;
  }
  .txt-500 {
    font-weight: 500;
  }
  .txt-600 {
    font-weight: 600;
  }
  .txt-700 {
    font-weight: 700;
  }
  .txt-900 {
    font-weight: 900;
  }
  
  .txt-upcase {
    display: block;
    font-size: 0.9rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.125rem;
    margin-bottom: 0;
  }
  
  /*------------------------------------------*/
  /*  TEXT COLORS
    /*------------------------------------------*/
  
  .white--color,
  .white--color h2,
  .white--color h3,
  .white--color h4,
  .white--color h5,
  .white--color h6,
  .white--color p,
  .white--color a,
  .white--color li,
  .white--color i,
  .white--color span {
    color: #fff;
  }
  
  .white-smoke--color,
  .white-smoke--color h2,
  .white-smoke--color h3,
  .white-smoke--color h4,
  .white-smoke--color h5,
  .white-smoke--color h6,
  .white-smoke--color p,
  .white-smoke--color a,
  .white-smoke--color li,
  .white-smoke--color i,
  .white-smoke--color span {
    color: #f2f2f2;
  }
  
  .black--color,
  .black--color h2,
  .black--color h3,
  .black--color h4,
  .black--color h5,
  .black--color h6,
  .black--color p,
  .black--color a,
  .black--color li,
  .black--color i,
  .black--color span,
  .white--color .black--color {
    color: #373b4d;
  }
  
  .deep-brown--color,
  .deep-brown--color h2,
  .deep-brown--color h3,
  .deep-brown--color h4,
  .deep-brown--color h5,
  .deep-brown--color h6,
  .deep-brown--color p,
  .deep-brown--color a,
  .deep-brown--color li,
  .deep-brown--color i,
  .deep-brown--color span,
  .white---color .deepbrown--color {
    color: #333233;
  }
  
  .deep-blue--color,
  .deep-blue--color h2,
  .deep-blue--color h3,
  .deep-blue--color h4,
  .deep-blue--color h5,
  .deep-blue--color h6,
  .deep-blue--color p,
  .deep-blue--color a,
  .deep-blue--color li,
  .deep-blue--color i,
  .deep-blue--color span,
  .white--color .deep-blue--color {
    color: #204e5b;
  }
  
  .violet-red--color,
  .violet-red--color h2,
  .violet-red--color h3,
  .violet-red--color h4,
  .violet-red--color h5,
  .violet-red--color h6,
  .violet-red--color p,
  .violet-red--color a,
  .violet-red--color li,
  .violet-red--color i,
  .violet-red--color span,
  .white--color .violetred--color {
    color: #da3b85;
  }
  
  .plum--color,
  .plum--color h2,
  .plum--color h3,
  .plum--color h4,
  .plum--color h5,
  .plum--color h6,
  .plum--color p,
  .plum--color a,
  .plum--color li,
  .plum--color i,
  .plum--color span,
  .white--color .plum--color {
    color: #d07ea7;
  }
  
  .rose--color,
  .rose--color h2,
  .rose--color h3,
  .rose--color h4,
  .rose--color h5,
  .rose--color h6,
  .rose--color p,
  .rose--color a,
  .rose--color li,
  .rose--color i,
  .rose--color span,
  .white--color .rose--color {
    color: #fd1c79;
  }
  
  /*------------------------------------------*/
  /*  MORE BUTTON
    /*------------------------------------------*/
  
  .more-btn {
    text-align: center;
    margin-bottom: 40px;
  }
  
  #pricing-3 .more-btn,
  #pricing-4 .more-btn {
    margin-bottom: 0;
  }
  
  /*------------------------------------------*/
  /*  OLD PRICE
    /*------------------------------------------*/
  
  .old-price {
    color: #aaa !important;
    font-weight: 700;
    text-decoration: line-through;
    margin-right: 10px;
  }
  
  /*------------------------------------------*/
  /*  IMG BLOCK IMAGE
    /*------------------------------------------*/
  
  .img-block {
    text-align: center;
  }
  
  /*------------------------------------------*/
  /*  MASONRY IMAGE
    /*------------------------------------------*/
  
  .masonry-wrap .masonry-image {
    position: relative;
    width: 33.33333%;
    margin-bottom: 30px;
    padding: 0 15px;
  }
  
  .masonry-image img {
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  
  /*------------------------------------------*/
  /*  MASONRY IMAGES HOLDER
    /*------------------------------------------*/
  
  .masonry-image .hover-overlay,
  .masonry-image .hover-overlay img {
    overflow: hidden;
  }
  
  /*------------------------------------------*/
  /*  Image Hover Overlay
    /*------------------------------------------*/
  
  .hover-overlay {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  
  .hover-overlay img {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    overflow: hidden;
    -webkit-transition: transform 400ms;
    -moz-transition: transform 400ms;
    -o-transition: transform 400ms;
    transition: transform 400ms;
  }
  
  /*------------------------------------------*/
  /*    Overlay Background 
    /*------------------------------------------*/
  
  .item-overlay {
    opacity: 0;
    -moz-opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 20, 0.5);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
  }
  
  /* ==========================================================================
      03. PRELOAD SPINNER 
      ========================================================================== */
  
  #loading {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    z-index: 99999999;
  }
  
  #loading-center {
    width: 100%;
    height: 100%;
    position: relative;
  }
  
  .spinner {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .spinner .blob {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
  }
  
  .spinner .blob.top {
    top: 0;
    -webkit-animation: blob-top 1s infinite ease-in;
    animation: blob-top 1s infinite ease-in;
  }
  
  .spinner .blob.bottom {
    top: 100%;
    -webkit-animation: blob-bottom 1s infinite ease-in;
    animation: blob-bottom 1s infinite ease-in;
  }
  
  .spinner .blob.left {
    left: 0;
    -webkit-animation: blob-left 1s infinite ease-in;
    animation: blob-left 1s infinite ease-in;
  }
  
  .spinner .move-blob {
    top: 0;
    -webkit-animation: blob-spinner-mover 1s infinite ease-in;
    animation: blob-spinner-mover 1s infinite ease-in;
  }
  
  @keyframes blob-bottom {
    25%,
    50%,
    75% {
      top: 50%;
      left: 100%;
    }
    100% {
      top: 0;
      left: 50%;
    }
  }
  
  @keyframes blob-left {
    25% {
      top: 50%;
      left: 0;
    }
    50%,
    100% {
      top: 100%;
      left: 50%;
    }
  }
  
  @keyframes blob-top {
    50% {
      top: 0;
      left: 50%;
    }
    75%,
    100% {
      top: 50%;
      left: 0;
    }
  }
  
  @keyframes blob-spinner-mover {
    0%,
    100% {
      top: 0;
      left: 50%;
    }
    25% {
      top: 50%;
      left: 100%;
    }
    50% {
      top: 100%;
      left: 50%;
    }
    75% {
      top: 50%;
      left: 0;
    }
  }
  
  /*------------------------------------------*/
  /*  PRELOAD SPINNER COLOR
    /*------------------------------------------*/
  
  #loading {
    background-color: #f8f6f4;
  }
  .spinner .blob {
    border: 2px solid red;
  }
  .spinner .move-blob {
    background: red;
  }
  
  #loading.plum-loading {
    background-color: #f7f5f3;
  }
  .plum-loading .spinner .blob {
    border: 2px solid red;
  }
  .plum-loading .spinner .move-blob {
    background: red;
  }
  
  #loading.rose-loading {
    background-color: #f0f0f2;
  }
  .rose-loading .spinner .blob {
    border: 2px solid red;
  }
  .rose-loading .spinner .move-blob {
    background: red;
  }
  
  #loading.violet-red-loading {
    background-color: #f7f5f3;
  }
  .violet-red-loading .spinner .blob {
    border: 2px solid red;
  }
  .violet-red-loading .spinner .move-blob {
    background: red;
  }
  
  /* ==========================================================================
      04. HEADER & NAVIGATION
      ========================================================================== */
  
  #header {
    width: 100%;
    display: block;
    padding-top: 0px;
  }
  
  .header-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  
  .headerwp {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
  }
  
  .posrlt {
    position: relative;
  }
  
  /*------------------------------------------*/
  /*  HEADER LOGO
    /*------------------------------------------*/
  
  .desktoplogo img,
  .wscenterlogo img {
    width: auto;
    max-width: inherit;
    max-height: 60px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
  }
  
  .wscenterlogo img {
    max-height: 50px;
  }
  
  .scroll .wscenterlogo img {
    max-height: 45px;
  }
  
  /*------------------------------------------*/
  /*   NAVIGATION MENU
    /*------------------------------------------*/
  
  .wsmainfull {
    width: 100%;
    height: auto;
    z-index: 1031;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
  }
  
  .tra-menu .wsmainfull {
    background-color: transparent !important;
    padding: 20px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  
  .tra-menu.tra-menu-wide .wsmainfull {
    padding: 40px 0;
  }
  
  .white-menu .wsmainfull {
    background-color: #fff !important;
    padding: 10px 0;
    -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
    box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
  }
  
  .dark-menu .wsmainfull {
    background-color: #1d293f !important;
    padding: 10px 0;
    -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
    box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
  }
  
  .centered-menu .wsmenu {
    padding: 0 30px;
  }
  
  /*------------------------------------------*/
  /*  HEADER LINK
    /*------------------------------------------*/
  
  .wsmenu > .wsmenu-list > li > a {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.09375rem;
    text-transform: uppercase;
    margin: 0 9px;
    padding: 10px 13px;
    line-height: 50px;
    text-decoration: none;
  }
  
  .navbar-dark .wsmenu > .wsmenu-list > li > a {
    color: #383838;
  }
  
  .navbar-light .wsmenu > .wsmenu-list > li > a {
    color: #fff;
  }
  
  .wsmenu > .wsmenu-list > li > a.last-link {
    padding: 10px 0px;
    margin: 0 0 0 7px;
  }
  
  .wsmenu > .wsmenu-list > li > a .wsarrow:after {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid;
    content: "";
    float: right;
    right: 0;
    height: 0;
    margin: 0 0 0 14px;
    position: absolute;
    text-align: right;
    top: 32px;
    width: 0;
  }
  
  /*------------------------------------------*/
  /*  HEADER BUTTONS
    /*------------------------------------------*/
  
  .wsmenu > .wsmenu-list > li a.btn {
    font-size: 0.85rem;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
  /*   margin-top: 14px; */
    margin-left: 12px;
    padding: 5px 22px 4px;
  }
  
  /*------------------------------------------*/
  /*  HEADER SUBMENU
    /*------------------------------------------*/
  
  .wsmenu > .wsmenu-list > li > ul.sub-menu {
    padding: 12px 20px;
    width: auto;
    min-width: 200px;
    top: 65px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
    box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
  }
  
  .wsmenu > .wsmenu-list > li > ul.sub-menu:before {
    content: "";
    background-color: #fff;
    position: absolute;
    top: -8px;
    left: 40px;
    height: 0.9375rem;
    width: 0.9375rem;
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -2;
  }
  
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
    color: #2c3e50;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.09375rem;
    text-transform: uppercase;
    padding: 5px 0;
    transition: all 0.3s ease-in-out;
  }
  
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover {
    padding: 5px 0 5px 5px;
  }
  
  /*------------------------------------------*/
  /*   HALFMENU
    /*------------------------------------------*/
  
  .wsmenu > .wsmenu-list > li > .wsmegamenu {
    top: 65px;
  }
  
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
    width: 36%;
    padding: 15px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
    box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
  }
  
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu:before {
    content: "";
    background-color: #fff;
    position: absolute;
    top: -8px;
    left: 40px;
    height: 0.9375rem;
    width: 0.9375rem;
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -2;
  }
  
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li {
    border-bottom: none;
  }
  
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a {
    color: #656565;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.09375rem;
    text-transform: uppercase;
    padding: 5px 0;
    transition: all 0.3s ease-in-out;
  }
  
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
    padding: 5px 0 5px 5px;
  }
  
  /*------------------------------------------*/
  /*   MEGAMENU
    /*------------------------------------------*/
  
  .wsmenu > .wsmenu-list > li > .wsmegamenu {
    padding: 15px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
    box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
  }
  
  .wsmenu > .wsmenu-list > li.mg_link:hover > a:after {
    content: "";
    background-color: #fff;
    position: absolute;
    bottom: -2px;
    left: 34%;
    height: 0.9375rem;
    width: 0.9375rem;
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 9990;
    transition: all 1.4s ease-in-out;
  }
  
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 {
    width: 76% !important;
    left: 22%;
    padding: 20px 10px;
  }
  
  .wsmenu > .wsmenu-list > li > .wsmegamenu .title p,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu .title p {
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.09375rem;
    text-transform: uppercase;
    margin: 10px 0 10px 0;
  }
  
  /*------------------------------------------*/
  /*  NAVBAR SCROLL
    /*------------------------------------------*/
  
  .tra-menu .wsmainfull.scroll,
  .white-menu .wsmainfull.scroll,
  .tra-menu.tra-menu-wide .wsmainfull.scroll,
  .dark-menu.dark-scroll .wsmainfull.scroll {
    background-color: #fff !important;
    padding: 0;
    -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
    box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
  }
  
  .scroll .white-color.header-socials span {
    color: #463853 !important;
  }
  
  /*------------------------------------------*/
  /*  Navigation Menu
    /*------------------------------------------*/
  
  .tra-menu.navbar-light .scroll .wsmenu > .wsmenu-list > li a {
    color: #463853;
  }
  
  .tra-menu.navbar-light.dark-scroll .scroll .wsmenu > .wsmenu-list > li a,
  .tra-menu.navbar-dark.dark-scroll .scroll .wsmenu > .wsmenu-list > li a {
    color: #fff;
  }
  
  .tra-menu.navbar-light.dark-scroll
    .scroll
    .wsmenu
    > .wsmenu-list
    .sub-menu
    li
    a,
  .tra-menu.navbar-dark.dark-scroll .scroll .wsmenu > .wsmenu-list .sub-menu li a,
  .tra-menu.navbar-light.dark-scroll
    .scroll
    .wsmenu
    > .wsmenu-list
    li
    .wsmegamenu
    a,
  .tra-menu.navbar-dark.dark-scroll
    .scroll
    .wsmenu
    > .wsmenu-list
    li
    .wsmegamenu
    a {
    color: #666;
  }
  
  /*------------------------------------------*/
  /*  Logo Image
    /*------------------------------------------*/
  
  .logo-white,
  .logo-black {
    display: block;
  }
  
  .navbar-light .logo-black,
  .navbar-dark .logo-white,
  .tra-menu.navbar-dark .logo-white,
  .tra-menu.navbar-light .logo-black,
  .white-menu.navbar-dark .logo-white,
  .dark-menu.navbar-light .logo-black,
  .white-menu.navbar-light .logo-black,
  .tra-menu.navbar-light .scroll .logo-white {
    display: none;
  }
  
  .tra-menu.navbar-light .scroll .logo-black {
    display: block;
  }
  
  /* ==========================================================================
      05. HERO
      ========================================================================== */
  
  .hero-section .container {
    position: relative;
    z-index: 3;
  }
  
  /*------------------------------------------*/
  /*  HERO SLIDER
    /*------------------------------------------*/
  
  .slider {
    position: relative;
    max-width: 100%;
    height: 560px;
  }
  
  .slider .slides {
    margin: 0;
    height: 560px;
  }
  
  .slider .slides li {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: inherit;
    overflow: hidden;
  }
  
  .slider .slides li img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  
  .slider .slides li .caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  
  .slider .slides li.active {
    z-index: 2;
  }
  
  /*------------------------------------------*/
  /*  Slider Animation
    /*------------------------------------------*/
  
  .center-align {
    text-align: center;
  }
  
  /*------------------------------------------*/
  /*  Slider Indicators
    /*------------------------------------------*/
  
  .slider .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0;
    z-index: 98;
  }
  
  .slider .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    height: 10px;
    width: 10px;
    border: 2px solid #fff;
    margin: 0 7px;
    opacity: 0.5;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    border-radius: 50%;
  }
  
  .slider .indicators .indicator-item.active {
    background-color: #fff;
    opacity: 0.65;
  }
  
  /*------------------------------------------*/
  /*  HERO-1
    /*------------------------------------------*/
  
  #hero-1 .slider {
    margin-top: 80px;
  }
  
  #hero-1 .caption-txt {
    margin-top: -10px;
  }
  
  #hero-1 .caption-txt h2 {
    font-size: 5.25rem;
    line-height: 1.25;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
  }
  
  #hero-1 .caption-txt h2 span {
    display: block;
  }
  
  /*------------------------------------------*/
  /*  HERO-2
    /*------------------------------------------*/
  
  #hero-2 {
    position: relative;
    background-color: #eeb4c7;
    padding-top: 100px;
    margin-bottom: 60px;
  }
  
  .hero-2-txt {
    margin-top: -50px;
  }
  
  .hero-2-txt h2 {
    font-size: 5.35rem;
    line-height: 1.15;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  
  .hero-2-txt p {
    color: #fdf2f6;
    padding-right: 10%;
    margin-bottom: 30px;
  }
  
  .hero-2-img {
    margin: 0 -50px -60px -50px;
  }
  
  .wave-shape-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  
  /*------------------------------------------*/
  /*  HERO-3
    /*------------------------------------------*/
  
  #hero-3 {
    background-image: url(../images/hero-3.jpg);
    padding-top: 175px;
    padding-bottom: 125px;
  }
  
  .hero-3-txt h2 {
    font-size: 4.35rem;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 10px;
  }
  
  .hero-3-txt p {
    font-size: 1.7rem;
    margin-bottom: 30px;
  }
  
  /*------------------------------------------*/
  /*  HERO-4
    /*------------------------------------------*/
  
  #hero-4 .slider {
    height: 530px;
    margin-top: 80px;
  }
  
  #hero-4 .slider .slides {
    height: 530px;
    margin: 0;
  }
  
  /*------------------------------------------*/
  /*  HERO-5
    /*------------------------------------------*/
  
  .hero-5-overlay {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    padding-top: 180px;
    padding-bottom: 125px;
  }
  
  .hero-5-txt h2 {
    font-size: 4.75rem;
    font-weight: 500;
    font-style: italic;
    letter-spacing: -1px;
    margin-bottom: 10px;
  }
  
  .hero-5-txt p {
    margin-bottom: 30px;
  }
  
  /*------------------------------------------*/
  /*  HERO-6
    /*------------------------------------------*/
  
  #hero-6 {
    padding-top: 170px;
  }
  
  .hero-6-txt h2 {
    line-height: 1.2;
    margin-bottom: 30px;
  }
  
  .hero-6-images {
    margin-top: 70px;
  }
  
  #img-6-1 img,
  #img-6-2 img {
    text-align: center;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
  }
  
  #img-6-1:hover img,
  #img-6-2:hover img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
  }
  
  /*------------------------------------------*/
  /*  HERO-7
    /*------------------------------------------*/
  
  #hero-7 .slider {
    height: 550px;
    margin-top: 140px;
  }
  
  #hero-7 .slider .slides {
    height: 550px;
    margin: 0;
  }
  
  #hero-7 .caption-txt {
    padding-left: 60px;
  }
  
  #hero-7 .caption-txt h2 {
    font-family: "Catamaran", sans-serif;
    font-size: 5rem;
    line-height: 1.1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 15px;
  }
  
  #hero-7 .caption-txt h2 span {
    display: block;
  }
  
  #hero-7 .caption-txt p {
    padding-right: 15%;
    margin-bottom: 30px;
  }
  
  /*------------------------------------------*/
  /*  HERO-8
    /*------------------------------------------*/
  
  #hero-8 {
    position: relative;
    padding-top: 160px;
    margin-bottom: 120px;
  }
  
  .hero-8-txt {
    position: relative;
    padding: 0 10%;
    z-index: 5;
  }
  
  .hero-8-txt h2 {
    font-size: 4.75rem;
    line-height: 1.25;
    font-weight: 500;
    font-style: italic;
  }
  
  .hero-8-img {
    position: relative;
    margin: 50px 4% -120px;
    z-index: 2;
  }
  
  /*------------------------------------------*/
  /*  HERO-9
    /*------------------------------------------*/
  
  #hero-9 {
    background-image: url(../images/hero-9.jpg);
    padding-top: 260px;
    padding-bottom: 90px;
  }
  
  .hero-9-txt h2 {
    font-size: 4.35rem;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  
  .hero-9-txt p {
    padding-right: 3%;
    margin-bottom: 30px;
  }
  
  /* ==========================================================================
      06. ABOUT
      ========================================================================== */
  
  #about-6,
  #about-7 {
    position: relative;
    margin-bottom: 60px;
  }
  
  #about-7 .container {
    padding-left: 25px;
  }
  
  #about-6 .container:after,
  #about-7 .container:after {
    position: absolute;
    content: "";
    width: 85%;
    height: 100%;
    top: 0;
    z-index: -1;
  }
  
  #about-6 .container:after {
    left: 15%;
  }
  
  #about-7 .container:after {
    left: 0;
  }
  
  #about-8 {
    margin-top: 60px;
  }
  
  #about-9 {
    position: relative;
    padding-top: 100px;
    padding-bottom: 60px;
  }
  
  #about-9:after {
    position: absolute;
    content: "";
    width: 65%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
  }
  
  #about-10 .container:after {
    position: absolute;
    content: "";
    width: 85%;
    height: 100%;
    top: 0;
    left: 15%;
    z-index: -1;
  }
  
  #about-12 {
    position: relative;
    z-index: 1;
  }
  
  /*------------------------------------------*/
  /*  ABOUT TEXT
    /*------------------------------------------*/
  
  .txt-block.left-column,
  .txt-table.left-column,
  .img-block.left-column {
    padding-left: 5px;
    padding-right: 20px;
  }
  
  .txt-block.right-column,
  .img-block.right-column {
    padding-left: 20px;
    padding-right: 5px;
  }
  
  #about-4 .txt-block.right-column {
    padding-left: 30px;
  }
  
  .about-6-txt {
    position: relative;
    padding: 80px 70px 80px 10px;
  }
  
  .about-7-txt {
    position: relative;
    padding-left: 60px;
    padding-right: 10px;
  }
  
  .about-8-txt {
    margin-top: 70px;
    padding-right: 50px;
    padding-left: 20px;
  }
  
  .about-9-txt {
    padding-left: 5px;
  }
  
  .about-10-txt {
    padding: 60px 70px 60px 10px;
  }
  
  .about-11-txt {
    position: relative;
    padding: 80px;
    margin-right: -80px;
    z-index: 7;
  }
  
  /*------------------------------------------*/
  /*  ABOUT TYPOGRAPHY
    /*------------------------------------------*/
  
  .about-section h5,
  .about-section h6 {
    margin-top: 12px;
    margin-bottom: 22px;
  }
  
  .about-section h4 {
    margin-bottom: 20px;
  }
  
  .about-section h3,
  .about-section h2 {
    margin-bottom: 22px;
  }
  
  #about-2 .txt-block p,
  #about-5 .txt-block p {
    margin-bottom: 0;
  }
  
  .about-section .btn {
    position: relative;
    z-index: 1;
    margin-top: 15px;
  }
  
  #about-1.about-section .btn,
  #about-2.about-section .btn {
    margin-top: 5px;
  }
  
  /*------------------------------------------*/
  /*  ABOUT TABLES
    /*------------------------------------------*/
  
  .table-rounded {
    padding: 45px 55px;
    border: 2px solid #232424;
  }
  
  .table-rounded.no-border {
    border: none;
  }
  
  .table-rounded.deepblue-border {
    border: 2px solid #204e5b;
  }
  
  .txt-table h5 {
    margin-bottom: 25px;
  }
  
  .txt-table table {
    margin-bottom: 0;
  }
  
  .txt-table .table td,
  .txt-table .table th {
    font-size: 1.25rem;
    padding: 14px 0;
    border-top: none;
    border-bottom: 1px dashed #aaa;
  }
  
  .txt-table .table .last-tr td,
  .txt-table .table .last-tr th {
    border-bottom: none;
  }
  
  td.text-end {
    font-weight: 600;
  }
  
  /*------------------------------------------*/
  /*  ABOUT ACCORDION  
    /*------------------------------------------*/
  
  .accordion-wrapper {
    margin-bottom: 10px;
  }
  
  .accordion-item {
    background-color: transparent !important;
    border: none;
  }
  
  .accordion-thumb {
    margin: 0;
    padding: 20px 0;
    cursor: pointer;
    position: relative;
  }
  
  .accordion-item .accordion-thumb:before,
  .accordion-item.is-active .accordion-thumb:before {
    font-family: Flaticon;
    font-weight: 300;
    content: "\f147";
    position: absolute;
    font-size: 0.8rem;
    top: 35px;
    left: 0;
  }
  
  .accordion-item.is-active .accordion-thumb:before {
    content: "\f163";
  }
  
  .accordion-panel {
    margin: 0;
    padding: 0;
    display: none;
  }
  
  .accordion-thumb h6,
  .accordion-thumb h5,
  .accordion-thumb h4 {
    line-height: 1;
    margin-bottom: 0;
    padding-left: 25px;
  }
  
  /*------------------------------------------*/
  /*  ABOUT IMAGES
    /*------------------------------------------*/
  
  .about-6-img {
    position: relative;
    margin: 60px 40px -60px 0;
  }
  
  .about-7-img {
    position: relative;
    margin: 60px 0 -60px 40px;
  }
  
  .about-8-img {
    padding: 0 30px 0 0;
    margin-top: -60px;
  }
  
  .about-9-img {
    position: relative;
    margin-left: 60px;
  }
  
  .about-10-img {
    margin: 80px 20px 80px 0;
  }
  
  .about-11-img {
    position: relative;
    z-index: 2;
  }
  
  .about-12-img {
    background-image: url(../images/about-12-img.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    left: 53%;
  }
  
  /*------------------------------------------*/
  /*  ABOUT IMAGE HOVER
    /*------------------------------------------*/
  
  .sbox-7 .item-overlay {
    background: rgba(240, 240, 240, 0.25);
  }
  
  .sbox-7:hover img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
  }
  
  .sbox-7:hover .item-overlay {
    opacity: 1;
    -moz-opacity: 1;
  }
  
  /* ==========================================================================
      07. SERVICES
      ========================================================================== */
  
  #services-3,
  #services-4 {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  #services-3:after,
  #services-4:after {
    position: absolute;
    content: "";
    width: 70%;
    height: 100%;
    top: 0;
    z-index: 2;
  }
  
  #services-3:after {
    left: 30%;
  }
  
  #services-4:after {
    left: 0;
  }
  
  /*------------------------------------------*/
  /*  SERVICE BOXES WRAPPER
    /*------------------------------------------*/
  
  .sbox-3-wrapper {
    margin-left: 80px;
  }
  
  .sbox-4-wrapper {
    margin-right: 80px;
  }
  
  /*------------------------------------------*/
  /*  SERVICE BOX 
    /*------------------------------------------*/
  
  .sbox-1 {
    text-align: center;
    border: 2px solid #dae3e0;
    padding: 50px 35px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 450ms ease-in-out;
  }
  
  .sbox-1:hover {
    background-color: rgba(201, 208, 206, 0.05);
    border: 2px solid rgba(201, 208, 206, 0.05);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .sbox-2 {
    padding: 0 8%;
  }
  
  .sbox-3,
  .sbox-4 {
    padding: 0 10px;
  }
  
  /*------------------------------------------*/
  /*  SERVICE BOX ICON
    /*------------------------------------------*/
  
  .sbox-ico {
    margin-bottom: 20px;
  }
  
  .sbox-2 .sbox-ico {
    margin-bottom: 25px;
  }
  
  /*------------------------------------------*/
  /*  SERVICE BOX TYPOGRAPHY
    /*------------------------------------------*/
  
  .sbox-1 h5,
  .sbox-3 h5,
  .sbox-4 h5 {
    margin-bottom: 13px;
  }
  
  .sbox-2 h5,
  .sbox-5 h5 {
    margin-bottom: 10px;
  }
  
  .sbox-6 h5 {
    margin-top: 13px;
    margin-bottom: 0;
  }
  
  .sbox-1 p,
  .sbox-2 p,
  .sbox-3 p,
  .sbox-4 p,
  .sbox-5 p {
    margin-bottom: 0;
  }
  
  /*------------------------------------------*/
  /*  Service Box link
    /*------------------------------------------*/
  
  h5.sbox-link a {
    position: relative;
    color: #201e29;
    padding-bottom: 6px;
    text-decoration: none;
  }
  
  h5.sbox-link a:after {
    content: "";
    background-color: #201e29;
    width: 20%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
  }
  
  .sbox-1:hover h5.sbox-link a:after,
  .sbox-2:hover h5.sbox-link a:after,
  .sbox-3:hover h5.sbox-link a:after,
  .sbox-4:hover h5.sbox-link a:after,
  .sbox-6:hover h5.sbox-link a:after,
  .sbox-7:hover h5.sbox-link a:after {
    width: 100%;
    opacity: 1;
  }
  
  /*------------------------------------------*/
  /*  SERVICE IMAGE
    /*------------------------------------------*/
  
  .sbox-6 .item-overlay {
    background: rgba(20, 20, 20, 0.3);
  }
  
  .services-3-img {
    position: relative;
    margin-left: 0;
    margin-right: -50px;
  }
  
  .services-4-img {
    position: relative;
    margin-left: -50px;
    margin-right: 0;
  }
  
  .sbox-6-img {
    margin-bottom: 30px;
  }
  
  /*------------------------------------------*/
  /*  Sbox Image Hover
    /*------------------------------------------*/
  
  .sbox-6:hover img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
  }
  
  .sbox-6:hover .item-overlay {
    opacity: 1;
    -moz-opacity: 1;
    bottom: 0;
  }
  
  /* ==========================================================================
      08. GALLERY
      ========================================================================== */
  
  #gallery-2 .col {
    padding: 0 8px;
  }
  
  #img-2-1,
  #img-2-2,
  #img-2-3,
  #img-2-4 {
    margin-bottom: 16px;
  }
  
  /*------------------------------------------*/
  /*  MASONRY IMAGES HOLDER
    /*------------------------------------------*/
  
  #img-4-1 {
    margin-top: 60px;
  }
  #img-4-2 {
    margin-bottom: 30px;
  }
  #img-4-3 {
    margin-right: -30px;
  }
  #img-4-4 {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  #img-4-5 {
    margin-left: 30px;
  }
  #img-4-6 {
    margin: 30px 10px 30px;
  }
  
  /*------------------------------------------*/
  /*  MASONRY IMAGES HOLDER
    /*------------------------------------------*/
  
  .masonry-image .hover-overlay,
  .masonry-image .hover-overlay img {
    overflow: hidden;
  }
  
  /*------------------------------------------*/
  /*  IMAGE DESCRIPTION
    /*------------------------------------------*/
  
  .image-data,
  .image-description {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
  }
  
  .image-data {
    bottom: -40px;
  }
  
  .gallery-link,
  .image-caption,
  .gallery-5-txt {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .image-caption h6,
  .image-caption h5 {
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
  }
  
  .image-caption p {
    margin-bottom: 8px;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
  }
  
  /*------------------------------------------*/
  /*    Image Hover Effect 
    /*------------------------------------------*/
  
  .gallery-image:hover img,
  .masonry-image:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
  }
  
  .gallery-image:hover .image-data,
  .masonry-image:hover .image-data,
  .gallery-image:hover .item-overlay,
  .masonry-image:hover .item-overlay,
  .gallery-image:hover .image-description,
  .masonry-image:hover .image-description {
    opacity: 1;
    -moz-opacity: 1;
    bottom: 0;
  }
  
  .gallery-image:hover .image-caption h5,
  .masonry-image:hover .image-caption h5,
  .gallery-image:hover .image-caption p,
  .masonry-image:hover .image-caption p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  /* ==========================================================================
      09. VIDEO
      =========================================================================== */
  
  #video-1,
  .video-2-wrapper {
    background-image: url(../images/video.jpg);
    padding-top: 240px;
    padding-bottom: 240px;
  }
  
  .video-2-overlay {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 140px;
    padding-bottom: 140px;
  }
  
  /*------------------------------------------*/
  /*  VIDEO TYPOGRAPHY
    /*------------------------------------------*/
  
  .video-2-txt h3 {
    margin-bottom: 15px;
  }
  
  .video-2-txt p {
    margin-bottom: 25px;
  }
  
  .video-2-txt span a {
    text-decoration: underline;
  }
  
  /* ==========================================================================
      10. TEAM
      =========================================================================== */
  
  /*------------------------------------------*/
  /*  TEAM MEMBER
    /*------------------------------------------*/
  
  .team-member {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
  }
  
  #team-2 .masonry-wrap .masonry-image {
    width: 50%;
    text-align: left;
    margin-bottom: 40px;
    padding: 0 15px;
  }
  
  /*------------------------------------------*/
  /*  TEAM MEMBER PHOTO
    /*------------------------------------------*/
  
  .team-member-photo {
    position: relative;
    text-align: center;
    overflow: hidden;
  }
  
  /*------------------------------------------*/
  /*  TEAM MEMBER TYPOGRAPHY
    /*------------------------------------------*/
  
  .team-member-data {
    margin-top: 30px;
  }
  
  .team-member-data span {
    margin-bottom: 13px;
  }
  
  .team-member-data h5 {
    line-height: 1;
    margin-bottom: 0;
  }
  
  .team-member .item-overlay {
    background: rgba(20, 20, 20, 0.4);
  }
  
  /*------------------------------------------*/
  /*  Team Member Social Links
    /*------------------------------------------*/
  
  .tm-social ul {
    width: 100%;
    display: inline-block;
    padding-left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 20;
    zoom: 1;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  }
  
  .tm-social li {
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
    margin: 0 10px;
    padding: 0;
  }
  
  .tm-social span {
    margin-bottom: 0;
  }
  
  .tm-social a {
    display: block;
    text-decoration: none;
  }
  
  /*------------------------------------------*/
  /*  Team Member Hover
    /*------------------------------------------*/
  
  .team-member:hover img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
  }
  
  .team-member:hover .item-overlay {
    opacity: 1;
    -moz-opacity: 1;
  }
  
  .team-member:hover .tm-social ul {
    bottom: 6%;
    opacity: 1;
    -moz-opacity: 1;
  }
  
  /*------------------------------------------*/
  /*  CAREER BOX
    /*------------------------------------------*/
  
  .career-box {
    padding: 50px 45px 35px;
  }
  
  /*------------------------------------------*/
  /*  CAREER BOX TITLE
    /*------------------------------------------*/
  
  .career-box-title {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
  }
  
  .career-box-ico {
    width: 20%;
    display: inline-block !important;
    float: left;
    margin-top: -10px;
    text-align: left;
  }
  
  .career-box-title-txt {
    width: 80%;
    display: inline-block !important;
  }
  
  .career-box-title-txt h5 {
    line-height: 1;
    margin-bottom: 10px;
  }
  
  .career-box-btn {
    position: absolute;
    top: 5px;
    right: -10px;
  }
  
  /*------------------------------------------*/
  /*  CAREER BOX TEXT
    /*------------------------------------------*/
  
  .career-box .simple-list p {
    margin-bottom: 8px;
  }
  
  /* ==========================================================================
      11. PRICING
      ========================================================================== */
  
  #pricing-1,
  #pricing-2 {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  #pricing-1:after,
  #pricing-2:after {
    position: absolute;
    content: "";
    width: 70%;
    height: 100%;
    top: 0;
    z-index: 2;
  }
  
  #pricing-1:after {
    left: 30%;
  }
  
  #pricing-2:after {
    left: 0;
  }
  
  /*------------------------------------------*/
  /*  SERVICE BOXES WRAPPER
    /*------------------------------------------*/
  
  .pricing-1-wrapper {
    margin-left: 70px;
    padding-right: 5px;
  }
  
  .pricing-2-wrapper {
    margin-right: 70px;
    padding-left: 5px;
  }
  
  .pricing-3-wrapper {
    padding: 0 5px;
  }
  
  .p4-wrapper {
    padding: 75px 60px;
    overflow: hidden;
  }
  
  .pricing-5-wrapper {
    border: 1px solid #f5f5f5;
    padding: 55px 60px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  }
  
  .pricing-6-wrapper {
    padding: 0 5px;
  }
  
  .p7-wrapper {
    background-color: #3e3e3f;
    padding: 70px;
    overflow: hidden;
  }
  
  /*------------------------------------------*/
  /*  PRICING TITLES
    /*------------------------------------------*/
  
  .pricing-title {
    line-height: 1;
    margin-bottom: 40px;
  }
  
  .pricing-7-title {
    text-align: center;
    border-bottom: 2px solid #fff;
    margin-bottom: 75px;
  }
  
  /*------------------------------------------*/
  /*  PRICING LIST
    /*------------------------------------------*/
  
  .pricing-1-list li,
  .pricing-2-list li,
  .pricing-3-list li,
  .pricing-5-list li,
  .pricing-7-list li {
    margin-bottom: 18px;
  }
  
  .pricing-4-list li {
    margin-bottom: 25px;
  }
  
  .pricing-6-list li {
    margin-bottom: 15px;
  }
  
  .pricing-1-list li:last-child,
  .pricing-2-list li:last-child,
  .pricing-3-list li:last-child,
  .pricing-4-list li:last-child,
  .pricing-5-list li:last-child,
  .pricing-6-list li:last-child,
  .pricing-7-list li:last-child {
    margin-bottom: 0;
  }
  
  /*------------------------------------------*/
  /*  PRICING DETAILS
    /*------------------------------------------*/
  
  .detail-price {
    margin: 0;
    display: table;
  }
  
  .price-name {
    position: relative;
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    padding: 0 10px 0 0;
  }
  
  .price-dots {
    position: relative;
    display: table-cell;
    height: 3px;
    width: 98%;
    z-index: 1;
    background-image: radial-gradient(
      circle closest-side,
      #878889 99%,
      transparent 100%
    );
    background-position: 50% 100%;
    background-size: 5px 2px;
    background-repeat: repeat-x;
  }
  
  .price-number {
    display: table-cell;
    width: 1%;
    padding: 0 0 0 10px;
    white-space: nowrap;
  }
  
  .price-name h5,
  .price-number h5 {
    position: relative;
    line-height: 1;
    margin-bottom: 0;
  }
  
  /*------------------------------------------*/
  /*  Pricing Item Description
    /*------------------------------------------*/
  
  .price-txt {
    margin-top: 3px;
  }
  
  .pricing-4-item .price-txt {
    margin-top: 8px;
  }
  
  .price-txt p {
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 0;
  }
  
  .pricing-4-item .price-txt p {
    margin-top: 10px;
    margin-bottom: 0;
  }
  
  .price-txt span {
    display: block;
    margin-bottom: 0;
    padding-right: 3px;
  }
  
  .pricing-4-item .price-name h5 {
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
  }
  
  .pricing-notice p {
    margin-bottom: 0;
  }
  
  /*------------------------------------------*/
  /*  PRICING IMAGE
    /*------------------------------------------*/
  
  .pricing-1-img {
    position: relative;
    margin-right: -30px;
  }
  
  .pricing-2-img {
    position: relative;
    margin-left: -30px;
  }
  
  .pricing-4-item .item-overlay {
    background: rgba(240, 240, 240, 0.35);
  }
  
  .pricing-5-img {
    margin-right: -60px;
  }
  
  /*------------------------------------------*/
  /*  Image Hover Effect 
    /*------------------------------------------*/
  
  .pricing-4-item:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
  }
  
  .pricing-4-item:hover .item-overlay {
    opacity: 1;
    -moz-opacity: 1;
  }
  
  .pricing-4-item:hover .price-name h5 {
    color: #656565;
  }
  
  /* ==========================================================================
      12. GIFT CARDS
      ========================================================================== */
  
  /*------------------------------------------*/
  /*  GIFT CARDS TEXT
    /*------------------------------------------*/
  
  .cards-2-txt {
    padding-left: 5px;
    padding-right: 20px;
  }
  
  /*------------------------------------------*/
  /*  GIFT CARD
    /*------------------------------------------*/
  
  .gift-card {
    background-image: url(../images/gift-card.png);
    text-align: center;
    padding: 80px 35px;
    margin-bottom: 40px;
  }
  
  .gift-card h5.h5-lg,
  .gift-card h5.h5-xl {
    margin-bottom: 25px;
  }
  
  .gift-card span {
    font-family: "Open Sans", sans-serif;
    font-size: 5.25rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
  }
  
  .gift-card sup {
    font-family: "Open Sans", sans-serif;
    font-size: 3.5rem;
    font-weight: 400;
    top: -9px;
    right: 3px;
  }
  
  .gift-card p {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  
  /*------------------------------------------*/
  /*  GIFT CARDS TEXT TYPOGRAPHY
    /*------------------------------------------*/
  
  .cards-2-txt h3 {
    margin-bottom: 15px;
  }
  
  .cards-2-txt p {
    margin-bottom: 30px;
  }
  
  /* ==========================================================================
      13. BRANDS
      ========================================================================== */
  
  #brands-1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  /*------------------------------------------*/
  /*  BRANDS LOGO HOLDER
    /*------------------------------------------*/
  
  .brand-logo {
    padding: 0 20px;
  }
  
  .brands-section .owl-dots {
    display: none;
  }
  
  /* ==========================================================================
      14. TESTIONIALS
      ========================================================================== */
  
  .reviews-section {
    position: relative;
  }
  
  /*------------------------------------------*/
  /*  REVIEWS
    /*------------------------------------------*/
  
  .review-1 {
    text-align: center;
    margin: 0 15px 40px;
  }
  
  .review-2-txt {
    text-align: center;
    margin-bottom: 40px;
  }
  
  /*------------------------------------------*/
  /*  QUOTE ICON
    /*------------------------------------------*/
  
  .review-1 .quote-icon {
    position: relative;
    margin-left: 5px;
    margin-bottom: -50px;
    opacity: 0.08;
  }
  
  .review-2 .quote-icon {
    position: relative;
    margin-bottom: -70px;
    opacity: 0.08;
  }
  
  /*------------------------------------------*/
  /*  REVIEWS TYPOGRAPHY
    /*------------------------------------------*/
  
  span.testimonial-autor {
    display: block;
    font-size: 1.05rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 0;
  }
  
  .review-2 span.testimonial-autor {
    margin-top: 0;
    margin-bottom: 70px;
  }
  
  /*------------------------------------------*/
  /*  Testimonial Message Text
    /*------------------------------------------*/
  
  .reviews-section h6 {
    margin-bottom: 0;
  }
  
  .review-2-txt p {
    font-size: 1.9rem;
    line-height: 1.45;
    font-weight: 400;
    padding: 0 10%;
    margin-bottom: 30px;
  }
  
  /*------------------------------------------*/
  /*  Reviews FlexSlider Navigation
    /*------------------------------------------*/
  
  .flex-control-paging li a {
    background: rgba(90, 90, 90, 0.25);
    width: 10px;
    height: 10px;
    border: 2px solid rgba(90, 90, 90, 0.02);
  }
  
  .flex-control-paging li a:hover,
  .flex-control-paging li a.flex-active {
    background: rgba(111, 94, 77, 0.65);
    border: 2px solid rgba(111, 94, 77, 0.2);
  }
  
  /*------------------------------------------*/
  /*  Carousel Dots
    /*------------------------------------------*/
  
  .reviews-section button {
    background-color: transparent;
    border: none;
    padding: 0 2px;
  }
  
  .owl-theme .owl-dots .owl-dot span {
    margin: 0 7px;
  }
  
  .owl-dots button:focus {
    outline: none;
    text-decoration: none;
  }
  
  /* ==========================================================================
      15. PROMO
      =========================================================================== */
  
  #promo-3 .item-overlay {
    opacity: 1;
    background: rgba(20, 20, 20, 0.3);
  }
  
  #promo-4:before,
  #promo-4:after {
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    content: "";
    z-index: 2;
  }
  
  #promo-4:before {
    background-image: url(../images/pb_4-1.jpg);
    width: 49%;
    height: 90%;
    top: 5%;
  }
  
  #promo-4:after {
    background-image: url(../images/pb_4-2.jpg);
    width: 49%;
    height: 100%;
    top: 0;
    left: 51%;
  }
  
  .pbox-description {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.03)
    );
    background-image: linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.03)
    );
    padding: 100px 0 0;
  }
  
  .pbox-caption {
    position: absolute;
    width: 80%;
    bottom: 30px;
    left: 25px;
    z-index: 1;
  }
  
  .pbox-3-caption {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 3;
  }
  
  #pb-4-1 {
    padding: 100px 80px 100px 30px;
  }
  
  #pb-4-2 {
    padding: 100px 30px 100px 80px;
  }
  
  .pbox-caption h5 {
    margin-bottom: 0;
  }
  
  #promo-2 .promo-box-txt h5 {
    margin-bottom: 0;
  }
  
  .pbox-3-caption h4 {
    margin-bottom: 30px;
  }
  
  #pb-4-1 h3 {
    font-weight: 500;
    font-style: italic;
    margin-bottom: 0;
  }
  
  #pb-4-1 h2 {
    letter-spacing: -2px;
    margin-bottom: 40px;
  }
  
  #pb-4-2 h2 {
    font-size: 9.75rem;
    line-height: 1;
    letter-spacing: -3px;
    margin-bottom: 35px;
  }
  
  #pb-4-2 h2 span {
    display: block;
  }
  
  .pbox-caption p {
    margin-bottom: 12px;
  }
  
  #promo-2 p.txt-upcase {
    margin-bottom: 20px;
  }
  
  /*------------------------------------------*/
  /*  Promo Box link
    /*------------------------------------------*/
  
  h5.pbox-link a {
    position: relative;
    color: #fff;
    padding-bottom: 8px;
    text-decoration: none;
  }
  
  h5.pbox-link a:after {
    content: "";
    background-color: #fff;
    width: 20%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
  }
  
  .promo-box:hover h5.pbox-link a:after {
    width: 100%;
    opacity: 1;
  }
  
  /*------------------------------------------*/
  /*  PROMO BOX IMAGE
    /*------------------------------------------*/
  
  .promo-box .item-overlay {
    background: rgba(20, 20, 20, 0.2);
  }
  
  #promo-1 .promo-box:hover img,
  #promo-2 .promo-box:hover img,
  #promo-3 .promo-box:hover img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
  }
  
  /* ==========================================================================
      16. BANNER
      ========================================================================== */
  
  #banner-1 {
    background-image: url(../images/banner-1.jpg);
    padding-top: 90px;
    padding-bottom: 90px;
  }
  
  .banner-2-wrapper {
    background-image: url(../images/banner-2.jpg);
    padding-top: 70px;
    padding-bottom: 80px;
  }
  
  #banner-3 {
    background-image: url(../images/banner-3.jpg);
  }
  
  #banner-4 {
    position: relative;
    background-image: url(../images/banner-4.jpg);
  }
  
  #banner-4:after {
    position: absolute;
    content: "";
    width: 55%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
  }
  
  .banner-5-wrapper {
    background-image: url(../images/banner-5.jpg);
    padding: 80px;
  }
  
  #banner-6 {
    background-image: url(../images/banner-6.jpg);
    padding-top: 180px;
    padding-bottom: 180px;
  }
  
  /*------------------------------------------*/
  /*  BANNER TEXT
    /*------------------------------------------*/
  
  .banner-3-txt {
    text-align: center;
    padding: 90px 0;
  }
  
  .banner-4-txt {
    text-align: center;
    padding: 100px 80px 100px 20px;
  }
  
  /*------------------------------------------*/
  /*  BANNER TYPOGRAPHY
    /*------------------------------------------*/
  
  .banner-1-txt h5,
  .banner-1-txt h4 {
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 35px;
  }
  
  .banner-1-txt h3 {
    font-size: 6rem;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 0;
  }
  
  .banner-1-txt h2 {
    font-size: 8.25rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 30px;
  }
  
  .banner-2-txt h2,
  .banner-5-txt h2,
  .banner-5-txt h3 {
    margin-bottom: 30px;
  }
  
  .banner-3-txt h4,
  .banner-4-txt h4 {
    line-height: 1;
    font-weight: 400;
    margin-bottom: 30px;
  }
  
  .banner-3-txt h2,
  .banner-4-txt h2 {
    font-size: 6.25rem;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 20px;
  }
  
  .banner-3-txt h5,
  .banner-4-txt h5 {
    line-height: 1.4;
    font-weight: 400;
    padding: 0 18%;
    margin-bottom: 25px;
  }
  
  .banner-3-txt p,
  .banner-4-txt p {
    margin-top: 20px;
    margin-bottom: 0;
  }
  
  .banner-6-txt a {
    text-decoration: underline;
  }
  
  /* ==========================================================================
      17. FAQs
      =========================================================================== */
  
  #faqs-1 .question {
    margin-bottom: 40px;
  }
  
  /*------------------------------------------*/
  /*  FAQs TYPOGRAPHY
    /*------------------------------------------*/
  
  #faqs-1 .question h5 {
    margin-bottom: 15px;
  }
  
  /*------------------------------------------*/
  /*  MORE QUESTIONS BUTTON
    /*------------------------------------------*/
  
  .more-questions {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  /* ==========================================================================
      18. NEWSLETTER
      ========================================================================== */
  
  .newsletter-wrapper {
    padding: 70px 80px 40px;
  }
  
  #newsletter-1 .newsletter-form {
    padding: 0 15%;
  }
  
  /*------------------------------------------*/
  /*  NEWSLETTER TYPOGRAPHY
    /*------------------------------------------*/
  
  #newsletter-1 .newsletter-form p {
    text-align: center;
    padding: 0 5%;
    margin-top: 30px;
    margin-bottom: 0;
  }
  
  #newsletter-1 .newsletter-form p a {
    font-weight: 700;
    text-decoration: underline;
  }
  
  /*------------------------------------------*/
  /*   Newsletter Form Input
    /*------------------------------------------*/
  
  .newsletter-section .form-control {
    height: 60px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #666;
    font-size: 1.1875rem;
    font-weight: 300;
    padding: 0 20px;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
  }
  
  .newsletter-section .input-group > .custom-select:not(:last-child),
  .newsletter-section .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  
  /*------------------------------------------*/
  /*  Newsletter Form Input Focus
    /*------------------------------------------*/
  
  .newsletter-section .form-control:focus {
    outline: 0;
    box-shadow: none;
  }
  
  /*------------------------------------------*/
  /*  Newsletter Form Input Placeholder
    /*------------------------------------------*/
  
  .newsletter-section .form-control::-moz-placeholder {
    color: #999;
  }
  .newsletter-section .form-control:-ms-input-placeholder {
    color: #999;
  }
  .newsletter-section .form-control::-webkit-input-placeholder {
    color: #999;
  }
  
  /*------------------------------------------*/
  /*  Newsletter Form Button
    /*------------------------------------------*/
  
  .newsletter-section .btn {
    width: 100%;
    height: 60px;
    padding: 13px 45px 10px;
    margin-left: 10px;
  }
  
  /*------------------------------------------*/
  /*  Newsletter Form Notification
    /*------------------------------------------*/
  
  .newsletter-section .form-notification {
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1;
    margin: 7px 0 0;
  }
  
  .newsletter-section .form-notification.error {
    color: #f6412d !important;
  }
  
  .newsletter-section .form-notification.valid {
    color: #48af4b !important;
  }
  
  /* ==========================================================================
      19. BLOG
      ========================================================================== */
  
  .blog-2-post {
    margin-bottom: 10px;
  }
  
  /*------------------------------------------*/
  /*  BLOG POST TYPOGRAPHY
    /*------------------------------------------*/
  
  .blog-1-post .blog-post-txt,
  .blog-2-post .blog-post-txt {
    margin-top: 30px;
  }
  
  .blog-post-txt h6,
  .blog-post-txt h5 {
    margin-bottom: 10px;
  }
  
  .blog-post-txt h5 a {
    color: #201e29;
  }
  
  .blog-post-txt h5 a:hover {
    text-decoration: underline;
  }
  
  p.post-tag {
    font-size: 0.85rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  
  p.post-tag span {
    padding: 0 4px;
  }
  
  .blog-post-txt p.p-lg {
    margin-bottom: 0;
  }
  
  /*------------------------------------------*/
  /*  Blog Post Image
    /*------------------------------------------*/
  
  .blog-1-post .item-overlay,
  .blog-2-post .item-overlay {
    background: rgba(20, 20, 20, 0.3);
  }
  
  /*------------------------------------------*/
  /*  Blog Post Image Hover Effect 
    /*------------------------------------------*/
  
  .blog-1-post:hover img,
  .blog-2-post:hover img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
  }
  
  .blog-1-post:hover .item-overlay,
  .blog-2-post:hover .item-overlay {
    opacity: 1;
    -moz-opacity: 1;
  }
  
  /* ==========================================================================
      20. SINGLE BLOG POST
      ========================================================================== */
  
  .post-content {
    padding: 0 5%;
  }
  
  /*------------------------------------------*/
  /*  Single Post Title
    /*------------------------------------------*/
  
  .single-post-title h3,
  .single-post-title h2 {
    padding: 0 3%;
    margin-bottom: 20px;
  }
  
  .single-post-title p.post-tag {
    font-size: 0.95rem;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  
  .single-post-title p.post-tag span {
    padding: 0 8px;
  }
  
  .single-post-title p.post-tag a {
    color: #1d293f;
    font-weight: 700;
  }
  
  /*------------------------------------------*/
  /*  Single Post Text
    /*------------------------------------------*/
  
  .single-post-txt h5 {
    margin-top: 20px;
    margin-bottom: 22px;
  }
  
  .single-post-txt span.txt-700 {
    color: #1d293f;
  }
  
  /*------------------------------------------*/
  /*  Single Post Image
    /*------------------------------------------*/
  
  .post-inner-img {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  
  /*------------------------------------------*/
  /*  POST SHARE LINKS
    /*------------------------------------------*/
  
  .post-share-links {
    border-top: 1px solid #ccc;
    margin-top: 60px;
    padding-top: 60px;
  }
  
  .post-tags-list span a {
    color: #999;
    background-color: #f6f7f8;
    font-size: 0.8rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    padding: 10px 16px 9px;
    margin-right: 5px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  
  /*------------------------------------------*/
  /*  POST SHARE ICONS
    /*-----------------------------------------*/
  
  .post-share-links .share-social-icons {
    display: inline-block;
    padding-left: 0;
    margin-top: 3px;
  }
  
  .post-share-links .share-social-icons li {
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
    padding: 0;
  }
  
  .post-share-links .share-social-icons a.share-ico span {
    opacity: 0.75;
    margin-top: 3px;
    margin-left: 20px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
  }
  
  .post-share-links .share-social-icons a.share-ico:hover span {
    opacity: 1;
  }
  
  /*------------------------------------------*/
  /*  POST COMMENTS
    /*------------------------------------------*/
  
  .post-comments {
    padding-top: 100px;
  }
  
  .post-comments hr {
    margin-top: 24px;
    margin-bottom: 40px;
  }
  
  .post-comments h5.h5-lg,
  .post-comments h5.h5-xl {
    margin-bottom: 60px;
  }
  
  .post-comments img {
    width: 68px;
    height: 68px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
  }
  
  .comment-body {
    margin-left: 25px;
  }
  
  .comment-meta {
    margin-bottom: 10px;
  }
  
  .comment-meta h6 {
    line-height: 1;
    margin-bottom: 2px;
  }
  
  .comment-date {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
  }
  
  /*------------------------------------------*/
  /*  Comment Reply 
    /*------------------------------------------*/
  
  .btn-reply {
    margin-left: 3px;
  }
  
  .btn-reply a {
    font-size: 17px;
    font-weight: 400;
  }
  
  .btn-reply span {
    position: relative;
    top: 3px;
    margin-right: 4px;
    left: 3px;
  }
  
  .btn-reply.ico-20 [class*="flaticon-"]:before,
  .btn-reply.ico-20 [class*="flaticon-"]:after {
    font-size: 0.975rem;
  }
  
  .btn-reply a:hover {
    color: #222;
  }
  
  /*------------------------------------------*/
  /*  SINGLE POST COMMENT FORM
    /*------------------------------------------*/
  
  .post-comments #leave-comment h5 {
    padding-bottom: 0;
    margin-top: 80px;
    margin-bottom: 5px;
    border: none;
  }
  
  .comment-form {
    position: relative;
    margin-top: 60px;
  }
  
  .comment-form p {
    line-height: 1;
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 8px;
    display: block;
  }
  
  .comment-form .form-control {
    height: 56px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 0 0;
    color: #5f5842;
    font-size: 17px;
    line-height: 1;
    font-weight: 300;
    padding: 0 15px;
    margin-bottom: 22px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  
  .comment-form .form-control:focus {
    outline: 0px none;
    box-shadow: none;
  }
  
  .comment-form textarea {
    min-height: 220px;
  }
  .comment-form textarea.form-control {
    padding: 20px 15px;
  }
  
  /*------------------------------------------*/
  /*  Comment Form Button
    /*------------------------------------------*/
  
  .comment-form .btn {
    margin-top: 15px;
  }
  
  .comment-form .btn:focus {
    outline: 0px none;
    box-shadow: none;
  }
  
  /*------------------------------------------*/
  /*  Comment Form Message
    /*------------------------------------------*/
  
  .comment-form-msg {
    width: 100% !important;
    display: block;
    margin-top: 15px;
    padding-left: 0;
  }
  
  .comment-form .loading {
    color: #00b2e4;
    font-size: 18px;
    font-weight: 400;
  }
  
  .comment-form .error {
    color: #e74c3c;
    font-size: 14.5px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  
  .comment-form .form-control.error {
    font-size: 17px !important;
  }
  
  /* ==========================================================================
      21. BOOKING
      ========================================================================== */
  
  .booking-form .col-md-6,
  .booking-form .col-lg-6,
  .booking-form .col-md-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .booking-1-wrapper,
  .booking-2-wrapper {
    position: relative;
    border: 1px solid #f5f5f5;
    padding: 65px 40px 55px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    z-index: 3;
  }
  
  .booking-2-txt {
    position: relative;
    z-index: 2;
    padding: 90px 90px 90px 100px;
    margin-right: -60px;
  }
  
  .booking-2-txt:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
  }
  
  /*------------------------------------------*/
  /*  BOOKING TYPOGRAPHY
    /*------------------------------------------*/
  
  .booking-1-wrapper .section-id,
  .booking-2-wrapper .section-id {
    margin-bottom: 16px;
  }
  
  .booking-1-wrapper h4,
  .booking-2-wrapper h4 {
    margin-bottom: 35px;
  }
  
  .booking-2-txt h5 {
    margin-bottom: 15px;
  }
  
  .booking-2-hours {
    margin-top: 20px;
  }
  
  .booking-2-hours p {
    margin-bottom: 3px;
  }
  
  /*------------------------------------------*/
  /*  BOOKING IMAGE
    /*------------------------------------------*/
  
  .booking-1-img {
    margin-right: -60px;
  }
  
  /*------------------------------------------*/
  /*  BOOKING FORM
    /*------------------------------------------*/
  
  .booking-form .form-control,
  .booking-form .form-select {
    height: 52px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 0 0;
    color: #5f5842;
    font-size: 17px;
    line-height: 1;
    font-weight: 300;
    padding: 0 12px;
    margin-bottom: 22px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  
  /*------------------------------------------*/
  /*  Booking Form Placeholder
    /*------------------------------------------*/
  
  .booking-form .form-control::-moz-placeholder {
    color: #5f5842;
  }
  .booking-form .form-control:-ms-input-placeholder {
    color: #5f5842;
  }
  .booking-form .form-control::-webkit-input-placeholder {
    color: #5f5842;
  }
  
  /*------------------------------------------*/
  /*  Booking Form Input Focus
    /*------------------------------------------*/
  
  .booking-form .form-control:focus {
    outline: 0px none;
    box-shadow: none;
  }
  
  /*------------------------------------------*/
  /*  Booking Form Message
    /*------------------------------------------*/
  
  .booking-form-msg {
    width: 100% !important;
    display: block;
    margin-top: 10px;
    padding-left: 0;
  }
  
  .booking-form .loading {
    color: #00b2e4;
    font-size: 18px;
    font-weight: 400;
  }
  
  .booking-form .error {
    color: #e74c3c;
    font-size: 14.5px;
    font-weight: 300;
    margin-bottom: 20px;
  }
  
  .booking-form .form-control.error {
    font-size: 17px !important;
  }
  
  /* ==========================================================================
      22. CONTACTS
      ========================================================================== */
  
  .contacts-1-wrapper {
    padding: 0 4%;
  }
  
  .contacts-2-wrapper {
    padding: 0 5%;
  }
  
  .contacts-2-wrapper .title-01 {
    margin-top: 60px;
  }
  
  .contacts-3-wrapper {
    padding: 0 6%;
  }
  
  /*------------------------------------------*/
  /*  CONTACT BOX
    /*------------------------------------------*/
  
  .cbox-3 {
    position: relative;
    height: 300px;
  }
  
  .cbox-3-txt {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
    z-index: 3;
  }
  
  .cbox-2 h5 {
    line-height: 1;
    margin-bottom: 20px;
  }
  
  .cbox-3 h5 {
    margin-bottom: 18px;
  }
  
  .cbox-1 p,
  .cbox-2 p {
    font-weight: 400;
    margin-bottom: 3px;
  }
  
  .cbox-3 p {
    font-weight: 400;
    padding: 0 6%;
    margin-bottom: 20px;
  }
  
  .cbox-2 p a,
  .cbox-1 p.p-xl,
  .cbox-1 p.p-xl a {
    color: #201e29;
    font-weight: 600;
  }
  
  .cbox-2 p span {
    color: #201e29;
    font-weight: 600;
    margin-left: 10px;
  }
  
  #contacts-3 .cbox-2 p span {
    margin-left: 15px;
  }
  
  .contacts-section .tra-link {
    font-size: 0.95rem;
    font-weight: 700;
    margin-top: 12px;
  }
  
  .cbox-1 a,
  .cbox-2 a {
    text-decoration: underline;
  }
  
  /*------------------------------------------*/
  /*  CONTACT FORM
    /*------------------------------------------*/
  
  .contact-form .form-control {
    height: 56px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 0 0;
    color: #5f5842;
    font-size: 17px;
    line-height: 1;
    font-weight: 300;
    padding: 0 15px;
    margin-bottom: 22px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  
  /*------------------------------------------*/
  /*  Contact Form Textarea
    /*------------------------------------------*/
  
  .contact-form textarea {
    min-height: 220px;
  }
  .contact-form textarea.form-control {
    padding: 20px 15px;
  }
  
  /*------------------------------------------*/
  /*  Contact Form Placeholder
    /*------------------------------------------*/
  
  .contact-form .form-control::-moz-placeholder {
    color: #5f5842;
  }
  .contact-form .form-control:-ms-input-placeholder {
    color: #5f5842;
  }
  .contact-form .form-control::-webkit-input-placeholder {
    color: #5f5842;
  }
  
  /*------------------------------------------*/
  /*  Contact Form Input Focus
    /*------------------------------------------*/
  
  .contact-form .form-control:focus {
    outline: 0px none;
    box-shadow: none;
  }
  
  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  textarea:-webkit-autofill,
  textarea:-webkit-autofill:hover,
  textarea:-webkit-autofill:focus,
  select:-webkit-autofill,
  select:-webkit-autofill:hover,
  select:-webkit-autofill:focus {
    border: 1px solid green;
    -webkit-text-fill-color: #555;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
  }
  
  /*------------------------------------------*/
  /*  Contact Form Message
    /*------------------------------------------*/
  
  .contact-form-msg {
    width: 100% !important;
    display: block;
    margin-top: 10px;
    padding-left: 0;
  }
  
  .contact-form .loading {
    color: #00b2e4;
    font-size: 18px;
    font-weight: 400;
  }
  
  .contact-form .error {
    color: #e74c3c;
    font-size: 14.5px;
    font-weight: 300;
    margin-bottom: 20px;
  }
  
  .contact-form .form-control.error {
    font-size: 17px !important;
  }
  
  /* ==========================================================================
      23. GOOGLE MAP
      =========================================================================== */
  
  .google-map {
    position: relative;
    padding: 0px 0px 85%;
    height: 0px;
    overflow: hidden;
  }
  
  #gmap .google-map,
  #gmap-1 .google-map {
    padding: 0px 0px 36%;
  }
  
  .footer .google-map {
    padding: 0px 0px 70%;
  }
  
  .google-map iframe,
  .google-map object,
  .google-map embed {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
  }
  
  /* ==========================================================================
      24. FOOTER
      ========================================================================== */
  
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  #footer-1 .footer-info {
    padding-left: 3%;
  }
  
  #footer-2 .footer-contacts {
    padding-left: 30%;
    padding-right: 10%;
  }
  
  /*------------------------------------------*/
  /*  FOOTER TYPOGRAPHY
    /*------------------------------------------*/
  
  .footer h6,
  .footer h5,
  .footer h4 {
    line-height: 1;
    margin-bottom: 25px;
  }
  
  .footer-contacts p,
  #footer-3 .footer-info p {
    margin-bottom: 3px;
  }
  
  #footer-2 .footer-contacts p {
    margin-bottom: 2px;
  }
  
  #footer-1 .footer-info p,
  #footer-1 .footer-contacts p {
    font-weight: 400;
    margin-bottom: 3px;
  }
  
  .footer-info a,
  .footer-contacts a {
    text-decoration: underline;
  }
  
  .footer-info h5.booking-link {
    line-height: 1;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 0;
  }
  
  #footer-2 h4.h4-xs,
  #footer-2 h4.h4-sm {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  #footer-2 h4.h4-xs a,
  #footer-2 h4.h4-sm a {
    text-decoration: none;
  }
  
  /*------------------------------------------*/
  /*  FOOTER LINKS
    /*------------------------------------------*/
  
  .footer-links li {
    width: auto !important;
    display: block !important;
    vertical-align: top;
    clear: none !important;
    margin: 0;
    padding: 0;
  }
  
  .footer-links li p {
    margin-bottom: 5px;
  }
  
  /*------------------------------------------*/
  /*   FOOTER SOCIAL LINKS
    /*------------------------------------------*/
  
  .foo-socials {
    display: inline-block;
    margin-top: 20px;
  }
  
  .foo-socials li {
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
    margin: 0 12px 0 0;
    padding: 0;
  }
  
  .foo-socials a {
    display: block;
    text-decoration: none;
  }
  
  .foo-socials.ico-20 [class*="flaticon-"]:before,
  .foo-socials.ico-20 [class*="flaticon-"]:after {
    font-size: 1.4rem;
  }
  
  /*------------------------------------------*/
  /*  FOOTER INSTAGRAM IMAGES
    /*------------------------------------------*/
  
  .footer-img li {
    display: inline-block !important;
    margin: 0 0 10px 6px;
  }
  
  .footer-img img.insta-img {
    width: 110px;
    height: 110px;
  }
  
  .foo-img .item-overlay {
    background: rgba(40, 40, 40, 0.2);
  }
  
  .foo-img:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
  }
  
  .foo-img:hover .item-overlay {
    opacity: 1;
    -moz-opacity: 1;
  }
  
  /*------------------------------------------*/
  /*  FOOTER NEWSLETTER FORM
    /*------------------------------------------*/
  
  .footer-form p {
    font-size: 1rem;
    margin-top: 25px;
  }
  
  .footer-form p a {
    font-weight: 700;
    text-decoration: underline;
  }
  
  .footer-form .form-control {
    height: 56px;
    color: #666;
    font-size: 1.1rem;
    padding: 0 15px;
    box-shadow: none;
  }
  
  /*------------------------------------------*/
  /*  Newsletter Form Input Focus
    /*------------------------------------------*/
  
  .footer-form .form-control:focus {
    border: 1px solid #373b4d;
    border-right: none;
    outline: 0;
    box-shadow: none;
  }
  
  /*------------------------------------------*/
  /*  Footer Form Placeholder
    /*------------------------------------------*/
  
  .footer-form .form-control::-moz-placeholder {
    color: #6c757d;
  }
  .footer-form .form-control:-ms-input-placeholder {
    color: #6c757d;
  }
  .footer-form .form-control::-webkit-input-placeholder {
    color: #6c757d;
  }
  
  /*------------------------------------------*/
  /*  Newsletter Form Button
    /*------------------------------------------*/
  
  .footer-form .btn {
    font-size: 0.85rem;
    height: 56px;
  }
  
  /*------------------------------------------*/
  /*  Footer Form Notification
    /*------------------------------------------*/
  
  .footer-form .form-notification {
    color: #e03a3e;
    font-size: 0.95rem;
    line-height: 1.25;
    font-weight: 400;
    margin-top: 12px;
    margin-left: 5px;
  }
  
  /*------------------------------------------*/
  /*  BOTTOM FOOTER
    /*------------------------------------------*/
  
  .bottom-footer {
    padding-top: 50px;
  }
  
  /*------------------------------------------*/
  /*  BOTTOM FOOTER LINKS
    /*------------------------------------------*/
  
  .bottom-footer-list li {
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
  }
  
  .bottom-footer-list span {
    position: relative;
    top: 3px;
    padding: 0 8px;
  }
  
  .bottom-footer-list li p {
    display: inline-block;
    float: left;
    margin-bottom: 0;
  }
  
  /*------------------------------------------*/
  /*  FOOTER COPYRIGHT
    /*------------------------------------------*/
  
  .footer-copyright p {
    margin-bottom: 0;
  }
  
  /* ==========================================================================
      25. INNER PAGE WRAPPER
      =========================================================================== */
  
  .inner-page-hero {
    padding-top: 180px;
  }
  
  /*------------------------------------------*/
  /*  INNER PAGE HERO
    /*------------------------------------------*/
  
  .page-hero-section {
    background: no-repeat center center;
    background-size: cover;
    padding-top: 160px;
    padding-bottom: 110px;
  }
  
  #about-page.page-hero-section {
    background-image: url(../images/about-page.jpg);
  }
  
  #booking-page.page-hero-section {
    background-image: url(../images/booking-page.jpg);
  }
  
  #careers-page.page-hero-section {
    background-image: url(../images/careers-page.jpg);
  }
  
  #contacts-page.page-hero-section {
    background-image: url(../images/contacts-page.jpg);
  }
  
  #faqs-page.page-hero-section {
    background-image: url(../images/faqs-page.jpg);
  }
  
  #gallery-page.page-hero-section {
    background-image: url(../images/gallery-page.jpg);
  }
  
  #gift-cards-page.page-hero-section {
    background-image: url(../images/gift-cards-page.jpg);
  }
  
  #pricing-page.page-hero-section {
    background-image: url(../images/pricing-page.jpg);
  }
  
  #team-page.page-hero-section {
    background-image: url(../images/team-page.jpg);
  }
  
  /*------------------------------------------*/
  /*  INNER PAGE HERO TYPOGRAPHY
    /*------------------------------------------*/
  
  .page-hero-section h3,
  .page-hero-section h2 {
    margin-bottom: 20px;
  }
  
  /* ==========================================================================
      26. BREADCRUMB
      =========================================================================== */
  
  #breadcrumb {
    text-align: center;
  }
  
  .breadcrumb-nav {
    display: inline-block;
    margin: 0 auto;
  }
  
  .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    width: 100%;
  }
  
  /*------------------------------------------*/
  /*  BREADCRUMB TYPOGRAPHY
    /*------------------------------------------*/
  
  .breadcrumb-item {
    color: #fff;
    font-size: 0.85rem !important;
    line-height: 1 !important;
    font-weight: 700;
    letter-spacing: 0.1865rem;
    text-transform: uppercase;
  }
  
  .breadcrumb-item a {
    color: #fff;
    text-decoration: underline;
  }
  
  .breadcrumb-item.active,
  .breadcrumb-item1 a:hover {
    color: #fff;
  }
  
  .breadcrumb-item + .breadcrumb-item::before {
    font-size: 1.15rem;
    display: inline-block;
    padding-right: 16px;
    margin-top: -3px;
    color: #fff;
    content: "\00bb";
  }
  
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 19px;
  }
  
  /* ==========================================================================
      27. PAGE PAGINATION
      =========================================================================== */
  
  .page-link {
    font-size: 1.15rem;
    font-weight: 700;
    padding: 3px 13px;
    margin: 0 8px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid transparent;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
  }
  
  .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .pagination span {
    position: relative;
    font-size: 0.95rem;
    top: 2px;
  }
  
  .pagination.ico-20 [class*="flaticon-"]:before,
  .pagination.ico-20 [class*="flaticon-"]:after {
    font-size: 0.85rem;
  }
  
  .page-link {
    color: #333233;
  }
  
  .page-item.active .page-link {
    color: #fff;
    background-color: #333233;
    border: 1px solid #333233;
  }
  
  .page-item.disabled .page-link {
    color: #333233;
    background-color: transparent;
    border: 1px solid transparent;
  }
  
  .page-link:hover {
    color: #333233;
    background-color: transparent;
    border: 1px solid #333233;
  }
  
  .page-link:focus {
    background-color: transparent;
    color: #333233;
    border: 1px solid transparent;
    box-shadow: 0 0;
  }
  
  /* ==========================================================================
      28. SCROLL TO TOP
      ========================================================================== */
  
  #scrollUp {
    display: none;
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-image: url(../images/back-to-top.png);
    background-repeat: no-repeat;
    background-position: 50% 48%;
    background-color: rgba(10, 10, 10, 0.25);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
  }
  
  #scrollUp:hover {
    background-color: rgba(10, 10, 10, 0.85);
  }
  
  nav a#pull {
    display: none;
  }
  
  /* ==========================================================================
       STYLE CHANGER 
      ========================================================================== */
  
  #stlChanger {
    position: fixed;
    z-index: 9999;
    font-size: 0.9375rem;
    overflow: hidden;
    right: -230px;
    top: 100px;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
  }
  
  #stlChanger.open {
    right: 0px;
  }
  
  #stlChanger .bgChanger {
    min-width: 280px;
    min-height: 280px;
  }
  
  #stlChanger .blockChanger {
    width: 230px;
  }
  
  #stlChanger .chBody {
    background: #282920;
    width: 230px;
    position: relative;
    overflow: hidden;
    border: 1px solid #282920;
    height: 550px;
    overflow: scroll;
    overflow-x: hidden;
    direction: rtl;
    margin-left: 50px;
  }
  
  #stlChanger .chBut {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 1000000;
    text-align: center;
    border-left: none;
    padding: 0 0 0 2px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
  }
  
  #stlChanger .chBut.icon-xs [class*="flaticon-"]:before,
  #stlChanger .chBut.icon-xs [class*="flaticon-"]:after {
    color: #fff;
    font-size: 2.15rem;
    line-height: 48px !important;
  }
  
  #stlChanger p {
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  
  #stlChanger .stBgs a {
    text-decoration: none;
    width: 50px;
    height: 50px;
    float: left;
    padding: 0;
    margin: 0 5px 8px;
    cursor: pointer;
    opacity: 1;
  }
  
  #stlChanger .stBgs a img {
    width: 50px;
    height: 50px;
  }
  
  .stBlock1 {
    margin: 0 20px 25px 20px;
  }
  
  .stBlock .btn {
    width: 100%;
    font-size: 0.785rem;
    line-height: 1;
    padding: 13px 18px;
    margin-top: 15px;
  }
  
  .s_1 img {
    opacity: 1;
    margin-bottom: 15px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }
  
  .s_1 img:hover {
    opacity: 0.8;
  }
  /* custom */
  .we_are{
    padding: 72px 0 0px;
  }
  .services {
    padding-bottom: 120px;
  }
  .we_are .read__more {
    text-align: center;
  }
  .we_are .read__more a {
    color: #373b4d;
    padding-bottom: 4px;
    border-bottom: 2px solid #373b4d;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.0625rem;
  }
  .we_are .read__more a:hover {
    color: #9e4e4d;
    font-size: 14px;
    border-bottom: 2px solid #9e4e4d;
  }
  .services h2 {
    font-weight: 700;
    padding: 16px 0 8px;
    text-align: center;
  }
  .service-img img {
    width: 80%;
    border-radius: 10px;
    height: 212px;
  }
  .service-img img:hover {
    transform: scale(0.95);
  }
  .service-title {
    text-align: center;
    padding-top: 8px;
    color: #201e29;
    padding-bottom: 6px;
    text-decoration: none;
    font-size: 28px;
    font-weight: 800;
  }
  .service-title a,
  .service-subtitle a {
  }
  .service-title a:hover,
  .service-subtitle a:hover {
    color: #9e4e4d !important;
  }
  
  .service-subtitle {
    font-size: 19px;
    color: #6c757d;
    font-weight: 400;
    text-align: center;
  }
  .footer {
    background-color: #fff0ed;
    border-top: 1px solid #f3f3f3;
  }
  .footer .footer-title {
    color: #9e4e4d;
    padding-bottom: 16px;
    font-family: "Lora", serif;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: -0.015625rem;
    font-size: 1.625rem;
  }
  .footer .footer-item ul li a {
    margin-bottom: 2px;
    font-size: 1.1875rem;
    color: #6c757d;
    font-weight: 400;
  }
  .footer .footer-item ul li a:hover,
  .page__item-contact a:hover {
    color: #9e4e4d;
  }
  .footer .footer__numberPhone:hover {
    color: #fff !important;
  }
  .footer .footer__numberPhone {
    font-size: 2rem !important;
    font-weight: 700 !important;
    font-family: "Lora", serif;
    letter-spacing: -0.015625rem;
    color: #9e4e4d !important;
  }
  .footer-contact ul li {
    background: none !important;
    padding-left: 0 !important;
  }
  .page__item-contact a {
    font-weight: 600;
  }
  .footer .footer-item ul li {
    list-style: none;
    background: url("../images/menu_arr.gif") center left no-repeat;
    padding-left: 20px;
  }
  .page__item {
    padding-bottom: 64px;
  }
  .page__item .banner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page__item .banner .banner-title {
    position: absolute;
  }
  .page__item .banner .banner-subtitle {
    margin-bottom: 20px;
    color: #fff;
    font-size: 3.75rem;
    text-align: center;
  }
  .page__item .banner .banner-link span {
    padding: 0 16px !important;
  }
  .page__item .banner .banner-link {
    text-align: center;
  }
  .page__item .banner .banner-link a {
    color: #fff;
    font-size: 0.85rem !important;
    line-height: 1 !important;
    font-weight: 700;
    letter-spacing: 0.1865rem;
    text-transform: uppercase;
    font-family: "Catamaran", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .page__item .banner .banner-link a:hover {
    color: #f1292e;
  }
  .page__item .banner img {
    width: 100%;
  }
  .page__item .container {
    padding-top: 72px;
  }
  .page__item .container .row {
    position: relative;
    display: flex;
    align-items: center;
    padding: 32px 0;
  }
  .service-overplay {
    height: 100%;
    width: 70%;
    right: 0;
    position: absolute;
    background-color: #f5f1f2;
    z-index: -1;
  }
  .about-overplay {
    height: 100%;
    width: 70%;
    left: 0;
    position: absolute;
    background-color: #f5f1f2;
    z-index: -1;
  }
  
  .page__item-img img {
    border-radius: 10px;
    width: 100%;
  }
  .page__item-title {
    font-size: 1.625rem;
    margin-top: 12px;
    margin-bottom: 22px;
    color: #373b4d;
    font-family: "Lora", serif;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: -0.015625rem;
  }
  .page__item-subtitle {
    font-size: 1.1875rem;
    margin-bottom: 1rem;
  }
  .page__item-bottom16 {
    margin-bottom: 16px;
  }
  .page__item-size24 {
    font-size: 24px;
  }
  .page__item-padding-32 {
    padding: 32px 0;
    color: #9e4e4d;
  }
  .page__item-galerie .col-md-4 {
    color: #000;
  }
  .home-do__title {
    text-align: center;
    color: #373b4d;
    margin-top: 16px;
  }
  .home-do__subtitle {
    font-size: 1.1rem;
    font-family: "Catamaran", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #6c757d;
    font-weight: 400;
    text-align: center;
    margin-bottom: 8px;
  }
  .slide-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 80vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .slide-caption {
    position: absolute;
    text-align: center;
    width: 100%;
  }
  .slide-caption__title {
    padding: 0 5%;
    font-size: 5.25rem;
    line-height: 1.25;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
  }
  .slide-caption__btn {
    background-color: #9e4e4d;
    border-color: #9e4e4d !important;
    padding: 15px 44px 14px;
  }
  .slide-caption__btn a {
    color: #fff !important;
    font-size: 1.2rem;
    font-weight: 700;
  }
  .slide-caption__btn:hover {
    background-color: transparent;
    border-color: #fff !important;
  }
  .slide-caption__btn a:hover {
    color: #fff !important;
  }
  .page__item-size18 {
    font-size: 18px;
  }
  .service__item:hover .service-img {
    transform: scale(0.95);
  }
  .service__item:hover .service-title a {
    color: #9e4e4d !important;
    border-bottom: 2px solid #9e4e4d;
    animation-delay: 0.25s;
  }
  .img-swiss{
    height: 280px;
  }
  .page__item .gy-3 .col{
    display: flex;
      justify-content: center;
  }
  @media (max-width:768px){
    .slide-caption__title{
      font-size:2.25rem;
      margin-top:32px;
    }
    
    .home__slide{
      height:50vh !important;
    }
    .slide-img{
      height:50vh
    }
    .slide-caption__btn{
      padding: 8px 24px 8px;
    }
    .violet-red--btn{
      background-color:#fff !important;
      border-color: #fff !important;
      color: #666 !important;
      border-bottom: 1px solid !important;
      border-bottom-color: rgba(0, 0, 0, 0.13) !important;
    }
    .about-overplay{
      display: none;
    }
    .page__item .banner img{
      height:40vh;
      object-fit: cover;
    }
    body{
      margin-top:80px !important;
    }
    .violet-red--btn, .scroll .violet-red--btn{
      color: #666 !important;
      border-color: #fff !important;
      border-bottom: 1px solid !important;
      border-bottom-color: rgba(0, 0, 0, 0.13) !important;
    }
    
  
    .service-subtitle {
      font-size: 16px;
    }
    .col-md-12.service-img {
      text-align: center;
    }
  }
  .home__slide{
    height:80vh;
  }
  /* customs gtranslate */
  #gtranslate_selector{
    color: #9e4e4d !important;
      background-color: #fff !important;
  }
  .language-option .switcher .option{
    position:absolute;
  }
  .switcher .option a.selected{
    background: #f94242 !important;
  }