body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 2;
    overflow-x: hidden;
    /*color: #868F9B;*/
    letter-spacing: 1px;
}
.title_page_portfolio{
  
    color: #9f7a38;
    font-size: 2rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #9f7a38;
    letter-spacing: 1px;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 23px;
    /*font-weight: bold;*/
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 17px;
}

h5 {
    font-size: 15px;
}

a {
    color: #9f7a38;
    text-decoration: none;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    opacity: 0.8;
    color: #9f7a38;
}

.main-color {
    color: #9f7a38;
}

.white-text {
    color: #FFF;
}

::-moz-selection {
    background-color: #9f7a38;
    color: #FFF;
}

::selection {
    background-color: #9f7a38;
    color: #FFF;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none
}

/* -- section  -- */

.section {
    position: relative;
}

.md-padding {
    padding-top: 40px;
    padding-bottom: 120px;
}
.sm-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}
/* --  background section  -- */
.bg-grey {
    background-color: #FAFAFA;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}
.bg-dark {
    background-color: #1C1D21;
}
.back_to_portfolio{
    text-align: right;
    margin-top: 3em;
    font-size: 18px;
}
.black-head {
    height: auto;
    min-height: 9em;
    margin-top: 0%;
    float: none ;
    margin-bottom: 1em ;
}
/* --  background image section  -- */

.bg-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.bg-img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .3;
    background: #1C1D21;
}
.location{
    color: white;
    font-size: 18px;
    text-align: center;
}

/* --  section header  -- */

.section-header {
    position: relative;
    margin-bottom: 25px;
}

.section-header .title {
    font-size: 29px;
    text-transform: capitalize;
    text-align: center;
    font-variant: small-caps;
}

.title:after {
    content: "";
    display: block;
    height: 2px;
    width: 120px;
    /*background-color: #9c855c;*/
    margin-top: 20px;
    margin: 20px auto 0px;
}
.text-center .title:after {
    margin: 20px auto 0px;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="url"],
input[type="tel"],
textarea {
    height: 40px;
    width: 100%;
    border: none;
    background: #F4F4F4;
    border-bottom: 2px solid #EEE;
    color: #354052;
    padding: 0px 10px;
    opacity: 0.5;
    -webkit-transition: 0.2s border-color, 0.2s opacity;
    transition: 0.2s border-color, 0.2s opacity;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus {
    border-color: #9f7a38;
    opacity: 1;
}
textarea {
    padding: 10px 10px;
    min-height: 80px;
    resize: vertical;
}
header{
    margin-top: 0px;
}
.main-btn, .white-btn, .outline-btn {
    display: inline-block;
    padding: 10px 35px;
    margin: 3px;
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}
.main-btn {
    background: #9f7a38;
    color: #FFF;
}
.white-btn {
    background: #FFF;
    color: #10161A !important;
}
.outline-btn {
    background: transparent;
    color: #9f7a38 !important;
    border-color: #9f7a38;
}
.main-btn:hover,
.white-btn:hover,
.outline-btn:hover {
    opacity: 0.8;
}
@media (max-width: 768px) {
    .navbar-header {
        height: 70px !important;
    }
    .nav-collapse {
        margin-top:20px !important;
    }
}
@media (min-width: 768px) {
    .navbar-brand {
        float: left !important;
    }
    .main-nav{
        position: relative;
        left: -21px !important;
    }
}
.navbar-header {
    float: left;
    text-align: center;
    width: 100%;
}
.navbar-brand .logo, .navbar-brand .logo-alt {
    max-height: 80px !important;
    display: block;
}
#nav:not(.nav-transparent):not(.fixed-nav) .navbar-brand .logo-alt {
    display: none;
}
#nav.nav-transparent:not(.fixed-nav) .navbar-brand .logo {
    display: none;
}
#nav.fixed-nav .navbar-brand .logo-alt {
    display: none;
}
@media only screen and (max-width: 767px) {
    #nav.nav-transparent .navbar-brand .logo-alt {
        display: none !important;
    }
    #nav.nav-transparent .navbar-brand .logo {
        display: block !important;
    }
}

#nav {
    padding: 10px 0px;
    background: #FFF;
    -webkit-transition: 0.2s padding;
    transition: 0.2s padding;
    z-index: 999;
}

#nav.navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
}

#nav.fixed-nav {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0px 0px;
    background-color: transparent !important;
    border-bottom: 1px solid #EEE;
}

#nav.nav-transparent {
    background: transparent;
}

.nav-collapse {
    display: block;
}

.left_text_nav{
    padding-top:0em; 
    float: left;
    width:9.5em;
    background-color: #fff;
    height: 9.5em;
    margin-left: 6em;
    margin-top: -0.5em;
}
.left_text_nav p{
    color: rgb(148,138,84);
    width: 9em;
    text-align: center;
    padding-left: 0.5em;
    position: absolute;
    padding-right: 0.5em;
    margin-left: 0.9em;
    margin-top: 1.2em;
    font-size: 0.9em;
}
.triangle{
    position: absolute;
    bottom: -12.178em;
    /* left: 8em; */
    margin-left: 4.77em;
    /* width: 1px; */
    height: 0;
    border-top: 96px solid transparent;
    border-bottom: 96px solid transparent;
    border-right: 39px solid #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(-90deg);

}


@media only screen and (max-width: 767px) {
    #nav {
        padding: 0px 0px;
    }
    #nav.nav-transparent {
        background: #FFF;
    }
    .main-nav {
        position: fixed;
        right: 0;
        height: calc(100vh - 80px);
        -webkit-box-shadow: 0px 80px 0px 0px #1C1D21;
        box-shadow: 0px 80px 0px 0px #1C1D21;
        max-width: 250px;
        width: 0%;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        /*        margin: 0;
                margin-top: */
        overflow-y: auto;
        background: #1C1D21;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
    #fh5co-header.open .main-nav {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        width: 100%;
    }
    .main-nav li {
        border-top: 1px solid rgba(250, 250, 250, 0.1);
    }
    .main-nav li a {
        display: block;
        color: #FFF;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
    .main-nav>li.active {
        border-left: 6px solid #9f7a38;
    }
    .main-nav li a:hover, .main-nav li a:focus {
        background-color: #9f7a38;
        color: #FFF;
        opacity: 1;
    }
    .has-dropdown>a:after {
        content: "\f054";
        font-family: 'FontAwesome';
        float: right;
        -webkit-transition: 0.2s -webkit-transform;
        transition: 0.2s -webkit-transform;
        transition: 0.2s transform;
        transition: 0.2s transform, 0.2s -webkit-transform;
    }
    .dropdown {
        opacity: 0;
        visibility: hidden;
        height: 0;
        background: rgba(250, 250, 250, 0.1);
    }
    .dropdown li a {
        padding: 6px 10px;
    }
    .has-dropdown.open-drop>a:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .has-dropdown.open-drop>.dropdown {
        opacity: 1;
        visibility: visible;
        height: auto;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
}
/* -- default nav -- */

@media only screen and (min-width: 768px) {
    .main-nav li {
        padding: 0px 15px;
    }
    .main-nav li a {
        font-size: 14px;
        -webkit-transition: 0.2s color;
        transition: 0.2s color;
    }
    .main-nav>li>a {
        color: #10161A;
        padding: 8px 0px;
        font-size: 17px;
    }
    #nav.nav-transparent:not(.fixed-nav) .main-nav>li>a {
        color: #fff;
    }
    .main-nav>li>a:hover, .main-nav>li>a:focus, .main-nav>li.active>a {
        background: transparent;
        color: #9f7a38;
    }
    .main-nav>li>a:after {
        content: "";
        display: block;
        background-color: #9f7a38;
        height: 2px;
        width: 0%;
        -webkit-transition: 0.2s width;
        transition: 0.2s width;
    }
    .main-nav>li>a:hover:after, .main-nav>li.active>a:after {
        width: 100%;
    }
    /* dropdown */
    .has-dropdown {
        position: relative;
    }
    .has-dropdown>a:before {
        font-family: 'FontAwesome';
        content: "\f054";
        font-size: 6px;
        margin-left: 6px;
        float: right;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: 0.2s transform;
        transition: 0.2s transform;
    }
    .dropdown {
        position: absolute;
        right: -50%;
        top: 0;
        background-color: #9f7a38;
        width: 200px;
        -webkit-box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
        box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
        -webkit-transform: translateY(15px) translateX(50%);
        -ms-transform: translateY(15px) translateX(50%);
        transform: translateY(15px) translateX(50%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
    .main-nav>.has-dropdown>.dropdown {
        top: 100%;
        right: 50%;
    }
    .main-nav>.has-dropdown>.dropdown .dropdown.dropdown-left {
        right: 150%;
    }
    .dropdown li a {
        display: block;
        color: #FFF;
        border-top: 1px solid rgba(250, 250, 250, 0.1);
        padding: 10px 0px;
    }
    .dropdown li:nth-child(1) a {
        border-top: none;
    }
    .has-dropdown:hover>.dropdown {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px) translateX(50%);
        -ms-transform: translateY(0px) translateX(50%);
        transform: translateY(0px) translateX(50%);
    }
    .has-dropdown:hover>a:before {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .nav-collapse {
        display: none;
    }

}

/*-------------------------------*/
/* CSS @media screen responsive
/*-------------------------------*/


aside {
    position: absolute;
    width: 300px;
    height: 600px;
    background: #1c1d21;
    right: 0;
    top: 72px;
    display: none;
}

aside a {
    display: block;
    padding: 12px 18px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    border-bottom: 1px solid #414141;
}
aside .active{
    border-left: 6px solid #9f7a38;

}
.toggle-wrap {
    padding: 10px;
    position: relative;
    cursor: pointer;
    float: right;
    margin-right: 2.4em;
    margin-top: 0.7em;
    /*disable selection*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*.toggle-bar,
.toggle-bar::before,
.toggle-bar::after,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::before,
.toggle-wrap.active .toggle-bar::after {
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
}*/
.toggle-bar {
    width: 38px;
    margin: 10px 0;
    position: relative;
    border-top: 6px solid #303030;
    display: block;
    border-radius: 0.4em;
}
.toggle-bar::before,
.toggle-bar::after {
    content: "";
    display: block;
    background: #303030;
    height: 6px;
    width: 38px;
    position: absolute;
    border-radius: 0.4em;
    top: -16px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform-origin: 13%;
    -webkit-transform-origin: 13%;
    transform-origin: 13%;
}
.toggle-bar::after {
    top: 4px;
}
/*.toggle-wrap.active .toggle-bar {
  border-top: 6px solid transparent;
}*/
/*.toggle-wrap.active .toggle-bar::before {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}*/
/*.toggle-wrap.active .toggle-bar::after {
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
}*/

/* -- mobile nav -- */

/*@media only screen and (max-width: 767px) {*/

/*}*/


/* -- nav btn collapse -- */

.nav-collapse {
    position: relative;
    float: right;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-right: 5px;
    cursor: pointer;
    z-index: 99999;
}

.nav-collapse span {
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
}

.nav-collapse span:before, .nav-collapse span:after {
    content: "";
    display: block;
}

.nav-collapse span, .nav-collapse span:before, .nav-collapse span:after {
    height: 4px;
    background: #10161A;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.nav-collapse span:before {
    -webkit-transform: translate(0%, 10px);
    -ms-transform: translate(0%, 10px);
    transform: translate(0%, 10px);
}

.nav-collapse span:after {
    -webkit-transform: translate(0%, -14px);
    -ms-transform: translate(0%, -14px);
    transform: translate(0%, -14px);
}

#nav.open .nav-collapse span {
    background: transparent;
}

#nav.open .nav-collapse span:before {
    -webkit-transform: translateY(0px) rotate(-135deg);
    -ms-transform: translateY(0px) rotate(-135deg);
    transform: translateY(0px) rotate(-135deg);
}

#nav.open .nav-collapse span:after {
    -webkit-transform: translateY(-4px) rotate(135deg);
    -ms-transform: translateY(-4px) rotate(135deg);
    transform: translateY(-4px) rotate(135deg);
}
header {
    position: relative;
}
#home .home-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 70%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.home-content h1 {
    text-transform: uppercase;
}
.home-content button {
    margin-top: 20px;
}
.header-wrapper h2 {
    display: inline-block;
    margin-bottom: 0px;
}
.header-wrapper .breadcrumb {
    float: right;
    background: transparent;
    margin-bottom: 0px;
}
.header-wrapper .breadcrumb .breadcrumb-item.active {
    color: #868F9B;
}
.breadcrumb>li+li:before {
    color: #868F9B;
}
.about {
    position: relative;
    text-align: center;
    padding: 40px 20px;
    border: 1px solid #EEE;
    margin: 15px 0px;
}
.about i {
    font-size: 36px;
    color: #9f7a38;
    margin-bottom: 20px;
}
.about:after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    z-index: -1;
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
}
.about:hover:after {
    width: 100%;
}
.about h3 {
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}
.about:hover h3 {
    color: #fff;
}
.work {
    position: relative;
    padding: 15px;
    text-align: center;
}
.work>img {
    width: 100%;
}
.work .overlay {
    background: #1C1D21;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.work:hover .overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0.8;
}
.work .work-content {
    position: absolute;
    left: 25px;
    right: 25px;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.work .work-content h3, .work .work-content h2{
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    color: #FFF;
    margin-bottom: 10px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    font-size: 8px;
}
.work .work-content h2{
    font-size: 19px;
    color:#9f7a38;
}
.work:hover .work-content h3,.work:hover .work-content h2 {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    line-height: 25px;
    font-weight: lighter;
}
.work .work-content span {
    display: block;
    text-transform: uppercase;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    color: #9f7a38;
    margin-bottom: 5px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    font-size: 22px
}
.work:hover .work-content span {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.work-title {
    margin-top: 5px;
    color: #9f7a38;
}
.work .work-link {
    text-align: center;
    margin-top: 20px;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}
.work .work-link a {
    display: inline-block;
    width: 100px;
    height: 50px;
    background-color: #9f7a38;
    color: #FFF;
    line-height: 50px;
    text-align: center;
}
.work:hover .work-link {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
}
.work:hover .work-title {
    -webkit-transition-delay: -0.2s;
    transition-delay: -0.2s;

}
.service {
    position: relative;
    padding: 40px 20px 40px 70px;
    margin: 15px 0px;
    border: 1px solid #EEE;
}
.service i {
    position: absolute;
    left: 20px;
    text-align: center;
    font-size: 32px;
    color: #9f7a38;
    border-radius: 50%;
}
.service:after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    z-index: -1;
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
}
.service:hover:after {
    width: 100%;
}
.service h3 {
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}
.service:hover h3 {
    color: #fff;
}
.feature {
    margin: 15px 0px;
}
.feature i {
    float: left;
    padding: 5px;
    border-radius: 50%;
    color: #9f7a38;
    border: 1px solid #9f7a38;
    margin-right: 5px;
}
.number {
    text-align: center;
    margin: 15px 0px;
}
.number i {
    color: #9f7a38;
    font-size: 36px;
    margin-bottom: 20px;
}
.number h3 {
    font-size: 36px;
    margin-bottom: 10px;
}
.pricing {
    position: relative;
    text-align: center;
    border: 1px solid #EEE;
    background-color: #FFF;
    z-index: 11;
    margin: 15px 0px;
}
.pricing::after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0%;
    z-index: -1;
    -webkit-transition: 0.2s height;
    transition: 0.2s height;
}
.pricing:hover:after {
    height: 100%;
}
.pricing .price-head {
    position: relative;
    margin-bottom: 20px;
}
.pricing .price-title {
    display: block;
    padding: 40px 0px 20px;
    text-transform: uppercase;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}
.pricing:hover .price-title {
    color: #9f7a38;
}
.pricing .price {
    position: relative;
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #9f7a38;
}
.pricing .price h3 {
    font-size: 42px;
    margin: 0px;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
}
.pricing:hover .price h3 {
    color: #fff;
}
.pricing .duration {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #10161A;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}
.pricing:hover .duration {
    color: #fff;
}
.pricing .price-btn {
    padding-top: 20px;
    padding-bottom: 40px;
}
.testimonial {
    margin: 15px 0px;
}
.testimonial-meta {
    position: relative;
    padding-left: 90px;
    height: 70px;
    margin-bottom: 20px;
    padding-top: 10px;
}
.testimonial img {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px !important;
    height: 70px !important;
    border-radius: 50%;
}
.testimonial h3 {
    margin-bottom: 5px;
}
.testimonial span {
    font-size: 14px;
    color: #9f7a38;
    text-transform: uppercase;
}
.team {
    position: relative;
    background-color: #F4F4F4;
    padding: 40px 20px;
    margin: 15px 0px;
}
.team::after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0%;
    z-index: 1;
    -webkit-transition: 0.2s height;
    transition: 0.2s height;
}
.team:hover:after {
    height: 100%;
}
.team-img {
    position: relative;
    margin-bottom: 15px;
    z-index: 11;
}
.team-img>img {
    width: 100%;
    max-height: 48vw;
    min-height: 16vw;
    /* max-height: 190px;
    min-height: 260px; */
}
.team .overlay {
    background: #1C1D21;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}
.team:hover .overlay {
    opacity: 0.8;
}
.team .team-content {
    text-align: center;
    position: relative;
    z-index: 11;
}
.team-content h3 {
    font-size: 15px;
}
.team .team-content h3 {
    padding-top:15px;
    margin-bottom: -10px;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
    font-variant: small-caps;
}
.team .team-content span {
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}
.team:hover .team-content h3 {
    color: #9f7a38;
}
.team:hover .team-content span {
    color: #FFF;
}
.team .team-social {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}
.team .team-social a {
    display: block;
    line-height: 50px;
    width: 50px;
    text-align: center;
    background-color: #9f7a38;
    color: #FFF;
}
.team:hover .team-social {
    opacity: 1;
}
.blog {
    background-color: #FFF;
    margin: 15px 0px;
}
.blog .blog-content {
    padding: 20px 20px 40px;
}
.blog .blog-meta {
    margin-bottom: 20px;
}
.blog .blog-meta li {
    display: inline-block;
    font-size: 14px;
    color: #10161A;
    margin-right: 10px;
}
.blog .blog-meta li i {
    color: #9f7a38;
    margin-right: 5px;
}
#main .blog .blog-content {
    padding: 20px 0px 0px;
}
#main .blog {
    margin-top: 0px;
}
.blog-tags {
    margin: 40px 0px;
}
.blog-tags h5 {
    margin-bottom: 0;
    display: inline-block;
}
.blog-tags a {
    display: inline-block;
    padding: 6px 13px;
    font-size: 14px;
    margin: 2px 0px;
    background: #F4F4F4;
    color: #10161A;
}
.blog-tags a:hover {
    color: #FFF;
    background-color: #9f7a38;
}
.blog-tags a i {
    margin-right: 3px;
    color: #9f7a38;
}
.blog-tags a:hover i {
    color: #FFF;
}
.blog-author {
    margin: 40px 0px;
}
.blog-author .media .media-left {
    padding-right: 20px;
}
.blog-author .media {
    padding: 20px;
    border: 1px solid #EEE;
}
.blog-author .media .media-heading {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EEE;
}
.blog-author .media .media-heading h3 {
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
}
.blog-author .media .media-heading .author-social {
    float: right;
}
.blog-author .author-social a {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 3px;
    margin-left: 5px;
    color: #FFF;
    background-color: #9f7a38;
}
.blog-comments {
    margin: 40px 0px;
}
.blog-comments .media {
    padding: 20px;
    background-color: #FFF;
    border-top: 1px solid #EEE;
    border-bottom: 0px;
    border-right: 1px solid #EEE;
    border-left: 1px solid #EEE;
    margin-top: 0px;
}
.blog-comments .media:first-child {
    border-bottom: 0px;
}
.blog-comments .media:last-child {
    border-bottom: 1px solid #EEE;
}
.blog-comments .media .media-left {
    padding-right: 20px;
}
.blog-comments .media .media-body .media-heading {
    text-transform: uppercase;
    margin-bottom:10px;
}
.blog-comments .media .media-body .media-heading .time {
    font-size: 12px;
    margin-left: 20px;
    font-weight: 400;
    color: #868F9B;
}
.blog-comments .media .media-body .media-heading .reply {
    float: right;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}
.blog-comments .media.author {
    background-color: #F4F4F4;
    border-color: #9f7a38;
    border-bottom: 1px solid #9f7a38;
}
.blog-comments .media.author>.media-body>.media-heading {
    color: #9f7a38;
}
.blog-comments .media.author + .media {
    border-top: 0px;
}
.reply-form {
    margin: 40px 0px;
}
.reply-form form .input, .reply-form form .input , .reply-form form textarea {
    margin-bottom:20px;
}
.reply-form form .input, .reply-form form .input {
    width: calc(50% - 10px);
    display: inline-block;
}
.reply-form form .input:nth-child(2) {
    margin-left: 15px;
}
#aside .widget {
    margin-bottom: 40px;
}
.widget h3 {
    text-transform: uppercase;
}
#aside .widget-search {
    position: relative;
}
#aside .widget-search .search-input {
    padding-right: 50px;
}
#aside .widget-search .search-btn {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 40px;
    height: 40px;
    border: none;
    line-height: 40px;
    background-color: transparent;
    color: #9f7a38;
}
.widget-category a {
    display: block;
    font-size: 14px;
    color: #354052;
    border-bottom: 1px solid #EEE;
    padding: 5px;
}
.widget-category a:nth-child(1) {
    border-top: 1px solid #EEE;
}
.widget-category a span {
    float: right;
    color: #9f7a38;
}
.widget-category a:hover {
    color: #9f7a38;
}
.widget-tags a {
    display: inline-block;
    padding: 6px 13px;
    font-size: 14px;
    margin: 2px 0px;
    background: #F4F4F4;
    color: #10161A;
}
.widget-tags a:hover {
    color: #FFF;
    background-color: #9f7a38;
}
.widget-post {
    min-height: 70px;
    margin-bottom: 25px;
}
.widget-post img {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
.widget-post a {
    display: block;
    color: #10161A;
}
.widget-post a:hover {
    color: #9f7a38;
}
.widget-post .blog-meta {
    display: inline-block;
}
.widget-post .blog-meta li {
    display: inline-block;
    margin-right: 5px;
    color: #9f7a38;
    font-size: 12px;
}
.widget-post li i {
    color: #9f7a38;
    margin-right: 5px;
}
.contact {
    margin: 15px 0px;
    text-align: center;
}
.contact i {
    font-size: 36px;
    color: #9f7a38;
    margin-bottom: 20px;
}
.contact-form, .apply-form {
    text-align: center;
    margin-top: 40px;
}
.contact-form .input ,.apply-form .input{
    margin-bottom: 20px;
}
.apply-form #select_branch{
    margin-bottom: 20px;
}
#footer {
    margin-top: 70px;
    position: relative;
}
.footer-logo {
    text-align: center;
    margin-bottom: 40px;
}
.footer-logo>a>img {
    max-height: 80px;
}
.footer-follow {
    text-align: center;
    margin-bottom: 20px;
}
.footer-follow li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 13px;
}
.footer-follow li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
    background-color: #9f7a38;
    color:#FFF;
}
.footer-copyright p {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .section-header h2.title {
        font-size:31.5px;
    }
    .main-btn , .default-btn , .outline-btn , .white-btn  {
        padding: 8px 22px;
        font-size:14px;
    }
    .home-content h1 {
        font-size:36px;
    }
    .header-wrapper h2 {
        margin-bottom: 20px;
        text-align: center;
        display: block;
    }
    .header-wrapper .breadcrumb {
        float: none;
        text-align: center;
    }
}
@media only screen and (max-width: 480px) {
    #portfolio [class*='col-xs'] {
        width:100%;
    }
    #numbers [class*='col-xs'] {
        width:100%;
    }
    .contact-form .input:nth-child(1), .contact-form .input:nth-child(2) {
        width: 100%;
    }
    .contact-form .input:nth-child(2) {
        margin-left: 0px;
    }
    .reply-form form .input, .reply-form form .input {
        width: 100%;
    }
    .reply-form form .input:nth-child(2) {
        margin-left: 0px;
    }
    .blog-author .media .media-left {
        display: block;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .blog-author .media {
        text-align: center;
    }
    .blog-author .media .media-heading .author-social {
        margin-top: 10px;
        float: none;
    }
    .blog-author .media .media-left img {
        margin: auto;
    }

    .blog-comments .media .media {
        margin:0px -15px;
    }
}
.owl-theme .owl-dots .owl-dot span {
    border: none;
    background: #EEE;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
.owl-theme .owl-dots .owl-dot:hover span {
    background: #9f7a38;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #9f7a38;
    width:20px;
}
.owl-theme .owl-nav {
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}
.owl-theme:hover .owl-nav {
    opacity: 1;
}
.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #9f7a38;
    color: #FFF;
    padding: 0px;
    width: 50px;
    height: 50px;
    border-radius:3px;
    line-height: 50px;
    margin: 0;
}
.owl-theme .owl-prev {
    left: 0px;
}
.owl-theme .owl-next {
    right: 0px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    opacity: 0.8;
    background: #9f7a38;
}
#back-to-top {
    display:none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #9f7a38;
    border-radius:3px;
    color: #FFF;
    z-index: 9999;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    cursor: pointer;
}
#back-to-top:after {
    content: "\f106";
    font-family: 'FontAwesome';
}
#back-to-top:hover {
    opacity: 0.8;
}
#preloader {
    position: fixed;
    left: 0%;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #FFF;
    z-index: 99999;
    width: 100%;
}
.preloader {
    position: absolute;
    left: 50%;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.preloader span {
    display: inline-block;
    background-color: #ffffff;
    width: 25px;
    height: 25px;
    -webkit-animation: 1s preload ease-in-out infinite;
    animation: preload 1s ease-in-out infinite;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border-radius:50%;
}
.preloader span h3 {
    color: #816530;
}
.preloader span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.preloader span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.preloader span:nth-child(3) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}
.preloader span:nth-child(4) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.preloader span:nth-child(5) {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
.preloader span:nth-child(6) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.preloader span:nth-child(7) {
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
}
.preloader span:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.preloader span:nth-child(9) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}
.preloader span:nth-child(10) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
@-webkit-keyframes preload {
    0% {
        -webkit-transform:scale(0);
        transform:scale(0);
    }
    50% {
        -webkit-transform:scale(1);
        transform:scale(1);
    }
    100% {
        -webkit-transform:scale(0);
        transform:scale(0);
    }
}
@keyframes preload {
    0% {
        -webkit-transform:scale(0);
        transform:scale(0);
    }
    50% {
        -webkit-transform:scale(1);
        transform:scale(1);
    }
    100% {
        -webkit-transform:scale(0);
        transform:scale(0);
    }
}
.modal_img {
    width:570px;
    height:400px;
}
.regions {
    margin-top:20px;
}
.regions h4 {
    margin-bottom:0px;
    text-align:left;
}
.regions h4 label {
    color:#868F9B;
}
.list-cities {
    margin-left:30px;
    text-align:left;
}
.list-cities a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.list-cities a:hover{
    font-size:20px;
}
.main-content h1 {
    color:#9f7a38;
}
.main-content h3{
    margin:10px;
    color:gray;
}
.description{
    word-spacing: 1px;
    font-size:15px !important;
    line-height: 1.7;
    text-align: justify;
}
h2 {
    word-spacing: 2px;
}
.navbar-nav {
    margin-top: -50px !important;
    font-variant: small-caps;
    float: right;
}
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}
.swiper-slide img {
    width: 100vw;
    height: 50vw;
}
@media (max-width: 1200px) {
    .navbar-nav {
        font-variant: small-caps;
        float: right;
    }
    .carousel {
        position: relative;
        padding-top: 60px !important;
    }
    .swiper-slide img {
        width: 100vw;
        height: 66vw;
    }
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: #9f7a38;
    color:white;
}
.dropdown1:hover .dropdown-content {
    display: block;
    text-align: left;
}
.dropdown1:hover .dropbtn {
    background-color: #3e8e41;
}
.work img {
    width:100%;
    height:246px !important;
}
@media only screen and (min-width: 767px) {
    .work img {
        height:290px !important;
    }
}
.network {
    padding:15px;
}
.network:hover {
    background: #f1f1f1;
    cursor: pointer;
}
.network:hover h2,.network:hover .fa {
    color:#9f7a38;
}
.glance {
    padding:15px;
}
.glance:hover {
    background: #f1f1f1;
    cursor: pointer;
}
.glance:hover h2,.glance:hover .fa {
    color:#9f7a38;
}
.location a {
    color:#FFF;
}
.logo{
    background-color: #1d1616/*#F1D292*/;
    padding: 20px;
    position: absolute;
    top: 8px !important;
    left: 6% !important;
    width: 300px !important;
    margin-top: 0px !important;
}
.logo-txt{
    float: left;
    padding-top:70px;
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
    display: none;
}
@media (max-width: 768px) {
    .dropdownn {
        position: relative;
        display: inline-block;
        margin-left: 34% !important;
    }
    .dropdownn button img {
        width: 45vw !important;
        margin: 10px !important;
    }
    .preloader {
        width: 75%;
    }
    .nav-collapse{
        margin-right: 0.7em !important;
        margin-top: 15px !important;
    }
    .logo{
        left: auto !important;
        width: auto !important;
    }
    #myCarousel{
        display: block;
    }
    .home-wrapper{
        display: none;
    }
    .dropdown-content a{
        color: black !important;
    }
    #head-img{
        height: 30vh !important;
    }
    .side-menu-lang{
        display: block;
    }
    .navbar-Lang{
        display: none;
    }
    #nav.nav-transparent .navbar-brand .logo {
        top: -8px !important;
        margin-left: 23%;
    }
    #top-section {
        margin-top: 100px;
    }
    .navbar h5 {
        display: none;
    }
}
.side-menu-lang{
    display: none;
}
.navbar-Lang{
    position: absolute;
    right: 0;
    top: 25px;
    margin-right: 40px;
    color: #9f7a38;
}
.member-img{
    border-radius: 5px;
    width: 400px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
}
#map {
    height: 450px;
    width: 700px;
}
.black-head{
    background-color: #1d1616 ;
    padding-top: 10px;
    height: auto;
    margin-bottom: 1em;
}
.bottom-section {
    margin-top: 100px;
}
.portfolio-details-img {
    height: 55vh;
} 
.work .team {
    position: relative;
    background-color: #fff;
    padding: 25px 15px;
    margin: 15px 0px;
}
.work .team .team-img {
    margin-bottom: 0px;

}
.work .team .team-content h3 {
    font-variant: normal;
    font-size: 16px;
}
.quota-img {
    width: 73%;
    padding-bottom: 35px;
    margin-right: 10%;
}
.about-quota {
    padding-top: 50px; 
    color:#9f7a38;
    padding-left: 0%;
    font-size: 18px;
}
@media (max-width: 990px) {
    .quota-img {
        width: 73%;
        padding-bottom: 35px;
        margin-right: 0px;
    }
    .about-quota {
        padding-top: 0px;
        padding-left: 0px;
        color:#9f7a38;
        font-size: 14px;
    }
}
body, html {
    height: 100%;
}
.parallax { 
    background-image: url("img/dest_imgs/london.jpg");
    height: 100%; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#fh5co-home {
    background-color: transparent;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    background-color: #9fa3a5;
    color: #fff;
}
#fh5co-home a {
    color: rgba(255, 255, 255, 1) !important;
    text-decoration: underline;
}
#fh5co-home a:hover {
    color: #fff;
    text-decoration: none;
}
#fh5co-home .gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.05);
}
.fh5co-home {
    background-color: transparent;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    background-color: #9fa3a5;
    color: #fff;
}
.fh5co-home a {
    color: rgba(255, 255, 255, 1) !important;
    text-decoration: underline;
}
.fh5co-home a:hover {
    color: #fff;
    text-decoration: none;
}
.fh5co-home .gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.2);
}
.text-wrap {
    height:50vw;
}
@media (max-width: 1200px) {
    .text-wrap {
        height: 55vw;
    }
}
#fh5co-home .text-wrap {
    display: table;
    width: 100%;
    position: relative;
    z-index: 4;
}
#fh5co-home .text-inner {
    vertical-align: middle;
    margin-top: 25%;
    text-align: center;
}
#fh5co-home .text-inner h1 {
    font-size: 90px;
    color: white;
    margin: 0px 0 20px 0;
    font-variant: small-caps;
}
#fh5co-home .text-inner h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 60px 0;
}
#fh5co-home .text-inner .call-to-action {
    display: block;
    width: 100%;
}
.dropdownn {
    position: relative;
    display: inline-block;
    margin-left: 11%;
}
.img_logo{
    width: 18em;
    padding-top: 3px;
}
.dropdownn .dropdownn-menu {
    position: absolute;
    top: 100%;
    display: none;
    margin: 0;
    list-style: none; /** Remove list bullets */
    width: 100%; 
    padding: 0;
}
.dropdownn:hover .dropdownn-menu {
    display: none;
}
.dropdownn button {
    background: transparent;
    color: #FFFFFF;
    border: none;
    margin: 0;
    padding: 0.55em 0.8em;
    font-size: 1em;
}
#fh5co-header .navbar-header{
    background-color:#fff;
    height: 4.5em;
}
.dropdownn ul li a {
    background-color: rgb(0,0,0,0.5);
    display: block;
    text-decoration: none;
    padding: 20px;
    text-align: center;
    transition: 0.5s;
}
.dropdownn a:hover {
    background: #000;
    opacity: 1;
}
.nav-border {
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #7c612e;
}
#fh5co-header.navbar-fixed-top {
    position: fixed !important;
    background: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    margin-top: 0px;
    top: 0;
}
#fh5co-header {
    position: relative;
    z-index: 99;
    width: 100%;
    opacity: 1;
    top: 0;
}
.fh5co-animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
@media (max-width: 1024px) {
    .dropdownn button{
        margin-left: -3em;
    }
    .dropdownn button img{
        width: 18vw !important;
    }
    #footer{
        margin-top: 0em;
    }
}
@media (max-width: 768px){
    .dropdownn button img{
        margin-left: 3em !important;
        padding-top: 3px;
    }
    .dropdownn button{
        margin-left: -6em;
    }
}
@media (max-width: 700px){
    .navbar-nav {
        margin-top: 7px !important;
        font-variant: small-caps;
        float: right;
    }
    .dropdownn button {
        margin-left: -4em;
    }
    .left_text_nav {
        margin-left: 1em;
    }
}
@media (max-width: 500px){
    .main-nav {
        margin-top: 0.45em !important;
    }
    #footer{
        margin-top: 2em;
    }
    .content-section{
        padding-bottom: 0em;
    }
    .dropdownn button img{
        width: 45vw !important;
        margin-left: 0em !important;
        padding-top: 3px;
    }
    .dropdownn button{
        margin-left: 0em;
    }
    .preloader span {
        display: inline-block;
        background-color: #ffffff;
        width: 20px;
        height: 25px;
        -webkit-animation: 1s preload ease-in-out infinite;
        animation: preload 1s ease-in-out infinite;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        border-radius:50%;
    }
    .left_text_nav{
        display: none;
    }
    #fh5co-header {
        position: absolute;
        z-index: 99;
        width: 100%;
        opacity: 1;
        top: 33px;
    }
    .toggle-wrap{
        margin-right: 1.4em;
    }
    aside {
        top:72px;   
    }
    #myCarousel{
        display: block;
    }
}