@charset "UTF-8";
/* CSS Document */

@import url("css/bootstrap.css");

a {
	text-decoration: none;
	color: #5c6d7f
}
a:hover {
	text-decoration: none;
    outline: none;
}
a:active {
	text-decoration: none;
    outline: none;
}
a:focus {
	text-decoration: none;
    outline: none;
}

::-webkit-input-placeholder { color:#bbbbbb; }
::-moz-placeholder { color:#bbbbbb; } /* firefox 19+ */
:-ms-input-placeholder { color:#bbbbbb; } /* ie */
input:-moz-placeholder { color:#bbbbbb; }

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

/* Globals */

body {
	line-height: normal;
	font-family: 'Poppins', sans-serif;
	margin: 0;
	background-color: #FFF;
	font-size:18px;
	font-weight:100;
	color:#6d6d6d
	
}
input {
	border-radius: 2px;
	border: solid 1px #d0d0d0;
	padding: 10px 20px;
	background-color: transparent;
	outline: none;
	width: 50%;
	margin: 5px 0;
	line-height: normal;
	font-weight: 100;
	font-size: 16px
}

input:focus {
    border: solid 1px #d0d0d0;
    box-shadow: 0px 0px 2px #ccc;
    
}

textarea {
	border-radius: 2px;
	border: solid 1px #d0d0d0;
	padding: 10px 20px;
	background-color: transparent;
	outline: none;
	width: 50%;
	margin: 5px 0;
	height: 100px;
	line-height: normal;
	font-weight: 100;
	font-size: 16px
}

textarea:focus {
    border: solid 1px #d0d0d0;
    box-shadow: 0px 0px 2px #ccc;
    
}

.site-header, .site-body, .site-footer {
	width: 100%;
	float: left
}
.inner {
	max-width: 1066px;
	margin: 0 auto;
	padding: 0 20px;
}
.site-footer {
	margin: 100px 0;
	text-align: center;
	font-size: 18px;
	color: #989898;
	font-weight: 100;
	line-height: 30px;
}
/* BEGIN scroller */

html, body, .page, .site-body, .scroller, .inner, .scroller section {
	height: 100%;
}
.scroller section {
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.no-touch .scroller section {
	background-attachment: fixed;
}
.scroller-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 100%;
	width: 100%;
	opacity: 0.85;
/*	background-color: #02335d;*/
    	background-color: #15334d;
}
.scroller .profile {
	max-width: 1066px;
	margin: 0 auto;
	padding-top: 15%;
	color: #fff;
	text-align: center;
	position: fixed;
/*
	width: 50%;
	left: 25%;
*/
	z-index: 3
}
.scroller .profile img {
	width: 440px;
/*	border-radius: 100%;*/
	margin: 15px 0;
    
}
.scroller .profile h1 {
	font-size: 60px;
	margin: 0px;
    font-weight:500 !important;
    padding-top: 10px;
        text-shadow: 1px 1px 2px #00172a;
}
.scroller .profile h2 {
	font-size: 24px;
	font-weight: 100;
	margin: 3px 0;
    color: #fff500;
    text-shadow: 1px 1px 2px #00172a;
}
.scroller .profile h3 {
	font-size: 18px;
	font-weight: 100;
	color: #5c6d7f;
	margin: 12px 0;
}
.scroller .profile p {
	font-size: 21px;
	font-weight: 100;
	color: #b3e4ff;
    text-shadow: 1px 1px 2px #00172a;
    
	line-height: 32px;
	width: 85%;
	margin: 35px auto;
}
.scroller .profile a {
	color: #FFF;
	border: solid 1px #80a1bc;
	padding: 15px 20px;
	border-radius: 4px;
	margin: 50px 0;
	position: relative;
	top: 25px;
	font-size: 18px;
	font-weight: 100;
    	background-color: rgba(128, 161, 188, 0.2);
}
.scroller .profile a:hover {
	background-color: rgba(179, 228, 255, 0.8);
	color: #233445
}
/* END scroller */


/* BEGIN header */

.site-header {
	position: fixed;
	z-index: 1000;
	padding: 20px 0;
}
.site-header .social-icons {
	color: #FFF;
	font-size: 24px;
	font-weight: 600;
}
.social-icons {
     float: left;
}
.site-header .social-icons-2 {
	color: #FFF;
	font-size: 20px;
    line-height: 25px;
	font-weight: 400;
	float: left;
	width: 100%;
	display: inline-block;
}

.site-header .social-icons-2 i {
	margin-right: 7px;
	color: #93a9bf
}
.site-header .social-icons i {
	margin-right: 7px;
	color: #93a9bf
}
.site-header .site-menu {
	color: #FFF;
	font-size: 24px;
	font-weight: 600;
	float: right;
	width: 100%;
/*	text-align: right*/
}
.site-menu .fa-bars {
	float: right;
	margin-left: 15px;
	cursor: pointer;
	padding:6px 0 0 0;
}
.site-menu ul {
	float: right;
	margin: 7px 0;
	display: none
}
.site-menu ul li {
	float: left;
	list-style: none;
	margin: 0 10px;
	font-size: 16px;
	font-weight: 100
}
.site-menu ul li a {
	text-decoration: none;
	color: #fff
}
.site-menu ul li a:hover {
	color: #93a9bf
}
/* END header */



/* BEGIN body */

.site-body {
	background-color: #FFF;
	z-index: 7;
	position: relative;
}
.site-body h3 {
	text-align: center;
	font-size: 21px;
	margin: 40px 0;
	color: #989898;
	font-weight: 100
}
/* education section */

.education {
	text-align: center
}
.education h4 {
	color: #45576a;
	font-size: 21px;
	font-weight: 700;
    display: block;
	text-transform: uppercase;
    margin-bottom: 15px;
}

.education div {
    display: block;
    text-align: center;
    
}
.education h6 {
	color: #45576a;
	font-size: 18px;
    font-weight: 100;
    line-height: 18px !important;
    margin-top: 0px;
    margin-bottom: 0px;
	text-transform: uppercase;
    display: inline-block;
}
.education h6:after {
    font-weight: 100;
    color: #d6d6d6;
    content: "\00a0|\00a0";  
}
.education h6:last-child:after {
    font-weight: 100;
    color: #d6d6d6;
    content: "";
}

.education span {
	color: #45576a;
	font-size: 18px;
	font-weight: 300;
	margin-left: 10px;
	text-transform: uppercase;
    clear: both;
}
.education p {
	font-size: 15px;
	color: #6d6d6d;
	line-height: 1.6;
	font-weight: 100;
	width: 70%;
	margin: 0 auto;
    padding-top: 10px;
}
.education section {
	margin: 65px 0 55px 0;
}
/* languages section */

.languages {
	text-align: center
}
.languages section {
	display: inline-block;
	text-align: center;
	margin: 0 30px;
}
.languages h4 {
	font-size: 16px;
	color: #6d6d6d;
	font-weight: 100
}
.languages h6 {
	font-size: 18px;
	color: #45576a;
	font-weight: 500;
	text-transform: uppercase
}
/* skills section */

.skills {
	text-align: center;
	width: 60%;
	margin: 0 auto;
}
.skills h4 {
	font-size: 16px;
	color: #45576a;
	font-weight: 100
}
.progress {
	position: relative;
	height: 15px;
	background-color: #cbcbcb;
	box-shadow: none;
	border-radius: 2px;
}
.progress-bar {
	background-color: #122b41
}
/* portfolio section */

.portfolio a {
	font-weight: 100 !important;
	text-transform: capitalize !important;
	font-size: 14px !important;
}
.portfolio a:hover {
	text-decoration: none !important
}
.portfolio a:focus {
	text-decoration: none !important
}

/*
.seeMore {
    display: block;
    clear: both;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 12px;
    text-transform: none;
    cursor: pointer !important;
}
.seeMore div {
    display: block;
    clear: both;
        text-transform: none;
}
.seeMore i {
    display: inline-block;
    transform:scale(5,1); 
    -webkit-transform:scale(5,1);
    -o-transform:scale(5,1);
    -ms-transform:scale(5,1);
    -moz-transform:scale(5,1);
        text-transform: none;
}

*/
.loadmore {
    position: relative;
    width: 100%;
/*    display: inline-block;*/
    clear: both;
    text-align: center;
    text-transform: none;
    text-decoration: none !important;
    outline: none;
    overflow: hidden;
}

.loadmore-less {
    display: none;
}

.loadmore button {
        line-height: 12px;
        border: none;
    background: none;
        text-decoration: none !important;
    outline: none;
}

.loadmore button:after {
    font: normal normal normal 14px FontAwesome;
    content: "\f0dd";
    transform:scale(5,1); 
    -webkit-transform:scale(5,1);
    -o-transform:scale(5,1);
    -ms-transform:scale(5,1);
    -moz-transform:scale(5,1);
        text-transform: none;
    display: block;
    clear: both;
    text-decoration: none !important;
    outline: none;
}


/* contact section */

.contact {
	float: left;
	width: 100%;
	text-align: center;
    margin-bottom: 5vh;
}

.contact img {
    width: 400px;
    margin-top: 5vh;
}

.contact h2 {
    font-size: 36px;
    font-weight: 100;
	color: #6d6d6d;
    
}

.contact p {
	font-size: 18px;
	color: #6d6d6d;
	width: 40%;
	margin: 30px auto;
	line-height: 30px;
	font-weight: 100;
    margin:20px auto 20px auto;
}
.thankyou-text{
	display:none;
}

.contact .fa {
  display: inline-block;
  font-size: 20px;
    font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #a0a0a0;
    padding: 6px;
    background-color: #fff;
    border-radius: 2px;
    border: solid 1px #ebebeb;
    height: 35px;
    width: 35px;
    line-height: 37px;
    margin: 5px;
}

.contact .fa:hover {
      color: #fff;
    border: solid 1px #fff;
        border-radius: 2px;
}

.contact .fa-behance:hover {
    background-color: #1769ff;
}

.contact .fa-linkedin:hover {
    background-color: #0077b5;
}

.contact .fa-facebook:hover {
    background-color: #3b5998;
}


.contact font {
	font-size: 30px;
    font-weight: 100;
	color: #6d6d6d;
	width: 40%;
	margin: 30px auto;
	line-height: 30px;
}
.contact .send-cont {
	margin: 20px 0;
	float: left;
	width: 100%;
}

.contact > button {
	margin: 20px 0;
	float: left;
	width: 100%;
}
#contactForm input[type='submit'] {
    display: inline-block;
	border-radius: 2px;
	border: solid 1px #d0d0d0;
	padding: 12px 20px;
	background-color: transparent;
	outline: none;
	width: 54%;
	margin: 25px 0;
	color: #5c6d7f;
	font-size: 18px;
}

.contact > button {
	border-radius: 3px;
	border: solid 1px #a0a0a0;
	padding: 12px 24px;
	background-color: transparent;
	outline: none;
	width: 50%;
	margin: 25px 0;
	color: #5c6d7f;
	font-size: 18px;
}
#contactForm input[type='submit']:hover {
	border: solid 1px rgb(18, 43, 65);
	background-color: rgb(18, 43, 65);
	color: #fff;
}

.contact > button:hover {
	border: solid 1px rgb(18, 43, 65);
	background-color: rgb(18, 43, 65);
	color: #fff;
}
.line {
	width: 1px;
	height: 50px;
	background-color: #d6d6d6;
	margin: 30px auto;
}
 @media only screen and (max-width: 600px) {
.site-header .site-menu {
/*	width: 30%;*/
}
.scroller .profile {
	width: 80%;
	left: 10%
}
.scroller .profile img {
	width: 160px;
}
.scroller .profile h1 {
	font-size: 26px
}
.scroller .profile h2 {
	font-size: 24px
}
.scroller .profile h3 {
	font-size: 14px
}
.scroller .profile p {
	font-size: 16px;
	line-height: 24px;
	margin: 25px auto;
}
.scroller .profile a {
	font-size: 14px;
}
input, textarea {
	width: 80%
}
.contact img {
    width: 250px;
    margin-top: 10vh;
}
     
.contact p {
	width: 80%
}
.contact h2 {
    font-size: 32px;
}
     
.contact font {
	font-size: 28px;
}
     
.skills {
	width: 80%
}
}


/******* BEGIN single *******/
.single .site-header { background-color:#122B41; }
.single .site-menu a{ color:#FFF }
.single .site-menu a:hover{ color:#b3e4ff }
.single .content { margin:120px 0 0 0; text-align:center}
.single .content h1{ font-size:26px;margin:130px 0 20px 0; color:#556575}
.single .content p{ margin:20px auto 30px auto; width:80%}
.single .content img { width:100%}
/******* END single *******/



 @media only screen and (max-width: 900px) {
.site-header .social-icons {
	display: none;
/*	text-align: center;*/
	width: 100%
}
.social-icons {
     float: none;
}
.site-header .social-icons-2 {
	display: block;
    	color: #FFF;
	font-size: 24px;
	font-weight: 400;
	float: left;
	width: 100%;
}
.site-header .site-menu {
	width: 100%;
}
.site-header .site-menu ul {
	width: 100%;
	background-color: #122B41;
	padding: 20px 0;
	border-radius: 3px;
}
.site-header .site-menu ul li {
	margin: 25px 0 10px 0;
	width: 100%;
	text-align: center
}
     
/*
.scroller .profile {
	padding-top: 30%;
     }
*/
.site-footer {
	font-size:15px;
	margin: 30px 0;
}
     
input, textarea {
	width: 80%
}

/******* BEGIN single *******/
.single .content h1{ font-size:21px;margin:130px 0 20px 0; color:#556575}
.single .content p{ margin:20px auto 30px auto; font-size:15px;}
/******* END single *******/

}



.anchor{
  display: block;
  height: 80px; /*same height as header*/
  margin-top: -80px; /*same height as header*/
  visibility: hidden;
}

.kumi-logo {
    height: 30px;
}

#map-canvas {
    height: 40vh;
	min-height: 300px;
    width:100%;
    clear: both;
}





/******* BEGIN ligthbox *******/
.lightboxBG {

    background-image: url(images/lightbox_bg_test.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;


}
.lightbox {

    background-color: rgba(0, 0, 0, 0.75) !important;
    
}
.lightbox .container {
    margin: 0 auto;
    padding: 0;
    width: 90vw;
    max-width: 1400px;
    background-color: white;
    position: relative;
    text-align: center;

}

.container h1 {
     position: relative;
    display: block;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 15px;
    font-weight: 300 !important;
    font-size: 2em;
    color: #122B41;
    text-align: left;
}

.container h2 {
    font-size: 1.25em;
    color: #122B41;
}

.container span {
    font-size: 1em;
}

.container font:before {
    content: "[";
    color: #dddddd;
    font-weight: 600;
}

.container font:after {
    content: "]";
    color: #dddddd;
    font-weight: 600;
}

.container font {
    display: inline-block;
    font-size: 14px;
    line-height: 2em;
/*    font-style: italic;*/
    color: #999999;
    margin-bottom: 30px;
}

.container img {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
    outline: none;
    
}

.container > h2, .container > h3, .container > h4, .container > h5, .container > h6, .container > span, .container > font {
    position: relative;
    display: block;
    padding-left: 50px;
    padding-right: 50px;
    font-weight: 100 !important;
    text-align: left;
} 

.close {
    position: absolute;
    top: 15px;
    right: 30px;
    color: #122B41;
    font-size: 2.5em !important;
    z-index: 10;
}


.container a {
    display: inline-block;
    position: relative;
    padding: 12px 24px;
    border-radius: 2px;
	border: solid 1px #d0d0d0;
	background-color: transparent;
	outline: none;
	width: 25%;
    min-width: 200px !important;
    margin: 50px 5px 50px 5px;
	font-size: 20px;
    font-weight: 100;
    text-align: center;
}

.container a:hover {
	border: solid 1px rgb(18, 43, 65);
	background-color: rgb(18, 43, 65);
    color: #fff !important;
}

.container a > i {
    padding-left: 2px;
}



@media only screen and (max-width: 1400px) {
    .lightbox .container {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    
    .container > h1 {
            padding-top: 10px;
    }
    
.container > h1, .container > h2, .container > h3, .container > h4, .container > h5, .container > h6, .container > span, .container > font {
    padding-left: 25px;
    padding-right: 25px;
} 
    .close {
    font-size: 2em !important;

}
    .container a {
        width: 200px;
        font-size: 18px;
    }


/******* END lightbox *******/
.hideItem{
	display:none !important;
}
.showItem{
	display:block !important;
}
    
    
    .cd-tab-filter {
        z-index: 500;
    }