/*

----------------------------------------------------------------------
                    ***** TABLE OF CONTENTS *****
----------------------------------------------------------------------
  01. General
  02. Navigation
  03. Banner
  04. About
  05. Resume
  06. Services
  07. Portfolio
  08. Reviews
  09. Contact
  10. Footer
  11. Media Queries

======================================================================*/


/******************************
  01. General
******************************/

*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    border-radius: 0 !important;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
}

.clearfix:after {
    clear: both;
}

::selection {
    color: #222;
}

::-moz-selection {
    color: #222;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: oswald;
}

#scroll-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    background-image: url('../../images/up.png');
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: pointer;
    z-index: 1;
}

#scroll-top:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.lead-text {
    font-size: 1.7em;
    line-height: 1.7em;
    margin-top: 0;
    text-align: center;
    color: rgba(34, 34, 34, 0.5);
}


/******************************
  02. Navigation
******************************/

.navigation {
    background-color: rgba(34, 34, 34, 0);
    height: 130px;
    border: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    font-family: oswald;
}

#navbar-collapse li a {
    color: #fff;
}

.stick {
    background-color: rgba(34, 34, 34, 0.75);
    height: 60px;
}

.navbar-header img {
    width: 100px;
    height: 100px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.stick .navbar-header img {
    width: 50px;
    height: 50px;
    margin-top: -10px;
}

.navbar-body {
    margin-top: 40px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.stick .navbar-body {
    margin-top: 5px;
}

.dropdown-menu {
    margin-top: 40px !important;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.stick .dropdown-menu {
    margin-top: 5px !important;
}

.nav-menu li a {
    text-transform: uppercase;
    font-weight: 700;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: transparent;
}


/******************************
  03. Banner
******************************/

#top-banner {
    background-image: url(../../images/banner-pattern.png), url(../../images/banner.jpg);
    background-attachment: fixed;
    background-position: center center, center top;
    background-repeat: repeat, no-repeat;
    height: 100vh;
}

#top-banner .banner-content {
    height: 100vh;
    width: 100%;
    display: table;
}

#top-banner .banner-content .banner-content-middle {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.banner-content-middle h1 {
    font-size: 90px;
    font-weight: 700;
    margin-bottom: 20px;
}

.type-wrap {
    margin-bottom: 20px;
}

#still,
#typed {
    font-size: 24px;
}

.typed-cursor {
    opacity: 1;
    font-weight: 100;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@-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;
    }
}

@-ms-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
}

.icon-scroll {
    width: 40px;
    height: 70px;
    margin-left: -20px;
    top: 90%;
    margin-top: -35px;
    border-radius: 25px !important;
    box-shadow: inset 0 0 0 1px #fff;
}

.icon-scroll:before {
    background-color: #fff;
    content: '';
    width: 8px;
    height: 8px;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px !important;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
}

@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(46px);
    }
}


/******************************
  04. About
******************************/

#about {
    padding-top: 80px;
}

#about img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

#about h2 {
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#about h2::before {
    border-style: solid;
    border-width: 1px;
    content: '';
    margin-top: 25px;
    padding-bottom: 12px;
    padding-left: 112px;
    position: absolute;
}

#about p {
    font-size: 16px;
    margin-bottom: 20px;
}


/******************************
  05. Resume
******************************/

.cd-container {
    margin: 0 auto;
}

.cd-container::after {
    content: '';
    display: table;
    clear: both;
}

#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#cd-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-block:first-child {
    margin-top: 0;
}

.cd-timeline-block:last-child {
    margin-bottom: 0;
}

.cd-timeline-block h2::before {
    border: none !important;
}

.cd-timeline-block h2 {
    color: #fff;
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
}

.cd-timeline-block h6 {
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    color: rgba(34, 34, 34, 0.5);
}

.cd-timeline-block p {
    margin: 0 !important;
    font-size: 12px !important;
}

.cd-timeline-img,
.cd-timeline-dot {
    position: absolute;
    border-radius: 50% !important;
}

.cd-timeline-img {
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
}

.cd-timeline-dot {
    width: 12px;
    height: 12px;
    left: 14px;
    top: 20px;
}

.cd-timeline-img img,
.cd-timeline-img i {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    color: #fff;
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.cd-timeline-content,
.cd-timeline-heading {
    position: relative;
    padding: 1em;
}

.cd-timeline-content {
    background: #fff;
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #fff;
}

.cd-timeline-content:after {
    content: '';
    display: table;
    clear: both;
}

.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.cd-timeline-content .cd-date {
    display: inline-block;
    float: left;
    padding: .8em 0;
    opacity: 0.7;
    font-weight: 500;
    text-transform: uppercase;
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

#resume {
    background-color: #e9f0f5;
    padding-top: 80px
}

#resume h2,
#resume h3 {
    text-decoration: none;
    text-transform: uppercase;
}

#resume h2 {
    margin-bottom: 30px;
}

#resume h3 {
    margin-bottom: 20px;
}

#resume h2::before {
    border-style: solid;
    border-width: 1px;
    content: '';
    margin-top: 25px;
    padding-bottom: 12px;
    padding-left: 130px;
    position: absolute;
}

#resume p {
    font-size: 16px;
    margin-bottom: 20px;
}

.testimonial {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    margin: 4em 0;
    padding: 1.4em 1.8em;
    position: relative;
}

.testimonial img {
    border-radius: 50% !important;
    display: block;
    margin: -60px auto 10px;
    max-height: 72px;
    width: auto;
}

.testimonial h4 {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    position: relative;
    text-align: center;
}

.testimonial h5 {
    color: rgba(28, 38, 43, 0.35);
    font-size: 12px;
    font-weight: 400;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
}

.testimonial p {
    font-size: 14px;
    margin: 1em 0 0.2em;
    position: relative;
}

.btn-resume {
    width: 100%;
    margin-bottom: 100px;
}


/******************************
  06. Services
******************************/

#services {
    padding-top: 80px;
}

#services h2 {
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#services h2::before {
    border-style: solid;
    border-width: 1px;
    content: '';
    margin-top: 25px;
    padding-bottom: 12px;
    padding-left: 110px;
    position: absolute;
}

#services h4 {
    text-transform: uppercase;
}

#services .lead-text {
    margin-bottom: 70px;
}

#services .row>div {
    margin-top: 25px;
    margin-bottom: 25px;
}


/******************************
  07. Portfolio
******************************/

#portfolio {
    padding-top: 80px;
}

#portfolio h2 {
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#portfolio h2::before {
    border-style: solid;
    border-width: 1px;
    content: '';
    margin-top: 25px;
    padding-bottom: 12px;
    padding-left: 120px;
    position: absolute;
}

.portfolio-row {
    position: relative;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

.portfolio-row .img-hover {
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 15px;
    max-height: 360px;
}

.portfolio-row .img-hover img {
    position: relative;
    display: block;
    height: auto;
    min-width: 100%;
    opacity: 0.8;
}

.portfolio-row .img-hover .portfolio-caption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.portfolio-row .img-hover .portfolio-caption::before,
.portfolio-row .img-hover .portfolio-caption::after {
    pointer-events: none;
}

.portfolio-row .img-hover .portfolio-caption,
.portfolio-row .img-hover .portfolio-caption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.portfolio-row .img-hover .portfolio-caption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.portfolio-row .img-hover h2 {
    word-spacing: -0.15em;
    font-weight: 400;
}

.portfolio-row .img-hover h2 span {
    font-weight: 700;
}

.portfolio-row .img-hover h2,
.portfolio-row .img-hover p,
.portfolio-row .img-hover ul {
    margin: 0;
}

.portfolio-row .img-hover p {
    letter-spacing: 1px;
    font-size: 75%;
    font-weight: 500;
}

.img-hover img {
    height: 390px;
}

.img-hover .portfolio-caption {
    padding: 3em;
}

.img-hover .portfolio-caption::before,
.img-hover .portfolio-caption::after {
    position: absolute;
    content: '';
    opacity: 0;
}

.img-hover .portfolio-caption::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.img-hover .portfolio-caption::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.img-hover h2 {
    padding-top: 26%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.img-hover p,
.img-hover ul {
    padding: 0.5em 2em;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

.img-hover img,
.img-hover h2 {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}

.img-hover img,
.img-hover .portfolio-caption::before,
.img-hover .portfolio-caption::after,
.img-hover p,
.img-hover ul {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.img-hover:hover img {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.img-hover:hover .portfolio-caption::before,
.img-hover:hover .portfolio-caption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.img-hover:hover ul {
    color: #fff;
    list-style-type: none;
}

.img-hover:hover ul li {
    display: inline;
}

.img-hover:hover ul li a {
    background: #222 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
}

.img-hover:hover h2,
.img-hover:hover p,
.img-hover:hover ul {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.img-hover:hover .portfolio-caption::after,
.img-hover:hover h2,
.img-hover:hover p,
.img-hover:hover ul,
.img-hover:hover img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.portfolio-caption h2::before {
    border: none !important;
}

#portfolio .counter {
    margin-top: 100px;
    padding-top: 60px;
    padding-bottom: 85px;
    background: transparent;
}

#portfolio .counter div {
    color: #fff;
    text-align: center;
}

#portfolio .counter .container .row>div {
    margin-top: 15px;
    margin-bottom: 15px;
}

#portfolio .counter .counter-num {
    font-size: 60px;
    font-weight: 700;
}

#portfolio .counter .counter-desc {
    font-size: 20px;
    color: #ddd;
    text-transform: uppercase;
}


/******************************
  08. Reviews
******************************/

#reviews {
    padding-top: 80px;
}

#reviews h2 {
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#reviews h2::before {
    border-style: solid;
    border-width: 1px;
    content: '';
    margin-top: 25px;
    padding-bottom: 12px;
    padding-left: 215px;
    position: absolute;
}

#customer-reviews {
    margin-top: 100px;
    margin-bottom: 50px;
}

#customer-reviews img {
    width: auto;
    height: auto;
   /* border-radius: 50% !important; */
    display: block;
    margin: auto;
}

#customer-reviews h3 {
    font-weight: 700;
}

#customer-reviews p {
    font-weight: 400;
    color: rgba(34, 34, 34, 0.5);
    font-size: 18px;
}

#customer-reviews .owl-dots {
    text-align: center;
}

#customer-reviews .owl-dot {
    border-radius: 50px;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: rgba(20, 162, 210, 0.25);
    margin-left: 5px;
    margin-right: 5px;
}

#customers {
    margin-top: 50px;
    margin-bottom: 50px;
}

#customers img {
    width: auto;
    height: auto;
    display: block;
    margin: auto;
}

#reviews .customer-container {
    margin: 0;
    width: 100%;
    background-color: #ddd;
}


/******************************
  09. Contact
******************************/

#contact {
    padding-top: 80px;
    padding-bottom: 100px;
}

#contact h2 {
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#contact h2::before {
    border-style: solid;
    border-width: 1px;
    content: '';
    margin-top: 25px;
    padding-bottom: 12px;
    padding-left: 140px;
    position: absolute;
}

.form-control,
textarea.form-control {
    font-size: 1em;
    color: #222;
    border-radius: 0;
    padding: 0.4em 0.4em 0.4em;
    border-width: 0 0 1px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea.form-control {
    padding-top: 1em;
    height: 7em;
    resize: none;
}

.form-control::-moz-placeholder {
    color: #9F9F9F;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #9F9F9F;
}

.form-control::-webkit-input-placeholder {
    color: #9F9F9F
}

.btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 0.85em;
    letter-spacing: 0.1em;
    line-height: 1;
    position: relative;
    display: inline-block;
    padding: 1.4em 3.5em 1.4em;
    border-radius: 0;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
}

.btn .fa {
    font-size: 1.3em;
    margin-right: 5px;
    color: #fff;
}

.btn:focus {
    outline: none!important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:hover,
.btn:focus {
    background-color: transparent;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #ccc;
    font-style: italic;
    font-weight: normal;
}

address strong {
    font-size: 20px;
    margin-left: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

#contact-msg {
    color: #ddd;
    font-size: 14px;
    font-weight: 500;
}


/******************************
  10. Footer
******************************/

#footer {
    width: 100%;
    height: 300px;
    margin: 0;
    background-color: #222;
    display: table;
}

#footer .copy {
    font-size: 18px;
    color: #ddd;
    font-weight: 400;
}

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

.social-icons {
    margin-top: 20px;
}

.social-icons a {
    color: #fff;
}


/******************************
  11. Media Queries
******************************/

@media only screen and (min-width: 1170px) {
    /* Timeline */
    #cd-timeline {
        margin-top: 3em;
        margin-bottom: 3em;
    }
    #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
    .cd-timeline-block {
        margin: 4em 0;
    }
    .cd-timeline-block:first-child {
        margin-top: 0;
    }
    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
    .cd-timeline-img,
    .cd-timeline-dot {
        left: 50%;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
    .cd-timeline-img {
        width: 60px;
        height: 60px;
        margin-left: -30px;
        top: 30px;
    }
    .cd-timeline-dot {
        width: 24px;
        height: 24px;
        margin-left: -12px;
    }
    .cssanimations .cd-timeline-img.is-hidden,
    .cssanimations .cd-timeline-dot.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-img.bounce-in,
    .cssanimations .cd-timeline-dot.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
    .cd-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }
    .cd-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #fff;
    }
    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 10px;
        text-transform: uppercase;
        font-weight: 500;
        font-style: italic;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #fff;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
    }
    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}

@media only screen and (max-width: 1169px) {
    /* Timeline */
    .cd-timeline-content,
    .cd-timeline-heading {
        margin-left: 50px;
    }
    .cd-timeline-img {
        top: 8px;
    }
}

@media only screen and (max-width: 991px) {
    /* Portfolio */
    .portfolio-row .img-hover {
        max-height: 560px;
    }
    .img-hover img {
        height: 590px;
    }
}

@media only screen and (min-width: 768px) {
    /* Timeline */
    .cd-timeline-content h3 {
        font-size: 20px;
    }
    .cd-timeline-content p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    /* Navigation */
    .navbar-toggle {
        border-color: #fff !important;
        margin: 48px;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }
    .stick .navbar-toggle {
        margin-top: 13px;
        margin-bottom: 13px;
    }
    .stick .navbar-header {
        margin-bottom: 0;
    }
    .navbar-body {
        background: rgba(34, 34, 34, 0.95);
        margin-top: 0;
    }
    .stick .navbar-body {
        margin-top: 0;
    }
    .dropdown-menu {
        margin-top: 0 !important;
    }
    /* Banner */
    .banner-content-middle h1 {
        font-size: 70px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 359px) {
    /* Navigation */
    .navbar-toggle {
        margin: 48px 24px;
    }
    /* Banner */
    .banner-content-middle h1 {
        font-size: 45px;
        margin-bottom: 10px;
    }
    /* Portfolio */
    .portfolio-row .img-hover {
        max-height: 360px;
    }
    .img-hover img {
        height: 390px;
    }
}