﻿@font-face
{
    font-family: 'roboto_condensedregular';
    src: url('../font/RobotoCondensed-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body
{
    font-family: 'Mirosoft yahei',宋体;
    background: #fff;
}
.qqhtopline
{
    background-color: #f3f3f3;
    padding: 5px 0;
}
.qqhtopline .container
{
    overflow: hidden;
}
.qqhtopline .fl
{
    float: left;
}
.qqhtopline .fr
{
    float: right;
    line-height: 16px;
}
.qqhtopline img
{
    height: 14px;
    vertical-align: middle;
}
.qqhtopline a:hover
{
    text-decoration: none;
}
@media(max-width: 720px)
{
    .qqhtopline .fl
    {
        display: none;
    }
}
.header_bg
{
    background: #fff;
}
.logo
{
    float: left;
}
.logo img
{
    margin-top: 25px;
    width: 200px;
}
.h_menu
{
    float: right;
    padding: 4% 0;
}
nav
{
    display: block;
}
.menu
{
    display: block;
}
.menu li
{
    display: inline-block;
    position: relative;
    z-index: 100;
}
.menu li:first-child
{
    margin-left: 0;
}
.menu li.activate a, .menu li a:hover
{
    color: #d7f436;
    background: #284d96;
    box-shadow: inset 0 -4px 0 #47817e;
    -webkit-box-shadow: inset 0 -4px 0 #0f2d67;
    -moz-box-shadow: inset 0 -4px 0 #47817e;
    -o-box-shadow: inset 0 -4px 0 #47817e;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.menu li a
{
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 10px;
    display: block;
    color: #284d96;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    font-weight: bold;
}
.menu li a:hover, .menu li:hover>a
{
    color: #d7f436;
    background: #284d96;
}
.menu ul
{
    display: none;
    margin: 0;
    padding: 0;
    width: 182px;
    position: absolute;
    top: 42px;
    left: 0;
    background: #fff;
}
.menu ul li
{
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}
.menu ul li a
{
    font-size: 13px;
    font-weight: normal;
    display: block;
    color: #fff;
    border-left: 3px solid #c03c35;
    background: #e2534b;
    padding: 10px 20px;
}
.menu ul li a:hover, .menu ul li:hover>a
{
    background: #f0f0f0;
    border-left: 3px solid #62a29e;
    color: #797979;
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}
.menu li:hover>ul
{
    display: block;
}
.menu ul ul
{
    left: 132px;
    top: 0;
}
.mobile-menu
{
    display: none;
    width: 100%;
    padding: 12px;
    background: #528b86;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}
.mobile-menu:hover
{
    background: #447f7a;
    color: #fff;
    text-decoration: none;
}
@media(min-width: 768px) and (max-width: 979px)
{
    .mainWrap
    {
        width: 768px;
    }
    .menu ul
    {
        top: 37px;
    }
    .menu li a
    {
        font-size: 12px;
        padding: 8px;
    }
}
@media(max-width: 767px)
{
    .mainWrap
    {
        width: auto;
        padding: 50px 20px;
    }
    .menu
    {
        display: none;
    }
    .mobile-menu
    {
        display: block;
        margin-top: 20px;
    }
    nav
    {
        margin: 0;
        background: none;
    }
    .menu li
    {
        display: block;
        margin: 0;
    }
    .menu li a
    {
        background: #fff;
        color: #797979;
        border-top: 1px solid #e0e0e0;
    }
    .menu li a:hover, .menu li:hover>a
    {
        background: #f0f0f0;
        color: #797979;
    }
    .menu ul
    {
        display: none;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }
    .menu ul ul
    {
        left: 0;
    }
}
.main_bg
{
    background: #f3f3f3;
}
.main_grid
{
    padding: 4% 0;
}
.top_grid
{
    background: #ececec;
    padding: 4%;
}
.span1_of_1
{
    padding: 0;
}
.span1_of_1 h3
{
    text-transform: capitalize;
    margin: 0;
    font-size: 28px;
    color: #3172c5;
    margin-bottom: 10px;
}
.span1_of_1 p
{
    font-size: 14px;
    color: #888;
    line-height: 1.8em;
}
.span1_of_2
{
    position: relative;
}
.btn
{
    font-size: 14px;
    color: #fff;
    border: none;
    background: none;
    cursor: pointer;
    padding: 14px 48px;
    display: inline-block;
    text-transform: uppercase;
    outline: none;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn:after
{
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.btn-2
{
    background: #e8645a;
    color: #fff;
    box-shadow: 0 6px #ab3c3c;
    -webkit-box-shadow: 0 6px #ab3c3c;
    -moz-box-shadow: 0 6px #ab3c3c;
    -o-box-shadow: 0 6px #ab3c3c;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.span_of_4
{
    text-align: center;
    margin: 4% 0;
    position: relative;
}
.span1_of_4
{
    padding: 0;
    margin-left: 20px;
    width: 23.577777%;
}
.span1_of_4:first-child
{
    margin-left: 0;
}
.span4_of_list
{
    cursor: pointer;
    background: #fff;
    padding: 20px 20px 50px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    box-shadow: inset 0 -1px 1px #d8d8d8;
    -webkit-box-shadow: inset 0 -1px 1px #d8d8d8;
    -moz-box-shadow: inset 0 -1px 1px #d8d8d8;
    -o-box-shadow: inset 0 -1px 1px #d8d8d8;
}
.span4_of_list:hover.span4_of_list span i
{
    color: #e8645a;
    background: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.span4_of_list .btn
{
    box-shadow: 0 4px #47817e;
    -webkit-box-shadow: 0 4px #47817e;
    -moz-box-shadow: 0 4px #47817e;
    -o-box-shadow: 0 4px #47817e;
}
.span4_of_list:hover .btn
{
    color: #fff;
    background: #e8645a;
    box-shadow: 0 4px #ab3c3c;
    -webkit-box-shadow: 0 4px #ab3c3c;
    -moz-box-shadow: 0 4px #ab3c3c;
    -o-box-shadow: 0 4px #ab3c3c;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.span4_of_list span.active i
{
    color: #e8645a;
}
.span4_of_list span i
{
    font-size: 5em;
    color: #76c7c0;
    background: none;
    box-shadow: none;
    margin-top: 15px;
}
.span4_of_list h3
{
    text-transform: uppercase;
    font-size: 20px;
    color: #8c9899;
    margin: 10px 0 10px;
}
.span4_of_list p
{
    font-size: 14px;
    color: #888;
    line-height: 1.5em;
}
.read_more
{
    position: absolute;
    left: 19%;
    bottom: -16px;
}
.main1_bg
{
    background: #ececec;
}
.main1_bg li
{
    list-style: none;
}
.main1_bg li img
{
    height: 195px;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.main1_bg li h3
{
    text-align: center;
}
.slider_text
{
    padding: 20px 0;
    text-align: center;
}
.slider_text h4
{
    text-transform: uppercase;
    font-size: 34px;
    color: #e8645a;
}
.slider_text p
{
    font-size: 14px;
    color: #888;
    line-height: 1.8em;
}
.banner
{
    margin-top: -80px;
}
.allinone_carousel.charming .bottomNav
{
    display: none!important;
}
.main_btm
{
    background: #f3f3f3;
}
.span_of_3
{
    margin: 4% 0;
}
.span1_of_3
{
    padding: 0;
    position: relative;
}
.span1_of_3 h4
{
    font-size: 24px;
    color: #7f8c8c;
    margin-bottom: 20px;
}
.span1_of_3 h5
{
    font-size: 16px;
    color: #7f8c8c;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.span1_of_3 h5 span
{
    color: #e2534b;
}
.nav_list li a:before
{
    content: url('../image/arrow.png');
    vertical-align: baseline;
    margin-right: 10px;
}
.nav_list li a
{
    display: block;
    font-size: 14px;
    color: #888;
    line-height: 1.8em;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.nav_list li a:hover
{
    text-decoration: none;
    color: #e2534b;
}
.nav_listr li a:before
{
    vertical-align: baseline;
    margin-right: 10px;
}
.nav_listr li a
{
    display: block;
    font-size: 14px;
    color: #888;
    line-height: 1.8em;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.nav_listr li a:hover
{
    text-decoration: none;
    color: #e2534b;
}
.clients
{
    padding: 20px;
    background: #fff;
}
.clients p
{
    font-size: 14px;
    color: #888;
    line-height: 1.8em;
}
.circle
{
    text-align: center;
}
.circle_list li
{
    text-align: center;
    display: inline-block;
    margin-left: 20px;
    width: 27.333333%;
}
.circle_list h4
{
    text-transform: uppercase;
    font-size: 18px;
}
.circle ul li
{
    display: inline-block;
    margin-left: 15px;
}
.circle ul li:first-child
{
    margin-left: 0;
}
.circle ul li h4
{
    margin: 15px 0 10px;
}
*
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.chart
{
    position: relative;
    margin: 30px auto 0 auto;
}
.cursual
{
    position: relative;
}
.cursual h4
{
    font-size: 24px;
    color: #7f8c8c;
    text-transform: capitalize;
    display: inline-block;
    margin: 0;
}
.line
{
    border-bottom: 2px solid #dfdfdf;
    display: block;
    width: 80%;
    position: absolute;
    top: 14px;
    left: 10%;
}
.footer_bg
{
    background: #4063a7;
}
.footer
{
    padding: 4% 0;
}
.footer1_of_3
{
    padding-left: 0;
}
.footer_of_3
{
    padding-right: 0;
}
.f_logo
{
    margin-bottom: 20px;
}
.footer1_of_3 p
{
    font-size: 14px;
    color: #e8e8e8;
    line-height: 1.3em;
}
.footer1_of_3 p span
{
    font-size: 18px;
}
.footer1_of_3 span
{
    font-size: 14px;
    color: #e8e8e8;
    line-height: 1.3em;
}
.footer1_of_3 span a
{
    font-size: 18px;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.footer1_of_3 h4
{
    font-size: 24px;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 15px;
}
.footer_of_3 h4
{
    font-style: italic;
    font-size: 24px;
    color: #fff;
    margin: 0 0 15px;
}
.f_para
{
    width: 90%;
}
.f_list li a:before
{
    content: url('../image/right_arrow.png');
    vertical-align: baseline;
    margin-right: 10px;
}
.f_list li a
{
    display: block;
    font-size: 14px;
    color: #e8e8e8;
    line-height: 2.3em;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.f_list li a:hover
{
    text-decoration: none;
    color: #f10;
}
.footer_of_3 h4 span
{
    font-style: normal;
    padding-left: 10px;
    text-transform: capitalize;
}
.blog_list
{
    margin-top: 20px;
}
.blog_list:first-child
{
    margin-top: 0;
}
.f_pic
{
    padding: 0;
}
.f_pic img
{
    margin-top: 5px;
}
.f_text
{
    padding-right: 0;
}
.f_text a
{
    text-decoration: none;
}
.f_text p
{
    font-size: 14px;
    color: #fff;
    line-height: 1.5em;
    margin: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.f_text p:hover
{
    color: #3c5a5a;
}
.f_text span
{
    font-size: 14px;
    color: #3c5a5a;
    text-transform: capitalize;
    display: block;
    margin-top: 5px;
}
.footer1_bg
{
    background: #2e2e2e;
}
.footer1
{
    padding: 1% 0;
}
.copy p
{
    color: #fff;
    font-size: 14px;
    line-height: 1.8em;
    text-align: center;
    margin: 0;
}
.copy p a
{
    color: #e2534b;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.copy p a:hover
{
    color: #fff;
    text-decoration: none;
}
.soc_icons ul
{
    margin-bottom: 0;
}
.soc_icons ul li
{
    text-align: center;
    display: inline-block;
    margin-left: 20px;
}
.soc_icons ul li a i
{
    color: #fff;
    font-size: 24px;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.soc_icons ul li a:hover
{
    text-decoration: none;
}
.soc_icons ul li a:hover i
{
    color: #e8645a;
}
.main_grid1
{
    padding: 2% 0;
}
h3.style
{
    text-transform: uppercase;
    color: #3172c5;
    font-size: 24px;
    margin: 5px 0 0;
}
.breadcrumb
{
    background: none;
    margin-bottom: 0;
    margin-right: 10px;
}
.breadcrumb>.active
{
    color: #888;
}
.breadcrumb li, .breadcrumb li a
{
    font-size: 14px;
    color: #62a09d;
    text-transform: capitalize;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.breadcrumb li a:hover
{
    text-decoration: none;
    color: #f15f43;
}
.about h3
{
    color: #e2534b;
    font-size: 22px;
}
.para
{
    font-size: 14px;
    color: #7f8c8c;
    line-height: 1.5em;
}
.about p
{
    margin-bottom: 4%;
}
.main_btm1
{
    background: #fff;
}
.main_btm2
{
    background: #f0f0f0;
}
.clients1 p
{
    font-size: 14px;
    color: #888;
    line-height: 1.8em;
}
.pricing2
{
    margin: 4% 0;
    text-align: center;
}
.pricing2 h5
{
    text-transform: uppercase;
    color: #62a09d;
    font-size: 34px;
    margin-bottom: 2%;
    font-weight: 600;
}
.pricing2 h6
{
    font-size: 16px;
    color: #888;
    line-height: 1.8em;
    margin: 0;
}
.pricing_table
{
    line-height: 150%;
    margin: 4% auto;
    width: 100%;
}
.price_block
{
    cursor: pointer;
    text-align: center;
    width: 25%!important;
    color: #fff;
    float: left;
    list-style-type: none;
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid transparent;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
}
.pricing_table h3
{
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px 0;
    background: #333;
    margin: -10px 0 1px 0;
}
.price
{
    background: #62a29e;
    display: table;
    width: 100%;
    height: 80px;
}
.price_figure
{
    font-size: 24px;
    text-transform: uppercase;
    vertical-align: middle;
    display: table-cell;
}
.price_number
{
    font-size: 1.5em;
    display: block;
    margin-bottom: 5px;
}
.price_tenure
{
    font-size: 12px;
}
.portfolio_main
{
    padding: 2% 0 4%;
}
#info
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #fcf8e3;
    border: 1px solid #fbeed5;
    width: 95%;
    max-width: 900px;
    margin: 0 auto 40px auto;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}
#info .info-wrapper
{
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}
#info a
{
    color: #c09853;
    text-decoration: none;
}
#info p
{
    margin: 5px 0 0 0;
}
.container
{
    position: relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
#filters
{
    margin: 4% 1%;
    padding: 0;
    list-style: none;
}
#filters li
{
    margin-bottom: 10px;
}
#filters li a
{
    font-size: 13px;
    display: block;
    padding: 10px 0;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #3172c5;
    cursor: pointer;
    text-transform: uppercase;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    text-align: center;
}
#filters li a.active, #filters li a:hover
{
    background: #ea6060;
    border: 1px solid #cf5050;
    color: #fff;
}
#portfoliolist .portfolio
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 23%;
    margin: 1%;
    display: none;
    float: left;
    overflow: hidden;
}
.portfolio-wrapper
{
    overflow: hidden;
    position: relative!important;
    cursor: pointer;
}
#portfoliolist img
{
    height: 175px!important;
    width: auto!important;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.portfolio .label
{
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: -40px;
}
.portfolio .label-bg
{
    background: #62a29e;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.portfolio .label-text
{
    color: #fff;
    position: relative;
    z-index: 500;
    padding: 5px 8px;
}
.portfolio .text-category, .portfolio .text-category a
{
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 100;
    margin-top: 5px;
}
.text-category a:hover
{
    text-decoration: none;
}
.container:after
{
    content: "\20";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix:before, .clearfix:after, .row:before, .row:after
{
    content: '\20';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.row:after, .clearfix:after
{
    clear: both;
}
.row, .clearfix
{
    zoom: 1;
}
.clear
{
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.blog
{
    padding: 4% 0%;
}
.blog_date
{
    text-align: center;
}
.blog_list
{
    margin-top: 4%;
}
.blog_date span.date
{
    background: #f5f5f5;
    padding: 15px 10px;
    display: block;
    color: #808b8d;
    font-size: 20px;
    text-transform: uppercase;
    box-shadow: inset 0 -2px 0 #dfdfdf;
    -webkit-box-shadow: inset 0 -2px 0 #dfdfdf;
    -moz-box-shadow: inset 0 -2px 0 #dfdfdf;
    -o-box-shadow: inset 0 -2px 0 #dfdfdf;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.blog_date span.icon_date
{
    margin-top: 20px;
    background: #808b8d;
    padding: 20px 10px;
    display: block;
    color: #fff;
    font-size: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.blog_left span
{
    font-size: 14px;
    color: #808b8d;
    display: block;
    text-transform: capitalize;
}
.blog_left span a
{
    color: #e55846;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.blog_left span a:hover
{
    color: #81bfbe;
    text-decoration: none;
}
.blog_left span a i
{
    color: #81bfbe;
    margin-right: 5px;
}
.blog_left span a.left
{
    margin-left: 20px;
}
.blog_left p
{
    margin: 20px 0;
}
.blog_left img
{
    width: 100%;
}
.blog_left h4 a
{
    display: block;
    margin: 4% 0 2%;
    font-size: 20px;
    color: #808b8d;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.blog_left h4 a:hover
{
    text-decoration: none;
    color: #e55846;
}
.blog_right h4
{
    margin: 0 0 4%;
    color: #808b8d;
    text-transform: capitalize;
    font-size: 20px;
}
.ads_nav li
{
    float: left;
    width: 48.3333%;
    margin-left: 3.33333%;
    margin-bottom: 10px;
}
.ads_nav li:first-child, .ads_nav li:nth-child(3)
{
    margin-left: 0;
}
.ads_nav li a
{
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.ads_nav li a img
{
    width: 100%;
}
.ads_nav li a:hover
{
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: .7;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}
.tag_nav
{
    margin: 8% 0;
}
.tag_nav li
{
    margin: 10px 5px 0 0;
}
.tag_nav li a
{
    display: block;
    text-transform: capitalize;
    background: #808b8d;
    color: #fff;
    font-size: 13px;
    padding: 8px 14px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.tag_nav li.active a, .tag_nav li a:hover
{
    background: #e9645b;
    color: #fff;
    text-decoration: none;
}
.contact_nav
{
    margin: 8% 0;
}
.contact_nav li
{
    margin: 10px 5px 0 0;
    color: #808b8d;
}
.contact_nav li a
{
    font-size: 13px;
    border-radius: 2px;
    color: #808b8d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.contact_nav li.active a, .contact_nav li a:hover
{
    color: #e9645b;
    text-decoration: none;
}
.news_letter
{
    margin: 8% 0;
}
.news_letter form input[type="text"]
{
    font-family: 'roboto_condensedregular';
    font-weight: 100;
    padding: 10px;
    display: block;
    width: 100%;
    background: #fff;
    outline: none;
    color: #555;
    font-size: 13px;
    border: 1px solid #dadada;
    -webkit-appearance: none;
}
.news_letter form input[type="submit"]
{
    float: right;
    margin-top: 15px;
    font-family: 'roboto_condensedregular';
    font-size: 14px;
    color: #fff!important;
    padding: 12px 30px;
    background: #3172c3;
    line-height: 20px;
    text-transform: uppercase;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    box-shadow: inset 0 -4px 0 #47817e;
    -webkit-box-shadow: inset 0 -4px 0 #0e52a7;
    -moz-box-shadow: inset 0 -4px 0 #47817e;
    -o-box-shadow: inset 0 -4px 0 #47817e;
}
.news_letter form input[type="submit"]:hover
{
    background: #5190de;
}
.features
{
    background: #e8e8e8;
    color: #191919;
}
.features li
{
    padding: 10px 15px;
    border-bottom: 1px solid #d8d8d8;
    font-size: 13px;
    list-style-type: none;
    text-transform: uppercase;
    color: #636363;
}
.pricing_btn
{
    padding: 40px;
    background: #e8e8e8;
}
.action_button
{
    text-decoration: none;
    color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 10px 30px;
    font-size: 13px;
    text-transform: uppercase;
    background: #565d67;
}
.price_block:hover
{
    transform: scale(1.04) translateY(-5px);
    z-index: 1;
}
.price_block:hover .price
{
    background: #e2534b;
}
.price_block:hover h3
{
    background: #222;
}
.price_block:hover .action_button
{
    background: #e2534b;
    text-decoration: none;
    color: #fff;
}
.skeleton, .skeleton ul, .skeleton li, .skeleton div, .skeleton h3, .skeleton span, .skeleton p
{
    border: 5px solid rgba(255,255,255,.9);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 7px!important;
    background: rgba(0,0,0,.05)!important;
    padding: 0!important;
    text-align: left!important;
    display: block!important;
    width: auto!important;
    height: auto!important;
    font-size: 10px!important;
    font-style: italic!important;
    text-transform: none!important;
    font-weight: normal!important;
    color: #000!important;
}
.skeleton .label
{
    font-size: 11px!important;
    font-style: italic!important;
    text-transform: none!important;
    font-weight: normal!important;
    color: #fff!important;
    border: 0 none!important;
    padding: 5px!important;
    margin: 0!important;
    float: none!important;
    text-align: left!important;
    background: none!important;
}
.skeleton
{
    display: none!important;
    margin: 100px!important;
    clear: both;
}
.price_block:nth-child(odd)
{
    border-right: 1px solid transparent;
}
.price_block
{
    border-right: 1px solid transparent;
    border-bottom: 0 none;
}
.price_block:last-child
{
    border-right: 0 none;
}
.technology
{
    padding: 4% 0;
}
.technology h4
{
    font-size: 18px;
    color: #7f8c8c;
    font-weight: 100;
    text-transform: capitalize;
    display: block;
    margin: 10px 0 20px;
}
.technology_main
{
    margin: 0 0 4%;
}
.tech_para
{
    float: left;
    width: 68.3333%;
}
.images_1_of_4
{
    float: left;
    width: 28.3333%;
    margin-left: 3.3333%;
}
.images_1_of_4 span
{
    width: 120px;
    height: 120px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.bg
{
    background: #e2534b;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 75px;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    -o-border-radius: 75px;
}
.images_1_of_4 span i
{
    font-size: 6em;
    color: #fff;
    line-height: 2em;
    text-shadow: 1px 1px 0 #3b3b3b;
    -webkit-text-shadow: 1px 1px 0 #3b3b3b;
    -moz-text-shadow: 1px 1px 0 #3b3b3b;
    -o-text-shadow: 1px 1px 0 #3b3b3b;
    -ms-text-shadow: 1px 1px 0 #3b3b3b;
}
.pagination>li>a, .pagination>li>span
{
    font-size: 16px;
    padding: 10px 16px;
    color: #fff;
    background-color: #7f8c8c;
    border: 1px solid #707575;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus, .pagination>li>a.active
{
    color: #fff;
    background: #e2534b;
    border-color: #da4a4a;
}
.alert
{
    font-size: 13px;
}
.alert-warning
{
    color: #3b3b3b;
    background-color: #f3f3f3;
    border-color: #e2e2e2;
}
.btn
{
    font-family: 'roboto_condensedregular';
    font-size: 14px;
    color: #fff!important;
    padding: 12px 30px;
    background: #3172c3;
    line-height: 20px;
    text-transform: uppercase;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    box-shadow: inset 0 -4px 0 #47817e;
    -webkit-box-shadow: inset 0 -4px 0 #0e52a7;
    -moz-box-shadow: inset 0 -4px 0 #47817e;
    -o-box-shadow: inset 0 -4px 0 #47817e;
}
.btn:hover
{
    background: #5190de;
}
.contact
{
    padding: 4% 0;
}
.contact_main
{
    margin: 4% 0;
}
.contact p.style
{
    background: #e0e0e0;
    padding: 20px;
    font-size: 14px;
    color: #7f8c8c;
    line-height: 1.5em;
}
.company_ad h2
{
    margin: 0 0 20px;
    text-transform: capitalize;
    font-size: 24px;
    color: #7f8c8c;
}
.company_ad p
{
    font-size: 14px;
    color: #888;
    line-height: 1.8em;
}
.company_ad p a
{
    color: #e2534b;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.company_ad p a:hover
{
    text-decoration: none;
    color: #888;
}
.contact-form h2
{
    margin: 0 0 20px;
    text-transform: capitalize;
    font-size: 24px;
    color: #7f8c8c;
}
.contact-form span
{
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    color: #5b5b5b;
    font-weight: normal;
    margin-bottom: 10px;
}
.contact-form form input[type="text"], .contact-form form textarea
{
    font-family: 'roboto_condensedregular';
    margin: 20px 0;
    box-shadow: none;
    border: 1px solid #c7c7c7;
    background: #ddd;
    color: #888;
    line-height: 1.8em;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 13px;
    outline: none;
    -webkit-appearance: none;
    transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
}
.footer_of_3 .contact-form form input[type="text"], .contact-form form textarea
{
    font-family: 'roboto_condensedregular';
    margin: 5px 0!important;
    box-shadow: none;
    border: 1px solid #c7c7c7;
    background: #fff;
    color: #888;
    line-height: 1em;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 13px;
    outline: none;
    -webkit-appearance: none;
    transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
}
.contact-form form textarea
{
    resize: none;
    height: 160px;
}
.footer_of_3 .contact-form form textarea
{
    resize: none;
    height: 60px!important;
}
.contact-form form input[type="text"]:hover, .contact-form form textarea:hover
{
    border-color: #b4b4b4;
}
.contact-form form input[type="text"]:focus, .contact-form form textarea:focus
{
    border: 1px solid #b4b4b4;
}
.contact-form form input[type="submit"]
{
    font-family: 'roboto_condensedregular';
    font-size: 14px;
    color: #fff;
    padding: 12px 30px;
    background: #284d96;
    line-height: 20px;
    text-transform: uppercase;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    box-shadow: inset 0 -4px 0 #47817e;
    -webkit-box-shadow: inset 0 -4px 0 #0f2d67;
    -moz-box-shadow: inset 0 -4px 0 #47817e;
    -o-box-shadow: inset 0 -4px 0 #47817e;
}
.contact-form form input[type="submit"]:hover
{
    background: #4e7fde;
}
.details
{
    margin: 4% 0;
    line-height: 30px;
}
.details h2
{
    font-size: 20px;
    color: #808b8d;
}
.details img
{
    margin: 2% 0;
    max-width: 100%;
    height: auto!important;
}
@media only screen and (max-width: 1440px) and (min-width: 240px)
{
    .wrap
    {
        width: 95%;
    }
}
@media only screen and (max-width: 1024px)
{
    .menu li a
    {
        padding: 10px 18px;
    }
    .span1_of_4
    {
        width: 22.77777%;
    }
    .line
    {
        width: 70%;
        left: 20%;
    }
}
@media only screen and (max-width: 768px)
{
    .logo
    {
        float: none;
        text-align: center;
    }
    .h_menu
    {
        float: none;
    }
    .menu li.activate a, .menu li a:hover
    {
        background: #fff;
        box-shadow: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
    }
    .menu li a:hover
    {
        color: #fff;
        background: #e2534b;
    }
    .menu li a
    {
        font-size: 14px;
    }
    .span1_of_2
    {
        padding-left: 0;
    }
    .span1_of_1 h3
    {
        font-size: 24px;
    }
    .span1_of_4
    {
        padding: 0;
        margin-left: 0;
        width: 100%;
        margin-bottom: 40px;
    }
    .read_more
    {
        left: 42%;
    }
    .line
    {
        width: 60%;
        left: 25%;
    }
    .owl-prev
    {
        right: 5%;
    }
    .footer1_of_3 h4
    {
        margin: 10px 0 10px;
    }
    .footer_of_3
    {
        padding-left: 0;
    }
    .blog_list
    {
        margin-top: 2%;
    }
    .f_text
    {
        padding-left: 0;
    }
    .slider_text h4
    {
        font-size: 28px;
    }
    .footer1_of_3 p
    {
        margin-bottom: 2px;
    }
    .about h3
    {
        font-size: 20px;
    }
    .price_block
    {
        width: 100%!important;
        float: none!important;
        margin-bottom: 40px;
    }
    .blog_main
    {
        padding: 0;
    }
    .blog_date
    {
        margin-bottom: 20px;
    }
    .blog_right h4
    {
        margin: 4% 0 2%;
    }
    .read_btn
    {
        margin-bottom: 30px;
    }
    .technology h4
    {
        font-size: 16px;
    }
}
@media only screen and (max-width: 640px)
{
    .slider_text h4
    {
        font-size: 24px;
    }
    .span4_of_list
    {
        padding: 20px 20px 45px;
    }
    .about h3
    {
        font-size: 16px;
    }
    .technology h4
    {
        font-size: 14px;
    }
}
@media only screen and (max-width: 480px)
{
    .read_more
    {
        left: 36%;
    }
    .line
    {
        width: 38%;
        left: 40%;
    }
    .btn
    {
        padding: 10px 28px;
    }
    #filters li
    {
        margin-right: 5px;
    }
    #filters li span
    {
        padding: 10px 24px;
    }
}
@media only screen and (max-width: 320px)
{
    h3.style
    {
        font-size: 20px;
        margin: 10px 0 0;
    }
    .footer1
    {
        text-align: center;
    }
    .copy
    {
        float: none!important;
    }
    .soc_icons
    {
        float: none!important;
    }
    .circle_list li
    {
        margin-left: 0;
        width: 100%;
    }
    .span1_of_1 h3
    {
        font-size: 22px;
    }
    .read_more
    {
        left: 24%;
    }
    .line
    {
        display: none;
    }
    .breadcrumb
    {
        background: none;
        margin-bottom: 0;
        margin-right: 0;
    }
    #filters li span
    {
        padding: 6px 10px;
    }
    .f_logo
    {
        margin: 15px 0 10px;
    }
    #portfoliolist .portfolio
    {
        width: 48%;
    }
    .cau_hide
    {
        display: none!important;
    }
}
.slideshow
{
    overflow: hidden;
}
.carousel
{
    position: relative;
}
.clearfix
{
    *zoom: 1;
}
.clearfix
{
    *zoom: 1;
}
.clearfix
{
    *zoom: 1;
}
.carousel-item
{
    position: relative;
    float: left;
    display: block;
}
.carousel-item .carousel-img
{
    display: block;
}
.carousel-item .carousel-img a[href="javascript:;"]
{
    cursor: default;
}
.carousel-item .carousel-img img
{
    display: block;
}
.carousel-btn-fixed
{
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 0;
    margin: 0;
    z-index: 100;
}
.carousel-btn
{
    text-align: center;
    margin: 10px 0;
}
.carousel-btn a
{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background: #ccc;
    border-radius: 50%;
}
.carousel-btn .selected
{
    background: #1c79c1;
    cursor: default;
}
.carousel-btn a span
{
    display: none;
}
@media screen and (max-width: 1120px)
{
    .header1
    {
        min-height: 30px!important;
    }
}
@media screen and (max-width: 767px)
{
    .slideshow
    {
        height: 350px!important;
    }
    .slideshow img
    {
        height: 350px!important;
    }
}
@media screen and (max-width: 640px)
{
    .slideshow
    {
        height: 230px!important;
    }
    .slideshow img
    {
        height: 230px!important;
    }
}
@media screen and (max-width: 480px)
{
    .slideshow
    {
        height: 145px!important;
    }
    .slideshow img
    {
        height: 145px!important;
    }
}
.footer .f_logo img
{
    width: 120px;
}
.footer .f_logo a
{
    font-size: 20px;
    color: #e8e8e8;
}
#zxly
{
    width: 50%;
}
.main1_bg #cpzx
{
    padding-bottom: 40px;
}
.main1_bg .container .main h4 a
{
    color: #3172c3;
}
.tag
{
    line-height: 35px;
    overflow: hidden;
    text-align: left;
}
.tag a
{
    padding-right: 8px;
}
.ab_pages
{
    clear: both;
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}
.ab_pages ul
{
    display: inline-block;
    margin: 0 auto;
    padding: 0;
}
.ab_pages ul a
{
    color: #555;
    display: block;
    padding: 5px 11px;
    border: 1px solid #ddd;
    float: left;
    margin: 0 5px;
    font-size: 12px;
}
.ab_pages ul a.page-num-current
{
    background: #ddd;
}
.ab_pages ul a:hover
{
    background: #ddd;
}
.ab_pages ul span.page-num
{
    display: none;
}
