/*
-----------------------------------------------------
  Stylesheet Guide
-----------------------------------------------------

  1. Default stylesheets

    1.1. Color Schemes
  2. General classes
  3. Main
    3.1. Offsets
    3.2. Blackout
  4. Basic Elements
    4.1. Typography
    4.2. Buttons
  5. Shortcods

    5.1. Video
  6. Header
    6.1. Navigation
    6.2. Search Box
  7. First Screen
  8.  Reviews slider
  9. About
  10. Footer
  11. Animations
  12. Spacing
  
*/
@import "reset.css";
@import "animate.css";
@import "bootstrap.min.css";
@import "../fonts/font-awesome-4.5.0/css/font-awesome.min.css";
@import "../fonts/Evatheme-Icon/css/Evatheme-Icon-Fonts.css";

@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,100);

/* ------------------------------------------------

    1. Default stylesheets

------------------------------------------------ */

   body {
    font-family: 'Lato', sans-serif;
    color:#a2a2a2;
    font-size:16px;
    line-height:26px;
    font-weight: 300;
    background:#f2f2f2;
   }

   *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   }

   ::selection{
    color: #fff;
    background-color: #0066cc;
   }

   ::-moz-selection{
    color: #fff;
    background-color: #0066cc;
   }

   ::-webkit-scrollbar{
    background: #cdcdcd;
    width: 8px;
   }

   ::-webkit-scrollbar-thumb{background: #333;}


   ::-webkit-input-placeholder{
    color:#999999;
    -webkit-transition: text-indent .5s ease, color .5s ease;
        transition: text-indent .5s ease, color .5s ease;
   }

   input::-moz-placeholder{
    color:#999999;
    opacity:1;
   }

   textarea::-moz-placeholder{
    color: #999999;
    opacity: 1;
   }

   ::ms-input-placeholder{
    color:#999999;
   }

   [placeholder]:focus::-webkit-input-placeholder{
    text-indent:10em;
    color:transparent;
   }


   /* --------------------------------------------
        1.1. Color Schemes
   -------------------------------------------- */

      .bg_grey{
        background-color: #fafafa;
      }

      .bg1{
        background-image: linear-gradient(to top, #000000c9, #080808eb), url(../images/footer_img.jpg);
      }

      .bg2{
        background-image: url(../images/bg2.jpg);
      }

      .bg3{
        background-image: url(http://demo.evatheme.com/html/thepear/14_home_mobile_app/images/bg3.jpg);
      }

      .bg_blue_light{
        background: #3385d6;
      }

      .bg_blue_middle{
        background: #1a76d1;
      }

      .bg_blue_hight{
        background: #0368ca;
      }

/* ------------------------------------------------

    2. General Classes

------------------------------------------------ */

   .align_left{
    text-align: left;
   }

   .align_right{
    text-align: right;
   }

   .align_center{
    text-align: center;
   }

   .f_left{
    float: left;
   }

   .f_right{
    float: right;
   }

   .wrapper{overflow: hidden;}

   .hide{ display: none;}

   .show{ display: block;}

   .d_ib{display: inline-block;}

   .transparent{ opacity:0; }

   .invisible{
    opacity: 0;
    visibility: hidden;
   }

   .visible{
    opacity:1;
    visibility: visible;
   }

   .p_abs{position: absolute;}

   .p_rel{position: relative;}

   .p_fix{position: fixed;}

   .clear{clear:both;width:100%;line-height:0;font-size:0;}

   .clearfix:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
   }

   .reg{text-transform:uppercase;}

/* ------------------------------------------------

    3. Main

------------------------------------------------ */

  #content{
	  overflow-x:hidden;
	  padding:0px 0px 0px 0px;
  }

  .back_to_top{
    display: none;
    border: none;
    outline: none;
    position: fixed;
    bottom: 25px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    background-color: #1c1c1c;
    z-index: 99;
  }

  .back_to_top:hover{
    /*background-color: #1c1c1cc2;*/
    background-color: #e6e6e6;
    
  }

  .back_to_top i{
    font-size: 30px;
    line-height: 30px;
    margin: 0;
    display: none;
  }

  /* --------------------------------------------
        3.1. Offsets
  -------------------------------------------- */

    .section_offset{
      padding: 90px 0;
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 0 0;
    }

    .section_offset2:not(:first-child){
      padding-top: 90px;
    }

    .section_offset:not([class*="bg_"]) + .section_offset:not([class*="bg_"]),
    .section_vertical:not([class*="bg_"]) + .section_offset:not([class*="bg_"]){
      padding-top: 0;
    }

  /* --------------------------------------------
        3.2. Blackout
  -------------------------------------------- */

    .blackout{
      padding: 100px 0 110px;
      color: #a8dfdb;
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-attachment: fixed;
    }

/* ------------------------------------------------

    4. Basic Elements

------------------------------------------------ */

  /* --------------------------------------------
      4.1. Typography
  -------------------------------------------- */

    h1,h2,h3,h4,h5,h6{
      font-family: 'Lato', sans-serif;
      font-weight:300;
      line-height: 1.23em;
      color: #bc7b998c;
      margin: 0;
      margin-bottom: 17px;
    }

    h1{
      font-size: 100px;
      line-height: 100px;
      margin-bottom: 40px;
    }

    h2{
      font-size: 40px;
      text-align: center;
      margin-bottom: 30px;
    }
    h2 strong{
      font-weight: 400;
    }

    h3{
      font-size: 24px;
      line-height: 30px;
    }

    h4{
      font-size: 18px;
    }
    h5{font-size: 16px;}

    h6{
      font-size: 14px;
      line-height: 18px;
      font-weight: 400;
      margin-bottom: 15px;
    }

    .blackout h1,
    .blackout h2,
    .blackout h3,
    .blackout h4,
    .blackout h5,
    .blackout h6,
    .blackout2 h1,
    .blackout2 h2,
    .blackout2 h3,
    .blackout2 h4,
    .blackout2 h5,
    .blackout2 h6,
    .first_screen_inner h1,
    .first_screen_inner h2,
    .first_screen_inner h3,
    .first_screen_inner h4,
    .first_screen_inner h5,
    .first_screen_inner h6{
      color: #ffffffed;
    }

    .title_box1:not(:last-child){
      margin-bottom: 60px;
    }

    .subtitle{
      font-size: 21px;
      line-height: 34px;
      color: #adadad;
    }

    .blackout2 .subtitle,
    .blackout .subtitle{
      color: #dddddda8;
    }

    .title_icon{
      font-size: 35px;
      color: #ccc;
      margin-bottom: 30px;
    }
    .title1 {
      font-size: 40px;
      line-height: 1.1;
      margin-bottom: 50px;
          font-weight: 300;
             /*font-style: oblique;*/


    }

    p:not(:last-child){margin-bottom: 20px;}

    mark{background-color: #20cfef;padding: 0 2px;color: #fff;}
    mark.red{background-color: #ee352f;}

    a{
      color: #0066cc;
      text-decoration: none;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }
    a:hover{
      color: #666;
      text-decoration: none;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    }
    a:focus,
    a:visited{
      outline: none;
      text-decoration: none;
    }

    img{
      max-width: 100%;
    }

  /* --------------------------------------------
      4.2. Buttons
  -------------------------------------------- */

      button{
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
      }

      button:focus{
        outline: none;
      }

      button:hover{
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
      }

      .btn{
        display: inline-block;
        outline: none;
        background: none;
        border: none;
        color: #0066cc;
        font-size: 24px;
        line-height: 30px;
        position: relative;
        padding-right: 35px;
      }

      .btn:before{
        content: "\f105";
        display: block;
        position: absolute;
        text-align: center;
        width: 26px;
        height: 26px;
        right: 0;
        top: 50%;
        margin-top: -12px;
        border: 2px solid #0066cc;
        border-radius: 50%;
        font: normal normal normal 14px/22px FontAwesome;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
      }

      .btn:after{
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 100%;
        height: 1px;
        background-color: #0066cc;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
      }

      .btn:hover{
        color: #0066cc;
      }

      .btn:hover:before{
        background-color: #0066cc;
        color: #fff;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
      }

      .btn:hover:after{
        right: 35px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
      }

      .btn_type1{
        position: relative;
        background-color: #0066cc;
        display: inline-block;
        font: 300 16px/30px 'Lato',sans-serif;
        border-radius: 30px;
        line-height: 30px;
        min-width: 185px;
        padding: 7px 23px 9px;
        text-align: center;
      }

      .btn_type1 span{
        color: #fff;
        display: inline-block;
        position: relative;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
      }

      .btn_type1 span:after{
        content: "\f105";
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -10px;
        color: #333;
        font: normal normal normal 14px/20px FontAwesome;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
      }

      .btn_type1:hover{
        background-color: #575757;
      }

      .btn_type1:hover span{
        color: #fff;
        -webkit-transform: translate(-10px, 0);
        -ms-transform: translate(-10px, 0);
        -o-transform: translate(-10px, 0);
        transform: translate(-10px, 0);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
      }

      .btn_type1:hover span:after{
        color: #fff;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(20px, 0);
        -ms-transform: translate(20px, 0);
        -o-transform: translate(20px, 0);
        transform: translate(20px, 0);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
      }

      .btn_type1.small{
        min-width: 131px;
        font-size: 13px;
        line-height: 16px;
      }

      /*white button*/

      .first_screen_inner .btn,
      .blackout .btn,
      .blackout2 .btn{
        color: #fff;
      }

      .first_screen_inner .btn:hover,
      .blackout .btn:hover,
      .blackout2 .btn:hover{
        color: #fff;
      }

      .first_screen_inner .btn:before,
      .blackout .btn:before,
      .blackout2 .btn:before{
        border-color: #fff;
      }

      .first_screen_inner .btn:after,
      .blackout .btn:after,
      .blackout2 .btn:after{
        background-color: #fff;
      }

      .first_screen_inner .btn:hover:before,
      .blackout .btn:hover:before,
      .blackout2 .btn:hover:before{
        background-color: #fff;
        color: #0066cc;
      }

      .link_type1{
        display: inline-block;
        position: relative;
        color: #0066cc;
      }

      .link_type1:before{
        content: '';
        display: block;
        position: absolute;
        bottom: 2px;
        left: 0;
        right: 100%;
        height: 1px;
        background-color: #0066cc;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
      }

      .link_type1:hover{
        color: #0066cc;
      }

      .link_type1:hover:before{
        right: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
      }

/* ------------------------------------------------

    5. Shortcods

------------------------------------------------ */

  /* ------------------------------------------------
      5.1. Video
  -------------------------------------------------*/

    .video_box{
      padding: 0 0 45% !important;
      position: relative;
      overflow: hidden;
    }

    .video_img{
      filter: brightness(0.7);
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      text-align: center;
      overflow: hidden;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }

    .video_img img{
      width: 100%;
      filter: brightness(0.7);
    }

    .video_wrapper{
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      opacity: 0;
      visibility: hidden;
    }

    .video{
      width: 100%;
    }

    .video_desc{
      position: absolute;
      text-align: center;
      font-size: 24px;
      line-height: 1.23;
      left: 0;
      right: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }

    .video_text{
      padding: 0 0px;
    }

    .video_text h2{
      margin-bottom: 15px;
    }

    .video_btn{
      position: relative;
      padding: 0;
      outline: none;
      background: none;
      border: 2px solid #fff;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      font: normal normal normal 30px/96px FontAwesome;
      margin-bottom: 30px;
    }

    .video_btn.pause{
      position: absolute;
      top: 50px;
      left: 50px;
      z-index: 9;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }

    .video_btn i{
      line-height: 96px;
    }

    .video_btn i.fa-play{
      margin-left: 5px;
    }

    .video_btn:hover{
      background-color: #fff;
      color: #a8dfdb;
    }

    .video_box.pause .video_img{
      opacity: 0;
      visibility: hidden;
    }

    .video_box.pause .video_wrapper{
      opacity: 1;
      visibility: visible;
    }

    .video_box.pause .video_btn.pause{
      opacity: 1;
      visibility: visible;
    }

    .video_box.pause .video_desc{
      opacity: 0;
      visibility: hidden;
    }

/* ------------------------------------------------

    6. Header

------------------------------------------------ */

  #header{
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(32,32,32,0.85);
  }

  .header_inner{
    position: relative;
    height: 50px;
  }

  .logo{
    line-height: 17px;
/*    float: left;
*/    padding-top: 14px;
  }

  span.translate {
    font-weight: 300;
    float: right;
    color: white;
    font-size: 17px;
    filter: blur(1px);
}
}

  .logo img{
    vertical-align: top;
  }


  /* --------------------------------------------
      6.1. Navigation
  -------------------------------------------- */

    nav{
      text-align: center;
      line-height: 17px;
      padding-right: 60px;
    }

    .nav_btn{
      display: none;
      border: none;
      outline: none;
      width: 50px;
      height: 50px;
      color: #fff;
      background-color: rgba(32,32,32,0.85);
      border-top: 1px solid #0066cc;
      font-size: 20px;
      position: absolute;
      left: -50px;
      top: -1px;
    }

    .nav_btn:hover{
      color: #0066cc;
    }

    .navigation{
      display: inline-block;
    }

    .navigation>li{
      float: left;
      position: relative;
      padding: 14px 0 19px;
    }

    .navigation>li:not(:last-child){
      padding-right: 75px;
    }

    .navigation li a{
      color: #fff;
      line-height: 17px;
      display: block;
    }

    .navigation li a:hover,
    .navigation li.current a{
      color: #999;
    }

  /* --------------------------------------------
      6.2. Search Box
  -------------------------------------------- */

    .search_box{
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 60px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }

    .search_box input:not([type="radio"]):not([type="checkbox"]):not([type="file"]){
      width: 100%;
      outline: none;
      border: none;
      background-color: #0f0f0f;
      font: 300 16px/20px 'Lato',sans-serif;
      padding: 15px 60px 15px 20px;
      color: #fff;
      opacity: 0;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }

    .search_btn{
      outline: none;
      border: none;
      background: none;
      position: absolute;
      width: 20px;
      height: 20px;
      top: 50%;
      margin-top: -10px;
      right: 20px;
      color: #fff;
    }

    .search_btn:before{
      content: "\f002";
      font: normal normal normal 16px/20px FontAwesome;
      display: block;
      width: 100%;
      height: 100%;
    }

    .search_box.active .search_btn:before{
      content: "\f00d";
    }

    .search_box.active{
      width: 100%;
    }

    .search_box.active input:not([type="radio"]):not([type="checkbox"]):not([type="file"]){
      opacity: 1;
    }

/* ------------------------------------------------

    7. First Screen

------------------------------------------------ */

  .first_screen{
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    background: url(../images/intro.jpg);
	/*background-repeat:no-repeat;*/
	/*background-position:center center;*/
	/*background-attachment:fixed;*/
    -webkit-background-size: cover;
    background-size: cover;
  }

  .first_screen:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    margin-left: -5px;
  }

  .first_screen_inner{
    display: inline-block;
    padding-top: 65px;
    width: 100%;
    max-height: 100%;
    vertical-align: bottom;
    position: relative;
    z-index: 2;
  }

  .first_screen_subtitle{
    font-size: 50px;
    line-height: 1;
    margin-bottom: 0 !important;
  }

  .first_screen_title{
    font-size: 51px;
    line-height: 1;
  }

  .first_screen_inner .subtitle{
    margin-bottom: 68px;
    /*color: #c3c3c3;*/
    color: #e6e5e5d9;  
  }

  .first_screen_label{
    position: absolute;
    left: 50%;
    bottom: 55px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .label_animation{
    animation: animationFrames linear 1s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: animationFrames linear 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: animationFrames linear 1s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: animationFrames linear 1s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: animationFrames linear 1s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
  }

  @keyframes animationFrames{
    0% {
      transform:  translate(-50%,0px);
      opacity: 1;
    }
    50%{
      opacity: 1;
    }
    100% {
      transform:  translate(-50%,30px);
      opacity: 0;
    }
  }

  @-moz-keyframes animationFrames{
    0% {
      -moz-transform:  translate(-50%,0px);
      opacity: 1;
    }
    50%{
      opacity: 1;
    }
    100% {
      -moz-transform:  translate(-50%,30px);
      opacity: 0;
    }
  }

  @-webkit-keyframes animationFrames {
    0% {
      -webkit-transform:  translate(-50%,0px);
      opacity: 1;
    }
    50%{
      opacity: 1;
    }
    100% {
      -webkit-transform:  translate(-50%,30px);
      opacity: 0;
    }
  }

  @-o-keyframes animationFrames {
    0% {
      -o-transform:  translate(-50%,0px);
      opacity: 1;
    }
    50%{
      opacity: 1;
    }
    100% {
      -o-transform:  translate(-50%,30px);
      opacity: 0;
    }
  }

  @-ms-keyframes animationFrames {
    0% {
      -ms-transform:  translate(-50%,0px);
      opacity: 1;
    }
    50%{
      opacity: 1;
    }
    100% {
      -ms-transform:  translate(-50%,30px);
      opacity: 0;
    }
  }


  .section_vertical ,
  .vertical_inner{
      display: table;
      width: 100%;
      table-layout: fixed;
  }
    .section_vertical>*,
    .vertical_inner>* {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
    }

      .section_vertical__title{
        text-align: left;
        color: #bc7b998c;
      }
    .left_blumarine,
    .first_screen_inner h2{
     text-align: center;
    }
    .first_screen_inner h2{
      /*margin-bottom: 50px;*/
      margin-bottom: 50px;
      line-height: 1.1;
    }
    .app_google_box{
      width: 400px;
      max-width: 100%;
    }
      .app_store,
      .google_play{
        width: 190px;
        height: 70px;
        float: left;
        background: url(../images/app_store.png) 0 0 no-repeat;
        display: inline-block;
      }
      .google_play{
        width: 190px;
        height: 70px;
        float: right;
        background: url(../images/google_play.png) 0 0 no-repeat;
      }

      .ease_ios{
        overflow:hidden;
		padding-bottom: 50px !important;
      }
        .ease_ios .subtitle{
          color: #a9a9a9;
          text-align: center;
          margin-bottom: 60px;
        }

      .icons_container{
        padding-bottom: 128px;
      }
        .icon_box {
          position: relative;
          text-align: center;
        }
          .icon_box i {
            font-size: 35px;
            color: #a7dedb;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            margin-bottom: 20px;
            display: inline-block;
          }
          .icon_box:hover>i {
            color: #cccccc;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
          }
          .icon_box_title {
            font-size: 24px;
            line-height: 1.2;
            margin-bottom: 15px;
          }
            .icon_box_title a{
              color: #a6ddda;
              font-weight: 300;
            }
          .icon_box_excerpt{
            color: #373737;
          }
      .phone2{

      display: block !important;
      /*margin: auto;*/
      width: 100%;  
      }

  .app_features{
	overflow:hidden;
  }
    .app_features_list_box{
      max-width: 410px;
    }
      .app_features_list_box li{
        margin-bottom: 45px;
        padding-left: 100px;
        position: relative;
      }
        .app_features .subtitle{
          margin-bottom: 30px;
        }
        .app_features_list_box li .icon {
            position: absolute;
            top: 0;
            left: 0;
            font-size: 65px;
            color: #ccc;
            -webkit-transition: color 0.3s;
            -o-transition: color 0.3s;
            transition: color 0.3s;
        }
        .app_list_title{
          font-size: 24px;
          line-height: 1.2;
          color: #a8dfdb;
        }

/* ------------------------------------------------

    8.  Reviews slider

------------------------------------------------ */

  .reviews_slider {
      padding: 40px 100px;
      margin: 45px 100px 0;
      width: auto;
      position: relative;
  }
    .reviews_slider::before {
        content: "”";
        display: block;
        position: absolute;
        top: -10px;
        padding-top: 10px;
        left: 50%;
        margin-left: -30px;
        background-color: rgb(250, 250, 250);
        text-align: center;
        font-size: 80px;
        width: 60px;
        color: rgb(0, 102, 204);
    }
    .review {
        font-size: 34px;
        line-height: 44px;
        color: #333;
        text-align: center;
    }
      .review > p{
        font-size: 24px;
        line-height: 36px;
        color: #333;
        font-weight: 300;
        font-family:'Lato',sans-serif;
        margin-bottom: 32px;
      }
      .review_name {
          font-size: 16px;
          line-height: 26px;
          font-weight: 700;
          color: #333;
          text-transform: uppercase;
          text-align: left;
          display: block;
      }
      .reviews_with_img{
        /* width: 35%; */
        width: 270px;
        max-width: 100%;
        margin: auto;
      }
        .reviews_with_img_it{
         -webkit-border-radius: 50%;
                  border-radius: 50%;
            overflow: hidden;
            margin-right: 20px;
        }
		.reviews_with_img_it img{
         -webkit-border-radius: 50%;
                  border-radius: 50%;
        }
        .reviews_with_img_text{
          text-align: left;
        }
      .post_name {
          display: block;
          font-size: 16px;
          line-height: 26px;
          font-weight: 400;
          color: #999;
          text-align: left;
      }
      .reviews_slider .owl-dots{
        display: none;
      }
      .owl-prev,
      .owl-next{
          width: 46px;
          height: 46px;
          position: absolute;
          top: 50%;
          left: -130px;
          display: inline-block;
          font: normal normal normal 18px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
               -o-transform: translateY(-50%);
                  transform: translateY(-50%);
          border: 2px solid #ccc;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          text-align: center;
          -webkit-transition: all ease 0.5s;
             -moz-transition: all ease 0.5s;
              -ms-transition: all ease 0.5s;
               -o-transition: all ease 0.5s;
                  transition: all ease 0.5s;
      }
      .owl-prev:hover,
      .owl-next:hover{
        border: 2px solid #000;
        -webkit-transition: all ease 0.5s;
             -moz-transition: all ease 0.5s;
              -ms-transition: all ease 0.5s;
               -o-transition: all ease 0.5s;
                  transition: all ease 0.5s;
      }
        .owl-prev:before{
            content: "\f104";
            font-size: 25px;
            line-height: 41px;
            color: #ccc;
            padding-right: 3px;
            -webkit-transition: color ease 0.5s;
             -moz-transition: color ease 0.5s;
              -ms-transition: color ease 0.5s;
               -o-transition: color ease 0.5s;
                  transition: color ease 0.5s;
        }
        .owl-prev:hover:before,
        .owl-next:hover:before{
          color: #000;
          -webkit-transition: color ease 0.5s;
             -moz-transition: color ease 0.5s;
              -ms-transition: color ease 0.5s;
               -o-transition: color ease 0.5s;
                  transition: color ease 0.5s;
        }
      .owl-next{
        left: auto;
        right: -130px;
      }
        .owl-next:before{
            content: "\f105";
            font-size: 25px;
            line-height: 41px;
            color: #ccc;
            padding-left: 3px;
            -webkit-transition: color ease 0.5s;
             -moz-transition: color ease 0.5s;
              -ms-transition: color ease 0.5s;
               -o-transition: color ease 0.5s;
                  transition: color ease 0.5s;
        }


    .social_section_box{
      min-height: 137px;
    }
      .social_list2{
        text-align: center;
      }
        .social_list2 li{
          display: inline-block;
        }
        .social_list2 li:not(:last-child){
          margin-right: 65px;
        }
          .social_list2 li a{
            font-size: 22px;
            line-height: 137px;
            font-weight: 300;
            font-family:'Lato',sans-serif;
          }
            .social_list2 li a i{
              font-size: 25px;
              line-height: 137px;
              padding-right: 18px;
            }

/* ------------------------------------------------

    9. About

------------------------------------------------ */
	
  #section6{
	  overflow:hidden;
  }
	
  .about_wrapper{
    text-align: center;
  }

  .about_wrapper .subtitle{
    margin-bottom: 50px;
  }

  .about_img{
    margin-bottom: 35px;
  }

  .about_img img{

  }
  .ab_title{
    font-size: 70px;
    color: #ad9c6b !important;
  }
  .about_wrapper .app_google_box{
    margin: auto;
  }
  .social_list{
    text-align: center;
  }

  .social_list:not(:last-child){
    margin-bottom: 48px;
  }


  .social_list li a{
    display:block;
	width:26px;
	font-size: 25px;
    color: #ccc;
  }

  .social_list li a:hover{
    color: #06c;
  }

/* ------------------------------------------------

    10. Footer

------------------------------------------------ */

  footer {
    background-color: #f2f2f2;
    padding: 62px 0;
    text-align: center;
  }

  .copyright {
    font-size: 14px;
    line-height: 21px;
    color: #999;
    padding-top: 25px;
    white-space: pre;
    text-align: center;
  }
  .copyright a{
    color: inherit;
    /*position: relative;*/
    display: inline-block;

  }

  .copyright a:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 2px;
    height: 1px;
    background-color: #ab9c6c;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .copyright a:hover{
    color: ##b2a378;
  }

  .copyright a:hover:before{
    right: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .social_list {
      padding-top: 30px;
      display: inline-block;
  }
  .social_list li:not(:last-child) {
      margin-right: 50px;
  }
  .social_list li {
      float: left;
  }

/* ------------------------------------------------

    9. Animate

------------------------------------------------ */

  .animate_el{
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .tr_top{
    -webkit-transform: translate(0, -40px);
    -ms-transform: translate(0, -40px);
    -o-transform: translate(0, -40px);
    transform: translate(0, -40px);
  }
  .tr_bottom{
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    transform: translate(0, 40px);
  }
  .tr_left{
    -webkit-transform: translate(-40px, 0);
    -ms-transform: translate(-40px, 0);
    -o-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
  }
  .tr_right{
    -webkit-transform: translate(40px, 0);
    -ms-transform: translate(40px, 0);
    -o-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }

  .start_animate .animate_el{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .delay_1{
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .delay_2{
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }

  .delay_3{
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }

  .delay_4{
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
  }

  .delay_5{
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }

  .delay_6{
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }

  .delay_7{
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
  }

  .delay_8{
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
  }

  .delay_9{
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }

  .delay_10{
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
  }

  .delay_11{
    -webkit-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
  }

  .delay_12{
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
  }

  .delay_13{
    -webkit-transition-delay: 1.9s;
    -o-transition-delay: 1.9s;
    transition-delay: 1.9s;
  }

  .delay_14{
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
  }

  .delay_15{
    -webkit-transition-delay: 2.1s;
    -o-transition-delay: 2.1s;
    transition-delay: 2.1s;
  }

  .delay_16{
    -webkit-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s;
  }

  .delay_17{
    -webkit-transition-delay: 2.3s;
    -o-transition-delay: 2.3s;
    transition-delay: 2.3s;
  }

  .delay_18{
    -webkit-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s;
  }

  .delay_19{
    -webkit-transition-delay: 2.5s;
    -o-transition-delay: 2.5s;
    transition-delay: 2.5s;
  }

  .delay_20{
    -webkit-transition-delay: 2.6s;
    -o-transition-delay: 2.6s;
    transition-delay: 2.6s;
  }

  .delay_21{
    -webkit-transition-delay: 2.7s;
    -o-transition-delay: 2.7s;
    transition-delay: 2.7s;
  }

  .delay_22{
    -webkit-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    transition-delay: 2.8s;
  }

  .delay_23{
    -webkit-transition-delay: 2.9s;
    -o-transition-delay: 2.9s;
    transition-delay: 2.9s;
  }

  .delay_24{
    -webkit-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s;
  }

  .delay_25{
    -webkit-transition-delay: 3.1s;
    -o-transition-delay: 3.1s;
    transition-delay: 3.1s;
  }

  .delay_26{
    -webkit-transition-delay: 3.2s;
    -o-transition-delay: 3.2s;
    transition-delay: 3.2s;
  }

  .delay_27{
    -webkit-transition-delay: 3.3s;
    -o-transition-delay: 3.3s;
    transition-delay: 3.3s;
  }

  .delay_28{
    -webkit-transition-delay: 3.4s;
    -o-transition-delay: 3.4s;
    transition-delay: 3.4s;
  }

  .delay_29{
    -webkit-transition-delay: 3.5s;
    -o-transition-delay: 3.5s;
    transition-delay: 3.5s;
  }

  .delay_30{
    -webkit-transition-delay: 3.6s;
    -o-transition-delay: 3.6s;
    transition-delay: 3.6s;
  }

  .delay_31{
    -webkit-transition-delay: 3.7s;
    -o-transition-delay: 3.7s;
    transition-delay: 3.7s;
  }

  .delay_32{
    -webkit-transition-delay: 3.8s;
    -o-transition-delay: 3.8s;
    transition-delay: 3.8s;
  }

  .delay_33{
    -webkit-transition-delay: 3.9s;
    -o-transition-delay: 3.9s;
    transition-delay: 3.9s;
  }

  .delay_34{
    -webkit-transition-delay: 4s;
    -o-transition-delay: 4s;
    transition-delay: 4s;
  }

  .delay_35{
    -webkit-transition-delay: 4.1s;
    -o-transition-delay: 4.1s;
    transition-delay: 4.1s;
  }

  .delay_36{
    -webkit-transition-delay: 4.2s;
    -o-transition-delay: 4.2s;
    transition-delay: 4.2s;
  }

  .delay_37{
    -webkit-transition-delay: 4.3s;
    -o-transition-delay: 4.3s;
    transition-delay: 4.3s;
  }

  .delay_38{
    -webkit-transition-delay: 4.4s;
    -o-transition-delay: 4.4s;
    transition-delay: 4.4s;
  }

  .delay_39{
    -webkit-transition-delay: 4.5s;
    -o-transition-delay: 4.5s;
    transition-delay: 4.5s;
  }

  .delay_40{
    -webkit-transition-delay: 4.6s;
    -o-transition-delay: 4.6s;
    transition-delay: 4.6s;
  }

  .delay_41{
    -webkit-transition-delay: 4.7s;
    -o-transition-delay: 4.7s;
    transition-delay: 4.7s;
  }

  .delay_42{
    -webkit-transition-delay: 4.8s;
    -o-transition-delay: 4.8s;
    transition-delay: 4.8s;
  }

/* ------------------------------------------------

    12. Spacing

------------------------------------------------ */

.m0{margin: 0;}
.m5{margin: 5px;}

.mb0{margin-bottom: 0;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}

.mt0{margin-top: 0;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}

.p0{padding: 0;}
.p5{padding: 5px;}

.pb0{padding-bottom: 0;}
.pb5{padding-bottom: 5px;}
.pb10{padding-bottom: 10px;}
.pb20{padding-bottom: 20px;}
.pb30{padding-bottom: 30px;}
.pb40{padding-bottom: 40px;}
.pb50{padding-bottom: 50px;}

.pt0{padding-top: 0;}
.pt5{padding-top: 5px;}
.pt10{padding-top: 10px;}
.pt20{padding-top: 20px;}
.pt30{padding-top: 30px;}
.pt40{padding-top: 40px;}
.pt50{padding-top: 50px;}
