@charset "utf-8";

/*
        Resets
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul { list-style:none }
caption, th { text-align:left }
q:before, q:after { content:'' }
abbr, acronym { border:0 }
:focus { outline:0 }
ins { text-decoration:none }
del { text-decoration:line-through }
.clear { clear: both; }

/*
        body Structure
*/
html,body {
    height: 100%;
}
body {
    background: #fff;
    background-size: 100%;
    font-family: 'Raleway', sans-serif;
    font-size:13px;
    font-weight:400;
    line-height:24px;
    color: #222;
    overflow-x: hidden !important;
}
/*
        Typography
*/
div, p, a, li, td { -webkit-text-size-adjust:none; }
html, html a {
    -webkit-font-smoothing: antialiased !important;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Raleway', sans-serif;
    margin:15px 0;
    line-height: normal !important;        
}
h1 {
    font-size:54px !important;
    font-weight:400;
}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
    color: red;
}
h2 {
    font-size:40px;
    font-weight:600;
}
h3 {
    font-size:26px;
    font-weight:400;
}
h4 {
    font-size:22px;
    font-weight:400;
}
h5 {
    font-size:18px;
    font-weight:300;
}
h6 {
    font-size:16px;
    font-weight:300;
}
p {
    font-family: 'Raleway', sans-serif;
    font-size:15px;
    font-weight:400;
    text-align: justify;
}
p span, p strong {
    font-weight:800;
}
img {
    border:none;
    max-width:100%;
    width:100%;
}
a {
    text-decoration: none;
    color:#333;
}
a:hover,a:focus,a:active {
    text-decoration: none;
    outline: none;
}
.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}
/*header*/
/* topheader */
.topheader a{color:#fff;}

/*header*/
.header {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3000;
}
.header:after {
    display: block;
    content: "";
    clear: both;
}
.topheader {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 0 40px 0;
    color: #fff;
    background: rgba(0,0,0,0.3);
}
.topheader p {
    margin: 0;
}
.topsocials {
    display: inline-block;
    float: right;
}
.topsocials ul li {
    display: inline;
    float: left;
    margin: 0 2px;
}
.topsocials ul li a {
    display: inline-block;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    background: #fff;
    color: #333;
    font-size: 16px;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.fbicon:hover {
    background: #204385;
}
.twticon:hover {
    background: #2aa9e0;
}
.linkdicon:hover {
    background: #02669a;
}
.gplusicon:hover {
    background: #d3492c;
}
.topsocials ul li a:hover {
    color: #fff;
}

/*innerheader*/
.innerheader {
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding-top: 25px;
    padding-bottom: 25px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    margin-top: -25px;
    position: relative;
}
.innerheader:after {
    display: block;
    content: "";
    clear: both;
}
.fixedheader {
    /*position: fixed;
    top: 45px;
    left: 0%;
    right: 0%;*/
}
.logo {
    display: inline-block;
    margin-top: 5px;
    position: absolute;
    top: -45px;
    left: -12px;
}
/*navigation*/
.navigation {
    display: block;
    float: right;
}
.navigation ul li {
    display: inline;
}
.navigation ul li {
    float: left;
}
.activelink::before {
    height: 100% !important;
    opacity: 1 !important;
    border-radius: 0px !important;
}
.navigation ul li a {
    display: inline-block;
    padding: 6px 20px;
    font-size: 15px;
    float: left;
    margin: 0 2px;
    color: #7d973c;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    position: relative;
    /*overflow: hidden;*/
}
.navigation ul li a span {
    display: block;
    position: relative;
    z-index: 100;
    text-align: center;
}
.navigation ul li a i {
    display: inline-block;
    font-size: 25px;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    color: #7f3b3b;
}
.navigation ul li a:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    opacity: 0;
    border: solid 2px #7d973c;
    /*border: solid 2px rgba(127,59,59,0.5);*/
    top: 0;
    left: 0;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    z-index: 0;
    border-radius: 0 0 50px 50px;
}
.navigation ul li a:hover:before {
    height: 100%;
    opacity: 1;
    border-radius: 0 0 0 0;
}
.menu .active:before {
    height: 100% !important;
    opacity: 1 !important;
    border-radius: 0 0 0 0 !important;
}


/*fixed-menu-header*/
.fixed-menu-btn,.fixed-menu-btn-resp {
    display: none;
    width: 90px;
    height: auto;
    padding: 8px 0;
    color: #222;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    position: fixed;
    /*top: 20px;*/
    top: 52px;
    right: 20px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    cursor: pointer;
    z-index: 5000;
    text-align: center;
}
.fixed-menu-btn:hover,.fixed-menu-btn-resp:hover {
    background: #eee;
}
.fixed-menu-btn i,.fixed-menu-btn-resp i {
    font-size: inherit;
    color: inherit;
}



.fixed-menu-header {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    width: 220px;
    background: #7d973c;
    background: rgba(125,151,60,0.9);
    text-align: center;
    padding: 100px 0;
    color: #fff;
    z-index: 5100;
    box-shadow: -5px 0 6px rgba(0,0,0,0.15);
}
.fixe-menu-close {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background: #fff;
    color: #7d973c;
    margin: 15px auto;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: -20px;
    border: solid 2px #7d973c;
    border-radius: 100%;
}
.fixe-menu-close:hover {
    background: #eee;
}
.fixe-menu-close i {
    color: inherit;
    font-size: inherit;
}
.fixed-menu-header ul,.fixed-menu-header ul li {
    display: block;
}
.fixed-menu-header ul li {
    display: block;
    clear: both;
    border-bottom: dotted 2px rgba(255,255,255,0.15);
    color: #fff;
}
.fixed-menu-header ul li a {
    display: block;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    font-size: 15px;
}
.fixed-menu-header ul li a:hover {
    color: #ddd;
}

/*bannerslider*/
.bannerslider ul li,.bannerslider {
    position: relative;
}
.centertxt {
    text-align: center;
}
.slidediv {
    display: inline-block;
    position: absolute;
    width: 50%;
    bottom: 100px;
    right: 3%;
    height: auto;
    color: #fff;
    text-align: right;
    z-index: 100;
}
.slidediv h1,.slidediv h3,.slidediv h4 {
    text-transform: uppercase;
    text-shadow: 0 2px 0 rgba(0,0,0,0.3);
}
.slidediv h1 {
    display: inline-block;
    padding: 10px;
    margin: 0;
    background: rgba(0,0,0,0.7);
}
.slidediv h3,.slidediv h4 {
    margin: 5px 0;
    font-size: 18px;
    padding: 15px;
    background: rgba(255,255,255,0.8);
    color: #222;
    text-shadow: none;
}

.flex-direction-nav {
    display: none !important;
}
.bannerslider .flex-control-nav {
    width: 5% !important;
    bottom: 50% !important;
    z-index: 200;
    left: 0 !important;
}
.bannerslider .flex-control-paging li {
    display: block !important;
    clear: both;
}
.bannerslider .flex-control-paging li a {
    width: 20px !important;
    height: 20px !important;
    clear: both !important;
    margin: 5px 0;
}
.flex-control-paging li a.flex-active {
    background: #75913f !important;
}
.flex-control-paging li a:hover {
    background: #75913f !important;
}

#aboutus::before {
    display: none;
    content: '';
    position: absolute;
    height: 57px;    
    width:100%;
    background: url("../images/slider-shadow.png") no-repeat scroll center center;
    background-size: 100%;
}

/*featuredproperties*/
.featuredproperties {
    display: block;
    /*margin-top: -100px;*/
}
.featuredproperties .col-md-8,.featuredproperties .col-md-4 {
    padding: 0 !important;
}
.featimg,.featimgbig {
    display: block;
    height: 220px;
    overflow: hidden;
    position: relative;
    text-align: center;
    color: #fff;
}
.featimg:after,.featimgbig:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.featimg:hover:after,.featimgbig:hover:after {
    top: -100%;
}
.featimgbig img {
    position: absolute;
    top: 0;
    left: 0;
}
.featimg h3,.featimgbig h3,.featimg a,.featimgbig a {
    position: relative;
    z-index: 100;
}
.featimg h3,.featimgbig h3 {
    height: 220px;
    margin: 0;
    line-height: 220px !important;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.featimg:hover > h3,.featimgbig:hover > h3 {
    line-height: 100px !important;
    height: 100px !important;
}
.featimg img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    max-width: none;
}
.divideline {
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: dotted 1px #ccc;
}

/*aboutsection*/
.about-heading-section {
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    /*padding-top: 15px;*/
    left: 0%;
    right: 0%;
    z-index: 100;
    color: #fff;
    margin: 0 auto;
    background: -linear-gradient(top, rgba(0,0,0,0.8), rgba(0,0,0,0.0));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.8), rgba(0,0,0,0.0));
    background: -o-linear-gradient(top, rgba(0,0,0,0.8), rgba(0,0,0,0.0));
    background: -moz-linear-gradient(top, rgba(0,0,0,0.8), rgba(0,0,0,0.0));
    background: -ms-linear-gradient(top, rgba(0,0,0,0.8), rgba(0,0,0,0.0));
}
.about-heading-section .section-header {
    margin-bottom: 0;
    /*padding-top: 20px;*/
}
.about-heading-section .section-header .section-title {
    color: #fff;
    text-shadow: 0 0 25px rgba(0,0,0,0.5);
}
.about-slider {
    display: block;
    width: 50%;
    height: auto;
    float: left;
}
.about-slider .flexslider {
    padding: 5px;
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
    border: 4px solid #FFF;
    border-radius: 15px;
}
.about-slider .flexslider img {
    border-radius: 15px;
}
.about-slider .flex-control-nav
{
    display: none;
}
.center {
    text-align: center;
    padding-bottom: 55px;
}
.about-section-left {
    display: block;
    width: 50%;
    height: auto;
    float: left;
    position: relative;
    color: #222;
}
@media (max-height: 768px) {
    .about-wrapper {
        position: relative;
        top: 60px;
    }
}

.inner-about-section-left {
    display: block;
    padding: 30px;
    margin: 0px 50px 0px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
    position: relative;
    border-radius: 15px;
}
.inner-about-section-left:before {
    content: "";
    display: block;
    width: 29px;
    height: 55px;
    position: absolute;
    background: url(../images/rotate-shape.png) no-repeat center;
    top: 42%;
    left: -29px;
}
.inner-about-slider {
    display: block;
    margin-top: 0;
    padding: 0 50px;
}
.inner-about-section-left .section-header {
    margin-bottom: 0;
    padding-top: 0;
}
.inner-about-section-left .section-header .section-title::before {
    background: #ccc;
    left: 0%;
    margin-left: 0;
}
.inner-about-section-left .section-header .section-title::after {
    left: 13%;
}

.section-header {
    margin-bottom: 50px;
    /*padding-top: 50px;*/
}
.section-header .section-title {
    font-size: 44px;
    color: #272727;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 20px;
    margin: 0px 0px 20px;
    font-weight: 600;
    padding-top: 50px;
}
#portfolio .section-header .section-title {
    padding-top: 50px;
}
.section-header .section-title::before {
    content: "";
    position: absolute;
    width: 140px;
    bottom: 0px;
    left: 50%;
    margin-left: -70px;
    height: 1px;
    background: #EBEBEB none repeat scroll 0% 0%;
}
.section-header .section-title::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: -11px;
    left: 50%;
    margin-left: -12px;
    border: 5px solid #FFF;
    border-radius: 20px;
    background: #325EC7 none repeat scroll 0% 0%;
}
.aboutsection {
    display: block;
    width: 100%;
    height: auto;
    padding: 50px;
    position: relative;
    color: #fff;
    text-align: center;
}
.aboutsection .container {
    position: relative;
    z-index: 100;
}
.aboutsection:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/aboutsection.jpg) no-repeat center fixed;
    background-size: cover;
    z-index: -1;
}
.heading {
    display: inline-block;
    position: relative;
    margin-bottom: 50px !important;
}
.heading:after {
    display: inline-block;
    width: 80%;
    height: 3px;
    background: #548DD4;
    margin: 0 auto;
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: -10px;
    content: "";
}
.pr{
    width:100%;
    margin-top: 50px;
    text-align: center;
}
.pr:after {
    display: inline-block;
    width: 8%;
    height: 3px;
    background: #cfcfcf;
    margin: 0 auto;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 100%;
    content: "";
}

/*properties*/
.properties {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.properties h4 {
    margin: 0;
}
.properties-desc {
    display: block;
    width: 100%;
    color: #fff;
    padding: 8px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: rgba(120,142,68,0.7);
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.properties-descfull {
    display: block;
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    color: #fff;
    top: 0;
    left: 100%;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(120,142,68,0.7);
    padding: 20px;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.properties-descfull p {
    font-size: 16px;
    padding-bottom: 20px;
}
.properties:hover .properties-desc {
    left: -100%;
}
.properties:hover .properties-descfull {
    left: 0%;
}


/*footer*/
.footer {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 0;
    background: #75913f;
    color: #fff;
    clear: both;
    text-align: center;
    box-shadow: inset 0 10px 20px rgba(0,0,0,0.35);
    border-top: solid 1px #666;
}
.footer p,.footer a,.footer p a {
    color: #fff;
    text-align: center;
}
.footer a:hover,.footer p a:hover {
    text-decoration: underline;
}
.socials {
    text-align: center;
    display: block;
    margin: 20px 0;
}
.socials a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: inherit;
    font-size: 18px;
    color: #fff;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.socials a:hover {
    background: #fff;
    color: #235689;
}

.newslist {
    display: block;
    margin-left: 30px;
}
.newslist li {
    list-style-type: square;
    border-bottom: solid 1px #ddd;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
.newslist li a {
    font-size: 18px;
}
.shopingcartul {
    display: block;
    float: right;
    text-align: center;
    margin-top: 15px;
}
.shopingcartul li {
    display: inline-block;
    float: left;
    margin: 0 5px;
}
.shopingcartul li a {
    font-size: 14px;
}
.shopingcartul li a span {
    font-size: 25px;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}
.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}
.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}
.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}
.space15 {
    display: block;
    padding: 15px;
    clear: both;
}
.centertext {
    text-align: center;
}
.white {
    color: white;
}

/*btn-styles*/
.white-btn-border {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.white-btn-sm {
    padding: 4px 10px !important;
    font-size: 14px !important;
}
.white-btn-border:hover {
    background: #fff;
    color: #333;
}
.black-btn-border {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    border: solid 2px #999;
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.black-btn-border:hover {
    background: #fff;
    color: #333;
    border-color: #999;
}

.btn-style1 {
    display: inline-block;
    padding: 6px 15px;
    border: solid 2px rgba(0,0,0,0);
    text-transform: uppercase;
    font-size: 15px;    
    overflow: hidden;
    border-radius: 4px;
    font-weight: 600;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}

.btn-color1:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #788e44;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transform:scale(0);
    -o-transform:scale(0);
    -moz-transform:scale(0);
    -webkit-transform:scale(0);
    -ms-transform:scale(0);
    opacity: 0;
}
.more{
    border: 2px solid #548DD4;
    margin-top: 15px;
}
.btn-color1 {
    background: #fff;
}
.btn-color1:hover:before {
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
}
.btn-color1:hover {
    color: #fff;
    border: solid 2px rgba(0,0,0,0.3);
}
.btn-color1:hover i {
    color: #fff;
}
.btn-color1 span {
    position: relative;
    z-index: 10;
}



/**********scrollUp**********/
.scrollup {
    width:32px;
    height:32px;
    opacity:0.9;
    position:fixed;
    bottom:50px;
    right:10px;
    display:none;           
    background: url(../images/up.png) no-repeat;
}
.scrollup:hover {
    opacity:1;
}

/*******Visibility divs***********/
.hidden_element {
    opacity:0;
}
.visible_element {
    opacity:1;
}






/*************page-load**********/
.page-load {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:url(../images/loader.gif) no-repeat center #fff;
    z-index: 40000;
}


/*mediaqueries*/


@media (max-width: 991px) {
    .header {
        position: relative;
        z-index: 2000;
    }
    .fixed-menu-btn-resp {
        display: block !important;
        top: 63px !important;
    }
    .navigation {
        display: none;
        margin-top: 0;
        text-align: center;
        position: relative;
        cursor: pointer;
        clear: both;
        width: 100%;
        background: #333;
    }
    .navigation:after {
        display: none;
    }
    .navigation:before {
        display: block;
        content: "Menu";
        text-align: center;
        color: #fff;
        font-size: 16px;
        width: 100px;
        height: 60px;
        line-height: 60px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0%;
        margin: 0 auto;
        text-transform: uppercase;
        font-weight: 600;
        background: url(../images/menu_bgWht.png) no-repeat right center;
    }
    .navigation ul {
        display: none;
        position: relative;
        top: 60px;
    }
    .navigation ul li {
        display: block;
        width: 100%;
        clear: both;
        float: none;
        margin: 0;
    }
    .navigation ul li span {
        display: none;
    }
    .navigation ul li a {
        display: block;
        width: 100%;
        float: none;
        /*background: rgba(106,55,74,0.95);*/
        background: #788e44;
        color: #fff;
        text-align: center;
        border-bottom: dotted 1px rgba(255,255,255,0.2);
    }
    .logo {
        display: block;
        /*text-align: center;*/
        float: none;
    }
    .searchformbox {
        position: relative;
        float: none;
        top: 0;
        left: 0;
        right: 0;
        opacity: 1;
        clear: both;
        margin: 15px auto 0px auto;
    }
    .searchformbox:after {
        display: block;
        clear: both;
        content: "";
    }
    .shopingcartul {
        display: none;
        position: absolute;
        top: 15px;
        right: 10px;
        z-index: 1000;
    }
    .slidediv {
        bottom: 5px;
        width: 70%;
    }
    .slidediv h1 {
        font-size: 22px !important;
    }
    .slidediv h3 {
        font-size: 18px !important;
    }
    .slidediv h4 {
        font-size: 13px !important;
    }
    .white-btn-border {
        padding: 4px !important;
    }
    #aboutus {
        background: #eee !important;
    }
    .about-slider {
        width: 100%;
        height: auto;
        float: none;
        clear: both;
    }
    .about-section-left {
        width: 100%;
        height: auto;
        float: none;
        clear: both;
    }
    .inner-about-section-left, .inner-about-slider {
        padding: 30px;
    }
    .wrap-news .custom {
        height: auto !important;
    }
    .news-updates {
        height: auto !important;
        padding-bottom: 50px;
    }

}



@media (max-width: 768px) {



}



@media (max-width: 680px) {



}



/* homepage
.intro-text-para {
    display: block;
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    color: #FFF;
    top: 0px;
    left: 100%;
    right: 0px;
    bottom: 0px;
    z-index: 100;
    background: rgba(120, 142, 68, 0.7) none repeat scroll 0% 0%;
    padding: 20px;
    transition: all 300ms ease-in-out 0s;
}

.intro-text-para h4 {
    position: absolute;
    text-align: center;
    background: rgba(120, 142, 68, 0.7) none repeat scroll 0% 0%;
    padding: 10px;
    bottom: 0px;
    width: 100%;
    right: 100%;
    margin: 0px;
}
.moduleItemReadMore {
    position: absolute;
    text-align: center;
    vertical-align: middle;
    color: #000;
    background: #FFF none repeat scroll 0% 0% !important;
    top: 110px;
    left: 100%;
    right: 0px;
    bottom: 0px;
    z-index: 100;
    line-height: 2.1em !important;
    display: inline-block;
    padding: 7px 15px;
    border: 2px solid transparent;
    text-transform: uppercase;
    font-size: 15px;
    overflow: hidden;
    border-radius: 4px;
    font-weight: 600;
    width: 56%;
    height: 17% !important;
    transition: all 300ms ease-in-out 0s;
}
.even:hover .intro-text-para {
    left: 0%;
}
.odd:hover .intro-text-para {
    left: 0%;
}

.even:hover .moduleItemReadMore{
    left: 30%;
    background: #788e44;

}
.odd:hover .moduleItemReadMore{
    left: 30%;
    background: #788e44;

}


/*.moduleItemIntrotext p {
    font-size: 16px;
    padding-bottom: 20px;       
}
ul .even, .odd {
    width: 25%;
    float:left;
    position:relative;
    padding-left:15px;
    padding-right:15px; 
    overflow: hidden;
}
.moduleItemIntrotext{
    display: block;
    min-height: auto;
    padding: 12px;
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}*/
.featimg{
    cursor:pointer;
}
.featimg .icon{

    position: absolute;
    z-index: 1000;
    width: 25%;
    right: 0px;
    left: 285px;

}
.featimgbig .icon{

    position: absolute;
    z-index: 1000;
    width: 25%;
    right: 0px;
    left: 560px;

}
.itemToolbar, .itemHeader, .itemRatingBlock, .itemContentFooter, .itemSocialSharing, .itemLinks, .itemAuthorBlock, .itemAuthorLatest, .itemNavigation, .itemComments, .itemBackToTop{
    display: none;
}

/*.itemFullText p img{
    width:auto;
    padding-right: 27px;
    
}*/
#k2Container{
    width: 100%;
    margin: 0px auto;    
    background:transparent url("../images/news-bg.jpg") no-repeat scroll 0% 0% / cover;
}
.itemBody
{
    padding: 51px;
    min-height: 760px !important;
    
}


.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.catItemReadMore{
    border: 1px solid;
    padding: 10px;
    width: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin: 0px auto;
}

#portfolio {
    padding:0px;
    /*box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3) inset;*/
    position: relative;
}

.product-title{
    display: block;
    position: relative;
    margin-bottom: 50px !important;
    /*font-family: "Oswald",sans-serif;*/
    margin: 15px 0px;
    text-align: center;
    font-size: 37px;
    padding:20px;
}
.product-title::after {
    display: inline-block;
    width: 16%;
    height: 3px;
    background: #CFCFCF none repeat scroll 0% 0%;
    margin: 0px auto;
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: -10px;
    content: "";
}
.inner-banner {
    display: block;
    width: 100%;
    height: auto;
    /*height:300px;*/
    position: relative;
    text-align: center;
    box-shadow: 9px 4px 5px rgba(0, 0, 0, 0.68);
    overflow: hidden;
}
.inner-banner h2 {
    position: absolute;
    display: inline-block;
    padding: 10px 50px;
    z-index: 100;
    margin: 0px auto;
    bottom: 0px;
    color: #fff;
    text-align: center;
    left: 39%;
    width:auto;
    background: rgba(56, 108, 0, 0.85) none repeat scroll 0% 0%;
}
.page
{
    width: 84%;
    margin: 0px auto;
    padding: 24px;
}
.a-li
{
    font-size: 15px;
    padding-left: 37px;
}
.a-li li{
    list-style: square;
}
.map iframe {
    border: medium none;
    width: 100%;
    height: 390px;
}
.contact-us {    
    padding: 80px 0px;
}
.point-icon .glyphicon-map-marker, .point-icon .glyphicon-envelope, .point-icon .glyphicon-earphone {
    z-index: 9999;
    top: 0px;
    left: 1px;
    font-size: 37px;
    color: rgba(59, 92, 37, 0.74);
    border: 1px solid;
    padding: 20px;
    border-radius: 20px;
}
.contact-grid p {
    color: #757575;
    margin: 18px auto 0px;
    width: 61%;
    font-size: 14px;
    line-height: 1.8em;
}
.contact-info {
    margin-top: 60px;
}
.contact-info input[type="text"], .contact-info textarea {
    border: 1px solid #51B2F0;
    background: #FFF none repeat scroll 0% 0%;
    color: #000;
    margin: 0px 25px 23px 0px;
    padding: 12px 10px;
    outline: medium none;
}
.contact-info textarea {
    border: 1px solid #51B2F0;
    margin-right: 0px;
    width: 95%;
    resize: none;
    height: 225px;
}
.contact-info input[type="submit"] {
    color: #FFF;
    padding: 13px 43px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
    background: #58CBF8 none repeat scroll 0% 0%;
    border: medium none;
}
.contact-info input[type="text"] {
    width: 30%;
    float:left;
}

.intro-text-para p img{display: none;}


.intro-text-para p{display: none;}

.itemIntroText p img{width:30%;margin-right: 27px;}

.odd p:nth-child(2) {
    display: block;
}
.even p:nth-child(2) {
    display: block;
}
.itemIntroText {
    width:66%;
    float:right;
}


.news-updates {   
    display: block;
    clear: both;
    text-align: justify;
    width: 100%;
    color: #fff;
    height: 100%;
    background: url("../images/news-bg.jpg") no-repeat;
    background-size: cover;
}
.news-updates:after {
    display: block;
    content: "";
    clear: both;
}
@media (max-height: 768px) {
    .news-updates {
        height: auto;
        padding-bottom: 50px;
    }
}
.news-updates h2 {
    color: #FFF !important;
}
.news-update-slider{
    background: rgba(255, 255, 255, 0) none repeat scroll 0% 0%;
}

.news-update-slider p {
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
}
.news-updates .flexslider
{
    background: transparent !important;
}
.bannershadow {
    display: block;
    width: 100%;
    clear: both;
    height: 57px;
    background: #fff url("../images/slider-shadow.png") no-repeat scroll center center;
    margin: 0px auto;
    position: relative;
    z-index: 100;
}

.itemContainer {
    width: 100% !important; 
}
.clr {
    clear: both;
}
#k2Container #itemListPrimary{
    display: none;
}
#k2Container #itemListSecondary{
    display: none;
}
iframe .header{
    display: none;
}
iframe .inner-banner{
    display: none;
}
.item-image {
    border: 1px solid rgb(206, 206, 206);
}
.items-more{
    display: none;
}


/*products & services styles*/
.home-product .col-md-3 .item {
    display: block;
    position: relative;
    height: 200px;
    background: #fff;
    margin-bottom: 30px;
    padding: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.home-product .col-md-3 .item:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.home-product .col-md-3 .item .page-header {
    display: block;
    padding: 0;
    border: none;
    overflow: hidden;
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 4px;
    background: #76923c;
    background: rgba(118,146,60,0.9);
    color: #fff;
    text-align: center;
    font-size: 22px;
    margin: 0;
    font-weight: 600;
    z-index: 10;
}
.home-product .col-md-3 .item .page-header h2 {
    color: inherit;
    font-size: inherit;
}
.home-product .col-md-3 .item .page-header h2 a {
    font-size: inherit;
    color: inherit;
}
.home-product .col-md-3 .item .item-image {
    display: block;
    float: none !important;
    border: none !important;
    height: 192px;
    overflow: hidden;
    position: relative;
    border:1px solid #EAEAEA;
}
.home-product .col-md-3 .item .item-image:before {
    display: block;
    content: "Read more";
    width: 70%;
    padding: 10px 0;
    cursor: pointer;
    text-align: center;
    background: #fff;
    background: rgba(255,255,255,0.8);
    color: #76923c;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border: solid 1px #76923c;
    position: absolute;
    top: -30%;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    visibility: hidden;
    opacity: 0;
}
.home-product .col-md-3 .item:hover .item-image:before {
    background: rgba(255,255,255,1);
    top: 30%;
    visibility: visible;
    opacity: 1;
}
.home-product .col-md-3 .item .item-image img {
    display: block;
    width: 100%;
    border:1px solid rgba(227, 227, 227, 0.77);
}
.home-product .col-md-3 .item div:last-child,
.home-product .col-md-3 .item .main-introproduct {
    display: none;
    position: fixed;
    top: 120px;
    /*bottom: 20%;*/
    left: 0%;
    right: 0%;
    margin: 0 auto;
    width: 65%;
    height: auto;
    max-height: 400px;
    min-height: 300px;
    right: 0;
    overflow: hidden;
    background: #fff;
    z-index: 5000;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border-radius: 5px;
}
.home-product .col-md-3 .item div:last-child h4 {
    display: block;
    padding-bottom: 8px;
    border-bottom: dashed 1px #ddd;
}
.home-product .col-md-3 .item div:last-child p {
    float: left;
    width: 65%;
}
.home-product .col-md-3 .item div:last-child img {
    display: inline-block;
    float: right;
    padding: 0 0 0 15px;
    width:35%;
}

/*modal-overlay*/
.modal-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #222;
    opacity: 0.8;
    z-index: 4000;
}

/*closeBtnmodal*/
.closeBtnmodal {
    display: none;
    width: 80px;
    text-align: center;
    padding: 3px 0;
    border-radius: 5px;
    background: #222;
    color: #fff !important;
    font-size: 15px;
    position: fixed;
    top: 135px;
    margin: 0 auto;
    left: 56%;
    right: 0%;
    cursor: pointer;
    z-index: 5000;
    border: solid 1px rgba(255,255,255,0.3);
}
.closeBtnmodal i {
    font-size: inherit;
    color: inherit;
    padding-right: 5px;
}
.closeBtnmodal:hover {
    background: #000;
}
/*** contact ***/
form.blocks {
    display: block;
    margin-top: 6px;
}
.blocks  label {
    width: 100%;
    display: block;
    margin: 0;
    font-size: 15px;
    padding: 8px 0;    
}
.rc-anchor-normal {
    width: auto !important;
}
form.blocks .g-recaptcha {
    display: block;
    width: 100% !important;
}
form.blocks .g-recaptcha div {
    display: block;
    width: 100% !important;
}
.blocks input, textarea
{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.blocks textarea {
    display: block;
    width: 100%;
    height: 80px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.blocks .btn {
    color: #FFF;
    background-color: #337AB7;
    border-color: #2E6DA4;
}
/*** news ***/
.wrap-news {
    background: #fff;
    background: rgba(255,255,255,0.85);
    color: #000 !important;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    border-radius: 15px;
}
.wrap-news .custom h4 {
    display: block;
    text-align: left !important;
    padding: 5px 20px;
    position: relative;
}
.wrap-news .custom h4:after {
    display: block;
    content: "";
    width: 100px;
    height: 2px;
    background: #ccc;
    position: absolute;
    left: 6%;
    margin: 0;
    bottom: -7px;
}
.wrap-news .text{
    padding: 16px;
}
.news-img {
    min-height: 243px;
    width: 100%;
}
.wrap-news .custom > div {
    display: block;
    display: block;
    width: 100%;
    height: 180px;
    overflow: hidden;
    text-align: center;
    position: relative;
    border-radius: 15px;
}
.wrap-news:hover img {
    transform: scale(1.05); 
    -o-transform: scale(1.05); 
    -moz-transform: scale(1.05); 
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05); 
}
.news-img img {
    border: 0px none;
    width: 100%;
    height: 240px;
    transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}
.news-img:hover img {
    transform: scale(1.1); 
    -o-transform: scale(1.1); 
    -moz-transform: scale(1.1); 
    -webkit-transform: scale(1.1); 
    -ms-transform: scale(1.1); 
}
.wrap-news .custom a {
    display: inline-block;
    padding: 10px;
    background: #76923c;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.wrap-news .custom a:hover {
    background: #4a5d22;
    color: #fff;
}

.news li img{width:auto !important;margin:0px auto;}
.news li h4{width:100%;}

.wrap-news .custom div img{
    border: 0px none;
    width: 100%;
    /*height: 240px;*/
    transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}
.wrap-news .custom{    
    height: 420px !important;    
    overflow: hidden;
}
.wrap-news .custom div:hover img{
    transform: scale(1.1); 
}
.wrap-news .custom p {
    padding:12px 20px;
    line-height: 22px !important;
    text-align:left !important;
}
.address .custom{
    padding-bottom: 15px;
}
#contact{
    padding-bottom: 60px;
}






/*about us section bg*/
#aboutus {
    display: table;
    width: 100%;
    height: 100%;
    /*background: #EEE url("../images/about-bg.jpg") no-repeat fixed center bottom / 100% auto;*/
    background: #eee url(../images/about-bg.jpg) no-repeat fixed center bottom / 100% auto;
    color: inherit;
    position: relative;
}
#contact{
    display: table;
    width:100%;
    background: #fff url("../images/contact-section-bg.jpg") no-repeat top left;
    color: inherit;
}
#aboutus .about-wrapper {
    display: table-cell;
    vertical-align: middle;
}
#aboutus .about-wrapper .section-header .section-title {
    color: #222;
}
#aboutus .about-wrapper h3,
#aboutus .about-wrapper h5 {
    text-align: justify;
}
#aboutus .about-wrapper h3 {
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}
#aboutus .about-wrapper h3 strong {
    color: #76923c;
}
#aboutus .about-wrapper h3:after,
.address-details .address .custom h5:after {
    display: block;
    content: "";
    width: 100px;
    height: 2px;
    background: #ccc;
    position: absolute;
    left: 0;
    bottom: -5px;
}
.address-details .address .custom h5 {
    display: block;
    position: relative;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
@media (max-height: 768px) {
    .address-details .address .custom h5 {
        margin-bottom: 10px;
    }
    .address-details .address .custom h5:after {
        bottom: -2px;
    }
    .address-details iframe {
        height: 275px;
    }
}


.address-details iframe {
    height: 340px !important;
}

/*contact-form*/
.contact-form {

}



/*news-updates-section-k2-blocks*/
.news-updates-section-k2-blocks {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    padding-bottom: 50px;
}
.news-updates-section-k2-blocks .col-md-4 .news-updates-item {
    display: block;
    padding-top: 10px;
    background: #fff;
    background: rgba(255,255,255,0.9);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}
.news-updates-section-k2-blocks .col-md-4 .news-updates-item:after {
    display: block;
    content: "";
    clear: both;
}
.news-updates-section-k2-blocks .col-md-4 .news-updates-item .block-page-header {
    margin: 10px 0;
    padding: 0 15px;
    color: #222;
    border: none !important;
}
.news-updates-section-k2-blocks .col-md-4 .news-updates-item .block-page-header h2, .intro-text-para h2 {
    color: #222 !important;
    font-size: 18px;
    font-weight: 600 !important;
    margin-top: 10px;
}
.news-updates-section-k2-blocks .flex-control-nav {
    display: block;
    z-index: 100;
    bottom: 0;
}
.news-updates-section-k2-blocks .col-md-4 .news-updates-item img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.moduleItemAuthor, .k2Avatar, .moduleItemVideo, .moduleItemDateCreated, .moduleItemCategory, .moduleItemComments, .moduleItemHits, .k2FeedIcon{
    display:none;
}
.itemFullText{
    margin-top:100px;
    padding:50px;
}
.itemFullText h2{
    color:#fff;
    margin-bottom:50px;
}
.itemFullText p {
    display: block;
    position: relative;
    background: #FFF none repeat scroll 0% 0%;
    padding: 6px;
    height: 200px;
    width: 23%;
    float: left;
    margin-left: 1%;
    margin-bottom: 2%;
}
.itemFullText p img{
 height:100%;   
}
.home-product{
    padding-top: 50px;
}
.centertext a{
    margin-bottom:40px;
}