 @import url('https://fonts.googleapis.com/css?family=Space+Mono|Open+Sans: 300,400i,400,700,800');
/*
This files contents are outlined below.
01. BODY 
02. TYPOGRAPGY 
03. HELPER
04. COMPONENTS
  - NAVBAR
  - BUTTONS
  - FORM
  - PAGINATION
  - TABS
  - CAROUSEL
05. MAIN-HEADER 
06. CONTENT 
  - ABOUT
  - SERVICES
  - RESUME
  - SKILLS 
  - PORTFOLIO
  - BLOG
  - CONTACT
  - TESTIMONIAL
  - PARALLAX
  - CAPTCHA
07. MAIN-FOOTER 
*/


/*============================
     01. BODY
============================*/
body {
  background: #ffffff;
  color: #7d7d7d;
  font-family: 'Open Sans';
  line-height: 2em;
  font-size: 1.5em;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;

}
@media (max-width: 600px) {
  body {
    font-size: 1.2em;
  }
}
body .wrapper {
  z-index: 2;
  visibility: hidden;
  opacity: 0.0;
  position: relative;
}


/*============================
     02. TYPOGRAPGY
============================*/
.space-mono {
  font-family: "Space Mono"!important;
}

h1 {
  letter-spacing: 3px;
  font-size: 4em;
}
@media (max-width: 600px) {
  h1 {
    font-size: 3em;
  }
}
h2 {
  letter-spacing: 2.5px;
  font-size: 3em;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, .4);

}
@media (max-width: 600px) {
  h2 {
    font-size: 2.5em;
  }
}
h3 {
  letter-spacing: 2px;
  font-size: 2em;
  text-align: center;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
}
h4 {
  font-size: 1.5em;
  text-align: center;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-size: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-family: 'Open Sans'!important;
    -webkit-font-smoothing: antialiased;
}
h4,
h5,
h6 {
  letter-spacing: 1px;
}

a {
  color: #000000;
  font-family: 'Open Sans'!important;
    transition: all 0.2s ease 0s;
  -webkit-transition: all 0.3s ease 0s, background 1s ease 0s;
  -moz-transition: all 0.3s ease 0s, background 1s ease 0s;
  -o-transition: all 0.3s ease 0s, background 1s ease 0s;
  -ms-transition: all 0.3s ease 0s, background 1s ease 0s;
 
}

a:visited {
  color: #000000!important; 
  text-decoration: none!important;
    transition: all 0.2s ease 0s;
  -webkit-transition: all 0.3s ease 0.3s, background 1s ease 0s;
  -moz-transition: all 0.3s ease 0.3s, background 1s ease 0s;
  -o-transition: all 0.3s ease 0.3s, background 1s ease 0s;
  -ms-transition: all 0.3s ease 0.3s, background 1s ease 0s;
 
}
.no-padding {
  padding: 0px!important;
}
.no-padding:hover {
  padding: 0px!important;
}


a:hover{
  color: rgba(255, 255, 255, .8)!important;
  text-decoration: none!important;
  text-shadow: 0px 0px 4px rgba(255, 255, 255, .3)!important;
  background: rgba(0, 0, 0, .7)!important;
  font-style: bold!important;
  border-radius: 2px !important;
  padding-left:4px!important;
  padding-right:4px!important;
  padding-top:6px;
  padding-bottom:6px;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.3s ease 0s, background 1s ease 0s;
  -moz-transition: all 0.3s ease 0s, background 1s ease 0s;
  -o-transition: all 0.3s ease 0s, background 1s ease 0s;
  -ms-transition: all 0.3s ease 0s, background 1s ease 0s;

}


p {
    -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
    line-height: 1.2em;
  font-size: 1em;
}

.bg-dark a:hover{
  color: #333!important;
  background: rgba(250, 250, 250, 0.9)  !important;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  padding: 8px;
  border-radius: 2px !important;
    transition: all 0.2s ease 0s;
  -webkit-transition: all 0.3s ease 0.3s, background 1s ease 0s;
  -moz-transition: all 0.3s ease 0.3s, background 1s ease 0s;
  -o-transition: all 0.3s ease 0.3s, background 1s ease 0s;
  -ms-transition: all 0.3s ease 0.3s, background 1s ease 0s;
  }
.bg-dark a {
  color: #f5f5f5;
    transition: all 0.2s ease 0s;
  -webkit-transition: all 0.3s ease 0.3s, background 1s ease 0s;
  -moz-transition: all 0.3s ease 0.3s, background 1s ease 0s;
  -o-transition: all 0.3s ease 0.3s, background 1s ease 0s;
  -ms-transition: all 0.3s ease 0.3s, background 1s ease 0s;
 
}
.bg-dark a:visited {
  color: #f5f5f5!important; 
  text-decoration: none!important;
}

.justify {
    text-align: justify;
    text-justify: inter-word;
}
/*============================
     03. HELPER
============================*/
.bg1 {
  background-image: url(../images/bg1.jpg);
  background-size: cover;
}
.bg2 {
  background-image: url(../images/bg2.jpg);
  background-size: cover;
}
.bg3 {
  background-image: url(../images/bg3.jpg);
  background-size:cover;
}
.bgd {
  background-image: url(../images/bgd.jpg);
  background-size: cover;
}
.bgh {
  background-image: url(../images/main-header.jpg);
  background-size:cover;

}

.container-custom {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
  position: relative;
  z-index: 1;
  text-align: center
  justify: right;
  }
  .container-skinny {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
  position: relative;
  z-index: 1;
  text-align: center;
  justify: right;
  top: 50%;
  }
 
.container-medium {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
  position: relative;
  z-index: 1;
}
.container-medium-fixed {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
  position: relative;
  z-index: 1;
  height: auto;
}
.container-mini {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 840px;
  position: relative;
  z-index: 1;
}
.container-xs {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 625px;
  position: relative;
  z-index: 1;
}
.content-table {
  display: table;
  position: relative;
  width: 100%;
}
.content-table .v-content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  text-align: center;
  margin-bottom: 0;
  float: none;
}
.content-table .v-content2 {
  display: table-cell;
  vertical-align: top;
  margin-top: 0;
  text-align: center;

}
.no-margin-top {
  margin-top: 0;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.margin-right-5 {
  margin-right: 5px;
}
.fix-width-100 {
  width: 150px;
  display: inline-block;
}
.paddingTB-30 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.padding10 {
  padding: 10px;
}
.padding20 {
  padding: 20px;
}
.padding30 {
  padding: 30px;
}
.padding60 {
  padding: 60px;
}
.white-space-10 {
  height: 10px;
}
.white-space-20 {
  height: 20px;
}
.white-space-30 {
  height: 30px;
}
.white-space-40 {
  height: 40px;
}
.white-space-50 {
  height: 50px;
}
.white-space-60 {
  height: 60px;
}
.space-inline-15 {
  display: inline-block;
  width: 15px;
}
.space-inline-30 {
  display: inline-block;
  width: 30px;
}
.color-dark {
  color: #000000;
}
.color-primary {
  color: #e74c3c;
}
.color-light {
  color: #ebebeb;
}
.bg-primary {
  background-color: #e74c3c;
}
.bg-secondary {
  background-color: #f5f5f5;
}
.bg-dark {
  background-color: #323232;
}
.big-icon {
  font-size: 3em;
  display: block;
  margin-bottom: 20px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) !important;
  -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) !important;
  -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) !important;
  padding: 30px 0;
  margin-top: 10px;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border-radius: 4px !important;
  color: #282828;
  border: 4px double #ebebeb;
}
.core-icon {
  font-size: 3em;
  display: block;
  margin-bottom: 20px;
  text-align: center;
  background: #ffffff;
  padding: 20px 0;
  margin-top: 5px;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border-radius: 4px !important;
  color: #282828;
}
.small-icon {
font-size: .5em;
padding:5px;
bottom: -10px;
}
.img-bordered {
  max-width: 100%;
  border: 4px double #ebebeb;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  border-radius: 10px !important;
  margin-bottom: 30px;
}
blockquote {
  margin-bottom: 30px;
  font-size: 14px;
}
.list-with-icon li {
  padding-left: 30px;
  position: relative;
}
.list-with-icon li .ic-list {
  position: absolute;
  top: 7px;
  left: 0;
}
.box-line {
  border: 3px solid #000000;
  color: #000000;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.3);
  letter-spacing: 2px;
  padding: 10px 30px;
  display: inline-block;
}
.display-block {
  display: block;
}
.display-inline-block {
  display: inline-block;
}
.text-bold {
  font-weight: 700;
}
.text-extra-bold {
  font-weight: 800;
}
.text-light {
  font-weight: 300;
}
.font-alt {
  font-family: "Space Mono";
  hyphens: none;
}


.br-right {
  border-right: 1px solid #ebebeb !important;
}
.br-left {
  border-left: 1px solid #ebebeb !important;
}
.br-top {
  border-top: 1px solid #ebebeb !important;
}
.br-bottom {
  border-bottom: 1px solid #ebebeb !important;
}
.line-dash-bottom {
  border-bottom: 1px dashed #ebebeb;
  padding-bottom: 12px;
}
.padding-left-30 {
  padding-left: 30px;
}
.relative {
  position: relative;
  z-index: 1;
}
.white-light {
  position: relative;
}
.white-light:before {
  content: "";
  position: absolute;
  width: 50%;
  transition: top 1s ease 0.7s, background 1s ease 0s;
  -webkit-transition: top 1s ease 0.3s, background 1s ease 0s;
  -moz-transition: top 1s ease 0.3s, background 1s ease 0s;
  -o-transition: top 1s ease 0.3s, background 1s ease 0s;
  -ms-transition: top 1s ease 0.3s, background 1s ease 0s;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}
.white-light:after {
  content: "";
  position: absolute;
  width: 50%;
  transition: bottom 1s ease 0.7s, background 1s ease 0s;
  -webkit-transition: bottom 1s ease 0.3s, background 1s ease 0s;
  -moz-transition: bottom 1s ease 0.3s, background 1s ease 0s;
  -o-transition: bottom 1s ease 0.3s, background 1s ease 0s;
  -ms-transition: bottom 1s ease 0.3s, background 1s ease 0s;
  right: 0;
  bottom: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.block-page {
  padding: 60px 0;
}


.black-light {
  position: relative;
}
.black-light:before {
  content: "";
  position: absolute;
  width: 50%;
  transition: top 1s ease 0.3s, background 1s ease 0s;
  -webkit-transition: top 1s ease 0.3s, background 1s ease 0s;
  -moz-transition: top 1s ease 0.3s, background 1s ease 0s;
  -o-transition: top 1s ease 0.3s, background 1s ease 0s;
  -ms-transition: top 1s ease 0.3s, background 1s ease 0s;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.black-light:after {
  content: "";
  position: absolute;
  width: 50%;
  transition: bottom 1s ease 0.3s, background 1s ease 0s;
  -webkit-transition: bottom 1s ease 0.3s, background 1s ease 0s;
  -moz-transition: bottom 1s ease 0.3s, background 1s ease 0s;
  -o-transition: bottom 1s ease 0.3s, background 1s ease 0s;
  -ms-transition: bottom 1s ease 0.3s, background 1s ease 0s;
  right: 0;
  bottom: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.block-section {
  background: #ffffff;
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 3 3 3px rgba(0, 0, 0, 0.1) !important;
  }
  .block-section-cv {
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.block-title {
  padding: 40px 0;
  z-index: 3;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  corner-radius:3px;
}
.block-title .title-icon {
  display: inline-block;
  position: relative;
}
.block-title .title-icon:before {
  content: "";
  position: absolute;
  height: 1px;
  background: #323232;
  width: 20px;
  left: -30px;
  top: 50%;
}
.block-title .title-icon:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #323232;
  width: 20px;
  right: -30px;
  top: 50%;
}
.block-title:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: #f5f5f5;
  bottom: -1px;
  left: 50%;
  margin-left: -12px;
}
.shape-bottom {
  z-index: 2;
  position: relative;
}
.shape-bottom:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #f5f5f5;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);

  z-index: 1;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.error {
  color: #BD2929;
  font-weight: 400;
  letter-spacing: 2px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.progress-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}
.progress-wrap .progress {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  height: 10px;
}
.progress-wrap .bar {
  background: #000000;
  min-height: 3px;
  margin: 3px 0;
}
.attbox {
  padding-top: 0px;
  padding-bottom: 10px;
}
/*============================
     04. COMPONENTS
============================*/
/*== NAVBAR ==*/
.menu-area {
  position: absolute;
  transition: background 0.8s ease 0s;
  -webkit-transition: background 0.8s ease 0s;
  -moz-transition: background 0.8s ease 0s;
  -o-transition: background 0.8s ease 0s;
  -ms-transition: background 0.8s ease 0s;
  bottom: 0;
  padding: 6px;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7);
  left: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);  
  text-align: center;
  width: 100%;
  z-index: 100;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);

}
.menu-area .toogle-bars {
  display: none;
}
.menu-area .toogle-bars a {
  text-decoration: none;
  color: #000000;
}
.menu-area .toogle-bars a .ic-open {
  display: none;
  visibility: hidden;
}
.menu-area .toogle-bars a .ic-close {
  display: inline;
  visibility: visible;

}
.ic-close-font {
  display: inline;
  visibility: visible;
  font-family: "Open Sans";
  font-style: "normal"!important;

}
.menu-area .toogle-bars a.collapsed .ic-open {
  display: inline;
  visibility: visible;
}
.menu-area .toogle-bars a.collapsed .ic-close {
  display: none;
  visibility: hidden;
}
.menu-area .main-nav {
  visibility: visible !important;
  margin: 0;
  background: transparent;
}
.menu-area .main-nav > li {
  display: inline;
}
.menu-area .main-nav > li > a {
  font-weight: 700;
  color: #323232;
  outline: none;
  font-size: 1em;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  text-decoration: none;
  text-transform: uppercase;


}

.menu-area .main-nav > li > a:hover {
  color: #000000;
  outline: none;
}
.menu-area .main-nav > li + li:before {
  color: #323232;
}
.menu-area .main-nav > li.active > a {
  color: #000000!important;
}
.menu-area .main-nav.nav > li > a {
  padding: 0;
  display: inline-block;
}
.menu-area .main-nav.nav > li > a:hover,
.menu-area .main-nav.nav > li > a:focus {
  background: transparent;
}
.menu-area .main-nav.no-space > li + li:before {
  content: "";
}
.menu-area.nav-white-bg {
  border-bottom: 1px solid #ebebeb;
  background: #ffffff;
}
.menu-area.nav-white-bg .main-nav > li > a {
  color: #7d7d7d;
}
.menu-area.nav-white-bg .main-nav > li > a:hover {
  color: #000000;
}
.menu-area.nav-white-bg .main-nav > li.active > a {
  color: #000000;
}
.menu-area.nav-white-bg .main-nav > li + li:before {
  color: #ebebeb;
}
.menu-area.nav-fixed {
  position: fixed;
  top: 0;
  background: #ffffff;
  z-index: 100;
  bottom: inherit;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(0, 0, 0, 0.3);  
  text-align: center;
}
.menu-font {
  font-family: "Open Sans"!important;

}
@media (min-width: 1030px) {
  .menu-area .menu-collapse.collapse {
    display: block;
    height: auto !important;

  }
}
@media (max-width: 1030px) {
  .menu-area {
    border-bottom: 1px solid #ebebeb;
    background: #ffffff;
  }
  .menu-area .main-nav > li > a {
    color: #7d7d7d;
  }
  .menu-area .main-nav > li > a:hover {
    color: #000000;
  }
  .menu-area .main-nav > li.active > a {
    color: #000000;
  }
  .menu-area .main-nav > li + li:before {
    color: #ebebeb;
  }
  .menu-area .toogle-bars {
    display: block;
  }
  .menu-area .menu-collapse.collapse.in {
    border-top: 1px solid #ebebeb;
    margin-top: 10px;
    display: block;
    font-family: "Open Sans"!important;
  }
}
/*== BUTTONS ==*/
.btn-default {
  border-color: #ebebeb;
}
.btn-flat-solid {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  font-family: 'Open Sans';
  transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  min-width: 151px;
  letter-spacing: 1px;
  padding: 13px;
}
.btn-flat-solid.btn-lg {
  padding: 16px;
  font-size: 14px;
  min-width: 140px;
}
.btn-flat-solid.btn-sm {
  padding: 10px;
  min-width: 100px;
  font-size: 11px;
}
.btn-flat-solid.btn-xs {
  padding: 8px;
  min-width: 80px;
  font-size: 10px;
}
.btn-flat-solid.btn-default {
  color: #000000;
  background-color: #fafafa;
}
.btn-flat-solid.btn-default:hover {
  background-color: #ebebeb;
}
.btn-flat-solid.btn-link {
  color: #000000;
}
.btn-flat-solid.btn-pill {
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  -o-border-radius: 25px !important;
  border-radius: 25px !important;
}
.btn-flat-solid.primary-btn {
  color: #ffffff;
  background-color: #323232;
}
.btn-flat-solid.primary-btn:hover,
.btn-flat-solid.primary-btn:focus {
  color: #ffffff;
  background-color: #000000;
}
.btn-flat-solid:hover,
.btn-flat-solid:focus {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  outline: none;
}
.btn-flat-solid.btn-icon {
  min-width: 35px;
}
.btn-flat-line {
  font-family: 'Open Sans';
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  min-width: 151px;
  border-width: 3px;
  letter-spacing: 1px;
  padding: 13px;
  background-color: transparent;
  color: #000000;
}
.btn-flat-line.light-font {
  color: #ffffff;
}
.btn-flat-line.btn-lg {
  padding: 16px;
  font-size: 14px;
  min-width: 140px;
}
.btn-flat-line.btn-sm {
  padding: 10px;
  min-width: 100px;
  font-size: 11px;
}
.btn-flat-line.btn-xs {
  padding: 8px;
  min-width: 80px;
  font-size: 10px;
}
.btn-flat-line.btn-default {
  color: #000000;
  border-color: #ebebeb;
  padding: 10px;
}
.btn-flat-line.btn-default:hover,
.btn-flat-line.btn-default:focus {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-flat-line.btn-default.light-font {
  border-color: #ffffff;
  color: #ffffff;
}
.btn-flat-line.btn-default.light-font:hover,
.btn-flat-line.btn-default.light-font:focus {
  background-color: #ffffff;
  color: #000000;
}
.btn-flat-line.btn-link {
  color: #000000;
}
.btn-flat-line.btn-link.light-font {
  color: #ffffff;
}
.btn-flat-line.btn-pill {
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  -o-border-radius: 25px !important;
  border-radius: 25px !important;
}
.btn-flat-line.primary-btn {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}
.btn-flat-line.primary-btn.clicked,
.btn-flat-line.primary-btn:hover,
.btn-flat-line.primary-btn:focus {
  color: #000000;
  border-color: transparent;
  background-color: #ffffff;
}
.btn-flat-line.btn-icon {
  min-width: 35px;
}
.btn-flat-line:hover,
.btn-flat-line:focus {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  outline: none;
}
.link-text {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #000000;
}
.box-btn-more {
  position: relative;
  padding: 20px 0;
  text-align: center;
}
.box-btn-more .btn {
  position: relative;
  background: #ffffff;
  text-decoration: none;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-top: 1px solid transparent;
  padding: 10px;
  border-bottom: 1px solid transparent;
}
.box-btn-more .btn:hover {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.7);
}
.box-btn-more:before {
  width: 100%;
  content: "";
  position: absolute;
  top: 50%;
  border-top: 1px solid #ebebeb;
  left: 0;
  padding: 10px;
}
/*== FORM  ==*/
.form-control.form-flat {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  height: 45px;
  font-family: 'Open Sans';
  border-color: #ebebeb;
}
.form-control.form-flat.input-lg {
  height: 52px;
}
.form-control.form-flat:focus {
  border-color: #c3c3c3;
}
.form-control.form-flat.error {
  border-color: #afafaf;
}
.form-control.dark-form {
  background: #1e1e1e;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  background: rgba(30, 30, 30, 0.85);
  color: #ffffff;
  border-color: #1e1e1e;
}
.form-control.dark-form:focus {
  border-color: #e74c3c;
}
.select-chosen,
.label-chosen {
  display: none;
}
@media (max-width: 991px) {
  .select-chosen,
  .label-chosen {
    display: block !important;
  }
}
textArea.form-flat {
  height: auto !important;
}
.form-control-large,
.form-control-small {
  width: 345px;
  display: inline-block;
  margin: 0 10px;
}
.form-control-small {
  width: 188px;
}
.flat-checkbox,
.flat-radio {
  line-height: 1em;
  position: relative;
}
.flat-checkbox label,
.flat-radio label {
  font-weight: 700;
  padding-left: 0;
}
.flat-checkbox input[type="checkbox"],
.flat-radio input[type="checkbox"],
.flat-checkbox input[type="radio"],
.flat-radio input[type="radio"] {
  position: absolute;
  left: -9999em;
}
.flat-checkbox span,
.flat-radio span {
  position: relative;
  top: -2px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  font-size: 10px;
  line-height: 10px;
  padding: 3px;
  border-radius: 2px;
  float: left;
  margin-right: 10px;
  color: #ffffff;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.flat-checkbox input[type="radio"] + span,
.flat-radio input[type="radio"] + span {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
}
.flat-checkbox input:checked + span,
.flat-radio input:checked + span,
.flat-checkbox input:checked + span,
.flat-radio input:checked + span {
  background-color: #000000;
  border-color: #000000;
}
.btn-file {
  min-width: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
/*== PAGINATION  ==*/
.flat-pagination > li > a,
.flat-pagination > li > span {
  color: #7d7d7d;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  margin-left: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.03) !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.03) !important;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.03) !important;
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.03) !important;
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.03) !important;
  border-color: #ebebeb;
}
.flat-pagination > li > a:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) !important;
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) !important;
  -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) !important;
  color: #7d7d7d;
}
.flat-pagination > .active > a,
.flat-pagination > .active > span,
.flat-pagination > .active > a:hover,
.flat-pagination > .active > span:hover,
.flat-pagination > .active > a:focus,
.flat-pagination > .active > span:focus {
  background-color: #323232;
  border-color: #323232;
}
/*== TABS  ==*/
.flat-nav-tabs {
  background: #f5f5f5;
  padding: 15px 10px 0 10px;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.flat-nav-tabs > li > a {
  color: #000000;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}
.flat-nav-tabs > li.active > a {
  box-shadow: 0 -2px 0 #000000 !important;
  -webkit-box-shadow: 0 -2px 0 #000000 !important;
  -moz-box-shadow: 0 -2px 0 #000000 !important;
  -o-box-shadow: 0 -2px 0 #000000 !important;
  -ms-box-shadow: 0 -2px 0 #000000 !important;
}
.flat-tab-content {
  padding-top: 20px;
}
/*== CAROUSEL==*/

.carousel-container{
  display: block;
  max-height: 400px;
  overflow: hidden;

}
.flat-carousel .carousel-control {
  text-shadow: none;
  color: #ffffff;
  background: none;
}
.flat-carousel .carousel-control .ic-right
.flat-carousel .carousel-control .ic-left: {
  position: relative;
  width: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  height: 40px;
  top: 50%;
  opacity: 0;

}
.flat-carousel .carousel-control .ic-right:hover,
.flat-carousel .carousel-control .ic-left:hover {
  position: absolute;
  width: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  height: 40px;
  top: 60%;
  
  background: #000000;
}
.flat-carousel .carousel-control .ic-right {
  right: 50%;
  margin-right: -20px;
}
.flat-carousel .carousel-control .ic-left {
  left: 50%;
  margin-left: -20px;
  padding-top: -200px!important;
}
.flat-carousel .carousel-caption {
  width: 100%;
  margin: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 6px 6px !important;
  -moz-border-radius: 0 0 6px 6px !important;
  -ms-border-radius: 0 0 6px 6px !important;
  -o-border-radius: 0 0 6px 6px !important;
  border-radius: 0 0 6px 6px !important;
}
.flat-carousel .carousel-indicators {
  bottom: 0;
  background: #323232;
  margin-bottom: 200;
  margin-top: 200;
  -webkit-border-radius: 5px 5px 0 0 !important;
  -moz-border-radius: 5px 5px 0 0 !important;
  -ms-border-radius: 5px 5px 0 0 !important;
  -o-border-radius: 5px 5px 0 0 !important;
  border-radius: 5px 5px 0 0 !important;
  width: 150px;
  margin-left: -75px;
  opacity:0.5;
}
.flat-carousel .carousel-indicators:hover {
  bottom: 0;
  background: #323232;
  margin-bottom: 0;
  -webkit-border-radius: 5px 5px 0 0 !important;
  -moz-border-radius: 5px 5px 0 0 !important;
  -ms-border-radius: 5px 5px 0 0 !important;
  -o-border-radius: 5px 5px 0 0 !important;
  border-radius: 5px 5px 0 0 !important;
  width: 150px;
  margin-left: -75px;
  opacity:1;
}
.flat-carousel .carousel-indicators li.active {
  width: 20px;
}

/*============================
     05. MAIN-HEADER
============================*/
.main-header {
  height: 600px;
  position: relative;
}
.main-header {
  height: 600px;
  position: relative;
}
.main-header .bgh{
  background-size:cover;
}
.main-header .header-content-fixed {
  height: 600px;
  background: url(../images/main-header.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  position: fixed;
  z-index: 0;
  width: 100%;

}
.main-header .header-content-fixed-overlay {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  -webkit-filter: blur(10px);
-moz-filter: blur(10px);
-o-filter: blur(10px);
-ms-filter: blur(10px);
filter: blur(10px);
  background: linear-gradient(rgba(250, 250, 250, .9), rgba(250, 250, 250, 0.3));
    transition: all 2s ease 0.3s;
  -webkit-transition: all 2s ease 0.3s;
  -moz-transition: all 2s ease 0.3s;
  -o-transition: all 2s ease 0.3s;
  -ms-transition: all 2s ease 0.3s;
}


@media (max-width: 660px) {
  .main-header .header-content-fixed {
  background: url(../images/main-header-sm.jpg) no-repeat center;
  opacity: 0.7;
  position: relative;
  height:100%;
  }
}

.main-header .whoim {
  position: absolute;
  width: 100%;
  z-index: 3;
  top: 100px;
}
.main-header .name {
  font-size: 3.5em;
  font-weight: 700;
  top: -40px;
  position: relative;
  z-index: 3;
  letter-spacing: 5px;
  padding-top: 15px;
  padding-bottom:15px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  text-align: center;
  border: solid 1px rgba(0, 0, 0, .3);
  text-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
  background: rgba(255, 255, 255, .95);

}

.main-header .scroll {
  color: rgba(0, 0, 0, 0.3)!important;
  font-size: 1em!important;
  position: relative;
  text-align: center;
  font-style: bold;
  vertical-align: top!important;
  letter-spacing: !important;
  line-height: 1em!important;
  border-radius: 10px;
  bottom: -10em;
  background: rgba(255, 255, 255, .4);
  padding: 20px;

}

@media (max-width: 1000px) {
  .main-header .scroll {
    top: -5em;
  }
}
.main-header .scroll:visited {
  text-decoration: none!important;
 } 
@media (max-width: 1000px) {
  .main-header .name {
    font-size: 3em!important;
  }
}
@media (max-width: 400px) {
  .main-header .name {
    font-size: 2.5em!important;
  }
  .main-header .job {
  color: rgba(255, 255, 255, 0.8)!important;
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(100, 100, 100, 0.7));
  position: relative;
  text-align: center;
  top: -70px!important;
  font-weight: 400!important;
  letter-spacing: 5px!important;
  font-size: 1.2em!important;
  line-height: 1em!important;
  text-shadow: 0 0 15px white;
  border-radius: 0px 0px 4px 4px!important;
}
}


.main-header .job {
  color: rgba(255, 255, 255, 0.8)!important;
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(100, 100, 100, 0.7));
  position: relative;
  display: inline-block;
  z-index: 3;
  letter-spacing: 4px;
  text-align: center;
  padding: 8px;
  border-radius:2px;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.2);
  top: -65px;
  width: 100%;
  font-size: 1.5em;
  font-family: "Space Mono"!important;

}
.main-header-proj {
  height: 600px;
  position: relative;
}
.main-header-proj .project{
  height: 0px;
}
.main-header-proj .header-content-fixed {
  height: 600px;
  background: url(../images/bg2.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  position: fixed;
  z-index: 0;
  width: 100%;

}
.main-header-proj .header-content-fixed:before {
  content: "";
  position: absolute;
  width: 50%;

  transition: top 2s ease 0.3s, background 1s ease 0s;
  -webkit-transition: top 2s ease 0.3s, background 1s ease 0s;
  -moz-transition: top 2s ease 0.3s, background 1s ease 0s;
  -o-transition: top 2s ease 0.3s, background 1s ease 0s;
  -ms-transition: top 2s ease 0.3s, background 1s ease 0s;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(250, 250, 250, .2);
}
.main-header-proj .header-content-fixed:after {
  content: "";
  position: absolute;
  width: 50%;
  transition: bottom 1s ease 0.3s, background 1s ease 0s;
  -webkit-transition: bottom 1s ease 0.3s, background 1s ease 0s;
  -moz-transition: bottom 1s ease 0.3s, background 1s ease 0s;
  -o-transition: bottom 1s ease 0.3s, background 1s ease 0s;
  -ms-transition: bottom 1s ease 0.3s, background 1s ease 0s;
  right: 0;
  bottom: 0;
  height: 100%;
  background: rgba(250, 250, 250, .2);
}

.main-header-proj:hover .header-content-fixed:before {
  background: rgba(250, 250, 250, .3);
}
.main-header-proj:hover .header-content-fixed:after {
  background: rgba(250, 250, 250, .3);
}


.text-box-large {
  background: rgba(255, 255, 255, .95);
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 0px;
  padding-left: 0px;
}
.text-box-small {
  background: rgba(255, 255, 255, .92);
  padding: 20px;
}
/*============================
     06. MAIN-CONTENT
============================*/

.my-profile {
  position: relative;
  height: 100%;
}
.my-profile .my-pict {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/my-pic.jpg);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
   -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
}
.my-profile .my-pict:hover img{
    transition: transform 8500ms linear 0s;
    transform: scale(1.50, 1.50);
}

.my-profile .my-pict:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: all 1.2s ease 0s;
  -webkit-transition: all 1.2s ease 0s;
  -moz-transition: all 1.2s ease 0s;
  -o-transition: all 1.2s ease 0s;
  -ms-transition: all 1.2s ease 0s;
}
@media (max-width: 880px) {
  .my-profile .my-pict {
    position: relative;
    height: 300px;
  }
}
.my-profile .my-pict .overfly {
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  overflow: hidden;
  height: 100%;
}
.my-profile .my-pict .overfly .text-botttom {
  position: absolute;
  width: 100%;
  transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  bottom: 0;
  right: 0;
  padding: 40px;
  text-align: right;
}
.my-profile .my-pict .overfly:hover {
        background: transparent;}
                .text-botttom{
                  bottom: -100%;
                }


.my-profile .my-desc,
.my-profile .my-pict {
  width: 50%;
}
@media (max-width: 880px) {
  .my-profile .my-desc,
  .my-profile .my-pict {
    width: 100% !important;
  }
}
.my-profile .my-desc {
  float: right;
}
.my-profile .my-desc .inner-text {
  text-align: center;
  padding: 40px;
  padding-right:60px;
}
@media (max-width: 880px) {
  .my-profile .my-desc .inner-text {
    max-width: 100%;
    padding: 20px;
  }
}
.my-profile .inner-text-cont {
  text-align: left;
  padding: 60px;
  padding-left:60px;
}
@media (max-width: 880px) {
  .my-profile .inner-text-cont {
    max-width: 100%;
    padding: 20px;
  }
}
/*== SERVICES ==*/
.services {
  margin: 0;
}
.services li {
  text-align: center;
}
.services li .box {
  padding: 80px 0;
  border-right: #ebebeb solid 1px;
}
.services li .ic {
  font-size: 25px;
  line-height: 25px;
}
.services li:last-child .box {
  border-right: 0;
}
@media (max-width: 768px) {
  .services li .box {
    border-right: 0;
    border-bottom: #ebebeb solid 1px;
    padding: 40px 0;
  }
  .services li:last-child .box {
    border-bottom: 0;
  }
}
/*== RESUME ==*/
.list-employment,
.list-education {
  padding: 50px 0;
  margin: 0;
  position: relative;
}
.list-employment li,
.list-education li {
  width: 50%;
  clear: both;
  float: left;
  text-align: left;
  position: relative;
}
.list-employment li .ic,
.list-education li .ic {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #000000;
  color: #ffffff;
  position: absolute;
  right: 0px;
  top: 0px;
}

.date{
display:none;
  }

@media (max-width: 768px) {
.date{
display:inline;
font-size: "Open Sans";
font-style: bold;
  }
}

@media (max-width: 768px) {
.list-employment li .ic,
.list-education li .ic {
  width: 2em;
  height: 2em;
  top: 25%;
  position: center;
  line-height: 30px;
}
}
.list-employment li .number,
.list-education li .number {
  position: absolute;
  font-family: "Open Sans";
  font-style: italic;
  right: -200px;
  left: inherit;
  padding-bottom: 10px;
  font-size: 2em;
  top: 50px;
  color: #ebebeb;
  line-height: 1em;
  text-align: left;
}
.list-employment li .desc,
.list-education li .desc {
  padding: 20px;
  padding-right: 60px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.list-employment li:nth-child(odd),
.list-education li:nth-child(odd) {
  float: right;
  text-align: left;
}
.list-employment li:nth-child(odd) .ic,
.list-education li:nth-child(odd) .ic {
  left: 0px;
}
.list-employment li:nth-child(even) .ic,
.list-education li:nth-child(even) .ic {
  right: 0px;
}
.list-employment li:nth-child(odd) .number,
.list-education li:nth-child(odd) .number {
  left: -200px;
  text-align: right;
  right: inherit;
}
.list-employment li:nth-child(odd) .desc,
.list-education li:nth-child(odd) .desc {
  padding-right: 0;
  padding-left: 60px;
}
.list-employment:before,
.list-education:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0px;
  height: 100%;
  width: 1px;
  background: #ebebeb;
}
@media (max-width: 768px) {
  .list-employment li,
  .list-education li {
    background: #ffffff;
    width: 100%;
    float: left;
    text-align: left;
    padding-left: 35px;

  }
  .list-employment li .desc,
  .list-education li .desc {
    border-top: 1px solid #ebebeb;
    border-bottom: 0;
    float: left;
    text-align: left;
    padding-right: 10px!important;
    padding-left: 10px!important;
    width:100%;
  }
  .list-employment li:last-child .desc,
  .list-education li:last-child .desc {
    border-bottom: 1px solid #ebebeb;
    float: left;
    align: left;
  }
  .list-employment .number,
  .list-education .number {
    display: none;
  }
  .list-employment .ic,
  .list-education.ic {
  left: -7px!important;
  top: 50px!important;
  padding-left: 5px;
  padding-bottom: 5px;
  float: left;
    text-align: left;
  }

  .list-employment li:nth-child(odd) .ic,
.list-education li:nth-child(odd) .ic {
  left: -7px!important;
  top: 50px!important;
    padding-left: 5px;
  padding-bottom: 5px;
  float: left;
    text-align: left;
}
  .list-employment li:nth-child(even) .ic,
.list-education li:nth-child(even) .ic {
  left: -7px!important;
  top: 50px!important;
    padding-left: 5px;
  padding-bottom: 5px;

  float: left;
    text-align: left;
}
  .list-employment li:nth-child(odd) .desc,
  .list-education li:nth-child(odd) .desc {
  padding-left: 10px;
  float: left;
    text-align: left;
}

}
/*== SKILL ==*/
.skill {
  margin: 0;
}
.skill .box {
  text-align: center;
  border: 1px solid transparent;
  padding-bottom: 30px;
}
.skill.top .box {
  padding-top: 10px;
}
.skill.bottom .box {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .skill .box {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
    border: 0 !important;
  }
}
.chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.chart .percent {
  color: #000000;
  display: inline-block;
  line-height: 110px;
  z-index: 12;
}
.chart .percent:after {
  content: "%";
  margin-left: 0.1em;
  font-size: 0.3em;
}

.core {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}
.core canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.core .percent {
  color: #000000;
  display: inline-block;
  line-height: 110px;
  z-index: 12;
}
.core .percent:after {
  content: "%";
  margin-left: 0.1em;
  font-size: 0.3em;
}
.title-border {
  text-align: center;
  padding-bottom: 0px;
  border-top: 0px solid rgba(0, 0, 0, 0.7);
  border-top: 0px solid rgba(0, 0, 0, 0.7);
}
.title-border-sub {
  text-align: center;
  padding-bottom: 10px;
  
}
.title-border-proj {
  text-align: center;
  padding-bottom: 10px;
  
}
.title-border-2 {
  text-align: center;
  padding: 50px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
background:   #808080
}
.list-progress li {
  padding: 20px 0;
}
.list-progress li .title {
  margin-bottom: 10px;
}
.list-progress li .progress-line {
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.7);
  padding: 1px;
}
.list-progress li .progress-line .line {
  height: 5px;
  background: black;
  display: block;
  width: 0;
}
/*== PROJECTS == */
.box-work {
  margin-bottom: 30px;
  background: #ffffff;
  padding: 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.box-work:hover {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 0px!important;

  
  
}
.box-work .work-preview {

}
.box-work .work-preview img {
  width: 100%;
  opacity: 1;
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
  transition: all 2s ease 0s;
  -webkit-transition: all 2s ease 0s;
  -moz-transition: all 2s ease 0s;
  -o-transition: all 2s ease 0s;
  -ms-transition: all 2s ease 0s;
  padding: 0px!important;
}
.box-work  .work-preview a:hover img {
  -webkit-filter: grayscale(30%);
  filter: grayscale(30%);
  transition: all .7s ease 0s;
  -webkit-transition: all .7s ease 0s;
  -moz-transition: all .7s ease 0s;
  -o-transition: all .7s ease 0s;
  -ms-transition: all .7s ease 0s;
  padding: 0px!important;

}
.box-work .work-preview .hover a.project-title {
  position: absolute;
  bottom: 0;
  margin-top: -70px;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  padding: 0px!important;
  
  background: rgba(255, 255, 255, 0.6);
  background-width: 100%;
  vertical-align: baseline;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
  text-align: center!important;
  vertical-align: middle;
  color: rgba(000, 000, 000, 0.6);
}
.box-work .work-preview .hover .link-btns a:hover {
  color: #000000;
  background: #ffffff;
    padding: 0px!important;
}
.box-work 
.work-preview:hover .hover .link-btns {
  opacity: 0;
  filter: alpha(opacity=0);
    padding: 0px!important;
}
.box-work .work-preview:hover .hover a.project-title {
  color:rgba(0, 0, 0, 0.9);
  background: rgba(255, 255, 255, .9);
  font-size: 1.2em;
  text-align: center;
  vertical-align:top;
    padding: 0px!important;
}



/*== BLOG == */
.list-blog li .box-blog {
  margin-bottom: 30px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.7);
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
}
.list-blog li .box-blog .blog-bg {
  width: 50%;
  float: left;
  position: absolute;
  left: 0;
  overflow: hidden;
  top: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.list-blog li .box-blog .blog-bg .blog-ic {
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  background: #fafafa;
  right: 0;
}
.list-blog li .box-blog .blog-bg:before {
  content: "";
  position: absolute;
  width: 100%;

  height: 100%;
  left: 0;
  top: 0;
  right: inherit;

}

.list-blog li .box-blog:hover{

  opacity: 1;
  -webkit-filter: grayscale(10%);
  filter: grayscale(10%);
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  }

.list-blog li .box-blog .blog-content {
  width: 50%;
  float: right;
  padding: 30px;
}
.list-blog li:nth-child(even) .blog-bg {
  right: 0;
  left: inherit;
}
.list-blog li:nth-child(even) .blog-bg .blog-ic {
  left: 0;
  right: inherit;
}
.list-blog li:nth-child(even) .blog-content {
  float: left;
}
.list-blog li:hover .blog-bg:before {
  left: -100%;
}
@media (max-width: 768px) {
  .list-blog li .box-blog .blog-bg {
    width: 100%;
    height: 300px;
    float: none;
    position: relative;
  }
  .list-blog li .box-blog .blog-content {
    width: 100%;
    float: none;
  }
}
.post-meta {
  font-size: 12px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.post-meta span {
  margin-right: 10px;
}
.post-meta span i {
  color: #282828;
  margin-right: 5px;
}
.blog-content blockquote {
  color: #282828;
  font-size: 1em;
  margin-bottom: 10px;
}
.comments {
  list-style: none;
  margin: 0;
  margin-top: 20px;
  padding: 0;
}
.comments li {
  margin-bottom: 30px;
}
.comments li .img-thumbnail {
  float: left;
  margin-right: 20px;
}
.comments li .img-thumbnail img {
  width: 45px;
}
.comments li h5 {
  padding-top: 10px;
  color: #323232;
  letter-spacing: 1px;
}
.comments li .meta-data {
  font-size: 11px;
  color: #919191;
}
.comments li .post-comment-block {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  padding-bottom: 5px;
  border-bottom: 1px solid #ebebeb;
}
.comments li ul {
  padding-top: 25px;
  padding-left: 50px;
  list-style: none;
}
.box-widget {
  margin-bottom: 40px;
}
.box-widget h5 {
  margin-bottom: 20px;
}
.list-category a,
.list-archive a {
  color: #7d7d
}
.list-tags li {
  display: inline-block;
}
.list-tags li a {
  display: block;
  background: #f5f5f5;
  color: #7d7d7d;
  border: 1px solid rgba(0, 0, 0, 0.7);
  padding: 3px 6px;
  margin-right: 2px;
  margin-bottom: 5px;
  font-size: 12px;
}
/*== CONTACT == */
.contact-area {
  position: relative;
}
.contact-area .form-contact-area {
  width: 50%;
  position: relative;
}
.contact-area .form-contact-area .inner-contact {
  clear: both;
  width: 470px;
  padding: 60px 40px 60px 0;
  float: right;
}
@media (max-width: 1024px) {
  .contact-area .form-contact-area {
    width: 100% !important;
  }
  .contact-area .form-contact-area .inner-contact {
    width: 100%;
    padding: 60px 15px 60px 15px;
    float: none;
  }
}
.contact-area .map-area {
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  border-left: 1px solid #ebebeb;
  background: #f5f5f5;
}
@media (max-width: 1024px) {
  .contact-area .map-area {
    position: relative;
    height: 300px;
    width: 100%;
  }
}
.contact-area .map-area:before {
  content: "";
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  background: rgba(255, 255, 255, 0.7);
  z-index: 99;
  right: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}
.contact-area .map-area:hover {
  cursor: pointer;
}
.contact-area .map-area.show:before {
  right: -50%;
}
.map-content {
  line-height: 1;
  padding: 20px 0 20px 20px;
  width: 50%;
  font-size: 12px;
  text-align: center;
}
.map-content i {
  margin-right: 2px;
}
/*== TESTIMONIAL == */
.box-testimonial {
  margin: 0 auto;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.7);
  position: relative;
  padding: 30px;
  padding-left: 50px;
  background: #ffffff!important;
  max-width: 530px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2) !important;
}
.box-odds {
  margin: 0 auto;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.7);
  position: relative;
  padding: 30px;
  padding-left: 30px;
  background: #ffffff;
  max-width: 530px;
  hyphens:auto;
}
.box-odds p{
  font-size: 1em;
  letter-spacing: 5px;


}
.box-testimonial.left {
  margin-left: 30px;
}
.box-testimonial h4,
.box-testimonial h5 {
  letter-spacing: 3px;
}
.box-testimonial p {
  font-size: 1em;
}

.box-testimonial .img-profile {
  width: 60px;
  margin: 30px 0;
  position: absolute;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  background: #ffffff;
  top: 0;
  left: -30px;
}
.box-testimonial .img-logo-client {
  height: 30px;
}
@media (max-width: 600px) {
  .box-testimonial .img-profile {
  width: 40px;
  margin: 30px 0;
  position: absolute;
  padding: 3px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  background: #ffffff;
  top: 0;
  left: -30px;
}
}

@media (max-width: 600px) {
  .box-testimonial {
    padding-left: 10px;
  }
}
.carousel-testi {
  margin: 0 auto;
  max-width: 600px;
}
.carousel-testi .carousel-indicators {
  bottom: -25px;
}
.carousel-testi .carousel-indicators li {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  width: 10px;
  margin: 0 5px;
  height: 10px;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3) !important;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3) !important;
  -moz-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3) !important;
  -o-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3) !important;
  -ms-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3) !important;
  background: rgba(255, 255, 255, 0.3);
}
.carousel-testi .carousel-indicators li.active,
.carousel-testi .carousel-indicators li:hover {
  background: #ffffff;
}
/*== PARALLAX == */
.parallax-bg {
  height:100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .parallax-bg {
    background-attachment: inherit;
    background-position: center !important;
  }
}
/*== CAPTCHA == */
.simpleCaptcha {
  padding: 0;
  border: 0;
  background: transparent;
}
.simpleCaptcha .captchaImages img {
  width: 30px;
}
.simpleCaptcha p {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
/*============================
     06. MAIN-FOOTER 
============================*/
.main-footer {
  padding-bottom: 40px;
  font-size: 12px;
  background: #323232;
  position: relative;
  border-top: 1px solid #505050;
  border-bottom: 5px solid #505050;
}
.main-footer .folow-me {
  text-align: center;
  background: #505050;
  padding: 5px;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 150px;
}
.main-footer .back-to-top {
  position: absolute;
  bottom: -5px;
  left: 50%;
  display: block;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  text-decoration: none;
  outline: none;
  line-height: 30px;
  text-align: center;
  color: #7d7d7d;
  background: #505050;
}
.main-footer .back-to-top:hover,
.main-footer .back-to-top:focus {
  color: #ffffff;
}
.main-footer p {
  position: relative;
}
.main-footer:before {
  content: "";
  position: absolute;
  width: 50%;
  right: 0;
  bottom: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
}
.social-links {
  padding: 10px!important;
  margin-bottom: 10px!important;
}
.social-links a {
  position: relative;
  color: #ffffff;
  display: block;
  transition: background 0.8s ease 0s;
  -webkit-transition: background 0.8s ease 0s;
  -moz-transition: background 0.8s ease 0s;
  -o-transition: background 0.8s ease 0s;
  -ms-transition: background 0.8s ease 0s;
  width: 30px;
  text-decoration: none;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  background: #282828;
  padding: 10px!important;
}
.social-links a i {
  position: relative;
}
.social-links a:hover {
  background: #ffffff;
  color:  #ffffff!important;
}

boobie {
  display:none;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.3s ease 0s, background 1s ease 0s;
  -moz-transition: all 0.3s ease 0s, background 1s ease 0s;
  -o-transition: all 0.3s ease 0s, background 1s ease 0s;
  -ms-transition: all 0.3s ease 0s, background 1s ease 0s;
}

.bub:hover{
  color: rgba(255, 255, 255, 0.8)!important;
  background-color: rgba(0, 0, 0, 0.8)!important;
  text-decoration: none;
  font-style: bold!important;
  font-color: rgba(0, 0, 0, 0.9)!important;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3)!important;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.6s ease 0s, background 1s ease 0s;
  -moz-transition: all 0.6s ease 0s, background 1s ease 0s;
  -o-transition: all 0.6s ease 0s, background 1s ease 0s;
  -ms-transition: all 0.6s ease 0s, background 1s ease 0s;

}