/*
  Template Name: DLS Technology - Promo Landing Page
  Theme URL: https://themeforest.net/user/jthemes
  Description: DLS Technology - Promo Landing Page
  Author: Jthemes
  Author URL: https://themeforest.net/user/jthemes
  Version: 1.0.0
  Website: www.jthemes.net
  Tags: HTML5 template, Jthemes, Multi-Purpose, Startup, One Page, Landing, Business, Creative, Corporate, Agency Template, Project, Mobile App
*/

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

  html {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
  } 
   
  body {
    font-family: "Montserrat", sans-serif;;
    color: #283034;
    font-weight: 300;
  }
  
  /*------------------------------------------------------------------*/
  /*  IE10 in Windows 8 and Windows Phone 8 Bug fix
  /*-----------------------------------------------------------------*/
  
  @-webkit-viewport { width: device-width; }
  @-moz-viewport { width: device-width; }
  @-ms-viewport { width: device-width; }
  @-o-viewport { width: device-width; }
  @viewport { width: device-width; }
  
  /*------------------------------------------*/
  /*  PAGE CONTENT
  /*------------------------------------------*/
  
  #page { overflow: hidden; }
  
  /*------------------------------------------*/
  /*  SPACING & INDENTS
  /*------------------------------------------*/
  
  .wide-80 { padding-top: 100px; padding-bottom: 80px; }
  .wide-60 { padding-top: 100px; padding-bottom: 60px; }

  
  /*------------------------------------------*/
  /*  Margin Top
  /*------------------------------------------*/
  
  .mt-50 { margin-top: 50px; }
  .mt-15 { margin-top: 15px; }

  /*------------------------------------------*/
  /*  Margin Bottom
  /*------------------------------------------*/
  
  .mb-80 { margin-bottom: 80px; }
  .mb-60 { margin-bottom: 60px; }
  .mb-50 { margin-bottom: 50px; }
  .mb-40 { margin-bottom: 40px; }
  .mb-30 { margin-bottom: 30px; }
  .mb-15 { margin-bottom: 15px; }
  .mb-10 { margin-bottom: 10px; }

  /*------------------------------------------*/
  /*  Padding Top
  /*------------------------------------------*/
  
  .pt-100 { padding-top: 100px; }
  .pt-50 { padding-top: 50px; }

  
  /*------------------------------------------*/
  /*  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; }
  
  .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!important; }
  .bg-dark { background-color: #000!important; }

  /*------------------------------------------*/
  /*  Background Images for Sections
  /*------------------------------------------*/
  
  
  .bg-desktop {
    width: 100%;
    background-image: url(../images/ceresita/ceresita34.jpg);
    background-repeat: no-repeat;
    background-position: center center;   
    background-size: cover;
  }
    
  /*------------------------------------------*/
  /*  BORDER SETTINGS FOR DEMOS
  /*------------------------------------------*/
  
  .b-border { border: 1px solid #ddd; }
  .b-top { border-top: 1px solid #ddd; }
  .b-bottom { border-bottom: 1px solid #ddd; }
  .b-left { border-left: 1px solid #ddd; }
  .b-right { border-right: 1px solid #ddd; }
  
  
  
  
  /* ==========================================================================
    02. TYPOGRAPHY
    =========================================================================== */
  
  /*------------------------------------------*/
  /*  HEADERS
  /*------------------------------------------*/
  
  h1, h2, h3, h4, h5, h6 {  
    color: #222;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: -0.25px;
  }
  
  .mons-font {
    font-family: 'Montserrat', sans-serif;
  }
  
  .fraunces-font {
    font-family: 'Fraunces', serif;
  }
  
  .pacifico-font {
    font-family: 'Pacifico', cursive;
  }
  
  /* Header H6 */
  h6.h6-xs { font-size: 1.0625rem; }   /* 17px */
  h6.h6-sm { font-size: 1.125rem; }    /* 18px */
  h6.h6-md { font-size: 1.15625rem; }  /* 18.5px */
  h6.h6-lg { font-size: 1.1875rem; }   /* 19px */
  h6.h6-xl { font-size: 1.21875rem; }  /* 19.5px */
  
  /* Header H5 */
  h5.h5-xs { font-size: 1.25rem; }    /* 20px */
  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 */
  
  /*------------------------------------------*/
  /*  LINK SETTINGS
  /*------------------------------------------*/
  
  a {
    color: #333;
    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;
  }
  
  /*------------------------------------------*/
  /*  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-family: 'Montserrat', sans-serif;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 15px;
  }
  
  .bg-dark .box-list p span {
    color: #fff;
  }
  
  /*------------------------------------------*/
  /*  BUTTON SETTINGS
  /*------------------------------------------*/
  
  .btn {
    background-color: transparent;
    color: #fff;
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
    padding: 14px 30px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -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: 15px;
    padding: 11px 24px;
  }
  
  .btn.btn-md {
    font-size: 18px;
    padding: 14px 34px;
  }
  
  .btn.btn-lg {
    font-size: 20px;
    padding: 14px 42px;
  }
  
  /*------------------------------------------*/
  /*  Button Color
  /*------------------------------------------*/
  
  .btn-white, 
  .white-color .btn-white {
    color: #333;
    background-color: #fff;
    border-color: #fff!important;
  }
  
  .btn-tra-white {
    color: #fff;
    background-color: transparent;
    border-color: #fff!important;
  }
  
  .scroll .btn-tra-white {
    color: #333!important;
    background-color: transparent;
    border-color: #333!important;
  }
  
  .btn-grey, 
  .white-color .btn-grey {
    color: #666;
    background-color: #eee;
    border-color: #eee!important;
  }
  
  .btn-tra-grey, 
  .white-color .btn-tra-grey {
    color: #333;
    background-color: #D8241A;
    border-color: #ccc!important;
  }
  
  .btn-black,
  .white-color .btn-black {
    color: #fff;
    background-color: #333;
    border-color: #333;
  }
  
  .btn-tra-black,
  .white-color .btn-tra-black {
    color: #333;
    background-color: transparent;
    border-color: #333;
  }
  

  
  /*------------------------------------------*/
  /*  Button Hover
  /*------------------------------------------*/
  
  .white-hover:hover,
  .scroll .white-hover:hover {
    color: #333!important;
    background-color: #fff;
    border-color: #fff!important;
  }
  
  .tra-white-hover:hover,
  .white-color .tra-white-hover:hover {
    color: #fff!important;
    background-color: transparent;
    border-color: #fff!important;
  }
  
  .scroll .tra-white-hover:hover {
    color: #333!important;
    background-color: transparent;
    border-color: #333!important;
  }
  
  .dark-menu .scroll .tra-white-hover:hover {
    color: #fff!important;
    background-color: transparent;
    border-color: #fff!important;
  }
  
  .black-hover:hover,
  .scroll .black-hover:hover {
    color: #fff!important;
    background-color: #333;
    border-color: #333!important;
  }
  
  .tra-black-hover:hover,
  .scroll .tra-black-hover:hover
  .white-color .tra-black-hover:hover {
    color: #333!important;
    background-color: transparent;
    border-color: #333!important;
  }
  
  .grey-hover:hover,
  .scroll .grey-hover:hover {
    color: #333!important;
    background-color: #ccc;
    border-color: #ccc!important;
  }
  
  .tra-grey-hover:hover,
  .scroll .tra-grey-hover:hover {
    color: #333!important;
    background-color: transparent;
    border-color: #ccc!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 {
    padding: 14px 16px;
  }
  
  .btn-md.btn-video-link span {
    position: relative;
    top: 4px;
    right: 6px;
  }
  
  .btn-md.btn-video-link {
    line-height: 30px!important;
  }
  
  .white-color .btn-md.btn-video-link:hover {
    color: #fff;
  }
  
  /*------------------------------------------*/
  /*  VIDEO POPUP ICON
  /*------------------------------------------*/
  



  
  .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;
  }
  

  /*------------------------------------------*/
  /*  STORE BADGE ICONS
  /*------------------------------------------*/

  span.os-version {
    display: block;
    line-height: 1; 
    margin-top: 15px; 
  }
  
  /*------------------------------------------*/
  /*  VECTOR ICONS
  /*------------------------------------------*/
  
  .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 */
  
  /*------------------------------------------*/
  /*   SECTION ID
  /*------------------------------------------*/
  
  .section-id {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;  
    margin-bottom: 28px; 
  }
  
  #reviews-4 .section-id {
    margin-bottom: 35px; 
  }
  
  .section-id.grey-color { color: #999; }
  
  .section-id.yellow-color { color: #d8241a; }
  
  /*------------------------------------------*/
  /*  SECTION TITLE
  /*------------------------------------------*/
  
  .section-title h3,
  .section-title h2 {
    margin-bottom: 15px;
  }
  
  .section-title p {
    color: #888;
    margin-bottom: 0;
  }
  
  .section-title p.p-xl {
    padding: 0 15%;   
  }
  
  #features-4 .section-title p.p-xl {
    padding: 0 10%;   
  }
  
  #brands-3 .section-title p.p-xl {
    padding: 0 10%;   
  }
  
  .bg-dark .section-title p.p-xl {
    color: #D8241A;  
  }
  
  /*------------------------------------------*/
  /*  FONT SETTINGS
  /*------------------------------------------*/
  
  .txt-300 { font-weight: 300; }
  .txt-400 { font-weight: 400; }
  .txt-500 { font-weight: 500; }
  .txt-700 { font-weight: 700; }
  .txt-800 { font-weight: 900; }
  .txt-900 { font-weight: 900; }
  
  .txt-upcase { text-transform: uppercase }
  
  /*------------------------------------------*/
  /*  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; }
  
  .grey-color,
  .grey-color h2, 
  .grey-color h3, 
  .grey-color h4, 
  .grey-color h5, 
  .grey-color h6, 
  .grey-color p, 
  .grey-color a,
  .grey-color li, 
  .grey-color i, 
  .grey-color span,
  .white-color .grey-color { color: #757575; }
  
  .lightgrey-color,
  .lightgrey-color h2, 
  .lightgrey-color h3, 
  .lightgrey-color h4, 
  .lightgrey-color h5, 
  .lightgrey-color h6, 
  .lightgrey-color p, 
  .lightgrey-color a,
  .lightgrey-color li, 
  .lightgrey-color i, 
  .lightgrey-color span,
  .white-color .lightgrey-color { color: #ccc; }
  
  .azure-color,
  .azure-color h2, 
  .azure-color h3, 
  .azure-color h4, 
  .azure-color h5, 
  .azure-color h6, 
  .azure-color p, 
  .azure-color a,
  .azure-color li, 
  .azure-color i, 
  .azure-color span,
  .white-color .azure-color { color: #0080ff; }
  
  .brown-color,
  .brown-color h2, 
  .brown-color h3, 
  .brown-color h4, 
  .brown-color h5, 
  .brown-color h6, 
  .brown-color p, 
  .brown-color a,
  .brown-color li, 
  .brown-color i, 
  .brown-color span,
  .white-color .brown-color { color: #af8855; }
  
  .deepgrey-color,
  .deepgrey-color h2, 
  .deepgrey-color h3, 
  .deepgrey-color h4, 
  .deepgrey-color h5, 
  .deepgrey-color h6, 
  .deepgrey-color p, 
  .deepgrey-color a,
  .deepgrey-color li, 
  .deepgrey-color i, 
  .deepgrey-color span,
  .white-color .deepgrey-color { color: #4a4c4c; }
  
  .gold-color,
  .gold-color h2, 
  .gold-color h3, 
  .gold-color h4, 
  .gold-color h5, 
  .gold-color h6, 
  .gold-color p, 
  .gold-color a,
  .gold-color li, 
  .gold-color i, 
  .gold-color span,
  .white-color .gold-color { color: #d1b665; }
  
  .navy-color,
  .navy-color h2, 
  .navy-color h3, 
  .navy-color h4, 
  .navy-color h5, 
  .navy-color h6, 
  .navy-color p, 
  .navy-color a,
  .navy-color li, 
  .navy-color i,
  .navy-color span, 
  .white-color .navy-color { color: #244b9a; }
  
  .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: #ff495a; }
  
  .salmon-color,
  .salmon-color h2, 
  .salmon-color h3, 
  .salmon-color h4, 
  .salmon-color h5, 
  .salmon-color h6, 
  .salmon-color p, 
  .salmon-color a, 
  .salmon-color li,
  .salmon-color i, 
  .salmon-color span,
  .white-color .salmon-color { color: #ee6011; }
  
  .silk-color,
  .silk-color h2, 
  .silk-color h3, 
  .silk-color h4, 
  .silk-color h5, 
  .silk-color h6, 
  .silk-color p, 
  .silk-color a, 
  .silk-color li,
  .silk-color i, 
  .silk-color span,
  .white-color .silk-color { color: #aa946e; }
  
  .skyblue-color,
  .skyblue-color h2, 
  .skyblue-color h3, 
  .skyblue-color h4, 
  .skyblue-color h5, 
  .skyblue-color h6, 
  .skyblue-color p, 
  .skyblue-color a,
  .skyblue-color li, 
  .skyblue-color i,
  .skyblue-color span, 
  .white-color .skyblue-color { color: #37baf2; }
  
  .steelblue-color,
  .steelblue-color h2, 
  .steelblue-color h3, 
  .steelblue-color h4, 
  .steelblue-color h5, 
  .steelblue-color h6, 
  .steelblue-color p, 
  .steelblue-color a,
  .steelblue-color li, 
  .steelblue-color i, 
  .steelblue-color span,
  .white-color .steelblue-color { color: #3079Bf; }
  
  .purple-color,
  .purple-color h2, 
  .purple-color h3, 
  .purple-color h4, 
  .purple-color h5, 
  .purple-color h6, 
  .purple-color p, 
  .purple-color a,
  .purple-color li, 
  .purple-color i,
  .purple-color span, 
  .white-color .purple-color { color: #6926cd; }
  
  .yellow-color,
  .yellow-color h2, 
  .yellow-color h3, 
  .yellow-color h4, 
  .yellow-color h5, 
  .yellow-color h6, 
  .yellow-color p, 
  .yellow-color a, 
  .yellow-color li,
  .yellow-color i, 
  .yellow-color span,
  .white-color .yellow-color { color: #D8241A; }
  
  /*------------------------------------------*/
  /*  TEXT BLOCK TYPOGRAPHY
  /*------------------------------------------*/ 
  
  .txt-block h2,
  .txt-block h3 {
    margin-bottom: 20px;
  }
  
  h5.sm-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  
  /*------------------------------------------*/
  /*  Text Block Icon
  /*------------------------------------------*/ 
  
  .block-ico {
    position: relative;
    margin-left: 5px;
    margin-bottom: 35px;
    display: inline-block;
  }
  
  .block-ico-bkg {
    position: absolute;
    top: -25px;
    left: -15px;
    transform: rotate(-30deg);
  }
  
  /*------------------------------------------*/
  /*  Text Block Rating
  /*------------------------------------------*/ 
  
  .txt-block-rating {
    margin-top: 20px;
  }
  .stars-rating,
  .stars-rating p {
    font-size: 1.05rem;
    margin-bottom: 0;
  }
  
  .txt-block-rating [class*="flaticon-"]:before, 
  .txt-block-rating [class*="flaticon-"]:after { 
    color: #D8241A;
    font-size: 0.95rem; 
    line-height: 1;
    margin-left: 1px;  
  }  
  
  /*------------------------------------------*/
  /*  IMG BLOCK IMAGE
  /*------------------------------------------*/ 
  
  .img-block {
    text-align: center;
  }
  
  /*------------------------------------------*/
  /*  BORDER RADIUS SETTING
  /*------------------------------------------*/ 
  
  .radius-0 {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
  
  .radius-02 {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
  }
  
  .radius-04 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  
  .radius-06 {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
  }
  
  .radius-08 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
  }
  
  /*------------------------------------------*/
  /*  OPACITY SETTING
  /*------------------------------------------*/ 
  
  .opacity-05 { opacity: .5; }
  .opacity-06 { opacity: .6; }
  .opacity-07 { opacity: .7; }
  .opacity-08 { opacity: .8; }
  .opacity-09 { opacity: .9; } 
  
  
  
  
  /* ==========================================================================
    03. PRELOAD ANIMATION
    ========================================================================== */
     
  #loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #fff;
  }
  
  #loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border: 3px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite; 
    animation: spin 2s linear infinite; 
  }
   
  #loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 3px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spin 3s linear infinite; 
    animation: spin 3s linear infinite; 
  }
   
  #loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 3px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite; 
    animation: spin 1.5s linear infinite; 
  }
   
  @-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg); 
        -ms-transform: rotate(0deg); 
        transform: rotate(0deg); 
    }
    100% {
        -webkit-transform: rotate(360deg);  
        -ms-transform: rotate(360deg); 
        transform: rotate(360deg); 
    }
  }
  
  @keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg); 
        -ms-transform: rotate(0deg); 
        transform: rotate(0deg); 
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg); 
    }
  }
  
  
  
  
  /* ==========================================================================
    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.hiddden-header {
    display: none;
  }
  
  /*------------------------------------------*/
  /*  HEADER LOGO
  /*------------------------------------------*/
  
  .desktoplogo img {
    width: 115px;
    max-width: inherit;
    /* max-height: 40px; */
  }
  
  /*------------------------------------------*/
  /*   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: rgba(255, 255, 255,.5)!important;
    padding: 20px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  
  .white-menu .wsmainfull {
    background-color: #fff!important;
    padding: 10px 0;
    -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  }
  
  .dark-menu .wsmainfull {
    background-color: #222227!important;
    padding: 10px 0;
    -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  }
  
  /*------------------------------------------*/
  /*  HEADER LINK
  /*------------------------------------------*/
  
  .wsmenu > .wsmenu-list > li > a {
    display: block;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 7px;
    padding: 10px 15px;
    line-height: 50px;
    text-decoration: none;  
  }
  
  .navbar-dark .wsmenu > .wsmenu-list > li > a {
    color: #D8241A;
  }
  
  .navbar-dark .scroll .wsmenu>.wsmenu-list>li>a {
    color: #D8241A;
  }
  
  .navbar-dark .scroll .wsmenu>.wsmenu-list>li>a.btn-tra-black {
    color: #fff !important;
    background-color: #D8241A;
    border-color: #D8241A !important;
  }
  
  .navbar-dark .scroll .wsmenu>.wsmenu-list>li>a.btn-tra-black:hover {
    color: #fff !important;
    background-color: transparent;
    border-color: #D8241A !important;
  }
  
  .navbar-light .wsmenu > .wsmenu-list > li > a {
    color: #D8241A;
  }
  
  .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: 33px;
    width: 0;
  }
  
  /*------------------------------------------*/
  /*  HEADER CALL BUTTON
  /*------------------------------------------*/
  
  .wsmenu > .wsmenu-list > li.header-phone > a {
    margin: 0;
    padding: 10px 0 10px 10px;
  }
  
  .wsmenu > .wsmenu-list > li.header-phone > a span {
    display: inline-block;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 25px;
    margin-bottom: 0;
    margin-right: 8px;
    position: relative;
    top: 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }
  
  /*------------------------------------------*/
  /*  HEADER BUTTON
  /*------------------------------------------*/
  
  .wsmenu > .wsmenu-list > li a.btn {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0.25px;
    margin-top: 13px;
    margin-left: 15px;
    padding: 5px 32px;
    background-color: #000;
    color: #fff;
  
  }
  
  /*------------------------------------------*/
  /*  HEADER SOCIAL LINKS  
  /*------------------------------------------*/
  
  .header-socials {
    margin: 0;
    display: inline-block; 
    text-align: center;
  }
  
  .header-socials span {
    float: left;
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
    margin: 0;
  }
  
  .header-socials a {
    display: block;
    line-height: 70px!important;   
    margin-left: 16px;
  }
  
  .header-socials a span {
    position: relative;
    top: 2px;
  }
  
  .header-socials.ico-20 [class*="flaticon-"]:before, 
  .header-socials.ico-20 [class*="flaticon-"]:after { font-size: 1.325rem; } 
  
  /*------------------------------------------*/
  /*  HEADER SUBMENU
  /*------------------------------------------*/
  
  .wsmenu > .wsmenu-list > li > ul.sub-menu {
    padding: 12px 20px;
    width: auto;
    min-width: 200px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
  }
  
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 0;
    transition: all 0.3s ease-in-out;
  }
  
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a {
    font-weight: 400;
  }
  
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li.fst-li > a {
    padding: 0 0 8px;  
  }
  
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
    padding: 8px 0 8px 8px;
  }
  
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a:hover {
    padding: 8px 0 8px 4px;  
  }
  
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li.fst-li a:hover {
    padding: 0 0 8px 4px;
  }
  
  /*------------------------------------------*/
  /*   HALFMENU
  /*------------------------------------------*/
  
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
    width: 38%;
    padding: 12px 25px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
  }
  
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu .link-list {
    padding: 0;
  }
  
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-70 .link-list li,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu .link-list li {
    border-bottom: none;
  }
  
  .wsmenu > .wsmenu-list > li > .wsmegamenu .title {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  
  /*------------------------------------------*/
  /*  HEADER MEGAMENU
  /*------------------------------------------*/
  
  .wsmenu > .wsmenu-list > li > .wsmegamenu {
    padding: 25px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
  }
  
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li {
    border-bottom: none;
  }
  
  /*------------------------------------------*/
  /*  MEGAMENU LATEST NEWS
  /*------------------------------------------*/
  
  .wsmegamenu .latest-news li { 
    padding: 12px 0;
    border-bottom: 1px dashed #c0c0c0;
  }
  
  .wsmegamenu .latest-news li:first-child {
    padding: 0 0 12px;
  }
  
  .wsmegamenu .latest-news li:last-child {
    padding: 12px 0 0;
    border-bottom: 0; 
  }
  
  .wsmegamenu .latest-news img {
    text-align: center;
    float: left;
    width: 80px;
    height: 80px;
  }
  
  .wsmegamenu .post-summary {
    overflow: hidden;
    padding-left: 16px;
    transition: all 0.3s ease-in-out;
  }
  
  .wsmegamenu .post-summary:hover { 
    padding-left: 20px;
  }
  
  /*------------------------------------------*/
  /*  MEGAMENU LATEST NEWS TYPOGRAPHY
  --------------------------------------------*/
  
  .wsmegamenu .post-summary a { 
    color: #888!important;
    font-size: 16px;
    font-weight: 400;
  }
  
  .wsmegamenu h5.h5-xs a { 
    color: #333!important;
    margin-bottom: 0;
  }
  
  .wsmegamenu .latest-news p { 
    color: #999;  
    font-size: 15px;
    font-weight: 300;
    margin-top: 4px;
    margin-bottom: 0;
  }
  
  /*------------------------------------------*/
  /*  NAVBAR HOVER
  /*------------------------------------------*/
  
  .nav-azure-hover .wsmegamenu h5.h5-xs a:hover,
  .wsmenu > .wsmenu-list.nav-azure-hover > li > ul.sub-menu > li > a:hover,
  .nav-azure-hover .wsmegamenu .latest-news .post-summary a:hover,
  .wsmenu > .wsmenu-list.nav-azure-hover > li > .wsmegamenu .link-list li a:hover,
  .wsmenu > .wsmenu-list.nav-azure-hover > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
    color: #0080ff!important;
  }
  
  .nav-brown-hover .wsmegamenu h5.h5-xs a:hover,
  .wsmenu > .wsmenu-list.nav-brown-hover > li > ul.sub-menu > li > a:hover,
  .nav-brown-hover .wsmegamenu .latest-news .post-summary a:hover,
  .wsmenu > .wsmenu-list.nav-brown-hover > li > .wsmegamenu .link-list li a:hover,
  .wsmenu > .wsmenu-list.nav-brown-hover > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
    color: #af8855!important;
  }
  
  .nav-gold-hover .wsmegamenu h5.h5-xs a:hover,
  .wsmenu > .wsmenu-list.nav-gold-hover > li > ul.sub-menu > li > a:hover,
  .nav-gold-hover .wsmegamenu .latest-news .post-summary a:hover,
  .wsmenu > .wsmenu-list.nav-gold-hover > li > .wsmegamenu .link-list li a:hover,
  .wsmenu > .wsmenu-list.nav-gold-hover > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
    color: #d1b665!important;
  }
  
  .nav-purple-hover .wsmegamenu h5.h5-xs a:hover,
  .wsmenu > .wsmenu-list.nav-purple-hover > li > ul.sub-menu > li > a:hover,
  .nav-purple-hover .wsmegamenu .latest-news .post-summary a:hover,
  .wsmenu > .wsmenu-list.nav-purple-hover > li > .wsmegamenu .link-list li a:hover,
  .wsmenu > .wsmenu-list.nav-purple-hover > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
    color: #d2322b!important;
  }
  
  .nav-rose-hover .wsmegamenu h5.h5-xs a:hover,
  .wsmenu > .wsmenu-list.nav-rose-hover > li > ul.sub-menu > li > a:hover,
  .nav-rose-hover .wsmegamenu .latest-news .post-summary a:hover,
  .wsmenu > .wsmenu-list.nav-rose-hover > li > .wsmegamenu .link-list li a:hover,
  .wsmenu > .wsmenu-list.nav-rose-hover > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
    color: #ff495a!important;
  }
  
  .nav-salmon-hover .wsmegamenu h5.h5-xs a:hover,
  .wsmenu > .wsmenu-list.nav-salmon-hover > li > ul.sub-menu > li > a:hover,
  .nav-salmon-hover .wsmegamenu .latest-news .post-summary a:hover,
  .wsmenu > .wsmenu-list.nav-salmon-hover > li > .wsmegamenu .link-list li a:hover,
  .wsmenu > .wsmenu-list.nav-salmon-hover > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
    color: #ee6011!important;
  }
  
  .nav-skyblue-hover .wsmegamenu h5.h5-xs a:hover,
  .wsmenu > .wsmenu-list.nav-skyblue-hover > li > ul.sub-menu > li > a:hover,
  .nav-skyblue-hover .wsmegamenu .latest-news .post-summary a:hover,
  .wsmenu > .wsmenu-list.nav-skyblue-hover > li > .wsmegamenu .link-list li a:hover,
  .wsmenu > .wsmenu-list.nav-skyblue-hover > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
    color: #37baf2!important;
  }
  
  .nav-steel-hover .wsmegamenu h5.h5-xs a:hover,
  .wsmenu > .wsmenu-list.nav-steel-hover > li > ul.sub-menu > li > a:hover,
  .nav-steel-hover .wsmegamenu .latest-news .post-summary a:hover,
  .wsmenu > .wsmenu-list.nav-steel-hover > li > .wsmegamenu .link-list li a:hover,
  .wsmenu > .wsmenu-list.nav-steel-hover > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
    color: #4558cb!important;
  }
  
  .nav-steelblue-hover .wsmegamenu h5.h5-xs a:hover,
  .wsmenu > .wsmenu-list.nav-steelblue-hover > li > ul.sub-menu > li > a:hover,
  .nav-steelblue-hover .wsmegamenu .latest-news .post-summary a:hover,
  .wsmenu > .wsmenu-list.nav-steelblue-hover > li > .wsmegamenu .link-list li a:hover,
  .wsmenu > .wsmenu-list.nav-steelblue-hover > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
    color: #3079Bf!important;
  }
  
  .nav-yellow-hover .wsmegamenu h5.h5-xs a:hover,
  .wsmenu > .wsmenu-list.nav-yellow-hover > li > ul.sub-menu > li > a:hover,
  .nav-yellow-hover .wsmegamenu .latest-news .post-summary a:hover,
  .wsmenu > .wsmenu-list.nav-yellow-hover > li > .wsmegamenu .link-list li a:hover,
  .wsmenu > .wsmenu-list.nav-yellow-hover > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
    color: #f7be27!important;
  }
  
  /*------------------------------------------*/
  /*  NAVBAR SCROLL
  /*------------------------------------------*/
  
  .tra-menu .wsmainfull.scroll,
  .white-menu .wsmainfull.scroll,
  .dark-menu.dark-scroll .wsmainfull.scroll {
    background-color: #fff!important;
    padding: 3px 0;
    -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  }
  
  .scroll .white-color.header-socials span {
    color: #444!important;
  }
  
  /*------------------------------------------*/
  /*  Navigation Menu
  /*------------------------------------------*/
  
  .tra-menu.navbar-light .scroll .wsmenu > .wsmenu-list > li a {
    color: #444;
  }
  
  .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-light .scroll .logo-white,
  .tra-menu.navbar-light.dark-scroll .scroll .logo-black,
  .tra-menu.navbar-dark.dark-scroll .scroll .logo-black {
    display: none;
  }
  
  .tra-menu.navbar-light .scroll .logo-black,
  .tra-menu.navbar-light.dark-scroll .scroll .logo-white,
  .tra-menu.navbar-dark.dark-scroll .scroll .logo-white {
    display: block;
  }
  
  
  
  
  /* ==========================================================================
    05. HERO
    =========================================================================== */
  
  .hero-section .container {
    position: relative;
    z-index: 3;
  }
  
  #hero-8 .container,
  #hero-9,
  #hero-9 .container {
    overflow: hidden;
  }
  
  #hero-2 {  
    padding-top: 170px;
  }
    
  #hero-4 {
    padding-top: 160px;
  }
  
  
  #hero-9 {
    /* background-image: url(../images/hero-9.jpg); */
    position: relative;
    padding-top: 50vh;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .75), rgba(0, 0, 0, .2));
    min-height: calc(100vh + 80px);
  }
  
  
  #hero-15 {
    padding-top: 250px;
  }
  
  
  #hero-21 {
    padding-top: 180px;
  }
  
  

  #hero-26 {
    padding-top: 140px;
  }
  
  
  .hero-28-gradient { 
    position: relative;
    width: 100%;
    background-image: -webkit-linear-gradient(to top, #282828, rgba(33, 35, 36, .01) 100%);
    background-image: linear-gradient(to top, #282828, rgba(33, 34, 35, .01) 100%);
    padding: 100px 0 40px;
    margin-bottom: -20px;
    z-index: 991;
  }
  
  
  /*------------------------------------------*/
  /*  HERO SLIDER
  /*------------------------------------------*/
  
  .slider {
    position: relative;
    max-width: 100%;
    height: 670px;
  }
  
  #hero-25 .slider,
  #hero-25 .slider .slides {
    height: 620px;
  }
  
  .slider.mt-80 {
    height: 620px;
    margin-top: 80px;
  }
  
  .slider .slides {
    margin: 0;
    height: 670px;
  }
  
  .slider.mt-80 .slides {
    margin: 0;
    height: 620px;
  }
  
  .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: 30px;
    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: .5;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 50%;
  }
  
  .slider.dark-nav .indicators .indicator-item {
    border: 2px solid #222;
  }
  
  .slider .indicators .indicator-item.active {
    background-color: #fff;
    opacity: .65;
  }
  
  .slider.dark-nav .indicators .indicator-item.active {
    background-color: #222;
  }
  
  /*------------------------------------------*/
  /*  HERO TEXT
  /*------------------------------------------*/
  
  #hero-1 .caption-txt {
    margin-top: 45px;
  }
  
  .hero-2-txt {
    margin-bottom: 80px;
  }
  
  .hero-6-txt {
    margin-top: -20px;
  }
  
  .hero-7-txt {
    margin-top: -30px;
    padding-left: 40px;
  }
  
  .hero-8-txt,
  .hero-10-txt,
  #hero-12 .caption-txt {
    margin-top: -25px;
  }
  
  .hero-9-txt {
    margin-bottom: 30px;
  }
  
  .hero-15-txt {
    padding-top: 20px;
  }
  
  .hero-16-txt {
    margin-top: -30px;
  }
  
  .hero-19-txt {
    padding: 0 5%;
  }
  
  #hero-20 .caption-txt {
    margin-top: 15px;
  }
  
  .hero-21-txt { 
    margin-bottom: 80px;
  }
  
  .hero-23-txt {
    margin-top: -10px;
  }
  
  #hero-25 .caption-txt {
    margin-top: 20px;
  }
  
  .hero-27-txt {
    margin-bottom: 20px;
  }
  
  .hero-29-txt {
    margin-top: 12vh;
  }
  
  /*------------------------------------------*/
  /*  HERO APP LOGO
  /*------------------------------------------*/
  
  .hero-logo {
    margin-bottom: 30px;
  }
  
  #hero-29 .hero-logo {
    margin-bottom: 35px;
  }
  
  .hero-logo img {
    width: auto;
    max-width: inherit;
    max-height: 70px;
  }
  
  #hero-29 .hero-logo img {
    max-height: 55px;
  }
  
  .hero-logo-txt {
    margin-left: 15px;  
  }
  
  .hero-logo-txt h4 {
    display: inline-block;
    float: left;
    line-height: 1;
    letter-spacing: -1px; 
    margin-bottom: 0;
  }
  
  .hero-logo span {
    position: relative;
    font-size: 0.925rem;
    line-height: 1;
    font-weight: 700;
    top: 5px;
    left: 12px;
    padding: 4px 8px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px; 
  }
  
  /*------------------------------------------*/
  /*  HERO POST TITLE
  /*------------------------------------------*/
  
  .posttitle {
    text-align: center;
    margin-bottom: 10px;
  }
  
  .posttitle:before, 
  .posttitle:after {
    position: relative;
    display: inline-block;
    content: "";
    height: 2px;
    background-color: #aa946e;
    width: 60px;
    margin-right: 25px;
    margin-bottom: 20px;
  }
  
  .posttitle:after {
    margin-left: 25px;
    margin-right: 0;
  }
  
  /*------------------------------------------*/
  /*  Hero Headers
  /*------------------------------------------*/ 
  
  #hero-1 h2 {
    font-size: 6.5rem;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 0 3%;
    margin-bottom: 15px;
  }
  
  .hero-2-txt h2 {
    margin-bottom: 15px;
  }
  
  .hero-3-txt h2 {
    font-weight: 800;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  
  .hero-4-title h2 {
    margin-bottom: 0;
  }
  
  .hero-5-txt h2.h2-sm {
    margin-bottom: 30px;
  }
  
  .hero-5-txt h2.h2-md span {
    position: relative;
    top: -5px;
  }
  
  .hero-5-txt h2.h2-title-lg {
    font-size: 9.25rem;
    line-height: 0.9;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0px;
    margin-bottom: 25px;
  }
  
  .hero-6-txt h2.h2-md {
    line-height: 1.25;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  
  .hero-6-txt h2.h2-title-md {
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 25px;
  }
  
  .hero-7-txt h2 {
    line-height: 1.2;
    letter-spacing: -1.5px;
    margin-bottom: 20px;
  }
  
  .hero-8-txt h3 {
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  
  .hero-9-txt h2 {
    line-height: 1.2;
    margin-bottom: 15px;
  }
  
  .hero-10-txt h2 {
    line-height: 1.25;
    margin-bottom: 15px;
  }
  
  .hero-11-txt h2,
  .hero-14-txt h3  {
    margin-bottom: 25px;
  }
  
  #hero-12 h6 {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
  }
  
  #hero-12 h2 {
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 25px;
  }
  
  .hero-13-txt h3,
  .hero-15-txt h2 {
    margin-bottom: 20px;
  }
  
  #hero-15 h2 { 
    line-height: 1;
    margin-bottom: 30px;
  }
  
  #hero-15 h4 { 
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: -1px;
    margin-bottom: 0;
  }
  
  #hero-15 h4 span { 
    font-weight: 600;
    text-decoration: underline;
  }
  
  #hero-16 h2 {
    font-size: 4.75rem;
    line-height: 1.05;
    margin-bottom: 30px;
  }
  
  #hero-17 h4 {
    font-weight: 500;
    margin-bottom: 35px;
  }
  
  #hero-17 h2.h2-title-xs {
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  
  #hero-17 h2.h2-md {
    line-height: 1;
    font-weight: 500;
    margin-bottom: 25px;
  }
  
  .hero-18-txt h6 {
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  
  .hero-18-txt h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  
  .hero-19-txt h2 {
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  
  #hero-20 h2 {
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 0 5%;
    margin-bottom: 20px;
  }
  
  #hero-22 h5 {
    font-weight: 400;
    margin-bottom: 20px;
  }
  
  #hero-22 h3 {
    font-weight: 500;
    margin-bottom: 25px;
  }
  
  .hero-23-txt h2 {
    text-transform: uppercase;
    line-height: 1.15;
    font-weight: 800;
    margin-bottom: 20px;
  }
  
  .hero-23-txt h4 {
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 25px;
  }
  
  .hero-24-txt h2 {
    margin-bottom: 0px;
  }
  
  #hero-25 h2 {
    margin-bottom: 20px;
  }
  
  .hero-26-txt h2 {
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  
  .hero-27-txt h3 {
    line-height: 1.1;
    margin-bottom: 25px;
  }
  
  .hero-27-txt h2 {
    margin-bottom: 25px;
  }
  
  .hero-28-txt h2 {
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  
  .hero-29-txt h3 { 
    margin-bottom: 25px;
  }
  
  .hero-30-txt h2 {
    font-weight: 800;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  
  .hero-30-txt h2:before {
    display: block;
    content: "";
    height: 2px;
    width: 200px;
    background: #f7be27;
    margin: 20px auto 20px;
    position: relative;
  }
  
  .hero-30-txt h5 {
    line-height: 1.4;
    font-weight: 400;
    padding: 0 5%;
    margin-bottom: 35px;
  }
  
  /*------------------------------------------*/
  /*  Hero Paragraphs
  /*------------------------------------------*/
  
  #hero-1 .caption-txt p {
    font-size: 1.75rem;
    font-weight: 400;
    margin-bottom: 30px;
  }
  
  .hero-2-txt p {
    padding: 0 5%;
    margin-bottom: 0;
  }
  
  .hero-3-txt p {
    padding-right: 8%;
    margin-bottom: 30px;
  }
  
  .hero-4-txt p {
    margin-bottom: 0;
  }
  
  .hero-5-txt p {
    font-size: 1.35rem;
    padding: 0 5%;
    margin-bottom: 30px;
  }
  
  .hero-6-txt p {
    padding-right: 10%;
    margin-bottom: 30px;
  }
  
  .hero-7-txt p {
    padding-right: 5%;
    margin-bottom: 35px;
  }
  
  .hero-8-txt p {
    margin-bottom: 30px;
  }
  
  .hero-9-txt p {
    font-weight: 400;
    padding: 0 12%;
    margin-bottom: 25px;
  }
  
  .hero-10-txt p {
    padding-right: 5%;
    margin-bottom: 30px;
  }
  
  .hero-11-txt p {
    padding-right: 10%;
    margin-bottom: 0;
  }
  
  #hero-12 .caption-txt p {
    font-size: 1.35rem;
    padding: 0 12%;
    margin-bottom: 30px;
  }
  
  .hero-13-txt p {
    padding: 0 10%;
    margin-bottom: 25px;
  }
  
  .hero-14-txt p {
    font-size: 1.35rem;
    font-weight: 400;
    margin-bottom: 35px;
  }
  
  .hero-15-txt a { 
    font-weight: 400;
    text-decoration: underline;
  }
  
  .hero-16-txt p {
    padding-right: 10%;
    margin-bottom: 0;
  }
  
  .hero-17-txt p {
    padding: 0 10%;
    margin-bottom: 30px;
  }
  
  .hero-18-txt p {
    padding-right: 5%;
    margin-bottom: 35px;
  }
  
  .hero-19-txt p {
    padding: 0 8%;
    margin-bottom: 35px;
  }
  
  #hero-20 .caption-txt p {
    font-weight: 400;
    padding: 0 15%;
    margin-bottom: 30px;
  }
  
  .hero-21-txt p {
    padding-right: 10%;
    margin-bottom: 35px;
  }
  
  .hero-22-txt p {
    margin-bottom: 0;
  }
  
  .hero-22-txt a {
    font-weight: 700;
  }
  
  .hero-24-txt p {
    padding: 0 5%;
    margin-bottom: 35px;
  }
  
  #hero-25 .caption-txt p {
    padding: 0 16%;
    margin-bottom: 30px;
  }
  
  .hero-26-txt p {
    padding-right: 10%;
    margin-bottom: 35px;
  }
  
  .hero-27-txt p {
    padding-right: 15%;
    margin-bottom: 0;
  }
  
  .hero-28-txt p {
    font-size: 1.35rem;
    padding-right: 10%;
    margin-bottom: 0;
  }
  
  .hero-29-txt p {
    font-weight: 400;
    margin-bottom: 50px;
  }
  
  /*------------------------------------------*/
  /*  HERO SOCIAL LINKS
  /*------------------------------------------*/
  
  #hero-29 .hero-socials {
    margin-top: 70px;
    text-align: center;
  }
  
  #hero-30 .hero-socials {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  
  .hero-socials ul li {
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
    padding: 0;
  }
  
  .hero-socials a {
    width: 42px;
    height: 42px;
    color: #666;
    text-align: center;
    margin-right: 5px;
    display: inline-block;
    background-color: transparent;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -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;
  }
  
  .hero-socials span.hero-socials-txt {
    font-size: 1.1rem;
    line-height: 42px;
    font-weight: 500;
    margin-right: 15px;
  }
  
  .hero-socials [class^="flaticon-"]:before, 
  .hero-socials [class^="flaticon-"]:after {
    color: #fff;
    font-size: 22px;
    line-height: 40px!important;   
  }
  
  .hero-socials a.ico-facebook:hover { background-color: #3b5998; border-color: #3b5998; }
  .hero-socials a.ico-twitter:hover { background-color: #00a9ed; border-color: #00a9ed; }
  .hero-socials a.ico-instagram:hover { background-color: #e44772; border-color: #e44772; }
  .hero-socials a.ico-dribbble:hover { background-color: #d92d84; border-color: #d92d84; }
  .hero-socials a.ico-behance:hover { background-color: #2473f6; border-color: #2473f6; }
  .hero-socials a.ico-pinterest:hover { background-color: #ac281a; border-color: #ac281a; }
  .hero-socials a.ico-linkedin:hover { background-color: #015886; border-color: #015886; }
  .hero-socials a.ico-google-plus:hover { background-color: #cd1111; border-color: #cd1111; }
  .hero-socials a.ico-youtube:hover { background-color: #cd1b20; border-color: #cd1b20; }
  .hero-socials a.ico-tumblr:hover { background-color: #3a5976; border-color: #3a5976; }
  .hero-socials a.ico-vk:hover { background-color: #3b5998; border-color: #3b5998; }
  
  /*------------------------------------------*/
  /*  HERO BANNER
  /*------------------------------------------*/
  
  .hero-banner {
    position: relative;
    margin-top: -40px;
    z-index: 99;
  }
  
  .hero-banner .col-md-4 {
    padding-left: 5px;
    padding-left: 5px;
  }
  
  .hero-banner-link {
    position: relative;
    margin: -15px 0;
    z-index: 994;
  }
  
  /*------------------------------------------*/
  /*. HERO PROMO
  /*------------------------------------------*/
  
  .hero-promo {
    position: relative;
    z-index: 999;
    margin: 90px 30px -170px;
    padding: 50px 35px;
  }
  
  .hero-promo p {
    font-weight: 300;
    margin-bottom: 15px;
  }
  
  .hero-promo h2 {
    font-size: 6rem;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 0;
  }
  
  .hero-promo h5 {
    line-height: 1.3;
    margin-bottom: 15px;
  }
  
  /*------------------------------------------*/
  /*  HERO BOXES
  /*------------------------------------------*/
  
  .hbox-1-wrapper {
    position: relative;
    margin-top: 60px;
    margin-bottom: -120px;
    z-index: 50;
  }
  
  #hero-17 .hbox-1-wrapper {
    margin-top: 70px;
  }
  
  #hb-1-1, #hb-1-3 {
    background-color: #2c333b;
    padding: 55px;
  }
  
  #hero-17 #hb-1-1, #hero-17 #hb-1-3 {
    background-color: #fff;
    border: 1px solid #ddd;
  }
  
  #hb-1-2 {
    background-color: #282e35;
    padding: 55px;
  }
  
  #hero-17 #hb-1-2 {
    background-color: #f2f4f5;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  
  .hbox-1 h6,
  .hbox-1 h5 {
    margin-bottom: 10px;
  }
  
  .hbox-1 h6.fraunces-font,
  .hbox-1 h5.fraunces-font {
    margin-bottom: 15px;
  }
  
  .hbox-1 p {
    margin-bottom: 0;
  }
  
  /*------------------------------------------*/
  /*  HERO DATA
  /*------------------------------------------*/
  
  .hero-26-data {
    position: relative;
    padding: 20px 30px 25px;
    margin: -100px 25% 0 -30px;
  }
  
  .hero-26-data p {
    margin-bottom: 8px;
  }
  
  .hero-26-data h5 {
    margin-bottom: 15px;
  }
  
  .hero-26-data ul li {
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
    padding: 0;
  }
  
  .hero-26-data ul li a {
    text-align: center;
    margin-right: 15px;
    display: inline-block;
  }
  
  /*------------------------------------------*/
  /*  HERO FORM
  /*------------------------------------------*/
  
  #hero-11 .request-form {
    margin: 30px 30px 25px 0;
  }
  
  #hero-17 .request-form {
    margin: 30px 10% 25px;
  }
  
  /*------------------------------------------*/
  /*  Hero Request Form Input
  /*------------------------------------------*/
  
  .request-form .form-control {
    height: 56px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #666;
    font-size: 18px;
    font-weight: 400;
    padding: 0 20px;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; 
    -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;  
  }
  
  #hero-17 .request-form .form-control {
    height: 58px;
  }
  
  .request-form .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  
  /*------------------------------------------*/
  /*  Hero Request Form Placeholder
  /*------------------------------------------*/
  
  .request-form .form-control::-moz-placeholder { color: #999; } 
  .request-form .form-control:-ms-input-placeholder { color: #999; }
  .request-form .form-control::-webkit-input-placeholder { color: #999; }
  
  /*------------------------------------------*/
  /*  Hero Request Form Focus
  /*------------------------------------------*/
  
  .request-form .form-control:focus {
    background-color: #f5f6f7;
    border-color: #ccc;
    outline: 0;
    box-shadow: none;
  }
  
  /*------------------------------------------*/
  /*  Hero Request Form Button
  /*------------------------------------------*/
  
  .request-form .btn {
    height: 56px;
    font-size: 18px;
    padding: 13px 40px;
    margin-left: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  
  #hero-17 .request-form .btn {
    height: 58px;
    padding: 13px 60px;
  }
  
  /*------------------------------------------*/
  /*  Hero Request Form Message
  /*------------------------------------------*/
  
  .request-form-msg {
    width: 100%!important;
    display: block;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  
  .request-form .loading {
    color: #00b2e4;
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
  }
  
  /*------------------------------------------*/
  /*  HERO REGISTER FORM 
  /*------------------------------------------*/
  
  .hero-form { 
    margin: 0 45px 40px 30px;
  }
  
  .hero-form form { 
    border: 1px solid #fafafa;
    padding: 45px 30px 35px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  }
  
  .hero-form p {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  
  /*------------------------------------------*/
  /*  Hero Form Input
  /*------------------------------------------*/
  
  .hero-form .col-md-12 { 
    padding: 0; 
  }
  
  .hero-form .form-control {
    text-align: center;
    background-color: #fff;
    color: #333;
    height: 52px;
    font-size: 17px;
    font-weight: 300;
    padding: 0 15px;
    margin-bottom: 18px;
    border: 1px solid #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; 
    box-shadow: none; 
  }
  
  .hero-form .form-control:focus {
    background-color: #f5f6f7;
    border-color: #ccc;
    outline: 0;
    box-shadow: none;
  }
  
  /*------------------------------------------*/
  /*    Register Form Button
  /*------------------------------------------*/
  
  .hero-form .btn {
    display: block;
    width: 100%;
    padding: 15px 30px;
    margin-top: 5px;
  }
  
  /*------------------------------------------*/
  /*  Form Message
  /*------------------------------------------*/
  
  .register-form-msg {
    width: 100%!important;
    display: block;
    margin-top: 15px;
    padding-left: 0;
  }
  
  .hero-section .register-form .loading {
    color: #00b2e4;
    font-size: 17px;
    font-weight: 500;
  }
  
  .hero-section .register-form .error {
    color: #e74c3c;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 20px;
  }
  
  /*------------------------------------------*/
  /*  HERO IMAGE
  /*------------------------------------------*/
  
  .hero-4-images {
    margin-top: 80px;
  }
  
  .hero-4-images .col-lg,
  .hero-4-images .col-lg-4 {
    padding: 0 5px;
  } 
  
  #img-4-2 {
    margin-top: -20px;
  }
  
  .hero-10-img {
    padding-left: 30px;
  }
  
  .hero-10-img img {
    position: relative;
    max-width: none;
    display: inline-block;
  }
  
  .hero-13-img {
    text-align: center;
    margin-top: 40px;
    margin-bottom: -100px;
    position: relative;
    z-index: 999;
  }
  
  .hero-16-img {
    margin-right: 5%;
    margin-left: -10%;
  }
  
  /* ==========================================================================
    06. ABOUT
    =========================================================================== */
  
  #about-1 {
    position: relative;
    margin-top: -60px;
    z-index: 56;
  }
  
  .about-1-wrapper {
    padding: 45px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  }
  
  #about-5,
  #about-6 {
    position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 85px;
  }
  
  
  /*------------------------------------------*/
  /*  ABOUT TEXT
  /*------------------------------------------*/
  
  .about-5-txt {
    padding: 0 60px 0 15px;
  }
  
  .about-6-txt {
    padding: 0 15px 0 60px;
  }
  
  /*------------------------------------------*/
  /*  ABOUT TYPOGRAPHY
  /*------------------------------------------*/
  
  .about-4-txt h4,
  .about-4-txt h3,
  .about-4-txt h2 {
    margin-bottom: 20px;
  }
  
  .about-5-txt h3,
  .about-6-txt h3,
  .about-5-txt h2,
  .about-6-txt h2 {
    margin-bottom: 25px;
  }
  
  .about-4-txt .btn {
    margin-top: 15px;
  }
  
  .about-5-txt p.p-lg {
    margin-bottom: 25px;
  }
  
  /*------------------------------------------*/
  /*  ABOUT BOX
  /*------------------------------------------*/
  
  .abox-7-txt {
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .75), rgba(0, 0, 0, .01));
    background-image: linear-gradient(bottom, rgba(0, 0, 0, .75), rgba(0, 0, 0, .01));
    padding: 160px 30px 20px;
  }
  
  /*------------------------------------------*/
  /*  ABOUT BOX TYPOGRAPHY
  /*------------------------------------------*/
  
  .abox-1 h6,
  .abox-1 h5 {
    line-height: 1;
    margin-bottom: 15px;
  }
  
  .abox-1 h3 {
    margin-bottom: 0;
  }
  
  .abox-1 p {
    margin-bottom: 1px;
  }
  

  /*------------------------------------------*/
  /*  ABOUT MORE BUTTON
  /*------------------------------------------*/
  
  .about-2-btn {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  
  
  
  
  /* ==========================================================================
    07. FEATURES
    =========================================================================== */

  #features-11 {
    position: relative;
    padding-top: 250px;
    padding-bottom: 60px;
    margin-top: -250px;
    z-index: 2;
  }
  
  #features-12.tra-bkg {
    position: relative;
    padding-top: 80px;
    padding-bottom: 40px;
  }
  
  #features-12.tra-bkg:after {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    background-color: #f7f7f7;
    top: 0;
    left: 50%;
    z-index: -1;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
  }
  
  .features-13-title { 
    position: relative;
    z-index: 3;
    padding-top: 100px;
    padding-bottom: 250px;
  }
  
  /*------------------------------------------*/
  /*  BOXES WRAPPER
  /*------------------------------------------*/
  
  .fbox-4-wrapper {
    background-color: #f8f8fb;
    border: 1px solid #ddd;
  }
  
  .bg-dark .fbox-4-wrapper {
    background-color: #222;
    border: 1px solid #333;
  }
  
  .bg-dark .fbox-4-wrapper .col-md-6 {
    border-color: #333;
  }
  
  .fbox-4-wrapper .row {
    margin: 0;
  }
  
  .fbox-4-wrapper .col-md-6 {
    padding: 0;
  }
  
  .features-4-txt p {
    font-weight: 400;
    margin-top: 60px;
    margin-bottom: 0;
  }
  
  .features-4-txt p span {
    margin-right: 5px;
  }
  
  .features-7-txt h3,
  .features-13-txt h3,
  .features-7-txt p,
  .features-13-txt p {
    margin-bottom: 0;
  }
  
  .fbox-9-wrapper {
    padding: 0 3%;
    margin-top: 50px;
  }
  
  .fbox-7-wrapper,
  .fbox-13-wrapper {
    position: relative;
    z-index: 5;
  }
  
  .fbox-11-wrapper {
    padding: 0 6%;
  }
  
  .fbox-13-wrapper {
    position: relative;
    z-index: 62;
    margin-top: -250px;
  }
  
  .fbox-13-wrapper .col-md-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  /*------------------------------------------*/
  /*  FEATURE BOX
  /*------------------------------------------*/
  
  .fbox-1 {
    background-color: #f8f8fb;
    background-color: #fcfcfc;
    padding: 60px 35px;
    margin-bottom: 30px;
  }
  
  .fbox-4 {
    padding: 60px 35px;
  }
  
  .fbox-5 {
    position: relative;
    overflow: hidden;
    background-color: #f8f8fb;
    padding: 35px;
    margin-bottom: 30px;
    -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;  
  }
  
  .fbox-6 {
    position: relative;
    overflow: hidden;
    background-color: #f8f8fb;
    padding: 50px 35px;
    margin-bottom: 30px;
    -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;  
  }
  
  .fbox-8 {
    position: relative;
    text-align: center;
    background-color: #f8f8fb;
    padding: 35px 25px;
    margin-bottom: 40px;
  }
  
  #fb-10-1 { margin-top: 160px; }
  #fb-10-2 { margin-top: 80px; }
  
  #fb-12-2 { margin-top: 50px; }
  #fb-12-3 { margin-top: 100px; }
  
  #fb-13-1, #fb-13-2, #fb-13-3, #fb-13-4, #fb-13-5 { margin-bottom: 20px; }
  

  
  .fbox-13 {
    position: relative;
    overflow: hidden;
  }
  
  .fbox-13-txt {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 70;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(20, 20, 20, .75));
    background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(20, 20, 20, .75));
    padding: 100px 25px 40px;
    overflow: hidden;
  }
  
  .fbox-13-txt h6,
  .fbox-13-txt h5 {
    margin-bottom: 0;
  }
  
  .fbox-13-txt p {
    margin-bottom: 0;
  }
  
  /*------------------------------------------*/
  /*  FEATURE BOX HOVER
  /*------------------------------------------*/
  
  .fbox-5-hover .fbox-5:hover { 
    background-color: #f5f5f5!important;
     -webkit-box-shadow: 0px 8px 12px 0 rgba(10, 10, 10, .08);
    box-shadow: 0px 8px 12px 0 rgba(10, 10, 10, .08);
  }
  
  .fbox-6-hover .fbox-6.grey:hover { background-color: #bbb; }  
  .fbox-6-hover .fbox-6.turquoise:hover { background-color: #12739d; }
  .fbox-6-hover .fbox-6.skyblue:hover{ background-color: #37baf2; }
  
  .fbox-6-hover .fbox-6:hover .fbox-6-txt p,
  .fbox-6-hover .fbox-6:hover .fbox-6-txt h6,
  .fbox-6-hover .fbox-6:hover .fbox-6-txt h5,
  .fbox-6-hover .fbox-6:hover .fbox-6-digit h6,
  .fbox-6-hover .fbox-6:hover .fbox-6-digit h5,
  .fbox-6-hover .fbox-6:hover .fbox-6-ico span {
    color: #fff;
  }
  
  .fbox-6-hover .fbox-6:hover .fbox-tra-digit {
    opacity: .2;
  }
  
  /*------------------------------------------*/
  /*  FEATURE BOX TEXT
  /*------------------------------------------*/
  
  .fbox-txt {
    overflow: hidden;
    padding-left: 22px;
  }
  
  .fbox-6-txt {
    overflow: hidden;
    padding-left: 12px;
  }
  
  /*------------------------------------------*/
  /*  FEATURE BOX TYPOGRAPHY
  /*------------------------------------------*/ 
  
  .fbox-txt h6,
  .fbox-txt h5 {
    margin-bottom: 12px;
    -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;  
  }
  
  .fbox-1-txt h6,
  .fbox-1-txt h5 {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  
  .fbox-2-txt h6,
  .fbox-2-txt h5 {
    margin-top: 20px;
    margin-bottom: 12px;
  }
  
  .fbox-6-txt h6,
  .fbox-6-txt h5 {
    margin-bottom: 15px;
    -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;  
  }
  
  .fbox-txt p,
  .fbox-1-txt p,
  .fbox-6-txt p,
  .fbox-10 p {
    line-height: 1.5;
    margin-bottom: 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;   
  }
  
  .fbox-1-txt p.grey-color {
    color: #9a9a9a; 
  }
  
  .fbox-8 p {
    line-height: 1.35;
    margin-top: 25px;
    margin-bottom: 0;  
  }
  
  .fbox-8 p:after {
    display: block;
    content: "";
    height: 2px;
    width: 80px;
    background: #517082;
    margin: 25px auto 0;
    position: relative;
    opacity: .5;
  }
  
  .fbox-12 p {
    line-height: 1.5;
    margin-bottom: 0; 
    padding: 0 5%;   
  }
  
  /*------------------------------------------*/
  /*  FEATURE BOX IMAGE
  /*------------------------------------------*/ 
  
  .fbox-img {     
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
  }
  
  .fbox-13-wrapper .fbox-img {     
    margin-bottom: 0;
  }
  
  /*------------------------------------------*/
  /*  FEATURE BOX ICON
  /*------------------------------------------*/ 
  
  .fbox-ico {     
    float: left;
    text-align: center;
    margin-top: 2px;
    -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;  
  }
  
  .fbox-6-ico {
    text-align: right;
    padding-right: 20px;
    margin-bottom: 45px;
  }
  
  .fbox-ico span,
  .fbox-6-ico span {
    -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;  
  }
  
  /*------------------------------------------*/
  /*  FEATURE BOX DIGIT
  /*------------------------------------------*/ 
  
  .fbox-6-digit {     
    float: left;
    text-align: center;
    margin-top: 2px;
  }
  
  .fbox-6-digit h6,
  .fbox-6-digit h5 {     
    line-height: 1;
    margin-bottom: 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;  
  }
  
  .fbox-tra-digit {
    position: absolute;
    top: -50px;
    left: -25px;
    font-family: 'Montserrat', sans-serif;
    color: #ddd;
    opacity: .25;
    font-size: 10rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -6px;
  }
  
  .fbox-5-tra-digit {
    position: absolute;
    top: -5px;
    right: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #ddd;
    opacity: .25;
    font-size: 5rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -6px;
  }
  
  /*------------------------------------------*/
  /*  FEATURE BOX STEP
  /*------------------------------------------*/ 
  
  .step {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 0 auto 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
  }
  
  .step span {
    font-size: 17px;
    line-height: 32px;
    font-weight: 500;
  }
  
  /*------------------------------------------*/
  /*  FEATURE DETAILS
  /*------------------------------------------*/ 
  
  .service-txt h5.h5-xs,
  .service-txt h5.h5-sm {
    margin-top: 30px;
    margin-bottom: 25px;
  }
  
  /*------------------------------------------*/
  /*  FEATURE IMAGE
  /*------------------------------------------*/ 
  
  .fbox-13 img,
  .fbox-13 .item-overlay {
    overflow: hidden;
  }
  
  .fbox-13: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);
  }
  
  
  
  
  /* ==========================================================================
    08. CONTENT
    =========================================================================== */
  
  #content-3 .container,
  #content-8 .container,
  #content-4.pt-100 .container {
    overflow: hidden;
  }
  
  #content-8 .section-title h3 {
    padding: 0 8%;
  }
  
  #content-9 .txt-block {
    position: relative;
    margin-bottom: -60px;
  }
  
  #content-10:after {
    position: absolute;
    content: '';
    width: 40%;
    height: 90%;
    background-color: #f5f6f7;
    top: 5%;
    left: 0;
    z-index: -1;
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -o-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
  }
  
  #content-11:after {
    position: absolute;
    content: '';
    width: 76%;
    height: 80%;
    background-color: #f5f6f7;
    top: 10%;
    left: 24%;
    z-index: -1;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -o-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
  }
  
  #content-12 .txt-block {
    position: relative;
    margin-bottom: 60px;
  }
    
  .content-12-txt {
    background-attachment: scroll!important;
    position: absolute;
    width: 40%;
    left: 16%;
    bottom: 0;
    text-align: left;
    padding: 60px 50px;
    -webkit-border-radius: 0 40px 0 40px;
    -moz-border-radius: 0 40px 0 40px;
    -o-border-radius: 0 40px 0 40px;
    border-radius: 0 40px 0 40px;
  }
  
  .content-12-txt h4 {
    margin-bottom: 25px;
  }
  
  .content-12-txt p {
    margin-bottom: 0;
  }
  
  /*------------------------------------------*/
  /*   CONTENT IMAGE
  /*------------------------------------------*/ 
  
  .content-6-img {
    text-align: center;
    padding-left: 20px;
    margin-bottom: 40px;
  }
  
  .content-7-img {
    position: relative;
    text-align: center;
    left: -62%;
    margin-bottom: -40px;
  }
  
  .content-6-img img,
  .content-7-img img {
    max-width: none;
    display: inline-block;
  }
  
  .content-11-img {
    position: relative;
    text-align: center;
    left: -62%;
    margin-bottom: -40px;
  }
  
  
  
  
  /* ==========================================================================
    09. PROMO
    =========================================================================== */
  
  .pbox-1 {
    overflow: hidden;
  }
  
  
  
  
  /* ==========================================================================
    10. CARDS
    =========================================================================== */
  
  .cards-1-wrapper .col-lg-3 {
    padding-left: 8px;
    padding-right: 8px;
  }
  
  .cards-3-wrapper .col-lg-3,
  .cards-3-wrapper .col-lg-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  /*------------------------------------------*/
  /*  CARD
  /*------------------------------------------*/
  
  .card-1 {
    margin-bottom: 40px;
  }
  
  .card-2 {
    margin: 0 20px 30px;
  }
  
  .card-3 {
    padding: 25px 15px;
    margin-bottom: 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; 
  }
  
  .card-3.bg-blue { background-color: #3284bf; }
  .card-3.bg-green { background-color: #20ab5c; }
  .card-3.bg-red { background-color: #ff6d33; }
  .card-3.bg-teal { background-color: #109d87; }
  .card-3.bg-violet { background-color: #8a8cbd; }
  .card-3.bg-orange { background-color: #D8241A; }
  .card-3.bg-lightgreen { background-color: #8dd17e; }

  .card-3.bg-olive { background-color: #7ba323; }

  .card-3.bg-white {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    padding: 25px 20px;
    -webkit-box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
    box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
  }
  
  .card-3.bg-white:hover {
    background-color: #f8f8fb!important;
    border: 1px solid #f0f0f0;
     -webkit-box-shadow: 0px 8px 12px 0 rgba(10, 10, 10, .08);
    box-shadow: 0px 8px 12px 0 rgba(10, 10, 10, .08);
  }
  
  /*------------------------------------------*/
  /*  CARD TEXT
  /*------------------------------------------*/
  
  .card-1-txt {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
    padding: 40px 20px;
  }
  
  .card-2-txt {
    position: relative;
    background-color: #f8f8fb;
    border-top: none;
    padding: 45px 35px 40px;
  }
  

  
  /*------------------------------------------*/
  /*  CARD TYPOGRAPHY
  /*------------------------------------------*/
  
  .card-1-txt h5,
  .card-2-txt h6 {
    margin-bottom: 10px;
  }
  
  .card-3 h6 {
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 6px;
  }
  
  .card-3.bg-white h6 {
    line-height: 1.3;
    margin-bottom: 0;
  }
  
  .card-1-txt p,
  p.card-txt {
    line-height: 1.5;
    margin-bottom: 0;
  }
  
  .card-3 p {
    font-size: 0.925rem;
    line-height: 1;
    margin-bottom: 0;
  }
  
  /*------------------------------------------*/
  /*  Card Tags
  /*------------------------------------------*/
  
  .cars-tags {
    position: absolute;
    left: 30px;
    bottom: 10px;
    font-size: 0.915rem;
    line-height: 1;
    font-weight: 500;
    padding: 7px 14px;
  }
  
  /*------------------------------------------*/
  /*  Card Data
  /*------------------------------------------*/
  
  p.card-data {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 15px;
  }
  
  .card-data [class*="flaticon-"]:before, 
  .card-data [class*="flaticon-"]:after { 
    font-size: 0.95rem; 
    line-height: 1;
    font-weight: 700;
    margin-right: 5px;  
  } 
  
  /*------------------------------------------*/
  /*  Card Rating
  /*------------------------------------------*/
  
  .card-rating {
    position: relative;
    margin-bottom: 10px;
  }
  
  .card-rating [class*="flaticon-"]:before, 
  .card-rating [class*="flaticon-"]:after { 
    color: #ffc832;
    font-size: 0.95rem; 
    line-height: 1;
    margin-right: 1px;  
  } 
  
  .card-rating span {
    color: #888;
    position: relative;
    font-size: 0.925rem;
    line-height: 1;
    font-weight: 400;
    top: 1px;
  }
  
  /*------------------------------------------*/
  /*  Card Price
  /*------------------------------------------*/
  
  .card-2-txt .card-price {
    display: block;
    position: absolute;
    top: -20px;
    right: 20px;
    padding: 6px 14px;
    font-size: 1.175rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
  }
  
  .old-price {
    color: #999;
    font-size: 1.15rem;
    font-weight: 300;
    text-decoration: line-through;
    margin-right: 10px;
  }
  
  /*------------------------------------------*/
  /*  CARD IMAGE
  /*------------------------------------------*/
  
  .card-1:hover img,
  .card-2:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1);
    -moz-transform: scale(1.1);
  }
  
  /*------------------------------------------*/
  /*  Carousel Dots
  /*------------------------------------------*/
  
  .cards-section button {
    background-color: transparent;
    border: none;
    padding: 0 2px;
  }
  
  .owl-theme .owl-dots .owl-dot span {
    margin: 0 7px;
  }
  
  .bg-dark .owl-theme .owl-dots .owl-dot span {
    background: #333;
  }
  
  .bg-dark .owl-theme .owl-dots .owl-dot.active span, 
  .bg-dark .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #666;
  }
  
  .owl-dots button:focus {
    outline: none;
    text-decoration: none;
  }
  
  
  
  
  /* ==========================================================================
    11. GALLERY
    =========================================================================== */
  
  #gallery-1 {
    position: relative;
  } 
  
  #gallery-1.bg-50 {
    padding-top: 70px;
    padding-bottom: 60px;
  }   
  
  #gallery-1.bg-50:after {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    background-image: -webkit-linear-gradient(to right, #005cda, #006cff 100%);
    background-image: linear-gradient(to right, #005cda, #006cff 100%);
    top: 0;
    left: 25%;
    z-index: -1;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
  }
  
  .gallery-4-wrapper {
    margin: 0;
    padding: 0; 
  }
  
  .gallery-4-wrapper .col-lg-3 {
    padding: 0;
  }
  
  /*------------------------------------------*/
  /*  FILTER BUTTONS
  /*------------------------------------------*/ 
  
  .masonry-filter button, .masonry-filter a{
    position: relative;
    background-color: transparent; 
    font-family: 'Montserrat', sans-serif;
    color: #727475;
    font-size: 0.95rem;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 30px;
    padding: 0.5rem 0.1rem;
    border: none;
    cursor: pointer;
    outline: 0px 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;
  }
  
  .masonry-filter button:before, .masonry-filter a:before{
    font-family: Flaticon;
    font-weight: 400; 
    content: "\f13c";
    position: absolute;
    font-size: 0.9rem;
    top: 9px;
    left: -14px;
    opacity: 0;
  }
  
  /*------------------------------------------*/
  /*  Filter Button Hover
  /*------------------------------------------*/ 
  
  .masonry-filter button:hover, .masonry-filter a:hover,
  .masonry-filter button:focus, .masonry-filter a:focus {
    background-color: transparent;
    color: #555;
    border-bottom: none;
    outline: 0px none;
  } 
  
  /*------------------------------------------*/
  /*  Filter Button Active
  /*------------------------------------------*/ 
  
  .masonry-filter button.is-checked  {
    color: #d2322b;
    cursor: default;
    border-bottom: none;
    outline: 0px none;
  }
  
  .masonry-filter button.is-checked:before {
    opacity: 1;
    color: #d2322b;
  }
  
  .masonry-filter.azure-filter button.is-checked,
  .masonry-filter.azure-filter button.is-checked:before {
    color: #0080ff;
  }
  
  .masonry-filter.brown-filter button.is-checked,
  .masonry-filter.brown-filter button.is-checked:before {
    color: #af8855;
  }
  
  .masonry-filter.purple-filter button.is-checked,
  .masonry-filter.purple-filter button.is-checked:before {
    color: #6926cd;
  }
  
  .masonry-filter.rose-filter button.is-checked,
  .masonry-filter.rose-filter button.is-checked:before {
    color: #ff495a;
  }
  
  .masonry-filter.salmon-filter button.is-checked,
  .masonry-filter.salmon-filter button.is-checked:before {
    color: #ee6011;
  }
  
  .masonry-filter.skyblue-filter button.is-checked,
  .masonry-filter.skyblue-filter button.is-checked:before {
    color: #37baf2;
  }
  
  .masonry-filter.yellow-filter button.is-checked,
  .masonry-filter.yellow-filter button.is-checked:before,
  .masonry-filter.yellow-filter a.is-checked,
  .masonry-filter.yellow-filter a.is-checked:before {
    color: #f7be27;
  }
  
  /*------------------------------------------*/
  /*  MASONRY IMAGES HOLDER
  /*------------------------------------------*/ 
  
  .masonry-wrap .masonry-image {
    position: relative;
    text-align: center;   
    width: 25%;
    padding: 0;
  }
  
  #gallery-3 .masonry-wrap .masonry-image,
  #gallery-4 .masonry-wrap .masonry-image {
    width: 33.33%;
    text-align: left;   
    padding: 0 10px;
    margin-bottom: 20px;
  }
  
  .masonry-image .hover-overlay,
  .masonry-image .hover-overlay img {
    overflow: hidden;
  }
  
  /*------------------------------------------*/
  /*. GALLERY IMAGES CAROUSEL
  /*------------------------------------------*/ 
  
  .gallery-wrap {
    position: relative;
    margin-bottom: 50px;
  }
  
  .slick-slide {
    width: 350px;
  }
  
  .gallery-image {
    margin: 0 15px;
    overflow: hidden;
  }
  
  #gallery-4 .gallery-image {
    position: relative;
    margin: 0;
  }
  
  #gallery-6 .gallery-image {
    margin: 0 5px 50px;
  }
  
  .gallery-image:focus {
    outline: none;
    text-decoration: none;
  }
  
  /*------------------------------------------*/
  /*  IMAGE TITLE
  /*------------------------------------------*/
  
  .gallery-6-title {
    padding: 35px 0 0;
  }
  
  .gallery-6-title p {
    line-height: 1;
    font-weight: 400;
    margin-bottom: 0; 
  }
  
  /*------------------------------------------*/
  /*  IMAGE DESCRIPTION
  /*------------------------------------------*/
  
  .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 {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .image-data h6,
  .image-data h5 {
    margin-bottom: 3px;
    -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-data p { 
    font-weight: 500;
    margin-bottom: 0;
    -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;
  }
  
  /*------------------------------------------*/
  /*  PROJECT META
  /*------------------------------------------*/
  
  .project-meta {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 70;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(20, 20, 20, .75));
    background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(20, 20, 20, .75));
    padding: 100px 65px 32px 25px;
     -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;
  }
  
  .project-meta-txt {
    position: absolute;
    opacity: 0;
    bottom: 30px;
    left: -8%;
    -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;
  }
  
  #gallery-4 .project-meta-txt {
    bottom: 40px;
  }
  
  .project-meta-txt h6,
  .project-meta-txt h5 {
    line-height: 1.4;
    margin-top: 7px;
    margin-bottom: 1px;
  }
  
  .project-meta-txt p {
    margin-bottom: 10px;
  }
  
  .project-meta-txt span {
    font-size: 0.915rem;
    font-weight: 500;
    text-transform: uppercase;
  }
  
  /*------------------------------------------*/
  /*  PROJECT LINK
  /*------------------------------------------*/
  
  .project-link {
    text-align: center;
    position: absolute;
    bottom: 30px;
    right: 25px;
    right: -8%;
    opacity: 0; 
    width: 40px;
    height: 40px;
    line-height: 43px; 
    background-color: rgba(255, 255, 255, .6);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; 
    -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;
  }
  
  #gallery-4 .project-link {
    bottom: 35px;
  }
  
  /*------------------------------------------*/
  /*  PROJECT DESCRIPTION
  /*------------------------------------------*/
  
  .project-description {
    position: relative;
    padding: 25px 10px 0;
  }
  
  .project-description h6 {
    text-transform: uppercase;
  }
  
  .project-description p {
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 2px;
    margin-bottom: 0;
  }
  
  .project-description p span {
    font-weight: 500;
  }
  
  /*------------------------------------------*/
  /*  PROJECT DATA
  /*------------------------------------------*/
  
  .project-data {
    position: absolute;
    bottom: 1px;
    right: 8px;
    padding: 7px 13px 4px;
    background-color: rgba(200, 200, 200, .15);
    border: 1px solid #eee;
  }
  
  .bg-dark .project-data {
    background-color: rgba(55, 55, 55, .2);
    border: 1px solid #444;
  }
  
  .project-data span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 3px;
  }
  
  .project-data span.txt-500 {
    font-size: 0.7rem;
  }
  
  /*------------------------------------------*/
  /*  Project Rating
  /*------------------------------------------*/
  
  .project-rating [class*="flaticon-"]:before, 
  .project-rating [class*="flaticon-"]:after { 
    color: #ffc832;
    font-size: 0.925rem; 
    line-height: 1;
    margin-right: 1px;  
  } 
  
  .project-rating span {
    position: relative;
    font-size: 0.9rem;
    line-height: 1;
    font-weight: 500;
    top: 1px;
  }
  
  /*------------------------------------------*/
  /*  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, .65);
    -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;
  }
  
  #gallery-3 .item-overlay {
    background: rgba(20, 20, 20, .25);
  }
  
  .azure-overlay .item-overlay {
    background: rgba(0, 128, 255, .85);
  }
  
  .black-overlay .item-overlay {
    background: rgba(10, 10, 10, .5);
  }
  
  .brown-overlay .item-overlay {
    background: rgba(175, 136, 85, .65);
  }
  
  
  .yellow-overlay .item-overlay {
    background: rgba(247, 190, 39, .85);
  }
  
  /*------------------------------------------*/
  /*    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);
  }
  
  .masonry-image:hover .project-meta,
  #gallery-4 .gallery-image:hover .project-meta, 
  .masonry-image:hover .project-link,
  #gallery-4 .gallery-image:hover .project-link,
  .masonry-image:hover .project-meta-txt, 
  #gallery-4 .gallery-image:hover .project-meta-txt, 
  .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; 
  }
  
  .gallery-image:hover .image-data h5,
  .gallery-image:hover .image-data p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .masonry-image:hover .project-meta-txt {
    left: 25px;
  }
  
  #gallery-4 .gallery-image:hover .project-meta-txt {
    left: 20px;
  }
  
  .masonry-image:hover .project-link {
    right: 25px;
  }
  
  #gallery-4 .gallery-image:hover .project-link {
    right: 20px;
  }
  
  /*------------------------------------------*/
  /*  Screens Slick Carousel Dots
  /*------------------------------------------*/
  
  .gallery-section .slick-dots {
    position: absolute;
    z-index: 4;
    bottom: -60px;
  }
  
  .gallery-section .slick-dots li {
    margin: 0 4px;
    width: 18px;
    height: 18px;
  }
  
  .gallery-section .slick-dots li button:before {
    content: "";
    background: #ddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 1;
    width: 10px;
    height: 10px;
    left: auto;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  
  .gallery-section.bg-50 .slick-dots li button:before {
    background: #014fbb;
  }
  
  .gallery-section.bg-50 .slick-dots li button:hover:before,
  .gallery-section.bg-50 .slick-dots li.slick-active button:before {
    background: #a6c0e3;
  }
  
  
  
  
  /* ==========================================================================
    12.  SINGLE PROJECT DETAILS
    =========================================================================== */ 
  
  .project-title {
    margin-bottom: 30px;
  }
  
  .project-title h2 {
    font-weight: 800;
    margin-bottom: 15px;
  }
  
  .project-title p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 35px;
  }
  
  /*------------------------------------------*/
  /*. SINGLE PROJECT TEXT
  /*------------------------------------------*/ 
  
  .project-text {
    margin-bottom: 70px;
  }
  
  .project-2-description .project-text {
    margin-bottom: 50px;
  }
  
  .project-text h5.h5-xs,
  .project-text h5.h5-sm {
    margin-top: 30px;
    margin-bottom: 25px;
  }
  
  /*------------------------------------------*/
  /*. SINGLE PROJECT INFO
  /*------------------------------------------*/ 
  
  .project-details { 
    border-top: 1px solid #ddd;
    padding-top: 70px;
  }
  
  .project-2-description .project-details { 
    padding-top: 50px;
  }
  
  .project-info h5 { 
    margin-bottom: 25px;
  }
  
  .project-info p {
    color: #555; 
    font-size: 1.05rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    position: relative;
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 1px dotted #ddd;
  }
  
  .project-2-description .project-info p {
    padding: 8px 0;
    border-bottom: none;
  }
  
  .project-info p:last-child {   
    border-bottom: none;
  }
  
  .project-info p span {   
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #222;
    font-weight: 700;
  }
  
  .project-2-description .project-info p span {   
    bottom: 8px;
  }
  
  .project-info p span a {   
    font-weight: 800;
    text-decoration: underline;
  }
  
  .project-info p span a:hover {   
    color: #222;
  }
  
  /*------------------------------------------*/
  /*    SINGLE PROJECT SHARE LINKS
  /*------------------------------------------*/
  
  .project-share h5 { 
    margin-bottom: 15px;
  }
  
  .project-share-links {
    margin-top: 5px;
    display: inline-block; 
    padding-left: 0;
  }
  
  .project-share-links li {
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
    padding: 0;
  }
  
  .project-share-links a {
    width: 50px;
    height: 35px;
    color: #fff;
    background-color: #bbb;
    line-height: 37px!important;
    text-align: center;
    margin-right: 4px;
    display: block;
    opacity: 0.75;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  
  .project-share-links a.ico-facebook:hover { background-color: #3b5998; }
  .project-share-links a.ico-twitter:hover { background-color: #00a9ed; }
  .project-share-links a.ico-instagram:hover { background-color: #e44772 }
  .project-share-links a.ico-dribbble:hover { background-color: #d92d84; }
  .project-share-links a.ico-behance:hover { background-color: #2473f6; }
  .project-share-links a.ico-pinterest:hover { background-color: #ac281a; }
  .project-share-links a.ico-linkedin:hover { background-color: #015886; }
  .project-share-links a.ico-google-plus:hover { background-color: #cd1111; }
  .project-share-links a.ico-youtube:hover { background-color: #cd1b20; }
  .project-share-links a.ico-tumblr:hover { background-color: #3a5976; }
  .project-share-links a.ico-vk:hover { background-color: #3b5998; }
  
  .project-share-links a:hover {
    color: #fff;
  }
  
  /*------------------------------------------*/
  /*. SINGLE PROJECT IMAGE
  /*------------------------------------------*/ 
  
  .project-image {
    text-align: center;
    margin-bottom: 40px;
  }
  
  .project-gallery {
    margin: 45px 15px 15px;
  }
  
  .project-gallery .col-lg-3 {
    padding: 0;
  }
  
  .project-gallery .gallery-image {
    margin: 0 0 30px;
    overflow: hidden;
  }
  
  
  
  
  /* ==========================================================================
    13. VIDEO
    =========================================================================== */ 

  
  #video-3:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 80%;
    background-color: #f7f7f7;
    top: 10%;
    left: 0;
    z-index: -1;
  }
  
  /*------------------------------------------*/
  /*   VIDEO TYPOGRAPHY
  /*------------------------------------------*/
  
  #video-2 h3,
  #video-2 h2 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  
  #video-2 h3 {
    padding: 0 3%;
  }
  
  #video-2 p {  
    font-weight: 400;
    margin-bottom: 0;
  }
  
  
  
  
  /* ==========================================================================
    14. TEAM
    =========================================================================== */
  
  #team-2 .col-lg-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  #team-1 .tm-meta {
    padding-top: 30px;
  }
  
  #team-2 .tm-meta {
    position: relative;
    padding: 25px 20px;
    margin-top: -40px;
    margin-right: 25px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
  }
  
  .tm-meta h6,
  .tm-meta h5,
  .tm-meta h4  {
    line-height: 1;
    margin-bottom: 10px;
  }
  
  #team-2 .tm-meta h6,
  #team-2 .tm-meta h5 {
    margin-bottom: 8px;
  }
  
  .tm-meta h6.h6-xs {
    line-height: 1;
    margin-bottom: 6px;
  }
  
  .tm-meta p {
    font-weight: 400;
    margin-bottom: 0;
  }
  
  #team-2 .tm-meta p {
    line-height: 1;
    font-weight: 300;
  }
  
  /*------------------------------------------*/
  /*  Team Member Social Links
  /*------------------------------------------*/
  
  .team-member-photo {
    position: relative;
  }
  
  .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 ul li {
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
    padding: 0;
  }
  
  .tm-social a {
    width: 44px;
    height: 44px;
    color: #fff;
    margin-right: 1px;
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -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;
  }
  
  .tm-social [class^="flaticon-"]:before, 
  .tm-social [class^="flaticon-"]:after {
    font-size: 22px;
    line-height: 44px!important;   
  }
  
  .tm-3-social a.ico-facebook, .tm-social a.ico-facebook { background-color: #3b5998; }
  .tm-3-social a.ico-twitter, .tm-social a.ico-twitter { background-color: #00a9ed; }
  .tm-3-social a.ico-instagram, .tm-social a.ico-instagram { background-color: #e44772 }
  .tm-3-social a.ico-dribbble, .tm-social a.ico-dribbble { background-color: #d92d84; }
  .tm-3-social a.ico-behance, .tm-social a.ico-behance { background-color: #2473f6; }
  .tm-3-social a.ico-pinterest, .tm-social a.ico-pinterest { background-color: #ac281a; }
  .tm-3-social a.ico-linkedin, .tm-social a.ico-linkedin { background-color: #015886; }
  .tm-3-social a.ico-google-plus, .tm-social a.ico-google-plus { background-color: #cd1111; }
  .tm-3-social a.ico-youtube, .tm-social a.ico-youtube { background-color: #cd1b20; }
  .tm-3-social a.ico-tumblr, .tm-social a.ico-tumblr { background-color: #3a5976; }
  .tm-3-social a.ico-vk, .tm-social a.ico-vk { background-color: #3b5998; }
  
  /*------------------------------------------*/
  /*  Team Member Hover
  /*------------------------------------------*/
  
  .team-member: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);
  }
  
  .team-member:hover .tm-social ul {
    bottom: 6%;
    opacity: 1; 
    -moz-opacity: 1; 
  }
  
  #team-2 .team-member:hover .tm-social ul {
    bottom: 18%;
    opacity: 1; 
    -moz-opacity: 1; 
  }
  
  
  
  
  /* ==========================================================================
    15. PRICING
    =========================================================================== */
  
  .pricing-1-wrapper {
    padding: 0 5%;
  }
  
  .pricing-1-wrapper .col-md-4 {
    padding: 0;
  }
  
  #pt-2-1, #pt-2-2 {
    padding: 0 10px;
  }
  
  /*------------------------------------------*/
  /*  PRICING TABLE
  /*------------------------------------------*/ 
  
  #pt-1-1 { position: relative; z-index: 8; margin-right: -10px; }
  #pt-1-2 { position: relative; z-index: 9; }
  #pt-1-3 { position: relative; z-index: 8; margin-left: -10px; }
  
  .pricing-1-table,
  .pricing-2-table {
    background-color: #fff;   
    border: 1px solid #ddd;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 60px 50px;
    text-align: center;
    margin-bottom: 40px;
  }
  
  .pricing-2-table {
    padding: 60px 25px;
  }
  
  .pricing-1-table.highlight {
    padding: 90px 50px;
  }
  
  .pricing-4-table,
  .pricing-5-table {
    text-align: center;
    background-color: #fff;   
    border: 1px solid #ddd;
    padding: 60px 50px;
    margin-bottom: 40px;
  }
  

  
  /*------------------------------------------*/
  /*  Price Plan
  /*------------------------------------------*/
  
  #pricing-5 .pricing-plan {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  
  .pricing-plan h6 {
    letter-spacing: 1px;
    margin-bottom: 25px;
  }
  
  .pricing-1-table span.price,
  .pricing-2-table span.price ,
  .pricing-4-table span.price,
  .pricing-5-table span.price {
    font-family: 'Montserrat', sans-serif;
    font-size: 75px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.25px;
  }
  
  .pricing-2-table span.price,
  .pricing-4-table span.price {
    font-size: 80px;
  }
  
  .pricing-1-table sup,
  .pricing-2-table sup,
  .pricing-4-table sup,
  .pricing-5-table sup {
    font-size: 42px;
    font-weight: 700;
    top: -17px;
    right: 3px;
  }
  
  .pricing-2-table sup,
  .pricing-4-table sup {
    font-size: 45px;
  }
  
  .pricing-2-table sup.pricing-coins,
  .pricing-5-table sup.pricing-coins {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1px;
    top: -30px;
  }
  
  .pricing-1-table sup.validity,
  .pricing-2-table sup.validity,
  .pricing-4-table sup.validity {
    color: #757575;
    font-weight: 300;
    font-size: 25px;
    top: -3px;
    left: 0;
  }
  
  #pricing-5 .pricing-plan p {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 8px;
  }
  
  /*------------------------------------------*/
  /*  Pricing Table Body
  /*------------------------------------------*/
  
  ul.features {
    color: #333;
    font-size: 1.1rem;
    line-height: 1;
    padding-top: 20px;
  }
  
  #pricing-4 ul.features {
    padding-top: 0;
  }
  
  #pricing-5 ul.features {
    padding-top: 15px;
  }
  
  ul.features li {
    padding: 9px 0;
  } 
  
  ul.features li span {
    font-weight: 700;
  } 
  
  /*------------------------------------------*/
  /*  Pricing Table Button
  /*------------------------------------------*/
  
  .pricing-1-table .btn,
  .pricing-2-table .btn,
  .pricing-4-table .btn {
    margin-top: 30px;
  }
  
  /*------------------------------------------*/
  /*  Pricing List
  /*------------------------------------------*/
  
  .pricing-list li {
    padding-bottom: 20px;
    margin: 0 15px 20px;
    border-bottom: 1px dashed #5f5842;
  }
  
  .pricing-list li:last-child {
    border-bottom: none;
  }
  
  .pricing-list-txt {
    position: relative;
  }
  
  .pricing-list-txt h5,
  .pricing-list-txt h6 {
    line-height: 1;
    margin-bottom: 5px;
  }
  
  .pricing-list-txt p {
    margin-bottom: 0;
  }
  
  .pricing-list-amount {
    position: absolute;
    right: 10px;
    top: 0;
    letter-spacing: 1px;
  }
  
  /*------------------------------------------*/
  /*  Pricing Table Badge
  /*------------------------------------------*/
  
  .pricing-table-badge {
    position: absolute;
    top: 25px;
    right: 30px;
    text-align: center;
    z-index: 70;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 700;
    padding: 6px 14px;
  }
  
  /*------------------------------------------*/
  /*  PRICING NOTICE TEXT
  /*------------------------------------------*/
  
  .pricing-notice p {
    padding: 0 8%;
    margin-top: 30px;
    margin-bottom: 0;
  }
  
  #pricing-2 .pricing-notice p {
    margin-top: 20px;
  }
  
  .pricing-notice p span {
    font-weight: 700;
    margin-right: 5px;
  }
  
  
  
  
  /* ==========================================================================
    16. TESTIMONIALS
    =========================================================================== */
  
  .reviews-4-img {
    overflow: hidden;
  }
  
  /*------------------------------------------*/
  /*  TESTIMONIALS CAROUSEL
  /*------------------------------------------*/ 
  
  .review-1 { 
    background-color: #000;
    padding: 55px 20px;
    margin-bottom: 40px;
  }
  
  #rv-1-1.review-1-color { background-color: #e2e8e6; }
  #rv-1-2.review-1-color { background-color: #e3e7e8; }
  #rv-1-3.review-1-color { background-color: #eee3d4; }
  
  #rv-1-1 { margin-left: 8%; margin-right: 10px; }
  #rv-1-2 { margin-right: 8%; }
  #rv-1-3 { margin-right: 20px; }
  
  .review-2,
  .review-3 { 
    text-align: center; 
    background-color: #f8f8fb;
    padding: 40px 30px;
    margin: 0 15px 40px;
  }
  
 
  
  .bg-dark .review-1,
  .bg-dark .review-2,
  .bg-dark .review-3 {
    background-color: #222;
    -webkit-box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
    box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
  }
  
  .review-1-txt {
    padding: 0 20px;
    margin-top: 10px;
  }
  
  .reviews-1-title {
    margin-top: 35px;
    padding-left: 50px;
    padding-right: 10px;
  }
  
  /*------------------------------------------*/
  /*  Testimonial Message Text
  /*------------------------------------------*/
  
  .reviews-section h6 {
    margin-bottom: 0;
    color: #d8241a;
  }
  
  #reviews-1 h3, 
  #reviews-1 h2 {
    margin-bottom: 15px;
  }
  
  .review-3-txt p.p-sm {
    margin-top: 5px;
    line-height: 1;
    margin-bottom: 0;
  }
  
  .reviews-4-txt h3 {
    margin-bottom: 50px;
  }
  
  .reviews-4-txt h5 {
    line-height: 1;
    margin-bottom: 3px;
  }
  
  .reviews-1-title p {
    margin-bottom: 50px;
  }
  
  .review-1-txt p.p-md {
    margin-bottom: 30px;
    color: #d8241a;
  }
  
  .reviews-4-txt p {
    font-weight: 400;
    margin-bottom: 0;
  }
  
  .review-1-txt p{
    color: #d8241a;
  }
  
  /*------------------------------------------*/
  /*  Testimonial Brand
  /*------------------------------------------*/
  
  .review-1-brand img {
    width: auto;
    max-width: inherit;
    max-height: 90px;
  }
  
  /*------------------------------------------*/
  /*  Testimonials Rating
  /*------------------------------------------*/
  
  .app-rating {
    margin-bottom: 15px;
  }
  
  .review-3 .app-rating {
    margin-top: 10px;
    margin-bottom: 12px;
  }
  
  .review-2 .ico-20 [class*="flaticon-"]:before, 
  .review-2 .ico-20 [class*="flaticon-"]:after { font-size: 1.125rem; }
  
  .review-3 .ico-20 [class*="flaticon-"]:before, 
  .review-3 .ico-20 [class*="flaticon-"]:after { font-size: 1.05rem; }
  
  /*------------------------------------------*/
  /*  Carousel Dots
  /*------------------------------------------*/
  
  .reviews-section button {
    background-color: transparent;
    border: none;
    padding: 0 2px;
  }
  
  .owl-theme .owl-dots .owl-dot span {
    margin: 0 7px;
  }
  
  .bg-dark .owl-theme .owl-dots .owl-dot span {
    background: #333;
  }
  
  .bg-dark .owl-theme .owl-dots .owl-dot.active span, 
  .bg-dark .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #666;
  }
  
  .owl-dots button:focus {
    outline: none;
    text-decoration: none;
  }
  
  /*------------------------------------------*/
  /*  Testimonial Button
  /*------------------------------------------*/
  
  .reviews-1-btn  {
    margin-top: 25px;
    margin-bottom: 40px;
  }
  
  
  
  
  /* ==========================================================================
    17. BRANDS
    =========================================================================== */
  
  #brands-1 {
    padding-top: 15px;
    padding-bottom: 70px;
    z-index: 9;
  }  
  
  .brands-2-wrapper {
    padding: 0 5%;
  }
  
  /*------------------------------------------*/
  /*  BRANDS TYPOGRAPHY
  /*------------------------------------------*/ 
  
  .brands-title p {
    font-weight: 400;
    margin-bottom: 60px;
  }
  
  .brands-section h4 {
    line-height: 1.4;
    padding: 0 5%;
    margin-bottom: 50px;
  }
  
  .brands-txt p {
    padding: 0 5%;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  
  .brands-txt .btn {
    margin-bottom: 30px;
  }
  
  /*------------------------------------------*/
  /*  BRANDS LOGO WRAPPER
  /*------------------------------------------*/ 
  
  #brands-1 .brand-logo {
    padding: 0 16px;
  } 
  
  #brands-2 .brand-logo {
    display: inline-block;
    width: 20%;
    float: left;
    opacity: .8;
    padding: 0 25px;
    margin-bottom: 30px;
    -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;
  } 
  
  #brands-3 .brand-logo {
    text-align: center;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 30px 20px 40px;
    margin-bottom: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
    box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
  }
  
  #brands-3 .brand-logo h5 {
    margin: 15px 0 10px;
  }
  
  #brands-3 .brand-logo p {
    color: #757575;
    margin-bottom: 0;
  }
  
  #brands-2.bg-dark .brand-logo {
    opacity: .6;
  }
  
  #brands-3 .brand-logo img {
    padding: 0 15%;
  }
  
  #brands-2 .brand-logo:hover {
    opacity: 1;
  } 
  
  #brands-1 .owl-dots {
    display: none;
  }
  
  
  
  
  /* ==========================================================================
    18. STATISTIC
    =========================================================================== */
  
  #statistic-1,
  #statistic-3,
  #statistic-4 {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  

  
  #statistic-5 .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .statistic-5-wrapper {
    padding-left: 60px;
  }
  
  #statistic-3 .statistic-block {
    padding-left: 15px;
  }
  
  #statistic-5 .statistic-block {
    padding: 35px 30px;
    z-index: 8;
    -webkit-box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
    box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
  }
  
  #st-5-1, #st-5-2 {
    margin-bottom: 10px;
  }
  
  #statistic-5 .statistic-block.statistic-block-featured {
    position: absolute;
    padding: 40px 35px;
    top: -25px;
    left: -20px;
    right: -20px;
    z-index: 9;
     -webkit-box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
    box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
  }
  
  .statistic-ico {
    margin-bottom: 20px;
  }
  
  /*------------------------------------------*/
  /*  STATISTIC BLOCK TYPOGRAPHY
  /*------------------------------------------*/
  
  .statistic-number {
    line-height: 1; 
    letter-spacing: 0.5px;
    margin-bottom: 10px;
  }
  
  #statistic-5 .statistic-number {
    line-height: 1; 
    letter-spacing: 0.5px;
    margin-bottom: 7px;
  }
  
  .statistic-block p {
    margin-bottom: 0;
  }
  
  /*------------------------------------------*/
  /*  STATISTIC BLOCK TEXT
  /*------------------------------------------*/
  
  #statistic-3 .statistic-block-txt,
  #statistic-5 .statistic-block-txt {
    overflow: hidden;
    padding-left: 25px;
  }
  
  .h3-xl.statistic-number {
    margin-bottom: 8px;
  }
  
  .statistic-block-txt p {
    font-weight: 400;
    margin-bottom: 0;
  }
  
  .s-icon {
    float: left;
    text-align: center;
    margin-top: 3px;
  }
  
  
  
  
  /* ==========================================================================
    19. BANNER
    =========================================================================== */
  

  
  #banner-3 {
    padding-top: 110px;
    padding-bottom: 120px;
  }
  

  
  /*------------------------------------------*/
  /*  BANNER TYPOGRAPHY
  /*------------------------------------------*/ 
  
  .banner-1-txt h2 {
    padding: 0 5%;
    margin-bottom: 20px;
  }
  
  .banner-3-txt h6,
  .banner-3-txt h5 {
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  
  .banner-2-txt h2 {
    margin-bottom: 20px;
  }
  
  .banner-3-txt h2 {
    margin-bottom: 40px;
  }
  
  .banner-1-txt p {
    padding: 0 15%;
    margin-bottom: 35px;
  }
  
  .banner-2-txt p {
    font-weight: 400;
    padding: 0 10%;
    margin-bottom: 30px;
  }
  
  
  
  
  /* ==========================================================================
    20. CALL TO ACTION
    =========================================================================== */
  
  #cta-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  #cta-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  

  
  #cta-4,
  #cta-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  

  
  .cta-3-wrapper {
    padding: 50px 35px;
    margin: 0 5%;
  }
  
  .cta-4-txt {
    display: inline-block;
    text-align: center;
  }
  
  /*------------------------------------------*/
  /*  CALL TO ACTION TYPOGRAPHY
  /*------------------------------------------*/
  
  .cta-3-txt h4 {
    line-height: 1;
    margin-bottom: 0;
  }
  
  .cta-4-txt h4 {
    position: relative;
    display: inline-block;
    float: left;
    top: 4px;
    margin-right: 60px;
    margin-bottom: 0;
  }
  
  .cta-5-txt h4 {
    margin-bottom: 0;
  }
  
  .cta-6-txt h3 {
    margin-bottom: 15px;
  }
  
  
  .cta-1-txt p {
    margin-top: 10px;
    margin-bottom: 0;
  }
  
  .cta-2-txt p {
    font-weight: 400;
    padding: 0 8%;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  
  .cta-2-txt p.p-md {
    margin-bottom: 0;
  }
  
  .cta-2-txt p a {
    font-weight: 500;
    text-decoration: underline;
  }
  
  /*------------------------------------------*/
  /*  CALL TO ACTION BUTTONS
  /*------------------------------------------*/
  
  .cta-1-btn p {
    margin-bottom: 0;
  }
  
  .cta-5-txt .btns-group {
    position: relative;
    display: inline-block;
  }
  
  .cta-6-btn {
    border-left: 2px solid rgba(255, 255, 255, .2);
    padding: 25px 20px 15px;
    margin-bottom: 10px;
  }
  
  .cta-6-btn .btn {
    margin: 0 5% 30px;
  }
  
  
  /*------------------------------------------*/
  /*   DOWNLOAD TEXT
  /*------------------------------------------*/
  
  .download-logo {
    margin-bottom: 30px;
  }
  
  .download-logo img {
    width: auto;
    max-width: inherit;
    max-height: 100px;
  }
  
  #download-2 .txt-block {
    margin-top: -20px;
  }
  
  /*------------------------------------------*/
  /*  DOWNLOAD TYPOGRAPHY
  /*------------------------------------------*/
  
  .download-1-txt h2 {
    letter-spacing: -1px;
    margin-bottom: 15px;
  }
  
  .download-1-txt p.p-lg {
    padding-right: 5%;
    margin-bottom: 30px;
  }
  
  .download-section p.os-version {
    margin-bottom: 0;
  }
  
  .download-section p.os-version span {
    font-size: 1.15rem;
    margin-left: 7px;
  }
  
  /*------------------------------------------*/
  /*  DOWNLOAD IMAGE
  /*------------------------------------------*/
  
  #download-2 .img-block {
    text-align: center;
    position: relative;
    z-index: 999;
    margin-bottom: -60px;
  }
  
  
  
  
  /* ==========================================================================
    22. FAQs
    =========================================================================== */
  
  #faqs-1 .question {
    margin-bottom: 30px;
  }
  
  /*------------------------------------------*/
  /*  FAQs TYPOGRAPHY
  /*------------------------------------------*/
  
  #faqs-1 .question h6 {
    margin-bottom: 15px;
  }
  
 
  /*------------------------------------------*/
  /*  MORE QUESTIONS
  /*------------------------------------------*/
  
  .more-questions {
    padding: 50px 60px;
    margin: 60px 10% 0;
  }
  

  
  .bg-dark .more-questions {
    background-color: #222;
    -webkit-box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
    box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
  }
  
  .more-questions p {
    font-weight: 400;
    margin-bottom: 0;
  }
  
  /*------------------------------------------*/
  /*  MORE QUESTIONS TITLE
  /*------------------------------------------*/
  
  .more-questions-title {
    margin-top: 50px;
  }
  
  .more-questions-title p {
    padding: 0 5%;
    margin-top: 20px;
    margin-bottom: 0;
  }
  
  /*------------------------------------------*/
  /*  FAQs CONTACTS
  /*------------------------------------------*/
  
  .faqs-contacts-wrapper {
    margin: 45px 10% 0;
  }
  
  .faqs-contacts {
    text-align: center;
    border: 1px solid #ddd;
    padding: 55px 60px;
    -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; 
  }
  
  .faqs-contacts:hover {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  }
  
  .faqs-contacts h5 {
    line-height: 1;
    margin-top: 25px;
    margin-bottom: 5px;
  }
  
  .faqs-contacts p {
    font-weight: 400;
    margin-bottom: 0;
  }
  
  
  
  
  /* ==========================================================================
    23. NEWSLETTER
    =========================================================================== */
  
  #newsletter-1 {
    padding-top: 80px;
    padding-bottom: 60px;
  } 
  
  /*------------------------------------------*/
  /*  NEWSLETTER TYPOGRAPHY
  /*------------------------------------------*/ 
  
  .newsletter-txt {
    padding: 0 8%;
  }
  
  .newsletter-txt p { 
    padding: 0 10%;
    margin-top: 25px;
    margin-bottom: 0;
  }
  
  .newsletter-txt p a { 
    font-weight: 500;
    text-decoration: underline;
  }
  
  .newsletter-txt p a:hover { 
    color: #eee;
  }
  
  /*------------------------------------------*/
  /*   Newsletter Form Input
  /*------------------------------------------*/
  
  .newsletter-section .form-control {
    height: 60px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #666;
    font-size: 18px;
    font-weight: 300;
    padding: 0 20px;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; 
    -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 {
    border: 1px solid #999;
    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;
    font-size: 19px;
    padding: 13px 45px;
    margin-left: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 46px;
    border-radius: 4px; 
  }
  
  /*------------------------------------------*/
  /*  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;
  }
  
  
  
  
  /* ==========================================================================
    24. BLOG
    =========================================================================== */
  
  /*------------------------------------------*/
  /*  BLOG POST
  /*------------------------------------------*/ 
  
  .blog-1-post {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 40px;
  }
  
  .blog-2-post {
    margin-bottom: 20px;
  }
  
  .blog-3-post {
    position: relative;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 40px;
  }
  
  .blog-3-post.gold-border {
    border-bottom: 4px solid #d1b665;
  }
  

  
  
  .blog-section .section-title h3{
    color: #fff;
  }
  
  /*------------------------------------------*/
  /*  BLOG POST TEXT
  /*------------------------------------------*/ 
  
  .blog-post-txt {
    padding: 25px 20px 20px;
  }
  
  #blog-2 .blog-post-txt {
    padding: 25px 0 20px;
  }
  
  #blog-3 .blog-post-txt {
    padding: 35px 25px 20px;
  }
  
  /*------------------------------------------*/
  /*  BLOG POST TYPOGRAPHY
  /*------------------------------------------*/ 
  
  .blog-post-txt h6,
  .blog-post-txt h5 {
    line-height: 1.3;
    margin-bottom: 30px;
  }
  
  #blog-2 .blog-post-txt h6,
  #blog-2 .blog-post-txt h5 {
    margin-bottom: 10px;
  }
  
  #blog-3 .blog-post-txt h6,
  #blog-3 .blog-post-txt h5 {
    margin-bottom: 20px;
  }
  
  #blog-2 .blog-post-txt p {
    margin-bottom: 0;
  }
  
  #blog-2 .post-author h5 {
    color: #bbb;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 6px;
  }
  
  #blog-2 .post-author h5.grey-color {
    color: #ddd;
  }
  
  .post-author span {
    display: block;
    color: #888;
    font-size: 1.05rem;
    font-weight: 400;
  }
  
  #blog-2 .post-author span {
    line-height: 1;
    margin-bottom: 20px;
  }
  
  p.post-tag {
    color: #888;
    font-size: 0.95rem;
    line-height: 1;
    font-weight: 500;  
  }
  
  .post-date {
    display: block;
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 14px;
  }
  
  /*------------------------------------------*/
  /*  Post Link 
  /*------------------------------------------*/
  
  .post-link {
    text-align: center;
    position: absolute;
    right: 15px;
    bottom: 15px;
    padding: 10px;
  }
  
  .post-link.ico-20 [class*="flaticon-"]:before, 
  .post-link.ico-20 [class*="flaticon-"]:after { font-size: 1.125rem; }
  
  /*------------------------------------------*/
  /*  Post Image
  /*------------------------------------------*/
  
  .blog-1-post:hover img,
  .blog-2-post:hover img,
  .blog-3-post:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1);
    -moz-transform: scale(1.1);
  }
  
  
  
  
  /* ==========================================================================
    25. BLOG LISTING PAGE
    =========================================================================== */
  
  .blog-post.b-bottom {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 40px;
  }
  
  #blog-listing-1 .blog-post-txt {
    padding: 0 0 0 20px;
  }
  
  #blog-listing-2 .blog-post-txt {
    padding: 35px 0 0;
  }
  
  #blog-listing-1 .blog-post-txt h5,
  #blog-listing-2 .blog-post-txt h5 {
    margin-bottom: 15px;
  }
  
  #blog-listing-2 h5.posts-category {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-top: 60px;
    margin-bottom: 50px;
  }
  
  /*------------------------------------------*/
  /*  POPULAR POST
  /*------------------------------------------*/ 
  
  .popular-post {
    background-color: #fff;
    padding: 20px 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .1);
    box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .1);
  }
  
  .popular-post a {
    font-weight: 400;
  }
  
  .popular-post a::after {
    font-size: 1.05rem;
    display: inline-block;
    padding-left: 2px;
    margin-top: -1px;
    color: #ff495a;
    content: "\00bb";
  }
  
  .popular-post a:hover {
    color: #777;
  }
  
  /*------------------------------------------*/
  /*   SIDEBAR SEARCH FORM
  /*------------------------------------------*/
  
  #search-field .form-control {
    background-color: #f0f0f0;
    height: 54px;
    font-size: 17px;
    padding-left: 20px;
    border: none;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
  }
  
  #search-field .btn {
    background-color: #f0f0f0;
    color: #777;
    border: none;
    height: 54px;
    padding: 0 18px;
    margin-top: 0;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
     -webkit-border-radius: 0px 6px 6px 0;
    -moz-border-radius: 0px 6px 6px 0;
    border-radius: 0px 6px 6px 0;
  }
  
  #search-field .form-control:focus {
    border-color: #999;
    outline: 0px none;
    box-shadow: none;
  }
  
  /*------------------------------------------*/
  /*  SIDEBAR TYPOGREPHY
  /*------------------------------------------*/
  
  .sidebar-div h6 {
    margin-bottom: 20px;
  }
  
  .sidebar-div.ico-20 [class^="flaticon-"]:before, 
  .sidebar-div.ico-20 [class^="flaticon-"]:after { font-size: 1.1rem; }
  
  
  /*------------------------------------------*/
  /*   SIDEBAR BLOG CATEGORIES
  /*------------------------------------------*/
  
  ul.blog-category-list > li {
    padding: 15px 0;
    border-bottom: 1px dashed #c0c0c0;
    -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;  
  }
  
  ul.blog-category-list > li:first-child {
    padding: 0 0 15px;
  }
  
  ul.blog-category-list > li:last-child {
    padding: 15px 0 0;
    border-bottom: none;
  }
  
  ul.blog-category-list > li p {
    margin-bottom: 0;
  }
  
  ul.blog-category-list > li a {
    color: #676869;
    font-weight: 400;
  }
  
  ul.blog-category-list > li span {
    color: #555;
    font-weight: 700;
  }
  
  ul.blog-category-list li:hover {
    padding-left: 8px;
  }
  
  /*------------------------------------------*/
  /*  SIDEBAR TAGS
  /*------------------------------------------*/
  
  .badge {
    color: #777;
    font-size: 0.875rem;
    font-weight: 700;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 8px;
    padding: 5px 10px;
    margin-right: 2px;
    -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;  
  }
  
  .badge a {
    color: #888!important;
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.42857;
  }
  
  .badge:hover {
    background-color: transparent;
    border-color: #ccc;
  }
  
  .badge1:hover a {
    color: #fff!important;
  }
  
  /*------------------------------------------*/
  /*  SINGLE POST
  /*------------------------------------------*/ 
  
  .single-post-txt h5 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  
  .single-post-title,
  .post-title-tag {
    margin-bottom: 35px;
  }
  
  #single-post .post-author {
    padding-top: 5px;
  }
  
  #single-post .post-author span {
    display: block;
    color: #888;
    font-size: 1.0625rem;
    font-weight: 400;
    margin-bottom: 0;
  }
  
  /*------------------------------------------*/
  /*  POST DATA
  /*------------------------------------------*/ 
  
  #single-post .post-data {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  
  #single-post .post-author-avatar { 
    display: inline-block;
    float: left;
  }
  
  /*------------------------------------------*/
  /*  Post Author Avatar 
  /*------------------------------------------*/ 
  
  #single-post .post-author-avatar img {
    width: 65px;
    height: 65px;
    display: inline-block;
    margin: 0 20px 0 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
  }
  
  /*------------------------------------------*/
  /*  Follow Button 
  /*------------------------------------------*/ 
  
  .follow-author {
    position: relative;
    color: #757575;
    font-size: 0.9rem;
    line-height: 1;
    font-weight: 400;
    padding: 3px 8px;
    top: -5px;
    margin-left: 6px;
    border: 1px solid #888;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  
  /*------------------------------------------*/
  /*  SINGLE POST QUOTE
  /*------------------------------------------*/ 
  
  .quote {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  .quote p {
    color: #666;
    font-size: 1.35rem!important;
    font-weight: 300;
    padding-left: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
  }
  
  /*------------------------------------------*/
  /*  BLOG POST INNER IMAGE
  /*------------------------------------------*/ 
  
  .post-inner-img {
    text-align: center;
    margin-top: 55px;
    margin-bottom: 50px;  
  }
  
  .post-inner-img p {
    margin-top: 25px;
    margin-bottom: 0;  
  }
  
  /*------------------------------------------*/
  /*  POST TAGS 
  /*------------------------------------------*/ 
  
  .post-share-links {
    margin-top: 60px;
  }
  
  .post-tags-list span a {
    color: #757575;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.42857;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    padding: 8px 16px;
    margin-right: 4px;
    -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 450ms ease-in-out;
    transition: all 450ms ease-in-out;
  }
  
  .post-tags-list span a:hover {
    background-color: transparent;
    border-color: #ccc;
  }
  
  /*------------------------------------------*/
  /*  POST SHARE ICONS
  /*-----------------------------------------*/
  
  .post-share-links .share-social-icons {
    display: inline-block; 
    padding-left: 0;
  }
  
  .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 {
    color: #555;
    width: 33px;
    height: 33px;
    font-size: 21px;
    display: block;
    margin-right: 5px;
  }
  
  /*------------------------------------------*/
  /*  OTHER POSTS TYPOGRAPHY
  /*------------------------------------------*/ 
  
  .other-posts {
    margin: 80px 0;
    padding: 70px 0 40px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  
  .other-posts h6 {
    margin-bottom: 8px;
  }
  
  .prev-post a, 
  .next-post a {
    color: #999;
    font-size: 1.0625rem;
    line-height: 1.2;
  }
  
  .all-posts a { 
    color: #757575;
    font-size: 1.75rem;
    line-height: 1;
  }
  
  .prev-post a:hover, 
  .next-post a:hover {
    color: #000;
    text-decoration: underline;
  }
  
  .all-posts a:hover { 
    color: #333;
  }
  
  /*------------------------------------------*/
  /*  POST COMMENTS
  /*------------------------------------------*/
  
  .comments-wrapper h5 {
    margin-bottom: 50px;
  }
  
  .post-comments h5 {
    padding-bottom: 30px;
    margin-bottom: 80px;
    border-bottom: 1px solid #ddd;
  }
  
  .comments-wrapper img {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
  }
  
  .media-body p {
    color:  #757575;
  }
  
  .comment-meta {
    margin-bottom: 10px;
  }
  
  .comment-meta h6 {
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 2px;
  }
  
  .comment-date {
    color: #888;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
  }
  
  .btn-reply {
    margin-left: 3px;
  }
  
  .btn-reply a {
    color:  #888;
    font-size: 15px;
    font-weight: 400; 
  }
  
  .btn-reply a span {
    margin: 0 2px;  
  }
  
  .btn-reply.ico-20 [class^="flaticon-"]:before, 
  .btn-reply.ico-20 [class^="flaticon-"]:after { font-size: 0.8rem; }
  
  .btn-reply a:hover {
    color: #222;
  }
  
  .comments-wrapper hr {
    margin-top: 24px; 
    margin-bottom: 40px; 
  }
  
  /*------------------------------------------*/
  /*  SINGLE POST COMMENT FORM
  /*------------------------------------------*/
  
  #leave-comment h5 {
    padding-bottom: 0;
    margin-top: 80px;
    margin-bottom: 3px;
    border: none;
  }
  
  .comment-form {
    position: relative;
    margin-top: 50px;
  }
  
  .comment-form p {
    color: #333;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 5px;
    display: block;
  }
  
  .comment-form .form-control {
    height: 54px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 18px;
    font-weight: 300;
    padding: 0 15px;
    margin-bottom: 22px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -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;
  }
  
  .comment-form .form-control:focus {
    border-color: #00b2e4;
    outline: 0px none;
    box-shadow: none;
  }
  
  .comment-form textarea { min-height: 200px; }
  .comment-form textarea.form-control { 
    padding: 20px;
  }
  
  /*------------------------------------------*/
  /*  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: 10px;
    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;
  }
  
  .comment-form .form-control.error {
    font-size: 17px!important;
  }
  
  
  
  
  /* ==========================================================================
    26. CONTACTS
    =========================================================================== */
  
  #contacts-2 {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  
  
  /*------------------------------------------*/
  /*  CONTACT BOX
  /*------------------------------------------*/
  
  .contact-1-box {
    text-align: center;
    margin-bottom: 30px;
  }
  
  /*------------------------------------------*/
  /*  CONTACT BOX TEXT
  /*------------------------------------------*/
  
  .contact-2-box {
    padding-left: 20px;
    margin-bottom: 27px;
  }
  
  .contact-box-txt {
    overflow: hidden;
    padding-left: 22px;
  }
  
  /*------------------------------------------*/
  /*  CONTACT BOX TYPOGRAPHY
  /*------------------------------------------*/
  
  .contact-1-box h5 {
    margin-top: 25px;
    margin-bottom: 12px;
  }
  
  .contact-3-box h5 {
    margin-bottom: 15px;
  }
  
  .contact-1-box p,
  .contact-2-box p,
  .contact-3-box p {
    font-size: 1.05rem;
    font-weight: 400;
    margin-bottom: 3px;
  }
  
  /*------------------------------------------*/
  /*  CONTACT BOX ICON
  /*------------------------------------------*/
  
  .contact-box-ico {     
    float: left;
    text-align: center;
    margin-top: 3px;
  }
  
  /*------------------------------------------*/
  /*  CONTACT FORM
  /*------------------------------------------*/
  
  .contact-form .form-control {
    height: 54px;
    background-color: #fff;
    border: 1px solid #e0d9c5;
    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: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -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;
    border-color: #afa074;
  }
  
  .bg-color-01 .contact-form .form-control :focus {
    border-color: #fff;
  }
  
  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;
  }
  
  
  
  
  /* ==========================================================================
    27. GOOGLE MAP
    =========================================================================== */
  
  .contacts-map {
    margin-top: 80px;
  }
  
  .google-map {
    position: relative;
    padding: 0px 0px 32%;
    height: 0px;
    overflow: hidden;
  }
  
  .contacts-map .google-map {
    padding: 0px 0px 35%;
  }
  
  
  .google-map iframe, 
  .google-map object, 
  .google-map embed {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border:0;
  }
  
  
  
  
  /* ==========================================================================
    28. FOOTER
    ========================================================================== */ 
  
  .footer {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  
  #footer-6 .footer {
    padding-top: 100px;
  }
  
  /*------------------------------------------*/
  /*  FOOTER LOGO
  /*------------------------------------------*/
  
  .footer-logo {
    margin-bottom: 15px;
  }
  
  .footer-logo img {
    width: auto;
    max-width: inherit;
    max-height: 45px;
  }
  
  #footer-3 .footer-logo img {
    max-height: 40px;
  }
  
  /*------------------------------------------*/
  /*  FOOTER TYPOGRAPHY
  /*------------------------------------------*/
  
  .footer h6,
  .footer h5.h5-xs,
  .footer h5.h5-sm,
  .footer h5.h5-md {
    line-height: 1;
    margin-top: 8px;
    margin-bottom: 20px;
  }
  
  .footer h5.h5-xs {
    font-size: 1.3125rem;
  }
  
  .footer h5.h5-md {
    font-size: 1.4375rem;
  }
  
  .footer p,
  .footer a {
    color: #888;
    font-size: 1.125rem;
    transition: all 0.2s ease-in-out;
  }
  
  .footer-box p {
    margin-bottom: 5px;
  }
  
  .footer-box p.foo-email a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
  }
  
  .footer a.foo-tag {
    color: #aaa;
    font-size: 1.05rem;
  }
  
  .footer a span {
    -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;
  }
  
  .bg-dark.footer p,
  .bg-dark.footer a,
  .bg-dark.footer a span {
    color: #bbb;
  }
  
  .footer .footer-links a:hover {
    color: #151515;
    padding-left: 4px;
  }
  
  #footer-6.footer .footer-links a:hover {
    padding-left: 0;
  }
  
  .bg-dark.footer h6,
  .bg-dark.footer h5,
  .bg-dark.footer a:hover,
  .bg-dark.footer a:hover span,
  .bg-dark.footer p.foo-email a,
  .bg-dark.footer .footer-links a:hover {
    color: #fff;
  }
  
  .footer-contacts p {
    margin-bottom: 3px;
  }
  
  p.foo-email a {
    color: #666;
    font-weight: 500;
    text-decoration: underline;
  }
  
  .foo-news span {
    font-size: 15px;
    display: block;
    margin-top: 4px;
  }
  
  /*------------------------------------------*/
  /*   FOOTER LINKS
  /*------------------------------------------*/
  
  .footer-links li,
  .footer-tags-list li {
    width: auto !important;
    display: block !important;
    vertical-align: top;
    clear: none !important;
    margin: 0;
    padding: 0;
  }
  
  .footer-tags-list li {
    display: inline-block !important;
    margin: 0 3px 12px;
  }
  
  .footer-links li p {
    margin-bottom: 8px;
  }
  
  .footer-list span {
    position: relative;
    font-weight: 300;
    top: 2px;
    margin-right: 5px;
  }
  
  .footer-list.ico-20 [class*="flaticon-"]:before, 
  .footer-list.ico-20 [class*="flaticon-"]:after { font-size: 1.125rem; }
  
  /*------------------------------------------*/
  /*. FOOTER SOCIAL LINKS
  /*------------------------------------------*/
  
  #footer-6 .footer-socials-links p {
    font-size: 0.95rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 6px;
  }
  
  #footer-6 .footer-socials-links p a {
    text-decoration: underline;
  }
  
  .footer-socials-links p a.link-facebook:hover { color: #3b5998; }
  .footer-socials-links p a.link-twitter:hover { color: #00a9ed; }
  .footer-socials-links p a.link-instagram:hover { color: #e44772 }
  .footer-socials-links p a.link-youtube:hover { color: #cd1b20; }
  
  /*------------------------------------------*/
  /*  FOOTER TAGS
  /*------------------------------------------*/
  
  .foo-tag {
    font-weight: 400;
    background-color: transparent;
    padding: 4px 8px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  
  .foo-tag:hover {
    background-color: transparent;
    border: 1px solid #aaa;
  }
  
  /*------------------------------------------*/
  /*  FOOTER INSTAGRAM IMAGES
  /*------------------------------------------*/
  
  .footer-img img.insta-img {
    float: left;
    width: 75px;
    height: 75px;
    margin: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  
  /*------------------------------------------*/
  /*   FOOTER NEWSLETTER FORM
  /*------------------------------------------*/
  
  .footer-form .form-control {
    height: 48px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-right: none;
    color: #333;
    font-size: 1rem;
    padding: 0 15px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    -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;
  }
  

  
  .bg-dark .footer-form .form-control {
    background-color: #222;
    border: 1px solid #444;
    border-right: none;  
    color: #ccc;
  }
  
  /*------------------------------------------*/
  /*  Newsletter Form Input Focus
  /*------------------------------------------*/
  
  .footer-form .form-control:focus {
    border: 1px solid #ccc;
    border-right: none;
    outline: 0;
    box-shadow: none;
  }
  
  .bg-dark .footer-form .form-control:focus {
    border: 1px solid #444;
    border-right: none;  
  }
  
  /*------------------------------------------*/
  /*  Newsletter Form Button
  /*------------------------------------------*/
  
  .footer-form .btn {
    height: 48px;
    color: #aaa;
    background-color: #fff;
    border: 1px solid #ccc;
    border-left: none;
    font-size: 1.45rem;
    line-height: 1!important;
    margin-top: 0;
    padding: 0 15px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
  }
  
  .footer-form .btn span {
    -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;
  }
  

  
  .bg-dark .footer-form .btn {
    background-color: #222;
    border: 1px solid #444;
    border-left: none;
  }
  
  .bg-dark .footer-form .btn span {
    color: #666;
  }
  
  .footer-form .btn:hover span,
  .bg-dark .footer-form .btn:hover span {
    color: #d2322b;
  }
  
  /*------------------------------------------*/
  /*  Footer Form Notification
  /*------------------------------------------*/
  
  .footer-form .form-notification {
    color: #2dcb21;
    font-size: 0.95rem;
    line-height: 1.25;
    font-weight: 400;
    margin-top: 12px;
    margin-left: 5px;
  }
  
  /*------------------------------------------*/
  /*  BOTTOM FOOTER
  /*------------------------------------------*/
  
  .bottom-footer {
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 30px;
  }
  
  .bg-dark .bottom-footer {
    border-top: 1px solid #444;
  }
  
  .bottom-footer p {
    margin-bottom: 0;
  }
  
  .footer-copyright p {
    line-height: 18px;
    margin-bottom: 0;
  }
  
  /*------------------------------------------*/
  /*  Bottom Footer List
  /*------------------------------------------*/
  
  .bottom-footer-list li {
    font-size: 1rem;
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
    margin: 0 9px 0 0;
    padding: 0;
  }
  
  #footer-6 .bottom-footer-list li {
    margin-bottom: 10px;
  }
  
  #footer-3 .bottom-footer-list li a {
    font-weight: 600;
  }
  
  .bottom-footer-list li a span {
    margin-right: 4px;
  }
  
  .bottom-footer-list p:after { 
    content: "|"; 
    padding-left: 11px; 
    position: relative;
    top: -1px;
  }
  
  .bottom-footer-list p.last-li:after { 
    content: " "; 
    padding-left: 0; 
  }
  
  /*------------------------------------------*/
  /*  Bottom Socials List
  /*------------------------------------------*/
  
  .foo-socials {
    display: inline-block; 
    padding-left: 0;
    margin: 0 auto 0;
  }
  
  .foo-socials li {
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
    margin: 0 0 8px 0;
    padding: 0;
  }
  
  .foo-socials a {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 8px;
  }
  
  
  
  
  /* ==========================================================================
    29 INNER PAGE HERO
    =========================================================================== */  
  
  .page-hero-section {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;   
    background-size: cover;
    background-attachment: scroll!important;
    padding-top: 170px;
    padding-bottom: 130px;
  }
  
  
  /*------------------------------------------*/
  /*  INNER PAGE HERO TYPOGRAPHY
  /*------------------------------------------*/
  
  .page-hero-section h3 {
    margin-bottom: 0;
  }
  
  
  
  
  /* ==========================================================================
    30. BREADCRUMB
    =========================================================================== */
  
  #breadcrumb {
    margin-bottom: 20px;
    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 a {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
  }
  
  .breadcrumb-item a:hover {
    color: #fff;
  }
  
  .breadcrumb-item.active {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .breadcrumb-item + .breadcrumb-item::before {
    font-size: 0.925rem;
    display: inline-block;
    padding-right: 10px;
    color: #fff;
    content: "/";
  }
  
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 12px;
  }
  
  
  
  
  /* ==========================================================================
    31. PAGE PAGINATION
    =========================================================================== */
  
  .page-pagination {
    padding-bottom: 100px;
  }
  
  .blog-page-pagination {
    margin-top: 80px;
    padding-top: 80px;
  }
  
  .page-link {
    color: #999;
    font-weight: 600;
    padding: 9px 16px;
    margin: 0 3px;
    background-color: transparent;
    border-color: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  
  .page-item:first-child .page-link {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  
  .page-item:last-child .page-link {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  
  .page-item.disabled .page-link {
    color: #aaa;
    background-color: transparent;
    border-color: transparent;
  }
  
  .pagination.ico-20 [class^="flaticon-"]:before, 
  .pagination.ico-20 [class^="flaticon-"]:after { font-size: 0.7rem; }
  
  .page-link:hover,
  .page-item.active .page-link {
    color: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
  }
  
  .page-link:focus {
    background-color: transparent;
    color: #666;
    border-color: transparent;
    box-shadow: 0 0;
  }
  
  
  
  
  /* ==========================================================================
    32. TERMS PAGE
    =========================================================================== */
  
  /*------------------------------------------*/
  /*  TERMS PAGE TYPOGRAPHY
  /*------------------------------------------*/
  
  .terms-box { 
    margin-bottom: 30px;
  }
  
  .terms-box h5 {
    margin-bottom: 25px;
  }
  
  .terms-box a {
    font-weight: 500;
  }
  
  
  
  /* ==========================================================================
    33. 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, .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: #d8241a f2;
  }
  
  nav a#pull {  
    display: none;  
  }
  
  
  
  
  /* ==========================================================================
    34. COLOR SCHEME SETTINGS
    =========================================================================== */
  
  /* Background Color */
  .bg-theme { background-color: #d8241a; }
  
  /* Button Color */
  .btn-theme, 
  .scroll .btn-theme, 
  .white-color .btn-theme,
  .theme-hover:hover, 
  .scroll .theme-hover:hover, 
  .white-color .theme-hover:hover {
    color: #000!important;
    background-color: #d8241a!important;
    border-color: #d8241a!important;
  }
  
  .btn-tra-theme, 
  .scroll .btn-tra-theme, 
  .white-color .btn-tra-theme,
  .tra-theme-hover:hover, 
  .scroll .tra-theme-hover:hover, 
  .white-color .tra-theme-hover:hover {
    color: #d8241a!important;
    background-color: transparent;
    border-color: #d8241a!important;
  }
  
  /* Text Color */
  .theme-color,
  .theme-color h2, 
  .theme-color h3, 
  .theme-color h4, 
  .theme-color h5, 
  .theme-color h6, 
  .theme-color p, 
  .theme-color a,
  .theme-color li, 
  .theme-color i,
  .theme-color span, 
  .white-color .theme-color { color: #d8241a; }
  
  /* Loader */
  #loader, #loader:before, #loader:after { border-top-color: #d8241a; }
  
  /* Header Hover */
  .nav-theme-hover .wsmegamenu h5.h5-xs a:hover,
  .wsmenu > .wsmenu-list.nav-theme-hover > li > ul.sub-menu > li > a:hover,
  .nav-theme-hover .wsmegamenu .latest-news .post-summary a:hover,
  .wsmenu > .wsmenu-list.nav-theme-hover > li > .wsmegamenu .link-list li a:hover,
  .wsmenu > .wsmenu-list.nav-theme-hover > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
    color: #d8241a!important;
  }
  
  .posttitle:before, .posttitle:after {background-color: #d8241a;}
  
  /* Card Link Hover */
  .card-2-txt h6 a:hover { color: #d8241a; }
  
  /* Box Hover */
  .fbox-6-hover .fbox-6:hover { background-color: #d8241a; }  
  
  /* Portfolio Filter */
  .masonry-filter.theme-filter button.is-checked,
  .masonry-filter.theme-filter button.is-checked:before { color: #d8241a; }
  .masonry-filter.theme-filter a.is-checked,
  .masonry-filter.theme-filter a.is-checked:before { color: #d8241a; }
  
  /* Project Link Hover */
  .project-link:hover { background-color: #d8241a; }
  
  /* Image Overlay Background */
  .theme-overlay .item-overlay { background: rgba(255, 69, 0, .7); }
  

  
  .quote p { border-left: 3px solid #d8241a; }
  
  .footer-form .btn:hover span, .bg-dark .footer-form .btn:hover span { color: #d8241a; }
  
  .popular-post a::after { color: #d8241a; }
  
  .page-link:hover, .page-item.active .page-link { background-color: #d8241a; border-color: #d8241a; }
  
  
  
  
  /* ==========================================================================
     STYLE CHANGER 
    ========================================================================== */
  
  #stlChanger {
    position: fixed;
    z-index: 9999;
    font-size: 15px;
    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: #2b2e37;
    width: 230px;
    position: relative;
    overflow: hidden;
    border: 1px solid #2b2e37;
    border-radius: 4px 0px 0px 4px;
    margin-left: 50px;
  }
  
  #stlChanger .chBut {
    background: #d8241a;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 1000000;
    text-align: center;
    border: 1px solid #d8241a;
    border-left: none;
    padding: 0 0 0 2px;
    border-radius: 4px 0px 0px 4px;
    -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: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
  }
  
  #stlChanger .stBgs a {
    text-decoration: none;
    width: 35px;
    height: 35px;
    float: left;
    padding: 0;
    margin: 0 5px 8px;
    cursor: pointer;
    opacity: 1;
  }
  
  #stlChanger .stBgs a img {
    width: 35px;
    height: 35px;
  }
  
  .stBlock1 {
    margin: 0 20px 25px 20px;
  }
  
  .stBlock .btn {
    width: 100%;
    font-size: 1rem;
    line-height: 1;
    padding: 10px;
  }
  
  .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;
  }
  
  #myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
  }
  
  
  .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .venom-button {
    bottom: 85px !important;
    right: 30px !important;
  }
  
  .venom-button-button{
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
  }


  .title-wrapper {
    position: relative;
    text-align: center;
    margin-bottom: 20px; /* Ajusta según sea necesario */
}

.brands-title {
    font-size: 1rem; /* Ajusta el tamaño del texto */
    color: #333; /* Color del texto */
    position: relative;
    z-index: 10; /* Asegura que quede por encima de otros elementos */
    background: #fff; /* Fondo blanco para que sea legible */
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #ccc; /* Borde opcional */
    border-radius: 5px; /* Bordes redondeados opcionales */
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1); /* Sombra para sobresalir */
    transform: translateY(-30px); /* Sobresale hacia arriba */
}
