@import url(bootstrap.css );
@import url(shortcodes.css );
/* CSS Document */
#Body {
    color: #8a8989;
    background: #FFF;
}
html,
body {
    margin: 0px;
    padding: 0px;
    font: normal 12px/1.5 'Roboto', sans-serif;
    color: #8a8989;
    height: 100% !important;
    overflow: initial !important;
}
p {
    margin: 0px 0px 8px 0px;
}
ul {
    list-style: disc;
}
header,
nav,
section,
footer {
    display: block;
}
TH,
TD,
DIV {}
A,
A:link {
    text-decoration: none;
    transition: color ease 300ms;
    -moz-transition: color ease 300ms;
    /* Firefox 4 */
    -webkit-transition: color ease 300ms;
    /* Safari and Chrome */
    -o-transition: color ease 300ms;
    /* Opera */
    -ms-transition: color ease 300ms;
    /* IE9? */
}
A:active {
    text-decoration: none;
}
A:visited {
    text-decoration: none;
}
A:hover {
    text-decoration: underline;
}
A:focus {
    outline: none;
    -moz-outline: none;
}
h1 {
    letter-spacing: normal;
    margin: 5px 0 10px 0;
}
h2 {
    letter-spacing: normal;
    margin: 5px 0 10px 0;
}
h3 {
    letter-spacing: normal;
    margin: 5px 0 10px 0;
}
h4 {
    letter-spacing: normal;
    margin: 0px 0 4px 0;
}
h5 {
    letter-spacing: normal;
    margin: 5px 0 10px 0;
}
h6 {
    letter-spacing: normal;
    margin: 0px 0px 10px 0;
}
form#Form {
    height: 100%;
}
.ModuleTitle_SubMenu {
    z-index: 9999 !important;
}
.clearfix:after {
    clear: both;
    content: ".";
    height: 0px;
    font-size: 0px;
    visibility: hidden;
    display: block;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}
#dnn_ControlPanel #dnnCPWrap {
    filter: none !important;
}
ul.dnnActionMenuBody li ul li a,
ul.dnnActionMenuBody li ul li a img {
    color: #328DDE !important;
}
.clear {
    clear: both;
}
/**************** Login page******************/
@media only screen and (max-width:767px) {
    .loginContent .LoginPanel {
        width: 100% !important;
    }
    .loginContent .dnnFormItem .dnnLoginRememberMe {
        white-space: nowrap;
    }
    .loginContent .dnnFormLabel {
        display: block !important;
        text-align: left !important;
    }
}
/**************** register page******************/
@media only screen and (max-width:767px) {
    .dnnRegistrationForm {
        min-width: inherit !important;
    }
    .dnnRegistrationForm .dnnForm {
        width: 100%;
    }
    .dnnRegistrationForm .dnnFormLabel {
        display: block !important;
        text-align: left !important;
    }
    .dnnRegistrationForm .dnnForm .dnnFormItem .dnnLabel {
        display: block !important;
        float: none !important;
        text-align: left !important;
        width: 100%;
    }
    .dnnRegistrationForm .dnnForm .dnnFormItem a.dnnFormHelp {
        right: auto !important;
        position: static !important;
        margin-left: 5px !important;
    }
    .dnnRegistrationForm .dnnForm .dnnFormItem {
        padding: 0px !important;
        margin: 0px !important;
    }
    .dnnRegistrationForm .dnnFormItem input[type="text"],
    .dnnRegistrationForm .dnnFormItem input[type="password"],
    .dnnRegistrationForm .dnnFormItem input[type="email"],
    .dnnRegistrationForm .dnnFormItem input[type="tel"],
    .dnnRegistrationForm .dnnFormItem select,
    .dnnRegistrationForm .dnnFormItem textarea {
        width: 100%;
        margin-bottom: 10px !important;
    }
}
/**************** Password page******************/
@media only screen and(max-width:767px) {
    .dnnSendPasswordContent {
        width: auto !important;
    }
    .dnnSendPasswordContent .dnnLabel {
        display: block !important;
        width: 100% !important;
        text-align: left;
    }
    .dnnSendPasswordContent a.dnnFormHelp,
    .dnnSendPasswordContent .dnnForm .dnnFormItem a.dnnFormHelp,
    .dnnSendPasswordContent .dnnTooltip label a.dnnFormHelp {
        position: static;
    }
    .dnnSendPasswordContent input[type="text"],
    .dnnSendPasswordContent input[type="password"],
    .dnnSendPasswordContent input[type="email"],
    .dnnSendPasswordContent input[type="tel"],
    .dnnSendPasswordContent select,
    .dnnSendPasswordContent textarea {
        width: 90%;
        margin-bottom: 10px !important;
    }
    .dnnSendPasswordContent ul.dnnActions {
        padding: 0 !important;
    }
}
/* ********** Control Panel Style ************** */
.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active {
    font-size: 12px;
    color: #973939;
    text-decoration: none;
    font-weight: normal;
}
A.CommandButton:hover {
    color: #973939;
    text-decoration: underline;
    font-size: 12px;
    font-weight: normal;
}
.FileManager A,
.FileManager A:link,
.FileManager A:visited,
.FileManager A:active {
    color: #000;
    text-decoration: underline;
}
.FileManager A:hover {
    color: #000;
    text-decoration: none;
}
/* ********** Buttons Style ************** */
a.Button_default,
a:link.Button_default,
a:active.Button_default,
a:visited.Button_default {
    padding: 12px 30px;
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
    color: #FFF;
    background-color: #3cceda;
    margin: 0px 12px 10px 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    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? */
}
*+html a.Button_default {
    display: inline;
}
a.Button_default:hover {
    background-color: #2e2e2e !important;
    color: #FFF;
    text-decoration: none;
}
a.Button_default.big,
a:link.Button_default.big,
a:active.Button_default.big,
a:visited.Button_default.big {
    padding: 16px 40px;
}
.linker {
    text-transform: uppercase;
}
a.Button_default2,
a:link.Button_default2,
a:active.Button_default2,
a:visited.Button_default2 {
    padding: 9px 25px;
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
    color: #FFF;
    background-color: #3cceda;
    margin: 0px 12px 10px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    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? */
}
*+html a.Button_default2 {
    display: inline;
}
a.Button_default2:hover {
    background-color: #2e2e2e !important;
    color: #FFF;
    text-decoration: none;
}
a.Button_default3,
a:link.Button_default3,
a:active.Button_default3,
a:visited.Button_default3 {
    padding: 10px 25px;
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
    color: #FFF;
    letter-spacing: 0px;
    background-color: #3cceda;
    margin: 0px 12px 10px 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    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? */
}
*+html a.Button_default3 {
    display: inline;
}
a.Button_default3:hover {
    background-color: #2e2e2e !important;
    color: #FFF;
    text-decoration: none;
}
a.Button_white,
a:link.Button_white,
a:active.Button_white,
a:visited.Button_white {
    padding: 16px 40px;
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
    color: #FFF;
    border: 2px solid #ffffff;
    margin: 0px 12px 10px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    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? */
}
*+html a.Button_white {
    display: inline;
}
a.Button_white:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #3cceda;
    border: 2px solid #3cceda;
}
a.Button_border,
a:link.Button_border,
a:active.Button_border,
a:visited.Button_border {
    padding: 12px 40px;
    font-size: 13px;
    display: inline-block;
    white-space: nowrap;
    color: #3cceda;
    border: 1px solid #3cceda;
    margin: 0px 12px 10px 0;
    text-decoration: none;
    transition: background-color ease-in 200ms, color ease-in 200ms;
    -moz-transition: background-color ease-in 200ms, color ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: background-color ease-in 200ms, color ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: background-color ease-in 200ms, color ease-in 200ms;
    /* Opera */
    -ms-transition: background-color ease-in 200ms, color ease-in 200ms;
    /* IE9? */
}
a:hover.Button_border {
    color: #FFF !important;
}
a.Button_border_gray,
a:link.Button_border_gray,
a:active.Button_border_gray,
a:visited.Button_border_gray {
    padding: 12px 20px;
    font-size: 13px;
    display: inline-block;
    white-space: nowrap;
    color: #7b7b7b;
    border: 1px solid #cfcfcf;
    margin: 0px 12px 10px 0;
    text-decoration: none;
    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? */
}
a:hover.Button_border_gray {
    border: 1px solid #3cceda;
    color: #3cceda;
}
a.Button_border_white,
a.Button_border_white:link,
a.Button_border_white:active,
a.Button_border_white:visited {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    margin-top: 10px;
    padding: 9px 30px;
    font-weight: normal;
    text-decoration: none;
    transition: all 200ms ease-in 0s;
}
a.Button_border_white:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}
a.Button_border_gray2,
a:link.Button_border_gray2,
a:active.Button_border_gray2,
a:visited.Button_border_gray2 {
    padding: 10px 25px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    white-space: nowrap;
    color: #000000;
    border: 2px solid #000000;
    margin: 0px 12px 10px 0;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    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? */
}
a:hover.Button_border_gray2 {
    border-color: #3cceda;
    color: #3cceda;
}
a.Button_gray,
a:link.Button_gray,
a:active.Button_gray,
a:visited.Button_gray {
    padding: 8px 25px;
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
    background-color: #7b7b7b;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    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? */
}
a:hover.Button_gray {
    background-color: #3cceda;
}
/* ********** Pane Style ************** */
.row [class*="Pane"] {
    padding: 0px 0px 5px 0px;
}
.DNNEmptyPane {
    display: none;
}
[class*="Pane"] {
    margin-bottom: 40px;
}
.Full_Screen_PaneH {
    margin-bottom: 0;
}
.BannerPane {
    background-color: #000;
    margin: 0;
}
#dnn_content {
    background: white;
    padding-top: 40px;
}
/* ********** Container Style ************** */
.Head {
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.SubTitle {
    font-family: 'Roboto', sans-serif;
}
.SubSubTitle {
    font-family: 'Roboto', sans-serif;
}
.Normal {
    font-family: 'Roboto', sans-serif;
}
.content_sytle_1 {
    color: #ffffff;
    font-size: 24px;
}
.content_sytle_1 a,
.content_sytle_1 a:link,
.content_sytle_1 a:active,
.content_sytle_1 a:visited {
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
    border: 1px solid #FFF;
    font-size: 13px;
    padding: 10px 30px;
    text-decoration: none;
    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? */
}
.content_sytle_1 a:hover {
    color: #555555;
    border: 1px solid #555555;
}
.content_sytle_2 {
    color: #ffffff;
    font-size: 24px;
    line-height: 1.4;
}
.content_sytle_2 .Button_border_white {
    line-height: 28px;
}
.content_sytle_3 {
    text-align: left;
}
.content_sytle_3 a {
    text-decoration: none;
    margin: 25px auto 0 !important;
    display: inline-block;
}
/* ********** Breadcrumb Style ************** */
.breadcrumb,
a.breadcrumb:link,
a.breadcrumb:active,
a.breadcrumb:visited {
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    color: #2e2e2e;
}
a.breadcrumb:hover {
    font-weight: normal;
    text-decoration: underline;
}
.Breadcrumb_bg {}
@media only screen and (max-width: 767px) {
    .breadcrumbBox .breadcrumbRight {
        display: none;
    }
}
/* ********** Other Style ************** */
.dnn_layout {
    width: 970px;
    margin: 0px auto;
}
#dnn_wrapper {
    position: relative;
}
.HeadTopPane {
    width: 100%;
    background-color: #000;
}
.HeadTopPane img {
    max-width: 100%;
}
.head_mid,
.content_mid,
.footer_mid {
    padding: 0px 20px;
}
/*language*/
.languageBox {
    white-space: nowrap;
    padding: 0px;
    text-align: center;
}
.languageBox img {
    width: 27px;
    height: 18px;
}
.languageBox span img {
    margin-right: 7px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    vertical-align: middle;
}
*+html .languageBox span {
    font-size: 30px;
}
.languageBox span.selected img {
    filter: alpha(opacity=100);
    opacity: 1;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.4);
}
/*Login*/
.Login {
    text-align: center;
}
.Login .loginGroup,
.Login .registerGroup,
.Login .sep {
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
    height: 30px;
    line-height: 30px;
}
.Login .sep {
    padding: 0 5px;
}
.Login .registerGroup ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}
.Login .registerGroup .buttonGroup>li,
.Login .loginGroup>a {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    line-height: 1;
}
.Login img {
    margin: 0 0 2px 8px;
    padding: 0;
    max-height: 26px;
}
.Login .glyphicons {
    display: inline-block;
    vertical-align: middle;
}
.Login .registerGroup li.userMessages strong,
.Login .registerGroup li.userNotifications strong {
    display: none;
}
.Login .registerGroup li.userMessages a,
.Login .registerGroup li.userNotifications a {
    font-family: 'Glyphicons Regular';
    position: relative;
    padding: 0px 10px;
}
.Login .registerGroup li.userMessages a:before {
    content: "\2709";
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    line-height: 24px;
}
.Login .registerGroup li.userNotifications a:before {
    content: "\E196";
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    line-height: 24px;
}
.Login .registerGroup li.userMessages a span,
.Login .registerGroup li.userNotifications a span {
    position: absolute;
    bottom: 100%;
    right: 0px;
    margin: 0 -6px -11px 0;
    background-color: #3cceda;
    padding: 2px 4px 3px;
    color: #FFF;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.Login .registerGroup li.userMessages:after,
.Login .registerGroup li.userNotifications:after {
    content: "|";
    padding: 0px 5px;
}
/* Search Style  */
.searchBox {
    background: transparent;
    display: block;
}
.searchBox #dnn_dnnSEARCH_ClassicSearch,
.searchBox #dnn_dnnSEARCH1_ClassicSearch,
.searchBox #dnn_dnnSEARCH2_ClassicSearch,
.searchBox #dnn_dnnSEARCH3_ClassicSearch {
    background: none;
    border: none;
    float: none;
    position: relative;
    white-space: nowrap;
    width: 100%;
    display: block;
    text-align: left;
    color: #FFF;
}
.SearchIcon {
    display: none;
}
.search,
a.search:link,
a.search:active,
a.search:visited {
    text-decoration: none;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0px;
    color: #a1a0a0;
    text-align: center;
    font-family: 'Glyphicons Regular';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
}
a.search:before {
    content: "\E028";
}
.searchBox input.NormalTextBox {
    width: 80%;
    text-align: left;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    padding: 0px 3px 0px 3px;
    background: none;
    border: none;
    display: block;
    position: absolute;
    left: 25px;
    top: 6px;
    outline: 0;
    border-radius: 0px 0px 0px 0px;
    -webkit-appearance: none;
    color: #FFF;
    vertical-align: middle;
}
.searchBox .searchInputContainer {
    position: static !important;
}
.searchBox .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
    top: 1px !important;
    left: auto;
}
.searchBox .searchSkinObjectPreview {
    left: 0 !important;
}
.dnnSearchBoxPanel,
.dnnSearchResultPanel {
    width: 100%;
    max-width: none;
    padding: 10px 0px !important;
}
.dnnSearchResultPanel {
    padding: 10px 0px 7px 0px !important;
}
ul.searchSkinObjectPreview {
    z-index: 1000 !important;
}
/*source_code*/
.source_code {
    margin: 5px 0px;
}
.source_code pre {
    display: none;
}
.source_code .source_box pre {
    display: block;
}
.source_code .source_box {
    display: none;
}
.roll_menu.roll_activated {
    position: fixed;
    background-color: #000;
    width: 100%;
}
/*-- Loading animation --*/
.pace_bg,
.pace-running .pace_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    z-index: 10100;
}
.pace-running .body_bg {
    visibility: hidden;
}
.showControlBar .pace_bg {
    margin-top: -53px !important;
}
.pace-running .pace {
    z-index: 10101;
}
.pace,
.pace *,
.pace *:before,
.pace *:after,
.pace:before,
.pace:after {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
.pace-done .pace,
.pace-done .pace_bg {
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: all ease-in 500ms;
    -moz-transition: all ease-in 500ms;
    /* Firefox 4 */
    -webkit-transition: all ease-in 500ms;
    /* Safari and Chrome */
    -o-transition: all ease-in 500ms;
    /* Opera */
    -ms-transition: all ease-in 500ms;
    /* IE9? */
}
/* ********** HEADER ************** */
.header_top {
    background: #2a2a2a;
    position: relative;
    z-index: 1000;
}
.header_top,
.header_top a:link,
.header_top a:active,
.header_top a:visited,
.header_top .Normal {
    color: #707070;
}
.header_top a:hover {
    color: #3cceda;
    text-decoration: none;
}
#body,
body {
    position: relative;
}
.roll_logo {
    display: none;
}
.dnn_logo {
    float: left;
    padding: 0;
}
.dnn_logo img {
    max-width: 100%;
    max-height: 96%;
    vertical-align: middle;
}
.hedaer_minHeight {
    background-color: #000;
}
.roll_replace {
    position: absolute;
}
.header_top .Login,
.header_top .languageBox,
.header_top .searchBox {
    height: 0;
    overflow: hidden;
    padding: 0;
    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? */
}
.header_top .Login.activated,
.header_top .languageBox.activated,
.header_top .searchBox.activated {
    height: 60px;
    padding: 15px 0;
    overflow: hidden;
}
.header_top .searchBox.activated {
    overflow: visible;
}
.header_top .searchBox a.search,
.header_top .searchBox input.NormalTextBox {
    height: 0;
    overflow: hidden;
    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? */
}
.header_top .searchBox.activated a.search {
    height: 30px;
}
.header_top .searchBox.activated input.NormalTextBox {
    height: 18px;
}
.header_top .head_mid {
    position: relative;
}
.header_top .tabs_close {
    position: absolute;
    top: 50%;
    right: 0;
    width: 24px;
    height: 24px;
    margin: -12px 15px 0 0;
    cursor: pointer;
    display: none;
}
.header_top .tabs_close:before,
.header_top .tabs_close:after {
    content: "";
    border-left: 1px solid #FFF;
    width: 0px;
    height: 14px;
    position: absolute;
    top: 6px;
    left: 11px;
    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 */
}
.header_top .tabs_close:after {
    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 */
}
/* ********** NAV ************** */
.nav_box {
    position: relative;
    text-align: center;
    /*float: right;*/
}
/*main menu*/
.dnn_menu {
    position: relative;
    z-index: 904;
    margin: 0px 25px 0 0;
}
/*dnngo_megamenu */
#dnngo_megamenu {
    margin: 0px;
    padding: 0px;
    clear: both;
}
#dnngo_megamenu .primary_structure {
    position: relative;
    clear: both;
    margin: 0;
    padding: 0;
}
#dnngo_megamenu .primary_structure>li {
    float: left;
    list-style: none;
    position: relative;
    margin: 0 5px;
}
#dnngo_megamenu .primary_structure>li>a {
    display: inline-block;
    padding: 0;
    letter-spacing: 2px;
    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? */
}
*+html #dnngo_megamenu .primary_structure>li>a {
    display: inline;
}
#dnngo_megamenu .primary_structure>li>a:hover,
#dnngo_megamenu .primary_structure>li.menu_hover>a,
#dnngo_megamenu .primary_structure>li.current>a {
    text-decoration: none;
}
#dnngo_megamenu>div>ul>li>a:hover>span>i,
#dnngo_megamenu>div>ul>li.current>a>span>i,
#dnngo_megamenu>div>ul>li.menu_hover>a>span>i {
    font-size: 14px;
}
/*sub*/
#dnngo_megamenu .dnngo_menuslide {
    display: none;
    position: absolute;
    /*top: 100%;*/
    top: 30px;
    left: 0px;
    z-index: 903;
    margin: 0;
    padding: 0;
}
.roll_activated #dnngo_megamenu .dnngo_menuslide {
    top: 40px;
}
#dnngo_megamenu .dnngo_slide_menu,
#dnngo_megamenu .dnngo_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;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}
#dnngo_megamenu .dnngo_slide_menu .dnngo_submenu {
    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);
}
#dnngo_megamenu .dnngo_masonrymenu {
    width: 100%;
}
#dnngo_megamenu .dnngo_masonrymenu>ul {
    float: left;
}
#dnngo_megamenu .dnngo_masonrymenu>ul>li {
    margin: 0px 10px;
}
/*dnngo_slide_menu*/
#dnngo_megamenu .dnngo_slide_menu {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
#dnngo_megamenu .dnngo_slide_menu ul,
#dnngo_megamenu .dnngo_slide_menu ul li {
    margin: 0;
    padding: 0;
}
#dnngo_megamenu .dnngo_slide_menu .dnngo_submenu {
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    left: 100%;
    top: 0px;
    z-index: 904;
}
#dnngo_megamenu .dnngo_slide_menu li {
    position: relative;
    list-style: none;
}
#dnngo_megamenu .dnngo_slide_menu li a {
    text-decoration: none;
    text-align: left;
    padding: 7px 60px 7px 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? */
}
#dnngo_megamenu .dnngo_slide_menu li a:hover,
#dnngo_megamenu .dnngo_slide_menu li.menu_hover>a {}
#dnngo_megamenu .dnngo_slide_menu li.dir:before {
    content: "";
    right: 10px;
    top: 50%;
    position: absolute;
    margin-top: -2px;
    width: 5px;
    height: 5px;
    border-right: 1px solid #9c9c9c;
    border-bottom: 1px solid #9c9c9c;
    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 */
    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? */
}
/*dnngo_boxslide*/
#dnngo_megamenu .dnngo_boxslide {
    clear: both;
    overflow: hidden;
    width: 100%;
    margin: auto;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
#dnngo_megamenu .dnngo_boxslide .clear {
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 0px;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#dnngo_megamenu .dnngo_boxslide .menu_leftbox {
    float: left;
    padding: 0px 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#dnngo_megamenu .dnngo_boxslide .menu_rightbox {
    float: left;
    padding: 0px 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#dnngo_megamenu .dnngo_boxslide .menu_topbox {
    padding: 0px 15px 0px;
}
#dnngo_megamenu .dnngo_boxslide .menu_bottombox {
    padding: 0px 15px 15px;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul {
    margin: 0;
    padding: 0;
    text-align: left;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li {
    list-style: none;
    padding: 5px 0px;
    font-size: 12px;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li li {
    padding: 5px 10px;
}
#dnngo_megamenu .dnngo_boxslide .dnngo_masonrymenu {
    padding: 10px;
}
#dnngo_megamenu .dnngo_boxslide .dnngo_masonrymenu>ul>li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
*+html #dnngo_megamenu .dnngo_boxslide .dnngo_masonrymenu>ul>li {
    display: inline;
}
#dnngo_megamenu .dnngo_boxslide .dnngo_masonrymenu>ul>li>a>span {
    font-size: 14px;
    padding-bottom: 20px;
}
#dnngo_megamenu .dnngo_boxslide .dnngo_masonrymenu>ul>li>a:hover {
    text-decoration: none;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li {
    width: 100% !important;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a {
    display: block;
    width: 100%;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a:hover {
    text-decoration: none;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a span {
    display: block;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a span:before {
    content: "";
    width: 5px;
    height: 5px;
    border-right: 1px solid #9c9c9c;
    border-bottom: 1px solid #9c9c9c;
    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 */
    vertical-align: middle;
    display: inline-block;
    margin: 0px 8px 0 0;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a:hover span:before {
    border-left-color: #3cceda;
}
#dnngo_megamenu .dnngo_boxslide .menu_topbox {
    width: 100%;
}
#dnngo_megamenu .dnngo_boxslide .menu_bottombox {
    width: 100%;
}
#dnngo_megamenu .mega_title {
    font-size: 14px !important;
    font-weight: normal;
    padding: 15px 0 5px;
    line-height: 1.2;
}
.menu_ico {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}
/*Left Menu*/
#left_menu {
    padding: 0px 0px 0px;
    margin: 0px 0 15px;
    min-height: 300px;
}
#left_menu img {
    display: none;
}
#left_menu ul {
    padding: 0px;
    margin: 0px;
}
#left_menu ul li {
    list-style: none;
}
#left_menu ul li a {
    display: block;
    text-decoration: none;
    padding: 13px 10px 13px 26px;
    color: #383838;
    position: relative;
    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? */
}
#left_menu>.gomenu>ul>li {
    margin-bottom: 3px;
}
#left_menu>.gomenu>ul>li>a {
    background-color: #f3f3f3;
    border: 1px solid #e5e5e5;
    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? */
}
#left_menu>.gomenu>ul>li.current>a,
#left_menu>.gomenu>ul>li.current>a:hover {
    background-color: #3cceda;
    border: 1px solid #3cceda;
    color: #FFF;
}
#left_menu ul li.dir>a:after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    margin: -8px 0 0 0;
    text-align: center;
}
#left_menu>.gomenu>ul>li.current.dir>a:after {
    content: "-";
    font-size: 30px;
    line-height: 12px;
    text-align: center;
}
#left_menu>.gomenu>ul>li.current>a:after,
#left_menu>.gomenu>ul>li.current>a:hover:after {
    color: #FFF;
}
#left_menu ul ul {
    display: none;
    padding: 0;
}
#left_menu ul ul ul {
    padding: 5px 0px 0;
    display: none;
    margin-bottom: 0px;
    border: none;
    padding: 0;
    margin-bottom: 0px;
}
#left_menu ul li.current>ul,
#left_menu ul ul .subcurrent>ul {
    display: block;
}
#left_menu ul li li {
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
}
#left_menu ul li li.last-item {
    border-bottom: none;
}
#left_menu ul li li.dir>ul {
    border-top: 1px solid #e5e5e5;
}
#left_menu ul li li a {
    position: relative;
    padding: 15px 0px 15px 30px;
    line-height: 18px;
    border: none;
    white-space: normal;
    color: #666666;
    font-size: 14px;
    text-transform: none;
    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? */
}
#left_menu ul li li a:hover {}
#left_menu ul li li a:before {
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background-color: #8c8c8c;
    margin-bottom: 2px;
}
#left_menu ul li a:hover {}
#left_menu ul li a:hover,
#left_menu ul li.subcurrent>a {}
#left_menu ul li li li a {
    padding-left: 45px;
}
#left_menu ul li li li li a {
    padding-left: 60px;
}
/*sitemap_menu*/
#sitemap_menu {
    margin-bottom: 15px;
}
#sitemap_menu li {
    list-style: none;
    position: relative;
    font-size: 14px;
    padding: 0 0 0 15px;
    margin: 0;
}
#sitemap_menu li a {
    display: block;
    padding: 4px 0;
}
#sitemap_menu li:before {
    content: "";
    height: 0px;
    width: 0px;
    position: absolute;
    top: 13px;
    left: 0px;
    border: 5px solid transparent;
    border-left-color: #3cceda;
}
#sitemap_menu li a:hover {
    color: #666666;
}
#sitemap_menu ul {
    margin: 0px;
    padding: 0px;
}
/* ********** CONTENT ************** */
#dnn_content {
    min-height: 400px;
    position: relative;
    z-index: 3;
}
#dnn_content:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
/*page Spacing*/
.mt-10 {
    margin-top: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.pt-10 {
    padding-top: 10px;
}
.pb-10 {
    padding-bottom: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.pt-20 {
    padding-top: 20px;
}
.pb-20 {
    padding-bottom: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.pt-30 {
    padding-top: 30px;
}
.pb-30 {
    padding-bottom: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mb-40 {
    margin-bottom: 40px;
}
.pt-40 {
    padding-top: 40px;
}
.pb-40 {
    padding-bottom: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mb-50 {
    margin-bottom: 50px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-60 {
    margin-bottom: 60px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pl_100 {
    padding-left: 100px;
}
@media only screen and (min-width: 1600px) {
    .mt-10 {
        margin-top: 13px;
    }
    .mb-10 {
        margin-bottom: 13px;
    }
    .pt-10 {
        padding-top: 13px;
    }
    .pb-10 {
        padding-bottom: 13px;
    }
    .mt-20 {
        margin-top: 26px;
    }
    .mb-20 {
        margin-bottom: 26px;
    }
    .pt-20 {
        padding-top: 26px;
    }
    .pb-20 {
        padding-bottom: 26px;
    }
    .mt-30 {
        margin-top: 39px;
    }
    .mb-30 {
        margin-bottom: 39px;
    }
    .pt-30 {
        padding-top: 39px;
    }
    .pb-30 {
        padding-bottom: 39px;
    }
    .mt-40 {
        margin-top: 52px;
    }
    .mb-40 {
        margin-bottom: 52px;
    }
    .pt-40 {
        padding-top: 52px;
    }
    .pb-40 {
        padding-bottom: 52px;
    }
    .mt-50 {
        margin-top: 65px;
    }
    .mb-50 {
        margin-bottom: 65px;
    }
    .pt-50 {
        padding-top: 65px;
    }
    .pb-50 {
        padding-bottom: 65px;
    }
    .mt-60 {
        margin-top: 78px;
    }
    .mb-60 {
        margin-bottom: 78px;
    }
    .pt-60 {
        padding-top: 78px;
    }
    .pb-60 {
        padding-bottom: 78px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mt-10 {
        margin-top: 7px;
    }
    .mb-10 {
        margin-bottom: 7px;
    }
    .pt-10 {
        padding-top: 7px;
    }
    .pb-10 {
        padding-bottom: 7px;
    }
    .mt-20 {
        margin-top: 14px;
    }
    .mb-20 {
        margin-bottom: 14px;
    }
    .pt-20 {
        padding-top: 14px;
    }
    .pb-20 {
        padding-bottom: 14px;
    }
    .mt-30 {
        margin-top: 21px;
    }
    .mb-30 {
        margin-bottom: 21px;
    }
    .pt-30 {
        padding-top: 21px;
    }
    .pb-30 {
        padding-bottom: 21px;
    }
    .mt-40 {
        margin-top: 28px;
    }
    .mb-40 {
        margin-bottom: 28px;
    }
    .pt-40 {
        padding-top: 28px;
    }
    .pb-40 {
        padding-bottom: 28px;
    }
    .mt-50 {
        margin-top: 35px;
    }
    .mb-50 {
        margin-bottom: 35px;
    }
    .pt-50 {
        padding-top: 35px;
    }
    .pb-50 {
        padding-bottom: 35px;
    }
    .mt-60 {
        margin-top: 42px;
    }
    .mb-60 {
        margin-bottom: 42px;
    }
    .pt-60 {
        padding-top: 42px;
    }
    .pb-60 {
        padding-bottom: 42px;
    }
    .pl_100 {
        padding-left: 42px;
    }
}
@media only screen and (max-width: 767px) {
    .mt-10 {
        margin-top: 5px;
    }
    .mb-10 {
        margin-bottom: 5px;
    }
    .pt-10 {
        padding-top: 5px;
    }
    .pb-10 {
        padding-bottom: 5px;
    }
    .mt-20 {
        margin-top: 10px;
    }
    .mb-20 {
        margin-bottom: 10px;
    }
    .pt-20 {
        padding-top: 10px;
    }
    .pb-20 {
        padding-bottom: 10px;
    }
    .mt-30 {
        margin-top: 15px;
    }
    .mb-30 {
        margin-bottom: 15px;
    }
    .pt-30 {
        padding-top: 15px;
    }
    .pb-30 {
        padding-bottom: 15px;
    }
    .mt-40 {
        margin-top: 20px;
    }
    .mb-40 {
        margin-bottom: 20px;
    }
    .pt-40 {
        padding-top: 20px;
    }
    .pb-40 {
        padding-bottom: 20px;
    }
    .mt-50 {
        margin-top: 25px;
    }
    .mb-50 {
        margin-bottom: 25px;
    }
    .pt-50 {
        padding-top: 25px;
    }
    .pb-50 {
        padding-bottom: 25px;
    }
    .mt-60 {
        margin-top: 30px;
    }
    .mb-60 {
        margin-bottom: 30px;
    }
    .pt-60 {
        padding-top: 30px;
    }
    .pb-60 {
        padding-bottom: 30px;
    }
    .pl_100 {
        padding-left: 0px;
    }
}
.home6_a h1 {
    font-size: 30px;
    color: #000;
    font-weight: normal;
    margin: 0;
}
.home6_a .line {
    width: 60px;
    height: 30px;
    border-bottom: 2px solid #3CCEDA;
    display: block;
}
.home6_a a.Button_default {
    margin: 0;
    text-transform: uppercase;
}
.home6_a a.Button_border {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}
.home6_b .photo_box {
    background-color: #F2F2F2;
    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? */
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}
.home6_b .photo_box:hover {
    background-color: #3CCEDA;
}
.home6_b .photo_box .ico span {
    background-color: transparent;
    border: 1px solid #fff;
}
.home6_b .photo_box h3 {
    margin: 25px 25px 10px 25px;
    font-size: 16px;
    color: #000;
    font-weight: lighter;
    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? */
}
.home6_b .photo_box p {
    font-size: 13px;
    color: #666;
    margin: 0 25px 25px 25px;
    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? */
}
.home6_b .photo_box:hover h3,
.home6_b .photo_box:hover p {
    color: #fff;
}
.home6_c h3 {
    position: relative;
    font-size: 16px;
    color: #333;
    font-weight: lighter;
    padding: 0 0 0 65px;
    margin: 15px 0;
}
.home6_c h3 .out {
    width: 50px;
    height: 50px;
    background-color: #3CCEDA;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -25px 0 0 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}
.home6_c a {
    display: inline-block;
}
.home6_d {
    text-align: center;
}
.home6_d h1 {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    letter-spacing: normal;
}
.home6_d .line {
    width: 60px;
    height: 2px;
    background-color: #3CCEDA;
    display: inline-block;
}
.home6_d p {
    font-size: 13px;
    color: #fff;
    margin: 20px 0 30px 0;
    padding: 0 165px;
}
.home6_e a {
    display: inline-block;
    margin: 0 0 20px 0;
}
.home6_e img {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: pointer;
    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? */
}
.home6_e img:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.home6_f {
    text-align: center;
}
.home6_f h1 {
    font-size: 30px;
    color: #000;
    font-weight: normal;
    letter-spacing: normal;
}
.home6_f .line {
    width: 60px;
    height: 2px;
    background-color: #3CCEDA;
    display: inline-block;
}
.home6_f p {
    font-size: 13px;
    margin: 20px 0 30px 0;
    padding: 0 165px;
}
.home6_g h1,
.home6_h h1 {
    font-size: 30px;
    color: #000;
    font-weight: normal;
    letter-spacing: normal;
}
.home6_g .line,
.home6_h .line {
    width: 60px;
    height: 30px;
    border-bottom: 2px solid #3CCEDA;
    display: block;
}
.home6_g ul.list_style4 {
    padding: 0;
    margin: 30px 0 0 0;
}
.home6_h .loaded_list_2 {
    margin: 30px 0 0 0;
}
.home6_i {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.home6_i li {
    position: relative;
    padding: 25px 0 25px 80px;
    border-bottom: 1px solid #EAEAEA;
    font-size: 13px;
    color: #666;
}
.home6_i li:first-child {
    margin: -18px 0 0 0;
}
.home6_i li span.glyphicons {
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 50%;
    margin: -30px 0 0 0;
    left: 0px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #949494;
    font-size: 24px;
    text-align: center;
    background-color: #EBEBEB;
}
.home6_i li h6 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 5px 0;
    letter-spacing: normal;
}
.home7_a .ServeList_5 .ico {
    border: none;
    margin: 0 auto;
    width: auto;
    height: auto;
    line-height: normal;
    font-size: 70px;
}
.home7_a .ServeList_5 h5 {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: normal;
}
.home7_a .ServeList_5 p a {
    text-transform: uppercase;
}
.home7_c .backgroundImage2 {
    text-align: left;
}
.home7_c .home6_a h1 {
    color: #fff;
}
.home7_c .home6_a .line {
    border-bottom: 2px solid #fff;
}
.home7_c .home6_a a {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.home7_d {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.home7_d .leftc {
    width: 31%;
    float: left;
}
.home7_d .centerc {
    width: 38%;
    float: left;
    text-align: center;
}
.home7_d .centerc img {
    display: inline-block;
    width: auto\0;
}
.home7_d .rightc {
    width: 31%;
    float: left;
}
.home7_d .leftc .box,
.home7_d .rightc .box {
    position: relative;
}
.home7_d .leftc .box {
    padding: 0 100px 0 0;
    text-align: right;
}
.home7_d .leftc .box.sec {
    padding: 50px 100px 50px 0;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.home7_d .leftc .box.boxthree {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.home7_d .rightc .box {
    padding: 0 0 0 100px;
}
.home7_d .rightc .box.sec {
    padding: 50px 0 50px 100px;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.home7_d .rightc .box.boxthree {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.home7_d .leftc .box .icon,
.home7_d .rightc .box .icon {
    position: absolute;
    width: 70px;
    height: 70px;
    line-height: 70px;
    top: 50%;
    margin: -35px 0 0 0;
}
.home7_d .leftc .box .icon {
    right: 0px;
}
.home7_d .rightc .box .icon {
    left: 0px;
}
.home7_d .leftc .box h6.title,
.home7_d .rightc .box h6.title {
    font-size: 20px;
    color: #fff;
    margin: 0 0 20px 0;
    font-weight: normal;
}
.home7_d .leftc .box p.text,
.home7_d .rightc .box p.text {
    font-size: 13px;
    color: #fff;
    line-height: 26px;
}
.home7_d .leftc .box a.link,
.home7_d .rightc .box a.link {
    text-transform: uppercase;
}
.home7_e {
    margin: 40px 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}
.home7_e li {
    width: 25%;
    float: left;
    text-align: center;
    border-top: 1px solid #3CCEDA;
    position: relative;
    padding: 0 2px;
}
.home7_e li:after {
    content: "";
    width: 1px;
    height: 70%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #3cceda;
}
.home7_e li:first-child:before {
    content: "";
    width: 1px;
    height: 70%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #3cceda;
}
.home7_e li .icon {
    margin: -40px 0 0 0;
}
.home7_e li .icon img {
    display: inline-block;
}
.home7_e li h1 {
    font-size: 20px;
    color: #000;
    font-weight: normal;
    margin: 20px 0;
}
.home7_e li p {
    font-size: 13px;
}
.home7_f {
    position: relative;
}
.home7_f .home7_f_left {
    position: absolute;
}
.home7_g {
    background-color: #22272C;
}
.home7_g h1 {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    letter-spacing: normal;
}
.home7_g h1 p {
    font-size: 14px;
    line-height: normal;
    margin: 10px 0 0 0;
}
.home7_g a.Button_border {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 12px 25px;
    margin: 10px 0 0 0;
    text-transform: uppercase;
}
.home7_h img {
    float: left;
    margin: 0 20px 0 0;
}
.home7_h h6 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: normal;
    padding: 16px 0;
}
.home7_h p {
    font-size: 13px;
    color: #666;
    margin: 5px 0 0 0;
}
/*title*/
.ContentTitle_1 {
    border-left: 2px solid #ffffff;
    padding: 0 0 0 15px;
    font-size: 28px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 28px;
    text-align: left;
}
.ContentTitle_2 {
    font-size: 16px;
    color: #000000;
    position: relative;
    padding-right: 10px;
    display: inline-block;
    margin-right: 115px;
}
.ContentTitle_2:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 115px;
    border-bottom: 1px solid #dadada;
    height: 0;
    left: 100%;
}
/* ********** FOOTER ************** */
.foot_bg,
.footer_bottom {
    position: relative;
    z-index: 3;
}
.foot_bg:before,
.footer_bottom:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    z-index: -1;
}
.footer_bottom {
    padding: 20px 0;
}
.footer_box [class*=Pane] {
    margin: 50px 0 40px;
}
.footer_box .Full_Screen_FootPaneA,
.footer_box .Full_Screen_FootPaneB {
    margin: 0px;
}
.footer_box,
.footer_box .Normal,
.footer_box a {
    font-size: 13px;
    color: #8f8f8f;
}
.copyright_style {
    float: left;
    padding: 20px 8px;
}
.FooterPane {
    float: right;
    padding: 19px 8px 0;
    margin: 0 !important;
}
.copyright_style .sep {
    padding: 0px 12px;
}
.copyright_style,
.copyright_style a,
.copyright_style a:link,
.copyright_style a:active,
.copyright_style a:visited {
    text-decoration: none;
    font-size: 12px;
}
.copyright_style a:hover {
    text-decoration: none;
    color: #3cceda;
}
.FooterPane .social-icons {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
}
.FooterPane .social-icons a {
    color: #585858;
}
*+html .FooterPane .social-icons {
    display: inline;
}
#to_top {
    width: 43px;
    height: 43px;
    float: right;
    margin-top: 10px;
    text-align: center;
    font-size: 24px;
    z-index: 1000;
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
    background-color: #3cceda;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    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? */
}
#to_top:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
    margin: -2px 0 0 -6px;
    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 */
}
#to_top:hover {
    background-color: #000;
}
.FooterPane .Normal,
.copyright_style,
.copyright_style a,
.copyright_style a:link,
.copyright_style a:active,
.copyright_style a:visited,
.FooterPane .social-icons a {
    color: #666666;
}
.foot_a {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.foot_a li {
    border-bottom: 1px solid #404040;
    padding: 13px 0;
}
.foot_a li:first-child {
    padding: 0 0 15px 0;
}
.foot_a li a {
    color: #aaa;
    font-size: 13px;
}
.foot_a li a:hover {
    color: #3CCEDA;
}
.foot_a li span.glyphicons {
    font-size: 14px;
    text-align: center;
    color: #3CCEDA;
    margin: 0 10px 0 0;
    top: 3px;
}
.foot_b {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.foot_b li {
    border-top: 1px solid #404040;
    padding: 20px 0;
}
.foot_b li:first-child {
    border-top: 1px solid transparent;
    padding: 0 0 20px 0;
}
.foot_b li div.img {
    float: left;
    margin: 0 10px 10px 0;
}
.foot_b li div.img img {
    width: 80px;
    height: 80px;
    overflow: hidden;
}
.foot_c {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.foot_c li {
    border-bottom: 1px solid #404040;
    padding: 18px 0;
}
.foot_c li a {
    font-size: 13px;
    color: #aaa;
    position: relative;
    padding: 0 0 0 60px;
    display: block;
}
.foot_c li a .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -20px 0 0 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #434343;
}
.foot_c li a .icon span.social {
    color: #434343;
    background-color: #929292;
}
.foot_c li a span.arrow {
    position: absolute;
    font-size: 10px;
    color: #aaa;
    margin: -5px 0 0 0;
    top: 50%;
    right: 20px;
    -webkit-text-size-adjust: none;
}
.foot_c li a:hover .icon {
    background-color: #3CCEDA;
}
.foot_c li a:hover .icon span.social {
    color: #3CCEDA;
    background-color: #fff;
}
.foot_c li a:hover,
.foot_c li a:hover span.arrow {
    color: #3CCEDA;
}
.foot_d p {
    margin: 15px 0;
}
.foot_e a.Button_border_gray2 {
    color: #aaa;
    border: 1px solid #aaa;
    margin: 0px 10px 10px 0;
}
.foot_f {
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none;
}
.foot_f li {
    border: 1px solid #aaa;
    padding: 4px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}
.foot_f li img {
    width: 103px;
    height: 103px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    -webkit-transition: all ease-out 300ms;
    -o-transition: all ease-out 300ms;
    -ms-transition: all ease-out 300ms;
}
.foot_f li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/*module*/
/*chart*/
.chart_list_1 {
    text-align: center;
    color: #3cceda;
}
.chart_list_1 .percentage1 {
    position: relative;
    margin: 16px auto 18px;
    width: 180px;
    height: 180px;
    line-height: 180px;
    color: #3cceda;
}
.chart_list_1 .percentage1 .percentage_inner {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    font-size: 40px;
    color: #3cceda;
    font-weight: bold;
}
.chart_list_2 {
    text-align: center;
    color: #fff;
}
.chart_list_2 .bgcolor1 {
    background-color: #00CFD9;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 40px 0;
    margin: 30px 0 0 0;
}
.chart_list_2 .bgcolor2 {
    background-color: #83D580;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 40px 0;
    margin: 30px 0 0 0;
}
.chart_list_2 .bgcolor3 {
    background-color: #FFBD3E;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 40px 0;
    margin: 30px 0 0 0;
}
.chart_list_2 .bgcolor4 {
    background-color: #51CAB8;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 40px 0;
    margin: 30px 0 0 0;
}
.chart_list_2 .percentage2 {
    position: relative;
    margin: 0 auto;
    width: 170px;
    height: 170px;
    line-height: 170px;
    color: #fff;
}
.chart_list_2 .percentage2 .percentage_inner {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
}
.chart_list_2 p {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    margin: 30px 0 0 0;
}
.chart_list_3 {
    text-align: center;
}
.chart_list_3 .percentage3 {
    margin: 30px auto;
    color: #00CFD9;
}
.chart_list_3 .percentage3 .percentage_inner {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    line-height: 120px !important;
    text-align: center;
    font-size: 24px;
    color: #333;
    background-color: #fff;
    padding: 0;
    margin: 40px 0 0 40px;
}
.chart_list_3 h3 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.chart_list_3 p {
    font-size: 13px;
    color: #fff;
}
/*loaded_list*/
.loaded_list_1 p {
    color: #000;
}
.loaded_list_1 .progress {
    background-color: #e2e2e2;
    height: 30px;
    overflow: visible;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.loaded_list_1 .bar {
    height: 30px;
    background-color: #3cceda;
    width: 0;
    position: relative;
    transition: width ease-in 200ms;
    -moz-transition: width ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: width ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: width ease-in 200ms;
    /* Opera */
    -ms-transition: width ease-in 200ms;
    /* IE9? */
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.loaded_list_1 .bar span {
    position: absolute;
    right: 0;
    top: -30px;
    background-color: #000;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
    color: #FFF;
    display: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.loaded_list_1 .bar span:before {
    content: "";
    border: 4px solid transparent;
    border-top-color: #000;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -4px;
}
.loaded_list_2 p {
    color: #000;
}
.loaded_list_2 .progress {
    background-color: #e2e2e2;
    height: 18px;
    overflow: visible;
    margin: 14px 0px 26px 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.loaded_list_2 .bar {
    height: 18px;
    line-height: 18px;
    background: url(images/loaded_list_bg.png) #3cceda;
    width: 0;
    position: relative;
    transition: width ease-in 200ms;
    -moz-transition: width ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: width ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: width ease-in 200ms;
    /* Opera */
    -ms-transition: width ease-in 200ms;
    /* IE9? */
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.loaded_list_2 .bar span {
    position: absolute;
    right: 0;
    top: -20px;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
    color: #000;
    display: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.loaded_list_3 .progress {
    height: 26px;
    position: relative;
    overflow: visible;
    margin-bottom: 30px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.loaded_list_3 .bar {
    background-color: #3cceda;
    height: 26px;
    transition: width ease-in 500ms;
    -moz-transition: width ease-in 500ms;
    /* Firefox 4 */
    -webkit-transition: width ease-in 500ms;
    /* Safari and Chrome */
    -o-transition: width ease-in 500ms;
    /* Opera */
    -ms-transition: width ease-in 500ms;
    /* IE9? */
}
.loaded_list_3 p {
    font-size: 14px;
}
.loaded_list_3 .bar span {
    position: absolute;
    top: -34px;
    right: 0;
}
.bgcolor_1 {
    background-color: #f9f9f9;
}
.bgcolor_2 {
    background-color: #222222;
}
.bgcolor_3 {
    background-color: #3cced8;
}
.bgcolor_4 {
    background-color: #3cced8;
    position: relative;
}
.bgcolor_4:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
}
.bgcolor_4>* {
    position: relative;
    z-index: 1;
}
.bgcolor_2 .number,
.bgcolor_2 .sup,
.bgcolor_3 .box h3,
.bgcolor_4 .number,
.bgcolor_4 .sup {
    color: #FFF;
}
.bgcolor_4 .box h3 {
    color: #000;
}
/*blockquote*/
blockquote {
    font-style: italic;
    color: #848484;
    position: relative;
    border: none;
}
blockquote p {
    font-size: 13px;
    line-height: 1.8;
    text-indent: 50px;
    margin: 0;
}
blockquote small {
    display: block;
    line-height: 18px;
    font-size: 12px;
    position: absolute;
    bottom: -42px;
    left: 20%;
    padding: 24px 0 0 30px;
}
/*****************/
/*serviceAnimation*/
.serviceAnimation_box {
    clear: both;
}
.serviceAnimation_box:after {
    clear: both;
    content: ".";
    height: 0px;
    font-size: 0px;
    visibility: hidden;
    display: block;
}
.service_left_box,
.service_right_box {
    float: left;
    width: 31%;
}
.service_center_box {
    float: left;
    width: 38%;
}
.serviceAnimation {
    padding: 25px 0px;
}
.serviceAnimation li {
    color: #828282;
    font-size: 14px;
    line-height: 1.6;
    list-style: none;
    position: relative;
    padding: 25px 0px;
    border-top: 1px dashed #cccccc;
}
.serviceAnimation li:last-child {
    border-bottom: 1px dashed #cccccc;
}
.serviceAnimation li:before {
    content: " ";
    position: absolute;
    top: 0;
    width: 9px;
    height: 9px;
    margin-top: -4px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.serviceAnimation li:first-child:before {
    display: none;
}
.serviceAnimation li .number {
    width: 58px;
    height: 58px;
    line-height: 58px;
    display: block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    text-align: center;
    font-size: 30px;
    color: #FFF;
    top: 49.9999%;
    margin-top: -29px;
    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? */
}
.serviceAnimation li:hover .number {
    background-color: #2e2e2e;
}
.serviceAnimation h3 {
    font-size: 18px;
    font-weight: normal;
}
.service_left {
    padding-right: 25px;
    margin: 0 30px 0 0;
}
.service_left li {
    text-align: right;
    padding-right: 15px;
}
.service_left li:before {
    right: -30px;
}
.service_left li .number {
    right: -55px;
}
.service_right {
    padding-left: 25px;
    margin: 0 0 0 30px;
}
.service_right li {
    text-align: left;
    padding-left: 15px;
}
.service_right li:before {
    left: -30px;
}
.service_right li .number {
    left: -55px;
}
.service_center {
    padding: 25px 15px 0;
    text-align: center;
}
.service_center .animation {
    text-align: center;
    margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .service_left_box,
    .service_center_box,
    .service_right_box {
        float: none;
        width: 100%;
    }
    .service_left_box li,
    .service_right_box li {
        width: 33.3333%;
        display: inline-block;
        vertical-align: bottom;
        margin-right: -4px;
    }
    .service_left {
        border: none !important;
        margin: 0 0 25px 0;
        padding: 0;
    }
    .service_right {
        border: none !important;
        margin: 25px 0 0 0;
        padding: 0;
    }
    .service_left.serviceAnimation li {
        padding: 0px 25px 35px 25px;
        border: none;
        border-left: 1px dashed #cccccc;
        text-align: center;
    }
    .service_left.serviceAnimation li:first-child {
        border: none;
    }
    .service_left.serviceAnimation li:last-child {
        border: none;
        border-left: 1px dashed #cccccc;
    }
    .service_left.serviceAnimation li .number {
        top: 100%;
        left: 50%;
        margin: -29px 0px 0px -29px;
    }
    .service_left.serviceAnimation li:before {
        top: 100%;
        left: 0px;
        margin: -4px 0 0 -4px;
    }
    .service_right.serviceAnimation li {
        padding: 35px 25px 0px 25px;
        border: none;
        border-left: 1px dashed #cccccc;
        text-align: center;
    }
    .service_right.serviceAnimation li:first-child {
        border: none;
    }
    .service_right.serviceAnimation li:last-child {
        border: none;
        border-left: 1px dashed #cccccc;
    }
    .service_right.serviceAnimation li .number {
        top: 0;
        left: 50%;
        margin: -29px 0px 0px -29px;
    }
    .service_right.serviceAnimation li:before {
        top: 0;
        left: 0px;
        margin: -4px 0 0 -4px;
    }
}
@media only screen and (max-width: 767px) {
    .service_left_box,
    .service_right_box,
    .service_center_box {
        width: 100%;
        float: none;
    }
    .service_left,
    .service_right {
        border: none !important;
    }
    .serviceAnimation li:before {
        display: none;
    }
    .serviceAnimation {
        margin: 0;
        padding: 0;
        border: none;
    }
    .serviceAnimation li {
        text-align: center;
    }
    .serviceAnimation li .number {
        position: static;
        margin: 0px auto 15px;
    }
    .service_left_box li:first-child {
        border-top: none;
    }
    .serviceAnimation .animated {
        -webkit-animation-name: fadeInUp;
        -moz-animation-name: fadeInUp;
        -o-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }
    .service_center {
        padding-bottom: 25px;
    }
}
/*keyAnimation*/
.keyAnimation img {
    vertical-align: bottom;
}
.keyAnimation {
    text-align: center;
    max-width: 980px;
    margin: auto;
}
.keyAnimation ul {
    margin: 0px;
    padding: 20px 0 0 20px;
}
.keyAnimation ul li {
    list-style: none;
    float: left;
    width: 33.3%;
    color: #FFF;
    text-align: left;
    margin-bottom: 20px;
    position: relative;
}
.keyAnimation ul li .ico {
    width: 11px;
    height: 11px;
    vertical-align: middle;
    margin-right: 8px;
    background: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
}
.keyAnimation ul li:before {
    content: " ";
    position: absolute;
    height: 23px;
    top: 18px;
    left: 5px;
    border-left: 1px solid #FFF;
}
@media only screen and (max-width: 767px) {
    .keyAnimation {
        text-align: center;
    }
    .keyAnimation ul {
        text-align: left;
        padding: 20px 0;
        display: inline-block;
        margin: auto;
    }
    .keyAnimation ul li {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .keyAnimation ul li:before {
        display: none;
    }
}
/*info_main*/
.info_left {
    float: left;
    width: 50%;
}
.info_right {
    float: left;
    width: 50%;
}
.info_main {
    clear: both;
    border-bottom: 1px dashed #d6d6d6;
    margin-bottom: 15px;
}
.info_main:after {
    clear: both;
    content: ".";
    height: 0px;
    font-size: 0px;
    visibility: hidden;
    display: block;
}
.info_list {
    border-left: 1px dashed #d6d6d6;
    margin: 0 0 0 40px;
    padding: 0 0 15px 0;
    position: relative;
}
.info_list .info_box {
    list-style: none;
    margin-left: -50px;
    padding: 15px 30px 15px 60px;
    color: #8a8989;
    font-size: 13px;
    position: relative;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    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? */
}
.info_list li {
    list-style: none;
    border-top: 1px dashed #d6d6d6;
    margin-left: 20px;
}
.info_list li:first-child {
    border: none;
}
.info_list li h3 {
    font-size: 20px;
    color: #2e2e2e;
    font-weight: normal;
}
.info_list li h3 span {
    color: #3cceda;
}
.info_list .info_box:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    border: 2px solid #3cceda;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    top: 22px;
    background: #FFF;
    left: 23px;
}
.info_list:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    border: 2px solid #3cceda;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    bottom: -9px;
    background: #FFF;
    left: 0px;
    margin-left: -7px;
}
.info_list .info_box:hover {
    background-color: #3cceda;
    color: #FFF;
}
.info_list .info_box:hover h3,
.info_list .info_box:hover h3 span {
    color: #FFF;
}
.info_list .info_box:hover:before {
    border: 2px solid #FFF;
    background: none;
}
@media only screen and (max-width: 979px) {
    .info_left,
    .info_right {
        float: none;
        width: 100%;
    }
    .info_list {
        border-left: none;
        margin: 0;
    }
    .info_list .info_box {
        margin-left: 0px;
        padding: 20px;
    }
    .info_list .info_box:before,
    .info_list:before {
        display: none;
    }
}
/*about */
.about_left {
    float: left;
    width: 50%;
    padding-bottom: 15px;
}
.about_right {
    float: left;
    width: 50%;
    padding-bottom: 15px;
}
.about_main {
    clear: both;
}
.about_main:after {
    clear: both;
    content: ".";
    height: 0px;
    font-size: 0px;
    visibility: hidden;
    display: block;
}
.about_content {
    border-left: 1px dashed #d6d6d6;
    padding: 25px 30px;
    margin-left: 15px;
}
.about_content h3 {
    color: #2e2e2e;
    font-size: 20px;
}
.about_content h3 span {
    color: #3cceda;
}
.about_content a.Button_default {
    margin: 15px 0 0 0;
}
@media only screen and (max-width: 767px) {
    .about_left,
    .about_right {
        float: none;
        width: auto;
    }
    .about_content {
        border: none;
        padding: 0;
    }
}
/*our_team*/
.our_team1 .team_list {
    border: 1px dashed #cfcfcf;
    padding: 10px;
    margin-bottom: 30px;
}
.our_team1 .team_list img {
    max-width: 100%;
}
.our_team1 .team_title {
    background: none;
    font-size: 18px;
    color: #2c3433;
    padding: 15px 0 10px;
}
.our_team1 .team_title span {
    color: #3cceda;
}
.our_team1 .team_social {
    border-top: 1px dashed #cfcfcf;
    padding: 12px 0 0px;
    margin-top: 10px;
    font-size: 30px;
}
.our_team1 .team_social a {
    color: #3cceda;
    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? */
}
.our_team1 .team_social a:hover {
    color: #2e2e2e;
}
@media only screen and (max-width: 767px) {
    .team_list {
        max-width: 350px;
        margin: auto;
    }
}
/*TeamDetail*/
.TeamDetail .Teamtitle {
    clear: both;
    margin-bottom: 10px;
}
.TeamDetail .Teamtitle:after {
    clear: both;
    content: ".";
    height: 0px;
    font-size: 0px;
    visibility: hidden;
    display: block;
}
.TeamDetail .Teamtitle h3 {
    float: left;
    color: #2c3433;
    font-size: 18px;
    font-weight: normal;
}
.TeamDetail .Teamtitle h3 span {
    color: #3cceda;
    font-size: 16px;
}
.TeamDetail .Teamtitle .social_list {
    float: right;
    padding-top: 5px;
}
.TeamDetail_info {
    border-top: 1px dashed #dcdcdc;
    margin: 0;
    padding: 7px 0;
}
.TeamDetail_info li {
    list-style: none;
    padding: 10px 0px;
}
.TeamDetail_info li span.glyphicons,
.TeamDetail_info li span.social {
    width: 29px;
    height: 29px;
    line-height: 29px;
    background-color: #dcdcdc;
    font-size: 16px;
    text-align: center;
    color: #FFF;
    margin-right: 10px;
    vertical-align: middle;
}
.TeamDetail_info li a,
.TeamDetail_info li a:link,
.TeamDetail_info li a:active,
.TeamDetail_info li a:visited {
    color: #8a8989;
    text-decoration: none;
}
.TeamDetail_info li a:hover {
    color: #3cceda;
    text-decoration: underline;
}
/*chart*/
.percentage {
    position: relative;
    color: #FFF;
    height: 185px;
    width: 185px;
    margin: 20px 0px 50px;
}
.percentage_inner {
    position: absolute;
    line-height: 1.5 !important;
    text-align: center;
    width: 100%;
    font-size: 20px;
    padding-top: 60px;
}
.percentage i,
.percentage em {
    display: block;
    position: absolute;
    left: 100%;
    margin: -8px 0 0 0px;
    top: 50%;
    width: 53px;
    height: 17px;
    background: url(images/arrow_2.png) left top;
}
/*blockquote_sytle_2*/
.blockquote_sytle_2 {
    text-align: left;
    padding: 0;
    margin: 0 0 8px 0;
}
.blockquote_sytle_2 p {
    background: #ffffff;
    border: 1px solid #dcdcdc;
    font-size: 15px;
    color: #000000;
    text-indent: 0;
    padding: 25px 50px;
    position: relative;
}
.blockquote_sytle_2 p:before {
    content: '"';
    font-size: 40px;
    color: #d1d1d1;
    vertical-align: middle;
    position: absolute;
    left: 20px;
    top: 13px;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.blockquote_sytle_2 .pic img {
    max-width: 100%;
}
.blockquote_sytle_2 small {
    position: relative;
    margin: 0;
    padding: 30px 0 0 100px;
    top: 0;
    left: 0;
    display: block;
    min-height: 100px;
    color: #585858;
}
.blockquote_sytle_2 .pic {
    width: 82px;
    height: 82px;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.blockquote_sytle_2 small strong,
.blockquote_sytle_2 small b {
    display: block;
    color: #000000;
    font-style: normal;
    font-size: 15px;
    margin-bottom: 10px;
}
.blockquote_sytle_2 small span {
    color: #3cceda;
}
.blockquote_sytle_2 small:before {
    content: " ";
    width: 15px;
    height: 15px;
    position: absolute;
    top: -7px;
    left: 50px;
    background-color: #FFF;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    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 */
}
/* ---- combination filters ---- */
.isotope_grid {
    width: 100%;
    overflow: hidden;
}
.isotope_grid .isotope_main {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.isotope_grid .isotope_item {
    width: 200px;
    margin: 0px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.isotope_grid .isotope_item .pic_box img {
    width: 100%;
}
.isotope_grid .isotope_item .photo_box {
    margin: 0;
}
.isotope_grid .isotope_group {
    text-align: center;
    padding: 10px 0 30px;
}
.isotope_grid .isotope_group a {
    margin: 0px 10px 3px;
    padding: 11px 23px;
    color: #5d5d5d;
    font-size: 13px;
    display: inline-block;
    border: 1px solid #ebebeb;
    text-decoration: none;
    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? */
}
.isotope_grid .isotope_group a:hover,
.isotope_grid .isotope_group a.active {
    border: 1px solid #3cceda;
    color: #FFF;
    text-decoration: none;
    background-color: #3cceda;
}
@media only screen and (max-width: 767px) {
    .isotope_grid .isotope_group a {
        padding: 2px 8px;
        margin: 0 3px 3px;
    }
}
@media only screen and (min-width: 1200px) {
    .percentage i,
    .percentage em {
        margin: -8px 0 0 25px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .percentage {
        margin: 20px auto 50px;
    }
    .percentage i,
    .percentage em {
        margin: -8px 0 0 55px;
    }
}
@media only screen and (max-width: 767px) {
    .percentage {
        margin: 20px auto 80px;
    }
    .percentage i,
    .percentage em {
        left: 50%;
        top: 100%;
        margin: 12px 0 0 -8px;
        width: 17px;
        height: 53px;
        background: url(images/arrow_2.png) left bottom;
    }
}
/*about list*/
.about_list {
    border-bottom: 1px solid #333333;
    margin: 0;
    padding: 0;
}
.about_list li {
    list-style: none;
    padding: 10px 0;
    border-top: 1px solid #333333;
}
.about_list .glyphicons,
.about_list .social {
    margin-right: 12px;
    font-size: 20px;
    vertical-align: middle;
}
/*FAQ*/
.faq_tab {
    text-align: center;
}
.faq_tab .faq_title li {
    list-style: none;
    display: inline-block;
    margin: 0px 10px 10px;
    color: #000;
}
.faq_tab .faq_title li a,
.faq_tab .faq_title li a:link,
.faq_tab .faq_title li a:active,
.faq_tab .faq_title li a:visited {
    color: #000;
    text-decoration: none;
    padding: 8px 20px;
    display: inline-block;
    border: 1px solid #dddddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    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? */
}
.faq_tab .faq_title li.active a,
.faq_tab .faq_title li a:hover {
    color: #3cceda;
    border: 1px solid #3cceda;
}
.faq_tab .faq_box dt {
    color: #3cceda;
    font-weight: normal;
    text-align: center;
    padding-bottom: 45px;
    margin-bottom: 15px;
    font-size: 15px;
    position: relative;
}
.faq_tab .faq_box dt .ico_q {
    width: 51px;
    height: 51px;
    line-height: 48px;
    display: block;
    margin: 10px auto;
    color: #FFF;
    font-size: 24px;
    background-color: #3cceda;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.faq_tab .faq_box dt:before {
    content: "";
    position: absolute;
    height: 32px;
    border-left: 1px solid #3cceda;
    position: absolute;
    bottom: 0px;
    left: 50%;
}
.faq_tab .faq_box dd {
    text-align: center;
    padding: 0px 50px 40px;
    line-height: 2;
    position: relative;
}
.faq_tab .faq_box dd .ico_a {
    width: 51px;
    height: 51px;
    line-height: 48px;
    display: block;
    margin: 10px auto;
    color: #FFF;
    font-size: 24px;
    background-color: #858585;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.faq_tab .faq_box dd:before {
    content: "";
    position: absolute;
    width: 58px;
    border-bottom: 2px solid #b3b3b3;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -29px;
}
@media only screen and (max-width: 767px) {
    .faq_tab .faq_box dd {
        padding: 0px 10px 20px;
    }
}
/*gmap*/
.gmap {
    width: 100%;
    height: 300px;
}
#gmap {
    height: 364px;
    width: 100%;
}
.gmap img,
#gmap img,
#gmap2 img,
#gmap3 img {
    max-width: none;
}
#gmap2 {
    height: 235px;
    width: 100%;
}
#gmap3 {
    height: 143px;
    width: 100%;
}
#gmap4 {
    height: 582px;
    width: 100%;
}
#gmap5 {
    width: 100%;
    height: 370px;
}
#gmap6 {
    width: 100%;
    height: 500px;
}
#gmap5:before,
#gmap6:before {
    content: "";
    position: absolute;
    background-image: url(images/mapshadow.png);
    background-repeat: repeat-x;
    background-position: left top;
    width: 100%;
    height: 6px;
    z-index: 1;
    top: 0px;
    left: 0px;
}
#gmap5:after,
#gmap6:after {
    content: "";
    position: absolute;
    background-image: url(images/mapshadow2.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    width: 100%;
    height: 6px;
    z-index: 1;
    bottom: 0px;
    left: 0px;
}
@media only screen and (max-width: 767px) {
    #gmap4,
    #gmap5 {
        height: 320px;
    }
}
/*posts list*/
.posts_list {
    margin: 0;
    padding: 5px 0 0;
    clear: both;
    overflow: hidden;
}
.posts_list li {
    list-style: none;
    clear: left;
}
.posts_list li img {
    float: left;
    margin: 0 10px 15px 0;
}
.posts_list li span {
    color: #575757;
}
.posts_list2 {
    margin: 0;
    padding: 5px 0 0;
}
.posts_list2 li {
    list-style: none;
    clear: left;
    color: #a4a4a4;
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #313131;
}
.posts_list2 li p {
    color: #787878;
    padding-top: 5px;
}
.posts_list2 li img {
    float: left;
    margin: 0 10px 10px 0;
}
.posts_list2 li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
/*link_list*/
.link_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.link_list li {
    padding: 11px 0;
    border-bottom: 1px solid #333333;
    color: #666666;
}
.link_list li span.glyphicons {
    margin-right: 10px;
    font-size: 9px;
    -webkit-text-size-adjust: none;
}
.link_list li,
.link_list li a,
.link_list li a:link,
.link_list li a:active,
.link_list li a:visited {
    color: #666666;
    text-decoration: none;
}
.link_list li a:hover {
    text-decoration: none;
}
.link_list_2 {
    margin: 0;
    padding: 0;
}
.link_list_2 li {
    padding: 0 15px;
    list-style: none;
    display: inline-block;
    text-align: center;
}
/*Theme_Normal_Bottom*/
.Theme_Normal_Bottom {
    width: 100%;
    position: relative;
}
.Theme_Normal_Bottom select,
.Theme_Normal_Bottom textarea,
.Theme_Normal_Bottom input[type="text"],
.Theme_Normal_Bottom input[type="password"],
.Theme_Normal_Bottom input[type="datetime"],
.Theme_Normal_Bottom input[type="datetime-local"],
.Theme_Normal_Bottom input[type="date"],
.Theme_Normal_Bottom input[type="month"],
.Theme_Normal_Bottom input[type="time"],
.Theme_Normal_Bottom input[type="week"],
.Theme_Normal_Bottom input[type="number"],
.Theme_Normal_Bottom input[type="email"],
.Theme_Normal_Bottom input[type="url"],
.Theme_Normal_Bottom input[type="search"],
.Theme_Normal_Bottom input[type="tel"],
.Theme_Normal_Bottom input[type="color"] {
    padding: 8px 0px !important;
    width: 100% !important;
    height: auto !important;
    text-indent: 12px;
    background: #ffffff !important;
    border-bottom: 1px solid #f8f8f8 !important;
    border-top: 1px solid #f8f8f8 !important;
    color: #000;
}
.Theme_Normal_Bottom input::-webkit-input-placeholder,
.Theme_Normal_Bottom textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #000;
}
.Theme_Normal_Bottom input:-moz-placeholder,
.Theme_Normal_Bottom textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;
}
.Theme_Normal_Bottom input::-moz-placeholder,
.Theme_Normal_Bottom textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;
}
.Theme_Normal_Bottom input:-ms-input-placeholder,
.Theme_Normal_Bottom textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #000;
}
.Theme_Normal_Bottom td.form_input textarea {
    height: 107px !important;
    width: 100% !important;
}
.Theme_Normal_Bottom input.btn {
    font-size: 13px !important;
    color: #FFF !important;
    padding: 8px 18px !important;
    background: #3cceda !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    letter-spacing: 1px;
    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_Normal_Bottom .btn:hover {
    background-color: #000 !important;
}
/*banner*/
.SliderRevolution3D *,
.SliderRevolution3D *:before,
.SliderRevolution3D *:after {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    background-color: transparent;
}
.SliderRevolution3D,
.SliderRevolution3D a,
.SliderRevolution3D a:link,
.SliderRevolution3D a:active,
.SliderRevolution3D a:visited,
.SliderRevolution3D a:hover {
    color: #FFF;
    text-decoration: none;
    -webkit-text-size-adjust: none;
}
.SliderRevolution3D .tp-bullets {
    z-index: 900;
}
.SliderRevolution3D .tp-leftarrow.default,
.SliderRevolution3D .tp-rightarrow.default {
    background: transparent;
    width: 95px;
    height: 95px;
    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? */
}
.SliderRevolution3D .tp-leftarrow.default:hover,
.SliderRevolution3D .tp-rightarrow.default:hover {
    background-color: rgba(0, 0, 0, 0.35);
}
.SliderRevolution3D .tp-leftarrow.default:before,
.SliderRevolution3D .tp-rightarrow.default:before {
    content: "";
    width: 22px;
    height: 22px;
    border-bottom: 4px solid #FFF;
    border-left: 4px solid #FFF;
    position: absolute;
    top: 50%;
    left: 50px;
    margin: -9px 0px 0px -9px;
    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 */
}
.SliderRevolution3D .tp-rightarrow.default:before {
    transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    /* IE 9 */
    -moz-transform: rotate(-135deg);
    /* Firefox */
    -webkit-transform: rotate(-135deg);
    /* Safari and Chrome */
    -o-transform: rotate(-135deg);
    /* Opera */
    margin: -9px 0px 0px -17px;
}
.SliderRevolution3D .tp-bullets.simplebullets.round .bullet {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 13px;
    height: 13px;
    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? */
}
.SliderRevolution3D .tp-bullets.simplebullets.round .bullet.selected {
    background-color: #FFF;
}
.tp-banner-container *,
.tp-banner-container *:before,
.tp-banner-container *:after {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    background-color: transparent;
}
.tp-banner-container,
.tp-banner-container a,
.tp-banner-container a:link,
.tp-banner-container a:active,
.tp-banner-container a:visited,
.tp-banner-container a:hover {
    color: #FFF;
    text-decoration: none;
    -webkit-text-size-adjust: none;
}
.bannertitle1 {
    font-size: 50px;
    letter-spacing: 3px;
}
.bannercontent1 {
    font-size: 22px;
    letter-spacing: 1px;
}
.bannermore1 {
    line-height: 50px;
    font-size: 15px;
    letter-spacing: 1px;
}
.bannermore1 a,
.bannermore1 a:link,
.bannermore1 a:active,
.bannermore1 a:visited {
    border: 1px solid #ffffff;
    border-width: 1px !important;
    font-size: inherit;
    font-weight: bold;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    padding: 0px 30px;
    color: #FFF !important;
    line-height: inherit;
}
.bannermore1 a:hover {
    background-color: #3cceda;
    border: 2px solid #3cceda;
}
.bannertitle3 {
    font-size: 48px;
    letter-spacing: 1px;
    line-height: 1.2;
}
.bannercontent3 {
    font-size: 18px;
    line-height: 1.5;
}
.bannermore3 {
    padding: 9px 25px;
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
    color: #FFF;
    background-color: #3cceda;
    margin: 0px 12px 10px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    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? */
}
.bannermore3:hover {
    background-color: #2e2e2e !important;
    color: #FFF;
    text-decoration: none;
}
.bannermore3 a,
.bannermore3 a:hover {
    display: block;
    padding: 9px 25px;
    margin: -9px -25px;
    color: #FFF !important;
}
#dnn_wrapper .tp-leftarrow.round,
#dnn_wrapper .tp-rightarrow.round {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: none;
    background-color: rgba(0, 0, 0, 0.35);
}
#dnn_wrapper .tp-leftarrow.round:before,
#dnn_wrapper .tp-rightarrow.round:before {
    content: "";
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    width: 14px;
    height: 14px;
    top: 50%;
    left: 50%;
    position: absolute;
    margin: -7px 0 0 -5px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
#dnn_wrapper .tp-rightarrow.round:before {
    border-left: none;
    border-top: none;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin: -7px 0 0 -10px;
}
#dnn_wrapper .tp-bullets.simplebullets.round .bullet {
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
    background: none;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
#dnn_wrapper .tp-bullets.simplebullets .bullet.selected {
    background-color: #fff;
}
@media only screen and (min-width: 1200px) {
    .bannermore1 a,
    .bannermore1 a:link,
    .bannermore1 a:active,
    .bannermore1 a:visited {
        padding: 0px 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .bannermore1 a,
    .bannermore1 a:link,
    .bannermore1 a:active,
    .bannermore1 a:visited {
        padding: 0px 20px;
    }
}
@media only screen and (max-width: 767px) {
    #dnn_wrapper .tp-leftarrow.round,
    #dnn_wrapper .tp-rightarrow.round {
        display: none;
    }
    .bannermore1 a,
    .bannermore1 a:link,
    .bannermore1 a:active,
    .bannermore1 a:visited {
        padding: 0px 15px;
    }
}
.home6banner1_2 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}
.home6banner1_3 {
    font-size: 46px;
    color: #fff;
    text-transform: uppercase;
}
.home6banner1_4 {
    width: 270px;
    height: 4px;
    background-color: #fff;
    border-left: 100px solid #3CCEDA;
}
.home6banner1_5 {
    font-size: 22px;
    color: #fff;
}
.home6banner1_5 span.glyphicons {
    margin: 0 15px 0 1px;
}
.home6banner1_6 a.Button_default:hover {
    color: #fff;
}
.home6banner2_1 {
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
}
.home6banner2_2 {
    font-size: 36px;
    text-transform: uppercase;
    color: #3cceda;
}
.home6banner2_3 {
    font-size: 18px;
    color: #fff;
}
.home6banner2_3 span.glyphicons {
    margin: 0 15px 0 0;
    padding: 0 0 0 1px;
}
.home6banner2_4 a.Button_white:hover {
    color: #fff;
}
/*Theme_13_Elegant*/
.Theme_13_Elegant {}
.Theme_13_Elegant img {
    max-width: 100%;
}
.Theme_13_Elegant .unoslider_indicator {
    bottom: -30px !important;
    left: 0px !important;
    width: 100% !important;
    text-align: center !important;
    border: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.Theme_13_Elegant .unoslider_indicator a {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 20px !important;
    height: 20px !important;
    margin: 0 3px !important;
    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? */
}
.Theme_13_Elegant .unoslider_indicator a.unoslider_indicator_active {}
.Theme_13_Elegant .unoslider_left,
.Theme_13_Elegant .unoslider_right {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.Theme_13_Elegant .unoslider_left {
    left: -80px !important;
}
.Theme_13_Elegant .unoslider_right {
    right: -80px !important;
}
.Theme_13_Elegant .unoslider_left:before {
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #FFF;
    border-left: 2px solid #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0px 0px -2px;
    content: "";
    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 */
}
.Theme_13_Elegant .unoslider_right:before {
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #FFF;
    border-right: 2px solid #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0px 0px -5px;
    content: "";
    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 */
}
.Theme_13_Elegant .unoslider_pause,
.Theme_13_Elegant .unoslider_play {
    display: none !important;
}
@media only screen and (max-width: 980px) {
    .Theme_13_Elegant .unoslider_left {
        left: 0px !important;
    }
    .Theme_13_Elegant .unoslider_right {
        right: 0px !important;
    }
}
/*Time Line*/
.timeline_Top {
    padding: 0px 10px 10px 10px;
    border: 1px solid #e9e8e8;
    background-color: #fafafa;
    margin-top: 45px;
    text-align: center;
    position: relative;
}
.timeline_Top .timeline_time {
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #8a8989;
    text-align: center;
    border: 1px solid #e9e8e8;
    display: block;
    position: relative;
    margin: -35px auto 15px;
    background: #ffffff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.timeline_Top .timeline_time:before {
    content: " ";
    position: absolute;
    top: -6px;
    left: -6px;
    width: 80px;
    height: 80px;
    border: 5px solid #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.timeline_Top:before {
    content: "";
    width: 18px;
    height: 18px;
    border-right: 1px solid #e9e8e8;
    border-bottom: 1px solid #e9e8e8;
    background-color: #fafafa;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: -7px 0 0 -9px;
    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 */
}
.timeline_Top img {
    max-width: 100%;
    margin-bottom: 5px;
}
.timeline {
    margin-top: 11px;
    clear: both;
}
.timeline:after {
    clear: both;
    content: ".";
    height: 0px;
    font-size: 0px;
    visibility: hidden;
    display: block;
}
.timeline .timeline_pic {
    max-width: 100%;
}
.timeline_left {
    width: 50%;
    margin: 0px;
    padding: 38px 65px 0 0;
    position: relative;
    float: left;
    border-right: 1px solid #e9e8e8;
}
.timeline_right {
    width: 50%;
    margin: 0px 0px 0px -1px;
    padding: 130px 0 0 65px;
    position: relative;
    float: left;
    border-left: 1px solid #e9e8e8;
}
.timeline_left li,
.timeline_right li {
    list-style: none;
    position: relative;
    padding: 12px;
    margin-bottom: 35px;
    background-color: #fafafa;
    border: 1px solid #e9e8e8;
}
.timeline_left li:after,
.timeline_right li:after {
    content: "";
    width: 18px;
    height: 18px;
    border-right: 1px solid #e9e8e8;
    border-bottom: 1px solid #e9e8e8;
    background-color: #fafafa;
    position: absolute;
    top: 42px;
    left: 100%;
    margin: -7px 0 0 -8px;
    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 */
}
.timeline_right li:after {
    top: 45px;
    left: auto;
    right: 100%;
    margin: -7px -8px 0 0;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    /* IE 9 */
    -moz-transform: rotate(135deg);
    /* Firefox */
    -webkit-transform: rotate(135deg);
    /* Safari and Chrome */
    -o-transform: rotate(135deg);
    /* Opera */
}
.timeline_left .timeline_time,
.timeline_right .timeline_time {
    width: 70px;
    height: 70px;
    position: absolute;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #e9e8e8;
    text-align: center;
    line-height: 70px;
    background-color: #ffffff;
    color: #8a8989;
    top: 10px;
    z-index: 100;
}
.timeline_left .timeline_time {
    right: -102px;
}
.timeline_right .timeline_time {
    left: -102px;
}
.timeline .timeline_title {
    color: #363839;
    font-size: 20px;
    font-weight: normal;
    padding: 15px 0 6px;
}
.timeline .timeline_content p {
    line-height: 1.8;
}
@media only screen and (max-width: 767px) {
    .timeline_left,
    .timeline_right {
        width: 100%;
        float: none;
        border: none;
        padding: 0px;
        margin: 0;
    }
    .timeline_left li,
    .timeline_right li,
    .timeline_Top {
        margin-bottom: 50px;
    }
    .timeline_left li:after,
    .timeline_right li:after,
    .timeline_Top:before {
        display: none;
    }
    .timeline_left .timeline_time,
    .timeline_right .timeline_time {
        width: 70px;
        height: 70px;
        line-height: 70px;
        color: #8a8989;
        text-align: center;
        border: 1px solid #e9e8e8;
        display: block;
        position: relative;
        left: 0px;
        top: 0px;
        margin: -47px auto 15px;
        background: #ffffff;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }
    .timeline_left .timeline_time:before,
    .timeline_right .timeline_time:before {
        content: " ";
        position: absolute;
        top: -6px;
        left: -6px;
        width: 80px;
        height: 80px;
        border: 5px solid #FFF;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }
}
/*Lead*/
.Lead {
    padding: 140px 0;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}
.Lead .Lead_titleA {
    font-size: 30px;
    color: #FFF;
    font-weight: normal;
}
.Lead .Lead_titleA {
    font-size: 30px;
    color: #FFF;
    font-weight: normal;
    line-height: 1.2;
}
.Lead .Lead_titleB {
    font-size: 60px;
    color: #FFF;
    line-height: 1.2;
}
.Lead .Lead_titleC {
    font-size: 34px;
    color: #FFF;
    line-height: 1.4;
}
.Lead a.Lead_button,
.Lead a.Lead_button:hover {
    font-size: 22px;
    color: #ffffff;
    text-decoration: none;
    border: 2px solid #FFF;
    padding: 14px 30px;
    display: inline-block;
}
*+html .Lead a.Lead_button,
*+html .Lead a.Lead_button:hover {
    display: inline;
}
.Lead2 {
    padding: 110px 0 100px;
    text-align: center;
}
.Lead2 .Lead2_title {
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #ffffff;
}
@media only screen and (max-width: 767px) {
    .Lead .Lead_titleA {
        font-size: 22px;
    }
    .Lead .Lead_titleB {
        font-size: 30px;
    }
    .Lead .Lead_titleC {
        font-size: 20px;
    }
    .Lead2 .Lead2_title {
        font-size: 22px;
    }
}
/*mail*/
.emails_box {
    border: 10px solid #e5e5e5;
    margin: 20px 0;
    padding: 25px;
    font-size: 14px;
}
.emails_box .emails-ico {
    margin: 8px 0 0 0;
    font-size: 60px;
    background: #dddddd;
    color: #FFF;
    width: 66px;
    height: 46px;
    overflow: hidden;
    border: 3px solid #dddddd;
}
.emails_box .emails-ico:before {
    position: absolute;
    top: -10px;
}
.emails_box h3 {
    color: #363839;
    font-size: 24px;
    font-weight: normal;
}
.emails_text {
    float: left;
    border: 1px solid #e5e5e5;
}
/*	Circle Slider	*/
div.main_slider_wrapper {
    overflow: hidden;
    margin: 0 auto;
    max-width: 1000px;
}
.slider_wrapper * {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
.slider_wrapper {
    text-align: left;
    margin: 0;
    padding: 0;
    border: none;
    clear: both;
    display: block;
    position: relative;
}
.slider_wrapper .circle_slider {
    position: relative;
    width: 970px;
    height: 260px;
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
}
.circle_slider_thumb {
    border: #ecebeb solid 1px !important;
    padding: 4px !important;
    position: absolute;
    top: 97px;
    width: 84px;
    height: 84px;
    float: left;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.circle_slider_thumb img {
    max-width: 100% !important;
    width: 84px;
    margin: 0 !important;
    padding: 0 !important;
    border: none;
    border-radius: 84px;
}
.circle_slider_big {
    overflow: hidden;
    border: #282828 solid 8px;
    border-radius: 231px;
    position: absolute;
    top: 24px;
    width: 231px;
    height: 231px;
    float: left;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
    margin: 0;
    padding: 0;
}
.circle_slider_big img {
    width: 231px;
    margin: 0;
    padding: 0;
    border: none;
}
.slider_wrapper .circle_slider_nav_left {
    position: absolute;
    top: 334px;
    left: 95px;
    height: 57px;
    width: 28px;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
    cursor: pointer;
}
.slider_wrapper .circle_slider_no_border2_left {
    width: 24px;
}
.slider_wrapper .circle_slider_nav_left span {
    border-radius: 50px 0px 0px 50px;
    left: 0px;
    position: absolute;
    display: inline-block;
    background: url(images/slider_ico.png) no-repeat left top;
    box-shadow: none !important;
}
.slider_wrapper .circle_slider_nav_right {
    position: absolute;
    top: 597px;
    left: 95px;
    height: 57px;
    width: 28px;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
    cursor: pointer;
}
.slider_wrapper .circle_slider_nav_right span {
    margin-left: -26px;
    left: 0px;
    position: absolute;
    display: inline-block;
    box-shadow: none !important;
    background: url(images/slider_ico.png) no-repeat left top;
}
.slider_wrapper .circle_slider_nav_left.circle_slider_no_border span {
    padding: 0;
    margin-left: 8px;
    border-radius: 0;
    background: url(images/slider_ico.png) no-repeat left 8px !important;
    box-shadow: none !important;
    overflow: hidden;
    text-indent: -999px;
    display: block;
    width: 100%;
    height: 30px;
}
.slider_wrapper .circle_slider_nav_right.circle_slider_no_border span {
    padding: 0;
    left: 4px;
    border-radius: 0;
    background: url(images/slider_ico.png) no-repeat right 8px !important;
    box-shadow: none !important;
    overflow: hidden;
    text-indent: -999px;
    display: block;
    width: 100%;
    margin-left: -4px;
    height: 30px;
}
/*	Circle Slider text	*/
.slider_wrapper .slider_item {
    width: 100%;
    left: 0px;
    top: 10px;
    position: relative;
    display: inline-block;
}
.slider_wrapper .slider_item .circle_slider_text {
    width: 460px;
    padding: 0 20px 20px 0px;
    border-right: 1px solid #7e7e7e;
    float: left;
    margin: 0;
    border-left: none;
    border-bottom: none;
    border-top: none;
}
.slider_wrapper .slider_item .circle_slider_text.right {
    border-left: 1px solid #7e7e7e;
    border-right: none;
    width: 459px;
    padding: 0 0px 20px 20px;
    margin: 0 0 0 -1px;
    border-bottom: none;
    border-top: none;
}
.slider_wrapper .slider_item .circle_slider_text span {
    text-align: right;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}
.slider_wrapper .slider_item .circle_slider_text h4 {
    float: right;
}
.slider_wrapper .slider_item .circle_slider_text.right span {
    text-align: left;
}
.slider_wrapper .slider_item .circle_slider_text.right h4 {
    float: left;
}
.image_more_info {
    width: 42px;
    height: 42px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
}
.image_more_info a {
    position: relative;
}
.image_more_info span {
    border-radius: 50%;
    display: block;
    padding: 0px;
    overflow: hidden;
    border: 0;
    width: 0px;
    height: 0px;
    background: url(images/slider_ico.png) no-repeat 12px -28px #3cceda !important;
    box-shadow: none !important;
    font-size: 0px;
}
.circle_item_border {
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -1px;
    left: -1px;
    border: 5px solid #000000;
    border-radius: 40px 40px 40px 40px;
    z-index: 5;
}
/* additional content */
.slider_wrapper .slider_wrap {
    text-align: center;
}
.slider_wrapper div.all_around_text_up {
    position: absolute;
    margin: 0;
    padding: 0;
}
.slider_wrapper div.all_around_text_down {
    position: absolute;
    margin: 0;
    padding: 0;
}
.slider_wrapper span.all_around_text_span_up {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
}
.slider_wrapper span.all_around_text_span_down {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    padding: 5px !important;
    font-size: 15px;
    color: #555859;
}
.slider_wrapper .slider_item {
    display: none;
}
.main_content_slider_box {
    margin: auto;
    overflow: hidden;
    width: 100% !important;
}
.circle_slider1 {
    overflow: hidden;
}
.circle_slider1 blockquote {
    padding: 0px 0px 25px;
    margin: 0px;
}
.circle_slider1 blockquote p {
    color: #8a8989;
    font-size: 16px;
    line-height: 1.4;
    padding: 0px;
    margin: 0px;
    text-indent: 0px;
}
.circle_slider1 blockquote small {
    font-size: 16px;
    color: #3cceda;
    position: static;
    text-align: center;
    padding-top: 12px;
}
.circle_slider1 blockquote small:before {
    content: "";
}
.circle_slider1 .pic_name {
    font-size: 24px;
    color: #555859;
    font-weight: normal;
    margin-bottom: 15px;
}
/*advantage*/
.advantage_box {
    text-align: center;
    padding: 0 5px;
    margin-bottom: 10px;
}
.advantage_box .advantage_ico {
    width: 68px;
    height: 68px;
    background: #2e2e2e;
    border: 2px solid #2e2e2e;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    margin: auto;
    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? */
}
.advantage_box .advantage_ico .glyphicons,
.advantage_box .advantage_ico .socia {
    width: 60px;
    height: 59px;
    line-height: 60px;
    background: #2e2e2e;
    display: block;
    color: #FFF;
    font-size: 20px;
    border: 4px solid #2e2e2e;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    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? */
}
.advantage_box h3 {
    font-weight: normal;
    color: #3d3f40;
    font-size: 19px;
    margin: 10px 0;
}
.advantage_box a.Button_normal {
    margin: 10px 0 0;
}
.advantage_box:hover .advantage_ico {}
.advantage_box:hover .advantage_ico .glyphicons,
.advantage_box:hover .advantage_ico .socia,
.advantage_box:hover .advantage_ico {
    border: 4px solid #FFF;
}
.advantage_box:hover a.Button_normal {}
.advantage_box:hover h3 {}
.advantage_box2 {
    text-align: center;
    padding: 0 5px;
    margin-bottom: 10px;
}
.advantage_box2 .color_1 {
    background-color: #3dbaa1;
}
.advantage_box2 .color_2 {
    background-color: #8cba3d;
}
.advantage_box2 .color_3 {
    background-color: #ca9733;
}
.advantage_box2 .color_4 {
    background-color: #d96c4e;
}
.advantage_box2 .advantage_ico {
    width: 174px;
    height: 174px;
    line-height: 174px;
    text-align: center;
    font-size: 65px;
    color: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: auto;
    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? */
}
.advantage_box2 .advantage_ico .glyphicons,
.advantage_box2 .advantage_ico .socia {}
.advantage_box2 h3 {
    font-weight: normal;
    color: #3d3f40;
    font-size: 19px;
    margin: 15px 0 10px;
}
/*touch_box*/
.touch_box {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0;
}
.touch_box .touch_link {
    text-align: right;
}
.touch_box .touch_link .Button_default {
    margin-top: 35px;
}
@media only screen and (max-width: 767px) {
    .touch_box .touch_link {
        text-align: left;
    }
}
/*Social_list*/
.social_list a span {
    color: #c3c3c3;
    font-size: 24px;
    margin: 0px 1px;
    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? */
}
.social_list.social_list2 a span {
    color: #FFF;
}
.social_list a:hover span {
    color: #55a9f8;
}
.social_list a span {
    color: #959595;
    font-size: 20px;
    margin: 0px 1px 30px;
    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? */
}
.social_list a:hover span {
    color: #3cceda;
}
/*evaluate*/
.evaluate blockquote {
    margin: 0;
    padding: 0px;
    text-indent: 0px;
}
.evaluate blockquote p {
    text-indent: 0px;
    font-style: normal;
    color: #808080;
    font-size: 13px;
    background: #fafafa;
    border: 1px solid #ececec;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 20px;
    font-style: normal;
}
.evaluate blockquote small {
    position: relative;
    margin: 0;
    left: 0;
    top: 0;
    font-style: normal;
    font-size: 14px;
    padding-bottom: 25px;
}
.evaluate blockquote small:before {
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50px;
    top: -5px;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    background-color: #fafafa;
    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 */
}
.evaluate blockquote small img {
    width: 50px;
    height: 50px;
    float: left;
    vertical-align: middle;
    border: 1px solid #eeeeee;
    margin-right: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.evaluate blockquote small span {
    display: block;
    font-size: 15px;
    padding: 6px 0 3px;
}
/*******HTML*********/
/*ServeList*/
.ServeList_1 {
    margin: 0;
    padding: 0;
}
.ServeList_1 li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    padding: 0px 0 25px 100px;
    margin-bottom: 25px;
    min-height: 70px;
    overflow: hidden;
}
.ServeList_1 li .ico {
    position: absolute;
    top: 5px;
    left: 0px;
    height: 60px;
    line-height: 65px;
    width: 60px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #3ccbd8;
    text-align: center;
    font-size: 20px;
    color: #3ccbd8;
}
.ServeList_1 li:before {
    content: "";
    position: absolute;
    top: 70px;
    left: 30px;
    height: 100%;
    border-left: 1px solid #3ccbd8;
}
.ServeList_1 li:after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #3cceda;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    bottom: 0px;
    left: 28px;
}
.ServeList_1 li:last-child:before,
.ServeList_1 li:last-child:after {
    display: none;
}
.ServeList_1 h1,
.ServeList_1 h2,
.ServeList_1 h3,
.ServeList_1 h4,
.ServeList_1 h5,
.ServeList_1 h6 {
    font-weight: normal;
}
.ServeList_2 .front {
    background-color: #FFF;
    color: #3cceda;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.ServeList_2 .front .glyphicons {
    font-size: 70px;
    color: #3cceda;
    height: 170px;
    line-height: 200px;
}
.ServeList_2 .front h3 {
    font-size: 16px;
    padding: 10px 0 70px;
    color: #3cceda;
    letter-spacing: 2px;
}
.ServeList_2 .back {
    color: #FFF;
    background-color: #3cceda;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.ServeList_2 .back h3 {
    padding: 40px 10px 25px;
    margin: 0;
    letter-spacing: 2px;
}
.ServeList_2 .back p {
    padding: 0px 15px;
}
.ServeList_3 {
    padding-left: 68px;
    position: relative;
    margin-bottom: 50px;
}
.ServeList_3 .ico {
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 30px;
    color: #3cceda;
}
.ServeList_3 h6 {
    margin-bottom: 20px;
}
.ServeList_4 {
    margin: 0px;
    padding: 10px 0;
}
.ServeList_4 li {
    list-style: none;
    text-align: right;
    padding: 0 80px 15px 80px;
    margin-bottom: 25px;
    position: relative;
    width: 50%;
}
.ServeList_4 li h4 {
    margin-bottom: 14px;
}
.ServeList_4 li .ico {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
    line-height: 68px;
    font-size: 30px;
    color: #FFF;
    text-align: center;
    background-color: #3cceda;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: -30px;
}
.ServeList_4 li .line {
    position: absolute;
    left: 100%;
    top: 60px;
    bottom: 0;
    margin-top: 20px;
    overflow: hidden;
    width: 0px;
    border-left: 1px solid #3cceda;
}
.ServeList_4 li p {
    line-height: 2;
}
.ServeList_4 li h6 {
    margin-bottom: 10px;
}
.ServeList_4 li.even {
    text-align: left;
    margin-left: 50%;
    padding: 0 80px 15px 80px;
}
.ServeList_4 li.even .ico {
    left: 0px;
    margin-left: -30px;
}
.ServeList_4 li.even .line {
    left: 0;
}
.ServeList_4 li:last-child .line {
    display: none;
}
.ServeList_5 {
    text-align: center;
}
.ServeList_5 .ico {
    width: 127px;
    height: 127px;
    line-height: 127px;
    text-align: center;
    font-size: 45px;
    color: #3fcfda;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid #c8d9db;
    margin: 0 auto 40px;
}
.ServeList_5 p {
    padding: 10px 0;
    margin: 0;
}
.ServeList_6 {
    position: relative;
    text-align: left;
    padding: 40px 0 40px 59px;
    min-height: 60px;
}
.ServeList_6 .ico {
    font-size: 35px;
    position: absolute;
    left: 0px;
    top: 35px;
}
.ServeList_7 {
    position: relative;
    padding: 30px 0 40px 70px;
    min-height: 60px;
}
.ServeList_7 .ico {
    width: 43px;
    height: 43px;
    line-height: 46px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    position: absolute;
    left: 0px;
    top: 16px;
    background-color: #6d6d6d;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.ServeList_7 h5 {
    margin: 0 0 15px;
}
.ServeList_8 {
    position: relative;
    padding: 40px 0 30px 70px;
}
.ServeList_8 .ico {
    width: 43px;
    height: 43px;
    line-height: 46px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    position: absolute;
    left: 0px;
    top: 26px;
    background-color: #3cceda;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.ServeList_8 .ico2 {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 22px;
    color: #3cceda;
    position: absolute;
    left: 0px;
    top: 20px;
    border: 1px solid #3cceda;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.ServeList_9 {
    text-align: center;
    letter-spacing: 0px;
}
.ServeList_9 .ico {
    width: 230px;
    height: 230px;
    background-color: #3cced8;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 32px;
}
.ServeList_9 h5 {
    line-height: 1.6;
    letter-spacing: 1.5px;
    font-weight: normal;
}
.ServeList_9 h5:after {
    content: "";
    border-bottom: 1px solid #3cced8;
    width: 45px;
    height: 0;
    margin: 15px auto;
    display: block;
}
/*page Spacing*/
.mt-10 {
    margin-top: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.pt-10 {
    padding-top: 10px;
}
.pb-10 {
    padding-bottom: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.pt-20 {
    padding-top: 20px;
}
.pb-20 {
    padding-bottom: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.pt-30 {
    padding-top: 30px;
}
.pb-30 {
    padding-bottom: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mb-40 {
    margin-bottom: 40px;
}
.pt-40 {
    padding-top: 40px;
}
.pb-40 {
    padding-bottom: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mb-50 {
    margin-bottom: 50px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-60 {
    margin-bottom: 60px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-60 {
    padding-bottom: 60px;
}
@media only screen and (min-width: 1200px) {
    .ServeList_4 li {
        padding: 0 80px 15px 180px;
    }
    .ServeList_4 li:nth-child(even) {
        padding: 0 180px 15px 80px;
    }
    .home6_d p,
    .home6_f p {
        padding: 0 255px;
    }
    .home7_d .leftc .box.sec {
        padding: 76px 100px 76px 0;
    }
    .home7_d .rightc .box.sec {
        padding: 76px 0 76px 100px;
    }
    .home7_g a.Button_border {
        margin: 10px 12px 0 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .ServeList_4 li {
        padding: 0 50px 15px 0px;
    }
    .ServeList_4 li:nth-child(even) {
        padding: 0 0px 15px 50px;
    }
    .home6_a a.Button_border {
        margin: 0 0 40px 0;
    }
    .home7_c .home6_a a {
        margin: 0 0 40px 0;
    }
    .home6_e {
        padding-top: 30px;
    }
    .home6_d p,
    .home6_f p {
        padding: 0 80px;
    }
    .home7_d .leftc .box .icon,
    .home7_d .rightc .box .icon {
        display: none;
    }
    .home7_d .leftc .box,
    .home7_d .rightc .box {
        padding: 0;
    }
    .home7_d .leftc .box.sec,
    .home7_d .rightc .box.sec {
        padding: 50px 0;
    }
}
@media only screen and (max-width: 767px) {
    .ServeList_4 li,
    .ServeList_4 li:nth-child(even) {
        text-align: center;
        width: 100%;
        padding: 0 0 8px 0;
        margin: 0;
    }
    .ServeList_4 li .ico,
    .ServeList_4 li:nth-child(even) .ico {
        position: static;
        margin: 0 auto 15px auto;
    }
    .ServeList_4 li .line {
        display: none;
    }
    .ServeList_3 {
        margin-bottom: 30px;
    }
    .ServeList_3 .ico {
        width: 60px;
        text-align: center;
    }
    .ServeList_6 {
        padding: 20px 0 20px 59px;
    }
    .ServeList_6 .ico {
        top: 15px;
    }
    .home6_e a {
        margin: 0;
        max-width: 49%;
    }
    .home6_e img {
        margin: 20px 0 0 0;
        max-width: 100%;
    }
    .home6_d p,
    .home6_f p {
        margin: 20px 0;
        padding: 0;
    }
    .home7_b {
        display: none;
    }
    .home6_a a.Button_border {
        margin: 0 0 40px 0;
    }
    .home7_c .home6_a a {
        margin-bottom: 30px;
    }
    .home7_d .leftc,
    .home7_d .rightc {
        width: 100%;
        float: none;
    }
    .home7_d .centerc {
        display: none;
    }
    .home7_d .leftc .box,
    .home7_d .rightc .box {
        padding: 10px 0 10px 85px;
        position: relative;
    }
    .home7_d .leftc .box {
        text-align: left;
    }
    .home7_d .leftc .box.sec,
    .home7_d .rightc .box.sec {
        padding: 10px 0 10px 85px;
    }
    .home7_d .leftc .box .icon,
    .home7_d .rightc .box .icon {
        left: 0;
        right: auto;
    }
    .home7_e {
        margin: 0 0 20px 0;
    }
    .home7_e li {
        width: 100%;
        margin: 40px 0 0 0;
    }
    .home7_e li:before,
    .home7_e li:after {
        display: none;
    }
    .home7_g h1 {
        line-height: normal;
    }
    .home7_g h1 p {
        line-height: 20px;
    }
    .home7_h {
        clear: both;
        margin: 10px 0;
    }
}
/*contact_list*/
.contact_list {
    font-size: 13px;
    margin-bottom: 10px;
}
.contact_list .glyphicons,
.contact_list .social {
    font-size: 50px;
    margin-bottom: 20px;
}
.contact_list2 {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #FFF;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 40px 20px;
    color: #FFF;
    margin-bottom: 10px;
    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? */
}
.contact_list2 .glyphicons {
    height: 80px;
    width: 80px;
    line-height: 80px;
    border: 2px solid #3cceda;
    color: #3cceda;
    font-size: 30px;
    display: block;
    margin: 0 auto 25px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.contact_list2 h3 {
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
    margin: 0 auto 15px;
    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? */
}
.contact_list2:hover {
    color: #666666;
    background-color: #ffffff;
}
.contact_list2:hover h3 {
    color: #666666;
}
/*arrow_down*/
.arrow_down {
    color: #393939;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-bottom: -10px;
}
.arrow_down a,
.arrow_down a:link,
.arrow_down a:active,
.arrow_down a:visited,
.arrow_down a:hover {
    color: #393939;
}
.arrow_down:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: -10px 0 10px 0;
    border-bottom: 1px solid #393939;
    border-right: 1px solid #393939;
    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 */
}
/*404*/
.ico_404 {
    width: 288px;
    height: 288px;
    line-height: 248px;
    text-align: center;
    font-size: 95px;
    color: #3cceda;
    border: 20px solid #cfcfcf;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 30px auto;
    position: relative;
    z-index: 2;
    font-weight: bold;
}
.ico_404:before {
    content: "";
    width: 20px;
    height: 100%;
    background-color: #cfcfcf;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -10px;
    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 */
    z-index: -1;
}
/*Theme_Responsive_Default*/
.Theme_Responsive_Default {
    margin-bottom: 15px;
}
.Theme_Responsive_Default .form_label {
    font-size: 14px;
    color: #707070;
}
.Theme_Responsive_Default .form_label label {
    margin-bottom: 0;
}
.Theme_Responsive_Default textarea,
.Theme_Responsive_Default input[type="text"],
.Theme_Responsive_Default input[type="password"],
.Theme_Responsive_Default input[type="datetime"],
.Theme_Responsive_Default input[type="datetime-local"],
.Theme_Responsive_Default input[type="date"],
.Theme_Responsive_Default input[type="month"],
.Theme_Responsive_Default input[type="time"],
.Theme_Responsive_Default input[type="week"],
.Theme_Responsive_Default input[type="number"],
.Theme_Responsive_Default input[type="email"],
.Theme_Responsive_Default input[type="url"],
.Theme_Responsive_Default input[type="search"],
.Theme_Responsive_Default input[type="tel"],
.Theme_Responsive_Default input[type="color"],
.uneditable-input {
    padding: 10px 0px !important;
    height: auto !important;
    text-indent: 12px;
    background-color: #e6e6e6 !important;
    border: 1px solid #d6d6d6 !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-box-shadow: none !important;
    /* For Firefox3.6+ */
    -webkit-box-shadow: none !important;
    /* For Chrome5+, Safari5+ */
    box-shadow: none !important;
}
.Theme_Responsive_Default textarea {
    height: 300px !important;
}
.Theme_Responsive_Default .form_input {
    padding-right: 25px !important;
    position: relative;
}
.Theme_Responsive_Default .form_required {
    position: absolute;
    top: 10px;
    right: 0px;
}
.Theme_Responsive_Default button.btn,
.Theme_Responsive_Default input[type="submit"].btn,
.Theme_Responsive_Default input[type="reset"].btn {
    color: #FFF;
    background: #3cceda !important;
    font-size: 14px !important;
    border: none;
    text-shadow: none;
    padding: 12px 20px !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    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? */
}
.Theme_Responsive_Default .form_submit button.btn:hover,
.Theme_Responsive_Default .form_submit input[type="submit"].btn:hover,
.Theme_Responsive_Default .form_submit input[type="reset"].btn:hover {
    background: #2e2e2e !important;
    color: #FFF !important;
}
.Theme_Responsive_Default .form_label {
    font-size: 18px;
    color: #7b7b7b;
}
.form_2 .Theme_Responsive_Default .form_label label {
    font-size: 14px;
    color: #9b9b9b;
    font-weight: normal;
}
.form_2 .Theme_Responsive_Default .form_label,
.form_2 .Theme_Responsive_Default .form_input,
.form_2 .Theme_Responsive_Default .form_required {
    padding: 0;
}
.form_2 .Theme_Responsive_Default textarea,
.form_2 .Theme_Responsive_Default input[type="text"],
.form_2 .Theme_Responsive_Default input[type="password"],
.form_2 .Theme_Responsive_Default input[type="datetime"],
.form_2 .Theme_Responsive_Default input[type="datetime-local"],
.form_2 .Theme_Responsive_Default input[type="date"],
.form_2 .Theme_Responsive_Default input[type="month"],
.form_2 .Theme_Responsive_Default input[type="time"],
.form_2 .Theme_Responsive_Default input[type="week"],
.form_2 .Theme_Responsive_Default input[type="number"],
.form_2 .Theme_Responsive_Default input[type="email"],
.form_2 .Theme_Responsive_Default input[type="url"],
.form_2 .Theme_Responsive_Default input[type="search"],
.form_2 .Theme_Responsive_Default input[type="tel"],
.form_2 .Theme_Responsive_Default input[type="color"],
.form_2 .uneditable-input {
    background-color: #e8e8e8 !important;
    border: none !important;
}
.form_2 .Theme_Responsive_Default textarea {
    height: 150px !important;
    width: 100% !important;
}
.form_2 .Theme_Responsive_Default .form_submit button.btn,
.form_2 .Theme_Responsive_Default .form_submit input[type="submit"].btn,
.form_2 .Theme_Responsive_Default .form_submit input[type="reset"].btn {
    border: 1px solid #000000 !important;
    color: #000 !important;
    background-color: transparent !important;
    padding: 10px 30px !important;
    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? */
}
.form_2 .Theme_Responsive_Default .form_submit button.btn:hover,
.form_2 .Theme_Responsive_Default .form_submit input[type="submit"].btn:hover,
.form_2 .Theme_Responsive_Default .form_submit input[type="reset"].btn:hover {
    border: 1px solid #3dceda !important;
    color: #3dceda !important;
    background-color: transparent !important;
}
.FootForm .Theme_Responsive_Default .form_label,
.FootForm .Theme_Responsive_Default .form_required {
    display: none;
}
.FootForm .Theme_Responsive_Default .form_row {
    clear: both;
}
.FootForm .Theme_Responsive_Default .row1,
.FootForm .Theme_Responsive_Default .row2 {
    width: 50% !important;
    float: left;
    clear: none;
}
.FootForm .Theme_Responsive_Default .row3 {
    margin: 0 !important;
}
.FootForm .Theme_Responsive_Default .form_input {
    padding: 0px 8px 0 0 !important;
}
.FootForm .Theme_Responsive_Default .form_input textarea {
    width: 100% !important;
    height: 102px !important;
}
.FootForm .Theme_Responsive_Default .form_submit {
    padding-right: 6px;
}
.FootForm .Theme_Responsive_Default .form_submit input {
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-top: -3px;
}
.FootForm .Theme_Responsive_Default .form_submit input[type="reset"] {
    display: none;
}
.FootForm .Theme_Responsive_Default textarea,
.FootForm .Theme_Responsive_Default input[type="text"],
.FootForm .Theme_Responsive_Default input[type="password"],
.FootForm .Theme_Responsive_Default input[type="datetime"],
.FootForm .Theme_Responsive_Default input[type="datetime-local"],
.FootForm .Theme_Responsive_Default input[type="date"],
.FootForm .Theme_Responsive_Default input[type="month"],
.FootForm .Theme_Responsive_Default input[type="time"],
.FootForm .Theme_Responsive_Default input[type="week"],
.FootForm .Theme_Responsive_Default input[type="number"],
.FootForm .Theme_Responsive_Default input[type="email"],
.FootForm .Theme_Responsive_Default input[type="url"],
.FootForm .Theme_Responsive_Default input[type="search"],
.FootForm .Theme_Responsive_Default input[type="tel"],
.FootForm .Theme_Responsive_Default input[type="color"],
.FootForm .uneditable-input {
    color: #FFF;
    background-color: transparent !important;
    border: 1px solid #FFF !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
}
.foot_social a {
    height: 28px;
    width: 28px;
    margin: 0px 2px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #3cceda;
    transition: background ease-in 200ms, color ease-in 200ms;
    -moz-transition: background ease-in 200ms, color ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: background ease-in 200ms, color ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: background ease-in 200ms, color ease-in 200ms;
    /* Opera */
    -ms-transition: background ease-in 200ms, color ease-in 200ms;
    /* IE9? */
    display: inline-block;
    overflow: hidden;
}
.foot_social a span {
    color: #3cceda;
    background-color: #FFF;
    width: 16px;
    height: 16px;
    margin: 5px 0px 0px 6px;
    font-size: 17px;
    overflow: hidden;
    display: block;
    text-indent: -1px;
    letter-spacing: 0px;
    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? */
}
.foot_social a span:empty {
    width: 16px;
}
.foot_social a:hover {
    background-color: #ffffff;
    color: #FFF;
}
.foot_social a:hover span {
    background-color: #040404;
    color: #FFF;
}
.foot_social a {
    height: 28px;
    width: 28px;
    margin: 0px 2px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #3cceda;
    transition: background ease-in 200ms, color ease-in 200ms;
    -moz-transition: background ease-in 200ms, color ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: background ease-in 200ms, color ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: background ease-in 200ms, color ease-in 200ms;
    /* Opera */
    -ms-transition: background ease-in 200ms, color ease-in 200ms;
    /* IE9? */
    display: inline-block;
    overflow: hidden;
}
.foot_social a span {
    color: #3cceda;
    background-color: #FFF;
    width: 16px;
    height: 16px;
    margin: 5px 0px 0px 6px;
    font-size: 17px;
    overflow: hidden;
    display: block;
    text-indent: -1px;
    letter-spacing: 0px;
    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? */
}
.foot_social a span:empty {
    width: 16px;
}
.foot_social a:hover {
    background-color: #ffffff;
    color: #FFF;
}
.foot_social a:hover span {
    background-color: #040404;
    color: #FFF;
}
.foot_social_2 a span {
    font-size: 19px;
    background-color: #FFF;
    color: #242424;
    width: 16px !important;
    height: 16px;
    overflow: hidden;
    display: inline-block;
    margin: 0 12px 10px 0;
    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? */
}
.foot_social_2 .social:before {
    display: block;
    margin: -2px;
}
.foot_social_3 {
    vertical-align: bottom;
    margin-top: -5px;
}
.foot_social_3 a span {
    font-size: 24px;
    color: #525252;
    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? */
}
.foot_social_3 a:hover span {
    color: #3cceda;
}
.foot_social_4 a {
    display: inline-block;
    font-size: 18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #aaa;
    color: transparent !important;
}
.foot_social_4 a span.social {
    background-color: #aaa;
    color: #242424;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.foot_social_4 a:hover {
    border: 1px solid #3CCEDA;
}
.foot_social_4 a:hover span.social {
    background-color: #3CCEDA;
}
/*ourteam_1*/
.ourteam_1 .photo_box {
    width: 100%;
    display: inline-block;
}
.ourteam_1 h3 {
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    padding: 7px 0 10px;
    margin: 0;
    letter-spacing: 0;
}
.ourteam_1 h3 span {
    color: #3cceda;
}
.ourteam_1 [class*="col"] {
    margin-bottom: 15px;
}
.ourteam_2 {
    text-align: center;
}
.ourteam_2 .photo_box {
    display: inline-block;
}
.ourteam_2 .ourteam_title {
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    margin: 15px 0 20px;
}
.ourteam_2 .ourteam_title span {
    color: #3cceda;
}
.ourteam_2 .social_list {
    margin-bottom: 15px;
}
.ourteam_2 .ourteam_info {
    list-style: none;
    padding: 16px 0;
    margin: 0 0 8px 0;
    text-align: left;
    display: inline-block;
}
.ourteam_2 .ourteam_info li {
    list-style: none;
    padding: 0 0 8px 0;
}
.ourteam_2 .ourteam_info li .glyphicons,
.ourteam_2 .ourteam_info li .social {
    font-size: 22px;
    margin-right: 15px;
    vertical-align: middle;
    padding-bottom: 4px;
}
.ourteam_2 .Accent {
    color: #3cceda;
}
.ourteam_3 {
    text-align: center;
}
.ourteam_3 img {
    max-width: 100%;
}
.ourteam_3 h3 {
    font-size: 18px;
    color: #000000;
    text-align: center;
    padding-top: 25px;
}
.ourteam_3 h3 span {
    display: block;
    padding: 15px 0 0;
    color: #3cceda;
    font-size: 14px;
    font-weight: normal;
}
.ourteam_3 [class*="col-sm"] {
    margin-bottom: 10px;
}
.ourteam_4 h3 {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: normal;
    margin: 20px 0 15px 0;
}
.ourteam_4 h3 span {
    display: block;
    font-size: 13px;
    color: #666;
    margin: 10px 0 0 0;
}
.ourteam_4 .line {
    width: 60px;
    height: 2px;
    border-bottom: 2px solid #3CCEDA;
    display: block;
}
.ourteam_4 p {
    margin: 20px 0 0 0;
}
/*price list*/
.price_list .price_box {
    padding-left: 100px;
    position: relative;
}
.price_list .price {
    position: absolute;
    top: 5px;
    left: 0px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #3cceda;
    text-align: center;
    color: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 30px;
}
.price_list .price span {
    font-size: 20px;
}
.price_list .price_box h3 {
    font-size: 16px;
    color: #000000;
    font-weight: normal;
    margin-bottom: 0px;
    letter-spacing: 1px;
}
/*timeline*/
.timeline {
    position: relative;
    z-index: 2;
    text-align: center;
}
.timeline img {
    max-width: 100%;
}
.timeline:before {
    position: absolute;
    content: "";
    top: 0px;
    height: 100%;
    left: 50%;
    border-left: 1px solid #3cceda;
    z-index: -1;
}
.timeline .time_year {
    border: 1px solid #bcbcbc;
    width: 122px;
    height: 72px;
    margin: 0 auto 64px;
    clear: both;
}
.timeline .time_year span {
    background-color: #bcbcbc;
    text-align: center;
    font-size: 26px;
    color: #ffffff;
    border: 4px solid #ffffff;
    display: block;
    height: 70px;
    line-height: 64px;
}
.timeline .time_year.accent {
    border: 1px solid #3cceda;
}
.timeline .time_year.accent span {
    background-color: #3cceda;
}
.timeline .time_box_left,
.timeline .time_box_right {
    position: relative;
    clear: both;
}
.timeline .time_box_left:after,
.timeline .time_box_right:after {
    clear: both;
    content: ".";
    height: 0px;
    font-size: 0px;
    visibility: hidden;
    display: block;
}
.timeline .time_content,
.timeline .time_photo {
    width: 34%;
    margin: 0px 8%;
    float: left;
    border: 1px solid #d4d4d4;
    padding: 32px;
    position: relative;
    margin-bottom: 60px;
}
.timeline .time_photo {
    float: right;
}
.timeline .time_month {
    width: 61px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    background-color: #bcbcbc;
    color: #FFF;
    font-size: 14px;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -30px;
    margin-top: 86px;
}
.timeline .time_month.accent {
    background-color: #3cceda;
}
.timeline .time_box_left {
    text-align: right;
}
.timeline .time_box_right {
    text-align: left;
}
.timeline .time_title {
    color: #0a0a0a;
    margin-bottom: 15px;
}
.timeline .time_box_left .time_content:before,
.timeline .time_box_left .time_photo:before,
.timeline .time_box_right .time_photo:before,
.timeline .time_box_right .time_content:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 94px;
    border-bottom: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    background-color: #FFF;
}
.timeline .time_box_left .time_content:before,
.timeline .time_box_right .time_photo:before {
    right: -11px;
    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 */
}
.timeline .time_box_left .time_photo:before,
.timeline .time_box_right .time_content:before {
    left: -11px;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    /* IE 9 */
    -moz-transform: rotate(135deg);
    /* Firefox */
    -webkit-transform: rotate(135deg);
    /* Safari and Chrome */
    -o-transform: rotate(135deg);
    /* Opera */
}
.timeline .time_box_right .time_photo {
    float: left;
}
.timeline .time_box_right .time_content {
    float: right;
    margin-top: 56px;
}
.timeline .time_box_right .time_photo:before {
    top: 150px;
}
.timeline .time_box_right .time_month {
    margin-top: 142px;
}
.timeline .time_more {
    background-color: #3cceda;
    color: #FFF;
    padding: 13px 30px;
    display: inline-block;
    text-decoration: none;
}
@media only screen and (max-width: 767px) {
    .timeline {
        text-align: left;
    }
    .timeline .time_year {
        margin: 0px 0px 64px;
    }
    .timeline:before {
        left: 60px;
    }
    .timeline .time_content,
    .timeline .time_photo {
        border: none;
        width: 100%;
        margin: 0px !important;
        padding: 0px !important;
        text-align: left;
        float: none;
    }
    .timeline .time_photo {
        margin-bottom: 20px !important;
    }
    .timeline .time_photo:before,
    .timeline .time_content:before {
        display: none;
    }
    .timeline .time_box_left,
    .timeline .time_box_right {
        margin-left: 0px;
        border: 1px solid #d4d4d4;
        margin-bottom: 30px;
        padding: 32px;
        margin-top: 80px;
    }
    .timeline .time_month {
        left: 29px;
        margin: 0 !important;
        top: -60px;
    }
    .timeline .time_box_left:before,
    .timeline .time_box_right:before {
        display: none;
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        top: 150px;
        border-bottom: 1px solid #d4d4d4;
        border-right: 1px solid #d4d4d4;
        background-color: #FFF;
        left: -11px;
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        /* IE 9 */
        -moz-transform: rotate(135deg);
        /* Firefox */
        -webkit-transform: rotate(135deg);
        /* Safari and Chrome */
        -o-transform: rotate(135deg);
        /* Opera */
    }
}
/*social-icons2*/
.social-icons2 a {
    height: 28px;
    width: 28px;
    margin: 0px 2px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: background ease-in 200ms, color ease-in 200ms;
    -moz-transition: background ease-in 200ms, color ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: background ease-in 200ms, color ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: background ease-in 200ms, color ease-in 200ms;
    /* Opera */
    -ms-transition: background ease-in 200ms, color ease-in 200ms;
    /* IE9? */
    display: inline-block;
    overflow: hidden;
}
.social-icons2 a span {
    background-color: #FFF;
    width: 16px;
    height: 16px;
    margin: 5px 0px 0px 6px;
    font-size: 17px;
    overflow: hidden;
    display: block;
    text-indent: -1px;
    letter-spacing: 0px;
    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? */
}
.social-icons2 a span:empty {
    width: 16px;
}
.social-icons2 a:hover {
    background-color: #000;
}
.social-icons2 a:hover span {
    color: #000;
}
.foot_social a:hover span {
    background-color: #040404;
}
/*special*/
.special_color_1 {
    color: #FFF;
    letter-spacing: 2px;
}
/*portfolio_block*/
.portfolio_block.image-grid.isotope {
    width: auto;
}
.news_list h1,
.news_list h2,
.news_list h3,
.gallery_list h1,
.gallery_list h2,
.gallery_list h3,
.galler_datail h1,
.galler_datail h2,
.galler_datail h3,
.news_detail h1,
.news_detail h2,
.news_detail h3 {
    letter-spacing: normal;
}
.h1_style_1 {
    font-size: 40px;
    line-height: 1.2;
}
.h3_style_1 {
    font-size: 22px;
    font-weight: normal;
}
.color_style_1 {
    color: #b4b4b4;
}
.mobile_dnn_logo img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    padding: 3px 0;
}
/*portfolio_block*/
.Archive_Default .archive_list li {
    background-position: 0 12px !important;
}
.Category_Default .category_list li a {
    background-position: 0 14px !important;
}
/*img_list*/
.img_list {
    margin: 0;
    padding: 0;
}
.img_list li {
    list-style: none;
    display: inline-block;
    width: 80px;
    height: 80px;
    vertical-align: top;
}
/*full_screen_pic*/
.body_main {
    filter: alpha(opacity=0);
    opacity: 0;
}
.full_screen_shade {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: url(images/Loading.gif) no-repeat center center #000;
}
.full_screen_pic {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 1;
}
.full_screen_pic li {
    list-style: none;
    background-size: cover;
}
.full_screen_pic .content {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 15%;
    width: 100%;
}
.full_screen_pic .content .title {
    font-size: 72px;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 3px;
}
.full_screen_pic .animation_1 {
    opacity: 0;
    color: #3cceda;
    -webkit-transform: scale(1) translate(-100px, 0px);
    -moz-transform: scale(1) translate(-100px, 0px);
    -ms-transform: scale(1) translate(-100px, 0px);
    -o-transform: scale(1) translate(-100px, 0px);
    transform: scale(1) translate(-100px, 0px);
    transition: all ease-in 300ms;
    -moz-transition: all ease-in 500ms;
    /* Firefox 4 */
    -webkit-transition: all ease-in 500ms;
    /* Safari and Chrome */
    -o-transition: all ease-in 500ms;
    /* Opera */
    -ms-transition: all ease-in 500ms;
    /* IE9? */
}
.full_screen_pic .animation_2 {
    opacity: 0;
    -webkit-transform: scale(1) translate(100px, 0px);
    -moz-transform: scale(1) translate(100px, 0px);
    -ms-transform: scale(1) translate(100px, 0px);
    -o-transform: scale(1) translate(100px, 0px);
    transform: scale(1) translate(100px, 0px);
    transition: all ease-in 300ms;
    -moz-transition: all ease-in 500ms;
    /* Firefox 4 */
    -webkit-transition: all ease-in 500ms;
    /* Safari and Chrome */
    -o-transition: all ease-in 500ms;
    /* Opera */
    -ms-transition: all ease-in 500ms;
    /* IE9? */
}
.animations {
    visibility: visible;
}
.full_screen_pic.animations .animation_1,
.full_screen_pic.animations .animation_2 {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}
.full_screen_pic .animation_3 {
    font-size: 24px;
    color: #FFF;
    letter-spacing: 1px;
    opacity: 0;
    padding: 0px 0 40px;
    -webkit-transform: scale(0.6) translate(0px, 0px);
    -moz-transform: scale(0.6) translate(0px, 0px);
    -ms-transform: scale(0.6) translate(0px, 0px);
    -o-transform: scale(0.6) translate(0px, 0px);
    transform: scale(0.6) translate(0px, 0px);
    transition: all ease-in 500ms;
    -moz-transition: all ease-in 500ms;
    /* Firefox 4 */
    -webkit-transition: all ease-in 500ms;
    /* Safari and Chrome */
    -o-transition: all ease-in 500ms;
    /* Opera */
    -ms-transition: all ease-in 500ms;
    /* IE9? */
}
.full_screen_pic.animations .animation_3 {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.full_screen_pic .animation_4 a {
    display: inline-block;
    color: #FFF;
    background-color: #3cceda;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    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? */
}
.full_screen_pic .animation_4 a:hover {
    color: #000;
    background-color: #ffffff;
    text-decoration: none;
}
.full_screen_pic .animation_4 {
    display: inline-block;
    opacity: 0;
    color: #FFF;
    margin: 10px;
    -webkit-transform: scale(0.6) translate(0px, 0px);
    -moz-transform: scale(0.6) translate(0px, 0px);
    -ms-transform: scale(0.6) translate(0px, 0px);
    -o-transform: scale(0.6) translate(0px, 0px);
    transform: scale(0.6) translate(0px, 0px);
    transition: all ease-in 500ms;
    -moz-transition: all ease-in 500ms;
    /* Firefox 4 */
    -webkit-transition: all ease-in 500ms;
    /* Safari and Chrome */
    -o-transition: all ease-in 500ms;
    /* Opera */
    -ms-transition: all ease-in 500ms;
    /* IE9? */
}
.full_screen_pic.animations .animation_4 {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    transition-delay: 1s;
}
.full_screen_pic #nextPage {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    opacity: 0;
    width: 103px;
    height: 103px;
    border: 2px solid #3bcbd7;
    margin: 70px auto 20px;
    position: relative;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all ease-in 500ms;
    -moz-transition: all ease-in 1s;
    /* Firefox 4 */
    -webkit-transition: all ease-in 1s;
    /* Safari and Chrome */
    -o-transition: all ease-in 1s;
    /* Opera */
    -ms-transition: all ease-in 1s;
    /* IE9? */
}
.full_screen_pic.animations #nextPage {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    transition-delay: 1.5s;
    cursor: pointer;
}
.full_screen_pic.animations #nextPage:before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 11px solid #3bcbd7;
    position: absolute;
    top: 30px;
    left: 41px;
    transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    /* IE 9 */
    -moz-transform: rotate(-30deg);
    /* Firefox */
    -webkit-transform: rotate(-30deg);
    /* Safari and Chrome */
    -o-transform: rotate(-30deg);
    /* Opera */
    transition: top ease-in 200ms;
    -moz-transition: top ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: top ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: top ease-in 200ms;
    /* Opera */
    -ms-transition: top ease-in 200ms;
    /* IE9? */
}
.full_screen_pic.animations #nextPage:after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 11px solid #3bcbd7;
    position: absolute;
    top: 30px;
    right: 40px;
    transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    /* IE 9 */
    -moz-transform: rotate(30deg);
    /* Firefox */
    -webkit-transform: rotate(30deg);
    /* Safari and Chrome */
    -o-transform: rotate(30deg);
    /* Opera */
    transition: top ease-in 200ms;
    -moz-transition: top ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: top ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: top ease-in 200ms;
    /* Opera */
    -ms-transition: top ease-in 200ms;
    /* IE9? */
}
.full_screen_pic.animations #nextPage:hover:before,
.full_screen_pic.animations #nextPage:hover:after {
    top: 35px;
}
.full_screen_pic_bg {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.full_screen_pic_main {
    position: relative;
    width: 100%;
    margin: 10% 0 20px 0;
}
.full_screen_pic_main .leftcon img {
    max-width: 80%;
}
.full_screen_pic_main .rightcon h1 {
    font-size: 56px;
    color: #fff;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.full_screen_pic_main .rightcon h2 {
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: normal;
    line-height: normal;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.full_screen_pic_main .rightcon p {
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    margin: 40px 0;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.full_screen_pic_main .rightcon .rcb {}
.full_screen_pic_main .rightcon .rcb .rcbleft,
.full_screen_pic_main .rightcon .rcb .rcbright {
    display: inline-block;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 1px solid #fff;
    text-align: center;
    width: 200px;
    height: 200px;
    padding: 30px;
    vertical-align: middle;
}
.full_screen_pic_main .rightcon .rcb .rcbleft {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}
.full_screen_pic_main .rightcon .rcb .rcbright {
    margin: 0 0 0 40px;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.full_screen_pic_main .rightcon .rcb .rcbleft span,
.full_screen_pic_main .rightcon .rcb .rcbright span {
    display: block;
    font-size: 15px;
    color: #fff;
    margin: 10px 0 0 0;
}
.full_screen_pic_main .rightcon .rcb .rcbright span {
    margin: 22px 0 0 0;
}
.full_screen_pic_main .rightcon .rcb .rcbleft p,
.full_screen_pic_main .rightcon .rcb .rcbright p {
    font-size: 28px;
    color: #fff;
    margin: 0;
}
@media only screen and (min-width: 980px) and (max-width: 1119px) {
    .home7app_banner.full_screen_pic li {
        height: auto !important;
    }
}
@media only screen and (min-width: 1200px) {
    .full_screen_pic_main {
        position: absolute;
        width: 100%;
        left: 0;
        top: 25%;
        margin: 0;
    }
    .full_screen_pic_main .leftcon img {
        max-width: 100%;
    }
    .full_screen_pic_main .rightcon h1 {
        font-size: 68px;
    }
    .full_screen_pic_main .rightcon h2 {
        font-size: 40px;
    }
    .full_screen_pic_main .rightcon p {
        margin: 40px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .home7app_banner.full_screen_pic li {
        height: auto !important;
    }
    .full_screen_pic_main .leftcon img {
        max-width: 80%;
    }
    .full_screen_pic_main .rightcon h1 {
        font-size: 45px;
    }
    .full_screen_pic_main .rightcon h2 {
        font-size: 28px;
    }
    .full_screen_pic_main .rightcon p {
        margin: 30px 0;
    }
    .full_screen_pic_main .rightcon .rcb .rcbleft,
    .full_screen_pic_main .rightcon .rcb .rcbright {
        width: 170px;
        height: 170px;
        padding: 15px;
    }
    .full_screen_pic .animation_1,
    .full_screen_pic .animation_2 {
        font-size: 40px;
    }
    .full_screen_pic #nextPage {
        -webkit-transform: scale(0.6) rotateY(360deg);
        -moz-transform: scale(0.6) rotateY(360deg);
        -ms-transform: scale(0.6) rotateY(360deg);
        -o-transform: scale(0.6) rotateY(360deg);
        transform: scale(0.6) rotateY(360deg);
    }
    .full_screen_pic.animations #nextPage {
        -webkit-transform: scale(0.6) rotateY(0deg);
        -moz-transform: scale(0.6) rotateY(0deg);
        -ms-transform: scale(0.6) rotateY(0deg);
        -o-transform: scale(0.6) rotateY(0deg);
        transform: scale(0.6) rotateY(0deg);
    }
    .full_screen_pic li {
        height: auto !important;
        padding: 30px 15px;
    }
    .full_screen_pic .content {
        position: static;
    }
}
@media only screen and (max-width: 767px) {
    .full_screen_pic .content .title {
        line-height: 1;
        font-size: 36px;
        padding-bottom: 20px;
    }
    .full_screen_pic .animation_3 {
        font-size: 14px;
        line-height: 1.2;
        padding-bottom: 20px;
    }
    .full_screen_pic #nextPage {
        margin: 0px auto;
    }
    .full_screen_pic #nextPage {
        -webkit-transform: scale(0.6) rotateY(360deg);
        -moz-transform: scale(0.6) rotateY(360deg);
        -ms-transform: scale(0.6) rotateY(360deg);
        -o-transform: scale(0.6) rotateY(360deg);
        transform: scale(0.6) rotateY(360deg);
    }
    .full_screen_pic.animations #nextPage {
        -webkit-transform: scale(0.6) rotateY(0deg);
        -moz-transform: scale(0.6) rotateY(0deg);
        -ms-transform: scale(0.6) rotateY(0deg);
        -o-transform: scale(0.6) rotateY(0deg);
        transform: scale(0.6) rotateY(0deg);
    }
    .home7app_banner.full_screen_pic li {
        height: auto !important;
    }
    .full_screen_pic_main {}
    .full_screen_pic_main .leftcon {
        display: none;
    }
    .full_screen_pic_main .rightcon h1 {
        font-size: 25px;
        margin: 0 0 5px 0;
    }
    .full_screen_pic_main .rightcon h2 {
        font-size: 15px;
        margin: 0 0 5px 0;
    }
    .full_screen_pic_main .rightcon p {
        margin: 0 0 5px 0;
        line-height: 20px;
    }
    .full_screen_pic_main .rightcon .rcb .rcbleft,
    .full_screen_pic_main .rightcon .rcb .rcbright {
        width: auto;
        height: auto;
        padding: 15px;
    }
    .full_screen_pic_main .rightcon .rcb .rcbright {
        margin: 0 0 0 10px;
    }
    .full_screen_pic_main .rightcon .rcb .rcbleft img {
        max-width: 25%;
    }
    .full_screen_pic_main .rightcon .rcb .rcbright img {
        max-width: 40%;
    }
    .full_screen_pic_main .rightcon .rcb .rcbleft span,
    .full_screen_pic_main .rightcon .rcb .rcbright span {
        font-size: 12px;
        margin: 10px 0 0 0;
    }
    .full_screen_pic_main .rightcon .rcb .rcbleft p,
    .full_screen_pic_main .rightcon .rcb .rcbright p {
        font-size: 20px;
    }
    .full_screen_pic li {
        height: auto !important;
        padding: 30px 15px;
    }
    .full_screen_pic .content {
        position: static;
    }
}
@media only screen and (max-width:479px) {
    .full_screen_pic_main {}
    .full_screen_pic_main .leftcon {
        display: none;
    }
    .full_screen_pic_main .rightcon h1 {
        font-size: 30px;
    }
    .full_screen_pic_main .rightcon h2 {
        font-size: 20px;
    }
    .full_screen_pic_main .rightcon p {
        margin: 15px 0;
    }
    .full_screen_pic_main .rightcon .rcb .rcbleft,
    .full_screen_pic_main .rightcon .rcb .rcbright {
        width: auto;
        height: auto;
        padding: 15px;
    }
    .full_screen_pic_main .rightcon .rcb .rcbright {
        margin: 0 0 0 10px;
    }
    .full_screen_pic_main .rightcon .rcb .rcbleft img {
        max-width: 25%;
    }
    .full_screen_pic_main .rightcon .rcb .rcbright img {
        max-width: 40%;
    }
    .full_screen_pic_main .rightcon .rcb .rcbleft span,
    .full_screen_pic_main .rightcon .rcb .rcbright span {
        font-size: 12px;
        margin: 10px 0 0 0;
    }
    .full_screen_pic_main .rightcon .rcb .rcbleft p,
    .full_screen_pic_main .rightcon .rcb .rcbright p {
        font-size: 20px;
    }
}
/*anchorTag*/
.anchorTag {
    text-align: center;
    position: relative;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    z-index: 903;
}
.anchorTag .number {
    width: 113px;
    height: 113px;
    position: absolute;
    left: 50%;
    top: -57px;
    margin-left: -56px;
    text-align: center;
}
.anchorTag .number:before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 81px;
    height: 81px;
    display: inline-block;
    top: 16px;
    left: 16px;
    background-color: #3cced8;
    border: 2px solid #ffffff;
    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 */
}
.anchorTag .number:after {
    position: absolute;
    content: "";
    border: 14px solid transparent;
    border-top-color: #FFF;
    top: 74px;
    left: 42px;
}
.anchorTag .number span {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
    line-height: 90px;
}
/*anchor Nav*/
#anchorNav {
    position: fixed;
    right: 100px;
    top: 30%;
    margin: 0;
    padding: 0;
    z-index: 10000;
}
#anchorNav li {
    list-style: none;
    cursor: pointer;
    position: relative;
    margin-bottom: 28px;
}
#anchorNav li i {
    display: block;
    width: 20px;
    height: 20px;
    background-color: #3cced8;
    border: 1px solid #3cced8;
    text-indent: -200px;
    overflow: hidden;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    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 */
    transition: background-color ease-out 300ms;
    -moz-transition: background-color ease-out 300ms;
    /* Firefox 4 */
    -webkit-transition: background-color ease-out 300ms;
    /* Safari and Chrome */
    -o-transition: background-color ease-out 300ms;
    /* Opera */
    -ms-transition: background-color ease-out 300ms;
    /* IE9? */
}
#anchorNav li:hover i,
#anchorNav li.active i {
    background-color: #FFF;
}
#anchorNav span {
    display: none;
}
@media only screen and (max-width: 767px) {
    #anchorNav {
        display: none !important;
    }
}
/*img tab*/
.img_tab {
    clear: both;
    position: relative;
}
.img_tab:after {
    clear: both;
    content: ".";
    height: 0px;
    font-size: 0px;
    visibility: hidden;
    display: block;
}
.img_tab .tab_nav {
    width: 50%;
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}
.img_tab .tab_nav li {
    cursor: pointer;
}
.img_tab .tab_nav li img {
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(images/gray.svg#grayscale);
    filter: gray;
    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? */
}
.img_tab .tab_nav li.active img,
.img_tab .tab_nav li:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: url(images/gray.svg#normal);
    filter: none;
}
.img_tab .tab_content {
    width: 50%;
}
.img_tab .tab_content .tab_item {
    display: none;
    padding-right: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    width: 50%;
    height: 100%;
    overflow-y: auto;
}
.img_tab .tab_title {
    font-size: 60px;
    line-height: 1.1;
    font-weight: normal;
    padding: 82px 0 30px;
    color: #FFF;
}
.img_tab .tab_title span {
    color: #3cced8;
}
.img_tab .tab_smalltitle {
    font-size: 30px;
    color: #FFF;
    font-weight: normal;
    line-height: 1.2;
    padding: 0 0 50px 0;
}
@media only screen and (max-width: 767px) {
    .img_tab .tab_nav {
        float: none;
        width: 100%;
        letter-spacing: -5px;
        padding: 40px 0 0;
    }
    .img_tab .tab_nav li {
        display: inline-block;
        width: 33.3333%;
    }
    .img_tab .tab_content {
        width: 100%;
        padding-bottom: 20px;
    }
    .img_tab .tab_content .tab_item {
        display: none;
        padding-right: 30px;
        position: static;
        width: auto;
        overflow: visible;
    }
    .img_tab .tab_title {
        font-size: 30px;
        padding: 20px 0 10px;
    }
    .img_tab .tab_smalltitle {
        font-size: 20px;
        line-height: 1.2;
        padding: 0 0 20px 0;
    }
}
/*pic_discolor*/
.pic_discolor img {
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(images/gray.svg#grayscale);
    filter: gray;
    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? */
}
.pic_discolor:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: url(images/gray.svg#normal);
    filter: none;
}
/*input_style*/
.input_style {
    border: 1px solid #cccccc;
    height: 60px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    padding-right: 67px;
}
.input_style .textbox {
    height: 60px;
    width: 100%;
    background: none;
    border: none;
    text-indent: 5px;
    outline: none;
}
.input_style .btn {
    width: 60px;
    height: 60px;
    line-height: 50px;
    position: absolute;
    top: -1px;
    right: -1px;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    background-color: #3cceda;
    color: #FFF;
    font-size: 24px;
    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? */
}
.input_style .btn:hover {
    background-color: #333;
}
@media only screen and (min-width: 1200px) {
    .dnn_layout {
        width: 1170px;
    }
    .head_mid,
    .content_mid,
    .footer_mid {
        padding: 0px 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .dnn_layout {
        width: 750px;
    }
    .head_mid,
    .content_mid,
    .footer_mid {
        padding: 0px 15px;
    }
    .copyright_style .sep {
        padding: 0px 7px;
    }
    .footer_box [class*=Pane] {
        margin: 20px 0;
    }
    .special_color_1 {
        text-align: center;
    }
    .ourteam_4 p {
        margin: 10px 0;
    }
}
@media only screen and (max-width: 767px) {
    .dnn_layout {
        width: auto;
    }
    .content_mid,
    .footer_mid {
        padding: 0px 15px;
    }
    .backgroundImage20 a,
    .home6_a a.Button_default,
    .home6_c a {
        margin: 0 0 20px 0;
        display: inline-block;
    }
    .home6_a2 {
        margin: 40px 0 0 0;
    }
    .ourteam_4 p {
        margin: 10px 0;
    }
    .mobile_header .head_mid {
        position: relative;
    }
    .mobile_dnn_logo {
        padding: 0 125px 0 0;
        height: 84px;
        line-height: 84px;
    }
    .mobile_icon {
        position: absolute;
        top: 0px;
        right: 20px;
    }
    .mobile_icon a {
        display: inline-block;
        padding: 32px 4px;
        vertical-align: middle;
    }
    .mobile_icon a span {
        color: #FFF;
        font-size: 16px;
    }
    .mobile_icon a.accent span {
        color: #3cceda;
    }
    .mobile_top {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        overflow: hidden;
    }
    .mobile_top .Login,
    .mobile_top .languageBox,
    .mobile_top .searchBox {
        overflow: hidden;
        height: 0;
        padding: 0 10px;
        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? */
    }
    .mobile_top .Login.activated,
    .mobile_top .languageBox.activated,
    .mobile_top .searchBox.activated {
        padding: 10px;
        height: 48px;
    }
    .mobile_top .Login.activated,
    .mobile_top .languageBox.activated {
        overflow: hidden;
    }
    .mobile_top .head_mid {
        position: relative;
    }
    .mobile_top .tabs_close {
        position: absolute;
        top: 50%;
        right: 0;
        width: 18px;
        height: 18px;
        margin: -12px 15px 0 0;
        cursor: pointer;
        display: none;
    }
    .mobile_top .tabs_close:before,
    .mobile_top .tabs_close:after {
        content: "";
        border-left: 1px solid #FFF;
        width: 0px;
        height: 14px;
        position: absolute;
        top: 6px;
        left: 11px;
        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 */
    }
    .mobile_top .tabs_close:after {
        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 */
    }
    .mobile_top {}
    .mobile_top,
    .mobile_top a:link,
    .mobile_top a:active,
    .mobile_top a:visited,
    .mobile_top .Normal {
        color: #a1a0a0;
    }
    .mobile_top a:hover {
        color: #3cceda;
    }
    .mobile_top .tabs_close:before,
    .mobile_top .tabs_close:after {
        border-left-color: #a1a0a0;
    }
    .mobile_header {
        position: relative;
        z-index: 100;
    }
    .mobile_header:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: #000;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }
    /*--------- Mobile Menu style ----------*/
    .mobile_menu.mm-menu {
        z-index: 1024;
        width: 100%;
        top: -100%;
        bottom: auto;
        height: 100%;
        max-width: 100%;
        transition: all ease-in 300ms;
        -moz-transition: all ease-in 300ms;
        /* Firefox 4 */
        -webkit-transition: all ease-in 300ms;
        /* Safari and Chrome */
        -o-transition: all ease-in 300ms;
        /* Opera */
        -ms-transition: all ease-in 300ms;
        /* IE9? */
    }
    .mm-opened .mobile_menu.mm-menu {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    html.mm-opening.mm-opened .mm-slideout {
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }
    html.mm-blocking.mm-opened #mm-blocker {
        display: none;
    }
    .mobilemenu_close {
        font-size: 0px;
        line-height: 1;
        text-decoration: none !important;
        overflow: hidden;
        width: 20px;
    }
    .mobilemenu_close:before {
        content: "\E114";
        font-family: "Glyphicons Regular";
        font-size: 17px;
        color: #4f4f4f;
        line-height: 0.3;
        text-decoration: none;
    }
    .mobile_menu .mm-close.mm-btn:before {
        content: "\E208";
        font-family: "Glyphicons Regular";
        font-size: 20px;
    }
    .mobile_menu .mm-prev:before,
    .mobile_menu .mm-arrow:after {
        display: none;
    }
    .mobile_menu .mm-prev:after,
    .mobile_menu .mm-next:after,
    .mobile_menu .mm-arrow:before {
        content: "\E225";
        font-family: "Glyphicons Regular";
        font-size: 15px;
        display: inline-block;
    }
    .mobile_menu .mm-next:after {
        border: none;
        transform: none;
        -webkit-transform: none;
        content: "\E224";
        font-family: "Glyphicons Regular";
        font-size: 13px;
        display: inline-block;
        top: -15px;
    }
    .mobile_menu .mm-navbar .mm-btn {
        line-height: 46px;
    }
    .mobile_menu .Container-3 .title3 {
        color: initial;
        text-align: center;
        padding: 10px 0 0;
        display: block;
    }
    .mobile_tabs .searchInputContainer a.dnnSearchBoxClearText.dnnShow,
    .mobile_tabs ul.searchSkinObjectPreview {
        display: none !important;
    }
    .HeaderPane_mobile {
        margin-bottom: 10px;
    }
    .HeaderPaneB_mobile {
        margin-bottom: 10px;
    }
    .HeaderBottom * {
        text-align: center;
    }
    .SkinPlugin_icon {
        display: none !important;
    }
    /*foot*/
    .foot_f li img {
        width: 80px;
        height: 80px;
    }
    .copyright_style {
        float: none;
        text-align: center;
    }
    .footer_box [class*=Pane] {
        margin: 20px 0;
    }
    .FooterPane {
        float: none;
        text-align: center;
        padding: 0px 8px 20px;
    }
}
@media only screen and (min-width: 768px) {
    .mobile_menu.mm-menu {
        display: none !important;
    }
    html.mm-opening.mm-opened .mm-slideout {
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }
}
@media only screen and (max-width: 350px) {
    .searchBox #dnn_dnnSEARCH_ClassicSearch,
    .searchBox #dnn_dnnSEARCH1_ClassicSearch,
    .searchBox #dnn_dnnSEARCH2_ClassicSearch,
    .searchBox #dnn_dnnSEARCH3_ClassicSearch {
        width: 120px;
    }
    .searchBox input.NormalTextBox {
        width: 80px !important;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-o-min-device-pixel-ratio: 13/10),
only screen and (min-resolution: 120dpi) {}
@media print {
    a:link:after {
        content: " ";
    }
    #mobile_menu {
        display: none;
    }
    .animation {
        opacity: 1;
    }
    .animated,
    .animated .animation_item {
        -webkit-animation-name: none !important;
        -moz-animation-name: none !important;
        -o-animation-name: none !important;
        animation-name: none !important;
    }
}
/*loading*/
.loading {
    width: 26px;
    height: 26px;
    position: relative;
}
.loading .container1>div,
.loading .container2>div,
.loading .container3>div {
    width: 6px;
    height: 6px;
    background-color: #333;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
.loading .loading-container {
    position: absolute;
    width: 100%;
    height: 100%;
}
.loading .container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.loading .container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}
.loading .circle1 {
    top: 0;
    left: 0;
}
.loading .circle2 {
    top: 0;
    right: 0;
}
.loading .circle3 {
    right: 0;
    bottom: 0;
}
.loading .circle4 {
    left: 0;
    bottom: 0;
}
.loading .container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.loading .container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.loading .container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.loading .container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.loading .container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.loading .container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.loading .container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.loading .container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.loading .container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.loading .container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.loading .container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0.0);
    }
    40% {
        -webkit-transform: scale(1.0);
    }
}
@keyframes bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
.isotope_grid .loading {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin: 0 0 0 -10px;
}
/***new portfolios group***/
.isotope_grid .portfolios_group {
    padding: 0 0 35px;
    position: relative;
    text-align: left;
}
.isotope_grid .portfolios_group a {
    margin: 0px 3px 5px 0px;
    padding: 6px 17px;
}
/***portfolios button***/
a.portfolios_default_btn {
    width: 120px;
    line-height: 36px !important;
    display: inline-block;
    font-size: 12px !important;
    padding: 0 !important;
    text-align: center;
    text-decoration: none;
    margin-right: 10px !important;
    margin-bottom: 0 !important;
    margin-bottom: 0;
    text-transform: uppercase;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    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? */
}
@media only screen and (max-width: 767px) {
    a.portfolios_default_btn {
        margin-right: 2px !important;
    }
}
/***portfolios carousel***/
.portfolios_carousel_title {
    font-size: 20px;
    color: #333333;
    padding: 23px 0 15px;
}
.portfolios_carousel .carousel .owl-buttons .owl-prev,
.portfolios_carousel .carousel .owl-buttons .owl-next {
    margin: -24px 0 0;
}
/***Grid layouts***/
.Grid_layouts .isotope_main {
    margin-left: -15px;
}
.Grid_layouts .isotope_item .photo_box {
    margin: 0 0 15px 15px;
}
.Grid_layouts .photo_box .content h3 {
    font-size: 17px;
    line-height: 1.7;
    margin: 0;
    text-transform: uppercase;
}
.Grid_layouts .photo_box .content p {
    font-size: 14px;
    margin-bottom: 15px;
}
.Grid_layouts .photo_box .content a {
    font-size: 14px;
    color: #ffffff;
    line-height: 36px;
    border: 1px solid #ffffff;
    padding: 8px 45px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.Grid_layouts .photo_box .shade {
    background-color: #3cceda;
}
.Grid_layouts .photo_box:hover .shade {
    opacity: 0.8;
}
@media only screen and (max-width: 767px) {
    .Grid_layouts .isotope_main {
        margin-left: 0;
    }
    .Grid_layouts .isotope_item .photo_box {
        margin: 0 0 15px;
    }
}
/***Classic layouts***/
.Classic_layouts .isotope_main {
    margin-left: -15px;
}
.Classic_layouts .isotope_item .photo_box {
    margin: 0 0 15px 15px;
}
.Classic_layouts .photo_box .content h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
    .Classic_layouts .isotope_main {
        margin-left: 0;
    }
    .Classic_layouts .isotope_item .photo_box {
        margin: 0 0 15px;
    }
}
/***Text layouts***/
.Text_layouts .isotope_main {
    margin-left: -15px;
}
.Text_layouts .isotope_item .photo_box {
    margin: 0 0 15px 15px;
}
.Text_layouts .photo_box .ico span {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    font-size: 16px;
    border: 1px solid #ffffff;
    background: none !important;
    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? */
}
.Text_layouts .photo_box a:hover span {
    color: #3cceda;
    background: #ffffff !important;
}
.Text_layouts .photo_box .shade {
    background-color: #3cceda;
}
.text_style1 {
    padding: 16px 0 19px;
}
.text_style1 h3 {
    font-size: 17px !important;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 0 !important;
    font-weight: bold !important;
}
.text_style1 a {
    color: #3cceda;
    text-transform: uppercase;
}
.text_style2 {
    color: #666666;
    padding: 20px 20px 15px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #d4d4d4;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}
.text_style2 h3 {
    font-size: 17px !important;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 0 !important;
    font-weight: bold !important;
}
.text_style2 .info {
    float: right;
    font-size: 14px;
    padding-top: 13px;
}
.text_style2 .info span {
    margin-right: 3px;
}
@media only screen and (max-width: 767px) {
    .Text_layouts .isotope_main {
        margin-left: 0;
    }
    .Text_layouts .isotope_item .photo_box {
        margin: 0 0 15px;
    }
}
/***List layouts***/
.List_layouts .isotope_main {
    margin-left: 0;
}
.List_layouts .isotope_main .photo_box {
    margin: 0;
}
.List_layouts .isotope_item {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}
.text_style3 {
    color: #666666;
}
.text_style3 h3 {
    font-size: 15px;
    color: #333333;
    margin: 0 0 7px;
    text-transform: uppercase;
}
.List_layouts_text hr {
    width: 60px;
    margin: 20px 0;
    border-color: #3cceda;
    display: inline-block;
}
.List_layouts .List_layouts_text p a {
    margin-top: 26px;
}
@media only screen and (max-width: 767px) {
    .List_layouts .isotope_main .photo_box {
        margin: 0 0 15px;
    }
}
/***Sidebar layouts***/
.Sidebar_layouts {
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.Sidebar_layouts .text_style3 {
    padding: 20px 0 4px;
}
.Sidebar_layouts p a.portfolios_default_btn {
    margin-top: 13px;
}
.Sidebar_layouts_categories {
    margin: 0 0 20px;
    list-style: none;
}
.Sidebar_layouts_categories li {
    border-bottom: 1px solid #d1d1d1;
    line-height: 39px;
    color: #666666;
}
.Sidebar_layouts_categories li a {
    color: #666666;
}
.Sidebar_layouts_categories .glyphicons {
    font-size: 12px;
    color: #3cceda;
    margin-right: 10px;
}
.categories_number {
    float: right;
}
.Sidebar_layouts_recent_news {
    font-size: 14px;
    color: #888888;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d1d1d1;
}
.Sidebar_layouts_recent_news img {
    float: left;
    padding-right: 15px;
}
.Sidebar_layouts_recent_news .heading {
    font-size: 14px;
    padding-top: 8px;
}
.Sidebar_layouts_recent_news .heading a {
    color: #333333;
}
.Sidebar_layouts_links {
    margin: 0 0 20px;
    list-style: none;
}
.Sidebar_layouts_links li {
    border-bottom: 1px solid #d1d1d1;
    line-height: 39px;
}
.Sidebar_layouts_links li a {
    color: #666666;
}
.Sidebar_layouts_links .glyphicons {
    color: #3cceda;
    margin-right: 10px;
}
/***All Single layouts***/
.Single_Layouts {}
.Single_Layouts h3 {
    font-size: 17px;
    color: #333333;
    text-transform: uppercase;
    margin: 20px 0 15px;
}
.Single_Layouts p {
    padding-bottom: 11px;
}
.Single_Layouts .carousel .owl-buttons .owl-prev,
.Single_Layouts .carousel .owl-buttons .owl-next {
    margin: -32px 0 0;
}
/***page control***/
.page_turning a {
    font-size: 12px;
    color: #666666 !important;
    margin: 0 5px 5px 0;
}
/***page control***/
.page_turning a {
    font-size: 12px;
    color: #666666 !important;
    margin: 0 5px 5px 0;
}
a.page_control {
    display: inline-block;
    line-height: 31px !important;
    width: 70px;
    border: 1px solid #cccccc;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    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? */
}
a.page_number {
    display: inline-block;
    height: 30px;
    line-height: 30px !important;
    width: 30px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    text-decoration: none;
    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? */
}
a.page_control:hover,
a.page_number:hover {
    color: #3cceda !important;
    border: 1px solid #3cceda;
    text-decoration: none;
}
.Single_page {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #d8d8d8;
}
.Single_page a {
    font-size: 13px;
    color: #3cceda;
    display: inline-block;
    line-height: 38px !important;
    width: 100px;
    border: 1px solid #3cceda;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    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? */
}
.Single_page a:hover {
    background-color: #3cceda;
    color: #ffffff;
}
.prev_control {
    float: left;
}
.next_control {
    float: right;
}
/*about us 01 */
.aboutus_a h3,
.aboutus_b h3 {
    font-size: 20px;
    color: #3cceda;
    font-weight: normal;
    margin: 0 0 15px 0;
}
.aboutus_a h1,
.aboutus_b h1 {
    font-size: 30px;
    color: #333;
    font-weight: normal;
    margin: 0 0 20px 0;
}
.aboutus_a ul {
    margin: 0 0 15px;
    padding: 0;
    list-style-type: none;
}
.aboutus_a ul li {
    line-height: normal;
    padding: 15px 0 0 0;
}
.aboutus_a ul li span.glyphicons {
    font-size: 16px;
    color: #00CFD9;
    margin: 0 15px 0 0;
}
.aboutus_b {
    text-align: center;
}
.aboutus_b p {}
.aboutus_b .img {
    position: relative;
    text-align: center;
    margin: 40px 0 0 0;
}
.aboutus_b .img img {
    display: inline-block;
}
.aboutus_b .img .the1 {
    text-align: center;
}
.aboutus_b .img .the2,
.aboutus_b .img .the3 {
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 50%;
}
.aboutus_b .img .the2 {
    margin: 0 0 0 100px;
}
.aboutus_b .img .the3 {
    left: auto;
    right: 50%;
    margin: 0 145px 0 0;
}
.aboutus_b .img .the4 {
    position: absolute;
    top: 40px;
    right: 80px;
    width: 173px;
    height: 173px;
    border: 10px solid #F1F1F1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #00CFD9;
    color: #fff;
    padding: 32px 17px;
}
.aboutus_b .img .the4 span.glyphicons {
    font-size: 33px;
}
.aboutus_b .img .the4 p {
    padding: 0;
    text-transform: uppercase;
}
.aboutus_c {
    text-align: center;
    margin: 30px 0 0 0;
}
.aboutus_c .ico {
    width: 140px;
    height: 140px;
    line-height: 140px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #00CFD9;
    font-size: 40px;
    color: #fff;
    margin: 0 auto 30px;
    position: relative;
}
.aboutus_c .ico>span {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #333333;
    font-size: 20px;
    color: #fff;
    top: 0;
    right: 0;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.aboutus_c:hover .ico>span {
    -webkit-animation-name: jitter;
    -moz-animation-name: jitter;
    -o-animation-name: jitter;
    animation-name: jitter;
}
.aboutus_c h5 {
    font-size: 18px;
    color: #333;
}
.aboutus_d h1 {
    font-size: 60px;
    color: #fff;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 35px 0;
}
.aboutus_d p {
    padding: 0 160px;
    color: #fff;
    margin: 0 0 60px 0;
    font-size: 17px;
    line-height: 30px;
}
.aboutus_d a.Button_white {
    padding: 16px 54px;
    margin: 0 15px 15px;
}
.aboutus_e {
    margin: 0;
}
.aboutus_e .the1 {
    background-color: #00CFD9;
    position: relative;
    overflow: hidden;
}
.aboutus_e .the2 {
    background-color: #E9E9E9;
    position: relative;
    overflow: hidden;
}
.aboutus_e .the3 {
    background-color: #262626;
    position: relative;
    overflow: hidden;
}
.aboutus_e .the1 .aboutus_e_main .icon em.glyphicons {
    position: absolute;
    color: rgba(255, 255, 255, 0.3);
    top: -89px;
    right: -89px;
    font-size: 266px;
}
.aboutus_e .the2 .aboutus_e_main .icon em.glyphicons {
    position: absolute;
    color: rgba(0, 0, 0, 0.1);
    top: -89px;
    right: -89px;
    font-size: 266px;
}
.aboutus_e .the3 .aboutus_e_main .icon em.glyphicons {
    position: absolute;
    color: rgba(255, 255, 255, 0.1);
    top: -89px;
    right: -89px;
    font-size: 266px;
}
.aboutus_e .aboutus_e_main {
    padding: 60px;
}
.aboutus_e .aboutus_e_main h3 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 30px 0;
}
.aboutus_e .the2 .aboutus_e_main h3 {
    color: #333;
}
.aboutus_e .aboutus_e_main p {
    color: #fff;
    margin: 0;
}
.aboutus_e .the2 .aboutus_e_main p {
    color: #333;
}
.aboutus_e .aboutus_e_main .links a {
    color: #fff;
    font-size: 15px;
    padding: 18px 60px;
    border: 2px solid #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: inline-block;
    margin: 30px 0 0 0;
    text-decoration: none;
    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? */
}
.aboutus_e .aboutus_e_main .links a:hover {
    background-color: #333 !important;
    border-color: #333 !important;
    color: #FFF !important;
}
.aboutus_e .the2 .aboutus_e_main .links a {
    color: #333;
    border: 2px solid #333;
}
.aboutus_f {
    margin: 30px 0 0 0;
}
.aboutus_f .text_sytle_1 {
    padding: 25px 30px;
    border: 1px solid #DDDDDD;
    border-top: none;
    position: relative;
}
.aboutus_f .text_sytle_1:before {
    position: absolute;
    content: "";
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    bottom: 100%;
    left: 30px;
}
.aboutus_f .text_sytle_1 h3 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}
.aboutus_f .text_sytle_1 p {
    margin: 0;
}
.aboutus_f img {
    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? */
}
.aboutus_f:hover img {
    opacity: 0.8;
}
.aboutus_g {
    color: #ffffff;
}
.aboutus_g h3 {
    font-size: 20px;
    color: #3cceda;
}
.aboutus_g h1 {
    font-size: 30px;
    color: #ffffff;
    font-weight: normal;
    padding: 10px 0 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .aboutus_d p {
        padding: 0;
    }
    .aboutus_e .aboutus_e_main {
        padding: 30px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .aboutus_d p {
        padding: 0;
    }
    .aboutus_e .aboutus_e_main {
        padding: 30px 20px;
    }
    .aboutus_d h1 {
        font-size: 30px;
    }
    .aboutus_e .aboutus_e_main .links a {
        padding: 18px 30px;
    }
}
/*timeline 01 */
.timeline_a {
    position: relative;
    margin: 30px 0 0 0;
}
.timeline_a .topmain {
    margin: 0 0 40px -78px;
    padding: 0 0 0 30%;
}
.timeline_a .topmain em {
    width: 90px;
    height: 90px;
    line-height: 90px;
    background-color: #00CFD9;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    font-size: 40px;
    text-align: center;
}
.timeline_a .topmain p {
    font-size: 30px;
    display: inline-block;
    color: #333;
    vertical-align: top;
    border-bottom: 1px solid #00CFD9;
    padding: 10px 0 3px 0;
    margin: 0 0 0 30px;
}
.timeline_a .topmain p span {
    color: #666;
    font-size: 16px;
}
.timeline_a .contentmain {
    margin: 0 0 40px 0;
}
.timeline_a .contentmain .contentmain_left {
    width: 30%;
    float: left;
    padding-right: 68px;
    overflow: hidden;
}
.timeline_a .contentmain .contentmain_left img {
    float: left;
    margin: 0 25px 15px 0;
}
.timeline_a .contentmain .contentmain_left h1 {
    color: #3cceda;
    font-size: 35px;
    font-weight: normal;
    padding: 0px 0 0 0;
    margin: 0;
    line-height: 1.1;
}
.timeline_a .contentmain .contentmain_left p {
    font-size: 14px;
    color: #666;
}
.timeline_a .contentmain .contentmain_right {
    width: 70%;
    float: left;
    padding: 60px;
    background-color: #F3F3F3;
    position: relative;
}
.timeline_a .contentmain .contentmain_right:before {
    position: absolute;
    content: "";
    border-style: solid;
    border-color: transparent #f3f3f3 transparent transparent;
    border-width: 10px;
    right: 100%;
    top: 45px;
}
.timeline_a .contentmain .contentmain_right:after {
    position: absolute;
    content: "";
    width: 21px;
    height: 21px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 3px solid #00CFD9;
    background-color: #fff;
    margin: 0 23px 0 0;
    right: 100%;
    top: 45px;
}
.timeline_a .contentmain .contentmain_right h3 {
    font-size: 17px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 30px 0;
}
.timeline_a .contentmain .contentmain_right p {
    margin: 0;
}
.timeline_a .contentmain .contentmain_right a.links {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    background-color: #00CFD9;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 11px 23px;
    display: inline-block;
    margin: 25px 0 0 0;
    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? */
}
.timeline_a .contentmain .contentmain_right a.links:hover {
    background-color: #333;
}
.timeline_a .contentmain .contentmain_right a em.social {
    font-size: 30px;
    display: inline-block;
    margin: 20px 5px 0 0;
}
.timeline_a .bottommain {
    padding: 0 0 0 30%;
    margin: 0 0 0 -58px;
}
.timeline_a .bottommain em.glyphicons {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #00CFD9;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    font-size: 24px;
    text-align: center;
}
.timeline_a .line {
    width: 3px;
    height: 100%;
    background-image: url(images/timeline_line.png);
    background-repeat: repeat-y;
    position: absolute;
    left: 30%;
    top: 0;
    margin: 0 0 0 -35px;
    z-index: -1;
}
@media only screen and (max-width: 767px) {
    .timeline_a .topmain {
        padding: 0;
        margin: 20px 0;
    }
    .timeline_a .line {
        left: 77px;
    }
    .timeline_a .contentmain .contentmain_left {
        float: none;
        width: auto;
        padding: 0 0 10px;
    }
    .timeline_a .contentmain .contentmain_right {
        width: auto;
        padding: 20px;
    }
    .timeline_a .contentmain .contentmain_right:before {
        top: -20px;
        left: 33px;
        border-color: transparent transparent #f3f3f3 transparent;
    }
    .timeline_a .bottommain {
        padding-left: 76px;
    }
}
/*Our Services 01 */
.ourservices_a {
    margin: 30px 0 0 0;
}
.ourservices_a .ourservices_a_main {
    position: relative;
    padding: 0 0 0 90px;
}
.ourservices_a .ourservices_a_main:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100px;
    background-color: #CCCCCC;
    left: 19px;
    top: 70px;
}
.ourservices_a .ourservices_a_main.the3:before {
    display: none;
}
.ourservices_a .ourservices_a_main em.glyphicons {
    font-size: 40px;
    color: #00CFD9;
    position: absolute;
    left: 0px;
    top: 15px;
}
.ourservices_a .ourservices_a_main h3 {
    margin: 0 0 15px 0;
    font-size: 17px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}
.ourservices_a .ourservices_a_main p {
    color: #666;
}
.ourservices_b {
    position: relative;
    margin: 0 0 40px 0;
}
.ourservices_b .ourservices_b_left {
    background-color: #00CFD9;
}
.ourservices_b .ourservices_b_left .ourservices_b_left_main {
    text-align: center;
    padding: 301px 503px 301px 80px;
}
.ourservices_b .ourservices_b_left .ourservices_b_left_main img {
    display: inline-block;
    margin: 0 0 20px 0;
}
.ourservices_b .ourservices_b_left .ourservices_b_left_main p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
}
.ourservices_b .ourservices_b_right {
    background-color: #2C82D4;
}
.ourservices_b .ourservices_b_right .ourservices_b_right_main {
    text-align: center;
    padding: 301px 80px 301px 503px;
}
.ourservices_b .ourservices_b_right .ourservices_b_right_main img {
    display: inline-block;
    margin: 0 0 20px 0;
}
.ourservices_b .ourservices_b_right .ourservices_b_right_main p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
}
.ourservices_b .ourservices_b_img {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 120px;
}
.ourservices_b_img img {
    display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ourservices_b .ourservices_b_img img {
        max-width: 50%;
    }
    .ourservices_b .ourservices_b_left .ourservices_b_left_main {
        padding: 101px 153px 101px 20px;
    }
    .ourservices_b .ourservices_b_right .ourservices_b_right_main {
        padding: 101px 20px 101px 153px;
    }
    .ourservices_b .ourservices_b_img {
        top: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .ourservices_b .ourservices_b_left .ourservices_b_left_main,
    .ourservices_b .ourservices_b_right .ourservices_b_right_main {
        padding: 30px;
    }
}
.ourservices_c {
    width: 244px;
    height: 244px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px dashed #aaa;
    margin: 68px auto 0;
    position: relative;
}
.ourservices_c_right {
    margin: 30px 0 0 0;
}
.ourservices_c em.glyphicons {
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #00CFD9;
    color: #fff;
    position: absolute;
    font-size: 40px;
}
.ourservices_c em.the1.glyphicons {
    top: 0px;
    left: 50%;
    margin: -38px 0 0 -60px;
}
.ourservices_c em.the2.glyphicons {
    bottom: 12px;
    left: 0;
    top: auto;
    margin: 0 0 0 -38px;
}
.ourservices_c em.the3.glyphicons {
    bottom: 12px;
    top: auto;
    right: 0;
    margin: 0 -38px 0 0;
}
.ourservices_d {
    background-color: #333;
}
.ourservices_d .aboutus_b h1 {
    color: #fff;
}
.ourservices_d .aboutus_b p {
    color: #999;
}
.ourservices_d_main .ourservices_d_box {
    width: 25%;
    float: left;
}
.ourservices_d_main .ourservices_d_box .photo_box {
    margin: 0;
}
.ourservices_d_main .ourservices_d_box .photo_box .shade {
    background-color: #00CFD9;
    padding: 20px;
}
.ourservices_d_main .ourservices_d_box .photo_box:hover .shade {
    filter: alpha(opacity=90);
    opacity: 0.9;
}
.ourservices_d_main .ourservices_d_box .photo_box .shade2 {
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 0;
}
.ourservices_d_main .ourservices_d_box .photo_box:hover .shade2 {
    filter: alpha(opacity=20);
    opacity: 0.2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ourservices_c {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }
}
/*Our Teams 01 */
.ourteams_a {
    text-align: center;
    margin: 40px 0 0 0;
}
.ourteams_a .photo_box {
    position: relative;
    margin: 0 0 30px 0;
}
.ourteams_a .photo_box em.glyphicons {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #00CFD9;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    font-size: 24px;
}
.ourteams_a .photo_box:hover em.glyphicons {
    display: none;
}
.ourteams_a .photo_box .shade {
    background-color: #00CFD9;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.ourteams_a .photo_box:hover .shade {
    filter: alpha(opacity=100);
    opacity: 1;
}
.ourteams_a .photo_box .ico span {
    background-color: transparent;
    font-size: 40px;
}
.ourteams_a h3 {
    font-size: 17px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.ourteams_a h6 {
    font-size: 13px;
    color: #3cceda;
    font-weight: normal;
    margin: 0 0 20px 0;
}
.ourteams_a p {
    font-size: 13px;
    color: #666;
    margin: 0 0 20px 0;
}
.ourteams_a .icon a.social {
    font-size: 34px;
    margin: 0 5px;
}
.ourteams_a .icon a.the1.social {
    color: #00BDED;
}
.ourteams_a .icon a.the2.social {
    color: #2F4C9F;
}
.ourteams_a .icon a.the3.social {
    color: #E62B97;
}
.ourteams_b {
    background-color: #EFF0F1;
}
.ourteams_c {
    position: relative;
}
.ourteams_c .ourteams_c_left.the1 {
    float: left;
    width: 50%;
    text-align: center;
}
.ourteams_c .ourteams_c_left.the1 .ourteams_c_left_main {
    position: relative;
    padding: 100px 125px;
    background-color: #00CFD9;
}
.ourteams_c .ourteams_c_left.the1 .ourteams_c_left_main:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    border-width: 18px 0 18px 18px;
    border-color: transparent transparent transparent #00CFD9;
    border-style: solid;
    z-index: 1;
    margin: -9px 0 0 0;
}
.ourteams_c .ourteams_c_left.the1 .ourteams_c_left_main img {
    display: inline-block;
    margin: 0 0 30px 0;
}
.ourteams_c .ourteams_c_left.the1 .ourteams_c_left_main p {
    font-size: 15px;
    color: #f4f5f6;
    margin: 0 0 30px 0;
}
.ourteams_c .ourteams_c_left.the1 .ourteams_c_left_main h3 {
    font-size: 17px;
    color: #f4f5f6;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.ourteams_c .ourteams_c_left.the1 .ourteams_c_left_main h6 {
    font-size: 13px;
    color: #f4f5f6;
    font-weight: normal;
    margin: 0;
}
.ourteams_c .ourteams_c_right.the1 {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(images/ourteams_c02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.ourteams_c .ourteams_c_left.the2 {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(images/ourteams_c03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.ourteams_c .ourteams_c_right.the2 {
    float: right;
    width: 50%;
    text-align: center;
}
.ourteams_c .ourteams_c_right.the2 .ourteams_c_right_main {
    padding: 100px 125px;
    background-color: #2C82D4;
    position: relative;
}
.ourteams_c .ourteams_c_right.the2 .ourteams_c_right_main:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    border-width: 18px 18px 18px 0;
    border-color: transparent #2C82D4 transparent transparent;
    border-style: solid;
    z-index: 1;
    margin: -9px 0 0 0;
}
.ourteams_c .ourteams_c_right.the2 .ourteams_c_right_main img {
    display: inline-block;
    margin: 0 0 30px 0;
}
.ourteams_c .ourteams_c_right.the2 .ourteams_c_right_main p {
    font-size: 15px;
    color: #f4f5f6;
    margin: 0 0 30px 0;
}
.ourteams_c .ourteams_c_right.the2 .ourteams_c_right_main h3 {
    font-size: 17px;
    color: #f4f5f6;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.ourteams_c .ourteams_c_right.the2 .ourteams_c_right_main h6 {
    font-size: 13px;
    color: #f4f5f6;
    font-weight: normal;
    margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ourteams_c .ourteams_c_left.the1 .ourteams_c_left_main,
    .ourteams_c .ourteams_c_right.the2 .ourteams_c_right_main {
        padding: 50px 30px;
    }
}
@media only screen and (max-width: 767px) {
    .ourteams_c .ourteams_c_left.the1 .ourteams_c_left_main,
    .ourteams_c .ourteams_c_right.the2 .ourteams_c_right_main {
        padding: 30px 20px;
    }
    .ourteams_c .ourteams_c_left.the1,
    .ourteams_c .ourteams_c_right.the2 {
        width: auto;
        float: none;
    }
    .ourteams_c .ourteams_c_right.the1,
    .ourteams_c .ourteams_c_left.the2 {
        position: static;
        height: 300px;
        width: 100%;
    }
    .ourteams_c .ourteams_c_left.the1 .ourteams_c_left_main:before {
        top: 100%;
        left: 50%;
        transform: rotate(90deg);
        margin-left: -10px;
    }
    .ourteams_c .ourteams_c_right.the2 .ourteams_c_right_main:before {
        top: -27px;
        margin: 0px;
        left: 50%;
        transform: rotate(90deg);
        margin-left: -10px;
    }
}
/*Team Detail 01 */
.teamdetail_a {
    margin: 30px 0 0 0;
}
.teamdetail_a h1 {
    font-size: 40px;
    color: #333;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 20px 0;
}
.teamdetail_a h1 span {
    font-size: 16px;
    color: #3cceda;
    margin: 0 0 0 20px;
}
.teamdetail_a .icon {
    margin: 0 0 30px 0;
}
.teamdetail_a .icon a.social {
    font-size: 35px;
    margin: 0 12px 0 0;
}
.teamdetail_a .icon a.social.the1 {
    color: #395896;
}
.teamdetail_a .icon a.social.the2 {
    color: #00D2D9;
}
.teamdetail_a .icon a.social.the3 {
    color: #0072AD;
}
.teamdetail_a .icon a.social.the4 {
    color: #FF6EA1;
}
.teamdetail_a .icon a.social.the5 {
    color: #00BE9F;
}
.teamdetail_a ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
}
.teamdetail_a ul.the2 {
    margin: 0 0 0 50px;
}
.teamdetail_a ul li {
    font-size: 13px;
    color: #666;
    padding: 8px 0px 0 0;
}
.ourteams_b .loaded_list_2 p {
    text-transform: uppercase;
}
.teamdetail_b {
    text-align: center;
    margin: 30px 0 0 0;
    cursor: pointer;
}
.teamdetail_b h3 {
    font-size: 17px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    margin: 25px 0 15px;
    line-height: normal;
}
.teamdetail_b p {
    font-size: 13px;
    color: #666;
    margin: 0;
}
.teamdetail_b a.links {
    font-size: 15px;
    color: #3cceda;
    text-decoration: none;
    border: 2px solid #3cceda;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    padding: 10px 32px;
    margin: 30px 0 40px;
    transition: background-color ease-in 200ms, color ease-in 200ms;
    -moz-transition: background-color ease-in 200ms, color ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: background-color ease-in 200ms, color ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: background-color ease-in 200ms, color ease-in 200ms;
    /* Opera */
    -ms-transition: background-color ease-in 200ms, color ease-in 200ms;
    /* IE9? */
}
.teamdetail_b .line {
    width: 100%;
    height: 3px;
    background-color: #00CFD9;
    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? */
}
.teamdetail_b:hover a.links {
    background-color: #3cceda;
    color: #fff;
}
.teamdetail_b:hover .line {
    background-color: #E1E1E1;
}
/*faq 01 */
.faq_a {
    position: relative;
}
.faq_a .img {
    text-align: center;
    position: relative;
    padding: 230px 0;
    z-index: 1;
}
.faq_a .img:before {
    content: "";
    z-index: -1;
    position: absolute;
    width: 266px;
    height: 266px;
    background-color: #D6D6D6;
    left: 50%;
    top: 50%;
    margin: -133px 0 0 -133px;
    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 */
}
.faq_a .img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #DCDCDC;
    top: 50%;
    margin: -1px 0 0 0;
    left: 0;
    z-index: -2;
}
.faq_a .img img {
    display: inline-block;
}
.faq_a .faq_a_left_top {
    position: absolute;
    left: 0;
    top: 30px;
    text-align: left;
    width: 30%;
}
.faq_a .faq_a_left_top .main h3,
.faq_a .faq_a_left_bottom .main h3,
.faq_a .faq_a_right_top .main h3,
.faq_a .faq_a_right_bottom .main h3 {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    margin: 0;
}
.faq_a .faq_a_left_top .main h3 em.glyphicons,
.faq_a .faq_a_left_bottom .main h3 em.glyphicons,
.faq_a .faq_a_right_top .main h3 em.glyphicons,
.faq_a .faq_a_right_bottom .main h3 em.glyphicons {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    background-color: #00CFD9;
    font-size: 28px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    vertical-align: middle;
    margin: 0 15px 0 0;
}
.faq_a .faq_a_right_top .main h3 em.glyphicons,
.faq_a .faq_a_right_bottom .main h3 em.glyphicons {
    margin: 0 0 0 15px;
}
.faq_a .faq_a_left_top .main p,
.faq_a .faq_a_left_bottom .main p,
.faq_a .faq_a_right_top .main p,
.faq_a .faq_a_right_bottom .main p {
    font-size: 13px;
    color: #666;
    margin: 25px 0 0 0;
}
.faq_a .faq_a_left_bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    width: 30%;
}
.faq_a .faq_a_right_top {
    position: absolute;
    right: 0;
    top: 30px;
    text-align: right;
    width: 30%;
}
.faq_a .faq_a_right_bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    width: 30%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq_a .img {
        padding: 10px;
        height: 215px;
        text-align: center;
        line-height: 204px;
        margin-bottom: 20px;
    }
    .faq_a .img:before {
        width: 150px;
        height: 150px;
        margin: -75px 0 0 -75px;
    }
    .faq_a .faq_a_left_top,
    .faq_a .faq_a_left_bottom,
    .faq_a .faq_a_right_top,
    .faq_a .faq_a_right_bottom {
        position: static;
        width: auto;
    }
    .faq_a .faq_a_left_top .main p,
    .faq_a .faq_a_left_bottom .main p,
    .faq_a .faq_a_right_top .main p,
    .faq_a .faq_a_right_bottom .main p {
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .faq_a .img {
        padding: 10px;
        height: 215px;
        text-align: center;
        line-height: 204px;
        margin-bottom: 20px;
    }
    .faq_a .img:before {
        width: 150px;
        height: 150px;
        margin: -75px 0 0 -75px;
    }
    .faq_a .faq_a_left_top,
    .faq_a .faq_a_left_bottom,
    .faq_a .faq_a_right_top,
    .faq_a .faq_a_right_bottom {
        position: static;
        width: auto;
    }
    .faq_a .faq_a_left_top .main p,
    .faq_a .faq_a_left_bottom .main p,
    .faq_a .faq_a_right_top .main p,
    .faq_a .faq_a_right_bottom .main p {
        margin-bottom: 25px;
    }
}
/*pricing 01 */
.pricing_a {
    position: relative;
}
.pricing_a .pricing_a_left {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(images/pricing_a01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.pricing_a .pricing_a_right {
    float: right;
    width: 50%;
}
.pricing_a .pricing_a_right .pricing_a_right_main {
    background-color: #ECECEC;
    padding: 40px;
}
.pricing_a .pricing_a_right .pricing_a_right_main h3 {
    font-size: 20px;
    color: #3cceda;
    font-weight: normal;
    margin: 0 0 10px 0;
}
.pricing_a .pricing_a_right .pricing_a_right_main h1 {
    font-size: 30px;
    color: #333;
    font-weight: normal;
    margin: 0 0 20px 0;
}
.pricing_a .pricing_a_right .pricing_a_right_main p {
    font-size: 13px;
    color: #666;
    margin: 0 0 10px 0;
}
.pricing_a .pricing_a_right .pricing_a_right_main ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.pricing_a .pricing_a_right .pricing_a_right_main ul li {
    margin: 20px 6px 0 0;
    position: relative;
    display: inline-block;
    border: 1px solid #cbcbcb;
    list-style-type: none;
    cursor: pointer;
    transition: border ease-in 200ms;
    -moz-transition: border ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: border ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: border ease-in 200ms;
    /* Opera */
    -ms-transition: border ease-in 200ms;
    /* IE9? */
}
.pricing_a .pricing_a_right .pricing_a_right_main ul li:hover {
    border: 1px solid #3cceda;
}
.pricing_a .pricing_a_right .pricing_a_right_main ul li .rotate {
    filter: alpha(opacity=100);
    opacity: 1;
    display: inline-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? */
}
.pricing_a .pricing_a_right .pricing_a_right_main ul li:hover .rotate {
    filter: alpha(opacity=0);
    opacity: 0;
}
.pricing_a .pricing_a_right .pricing_a_right_main ul li .back {
    position: absolute;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    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? */
}
.pricing_a .pricing_a_right .pricing_a_right_main ul li:hover .back {
    filter: alpha(opacity=100);
    opacity: 1;
}
.pricing_a .pricing_a_right .pricing_a_right_main ul li img {
    display: inline-block;
}
.pricing_b h3 {
    font-size: 20px;
    color: #3cceda;
    font-weight: normal;
    margin: 0 0 10px 0;
}
.pricing_b h1 {
    font-size: 30px;
    color: #333;
    font-weight: normal;
    margin: 0 0 20px 0;
}
.pricing_b p {
    font-size: 13px;
    color: #666;
    font-weight: normal;
    margin: 0;
}
.pricing_b a.links {
    font-size: 15px;
    color: #3cceda;
    text-decoration: none;
    border: 2px solid #3cceda;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    padding: 10px 32px;
    margin: 30px 0 0;
    transition: background-color ease-in 200ms, color ease-in 200ms;
    -moz-transition: background-color ease-in 200ms, color ease-in 200ms;
    -webkit-transition: background-color ease-in 200ms, color ease-in 200ms;
    -o-transition: background-color ease-in 200ms, color ease-in 200ms;
    -ms-transition: background-color ease-in 200ms, color ease-in 200ms;
}
.pricing_b a.links:hover {
    background-color: #3cceda;
    color: #fff;
}
.pricing_c {
    background-color: #fff;
    padding: 0 45px 60px 45px;
    text-align: center;
    margin: 70px 0 0 0;
}
.pricing_c .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #ddd;
    margin: -40px auto 40px;
    display: inline-block;
    background-color: #fff;
    padding: 6px;
}
.pricing_c .icon em.glyphicons {
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 auto;
    background-color: #00CFD9;
    color: #fff;
    font-size: 25px;
}
.pricing_c h5 {
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.pricing_c p {
    color: #8a8989;
    margin: 0 0 20px 0;
}
.pricing_c a.links {
    text-decoration: none;
}
@media only screen and (max-width: 767px) {
    .pricing_a .pricing_a_left {
        width: auto;
        height: 300px;
        position: static;
    }
    .pricing_a .pricing_a_right {
        float: none;
        width: auto;
    }
    .pricing_b {
        margin-bottom: 20px;
    }
}
/*contactus 01 */
.contactus_a {
    margin: 30px 0 0 0;
}
.contactus_a p {
    margin: 0 0 20px 0;
}
.contactus_a ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.contactus_a ul li {
    list-style-type: none;
    line-height: 35px;
}
.contactus_a ul li em.glyphicons {
    font-size: 20px;
    color: #00CFD9;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.contactus_a a.links {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    background-color: #3cceda;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    padding: 10px 32px;
    margin: 30px 0 0;
    transition: background-color ease-in 200ms, color ease-in 200ms;
    -moz-transition: background-color ease-in 200ms, color ease-in 200ms;
    -webkit-transition: background-color ease-in 200ms, color ease-in 200ms;
    -o-transition: background-color ease-in 200ms, color ease-in 200ms;
    -ms-transition: background-color ease-in 200ms, color ease-in 200ms;
}
.contactus_a a.links:hover {
    background-color: #333;
    color: #FFF;
}
.contactus_b {}
.list_style13 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list_style13 li {
    margin: 0;
    padding: 4px 0;
}
.list_style13 li .glyphicons {
    font-size: 12px;
    margin-right: 14px;
    color: #3cceda;
}
/*Added Styles*/
.cl-img {
    min-height: 100px;
}
.FooterPane a:hover,
.copyright_style a:hover {
    color: #0b57a5 !important;
}
.fm-img-logo {
    position: relative;
    z-index: 5000;
}
#dnn_SKINPLUGIN1_xPlugin_Panel {
    display: none !important;
}
.cl-img img {
    width: 100%;
}
.cl-link {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.cl-btn a {
    background-color: #0b57a5;
    color: #fff !important;
    padding: 10px 20px;
    position: relative;
    margin-bottom: 0px;
    width: 112px;
    display: block;
    border-radius: 7px;
}
.btn-success {
    background-color: #0b57a5;
    border-color: transparent;
}
.btn-success:hover {
    background-color: #2e2e2e !important;
    border-color: transparent;
}
/*Off canvas  menu CSS*/
body {
    overflow-x: hidden;
    width: 100%;
}
#btnOffCanMenu {
    color: #0b57a5;
    display: block;
    font: 400 19px/19px "Arial", sans-serif;
    height: 100%;
    padding: 18px 18px 18px 23px;
    position: relative;
    text-align: right;
    float: right;
}
#btnOffCanMenu:hover {
    cursor: pointer;
}
#btnOffCanMenu img {
    left: 0;
    position: absolute;
    top: 36%;
}
#btnOffCanMenu i {
    padding-right: 10px;
}
#ocmMenuWrapper {
    backface-visibility: hidden;
    height: 100%;
    overflow-x: hidden;
    position: fixed;
    transition: .5s;
    z-index: 500;
}
#ocmMenuWrapper.active {
    backface-visibility: hidden;
    transition: .5s;
}
#ocmMenuWrapper ul {
    background: #333;
    box-shadow: 0 0 25px -3px #000 inset;
    left: 0;
    margin: 0;
    max-height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    z-index: 510;
}
#ocmMenuWrapper ul li {
    border-bottom: 1px solid #808080;
    color: #eee;
    display: block;
    font: 400 16px/16px "Arial", sans-serif;
    height: 58px;
    list-style-type: none;
    position: relative;
}
#ocmMenuWrapper ul li.btnOCMBack {
    padding: 20px;
}
#ocmMenuWrapper ul li.btnOCMBack:hover {
    background: #222;
    cursor: pointer;
}
#ocmMenuWrapper ul li * {
    display: inline;
}
#ocmMenuWrapper ul li * ul,
#ocmMenuWrapper ul li * li {
    display: block;
}
#ocmMenuWrapper ul li a {
    text-decoration: none;
}
#ocmMenuWrapper ul li span {
    color: #eee;
    display: block;
    font: 400 16px/16px "Arial", sans-serif;
    padding: 20px;
}
#ocmMenuWrapper ul li:hover {
    background: #222;
}
#ocmMenuWrapper ul ul {
    backface-visibility: hidden;
    background: #333;
    box-shadow: 0 0 25px -3px #000 inset;
    margin: 0;
    padding: 0;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: 520;
}
#ocmMenuWrapper ul ul .ocmSubMenu {
    z-index: 521;
}
#ocmMenuWrapper ul ul ul {
    z-index: 530;
}
#ocmMenuWrapper ul ul ul .ocmSubMenu {
    z-index: 531;
}
#ocmMenuWrapper ul .ocmSubMenu {
    background: #333;
    border-left: 1px solid #808080;
    box-shadow: -14px 0 20px -16px #000 inset;
    color: #808080;
    display: block;
    float: right;
    font: 400 25px/25px "Arial", sans-serif;
    height: 57px;
    padding: 16px;
    position: relative;
    top: -56px;
    width: 59px;
    z-index: 511;
}
#ocmMenuWrapper ul .ocmSubMenu:hover {
    background: #222;
    cursor: pointer;
}
#ocmMenuWrapper ul .ocmSubMenu .fa {
    display: block;
    padding: 2px 5px;
}
#ocmContentWrapper {
    backface-visibility: hidden;
    background: #333;
    position: absolute;
    transition: .5s;
    width: 100%;
    z-index: 1000;
}
#ocmContentWrapper.active {
    backface-visibility: hidden;
    transition: .5s;
}
#ocmMenuWrapper ul li span img {
    display: none;
}
@media only screen and (max-width: 767px) {
    .ModDNNGoLayerGalleryC {
        margin-top: 0;
    }
    .mobile-margin {
        margin-top: 40px;
    }
}
#ControlBar {
    z-index: 1000 !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
#CybotCookiebotDialog input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
    background-color: #0b57a5 !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton,
#CybotCookiebotDialog a:hover:after,
#CybotCookiebotDialog a:hover:before,
#CybotCookiebotDialog button:hover:after,
#CybotCookiebotDialog button:hover:before,
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
    border-color: #0b57a5 !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    color: #0b57a5 !important;
    border-color: #0b57a5 !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover,
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover,
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover,
#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover,
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a,
#CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a,
#CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a,
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a,
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink,
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink,
#CybotCookiebotDialogDetailBodyContentTextAbout a,
#CookiebotWidget .CookiebotWidget-consent-details button {
    color: #0b57a5 !important;
}
#CookiebotWidget .CookiebotWidget-logo svg circle,
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
    fill: #0b57a5 !important;
}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
    background-color: #0b57a5 !important;
    border-color: #0b57a5 !important;
}