@font-face {
    font-family: 'FontAwesome';
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
         url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
         url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
         url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    background: #fbfafa;
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 16px;
    color: #000;
}

html, body {
    height: 100%;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height */
    margin: 0 auto -197px;
    /* Pad bottom by footer height */
    padding: 0 0 197px;
    background-color: white;
}

#features {
    padding-top: 10px;
}

a {
    color: #ff0000;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

    a:hover {
        outline: none;
        text-decoration: none;
        color: #ff0000;
    }

    a:focus {
        outline: none;
        outline-offset: 0;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: normal;
}

h1 {
    color: black;
}

h3 {
    font-size: 24px;
    color: black;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
}

.project-name h3 {
    color: #ff0000;
}

.service h2 {
    margin-top: 10px;
}

h2 {
    font-size: 22px;
    color: #ff0000;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
}

    h2 a {
        font-size: 22px;
        color: #ff0000;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0px 0px 10px 0px;
    }

h4 {
    font-size: 18px;
    color: #ff0000;
    text-transform: uppercase;
    margin: 0px;
}

h4 {
    font-size: 18px;
    color: #ff0000;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px;
}

h5 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
}

.overflow {
    overflow: hidden;
}

.uppercase {
    text-transform: uppercase;
}

a.back-to-top {
    display: none;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    background: #333232 url("/images/up-arrow.png") no-repeat center 43%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    opacity: 0.5;
}

.btn-common {
    font-size: 14px;
    color: white;
    background-color: #ff0000;
    border: 1px solid #ff0000;
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: normal;
    padding: 10px 25px;
    white-space: normal !important;
    word-wrap: break-word;
    border-bottom: 3px solid #930202;
}

.grid-section .container {
    padding-top: 10px;
    padding-bottom: 25px;
}

#action .col-sm-5 {
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
}

.btn-common:hover,
.btn-common:focus {
    outline: none;
    box-shadow: none;
    color: white;
    border-color: #ff0000;
}

.align-right {
    text-align: right;
}

.inline {
    display: inline-block;
}

.padding {
    padding: 65px 0;
}

.padding-bottom {
    padding-bottom: 65px;
}

.padding-top {
    padding-top: 30px;
}

.padding-right {
    padding-right: 80px;
}

.padding-left {
    padding-left: 80px;
}

.margin-bottom {
    margin-bottom: 35px;
}

.carousel-indicators.visible-xs {
    height: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -35px;
    width: 100%;
    left: 0;
}

    .carousel-indicators.visible-xs li {
        border-color: #D29948;
        border-width: 2px;
        height: 12px;
        margin: 0 5px 0 0;
        width: 12px;
    }

        .carousel-indicators.visible-xs li.active {
            background: rgba(210, 153, 72, 0.7);
        }

#content {
    padding-top: 124px;
    background-color: #fff;
}

    #content img {
        max-width: 100%;
        height: auto;
    }


.contour label.fieldLabel {
    font-weight: normal;
}

.radiobuttonlist {
    font-weight: normal;
}

.help-block {
    font-size: 14px;
}


.jssora05l, .jssora05r {
    display: block;
    position: absolute;
    /* size of arrow element */
    cursor: pointer;
    height: 45px;
    width: 44px;
    top: 220px;
    z-index: 1000;
}

.jssora05l {
    background-position: 0 0;
    background-image: url(../images/arrow_left.png);
    left: 20px;
}

.jssora05r {
    background-position: -44px -44px;
    background-image: url(../images/arrow_right.png);
    right: 20px;
}

.jssora05l:hover {
    background-position: 0 0;
}

.jssora05r:hover {
    background-position: -44px -44px;
}

.jssora05l.jssora05ldn {
    background-position: 0 0;
}

.jssora05r.jssora05rdn {
    background-position: -44px -44px;
}

.jssora05l.jssora05lds {
    background-image: none;
    background-color: transparent;
}

.jssora05r.jssora05rds {
    background-image: none;
    background-color: transparent;
}

/*************************
*******Header******
**************************/


#header {
    margin-bottom: 0;
    padding: 15px 0 15px 0;
    background-color: white;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: .4s ease all;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
}

#logo {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: .4s ease all;
    width: 250px;
}

#header.sticky {
    padding: 5px 0 15px 0 !important;
    -webkit-box-shadow: 0 0 8px 0 #000; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
    box-shadow: 0 0 8px 0 #000; /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
    height: 65px;
}

#header .social-container {
    display: block;
    height: 25px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: .4s ease all;
}

#header.sticky .social-container {
    display: none;
}

#header.sticky #logo {
    width: 150px;
    height: 34px;
}

/*#header.sticky .navbar-brand img {
            max-width:150px;
    }*/

#header .navbar-inverse .container {
    position: relative;
}

#header.sticky .navbar-brand {
    padding-top: 5px;
}


.news {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #AEADAD;
}

    .news h3 {
        margin-bottom: 0px;
    }

.social-icons ul li {
    padding: 0 10px;
}

    .social-icons ul li:last-child {
        padding-right: 0;
    }

    .social-icons ul li a {
        font-size: 18px;
        color: #d3d3d3;
        padding: 0;
    }

        .social-icons ul li a:hover .fa-facebook {
            color: #0884d5;
        }

        .social-icons ul li a:hover .fa-twitter {
            color: #2AA7DC;
        }

        .social-icons ul li a:hover .fa-google-plus {
            color: #A22523;
        }

        .social-icons ul li a:hover .fa-dribbble {
            color: #E94989;
        }

        .social-icons ul li a:hover .fa-linkedin {
            color: #006DC0;
        }

        .social-icons ul li a:hover,
        .social-icons ul li a:focus {
            background: none;
        }

#header .navbar {
    background: #fff;
    border: 0;
    margin-bottom: 0;
}

#header .navbar-toggle {
    margin-top: 20px;
}

#header .navbar-brand {
    padding: 0;
    margin-left: 0;
}

    #header .navbar-brand h1 {
        padding: 0;
        margin: 0;
    }

#header .navbar-nav.navbar-right > li:last-child {
    margin-right: 20px;
}

#header .navbar-nav.navbar-right > li a {
    color: #000;
    font-size: 12px;
    padding: 20px;
    text-transform: uppercase;
    font-weight: normal;
}


#header .navbar-inverse .navbar-nav li.active > a,
#header .navbar-inverse .navbar-nav li.active > a:focus,
#header .navbar-nav.navbar-right li > a:hover,
.navbar-inverse .navbar-nav > .open > a {
    background-color: inherit;
    border: 0;
    color: #ff0000;
}

#header .navbar-inverse .navbar-nav li a:hover {
    color: #ff0000;
}


/*  Dropdown menu*/

ul.sub-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

#header .navbar-nav li ul.sub-menu li a {
    color: black;
    padding: 5px 0;
    font-size: 13px;
    display: block;
    text-transform: capitalize;
}

#header .navbar-nav li ul.sub-menu li .active {
    background: #ff0000;
    color: #fff;
    position: relative;
}

    #header .navbar-nav li ul.sub-menu li .active i {
        position: absolute;
        font-size: 56px;
        top: -13px;
        color: #ff0000;
    }

    #header .navbar-nav li ul.sub-menu li .active .fa-angle-right {
        left: -3px;
    }

    #header .navbar-nav li ul.sub-menu li .active .fa-angle-left {
        right: -3px;
    }

#header .navbar-nav li ul.sub-menu li a:hover,
#header .navbar-nav li ul.sub-menu li a:focus {
    background: #ff0000;
    color: #fff;
}

.fa-angle-down {
    padding-left: 5px;
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.home {
    padding-top: 25px;
    padding-bottom: 25px;
}

.homebox {
    padding-top: 25px;
    padding-bottom: 25px;
}

    .homebox a {
        color: #ff0000;
        font-size: 22px;
        font-weight: bold;
    }

        .homebox a:hover {
            color: #ff0000;
        }

.homebox2 {
    text-align: center;
    background-color: #616060;
    padding-top: 25px;
    padding-bottom: 25px;
    color: white;
}

.homebox2 h2 {
    color:white;
    font-size:22px;
    font-weight:bold;
}

    .homebox2 a {
        color: WHITE;
        font-size: 22px;
        font-weight: bold;
    }

.services {
    padding-bottom: 10px;
}

.service {
    text-align: center;
}

    .service .summary {
        text-align: left;
    }

.testimonial_top {
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
}

    .testimonial_top a {
        color: #8d8c8c;
    }
    .testimonial_top a:hover {
        color: #ff0000;
    }

.testimonials {
    padding-top: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #AEADAD;
}

.img-responsive {
    margin-bottom: 20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
    border: 1px solid #AEADAD;
}

.img-responsive2 {
    max-width: 100%;
    height: auto;
    display: block;
}

.fa_date {
    font-size: 12px;
}
/*************************
*******Footer******
**************************/

#footer {
    padding-bottom: 10px;
    padding-top: 10px;
    background-image: url(../images/tour-bg.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: contain;
    background-color: #fbfafa;
    border-top: 1px solid #CDCDCD;
}

    #footer h1 {
        margin-bottom: 65px;
        margin-top: 36px;
    }

    #footer .bottom-separator {
        margin-bottom: 60px;
    }

.footerpriv {
    margin-top: 10px;
}

#message {
    height: 110px;
    resize: none;
}

.bottom > h2 {
    margin-top: 0;
    margin-bottom: 26px;
}

.bottom .media-body h3 {
    margin-top: 0;
    padding-left: 25px;
}

    .bottom .media-body h3 a {
        color: #4B4B4B;
    }

.testimonial {
    color: #333333;
    text-align: right;
}

    .testimonial a {
        color: #646464;
    }

        .testimonial a:hover {
            outline: none;
            text-decoration: none;
            color: #ff0000;
        }

    .testimonial .media {
        margin-top: 0;
        margin-bottom: 25px;
    }

.fa-2x {
    line-height: 0.75em;
    color: #333333;
}

.contact-info.bottom {
    padding-left: 25px;
    color: #333333;
}

    .contact-info.bottom a {
        color: #333333;
    }

        .contact-info.bottom a:hover {
            outline: none;
            text-decoration: none;
            color: #ff0000;
        }

.bottom > address {
    line-height: 22px;
    margin-bottom: 20px;
}

.form-control {
    border: 1px solid #d6d4d4;
    font-weight: normal;
    outline: none;
    box-shadow: none;
    height: 40px;
}

    .form-control:hover,
    .form-control:focus {
        border-color: #4fcccd;
        outline: none;
        box-shadow: none;
    }

.btn-submit {
    width: 100%;
    background-color: #ff0000;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 5px;
    text-transform: uppercase;
    border-radius: 3px;
    margin-top: 5px;
    border-bottom: 3px solid #930202;
    box-shadow: none;
    padding: 10px;
}

    .btn-submit:hover,
    .btn-submit:focus {
        color: #fff;
        outline: none;
        box-shadow: none;
        opacity: .8;
    }

.copyright-text {
    margin-top: 70px;
    color: #333333;
    font-size: 16px;
    padding-bottom: 15px;
}

    .copyright-text a {
        color: #3e848a;
    }

    .copyright-text p {
        margin-bottom: 0;
    }

/*************************
*******Home Page******
**************************/
.animate-in .slide-text {
    -webkit-animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
    animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
}

.animate-in .slide-text2 {
    -webkit-animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 300ms both;
    animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 300ms both;
}

.animate-in .slide-text3 {
    -webkit-animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 300ms both;
    animation: fadeInRightBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 800ms both;
}

.animate-in .slide-text4 {
    -webkit-animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 500ms both;
    animation: fadeInRightBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 900ms both;
}

.animate-in .slide-button {
    -webkit-animation: bounceInDown 1000ms ease-in-out 200ms both;
    animation: bounceInUp 1000ms ease-in-out 800ms both;
}

.home_grey {
    background-color: #616060;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .home_grey h3 {
        color: white;
    }

    .home_grey a {
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 1);
        color: white;
        font-weight: bold;
        font-style: italic;
    }

.highlight {
    background-color: #AEADAD;
    background-repeat: repeat-x;
    height: 157px;
    background-position: center;
    display: table;
    position: static;
    width: 100%;
    padding-top: 25px;
}

    .highlight p {
        font-size: 30px;
        color: white;
        font-weight: bold;
        text-align: center;
        text-shadow: 2px 2px black;
    }

    .highlight a {
        text-shadow: none;
    }

.highlight2 {
    background-color: #AEADAD;
    background-repeat: repeat-x;
    height: 157px;
    background-position: center;
    display: table;
    position: static;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 45px;
}

    .highlight2 p {
        font-size: 30px;
        color: white;
        font-weight: bold;
        text-align: center;
        text-shadow: 2px 2px black;
    }

    .highlight2 a {
        text-shadow: none;
    }

div.frontSlider.slider {
    height: 400px;
    overflow: hidden;
}

.slick-slider p {
    font-size: 40px;
    color: white;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px black;
}

.animate-in .highlight .item1 {
    -webkit-animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
    animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
}

#action {
    background-color: #fbfafa;
    background-repeat: repeat-x;
    height: 157px;
    background-position: center;
    display: table;
    position: static;
    width: 100%;
}

.vertical-center {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: static;
}


.action h1 {
    margin-top: 0;
}

.action p {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: normal;
}

.action .btn-common {
    margin-top: 55px;
    float: left;
}

.title {
    color: #404040;
    font-weight: normal;
}

h2.title.LargeH2 {
    font-size: 36px;
    text-transform: none;
    margin-top: 0px;
    margin-bottom: 10px;
}

h1.smallh1 {
    font-size: 18px;
    color: #ff0000;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
}

h1.newsh1 {
    font-size: 24px;
    color: black;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
}

.readmore a {
    float: right;
    font-size: 14px;
    color: white;
    background-color: #ff0000;
    border: 1px solid #ff0000;
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: normal;
    padding: 10px 25px;
    white-space: normal !important;
    word-wrap: break-word;
    border-bottom: 3px solid #930202;
}

.readmore-nofloat {
    padding-top: 15px;
    text-align: center;
}

    .readmore-nofloat a {
        float: none;
        font-size: 14px;
        color: white;
        background-color: #ff0000;
        border: 1px solid #ff0000;
        font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        font-weight: normal;
        padding: 10px 25px;
        white-space: normal !important;
        word-wrap: break-word;
        border-bottom: 3px solid #930202;
    }

    .readmore-nofloat a:hover {
        color: white;
    }

.home_grey .readmore a {
    background-color: #515151;
    border: 1px solid #313131;
}

.home_news {
    padding-top: 25px;
}

.home_news .readmore a {
    background-color: #515151;
    border: 1px solid #313131;
    color:white;
}

.home_news a {
    color:black;
    font-weight:bold;
}

/*************************
*******About Us Page******
**************************/

#action,
#page-breadcrumb {
    position: relative;
}

#page-breadcrumb {
    background-image: url(../images/tour-bg.png);
    background-color: #fbfafa;
    background-repeat: repeat-x;
    height: 80px;
    background-position: center;
    display: table;
    position: static;
    width: 100%;
    margin-bottom: 15px;
}

.top-zero {
    margin-top: 0;
}

h3.top-zero {
    font-size: 20px;
}

.progress {
    height: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.progress-bar {
    line-height: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    .progress-bar.progress-bar-primary {
        background: #00aeef;
    }



/*************************
*******Service Page******
**************************/
#recent-projects {
    padding: 85px 0;
}

.recent-projects .team-single {
    height: 355px;
}

.recent-projects p.padding-bottom {
    padding-bottom: 50px;
}

.choose {
    padding-top: 30px;
}

ul.elements {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.elements li {
        margin: 6px 0;
    }

        ul.elements li > i {
            color: #ff0000;
            display: inline-block;
            margin-right: 10px;
        }

/*************************
*******Portfolio Default**
**************************/
.portfolio-note {
    font-style: italic;
    font-size: .75em;
    color: #616060;
}

#portfolio .row {
    margin-left: -10px;
    margin-right: -10px;
}

.portfolio-view {
    display: none;
    position: absolute;
    top: 0;
    height: 100%;
    background: rgba(112, 35, 64, 0.9);
    width: 100%;
    text-align: center;
}

    .portfolio-view .nav-pills {
        padding: 0;
        display: inline-block;
        margin-top: -26px;
        top: 50%;
        position: relative;
    }

        .portfolio-view .nav-pills li {
            display: inline-block;
            margin: 0 5px;
        }

            .portfolio-view .nav-pills li a {
                color: #fff;
                border: 1px solid #fff;
                width: 40px;
                height: 40px;
                line-height: 38px;
                text-align: center;
                padding: 0;
                border-radius: 40px;
                -webkit-animation: scaleIn 400ms linear 100ms both;
                animation: scaleIn 400ms linear 100ms both;
                -webkit-transition: all 0.9s ease;
                transition: all 0.9s ease;
            }

                .portfolio-view .nav-pills li a:hover {
                    color: #702340;
                    border-color: #702340;
                    -webkit-transition: all 0.9s ease;
                    transition: all 0.9s ease;
                }

.portfolio-info {
    overflow: hidden;
    margin-bottom: 30px;
    text-align: center;
}

    .portfolio-info h2 {
        font-size: 18px;
        margin: 15px 0 0;
    }

.portfolio-pagination {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 90px;
}

.pagination li {
    display: inline-block;
    margin: 0 10px;
}

    .pagination li a {
        color: #000;
        padding: 5px 10px;
        border-radius: 5px;
        border: 1px solid #fff;
    }

    .pagination li:first-child a {
        width: 32px;
        height: 36px;
        border: none;
        -webkit-transition: 300ms;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms;
    }

        .pagination li:first-child a:hover {
            -webkit-transition: 300ms;
            -moz-transition: 300ms;
            -o-transition: 300ms;
            transition: 300ms;
        }

    .pagination li:last-child a {
        width: 32px;
        height: 36px;
        border: none;
        -webkit-transition: 300ms;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms;
    }

        .pagination li:last-child a:hover {
            -webkit-transition: 300ms;
            -moz-transition: 300ms;
            -o-transition: 300ms;
            transition: 300ms;
        }

    .pagination li a:hover,
    .pagination .active a,
    .pagination a:active,
    .pagination .active a:hover,
    .pagination .active a:focus,
    .pagination a:focus {
        background: transparent;
        border-color: #ff0000;
        color: #ff0000;
    }


/*****************************
Portfolio with right sidebar
*****************************/

.sidebar h3 {
    color: #404040;
    margin-top: 0;
    border-bottom: 3px solid #ececec;
    margin-bottom: 6px;
    padding-bottom: 8px;
}

.sidebar-item {
    margin-bottom: 48px;
}

.categories .navbar-stacked li {
    border-bottom: 1px solid #ececec;
}

    .categories .navbar-stacked li:last-child {
        border-bottom: 0px solid #ececec;
    }

    .categories .navbar-stacked li a {
        font-size: 16px;
        color: #6a6a6a;
        padding: 8px 0;
        padding-left: 0;
    }

        .categories .navbar-stacked li a:hover {
            background: none;
            margin-left: 20px;
            color: #ff0000;
            opacity: 1;
        }

    .categories .navbar-stacked li.active a {
        color: #ff0000;
        padding-left: 20px;
    }

        .categories .navbar-stacked li.active a:before {
            position: absolute;
            content: "";
            border-color: transparent transparent transparent #ff0000;
            border-width: 8px;
            border-style: solid;
            left: 0;
            top: 13px;
            margin-top: 0;
            z-index: 0;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
        }

        .categories .navbar-stacked li.active a:after {
            position: absolute;
            content: "";
            border-color: transparent transparent transparent #fff;
            border-width: 6px;
            border-style: solid;
            left: 0px;
            top: 15px;
            margin-top: 0;
            z-index: 1;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
        }

.sidebar-item .media {
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    padding-top: 21px;
    margin-top: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

    .sidebar-item .media:last-child {
        border-bottom: 0px solid #ececec;
        padding-bottom: 0;
    }

    .sidebar-item .media:hover {
        border-left: 2px solid #0099AE;
        padding-left: 5px;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
    }

        .sidebar-item .media:hover.media .media-body h4 a {
            color: #0099AE;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
        }

    .sidebar-item .media .media-body h4 {
        margin-top: 0;
        margin-bottom: 8px;
    }

        .sidebar-item .media .media-body h4 a {
            color: #7d7d7d;
            font-size: 16px;
        }

    .sidebar-item .media .media-body p {
        color: #b4b4b4;
        font-size: 12px;
    }

.tag-cloud .nav-pills {
    margin-top: 16px;
}

    .tag-cloud .nav-pills li {
        margin: 0;
        margin-top: 6px;
        margin-right: 4px;
    }

        .tag-cloud .nav-pills li a {
            font-size: 14px;
            font-weight: normal;
            padding: 5px 15px;
            background: #bbbbbb;
            color: #fff;
            border-radius: 3px;
        }

            .tag-cloud .nav-pills li a:hover {
                background: #0099AE;
            }



/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
    }

        /**** disabling Isotope CSS3 transitions ****/
        .isotope.no-transition,
        .isotope.no-transition .isotope-item,
        .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s;
        }




/*****************************
Portfolio Details
*****************************/

#portfolio-information.padding-top {
    padding-top: 20px;
    padding-bottom: 40px;
}

#portfolio-information img {
    margin: auto;
}

.project-name h2 {
    margin-top: 0;
    margin-bottom: 15px;
}

#related-work .title {
    margin-bottom: 55px;
    margin-top: 10px;
}

.navbar-default {
    background: none;
    padding: 0;
}

    .navbar-default li a {
        font-size: 12px;
        padding: 0;
        padding-right: 15px;
    }

        .navbar-default li a i {
            padding-right: 8px;
        }

        .navbar-default li a:hover {
            color: #0884d5;
            background: none;
        }

.skills .navbar-default,
.client .navbar-default {
    margin-left: 35px;
}

.skills h5 {
    display: inline-block;
    float: left;
}

.live-preview .btn-common {
    margin-top: 21px;
    padding: 13px 45px;
}


#contact-form .btn-submit {
    width: 28%;
    margin: 5px auto;
}

.btn-error {
    background-color: rgba(0, 0, 0, 0);
    border: 3px solid #ff0000;
    color: #797979;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 25px 53px;
    text-transform: uppercase;
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

    .btn-error:hover, .btn-error:focus {
        background-color: #ff0000;
        border-color: #ff0000;
        color: #fff;
    }

/*Shortcodes CSS*/
.bs-example {
    margin: 0 0 20px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #4FCCCD;
}

.tab-content {
    padding-top: 20px;
}

/*Features*/
.feature-inner {
    text-align: center;
}

.icon-wrapper {
    display: inline-block;
    background-color: #4FCCCD;
    color: #fff;
    padding: 25px;
    box-shadow: 0 0 0 5px rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 0 0 5px rgba(0,0,0,.1) inset;
    border-radius: 100%;
    margin: 10px 0;
}
