body, html { overflow-x: hidden !important; }
body { margin: 0; padding: 0;  font-family: " 'WenQuanYi Micro Hei', 'Microsoft Yahei', 'Hiragino Sans GB', sans-serif, Helvetica Neue"; font-size: 15px; line-height: 1.5; -webkit-font-smoothing: antialiased; background: #fff; outline: 0; overflow-x: hidden; overflow-y: auto; }
::-moz-selection { color: #fff; background: #2991d8; }
::-webkit-selection { color: #fff; background: #2991d8; }
::selection { color: #fff; background: #2991d8; }
.clearfix {  *zoom: 1; }
.clearfix:before, .clearfix:after { display: table; line-height: 0; content: ""; }
.clearfix:after { clear: both; }
.clear { clear: both; height: 0; font-size: 0 }
.oh { overflow: hidden; }
.relative { position: relative; }
.left { float: left; }
.right { float: right; }
.mt0 { margin-top: 0px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }
.mt80 { margin-top: 80px !important; }
.mb0 { margin-bottom: 0px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.ml0 { margin-left: 0 !important; }
.mr0 { margin-right: 0 !important; }
.mr10 { margin-right: 10px !important; }
.b0 { border: 0 !important; }
.section-wrap { padding: 100px 0; }
.color-white { color: #fff !important; }
.nopadding { padding: 0 !important; }
.table-layout { display: table; table-layout: fixed; width: 100%; height: 100%; }
.table-cell { display: table-cell; float: none; height: 100%; vertical-align: top; }
.table-middle { vertical-align: middle; }

a { text-decoration: none; transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -webkit-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; outline: none; color: #45464b; }
a:hover { text-decoration: none; color: #2991d8; }
a:focus { text-decoration: none; color: #000; outline: none; }
ul { list-style: none; margin: 0; padding: 0; }
video { height: 100%; width: 100%; }
body img { border: none; max-width: 100%; }
h1, h2, h3, h4, h5, h6 { margin-top: 0; }
h1 { color: #45464b; font-weight: 400; font-size: 36px; }
h2 { color: #45464b; font-weight: 400; font-size: 32px; }
h3 { color: #45464b; font-weight: 400; font-size: 24px; }
h4 { color: #45464b; font-weight: 400; font-size: 20px; }
h5 { color: #45464b; font-weight: 400; font-size: 18px; }
h6 { color: #45464b; font-weight: 400; font-size: 16px; }
p { font-size: 16px; color: #98a2a4; font-weight: normal; line-height: 27px; }
.heading-white { color: #fff; }
.bg-light { background-color: #f7f9fb; }
.bg-dark { background-color: #1b1c1f; }

/* 页眉 */
header { background-color: #f7f9fb}
.logo_wrap { padding: 30px 0; display: inline-block; vertical-align: top; float: left; }
.logo_wrap .logo { display: inline-block; margin: 0 auto; }
.logo_wrap .logo img { height: 40px; }
header nav { float: right; position: relative; z-index: 50; }
header nav ul.menu { font-size: 0; line-height: 0; }
header nav ul { margin: 0; padding: 0; list-style: none; }
header nav ul li { padding: 0; margin: 0; }
header nav ul.menu > li { display: inline-block; position: relative; vertical-align: top; margin-left: 40px; }
header nav ul.menu > li:first-child { margin-left: 0; }
header nav ul.menu > li > a { text-transform: none; font-size: 14px; line-height: 30px; padding: 35px 0;  display: block; position: relative; color: #2d2e2e; transition: all 300ms ease; -webkit-transition: all 300ms ease; }
header nav ul.menu .sub-nav { display: block; position: absolute; left: -21px; margin: 0; top: -9999px !important; opacity: 0 !important; background: #fff; border: #ebebeb solid 1px; border-top: none; font-size: 0; line-height: 0; z-index: 555; visibility: hidden; border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; box-shadow: 1px 1px 2px rgba(0,0,0,0.05); -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.05); }
header nav ul.menu > li:hover > .sub-nav { top: 100px !important; opacity: 1 !important; visibility: visible !important; }
header nav ul.menu > li:hover > .sub-nav .sub-menu li > .sub-nav { top: -9999px; opacity: 0 !important; visibility: hidden !important; }
header nav ul.menu > li:hover > .sub-nav .sub-menu li:hover > .sub-nav { top: -4px !important; opacity: 1 !important; visibility: visible !important; border-radius: 5px; -webkit-border-radius: 5px; }
header nav ul.menu .sub-menu { padding: 4px 0 5px; width: 180px; display: inline-block; vertical-align: top; margin: 0; position: relative; }
header nav ul.menu > li > .sub-nav .sub-menu li > .sub-nav { left: 180px; }
header nav ul.menu > li:last-child > .sub-nav .sub-menu li > .sub-nav, header nav ul.menu > li:nth-last-child(2) > .sub-nav .sub-menu li > .sub-nav, header nav ul.menu > li:nth-last-child(3) > .sub-nav .sub-menu li > .sub-nav, header nav ul.menu > li:nth-last-child(4) > .sub-nav .sub-menu li > .sub-nav { left: -182px; box-shadow: -1px 1px 2px rgba(0,0,0,0.05); -webkit-box-shadow: -1px 1px 2px rgba(0,0,0,0.05); }
header nav ul.menu > li:last-child > .sub-nav { left: auto; right: 0; }
header nav ul.sub-menu li { font-size: 14px; line-height: 21px; text-align: left; position: relative; padding: 0 20px; }
header nav ul.sub-menu li a { padding: 9px 0 10px; display: block; color: #2d2e2e; font-weight: 300; position: relative; border-bottom: #e5e6e7 dashed 1px; transition: all 300ms ease; -webkit-transition: all 300ms ease; }
header nav ul.sub-menu > li:last-child > a { border-bottom: none; }
header nav ul.sub-menu li:first-child .sub-nav { border-radius: 0 0 5px 5px !important; -webkit-border-radius: 0 0 5px 5px !important; }
header nav ul.sub-menu li a i { padding-right: 6px; }
header nav ul.sub-menu li.menu-item-has-children > a:after { content: "\f105"; font-family: 'taihua'; font-weight: normal; font-size: 14px; line-height: 21px; position: absolute; right: 0; top: 10px; }
header nav ul.menu > li:hover > a, header nav ul.menu > li.current-menu-ancestor > a, header nav ul.menu > li.current > a, header nav ul.menu > li.current-menu-parent > a { color: #2991d8; }
header nav ul.menu > li > a:before { background: #2991d8; }
header nav ul.sub-menu > li:hover > a, header nav ul.sub-menu > li.current > a, header nav ul.sub-menu > li.current-menu-parent > a { color: #2991d8; }
.main_header.type4 header nav ul.menu > li:hover > a, .main_header.type4 header nav ul.menu > li.current-menu-ancestor > a, .main_header.type4 header nav ul.menu > li.current > a, .main_header.type4 header nav ul.menu > li.current-menu-parent > a { color: #2991d8; }

/* 固定菜单 */
.fixed-menu { position: fixed; width: 100%; left: 0; top: 0 !important; z-index: 9999; display: none; }
.fixed-menu.fixed_show { display: block; box-shadow: 0 0 5px 0 rgba(0,0,0,0.1); -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1); }
.fixed-menu li { transform: translateZ(0) !important; -webkit-transform: translateZ(0) !important; }
.fixed-menu .top_menu_toggler { display: none; }
.fixed-menu header .container:before { display: none; }
.fixed-menu header nav ul.menu > li > a { padding: 20px 0; }
.fixed-menu header nav ul.menu > li:hover > .sub-nav { top: 70px !important; }
.fixed-menu .logo_wrap { padding: 15px 0; }

/* 标语 */
.tagline { background-color: #fff; border-top: 3px #2991d8 solid; padding: 0; line-height: 50px }
.tagline i { font-size: 16px; display: inline-block; margin-right: 3px; }
.phone, .qq { display: inline-block; vertical-align: middle; margin-right: 28px; color: #9e9e9e; }
.qq a, .language>a { transition: all 300ms; -webkit-transition: all 300ms; color: #9e9e9e; }
.qq a:hover, .language>a:hover { color: #2991d8; }
.language .icon-angle-down { vertical-align: middle; }
.tagline_items { display: inline-block; }
.language { display: inline-block; vertical-align: middle; }
.language img { vertical-align: middle; margin-right: 5px; }
.language .dropdown-menu { min-width: 150px; padding: 5px 0; margin: 0 0 0 -20px; border: none; box-shadow: none;  border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; box-shadow: 1px 1px 2px rgba(0,0,0,0.05); -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.05); }
.language .dropdown-menu>li { padding: 0 20px; }
.language .dropdown-menu>li>a { padding: 0; line-height: 40px; border-bottom: #e5e6e7 dashed 1px; transition: all 300ms ease; -webkit-transition: all 300ms ease; }
.language .dropdown-menu>li:last-child > a { border-bottom: none; }
.language .dropdown-menu>.active>a,.language .dropdown-menu>.active>a:focus,.language .dropdown-menu>.active>a:hover, .language .dropdown-menu>li>a:hover{color:#2991d8; background-color:#fff;}
.mall { display: inline-block; vertical-align: middle; margin-left: 28px; color: #9e9e9e; }
.mall img { width: 24px; height: 24px; }
.mall a { transition: all 300ms; -webkit-transition: all 300ms; color: #9e9e9e; display: block; position: relative; }
.mall a:hover { color: #2991d8; }
.wechat { display: inline-block; vertical-align: middle; margin-left: 28px; color: #9e9e9e; position: relative; }
.wechat_btn { transition: all 300ms; -webkit-transition: all 300ms; color: #9e9e9e; display: block; position: relative; }
.wechat_btn:hover { color: #2991d8; }
.wechat_submenu { display: block; position: absolute; left: auto; right: -50px; top: -9999px; opacity: 0; background: #fff; z-index: 999; visibility: hidden; padding: 15px; width: 246px; text-align: center; font-size: 14px; color: #2d2e2e; border-radius: 0 0 5px 5px; }
.wechat_submenu:before { content: ""; display: block; height: 10px; left: 0; position: absolute; top: -10px; width: 100%; }
.wechat:hover > .wechat_submenu { top: 38px; opacity: 1; visibility: visible; }

/* 头部搜索 */
.top_search { display: inline-block; position: relative; margin-left: 28px; height: 50px; vertical-align: middle; }
.top_search form input[type="text"] { margin: 0 !important; padding: 0 17px 0 0 !important; width: 0; border: none !important; color: #9e9e9e !important; line-height: 24px !important; height: 50px; outline: none; background: none; }
.s_submit { text-indent: -9999px; }
.s_submit, .top-icon-search { cursor: pointer; background-color: transparent !important; margin: 0 !important; padding: 0 !important; height: 18px !important; width: 18px !important; border: none !important; box-shadow: none !important; line-height: 18px !important; text-decoration: none; display: block; color: #9e9e9e; position: absolute; top: 16px; right: 0; z-index: 10; }
.s_submit:hover, .top-icon-search:hover { color: #2991d8; }
.top-icon-search { z-index: 90; }
.top_search.ct-search-open .top-icon-search { z-index: 1; pointer-events: none; }
.top_search.ct-search-open form input[type="text"] { width: 280px; }
.top_search form input[type="text"]:focus::-webkit-input-placeholder { color: #9e9e9e !important; }
.top_search form input[type="text"]:focus:-moz-placeholder { color: #9e9e9e !important; }
.top_search form input[type="text"]:focus::-moz-placeholder { color: #9e9e9e !important; }
.top_search form input[type="text"]:focus:-ms-input-placeholder { color: #9e9e9e !important;}

.footer { padding-top: 50px; background: #31383d; }
.footer .title { color: #fff; }
.footer-logo { display: block; padding: 15px 0;}
.footer_bottom { float: left; width: 100%; margin-top: 40px; padding: 20px 0 21px 0; border-top: 1px #494c52 solid; }
#copyright, #icpInfo { color: #9aa1ac; display: inline-block; vertical-align: top; }
#copyright a, #icpInfo a { color: #9aa1ac; }
#copyright a:hover, #icpInfo a:hover { color: #fff; }
.bottom_nav li a { color: #9aa1ac; }
.bottom_nav li a:hover { color: #fff; }

.main-border.blue { width: 36px; border-bottom: 2px solid #2991d8; margin: 18px auto 0 auto; }
.main-border.violet { width: 36px; border-bottom: 2px solid #7248f5; margin: 18px auto 0 auto; }
.main-border.orange { width: 36px; border-bottom: 2px solid #f05135; margin: 18px auto 0 auto; }

.brand-img { display: inline-block; text-align: center; }
.brand-img img { display: inline-block; width: 90%; }
.brand-item p { margin-top: 23px; }

.portfolio-overlay { position: absolute; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; z-index: 2; text-align: center; background-color: rgba(0,0,0,0.7); -webkit-transition: opacity .4s ease-in-out; -o-transition: opacity .4s ease-in-out; transition: opacity .4s ease-in-out; }
.project-icons { position: absolute; top: 0; left: 50%; margin-left: -41px; margin-top: -16px; -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; -ms-transition: all 0.2s linear; transition: all 0.2s linear; }
.project-icons a { display: inline-block; width: 40px; height: 40px; font-size: 16px; line-height: 40px; text-align: center; color: #45464b; background-color: #fff; border-radius: 50%; -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); }
.project-icons a:hover { color: #fff; background-color: #2991d8; }
.item:hover .portfolio-overlay .project-icons { position: absolute; top: 35%; left: 50%; }
.portfolio-overlay h3 a { color: #fff; font-size: 18px; }
.portfolio-overlay h3 a:hover { color: #2991d8; }
.portfolio-overlay .featured-item-description span a { color: #fff; }
.portfolio-overlay .featured-item-description span a:hover { color: #2991d8; }
.featured-item-description { position: absolute; bottom: 75px; left: 0; width: 100%; text-align: center; -webkit-transform: translateY(100px); -moz-transform: translateY(100px); -o-transform: translateY(100px); -ms-transform: translateY(100px); transform: translateY(100px); -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; -ms-transition: all 0.2s linear; transition: all 0.2s linear; }
.item:hover .portfolio-overlay .featured-item-description { position: absolute; bottom: 60%; left: 0; width: 100%; }
.item:hover .portfolio-overlay, .work-img:hover .portfolio-overlay { opacity: 1; }
.work-img:hover .portfolio-overlay .project-icons { position: absolute; top: 50%; left: 50%; }
.featured-works h2 { padding: 86px 0; }

.contact-item span, .contact-item a { line-height: 36px; }
#map { min-height: 450px; height: 0; padding-bottom: 30%; margin-bottom:30px; }
#map img { max-width: none; }
#map h2 { margin:10px 0; }
#map .anchorBL { display:none; }

.service-item-box { text-align: center; background-color: #fff; border-radius: 4px; padding: 70px 30px 40px 30px; margin-top: 40px; }
.service-item-box p { margin-bottom: 16px; }
.service-item-box h3 { font-size: 16px; }
.service-item-box i { display: block; position: absolute; top: 0; left: 50%; width: 80px; height: 80px; margin-left: -40px; border-radius: 50%; color: #fff; font-size: 28px; line-height: 80px; }
.service-item-box.first a { color: #7248f5; }
.service-item-box.second a { color: #30c3ff; }
.service-item-box.third a { color: #f05135; }
.service-item-box.fourth a { color: #92d11d; }
.service-item-box.first i { background-color: #7248f5; }
.service-item-box.second i { background-color: #30c3ff; }
.service-item-box.third i { background-color: #f05135; }
.service-item-box.fourth i { background-color: #92d11d; }
.service-item-box.first a:hover, .service-item-box.second a:hover, .service-item-box.third a:hover, .service-item-box.fourth a:hover { color: #45464b; }

.item-block { display: block; background-color: #fff; border: 1px solid #eee;  box-shadow: 0px 1px 2px 0px rgba(165, 173, 175, 0.15); -moz-box-shadow: 0px 1px 2px 0px rgba(165, 173, 175, 0.15); -webkit-box-shadow: 0px 1px 2px 0px rgba(165, 173, 175, 0.15); -webkit-transition: background-color .5s, -webkit-box-shadow .5s; transition: background-color .5s, -webkit-box-shadow .5s; -o-transition: box-shadow .5s, background-color .5s; transition: box-shadow .5s, background-color .5s; transition: box-shadow .5s, background-color .5s, -webkit-box-shadow .5s }
.item-block { margin-bottom: 30px; }
.item-block:hover { -webkit-box-shadow: 0 3px 15px 0 rgba(0,0,0,.1); box-shadow: 0 3px 15px 0 rgba(0,0,0,.1) }
.item-block.item-block-flat { -webkit-box-shadow: none; box-shadow: none; border: none }
.item-block.item-block-flat:hover { background-color: #fafafa }
.item-block.item-block-flat header { border-bottom: none }
.item-block header { padding: 20px 30px; background-color: transparent; border-bottom: 1px solid #f6f6f6 }
.item-block header img { width: 64px; margin-right: 30px; float: left }
.item-block header .resume-avatar { max-height: 64px; width: auto }
.item-block header .hgroup { display: inline-block; }
.item-block header .hgroup h4 { margin: 0; line-height: 36px; }
.item-block header .hgroup .meta li { font-size: 18px; display: inline-block; margin-right: 20px; color: #98a2a4; }
.item-block header .open-position, .item-block header .time, .item-block header time { display: inline-block; float: right; color: #96a2b2; font-size: 12px; letter-spacing: 0; line-height: 64px; text-align: right }
.item-block header .label { display: inline-block; text-transform: uppercase; letter-spacing: 1px; font-size: 11px; font-weight: 400; border-radius: 0; padding: 4px 6px; margin-top: 6px; margin-left: 16px; opacity: .85 }
.item-block header .location, .item-block header .rate { display: block; color: #96a2b2; line-height: 35px }
.item-block header .location:before, .item-block header .rate:before { content: "\f041"; font-family: FontAwesome; padding-right: 10px }
.item-block header .rate { line-height: 25px; margin-top: 6px; font-size: 14px }
.item-block header .rate:before { content: "\f0d6" }
.item-block header .header-meta { float: right; text-align: right }
.item-block header .header-meta .time, .item-block header .header-meta time { line-height: 25px; margin-top: 6px }
.item-block header small { color: #818a91; letter-spacing: 0 }
.item-block header small:before { content: '\2014 \00A0'; margin-left: 10px }
.item-block .item-body { padding: 20px 30px; color: #a2a2a2 }
.item-block .item-body p:last-of-type { margin-bottom: 0 }
.item-block .item-body .tag-list { margin-top: 15px }
.item-block footer { background-color: #fdfdfd; padding: 14px 30px; line-height: 22px }
.item-block footer:after { content: ''; display: table; clear: both }
.item-block footer .status { display: inline-block; font-size: 13px; line-height: 22px; color: #96a2b2; margin-bottom: 0; float: left }
.item-block footer .status .fa, .item-block footer .status [class^=ti-] { font-size: 16px; padding-right: 8px }
.item-block footer .details { margin: 0 }
.item-block .item-form { position: relative; padding: 40px 30px 20px }
.item-block .item-form .btn-remove { position: absolute; top: -12px; right: -10px }
.duplicateable-content { display: none }
.item-blocks-connected .item-block { margin-top: 0; border-color: #fff; border-left-width: 3px; -webkit-box-shadow: none; box-shadow: none }
.item-blocks-connected .item-block:hover { -webkit-box-shadow: none; box-shadow: none; border-color: #29aafe; -webkit-transition: border .1s linear; -o-transition: border .1s linear; transition: border .1s linear }
.item-blocks-connected .item-block header h4 { font-size: 20px; line-height: 35px }
.item-blocks-condensed .item-block { margin-top: 10px }
@media (max-width:991px) {
.item-block { margin-top: 20px }
.item-block .item-body, .item-block .item-form, .item-block footer, .item-block header { padding-left: 20px; padding-right: 20px }
.item-block header img { margin-right: 25px; width: 56px }
.item-block header .open-position, .item-block header .time, .item-block header time { line-height: 56px }
.item-block header .location, .item-block header .rate, .item-block header h4, .item-blocks-connected .item-block header h4 { line-height: 27px }
.item-block header .resume-avatar { max-height: 56px }
}
@media (max-width:767px) {
.item-block header { text-align: center }
.item-block header img { float: none; margin-right: 0; margin-bottom: 20px }
.item-block header .header-meta, .item-block header .open-position, .item-block header .time, .item-block header time { display: block; float: none; text-align: center; margin-top: 10px }
.item-block header .hgroup { display: block!important }
.item-block header h4 { font-size: 18px!important }
.item-block footer .details { text-align: center }
.item-block footer .status { margin-bottom: 15px }
.item-blocks-connected .item-block { margin-top: 20px; background-color: #fff; border: 1px solid #eee; -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.05); box-shadow: 0 1px 2px 0 rgba(0,0,0,.05); -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out }
.item-blocks-connected .item-block:hover { -webkit-box-shadow: 0 3px 15px 0 rgba(0,0,0,.1); box-shadow: 0 3px 15px 0 rgba(0,0,0,.1) }
}
 
/*头部导航*/
.top-nav { list-style: none; margin-bottom: 40px; text-align: center; cursor: default; font-size: 15px; }
.top-nav a { display: inline-block; margin: 0 22px; color: #98a2a4; text-decoration: none; -webkit-transition: all 0.37s cubic-bezier(0.000, 0.000, 0.580, 1.000); -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); cursor: pointer; }
.top-nav a:hover, .top-nav a.active { color: #2991d8; }

.work-container { margin-bottom: 30px; box-shadow: 0 1px 1px 1px rgba( 165, 173, 175, 0.15); -moz-box-shadow: 0 1px 1px 1px rgba( 165, 173, 175, 0.15); -webkit-box-shadow: 0 1px 1px 1px rgba( 165, 173, 175, 0.15); }
.work-item { position: relative; }
.work-item > a { display: block; position: relative; }
.work-item img { height: auto; overflow: hidden; background-color: rgba(0,0,0,0.7); -webkit-transition: opacity .4s ease-in-out; -o-transition: opacity .4s ease-in-out; transition: opacity .4s ease-in-out; }
.work-item .work-description { padding: 40px 20px; }
.work-item .work-description { background-color: #fff; }
.work-item .work-description h3 { min-height: 36px; font-size: 16px; }
.work-item .work-description > span > a { color: #bac4c6; font-size: 14px; }
.work-item .work-description > span > a:hover { color: #2991d8; }
.work-item .work-overlay { position: absolute; overflow: hidden; width: 100%; height: 100%; top: 0; opacity: 0; z-index: 2; text-align: center; background-color: rgba(0,0,0,0.7); filter: alpha(opacity=0); -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; -ms-transition: all 0.5s linear; transition: all 0.5s linear; }
.work-img { position: relative; }
.work-img figure { position: relative; width: 100%; height: 0; padding-bottom: 80%; overflow: hidden; background-position: center; background-repeat: no-repeat; background-size: cover; }
.work-img figure a { display: block; position: absolute; width: 100%; top: 0; bottom: 0; }
.work-item .work-overlay:hover { opacity: 1; }
.work-item .work-overlay .btn { position: absolute; top: 0; left: 50%; margin: -12px -61px; opacity: 0; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; -ms-transition: all 0.2s linear; transition: all 0.2s linear; }
.work-item:hover .work-overlay .btn { position: absolute; top: 50%; left: 50%; margin: -12px -61px; opacity: 1; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; -ms-transition: all 0.2s linear; transition: all 0.2s linear; }

.blog-col-3 { box-shadow: 0px 1px 2px 0px rgba(165, 173, 175, 0.15); -moz-box-shadow: 0px 1px 2px 0px rgba(165, 173, 175, 0.15); -webkit-box-shadow: 0px 1px 2px 0px rgba(165, 173, 175, 0.15); }
.blog-col-3 .entry-meta li { display: inline; margin-right: 7px; font-size: 14px; color: #bac4c6; }
.blog-col-3 .entry-img { position: relative; overflow: hidden; width: 100%; }
.blog-col-3 .entry-img figure { padding-bottom: 70%; }
.blog-col-3 .entry-img img { width: 100%; height: auto; -webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; }
#from-blog-3-col .blog-col-3 .entry-img:hover img { opacity: 0.8; -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
.blog-col-3 .entry-box { background: #fff; padding: 40px 20px; }
.blog-col-3 .entry-title h3 { font-size: 16px; line-height: 1.5; }
.blog-col-3 .entry-meta li a { color: #bac4c6; }
.blog-col-3 .entry-meta li a:hover { color: #2991d8; }
.blog-col-3 .entry-meta li:before { content: '/'; margin-right: 7px; }
.blog-col-3 .entry-meta li:first-child:before { content: ''; }
.blog-col-3 .entry-content { margin-top: 17px; }
.blog-col-3 .entry-content a { margin-top: 18px; }

/*Page Title / Breadcrumbs*/
#page-title { padding: 60px 0; background-image: url(../images/breadcrumb.jpg); background-position: center center; background-repeat: repeat; position: relative; }
#page-title .container { position: relative; }
#page-title h1 { color: #fff; font-size: 40px; line-height: 1; margin: 0; }
.breadcrumb { position: absolute; right: 15px; width: auto; background-color: transparent; top: 50%; padding: 0; margin: -10px 0 0 0; font-size: 14px; }
.breadcrumb li { color: #fff; }
.breadcrumb a { color: #98a2a4; }
.breadcrumb a:hover { color: #2991d8; }
.breadcrumb>li+li:before { color: rgba( 152, 162, 164, 0.5); }

/*Accodion*/
.accordion > .panel-content { padding: 10px 20px 20px; }
.accordion > .acc-panel > a { display: block; position: relative; text-decoration: none; padding: 13px 20px; background-color: #f7f9fb; color: #45464b; margin-bottom: 10px; }
.accordion > .acc-panel > a.active { color: #2991d8; }
.accordion > .acc-panel > a.active:after { font-family: "ElegantIcons"; position: absolute; content: "\4c"; right: 20px; color: #2991d8; font-weight: normal; font-size: 16px; }
.accordion > .acc-panel > a:after { font-family: "ElegantIcons"; position: absolute; content: "\4b"; right: 20px; color: #45464b; font-weight: normal; font-size: 16px; }
.accordion > .acc-panel > a:hover { color: #2991d8; }
/*Tabs*/
.nav-tabs { border-bottom: none; }
.nav.nav-tabs > li.active > a { border: 1px solid #f7f9fb; background-color: rgb( 255, 255, 255 ); padding: 13px 20px; color: #2991d8; }
.nav-tabs > li > a { border: 1px solid transparent; border-radius: 0; }
.nav.nav-tabs > li > a { padding: 13px 20px; background-color: #f7f9fb; margin-right: 3px; }
.nav-tabs > li > a:hover { border-color: transparent; }
.tab-content > .tab-pane > p { padding: 20px 0; }
/*-------------------------------------------------------*/
/* Buttons
/*-------------------------------------------------------*/
.buttons-section { padding: 0 0 120px; }
.buttons-section a.btn { margin-top: 30px; }
.btn { font-family: 'Varela Round', Helvetica, Arial, sans-serif; border-radius: 0; border: 2px solid transparent; }
.btn-rounded { border-radius: 70px; }
.btn-stroke { border: 2px solid #dce4e6; }
.btn-small { padding: 7px 20px; font-size: 13px; }
.btn-medium { padding: 9px 30px; font-size: 15px; }
.btn-large { padding: 11px 45px; font-size: 18px; }
.btn-light-solid { background-color: #fff; color: #45464b; }
.btn-blue { background-color: #2991d8; color: #fff; }
.btn-orange { background-color: #f05135; color: #fff; }
.btn-violet { background-color: #7248f5; color: #fff; }
.btn-light-transparent { background: transparent; color: #fff; border: 2px solid #fff; }
.btn-yellow { background-color: #ffc63e; color: #fff; }
.btn-green { background-color: #92d11d; color: #fff; }
.btn-light-blue { background-color: #30c3ff; color: #fff; }
.btn-pink { background-color: #ef6393; color: #fff; }
/*Hovers*/
.btn-light-transparent:hover { background-color: #fff; color: #2991d8; border: 2px solid transparent; transition: all 0.4s cubic-bezier(0.000, 0.000, 0.580, 1.000); -webkit-transition: all 0.4s cubic-bezier(0.000, 0.000, 0.580, 1.000); }
.btn-light-solid:hover { background-color: #2991d8; color: #fff; border: 2px solid transparent; transition: all 0.4s cubic-bezier(0.000, 0.000, 0.580, 1.000); -webkit-transition: all 0.4s cubic-bezier(0.000, 0.000, 0.580, 1.000); }
.btn-small.btn-stroke:hover { background-color: #2991d8; color: #fff; border: 2px solid #2991d8; transition: all 0.4s cubic-bezier(0.000, 0.000, 0.580, 1.000); -webkit-transition: all 0.4s cubic-bezier(0.000, 0.000, 0.580, 1.000); }
.btn-medium.btn-stroke:hover { background-color: #2991d8; color: #fff; border: 2px solid #2991d8; transition: all 0.4s cubic-bezier(0.000, 0.000, 0.580, 1.000); -webkit-transition: all 0.4s cubic-bezier(0.000, 0.000, 0.580, 1.000); }
.btn-large.btn-stroke:hover { background-color: #2991d8; color: #fff; border: 2px solid #2991d8; transition: all 0.4s cubic-bezier(0.000, 0.000, 0.580, 1.000); -webkit-transition: all 0.4s cubic-bezier(0.000, 0.000, 0.580, 1.000); }
.btn-blue:hover { background-color: transparent; color: #2991d8; border: 2px solid #2991d8; transition: all 0.4s cubic-bezier(0.000, 0.000, 0.580, 1.000); -webkit-transition: all 0.4s cubic-bezier(0.000, 0.000, 0.580, 1.000); }
.btn-orange:hover { background-color: transparent; color: #f05135; border: 2px solid #f05135; transition: all 0.4s cubic-bezier(0.000, 0.000, 0.580, 1.000); -webkit-transition: all 0.4s cubic-bezier(0.000, 0.000, 0.580, 1.000); }
.btn-violet:hover { background-color: transparent; color: #7248f5; border: 2px solid #7248f5; transition: all 0.4s cubic-bezier(0.000, 0.000, 0.580, 1.000); -webkit-transition: all 0.4s cubic-bezier(0.000, 0.000, 0.580, 1.000); }
.btn-yellow:hover { background-color: transparent; color: #ffc63e; border: 2px solid #ffc63e; transition: all 0.4s cubic-bezier(0.000, 0.000, 0.580, 1.000); -webkit-transition: all 0.4s cubic-bezier(0.000, 0.000, 0.580, 1.000); }
.btn-green:hover { background-color: transparent; color: #92d11d; border: 2px solid #92d11d; transition: all 0.4s cubic-bezier(0.000, 0.000, 0.580, 1.000); -webkit-transition: all 0.4s cubic-bezier(0.000, 0.000, 0.580, 1.000); }
.btn-light-blue:hover { background-color: transparent; color: #30c3ff; border: 2px solid #30c3ff; transition: all 0.4s cubic-bezier(0.000, 0.000, 0.580, 1.000); -webkit-transition: all 0.4s cubic-bezier(0.000, 0.000, 0.580, 1.000); }
.btn-pink:hover { background-color: transparent; color: #ef6393; border: 2px solid #ef6393; transition: all 0.4s cubic-bezier(0.000, 0.000, 0.580, 1.000); -webkit-transition: all 0.4s cubic-bezier(0.000, 0.000, 0.580, 1.000); }
/*Pie Charts*/
.pie-charts { padding: 0 0 120px; }
.chart { position: relative; display: inline-block; width: 190px; height: 190px; text-align: center; }
.chart canvas { position: absolute; top: 0; left: 0; }
.percent { display: inline-block; line-height: 190px; z-index: 2; font-size: 26px; font-family: 'Varela Round', sans-serif; }
.percent:after { content: '%'; margin-left: 0.1em; font-size: .8em; }
/*Progress Bars*/

.progress-bars { padding: 0 0 120px; }
.progress-bar { -webkit-transition: width 1.5s ease-in-out; transition: width 1.5s ease-in-out; box-shadow: none; }
.skills-progress { margin-top: 40px; margin-bottom: 27px; }
.skills-progress.dark h6 { color: #fff; font-family: 'Varela Round', Helvetica, Arial, sans-serif; font-size: 15px; margin-top: 0; margin-bottom: 10px; }
.skills-progress.light h6, .skills-progress.light-gradient h6 { color: #45464b; font-family: 'Varela Round', Helvetica, Arial, sans-serif; font-size: 15px; margin-top: 0; margin-bottom: 10px; }
.skills-progress.dark h6 span { color: #fff; font-family: 'Varela Round', Helvetica, Arial, sans-serif; font-size: 15px; float: right; }
.skills-progress.light h6 span { color: #45464b; font-family: 'Varela Round', Helvetica, Arial, sans-serif; font-size: 15px; float: right; }
.progress-dark.meter { height: 15px;  /* Can be anything */ border-radius: 2px; position: relative; background: #0f1011; margin-bottom: 27px; padding: 4px; }
.progress-light.meter { height: 15px;  /* Can be anything */ border-radius: 2px; position: relative; background: #f7f9fb; margin-bottom: 27px; padding: 4px; }
.progress-gradient.meter { height: 15px; /* Can be anything */ border-radius: 2px; position: relative; background: #f7f9fb; margin-bottom: 27px; }
.meter.orange > .progress-bar { display: block; height: 7px; border-radius: 2px; position: relative; overflow: hidden; background-color: #f05135; /* paste any color here */ }
.meter.yellow > .progress-bar { display: block; height: 7px; border-radius: 2px; position: relative; overflow: hidden; background-color: #ffc63e; /* paste any color here */ }
.meter.violet > .progress-bar { display: block; height: 7px; border-radius: 2px; position: relative; overflow: hidden; background-color: #7248f5; /* paste any color here */ }
.meter.blue > .progress-bar { display: block; height: 7px; border-radius: 2px; position: relative; overflow: hidden; background-color: #2991d8; /* paste any color here */ }
.meter.gradient > .progress-bar { display: block; height: 15px; border-radius: 2px; position: relative; overflow: hidden; background: -webkit-linear-gradient(left, #2991d8, #7248f5); background: -o-linear-gradient(right, #2991d8, #7248f5); background: -moz-linear-gradient(right, #2991d8, #7248f5); background: linear-gradient(to right, #2991d8, #7248f5); /* paste any colors here */ }
/*Alert Boxes*/

.alert-boxes { padding: 0 0 120px; }
.alert { padding: 14px 20px; margin-bottom: 20px; border: none; border-radius: 0; }
.alert-dismissible .close { right: 0; top: 0; color: inherit; position: relative; }
.close { opacity: 1; text-shadow: none; }
.alert-success { color: #fff; background-color: #92d11d; }
.alert-info { color: #fff; background-color: #2991d8; }
.alert-warning { color: #fff; background-color: #fcad23; }
.alert-danger { color: #fff; background-color: #f05135; }
/*Icon Boxes Style-1*/

.icon-boxes.style-1 { padding: 0 0 120px; }
/*Icon Boxes Style-2*/

.icon-boxes.style-2 { padding: 0 0 120px; }
.icon-boxes.style-2 .service-item-box { border: 2px solid #f2f6f7; }
.icon-boxes.style-2 .service-item-box.first i { color: #7248f5; background-color: #fff; border: 2px solid #f2f6f7; }
.icon-boxes.style-2 .service-item-box.second i { color: #30c3ff; background-color: #fff; border: 2px solid #f2f6f7; }
.icon-boxes.style-2 .service-item-box.third i { color: #f05135; background-color: #fff; border: 2px solid #f2f6f7; }
.icon-boxes.style-2 .service-item-box.fourth i { color: #92d11d; background-color: #fff; border: 2px solid #f2f6f7; }
/*Icon Boxes Style-3*/

.icon-boxes.style-3 { background-color: #f7f9fb; }


.core-features .row.mt-38 { margin-top: -38px; }
/*Call to Action Style-2*/

.call-to-action.style-2 { padding: 75px 0; }
.call-to-action.style-2 h2 { font-size: 32px; margin-top: 10px; }
.call-to-action.style-2 a { float: right; }
/*Forms*/

.form-control { -webkit-box-shadow: none; box-shadow: none; padding: 12px 18px; border: 2px solid #f7f9fb; background-color: #fafcfc; height: 50px; border-radius: 0; font-size: 16px; color: #98a2a4; }
.form-control:focus { border-color: #2991d8; outline: 0; -webkit-box-shadow: none; box-shadow: none; }
input[type="text"], input[type="email"], input[type="number"], input[type="url"], input[type="tel"], input[type="password"], input[type="date"], input[type="color"], textarea, select { font-size: 16px; color: #98a2a4; margin-bottom: 10px; }
input:focus, textarea:focus, keygen:focus, select:focus { border-color: #2991d8; outline: none; ; }
/*-------------------------------------------------*/
/* =  Blog Standard
/*-------------------------------------------------*/
.blog-standard { background-color: #f5f9fa; }
.entry-item { box-shadow: 0px 1px 2px 0px rgba(165, 173, 175, 0.15); -moz-box-shadow: 0px 1px 2px 0px rgba(165, 173, 175, 0.15); -webkit-box-shadow: 0px 1px 2px 0px rgba(165, 173, 175, 0.15); background-color: #fff; margin-bottom: 30px; }
.entry { padding: 30px; }
.entry-img figure { position: relative; width: 100%; height: 0; padding-bottom: 80%; overflow: hidden; background-position: center; background-repeat: no-repeat; background-size: cover; }
.entry-img figure a { display: block; position: absolute; width: 100%; top: 0; bottom: 0; }
.blog-standard .entry-img { width: 40%; }
.blog-standard .entry h2 { font-size: 28px; }
.blog-standard .entry-meta li { display: inline; margin-right: 7px; color: #bac4c6; }
.blog-standard .entry-meta li a { color: #bac4c6; }
.blog-standard .entry-meta li a:hover { color: #2991d8; }
.blog-standard .entry-meta li:before { content: '/'; margin-right: 7px; }
.blog-standard .entry-meta li:first-child:before { content: ''; margin-right: 0; }
/*gallery post*/

.blog-standard .owl-pagination, .blog-masonry .owl-pagination, .portfolio-single .owl-pagination { bottom: 20px; margin-top: 0; }
/*video post*/

.entry-video iframe { width: 100%; display: block; border: 0; }
/*quote post*/

.blog-standard .entry-item blockquote > p > a, .blog-masonry .entry-box blockquote > p > a { color: #98a2a4; }
.blog-standard .entry-item blockquote > p > a:hover, .blog-masonry .entry-box blockquote > p > a:hover { color: #2991d8; }
.blog-masonry blockquote p:before { position: static; }
/*Pagination*/

.pagination { margin: 0 auto; border-radius: 0; float: none; text-align: center; display: block; }
.pagination a { background-color: #fff; padding: 9px 16px; font-size: 14px; display: inline-block; box-shadow: 0px 1px 2px 0px rgba(165, 173, 175, 0.15); -moz-box-shadow: 0px 1px 2px 0px rgba(165, 173, 175, 0.15); -webkit-box-shadow: 0px 1px 2px 0px rgba(165, 173, 175, 0.15); }
.pagination a.active { color: #2991d8; }
.pagination a:first-of-type, .pagination a:last-of-type { padding: 9px 17px; }
/*-------------------------------------------------*/
/* =  Sidebar
/*-------------------------------------------------*/

.widget:first-child { margin-top: 0; }
.widget { box-shadow: 0px 1px 2px 0px rgba(165, 173, 175, 0.15); -moz-box-shadow: 0px 1px 2px 0px rgba(165, 173, 175, 0.15); -webkit-box-shadow: 0px 1px 2px 0px rgba(165, 173, 175, 0.15); background-color: #fff; margin-top: 40px; padding: 30px; }
.widget > h4 { font-size: 16px; margin-bottom: 30px; }
/*Search*/

.search-button { position: absolute; right: 0; top: 0; width: 50px; height: 50px; border: 0; cursor: pointer; background-color: transparent; }
.form-control.searchbox { background-color: #fff; }
/*Categories*/

.widget li { position: relative; }
.widget.categories ul li { padding-bottom: 10px; border-bottom: 1px solid #f7f9fb; margin-top: 10px; }
.widget.categories ul li a { color: #98a2a4; font-size: 14px; }
.widget.categories ul li a:hover { color: #2991d8; }
.widget.categories ul li:after { font-family: "taihua"; position: absolute; content: "\f105"; right: 0; color: #98a2a4; }
.widget.categories ul li:last-child { border-bottom: none; padding-bottom: 0; }
.widget.categories ul li:first-child { margin-top: 0; }

/*Popular latest*/
.widget.popular-latest { padding: 0; }
.widget.popular-latest .nav.nav-tabs > li > a { margin-right: -1px; }
.widget.popular-latest .tab-content { padding: 30px; }
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover { border: none; }
.widget.popular-latest .nav.nav-tabs > li.active > a { border: 1px solid transparent; }
.nav-tabs.nav-justified>li>a { border-radius: 0; }
 @media (min-width: 768px) {
.nav-tabs.nav-justified>li>a { border-bottom: 1px solid transparent; border-radius: 0; }
}
.widget.popular-latest .tab-content .tab-pane > ul > li { padding-bottom: 20px; border-bottom: 1px solid #f7f9fb; margin-top: 20px; }
.widget.popular-latest .tab-content ul li:last-child { padding-bottom: 0; border-bottom: none; }
.widget.popular-latest .tab-content .tab-pane > ul > li:first-child { margin-top: 0; }
.widget.popular-latest .tab-content a { color: #98a2a4; font-size: 14px; }
.widget.popular-latest .tab-content a:hover { color: #2991d8; }
.widget.popular-latest .tab-content .entry-meta li, .widget.popular-latest .tab-content .entry-meta a { font-size: 12px; }
/*Newsletter*/

.blog-sidebar .widget.newsletter .submit-button { margin-top: 10px; }
.blog-sidebar .widget.newsletter .form-group { margin-bottom: 0; }
/*Tags*/

.widget.tags a { display: inline-block; padding: 7px 16px; font-size: 12px; color: #8a8d94; margin: 0 3px 6px 0; border: 1px solid #f7f9fb; }
.widget.tags a:hover { color: #fff; background-color: #2991d8; border: 1px solid transparent; }
/*-------------------------------------------------*/
/* =  Blog Masonry
/*-------------------------------------------------*/

.blog-masonry { background-color: #f5f9fa; }
.blog-masonry .blog-col-3 { margin-bottom: 30px; }
.blog-masonry blockquote p:before { content: '"'; font-size: 20px; }
.blog-masonry .entry-title.post-link h3 a { font-style: italic; color: #98a2a4; font-family: 'Lato', sans-serif; }
.blog-masonry .entry-title.post-link h3 a:hover { color: #2991d8; }
.flexslider, .flexslider .slides, .flexslider .slides > li, .flexslider .slides > li > a, .flexslider .slides > li > a > img { position: relative; display: block; width: 100%; height: auto; overflow: hidden; -webkit-backface-visibility: hidden; }
/*-------------------------------------------------*/
/* =  Blog Single Post
/*-------------------------------------------------*/

.blockquote-style-1 { background-color: #f5f9fa; padding: 40px; }
.blog-standard.blog-article .entry { padding: 50px; }
.blog-standard.blog-article p { margin-bottom: 30px; }
.entry-content .entry-tags h6, .entry-share h6 { display: inline; margin-right: 5px; font-size: 14px; }
.entry-content .entry-share { float: right; }
.entry-content .entry-tags a { font-style: italic; color: #98a2a4; font-size: 14px; line-height: 32px; }
.entry-content .entry-tags a:hover { color: #2991d8; }
.social-icons.light { margin-top: 0; display: inline-block; }
.social-icons.light i { display: inline-block; background-color: #f5f9fa; color: #98a2a4; }
.entry-author, .comment-body { padding: 30px; border: 1px solid #f7f9fb; }
.entry-author .author-img, .entry-comments .comment-avatar { position: absolute; display: block; float: none; margin: 0 auto -55px auto; border-radius: 50%; }
.entry-author .author-info { padding-left: 120px; margin-top: 5px; }
.entry-author h6.author-name, .entry-comments h6.comment-author { display: inline-block; margin-right: 10px; margin-bottom: 10px; }
.author-info span { font-style: italic; color: #98a2a4; font-size: 13px; margin-right: 10px; }
.author-info .author-socials { display: inline-block; }
.author-info .author-socials a { color: #98a2a4; margin: 0 10px 0 0; font-size: 14px; }
.author-info .author-socials a:hover i.fa.fa-facebook { color: #3b5998; }
.author-info .author-socials a:hover i.fa.fa-twitter { color: #00acee; }
.author-info .author-socials a:hover i.fa.fa-google-plus { color: #dd4b39; }
.related-posts h4 { font-size: 16px; margin-top: 20px; line-height: 26px; transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -webkit-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; }
.related-posts a:hover h4 { color: #2991d8; }
.entry-comments h6 { font-family: 'Lato', sans-serif; font-size: 14px; font-weight: 600; }
.entry-comments .comment-content span a { font-size: 13px; color: #bac4c6; font-style: italic; }
.entry-comments .comment-content span a:hover { color: #2991d8; }
.entry-comments .comment-content > a { color: #2991d8; }
.comment-reply { padding-left: 40px; }
.entry-comments .comment-content { padding-left: 100px; margin-top: 5px; }
.comment-form { padding: 10%; background-color: #f5f9fa; }
.comment-form .form-control { background-color: #fff; }

.dealer-header, .dealer-content { padding: 50px }
.dealer-meta li { display: inline-block; margin-right: 30px; font-size: 16px; color: #98a2a4; }

.section-headings { padding: 120px 0 90px; }
.section-headings p { margin-bottom: 30px; }
.section-blockquotes, .section-dropcaps, .section-html, .section-lists, .section-columns { padding: 0 0 90px; }
blockquote { padding: 0 0 20px; margin: 0; border: none; }
blockquote > p { font-size: 18px; font-style: italic; margin-bottom: 5px !important; position: relative; }
blockquote p:before, blockquote p:after { content: '"'; font-size: 20px; }
blockquote p:before { position: absolute; left: -10px; }
blockquote > span { color: #45464b; font-size: 15px; }
.blockquote-style-2 { padding: 40px; border-left: 3px solid #2991d8; }
.blockquote-style-2 > span { color: #2991d8; }
.dropcap { font-family: 'Varela Round', sans-serif; }
.dropcap.style-1 { float: left; color: #45464b; font-size: 53px; line-height: 50px; padding-top: 4px; padding-right: 10px; }
.dropcap.style-2 { float: left; color: #fff; text-align: center; background-color: #2991d8; width: 38px; height: 38px; font-size: 24px; line-height: 40px; margin: 10px 10px 0 0; border-radius: 4px; }
.highlight { padding: 3px 5px; color: #fff; background-color: #2991d8; }
.bullets li, .arrows li, .checks li, .numbers li { margin-bottom: 20px; color: #98a2a4; }
.bullets li:before { content: "• "; font-size: 14px; color: #2991d8; padding-right: 0.5em; }
.arrows i { margin-right: 5px; }
.arrows i, .checks i { color: #2991d8; }
.checks i { font-size: 12px; margin-right: 7px; }
ol.numbers { padding-left: 20px; }
.section-columns p { margin-bottom: 30px; }
/*-------------------------------------------------*/
/* =  Portfolio 4 Columns
/*-------------------------------------------------*/

.grid-4-col .work-item .work-description { padding: 30px 20px; }
/*-------------------------------------------------*/
/* =  Portfolio Single
/*-------------------------------------------------*/
.portfolio-single, .related-projects { background-color: #f7f9fb; }
.portfolio-description { padding-left: 20px; }
.portfolio-description .social-icons.light i { background-color: #fff; }
.portfolio-description h2 { font-size: 24px; }
.portfolio-description p, .portfolio-description ul, .portfolio-description a.btn { margin-bottom: 20px; }
.portfolio-description ul { line-height: 32px; color: #98a2a4; }
.portfolio-description ul span { color: #45464b; }
.related-projects { padding: 0 0 90px; }
.related-projects .heading-inline, .related-projects .customNavigation { display: inline-block; }
.customNavigation a { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.related-projects .customNavigation a { background-color: #fff; width: 31px; height: 31px; text-align: center; padding: 0; box-shadow: 0 1px 1px 1px rgba( 165, 173, 175, 0.15); -moz-box-shadow: 0 1px 1px 1px rgba( 165, 173, 175, 0.15); -webkit-box-shadow: 0 1px 1px 1px rgba( 165, 173, 175, 0.15); }
.related-projects .customNavigation i { font-size: 26px; line-height: 31px; }
.product-content { margin-top: 30px; padding: 30px; }

@media (max-width: 1200px) {
.team-member { width: 49%; margin: 0 6px 6px 0; }
.promo-box-first, .promo-box-second, .promo-box-third { padding: 120px 60px; }
.core-features.style-1 .features-item:first-child.features-right { margin-top: 0; }
.core-features.style-1 .features-item:first-child { margin-top: 0; }
.core-features.style-2 .features-item:first-child { margin-top: 70px; }
.style-2 .pricing-4-col { width: 49%; margin: 0 6px 6px 0; }
.call-to-action.style-2 h2 { font-size: 28px; }
}
 @media (max-width: 1200px) and (min-width: 992px) {
.core-features.style-2 .features-promo { margin-bottom: 38px; }
.entry-content .entry-share { float: right; }
.about-intro { padding: 9%; }
}
 @media (max-width: 992px) {
.team-member { width: 49%; margin: 0 6px 6px 0; }
#footer h5 { margin-top: 60px; }
#footer .footer-about-us h5 { margin-top: 0; }
.service-item-box { margin-bottom: 30px; }
.core-features.style-2 .features-item:first-child { margin-top: 20px; }
.core-features.style-2 .features-item:last-child { margin-bottom: 38px; }
.core-features.style-1 .features-item:last-child { margin-bottom: 38px; }
.blog-col-3 { margin-bottom: 30px; }
.blog-col-3.last-box { margin-bottom: 0; }
.pie-charts .chart { margin-top: 30px; }
#accordions-tabs .tabs { margin-top: 50px; }
.blog-article .entry-title h1 { font-size: 28px; }
.blog-article .entry-share { margin-top: 20px; }
.entry-author, .comment-body { padding: 20px; }
.entry-content .related-posts h4 { margin-bottom: 30px; }
.entry-content .related-posts .last-post h4 { margin-bottom: 0; }
.style-1 .pricing-4-col, .pricing-3-col { margin-bottom: 30px; }
.style-1 .pricing-4-col.last, .pricing-3-col.last { margin-bottom: 0; }
.entry-content .entry-share { float: left; }
.portfolio-description { padding-left: 0; padding-top: 30px; }
header .container:before { display: none; }
header nav, .top_search, .wechat { display: none !important; }
.main_header .logo_wrap { position: relative !important; left: auto !important; top: auto !important; bottom: auto !important; padding: 25px 45px 25px 0px !important; display: block !important; float: none !important; text-align: left !important; }
.main_header .logo { float: none !important; }
.main_header header { position: relative; }
a.menu_toggler { display: block; margin: 0; border: none; border-radius: 0; box-shadow: none; height: 18px; width: 19px; position: absolute; right: 30px; top: 36px; z-index: 20; background-image: url(../images/sprite.png); background-repeat: no-repeat; background-position: -63px 0; }
a.menu_toggler.close_toggler { background-position: -44px 0; }
.fixed-menu a.menu_toggler { top: 24px; }
.mobile_menu_wrapper { display: block; background: #fff; width: 100%; padding: 0; overflow: hidden; position: relative; }
.mobile_menu_wrapper:before { display: block; background: #fff; width: 100%; position: absolute; left: 0; bottom: 0; height: 1px; content: ''; z-index: 555; }
.mobile_menu { padding-left: 30px !important; padding-right: 30px !important; list-style: none; }
.mobile_menu_wrapper li:before { display: none; }
.mobile_menu_wrapper li { padding: 0; margin: 0; position: relative; }
.mobile_menu_wrapper ul { list-style: none; padding: 0; margin: 0; }
.mobile_menu_wrapper .sub-menu { margin-left: 20px; }
.mobile_menu_wrapper .sub-nav { display: none; }
.showsub .sub-nav .sub-nav { display: none; }
.showsub .sub-nav,  .showsub .sub-nav .showsub .sub-nav { display: block; }
.mobile_menu_wrapper a.mob_link { color: #2d2e2e; font-size: 14px; font-weight: 300; padding: 12px 0 14px 0; margin: 0; line-height: 24px; border-bottom: 1px #ededed dashed; display: block; }
.mobile_menu_wrapper .current-menu-parent .sub-menu li a.mob_link,  .mobile_menu_wrapper .current-menu-parent .sub-menu li.current-menu-parent .sub-menu li a.mob_link { color: #2d2e2e; }
.mobile_menu_wrapper li.menu-item-has-children:before { position: absolute; right: 3px; top: 13px; content: "\f105"; display: block; font-size: 14px; color: #2d2e2e; font-weight: normal; line-height: 24px; font-family: 'taihua'; }
.mobile_menu_wrapper li.current-menu-parent.menu-item-has-children.showsub:before,  .mobile_menu_wrapper li.menu-item-has-children.showsub:before { content: "\f107"; }
.sub-nav { width: 100% !important; margin: 0 !important; }
.megamenu_wrap .container { padding: 0; }
.sub-menu i { padding-right: 7px; }
.mobile_menu_wrapper a.mob_link i { display: none; }
.mobile_menu_wrapper a:hover, .mobile_menu_wrapper .current-menu-parent a, .mobile_menu_wrapper .current-menu-parent .sub-menu a:hover, .mobile_menu_wrapper .current-menu-parent .sub-menu li.current-menu-parent a.mob_link { color: #2991d8; }
.mobile_menu_wrapper .current-menu-item a.mob_link { color: #2991d8 !important; }
.mobile_menu_wrapper li.current-menu-parent.menu-item-has-children::before, .mobile_menu_wrapper li.menu-item-has-children:hover::before { color: #2991d8; }
}
 @media (max-width: 767px) {
.navigation.overlay .navbar-nav > li > a { color: #45464b; }
.navigation.overlay .navbar-nav > li > a:hover { color: #2991d8; }
.navigation.overlay .logo-light, .navigation.overlay.sticky .logo-light { display: none; }
.navigation.overlay.sticky .logo-dark, .navigation.overlay .logo-dark { display: block; }
.navigation.overlay { background: #fff; }
.navbar-default .navbar-nav .open .dropdown-menu>li>a { color: #98a2a4; margin-left: 10px; }
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover { color: #2991d8; }
.brand-item { margin-bottom: 50px; }
.brand-item.last { margin-bottom: 0; }
.call-to-action h2 { font-size: 46px; }
.statistic { margin-bottom: 40px; }
.contact h5, #contact-parallax h5 { margin-top: 50px; }
.search-bar { display: none !important; }
.features-item:first-child { margin-top: 38px; }
.features-item.features-right { margin-top: 38px; padding: 0 0 0 72px; position: relative; text-align: left; }
.features-item.features-right .features-icon { width: 46px; height: 46px; background-color: #2991d8; color: #fff; font-size: 20px; text-align: center; border-radius: 25px; line-height: 46px; position: absolute; left: 0; }
.service-item-box i { top: -40px; }
.service-item-box { margin-top: 70px; }
#intro .intro-subheading { margin-bottom: 30px; }
#page-title { padding: 30px 0 25px; text-align: center; }
#page-title h1 { font-size: 32px; }
#page-title .breadcrumb { position: relative; top: 0; left: 0; right: 0; margin: 10px 0 0 0; }
.call-to-action.style-2 { text-align: center; }
.call-to-action.style-2 h2 { margin-bottom: 30px; }
.call-to-action.style-2 a { float: none; }
.pagination { margin-bottom: 30px; }
.blog-article .entry-title h1 { font-size: 22px; }
.entry-author .author-img, .entry-comments .comment-avatar { width: 50px; height: 50px; }
.entry-author .author-info, .entry-comments .comment-content { padding-left: 60px; }
.comment-reply { padding-left: 20px; }
.blog-standard.blog-article .entry { margin-bottom: 40px; }
.entry-comments h6.comment-author { display: block; }
.entry-comments .comment-content p { margin-top: 10px; }
.entry-content .comment-form h3 { font-size: 20px; }
.about-intro { padding: 10%; }
.description-accordion .how-we-work h3 { margin-top: 50px; }
.process-parallax .process-item { margin-bottom: 40px; }
}