@charset "utf-8";
/*
Theme Name: WD Earth
Theme URI: https://www.wpdaxue.com/shop/wordpress-theme-wd-earth
Author: WPKEJI.COM
Author URI: https://www.wpkeji.com/
Description: A new theme from https://www.wpdaxue.com/shop/wordpress-theme-wd-earth.
Version: 1.3.1
Text Domain: wd-earth
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

.align-left{
    text-align: left;
}
.align-center{
    text-align: center;
}
.align-right{
    text-align: right;
}

img {
    max-width: 100%;
    height: auto;
}

.pagetitle-border-top {
    padding-top: 100px;
}

.main-content {
    padding-bottom: 40px;
}

.main-content h1.title {
    font-size: 24px;
    margin-bottom: 22px;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    outline: none;
    color: #FFF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 13px 26px;
    font-size: 14px;
    line-height: 1.3333333;
    border: none;
    border-color: #20a3f0;
    background-color: #20a3f0;
    transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
}

button:hover,
html input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    background-color: #222533;
}

#page-content {
    padding-top: 40px;
}
#page-content.space-disable {
    padding-top: 0;
}
.space-disable .main-content{
    padding-bottom: 0;
}
.space-disable .blog-detail .detail-description {
    margin-bottom: 0;
}

/* ********** HEADER ************** */

.logo-main {
    padding: 0;
    max-height: 56px;
}

.logo-main img {
    max-width: 100%;
    max-height: 56px;
    display: inline-block;
    vertical-align: middle;
}

.header-top,
.header-bottom {
    display: table;
    width: 100%;
}

.header-top p {
    margin: 0;
    padding: 0;
    line-height: 34px;
    font-size: 12px;
}

.roll-activated .header-top{
    display: none;
}

.header-top>.container,
.header-bottom>.container {
    display: table;
}

.header-left,
.header-center,
.header-right {
    display: table-cell;
    vertical-align: middle;
}

.header-bg {
    width: 100%;
    z-index: 100;
    position: absolute;
    color: #FFF;
}

.justify-fix {
    display: inline-block;
    width: 100%;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.headerBox {
    position: relative;
}

.menuRightBox {
    display: inline-block;
    vertical-align: middle;
}

.header-not-float {
    position: relative;
}

.roll-activated {
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.nav-box {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.headerBox .menuRightBox {
    white-space: nowrap;
}

.headerBox .menuRightBox>* {
    white-space: normal;
}

.menuRightBox .left-line {
    display: inline-block;
    border-left: 1px solid;
    height: 20px;
    vertical-align: middle;
    margin-bottom: 2px;
}

.header-last {
    width: 50px;
}
.header-transparent {
    background-color: transparent;
}

.header-light-transparent {
    background-color: rgba(255, 255, 255, 0.2);
}

.header-dark-transparent {
    background-color: rgba(0, 0, 0, 0.7);
}

.header-light {
    color: #1e1e1e;
    background-color: #FFF;
    border-bottom: 1px solid #eee;
}

.header-dark {
    background-color: #252525;
}

.topbar-light .header-top {
    background-color: #FFF;
}

.topbar-accent .header-top {
    background-color: #20a3f0;
    color: #FFF;
}

.topbar-dark .header-top {
    background-color: #0e0e12;
}

.topbar-dark .header-top {
    background-color: #0e0e12;
}

.topbar-dark-transparent .header-top {
    background-color: rgba(0, 0, 0, 0.2);
}

.topbar-light-transparent .header-top {
    background-color: rgba(255, 255, 255, 0.2);
}

.header-center-logo.header-light.topbar-light .header-top {
    background-color: #fafafa;
}

.topbar-border .header-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-light .menu-wrap>ul>li>a>span {
    color: #1e1e1e;
}

.header-top .menu-wrap>ul>li>a>span {
    color: #fff;
}

.topbar-grey .header-top {
    background-color: #fafafa;
}

.header-font-dark {
    color: #1e1e1e;
}

.header-font-dark .menu-wrap>ul>li>a>span {
    color: #1e1e1e;
}

.header-top .social-icons {
    margin-top: 4px;
}
.social-icons .icon {
    color: #fff;
    margin: 0 4px;
    padding: 4px;
}

.icon-img {
    position: relative;
}
.icon-img .tooltip {
    position:absolute;
    left: -36px;
    display: none;
    opacity: 1;
    width: 100px;
}
.icon-img .tooltip.top {
    bottom: 22px;
}
.icon-img .tooltip .tooltip-inner {
    padding: 4px;
}

.icon-img:hover .tooltip {
    display: block;

}

/*main menu*/

.menu-main {
    position: relative;
    margin: 0px;
}


/*dng-megamenu */

.menu-wrap {
    margin: 0px;
    padding: 0px;
    clear: both;
}

.menu-wrap .primary-structure {
    position: relative;
    clear: both;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

.menu-wrap .primary-structure>li {
    float: left;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 33px 0 33px;
}

.menu-wrap #top-bar-menu>li {
    padding: 0;
}

.menu-wrap .primary-structure>li>a {
    display: inline-block;
    padding: 0px 18px;
    word-spacing: normal;
    line-height: 33px;
    transition: all ease-in 200ms, line-height 0ms;
    -webkit-transition: all ease-in 200ms, line-height 0ms;
    /* Safari and Chrome */
}

.menu-wrap #top-bar-menu>li>a {
    padding: 0 8px;
    color: #fff;
}

*+html .menu-wrap .primary-structure>li>a {
    display: inline;
}

.menu-wrap>ul>li>a>span {
    display: inline-block;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: normal;
    color: inherit;
}

.menu-wrap #top-bar-menu>li a span {
    font-size: 12px;
}

.menu-wrap .primary-structure>li>a:hover,
.menu-wrap .primary-structure>li.menu-hover>a,
.menu-wrap .primary-structure>li.current>a {
    text-decoration: none;
}

.menu-wrap .primary-structure span img,
.menu-wrap .primary-structure span i {
    margin-right: 8px;
    width: 1.1em;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.menu-wrap .primary-structure>li>a,
.menu-wrap .primary-structure>li>a:link,
.menu-wrap .primary-structure>li>a:active,
.menu-wrap .primary-structure>li>a:visited {
    color: inherit;
}

.menu-wrap .primary-structure>li.dir>a>span:after {
    content: "";
    height: 5px;
    width: 5px;
    overflow: hidden;
    margin: 0 0px 3px 6px;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    border-bottom: 1px solid;
    border-right: 1px solid;
}

.menu-wrap .primary-structure>li>a>span>i {
    color: inherit;
    font-size: 1.2em;
}

.menu-wrap .primary-structure>li:hover>a,
.menu-wrap .primary-structure>li.current>a,
.menu-wrap .primary-structure>li.menu-hover>a {
    color: #20a3f0;
}

.menu-wrap .label,
.menu-wrap .badge{
    padding: .19em .4em .2em;
    font-size: 70%;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 3px 2px;
}

/* @media only screen and (min-width: 1200px) {
    .menu-wrap .primary-structure>li>a {
        padding: 0px 18px;
    }
}

@media only screen and (min-width: 1600px) {
    .menu-wrap .primary-structure>li>a {
        padding: 0px 21px;
    }
} */
@media only screen and (min-width: 992px) {
    .mobile-right-icon{
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    #site-navigation{
        display: none;
    }
    .header-top{
        display:none;
    }
    .logo-main img{
        max-height: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-wrap .primary-structure>li>a {
        padding: 0px 13px;
    }
}


/*sub*/

.menu-wrap .menuslide {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 907;
    margin: 0;
    padding: 0;
}

.menu-wrap .rtl .menuslide.slide {
    left: auto!important;
    right: 0;
}

.menu-wrap .menuslide>.boxslide {
    padding: 18px 40px 18px 0px;
}

.menu-wrap .slide-menu,
.menu-wrap .boxslide {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.menu-wrap .slide-menu .sub-menu {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.menu-wrap .dnngo-masonrymenu {
    width: 100%;
}

.menu-wrap .dnngo-masonrymenu>ul {
    float: left;
}

.menu-wrap .dnngo-masonrymenu>ul>li {
    margin: 0px 38px;
}

.menu-wrap .slide-menu,
.menu-wrap .slide-menu .sub-menu,
.menu-wrap .boxslide {
    background-color: #ffffff;
}

.menu-wrap .menuslide {
    transition: color ease-in 200ms, border ease-in 200ms, background ease-in 200ms, top ease-out 200ms;
    -moz-transition: color ease-in 200ms, border ease-in 200ms, background ease-in 200ms, top ease-out 200ms;
    -webkit-transition: color ease-in 200ms, border ease-in 200ms, background ease-in 200ms, top ease-out 200ms;
    -o-transition: color ease-in 200ms, border ease-in 200ms, background ease-in 200ms, top ease-out 200ms;
    -ms-transition: color ease-in 200ms, border ease-in 200ms, background ease-in 200ms, top ease-out 200ms;
}

.menu-sub-dark .menu-wrap .slide-menu,
.menu-sub-dark .menu-wrap .slide-menu .sub-menu,
.menu-sub-dark .menu-wrap .boxslide,
.menu-sub-dark .menu-wrap .custommenu>.menupane {
    background-color: #252525;
    color: #bcbcbc;
}

.menu-sub-dark .menu-wrap .custommenu>.menupane {
    background-color: #252525;
    color: #bcbcbc;
}

.menu-sub-dark .menu-wrap .slide-menu li:hover>a,
.menu-sub-dark .menu-wrap .slide-menu li.subcurrent>a {
    background-color: transparent;
    color: #20a3f0;
}


/*slide-menu*/

.menu-wrap .slide-menu {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    color: #666666;
}

.menu-wrap .slide-menu ul,
.menu-wrap .slide-menu ul li {
    margin: 0;
    padding: 0;
}

.menu-wrap .slide-menu .sub-menu {
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    left: 100%;
    top: 0px;
    z-index: 904;
}

.menu-wrap .slide-menu li {
    position: relative;
    list-style: none;
}

.menu-wrap .slide-menu li a {
    text-decoration: none;
    text-align: left;
    padding: 8px 60px 8px 20px;
    font-size: 13px;
    display: block;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: all ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: all ease-in 200ms;
    /* Opera */
    -ms-transition: all ease-in 200ms;
    /* IE9? */
    font-size: 13px;
    color: inherit;
    transition: color ease-in 200ms, border ease-in 200ms, background ease-in 200ms;
    -moz-transition: color ease-in 200ms, border ease-in 200ms, background ease-in 200ms;
    -webkit-transition: color ease-in 200ms, border ease-in 200ms, background ease-in 200ms;
    -o-transition: color ease-in 200ms, border ease-in 200ms, background ease-in 200ms;
    -ms-transition: color ease-in 200ms, border ease-in 200ms, background ease-in 200ms;
}

.menu-wrap .rtl .slide-menu li a {
    padding: 8px 20px 8px 60px;
    text-align: right;
}

.menu-wrap .slide-menu li.dir:before {
    content: "";
    right: 15px;
    top: 50%;
    position: absolute;
    margin-top: -2px;
    width: 5px;
    height: 5px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -moz-transform: rotate(-45deg);
    /* Firefox */
    -webkit-transform: rotate(-45deg);
    /* Safari and Chrome */
    -o-transform: rotate(-45deg);
    /* Opera */
    opacity: 0.9;
}

.menu-wrap .rtl .slide-menu li.dir:before {
    left: 15px;
    right: auto;
    -ms-transform: rotate(135deg);
    /* IE 9 */
    -moz-transform: rotate(135deg);
    /* Firefox */
    -webkit-transform: rotate(135deg);
    /* Safari and Chrome */
    -o-transform: rotate(135deg);
    /* Opera */
}

.menu-wrap .rtl .boxslide,
.menu-wrap .rtl .boxslide .menu-centerbox ul {
    text-align: right;
}

.menu-wrap .sub-menu {
    transition: top ease-out 200ms;
    -moz-transition: top ease-out 200ms;
    -webkit-transition: top ease-out 200ms;
    -o-transition: top ease-out 200ms;
    -ms-transition: top ease-out 200ms;
}

.menu-wrap .slide-menu li:hover>a,
.menu-wrap .slide-menu li.subcurrent>a {
    color: #FFF;
    background-color: #20a3f0;
}

.menu-wrap .slide-menu li.dir:before {
    border-right: 1px solid;
    border-bottom: 1px solid;
    transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
}

.menu-wrap .slide-menu li.dir:hover:before,
.menu-wrap .slide-menu li.dir.subcurrent:before {
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}

.menu-wrap .slide-menu li a>span>i {
    color: inherit;
    font-size: 13px;
}

.menu-wrap .slide-menu li a:hover>span>i,
.menu-wrap .slide-menu li.menu-hover>a>span>i,
.menu-wrap .slide-menu li.current>a>span>i,
.menu-wrap .slide-menu li.subcurrent>a>span>i {
    color: #FFF;
}

.menu-wrap .slide-menu li>a>span {
    display: inline-block;
    transition: transform ease-in 200ms;
    -moz-transition: transform ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: transform ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: transform ease-in 200ms;
    /* Opera */
    -ms-transition: transform ease-in 200ms;
    /* IE9? */
}

.menu-wrap .slide-menu li a:hover>span,
.menu-wrap .slide-menu li.menu-hover>a>span {
    transform: translate(4px, 0);
    -webkit-transform: translate(4px, 0);
}

.menu-wrap .rtl .slide-menu li a:hover>span,
.menu-wrap .rtl .slide-menu li.menu-hover>a>span {
    transform: translate(-4px, 0);
    -webkit-transform: translate(-4px, 0);
}

.menu-wrap .slide-menu li a {
    padding-left: 14px;
}

.menu-wrap .rtl .slide-menu li a {
    padding-right: 14px;
}

@media only screen and (min-width: 1200px) {
    .menu-wrap .slide-menu li a {
        padding-left: 18px;
    }
    .menu-wrap .rtl .slide-menu li a {
        padding-right: 18px;
    }
}

@media only screen and (min-width: 1600px) {
    .menu-wrap .slide-menu li a {
        padding-left: 21px;
    }
    .menu-wrap .rtl .slide-menu li a {
        padding-right: 21px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-wrap .slide-menu li a {
        padding-left: 13px;
    }
    .menu-wrap .rtl .slide-menu li a {
        padding-right: 13px;
    }
}

/*Fixed Menu Style Start*/

.roll-activated {
    color: #666;
    background-color: #ffffff;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.header-dark-transparent.roll-activated {
    background-color: rgba(3,13,41, 0.9);
    color: #fff;
}

.admin-bar .roll-activated {
    top: 32px!important;
}

.roll-activated .menu-wrap>ul>li:hover>a>span,
.roll-activated .menu-wrap>ul>li.current>a>span,
.roll-activated .menu-wrap>ul>li.menu-hover>a>span {
    color: #20a3f0;
}

.roll-activated .menu-wrap>ul>li {
    padding: 15px 0;
}

.roll-activated .menu-wrap>ul>li>a {
    line-height: 40px;
}

.roll-activated .logo-main {
    height: 40px;
    line-height: 40px;
}

.roll-activated .logo-main img{
    max-height: 40px;
}

.roll-activated .logo-main .Logobox,
.roll-activated .Logobox .logo-main {
    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 2px 2px 2px 2px;
}

.roll-activated .logo-main .Logobox a,
.roll-activated .Logobox .logo-main a {
    display: block;
    white-space: nowrap;
    line-height: 1;
    height: 100%;
}

.roll-activated .logo-main .Logobox a:after,
.roll-activated .Logobox .logo-main a:after {
    display: inline-block;
    width: 0;
    height: 100%;
    content: "";
    vertical-align: middle;
    overflow: hidden;
}

.roll-activated .LogoPane,
.roll-activated .mobileLogoPane,
.roll-activated .logo-main .Logobox {
    vertical-align: top;
}

.roll-activated .headerBox .headertopBox {
    display: none;
}

.roll-activated.roll-menu-dark {
    color: #fff;
    background-color: #252525;
}

.roll-activated.roll-menu-light {
    color: #666;
    background-color: #ffffff;
}

/*
    jQuery.mmenu oncanvas CSS
*/

.menu-wrap-mobile {
    position: fixed;
    top: 46px;
    left: 0;
    bottom: 0;
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
    margin: 0px;
    padding: 0px;
    clear: both;
    z-index: 941;
    display: none;
}

.menu-wrap-mobile .primary-structure {
    background-color: #FFF;
    padding: 15px 0;
    -moz-box-shadow: 0 0 5px #999;
    /* For Firefox3.6+ */
    -webkit-box-shadow: 0 0 5px #999;
    /* For Chrome5+, Safari5+ */
    box-shadow: 0 0 5px #999;
    /* For Latest Opera */
}

.menu-wrap-mobile ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-wrap-mobile li.dir {
    position: relative;
}

.menu-wrap-mobile .primary-structure>li>a,
.menu-wrap-mobile .menuslide>ul>li>a,
.menu-wrap-mobile .sub-menu>ul>li>a {
    padding: 8px 40px 8px 15px;
    display: block;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.menu-wrap-mobile .dropdown-submenu {
    position: absolute;
    top: 0;
    right: 0px;
    width: 41px;
    height: 41px;
    cursor: pointer;
}

.menu-wrap-mobile .dropdown-submenu:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #666666;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3px 0 0 -3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: transform ease-in 200ms;
}

.menu-wrap-mobile .dropdown-submenu.active:after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    border-color: #20a3f0;
}

.menu-wrap-mobile .dropdown-submenu.active+a {
    color: #20a3f0
}

.menu-wrap-mobile li.dir>.menuslide,
.menu-wrap-mobile li.dir>.sub-menu {
    display: none;
}

.menu-wrap-mobile .primary-structure>li>a {
    font-weight: bold;
}

.menu-wrap-mobile .primary-structure li li a {
    font-size: 13px;
}

.menu-wrap-mobile .primary-structure li .menuslide>ul>li>a {
    padding-left: 30px;
}

.menu-wrap-mobile .primary-structure li li .sub-menu>ul>li>a {
    padding-left: 40px;
}

.menu-wrap-mobile .primary-structure li li li .sub-menu>ul>li>a {
    padding-left: 50px;
}

.menu-wrap-mobile .primary-structure li li li li .sub-menu>ul>li>a {
    padding-left: 60px;
}

.menu-wrap-mobile .primary-structure li li li li li .sub-menu>ul>li>a {
    padding-left: 70px;
}

.menu-wrap-mobile .submenu-title {
    margin: 0;
    padding: 8px 0px;
    font-size: 14px;
    font-weight: bold;
}

.menu-wrap-mobile .MegaMenuList li {
    width: 100%!important;
    padding: 0!important;
}

.menu-wrap-mobile .MegaMenuList li a,
.menu-wrap-mobile .megamenu-list li a {
    display: block;
    padding: 8px 0;
}

.menu-wrap-mobile .MegaMenuList li:after {
    content: normal!important;
}

.menu-wrap-mobile .megamenu-list ul a {
    padding-left: 15px;
}

.menu-wrap-mobile .menu-pane-space {
    padding: 0px!important;
}

.menu-wrap-mobile .menupane {
    width: auto!important;
    float: none!important;
    padding: 0 15px 15px;
}

.menu-wrap-mobile a,
.menu-wrap-mobile a:link,
.menu-wrap-mobile a:active,
.menu-wrap-mobile a:visited {
    color: #333;
}

.menu-wrap-mobile a:hover {
    color: #20a3f0;
    text-decoration: none;
}

.menu-wrap-mobile .MegaMenuList li a {
    padding-left: 15px;
    padding-right: 15px;
}

.menu-wrap-mobile .MegaMenuList li a:hover {
    background-color: transparent;
}

.menu-wrap-mobile .MegaMenuList li a:hover span {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.overflow-hidden {
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    /*--------- Mobile Menu style ----------*/
    .mobile-right-icon {
        height: 50px;
        line-height: 50px;
        color: #333;
        font-size: 16px;
        text-align: right;
        position:relative;
        z-index: 999;
    }
    .mobile-right-icon .search-popup-box .icon {
        padding: 0 5px;
    }
    #ico-menu-mobile {
        width: 18px;
        display: inline-block;
        text-align: center;
    }
    .mobile-right-icon .fa.active:before {
        content: "\f00d";
        color: #20a3f0;
    }
    .mobile-right-icon .search-popup-box {
        vertical-align: top;
    }
    /*mobile menu */
}


/*search*/

.search-popup-box {
    position: relative;
    z-index: 1000;
    display: inline-block;
    vertical-align: middle;
}

.search-popup-box .popup-content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.98);
    z-index: 1000;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    color: #666;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: all ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: all ease-in 200ms;
    /* Opera */
    -ms-transition: all ease-in 200ms;
    /* IE9? */
}

.search-popup-box .popup-content.active {
    opacity: 1;
    visibility: visible;
}

.search-popup-box .icon {
    color: inherit;
    font-size: 16px;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
    padding: 5px;
    transition: color ease-in 200ms;
    -moz-transition: color ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: color ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: color ease-in 200ms;
    /* Opera */
    -ms-transition: color ease-in 200ms;
    /* IE9? */
}

.search-popup-box .icon.active,
.search-popup-box:hover .icon {
    color: #20a3f0;
}

.search-popup-box .popup-center {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.search-popup-box form {
    display: inline-block;
    width: 846px;
    max-width: 80%;
    overflow: hidden;
    position: relative;
}

.search-popup-box .text {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 2px solid #666666;
    font-size: 20px;
    color: #333;
    padding: 20px 60px 20px 20px;
    outline: none;
    /* text-align: center; */
}

.search-popup-box .text::-webkit-input-placeholder {
    color: #999;
    opacity: 0.9;
}

.search-popup-box .text:-moz-placeholder {
    color: #999;
    opacity: 0.9;
}

.search-popup-box .text::-moz-placeholder {
    color: #999;
    opacity: 0.9;
}

.search-popup-box .text:-ms-input-placeholder {
    color: #999;
    opacity: 0.9;
}

.search-popup-box .text:placeholder {
    color: #999;
    opacity: 0.9;
}

.search-popup-box .submit {
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 26px;
    color: #666666;
    border: none;
    background: none;
    outline: none;
    transition: color ease-in 200ms;
    -moz-transition: color ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: color ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: color ease-in 200ms;
    /* Opera */
    -ms-transition: color ease-in 200ms;
    /* IE9? */
}

.search-popup-box .submit:hover {
    color: #20a3f0;
}

.search-popup-box .popup-close {
    position: absolute;
    right: 20px;
    top: 50px;
    cursor: pointer;
    font-size: 20px;
    transition: color ease-in 200ms;
    -moz-transition: color ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: color ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: color ease-in 200ms;
    /* Opera */
    -ms-transition: color ease-in 200ms;
    /* IE9? */
}

.search-popup-box .popup-close:hover {
    color: #20a3f0;
}

.search-popup-box .info {
    color: #666666;
    font-size: 15px;
    font-weight: bold;
}

.search-popup-box-active {
    overflow: hidden;
}

.search-popup-box.box-dark .popup-content {
    background-color: rgba(0, 0, 0, 0.7);
}

.search-popup-box.box-dark .popup-content {
    color: #FFF;
}

.search-popup-box.box-dark .text {
    color: #b5b5b5;
}

@media only screen and (max-width: 767px) {
    .search-popup-box .text {
        font-size: 13px;
        padding: 10px 28px 10px 3px;
        line-height: 30px;
    }
    .search-popup-box .submit {
        font-size: 18px;
        margin-top: -10px;
    }
    .search-popup-box form {
        max-width: 85%;
    }
}

.header-replace {
    height: 100px;
}
.pagetitleBox .title {
    margin: 0;
    /* font-weight: bold; */
}

.pagetitleBox .title+*,
.pagetitleBox .breadcrumb-box+*,
.pagetitleBox .pagetitle-info+* {
    margin-top: 1em;
}

.breadcrumb-box {}

.breadcrumb-box a,
.breadcrumb-box a:link,
.breadcrumb-box a:active,
.breadcrumb-box a:visited {
    color: inherit;
}

.breadcrumb-box a:hover {
    color: #20a3f0;
}

.breadcrumb-box .fa {
    margin-right: 0.4em;
}

.breadcrumb-box .separator {
    padding: 0px 0.25em;
}

.breadcrumb-box {
    font-size: 12px;
}

.breadcrumb-box ol {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.breadcrumb-box ol li {
    display: inline;
    padding-left: 0;
}

.pagetitle-layout-center {
    text-align: center;
    padding: 30px 0;
}

.pagetitle-layout-center .title {}

.pagetitle-layout-center .breadcrumb-box {}

.pagetitle-layout-center .pagetitle-info {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pagetitle-layout-center .pagetitle-info {
        max-width: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .pagetitle-layout-center .pagetitle-info {
        max-width: 95%;
    }
}

.pagetitle-layout-normal {
    position: relative;
    padding: 20px 0;
    background-color: #fcfcfc;
}

.pagetitle-layout-normal .pagetitle-border {
    display: table;
    width: 100%;
}

.pagetitle-layout-normal .pagetitle-border>.pagetitle-left {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.pagetitle-layout-normal .pagetitle-border>.pagetitle-center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.pagetitle-layout-normal .pagetitle-border>.pagetitle-right {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}


.pagetitle-md {
    padding: 60px 0;
}
.pagetitle-md .title {
    font-size: 26px;
}

.pagetitle-images {
    background-image: url(../inset/pages-images/pagetitle_bg01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pagetitle-images,
.pagetitle-images a,
.pagetitle-images a:link,
.pagetitle-images a:active,
.pagetitle-images a:visited,
.pagetitle-images .title {
    color: #FFF;
}

.pagetitle-images a:hover {
    color: #20a3f0;
}

.pagetitle-grey {
    background-color: #f8f8f8;
}

@media only screen and (max-width: 767px) {
    .pagetitle-border .pagetitle-left,
    .pagetitle-border .pagetitle-center,
    .pagetitle-border .pagetitle-right {
        display: block!important;
        text-align: center!important;
    }
    .pagetitle-border .pagetitle-info {
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .pagetitle-left,
    .pagetitle-center {
        margin-bottom: 20px;
    }
    .pagetitle-md {
        padding: 40px 0;
    }
    .pagetitle-md .title {
        font-size: 20px;
    }
}




.slider-content {
    max-width: 1200px;
    margin: 0 auto;
}
.slider-content-inner {
    padding: 18% 30px 30px 30px;
    color: #fff;
    line-height: 30px;
    position: relative;
}

.slider-content-inner.right {
    text-align: right;
}

.slider-content-inner.center {
    text-align: center;
}

.slider-content-inner .slider-title {
    color: #fff;
    font-size: 30px;
}

.slider-content-inner .slider-text {
    margin: 20px 0;
    font-size: 16px;
}

.slider-item-url {
    display: block;
    width: 100%;
    height: 100%;
}

.owl-carousel.owl-hidden {
    opacity: 1!important;
}

.theme-carousel.carousel-center .owl-item {
    opacity: 0.3;
    max-width: 1200px;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: all ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: all ease-in 200ms;
    /* Opera */
    -ms-transition: all ease-in 200ms;
    /* IE9? */
}

.theme-carousel.carousel-center .owl-item.center {
    opacity: 1;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    width: 57px;
    height: 57px;
    line-height: 53px;
    font-size: 20px;
    text-align: center;
    border: 2px solid #919191;
    background-color: transparent;
    top: 50%;
    margin-top: -29px;
    color: #919191;
    border-radius: 50%;
    opacity: 0.6;
    position: absolute;
}

.theme-carousel .owl-nav .owl-prev,
.theme-carousel .owl-nav .owl-next {
    opacity: 0;
}

.theme-carousel:hover .owl-nav .owl-prev,
.theme-carousel:hover .owl-nav .owl-next {
    opacity: 0.3;
}

.theme-carousel .owl-item .item {
    /* padding: 0px 5px; */
}

.theme-carousel .owl-item .item img {
    max-width: none;
    max-height: 100%;
}

@media only screen and (max-width: 768px) {
    .theme-carousel.fixed-height .owl-item .item {
        height: 380px!important;
    }
    .theme-carousel .owl-nav .owl-prev, .theme-carousel .owl-nav .owl-next {
        display: none;
    }
    .slider-content-inner .slider-title {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .theme-carousel.fixed-height .owl-item .item {
        height: 400px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .theme-carousel.fixed-height .owl-item .item {
        height: 500px;
    }
}

.owl-nav .owl-prev {
    left: 5%;
}

.owl-nav .owl-next {
    left: auto;
    right: 5%;
}

.theme-carousel .owl-nav .owl-prev:before,
.theme-carousel .owl-nav .owl-next:before {
    border-color: inherit;
    width: 15px;
    height: 15px;
    border-width: 3px;
    margin: -8px 0 0 -4px;
}

.theme-carousel .owl-nav .owl-next:before {
    margin-left: -8px;
}

.theme-carousel .owl-nav .owl-prev:hover,
.theme-carousel .owl-nav .owl-next:hover {
    color: #919191;
    background-color: transparent;
    opacity: 1;
}

.owl-carousel .owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
}

.owl-carousel .owl-dot span{
    height: 4px;
    width: 20px;
    display: block;
    background: rgba(229,229,229, 0.8);
    margin: 0 3px;
}

.owl-carousel .owl-dot.active span {
    background: rgba(32,163,240,0.8);
}

.case-grid .owl-carousel .owl-dots {
    bottom: 0;
}

.team-carousel .owl-dots {
    display: none;
}

.detail-gallery {
    background: #f4f4f4;
    margin-bottom: 20px;
}

.detail-gallery .owl-dots {
    display: none;
}

.owl-thumbs {
    text-align: center;
    padding: 0 10px;
}

.owl-thumb-item {
    display: inline-block;
    width: 9%;
    padding: 16px 0;
}

.owl-thumb-item:hover {
    cursor: pointer;
}

.owl-thumb-item img{
    opacity: .4;
}

.owl-thumb-item.active img{
    opacity: 1;
}

.portfolios_isotope .owl-thumbs {
    display: none;
}

.gallery-wrap {
    margin-right: 16px;
}
.content-second-enabled .gallery-wrap,
.col-md-12.gallery-wrap {
    margin-right: 0;
}
.detail-wrap {
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (max-width: 768px) {
    .gallery-wrap {
        margin-right: 0;
    }
}

/***************************Team begin*************************/

.team-style-1{
    text-align:center;
    margin-bottom:20px;
}
.team-style-1 img{
    max-width:100%;
    width:100%;
}
.team-style-1 .info{
    padding:40px 20px;
    background-color:#f8f8f8;
}
.team-style-1 .info h3,
.team-style-1 .info{
    transition:         all ease-in 200ms;
    -moz-transition:    all ease-in 200ms; /* Firefox 4 */
    -webkit-transition: all ease-in 200ms; /* Safari and Chrome */
    -o-transition:      all ease-in 200ms; /* Opera */
    -ms-transition:     all ease-in 200ms; /* IE9? */
}
.blog-detail .detail-description .team-style-1 .info h3{
    margin:0;
    font-size:20px;
}
.team-style-1 .info h3 a {
    color: #333;
}
.team-style-1 .social{
    margin-top:22px;
}
.team-style-1 .social a{
    width:40px;
    height:40px;
    line-height:38px;
    text-align:center;
    display:inline-block;
    margin:0px 1px 3px;
    border:1px solid #c2c2c2;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    color:#666666;
    font-size:16px;
    vertical-align:middle;
    transition:         all ease-in 200ms;
    -moz-transition:    all ease-in 200ms; /* Firefox 4 */
    -webkit-transition: all ease-in 200ms; /* Safari and Chrome */
    -o-transition:      all ease-in 200ms; /* Opera */
    -ms-transition:     all ease-in 200ms; /* IE9? */
}
.team-style-1 .social a em{
    vertical-align:middle;
}
.team-style-1:hover .info{
    color:#FFF;
    background-color:#20a3f0;
}
.team-style-1:hover .info h3 a{
    color:#FFF;
}
.team-style-1:hover .social a{
    border-color:#FFF;
    background-color:#FFF;
    color:#20a3f0;
}
.team-style-1 .social a:hover{
    text-decoration:none;
}
.team-carousel .img-responsive {
    display: block;
}
.team-carousel .owl-nav .owl-prev {
    left: -5%;
}
.team-carousel .owl-nav .owl-next {
    right: -5%;
}



.dg-accordion01 .panel-heading{
    border:1px solid #eceff1;
    background-color:transparent;
    padding:0;
    position:relative;
}
.dg-accordion01 .panel,
.dg-accordion01 .panel-body{
    border:none!important;
}
.dg-accordion01 .panel-body{
    padding: 18px 0px 0px 16px;
}
.dg-accordion01 .panel-heading a{
    display:block;
    color:#424242;
    padding: 12px 23px 11px 54px;
    font-size:15px;
}
.blog-detail .detail-description .dg-accordion01 .panel-heading h4{
    margin:0;
}
.dg-accordion01 .panel-heading a.collapsed{
    color:#424242;
}
.dg-accordion01 .panel-heading a:hover,
.dg-accordion01 .panel-heading a{
    color:#20a3f0;
    text-decoration:none;
}
.dg-accordion01 .panel+.panel {
    margin-top: 18px;
}
.dg-accordion01 .panel-heading .arrow{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:40px;
    border-right:1px solid #ebeef0;
}
.dg-accordion01 .panel-heading .arrow:after {
    content: "";
    width: 2px;
    height: 14px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -1px;
    z-index: 1;
    opacity: 0;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
}
.dg-accordion01 .panel-heading .arrow:before {
    content: "";
    width: 14px;
    height: 2px;
    background: #20a3f0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin:-1px 0 0 -7px;
    z-index: 1;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
}
.dg-accordion01 .panel-heading a.collapsed .arrow:before, 
.dg-accordion01 .panel-heading a.collapsed .arrow:after {
    background: #333;
    opacity: 1;
 }
.dg-accordion01 .panel-heading a.collapsed:hover .arrow:before,
.dg-accordion01 .panel-heading a.collapsed:hover .arrow:after{
    background: #20a3f0;
}

.dg-accordion02 .panel {
    border:1px solid #e6e6e6;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
}
.dg-accordion02 .panel-heading{
    background-color:transparent;
    padding:0;
    position:relative;
}
.dg-accordion02 .panel-heading:before{
    content:"";
    width:3px;
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    background-color:#20a3f0;
}
.dg-accordion02 .panel-body{
    border-color:#e6e6e6;
}
.dg-accordion02 .panel-body{
    padding: 24px 18px 18px 19px;
}
.dg-accordion02 .panel-heading a{
    display:block;
    color:#424242;
    padding: 12px 54px 11px 20px;
    font-size:15px;
    margin:-1px -1px 0;
}
.dg-accordion02 .panel-heading h4{
    margin:0;
}
.dg-accordion02 .panel-heading a.collapsed{
    color:#424242;
    background-color:transparent;
}
.dg-accordion02 .panel-heading a:hover,
.dg-accordion02 .panel-heading a{
    background-color:#20a3f0;
    color:#fff;
    text-decoration:none;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
}
.dg-accordion02 .panel+.panel {
    margin-top: 14px;
}
.dg-accordion02 .panel-heading .arrow{
    position:absolute;
    top:0;
    right:0;
    height:100%;
    width:33px;
    border-left:1px solid #e6e6e6;
}
.dg-accordion02 .panel-heading .arrow:after {
    content: "";
    width:0;
    height:0px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-2px 0 0 -5px;
    border-top:5px solid #FFF;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
}

.dg-accordion02 .panel-heading a.collapsed .arrow:after{
    transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
}
.dg-accordion02 .panel-heading a.collapsed .arrow:after{
    border-top-color:#494949;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body{
    border-top:none;
}

.dg-accordion03 .panel {
    border:none;
}
.dg-accordion03 .panel-heading{
    background-color:#fbfbfb;
    padding:0;
    position:relative;
}
.dg-accordion03 .panel-body{
    padding: 24px 18px 21px 19px;
}
.dg-accordion03 .panel-heading a{
    display:block;
    color:#424242;
    padding: 12px 23px 11px 20px;
    font-size:15px;
    margin:0;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.dg-accordion03 .panel-heading a .fa{
    margin-right:12px;
    font-size:1.2em;
    display:inline-block;
    vertical-align:middle;
}
.dg-accordion03 .panel-heading h4{
    margin:0;
}
.dg-accordion03 .panel-heading a.collapsed{
    color:#424242;
    background-color:transparent;
}
.dg-accordion03 .panel-heading a:hover,
.dg-accordion03 .panel-heading a{
    background-color:#20a3f0;
    color:#fff;
    text-decoration:none;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
}
.dg-accordion03 .panel+.panel {
    margin-top: 14px;
}
.dg-accordion03 .panel-heading .arrow{
    position:absolute;
    top:0;
    right:0;
    height:100%;
    width:40px;
}
.dg-accordion03 .panel-heading .arrow:after {
    content: "";
    width:7px;
    height:7px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-4px 0 0 -4px;
    border-right:1px solid #ffffff;
    border-bottom:1px solid #ffffff;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
}
.dg-accordion03 .panel-heading .collapsed:hover .arrow:after{
    border-right-color:#ffffff;
    border-bottom-color:#ffffff;
}
.dg-accordion03 .panel-heading a.collapsed .arrow:after{
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    border-right-color:#5b5b5b;
    border-bottom-color:#5b5b5b;
}



[class *= "dg-testimonials"] .owl-dots{
    margin-top:26px;
}
[class *= "dg-testimonials"] .owl-dots .owl-dot{
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin: 0 6px 3px;
    border: 1px solid transparent;
    position:relative;
    border-radius: 50%;
    transition:         border-color ease-in 200ms;
    -moz-transition:    border-color ease-in 200ms; /* Firefox 4 */
    -webkit-transition: border-color ease-in 200ms; /* Safari and Chrome */
    -o-transition:      border-color ease-in 200ms; /* Opera */
    -ms-transition:     border-color ease-in 200ms; /* IE9? */
}
[class *= "dg-testimonials"] .owl-dots .owl-dot:after{
    content:"";
    top:2px;
    left:2px;
    right:2px;
    bottom:2px;
    position:absolute;
    background-color:#dcdcdc;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    transition:         background-color ease-in 200ms;
    -moz-transition:    background-color ease-in 200ms; /* Firefox 4 */
    -webkit-transition:     background-color ease-in 200ms; /* Safari and Chrome */
    -o-transition:      background-color ease-in 200ms; /* Opera */
    -ms-transition:     background-color ease-in 200ms; /* IE9? */
}
[class *= "dg-testimonials"] .owl-dots .owl-dot.active{
    border-color:#20a3f0 ;
    background-color:transparent;
}
[class *= "dg-testimonials"] .owl-dots .owl-dot.active:after{
    background-color:#20a3f0 ;
}

[class *= "dg-testimonials"] .owl-dots .owl-dot.active{
    border-color:#20a3f0 ;
    background-color:transparent;
}
[class *= "dg-testimonials"] .owl-dots .owl-dot.active:after{
    background-color:#20a3f0 ;
}
[class *= "dg-testimonials"].color-white .owl-nav .owl-prev:before, 
[class *= "dg-testimonials"].color-white .owl-nav .owl-next:before{
    border-color:#FFF;
}
[class *= "dg-testimonials"].color-white .owl-dots .owl-dot:after{
    background-color:#FFF;
}
[class *= "dg-testimonials"].color-white .owl-dots .owl-dot.active:after{
    background-color:#fff;
}
[class *= "dg-testimonials"].color-white .owl-dots .owl-dot.active{
    border-color:#FFF;
}


.dg-testimonials01 {
   text-align:center;
   padding:0;
   margin:0 auto 30px;
}
.dg-testimonials01 img {
    width: 100%;
}
.dg-testimonials01 blockquote{
  position:relative;
  padding:0;
  font-style:normal;
  color:inherit;
  line-height:2;
  letter-spacing:0.05em;
  border-left: 0;
  width: 90%;
  margin: 0 auto;
}
.dg-testimonials01 blockquote p{
    font-weight: normal;
    font-style:italic;
    position: relative;
    text-indent: inherit;
    font-size: 16px;
    line-height: 1.8;
}
.dg-testimonials01 blockquote footer{
    text-align: center;
    font-size: 16px;
    line-height: 1.7;
    font-weight: bold;
    color: #666666;
    margin:34px 0 0;
    padding: 0 0 0 0;
    /*display: inline-block;*/
    vertical-align: middle;
}
.dg-testimonials01 blockquote footer:before{
    content:normal;
}
.dg-testimonials01 blockquote .pic{
    margin: 0;
    overflow: hidden;
    display: inline-block;
    margin: 0 14px 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    vertical-align: middle;
    padding:2px;
    border:1px solid #d8d8d8;
    max-width: 70px;
}
.dg-testimonials01 blockquote .pic img{
    max-width:100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.dg-testimonials01 blockquote .info{
    display:inline-block;
    font-size:16px;  
    vertical-align:middle;
    font-style:normal;
    text-align:left;
    color:#333333;
}
.dg-testimonials01 blockquote .info cite{
    display:block;
    color:#666666;
    font-size:14px;
    font-weight:normal;
}
.dg-testimonials01 .owl-nav .owl-prev, 
.dg-testimonials01 .owl-nav .owl-next{
    background-color:transparent;
    /* border:1px solid #999999; */
    /* width:43px; */
    /* height:43px; */
    opacity:0.3;
}
.dg-testimonials01 .owl-nav .owl-prev{
    left: 0;
}
.dg-testimonials01 .owl-nav .owl-next{
    left: auto;
    right: 0;
}
.dg-testimonials01 .owl-nav .owl-prev:before, 
.dg-testimonials01 .owl-nav .owl-next:before{
    border-color:#999999;
    border-width:1px;
}
.dg-testimonials01 .owl-nav .owl-prev:hover, 
.dg-testimonials01 .owl-nav .owl-next:hover{
    background-color:transparent;
    opacity:1;
}

.dg-testimonials01 .item:before{
    content: "“";
    font-family:Arial,Verdana,Tahoma,sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color:#f0f0f0;
    font-size:160px;
    display:inline-block;
    margin:30px auto 20px;
    line-height: 160px;
    overflow: hidden;
    height: 60px;
}

.dg-testimonials01.color-white blockquote .info{
    color:#ffffff;
}
.dg-testimonials01.color-white blockquote .info cite{
    color:#ffffff;
}
.dg-testimonials01.color-white .owl-nav .owl-prev, 
.dg-testimonials01.color-white .owl-nav .owl-next{
    border-color:#FFF;
    opacity:0.5;
}
.dg-testimonials01.color-white .owl-nav .owl-prev:hover, 
.dg-testimonials01.color-white .owl-nav .owl-next:hover{
    opacity:1;
}


@media only screen and (max-width: 767px) {
    .dg-testimonials01 blockquote p{
        font-size: 14px;
    }
    .dg-testimonials01 .owl-prev {
        left:0px;
        right:auto;
        display:none;
    }
    .dg-testimonials01 .owl-next{
        right:0px;
        left:auto;
        display:none;
    }
}


.blog-detail .detail-description .dg-loadlist1 p{
    font-size:14px;
    margin-bottom:7px;
    color:#333333;
}
.dg-loadlist1 .progress {
    height:10px;
    padding:0;
    -webkit-box-shadow:none;
    box-shadow:none;
    position: relative;
    overflow:visible;
    margin:0 0 28px 0;
    z-index:1;
    background-color:transparent;
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
}
.dg-loadlist1 .progress:after {
    content:"";
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:-1;
    position:absolute;
    background-color:#f2f2f2;
    border:1px solid #e9e9e9;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    background-image: linear-gradient(to bottom, #fff , #f2f2f2, #fff );
    background-image: -webkit-linear-gradient(bottom, #fff , #f2f2f2, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f2f2f2', GradientType=0 );
}
.dg-loadlist1 .bar{
    height: 10px;
    line-height:10px;
    width: 0;
    color:#333333;
    transition: width ease-in 400ms;
    -moz-transition: width ease-in 400ms; /* Firefox 4 */
    -webkit-transition: width ease-in 400ms; /* Safari and Chrome */
    -o-transition: width ease-in 400ms; /* Opera */
    -ms-transition: width ease-in 400ms; /* IE9? */
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    text-align:right;
}
.dg-loadlist1 .bar span {
    position:absolute;
    right:0px;
    top:-21px;
    font-size:14px;
    line-height:1;
    padding:3px 6px;
    border-bottom:none;
    background-color:transparent;
    color:#666;
}

.dg-loadlist2 p{
    font-size:14px;
    margin-bottom:7px;
    color:#333333;
}
.dg-loadlist2 .progress {
    height:10px;
    padding:0;
    -webkit-box-shadow:none;
    box-shadow:none;
    position: relative;
    overflow:visible;
    margin:0 0 28px 0;
    z-index:1;
    background-color:transparent;
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
}
.dg-loadlist2 .progress:after {
    content:"";
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:-1;
    position:absolute;
    background-color:#f2f2f2;
    border:1px solid #e9e9e9;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    background-image: linear-gradient(to bottom, #fff , #f2f2f2, #fff );
    background-image: -webkit-linear-gradient(bottom, #fff , #f2f2f2, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f2f2f2', GradientType=0 );
}
.dg-loadlist2 .bar{
    height: 10px;
    line-height:10px;
    width: 0;
    color:#333333;
    transition: width ease-in 400ms;
    -moz-transition: width ease-in 400ms; /* Firefox 4 */
    -webkit-transition: width ease-in 400ms; /* Safari and Chrome */
    -o-transition: width ease-in 400ms; /* Opera */
    -ms-transition: width ease-in 400ms; /* IE9? */
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    text-align:right;
    background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
    position:relative;
}
.dg-loadlist2 .bar span {
    position:absolute;
    right:0px;
    top:-29px;
    font-size:13px;
    line-height:1;
    padding:3px 6px;
    border-bottom:none;
    color:#20a3f0;
    border:1px solid #20a3f0;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background-color:#FFF;
}
.dg-loadlist2 .bar span:after{
    content:"";
    position:absolute;
    top:100%;
    left:50%;
    margin:-2px 0 0 -3px;
    width:5px;
    height:5px;
    border-bottom:1px solid #20a3f0;
    border-right:1px solid #20a3f0;
    background-color:#FFF;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
}

.bg-pink {
    background-color: #dc717c!important;
    color: #fff;
}
.bg-blue {
    background-color: #20a3f0!important;
}
.bg-purple {
    background-color: #9b61dc!important;
}
.bg-green {
    background-color: #22d3a7!important;
}
.bg-yellow {
    background-color: #f0ad4e!important;
}

/********************posts list block *****************/
.post-list .media-list {
    margin-left: 0;
}
.media-list .media:first-child{
    margin-top: 15px;
}
.media-left {
    display: inline-block;
    float: left;
}
.media-left .list-date {
    width:80px; 
    left:0;
    text-align:center;
    color:#333333;
    display:table-cell;
    vertical-align: middle;
}

.media-left .list-date .day{
    display: block;
    background-color: #eeeeee;
    height: 36px;
    line-height: 36px;
    /* font-family: "Oswald"; */
    font-size: 24px;
    color: #333333;
}
.media-left .list-date .month{
    display:block;
    height:24px;
    line-height:24px;
    color:#FFF;
    font-size:14px;
    background-color:#20a3f0;
}
.media-body h4 a {
    color: #181818;
    font-size: 16px;
}
.media-info,
.media-info a {
    color: #999;
    font-size: 12px;
}

.media-info span {
    margin-right: 12px;
}
.media-info span .fa {
    margin-right: 4px;
}


.items-carousel .owl-nav .owl-prev,
.items-carousel .owl-nav .owl-next{
    color: #fff;
    width:40px;
    height:60px;
    line-height: 60px;
    margin:0;
    margin-top: -30px;
    border: 0;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    background-color: rgba(0,0,0,.8);
}
.items-carousel .owl-nav .owl-prev:hover,
.items-carousel .owl-nav .owl-next:hover{
    background-color: rgba(0,0,0,1);
}
.items-carousel .owl-nav .owl-prev{
    left:0;
}
.items-carousel .owl-nav .owl-next{
    right:0;
}
.items-carousel .owl-nav .owl-prev:before{
    width:20px;
    height:20px;
    margin:-10px 0 0 -6px;

} 
.items-carousel .owl-nav .owl-next:before{
    width:20px;
    height:20px;
    margin:-10px 0 0 -12px;
}

/***************Partner block*******************/
.partner-grid .owl-nav,
.partner-grid .owl-dots {
    display: none;
}

/***************Tabs**********************/
.tab-layout-default ul {
    margin: 0;
}
.nav-tabs{
    margin: 0;
    border-bottom: 1px solid #DCDCDC;
}
.nav-stacked {
    margin: 0;
    border-bottom: 0;
    padding-right: 0;
}
.nav-stacked>li>a{
    margin-right: 0;
}
.tab-layout-default .tab-content {
    padding-top: 20px;
}
.nav-center {
    text-align: center;
}
.nav-right {
    text-align: right;
}
.nav-right>li,
.nav-center>li {
    float: none;
    display: inline-block;
}
.nav-tabs>li>a {
    font-size: 16px;
    color: #424242;
    border-radius: 0;
}

.nav-pills>li>a {
    border-radius: 4px;
    border: none;
    padding: 7px 20px;
    font-size: 16px;
    color: #424242;
    margin: 0 10px 0 0;
    background-color: #f0f0f0;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.nav-right.nav-pills>li>a {
    margin: 0 0 0 10px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background-color: #20A3F0;
}

.tab-layout-stacked .tab-content{
    padding-right: 0;
}
.tab-layout-stacked .nav-tabs>li.active>a,
.tab-layout-stacked .nav-tabs>li.active>a:focus,
.tab-layout-stacked .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-right-color: transparent;
    border-left: 2px solid #20A3F0;
    margin-right: -1px;
    z-index: 9;
}
.wpkj-theme-tabs .post-item {
    margin-bottom: 20px;
}

.product-main.row {
    margin-left: -10px;
    margin-right: -10px;
}

.product-main .post-item {
    padding-left: 10px;
    padding-right: 10px;
}

/***************************************/
.blog-detail .entry-meta {
    margin-bottom: 12px;
}
.blog-detail .entry-meta span {
    margin-right: 12px;
}
.blog-detail .entry-meta .fa {
    margin: 0 4px 0 0;
}
.blog-detail .entry-meta, 
.blog-detail .entry-meta a, 
.blog-detail .entry-meta a:link, 
.blog-detail .entry-meta a:active, 
.blog-detail .entry-meta a:visited{
   color:#999999;
   font-size: 12px;
}
.blog-detail .entry-meta a:hover{
    color:#FF214F;
}
.portfolio-detail .detail-title {
    font-size: 24px;
    color: #333333;
    margin: 0 0 20px;
    font-weight: 400;
}
.blog-detail .detail-description p {
    margin-bottom: 20px;
}
.social-share {
    font-size: 14px;
    -webkit-text-stroke-width: 0;
}
.social-share span{
    font-weight: 600;
}
.social-share .social-share-icon {
    width: 28px;
    height: 28px;
    font-size: 16px;
    border-radius: 2px;
    line-height: 28px;
    opacity: .85;
}

.social-share .social-share-icon:hover {
    opacity: 1;
}

.inquiry-form {
    border-top: 1px solid #ddd;
    margin: 30px 0;
}

.inquiry-form h2 {
    font-size: 24px;
    margin: 20px 0;
}
.quform-edit-form .quform-edit-form-link {
    display: none;
}
.quform-button-submit-default>button {
    padding: 10px;
    min-width: 200px;
}
.quform-label {
    font-size: 14px;
}
.quform .quform-field-captcha, .quform .quform-field-date, .quform .quform-field-email, .quform .quform-field-file, .quform .quform-field-multiselect, .quform .quform-field-password, .quform .quform-field-select, .quform .quform-field-text, .quform .quform-field-textarea, .quform .quform-field-time, .quform .select2-container--quform .select2-selection{
    font-size: 14px;
}
.related-items h2 {
    margin-bottom: 20px;
    font-size: 24px;
}

.related-items .list-description,
.related-items .list-bottom-info {
    display: none;
}

.related-items .loop-grid .list-main {
    height: 126px;
    overflow: hidden;
}

/******************* .detail-description begin ***********************/

.detail-description blockquote {
    border-color: #20A3F0;
}
.detail-description blockquote p{
    text-indent:0;
    font-style:normal;
    font-size:14px;
}
.detail-description blockquote cite{
    color:#424242;
    font-size:14px;
    font-weight:bold;
}
.detail-description > ul {
    margin: 20px 0 20px 30px;
}

/******************** Team ***************************/
.detail-title span{
    font-size: 16px;
}

.detail-description .member-info {
    list-style: none;
    margin: 0;
}
.detail-description .member-info li {
    margin: 12px 0;
}
.detail-description .member-info em {
    width: 20px;
}

/***********************  wp-block  begin **********************/

.wp-block-cover.alignleft {
    float: left;
    margin-right: 20px;
}
.wp-block-cover.alignright {
    float: right;
    margin-left: 20px;
}

.wp-block-separator.is-style-default {
    width: 80px;
    border-top-color: #ccc;
}

.detail-description .wp-block-gallery {
    margin: 20px 0;
}

/***********************  wp-block end **********************/

.comments-area .comments-title,
.comments-area .comment-reply-title{
    font-size:18px;
    color:#333;
    background-color:#f4f4f4;
    padding:12px 10px 12px 18px;
    line-height:1.2;
    margin:0 0 30px;
}

.comments-area .comment-list,
.comments-area .children {
    list-style: none;
    margin: 0;
}

.comments-area .comment {
    margin-left: 100px;
    position: relative;
    padding: 20px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 40px;
    background-color: #FFF;
}
.comments-area .comment:before{
    content: "";
    position: absolute;
    right: 100%;
    top: 35px;
    margin-right: -4px;
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    background-color: #FFF;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.comments-area .children .comment {
    margin-top: 20px;
    margin-bottom: 0;
}

.comments-area .children .comment,
.comments-area .children .comment:before,
.comments-area .children .children .comment,
.comments-area .children .children .comment:before,
.comments-area .children .children .children .comment,
.comments-area .children .children .children .comment:before {
    background-color: #fcfcfc;
}

.comments-area .children .children .comment,
.comments-area .children .children .comment:before,
.comments-area .children .children .children  .children .comment,
.comments-area .children .children .children  .children .comment:before {
    background-color: #fff;
}

.comments-area .comment-author {
    width: 80px;
    text-align: center;
    position: absolute;
    top: 0;
    left: -100px;
}
.comment-author .fn {
    display: block;
    font-size: 12px;
    font-weight: 400;
}
.comment-author .says {
    display: none;
}
.comment-author a {
    color: #666;
}
.comment-metadata a {
    font-size: 12px;
    color: #666;
}

.comment-author img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    margin-bottom: 4px;
    border: 1px solid #f4f4f4;
}

.comments-area .reply {
    text-align: right;
}

.comment-respond textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 8px 12px 8px 5px;
    margin: 0;
    line-height: 28px;
    border: 1px solid #e3e3e3;
    transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    width: 100%;
    height: 100px;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
    width: 33%;
    min-width: 250px;
    display: inline-block;
    position: relative;
}

.comment-respond .comment-form-author label,
.comment-respond .comment-form-email label,
.comment-respond .comment-form-url label{
    position:absolute;
    top: 1px;
    left: 1px;
    font-size: 12px;
    font-weight: 400;
    width: 80px;
    text-align:center;
    background: #eee;
    padding: 8px 0 9px;
}

.comment-respond .comment-form-author input,
.comment-respond .comment-form-email input,
.comment-respond .comment-form-url input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 5px 5px 5px 85px;
    margin: 0;
    line-height: 28px;
    border: 1px solid #e3e3e3;
    transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    width: 100%;
}

.comment-respond label {
    font-weight: 400;
    color: #666;
}

/**********************sidebar*************************/
.sidebar-left,
.sidebar-right,
.sidebar-both {
    overflow: hidden;
}

.sidebar-left .main-content {
    float: right;
    padding-left: 25px;
}

.sidebar-left .sidebar,
.sidebar-left .sidebar-bg,
.sidebar-left .sidebar-bg-wide {
    float: left;
    padding-right: 25px;
}

.sidebar-left .sidebar-bg {
    padding-left: 25px;
}

.sidebar-left .sidebar::before,
.sidebar-left .sidebar-bg::before,
.sidebar-left .sidebar-bg-wide::before {
    content: "";
    display: block;
    height: 99999px;
    position: absolute;
    right: 0;
    top: -300px;
    z-index: -10;
}

.sidebar-left .sidebar::before {
    border-right: 1px solid #eee;
}

.sidebar-left .sidebar-bg::before {
    width: 100%;
    background-color: #f7f7f7;
}

.sidebar-left .sidebar-bg-wide::before {
    width: 99999px;
    background-color: #f7f7f7;
}

@media only screen and (max-width: 992px) {
    .sidebar-left .main-content {
        padding-left: 15px;
        float: none;
    }
    .sidebar-left .sidebar,
    .sidebar-left .sidebar-bg,
    .sidebar-left .sidebar-bg-wide {
        padding-top: 25px;
        margin-bottom: 25px;
        padding-right: 15px;
        float: none;
    }
    .sidebar-left .sidebar-bg {
        padding-left: 15px;
    }
    .sidebar-left .sidebar::before {
        border: 0;
    }
    .sidebar-left .sidebar-bg::before,
    .sidebar-left .sidebar-bg-wide::before {
        top: 0;
        height: 100%;
    }
    .sidebar-left .sidebar-bg-wide::before {
        right: -25%;
    }
}

.sidebar-right .main-content {
    float: left;
    padding-right: 25px;
}

.sidebar-right .sidebar,
.sidebar-right .sidebar-bg,
.sidebar-right .sidebar-bg-wide {
    float: right;
    padding-left: 25px;
}

.sidebar-right .sidebar-bg {
    padding-right: 25px;
}

.sidebar-right .sidebar::before,
.sidebar-right .sidebar-bg::before,
.sidebar-right .sidebar-bg-wide::before {
    content: "";
    display: block;
    height: 99999px;
    position: absolute;
    left: 0;
    top: -300px;
    z-index: -10;
}

.sidebar-right .sidebar::before {
    border-left: 1px solid #eee;
}

.sidebar-right .sidebar-bg::before {
    width: 100%;
    background-color: #f7f7f7;
}

.sidebar-right .sidebar-bg-wide::before {
    width: 99999px;
    background-color: #f7f7f7;
}

@media only screen and (max-width: 992px) {
    .sidebar-right .main-content {
        float: none;
        padding-right: 15px;
    }
    .sidebar-right .sidebar,
    .sidebar-right .sidebar-bg,
    .sidebar-right .sidebar-bg-wide {
        float: none;
        padding-top: 25px;
        margin-bottom: 25px;
        padding-left: 15px;
    }
    .sidebar-right .sidebar-bg {
        padding-right: 15px;
    }
    .sidebar-right .sidebar::before {
        border: 0;
    }
    .sidebar-right .sidebar-bg::before,
    .sidebar-right .sidebar-bg-wide::before {
        top: 0;
        height: 100%;
    }
    .sidebar-right .sidebar-bg-wide::before {
        left: -25%;
    }
}
.sidebar.no-line::before {
    border: 0;
}

/*****************Widgets*********************/

.sidebar .widget {
    margin-bottom: 40px;
}
.widget-title {
    margin-bottom: 20px;
}
.widget ul li{
    margin: 4px 0;
}

.widget ul li a {
    color: #555;
}

.widget ul li span {
    color: #999;
    font-size: 12px;
}

.sidebar .widget_nav_menu ul {
    margin: 0;
    list-style: none;
}

.sidebar .widget_nav_menu ul.sub-menu {
    margin-left: 20px;
}

.sidebar .widget_nav_menu li a {
    padding: 8px 15px;
    display: block;
    background: #F0F0F0;
    margin-bottom: 10px;
    border-radius: 3px;
    color: #555;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
}
.sidebar .widget_nav_menu li a:hover,
.sidebar .widget_nav_menu li.current-menu-parent > a,
.sidebar .widget_nav_menu li.current-menu-item > a {
    background: #20A3F0;
    color: #fff;
    text-decoration: none;
}

.widget_calendar a:hover{
    color:#20A3F0;
}

.widget_calendar #wp-calendar{
    width:100%;
    font-size:14px;
}
.widget_calendar caption{
    color:#fff;
    padding:5px 10px;
    background:#20A3F0;
}
.widget_calendar caption:before{
    color:#fff;
    color:rgba(255,255,255,0.7);
    font-size:14px;
}
.widget_calendar thead{
    background:#e2e2e2;
    -webkit-box-shadow:0 1px 0 #ddd;
    box-shadow:inset 0 -1px 0 #ddd;
}
.widget_calendar thead th{
    background:#f4f4f4;
}
.widget_calendar th{
    font-weight:600;
}
.widget_calendar th,
.widget_calendar td{
    padding:3px 0;
    text-align:center;
    border:1px solid #eee;
    background:#fff;
}
.widget_calendar .pad{
    padding:0;
}

.search-form {
  border: 1px solid #eeeeee;
  position: relative;
  border-radius: 4px;
}
.search-form label {
  margin-bottom: 0;
  width: 100%;
}
.search-form .screen-reader-text {
    display: none;
}
.search-form input {
  border: 0;
  border-radius: 4px;
  font-weight: 400;
}
.search-form input.search-field {
  font-size: 14px;
  line-height: 28px;
  padding: 5px 80px 5px 20px;
  width: 100%;
}
.search-form input.search-submit {
  position: absolute;
  top: -1px;
  right: -1px;
  background: #20A3F0;
  color: #ffffff;
  border-radius: 4px;
  width: 80px;
  padding: 11px 13px;
  font-size: 14px;
}
.search-form input.search-submit:hover {
  opacity: .85;
  cursor: pointer;
}


/***********************loop-thumb***********************/
.loop-thumb{
    position:relative;
    background-color: #f6f6f6;
    margin-bottom: 30px;
}
.loop-thumb:after {
    clear:both;
    content:".";
    height:0px;
    font-size:0px;
    visibility:hidden;
    display:block;
}
.loop-thumb .list-date{
    width:52px;
    position:absolute;
    top:0;
    left:0;
    text-align:center;
    color:#333333;
    z-index: 9;
}
.loop-thumb .list-date .day{
    display:block;
    background-color:#eeeeee;
    line-height:38px;
    font-size:20px;
    color:#333333;
}
.loop-thumb .list-date .month{
    display:block;
    height:25px;
    line-height:25px;
    color:#FFF;
    font-size:14px;
    background-color:#20a3f0;
}
.loop-thumb .audio{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.loop-thumb .list-image{
    float:left;
    width: auto;
    position: relative;
}
.loop-thumb .list-image img{
    max-width:100%;
    height: auto;
}
.loop-thumb .list-main{
    padding:24px 30px;
    overflow:hidden;
}

.loop-thumb .list-title{
    font-size:20px;
    color:#333333;
    margin:0 0 16px;
    line-height: 1.2;

}
.loop-thumb .list-title a, 
.loop-thumb .list-title a:link, 
.loop-thumb .list-title a:active, 
.loop-thumb .list-title a:visited{
    color:#333333;
}
.loop-thumb .list-title a:hover{
    text-decoration:none;
    color:#20a3f0;
}
.loop-thumb .list-info{
    margin: 12px 0;
    font-size: 12px;
    color: #999;
}
.loop-thumb .no-margin{
    margin:0;
}
.loop-thumb .list-info a, 
.loop-thumb .list-info a:link, 
.loop-thumb .list-info a:active, 
.loop-thumb .list-info a:visited{
    color:#888888;
}
.loop-thumb .list-info a:hover{
    text-decoration:none;
    color:#20a3f0;
}
.loop-thumb .list-info span{
    margin-right:12px;
}
.loop-thumb .list-info .fa{
    margin-right:4px;
}
.loop-thumb .list-more, 
.loop-thumb .list-more a:link, 
.loop-thumb .list-more a:active, 
.loop-thumb .list-more a:visited{
    color:#20a3f0;
}
.loop-thumb .list-info a:hover{
    text-decoration:underline;
    color:#20a3f0;
}
.loop-thumb .list-description{
    margin-bottom: 20px;
    max-height: 80px;
    overflow: hidden;
}

.loop-thumb-job .list-description {
    margin-bottom: 0;
}

.portfolios_isotope .loop-thumb {
    /* padding: 0 12px 0; */
    margin-bottom: 0;
}

.related-items .loop-thumb .list-description {
    display: block;
}

@media only screen and  (min-width: 1600px) {
    .loop-thumb .list-description{
        max-height: 100px;
    }
    .loop-thumb .list-main {
        padding: 25px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .loop-thumb .list-main{
        padding:20px;
    }
    .loop-thumb .list-description{
        min-height:inherit;
    }
}
@media only screen and  (max-width: 991px) {
    .loop-thumb .list-image{
        float:none;
        width:auto;
    }
    .loop-thumb{
        margin-bottom: 20px;
    }
    .loop-thumb .list-main{
        padding:25px;
    }
    .loop-thumb .list-description{
        min-height:inherit;
    }
    .loop-thumb .list-video .responsive-video {
       padding-bottom: 56.25%;
    }
}

/**********************loop-grid********************/
.loop-grid{
    position:relative;
    margin-bottom: 30px;
}

.isotope-item .loop-grid{
    margin-bottom: 10px;
}

.loop-grid .list-date{
    width:52px;
    position:absolute;
    top:0;
    left:0;
    text-align:center;
    color:#333333;
    z-index: 100;
}
.loop-grid .list-date .day{
    display:block;
    background-color:#eeeeee;
    line-height:38px;
    font-size:20px;
    color:#333333;
}
.loop-grid .list-date .month{
    display:block;
    height:25px;
    line-height:25px;
    color:#FFF;
    font-size:14px;
    background-color:#20a3f0;
}

.loop-grid .list-image{
}
.loop-grid .list-image img,
.loop-grid .list-audio img{
    width:100%;
    max-width:100%;
}
.loop-grid .list-main{
    background-color:#f4f4f4;
    padding: 20px;
}

.loop-grid .list-title{
    font-size:18px;
    color:#333333;
    margin:0 0 8px;
    line-height: 1.5;
    max-height: 56px;
    overflow: hidden;
}
.loop-grid .list-title a, 
.loop-grid .list-title a:link, 
.loop-grid .list-title a:active, 
.loop-grid .list-title a:visited{
    color:#333333;
}
.loop-grid .list-title a:hover{
    text-decoration:none;
    color:#20a3f0;
}
.loop-grid .list-info{
    margin-bottom:18px;
    font-size:13px;
}
.loop-grid .list-info a, 
.loop-grid .list-info a:link, 
.loop-grid .list-info a:active, 
.loop-grid .list-info a:visited{
    color:#888888;
}
.loop-grid .list-info a:hover{
    text-decoration:none;
    color:#20a3f0;
}
.loop-grid .list-info .sep{
    padding:0px 10px;
}
.loop-grid .list-info .fa{
    margin-right:6px;
}
.loop-grid .list-more, 
.loop-grid .list-more a:link, 
.loop-grid .list-more a:active, 
.loop-grid .list-more a:visited{
    color:#20a3f0;
}
.loop-grid .list-info a:hover{
    text-decoration:underline;
    color:#20a3f0;
}

@media only screen and (min-width: 992px) {
    .loop-grid-main > .col-md-4:nth-child(3n-2){
        clear:both;
    }
}

@media only screen and (max-width: 991px) {
    .loop-grid-main > .col-sm-6:nth-child(2n-1){
        clear:both;
    }
    .loop-grid .list-main{
        padding:25px;
    }
}

@media only screen and (max-width: 320px) {
    .loop-grid .list-main{
        padding:15px;
    }
}

.loop-grid-main.isotope-grid .isotope-item{
    padding:0 18px 36px;
}
.loop-grid-main.isotope-grid.spacing-no .isotope-item{
    padding:0;
}
.loop-grid-main.isotope-grid.spacing-lg .isotope-item{
    padding:0 18px 36px;
}
.loop-grid-main.isotope-grid.spacing-sm .isotope-item{
    padding:0 15px 30px 15px;
}
.loop-grid-main.isotope-grid.spacing-xs .isotope-item{
    padding:0 4px 8px 4px;
}
.loop-grid-main.isotope-grid .loop-grid{
    margin:0;
}
.loop-grid-main.isotope-grid.loading .isotope-item{
    position: absolute;
    left: 0;
    top: 0;
    visibility:hidden;
}
.loop-grid-main.isotope-grid.loading .isotope-main{
    min-height:100px;
}

/*****************imagebox****************/
.imagebox {
    border: 1px solid #eeeeee;
}
.imagebox .content {
    /* height: 104px; */
    overflow: hidden;
    text-align: center;
    z-index: 2;
    color: #666666;
    padding: 15px !important;
    background-color: #f6f6f6;
    border-top: none;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
}

.imagebox .content a,
.imagebox .content a:link,
.imagebox .content a:active,
.imagebox .content a:visited {
    color: #666666;
}

.imagebox .bg {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
    z-index: 1;
    opacity: 0;
    transition: all 300ms ease-in 500ms;
    -moz-transition: all 300ms ease-in 500ms;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in 500ms;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in 500ms;
    /* Opera */
    -ms-transition: all 300ms ease-in 500ms;
    /* IE9? */
}

.imagebox:hover .bg {
    opacity: 0.7;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
}

.imagebox .links {
    margin-bottom: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    /* Safari and Chrome */
    -ms-transform: translate(-50%, -50%);
    /* IE9? */
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 200ms ease-in 200ms;
    -moz-transition: all 200ms ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in 200ms;
    /* Opera */
    -ms-transition: all 200ms ease-in 200ms;
    /* IE9? */
}

.imagebox .links div {
    display: inline-block;
}

.imagebox .links a:hover {
    text-decoration: none;
}

.imagebox .links .icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #0b2e45;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #f0f0f0;
    transform: scaleX(0);
    transform-origin: center;
    transition: all 200ms ease-in 200ms;
    -moz-transition: all 200ms ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in 200ms;
    /* Opera */
    -ms-transition: all 200ms ease-in 200ms;
    /* IE9? */
}

.imagebox:hover .links {
    opacity: 1;
    transition: all 200ms ease-in 200ms;
    -moz-transition: all 200ms ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in 200ms;
    /* Opera */
    -ms-transition: all 200ms ease-in 200ms;
    /* IE9? */
}

.imagebox:hover .links .icon {
    transform: scaleX(1);
    transition: all 200ms ease-in 200ms;
    -moz-transition: all 200ms ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in 200ms;
    /* Opera */
    -ms-transition: all 200ms ease-in 200ms;
    /* IE9? */
}

.imagebox .links .icon:hover {
    background-color: #000;
    color: #FFF;
}

.imagebox .content .title {
    font-size: 18px;
    margin: 0 0 8px;
    font-weight: 400;
    max-height: 46px;
    overflow: hidden;
}

.imagebox .content .title a {
    color: #333;
}

.imagebox .content .info {
    font-size: 12px;
    color: #999;
}
.imagebox .content .info span i {
    margin-right: 4px;
}

.imagebox .pic {
    position: relative;
}

.imagebox .pic>img {
    width: 100%;
}

.imagebox .pic:after,
.imagebox .pic:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    opacity: .5;
    z-index: 2;
    transition: all 300ms ease-in 200ms;
    -moz-transition: all 300ms ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in 200ms;
    /* Opera */
    -ms-transition: all 300ms ease-in 200ms;
    /* IE9? */
}

.imagebox .pic:after {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
}

.imagebox .pic:before {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
}

.imagebox:hover .pic:after,
.imagebox:hover .pic:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: all 300ms ease-in 300ms;
    -moz-transition: all 300ms ease-in 300ms;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in 300ms;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in 300ms;
    /* Opera */
    -ms-transition: all 300ms ease-in 300ms;
    /* IE9? */
}

/*********************Jobs list**********************/

.job-title-item {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.job-title-item a{
    color: #555;
    display: block;
}

.job-title-item span {
    font-size: 14px;
    color: #999;
    float: right;
    margin-left: 20px;
    margin-top: 4px;
}

.portfolios_isotope .job-title-item {
    padding: 0 12px 10px;
}

/*****************  pagenavi  ******************/

.wpkj-pagenavi ul{
    margin: 0;
}
.wpkj-pagenavi .pages{
    color: #999999;
    font-size:14px;
    margin-right: 0;
    margin-top: 8px;
    float: right;
}
.wpkj-pagenavi li {
    display: inline;
    margin-right: 5px;
}
.wpkj-pagenavi li > .page {
    padding:0px 13px;
}
.wpkj-pagenavi li > a{
    border:1px solid #dddddd;
    text-align:center;
    height:36px;
    line-height:36px;
    white-space:normal;
    display:inline-block;
    padding:0px 13px;
    color:#666666;
    margin: 3px 0;
}
.wpkj-pagenavi li > a.current,
.wpkj-pagenavi li > a:hover{
    text-decoration:none;
    border-color:#20a3f0;
    color:#20a3f0;
}
.wpkj-pagenavi .disable{
    opacity:0.6;
    pointer-events:none;
    
}

/******************Single Post Navigation*****************/

.post-navigation{
    border-bottom:1px solid #dddddd;
    padding: 10px 0 35px;
    font-size:16px;
    margin:30px 0;
}
.post-navigation .fa {
    font-size: 20px;
    width: 14px;
}
.post-navigation .next-link{
    text-align: right;
}
.post-navigation a,
.post-navigation a:link,
.post-navigation a:active,
.post-navigation a:visited{
    color:#999999;
}
.post-navigation a:hover{
    color:#20a3f0;
    text-decoration:none;
}


.wpkj-column-inner p {
    position: relative;
}

/*****************Footer********************/

.footer-title {
    position:relative;
    color: #dddddd;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 16px 0;
    padding-bottom: 8px;
}
.footer-title:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 36px;
    height: 1px;
    background-color: #20A3F0;
}
.footer-title span{
    font-size: 14px;
    font-weight: 400;
    margin-left: 20px;
    color: #aaa;
}
.footer-box .footer-top,
.footer-box .footer-middle {
    padding: 60px 0;
    color: #cccccc;
    background-color: #1e1e1e;
}
.footer-box{
    color: #cccccc;
    background-color: #1e1e1e;
}

.footer-middle ul li,
.footer-middle .widget ul li {
    position: relative;
    line-height: 30px;
    margin: 0;
}

.footer-links {
    margin: -40px 0 60px 0;
}
.footer-links ul{
    margin: 0;
}
.footer-links ul li{
    display: inline-block;
    margin-right: 10px;
}
.footer-box .footer-bottom {
    color: #aaaaaa;
    padding: 30px 0;
    background-color: #121212;
    font-size: 14px;
}

.footer_box a,
.footer-box a:link,
.footer-box a:active,
.footer-box a:visited {
    color: inherit;
}

.footer-box a:hover {
    color: #20a3f0;
    text-decoration: none;
}

.footer-bottom .menu-wrap .primary-structure>li {
    padding: 0;
}
.footer-bottom .menu-wrap .primary-structure>li>a {
    padding: 0 10px;
    font-size: 12px;
}
.footer-bottom .menu-wrap>ul>li>a>span {
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .footer-box .align-left,
    .footer-box .align-center,
    .footer-box .align-right {
        text-align: center;
    }
    .footer-title {
        margin-top: 30px;
    }
    .footer-box .footer-middle {
        padding: 30px 0;
    }
}

/************************************/
.customer-service {
    position: fixed;
    z-index: 99;
    right: 10px;
    bottom: 30%;
    width: 70px;
    height: auto;
    font-size: 12px;
}

.customer-service-box {
    position: relative;
    float: right;
}

.customer-service .a {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #273238;
    margin-bottom: 4px;
    cursor: pointer;
    outline: none;
    text-align: center;
    border-radius: 2px;
}

.customer-service .a-service {
  background-color: #0e91e8;
}

.customer-service .a-phone {
  background-color: #ff6b3f;
}

.customer-service .a-qrcode {
  background-color: #01b901;
}
.customer-service .a-service:hover {
  background-color: #007eff;
}

.customer-service .a-phone:hover {
  background-color: #ff4812;
}

.customer-service .a-qrcode:hover {
  background-color: #00af0d;
}

.customer-service .a .i {
    float: left;
    width: 40px;
    height: 40px;
    background-image: url('assets/images/cs-bg.png');
    background-repeat: no-repeat;
}

.customer-service .a-side-call{
    color:#fff;
    padding-top: 4px;
    background: #f60;
}
.customer-service .call-txt {
    margin-bottom: 0;
}
.customer-service .quform-spacer {
    padding: 0;
    margin: 0;
}

.customer-service .a-service .i {
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-left: 10px;
    background-image: url('assets/images/cs-bg.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

.customer-service .a-phone .i {
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-left: 10px;
    background-image: url('assets/images/cs-bg.png');
    background-repeat: no-repeat;
    background-position: -27px 0;
}

.customer-service .a-qrcode .i {
    width: 24px;
    height: 24px;
    margin-top: 9px;
    margin-left: 8px;
    background-position: 0 -23px;
}

.customer-service .a-top .i {
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-left: 10px;
    background-position: -28px -23px;
}

.customer-service .a-top {
    background: #b5b5b5;
    display: none;
}

.customer-service .a-top:hover {
    background: #999;
}

.customer-service .d {
    display: none;
    min-width: 200px;
    background: #fff;
    position: absolute;
    top: 20px;
    right: 52px;
    min-height: 90px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(161, 163, 175, 0.5);
}

.customer-service .d img {
  max-width: 100%;
  height: auto;
}

.customer-service .d .arrow {
  position: absolute;
  top: 12px;
  right: -10px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ddd;
}

.customer-service .d .arrow:after {
  position: absolute;
  top: -10px;
  right: 2px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
}

.customer-service .d-service {
  top: 0;
}

.customer-service .d-phone {
  top: 48px;
}

.customer-service .phone-list p {
  line-height: 28px;
  margin-bottom: 0;

}

.customer-service .phone-list p span {
  font-weight: 600;
  font-size: 14px;
}

.customer-service .d-qrcode {
  top: 96px;
}

.customer-service .d .inner-box {
  padding: 15px;
}

.customer-service .d-service-item {
    padding: 0;
}

.customer-service .d-service-item .i-qq {
    width: 32px;
    height: 32px;
    background: url('assets/images/cs-bg.png') no-repeat center 10px;
    display: block;
    transition: all .2s;
    border-radius: 50%;
    overflow: hidden;
}

.customer-service .qq-list .qq-item {
  line-height: 20px;
  margin: 8px 0;
}


.customer-service .qq-list span {
  margin-top: -13px;
}

.customer-service .qq-list .qq-item .qq-img{
  margin-bottom: -6px;
  display: inline-block;
  width: 77px;
  height: 22px;
  background: url('assets/images/qq.png') center center no-repeat;
}

.customer-service .d-service-item .i-tel {
    width: 40px;
    height: 40px;
    background: url('assets/images/cs-bg.png') no-repeat center center;
    display: block;
}

.customer-service .d-service-item .text {
    line-height: 28px;
}

.customer-service .d-service-intro i {
    background: url('assets/images/cs-bg.png') no-repeat center center;
    height: 27px;
    width: 14px;
    margin-right: 5px;
    vertical-align: top;
    display: inline-block;
}

.customer-service .d-qrcode {
    text-align: center;
}

.customer-service .d-qrcode p {
    margin-bottom:0;
}
