body
{
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 1px;
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

html, body
{
    height: 100%
}

th
{
    text-align: center;
    width: 16.6%;
}

h1, h2, h3, h4, h5, h6
{
    font-family: 'Montserrat', sans-serif;
}

a
{
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}

img
{
    width: 100%;
}

a:hover
{
    color: cornflowerblue;
    text-decoration: none;
}

a:focus
{
    outline: none;
    text-decoration: none;
}

p
{
    line-height: 32px;
}

ul, li
{
    margin: 0;
    padding: 0;
}

fieldset
{
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.no-padding
{
    padding: 0
}

.section-padding
{
    padding: 70px 0;
}

.section-bottom-margin
{
    margin-bottom: 300px;
}

.section-title
{
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2
{
    margin-top: 0;
    font-weight: 900;
    text-transform: capitalize;
}

.section-title p
{
    font-weight: 300;
}

/*Canvas*/
canvas
{
    width: 45px;
    height: 45px;
}

/*preload area*/
.preloader-area
{
    background: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.double-bounce1, .double-bounce2
{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-animation: sk-bounce 4.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2
{
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce
{
    0%,
    100%
    {
        -webkit-transform: scale(0.0)
    }
    50%
    {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce
{
    0%,
    100%
    {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50%
    {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}


/*homepage*/
.welcome-area
{
    height: 100%;
}

.welcome-image-area
{
    position: relative;
    height: 100%;
    background: url(../images/bg/mainImgReduce.jpg);
    background-size: cover;
    z-index: 1;
}

.parallax-bg
{
    background: url(../images/bg/mainImgReduce.jpg);
    background-size: cover;
}

.welcome-image-area:after
{
    position: absolute;
    background: rgba(0, 0, 0, .6);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.display-table
{
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell
{
    display: table-cell;
    vertical-align: middle;
}

.header-text span
{
    color: #fff;
    font-size: 60px;
    letter-spacing: 5px;
    line-height: 70px;
    margin: 0;
    text-transform: uppercase;
}

.header-text
{
    width: 43%;
}

.viewResume
{
    display: inline-block;
    background: #fff;
    color: #333;
    padding: 20px 20px;
    border-radius: 30px;
    margin-top: 30px;
    font-size: 20px;
    text-transform: uppercase; 
}

.viewResume a:hover
{
    color: white;
    background: black;
}

.header-top-area
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.logo
{
    padding-top: 28px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.logo a
{
    display: block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 900;
    font-size: 18px;
}

.mainmenu .navbar-nav li a
{
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 30px 15px;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 600;
}

.mainmenu .navbar-nav li a:hover
{
    background: none;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav li a:focus, .nav li a:hover
{
    background: none;
    color: #a20101;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar
{
    margin: 0;
}

.menu-bg
{
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #000;
}

.menu-bg .logo
{
    padding-top: 18px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu-bg .mainmenu .navbar-nav li a
{
    color: #fff;
    padding: 20px 15px;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-bg .mainmenu .navbar-nav li a:hover
{
    color: #fff;
}

/*typwritter*/
.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

/*about me*/
.about-text h2
{
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.about-text h3
{
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    display: inline-block;
    padding: 2px 10px;
    background: #333;
    color: #fff;
}

.about-text p
{
    margin-bottom: 20px;
}

.about-image h2
{
    background: #333;
    margin: 0;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}

/*skills*/
.skill-area {
    background: #000;
    padding-top: 30px;
    padding-bottom: 60px;
    position: relative;
}

.skill {
    text-align: center;
    margin-top: 30px;
}

.skill span {
    font-size: 40px;
    margin-bottom: 10px;
    color: #f8f8f8;
}

.skill h2 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 20px 0;
    color: #fff;
}

.skill p {
    margin-bottom: 0;
    color: #f8f8f8;
}

.skill-header
{
    position: absolute;
    text-transform: uppercase;
    left: 40px;
    top: -37px;
    background-color: #337ab7;
    border-color: #2e6da4;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 1px;
    margin: 0 0 30px;
    padding: 10px 15px 8px;
    z-index: -1;
}

/*Timeline*/
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

/*end of timeline*/

/*my works*/
.work {
    background: #fff;
}

.work-inner .mix {
    display: none;
}

ul.work {
    padding: 0;
    list-style: none;
    margin-left: 8px;
    text-align: center;
}

ul.work li {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 8px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    border: none;
    cursor: pointer;
    font-size: 12px;
}

ul.work li:hover {
    color: #000;
    border: none;
}

ul.work li.active {
    border: none;
    color: #000;
}

.work .item {
    margin-top: 30px;
    position: relative;
}

.work .item img {
    width: 100%;
    z-index: 99999;
}

.portfolio-caption {
    color: #333333;
}

.portfolio-caption {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.portfolio-caption h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    color: #333;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #000;
    padding: 10px 10px;
    display: inline-block;
}

.work .item:hover .portfolio-caption {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.work .item:hover .portfolio-caption h4 {
    margin-top: 150px;
    -webkit-transition: .3s;
    transition: .3s;
}


/*start objectives*/
.objTitle{
    text-align: center;
}

ol.obj
{
    list-style-type: none;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    display: inline-flex;
}

ol li
{
    margin: 0 0 0 8px;
}

code
{
    text-align: left;
}

.obj6Selection
{
    display: inline-flex;
}

.obj6Selection > div.dropdown
{
    margin: 2px;
}

/*Gallery*/
.popup-gallery img
{
    width: auto;
}

/*start source code*/
#sourceCode
{
    display: none;
}

#sourceCode:target
{
    display: block;
}

.modal-content
{
    margin-top: 89px;
}

/*----------------------
----- Contact Styles ----
------------------------*/
.add-padding {
    padding-top: 120px;
    padding-bottom: 140px;
}

.btn-color2
{
    padding: 10px 30px;
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    background: #F58026;
    outline: none !important;
    border-radius: 0;
    transition: opacity .2s ease-out;
}

#contact{
    background-image:url('../images/bg/bg-contact.png');
    background-repeat:no-repeat;
    background-position:0 100%;
    background-color: #fff;
}

#contact-form .form-group label{
    display:none;
    font-size:18px;
    line-height:24px;
    font-weight:100;
    text-transform:uppercase;
}

#contact-form.no-placeholder .form-group label{
    display:block;
}

#contact-form .controls {
    padding:0;
    margin-bottom:30px;
    border:1px solid #ddd;
    border-radius:2px;
}

#contact-form .form-control {
    background:transparent !important;
    border:none;
    border-bottom:3px solid transparent;
    border-radius:0;
    outline:none;
    box-shadow:none;
    height:56px;
    font-size:21px;
    line-height:32px;
    font-weight:100;
    padding-left:64px;
    -webkit-transition:border-color .3s ease-out;
    transition:border-color .3s ease-out;
    border-radius:2px;
}

#contact-form .form-group{
    position:relative;
}

#contact-form .form-group [class*=fa] {
    display:block;
    width:64px;
    position:absolute;
    top:0;
    left:5px;
    color:#e5e5e5;
    font-size:24px;
    line-height:53px;
    text-align:center;
    font-weight:300;
    opacity:0.5;
    transition:opacity .2s ease-out;
}

#contact-form.no-placeholder .form-group [class*=fa]{
    top:30px;
}

#contact-form .form-control:focus + [class*=fa]{
    opacity:1;
}

#contact-form textarea.form-control {
    height:auto;
    max-width:100%;
    min-width:100%;
    font-size:21px;
    line-height:32px;
    padding-top:10px;
}

#contact-form .form-control:focus {
    background:#fff;
    border-bottom:3px solid #F28C83;
    outline:none;
    box-shadow:none;
    -webkit-transition:border-color .3s ease-in;
    transition:border-color .3s ease-in;
}

#contact-form .error-message {
    padding:5px 0;
    position:absolute;
    top:-30px;
    right:0;
    font-size:14px;
    font-weight:300;
    color:#ff0000;
    z-index:10;
}

#contact-form .error-message:before {
    content:"\00d7";
    font-size: 21px;
    line-height: 21px;
    margin-right: 5px;
}

/*end of contact form*/

/*footer*/
.footer-area
{
    background: #000;
    padding: 30px 0;
}

.footer-area p
{
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
}

.footer-social-link
{
    margin-bottom: 10px;
    text-align: right;
}

.footer-social-link ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-social-link ul li
{
    display: inline-block;
    margin: 0 10px;
}

.footer-social-link ul li a
{
    display: block;
    color: #ccc;
}

.footer-social-link ul li a .lk
{
    color: #146998;
}