/*
* ----------------------------------------------------------------------------------------
Author        : Rama Hardian
Template Name : Virux - Portfolio, CV, Resume, vCard
Version       : 1.0
* ----------------------------------------------------------------------------------------
  TABLE OF CONTENT
* ----------------------------------------------------------------------------------------
* 01.BASE CSS
* 02.LOADDER
* 03.LEFT SIDE SECTION
    - HERO IMAGE PAGE WRAP
    - BIG LOGO PAGE WRAP
* 04.RIGHT SIDE SECTION
    - SMALL LOGO PAGE WRAP
    - FIXED FRAME PAGE WRAP
    - NAVIGATION PAGE WRAP
* 05. HOME SECTION
    - HERO WRAP
    - WORD INTRO WRAP
    - WORD GLICTH INTRO WRAP
    - WORD TYPED INTRO WRAP
* 06.ABOUT SECTION  
    - ABOUT CONTENT WRAP   
    - PICTURE CONTENT WRAP 
    - DETAIL CONTENT WRAP
*07.SERVICES SECTION
    - SERVICES CONTENT WRAP
    - SERVICES CONTENT ITEM
*08.WRAP SHAPE PARRALAX
*09.RESUME SECTION
    - RESUME SECTION WRAP
    - RESUME TAB WRAP
    - RESUME TAB CONTENT WRAP
    - RESUME DETAIL
*10.WRAP SHAPE STATIC    
*11.PORFOLIO SECTION 
    - PORFOLIO CONTENT WRAP
    - PORFOLIO ITEM
*12.TESTIMONI SECTION 
    - TESTIMONI CONTENT WRAP
    - TESTIMONI ITEM
*13.CONTACT SECTION  
    - CONTACT CONTENT WRAP 
    - CONTACT LEFT CONTENT WRAP  
    - CONTACT RIGHT CONTENT WRAP
*14.GO UP 
*15.MEDIA QUERY PAGE

            -- changelog update (3 september 2020)

               clip-path polygon css  not support old browser


* ----------------------------------------------------------------------------------------
*
* ----------------------------------------------------------------------------------------
*
* ---------------------------------------------- 
* 01. BASE CSS
/* ---------------------------------------------- /*
*/


*,
::after,
::before {
    box-sizing: border-box;
}


html,
body {
    background-color: #fff;
    font-family: 'Oswald', sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

main {
    overflow: hidden;
    padding-bottom: 200px;
}

.title-h1 {
    color: transparent;
    -webkit-text-stroke-width: .8px;
    -webkit-text-stroke-color: rgba(35, 31, 32, 0.1);
    font-size: 10vw;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    width: 100%;
}

.title-h2 {
    letter-spacing: 3px;
    font-size: 40px;
    color: #212529;
    position: relative;
    z-index: 1;
}

.wrap-box {
    padding-top: 100px;
}

.wrap-portfolio-content>p:after,
.wrap-resume-content>p:after,
.wrap-service-content>p:after,
.wrap-testimoni-content>p:after {
    content: ' ';
    position: relative;
    top: 100%;
    width: 100px;
    margin: 20px auto;
    display: block;
    border-bottom: 2px solid #F27C3C;
}

/* ---------------------------------------------- /*
* 02. LOADDER
/* ---------------------------------------------- /*
*/

#preloader {
    position: fixed;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #F5F5F5;
    z-index: 999999;
}

.block-divs-load {
    height: 250px;
    width: 250px;
    display: block;
    top: 0;
    border: 2px solid #e3e3e3;
    text-decoration: none;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s;
}

.mgmock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.progress {
    height: 2px;
    display: block;
    width: 30%;
    background-color: #e3e3e3;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.progress .line {
    background-color: #231F20;
}

.progress .line:before {
    content: '';
    position: absolute;
    background-color: inherit;
    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: #231F20;
    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;
}

@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%;
    }
}


/* ---------------------------------------------- /*
* 03. LEFT SIDE SECTION
/* ---------------------------------------------- /*
*/

.virux-side-left {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 0;
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    border-bottom: 10px solid #231F20;
    border-left: 10px solid #231F20;
    border-top: 10px solid #231F20;
    background-color: #231F20;
}


/* ---------------------------------------------- /*
* 03. LEFT SIDE SECTION 
        - HERO IMAGE PAGE WRAP
/* ---------------------------------------------- /*
*/

.virux-first-left-col {
    padding-left: 0;
    padding-right: 0;
}

.virux-hero-image-wrap {
    height: 350px;
    /* clip-path: polygon(0px -100px, 0px 100%, 200% 0px);*/
    padding-right: 10px;
}

.virux-hero-image-wrap:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 150px solid #231f20;
    border-left: 350px solid transparent;
    bottom: 0;

}

.img-top {
    height: 100%;
    background-image: url(../images/user/vinay-processbw2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    transition: all .3s;
}


/* ---------------------------------------------- /*
* 03. LEFT SIDE SECTION 
        - BIG LOGO PAGE WRAP
/* ---------------------------------------------- /*
*/

.virux-second-left-col {
    padding-left: 0;
    padding-right: 0;
}

.virux-leftcontent-bottom {
    height: 100%;
    background-color: #231F20;
    text-align: center;
    position: relative;
    height: 40vh;
}

.virux-leftcontent-bottom img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* ---------------------------------------------- /*
* 04. RIGHT SIDE SECTION
/* ---------------------------------------------- /*
*/


.virux-side-right-frame {
    padding-left: calc(50% - 25%);
    padding-right: 0;
}



/* ---------------------------------------------- /*
* 04.RIGHT SIDE SECTION
      - SMALL LOGO PAGE WRAP
/* ---------------------------------------------- /*
*/

.hide-logo {
    display: none;
    text-align: center;
}

.virux-down-head {
    /* clip-path: polygon(0 0, 51% 100%, 100% 0);*/
    position: fixed;
    z-index: 99;
    top: 0;
    height: 100px;
    width: 200px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}


.virux-down-head:after {
    content: '';
    width: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 100px solid #231f20;
}

.virux-down-head img {
    width: 20%;
    top: 20px;
    position: relative;
}


/* ---------------------------------------------- /*
* 04.RIGHT SIDE SECTION
      - FIXED FRAME PAGE WRAP
/* ---------------------------------------------- /*
*/

.border-framebottom {
    width: 100%;
    height: 10px;
    background: #231f20;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.border-frameright {
    width: 10px;
    height: 100%;
    background: #231f20;
    position: fixed;
    right: 0;
    z-index: 999;
}

.border-frameleft {
    width: 10px;
    height: 100%;
    background: #231f20;
    position: fixed;
    left: 0;
    z-index: 999;
}

.border-frametop {
    width: 100%;
    height: 10px;
    background: #231f20;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}



/* ---------------------------------------------- /*
* 04.RIGHT SIDE SECTION
      - NAVIGATION PAGE WRAP
/* ---------------------------------------------- /*
*/

.virux-nav {
    position: fixed;
    right: 30px;
    bottom: 30%;
    z-index: 3;
}

.virux-nav ul {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: default;
}

.virux-nav li {
    position: relative;
    display: block;
    margin: 30px 16px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.virux-nav li a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: rgba(35, 31, 32, 0.3);
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
}

.virux-nav li a:focus {
    outline: none;
}

.virux-nav li a {
    -webkit-transition: -webkit-transform 0.3s ease, background-color 0.3s ease;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.virux-nav li a:hover {
    background-color: #F27C3C;
}

.virux-nav li a.current {
    background-color: #F27C3C;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}



/* ---------------------------------------------- /*
* 05.HOME SECTION
/* ---------------------------------------------- /*
*/

#virux-home-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.virux-line {
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #231F20;
    opacity: .1;
    z-index: 1;
    transition: opacity 0.2s;
}

.virux-line:nth-child(1) {
    left: 25%;
}

.virux-line:nth-child(2) {
    left: 50%;
}

.virux-line:nth-child(3) {
    left: 75%;
}


/* ---------------------------------------------- /*
* 05.HOME SECTION
      - HOME INTRO WRAP
/* ---------------------------------------------- /*
*/

#elements {
    object-fit: contain;
    width: 83%;
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
}

.intro {
    position: relative;
    height: 100vh !important;
    background: url(../images/user/bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* ---------------------------------------------- /*
* 05.HOME SECTION
      - WORD INTRO WRAP
/* ---------------------------------------------- /*
*/

.word-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 14px;
    width: 100%;
}


/* ---------------------------------------------- /*
* 05.HOME SECTION
      - WORD GLICTH INTRO WRAP
/* ---------------------------------------------- /*
*/

.word-wrap h1 {
    font-size: 10vw;
    display: initial;
}

.title-h4 {
    font-family: 'Roboto', sans-serif;
    position: absolute;
    width: 100%;
    letter-spacing: normal;
    top: -50px;
    font-size: 20px;
    left: 0;
}

h1.glicth::before,
h1.glicth::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

h1.glicth::before {

    color: #ff00c1;
    animation: glitch .5s infinite;
}

h1.glicth::after {
    color: #3498db;
    animation: glitch .2s infinite;
}

@keyframes glitch {
    0% {
        left: -2px;
        top: -3px;
    }

    25% {
        left: 2px;
        top: 0px;
    }

    50% {
        left: -1px;
        top: 2px;

    }

    75% {
        left: 1px;
        top: -3px;
    }

    100% {
        left: 0px;
        top: -3px;
    }
}


/* ---------------------------------------------- /*
* 05.HOME SECTION
      - WORD TYPED INTRO WRAP
/* ---------------------------------------------- /*
*/

.word-wrap p {
    position: relative;
    display: block;
    padding-top: 20px;
    letter-spacing: 8px;
    height: 30px;
    font-size: 18px;

}


/* ---------------------------------------------- /*
* 06.ABOUT SECTION
/* ---------------------------------------------- /*
*/

#virux-about-wrap {
    width: 100%;
    position: relative;
    background: #f5f5f5;
}


/* ---------------------------------------------- /*
* 06.ABOUT SECTION
     - ABOUT CONTENT WRAP
/* ---------------------------------------------- /*
*/

.wrap-about-content {
    display: inline-block;
    width: 100%;
}


/* ---------------------------------------------- /*
* 06.ABOUT SECTION
     - PICTURE CONTENT WRAP
/* ---------------------------------------------- /*
*/

.frame-poto {
    width: 450px;
    height: 600px;
    float: right;
    position: relative;
    z-index: 1;
}

/*
.frame-poto img {
    width: 380px;
    height: auto;
    object-fit: cover;
}
*/

/* ---------------------------------------------- /*
* 06.ABOUT SECTION
     - DETAIL CONTENT WRAP
/* ---------------------------------------------- /*
*/

.wrap-baseabout {
    position: absolute;
    width: 50%;
    top: 20%;
    padding-left: 30px;
    z-index: 2;
}

.wrap-baseabout p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #6e7373;
    padding-top: 10px;
    line-height: 1.50em;
}

.button-contact {
    padding: 20px;
    width: auto;
    display: inline-block;
    border: 2px solid #231f20;
    margin-bottom: 100px;
    font-size: 15px;
    letter-spacing: 1px;
    color: #231f20;
    margin-top: 10px;
    position: relative;
    z-index: 1;
    transition: all .4s;
    text-decoration: none;
}

.button-contact:hover {
    color: #F27C3C;
    border: 2px solid #F27C3C;
    text-decoration: none;
}

.button-contact:focus {
    text-decoration: none;
}


/* ---------------------------------------------- /*
* 07.SERVICES SECTION
/* ---------------------------------------------- /*
*/


#virux-service-wrap {
    width: 100%;
    position: relative;
    background: #fff;
}

.virux-down-grey {
    /* clip-path: polygon(0 0, 51% 100%, 100% 0);*/
    z-index: 5;
    height: 50px;
    width: 100px;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.virux-down-grey:after {
    content: '';
    width: 0;
    left: 0;
    position: absolute;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid #f5f5f5;
}


/* ---------------------------------------------- /*
* 07.SERVICES SECTION
    - SERVICES CONTENT WRAP
/* ---------------------------------------------- /*
*/

.wrap-service-content {
    display: inline-block;
    width: 100%;
    padding-bottom: 100px;
    padding-top: 230px;
    padding-left: 10px;
    padding-right: 20px;
}

.wrap-service-content>.title-h1 {
    font-size: 10vw;
    position: absolute;
    top: 200px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.wrap-service-content>.title-h2 {
    position: relative;
    top: 0;
    width: 100%;
    text-align: center;
    letter-spacing: 3px;
    font-size: 40px;
    color: #212529;
}

.wrap-service-content>p {
    text-align: center;
    padding-right: 20%;
    padding-left: 20%;
    font-family: 'Roboto', sans-serif;
    line-height: 1.50em;
}

/* ---------------------------------------------- /*
* 07.SERVICES SECTION
    - SERVICES CONTENT ITEM
/* ---------------------------------------------- /*
*/

.virux-services-box {
    padding: 20px;
    margin-bottom: 10px;
}

.service-icon {
    position: relative;
    font-size: 35px;
    color: #231f20;
    float: left;
    padding-right: 20px;
    right: 0;
    display: table;
}

.service-text-detail p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #6e7373;
    position: relative;
}

.service-text-detail {
    display: table-cell;
}

.service-text-detail h5 {
    font-size: 20px;
    text-transform: uppercase;
}

.service-text-detail p {
    line-height: 1.45em;
}


/* ---------------------------------------------- /*
* 08.WRAP SHAPE PARRALAX
/* ---------------------------------------------- /*
*/

.shapes-wrap {
    position: relative;
}

.shapes-wrap:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-top: 250px solid white;
    border-right: 500px solid transparent;
}

.shapes-wrap:after {
    content: '';
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    border-bottom: 250px solid white;
    border-left: 500px solid transparent;
}

.shape {
    /* clip-path: polygon(60% 0, 140% 0, 30% 100%, -70% 120%);*/

    background: #fff url(../images/user/face4_wires.jpg) center top no-repeat;
    height: 100vh;
    background-size: cover;
}

.quot {
    bottom: 100px;
    position: absolute;
    font-size: 3vw;
    right: 100px;
    text-transform: uppercase;
    mix-blend-mode: difference;
    color: #ff5858;
    z-index: 1;
}

.quot h3 {
    font-size: 10vw;
    display: block;
}


/* ---------------------------------------------- /*
* 09.RESUME SECTION
/* ---------------------------------------------- /*
*/

#virux-resume-wrap {
    width: 100%;
    position: relative;
    background: #f5f5f5;
}


/* ---------------------------------------------- /*
* 09.RESUME SECTION
    - RESUME SECTION WRAP
/* ---------------------------------------------- /*
*/

.wrap-resume-content {
    display: inline-block;
    width: 100%;
    padding-bottom: 0;
    padding-top: 230px;
    padding-left: 10px;
    padding-right: 20px;
}

.wrap-resume-content .title-h1 {
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    top: 200px;
}

.wrap-resume-content>.title-h2 {
    position: relative;
    width: 100%;
    text-align: center;
    top: 0;
    letter-spacing: 3px;
    font-size: 40px;
    color: #212529;
}

.wrap-resume-content>p {
    text-align: center;
    padding-right: 20%;
    padding-left: 20%;
    font-family: 'Roboto', sans-serif;
    line-height: 1.50em;
}

/* ---------------------------------------------- /*
* 09.RESUME SECTION
    - RESUME TAB WRAP
/* ---------------------------------------------- /*




/* edit */

.tabs ul.tabbutton {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.tabs ul.tabbutton li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tabs ul.tabbutton li {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
    color: #b6b4b5;
}

.tabs span {
    vertical-align: middle;
    font-size: 0.75em;
}

.tabs  ul.tabbutton li.tab-current {
    color: #212529;
}

.tabs-virux  ul.tabbutton li {
    overflow: visible;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.tabs-virux span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.tabs-virux span:hover {
    color: #212529;
    cursor: pointer;
}

.tabs-virux ul.tabbutton li.tab-current:after,
.tabs-virux ul.tabbutton li.tab-current:before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none;
    text-decoration: none;
}

.tabs-virux ul.tabbutton li.tab-current:after {
    margin-left: -10px;
    border-width: 10px;
    border-top-color: #f5f5f5;
}

.tabs-virux ul.tabbutton li.tab-current:before {
    margin-left: -11px;
    border-width: 11px;
    border-top-color: rgba(0, 0, 0, 0.2);
}


/* end edit */

/* ---------------------------------------------- /*
* 09.RESUME SECTION
    - RESUME TAB CONTENT WRAP
/* ---------------------------------------------- /*
*/

.content-wrap {
    position: relative;
}

.content-wrap section {
    display: none;
    margin: 0 auto;
    padding: 1em;
    max-width: 1200px;
}

.content-wrap section.content-current {
    display: block;
}


/* ---------------------------------------------- /*
* 09.RESUME SECTION
    - RESUME DETAIL
/* ---------------------------------------------- /*
*/

.detail-resume {
    padding: 30px;
}

.resume-list {
    padding: 30px;
    padding-top: 40px;
    color: #212529;
}

.resume-list:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    left: 15px;
    top: 0;
    z-index: 1;
}

.resume-list:before {
    content: "";
    position: absolute;
    left: 8px;
    top: -8px;
    width: 30px;
    height: 30px;
    background-color: #F5F5F5;
    border: 3px solid rgba(0, 0, 0, 0.2);
    transition: all .3s;
    z-index: 2;
    margin-left: -7px;
    border-radius: 50%;
}

.resume-text-wrap {
    width: auto;
    display: table-cell;
    padding-left: 10px;
}

.resume-text-wrap h6 {
    font-size: 15px;
    color: #b6b4b5;
}

.resume-text-wrap h3 {
    font-size: 25px;
}

.resume-text-wrap .first {
    color: #F27C3C;
    font-weight: bold;
}

.detail-viruxresume-p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #6e7373;
    position: relative;
    line-height: 1.50em;
}

/* ADD LIST */


.resume-text-wrap ul.list-resume-detail {  
       padding-left: 30px;
    position: relative;
    list-style: none;
}

.resume-text-wrap ul.list-resume-detail > li {
 text-align: left;
/* --------- edit */
    text-transform: unset;
    font-weight: 100;
/* --------- edit */
    padding-top: 5px;

    position: relative;
    color: #666;
	
}


.resume-text-wrap ul.list-resume-detail > li:before {
     content: "\2022";
     /* --------- edit */
    font-weight: 100;
    /* --------- edit */
    color: #666;
    position: absolute;
    left: -30px;
    top: 5px;
}

/* END ADD LIST */


/* ---------------------------------------------- /*
* 10.WRAP SHAPE STATIC 
/* ---------------------------------------------- /*
*/


.shape-wrap {
    position: relative;
    height: 50vh;
}

.static-bg {
    filter: contrast(3) brightness(0.5) contrast(0.5);
    background: #fff url(../images/user/bg2.jpg) center center no-repeat;
    height: 50vh;
    background-attachment: fixed;
    background-size: cover;
}

.playme {
    font-size: 50px;
    position: absolute;
    top: 45%;
    z-index: 5;

    left: 50%;
    transform: translate(-50%, -50%);
}

.playme i {
    color: #F27C3C;
}

.circle-wa {
    background: none;
    position: absolute;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    top: 45%;
    z-index: 5;
    left: 50%;
    transform: translate(-50%, -50%);
}

.circle-wa div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    width: 0;
    height: 0;
    opacity: 0;
    border-radius: 50%;
    border-width: 12px;
    border-style: solid;
    -ms-animation: loading 2s ease-out infinite;
    -moz-animation: loading 2s ease-out infinite;
    -webkit-animation: loading 2s ease-out infinite;
    -o-animation: loading 2s ease-out infinite;
    animation: loading 2s ease-out infinite;
}

.circle-wa div:nth-of-type(1) {
    border-color: #fff;
}

.circle-wa div:nth-of-type(2) {
    border-color: #fff;
    -ms-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes loading {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }

    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }

    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}


/* ---------------------------------------------- /*
* 11.PORFOLIO SECTION 
/* ---------------------------------------------- /*
*/

#virux-portfolio-wrap {
    width: 100%;
    position: relative;
    background: #fff;
    height: auto;
}


/* ---------------------------------------------- /*
* 11.PORFOLIO SECTION 
    - PORFOLIO CONTENT WRAP
/* ---------------------------------------------- /*
*/

.wrap-portfolio-content {
    display: inline-block;
    width: 100%;
    padding-bottom: 0;
    padding-top: 230px;
    padding-left: 10px;
    padding-right: 20px;
    text-align: center;
}

.wrap-portfolio-content .title-h1 {
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    top: 200px;
}

.wrap-portfolio-content>.title-h2 {
    position: relative;
    width: 100%;
    text-align: center;
    top: 0;
    letter-spacing: 3px;
    font-size: 40px;
    color: #212529;
}

.wrap-portfolio-content>p {
    text-align: center;
    padding-right: 20%;
    padding-left: 20%;
    font-family: 'Roboto', sans-serif;
    line-height: 1.50em;
}


/* ---------------------------------------------- /*
* 11.PORFOLIO SECTION 
    - PORFOLIO ITEM
/* ---------------------------------------------- /*
*/

.masonry {
    padding-top: 100px;
    columns: 3;
    column-gap: 30px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 1;
}

.masonry-item {
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    margin-bottom: 30px;
}

.masonry-item img {
    border-radius: 0;
    width: 100%;
}

.content-overlay {
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content-overlay {
    border-radius: 5px;
}

.masonry-item:hover .content-overlay {
    opacity: 1;
    border-radius: 5px;
}

.masonry-item:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.fadeIn-bottom {
    top: 80%;
}

.content-title {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #212529;
}

.content-text {
    font-family: 'Roboto', sans-serif;
    color: #212529;
}

.button-more {
    padding: 20px;
    margin-top: 50px;
    width: auto;
    display: inline-block;
    border: 2px solid #231f20;
    margin-bottom: 100px;
    font-size: 20px;
    letter-spacing: 3px;
    color: #231f20;
    position: relative;
    z-index: 1;
    transition: all .4s;
    text-decoration: none;
}

.button-more:hover {
    color: #F27C3C;
    border: 2px solid #F27C3C;
    text-decoration: none;
}

.button-more:focus {
    text-decoration: none !important;
}

.button-less {
    padding: 20px;
    margin-top: 50px;
    width: auto;
    display: inline-block;
    border: 2px solid #231f20;
    margin-bottom: 100px;
    font-size: 20px;
    display: none;
    letter-spacing: 3px;
    color: #231f20;
    position: relative;
    z-index: 1;
    transition: all .4s;
    text-decoration: none;
}

.button-less:hover {
    color: #F27C3C;
    border: 2px solid #F27C3C;
    text-decoration: none;
}

.button-less:focus {
    text-decoration: none !important;
}

/* ---------------------------------------------- /*
* 12.TESTIMONI SECTION 
/* ---------------------------------------------- /*
*/

#virux-testimoni-wrap {
    width: 100%;
    position: relative;
    background: #f5f5f5;
}

.virux-down-white {
    /* clip-path: polygon(0 0, 51% 100%, 100% 0);*/
    z-index: 5;
    height: 50px;
    width: 100px;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.virux-down-white:after {
    content: '';
    width: 0;
    left: 0;
    position: absolute;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid #ffffff;

}

/* ---------------------------------------------- /*
* 12.TESTIMONI SECTION 
    - TESTIMONI CONTENT WRAP
/* ---------------------------------------------- /*
*/

.wrap-testimoni-content {
    display: inline-block;
    width: 100%;
    padding-bottom: 100px;
    padding-top: 230px;
    padding-left: 10px;
    padding-right: 20px;
}

.wrap-testimoni-content .title-h1 {
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    top: 200px;
}

.wrap-testimoni-content>.title-h2 {
    position: relative;
    width: 100%;
    text-align: center;
    top: 0;
    letter-spacing: 3px;
    font-size: 40px;
    color: #212529;
}

.wrap-testimoni-content>p {
    text-align: center;
    padding-right: 20%;
    padding-left: 20%;
    font-family: 'Roboto', sans-serif;
    line-height: 1.50em;
}


/* ---------------------------------------------- /*
* 12.TESTIMONI SECTION 
    - TESTIMONI ITEM
/* ---------------------------------------------- /*
*/

.t-wrap {
    padding-top: 50px;
    text-align: center;
    margin: 20px 0;
}

.virux-testimoni-icon {
    width: 150px;
    height: 60px;
    margin: auto;
    border-radius: 50%;
    line-height: 60px;
    font-size: 25px;
	
}

.virux-testimoni-name {
    font-size: 18px;
    margin: 80px 0;
    position: relative;
    top: 80px;
}

.virux-testimoni-desc {
    max-width: 400px;
    margin: auto;
    color: #6e7373;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.50em;
    padding-top: 30px;
}

.owl-carousel .owl-item img {
    border-radius: 100%;
    border: 10px solid #F27C3C !important;
    vertical-align: middle;
    border-style: none;
    /*box-shadow: 0px 0px 1px 30px rgba(244, 201, 177, .5);*/
	box-shadow: 0px 0px 1px 30px rgba(192, 192, 192, .5);
}

.owl-dots {
    text-align: center;
    margin-top: 40px;
}

.owl-dot {
    width: 10px;
    height: 5px;
    background: rgba(35, 31, 32, 0.3) !important;
    margin: 0 6px;
    border-radius: 14px;
    outline: none;
    transition: .3s linear;
}

.owl-dot.active {
    width: 20px;
    background: #F27C3C !important;
}

.owl-dot:hover {
    width: 20px;
    background: #F27C3C !important;
}


/* ---------------------------------------------- /*
* 13.CONTACT SECTION
/* ---------------------------------------------- /*
*/


#virux-contact-wrap {
    width: 100%;
    height: 50vh;
    position: relative;
    background: #fff;
}


/* ---------------------------------------------- /*
* 13.CONTACT SECTION
    - CONTACT CONTENT WRAP
/* ---------------------------------------------- /*
*/


.wrap-contact-content {
    display: inline-block;
    width: 100%;
    padding-bottom: 0;
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 20px;
    padding-bottom: 50px;
}

.wrap-contact-content .title-h1 {
    font-size: 5vw;
    top: 0;
}


/* ---------------------------------------------- /*
* 13.CONTACT SECTION
    - CONTACT LEFT CONTENT WRAP  
/* ---------------------------------------------- /*
*/

.wrap-detailcontact {
    padding-left: 30px;
}

.mini-text {
    font-size: 18px;
    position: relative;
    margin-top: 30px;
}

.ll-title {
    position: relative;
    display: block;
    font-size: 20px;
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
    color: #bfbfbf;
    transition: all .3s;
}

.ll-title:hover {
    color: #F27C3C;
}


/* ---------------------------------------------- /*
* 13.CONTACT SECTION
    - CONTACT RIGHT CONTENT WRAP 
/* ---------------------------------------------- /*
*/


.wrap-sosmed {
    margin-top: 25%;
    text-align: center;
}

.footer-title-sosmed {
    font-size: 15px;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.sosmed {
    position: relative;
    bottom: 0;
    height: 50px;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.sosmeditem-wrap {
    padding-left: 0;
    padding-bottom: 20px;
    margin-bottom: 0;
    text-align: center;
}

.sosmeditem-wrap li {
    display: inline-block;
    list-style: none;
}

.sosmeditem-wrap li:nth-child(2) {
    margin-left: 40px;
    margin-right: 40px;
}

.sosmeditem-wrap li:nth-child(3) {
    margin-right: 40px;
}

.sosmeditem-wrap li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    position: relative;
    padding-top: 9px;
    margin-top: 10px;
}

.sosmeditem-wrap li a i {
    color: #212529;
    position: relative;
    z-index: 1;
}

.sosmeditem-wrap li a .block-div {
    height: 40px;
    width: 40px;
    display: block;
    top: 0;
    position: absolute;
    border: 2px solid #212529;
    text-decoration: none;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s;
}

.sosmeditem-wrap li a:hover i {
    color: #F27C3C;
}

.sosmeditem-wrap li a:hover .block-div {
    border: 2px solid #F27C3C;
}

.copy {
    display: block;
    font-size: 12px;
    margin-top: 30px;
    font-family: 'Roboto', sans-serif;
}

/* ---------------------------------------------- /*
* 14.GO uP
/* ---------------------------------------------- /*
*/

.arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 3px solid #F27C3C;
    background: none;
    z-index: 1;
    transition: all .2s linear;
    transform: rotate(90deg);
    position: fixed;
    visibility: hidden;
    cursor: pointer;
    bottom: -35px;
    opacity: .5;
    right: 30px;
}

.arrow:before {
    width: 40px;
    height: 8px;
    background: url(../images/asset/arrow-2.svg) left center no-repeat;
    background-size: cover;
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -4px;
    transition: all .2s linear;
}

.arrow:hover {
    border: 3px solid #F27C3C;
    opacity: 1;
    transition: all .2s linear;
}

.arrow:hover:before {
    width: 21px;
    left: 12px;
    transition: all .2s linear;
}

.arrow.showme {
    bottom: 35px;
    visibility: visible;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}


/* ---------------------------------------------- /*
* 15.MEDIA QUERY PAGE
/* ---------------------------------------------- /*
*/


@media screen and (max-width: 1599px) {}

@media screen and (max-width: 1240px) {
    .title-h2 {
        letter-spacing: 3px;
        font-size: 30px !important;
    }

    .wrap-baseabout {
        width: 47%;
    }

    .frame-poto {
        width: 300px;
    }
}

@media screen and (max-width: 1024px) {

    .frame-poto {
        width: 250px;
        height: 250px;
        /*object-fit: cover;
        object-position: top;*/
        border-radius: 100%;
        border: 10px solid #f5f5f5;
        text-align: center;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -100px;

    }

    .wrap-baseabout {
        width: 100%;
        position: relative;
        text-align: center;
        padding-left: 0;
        top: -50px;
    }

    .wrap-about-content {
        position: relative;
        padding-top: 270px;
		
    }

    .wrap-about-content .title-h1 {
        top: 230px;
    }

    .masonry {
        columns: 2;
    }

}

@media (max-width: 980px) {
    .masonry {
        columns: 2;
        column-gap: 20px;
    }

    .masonry-item {
        display: inline-block;
        margin-bottom: 20px;
        width: 100%;
    }

    .button-more {
        margin-top: 50px;
    }

    .hide-logo {
        display: flex;
    }

    .footer-title-sosmed {
        font-size: 15px !important;
    }

    .arrow {
        display: none !important;
    }

    .wrap-sosmed {
        padding-top: 20px;
        border-top: 1px solid #f5f5f5;
    }

    .wrap-contact-content .title-h1 {
        font-size: 10vw;
        top: -11px;
        left: 35%;
    }

    .virux-side-left {
        display: none;
    }

    .virux-side-right,
    .virux-side-right-frame {
        padding-left: 0;
        padding-right: 0;
    }



    .word-wrap p {
        font-size: 15px;
    }

    .title-h4 {
        font-size: 12px;
    }



    .wrap-resume-content,
    .wrap-service-content,
    .wrap-portfolio-content,
    .wrap-testimoni-content {
        padding-top: 150px;
        padding-right: 0;
        padding-left: 0;
    }

    .wrap-baseabout>p {
        padding-left: 10%;
        padding-right: 10%;
        margin-bottom: 20px;
    }

    .wrap-resume-content>p,
    .wrap-service-content>p,
    .wrap-testimoni-content>p,
    .wrap-portfolio-content>p {
        padding-right: 10%;
        padding-left: 10%;

    }

    .button-contact {
        margin: 0 auto;
    }

    .wrap-contact-content {
        padding-right: 10px;
    }

    .wrap-resume-content .title-h1,
    .wrap-service-content .title-h1,
    .wrap-portfolio-content .title-h1,
    .wrap-testimoni-content .title-h1 {
        top: 160px;
    }


    .quot {
        font-size: 5vw;
        right: 50px;
    }

    .quot h3 {
        font-size: 13vw;
    }
}

@media (max-width: 768px) {
    .wrap-baseabout p {
        font-size: 15px;
    }

    .button-more {
        margin-top: 50px;
    }

    .masonry {
        columns: 1;
    }

    .masonry-item {
        display: block;

    }

    main {
    padding-bottom: 500px;
}

}

@media only screen and (max-width: 580px) {


    .virux-testimoni-desc {
        padding-left: 10%;
        padding-right: 10%;
    }

    .wrap-detailcontact {
        padding-left: 0;
    }
}

@media (max-width: 480px) {}



@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    .playme {
        width: 100px;
        height: 100px;
        text-align: center;
        border-radius: 100%;
        line-height: 90px;
        background: rgba(255, 255, 255, .5);
    }

    .word-wrap h1 {

        position: relative;
    }

    .title-h1 {
        color: #f9f9f9;

    }
}