/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR venuan         ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

1. imported styles 
2. Miscelnious styles 
3. Header styles 
4. Banner styles 
5. Footer styles 
6. Contact styles 
7. Service styles 
8. Team styles 
9. Inner Banner styles 
10. Sidebar styles 
11. Project styles 
12. 404 styles 
13. Blog styles 
14. Shop styles 
15. Login register styles 
16. Cart Page styles 
17. Checkout Page styles 
18. Testimonial styles 
19. Fact Sec styles 
20. Reqest Qoute Sec styles 
21. Client Skill Sec styles 
22. Choose Us Sec styles 
23. About tab box styles 
24. Home Parallax One styles 
25. About Video styles 
26. About CTA Box styles 
27. Achivement Box styles 
28. Featrues Carousel styles 
29. Highlight styles 

****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||




/************************** 
* 1. imported styles 
***************************/


/*
@import url("https://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700");
@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700';*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600italic,600,700,700italic,800,800italic");

/*@import url("https://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic");
@import url("https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700,700italic");
@import url("https://fonts.googleapis.com/css?family=Alegreya:400,400italic,700italic,700,900,900italic");*/


/* monoserrat font styles */


/*@import url("../fonts/montserrat/montserrat-bold/styles.css");*/

@import url("https://wp1.themexlab.com/html2/venuan/fonts/montserrat/Oranienbaum" Linotype.ttf);

/*@import url("../fonts/montserrat/montserrat-light/styles.css");
@import url("../fonts/montserrat/montserrat-regular/styles.css");
@import url("../fonts/montserrat/montserrat-semibold/styles.css");*/

@import url("../assets/bootstrap/css/bootstrap.min.css");
@import url("../assets/font-awesome/css/font-awesome.min.css");
@import url("../assets/bootstrap-select/dist/css/bootstrap-select.min.css");
@import url("../assets/revolution/css/settings.css");
@import url("../assets/revolution/css/layers.css");
@import url("../assets/revolution/css/navigation.css");
@import url("../assets/fn-icon/style.css");
@import url("owl.carousel.css");
@import url("hover.css");
@import url("../assets/nouislider/nouislider.css");
@import url("../assets/nouislider/nouislider.pips.css");
@import url("../assets/bootstrap-touch-spin/jquery.bootstrap-touchspin.css");
@import url("../assets/masterslider/style/masterslider.css");
@import url("../assets/masterslider/skins/default/style.css");
@import url("../assets/masterslider/staffcarousel/style/ms-staff-style.css");
@import url("../assets/bxslider/dist/jquery.bxslider.min.css");
@import url("../assets/Magnific-Popup-master/dist/magnific-popup.css");
@import url("../assets/animate.min.css");
@font-face {
    font-family: 'Oranienbaum';
    src: url('https://fonts.googleapis.com/css?family=Oranienbaum');
}


/************************** 
* 2. Miscelnious styles 
***************************/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body  .up-coming-projects{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

html .up-coming-projects{
    height: 100%;
    box-sizing: border-box;
}

input,
textarea {
    display: block;
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

li {
    list-style: none;
}

p {
    font-family: "Open Sans", Sans-serif;
    font-size: 0.8em;
    line-height: 1.5em;
    color: #5f5f5f;
    margin: 0;
    text-align: justify;
    text-justify: inter-word;
}

a,
a:hover,
a:active,
a:focus {
    border: none;
    outline: none;
    text-decoration: none;
    color: #000
}

h2 {
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oranienbaum', serif;
}

h3 {
    color: #000;
}

ul,
li {
    margin: 0;
    padding: 0;
}

h5 {
    line-height: 1.5em;
}

@media (min-width: 1200px) {
    .container {
        padding: 0;
    }
}

.wrapper {
    overflow-x: hidden;
}

.f-droids {
    font-family: "Droid Serif", serif !important;
}

.f-montreg {
    font-family: "Open Sans", sans-serif !important;
}

.c-black {
    color: #333;
}

.ttu {
    text-transform: uppercase;
}

.base-color-bg {
    background: #3563a9;
}

.pt0 {
    padding-top: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.m0 {
    margin: 0;
}

.has-dot-pattern {
    position: relative;
}

.has-dot-pattern:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("https://wp1.themexlab.com/html2/venuan/img/texture/dot.png") 0 0 repeat;
}

.has-dot-pattern .container {
    position: relative;
    z-index: 2;
}

.two-color-overlay {
    position: relative;
}

.two-color-overlay:before,
.two-color-overlay:after {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
}

.two-color-overlay:before {
    left: 0;
}

.two-color-overlay:after {
    right: 0;
}

.two-color-overlay .container {
    position: relative;
    z-index: 9;
}

.sec-pad {
    padding: 110px 0;
}

.sec-pad-70 {
    padding: 70px 0;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../img/icons/preloader.gif");
}


/*rev-slider-btn*/

.thm-btn {
    font-size: 14px;
    color: #156634;
    letter-spacing: -.005em !important;
    display: inline-block;
    line-height: 42px;
    background: transparent;
    font-family: "Open Sans", sans-serif;
    font-weight: bold !important;
    text-transform: uppercase;
    vertical-align: middle;
    border: 2px solid #156634;
    padding: 0 36px;
    -webkit-transition: background .4s ease, color .4s ease !important;
    transition: background .4s ease, color .4s ease !important;
}

.thm-btn:hover {
    color: #fff;
    border: 1px solid #fff;
}


/*recent-posts-btn*/

.btn-theme-four {
    position: relative;
    padding: 20px 0px;
    line-height: 24px;
    text-transform: uppercase;
    background: transparent;
    color: #156634 !important;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    -webkit-border-radius: 3px;
    float: right;
}

.btn-theme-four:hover {
    color: #ccc !important;
}


/*feture-btn*/

.btn-theme-five {
    position: relative;
    padding: 20px 0px;
    line-height: 24px;
    text-transform: uppercase;
    background: transparent;
    color: #000 !important;
    font-size: 14px;
    font-family: Open Sans;
    -webkit-border-radius: 3px;
    float: right;
    font-weight: 600;
    transition: .5s;
    letter-spacing: 2px;
}

.btn-theme-five:hover {
    color: #ccc !important;
    transition: .5s;
}


/*feture-btn*/

.btn-theme-six {
    padding: 20px 0px;
    line-height: 24px;
    text-transform: uppercase;
    background: transparent;
    color: #ccc !important;
    font-family: Open Sans;
    -webkit-border-radius: 3px;
    float: right;
    font-weight: 600;
    transition: .5s;
    letter-spacing: 2px;
    font-size: 12px;
    margin-right: 35px;
}

.btn-theme-six:hover {
    color: #000 !important;
    transition: .5s;
}


/*feture-btn*/

.btn-theme-seven {
    padding: 20px 0px;
    line-height: 24px;
    text-transform: uppercase;
    background: transparent;
    color: #ccc !important;
    font-family: Open Sans;
    -webkit-border-radius: 3px;
    float: right;
    font-weight: 600;
    transition: .5s;
    letter-spacing: 2px;
    font-size: 12px;
}

.btn-theme-seven:hover {
    color: #000 !important;
    transition: .5s;
}


/*contact-us-btn*/

.contact-us .contact-form .btn-style-one {
    position: relative;
    padding: 15px 40px 15px;
    line-height: 10px;
    font-size: 12px;
    margin-bottom: 7px;
    top: 35px;
    border: 2px solid #156634;
    background: transparent;
}

.hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #156634;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}


/*
=================================================================
page header
=================================================================
*/

.header-banner {
    background: url("../img/banner/1.jpg")no-repeat;
    overflow: hidden;
    padding: 154px 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.header-banner-up-coming-projects {
    background: url("../img/up_coming_projects/upcoming_projects_banner.jpg")no-repeat;
    overflow: hidden;
    padding: 154px 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.header-banner h2 {
    color: #fff;
    float: left;
    font-family: Open Sans;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 38px;
    letter-spacing: 5px;
}

.header-banner-team {
    background: url("../img/team/jade-team-banner.jpg")no-repeat;
    overflow: hidden;
    padding: 154px 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.header-banner-team h2 {
    color: #fff;
    float: left;
    font-family: Open Sans;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 38px;
    letter-spacing: 5px;
    padding-left: 20px
}

.header-banner-team p {
    color: #fff;
    float: left;
    font-size: 1em;
    padding-left: 20px
}

.header-banner .bread-cumb {
    float: right;
    margin-top: 26px;
}

.header-banner .bread-cumb li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-banner .bread-cumb li a {
    padding: 0px 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-family: raleway;
    font-weight: 400;
}

.header-banner .bread-cumb li a {
    position: relative;
}

.header-banner .bread-cumb li a:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 3px;
    width: 34px;
    height: 1px;
    background: #fff;
}


/*
-------------------
*/

.post-navigation {
    margin: 0;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 60px;
    padding-top: 40px;
}

.post-navigation li {
    padding: 0;
    padding: 0 5px;
}

.post-navigation a {
    display: block;
    font-size: 12px;
    color: #ccc;
    height: 50px;
    line-height: 46px;
    padding: 0 8px;
}

.post-navigation a:hover {
    color: #156634;
}

.post-navigation li a {
    position: relative;
}

.post-navigation li a:before {
    content: '';
    position: absolute;
    left: 6px;
    bottom: 10px;
    width: 16px;
    height: 2px;
    background: #156634;
}

.sec-title {
    margin-bottom: 30px;
}

.sec-title h2 {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    line-height: 22px;
    color: #333333;
    letter-spacing: -.005em;
}

.sec-title span.decor-line {
    margin-top: 10px;
    display: inline-block;
}

.sec-title span.decor-line:before,
.sec-title span.decor-line:after {
    content: '';
    width: 40px;
    background: #3563a9;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
}

.sec-title.white h2 {
    color: #FFFFFF;
}

.sec-title.white span.decor-line:before,
.sec-title.white span.decor-line:after {
    background: #fff;
}

.sec-title.white span.decor-line .decor-line-inner {
    background-image: url("https://wp1.themexlab.com/html2/venuan/img/texture/title-decor-white.png");
}

.sec-title.semi h2 {
    font-size: 30px;
}

.sec-title.medium h2 {
    font-size: 24px;
}

.sec-title-two {
    margin-bottom: 40px;
}

.sec-title-two h2 {
    margin: 0;
    font-size: 30px;
    line-height: 22px;
    color: #333333;
    font-family: "Open Sans", sans-serif;
    background: url("https://wp1.themexlab.com/html2/venuan/img/texture/title-decor-lines.png") center left repeat-x;
}

.sec-title-two h2 span {
    display: inline-block;
    padding: 0 22px;
    background: #fff;
    vertical-align: text-top;
}

.sec-title-two.text-left h2 span {
    padding-left: 0;
}

.sec-title-two.text-right h2 span {
    padding-right: 0;
}

.qoute-box {
    border-top: 1px solid #F4F4F4;
    margin-top: 30px;
    margin-bottom: -25px;
}

.qoute-box .qoute-content {
    border: 1px solid #F4F4F4;
    border-radius: 30px;
    background: #fff;
    margin-top: 0px;
    padding-left: 50px;
    padding-right: 50px;
    display: inline-block;
    position: relative;
    bottom: 30px;
}

.qoute-box .qoute-content h3 {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
    color: #3563a9;
    padding: 15px 0;
}

.accordion {
    margin-bottom: 65px;
    background-color: white
}

.accordion .panel-default {
    border: none;
    outline: none;
    box-shadow: none;
}

.accordion .panel + .panel {
    margin-top: 10px;
}

.accordion a[role=button] {
    padding: 10px 0;
    background: #F7F7F7;
    border: 1px solid #EEEEEE;
    padding-left: 20px;
    position: relative;
    font-size: 18px;
    line-height: 34px;
    font-weight: bold;
    color: #333333;
    display: block;
}

.accordion a[role=button].collapsed:before {
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 18px;
    color: #999999;
    font-weight: normal;
    font-family: 'FontAwesome';
    content: "\f18e";
}

.accordion a[role=button]:before {
    font-family: 'FontAwesome';
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 18px;
    font-weight: normal;
    content: "\f01a";
    color: #3563a9;
}

.accordion .inner-box {
    border: 1px solid #eee;
    border-top: 0;
    padding: 20px;
}

.accordion .inner-box p {
    margin: 0;
}


/* scroll to top styles */

.scroll-to-top {
    position: fixed;
    bottom: 50px;
    right: 45px;
    background: #156634;
    font-size: 35px;
    font-weight: normal;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 45px;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    z-index: 999;
}


/************************** 
* 3. Header styles 
***************************/

.header {
    background: #000;
    border-bottom: 1px solid rgba(122, 122, 122, 0.1);
}

.header .header-top {
    height: 30px;
    padding: 0;
    background: #27ae60;
    line-height: 30px;
}

.header .header-top .list-inline {
    margin-bottom: 0;
}

.header .header-top .right-info .list-inline {}

.header .header-top .right-info .list-inline li {}

.header .header-top .right-info .list-inline li a {
    /* background: #3A5A98;*/
    padding: 10px 30px 11px;
    line-height: 30px;
    color: #272727;
    text-transform: uppercase;
}

.header .header-top .right-info .list-inline li a:hover {}

.header .header-navigation .navbar-collapse.collapse {
    padding: 0;
    text-align: right;
}

.header .header-navigation.navbar {
    background: #fff;
    position: relative;
    min-height: auto;
    margin-bottom: 0px;
    border: 0px solid transparent;
    border-radius: 0;
    border-bottom: 1px solid #ededed;
    height: 75px;
}

.header .header-navigation.navbar > .container .navbar-brand,
.header .header-navigation.navbar > .container-fluid .navbar-brand {
    margin: 0;
    float: left;
    /* height: auto;*/
    padding: 0;
    font-size: 18px;
    line-height: 47px;
}

.header .header-navigation.navbar > .container .navbar-brand img,
.header .header-navigation.navbar > .container-fluid .navbar-brand img {
    display: inline;
    margin-top: 6px;
}

.header .header-navigation.navbar .nav.navigation-box {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.header .header-navigation.navbar .nav > li {
    padding: 20px 0 34px;
    float: none;
    display: inline-block;
}

.header .header-navigation.navbar .nav > li > a:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 14px;
    margin-left: 10px;
}

.header .header-navigation.navbar .nav li > a:only-child:after {
    content: '';
    display: none;
}

.header .header-navigation.navbar .nav > li > a {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    color: #000;
    padding: 15px 18.5px;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
}

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

.header .header-navigation.navbar .navbar-nav > li > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 200px;
    padding: 0px 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 4px solid #156634;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease, visibility .4s ease;
    transition: opacity .4s ease, visibility .4s ease;
}

.header .header-navigation.navbar .navbar-nav > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.1s ease;
}

.header .header-navigation.navbar .navbar-nav > li > .sub-menu li {
    display: block;
    position: relative;
}

.header .header-navigation.navbar .navbar-nav > li > .sub-menu li a {
    font-size: 16px;
    color: #156634;
    font-family: "Open Sans", sans-serif;
    display: block;
    padding: 20px;
    -webkit-transition: background .4s ease;
    transition: background .4s ease;
}

.header .header-navigation.navbar .navbar-nav > li > .sub-menu li + li {
    border-top: 1px dashed #282828;
}

.header .header-navigation.navbar .navbar-nav > li > .sub-menu li:hover > a {
    background: #fff;
    border-color: #3563a9;
    position: relative;
}

.header .header-navigation.navbar .navbar-nav > li > .sub-menu > li > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 200px;
    padding: 0px 0;
    text-align: left;
    list-style: none;
    background-color: #161616;
    background-clip: padding-box;
    border-top: 4px solid #156634;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease, visibility .4s ease;
    transition: opacity .4s ease, visibility .4s ease;
    top: 0;
    left: 100%;
    margin-top: 0px;
}

.header .header-navigation.navbar .navbar-nav > li > .sub-menu > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}

.header .header-navigation.navbar .navbar-nav > li > .sub-menu > li > a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 14px;
    float: right;
    margin-right: 20px;
}

.header .header-navigation.navbar .navbar-nav > li > .sub-menu li > a:only-child:after {
    content: '';
    display: none;
}

.header .header-navigation.navbar .right-box.nav {
    float: none !important;
    display: inline-block;
    vertical-align: middle;
}

.header .header-navigation.navbar .right-box.nav > li > a {
    padding: 0 15px;
    line-height: 15px;
}

.header .header-navigation.navbar .right-box.nav > li + li > a {
    border-left: 1px solid #FFFFFF;
    position: relative;
}

.header .header-navigation.navbar .right-box.nav > li + li > a span.count {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #156634;
    color: #fff;
    display: block;
    position: absolute;
    top: -7px;
    right: 7px;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    color: #FBFBFB;
}

.header .header-navigation.navbar .right-box.nav > li a:after {
    display: none;
}

.header .header-navigation.navbar .right-box.nav > li > .sub-menu {
    left: auto;
    right: 0;
}

.header .header-navigation.navbar .right-box.nav > li > .sub-menu.search-box {
    border: none;
    padding: 10px;
}

.header .header-navigation.navbar .right-box.nav > li > .sub-menu form {
    width: 280px;
    background: #161616;
    border: 1px solid #3563a9;
}

.header .header-navigation.navbar .right-box.nav > li > .sub-menu form input {
    height: 42px;
    line-height: 42px;
    border: none;
    outline: none;
    padding-left: 15px;
    width: calc( 100% - 42px);
    float: left;
}

.header .header-navigation.navbar .right-box.nav > li > .sub-menu form button {
    width: 42px;
    height: 42px;
    background: #156634;
    color: #fff;
    border: none;
    outline: none;
    float: right;
}

@media (min-width: 1025px) {
    .nav li a span.phone-only {
        display: none;
    }
}

@media (max-width: 1024px) {
    .nav li a span.phone-only {
        display: inline-block;
    }
    .nav li a span.phone-only + i {
        display: none;
    }
    .nav li a span.count {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .fancybox_raffles img, .fancybox_alexander img {
        height: auto !important;
    }
}

.hidden-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 1000;
    width: 100%;
    max-width: 340px;
    background: rgba(0, 0, 0, 0.8);
    height: 100% !important;
    display: block !important;
    padding-left: 30px;
    padding-right: 28px;
    padding-top: 50px;
    overflow: auto;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.hidden-sidebar.collapse.in {
    right: 0;
    transition: .5s ease;
}

.hidden-sidebar .close-button {
    width: 35px;
    height: 35px;
    background: rgb(245, 192, 86);
    border: none;
    outline: none;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    right: 25px;
}

.hidden-sidebar .close-button i {
    font-size: 15px;
    color: #fff;
    line-height: 34px;
}

.hidden-sidebar .single-hidden-sidebar {
    padding-bottom: 40px;
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 40px;
}

.hidden-sidebar .single-hidden-sidebar:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.hidden-sidebar .single-hidden-sidebar h3,
.hidden-sidebar .single-hidden-sidebar p,
.hidden-sidebar .single-hidden-sidebar ul,
.hidden-sidebar .single-hidden-sidebar li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hidden-sidebar .single-hidden-sidebar h3 {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
}

.hidden-sidebar .single-hidden-sidebar p {
    color: #fff;
}

.hidden-sidebar .single-hidden-sidebar a.logo {
    margin-bottom: 0px;
    display: block;
    padding-bottom: 0px;
}

.hidden-sidebar .single-hidden-sidebar ul.contact-info li + li {
    border-top: 1px solid #F2F2F2;
    padding: 5px 0;
}

.hidden-sidebar .single-hidden-sidebar ul.contact-info li .icon-box,
.hidden-sidebar .single-hidden-sidebar ul.contact-info li .text-box {
    display: table-cell;
    vertical-align: super;
}

.hidden-sidebar .single-hidden-sidebar ul.contact-info li .icon-box {
    width: 30px;
    color: #156634;
}

.hidden-sidebar .single-hidden-sidebar ul.contact-info li .text-box {
    line-height: 28px;
}

.hidden-sidebar .single-hidden-sidebar .thm-btn {
    margin-top: 35px;
}

.header.header-1 {
    background: rgba(0, 0, 0, 0.1);
}

.header.header-2 {
    background: #FFFFFF;
}

.header.header-2 .header-top {
    background: #2B3134;
    padding: 9px 0;
}

.header.header-2 .header-navigation.navbar .nav > li > a {
    color: #333333;
}

.header.header-2 .header-navigation.navbar .right-box.nav > li + li > a {
    border-color: #333;
}

.header.header-2 .header-navigation.navbar .nav > li {
    padding: 47px 0;
}

.header.header-2 .header-navigation.navbar > .container .navbar-brand,
.header.header-2 .header-navigation.navbar > .container-fluid .navbar-brand {
    line-height: 100px;
}

.header.header-5 {
    background: rgba(0, 0, 0, 0.1);
}

.header.header-5 .header-navigation.navbar .nav > li {
    padding: 47px 0;
}

.header.header-5 .header-navigation.navbar > .container .navbar-brand,
.header.header-5 .header-navigation.navbar > .container-fluid .navbar-brand {
    line-height: 100px;
}

.header-fixed {
    position: relative;
    z-index: 1000;
}

.header .stricky {
    -webkit-transition: background .4s ease;
    transition: background .4s ease;
}

.header .stricky-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff !important;
}

.header .stricky-fixed.header-navigation.navbar .nav > li {
    padding: 15px 0;
}

.header .stricky-fixed.header-navigation.navbar > .container .navbar-brand {
    line-height: 69px;
}

.header.header-2 .stricky-fixed {
    background: #fff !important;
}

.header.header-3 .stricky-fixed {
    background: #E4E6E7 !important;
}

.header.header-3 .header-navigation.navbar.stricky .nav > li {
    -webkit-transition: padding .4s ease;
    transition: padding .4s ease;
}

.header.header-3 .header-navigation.navbar.stricky-fixed .nav > li {
    padding: 33px 0;
}

.header.header-3 {
    background: #2B3134;
    border: none;
}

.header.header-3 .header-top {
    padding: 26px 0;
}

.header.header-3 .header-top .logo {
    line-height: 48px;
}

.header.header-3 .single-right-info {
    float: left;
}

.header.header-3 .single-right-info + .single-right-info {
    margin-left: 40px;
}

.header.header-3 .single-right-info .icon-box,
.header.header-3 .single-right-info .text-box {
    display: table-cell;
    vertical-align: middle;
}

.header.header-3 .single-right-info .icon-box i {
    font-size: 30px;
    color: #ffffff;
}

.header.header-3 .single-right-info .text-box {
    padding-left: 20px;
}

.header.header-3 .single-right-info .text-box p {
    font-size: 15px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    margin: 0;
}

.header.header-3 .header-navigation.navbar {
    background: #E4E6E7;
}

.header.header-3 .header-navigation.navbar .nav > li {
    padding: 19.5px 0;
}

.header.header-3 .header-navigation.navbar .nav > li > a {
    color: #333333;
}

.header.header-3 .header-navigation.navbar .nav > li:first-child > a {
    padding-left: 0;
}

.header.header-3 .header-navigation.navbar .right-box.nav > li + li > a {
    border-color: #333;
}


/*
=========================================================
rev-slider styles 
=======================================================
*/

.rev_slider_wrapper h1 {
    font-size: 58px;
    font-family: Raleway;
    font-weight: 300;
    letter-spacing: 13px;
}

.rev_slider_wrapper {
    background: #000;
}

.rev_slider_wrapper #slider1 .banner-caption-h1 {
    color: #FFFFFF;
}

.rev_slider_wrapper #slider1 .banner-caption-p {
    font-size: 20px;
    color: #FFFFFF;
    font-family: 'Oranienbaum', serif;
    font-size: 26px;
    line-height: 50px;
}


/*
========================================================
about section
=========================================================
*/

.about {
    padding-top: 170px;
    border-bottom: 1px solid #f3f6f4;
}

.about .about-text .section-title h3 {
    position: relative;
}

.about .about-text .section-title h3:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 37px;
    width: 2px;
    height: 100px;
    background: #ccc;
}

.about .about-text .section-title h2 {
    max-width: 410px;
    position: relative;
    padding-bottom: 16px;
    font-size: 46px;
}

.about .about-text .section-title h2:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100px;
    height: 2px;
    background: #156634;
    margin-bottom: -50px;
}

@media only screen and (max-width: 600px) {
    .about .about-text .section-title h2:after {
        display: none;
    }
    .about .about-text .section-text p {
        padding-left: 0px !important
    }
}

@media only screen and (max-width: 1024px) {
    .about {
        padding-top: 0px !important;
    }
}

.about .about-image .image-1 {
    /*    margin-right: 50px;*/
    position: relative;
    /*    display: inline-block;*/
    padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.about .about-image .image-1:before {
    position: absolute;
    transform: rotate(-90deg);
    right: -116px;
    top: 100px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #D6D6D6;
    font-size: 13px;
    font-family: 'Oranienbaum';
    font-weight: 500;
}

.about .about-image .image-2 {
    position: relative;
    display: inline-block;
    margin-left: 50px;
}

.about .about-image .image-2:before {
    position: absolute;
    content: "architecture";
    transform: rotate(-90deg);
    left: -105px;
    top: 100px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #D6D6D6;
    font-size: 13px;
    font-family: 'Oranienbaum';
    font-weight: 500;
}

.about .about-image .image-1 img {
    /*   width: 150px;*/
    height: 450px;
    text-align: center;
    margin: 120px auto;
    display: block;
    padding-top: 50px
}

.about .about-image .image-2 img {
    width: 100%;
}

.about .about-text .section-text .about-btn {
    float: right;
    padding: 30px 34px;
}

.about .about-text .section-text .about-btn li a {
    list-style: none;
    text-transform: uppercase;
    color: #000;
    transition: .5s;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    letter-spacing: 2px;
}

.about .about-text .section-text .about-btn li a:hover {
    color: #156634;
    transition: .5s;
}

.about .about-text .section-text p {
    padding-right: 20px;
    padding-left: 118px;
    line-height: 33px;
    margin-top: -6px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}


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


/*
======================================================
our projects
=================================================
*/

.our-projects {
    padding: 100px 0px;
    border-bottom: 1px solid #f3f6f4;
}

.our-projects .section-title h2 {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oranienbaum';
    font-weight: 400;
    padding-bottom: 70px;
    font-size: 32px;
    letter-spacing: 8px;
}

.our-projects .section-title h2 span {
    display: block;
    font-size: 0.5em;
    padding-top: 20px;
}

.our-projects .section-title h2:before {
    content: '';
    position: absolute;
    bottom: 42px;
    width: 8%;
    height: 2px;
    left: 46%;
    background: #156634;
}

.single-projects .image-holder {
    position: relative;
    overflow: hidden;
}

.single-projects .image-holder img {
    width: 100%;
    transition: .5s;
}

.single-projects .image-holder:hover img {
    transform: scale(1.1, 1.1);
    transition: .5s;
}

.single-projects .image-holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: .5s
}

.single-projects:hover .image-holder .overlay {
    opacity: 1;
}

.single-projects .image-holder .text {
    position: absolute;
    color: #fff;
    left: 11%;
    bottom: 10%;
}

.single-projects .image-holder .text p {
    color: #fff;
}

.our-projects .column {
    padding: 0;
}

.supertabs .item {
    display: none;
}

.supertabs .item.collapsed {
    display: block;
}


/*
--------
s
--------
*/

.single-projects .image-holder .overlay .inner {
    display: table;
    width: 100%;
    height: 100%;
}

.single-projects .image-holder .overlay .inner .social {
    text-align: center;
    vertical-align: middle;
    padding-bottom: 30px;
    position: relative;
    display: table-cell;
    padding: 25px 38px;
}

.single-projects .image-holder .overlay .inner .social i {
    margin-top: 15px;
}

.single-projects .image-holder .overlay .inner .social li {
    margin: 0;
    padding: 0;
}

.single-projects .image-holder .overlay .inner .social li a {
    border: 2px solid #156634;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #156634;
    transition: .5s
}

.single-projects .image-holder .overlay .inner .social li a:hover {
    color: #156634;
    background: none;
    transition: .5s
}


/*owl dots*/

.owl-controls {
    text-align: center;
    display: block;
    position: relative;
    bottom: -35px;
}

.owl-dots .owl-dot {
    display: inline-block;
}

.owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #ccc;
    display: block;
    height: 3px;
    width: 48px;
    transition: opacity 200ms ease 0s;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #156634;
}


/*
=======================================================
owl carousel-2
=======================================================
*/

.owl-carousel-2 .claint-carousel .item .image-holder img {
    display: inline-block;
    width: auto;
}

.owl-carousel-2 .claint-carousel .item .image-holder {
    padding: 54px 0px;
    display: inline-block;
    float: inherit;
}


/*
=========================================================
supertabs
=========================================================
*/

.supertabs {
    position: relative;
    padding: 60px 0;
}

.supertabs .tab-content .tab {
    height: 0px;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease;
}

.supertabs .tab-content .tab.active-tab {
    visibility: visible;
    opacity: 1;
    height: 100%;
    transition: .5s ease;
}

.supertabs .tab-content p {
    padding-right: 12px;
    padding-left: 118px;
    line-height: 25px;
    margin-top: -6px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.supertabs .tab-content h2 {
    /*    max-width: 520px;*/
    position: relative;
    padding-bottom: 16px;
    font-size: 46px;
}

.supertabs .tab-content h2:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100px;
    height: 2px;
    background: #156634;
    margin-bottom: -18px;
}

.supertabs .tab-content h3 {
    position: relative;
}

.supertabs .tab-content h3:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 37px;
    width: 2px;
    height: 100px;
    background: #ccc;
}

.supertabs .custom-list h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #000;
}

.supertabs .custom-list p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #949494;
}

.supertabs .tab-navigation {
    padding-right: 0;
}

@media (max-width: 992px) {
    .supertabs .tab-navigation {
        padding-right: 15px;
    }
}

.supertabs .tab-navigation ul li {
    margin-bottom: 20px;
}

.supertabs .custom-list ul li.active-btn,
.supertabs .tab-navigation ul li.active {
    margin-left: -3px;
    border-left: 3px solid #156634;
}

.supertabs ul li.active-btn,
.supertabs ul li.active a {
    background: #fff;
}

.supertabs .tab-navigation ul li a {
    padding: 27px 25px;
    display: block;
    background: #f7f7f7;
}

.supertabs.style2 .custom-list li.active-btn a {
    padding: 27px 25px;
    display: block;
    background: #fff;
    border-left: 3px solid #156634;
}

.supertabs.style2 .custom-list {
    margin: 0;
    padding: 0;
    margin: 0 -15px;
    margin-top: 70px;
}

.supertabs.style2 .custom-list li {
    padding: 0 15px;
}

.supertabs.style2 .custom-list li a {
    padding: 27px 25px;
    display: block;
    background: #f7f7f7;
}

.supertabs .tab-navigation ul li a .title {
    margin: 0 0 3px 0;
}

.supertabs .tab-navigation ul li a .subtitle {
    margin: 0;
    font-weight: normal;
}

.supertabs .tab-content {
    padding-left: 0;
}


/*
=======================================================
counterup
=======================================================
*/

.counterup {
    background: url("../img/resources/counterup/counterup.jpg")no-repeat;
    overflow: hidden;
    padding: 143px 0px 144px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.counterup-overlay:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(86, 85, 84, .8);
    z-index: 0;
    content: "";
}

.counterup .counterup-overlay .item-list .item {
    padding-top: 22px;
}

.counterup .counterup-overlay .item-list .item span {
    color: #fff;
    font-size: 55px;
    font-family: 'Raleway';
    sans-serif;
    font-weight: 700;
}

.counterup .counterup-overlay .item-list .item p {
    color: #156634;
    font-family: 'Raleway';
    sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 13px;
}

.counterup .counterup-overlay .counterup-text {
    padding-left: 25px;
}

.counterup .counterup-overlay .counterup-text h2 {
    font-family: 'Raleway';
    sans-serif;
    letter-spacing: 13px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    display: inline;
    color: #fff;
}

.counterup .counterup-overlay .counterup-text h2:before {
    content: '';
    position: absolute;
    right: 15px;
    bottom: -30px;
    width: 100px;
    height: 2px;
    background: #156634;
}

.counterup .counterup-overlay .counterup-text p {
    font-family: raleway-semibold;
    letter-spacing: 13px;
    text-transform: uppercase;
    padding-top: 50px;
    color: #fff;
}


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


/*
=======================================================
recent post
=========================================================
*/

.recent-posts {
    padding: 110px 0px;
}

.recent-posts .section-title h2 {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oranienbaum';
    font-weight: 400;
    padding-bottom: 70px;
    letter-spacing: 8px;
}

.recent-posts .section-title h2:before {
    content: '';
    position: absolute;
    bottom: 42px;
    width: 8%;
    height: 2px;
    left: 46%;
    background: #156634;
}

.recent-posts .recent-post-bottom .item-list .single-item h3 {
    padding: 20px 0px;
}

.recent-posts .recent-post-bottom .item-list .single-item h5 {}

.recent-posts .recent-post-bottom .item-list .single-item p {
    /*    line-height: 30px;*/
    color: #5f5f5f;
}

.recent-posts .recent-post-bottom .item-list .single-item .image-box img {
    width: 100%;
    transition: .5s;
}

.recent-posts .recent-post-bottom .item-list .single-item .image-box {
    position: relative;
}

.recent-posts .recent-post-bottom .item-list .single-item .image-box .calendar {
    position: absolute;
    right: 0;
    margin-right: -7px;
    bottom: -10px;
    background: #252525;
    color: #fff;
    /*    width: 162px;*/
    height: 48px;
}

.recent-posts .recent-post-bottom .item-list .single-item .image-box .calendar span {
    float: left;
    margin-right: 16px;
    margin-top: 9px;
}

.recent-posts .recent-post-bottom .item-list .single-item .image-box .calendar h5 {
    color: #fff;
    text-align: center;
    padding: 10px
}


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


/*
=============================================
contact us
==============================================
*/

.contact-us {
    position: relative;
    padding: 50px 0 0px;
  
    /*    margin-bottom: 60px;*/
}
.light-bg {
      background: #f3f6f4 !important;
}

.contact-us h5 {
    position: relative;
    margin-top: 4px;
}

.contact-us .contact-form {
    position: relative;
}

.contact-us .contact-form {
    position: relative;
}

.contact-us .contact-form input[type="text"],
.contact-us .contact-form input[type="email"],
.contact-us .contact-form input[type="password"],
.contact-us .contact-form select {
    position: relative;
    width: 100%;
    line-height: 24px;
    font-size: 12px;
    color: #777;
    border: navajowhite;
    background: #fff;
    box-shadow: none;
    border: 1px solid #eee;
    height: 50px;
    margin-bottom: 19px;
    padding: 0px 20px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.contact-us .contact-form textarea {
    position: relative;
    width: 100%;
    line-height: 37px;
    padding: 20px 20px 0;
    border: none;
    resize: none;
    background: #fff;
    border: 1px solid #eee;
    font-size: 12px;
    color: #777;
    padding-bottom: 0px;
    margin-bottom: 35px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.contact-us .contact-form::-webkit-input-placeholder {
    font-size: 14px;
    color: #777;
    font-family: 'Oranienbaum';
}

.contact-us .contact-form::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
    color: #777;
    font-family: 'Oranienbaum';
}

.contact-us .contact-form:-ms-input-placeholder {
    font-size: 14px;
    color: #777;
    font-family: 'Oranienbaum';
}

.contact-us .contact-form input:focus,
.contact-us .contact-form textarea:focus,
.contact-us .contact-form select:focus {
    border: none;
    border: 1px solid #eee;
}

.contact-us .contact-form input.error,
.contact-us .contact-form textarea.error,
.contact-us .contact-form select.error {
    border: none;
    border: 1px solid #eee;
}

.contact-us .contact-form input.error:focus,
.contact-us .contact-form textarea.error:focus {
    border: none;
    border: 1px solid #eee;
    box-shadow: 0px;
}

.contact-us .contact-form label.error {
    display: none !important;
}

.contact-us .google-map {
    position: relative;
    width: 100%;
    margin-right: 20px;
    height: 405px;
    background: #d0d0d0;
    margin-top: 50px !important
}

.contact-us .row {
    margin-bottom: 50px;
}

.contact-us .section-title h3 {
    position: relative;
}

.contact-us .section-title h3:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 37px;
    width: 2px;
    height: 100px;
    background: #ccc;
}

.contact-us .contact-form span {
    color: red;
    font-size: 12px;
}

.contact-us .item-text .item {
    padding-top: 30px;
    padding-bottom: 20px;
}

.contact-us .item-text .item .icon:before {
    font-size: 20px;
}

.contact-us .item-text .item .icon {
    float: left;
    margin-right: 9px;
    color: #156634;
    font-weight: 700;
}

.contact-us .item-text .item .text {
    margin-left: 10px;
    display: inline-block;
}


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

.footer {
    background: #252525;
    padding: 70px 0px 60px;
    text-align: center;
}

.footer .footer-menu {
    display: inline-block;
    padding-bottom: 60px;
}

.footer .footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .footer-menu ul li {
    float: left;
    display: inline-block;
    margin-bottom: 10px;
}

.footer .footer-menu ul li a {
    padding: 12px 50px;
    text-transform: uppercase;
    border: 1px solid rgba(157, 157, 157, 0.44);
    background: transparent;
    color: #9D9D9D;
    display: block;
}

.footer .footer-menu ul li a:hover {}

.footer .footer-logo img {
    margin: 0 auto;
}


/*
==========================================================
footer-bottom
==============================================================
*/

.footer-bottom {
    background: #252525;
    border-top: 1px solid rgba(157, 157, 157, 0.38);
    color: #fff;
    padding: 20px 0px 10px;
}

.footer-bottom .social i {
    color: #fff;
    font-size: 22px;
}

.footer-bottom p {
    color: #fff;
    font-size: 11px;
    font-family: "Raleway", sans-serif;
}

.up-coming-projects .footer-bottom {
    background: #252525;
    border-top: 1px solid rgba(157, 157, 157, 0.38);
    color: #fff;
    padding: 20px 0px 10px;
    height: 60px;
    left: 0;
    bottom: 0;
    right: 0;
    position: relative !important;
    margin-top: 150px;
}


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


/*
=================================================================================================
feture section
=================================================================================================
*/

.feture {
    padding: 85px 0px;
}

.feture .item .text p {
    font-family: opensans;
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
    padding-top: 20px;
}

.feture .item .title h3 {
    position: relative;
    padding-bottom: 30px;
}

.feture .item .title h3:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100px;
    height: 2px;
    background: #156634;
}

.feture .item .title h2 {}


/*
======================================================================================================
home3 feature-3 style
======================================================================================================
*/

.feature-3 {
    padding: 85px 0px;
}

.feature-3 .item-list .item .icon span {
    margin-left: -18px;
}

.feature-3 .item-list .item .icon span:before {
    font-size: 48px;
    color: #156634;
}

.feature-3 .item-list .item h5 {
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 16px;
}

.feature-3 .item-list .item p {
    line-height: 30px;
    font-family: open sans;
    font-weight: 400;
    font-size: 12px;
}


/*
=========================================================================
services feature-4
=========================================================================
*/

.feature-4 {
    padding-top: 82px;
}

.feature-4 .item-list .item .img-box {}

.feature-4 .item-list .item .text h5 {
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 16px;
}

.feature-4 .item-list .item .text p {
    line-height: 30px;
    font-family: open sans;
    font-weight: 400;
    font-size: 12px;
}

.feature-4 .item-list .item .text {}


/*
===========================================================================
feature-2
===========================================================================
*/

.feature-2 {
    padding: 75px 0px;
}

.feature-2 .item-list .item-1 .inner .img-box {
    margin-left: 75px;
    position: relative;
    display: inline-block;
    z-index: 2;
    padding-right: 10px;
}

.feature-2 .item-list .item-1 .inner .img-box:before {
    position: absolute;
    content: "";
    left: -75px;
    top: -70px;
    width: 100%;
    height: 100%;
    border: 14px solid #ccc;
    z-index: -1;
}

.feature-2 .item-list .item-1 .inner .title h3 {
    margin-left: 75px;
}

.feature-2 .item-list .item-1 .text {
    padding-left: 44px;
    position: relative;
}

.feature-2 .item-list .item-1 .text:after {
    content: '';
    position: absolute;
    left: 0px;
    top: -20px;
    width: 2px;
    height: 435px;
    background: #156634;
}

.feature-2 .item-list .item-2 {
    padding-top: 165px;
}

.feature-2 .item-list .item-2 .inner .img-box {
    margin-right: 75px;
    position: relative;
    display: inline-block;
    z-index: 2;
    padding-left: 10px;
}

.feature-2 .item-list .item-2 .inner .img-box:before {
    position: absolute;
    content: "";
    right: -75px;
    top: -70px;
    width: 100%;
    height: 100%;
    border: 14px solid #ccc;
    z-index: -1;
}

.feature-2 .item-list .item-2 .inner .title h3 {
    margin-right: 100px;
    float: right;
}

.feature-2 .item-list .item-2 .text {
    text-align: right;
    padding-right: 44px;
    position: relative;
}

.feature-2 .item-list .item-2 .text:after {
    content: '';
    position: absolute;
    right: 0px;
    top: -20px;
    width: 2px;
    height: 435px;
    background: #156634;
}


/*
==================================================
feature-5 style
==================================================
*/

.feature-5 .text .section-title h2 {
    max-width: 410px;
    position: relative;
    padding-bottom: 16px;
    font-size: 46px;
}

.feature-5 .text .section-title h2:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100px;
    height: 2px;
    background: #156634;
    margin-bottom: -18px;
}

.feature-5 .text .section-text p {
    padding-right: 20px;
    padding-left: 118px;
    line-height: 33px;
    margin-top: -6px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.feature-5 .text .feature-5-btn {
    float: right;
    padding: 30px 34px;
}

.feature-5 .text .feature-5-btn li a {
    list-style: none;
    text-transform: uppercase;
    color: #000;
    transition: .5s;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    letter-spacing: 2px;
}

.feature-5 .text .feature-5-btn li a:hover {
    color: #156634;
    transition: .5s;
}


/*
==================================================
feature-6 style
==================================================
*/

.feature-6 .item-list .item {
    padding:
}

.feature-6 .item-list .item h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
}

.feature-6 .item-list .item p {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}


/*
=========================================================================
  Blog page styles 
=========================================================================
*/

.single-blog-post .content-box .img-box {
    position: relative;
    margin-bottom: 45px;
    overflow: hidden;
}

.single-blog-post .content-box .img-box img {
    width: 100%;
    transition: .5s;
}

.single-blog-post .content-box .img-box .calendar {
    position: absolute;
    right: 0;
    margin-right: 0px;
    bottom: 0px;
    background: #252525;
    color: #fff;
    width: 162px;
    height: 48px;
}

.single-blog-post .content-box .img-box .calendar span {
    float: left;
    margin-right: 16px;
    margin-top: 9px;
}

.single-blog-post .content-box .img-box .calendar h5 {
    color: #fff;
    padding-top: 7px;
}

.single-blog-post .content-box .img-box .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(245, 192, 86, 0.8);
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: -webkit-transform .4s ease, opacity .4s ease, visibility .4s ease;
    transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
}

.single-blog-post .content-box .img-box .overlay .box {
    display: table;
    width: 100%;
    height: 100%;
}

.single-blog-post .content-box .img-box .overlay .box .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.single-blog-post .content-box .img-box .overlay .box .content ul.list-inline li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    display: block;
    text-align: center;
    line-height: 38px;
    background: #fff;
    color: #000;
    font-size: 22px;
    -webkit-transition: background .4s ease, color .4s ease;
    transition: background .4s ease, color .4s ease;
}

.single-blog-post .content-box .img-box .overlay .box .content ul.list-inline li a:hover {
    color: #156634;
}

.single-blog-post .content-box h3,
.single-blog-post .content-box p {
    margin: 0;
}

.single-blog-post .content-box h3 {
    color: #333333;
    font-family: "Open Sans", sans-serif;
    margin-top: 6px;
}

.single-blog-post .content-box p {
    margin-top: 17px;
}

.single-blog-post:hover .content-box .img-box .overlay {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

.blog-sidebar {
    padding-top: 110px;
}

.blog-sidebar .single-blog-post {
    margin-top: 0px;
}

.blog-sidebar .single-blog-post h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 25px;
}

.blog-sidebar .single-blog-post + .single-blog-post {
    margin-top: 60px;
}


/*
=====================================================================================
blog Sidebar style 
=====================================================================================
*/

.single-sidebar + .single-sidebar {
    margin-top: 60px;
}

.single-sidebar ul,
.single-sidebar li,
.single-sidebar h3,
.single-sidebar p {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-sidebar .sec-title h2 {
    border-bottom: 2px solid #ccc;
    padding-bottom: 20px;
    position: relative;
}

.single-sidebar .sec-title h2:before {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 35px;
    height: 2px;
    background: #156634;
}


/*
----------
blog sidebar search from
*/

.single-sidebar .search-widget form {
    width: 100%;
    max-width: 430px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    border: 2px solid #ccc;
}

.single-sidebar .search-widget form input {
    float: left;
    background-color: transparent;
    border: none;
    outline: none;
    height: 100%;
    width: 70%;
    padding-left: 15px;
}

.single-sidebar .search-widget form button {
    float: right;
    width: 50px;
    height: 50px;
    background: none;
    color: #156634;
    border: none;
    outline: none;
}


/*
---------
/*



/*
--------
blog sidebar latest news 
*/

.single-sidebar .latest-news li + li {
    margin-top: 25px;
}

.single-sidebar .latest-news .icon-box,
.single-sidebar .latest-news .text-box {
    display: table-cell;
    vertical-align: top;
}

.single-sidebar .latest-news .text-box {
    padding-left: 20px;
}

.single-sidebar .latest-news .text-box h4 {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #333333;
    line-height: 24px;
    margin-top: -6px;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
}

.single-sidebar .latest-news .text-box h4:hover {
    color: #156634;
}

.single-sidebar .latest-news .text-box h4 a {
    color: inherit;
}

.single-sidebar .latest-news .text-box p {
    color: #999999;
    font-size: 12px;
    font-style: italic;
    font-family: "Droid Serif", serif;
    float: right;
    transition: .5s;
}

.single-sidebar .latest-news .text-box p:hover {
    color: #156634;
    transition: .5s;
}


/*
------------
*/


/*
-------------------
blog sidebar categories
*/

.single-sidebar .categories-widget ul li:last-child a {
    padding-bottom: 0;
}

.single-sidebar .categories-widget ul li:first-child a {
    padding-top: 0;
}

.single-sidebar .categories-widget ul li a {
    padding: 12.5px 0;
    display: block;
    line-height: 24px;
    color: #999999;
    -webkit-transition: color .4s ease, left .4s ease;
    transition: color .4s ease, left .4s ease;
    position: relative;
    left: 0;
}

.single-sidebar .categories-widget ul li a:hover {
    color: #000;
}

.single-sidebar .categories-widget ul li a span {
    float: right;
}

.single-sidebar .categories-widget ul li a:hover span {
    color: #156634;
}


/*
-----------------
*/


/*
------------------
blog sidebar instagram 
*/

.single-sidebar .insta-widget ul {
    margin-left: -5px;
    margin-right: -5px;
}

.single-sidebar .insta-widget ul li {
    float: left;
    padding: 5px 4px;
}

.single-sidebar .insta-widget ul li .inner-box {
    display: block;
    overflow: hidden;
    position: relative;
}

.single-sidebar .insta-widget ul li .inner-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(245, 192, 86, 0.9);
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: -webkit-transform .4s ease, opacity .4s ease, visibility .4s ease;
    transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
}

.single-sidebar .insta-widget ul li .inner-box .overlay .box {
    display: table;
    width: 100%;
    height: 100%;
}

.single-sidebar .insta-widget ul li .inner-box .overlay .box .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.single-sidebar .insta-widget ul li .inner-box .overlay .box .content a {
    font-size: 20px;
    color: #fff;
}

.single-sidebar .insta-widget ul li:hover .inner-box .overlay {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}


/*
-----------
*/


/*
===============================================================
about page style
===============================================================
*/

.team-section {
    position: relative;
    background: #f3f6f4;
    padding: 80px 0px;
}

.team-section .section-title h2 {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oranienbaum';
    font-weight: 400;
    padding-bottom: 70px;
    letter-spacing: 8px;
}

.team-section .section-title h2:before {
    content: '';
    position: absolute;
    bottom: 42px;
    width: 8%;
    height: 2px;
    left: 46%;
    background: #156634;
}

.contact-us .section-title h2 {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oranienbaum';
    font-weight: 400;
    padding-bottom: 70px;
    letter-spacing: 8px;
}

.contact-us .section-title h2:before {
    content: '';
    position: absolute;
    bottom: 42px;
    width: 8%;
    height: 2px;
    left: 46%;
    background: #156634;
}

.team-section .team-member {
    position: relative;
    margin-bottom: 40px;
}

.team-section .team-member .inner-box {
    position: relative;
    max-width: 500px;
    display: block;
    background: #ffffff;
    margin: 0 auto;
    /*  text-align:center;*/
}

.team-section .team-member .image img {
    display: block;
    width: 100%;
}

.team-section .team-member .member-info {
    position: relative;
    padding: 30px 20px;
    background: #ffffff;
    /*    height: 250px;*/
    min-height: 290px;
    border-bottom-style: solid;
    border-bottom-color: #f3f6f4;
    border-bottom-width: thin;
    border-right-style: solid;
    border-right-color: #f3f6f4;
    border-right-width: thin;
}

.team-section .col-lg-3.team-member .member-info {
    padding: 10px;
}

.member-info p {
    line-height: 1.5em
}

.team-section .team-member h3 {
    font-size: 16px;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 7px;
}

.team-section .team-member .designation {
    font-size: 14px;
    color: #156634;
    text-transform: capitalize;
    font-family: 'Old Standard TT', serif;
    margin-bottom: 1px
}

.team-section .team-member .social-links {
    position: relative;
    padding-top: 15px;
}

.team-section .team-member .social-links a {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 12px;
    margin: 0px 3px 5px;
    line-height: 30px;
    border-radius: 2px;
    text-align: center;
    border: 1px solid #e1e1e1;
    color: #ccc;
    transition: all 300ms ease;
}

.team-section .team-member .social-links a:hover {
    color: #156634;
    border-color: #156634;
}


/*** 

========================================================================================================
service2 Default Section  style
=======================================================================================================

***/

.default-section {
    position: relative;
    padding: 80px 0px 20px;
}

.default-section .column {
    position: relative;
    margin-bottom: 60px;
}

.icon-column {
    position: relative;
}

.icon-column .inner-box {
    position: relative;
    padding-left: 80px;
}

.icon-column .icon-box {
    position: absolute;
    left: -12px;
    top: 14px;
    width: 80px;
}

.icon-column .icon-box .icon {
    color: #156634;
    display: block;
    line-height: 1em;
}

.icon-column .icon-box .icon:before {
    font-size: 48px;
}

.icon-column h5 {
    font-size: 14px;
    color: #1a1a1a;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.icon-column .text {
    line-height: 2.4em;
    font-size: 12px;
}


/*** 

====================================================================
 Gallery Section
====================================================================

***/

.gallery-section {
    position: relative;
    padding-top: 65px;
}

.gallery-section .filters {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.gallery-section .filters .icon-box {
    position: relative;
    display: inline-block;
    margin-right: -75px;
    font-size: 24px;
    color: #a8c41b;
    text-align: center;
    width: 70px;
    line-height: 24px;
    padding: 12px 10px;
}

.gallery-section .filters .filter-tabs {
    position: relative;
    display: inline-block;
    padding-bottom: 26px;
}

.gallery-section .filters li {
    position: relative;
    top: 1px;
    display: inline-block;
    border: 1px solid #000;
    padding: 5px 20px;
    line-height: 24px;
    color: #000;
    background: #fff;
    cursor: pointer;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    margin: 0px 8px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-section .filters li.active {
    background: #000;
    color: #fff;
}

.default-portfolio-item {
    position: relative;
}

.portfolio-with-caption .default-portfolio-item {
    margin-bottom: 30px;
}

.gallery-section.style-two .items-container {
    padding: 0px 15px;
}

.default-portfolio-item.mix {
    display: none;
}

.gallery-section.fullwidth .default-portfolio-item {
    padding: 0px !important;
}

.sortable-masonry .items-container {
    margin-left: -5px;
    margin-right: -5px;
}

.sortable-masonry .masonry-item {
    position: relative;
    padding: 0px 10px !important;
    margin-bottom: 22px !important;
}

.default-portfolio-item .inner-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.default-portfolio-item .image-box {
    position: relative;
    display: block;
}

.default-portfolio-item .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.default-portfolio-item .overlay-one {
    position: absolute;
    left: 0px;
    top: -100%;
    width: 100%;
    height: 100%;
    padding: 0px;
    color: #ffffff;
    opacity: 0;
    border: 5px solid #a8c41b;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.fullwidth .default-portfolio-item .overlay-one,
.portfolio-with-caption .default-portfolio-item .overlay-one {
    border: none;
}

.default-portfolio-item .inner-box:hover .overlay-one {
    top: 0px;
    opacity: 1;
}

.default-portfolio-item .overlay-one .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 30px 50px;
    background: rgba(0, 0, 0, 0.85);
}

.fullwidth .default-portfolio-item .overlay-one .overlay-inner,
.portfolio-with-caption .default-portfolio-item .overlay-one .overlay-inner {
    background: rgba(245, 192, 86, 0.82);
}

.default-portfolio-item .overlay-one .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.default-portfolio-item .proj-link {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 46px;
    color: #fff;
    line-height: 46px;
    background: #156634;
    font-size: 16px;
    z-index: 1;
    border-radius: 50%;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.fullwidth .default-portfolio-item .proj-link {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 20px;
}

.portfolio-with-caption .default-portfolio-item .proj-link {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
}

.default-portfolio-item .proj-link:hover {
    background: #156634;
    color: #ffffff;
}

.portfolio-with-caption .default-portfolio-item .proj-link:hover {
    background: #272727;
    color: #ffffff;
}

.default-portfolio-item .caption-box-one {
    position: absolute;
    left: -100%;
    bottom: 0px;
    width: 100%;
    padding: 25px;
    z-index: 1;
    opacity: 0;
}

.default-portfolio-item:hover .caption-box-one {
    left: 0px;
    opacity: 1;
    transition: all 500ms ease 500ms;
    -webkit-transition: all 500ms ease 500ms;
    -ms-transition: all 500ms ease 500ms;
    -o-transition: all 500ms ease 500ms;
    -moz-transition: all 500ms ease 500ms;
}

.default-portfolio-item .caption-box-one h3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.fullwidth .default-portfolio-item .caption-box-one h3 {
    font-size: 24px;
}

.default-portfolio-item .caption-box-one h3 a {
    color: #ffffff;
}

.default-portfolio-item .caption-box-one h3 a:hover {
    color: #a8c41b;
}

.fullwidth .default-portfolio-item .caption-box-one h3 a:hover {
    color: #272727;
}

.default-portfolio-item .caption-box-one .cat-link {
    position: relative;
    display: block;
    line-height: 20px;
    color: #a8c41b;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    font-style: italic;
}

.default-portfolio-item .caption-box-one .cat-links {
    position: relative;
    display: block;
    color: #ffffff;
    line-height: 20px;
}

.default-portfolio-item .caption-box-one .cat-links a {
    position: relative;
    line-height: 20px;
    color: #ffffff;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    font-style: italic;
}

.default-portfolio-item .caption-box-two {
    position: relative;
    padding: 20px 20px;
    text-align: center;
    background: #f4f4f4;
    border-bottom: 2px solid transparent;
    z-index: 1;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.default-portfolio-item:hover .caption-box-two {
    border-bottom-color: #a8c41b;
}

.default-portfolio-item .caption-box-two h3 {
    font-size: 20px;
    color: #272727;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.default-portfolio-item .caption-box-two h3 a {
    color: #272727;
}

.default-portfolio-item .caption-box-two h3 a:hover {
    color: #a8c41b;
}

.default-portfolio-item .caption-box-two .cat-links {
    position: relative;
    display: block;
    color: #ffffff;
    line-height: 20px;
}

.default-portfolio-item .caption-box-two .cat-links a {
    position: relative;
    line-height: 20px;
    color: #a8c41b;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    font-style: italic;
}


/*** 

====================================================================
  Styled Pagination
====================================================================

***/

.styled-pagination {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    padding-top: 72px;
    padding-bottom: 74px;
}

.styled-pagination ul {
    position: relative;
    padding: 0px 120px;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 10px;
}

.styled-pagination li a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 5px 2px;
    font-size: 12px;
    text-transform: uppercase;
    color: #E1E1E1;
    border-bottom: 1px solid #acacac;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.styled-pagination li.next {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px;
}

.styled-pagination li.prev {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
}

.styled-pagination li.next a,
.styled-pagination li.prev a {
    padding: 5px 25px;
    border: 1px solid #E1E1E1;
}

.styled-pagination li a:hover,
.styled-pagination li.active a {
    color: #156634;
    border-color: #156634;
}

.styled-pagination li.prev .fa {
    padding-right: 5px;
}

.styled-pagination li.next .fa {
    padding-left: 5px;
}


/*** 

====================================================================
    two-column Section
====================================================================

***/

.two-column .outer-box {
    margin-top: 35px;
}

.two-column .section-title h2 {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oranienbaum';
    font-weight: 400;
    padding-bottom: 70px;
    letter-spacing: 8px;
}

.two-column .section-title h2:before {
    content: '';
    position: absolute;
    bottom: 42px;
    width: 100px;
    height: 2px;
    left: 46%;
    background: #156634;
}

.two-column .tab-list {
    padding: 0px;
}

.two-column .tab-list li {
    padding: 6px 0px;
    width: 116px;
    position: relative;
    display: inline-block;
    text-align: center;
    border: 1px solid #000;
    margin-right: 6px;
    margin-bottom: 10px;
}

.two-column .tab-list li:nth-child(1) {
    background: transparent;
}

.two-column .tab-list li:nth-child(2) {
    background: transparent;
}

.two-column .tab-list li:nth-child(3) {
    background: transparent;
}

.two-column .tab-list li:nth-child(4) {
    background: transparent;
}

.two-column .tab-list li.active {
    background: #000;
}

.two-column .tab-list li.active a {
    color: #fff;
}

.two-column .tab-list li a {
    position: relative;
    color: #000;
    font-size: 12px;
}

.two-column .content-column {
    position: relative;
}

.two-column .content-column .content {
    position: relative;
    padding: 40px 25px;
}

.two-column .content-column .content p {
    position: relative;
    font-size: 12px;
    color: #777;
    line-height: 26px;
    margin-bottom: 30px;
}


/*
============================================================
accordion
============================================================
*/

.accordion {
    margin-bottom: 15px;
    position: relative;
}

.accordion-box {
    margin-top: 35px;
}

.accordion .acc-btn .left-icon {
    position: absolute;
    left: 0;
    top: 0;
    background: #f1f1f1;
    width: 60px;
    height: 100%;
    color: #9c9c9c;
    font-size: 20px;
    text-align: center;
}

.accordion .acc-btn.active .left-icon {
    color: #fff;
}

.accordion .left-icon span {
    position: relative;
    top: 18px;
}

.accordion .acc-btn.active {
    background: #156634;
    color: #fff;
    padding-left: 35px;
    border-left: 5px solid #27ae60;
    transition: all 0.2s ease-in
}

.accordion .acc-btn {
    cursor: pointer;
    font-size: 12px;
    line-height: 24px;
    padding: 10px 25px 10px;
    border: 1px solid #E5E5E5;
    font-weight: 600;
    border-left: 2px solid #156634;
    transition: all 0.2s ease-out
}

.accordion .acc-btn p {
    font-size: 1em;
    color: #156634;
    padding-bottom: 10px;
    padding-right: 10%;
    line-height: 2em;
    text-align: justify;
    text-justify: inter-word;
    transition: all 0.2s ease-in-out;
}

.accordion .acc-btn.active p {
    font-size: 1em;
    color: #fff;
    transition: all 0.2s ease-in-out;
    text-align: justify;
    text-justify: inter-word;
}

.accordion .acc-btn h1 {
    color: #333;
}

.accordion .acc-btn.active h1 {
    color: #fff;
    transition: color 0.1s ease-in-out
}

.accordion .acc-btn.pr {
    position: relative;
}

.accordion .acc-btn .img-box {
    display: none;
}

.accordion .acc-btn.active .img-box {
    display: block;
}

.accordion .acc-btn .toggle-icon {
    color: #000;
    display: block;
    font-weight: 100;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 20px;
    top: 35px;
    width: 24px;
}

.accordion .acc-btn .toggle-icon.left {
    color: #9c9c9c;
    display: block;
    font-weight: 100;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 30px;
}

.accordion .acc-btn .toggle-icon .plus:before {
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 3px;
    left: 12px;
    width: 100%;
    color: #000;
}

.accordion-box .accordion .acc-btn.active .toggle-icon .plus {
    opacity: 0;
}

.accordion-box .accordion .acc-btn .toggle-icon .minus:before {
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 3px;
    left: 12px;
    width: 100%;
    color: #000;
}

.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
    opacity: 1;
}

.accordion-box .accordion .acc-content {
    color: #9c9c9c;
    display: none;
    font-size: 14px;
    line-height: 24px;
    padding: 12px 12px 13px;
}

.accordion-box .accordion .acc-content.collapsed {
    display: block;
}

.accordion-box .accordion .acc-content p {
    color: #5f5f5f;
    margin: 0;
    font-size: 12px;
}

.accordion-box .accordion .acc-btn.active .toggle-icon .minus:before {
    color: #fff;
}


/*** 

====================================================================
  Masonry Gallery Section
====================================================================

***/

.masonry-gallery {
    position: relative;
}

.boxed-masonary .outer-container {
    position: relative;
    max-width: 1400px;
    background: #ffffff;
    padding: 10px 10px 0px;
    margin: 0 auto;
    margin-top: -60px;
    z-index: 100;
}

.sortable-masonry .images-container {
    max-width: 1400px;
    margin: 0 auto;
}

.sortable-masonry .items-container {
    margin-left: -10px;
    margin-right: -10px;
}

.masonry-item {
    position: relative;
    float: left;
    overflow: hidden;
}

.masonry-item.one-fifth {}

.masonry-item.two-fifth {}

.masonry-item.half {
    width: 50%;
}

.masonry-item .image-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.sortable-masonry .masonry-item .image-box {
    outline-color: #f8f8f8;
}

.masonry-item .image-box img {
    display: block;
    width: 100%;
}

.masonry-item .inner-box {
    position: relative;
    overflow: hidden;
}

.masonry-item .inner-box img {
    width: 100%;
    transition: .5s;
}

.masonry-item .inner-box:hover img {
    transform: scale(1.1, 1.1);
    transition: .5s;
}

.masonry-item .inner-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: .5s
}

.masonry-item:hover .inner-box .overlay {
    opacity: 1;
}

.masonry-item .inner-box .text {
    position: absolute;
    color: #fff;
    left: 11%;
    bottom: 10%;
}

.masonry-item .inner-box .overlay .inner {
    display: table;
    width: 100%;
    height: 100%;
}

.masonry-item .inner-box .overlay .inner .social {
    text-align: center;
    vertical-align: middle;
    padding-bottom: 30px;
    position: relative;
    display: table-cell;
    padding: 25px 38px;
}

.masonry-item .inner-box .overlay .inner .social i {
    margin-top: 15px;
}

.masonry-item .inner-box .overlay .inner .social li {
    margin: 0;
    padding: 0;
}

.masonry-item .inner-box .overlay .inner .social li a {
    border: 2px solid #156634;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #156634;
    transition: .5s
}

.masonry-item .inner-box .overlay .inner .social li a:hover {
    color: #156634;
    background: none;
    transition: .5s
}

.gallery-section .section-title h2 {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oranienbaum';
    font-weight: 400;
    padding-bottom: 70px;
    letter-spacing: 8px;
}

.gallery-section .section-title h2:before {
    content: '';
    position: absolute;
    bottom: 42px;
    width: 100px;
    height: 2px;
    left: 47%;
    background: #156634;
}


/*** 

====================================================================
  Featured Carousel Section
====================================================================

***/

.featured-slider-section {
    position: relative;
}

.featured-slider-section .slider-outer {
    position: relative;
}

.slider-outer .featured-carousel .slide-item {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-outer .featured-carousel .slide-caption {
    width: 300px;
    min-height: 520px;
    padding: 90px 40px 80px 30px;
    background: rgba(247, 163, 74, 0.90);
    color: #ffffff;
    font-size: 14px;
    text-align: justify;
}

.slider-outer .featured-carousel .slide-caption:before {
    content: '';
    left: 0px;
    top: 60px;
    width: 100px;
    height: 1px;
    background: #ffffff;
}

.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.supertabs .tab-content .slide-item .btn {
    float: right;
    padding: 30px 34px;
}

.supertabs .tab-content .slide-item .btn li a {
    list-style: none;
    text-transform: uppercase;
    color: #000;
    transition: .5s;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    letter-spacing: 2px;
}

.supertabs .tab-content .slide-item .btn li a:hover {
    color: #156634;
    transition: .5s;
}

.supertabs.style2 .custom-list li {
    width: 32.32%;
    float: left;
}

.supertabs .image-box {
    margin-right: 75px;
    position: relative;
    display: inline-block;
    z-index: 2;
    padding-left: 10px;
    margin-top: 85px;
}

.supertabs .image-box:before {
    position: absolute;
    content: "";
    right: -55px;
    top: -55px;
    width: 100%;
    height: 100%;
    border: 14px solid #ccc;
    z-index: -1;
}

.supertabs .slide-item {}

.slider-outer .bx-pager {
    position: absolute;
    left: 30px;
    bottom: 40px;
    width: 300px;
    z-index: 101;
}

.slider-outer .bx-pager .bx-pager-item {
    position: relative;
    display: inline-block;
    margin-right: 7px;
    width: 20px;
    height: 3px;
    overflow: hidden;
    font-size: 0px;
    text-indent: 100px;
}

.slider-outer .bx-pager .bx-pager-link {
    display: block;
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.30);
}

.slider-outer .bx-pager .bx-pager-link:hover,
.slider-outer .bx-pager .bx-pager-link.active {
    background: #ffffff;
}

.outside-hidden {
    overflow: hidden;
}

.sec-title {
    position: relative;
    margin-bottom: 60px;
}

.sec-title h2 {
    position: relative;
    display: inline-block;
    padding: 0px 40px;
    font-size: 42px;
    color: #1a1a1a;
    margin-bottom: 0px;
}

.sec-title.with-style h2:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 2000px;
    border-bottom: 1px solid #156634;
}

.sec-title.with-style.style-left h2:before {
    right: 100%;
}

.sec-title.with-style.style-right h2:before {
    left: 100%;
}

.sec-title .sec-text {
    position: relative;
    font-size: 15px;
    color: #4e4e4e;
}

.recent-posts .theme-btn span:before {
    position: relative;
    top: 3px;
    font-size: 24px;
    right: 5px;
}

.header .stricky-fixed.header-navigation.navbar > .container .navbar-brand img {
    margin-top: 6px;
}

.navbar-brand img {
    width: 200px
}

.rev_slider_wrapper .slotholder:after {
    background: rgba(0, 0, 0, 0.40);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}


/*** 

====================================================================
  Blog Page Style
====================================================================

***/

.sidebar-page {
    position: relative;
    padding: 80px 0px 50px;
}

.blog-container {
    position: relative;
    padding: 0px 0px;
}

.sidebar-page .blog-post {
    position: relative;
    margin-bottom: 50px;
    background: #ffffff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.sidebar-page .blog-post .post-header {
    position: relative;
    padding: 25px 0px 0px;
    background: #ffffff;
}

.sidebar-page .blog-post .post-header h2 {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #1c1c1c;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
}

.sidebar-page .blog-post .post-header h2 a {
    position: relative;
    display: block;
    color: #1c1c1c;
}

.sidebar-page .blog-post .post-header a:hover {
    color: #156634;
}


/*.sidebar-page .blog-post */

.post-info {
    position: relative;
    margin-bottom: 0px;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
}

.post-info p{
    padding-bottom: 10px
}
/*.sidebar-page .blog-post */

.post-info li {
    position: relative;
    display: inline-block;
    margin: 0px 25px 5px 0px;
    color: #999999;
    text-transform: uppercase;
    font-size: 12px;
}


/*.sidebar-page .blog-post */

.post-info li a {
    position: relative;
    color: #777;
}

.sidebar-page .blog-post .image-box {
    position: relative;
}

.sidebar-page .blog-post .image-box img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.sidebar-page .blog-post .overlay-box {
    position: absolute;
    left: 0px;
    bottom: -100px;
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: middle;
    color: #ffffff;
    text-align: center;
    background: rgba(0, 0, 0, 0.70);
    opacity: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.sidebar-page .blog-post:hover .overlay-box {
    bottom: 0px;
    opacity: 1;
}

.sidebar-page .blog-post .overlay-box .links-outer {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -22px;
    width: 100%;
    display: block;
}

.sidebar-page .blog-post .overlay-box a {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #156634;
    font-size: 16px;
    background: none;
    border: 1px solid #156634;
    border-radius: 2px;
    margin: 0px 2px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


/*.sidebar-page*/

.image-slider .owl-controls {
    margin: 0px !important;
    position: initial;
}


/*.sidebar-page */

.image-slider .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: none !important;
    font-size: 0px !important;
}


/*.sidebar-page*/

.image-slider .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: none !important;
    font-size: 0px !important;
}


/*
.sidebar-page */

.image-slider .owl-nav .owl-prev:after {
    content: '\f104';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 50px;
    display: block;
    font-size: 32px;
    color: #ffffff;
    text-align: center;
    width: 50px;
    height: 50px;
    opacity: 0.50;
    background: rgba(0, 0, 0, 0.30);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


/*.sidebar-page*/

.image-slider .owl-nav .owl-next:after {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 50px;
    display: block;
    font-size: 32px;
    color: #ffffff;
    text-align: center;
    width: 50px;
    height: 50px;
    opacity: 0.50;
    background: rgba(0, 0, 0, 0.30);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


/*.sidebar-page*/

.image-slider .owl-nav .owl-prev:hover:after,

/*.sidebar-page*/

.image-slider .owl-nav .owl-next:hover:after {
    background: #156634;
    opacity: 1;
}


/*.sidebar-page*/

.image-slider .owl-dots {
    display: none !important;
}

.sidebar-page .blog-post .post-desc {
    position: relative;
    padding: 10px 0px;
    background: #ffffff;
}

.sidebar-page .blog-post .text {
    position: relative;
    margin-bottom: 20px;
}

.sidebar-page .blog-post .post-header .post-options {
    position: relative;
    float: right;
}

.sidebar-page .blog-post .post-header .post-options a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    display: inline-block;
    margin-left: 10px;
    color: #777777;
}

.sidebar-page .blog-post .post-header .post-options a:hover {
    color: #00bff5;
}

.sidebar-page .blog-detail blockquote {
    position: relative;
    padding: 15px 20px 15px 40px;
    line-height: 2em;
    font-size: 13px;
    color: #939393;
    border-left: 5px solid #156634;
    background: #f9f9f9;
}

.sidebar-page .blog-detail .post-desc h2 {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 22px;
    color: #1a1a1a;
}

.sidebar-page .blog-detail .post-desc h3 {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.sidebar-page .blog-detail h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.check-list li .fa {
    position: relative;
    color: #cbda37;
}

.remove-list li .fa {
    position: relative;
    color: #ff0000;
}

.sidebar-page .blog-detail .post-tags {
    position: relative;
    padding: 15px;
    font-size: 16px;
    background: #f5f5f5;
    color: #999999;
    margin-bottom: 50px;
}

.sidebar-page .blog-detail .post-tags a {
    position: relative;
    color: #777777;
    font-size: 15px;
}

.sidebar-page .blog-detail .post-tags a:hover {
    color: #156634;
}

.sidebar-page .post-author {
    position: relative;
    background: #ccedf9;
    padding: 25px;
    color: #555555;
    border-bottom: 3px solid #156634;
    margin-bottom: 50px;
}

.sidebar-page .post-author:before {
    content: '';
    position: absolute;
    left: 50px;
    top: -28px;
    border: 15px solid transparent;
    border-bottom-color: #ccedf9;
}

.sidebar-page .post-author .inner-box {
    position: relative;
    padding: 15px 0px 0px 100px;
    min-height: 80px;
}

.sidebar-page .post-author .inner-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 80px;
    height: 80px;
    border: 2px solid transparent;
    box-shadow: 0px 0px 2px 0px #156634;
    -moz-box-shadow: 0px 0px 2px 0px #156634;
    -ms-box-shadow: 0px 0px 2px 0px #156634;
    -o-box-shadow: 0px 0px 2px 0px #156634;
    -webkit-box-shadow: 0px 0px 2px 0px #156634;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
}

.sidebar-page .post-author .inner-box .author-thumb img {
    display: block;
    width: 76px;
}

.sidebar-page .post-author h4 {
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #1a1a1a;
}

.sidebar-page .post-author h4 .author-occ {
    position: relative;
    left: 10px;
    padding: 5px 10px;
    font-size: 10px;
    background: #156634;
    border-radius: 5px;
    color: #ffffff;
}


/*** 

====================================================================
  Comments Area
====================================================================

 ***/

.sidebar-page .comments-area {
    position: relative;
}

.sidebar-page .group-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.sidebar-page .group-title h2 {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #1a1a1a;
    font-weight: normal;
    margin-bottom: 0px;
}

.sidebar-page .group-title:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #f1f1f1;
}

.sidebar-page .group-title:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 2px;
    background: #156634;
}

.sidebar-page .comments-area .comment-box {
    position: relative;
}

.sidebar-page .comments-area .comment {
    position: relative;
    margin: 0px 0px 40px 0px;
    padding: 0px 0px 10px 100px;
}

.sidebar-page .comments-area .reply-comment {
    margin-left: 50px;
}

.sidebar-page .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 84px;
    height: 84px;
    border: 3px solid #ffffff;
    box-shadow: 0px 0px 2px 0px #156634;
    -moz-box-shadow: 0px 0px 2px 0px #156634;
    -ms-box-shadow: 0px 0px 2px 0px #156634;
    -o-box-shadow: 0px 0px 2px 0px #156634;
    -webkit-box-shadow: 0px 0px 2px 0px #156634;
}

.sidebar-page .comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block;
}

.sidebar-page .comments-area .comment-info {
    margin-bottom: 10px;
    color: #bcbcbc;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.sidebar-page .comments-area .comment-box strong {
    color: #1a1a1a;
    font-weight: 500;
}

.sidebar-page .comments-area .reply-option {
    color: #999999;
}

.sidebar-page .comments-area .reply-option .theme-btn {
    padding: 6px 25px;
    margin: 3px 10px;
}


/*** 

====================================================================
  Comment Form
====================================================================

 ***/

.comment-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 8px 15px;
    color: #222222;
    border: 1px solid #d0d0d0;
    height: 42px;
    border-radius: 3px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #f55692;
}

.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 10px 15px;
    color: #222222;
    border: 1px solid #d0d0d0;
    height: 170px;
    resize: none;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.comment-form button {
    position: relative;
    display: inline-block;
}

.sidebar-page .comments-area .reply-option,
.sidebar-page .comments-area .text {
    color: #5f5f5f;
    font-size: 14px;
    font-family: "Open Sans", Sans-serif;
}

.sidebar-page .btn-style-one {
    position: relative;
    padding: 15px 40px 15px;
    line-height: 10px;
    font-size: 12px;
    margin-bottom: 7px;
    top: 35px;
    border: 2px solid #156634;
    background: transparent;
}

.hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #156634;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.left-info .list-inline {
    color: #fff
}

.sch {
    margin-top: -20px;
}

.about-text .section-text {
    padding-top: 50px
}


/*responsiveslides*/

.rslides {
    z-index: 1;
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.logo-banner {
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 18% auto;
    z-index: 2;
    position: absolute;
}

.logo-banner img {
    width: 33%;
    text-align: center;
    align-content: center;
    margin: auto;
    z-index: 2;
}

.tab-pane img {
    width: 100%;
    margin: 30px 0;
}

.tab-pane {
    padding-left: 20px
}

@media only screen and (max-width: 600px) {
    .supertabs .tab-content h2:after {
        display: none;
    }
    .supertabs .tab-content p {
        padding-left: 0px !important
    }
}


/*.image-slider .owl-controls{
    display: none;
}*/

.image-slider {
    height: 100%
}

.fancybox_raffles img {
    width: 30%;
    height: 300px;
    margin: 1%;
}

.fancybox_alexander img {
    width: 30%;
    height: 300px;
    margin: 1%;
}

.fancybox_barclays img {
    width: 30%;
    margin: 1%;
}

/*.filter img {
    filter: grayscale(75%);
    opacity: 0.95;
    -o-transition: opacity .5s ease-in, filter 0.3s ease-in;
    -ms-transition: opacity .5s ease-in, filter 0.3s ease-in;
    -moz-transition: opacity .5s ease-in, filter 0.3s ease-in;
    -webkit-transition: opacity .5s ease-in, filter 0.3s ease-in;
    transition: opacity .5s ease-in, filter 0.3s ease-in;
}

.filter img:hover {
    filter: grayscale(0%);
    opacity: 1;
    -o-transition: opacity .5s ease-out, filter 0.5s ease-out;
    -ms-transition: opacity .5s ease-out, filter 0.5s ease-out;
    -moz-transition: opacity .5s ease-out, filter 0.5s ease-out;
    -webkit-transition: opacity .5s ease-out, filter 0.5s ease-out;
    transition: opacity .5s ease-out, filter 0.5s ease-out;
}*/

.mobile_details {
    padding-top: 100px
}

#map {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.team-page .outside-hidden #team {
    background: #fff !important;
    position: relative;
    padding: 80px 0px;
}


/*START side nav (https://jsfiddle.net/gableroux/S2SMK/)*/

.group {
    background: yellow;
    width: 200px;
    height: 500px;
}

.group .subgroup {
    background: orange;
    width: 150px;
    height: 200px;
}

.fixed {
    position: fixed;
}


/* sidebar */

.bs-docs-sidebar {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}


/* all links */

.bs-docs-sidebar .nav>li>a {
    color: #999;
    border-left: 2px solid transparent;
    padding: 4px 20px;
    font-size: 13px;
    font-weight: 400;
}


/* nested links */

.bs-docs-sidebar .nav .nav>li>a {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 30px;
    font-size: 12px;
}


/* active & hover links */

.bs-docs-sidebar .nav>.active>a,
.bs-docs-sidebar .nav>li>a:hover,
.bs-docs-sidebar .nav>li>a:focus {
    color: #563d7c;
    text-decoration: none;
    background-color: transparent;
    border-left-color: #563d7c;
}


/* all active links */

.bs-docs-sidebar .nav>.active>a,
.bs-docs-sidebar .nav>.active:hover>a,
.bs-docs-sidebar .nav>.active:focus>a {
    font-weight: 700;
}


/* nested active links */

.bs-docs-sidebar .nav .nav>.active>a,
.bs-docs-sidebar .nav .nav>.active:hover>a,
.bs-docs-sidebar .nav .nav>.active:focus>a {
    font-weight: 500;
}


/* hide inactive nested list */

.bs-docs-sidebar .nav ul.nav {
    display: none;
}


/* show active nested list */

.bs-docs-sidebar .nav>.active>ul.nav {
    display: block;
}


/*END side nav (https://jsfiddle.net/gableroux/S2SMK/)*/

.map-img img {
    display: inline-block;
    width: 95%;
    height: 25%;
    margin: 1%;
}

.copyright a {
    color: #fff;
    font-weight: bold;
}


/*About us read more btn*/

.read-more-state {
    display: none;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px;
    font-weight: 300 !important;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
    font-family: 'Open Sans', sans-serif !important;
}

.read-more-state ~ .read-more-trigger:before {
    content: 'Read More';
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: 'Read Less';
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: #666;
    font-size: 12px;
    line-height: 2;
    border: 2px solid #156634;
    font-family: 'Open Sans', sans-serif !important;
}

@media only screen and (max-width: 760px) {
    .read-more-trigger {
        padding: 0.5em 2.5em !important;
    }
}

@media only screen and (max-width: 1024px) {
    .read-more-trigger {
        display: none !important;
    }
    .read-more-wrap-ipad-invisible {
        display: block !important;
    }
    .read-more-wrap-ipad-invisible > .read-more-target-ipad{
        opacity: 1 !important;
        font-size: 14px !important;
        max-height: 999em !important;
        font-family: 'Open Sans', sans-serif !important;
    }
}

.read-more-wrap-ipad-invisible {
    display: none;
}

#commercial, #land-parceling{
    background-color: #f3f6f4
}

.projects-map img{
    width: 97%;
    overflow-x: hidden;
    padding: 10px
}

/* Sweep To Top */
/*.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}*/
