@charset "UTF-8";
/****************************/
/** Imports **/
/****************************/
@import "animate.css";
@import "font-awesome.min.css";
@import "pe-icon-7-stroke.css";
@import "grid.css";
@import "inputtext.css";
@import "filter.css";
@import "lightgallery-bundle.min.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;
}

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

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

ul {
  list-style: none;
}

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

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

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

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

h1 {
  font-size: 45px;
  line-height: 60px;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin-bottom: 75px;
  color: #fff;
}

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

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: #e91e63;
  margin-bottom: 33px;
}

p {
  font-size: 16px;
  font-family: "Hind", sans-serif;
  color: #ccc;
}

.p-small {
  font-size: 14px;
  color: #ccc;
  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;
}

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

#intro_content_sec h1 {
  margin-bottom: 50px;
}
#intro_content_sec h6 {
  margin-bottom: 24px;
}
#intro_content_sec p.pad-bottom-35 {
  padding-bottom: 25px;
}

.typed-line {
  display: inline-block;
  vertical-align: top;
  min-height: 60px;
}

.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: 90px;
}

.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: #141414;
  -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: #141414;
  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: rgba(0, 0, 0, 0) url("../img/mainbg.jpg") no-repeat;
  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(255, 255, 255, 0);
  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: #141414;
  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;
}
.content-block .person-img {
  height: 160px;
  width: 160px;
  background: url(../img/profil.jpg);
  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: #141414;
  outline: none;
  border: none;
  border-radius: 2px;
  padding: 7px 20px;
}
.btn .btn-label {
  padding: 4px 0;
}
.btn {
  -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:hover, .btn:focus, .btn:active {
  background: #141414 !important;
  outline: none !important;
  border: none !important;
  color: #fff !important;
}
.btn span {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.btn .mask {
  background: #e91e63;
  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%;
}
.btn.is-loading {
  pointer-events: none;
}
.btn.is-loading span:not(.mask) {
  visibility: hidden;
}
.btn.is-loading::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  -webkit-animation: btn-spin 0.6s linear infinite;
  -moz-animation: btn-spin 0.6s linear infinite;
  animation: btn-spin 0.6s linear infinite;
}

@keyframes btn-spin {
  to {
    transform: rotate(360deg);
  }
}
.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-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-wrap {
  padding-top: 16px;
}
header .header-wrap .pe-7s-download {
  font-size: 25px;
  display: none;
  color: #fff;
}
header .header-wrap .pe-7s-menu {
  font-size: 25px;
  color: #fff;
}
header .header-wrap .lang-switch {
  float: left;
  margin-right: 18px;
  padding-top: 10px;
}
header .header-wrap .lang-switch a {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  opacity: 0.5;
  padding: 0 4px;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
header .header-wrap .lang-switch a.active {
  opacity: 1;
  font-weight: 700;
  text-decoration: underline;
}
header .header-wrap .lang-switch a:hover, header .header-wrap .lang-switch a:focus {
  opacity: 1;
}
header.fixed {
  top: -70px;
  margin-top: 70px;
  width: 66.66%;
  position: fixed;
  z-index: 99;
  background: #fff;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
header.fixed .name span {
  color: #141414;
}
header.fixed .lang-switch a {
  color: #141414;
}
header.fixed {
  -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: #fff;
  background: #141414;
}
header.fixed .btn .mask {
  background: #e91e63;
}
header.fixed .btn:hover, header.fixed .btn:focus, header.fixed .btn:active {
  background: #141414 !important;
  outline: none !important;
  border: none !important;
  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;
  -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: #141414;
  position: absolute;
  margin-top: -2px;
  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: rgba(0, 0, 0, 0) 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;
}

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

.separater-hr {
  margin: 0;
  border-color: #454648;
}

/********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: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-top: 36px;
}
.services-icon-wrap .icon {
  color: #6f6f71;
  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: #fff;
}

/********Skills Sec CSS********/
.skills-wrap {
  overflow: visible;
}
.skills-wrap .skill-badge {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
}
.skills-wrap .skill-badge .skill-name {
  font-size: 12px;
  font-family: "Hind", sans-serif;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
}
.skills-wrap .skill-badge .skill-years {
  font-size: 12px;
  font-family: "Hind", sans-serif;
  font-weight: 500;
  color: #e91e63;
  white-space: nowrap;
  padding-left: 10px;
}
.skills-wrap .skill-badge .skill-years small {
  color: rgba(255, 255, 255, 0.45);
  font-size: 11px;
}

/********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;
}

.lg-outer .lg-sub-html p {
  font-size: 18px;
  line-height: 1.6;
}

/* Push the image to the top of the content area (instead of vertical-centering it)
   so the caption gets the whole space below it — nicer for long descriptions. */
.lg-outer .lg-item:before,
.lg-outer .lg-img-rotate:before,
.lg-outer .lg-object {
  vertical-align: top;
}

/* Caption fills the space between the image bottom and the page bottom (height set
   per-slide in init.js from the real image bounds) and centers its text within it. */
.lg-outer .lg-sub-html {
  display: flex;
  flex-direction: column;
  justify-content: safe center;
  overflow-y: auto;
}

/* Clear, prominent close (cross) button top-right of the opened project.
   The X is drawn with CSS (two rotated bars via ::before/::after) instead of the
   bundle's icon-font glyph (\e070), which some mobile browsers (e.g. iOS Safari)
   fail to render. ::after's empty content also overrides that glyph. */
.lg-outer .lg-toolbar .lg-close {
  position: relative;
  color: #fff;
}

.lg-outer .lg-toolbar .lg-close::before,
.lg-outer .lg-toolbar .lg-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  background: currentColor;
}

.lg-outer .lg-toolbar .lg-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.lg-outer .lg-toolbar .lg-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.lg-outer .lg-toolbar .lg-close:hover,
.lg-outer .lg-toolbar .lg-close:focus {
  color: #e91e63;
}

/********Education Sec CSS********/
.education-wrap .qualfication-wrap {
  margin-top: 42px;
}
.education-wrap .qualfication-wrap .qualfication:nth-child(even) {
  background: rgba(255, 255, 255, 0.04);
}
.education-wrap .qualfication {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  float: left;
  padding: 30px 0;
  width: 100%;
}
.education-wrap .qualfication.first-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.education-wrap .qualfication .row-count {
  height: 35px;
  width: 35px;
  display: table;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  text-align: center;
  color: #fff;
  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: #fff;
  font-family: "Hind", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.education-wrap .qualfication .insti {
  color: #fff;
  font-family: "Hind", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.education-wrap .qualfication .design {
  color: #ccc;
  font-family: "Hind", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.education-wrap .vertical-align-pad {
  padding-top: 10px;
  display: block;
}

@media only screen and (min-width: 768px) {
  .education-wrap .qualfication .qual-count {
    width: 7%;
  }
  .education-wrap .qualfication .qual-year {
    width: 13%;
  }
  .education-wrap .qualfication .qual-title {
    width: 42%;
  }
  .education-wrap .qualfication .qual-desc {
    width: 38%;
  }
}
/********Experience Sec CSS********/
.experience-wrap .duration span {
  color: #fff;
  font-family: "Hind", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.experience-wrap .job-desn, .experience-wrap .job-loc {
  display: block;
}
.experience-wrap .job-desn {
  color: #ccc;
  font-family: "Hind", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 5px;
}
.experience-wrap .job-loc {
  color: #fff;
  font-family: "Hind", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 15px;
}
.experience-wrap .timeline-st {
  background: rgba(255, 255, 255, 0.15);
  margin-left: 7px;
  margin-top: 15px;
  width: 1px;
}
.experience-wrap .timeline-st:after {
  border: 3px solid rgba(255, 255, 255, 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: 0.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 #e91e63;
}

/********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: #fff;
  font-family: "Hind", sans-serif;
  font-weight: 500;
  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: #fff;
  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: #fff;
  box-shadow: none;
}
.contact-wrap .form-control::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px;
  font-family: "Hind", sans-serif;
}
.contact-wrap .form-control:-moz-placeholder { /* Firefox 18- */
  color: #8d8d8d;
  font-size: 13px;
  font-family: "Hind", sans-serif;
}
.contact-wrap .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #8d8d8d;
  font-size: 13px;
  font-family: "Hind", sans-serif;
}
.contact-wrap .form-control:-ms-input-placeholder {
  color: #8d8d8d;
  font-size: 13px;
  font-family: "Hind", sans-serif;
}
.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 {
  background: #fff;
  color: #141414;
}
.contact-wrap .btn:hover, .contact-wrap .btn:focus, .contact-wrap .btn:active {
  background: #fff !important;
  color: #fff !important;
}
.contact-wrap .btn .mask {
  background-color: #e91e63;
}
.contact-wrap .email-direct {
  font-size: 14px;
  margin-top: 60px;
}
.contact-wrap .email-direct p {
  color: #ccc;
}
.contact-wrap .email-direct p a {
  color: #fff;
  font-weight: 500;
}
.contact-wrap .bg-success, .contact-wrap .bg-danger {
  background: none;
}
.contact-wrap .bg-success {
  color: #e91e63;
}

/********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.5px;
  color: #fff;
  display: block;
  float: left;
}
footer .available-wrap .available-pointer {
  background: #e91e63 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: #e91e63;
  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: #fff;
  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.fa {
  line-height: 25px;
}
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: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: #ccc;
  line-height: 26px;
}
footer .copywrite-wrap .copywrite b {
  font-weight: 500;
  color: #fff;
}
footer .goto-top {
  width: 100%;
}
footer .goto-top a {
  color: #fff;
  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: #141414;
    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: #e91e63;
  }
  nav.navbar.navbar-default li.active a span {
    color: #e91e63;
  }
  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: #fff;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
  }
  header {
    top: 0px;
    margin-top: 70px;
    width: 100%;
    position: fixed;
    z-index: 99;
    background: #fff;
    -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%;
    top: 0;
  }
  header .name span {
    color: #141414;
  }
  header .header-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  header .header-wrap .lang-switch a {
    color: #141414;
  }
  header .header-wrap .btn {
    padding: 7px 8px;
    background: #141414 !important;
  }
  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: #141414 !important;
    outline: none !important;
    border: none !important;
    color: #fff !important;
  }
  header .header-wrap .btn:hover .pe-7s-download, header .header-wrap .btn:hover .pe-7s-menu {
    color: #141414 !important;
  }
  header .header-wrap b {
    display: none;
  }
  header .header-wrap .pe-7s-download {
    display: block;
  }
  header .name {
    padding-left: 15px;
  }
  header .btn {
    color: #fff;
    background: #fff;
  }
  header .btn .mask {
    background: #e91e63;
  }
  header .btn:hover {
    color: #141414;
    background: #fff;
  }
  .content-block {
    border-radius: 0;
  }
  .navbar-default .navbar-collapse, .navbar {
    background: #fff;
    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;
  }
  header .header-wrap {
    position: static;
  }
  header .header-wrap nav.navbar {
    position: static;
  }
  header .header-wrap .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 10px 20px;
    background: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    max-height: calc(100vh - 70px);
    overflow-y: auto;
  }
  header .header-wrap .navbar-collapse .navbar-nav {
    margin: 0;
  }
  header .header-wrap .navbar-collapse .navbar-nav > li {
    float: none;
    padding: 4px 0;
  }
}
@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: #fff !important;
  }
  .contact-wrap .btn {
    color: #141414;
  }
  .contact-wrap .btn:hover, .contact-wrap .btn:focus, .contact-wrap .btn:active {
    color: #141414 !important;
  }
  .contact-wrap .btn:hover .mask, .contact-wrap .btn:focus .mask, .contact-wrap .btn:active .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) {
  /* Center the intro and the profile picture on mobile. */
  #intro_content_sec {
    text-align: center;
  }
  #intro_content_sec .person-img {
    margin-left: auto;
    margin-right: auto;
  }
  /* "Mes domaines": keep two columns but center them with equal side padding.
     Replace the float grid with a centered flex row so the icons aren't pulled left. */
  #services_sec {
    text-align: center;
  }
  #services_sec .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }
  #services_sec .icon-wrap {
    float: none;
  }
  .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;
  }
  .typed-line {
    min-height: 96px;
  }
  header, header.fixed {
    height: 50px;
  }
  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;
  }
  header .header-wrap .lang-switch {
    padding-top: 5px;
  }
  .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;
  }
}
/********Contact form: honeypot + ALTCHA CAPTCHA********/
.hp-field {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

altcha-widget {
  display: inline-block;
  margin: 0 auto 20px;
  max-width: 320px;
  text-align: left;
  --altcha-color-base:#1c1c1c;
  --altcha-color-border:rgba(255,255,255,.15);
  --altcha-color-text:#fff;
  --altcha-color-border-focus:#e91e63;
  --altcha-color-checkbox-checked:#e91e63;
}

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