/*
    Template: Flatfy - Responsive One Page Resume/CV
    Author: Linewp
    Version: 1.0
*/


/* TABLE OF CONTENTS

    1. Preloader
    2. Basic Document Styles
    3. Navigation
    4. Header
    5. Status
    6. Skills
    7. Portfolio
    8. Here Me
    9. Resume
    10. Clients
    11. Contact
    12. Footer
    13. Social Icon
    14. Portfolio Modal
    15. Media Queries
*/
 
body, html {
    font-size: 100%;
    padding: 0;
    margin: 0;
}
/* 1. Preloader
-------------------------------------------------*/
#loader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.loaderBars {
    height: 50px;
    width: 70px;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    
    
}

.bar{
    background-color:#4ac2be;
    border:1px solid #4ac2be;
    float:left;
    height:33px;
    margin-left:2px;
    width:9px;
    opacity:0.1;
    -moz-animation-name:bounceG;
    -moz-animation-duration:1.5s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -moz-transform:scale(0.7);
    -webkit-animation-name:bounceG;
    -webkit-animation-duration:1.5s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -webkit-transform:scale(0.7);
    -ms-animation-name:bounceG;
    -ms-animation-duration:1.5s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;
    -ms-transform:scale(0.7);
    -o-animation-name:bounceG;
    -o-animation-duration:1.5s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    -o-transform:scale(0.7);
    animation-name:bounceG;
    animation-duration:1.5s;
    animation-iteration-count:infinite;
    animation-direction:linear;
    transform:scale(0.7);
}

.bar1{
    -moz-animation-delay:0.45s;
    -webkit-animation-delay:0.45s;
    -ms-animation-delay:0.45s;
    -o-animation-delay:0.45s;
    animation-delay:0.45s;
}

.bar2{
    -moz-animation-delay:0.6s;
    -webkit-animation-delay:0.6s;
    -ms-animation-delay:0.6s;
    -o-animation-delay:0.6s;
    animation-delay:0.6s;
}

.bar3{
    -moz-animation-delay:0.75s;
    -webkit-animation-delay:0.75s;
    -ms-animation-delay:0.75s;
    -o-animation-delay:0.75s;
    animation-delay:0.75s;
}

@-moz-keyframes bounceG{
0%{
-moz-transform:scale(1.2);
opacity:1}

100%{
-moz-transform:scale(0.7);
opacity:0.1}

}

@-webkit-keyframes bounceG{
0%{
-webkit-transform:scale(1.2);
opacity:1}

100%{
-webkit-transform:scale(0.7);
opacity:0.1}

}

@-ms-keyframes bounceG{
0%{
-ms-transform:scale(1.2);
opacity:1}

100%{
-ms-transform:scale(0.7);
opacity:0.1}

}

@-o-keyframes bounceG{
0%{
-o-transform:scale(1.2);
opacity:1}

100%{
-o-transform:scale(0.7);
opacity:0.1}

}

@keyframes bounceG{
0%{
transform:scale(1.2);
opacity:1}

100%{
transform:scale(0.7);
opacity:0.1}

}


/* 2. Basic Document Styles
-------------------------------------------------*/
body {
    overflow-x: hidden;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

p {
    font-size: 14px;
    line-height: 1.75;
    margin: 0 0 22px;
}

p.large {
    font-size: 16px;
}

.text-dark {
    color: #8c9099;
}

.text-primary {
    color: #13B0A5;
    font-size: 0.9em;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #13B0A5;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #fec503;
}

::-moz-selection {
    text-shadow: none;
    background: #13B0A5;
}

::selection {
    text-shadow: none;
    background: #13B0A5;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #13B0A5;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

img {
    max-width: 100%;
}

.img-centered {
    margin: 0 auto;
}

.img-me {
    margin-top: 18px;
}

.bg-clients {
    background-color: #13B0A5;
}

.btn-primary {
    border-color: #13B0A5;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #13B0A5;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #474D5D;
    color: #fff;
    background-color: #474D5D;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #13B0A5;
    background-color: #13B0A5;
}

.btn-primary .badge {
    color: #13B0A5;
    background-color: #fff;
}

.btn-x3 {
    padding: 13px 30px;
    border: 2px solid #13B0A5;
    border-radius: 1px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #13B0A5;
    background-color: transparent;
}

.btn-x3:hover,
.btn-x3:focus,
.btn-x3:active,
.btn-x3.active,
.open .dropdown-toggle.btn-x3 {
    color: #13B0A5;
    padding: 13px 35px;
}

.btn-x2 {
    padding: 15px 30px;
    border-color: #fff;
    border-radius: 1px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: transparent;
}

.btn-x2:hover,
.btn-x2:focus,
.btn-x2:active,
.btn-x2.active,
.open .dropdown-toggle.btn-x2 {
    border-color: #13B0A5;
    color: #13B0A5;
    background-color: transparent;
}

.btn-x1 {
    padding: 12px 26px;
    border-color: #13B0A5;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #13B0A5;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #13B0A5;
    background-color: #13B0A5;
}

.btn-xl .badge {
    color: #13B0A5;
    background-color: #fff;
}

section {
    padding: 100px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 36px;
    border-bottom: 6px solid #13b0a5;
    padding-bottom: 5px;
    display: inline-block;
}

section h3.section-subheading {
    margin-bottom: 75px;
    margin-top: 10px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

.service-heading {
    margin: 5px 0 15px;
    text-transform: none;
    color: #555;
}


/* 3. Navigation
-------------------------------------------------*/
.navbar-default {
    border-color: transparent;
    background-color: #fff;
}

.navbar-default .navbar-brand {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #4d4d50;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #13B0A5;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #13B0A5;
    background-color: #13B0A5;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #13B0A5;
}

.navbar-fixed-top.navbar-shrink .nav li a {
    color: #4d4d50;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #4d4d50;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #13B0A5;
}

.navbar-default.navbar-shrink .navbar-nav>.active>a {
    border-radius: 0;
    color: #13b0a5;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #13B0A5;
}


/* 4. Header
-------------------------------------------------*/
header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/header-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}


/* 5. Status
-------------------------------------------------*/
#status {
    background-color: #28353E;
    background-image: url("../img/bg-portfolio.jpg");
    color: #fff;
    padding: 100px 0;
}

#status i {
    color: #13b0a5;
}


/* 6. Skills
-------------------------------------------------*/
.skills{
    background:#F7F7F7;
    color:#474d5d;
}

.skills .heading p{
    padding-bottom:41px;
}

.skills p{
    color:#474d5d;
}

.skills .skillsArea{
    padding:0px;
}
.skills .skills{
    margin:0 auto;
    margin-bottom:23px;
    text-align:center;
    padding:0px;
    float:none;
}
.skills .skills p{
    color:#84868d;
    font-size:13px;
    line-height:18px;
    text-align:center;
}
.skills .skills img{
    margin:0 auto;
    margin-bottom:33px;
    width:100%;
    max-width:152px;
}

.skills .skills h4{
    font-weight:700;
    text-transform:uppercase;
}

.skilBg{
    background:url(../img/skills.png) no-repeat 0 0;
}

.chart {
  position: relative;
  display: inline-block;
  width: 152px;
  height: 152px;
  margin-bottom: 26px;
  text-align: center;
}

.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.percent {
  display: inline-block;
  font-size:21px;
  color:#474d5d;
  line-height: 152px;
  z-index: 2;
}

.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}

.angular {
  margin-top: 100px;
}

.angular .chart {
  margin-top: 0;
}


/* 7. Portfolio
-------------------------------------------------*/
#portfolio {
    background-color: #F7F7F7;
}

#portfolio .section-subheading {
    color: #8c9099;  
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(225, 225, 225, 0.8);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

#portfolio * {
    z-index: 2;
}


/* 8. Here Me
-------------------------------------------------*/
#here-me {
    background-color: #f2f2f2;
    padding: 40px 0;
}

#here-me h1 {
    color: #666;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 29px;
    font-weight: 400;
    margin: 9px 0 52px;
    text-transform: none;
}


/* 9. Resume
-------------------------------------------------*/
.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #13B0A5;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li .timeline-image span.ico {
    margin-top: 2px;
    font-size: 3.2em;
    display: inline-block;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h2 {
    margin-top: 30px;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
    color: #13b0a5;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}


/* 10. Clients
-------------------------------------------------*/
aside.clients img {
    margin: 40px auto;
    opacity: 0.9;
}

aside.clients img:hover {
    opacity: 0.5;
    transform: scale(1.1);
}


/* 11. Contact
-------------------------------------------------*/
section#contact {
    background-color: #28353e;
    background-image: url(../img/bg-portfolio.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
    background-color:rgba(255, 255, 255, 0.1);
    border: 0 none;
    color: #E4E0EB;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #13B0A5;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #999;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #999;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #999;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #999;
}

section#contact .text-danger {
    color: #e74c3c;
}

section#contact .form-text {
    color: #BFBFBF;
    margin-top: 50px;
}

section#contact .form-text i {
    color: #fff;
    padding-right: 15px;
}

section#contact .form-text h4 {
    color: #fff;
    border-bottom: 3px solid #13b0a5;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 16px;
}


/* 12. Footer
-------------------------------------------------*/
footer {
    padding: 25px 0;
    text-align: center;
    background-color: #28353e;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
    color: #8e8e8e;
}


/* 13. Social Icon
-------------------------------------------------*/
ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #8e8e8e;
    background-color: transparent;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #13B0A5;
    color: #fff;
}


/* 14. Portfolio Modal
-------------------------------------------------*/
.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 0;
    padding-bottom: 4px;
    font-size: 3em;
    border-bottom: 6px solid #12baad;
    display: inline-block;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 15px 0 35px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


/* 15. Media Queries
-------------------------------------------------*/
@media(min-width:768px) {
    section {
        padding: 120px 0;
    }

    .navbar-default .nav li a {
        color: #fff;
    }

    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        color: #fff;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        box-shadow:0 7px 16px 0 rgba(50, 50, 50, 0.1);
        background-color: #fff;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
        color: #4d4d50;
    }

    header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }

    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
    
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image span.ico {
        margin-top: 2px;
        font-size: 4em;
        display: inline-block;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    #here-me h1 {
        margin: 10px 0 0px;
    }

    section#contact .form-text {
        margin-top: 0px;
    }

    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image span.ico {
        margin-top: 2px;
        font-size: 6.2em;
        display: inline-block;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}


/**       8- Parallax Section							          	  **/
/* Parallex Css Starts */
.parallex_wrapper {
	min-height: 374px;
	width: 100%;
}
.parallex_folio{
	background-size: cover !important;
	color: #fff;
	min-height: 374px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	text-align: center;
	width: 100%;
}

.parallex_folio .bg{
	bottom:0;
	min-height: 374px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	z-index: 250;
}
.parallex_folio .parallax_container{
	padding: 70px 0;
}

.parallax_text{
	display: block;
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
	z-index: 300;
}

.parallex_folio .parallax_text h5{
		color: #ffffff;
		display: inline-block;
		font-size: 20px;
		font-weight: 600;
		line-height: 32px;
		padding: 0 44px;
		position: relative;
		margin: 0 40px 5px;
		text-transform: uppercase;
		clear: both;
	}
		.parallex_folio .parallax_text h5:before, .parallex_folio .parallax_text h5:after{
			background: #ffffff;
			content: "";
			height: 100%;
			position: absolute;
			top: 0;
			width: 4px;
		}
		.parallex_folio .parallax_text h5 span{
			color: #ff8400;
		}
		.parallex_folio .parallax_text h5 i{
			margin: 0 7px;
		}
		.parallex_folio .parallax_text h5:before{
			left: 0;
		}
		.parallex_folio .parallax_text h5:after{
			right: 0;
		}
		.parallex_folio .parallax_text p {
			color: #a6a6a6;
			font-size: 14px;
			font-weight: 400;
			line-height: 20px;
			margin: 0 0 50px;
		}
		.parallex_folio .parallax_text .button{
			border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				-ms-border-radius: 5px;
				-o-border-radius: 5px;
			cursor: pointer;
			display: inline-block;
			font-size: 13px;
			font-weight: 600;
			line-height: 44px;
			margin-bottom: 5px;
			height: auto;
			padding: 0px 29px;
			text-transform: none;
				-webkit-transition: all 0.3s ease 0s;
				-moz-transition: all 0.3s ease 0s;
				-ms-transition: all 0.3s ease 0s;
				-o-transition: all 0.3s ease 0s;
				transition: all 0.3s ease 0s;
			position: relative;
		}
		.parallex_folio .parallax_text .button:hover{
			color: #ffffff;
		}
		.parallex_folio .parallax_text .button i{
			margin: 0 0 0 9px;
		}

	/* quotes images placement starts */
	#sec-quote1 .parallex_folio{
		background: url(../images/parallex_home/parallex_img1.jpg) 50% 0 no-repeat fixed ;
	}

	
	#sec-quote2 .parallex_folio{
		background: url(../images/parallex_home/parallex_img2.jpg) 50% 0 no-repeat fixed ;
	}

	
	#sec-quote3 .parallex_folio{
		background: #999;
	}

	
	#sec-quote4 .parallex_folio{
		background: url(../images/parallex_home/parallex_img4.jpg) 50% 0 no-repeat fixed ;
	}

	#sec-quote5 .parallex_folio{
		background: url(../images/parallex_home/quote_img55.jpg) 50% 0 no-repeat fixed ;
	}

	
	/* .clients_holder ends */

/**       	8.4- Testimonial 3d Slider Section						  **/
	/* Testimonial 3D slider Starts */
	.dg-container{
		position: relative;
		z-index: 999;
	}
	.dg-wrapper{
		width: 100%;
		height: 340px;
		margin: 0 auto;
		position: relative;
		transform-style: preserve-3d;
			-webkit-transform-style: preserve-3d;
			-moz-transform-style: preserve-3d;
			-o-transform-style: preserve-3d;
			-ms-transform-style: preserve-3d;
		perspective: 500px;
			-webkit-perspective: 500px;
			-moz-perspective: 500px;
			-o-perspective: 500px;
			-ms-perspective: 500px;
	}
	.dg-wrapper a{
		width: 100%;
		height: auto;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	.dg-wrapper a.dg-transition{
		transition: all 0.5s ease-in-out;
			-webkit-transition: all 0.5s ease-in-out;
			-moz-transition: all 0.5s ease-in-out;
			-o-transition: all 0.5s ease-in-out;
			-ms-transition: all 0.5s ease-in-out;
	}
	.dg-wrapper a img{
		 padding: 0 0 20px;
		 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
		filter: gray; /* IE6-9 */
		-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
		opacity: 0.9;
		transition: all 0.5s ease-in-out;
			-webkit-transition: all 0.5s ease-in-out;
			-moz-transition: all 0.5s ease-in-out;
			-o-transition: all 0.5s ease-in-out;
			-ms-transition: all 0.5s ease-in-out;
	}
	.dg-wrapper a.dg-center img{
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
		-webkit-filter: grayscale(0%);
		opacity: 1;
		transition: all 0.2s ease;
			-webkit-transition: all 0.2s ease;
			-moz-transition: all 0.2s ease;
			-o-transition: all 0.2s ease;
			-ms-transition: all 0.2s ease;
	}
	.dg-wrapper a div{
		display: none;
		position: relative;
		width: 100%;
	}
	.dg-wrapper a.dg-center div{
		display: block;
	}
	.dg-container nav{
		left: 0;
		position: absolute;
		top: 20%;
		width: 100%;
		z-index: 1000;
		height: 20px;
	}
	.dg-container nav span:hover{
		opacity: 1;
	}
	
	.dg-container nav span a {
		color: #FFF;
		font-size: 28px;
		transition: all 0.3s ease-in-out;
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
	}
	.dg-container nav span a:hover{
	}
	.dg-container nav span.dg-prev{
		left: 1%;
		position: absolute;
	}
	
	.dg-container nav span.dg-next{
		position: absolute;
		right: 1%;
	}
	.dg-wrapper .qoute {
		border: none;
		position: relative;
		z-index: 300;
		padding: 0;
		margin: 0;
	}
		.dg-wrapper .qoute p {
			color: #ffffff;
			font-size: 14px;
			line-height: 22px;
			margin: 0 0 20px 0;
		}
		
		.dg-wrapper .qoute strong {
			color: #ffffff;
			font-size: 17px;
			font-weight: 600;
			font-style: italic;
			text-transform: uppercase;
		}
	/* Testimonial 3D slider Starts 3D slider Ends */	
	
/* Parallex Css Ends */
