@font-face {
  font-family: 'Estedad';
  src: url('webfont.eot'); /* IE9 Compat Modes */
  src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('Estedad.woff2') format('woff2'), /* Super Modern Browsers */
       url('Estedad.woff') format('woff'), /* Pretty Modern Browsers */
       url('Estedad.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('webfont.svg#svgFontName') format('svg'); /* Old iOS */
}
@font-face {
  font-family: 'mikhak';
  src: url('webfont.eot'); /* IE9 Compat Modes */
  src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('mikhak.woff2') format('woff2'), /* Super Modern Browsers */
       url('Estedad.woff') format('woff'), /* Pretty Modern Browsers */
       url('mikhak.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('webfont.svg#svgFontName') format('svg'); /* Old iOS */
}
body {
   direction:rtl; 
   font-family: Estedad !important;;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.7); }
  @media screen and (max-width: 992px) {
    body {
      font-size: 16px; } }

a {
  color: #2c98f0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  a:hover, a:active, a:focus {
    color: #2c98f0;
    outline: none;
    text-decoration: none !important; }

p {
  margin-bottom: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: 400;
  margin: 0 0 30px 0; }

figure {
  margin-bottom: 2.5em;
  float: left;
  width: 100%; }
  figure figcaption {
    font-size: 16px;
    width: 80%;
    margin: 20px auto 0px auto;
    color: #b3b3b3;
    font-style: italic;
  }
    @media screen and (max-width: 480px) {
      figure figcaption {
        width: 100%; } }

::-webkit-selection {
  color: #000;
  background: #2c98f0; }

::-moz-selection {
  color: #000;
  background: #2c98f0; }

::selection {
  color: #000;
  background: #2c98f0; }

#colorlib-page {
  width: 100%;
  overflow: hidden;
  position: relative; }

#colorlib-aside {
  padding-top: 3em;
  padding-bottom: 40px;
  float: left;
  width: 300px;
  position: fixed;
  overflow-y: scroll;
  z-index: 1001;
  background: #f2f3f7;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 768px) {
    #colorlib-aside {
      width: 300px;
      -moz-transform: translateX(300px);
      -webkit-transform: translateX(300px);
      -ms-transform: translateX(300px);
      -o-transform: translateX(300px);
      transform: translateX(300px);
      padding-top: 4em; } }
  #colorlib-aside .author-img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-bottom: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  #colorlib-aside .position {
    display: block;
    margin-bottom: 2em;
    font-size: 14px;
    text-transform: uppercase; }
  #colorlib-aside #colorlib-logo {
    text-align: right;
    font-weight: 700;
    font-size: 27px;
    margin-bottom: .5em;
    display: block;
    width: 100%; }
    #colorlib-aside #colorlib-logo a {
      display: block;
      text-align: center;
      color: #000;
      padding-right: .3em; }
  #colorlib-aside #colorlib-main-menu {
    display: block;
    width: 100%; }
    #colorlib-aside #colorlib-main-menu .collapse {
      display: block !important; }
    #colorlib-aside #colorlib-main-menu ul {
      text-align: center;
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 768px) {
        #colorlib-aside #colorlib-main-menu ul {
          margin: 0 0 2em 0; } }
      #colorlib-aside #colorlib-main-menu ul li {
        margin: 0 0 10px 0;
        padding: 0;
        list-style: none;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px; }
        #colorlib-aside #colorlib-main-menu ul li a {
          color: rgba(0, 0, 0, 0.7);
          text-decoration: none;
          position: relative;
          padding: 10px 0;
           font-size:15px;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
          #colorlib-aside #colorlib-main-menu ul li a:after {
            content: "";
            position: absolute;
            height: 1px;
            bottom: 7px;
            left: 0;
            right: 0;
            background-color: #2c98f0;
            visibility: hidden;
            -webkit-transform: scaleX(0);
            -moz-transform: scaleX(0);
            -ms-transform: scaleX(0);
            -o-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
          #colorlib-aside #colorlib-main-menu ul li a:hover {
            text-decoration: none;
            color: black; }
            #colorlib-aside #colorlib-main-menu ul li a:hover:after {
              visibility: visible;
              -webkit-transform: scaleX(1);
              -moz-transform: scaleX(1);
              -ms-transform: scaleX(1);
              -o-transform: scaleX(1);
              transform: scaleX(1); }
        #colorlib-aside #colorlib-main-menu ul li.active a {
          color: #2c98f0; }
          #colorlib-aside #colorlib-main-menu ul li.active a:after {
            visibility: visible;
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -o-transform: scaleX(1);
            transform: scaleX(1); }
  #colorlib-aside .colorlib-footer {
      font-family:mikhak;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    padding: 0 20px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      #colorlib-aside .colorlib-footer {
        position: relative;
        bottom: 0; } }
    #colorlib-aside .colorlib-footer span {
      display: block; }
    #colorlib-aside .colorlib-footer ul {
      padding: 0;
      margin: 0; 
        font-size:24px;
    }
      #colorlib-aside .colorlib-footer ul li {
        padding: 0;
        margin: 0;
        display: inline;
        list-style: none; }
        #colorlib-aside .colorlib-footer ul li a {
          color: rgb(223, 205, 205);
          padding: 4px; }
          #colorlib-aside .colorlib-footer ul li a:hover, #colorlib-aside .colorlib-footer ul li a:active, #colorlib-aside .colorlib-footer ul li a:focus {
            text-decoration: none;
            outline: none;
            color: #2c98f0; }

.container-wrap {
  max-width: 1170px;
  margin: 0 auto; }

#colorlib-main {
  width: calc(100% - 300px);
  float: left;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 768px) {
    #colorlib-main {
      width: 100%;
      padding: 0 1em; } }

#colorlib-hero {
  min-height: 500px;
  background: #fff url() no-repeat center center;
  width: 100%;
  float: left;
  margin-bottom: 10em;
  clear: both; }
  #colorlib-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0; }
    #colorlib-hero .flexslider .slides {
      position: relative;
      overflow: visible; }
      #colorlib-hero .flexslider .slides li {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center;
        min-height: 400px;
        position: relative; }
    #colorlib-hero .flexslider .flex-control-nav {
      bottom: 20px;
      z-index: 1000;
      left: 20px;
      float: left;
      width: auto; }
      @media screen and (max-width: 768px) {
        #colorlib-hero .flexslider .flex-control-nav {
          right: 20px;
          top: 100px; } }
      #colorlib-hero .flexslider .flex-control-nav li {
        display: block;
        margin-bottom: 10px; }
        #colorlib-hero .flexslider .flex-control-nav li a {
          background: rgba(0, 0, 0, 0.5);
          -webkit-box-shadow: none;
          box-shadow: none;
          width: 12px;
          height: 12px;
          cursor: pointer; }
          #colorlib-hero .flexslider .flex-control-nav li a.flex-active {
            cursor: pointer;
            background: transparent;
            border: 2px solid #2c98f0; }
    #colorlib-hero .flexslider .flex-direction-nav {
      display: none; }
    #colorlib-hero .flexslider .slider-text {
      display: table;
      opacity: 0;
      min-height: 500px;
      z-index: 9; }
      #colorlib-hero .flexslider .slider-text > .slider-text-inner {
        display: table-cell;
        vertical-align: middle;
        min-height: 700px;
        padding: 2.5em;
        position: relative; }
        @media screen and (max-width: 768px) {
          #colorlib-hero .flexslider .slider-text > .slider-text-inner {
            text-align: center; } }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner h1, #colorlib-hero .flexslider .slider-text > .slider-text-inner h2 {
          margin: 0;
          padding: 0;
          color: black; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner h1 {
          margin-bottom: 20px;
          font-size: 40px;
          line-height: 1.3;
          font-weight: 700; }
          @media screen and (max-width: 768px) {
            #colorlib-hero .flexslider .slider-text > .slider-text-inner h1 {
              font-size: 28px; } }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner h2 {
          font-size: 18px;
          line-height: 1.5;
          margin-bottom: 30px;
          font-weight: 300; }
          #colorlib-hero .flexslider .slider-text > .slider-text-inner h2 a {
            color: rgba(44, 152, 240, 0.8);
            border-bottom: 1px solid rgba(44, 152, 240, 0.7); }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner .heading-section {
          font-size: 50px; }
          @media screen and (max-width: 768px) {
            #colorlib-hero .flexslider .slider-text > .slider-text-inner .heading-section {
              font-size: 30px; } }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner s
.colorlib-lead {
          font-size: 20px;
          color: #fff; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner p {
          margin-bottom: 0; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner .btn {
          font-size: 12px;
          text-transform: uppercase;
          letter-spacing: 2px;
          color: #000;
          padding: 10px 15px !important;
          border: none;
          font-weight: 400; }
          #colorlib-hero .flexslider .slider-text > .slider-text-inner .btn.btn-learn {
            color: #000;
            border: 1px solid #000;
            background: transparent !important; }
            #colorlib-hero .flexslider .slider-text > .slider-text-inner .btn.btn-learn:hover {
              background: transparent !important;
              border: 1px solid #000 !important; }
          @media screen and (max-width: 768px) {
            #colorlib-hero .flexslider .slider-text > .slider-text-inner .btn {
              width: 100%; } }

body.offcanvas {
  overflow-x: hidden; }
  body.offcanvas #colorlib-aside {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 300px;
    background: #f2f3f7;
    z-index: 999;
    position: fixed; }
  body.offcanvas #colorlib-main, body.offcanvas .colorlib-nav-toggle {
    top: 0;
    -moz-transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px); }

.colorlib-narrow-content {
  padding: 0 2.5em; }
  @media screen and (max-width: 768px) {
    .colorlib-narrow-content {
      padding: 0; } }

.no-gutters {
  margin: 0;
  padding: 0; }

.colorlib-experience,
.colorlib-skills,
.colorlib-education,
.colorlib-blog,
.colorlib-work,
.colorlib-about,
.colorlib-services,
.colorlib-contact {
  padding-top: 4em;
  padding-bottom: 9em;
  clear: both;
  width: 100%;
  display: block; }
  @media screen and (max-width: 768px) {
    .colorlib-experience,
    .colorlib-skills,
    .colorlib-education,
    .colorlib-blog,
    .colorlib-work,
    .colorlib-about,
    .colorlib-services,
    .colorlib-contact {
      padding-top: 5em;
      padding-bottom: 8em; } }

.author-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }

.colorlib-heading {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.8;
  position: relative; }
  .colorlib-heading span {
    display: block; }
  @media screen and (max-width: 768px) {
    .colorlib-heading {
      margin-bottom: 3em;
      margin-right:10px;} }

.heading-meta {
  margin-bottom: 15px;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #999999;
  font-weight: 500;
  letter-spacing: 5px; }

.about-img {
  width: 100%;
  height: 600px;
  margin-bottom: 30px; }

.about-desc h3 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 500; }

.hire {
  padding: 2em;
  background: #f9bf3f; border-radius:5px;}
  .hire h2 {
    line-height: 1.5; }
  .hire .btn-hire {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    bordeR: 1px solid #000;
    padding: 2px 10px; }

.fancy-collapse-panel .panel-default > .panel-heading {
  padding: 0; }

.panel-heading a {
  padding: 20px 25px;
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #2c98f0;
  color: #fff;
  position: relative;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important; }

.panel {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  border: none; }

.panel-heading a:after {
  font-family: "icomoon";
  content: "\ea31";
  position: absolute;
  right: 20px;
  font-size: 14px;
  font-weight: 400;
  top: 50%;
  line-height: 1;
  margin-top: -7px; }

.panel-heading a.collapsed:after {
  content: "\ea30"; }

.panel-heading a.collapsed {
  background: #f2f3f7;
  border: 1px solid #e6e6e6 !important;
  color: #333333; }

.panel-body {
  padding: 1.5em;
  margin-top: 5px;
  border: 1px solid #e6e6e6 !important; }

.timeline-centered {
  position: relative;
  margin-bottom: 30px; }

.timeline-centered:before, .timeline-centered:after {
  content: " ";
  display: table; }

.timeline-centered:after {
  clear: both; }

.timeline-centered:before, .timeline-centered:after {
  content: " ";
  display: table; }

.timeline-centered:after {
  clear: both; }

.timeline-centered:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  background: #f2f3f7;
  top: 20px;
  bottom: 20px;
  margin-left: 29px; }

.timeline-centered .timeline-entry {
  position: relative;
  margin-top: 5px;
  margin-left: 30px;
  margin-bottom: 10px;
  clear: both; }

.timeline-centered .timeline-entry .timeline-entry-inner {
  position: relative;
  margin-left: -20px; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
  display: block;
  width: 45px;
  height: 45px;
  background: #2c98f0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  -moz-box-shadow: 0 0 0 5px #f2f3f7;
  -webkit-box-shadow: 0 0 0 5px #f2f3f7;
  box-shadow: 0 0 0 5px #f2f3f7;
  line-height: 40px;
  float: left; }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon i {
    color: #fff;
    vertical-align:middle;  font-size:22px;}
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-2 {
    background: #ec5453; }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-3 {
    background: #f9bf3f; }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-4 {
    background: #a84cb8; }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-5 {
    background: #2fa499; }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-none {
    background: #fff;
    width: 20px;
    height: 20px;
    margin-left: 10px; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
  position: relative;
  background: #f2f3f7;
  padding: 1.5em;
  margin-left: 60px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;border-radius:15px 0 0 15px; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #f2f3f7 transparent transparent;
  left: 0;
  top: 10px;
  margin-left: -9px; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
  margin-top: 15px; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
  font-size: 20px;
  font-weight: 500; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
  color: #000; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
  -webkit-opacity: .4;
  -moz-opacity: .4;
  opacity: .4;
  -ms-filter: alpha(opacity=40);
  filter: alpha(opacity=40);
  font-size: 16px; }

.services {
  margin-bottom: 30px;
  padding: 1.5em;
  -webkit-box-shadow: 0px 0px 56px -8px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 0px 56px -8px rgba(0, 0, 0, 0.17);
  -ms-box-shadow: 0px 0px 56px -8px rgba(0, 0, 0, 0.17);
  -o-box-shadow: 0px 0px 56px -8px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 0px 56px -8px rgba(0, 0, 0, 0.17);
  border-bottom: 2px solid #2c98f0; }
  .services .icon2 {
    display: block;
    margin-bottom: 20px; }
    .services .icon2 i {
      font-size: 30px;
      color: #2c98f0; }
  .services h3 {
    font-size: 20px;
    font-weight: 500; }
  .services.color-2 {
    border-bottom: 2px solid #ec5453;}
    .services.color-2 .icon2 i {
      color: #ec5453; }
  .services.color-3 {
    border-bottom: 2px solid #f9bf3f;}
    .services.color-3 .icon2 i {
      color: #f9bf3f; }
  .services.color-4 {
    border-bottom: 2px solid #a84cb8; }
    .services.color-4 .icon2 i {
      color: #a84cb8; }
  .services.color-5 {
    border-bottom: 2px solid #2fa499; }
  .services.color-6 {
    border-bottom: 2px solid #4054b2; }
.services {
  margin-bottom: 80px;
  position: relative;
  z-index: 0;  border-radius:10px; }
  @media screen and (max-width: 768px) {
    .services {
      margin-bottom: 4em; } }
  .services .icon {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    width: 100px;
    height: 50px;
    display: table;
    margin: 0 auto;
    background: #2c98f0; }
    .services .icon:before, .services .icon:after {
      position: absolute;
      left: 0;
      right: 0;
      content: ''; }
    .services .icon:before {
      top: -30px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 50px 30px 50px;
      border-color: transparent transparent #2c98f0 transparent; }
    .services .icon:after {
      bottom: -30px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 30px 50px 0 50px;
      border-color: #2c98f0 transparent transparent transparent; }
    .services .icon i {
      font-size: 30px;
      color: #fff;
      z-index: 1;
      display: table-cell;
      vertical-align: middle; }
  .services .desc {
    margin-top: 60px; }
    .services .desc h3 {
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase; }
  .services.color-2 .icon {
    background: #ec5453; }
    .services.color-2 .icon:before {
      border-color: transparent transparent #ec5453 transparent; }
    .services.color-2 .icon:after {
      border-color: #ec5453 transparent transparent transparent; }
  .services.color-3 .icon {
    background: #f9bf3f; }
    .services.color-3 .icon:before {
      border-color: transparent transparent #f9bf3f transparent; }
    .services.color-3 .icon:after {
      border-color: #f9bf3f transparent transparent transparent; }
  .services.color-4 .icon {
    background: #a84cb8; }
    .services.color-4 .icon:before {
      border-color: transparent transparent #a84cb8 transparent; }
    .services.color-4 .icon:after {
      border-color: #a84cb8 transparent transparent transparent; }
  .services.color-5 .icon {
    background: #2fa499; }
    .services.color-5 .icon:before {
      border-color: transparent transparent #2fa499 transparent; }
    .services.color-5 .icon:after {
      border-color: #2fa499 transparent transparent transparent; }
  .services.color-6 .icon {
    background: #4054b2; }
    .services.color-6 .icon:before {
      border-color: transparent transparent #4054b2 transparent; }
    .services.color-6 .icon:after {
      border-color: #4054b2 transparent transparent transparent; }

.progress-wrap h3 {
  font-size: 16px;
  margin-bottom: 10px; }

.progress {
  height: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f2f3f7;
  overflow: visible; }

.progress-bar {
  background: #2c98f0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  line-height: 1.2;
  color: #000;
  font-weight: 600;
  text-align: right;
  position: relative;
  overflow: visible;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px; }
  .progress-bar:after {
    position: absolute;
    top: -2px;
    right: 0;
    width: 10px;
    height: 10px;
    content: '';
    background: #2c98f0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .progress-bar span {
    position: absolute;
    top: -22px;
    right: 0; }
  .progress-bar.color-1 {
    background: #2c98f0; }
    .progress-bar.color-1:after {
      background: #2c98f0; }
    .progress-bar.color-1 span {
      color: #2c98f0; }
  .progress-bar.color-2 {
    background: #ec5453; }
    .progress-bar.color-2:after {
      background: #ec5453; }
    .progress-bar.color-2 span {
      color: #ec5453; }
  .progress-bar.color-3 {
    background: #f9bf3f; }
    .progress-bar.color-3:after {
      background: #f9bf3f; }
    .progress-bar.color-3 span {
      color: #f9bf3f; }
  .progress-bar.color-4 {
    background: #a84cb8; }
    .progress-bar.color-4:after {
      background: #a84cb8; }
    .progress-bar.color-4 span {
      color: #a84cb8; }
  .progress-bar.color-5 {
    background: #2fa499; }
    .progress-bar.color-5:after {
      background: #2fa499; }
    .progress-bar.color-5 span {
      color: #2fa499; }
  .progress-bar.color-6 {
    background: #4054b2; }
    .progress-bar.color-6:after {
      background: #4054b2; }
    .progress-bar.color-6 span {
      color: #4054b2; }

.colorlib-feature {
  text-align: left;
  width: 100%;
  float: left;
  margin-bottom: 40px;
  position: relative; }
  .colorlib-feature .colorlib-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    display: table;
    text-align: center;
    background: #f2f3f7;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px; }
    .colorlib-feature .colorlib-icon i {
      display: table-cell;
      vertical-align: middle;
      color: #2c98f0;
      font-size: 60px; }
      @media screen and (max-width: 1200px) {
        .colorlib-feature .colorlib-icon i {
          font-size: 40px; } }
  .colorlib-feature .colorlib-text {
    padding-left: 120px;
    width: 100%; }
    .colorlib-feature .colorlib-text h2, .colorlib-feature .colorlib-text h3 {
      margin: 0;
      padding: 0; }
    .colorlib-feature .colorlib-text h3 {
      font-weight: 500;
      margin-bottom: 20px;
      color: rgba(0, 0, 0, 0.7);
      font-size: 14px;
      letter-spacing: 3px;
      text-transform: uppercase; }
  .colorlib-feature.colorlib-feature-sm .colorlib-text {
    margin-top: 30px; }
  .colorlib-feature.colorlib-feature-sm .colorlib-icon i {
    color: #fff;
    font-size: 50px; border-radius:50px;}
    @media screen and (max-width: 1200px) {
      .colorlib-feature.colorlib-feature-sm .colorlib-icon i {
        font-size: 28px; } }

.blog-entry {
  width: 100%;
  float: left;
  background: #fff;
  margin-bottom: 3em; }
  @media screen and (max-width: 768px) {
    .blog-entry {
      margin-bottom: 3em; } }
  .blog-entry .blog-img {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 25px; }
    .blog-entry .blog-img img {
      position: relative;
      max-width: 100%;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .blog-entry .desc h3 {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: auto;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .blog-entry .desc h3 a {
      color: #000;
      text-decoration: none; }
  .blog-entry .desc span {
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4) !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400; }
    .blog-entry .desc span small i {
      color: #999999; }
  .blog-entry .desc .lead {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000; }
  .blog-entry:hover .blog-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.work-menu span {
  margin-left: 10px; }
  .work-menu span:first-child {
    margin-left: 0; }
  .work-menu span a {
    color: #000; }
    .work-menu span a.active {
      color: #2c98f0; }

.project {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
  width: 100%;
  display: block;
  margin-bottom: 30px; border-radius:10px;}
  .project .desc {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:#5724e3c2;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; border-radius:10px; }
    .project .desc .con {
      padding: 20px;
      display: block;
      position: relative;
      height: 300px; }
      .project .desc .con .icon {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px; }
        .project .desc .con .icon span {
          display: inline;
          padding-right: 5px; }
          .project .desc .con .icon span a {
            color: #333333;
            padding: 5px;
            background: rgba(255, 255, 255, 0.5);
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            border-radius: 4px; }
        .project .desc .con .icon i {
          font-size: 16px;
          color: #333333; }
    .project .desc h3 {
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1px;
      -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
      -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, -webkit-transform 0.3s;
      -o-transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
      -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0);
      margin-bottom: 15px; }
      .project .desc h3 a {
        color: #fff; }
    .project .desc span {
      display: block;
      color: rgba(255, 255, 255, 0.7);
      font-size: 13px;
      -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
      -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, -webkit-transform 0.3s;
      -o-transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
      -webkit-transform: translate3d(0, 15px, 0);
      transform: translate3d(0, 15px, 0); }
      .project .desc span a {
        color: #000; }
    @media screen and (max-width: 768px) {
      .project .desc {
        opacity: 1;
        background: rgba(0, 0, 0, 0.4); }
        .project .desc h3 {
          font-style: 28px;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          color: #000; }
        .project .desc span {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); } }
  .project:hover .desc {
    opacity: 1; }
    .project:hover .desc h3 {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .project:hover .desc span {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }

.btn-load-more {
  width: 100%; }

#colorlib-counter {
  position: relative;
  clear: both;
  margin-bottom: 5em; }

.colorlib-counters {
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center; }
  .colorlib-counters .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4); }
  .colorlib-counters .icon {
    width: 100px;
    height: 100px;
    display: table;
    margin: 0 auto;
    margin-bottom: 20px; }
    .colorlib-counters .icon i {
      display: table-cell;
      vertical-align: middle;
      width: 100px;
      height: 100px;
      font-size: 50px;
      color: #2c98f0;
      background: #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
  .colorlib-counters .counter-wrap {
    border: 1px solid red !important; }
  .colorlib-counters .colorlib-counter {
    font-size: 40px;
    display: block;
    color: white;
    width: 100%;
    font-weight: 700;
    margin-bottom: .3em; 
      font-family:mikhak;
  }
  .colorlib-counters .colorlib-counter-label {
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 5px;
    margin-bottom: 2em;
    display: block; }

.colorlib-social {
  padding: 0;
  margin: 0;
  text-align: center; }
  .colorlib-social li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .colorlib-social li a {
      font-size: 22px;
      color: #000;
      padding: 10px;
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      -ms-border-radius: 7px;
      border-radius: 7px; }
      @media screen and (max-width: 768px) {
        .colorlib-social li a {
          padding: 10px 8px; } }
      .colorlib-social li a:hover {
        color: #2c98f0; }
      .colorlib-social li a:hover, .colorlib-social li a:active, .colorlib-social li a:focus {
        outline: none;
        text-decoration: none;
        color: #2c98f0; }

#map {
  width: 100%;
  height: 700px; }
  @media screen and (max-width: 768px) {
    #map {
      height: 200px; } }

.colorlib-bg-color {
  background: #fafafa;
  position: relative; }

.pagination {
  padding: 0; }
  .pagination li {
    margin: 2px; }
    .pagination li a {
      color: #000;
      background: transparent;
      color: #000;
      margin: 2px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
      .pagination li a:first-child {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px; }
      .pagination li a:hover, .pagination li a:focus {
        background: #2c98f0;
        color: #fff;
        border: 1px solid #2c98f0; }
      @media screen and (max-width: 768px) {
        .pagination li a {
          padding: 7px 15px; } }
    .pagination li.active a {
      background: #2c98f0;
      border: 1px solid #2c98f0 !important; }
      .pagination li.active a:hover, .pagination li.active a:focus {
        background: #2c98f0;
        color: #fff;
        border: 1px solid #2c98f0 !important; }

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 15px !important; }
  .btn.btn-sm {
    padding: 4px 15px !important; }
  .btn.btn-md {
    padding: 8px 20px !important; }
  .btn.btn-lg {
    padding: 18px 36px !important; }
  .btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important; }

.btn-primary {
  background: #2c98f0;
  color: #fff;
  border: 2px solid #2c98f0; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #44a4f2 !important;
    border-color: #44a4f2 !important; }
  .btn-primary.btn-outline {
    background: transparent;
    color: #2c98f0;
    border: 2px solid #2c98f0; }
    .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
      background: #2c98f0;
      color: #fff; }

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important; }
  .btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c; }
    .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
      background: #5cb85c;
      color: #fff; }

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de; }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important; }
  .btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de; }
    .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
      background: #5bc0de;
      color: #fff; }

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important; }
  .btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e; }
    .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
      background: #f0ad4e;
      color: #fff; }

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important; }
  .btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f; }
    .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
      background: #d9534f;
      color: #fff; }

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: transparent;
  background: #f2f3f7;
  height: 54px;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    background: #f0f0f0; }

#message {
  height: 130px; }

.colorlib-nav-toggle {
  cursor: pointer;
  text-decoration: none; }
  .colorlib-nav-toggle.active i::before, .colorlib-nav-toggle.active i::after {
    background: #000; }
  .colorlib-nav-toggle.dark.active i::before, .colorlib-nav-toggle.dark.active i::after {
    background: #000; }
  .colorlib-nav-toggle:hover, .colorlib-nav-toggle:focus, .colorlib-nav-toggle:active {
    outline: none;
    border-bottom: none !important; }
  .colorlib-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 30px;
    height: 2px;
    color: #000;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #000;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after {
      content: '';
      width: 30px;
      height: 2px;
      background: #000;
      position: absolute;
      left: 0;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
  .colorlib-nav-toggle.dark i {
    position: relative;
    color: #000;
    background: #000;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .colorlib-nav-toggle.dark i::before, .colorlib-nav-toggle.dark i::after {
      background: #000;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }

.colorlib-nav-toggle i::before {
  top: -7px; }

.colorlib-nav-toggle i::after {
  bottom: -7px; }

.colorlib-nav-toggle:hover i::before {
  top: -10px; }

.colorlib-nav-toggle:hover i::after {
  bottom: -10px; }

.colorlib-nav-toggle.active i {
  background: transparent; }

.colorlib-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.colorlib-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg); }

.colorlib-nav-toggle {
  position: fixed;

  top: 0px;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
  visibility: hidden;
  padding: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 768px) {
    .colorlib-nav-toggle {
      opacity: 1;
      visibility: visible; } }

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%; } }

.row-bottom-padded-lg {
  padding-bottom: 7em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-lg {
      padding-bottom: 1em; } }

.row-bottom-padded-md {
  padding-bottom: 3em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-md {
      padding-bottom: 1em; } }

.row-bottom-padded-sm {
  padding-bottom: 1em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
      padding-bottom: 1em; } }

.row-pt-md {
  padding-top: 3em; }

.col-padding {
  padding: 10px !important; }

.js .animate-box {
  opacity: 0; }
.scoial a {
        font-family:mikhak;
          text-decoration: none;
          position: relative;
          padding: 10px 0;
           font-size:17px;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
          .scoial a:after {
            content: "";
            position: absolute;
            height: 1px;
            bottom: 7px;
            left: 0;
            right: 0;
            background-color: #2c98f0;
            visibility: hidden;
            -webkit-transform: scaleX(0);
            -moz-transform: scaleX(0);
            -ms-transform: scaleX(0);
            -o-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
         .scoial a:hover {
            text-decoration: none;
            color: black; }
           .scoial a:hover:after {
              visibility: visible;
              -webkit-transform: scaleX(1);
              -moz-transform: scaleX(1);
              -ms-transform: scaleX(1);
              -o-transform: scaleX(1);
              transform: scaleX(1); }
        .scoial .active a {
          color: #2c98f0; }
         .scoial .active a:after {
            visibility: visible;
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -o-transform: scaleX(1);
            transform: scaleX(1); }
/*@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  /*content: "\0020";*/
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
@font-face {
  font-family: 'icomoon';
  src:  url('icomoon.eot?sqb3jf');
  src:  url('icomoon.eot?sqb3jf#iefix') format('embedded-opentype'),
    url('icomoon.ttf?sqb3jf') format('truetype'),
    url('icomoon.woff?sqb3jf') format('woff'),
    url('icomoon.svg?sqb3jf#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-twitch2:before {
  content: "\eb11";
}
.icon-node-dot-js:before {
  content: "\e905";
  color: #393;
}
.icon-javascript:before {
  content: "\e901";
  color: #f7df1e;
}
.icon-css3:before {
  content: "\e902";
  color: #1572b6;
}
.icon-html5:before {
  content: "\e904";
  color: #e34f26;
}
.icon-php1:before {
  content: "\e900";
  color: #777bb4;
}
.icon-home:before {
  content: "\e926";
}
.icon-home2:before {
  content: "\e927";
}
.icon-home3:before {
  content: "\e928";
}
.icon-office:before {
  content: "\e929";
}
.icon-newspaper:before {
  content: "\e92a";
}
.icon-pencil:before {
  content: "\e92b";
}
.icon-pencil2:before {
  content: "\e92c";
}
.icon-quill:before {
  content: "\e92d";
}
.icon-pen:before {
  content: "\e92e";
}
.icon-blog:before {
  content: "\e92f";
}
.icon-eyedropper:before {
  content: "\e930";
}
.icon-droplet:before {
  content: "\e931";
}
.icon-paint-format:before {
  content: "\e932";
}
.icon-image:before {
  content: "\e933";
}
.icon-images:before {
  content: "\e934";
}
.icon-camera:before {
  content: "\e935";
}
.icon-headphones:before {
  content: "\e936";
}
.icon-music:before {
  content: "\e937";
}
.icon-play:before {
  content: "\e938";
}
.icon-film:before {
  content: "\e939";
}
.icon-video-camera:before {
  content: "\e93a";
}
.icon-dice:before {
  content: "\e93b";
}
.icon-pacman:before {
  content: "\e93c";
}
.icon-spades:before {
  content: "\e93d";
}
.icon-clubs:before {
  content: "\e93e";
}
.icon-diamonds:before {
  content: "\e93f";
}
.icon-bullhorn:before {
  content: "\e940";
}
.icon-connection:before {
  content: "\e941";
}
.icon-podcast:before {
  content: "\e942";
}
.icon-feed:before {
  content: "\e943";
}
.icon-mic:before {
  content: "\e944";
}
.icon-book:before {
  content: "\e945";
}
.icon-books:before {
  content: "\e946";
}
.icon-library:before {
  content: "\e947";
}
.icon-file-text:before {
  content: "\e948";
}
.icon-profile:before {
  content: "\e949";
}
.icon-file-empty:before {
  content: "\e94a";
}
.icon-files-empty:before {
  content: "\e94b";
}
.icon-file-text2:before {
  content: "\e94c";
}
.icon-file-picture:before {
  content: "\e94d";
}
.icon-file-music:before {
  content: "\e94e";
}
.icon-file-play:before {
  content: "\e94f";
}
.icon-file-video:before {
  content: "\e950";
}
.icon-file-zip:before {
  content: "\e951";
}
.icon-copy:before {
  content: "\e952";
}
.icon-paste:before {
  content: "\e953";
}
.icon-stack:before {
  content: "\e954";
}
.icon-folder:before {
  content: "\e955";
}
.icon-folder-open:before {
  content: "\e956";
}
.icon-folder-plus:before {
  content: "\e957";
}
.icon-folder-minus:before {
  content: "\e958";
}
.icon-folder-download:before {
  content: "\e959";
}
.icon-folder-upload:before {
  content: "\e95a";
}
.icon-price-tag:before {
  content: "\e95b";
}
.icon-price-tags:before {
  content: "\e95c";
}
.icon-barcode:before {
  content: "\e95d";
}
.icon-qrcode:before {
  content: "\e95e";
}
.icon-ticket:before {
  content: "\e95f";
}
.icon-cart:before {
  content: "\e960";
}
.icon-coin-dollar:before {
  content: "\e961";
}
.icon-coin-euro:before {
  content: "\e962";
}
.icon-coin-pound:before {
  content: "\e963";
}
.icon-coin-yen:before {
  content: "\e964";
}
.icon-credit-card:before {
  content: "\e965";
}
.icon-calculator:before {
  content: "\e966";
}
.icon-lifebuoy:before {
  content: "\e967";
}
.icon-phone:before {
  content: "\e968";
}
.icon-phone-hang-up:before {
  content: "\e969";
}
.icon-address-book:before {
  content: "\e96a";
}
.icon-envelop:before {
  content: "\e96b";
}
.icon-pushpin:before {
  content: "\e96c";
}
.icon-location:before {
  content: "\e96d";
}
.icon-location2:before {
  content: "\e96e";
}
.icon-compass:before {
  content: "\e96f";
}
.icon-compass2:before {
  content: "\e970";
}
.icon-map:before {
  content: "\e971";
}
.icon-map2:before {
  content: "\e972";
}
.icon-history:before {
  content: "\e973";
}
.icon-clock:before {
  content: "\e974";
}
.icon-clock2:before {
  content: "\e975";
}
.icon-alarm:before {
  content: "\e976";
}
.icon-bell:before {
  content: "\e977";
}
.icon-stopwatch:before {
  content: "\e978";
}
.icon-calendar:before {
  content: "\e979";
}
.icon-printer:before {
  content: "\e97a";
}
.icon-keyboard:before {
  content: "\e97b";
}
.icon-display:before {
  content: "\e97c";
}
.icon-laptop:before {
  content: "\e97d";
}
.icon-mobile:before {
  content: "\e97e";
}
.icon-mobile2:before {
  content: "\e97f";
}
.icon-tablet:before {
  content: "\e980";
}
.icon-tv:before {
  content: "\e981";
}
.icon-drawer:before {
  content: "\e982";
}
.icon-drawer2:before {
  content: "\e983";
}
.icon-box-add:before {
  content: "\e984";
}
.icon-box-remove:before {
  content: "\e985";
}
.icon-download:before {
  content: "\e986";
}
.icon-upload:before {
  content: "\e987";
}
.icon-floppy-disk:before {
  content: "\e988";
}
.icon-drive:before {
  content: "\e989";
}
.icon-database:before {
  content: "\e98a";
}
.icon-undo:before {
  content: "\e98b";
}
.icon-redo:before {
  content: "\e98c";
}
.icon-undo2:before {
  content: "\e98d";
}
.icon-redo2:before {
  content: "\e98e";
}
.icon-forward:before {
  content: "\e98f";
}
.icon-reply:before {
  content: "\e990";
}
.icon-bubble:before {
  content: "\e991";
}
.icon-bubbles:before {
  content: "\e992";
}
.icon-bubbles2:before {
  content: "\e993";
}
.icon-bubble2:before {
  content: "\e994";
}
.icon-bubbles3:before {
  content: "\e995";
}
.icon-bubbles4:before {
  content: "\e996";
}
.icon-user:before {
  content: "\e997";
}
.icon-users:before {
  content: "\e998";
}
.icon-user-plus:before {
  content: "\e999";
}
.icon-user-minus:before {
  content: "\e99a";
}
.icon-user-check:before {
  content: "\e99b";
}
.icon-user-tie:before {
  content: "\e99c";
}
.icon-quotes-left:before {
  content: "\e99d";
}
.icon-quotes-right:before {
  content: "\e99e";
}
.icon-hour-glass:before {
  content: "\e99f";
}
.icon-spinner:before {
  content: "\e9a0";
}
.icon-spinner2:before {
  content: "\e9a1";
}
.icon-spinner3:before {
  content: "\e9a2";
}
.icon-spinner4:before {
  content: "\e9a3";
}
.icon-spinner5:before {
  content: "\e9a4";
}
.icon-spinner6:before {
  content: "\e9a5";
}
.icon-spinner7:before {
  content: "\e9a6";
}
.icon-spinner8:before {
  content: "\e9a7";
}
.icon-spinner9:before {
  content: "\e9a8";
}
.icon-spinner10:before {
  content: "\e9a9";
}
.icon-spinner11:before {
  content: "\e9aa";
}
.icon-binoculars:before {
  content: "\e9ab";
}
.icon-search:before {
  content: "\e9ac";
}
.icon-zoom-in:before {
  content: "\e9ad";
}
.icon-zoom-out:before {
  content: "\e9ae";
}
.icon-enlarge:before {
  content: "\e9af";
}
.icon-shrink:before {
  content: "\e9b0";
}
.icon-enlarge2:before {
  content: "\e9b1";
}
.icon-shrink2:before {
  content: "\e9b2";
}
.icon-key:before {
  content: "\e9b3";
}
.icon-key2:before {
  content: "\e9b4";
}
.icon-lock:before {
  content: "\e9b5";
}
.icon-unlocked:before {
  content: "\e9b6";
}
.icon-wrench:before {
  content: "\e9b7";
}
.icon-equalizer:before {
  content: "\e9b8";
}
.icon-equalizer2:before {
  content: "\e9b9";
}
.icon-cog:before {
  content: "\e9ba";
}
.icon-cogs:before {
  content: "\e9bb";
}
.icon-hammer:before {
  content: "\e9bc";
}
.icon-magic-wand:before {
  content: "\e9bd";
}
.icon-aid-kit:before {
  content: "\e9be";
}
.icon-bug:before {
  content: "\e9bf";
}
.icon-pie-chart:before {
  content: "\e9c0";
}
.icon-stats-dots:before {
  content: "\e9c1";
}
.icon-stats-bars:before {
  content: "\e9c2";
}
.icon-stats-bars2:before {
  content: "\e9c3";
}
.icon-trophy:before {
  content: "\e9c4";
}
.icon-gift:before {
  content: "\e9c5";
}
.icon-glass:before {
  content: "\e9c6";
}
.icon-glass2:before {
  content: "\e9c7";
}
.icon-mug:before {
  content: "\e9c8";
}
.icon-spoon-knife:before {
  content: "\e9c9";
}
.icon-leaf:before {
  content: "\e9ca";
}
.icon-rocket:before {
  content: "\e9cb";
}
.icon-meter:before {
  content: "\e9cc";
}
.icon-meter2:before {
  content: "\e9cd";
}
.icon-hammer2:before {
  content: "\e9ce";
}
.icon-fire:before {
  content: "\e9cf";
}
.icon-lab:before {
  content: "\e9d0";
}
.icon-magnet:before {
  content: "\e9d1";
}
.icon-bin:before {
  content: "\e9d2";
}
.icon-bin2:before {
  content: "\e9d3";
}
.icon-briefcase:before {
  content: "\e9d4";
}
.icon-airplane:before {
  content: "\e9d5";
}
.icon-truck:before {
  content: "\e9d6";
}
.icon-road:before {
  content: "\e9d7";
}
.icon-accessibility:before {
  content: "\e9d8";
}
.icon-target:before {
  content: "\e9da";
}
.icon-shield:before {
  content: "\e9db";
}
.icon-power:before {
  content: "\e9dc";
}
.icon-switch:before {
  content: "\e9dd";
}
.icon-power-cord:before {
  content: "\e9de";
}
.icon-clipboard:before {
  content: "\e9df";
}
.icon-list-numbered:before {
  content: "\e9e0";
}
.icon-list:before {
  content: "\e9e1";
}
.icon-list2:before {
  content: "\e9e2";
}
.icon-tree:before {
  content: "\e9e3";
}
.icon-menu:before {
  content: "\e9e4";
}
.icon-menu2:before {
  content: "\e9e5";
}
.icon-menu3:before {
  content: "\e9e6";
}
.icon-menu4:before {
  content: "\e9e7";
}
.icon-cloud:before {
  content: "\e9e8";
}
.icon-cloud-download:before {
  content: "\e9e9";
}
.icon-cloud-upload:before {
  content: "\e9ea";
}
.icon-cloud-check:before {
  content: "\e9eb";
}
.icon-download2:before {
  content: "\e9ec";
}
.icon-upload2:before {
  content: "\e9ed";
}
.icon-download3:before {
  content: "\e9ee";
}
.icon-upload3:before {
  content: "\e9ef";
}
.icon-sphere:before {
  content: "\e9f0";
}
.icon-earth:before {
  content: "\e9f1";
}
.icon-link:before {
  content: "\e9f2";
}
.icon-flag:before {
  content: "\e9f3";
}
.icon-attachment:before {
  content: "\e9f4";
}
.icon-eye:before {
  content: "\e9f5";
}
.icon-eye-plus:before {
  content: "\e9f6";
}
.icon-eye-minus:before {
  content: "\e9f7";
}
.icon-eye-blocked:before {
  content: "\e9f8";
}
.icon-bookmark:before {
  content: "\e9f9";
}
.icon-bookmarks:before {
  content: "\e9fa";
}
.icon-sun:before {
  content: "\e9fb";
}
.icon-contrast:before {
  content: "\e9fc";
}
.icon-brightness-contrast:before {
  content: "\e9fd";
}
.icon-star-empty:before {
  content: "\e9fe";
}
.icon-star-half:before {
  content: "\e9ff";
}
.icon-star-full:before {
  content: "\e9d9";
}
.icon-heart:before {
  content: "\ea00";
}
.icon-heart-broken:before {
  content: "\ea01";
}
.icon-man:before {
  content: "\ea02";
}
.icon-woman:before {
  content: "\ea03";
}
.icon-man-woman:before {
  content: "\ea04";
}
.icon-happy:before {
  content: "\ea05";
}
.icon-happy2:before {
  content: "\ea06";
}
.icon-smile:before {
  content: "\ea07";
}
.icon-smile2:before {
  content: "\ea08";
}
.icon-tongue:before {
  content: "\ea09";
}
.icon-tongue2:before {
  content: "\ea0a";
}
.icon-sad:before {
  content: "\ea0b";
}
.icon-sad2:before {
  content: "\ea0c";
}
.icon-wink:before {
  content: "\ea0d";
}
.icon-wink2:before {
  content: "\ea0e";
}
.icon-grin:before {
  content: "\ea0f";
}
.icon-grin2:before {
  content: "\ea10";
}
.icon-cool:before {
  content: "\ea11";
}
.icon-cool2:before {
  content: "\ea12";
}
.icon-angry:before {
  content: "\ea13";
}
.icon-angry2:before {
  content: "\ea14";
}
.icon-evil:before {
  content: "\ea15";
}
.icon-evil2:before {
  content: "\ea16";
}
.icon-shocked:before {
  content: "\ea17";
}
.icon-shocked2:before {
  content: "\ea18";
}
.icon-baffled:before {
  content: "\ea19";
}
.icon-baffled2:before {
  content: "\ea1a";
}
.icon-confused:before {
  content: "\ea1b";
}
.icon-confused2:before {
  content: "\ea1c";
}
.icon-neutral:before {
  content: "\ea1d";
}
.icon-neutral2:before {
  content: "\ea1e";
}
.icon-hipster:before {
  content: "\ea1f";
}
.icon-hipster2:before {
  content: "\ea20";
}
.icon-wondering:before {
  content: "\ea21";
}
.icon-wondering2:before {
  content: "\ea22";
}
.icon-sleepy:before {
  content: "\ea23";
}
.icon-sleepy2:before {
  content: "\ea24";
}
.icon-frustrated:before {
  content: "\ea25";
}
.icon-frustrated2:before {
  content: "\ea26";
}
.icon-crying:before {
  content: "\ea27";
}
.icon-crying2:before {
  content: "\ea28";
}
.icon-point-up:before {
  content: "\ea29";
}
.icon-point-right:before {
  content: "\ea2a";
}
.icon-point-down:before {
  content: "\ea2b";
}
.icon-point-left:before {
  content: "\ea2c";
}
.icon-warning:before {
  content: "\ea2d";
}
.icon-notification:before {
  content: "\ea2e";
}
.icon-question:before {
  content: "\ea2f";
}
.icon-plus:before {
  content: "\ea30";
}
.icon-minus:before {
  content: "\ea31";
}
.icon-info:before {
  content: "\ea32";
}
.icon-cancel-circle:before {
  content: "\ea33";
}
.icon-blocked:before {
  content: "\ea34";
}
.icon-cross:before {
  content: "\ea35";
}
.icon-checkmark:before {
  content: "\ea36";
}
.icon-checkmark2:before {
  content: "\ea37";
}
.icon-spell-check:before {
  content: "\ea38";
}
.icon-enter:before {
  content: "\ea39";
}
.icon-exit:before {
  content: "\ea3a";
}
.icon-play2:before {
  content: "\ea3b";
}
.icon-pause:before {
  content: "\ea3c";
}
.icon-stop:before {
  content: "\ea3d";
}
.icon-previous:before {
  content: "\ea3e";
}
.icon-next:before {
  content: "\ea3f";
}
.icon-backward:before {
  content: "\ea40";
}
.icon-forward2:before {
  content: "\ea41";
}
.icon-play3:before {
  content: "\ea42";
}
.icon-pause2:before {
  content: "\ea43";
}
.icon-stop2:before {
  content: "\ea44";
}
.icon-backward2:before {
  content: "\ea45";
}
.icon-forward3:before {
  content: "\ea46";
}
.icon-first:before {
  content: "\ea47";
}
.icon-last:before {
  content: "\ea48";
}
.icon-previous2:before {
  content: "\ea49";
}
.icon-next2:before {
  content: "\ea4a";
}
.icon-eject:before {
  content: "\ea4b";
}
.icon-volume-high:before {
  content: "\ea4c";
}
.icon-volume-medium:before {
  content: "\ea4d";
}
.icon-volume-low:before {
  content: "\ea4e";
}
.icon-volume-mute:before {
  content: "\ea4f";
}
.icon-volume-mute2:before {
  content: "\ea50";
}
.icon-volume-increase:before {
  content: "\ea51";
}
.icon-volume-decrease:before {
  content: "\ea52";
}
.icon-loop:before {
  content: "\ea53";
}
.icon-loop2:before {
  content: "\ea54";
}
.icon-infinite:before {
  content: "\ea55";
}
.icon-shuffle:before {
  content: "\ea56";
}
.icon-arrow-up-left:before {
  content: "\ea57";
}
.icon-arrow-up:before {
  content: "\ea58";
}
.icon-arrow-up-right:before {
  content: "\ea59";
}
.icon-arrow-right:before {
  content: "\ea5a";
}
.icon-arrow-down-right:before {
  content: "\ea5b";
}
.icon-arrow-down:before {
  content: "\ea5c";
}
.icon-arrow-down-left:before {
  content: "\ea5d";
}
.icon-arrow-left:before {
  content: "\ea5e";
}
.icon-arrow-up-left2:before {
  content: "\ea5f";
}
.icon-arrow-up2:before {
  content: "\ea60";
}
.icon-arrow-up-right2:before {
  content: "\ea61";
}
.icon-arrow-right2:before {
  content: "\ea62";
}
.icon-arrow-down-right2:before {
  content: "\ea63";
}
.icon-arrow-down2:before {
  content: "\ea64";
}
.icon-arrow-down-left2:before {
  content: "\ea65";
}
.icon-arrow-left2:before {
  content: "\ea66";
}
.icon-circle-up:before {
  content: "\ea67";
}
.icon-circle-right:before {
  content: "\ea68";
}
.icon-circle-down:before {
  content: "\ea69";
}
.icon-circle-left:before {
  content: "\ea6a";
}
.icon-tab:before {
  content: "\ea6b";
}
.icon-move-up:before {
  content: "\ea6c";
}
.icon-move-down:before {
  content: "\ea6d";
}
.icon-sort-alpha-asc:before {
  content: "\ea6e";
}
.icon-sort-alpha-desc:before {
  content: "\ea6f";
}
.icon-sort-numeric-asc:before {
  content: "\ea70";
}
.icon-sort-numberic-desc:before {
  content: "\ea71";
}
.icon-sort-amount-asc:before {
  content: "\ea72";
}
.icon-sort-amount-desc:before {
  content: "\ea73";
}
.icon-command:before {
  content: "\ea74";
}
.icon-shift:before {
  content: "\ea75";
}
.icon-ctrl:before {
  content: "\ea76";
}
.icon-opt:before {
  content: "\ea77";
}
.icon-checkbox-checked:before {
  content: "\ea78";
}
.icon-checkbox-unchecked:before {
  content: "\ea79";
}
.icon-radio-checked:before {
  content: "\ea7a";
}
.icon-radio-checked2:before {
  content: "\ea7b";
}
.icon-radio-unchecked:before {
  content: "\ea7c";
}
.icon-crop:before {
  content: "\ea7d";
}
.icon-make-group:before {
  content: "\ea7e";
}
.icon-ungroup:before {
  content: "\ea7f";
}
.icon-scissors:before {
  content: "\ea80";
}
.icon-filter:before {
  content: "\ea81";
}
.icon-font:before {
  content: "\ea82";
}
.icon-ligature:before {
  content: "\ea83";
}
.icon-ligature2:before {
  content: "\ea84";
}
.icon-text-height:before {
  content: "\ea85";
}
.icon-text-width:before {
  content: "\ea86";
}
.icon-font-size:before {
  content: "\ea87";
}
.icon-bold:before {
  content: "\ea88";
}
.icon-underline:before {
  content: "\ea89";
}
.icon-italic:before {
  content: "\ea8a";
}
.icon-strikethrough:before {
  content: "\ea8b";
}
.icon-omega:before {
  content: "\ea8c";
}
.icon-sigma:before {
  content: "\ea8d";
}
.icon-page-break:before {
  content: "\ea8e";
}
.icon-superscript:before {
  content: "\ea8f";
}
.icon-subscript:before {
  content: "\ea90";
}
.icon-superscript2:before {
  content: "\ea91";
}
.icon-subscript2:before {
  content: "\ea92";
}
.icon-text-color:before {
  content: "\ea93";
}
.icon-pagebreak:before {
  content: "\ea94";
}
.icon-clear-formatting:before {
  content: "\ea95";
}
.icon-table:before {
  content: "\ea96";
}
.icon-table2:before {
  content: "\ea97";
}
.icon-insert-template:before {
  content: "\ea98";
}
.icon-pilcrow:before {
  content: "\ea99";
}
.icon-ltr:before {
  content: "\ea9a";
}
.icon-rtl:before {
  content: "\ea9b";
}
.icon-section:before {
  content: "\ea9c";
}
.icon-paragraph-left:before {
  content: "\ea9d";
}
.icon-paragraph-center:before {
  content: "\ea9e";
}
.icon-paragraph-right:before {
  content: "\ea9f";
}
.icon-paragraph-justify:before {
  content: "\eaa0";
}
.icon-indent-increase:before {
  content: "\eaa1";
}
.icon-indent-decrease:before {
  content: "\eaa2";
}
.icon-share:before {
  content: "\eaa3";
}
.icon-new-tab:before {
  content: "\eaa4";
}
.icon-embed:before {
  content: "\eaa5";
}
.icon-embed2:before {
  content: "\eaa6";
}
.icon-terminal:before {
  content: "\eaa7";
}
.icon-share2:before {
  content: "\eaa8";
}
.icon-mail:before {
  content: "\eaa9";
}
.icon-mail2:before {
  content: "\eaaa";
}
.icon-mail3:before {
  content: "\eaab";
}
.icon-mail4:before {
  content: "\eaac";
}
.icon-amazon:before {
  content: "\eaad";
}
.icon-google1:before {
  content: "\eaae";
}
.icon-google2:before {
  content: "\eaaf";
}
.icon-google3:before {
  content: "\eab0";
}
.icon-google-plus:before {
  content: "\eab1";
}
.icon-google-plus2:before {
  content: "\eab2";
}
.icon-google-plus3:before {
  content: "\eab3";
}
.icon-hangouts:before {
  content: "\eab4";
}
.icon-google-drive:before {
  content: "\eab5";
}
.icon-facebook1:before {
  content: "\eab6";
}
.icon-facebook2:before {
  content: "\eab7";
}
.icon-instagram1:before {
  content: "\eab8";
}
.icon-whatsapp1:before {
  content: "\eab9";
}
.icon-spotify:before {
  content: "\eaba";
}
.icon-telegram1:before {
  content: "\eabb";
}
.icon-twitter1:before {
  content: "\eabc";
}
.icon-vine:before {
  content: "\eabd";
}
.icon-vk:before {
  content: "\eabf";
}
.icon-renren:before {
  content: "\eac0";
}
.icon-sina-weibo:before {
  content: "\eac1";
}
.icon-rss:before {
  content: "\eac2";
}
.icon-rss2:before {
  content: "\eac3";
}
.icon-youtube:before {
  content: "\eac4";
}
.icon-youtube2:before {
  content: "\eac5";
}
.icon-twitch1:before {
  content: "\eac6";
}
.icon-vimeo:before {
  content: "\eac7";
}
.icon-vimeo2:before {
  content: "\eac8";
}
.icon-lanyrd:before {
  content: "\eac9";
}
.icon-flickr:before {
  content: "\eaca";
}
.icon-flickr2:before {
  content: "\eacb";
}
.icon-flickr3:before {
  content: "\eacc";
}
.icon-flickr4:before {
  content: "\eacd";
}
.icon-dribbble:before {
  content: "\eace";
}
.icon-behance:before {
  content: "\eacf";
}
.icon-behance2:before {
  content: "\ead0";
}
.icon-deviantart:before {
  content: "\ead1";
}
.icon-500px:before {
  content: "\ead2";
}
.icon-steam:before {
  content: "\ead3";
}
.icon-steam2:before {
  content: "\ead4";
}
.icon-dropbox:before {
  content: "\ead5";
}
.icon-onedrive:before {
  content: "\ead6";
}
.icon-github:before {
  content: "\ead7";
}
.icon-npm:before {
  content: "\ead8";
}
.icon-basecamp:before {
  content: "\ead9";
}
.icon-trello:before {
  content: "\eada";
}
.icon-wordpress:before {
  content: "\eadb";
}
.icon-joomla:before {
  content: "\eadc";
}
.icon-ello:before {
  content: "\eadd";
}
.icon-blogger:before {
  content: "\eade";
}
.icon-blogger2:before {
  content: "\eadf";
}
.icon-tumblr:before {
  content: "\eae0";
}
.icon-tumblr2:before {
  content: "\eae1";
}
.icon-yahoo:before {
  content: "\eae2";
}
.icon-yahoo2:before {
  content: "\eae3";
}
.icon-tux:before {
  content: "\eae5";
}
.icon-appleinc:before {
  content: "\eabe";
}
.icon-finder:before {
  content: "\eae6";
}
.icon-android1:before {
  content: "\eae7";
}
.icon-windows:before {
  content: "\eae8";
}
.icon-windows8:before {
  content: "\eae9";
}
.icon-soundcloud:before {
  content: "\eaea";
}
.icon-soundcloud2:before {
  content: "\eaeb";
}
.icon-skype:before {
  content: "\eaec";
}
.icon-reddit:before {
  content: "\eaed";
}
.icon-hackernews:before {
  content: "\eaee";
}
.icon-wikipedia:before {
  content: "\eaef";
}
.icon-linkedin:before {
  content: "\eaf0";
}
.icon-linkedin2:before {
  content: "\eaf1";
}
.icon-lastfm:before {
  content: "\eaf2";
}
.icon-lastfm2:before {
  content: "\eaf3";
}
.icon-delicious:before {
  content: "\eaf4";
}
.icon-stumbleupon:before {
  content: "\eaf5";
}
.icon-stumbleupon2:before {
  content: "\eaf6";
}
.icon-stackoverflow1:before {
  content: "\eaf7";
}
.icon-pinterest1:before {
  content: "\eaf8";
}
.icon-pinterest2:before {
  content: "\eaf9";
}
.icon-xing:before {
  content: "\eafa";
}
.icon-xing2:before {
  content: "\eafb";
}
.icon-flattr:before {
  content: "\eafc";
}
.icon-foursquare:before {
  content: "\eafd";
}
.icon-yelp:before {
  content: "\eafe";
}
.icon-paypal:before {
  content: "\eaff";
}
.icon-chrome:before {
  content: "\eb00";
}
.icon-firefox:before {
  content: "\eb01";
}
.icon-IE:before {
  content: "\eb02";
}
.icon-edge:before {
  content: "\eb03";
}
.icon-safari:before {
  content: "\eb04";
}
.icon-opera:before {
  content: "\eb05";
}
.icon-file-pdf:before {
  content: "\eb06";
}
.icon-file-openoffice:before {
  content: "\eb07";
}
.icon-file-word:before {
  content: "\eb08";
}
.icon-file-excel:before {
  content: "\eb09";
}
.icon-libreoffice:before {
  content: "\eb0a";
}
.icon-html-five:before {
  content: "\eae4";
}
.icon-html-five2:before {
  content: "\eb0b";
}
.icon-css31:before {
  content: "\eb0c";
}
.icon-git:before {
  content: "\eb0d";
}
.icon-codepen:before {
  content: "\eb0e";
}
.icon-svg:before {
  content: "\eb0f";
}
.icon-IcoMoon:before {
  content: "\eb10";
}