
/*-----------------
* [Master Stylesheet]
*
* Theme    : Decker - Portfolio/CV/Resume HTML Template
* Version  : 1.2
* Author   : beingeorge
* Support  : hello@beingeorge.com
* 
------------------*/


/*-----------------
  [ALL CONTENTS]

1. Reset.css
2. General 
3. Helper Classes 
4. Preloader
5. Header
6. About
7. Portfolio
8. Services
9. Freelance
10. Resume
11. Testimony
12. Blog
13. Contact
14. Footer 
15. All Media Queries

------------------*/


@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700&display=swap');


/* ---------------------------------------------- /*
* 1. Reset.css
/* ---------------------------------------------- /*

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 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%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    font: 400 14px/1.8 'Poppins', sans-serif;
    color: #222;
    overflow-x: hidden;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* ---------------------------------------------- /*
* 2. General
/* ---------------------------------------------- */


body {
    overflow-x: hidden;
    background: #fff;
}

::selection {
    background: rgba(166, 175, 189, 0.3);
}

::-moz-selection {
    background: rgba(166, 175, 189, 0.3);
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a, .ease-3 {
    -webkit-transition: all 0.3s ease-in-out 0s;
       -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
         -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
}

a:link, 
a:visited, 
a:hover, 
a:active {
    text-decoration: none;
}

p {
    color: #6c757d;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    color: #222;
    font-weight: 500;
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 36px;
    margin: 0 0 30px;
}

h3 {
    font-size: 24px;
    letter-spacing: 1px;
    margin: 0 0 5px;
}

h4 {
    font-size: 20px;
    letter-spacing: 1px;
}

h5 {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
}

h6 {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

textarea {
    height: 100px;
    resize: none;
}

b, strong {
    font-weight: 500;
}

/* ---------------------------------------------- 
* 3. Helper Classes 
/* ---------------------------------------------- */

.section {
    padding: 100px 0;
    position: relative;
    background-color: #fff;
}

.section .container {
    padding: 0 30px;
}

.text-custom{
    color: #30b6e4!important
}

.h-100vh{
    height: 100vh;
}

.btn {
    padding: 8px 30px;
    font-size: 12px;
    font-weight: 400;
    transition: all 0.5s;
    letter-spacing: 2px;
    color: #fff;
    box-shadow: none;
    text-transform: capitalize;
    outline: none !important;
    background-color: #8444df;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    border-radius: 40px;
}

.btn:hover {
    color: #fff;
    box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.2);
}

.btn-link {
    background: transparent;
    color: #222;
}

.btn-link:hover {
    color: #222;
    box-shadow: none;
    text-decoration: none;
}

.btn-small {
    padding: 7px 10px;
    font-size: 12px;
}

.rounded-full {
    border-radius: 50%;
}

.page-content-wrap {
    margin-left: 50%;
    width: 50%;
    background: #F8FAFB;
}

.b-box {
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    /* box-shadow: 0px 4px 8px rgba(134, 151, 168, 0.1); */
}

.header-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #fbd0a1;
}

.header-open .header {
    left: 0;
}

.header-scroll {
    position: absolute;
    bottom: 0;
    color: #222;
    font-size: 31px;
    left: 0;
    right: 0;
}

.section-head {
    position: relative;
    margin-bottom: 80px;
}

.section-head h2 {
    font-size: 26px;
    z-index: 1;
    text-transform: uppercase;
    display: block;
    width: 100%;
    font-weight: 500;
    margin: 0
}

.section-head span {
    padding-bottom: 20px;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-left: 80px;
    display: block;
}

.section-head span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 50px;
    height: 1px;
    background: #222;
}

.section-head span:after {
    content: "";
    position: absolute;
    left: 50px;
    height: 5px;width: 5px;
    /* background: #333; */
    top: 6px;
    border-radius: 50%;
}

.section-head.text-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.section-head.text-center span {
    margin-left: -80px;
}

.section-light {
    background: #fff;
}

.section-dark {
    background: #f8f9fa;
}

.section-light .b-box {
    background: #F8FAFB;
}

.section-dark .b-box {
    background: rgb(255, 255, 255);
}

.section-subHead {
    font-size: 20px;
    font-weight: 500;
    margin: 0px 0 20px;
}

.section-inner {
    padding: 0 !important;
}

/* ---------------------------------------------- 
* 4. Preloader
/* ---------------------------------------------- */

.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #242a30;
    z-index: 9999;
}

.preloader.loaded {
    opacity: 0;
    visibility: hidden;
    transition-delay: 2s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.preloader.loaded .spinner {
    opacity: 0;
    visibility: hidden;
}


.spinner {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 3
}

/* ---------------------------------------------- 
* 5. Header
/* ---------------------------------------------- */

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.navbar-toggler.active .ham{
    transform: rotate(45deg);
}
.hamRotate180.active {
    transform: rotate(180deg);
}
.line {
    fill:none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #222;
    stroke-width:3.5;
    stroke-linecap:round;
}
.ham1 .top {
    stroke-dasharray: 40 139;
}
.ham1 .bottom {
    stroke-dasharray: 40 180;
}
.navbar-toggler.active .top {
    stroke-dashoffset: -98px;
}
.navbar-toggler.active .bottom {
    stroke-dashoffset: -138px;
}

.nav-wrapper .navbar-toggler {
    position: fixed;
    right: 10px;
    z-index: 20;
    top: 10px;
    padding: 0;
    display: none;
}

.nav-wrapper .navbar {
    /* background: #2a2d35; */
    transition: all 750ms cubic-bezier(0.8, 0, 0.55, 0.94);
    padding-bottom: 40px;
    padding: 0;
    width: 100%;
}

.nav-wrapper .navbar.active {
    transform: translate3d(0%, 0, 0);
}

.nav-wrapper .navbar-nav {
    display: block;
}

.header.header-v2 {
  width: 250px;
}

.header-v2 .navbar-nav .nav-link {
    display: block;
}

.header-v2 .navbar-nav .nav-link span {
  display: inline-block;
}

.navbar-nav .nav-link span {
    font-size: 12px;
    display: none;
}

.header-v2 .navbar-nav .nav-link i {
    margin-right: 10px;
}

.navbar {
    height: 100%;
}

.navbar-nav .nav-link {
    font-size: 16px;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    padding-left: 10px;
    opacity: 1;
    padding-right: 5px;
    display: block;
    margin-bottom: 8px;
    padding: 10px 15px;
    text-align: left;
    vertical-align: middle;
    line-height: normal;
    overflow: hidden;
    position: relative;
    margin: 0 auto 8px;
    display: inline-block;
}

.navbar-nav .nav-link:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    background: #fbd0a1;
    bottom: 20px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.navbar-nav .nav-link.active {
    opacity: 1;
}

.navbar-nav .nav-link i {
    width: auto;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
    color: #222;
    background: rgba(0, 0, 0, 0.05);
}

.header {
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    bottom: 0;
    width: 100px;
    z-index: 999;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    padding: 0 10px;
    max-width: 300px;
    background: #fff;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}


.header.header-v2 + .page-wrapper {
	width: calc(100% - 250px);
	float: left;
	margin-left: 250px; 
}

.page-wrapper {
    width: calc(100% - 100px);
    float: left;
    margin-left: 100px;
    overflow: hidden;
    margin-top: 0;
    /* box-shadow: -10px 0px 50px 0px rgba(0,0,0,0.1); */
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.page-overlay {
    display: none;
}

.page-overlay .overlay-1,
.page-overlay .overlay-2 {
    content: "";
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    z-index: 0;
}

.page-overlay .overlay-1 {
    top: 80px;
    left: 320px;
    opacity: 0.3;
}

.page-overlay .overlay-2 {
    top: 130px;
    left: 290px;
    opacity: 0.2;
}

.page-wrapper-in {
    overflow: auto;
    height: 100%;
    overflow: auto;
}

.nav-wrapper {
    height: 100%;
    position: relative;
}

.header-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.header-footer ul {
    padding: 25px;
}

.header-footer a {
    color: #fff;
    height: 30px;
    width: 30px;
    display: block;
}

/* ---------------------------------------------- 
* 6. Home
/* ---------------------------------------------- */

.section-home {
    position: relative;
    padding: 0;
}

.hero-img {
    height: 130px;
    width: 130px;
    object-fit: cover;
    border-radius: 50%;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    box-shadow: 0px 30px 50px rgba(0,0,0,0.1);
}

.hero-img-wrap {
    position: relative;
}

.hero-right h1 {
    text-transform: uppercase;
    font-size: 26px;
}

.hero-right p {
    font-size: 16px;
}

.section-about--img  img {
    max-width: 400px;
    object-fit: cover;
    width: 100%;
}

.about-desc-social li a {
    display: block;
    text-align: center;
    border: 1px solid #dee2e6;
    color: #222;
    height: 45px;
    width: 45px;
    line-height: 47px;
    border-radius: 50px;
    overflow: hidden;
}

.about-desc-social a {
    font-size: 20px;
    margin-right: 10px;
}

section#home [class*="col-"] {
    position: static;
}

.section-home-v3 > .container{
    position: relative;
    z-index: 1;
}

.section-home-v3:after {
    position: absolute;
    content: "";
    background: #000;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.4;
}

.hero-bg-wrap {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    transform: scale(1.1) !important;
}

.hero-bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.section-home-v3 .hero-right h5, 
.section-home-v3 .hero-right h1 {
    color: #fff;
}

.section-home-v3 .hero-right p, 
.section-home-v3 .btn-link {
    color: rgba(255,255,255,.5);
}

.mouse-wrap {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 20px;
}

.section-home-v3 .hero-img {
    height: 320px;
    width: 320px;
    border: 10px solid rgba(255, 255, 255, .3);
}

.mouse {
  background: #4e5559 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #ffffff), to(#ffffff));
  background: #4e5559 linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
  position: relative;
  width: 30px;
  height: 50px;
  border-radius: 100px;
  background-size: 100% 200%;
  -webkit-animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
  animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
  margin: 0 auto;
}
.mouse:before, .mouse:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.mouse:before {
  width: 26px;
  height: 46px;
  background-color: #fff;
  border-radius: 100px;
}
.mouse:after {
  background-color: #222;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  -webkit-animation: trackBallSlide 5s linear infinite;
  animation: trackBallSlide 5s linear infinite;
}

.mouse-wrap p {
      margin-top: 15px;
      letter-spacing: 2px;
      color: #ffffff;
      -webkit-animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
      animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
      font-size: 10px;
      text-align: center;
}

@-webkit-keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #4e5559;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #4e5559;
  }
  90%, 100% {
    background-color: #ffffff;
  }
}

@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #4e5559;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #4e5559;
  }
  90%, 100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
            transform: scale(1) translateY(-10px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
            transform: scale(0.4) translateY(20px);
  }
  15%, 19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
            transform: scale(0.4) translateY(-10px);
  }
  28%, 29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
            transform: scale(1) translateY(-10px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
            transform: scale(1) translateY(-10px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
            transform: scale(0.4) translateY(20px);
  }
  45%, 49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
            transform: scale(0.4) translateY(-10px);
  }
  58%, 59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
            transform: scale(1) translateY(-10px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
            transform: scale(1) translateY(-10px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
            transform: scale(0.4) translateY(20px);
  }
  75%, 79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
            transform: scale(0.4) translateY(-10px);
  }
  88%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
            transform: scale(1) translateY(-10px);
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
            transform: scale(1) translateY(-10px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
            transform: scale(0.4) translateY(20px);
  }
  15%, 19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
            transform: scale(0.4) translateY(-10px);
  }
  28%, 29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
            transform: scale(1) translateY(-10px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
            transform: scale(1) translateY(-10px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
            transform: scale(0.4) translateY(20px);
  }
  45%, 49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
            transform: scale(0.4) translateY(-10px);
  }
  58%, 59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
            transform: scale(1) translateY(-10px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
            transform: scale(1) translateY(-10px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
            transform: scale(0.4) translateY(20px);
  }
  75%, 79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
            transform: scale(0.4) translateY(-10px);
  }
  88%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
            transform: scale(1) translateY(-10px);
  }
}
@-webkit-keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes nudgeText {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes nudgeText {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes colorText {
  21% {
    color: #4e5559;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #4e5559;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #4e5559;
  }
  90% {
    color: #ffffff;
  }
}
@keyframes colorText {
  21% {
    color: #4e5559;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #4e5559;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #4e5559;
  }
  90% {
    color: #ffffff;
  }
}


.hero-shapes {
    position: absolute !important;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
}

img.shape1 {
    position: absolute !important;
    top: 10% !important;
    left: 5% !important;
}

img.shape2 {
    position: absolute !important;
    top: 12% !important;
    left: 35% !important;
}

img.shape3 {
    position: absolute !important;
    top: 85% !important;
    left: 25% !important;
}

img.shape4 {
    position: absolute !important;
    top: 80% !important;
    left: 90% !important;
}

img.shape5 {
    position: absolute !important;
    top: 60% !important;
    left: 7% !important;
}

img.shape6 {
    position: absolute !important;
    top: 50% !important;
    left: 70% !important;
}

img.shape7 {
    position: absolute !important;
    top: 7% !important;
    left: 90% !important;
}

img.shape8 {
    position: absolute !important;
    top: 50% !important;
    left: 30% !important;
}

img.shape9 {
    position: absolute !important;
    top: 17% !important;
    left: 60% !important;
}

.counter-wrapper {
    background: #242a30;
    box-shadow: 0px 10px 70px rgba(0,0,0,0.1);
}

.counter-text h3 {
    font-size: 40px;
    font-weight: 500;
}

.counter-text {
    position: relative;
}

.counter-text:after {
    right: -60px;
    height: 100%;
    background: #e8e8e8;
    width: 1px;
    top: 0;
    content: "";
    bottom: 0;
    display: block;
    position: absolute;
}

.counter-wrapper .col-6:last-child .counter-text:after {
    content: none;
}

/* ---------------------------------------------- 
* 6. About
/* ---------------------------------------------- */

.about-img {
    height: 500px;
    object-fit: cover;
    width: 100%;
}


.about-avatar img {
    height: 130px;
    width: 130px;
    object-fit: cover;
}

.about-social a.downloadCV span {
    padding-left: 5px;
}

.about-desc h1 {
    font-size: 32px;
}

.about-desc h3 {
    font-size: 18px;
    line-height: 32px;
    margin: 0 auto;
}

.about-desc-info {
    padding-bottom: 20px;
}

.about-desc-info b {
    padding-right: 10px;
    color: #222;
}

.about-desc-info span, 
.about-desc-info a {
    font-size: 14px;
    color: #6c757d;
}

.about-desc-info a {
    text-decoration: underline;
}

.about-desc-info a:hover {
    text-decoration: none;
    color: #222;
}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.about-avatar-details {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.1);
    margin: 0 auto;
    border-radius: 0;
    margin-left: -10px;
    margin-right: -10px;
}

.about-avatar-details h1 {
    font-size: 44px;
    font-weight: 700;
    color: #222;
    opacity: 0.9;
    line-height: 100px;
}

.header-v2 .about-avatar-details h1 {
    font-size: 24px;
    font-weight: 700;
}

.about-avatar-details p {
    display: inline-block;
    color: #fff;
    letter-spacing: 1px;
    background: rgba(0,0,0,0.05);
    font-size: 14px;
    border-radius: 14px;
    padding: 5px 20px;
    font-weight: 400;
    margin-top: 7px;
}

/* ---------------------------------------------- 
* 7. Portfolio
/* ---------------------------------------------- */

.filter li.active {
    background: #fff;
    color: #fff;
    background: #8444df;
}

.filter li {
    padding: 5px 20px;
    display: block;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    color: #222;
    border-radius: 20px;
    transition: all 0.3s ease-in-out 0s;
    margin-left: 5px;
    position: relative;
    overflow: hidden;
}

.filter {
    display: flex;
    justify-content: flex-end;
}

.portfolio-item {
    width: 400px;
}

.portfolio-item--img img {
    overflow: hidden;
    display: block;
    height: 500px;
    object-fit: cover;
    width: 100%;
}

.portfolio-item--content {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.portfolio-item--desc {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
       -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
         -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
}

.portfolio-item--desc-in {
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease-in-out 0s;
       -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
         -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
}

.portfolio-item--content:hover .portfolio-item--desc {
    opacity: 1;
    visibility: visible;
}

.portfolio-item--content:hover 
.portfolio-item--desc-in {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.portfolio-item--desc-in h3 {
    font-size: 18px;
}

.portfolio-item--desc-in p {
    font-size: 16px;
}

.portfolio-pagination {
    margin: 40px auto 0;
    transform: none !important;
}

.list-item {
    margin-bottom: 30px;
}

.list-item img {
    width: 100%;
    object-fit: cover;
}

.list-item figure {
    position: relative;
    margin-bottom: 30px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 14px 28px rgba(134, 151, 168, 0.08);
}

.list-item a {
    display: block;
    overflow: hidden;
}

.list-item figcaption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    text-align: left;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    display: flex;
    overflow: hidden;
    align-items: flex-end;
    padding: 20px;
    justify-content: left;
    transition: .5s;
    width: calc(100% - 30px);
    margin: 0 auto;
}

.list-item .simple-ajax-popup {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.list-item .caption-inner {
    color: #fff;
    position: relative;
    bottom: -50px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.list-item h3.portfolio-item-title {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
}

.portfolio-item-desc {
    color: #ddd;
}

.list-item:hover .caption-inner {
    bottom: 0;
    visibility: visible;
    opacity: 1;
}

.list-item:hover figcaption {
    background: rgba(0,0,0,0.5);
}

.pswp__caption__center {
    text-align: center;
}

.portfolio-item-title {
    color: #fff;
    font-size: 20px;
}

.portfolio-item-desc {
    opacity: 0.8;
    text-transform: capitalize;
    font-size: 14px;
}

/* ---------------------------------------------- 
* 8. Services
/* ---------------------------------------------- */


.list-icon {
    font-size: 34px;
    position: relative;
    display: block;
    margin: 0 auto;
}

.services-list:hover {
    /* box-shadow: 5px 14px 28px rgba(134, 151, 168, 0.2); */
}

.services-list {
    position: relative;
    box-shadow: none;
    margin-bottom: 50px;
    background: transparent !important;
    border: none;
}

.services-list h5 {
    font-size: 18px;
    font-weight: 500;
}

.price-features li {
    text-align: left;
    margin: 0 20px;
    padding: 5px;
}

.price-box hr {
    margin: 0;
}

.price-box-head h6 {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 auto 20px;
    display: block;
}

.price-box-head .price-price {
    display: flex;
    justify-content: center;
}

.price-price span {
    font-size: 40px;
    line-height: 60px;
}

.price-price sup {
    top: 20px;
    font-size: 20px;
}

.price-features {
    padding: 10px;
}

.price-box {
    max-width: 300px;
    margin: 0 auto;
}

.price-box.featured {
    transform: scale(1.15);
}

/* ---------------------------------------------- 
* 9. Freelance
/* ---------------------------------------------- */


.section-freelance {
    background: url(../images/freelance.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    padding: 80px 0;
}

.section-freelance:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #2a2d35;
    z-index: -1;
    opacity: 0.8;
}

.section-freelance h2 {
    color: #fff;
}

/* ---------------------------------------------- 
* 10. Resume
/* ---------------------------------------------- */

.resume-list h5 {
    font-size: 16px;
    font-weight: 500;
}

.progress-bar {
    background: #333;
    opacity: 0.8;
}

.section-skills-wrap p {
    margin-bottom: 12px;
}

.progress {
    height: 3px;
}

.ExperienceList .resume-list {
    border-radius: 0;
    margin-top: -1px;
}

.ExperienceList .resume-list:hover {
    transform: scale(1.02);
}

/* ---------------------------------------------- 
* 11. Testimony
/* ---------------------------------------------- */

.section-testimony--content {
    position: relative;
    overflow: hidden;
}

.single-testimonials-head p {
    font-size: 18px;
}

.single-testimonials {
    width: 100%;
}

.single-testimonials-in {
    max-width: 650px;
}

.single-testimonials img {
    max-width: 80px;
    height: 80px;
    border-radius: 50%;
}

.swiper-pagination {
    position: static;
}

.swiper-button-prev {
    left: 30px;
}

a.swiper-button-next {
    right: 30px;
}

.single-testimonials-head {
    background: #f8f9fa;
    border-radius: 3px;
    position: relative;
}

.single-testimonials-head:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: inherit;
}

.single-testimonials-foot h4 {
    font-size: 16px;
}

.single-testimonials-foot span {
    font-size: 14px;
    opacity: 0.7;
}

.swiper-button-next {
    background-image: url("../images/chevron-right.svg") !important;
}

.swiper-button-prev {
    background-image: url("../images/chevron-left.svg") !important;
}

/* ---------------------------------------------- 
* 12. Blog
/* ---------------------------------------------- */

.blog-list--img {
    position: relative;
}

.blog-list--img img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.blog-list--desc h3 {
    font-size: 16px;
    margin: 10px  0 0;
    font-weight: 500;
}

.blog-list--details {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}


.blog-cat {
    color: #fff;
}

.pagination .page-item {
    margin: 0 7px;
}

.page-link {
    height: 40px;
    width: 40px;
    border-radius: 50% !important;
    text-align: center;
    line-height: 40px;
    padding: 0;
    color: #333;
}

.page-link:hover {
    color: #333;
}

.pagination span {
    font-size: 24px;
    line-height: 35px;
}

.page-item.active .page-link {
    background-color: #8444df;
    border-color: #8444df;
}

.blog-list {
    background: rgba(255,255,255,.02);
    overflow: hidden;
    border: 1px solid #e8e8e8;
}

.badge {
    padding: 6px 12px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #222;
    background: rgba(0, 0, 0, 0.1);
}

span.blog-by {
    color: #222;
}

.blog-cat {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    color: #222;
}

/* ---------------------------------------------- 
* 13. Contact
/* ---------------------------------------------- */


.contact-map--container {
    height: 450px;
    overflow: hidden;
}

.contact-details--panel i {
    font-size: 30px;
}

.contact-details--panel a {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    text-decoration: underline;
}

.contact-details--panel a:hover {
    text-decoration: none;    
}

.form-control {
    padding: 11px 20px;
    height: auto;
    border-radius: 0;
    font-size: 14px;
}

.section-contact .section-subHead { 
    margin: 0;
}

.contact-details--panel {
}

/* ---------------------------------------------- 
* 14. Footer
/* ---------------------------------------------- */

.footer {
    margin-top: 0;
    padding: 50px;
}

/* ---------------------------------------------- 
* 15. All Media Queries
/* ---------------------------------------------- */


@media (min-width: 992px) {

}


@media (max-width: 991px) {

    .container {
        max-width: 100%;
    }

    .header {
        left: -35%;
        width: 100%;
        max-width: 230px;
    }

    .header.header-open  {
        left: 0;
    }

    .header-open .page-wrapper {
        /* margin-left: 350px; */
        /* margin-top: 30px; */
        /* border-radius: 20px 0 0 0px; */
    }

    .header-banner {
        height: 500px;
        width: 100%;
        position: relative;
    }
    .page-content-wrap {
        margin-left: 0%;
        width: 100%;
        margin-top: -50px;
        position: relative;
        z-index: 1
    }

    .page-wrapper {
        width: 100%;
        margin-left: 0%;
        border-radius: 0;
        margin-top: 0;
    }

    .nav-wrapper .navbar-toggler {
        display: block;
    }
    .page-overlay {
        display: block;
    }
    
    .navbar-nav .nav-link {
        font-size: 12px;
        width: 100%;
    }

    .navbar-nav .nav-link i {
        margin-right: 10px;
    }
    .header.header-v2 + .page-wrapper {
	    width: 100%;
	    margin-left: 0px;
	}

    .navbar-nav .nav-link span {
        display: inline-block;
    }


    .section-home.section-home-v3 {
        height: auto;
    }

    .section-home-v3 .hero-img {
        height: 240px;
        width: 240px;
    }
}

@media (max-width: 767px) {

    .header:before {
        background: #000;
        opacity: 0.3;
        content: "";
        position: fixed;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 0;
        top: 0;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }

    .header-open .header:before {
        visibility: visible;
        opacity: .6;
    }

    .contact-details--panel {
        margin-bottom: 30px
    }

    .contact-form {
        margin-top: 30px !important
    }

    .contact-details {
        padding-top: 30px;
    }

    .section-resume .section-subHead {
        /*padding-top: 30px;*/
        margin: 40px 0 20px !important;
    }

    .filter a {
        font-size: 13px;
        padding: 10px 15px;
    }

    .about-avatar img {
        height: 100px;
        width: 100px;
    }

    .header {
        min-width: 230px;
        left: -300px;
        width: 100%;
        background: #fff;
        height: 100%;
    }

    .portfolio-item--img img {
        height: 350px;
    }

    .contact-map--container {
        height: 300px
    }

    .section .container {
        padding: 0 15px;
    }

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

    .about-social li {
        margin-bottom: 15px;
    }

    .home-pagination .swiper-pagination-bullet {
        width: 30px;
    }

    .price-box.featured {
        transform: none;
        margin: 30px auto; 
    }

    .price-box {
        max-width: 400px;
    }

    .resume-panel {
        margin-top: 30px;
    }

    .filter {
        margin: 0px auto 40px !important;
        text-align: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .about-avatar {
        margin-bottom: 30px !important;
    }
    .section-inner {
        background-color: transparent;
        box-shadow: none;
    }

    .hero-img {
        height: 100px;
        width: 100px;
    }

    .hero-img-wrap div {
        height: 280px;
        width: 280px;
    }

    .hero-right h1 {
        font-size: 18px;
    }

    .h-100vh {
        height: 80vh;
    }

    .section-home {
        padding: 80px 0px;
    }

    div#scroll-down {
        height: 50px;
    }

    .btn {
        padding: 7px 20px;
        font-size: 12px;
    }

    .section-testimony--content:after {
        height: 100px;
        width: 100px;
    }

    .section-testimony .section-inner {
        background-size: 100px;
    }

    .hero-right {
        position: relative;
        z-index: 2;
    }

    .hero-shapes img {
        height: 20px;
        width: 20px;
    }

    .mouse-wrap {
        transform: scale(0.7);
        transform-origin: bottom;
    }

    .hero-right h5 {
        font-size: 14px;
    }

    .counter-text h3 {
        font-size: 30px;
    }

    .single-testimonials-head p {
        font-size: 14px;
    }

    .aside-open .header {
        left: 0;
    }

    .counter-text:after {
        right: -15px;
    }
    .aside-open .header {
      left: 0;
      background: #fff;
  	}

    .about-desc-content h2 {
        font-size: 32px;
    } 
}

@media (max-width: 576px) {

    .about-avatar-details h1 {
        line-height: 70px;
        font-size: 34px;
    }

    .header-scroll {
        display: none;
    }

    .nav-wrapper .navbar-nav {
        margin-top: 80px;
    }

}
