
 .inner-animation a {
    display: inline-block;
    color: inherit;
	font-weight: 400;
    letter-spacing: 3px;
	font-size:15px;
	text-transform:capitalize;
	color:#000;
	font-weight:normal;
}


img {
    width: 100%;
}

li {
    list-style: none;
}

.carousel-indicators > li:after,
.carousel-indicators > li:before,
.fixed-area .title:after,
.slider-control .next:after,
.slider-control .next:before,
.slider-control .prev:after,
.slider-control .prev:before {
    content: '';
}


.bg {
    z-index: 1;
    position: absolute;
    height: 100%;
    opacity: 0;
    background: #000;
    animation: loader-bg-anim 2s 1s forwards cubic-bezier(.77,.2,.175,1);
    will-change: transform;
}


.fixed-circle {
    z-index: 100000;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 2000px;
    height: 2000px;
    margin-top: -1000px;
    margin-left: -1000px;
    border-radius: 1000px;
    background: #232323;
    animation: fixed-circle-anim 1.5s forwards ease-out;
    transform: scale(0);
    will-change: transform;
}

@keyframes fixed-circle-anim {
    0% {
        opacity: .6;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.section {
    margin-top: 150px;
}

.section .heading {
    position: relative;
    margin-bottom: 50px;
    padding: 0 10px 30px;
    text-align: center;
}

.heading .heading-bg {
    z-index: -1;
    position: absolute;
    top: -80%;
    right: 10px;
    width: 100%;
    font-size: 12em;
    font-weight: 800;
    color: #F3F3F4;
}


[data-page-animation] {
    transition: all .9s cubic-bezier(0,0,.443,1);
}

.scroll-smooth {
    top: 0;
    box-sizing: border-box;
    width: 100%;
    transition: all .55s cubic-bezier(.145,.513,.343,1);
    transform: translate3d(0,0,0);
    transform-origin: 0 0;
    backface-visibility: hidden;
    perspective: 2000px;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.pre-title {
    letter-spacing: 15px;
}

.fixed-area {
    z-index: 50;
    position: absolute;
    bottom: 0;
    left: 30px;
}

.fixed-area .title {
    position: relative;
    margin-top: 140px;
    padding-right: 40px;
    line-height: 30px;
    color: #fff;
    transform: rotate(-90deg);
    transform-origin: left top;
}

.fixed-area .title:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 1px;
    margin-top: -.5px;
    background: #fff;
}

.fixed-area .icons > li {
    width: 30px;
    text-align: center;
    font-size: .85em;
    color: #fff;
}

.fixed-area .icons > li > a {
    padding: 5px;
}

.carousel.fade .item {
    transition: transform .6s .2s cubic-bezier(.7,.25,.2,.98);
    will-change: transform;
}

.inner-animation,
.inner-animation-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.in-direction-to-bottom,
.in-direction-to-left,
.in-direction-to-right,
.in-direction-to-top,
.inverse-in-direction-to-bottom,
.inverse-in-direction-to-left,
.inverse-in-direction-to-right,
.inverse-in-direction-to-top,
.inverse-to-bottom,
.inverse-to-left,
.inverse-to-right,
.inverse-to-top,
.scale-down,
.scale-up,
.to-bottom,
.to-left,
.to-right,
.to-top,
[data-animation-in],
[data-animation-out] {
    overflow: hidden;
    opacity: 0;
    animation-duration: 1.1s;
    animation-timing-function: cubic-bezier(.7,.25,.2,.98);
    animation-fill-mode: forwards;
    will-change: transform;
}

.carousel.fade,
.projects.bg-color .opacity-effect {
    opacity: 1;
}

.to-top {
    animation-name: to-top-anim;
}

@keyframes to-top-anim {
    0% {
        opacity: 1;
        transform: translate3d(0,115%,0) skew(15deg) scale3d(1.04,1.04,1);
    }

    100% {
        opacity: 1;
        transform: translate3d(0,0,0) skew(0) scale3d(1,1,1);
    }
}

.inverse-to-top {
    animation-name: inverse-to-top-anim;
}

@keyframes inverse-to-top-anim {
    0% {
        opacity: 1;
        transform: translate3d(0,-100%,0) skew(-15deg) scale3d(1.04,1.04,1);
    }

    100% {
        opacity: 1;
        transform: translate3d(0,0,0) skew(0) scale3d(1,1,1);
    }
}

.in-direction-to-top {
    animation-name: in-direction-to-top-anim;
}

@keyframes in-direction-to-top-anim {
    0% {
        opacity: 1;
        transform: translate3d(0,-115%,0) skew(15deg) scale3d(1.04,1.04,1);
    }

    100% {
        opacity: 1;
        transform: translate3d(0,0,0) skew(0) scale3d(1,1,1);
    }
}

.inverse-in-direction-to-top {
    animation-name: inverse-in-direction-to-top-anim;
}

@keyframes inverse-in-direction-to-top-anim {
    0% {
        opacity: 1;
        transform: translate3d(0,100%,0) skew(-15deg) scale3d(1.04,1.04,1);
    }

    100% {
        opacity: 1;
        transform: translate3d(0,0,0) skew(0) scale3d(1,1,1);
    }
}

.to-left {
    animation-name: to-left-anim;
}

@keyframes to-left-anim {
    0% {
        opacity: 1;
        transform: translate3d(115%,0,0) skew(15deg) scale3d(1.04,1.04,1);
    }

    100% {
        opacity: 1;
        transform: translate3d(0,0,0) skew(0) scale3d(1,1,1);
    }
}

.inverse-to-left {
    animation-name: inverse-to-left-anim;
}

@keyframes inverse-to-left-anim {
    0% {
        opacity: 1;
        transform: translate3d(-113%,0,0) skew(-15deg) scale3d(1.04,1.04,1);
    }

    100% {
        opacity: 1;
        transform: translate3d(0,0,0) skew(0) scale3d(1,1,1);
    }
}

.in-direction-to-left {
    animation-name: in-direction-to-left-anim;
}

@keyframes in-direction-to-left-anim {
    0% {
        opacity: 1;
        transform: translate3d(-115%,0,0) skew(15deg) scale3d(1.04,1.04,1);
    }

    100% {
        opacity: 1;
        transform: translate3d(0,0,0) skew(0) scale3d(1,1,1);
    }
}

.inverse-in-direction-to-left {
    animation-name: inverse-in-direction-to-left-anim;
}

@keyframes inverse-in-direction-to-left-anim {
    0% {
        opacity: 1;
        transform: translate3d(113%,0,0) skew(-15deg) scale3d(1.04,1.04,1);
    }

    100% {
        opacity: 1;
        transform: translate3d(0,0,0) skew(0) scale3d(1,1,1);
    }
}

.to-right {
    animation-name: to-right-anim;
}

@keyframes to-right-anim {
    0% {
        opacity: 1;
        transform: translate3d(-115%,0,0) skew(15deg) scale3d(1.06,1.06,1);
    }

    100% {
        opacity: 1;
        transform: translate3d(0,0,0) skew(0) scale3d(1,1,1);
    }
}

.inverse-to-right {
    animation-name: inverse-to-right-anim;
}

@keyframes inverse-to-right-anim {
    0% {
        opacity: 1;
        transform: translate3d(100%,0,0) skew(-15deg) scale3d(1.06,1.06,1);
    }

    100% {
        opacity: 1;
        transform: translate3d(0,0,0) skew(0) scale3d(1,1,1);
    }
}

.in-direction-to-right {
    animation-name: in-direction-to-right-anim;
}

@keyframes in-direction-to-right-anim {
    0% {
        opacity: 1;
        transform: translate3d(115%,0,0) skew(15deg) scale3d(1.06,1.06,1);
    }

    100% {
        opacity: 1;
        transform: translate3d(0,0,0) skew(0) scale3d(1,1,1);
    }
}

.inverse-in-direction-to-right {
    animation-name: inverse-in-direction-to-right-anim;
}

@keyframes inverse-in-direction-to-right-anim {
    0% {
        opacity: 1;
        transform: translate3d(-100%,0,0) skew(-15deg) scale3d(1.06,1.06,1);
    }

    100% {
        opacity: 1;
        transform: translate3d(0,0,0) skew(0) scale3d(1,1,1);
    }
}

.to-bottom {
    animation-name: to-bottom-anim;
}

@keyframes to-bottom-anim {
    0% {
        opacity: 1;
        transform: translate3d(0,-115%,0) skew(15deg) scale3d(1.04,1.04,1);
    }

    100% {
        opacity: 1;
        transform: translate3d(0,0,0) skew(0) scale3d(1,1,1);
    }
}

.inverse-to-bottom {
    animation-name: inverse-to-bottom-anim;
}

@keyframes inverse-to-bottom-anim {
    0% {
        opacity: 1;
        transform: translate3d(0,100%,0) skew(-15deg) scale3d(1.04,1.04,1);
    }

    100% {
        opacity: 1;
        transform: translate3d(0,0,0) skew(0) scale3d(1,1,1);
    }
}

.in-direction-to-bottom {
    animation-name: in-direction-to-bottom-anim;
}

@keyframes in-direction-to-bottom-anim {
    0% {
        opacity: 1;
        transform: translate3d(0,115%,0) skew(15deg) scale3d(1.04,1.04,1);
    }

    100% {
        opacity: 1;
        transform: translate3d(0,0,0) skew(0) scale3d(1,1,1);
    }
}

.inverse-in-direction-to-bottom {
    animation-name: inverse-in-direction-to-bottom-anim;
}

@keyframes inverse-in-direction-to-bottom-anim {
    0% {
        opacity: 1;
        transform: translate3d(0,-100%,0) skew(-15deg) scale3d(1.04,1.04,1);
    }

    100% {
        opacity: 1;
        transform: translate3d(0,0,0) skew(0) scale3d(1,1,1);
    }
}

.scale-up {
    animation-name: scale-up-anim;
    animation-duration: 6s;
    animation-timing-function: cubic-bezier(.234,.65,.325,1);
    transform-origin: left center;
}

@keyframes scale-up-anim {
    0% {
        opacity: 1;
        transform: scale3d(1,1,1);
    }

    100% {
        opacity: 1;
        transform: scale3d(1.04,1.04,1) translate3d(-2px,0,0);
    }
}

.scale-down {
    animation-name: scale-down-anim;
}

@keyframes scale-down-anim {
    0% {
        opacity: 1;
        transform: scale3d(1.04,1.04,1);
    }

    100% {
        opacity: 1;
        transform: scale3d(1,1,1);
    }
}

.slider-content {
    position: relative;
    height: 100vh;
}

.slider-bg {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.slider-bg:after,
.slider-content .profile-image {
    position: absolute;
    width: 100%;
    height: 100%;
}

.slider-bg:after {
    content: '';
    z-index: -1;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.15);
}


.slider-content .slider-writings-inner {
    width: 100%;
    padding: 0 200px;
}

.slider-content .slider-writings {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

.slider-content .slider-writings .title {
    display: inline-block;
    margin: 25px 0;
    padding: 0 15px;
    color: #fff;
}

.slider-content .slider-writings .read-more-btn {
    width: 200px;
    height: 55px;
    border-radius: 30px;
    line-height: 55px;
    color: #000;
    background: #fff;
    box-shadow: 3px 3px 10px -1px rgba(0,0,0,.2);
}

[data-hover-effect="1"] {
    z-index: 1;
    position: relative;
    overflow: hidden;
    transition: all 1s ease-in-out;
    will-change: transform;
}

[data-hover-effect="1"]:hover {
    color: #fff;
    box-shadow: 5px 3px 10px -1px rgba(0,0,0,.3);
}

.btn-child {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    border-radius: 100px;
    background: #fafafa;
    box-shadow: 0 0 200px 200px #000000;
    transition: all 3s;
    transform: scale3d(0,0,0);
    will-change: transform;
}

.btn-child.in {
    animation: btn-1-anim-in 1.2s forwards ease-in-out;
}

.btn-child.out {
    animation: btn-1-anim-out 1.2s forwards ease-in-out;
}

 .project-sm-trans-to-bottom,
.project-sm-trans-to-top,
.project-to-bottom,
.project-to-top,
.swiper-to-bottom,
.swiper-to-bottom-in {
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(.77,.2,.325,1);
    animation-fill-mode: forwards;
    will-change: transform;
}

@keyframes btn-1-anim-in {
    0% {
        transform: scale3d(0,0,0);
    }

    100% {
        transform: scale3d(1,1,1);
    }
}

@keyframes btn-1-anim-out {
    0% {
        transform: scale3d(1,1,1);
    }

    100% {
        transform: scale3d(0,0,0);
    }
} 

.carousel.fade .item {
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.carousel.fade .item.active {
    z-index: 2;
}

.carousel.fade .item:first-child {
    position: relative;
    top: auto;
}

.carousel-indicators {
    z-index: 50;
    bottom: 25px;
    margin-bottom: 0;
}

.carousel-indicators > li,
.carousel-indicators > li.active {
    position: relative;
    width: 16px;
    height: 16px;
    margin: 0 8px;
    border: 1px solid #fff;
    border-radius: 16px;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.carousel-indicators > li:before {
    position: absolute;
    top: 50%;
    right: -18px;
    left: 100%;
    height: 1px;
    margin-top: -.5px;
    background: #fff;
}

.carousel-indicators > li:last-child:before {
    display: none;
}

.carousel-indicators > li:after {
    z-index: -1;
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    border-radius: 30px;
    opacity: 1;
    background: 0 0;
    transition: all .4s ease-in-out;
}

.carousel-indicators > li:hover:after {
    border: 1px solid #ddd;
}

.carousel-indicators > li.active:after {
    background: #fff;
}

.slider-control {
    z-index: 50;
    position: absolute;
    right: 40px;
    bottom: 25px;
    width: 100px;
    height: 30px;
}

.slider-control .next,
.slider-control .prev {
    float: left;
    position: relative;
    width: 50%;
    height: 100%;
    color: #fff;
}

.slider-control .next .right-arrow,
.slider-control .prev .left-arrow {
    position: absolute;
    top: 50%;
    height: 1px;
    margin-top: -.5px;
    background: #fff;
    transition: all .3s ease-in-out;
}

.slider-control .prev .left-arrow {
    right: 10px;
    left: 15px;
}

.slider-control .next .right-arrow {
    right: 15px;
    left: 10px;
}

.slider-control .next:hover .right-arrow,
.slider-control .prev:hover .left-arrow {
    right: 0;
    left: 0;
}

.slider-control .next:hover:after,
.slider-control .next:hover:before,
.slider-control .prev:hover:after,
.slider-control .prev:hover:before {
    width: 50%;
}

.slider-control .next:after,
.slider-control .next:before,
.slider-control .prev:after,
.slider-control .prev:before {
    position: absolute;
    top: 50%;
    width: 30%;
    height: 1px;
    margin-top: -.5px;
    background: #fff;
    transition: all .2s .3s ease-in-out;
}

.projects,
.projects .swiper-container {
    width: 100%;
    height: 100%;
}

.slider-control .next:after,
.slider-control .next:before {
    right: 0;
    transform-origin: center right;
}

.slider-control .prev:after,
.slider-control .prev:before {
    left: 0;
    transform-origin: center left;
}

.slider-control .next:after,
.slider-control .prev:before {
    transform: rotate(45deg);
}

.slider-control .next:before,
.slider-control .prev:after {
    transform: rotate(-45deg);
}


@media only screen and (max-width:1200px) {
    .project .project-info {
        left: -20px;
    }
}

@media only screen and (max-width:992px) {
    h1 {
        font-size: 4em;
    }

    h2 {
        font-size: 3em;
    }

    h3 {
        font-size: 2em;
    }

    .projects .close-project-btn,
    .projects .show-more-btn {
        top: auto;
        bottom: 30px;
    }
}

@media only screen and (max-width:769px) {
    .drop-down-menu:after,
    .main-menu ul.nav-menu > li > a:after {
        display: none;
    }

    p {
        line-height: 1.4;
    }

    h1 {
        font-size: 3em;
    }

    h2 {
        font-size: 2.5em;
    }

    h3 {
        font-size: 1.8em;
    }

    h4 {
        font-size: 1.5em;
    }

    h5 {
        font-size: 1.2em;
    }

    .section {
        margin-top: 100px;
    }

    header {
        padding: 0 15px;
    }

    .main-menu ul.nav-menu {
        width: 100%;
        padding: 150px 100px;
    }

    .main-menu ul.nav-menu > li {
        width: 100%;
        font-size: 1em;
    }

    .drop-down-menu {
        position: static;
        width: 100%;
    }

    .main-menu ul.nav-menu li.drop-down .nv-icn {
        margin-left: 5px;
    }

    .main-menu ul.nav-menu > li > .drop-down-menu.d-open {
        padding: 10px;
    }

    .fixed-area {
        left: 0;
    }

    .slider-content .slider-writings-inner {
        padding: 0 50px;
    }

    .slider-content .slider-writings .read-more-btn {
        width: 150px;
        height: 40px;
        line-height: 40px;
    }

    .carousel-indicators {
        bottom: 25px;
    }

    .carousel-indicators > li,
    .carousel-indicators > li.active {
        width: 12px;
        height: 12px;
        margin: 0 4px;
    }

    .carousel-indicators > li:before {
        right: -10px;
    }

    .slider-control {
        right: 10px;
        bottom: 25px;
        width: 70px;
    }

    .projects .project {
        width: 85%;
    }

    .project .project-info {
        left: -10px;
    }
}

@media only screen and (max-width:479px) {
    body {
        font-size: 12px;
    }

    .project .project-info {
        top: 0;
    }

    .project .project-info .title {
        margin-bottom: 5px;
    }
}