@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,700');
*{
	padding: 0;
	margin: 0;
}

a img {
    border:none;
    outline:none;
}

@font-face {
    font-family: 'neosans-bold';
    src: url('../fonts/Hanson-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'neosans-regular';
    src: url('../fonts/AdventPro-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'neosans-light';
    src: url('../fonts/AdventPro-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}



h1,h2,h3,h4,h5 p{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.darkHeader{
/*    display: none !important;*/
}

body{
    color: #fff;
    background-color: #212123;
}
.loader{
	position: absolute;
	width: 100%;
    height: 100vh;
	left: 0;
	top: 0;
    z-index: 1101;
	background-color: #212123;
	transition:.9s ease-in-out;
}
.loader_table{
    display: table;
    width: 100%;
    height: 100vh;
}
.loader_cell{
    display: table-cell;
    vertical-align: middle;
}
.loader_wrap{
    position: relative;
    padding-bottom: 50px;
}
.loader_cell img{
    max-width: 365px;
    margin-bottom: 10px;
} 
.loader_cell p{
    font-family: 'neosans-regular';
    color: #1db491;
    font-size: 11px;
}
.pulse{
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 50px;
    height: 50px;
    border-radius: 40px;
    background-color: #1db491;
    -webkit-animation: scaleout 1.4s ease-in-out 0s infinite;
    animation: scaleout 1.4s ease-in-out 0s infinite;
}
@-webkit-keyframes scaleout{0%{transform:scale(0)}to{transform:scale(1);opacity:0}}
@keyframes scaleout{0%{transform:scale(0)}to{transform:scale(1);opacity:0}}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
.no_scroll{
	overflow: hidden;
}
.mainPage{
    position: relative;
    overflow: hidden;
    opacity: 0;
}
.shadow{
	z-index: 720!important;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 416px;
	z-index: 850;
    background: rgb(33,33,34);
    background: linear-gradient(0deg, rgba(33,33,34,1) 0%, rgba(33,33,34,0) 100%);
}
#home{
	position: relative;
	width: 100%;
    overflow: hidden;
    background-color: #212122;
}
.homeBG{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transform-origin: center; 
    transform: scale(1.2);
    z-index: -1;
    user-select: none;
    pointer-events: none;
    animation: zoom-out 3s both;
}
@keyframes zoom-out {
    0% { transform: scale(1.2); }
    100% { transform: scale(1); }
}
.green-zebra{
    position: absolute;
    right: -19%;
    top: 0;
}
/*
#home:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/home_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform-origin: center; 
    transform: scale(1.1);
    z-index: -1;
    user-select: none;
    pointer-events: none;
    animation: zoom-out 15s both;
}
*/
#homeLaptop{
    position: absolute;
    right:-2%;
    top: 2%;
    width: 40%;
    height: 95%;
    z-index: 860;
}
#home .homeIphone{
    position: absolute;
    left: -35%;
    top: 36%;
}
#home .homeLight{
    position: absolute;
    left: -30%;
    top: 20%;
}
.navigation{
	position: fixed;
	top: 0;
	width: 100%;
	transition: top 0.2s ease-in-out;
	-moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	z-index: 1000;
}
.copyright-wrap{
    position: fixed;
    left: -12px;
    bottom: 65px;
    font-family: "neosans-light";
    font-size: 13px;
    color: #fff;
    z-index: 1000;
}
.copyright{
    -webkit-transform: rotate(-90deg)!important;
    -moz-transform: rotate(-90deg)!important;
    -ms-transform: rotate(-90deg)!important;
    -o-transform: rotate(-90deg)!important;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    opacity: 0.4;
}
.port-copy{
    text-align: center;
    font-size: 12px;
    font-family: "neosans-light";
    opacity: 0.4;
    margin-top: 35px;
}
.prev-portfolio{
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -37px;
    width: 110px;
    z-index: 899;
}
.next-portfolio{
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -37px;
    width: 110px;
    z-index: 899;
}
.prev-portfolio .portfolioBox, .next-portfolio .portfolioBox{
    width: 100%;
    height: 70px;
    margin: 0;
    border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
}
.next-portfolio .portfolioBox{
    border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
}
.prev-portfolio .portfolioBox .portfolioImgLeft, .prev-portfolio .portfolioBox .portfolioImgRight, .next-portfolio .portfolioBox .portfolioImgLeft, .next-portfolio .portfolioBox .portfolioImgRight{
    width: 90%;
}
.prev-portfolio .portfolioBox .portfolioImgLeft img, .prev-portfolio .portfolioBox .portfolioImgRight img,
.next-portfolio .portfolioBox .portfolioImgLeft img, .next-portfolio .portfolioBox .portfolioImgRight img{
    width: 100%;
}
.prev-portfolio .text, .next-portfolio .text{
    text-align: center;
    font-family: "neosans-light";
    font-size: 11px;
    margin-top: 5px;
}
#mainMenu{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 900;
/*	background-color: rgba(33,33,35, 1);*/
    background: rgba(7,176,148,1);
    background: -moz-linear-gradient(-45deg, rgba(28,54,71,1) 0%, rgba(7,176,148,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(7,176,148,1)), color-stop(100%, rgba(28,54,71,1)));
    background: -webkit-linear-gradient(-45deg, rgba(28,54,71,1) 0%, rgba(7,176,148,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(28,54,71,1) 0%, rgba(7,176,148,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(28,54,71,1) 0%, rgba(7,176,148,1) 100%);
    background: linear-gradient(135deg, rgba(28,54,71,1) 0%, rgba(7,176,148,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c3647', endColorstr='#07b094', GradientType=1 );
    opacity: 0.93;
	display: none;
}
.menuArea{
    display: table;
    width: 100%;
}
.listMenu{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
/*    padding-left: 20px;*/
}
.listMenu ul{
    display: inline-block;
}
.listMenu h4{
    font-size: 16px;
    font-family: 'neosans-bold';
    color: #1c3c48;
    margin-top: 20px;
}
.listMenu li{
    list-style: none;
    font-family: 'neosans-light';
    font-size: 60px;
    margin: 20px 0;
    transition: 0.3s;
}
.listMenu li a{
    color: #1c3c48;
    transition: 0.3s;
    text-shadow: 0px 3px 15px rgba(0, 0, 0, 0.25);
}
.listMenu li a:hover{
    color: #fff;
    text-decoration: none;
}
.delay1{
	animation-delay: 0.07s !important;
}
.delay2{
	animation-delay: 0.12s !important;
}
.delay3{
	animation-delay: 0.17s !important;
}
.delay4{
	animation-delay: 0.22s !important;
}
.delay5{
	animation-delay: 0.27s !important;
}
.delay6{
	animation-delay: 0.32s !important;
}
.loadDelay1{
    animation-delay: 1s;
}
.loadDelay2{
    animation-delay: 1.5s;
}
.loadDelay3{
    animation-delay: 1.8s;
}
.loadDelay4{
    animation-delay: 2.4s;
}
.nav-up {
    top: -77px;
}
.weblogo{
    text-align: left;
    margin: 20px 0 20px 75px;
    z-index: 1001;
}

/*mainmenu line*/
.lines-button {
    position: absolute;
	top: 13px;
    left: 17px;
	top 20px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 56px;
    height: 46px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
	z-index: 10000;
}
.lines-button:focus {
    outline: none;
}
.lines-button span {
    display: block;
    position: absolute;
    left: 12px;
    right: 12px;
    height: 2.2px;
    background: white;
    border-radius: 20px;
}
.lines-button span::before, .lines-button span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2.2px;
    background-color: #fff;
    border-radius: 20px;
    content:"";
}
.lines-button span::before {
    top: -8px;
}
.lines-button span::after {
    bottom: -8px;
}
.lines {
    background: none;
}
.lines span {
    -webkit-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
}
.lines span::before, .lines span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
}
.lines span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}
.lines span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}
.lines.close {
    background: none;
}
.lines.close span {
    background: none;
}
.lines.close span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	background: white;
}
.lines.close span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.lines.close span::before, .lines.close span::after {
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}
/*mainmenu line end*/

.contact{
    position: absolute;
    right: 30px;
    top: 28px;
    z-index: 1501;
}
.contact a{
    color: #fff;
    font-family: 'neosans-bold';
    font-size: 12.5px;
    text-transform: uppercase;
    padding: 6px 12px 4px 12px;
    background-color: #1db491;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
}
.contact a:hover{
    text-decoration: none;
    background-color: #17d8a7;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.text-section{
    position: relative;
    z-index: 890;
}
.opening_text{
    display: table;
    width: 100%;
    z-index: 800;
    text-align: left;
	height: 1px;
    padding-left: 35px;
}
.pageHero .opening_text{
    padding-left: 15px;
    text-align: center;
}
.pageHero .opening_text img{
    margin-bottom: 20px;
}
.uihometext{
    margin-top: -28px!important;
}
.opening_text .table-cell{
    display: table-cell;
    vertical-align: middle;
}
.opening_text h1{
    font-size: 90px;
    letter-spacing: -1px;
    font-family: 'neosans-bold';
    margin: 0;
    color: #1db491;
}
.opening_text h2{
    position: relative;
    font-family: 'neosans-bold';
    color: #2c2c2c;
    font-size: 180px;
    margin: 0;
    margin-left: 0;
    padding: 0;
    letter-spacing: -3px;
    line-height: 198px;
}
.opening_text h4{
    font-size: 27px;
    font-family: 'neosans-light';
    margin: 0 0 15px 0;
    color: #7a817f;
}
.homeName h4{
    position: absolute;
    font-family: 'neosans-regular';
    font-size: 37px;
    letter-spacing: 0;
    color: #1db491;
    left: 4px;
    bottom: 37px;
}
.opening_text .transisi{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.social-side{
    text-align: center;
    margin: 15px 0 0 0;
}
.social-footer{
    text-align: center;
    margin: 0;
}
.social{
    z-index: 800;
    text-align: left;
    margin: 0;
	margin-top: -5px;
}
.social li, .social-side li, .social-footer li{
    z-index: 800;
    font-size: 29px;
    text-shadow: 7px 15px 45px rgba(0, 0, 0, 0.8);
    display: inline-block;
    margin: 0 5px 0 5px;
}
.social-footer li{
    font-size: 35px;
}
.social-side li a{
    font-size: 29px;
    color: #1c3c48;
    text-shadow: 0px 3px 15px rgba(0, 0, 0, 0.25);
    margin: 0px 9px 0 9px;
}
.social-side li a:hover{
    color: #fff;
}
.social li a, .social-footer li a {
    color: #ababac;
}
.social li a:hover, .social-side li a:hover, .social-footer li a:hover{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.social li.in a:hover, .social-footer li.in a:hover{
    color: #2799d8;
    text-shadow: 7px 5px 45px #2690ca;
}
.social li.ig a:hover, .social-footer li.ig a:hover{
    color: #bc338d;
    text-shadow: 7px 5px 45px #d955c5;
}
.social li.dribbble a:hover, .social-footer li.dribbble a:hover{
    color: #dd3e7b;
    text-shadow: 7px 5px 45px #eb1d6c !important;
}
.social li.pin a:hover, .social-footer li.pin a:hover{
    color:#cc2127;
    text-shadow: 7px 5px 45px #cc2127;
}
.revealOnScroll{
	opacity: 0;
}
.mouse{
	z-index: 900;
    position: absolute;
    width: 22px;
    height: 38px;
    bottom: 18px;
    left: 50%;
    margin-left: -12px;
    border-radius: 15px;
    border: 2px solid #fff;
}
.scroll {
    display: block;
    width: 2px;
    height: 9px;
    margin: 6px auto;
    border-radius: 10px;
    background: #fff;
    -webkit-animation: finger 1s infinite;
    animation: finger 1.5s infinite;
}

@-webkit-keyframes finger {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes finger {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}
.large-header{
    position: absolute;
	left: 0;
	bottom: 0;
    width: 100%;
    overflow: hidden;
    z-index: 100;
}

/*ABOUT PAGE*/
#AboutTransition{
    position: relative;
    overflow: hidden;
    background-color: #212123; 
}
#aboutPage .main-text{
    font-family: "neosans-bold";
    color: #e0e8e6;
    font-size: 23px;
    letter-spacing: .5px;
    margin: 0 0 15px 0;
    line-height: 28px;
}
.about-tagline-wrap{
    position: relative;
    display: table;
    width: 100%;
}
.about-tagline-cell{
/*    position: relative;*/
    display: table-cell;
    vertical-align: middle;
}
.about-tagline{
/*
    margin-top: 20%;
    margin-bottom: 20%;
*/
    padding-left: 5%;
    padding-right: 5%;
}
.about-tagline h2{
    margin-bottom: 15px !important;
}
.about-tagline .petik-top{
    position: absolute;
    top:-60px;
    left: 0;
    width: 120px;
}
.about-tagline .petik-bottom{
    position: absolute;
    bottom:-60px;
    right:0;
    width: 120px;
}
.about-tagline .subtitle{
    font-family: "neosans-light";
    color: #7a817f;
    font-size: 19px;
    line-height: 22px;
    padding-left: 20px;
    padding-right: 20px;
    
}
#aboutPage .list-about-wrap{
    margin-bottom: 45px;
}
#aboutPage .list-about-wrap.second{
     margin-top: 80px;
     margin-bottom: 120px;
}
#aboutPage .list-about{
    position: relative;
    text-align: left;
    padding: 20px 90px 20px 20px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background-color: #2c2c2f;
    min-height: 200px;
    margin-bottom: 30px;
    box-shadow: 0 15px 40px rgba(0 , 0 , 0 , 0.1);
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    overflow: hidden;
}
#aboutPage .list-about:after{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 25px 40px rgba(0 , 0 , 0 , 0.2    );
    background: rgba(7,176,148,1);
    background: -moz-linear-gradient(-45deg, rgba(7,176,148,1) 0%, rgba(28,54,71,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(7,176,148,1)), color-stop(100%, rgba(28,54,71,1)));
    background: -webkit-linear-gradient(-45deg, rgba(7,176,148,1) 0%, rgba(28,54,71,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(7,176,148,1) 0%, rgba(28,54,71,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(7,176,148,1) 0%, rgba(28,54,71,1) 100%);
    background: linear-gradient(135deg, rgba(7,176,148,1) 0%, rgba(28,54,71,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07b094', endColorstr='#1c3647', GradientType=1 );
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
#aboutPage .list-about:hover:after{
    opacity: 1;
}
#aboutPage .list-about:hover h3{
    position: relative;
    color: #fff;
    z-index: 3;
}
#aboutPage .list-about:hover p{
    position: relative;
    color: #e7e6e4;
    z-index: 3;
}
#aboutPage .list-about .icon{
    position: absolute;
    -webkit-filter: drop-shadow(0px 5px 11px rgba(0,0,0,0.8));
    filter: drop-shadow(0px 3px 7px rgba(0,0,0,1));
    opacity: 0.2;
    z-index: 2;
}
#aboutPage .list-about .icon.about{
    bottom: -10px;
    right: -20px;
}
#aboutPage .list-about .icon.philosophy{
    bottom: -21px;
    right: -40px;
}
#aboutPage .list-about .icon.work{
    bottom: -21px;
    right: -55px;
}
#aboutPage .list-about .icon.responsive{
    bottom: -33px;
    right: -27px;
}
#aboutPage .list-about .icon.phone{
    bottom: -24px;
    right: -42px;
}
#aboutPage .list-about .icon.interface{
    bottom: -34px;
    right: -32px;
}
#aboutPage .list-about h3{
    font-family: "neosans-bold";
    color: #1db58e;
    font-size: 18px;
    margin-top: 5px;
}
#aboutPage .list-about p{
    font-family: "neosans-light";
    color: #b3b3b3;
    font-size: 16px;
    line-height: 20px;
}
#aboutPage .subtitle-about{
    font-family: "neosans-bold";
    color: #dfe8e6;
    font-size: 20px;
}

/*MYWORK PAGE*/
.pageHero .project-name{
    font-family: 'neosans-bold';
    font-size: 47px;
}
#mywork{
	margin-bottom: 1%;
}
#mywork, #wantmore, #AboutTransition{
/*    background-image: url(../img/zebra-dark.png);*/
    background-repeat: repeat;
    background-color: #212123;
}
.pageTitle{
    position: relative;
    width: 130%;
    margin-left: -15%;
    text-align: center;
    display: table;
	padding-top: 30px;
	padding-bottom: 30px;
/*    height: 420px;*/
}
.pageTitle .fa-angle-right{
    font-size: 40px;
    text-shadow: 6px 12px 53px #22c39a;
    margin: 0;
    padding: 0;
    line-height: 1px;
}
.pageTitle h2{
    font-family: 'neosans-bold';
    font-size: 12vw;
    color: #27272a;
    display: inline-block;
    text-shadow: 0px 20px 16px rgb(0 0 0 / 5%);
    letter-spacing: 3px;
}
.pageTitle h3{
    position: relative;
    display: table-cell;
    vertical-align: middle;
	font-family: 'neosans-bold';
    letter-spacing: -2px;
	font-size: 41px;
	color: #1db58e;
	text-shadow: 0px 5px 33px rgba(29,180,145,0.3);
}
#list-work{
    position: relative;
}
.portfolioBox .desktop-work{
    width: 86%;
}
.portfolioBox .desktop-work img{
    width: 100%;
}
.owl-work{
    background: #2c45c3;
    background: -moz-linear-gradient(-45deg, #2c45c3 0%, #1dceda 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #2c45c3), color-stop(100%, #1dceda));
    background: -webkit-linear-gradient(-45deg, #2c45c3 0%, #1dceda 100%);
    background: -o-linear-gradient(-45deg, #2c45c3 0%, #1dceda 100%);
    background: -ms-linear-gradient(-45deg, #2c45c3 0%, #1dceda 100%);
    background: linear-gradient(135deg, #2c45c3 0%, #1dceda 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c45c3', endColorstr='#1dceda', GradientType=1 );
}
.portfolioBox:hover.owl-work{
    box-shadow: 0 0px 80px rgba(38, 51, 209, 0.5);
}
.pilgub-work{
    background: #f03c64;
    background: -moz-linear-gradient(-45deg, #f03c64 0%, #fc9f79 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #f03c64), color-stop(100%, #fc9f79));
    background: -webkit-linear-gradient(-45deg, #f03c64 0%, #fc9f79 100%);
    background: -o-linear-gradient(-45deg, #f03c64 0%, #fc9f79 100%);
    background: -ms-linear-gradient(-45deg, #f03c64 0%, #fc9f79 100%);
    background: linear-gradient(135deg, #f03c64 0%, #fc9f79 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f03c64', endColorstr='#fc9f79', GradientType=1 );
}
.portfolioBox:hover.pilgub-work{
    box-shadow: 0 0px 80px rgba(209, 137, 38, 0.5);
}
.portfolioBox .pilgub-cover img{
    max-width: 87%;
}
.babe-work{
    background: #f06f35;
    background: -moz-linear-gradient(-45deg, #f06f35 0%, #f9bb5e 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #f06f35), color-stop(100%, #f9bb5e));
    background: -webkit-linear-gradient(-45deg, #f06f35 0%, #f9bb5e 100%);
    background: -o-linear-gradient(-45deg, #f06f35 0%, #f9bb5e 100%);
    background: -ms-linear-gradient(-45deg, #f06f35 0%, #f9bb5e 100%);
    background: linear-gradient(135deg, #f06f35 0%, #f9bb5e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f06f35', endColorstr='#f9bb5e', GradientType=1 );
}
.portfolioBox:hover.babe-work{
    box-shadow: 0 0px 80px rgba(209, 137, 38, 0.5);
}
.okaydoc-work{
    background: #1e4e64;
    background: -moz-linear-gradient(-45deg, #58c895 0%, #c0f28e 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #58c895), color-stop(100%, #c0f28e));
    background: -webkit-linear-gradient(-45deg, #58c895 0%, #c0f28e 100%);
    background: -o-linear-gradient(-45deg, #58c895 0%, #c0f28e 100%);
    background: -ms-linear-gradient(-45deg, #58c895 0%, #c0f28e 100%);
    background: linear-gradient(135deg, #58c895 0%, #c0f28e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58c895', endColorstr='#c0f28e', GradientType=1 );
}
.portfolioBox:hover.okaydoc-work{
    box-shadow: 0 0px 80px rgba(35, 132, 155, 0.5);
}
.portfolioBox .portfolioTitle.Left.short-title{
    right: -185px;
} 
.alana-work{
    background: #1e4e64;
    background: -moz-linear-gradient(-45deg, #1e4e64 0%, #099795 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #1e4e64), color-stop(100%, #099795));
    background: -webkit-linear-gradient(-45deg, #1e4e64 0%, #099795 100%);
    background: -o-linear-gradient(-45deg, #1e4e64 0%, #099795 100%);
    background: -ms-linear-gradient(-45deg, #1e4e64 0%, #099795 100%);
    background: linear-gradient(135deg, #1e4e64 0%, #099795 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4e64', endColorstr='#099795', GradientType=1 );
}
.portfolioBox:hover.alana-work{
    box-shadow: 0 0px 80px rgba(35, 132, 155, 0.5);
}
.portfolioBox.helo-work{
    background: #71568f;
    background: -moz-linear-gradient(-45deg, #5b4fed 0%, #b65afb 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #5b4fed), color-stop(100%, #b65afb));
    background: -webkit-linear-gradient(-45deg, #5b4fed 0%, #b65afb 100%);
    background: -o-linear-gradient(-45deg, #5b4fed 0%, #b65afb 100%);
    background: -ms-linear-gradient(-45deg, #5b4fed 0%, #b65afb 100%);
    background: linear-gradient(135deg, #5b4fed 0%, #b65afb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b4fed', endColorstr='#b65afb', GradientType=1 );
}
.portfolioBox:hover.helo-work{
    box-shadow: 0 0px 80px rgba(69,25,103,0.9);
}
.saf-work{
    background: #71568f;
    background: -moz-linear-gradient(-45deg, #71568f 0%, #3a185e 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #71568f), color-stop(100%, #3a185e));
    background: -webkit-linear-gradient(-45deg, #71568f 0%, #3a185e 100%);
    background: -o-linear-gradient(-45deg, #71568f 0%, #3a185e 100%);
    background: -ms-linear-gradient(-45deg, #71568f 0%, #3a185e 100%);
    background: linear-gradient(135deg, #71568f 0%, #3a185e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71568f', endColorstr='#3a185e', GradientType=1 );
}
.portfolioBox:hover.saf-work{
    box-shadow: 0 0px 80px rgba(69,25,103,0.7);
}
.medictrust-work{
    width: 100%;
    background: #c15e94;
    background: -moz-linear-gradient(-45deg, #c15e94 0%, #c15e94 14%, #663bb6 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #c15e94), color-stop(14%, #c15e94), color-stop(100%, #663bb6));
    background: -webkit-linear-gradient(-45deg, #c15e94 0%, #c15e94 14%, #663bb6 100%);
    background: -o-linear-gradient(-45deg, #c15e94 0%, #c15e94 14%, #663bb6 100%);
    background: -ms-linear-gradient(-45deg, #c15e94 0%, #c15e94 14%, #663bb6 100%);
    background: linear-gradient(135deg, #c15e94 0%, #c15e94 14%, #663bb6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c15e94', endColorstr='#663bb6', GradientType=1 );
}

.portfolioBox:hover.medictrust-work{
    box-shadow: 0 0px 80px rgba(102,54,140,0.8);
}
.honda-work{
    width: 100%;
    background: #fc6c45;
    background: -moz-linear-gradient(-45deg, #fc6c45 0%, #fc6c45 14%, #ca2641 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #fc6c45), color-stop(14%, #fc6c45), color-stop(100%, #ca2641));
    background: -webkit-linear-gradient(-45deg, #fc6c45 0%, #fc6c45 14%, #ca2641 100%);
    background: -o-linear-gradient(-45deg, #fc6c45fc6c45 0%, #fc6c45 14%, #ca2641 100%);
    background: -ms-linear-gradient(-45deg, #fc6c45 0%, #fc6c45 14%, #ca2641 100%);
    background: linear-gradient(135deg, #fc6c45 0%, #fc6c45 14%, #ca2641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc6c45', endColorstr='#ca2641', GradientType=1 );
}
.portfolioBox:hover.honda-work{
    box-shadow: 0 0px 80px rgba(224,70,67,0.5);
}
#contactMe{
    position:relative;
    background-color: #212123;
    background-image: url(../img/mapdot.png);
    background-position: center center;
    background-size: cover;
}
.contactTable{
    display: table;
    width: 100%;
}
.contact-cell{
    display: table-cell;
    vertical-align: middle;
    padding: 30px 0 30px 0;
    text-align: center;
}
#contactMe h2, #contactMe h3{
    text-align: center;
    font-family: 'neosans-bold';
    font-size: 45px;
    color: #fff;
    letter-spacing: -1px;
}
#contactMe h3{
    font-size: 20px;
    margin-top: 30px;
}
#contactMe .mailContact a{
    display: inline-block;
    font-family: 'neosans-light';
    text-align: center;
    text-decoration: none;
    color: #22c39a;
    font-size: 26px;
}
#contactMe .mailContact a:hover{
    text-shadow: 6px 12px 53px #22c39a;
    color: #22c39a;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.contactForm{
    margin-top: 30px;
    text-align: center;
}
#contactMe input, #contactMe textarea{
    width: 100%;
    font-family: "neosans-light";
    margin-bottom: 25px;
    border: none;
    background-color: transparent;
    outline: 0;
    border-bottom: 1px solid #464646;
    border-radius: 0;
    padding-left: 10px;
    box-shadow: none;
}
#contactMe input:hover, #contactMe textarea:hover{
    box-shadow: 0 25px 40px rgba(0 , 0 , 0 , 0.2);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 1.5s;
}
#contactMe input:focus, #contactMe textarea:focus{
    box-shadow: 0 25px 40px rgba(0 , 0 , 0 , 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#contactMe .btn{
    margin-top: 10px;
    padding: 11px 46px;
}
.mainPage .btn{
    font-family: 'neosans-bold';
    font-size: 15px;
    color: #fff;
    padding: 11px 26px;
    line-height: 1.3333333;
    border-radius: 56px;
    margin-top: 30px;
}
.mainPage .btn:hover{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;   
}

.portfolioBG{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
	background-image: url(../img/portfolioBg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation: zoom-out 3.6s both;
}
.medictrustBG, .hondaBG, .safBG, .workBG{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation: zoom-out 3.6s both;
}
.pilgubBG{
	background-image: url(../img/pilgub/pilgubBG.jpg);
}
.owlBG{
	background-image: url(../img/owl/owlBG.jpg);
}
.okaydocBG{
	background-image: url(../img/okaydoc/okay_BG.jpg);
}
.okaydoc-logo{
    width: 185px;
}
.alanaBG{
	background-image: url(../img/alana/alanaBG.jpg);
}
.alana-logo{
    width: 135px;
}
.babeBG{
	background-image: url(../img/babe/babeBG.jpg);
}
.babe-logo{
    width: 120px;
}
.heloBG{
	background-image: url(../img/helo/heloBG.jpg);
}
.helo-logo{
    width: 135px;
}
.medictrustBG{
	background-image: url(../img/medictrust/medictrustBg.jpg);
}
.hondaBG{
    background-image: url(../img/honda/hondaBg.jpg);
}
.safBG{
    background-image: url(../img/SAF/safBg.jpg);
}
.portfolio-home{
    position: relative;
    z-index: 6;
}

.pageArrow .moreWork{
    bottom: 0;
    background: #de4143;
}
.pageHero h1{
	color: #fff;
	font-size: 52px;
}
.pageTitle .portfolio{
    font-family: 'neosans-bold';
    margin: 20px auto;
}
.portfolioBox{
    display: inline-block;
    font-family: 'neosans-bold';
    color: #fff;
    position: relative;
    width: 430px;
    height: 290px;
    margin: 150px 0;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0 , 0 , 0 , 0.2);
    transition: all 0.4s ease-in-out;
}
.portfolioBox .lineBox, .portfolioBox .years, .portfolioBox .portfolioType, .portfolioBox .portfolioTitle{
    position: absolute;
}
.portfolioBox .lineBox{
    width: 3px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background-color: rgba(255,255,255, 0.5);
}
.portfolioBox .lineBox.Right{
    right: 15px;
}
.portfolioBox .lineBox.Left{
    left: 15px;
}
.portfolioBox .years{
    top: 12px;
    font-size: 14px;
    text-shadow: 0 5px 15px rgb(0 0 0 / 20%);
}
.portfolioBox .years.Left{
    left: 15px;
}
.portfolioBox .years.Right{
    right: 15px;
}
.portfolioBox .portfolioType{
    bottom: 14px;
    font-size: 17px;
    text-shadow: 4px 5px 15px rgb(0 0 0 / 10%);
}
.portfolioBox .portfolioType.Left{
    left: 15px;
}
.portfolioBox .portfolioType.Right{
    right: 15px;
}
.portfolioBox .portfolioTitle{
    bottom: 45px;
    font-size: 40px;
    line-height: 40px;
    text-shadow: 4px 15px 55px rgba(0, 0, 0, 0.5);
}
.portfolioBox .portfolioTitle.Left{
    right: -315px;
}
.portfolioBox .portfolioTitle.Right{
    left: -135px;
}
.portfolioBox .portfolioImgLeft{
    position: absolute;
    right: 0;
    bottom: -1px;
}
.portfolioBox .portfolioImgRight{
    position: absolute;
    left: 0;
    bottom: -1px;
}
.listportfolio{
    position: relative;
    background-color: #252527;
    padding: 70px 0;
    text-align: center;
}
.listportfolio img{
    max-width: 300px;
}
.listportfolio.desktopfolio img{
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 70px;
}
.appDesc{
    margin-top: 70px;
    margin-bottom: 70px;
}
.appDesc h2{
    font-family: 'neosans-bold';
    color: #ffffff;
    font-size: 35px; 
    line-height: 44px;
    margin-bottom: 30px;
}
.appDesc p{
    font-family: "neosans-light";
    font-size: 16px;
    color: #b3b3b3;
    padding-bottom: 9px;
    text-align: left;
}
.appDesc h4{
    font-family: "neosans-light";
    color: #a7a7a7;
    font-size: 15px;
    margin-bottom: 25px;
}
.highlight-wrap{
    position: relative;
    overflow: hidden;
}
.highlight-propertis{
    position: absolute;
    width: 40%;
   -webkit-filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.5));
    filter: drop-shadow(0px 5px 15px rgba(0,0,0,0.5)); 
}
.highlight-top{
    top: 0;
    left: 3%; 
}
.highlight-bottom{
    bottom: 0;
    right: 3%;
}
.highlight-desktop{
    position: relative;
    display: table;
    width: 90%;
    margin: 30px auto;
}
.highlight-desktop .desktop-wrap{
    position: relative;
}
.highlight-desktop .desktop-mockup{
    display: table-cell;
    vertical-align: middle;
}
.highlight-desktop .desktop-mockup .desktop-img{
    width: 100%;
/*    filter: drop-shadow(0 45px 60px rgba(0,0,0,0.4));*/
}
.highlight-mobile{
    position: absolute;
    width: 23%;
    right: 20%;
    bottom: -8%;
    filter: drop-shadow(0 -10px 10px rgba(0,0,0,0.3));
}
.other-work{
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
.other-work h2{
    font-family: 'neosans-bold';
    font-size: 34px;
    margin-bottom: 30px;
}
.other-work .portfolioBox{
    width: 100%;
}
.other-work .portfolioBox .portfolioImgLeft, .other-work .portfolioBox .portfolioImgRight{
    width: 90%;
}
.other-work .portfolioBox .portfolioImgLeft img, .other-work .portfolioBox .portfolioImgRight img{
    width: 100%;
}
.other-work .portfolioBox .portfolioImgLeft.newphone img, .other-work .portfolioBox .portfolioImgRight.newphone img{
    width: 85%;
}
.other-work .portfolioBox .portfolioTitle{
    font-size: 40px;
    text-align: left;
    bottom: 55px;   
}
.other-work .portfolioBox .portfolioTitle.Left, .other-work .portfolioBox .portfolioTitle.Right{
    left: 0;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 37px;
}
.other-work .portfolioBox .portfolioTitle.Right{
    right: 0;
    left: initial;
}
.footer-area{
    position: relative;
    z-index: 3;
}
.rounded1{
    position: absolute;
    top: -28%;
    right: 15%;
    width: 380px;
    height: 380px;
    border-radius: 400px;
    background: rgba(7,176,148,1);
    background: -moz-linear-gradient(-45deg, rgba(7,176,148,1) 0%, rgba(28,54,71,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(7,176,148,1)), color-stop(100%, rgba(28,54,71,1)));
    background: -webkit-linear-gradient(-45deg, rgba(7,176,148,1) 0%, rgba(28,54,71,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(7,176,148,1) 0%, rgba(28,54,71,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(7,176,148,1) 0%, rgba(28,54,71,1) 100%);
    background: linear-gradient(135deg, rgba(7,176,148,1) 0%, rgba(28,54,71,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07b094', endColorstr='#1c3647', GradientType=1 );
}
.rounded2{
    position: absolute;
    top: 59%;
    left: -20%;
    width: 200px;
    height: 200px;
    border-radius: 200px;
/*    border: 50px solid #feb6a2;*/
    background: rgba(254,182,162,1);
    background: -moz-linear-gradient(-45deg, rgba(254,182,162,1) 0%, rgba(230,113,132,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(254,182,162,1)), color-stop(100%, rgba(230,113,132,1)));
    background: -webkit-linear-gradient(-45deg, rgba(254,182,162,1) 0%, rgba(230,113,132,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(254,182,162,1) 0%, rgba(230,113,132,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(254,182,162,1) 0%, rgba(230,113,132,1) 100%);
    background: linear-gradient(135deg, rgba(254,182,162,1) 0%, rgba(230,113,132,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb6a2', endColorstr='#e67184', GradientType=1 );
}
.rounded3{
    position: absolute;
    left: 0;
    top: 40%;
    border:12px solid #fabfa8;
    width: 70px;
    height: 70px;
    border-radius: 100px;
}
.rounded4{
    position: absolute;
    bottom: -420px;
    right: -190px;
    background: rgba(128,143,245,1);
    background: -moz-linear-gradient(left, rgba(128,143,245,1) 0%, rgba(251,136,153,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(128,143,245,1)), color-stop(100%, rgba(251,136,153,1)));
    background: -webkit-linear-gradient(left, rgba(128,143,245,1) 0%, rgba(251,136,153,1) 100%);
    background: -o-linear-gradient(left, rgba(128,143,245,1) 0%, rgba(251,136,153,1) 100%);
    background: -ms-linear-gradient(left, rgba(128,143,245,1) 0%, rgba(251,136,153,1) 100%);
    background: linear-gradient(to right, rgba(128,143,245,1) 0%, rgba(251,136,153,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808ff5', endColorstr='#fb8899', GradientType=1 );
    width: 400px;
    height: 400px;
    border-radius: 200px;
}
@media only screen and (max-width: 321px){
    
    .about-point {
        padding: 0 20px 0 20px;
    }
    .about-point p {
        font-size: 13px;
    }
    .weblogo{
        margin: 15px 0 15px 55px;
    }
    .weblogo img {
        width: 110px;
    }
    .lines-button {
        left: 8px;
        top: 3px;
    }
    .listMenu li{
        font-size: 38px;
    }
    .portfolioBG{
        background-position: left;
    }
    .medictrustBG{
        background-position: right;
    }
    .opening_text {
        padding-left: 17px;
    }
    .pageHero .opening_text{
        padding-left: 15px;
    }
    .opening_text h1{
        font-size: 57px;
        line-height: 48px;
        letter-spacing: -3px;
        margin-top: -11px;
        margin-bottom: 5px; 
    }
    .opening_text h2{
        font-size: 105px;
        margin-left: -9px;
    }
    .opening_text h4{
        font-size: 15px;
        margin-bottom: 5px;
    }
    .homeName h4{
        font-size: 22px;
        left: 0;
        bottom: 12px;
    }
    .social{
        margin: 0;
        margin-left: -5px;
    }
    .social li{
        font-size: 25px;
    }
    .social li, .social-side li{
        text-shadow: 7px 15px 45px rgba(0, 0, 0, 0.4);
    }
    
    .about-point {
        text-align: center;
    }
    .portfolioBox{
        width: 100%;
        height: 220px;
        margin: 50px 0;
    }
    .portfolioBox .years{
        font-size: 13px;
    }
    .portfolioBox .portfolioType{
        font-size: 13px;
    }
    .portfolioBox .portfolioTitle{
        width: 100%;
        bottom: 67px;
        line-height: 30px;
        font-size: 30px;
    }
    .portfolioBox .portfolioTitle.Left{
        left: 0;
        text-align: left;
        padding-left: 15px;
    }
    .portfolioBox .lineBox.Left{
        right: 15px!important;
        left: inherit;
        top: 30px;
        height: 20px;
    }
    .portfolioBox .portfolioTitle.Right{
        padding-right: 15px;
        left: 0;
        text-align: right;
    }
    .portfolioBox .lineBox.Right{
        left: 15px;
        right: inherit;
        top: 30px;
        height: 20px;
    }
    .other-work .portfolioBox .portfolioImgLeft{
        text-align: right;
    }
    .other-work .portfolioBox .portfolioImgRight{
        text-align: left;
    }
    .other-work .portfolioBox .portfolioImgLeft img, .other-work .portfolioBox .portfolioImgRight img{
        max-width: 285px;
    }
    .portfolioBox .portfolioImgLeft img, .portfolioBox .portfolioImgRight img{
        max-width: 285px;
    }
    .appDesc h2{
        font-size: 24px;
        line-height: 44px;
    }
}

@media (min-width: 319px) and (max-width: 480px){
    .pageTitle{
        height: 220px;
    }
    .pageTitle h2{
        font-size: 14vw;
        text-shadow: 0px 10px 10px rgb(0 0 0 / 20%);
        letter-spacing: -1px;
    }
    .pageTitle h3{
        font-size: 32px;
        text-shadow: 0px 5px 33px rgba(29,180,145,0.3);
    }
    #aboutMe h4{
        font-size: 24px;
    }
    .about-point {
        text-align: center;
    }
    #contactMe h2{
        font-size: 30px;
    }
    #contactMe a{
        font-size: 18px;
    }
    
    .social-footer li a{
        font-size: 28px !important;
    }
    .social-footer li{
        margin: 0 8px 0 8px;
    }
    #aboutPage .main-text{
        font-size: 27px;
    }
    .about-tagline .subtitle{
        font-size: 17px;
    }
    .about-tagline .petik-bottom{
        right: 15px;
        width: 100px;
    }
    .about-tagline .petik-top{
        left: 15px;
        width: 100px;
    }
    .appDesc h2{
        font-size: 24px;
        line-height: 28px;
    }
    
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
        padding-right: 25px;
        padding-left: 25px;
    }
}

@media (min-width: 322px) and (max-width: 414px){
    .shadow{
		height: 100px;
	}
	.about-point {
        padding: 0 20px 0 20px;
    }
    .about-point p {
        font-size: 13px;
    }
    .weblogo{
        margin: 15px 0 15px 55px;
    }
    .weblogo img {
        width: 110px;
    }
    .lines-button {
        left: 8px;
        top: 3px;
    }
    .listMenu li{
        font-size: 46px;
    }
    .opening_text {
        padding-left: 20px;
    }
    .pageHero .opening_text{
        padding-left: 15px;
    }
    .opening_text h1{
        font-size: 60px;
        line-height: 51px;
        letter-spacing: -1px;
        margin-top: -14px;
        margin-bottom: 5px;
    }
    .opening_text h2{
        font-size: 80px;
        margin-left: -5px;
        line-height: 185px;
    }
    .opening_text h4{
        font-size: 18px;
        margin: 10px 0;
    }
    .homeName h4{
        font-size: 27px;
        left: 0;
        bottom: 26px;
    }
    .social{
        margin: 0;
        margin-left: -6px;
    }
    .social li{
        font-size: 28px;
    }
    .social li, .social-side li{
        text-shadow: 7px 15px 45px rgba(0, 0, 0, 0.4);
    }
    .about-point {
        text-align: center;
    }
    .portfolioBG{
        background-position: 17%;
    }
    .pageHero h1{
		font-size: 55px;
    }
    .portfolioBox{
        width: 100%;
        height: 220px;
        margin: 50px 0;
    }
    .portfolioBox .years{
        font-size: 13px;
    }
    .portfolioBox .portfolioType{
        font-size: 13px;
    }
    .portfolioBox .portfolioTitle{
        width: 100%;
        bottom: 45px;
        line-height: 28px;
        font-size: 25px;
    }
    .portfolioBox .portfolioTitle.Left{
        left: 0;
        text-align: left;
        padding-left: 15px;
    }
    .portfolioBox .lineBox.Left{
        right: 15px!important;
        left: inherit;
        top: 30px;
        height: 20px;
    }
    .portfolioBox .portfolioTitle.Right{
        padding-right: 15px;
        left: 0;
        text-align: right;
    }
    .portfolioBox .lineBox.Right{
        left: 15px;
        right: inherit;
        top: 30px;
        height: 20px;
    }
    .other-work .portfolioBox .portfolioImgLeft{
        text-align: right;
    }
    .other-work .portfolioBox .portfolioImgRight{
        text-align: left;
    }
    .other-work .portfolioBox .portfolioImgLeft img, .other-work .portfolioBox .portfolioImgRight img{
        max-width: 295px;
    }
    .portfolioBox .portfolioImgLeft img, .portfolioBox .portfolioImgRight img{
        max-width: 295px;
    }
    .highlight-wrap{
        text-align: center;
        height: auto !important;
    }
    .highlight-wrap .layout{
        min-height: 1px!important;
    }
    .highlight-propertis{
        position: relative;
        width: 90%;
        max-width: 444px;
    }
    .highlight-bottom{
        bottom: initial;
        right: initial;
        margin-top: 25px;
    }
    .highlight-top{
        margin-top: 0;
        top: initial;
        left: initial;
    }
    .uihometext{
        margin-top: -17px!important;
        margin-left: -5px!important;
    }
    
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
        padding-right: 15px;
        padding-left: 15px;
    }
    .pageHero .project-name{
        font-size: 35px;
        line-height: 39px;
    }
    .other-work .portfolioBox .portfolioTitle{
        font-size: 25px;
    }
    .other-work .portfolioBox .portfolioTitle.Left, .other-work .portfolioBox .portfolioTitle.Right{
        line-height: 28px;
    }
    .listportfolio img{
        margin-bottom: 30px;
    }
    .other-work h2{
        margin: 0 30px 20px;
    }
    .listportfolio.desktopfolio{
        margin: 0 15px;
    }
    .listportfolio.desktopfolio img{
        margin-bottom: 30px;
        border-radius: 10px;
    }
    .appDesc.middle-desc{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .highlight-mobile{
        bottom: -6%;
    }
}

@media (min-width: 360px) and (max-width: 393px){
    .opening_text h1{
        font-size: 52px;
        line-height: 44px;
    }
    .opening_text h2 {
        font-size: 70px;
        margin-left: -5px;
        line-height: 180px;
        letter-spacing: 0;
    }
    #aboutPage .main-text{
        font-size: 22px;
        line-height: 24px;
    }
}

/*TABLET HD*/
@media (max-width:600px) and (min-width:500px){
    .uihometext {
        margin-top: -37px!important;
    }
    .homeName h4{
        left: 0;
        bottom: 30px;
    }
    .opening_text h2 {
        font-size: 240px;
    }
    .opening_text h4 {
        font-size: 35px;
    }
    .social li {
        font-size: 31px;
    }
    
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
        padding-right: 25px;
        padding-left: 25px;
    }
    .appDesc h2{
        
    }
    .highlight-mobile{
        bottom: -10%;
    }
}

/*TABLET MEDIUM*/
@media (max-width:600px) and (min-width:500px){
    .opening_text h2 {
        font-size: 180px;
        margin-left: -9px;
    }
    .opening_text h1 {
        font-size: 120px;
        line-height: 104px
    }
    .opening_text h4 {
        font-size: 25px;
    }
    .appDesc h2{
        
    }
    
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
        padding-right: 25px;
        padding-left: 25px;
    }
    .highlight-mobile{
        bottom: -10%;
    }
}

@media (min-width: 1900px) and (max-width: 2560px){
	.opening_text h1{
        font-size: 140px;
        line-height: 59px;
        letter-spacing: -7px;
        margin-top: -14px;
        margin-bottom: 40px;
    }
    .opening_text h2{
        font-size: 330px;
        margin-left: -5px;
        color: #2c2c2c;
    }
    .opening_text h4{
        font-size: 22px;
    }
    .uihometext{
        margin-top: -20px!important;
        margin-left: -5px!important;
    }
    .homeName h4{
        font-size: 30px;
        left: 14px;
        bottom: 46px;
    }
	.green-zebra{
		right: -10%;
	}
	.pageHero h1{
		font-size: 120px;
	}
    
}
.green{
    background-color: #1db58e;
    -webkit-box-shadow: 0px 19px 34px 3px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 19px 34px 3px rgba(0,0,0,0.28);
    box-shadow: 0px 19px 34px 3px rgba(0,0,0,0.28);
}

.green:hover{
    background-color: #1fc49a;
    -webkit-box-shadow: 0px 19px 34px 3px rgba(29,181,142,0.12);
    -moz-box-shadow: 0px 19px 34px 3px rgba(29,181,142,0.12);
    box-shadow: 0px 19px 34px 3px rgba(29,181,142,0.12);
}
.pink_scnd{
    background-color: #ca598e;
    -webkit-box-shadow: 0px 9px 64px 3px rgba(37,6,69,0.58);
    -moz-box-shadow: 0px 9px 64px 3px rgba(37,6,69,0.58);
    box-shadow: 0px 9px 64px 3px rgba(37,6,69,0.58);
}
.pink_scnd:hover{
    background-color: #de4096;
    -webkit-box-shadow: 0px 9px 64px 3px rgba(43,4,74,0.78);
    -moz-box-shadow: 0px 9px 64px 3px rgba(43,4,74,0.78);
    box-shadow: 0px 9px 64px 3px rgba(43,4,74,0.78);
}
.pink{
    background-color: #df58a1;
    -webkit-box-shadow: 0px 9px 64px 3px rgba(43,4,74,0.58);
    -moz-box-shadow: 0px 9px 64px 3px rgba(43,4,74,0.58);
    box-shadow: 0px 9px 64px 3px rgba(43,4,74,0.58);
}

.pink:hover{
    background-color: #de4096;
    -webkit-box-shadow: 0px 9px 64px 3px rgba(43,4,74,0.78);
    -moz-box-shadow: 0px 9px 64px 3px rgba(43,4,74,0.78);
    box-shadow: 0px 9px 64px 3px rgba(43,4,74,0.78);
}
.orange{
    background-color: #fd8402;
    -webkit-box-shadow: 0px 12px 64px 3px rgba(90,11,20,0.50);
    -moz-box-shadow: 0px 12px 64px 3px rgba(90,11,20,0.50);
    box-shadow: 0px 12px 64px 3px rgba(90,11,20,0.50);
}
.orange:hover{
    background-color: #ff6d12;
    -webkit-box-shadow: 0px 12px 64px 3px rgba(90,11,20,0.60);
    -moz-box-shadow: 0px 12px 64px 3px rgba(90,11,20,0.60);
    box-shadow: 0px 12px 64px 3px rgba(90,11,20,0.60);
}
.bold{
	font-family: 'neosans-bold';
}
.noPad{
    padding-left: 0;
    padding-right: 0;
}
.red{
    height: 100px;
    background-color: red;
}
.blue{
    height: 100px;
    background-color: blue;
}