/**************************************/
/* 1. Generic Styles */
/**************************************/
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,600');

body {
    padding-top: 0px;
    font-family: 'Raleway', sans-serif;

}

.green-bar {
    height: 130px;
    background-color: #6d7254;
    width: 100%;
}

.expertise-bg {
    background-image: url(images/expertise.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.practice-bg {
    background-image: url(images/practice.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.feature-row-text-inside {
    padding: 30px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

a {
    color: #64674c;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #7a6a3a;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #64674c;

}

.dropdown-menu {
    min-width: 250px;

}

#header .navbar-nav .open>a,
#header .navbar-nav .open>a:focus,
#header .navbar-nav .open>a:hover {
    color: #333
}

#form_contact-form textarea,
#form_contact-form input[type="text"],
#form_contact-form input[type="email"] {

    border-radius: none;
    padding: 15px;
    width: 100%;
    font-size: 14px;
    border-radius: 0px;
    border: 1px solid #DFDFDF;
    font-weight: 400;
    height: auto;

}

#form_contact-form label {
    display: none;

}

.center {
    text-align: center
}

h1 {
    font-size: 36px;
    text-transform: uppercase;

}

h2 {
    font-size: 36px;

}

h3 {
    font-size: 32px;
    text-transform: uppercase;

}

.projects {
    background: #c0c9a9;
    padding: 50px 0 80px 0;

}

.side-bar .box-text h3 {
    font-size: 24px;

}

.side-bar .box-text {
    padding: 10px 10px 3px 10px
}

.intro-box {
    position: relative
}

.intro-box h3 {
    background-color: rgba(186, 200, 149, 0.9);
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    top: auto;
    bottom: 0;
    color: #fff;
    text-align: left;
    background-image: url(images/box-line.png);
    background-position: 15px 23px;
    background-repeat: no-repeat;
    font-size: 24px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 50px;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.intro-box a {
    color: #c0c9a9;

}

.intro-box a:hover {
    color: #fff;

}

.intro-box h2 a,
.intro-box h2 a:hover {
    color: #fff;
    text-decoration: none;

}

.intro-box img {
    margin: 0 auto;

}

.body-bg {}

.sh-cal .wpsbc-calendar.col-6 {
    width: 100%
}

.contact-form input[type="text"],
#form_rkoaginput[type="text"],
#form_rkoag input[type="email"] {
    border-radius: 0;

}

.contact-form .frm_style_formidable-style.with_frm_style textarea {
    border-radius: 0;
}

.contact-form .frm_style_formidable-style.with_frm_style .frm_submit button {
    font-family: 'Raleway', sans-serif;
    background: #66694d;
    color: #fff;
    border-radius: 0px;
    border-width: 0px;
    padding: 15px;
    margin: 0px;
}

.side-img {
    margin-bottom: 5px;

}

.gallery-thumb {
    width: 32%;
    float: left;
    margin: 10px 0;

}

.img-container {
    position: relative;
    margin-bottom: 25px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #bac895;
}

.img-container:hover .overlay {
    opacity: 0.9;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    text-transform: uppercase;
    font-weight: 600;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.gallery-thumb-mid {
    width: 32%;
    float: left;
    margin: 10px 2%;

}

.reservation input[type="text"],
#form_lq1zl input[type="text"],
#form_lq1zl input[type="email"] {
    border-radius: 0;

}

.reservation .frm_style_formidable-style.with_frm_style textarea {
    border-radius: 0;
}

.reservation .frm_style_formidable-style.with_frm_style .frm_submit button {
    font-family: 'Raleway', sans-serif;
    background: #b19f6a;
    color: #fff;
    border-radius: 0px;
    border-width: 0px;
    padding: 15px;
    margin: 0px;
}

.reservation .ui-widget-header {
    border: 1px solid #64674c;
    background: #64674c;
    color: #ffffff;
    font-weight: bold;
}

#map {
    height: 450px;
    width: 100%;
}

.features {
    background: #64674c;
    color: #fff;
    padding: 30px;
    margin-top: 30px;
}

.features h2 {
    color: #fff;
    text-align: center;
}

.features ul {
    list-style: none;
    padding: 0;
}

.features li {
    padding-left: 1.3em;
    padding-bottom: 10px;
}

.features li:before {
    content: "\f00c";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    /* same as padding-left set on li */
    width: 1.3em;
    /* same as padding-left set on li */
}

.demo {
    width: 100%;
    overflow: hidden;
}

.demo ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
}

.demo li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer;
}

.demo img {
    display: block;
    height: auto;
    max-width: 100%;
}

.intro-box {
    text-align: center;
    margin-bottom: 15px;

}

.members {
    margin: 20px auto;


}

#map_wrapper {
    height: 250px;
    border: 1px solid #FFF
}

#map_canvas {
    width: 100%;
    height: 100%;
}

.project-feature {
    padding: 5px 0;
}

.back {
    border-top: 1px solid #40c3af;
    padding-top: 20px;
    margin-top: 20px;

}

.img-bg {
    width: 100%;
    text-align: center;
    position: relative;

}

.img-overlay {

    /* Chrome10-25,Safari5.1-6 */
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 */
    height: 120px;
    width: 100%;
    z-index: 100;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
}

.nav-resize .contact {
    display: none;

}

.img-bg img {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin: 0 auto;
}

.icon-link {
    display: block;

}

.search-icons {
    width: 114px;
    padding: 10px;
    float: left;
    background: #036
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}


.testimonial {
    background: #64674c;
    padding: 60px;
    color: #fff
}

.testimonial h3 {
    text-align: center;
    color: #fff;
}

.test-outer {
    background: url(images/quote-left.png) top left no-repeat;
    padding: 0 0 0 20px;
    margin: 0 10%;

}

.test-name {
    color: #c0c9a9;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin-top: 15px;


}

.list {
    list-style: none;
    padding-left: 10px;
}

.list li {
    list-style: none;
    font-weight: 600;
}

.list li i {
    color: #414141;
}

.test-inner {
    background: url(images/quote-right.png) bottom right no-repeat;
    padding: 0 20px 0 0;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    font-style: italic;

}

.test-inner h4 {
    font-weight: 600;
    margin-top: 15px
}

a.btn-primary {
    color: #FFF;
    background-color: #64674c;
    border: none;
    font-family: 'Raleway', sans-serif;
    border-radius: 0px;
    font-size: 16px;
    padding: 10px 20px;
    margin-top: 5px;
}

a.btn-primary:hover,
a.btn-primary:active {
    color: #fff;
    background-color: #bac895;
}

.feature-row-image {
    width: 50%;
    float: left;
}

.feature-row {
    background: #fff;
}

.feature-row-text {
    padding-bottom: 25%;
    color: #333333;
    height: 0;
    width: 50%;
    position: relative;
    float: left;
}

.feature-row-text-inner {
    color: #333333;
    padding: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
}

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

.feature-row-text-table span {
    display: table-cell;
    vertical-align: middle;
}

.feature-row-text-inner h3 {
    color: #bac895;
    font-weight: 400;
    font-size: 36px;
}

.line-heading:before {
    right: 100%;
}

.line-heading:after {
    left: 100%;
}

.container {}

.center {
    text-align: center;

}

.navbar-right .dropdown-menu {
    left: 0px
}

.dropdown-menu {
    border: none;

}

.google-maps {
    position: relative;
    padding-bottom: 40%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
    border: 1px solid #fff;
    width: 100%;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.latest-jobs {}

.contact-form {
    border-bottom: 1px solid #ccc;

}

.contact-form .frm_style_formidable-style.with_frm_style input[type="submit"] {
    box-shadow: none;
    background: #30302c;
    color: #cdd600;
    border-radius: 0px;
    border-width: 0px;
    margin: 0px;
    width: 100%;

}

.contact-form h2 {
    margin-top: 0;
    padding-top: 0;

}

.contact-form textarea {
    border-radius: none;
    padding: 10px;
    width: 100%;
    background: #eff1c7;
    border: 1px solid #cdd600;
    font-size: 18px;
    color: #929802;

}



.contact-form fieldset {
    padding: 15px 0 15px 0;

}

.project img {}

.project-title {
    background: #333333;
    color: #FFFFFF;
    text-align: center;
    padding: 5px;
    font-size: 16px;


}

/**************************************/
/* 2. Header & Menu Styles */
/**************************************/
#footer {
    padding: 40px 0 40px 0;
    background: #333;
    color: #fff;
    text-align: left;
    margin-top: 0px;
}

.right {
    text-align: right;

}

#footer a,
#footer a:link {

    color: #FFF
}

#footer .fa {
    padding: 10px;
    background: #fff;
    margin-left: 5px;
    border-radius: 20px;
    color: #414141;
    width: 35px;
    text-align: center;
}

.copyright {
    margin-top: 40px;

}

#footer .container {
    padding: 0px 0 20px 0;
}

#footer h3 {
    color: #fff;
}

.case-study {
    padding: 0 20px;

}

.case-study img {
    border: 1px solid #fff;

}

.right {
    text-align: right;

}

.case-study a {
    color: #fff;

}

.about {
    background-image: url(images/about-paralax.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 40px 0 40px 0;
    color: #fff;

}

.about h3 {
    color: #fff;
    font-size: 36px;
    margin-top: 30px;
}

.img-center {
    margin: 0 auto;

}

.gallery-img {
    margin-right: 9px;
    margin-bottom: 10px;
}

.gallery-img:last {
    margin-right: 0px;
}

.case-studies h2 {
    font-size: 24px;
    padding-left: 30px;
    color: #fff;
    text-transform: uppercase;

}

.page {
    padding-bottom: 70px;
    padding-top: 70px;
    font-size: 16px;
    color: #444;
    font-weight: 300;
    line-height: 26px;

}

.margin-30 {
    margin-bottom: 30px;

}

.body-bg {
    background: url(images/body-bg.png) no-repeat bottom left #f5f5f5;
    padding-bottom: 20px;
}

.home-page {
    padding-top: 70px;
    padding-bottom: 50px;
    font-size: 16px;
    color: #444;
    font-weight: 300;
    line-height: 26px;

}

.pro-page {
    padding-bottom: 30px;
    padding-top: 40px;
    font-size: 16px;
    color: #444;
    font-weight: 300;
    line-height: 26px;


}

.pro {
    padding-bottom: 50px
}

.home-page {
    padding-bottom: 40px;

}

header {
    background: rgba(255, 255, 255, 0);
    position: absolute;
    z-index: 2000;
    width: 100%;
    top: 0px;
    /*box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.22); */

}

.navbar-right {
    margin-top: 50px;
}

#header .navbar-brand {
    font-size: 50px;
    text-transform: uppercase;
    line-height: 130px;
    height: 130px;
    padding: 35px 15px 0px 0px;
    margin-left: -15px;
}

#header.nav-resize {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.22);
}

#header.nav-resize .navbar-brand {
    font-size: 30px;
    line-height: 60px;
    height: 60px;
    transition: all 0.2s ease;
    padding: 14px 7px 7px 7px;
    margin-left: -15px;
}

#header.nav-resize .navbar-brand img {
    width: 190px;
    height: auto;
}

#header.nav-resize .navbar-right {
    margin-top: 0px
}


.search-icon a:hover .fa {
    background: #414141;
}

#header.nav-resize .navbar-nav>li>a {
    font-size: 15px;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    transition: all 0.2s ease;
    color: #60634a;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase
}

#header.nav-resize .navbar-nav>li>a:hover {
    color: #000;
}

#header .navbar-nav>li>a {
    font-size: 15px;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    transition: all 0.2s ease;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase
}

#header .navbar-nav>li>a:hover {
    color: #eaf0d9;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    color: #732d5d;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
    color: #fff;
}

.nav>li>a:hover #header .navbar-toggle {
    margin: 30px 15px 13px 0;
}

#header.navbar.nav-resize {
    min-height: 35px;
    transition: all 0.2s ease;
}

#header.nav-resize .navbar-nav>li>a {
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    transition: all 0.2s ease;
}

.slider-right {
    color: #40c3af;
    font-size: 66px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    line-height: 70px;
    display: table-cell;
    vertical-align: bottom;
    height: 300px;

}

#header.nav-resize .navbar-toggle {
    margin: 10px 15px 8px 0;
}

.blogs {
    padding-top: 15px;
    padding-bottom: 30px;
}

.det-ltg {
    font-size: 18px;
    line-height: 24px;

}

.details {
    border-radius: 5px;
    background: #d8ede3;
    padding: 5px;
    margin-bottom: 5px;
    font-weight: 600;

}

.navbar-toggle {
    color: #6d7254;
}

.news-box {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #414141;

}

.news-box .wp-post-image {
    margin-right: 15px;

}

.testimonials .flexslider {
    background: #e0e0e0
}

.test-box {
    margin-bottom: 15px;
    color: #732d5d;
    padding: 20px 0 15px 30px;
    background: url(images/quote-left.png) top left no-repeat;

}

.test-inner {
    background: url(images/quote-right.png) bottom right no-repeat;
}

.team-box {
    margin-bottom: 15px;
    border-bottom: 1px solid #414141;
    color: #732d5d;
    padding: 0px 0 15px 0px;
}

.team-box .attachment-thumbnail {
    float: left;
    margin: 0 10px 10px 0;
    border: 3px solid #414141;
}

.item-box {
    background: #eef8f3;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;

}

.item-box h2 {
    padding-top: 0;
    margin-top: 0
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    #header .navbar-nav>li>a {
        font-size: 14px;
        padding: 0 10px;
        color: #60634a;

    }

    #header .navbar-nav>li>a:hover {
        color: #000;

    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

    #header .navbar-nav>li>a {
        font-size: 12px;
        padding: 0 5px;

    }

    .services {
        display: none;
    }


}

@media (max-width: 1200px) {
    .feature-row-text {
        height: 100%;
        width: 100%;
        position: relative;
        float: none;
        padding-bottom: 40px;
    }

    .feature-row-text-inner {
        height: 100%;
        width: 100%;
        position: relative;
        float: none;
        padding-bottom: 0;
    }

    .feature-row-image {
        height: 100%;
        width: 100%;
        position: relative;
        float: none;
        padding-bottom: 0;
    }

    #header {
        background: rgba(255, 255, 255, 1);
    }

    #header .navbar-brand {
        font-size: 30px;
        line-height: 60px;
        height: 60px;
        transition: all 0.2s ease;
        padding: 14px 7px 7px 7px;
    }

    #header .navbar-brand img {
        width: 190px;
        height: auto;
    }

    #header .contact {
        display: none;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }



    #header .navbar-nav>li>a {
        line-height: 30px;
        height: 30px;

    }

    #navbar {
        padding-top: 10px;

    }

    body {
        padding-top: 60px;

    }
}



@font-face {
    font-family: 'flexslider-icon';
    src: url('fonts/flexslider-icon.eot');
    src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
    outline: none;
}

.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
#slider {
    padding-bottom: 0px;
    position: relative;

}

.shadow {
    margin: 1px auto 30px auto;
    text-align: center;

}

.shadow img {
    display: block;
    margin: 0 auto;

}

.flexslider {
    margin: 0;
    padding: 0;
    z-index: 1
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides>li:first-child {
    display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
    margin: 0px 0 0px 0px;
    background: #ffffff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: ''0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: ''0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: ''0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: ''0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .slides li {
    position: relative;
}

.flexslider .slides img {
    height: auto;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 50px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
    content: '\f002';
}

.flex-direction-nav .flex-prev {}

.flex-direction-nav .flex-next {

    text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a .flex-play:before {
    content: '\f003';
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 20px;
    right: 20px;
    auto: auto;
    z-index: 10;
    width: 80px;
}

.box-line {
    padding: 3px 0 0 0;
    background: #b19f6a;
    margin-bottom: 1px;
}

.box-text {
    background: #64674c;
    padding: 15px 15px 20px 15px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

.box-text h3 {
    margin-top: 0px;
    font-size: 32px;
    color: #c0c9a9;
}

.ontop {
    position: absolute;
    bottom: 50%;
    top: auto;
    left: 50%;
    margin-left: -310px;
    margin-bottom: -80px;
    right: auto;
    z-index: 1000;

}

.slide-box {
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 28px 20px 28px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;

}

.line-gold {
    padding: 3px 0 0 0;
    width: 150px;
    background: #64674c;
}

.line-green {
    padding: 3px 0 0 0;
    width: 150px;
    background: #c0c9a9;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.line-center {
    margin: 15px auto;
}

.line-center.margin-30 {
    margin: 15px auto 40px auto;
}

.line-gold.margin-15 {
    margin: 15px 0 20px 0;
}

.slide-box h3 {
    margin: 0px 0px 0px 0px;
    font-size: 48px;
    color: #fff;
    text-transform: capitalize
}

.slide-box span {
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 62px;
    color: #fff;
    text-transform: capitalize
}

.page-head {
    background: rgba(0, 0, 0, 0.7);
    padding: 5px 20px 20px 20px;
    margin: 0 auto;
    width: 470px;

}

.page-head h2 {
    color: #fff;
    font-size: 26px;
    margin-top: 0px;
}

#search {
    margin-top: 5px;

}

.client {
    background: #40c3af;
}

.icon {
    background: #fff;
    width: 115px;
    float: left;

}

.cand select {
    padding: 6px;
    border-radius: 5px;
    border: none;
    width: 70%;
    color: #333;
}

.services h3 {
    margin-top: 0px;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 100;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.services {
    color: #fff;
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.7);

}

.services-text {
    padding: 12px;
    float: left;

}

.slider-left {
    position: absolute;
    padding: 10px 15px;

    font-size: 12px;
    line-height: 18px;
    top: auto;
    bottom: 20%;
    right: auto;
    z-index: 20;
    max-width: 50%;
    color: #fff;
}

.slider-caption a,
.slider-caption a:link {
    color: #fff
}

.slider-caption a:hover {
    color: #edecf5
}

.slider-caption h2 {

    padding-bottom: 10px;
    margin-top: 0px;
    color: #FFF;
    border-bottom: 1px solid #9796a8;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #fff;
    background: rgba(256, 256, 256, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(256, 256, 256, , 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(256, 256, 256, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(256, 256, 256, 0.3);
    box-shadow: inset 0 0 3px rgba(256, 256, 256, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.flex-control-paging li a:hover {
    background: #414141;
    background: rgba(205, 213, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #414141;
    background: rgba(205, 213, 0, , 0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

@media screen and (max-width: 1200px) {
    .ontoppage {
        bottom: 20%;


    }

    .box-text h3 {
        font-size: 28px;
    }

    h5 {
        font-size: 13px;
    }
}

@media screen and (max-width: 992px) {
    .row-eq-height {
        display: block;
    }

    .expertise-bg {
        height: 500px;
    }

    .practice-bg {
        height: 500px;
    }

    .page-head {
        background: rgba(0, 0, 0, 0.7);
        padding: 5px 20px 20px 20px;
        margin: 0 auto;
        width: 40%;

    }

    .page-head {
        background: rgba(0, 0, 0, 0.7);
        padding: 10px 10px 10px 10px;
        margin: 0 auto;
        width: 60%;

    }

    .page-head h2 {
        color: #fff;
        font-size: 16px;
        margin-top: 0px;
    }

    .page-head h1 {
        font-size: 24px;
        margin-top: 0px;
    }

    .ontoppage {
        position: absolute;
        width: 100%;
        bottom: 30%;
        z-index: 1000;

    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    .ontop {
        display: none;
    }

    .testimonial {
        padding: 10px;
    }

    .test-inner {

        font-size: 22px;


    }

    .slider-caption {
        display: none;

    }

    .slider-right {
        font-size: 30px;

    }

    .right {
        text-align: right;

    }

    .footer-col {
        padding: 10px;

    }

    .services h3 {
        margin-top: 0px;
        font-family: 'Raleway', sans-serif;
        font-size: 36px;
        font-weight: 100;
        color: #fff;
        margin-bottom: 10px;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .gallery-img {
        margin: 10px auto;
        display: block;
    }

    .gallery-img:last {
        margin-right: auto;
    }

    .test-inner {

        font-size: 18px;


    }

    .slider-right {
        display: none;

    }

    .ontoppage {
        position: relative;
        width: 100%
    }

    .page-head {
        background: rgba(0, 0, 0, 0.7);
        padding: 10px 10px 10px 10px;
        margin: 0 auto;
        width: 100%;

    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}

.col-xs-15 {
    width: 10%;
    float: left;
}

@media (min-width: 768px) {

    .col-sm-15 {
        width: 20%;
        float: left;
    }

}

@media (min-width: 992px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-sm-15 {
        width: 10%;
        float: left;
    }
}