@charset "UTF-8";
@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);
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
strong {
    font-weight: 700;
}
body {
    color: #fff;
    font-family: muli;
    font-size: 14px;
    font-style: normal;
    line-height: 1.5;
    overflow: hidden;
}
a:active,
a:hover {
    outline: 0;
}
button:focus {
    border: none;
    outline: 0;
}
ul {
    list-style: block;
}
a {
    color: #141414;
    text-decoration: none;
}
a:hover {
    color: #141414;
    text-decoration: none;
}
a:focus {
    color: #141414;
    text-decoration: none;
    outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
}
h1 {
    font-size: 45px;
    line-height: 60px;
    text-transform: capitalize;
    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.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: #e91e63;
    margin-bottom: 33px;
}
p {
    font-size: 16px;
    font-family: muli;
    color: #ccc;
}
.p-small {
    font-size: 14px;
    color: #ccc;
    line-height: 27px;
}
.force-UTF-8 {
    content: "¡";
}
.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;
}
.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);
    }
}
.fixed-bg {
    background: transparent 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;
}
.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: 0;
    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:active,
.btn:focus,
.btn:hover {
    background: #141414 !important;
    outline: 0 !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%;
}
.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.fixed {
    top: -70px;
    margin-top: 70px;
    width: 66.66%;
    position: fixed;
    z-index: 99;
    background: #fff;
    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 .name span {
    color: #141414;
}
header.fixed .btn {
    color: #fff;
    background: #141414;
}
header.fixed .btn .mask {
    background: #e91e63;
}
header.fixed .btn:active,
header.fixed .btn:focus,
header.fixed .btn:hover {
    background: #141414 !important;
    outline: 0 !important;
    border: none !important;
    color: #fff !important;
}
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: 0 0;
    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;
    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: 0 0;
    border: none;
    padding: 0;
}
nav.navbar.navbar-default.vertical-nav li a span {
    display: none;
}
nav.navbar.navbar-default.vertical-nav li a:active,
nav.navbar.navbar-default.vertical-nav li a:focus,
nav.navbar.navbar-default.vertical-nav li a:hover {
    background: 0 0;
    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;
}
a.goto-social,
a.goto-social:hover {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.separater-hr {
    margin: 0;
    border-color: #454648;
}
.services-icon-wrap span {
    display: block;
}
.services-icon-wrap span.key-fact {
    font-size: 14px;
    font-weight: 500;
    font-family: muli;
    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-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: muli;
    color: #fff;
    opacity: 0;
    display: block;
    float: left;
    position: absolute;
    right: 0;
    top: -27px;
}
.skills-wrap .progress-bar-graph span {
    background-color: #e91e63;
    height: 3px;
    width: 0;
    display: block;
    float: left;
    position: relative;
    overflow: visible !important;
}
.skills-wrap .progress-bar-graph span:after {
    border: 3px solid #e91e63;
    border-radius: 50%;
    content: "";
    height: 15px;
    position: absolute;
    right: 0;
    background: #141414;
    top: -6px;
    width: 15px;
}
.skills-wrap .progress-cat {
    font-size: 12px;
    font-family: muli;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 10px;
}
.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: #000;
    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;
}
.personal-info .duration span {
    color: #fff;
    font-family: muli;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.personal-info .job-desn,
.personal-info .job-loc {
    display: block;
}
.personal-info .job-desn {
    color: #ccc;
    font-family: muli;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
    text-transform: capitalize;
}
.personal-info .job-loc {
    color: #fff;
    font-family: muli;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 15px;
    text-transform: capitalize;
}
.personal-info .timeline-st {
    background: rgba(255, 255, 255, 0.15);
    margin-left: 7px;
    margin-top: 15px;
    width: 1px;
}
.personal-info .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;
}
.personal-info .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;
}
.personal-info .exp-timeline.timeline-inactive .exp-content-wrap {
    opacity: 0.3;
}
.personal-info .exp-timeline.timeline-inactive.timeline-active .exp-content-wrap {
    opacity: 1 !important;
}
.personal-info .exp-timeline.timeline-active .timeline-st:after {
    border: 3px solid #e91e63;
}
.education-wrap .qualfication-wrap {
    margin-top: 42px;
}
.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: muli;
    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: muli;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.education-wrap .qualfication .insti {
    color: #fff;
    font-family: muli;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}
.education-wrap .qualfication .design {
    color: #ccc;
    font-family: muli;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}
.education-wrap .vertical-align-pad {
    padding-top: 10px;
    display: block;
}
.experience-wrap .duration span {
    color: #fff;
    font-family: muli;
    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: muli;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
    text-transform: capitalize;
}
.experience-wrap .job-loc {
    color: #fff;
    font-family: muli;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 15px;
    text-transform: capitalize;
}
.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-wrap .owl-carousel .owl-item img {
    width: auto;
}
.achivement-list-wrap li ul {
    float: left;
    width: 100%;
}
.achivement-list-wrap li ul li {
    font-size: 14px;
    color: #fff;
    font-family: muli;
    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-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: muli;
    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: muli;
    text-transform: capitalize;
}
.contact-wrap .form-control:-moz-placeholder {
    color: #8d8d8d;
    font-size: 13px;
    font-family: muli;
    text-transform: capitalize;
}
.contact-wrap .form-control::-moz-placeholder {
    color: #8d8d8d;
    font-size: 13px;
    font-family: muli;
    text-transform: capitalize;
}
.contact-wrap .form-control:-ms-input-placeholder {
    color: #8d8d8d;
    font-size: 13px;
    font-family: muli;
    text-transform: capitalize;
}
.contact-wrap .form-control input:-webkit-autofill,
.contact-wrap .form-control select:-webkit-autofill,
.contact-wrap .form-control textarea:-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:active,
.contact-wrap .btn:focus,
.contact-wrap .btn:hover {
    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-danger,
.contact-wrap .bg-success {
    background: 0 0;
}
.contact-wrap .bg-success {
    color: #e91e63;
}
@-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: #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 {
    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(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
}
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: muli;
    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(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    text-decoration: underline;
}
footer .goto-top a:hover span {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
}
@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-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:active,
    nav.navbar.navbar-default li:focus,
    nav.navbar.navbar-default li:hover {
        background: 0 0;
    }
    .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:active,
    .navbar-toggle:focus,
    .navbar-toggle:hover {
        background: #fff !important;
        color: #fff;
        box-shadow: none !important;
        outline: 0 !important;
        border: none !important;
    }
    header {
        top: 0;
        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 .btn {
        padding: 7px 8px;
        background: #141414 !important;
    }
    header .header-wrap .btn .btn-label {
        padding-bottom: 0;
        padding-top: 0;
    }
    header .header-wrap .btn:active,
    header .header-wrap .btn:focus,
    header .header-wrap .btn:hover {
        background: #141414 !important;
        outline: 0 !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,
    .navbar-default .navbar-collapse {
        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: 0 0;
    }
    .navbar-default .navbar-nav .active a:hover {
        background: 0 0;
    }
    .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: #fff !important;
    }
    .contact-wrap .btn {
        color: #141414;
    }
    .contact-wrap .btn:active,
    .contact-wrap .btn:focus,
    .contact-wrap .btn:hover {
        color: #141414 !important;
    }
    .contact-wrap .btn:active .mask,
    .contact-wrap .btn:focus .mask,
    .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 .copywrite-wrap,
    footer .col-sm-6 .goto-top,
    footer .col-sm-6 .social-icons,
    footer .col-sm-6 .social-icons-wrap {
        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;
    }
    header .header-wrap,
    header.fixed .header-wrap {
        padding-top: 0;
    }
    header.fixed.header-animation,
    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);
    }
    .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;
    }
}
