@import url(normalize.css);
@import url(//db.onlinewebfonts.com/c/e0c5ea4606f6a4252e16cc9e4cccc0f5?family=Larsseit+Bold);

/******General*******/

body {
    background: #f5f5f5;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #545454;
    line-height: 22px;
    overflow-y: hidden;
    overflow-x: hidden;
    margin: 0px;
	
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
	
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* -- Loading -- */

#loading {
  background: #000 none repeat scroll 0 0;
  height: 100%;
  margin-top: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
	height: auto;
	left: 50%;
	margin-left: -60px;
	margin-top: -60px;
	position: absolute;
	top: 50%;
	width: 120px;
}
.object {
	background: #ababab none repeat scroll 0 0;
	border-radius: 50%;
	height: 10px;
	left: 0px;
	margin: -7px auto auto 52px;
	position: absolute;
	right: 0px;
	top: 50%;
	width: 10px;
}
#object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
@-webkit-keyframes object_three {
75% {
    transform: scale(0);
    -webkit-transform: scale(0);
}
}
@keyframes object_three {
75% {
    transform: scale(0);
    -webkit-transform: scale(0);
}
}

/* End Loading */

a {
    color: #800000;
    text-decoration: none;
    transition-duration: .2s;
}

h1, h2, h3, h4, h5 {
    font-weight: 400;
    font-family: "Larsseit Bold", sans-serif;
    color: #000;
    text-transform: uppercase;
}

h2 {
    font-size: 45px;
    margin: 0;
    line-height: 45px;
}

h3 {
    font-size: 16px;
    margin: 50px 0 10px;
}

h5 {
    font-size: 18px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    float: left;
    position: relative;
}

.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.66666667%;
}

.col-10 {
    width: 83.33333333%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.66666667%;
}

.col-7 {
    width: 58.33333333%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.66666667%;
}

.col-4 {
    width: 33.33333333%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.66666667%;
}

.col-1 {
    width: 8.33333333%;
}

.margin-bottom50 {
    margin-bottom: 50px;
}

.margin-bottom40 {
    margin-bottom: 40px;
}

.margin-bottom30 {
    margin-bottom: 30px;
}

.margin-bottom20 {
    margin-bottom: 20px;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

.margin-top50 {
    margin-top: 50px;
}

.margin-top40 {
    margin-top: 40px;
}

.margin-top30 {
    margin-top: 30px;
}

.margin-top20 {
    margin-top: 20px;
}

.margin-top10 {
    margin-top: 10px;
}

.no-border-bottom {
    border-bottom: none !important;
}

.margin-right30 {
    margin-right: 30px;
}

.flot-left {
    float: left;
}

.flot-right {
    float: right;
}

.gray-bg {
    background-color: #fcfcfc;
}

.white-bg {
    background-color: #f5f5f5;
}

img {
    max-width: 100%;
    opacity:1;
	transition:opacity 500ms;
}

input[type="text"],
textarea {
    padding: 15px;
    border: none;
    border: 1px solid #dfdfdf;
    color: #a6a6a6;
    resize: none;
    width: 95.2%;
    font-size: 14px;
    margin: 20px 0 0;
}

input[type="submit"] {
    border: 2px solid #800000;
    background-color: transparent;
    color: #a6a6a6;
    font-weight: 400;
    font-family: "Larsseit Bold", sans-serif;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 18px;
    background-color: #fff;
    margin: 20px 0 0;
    transition-duration: .2s;
}

input[type="text"]:focus,
textarea:focus {
    outline: none;
    color: #545454;
    border: 1px solid #800000;
}

input[type="submit"]:hover {
    background-color: #800000;
    color: #fff;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea,
input[type="submit"],
input[type="button"] {
    box-shadow: none !important;
    border-radius: 0px;
}

.container {
    display: flex;
    margin: 0px;
    max-width: none;
}

.container-sub {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.container-sub::after {
    content: " ";
    display: block;
    clear: both;
}
/******Side Nav(Left Panel)*********/

.leftPanel {
    width: 200px;
    position: fixed;
    z-index: 1000;
    height: 100vh;
}

.logo {
    text-align: center;
    margin: 30px 0 0;
}

.logo img {
    border-radius: 50%;
}

.logo span {
    display: none;
}

#menu1 {
    overflow:auto;
    padding: 0px;
    width: 200px;
	background: #f5f5f5;
}

.menu {
    position: fixed;
    z-index: 100;
    color: #000;
    background: #f5f5f5;
    width: 200px;
    left: 0px;
    top: 0px;
    height: 100%;
}

.menu nav {
    top: 183px;
    margin-top: 17px;
    left: 0px;
    right: 0px;
    bottom: 50px;
    width: 200px !important;
}

.menu nav a {
    display: block;
    padding: 13px 0;
    text-align: left;
    outline: none;
    margin: 0 30px;
    border-bottom: 1px solid #333;
    font-family: "Larsseit Bold", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #2F2F2F;
    text-transform: uppercase;
    transition-duration: .2s;
}

.menu nav a span.active {
    color: #800000;
    font-weight: 600;
}

.menu nav a:hover {
    color: #800000;
    text-decoration: none;
}

.menu nav a span:nth-child(2) {
    display: block;
    color: #fff;
    font-style: italic;
    font-weight: 400;
    text-transform: none;
    padding-top: 3px;
}

.menu-link {
    display: flex;
}

.social {
    text-align: center;
    margin-top: 18px;
}

.social a {
    font-size: 20px;
    transition-duration: .2s;
}

.social a:hover {
    color: #800000;
}

.social .github {
    color: #BDBDBD;
}

.social .twitter {
    color: #03acf1;
    margin: 0 26px 0 30px;
}

.social .google-plus {
    color: #df4a32;
}

.copyright {
    bottom: 5px;
    text-align: center;
    margin-top: 30px;
    text-transform: uppercase;
    font-family: "Larsseit Bold", sans-serif;
    font-size: 11px;
    color: #747474;
    line-height: 18px;
    letter-spacing: 1px;
}

.jspContainer {
    width: 200px;
}

.jspPane {
    padding: 0px;
    top: 0px;
    width: 200px;
}

/*****Content(Right Panel)*****/

.rightPanel {
    position: absolute;
    left: 200px;
    right: 0px;
    overflow: hidden;
    height: 100%;
}

.rightPanel-inner {
    width: 7356px;
    position: absolute;
    height: 100%;
    overflow: hidden;
    margin-left:auto;
    margin-right:auto;
}

.box {
    width: 804px;
    overflow-y: scroll;
    height: 100%;
    float: left;
    transition: background 0.3s linear;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	
}

.box:last-child {
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.inner {
    padding: 70px;
}

.title-divider {
    width: 70px;
    height: 5px;
    background-color: #800000;
    margin: 30px 0 50px 0;
}

.full-divider {
    width: 100%;
    height: 1px;
    background-color: #dfdfdf;
    margin: 50px 0 0 0;
    clear: both;
}

.button {
    border: 2px solid #800000;
    background-color: #fff;
    font-family: "Larsseit Bold", sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    margin: 20px 0;
    padding: 10px 15px;
    display: inline-block;
    letter-spacing: 1px;
    transition-duration: .2s;
}

.next {
    cursor: move;
}

/*******Introduction********/

.introduction {
    width: 587px;
    overflow: hidden;
	transition: 500ms;
}

.introduction img {
    height: 100%;
    overflow: hidden;
}

/*******About Screen*******/

.about {
}

.about .inner {
    width: 50%;
}

.about img {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}

.about-con {
    width: 100%;
}

.about-con ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-con ul li {
    border-bottom: 1px solid #dfdfdf;
    padding: 12px 0;
}

.about-con ul li:first-child {
    padding: 0 0 12px 0;
}

/*******Skills Screen******/

.skills {
}

.skill-list ul {
    margin: 0;
    padding: 0;
}

.skill-list ul li {
    padding: 5px 0 0;
    list-style: none;
}

.skills-con h4 {
    width: 65%;
}

.skill-list ul li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 15px;
    margin: 0 5px 0 0;
}

.skills-con .col-6:hover .chart .percent {
    font-size: 45px;
    color: #000;
    transition-duration: .1s;
}
/********#Progressbar********/

.progress {
    background: #d4d4d4;
    width: 86%;
    float: right;
    position: relative;
    top: 10px;
}

.progress div {
    background-color: #800000;
    height: 6px;
}

.progressbar-main {
    position: relative;
    min-height: 35px;
}

.progress-value span {
    font-family: "Larsseit Bold", sans-serif;
    font-size: 40px;
    font-weight: 400;
    position: absolute;
    left: -93px;
    color: #000;
    top: -19px;
}

.progress-value span:after {
    content: "%";
    font-weight: 100;
}

.progress-bar-description {
    font-weight: 500;
    color: #000;
    margin: 0 0 0 90px;
    font-size: 14px;
}

/********PieChart********/

.chart {
    position: relative;
    display: inline-block;
    width: 154px;
    height: 154px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.percent {
    display: inline-block;
    line-height: 110px;
    z-index: 2;
    font-size: 40px;
    font-family: "Larsseit Bold", sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 21px 0 0 0;
    color: #800000;
}

.percent:after {
    content: "%";
    margin-left: 0.1em;
    font-family: "Larsseit Bold", sans-serif;
    font-weight: 100;
}

.angular {
    margin-top: 100px;
}

.angular .chart {
    margin-top: 0;
}

.chart-text {
    margin: 30px 0 0 0
}

.chart-text p {
    margin: 10px 0 0 15px
}

.chart-text h4 {
    margin: 0 0 0 15px;
}

/******Experience********/

.experience-con .icon-block i {
    font-size: 60px;
    color: #800000;
    margin: 8px 0 0
}

.experience-con h5 {
    margin: 5px 0 7px 0
}

.experience-con span {
    font-size: 16px;
    color: #000;
}

.experience-con strong {
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 5px 0
}

.experience-details {
    float: left;
}

.experience-details i {
    transition-duration: .2s;
}

.experience-details:hover i {
    font-size: 73px;
    color: #000;
}

.experience-details:hover .col-3 {
    width: 29%;
    transition-duration: .2s;
}

/**********Education***********/

.edulogo {
	width: 140px;
	height: 140px;
	resize: both;
}

.education-con .icon-block i {
   font-size: 60px;
    color: #800000;
    margin: 8px 0 0;
	max-width: 100%;
	resize: none;
}

.education-con h5 {
    margin: 5px 0 7px 0
}

.education-con span {
    font-size: 16px;
    color: #000;
}

.education-con strong {
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 5px 0
}

.education-details {
    float: left;
}

.education-details i {
    transition-duration: .2s;
}

.education-details:hover i {
    font-size: 73px;
    color: #000;
}

.education-details:hover .col-3 {
    width: 29%;
    transition-duration: .2s;
}

.education-con h5 {
    margin: 5px 0 7px 0;
}

.education-details > div {
    display:block;
}

.education-con .icon-details {
    margin: 10px 0px 0px 30px;
}

/**********portfolio*************/

.grid-gallery {
    height:100%;
}

.grid-gallery ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.grid-gallery figure {
    margin: 0;
}

.grid-gallery figure picture {
    display: block;
    width: 100%;
}

.grid-gallery figcaption h3 {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    color: #000;
    text-transform: uppercase;
    padding: 0 0 10px 0;
}

.grid-gallery figcaption span {
    border-bottom: 3px solid #800000;
    color: #000;
    display: block;
    font-size: 12px;
    padding: 0 0 15px;
    text-transform: uppercase;
}

.grid-wrap {
}

.grid {
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.grid li {
    width: 100%;
    float: left;
    cursor: pointer;
    margin: 0 0 70px 0;
    position: relative !important;
    top: inherit !important;
}

.grid figure {
    transition: opacity 0.2s;
}

.grid li:hover figure {
    opacity: 1;
}

.grid figcaption {
    background-color: #F5F5F5;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition-timing-function: ease-out;
    transition-duration: .2s;
}

.grid li:hover figcaption {
    opacity: 1;
    transition-timing-function: ease-out;
    transition-duration: .2s;
}

.figcaption-details {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.figcaption-details div {
    display: flex;
    margin-bottom: 20px;
}

.fa-icon {
    color: #800000;
    font-size: 30px !important;
    margin-left: 13px;
    margin-right: 23px;
}

.grid span {
    display: block;
    margin-top: 5px;
}

/********Social**********/

.contact-details {
}

.contact-details i {
    font-size: 45px;
    color: #800000
}

.contact-details strong {
    color: #000;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
}

.contact-text {
    display: block;
    float: left;
    margin: 18px 0 0;
    width: 100%;
}

.contact-details h3 {
    margin-top: 0
}

.contact-text:first-child {
    margin: 0
}

.contact-details .phone i {
    font-size: 40px
}

.contact-details .email i {
    font-size: 35px
}

.contact-text i {
    transition-duration: .2s;
}

.contact-text:hover i {
    color: #000;
}

.contact-social i {
    color: #797979;
}

.contact-social a i {
    font-size: 25px;
    margin: 0 14px
}

.contact-social a:first-child i {
    margin: 0 15px 0 0
}

.contact-social i {
    transition-duration: .2s;
}

.contact-social i:hover {
    color: #800000;
}

.contact-form {
}

.contact-form h3 {
    font-size: 28px;
}    font-size: 28px;
}
