@charset "UTF-8";
/*------------------------------------------------------------------
[Master Stylesheet]
Project:	Eric
++++ Imports ++++
++++ Reset ++++
++++ Main ++++
	**Basic Sec CSS**
	**Body Sec CSS**
	**About Sec CSS**
	**Header Sec CSS**
	**Vertical Nav Sec CSS**
	**Services Sec CSS**
	**Skills Sec CSS**
	**Education Sec CSS**
	**Experience Sec CSS**
	**Client Sec CSS**
	**Achivement Sec CSS**
	**Contact Sec CSS**
	**Footer Sec CSS**
++++ Mediaqueries ++++
-------------------------------------------------------------------*/
/****************************/
/** Imports **/
/****************************/
@import url(animate.css);
@import url(font-awesome.min.css);
@import url(pe-icon-7-stroke.css);
@import url(et-line-font.css);
@import url(bootstrap.min.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);
@import url(inputtext.css);
@import url(filter.css);
@import url(default-skin/default-skin.css);
@import url(lightgallery.css);
/****************************/
/** Reset **/
/****************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

strong {
  font-weight: bold; }

body {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
  overflow: hidden; }

/* Mozilla based browsers */
::-moz-selection {
  background: rgba(206, 174, 145, 0.58);
  color: #303133; }

/* Works in Safari */
::selection {
  background: rgba(206, 174, 145, 0.58);
  color: #303133; }

a:hover, a:active {
  outline: 0; }

button:focus {
  border: none;
  outline: 0; }

ul {
  list-style: none; }

a {
  color: #fff;
  text-decoration: none; }

a:hover {
  color: #fff;
  text-decoration: none; }

a:focus {
  color: #fff;
  text-decoration: none;
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  color: #303133; }

h1 {
  font-size: 45px;
  line-height: 60px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: -.5px;
  margin-bottom: 75px;
  color: #303133; }

h3 {
  font-size: 24px;
  line-height: 36px;
  color: #303133;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: -0.5; }

h5 {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 25px;
  margin-bottom: 15px; }

h6 {
  font-size: 16px;
  letter-spacing: 1.5px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 33px; }

p {
  font-size: 16px;
  font-family: "Hind", sans-serif;
  color: #777;
  line-height: 36px; }

.p-small {
  font-size: 14px;
  color: #777;
  line-height: 27px; }

.force-UTF-8 {
  content: "¡"; }

/****************************/
/** Main **/
/****************************/
/********Basic Sec CSS********/
.pad-zero {
  padding: 0; }

.pad-left-zero {
  padding-left: 0; }

.pad-right-zero {
  padding-left: 0; }

.sec-pad {
  padding-top: 80px;
  padding-bottom: 80px; }

.sec-pad-sm {
  padding-top: 50px;
  padding-bottom: 50px; }

.sec-pad-xs {
  padding-top: 30px;
  padding-bottom: 30px; }

.sec-pad-top {
  padding-top: 80px; }

.sec-pad-top-sm {
  padding-top: 50px; }

.sec-pad-top-xs {
  padding-top: 30px; }

.sec-pad-bottom {
  padding-bottom: 80px; }

.sec-pad-bottom-sm {
  padding-bottom: 50px; }

.sec-pad-bottom-xs {
  padding-bottom: 30px; }

.sec-pad-left {
  padding-left: 150px; }

.sec-pad-right {
  padding-right: 150px; }

.pad-top-15 {
  padding-top: 15px; }

.pad-top-7 {
  padding-top: 7px; }

.pad-bottom-80 {
  padding-bottom: 80px; }

.pad-bottom-35 {
  padding-bottom: 35px; }

.margin-top-sm {
  margin-top: 50px; }

.margin-bottom-sm {
  margin-bottom: 50px; }

.margin-bottom-xs {
  margin-bottom: 30px; }

.margin-top-150 {
  margin-top: 150px; }

.margin-top-80 {
  margin-top: 80px; }

.margin-top-40 {
  margin-top: 40px; }

.margin-bottom-80 {
  margin-bottom: 80px; }

.margin-top-20 {
  margin-top: 20px; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.opacity-hide {
  opacity: 0;
  visibility: hidden; }

.center-div {
  margin: 0 auto;
  overflow: hidden;
  float: none;
  clear: both; }

.preloader-it {
  background: #fff;
  position: fixed;
  z-index: 110;
  height: 100%;
  width: 100%;
  overflow: hidden !important; }

/* Effect 1: YouTube loading */
.la-anim-1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 5px;
  background: #fff;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  pointer-events: none; }

.la-anim-1::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background: #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.2s, box-shadow 2s 4s;
  transition: opacity 0.2s, box-shadow 2s 4s;
  -webkit-transform: rotate(2deg) translateY(-2px);
  transform: rotate(2deg) translateY(-2px); }

.la-anim-1.la-animate {
  z-index: 100;
  opacity: 1;
  -webkit-transition: -webkit-transform 5s ease-in, opacity 1s 5s;
  transition: transform 5s ease-in, opacity 1s 5s;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.la-anim-1.la-animate::after {
  opacity: 1; }

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite; }

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes back_ken {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes back_ken {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.2); }
  100% {
    -moz-transform: scale(1); } }
@-o-keyframes back_ken {
  0% {
    -o-transform: scale(1); }
  50% {
    -o-transform: scale(1.2); }
  100% {
    -o-transform: scale(1); } }
@keyframes back_ken {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
/********Body Sec CSS********/
.fixed-bg {
  background: transparent url("../img/mainbg.jpg") no-repeat;
  animation: 60s ease 0s normal none infinite back_ken;
  -webkit-animation: 60s ease 0s normal none infinite back_ken;
  image-rendering: optimizeQuality;
  height: 100%;
  width: 100%;
  z-index: -1;
  position: fixed;
  background-position: center;
  background-size: cover;
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.fixed-bg-overlay {
  background: rgba(0, 0, 0, 0.30);
  height: 100%;
  width: 100%;
  z-index: -1;
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: fixed;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

/********About Sec CSS********/
.content-block {
  background: #fff;
  border-top-left-radius: 10px;
  -moz-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }
  .content-block.content-block-animation {
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  .content-block .person-img {
    height: 150px;
    width: 150px;
    background: url(../img/candidate.png);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover; }

/********Header Sec CSS********/
.btn {
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1.5px;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  height: 37px;
  background: #303133;
  outline: none;
  border: none;
  border-radius: 2px;
  padding: 7px 20px;
  -moz-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
  .btn .btn-label {
    padding: 4px 0; }
  .btn:hover, .btn:focus, .btn:active {
    background: #303133 !important;
    outline: none !important;
    border: none !important;
    color: #fff !important; }
  .btn:hover {
    color: #303133 !important; }
  .btn span {
    position: relative;
    z-index: 2;
    display: inline-block; }
  .btn .mask {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1;
    -moz-transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
  .btn:hover .mask {
    width: 100%; }

.name span {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: block;
  color: #fff;
  padding-top: 7px; }

header {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 70px;
  -moz-transform: translateY(-70px) translateZ(0);
  -o-transform: translateY(-70px) translateZ(0);
  -ms-transform: translateY(-70px) translateZ(0);
  -webkit-transform: translateY(-70px) translateZ(0);
  transform: translateY(-70px) translateZ(0);
  -moz-transition: transform 0.6s ease 0s;
  -o-transition: transform 0.6s ease 0s;
  -webkit-transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s; }
  header.header-animation {
    -moz-transform: translateY(0) translateZ(0);
    -o-transform: translateY(0) translateZ(0);
    -ms-transform: translateY(0) translateZ(0);
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0); }
  header .header-wrap {
    padding-top: 16px; }
    header .header-wrap .pe-7s-download {
      font-size: 25px;
      display: none;
      color: #303133; }
    header .header-wrap .pe-7s-menu {
      font-size: 25px;
      color: #303133; }
  header.fixed {
    top: -70px;
    margin-top: 70px;
    width: 66.66%;
    position: fixed;
    z-index: 99;
    background: #303133;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-transition: margin 0.6s ease 0s, transform 0.6s ease 0s;
    -o-transition: margin 0.6s ease 0s, transform 0.6s ease 0s;
    -webkit-transition: margin 0.6s ease 0s, transform 0.6s ease 0s;
    transition: margin 0.6s ease 0s, transform 0.6s ease 0s; }
    header.fixed .btn {
      color: #303133;
      background: #fff; }
      header.fixed .btn .mask {
        background: #c8a482; }
      header.fixed .btn:hover, header.fixed .btn:focus, header.fixed .btn:active {
        background: #fff !important;
        outline: none !important;
        border: none !important;
        color: #303133 !important; }
      header.fixed .btn:hover {
        color: #fff !important; }

/********Vertical Nav Sec CSS********/
nav.navbar.navbar-default.vertical-nav {
  position: fixed;
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  top: 50%;
  left: 129px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  border: none;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
  nav.navbar.navbar-default.vertical-nav li {
    display: block;
    float: none;
    height: 7px;
    margin-bottom: 29px;
    width: 50px; }
    nav.navbar.navbar-default.vertical-nav li span {
      font-size: 11px;
      font-weight: 500;
      left: 90px;
      line-height: 1;
      color: #fff;
      position: absolute;
      opacity: 0;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      -moz-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
      -o-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
      -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
      transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
    nav.navbar.navbar-default.vertical-nav li a {
      background: none;
      border: none;
      padding: 0; }
      nav.navbar.navbar-default.vertical-nav li a span {
        display: none; }
      nav.navbar.navbar-default.vertical-nav li a:hover, nav.navbar.navbar-default.vertical-nav li a:active, nav.navbar.navbar-default.vertical-nav li a:focus {
        background: none;
        border: none; }
      nav.navbar.navbar-default.vertical-nav li a:before {
        background-color: #fff;
        border-radius: 50%;
        height: 50px;
        top: -21px !important;
        opacity: 1;
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        width: 50px; }
      nav.navbar.navbar-default.vertical-nav li a:after, nav.navbar.navbar-default.vertical-nav li a:before {
        content: "";
        margin: 0 auto;
        position: absolute;
        right: 0;
        left: 0; }
      nav.navbar.navbar-default.vertical-nav li a:after {
        background: #fff none repeat scroll 0 0;
        border: 3px solid #fff;
        border-radius: 50%;
        height: 0;
        -moz-transition: all 0.1s ease-out 0s;
        -o-transition: all 0.1s ease-out 0s;
        -webkit-transition: all 0.1s ease-out 0s;
        transition: all 0.1s ease-out 0s;
        width: 0; }
    nav.navbar.navbar-default.vertical-nav li.active a:before {
      opacity: 0;
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      -moz-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      -webkit-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s; }
    nav.navbar.navbar-default.vertical-nav li.active a:after {
      background: transparent none repeat scroll 0 0;
      border-width: 2px;
      height: 8px;
      width: 8px; }
    nav.navbar.navbar-default.vertical-nav li.active span {
      left: 50px;
      opacity: 1;
      color: #fff; }
    nav.navbar.navbar-default.vertical-nav li:hover span {
      left: 50px;
      opacity: 1;
      color: #fff; }

.vertical-nav-wrap.vertical-nav-animation nav.navbar.navbar-default.vertical-nav {
  opacity: 1;
  visibility: visible; }

a.goto-social, a.goto-social:hover {
  font-size: 16px;
  font-weight: 600;
  color: #303133; }

.separater-hr {
  margin: 0; }

/********Services Sec CSS********/
.services-icon-wrap span {
  display: block; }
  .services-icon-wrap span.key-fact {
    font-size: 14px;
    font-weight: 500;
    font-family: "Hind", sans-serif;
    color: #303133;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-top: 36px;
    font-weight: 600; }
.services-icon-wrap .icon {
  color: #c0c1c1;
  font-size: 60px;
  display: inline-block;
  perspective: 1000px;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }
.services-icon-wrap .icon-wrap:hover .icon {
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  color: #303133; }

/********Skills Sec CSS********/
.skills-wrap {
  overflow: visible; }
  .skills-wrap .progress-bar-graph .bar-wrap {
    position: relative;
    float: left;
    width: 100%; }
    .skills-wrap .progress-bar-graph .bar-wrap strong {
      font-size: 12px;
      font-weight: 500;
      font-family: "Hind", sans-serif;
      color: #303133;
      opacity: 0;
      display: block;
      float: left;
      position: absolute;
      right: 0px;
      top: -27px; }
  .skills-wrap .progress-bar-graph span {
    background-color: #c9a48d;
    height: 3px;
    width: 0px;
    display: block;
    float: left;
    position: relative;
    overflow: visible !important; }
    .skills-wrap .progress-bar-graph span:after {
      border: 3px solid #c9a48d;
      border-radius: 50%;
      content: "";
      height: 15px;
      position: absolute;
      right: 0px;
      background: #fff;
      top: -6px;
      width: 15px; }
  .skills-wrap .progress-cat {
    font-size: 12px;
    font-family: "Hind", sans-serif;
    font-weight: 600;
    color: #303133;
    letter-spacing: .5px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 10px; }

/********Project Sec CSS********/
.project-gallery a {
  display: block;
  overflow: hidden;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 100%;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }
  .project-gallery a img {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    image-rendering: optimizeQuality; }
  .project-gallery a .hover-cap {
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 500;
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    color: black;
    height: 65px;
    padding-top: 25px;
    left: 0;
    overflow: hidden;
    perspective: 1px;
    position: absolute;
    text-align: center;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-transform: uppercase;
    -moz-transform: translateY(75px);
    -o-transform: translateY(75px);
    -ms-transform: translateY(75px);
    -webkit-transform: translateY(75px);
    transform: translateY(75px);
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%; }
  .project-gallery a:hover {
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.2); }
    .project-gallery a:hover img {
      -moz-transform: translateY(-20px);
      -o-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px); }
    .project-gallery a:hover .hover-cap {
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0); }

.lg-sub-html h6 {
  color: #fff;
  margin-bottom: 0; }

/********Education Sec CSS********/
.education-wrap .qualfication-wrap {
  margin-top: 42px; }
  .education-wrap .qualfication-wrap .qualfication:nth-child(even) {
    background: rgba(48, 49, 51, 0.04); }
.education-wrap .qualfication {
  border-bottom: 1px solid rgba(48, 49, 51, 0.1);
  float: left;
  padding: 30px 0;
  width: 100%; }
  .education-wrap .qualfication.first-row {
    border-bottom: 1px solid rgba(48, 49, 51, 0.1);
    border-top: 1px solid rgba(48, 49, 51, 0.1); }
  .education-wrap .qualfication .row-count {
    height: 35px;
    width: 35px;
    display: table;
    border: 1px solid rgba(48, 49, 51, 0.1);
    border-radius: 50%;
    text-align: center;
    color: #303133;
    font-family: "Hind", sans-serif;
    font-size: 11px;
    font-weight: 600; }
    .education-wrap .qualfication .row-count span {
      display: table-cell;
      vertical-align: middle; }
  .education-wrap .qualfication .yr-pers {
    color: #303133;
    font-family: "Hind", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px; }
  .education-wrap .qualfication .insti {
    color: #303133;
    font-family: "Hind", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize; }
  .education-wrap .qualfication .design {
    color: #777;
    font-family: "Hind", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize; }
.education-wrap .vertical-align-pad {
  padding-top: 10px;
  display: block; }

/********Experience Sec CSS********/
.experience-wrap .duration span {
  color: #303133;
  font-family: "Hind", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px; }
.experience-wrap .job-desn, .experience-wrap .job-loc {
  display: block; }
.experience-wrap .job-desn {
  color: #777;
  font-family: "Hind", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 5px;
  text-transform: capitalize; }
.experience-wrap .job-loc {
  color: #303133;
  font-family: "Hind", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 15px;
  text-transform: capitalize; }
.experience-wrap .timeline-st {
  background: rgba(48, 49, 51, 0.15);
  margin-left: 7px;
  margin-top: 15px;
  width: 1px; }
  .experience-wrap .timeline-st:after {
    border: 3px solid rgba(48, 49, 51, 0.15);
    border-radius: 50%;
    content: "";
    height: 15px;
    left: 15px;
    position: absolute;
    top: 0;
    width: 15px;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }
.experience-wrap .exp-timeline .exp-content-wrap {
  opacity: 1;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }
.experience-wrap .exp-timeline.timeline-inactive .exp-content-wrap {
  opacity: .3; }
.experience-wrap .exp-timeline.timeline-inactive.timeline-active .exp-content-wrap {
  opacity: 1 !important; }
.experience-wrap .exp-timeline.timeline-active .timeline-st:after {
  border: 3px solid #c9a48d; }

/********Client Sec CSS********/
.client-wrap .owl-carousel .owl-item img {
  width: auto; }

/********Achivement Sec CSS********/
.achivement-list-wrap li ul {
  float: left;
  width: 100%; }
  .achivement-list-wrap li ul li {
    font-size: 14px;
    color: #303133;
    font-family: "Hind", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    float: left;
    width: 100%; }
.achivement-list-wrap .dash-pointer {
  display: inline-block;
  margin-right: 30px;
  float: left; }
.achivement-list-wrap .achive-pts {
  display: inline-block;
  float: left;
  width: 70%; }

/********Contact Sec CSS********/
.contact-wrap .form-control {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: transparent none repeat scroll 0 0;
  border: none;
  box-shadow: none;
  color: #303133;
  display: block;
  overflow: hidden;
  font-size: 13px;
  font-family: "Hind", sans-serif;
  padding-left: 0;
  padding-bottom: 18px;
  padding-top: 13px; }
  .contact-wrap .form-control:focus {
    border-color: #303133;
    box-shadow: none; }
  .contact-wrap .form-control::-webkit-input-placeholder {
    color: #777;
    font-size: 13px;
    font-family: "Hind", sans-serif;
    text-transform: capitalize; }
  .contact-wrap .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #8d8d8d;
    font-size: 13px;
    font-family: "Hind", sans-serif;
    text-transform: capitalize; }
  .contact-wrap .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #8d8d8d;
    font-size: 13px;
    font-family: "Hind", sans-serif;
    text-transform: capitalize; }
  .contact-wrap .form-control:-ms-input-placeholder {
    color: #8d8d8d;
    font-size: 13px;
    font-family: "Hind", sans-serif;
    text-transform: capitalize; }
  .contact-wrap .form-control input:-webkit-autofill, .contact-wrap .form-control textarea:-webkit-autofill, .contact-wrap .form-control select:-webkit-autofill {
    background-color: transparent;
    background-image: none;
    color: #fff; }
.contact-wrap .form-group {
  margin-bottom: 36px; }
.contact-wrap .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0; }
.contact-wrap .input-wrap {
  overflow: hidden;
  position: relative; }
.contact-wrap .input-wrap i {
  display: none; }
.contact-wrap input {
  height: 80px; }
.contact-wrap .btn:hover, .contact-wrap .btn:focus, .contact-wrap .btn:active {
  color: #fff !important; }
.contact-wrap .btn .mask {
  background-color: #c8a482; }
.contact-wrap .email-direct {
  font-size: 14px;
  margin-top: 60px; }
  .contact-wrap .email-direct p {
    color: #777; }
    .contact-wrap .email-direct p a {
      color: #303133;
      font-weight: 500; }
.contact-wrap .bg-success, .contact-wrap .bg-danger {
  background: none; }
.contact-wrap .bg-success {
  color: #c8a482; }

/********Footer Sec CSS********/
@-webkit-keyframes blinking {
  0% {
    opacity: 0;
    transform: scale(0); }
  5% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-ms-keyframes blinking {
  0% {
    opacity: 0;
    transform: scale(0); }
  5% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes blinking {
  0% {
    opacity: 0;
    transform: scale(0); }
  5% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes blinking {
  0% {
    opacity: 0;
    transform: scale(0); }
  5% {
    opacity: 1; }
  100% {
    opacity: 0; } }
footer .available-wrap {
  padding-bottom: 30px; }
  footer .available-wrap .available-tag {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: -0.5;
    color: #303133;
    display: block;
    float: left; }
  footer .available-wrap .available-pointer {
    background: #c8a482 none repeat scroll 0 0;
    position: relative;
    display: inline-block;
    float: left;
    width: 14px;
    height: 14px;
    margin-left: 8px;
    margin-right: 32px;
    margin-top: 7px;
    border-radius: 50%;
    float: left;
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    content: ' '; }
    footer .available-wrap .available-pointer:before {
      background-color: #c8a482;
      content: ' ';
      position: absolute;
      top: -8px;
      left: -8px;
      display: inline-block;
      width: 30px;
      height: 30px;
      opacity: 0.2;
      border-radius: 50%; }
footer .social-icons-wrap {
  width: 100%; }
  footer .social-icons-wrap .social-icons li {
    display: inline-block;
    float: left;
    margin-right: 10px; }
    footer .social-icons-wrap .social-icons li:last-child {
      margin-right: 0; }
  footer .social-icons-wrap .social-icons .social-icon {
    color: #303133;
    font-size: 14px;
    overflow: hidden;
    text-transform: uppercase;
    width: 25px;
    text-align: right;
    line-height: 25px;
    position: relative;
    display: inline-block; }
    footer .social-icons-wrap .social-icons .social-icon span {
      display: inline-block;
      position: relative;
      -moz-transition: transform 0.3s ease 0s;
      -o-transition: transform 0.3s ease 0s;
      -webkit-transition: transform 0.3s ease 0s;
      transition: transform 0.3s ease 0s; }
      footer .social-icons-wrap .social-icons .social-icon span.fa {
        line-height: 25px; }
      footer .social-icons-wrap .social-icons .social-icon span:before {
        content: attr(data-hover);
        position: absolute;
        top: 100%;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px); }
    footer .social-icons-wrap .social-icons .social-icon:hover span {
      transform: translateY(-100%);
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%); }
footer .copywrite-wrap {
  width: 100%; }
  footer .copywrite-wrap .copywrite {
    font-size: 11px;
    color: #777;
    line-height: 26px; }
    footer .copywrite-wrap .copywrite b {
      font-weight: 500;
      color: #303133; }
footer .goto-top {
  width: 100%; }
  footer .goto-top a {
    color: #303133;
    font-size: 11px;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    overflow: hidden;
    text-transform: uppercase;
    text-decoration: underline; }
    footer .goto-top a span {
      line-height: 16px;
      text-decoration: underline;
      display: inline-block;
      position: relative;
      -moz-transition: transform 0.3s ease 0s;
      -o-transition: transform 0.3s ease 0s;
      -webkit-transition: transform 0.3s ease 0s;
      transition: transform 0.3s ease 0s; }
      footer .goto-top a span:before {
        content: attr(data-hover);
        position: absolute;
        top: 100%;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        text-decoration: underline; }
    footer .goto-top a:hover span {
      transform: translateY(-100%);
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%); }

/****************************/
/** Mediaqueries **/
/****************************/
@media only screen and (max-width: 1199px) {
  .navbar-header {
    float: none; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .collapse.in {
    display: block !important; }

  nav.navbar.navbar-default li span {
    display: none; }
  nav.navbar.navbar-default li a span {
    display: block;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 1;
    text-transform: uppercase;
    -moz-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
  nav.navbar.navbar-default li a:hover span {
    color: grey; }
  nav.navbar.navbar-default li.active a span {
    color: grey; }
  nav.navbar.navbar-default li:hover, nav.navbar.navbar-default li:active, nav.navbar.navbar-default li:focus {
    background: none; }

  .margin-top-sm-70 {
    margin-top: 70px; }

  .fixed-bg, .fixed-bg-overlay {
    display: none; }

  .name, .social-download-wrap {
    position: relative;
    z-index: 1; }

  .social-download-wrap {
    margin-right: 70px; }

  .navbar-toggle {
    margin: 0;
    padding-top: 8px;
    position: absolute;
    right: 15px;
    top: 0; }
    .navbar-toggle:hover, .navbar-toggle:focus, .navbar-toggle:active {
      background: #fff !important;
      color: #303133;
      box-shadow: none !important;
      outline: none !important;
      border: none !important; }

  header {
    top: -70px;
    margin-top: 70px;
    width: 100%;
    position: fixed;
    z-index: 99;
    background: #303133;
    -moz-transform: translateY(-70px) translateZ(0);
    -o-transform: translateY(-70px) translateZ(0);
    -ms-transform: translateY(-70px) translateZ(0);
    -webkit-transform: translateY(-70px) translateZ(0);
    transform: translateY(-70px) translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-transition: margin 0.6s ease 0s, transform 0.6s ease 0s;
    -o-transition: margin 0.6s ease 0s, transform 0.6s ease 0s;
    -webkit-transition: margin 0.6s ease 0s, transform 0.6s ease 0s;
    transition: margin 0.6s ease 0s, transform 0.6s ease 0s; }
    header.fixed {
      width: 100%; }
    header .header-wrap {
      padding-left: 0;
      padding-right: 0; }
      header .header-wrap .btn {
        padding: 7px 8px; }
        header .header-wrap .btn .btn-label {
          padding-bottom: 0;
          padding-top: 0; }
        header .header-wrap .btn:hover, header .header-wrap .btn:focus, header .header-wrap .btn:active {
          background: #fff !important;
          outline: none !important;
          border: none !important;
          color: #303133 !important; }
        header .header-wrap .btn:hover .pe-7s-download, header .header-wrap .btn:hover .pe-7s-menu {
          color: #fff !important; }
      header .header-wrap b {
        display: none; }
      header .header-wrap .pe-7s-download {
        display: block; }
    header .name {
      padding-left: 15px; }
    header .btn {
      color: #303133;
      background: #fff; }
      header .btn .mask {
        background: #c8a482; }
      header .btn:hover {
        color: #fff;
        background: #fff; }

  .content-block {
    border-radius: 0; }

  .navbar-default .navbar-collapse, .navbar {
    background: #303133;
    border: none; }

  .navbar-default .navbar-collapse {
    padding: 0;
    box-shadow: none;
    margin-top: 16px; }

  .nav.navbar-nav {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0; }

  .navbar-default {
    margin-bottom: 0; }
    .navbar-default .navbar-nav .active a {
      background: transparent; }
      .navbar-default .navbar-nav .active a:hover {
        background: transparent; }

  .vertical-nav-wrap {
    display: none; } }
@media only screen and (max-width: 1024px) {
  header .header-wrap .btn:hover .mask {
    width: 0; }
  header .header-wrap .btn:hover .pe-7s-download, header .header-wrap .btn:hover .pe-7s-menu {
    color: #303133 !important; }

  .contact-wrap .btn {
    color: #fff; }
    .contact-wrap .btn:hover .mask {
      width: 0; }

  .project-gallery .hover-cap {
    display: none; }
  .project-gallery a:hover {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); }
    .project-gallery a:hover img {
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0); }

  footer .social-icons-wrap .social-icons .social-icon:hover span {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0); }
  footer .goto-top a:hover span {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0); } }
@media only screen and (max-width: 1023px) {
  footer .col-sm-6 {
    width: 100%;
    float: left; }
    footer .col-sm-6 .social-icons-wrap, footer .col-sm-6 .goto-top, footer .col-sm-6 .copywrite-wrap, footer .col-sm-6 .social-icons {
      float: left;
      text-align: left; }
    footer .col-sm-6 .social-icons-wrap .social-icons .social-icon {
      text-align: left; } }
@media only screen and (max-width: 767px) {
  .education-wrap .qualfication .row-count {
    margin-bottom: 15px; }
  .education-wrap .qualfication .yr-pers {
    padding-bottom: 15px; }

  .experience-wrap .duration {
    padding-bottom: 15px; } }
@media only screen and (max-width: 736px) {
  h1 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 50px; }

  header, header.fixed {
    height: 50px;
    top: -50px;
    margin-top: 50px;
    -moz-transform: translateY(-50px) translateZ(0);
    -o-transform: translateY(-50px) translateZ(0);
    -ms-transform: translateY(-50px) translateZ(0);
    -webkit-transform: translateY(-50px) translateZ(0);
    transform: translateY(-50px) translateZ(0); }
    header .header-wrap, header.fixed .header-wrap {
      padding-top: 0; }
    header.header-animation, header.fixed.header-animation {
      -moz-transform: translateY(0px) translateZ(0);
      -o-transform: translateY(0px) translateZ(0);
      -ms-transform: translateY(0px) translateZ(0);
      -webkit-transform: translateY(0px) translateZ(0);
      transform: translateY(0px) translateZ(0); }

  .name span {
    font-size: 13px;
    padding-top: 17px; }

  .float-right.social-download-wrap {
    padding-top: 10px;
    margin-right: 60px; }

  .navbar-toggle {
    top: 10px; }

  header .header-wrap .btn {
    padding: 3px 4px;
    height: 30px; }

  .navbar-default .navbar-collapse {
    max-height: 180px; }

  .sec-pad {
    padding-top: 50px;
    padding-bottom: 50px; }

  .sec-pad-top {
    padding-top: 50px; }

  .sec-pad-bottom-xs {
    padding-bottom: 0; }

  .sec-pad-bottom-sm {
    padding-bottom: 20px; }

  .margin-top-xs-50 {
    margin-top: 50px; } }
@media only screen and (max-width: 414px) {
  footer .available-wrap .available-tag {
    font-size: 13px; }
  footer .available-wrap .available-pointer {
    margin-right: 20px; } }

/*# sourceMappingURL=style.css.map */
