.IndexMainBannerWrapper {
    position: absolute;
    width: 100%;
    top: 230px;
    text-align: center;
    color: #fff;
    height: 370px;
}
.IndexMainBannerTitle {
    max-width: 330px;
    margin: 0 auto;
    font-size: 31px;
}
.IndexMainBannerText {
    font-size: 15px;
    padding-top: 15px;
}
.IndexMainBannerButtons {
    margin-top: 35px;
}
.IndexMainBannerFooter {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
}
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ARES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
.ares.tparrows {
    cursor:pointer;
    background:#fff;
    min-width:60px;
      min-height:60px;
    position:absolute;
    display:block;
    z-index:100;
      border-radius:50%;
  }
  .ares.tparrows:hover {
  }
  .ares.tparrows:before {
    font-family: "revicons";
    font-size:25px;
    color:#aaa;
    display:block;
    line-height: 60px;
    text-align: center;
      -webkit-transition: color 0.3s;
      -moz-transition: color 0.3s;
      transition: color 0.3s;
      z-index:2;
      position:relative;
  }
  .ares.tparrows.tp-leftarrow:before {
    content: "\e81f";
  }
  .ares.tparrows.tp-rightarrow:before {
    content: "\e81e";
  }
  .ares.tparrows:hover:before {
   color:#000;
        }
  .ares .tp-title-wrap { 
    position:absolute;
    z-index:1;
    display:inline-block;
    background:#fff;
    min-height:60px;
    line-height:60px;
    top:0px;
    margin-left:30px;
    border-radius:0px 30px 30px 0px;
    overflow:hidden;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transform:scaleX(0);  
    -webkit-transform:scaleX(0);  
    transform-origin:0% 50%; 
     -webkit-transform-origin:0% 50%;
  }
   .ares.tp-rightarrow .tp-title-wrap { 
     right:0px;
     margin-right:30px;margin-left:0px;
     -webkit-transform-origin:100% 50%;
  border-radius:30px 0px 0px 30px;
   }
  .ares.tparrows:hover .tp-title-wrap {
    transform:scaleX(1) scaleY(1);
      -webkit-transform:scaleX(1) scaleY(1);
  }
  .ares .tp-arr-titleholder {
    position:relative;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transform:translateX(200px);  
    text-transform:uppercase;
    color:#000;
    font-weight:400;
    font-size:14px;
    line-height:60px;
    white-space:nowrap;
    padding:0px 20px;
    margin-left:10px;
    opacity:0;
  }
  
  .ares.tp-rightarrow .tp-arr-titleholder {
     transform:translateX(-200px); 
     margin-left:0px; margin-right:10px;
        }
  
  .ares.tparrows:hover .tp-arr-titleholder {
     transform:translateX(0px);
     -webkit-transform:translateX(0px);
    transition-delay: 0.1s;
    opacity:1;
  }
  
  /* BULLETS */
  .ares.tp-bullets {
  }
  .ares.tp-bullets:before {
      content:" ";
      position:absolute;
      width:100%;
      height:100%;
      background:transparent;
      padding:10px;
      margin-left:-10px;margin-top:-10px;
      box-sizing:content-box;
  }
  .ares .tp-bullet {
      width:13px;
      height:13px;
      position:absolute;
      background:#e5e5e5;
      border-radius:50%;
      cursor: pointer;
      box-sizing:content-box;
  }
  .ares .tp-bullet:hover,
  .ares .tp-bullet.selected {
      background:#fff;
  }
  .ares .tp-bullet-title {
    position:absolute;
    color:#888;
    font-size:12px;
    padding:0px 10px;
    font-weight:600;
    right:27px;
    top:-4px;
    background:#fff;
    background:rgba(255,255,255,0.75);
    visibility:hidden;
    transform:translateX(-20px);
    -webkit-transform:translateX(-20px);
    transition:transform 0.3s;
    -webkit-transition:transform 0.3s;
    line-height:20px;
    white-space:nowrap;
  }     
  
  .ares .tp-bullet-title:after {
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 10px 0 10px 10px;
      border-color: transparent transparent transparent rgba(255,255,255,0.75);
      content:" ";
      position:absolute;
      right:-10px;
      top:0px;
  }
      
  .ares .tp-bullet:hover .tp-bullet-title{
    visibility:visible;
     transform:translateX(0px);
    -webkit-transform:translateX(0px);
  }
  
  .ares .tp-bullet.selected:hover .tp-bullet-title {
      background:#fff;
          }
  .ares .tp-bullet.selected:hover .tp-bullet-title:after {
    border-color:transparent transparent transparent #fff;
  }
  .ares.tp-bullets:hover .tp-bullet-title {
          visibility:hidden;
  }
  .ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title {
      visibility:visible;
        }
  
  /* TABS */
  .ares .tp-tab { 
    opacity:1;      
    padding:10px;
    box-sizing:border-box;
    font-family: "Roboto", sans-serif;
    border-bottom: 1px solid #e5e5e5;
   }
  .ares .tp-tab-image 
  { 
    width:60px;
    height:60px; max-height:100%; max-width:100%;
    position:relative;
    display:inline-block;
    float:left;
  
  }
  .ares .tp-tab-content 
  {
      background:rgba(0,0,0,0); 
      position:relative;
      padding:15px 15px 15px 85px;
   left:0px;
   overflow:hidden;
   margin-top:-15px;
      box-sizing:border-box;
      color:#333;
      display: inline-block;
      width:100%;
      height:100%;
   position:absolute; }
  .ares .tp-tab-date
    {
    display:block;
    color: #aaa;
    font-weight:500;
    font-size:12px;
    margin-bottom:0px;
    }
  .ares .tp-tab-title 
  {
      display:block;	
      text-align:left;
      color:#333;
      font-size:14px;
      font-weight:500;
      text-transform:none;
      line-height:17px;
  }
  .ares .tp-tab:hover,
  .ares .tp-tab.selected {
      background:#eee; 
  }
  
  .ares .tp-tab-mask {
  }
  
  /* MEDIA QUERIES */
  @media only screen and (max-width: 960px) {
  
  }
  @media only screen and (max-width: 768px) {
  
  }
  
  /*-----------------------------------------------------------------------------
  
  - Revolution Slider 5.0 Navigatin Skin Style  -
  
   CUSTOM SKIN
  
  author:  ThemePunch
  email:      info@themepunch.com
  website:    http://www.themepunch.com
  -----------------------------------------------------------------------------*/
  /* ARROWS */
  .custom.tparrows {
      cursor:pointer;
      background:#000;
      background:rgba(0,0,0,0.5);
      width:40px;
      height:40px;
      position:absolute;
      display:block;
      z-index:10000;
  }
  .custom.tparrows:hover {
      background:#000;
  }
  .custom.tparrows:before {
      font-family: "revicons";
      font-size:15px;
      color:#fff;
      display:block;
      line-height: 40px;
      text-align: center;
  }
  .custom.tparrows.tp-leftarrow:before {
      content: "\e824";
  }
  .custom.tparrows.tp-rightarrow:before {
      content: "\e825";
  }
  
  
  
  /* BULLETS */
  .custom.tp-bullets {
  }
  .custom.tp-bullets:before {
      content:" ";
      position:absolute;
      width:100%;
      height:100%;
      background:transparent;
      padding:10px;
      margin-left:-10px;margin-top:-10px;
      box-sizing:content-box;
  }
  .custom .tp-bullet {
      width:12px;
      height:12px;
      position:absolute;
      background:#aaa;
      background:rgba(125,125,125,0.5);
      cursor: pointer;
      box-sizing:content-box;
  }
  .custom .tp-bullet:hover,
  .custom .tp-bullet.selected {
      background:rgb(125,125,125);
  }
  .custom .tp-bullet-image {
  }
  .custom .tp-bullet-title {
  }
  
  
  /* THUMBS */
  
  
  /* TABS */
  
  
  /*-----------------------------------------------------------------------------
  
  - Revolution Slider 5.0 Navigatin Skin Style  -
  
   DIONE SKIN
  
  author:  ThemePunch
  email:      info@themepunch.com
  website:    http://www.themepunch.com
  -----------------------------------------------------------------------------*/
  /* ARROWS */
  .dione.tparrows {
    height:100%;
    width:100px;
    background:transparent;
    background:rgba(0,0,0,0);
    line-height:100%;
    transition:all 0.3s;
  -webkit-transition:all 0.3s;
  }
  
  .dione.tparrows:hover {
   background:rgba(0,0,0,0.45);
   }
  .dione .tp-arr-imgwrapper {
   width:100px;
   left:0px;
   position:absolute;
   height:100%;
   top:0px;
   overflow:hidden;
   }
  .dione.tp-rightarrow .tp-arr-imgwrapper {
  left:auto;
  right:0px;
  }
  
  .dione .tp-arr-imgholder {
  background-position:center center;
  background-size:cover;
  width:100px;
  height:100%;
  top:0px;
  visibility:hidden;
  transform:translateX(-50px);
  -webkit-transform:translateX(-50px);
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  opacity:0;
  left:0px;
  }
  
  .dione.tparrows.tp-rightarrow .tp-arr-imgholder {
    right:0px;
    left:auto;
    transform:translateX(50px);
   -webkit-transform:translateX(50px);
  }
  
  .dione.tparrows:before {
  position:absolute;
  line-height:30px;
  margin-left:-22px;
  top:50%;
  left:50%;
  font-size:30px;
  margin-top:-15px;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  }
  
  .dione.tparrows.tp-rightarrow:before {
  margin-left:6px;
  }
  
  .dione.tparrows:hover:before {
    transform:translateX(-20px);
  -webkit-transform:translateX(-20px);
  opacity:0;
  }
  
  .dione.tparrows.tp-rightarrow:hover:before {
    transform:translateX(20px);
  -webkit-transform:translateX(20px);
  }
  
  .dione.tparrows:hover .tp-arr-imgholder {
   transform:translateX(0px);
  -webkit-transform:translateX(0px);
  opacity:1;
  visibility:visible;
  }
  
  
  
  /* BULLETS */
  .dione .tp-bullet { 
      opacity:1;
      width:50px;
      height:50px;    
      padding:3px;
      background:#000;
      background-color:rgba(0,0,0,0.25);
      margin:0px;
      box-sizing:border-box;
      transition:all 0.3s;
      -webkit-transition:all 0.3s;
  
    }
  
  .dione .tp-bullet-image {
     display:block;
     box-sizing:border-box;
     position:relative;
      -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
    width:44px;
    height:44px;
    background-size:cover;
    background-position:center center;
   }  
  .dione .tp-bullet-title { 
       position:absolute; 
     bottom:65px;
       display:inline-block;
       left:50%;
       background:#000;
       background:rgba(0,0,0,0.75);
       color:#fff;
       padding:10px 30px;
       border-radius:4px;
     -webkit-border-radius:4px;
       opacity:0;
        transition:all 0.3s;
      -webkit-transition:all 0.3s;
      transform: translateZ(0.001px) translateX(-50%) translateY(14px);
      transform-origin:50% 100%;
      -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
      -webkit-transform-origin:50% 100%;
      opacity:0;
      white-space:nowrap;
   }
  
  .dione .tp-bullet:hover .tp-bullet-title {
       transform:rotateX(0deg) translateX(-50%);
      -webkit-transform:rotateX(0deg) translateX(-50%);
      opacity:1;
  }
  
  .dione .tp-bullet.selected,
  .dione .tp-bullet:hover  {
    
     background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
   
        }
  .dione .tp-bullet-title:after {
          content:" ";
          position:absolute;
          left:50%;
          margin-left:-8px;
          width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 8px 0 8px;
      border-color: rgba(0,0,0,0.75) transparent transparent transparent;
          bottom:-8px;
     }
  
  
  /*-----------------------------------------------------------------------------
  
  - Revolution Slider 5.0 Navigatin Skin Style  -
  
   ERINYEN SKIN
  
  author:  ThemePunch
  email:      info@themepunch.com
  website:    http://www.themepunch.com
  -----------------------------------------------------------------------------*/
  /* ARROWS */
  .erinyen.tparrows {
    cursor:pointer;
    background:#000;
    background:rgba(0,0,0,0.5);
    min-width:70px;
    min-height:70px;
    position:absolute;
    display:block;
    z-index:1000;
    border-radius:35px;   
  }
  
  .erinyen.tparrows:before {
    font-family: "revicons";
    font-size:20px;
    color:#fff;
    display:block;
    line-height: 70px;
    text-align: center;    
    z-index:2;
    position:relative;
  }
  .erinyen.tparrows.tp-leftarrow:before {
    content: "\e824";
  }
  .erinyen.tparrows.tp-rightarrow:before {
    content: "\e825";
  }
  
  .erinyen .tp-title-wrap { 
    position:absolute;
    z-index:1;
    display:inline-block;
    background:#000;
    background:rgba(0,0,0,0.5);
    min-height:70px;
    line-height:70px;
    top:0px;
    margin-left:0px;
    border-radius:35px;
    overflow:hidden; 
    transition: opacity 0.3s;
    -webkit-transition:opacity 0.3s;
    -moz-transition:opacity 0.3s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);  
    visibility:hidden;
    opacity:0;
  }
  
  .erinyen.tparrows:hover .tp-title-wrap{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity:1;
    visibility:visible;
  }
          
   .erinyen.tp-rightarrow .tp-title-wrap { 
     right:0px;
     margin-right:0px;margin-left:0px;
     -webkit-transform-origin:100% 50%;
    border-radius:35px;
    padding-right:20px;
    padding-left:10px;
   }
  
  
  .erinyen.tp-leftarrow .tp-title-wrap { 
     padding-left:20px;
    padding-right:10px;
  }
  
  .erinyen .tp-arr-titleholder {
    letter-spacing: 3px;
     position:relative;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transform:translateX(200px);  
    text-transform:uppercase;
    color:#fff;
    font-weight:600;
    font-size:13px;
    line-height:70px;
    white-space:nowrap;
    padding:0px 20px;
    margin-left:11px;
    opacity:0;  
  }
  
  .erinyen .tp-arr-imgholder {
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    background-position:center center;
    background-size:cover;
      }
   .erinyen .tp-arr-img-over {
     width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
     background:#000;
     background:rgba(0,0,0,0.5);
          }
  .erinyen.tp-rightarrow .tp-arr-titleholder {
     transform:translateX(-200px); 
     margin-left:0px; margin-right:11px;
        }
  
  .erinyen.tparrows:hover .tp-arr-titleholder {
     transform:translateX(0px);
     -webkit-transform:translateX(0px);
    transition-delay: 0.1s;
    opacity:1;
  }
  
  /* BULLETS */
  .erinyen.tp-bullets {
  }
  .erinyen.tp-bullets:before {
      content:" ";
      position:absolute;
      width:100%;
      height:100%;
      background: #555555; /* old browsers */
      background: -moz-linear-gradient(top,  #555555 0%, #222222 100%); /* ff3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#222222)); /* chrome,safari4+ */
      background: -webkit-linear-gradient(top,  #555555 0%,#222222 100%); /* chrome10+,safari5.1+ */
      background: -o-linear-gradient(top,  #555555 0%,#222222 100%); /* opera 11.10+ */
      background: -ms-linear-gradient(top,  #555555 0%,#222222 100%); /* ie10+ */
      background: linear-gradient(to bottom,  #555555 0%,#222222 100%); /* w3c */
      filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#555555", endcolorstr="#222222",gradienttype=0 ); /* ie6-9 */
      padding:10px 15px;
      margin-left:-15px;margin-top:-10px;
      box-sizing:content-box;
     border-radius:10px;
     box-shadow:0px 0px 2px 1px rgba(33,33,33,0.3);
  }
  .erinyen .tp-bullet {
      width:13px;
      height:13px;
      position:absolute;
      background:#111;	
      border-radius:50%;
      cursor: pointer;
      box-sizing:content-box;
  }
  .erinyen .tp-bullet:hover,
  .erinyen .tp-bullet.selected {
      background: #e5e5e5; /* old browsers */
  background: -moz-linear-gradient(top,  #e5e5e5 0%, #999999 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#999999)); /* chrome,safari4+ */
  background: -webkit-linear-gradient(top,  #e5e5e5 0%,#999999 100%); /* chrome10+,safari5.1+ */
  background: -o-linear-gradient(top,  #e5e5e5 0%,#999999 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(top,  #e5e5e5 0%,#999999 100%); /* ie10+ */
  background: linear-gradient(to bottom,  #e5e5e5 0%,#999999 100%); /* w3c */
  filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#e5e5e5", endcolorstr="#999999",gradienttype=0 ); /* ie6-9 */
    border:1px solid #555;
    width:12px;height:12px;
  }
  .erinyen .tp-bullet-image {
  }
  .erinyen .tp-bullet-title {
  }
  
  
  /* THUMBS */
  .erinyen .tp-thumb {
  opacity:1
  }
  
  .erinyen .tp-thumb-over {
    background:#000;
    background:rgba(0,0,0,0.25);
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    z-index:1;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
  }
  
  .erinyen .tp-thumb-more:before {
    font-family: "revicons";
    font-size:12px;
    color:#aaa;
    color:rgba(255,255,255,0.75);
    display:block;
    line-height: 12px;
    text-align: left;    
    z-index:2;
    position:absolute;
    top:20px;
    right:20px;
    z-index:2;
  }
  .erinyen .tp-thumb-more:before {
    content: "\e825";
  }
  
  .erinyen .tp-thumb-title {
    font-family:"Raleway";
    letter-spacing:1px;
    font-size:12px;
    color:#fff;
    display:block;
    line-height: 15px;
    text-align: left;    
    z-index:2;
    position:absolute;
    top:0px;
    left:0px;
    z-index:2;
    padding:20px 35px 20px 20px;
    width:100%;
    height:100%;
    box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    font-weight:500;
  }
  
  .erinyen .tp-thumb.selected .tp-thumb-more:before,
  .erinyen .tp-thumb:hover .tp-thumb-more:before {
   color:#aaa;
  
  }
  
  .erinyen .tp-thumb.selected .tp-thumb-over,
  .erinyen .tp-thumb:hover .tp-thumb-over {
   background:#fff;
  }
  .erinyen .tp-thumb.selected .tp-thumb-title,
  .erinyen .tp-thumb:hover .tp-thumb-title {
    color:#000;
  
  }
  
  
  /* TABS */
  .erinyen .tp-tab-title {
      color:#a8d8ee;
      font-size:13px;
      font-weight:700;
      text-transform:uppercase;
      font-family:"Roboto Slab"
      margin-bottom:5px;
  }
  
  .erinyen .tp-tab-desc {
      font-size:18px;
      font-weight:400;
      color:#fff;
      line-height:25px;
      font-family:"Roboto Slab";
  }
        
  
  /*-----------------------------------------------------------------------------
  
  - Revolution Slider 5.0 Navigatin Skin Style  -
  
   GYGES SKIN
  
  author:  ThemePunch
  email:      info@themepunch.com
  website:    http://www.themepunch.com
  -----------------------------------------------------------------------------*/
  /* ARROWS */
  
  
  /* BULLETS */
  .gyges.tp-bullets {
  }
  .gyges.tp-bullets:before {
      content:" ";
      position:absolute;
      width:100%;
      height:100%;
      background: #777777; /* Old browsers */
      background: -moz-linear-gradient(top,  #777777 0%, #666666 100%); 
      background: -webkit-gradient(linear, left top, left bottom, 
      color-stop(0%,#777777), color-stop(100%,#666666)); 
      background: -webkit-linear-gradient(top,  #777777 0%,#666666 100%); 
      background: -o-linear-gradient(top,  #777777 0%,#666666 100%); 
      background: -ms-linear-gradient(top,  #777777 0%,#666666 100%); 
      background: linear-gradient(to bottom,  #777777 0%,#666666 100%); 
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#777777", 
      endColorstr="#666666",GradientType=0 ); 
      padding:10px;
      margin-left:-10px;margin-top:-10px;
      box-sizing:content-box;
    border-radius:10px;
  }
  .gyges .tp-bullet {
      width:12px;
      height:12px;
      position:absolute;
      background:#333;
      border:3px solid #444;
      border-radius:50%;
      cursor: pointer;
      box-sizing:content-box;
  }
  .gyges .tp-bullet:hover,
  .gyges .tp-bullet.selected {
      background: #ffffff; /* Old browsers */
      background: -moz-linear-gradient(top,  #ffffff 0%, #e1e1e1 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, 
      color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* IE10+ */
      background: linear-gradient(to bottom,  #ffffff 0%,#e1e1e1 100%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", 
      endColorstr="#e1e1e1",GradientType=0 ); /* IE6-9 */
  
  }
  .gyges .tp-bullet-image {
  }
  .gyges .tp-bullet-title {
  }
      
  
  /* THUMBS */
  .gyges .tp-thumb { 
        opacity:1
    }
  .gyges .tp-thumb-img-wrap {
    padding:3px;
      background:#000;
    background-color:rgba(0,0,0,0.25);
    display:inline-block;
  
    width:100%;
    height:100%;
    position:relative;
    margin:0px;
    box-sizing:border-box;
      transition:all 0.3s;
      -webkit-transition:all 0.3s;
  }
  .gyges .tp-thumb-image {
     padding:3px; 
     display:block;
     box-sizing:border-box;
     position:relative;
      -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
   }  
  .gyges .tp-thumb-title { 
       position:absolute; 
       bottom:100%; 
       display:inline-block;
       left:50%;
       background:rgba(255,255,255,0.8);
       padding:10px 30px;
       border-radius:4px;
       -webkit-border-radius:4px;
       margin-bottom:20px;
       opacity:0;
        transition:all 0.3s;
      -webkit-transition:all 0.3s;
      transform: translateZ(0.001px) translateX(-50%) translateY(14px);
      transform-origin:50% 100%;
      -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
      -webkit-transform-origin:50% 100%;
      white-space:nowrap;
   }
  .gyges .tp-thumb:hover .tp-thumb-title {
         transform:rotateX(0deg) translateX(-50%);
      -webkit-transform:rotateX(0deg) translateX(-50%);
      opacity:1;
  }
  
  .gyges .tp-thumb:hover .tp-thumb-img-wrap,
   .gyges .tp-thumb.selected .tp-thumb-img-wrap {
  
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
   }
  .gyges .tp-thumb-title:after {
          content:" ";
          position:absolute;
          left:50%;
          margin-left:-8px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 8px 8px 0 8px;
          border-color: rgba(255,255,255,0.8) transparent transparent transparent;
          bottom:-8px;
     }
  
  
  /* TABS */
  .gyges .tp-tab { 
    opacity:1;      
    padding:10px;
    box-sizing:border-box;
    font-family: "Roboto", sans-serif;
    border-bottom: 1px solid rgba(255,255,255,0.15);
   }
  .gyges .tp-tab-image 
  { 
    width:60px;
    height:60px; max-height:100%; max-width:100%;
    position:relative;
    display:inline-block;
    float:left;
  
  }
  .gyges .tp-tab-content 
  {
      background:rgba(0,0,0,0); 
      position:relative;
      padding:15px 15px 15px 85px;
   left:0px;
    overflow:hidden;
   margin-top:-15px;
      box-sizing:border-box;
      color:#333;
      display: inline-block;
      width:100%;
      height:100%;
   position:absolute; }
  .gyges .tp-tab-date
    {
    display:block;
    color: rgba(255,255,255,0.25);
    font-weight:500;
    font-size:12px;
    margin-bottom:0px;
    }
  .gyges .tp-tab-title 
  {
      display:block;  
      text-align:left;
      color:#fff;
      font-size:14px;
      font-weight:500;
      text-transform:none;
      line-height:17px;
  }
  .gyges .tp-tab:hover,
  .gyges .tp-tab.selected {
    background:rgba(0,0,0,0.5); 
  }
  
  .gyges .tp-tab-mask {
  }
  
  /* MEDIA QUERIES */
  @media only screen and (max-width: 960px) {
  
  }
  @media only screen and (max-width: 768px) {
  
  }
  
  /*-----------------------------------------------------------------------------
  
  - Revolution Slider 5.0 Navigatin Skin Style  -
  
   HADES SKIN
  
  author:  ThemePunch
  email:      info@themepunch.com
  website:    http://www.themepunch.com
  -----------------------------------------------------------------------------*/
  /* ARROWS */
  .hades.tparrows {
      cursor:pointer;
      background:#000;
      background:rgba(0,0,0,0.15);
      width:100px;
      height:100px;
      position:absolute;
      display:block;
      z-index:1000;
  }
  
  .hades.tparrows:before {
      font-family: "revicons";
      font-size:30px;
      color:#fff;
      display:block;
      line-height: 100px;
      text-align: center;
    transition: background 0.3s, color 0.3s;
  }
  .hades.tparrows.tp-leftarrow:before {
      content: "\e824";
  }
  .hades.tparrows.tp-rightarrow:before {
      content: "\e825";
  }
  
  .hades.tparrows:hover:before {
     color:#aaa;
     background:#fff;
     background:rgba(255,255,255,1);
   }
  .hades .tp-arr-allwrapper {
    position:absolute;
    left:100%;
    top:0px;
    background:#888; 
    width:100px;height:100px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
    -webkit-transform: rotatey(-90deg);
    transform: rotatey(-90deg);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  .hades.tp-rightarrow .tp-arr-allwrapper {
     left:auto;
     right:100%;
     -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
     -webkit-transform: rotatey(90deg);
    transform: rotatey(90deg);
  }
  
  .hades:hover .tp-arr-allwrapper {
     -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;  
      -webkit-transform: rotatey(0deg);
    transform: rotatey(0deg);
  
   }
      
  .hades .tp-arr-iwrapper {
  }
  .hades .tp-arr-imgholder {
    background-size:cover;
    position:absolute;
    top:0px;left:0px;
    width:100%;height:100%;
  }
  .hades .tp-arr-titleholder {
  }
  .hades .tp-arr-subtitleholder {
  }
  
  
  /* BULLETS */
  .hades.tp-bullets {
  }
  .hades.tp-bullets:before {
      content:" ";
      position:absolute;
      width:100%;
      height:100%;
      background:transparent;
      padding:10px;
      margin-left:-10px;margin-top:-10px;
      box-sizing:content-box;
  }
  .hades .tp-bullet {
      width:3px;
      height:3px;
      position:absolute;
      background:#888;	
      cursor: pointer;
      border:5px solid #fff;
      box-sizing:content-box;
      box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2);
      -webkit-perspective:400;
      perspective:400;
      -webkit-transform:translatez(0.01px);
      transform:translatez(0.01px);
  }
  .hades .tp-bullet:hover,
  .hades .tp-bullet.selected {
      background:#555;
    
  }
  
  .hades .tp-bullet-image {
    position:absolute;top:-80px; left:-60px;width:120px;height:60px;
    background-position:center center;
    background-size:cover;
    visibility:hidden;
    opacity:0;
    transition:all 0.3s;
    -webkit-transform-style:flat;
    transform-style:flat;
    perspective:600;
    -webkit-perspective:600;
    transform: rotatex(-90deg);
    -webkit-transform: rotatex(-90deg);
    box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2);
    transform-origin:50% 100%;
    -webkit-transform-origin:50% 100%;
    
    
  }
  .hades .tp-bullet:hover .tp-bullet-image {
    display:block;
    opacity:1;
    transform: rotatex(0deg);
    -webkit-transform: rotatex(0deg);
    visibility:visible;
      }
  .hades .tp-bullet-title {
  }
  
  
  /* THUMBS */
  .hades .tp-thumb { 
        opacity:1
    }
  .hades .tp-thumb-img-wrap {
    border-radius:50%;
    padding:3px;
    display:inline-block;
  background:#000;
    background-color:rgba(0,0,0,0.25);
    width:100%;
    height:100%;
    position:relative;
    margin:0px;
    box-sizing:border-box;
      transition:all 0.3s;
      -webkit-transition:all 0.3s;
  }
  .hades .tp-thumb-image {
     padding:3px; 
     border-radius:50%;
     display:block;
     box-sizing:border-box;
     position:relative;
      -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
   }  
  
  
  .hades .tp-thumb:hover .tp-thumb-img-wrap,
  .hades .tp-thumb.selected .tp-thumb-img-wrap {
    
     background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
   
        }
  .hades .tp-thumb-title:after {
          content:" ";
          position:absolute;
          left:50%;
          margin-left:-8px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 8px 8px 0 8px;
          border-color: rgba(0,0,0,0.75) transparent transparent transparent;
          bottom:-8px;
     }
  
  
  /* TABS */
  .hades .tp-tab {
    opacity:1;
   }
      
  .hades .tp-tab-title
   {
        display:block;
        color:#333;
        font-weight:600;
        font-size:18px;
        text-align:center;
        line-height:25px;      
      } 
  .hades .tp-tab-price
   {
      display:block;
      text-align:center;
      color:#999;
      font-size:16px;
      margin-top:10px;
     line-height:20px
  }
  
  .hades .tp-tab-button {
      display:inline-block;
      margin-top:15px;
      text-align:center;
      padding:5px 15px;
        color:#fff;
        font-size:14px;
        background:#219bd7;
         border-radius:4px;
     font-weight:400;
  }
  .hades .tp-tab-inner {
      text-align:center;
  }
  
                
  
  /*-----------------------------------------------------------------------------
  
  - Revolution Slider 5.0 Navigatin Skin Style  -
  
   HEBE SKIN
  
  author:  ThemePunch
  email:      info@themepunch.com
  website:    http://www.themepunch.com
  -----------------------------------------------------------------------------*/
  /* ARROWS */
  .hebe.tparrows {
    cursor:pointer;
    background:#fff;
    min-width:70px;
      min-height:70px;
    position:absolute;
    display:block;
    z-index:1000;
  }
  .hebe.tparrows:hover {
  }
  .hebe.tparrows:before {
    font-family: "revicons";
    font-size:30px;
    color:#aaa;
    display:block;
    line-height: 70px;
    text-align: center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    z-index:2;
    position:relative;
     background:#fff;
    min-width:70px;
      min-height:70px;
  }
  .hebe.tparrows.tp-leftarrow:before {
    content: "\e824";
  }
  .hebe.tparrows.tp-rightarrow:before {
    content: "\e825";
  }
  .hebe.tparrows:hover:before {
   color:#000;
        }
  .hebe .tp-title-wrap { 
    position:absolute;
    z-index:0;
    display:inline-block;
    background:#000;
    background:rgba(0,0,0,0.75);
    min-height:60px;
    line-height:60px;
    top:-10px;
    margin-left:0px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transform:scaleX(0);  
    -webkit-transform:scaleX(0);  
    transform-origin:0% 50%; 
     -webkit-transform-origin:0% 50%;
  }
   .hebe.tp-rightarrow .tp-title-wrap { 
     right:0px;
     -webkit-transform-origin:100% 50%;
   }
  .hebe.tparrows:hover .tp-title-wrap {
    transform:scaleX(1);
    -webkit-transform:scaleX(1);
  }
  .hebe .tp-arr-titleholder {
    position:relative;
    text-transform:uppercase;
    color:#fff;
    font-weight:600;
    font-size:12px;
    line-height:90px;
    white-space:nowrap;
    padding:0px 20px 0px 90px;
  }
  
  .hebe.tp-rightarrow .tp-arr-titleholder {
     margin-left:0px; 
     padding:0px 90px 0px 20px;
   }
  
  .hebe.tparrows:hover .tp-arr-titleholder {
     transform:translateX(0px);
     -webkit-transform:translateX(0px);
    transition-delay: 0.1s;
    opacity:1;
  }
  
  .hebe .tp-arr-imgholder{
        width:90px;
        height:90px;
        position:absolute;
        left:100%;
        display:block;
        background-size:cover;
        background-position:center center;
         top:0px; right:-90px;
      }
  .hebe.tp-rightarrow .tp-arr-imgholder{
          right:auto;left:-90px;
        }
  
  /* BULLETS */
  .hebe.tp-bullets {
  }
  .hebe.tp-bullets:before {
    content:" ";
    position:absolute;
    width:100%;
    height:100%;
    background:transparent;
    padding:10px;
    margin-left:-10px;margin-top:-10px;
    box-sizing:content-box;
  }
  
  .hebe .tp-bullet {
    width:3px;
    height:3px;
    position:absolute;
    background:#fff;  
    cursor: pointer;
    border:5px solid #222;
    border-radius:50%;
    box-sizing:content-box;
    -webkit-perspective:400;
    perspective:400;
    -webkit-transform:translateZ(0.01px);
    transform:translateZ(0.01px);
     transition:all 0.3s;
  }
  .hebe .tp-bullet:hover,
  .hebe .tp-bullet.selected {
    background:#222;
    border-color:#fff;
  }
  
  .hebe .tp-bullet-image {
    position:absolute;
    top:-90px; left:-40px;
    width:70px;
    height:70px;
    background-position:center center;
    background-size:cover;
    visibility:hidden;
    opacity:0;
    transition:all 0.3s;
    -webkit-transform-style:flat;
    transform-style:flat;
    perspective:600;
    -webkit-perspective:600;
    transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin:50% 100%;
    -webkit-transform-origin:50% 100%;
  border-radius:6px;
    
    
  }
  .hebe .tp-bullet:hover .tp-bullet-image {
    display:block;
    opacity:1;
    transform: scale(1);
    -webkit-transform: scale(1);
    visibility:visible;
      }
  .hebe .tp-bullet-title {
  }
  
  
  /* TABS */
  .hebe .tp-tab-title {
      color:#a8d8ee;
      font-size:13px;
      font-weight:700;
      text-transform:uppercase;
      font-family:"Roboto Slab"
      margin-bottom:5px;
  }
  
  .hebe .tp-tab-desc {
      font-size:18px;
      font-weight:400;
      color:#fff;
      line-height:25px;
      font-family:"Roboto Slab";
  }
  
  
  /*-----------------------------------------------------------------------------
  
  - Revolution Slider 5.0 Navigatin Skin Style  -
  
   HEPHAISTOS SKIN
  
  author:  ThemePunch
  email:      info@themepunch.com
  website:    http://www.themepunch.com
  -----------------------------------------------------------------------------*/
  /* ARROWS */
  .hephaistos.tparrows {
      cursor:pointer;
      background:#000;
      background:rgba(0,0,0,0.5);
      width:40px;
      height:40px;
      position:absolute;
      display:block;
      z-index:1000;
      border-radius:50%;
  }
  .hephaistos.tparrows:hover {
      background:#000;
  }
  .hephaistos.tparrows:before {
      font-family: "revicons";
      font-size:18px;
      color:#fff;
      display:block;
      line-height: 40px;
      text-align: center;
  }
  .hephaistos.tparrows.tp-leftarrow:before {
      content: "\e82c";
    margin-left:-2px;
    
  }
  .hephaistos.tparrows.tp-rightarrow:before {
      content: "\e82d";
     margin-right:-2px;
  }
  
  
  
  /* BULLETS */
  .hephaistos.tp-bullets {
  }
  .hephaistos.tp-bullets:before {
      content:" ";
      position:absolute;
      width:100%;
      height:100%;
      background:transparent;
      padding:10px;
      margin-left:-10px;margin-top:-10px;
      box-sizing:content-box;
  }
  .hephaistos .tp-bullet {
      width:12px;
      height:12px;
      position:absolute;
      background:#999;
      border:3px solid #f5f5f5;
      border-radius:50%;
      cursor: pointer;
      box-sizing:content-box;
    box-shadow: 0px 0px 2px 1px rgba(130,130,130, 0.3);
  
  }
  .hephaistos .tp-bullet:hover,
  .hephaistos .tp-bullet.selected {
      background:#fff;
      border-color:#000;
  }
  .hephaistos .tp-bullet-image {
  }
  .hephaistos .tp-bullet-title {
  }
  
  
  /*-----------------------------------------------------------------------------
  
  - Revolution Slider 5.0 Navigatin Skin Style  -
  
   HERMES SKIN
  
  author:  ThemePunch
  email:      info@themepunch.com
  website:    http://www.themepunch.com
  -----------------------------------------------------------------------------*/
  /* ARROWS */
  .hermes.tparrows {
      cursor:pointer;
      background:#000;
      background:rgba(0,0,0,0.5);
      width:30px;
      height:110px;
      position:absolute;
      display:block;
      z-index:1000;
  }
  
  .hermes.tparrows:before {
      font-family: "revicons";
      font-size:15px;
      color:#fff;
      display:block;
      line-height: 110px;
      text-align: center;
      transform:translateX(0px);
      -webkit-transform:translateX(0px);
      transition:all 0.3s;
      -webkit-transition:all 0.3s;
  }
  .hermes.tparrows.tp-leftarrow:before {
      content: "\e824";
  }
  .hermes.tparrows.tp-rightarrow:before {
      content: "\e825";
  }
  .hermes.tparrows.tp-leftarrow:hover:before {
      transform:translateX(-20px);
      -webkit-transform:translateX(-20px);
       opacity:0;
  }
  .hermes.tparrows.tp-rightarrow:hover:before {
      transform:translateX(20px);
      -webkit-transform:translateX(20px);
       opacity:0;
  }
  
  .hermes .tp-arr-allwrapper {
      overflow:hidden;
      position:absolute;
      width:180px;
      height:140px;
      top:0px;
      left:0px;
      visibility:hidden;
        -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    -webkit-perspective: 1000px;
    perspective: 1000px;
      }
  .hermes.tp-rightarrow .tp-arr-allwrapper {
     right:0px;left:auto;
        }
  .hermes.tparrows:hover .tp-arr-allwrapper {
     visibility:visible;
            }
  .hermes .tp-arr-imgholder {
    width:180px;position:absolute;
    left:0px;top:0px;height:110px;
    transform:translateX(-180px);
    -webkit-transform:translateX(-180px);
    transition:all 0.3s;
    transition-delay:0.3s;
  }
  .hermes.tp-rightarrow .tp-arr-imgholder{
      transform:translateX(180px);
    -webkit-transform:translateX(180px);
        }
    
  .hermes.tparrows:hover .tp-arr-imgholder {
     transform:translateX(0px);
     -webkit-transform:translateX(0px);            
  }
  .hermes .tp-arr-titleholder {
    top:110px;
    width:180px;
    text-align:left; 
    display:block;
    padding:0px 10px;
    line-height:30px; background:#000;
    background:rgba(0,0,0,0.75);color:#fff;
    font-weight:600; position:absolute;
    font-size:12px;
    white-space:nowrap;
    letter-spacing:1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-sizing:border-box;
  
  }
  .hermes.tparrows:hover .tp-arr-titleholder {
      -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  
  
  /* BULLETS */
  .hermes.tp-bullets {
  }
  
  .hermes .tp-bullet {
      overflow:hidden;
      border-radius:50%;
      width:16px;
      height:16px;
      background-color: rgba(0, 0, 0, 0);
      box-shadow: inset 0 0 0 2px #FFF;
      -webkit-transition: background 0.3s ease;
      transition: background 0.3s ease;
      position:absolute;
  }
  
  .hermes .tp-bullet:hover {
        background-color: rgba(0, 0, 0, 0.2);
  }
  .hermes .tp-bullet:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
    box-shadow: 0 0 1px #FFF;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  .hermes .tp-bullet.selected:after {
    height:100%;
  }
  
  
  /* TABS */
  .hermes .tp-tab { 
    opacity:1;  
    padding-right:10px;
    box-sizing:border-box;
   }
  .hermes .tp-tab-image 
  { 
    width:100%;
    height:60%;
    position:relative;
  }
  .hermes .tp-tab-content 
  {
      background:rgb(54,54,54); 
      position:absolute;
      padding:20px 20px 20px 30px;
      box-sizing:border-box;
      color:#fff;
    display:block;
    width:100%;
    min-height:40%;
    bottom:0px;
    left:-10px;
    }
  .hermes .tp-tab-date
    {
    display:block;
    color:#888;
    font-weight:600;
    font-size:12px;
    margin-bottom:10px;
    }
  .hermes .tp-tab-title 
  {
      display:block;	
      color:#fff;
      font-size:16px;
      font-weight:800;
      text-transform:uppercase;
     line-height:19px;
  }
  
  .hermes .tp-tab.selected .tp-tab-title:after {
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 30px 0 30px 10px;
      border-color: transparent transparent transparent rgb(54,54,54);
      content:" ";
      position:absolute;
      right:-9px;
      bottom:50%;
      margin-bottom:-30px;
  }
  .hermes .tp-tab-mask {
       padding-right:10px !important;
            }
  
  /* MEDIA QUERIES */
  @media only screen and (max-width: 960px) {
    .hermes .tp-tab .tp-tab-title {font-size:14px;line-height:16px;}
    .hermes .tp-tab-date { font-size:11px; line-height:13px;margin-bottom:10px;}
    .hermes .tp-tab-content { padding:15px 15px 15px 25px;}
  }
  @media only screen and (max-width: 768px) {
    .hermes .tp-tab .tp-tab-title {font-size:12px;line-height:14px;}
    .hermes .tp-tab-date {font-size:10px; line-height:12px;margin-bottom:5px;}
    .hermes .tp-tab-content {padding:10px 10px 10px 20px;}
  }
  
  /*-----------------------------------------------------------------------------
  
  - Revolution Slider 5.0 Navigatin Skin Style  -
  
   HESPERIDEN SKIN
  
  author:  ThemePunch
  email:      info@themepunch.com
  website:    http://www.themepunch.com
  -----------------------------------------------------------------------------*/
  /* ARROWS */
  .hesperiden.tparrows {
      cursor:pointer;
      background:#000;
      background:rgba(0,0,0,0.5);
      width:40px;
      height:40px;
      position:absolute;
      display:block;
      z-index:1000;
      border-radius: 50%;
  }
  .hesperiden.tparrows:hover {
      background:#000;
  }
  .hesperiden.tparrows:before {
      font-family: "revicons";
      font-size:20px;
      color:#fff;
      display:block;
      line-height: 40px;
      text-align: center;
  }
  .hesperiden.tparrows.tp-leftarrow:before {
      content: "\e82c";
      margin-left:-3px;
  }
  .hesperiden.tparrows.tp-rightarrow:before {
      content: "\e82d";
      margin-right:-3px;
  }
  
  /* BULLETS */
  .hesperiden.tp-bullets {
  }
  .hesperiden.tp-bullets:before {
      content:" ";
      position:absolute;
      width:100%;
      height:100%;
      background:transparent;
      padding:10px;
      margin-left:-10px;margin-top:-10px;
      box-sizing:content-box;
     border-radius:8px;
    
  }
  .hesperiden .tp-bullet {
      width:12px;
      height:12px;
      position:absolute;
      background: #999999; /* old browsers */
      background: -moz-linear-gradient(top,  #999999 0%, #e1e1e1 100%); /* ff3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), 
      color-stop(100%,#e1e1e1)); /* chrome,safari4+ */
      background: -webkit-linear-gradient(top,  #999999 0%,#e1e1e1 100%); /* chrome10+,safari5.1+ */
      background: -o-linear-gradient(top,  #999999 0%,#e1e1e1 100%); /* opera 11.10+ */
      background: -ms-linear-gradient(top,  #999999 0%,#e1e1e1 100%); /* ie10+ */
      background: linear-gradient(to bottom,  #999999 0%,#e1e1e1 100%); /* w3c */
      filter: progid:dximagetransform.microsoft.gradient( 
      startcolorstr="#999999", endcolorstr="#e1e1e1",gradienttype=0 ); /* ie6-9 */
      border:3px solid #e5e5e5;
      border-radius:50%;
      cursor: pointer;
      box-sizing:content-box;
  }
  .hesperiden .tp-bullet:hover,
  .hesperiden .tp-bullet.selected {
      background:#666;
  }
  .hesperiden .tp-bullet-image {
  }
  .hesperiden .tp-bullet-title {
  }
  
  
  /* THUMBS */
  .hesperiden .tp-thumb {
    opacity:1;
    -webkit-perspective: 600px;
    perspective: 600px;
  }
  .hesperiden .tp-thumb .tp-thumb-title {
      font-size:12px;
      position:absolute;
      margin-top:-10px;
      color:#fff;
      display:block;
      z-index:10000;
      background-color:#000;
      padding:5px 10px; 
      bottom:0px;
      left:0px;
      width:100%;
    box-sizing:border-box;
      text-align:center;
      overflow:hidden;
      white-space:nowrap;
      transition:all 0.3s;
      -webkit-transition:all 0.3s;
      transform:rotatex(90deg) translatez(0.001px);
      transform-origin:50% 100%;
      -webkit-transform:rotatex(90deg) translatez(0.001px);
      -webkit-transform-origin:50% 100%;
      opacity:0;
   }
  .hesperiden .tp-thumb:hover .tp-thumb-title {
         transform:rotatex(0deg);
      -webkit-transform:rotatex(0deg);
      opacity:1;
  }
  
  /* TABS */
  .hesperiden .tp-tab { 
    opacity:1;      
    padding:10px;
    box-sizing:border-box;
    font-family: "Roboto", sans-serif;
    border-bottom: 1px solid #e5e5e5;
   }
  .hesperiden .tp-tab-image 
  { 
    width:60px;
    height:60px; max-height:100%; max-width:100%;
    position:relative;
    display:inline-block;
    float:left;
  
  }
  .hesperiden .tp-tab-content 
  {
      background:rgba(0,0,0,0); 
      position:relative;
      padding:15px 15px 15px 85px;
   left:0px;
   overflow:hidden;
   margin-top:-15px;
      box-sizing:border-box;
      color:#333;
      display: inline-block;
      width:100%;
      height:100%;
   position:absolute; }
  .hesperiden .tp-tab-date
    {
    display:block;
    color: #aaa;
    font-weight:500;
    font-size:12px;
    margin-bottom:0px;
    }
  .hesperiden .tp-tab-title 
  {
      display:block;	
      text-align:left;
      color:#333;
      font-size:14px;
      font-weight:500;
      text-transform:none;
      line-height:17px;
  }
  .hesperiden .tp-tab:hover,
  .hesperiden .tp-tab.selected {
      background:#eee; 
  }
  
  .hesperiden .tp-tab-mask {
  }
  
  /* MEDIA QUERIES */
  @media only screen and (max-width: 960px) {
  
  }
  @media only screen and (max-width: 768px) {
  
  }
  
  /*-----------------------------------------------------------------------------
  
  - Revolution Slider 5.0 Navigatin Skin Style  -
  
   METIS SKIN
  
  author:  ThemePunch
  email:      info@themepunch.com
  website:    http://www.themepunch.com
  -----------------------------------------------------------------------------*/
  /* ARROWS */
  .metis.tparrows {
    background:#fff;
    padding:10px;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    width:60px;
    height:60px;
    box-sizing:border-box;
   }
   
   .metis.tparrows:hover {
     background:#fff;
     background:rgba(255,255,255,0.75);
   }
   
   .metis.tparrows:before {
    color:#000;  
     transition:all 0.3s;
    -webkit-transition:all 0.3s;
   }
   
   .metis.tparrows:hover:before {
     transform:scale(1.5);
    }
   
  
  /* BULLETS */
  .metis .tp-bullet { 
      opacity:1;
      width:50px;
      height:50px;    
      padding:3px;
      background:#000;
      background-color:rgba(0,0,0,0.25);
      margin:0px;
      box-sizing:border-box;
      transition:all 0.3s;
      -webkit-transition:all 0.3s;
      border-radius:50%;
    }
  
  .metis .tp-bullet-image {
  
     border-radius:50%;
     display:block;
     box-sizing:border-box;
     position:relative;
      -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
    width:44px;
    height:44px;
    background-size:cover;
    background-position:center center;
   }  
  .metis .tp-bullet-title { 
       position:absolute; 
       bottom:65px;
       display:inline-block;
       left:50%;
       background:#000;
       background:rgba(0,0,0,0.75);
       color:#fff;
       padding:10px 30px;
       border-radius:4px;
       -webkit-border-radius:4px;
       opacity:0;
        transition:all 0.3s;
      -webkit-transition:all 0.3s;
      transform: translateZ(0.001px) translateX(-50%) translateY(14px);
      transform-origin:50% 100%;
      -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
      -webkit-transform-origin:50% 100%;
      opacity:0;
      white-space:nowrap;
   }
  
  .metis .tp-bullet:hover .tp-bullet-title {
         transform:rotateX(0deg) translateX(-50%);
      -webkit-transform:rotateX(0deg) translateX(-50%);
      opacity:1;
  }
  
  .metis .tp-bullet.selected,
  .metis .tp-bullet:hover  {
    
     background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
   
        }
  .metis .tp-bullet-title:after {
          content:" ";
          position:absolute;
          left:50%;
          margin-left:-8px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 8px 8px 0 8px;
          border-color: rgba(0,0,0,0.75) transparent transparent transparent;
          bottom:-8px;
     }
  
  .metis .tp-tab-number {
          color: #fff;
          font-size: 40px;
          line-height: 30px;
          font-weight: 400;
          font-family: "Playfair Display";
          width: 50px;
          margin-right: 17px;
          display: inline-block;
          float: left;
      }
      .metis .tp-tab-mask {
          padding-left: 20px;
          left: 0px;
          max-width: 90px !important;
          transition: 0.4s padding-left, 0.4s left, 0.4s max-width;
      }
      .metis:hover .tp-tab-mask {
          padding-left: 0px;
          left: 50px;
          max-width: 500px !important;
      }
      .metis .tp-tab-divider {
          border-right: 1px solid transparent;
          height: 30px;
          width: 1px;
          margin-top: 5px;
          display: inline-block;
          float: left;
      }
      .metis .tp-tab-title {
          color: #fff;
          font-size: 20px;
          line-height: 20px;
          font-weight: 400;
          font-family: "Playfair Display";
          position: relative;
          padding-top: 10px;
          padding-left: 30px;
          display: inline-block;
          transform: translateX(-100%);
          transition: 0.4s all;
      }
      .metis .tp-tab-title-mask {
          position: absolute;
          overflow: hidden;
          left: 67px;
      }
      .metis:hover .tp-tab-title {
          transform: translateX(0);
      }
      .metis .tp-tab {
          opacity: 0.15;
          transition: 0.4s all;
      }
      .metis .tp-tab:hover,
      .metis .tp-tab.selected {
          opacity: 1;
      }
      .metis .tp-tab.selected .tp-tab-divider {
          border-right: 1px solid #cdb083;
      }
      .metis.tp-tabs {
          max-width: 118px !important;
          padding-left: 50px;
      }
      .metis.tp-tabs:before {
          content: " ";
          height: 100%;
          width: 88px;
          background: rgba(0, 0, 0, 0.15);
          border-right: 1px solid rgba(255, 255, 255, 0.10);
          left: 0px;
          top: 0px;
          position: absolute;
          transition: 0.4s all;
      }
      .metis.tp-tabs:hover:before {
          width: 118px;
      }
      @media (max-width: 499px) {
          .metis.tp-tabs:before {
              background: rgba(0, 0, 0, 0.75);
          }
      }
  
  /*-----------------------------------------------------------------------------
  
  - Revolution Slider 5.0 Navigatin Skin Style  -
  
   PERSEPHONE SKIN
  
  author:  ThemePunch
  email:      info@themepunch.com
  website:    http://www.themepunch.com
  -----------------------------------------------------------------------------*/
  /* ARROWS */
  .persephone.tparrows {
      cursor:pointer;
      background:#aaa;
      background:rgba(200,200,200,0.5);
      width:40px;
      height:40px;
      position:absolute;
      display:block;
      z-index:100;
    border:1px solid #f5f5f5;
  }
  .persephone.tparrows:hover {
      background:#333;
  }
  .persephone.tparrows:before {
      font-family: "revicons";
      font-size:15px;
      color:#fff;
      display:block;
      line-height: 40px;
      text-align: center;
  }
  .persephone.tparrows.tp-leftarrow:before {
      content: "\e824";
  }
  .persephone.tparrows.tp-rightarrow:before {
      content: "\e825";
  }
  
  
  
  /* BULLETS */
  .persephone.tp-bullets {
  }
  .persephone.tp-bullets:before {
      content:" ";
      position:absolute;
      width:100%;
      height:100%;
      background:#transparent;
      padding:10px;
      margin-left:-10px;margin-top:-10px;
      box-sizing:content-box;
  }
  .persephone .tp-bullet {
      width:12px;
      height:12px;
      position:absolute;
      background:#aaa;
      border:1px solid #e5e5e5;	
      cursor: pointer;
      box-sizing:content-box;
  }
  .persephone .tp-bullet:hover,
  .persephone .tp-bullet.selected {
      background:#222;
  }
  .persephone .tp-bullet-image {
  }
  .persephone .tp-bullet-title {
  }
  
  
  /*-----------------------------------------------------------------------------
  
  - Revolution Slider 5.0 Navigatin Skin Style  -
  
   URANUS SKIN
  
  author:  ThemePunch
  email:      info@themepunch.com
  website:    http://www.themepunch.com
  -----------------------------------------------------------------------------*/
  /* ARROWS */
  .uranus.tparrows {
    width:50px;
    height:50px;
    background:transparent;
   }
   .uranus.tparrows:before {
   width:50px;
   height:50px;
   line-height:50px;
   font-size:40px;
   transition:all 0.3s;
  -webkit-transition:all 0.3s;
   }
   
    .uranus.tparrows:hover:before {
      opacity:0.75;
    }
  
  /* BULLETS */
  .uranus .tp-bullet{
      border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    background:transparent;
  }
  .uranus .tp-bullet.selected,
  .uranus .tp-bullet:hover {
    box-shadow: 0 0 0 2px #FFF;
    border:none;
    border-radius: 50%;
  
     background:transparent;
  }
  
  
  
  .uranus .tp-bullet-inner {
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: #FFF;
    background-color: rgba(255, 255, 255, 0.3);
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
  }
  
  .uranus .tp-bullet.selected .tp-bullet-inner,
  .uranus .tp-bullet:hover .tp-bullet-inner{
   transform: scale(0.4);
   -webkit-transform: scale(0.4);
   background-color:#fff;
  }
  
  /*-----------------------------------------------------------------------------
  
  - Revolution Slider 5.0 Navigatin Skin Style  -
  
   ZEUS SKIN
  
  author:  ThemePunch
  email:      info@themepunch.com
  website:    http://www.themepunch.com
  -----------------------------------------------------------------------------*/
  /* ARROWS */
  .zeus.tparrows {
    cursor:pointer;
    min-width:70px;
    min-height:70px;
    position:absolute;
    display:block;
    z-index:100;
    border-radius:35px;   
    overflow:hidden;
    background:rgba(0,0,0,0.10);
  }
  
  .zeus.tparrows:before {
    font-family: "revicons";
    font-size:20px;
    color:#fff;
    display:block;
    line-height: 70px;
    text-align: center;    
    z-index:2;
    position:relative;
  }
  .zeus.tparrows.tp-leftarrow:before {
    content: "\e824";
  }
  .zeus.tparrows.tp-rightarrow:before {
    content: "\e825";
  }
  
  .zeus .tp-title-wrap {
    background:#000;
    background:rgba(0,0,0,0.5);
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    position:absolute;
    opacity:0;
    transform:scale(0);
    -webkit-transform:scale(0);
     transition: all 0.3s;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
     border-radius:50%;
   }
  .zeus .tp-arr-imgholder {
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    background-position:center center;
    background-size:cover;
    border-radius:50%;
    transform:translateX(-100%);
    -webkit-transform:translateX(-100%);
     transition: all 0.3s;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
  
   }
  .zeus.tp-rightarrow .tp-arr-imgholder {
      transform:translateX(100%);
    -webkit-transform:translateX(100%);
        }
  .zeus.tparrows:hover .tp-arr-imgholder {
    transform:translateX(0);
    -webkit-transform:translateX(0);
    opacity:1;
  }
        
  .zeus.tparrows:hover .tp-title-wrap {
    transform:scale(1);
    -webkit-transform:scale(1);
    opacity:1;
  }
   
  
  /* BULLETS */
  .zeus .tp-bullet {
       box-sizing:content-box; -webkit-box-sizing:content-box; border-radius:50%;
        background-color: rgba(0, 0, 0, 0);
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        width:13px;height:13px;
        border:2px solid #fff;
   }
  .zeus .tp-bullet:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 50%;
    background-color: #FFF;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .zeus .tp-bullet:hover:after,
  .zeus .tp-bullet.selected:after{
      -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
    
   .zeus .tp-bullet-image,
   .zeus .tp-bullet-imageoverlay{
          width:135px;
          height:60px;
          position:absolute;
          background:#000;
          background:rgba(0,0,0,0.5);
          bottom:25px;
          left:50%;
          margin-left:-65px;
          box-sizing:border-box;
          background-size:cover;
          background-position:center center;
          visibility:hidden;
          opacity:0;
           -webkit-backface-visibility: hidden; 
            backface-visibility: hidden;
          -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
          border-radius:4px;
  
  }
            
  
  .zeus .tp-bullet-title,
  .zeus .tp-bullet-imageoverlay {
          z-index:2;
          -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
  }     
  .zeus .tp-bullet-title { 
          color:#fff;
          text-align:center;
          line-height:15px;
          font-size:13px;
          font-weight:600;  
          z-index:3;
           visibility:hidden;
          opacity:0;
           -webkit-backface-visibility: hidden; 
            backface-visibility: hidden;
          -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
          position:absolute;
          bottom:45px;
          width:135px;
          vertical-align:middle;
          left:-57px;
  }
        
  .zeus .tp-bullet:hover .tp-bullet-title,
  .zeus .tp-bullet:hover .tp-bullet-image,
  .zeus .tp-bullet:hover .tp-bullet-imageoverlay{
        opacity:1;
        visibility:visible;
        -webkit-transform:translateY(0px);
        transform:translateY(0px);         
      }
  
  /* THUMBS */
  .zeus .tp-thumb {
  opacity:1
  }
  
  .zeus .tp-thumb-over {
    background:#000;
    background:rgba(0,0,0,0.25);
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    z-index:1;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
  }
  
  .zeus .tp-thumb-more:before {
    font-family: "revicons";
    font-size:12px;
    color:#aaa;
    color:rgba(255,255,255,0.75);
    display:block;
    line-height: 12px;
    text-align: left;    
    z-index:2;
    position:absolute;
    top:20px;
    right:20px;
    z-index:2;
  }
  .zeus .tp-thumb-more:before {
    content: "\e825";
  }
  
  .zeus .tp-thumb-title {
    font-family:"Raleway";
    letter-spacing:1px;
    font-size:12px;
    color:#fff;
    display:block;
    line-height: 15px;
    text-align: left;    
    z-index:2;
    position:absolute;
    top:0px;
    left:0px;
    z-index:2;
    padding:20px 35px 20px 20px;
    width:100%;
    height:100%;
    box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    font-weight:500;
  }
  
  .zeus .tp-thumb.selected .tp-thumb-more:before,
  .zeus .tp-thumb:hover .tp-thumb-more:before {
   color:#aaa;
  
  }
  
  .zeus .tp-thumb.selected .tp-thumb-over,
  .zeus .tp-thumb:hover .tp-thumb-over {
   background:#000;
  }
  .zeus .tp-thumb.selected .tp-thumb-title,
  .zeus .tp-thumb:hover .tp-thumb-title {
    color:#fff;
  
  }
  
  
  /* TABS */
  .zeus .tp-tab { 
    opacity:1;      
    box-sizing:border-box;
  }
  
  .zeus .tp-tab-title { 
  display: block;
  text-align: center;
  background: rgba(0,0,0,0.25);
  font-family: "Roboto Slab", serif; 
  font-weight: 700; 
  font-size: 13px; 
  line-height: 13px;
  color: #fff; 
  padding: 9px 10px; }
  
  .zeus .tp-tab:hover .tp-tab-title,
  .zeus .tp-tab.selected .tp-tab-title {
   color: #000;
    background:rgba(255,255,255,1); 
  }
  
  
  
  /*-----------------------------------------------------------------------------
  
  - Revolution Slider 5.0 Navigatin Skin Style  -
  
   ZEUS SKIN
  
  author:  ThemePunch
  email:      info@themepunch.com
  website:    http://www.themepunch.com
  -----------------------------------------------------------------------------*/
  
  
  .post-tabs .tp-thumb {
  opacity:1
  }
  
  .post-tabs .tp-thumb-over {
    background:#252525;
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    z-index:1;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
  }
  
  .post-tabs .tp-thumb-more:before {
    font-family: "revicons";
    font-size:12px;
    color:#aaa;
    color:rgba(255,255,255,0.75);
    display:block;
    line-height: 12px;
    text-align: left;    
    z-index:2;
    position:absolute;
    top:15px;
    right:15px;
    z-index:2;
  }
  .post-tabs .tp-thumb-more:before {
    content: "\e825";
  }
  
  .post-tabs .tp-thumb-title {
    font-family:"raleway";
    letter-spacing:1px;
    font-size:12px;
    color:#fff;
    display:block;
    line-height: 15px;
    text-align: left;    
    z-index:2;
    position:absolute;
    top:0px;
    left:0px;
    z-index:2;
    padding:15px 30px 15px 15px;
    width:100%;
    height:100%;
    box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    font-weight:500;
  }
  
  .post-tabs .tp-thumb.selected .tp-thumb-more:before,
  .post-tabs .tp-thumb:hover .tp-thumb-more:before {
   color:#aaa;
  
  }
  
  .post-tabs .tp-thumb.selected .tp-thumb-over,
  .post-tabs .tp-thumb:hover .tp-thumb-over {
   background:#fff;
  }
  .post-tabs .tp-thumb.selected .tp-thumb-title,
  .post-tabs .tp-thumb:hover .tp-thumb-title {
    color:#000;
  
  }
  

  /*

Template: wingsX - Responsive Multi-purpose HTML5 Template
Author: 
Design and Developed by: 

NOTE: This is typography stylesheet of template, This file contains typography of the Template.

*/

/*---- Table of contents ----
 
:: General
:: Page section margin padding 
:: Text color
:: Row height eq And No Gutter
:: Extra class
:: Basic margin padding
 
---- End table content ----*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');

/*---- General Style Start ----*/
html{
	font-size: 14px; 
}
body { 
	font-family: 'Open Sans', sans-serif;
	font-weight: normal; 
	font-style: normal; 
	color: #898989; 
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
a, .btn  {
	-webkit-transition: all 0.3s ease-out 0s; 
	-moz-transition: all 0.3s ease-out 0s; 
	-ms-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s; 
}
a:focus { 
	text-decoration: none !important; 
}
a:focus, a:hover { 
	color: #00ABC9; 
	text-decoration: none !important; 
}
a, button, input { 
	outline: medium none !important; 
	color: #00ABC9; 
}
.uppercase { 
	text-transform: uppercase; 
}
h1, h2, h3, h4, h5, h6 { 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 400; 
	color: #000;
	margin-top: 0px; 
    line-height: 1.2;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
	color: inherit; 
}
label { 
	font-weight: normal; 
}
ul { 
	margin: 0px; 
	padding: 0px; 
}
p { 
	font-weight: normal; 
	line-height: 1.5; 
	color: #898989;	
	font-size: 1rem;    
	margin-bottom: 0;
}
hr { 
	margin: 0; 
	padding: 0px; 
	border-bottom:1px dashed #eceff8; 
	border-top: 0px; 
} 
hr.light { 
	margin: 0; padding: 0px; 
	border-bottom:1px solid rgba(255,255,255,0.1); 
	border-top: 0px; 
} 
*::-moz-selection { 
	background: #00ABC9; 
	color: #fff; 
	text-shadow: none; 
}
::-moz-selection { 
	background: #00ABC9; 
	color: #fff; 
	text-shadow: none; 
}
::selection { 
	background: #00ABC9; 
	color: #fff; 
	text-shadow: none; 
}
del, mark {
    padding: 0 5px;
    margin-right: 3px;
}

/*---- Font Weight Start----*/
.f-w1 { font-weight: 100 !important;}
.f-w2 { font-weight: 200 !important; }
.f-w3 { font-weight: 300 !important; }
.f-w4 { font-weight: 400 !important; }
.f-w5 { font-weight: 500 !important; }
.f-w6 { font-weight: 600 !important; }
.f-w7 { font-weight: 700 !important; }
.f-w8 { font-weight: 800 !important; }
.f-w9 { font-weight: 900 !important; }
/*---- Font Weight End----*/

/*------------------font-size -------------*/
.fs-10{ font-size: 0.714rem !important;}
.fs-12{ font-size: 0.857rem !important;}
.fs-14{ font-size: 1rem !important;}
.fs-15{ font-size: 1.071rem !important;}
.fs-20{ font-size: 1.428rem !important;}
.fs-24{ font-size: 1.714rem !important;}
.fs-25{ font-size: 1.785rem !important;}
.fs-26{ font-size: 1.857rem !important;}
.fs-28{ font-size: 2rem !important;}
.fs-30{ font-size: 2.142rem !important;}
.fs-35{ font-size: 2.5rem !important;}
.fs-36{ font-size: 2.571rem !important;}
.fs-40{ font-size: 2.857rem !important;}
.fs-50{ font-size: 3.571rem !important;}
.fs-60{ font-size: 4.285rem !important;}
.fs-70{ font-size: 5rem !important;}
.fs-80{ font-size: 5.714rem !important;}

/*---- line height Start----*/
.l-h24 { line-height: 24px; }
.l-h26 { line-height: 26px; }
.l-h28 { line-height: 28px; }
.l-h30 { line-height: 30px; }
.l-h32 { line-height: 32px; }
.l-h34 { line-height: 34px; }
.l-h36 { line-height: 36px; }
.l-h38 { line-height: 38px; }
.l-h40 { line-height: 40px; }
.l-h50 { line-height: 50px; }
.l-h55 { line-height: 55px; }
.l-h60 { line-height: 60px; }
.l-h70 { line-height: 70px; }
.l-h80 { line-height: 80px; }
.l-h85 { line-height: 85px; }

/*---- line height End----*/

img.bottom-img { 
	position: absolute; 
	bottom: 0; 
	left: 0; 
	right: 0;  
}
.pos-bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
}
/*---- General Style End ----*/

/*----Page section padding End---*/

/*----Text color Start----*/
.theme-color { color: #00ABC9; }
.txt-white { color: #fff; }
.txt-black { color: #363636; }
.txt-gray { color: #999999; }
/*----Text color End----*/

/*---- Row-height-eq and no gutter ----*/
.no-gutter{  
	margin-right:0; 
	margin-left:0;
}
.no-gutter > [class*='col-'] { 
	padding-right:0; 
	padding-left:0;
}
.row-height-eq{
	display:-webkit-box; 
	display:-webkit-flex; 
	display:-ms-flexbox; 
	display:flex;
}
.row-height-eq.full-height > [class*='col-'] > div{
	height: 100%;
}

/*---- vertical Align Start----*/
.v-align{
	display: table;
}
.v-align > [class*='col-']{
	display:table-cell; 
	float:none;
}
[data-v-align-overlay="top"]{
	vertical-align:top;
}
[data-v-align-overlay="middle"]{
	vertical-align:middle;
}
[data-v-align-overlay="bottom"]{
	vertical-align:bottom;
}
.v-align {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
/*---- vertical Align End----*/

/*---- Extra classes start ----*/
.overflow-hidden { 
	overflow: hidden; 
}
.pos-rel { 
	position: relative; 
}
.full-width{
	width: 100% !important;
}
section,
.section{ 
	background: #ffffff; 
}
/*---- Extra classes end ----*/
 
/*font size in rem*/
h1 {
    font-size: 2.571rem;
    font-style: normal;
}
h2 {
    font-size: 2.142rem;
    font-style: normal;
}
h3 {
    font-size: 1.714rem;
    font-style: normal;
}
h4 {
    font-size: 1.285rem;
    font-style: normal;
}
h5 {
    font-size: 1rem;
    font-style: normal;
}
h6 {
    font-size: 0.571rem;
    font-style: normal;
}
/*---- section margin padding start----*/
.section-ptb-0 { padding: 0 0; }
.section-pt-0 { padding: 0 0 0; }
.section-pb-0 { padding: 0 0 0; }

.section-ptb-10 { padding: 10px 0; }
.section-pt-10 { padding: 10px 0 0; }
.section-pb-10 { padding: 0 0 10px; }

.section-ptb-20 { padding: 20px 0; }
.section-pt-20 { padding: 20px 0 0; }
.section-pb-20 { padding: 0 0 20px; }

.section-ptb-30 { padding: 30px 0; }
.section-pt-30 { padding: 30px 0 0; }
.section-pb-30 { padding: 0 0 30px; }

.section-ptb-40 { padding: 40px 0; }
.section-pt-40 { padding: 40px 0 0; }
.section-pb-40 { padding: 0 0 40px; }

.section-ptb-50 { padding: 50px 0; }
.section-pt-50 { padding: 50px 0 0; }
.section-pb-50 { padding: 0 0 50px; }

.section-ptb-60 { padding: 60px 0; }
.section-pt-60 { padding: 60px 0 0; }
.section-pb-60 { padding: 0 0 60px; }

.section-ptb-70 { padding: 70px 0; }
.section-pt-70 { padding: 70px 0 0; }
.section-pb-70 { padding: 0 0 70px; }

.section-ptb-80 { padding: 80px 0; }
.section-pt-80 { padding: 80px 0 0; }
.section-pb-80 { padding: 0 0 80px; }

.section-ptb-90 { padding: 90px 0; }
.section-pt-90 { padding: 90px 0 0; }
.section-pb-90 { padding: 0 0 90px; }

.section-ptb-100 { padding: 100px 0; }
.section-pt-100 { padding: 100px 0 0; }
.section-pb-100 { padding: 0 0 100px; }

.section-ptb-110 { padding: 110px 0; }
.section-pt-110 { padding: 110px 0 0; }
.section-pb-110 { padding: 0 0 110px; }

.section-ptb-120 { padding: 120px 0; }
.section-pt-120 { padding: 120px 0 0; }
.section-pb-120 { padding: 0 0 120px; }

.section-ptb-150 { padding: 150px 0; }
.section-pt-150 { padding: 150px 0 0; }
.section-pb-150 { padding: 0 0 150px; }
/*---- section margin padding end----*/

/*---- Basic margin padding Start----*/
.m-0 { margin: 0 !important; }
.p-0 { padding: 0 !important; }
/*---- Basic margin padding End----*/ 

/*---- Margin top Start ----*/
.mt-minus-2{margin-top: -2px;}
.mt-minus-2{margin-top: -2px;}
.mt-minus-3{margin-top: -3px;}
.mt-minus-4{margin-top: -4px;}
.mt-minus-5{margin-top: -5px;}
.mt-minus-10{margin-top: -10px;}
.mt-minus-20{margin-top: -20px;}
.mt-minus-30{margin-top: -30px;}
.mt-minus-40{margin-top: -40px;}
.mt-minus-50{margin-top: -50px;}
.mt-minus-60{margin-top: -60px;}
.mt-minus-180{margin-top: -180px;}
.mt-0 { margin-top: 0px !important; }
.mt-1 { margin-top: 1px !important; }
.mt-2 { margin-top: 2px !important; }
.mt-3 { margin-top: 3px !important; }
.mt-4 { margin-top: 4px !important; }
.mt-5 { margin-top: 5px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-25 { margin-top: 25px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-35 { margin-top: 35px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-45 { margin-top: 45px !important; }
.mt-50 { margin-top: 50px !important; }
.mt-55 { margin-top: 55px !important; }
.mt-60 { margin-top: 60px !important; }
.mt-65 { margin-top: 65px !important; }
.mt-70 { margin-top: 70px !important; }
.mt-75 { margin-top: 75px !important; }
.mt-80 { margin-top: 80px !important; }
.mt-85 { margin-top: 85px !important; }
.mt-90 { margin-top: 90px !important; }
.mt-95 { margin-top: 95px !important; }
.mt-100 { margin-top: 100px !important; }
.mt-105 { margin-top: 105px !important; }
.mt-110 { margin-top: 110px !important; }
.mt-115 { margin-top: 115px !important; }
.mt-120 { margin-top: 120px !important; }
.mt-125 { margin-top: 125px !important; }
.mt-130 { margin-top: 130px !important; }
.mt-135 { margin-top: 135px !important; }
.mt-140 { margin-top: 140px !important; }
.mt-145 { margin-top: 145px !important; }
.mt-150 { margin-top: 150px !important; }
.mt-160 { margin-top: 160px !important; }
.mt-170 { margin-top: 170px !important; }
.mt-180 { margin-top: 180px !important; }
.mt-190 { margin-top: 190px !important; }
/*---- Margin top End ----*/ 

/*---- Margin right End ----*/
.mr-0 { margin-right: 0 !important; }
.mr-5 { margin-right: 5px !important; }
.mr-10 { margin-right: 10px !important; }
.mr-15 { margin-right: 15px !important; }
.mr-20 { margin-right: 20px !important; }
.mr-25 { margin-right: 25px !important; }
.mr-30 { margin-right: 30px !important; }
.mr-35 { margin-right: 35px !important; }
.mr-40 { margin-right: 40px !important; }
.mr-45 { margin-right: 45px !important; }
.mr-50 { margin-right: 50px !important; }
.mr-55 { margin-right: 55px !important; }
.mr-60 { margin-right: 60px !important; }
.mr-65 { margin-right: 65px !important; }
.mr-70 { margin-right: 70px !important; }
.mr-75 { margin-right: 75px !important; }
.mr-80 { margin-right: 80px !important; }
.mr-85 { margin-right: 85px !important; }
.mr-90 { margin-right: 90px !important; }
.mr-95 { margin-right: 95px !important; }
.mr-100 { margin-right: 100px !important; }
.mr-105 { margin-right: 105px !important; }
.mr-110 { margin-right: 110px !important; }
.mr-115 { margin-right: 115px !important; }
.mr-120 { margin-right: 120px !important; }
.mr-125 { margin-right: 125px !important; }
.mr-130 { margin-right: 130px !important; }
.mr-135 { margin-right: 135px !important; }
.mr-140 { margin-right: 140px !important; }
.mr-145 { margin-right: 145px !important; }
.mr-150 { margin-right: 150px !important; }
/*---- Margin right End ----*/

/*---- margin bottom Start ----*/
.mb-minus-10{margin-bottom: -10px;}
.mb-minus-20{margin-bottom: -20px;}
.mb-minus-30{margin-bottom: -30px;}
.mb-minus-40{margin-bottom: -40px;}
.mb-minus-50{margin-bottom: -50px;}
.mb-0 { margin-bottom: 0 !important; }
.mb-5 { margin-bottom: 5px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-25 { margin-bottom: 25px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-35 { margin-bottom: 35px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-45 { margin-bottom: 45px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-55 { margin-bottom: 55px !important; }
.mb-60 { margin-bottom: 60px !important; }
.mb-65 { margin-bottom: 65px !important; }
.mb-70 { margin-bottom: 70px !important; }
.mb-75 { margin-bottom: 75px !important; }
.mb-80 { margin-bottom: 80px !important; }
.mb-85 { margin-bottom: 85px !important; }
.mb-90 { margin-bottom: 90px !important; }
.mb-95 { margin-bottom: 95px !important; }
.mb-100 { margin-bottom: 100px !important; }
.mb-105 { margin-bottom: 105px !important; }
.mb-110 { margin-bottom: 110px !important; }
.mb-115 { margin-bottom: 115px !important; }
.mb-120 { margin-bottom: 120px !important; }
.mb-125 { margin-bottom: 125px !important; }
.mb-130 { margin-bottom: 130px !important; }
.mb-135 { margin-bottom: 135px !important; }
.mb-140 { margin-bottom: 140px !important; }
.mb-145 { margin-bottom: 145px !important; }
.mb-150 { margin-bottom: 150px !important; }
/*---- margin bottom End ----*/ 

/*---- margin left Start ----*/ 
.ml-0 { margin-left: 0 !important; }
.ml-5 { margin-left: 5px !important; }
.ml-10 { margin-left: 10px !important; }
.ml-15 { margin-left: 15px !important; }
.ml-20 { margin-left: 20px !important; }
.ml-25 { margin-left: 25px !important; }
.ml-30 { margin-left: 30px !important; }
.ml-35 { margin-left: 35px !important; }
.ml-40 { margin-left: 40px !important; }
.ml-45 { margin-left: 45px !important; }
.ml-50 { margin-left: 50px !important; }
.ml-55 { margin-left: 55px !important; }
.ml-60 { margin-left: 60px !important; }
.ml-65 { margin-left: 65px !important; }
.ml-70 { margin-left: 70px !important; }
.ml-75 { margin-left: 75px !important; }
.ml-80 { margin-left: 80px !important; }
.ml-85 { margin-left: 85px !important; }
.ml-90 { margin-left: 90px !important; }
.ml-95 { margin-left: 95px !important; }
.ml-100 { margin-left: 100px !important; }
.ml-105 { margin-left: 105px !important; }
.ml-110 { margin-left: 110px !important; }
.ml-115 { margin-left: 115px !important; }
.ml-120 { margin-left: 120px !important; }
.ml-125 { margin-left: 125px !important; }
.ml-130 { margin-left: 130px !important; }
.ml-135 { margin-left: 135px !important; }
.ml-140 { margin-left: 140px !important; }
.ml-145 { margin-left: 145px !important; }
.ml-150 { margin-left: 150px !important; }
/*---- margin left End ----*/

/*---- padding top start ----*/
.pt-0 { padding-top: 0 !important; }
.pt-5 { padding-top: 5px !important; }
.pt-10 { padding-top: 10px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-25 { padding-top: 25px !important; }
.pt-30 { padding-top: 30px !important; }
.pt-35 { padding-top: 35px !important; }
.pt-40 { padding-top: 40px !important; }
.pt-45 { padding-top: 45px !important; }
.pt-50 { padding-top: 50px !important; }
.pt-55 { padding-top: 55px !important; }
.pt-60 { padding-top: 60px !important; }
.pt-65 { padding-top: 65px !important; }
.pt-70 { padding-top: 70px !important; }
.pt-75 { padding-top: 75px !important; }
.pt-80 { padding-top: 80px !important; }
.pt-85 { padding-top: 85px !important; }
.pt-90 { padding-top: 90px !important; }
.pt-95 { padding-top: 95px !important; }
.pt-100 { padding-top: 100px !important; }
.pt-105 { padding-top: 105px !important; }
.pt-110 { padding-top: 110px !important; }
.pt-115 { padding-top: 115px !important; }
.pt-120 { padding-top: 120px !important; }
.pt-125 { padding-top: 125px !important; }
.pt-130 { padding-top: 130px !important; }
.pt-135 { padding-top: 135px !important; }
.pt-140 { padding-top: 140px !important; }
.pt-145 { padding-top: 145px !important; }
.pt-150 { padding-top: 150px !important; }
/*---- padding top End ----*/

/*---- padding right right ----*/
.p-60{padding: 60px;}
.pr-0 { padding-right: 0 !important; }
.pr-5 { padding-right: 5px !important; }
.pr-10 { padding-right: 10px !important; }
.pr-15 { padding-right: 15px !important; }
.pr-20 { padding-right: 20px !important; }
.pr-25 { padding-right: 25px !important; }
.pr-30 { padding-right: 30px !important; }
.pr-35 { padding-right: 35px !important; }
.pr-40 { padding-right: 40px !important; }
.pr-45 { padding-right: 45px !important; }
.pr-50 { padding-right: 50px !important; }
.pr-55 { padding-right: 55px !important; }
.pr-60 { padding-right: 60px !important; }
.pr-65 { padding-right: 65px !important; }
.pr-70 { padding-right: 70px !important; }
.pr-75 { padding-right: 75px !important; }
.pr-80 { padding-right: 80px !important; }
.pr-85 { padding-right: 85px !important; }
.pr-90 { padding-right: 90px !important; }
.pr-95 { padding-right: 95px !important; }
.pr-100 { padding-right: 100px !important; }
.pr-105 { padding-right: 105px !important; }
.pr-110 { padding-right: 110px !important; }
.pr-115 { padding-right: 115px !important; }
.pr-120 { padding-right: 120px !important; }
.pr-125 { padding-right: 125px !important; }
.pr-130 { padding-right: 130px !important; }
.pr-135 { padding-right: 135px !important; }
.pr-140 { padding-right: 140px !important; }
.pr-145 { padding-right: 145px !important; }
.pr-150 { padding-right: 150px !important; }
/*---- padding right End ----*/

/*---- padding bottom Start  ----*/
.pb-0 { padding-bottom: 0 !important; }
.pb-5 { padding-bottom: 5px !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-15 { padding-bottom: 15px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-25 { padding-bottom: 25px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pb-35 { padding-bottom: 35px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pb-45 { padding-bottom: 45px !important; }
.pb-50 { padding-bottom: 50px !important; }
.pb-55 { padding-bottom: 55px !important; }
.pb-60 { padding-bottom: 60px !important; }
.pb-65 { padding-bottom: 65px !important; }
.pb-70 { padding-bottom: 70px !important; }
.pb-75 { padding-bottom: 75px !important; }
.pb-80 { padding-bottom: 80px !important; }
.pb-85 { padding-bottom: 85px !important; }
.pb-90 { padding-bottom: 90px !important; }
.pb-95 { padding-bottom: 95px !important; }
.pb-100 { padding-bottom: 100px !important; }
.pb-105 { padding-bottom: 105px !important; }
.pb-110 { padding-bottom: 110px !important; }
.pb-115 { padding-bottom: 115px !important; }
.pb-120 { padding-bottom: 120px !important; }
.pb-125 { padding-bottom: 125px !important; }
.pb-130 { padding-bottom: 130px !important; }
.pb-135 { padding-bottom: 135px !important; }
.pb-140 { padding-bottom: 140px !important; }
.pb-145 { padding-bottom: 145px !important; }
.pb-150 { padding-bottom: 150px !important; }
/*---- padding bottom End  ----*/

/*---- padding left Start  ----*/
.pl-0 { padding-left: 0 !important; }
.pl-5 { padding-left: 5px !important; }
.pl-10 { padding-left: 10px !important; }
.pl-15 { padding-left: 15px !important; }
.pl-20 { padding-left: 20px !important; }
.pl-25 { padding-left: 25px !important; }
.pl-30 { padding-left: 30px !important; }
.pl-35 { padding-left: 35px !important; }
.pl-40 { padding-left: 40px !important; }
.pl-45 { padding-left: 45px !important; }
.pl-50 { padding-left: 50px !important; }
.pl-55 { padding-left: 55px !important; }
.pl-60 { padding-left: 60px !important; }
.pl-65 { padding-left: 65px !important; }
.pl-70 { padding-left: 70px !important; }
.pl-75 { padding-left: 75px !important; }
.pl-80 { padding-left: 80px !important; }
.pl-85 { padding-left: 85px !important; }
.pl-90 { padding-left: 90px !important; }
.pl-95 { padding-left: 95px !important; }
.pl-100 { padding-left: 100px !important; }
.pl-105 { padding-left: 105px !important; }
.pl-110 { padding-left: 110px !important; }
.pl-115 { padding-left: 115px !important; }
.pl-120 { padding-left: 120px !important; }
.pl-125 { padding-left: 125px !important; }
.pl-130 { padding-left: 130px !important; }
.pl-135 { padding-left: 135px !important; }
.pl-140 { padding-left: 140px !important; }
.pl-145 { padding-left: 145px !important; }
.pl-150 { padding-left: 150px !important; }
/*---- padding left End  ----*/

/*---- min height start ----*/
.min-height-200 { min-height: 200px; }
.min-height-230 { min-height: 230px; }
.min-height-260 { min-height: 260px; }
.min-height-290 { min-height: 290px; }
.min-height-320 { min-height: 320px; }
.min-height-350 { min-height: 350px; }
.min-height-380 { min-height: 380px; }
.min-height-410 { min-height: 410px; }
.min-height-440 { min-height: 440px; }
.min-height-470 { min-height: 470px; }
.min-height-500 { min-height: 500px; }
.min-height-550 { min-height: 550px; }
/*---- min height end ----*/

/*---- max height Start ----*/
.max-height-200 { max-height: 200px; }
.max-height-230 { max-height: 230px; }
.max-height-260 { max-height: 260px; }
.max-height-290 { max-height: 290px; }
.max-height-320 { max-height: 320px; }
.max-height-350 { max-height: 350px; }
.max-height-380 { max-height: 380px; }
.max-height-410 { max-height: 410px; }
.max-height-440 { max-height: 440px; }
.max-height-470 { max-height: 470px; }
.max-height-500 { max-height: 500px; }
.max-height-550 { max-height: 550px; }
/*---- max height End ----*/


/*----Width ----*/

.width-10 {width:10%;}
.width-12 {width:12%;}
.width-15 {width:15%;}
.width-20 {width:20%;}
.width-25 {width:25%;}
.width-30 {width:30%;}
.width-35 {width:35%;}
.width-40 {width:40%;}
.width-45 {width:45%;}
.width-50 {width:50%;}
.width-55 {width:55%;}
.width-60 {width:60%;}
.width-65 {width:65%;}
.width-70 {width:70%;}
.width-75 {width:75%;}
.width-80 {width:80%;}
.width-85 {width:85%;}
.width-90 {width:90%;}
.width-95 {width:95%;}
.width-100 {width:100%;}
.width-100-vh {width:100vh;}
.width-auto {width: auto}

/*---- Width End ----*/




/*

Template: wingsX - Responsive Multi-purpose HTML5 Template
Author: 
Version: 
Design and Developed by: 

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template.

*/
/*---- [  Table of contents  ] ---- 
:- color code
:- cs-button
:- callouts & alert
:- colunms
:- separators
:- pagination-nav
:- social-icon


*/
/*----------------color code-----------------*/
.gray{
	color: #DEDEDE;
}
.white{
	color: #fff;
}
.suva-gray{
    color:#898989 !important;
}
.gray-80{
    color:#ccc !important;
}  
.gray-90{
    color: #e5e5e5 !important;
}
.gray-hsl{
    color: #efefef;
} 
.theme{
	color: #00ABC9;
}
.black{
    color: #000;
}
.bg-theme{
	background-color: #00ABC9;
}
.bg-white{
	background-color: #fff;
}
.bg-black{
	background-color: #000000;
}
.bg-gray{
	background-color: #DEDEDE;
}
.bg-light-gray{
    background-color: #F7F7F7;
}
.bg-pink{
	background-color: #FE80C0;
}
.bg-darkpink{
	background-color: #B24A7D;
}
.bg-blue{
	background-color: #00ABC9;
}
.bg-lightblue{
	background-color: #76BCFF;
}
.bg-purple{
	background-color: #9B59B6;
}
.bg-darkpurple{
	background-color: #8D708E;
}
.bg-lightpurple{
	background-color: #807FFF;
}
.bg-red{
	background-color: #E74C3C;
}
.bg-green{
	background-color: #16A085;
}
.bg-darkgreen{
	background-color: #27AE60;
}
.bg-darkgreen-1{
	background-color: #009A9A;
}
.bg-lightgreen{
	background-color: #1ABC9C;
}
.bg-lightgreen-1{
	background-color: #2ECC71;
}
.bg-yellow{
	background-color: #F1C40F;
}
.bg-orange{
	background-color: #FF6D3A;
}
 .bg-dark-theme {
     background: #050801;
 }
.bg-img{
    background-image: url("https://via.placeholder.com/1920x1280");
    background-attachment: fixed;
    background-size: cover;
}
.parallax{
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    position: relative;
    z-index: 0;
    background-origin: initial;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
 .bg-overlay-black-10:before {
     background: rgba(0, 0, 0, 0.1);
     content: "";
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 0;
 }
 .bg-overlay-black-20:before {
     background: rgba(0, 0, 0, 0.2);
     content: "";
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 0;
 }
 .bg-overlay-black-30:before {
     background: rgba(0, 0, 0, 0.3);
     content: "";
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 0;
 }
 .bg-overlay-black-40:before {
     background: rgba(0, 0, 0, 0.4);
     content: "";
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 0;
 }
 .bg-overlay-black-50:before {
     background: rgba(0, 0, 0, 0.5);
     content: "";
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 0;
 }
 .bg-overlay-black-60:before {
     background: rgba(0, 0, 0, 0.6);
     content: "";
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 0;
 }
 .bg-overlay-black-70:before {
     background: rgba(0, 0, 0, 0.7);
     content: "";
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 0;
 }
 .bg-overlay-black-80:before {
     background: rgba(0, 0, 0, 0.8);
     content: "";
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 0;
 }
 .bg-overlay-black-90:before {
     background: rgba(0, 0, 0, 0.9);
     content: "";
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 0;
 }
 .bg-overlay-white-10:before {
     background: rgba(255, 255, 255, 0.1);
     content: "";
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 0;
 }
 .bg-overlay-white-20:before {
     background: rgba(255, 255, 255, 0.2);
     content: "";
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 0;
 }
 .bg-overlay-white-30:before {
     background: rgba(255, 255, 255, 0.3);
     content: "";
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 0;
 }
 
 .bg-overlay-white-40:before {
     background: rgba(255, 255, 255, 0.4);
     content: "";
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 0;
 }
 
 .bg-overlay-white-50:before {
     background: rgba(255, 255, 255, 0.5);
     content: "";
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 0;
 }
 
 .bg-overlay-white-60:before {
     background: rgba(255, 255, 255, 0.6);
     content: "";
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 0;
 }
 
 .bg-overlay-white-70:before {
     background: rgba(255, 255, 255, 0.7);
     content: "";
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 0;
 }
 
 .bg-overlay-white-80:before {
     background: rgba(255, 255, 255, 0.8);
     content: "";
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 0;
 }
 
 .bg-overlay-white-90:before {
     background: rgba(255, 255, 255, 0.9);
     content: "";
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 0;
 }
 
 .bg-overlay-theme-20:before {
     background: rgba(230, 175, 42, 0.2);
     content: "";
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 0;
 }
 
 .bg-overlay-theme-50:before {
     background: rgba(230, 175, 42, 0.41);
     content: "";
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 0;
 }
 
 .bg-overlay-theme-70:before {
     background: rgba(230, 175, 42, 0.54);
     content: "";
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 0;
 }
 
 .bg-overlay-theme-90:before {
     background: rgba(230, 175, 42, 0.7490196078431373);
     content: "";
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 0;
 }
 
 .bg-overlay-black-10,
 .bg-overlay-black-20,
 .bg-overlay-black-30,
 .bg-overlay-black-40,
 .bg-overlay-black-50,
 .bg-overlay-black-60,
 .bg-overlay-black-70,
 .bg-overlay-black-80,
 .bg-overlay-black-90,
 .bg-overlay-white-10,
 .bg-overlay-white-20,
 .bg-overlay-white-30,
 .bg-overlay-white-40,
 .bg-overlay-white-50,
 .bg-overlay-white-60,
 .bg-overlay-white-70,
 .bg-overlay-white-80,
 .bg-overlay-white-90,
 .bg-overlay-theme-20,
 .bg-overlay-theme-50,
 .bg-overlay-theme-70,
 .bg-overlay-theme-90 {
     position: relative;
 }
.dark-bg h1, .dark-bg h6, .dark-bg .rem-checkbox label, .dark-bg h4, .dark-bg h3, .dark-bg h2, .dark-bg h5, .dark-bg i, .dark-bg .label{
    color: #fff !important;
} 
.dark-bg p{
   color: #c5c5c5;
}
.dark-bg .separators{
    border-bottom: 1px solid rgba(255, 255, 255, 0.48);
}
.bg-overlay-black-90:before {
    background: linear-gradient(0deg, rgb(0, 0, 0) 10%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.bg-overlay-white-90:before {
    background: linear-gradient(0deg, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 1px;
    width: 100%;
    z-index: 0;
}
.txt-white{
    color: #fff !important;
}
/*elements*/
.full-width {
    width: 100%;
}
.height-100vh {
    height: 100vh;
}
.height-80vh {
    height: 80vh;
}
.height-70vh {
    height: 70vh;
}
.height-60vh {
    height: 60vh;
}
.height-50vh {
    height: 50vh;
}
.height-30vh {
    height: 30vh;
}
.height-20vh {
    height: 20vh;
}
.possition-abs {
    position: absolute;
    bottom: 0;
    /*width: 100%; */
}
.possition-rel {
    position: relative;
}
.vertical-align {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.no-padding{
    padding: 0px !important;
}
.box-10{margin-top: -10px;}
.box-20{margin-top: -20px;}
.box-30{margin-top: -30px;}
.box-40{margin-top: -40px;}
.box-50{margin-top: -50px;}
.box-60{margin-top: -60px;}
.box-70{margin-top: -70px;}
.box-80{margin-top: -80px;}
.box-90{margin-top: -90px;}
.box{margin-top: -100px;}

.no-border{
    border: none !important;
}
/*--- cs-button start ---*/
.cs-button { 
	background: #00ABC9; 
	padding: 10px 20px; 
	font-size: 0.928rem; 
	letter-spacing: 1px; 
	font-family: 'Montserrat', sans-serif; border: 0; 
	color: #ffffff; 
	text-transform: uppercase; 
	font-weight: 500; 
	display: inline-block; 
	border-radius: 3px; 
	text-align: center; 
	border:2px solid #00ABC9; 
	cursor: pointer; 
}
.cs-button + .cs-button {
	margin-left: 20px;
}
.cs-button:hover, .cs-button:focus { 
	background: #353535; 
	color: #fff; 
	border-color: #353535; 
}
button { 
	transition: all 0.5s ease-in-out; 
	-webkit-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out; 
	-ms-transition: all 0.5s ease-in-out; 
	-moz-transition: all 0.5s ease-in-out; 
}
.cs-button.black { 
	background: #353535; 
	color: #ffffff; 
	border:2px solid #353535;
}
.cs-button.black:hover,  .cs-button.black.active,  .cs-button.black:focus  {
     background:  #00ABC9;
     color:  #ffffff;
     border-color:  #00ABC9;
 }

.cs-button.gray  {
     background:  #e0e0e0;
     color:  #353535;
     border: 2px solid #e0e0e0;
 }

.cs-button.gray:hover,  .cs-button.gray.active,  .cs-button.gray:focus  {
     background:  #00ABC9;
     color:  #ffffff;
     border-color:  #00ABC9;
}

.cs-button.white  {
     background:  #fff;
     color:  #00ABC9;
     border-color:  #ffffff;
 }

.cs-button.white:hover,  .cs-button.white:focus  {
     background:  #353535;
     color: #ffffff !important;
     border-color:  #353535;
}

.cs-button.cs-button-border  {
     background:  transparent;
     border:  2px solid #00ABC9;
     color:  #323232;
 }

.cs-button.cs-button-border:hover,  .cs-button.cs-button-border:focus  {
     background:  #00ABC9;
     color:  #ffffff;
     border-color:  #00ABC9;
 }

.cs-button.cs-button-border.gray  {
     background:  transparent;
     border:  2px solid #e0e0e0;
     color:  #aaaaaa;
 }

.cs-button.cs-button-border.gray:hover,  .cs-button.cs-button-border.gray:focus  {
     background:  #00ABC9;
     color:  #ffffff;
     border-color:  #00ABC9;
 }

.cs-button.cs-button-border.white  {
     background:  transparent;
     border:  2px solid #fff;
     color:  #fff;
 }

.cs-button.cs-button-border.white:hover,  .cs-button.cs-button-border.white:focus, .cs-button.cs-button-border.white:hover i,  .cs-button.cs-button-border.white:focus i {
     background:  #fff;
     color:  #00ABC9 !important;
     border-color:  #fff;
 }

.cs-button.cs-button-border.black  {
     background:  transparent;
     border:  2px solid #353535;
     color:  #353535;
 }

.cs-button.cs-button-border.black:hover,  .cs-button.cs-button-border.black:focus  {
     background:  #353535;
     color:  #ffffff;
     border-color:  #353535;
 }

.cs-button.icon i  {
     margin-left:  10px;
 }

/*cs-button with icon*/
.cs-button.arrow  {
     background:  transparent;
     border:  none;
     color:  #00ABC9;
     padding:  0;
     font-weight:  600;
 }
.cs-button.arrow i  {
     padding-left:  10px;
     font-size:  1.142rem;
 }
.cs-button.arrow:hover  {
     color:  #898989;
 }
.cs-button.arrow.white  {
     color:  #ffffff;
     border:  none;
 }
.cs-button.arrow.white:hover  {
     color:  #aaaaaa;
     background:  transparent;
 }
.cs-button.icon-color {
    background:  none;
    border:  none;
    color:  #00ABC9;
    padding:  0;
}
.cs-button.icon-color:hover {
    color:  #353535 !important;
    background:  transparent;
 }

.cs-button.icon-color i {
    border:  1px solid #00ABC9;
    border-radius:  50%;
    height:  22px;
    width:  22px;
    line-height:  20px;
    margin-left:  10px;
    transform:  translateX(0px);
    transition:  all 0.5s cubic-bezier(0.76,  0.46,  0.22,  1) 0s;
}

.cs-button.icon-color:hover i  {
     background:  #353535;
     border-color:  #353535;
     color:  #ffffff;
     transform:  translateX(3px);
}

.cs-button.icon-color.white:hover  {
     color:  #ffffff;
     border: none;
     background:  none;
}
.cs-button.icon-color.white:hover i  {
     background:  #ffffff;
     color:  #00ABC9;
     border-color:  #ffffff;
 }

.cs-button-black-iocn .cs-button.icon-color  {
     color:  #ffffff;
 }

.cs-button-black-iocn .cs-button.icon-color i  {
     border-color:  #ffffff;
 }

.cs-button-black-iocn .cs-button.icon-color:hover i  {
     background:  #ffffff;
     color:  #323232;
 }

.cs-button-black-iocn .cs-button.icon-color:hover  {
     color:  #323232;
 }

.big-cs-button  {
     padding:  28px 26px;
     font-size:  1.714rem;
 }

.big-cs-button span  {
     display:  block;
     font-size:  0.857rem;
     margin-top:  6px;
}
.cs-button.x-small  {
     padding:  8px 14px;
     font-size:  0.857rem;
}

.cs-button.small  {
     padding:  10px 18px;
     font-size:  0.857rem;
 }

.cs-button.medium  {
     padding:  12px 20px;
     font-size:  1rem;
 }

.cs-button.large  {
     padding:  14px 20px;
     font-size:  1.071rem;
 }

 .cs-button.main  {
    padding: 15px;
    font-size: 1.071rem;
    width: 35%;
    margin-bottom: 14px;
    max-width: 135px;
}

.cs-button + .cs-button.btn-block   {
     margin-left:  0;
 }
.btn-primary{
	background:  #00ABC9;
	border-color:  #00ABC9;
}
.btn-primary:hover{
	background:  #000000;
	border-color:  #000000;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,  .btn-primary:not(:disabled):not(.disabled):active:focus,  .show>.btn-primary.dropdown-toggle:focus  {
     background:  #00ABC9;
     border-color:  #00ABC9;
     box-shadow:  0 0 0 0.2rem rgba(132, 186, 63, 0.5);
 }

.btn-primary.focus,  .btn-primary:focus  {
     box-shadow:  0 0 0 0.2rem rgba(132, 186, 63, 0.5);
     background:  #00ABC9;
     border-color:  #00ABC9;
 }
.border-1-gray{
    border: 1px solid #e5e5e5;
}

/*----------------callouts & alert start----------------*/
.alert-callouts .cs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.alert-callouts .cs-callout-default{
	border-left-color: #777 !important;
}
.alert-callouts .cs-callout-default h4{
	color: #777;
}

.alert-callouts .cs-callout-primary{
	border-left-color: #428bca;
}
.alert-callouts .cs-callout-primary h4 {
    color: #428bca;
}

.alert-callouts .cs-callout-success{
	border-left-color: #5cb85c;
}
.alert-callouts .cs-callout-success h4 {
    color: #5cb85c;
}

.alert-callouts .cs-callout-info{
	border-left-color: #5bc0de;
}
.alert-callouts .cs-callout-info h4 {
    color: #5bc0de;
}

.alert-callouts .cs-callout-warning{
	border-left-color: #f0ad4e;
}
.alert-callouts .cs-callout-warning h4 {
    color: #f0ad4e;
}

.alert-callouts .cs-callout-danger{
	border-left-color: #d9534f;
}
.alert-callouts .cs-callout-danger h4 {
    color: #d9534f;
}
/*----------------callouts & alert end-----------------*/

/*----------------colunms start----------------*/
.column .bg-gray{
    padding: 15px;
    border-radius: 3px;
}
.column .bg-gray h5 {
    margin-bottom: 0px;
    font-size: 1.371rem;
}
/*----------------colunms end----------------*/

/*-------------- list Style start -------------------*/
/*---- list-style ----*/

ul.list {
    padding: 0;
    margin: 0;
}

ul.list li {
    margin: 5px 0;
    padding-left: 24px;
    position: relative;
    line-height: 28px;
}

ul.list i {
    position: absolute;
    left: 0;
    top: 5px;
}

ul.list.theme-color li i {
    color: #84ba3f;
}

ul.list.theme-color li {
    color: #333333;
}

ul.list li:after {
    content: "";
    font-family: 'FontAwesome';
    position: absolute;
    color: #84ba3f;
    left: 0;
    top: 0;
}


/*---- Ul List check----*/
ul.list-check {
    padding: 0;
    margin: 0;
}
ul.list-check li {
    list-style-type: none;
    padding-left: 25px;
    position: relative;
}
ul.list-check li:after {
    content: "\f00c";
}

/* Ul List Arrow */
ul.list-arrow {
    padding: 0;
    margin: 0;
}
ul.list-arrow li {
    list-style-type: none;
    padding-left: 25px;
    position: relative;
}
ul.list-arrow li:after {
    content: "\f105";
    font-size: 1.285rem;
}

/* Ul List Hand */
ul.list-hand {
    padding: 0;
    margin: 0;
}
ul.list-hand li {
    list-style-type: none;
    padding-left: 25px;
    position: relative;
}
ul.list-hand li:after {
    content: "\f0a4";
}

/* Ul List custom */
ul.list-custom {
    padding: 0;
    margin: 0;
}
ul.list-custom li {
    list-style-type: none;
    padding-left: 25px;
    position: relative;
}
ul.list-custom li:after {
    content: "\f040";
}


/*--------------------- separators start ---------------------*/
.separators {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.separators.dotted {
    border-bottom: 2px dotted rgba(0, 0, 0, 0.1);
}
.separators.dashed {
    border-bottom: 2px dashed rgba(0, 0, 0, 0.1);
}
.separators.double {
    border-bottom: 5px double rgba(0, 0, 0, 0.1);
}
.separators.outset {
    border-bottom: 3px outset rgba(0, 0, 0, 0.1);
}

/*icon*/
.separators.icon {
    border: 0;
    color: #ccc;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.separators.icon:after,
.separators.icon:before,
.separators.icon:after,
.separators.icon:before {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    content: "";
    display: inline-block;
    height: 10px;
    margin: 0 -4px 0 -100%;
    vertical-align: top;
    width: 50%;
}
.separators.icon::after,
.separators.icon::after {
    margin: 0 -100% 0 0;
}
.separators.icon i,
.separators.icon span,
.separators.icon i,
.separators.icon span {
    margin: 0 20px 0 24px;
}

/*icon left*/
.separators.icon.left i,
.separators.icon.left span {
    float: left;
    margin: 0 40px 0 0;
}
.separators.icon.right i,
.separators.icon.right span {
    float: right;
    margin: 0 0 0 40px;
}

/*medium*/
.separators.medium {
    width: 40%;
    margin: 0 auto;
}

/*small*/
.separators.small {
    width: 20%;
    margin: 0 auto;
}

.separators.light {
    border-color: rgba(255, 255, 255, 0.1);
}
/*--------------------- separators end ---------------------*/

/*------------------------------- pagination-nav ---------------------------------*/

.pagination {
    margin: 0px;
}

.pagination li a {
    font-size: 1.071rem;
    font-weight: 500;
    margin: 0 5px;
    color: #626262;
    border-radius: 3px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-radius: 3px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 3px;
}

.pagination>.active>a,
.pagination>.active>a:hover {
    color: #626262;
}

.pagination > li > a,
.pagination > li > span {
    background: #f6f7f8;
    border: 0px;
    text-align: center;
}

.pagination li a:focus,
.pagination li a:hover,
.pagination li span:focus,
.pagination li span:hover {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    background-color: #00ABC9;
    color: #ffffff;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #00ABC9;
    color: #ffffff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
/*---------------pagination ends ---------------------*/

/*------------------responsive utilities------------*/
.responsive-utilities .isvisible {
    color: #468847;
    background-color: #dff0d8!important;
}
.responsive-utilities .ishidden {
    color: #ccc;
    background-color: #f9f9f9!important;
}
.hidden-on .col-6 .visible,
.visible-on .col-6 .visible {
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
}

/*--------------------social-icon start--------------------*/

.social-icons ul {
    padding: 0;
}
.text-center.social-icons ul {
    display: inline-block;
}
.social-icons li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 8px 8px 0;
}
.social-icons li:last-child {
    margin-right: 0;
}
.social-icons li a {
    display: block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 1.142rem;
    text-align: center;
    margin: 0;
    border-radius: 4px;
    border: 0;
    background: transparent;
    color: #333;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.text-white .social-icons li a {
    color: #ffffff;
}

/*Colored*/

.social-icons.color a,
.social-icons.color-hover a:hover {
    color: #fff;
    border: 0;
}
.social-icons.color .social-rss a,
.social-icons.color-hover .social-rss a:hover {
    background-color: #faa33d;
}
.social-icons.color .social-facebook a,
.social-icons.color-hover .social-facebook a:hover {
    background-color: #5d82d1;
}
.social-icons.color .social-twitter a,
.social-icons.color-hover .social-twitter a:hover {
    background-color: #40bff5;
}
.social-icons.color .social-vimeo a,
.social-icons.color-hover .social-vimeo a:hover {
    background-color: #35c6ea;
}
.social-icons.color .social-myspace a,
.social-icons.color-hover .social-myspace a:hover {
    background-color: #008dde;
}
.social-icons.color .social-youtube a,
.social-icons.color-hover .social-youtube a:hover {
    background-color: #ef4e41;
}
.social-icons.color .social-instagram a,
.social-icons.color-hover .social-instagram a:hover {
    background-color: #e1326b;
}
.social-icons.color .social-gplus a,
.social-icons.color-hover .social-gplus a:hover {
    background-color: #d68400;
}
.social-icons.color .social-stumbleupon a,
.social-icons.color-hover .social-stumbleupon a:hover {
    background-color: #ff5c30;
}
.social-icons.color .social-lastfm a,
.social-icons.color-hover .social-lastfm a:hover {
    background-color: #f34320;
}
.social-icons.color .social-pinterest a,
.social-icons.color-hover .social-pinterest a:hover {
    background-color: #e13138;
}

.social-icons.color .social-google a,
.social-icons.color-hover .social-google a:hover {
    background-color: #eb5e4c;
}
.social-icons.color .social-evernote a,
.social-icons.color-hover .social-evernote a:hover {
    background-color: #9acf4f;
}
.social-icons.color .social-dribbble a,
.social-icons.color-hover .social-dribbble a:hover {
    background-color: #f7659c;
}
.social-icons.color .social-skype a,
.social-icons.color-hover .social-skype a:hover {
    background-color: #13c1f3;
}
.social-icons.color .social-forrst a,
.social-icons.color-hover .social-forrst a:hover {
    background-color: #45ad76;
}
.social-icons.color .social-linkedin a,
.social-icons.color-hover .social-linkedin a:hover {
    background-color: #238cc8;
}
.social-icons.color .social-wordpress a,
.social-icons.color-hover .social-wordpress a:hover {
    background-color: #2592c3;
}
.social-icons.color .social-grooveshark a,
.social-icons.color-hover .social-grooveshark a:hover {
    background-color: #ffb21d;
}
.social-icons.color .social-delicious a,
.social-icons.color-hover .social-delicious a:hover {
    background-color: #377bda;
}
.social-icons.color .social-behance a,
.social-icons.color-hover .social-behance a:hover {
    background-color: #1879fd;
}
.social-icons.color .social-dropbox a,
.social-icons.color-hover .social-dropbox a:hover {
    background-color: #17a3eb;
}
.social-icons.color .social-soundcloud a,
.social-icons.color-hover .social-soundcloud a:hover {
    background-color: #ff7e30;
}
.social-icons.color .social-deviantart a,
.social-icons.color-hover .social-deviantart a:hover {
    background-color: #6a8a7b;
}
.social-icons.color .social-yahoo a,
.social-icons.color-hover .social-yahoo a:hover {
    background-color: #ab47ac;
}
.social-icons.color .social-flickr a,
.social-icons.color-hover .social-flickr a:hover {
    background-color: #ff48a3;
}
.social-icons.color .social-digg a,
.social-icons.color-hover .social-digg a:hover {
    background-color: #75788d;
}
.social-icons.color .social-blogger a,
.social-icons.color-hover .social-blogger a:hover {
    background-color: #ff9233;
}
.social-icons.color .social-tumblr a,
.social-icons.color-hover .social-tumblr a:hover {
    background-color: #426d9b;
}
.social-icons.color .social-quora a,
.social-icons.color-hover .social-quora a:hover {
    background-color: #ea3d23;
}
.social-icons.color .social-github a,
.social-icons.color-hover .social-github a:hover {
    background-color: #3f91cb;
}
.social-icons.color .social-amazon a,
.social-icons.color-hover .social-amazon a:hover {
    background-color: #ff8e2e;
}
.social-icons.color .social-xing a,
.social-icons.color-hover .social-xing a:hover {
    background-color: #1a8e8c;
}
.social-icons.color .social-wikipedia a,
.social-icons.color-hover .social-wikipedia a:hover {
    background-color: #b3b5b8;
}
.social-icons.color .social-android a,
.social-icons.color-hover .social-android a:hover {
    background-color: #A4C639;
}
.social-icons.color .social-apple a,
.social-icons.color-hover .social-apple a:hover {
    background-color: #999999;
}

/* Border */
.social-icons.social-border li a {
    border: 1px solid #eee;
    background: transparent;
}

/* Dark */
.social-icons.social-icons-dark li a {
    background: #888;
    color: #fff;
}

/* Light */
.social-icons.light li a {
    background: #fff;
    color: #333;
    border: 1px solid #eee;
}

/* Rounded */
.social-icons.rounded li a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* Medium Size */
.social-icons.medium li a {
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-size: 1.285rem;
}

/* Large Size */
.social-icons.social-icons-large li a {
    height: 48px;
    width: 48px;
    line-height: 48px;
    font-size: 1.285rem;
    margin: 0 10px 10px 0;
}

.social-icons:not(.color):not(.color-hover) li a:hover {
    background-color: #eee;
}

.social-icons li:hover i {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}
@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
.social-icons.big li a {
    height: 62px;
    width: 62px;
    line-height: 62px;
    font-size: 1.285rem;
}

/*icon */
.social-icons.color-icon a {
    color: #00ABC9;
}
.social-icons.color-icon .social-rss a {
    color: #faa33d;
}
.social-icons.color-icon .social-facebook a {
    color: #5d82d1;
}
.social-icons.color-icon .social-twitter a {
    color: #40bff5;
}
.social-icons.color-icon .social-vimeo a {
    color: #35c6ea;
}
.social-icons.color-icon .social-myspace a {
    color: #008dde;
}
.social-icons.color-icon .social-youtube a {
    color: #ef4e41;
}
.social-icons.color-icon .social-instagram a {
    color: #e1326b;
}
.social-icons.color-icon .social-gplus a {
    color: #d68400;
}
.social-icons.color-icon .social-stumbleupon a {
    color: #ff5c30;
}
.social-icons.color-icon .social-lastfm a {
    color: #f34320;
}
.social-icons.color-icon .social-pinterest a {
    color: #e13138;
}
.social-icons.color-icon .social-google a {
    color: #eb5e4c;
}
.social-icons.color-icon .social-evernote a {
    color: #9acf4f;
}
.social-icons.color-icon .social-dribbble a {
    color: #f7659c;
}
.social-icons.color-icon .social-skype a {
    color: #13c1f3;
}
.social-icons.color-icon .social-forrst a {
    color: #45ad76;
}
.social-icons.color-icon .social-linkedin a {
    color: #238cc8;
}
.social-icons.color-icon .social-wordpress a {
    color: #2592c3;
}
.social-icons.color-icon .social-grooveshark a {
    color: #ffb21d;
}
.social-icons.color-icon .social-delicious a {
    color: #377bda;
}
.social-icons.color-icon .social-behance a {
    color: #1879fd;
}
.social-icons.color-icon .social-dropbox a {
    color: #17a3eb;
}
.social-icons.color-icon .social-soundcloud a {
    color: #ff7e30;
}
.social-icons.color-icon .social-deviantart a {
    color: #6a8a7b;
}
.social-icons.color-icon .social-yahoo a {
    color: #ab47ac;
}
.social-icons.color-icon .social-flickr a {
    color: #ff48a3;
}
.social-icons.color-icon .social-digg a {
    color: #75788d;
}
.social-icons.color-icon .social-blogger a {
    color: #ff9233;
}
.social-icons.color-icon .social-tumblr a {
    color: #426d9b;
}
.social-icons.color-icon .social-quora a {
    color: #ea3d23;
}
.social-icons.color-icon .social-github a {
    color: #3f91cb;
}
.social-icons.color-icon .social-amazon a {
    color: #ff8e2e;
}
.social-icons.color-icon .social-xing a {
    color: #1a8e8c;
}
.social-icons.color-icon .social-wikipedia a {
    color: #b3b5b8;
}
.social-icons.color-icon .social-android a {
    color: #A4C639;
}
.social-icons.color-icon .social-apple a {
    color: #999999;
}
.social-icons.text-social li a {
    width: inherit;
    height: inherit;
    font-size: 1.285rem;
    font-weight: bold;
}
.social-icons.text-social li a:hover {
    background: transparent;
}
.social-icons:not(.color):not(.color-hover) li a:hover {
    background: transparent;
}
/*share*/
.share .social ul { 
    display: inline-block; 
}
.share .social ul li { 
    display: inline-block; 
    padding: 0px 6px; 
}
.share .social ul li a:hover { 
    color: #353535; 
}
/*--------------------social-icon end--------------------*/

/*-----------youtube-video-------------------*/
.popup-video {
    position: relative;
}
.popup-video:before {
    background: rgba(37, 41, 51, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.popup-video a i {
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    width: 60px;
    height: 60px;
    background: #00ABC9;
    display: inline-block;
    margin: 0 auto;
    border-radius: 50%;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 99;
    font-size:1.428rem;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.popup-video a i:hover {
     transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background-color: #ffffff;
    color:  #00ABC9;
}
.popup-video a i:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
.popup-video a i:after {
    content: '';
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5)
    }
    100% {
        -webkit-transform: scale(1.5);
        opacity: 0;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5)
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5)
    }
    100% {
        -moz-transform: scale(1.5);
        opacity: 0;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5)
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5)
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.my-contact .contact-icon {
    float: left;
    margin-right: 25px;
}

.my-contact .contact-icon span {
    color: #fff ! important;
}



/*

Template: wingsX - Responsive Multi-purpose HTML5 Template
Author: 
Version: 1
Design and Developed by: 

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template.

*/

/*---- Table of contents ----

:- accordions
:- action-box
:- animationbox
:- blockquote
:- blogpost
:- client
:- countdown
:- counter
:- data-table
:- dropcaps
:- footer
:- login
:- map
:- niceselect
:- piechart
:- portfolio
:- headings
:- iconlist
:- list
:- price
:- process-step
:- progress bar
:- sidebar
:- Shop
:- tabs
:- team
:- video-audio
      


---- End table content ----*/

/*---- parallax backgroud Start ----*/
.parallax {   
	background-size: cover !important; 
	-webkit-background-size: cover !important; 
	-moz-background-size: cover !important; 
	-ms-background-size: cover !important;  
	position: relative; z-index: 0; 
	background-origin: initial; 
	background-position: center center !important; 
	background-repeat: no-repeat;  
}
/*---- parallax backgroud end ----*/

/*--------------------- accordion start------------------*/
.mega-title strong {
  font-size: 2.5rem;
  display: block;
  font-weight: 700;
  margin: 50px 0 20px 0;
  color: #222;
}
.mega-title strong small {
  font-size: 0.7rem;
}

.tab-wrapper {
  width: 450px;
  margin:0px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.tab-wrapper > .title {
  text-align: center;
}
.tab-wrapper > .title > strong {
  font-size:    1.3rem;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
  color: #444;
}
/*------------------accordian-1-------------------*/
.accordion-1 .tab-wrapper.v1 .item {
  margin: 10px 0;
}
.accordion-1 .tab-wrapper.v1{
    width: 100%;
}
.accordion-1 .tab-wrapper.v1 .item.selected .tab-btn a {
  background-color: #00ABC9;
  color: #fff;
}
.accordion-1 .tab-wrapper.v1 .item.selected .tab-btn a:hover {
  color: #fff;
}
.accordion-1 .tab-wrapper.v1 .item.selected .tab-content {
  display: block;
}
.accordion-1 .tab-wrapper.v1 .item .tab-btn a {
  text-decoration: none;
  display: block;
  color: #222;
  padding: 20px;
  border: 1px solid #ddd;
  letter-spacing: 2px;
  text-transform: uppercase;
  word-spacing: 1px;
  font-weight: 500;
  transition: all 0.3s linear;
}
.accordion-1 .tab-wrapper.v1 .item .tab-btn a:hover {
  color: #00ABC9;
}
.accordion-1 .tab-wrapper.v1 .item .tab-content {
  border: 1px solid #ddd;
  border-top: 0;
  padding: 10px 20px;
  display: none;
}
.accordion-1 .tab-wrapper.v1 .item .tab-content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  word-spacing: 1px;
  word-break: break-word;
  color: #7b7b7b;
}

/*------------------accordian-2-------------------*/
.accordion-2 .tab-wrapper.v1 .item {
  margin: 10px 0;
}
.accordion-2 .tab-wrapper.v1{
    width: 100%;
}
.accordion-2 .tab-wrapper.v1 .item.selected .tab-btn a {
  background-color: transparent;
    color: #00ABC9;
}
.accordion-2 .tab-wrapper.v1 .item.selected .tab-btn a:hover {
      color: #00ABC9;
}
.accordion-2 .tab-wrapper.v1 .item.selected .tab-content {
  display: block;
}
.accordion-2 .tab-wrapper.v1 .item .tab-btn a {
  text-decoration: none;
  display: block;
  color: #222;
  padding: 20px;
  border: 0px solid #ddd;
  letter-spacing: 2px;
  text-transform: uppercase;
  word-spacing: 1px;
  font-weight: 500;
  transition: all 0.3s linear;
}
.accordion-2 .tab-wrapper.v1 .item .tab-btn a:hover {
  color: #00ABC9;
}
.accordion-2 .tab-wrapper.v1 .item .tab-content {
  border: none;
  border-top: 0;
  padding: 10px 20px;
  display: none;
}

.tab-wrapper.v2 .tab-btn {
  margin-bottom: 10px;
}
.tab-wrapper.v2 .tab-btn a {
  text-decoration: none;
  display: inline-block;
  color: #222;
  padding: 20px;
  border: 1px solid #ddd;
  letter-spacing: 2px;
  text-transform: uppercase;
  word-spacing: 1px;
  font-weight: 500;
  margin-right: 5px;
  transition: all 0.3s linear;
}
.tab-wrapper.v2 .tab-btn a:hover {
  color: #27ae60;
}
.tab-wrapper.v2 .tab-btn a.selected {
  background-color: #27ae60;
  color: #fff;
}
.tab-wrapper.v2 .tab-btn a.selected:hover {
  color: #fff;
}
.tab-wrapper.v2 .tab-content .item {
  border: 1px solid #ddd;
  padding: 10px 20px;
  display: none;
}
.tab-wrapper.v2 .tab-content .item.selected {
  display: block;
}
.tab-wrapper.v2 .tab-content .item p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  word-spacing: 1px;
  word-break: break-word;
  color: #7b7b7b;
}

/*------------------accordian-3-------------------*/
.accordion-3 .tab-wrapper.v1 .item {
  margin: 10px 0;
}
.accordion-3 .tab-wrapper.v1{
    width: 100%;
}
.accordion-3 .tab-wrapper.v1 .tab-btn em{
    float: right;
}
.accordion-3 .tab-wrapper.v1 .item.selected .tab-btn a {
  background-color: transparent;
  color: #00ABC9;
}
.accordion-3 .tab-wrapper.v1 .item.selected .tab-btn a:hover {
  color: #00ABC9;
}
.accordion-3 .tab-wrapper.v1 .item.selected .tab-content {
  display: block;
}
.accordion-3 .tab-wrapper.v1 .item .tab-btn a {
  text-decoration: none;
  display: block;
  color: #222;
  padding: 20px;
  border: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  word-spacing: 1px;
  font-weight: 500;
  transition: all 0.3s linear;
}
.accordion-3 .tab-wrapper.v1 .item .tab-btn a:hover {
  color: #00ABC9;
}
.accordion-3 .tab-wrapper.v1 .item .tab-content {
  border:none;
  border-top: 0;
  padding: 10px 20px;
  display: none;
}
.accordion-3 .tab-wrapper.v1 .item .tab-content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  word-spacing: 1px;
  word-break: break-word;
  color: #7b7b7b;
}

/*------------------accordian-4-------------------*/
.accordion-4 .tab-wrapper.v1 .item {
  margin: 10px 0;
}
.accordion-4 .tab-wrapper.v1{
    width: 100%;
}
.accordion-4 .tab-wrapper.v1 .tab-btn em{
    float: right;
}
.accordion-4 .tab-wrapper.v1 .item.selected .tab-btn a {
  background-color: transparent;
  color: #00ABC9;
}
.accordion-4 .tab-wrapper.v1 .item.selected .tab-btn a:hover {
  color: #00ABC9;
}
.accordion-4 .tab-wrapper.v1 .item.selected .tab-content {
  display: block;
}
.accordion-4 .tab-wrapper.v1 .item .tab-btn a {
  text-decoration: none;
  display: block;
  color: #222;
  padding: 20px;
  border: 1px solid #ddd;
  letter-spacing: 2px;
  text-transform: uppercase;
  word-spacing: 1px;
  font-weight: 500;
  transition: all 0.3s linear;
}
.accordion-4 .tab-wrapper.v1 .item .tab-btn a:hover {
  color: #00ABC9;
}
.accordion-4 .tab-wrapper.v1 .item .tab-content {
  border: 1px solid #ddd;;
  border-top: 0;
  padding: 10px 20px;
  display: none;
}
.accordion-4 .tab-wrapper.v1 .item .tab-content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  word-spacing: 1px;
  word-break: break-word;
  color: #7b7b7b;
}

/*------------------accordian-5-------------------*/
.accordion-5 .tab-wrapper.v1 .item {
  margin: 10px 0;
}
.accordion-5 .tab-wrapper.v1{
    width: 100%;
}
.accordion-5 .tab-wrapper.v1 .tab-btn{
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-out 0.1s ease-in 0.1s;
}
.accordion-5 .tab-wrapper.v1 .tab-btn:hover{
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-out 0.1s ease-in 0.1s;
}
.accordion-5 .tab-wrapper.v1 .item.selected .tab-btn{
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
}
.accordion-5 .tab-wrapper.v1 .tab-btn em{
    float: right;
}
.accordion-5 .tab-wrapper.v1 .item.selected .tab-btn a {
  background-color: #00ABC9;
  color: #fff;
}
.accordion-5 .tab-wrapper.v1 .item.selected .tab-btn a:hover {
     color: #fff;
     background-color: #00ABC9;
}
.accordion-5 .tab-wrapper.v1 .item.selected .tab-content {
  display: block;
}
.accordion-5 .tab-wrapper.v1 .item .tab-btn a {
  text-decoration: none;
  display: block;
  color: #222;
  padding: 20px;
  border: 1px solid #ddd;
  letter-spacing: 2px;
  text-transform: uppercase;
  word-spacing: 1px;
  font-weight: 500;
  transition: all 0.3s linear;
}
.accordion-5 .tab-wrapper.v1 .item .tab-btn a:hover {
  color: #fff;
  background-color: #00ABC9;
}
.accordion-5 .tab-wrapper.v1 .item .tab-content {
  border: none;
  border-top: 0;
  padding: 10px 20px;
  display: none;
}
.accordion-5 .tab-wrapper.v1 .item .tab-content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  word-spacing: 1px;
  word-break: break-word;
  color: #7b7b7b;
}

/*------------------accordian-6-------------------*/
.accordion-6 .tab-wrapper.v1 .item {
  margin: 10px 0;
}
.accordion-6 .tab-wrapper.v1{
    width: 100%;
}
.accordion-6 .tab-wrapper.v1 .tab-btn{
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-out 0.1s ease-in 0.1s;
}
.accordion-6 .tab-wrapper.v1 .tab-btn:hover{
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-out 0.1s ease-in 0.1s;
}
.accordion-6 .tab-wrapper.v1 .item.selected .tab-btn{
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
}
.accordion-6 .tab-wrapper.v1 .tab-btn em{
    float: right;
}
.accordion-6 .tab-wrapper.v1 .item.selected .tab-btn a {
  background-color: #00ABC9;
  color: #fff;
}
.accordion-6 .tab-wrapper.v1 .item.selected .tab-btn a:hover {
     color: #fff;
     background-color: #00ABC9;
}
.accordion-6 .tab-wrapper.v1 .item.selected .tab-content {
  display: block;
}
.accordion-6 .tab-wrapper.v1 .item .tab-btn a {
  text-decoration: none;
  display: block;
  color: #222;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  word-spacing: 1px;
  font-weight: 500;
  transition: all 0.3s linear;
}
.accordion-6 .tab-wrapper.v1 .item .tab-btn a:hover {
  color: #fff;
  background-color: #00ABC9;
}
.accordion-6 .tab-wrapper.v1 .item .tab-content {
  border: none;
  border-top: 0;
  padding: 10px 20px;
  display: none;
}
.accordion-6 .tab-wrapper.v1 .item .tab-content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  word-spacing: 1px;
  word-break: break-word;
  color: #7b7b7b;
}

/*------------------accordian-7-------------------*/
.accordion-7 .tab-wrapper.v1 .item {
  margin: 10px 0;
}
.accordion-7 .tab-wrapper.v1{
    width: 100%;
}
.accordion-7 .tab-wrapper.v1 .tab-btn em{
    float: right;
}
.accordion-7 .tab-wrapper.v1 .item.selected .tab-btn a {
  background-color: transparent;
  color: #00ABC9;
  font-size: 1.71rem;
}
.accordion-7 .tab-wrapper.v1 .item.selected .tab-btn a:hover {
  color: #00ABC9;
}
.accordion-7 .tab-wrapper.v1 .item.selected .tab-content {
  display: block;
}
.accordion-7 .tab-wrapper.v1 .item .tab-btn a {
  text-decoration: none;
  display: block;
  color: #222;
  padding: 20px;
  border: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  word-spacing: 1px;
  font-weight: 500;
  transition: all 0.3s linear;
}
.accordion-7 .tab-wrapper.v1 .item .tab-btn a:hover {
  color: #00ABC9;
}
.accordion-7 .tab-wrapper.v1 .item .tab-content {
  border:none;
  border-top: 0;
  padding: 10px 20px;
  display: none;
}
.accordion-7 .tab-wrapper.v1 .item .tab-content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  word-spacing: 1px;
  word-break: break-word;
  color: #7b7b7b;
}
.plugins {
  text-align: center;
  margin: 50px 0;
}
.plugins h3 {
  text-align: center;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #222;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.plugins a {
  display: inline-block;
  font-family: 'Open Sans';
  color: #7b7b7b;
  font-size: 1rem;
  margin: 10px;
  transition: all .2s linear;
  text-decoration: none;
}
.plugins a strong {
  color: #333;
  font-weight: 700;
}
.plugins a:hover {
  color: #d63031;
}

@media only screen and (max-width: 450px) {
  .tab-wrapper {
    width: 100%;
    margin: 20px 0;
  }
  .tab-wrapper.v2 .tab-btn a {
    margin: 5px 0;
  }
}
/*--------------------- accordion end------------------*/

/*---------------action-box starts----------------------*/
/*-- common action box style*/
.actionbox {
    position: relative;
}
.actionbox.center{
  text-align: center;
}
.actionbox.actionbox-border {
    padding: 30px;
    border: 1px solid #eeeeee;
}
.actionbox .actionbox-text {
    padding-right: 230px;
}
.actionbox p {
    margin-bottom: 0;
}
.actionbox.actionbox-border a.cs-button {
    right: 30px;
}
.actionbox a.cs-button {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
}

/*---- actionbox2 ----*/
.actionbox2 {
    position: relative;
    background-color: #00ABC9;
}
.actionbox2.actionbox-border {
    padding: 30px 0;
    border: 0px;
}
.actionbox2 .actionbox-text {
    padding-right: 230px;
    color: #fff;
}
.actionbox2 h3 {
    color: #fff;
}
.actionbox2 p {
    margin-bottom: 0;
    color: #f7f7f7;
}
.actionbox2.actionbox-border a.cs-button {
    right: 30px;
}
.actionbox2 a.cs-button {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
}

/*---- action-box-3 ----*/
.actionbox3 {
    position: relative;
    background-color: #000000;
}
.actionbox3.actionbox-border {
    padding: 30px;
    border: 0px;
}
.actionbox3 .actionbox-text {
    padding-right: 230px;
    color: #fff;
}
.actionbox3 h3 {
    color: #fff;
}
.actionbox3 p {
    margin-bottom: 0;
    color: #f7f7f7;
}
.actionbox3.actionbox-border a.cs-button {
    right: 30px;
}
.actionbox3 a.cs-button {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
}
/*---- action-box-4 ----*/
.actionbox4 .actionbox-border {
    padding: 30px;
    border: 1px solid #eeeeee;
}
.actionbox4 .actionbox-text {
    padding-right: 0px;
    text-align: center !important;
}
.actionbox-cs-button{
    text-align: center !important;
}
.actionbox4 a.cs-button {
    position: relative;
    right: 0 !important;
    top: 0;
    margin-top: 10px !important;
}

/*---- action-box-5 ----*/
.actionbox5 {
    position: relative;
    background-color: #DEDEDE;
}
.actionbox5.actionbox-border {
    padding: 30px;
    border: 0px;
}
.actionbox5 .actionbox-text {
    padding-right: 230px;
    color: #fff;
}
.actionbox5 p {
    margin-bottom: 0;
}
.actionbox5.actionbox-border a.cs-button {
    right: 30px;
}
.actionbox5 a.cs-button {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
}
/*---- action-box-9 ----*/
.actionbox9 {
    position: relative;
    padding: 100px 30px;
}
.actionbox9 .actionbox-text {
    padding-right: 230px;
    color: #fff;
}
.actionbox9 p {
    margin-bottom: 0;
}
.actionbox9.actionbox-border a.cs-button {
    right: 30px;
}
.actionbox9 a.cs-button {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
}

/*---- action-box-10 ----*/
.action-box-10{
    background-image: url("https://via.placeholder.com/1920x1280");
    background-attachment: fixed;
    background-size: cover;
}
.actionbox-10 {
    position: relative;
    padding: 100px 30px;
}

.actionbox-10 .actionbox-text {
    padding-right: 230px;
}
.actionbox-10 h3 {
    color: #f7f7f7;
}
.actionbox-10 p {
    margin-bottom: 0;
    color: #f7f7f7;
}
.actionbox-10.actionbox-border a.cs-button {
    right: 30px;
}
.actionbox-10 a.cs-button {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
}

/*-------------actionboc-sm--------------*/
/*--common style--*/
.actionbox-sm {
    padding: 40px 35px;
    position: relative;
}
.actionbox-sm.actionbox-border {
    padding: 30px;
    border: 1px solid #DEDEDE;
}
/*---- action-box-11 ----*/
.actionbox-11 .actionbox-text {
    padding-right: 0px;
    color: #fff;
}
.actionbox-11 h3 {
    color: #fff;
}
.actionbox-11 p {
    margin-bottom: 0;
    color: #f7f7f7;
}
.actionbox-11.actionbox-border a.cs-button {
    right: 30px;
}
.actionbox-11 a.cs-button {
    position: relative;
    right: 0 !important;
    top: 0;
    margin-top: 10px;
}

/*---- action-box-12 ----*/
.actionbox-12 .actionbox-text {
    padding-right: 0px;
    color: #fff;
}
.actionbox-12 h3 {
    color: #fff;
}
.actionbox-12 p {
    margin-bottom: 0;
    color: #f7f7f7;
}
.actionbox-12.actionbox-border a.cs-button {
    right: 30px;
}
.actionbox-12 a.cs-button {
    position: relative;
    right: 0 !important;
    top: 0;
    margin-top: 10px;
}

/*---- action-box-13 ----*/
.actionbox-13 .actionbox-text {
    padding-right: 0px;
}
.actionbox-13 h3 {
    color: #000;
}
.actionbox-13 p {
    margin-bottom: 0;
    color:#000;
}
.actionbox-13.actionbox-border a.cs-button {
    right: 30px;
}
.actionbox-13 a.cs-button {
    position: relative;
    right: 0 !important;
    top: 0;
    margin-top: 10px;
}

/*---- action-box-14 ----*/
.actionbox-14 .actionbox-text {
    padding-right: 0px;
}
.actionbox-14 h3 {
    color: #000;
}
.actionbox-14 p {
    margin-bottom: 0;
    color:#efefef;
}
.actionbox-14.actionbox-border a.cs-button {
    right: 30px;
}
.actionbox-14 a.cs-button {
    position: relative;
    right: 0 !important;
    top: 0;
    margin-top: 10px;
}

/*---- action-box-15 ----*/
.actionbox-15{
  background-image: url("https://via.placeholder.com/1920x1000");
  background-size: cover;
}
.actionbox-15 .actionbox-text {
    padding-right: 0px;
}
.actionbox-15 h3 {
    color: #000;
}
.actionbox-15 p {
    margin-bottom: 0;
    color:#000;
}
.actionbox-15.actionbox-border a.cs-button {
    right: 30px;
}
.actionbox-15 a.cs-button {
    position: relative;
    right: 0 !important;
    top: 0;
    margin-top: 10px;
}

/*---- action-box-16 ----*/
.actionbox-16{
  background-image: url("https://via.placeholder.com/1920x1000");
  background-size: cover;
}
.actionbox-16 .actionbox-text {
    padding-right: 0px;
}
.actionbox-16 h3 {
    color: #fff;
}
.actionbox-16 p {
    margin-bottom: 0;
    color:#f7f7f7;
}
.actionbox-16.actionbox-border a.cs-button {
    right: 30px;
}
.actionbox-16 a.cs-button {
    position: relative;
    right: 0 !important;
    top: 0;
    margin-top: 10px;
}

/*---------------action-box end----------------------*/

/*--------------animations start-------------------*/
/*--common style--*/
.animation-box {
    padding: 40px 35px;
    position: relative;
    margin: 15px;
}
.animation-box.box-border {
    padding: 30px;
    border: 1px solid #DEDEDE;
}
/*---- action-box-11 ----*/
.animation-box .animationbox-text {
    padding-right: 0px;
    color: #fff;
}
.animation-box h3 {
    color: #fff;
}
.animation-box p {
    margin-bottom: 0;
    color: #f7f7f7;
}
.animation-box.actionbox-border a.cs-button {
    right: 30px;
}
.animation-box a.cs-button {
    position: relative;
    right: 0 !important;
    top: 0;
    margin-top: 10px;
}
/*----------------------animations end------------------*/

/*-----------------------blockquote start--------------------*/

.blockquote { 
    padding: 10px 20px; 
    margin: 0 0 20px; 
    font-size: 1.21rem; 
    border-left: 5px 
    solid #eee; 
    position: relative; 
}
.blockquote name,
.blockquote .name{ 
    display: block; 
    font-weight: 600; 
    margin-top: 10px;
    font-style: italic; 
}
/*blockquote-right*/
.blockquote.right { 
    text-align: right; 
    border-right: 5px solid #eee; 
    border-left: 0; 
    padding: 10px 20px 10px; 
}
/*blockquote-3*/
.blockquote.bg-gray {
    border-left: 5px solid #00ABC9;
}
.blockquote.right.bg-gray { 
    text-align: right; 
    border-right: 5px solid #00ABC9;
    border-left: 0; 
    padding: 10px 20px 10px; 
}

/*blockquote-4*/
.quote { 
    padding-top: 50px !important; 
}
.quote:before { 
    content: "\201C"; 
    font-size: 7.142rem; 
    font-family: Georgia, serif;
    font-weight: bold; 
    color: #00ABC9;
    position: absolute; 
    left: 14px;
    top: -30px;
}
/*quote right*/
.blockquote.right.quote:before { 
    left: inherit; 
    right: 14px; 
}

/*blockquote-5*/
.blockquote.bg-theme { 
    border: 0px; 
    color: #ffffff; 
    padding: 70px 30px 30px !important; 
    border-radius: 6px; 
}
.blockquote.bg-theme:before { 
    left: 24px;
    top: -10px;
     color: #fff;
}

/*bg-theme*/
.blockquote.bg-black { 
    border: 0px; color: #ffffff; 
    padding: 70px 30px 30px !important; 
    border-radius: 6px; 
}
.blockquote.bg-black:before {
    left: 24px; 
    top: -10px; 
    left: inherit; 
     color: #fff;
}
/*-----------------------blockquote end-------------------*/

/*-----------------------blogpost start-----------------*/
.blog-post-single {
    box-shadow: none !important;
}
.blog-post {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.blog-post:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.blog-post .entry-image img {
    width: 100%;
}
.blog-post .blog-detail {
    background: #ffffff;
    padding: 20px;
    border-top: 0px;
}
.blog-post .blog-detail .entry-title a {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 24px;
    color: #353535;
    line-height: 28px;
}
.blog-post .blog-detail .entry-title a:hover {
    color: #00ABC9;
}
.blog-post .entry-meta ul li {
    display: inline-block;
    margin-right: 12px;
}
.blog-post .entry-meta ul li i {
    color: #00ABC9;
    padding-right: 6px;
}
.blog-post .entry-meta ul li a {
    color: #898989;
    line-height: 0px;
    padding-right: 5px;
}
.blog-post .entry-meta ul li a i {
    padding-right: 6px;
    color: #00ABC9;
}
.blog-post .entry-meta ul li a:hover {
    color: #00ABC9;
}

.blog-post .social strong {
    display: inline-block;
    margin-right: 10px;
}
.blog-post .entry-button {
    display: inline-block;
}
.blog-post .social ul {
    display: inline-block;
}
.blog-post .social ul li {
    display: inline-block;
    padding: 0px 6px;
}
.blog-post .social ul li a:hover {
    color: #898989;
}
.blog-post .entry-share {
    margin-top: 20px;
    display: block;
}

/*blog-post blockquote*/
.blog-post.blockquote {
    background: #00ABC9;
    border: 0px;
    padding: 36px 30px;
}
.blog-post.blockquote blockquote {
    background: #00ABC9;
    border-left: 0px;
    color: #ffffff;
    padding: 0px;
    position: relative;
    margin-top: 0 !important;
    padding-top: 30px;
}
.blog-post.blockquote blockquote:before {
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 7.142rem;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    left: 0px;
    top: -60px;
}

.blog-post.blockquote .blog-detail {
    border: 0px;
    background: #00ABC9;
    padding: 0px;
}
.blog-post.blockquote .blog-detail .entry-title a {
    color: #ffffff;
}
.blog-post.blockquote .blog-detail .entry-title a:hover {
    color: #323232;
}
.blog-post.blockquote .social ul li a {
    color: #ffffff;
}
.blog-post.blockquote .social ul li a:hover {
    color: #323232;
}
.blog-post.blockquote .entry-meta ul li a {
    color: #ffffff;
}
.blog-post.blockquote .entry-meta ul li i {
    color: #ffffff;
}
.blog-post.blockquote .entry-meta ul li a i {
    color: #ffffff !important;
}
.blog-post.blockquote .entry-meta ul li a:hover {
    color: #323232;
}
.blog-post.blockquote .button.arrow.white:hover {
    color: #323232;
}
.blog-post .grid-post li {
    float: left;
    width: 50%;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    list-style: none;
}
.blog-post .grid-post li img {
    width: 100%;
}
.blog-post .grid-post li .portfolio-item {
    width: 100%;
}

/*---- timeline-blog ----*/
 .timeline-blog .timeline {
     list-style: none;
     padding: 20px 0 20px;
     position: relative;
 }
 
 .timeline-blog .timeline:before {
     top: 0;
     bottom: 0;
     position: absolute;
     content: " ";
     width: 4px;
     background-color: #f7f7f7;
     left: 50%;
     margin-left: -1.5px;
 }
  .timeline-blog .timeline > li {
     margin-bottom: 20px;
     position: relative;
     width: 46%;
     float: left;
     clear: both;
 }
 
 .timeline-blog .timeline > li:before,
 .timeline-blog .timeline > li:after {
     content: " ";
     display: table;
 }
 
 .timeline-blog .timeline > li:after {
     clear: both;
 }
 
 .timeline-blog .timeline > li:before,
 .timeline-blog .timeline > li:after {
     content: " ";
     display: table;
 }
 
 .timeline-blog .timeline > li:after {
     clear: both;
 }
 
 .timeline-blog .timeline > li > .timeline-post {
     width: 95%;
     float: left;
     border: 1px solid #d4d4d4;
     /*border-radius: 2px;*/
     /*padding: 20px;*/
     position: relative;
     border: 1px solid #f7f7f7;
     padding: 20px;
     transition: all 0.3s ease-in-out;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
 }
 
 .timeline-blog .timeline > li > .timeline-post:before {
     position: absolute;
     top: 26px;
     right: -15px;
     display: inline-block;
     border-top: 15px solid transparent;
     border-left: 15px solid #f7f7f7;
     border-right: 0 solid #f7f7f7;
     border-bottom: 15px solid transparent;
     content: " ";
     transition: all 0.3s ease-in-out;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
 }
 
 .timeline-blog .timeline > li > .timeline-post:after {
     position: absolute;
     top: 27px;
     right: -14px;
     display: inline-block;
     border-top: 14px solid transparent;
     border-left: 14px solid #fff;
     border-right: 0 solid #fff;
     border-bottom: 14px solid transparent;
     content: " ";
 }
 
 .timeline-blog .timeline > li > .timeline-badge {
     color: #fff;
     width: 54px;
     height: 54px;
     line-height: 18px;
     padding: 6px;
     font-size: 1.571rem;
     border: 4px solid #f7f7f7;
     background: #fff;
     border-radius: 0%;
     text-align: center;
     font-weight: bold;
     position: absolute;
     color: #f7f7f7;
     top: 16px;
     right: -73px;
     transition: all 0.3s ease-in-out;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     /*z-index: 100;*/
 }
 
 .timeline-blog .timeline > li > .timeline-badge span {
     font-size: 0.928rem;
     font-weight: normal;
     display: block;
 }
 .timeline-blog .timeline > li > .timeline-badge a, .timeline-blog .timeline > li > .timeline-badge span {
    color: #4f4f4f;
 }
 .timeline-blog .timeline > li > .timeline-badge:hover, .timeline-blog .timeline > li > .timeline-badge:active{
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    -ms-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-color: transparent;
 }
 .timeline-blog .timeline > li > .timeline-badge:hover a, .timeline-blog .timeline > li > .timeline-badge:hover span, .timeline-blog .timeline > li > .timeline-badge:active a, .timeline-blog .timeline > li > .timeline-badge:active span{
    color: #fff;
 }

 .timeline-blog .timeline > li.timeline-inverted > .timeline-post {
     float: right;
 }
 
 .timeline-blog .timeline > li.timeline-inverted > .timeline-post:before {
     border-left-width: 0;
     border-right-width: 15px;
     left: -15px;
     right: auto;
 }
 
 .timeline-blog .timeline > li.timeline-inverted > .timeline-post:after {
     border-left-width: 0;
     border-right-width: 14px;
     left: -14px;
     right: auto;
 } 
 .timeline-blog .timeline-title {
     margin-top: 0;
     color: inherit;
 }
 
 .timeline-blog .timeline-body > p,
 .timeline-blog .timeline-body > ul {
     padding: 20px;
     margin-bottom: 0;
 }
 
 .timeline-blog .timeline-body > p + p {
     margin-top: 5px;
 }
 
 .timeline-blog .timeline-footer {
     padding: 20px;
     background-color: #f4f4f4;
 }
 
 .timeline-blog .timeline-footer > a {
     cursor: pointer;
     text-decoration: none;
 }
 
 .timeline-blog .timeline > li.timeline-inverted {
     float: right;
     clear: right;
     margin-top: 30px;
     margin-bottom: 0px;
 }
.related-blog {
    padding: 30px;
    border: 1px solid #ddd;
    position: relative;
    z-index: 1;
}

.blog-info {
    position: relative;
    z-index: 9;
}

.blog-info span {
    color: #626262;
    font-size: 1rem;
    margin-right: 6px;
}

.blog-info h4 {
    font-weight: 600;
    font-size: 1.46rem;
}

.related-blog .post-format-icon {
    text-align: right;
    position: relative;
    z-index: 9
}

.related-blog .post-format-icon i {
    padding-right: 0;
    font-size: 2.5px;
    color: #e1e1e1;
}

.blog-info p {
    padding: 0px 0 10px;
    font-size: 1rem;
}

.related-blog .post-category a {
    display: inline-block;
    padding: 5px 15px;
    font-size: 0.857px;
    font-weight: 500;
    border-radius: 3px;
    color: #fff;
    background-color: #00ABC9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: ll 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

a.blog-btn {
    text-align: center;
    font-size: 1rem;
    color: #00ABC9;
    display: block;
    padding-bottom: 12px;
    position: relative;
    z-index: 1;
}

a.blog-btn i {
    margin-left: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.related-blog .border {
    position: absolute;
    background: #00ABC9;
    height: 0px;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.related-blog .related-blog-img {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-size: cover;
    background-position: center center;
}

.related-blog:hover .related-blog-img,
.related-blog.active .related-blog-img {
    opacity: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.blog-1:hover h4,
.blog-1:hover i,
.blog-1:hover span,
.blog-1:hover p,
.blog-1:hover a.blog-btn,
.blog-1.active h4,
.blog-1.active i,
.blog-1.active span,
.blog-1.active p,
.blog-1.active a.blog-btn,
.blog-1:hover .post-category a,
.blog-1:hover .post-format-icon i,
.blog-1.active .post-category a,
.blog-1.active .post-format-icon i {
    color: #fff;
}

.related-blog:hover .related-blog-img:before,
.related-blog.active .related-blog-img:before {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.related-blog.blog-2 {
    padding: 0;
    position: relative;
    border: none;
    transition: all 0.5s ease 0s;
    height: 100%;
}

.related-blog.blog-2 .blog-info {
    background: #ffffff;
    padding: 30px;
}

.related-blog.blog-2.gray-bg .blog-info {
    background: #f7f7f7;
}

.related-blog.blog-2 .related-blog-img {
    opacity: 1;
}

.related-blog.blog-2 .post-format-icon {
    position: absolute;
    right: 30px;
    top: 30px;
}

.related-blog.blog-2 .button.icon-color {
    text-transform: capitalize;
    float: right;
}

.related-blog.blog-2:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
}

.related-blog.blog-2.gray-bg:hover {
    box-shadow: none;
}

.related-blog.blog-2.transparent .blog-info {
    background: transparent;
    padding: 30px 0;
}

.related-blog.blog-2.transparent .blog-info span {
    color: #ffffff;
}
 .timeline-blog .timeline > li:nth-child(2) {
     margin-top: 60px;
 }
 
 .timeline-blog .timeline > li:nth-child(3) {
     margin-top: 60px;
 }
 
 .timeline-blog .timeline .entry-title i {
     font-size: 1.714rem;
 }
 
 .timeline-blog .timeline-inverted .timeline-badge {
     margin-top: 70px
 }
 
 .timeline-blog .timeline li.timeline-inverted .timeline-post:after {
     top: 98px;
 }
 
 .timeline-blog .timeline li.timeline-inverted .timeline-post:before {
     top: 97px;
 }
 
 .timeline-blog .timeline > li.timeline-inverted > .timeline-badge {
     left: -73px;
 }
 
 .timeline-blog .timeline li.entry-date {
     top: 0;
     left: 0;
     position: absolute;
     right: 0;
     text-align: center;
     width: 100%;
 }
 
 .timeline-blog .timeline li.entry-date span {
     background: #f7f7f7;
     color: #363636;
     font-size: 1.142rem;
     font-weight: 400;
     text-transform: capitalize;
     padding: 10px 25px;
 }
 
 .timeline-blog .timeline li.entry-date-bottom {
     bottom: -30px;
     left: 0;
     position: absolute;
     right: 0;
     text-align: center;
     width: 100%;
 }
 
 .timeline-blog .timeline li.entry-date-bottom a {
     background: #f7f7f7;
     padding: 7px 10px;
     color: #363636;
     font-size: 1.142rem;
     padding: 10px 25px;
 }
 
 .timeline-blog .timeline li.entry-date-bottom a:hover {
     background: #00ABC9;
     color: #fff;
 }
 
 .timeline-blog .timeline li:hover .timeline-post {
     border-color: #00ABC9;
 }
 
 .timeline-blog .timeline li:hover .timeline-badge a {
     color: #fff;
 }
 
 .timeline-blog .timeline li:hover .timeline-badge {
     background: #00ABC9;
     border-color: #00ABC9;
 }
 
 .timeline-blog .timeline li:hover .timeline-post:before {
     border-left-color: #00ABC9;
     border-right-color: #00ABC9;
 }
 
 .timeline-blog .timeline-blog.timeline .entry-quote p {
     font-size: 1.142rem;
 }

 /* timeline-blog 2 column masonry left sidebar */
 .timeline-blog.timeline-sidebar .timeline > li {
     width: 89%;
 }
 
 .timeline-blog.timeline-sidebar .timeline li .timeline-blog-entry-grid .grid-post li {
     width: 50%;
 }
 
 .timeline-blog.timeline-sidebar .timeline:before {
     left: 54px;
 }
 
 .timeline-blog.timeline-sidebar .timeline li.entry-date {
     text-align: left;
 }
 
 .timeline-blog.timeline-sidebar .timeline li.entry-date-bottom {
     text-align: left;
 }
 
 .timeline-blog.timeline-sidebar .timeline li.timeline-inverted .timeline-badge {
      left: -66px;
 }
 .timeline-blog.timeline-sidebar .timeline > li > .timeline-badge:hover {
      background: #00ABC9;
 }
 
 .timeline-blog.timeline-sidebar .timeline > li.timeline-inverted {
     margin-bottom: 0px;
 }
 
 .timeline-blog.timeline-sidebar .timeline > li:nth-child(3) {
     margin-top: 30px;
 }
 
 .timeline-blog.timeline-sidebar .timeline li.entry-date {
     top: 3px;
 }
 
 .timeline-blog.timeline-sidebar .timeline li.entry-date span {
     font-size: 1rem;
     padding: 10px 25px;
 }
 
 .timeline-blog.timeline-sidebar .timeline li.entry-date-bottom {
     bottom: -48px;
 }
 
 .timeline-blog.timeline-sidebar .timeline li.entry-date-bottom a {
     font-size: 1rem;
     padding: 10px 25px;
 }
 
 .timeline-blog.timeline-sidebar .timeline li .share ul li {
     width: auto;
 }

 /*---- related blog ----*/
 .related-blog {
    padding: 30px;
    border: 1px solid #ddd;
    position: relative;
    z-index: 1;
}

.blog-info {
    position: relative;
    z-index: 9;
}

.blog-info span {
    color: #626262;
    font-size: 1rem;
    margin-right: 6px;
}

.blog-info h4 {
    font-weight: 600;
    font-size: 0.091rem;
}

.related-blog .post-format-icon {
    text-align: right;
    position: relative;
    z-index: 9
}

.related-blog .post-format-icon i {
    padding-right: 0;
    font-size: 2.5px;
    color: #e1e1e1;
}

.blog-info p {
    padding: 0px 0 10px;
    font-size: 1.142rem;
}

.related-blog .post-category a {
    display: inline-block;
    padding: 5px 15px;
    font-size: 0.857rem;
    font-weight: 500;
    border-radius: 3px;
    color: #fff;
    background-color: #00ABC9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: ll 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

a.blog-btn {
    text-align: center;
    font-size: 1rem;
    color: #00ABC9;
    display: block;
    padding-bottom: 12px;
    position: relative;
    z-index: 1;
}

a.blog-btn i {
    margin-left: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.related-blog .border {
    position: absolute;
    background: #00ABC9;
    height: 0px;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.related-blog .related-blog-img {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-size: cover;
    background-position: center center;
}

.related-blog:hover .related-blog-img,
.related-blog.active .related-blog-img {
    opacity: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.blog-1:hover h4,
.blog-1:hover i,
.blog-1:hover span,
.blog-1:hover p,
.blog-1:hover a.blog-btn,
.blog-1.active h4,
.blog-1.active i,
.blog-1.active span,
.blog-1.active p,
.blog-1.active a.blog-btn,
.blog-1:hover .post-category a,
.blog-1:hover .post-format-icon i,
.blog-1.active .post-category a,
.blog-1.active .post-format-icon i {
    color: #fff;
}

.related-blog:hover .related-blog-img:before,
.related-blog.active .related-blog-img:before {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.related-blog.blog-2 {
    padding: 0;
    position: relative;
    border: none;
    transition: all 0.5s ease 0s;
    height: 100%;
}

.related-blog.blog-2 .blog-info {
    background: #ffffff;
    padding: 30px;
}

.related-blog.blog-2.gray-bg .blog-info {
    background: #f7f7f7;
}

.related-blog.blog-2 .related-blog-img {
    opacity: 1;
}

.related-blog.blog-2 .post-format-icon {
    position: absolute;
    right: 30px;
    top: 30px;
}

.related-blog.blog-2 .button.icon-color {
    text-transform: capitalize;
    float: right;
}

.related-blog.blog-2:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
}

.related-blog.blog-2.gray-bg:hover {
    box-shadow: none;
}

.related-blog.blog-2.transparent .blog-info {
    background: transparent;
    padding: 30px 0;
}

.related-blog.blog-2.transparent .blog-info span {
    color: #ffffff;
}
.related-blog-img{
  background-image:url(https://via.placeholder.com/600x1000);
  size: cover;
}

/*blog-comment*/
.comment-1 .comment-photo {
    width: 106px;
    height: auto;
    float: left;
    border: 5px solid #f7f7f7;
    margin-right: 20px;
}
.comment-1 .comment-photo img {
    width: 100%;
}
.comment-1 .comment-info {
    display: table;
    background: #f7f7f7;
    padding: 20px;
    margin-bottom: 20px;
}
.comment-1 .comment-info h4 {
    display: inline-block;
}
.comment-1 .comment-info span {
    font-size: 0.928px;
    color: #626262;
}
.comment-1 .comment-info a {
    color: #00ABC9;
}
.comment-1 .comment-info a:hover {
    color: #363636;
}
.comment-1.comment-2 {
    padding-left: 127px;
}
.comment-1.comment-2 .comment-info {
    background: #fff;
    margin-bottom: 0px;
    padding: 20px 20px 10px;
}
/*-----------------------blogpost end-------------------*/

/*----------------client start-----------------------------*/
.client {
    overflow: hidden;
}
.client ul li {
    float: left;
    position: relative;
    width: 20%;
    padding: 20px;
}
.client.clients-border ul li:before {
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px solid #eee;
}
.client.clients-border ul li:after,
.client.clients-border ul li:before {
    content: '';
    position: absolute;
}
.client.clients-border ul li:after {
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px solid #eee;
}
/*---- clients colunm-4 ----*/
.client.column-4 ul li { 
    float: left; 
    position: relative; 
    width: 25%; 
    padding: 10px; 
    text-align: center;
}
/*---- client column-3 ----*/
.client.column-3 ul li { 
    float: left; 
    position: relative; 
    width: 33.333%; 
    padding: 10px; 
    text-align: center;
}
/*---- client column-2 ----*/
.client.column-2 ul li { 
    float: left; 
    position: relative; 
    width: 50%; 
    padding: 10px; 
}
/*---- carousels drag-bg ----*/
.bg-drag{
    background-image: url("https://via.placeholder.com/1920x1280");
    background-attachment: fixed;
    background-size: cover;
}
/*---- grayscale ----*/
.grayscale img {
    filter: gray;
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.grayscale img:hover {
    -webkit-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}
/*----------------client end-------------------------------*/

/*-----------------countdown start------------*/
.countdown {
    display: inline-block;
    text-align: center;
    margin: 0px 20px;
}
.countdown p {
    font-size: 1.142rem;
    margin: 0px;
}
.countdown h1 {
    font-size: 0.133rem;
    text-transform: capitalize;
    margin-bottom: 0;
}

/*-- small --*/
.countdown.small {
    display: inline-block;
    text-align: center;
    margin: 0px 10px;
}

.countdown.small h1 {
    font-size: 2.142rem;
    line-height: 30px;
}
/*-- medium --*/
.countdown.medium {
    display: inline-block;
    text-align: center;
    margin: 0px 30px;
}
.countdown.medium p {
    font-size: 1.428rem;
}
.countdown.medium h1 {
    font-size: 3.571rem;
    text-transform: capitalize;
}

/*-- large --*/
.countdown.large {
    display: inline-block;
    text-align: center;
    margin: 20px 20px;
}

.countdown.large h1 {
    font-size: 5rem;
    margin: 10px 0;

}
.countdown.large p {
    font-size: 1.71rem;
}

/*-- gray countdown --*/
.countdown.bg-gray {
    padding: 10px;
    width: 100px;
}
.countdown.bg-gray.small{
  width: 90px;
}
.countdown.bg-gray.medium{
  width: 130px;
}
.countdown.bg-gray.large{
  width: 170px;
}

/*-- border countdown --*/
.countdown.countdown-border { 
    padding: 10px; 
    border:2px solid #eeeeee;
    width: 100px; 
}
.countdown.countdown-border.small{
  width: 90px;
}
.countdown.countdown-border.medium{
  width: 130px;
}
.countdown.countdown-border.large{
  width: 170px;
}

/*-- round-border --*/
.countdown.round {
    padding: 35px;
    border: 7px solid #eeeeee;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    margin: 20px 10px;
}
.countdown.small.round {
    width: 100px;
    height: 100px;
    padding: 15px 10px;
}
.countdown.medium.round {
    width: 160px;
    height: 160px;
    padding: 35px 20px;
}
.countdown.large.round {
    width: 190px;
    height: 190px;
}
/*-----------------countdown end------------*/

/*--------------------counter start--------------*/
.counter {
    position: relative;
    color: #353535;
    min-height: 60px;
}
.counter h1 {
    font-size: 3.142rem;
    font-weight: 600;
    line-height: 40px;
    margin: 10px 0 5px;
}
.counter label {
    font-size: 1.071rem;
    font-weight: 600;
    margin: 10px 0 0;
    position: relative;
    text-transform: capitalize;
}
.counter.counter-small  h1 {
    font-size: 2.142rem;
    font-weight: 600;
}
.counter.counter-small label {
    font-size: 1.142;
    font-weight: 400;
    margin-top: 10px;
}
.counter i {
    font-size: 2.5rem;
}
/*--------------style-5 counter -------*/
.counter.left-icon {
    position: relative;
    padding-left: 70px;
    text-align: left;
}
.counter.left-icon i {
    font-size:2.857rem;
    line-height: 50px;
    position: absolute;
    left: 0;
    bottom: auto;
    top: 0;
    margin: 0;
}
/*--------------style-6 counter -------*/
.counter.right-icon {
    position: relative;
    padding-right: 70px;
    text-align: right;
}
.counter.right-icon i {
    font-size: 2.857rem;
    line-height: 50px;
    position: absolute;
    right: 0;
    bottom: auto;
    top: 0;
}
/*---- style-7 counter ----*/
.counter.big-counter h1 {
    font-size: 5rem;
    font-weight: 600;
}
.counter.text-white {
    color: #ffffff;
}
.counter.text-white label {
    color: #ffffff;
}
.counter.text-white span {
    color: #ffffff;
}
.counter.theme-color {
    color: #00ABC9;
}
.counter.theme-color label {
    color: #00ABC9;
}
.counter.theme-color span {
    color: #00ABC9;
}
/*--------------------counter end---------------------*/

/*-----------------comingsoon start-----------------*/

/*--- comingsoon-4 start ----*/
.vertical-centered-box {
  position: absolute;
  min-width: 100vw;
  text-align: center;
  overflow: hidden;
}
.vertical-centered-box .content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
}
#particles-background,
#particles-foreground {
    min-width: 100vw;
    min-height: 100vh;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    -moz-transform: scale3d(0.5, 0.5, 1);
    -ms-transform: scale3d(0.5, 0.5, 1);
    -o-transform: scale3d(0.5, 0.5, 1);
    transform:none;
    /*transform: scale3d(0.5, 0.5, 1);*/
}
#particles-background {
    background: #2c2d44;
    background-image: -moz-linear-gradient(45deg, #3f3251 2%, #002025 100%);
    background-image: -webkit-linear-gradient(45deg, #3f3251 2%, #002025 100%);
    background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}
lesshat-selector {
    -lh-property: 0;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes rotate {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
[not-existing] {
    zoom: 1;
}

lesshat-selector {
    -lh-property: 0;
}
@-webkit-keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}
@-moz-keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}
@-o-keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}

@keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}

[not-existing] {
    zoom: 1;
}
lesshat-selector {
    -lh-property: 0;
}
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
[not-existing] {
    zoom: 1;
}
/*---- comingsoon-4 ends ----*/

/*---- comingsoon-5 start ----*/
section .comingsoon-5, 
.section .comingsoon-5{
  position: relative;
  padding: 60px 0;
}

.comingsoon-5 .small-container {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 870px;
}

.comingsoon-5 h1,
.comingsoon-5 h2,
.comingsoon-5 h3,
.comingsoon-5 h4,
.comingsoon-5 h5,
.comingsoon-5 h6,
.comingsoon-5 p,
.comingsoon-5 blockquote,
.comingsoon-5 ul {
  margin-bottom: 1rem;
  -ms-word-break: break-word;
  -ms-word-wrap: break-word;
  -webkit-word-break: break-word;
  -webkit-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}

.comingsoon-5 h1:last-child,
.comingsoon-5 h2:last-child,
.comingsoon-5 h3:last-child,
.comingsoon-5 h4:last-child,
.comingsoon-5 h5:last-child,
.comingsoon-5 h6:last-child,
.comingsoon-5 p:last-child,
.comingsoon-5 blockquote:last-child,
.comingsoon-5 ul:last-child {
  margin-bottom: 0;
}

.comingsoon-5 h1,
.comingsoon-5 h2,
.comingsoon-5 h3,
.comingsoon-5 h4,
.comingsoon-5 h5,
.comingsoon-5 h6 {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.comingsoon-5 h1:not(:first-child),
.comingsoon-5 h2:not(:first-child),
.comingsoon-5 h3:not(:first-child),
.comingsoon-5 h4:not(:first-child),
.comingsoon-5 h5:not(:first-child),
.comingsoon-5h6:not(:first-child) {
  margin-top: 0px;
}

.animations {
  display: table;
  background: #FFFFFF;
  padding: 200px 0;
  min-height: 100vh;
  width: 100%;
  text-align: center;
}
.animations .animations-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.animations .container {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    margin: auto;
}
.animations .container .small-container {
  max-width: 480px;
}

.ani {
  position: absolute;
}
.ani.ani-1 {
  left: 30px;
  top: 30px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.ani.ani-2 {
  right: 25%;
  top: 50px;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.ani.ani-3 {
  right: 100px;
  bottom: 100px;
  -webkit-transform: translate(50%, 50%) scale(0.8);
          transform: translate(50%, 50%) scale(0.8);
}
.ani.ani-4 {
  bottom: 98px;
  left: 15%;
}
.ani.ani-5 {
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ani.ani-6 {
  height: 320px;
  width: 320px;
  right: 0;
  top: 0;
}

.ani-cube {
  -webkit-perspective: 20000px;
          perspective: 20000px;
  height: 100px;
  width: 100px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateX(-30deg) rotateY(40deg) rotateZ(360deg);
          transform: rotateX(-30deg) rotateY(40deg) rotateZ(360deg);
  -webkit-animation: ani-cube-1 20s linear infinite;
          animation: ani-cube-1 20s linear infinite;
}
.ani-cube .cube-face {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
}
.ani-cube .cube-face.face_front {
  background-color: #3496d2;
  -webkit-transform: translate3d(0px, 0px, 50px);
          transform: translate3d(0px, 0px, 50px);
  z-index: 10;
}
.ani-cube .cube-face.face_right {
  background-color: #6fb9e8;
  -webkit-transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg) translate3d(0px, 0px, 50px);
          transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg) translate3d(0px, 0px, 50px);
  z-index: 8;
}
.ani-cube .cube-face.face_left {
  background-color: #6fb9e8;
  -webkit-transform: rotateX(0deg) rotateY(-90deg) rotateZ(0deg) translate3d(0px, 0px, 50px);
          transform: rotateX(0deg) rotateY(-90deg) rotateZ(0deg) translate3d(0px, 0px, 50px);
  z-index: 9;
}
.ani-cube .cube-face.face_top {
  background-color: #4cace8;
  -webkit-transform: rotateX(90deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 50px);
          transform: rotateX(90deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 50px);
  z-index: 11;
}
.ani-cube .cube-face.face_bottom {
  background-color: #4cace8;
  -webkit-transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 50px);
          transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 50px);
  z-index: 5;
}
.ani-cube .cube-face.face_back {
  background-color: #3496d2;
  -webkit-transform: translate3d(0px, 0px, -50px);
          transform: translate3d(0px, 0px, -50px);
  z-index: 1;
}
.ani-cube.ani-cube-2 {
  height: 40px;
  -webkit-transform: rotateX(143deg) rotateY(50deg) rotateZ(360deg);
          transform: rotateX(143deg) rotateY(50deg) rotateZ(360deg);
  -webkit-animation: ani-cube-2 10s linear infinite;
          animation: ani-cube-2 10s linear infinite;
}
.ani-cube.ani-cube-2 .cube-face.face_front {
  height: 40px;
  -webkit-transform: translate3d(0px, 0px, 100px);
          transform: translate3d(0px, 0px, 100px);
}
.ani-cube.ani-cube-2 .cube-face.face_right {
  width: 200px;
  height: 40px;
  -webkit-transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg) translate3d(0px, 0px, 0);
          transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg) translate3d(0px, 0px, 0);
}
.ani-cube.ani-cube-2 .cube-face.face_left {
  width: 200px;
  height: 40px;
  -webkit-transform: rotateX(0deg) rotateY(-90deg) rotateZ(0deg) translate3d(0px, 0px, 100px);
          transform: rotateX(0deg) rotateY(-90deg) rotateZ(0deg) translate3d(0px, 0px, 100px);
}
.ani-cube.ani-cube-2 .cube-face.face_top {
  height: 200px;
  -webkit-transform: rotateX(90deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 60px);
          transform: rotateX(90deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 60px);
}
.ani-cube.ani-cube-2 .cube-face.face_bottom {
  height: 200px;
  -webkit-transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -100px);
          transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -100px);
}
.ani-cube.ani-cube-2 .cube-face.face_back {
  height: 40px;
  -webkit-transform: translate3d(0px, 0px, -100px);
          transform: translate3d(0px, 0px, -100px);
}
.ani-cube.ani-cube-3 {
  -webkit-transform: scale(0.6) rotateX(-63deg) rotateY(13deg) rotateZ(47deg);
          transform: scale(0.6) rotateX(-63deg) rotateY(13deg) rotateZ(47deg);
  -webkit-animation: ani-cube-3 20s cubic-bezier(0.7, 0, 0.7, 1) infinite;
          animation: ani-cube-3 20s cubic-bezier(0.7, 0, 0.7, 1) infinite;
}
.ani-cube.ani-cube-3 .cube-face.face_front, .ani-cube.ani-cube-3 .cube-face.face_right, .ani-cube.ani-cube-3 .cube-face.face_left, .ani-cube.ani-cube-3 .cube-face.face_top, .ani-cube.ani-cube-3 .cube-face.face_bottom, .ani-cube.ani-cube-3 .cube-face.face_back {
  border: 2px solid #3496d2;
  border-radius: 2px;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #3496d2, 0 0 0 2px #3496d2;
}

.ani-hamburger {
  height: 19px;
  width: 30px;
  -webkit-animation: rotate90 4s cubic-bezier(0.7, 0, 0.7, 1) infinite;
          animation: rotate90 4s cubic-bezier(0.7, 0, 0.7, 1) infinite;
}
.ani-hamburger .hamburger-line {
  position: absolute;
  background-color: #3496d2;
  height: 2px;
  width: 100%;
  left: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.ani-hamburger .hamburger-line.hamburger-line_top {
  top: 0;
  -webkit-animation: hamburger-line_top 4s cubic-bezier(0.7, 0, 0.7, 1) infinite;
          animation: hamburger-line_top 4s cubic-bezier(0.7, 0, 0.7, 1) infinite;
}
.ani-hamburger .hamburger-line.hamburger-line_middle {
  top: 50%;
  -webkit-animation: hamburger-line_middle 4s cubic-bezier(0.7, 0, 0.7, 1) infinite;
          animation: hamburger-line_middle 4s cubic-bezier(0.7, 0, 0.7, 1) infinite;
}
.ani-hamburger .hamburger-line.hamburger-line_bottom {
  top: 100%;
  -webkit-animation: hamburger-line_bottom 4s cubic-bezier(0.7, 0, 0.7, 1) infinite;
          animation: hamburger-line_bottom 4s cubic-bezier(0.7, 0, 0.7, 1) infinite;
}

.moving-square-frame {
  position: absolute;
  height: 20px;
  width: 20px;
  top: 10px;
  left: 10px;
  opacity: .1;
  border: 1px solid #000;
}

.ani-moving-square {
  background: #3496d2;
  height: 20px;
  width: 20px;
  -webkit-animation: ani-moving-square 6s cubic-bezier(0.7, 0, 0.7, 1) infinite;
          animation: ani-moving-square 6s cubic-bezier(0.7, 0, 0.7, 1) infinite;
}

svg {
  height: 100%;
  width: 100%;
}
svg #followPath {
  fill: none;
  stroke: #3496d2;
  stroke-width: 8;
  stroke-dasharray: 2870px;
  stroke-dashoffset: 2870px;
  -webkit-animation: drawPath 6s linear infinite;
          animation: drawPath 6s linear infinite;
}
svg #dashedPath {
  fill: none;
  stroke: #fff;
  stroke-width: 14;
  stroke-dasharray: 50px;
}
svg #airplain {
  fill: #3496d2;
  -webkit-transform: translate(-10px, -45px);
          transform: translate(-10px, -45px);
}

@-webkit-keyframes ani-cube-1 {
  to {
    -webkit-transform: rotateX(-30deg) rotateY(40deg) rotateZ(0);
            transform: rotateX(-30deg) rotateY(40deg) rotateZ(0);
  }
}

@keyframes ani-cube-1 {
  to {
    -webkit-transform: rotateX(-30deg) rotateY(40deg) rotateZ(0);
            transform: rotateX(-30deg) rotateY(40deg) rotateZ(0);
  }
}
@-webkit-keyframes ani-cube-2 {
  to {
    -webkit-transform: rotateX(143deg) rotateY(50deg) rotateZ(0);
            transform: rotateX(143deg) rotateY(50deg) rotateZ(0);
  }
}
@keyframes ani-cube-2 {
  to {
    -webkit-transform: rotateX(143deg) rotateY(50deg) rotateZ(0);
            transform: rotateX(143deg) rotateY(50deg) rotateZ(0);
  }
}
@-webkit-keyframes ani-cube-3 {
  0% {
    -webkit-transform: scale(0.6) rotateX(-63deg) rotateY(13deg) rotateZ(47deg);
            transform: scale(0.6) rotateX(-63deg) rotateY(13deg) rotateZ(47deg);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: scale(0.8) rotateX(-63deg) rotateY(-23deg) rotateZ(47deg);
            transform: scale(0.8) rotateX(-63deg) rotateY(-23deg) rotateZ(47deg);
  }
  10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: scale(0.6) rotateX(-63deg) rotateY(13deg) rotateZ(47deg);
            transform: scale(0.6) rotateX(-63deg) rotateY(13deg) rotateZ(47deg);
  }
  100% {
    -webkit-transform: scale(0.6) rotateX(-63deg) rotateY(13deg) rotateZ(407deg);
            transform: scale(0.6) rotateX(-63deg) rotateY(13deg) rotateZ(407deg);
  }
}
@keyframes ani-cube-3 {
  0% {
    -webkit-transform: scale(0.6) rotateX(-63deg) rotateY(13deg) rotateZ(47deg);
            transform: scale(0.6) rotateX(-63deg) rotateY(13deg) rotateZ(47deg);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: scale(0.8) rotateX(-63deg) rotateY(-23deg) rotateZ(47deg);
            transform: scale(0.8) rotateX(-63deg) rotateY(-23deg) rotateZ(47deg);
  }
  10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: scale(0.6) rotateX(-63deg) rotateY(13deg) rotateZ(47deg);
            transform: scale(0.6) rotateX(-63deg) rotateY(13deg) rotateZ(47deg);
  }
  100% {
    -webkit-transform: scale(0.6) rotateX(-63deg) rotateY(13deg) rotateZ(407deg);
            transform: scale(0.6) rotateX(-63deg) rotateY(13deg) rotateZ(407deg);
  }
}
@-webkit-keyframes rotate90 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  5%, 50% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  55%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes rotate90 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  5%, 50% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  55%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes hamburger-line_top {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  5%, 50% {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  55%, 100% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes hamburger-line_top {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  5%, 50% {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  55%, 100% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes hamburger-line_middle {
  0% {
    opacity: 1;
  }
  5%, 50% {
    opacity: 0;
  }
  55%, 100% {
    opacity: 1;
  }
}
@keyframes hamburger-line_middle {
  0% {
    opacity: 1;
  }
  5%, 50% {
    opacity: 0;
  }
  55%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes hamburger-line_bottom {
  0% {
    top: 100%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  5%, 50% {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  55%, 100% {
    top: 100%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes hamburger-line_bottom {
  0% {
    top: 100%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  5%, 50% {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  55%, 100% {
    top: 100%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes ani-moving-square {
  0%, 2.5% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  10%, 15% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
  22.5%, 27.5% {
    -webkit-transform: translate(20px, 20px);
            transform: translate(20px, 20px);
  }
  35%, 40% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  47.5%, 52.5% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  60%, 65% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  72.5%, 77.5% {
    -webkit-transform: translate(20px, 20px);
            transform: translate(20px, 20px);
  }
  85%, 90% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
  97.5%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes ani-moving-square {
  0%, 2.5% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  10%, 15% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
  22.5%, 27.5% {
    -webkit-transform: translate(20px, 20px);
            transform: translate(20px, 20px);
  }
  35%, 40% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  47.5%, 52.5% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  60%, 65% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  72.5%, 77.5% {
    -webkit-transform: translate(20px, 20px);
            transform: translate(20px, 20px);
  }
  85%, 90% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
  97.5%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes drawPath {
  0% {
    opacity: 1;
    stroke-dashoffset: 2870px;
  }
  53% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
  78% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    stroke-dashoffset: 0;
  }
}
@keyframes drawPath {
  0% {
    opacity: 1;
    stroke-dashoffset: 2870px;
  }
  53% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
  78% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    stroke-dashoffset: 0;
  }
}
@media (max-width: 1023px) {
  .ani.ani-1 {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }

  .ani.ani-2 {
    top: 120px;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }

  .ani.ani-5 {
    top: 80%;
  }

  .ani.ani-6 {
    max-height: 30vw;
    max-width: 30vw;
    max-height: 140px;
    max-width: 140px;
  }
}
/*---- comingsoon-5 end ----*/
/*-----------------comingsoon end-----------------*/

/*-----------------footer start---------------------*/
.footer-intro img{
    width: 150px;
    height: auto;
}
/*---- footer-1 ----*/
.footer.bg-black .social-icons li a {
    color: #898989;
}
.footer.bg-black .social-icons li:hover a{
  color: #fff;
} 
 .footer.bg-black p{
    color: #898989;
 }
.footer.bg-black .form-control {
    border-left: 0px;
    height: 50px;
    border-radius: 3px;
    font-size: 1rem;
    color: rgba(255,255,255,0.3);
    border: none;
    background: rgba(91, 90, 90, 0.8901960784313725);
    padding: 10px 25px;
    width: 100%;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.footer-copyright {
    padding: 20px 0;
    border-top: 1px solid #666;
}
.footer.bg-black .address li {
    font-size: 1rem;
    margin-bottom: 15px;
    color: rgba(255,255,255,0.5);
    list-style: none;
    color: #898989;
}
.footer.bg-black .address i {
    color: rgba(255,255,255,0.5);
    padding-right: 5px;
    float: left;
    display: table-cell;
    width: 30px;
    line-height: 23px;
    font-size: 1rem;
}
.footer.bg-black .address a span{
    color: #898989;
}
.footer.bg-black .footer-link.footer-link-hedding ul {
    margin-top: -6px;
}
.footer.bg-black .footer-link ul li {
    list-style: none;
    margin-bottom: 12px;
}
.footer.bg-black .footer-link ul li a {
    color: #898989;
    vertical-align: top;
    display: block;
}
.footer.bg-black .footer-link ul li:hover a {
    color: #00ABC9;
}
.footer .bg-black .address li a{
    color: #ccc;
}

.footer.bg-white .social-icons li a {
    color: #333333;
}
.footer.bg-white .social-icons li:hover a{
  color: #00ABC9;
} 
 .footer.bg-white p{
    color: #666666;
 }
.footer.bg-white .form-control {
    border-left: 0px;
    height: 50px;
    border-radius: 3px;
    font-size: 1rem;
    color: rgba(0,0,0,0.7);
    border: none;
    background: rgba(0, 0, 0, 0.2);
    padding: 10px 25px;
    width: 100%;
    color: #333;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.footer.bg-white .address li {
    font-size: 1rem;
    margin-bottom: 15px;
    color: rgba(0,0,0,0.5);
    list-style: none;
    color: #666666;
}
.footer.bg-white .address i {
    color: rgba(0,0,0,0.5);
    padding-right: 5px;
    float: left;
    display: table-cell;
    width: 30px;
    line-height: 23px;
    font-size: 1rem;
}
.footer.bg-white .address a span{
    color: #666666;
}
.footer.bg-white .footer-link.footer-link-hedding ul {
    margin-top: -6px;
}
.footer.bg-white .footer-link ul li {
    list-style: none;
    margin-bottom: 12px;
}
.footer.bg-white .footer-link ul li a {
    color: #666666;
    vertical-align: top;
    display: block;
}
.footer.bg-white .footer-link ul li:hover a {
    color: #00ABC9;
}
.footer .bg-white .address li a{
    color: #666666;
}


.footer .contact-container i{
    font-size:  1.785rem;
}
.footer .contact-container h5{
    color: #fff;
}
.footer .footerbox {
    background: rgba(102, 102, 102, 0.2);
    padding: 30px;
    clear: both;
    margin-bottom: 40px;
    margin-top: 60px;
}
.footer .footerbox .link {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
    text-align: right;
}
.footer .footerbox .content {
    display: table-cell;
    vertical-align: top;
    width: 65%;
}
.footer .social-big ul li {
    display: inline-block;
    padding: 10px;
    width: 70px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
}
.footer .social-big ul li i {
    color: #ffffff;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    margin: 0 auto;
}
.footer .social-big ul li span {
    display: block;
    text-align: center;
    color: #ffffff;
    margin-top: 10px;
    font-size: 0.785rem;
}
.footer .social-big ul li.facebook {
    background: #5d82d1;
}
.footer .social-big ul li.facebook:hover {
    background: #ffffff;
}
.footer .social-big ul li.facebook:hover a span{
	color: #5d82d1;
}
.footer .social-big ul li.facebook:hover a i{
	background: #5d82d1;
}
.footer .social-big ul li.pinterest {
    background: #e13138;
}
.footer .social-big ul li.pinterest:hover {
    background: #ffffff;
}
.footer .social-big ul li.pinterest:hover a span{
	color: #e13138;
}
.footer .social-big ul li.pinterest:hover a i{
	background: #e13138;
}
.footer .social-big ul li.linkedin {
    background: #238cc8;
}
.footer .social-big ul li.linkedin:hover {
    background: #ffffff;
}
.footer .social-big ul li.linkedin:hover a span{
	color: #238cc8;
}
.footer .social-big ul li.linkedin:hover a i{
	background: #238cc8;
}
.footer .gallery ul li {
    float: left;
    width: 58px;
    margin: 2px;
    list-style: none;
}
.footer .tags li {
    display: inline-block;
}
.footer .tags li a {
    background: transparent;
    color: #898989;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    padding: 0px 10px;
    font-size: 0.928rem;
    margin-right: 2px;
    margin-bottom: 5px;
    display: block;
}
.footer .tags li:hover a{
  color: #fff;
}
.footer .tags li a:hover {
    background: #00ABC9;
}
/*-------- footer-2 --------*/
.footer.footer-2 p, .footer.footer-2 h5, .footer.footer-2 h4{
    color: #898989;
}
.footer.footer-2 h5, .footer.footer-2 h4{
    color: #fff;
}
.footer.footer-2 .separators {
    border-bottom: 1px solid rgba(253, 253, 253, 0.26);
}
.footer.footer-2 .footer-link ul li a {
    color: #898989;
    vertical-align: top;
    display: block;
}
.footer.footer-2 .footer-link ul li:hover a{
    color: #00ABC9;
}
.footer.footer-2 .footer-link ul {
    list-style: none;
}
.footer.footer-2 .footer-link ul a{
    color: #fff;
}
.footer.footer-2 .address li {
    list-style: none;
    color: #fff;
}
.footer.footer-2 .address li{
    margin-bottom: 15px;
}
footer.footer-2 .address li a{
    color: #898989;
}
footer.footer-2 .address li:hover a{
    color: #00ABC9;
}
.footer.footer-2 .address li p{
    margin: 0px;
}
.footer.footer-2 .address i {
    padding-right: 5px;
    float: left;
    display: table-cell;
    width: 30px;
    line-height: 23px;
    font-size: 1rem;
    color: #898989;
}
.footer.footer-2 ul li{
  margin-bottom: 5px;
}
.footer.footer-2 .social-icons li a{
    color: #898989;
}
footer.footer-2 .social-icons li:hover a{
  color: #fff;
}
.footer.footer-2 .footer-terms ul li a {
    color: #fff;
    padding-top: 10px;
}
.footer.footer-2 .footer-terms ul li:hover a{
    color: #00ABC9;
}
.footer-2 .logo{
	max-height: 35px;
}
.footer-2 .footer-terms{
	    padding-top: 7px;
}
/*---------- footer-3 ----------*/
.footer.footer-3 p, .footer.footer-3 h5, .footer.footer-3 h4{
    color: #898989;
}
.footer.footer-3 h5, .footer.footer-3 h4{
    color: #000;
}
.footer.footer-3 .separators {
    border-bottom: 1px solid rgba(0, 0, 0, 0.26);
}
.footer.footer-3 .footer-link ul li a {
    color: #898989;
    vertical-align: top;
    display: block;
}
.footer.footer-3 .footer-link ul li:hover a{
    color: #00ABC9;
}
.footer.footer-3 .footer-link ul {
    list-style: none;
}
.footer.footer-3 .footer-link ul li{
    margin-bottom: 15px;
}
.footer.footer-3 .footer-link ul a{
    color: #626262;
}
.footer.footer-3 .address li {
    list-style: none;
    color: #626262;
}
.footer.footer-3 .address li{
    margin-bottom: 15px;
}
footer.footer-3 .address li a{
    color: #898989;
}
footer.footer-3 .address li:hover a{
    color: #00ABC9;
}
.footer.footer-3 .address li p{
    margin: 0px;
}
.footer.footer-3 .address i {
    color: rgba(255,255,255,0.5);
    padding-right: 5px;
    float: left;
    display: table-cell;
    width: 30px;
    line-height: 23px;
    font-size: 1rem;
    color: #898989;
}
.footer.footer-3 .social-icons li a{
    color: #898989;
}
.footer.footer-3 .social-icons li:hover a{
  color: #fff;  
}
.footer.footer-3 .social-icons li:hover a{
    color: #fff;
}
/*-----------------footer end-----------------------*/

/*-------------------- map start ----------------------*/
.map{
  width: 100%;
  height:500px;
}
/*------------------niceselect start----------------------*/
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #f6f7f8;
    border-radius: 3px;
    border: solid 1px #f6f7f8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    height: 50px;
    line-height: 47px;
    outline: none;
    padding-left: 20px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.nice-select:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12156862745098039);
}
.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 0.857rem;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}
.select-scroll.nice-select .list{
    overflow-y: scroll;
    height: 300px;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}
/*------------------niceselect end----------------------*/


/*-------------------data-table start-----------------------*/
/*---- common styles ----*/
.table {
    margin-bottom: 0;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #00ABC9;
    border-color: #00ABC9;
}

.table td,
.table th {
    vertical-align: middle;
}

.table-responsive>.table-bordered {
    border: 1px solid #dee2e6;
}
/*-- table-1 --*/
.table-bordered tbody tr td,
.table-bordered thead tr th {
    border-color: #eee;
    font-size: 0.875rem;
    padding: 12px 20px;
}

.table-1 thead {
    background: #00ABC9;
    color: #fff;
    text-align: center;
}

.table-1 thead tr th {
    border: medium none;
    font-weight: normal;
    text-align: center;
}

.table-1 tbody tr td {
    color: #7e8890;
    font-size: 0.875rem;
    padding: 12px 0;
    text-align: center;
}
/*-- table-2 --*/
.table-2.table thead {
    background: transparent;
    color: #00ABC9;
    font-weight: 600;
    text-align: center;
}

.table-2.table thead tr th {
    border: 1px solid #00ABC9 !important;
    text-align: center;
}
/*-- table-3 --*/
.table-3.table thead {
    background: #dfdfdf;
    color: #323232;
    font-weight: 600;
    text-align: center;
}
.table-3.table thead tr th {
    border: none;
    text-align: center;
}
/*-------------------data-table end-----------------------*/

/*------------------ dropcaps start ------------------------*/
.dropcaps {
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: left;
    border-radius: 50%;
    background: #00ABC9;
    text-align: center;
    color: #ffffff;
    margin-right: 10px;
}

.dropcaps.dropcap-border {
    background: transparent;
    border: 2px solid #00ABC9;
    color: #00ABC9;
}

.dropcaps.gray {
    background: #f6f7f8;
    color: #00ABC9;
}

.dropcaps.large {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 2.142rem;
}

.dropcaps.square {
    border-radius: 3px;
}
/*------------------ dropcaps end ------------------------*/

/*------------------ error-404-1 Start -------------------*/
#particles-background {
    background: #2c2d44;
    background-image: -moz-linear-gradient(45deg, #3f3251 2%, #002025 100%);
    background-image: -webkit-linear-gradient(45deg, #3f3251 2%, #002025 100%);
    background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}
.error-container {
  text-align: center;
  font-weight: 800;
}
.error-container > span {
  display: inline-block;
  position: relative;
}
.error-container > span.four {
  width: 136px;
  height: 43px;
  top: 90px;
  border-radius: 999px;
  background:
	linear-gradient(140deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 43%, transparent 44%, transparent 100%),
	linear-gradient(105deg, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.06) 41%, rgba(0, 0, 0, 0.07) 76%, transparent 77%, transparent 100%),
	linear-gradient(to right, #d89ca4, #e27b7e);
}
.error-container > span.four:before,
.error-container > span.four:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 999px;
}
.error-container > span.four:before {
  width: 43px;
  height: 156px;
  left: 60px;
  bottom: -43px;
  background:
    linear-gradient(128deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 40%, transparent 41%, transparent 100%),
    linear-gradient(116deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 50%, transparent 51%, transparent 100%),
    linear-gradient(to top, #99749D, #B895AB, #CC9AA6, #D7969E, #E0787F);
}
.error-container > span.four:after {
  width: 137px;
  height: 43px;
  transform: rotate(-49.5deg);
  left: -18px;
  bottom: 36px;
  background: linear-gradient(to right, #99749D, #B895AB, #CC9AA6, #D7969E, #E0787F);
}

.error-container > span.zero {
  vertical-align: text-top;
  width: 156px;
  top: -20px;
  height: 156px;
  border-radius: 999px;
  background: linear-gradient(-45deg, transparent 0%, rgba(0, 0, 0, 0.06) 50%,  transparent 51%, transparent 100%),
    linear-gradient(to top right, #99749D, #99749D, #B895AB, #CC9AA6, #D7969E, #ED8687, #ED8687);
  overflow: hidden;
  animation: bgshadow 5s infinite;
}
.error-container > span.zero:before {
  content: '';
  display: block;
  position: absolute;
  transform: rotate(45deg);
  width: 90px;
  height: 90px;
  background-color: transparent;
  left: 0px;
  bottom: 0px;
  background:
    linear-gradient(95deg, transparent 0%, transparent 8%, rgba(0, 0, 0, 0.07) 9%, transparent 50%, transparent 100%),
    linear-gradient(85deg, transparent 0%, transparent 19%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.07) 91%, transparent 92%, transparent 100%);
}
.error-container > span.zero:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 999px;
  width: 70px;
  height: 70px;
  left: 43px;
  bottom: 43px;
  background: #2d2d45;
  box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.screen-reader-text {
    position: absolute;
    top: -9999em;
    left: -9999em;
}
    
@keyframes bgshadow {
  0% {
    box-shadow: inset -160px 160px 0px 5px rgba(0, 0, 0, 0.4);
  }
  45% {
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  }
  55% {
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: inset 160px -160px 0px 5px rgba(0, 0, 0, 0.4);
  }
}

/* demo stuff */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, button, input, select, textarea {
    font-family: 'Montserrat', Helvetica, sans-serif;
    color: #bbb;
}
.error-container h1 {
  text-align: center;
  margin: 30px 15px;
  color: #8a8a8a;
}
.zoom-area { 
  max-width: 490px;
  margin: 30px auto 30px;
  font-size: 0.096px;
  text-align: center;
}
.link-container {
  text-align: center;
}
a.more-link {
  text-transform: uppercase;
  font-size: 0.928px;
    background-color: #de7e85;
    padding: 10px 15px;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 1.5;
    text-decoration: none;
  margin-top: 50px;
  letter-spacing: 1px;
}
/*---- error-404-1 End ----*/

/*---- error-404-2 start ----*/
.error-404-2 {
    position: relative;
    text-align: center;
}
.error-404-2 .v-align{
    position: relative;
}
.error-404-2 .error-2 {
    font-size: 28.571rem;
    line-height: 28rem;
    color: rgba(255, 255, 255, 0.54);
    position: relative;
}

.error-404-2 .sub-error-2 {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 40%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    font-size: 8.357rem;
    line-height: 100px;
    color: rgba(255, 255, 255, 0.2);
    font-weight: bold;
}
/*---- error-404-2 end ----*/

/*------------------featurebox start----------------------*/
.feature-txt {
    text-align: center;
}

.feature-txt.text-left {
    text-align: left;
}

.feature-txt.text-left .feature-icon span,
.feature-txt.text-left .feature-icon i {
    padding-left: 0;
}

.feature-txt.text-right .feature-icon span,
.feature-txt.text-right .feature-icon i {
    padding-right: 0;
}

.feature-txt.text-right {
    text-align: right;
}

.feature-txt .feature-icon span,
.feature-txt .feature-icon i {
    font-size: 2.857rem;
    margin-bottom: 30px;
    display: inline-block;
    padding-left: 15px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
}

.feature-txt.round .feature-icon span,
.feature-txt.round .feature-icon i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    font-size: 1.857rem;
    border-radius: 50%;
    padding-left: 0px;
}

.feature-txt.feature-border .feature-icon span,
.feature-txt.feature-border .feature-icon i {
    color: #323232;
    background: transparent;
    border: 1px solid #323232;
    padding-left: 0px;
}

.feature-txt.gray-icon .feature-icon span,
.feature-txt.gray-icon .feature-icon i {
    color: #323232;
    background: #f6f7f8;
    padding-left: 0px;
}

.feature-txt.theme-icon .feature-icon span,
.feature-txt.theme-icon .feature-icon i {
    color: #ffffff;
    background: #00ABC9;
    padding-left: 0px;
}

.feature-txt.icon-shadow .feature-icon span,
.feature-txt.icon-shadow .feature-icon i {
    color: #323232;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.09);
    padding-left: 0px;
}

.feature-txt.square .feature-icon span,
.feature-txt.square .feature-icon i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    font-size: 1.857rem;
    padding-left: 0px;
}
.feature-txt.square:hover .feature-icon i, .feature-txt.square:hover .feature-icon span {
    background: #00ABC9;
    color: #ffffff;
    border-color: #00ABC9;
}

.feature-txt.text-center .feature-icon span,
.feature-txt.text-center .feature-icon i {
    padding-left: 0;
}
.feature-txt.round:hover .feature-icon i, .feature-txt.round:hover .feature-icon span {
    background: #00ABC9;
    color: #ffffff;
    border-color: #00ABC9;
}

 /*left-icon*/
 .feature-txt.left-icon .feature-info {
     text-align: left;
     padding-left: 60px;
 }
 
 .feature-txt.left-icon .feature-icon {
     position: absolute;
     left: 0;
 }

 /*right-icon*/
 .feature-txt.right-icon .feature-info {
     text-align: right;
     padding-right: 60px;
 }
 
 .feature-txt.right-icon .feature-icon {
     position: absolute;
     right: 0;
 }
 
 .feature-txt.left-icon.round .feature-info {
     padding-left: 80px;
 }
 
 .feature-txt.right-icon.round .feature-info {
     padding-right: 80px;
 }
 
 .feature-txt.left-icon.square .feature-info {
     padding-left: 100px;
 }
 
 .feature-txt.right-icon.square .feature-info {
     padding-right: 100px;
 }

/* - box-shadow - */
.feature-txt.box-shadow {
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.09);
    padding: 40px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.feature-txt.box-shadow:hover {
    box-shadow: 0 0px 70px rgba(0, 0, 0, 0.09);
}
.feature-txt.border-box {
    box-shadow: 0 0px 1px rgba(0,0,0,0.5);
    padding: 40px;
}
/*---- featurebox ----*/
 .awesome-features .img-side img {
     position: absolute;
     top: -30px;
     left: 0;
 }
 
 .featurebox {
     border: 1px solid #e6e6e6;
     padding: 1px;
     position: relative;
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
     transition: all 0.3s ease-out 0s;
     z-index: 1;
 }
 
 .featurebox-content {
     position: relative;
     padding: 30px;
     padding-bottom: 0;
     z-index: 9;
 }
 
 .featurebox i {
     width: 100%;
     font-size: 2.142rem;
     color: #00ABC9;
     padding: 0 10px;
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
     transition: all 0.3s ease-out 0s;
 }
 
 .featurebox h4 {
     text-transform: none;
     padding: 25px 0 0px;
     font-weight: 400;
     transition: all 0.3s ease-out 0s;
 }
 
 .featurebox p {
     transition: all 0.3s ease-out 0s;
 }
 
 .featurebox a {
     font-size: 1.142rem;
     font-weight: 400;
     color: #808080;
     margin: 25px 0 10px;
     padding: 0 30px;
     display: block;
     position: relative;
     z-index: 3;
 }
 
 .featurebox .featurebox-img {
     bottom: 0;
     left: 0;
     opacity: 0;
     position: absolute;
     right: 0;
     top: 0;
     z-index: 0;
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
     transition: all 0.3s ease-out 0s;
     z-index: 0;
     background-size: cover;
     background-position: center center;
     background-image: url('https://via.placeholder.com/360x250');
 }
 
 .featurebox .feature-border {
     position: absolute;
     background: #f7f7f7;
     height: 0px;
     bottom: 0;
     left: 0;
     z-index: 2;
     width: 100%;
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
     transition: all 0.3s ease-out 0s;
	 height: 45px;
 }
 
 .featurebox:hover .featurebox-img,
 .featurebox.active .featurebox-img {
     opacity: 1;
 }
 
 .featurebox:hover .feature-border,
 .featurebox.active .feature-border {
     height: 45px;
     background: #00ABC9;
 }
 
 .featurebox:hover i,
 .featurebox.active i {
     background: rgba(255, 255, 255, 0);
     color: #fff;
 }
 
 .featurebox:hover h4,
 .featurebox.active h4,
 .featurebox:hover p,
 .featurebox.active p {
     color: #fff;
 }
 
 .featurebox:hover a,
 .featurebox.active a {
     color: #fff;
 }
 
 .featurebox:hover:before,
 .featurebox.active:before {
     background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
     color: #fff;
     content: "";
     display: inline-block;
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 1;
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
     transition: all 0.3s ease-out 0s;
 }
/*------------------featurebox ends-----------------------*/

/*------------------contact-form start--------------------------*/
.form-control {
    border-radius: 3px;
    font-size: 0.928rem;
    height: auto;
    line-height: 1.33333;
    padding: 15px 15px 15px 20px;
    background: #f6f7f8;
    color: #323232;
    border: 0px solid transparent;
    box-shadow: none;
}
.form-control:focus {
    background: #ffffff;
    border: 0px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    -ms-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-color: transparent;
}
.contact-form .form-control {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.contact-form .form-field {
    position: relative;
    width: 31.3%;
    margin-right: 3%;
    float: left;
}
.contact-form .form-field:nth-child(3) {
    margin-right: 0px;
}
.rem-checkbox input[type="checkbox"] {
    display: none;
}
.form-field.textarea {
    width: 100%;
}
.form-control.input-lg {
    resize: none;
    font-size: 1rem;
}
.form-control.rounded {
    border-radius: 0px;
}
/*-- checkbox start --*/
[type=checkbox]:checked, [type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
[type=checkbox]+label {
    font-weight: 300;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}
[type=checkbox]+label:before, [type=checkbox]:not(.filled-in)+label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
[type=checkbox]+label.text-white:before, [type=checkbox]:not(.filled-in)+label.text-white:after {
    border: 2px solid #ffffff;
}
[type=checkbox]:not(.filled-in)+label:after {
    border: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
[type=checkbox]:not(:checked):disabled+label:before {
    border: none;
    background-color: rgba(0, 0, 0, .26);
}
[type=checkbox].tabbed:focus+label:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, .1);
    background-color: rgba(0, 0, 0, .1);
}
[type=checkbox]:checked+label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #E6AF2F;
    border-bottom: 2px solid #E6AF2F;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%}
[type=checkbox]:checked:disabled+label:before {
    border-right: 2px solid rgba(0, 0, 0, .26);
    border-bottom: 2px solid rgba(0, 0, 0, .26);
}
[type=checkbox]:indeterminate+label:before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 22px;
    border-top: none;
    border-left: none;
    border-right: 2px solid #26a69a;
    border-bottom: none;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%}
[type=checkbox]:indeterminate:disabled+label:before {
    border-right: 2px solid rgba(0, 0, 0, .26);
    background-color: transparent;
}
[type=checkbox].filled-in+label:after {
    border-radius: 2px;
}
[type=checkbox].filled-in+label:after, [type=checkbox].filled-in+label:before {
    content: '';
    left: 0;
    position: absolute;
    -webkit-transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
    -o-transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
    transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
    z-index: 1;
}
[type=checkbox].filled-in:not(:checked)+label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    -ms-transform: rotate(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%}
[type=checkbox].filled-in:not(:checked)+label:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 0;
    z-index: 0;
}
[type=checkbox].filled-in:checked+label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    -webkit-transform: rotateZ(37deg);
    -ms-transform: rotate(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%}
[type=checkbox].filled-in:checked+label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #00ABC9;
    background-color: transparent;
    z-index: 0;
}
[type=checkbox].filled-in.tabbed:focus+label:after {
    border-radius: 2px;
    border-color: #5a5a5a;
    background-color: rgba(0, 0, 0, .1);
}
[type=checkbox].filled-in.tabbed:checked:focus+label:after {
    border-radius: 2px;
    background-color: #398bf7;
    border-color: #398bf7;
}
[type=checkbox].filled-in:disabled:not(:checked)+label:before {
    background-color: transparent;
    border: 2px solid transparent;
}
[type=checkbox].filled-in:disabled:not(:checked)+label:after {
    border-color: transparent;
    background-color: #BDBDBD;
}
[type=checkbox].filled-in:disabled:checked+label:before {
    background-color: transparent;
}
[type=checkbox].filled-in:disabled:checked+label:after {
    background-color: #BDBDBD;
    border-color: #BDBDBD;
}

/*-----------dark checkbox----------------*/
.dark [type=checkbox]+label {
  color: #fff;
}
.dark [type=checkbox].filled-in:not(:checked)+label:after {
    border: 2px solid #ffffff;
}
/*-- checkbox end --*/


.input-group-prepend {
    border: 1px solid #e0e0e0;
}
.form-control label {
    color: #353535;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-size: 0.928rem;
}
.form-inline button {
    margin: 0px;
}
.form-control > label {
    display: block;
}
.form-control::-moz-placeholder {
    color: #323232;
}
.form-control::-ms-input-placeholder {
    color: #323232;
}
.form-control::-webkit-input-placeholder {
    color: #323232;
}
.table-bordeblue>tbody>tr>td,
.table-bordeblue>tbody>tr>th,
.table-bordeblue>tfoot>tr>td,
.table-bordeblue>tfoot>tr>th,
.table-bordeblue>thead>tr>td,
.table-bordeblue>thead>tr>th {
    border-color: #e0e0e0;
    padding: 12px 20px;
}
textarea.form-control {
    resize: vertical;
}
.contact-form.form-border .form-control {
    background: transparent;
    color: #aaaaaa;
    border: 2px solid #eeeeee;
}
.contact-form.form-border .form-control {
    box-shadow: none;
    color: #aaaaaa;
}
.contact-form.form-border .form-control::-moz-placeholder {
    color: #aaaaaa;
}
.contact-form.form-border .form-control::-ms-input-placeholder {
    color: #aaaaaa;
}
.contact-form.form-border .form-control::-webkit-input-placeholder {
    color: #aaaaaa;
}
.contact-form.form-border .form-control:focus {
    background: #f6f7f8;
}
.contact-form.form-border .fancy-select {
    background: transparent;
    color: #aaaaaa;
    border: 2px solid #eeeeee;
}
.contact-form.form-border .fancy-select .option {
    color: #323232;
}
.contact-form.form-border .fancy-select:after {
    border-color: #aaaaaa;
}
.contact-form.form-dark .form-control {
    background: rgba(43, 43, 43, 0.12);
    color: #ffffff;
}
.contact-form.form-dark .form-control {
    box-shadow: none;
    color: #ffffff;
}
.contact-form.form-dark .form-control::-moz-placeholder {
    color: #ffffff;
}
.contact-form.form-dark .form-control::-ms-input-placeholder {
    color: #ffffff;
}
.contact-form.form-dark .form-control::-webkit-input-placeholder {
    color: #ffffff;
}
.contact-form.form-dark .form-control:focus {
    background: rgba(43, 43, 43, 0.19);
}
.contact-form.form-dark .fancy-select {
    background: rgba(43, 43, 43, 0.12);
    ;
    color: #ffffff;
    border: 0;
}
.contact-form.white-form .form-control {
    background: #ffffff;
}
.contact-form.form-dark .fancy-select .option {
    color: #323232;
}
.contact-form.form-dark .fancy-select:after {
    border-color: #ffffff;
}
.contact-form.transparent-form .form-control {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}
.contact-form.transparent-form .form-control {
    box-shadow: none;
    color: #ffffff;
}
.contact-form.transparent-form .form-control::-moz-placeholder {
    color: #ffffff;
}
.contact-form.transparent-form .form-control::-ms-input-placeholder {
    color: #ffffff;
}
.contact-form.transparent-form .form-control::-webkit-input-placeholder {
    color: #ffffff;
}
.contact-form.transparent-form .form-control:focus {
    background: rgba(255, 255, 255, 0.19);
}
.contact-form.transparent-form .fancy-select {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border: 0;
}
.contact-form.transparent-form .fancy-select .option {
    color: #323232;
}
.contact-form.transparent-form .fancy-select:after {
    border-color: #ffffff;
}
.contact-form.full-width .form-field {
    width: 100%;
}
.newsletter.fancy {
    position: relative;
}
.newsletter.fancy .form-control {
    padding-right: 185px;
}
.newsletter.fancy button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 20px;
    border-radius: 0 3px 3px 0;
}
.newsletter-box {
    padding: 30px;
    border-radius: 3px;
}
.newsletter-box.bg-gray .form-control {
    background: #ffffff;
}
.newsletter-box.newsletter-border {
    padding: 30px;
    border: 2px solid #eeeeee;
    border-radius: 3px;
}
.newsletter .cs-button.large {
    padding: 11px 20px;
}
/*--------------------------------end form-----------------------*/

/*--------------------------login start--------------------------*/
.login-area{
    background-color: #fff;
    padding: 30px;
}
.login-area .bg-gray{
    padding: 15px;
} 
.social li {
    display: inline-block;
    margin: 2px 0px;
}
.login-area .section-heading, .login-area-7 .section-heading, .login-area-8 .section-heading, .login-decore .section-heading{
    margin-bottom: 30px;
}
.login-content ul.list-hand li{
  color: #000;
}
.social li a {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.social li a.fb {
    display: block;
    padding: 12px 20px;
    color: #fff;
    font-size: 1rem;
    background: #4c70ad;
    border-radius: 3px;
}
.social li a.twitter {
    display: block;
    padding: 12px 20px;
    color: #fff;
    font-size: 1rem;
    background: #25b6e6;
    border-radius: 3px;
}
.social li a.google {
    display: block;
    padding: 12px 20px;
    color: #fff;
    font-size: 1rem;
    background: #CC3333;
    border-radius: 3px;
}
.social li i {
    border-right: 1px solid #fff;
    padding-right: 10px;
    margin-right: 10px;
}
.social li a.fb:hover,
.social li a.twitter:hover,
.social li a.google:hover {
    background: #00ABC9;
    color: #fff;
    border: none;
}

/*---- login-decore ----*/
.login-decore {
    padding: 28px;
    height: 100%;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
}
.login-decore-bg {
    position: relative;
    z-index: 1;
}
.login-decore h2 {
    font-size: 3.571rem;
    line-height: 70px;
}
.bg-gradient,
.bg-gradient-01,
.bg-gradient-02 {
    position: relative;
}
.bg-gradient:before {
    z-index: 0;
    opacity: .8;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0%, rgb(232, 95, 95)), color-stop(100%, rgb(63, 0, 255)));
    background: -webkit-linear-gradient(25deg, rgb(232, 95, 95) 11%, rgb(63, 0, 255) 100%);
    background: -webkit-linear-gradient(25deg, rgb(232, 95, 95) 11%, rgb(63, 0, 255) 100%);
    background: linear-gradient(25deg, rgb(232, 95, 95) 11%, rgb(63, 0, 255) 100%);
    background: -moz-linear-gradient(25deg, rgb(232, 95, 95) 11%, rgb(63, 0, 255) 100%);
}

.bg-gradient-01:before {
    z-index: 0;
    opacity: .8;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(172, 114, 216)), color-stop(100%, rgb(83, 173, 123)));
    background: -webkit-linear-gradient(-315deg, rgb(172, 114, 216) 0%, rgb(83, 173, 123) 100%);
    background: -webkit-linear-gradient(45deg, rgb(172, 114, 216) 0%, rgb(83, 173, 123) 100%);
    background: linear-gradient(45deg, rgb(172, 114, 216) 20%, rgb(83, 173, 123) 80%);
}

.bg-gradient-02:before {
    z-index: 0;
    opacity: .8;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcdd2), color-stop(100%, #470df5));
    background: -webkit-linear-gradient(-315deg, #ffcdd2 0%, #470df5 100%);
    background: -webkit-linear-gradient(45deg, #ffcdd2 0%, #470df5 100%);
    background: linear-gradient(45deg, #ffcdd2 0%, #470df5 100%);
}
.login-area-7{
    padding: 0 100px;
}
.login-area-8{
    padding: 20px 70px;
}

/*login-decore-1*/
.login-decore-box{
    box-shadow:1px 1px 20px 0 rgba(0, 0, 0, 0.05);
}
.login-decore-bg.bg-gradient:before {
    z-index: 0;
    opacity: .5;
}
.login-decore .nav li {
    margin: 0px 30px 0px 0px;
}
.login-decore .nav li a {
    display: block;
    text-align: left;
    color: #fff;
    border-left: 5px solid transparent;
    background: transparent;
    padding-left: 10px;
}
.login-decore .nav li a i {
    display: inline-block;
    padding-right: 6px;
    text-align: left;
    margin-bottom: 10px;
}
.login-decore li.active a, .login-decore li a:hover {
    border-left: 5px solid #00ABC9;
    color: #00ABC9;
}
.login-content{
    padding: 15px;
}
.login.tab-border .tab-content {
    padding: 0px;
    border: none;
    margin-top: 0px;
}
.login-decore .pos-bottom {
    position: relative;
    bottom: 0;
    width: 100%;
}
/*--------------------------login end----------------------------*/

/*-----------------------modal onload start-------------------*/
.modal-content-1{
    background-color: #323232;
}
.modal-content-1 h1{
    font-size: 5.714rem;
    line-height: 5rem;
    margin-top: 20px;
}
.modal-content-1 .modal-footer{
    border: none;
}
.modal-sale {
    padding: 50px 60px;
    border-radius: 3px;
    margin: 0 auto;
    max-width: 650px;
}
/*-----------------------modal onload end---------------------*/

/*-------------------------- piechart start ---------------------*/
.chart {
    display: inline-block;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
.chart span,
.chart i {
    display: inline-block;
    font-size:  2rem;
    z-index: 2;
    font-weight: 600;
    position: absolute;
}
.chart.white span,
.chart.white i {
    color: #ffffff;
}
/*-------------------------- piechart end---------------------*/

/*-------------------------- portfolio start---------------------*/
.isotope-filters {
    display: table;
    margin: 0 auto 50px;
    text-align: center;
}
.isotope-filters.text-left {
    display: block;
    margin: 30px 0;
    text-align: left;
}
.isotope-filters button {
    margin: 4px;
    cursor: pointer;
    padding: 6.5px 25px;
    font-size: 1.142rem;
    border-radius: 19px;
    background: transparent;
    color: #363636;
    font-weight: 600;
    border: 1px solid #ccc;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.isotope-filters button:focus {
    outline: none;
    outline-style: none;
    outline-offset: 0;
}
.isotope-filters button.active,
.isotope-filters button:hover {
    background: #00ABC9;
    color: #fff;
    border-color: #00ABC9;
}
.isotope-filters button+button {
    margin-left: 10px;
}
.isotope,
.masonry {
    margin: 0 -15px 0 0;
}

.isotope .grid-item img {
    width: 100%;
}

.isotope.column-1 .grid-item {
    width: 100%;
    padding: 0 15px 15px 0;
}

.isotope.column-2 .grid-item {
    width: 50%;
    padding: 0 15px 15px 0;
}

.isotope.column-3 .grid-item {
    width: 33.33333333%;
    padding: 0 15px 15px 0;
}

.isotope.column-4 .grid-item {
    width: 25%;
    padding: 0 15px 15px 0;
}

.isotope.column-5 .grid-item {
    width: 20%;
    padding: 0 15px 15px 0;
}

.isotope.no-padding .grid-item {
    padding: 0 !important;
}

.masonry.no-padding .masonry-item {
    padding: 0 !important;
}

.masonry .masonry-item img {
    width: 100%;
}

.masonry.column-2 .masonry-item {
    width: 50%;
    padding: 0 15px 15px 0;
}

.masonry.column-3 .masonry-item {
    width: 33.33333333%;
    padding: 0 15px 15px 0;
}

.masonry.column-4 .masonry-item {
    width: 25%;
    padding: 0 15px 15px 0;
}

.masonry.column-5 .masonry-item {
    width: 20%;
    padding: 0 15px 15px 0;
}

.isotope.colum-4 .portfolio-item .portfolio-overlay h4 {
    font-size: 1.142rem;
}

.isotope.column-4 .portfolio-item .portfolio-overlay h6 {
    display: none;
}

.isotope.column-5 .portfolio-item .portfolio-overlay h4 {
    font-size:  1.142rem;
}

.isotope.column-5 .portfolio-item .portfolio-overlay h6 {
    display: none;
}

.masonry.columns4 .portfolio-item .portfolio-overlay h4 {
    font-size:  1.142rem;
}
.masonry.columns4 .portfolio-item .portfolio-overlay h6 {
    display: none;
}
.masonry.column-5 .portfolio-item .portfolio-overlay h4 {
    font-size:  1.142rem;
}
.masonry.column-5 .portfolio-item .portfolio-overlay h6 {
    display: none;
}

/*---- portfolio  item ----*/
.portfolio-title {
    padding: 100px 60px 30px;
}
.portfolio-title span {
    display: block;
}
.portfolio-item {
    width: 100%;
    position: relative;
    overflow: hidden;
    color: #fff;
    width: 100%;
    border: 0;
    position: relative;
}
.portfolio-item img {
    width: 100%;
    -webkit-transition: -ms-transform 0.35s;
    -o-transform 0.35s;
    -moz-transform 0.35s;
    transition: transform 0.35s;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.portfolio-item .portfolio-overlay {
    width: 100%;
    background: #00ABC9;
    padding: 10px 0px;
    position: absolute;
    bottom: -82px;
    display: block;
    margin-top: 0;
    float: left;
    z-index: 9;
    text-align: left;
    padding-left: 20px;
    left: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.portfolio-item .portfolio-overlay h4 {
    font-weight: 600;
    margin-bottom: 5px;
}

.portfolio-item .portfolio-overlay a:hover {
    color: #323232;
}
.portfolio-item .portfolio-overlay span {
    font-weight: 400;
    font-size: 1rem;
}
.portfolio-item .portfolio-overlay span a {
    color: #ffffff;
}
.portfolio-item .portfolio-overlay span a:hover {
    color: #323232;
}
.portfolio-item a.popup {
    position: absolute;
    right: 20px;
    top: -20px;
    color: #fff;
    z-index: 9;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #626262;
    border-radius: 50%;
    margin-right: 10px;
    padding-left: 0px;
    text-align: center;
    line-height: 40px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.portfolio-item a.popup:hover {
    background: #00ABC9;
    color: #ffffff;
}
.portfolio-item:hover img {
    -webkit-transform: scale(1.20);
    -moz-transform: scale(1.20);
    -ms-transform: scale(1.20);
    -o-transform: scale(1.20);
    transform: scale(1.20);
}

.portfolio-item:hover a.popup {
    opacity: 1;
    top: 20px;
}

.portfolio-item:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: 115%;
    -webkit-transition: all 0.7s cubic-bezier(.68, .11, .13, .98);
    -moz-transition: all 0.7s cubic-bezier(.68, .11, .13, .98);
    transition: all 0.7s cubic-bezier(.68, .11, .13, .98);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.owl-carousel .owl-item .portfolio-item img {
    width: 100%;
}

.portfolio-item.only-popup {
    width: 100%;
    text-align: center;
}

.portfolio-item.only-popup a.popup {
    display: inline-block;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.portfolio-item:hover .portfolio-overlay {
    bottom: 0;
}

/* no-title */
.no-title .portfolio-item .portfolio-overlay {
    position: inherit;
    bottom: inherit;
    background: #f6f7f8;
}
.no-title .portfolio-item .portfolio-overlay a,
.no-title .portfolio-item .portfolio-overlay span {
    color: #323232;
}
.no-title .portfolio-item .portfolio-overlay a:hover {
    color: #00ABC9;
}

/*portfolio pupup*/
.mfp-bottom-bar {
    display: none;
}
.portfolio-home .isotope {
    margin-bottom: 0;
}

/*---- portfolio -filter ----*/
.isotope-filters {
   display: table;
   margin: 0 auto 50px;
   text-align: center;
}
.isotope-filters.text-left {
   display: block;
   margin: 30px 0;
   text-align: left;
}
.isotope-filters button {
   margin: 4px;
   cursor: pointer;
   padding: 6.5px 25px;
   font-size: 1.071rem;
   border-radius: 3px;
   background: transparent;
   color: #363636;
   font-weight: 500;
   border: 1px solid #ccc;
   text-transform: capitalize;
   transition: all 0.3s ease-in-out;
   -webkit-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   -webkit-transition: all 0.3s ease-in-out;
}

.isotope-filters button:focus {
   outline: none;
   outline-style: none;
   outline-offset: 0;
}

.isotope-filters button.active,
.isotope-filters button:hover {
   background: #00ABC9;
   color: #fff;
   border-color: #00ABC9;
}

.isotope-filters button+button {
   margin-left: 10px;
}

.isotope,
.masonry {
   margin: 0 -15px 0 0;
}

.isotope .grid-item img {
   width: 100%;
}

.isotope.columns-1 .grid-item {
   width: 100%;
   padding: 0 15px 15px 0;
}

.isotope.columns-2 .grid-item {
   width: 50%;
   padding: 0 15px 15px 0;
}

.isotope.columns-3 .grid-item {
   width: 33.33333333%;
   padding: 0 15px 15px 0;
}

.isotope.columns-4 .grid-item {
   width: 25%;
   padding: 0 15px 15px 0;
}

.isotope.columns-5 .grid-item {
   width: 20%;
   padding: 0 15px 15px 0;
}

.isotope.no-padding .grid-item {
   padding: 0 !important;
}
/*portfolio-meta*/
.portfolio-info{
  
}
.portfolio-meta ul {
    margin-bottom: 30px;
}

.portfolio-meta li {
    margin-bottom: 20px;
    font-size: 1.142rem;
}
.portfolio-meta li b {
    color: #00ABC9;
    width: 200px;
    font-weight: 400;
    width: 100px;
    display: inline-block;
}

.portfolio-meta li span {
    font-weight: normal;
}

.portfolio-info p {
    margin-bottom: 0px;
}
/*-----masonary start*/
.masonry.no-padding .masonry-item {
   padding: 0 !important;
}

.masonry .masonry-item img {
   width: 100%;
}

.masonry.columns-2 .masonry-item {
   width: 50%;
   padding: 0 15px 15px 0;
}

.masonry.columns-3 .masonry-item {
   width: 33.33333333%;
   padding: 0 15px 15px 0;
}

.masonry.columns-4 .masonry-item {
   width: 25%;
   padding: 0 15px 15px 0;
}

.masonry.columns-5 .masonry-item {
   width: 20%;
   padding: 0 15px 15px 0;
}

.isotope.columns-4 .portfolio-item .portfolio-overlay h4 {
   font-size: 1.142rem;
}

.isotope.columns-4 .portfolio-item .portfolio-overlay h6 {
   display: none;
}

.isotope.columns-5 .portfolio-item .portfolio-overlay h4 {
   font-size: 1.142rem;
}

.isotope.columns-5 .portfolio-item .portfolio-overlay h6 {
   display: none;
}

.masonry.columns-4 .portfolio-item .portfolio-overlay h4 {
   font-size: 1rem;
}

.masonry.columns-4 .portfolio-item .portfolio-overlay h6 {
   display: none;
}

.masonry.columns-5 .portfolio-item .portfolio-overlay h4 {
   font-size: 1.142rem;
   font-size: 1.142rem;
}

.masonry.columns-5 .portfolio-item .portfolio-overlay h6 {
   display: none;
}

/*---- portfolio-item-2 ----*/
.portfolio-item-2 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.portfolio-item-2:before {
    background: transparent;
}

.portfolio-item-2 .portfolio-hover {
    padding: 20px;
    position: absolute;
    z-index: 99;
    bottom: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.portfolio-item-2 .portfolio-hover .hover-name {
    position: absolute;
    bottom: -10px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.portfolio-item-2 .portfolio-hover .hover-name span {
    font-size: 1rem;
    color: #fff;
    display: block;
}

.portfolio-item-2 .portfolio-hover .hover-name a {
    font-size: 1.571rem;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin-top: 5px;
}

.portfolio-item-2 .portfolio-hover .hover-name a:hover {
    color: #00ABC9;
}

.portfolio-item-2 .portfolio-hover .hover-icon {
    position: absolute;
    bottom: -10px;
    right: 30px;
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}

.portfolio-item-2 .portfolio-hover .hover-icon a {
    color: #fff;
}

.portfolio-item-2 .portfolio-hover .hover-icon a:hover {
    color: #00ABC9;
}

.portfolio-item-2:hover .portfolio-hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.9);
}

.portfolio-item-2 img {
    opacity: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.portfolio-item-2:hover img {
    opacity: 0.1;
    -webkit-transform: scale(1.10);
    -moz-transform: scale(1.10);
    -ms-transform: scale(1.10);
    -o-transform: scale(1.10);
    transform: scale(1.10);
}

.portfolio-item-2:hover .portfolio-hover .hover-name {
    bottom: 30px;
}

.portfolio-item-2:hover .portfolio-hover .hover-icon {
    bottom: 40px;
}

.no-title .portfolio-item-2 {
    overflow: visible;
}

.no-title .portfolio-item-2 .portfolio-hover {
    position: inherit;
    border: inherit;
    opacity: 1;
    background: #f6f7f8;
    clear: both;
}

.no-title .portfolio-item-2:hover .portfolio-hover {
    bottom: inherit;
    background: inherit;
    background: #f6f7f8;
}

.no-title .portfolio-item-2 .portfolio-hover .hover-name {
    bottom: inherit;
    position: inherit;
    display: inline-block;
    clear: both;
}

.no-title .portfolio-item-2 .portfolio-hover .hover-icon {
    bottom: inherit;
    position: inherit;
    display: inline-block;
    float: right;
    padding-top: 20px;
    text-align: right;
}

.no-title .portfolio-item-2:hover .portfolio-hover .hover-name {
    bottom: inherit;
}

.no-title .portfolio-item-2:hover .portfolio-hover .hover-icon {
    bottom: inherit;
}

.no-title .portfolio-item-2:hover img {
    opacity: 1;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
}

.no-title .portfolio-item-2 .portfolio-hover .hover-icon a,
.no-title .portfolio-item-2 .portfolio-hover .hover-name span,
.no-title .portfolio-item-2 .portfolio-hover .hover-name a {
    color: #323232;
}

.no-title .portfolio-item-2 .portfolio-hover .hover-icon a:hover,
.no-title .portfolio-item-2 .portfolio-hover .hover-name a:hover {
    color: #00ABC9;
}


/*---- portfolio single page ----*/
.tags h5 {
    display: inline-block;
    padding-right: 20px;
}
.tags ul {
    display: inline-block;
}
.tags li {
    display: inline-block;
}
.tags li a {
    background: #f6f7f8;
    color: #323232;
    border-radius: 20px;
    padding: 8px 16px;
    line-height: 40px;
    font-size: 1rem;
    margin-right: 2px;
}
.tags li a:hover {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

/*---- portfolio-navigation ----*/
.portfolio-navigation {
    padding: 20px 0;
    border-bottom: 1px dashed #d0d0d0;
    border-top: 1px dashed #d0d0d0;
}
.portfolio-navigation a {
    color: #626262;
}
.portfolio-arrow {
    height: 74px;
    width: 40px;
    text-align: center;
    background: #f7f7f7;
    display: inline-block;
}
.portfolio-arrow i {
    text-align: center;
    font-size: 1.785rem;
    line-height: 75px;
}
.portfolio-photo {
    width: 124px;
    height: 77px;
    display: inline-block;
}
.portfolio-photo img {
    width: 100%;
}

/*------------ portfolio03 -----------*/
.portfolio03-about { 
  padding: 0 50px; 
}
.portfolio03-about p { 
  font-size: 1rem; 
  font-weight: 400; 
}

/*---- port-post ----*/
.portfolio-post {
    background: #f7f7f7;
    padding: 15px;
}
.portfolio-post-photo {
    width: 170px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.portfolio-post-photo img {
    width: 100%;
}

/*---- port-post-info ----*/
.portfolio-post-info {
    padding-left: 190px;
}
.portfolio-post-info h3 {
    display: inline-block;
    font-size: 1.714rem;
}
.portfolio-post-info span {
    color: #626262;
}
.portfolio-post-social strong {
    font-size: 1rem;
}
.portfolio-post-social a {
    color: #626262;
    margin-left: 8px;
    font-size: 1rem;
}
.portfolio-post-social a:hover {
    color: #00ABC9;
}
.portfolio-post-info p {
    margin-top: 10px;
}
.portfolio-singal .owl-carousel .owl-item img {
    width: 100%;
}
/*---- Portfolio dark ----*/
.bg-dark-theme .portfolio-info h3, .bg-dark-theme .portfolio-info h5{
  color: #fff;
}
.bg-dark-theme .portfolio-info .portfolio-meta ul li b{
  color: #fff;
}
.bg-dark-theme .portfolio-info .portfolio-meta ul li span{
  color: #ccc;
}
.bg-dark-theme .share .social strong, .bg-dark-theme .portfolio-meta ul li strong, .bg-dark-theme .portfolio-meta ul li{
  color: #fff;
}
.bg-dark-theme .share .social ul li i:hover{
  color: #fff;
}

/*-----------------------Portfolio end----------------------*/

/*------------------ heading start--------------------*/
/*---- common heading Style ----*/
.section-heading .heading { 
	margin-top: 0px; 
	position: relative;     
	line-height: 1;
} 
.section-heading .heading{ 
	font-weight:600;
} 
.section-heading p { 
	margin-bottom: 0px;
}
.section-heading .sub-heading { 
	letter-spacing: 1px; 
	font-weight: 300; 
	margin-bottom: 10px; 
	text-transform: uppercase;
    font-size: 1rem;
} 
.section-heading { 
	margin-bottom: 0px; 
	position: relative; 
}

/*----Common heading Style-1,2,3 ----*/
.section-heading.line .heading {
    padding-bottom: 10px;
}

/*----heading-1 ----*/
.section-heading.line.left .heading:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 1px;
    background: #00ABC9;
    content: "";
}

/*----heading-2 ----*/
.section-heading.line.center .heading:before {
    position: absolute;
    left: 50%;
	margin-left: -35px;
    bottom: 0;
    width: 80px;
    height: 1px;
    background: #00ABC9;
    content: "";
}

/*----heading-3 ----*/
.section-heading.line.right .heading:before {
    position: absolute;
    right: 0;
    left: inherit;
    margin-left: inherit;
    bottom: 0;
    width: 80px;
    height: 1px;
    background: #00ABC9;
    content: "";
}
.section-heading .heading.black:before{
     background: #363636 !important;
}
.section-heading .heading.white:before{
     background: #fff !important;
}

/*----heading-4 ----*/
.section-heading span.bg-theme {
    background: #00ABC9;
    color: #ffffff;
    padding: 0 15px;
}

/*---- heading style effect ----*/
.heading-effect {
    z-index: 99;
    position: relative;
    text-align: center;
    display: inline-block;
    transition: transform 0.5s, color 0.5s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.heading-effect::before {
    position: absolute;
    right: 30%;
    left: inherit;
    margin-left: inherit;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #00ABC9;
    content: "";
    transform: scale3d(1, 1, 1);
    transition: transform 0.5s;
    transition-timing-function: cubic-bezier(0.23, 0.73, 0.33, 0.81);
}
.section-heading:nth-child(odd) .heading-effect::before {
    background: #00ABC9;
}
section:hover .heading-effect::before,
section:focus .heading-effect::before,
.section:hover .heading-effect::before,
.section:focus .heading-effect::before {
    transform: scale3d(2.54, 1, 1);
    width: 35%;
    right: 30%;
}
section:hover .heading-effect:nth-child(even),
section:focus .heading-effect:nth-child(even),
.section:hover .heading-effect:nth-child(even),
.section:focus .heading-effect:nth-child(even){
    color: #00ABC9;
}
.title-box{
    background-color: #fff;
    display: block;
    letter-spacing: 4px;
    padding: 30px 15px;
    text-align: center;
    text-transform: uppercase;
    width: 420px;
}
.title-box-1{
    background-color: #00ABC9;
    display: block;
    font-family: "Oswald",sans-serif;
    font-size: 3.428px;
    letter-spacing: 4px;
    line-height: 68px;
    padding: 30px 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.section-heading-1 {
    top: 70vh;
}
/*--------------------- heading end ------------------*/

/*--------------------iconlist start ---------------*/
/*-------------- fontawesome -------------*/
  .icon-list-demo div {
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}
.icon-list-demo .col-lg-3 {
    margin-bottom: 0.5rem;
    color: #323232;
}
.icon-list-demo .col-lg-3:hover {
    background: #f7f7f7;
}
.icon-list-demo .col-lg-3:hover i{
    color: #00ABC9;
}
.icon-list-demo i {
    text-align: center;
    vertical-align: middle;
    font-size: 1.714rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 12px;
    color: rgba(49, 58, 70, 0.7);
    border-radius: 3px;
    display: inline-block;
    transition: all 0.2s;
}
/*---- themify icons */
.icons-list h3 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 1em 0;
}
.icon-section {
  clear: both;
  overflow: hidden;
}
.icon-section div { 
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
 }
.icon-container {
    float: left;
    position: relative;
    text-align: left;
}
.icon-container [class^="ti-"],
.icon-container [class*=" ti-"] {
    font-size: 1.214rem;
    color: #323232;
    position: absolute;
    transition: .3s;
    border: none;
    padding: 0;
    line-height: 50px;
}
.icon-container:hover [class^="ti-"],
.icon-container:hover [class*=" ti-"]{
  color: #00ABC9;
}
.icon-name {
    color: #323232;
    margin-left: 35px;
    transition: .3s;
}
/*------------------- iconlist ends ----------------------*/

/*------------------price start---------------------------*/
.price-table.boxed, .price-table.boxed.active{
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.10);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.price-table.boxed:hover, .price-table.boxed.active:hover{
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.14);
}

.price-top {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
    padding: 30px;
    border-top: 8px solid #1a1a1a;
    border-radius: 6px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.price-top:hover{
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
}
.price-prize h2 span {
    font-size: 1.285rem;
}

.price-prize {
    margin: 30px 0;
}

.price-content {
    width: 70%;
    margin: 40px auto 0;
}

.price-content .price-table-list ul li {
    line-height: 56px;
    font-weight: 600;
}

.price-content .price-table-list ul li i {
    width: 25px;
    display: inline-block;
    color: #00ABC9;
}

.price-content .price-table-list ul li i.fa-times {
    color: red;
}

.price-content .price-table-list ul li span {
    margin-top: 16px;
    text-align: center;
    font-size: 1rem;
    line-height: 24px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.09);
    width: 24px;
    height: 24px;
    background: transparent;
    border-radius: 50%;
}

.price-content .price-table-list ul li span i {
    padding-right: 0;
}

.price-table.active {
    margin-top: -7px;
}

.price-table.active .price-top {
    border-top: 16px solid #00ABC9;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
    padding-bottom: 30px;
}

.price-table.active .price-top a.button {
    padding: 12px 60px;
    font-size: 1.428rem;
}

.price-table.active .price-prize {
    margin: 30px 0 20px;
}

/*style-2*/
.price-table.boxed {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
    padding: 30px;
    border-top: 8px solid #1a1a1a;
    border-radius: 6px;
}

.price-table.boxed .price-top {
    box-shadow: none;
    border: 0;
    padding: inherit;
    border-radius: inherit;
    padding: 0;
}

.price-table.boxed .price-content {
    width: inherit;
    margin: 0;
    margin-top: 20px;
}

.price-table.active.boxed {
    border-top: 16px solid #00ABC9;
	border-bottom: 16px solid #00ABC9;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}


/*price simple*/

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 0;
}

.price:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}

.price .header {
    background-color: #111;
    color: #ffffff;
    font-size: 1.785rem;
}

.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

.price .grey {
    background-color: #eee;
    font-size: 1.428rem;
}

.price.active .header {
    background: #00ABC9;
}


/*membership-price*/

.membership-price-table {
    width: 100%;
}

.membership-price-table table {
    width: 100%;
}

.membership-price-table table .icon-no,
.membership-price-table table .icon-yes {
    font-size: 1.571rem;
}

.membership-price-table table .icon-no {
    color: #a93717;
}

.membership-price-table table .icon-yes {
    color: #209e61;
}

.membership-price-table table .plan-header {
    text-align: center;
    font-size:3.428rem;
    border: 1px solid #e2e2e2;
    padding: 25px 0;
}

.membership-price-table table .plan-header-free {
    background-color: #eee;
    color: #555;
}

.membership-price-table table .plan-header-blue {
    color: #fff;
    background-color: #111;
    border-color: #000;
}

.membership-price-table table .plan-header-standard {
    color: #fff;
    background-color: #00ABC9;
    border-color: #00ABC9;
}

.membership-price-table table td {
    text-align: center;
    width: 15%;
    padding: 7px 10px;
    background-color: #fafafa;
    font-size: 1rem;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
}

.membership-price-table table,
.membership-price-table table td {
    border: 1px solid #ebebeb;
}

.membership-price-table table tr td:first-child {
    background-color: transparent;
    text-align: right;
    width: 14%;
}

.membership-price-table table tr td:nth-child(5) {
    background-color: #FFF;
}

.membership-price-table table tr:first-child td,
.membership-price-table table tr:nth-child(2) td {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.membership-price-table table tr:first-child th:first-child {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: #e2e2e2;
}

.membership-price-table table tr:first-child th .price-plan-name {
    font-size: 1.571rem;
}

.membership-price-table table tr:first-child th .price-plan-price {
    line-height: 35px;
}

.membership-price-table table tr:first-child th .price-plan-price>sup {
    font-size: 45%;
}

.membership-price-table table tr:first-child th .price-plan-price>i {
    font-size: 30%;
}

.membership-price-table table tr:first-child th .price-plan-period {
    margin-top: 10px;
    font-size: 25%;
}

.membership-price-table table .header-plan-inner {
    position: relative;
}

.membership-price-table table .recommended-plan-ribbon {
    box-sizing: content-box;
    background-color: #ffffff;
    color: #00ABC9;
    position: absolute;
    padding: 3px 6px;
    font-size: 0.785rem !important;
    font-weight: 500;
    left: -6px;
    top: -22px;
    z-index: 99;
    width: 100%;
    -webkit-box-shadow: 0 -1px #c2284c inset;
    box-shadow: 0 -1px #ffffff inset;
    text-shadow: 0 -1px #ffffff;
}

.membership-price-table table .recommended-plan-ribbon:before {
    border: solid;
    border-color: #ffffff transparent;
    border-width: 6px 0 0 6px;
    bottom: -5px;
    content: "";
    left: 0;
    position: absolute;
    z-index: 90;
}

.membership-price-table table .recommended-plan-ribbon:after {
    border: solid;
    border-color: #ffffff transparent;
    border-width: 6px 6px 0 0;
    bottom: -5px;
    content: "";
    right: 0;
    position: absolute;
    z-index: 90;
}

.membership-price-table table .plan-head {
    box-sizing: content-box;
    background-color: #ff9c00;
    border: 1px solid #cf7300;
    position: absolute;
    top: -33px;
    left: -1px;
    height: 30px;
    width: 100%;
    border-bottom: none;
}

.membership-price-table table td i.fa-times-circle-o {
    color: red;
}
/*------------------price end-----------------------------*/

/*----------------------process-steps start----------------------*/
.process-step p {
    margin-top: 10px;
}
.process-row {
    display: table-row;
}
.process {
    display: table;
    width: 100%;
    position: relative;
}
.process-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.process-row:before {
    top: 45px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
}
.process-step {
    display: table-cell;
    text-align: center;
    position: relative;
    padding: 20px 0px;
}
.btn-circle {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 6px 0;
    font-size: 0.857rem;
    line-height: 1.428571429;
    border-radius: 3px;
}
.process-row-1:before {
    top:  76px;
}
.btn-circle-1 {
    width: 100px;
    height: 100px;
    font-size: 2.142px;
}
/*----------------------process-steps end----------------------*/

/*----------------------process-bar start----------------------*/
.skill {
    position: relative;
    width: 100%;
    height: 7px;
    margin: 40px 0 20px 0;
    background-color: #eceff8;
    border-radius: 4px;
}
.skill:not(:first-child) {
    margin-top: 64px;
}
.skill-bar {
    position: relative;
    height: 100%;
    border-radius: 4px;
    padding: 0px;
    background: #00ABC9;
    box-shadow: none;
    transition: width .9s ease;
    -webkit-transition: width .9s ease;
    -o-transition: width .9s ease;
    -ms-transition: width .9s ease;
    -moz-transition: width .9s ease;
}
.progress-bar {
    position: relative;
    height: 100%;
    border-radius: 4px;
    padding: 0px;
    background-color: #00ABC9;
    box-shadow: none;
}
.skill-title {
    color: #353535;
    font-size: 1.285rem;
    font-weight: 500;
    position: absolute;
    text-align: left;
    margin-left: 0;
    margin-top: -28px;
}
.skill-title > i {
    margin-right: 8px;
}
.skill-bar .progress-number,
.skill-bar .progress-type {
    color: #353535;
    float: right;
    margin-top: -18px;
    position: absolute;
    right: 0;
    top: -10px;
    font-size: 1.0705rem;
    font-weight: 600;
}
.skill-bar .progress-number {
    right: 14px;
}

/* Dark Background */
.text-white .skill {
    background: rgba(255, 255, 255, 0.25);
}
.text-white .skill-title {
    color: #ffffff;
}
.text-white .skill-bar .progress-number,
.text-white .skill-bar .progress-type {
    color: #ffffff;
}
.bg-theme .skill-bar,
.services-text-box-blue .skill-bar {
    background: #ffffff
}
/* big Skills */
.skill.skill-big {
    height: 12px;
}

/* Medium Skills */
.skill.skill-medium {
    height: 8px;
}
/* Small Skills */
.skill.skill-small {
    height: 3px;
}
/* Dark Skills */
.skill.skill-dark .skill-bar {
    background: #353535;
}
/*----------------------process-bar end----------------------*/

/*----------------------sidebar start-----------------------*/
.sidebar p {
    margin-bottom: 0px;
}

/*.widget-search */
.widget-search {
    position: relative;
}
.widget-search input {
    padding-right: 30px;
    color: #353535;
    box-shadow: none;
    background: #f6f7f8;
}
.widget-search i {
    position: absolute;
    right: 0px;
    padding: 16px 22px;
    font-size: 1rem;
    color: #626262;
    cursor: pointer;
}
.widget-search input:focus {
    border-color: #00ABC9;
}

/*Recent Posts*/
.sidebar .recent-post {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.sidebar .recent-post .recent-post-image {
    float: left;
    margin-right: 15px;
}
.sidebar .recent-post .recent-post-image img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.sidebar .recent-post .recent-post-info {
    overflow: hidden;
}
.sidebar .recent-post .recent-post-info a {
    display: block;
    margin-bottom: 5px;
    color: #323232;
}
.sidebar .recent-post .recent-post-info a:hover {
    color: #00ABC9;
}
.sidebar .recent-post .recent-post-info span {
    color: #00ABC9;
    font-style: italic;
    font-size: 1rem;
}
.sidebar .recent-post .recent-post-info span i {
    padding-right: 10px;
}
.sidebar .recent-post:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

/*widget-archives*/
.sidebar .widget-categories li {
    display: block;
    margin-bottom: 6px;
}
.sidebar .widget-categories li a {
    font-size: 1rem;
    color: #626262;
    line-height: 32px;
    display: block;
}
.sidebar .widget-categories li i {
    font-size: 1.142rem;
    line-height: 17px;
    padding-left: 2px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
}
.sidebar .widget-categories li a:hover {
    color: #00ABC9;
}
.sidebar .widget-categories li a:hover i {
    border-color: #00ABC9;
    color: #00ABC9;
}

/*widget-link*/
.sidebar .widget-link li {
    display: block;
    margin-bottom: 6px;
}
.sidebar .widget-link li a {
    font-size: 0.875rem;
    color: #626262;
    line-height: 32px;
    display: block;
}
.sidebar .widget-link li i {
    font-size: 1.142rem;
    line-height: 17px;
    padding-left: 2px;
    margin-right: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
}
.sidebar .widget-link li a:hover {
    color: #00ABC9;
}

/*tags*/
.sidebar .widget-tags li {
    display: inline-block;
}
.sidebar .widget-tags li a {
    background: #f6f7f8;
    color: #323232;
    border-radius: 3px;
    padding: 8px 16px;
    line-height: 40px;
    font-size: 0.8rem;
    margin-right: 2px;
}
.sidebar .widget-tags li a:hover {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

/*widget-testimonial*/
.sidebar .testimonial-widget .testimonial-content {
    background: #f6f7f8;
    padding: 20px;
    font-style: italic;
    border-radius: 5px;
    position: relative;
}
.sidebar .testimonial-widget .testimonial-content:before {
    position: absolute;
    content: "";
    bottom: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7.5px 0 7.5px;
    border-color: #f6f7f8 transparent transparent transparent;
}
.sidebar .testimonial-widget .testimonial-info .testimonial-avtar {
    display: table-cell;
    padding-right: 20px;
}
.sidebar .testimonial-widget .testimonial-info .testimonial-avtar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.sidebar .testimonial-widget .testimonial-info .testimonial-name {
    display: table-cell;
    vertical-align: top;
}
.sidebar .testimonial-widget .testimonial-info .testimonial-name span {
    display: block;
    font-style: italic;
    font-size: 1rem;
}
.sidebar .testimonial-widget .testimonial-info:before {
    display: none;
}

/*widget-gallery*/
.sidebar .widget-gallery ul li {
    float: left;
    width: 58px;
    margin: 2px;
    list-style: none;
}

/*widget-newsletter*/
.sidebar .widget-newsletter {
    background: #f6f7f8;
    padding: 30px;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
.sidebar .widget-newsletter .newsletter-icon {
    position: absolute;
    right: 0;
    top: -16px;
}
.sidebar .widget-newsletter .newsletter-icon i {
    font-size: 7.142rem;
    z-index: 0;
    color: rgba(0, 0, 0, 0.05);
}
.sidebar .widget-newsletter .form-control {
    background: #ffffff;
    box-shadow: none;
}

/*widget-clients*/
.sidebar .widget-clients .item {
    background: #f6f7f8;
    padding: 30px 30px;
}

/*sidebars-wrap*/
.sidebar .recent-item {
    margin-bottom: 20px;
}
.sidebar .recent-item .recent-image {
    display: table-cell;
    padding-right: 10px;
    width: 50px;
    float: left;
}
.sidebar .recent-item .recent-info {
    display: table-cell;
    vertical-align: top;
}
.sidebar .recent-item .recent-title a {
    color: #353535;
    font-weight: bold;
}
.sidebar .recent-item .recent-title a:hover {
    color: #00ABC9;
}
.sidebar .recent-item .recent-meta li {
    display: inline-block;
    color: #353535;
}
/*----------------------sidebar start-----------------------*/

/*---------------------- Shop Style start ------------------------*/
.shop-grid .shorter {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    width: 100%;
    text-transform: capitalize;
    color: #333;
    padding: 20px 0;
}
.shop-grid .shorter span {
    vertical-align: middle;
}
.shop-grid .shorter .nice-select{
    float: right;
    display: block;
    border-radius: 0px;
}
.shop-grid .accordion-3 .tab-content ul{
    list-style: none;
}
.shop-grid .accordion-3 .tab-content ul li{
    padding: 5px 5px;
}
.shop-grid .accordion-3 .tab-content ul li:hover{
    background-color: #F7F7F7;  
}
.shop-grid .accordion-3 .tab-wrapper.v1 .item .tab-btn a{
    padding: 5px;
}
.accordion-3 .tab-wrapper.v1 .item .tab-btn a:hover{
    background-color: #F7F7F7;
}
.shop-grid .widget-tags li {
    display: inline-block;
}
.shop-grid .widget-tags li a {
    background: #f6f7f8;
    color: #323232;
    border-radius: 3px;
    padding: 8px 16px;
    line-height: 40px;
    font-size: 0.8rem;
    margin-right: 2px;
}
.shop-grid .widget-tags li a:hover{
    color: #fff;
    background-color: #00ABC9;
}
.shop-grid .product-box {
    margin-top: 0px;
}
.shop-grid .product-image {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.shop-grid .product-image > a, .product-image .slide a, .product-image img {
    display: block;
    width: 100%;
    height: 100%;
}
.shop-grid .sale-flash {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 6px 10px;
    background-color: #fa4248;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-radius: 2px;
    z-index: 5;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .product-overlay {
    -webkit-transition: bottom .3s ease-in-out;
    -o-transition: bottom .3s ease-in-out;
    transition: bottom .3s ease-in-out;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .product-overlay a {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.product-box:hover .product-overlay {
    bottom: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.shop-grid .product-overlay {
    position: absolute;
    width: 100%;
    height: 44px;
    line-height: 44px;
    top: auto;
    bottom: -44px;
    left: 0;
    z-index: 6;
    overflow: hidden;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.product-overlay a {
    display: block;
    float: left;
    width: 50%;
    font-size: 13px;
    color: #333;
    background-color: #F5F5F5;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.1);
    
}
.product-overlay a:hover {
    background-color: #00ABC9;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-decoration: none;
}
.product-descb {
    padding: 15px 10px;
    font-size: 1em;
}
.shop-grid .product-title {
    clear: both;
    display: inline-block;
    width: 100%;
}
.product-price {
    font-size: 1.2857142857142858em;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
}
.product-title h4 a, .single-product .product-title h2 a {
    color: #333;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .product-image > a {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.product-image > a, .product-image .slide a, .product-image img {
    display: block;
    width: 100%;
    height: 100%;
}
.shop-pages .product-title {
    clear: both;
    display: inline-block;
    width: 100%;
}
.shop-pages .product-title p {
    margin-bottom: 10px;
}
.shop-pages .product-title > h2 {
    float: left;
    margin-top: 0px;
}
.shop-pages .product-title .pagination-next-prev {
    float: right;
    margin-top: -15px;
}
.shop-pages .pagination-next-prev {
    border: 1px solid #333;
    border-radius: 3em;
    color: #333;
    display: inline-block;
    height: 35px;
    line-height: 32px;
    text-align: center;
    width: 35px;
}
.shop-pages .product-price-review {
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    margin: 15px 0;
}
.shop-pages .product-price-review .font-semibold {
    display: inline-block;
    font-size: 1.2857142857142858em;
    margin-right: 15px;
    vertical-align: middle;
}
.shop-pages .product-price-review .rating {
    display: inline-block;
    vertical-align: middle;
}
.shop-pages .rating span.star::before {
    color: #eabe12;
    content: "\f006";
    font-family: FontAwesome;
}
.shop-pages .rating span.star.active::before, .rating.add-rating span.star:hover::before, .rating span.star:hover span.star::before {
    color: #eabe12;
    content: "\f005";
    font-family: FontAwesome;
}
.shop-pages .product-description > p {
    line-height: 2;
}
.shop-pages .qty-add-wish-btn {
    margin: 35px 0;
}
.shop-pages .qty-add-wish-btn .quantity {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
}
.shop-pages .quantity .qty {
    border: 2px solid #f1f1f1;
    float: left;
    font-weight: 700;
    height: 60px;
    text-align: center;
    width: 40px;
}
.shop-pages .quantity .minus, .shop-pages .quantity .plus {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    display: table;
    font-size: 1.2857142857142858em;
    font-weight: 700;
    border-style: solid;
    border-color: #f1f1f1;
    width: 30px;
    height: 30px;
}
.shop-pages .qty-add-wish-btn .quantity {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
}
.shop-pages .quantity .plus {
    border-width: 0 2px 2px 0;
}
.shop-pages .social-media {
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    display: inline-block;
    margin: 18px 0 0;
    padding: 25px 0;
    width: 100%;
}
.shop-pages .social-media .social-icons {
    display: inline-block;
    float: right;
    text-align: right;
    vertical-align: middle;
}
.shop-pages .social-icons li {
    display: inline-block;
    font-size: 1.1428571428571428em;
    margin: 0 10px;
}
.shop-grid .product-content .product-description ul li{
   margin: 10px 0;
}

table.table.cart {
    border: 1px solid #ebebeb;
}
.cart thead {
    background-color: #ebebeb;
}
.cart thead tr th, .cart tbody tr td {
    padding: 20px;
    vertical-align: middle;
}
.cart thead tr th {
    text-transform: uppercase;
}
.cart .quantity .qty {
    border: 2px solid #f1f1f1;
    float: left;
    font-weight: 700;
    height: 60px;
    text-align: center;
    width: 40px;
}
.cart .quantity .minus, .cart .quantity .plus {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    display: table;
    font-size: 1.2857142857142858em;
    font-weight: 700;
    border-style: solid;
    border-color: #f1f1f1;
    width: 30px;
    height: 30px;
}
.cart .quantity .minus, .cart .quantity .plus {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    display: table;
    font-size: 1.2857142857142858em;
    font-weight: 700;
    border-style: solid;
    border-color: #f1f1f1;
    width: 30px;
    height: 30px;
}
.cart tr td.cart-product-name a {
    color: #000;
}
.cart tr td.cart-product-name a:hover {
    color: #00ABC9;
}
.cart thead tr th.cart-product-quantity{
    min-width: 120px;
}
.cart_item.coupon-check {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 15px;
}
.cart thead tr.cart_totle th, .cart tbody tr.cart_totle td {
    padding: 15px;
    vertical-align: middle;
    border-color: #ebebeb;
}
.cart tbody tr.cart_totle td:first-child {
    background-color: #f8f8f8;
}
.shop-pages .shop-form .contact-form .form-field{
    width: 100%;
}
.payments-options ul li {
    line-height: 54px;
    text-align: left;
    margin: 0;
    font-weight: normal;
    font-size: 1em;
}
.payments-options ul li input {
    margin: 0 1em 0 0;
}

/*---------------------- Shop Style End ------------------------*/

/*-------------------- list-style start---------------*/
ul.list {
    padding: 0;
    margin: 0;
}
ul.list li {
    margin: 5px 0;
    padding-left: 24px;
    position: relative;
    line-height: 28px;
}
ul.list i {
    position: absolute;
    left: 0;
    top: 5px;
}
ul.list.theme-color li i {
    color: #00ABC9;
}
ul.list.theme-color li {
    color: #333333;
}
ul.list li:after {
    content: "";
    font-family: 'FontAwesome';
    position: absolute;
    color: #00ABC9;
    left: 0;
    top: 0;
}

/* Ul List Mark */
ul.list-mark {
    padding: 0;
    margin: 0;
}
ul.list-mark li {
    list-style-type: none;
    padding-left: 25px;
    position: relative;
}
ul.list-mark li:after {
    content: "\f00c";
}

/* Ul List Arrow */
ul.list-arrow {
    padding: 0;
    margin: 0;
}
ul.list-arrow li {
    list-style-type: none;
    padding-left: 25px;
    position: relative;
}
ul.list-arrow li:after {
    content: "\f105";
    font-size: 1.285rem;
}

/* Ul List Hand */
ul.list-hand {
    padding: 0;
    margin: 0;
}
ul.list-hand li {
    list-style-type: none;
    padding-left: 25px;
    position: relative;
}
ul.list-hand li:after {
    content: "\f0a4";
}

/* Ul List Edit */
ul.list-edit {
    padding: 0;
    margin: 0;
}
ul.list-edit li {
    list-style-type: none;
    padding-left: 25px;
    position: relative;
}
ul.list-edit li:after {
    content: "\f040";
}

/*---------------- tab start ------------------------*/

/*tab 1*/
.tab .nav.nav-tabs {
    border: none;
    margin-bottom: 20px;
}
.tab .nav.nav-tabs li {
    margin-bottom: 0px;
    float: none;
    display: inline-block;
}

.tab .nav.nav-tabs li a {
    border: none;
    line-height: normal;
    border-radius: 0px;
    padding: 12px 30px;
    background: #f6f7f8;
    color: #353535;
    border: 1px solid #eeeeee;
}
.tab .nav.nav-tabs li a i {
    padding-right: 5px;
}
.tab .nav.nav-tabs > li > a.active,
.nav.nav-tabs > li > a.active:focus,
.nav.nav-tabs > li > a.active:hover {
    background: #00ABC9;
    color: #fff;
    border-color: transparent;
}

/*nav-border*/
.nav-border .nav.nav-tabs li a {
    margin-right: 0;
    border: 1px solid #eeeeee;
    background: transparent;
}

.tab .nav .nav-tabs .shadow> li > a.active,
.shadow .nav.nav-tabs .shadow> li > a.active:focus,
.shadow .nav.nav-tabs .shadow> li > a.active:hover {
    background: #00ABC9;
    color: #fff;
    border-color: transparent;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

/*tab-border*/
.tab-border .nav.nav-tabs {
    margin-bottom: 0;
}

.tab-border .tab-content {
    padding: 20px;
    border: 1px solid #eeeeee;
    margin-top: -1px;
}
.tab-border .nav.nav-tabs > li > a.active,
.tab-border .nav.nav-tabs > li > a.active:focus,
.tab-border .nav.nav-tabs > li > a.active:hover {
    color: #00ABC9;
    background: #ffffff !important;
    border-color: #eeeeee;
    border-bottom: 1px solid #ffffff;
}

/*nav-center*/
.nav-center .nav.nav-tabs {
    text-align: center;
    display: block;
}
.nav-right .nav.nav-tabs {
    text-align: right;
    display: block;
}
.nav-right .tab-content {
    text-align: right;
}

/*round*/
.round .nav.nav-tabs li a {
    border: none;
    line-height: normal;
    margin-right: 10px;
    border-radius: 90px;
    padding: 12px 30px;
    background: #f6f7f8;
    color: #353535;
}

/*shadow*/
.shadow .nav.nav-tabs > li > a.active,
.shadow .nav.nav-tabs > li > a.active:focus,
.shadow .nav.nav-tabs > li > a.active:hover {
    color: #00ABC9;
    background: #ffffff !important;
    border-color: #eeeeee;
    border-bottom: 0;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.nav-link.active.show :active,
.nav-link :focus,
.nav-link > .active.show:hover {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

/*tab-vertical*/
.tab-vertical .nav-tabs {
    float: left;
    width: 25%;
}
.tab-vertical .nav.nav-tabs li {
    display: block;
    width: 100%;
}
.tab-vertical .nav.nav-tabs li a {
    border-right: 0;
    border-top: 0;
    padding: 14px 30px;
}
.tab-vertical .nav.nav-tabs li:first-child a {
    border-top: 1px solid #eeeeee;
}
.tab-vertical .tab-content {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    padding: 40px 30px;
    margin-left: 25%;
    line-height: 30px;
    margin-top: 0;
}
.tab-vertical .tab-content p {
    line-height: 30px;
}

.tab-vertical .nav.nav-tabs > li > a.active,
.tab-vertical .nav.nav-tabs > li > a.active:focus,
.tab-vertical .nav.nav-tabs > li > a.active:hover {
    border-bottom: 1px solid #eeeeee;
}

/*vertical-right*/
.vertical-right .nav-tabs {
    float: right;
}
.vertical-right .nav.nav-tabs li a {
    border-right: 1px solid #eeeeee;
    border-left: 0;
}
.vertical-right .tab-content {
    margin-right: 24.8%;
    margin-left: inherit;
    text-align: right;
}

/* dropdown */

.tab-dropdown .tab-content {
    margin-top: 30px;
}
.nav-pills>li>a.active,
.nav-pills>li>a.active:focus,
.nav-pills>li>a.active:hover {
    background: #00ABC9;
    color: #ffffff;
}

/* nav border top */
.tab.nav-bt .nav li a {
    margin-right: 0px !important;
    border-bottom: 2px solid #f6f7f8;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.tab.nav-bt .nav.nav-tabs > li> a.active {
    background: #f6f7f8;
    border-color: transparent;
    color: #353535;
    border-bottom: 2px solid #00ABC9;
}


/* nav border left */
.tab.nav-bl .nav li a {
    margin-right: 0px !important;
}
.tab.nav-bl .nav.nav-tabs > li > a {
    border-left: 4px solid transparent;
    border-right: none;
    border-bottom: none;
    border-top: none;
}
.tab.nav-bl .nav.nav-tabs > li > a.active {
    background: #f6f7f8;
    border-color: transparent;
    color: #353535;
    border-left: 4px solid #00ABC9;
    border-bottom: none !important;
}

/* nav border right */
.tab.nav-br .nav li a {
    margin-right: 0px !important;
}
.tab.nav-br .nav.nav-tabs > li > a {
    border-right: 4px solid transparent;
    border-left: none;
    border-bottom: none;
    border-top: none;
}
.tab.nav-br .nav.nav-tabs > li > a.active {
    background: #f6f7f8;
    border-color: transparent;
    color: #353535;
    border-right: 4px solid #00ABC9;
    border-bottom: none !important;
}

/*--------------------- team start ------------------------*/
.team {
    text-align: center;
    overflow: hidden;
}

.team .team-description {
    padding: 20px 20px 10px;
}

.team .team-info h5 ,
.team .team-info .team-name {
    text-transform: uppercase;
    line-height: 24px;
}

.team .team-info span {
    font-size: 1rem;
    text-transform: capitalize;
}

.team .social-icons {
    text-align: center;
    display: inline-block;
    margin-top: 10px;
}
.team .team-contact span {
    display: block;
    font-size: 1rem;
    display: block;
    margin-bottom: 10px;
}
.team .team-contact span.call {
    font-size: 1.428rem;
    line-height: 28px;
    font-weight: 600;
    margin: 10px 0;
    color: #00ABC9;
}
.team .team-contact span i {
    padding-right: 5px;
}

/*team-hover*/
.team.team-hover .social-icons {
    position: absolute;
    top: 0;
    left: 10px;
    opacity: 0;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
}

.team.team-hover .social-icons ul {
    display: block;
}

.team.team-hover .social-icons li {
    display: block;
    float: none;
    clear: both;
}

.team.team-hover .social-icons li a {
    margin: 3px 0;
    border-radius: 50%;
}

.team.team-hover:hover .social-icons {
    opacity: 1;
    left: 40px;
}


/*team-hover*/

.team.team-hover-2 .social-icons {
    position: absolute;
    top: 0%;
    right: 0;
    left: 0px;
    opacity: 0;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
}

.team.team-hover-2 .social-icons ul {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.team.team-hover-2 .social-icons li {
    display: inline-block;
    float: none;
    clear: both;
}

.team.team-hover-2 .social-icons li a {
    margin: 3px 0;
    background: #fff;
    color: #323232;
}

.team.team-hover-2:hover .social-icons {
    opacity: 1;
    top: 10%;
}

.team.team-hover-2 .team-photo {
    position: relative;
}

.team.team-hover-2 .team-photo::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.7s cubic-bezier(.68, .11, .13, .98);
    -moz-transition: all 0.7s cubic-bezier(.68, .11, .13, .98);
    transition: all 0.6s cubic-bezier(.68, .11, .13, .98)
}

.team.team-hover-2:hover .team-photo::before {
    background: rgba(42, 194, 230, 0.5);
}

/*team border*/
.team-border .team-description {
    border: 1px solid #eeeeee;
}

/*team bg*/
.bg-team .team-description {
    background: #f6f7f8;
}

/*team bg*/
.team-dark .team-description {
    background: #323232;
}
.team-dark .team-info h5,
.team-dark .team-contact span,
.team-dark .team-info span,
.team-dark .social-icons li a {
    color: #fff;
}

/*team shadow*/
.team-shadow {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 1.7s;
    -moz-transition: all 1.7s;
    transition: all 1.6s;
}
.team-shadow:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}

/*team round*/
.team-round .team-photo img {
    border-radius: 50%;
}

/*team round*/
.team-round-shadow .team-photo img {
    border-radius: 50%;
    width: 90%;
    border: 3px solid #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
    margin-top: 15px;
    -webkit-transition: all 1.7s;
    -moz-transition: all 1.7s;
    transition: all 1.6s;
}
.team-round-shadow:hover .team-photo img {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}

/*team round small*/
.team-round-small .team-photo img {
    border-radius: 50%;
    width: 50%;
}

/*team round small shadow*/
.team-round-small-shadow .team-photo img {
    border-radius: 50%;
    border: 3px solid #fff;
    width: 50%;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.10);
    margin-top: 15px;
}

/*team full border*/
.team-round.full-border {
    padding: 10px;
    border: 1px solid #eeeeee;
}
.team-round.full-border .team-contact span.call {
    font-size: 1.142rem;
    line-height: 22px;
    font-weight: normal;
    color: #363636;
}

.team-round.full-border .team-contact span.email {
    font-size: 1.214rem;
    color: #00ABC9;
}

.team-round.full-border .team-description {
    padding-bottom: 0;
}


/*team list*/

.team.team-list {
    clear: both;
}

.team.team-list h5 {
    font-size: 1.857rem;
}

.team.team-list .team-info span {
    font-size: 1.285rem;
}

.team.team-list .team-photo {
    float: left;
    width: 40%;
}

.team.team-list .team-description {
    position: relative;
    overflow: hidden;
    text-align: left;
}

.team.team-list .team-description {
    padding-top: 0;
}

.team.team-list.team-hover .social-icons {
    opacity: 1;
    left: inherit;
    top: inherit;
    margin-top: 15px;
}

.team.team-list.team-hover .social-icons li {
    float: left;
}

.team.team-list.team-hover .team-description {
    padding: 30px 20px 50px;
}


/*team-overlay*/

.team.team-overlay {
    position: relative;
}

.team.team-overlay .team-description {
    width: 100%;
    padding: 10px 0px;
    position: absolute;
    bottom: 10px;
    display: block;
    margin-top: 0;
    float: left;
    z-index: 9;
    left: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.team.team-overlay .team-description span {
    display: block;
}

.team.team-overlay:before {
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
    top: auto;
    height: 75%;
    transition: all .35s;
}

.team.team-overlay img {
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.team.team-overlay:hover img {
    -webkit-transform: scale(1.20);
    -moz-transform: scale(1.20);
    -ms-transform: scale(1.20);
    -o-transform: scale(1.20);
    transform: scale(1.20);
}

.team.team-overlay.team-hover .social-icons,
.team.team-overlay.team-hover .team-contact {
    display: none;
}
/*--------------------- team end --------------------------*/

/*-------------------------testimonials start----------------------*/
.testimonials {
    position: relative;
    background: #f9f9f9;
    padding: 85px 50px 45px 70px;
    margin: 0 0px 4px 0;
    margin-top: 45px;
    color: #898989;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}
.testimonials-avatar {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: -45px;
    width: 100px;
    height: 100px;
}
.testimonials-avatar img {
    border: 0px solid #00ABC9;
    max-width: 100%;
    border-radius: 50%;
}
.testimonials-info {
    position: relative;
}
.testimonials-info:before {
    position: absolute;
    top: -15px;
    left: -35px;
    color: #00ABC9;
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 7.142rem;
}
.author-info {
    font-size: 1.142rem;
    color: #323232;
    text-transform: uppercase;
    margin-top: 20px;
    position: relative;
}
.author-info strong {
    font-weight: 500;
}
.author-info span {
    font-weight: normal;
    color: #00ABC9;
    text-transform: none;
}
.bg-theme .author-info {
  color: #fff;
}
/* Light */
.testimonials.light {
    background: #fff;
}

/* Text White */
.text-white .testimonials,
.testimonials.text-white {
    color: #fff;
}
.text-white .testimonials .author-info {
    color: #fff;
}

/* Clean */
.testimonials.clean {
    background: none;
    box-shadow: none;
    padding-bottom: 0;
    padding: 0 50px 25px 70px;
    margin-top: 0;
}
.testimonials.clean .testimonials-avatar {
    position: relative;
    top: 0;
    margin-bottom: 20px;
}
.testimonials.clean .testimonials-avatar {
    margin-left: -65px;
}
.testimonials.text-white.clean .author-info {
    color: #00ABC9;
}
.bg-theme .testimonials.clean {
    padding-bottom: 10px;
    margin-bottom: 0;
}
.bg-theme .testimonials.clean .author-info {
    color: #323232;
}
.bg-theme .testimonials.clean .testimonials-avatar img {
    border-color: #ffffff;
}
.testimonials.text-white.clean .testimonials-info:before,
.testimonials.text-white.clean .author-info span {
    color: #ffffff;
}
.testimonials.text-white.clean .author-info:before {
    background: #ffffff;
}

/* Left Position */
.testimonials.left_pos {
    margin-left: 40px;
    padding: 60px 40px 40px 100px;
    text-align: left;
}
.testimonials.left_pos .testimonials-avatar {
    left: 0;
    margin-top: -50px;
    top: 50%;
}
.testimonials.left_pos .author-info:before {
    margin-left: 0;
    left: 0;
}

/* Bottom Position */
.testimonials.bottom_pos {
    padding: 60px 40px 40px 60px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 70px;
}
.testimonials.bottom_pos .testimonials-avatar {
    bottom: -50px;
    top: inherit;
    left: 0px;
    margin-left: 50px;
}
.testimonials.bottom_pos .author-info {
    margin-left: 125px;
}
.testimonials.bottom_pos .author-info:before {
    margin-left: 0;
    left: 0;
}
/* theme bg */
.testimonials.bg-theme {
    background: #00ABC9;
    color: #ffffff;
}
.testimonials.bg-theme .testimonials-info:before,
.testimonials.bg-theme .author-info span {
    color: #ffffff;
}
.testimonials.bg-theme .testimonials-avatar img {
    border-color: #ffffff;
    color: #ffffff;
}
.testimonials.bg-theme .author-info:before {
    background: #ffffff;
}
/*------------------------- testimonialss end ----------------------*/

/*------------------------- video audio start ---------------------*/
/*video vimeo and youtube*/

.cs-video {
    height: 0;
    padding-top: 25px;
    padding-bottom: 54%;
    position: relative;
    overflow: hidden;
}
.cs-video.widescreen {
    padding-bottom: 34.34%;
}

.cs-video embed,
.cs-video iframe,
.cs-video object,
.cs-video video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border: none;
}

.cs-video.big {
    padding-top: 30px;
}


/*------------------------------team-page ----------------*/
.parallex-box {
    padding: 0 20px;
}
/*******************************************************************
                            Cake-Restaurant Page
*******************************************************************/
.cake .cs-button.cs-button-border.white {
    background: transparent;
    border: 1px solid #e5e5e5;
}
.cake .cs-button.cs-button-border.white:hover{
  color: #fff !important;
}
/*******************************************************************
                            Band Page
*******************************************************************/
.playlist-row table{
	color:#FFF;	
}
.playlist-row th{
	color:#FFF;	
}
.playlist-row h3, .playlist-row h5, .playlist-row h1{
	color:#FFF;	
}
.playlist-row a{
	color:#ccc;	
}
.playlist-row p{
	font-size:1.468em;
	margin-bottom:0px;	
  color: #ccc;
}
.playlist-row th p{
  color: #fff;
}
.playlist-row table tr{
	color:#FFF;	
}
.playlist-row table tr:hover{
	color:#00ABC9;
}
.playlist-row table tr:hover a:hover{
	color:#00ABC9;	
}
.playlist-row table tr th{
	color:#fff;
	background-color:transparent;	
}
.iframe-yt{
    width:100%;
    height: 500px;
}

/*******************************************************************
                            clinic page start
*******************************************************************/
.clinic .popup-video a i{
        right: 100%;
}


/*

Template: wingsX - Responsive Multi-purpose HTML5 Template
Author: 
Design and Developed by: 

NOTE: This is typography stylesheet of template, This file contains typography of the Template.

*/

@media only screen and (max-width:1199px) {
	/*-------------- Margin top ------------*/ 
	.lg-mt-0 { margin-top: 0 !important; }
	.lg-mt-5 { margin-top: 5 !important; } 
	.lg-mt-10 { margin-top: 10px !important; }
	.lg-mt-15 { margin-top: 15px !important; }
	.lg-mt-20 { margin-top: 20px !important; }
	.lg-mt-25 { margin-top: 25px !important; }
	.lg-mt-30 { margin-top: 30px !important; }
	.lg-mt-35 { margin-top: 35px !important; }
	.lg-mt-40 { margin-top: 40px !important; }
	.lg-mt-45 { margin-top: 45px !important; }
	.lg-mt-50 { margin-top: 50px !important; }
	.lg-mt-60 { margin-top: 60px !important; }
    .lg-mt-70 { margin-top: 70px !important; }
    .lg-mt-80 { margin-top: 80px !important; }
    .lg-mt-90 { margin-top: 90px !important; }
	.lg-mt-100 { margin-top: 100px !important; }
    .lg-mt-110 { margin-top: 110px !important; }
    .lg-mt-120 { margin-top: 120px !important; }
	.lg-mt-150 { margin-top: 150px !important; }

	/*-------------- Margin right ------------*/ 
	.lg-mr-0 { margin-right: 0 !important; }
	.lg-mr-5 { margin-right: 5 !important; }
	.lg-mr-10 { margin-right: 10px !important; }
	.lg-mr-15 { margin-right: 15px !important; }
	.lg-mr-20 { margin-right: 20px !important; }
	.lg-mr-25 { margin-right: 25px !important; }
	.lg-mr-30 { margin-right: 30px !important; }
	.lg-mr-35 { margin-right: 35px !important; }
	.lg-mr-40 { margin-right: 40px !important; }
	.lg-mr-45 { margin-right: 45px !important; }
	.lg-mr-50 { margin-right: 50px !important; }

	/*-------------- Margin bottom-----------*/
	.lg-mb-0 { margin-bottom: 0 !important; }
	.lg-mb-5 { margin-bottom: 5 !important; }
	.lg-mb-10 { margin-bottom: 10px !important; }
	.lg-mb-15 { margin-bottom: 15px !important; }
	.lg-mb-20 { margin-bottom: 20px !important; }
	.lg-mb-25 { margin-bottom: 25px !important; }
	.lg-mb-30 { margin-bottom: 30px !important; }
	.lg-mb-35 { margin-bottom: 35px !important; }
	.lg-mb-40 { margin-bottom: 40px !important; }
	.lg-mb-45 { margin-bottom: 45px !important; }
	.lg-mb-50 { margin-bottom: 50px !important; } 

	/*-------------- Margin left-----------*/
	.lg-ml-0 { margin-left: 0 !important; }
	.lg-ml-5 { margin-left: 5 !important; }
	.lg-ml-10 { margin-left: 10px !important; }
	.lg-ml-15 { margin-left: 15px !important; }
	.lg-ml-20 { margin-left: 20px !important; }
	.lg-ml-25 { margin-left: 25px !important; }
	.lg-ml-30 { margin-left: 30px !important; }
	.lg-ml-35 { margin-left: 35px !important; }
	.lg-ml-40 { margin-left: 40px !important; }
	.lg-ml-45 { margin-left: 45px !important; }
	.lg-ml-50 { margin-left: 50px !important; }

	/*-------------- padding top-----------*/
	.lg-pt-0 { padding-top: 0 !important; }
	.lg-pt-5 { padding-top: 5 !important; }
	.lg-pt-10 { padding-top: 10px !important; }
	.lg-pt-15 { padding-top: 15px !important; }
	.lg-pt-20 { padding-top: 20px !important; }
	.lg-pt-25 { padding-top: 25px !important; }
	.lg-pt-30 { padding-top: 30px !important; }
	.lg-pt-35 { padding-top: 35px !important; }
	.lg-pt-40 { padding-top: 40px !important; }
	.lg-pt-45 { padding-top: 45px !important; }
	.lg-pt-50 { padding-top: 50px !important; }

	/*-------------- padding right -----------*/
	.lg-pr-0 { padding-right: 0 !important; }
	.lg-pr-5 { padding-right: 5 !important; }
	.lg-pr-10 { padding-right: 10px !important; }
	.lg-pr-15 { padding-right: 15px !important; }
	.lg-pr-20 { padding-right: 20px !important; }
	.lg-pr-25 { padding-right: 25px !important; }
	.lg-pr-30 { padding-right: 30px !important; }
	.lg-pr-35 { padding-right: 35px !important; }
	.lg-pr-40 { padding-right: 40px !important; }
	.lg-pr-45 { padding-right: 45px !important; }
	.lg-pr-50 { padding-right: 50px !important; }

	/*-------------- padding bottom -----------*/
	.lg-pb-0 { padding-bottom: 0 !important; }
	.lg-pb-5 { padding-bottom: 5 !important; }
	.lg-pb-10 { padding-bottom: 10px !important; }
	.lg-pb-15 { padding-bottom: 15px !important; }
	.lg-pb-20 { padding-bottom: 20px !important; }
	.lg-pb-25 { padding-bottom: 25px !important; }
	.lg-pb-30 { padding-bottom: 30px !important; }
	.lg-pb-35 { padding-bottom: 35px !important; }
	.lg-pb-40 { padding-bottom: 40px !important; }
	.lg-pb-45 { padding-bottom: 45px !important; }
	.lg-pb-50 { padding-bottom: 50px !important; }	

	/*-------------- padding left -----------*/
	.lg-pl-0 { padding-left: 0 !important; }
	.lg-pl-5 { padding-left: 5 !important; }
	.lg-pl-10 { padding-left: 10px !important; }
	.lg-pl-15 { padding-left: 15px !important; }
	.lg-pl-20 { padding-left: 20px !important; }
	.lg-pl-25 { padding-left: 25px !important; }
	.lg-pl-30 { padding-left: 30px !important; }
	.lg-pl-35 { padding-left: 35px !important; }
	.lg-pl-40 { padding-left: 40px !important; }
	.lg-pl-45 { padding-left: 45px !important; }
	.lg-pl-50 { padding-left: 50px !important; }
}

@media only screen and (max-width:991px) {
	/*-------------- Margin top ------------*/ 
	.sm-mt-minus-2{margin-top: -2px;}
	.sm-mt-minus-2{margin-top: -2px;}
	.sm-mt-minus-3{margin-top: -3px;}
	.sm-mt-minus-4{margin-top: -4px;}
	.sm-mt-minus-5{margin-top: -5px;}
	.sm-mt-minus-10{margin-top: -10px;}
	.sm-mt-minus-20{margin-top: -20px;}
	.sm-mt-minus-30{margin-top: -30px;}
	.sm-mt-minus-40{margin-top: -40px;}
	.sm-mt-minus-50{margin-top: -50px;}
	.sm-mt-minus-60{margin-top: -60px;}
	.sm-mt-minus-180{margin-top: -180px;}
	.sm-mt-minus-200{margin-top: -200px;}
	.sm-mt-minus-250{margin-top: -250px;}
	.sm-mt-0 { margin-top: 0 !important; }
    .sm-mt-1 { margin-top: 1px !important; }
    .sm-mt-2 { margin-top: 2px !important; }
    .sm-mt-3 { margin-top: 3px !important; }
    .sm-mt-4 { margin-top: 4px !important; }
	.sm-mt-5 { margin-top: 5px !important; } 
	.sm-mt-10 { margin-top: 10px !important; }
	.sm-mt-15 { margin-top: 15px !important; }
	.sm-mt-20 { margin-top: 20px !important; }
	.sm-mt-25 { margin-top: 25px !important; }
	.sm-mt-30 { margin-top: 30px !important; }
	.sm-mt-35 { margin-top: 35px !important; }
	.sm-mt-40 { margin-top: 40px !important; }
	.sm-mt-45 { margin-top: 45px !important; }
	.sm-mt-50 { margin-top: 50px !important; }
	.sm-mt-60 { margin-top: 60px !important; }
    .sm-mt-70 { margin-top: 70px !important; }
    .sm-mt-80 { margin-top: 80px !important; }
    .sm-mt-90 { margin-top: 90px !important; }
	.sm-mt-100 { margin-top: 100px !important; }
    .sm-mt-110 { margin-top: 110px !important; }
    .sm-mt-120 { margin-top: 120px !important; }
	.sm-mt-150 { margin-top: 150px !important; }

	/*-------------- Margin right ------------*/ 
	.sm-mr-0 { margin-right: 0 !important; }
	.sm-mr-5 { margin-right: 5 !important; }
	.sm-mr-10 { margin-right: 10px !important; }
	.sm-mr-15 { margin-right: 15px !important; }
	.sm-mr-20 { margin-right: 20px !important; }
	.sm-mr-25 { margin-right: 25px !important; }
	.sm-mr-30 { margin-right: 30px !important; }
	.sm-mr-35 { margin-right: 35px !important; }
	.sm-mr-40 { margin-right: 40px !important; }
	.sm-mr-45 { margin-right: 45px !important; }
	.sm-mr-50 { margin-right: 50px !important; }

	/*-------------- Margin bottom-----------*/
	.sm-mb-0 { margin-bottom: 0 !important; }
	.sm-mb-5 { margin-bottom: 5 !important; }
	.sm-mb-10 { margin-bottom: 10px !important; }
	.sm-mb-15 { margin-bottom: 15px !important; }
	.sm-mb-20 { margin-bottom: 20px !important; }
	.sm-mb-25 { margin-bottom: 25px !important; }
	.sm-mb-30 { margin-bottom: 30px !important; }
	.sm-mb-35 { margin-bottom: 35px !important; }
	.sm-mb-40 { margin-bottom: 40px !important; }
	.sm-mb-45 { margin-bottom: 45px !important; }
	.sm-mb-50 { margin-bottom: 50px !important; } 

	/*-------------- Margin left-----------*/
	.sm-ml-0 { margin-left: 0 !important; }
	.sm-ml-5 { margin-left: 5 !important; }
	.sm-ml-10 { margin-left: 10px !important; }
	.sm-ml-15 { margin-left: 15px !important; }
	.sm-ml-20 { margin-left: 20px !important; }
	.sm-ml-25 { margin-left: 25px !important; }
	.sm-ml-30 { margin-left: 30px !important; }
	.sm-ml-35 { margin-left: 35px !important; }
	.sm-ml-40 { margin-left: 40px !important; }
	.sm-ml-45 { margin-left: 45px !important; }
	.sm-ml-50 { margin-left: 50px !important; }

	/*-------------- padding top-----------*/
	.sm-pt-0 { padding-top: 0 !important; }
	.sm-pt-5 { padding-top: 5 !important; }
	.sm-pt-10 { padding-top: 10px !important; }
	.sm-pt-15 { padding-top: 15px !important; }
	.sm-pt-20 { padding-top: 20px !important; }
	.sm-pt-25 { padding-top: 25px !important; }
	.sm-pt-30 { padding-top: 30px !important; }
	.sm-pt-35 { padding-top: 35px !important; }
	.sm-pt-40 { padding-top: 40px !important; }
	.sm-pt-45 { padding-top: 45px !important; }
	.sm-pt-50 { padding-top: 50px !important; }

	/*-------------- padding right -----------*/
	.sm-pr-0 { padding-right: 0 !important; }
	.sm-pr-5 { padding-right: 5 !important; }
	.sm-pr-10 { padding-right: 10px !important; }
	.sm-pr-15 { padding-right: 15px !important; }
	.sm-pr-20 { padding-right: 20px !important; }
	.sm-pr-25 { padding-right: 25px !important; }
	.sm-pr-30 { padding-right: 30px !important; }
	.sm-pr-35 { padding-right: 35px !important; }
	.sm-pr-40 { padding-right: 40px !important; }
	.sm-pr-45 { padding-right: 45px !important; }
	.sm-pr-50 { padding-right: 50px !important; }

	/*-------------- padding bottom -----------*/
	.sm-pb-0 { padding-bottom: 0 !important; }
	.sm-pb-5 { padding-bottom: 5 !important; }
	.sm-pb-10 { padding-bottom: 10px !important; }
	.sm-pb-15 { padding-bottom: 15px !important; }
	.sm-pb-20 { padding-bottom: 20px !important; }
	.sm-pb-25 { padding-bottom: 25px !important; }
	.sm-pb-30 { padding-bottom: 30px !important; }
	.sm-pb-35 { padding-bottom: 35px !important; }
	.sm-pb-40 { padding-bottom: 40px !important; }
	.sm-pb-45 { padding-bottom: 45px !important; }
	.sm-pb-50 { padding-bottom: 50px !important; }	

	/*-------------- padding left -----------*/
	.sm-pl-0 { padding-left: 0 !important; }
	.sm-pl-5 { padding-left: 5 !important; }
	.sm-pl-10 { padding-left: 10px !important; }
	.sm-pl-15 { padding-left: 15px !important; }
	.sm-pl-20 { padding-left: 20px !important; }
	.sm-pl-25 { padding-left: 25px !important; }
	.sm-pl-30 { padding-left: 30px !important; }
	.sm-pl-35 { padding-left: 35px !important; }
	.sm-pl-40 { padding-left: 40px !important; }
	.sm-pl-45 { padding-left: 45px !important; }
	.sm-pl-50 { padding-left: 50px !important; }
}
@media only screen and (max-width:480px) {
	/*-------------- Margin top ------------*/ 
	.xs-mt-0 { margin-top: 0 !important; }
	.xs-mt-5 { margin-top: 5 !important; }
	.xs-mt-10 { margin-top: 10px !important; }
	.xs-mt-15 { margin-top: 15px !important; }
	.xs-mt-20 { margin-top: 20px !important; }
	.xs-mt-25 { margin-top: 25px !important; }
	.xs-mt-30 { margin-top: 30px !important; }
	.xs-mt-35 { margin-top: 35px !important; }
	.xs-mt-40 { margin-top: 40px !important; }
	.xs-mt-45 { margin-top: 45px !important; }
	.xs-mt-50 { margin-top: 50px !important; }
    .xs-mt-60 { margin-top: 60px !important; }
    .xs-mt-70 { margin-top: 70px !important; }
    .xs-mt-80 { margin-top: 80px !important; }
    .xs-mt-90 { margin-top: 90px !important; }
    .xs-mt-100 { margin-top: 100px !important; }
    .xs-mt-105 { margin-top: 105px !important; }
	.xs-mt-110 { margin-top: 110px !important; }
	.xs-mt-115 { margin-top: 115px !important; }
	.xs-mt-120 { margin-top: 120px !important; }
	.xs-mt-125 { margin-top: 125px !important; }
	.xs-mt-130 { margin-top: 130px !important; }
	.xs-mt-135 { margin-top: 135px !important; }
	.xs-mt-140 { margin-top: 140px !important; }
	.xs-mt-145 { margin-top: 145px !important; }
	.xs-mt-150 { margin-top: 150px !important; }
	.xs-mt-160 { margin-top: 160px !important; }
	.xs-mt-170 { margin-top: 170px !important; }
	.xs-mt-180 { margin-top: 180px !important; }
	.xs-mt-190 { margin-top: 190px !important; }

	/*-------------- Margin right ------------*/ 
	.xs-mr-0 { margin-right: 0 !important; }
	.xs-mr-5 { margin-right: 5 !important; }
	.xs-mr-10 { margin-right: 10px !important; }
	.xs-mr-15 { margin-right: 15px !important; }
	.xs-mr-20 { margin-right: 20px !important; }
	.xs-mr-25 { margin-right: 25px !important; }
	.xs-mr-30 { margin-right: 30px !important; }
	.xs-mr-35 { margin-right: 35px !important; }
	.xs-mr-40 { margin-right: 40px !important; }
	.xs-mr-45 { margin-right: 45px !important; }
	.xs-mr-50 { margin-right: 50px !important; }

	/*-------------- Margin bottom-----------*/
	.xs-mb-0 { margin-bottom: 0 !important; }
	.xs-mb-5 { margin-bottom: 5 !important; }
	.xs-mb-10 { margin-bottom: 10px !important; }
	.xs-mb-15 { margin-bottom: 15px !important; }
	.xs-mb-20 { margin-bottom: 20px !important; }
	.xs-mb-25 { margin-bottom: 25px !important; }
	.xs-mb-30 { margin-bottom: 30px !important; }
	.xs-mb-35 { margin-bottom: 35px !important; }
	.xs-mb-40 { margin-bottom: 40px !important; }
	.xs-mb-45 { margin-bottom: 45px !important; }
	.xs-mb-50 { margin-bottom: 50px !important; } 
    .xs-mb-100 { margin-bottom: 100px !important; } 

	/*-------------- Margin left-----------*/
	.xs-ml-0 { margin-left: 0 !important; }
	.xs-ml-5 { margin-left: 5 !important; }
	.xs-ml-10 { margin-left: 10px !important; }
	.xs-ml-15 { margin-left: 15px !important; }
	.xs-ml-20 { margin-left: 20px !important; }
	.xs-ml-25 { margin-left: 25px !important; }
	.xs-ml-30 { margin-left: 30px !important; }
	.xs-ml-35 { margin-left: 35px !important; }
	.xs-ml-40 { margin-left: 40px !important; }
	.xs-ml-45 { margin-left: 45px !important; }
	.xs-ml-50 { margin-left: 50px !important; }

	/*-------------- padding top-----------*/
	.xs-pt-0 { padding-top: 0 !important; }
	.xs-pt-5 { padding-top: 5 !important; }
	.xs-pt-10 { padding-top: 10px !important; }
	.xs-pt-15 { padding-top: 15px !important; }
	.xs-pt-20 { padding-top: 20px !important; }
	.xs-pt-25 { padding-top: 25px !important; }
	.xs-pt-30 { padding-top: 30px !important; }
	.xs-pt-35 { padding-top: 35px !important; }
	.xs-pt-40 { padding-top: 40px !important; }
	.xs-pt-45 { padding-top: 45px !important; }
	.xs-pt-50 { padding-top: 50px !important; }

	/*-------------- padding right -----------*/
	.xs-pr-0 { padding-right: 0 !important; }
	.xs-pr-5 { padding-right: 5 !important; }
	.xs-pr-10 { padding-right: 10px !important; }
	.xs-pr-15 { padding-right: 15px !important; }
	.xs-pr-20 { padding-right: 20px !important; }
	.xs-pr-25 { padding-right: 25px !important; }
	.xs-pr-30 { padding-right: 30px !important; }
	.xs-pr-35 { padding-right: 35px !important; }
	.xs-pr-40 { padding-right: 40px !important; }
	.xs-pr-45 { padding-right: 45px !important; }
	.xs-pr-50 { padding-right: 50px !important; }

	/*-------------- padding bottom -----------*/
	.xs-pb-0 { padding-bottom: 0 !important; }
	.xs-pb-5 { padding-bottom: 5 !important; }
	.xs-pb-10 { padding-bottom: 10px !important; }
	.xs-pb-15 { padding-bottom: 15px !important; }
	.xs-pb-20 { padding-bottom: 20px !important; }
	.xs-pb-25 { padding-bottom: 25px !important; }
	.xs-pb-30 { padding-bottom: 30px !important; }
	.xs-pb-35 { padding-bottom: 35px !important; }
	.xs-pb-40 { padding-bottom: 40px !important; }
	.xs-pb-45 { padding-bottom: 45px !important; }
	.xs-pb-50 { padding-bottom: 50px !important; }	

	/*-------------- padding left -----------*/
	.xs-pl-0 { padding-left: 0 !important; }
	.xs-pl-5 { padding-left: 5 !important; }
	.xs-pl-10 { padding-left: 10px !important; }
	.xs-pl-15 { padding-left: 15px !important; }
	.xs-pl-20 { padding-left: 20px !important; }
	.xs-pl-25 { padding-left: 25px !important; }
	.xs-pl-30 { padding-left: 30px !important; }
	.xs-pl-35 { padding-left: 35px !important; }
	.xs-pl-40 { padding-left: 40px !important; }
	.xs-pl-45 { padding-left: 45px !important; }
	.xs-pl-50 { padding-left: 50px !important; }

	/*----Page section padding Start---*/
	.section-ptb { padding: 50px 0; }
	.section-pt { padding: 50px 0 0; }
	.section-pb { padding: 0 0 50px; }
	.section-1-ptb { padding: 60px 0; }

	.row-eq-height {  display: block;}
}
@media only screen and (max-width:991px) {
.sm-fs-10{ font-size: 0.714rem !important;}
.sm-fs-14{ font-size: 1rem !important;}
.sm-fs-15{ font-size: 1.071rem !important;}
.sm-fs-20{ font-size: 1.428rem !important;}
.sm-fs-24{ font-size: 1.714rem !important;}
.sm-fs-25{ font-size: 1.785rem !important;}
.sm-fs-26{ font-size: 1.857rem !important;}
.sm-fs-28{ font-size: 2rem !important;}
.sm-fs-30{ font-size: 2.142rem !important;}
.sm-fs-35{ font-size: 2.5rem !important;}
.sm-fs-36{ font-size: 2.571rem !important;}
.sm-fs-40{ font-size: 2.857rem !important;}
.sm-fs-50{ font-size: 3.571rem !important;}
.sm-fs-60{ font-size: 4.285rem !important;}
.sm-fs-70{ font-size: 5rem !important;}
.sm-fs-80{ font-size: 5.714rem !important;}
    
.sm-l-h24 { line-height: 24px; }
.sm-l-h26 { line-height: 26px; }
.sm-l-h28 { line-height: 28px; }
.sm-l-h30 { line-height: 30px; }
.sm-l-h32 { line-height: 32px; }
.sm-l-h34 { line-height: 34px; }
.sm-l-h36 { line-height: 36px; }
.sm-l-h38 { line-height: 38px; }
.sm-l-h40 { line-height: 40px; }
.sm-l-h50 { line-height: 50px; }
.sm-l-h55 { line-height: 55px; }
.sm-l-h60 { line-height: 60px; }
.sm-l-h70 { line-height: 70px; }
.sm-l-h80 { line-height: 80px; }
.sm-l-h85 { line-height: 85px; }
}
@media only screen and (max-width:576px) {
.xs-fs-10{ font-size: 0.714rem !important;}
.xs-fs-14{ font-size: 1rem !important;}
.xs-fs-15{ font-size: 1.071rem !important;}
.xs-fs-20{ font-size: 1.428rem !important;}
.xs-fs-24{ font-size: 1.714rem !important;}
.xs-fs-25{ font-size: 1.785rem !important;}
.xs-fs-26{ font-size: 1.857rem !important;}
.xs-fs-28{ font-size: 2rem !important;}
.xs-fs-30{ font-size: 2.142rem !important;}
.xs-fs-35{ font-size: 2.5rem !important;}
.xs-fs-36{ font-size: 2.571rem !important;}
.xs-fs-40{ font-size: 2.857rem !important;}
.xs-fs-50{ font-size: 3.571rem !important;}
.xs-fs-60{ font-size: 4.285rem !important;}
.xs-fs-70{ font-size: 5rem !important;}
.xs-fs-80{ font-size: 5.714rem !important;}
    
.xs-l-h24 { line-height: 24px; }
.xs-l-h26 { line-height: 26px; }
.xs-l-h28 { line-height: 28px; }
.xs-l-h30 { line-height: 30px; }
.xs-l-h32 { line-height: 32px; }
.xs-l-h34 { line-height: 34px; }
.xs-l-h36 { line-height: 36px; }
.xs-l-h38 { line-height: 38px; }
.xs-l-h40 { line-height: 40px; }
.xs-l-h50 { line-height: 50px; }
.xs-l-h55 { line-height: 55px; }
.xs-l-h60 { line-height: 60px; }
.xs-l-h70 { line-height: 70px; }
.xs-l-h80 { line-height: 80px; }
.xs-l-h85 { line-height: 85px; }
}
/*-----------Height---------------*/
@media only screen and (max-width: 991px) {
    .md-height-100vh {
        height: 100vh;
    }
    .md-height-80vh {
        height: 80vh;
    }
    .md-height-70vh {
        height: 70vh;
    }
    .md-height-60vh {
        height: 60vh;
    }
    .md-height-50vh {
        height: 50vh;
    }
    .md-height-30vh {
        height: 30vh;
    }
    .md-height-20vh {
        height: 20vh;
    }
}
@media only screen and (max-width: 576px) {
    .xs-height-100vh {
        height: 100vh;
    }
    .xs-height-80vh {
        height: 80vh;
    }
    .xs-height-70vh {
        height: 70vh;
    }
    .xs-height-60vh {
        height: 60vh;
    }
    .xs-height-50vh {
        height: 50vh;
    }
    .xs-height-30vh {
        height: 30vh;
    }
    .xs-height-20vh {
        height: 20vh;
    }
	
	/* width */
    .xs-width-10 {width:10%;}
    .xs-width-15 {width:15%;}
    .xs-width-20 {width:20%;}
    .xs-width-25 {width:25%;}
    .xs-width-30 {width:30%;}
    .xs-width-35 {width:35%;}
    .xs-width-40 {width:40%;}
    .xs-width-45 {width:45%;}
    .xs-width-50 {width:50%;}
    .xs-width-55 {width:55%;}
    .xs-width-60 {width:60%;}
    .xs-width-65 {width:65%;}
    .xs-width-70 {width:70%;}
    .xs-width-75 {width:75%;}
    .xs-width-80 {width:80%;}
    .xs-width-85 {width:85%;}
    .xs-width-90 {width:90%;}
    .xs-width-95 {width:95%;}
    .xs-width-100 {width:100%;}
    .xs-width-auto {width: auto}
}
/*--------------height ends-------------*/
/*--------action-box start------------*/
@media only screen and (max-width: 991px) {
	.actionbox-res .actionbox-text {
	    padding-right: 0px;
	    text-align: center;
	}
	.actionbox-res-button{
		text-align: center;
	}
	.actionbox-res a.button {
	    position: relative;
	    right: 0 !important;
	    top: 0;
	    margin-top: 10px;
	}
	.actionbox-res-cs-button{
		text-align: center;
	}
	.actionbox a.cs-button, .actionbox2 a.cs-button, .actionbox3 a.cs-button, .actionbox4 a.cs-button, .actionbox5 a.cs-button, .actionbox9 a.cs-button, .actionbox-10 a.cs-button {
	    position: relative;
	    right: 0px !important;
	    top: 50%;
	    margin-top: 20px;
	}
}
@media only screen and (max-width: 480px) {
	.actionbox .actionbox-text, .actionbox2 .actionbox-text, .actionbox-3 .actionbox-text, .actionbox4 .actionbox-text, .actionbox6 .actionbox-text{
    	padding-right: 0 !important;
	}
	
	.actionbox-sm {
		margin: 7px;
	}
}
/*------action-box end -----------*/

/*--------animation-box start------------*/
@media only screen and (max-width: 991px) {
	.animationbox-res .animationbox-text {
	    padding-right: 0px;
	    text-align: center;
	}
}
@media only screen and (max-width: 480px) {
	.animation-box {
		margin: 7px;
	}
}
/*------animation-box end -----------*/

/*---------------button start-------------*/
@media only screen and (max-width: 991px) {
	.cs-buttons .cs-button { margin-bottom: 10px; }
	.cs-buttons button { margin-bottom: 4px; }
	.cs-button + .cs-button { margin-left: 3px; }
}
/*-----------------button end----------------*/

/*------------------blog start-----------------------*/
@media only screen and (max-width: 480px) {
	.blog-detail .social {
	    float: none;
	    margin-top: 10px;
	    display: block;
	    width: 100%;
	}
}
/*---- timeline blog ----*/
@media only screen and (max-width: 1199px) {
	.timeline-blog .timeline > li > .timeline-badge {
    	right: -66px;
	}
	.timeline-blog .timeline > li.timeline-inverted > .timeline-badge {
    	left: -66px;
	}
}
@media only screen and (max-width: 991px) {
	.timeline-blog .timeline > li > .timeline-badge {
    	right: -50px;
	}
	.timeline-blog .timeline > li.timeline-inverted > .timeline-badge {
    	left: -50px !important;
	}
}
@media only screen and (max-width: 480px) {
	.timeline-blog .timeline li.entry-date {
    	top: -20px;
	}
    .timeline-blog ul.timeline:before {
            display: none;
    }
    .timeline-blog ul.timeline > li {
        margin-bottom: 20px;
        position: relative;
        width: 100%;
        float: left;
        clear: left;
    }
    .timeline-blog ul.timeline > li > .timeline-post {
        width: 100%;
    }
    .timeline-blog ul.timeline > li > .timeline-post {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    .timeline-blog ul.timeline > li > .timeline-badge {
        left: 12px;
        margin-left: 0;
        top: 16px;
    }

    .timeline-blog ul.timeline > li > .timeline-post {
        float: right;
        width: 100%;
    }

    .timeline-blog ul.timeline > li > .timeline-post:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    .timeline-blog ul.timeline > li > .timeline-post:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }

    .timeline-blog .timeline > li.timeline-inverted {
        float: left;
        clear: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .timeline-blog .timeline > li.timeline-inverted > .timeline-badge, .timeline-blog .timeline > li > .timeline-badge {
        display: none;
    }
    .timeline-blog .timeline-post img {
        width: 100%;
    }
    .timeline-blog .timeline li.entry-date-bottom {
        text-align: left;
    }
    .timeline-blog .timeline li.entry-date-bottom a {
        font-size: 13px;
        padding: 8px 10px;
    }
    .timeline-blog .timeline li.entry-date {
        text-align: left;
    }
    .timeline-blog .timeline li.entry-date span {
        font-size: 13px;
        padding: 8px 10px;
    }
    .timeline-blog.timeline-sidebar .timeline li.timeline-inverted .timeline-badge {
        left: 23px;
    }
    .timeline-blog .timeline > li:nth-child(2) {
        margin-top: 0;
    }
    .timeline-blog .timeline > li.timeline-inverted {
        margin-top: 10px;
    }
    .timeline-blog.timeline-sidebar .timeline > li.timeline-inverted {
        margin-bottom: 20px;
    }
    .timeline-blog.timeline-sidebar .timeline > li.timeline-inverted:nth-child(2) {
        margin-bottom: 0px;
    }
    .timeline-blog.timeline-sidebar .timeline li .blog-post-grid .grid-post li {
        width: 100%;
    }
    .timeline-blog .timeline > li > .timeline-post, .timeline-blog .timeline > li.timeline-inverted > .timeline-post {
        padding: 10px;
        float: none;
        width: 100%;
    }

    .timeline-blog .timeline > li > .timeline-post:after {
        position: absolute;
        top: 27px;
        right: -14px;
        display: none; 
        border-top: none; 
        border-left: 14px solid #fff;
        border-right: none;
        border-bottom: none;
        content: " ";
    }
    .timeline-blog .timeline > li > .timeline-post:before{
        display: none;
    }
    .timeline-blog.timeline-sidebar .timeline > li.timeline-inverted {
        margin: 10px auto;
        float: none;
    }
}
/*---- blog comment ----*/
@media only screen and (max-width: 480px) {
    .comment-1 .comment-photo{
        margin-bottom: 20px;
        float: none;
    }
    .comment-1.comment-2 {
        padding-left: 40px;
    }
    .comment-1.comment-2 .comment-photo {
        margin-bottom: 0px;
    }
    .comment-1.comment-2 .comment-info {
        padding: 20px 0px 10px;
    }
}
/*-----------------blog end--------------------------*/

/*----------------client start-----------------*/
@media only screen and (max-width: 480px) {
	.client ul li, .client.column-4 ul li, .client.column-3 ul li {
	    width: 50%;
	}
}
/*----------------client end-----------------*/

/*--------------counter start-------------*/
@media only screen and (max-width: 991px){
	.countdown {
	    margin: 10px 10px !important;
	}
	.countdown h1{
		font-size: 2.5rem;
	}
	.countdown.small h1 {
    	font-size: 2rem;
    	line-height: 30px;
	}
	.countdown.medium h1 {
    	font-size: 2.875rem;
	}

	/*-- gray countdown --*/
	.countdown.bg-gray {
	    padding: 10px;
	    width: 100px;
	}
	.countdown.bg-gray.small{
	  	width: 90px;
	}
	.countdown.bg-gray.medium{
	  	width: 110px;
	}
	.countdown.bg-gray.medium h1{
	 	font-size: 2.975rem;
	}
	.countdown.bg-gray.medium h1{
	 	font-size: 2.975rem;
	}
	.countdown.bg-gray.large{
	  width: 130px;
	}
	.countdown.bg-gray.large h1{
	 	font-size: 3rem;
	}

	/*-- gray countdown border --*/
	.countdown.bg-gray {
	    padding: 10px;
	    width: 100px;
	}
	.countdown.countdown-border.small{
	  	width: 90px;
	}
	.countdown.countdown-border.medium{
	  	width: 110px;
	}
	.countdown.countdown-border.medium h1{
	 	font-size: 2.975rem;
	}
	.countdown.countdown-border.medium h1{
	 	font-size: 2.975rem;
	}
	.countdown.countdown-border.large{
	  width: 130px;
	}
	.countdown.countdown-border.large h1{
	 	font-size: 3rem;
	}

	/*-- countdown round --*/
	.countdown.round {
	    padding: 20px;
	    border: 7px solid #eeeeee;
	    border-radius: 50%;
	    width: 100px;
	    height: 100px;
	}
	.countdown.round h1{
		font-size: 1.3rem;
	}
	.countdown.round p{
		font-size: 0.9rem;
	}
	.countdown.small.round {
	    width: 80px;
	    height: 80px;
	    padding: 5px 0px;
	}
	.countdown.small.round p {
	}
	.countdown.small.round h1{
		font-size: 1rem;
	}
	.countdown.small.round p{
		font-size: 0.7rem;
	}
	.countdown.medium.round {
	   	padding: 20px;
	    border: 7px solid #eeeeee;
	    border-radius: 50%;
	    width: 110px;
	    height: 110px;
	}
	.countdown.medium.round h1{
		font-size: 1.2rem;
	}
	.countdown.medium.round p{
		font-size: 1rem;
	}
	.countdown.large.round {
	    padding: 6px;
	    border: 7px solid #eeeeee;
	    border-radius: 50%;
	    width: 120px;
	    height: 120px;
	}
	.countdown.large.round h1{
		font-size: 1.2rem;
	}
	.countdown.large.round p{
		font-size: 1rem;
	}
}
@media only screen and (max-width: 480px){
	.countdown {
	    margin: 10px 5px !important;
	}
	.countdown.medium p {
    	font-size: 0.8rem;
	}
	.countdown.small h1 {
    	font-size: 1rem;
    	line-height: 30px;
	}
	.countdown.small p {
    	font-size: 0.70rem;
	}
	.countdown h1{
		font-size: 1.1rem;
	}
	.countdown p{
		font-size: 0.8rem;
	}
	.countdown.medium h1 {
    	font-size: 1.2rem;
    	line-height: 30px;
	}
	.countdown.medium p {
    	font-size: 0.8rem;
	}
	.countdown.large h1 {
    	font-size: 1.3rem;
    	line-height: 30px;
	}
	.countdown.large p {
    	font-size: 0.9rem;
	}

	/*-- gray countdown --*/
	.countdown.bg-gray {
	    padding: 10px;
	    width: 90px;
	}
	.countdown.bg-gray.small{
	  	width: 90px;
	}
	.countdown.bg-gray.medium{
	  	width: 100px;
	  	padding: 20px 0px;
	}
	.countdown.bg-gray.medium h1{
	 	font-size: 2.975rem;
	}
	.countdown.bg-gray.medium h1{
	 	font-size: 2.975rem;
	}
	.countdown.bg-gray.large{
	  width: 100px;
	  	padding: 20px 0px;
	}
	.countdown.bg-gray.large h1{
	 	font-size: 3rem;
	}

	/*-- gray-border countdown --*/
	
	/*-- round countdown --*/
	.countdown.round {
		padding: 20px;
		height: 90px !important;
		width: 90px !important;
	}
	.countdown.round h1{
		font-size: 1rem;
	}
	.countdown.round p{
		font-size: 0.8rem;
	}
	.countdown.small.round{
		padding: 10px;
	}
	.countdown.medium.round{
		padding: 5px;
	}
	.countdown.large.round{
		padding: 0px;
	}
}
/*--------------counter end---------------*/
    
/*--------------------------contactform start-----------------------*/
@media only screen and (max-width: 480px) {
	.contact-form .form-field {
	    	width: 100%;
	}
}
/*----------------------contactform ends----------------------------*/

/*-------------------data-table start-----------------------*/
@media only screen and (max-width: 767px) {
    .animated {
        margin-top: 30px;
    }
    .data-table .table tbody tr td {
        padding: 12px 10px;
    }
    .tab-2 #tabs .tabs {
        width: 100%;
    }
    .nav-tabs li a {
        font-size: 14px;
    }
    .tab-1 li {
        margin-right: 2px;
    }
}
/*-------------------data-table end-----------------------*/

/*--------------featurebox start--------------------------------*/
@media only screen and (max-width: 767px){
	.feature-txt.left-icon .feature-icon {
	    padding-left: 15px;
	}
	.feature-txt.right-icon .feature-icon {
	    padding-right: 15px;
	}
	.feature-txt {
		margin-bottom: 50px;
	}
}
/*--------------featurebox end--------------------------------*/

/*------------------------footer start----------------------*/
@media only screen and (max-width: 1199px){
    .footer .social-big ul li {
        width: 66px;
    }
}
@media only screen and (max-width: 480px){
    .footer{
        text-align: center;
    }
    .footer.bg-black .address i{
        display: none;
        
    }
    .social-icons ul {
        text-align: center;
    }
    .footer.footer-2 .address i{
        display: none;
    }
    .footer.footer-3 .address i{
        display: none;
    }
    .footer.footer-2 .footer-terms ul{
        text-align: center!important;
        margin-top: 10px;
    }
    .footer.footer-2 .footer-terms ul li{
        margin-bottom: 10px;
    }
    .footer .footerbox {
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .footer .footerbox .link {
        display: block;
        padding-left: 0;
        text-align: center;
    }
}
/*------------------------footer end----------------------*/
/*-------------------------error page start---------------*/
@media only screen and (max-width:1199px){
	.error-404-2 .error-2 {
		font-size: 20.571rem;
	}
	.error-404-2 .sub-error-2 {
		font-size: 6.357rem;
	}
}
@media only screen and (max-width:767px){
	.error-404-2 .error-2 {
    	font-size: 14.571rem;
	}
	.error-404-2 .sub-error-2 {
		font-size: 5.357rem;
	}
}
@media only screen and (max-width:480px){
	.error-404-2 .error-2 {
    	font-size: 14.571rem;
	}
	.error-404-2 .sub-error-2 {
		font-size: 5.357rem;
	}
	.error-container > span.four {
		width: 106px;
		height: 43px;
	}
	.error-container {
		overflow: -webkit-paged-y;
	}
}
@media only screen and (max-width:380px){
	.error-404-2 .error-2 {
    	font-size: 11.571rem;
	}
	.error-404-2 .sub-error-2 {
		font-size: 4.357rem;
	}
}
/*-------------------------error page ends----------------*/

/*-------------------login start-------------------------*/
@media only screen and (max-width:1199px){
    .login-area-7 {
        padding: 70px;
        margin-top: 80px;
    }
    .login-area-8 {
        padding: 50px;
    }
}
@media only screen and (max-width:991px){
    .login-area-7 {
        padding: 30px;
        background-color: rgba(255, 255, 255, 0.85);
    }
    .signup-area-7 {
    	margin-top: -240px;
	}	
    .login-bg{
        display:none;
    }
    .login-decore .nav li {
        margin: 0px 30px 60px 0px;
    }
    .login-area.border-right {
        border: none !important;
    }
}
@media only screen and (max-width:480px){
    .login-area-7 {
        padding: 20px;
        background-color: rgba(255, 255, 255, 0.85);
    }
}    
@media only screen and (max-width:325px){
    .login-decore .nav li {
        margin: 0px 15px 60px 0px;
    }

}
@media only screen and (max-width: 991px){
    .login-area-8 {
        padding: 50px;
        margin-top: 50px;
    }
}
@media only screen and (max-width: 480px){
    .login-area-7 {
       margin-top: 80px;
    }
}
@media only screen and (max-width: 325px){
    .login-area-7 {
       margin-top: 80px;
    }
    .signup-area-7 {
    	margin-top: 250px !important;
	}	
     .login-area-8 {
        margin-top: 60px;
    }
    .signup-area-8 {
        margin-top: 60px;
        padding: 50px 0px;
    }
}
/*------------------login end----------------------------*/

/*-------------------- map start ----------------------*/
@media only screen and (max-width: 991px) {
	.map{
	  width: 100%;
	  height:400px;
	}
}
@media only screen and (max-width: 480px) {
	.map{
	  width: 100%;
	  height:300px;
	}
}
/*------------------niceselect start----------------------*/

/*----------------------- portfolio starts --------------------*/
@media only screen and (max-width: 991px) {
	.isotope.column-3 .grid-item {
	    width: 50%;
	}
	.isotope.column-4 .grid-item {
	    width: 50%;
	}
	.isotope.column-5 .grid-item {
	    width: 50%;
	}
    .portfolio-info {
    	padding: 15px;
	}
	.single-portfolio-post .portfolio-info .social.float-right {
	    flex: none !important;
	    display: inline-block;
	    width: 100%;
	}
    .portfolio-post-photo {
        display: block;
        float: none;
    }
    .portfolio-post-info {
        display: block;
        float: none;
        padding-left: 0px;
    }
}
@media only screen and (max-width: 568px) {
	.isotope.column-2 .grid-item {
	    width: 100%;
	}
	.isotope.column-3 .grid-item {
	    width: 100%;
	}
	.isotope.column-4 .grid-item {
	    width: 100%;
	}
	.isotope.column-5 .grid-item {
	    width: 100%;
	}
	.masonry.column-3 .masonry-item {
	    width: 100%;
	}
	.masonry.column-4 .masonry-item {
	    width: 100%;
	}
	.masonry.column-5 .masonry-item {
	    width: 100%;
	}
}
/*------------------------ Portfolio end -------------------------*/

/*-------------------parallax pages start-------------------------------*/
@media only screen and (max-width: 480px) {
	.title-box {
		width: 100%;
	}
}
/*-------------------parallax pages end-------------------------------*/

/*-------------------------  tab start  --------------------------*/

@media only screen and (max-width: 480px) {
    .tab .nav.nav-tabs li a {
      margin: 5px !important;
  }
    .tab-vertical .nav.nav-tabs li a {
        border-right: 0;
        border-top: 0;
        padding: 5px 4px;
    }
}
/*------------------------- tab end ------------------------------*/

@media only screen and (max-width: 1199px){
    .parallex-box {
        padding: 40px;
    }
}

@media only screen and (max-width: 480px){
    .parallex-box {
        padding: 0px;
        margin: 20px 0 70px;
    }
}


/*---Responsive Media Screen style---*/

@media only screen and (max-width: 3500px) {
/*body*/
	body {
		overflow-x: hidden;
	}
}

@media only screen and (max-width: 2500px) {}

@media only screen and (max-width: 2100px) {}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1566px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (min-width: 1300px) {
	
}	

@media only screen and (max-width: 1280px) {}

@media (min-width: 1280px) {}

@media only screen and (max-width: 1199px) {

}
@media only screen and (max-width: 1024px) {
	
}

@media only screen and (max-width: 991px) {
	html{
	}
	.md-v-align {
		position: relative;
		top: auto;
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		transform: translateY(0%);
	}
}

/*--------------iPhone 6 plus landscape----------------*/
@media only screen and (max-width: 767px) {
	html{
		font-size:12px;
	}
	
}

/*--------------iPhone 6 landscape----------------*/
@media only screen and (max-width:667px) {}

/*--------------iPhone 5 landscape----------------*/
@media only screen and (max-width:568px) {}

@media only screen and (max-width:480px) {
	html{
		font-size:12px;
	}
}
/*--------------iPhone 6 plus portrait----------------*/
@media only screen and (max-width:414px) {}

/*--------------iPhone 6 portrait----------------*/
@media only screen and (max-width:375px) {}

/*--------------iPhone 5 portrait----------------*/
@media only screen and (max-width:320px) {}

@media only screen and (max-width:300px) {}

@media only screen and (max-width:200px) {}




