/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body {
    padding: 0;
    margin: 0;
    font-family: 'Lato-Regular';
    background: #fff;
}

    body a {
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }

.menu {
    margin-left: -36%;
}

@font-face {
    font-family: 'Lato-Regular';
    src: url(../fonts/Lato-Regular.ttf)format('truetype');
}

input[type="button"], input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}


.gallery {
    padding: 4em 0;
}

.gallery-heading {
    text-align: center;
}

.gallery-grids {
    margin: 2em 0 0 0;
}

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

    /* Common style */
    .grid figure {
        position: relative;
        overflow: hidden;
        margin: 10px 0;
        height: auto;
        text-align: center;
        cursor: pointer;
    }

        .grid figure img {
            position: relative;
            display: block;
            min-height: 100%;
            width: 100%;
            opacity: 0.8;
        }

        .grid figure figcaption {
            padding: 2em;
            color: #fff;
            text-transform: uppercase;
            font-size: 1.25em;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

            .grid figure figcaption::before,
            .grid figure figcaption::after {
                pointer-events: none;
            }

            .grid figure figcaption,
            .grid figure figcaption > a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }
                /* Anchor will cover the whole item by default */
                /* For some effects it will show as a button */
                .grid figure figcaption > a {
                    z-index: 1000;
                    text-indent: 200%;
                    white-space: nowrap;
                    font-size: 0;
                    opacity: 0;
                }

        .grid figure h3 {
            word-spacing: -0.15em;
            font-weight: 300;
            margin: 0;
            text-align: left;
            font-size: 1.5em;
        }

        .grid figure h2 span {
            font-weight: 800;
        }

        .grid figure h2,
        .grid figure p {
            margin: 0;
        }

        .grid figure p {
            letter-spacing: 1px;
            font-size: 68.5%;
        }
/*-----------------*/
/***** Apollo *****/
/*-----------------*/


figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(201, 141, 54, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-apollo h2 {
    text-align: left;
}

figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

/*------gallery---------*/
.gallery-grids {
    margin: 1em 0 0;
}

.gallery-grid1 img {
    padding: .5em;
    border: 1px dotted #f26f62;
}

.da-thumbs {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}

    .da-thumbs li {
        float: left;
        margin: 0.4%;
        padding: 8px;
        position: relative;
        width: 32.4%;
    }

        .da-thumbs li a,
        .da-thumbs li a img {
            display: block;
            position: relative;
            width: 100%;
        }

        .da-thumbs li a {
            overflow: hidden;
        }

            .da-thumbs li a div {
                position: absolute;
                background: rgba(49, 66, 70, 0.65);
                width: 100%;
                height: 100%;
            }

                .da-thumbs li a div span {
                    display: block;
                    padding: 10px 0;
                    margin: 11px 20px 20px 20px;
                    font-weight: normal;
                    text-transform: capitalize;
                    color: rgba(255,255,255,0.9);
                    text-align: center;
                    font-size: 1.1em;
                }

                .da-thumbs li a div h5 {
                    color: #FFF;
                    font-size: 1.5em;
                    margin: 3.5em 0 0 0;
                    text-align: center;
                    text-transform: capitalize;
                }
/*-----start-header----*/
.header {
    background-color: rgba(101, 65, 12, 0.88);
    /*background-color:rgba(0,0,0,0.75);*/
    padding: 1em 0 0em 0;
    position: relative;
    /*height: 110px;*/
}

    .header:after {
        content: '';
        position: absolute;
        background-image: url('../images/UpperFrame.png');
        /*background: url(../images/cutter2.png)no-repeat;*/
        background-size: 100% 100%;
        height: 45px;
        z-index: -1;
        top: 98%;
        width: 100%;
        opacity: 0.88;
    }

.header-top p {
    float: left;
    width: 23%;
    color: #fff;
    font-size: 1em;
    margin-top: 1.4em;
}

span.glyphicon.glyphicon-earphone {
    font-size: 12px;
    margin-right: 5px;
    color: #fff;
}

.logo {
    float: left;
    width: 95%;
    margin-left: 10%;
    text-align: center;
}

.social-icons {
    float: right;
}

    .social-icons ul li {
        display: inline-block;
    }

.social-icons {
    float: right;
    margin-top: 0.7em;
}

    .social-icons a {
        width: 30px;
        height: 30px;
        background: url('../images/img-sprite.png') no-repeat 0px 0px;
        display: inline-block;
        cursor: pointer;
    }

        .social-icons a:hover {
            opacity: 0.5;
        }

a.facebook {
    background-position: 0px 0px;
}

a.twitter {
    background-position: -32px 0px;
}

a.google-plus {
    background-position: -65px 0px;
}

.logo h1 a {
    text-decoration: none;
    color: #bfe7cd;
    font-size: 1.4em;
}
/*-- nav --*/
.navigation {
    width: 100%;
}

.navbar {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
}

.nav-wil {
    padding: 0;
}

.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    background: none;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 900;
    padding-top: 1%;
    text-shadow: 5px 5px 5px black;
}

.nav > li > a {
    padding: 0 !important;
}

.navbar-nav {
    background: rgba(228, 228, 228, 0);
    float: none;
    margin: 0;
    padding-top: 2%;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffe286;
    background: rgba(0, 0, 0, 0);
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffe286;
    background: none;
}

.navbar-default .navbar-collapse {
    background: rgba(255, 255, 255, 0);
    border-color: #fbfbfb;
}

.navbar {
    margin-bottom: 0px;
    border: none;
    min-height: 25px;
}

.navbar-nav > li {
    text-align: center;
    margin: 0 10px;
}

nav a {
    position: relative;
    display: inline-block;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size: 1.35em;
}

.navbar-default {
    background-color: transparent;
    border-color: #fff;
    z-index: 9999;
}

nav a:hover,
nav a:focus {
    outline: none;
}

/*-- //nav --*/
/*-- slider-css --*/
.slider {
    position: relative;
}

.rslides {
    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;
    }

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 50%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("../images/themes.gif") no-repeat left top;
    margin-top: -45px;
}

    .callbacks_nav.next {
        left: auto;
        background-position: right top;
        right: 0;
    }
/*-- slider-responsive --*/
@media (max-width:768px) {
    .callbacks_nav {
        top: 55%;
    }
}

@media (max-width:480px) {
    .callbacks_nav {
        top: 60%;
    }
}

@media (max-width:320px) {
    .callbacks_nav {
        top: 63%;
    }
}
/*-- //slider-css --*/
/*-- welcome-starts-here --*/
.welcome-top {
    background-color: #65410c;
    padding: 5em 0;
    position: relative;
    padding-bottom: 0px;
}

    .welcome-top h3, .welcome-top h5, .welcome-top p {
        color: #fff;
    }

.location_img {
    float: left;
    width: 25%;
    margin-right: 5%;
    margin-top: 0.5em;
}

    .location_img img {
        width: 100%;
    }

.location {
    float: left;
    width: 70%;
}

.welcome-top:before {
    content: '';
    position: absolute;
    background: url(../images/cutter3-old.png)no-repeat;
    background-size: 100% 100%;
    height: 40px;
    z-index: 9;
    top: -38px;
    width: 100%;
}

.welcome-top:after {
    content: '';
    position: absolute;
    background: url('../images/UpperFrame.png')no-repeat;
    background-size: 100% 100%;
    height: 60px;
    z-index: 9;
    top: 99%;
    width: 100%;
}

.welcome-top p {
    font-size: 1.3em;
    line-height: 1.5em;
    color: #AFAFAF;
    font-weight: 400;
}

.welcome-top h3 {
    font-size: 1.9em;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
}

.welcome-top h5 {
    font-size: 1.3em;
    color: #fff;
    font-weight: 300;
    margin: 0.6em 0 1.5em 0;
    text-transform: uppercase;
}

p.location_text {
    margin: 1em 0 0 0;
    display: BLOCK;
    font-size: 0.98em;
}

span.glyphicon.glyphicon-map-marker, span.glyphicon.glyphicon-dashboard {
    font-size: 12px;
    color: #fff;
    margin-right: 6px;
}

.welcome_bottom {
    padding: 8em 0 6em;
}

.welcome_head h2 {
    font-size: 1.9em;
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.welcome_head p {
    font-size: 1.05em;
    line-height: 1.6em;
    color: #BBBBBB;
    font-weight: 400;
    margin-top: 0.5em;
}

.welcome_head {
    margin-bottom: 4em;
}

.welcome_bottom_right h3 {
    font-size: 1.7em;
    color: #000;
    font-weight: 400;
    margin-bottom: 0.4em;
}

.welcome_bottom_right p {
    font-size: 1.05em;
    line-height: 2.3em;
    color: #BBBBBB;
    font-weight: 400;
    margin-top: 0.8em;
}

.welcome_bottom_left img {
    width: 100%;
}
/*-- welcome-ends-here --*/
/*-- staff --*/
.our-staff {
    /*padding: 6em 0 8em 0;*/
}

.our-staff-head h3 {
    font-size: 1.9em;
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.our-staff-head p {
    font-size: 1.05em;
    line-height: 1.6em;
    color: #BBBBBB;
    font-weight: 400;
    margin-top: 0.5em;
}

.our-staff-grid {
    margin-top: 3em;
}

    .our-staff-grid img {
        width: 100%;
    }

    .our-staff-grid h4 {
        font-size: 1.5em;
        color: #000;
        font-weight: 400;
        margin: 0.6em 0;
    }

    .our-staff-grid p {
        font-size: 1.05em;
        line-height: 1.8em;
        color: #BBBBBB;
        font-weight: 400;
    }

.get {
    margin: 0 auto;
}

.view {
    position: relative;
    text-align: center;
}

    .view .mask, .view .content {
        width: 255px;
        height: 255px;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
    }

    .view img {
        display: block;
        position: relative;
        width: 100%;
    }

.view-seventh .mask {
    background-color: rgba(44, 51, 61, 0.55);
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.view-seventh:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px) rotate(0deg);
    -moz-transform: translateY(0px) rotate(0deg);
    -o-transform: translateY(0px) rotate(0deg);
    -ms-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.1s;
}

ul.staff-social-icons {
    margin: 9em 0 0 0;
    padding: 0;
}

    ul.staff-social-icons li {
        display: inline-block;
    }

        ul.staff-social-icons li a span {
            width: 32px;
            height: 32px;
            display: inline-block;
            background: url('../images/img-sprite.png') no-repeat 0px 0px;
            margin-right: 0.2em;
            webkit-transform: translateY(-200px);
            -moz-transform: translateY(-200px);
            -o-transform: translateY(-200px);
            -ms-transform: translateY(-200px);
            transform: translateY(-200px);
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -o-transition: 0.5s all;
            -ms-transition: 0.5s all;
        }

            ul.staff-social-icons li a span:hover {
                opacity: 0.6;
            }

.view-seventh:hover ul.staff-social-icons li a span {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

ul.staff-social-icons li a span.facebook {
    background-position: 0px 0px;
}

ul.staff-social-icons li a span.twitter {
    background-position: -36px 0px;
}

ul.social-icons li a:hover {
    opacity: 0.7;
}
/*-- //staff --*/
/*-- services --*/
.icon-text {
    width: 100%;
    margin-top: 0.8em;
}

    .icon-text a {
        color: #000;
        font-size: 1.4em;
        text-transform: capitalize;
        text-decoration: none;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }

        .icon-text a:hover {
            color: #000000;
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -o-transition: 0.5s all;
            -ms-transition: 0.5s all;
        }

.service-section {
    padding: 3em 0;
    background-color: #65410c;
    position: relative;
}

.service-section-head h3 {
    text-align: center;
    font-size: 1.9em;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.service-section-head p {
    text-align: center;
    font-size: 1.05em;
    line-height: 1.6em;
    color: #757575;
    font-weight: 400;
    margin-top: 0.5em;
}

.service-section-grid {
    margin-top: 2em;
    text-align: center;
    padding: 0 25px;
}

    .service-section-grid h4 {
        color: #394b50;
        font-size: 1.2em;
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 0.85em;
    }

    .service-section-grid p {
        color: #7b7b7b;
        font-size: 0.92em;
        font-weight: 400;
        line-height: 1.8em;
    }
/*-- services --*/
span.glyphicon.glyphicon-search {
    color: #fff;
    font-size: 15px;
}

span.d1.glyphicon.glyphicon-pencil, span.d2.glyphicon.glyphicon-ok-sign, span.d4.glyphicon.glyphicon-folder-open, span.d5.glyphicon.glyphicon-globe, span.d7.glyphicon.glyphicon-sort-by-order, span.d6.glyphicon.glyphicon-sort-by-alphabet {
    color: #2C333D;
    font-size: 35px;
}

.service-grids {
    margin: 4em 0 0;
}

.service-grid p {
    text-align: center;
    font-size: 1.1em;
    line-height: 2.2em;
    color: #000;
    font-weight: 400;
    margin-top: 0.3em;
}

.service-section:before {
    content: '';
    position: absolute;
    background: url(../images/cutter3-old.png) no-repeat;
    background-size: 100% 100%;
    height: 60px;
    z-index: 9;
    top: -11%;
    width: 100%;
    /*transform: rotate(180deg);	
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);*/
}

.service-section:after {
    content: '';
    position: absolute;
    background: url('../images/UpperFrame.png') no-repeat;
    background-size: 100% 100%;
    height: 60px;
    z-index: 9;
    top: 99%;
    width: 100%;
}
/*-- //services --*/
/*-- news-section --*/
.news-section {
    padding: 8em 0;
}

.news-section-head h3 {
    font-size: 1.9em;
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.news-section-head p {
    font-size: 1.05em;
    line-height: 1.6em;
    color: #BBBBBB;
    font-weight: 400;
    margin-top: 0.5em;
}

.news-section-head {
    margin-bottom: 4em;
}

.news-section-grid-left {
    float: left;
    width: 20%;
    margin-right: 5%;
}

.news-section-grid-right {
    float: left;
    width: 75%;
}

.news-section-grid-left h3 {
    font-size: 2em;
    font-weight: 600;
    color: #BFE7CD;
}

.news-section-grid-right p {
    font-size: 1em;
    line-height: 2em;
    color: #BBBBBB;
    font-weight: 400;
    margin-top: 0.8em;
}

.news-section-grid-right a {
    color: #505050;
    font-size: 1.2em;
    text-transform: capitalize;
    text-decoration: none;
}

    .news-section-grid-right a:hover {
        color: #BFE7CD;
    }
/*-- //news-section --*/
/*-- footer-starts --*/
.footer {
    position: relative;
}

    .footer:before {
        content: '';
        position: absolute;
        height: 60px;
        z-index: 9;
        top: -16.2%;
        width: 100%;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
    }

.footer-top {
    background: #fff;
    padding: 4em 0;
    color: #000;
}

.footer-grid h5 {
    font-size: 1.6em;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

.footer-grid form {
    margin-top: 2em;
}

    .footer-grid form input[type="text"] {
        width: 72%;
        padding: 7px 12px;
        font-size: 0.9em;
        float: left;
        color: #9C9C9C;
        outline: none;
        background: none;
        border: none;
        background: #fff;
    }

    .footer-grid form input[type="submit"] {
        width: 23%;
        font-size: 1.1em;
        color: #fff;
        border: none;
        outline: none;
        padding: 5.5px 12px;
        background: #5D6167;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
        float: left;
    }

        .footer-grid form input[type="submit"]:hover {
            background-color: #BFE7CD;
        }

.footer-grid p {
    font-size: 0.95em;
    line-height: 1.8em;
    color: #BFBFBF;
    font-weight: 400;
}

    .footer-grid p a {
        color: #9C9C9C;
    }

.footer-grid span {
    font-style: italic;
    color: #737171;
    font-size: 0.875em;
    display: block;
    margin-bottom: 1em;
}

.footer-bottom {
    background: #131313;
    padding: 1.8em 0;
}

.footer-social-icons {
    float: left;
    margin-top: 1em;
}

.copyrights p {
    color: #898989;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 1px;
}

    .copyrights p a {
        color: #BFE7CD;
    }

        .copyrights p a:hover {
            color: #fff;
        }

.copyrights {
    /*float: left;*/
}

.footer-nav {
    float: right;
}

    .footer-nav ul li {
        margin: 0 0.5em;
        display: inline-block;
    }

        .footer-nav ul li a {
            text-decoration: none;
            text-transform: uppercase;
            color: #898989;
            font-size: 0.95em;
        }

            .footer-nav ul li a:hover {
                color: #fff;
            }
/*-- //footer-ends --*/
/*-- about-section-starts-here --*/
.about-section {
    padding: 8em 0;
}

.about-bottom h4 {
    margin: 15px 0;
    line-height: 1.4em;
    color: #bfe7cd;
    font-size: 1.5em;
}

.about-bottom img {
    margin-top: 2em;
}

.about {
    margin-bottom: 8em;
}

.about-bottom p {
    font-size: 1.05em;
    line-height: 1.8em;
    color: #BBBBBB;
    font-weight: 400;
}

.about-middle {
    padding: 3em 0;
    background-color: #BFE7CD;
    position: relative;
}

.about-staff {
    padding: 7em 0 0 0;
}

.about-middle:before {
    content: '';
    position: absolute;
    background: url(../images/cutter1.html) no-repeat;
    background-size: 100% 100%;
    height: 60px;
    z-index: 9;
    top: -11.7%;
    width: 100%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.about-middle:after {
    content: '';
    position: absolute;
    background: url(../images/cutter1.html) no-repeat;
    background-size: 100% 100%;
    height: 60px;
    z-index: 9;
    top: 100%;
    width: 100%;
}

.testimonials h3 {
    font-size: 1.8em;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 1.5em;
}

.list3 li strong {
    float: left;
    margin-right: 30px;
    width: 55px;
    height: 55px;
    line-height: 1.9em;
    font-size: 2em;
    color: #4b4c4c;
    background: #ffffff;
    text-align: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    font-weight: 400;
}

ul.list3 li, ul.list4 li {
    list-style-type: none;
}

.list4 li img {
    float: left;
    margin-right: 21px;
    margin-top: 7px;
}

ul.list3 li {
    display: inline-block;
    margin-bottom: 0.3em;
}

.extra a {
    text-transform: uppercase;
    font-size: 1em;
    color: #fff;
    margin-bottom: 1em;
    display: block;
}

.extra {
    overflow: hidden;
}

    .extra p {
        color: #fff;
        font-size: 16px;
        line-height: 1.5em;
        margin: 0 0 15px 0;
    }

.testimonials h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
}

.testimonials p {
    color: #EDFFF3;
    margin: 5px 0px 15px 0;
    font-size: 1.05em;
    line-height: 1.9em;
}

.list1-2 li a {
    font-size: 0.8em;
    color: #EDFFF3;
    text-transform: uppercase;
}

    .list1-2 li a:hover {
        text-decoration: underline;
        color: #fff;
    }

.list1-2 li {
    font-size: 18px;
    line-height: 1.428571429;
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 19px;
    background: url(../images/list_arrow2.png) left 8px no-repeat;
}
/*-- //about-section-ends-here --*/
/*-- Typography --*/
.short-codes {
    padding: 8em 0;
}

a#home-tab, a#profile-tab, a#myTabDrop1 {
    padding: 12px !important;
}

.show-grid [class^=col-] {
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
    line-height: 2em;
    border: 10px solid #f0f0f0;
}

.show-grid [class*="col-"]:hover {
    background: #e0e0e0;
}

.grid_3 {
    margin-bottom: 2em;
}

.xs h3, h3.m_1 {
    color: #000;
    font-size: 1.7em;
    font-weight: 300;
    margin-bottom: 1em;
}

.grid_3 p {
    color: #999;
    font-size: 0.85em;
    margin-bottom: 1em;
    font-weight: 300;
}

.grid_4 {
    background: none;
    margin-top: 50px;
}

.label {
    font-weight: 300 !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
}

.grid_5 {
    background: none;
    padding: 2em 0;
}

    .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
        color: #000;
        font-size: 2em !important;
        margin: 0 0 1em;
    }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: none !important;
}

.tab-content > .active {
    display: block;
    visibility: visible;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 0;
}

.badge-primary {
    background-color: #03a9f4;
}

.badge-success {
    background-color: #8bc34a;
}

.badge-warning {
    background-color: #ffc107;
}

.badge-danger {
    background-color: #e51c23;
}

.grid_3 p {
    line-height: 2em;
    color: #888;
    font-size: 0.9em;
    margin-bottom: 1em;
    font-weight: 300;
}

.bs-docs-example {
    margin: 1em 0;
}

section#tables p {
    margin-top: 1em;
}

.tab-container .tab-content {
    border-radius: 0 2px 2px 2px;
    -webkit-border-radius: 0 2px 2px 2px;
    -o-border-radius: 0 2px 2px 2px;
    -moz-border-radius: 0 2px 2px 2px;
    -ms-border-radius: 0 2px 2px 2px;
    border: 1px solid #e0e0e0;
    padding: 16px;
    background-color: #ffffff;
}

.table td, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 15px !important;
}

.tab-content > .active {
    display: block;
    visibility: visible;
}

.label {
    font-weight: 300 !important;
}

.label {
    padding: 4px 6px;
    border: none;
    text-shadow: none;
}

.nav-tabs {
    margin-bottom: 1em;
}

.alert {
    font-size: 0.85em;
}

h1.t-button, h2.t-button, h3.t-button, h4.t-button, h5.t-button {
    line-height: 1.8em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

li.list-group-item1 {
    line-height: 2.5em;
}

.input-group {
    margin-bottom: 20px;
}

.in-gp-tl {
    padding: 0;
}

.in-gp-tb {
    padding-right: 0;
}

.list-group {
    margin-bottom: 48px;
}

ol {
    margin-bottom: 44px;
}

h2.typoh2 {
    margin: 0 0 10px;
}

h2.heading {
    margin: 0 0px 0.3em 0;
    color: #2C333D;
    font-size: 2.5em;
    text-transform: uppercase;
}

.typrography {
    padding: 5em 0;
}

.grid_3 h3 {
    padding-bottom: .5em;
    font-size: 3em;
    color: #bfe7cd;
}

.grid_4 h3 {
    color: #666161;
    padding-bottom: 0;
    font-size: 2em;
    letter-spacing: 0;
}

.grid_4 h3 {
    padding: 12px 0;
}

.grid_5 h1, h2, h3, h4, h5, h6 {
    padding: 12px 0;
    padding: 0;
}

    h3.first {
        padding-bottom: .5em;
        font-size: 3em;
        color: #bfe7cd;
    }

.input-group {
    margin-bottom: 20px;
}

h3.bars {
    padding-bottom: .5em;
    font-size: 3em;
    color: #bfe7cd;
}

.page-header h1 {
    padding-bottom: .5em;
    font-size: 3em;
    color: #bfe7cd;
}

section#tables h2 {
    padding-bottom: .5em;
    font-size: 2.8em;
    color: #bfe7cd;
}

div#myTabContent {
    margin-top: 0.5em;
}
/*-- //Typography --*/
/*--gallery-Part-Here --*/
.gallery {
    padding: 1em 0;
}

.recent_album {
    padding: 0em 0px 5em;
}

    .recent_album h3 {
        text-align: center;
    }

.gallery-bottom {
    margin-top: 2.6em;
}

.gallery-left img {
    width: 100%;
}

.gallery-left:hover img {
    -webkit-filter: grayscale(100%);
    opacity: 8;
    transition: all 300ms !important;
    -webkit-transition: all 300ms !important;
    -moz-transition: all 300ms !important;
}

.gallery-left {
    position: relative;
}

.gallery-grid img {
    width: 100%;
}

.gallery-grid:hover img {
    -webkit-filter: grayscale(100%);
    opacity: 8;
    transition: all 300ms !important;
    -webkit-transition: all 300ms !important;
    -moz-transition: all 300ms !important;
}

.gallery-grid a {
    display: block;
}

.gallery-grid {
    padding: 0 5px;
    margin-top: 10px;
}

.gallery-1 {
    margin-top: 10px;
}

    .gallery-1:nth-child(1) {
        margin-top: 0;
    }
/*--gallery-Part-Ends-Here --*/
/*--contact--*/
.map {
    position: relative;
}

    .map span {
        min-height: 400px;
        width: 100%;
        position: absolute;
        top: 0;
        background: rgba(24, 79, 154, 0.44);
    }

    .map iframe {
        width: 100%;
        min-height: 400px;
        border: none;
    }

.contact-form {
    background: #fff;
    padding: 1em;
}

.your-name span, .your-msg span {
    color: #444;
    font-size: 1em;
    line-height: 1.8em;
}

.your-msg, .your-submit {
    padding: 0 15px;
}

.your-name input[type="text"] {
    width: 100%;
    outline: none;
    margin: 6px 0px;
    padding: 10px;
    background: #E6E9EC;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
}

.your-msg textarea {
    width: 100%;
    outline: none;
    margin: 10px 0px;
    padding: 10px;
    background: #E6E9EC;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    resize: none;
}

.your-submit input[type="submit"] {
    background: #024db3;
    outline: none;
    font-size: 1em;
    margin: 16px 0px;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    padding: 0.5em 2em;
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-transform: uppercase;
    -webkit-appearance: none;
}

    .your-submit input[type="submit"]:hover {
        background: #F1E054;
    }

.contact-box {
    position: relative;
    padding: 5em 0;
}

.contact-form {
    position: absolute;
    right: 0;
    top: -150px;
}
/*-- contact-page --*/
.contact {
    padding: 0 0 1em 0;
}

.contact-section {
    padding: 8em 0;
}

.contact-main {
    margin: 2em 0;
}

.contact-form {
    margin-bottom: 3.5em;
    margin-top: 1em;
}

p.your-para {
    color: #888;
    font-size: 0.9em;
    margin: 0 0 5px 0;
}

.contact-grid input[type="text"], .contact-grid textarea {
    width: 100%;
    padding: 0.8em;
    margin: 0 0 0.8em 0;
    background: #fff;
    outline: none;
    border: 1px solid #DADADA;
    -webkit-appearance: none;
}

.contact-grid textarea {
    resize: none;
    min-height: 220px;
}

p.sed-para {
    color: #bfe7cd;
    font-size: 1.3em;
    font-weight: 400;
    margin: 15px 0;
}

p.para1 {
    color: #C0C0C0;
    font-size: 0.9em;
    line-height: 2.2em;
}

address {
    width: 100%;
    color: #C0C0C0;
    font-size: 0.9em;
    line-height: 2em;
}

.contact-grid {
    padding-left: 0;
}

address a {
    color: #444;
    font-size: 1em;
    line-height: 1.8em;
}

address a {
    color: #C0C0C0;
}

    address a:hover {
        color: #bfe7cd;
    }

.more-address b, strong {
    color: #bfe7cd !important;
}

.more-address {
    padding: 1em 0;
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: none !important;
    color: #C0C0C0;
}

.map iframe {
    width: 100%;
    min-height: 300px;
    border: none;
}

.send input[type="submit"] {
    background: #2c333d;
    outline: none;
    font-size: 1em;
    margin: 16px 0px;
    border: none;
    padding: 0.6em 2em;
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-transform: uppercase;
    -webkit-appearance: none;
}

    .send input[type="submit"]:hover {
        background: #bfe7cd;
    }

h3.text-center.find {
    font-size: 2.5em;
    margin-bottom: 1em;
    color: #2C333D;
}
/*-- //contact-page --*/
/*--blog--*/
.blog {
    padding: 8em 0;
}

.blog-left {
    float: left;
    border-right: 1px solid #B6B3B3;
    padding-right: 1.5em;
}

.blog-top {
    padding: .5em 0 2em;
}

.blog-to {
    margin-top: 3em;
}

.top-blog {
    float: left;
    margin: 0.5em 0em 0em 2em;
    width: 80%;
}

.blog-left b {
    font-size: 3em;
    color: #bfe7cd;
    display: block;
    height: 55px;
}

.blog-left span {
    font-size: 1.5em;
    color: #bfe7cd;
    text-align: center;
    display: block;
    padding-top: 4px;
}

ul.men-grid li {
    display: inline-block;
}

.top-blog p {
    font-size: .95em;
    color: #A09F9F;
    line-height: 2em;
    padding-top: 4px;
}

    .top-blog p a {
        text-decoration: none;
        color: #bfe7cd;
    }

.top-blog a.fast {
    text-decoration: none;
    font-size: 1.3em;
    color: #2c333d;
}

    .top-blog a.fast:hover, .top-blog p a:hover, ul.popular li a:hover, a.more-dummy:hover {
        color: #bfe7cd;
    }

.pagination > .active > a, .pagination > .active > a:hover {
    background: #bfe7cd;
    border-color: #bfe7cd;
}

.pagination {
    margin: 0;
    padding-top: 3em;
}

.blog-pagination {
    text-align: center;
    padding-left: 33em;
}

.pagination > li > a:hover {
    color: #FFFFFF;
    border-color: #bfe7cd;
    background: #bfe7cd;
}

a.more {
    color: #fff;
    background: #2c333d;
    padding: 0.5em 1em;
    display: inline-block;
    text-decoration: none;
}

    a.more:hover {
        background: #bfe7cd;
    }

p.sed {
    margin: 0.5em 0 1em;
}
/*--//blog--*/
/*-- single-page --*/
.single-page {
    padding: 8em 0;
}

.single-middle {
    margin-top: 3em;
}

    .single-middle h3 {
        font-size: 2.5em;
        color: #2d2d2d;
        text-align: center;
        margin: 0 0 .5em;
    }

.single-bottom input[type="text"], .single-bottom textarea {
    width: 100%;
    padding: 1em;
    background: none;
    outline: none;
    border: 1px solid #A09F9F;
    font-size: 1em;
    color: #A09F9F;
    -webkit-appearance: none;
}

.single-bottom input[type="submit"] {
    width: 10%;
    font-size: 1.3em;
    background: #2c333d;
    padding: 0.4em 0.8em;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    -webkit-appearance: none;
    margin: 0 0.8em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

    .single-bottom input[type="submit"]:hover {
        background: #bfe7cd;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }

.single-bottom textarea {
    resize: none;
    min-height: 180px;
    margin: 1em 1em;
    width: 97.6%;
}

.media-body h4 {
    font-size: 1.3em;
}

    .media-body h4 a {
        color: #bfe7cd;
        text-decoration: none;
    }

.media-body p {
    margin: 0.7em 0 0em;
    font-size: .95em;
    color: #A09F9F;
    line-height: 1.9em;
}

.media {
    margin: 0em 0 3em;
}

.single-bottom h3 {
    font-size: 2.5em;
    color: #2d2d2d;
    text-align: center;
    margin: 0.5em 0 .6em;
    margin-top: 1em;
}

.md-in {
    padding: 0;
    margin-top: 1em;
}

.in-media {
    padding: 0 0 0 5em;
}

ul.grid-part li {
    list-style: none;
}

    ul.grid-part li a {
        color: #A09F9F;
        text-decoration: none;
        padding: 0.7em 0;
        display: block;
        font-size: .9em;
    }

        ul.grid-part li a i {
            background: #50e0d7;
            width: 5px;
            height: 5px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
        }

        ul.grid-part li a:hover {
            color: #bfe7cd;
            padding-left: 0.2em;
        }

ul.grid-part {
    margin: 0.5em 0 0em;
}

.single {
    padding: 3em 15px 0;
}
/*-- //single-page  --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 14px;
    right: 3%;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url("../images/to-top1.png") no-repeat 0px 0px;
}

/*-- responsine-design --*/
@media (min-width: 2250px) and (max-width: 2500px) {
    .dropdown {
        position: relative;
        display: inline-block;
        border-radius: 5px 5px 5px 5px;
    }

    .dropdown-content {
        border-top: 5px solid #623804;
        display: none;
        position: absolute;
        padding: 10px 0px;
        min-width: 200px;
        border-radius: 10px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 99999;
        background: linear-gradient(to bottom,rgba(232, 173, 93, 0.92) 0%,rgba(224, 148, 48, 0.9) 44%,rgba(171, 105, 20, 0.88) 100%);
    }

        .dropdown-content li a {
            color: #65410c;
            padding: 10px 15px;
            text-decoration: none;
            display: block;
            font-size: 18px;
            font-weight: 700;
        }

            .dropdown-content li a:hover {
                background-color: #65410c;
                color: #fff;
            }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    .logo1 {
        width: 18%;
    }

    .head {
        width: 64%;
    }

    .navbar-nav > li {
        margin: 0 35px;
    }

    .blockimg {
        background-image: url('../images/woodtheme5.png');
        background-repeat: no-repeat;
        background-size: cover;
        height: 220px;
    }

    .txtdiv {
        text-align: center;
        font-size: 15px;
        padding-top: 50px;
        font-weight: 500;
        color: #fff;
        padding-right: 14%;
        padding-left: 10%;
    }

    .iimg {
        height: 95px !important;
        width: 150px !important;
        margin-top: 40% !important;
        /*padding-top:-15%;*/
    }

    .slider {
        margin-top: -4.4% !important;
    }
    .navbar-default .navbar-nav > li > a {
        
        font-size: 20px !important;
    }
}

@media (min-width: 2000px) and (max-width: 2250px) {
    .dropdown {
        position: relative;
        display: inline-block;
        border-radius: 5px 5px 5px 5px;
    }

    .dropdown-content {
        border-top: 5px solid #623804;
        display: none;
        position: absolute;
        padding: 10px 0px;
        min-width: 200px;
        border-radius: 10px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 99999;
        background: linear-gradient(to bottom,rgba(232, 173, 93, 0.92) 0%,rgba(224, 148, 48, 0.9) 44%,rgba(171, 105, 20, 0.88) 100%);
    }

        .dropdown-content li a {
            color: #65410c;
            padding: 10px 15px;
            text-decoration: none;
            display: block;
            font-size: 18px;
            font-weight: 700;
        }

            .dropdown-content li a:hover {
                background-color: #65410c;
                color: #fff;
            }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    .logo1 {
        width: 18%;
    }

    .head {
        width: 64%;
    }

    .navbar-nav > li {
        margin: 0 35px;
    }

    .blockimg {
        background-image: url('../images/woodtheme5.png');
        background-repeat: no-repeat;
        background-size: cover;
        height: 220px;
    }

    .txtdiv {
        text-align: center;
        font-size: 15px;
        padding-top: 50px;
        font-weight: 500;
        color: #fff;
        padding-right: 14%;
        padding-left: 10%;
    }

    .iimg {
        height: 95px !important;
        width: 150px !important;
        margin-top: 40% !important;
        /*padding-top:-15%;*/
    }

    .slider {
        margin-top: -4.4% !important;
    }
}

@media (min-width: 1950px) and (max-width: 2000px) {

    .dropdown {
        position: relative;
        display: inline-block;
        border-radius: 5px 5px 5px 5px;
    }

    .dropdown-content {
        border-top: 5px solid #623804;
        display: none;
        position: absolute;
        padding: 10px 0px;
        min-width: 200px;
        border-radius: 10px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 99999;
        background: linear-gradient(to bottom,rgba(232, 173, 93, 0.92) 0%,rgba(224, 148, 48, 0.9) 44%,rgba(171, 105, 20, 0.88) 100%);
    }

        .dropdown-content li a {
            color: #65410c;
            padding: 10px 15px;
            text-decoration: none;
            display: block;
            font-size: 18px;
            font-weight: 700;
        }

            .dropdown-content li a:hover {
                background-color: #65410c;
                color: #fff;
            }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    .blockimg {
        background-image: url('../images/woodtheme5.png');
        background-repeat: no-repeat;
        background-size: cover;
        height: 220px;
    }

    .txtdiv {
        text-align: center;
        font-size: 15px;
        padding-top: 50px;
        font-weight: 500;
        color: #fff;
        padding-right: 14%;
        padding-left: 10%;
    }

    .iimg {
        height: 95px !important;
        width: 150px !important;
        margin-top: 40% !important;
        /*padding-top:-15%;*/
    }

    .logo1 {
        width: 18%;
    }

    .head {
        width: 64%;
    }

    .navbar-nav > li {
        margin: 0 35px;
    }

    .slider {
        margin-top: -4.4% !important;
    }
}

@media (min-width: 1850px) and (max-width: 1950px) {

    .dropdown {
        position: relative;
        display: inline-block;
        border-radius: 5px 5px 5px 5px;
    }

    .dropdown-content {
        border-top: 5px solid #623804;
        display: none;
        position: absolute;
        padding: 10px 0px;
        min-width: 200px;
        border-radius: 10px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 99999;
        background: linear-gradient(to bottom,rgba(232, 173, 93, 0.92) 0%,rgba(224, 148, 48, 0.9) 44%,rgba(171, 105, 20, 0.88) 100%);
    }

        .dropdown-content li a {
            color: #65410c;
            padding: 10px 15px;
            text-decoration: none;
            display: block;
            font-size: 18px;
            font-weight: 700;
        }

            .dropdown-content li a:hover {
                background-color: #65410c;
                color: #fff;
            }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    .blockimg {
        background-image: url('../images/woodtheme5.png');
        background-repeat: no-repeat;
        background-size: cover;
        height: 220px;
    }

    .txtdiv {
        text-align: center;
        font-size: 15px;
        padding-top: 50px;
        font-weight: 500;
        color: #fff;
        padding-right: 14%;
        padding-left: 10%;
    }

    .iimg {
        height: 95px !important;
        width: 150px !important;
        margin-top: 40% !important;
        /*padding-top:-15%;*/
    }

    .logo1 {
        width: 18%;
    }

    .head {
        width: 64%;
    }

    .navbar-nav > li {
        margin: 0 29px;
    }

    .slider {
        margin-top: -4.4% !important;
    }
}

@media (min-width: 1750px) and (max-width: 1850px) {

    .dropdown {
        position: relative;
        display: inline-block;
        border-radius: 5px 5px 5px 5px;
    }

    .dropdown-content {
        border-top: 5px solid #623804;
        display: none;
        position: absolute;
        padding: 10px 0px;
        min-width: 200px;
        border-radius: 10px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 99999;
        background: linear-gradient(to bottom,rgba(232, 173, 93, 0.92) 0%,rgba(224, 148, 48, 0.9) 44%,rgba(171, 105, 20, 0.88) 100%);
    }

        .dropdown-content li a {
            color: #65410c;
            padding: 10px 15px;
            text-decoration: none;
            display: block;
            font-size: 18px;
            font-weight: 700;
        }

            .dropdown-content li a:hover {
                background-color: #65410c;
                color: #fff;
            }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    .blockimg {
        background-image: url('../images/woodtheme5.png');
        background-repeat: no-repeat;
        background-size: cover;
        height: 220px;
    }

    .txtdiv {
        text-align: center;
        font-size: 15px;
        padding-top: 50px;
        font-weight: 500;
        color: #fff;
        padding-right: 14%;
        padding-left: 10%;
    }

    .iimg {
        height: 95px !important;
        width: 150px !important;
        margin-top: 40% !important;
        /*padding-top:-15%;*/
    }

    .logo1 {
        width: 18%;
    }

    .head {
        width: 64%;
    }

    .navbar-nav > li {
        margin: 0 24px;
    }

    .slider {
        margin-top: -4.4% !important;
    }
}
@media (min-width: 1650px) and (max-width: 1750px) {

    .dropdown {
        position: relative;
        display: inline-block;
        border-radius: 5px 5px 5px 5px;
    }

    .dropdown-content {
        border-top: 5px solid #623804;
        display: none;
        position: absolute;
        padding: 10px 0px;
        min-width: 200px;
        border-radius: 10px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 99999;
        background: linear-gradient(to bottom,rgba(232, 173, 93, 0.92) 0%,rgba(224, 148, 48, 0.9) 44%,rgba(171, 105, 20, 0.88) 100%);
    }

        .dropdown-content li a {
            color: #65410c;
            padding: 10px 15px;
            text-decoration: none;
            display: block;
            font-size: 18px;
            font-weight: 700;
        }

            .dropdown-content li a:hover {
                background-color: #65410c;
                color: #fff;
            }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    .blockimg {
        background-image: url('../images/woodtheme5.png');
        background-repeat: no-repeat;
        background-size: cover;
        height: 220px;
    }

    .txtdiv {
        text-align: center;
        font-size: 15px;
        padding-top: 50px;
        font-weight: 500;
        color: #fff;
        padding-right: 14%;
        padding-left: 10%;
    }

    .iimg {
        height: 95px !important;
        width: 150px !important;
        margin-top: 40% !important;
        /*padding-top:-15%;*/
    }

    .logo1 {
        width: 18%;
    }

    .head {
        width: 64%;
    }

    .navbar-nav > li {
        margin: 0 19px;
    }

    .slider {
        margin-top: -4.4% !important;
    }
}
@media (min-width: 1550px) and (max-width: 1650px) {

    .dropdown {
        position: relative;
        display: inline-block;
        border-radius: 5px 5px 5px 5px;
    }

    .dropdown-content {
        border-top: 5px solid #623804;
        display: none;
        position: absolute;
        padding: 10px 0px;
        min-width: 200px;
        border-radius: 10px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 99999;
        background: linear-gradient(to bottom,rgba(232, 173, 93, 0.92) 0%,rgba(224, 148, 48, 0.9) 44%,rgba(171, 105, 20, 0.88) 100%);
    }

        .dropdown-content li a {
            color: #65410c;
            padding: 10px 15px;
            text-decoration: none;
            display: block;
            font-size: 18px;
            font-weight: 700;
        }

            .dropdown-content li a:hover {
                background-color: #65410c;
                color: #fff;
            }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    .blockimg {
        background-image: url('../images/woodtheme5.png');
        background-repeat: no-repeat;
        background-size: cover;
        height: 220px;
    }

    .txtdiv {
        text-align: center;
        font-size: 15px;
        padding-top: 50px;
        font-weight: 500;
        color: #fff;
        padding-right: 14%;
        padding-left: 10%;
    }

    .iimg {
        height: 95px !important;
        width: 150px !important;
        margin-top: 40% !important;
        /*padding-top:-15%;*/
    }

    .logo1 {
        width: 15%!important;
    }

    .head {
        width: 70%!important;
    }

    .navbar-nav > li {
        margin: 0 14px;
    }

    .slider {
        margin-top: -4.4% !important;
    }
    .navbar-default .navbar-nav > li > a {
        
        font-size:15px !important;
    }
    
}
@media (min-width: 1450px) and (max-width: 1550px) {

    .dropdown {
        position: relative;
        display: inline-block;
        border-radius: 5px 5px 5px 5px;
    }

    .dropdown-content {
        border-top: 5px solid #623804;
        display: none;
        position: absolute;
        padding: 10px 0px;
        min-width: 200px;
        border-radius: 10px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 99999;
        background: linear-gradient(to bottom,rgba(232, 173, 93, 0.92) 0%,rgba(224, 148, 48, 0.9) 44%,rgba(171, 105, 20, 0.88) 100%);
    }

        .dropdown-content li a {
            color: #65410c;
            padding: 10px 15px;
            text-decoration: none;
            display: block;
            font-size: 18px;
            font-weight: 700;
        }

            .dropdown-content li a:hover {
                background-color: #65410c;
                color: #fff;
            }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    .blockimg {
        background-image: url('../images/woodtheme5.png');
        background-repeat: no-repeat;
        background-size: cover;
        height: 220px;
    }

    .txtdiv {
        text-align: center;
        font-size: 15px;
        padding-top: 50px;
        font-weight: 500;
        color: #fff;
        padding-right: 14%;
        padding-left: 10%;
    }

    .iimg {
        height: 95px !important;
        width: 150px !important;
        margin-top: 40% !important;
        /*padding-top:-15%;*/
    }

    .logo1 {
        width: 18%;
    }

    .head {
        width: 64%;
    }

    .navbar-nav > li {
        margin: 0 9px;
    }

    .slider {
        margin-top: -4.4% !important;
    }
    
}
@media (min-width: 1350px) and (max-width: 1450px) {

    .dropdown {
        position: relative;
        display: inline-block;
        border-radius: 5px 5px 5px 5px;
    }

    .dropdown-content {
        border-top: 5px solid #623804;
        display: none;
        position: absolute;
        padding: 10px 0px;
        min-width: 200px;
        border-radius: 10px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 99999;
        background: linear-gradient(to bottom,rgba(232, 173, 93, 0.92) 0%,rgba(224, 148, 48, 0.9) 44%,rgba(171, 105, 20, 0.88) 100%);
    }

        .dropdown-content li a {
            color: #65410c;
            padding: 10px 15px;
            text-decoration: none;
            display: block;
            font-size: 18px;
            font-weight: 700;
        }

            .dropdown-content li a:hover {
                background-color: #65410c;
                color: #fff;
            }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    .blockimg {
        background-image: url('../images/woodtheme5.png');
        background-repeat: no-repeat;
        background-size: cover;
        height: 220px;
    }

    .txtdiv {
        text-align: center;
        font-size: 15px;
        padding-top: 50px;
        font-weight: 500;
        color: #fff;
        padding-right: 14%;
        padding-left: 10%;
    }

    .iimg {
        height: 95px !important;
        width: 150px !important;
        margin-top: 40% !important;
        /*padding-top:-15%;*/
    }

    .logo1 {
        width: 18%;
    }

    .head {
        width: 64%;
    }

    .navbar-nav > li {
        margin: 0 8px;
    }

    .slider {
        margin-top: -4.4% !important;
    }
    .navbar-default .navbar-nav > li > a {
        
        font-size: 15px !important;
    }
}
@media (min-width: 1250px) and (max-width: 1350px) {

    .dropdown {
        position: relative;
        display: inline-block;
        border-radius: 5px 5px 5px 5px;
    }

    .dropdown-content {
        border-top: 5px solid #623804;
        display: none;
        position: absolute;
        padding: 10px 0px;
        min-width: 200px;
        border-radius: 10px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 99999;
        background: linear-gradient(to bottom,rgba(232, 173, 93, 0.92) 0%,rgba(224, 148, 48, 0.9) 44%,rgba(171, 105, 20, 0.88) 100%);
    }

        .dropdown-content li a {
            color: #65410c;
            padding: 10px 15px;
            text-decoration: none;
            display: block;
            font-size: 18px;
            font-weight: 700;
        }

            .dropdown-content li a:hover {
                background-color: #65410c;
                color: #fff;
            }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    .blockimg {
        background-image: url('../images/woodtheme5.png');
        background-repeat: no-repeat;
        background-size: cover;
        height: 220px;
    }

    .txtdiv {
        text-align: center;
        font-size: 15px;
        padding-top: 50px;
        font-weight: 500;
        color: #fff;
        padding-right: 14%;
        padding-left: 10%;
    }

    .iimg {
        height: 95px !important;
        width: 150px !important;
        margin-top: 40% !important;
        /*padding-top:-15%;*/
    }

    .logo1 {
        width: 18%;
    }

    .head {
        width: 64%;
    }

    .navbar-nav > li {
        margin: 0 3px;
    }

    .slider {
        margin-top: -4.4% !important;
    }
    .navbar-default .navbar-nav > li > a {
        
        font-size: 12px !important;
        margin:5px;
    }
}
@media (min-width: 1200px) and (max-width: 1250px) {

    .dropdown {
        position: relative;
        display: inline-block;
        border-radius: 5px 5px 5px 5px;
    }

    .dropdown-content {
        border-top: 5px solid #623804;
        display: none;
        position: absolute;
        padding: 10px 0px;
        min-width: 200px;
        border-radius: 10px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 99999;
        background: linear-gradient(to bottom,rgba(232, 173, 93, 0.92) 0%,rgba(224, 148, 48, 0.9) 44%,rgba(171, 105, 20, 0.88) 100%);
    }

        .dropdown-content li a {
            color: #65410c;
            padding: 10px 15px;
            text-decoration: none;
            display: block;
            font-size: 18px;
            font-weight: 700;
        }

            .dropdown-content li a:hover {
                background-color: #65410c;
                color: #fff;
            }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    .blockimg {
        background-image: url('../images/woodtheme5.png');
        background-repeat: no-repeat;
        background-size: cover;
        height: 220px;
    }

    .txtdiv {
        text-align: center;
        font-size: 15px;
        padding-top: 50px;
        font-weight: 500;
        color: #fff;
        padding-right: 14%;
        padding-left: 10%;
    }

    .iimg {
        height: 95px !important;
        width: 150px !important;
        margin-top: 40% !important;
        /*padding-top:-15%;*/
    }

    .logo1 {
        width: 18%;
    }

    .head {
        width: 64%;
    }

    .navbar-nav > li {
        margin: -5px;
    }

    .slider {
        margin-top: -4.4% !important;
    }
    .navbar-default .navbar-nav > li > a {
        
        font-size: 13px !important;
        margin:12px;
    }
}
/*@media screen and (max-width: 1366px) {
    .news-section-grid-left {
        width: 15%;
    }

    .blockimg {
        background-image: url('../images/woodtheme5.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .iimg {
        height: 95px !important;
        width: 150px !important;
        margin-top: 40% !important;
        padding-top:-15%;
    }

    .imgdiv {
        text-align: center;
        height: 220px;
    }

    .txtdiv {
        text-align: center;
        font-size: 15px;
        padding-top: 50px;
        font-weight: 500;
        color: #fff;
        padding-right: 14%;
        padding-left: 10%;
    }

    .txtpad {
        padding-bottom: 0%;
    }

    .news-section-grid-right {
        width: 80%;
    }

    .footer-top {
        padding: 3em 0;
    }

    .footer:before {
        top: -17.5%;
    }

    #slideout1 {
        position: fixed;
        top: 120px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner1 {
        position: fixed;
        top: 120px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea1 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout1:hover {
        left: 160px;
        color: #2a4a85;
    }

        #slideout1:hover #slideout_inner1 {
            left: 0px;
        }

    #slideout2 {
        position: fixed;
        top: 200px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner2 {
        position: fixed;
        top: 200px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea2 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout2:hover {
        left: 160px;
        color: #b31b06;
    }

        #slideout2:hover #slideout_inner2 {
            left: 0px;
        }

    #slideout {
        position: fixed;
        top: 40px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner {
        position: fixed;
        top: 40px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

        #slideout_inner textarea {
            width: 190px;
            height: 100px;
            margin-bottom: 6px;
        }

    #slideout:hover {
        left: 160px;
    }

        #slideout:hover #slideout_inner {
            left: 0px;
        }


    #slideout3 {
        position: fixed;
        top: 280px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner3 {
        position: fixed;
        top: 280px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea3 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout3:hover {
        left: 160px;
        color: #47bdfa;
    }

        #slideout3:hover #slideout_inner3 {
            left: 0px;
        }

    .image {
        float: right;
        margin-top: -10% !important;
        margin-left: 27%;
        height: 163px !important;
        width: 200px;
        margin-right: -3.2% !important;
    }

    .navbar-default .navbar-nav > li > a {
        text-transform: uppercase;
        background: none;
        color: #fff;
        font-size: 15px !important;
        letter-spacing: 1px;
        font-weight: 900;
        padding-top: 1%;
        text-shadow: 5px 5px 5px black;
    }
}*/

/*@media screen and (max-width: 1280px) {
    .navbar-default .navbar-nav > li > a {
        text-transform: uppercase;
        background: none;
        color: #fff;
        font-size: 14px !important;
        letter-spacing: 1px;
        font-weight: 900;
        padding-top: 1%;
        text-shadow: 5px 5px 5px black;
    }

    .service-section-grid {
        margin-top: 4em;
    }

    .blockimg {
        background-image: url('../images/woodtheme5.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .iimg {
        height: 95px !important;
        width: 150px !important;
        margin-top: 40% !important;
        padding-top:-15%;
    }

    .txtpad {
        padding-bottom: 0%;
    }

    .imgdiv {
        text-align: center;
        height: 220px;
    }

    .txtdiv {
        text-align: center;
        font-size: 15px;
        padding-top: 45px;
        font-weight: 500;
        color: #fff;
        padding-right: 10%;
        padding-left: 15%;
    }

    .txtpad {
        padding-bottom: 0%;
    }

    .header {
        padding: 1.5em 0 0.5em 0;
    }

    .service-section:before {
        top: -12.3%;
    }

    .welcome-top h5 {
        font-size: 1.2em;
    }

    .welcome-top {
        padding: 4em 0;
    }

    .about-section, .short-codes, .gallery, .blog, .single-page, .contact-section {
        padding: 7em 0;
    }

    .about-bottom p {
        font-size: 1em;
        line-height: 2em;
    }

    .grid_4 {
        margin-top: 30px;
    }

    #slideout1 {
        position: fixed;
        top: 120px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner1 {
        position: fixed;
        top: 120px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea1 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout1:hover {
        left: 160px;
        color: #2a4a85;
    }

        #slideout1:hover #slideout_inner1 {
            left: 0px;
        }

    #slideout2 {
        position: fixed;
        top: 200px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner2 {
        position: fixed;
        top: 200px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea2 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout2:hover {
        left: 160px;
    }

        #slideout2:hover #slideout_inner2 {
            left: 0px;
        }

    #slideout {
        position: fixed;
        top: 40px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner {
        position: fixed;
        top: 40px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

        #slideout_inner textarea {
            width: 190px;
            height: 100px;
            margin-bottom: 6px;
        }

    #slideout:hover {
        left: 160px;
    }

        #slideout:hover #slideout_inner {
            left: 0px;
        }

    #slideout3 {
        position: fixed;
        top: 280px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner3 {
        position: fixed;
        top: 280px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea3 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout3:hover {
        left: 160px;
        color: #47bdfa;
    }

        #slideout3:hover #slideout_inner3 {
            left: 0px;
        }

    .image {
        float: right;
        margin-top: -10% !important;
        margin-left: 27%;
        height: 163px !important;
        width: 200px;
        margin-right: -3.2% !important;
    }
}*/

/*@media screen and (max-width: 1199px) {
    .navbar-nav > li {
        margin: 0 25px;
    }

    .blockimg {
        background-image: url('../images/woodtheme5.png');
        ;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .txtpad {
        padding-bottom: 42% !important;
        height: 181px;
        padding-right: 50px;
    }

    .iimg {
        height: 80px !important;
        width: 135px !important;
        margin-top: 15% !important;
        padding-top:-15%;
    }

    .imgdiv {
        text-align: center;
        height: 175px;
    }

    .txtdiv {
        text-align: center;
        font-size: 15px;
        padding-top: 30px;
        font-weight: 500;
        color: #fff;
        padding-right: 3%;
        padding-left: 15%;
    }

    p.location_text {
        font-size: 0.85em;
    }

    .view .mask, .view .content {
        width: 206px;
        height: 206px;
    }

    ul.staff-social-icons {
        margin: 7em 0 0 0;
    }

    .service-section:before {
        top: -13.4%;
    }

    .navbar-default .navbar-nav > li > a {
        text-transform: uppercase;
        background: none;
        color: #fff;
        font-size: 6px !important;
        letter-spacing: 1px;
        font-weight: 900;
        padding-top: 1%;
        text-shadow: 5px 5px 5px black;
    }

    .about-middle:before {
        top: -7.7%;
    }

    .top-blog {
        width: 77%;
    }

    #slideout1 {
        position: fixed;
        top: 120px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner1 {
        position: fixed;
        top: 120px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea1 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout1:hover {
        left: 160px;
        color: #2a4a85;
    }

        #slideout1:hover #slideout_inner1 {
            left: 0px;
        }

    #slideout2 {
        position: fixed;
        top: 200px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner2 {
        position: fixed;
        top: 200px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea2 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout2:hover {
        left: 160px;
        color: #b31b06;
    }

        #slideout2:hover #slideout_inner2 {
            left: 0px;
        }

    #slideout {
        position: fixed;
        top: 40px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner {
        position: fixed;
        top: 40px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

        #slideout_inner textarea {
            width: 190px;
            height: 100px;
            margin-bottom: 6px;
        }

    #slideout:hover {
        left: 160px;
    }

        #slideout:hover #slideout_inner {
            left: 0px;
        }

    #slideout3 {
        position: fixed;
        top: 280px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner3 {
        position: fixed;
        top: 280px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea3 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout3:hover {
        left: 160px;
        color: #47bdfa;
    }

        #slideout3:hover #slideout_inner3 {
            left: 0px;
        }

    .image {
        float: right;
        margin-top: -10% !important;
        margin-left: 27%;
        height: 163px !important;
        width: 200px;
        margin-right: -3.2% !important;
    }
}*/

@media (min-width: 1100px) and (max-width: 1200px) {

    .dropdown {
        position: relative;
        display: inline-block;
        border-radius: 5px 5px 5px 5px;
    }

    .dropdown-content {
        border-top: 5px solid #623804;
        display: none;
        position: absolute;
        padding: 10px 0px;
        min-width: 200px;
        border-radius: 10px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 99999;
        background: linear-gradient(to bottom,rgba(232, 173, 93, 0.92) 0%,rgba(224, 148, 48, 0.9) 44%,rgba(171, 105, 20, 0.88) 100%);
    }

        .dropdown-content li a {
            color: #65410c;
            padding: 10px 15px;
            text-decoration: none;
            display: block;
            font-size: 18px;
            font-weight: 700;
        }

            .dropdown-content li a:hover {
                background-color: #65410c;
                color: #fff;
            }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    .blockimg {
        background-image: url('../images/woodtheme5.png');
        background-repeat: no-repeat;
        background-size: cover;
        height: 220px;
    }

    .txtdiv {
        text-align: center;
        font-size: 13px;
        padding-top: 50px;
        font-weight: 500;
        color: #fff;
        padding-right: 14%;
        padding-left: 19%;
    }

    .iimg {
        height: 95px !important;
        width: 150px !important;
        margin-top: 40% !important;
        /*padding-top:-15%;*/
    }

    .logo1 {
        width: 18%;
    }

    .head {
        width: 64%;
    }

    .navbar-nav > li {
        margin: -12px;
    }

    .slider {
        margin-top: -4.4% !important;
    }
    .navbar-default .navbar-nav > li > a {
        
        font-size: 11px !important;
        margin:20px;
    }
    /*.container{
        margin-top: -13%!important;
    }*/
    .center{
        margin-top: 0px!important;
    }
    .foter{
        margin-top: 0%!important;
    }
    .container .cus{
        margin-top: 0%!important;
    }
}
@media (min-width: 992px) and (max-width: 1100px) {

    .dropdown {
        position: relative;
        display: inline-block;
        border-radius: 5px 5px 5px 5px;
    }

    .dropdown-content {
        border-top: 5px solid #623804;
        display: none;
        position: absolute;
        padding: 10px 0px;
        min-width: 200px;
        border-radius: 10px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 99999;
        background: linear-gradient(to bottom,rgba(232, 173, 93, 0.92) 0%,rgba(224, 148, 48, 0.9) 44%,rgba(171, 105, 20, 0.88) 100%);
    }

        .dropdown-content li a {
            color: #65410c;
            padding: 10px 15px;
            text-decoration: none;
            display: block;
            font-size: 18px;
            font-weight: 700;
        }

            .dropdown-content li a:hover {
                background-color: #65410c;
                color: #fff;
            }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    .blockimg {
        background-image: url('../images/woodtheme5.png');
        background-repeat: no-repeat;
        background-size: cover;
        height: 176px;
    }

    .txtdiv {
        text-align: center;
        font-size: 10px;
        padding-top: 50px;
        font-weight: 500;
        color: #fff;
        padding-right: 14%;
        padding-left: 21%;
    }

    .iimg {
        height: 95px !important;
        width: 150px !important;
        margin-top: 40% !important;
        /*padding-top:-15%;*/
    }

    .logo1 {
        width: 18%;
    }

    .head {
        width: 64%;
    }

    .navbar-nav > li {
        margin: -12px;
    }

    .slider {
        margin-top: -4.4% !important;
    }
    .navbar-default .navbar-nav > li > a {
        
        font-size: 10px !important;
        margin:20px;
    }
    .st{
        margin-top: -12%!important;
    }
    .navbar-nav{
        background-color: #78582a;
    }
}
.logo1{
        width:25%;

    }
    .head{
        width:50%;
    }
/*@media screen and (max-width: 1049px) {
    .navbar-default .navbar-nav > li > a {
        text-transform: uppercase;
        background: none;
        color: #fff;
        font-size: 14px !important;
        letter-spacing: 1px;
        font-weight: 900;
        padding-top: 1%;
        text-shadow: 5px 5px 5px black;
    }

    .navbar-nav {
        background: rgba(101, 65, 12, 0.88);
        float: none;
        margin: 0;
        padding-top: 0%;
    }

    .dropdown-content {
        border-top: 5px solid #623804;
        display: none;
        position: relative;
        padding: 10px 0px;
        min-width: 200px;
        border-radius: 10px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 99999;
        background: linear-gradient(to bottom,rgba(232, 173, 93, 0.92) 0%,rgba(224, 148, 48, 0.9) 44%,rgba(171, 105, 20, 0.88) 100%);
    }
}*/

/*@media screen and (max-width: 1024px) {
    .logo h1 a {
        font-size: 1.3em;
    }

    .dropdown-content {
        position: relative !important;
    }

    .service-section:before {
        top: -12.7%;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 1.05em;
    }

    .menu {
        margin-left: 0% !important;
    }

    .navbar-nav > li {
        margin: 0 26px;
    }

    .navigation {
        margin: 2.5em auto 0;
    }

    .welcome_bottom_right p {
        font-size: 1em;
        line-height: 2em;
    }

    .welcome-top h3 {
        font-size: 1.7em;
    }

    .welcome-top h5 {
        font-size: 1.1em;
    }

    p.location_text {
        font-size: 0.875em;
    }

    .welcome-top {
        padding: 3em 0;
    }

    .view .mask, .view .content {
        width: 215px;
        height: 215px;
    }

    ul.staff-social-icons {
        margin: 7em 0 0 0;
    }

    .our-staff-grid p {
        font-size: 0.95em;
    }

    .our-staff-grid {
        padding: 0 10px;
    }

    .copyrights p {
        letter-spacing: 0px;
    }

    .footer-grid h5 {
        font-size: 1.4em;
    }

    .footer-grid form input[type="text"] {
        width: 70%;
    }

    .footer-grid form input[type="submit"] {
        width: 27%;
    }

    .service-grid p {
        font-size: 0.97em;
        line-height: 2em;
    }

    .service-section-grid {
        padding: 0 8px;
    }

    .news-section-grid-right a {
        font-size: 1.1em;
    }

    .news-section-grid-right p {
        font-size: 0.97em;
    }

    .testimonials p {
        font-size: 1.1em;
    }

    .testimonials h3 {
        margin-bottom: 1em;
    }

    .testimonials-box {
        margin-top: 3em;
    }

    h2.heading {
        font-size: 2.3em;
    }

    .about-middle:before {
        top: -7.5%;
    }

    .about-bottom img {
        width: 67%;
    }

    .about-bottom h4 {
        font-size: 1.4em;
    }

    .blog-pagination {
        padding-left: 24em;
    }

    .blog-left b {
        font-size: 2.5em;
    }

    .blog-left span {
        font-size: 1.3em;
    }

    .blog-left {
        padding-right: 1.2em;
    }

    .top-blog {
        margin: 0.5em 0em 0em 1.5em;
    }

        .top-blog a.fast {
            font-size: 1.2em;
        }

    p.para1 {
        line-height: 2em;
    }

    .blog-to {
        margin-top: 2em;
    }

    .single {
        padding: 2em 15px 0;
    }

    .gallery-bottom {
        margin-top: 2em;
    }

    #slideout1 {
        position: fixed;
        top: 120px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner1 {
        position: fixed;
        top: 120px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea1 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout1:hover {
        left: 160px;
        color: #2a4a85;
    }

        #slideout1:hover #slideout_inner1 {
            left: 0px;
        }

    #slideout2 {
        position: fixed;
        top: 200px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner2 {
        position: fixed;
        top: 200px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea2 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout2:hover {
        left: 160px;
        color: #b31b06;
    }

        #slideout2:hover #slideout_inner2 {
            left: 0px;
        }

    #slideout {
        position: fixed;
        top: 40px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner {
        position: fixed;
        top: 40px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

        #slideout_inner textarea {
            width: 190px;
            height: 100px;
            margin-bottom: 6px;
        }

    #slideout:hover {
        left: 160px;
    }

        #slideout:hover #slideout_inner {
            left: 0px;
        }

    #slideout3 {
        position: fixed;
        top: 280px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner3 {
        position: fixed;
        top: 280px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea3 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout3:hover {
        left: 160px;
        color: #47bdfa;
    }

        #slideout3:hover #slideout_inner3 {
            left: 0px;
        }

    .image {
        float: right;
        margin-top: -10% !important;
        margin-left: 27%;
        height: 163px !important;
        width: 200px;
        margin-right: -3.2% !important;
    }

    .navbar-nav {
        background: rgba(101, 65, 12, 0.88);
        float: none;
        margin: 0;
        padding-top: 0%;
    }
}*/

@media screen and (max-width: 991px) {
     .dropdown {
        position: relative;
        display: inline-block;
        border-radius: 5px 5px 5px 5px;
    }

    .dropdown-content {
        border-top: 5px solid #623804;
        display: none;
        position: absolute;
        padding: 10px 0px;
        min-width: 200px;
        border-radius: 10px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 99999;
        background: linear-gradient(to bottom,rgba(232, 173, 93, 0.92) 0%,rgba(224, 148, 48, 0.9) 44%,rgba(171, 105, 20, 0.88) 100%);
    }

        .dropdown-content li a {
            color: #65410c;
            padding: 10px 15px;
            text-decoration: none;
            display: block;
            font-size: 18px;
            font-weight: 700;
        }

            .dropdown-content li a:hover {
                background-color: #65410c;
                color: #fff;
            }

    .dropdown:hover .dropdown-content {
        display: block;
    }
    .logo1{
        float: left;
    }
    .head{
        float:left;
    }
    
    .navbar-nav > li {
        margin: 0 12px;
    }

    .img {
        display: none;
    }

    .dropdown-content {
        position: relative !important;
    }

    .blockimg {
        background-image: url('../images/woodtheme5.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .iimg {
        height: 95px !important;
        width: 150px !important;
        margin-top: 0% !important;
        padding-top:-15%;
    }

    .imgdiv {
        text-align: center;
        height: 150px;
    }

    .txtdiv {
        text-align: center;
        font-size: 15px;
        padding-top: 10px;
        font-weight: 500;
        color: #fff;
        padding-right: 10%;
        padding-left: 5%;
        padding-bottom: 6%;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 1em;
    }

    .navbar-nav > li {
        margin: 0 19px;
    }

    .navigation {
        width: 90%;
    }

    .logo h1 a {
        font-size: 1.2em;
    }

    .header-top p {
        margin-top: 1.1em;
    }

    .social-icons {
        margin-top: 0.5em;
    }

    .welcome_bottom_left {
        width: 50%;
        float: left;
    }

    .welcome_bottom_right h3 {
        font-size: 1.5em;
    }

    .our-staff-grid {
        padding: 0 5px;
        width: 25%;
        float: left;
    }

    .view .mask, .view .content {
        width: 170px;
        height: 170px;
    }

    .our-staff-grid h4 {
        font-size: 1.4em;
    }

    ul.staff-social-icons {
        margin: 5em 0 0 0;
    }

    .welcome_head h2 {
        font-size: 1.8em;
    }

    .welcome_top_left {
        text-align: Center;
        margin-bottom: 3em;
    }

    .welcome-top h5 {
        margin: 0.6em 0 1em 0;
    }

    .location_img {
        width: 19%;
    }

    .welcome-top h3, .welcome-top h5 {
        text-align: Center;
    }

    p.location_text {
        font-size: 1em;
    }

    .service-section-grid {
        width: 50%;
        float: left;
    }

    .service-section:before {
        top: -5.2%;
    }

    .news-section-grid-left {
        width: 5%;
    }

    .news-section-grid {
        margin-top: 2em;
    }

    .news-section-grid-right p {
        font-size: 1em;
        line-height: 1.8em;
        margin-top: 0.3em;
    }

    .copyrights {
        text-align: Center;
        width: 100%;
        margin-bottom: 1em;
    }

    .footer-nav {
        text-align: Center;
        width: 100%;
    }

    .footer-grid form {
        margin-top: 1em;
    }

    .footer-grid {
        width: 33.333%;
        float: left;
        padding: 0 10px;
    }

        .footer-grid form input[type="text"] {
            width: 65%;
        }

        .footer-grid form input[type="submit"] {
            width: 33%;
        }

    .footer:before {
        top: -15.2%;
    }

    h2.heading {
        font-size: 2.2em;
    }

    .about-section, .short-codes, .gallery, .blog, .single-page, .contact-section {
        padding: 6em 0;
    }

    .about-middle:before {
        top: -6.9%;
    }

    .testimonials h4 {
        font-size: 1.1em;
    }

    .gallery-grid {
        padding: 0 3px;
        margin-top: 6px;
        width: 33.333%;
        float: left;
    }

    .blog-pagination {
        padding-left: 18em;
        padding-top: 2em;
    }

    .top-blog {
        width: 88%;
    }

    .md-in {
        width: 50%;
        float: left;
    }

    .single-bottom input[type="submit"] {
        width: 14%;
        margin: 0;
    }

    .single-bottom textarea {
        margin: 0;
        width: 100%;
        margin-bottom: 0.8em;
    }

    .comment {
        width: 100%;
        padding: 0;
        margin-bottom: 1em;
    }

    .contact-in {
        padding: 0;
    }

    #slideout1 {
        position: fixed;
        top: 120px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner1 {
        position: fixed;
        top: 120px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea1 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout1:hover {
        left: 160px;
        color: #2a4a85;
    }

        #slideout1:hover #slideout_inner1 {
            left: 0px;
        }

    #slideout2 {
        position: fixed;
        top: 200px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner2 {
        position: fixed;
        top: 200px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea2 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout2:hover {
        left: 160px;
        color: #b31b06;
    }

        #slideout2:hover #slideout_inner2 {
            left: 0px;
        }

    #slideout {
        position: fixed;
        top: 40px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner {
        position: fixed;
        top: 40px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

        #slideout_inner textarea {
            width: 190px;
            height: 100px;
            margin-bottom: 6px;
        }

    #slideout:hover {
        left: 160px;
    }

        #slideout:hover #slideout_inner {
            left: 0px;
        }

    #slideout3 {
        position: fixed;
        top: 280px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner3 {
        position: fixed;
        top: 280px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea3 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout3:hover {
        left: 160px;
        color: #47bdfa;
    }

        #slideout3:hover #slideout_inner3 {
            left: 0px;
        }

    .image {
        float: right;
        margin-top: -10% !important;
        margin-left: 27%;
        height: 163px !important;
        width: 200px;
        margin-right: -3.2% !important;
    }

    .navbar-nav {
        background: rgba(101, 65, 12, 0.88);
        float: none;
        margin: 0;
        padding-top: 0%;
    }
    .st{
        margin-top: -12%!important;
    }
    .logo1{
        width:25%!important;

    }
    .head{
        width:50%!important;
    }
}

@media  (min-width:700px) and (max-width: 853px) {
    .navbar-nav > li {
        margin: 0 12px;
    }

    .navbar-default .navbar-nav > li > a {
        text-transform: uppercase;
        background: none;
        color: #fff;
        font-size: 14px !important;
        letter-spacing: 1px;
        font-weight: 900;
        padding-top: 1%;
        text-shadow: 5px 5px 5px black;
    }

    .dropdown-content {
        position: relative !important;
    }

    .blockimg {
        background-image: url('../images/woodtheme5.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .txtpad {
        padding-bottom: 0% !important;
    }

    .iimg {
        height: 95px !important;
        width: 150px !important;
        margin-top: 0% !important;
        /*padding-top:-15%;*/
    }

    .imgdiv {
        text-align: center;
        height: 150px;
    }

    .txtdiv {
        text-align: center;
        font-size: 15px;
        padding-top: 10px;
        font-weight: 500;
        color: #fff;
        padding-right: 10%;
        padding-left: 5%;
        padding-bottom: 6%;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 1em;
    }

    .navbar-nav > li {
        margin: 0 19px;
    }

    .navigation {
        width: 90%;
    }

    .logo h1 a {
        font-size: 1.2em;
    }

    .header-top p {
        margin-top: 1.1em;
    }

    .social-icons {
        margin-top: 0.5em;
    }

    .welcome_bottom_left {
        width: 50%;
        float: left;
    }

    .welcome_bottom_right h3 {
        font-size: 1.5em;
    }

    .our-staff-grid {
        padding: 0 5px;
        width: 25%;
        float: left;
    }

    .view .mask, .view .content {
        width: 170px;
        height: 170px;
    }

    .our-staff-grid h4 {
        font-size: 1.4em;
    }

    ul.staff-social-icons {
        margin: 5em 0 0 0;
    }

    .welcome_head h2 {
        font-size: 1.8em;
    }

    .welcome_top_left {
        text-align: Center;
        margin-bottom: 3em;
    }

    .welcome-top h5 {
        margin: 0.6em 0 1em 0;
    }

    .location_img {
        width: 19%;
    }

    .welcome-top h3, .welcome-top h5 {
        text-align: Center;
    }

    p.location_text {
        font-size: 1em;
    }

    .service-section-grid {
        width: 50%;
        float: left;
    }

    .service-section:before {
        top: -5.2%;
    }

    .news-section-grid-left {
        width: 5%;
    }

    .news-section-grid {
        margin-top: 2em;
    }

    .news-section-grid-right p {
        font-size: 1em;
        line-height: 1.8em;
        margin-top: 0.3em;
    }

    .copyrights {
        text-align: Center;
        width: 100%;
        margin-bottom: 1em;
    }

    .footer-nav {
        text-align: Center;
        width: 100%;
    }

    .footer-grid form {
        margin-top: 1em;
    }

    .footer-grid {
        width: 33.333%;
        float: left;
        padding: 0 10px;
    }

        .footer-grid form input[type="text"] {
            width: 65%;
        }

        .footer-grid form input[type="submit"] {
            width: 33%;
        }

    .footer:before {
        top: -15.2%;
    }

    h2.heading {
        font-size: 2.2em;
    }

    .about-section, .short-codes, .gallery, .blog, .single-page, .contact-section {
        padding: 6em 0;
    }

    .about-middle:before {
        top: -6.9%;
    }

    .testimonials h4 {
        font-size: 1.1em;
    }

    .gallery-grid {
        padding: 0 3px;
        margin-top: 6px;
        width: 33.333%;
        float: left;
    }

    .blog-pagination {
        padding-left: 18em;
        padding-top: 2em;
    }

    .top-blog {
        width: 88%;
    }

    .md-in {
        width: 50%;
        float: left;
    }

    .single-bottom input[type="submit"] {
        width: 14%;
        margin: 0;
    }

    .single-bottom textarea {
        margin: 0;
        width: 100%;
        margin-bottom: 0.8em;
    }

    .comment {
        width: 100%;
        padding: 0;
        margin-bottom: 1em;
    }

    .contact-in {
        padding: 0;
    }

    #slideout1 {
        position: fixed;
        top: 120px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner1 {
        position: fixed;
        top: 120px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea1 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout1:hover {
        left: 160px;
        color: #2a4a85;
    }

        #slideout1:hover #slideout_inner1 {
            left: 0px;
        }

    #slideout2 {
        position: fixed;
        top: 200px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner2 {
        position: fixed;
        top: 200px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea2 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout2:hover {
        left: 160px;
        color: #b31b06;
    }

        #slideout2:hover #slideout_inner2 {
            left: 0px;
        }

    #slideout {
        position: fixed;
        top: 40px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner {
        position: fixed;
        top: 40px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

        #slideout_inner textarea {
            width: 190px;
            height: 100px;
            margin-bottom: 6px;
        }

    #slideout:hover {
        left: 160px;
    }

        #slideout:hover #slideout_inner {
            left: 0px;
        }

    #slideout3 {
        position: fixed;
        top: 280px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner3 {
        position: fixed;
        top: 280px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea3 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout3:hover {
        left: 160px;
        color: #47bdfa;
    }

        #slideout3:hover #slideout_inner3 {
            left: 0px;
        }

    .navbar-nav {
        background: rgba(101, 65, 12, 0.88);
        float: none;
        margin: 0;
        padding-top: 0%;
    }

    .image {
        float: right;
        margin-top: -10% !important;
        margin-left: 27%;
        height: 163px !important;
        width: 200px;
        margin-right: -3.2% !important;
    }
    .st{
        margin-top: -17% !important;
    }
    .ibox{
        margin: 2%;
    }
    .logo1{
        width:25%!important;

    }
    .head{
        width:50%!important;
    }
}

/*@media screen and (max-width: 800px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 1em;
    }

    .dropdown-content {
        position: relative !important;
    }

    .navbar-nav > li {
        margin: 0 19px;
    }

    .blockimg {
        background-image: url('../images/woodtheme5.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .txtpad {
        padding-bottom: 0% !important;
    }

    .iimg {
        height: 95px !important;
        width: 150px !important;
        margin-top: 0% !important;
        padding-top:-15%;
    }

    .imgdiv {
        text-align: center;
        height: 140px;
    }

    .txtdiv {
        text-align: center;
        font-size: 15px;
        padding-top: 10px;
        font-weight: 500;
        color: #fff;
        padding-right: 10%;
        padding-left: 5%;
        padding-bottom: 6%;
    }

    .navigation {
        width: 90%;
    }

    .logo h1 a {
        font-size: 1.2em;
    }

    .header-top p {
        margin-top: 1.1em;
    }

    .social-icons {
        margin-top: 0.5em;
    }

    .welcome_bottom_left {
        width: 50%;
        float: left;
    }

    .welcome_bottom_right h3 {
        font-size: 1.5em;
    }

    .our-staff-grid {
        padding: 0 5px;
        width: 25%;
        float: left;
    }

    .view .mask, .view .content {
        width: 170px;
        height: 170px;
    }

    .our-staff-grid h4 {
        font-size: 1.4em;
    }

    ul.staff-social-icons {
        margin: 5em 0 0 0;
    }

    .welcome_head h2 {
        font-size: 1.8em;
    }

    .welcome_top_left {
        text-align: Center;
        margin-bottom: 3em;
    }

    .welcome-top h5 {
        margin: 0.6em 0 1em 0;
    }

    .location_img {
        width: 19%;
    }

    .welcome-top h3, .welcome-top h5 {
        text-align: Center;
    }

    p.location_text {
        font-size: 1em;
    }

    .service-section-grid {
        width: 50%;
        float: left;
    }

    .service-section:before {
        top: -5%;
    }

    .service-section:after {
        content: '';
        position: absolute;
        background: url(../../images/UpperFrame.png) no-repeat;
        background-size: 100% 100%;
        height: 60px;
        z-index: 9;
        top: 99.9%;
        width: 100%;
    }

    .news-section-grid-left {
        width: 5%;
    }

    .news-section-grid {
        margin-top: 2em;
    }

    .news-section-grid-right p {
        font-size: 1em;
        line-height: 1.8em;
        margin-top: 0.3em;
    }

    .copyrights {
        text-align: Center;
        width: 100%;
        margin-bottom: 1em;
    }

    .footer-nav {
        text-align: Center;
        width: 100%;
    }

    .footer-grid form {
        margin-top: 1em;
    }

    .footer-grid {
        width: 33.333%;
        float: left;
        padding: 0 10px;
    }

        .footer-grid form input[type="text"] {
            width: 65%;
        }

        .footer-grid form input[type="submit"] {
            width: 33%;
        }

    .footer:before {
        top: -15.2%;
    }

    h2.heading {
        font-size: 2.2em;
    }

    .about-section, .short-codes, .gallery, .blog, .single-page, .contact-section {
        padding: 6em 0;
    }

    .about-middle:before {
        top: -6.9%;
    }

    .testimonials h4 {
        font-size: 1.1em;
    }

    .gallery-grid {
        padding: 0 3px;
        margin-top: 6px;
        width: 33.333%;
        float: left;
    }

    .blog-pagination {
        padding-left: 18em;
        padding-top: 2em;
    }

    .top-blog {
        width: 88%;
    }

    .md-in {
        width: 50%;
        float: left;
    }

    .single-bottom input[type="submit"] {
        width: 14%;
        margin: 0;
    }

    .single-bottom textarea {
        margin: 0;
        width: 100%;
        margin-bottom: 0.8em;
    }

    .comment {
        width: 100%;
        padding: 0;
        margin-bottom: 1em;
    }

    .contact-in {
        padding: 0;
    }

    #slideout1 {
        position: fixed;
        top: 120px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner1 {
        position: fixed;
        top: 120px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea1 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout1:hover {
        left: 160px;
        color: #2a4a85;
    }

        #slideout1:hover #slideout_inner1 {
            left: 0px;
        }

    #slideout2 {
        position: fixed;
        top: 200px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner2 {
        position: fixed;
        top: 200px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea2 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout2:hover {
        left: 160px;
        color: #b31b06;
    }

        #slideout2:hover #slideout_inner2 {
            left: 0px;
        }

    #slideout {
        position: fixed;
        top: 40px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner {
        position: fixed;
        top: 40px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

        #slideout_inner textarea {
            width: 190px;
            height: 100px;
            margin-bottom: 6px;
        }

    #slideout:hover {
        left: 160px;
    }

        #slideout:hover #slideout_inner {
            left: 0px;
        }

    #slideout3 {
        position: fixed;
        top: 280px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner3 {
        position: fixed;
        top: 280px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea3 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout3:hover {
        left: 160px;
        color: #47bdfa;
    }

        #slideout3:hover #slideout_inner3 {
            left: 0px;
        }

    .navbar-nav {
        background: rgba(101, 65, 12, 0.88);
        float: none;
        margin: 0;
        padding-top: 0%;
    }

    .image {
        float: right;
        margin-top: -10% !important;
        margin-left: 27%;
        height: 163px !important;
        width: 200px;
        margin-right: -3.2% !important;
    }
}*/

/*@media screen and (max-width: 770px) {
    .view .mask, .view .content {
        width: 159px;
        height: 159px;
    }

    .dropdown-content {
        position: relative !important;
    }

    .blockimg {
        background-image: url('../images/woodtheme5.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .txtpad {
        padding-bottom: 42% !important;
    }

    .iimg {
        height: 65px !important;
        width: 120px !important;
        margin-top: 0% !important;
        padding-top:-15%;
    }

    .imgdiv {
        text-align: center;
        height: 130px;
        width: 60%;
    }

    .txtdiv {
        text-align: center;
        font-size: 15px;
        padding-top: 0px;
        font-weight: 500;
        color: #fff;
        padding-right: 3%;
        padding-left: 3%;
        padding-bottom: 8%;
        width: 100%;
    }

    .navbar-nav > li {
        margin: 15px 0px;
    }

    .navigation {
        width: 100%;
        margin: 1.5em auto 0;
    }

    .testimonials {
        margin-top: 2em;
    }

    .about-middle:before {
        top: -5%;
    }

    .top-blog {
        width: 87%;
    }

    .blog-pagination {
        padding-left: 15em;
    }

    #slideout1 {
        position: fixed;
        top: 120px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner1 {
        position: fixed;
        top: 120px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea1 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout1:hover {
        left: 160px;
        color: #2a4a85;
    }

        #slideout1:hover #slideout_inner1 {
            left: 0px;
        }

    #slideout2 {
        position: fixed;
        top: 200px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner2 {
        position: fixed;
        top: 200px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea2 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout2:hover {
        left: 160px;
        color: #b31b06;
    }

        #slideout2:hover #slideout_inner2 {
            left: 0px;
        }

    #slideout {
        position: fixed;
        top: 40px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner {
        position: fixed;
        top: 40px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

        #slideout_inner textarea {
            width: 190px;
            height: 100px;
            margin-bottom: 6px;
        }

    #slideout:hover {
        left: 160px;
    }

        #slideout:hover #slideout_inner {
            left: 0px;
        }

    #slideout3 {
        position: fixed;
        top: 280px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner3 {
        position: fixed;
        top: 280px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea3 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout3:hover {
        left: 160px;
        color: #47bdfa;
    }

        #slideout3:hover #slideout_inner3 {
            left: 0px;
        }

    .navbar-nav {
        background: rgba(101, 65, 12, 0.88);
        float: none;
        margin: 0;
        padding-top: 0%;
    }

    .image {
        float: right;
        margin-top: -10% !important;
        margin-left: 27%;
        height: 163px !important;
        width: 200px;
        margin-right: -3.2% !important;
    }

    .b-animate {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        visibility: hidden;
        font-size: 1.5em !important;
        font-weight: 700;
    }
}*/

@media screen and (max-width: 700px) {
    .iimg {
        height: 65px !important;
        width: 120px !important;
        margin-top: 0% !important;
        /*padding-top:-15%;*/
    }

    .dropdown-content {
        position: relative !important;
    }

    .blockimg {
        background-image: url('../images/woodtheme5.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .imgdiv {
        text-align: center;
        height: 130px;
        width: 105%;
    }

    .txtpad {
        padding-bottom: 42% !important;
    }

    .txtdiv {
        text-align: center;
        font-size: 15px;
        padding-top: 0px !important;
        font-weight: 500;
        color: #fff;
        padding-right: 3%;
        padding-left: 13%;
        padding-bottom: 5%;
        width: 100%;
    }

    .b-animate {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        visibility: hidden;
        font-size: 1.4em !important;
        font-weight: 700;
    }
   .st{
       margin-top: -19%!important;
   }
   .txtpad {
    padding-bottom: 0% !important;
}
   .logo1{
        width:25%!important;

    }
    .head{
        width:50%!important;
    }
}

@media screen and (max-width: 640px) {
    
    .logo h1 a {
        font-size: 1.1em;
    }

    .navigation {
        width: 100%;
        margin: 1em auto 0;
    }

    .blockimg {
        background-image: url('../images/woodtheme5.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .txtpad {
        padding-bottom: 42% !important;
    }

    .iimg {
        height: 60px !important;
        width: 100px !important;
        margin-top: 0% !important;
        /*padding-top:-15%;*/
    }

    .imgdiv {
        text-align: center;
        height: 100px;
        width: 105%;
    }

    .service-section:before {
        top: -5.3%;
    }

    .txtdiv {
        font-size: 15px;
        padding-top: 0px;
        font-weight: 500;
        color: #fff;
        padding-right: 3%;
        padding-left: 10%;
        padding-bottom: 4%;
        width: 100%;
    }

    .header {
        padding: 1.5em 0 0em 0;
    }

    .navbar-nav > li {
        margin: 15px 0;
    }

    .header:after {
        height: 40px;
    }

    .welcome-top h5 {
        font-size: 1em;
    }

    .welcome-top p {
        font-size: 1em;
        line-height: 2.2em;
    }

    p.location_text {
        margin: 0.6em 0 0 0;
    }

    .header-top p {
        margin-top: 1em;
    }

    .welcome_head h2 {
        font-size: 1.65em;
    }

    .welcome_head p {
        font-size: 1em;
        line-height: 1.8em;
        margin-top: 0.3em;
    }

    .welcome_bottom {
        padding: 7em 0 5em;
    }

    .welcome_bottom_right h3 {
        font-size: 1.3em;
    }

    .welcome_bottom_right p {
        font-size: 0.95em;
    }

    .our-staff-head h3 {
        font-size: 1.7em;
    }

    .our-staff-grid {
        padding: 0 15px;
        width: 50%;
        float: left;
    }

    .view .mask, .view .content {
        width: 267px;
        height: 267px;
    }

    ul.staff-social-icons {
        margin: 9em 0 0 0;
    }

    .footer-grid {
        width: 100%;
        padding: 0 15x;
        margin-top: 3em;
    }

    .footer-top {
        padding: 0em 0 3em 0;
    }

    .footer:before {
        top: -8.8%;
    }

    .news-section-grid-left {
        width: 8%;
    }

    .news-section {
        padding: 7em 0;
    }

    .about-section, .short-codes, .gallery, .blog, .single-page, .contact-section {
        padding: 4em 0 6em 0;
    }

    h2.heading {
        font-size: 2em;
    }

    .about-staff {
        padding: 6em 0 3em 0;
    }

    .testimonials {
        margin-top: 2.5em;
    }

        .testimonials h3 {
            margin-bottom: 0.5em;
        }

    .about-middle:before {
        top: -5.4%;
    }

    .about-bottom h4 {
        font-size: 1.2em;
    }

    .about-bottom p {
        font-size: 0.97em;
    }

    .about-middle {
        padding: 0 0 3em 0;
    }

    h3.first {
        font-size: 2em;
    }

    .top-blog {
        width: 85%;
    }

    h3.text-center.find {
        font-size: 2em;
        margin-bottom: 0.5em;
    }

    .blog-pagination {
        padding-left: 13em;
        padding-top: 1em;
    }

    .blog-to img {
        width: 100%;
    }

    #slideout1 {
        position: fixed;
        top: 120px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner1 {
        position: fixed;
        top: 120px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea1 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout1:hover {
        left: 160px;
        color: #2a4a85;
    }

        #slideout1:hover #slideout_inner1 {
            left: 0px;
        }

    #slideout2 {
        position: fixed;
        top: 200px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner2 {
        position: fixed;
        top: 200px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea2 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout2:hover {
        left: 160px;
    }

        #slideout2:hover #slideout_inner2 {
            left: 0px;
        }

    #slideout {
        position: fixed;
        top: 40px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner {
        position: fixed;
        top: 40px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

        #slideout_inner textarea {
            width: 190px;
            height: 100px;
            margin-bottom: 6px;
        }

    #slideout:hover {
        left: 160px;
        color: #b31b06;
    }

        #slideout:hover #slideout_inner {
            left: 0px;
        }

    #slideout3 {
        position: fixed;
        top: 280px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner3 {
        position: fixed;
        top: 280px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea3 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout3:hover {
        left: 160px;
        color: #47bdfa;
    }

        #slideout3:hover #slideout_inner3 {
            left: 0px;
        }

    .navbar-nav {
        background: rgba(101, 65, 12, 0.88);
        float: none;
        margin: 0;
        padding-top: 0%;
    }

    .b-animate {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        visibility: hidden;
        font-size: 1.4em !important;
        font-weight: 700;
    }
    .txtpad {
    padding-bottom: 0% !important;
}
    .logo1{
        width:25%!important;

    }
    .head{
        width:50%!important;
    }
}
@media screen and (max-width: 603px) {
    .imgdiv {
    width: 115%!important;
}
}

@media screen and (max-width: 600px) {
    .view .mask, .view .content {
        width: 248px;
        height: 248px;
    }

    .dropdown-content {
        position: relative !important;
    }

    .blockimg {
        background-image: url('../images/woodtheme5.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .iimg {
        height: 70px !important;
        width: 85px !important;
        margin-top: 0% !important;
        /*padding-top:-15%;*/
    }

    .imgdiv {
        height: 110px;
        width: 60%;
    }

    .txtdiv {
        font-size: 15px;
        padding-top: 0px;
        font-weight: 500;
        color: #fff;
        padding-right: 3%;
        padding-left: 3%;
        padding-bottom: 5%;
        width: 100%;
    }

    .service-section:before {
        top: -7.2%;
    }

    .top-blog {
        width: 84%;
    }

    .single-bottom input[type="submit"] {
        width: 20%;
    }

    #slideout1 {
        position: fixed;
        top: 120px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner1 {
        position: fixed;
        top: 120px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea1 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout1:hover {
        left: 160px;
        color: #2a4a85;
    }

        #slideout1:hover #slideout_inner1 {
            left: 0px;
        }

    #slideout2 {
        position: fixed;
        top: 200px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner2 {
        position: fixed;
        top: 200px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea2 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout2:hover {
        left: 160px;
        color: #b31b06;
    }

        #slideout2:hover #slideout_inner2 {
            left: 0px;
        }

    #slideout {
        position: fixed;
        top: 40px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner {
        position: fixed;
        top: 40px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

        #slideout_inner textarea {
            width: 190px;
            height: 100px;
            margin-bottom: 6px;
        }

    #slideout:hover {
        left: 160px;
    }

        #slideout:hover #slideout_inner {
            left: 0px;
        }

    #slideout3 {
        position: fixed;
        top: 280px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner3 {
        position: fixed;
        top: 280px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea3 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout3:hover {
        left: 160px;
        color: #47bdfa;
    }

        #slideout3:hover #slideout_inner3 {
            left: 0px;
            color: #b31b06;
        }

    .navbar-nav {
        background: rgba(101, 65, 12, 0.88);
        float: none;
        margin: 0;
        padding-top: 0%;
    }

    .image {
        float: right;
        margin-top: -10% !important;
        margin-left: 27%;
        height: 163px !important;
        width: 200px;
        margin-right: -3.2% !important;
    }
}



@media screen and (max-width: 574px) {
    .iimg {
        height: 70px !important;
        width: 90px !important;
        margin-top: -3% !important;
        margin-left: -50%;
        /*padding-top:-15%;*/
    }

    .dropdown-content {
        position: relative !important;
    }

    .blockimg {
        background-image: url('../images/woodtheme5.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .imgdiv {
        text-align: center;
        height: 90px;
        width: 200%!important;
        margin-top: -10%;
    }

    .txtpad {
        padding-bottom: 8% !important;
    }

    .txtdiv {
        font-size: 13px;
        padding-top: 0px;
        font-weight: 500;
        color: #fff;
        padding-right: 15%;
        padding-left: 17%;
        padding-bottom: 3%;
        width: 100%;
        margin-top: -3%;
    }

    .b-animate {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        visibility: hidden;
        font-size: 1.3em !important;
        font-weight: 700;
    }
}

@media screen and (max-width: 533px) {
    .view .mask, .view .content {
        width: 213px;
        height: 213px;
    }

    .dropdown-content {
        position: relative !important;
    }

    .blockimg {
        background-image: url('../images/Block_wood.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .iimg {
        height: 100px !important;
        width: 100px !important;
        padding-top: 15%;
    }

    .imgdiv {
        text-align: center;
        height: 100px;
        width: 54%!important;
    }

    .txtpad {
        padding-bottom: 54% !important;
    }

    .txtdiv {
        font-size: 15px;
        padding-top: 0px;
        font-weight: 500;
        color: #fff;
        padding-right: 5%;
        padding-left: 9%;
        margin-top: -2%;
        width: 100%;
    }

    p.location_text {
        font-size: 0.9em;
    }

    .service-section:before {
        top: -5.5%;
    }

    .about-middle:before {
        top: -5%;
    }

    .top-blog {
        width: 82%;
    }

    .blog-pagination {
        padding-left: 9em;
    }

    .single-bottom input[type="submit"] {
        width: 19%;
    }

    #slideout1 {
        position: fixed;
        top: 120px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner1 {
        position: fixed;
        top: 120px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea1 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout1:hover {
        left: 160px;
        color: #2a4a85;
    }

        #slideout1:hover #slideout_inner1 {
            left: 0px;
        }

    #slideout2 {
        position: fixed;
        top: 200px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner2 {
        position: fixed;
        top: 200px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea2 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout2:hover {
        left: 160px;
        color: #b31b06;
    }

        #slideout2:hover #slideout_inner2 {
            left: 0px;
        }

    #slideout {
        position: fixed;
        top: 40px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner {
        position: fixed;
        top: 40px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

        #slideout_inner textarea {
            width: 190px;
            height: 100px;
            margin-bottom: 6px;
        }

    #slideout:hover {
        left: 160px;
    }

        #slideout:hover #slideout_inner {
            left: 0px;
        }

    #slideout3 {
        position: fixed;
        top: 280px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner3 {
        position: fixed;
        top: 280px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea3 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout3:hover {
        left: 96px !important;
        color: #47bdfa;
    }

        #slideout3:hover #slideout_inner3 {
            left: 0px;
        }

    .navbar-nav {
        background: rgba(101, 65, 12, 0.88);
        float: none;
        margin: 0;
        padding-top: 0%;
    }

    .image {
        float: right;
        margin-top: -10% !important;
        margin-left: 27%;
        height: 163px !important;
        width: 200px;
        margin-right: -3.2% !important;
    }

    .iconbox {
        text-align: center;
        font-size: 15px;
        padding-top: -70px;
        font-weight: 500;
        color: #fff;
        padding-right: 14%;
        padding-left: 10%;
        margin-top: 7%;
        padding-bottom: 10%;
    }

    .b-animate {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        visibility: hidden;
        font-size: 1.3em !important;
        font-weight: 700;
    }
}

@media screen and (max-width: 480px) {
    .header-top p {
        display: none;
    }

    .dropdown-content {
        position: relative !important;
    }

    .navbar-default .navbar-nav > li > a {
        text-transform: uppercase;
        background: none;
        color: #fff;
        font-size: 14px !important;
        letter-spacing: 1px;
        font-weight: 900;
        padding-top: 1%;
        text-shadow: 5px 5px 5px black;
    }

    .blockimg {
        background-image: url('../images/Block_wood.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .iimg {
        height: 150px !important;
        width: 150px !important;
        padding-top: 15%;
    }

    .imgdiv {
        text-align: center;
        height: 100px;
        width: 111%!important;
    }

    .txtpad {
        padding-bottom: 0% !important;
    }

    .txtdiv {
        font-size: 15px;
        padding-top: 0px;
        font-weight: 500;
        color: #fff;
        /*padding-right: 5%;*/
        padding-left: 50%;
        padding-bottom: 30%;
        width: 100%;
    }

    .header {
        padding: 1em 0 0em 0;
        /*height: 100%;*/
    }

    .navigation {
        margin: 0.5em auto 0;
    }

    .header:after {
        height: 30px;
    }

    .welcome-top h3 {
        font-size: 1.5em;
    }

    .welcome-top h5 {
        font-size: 0.95em;
    }

    .welcome-top p {
        font-size: 1.5em;
        line-height: 2em;
    }

    .welcome-top {
        padding: 2.5em 0;
        margin-top: -5%;
    }

    .ibox {
        padding-top: 10%;
        margin-top: 5%;
        z-index: 9999;
        position: relative;
    }

    .ibox2 {
        margin-top: 2%;
    }

    .iconbox {
        height: 100%;
        margin-top: -5%;
        background-size: cover;
    }

    .iimgbox {
        padding-top: -10%;
        content: none;
    }


    p.location_text {
        font-size: 0.85em;
    }

    .location {
        width: 76%;
    }

    .location_img {
        margin-right: 3%;
        width: 21%;
    }

    .welcome-top:after {
        height: 30px;
    }

    .welcome_head h2 {
        font-size: 1.5em;
    }

    .welcome_head p {
        font-size: 0.95em;
        line-height: 1.8em;
        margin-top: 0.5em;
    }

    .welcome_head {
        margin-bottom: 3em;
    }

    .welcome_bottom {
        padding: 6em 0 4em;
    }

    .our-staff-head p {
        font-size: 0.95em;
    }

    .our-staff-head h3 {
        font-size: 1.6em;
    }

    .our-staff-grid {
        padding: 0 10px;
    }

    .view .mask, .view .content {
        width: 195px;
        height: 195px;
    }

    ul.staff-social-icons {
        margin: 6em 0 0 0;
    }

    .service-section-grid {
        padding: 0 0px;
        width: 100%;
    }

    .our-staff-grid h4 {
        font-size: 1.3em;
        margin: 0.3em 0;
    }

    .service-section-head h3 {
        font-size: 1.7em;
    }

    .service-section-head p {
        font-size: 0.95em;
    }

    .service-grid p {
        font-size: 0.95em;
        line-height: 1.8em;
    }

    .icon-text a {
        font-size: 1.2em;
    }

    .col-md-4.service-grid {
        width: 100%;
    }

    .news-section-grid-left {
        width: 11%;
    }

    .news-section-grid-right {
        width: 84%;
    }

    .news-section-head h3 {
        font-size: 1.7em;
    }

    .news-section-head p {
        font-size: 0.95em;
    }

    .news-section-head {
        margin-bottom: 3em;
    }

    .footer:before {
        top: -8.6%;
    }

    .footer-nav ul li a {
        font-size: 0.875em;
    }

    .service-section:before {
        top: -5.2%;
    }

    .welcome-top:before {
        content: '';
        position: absolute;
        background: url(../images/cutter3-old.png)no-repeat;
        background-size: 100% 100%;
        height: 40px;
        z-index: 9;
        top: -17px;
        width: 100%;
    }

    .welcome_bottom_left {
        width: 70%;
    }

    .welcome_bottom_right {
        width: 100%;
        float: left;
        margin-top: 2em;
    }

    h2.heading {
        font-size: 1.8em;
        margin-bottom: 0;
    }

    .about-staff {
        padding: 6em 0 0em 0;
    }

    .testimonials h3 {
        font-size: 1.6em;
    }

    .about-middle:before {
        top: -4.8%;
    }

    .about-bottom p {
        font-size: 0.95em;
    }

    .list3 li strong {
        margin-right: 20px;
        width: 50px;
        height: 50px;
        line-height: 1.9em;
        font-size: 1.8em;
    }

    .gallery-grid {
        width: 50%;
    }

    .blog-left b {
        font-size: 2.3em;
        height: 45px;
    }

    .blog-left span {
        font-size: 1.1em;
    }

    .top-blog a.fast {
        font-size: 1.1em;
    }

    .top-blog {
        width: 82%;
        margin: 0.5em 0em 0em 1em;
    }

    .blog-pagination {
        padding-left: 7em;
        padding-top: 1em;
    }

    .single {
        padding: 2em 0px 0;
    }

    .single-bottom input[type="submit"] {
        width: 24%;
    }

    .md-in {
        width: 100%;
    }

    .single-middle h3, .single-bottom h3 {
        font-size: 2.2em;
    }

    .map iframe {
        min-height: 250px;
    }

    .list4 li img {
        width: 6%;
    }

    #slideout1 {
        position: fixed;
        top: 109px !important;
        left: 0;
        width: 36px !important;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 15px 15px 0 !important;
    }

    #slideout_inner1 {
        position: fixed;
        top: 109px !important;
        left: -250px;
        background: #dc9933;
        width: 101px !important;
        padding: 10px !important;
        height: 36px !important;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea1 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout1:hover {
        left: 96px !important;
        color: #2a4a85;
    }

        #slideout1:hover #slideout_inner1 {
            left: 0px;
        }

    #slideout2 {
        position: fixed;
        top: 179px !important;
        left: 0;
        width: 36px !important;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 15px 15px 0 !important;
    }

    #slideout_inner2 {
        position: fixed;
        top: 179px !important;
        left: -250px;
        background: #dc9933;
        width: 101px !important;
        padding: 10px !important;
        height: 36px !important;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea2 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout2:hover {
        left: 96px !important;
        color: #b31b06;
    }

        #slideout2:hover #slideout_inner2 {
            left: 0px;
        }

    #slideout {
        position: fixed;
        top: 322px !important;
        left: 0;
        width: 36px !important;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 15px 15px 0 !important;
    }

    #slideout_inner {
        position: fixed;
        top: 330px !important;
        left: -250px;
        background: #dc9933;
        width: 101px !important;
        padding: 10px !important;
        height: 36px !important;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 15px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 15px 0;
    }

        #slideout_inner textarea {
            width: 190px;
            height: 100px;
            margin-bottom: 6px;
        }

    #slideout:hover {
        left: 96px !important;
    }

        #slideout:hover #slideout_inner {
            left: 0px;
        }

    #slideout3 {
        position: fixed;
        top: 250px !important;
        left: 0;
        width: 36px !important;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 15px 15px 0 !important;
    }

    #slideout_inner3 {
        position: fixed;
        top: 250px !important;
        left: -250px;
        background: #dc9933;
        width: 101px !important;
        padding: 10px !important;
        height: 36px !important;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea3 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout3:hover {
        left: 96px !important;
        color: #47bdfa;
    }

        #slideout3:hover #slideout_inner3 {
            left: 0px;
        }

    .rslider {
        z-index: -99;
        margin-top: 0% !important;
    }

    .navbar-nav {
        background: rgba(101, 65, 12, 0.88);
        float: none;
        margin: 0;
        padding-top: 0%;
    }

    body {
        font-size: 10px;
    }

    .image {
        float: right !important;
        margin-top: -64% !important;
        margin-left: 27% !important;
        height: 140px !important;
        width: 151px !important;
        margin-right: -23% !important;
        z-index: 9999;
    }

    .type {
        margin-left: 1% !important;
        margin-right: 1% !important;
        margin-bottom: 4% !important;
    }

    .b-animate {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        visibility: hidden;
        font-size: 1.2em !important;
        font-weight: 700;
    }
}

@media screen and (max-width: 440px) {
    .blockimg {
        background-image: url('../images/Block_wood.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .dropdown-content {
        position: relative !important;
    }

    .txtpad {
        padding-bottom: 157px !important;
    }

    .iimg {
        height: 100px !important;
        width: 100px !important;
        padding-top: 15%;
    }

    .welcome-top:before {
        content: '';
        position: absolute;
        background: url(../images/cutter3-old.png)no-repeat;
        background-size: 100% 100%;
        height: 40px;
        z-index: 9;
        top: -19px;
        width: 100%;
    }

    .service-section:after {
        content: '';
        position: absolute;
        background: url(../images/UpperFrame.png) no-repeat;
        background-size: 100% 100%;
        height: 60px;
        z-index: 9;
        top: 99.9%;
        width: 100%;
    }

    .service-section:before {
        top: -5.1%;
    }

    .imgdiv {
        text-align: center;
        height: 100px;
        width: 100%;
    }

    .txtdiv {
        font-size: 13px;
        padding-top: 0px;
        font-weight: 500;
        color: #fff;
        padding-right: 15%;
        padding-left: 3%;
        padding-bottom: 3%;
        width: 66%;
        margin-top: 2%;
    }

    .b-animate {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        visibility: hidden;
        font-size: 1.1em !important;
        font-weight: 700;
    }
}

@media screen and (max-width: 380px) {
    .iimg {
        height: 80px !important;
        width: 100px !important;
        padding-top: 15%;
    }

    .dropdown-content {
        position: relative !important;
    }

    .welcome-top:before {
        content: '';
        position: absolute;
        background: url(../images/cutter3-old.png)no-repeat;
        background-size: 100% 100%;
        height: 40px;
        z-index: 9;
        top: -21px;
        width: 100%;
    }

    .txtpad {
        padding-bottom: 26px !important;
    }

    .imgdiv {
        text-align: center;
        height: 100px;
        width: 100%;
    }

    .txtdiv {
        font-size: 12px;
        padding-top: 0px;
        font-weight: 500;
        color: #fff;
        padding-right: 0%;
        padding-left: 5%;
        padding-bottom: 3%;
        width: 100%;
        margin-top: -5%;
    }

    h4, .h4 {
        font-size: 16px;
    }

    .service-section:before {
        top: -5%;
    }

    .b-animate {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        visibility: hidden;
        font-size: 1.1em !important;
        font-weight: 700;
    }
}

@media screen and (max-width: 320px) {
    .logo h1 a {
        font-size: 1em;
    }

    .dropdown-content {
        position: relative !important;
    }

    .blockimg {
        background-image: url('../images/Block%20Responsive2.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .txtpad {
        padding-bottom: 38px !important;
    }

    .iimg {
        height: 80px !important;
        width: 100px !important;
        padding-top: 15%;
    }

    .imgdiv {
        text-align: center;
        height: 100px;
        width: 100%;
    }

    .txtdiv {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        padding-top: 5px !important;
        width: 100%;
        padding-bottom: 30%;
    }

    .our-staff-grid {
        width: 80%;
        float: none;
        margin: 2em auto 0;
    }

    .navbar-toggle .icon-bar {
        width: 18px;
    }

    .navbar-toggle {
        padding: 7px 8px;
        margin-top: 4px;
        margin-right: 0;
    }

    .header:after {
        height: 25px;
    }

    .welcome_head h2 {
        font-size: 1.2em;
        line-height: 1.7em;
    }

    .welcome_bottom_left {
        width: 100%;
    }

    .welcome-top:before {
        content: '';
        position: absolute;
        background: url(../images/cutter3-old.png)no-repeat;
        background-size: 100% 100%;
        height: 40px;
        z-index: 9;
        top: -23px;
        width: 100%;
    }

    .service-section:before {
        top: -5%;
    }

    .welcome_bottom_right h3 {
        font-size: 1.15em;
    }

    .view .mask, .view .content {
        width: 199px;
        height: 199px;
    }

    .location {
        width: 100%;
        margin-top: 1em;
    }

    .location_img {
        margin-right: 0;
        width: 40%;
        margin: 0 auto;
        float: none;
    }

    .service-section-grid {
        margin-top: 3em;
    }

    .news-section-grid-left {
        width: 17%;
    }

    .news-section-grid-right {
        width: 78%;
    }

        .news-section-grid-right a {
            font-size: 1.05em;
        }

    .footer:before {
        top: -7%;
    }

    .about-bottom img {
        width: 85%;
        margin-top: 1em;
    }

    .about-bottom h4 {
        font-size: 1.05em;
        line-height: 1.7em;
    }

    .testimonials h4 {
        font-size: 0.89em;
    }

    .testimonials {
        padding: 0;
    }

    .about-section, .short-codes, .gallery, .blog, .single-page, .contact-section {
        padding: 3em 0 6em 0;
    }

    .list1-2 li a {
        font-size: 0.72em;
    }

    .about-middle:before {
        top: -3.9%;
    }

    .table td, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 0px !important;
    }

    .gallery-grid {
        padding: 0 2px;
        margin-top: 4px;
    }

    .gallery-bottom {
        margin-top: 1em;
    }

    .blog-pagination {
        padding-left: 0.5em;
    }

    .blog-to {
        padding: 0;
    }

    .top-blog {
        width: 100%;
        margin: 0.5em 0em 0em 0em;
    }

    .b-animate {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        visibility: hidden;
        font-size: 1em !important;
        font-weight: 700;
    }

    .blog-left {
        padding-right: 0;
        width: 100%;
        border-bottom: 1px solid #B6B3B3;
        border-right: none;
        padding-bottom: 0.5em;
    }

    .top-blog p {
        font-size: .98em;
    }

    .top-blog a.fast {
        font-size: 1.15em;
    }

    .blog-left b {
        font-size: 2.3em;
        height: 39px;
        text-align: Center;
    }

    .single-bottom input[type="submit"] {
        width: 34%;
    }

    .single-middle h3, .single-bottom h3 {
        font-size: 2em;
    }

    .single-middle {
        margin-top: 2em;
    }

    .about {
        margin-bottom: 5em;
    }

    .our-staff-grid h4 {
        margin: 0.5em 0 0.3em 0;
    }

    .contact-grid {
        padding: 0;
    }

    .copyrights p {
        line-height: 1.8em;
    }

    #slideout1 {
        position: fixed;
        top: 120px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner1 {
        position: fixed;
        top: 120px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea1 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout1:hover {
        left: 160px;
        color: #2a4a85;
    }

        #slideout1:hover #slideout_inner1 {
            left: 0px;
        }

    #slideout2 {
        position: fixed;
        top: 200px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner2 {
        position: fixed;
        top: 200px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea2 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout2:hover {
        left: 160px;
        color: #b31b06;
    }

        #slideout2:hover #slideout_inner2 {
            left: 0px;
        }

    #slideout {
        position: fixed;
        top: 40px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner {
        position: fixed;
        top: 40px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

        #slideout_inner textarea {
            width: 190px;
            height: 100px;
            margin-bottom: 6px;
        }

    #slideout:hover {
        left: 160px;
    }

        #slideout:hover #slideout_inner {
            left: 0px;
        }

    #slideout3 {
        position: fixed;
        top: 280px;
        left: 0;
        width: 50px;
        padding: 5px;
        text-align: center;
        background: #dc9933;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #slideout_inner3 {
        position: fixed;
        top: 280px;
        left: -250px;
        background: #dc9933;
        width: 165px;
        padding: 18px;
        height: 50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

    #slideout_inner textarea3 {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

    #slideout3:hover {
        left: 160px;
        color: #47bdfa;
    }

        #slideout3:hover #slideout_inner3 {
            left: 0px;
        }

    .rslider {
        z-index: -99;
        margin-top: 0% !important;
    }

    .navbar-nav {
        background: rgba(101, 65, 12, 0.88);
        float: none;
        margin: 0;
        padding-top: 0%;
    }

    body {
        font-size: 10px;
    }

    .image {
        float: right !important;
        margin-top: -25% !important;
        margin-left: 27% !important;
        height: 147px !important;
        width: 161px !important;
        margin-right: -27% !important;
    }

    .type {
        margin-left: 1% !important;
        margin-right: 1% !important;
        margin-bottom: 4% !important;
    }
}

.box {
    min-height: 100px;
}

.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 12; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #ffe500;
}

#slideout1 {
    position: fixed;
    top: 200px;
    left: 0;
    width: 50px;
    padding: 5px;
    text-align: center;
    background: #dc9933;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.2s;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    z-index: 999999;
}

#slideout_inner1 {
    position: fixed;
    top: 200px;
    left: -250px;
    background: #dc9933;
    width: 165px;
    padding: 18px;
    height: 50px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-align: left;
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
    z-index: 999999;
}

#slideout_inner textarea1 {
    width: 190px;
    height: 100px;
    margin-bottom: 6px;
}

#slideout1:hover {
    left: 160px;
    color: #2a4a85;
}

    #slideout1:hover #slideout_inner1 {
        left: 0px;
    }

#slideout2 {
    position: fixed;
    top: 280px;
    left: 0;
    width: 50px;
    padding: 5px;
    text-align: center;
    background: #dc9933;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.2s;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    z-index: 999999;
}

#slideout_inner2 {
    position: fixed;
    top: 280px;
    left: -250px;
    background: #dc9933;
    width: 165px;
    padding: 18px;
    height: 50px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-align: left;
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
    z-index: 999999;
}

#slideout_inner textarea2 {
    width: 190px;
    height: 100px;
    margin-bottom: 6px;
}

#slideout2:hover {
    left: 160px;
    color: #b31b06;
}

    #slideout2:hover #slideout_inner2 {
        left: 0px;
    }

#slideout {
    position: fixed;
    top: 440px;
    left: 0;
    width: 50px;
    padding: 5px;
    text-align: center;
    background: #dc9933;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.2s;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    z-index: 999999;
}

#slideout_inner {
    position: fixed;
    top: 440px;
    left: -250px;
    background: #dc9933;
    width: 165px;
    padding: 18px;
    height: 50px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-align: left;
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
    z-index: 999999;
}

    #slideout_inner textarea {
        width: 150px;
        height: 100px;
        margin-bottom: 6px;
    }

#slideout:hover {
    left: 160px;
}

    #slideout:hover #slideout_inner {
        left: -1px;
    }

#slideout3 {
    position: fixed;
    top: 360px;
    left: 0;
    width: 50px;
    padding: 5px;
    text-align: center;
    background: #dc9933;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.2s;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    z-index: 999999;
}

#slideout_inner3 {
    position: fixed;
    top: 360px;
    left: -250px;
    background: #dc9933;
    width: 165px;
    padding: 18px;
    height: 50px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-align: left;
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
    z-index: 999999;
}

#slideout_inner textarea3 {
    width: 190px;
    height: 100px;
    margin-bottom: 6px;
}

#slideout3:hover {
    left: 160px;
    color: #47bdfa;
}

    #slideout3:hover #slideout_inner3 {
        left: 0px;
    }

.rslider {
    z-index: -99;
    margin-top: -11%;
}

.hoverlay {
    position: relative;
    overflow: hidden;
    perspective: 300px;
    -webkit-perspective: 300px;
    -ms-perspective: 300px;
    -o-perspective: 300px;
}

    .hoverlay > img {
        width: 100%;
    }

    .hoverlay .hoverlay-box {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        background: #444444;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        transform-origin: center top;
        -ms-transform-origin: center top;
        -webkit-transform-origin: center top;
        transform: rotateX(-125deg);
        -ms-transform: rotateX(-125deg); /* IE 9 */
        -webkit-transform: rotateX(-125deg); /* Opera, Chrome, and Safari */
    }

    .hoverlay:hover .hoverlay-box {
        width: 100%;
        height: 94%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(101, 65, 12, 0.55);
        transform-origin: center top;
        -ms-transform-origin: center top;
        -webkit-transform-origin: center top;
        transform: rotateX(0deg);
        -ms-transform: rotateX(0deg); /* IE 9 */
        -webkit-transform: rotateX(0deg); /* Opera, Chrome, and Safari */
    }

.hoverlay-data {
    width: 100%;
    height: 100%;
    text-align: center;
}

    .hoverlay-data > h5 {
        color: #fff;
        font-size: 23px;
        line-height: 30px;
        font-weight: bold;
        margin-top: 22%;
        font-family: Candara;
    }

.small-images .hoverlay-data > h5 {
    font-size: 19px;
    line-height: 20px;
    font-weight: bold;
    margin-top: 15%;
}

.hoverlay-data > span {
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    display: block;
    font-family: Candara;
}

.small-images .hoverlay-data > span {
    font-size: 16px;
    font-family: Candara;
}

.hoverlay-data > a {
    font-size: 22px;
    border-radius: 3px;
    background: #fff;
    color: #878787;
    padding: 8px;
    margin: 12px 3px;
    display: inline-block;
}

.small-images .hoverlay-data > a {
    font-size: 17px;
    padding: 7px;
}

.image {
    float: right;
    margin-top: -6%;
    margin-left: 0%;
    height: 177px;
    width: 200px;
    margin-right: -2.7%;
}

.type {
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
}

#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 25%;
    display: none;
    float: left;
    overflow: hidden;
}

div#portfoliolist {
    padding: 0px 0px;
}

.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    cursor: pointer;
}

.portfolio img {
    max-width: 100%;
    /*--position: relative;--*/
    transition: all 300ms !important;
    -webkit-transition: all 300ms !important;
    -moz-transition: all 300ms !important;
}

.portfolio .label {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: -40px;
}

.portfolio .label-bg {
    background: #22B4B8;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.portfolio .label-text {
    color: #fff;
    position: relative;
    z-index: 500;
    padding: 5px 8px;
}

.portfolio .text-category {
    display: block;
    font-size: 9px;
    font-size: 12px;
    text-transform: uppercase;
}

ul#filters {
    padding: 0px;
}

#filters {
    margin: 3% 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

    #filters li {
        display: -webkit-inline-box;
    }

        #filters li span {
            display: block;
            padding: 5px 4px;
            text-decoration: none;
            color: rgba(255, 255, 255, 0.66);
            cursor: pointer;
            font-size: 18px;
            font-weight: 300;
        }

.b-link-stripe {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    overflow: hidden;
}

    .b-link-stripe .b-wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        text-align: center;
        color: #ffffff;
        overflow: hidden;
    }

        .b-link-stripe .b-wrapper:hover {
            background: rgba(232, 159, 54, 0.7);
            transition: all 0.5s linear;
            -moz-transition: all 0.5s linear;
            -ms-transition: all 0.5s linear;
            -o-transition: all 0.5s linear;
            -webkit-transition: all 0.5s linear;
        }

a:hover,
a:focus {
    color: #E74C3C;
    text-decoration: underline;
}

b-animate-go {
    text-decoration: none;
}

.b-animate {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    visibility: hidden;
    font-size: 2.1em;
    font-weight: 700;
}

#h2 {
    margin-top: 33%;
    display: -webkit-inline-box;
}

.b-animate-go:hover .b-animate {
    visibility: visible;
}

.b-from-left {
    position: relative;
    left: -100%;
}

.b-animate-go:hover .b-from-left {
    left: 0;
}

span.m_4 {
    font-size: 14px;
    font-weight: 400;
}

p.m_5 {
    margin: 2% auto 5%;
    width: 70%;
    color: #283A47;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
}
.headerset{
    padding-left: 490px;
}
@media(max-width: 767px){
 .headerset{
    padding-left: 0px;
}   
}