/*
* ----------------------------------------------------------------------------------------
Author        : Rama Hardian Sidik
Template Name : Miun Kalpax - Portfolio, CV, Resume, vCard
Version       : 1.0
* ----------------------------------------------------------------------------------------
  TABLE OF CONTENT
* ----------------------------------------------------------------------------------------
* 01.BASE CSS
* 02.ANIMATION KEY FRAME
* 03.LOADDER PAGE STYLE
* 04.MAIN HEADER PAGE
    - LOGO WRAP
    - lANG WRAP
    - BURGER MENU WRAP
    - NAVIGATION PAGE
* 05.MAIN CONTAINER CONTENT PAGE SECTION
    - PARTICLE WRAP CONTAINER  
    - PARALLAX SCENE CONTAINER WRAP
    - HERO IMAGE PICTURE
    - SCROLL ANIMATED INDICATOR
    - MAIN PROJECT CONTENT PAGE SECTION 
    - PORTOFOLIO CONTENT WRAP
    - ITEM PORTOFOLIO
    - MY SERVICE CONTENT PAGE SECTION
    - ITEM SERVICE
    - CLIENT LOGO
* 06.ABOUT PAGE
    - HEAD ABOUT PAGE SECTION
    - ABOUT CONTENT PAGE SECTION
    - ABOUT HERO PICTURE WRAP
    - SIKLL WRAP CONTAINER
    - EXPERIENCE HEADDER WRAP CONTAINER 
    - EXPERIENCE CONTENT WRAP CONTAINER
    - EXPERIENCE CONTENT ITEM
    - MASK TEXT
    - TESTIMONIAL
* 07.PROJECT PAGE  
* 08.PROJECT GRID PAGE  
* 09.PROJECT MASONRY PAGE  
* 10.PROJECT SINGLE PAGE  
* 11.TEAM PAGE  
* 12.PRICING PAGE 
* 13.ERROR PAGE 
* 14.CONTACT PAGE 
* 15.FAQ SECTION
* 16.FOOTER SECTION    
* ----------------------------------------------------------------------------------------
*
* ----------------------------------------------------------------------------------------
*
* ---------------------------------------------- 
* 01. BASE CSS
* 
/* ---------------------------------------------- /*
*/

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

html,
body {
    background-color: #fff;
    font-family: 'Karla', sans-serif;
    font-weight: 300;
    color: #474747;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

main {
    overflow: hidden;
    position: relative;
}

input,
textarea {
    position: relative;
    display: block;
    width: 100%;
    padding: 8px 15px 8px 0;
    color: #474747;
    border: none;
    border-bottom: 1px solid #474747;
    height: 50px;
    font-size: 18px;
    background-color: transparent;
    transition: .3s;
}

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

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-bottom: 1px solid #000;
}

select {
    position: relative;
    display: block;
    width: 100%;
    padding: 8px 15px 8px 0;
    color: #474747;
    border: none;
    border-bottom: 1px solid #474747;
    height: 50px;
    font-size: 18px;
    background-color: transparent;
    transition: .3s;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-weight: 800;
    color: #0f141e;
}

.contain-kalpax-fixed {
    position: relative;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.showmenu {
    overflow: hidden;
}

.kalpax-link a {
    font-size: 20px;
    padding-bottom: 4px;
    position: relative;
    font-weight: 800;
    color: #0f141e;
    border: 0 none;
    line-height: 30px;
    overflow: hidden;
    display: inline-block;
    padding: 0 4px;
    height: 2em;
    padding-left: 0 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.kalpax-link a span {
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.kalpax-link a span::after {
    position: absolute;
    content: attr(data-hover);
    left: 0;
    color: #878a8f;
    width: 0;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
    -webkit-transition: all .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.kalpax-link a:hover span::after,
.kalpax-link a:focus span {
    width: 100%;
}

.fichead {
    background: rgba(255, 255, 255, 0.9);
}

.head-section {
    height: 70vh;
}

.testi-nav {
    position: relative;
    margin: 0 auto;
    bottom: 0;
    z-index: 1;
    width: 50%;
    height: 100px;
}

.testi-nav button {
    width: 25%;
    height: 20%;
    font-size: 30px;
    border: none;
    background: none;
}

.text-muted {
    color: #878a8f !important;
}

.head-section {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
}


/*
* ---------------------------------------------- 
* 02.ANIMATION KEY FRAME
* 
/* ---------------------------------------------- /*
*/

@keyframes line {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes lines {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(26px)
    }
}


/*
* ---------------------------------------------- 
* 03.LOADDER PAGE STYLE
* 
/* ---------------------------------------------- /*
*/

.wrap-load {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    background: #fff;
    display: block;
}

.progress {
    height: 3px;
    display: block;
    width: 100%;
    background-color: transparent;
    border-radius: 2px;
    position: fixed;
    top: 150%;
    z-index: 65;
}

.progress .line {
    background-color: #0f141e;
}

.progress .line:before {
    content: '';
    position: absolute;
    background-color: #0f141e;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    animation: line 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .line:after {
    content: '';
    position: absolute;
    background-color: #0f141e;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    animation: lines 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation-delay: 1.15s;
}

.img-logo-load {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.img-logo-load img {
    filter: invert(1);
    width: 50%;
}


/*
* ---------------------------------------------- 
* 04.MAIN HEADER PAGE
* 
/* ---------------------------------------------- /*
*/

#header {
    padding-left: 0;
    padding-right: 0;
}

.main-kalpaxheader {
    height: 100px;
    text-align: center;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 59;
}

.detail-hero h1 {
    font-weight: 800
}


/* --------------------------------
* 04.MAIN HEADER PAGE
    - LOGO WRAP
----------------------------------*/

.logo-kalpax {
    display: block;
    margin-top: 10px;
    text-align: left;
    margin-left: 20px;
    width: 150px;
    position: relative;
    z-index: 1;
}

.logo-kalpax img {
    filter: invert(1);
    width: 80%;
    padding-top: 20px;
    padding-left: 0;
}


/* --------------------------------
* 04.MAIN HEADER PAGE
    - LANG WRAP
----------------------------------*/

.lang {
    position: absolute;
    right: 100px;
    bottom: -10px;
}

.lang ul {
    list-style: none;
    display: inline-block;
    padding-left: 0;
}

.lang ul li {
    display: inline-block;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 800;
}

.lang ul li a {
    color: #0f141e;
    text-decoration: none;
    transition: all .3s;
}

.lang ul li a:hover {
    color: #878a8f;
    text-decoration: none;
}


/* --------------------------------
* 04.MAIN HEADER PAGE
    - BURGER MENU WRAP
----------------------------------*/

.kalpax-burger-menu {
    width: 35px;
    height: 32px;
    margin: auto;
    cursor: pointer;
    right: 25px;
    position: absolute;
    z-index: 999999;
    top: 30px;
}

.kalpax-burger-menu:before,
.kalpax-burger-menu span,
.kalpax-burger-menu:after {
    width: 100%;
    height: 2px;
    display: block;
    background: #0f141e;
    border-radius: 2px;
    position: absolute;
    opacity: 1;
}

.kalpax-burger-menu:before,
.kalpax-burger-menu:after {
    transition: top .35s cubic-bezier(.23, 1, .32, 1), transform .35s cubic-bezier(.23, 1, .32, 1), opacity .35s cubic-bezier(.23, 1, .32, 1), background-color 1.15s cubic-bezier(.86, 0, .07, 1);
    -webkit-transition: top .35s cubic-bezier(.23, 1, .32, 1), -webkit-transform .35s cubic-bezier(.23, 1, .32, 1), opacity .35s cubic-bezier(.23, 1, .32, 1), background-color 1.15s cubic-bezier(.86, 0, .07, 1);
    content: "";
}

.kalpax-burger-menu:before {
    top: 4px;
}

.kalpax-burger-menu span {
    top: 15px;
}

.kalpax-burger-menu:after {
    top: 26px;
}

.kalpax-burger-menu:hover:before {
    top: 7px;
}

.kalpax-burger-menu:hover:after {
    top: 23px;
}

.kalpax-burger-menu.cross span {
    opacity: 0;
}

.kalpax-burger-menu.cross:before,
.kalpax-burger-menu.cross:after {
    top: 40%;
}

.kalpax-burger-menu.cross:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.kalpax-burger-menu.cross:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

.kalpax-burger-menu:focus {
    outline: none;
}


/* --------------------------------
* 04.MAIN HEADER PAGE
    - NAVIGATION PAGE
----------------------------------*/

.menuContent {
    position: fixed;
    width: 100vw;
    overflow: auto;
    height: 100vh;
    display: none;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.98);
}

.menuContent ul {
    list-style: none;
    padding: 0;
    position: relative;
    top: 20%;
    left: 0;
    /*transform: translate(-50%, -50%);*/
    z-index: 1;
}

.menuContent ul li {
    position: relative;
    display: block;
    top: 100%;
    font-size: 30px;
    text-align: center;
    padding-bottom: 10px;
}

.menuContent ul li:nth-child(1) {
    -webkit-animation: fade-in-bottom 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) .2s both;
    animation: fade-in-bottom 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) .2s both;
}

.menuContent ul li:nth-child(2) {
    -webkit-animation: fade-in-bottom 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) .3s both;
    animation: fade-in-bottom 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) .3s both;
}

.menuContent ul li:nth-child(3) {
    -webkit-animation: fade-in-bottom 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) .4s both;
    animation: fade-in-bottom 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) .4s both;
}

.menuContent ul li:nth-child(4) {
    -webkit-animation: fade-in-bottom 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
    animation: fade-in-bottom 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
}

.menuContent ul li:nth-child(5) {
    -webkit-animation: fade-in-bottom 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) .6s both;
    animation: fade-in-bottom 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) .6s both;
}

.menuContent ul li a {
    display: inline-block;
    color: #0f141e;
    text-decoration: none;
    transition: color 0.2s;
    text-transform: uppercase;
    padding: 10px 30px;
    letter-spacing: 2px;
    position: relative;
    font-weight: 300;
}

.vlink:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #0f141e;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.vlink:hover:after {
    width: 100%;
    left: 0;
}

.line-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.line-bg>div {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #dee7ef;
}

.line-bg>div:nth-child(1) {
    left: 20%;
}

.line-bg>div:nth-child(2) {
    left: 40%;
}

.line-bg>div:nth-child(3) {
    left: 60%;
}

.line-bg>div:nth-child(4) {
    left: 80%;
}

.submenulink i {
    position: absolute;
    font-size: 13px;
    right: 0;
    top: 25px;
    z-index: -1;
}

.submenulink>a.dropmenu {
    display: block;
    position: relative;
    cursor: pointer;
}

.submenu {
    display: none;
    padding: 10px 0;
}

.submenu>li {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.submenu>li a {
    font-size: 15px !important;
    color: var(--color-two) !important;
}

.menu.active {
    display: none;
}

.submenulink.opensubmenu ul[class=submenu] {
    display: block !important;
}


/*
* ---------------------------------------------- 
* 05.MAIN CONTAINER CONTENT PAGE SECTION
    - PARTICLE WRAP CONTAINER
* 
/* ---------------------------------------------- /*
*/

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}


/*
* ---------------------------------------------- 
* 05.MAIN CONTAINER CONTENT PAGE SECTION
    - MAIN WRAP CONTAINER
* 
/* ---------------------------------------------- /*
*/

.kalpax-main {
    padding-left: 0;
}

.kalpax-main img {
    width: 50%;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
}

.kalpax-detail-wrapper {
    padding-top: 200px;
    width: 60%;
    position: relative;
    z-index: 5;
    padding-left: 0;
    padding-right: 5%;
}

#hero-block.kalpax-detail-wrapper>h5 {
    font-size: 16px;
    letter-spacing: 5px;
    text-transform: uppercase;
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .2s both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .2s both;
}

#hero-block.kalpax-detail-wrapper>h1 {
    font-weight: 900;
    font-size: 7rem;
    color: #0f141e;
    line-height: 7rem;
    padding-top: 1px;
    padding-bottom: 4px;
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
}

#hero-block.kalpax-detail-wrapper>p {
    font-size: 20px;
    color: #878a8f;
    padding-top: 2px;
    padding-bottom: 3px;
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .7s both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .7s both;
}

.kalpax-link {
    margin-top: 30px;
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .10s both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .10s both;
}

.link-km::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #878a8f;
    transition: width .3s;
}

.link-km:hover::after {
    width: 100%;
}


/*
* ---------------------------------------------- 
* 05.MAIN CONTAINER CONTENT PAGE SECTION
    - PARALLAX SCENE CONTAINER WRAP
* 
/* ---------------------------------------------- /*
*/

.kalpax-parralax {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

#scene {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .2s both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .2s both;
}

#scene-2 {
    position: absolute !important;
    bottom: 100px !important;
    right: 0 !important;
    z-index: 3;
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
}

#scene-3 {
    position: absolute !important;
    bottom: 100px !important;
    right: 250px !important;
    z-index: 0;
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .8s both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .8s both;
}

#scene-4 {
    position: absolute !important;
    top: 50px !important;
    right: 550px !important;
    z-index: 3;
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .7s both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .7s both;
}

#scene->img {
    width: 100px;
}

#scene-2>img {
    width: 150px;
}

#scene-3>img {
    width: 350px;
}

#scene-4>img {
    width: 100px;
}


/*
* ---------------------------------------------- 
* 05.MAIN CONTAINER CONTENT PAGE SECTION
    - HERO IMAGE PICTURE
* 
/* ---------------------------------------------- /*
*/

.hero-img {
    width: 50%;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
}


/*
* ---------------------------------------------- 
* 05.MAIN CONTAINER CONTENT PAGE SECTION
    - SCROLL ANIMATED INDICATOR
* 
/* ---------------------------------------------- /*
*/

.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%
}

.icon-scroll {
    width: 30px;
    position: absolute;
    height: 50px;
    margin-left: -20px;
    bottom: -30px;
    margin-top: -35px;
    border: 2px solid #0f141e;
    border-radius: 25px;
}

.icon-scroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #0f141e;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll
}


/*
* ---------------------------------------------- 
* 05.MAIN CONTAINER CONTENT PAGE SECTION
    - MAIN PROJECT CONTENT PAGE SECTION
* 
/* ---------------------------------------------- /*
*/

.bg-fog {
    width: 100%;
    background: url(../image/asset/fog.png);
    background-repeat: no-repeat;
    height: 300px;
    position: absolute;
    z-index: 1;
    bottom: -190px;
}

.kalpax-project-wrapper {
    padding-top: 150px;
    width: 58.333333333%;
    position: relative;
    z-index: 5;
}

.kalpax-project-wrapper>h5 {
    font-size: 16px;
    letter-spacing: 5px;
    text-transform: uppercase;
    position: relative;
}

.kalpax-project-wrapper>h1 {
    font-weight: 900;
    font-size: 7rem;
    color: #0f141e;
    line-height: 7rem;
    padding-top: 1px;
    padding-bottom: 0;
    position: relative;
    margin-bottom: 100px;
}

.kalpax-project-wrapper>h3.title-h3 {
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    color: #0f141e;
    padding-top: 2px;
    padding-bottom: 3px;
}

.kalpax-project {
    padding-left: 0;
    padding-right: 0;
}


/*
* ---------------------------------------------- 
* 05.MAIN CONTAINER CONTENT PAGE SECTION
    - PORTOFOLIO CONTENT WRAP
* 
/* ---------------------------------------------- /*
*/

.gallery {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-gap: 40px;
}

.cell {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-clip: border-box;
    margin-bottom: 40px;
    color: #fff;
    overflow: hidden;
    z-index: 1;
}

.cell img {
    height: 100%;
    width: 100%;
    transition: 0.4s;
}

.cell:hover .kalpax-info-porto {
    opacity: 1;
}

.cell:hover img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.kalpax-detailporto {
    position: absolute;
    z-index: 20;
    left: 20px;
    top: 20px;
    -webkit-transition: .4s all ease-out;
    transition: .4s all ease-out;
    opacity: 0;
    visibility: hidden;
    width: 80%;
    padding: 20px;
}

.kalpax-info-porto {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.8);
    -moz-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -webkit-transition: ease all 0.55s;
    transition: ease all 0.55s;
    opacity: 0;
}

.kalpax-detailporto>h3 {
    font-weight: 800;
    font-size: 30px;
    line-height: 35px;
}

.kalpax-detailporto>span {
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1px;
}

.kalpax-detailporto>p {
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 30px;
    opacity: .8;
}

.kalpax-detailporto>a {
    font-weight: normal;
    font-size: 20px;
    display: inline-block;
    color: #fff;
    line-height: 2.3rem;
    text-decoration: none;
    overflow: hidden;
}

.kalpax-detailporto>a i {
    padding-left: 10px;
    font-size: 15px;
    transition: all 0.2s;
}

.kalpax-detailporto>a:hover i {
    padding-left: 20px;
}

.cell:hover .kalpax-detailporto {
    visibility: visible;
    opacity: 1;
}

.cell:hover .kalpax-detailporto>h3 {
    -webkit-animation: fade-in-bottom 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) .1s both;
    animation: fade-in-bottom 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) .1s both;
}

.cell:hover .kalpax-detailporto>h2 {
    -webkit-animation: fade-in-bottom 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) .2s both;
    animation: fade-in-bottom 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) .2s both;
}

.cell:hover .kalpax-detailporto>a {
    -webkit-animation: fade-in-bottom 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) .3s both;
    animation: fade-in-bottom 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) .3s both;
}


/*
* ---------------------------------------------- 
* 05.MAIN CONTAINER CONTENT PAGE SECTION
    - MY SERVICE CONTENT PAGE SECTION
* 
/* ---------------------------------------------- /*
*/

.kalpax-service-wrapper {
    padding-top: 150px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 5;
}

.kalpax-service-wrapper>h5 {
    font-size: 16px;
    letter-spacing: 5px;
    text-transform: uppercase;
    position: relative;
}

.kalpax-service-wrapper>h1 {
    font-weight: 900;
    font-size: 7rem;
    color: #0f141e;
    line-height: 7rem;
    padding-top: 1px;
    padding-bottom: 4px;
    position: relative;
    margin-bottom: 130px;
}

.kalpax-service-wrapper>h3.title-h3 {
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    color: #0f141e;
    padding-top: 2px;
    padding-bottom: 3px;
}


/*
* ---------------------------------------------- 
* 05.MAIN CONTAINER CONTENT PAGE SECTION
    - ITEM SERVICE
* 
/* ---------------------------------------------- /*
*/

.block-6 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.align-items-center i {
    font-size: 50px;
    color: #0f141e;
    position: relative;
    z-index: 1;
}

.media-body .kalpax-heading {
    font-weight: 800;
    color: #0f141e;
    font-size: 20px;
}

.media-body p {
    color: #878a8f;
    padding-right: 10%;
    padding-left: 10%;
    font-size: 13px;
}


/*
* ---------------------------------------------- 
* 05.MAIN CONTAINER CONTENT PAGE SECTION
    - CLIENT LOGO
* 
/* ---------------------------------------------- /*
*/

.clientlist {
    margin: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.imgclient {
    padding: 0;
    max-width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

.imgclient a {
    padding: 0 20px;
    height: 150px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.imgclient a img {
    max-width: 60%;
    vertical-align: middle;
    height: auto;
}


/*
* ---------------------------------------------- 
* 06.ABOUT PAGE
    - HEAD ABOUT PAGE SECTION
* 
/* ---------------------------------------------- /*
*/

.head-section {
    position: relative;
    height: 70vh;
    overflow: hidden;
}

.bg-fog-section {
    width: 100%;
    background: url(../image/asset/fog.png);
    background-repeat: no-repeat;
    height: 200px;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -10px;
}


/*
* ---------------------------------------------- 
* 06.ABOUT PAGE
    - ABOUT CONTENT PAGE SECTION
* 
/* ---------------------------------------------- /*
*/

.about-wrap {
    padding-top: 100px;
    padding-bottom: 50px;
}


/*
* ---------------------------------------------- 
* 06.ABOUT PAGE
    - ABOUT HERO PICTURE WRAP
* 
/* ---------------------------------------------- /*
*/

.about-image-wrap {
    width: 400px;
    height: 400px;
    border-radius: 100%;
    overflow: hidden;
}

.about-image-wrap img {
    margin: 0 auto;
    display: block;
    object-fit: cover;
    width: 400px;
    height: 400px;
    -webkit-mask-image: url('../image/asset/149.png');
    mask-image: url('../image/asset/149.png');
    -webkit-mask-position: center;
    mask-position: center;
    mask: url('../image/asset/149.png');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.kalpax-about-wrapper>h5 {
    font-size: 16px;
    letter-spacing: 5px;
    text-transform: uppercase;
    position: relative;
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .9s both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .9s both;
}

.kalpax-about-wrapper>h1 {
    font-weight: 900;
    font-size: 7rem;
    color: #0f141e;
    line-height: 7rem;
    padding-top: 1px;
    padding-bottom: 4px;
    position: relative;
    margin-bottom: 0;
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .7s both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .7s both;
}

.kalpax-about-wrapper>h3.title-h3 {
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    color: #0f141e;
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
}

.kalpax-about-wrapper>p {
    font-size: 15px;
    line-height: 25px;
    color: #878a8f;
}


/*
* ---------------------------------------------- 
* 06.ABOUT PAGE
    - SIKLL WRAP CONTAINER
* 
/* ---------------------------------------------- /*
*/

#skillwrap:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 50%;
    padding-top: 80px;
    border-bottom: 1px solid #C8C5BF;
}

#skillwrap {
    margin-top: 100px;
}

.skill-circle {
    margin: 0 auto;
}

.skill {
    margin-top: 30px;
}

#skil-warp {
    padding-top: 80px;
    padding-bottom: 80px;
}

.circliful {
    position: relative;
}

.circle-text,
.circle-info,
.circle-text-half,
.circle-info-half {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block;
}

.circle-info,
.circle-info-half {
    color: #999;
}

.circliful .fa {
    margin: -10px 3px 0 3px;
    position: relative;
    bottom: 4px;
}

.v-left {
    float: right;
}

.v-right {
    float: left;
}

.skill h4 {
    text-align: center;
    color: #878a8f;
    font-weight: 800;
}

.skill p {
    text-align: center;
    font-size: 15px;
}

.skill h4.center {
    text-align: center;
    font-size: 50px;
    z-index: 1;
    font-weight: 800;
    color: #878a8f;
}


/*
* ---------------------------------------------- 
* 06.ABOUT PAGE
    - EXPERIENCE HEADDER WRAP CONTAINER 
* 
/* ---------------------------------------------- /*
*/

.kalpax-exp-wrapper {
    text-align: center;
    margin-top: 100px;
    padding-left: 10%;
    padding-right: 10%;
}

.kalpax-exp-wrapper>h5 {
    font-size: 16px;
    letter-spacing: 5px;
    text-transform: uppercase;
    position: relative;
}

.kalpax-exp-wrapper>h3.title-h3 {
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    color: #0f141e;
    padding-top: 1px;
    padding-bottom: 4px;
    position: relative;
    margin-bottom: 20px;
}

.kalpax-exp-wrapper>p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 23px;
    color: #878a8f;
}


/*
* ---------------------------------------------- 
* 06.ABOUT PAGE
    - EXPERIENCE CONTENT WRAP CONTAINER
* 
/* ---------------------------------------------- /*
*/

#wrap-exp-detail {
    margin-top: 50px;
    text-align: center;
}


/*
* ---------------------------------------------- 
* 06.ABOUT PAGE
    - EXPERIENCE CONTENT ITEM
* 
/* ---------------------------------------------- /*
*/

.lg::after {
    content: "\f111";
    position: absolute;
    right: -10px;
    top: -10px;
    color: #878a8f;
    font-family: FontAwesome;
    font-size: 20px;
}

.rg {
    padding-top: 100px;
    border-left: 1px solid #878a8f;
}

.mg-img-lb {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
    border: 10px solid #ebebeb;
    box-shadow: 0 0 2px rgba(0, 0, 0, .9);
}

.mg-img-lb .do-img-lb {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.info-wd h3 {
    background: #ebebeb;
    font-size: 13px;
    width: auto;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
}

.info-wd p {
    color: #878a8f;
    font-size: 13px;
}

.mg-img-lm {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    overflow: hidden;
    border: 10px solid #ebebeb;
    box-shadow: 0 0 2px rgba(0, 0, 0, .9);
}

.mg-img-lm .do-img-lm {
    width: 180px;
    height: 180px;
    object-fit: cover;
}

.mg-img-ls {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    overflow: hidden;
    border: 10px solid #ebebeb;
    box-shadow: 0 0 2px rgba(0, 0, 0, .9);
}

.mg-img-ls .do-img-ls {
    width: 150px;
    height: 150px;
    object-fit: cover;
}


/*
* ---------------------------------------------- 
* 06.ABOUT PAGE
    - MASK TEXT
* 
/* ---------------------------------------------- /*
*/

.word-mask {
    color: transparent;
    text-stroke: 25px;
    background-position: 0 25%;
    text-shadow: 0 0 15px rgba(221, 221, 221, 0.2);
    transition: text-shadow 0.35s linear;
}

.big-wrap {
    text-align: center;
    margin-top: 100px;
}

.masktext {
    display: inline-block;
    overflow: hidden;
    background: url("../image/asset/bg.jpg");
    background-attachment: fixed;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    font-size: 150px;
    font-family: Oswald, sans-serif;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 10px;
    padding: 0 15px;
}


/*
* ---------------------------------------------- 
* 06.ABOUT PAGE
    - TESTIMONIAL
* 
/* ---------------------------------------------- /*
*/

#kalpax-testimonial-wrap {
    margin-top: 150px;
    margin-bottom: 0;
}

.testi-title-wrap h1 {
    font-weight: 900;
    font-size: 7rem;
    color: #0f141e;
    line-height: 7rem;
    padding-top: 1px;
}

.testi-title-wrap h5 {
    font-size: 16px;
    letter-spacing: 5px;
    text-transform: uppercase;
    position: relative;
}

.testi-title-wrap p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 28px;
    color: #878a8f;
}

.testimonial p {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.4px;
    color: #878a8f;
}

blockquote {
    position: relative;
    margin: 0.5em;
    padding: 0.5em 2em 0.5em 5.5em;
    border-left: unset !important;
}

blockquote:before {
    font-family: Georgia, serif;
    position: absolute;
    font-size: 8em;
    color: #ebebeb;
    line-height: 1;
    top: 0;
    left: 0;
    content: "\201C";
}

.test-info {
    margin-top: 30px;
}

.test-pics {
    width: 15% !important;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
}

.test-name h5 {
    font-size: 16px;
    letter-spacing: 5px;
    text-transform: uppercase;
    position: relative;
}


/*
* ---------------------------------------------- 
*07. PROJECT PAGE 
* 
/* ---------------------------------------------- /*
*/

.porto-wr {
    padding-top: 0;
}

.kalpax-projectpage-wrapper {
    padding-top: 0;
    width: 100%;
    position: relative;
    z-index: 5;
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
}

.kalpax-projectpage-wrapper>h5 {
    font-size: 16px;
    letter-spacing: 5px;
    text-transform: uppercase;
    position: relative;
}

.kalpax-projectpage-wrapper>h1 {
    font-weight: 900;
    font-size: 7rem;
    color: #0f141e;
    line-height: 7rem;
    padding-top: 1px;
    padding-bottom: 4px;
    position: relative;
}

.kalpax-projectpage-wrapper>h3.title-h3 {
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    color: #0f141e;
    padding-top: 2px;
    padding-bottom: 3px;
}

.kalpax-projectpage-wrapper>p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 28px;
    color: #878a8f;
}

.work-wrap {
    padding-top: 150px;
}

.porto-item {
    width: 100%;
    height: 600px;
}

.porto-item img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.wrap-detail-porto {
    padding-top: 100px;
    padding-right: 50px;
    padding-left: 50px;
}

.wrap-detail-porto h3 {
    line-height: 38px;
    color: #0f141e;
}

.wrap-detail-porto p {
    color: #878a8f;
}

.line-gap {
    width: 30%;
    height: 2px;
    background: #000;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.kalpax-case {
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: 1px;
    padding-top: 20px;
    display: inline-block;
    position: relative;
    color: #0f141e;
    margin-bottom: 50px;
}

.kalpax-case:hover {
    text-decoration: none;
    color: #0f141e;
}

.kalpax-case::after {
    content: '';
    position: absolute;
    right: -130px;
    background: #0f141e;
    height: 2px;
    width: 100px;
    bottom: 10px;
}

.load-wrap {
    width: 100%;
    text-align: center;
    margin-top: 100px;
}

.loadmore {
    display: inline-block;
    font-size: 20px;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: 1px;
    border: 2px solid;
    padding: 20px;
    color: #0f141e;
    transition: all .3s;
    position: relative;
    overflow: hidden;
}

.loadmore:hover {
    text-decoration: none;
    color: #0f141e;
}

.loadmore:focus {
    text-decoration: none;
    color: #0f141e;
}

.right-side h3 {
    text-align: right;
    position: relative;
}

.right-side h3:before {
    content: '';
    height: 10px;
    width: 100px;
    background: #f3b21b;
    position: absolute;
    bottom: 30px;
    display: block;
    right: 0;
    top: -50px;
}

.right-side h1 {
    font-weight: bold;
    -webkit-text-stroke: 1px #a0a0a0;
    color: transparent;
    letter-spacing: 5px;
    position: absolute;
    font-size: 150px;
    top: -50px;
    opacity: .3;
    right: 0;
}


/*
* ---------------------------------------------- 
* 08.PROJECT GRID PAGE
* 
/* ---------------------------------------------- /*
*/

#project-warp {
    padding-top: 50px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    z-index: 1;
}

.work-content.grid-gutter-md {
    margin-left: -8px;
    margin-right: -8px;
}

.project-item {
    cursor: pointer;
    margin: 0;
    position: relative;
    float: right;
    padding: 10px;
    width: 33.3333%;
    border-radius: 5px;
    overflow: hidden;
}


/*
* ---------------------------------------------- 
*09. MASONRY PROJECT PAGE 
* 
/* ---------------------------------------------- /*
*/

.project-item.masonry-grid {
    overflow: visible !important;
}

.content-porto {
    border-radius: 5px;
    height: 350px;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.project-item:hover .content-porto {
    opacity: .5;
}

.gallery-link i {
    position: absolute;
    z-index: 1;
    color: #0d6efd;
    opacity: 0;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .3s;
}

.project-item:hover i {
    opacity: 1;
}

.project-item.masonry-grid .gallery-link i {
    color: #fff;
}

.filter {
    padding: 0;
}

.filter li {
    margin: 10px 15px;
    font-weight: 600;
    font-family: var(--fontsec);
    letter-spacing: 1px;
    display: inline-block;
    list-style: none;
    position: relative;
}

.filter li:after {
    content: "";
    width: 0px;
    background: var(--base-tre);
    height: 2px;
    left: auto;
    bottom: -6px;
    z-index: 1;
    right: 0;
    position: absolute;
    transition: ease all 0.3s;
}

.filter li.active {
    color: var(--color-five);
}

.filter li.active:after {
    width: 100%;
    left: 0;
    right: auto;
}


/*
* ---------------------------------------------- 
* 10.PROJECT SINGLE PAGE
* 
/* ---------------------------------------------- /*
*/

.bg-section-project-single {
    background: url(../image/porto/6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    background-position: center;
}

.kalpax-projectsinglepage-wrapper {
    padding-top: 50px;
    width: 100%;
    position: relative;
    z-index: 5;
}

.kalpax-projectsinglepage-wrapper>h5 {
    font-size: 16px;
    letter-spacing: 5px;
    text-transform: uppercase;
    position: relative;
}

.kalpax-projectsinglepage-wrapper>h1 {
    font-weight: 900;
    font-size: 5rem;
    color: #0f141e;
    line-height: 7rem;
    padding-top: 1px;
    padding-bottom: 0;
    position: relative;
}

.kalpax-projectsinglepage-wrapper>h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 3rem;
    color: #878a8f;
    padding-top: 2px;
    padding-bottom: 3px;
}

.kalpax-projectsinglepage-wrapper>h3.title-h3 {
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    color: #0f141e;
    padding-top: 2px;
    padding-bottom: 3px;
}

.kalpax-projectsinglepage-wrapper p.detail-mini {
    margin-top: 10px;
    font-size: 20px;
    line-height: 28px;
    color: #878a8f;
}

.kalpax-projectsinglepage-wrapper p.detail-innermini {
    margin-top: 10px;
    font-size: 15px;
    line-height: 28px;
    color: #878a8f;
}

.kalpax-projectdetail-wrapper p.more-detail {
    color: #878a8f;
    line-height: 28px;
}

.back {
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 30px;
}

.back a {
    font-size: 20px;
    font-weight: 800;
    text-decoration: none;
    color: #0f141e;
}

.back a:hover {
    text-decoration: none;
    color: #0f141e;
}

.back a::after {
    content: '';
    display: block;
    width: 0;
    margin-top: 5px;
    height: 2px;
    background: #0f141e;
    transition: width 0.3s;
}

.mb-detail {
    font-weight: 800;
    margin-top: 20px;
    color: #0f141e;
}

.kalpax-projectdetail-wrapper {
    padding-top: 50px;
    width: 100%;
    position: relative;
    z-index: 5;
    padding-left: 20%;
}

.kalpax-projectdetail-wrapper h3 {
    font-size: 18px;
    line-height: 2.5rem;
}

.item-client img {
    width: 100%;
}

.big-poto-wrap {
    margin-top: 30px;
}

.small-poto-wrap {
    margin-top: 30px;
}

.small-poto-wrap .item-client {
    height: 450px;
}

.small-poto-wrap .item-client img {
    height: 450px;
    object-fit: cover;
    width: 100%;
}

#paggination {
    margin-top: 30px;
}

.prev {
    display: inline-block;
    padding-top: 30px;
}

.next {
    display: inline-block;
    padding-top: 30px;
    float: right;
    text-align: right;
}

.prev a,
.next a {
    font-size: 20px;
    font-weight: 800;
    color: #0f141e;
    text-decoration: none;
}

.prev a:hover,
.next a:hover {
    text-decoration: none;
    color: #0f141e;
}

.prev a::after,
.next a::after {
    content: '';
    display: block;
    width: 0;
    margin-top: 5px;
    height: 2px;
    background: #0f141e;
    transition: width 0.3s;
}

.prev a:hover::after,
.next a:hover::after {
    width: 100%;
}

.prev a:hover::after,
.next a:hover::after {
    width: 100%;
}


/*
* ---------------------------------------------- 
* 11. TEAM PAGE
* 
/* ---------------------------------------------- /*
*/

.wrapteam:hover img {
    filter: grayscale(1);
}

.wrapteam:hover .detail-team {
    box-shadow: 0 5px 83px 0 rgb(40 40 40 / 11%);
}

.detail-team {
    padding: 20px;
    background: #fff;
    margin: 0 20px;
    position: relative;
    top: -30px;
    text-align: center;
}

.detail-team h3 {
    font-size: 18px;
    font-weight: 600;
}

.list-sosmed {
    padding: 0;
}

.list-sosmed li {
    list-style: none;
    position: relative;
    display: inline-block;
    margin: 0 5px;
}

.list-sosmed.full-w li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background: #0d6efd;
    color: #fff;
    padding: 10px 0;
    font-size: 20px;
}

.list-sosmed li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    background: #0d6efd;
    color: #fff;
    padding: 1px;
    font-size: 20px;
}

.detail-gap h3 {
    font-weight: 600;
    font-size: 30px;
}

.gapimg .boxdetail {
    display: inline-block;
    position: absolute;
    right: -30px;
    background: #fff;
    border-radius: 10px;
    top: 50%;
}

.boxdetail h2 {
    font-weight: 600;
    color: #0d6efd;
}


/*
* ---------------------------------------------- 
* 12.PRICING PAGE
* 
/* ---------------------------------------------- /*
*/

.priceitem {
    padding: 40px 20px;
    border-radius: 20px;
    border: 1px solid #F8F8F8;
}

.detailprice {
    padding: 20px;
    border-radius: 20px;
    background: #F8F8F8;
}

.wrapprice h6 {
    font-size: 20px;
    font-weight: 600;
}

.wrapprice h5 {
    font-size: 40px;
    font-weight: 600;
}

.list-group-item {
    padding: 15px 5px;
}

.btm-price {
    padding: 20px 30px;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    color: #0f141e;
    border-radius: 20px;
    background: #ebebeb;
}

.btm-price:hover {
    color: #F8F8F8;
    border-radius: 20px;
    background: #0d6efd;
}


/*
* ---------------------------------------------- 
* 13. 404 PAGE
*  
/* ---------------------------------------------- /*
*/

.img-wrap img {
    width: 60%;
}

.img-wrap h3 {
    font-weight: 600;
    font-size: 30px;
}


/*
* ---------------------------------------------- 
* 14.CONTACT PAGE
* 
/* ---------------------------------------------- /*
*/

.bg-section {
    background: url(../image/asset/4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    background-position: center;
}

.kalpax-contact-main {
    margin-top: 20px;
}

.kalpax-contact-wrapper {
    width: 100%;
    position: relative;
    text-align: center;
    z-index: 5;
    padding-right: 20%;
    padding-left: 20%;
}

.kalpax-contact-wrapper>h5 {
    font-size: 16px;
    letter-spacing: 5px;
    text-transform: uppercase;
    position: relative;
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
}

.kalpax-contact-wrapper>h1 {
    font-weight: 900;
    font-size: 7rem;
    color: #0f141e;
    line-height: 7rem;
    padding-top: 1px;
    padding-bottom: 0;
    position: relative;
    margin-bottom: 0;
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .7s both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .7s both;
}

.kalpax-contact-wrapper>h3.title-h3 {
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    color: #0f141e;
    padding-top: 2px;
    padding-bottom: 3px;
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .8s both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .8s both;
}

.kalpax-contact-wrapper>p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 28px;
    color: #878a8f;
}

#kalpax-form {
    margin-top: 100px;
}

.map {
    width: 100%;
    border: none;
    height: 450px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(117, 117, 117, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(117, 117, 117, 1);
    box-shadow: 0px 0px 5px 0px rgba(117, 117, 117, 1);
}

.kalpax-form-wrap {
    padding-left: 30px;
}

.half-form {
    float: left;
    width: 50%;
    padding-right: 25px;
    margin-bottom: 18px;
}

.half-form:nth-child(2) {
    padding-right: 0;
}

.half-form:nth-child(4) {
    padding-right: 0;
}

.btn-submit-form i {
    padding-right: 20px;
}

.btn-submit-form button {
    display: inline-block;
    border: 3px solid #0f141e;
    padding: 0px 25px 0 30px;
    height: 80px;
    width: 100%;
    line-height: 50px;
    font-weight: 800;
    font-size: 1.5rem;
    margin-top: 50px;
    margin-bottom: 50px;
    background: transparent;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    color: #0f141e;
    position: relative;
    transition: .3s;
}

.error {
    color: red;
    font-size: 10px;
}


/*
* ---------------------------------------------- 
* 15. FAQ SECTION
*  
/* ---------------------------------------------- /*
*/

#faqsection {
    background: #F8F8F8;
    margin: 100px 0;
}

.detailfaq {
    padding: 20px 80px;
}

.detailfaq i {
    width: 50px;
    height: 50px;
    background: #0d6efd;
    text-align: center;
    padding: 10px 5px;
    font-size: 30px;
    border-radius: 100px;
    color: #fff;
    position: absolute;
    left: 0;
    box-shadow: 0px 0px 1px 10px rgba(13, 110, 253, 0.078);
}

.detailfaq h6 {
    font-size: 25px;
    line-height: 1.5;
    font-weight: 600;
}


/*
* ---------------------------------------------- 
* 16. FOOTER SECTION PAGE
* 
/* ---------------------------------------------- /*
*/

#kalpax-footer-wrap {
    margin-top: 100px;
    background: #F8F8F8;
}

#kalpax-contactfooter h6 {
    font-size: 25px;
    font-weight: 800;
    color: #0f141e;
}

#kalpax-contactfooter p.addr {
    font-size: 20px;
    width: 80%;
    color: #878a8f;
    line-height: 3rem;
}

#kalpax-contactfooter p.icon {
    font-size: 13px;
    color: #0f141e;
}

#kalpax-contactfooter .icon i {
    padding-right: 10px;
    color: #878a8f;
}

.kalpax-morefooter h6 {
    font-size: 25px;
    font-weight: 800;
    color: #0f141e;
}

.footer-links {
    padding-left: 0;
    list-style: none;
}

.footer-links li {
    display: block;
}

.footer-links a {
    color: #737373;
    display: inline-block;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: #0f141e;
    text-decoration: none;
}

.footer-links a.link-km::after {
    height: 2px;
    background: #0f141e;
}

.footer-links.inline li {
    display: inline-block
}

.footer-links li a {
    font-size: 20px;
    text-decoration: none;
}

.btm-footer {
    font-size: 13px !important;
    margin-top: 50px;
}

.goup {
    position: fixed;
    right: 20px;
    bottom: 20px;
    text-align: center;
    border-radius: 50%;
    width: 50px;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    font-size: 15px;
    background: rgba(0, 0, 0, 0.4);
    height: 50px;
    transition: all .3s;
    color: #fff;
    z-index: 1;
}

.goup i {
    position: absolute;
    left: 30%;
    font-size: 20px;
    top: 15px;
}

.goup:hover {
    color: #0f141e;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%), 0 3px 15px rgb(0 0 0 / 20%);
}

.goup.showme {
    bottom: 35px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}