html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    font-weight: 400;
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
    }

del {
    color: #333;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 24px;
    margin-bottom: 1.714285714rem;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

small {
    font-size: smaller;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.clear:after, .wrapper:after, .format-status .entry-header:after {
    clear: both;
}

.clear:before, .clear:after, .wrapper:before, .wrapper:after, .format-status .entry-header:before, .format-status .entry-header:after {
    display: table;
    content: "";
}

#sidebar-blog .widget-title {
    border-bottom: 2px solid;
    color: #829827;
    font-size: 22px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 25px;
    padding: 0 0 10px;
    text-transform: uppercase;
}

article.format-quote footer.entry-meta, article.format-link footer.entry-meta, article.format-status footer.entry-meta {
    font-size: 11px;
    font-size: .785714286rem;
    line-height: 2.181818182;
}

button, input, textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: inherit;
    padding: 6px;
    padding: .428571429rem;
}

button, input {
    line-height: normal;
}

textarea {
    font-size: 100%;
    overflow: auto;
    vertical-align: top;
}

input[type="checkbox"], input[type="radio"], input[type="file"], input[type="hidden"], input[type="image"], input[type="color"] {
    border: 0;
    border-radius: 0;
    padding: 0;
}

.menu-toggle, input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type=submit], li.bypostauthor cite span {
    padding: 6px 10px;
    padding: .428571429rem .714285714rem;
    font-size: 11px;
    font-size: .785714286rem;
    line-height: 1.428571429;
    font-weight: 400;
    color: #7c7c7c;
    background-color: #e6e6e6;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top,#f4f4f4,#e6e6e6);
    background-image: -ms-linear-gradient(top,#f4f4f4,#e6e6e6);
    background-image: -webkit-linear-gradient(top,#f4f4f4,#e6e6e6);
    background-image: -o-linear-gradient(top,#f4f4f4,#e6e6e6);
    background-image: linear-gradient(top,#f4f4f4,#e6e6e6);
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(64,64,64,0.1);
}

.menu-toggle, button, input[type="submit"], input[type="button"], input[type="reset"] {
    cursor: pointer;
}

    button[disabled], input[disabled] {
        cursor: default;
    }

    .menu-toggle:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, article.post-password-required input[type=submit]:hover {
        color: #5e5e5e;
        background-color: #ebebeb;
        background-repeat: repeat-x;
        background-image: -moz-linear-gradient(top,#f9f9f9,#ebebeb);
        background-image: -ms-linear-gradient(top,#f9f9f9,#ebebeb);
        background-image: -webkit-linear-gradient(top,#f9f9f9,#ebebeb);
        background-image: -o-linear-gradient(top,#f9f9f9,#ebebeb);
        background-image: linear-gradient(top,#f9f9f9,#ebebeb);
    }

    .menu-toggle:active, .menu-toggle.toggled-on, button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
        color: #757575;
        background-color: #e1e1e1;
        background-repeat: repeat-x;
        background-image: -moz-linear-gradient(top,#ebebeb,#e1e1e1);
        background-image: -ms-linear-gradient(top,#ebebeb,#e1e1e1);
        background-image: -webkit-linear-gradient(top,#ebebeb,#e1e1e1);
        background-image: -o-linear-gradient(top,#ebebeb,#e1e1e1);
        background-image: linear-gradient(top,#ebebeb,#e1e1e1);
        box-shadow: inset 0 0 8px 2px #c6c6c6,0 1px 0 0 #f4f4f4;
        border: none;
    }

li.bypostauthor cite span {
    color: #fff;
    background-color: #21759b;
    background-image: none;
    border: 1px solid #1f6f93;
    border-radius: 2px;
    box-shadow: none;
    padding: 0;
}

.page-template-contact-page .contact-detail li:last-child {
    max-width: 76%;
    padding-left: 23% !important;
}

.entry-content img, .comment-content img, .widget img {
    max-width: 100%;
}

img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
    height: auto;
}

img.size-full, img.size-large, img.header-image, img.wp-post-image {
    max-width: 100%;
    height: auto;
}

embed, iframe, object, video {
    max-width: 100%;
}

.entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
    padding: 4px;
}

    .wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
        font-style: italic;
        font-size: 12px;
        font-size: .857142857rem;
        line-height: 2;
        color: #757575;
    }

img.wp-smiley, .rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.entry-content dl.gallery-item {
    margin: 0;
}

.gallery-item a, .gallery-caption {
    width: 90%;
}

.gallery-item a {
    display: block;
}

.gallery-caption a {
    display: inline;
}

.gallery-columns-1 .gallery-item a {
    max-width: 100%;
    width: auto;
}

.gallery .gallery-icon img {
    height: auto;
    max-width: 90%;
    padding: 5%;
}

.gallery-columns-1 .gallery-icon img {
    padding: 3%;
}

.site-content nav {
    clear: both;
    line-height: 2;
    overflow: hidden;
}

#nav-above {
    padding: 24px 0;
    padding: 1.714285714rem 0;
    display: none;
}

.paged #nav-above {
    display: block;
}

.nav-previous, .previous-image {
    float: left;
    width: 50%;
}

.nav-next, .next-image {
    float: right;
    text-align: right;
    width: 50%;
}

.nav-single + .comments-area, #comment-nav-above {
    margin: 48px 0;
    margin: 3.428571429rem 0;
}

.author .archive-header {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

.author-info {
    border-top: 1px solid #ededed;
    margin: 24px 0;
    margin: 1.714285714rem 0;
    padding-top: 24px;
    padding-top: 1.714285714rem;
    overflow: hidden;
}

.author-description p {
    color: #757575;
    font-size: 13px;
    font-size: .928571429rem;
    line-height: 1.846153846;
}

.author.archive .author-info {
    border-top: 0;
    margin: 0 0 48px;
    margin: 0 0 3.428571429rem;
}

.author.archive .author-avatar {
    margin-top: 0;
}

.anythingSlider .anythingWindow {
    cursor: auto !important;
}

body {
    background-color: #fff;
}

    body .site {
        padding: 0;
    }

    body.custom-background-empty {
        background-color: #fff;
    }

        body.custom-background-empty .site, body.custom-background-white .site {
            padding: 0;
            margin-top: 0;
            margin-bottom: 0;
            box-shadow: none;
        }

html {
    font-size: 87.5%;
}

body {
    font-size: 14px;
    font-size: 1rem;
    font-family: open sans;
    text-rendering: optimizeLegibility;
    color: #444;
}

    body.custom-font-enabled {
        font-family: "Open Sans",Helvetica,Arial,sans-serif;
    }

a {
    outline: none;
    color: #0a7bc0;
}

    a:hover {
        color: #0f3647;
        text-decoration: underline;
    }

.assistive-text, .site .screen-reader-text {
    position: absolute !important;
    clip: rect(1px,1px,1px,1px);
}

.main-navigation .assistive-text:hover, .main-navigation .assistive-text:active, .main-navigation .assistive-text:focus {
    background: #fff;
    border: 2px solid #333;
    border-radius: 3px;
    clip: auto !important;
    color: #000;
    display: block;
    font-size: 12px;
    padding: 12px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 100000;
}

.site {
    padding: 0;
    background-color: #fff;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}

.site-content {
    margin: 0;
}

.widget-area {
    margin: 40px 0 20px;
}

.wrap {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.site-header {
    padding: 0;
    width: 100%;
    float: left;
    z-index: 9999;
    box-shadow: 0 0 5px #777;
    position: fixed;
}

    .site-header h1, .site-header h2 {
        text-align: center;
    }

        .site-header h1 a, .site-header h2 a {
            color: #515151;
            display: inline-block;
            text-decoration: none;
        }

            .site-header h1 a:hover, .site-header h2 a:hover {
                color: #21759b;
            }

    .site-header h2 {
        font-weight: 400;
        font-size: 13px;
        font-size: .928571429rem;
        line-height: 1.846153846;
        color: #757575;
    }

.header-image {
    margin-top: 24px;
    margin-top: 1.714285714rem;
}

.logo {
    width: 100%;
    float: left;
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #dad9d7;
}

.site-title {
    width: auto;
    float: left;
    margin: 14px 0 0;
    max-width: 218px;
}

.head_sidebar {
    width: 100%;
    float: right;
    max-width: 230px;
}

    .head_sidebar .textwidget ul {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0;
    }

        .head_sidebar .textwidget ul li {
            width: auto;
            float: left;
            padding: 0 0 0 5px;
            border-left: 1px solid #999;
            font-size: 13px;
            line-height: normal;
        }

            .head_sidebar .textwidget ul li a {
                color: #5eaed3;
                font-size: 13px;
                font-family: open sans;
                text-decoration: none;
            }

            .head_sidebar .textwidget ul li:first-child {
                border: none;
                padding: 0 5px;
            }

                .head_sidebar .textwidget ul li:first-child a {
                    color: #8da42c;
                    font-weight: 700;
                }

    .head_sidebar .social_head {
        width: 100%;
        float: left;
        color: #2b2c2d;
        font-size: 12px;
        font-weight: 300;
        font-family: open sans;
        text-align: right;
        margin: 10px 0 0;
    }

.page_title {
    width: 100%;
    float: left;
    padding: 25px 0 35px;
    background: #35a0cc;
    box-shadow: 0 0 10px #2a7da0 inset;
}

    .page_title h1 {
        font-size: 48px;
        line-height: 62px;
        color: #fff;
        font-family: open sans;
        font-weight: 300;
    }

.aio-info {
    width: 65% !important;
}

.snippet-image {
    width: 29% !important;
}

.snippet-data-img {
    width: 70% !important;
}

.snippet-label-img {
    width: 20% !important;
}

#snippet-box {
    width: 100% !important;
}

.main-navigation {
    padding: 0;
    width: auto;
    float: right;
    margin: 0;
}

.menu-main-container {
    width: auto;
    float: left;
}

.main-navigation li {
    font-size: 13px;
}

    .main-navigation li a {
        padding: 10px 20px;
        border: 1px solid #fff !important;
        border-radius: 5px;
    }

        .main-navigation li a:hover {
            border: 1px solid #e7e7e7 !important;
        }

.main-navigation a {
    color: #5e5e5e;
    font-family: open sans;
    text-transform: uppercase;
}

    .main-navigation a:hover {
        border: 1px solid #e7e7e7;
    }

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    display: none;
    max-width: 100% !important;
    width: 100%;
}

    .main-navigation ul.nav-menu.toggled-on, .menu-toggle {
        display: inline-block;
        max-width: 85px;
    }

.contact_us {
    color: #3d3d3d;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 700;
    float: right;
    margin: 14px 10px 0 0;
}

.request_quote {
    background: #7dbd46;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    float: right;
    margin: 26px 0 0 30px;
    text-shadow: 0 1px 0 #599623;
    padding: 9px 15px;
    line-height: 1;
    border: none;
    text-transform: uppercase;
}

.request_quote1 {
    background: url(images/back-arrow.png) 20px center no-repeat #666;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    float: right;
    margin: 26px 0 0 30px;
    text-shadow: 0 1px 0 #599623;
    padding: 9px 15px;
    line-height: 1;
    border: none;
    text-transform: uppercase;
}

.view-portfolio {
    background: #2e9ac7;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    float: right;
    margin: 0 0 0 15px;
    text-shadow: 0 1px 0 #599623;
    padding: 9px 15px;
    line-height: 1;
    border: none;
    text-transform: uppercase;
}

.request_quote:hover, .request_quote:active {
    background: #48850b;
    color: #fff;
    border-color: #203c03;
}

.request_quote1:hover, .request_quote1:active {
    background: url(images/back-arrow.png) 20px center no-repeat #777;
    color: #fff;
}

.widget_nav_menu ul.menu li {
    font-size: 13px;
    line-height: 23px;
    font-family: open sans;
    text-indent: 10px;
    margin: 0 0 5px;
}

    .widget_nav_menu ul.menu li a {
        text-decoration: none;
        color: #35a0cc;
    }

    .widget_nav_menu ul.menu li ul.sub-menu {
        display: none;
    }

.widget_archive ul li {
    font-size: 13px;
    line-height: 23px;
    font-family: open sans;
    text-indent: 10px;
    margin: 0 0 5px;
    color: #35a0cc !important;
}

    .widget_archive ul li a {
        text-decoration: none;
        color: #35a0cc !important;
    }

#secondary .widget_nav_menu h3.widget-title {
    cursor: pointer;
}

#secondary .widget_nav_menu ul.menu {
    display: none;
}

.page-id-5 #secondary .widget_nav_menu ul.menu {
    display: block;
}

#menu-blog-3 {
    display: block !important;
}

.widget_nav_menu ul.menu li.current-menu-item {
    font-weight: 700;
}

.navigation {
    width: 100%;
    float: left;
    margin: 15px 0 0;
}

.wp-pagenavi a, .wp-pagenavi span {
    color: #35A0CC;
}

#banner {
    width: 100%;
    float: left;
    background: none;
    position: relative;
    margin: 81px 0 0;
    max-height: 600px;
    overflow: hidden;
}

.page-title {
    width: 100%;
    float: left;
    position: relative;
    margin: 81px 0 0;
    text-align: center;
    padding: 0 0 40px;
    z-index: 999;
    top: 0;
    transition: .4s all linear;
}

    .page-title h1 {
        font-size: 48px;
        color: #000;
        line-height: 65px;
        font-weight: 300;
        margin: 30px 0 0;
        padding: 0;
    }

    .page-title p {
        color: #7b7b7b;
        font-size: 16px;
        line-height: 24px;
        font-weight: 300;
        margin: 10px auto 30px;
        padding: 0;
        width: 75%;
    }

    .page-title ul {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
    }

        .page-title ul li {
            width: 120px;
            display: inline-block;
            transition: all 1s ease-in-out 0;
        }

            .page-title ul li a {
                text-decoration: none;
                font-weight: 300;
                font-size: 11px;
                line-height: 12px;
                color: #4e4e4e;
                width: 100%;
                float: left;
                text-transform: uppercase;
            }

                .page-title ul li a span {
                    width: 100%;
                    height: 54px;
                    clear: both;
                    overflow: hidden;
                    float: left;
                    margin: 0 0 15px;
                }

                    .page-title ul li a span img {
                        position: relative;
                        top: 0;
                        transition: all .4s ease-in-out 0;
                    }

                .page-title ul li a:hover span img, .page-title ul li.active a span img {
                    top: -54px;
                }

.ls-defaultskin {
    background: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

#banner .request_quote {
    float: left;
    box-shadow: 0 0 3px #477b22;
    margin: 0;
}

#banner .view-portfolio {
    box-shadow: 0 0 3px #207092;
}

    #banner .view-portfolio:hover {
        background: #216d8d;
        color: #fff;
    }

section[role="banner"] {
    margin-bottom: 48px;
    margin-bottom: 3.428571429rem;
}

#banner h1 {
    font-size: 65px;
    line-height: 87px;
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 2px 1px #333;
    font-weight: normal;
}

#banner p {
    font-size: 24px;
    line-height: 38px;
    color: #fff;
    white-space: normal;
    font-weight: 300;
    text-shadow: 1px 1px 1px #333;
}

#banner .slider {
    max-width: 970px;
    margin: 0 auto;
    text-align: center;
}

.widget-area .widget {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    margin-bottom: 20px;
    word-wrap: break-word;
}

    .widget-area .widget h3 {
        margin-bottom: 10px;
        background: #f7f7f7;
        padding: 7px 0;
        font-size: 17px;
        color: #3b3b3b;
        font-family: open sans;
        font-weight: 600;
        border-bottom: 1px dashed #d7d7d7;
        border-top: 1px dashed #d7d7d7;
        text-transform: capitalize;
        line-height: normal;
        text-indent: 10px;
    }

    .widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget {
        font-size: 13px;
        font-size: .928571429rem;
        line-height: 1.846153846;
    }

    .widget-area .widget p {
        margin-bottom: 24px;
        margin-bottom: 1.714285714rem;
    }

.widget-area .textwidget ul {
    list-style: disc outside;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
}

.widget-area .textwidget li {
    margin-left: 36px;
    margin-left: 2.571428571rem;
}

.widget-area .widget a {
    color: #757575;
}

    .widget-area .widget a:hover {
        color: #21759b;
    }

.widget-area #s {
    width: 53.66666666666%;
}

footer[role="contentinfo"] {
    clear: both;
    background: url(images/footer-bg.jpg) center 0 repeat;
    width: 100%;
    float: left;
    padding: 30px 0 0;
    position: relative;
    z-index: 999;
}

    footer[role="contentinfo"] a {
        color: #fff;
    }

        footer[role="contentinfo"] a:hover {
            color: #03b4ff;
        }

.footer_top {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ebebeb;
    padding: 15px 0;
}

#colophon .widget_text {
    width: 100%;
    float: left;
    padding: 18px 0 0;
    color: #fff;
    font-family: open sans;
}

.foot-title {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #575963;
    position: relative;
}

    .foot-title:before {
        content: "";
        width: 58px;
        height: 5px;
        background: #fff;
        position: absolute;
        bottom: -3px;
        left: 46%;
    }

    .foot-title h4 {
        font-size: 40px;
        line-height: 65px;
        font-weight: 700;
    }

    .foot-title p {
        font-size: 18px;
        font-weight: 300;
    }

.foot-main {
    width: 100%;
    float: left;
    /*border-bottom: 1px solid #575963;*/
    padding: 15px 0 30px;
}

    .foot-main .left-foot {
        width: 50%;
        float: left;
    }

    .foot-main .right-foot {
        width: 50%;
        float: left;
    }

ul.foot-address li {
    list-style: none;
    width: 100%;
    float: left;
    margin: 0 0 10px;
}

    ul.foot-address li img {
        width: auto;
        float: left;
        margin: 0 15px 0 0;
    }

    ul.foot-address li div {
        width: 88%;
        float: right;
        font-size: 14px;
        font-weight: 600;
        line-height: 24px;
    }

        ul.foot-address li div h5 {
            font-size: 30px;
            text-transform: uppercase;
            padding: 0 0 10px;
        }

        ul.foot-address li div a {
            color: #0076f9;
            text-decoration: none;
        }

    ul.foot-address li + li div {
        font-size: 18px;
    }

ul.foot-social {
    margin: 25px 0 0;
    width: 100%;
    float: left;
}

    ul.foot-social li {
        width: auto;
        float: left;
        margin: 0 15px 0 0;
    }

.right-foot .input_box {
    width: 100%;
    float: left;
    margin: 0 0 17px;
}

.contact_form_popup .get_text_bg_1 span.wpcf7-form-control-wrap {
    display: block !important;
}

.right-foot .input_box span.wpcf7-form-control-wrap {
    width: 100%;
    float: left;
    margin: 0;
}

.right-foot .input_box input[type="text"], .right-foot .input_box input[type="tel"], .right-foot .input_box input[type="email"], .right-foot .input_box textarea {
    border: none;
    background: #fff;
    border-radius: 3px;
    font-size: 13px;
    color: #8e8e8e;
    line-height: 24px;
    font-weight: 300;
    padding: 5px 2%;
    width: 96%;
    float: left;
    margin: 0;
}

.input_box select {
    border: none;
    background: #fff;
    border-radius: 3px;
    font-size: 13px;
    color: #8e8e8e;
    line-height: 24px;
    font-weight: 300;
    padding: 5px 1% 5px 2%;
    width: 100%;
    float: left;
    margin: 0;
}

.right-foot .input_box textarea {
    max-height: 110px;
}

.right-foot .input_box_half span.wpcf7-form-control-wrap {
    width: 49%;
    float: left;
    margin: 0 2% 0 0;
}

    .right-foot .input_box_half span.wpcf7-form-control-wrap + span.wpcf7-form-control-wrap {
        margin: 0;
    }

.right-foot .input_box input[type="submit"] {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    background: #29abe2;
    font-weight: 600;
    padding: 5px 50px;
    width: auto;
    float: left;
    border: none;
}

.foot-below {
    width: 100%;
    float: left;
    padding: 0 0 20px;
    font-size: 13px;
}

div.iccn {
    float: left;
    width: 25%;
    padding: 0 25px 0 0;
}

.foot-below ul li {
    width: 130px;
    float: left;
    padding: 0 0 5px;
    display: block;
    margin: 4px 5px;
    text-align: left;
}

    .foot-below ul li a {
        text-decoration: none;
    }

        .foot-below ul li a:hover {
            text-decoration: underline;
        }

.input_box .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    padding: 0 6px !important;
    text-align: left;
    top: 102% !important;
}

.wpcf7-form div.wpcf7-response-output {
    width: 100% !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    color: RED;
    float: left;
}

.captcha-508 {
    width: 81% !important;
    float: right !important;
}

.copyrights {
    width: 100%;
    float: left;
    margin: 14px 0 0 20px;
    text-align: left;
}

.wpcf7-captcha-captcha-256 {
    float: left;
    width: 20%;
}

.captcha-256 .wpcf7-not-valid-tip {
    padding-left: 13px !important;
    margin: 24px 10px 0 0;
    text-align: right;
}

.contact_form_popup .wpcf7-captchar {
    width: 76%;
    float: left;
}

.author-avatar {
    float: left;
    margin-top: 8px;
    margin-top: .571428571rem;
}

.author-description {
    float: right;
    width: 80%;
}

.site-content {
    float: left;
    width: 100%;
    padding: 30px 0 0;
}

.inner-service {
    padding: 40px 0 0;
}

.widget-area {
    float: left;
    width: 23%;
    max-width: 230px;
    padding: 0;
}

.site-header h1, .site-header h2 {
    text-align: left;
}

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    display: inline-block !important;
    text-align: left;
    width: 100%;
}

.main-navigation ul {
    margin: 0;
    text-indent: 0;
}

.main-navigation li a, .main-navigation li {
    display: inline-block;
    text-decoration: none;
}

    .main-navigation li a {
        color: #5d5d5d;
        line-height: 1;
        white-space: nowrap;
    }

.main-navigation li {
    margin: 0;
    padding: 23px 0;
    position: relative;
}

    .main-navigation li ul {
        display: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        z-index: 999;
    }

        .main-navigation li ul ul {
            top: 0;
            left: 100%;
        }

.main-navigation ul li:hover > ul {
    border-left: 0;
    display: block;
}

.main-navigation li ul li a:hover {
    border: none !important;
    color: #000;
}

.main-navigation li ul li a {
    outline: none;
    border: none !important;
}

.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
    border: 1px solid #e7e7e7 !important;
    border-radius: 5px;
}

.menu-toggle {
    display: none;
}

.entry-header .entry-title {
    font-size: 48px;
    line-height: 51px;
    margin: 0 0 20px;
    color: #8da42c;
    font-weight: 300;
}

#respond form input[type="text"] {
    width: 46.333333333%;
}

#respond form textarea.blog-textarea {
    width: 79.666666667%;
}

.template-front-page .site-content, .template-front-page article {
    overflow: hidden;
}

.template-front-page.has-post-thumbnail article {
    float: left;
    width: 47.916666667%;
}

.entry-page-image {
    float: right;
    margin-bottom: 0;
    width: 47.916666667%;
}

.template-front-page .widget-area .widget, .template-front-page.two-sidebars .widget-area .front-widgets {
    float: left;
    width: 51.875%;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

    .template-front-page .widget-area .widget:nth-child(odd) {
        clear: right;
    }

    .template-front-page .widget-area .widget:nth-child(even), .template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
        float: right;
        width: 39.0625%;
        margin: 0 0 24px;
        margin: 0 0 1.714285714rem;
    }

.template-front-page.two-sidebars .widget, .template-front-page.two-sidebars .widget:nth-child(even) {
    float: none;
    width: auto;
}

.commentlist .children {
    margin-left: 48px;
    margin-left: 3.428571429rem;
}

.entry-meta {
    clear: both;
}

.entry-header .entry-title {
    font-size: 20px;
    line-height: 1.2;
    font-family: open sans;
    color: #35A0CC;
}

    .entry-header .entry-title a {
        text-decoration: none;
    }

.entry-header .entry-format {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    font-weight: 400;
}

.entry-header .comments-link {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    font-size: 13px;
    font-size: .928571429rem;
    line-height: 1.846153846;
    color: #757575;
}

.comments-link a, .entry-meta a {
    color: #757575;
}

    .comments-link a:hover, .entry-meta a:hover {
        color: #21759b;
    }

article.sticky .featured-post {
    border-top: 4px double #ededed;
    border-bottom: 4px double #ededed;
    color: #757575;
    font-size: 13px;
    font-size: .928571429rem;
    line-height: 3.692307692;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
    text-align: center;
}

.entry-content, .entry-summary, .mu_register {
    line-height: 1.714285714;
}

    .entry-content h1, .comment-content h1, .entry-content h2, .comment-content h2, .entry-content h3, .comment-content h3, .entry-content h4, .comment-content h4, .entry-content h5, .comment-content h5, .entry-content h6, .comment-content h6 {
        margin: 24px 0;
        margin: 1.714285714rem 0;
        line-height: 1.714285714;
    }

    .entry-content h1, .comment-content h1 {
        font-size: 21px;
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .entry-content h2, .comment-content h2, .mu_register h2 {
        font-size: 18px;
        font-size: 1.285714286rem;
        line-height: 1.6;
    }

    .entry-content h3, .comment-content h3 {
        font-size: 16px;
        font-size: 1.142857143rem;
        line-height: 1.846153846;
    }

    .entry-content h4, .comment-content h4 {
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.846153846;
    }

    .entry-content h5, .comment-content h5 {
        font-size: 13px;
        font-size: .928571429rem;
        line-height: 1.846153846;
    }

    .entry-content h6, .comment-content h6 {
        font-size: 12px;
        font-size: .857142857rem;
        line-height: 1.846153846;
    }

    .entry-content p, .entry-summary p, .comment-content p, .mu_register p {
        color: #181818;
        text-align: justify;
        font-size: 14px;
        line-height: 25px;
        margin: 0 0 20px;
    }

    .entry-content ol, .comment-content ol, .entry-content ul, .comment-content ul, .mu_register ul {
        margin: 0 0 24px;
        margin: 0 0 1.714285714rem;
        line-height: 1.714285714;
    }

        .entry-content ul ul, .comment-content ul ul, .entry-content ol ol, .comment-content ol ol, .entry-content ul ol, .comment-content ul ol, .entry-content ol ul, .comment-content ol ul {
            margin-bottom: 0;
        }

    .entry-content ul, .comment-content ul, .mu_register ul {
        list-style: disc outside;
    }

    .entry-content ol, .comment-content ol {
        list-style: decimal outside;
    }

    .entry-content li, .comment-content li, .mu_register li {
        margin: 0 0 0 36px;
        margin: 0 0 0 2.571428571rem;
    }

.inner-service .entry-content li {
    list-style: inside;
    list-style-image: url(images/list-style-circle.png);
    margin: 0 0 5px;
    line-height: 24px;
    font-size: 14px;
    color: #181818;
}

.entry-content blockquote, .comment-content blockquote {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
    padding: 24px;
    padding: 1.714285714rem;
    font-style: italic;
}

    .entry-content blockquote p:last-child, .comment-content blockquote p:last-child {
        margin-bottom: 0;
    }

.entry-content code, .comment-content code {
    font-family: Consolas,Monaco,Lucida Console,monospace;
    font-size: 12px;
    font-size: .857142857rem;
    line-height: 2;
}

.entry-content pre, .comment-content pre {
    border: 1px solid #ededed;
    color: #666;
    font-family: Consolas,Monaco,Lucida Console,monospace;
    font-size: 12px;
    font-size: .857142857rem;
    line-height: 1.714285714;
    margin: 24px 0;
    margin: 1.714285714rem 0;
    overflow: auto;
    padding: 24px;
    padding: 1.714285714rem;
}

    .entry-content pre code, .comment-content pre code {
        display: block;
    }

.entry-content abbr, .comment-content abbr, .entry-content dfn, .comment-content dfn, .entry-content acronym, .comment-content acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

.entry-content address, .comment-content address {
    display: block;
    line-height: 1.714285714;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
}

img.alignleft {
    margin: 12px 24px 12px 0;
    margin: .857142857rem 1.714285714rem .857142857rem 0;
}

img.alignright {
    margin: 12px 0 12px 24px;
    margin: .857142857rem 0 .857142857rem 1.714285714rem;
}

img.aligncenter {
    margin-bottom: 12px;
    margin-bottom: .857142857rem;
}

.entry-content embed, .entry-content iframe, .entry-content object, .entry-content video {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

.entry-content dl, .comment-content dl {
    margin: 0 24px;
    margin: 0 1.714285714rem;
}

.entry-content dt, .comment-content dt {
    font-weight: 700;
    line-height: 1.714285714;
}

.entry-content dd, .comment-content dd {
    line-height: 1.714285714;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

.entry-content table, .comment-content table {
    border-bottom: 1px solid #ededed;
    color: #757575;
    font-size: 12px;
    font-size: .857142857rem;
    line-height: 2;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
    width: 100%;
}

    .entry-content table caption, .comment-content table caption {
        font-size: 16px;
        font-size: 1.142857143rem;
        margin: 24px 0;
        margin: 1.714285714rem 0;
    }

.entry-content td, .comment-content td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

.inner-service article {
    padding: 0 0 40px;
}

.site-content article {
    word-wrap: break-word;
}

.page-links {
    clear: both;
    line-height: 1.714285714;
}

footer.entry-meta {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    font-size: 13px;
    font-size: .928571429rem;
    line-height: 1.846153846;
    color: #757575;
}

.single-author .entry-meta .by-author {
    display: none;
}

.mu_register h2 {
    color: #757575;
    font-weight: 400;
}

.block {
    width: 100%;
    float: left;
    padding: 40px 0 30px;
    margin: 0;
}

.block1 {
    background: #fff;
}

.block2 {
    background: #efefef;
}

.service-block {
    padding: 80px 0 45px;
}

#main {
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    z-index: 9;
}

#tabs {
    width: 100%;
    float: left;
    padding: 0;
}

#tabs-2, #tabs-3, #tabs-4, #tabs-5 {
    display: none;
}

#tabs ul {
    width: 29%;
    float: left;
    max-width: 320px;
    background: url(images/tab-link.jpg) 27px 40px no-repeat;
}

.tabber li {
    width: 100%;
    float: left;
    line-height: 36px;
    background: url(images/mobile-dev-icon.png) 0 0 no-repeat;
    padding: 8px 0;
    cursor: pointer;
    margin: 30px 0;
    transition: all .4s ease-in-out 0;
}

    .tabber li + li {
        background: url(images/cms-dev-icon.png) 0 0 no-repeat;
    }

        .tabber li + li + li {
            background: url(images/web-dev-icon.png) 0 0 no-repeat;
        }

            .tabber li + li + li + li {
                background: url(images/ecommerce-icon.png) 0 0 no-repeat;
            }

                .tabber li + li + li + li + li {
                    background: url(../../uploads/2014/01/cad-service-icon.png) 0 0 no-repeat;
                }

    .tabber li a {
        padding: 10px 0 10px 70px;
        color: #181818;
        font-size: 18px;
        font-weight: 300;
        cursor: pointer;
        text-decoration: none;
    }

    .tabber li.active {
        background-position: left bottom;
    }

    .tabber li:hover {
        background-position: left bottom;
    }

.tabber_detail {
    width: 71%;
    float: left;
    margin: 35px 0 0;
    position: relative;
}

    .tabber_detail .postimg {
        max-width: 455px;
        width: 65%;
        float: left;
        margin: 0;
        text-align: center;
    }

        .tabber_detail .postimg img {
            vertical-align: middle;
            max-width: 100%;
            margin: 50px 0 0;
        }

    .tabber_detail .contentBox {
        max-width: 250px;
        width: 35%;
        float: right;
        margin: 0;
    }

        .tabber_detail .contentBox h1 {
            font-size: 21px;
            font-weight: 300;
            border-bottom: 1px solid #e2e2e2;
            text-transform: capitalize;
            color: #8da42c;
            margin: 0 0 20px;
            padding: 0 0 5px;
            line-height: 36px;
        }

        .tabber_detail .contentBox .homebox-inner {
            width: 100%;
            float: left;
            font-size: 14px;
            line-height: 30px;
            font-weight: 300;
            color: #181818;
        }

            .tabber_detail .contentBox .homebox-inner ul {
                width: 100% !important;
                background: none !important;
                float: left;
                margin: 20px 0;
            }

                .tabber_detail .contentBox .homebox-inner ul li {
                    width: 100%;
                    float: left;
                    line-height: 32px;
                    list-style-image: url(images/light-blue-right-arrow.png);
                    list-style-position: inside;
                }

                    .tabber_detail .contentBox .homebox-inner ul li a {
                        color: #646464;
                        font-size: 14px;
                        font-weight: 400;
                        text-decoration: none;
                    }

a.btn {
    width: auto;
    float: left;
    padding: 7px 16px;
    border: 1px solid #7b7b7b;
    text-decoration: none;
    text-transform: uppercase;
    color: #585858;
    font-size: 14px;
    border-radius: 5px;
    line-height: normal;
    transition: all .4s ease-in;
}

    a.btn:hover {
        background: #29abe2;
        border: 1px solid #29abe2;
        color: #fff;
    }

.learn_more {
    width: auto;
    float: left;
    padding: 7px 16px;
    border: 1px solid #fff;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    line-height: normal;
    transition: all .4s ease-in;
    background: none;
}

    .learn_more:hover {
        background: #29abe2;
        border: 1px solid #29abe2;
        color: #fff;
    }

.page-template-page-templatesinner-service-php a.btn, .page-template-page-templatesmid-service-php a.btn {
    width: auto;
    float: left;
    padding: 7px 16px;
    border: 1px solid #29ABE2;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    line-height: normal;
    background: #29ABE2;
    transition: all .4s ease-in;
}

    .page-template-page-templatesinner-service-php a.btn:hover, .page-template-page-templatesmid-service-php a.btn:hover {
        background: #7DBD46;
        border: 1px solid #7DBD46;
        color: #fff;
    }

.testimonial_slider {
    width: 100%;
    float: left;
    margin: 10px 0;
}

.testimonial_slider_instance {
    height: auto !important;
    width: 100% !important;
    position: inherit !important;
}

.testimonial_slider .testimonial_slideri {
    float: left;
    width: 47% !important;
    background: none !important;
    position: relative !important;
    height: auto !important;
    padding: 15px 3% 25px 0;
}

.testimonial_slider .testimonial_by_wrap {
    width: 18% !important;
}

.testimonial_slider .testimonial_by {
    position: absolute;
    width: auto !important;
    left: 17%;
    bottom: 20px;
}

.testimonial_slider .testimonial_site {
    position: absolute;
    width: auto !important;
    left: 17%;
    bottom: 0;
}

.testimonial_slider .testimonial_wrapper {
    width: 100% !important;
    height: auto !important;
}

.testimonial_slider__default .testimonial_quote {
    background: none repeat scroll 0 0 rgba(0,0,0,0) !important;
    float: right;
    margin-left: 0 !important;
    min-height: 32px;
    padding-left: 0 !important;
    padding-top: 10px;
    width: 82%;
}

.testimonial_slider__default .testimonial_nav_arrow_wrap a {
    display: none !important;
}

ul.clients {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

    ul.clients li {
        width: auto;
        float: left;
        margin: 0 6px;
        list-style: none;
    }

        ul.clients li img {
            cursor: pointer;
            filter: grayscale(100%);
            -webkit-filter: grayscale(100%); /* For Webkit browsers */
            filter: gray; /* For IE 6 - 9 */
            -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
            filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
        }

            ul.clients li img:hover {
                filter: grayscale(0%);
                -webkit-filter: grayscale(0%);
                filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
            }

.our_services {
    width: 100%;
    float: left;
}

    .our_services .featured_img {
        max-width: 455px;
        width: 46%;
        float: left;
        margin: 0 2% 0 0;
    }

    .our_services .block2 .featured_img {
        float: right;
        margin: 0 0 0 2%;
    }

    .our_services .featured_content {
        width: 52%;
        float: left;
    }

    .our_services h3 {
        font-size: 41px;
        line-height: 65px;
        color: #000;
        font-weight: 300;
        margin-top: 0;
    }

        .our_services h3 a {
            text-decoration: none;
            color: #000;
        }

    .our_services p {
        color: #676767;
        font-size: 14px;
        font-weight: 300;
        line-height: 28px;
        margin: 0 0 15px;
    }

    .our_services ul {
        width: 100%;
        padding: 0;
        margin: 0;
    }

        .our_services ul li {
            width: auto;
            float: left;
            transition: all 1s ease-in-out 0;
            list-style: none;
            margin: 0;
            text-align: center;
            max-width: 100px;
        }

            .our_services ul li a {
                text-decoration: none;
                font-weight: 300;
                font-size: 11px;
                line-height: 12px;
                color: #4e4e4e;
                width: 100%;
                float: left;
                text-transform: uppercase;
            }

                .our_services ul li a span {
                    width: 100%;
                    height: 54px;
                    clear: both;
                    overflow: hidden;
                    float: left;
                    margin: 0 0 15px;
                }

                    .our_services ul li a span img {
                        position: relative;
                        top: 0;
                        transition: all .4s ease-in-out 0;
                    }

                .our_services ul li a:hover span img, .page-title ul li.active a span img {
                    top: -54px;
                }

.post_information {
    width: 100%;
    float: left;
}

span.post-time {
    width: auto;
    float: left;
    margin: 0 10px 0 0;
    font-size: 13px;
}

.authorMe {
    width: auto;
    float: left;
    margin: 0 10px 0 0;
    font-size: 13px;
    color: #8DA42C;
}

.social_counter {
    width: 100%;
    float: left;
    margin: 5px 0 10px;
}

.social_me {
    width: auto;
    float: left;
    margin: 0 10px 0 0;
}

.archive-meta {
    color: #757575;
    font-size: 12px;
    font-size: .857142857rem;
    line-height: 2;
    margin-top: 22px;
    margin-top: 1.571428571rem;
}

.article.attachment {
    overflow: hidden;
}

.image-attachment div.attachment {
    text-align: center;
}

    .image-attachment div.attachment p {
        text-align: center;
    }

    .image-attachment div.attachment img {
        display: block;
        height: auto;
        margin: 0 auto;
        max-width: 100%;
    }

.image-attachment .entry-caption {
    margin-top: 8px;
    margin-top: .571428571rem;
}

article.format-aside h1 {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

    article.format-aside h1 a {
        text-decoration: none;
        color: #4d525a;
    }

        article.format-aside h1 a:hover {
            color: #2e3542;
        }

article.format-aside .aside {
    padding: 24px 24px 0;
    padding: 1.714285714rem;
    background: #d2e0f9;
    border-left: 22px solid #a8bfe8;
}

article.format-aside p {
    font-size: 13px;
    font-size: .928571429rem;
    line-height: 1.846153846;
    color: #4a5466;
}

    article.format-aside blockquote:last-child, article.format-aside p:last-child {
        margin-bottom: 0;
    }

article.format-image footer h1 {
    font-size: 13px;
    font-size: .928571429rem;
    line-height: 1.846153846;
    font-weight: 400;
}

article.format-image footer h2 {
    font-size: 11px;
    font-size: .785714286rem;
    line-height: 2.181818182;
}

article.format-image footer a h2 {
    font-weight: 400;
}

article.format-link header {
    padding: 0 10px;
    padding: 0 .714285714rem;
    float: right;
    font-size: 11px;
    font-size: .785714286rem;
    line-height: 2.181818182;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    color: #848484;
    background-color: #ebebeb;
    border-radius: 3px;
}

article.format-link .entry-content {
    max-width: 80%;
    float: left;
}

    article.format-link .entry-content a {
        font-size: 22px;
        font-size: 1.571428571rem;
        line-height: 1.090909091;
        text-decoration: none;
    }

article.format-quote .entry-content p {
    margin: 0;
    padding-bottom: 24px;
    padding-bottom: 1.714285714rem;
}

article.format-quote .entry-content blockquote {
    display: block;
    padding: 24px 24px 0;
    padding: 1.714285714rem 1.714285714rem 0;
    font-size: 15px;
    font-size: 1.071428571rem;
    line-height: 1.6;
    font-style: normal;
    color: #6a6a6a;
    background: #efefef;
}

.format-status .entry-header {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

    .format-status .entry-header header {
        display: inline-block;
    }

    .format-status .entry-header h1 {
        font-size: 15px;
        font-size: 1.071428571rem;
        font-weight: 400;
        line-height: 1.6;
        margin: 0;
    }

    .format-status .entry-header h2 {
        font-size: 12px;
        font-size: .857142857rem;
        font-weight: 400;
        line-height: 2;
        margin: 0;
    }

    .format-status .entry-header header a {
        color: #757575;
    }

        .format-status .entry-header header a:hover {
            color: #21759b;
        }

    .format-status .entry-header img {
        float: left;
        margin-right: 21px;
        margin-right: 1.5rem;
    }

.comments-title {
    margin-bottom: 48px;
    margin-bottom: 3.428571429rem;
    font-size: 16px;
    font-size: 1.142857143rem;
    line-height: 1.5;
    font-weight: 400;
}

.comments-area article {
    margin: 24px 0;
    margin: 1.714285714rem 0;
}

    .comments-area article header {
        margin: 0 0 48px;
        margin: 0 0 3.428571429rem;
        overflow: hidden;
        position: relative;
    }

        .comments-area article header img {
            float: left;
            padding: 0;
            line-height: 0;
        }

        .comments-area article header cite, .comments-area article header time {
            display: block;
            margin-left: 85px;
            margin-left: 6.071428571rem;
        }

        .comments-area article header cite {
            font-style: normal;
            font-size: 15px;
            font-size: 1.071428571rem;
            line-height: 1.42857143;
        }

        .comments-area article header time {
            line-height: 1.714285714;
            text-decoration: none;
            font-size: 12px;
            font-size: .857142857rem;
            color: #5e5e5e;
        }

        .comments-area article header a {
            text-decoration: none;
            color: #5e5e5e;
        }

            .comments-area article header a:hover {
                color: #21759b;
            }

        .comments-area article header cite a {
            color: #444;
        }

            .comments-area article header cite a:hover {
                text-decoration: underline;
            }

        .comments-area article header h4 {
            position: absolute;
            top: 0;
            right: 0;
            padding: 6px 12px;
            padding: .428571429rem .857142857rem;
            font-size: 12px;
            font-size: .857142857rem;
            font-weight: 400;
            color: #fff;
            background-color: #0088d0;
            background-repeat: repeat-x;
            background-image: -moz-linear-gradient(top,#009cee,#0088d0);
            background-image: -ms-linear-gradient(top,#009cee,#0088d0);
            background-image: -webkit-linear-gradient(top,#009cee,#0088d0);
            background-image: -o-linear-gradient(top,#009cee,#0088d0);
            background-image: linear-gradient(top,#009cee,#0088d0);
            border-radius: 3px;
            border: 1px solid #007cbd;
        }

.comments-area li.bypostauthor cite span {
    position: absolute;
    margin-left: 5px;
    margin-left: .357142857rem;
    padding: 2px 5px;
    padding: .142857143rem .357142857rem;
    font-size: 10px;
    font-size: .714285714rem;
}

a.comment-reply-link, a.comment-edit-link {
    color: #686868;
    font-size: 13px;
    font-size: .928571429rem;
    line-height: 1.846153846;
}

    a.comment-reply-link:hover, a.comment-edit-link:hover {
        color: #21759b;
    }

.commentlist .pingback {
    line-height: 1.714285714;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

#respond {
    margin-top: 48px;
    margin-top: 3.428571429rem;
}

    #respond h3#reply-title {
        font-size: 16px;
        font-size: 1.142857143rem;
        line-height: 1.5;
    }

        #respond h3#reply-title #cancel-comment-reply-link {
            margin-left: 10px;
            margin-left: .714285714rem;
            font-weight: 400;
            font-size: 12px;
            font-size: .857142857rem;
        }

    #respond form {
        margin: 24px 0;
        margin: 1.714285714rem 0;
    }

        #respond form p {
            margin: 11px 0;
            margin: .785714286rem 0;
        }

            #respond form p.logged-in-as {
                margin-bottom: 24px;
                margin-bottom: 1.714285714rem;
            }

        #respond form label {
            display: block;
            line-height: 1.714285714;
        }

        #respond form input[type="text"], #respond form textarea {
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 12px;
            font-size: .857142857rem;
            line-height: 1.714285714;
            padding: 10px;
            padding: .714285714rem;
            width: 100%;
        }

        #respond form p.form-allowed-tags {
            margin: 0;
            font-size: 12px;
            font-size: .857142857rem;
            line-height: 2;
            color: #5e5e5e;
        }

.required {
    color: red;
}

.entry-page-image {
    margin-bottom: 14px;
    margin-bottom: 1rem;
}

.template-front-page .site-content article {
    border: 0;
    margin-bottom: 0;
}

.template-front-page .widget-area {
    clear: both;
    float: none;
    width: auto;
    padding-top: 24px;
    padding-top: 1.714285714rem;
    border-top: 1px solid #ededed;
}

    .template-front-page .widget-area .widget li {
        margin: 8px 0 0;
        margin: .571428571rem 0 0;
        font-size: 13px;
        font-size: .928571429rem;
        line-height: 1.714285714;
        list-style-type: square;
        list-style-position: inside;
    }

        .template-front-page .widget-area .widget li a {
            color: #757575;
        }

            .template-front-page .widget-area .widget li a:hover {
                color: #21759b;
            }

    .template-front-page .widget-area .widget_text img {
        float: left;
        margin: 8px 24px 8px 0;
        margin: .571428571rem 1.714285714rem .571428571rem 0;
    }

.widget-area .widget ul ul {
    margin-left: 12px;
    margin-left: .857142857rem;
}

.widget_rss li {
    margin: 12px 0;
    margin: .857142857rem 0;
}

.widget_recent_entries .post-date, .widget_rss .rss-date {
    color: #aaa;
    font-size: 11px;
    font-size: .785714286rem;
    margin-left: 12px;
    margin-left: .857142857rem;
}

#wp-calendar {
    margin: 0;
    width: 100%;
    font-size: 13px;
    font-size: .928571429rem;
    line-height: 1.846153846;
    color: #686868;
}

    #wp-calendar th, #wp-calendar td, #wp-calendar caption {
        text-align: left;
    }

    #wp-calendar #next {
        padding-right: 24px;
        padding-right: 1.714285714rem;
        text-align: right;
    }

.widget_search label {
    display: block;
    font-size: 13px;
    font-size: .928571429rem;
    line-height: 1.846153846;
}

.widget_twitter li {
    list-style-type: none;
}

.widget_twitter .timesince {
    display: block;
    text-align: right;
}

img#wpstats {
    display: block;
    margin: 0 auto 24px;
    margin: 0 auto 1.714285714rem;
}

.overlay_form {
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: .8;
    z-index: 99999;
}

.contact_form_popup {
    float: left;
    width: 45%;
    position: fixed;
    top: 17%;
    left: 26%;
    background: #fff;
    z-index: 999999;
    border: 1px solid #A8A8A8;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    -o-box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    font-family: open sans;
    border-radius: 5px;
}

    .contact_form_popup h4 {
        width: 100%;
        color: #000;
        font-size: 37px;
        font-weight: 300;
        line-height: 37px;
        padding: 7px 0 15px;
        text-indent: 10px;
        background: #EFEFEF;
        border-bottom: 1px solid #E5E5E5;
    }

        .contact_form_popup h4 span {
            font-size: 12px;
            position: absolute;
            right: 10px;
            top: 0;
            cursor: pointer;
        }

    .contact_form_popup .get_text_bg_1 {
        width: 100%;
        float: left;
        margin: 10px 0 25px;
    }

        .contact_form_popup .get_text_bg_1 .input_box {
            width: 43%;
            margin: 0 0 0 5%;
            float: left;
        }

            .contact_form_popup .get_text_bg_1 .input_box label, .contact_form_popup .get_text_bg_1 .input_textarea_box label {
                color: #333;
                font-size: 13px;
                margin: 15px 0 5px;
                float: left;
            }

            .contact_form_popup .get_text_bg_1 .input_box input[type="text"], .contact_form_popup .get_text_bg_1 .input_box input[type="email"] {
                width: 90%;
            }

            .contact_form_popup .get_text_bg_1 .input_box select {
                width: 95%;
                padding: 7px 0;
                border: 1px solid #CCC;
            }

        .contact_form_popup .get_text_bg_1 .input_textarea_box {
            width: 90%;
            margin: 0 0 0 5%;
            float: left;
        }

            .contact_form_popup .get_text_bg_1 .input_textarea_box textarea {
                width: 97%;
                height: 100px;
            }

            .contact_form_popup .get_text_bg_1 .input_textarea_box input[type="submit"] {
                width: auto;
                float: left;
                background: #29abe2;
                text-transform: uppercase;
                color: #FFF;
                font-weight: 600;
                margin: 5px 0 0;
                border: 1px solid #29ABE2;
                border-radius: 5px;
                font-size: 14px;
                line-height: normal;
                padding: 7px 16px;
                text-decoration: none;
                transition: all .4s ease-in 0;
            }

                .contact_form_popup .get_text_bg_1 .input_textarea_box input[type="submit"]:hover {
                    background: none repeat scroll 0 0 #7DBD46;
                    border: 1px solid #7DBD46;
                    color: #FFF;
                }

    .contact_form_popup span.wpcf7-not-valid-tip {
        left: inherit;
        padding: 0 !important;
        right: 0 !important;
        top: 16px !important;
        width: 85% !important;
    }

    .contact_form_popup div.wpcf7-validation-errors {
        border: none !important;
    }

    .contact_form_popup div.wpcf7-response-output {
        margin: 0 !important;
        padding: 0 !important;
        text-align: center;
        color: red;
        float: left;
    }

.blog-posts {
    margin: -15px 0 0;
}

    .blog-posts li {
        width: 100%;
        float: left;
        padding: 15px 0;
        border-top: 1px dashed #ddd;
    }

        .blog-posts li:first-child {
            border: none;
        }

        .blog-posts li h5 {
            color: #110D09;
            font-family: open sans;
            font-size: 22px;
            line-height: 27px;
            font-weight: 400;
            padding: 0;
            text-transform: uppercase;
            margin: 0 0 10px;
        }

            .blog-posts li h5 a {
                color: #35A0CC;
                text-decoration: none;
            }

        .blog-posts li .container-post-text {
            color: #141414;
            font-family: open sans;
            font-size: 13px;
            height: auto;
            line-height: 22px;
            padding: 0;
            text-align: justify;
        }

.read_more {
    text-decoration: none;
}

#breadcrumbs {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
}

    #breadcrumbs a {
        color: #fff;
        text-decoration: none;
    }

        #breadcrumbs a:hover {
            text-decoration: underline;
        }

.foot_call_us {
    width: auto;
    float: left;
    max-width: 200px;
}

    .foot_call_us p {
        font-size: 12px;
        color: #838383;
        font-family: open sans;
        margin: 10px 0 0;
        float: left;
        font-style: italic;
    }

    .foot_call_us a {
        color: #8da42c;
        font-size: 13px;
        font-family: open sans;
        font-weight: 700;
        font-style: normal;
        text-decoration: none;
    }

#megaMenu.megaFullWidth {
    width: auto;
}

#megaMenu ul.megaMenu > li.menu-item {
    padding: 23px 0;
    cursor: pointer;
}

#megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > ul.sub-menu.sub-menu-1 {
    background: none repeat scroll 0 0 #FFF;
    border-top-left-radius: 2px;
    z-index: 9999 !important;
    border-top-right-radius: 2px;
    box-shadow: 0 0 2px #aaa;
    left: -465px !important;
    max-width: 1000px;
    width: 1000px !important;
    padding: 10px 0 20px;
    border-top: 5px solid #48850B;
}

#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight > a, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight > span.um-anchoremulator {
    background: none repeat scroll 0 0 rgba(0,0,0,0) !important;
    color: #48850B;
    border: none !important;
    font-weight: 700;
}

    #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight > a:hover {
        border: none !important;
    }

#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.banner-text {
    width: 100%;
    float: left;
    position: absolute;
    background: url(images/video-mask.png) 0 0 repeat;
    height: 100%;
    z-index: 999;
}

ul.blog-listing {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

    ul.blog-listing li {
        width: 31%;
        float: left;
        padding: 0 3% 0 0;
    }

        ul.blog-listing li:nth-child(4n) {
            padding: 0;
        }

        ul.blog-listing li .featured-img {
            display: none;
            width: 44%;
            float: left;
            max-width: 460px;
            margin: 0 3% 0 0;
        }

        ul.blog-listing li .blog-content {
            width: 100%;
            float: left;
        }

        ul.blog-listing li a.btn {
            display: none;
        }

        ul.blog-listing li h3 {
            font-size: 22px;
            line-height: 30px;
            margin: 10px 0;
            font-weight: 300;
            max-height: 63px;
            overflow: hidden;
        }

            ul.blog-listing li h3 a {
                text-decoration: none;
                color: #8da248;
            }

        ul.blog-listing li p {
            display: none;
            font-size: 16px;
            line-height: 28px;
            color: #676767;
            font-weight: 300;
            margin: 0 0 25px;
        }

span.post-author {
    color: #b0b0b0;
    font-size: 14px;
    font-weight: 300;
}

ul.blog-listing li:first-child {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e2e2e2;
    padding: 20px 0 40px;
    margin: 0 0 15px;
}

    ul.blog-listing li:first-child .featured-img {
        display: block;
    }

    ul.blog-listing li:first-child a.btn {
        display: block;
    }

    ul.blog-listing li:first-child p {
        display: block;
    }

    ul.blog-listing li:first-child .blog-content {
        width: 53%;
        float: left;
    }

    ul.blog-listing li:first-child h3 {
        font-size: 28px;
        line-height: 32px;
        margin: 20px 0 25px;
    }

p.block-tagline {
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    color: #7b7b7b;
    font-weight: 300;
    margin: 15px 0 25px;
}

.inner-testimonial-section ul li {
    width: 45%;
    float: left;
    padding: 0 5% 0 0;
    height: 170px;
    overflow: hidden;
}

    .inner-testimonial-section ul li img {
        width: auto;
        float: left;
        margin: 0 15px 0 0;
    }

    .inner-testimonial-section ul li .testimonial-content {
        width: 78%;
        float: left;
        font-size: 13px;
    }

        .inner-testimonial-section ul li .testimonial-content p {
            color: #6c6c6c;
            line-height: 21px;
        }

        .inner-testimonial-section ul li .testimonial-content span.testi-author {
            width: 100%;
            float: left;
            color: #2c2a2a;
            font-weight: 600;
            margin: 10px 0 5px;
        }

        .inner-testimonial-section ul li .testimonial-content span.testi-company {
            width: 100%;
            float: left;
            color: #829827;
            font-style: italic;
        }

.inner-blog-section ul li {
    width: 28%;
    float: left;
    padding: 0 3% 0 2%;
    border-left: 1px dashed #bebebe;
    min-height: 110px;
}

    .inner-blog-section ul li:first-child {
        padding: 0 3% 0 0;
        border: none;
    }

    .inner-blog-section ul li h4 {
        font-size: 22px;
        font-weight: 300;
        line-height: 30px;
        margin: 10px 0;
        max-height: 63px;
        overflow: hidden;
    }

        .inner-blog-section ul li h4 a {
            text-decoration: none;
            color: #8DA248;
        }

            .inner-blog-section ul li h4 a:hover {
                text-decoration: underline;
            }

    .inner-blog-section ul li a {
        color: #6e6e6e;
        width: auto;
        float: left;
        text-decoration: none;
    }

.inner-blog-section1 ul li {
    width: 29%;
    float: left;
    padding: 0 3% 0 2%;
    border-left: 1px dashed #bebebe;
    min-height: 110px;
}

    .inner-blog-section1 ul li:first-child {
        padding: 0 3% 0 0;
        border: none;
    }

    .inner-blog-section1 ul li:last-child {
        padding: 0 0 0 2%;
    }

    .inner-blog-section1 ul li h4 {
        font-size: 16px;
        font-weight: 300;
        line-height: 22px;
        margin: 7px 0;
        max-height: 66px;
        overflow: hidden;
    }

        .inner-blog-section1 ul li h4 a {
            text-decoration: none;
            color: #8DA248;
        }

            .inner-blog-section1 ul li h4 a:hover {
                text-decoration: underline;
            }

    .inner-blog-section1 ul li a {
        color: #6e6e6e;
        width: auto;
        float: left;
        text-decoration: none;
    }

    .inner-blog-section1 ul li p {
        font-size: 13px;
        line-height: 20px;
    }

.call-to-action {
    width: 100%;
    float: left;
    text-align: center;
    margin: 40px 0 25px;
    font-size: 14px;
    color: #6e6e6e;
    text-transform: uppercase;
}

    .call-to-action p {
        margin: 0 0 20px;
    }

    .call-to-action a {
        float: none !important;
    }

.clr {
    clear: both;
}

.inner-testimonial-section1 ul li {
    width: 50%;
    float: left;
    padding: 0;
    text-align: center;
}

    .inner-testimonial-section1 ul li img {
        width: auto;
        margin: 0 0 10px;
        float: none;
    }

    .inner-testimonial-section1 ul li .testimonial-content {
        width: 80%;
        float: left;
        font-size: 13px;
        border-left: 1px dashed #bebebe;
        padding: 0 10%;
    }

        .inner-testimonial-section1 ul li .testimonial-content p {
            color: #6c6c6c;
            font-family: georgia;
            line-height: 23px;
            font-size: 16px;
            font-style: italic;
        }

        .inner-testimonial-section1 ul li .testimonial-content span.testi-author {
            width: 100%;
            float: left;
            color: #2c2a2a;
            font-weight: 600;
            margin: 0 0 5px;
        }

        .inner-testimonial-section1 ul li .testimonial-content span.testi-company {
            width: 100%;
            float: left;
            color: #829827;
            font-style: normal;
            margin: 0 0 10px;
        }

    .inner-testimonial-section1 ul li:first-child .testimonial-content {
        border: none;
    }

ul.key-features {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

    ul.key-features li {
        width: 50%;
        float: left;
        list-style: none;
        margin: 0 0 20px;
        padding: 0;
    }

        ul.key-features li img {
            width: auto;
            float: left;
            margin-top: 0;
        }

        ul.key-features li .key-content {
            width: 71%;
            float: left;
            padding: 0 10% 0 0;
        }

            ul.key-features li .key-content h3 {
                margin: 0 0 10px;
                font-weight: 400;
                color: #404040;
                font-size: 22px;
            }

            ul.key-features li .key-content p {
                font-size: 14px;
                line-height: 22px;
                color: #757575;
            }

ul.our-stats {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

    ul.our-stats li {
        width: 25%;
        float: left;
        text-align: center;
        font-size: 22px;
        color: #7dd7c6;
        list-style: none;
        margin: 0;
    }

        ul.our-stats li span {
            background: url(images/ring1.png) no-repeat scroll center 0 rgba(0,0,0,0);
            display: inline-block;
            font-size: 30px;
            font-weight: 300;
            margin: 0;
            padding: 25px 35px;
        }

        ul.our-stats li + li {
            color: #e2b957;
        }

            ul.our-stats li + li span {
                background: url(images/ring2.png) no-repeat scroll center 0 rgba(0,0,0,0);
            }

            ul.our-stats li + li + li {
                color: #ed6f6d;
            }

                ul.our-stats li + li + li span {
                    background: url(images/ring3.png) no-repeat scroll center 0 rgba(0,0,0,0);
                }

                ul.our-stats li + li + li + li {
                    color: #aa996d;
                }

                    ul.our-stats li + li + li + li span {
                        background: url(images/ring4.png) no-repeat scroll center 0 rgba(0,0,0,0);
                    }

h3.block-title {
    font-size: 40px;
    position: relative;
    text-align: center;
    line-height: 36px;
    color: #292929;
    font-weight: 300;
    margin: 0 0 20px;
    padding: 0;
}

    h3.block-title:before {
        content: "";
        position: absolute;
        width: 135px;
        height: 1px;
        top: 55%;
        background: #e2e2e2;
        margin: 0 0 0 -170px;
    }

    h3.block-title:after {
        content: "";
        position: absolute;
        width: 130px;
        height: 1px;
        top: 55%;
        background: #e2e2e2;
        margin: 0 0 0 30px;
    }

ul.awards {
    width: 100%;
    float: left;
    padding: 0;
    margin: 15px 0 0;
}

    ul.awards li {
        border-bottom: 1px solid #DDD;
        border-right: 1px solid #DDD;
        display: -moz-inline-grid;
        float: left;
        list-style: none outside none;
        margin: 0;
        min-height: 125px;
        padding: 25px 0 0;
        text-align: center;
        width: 33%;
    }

        ul.awards li img {
            vertical-align: middle;
        }

        ul.awards li:nth-child(3n) {
            border-right: none;
        }

        ul.awards li + li + li + li {
            border-bottom: none;
        }

#emgoptions .portfolio-tabs {
    border: 1px solid #ccc !important;
    border-radius: 5px;
    margin-top: 20px !important;
}

    #emgoptions .portfolio-tabs li {
        margin: 0 !important;
        border-left: 1px solid #ccc !important;
    }

        #emgoptions .portfolio-tabs li:first-child {
            border-left: none !important;
        }

        #emgoptions .portfolio-tabs li a {
            padding: 0 22px !important;
            color: #454545;
            font-size: 14px;
            border: none !important;
        }

            #emgoptions .portfolio-tabs li a.selected, #emgoptions .portfolio-tabs li a:hover {
                background: #71b3ce;
                color: #fff !important;
            }

.contact-content {
    width: 40%;
    float: left;
}

    .contact-content h3 {
        font-weight: 300;
        color: #29abe2;
        font-size: 55px;
        margin: 0 0 10px;
        line-height: 70px;
    }

ul.contact-detail {
    margin: 0 0 25px;
    width: 100%;
    float: left;
}

    ul.contact-detail li {
        width: 100%;
        float: left;
        list-style: none;
        margin: 0 0 6px;
        font-weight: 300;
        color: #212121;
        font-size: 18px;
    }

        ul.contact-detail li img {
            vertical-align: middle;
        }

        ul.contact-detail li span {
            font-weight: 600;
            color: #212121;
        }

        ul.contact-detail li a {
            color: #29abe2;
            text-decoration: underline;
        }

ul.contact-social li {
    list-style: none;
    width: auto;
    float: left;
    margin: 0 5px 0 0;
}

.contact-form {
    width: 50%;
    float: right;
}

    .contact-form ul li {
        list-style: none;
        width: 90%;
        float: left;
        margin: 0 0 20px;
    }

        .contact-form ul li input[type="text"], .contact-form ul li input[type="tel"], .contact-form ul li input[type="email"], .contact-form ul li textarea {
            background: #f8f8f8;
            border: 1px solid #e8e8e8;
            border-radius: 5px;
            color: #343434;
            font-size: 14px;
            font-weight: 300;
            padding: 5px 3%;
            width: 94%;
            float: left;
            line-height: 16px;
        }

        .contact-form ul li select {
            background: #f8f8f8;
            border: 1px solid #e8e8e8;
            border-radius: 5px;
            color: #aaa;
            font-size: 14px;
            font-weight: 300;
            padding: 5px 3%;
            width: 100%;
            float: left;
            line-height: 16px;
        }

        .contact-form ul li input[type="submit"] {
            background: #29abe2;
            padding: 5px 20px;
            text-transform: uppercase;
            color: #fff;
            font-weight: 600;
            font-size: 16px;
            border: none;
        }

    .contact-form span.wpcf7-form-control-wrap {
        width: 100%;
        float: left;
    }

    .contact-form .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
        padding: 0 6px !important;
        top: 31px !important;
    }

.map {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
}

    .map img {
        width: 70%;
    }

    .map div {
        position: absolute;
        width: 240px;
        text-align: center;
        font-size: 14px;
        color: #787878;
        line-height: 18px;
    }

        .map div span {
            font-size: 22px;
            font-weight: 300;
            color: #000;
            width: 100%;
            float: left;
            margin: 0 0 7px;
        }

.contact-india {
    right: 0;
    top: 33%;
}

.contact-usa {
    left: 0;
    top: 54%;
}

.sidebar-page {
    width: 75%;
    float: left;
    max-width: 750px;
    margin: 40px 0 0;
    padding: 0;
}

ul.blog-page {
    width: 100%;
    float: left;
}

    ul.blog-page li {
        width: 100%;
        float: left;
        margin: 0 0 35px;
        padding: 0 0 20px;
        background: url(images/post-divider.png) center bottom no-repeat;
    }

        ul.blog-page li .blog-spec {
            width: 50px;
            float: left;
            margin: 0 2% 0 0;
        }

            ul.blog-page li .blog-spec span.post-time {
                width: 100%;
                float: left;
                text-align: center;
                margin: 0 0 3px;
                color: #829827;
                font-size: 46px;
                font-weight: 300;
            }

            ul.blog-page li .blog-spec span.post-month {
                width: 100%;
                float: left;
                text-align: center;
                margin: 0 0 15px;
                color: #7b7b7b;
                font-size: 14px;
                font-weight: 300;
                text-transform: uppercase;
            }

            ul.blog-page li .blog-spec span.fb-likes {
                width: 100%;
                float: left;
                text-align: center;
                margin: 0 0 15px;
                border: 1px solid #ccc;
                padding: 14px 0 4px;
                border-radius: 3px;
            }

            ul.blog-page li .blog-spec span.sharethis-icon {
                width: 100%;
                float: left;
                text-align: center;
                margin: 0;
                background: url(images/share-this-icon.jpg) center center no-repeat;
                height: 50px;
            }

                ul.blog-page li .blog-spec span.sharethis-icon .stLarge {
                    opacity: 0;
                }

        ul.blog-page li span.cat-under {
            width: 100%;
            float: left;
            font-size: 14px;
            color: #151515;
            line-height: 22px;
            margin: 0 0 15px;
        }

            ul.blog-page li span.cat-under img {
                margin: 0 5px -2px 0;
            }

            ul.blog-page li span.cat-under a {
                color: #151515;
                text-decoration: none;
            }

                ul.blog-page li span.cat-under a:hover {
                    text-decoration: underline;
                }

        ul.blog-page li .blog-featured-image {
            width: 100%;
            float: left;
        }

            ul.blog-page li .blog-featured-image img {
                max-width: 100%;
            }

        ul.blog-page li h3 {
            width: 100%;
            float: left;
            font-weight: 300;
            font-size: 35px;
            margin: 20px 0 12px;
            line-height: 40px;
        }

            ul.blog-page li h3 a {
                color: #829827;
                text-decoration: none;
            }

                ul.blog-page li h3 a:hover {
                    text-decoration: underline;
                }

        ul.blog-page li .blog-content {
            width: 89%;
            float: left;
        }

        ul.blog-page li p {
            color: #3a3a3a;
            font-size: 14px;
            line-height: 28px;
            font-weight: 300;
        }

#sidebar-blog {
    width: 23%;
    float: right;
    max-width: 230px;
    margin: 40px 0;
}

.list-custom-taxonomy-widget {
    width: 100%;
    float: left;
}

    .list-custom-taxonomy-widget ul li {
        color: #636262;
        font-size: 14px;
        line-height: 18px;
        margin: 7px 0;
        list-style-image: url(images/light-blue-right-arrow.png);
        list-style-position: inside;
        font-weight: 600;
    }

        .list-custom-taxonomy-widget ul li a {
            text-decoration: none;
            color: #636262;
        }

            .list-custom-taxonomy-widget ul li a:hover {
                text-decoration: underline;
            }

    .list-custom-taxonomy-widget ul.children {
        padding: 0 0 0 15px;
    }

        .list-custom-taxonomy-widget ul.children li {
            list-style: none;
            font-weight: 400;
        }

    .list-custom-taxonomy-widget ul li.current-cat {
        font-weight: 600;
    }

        .list-custom-taxonomy-widget ul li.current-cat > a {
            color: #829827;
        }

.blog-single {
    width: 100%;
    float: left;
}

    .blog-single .blog-spec {
        width: 100%;
        float: left;
        margin: 0 0 15px;
    }

        .blog-single .blog-spec span.fb-likes {
            width: 55px;
            float: left;
            text-align: center;
            margin: 0 10px 0 0;
            border: 1px solid #ccc;
            padding: 17px 0 6px;
            border-radius: 3px;
        }

        .blog-single .blog-spec span.sharethis-icon {
            width: 54px;
            float: left;
            text-align: center;
            margin: 0;
            background: url(images/share-this-icon.jpg) center center no-repeat;
            height: 50px;
        }

            .blog-single .blog-spec span.sharethis-icon .stLarge {
                opacity: 0;
            }

        .blog-single .blog-spec span.post-time {
            color: #829827;
            float: left;
            font-size: 46px;
            font-weight: 300;
            margin: 0 0 0 5px;
            text-align: center;
            width: auto;
        }

        .blog-single .blog-spec span.post-month {
            color: #7B7B7B;
            float: left;
            font-size: 14px;
            font-weight: 300;
            margin: 29px 0 0 3px;
            text-align: left;
            width: auto;
            text-transform: uppercase;
        }

    .blog-single span.cat-under {
        width: 100%;
        float: left;
        font-size: 14px;
        color: #151515;
        line-height: 22px;
        margin: 0 0 15px;
    }

        .blog-single span.cat-under img {
            margin: 0 5px -2px 0;
        }

        .blog-single span.cat-under a {
            color: #151515;
            text-decoration: none;
        }

            .blog-single span.cat-under a:hover {
                text-decoration: underline;
            }

    .blog-single .blog-featured-image {
        width: 100%;
        float: left;
        margin: 0 0 15px;
    }

    .blog-single .blog-content {
        width: 100%;
        float: left;
    }

    .blog-single p {
        color: #3a3a3a;
        font-size: 14px;
        line-height: 28px;
        font-weight: 300;
    }

.wp-pagenavi {
    width: 100%;
    float: left;
    margin: 10px 0 20px;
    text-align: center;
}

#back-top {
    position: fixed;
    z-index: 99999;
    bottom: 10px;
    right: 15px;
}

    #back-top a {
        width: auto;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

        #back-top a img {
            width: 40px;
        }

.service-head {
    width: 100%;
    float: left;
    position: fixed;
    z-index: 999;
    display: none;
    background: #EFEFEF;
    margin: 81px 0 0;
    padding: 0 0 40px;
    text-align: center;
    top: 0;
    transition: all .4s linear 0;
}

.wpcf7 .watermark {
    color: #000 !important;
}

:-moz-placeholder {
    color: #000 !important;
}

::-moz-placeholder {
    color: #000 !important;
}

:-ms-input-placeholder {
    color: #000 !important;
}

.back-btn {
    top: 310px;
    z-index: 1;
}

.foot_link {
    width: 70%;
    float: left;
}

.thank-you {
    width: 100%;
    float: left;
    text-align: left;
    padding-top: 100px;
}

.contact-msg {
    float: left;
    font-size: 16px;
    line-height: 30px;
    margin: -156px 24% 40px;
    text-align: center;
    width: 48%;
}

@media print {
    body {
        background: none !important;
        color: #000;
        font-size: 10pt;
    }

    footer a[rel=bookmark]:link:after, footer a[rel=bookmark]:visited:after {
        content: " [" attr(href) "] ";
    }

    a {
        text-decoration: none;
    }

    .entry-content img, .comment-content img, .author-avatar img, img.wp-post-image {
        border-radius: 0;
        box-shadow: none;
    }

    .site {
        clear: both !important;
        display: block !important;
        float: none !important;
        max-width: 100%;
        position: relative !important;
    }

    .site-header {
        margin-bottom: 72px;
        margin-bottom: 5.142857143rem;
        text-align: left;
    }

        .site-header h1 {
            font-size: 21pt;
            line-height: 1;
            text-align: left;
        }

        .site-header h2 {
            color: #000;
            font-size: 10pt;
            text-align: left;
        }

            .site-header h1 a, .site-header h2 a {
                color: #000;
            }

    .author-avatar, #colophon, #respond, .commentlist .comment-edit-link, .commentlist .reply, .entry-header .comments-link, .entry-meta .edit-link a, .page-link, .site-content nav, .widget-area, img.header-image, .main-navigation {
        display: none;
    }

    .wrapper {
        border-top: none;
        box-shadow: none;
    }

    .site-content {
        margin: 0;
        width: auto;
    }

    .singular .entry-header .entry-meta {
        position: static;
    }

    .singular .site-content, .singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular .comments-title {
        margin: 0;
        width: 100%;
    }

    .entry-header .entry-title, .entry-title, .singular .entry-title {
        font-size: 21pt;
    }

    footer.entry-meta, footer.entry-meta a {
        color: #444;
        font-size: 10pt;
    }

    .author-description {
        float: none;
        width: auto;
    }

    .commentlist > li.comment {
        background: none;
        position: relative;
        width: auto;
    }

    .commentlist .avatar {
        height: 39px;
        left: 2.2em;
        top: 2.2em;
        width: 39px;
    }

    .comments-area article header cite, .comments-area article header time {
        margin-left: 50px;
        margin-left: 3.57142857rem;
    }
}

@media (max-width:1000px) {
    .wrap {
        padding: 0 1%;
        width: 98%;
    }

    #banner {
        margin: 91px 0 0;
    }

    ul.recent-portfolio .thecol {
        width: 25% !important;
    }

    #tabs ul {
        width: 35%;
    }

    .tabber_detail {
        width: 65%;
        margin: 20px 0 0;
    }

    .tabber li {
        height: 54px;
        padding: 0;
        margin: 15px 0;
    }

        .tabber li a {
            font-size: 15px;
            line-height: 55px;
            padding: 8px 0 8px 60px;
        }

    .tabber_detail .postimg {
        margin: 0 3% 0 0;
        width: 62%;
    }

    .tabber_detail .contentBox .homebox-inner {
        font-size: 13px;
        line-height: 25px;
    }

        .tabber_detail .contentBox .homebox-inner ul li a {
            font-size: 13px;
        }

        .tabber_detail .contentBox .homebox-inner ul li {
            line-height: 25px;
        }

    .inner-testimonial-section ul li img {
        margin: 0 4% 0 0;
        width: 18%;
    }

    ul.clients li {
        margin: 0 15px 0 0;
    }

    ul.key-features li img {
        margin: 0 2% 0 0;
        max-width: 66px;
        width: 13%;
    }

    ul.key-features li .key-content {
        padding: 0 3% 0 0;
        width: 82%;
    }

    .page-title ul li {
        width: 95px;
    }

    #emgoptions .portfolio-tabs li a {
        padding: 0 18px !important;
    }
}

@media (max-width:900px) {
    #banner h1 {
        font-size: 43px;
        line-height: 65px;
    }

    #banner p {
        font-size: 18px;
        line-height: 28px;
    }

    a.btn {
        font-size: 12px;
        padding: 6px 12px;
    }

    .block {
        padding: 25px 0 15px;
    }

    h3.block-title {
        font-size: 35px;
    }

    ul.blog-listing li:first-child h3 {
        font-size: 23px;
        line-height: 30px;
        margin: 12px 0 15px;
    }

    ul.blog-listing li p {
        font-size: 13px;
        line-height: 24px;
        margin: 0 0 15px;
    }

    .inner-testimonial-section ul li img {
        float: left;
        margin: 0 2% 0 0;
        width: 18%;
    }

    .inner-testimonial-section ul li {
        padding: 0 2% 0 0;
        width: 48%;
    }

    footer[role="contentinfo"] {
        padding: 10px 0 0;
    }

    .foot-title h4 {
        font-size: 33px;
        line-height: 50px;
    }

    .foot-title p {
        font-size: 15px;
    }

    ul.foot-address li img {
        margin: 0 2% 0 0;
        max-width: 10%;
    }

    ul.foot-address li div h5 {
        font-size: 25px;
        padding: 0 0 5px;
    }

    ul.foot-address li div {
        font-size: 13px;
    }

    ul.foot-address li + li div {
        font-size: 15px;
    }

    .foot-below {
        margin: 0;
        padding: 10px 0 20px;
        width: 100%;
    }

    ul.recent-portfolio .view {
        max-height: 169px !important;
        margin: 0 3% 15px !important;
        width: 94% !important;
    }

    ul.recent-portfolio .iehand, ul.recent-portfolio .view {
        height: auto !important;
    }

    ul.clients li {
        margin: 0 0 0 1%;
    }

    #emgoptions .portfolio-tabs li a {
        padding: 0 11px !important;
    }
}

@media (max-width:800px) {
    #megaMenu ul.megaMenu > li.menu-item > a, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator {
        padding: 12px 10px;
    }

    .request_quote {
        margin-left: 8px !important;
    }

    .request_quote1 {
        margin-left: 8px !important;
    }

    ul.clients li {
        max-width: 15%;
        text-align: center;
    }

        ul.clients li:first-child {
            margin: 0;
        }

    .video-banner {
        width: 100%;
        float: left;
        position: relative;
        z-index: 9;
        height: 434px;
    }

        .video-banner video {
            width: 100%;
            height: 100%;
            position: absolute;
        }

    .page-title ul li {
        width: 87px;
    }

    .page-title h1 {
        font-size: 38px;
        line-height: 45px;
        margin: 20px 0 0;
    }

    .page-title p {
        font-size: 14px;
        margin: 5px auto 20px;
        width: 86%;
    }

    .our_services h3 {
        font-size: 30px;
        line-height: 42px;
        margin: 0 0 10px;
    }

    .our_services p {
        font-size: 13px;
        line-height: 24px;
    }

    .our_services ul li {
        max-width: 90px;
        margin: 0 0 10px;
        height: 93px;
        overflow: hidden;
    }

    .inner-service .entry-content img {
        width: 35%;
    }

    .inner-service {
        padding: 10px 0 0;
    }

    .anythingSlider-default {
        width: 100% !important;
        padding: 0 !important;
        background: none !important;
        max-height: 460px !important;
    }

        .anythingSlider-default .arrow {
            display: none !important;
        }

    .anythingSlider .panel .portfolio-description {
        width: 38% !important;
    }

    .anythingSlider .panel img {
        max-width: 60% !important;
    }

    #megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > ul.sub-menu.sub-menu-1 {
        left: -238px !important;
        min-width: 700px;
        width: auto !important;
    }

    #megaMenu .ss-colgroup .ss-col, #megaMenu .wpmega-nonlink li.widget, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega.mega-colgroup > ul > li {
        clear: none !important;
        padding: 0 2% !important;
        width: 29%;
    }

    h3.block-title:before, h3.block-title:after {
        display: none;
    }

    .contact_form_popup {
        left: 18%;
        top: 15%;
        width: 64%;
    }

        .contact_form_popup h4 {
            font-size: 30px;
        }

    .inner-testimonial-section1 ul li .testimonial-content {
        padding: 0 5%;
        width: 90%;
    }

        .inner-testimonial-section1 ul li .testimonial-content p {
            font-size: 14px;
        }

    ul.blog-page li h3 {
        font-size: 25px;
        line-height: 33px;
        margin: 10px 0 7px;
    }

    ul.blog-page li p {
        font-size: 13px;
        line-height: 22px;
    }

    .list-custom-taxonomy-widget ul li {
        font-size: 12px;
    }

    .site-content {
        padding: 10px 0 0;
    }

    .contact-content h3 {
        font-size: 41px;
        line-height: 50px;
    }

    .contact-content {
        width: 48%;
    }

    .entry-content p, .entry-summary p, .comment-content p, .mu_register p {
        font-size: 13px;
        line-height: 21px;
    }

    ul.contact-detail li {
        font-size: 15px;
    }

    ul.contact-detail {
        margin: 0 0 10px;
    }

    .map div {
        background: none repeat scroll 0 0 rgba(255,255,255,0.8);
        font-size: 13px;
        padding: 10px 0;
    }

        .map div span {
            font-size: 20px;
        }
}

@media (max-width:750px) {
    .main-navigation {
        margin: 5px 0 0;
        width: 100%;
    }

    #megaMenu.megaFullWidth {
        background: none repeat scroll 0 0 #000;
        color: #FFF;
        width: 100%;
    }

    .request_quote {
        margin: 8px !important;
        position: absolute;
        right: 0;
        top: 0;
    }

    .request_quote1 {
        margin: 8px !important;
        position: absolute;
        right: 0;
        top: 0;
    }

    #megaMenu #megaMenuToggle {
        font-family: open sans;
        font-size: 12px;
        font-weight: 600;
        text-align: right;
    }

    #megaMenu.megaResponsiveToggle ul.megaMenu {
        background: #333;
    }

    #megaMenu.megaResponsive ul.megaMenu > li.menu-item {
        border-bottom: 1px solid #FFF;
        padding: 0 !important;
        width: 100%;
    }

        #megaMenu.megaResponsive ul.megaMenu > li.menu-item a {
            border: medium none !important;
            border-radius: 0;
            color: #FFF !important;
            padding: 10px 20px !important;
        }

        #megaMenu.megaResponsive ul.megaMenu > li.menu-item > a:hover {
            border: none !important;
            background: #efefef !important;
            color: #000 !important;
        }

    #megaMenu.megaResponsive ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu.sub-menu-1 {
        width: 100% !important;
        background: #777;
        border: none;
    }

    #megaMenu.megaResponsive ul.megaMenu > li.menu-item > ul.sub-menu-1 > li {
        margin: 0 !important;
        min-height: 150px;
        clear: none !important;
        padding-left: 1% !important;
        padding-right: 1% !important;
        width: 31% !important;
    }

        #megaMenu.megaResponsive ul.megaMenu > li.menu-item > ul.sub-menu-1 > li > a {
            background: none repeat scroll 0 0 #333 !important;
            padding: 5px 0 5px 5px !important;
        }

        #megaMenu.megaResponsive ul.megaMenu > li.menu-item > ul.sub-menu-1 > li > ul.sub-menu-2 > li {
            width: 100%;
            float: left;
            padding: 0;
            margin: 0;
        }

            #megaMenu.megaResponsive ul.megaMenu > li.menu-item > ul.sub-menu-1 > li > ul.sub-menu-2 > li > a {
                padding: 0 0 0 5px !important;
            }

    .page-title {
        margin: 112px 0 0 !important;
    }

    ul.blog-page li .blog-content {
        float: left;
        width: 86%;
    }

    .back-btn {
        right: 0;
        width: 100%;
    }
}

@media (max-width:700px) {
    .site-header {
        position: relative !important;
    }

    #banner {
        display: none;
    }

    #main {
        margin: 0;
    }

    .page-title {
        margin: 0 !important;
    }

    h3.block-title:before {
        left: 10%;
        margin: 0;
    }

    .page-title {
        margin: 0 !important;
    }

        .page-title h1 {
            font-size: 37px;
            line-height: 48px;
            margin: 20px 0 0;
            padding: 0;
        }

        .page-title p {
            font-size: 14px;
            margin: 8px auto 10px;
            width: 92%;
        }

    .entry-content p, .entry-summary p, .comment-content p, .mu_register p {
        font-size: 13px;
        line-height: 22px;
        margin: 0 0 10px;
    }

    .sidebar-page {
        width: 100%;
    }

    ul.blog-page li .blog-content {
        width: 89%;
    }

    #sidebar-blog {
        float: left;
        max-width: 100%;
        width: 100%;
    }

    .list-custom-taxonomy-widget ul li {
        float: left;
        margin: 0 2% 15px 0;
        width: 31%;
    }

    .list-custom-taxonomy-widget ul.children li {
        float: left;
        font-weight: 400;
        list-style: none outside none;
        margin: 3px 0;
        width: 100%;
    }

    .back-btn {
        display: none;
    }
}

@media (max-width:650px) {
    #tabs ul {
        background: none repeat scroll 0 0 rgba(0,0,0,0);
        max-width: 100%;
        width: 100%;
    }

    .tabber li {
        display: inline-block;
        margin: 0;
        background-position: center 0 !important;
        padding: 0;
        text-align: center;
        width: 20%;
    }

        .tabber li a {
            line-height: 18px;
            font-size: 13px;
            padding: 60px 0 0;
            float: left;
            width: 100%;
        }

        .tabber li.active, .tabber li:hover {
            background-position: center bottom !important;
        }

    .video-banner {
        height: 366px;
    }

    .tabber_detail {
        margin: 55px 0 0;
        width: 100%;
    }

        .tabber_detail .postimg {
            width: 37%;
        }

        .tabber_detail .contentBox {
            max-width: 100%;
            width: 57%;
        }

    .inner-testimonial-section ul li {
        padding: 0;
        width: 100%;
        height: auto;
        margin: 0 0 15px;
    }

        .inner-testimonial-section ul li img {
            max-width: 72px;
        }

    h3.block-title {
        font-size: 27px;
    }

    ul.clients li {
        max-width: 14%;
    }

    ul.key-features li {
        margin: 0 2% 20px;
        overflow: hidden;
        text-align: center;
        width: 46%;
        height: 258px;
    }

        ul.key-features li .key-content {
            padding: 0;
            width: 100%;
        }

            ul.key-features li .key-content p {
                font-size: 13px;
                line-height: 21px;
            }

        ul.key-features li img {
            float: none;
            margin: 0 auto;
            max-width: 66px;
            width: auto;
        }

    h3.block-title:before {
        left: 3%;
        margin: 0;
    }

    p.block-tagline {
        font-size: 13px;
        line-height: 18px;
        margin: 5px 0 15px;
    }

    .page-title ul li {
        float: none;
        margin: 0 0 10px;
        width: 95px;
    }

    .page-title {
        padding: 0 0 20px;
    }

    .service-block {
        text-align: center;
    }

    .our_services .featured_img, .our_services .block2 .featured_img {
        margin: 0 13%;
        width: 74%;
    }

    .our_services .featured_content {
        width: 100%;
    }

    .our_services ul {
        float: left;
        text-align: center;
    }

        .our_services ul li {
            display: inline-block;
            float: none;
        }
}

@media (max-width:580px) {
    ul.blog-listing li .featured-img {
        margin: 0 10% 10px;
        width: 80%;
    }

    ul.blog-listing li:first-child .blog-content {
        float: left;
        width: 100%;
    }

    ul.blog-listing li:first-child h3 {
        font-size: 19px;
        line-height: 23px;
        margin: 7px 0;
    }

    ul.blog-listing li:first-child {
        margin: 0 0 10px;
        padding: 0 0 20px;
    }

    ul.blog-listing li {
        margin: 0 0 10px;
        padding: 0;
        width: 100%;
    }

        ul.blog-listing li h3 {
            font-size: 16px;
            line-height: 23px;
            margin: 3px 0;
        }

    p.block-tagline {
        font-size: 13px;
        line-height: 19px;
        margin: 0 0 15px;
    }

    h3.block-title {
        margin: 0 0 8px;
    }

    ul.recent-portfolio .thecol {
        width: 50% !important;
    }

    ul.clients li {
        margin: 0 2% 7px;
        max-width: inherit;
    }

    .foot-main .left-foot {
        text-align: center;
        width: 100%;
    }

    ul.foot-address li img {
        float: none;
        margin: 0;
        max-width: inherit;
    }

    ul.foot-address li div {
        width: 100%;
        float: none;
    }

    ul.foot-social li {
        display: inline-block;
        float: none;
        margin: 0 1% 0 0;
    }

    ul.foot-social {
        margin: 0;
    }

    .foot-main .right-foot {
        float: left;
        width: 100%;
        margin: 15px 0 0;
    }

    .inner-testimonial-section ul li .testimonial-content span.testi-company {
        line-height: 16px;
    }

    #megaMenu.megaResponsive ul.megaMenu > li.menu-item > ul.sub-menu-1 > li {
        width: 48% !important;
    }

    .foot-below {
        padding: 0 0 15px;
    }

        .foot-below ul {
            float: left;
            text-align: center;
            width: 100%;
            margin: 0 0 19px;
        }

            .foot-below ul li {
                display: inline-block;
                float: none;
            }

    ul.key-features li .key-content h3 {
        font-size: 17px;
        margin: 0;
    }

    ul.key-features li {
        height: auto;
        margin: 0 2%;
        overflow: hidden;
        text-align: center;
        width: 97%;
    }

    .inner-service .entry-content img {
        width: 55%;
    }

    .anythingSlider .panel .portfolio-description {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }

    .anythingSlider .panel img {
        max-width: 100% !important;
    }

    .inner-blog-section ul li, .inner-blog-section ul li:first-child {
        border-bottom: 1px dashed #bebebe;
        border-left: none;
        margin: 0 0 10px;
        min-height: inherit;
        padding: 0;
        width: 100%;
    }

        .inner-blog-section ul li:first-child {
            border-bottom: 1px dashed #bebebe;
        }

        .inner-blog-section ul li h4 {
            font-size: 18px;
            line-height: 23px;
            margin: 4px 0 10px;
        }

    .anythingSlider-default {
        max-height: 580px !important;
    }

    .anythingSlider .panel img {
        float: left !important;
        max-width: 46% !important;
        margin: 15px 22% 0;
    }

    #megaMenu.megaResponsive ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu.sub-menu-1 {
        min-width: inherit;
    }

    .inner-testimonial-section1 ul li {
        float: left;
        padding: 0;
        text-align: center;
        width: 100%;
    }

        .inner-testimonial-section1 ul li:first-child {
            margin: 0 0 15px;
        }

        .inner-testimonial-section1 ul li .testimonial-content {
            border: none;
        }

    ul.blog-page li .blog-content {
        width: 85%;
    }

    .list-custom-taxonomy-widget ul li {
        width: 48%;
    }

    .contact-content, .contact-form {
        width: 100%;
    }
}

@media (max-width:480px) {
    .wp-pagenavi a, .wp-pagenavi span {
        float: left;
    }

    ul.blog-page li .blog-spec {
        float: left;
        margin: 0 2% 0 0;
        width: 40px;
    }

    div.iccn {
        width: 96%;
        padding: 0 3.5% 0 0;
    }

    .foot_link {
        margin-top: 15px;
        width: 100%;
    }

    ul.blog-page li .blog-spec span.post-time {
        font-size: 38px;
    }

    ul.blog-page li .blog-spec span.post-month {
        font-size: 12px;
        margin: 0 0 7px;
    }

    ul.blog-page li .blog-spec span.sharethis-icon {
        background-size: 100% auto;
    }

    ul.blog-page li .blog-content {
        width: 86%;
    }

    ul.blog-page li h3 {
        font-size: 21px;
        line-height: 28px;
    }

    ul.blog-page li span.cat-under {
        font-size: 12px;
        margin: 0 0 5px;
    }

    .map div span {
        font-size: 14px;
    }

    .map div {
        background: none repeat scroll 0 0 rgba(255,255,255,0.8);
        font-size: 11px;
        padding: 5px 0;
        width: 180px;
    }

    .contact-usa {
        top: 23%;
    }

    .contact-india {
        top: 20%;
    }
}

@media (max-width:450px) {
    .tabber_detail .postimg {
        display: none;
    }

    .tabber li a {
        float: left;
        font-size: 0;
        line-height: 0;
        padding: 60px 0 0;
        text-indent: -99999px;
        width: 100%;
    }

    .tabber_detail {
        margin: 15px 0 0;
    }

        .tabber_detail .contentBox {
            width: 100%;
            text-align: center;
        }

            .tabber_detail .contentBox h1 {
                font-size: 18px;
                line-height: 27px;
                margin: 0 0 10px;
                padding: 0 0 2px;
            }

            .tabber_detail .contentBox .homebox-inner ul {
                margin: 10px 0;
            }

    .homebox-inner a.btn {
        margin: 0 0 0 31%;
    }

    ul.blog-listing li:first-child .blog-content {
        text-align: center;
    }

    ul.blog-listing li:first-child span.post-time {
        float: none;
    }

    ul.blog-listing li:first-child a.btn {
        display: inline-block;
        float: none;
    }

    h3.block-title {
        font-size: 20px;
    }

    .inner-testimonial-section ul li .testimonial-content {
        font-size: 12px;
    }

        .inner-testimonial-section ul li .testimonial-content p {
            line-height: 17px;
        }

    .foot-below ul li {
        padding: 0 2px;
    }

    ul.clients li {
        width: 46%;
        display: inline-flex;
    }

        ul.clients li:first-child {
            margin: 0 2% 7px;
        }

    .contact_form_popup {
        left: 2%;
        top: 12%;
        width: 96%;
    }

        .contact_form_popup h4 {
            font-size: 25px;
            padding: 0 0 5px;
        }

        .contact_form_popup .get_text_bg_1 .input_box, .contact_form_popup .get_text_bg_1 .input_textarea_box {
            margin: 0 2%;
            width: 96%;
        }

            .contact_form_popup .get_text_bg_1 .input_box input[type="text"], .contact_form_popup .get_text_bg_1 .input_box input[type="email"], .contact_form_popup .get_text_bg_1 .input_textarea_box textarea {
                margin: 0 0 10px;
                width: 70%;
            }

            .contact_form_popup .get_text_bg_1 .input_box label, .contact_form_popup .get_text_bg_1 .input_textarea_box label {
                margin: 8px 0 5px;
                width: 25%;
            }

            .contact_form_popup .get_text_bg_1 .input_box select {
                width: 74%;
                margin: 0 0 10px;
            }

            .contact_form_popup .get_text_bg_1 .input_textarea_box input[type="submit"] {
                font-size: 12px;
            }

    ul.our-stats li {
        width: 50%;
    }

    ul.awards li {
        border-bottom: medium none;
        border-right: medium none;
        padding: 10px 2%;
        width: 29%;
    }
}

@media (max-width:390px) {
    .contact-msg {
        margin: -135px 3% 40px;
        width: 90%;
    }

    .foot-title h4 {
        font-size: 23px;
        line-height: 39px;
    }

    .foot-title p {
        font-size: 12px;
    }

    ul.foot-address li div h5 {
        font-size: 20px;
        padding: 0 0 5px;
    }

    ul.foot-address li div {
        font-size: 12px;
        line-height: 20px;
    }

    ul.foot-address li + li div {
        font-size: 13px;
    }

    #megaMenu.megaResponsive ul.megaMenu > li.menu-item > ul.sub-menu-1 > li {
        width: 98% !important;
        min-height: inherit;
        text-align: center;
    }

        #megaMenu.megaResponsive ul.megaMenu > li.menu-item > ul.sub-menu-1 > li > ul.sub-menu-2 > li {
            text-align: center;
        }

    .page-title {
        padding: 0 0 10px;
    }

        .page-title h1 {
            font-size: 25px;
            line-height: 31px;
            margin: 10px 0 0;
        }

        .page-title p {
            font-size: 13px;
            line-height: 20px;
            margin: 8px auto 10px;
            width: 98%;
        }

    .our_services h3 {
        font-size: 20px;
        line-height: 30px;
        margin: 0;
    }

    .our_services p {
        font-size: 12px;
        line-height: 20px;
    }

    .anythingSlider .panel .portfolio-description h4 {
        font-size: 15px !important;
        margin: 0 !important;
    }

    .anythingSlider .panel .portfolio-description p {
        font-size: 12px !important;
        line-height: 19px !important;
    }

        .anythingSlider .panel .portfolio-description p strong {
            font-size: 15px !important;
        }

    .anythingSlider .panel .portfolio-description ul li {
        font-size: 12px !important;
        padding: 0 0 10px !important;
    }

    .anythingSlider .panel img {
        margin: 15px 12% 0;
        max-width: 76% !important;
    }

    .list-custom-taxonomy-widget ul li {
        width: 100%;
        margin: 0 0 15px;
    }

    .site-title {
        float: left;
        margin: 5px 0 48px !important;
        max-width: 100%;
        text-align: center;
        width: 100%;
    }

    .request_quote {
        margin: 0 !important;
        position: absolute;
        right: 26%;
        top: 62px;
    }

    .request_quote1 {
        margin: 0 !important;
        position: absolute;
        right: 26%;
        top: 62px;
    }

    .map div {
        position: inherit;
        width: 100%;
    }

    .contact-content h3 {
        font-size: 28px;
        line-height: 33px;
    }
}

@media (max-width:330px) {
    .foot-below ul li {
        font-size: 10px;
        padding: 0 2px;
    }

    .copyrights {
        font-size: 10px;
        margin: 0 0 0 3px;
    }

    ul.blog-page li .blog-content {
        width: 85%;
    }
}

li.blog_li {
    list-style: inside;
    list-style-image: url(images/list-style-circle.png);
    margin: 0 0 5px;
    line-height: 24px;
    font-size: 14px;
    color: #181818;
}

a.bloganchor {
    width: auto;
    float: left;
    padding: 7px 16px;
    border: 1px solid #29ABE2;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    line-height: normal;
    background: #29ABE2;
    transition: all .4s ease-in;
}

    a.bloganchor:hover {
        background: #7DBD46;
        border: 1px solid #7DBD46;
        color: #fff;
    }

.foot_link a {
    float: left;
    line-height: 1.5;
}

.block.thankyou {
    margin-top: 122px;
    background: url(images/thnakyou-logo.png) center -22px no-repeat;
    background-size: 35%;
    padding: 62px 0 70px;
}


    .block.thankyou h1 {
        font-size: 65px;
        float: left;
        clear: none;
        margin-left: 20px;
        font-weight: normal;
    }

ul.blog-listing li:first-child .featured-img1 {
    width: 44%;
    float: left;
    max-width: 460px;
    margin: 0 3% 0 0;
}

.block.thankyou p {
    float: left;
    width: 100%;
    text-align: center;
    padding: 7px 0px 17px;
    font-size: 17px;
    line-height: 25px;
}

.featured-img1 {
    min-height: 255px;
}
