* {
    margin: 0px;
    padding: 0px;
    font-family: var(--fontFamilyBase);
    animation-duration: var(--animation-duration);
    font-size: var(--text-size-sm);
    word-break: break-word;
}

body {
    background: #FFF;
    font-weight: normal;
    position: relative;
    font-size: var(--text-size-sm);
    font-family: var(--fontFamilyBase);
}

@font-face {
    font-family: "Century Gothic";
    src: url(//v4-assets.goalsites.com/linkairu/website/font/CenturyGothic.woff);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/*=======================================================
      HEADINGS
========================================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    font-weight: bold;
    font-family: var(--fontFamilyBase);
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 40px;
    font-weight: bold;
}

h3 {
    font-size: 36px;
    font-weight: 600;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 26px;
}

h6 {
    font-size: 16px;
}

p {
    font-family: var(--fontFamilyBase);
    color: #212529;
    font-size: var(--text-size-sm);
    letter-spacing: 0px;
    line-height: 26px;
}

a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: var(--fontFamilyBase);
    text-decoration: none;
    color: #333 !important;
}

a:hover,
a:focus {
    text-decoration: none;
    color: var(--link-color) !important
}

img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.overflow {
    overflow: hidden;
}

.img-res img {
    width: auto;
    height: auto !important;
    max-width: 100% !important
}

.img-block {
    display: block;
    width: 100%;
    overflow: hidden
}

.img-block img {
    width: 100%
}

.img-block:hover img {
    transform: scale(1.04)
}

.relative {
    position: relative;
}

.fontSize {
    font-size: 0;
    line-height: initial
}

.default-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #ddd;
}

.default-pagination .swiper-pagination-bullet-active {
    background: var(--section-bg-color);
}

.nolist-style {
    padding: 0px;
    margin: 0px;
}

.nolist-style li {
    list-style: none;
}

#content {
    background: #fff;
}

[dir="rtl"] .pull-right {
    float: left;
}

[dir="rtl"] .pull-left {
    float: right;
}

/*=======================================================
      SECTION
========================================================*/
section {
    position: relative;
    background: #fff;
}

.home-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 680px;
}

.full-height {
    max-height: inherit;
    margin-top: 0px;
}

/*=======================================================
      BUTTON
========================================================*/
.btn,
.btn-primary {
    background-color: var(--btn-bg-color-base);
    border-color: var(--btn-bg-color-base);
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    padding: 15px 40px;
    font-weight: bold;
    border-radius: 0px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #ffffff !important;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: var(--fontFamilyBase);
    outline: none !important;
}

.btn:hover,
.btn-primary:hover {
    color: #fff !important;
    background: var(--btn-bg-hover-color-base);
    border-color: var(--btn-bg-hover-color-base);
}

.btn-inverse {
    color: #fff;
    background: #252839;
}

.btn-inverse:hover {
    background: #f2b632;
    color: #fff;
}

.btn-large {
    font-size: 25px;
    display: inline-block;
    border: 3px solid #fe6192;
    color: #fe6192;
    font-weight: bold;
    padding: 15px 50px;
    text-transform: uppercase;
}

.btn-large:hover {
    background: #fe6192;
    color: #fff;
}

.btn-small {
    font-size: 10px;
    padding: 8px 20px;
}

.btn-check:checked+.btn,
:not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
    background: var(--btn-bg-hover-color-base);
    border-color: var(--btn-bg-hover-color-base);
}

/*=======================================================
      HEADINGS
========================================================*/
.heading-block {
    margin-bottom: 46px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.heading-block h2 {
    font-weight: 600;
    font-size: 36px;
    margin: 0px;
    margin-top: 10px;
    color: #000;
}

.heading-block h4 {
    font-weight: 600;
    font-size: 26px;
}

.heading-block h4 {
    margin: 0px;
    padding: 0px;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
}

.heading-block h3 {
    font-weight: 500;
    margin: 0px;
    padding: 0px;
    position: relative;
    display: inline-block;
    font-size: 30px;
    text-transform: capitalize;
    padding-bottom: 5px;
}

.heading-block h3:after {
    bottom: -15px;
    height: 1px;
    left: 0px;
    width: 50px;
    background: #252839;
    content: "";
    right: 0px;
    margin: 0 auto;
    position: absolute;
}

.heading-block h3:before {
    position: absolute;
    bottom: -18px;
    height: 1px;
    left: 0px;
    right: 0px;
    width: 30px;
    margin: 0 auto;
    background: #252839;
    content: "";
}

.heading-block hr {
    width: 1px;
    content: "";
    height: 10px;
    background: #252839;
    border: none;
    margin: 20px auto;
    margin-bottom: 0px;
    position: relative;
    margin-top: 8px;
}

.heading-block.white hr {
    background: #fff;
}

.heading-block.white h3:before {
    background: #fff;
}

.heading-block.white h3:after {
    background: #fff;
}

.heading .v-hr {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.heading .v-hr:after {
    bottom: -5px;
    height: 1px;
    left: 0px;
    width: 50px;
    background: #252839;
    content: "";
    position: absolute;
}

.heading .v-hr:before {
    position: absolute;
    bottom: -8px;
    height: 1px;
    left: 0px;
    width: 30px;
    background: #252839;
    content: "";
}

.heading-block.white h4 {
    color: #fff;
}

.heading-block.white h3 {
    color: #fff;
}

.heading-block.white .huge-tittle {
    color: #fff;
}

.heading-block p {
    max-width: 610px;
    margin: 0 auto;
}

.heading-block.head-left {
    text-align: left;
}

.heading-block.head-left hr {
    margin-left: 0px;
}

.left-head h4 {
    display: block;
    text-align: left;
}

.left-head hr {
    margin: 25px 0;
}

.left-head p {
    margin: 0px;
    text-align: left;
    max-width: 410px;
}

.position-center-center {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width:1199px) {
    .heading-block h2 {
        font-size: 32px;
    }
}

@media (max-width:991px) {
    .heading-block h2 {
        font-size: 28px;
    }
}

@media (max-width:767px) {
    .heading-block h2 {
        font-size: 24px;
    }
}

/*=======================================================
      TOP BAR
========================================================*/
.top-bar {
    background: #ececec;
    height: 43px;
}

.top-bar p {
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 43px;
    margin: 0px;
}

.top-bar ul li {
    display: inline-block;
}

.top-bar .social-top a {
    line-height: 43px;
    color: #909090;
    font-size: 11px;
    margin: 0 5px;
}

.center-auto {
    margin: 0 auto;
    float: none;
}

/*inquiry*/
.msg-wrap .msg {
    display: none;
}

.msg-wrap .alert {
    position: relative;
    padding: 12px 20px;
    margin: 16px 0;
    border: 1px solid transparent;
}

.msg-wrap .alert .icon {
    margin: 0 10px;
    fill: currentColor;
    height: 1em;
    width: 1em;
    vertical-align: middle;
}

.inquiryok-page .inquiry-box {
    width: 100%;
}

.inquiryok-page .inquiry-title {
    font-size: 14px;
    padding: 5px;
    border-bottom: 1px solid #0f5132;
}

.inquiryok-page .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #d6e9c6;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.inquiryok-page .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.inquiryok-page .panel-success>.panel-heading {
    color: #fff;
    background-color: var(--main-bg-color);
    border-color: var(--main-bg-color);
}

.inquiryok-page .panel-body {
    padding: 15px;
}

.inquiryok-page .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

/*=======================================================
      HOME 
========================================================*/
.slider-simple {
    height: 680px;
    background: url(../images/slider-bg-1-1.jpg) center right no-repeat;
    background-size: cover;
    margin-top: 100px;
}

.slider-simple h4 {
    text-transform: uppercase;
    font-size: 26px;
    line-height: 40px;
}

.slider-simple .position-center-center {
    width: 100%;
}

.slider-simple .text-sec {
    max-width: 270px;
}

.man-img {
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
    width: 100%;
    z-index: 9;
    top: -500px;
}

.home-video:before {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.5);
}

.home-video .position-center-center {
    z-index: 6;
}

.white-text h4 {
    color: #fff;
}

.white-text p {
    color: #fff;
}

.portfolio-test {
    margin: 250px;
    text-align: center;
    margin-bottom: 100px;
}

.portfolio-test h1 {
    font-size: 40px;
    text-transform: uppercase;
    max-width: 880px;
    margin: 0 auto;
    line-height: 65px;
}

/*=======================================================
      SUB BANNE
========================================================*/
.breadcrumb_nav_wrap {
    background: #252839;
    position: relative;
    z-index: 1;
}

.breadcrumb_nav {
    padding: 13px 0;
    background-color: #ECECEC;
}

.breadcrumb_nav .breadcrumb {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb_nav .breadcrumb li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 10px;
}

.breadcrumb_nav .breadcrumb li a {
    text-transform: capitalize;
}

.breadcrumb_nav .breadcrumb li a:hover {
    color: var(--main-theme-color);
}

.breadcrumb_nav .breadcrumb li i {
    margin-right: 4px;
}

.breadcrumb_nav_wrap .breadcrumb-title {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    display: inline-block;
    text-transform: capitalize;
}

.breadcrumb_nav_title {
    color: var(--font-color-base);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 44px;
    display: none;
}

@media (max-width:1299px) {
    .breadcrumb_nav_title {
        font-size: 40px;
    }
}

@media (max-width:1199px) {
    .breadcrumb_nav_title {
        font-size: 35px;
    }
}

@media (max-width:991px) {
    .breadcrumb_nav_title {
        font-size: 30px;
    }
}

@media (max-width:767px) {
    .breadcrumb_nav_title {
        font-size: 18px;
    }
}

/*=======================================================
      Separator
========================================================*/
.intro-small {
    margin-bottom: 50px;
}

.intro-small p,
.intro-small .intro-small-desc {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    margin-bottom: 0px;
}

.intro-small.white p {
    color: #fff;
}

.about-ser .intro-small p {
    margin-bottom: 1rem;
}

.about-ser .intro-small p,
.about-ser .intro-small .intro-small-desc {
    text-align: left;
}

.about-ser .mission-title {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    position: relative;
}

.about-ser .mission-title:before {
    position: absolute;
    bottom: 0px;
    height: 1px;
    left: 0px;
    width: 50px;
    background: #6c6c6c;
    content: "";
}

.about-ser .mission-title:after {
    position: absolute;
    bottom: -3px;
    height: 1px;
    left: 0px;
    width: 30px;
    background: #6c6c6c;
    content: "";
}

.about-ser .mission-desc {
    color: #767575;
    font-size: var(--text-size-sm);
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 20px;
    padding-top: 4px;
}

.about-ser .mission-icon {
    margin-bottom: 15px;
}

.about-ser a.read-more {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding-bottom: 4px;
}

.about-ser .sub_title {
    font-weight: 500;
    font-size: 18px;
}

.about-ser a.read-more:after {
    position: absolute;
    bottom: 0px;
    height: 1px;
    left: 0px;
    width: 0%;
    background: #6c6c6c;
    content: "";
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.about-ser a.read-more:hover:after {
    width: 100%;
}

.counters {
    background: #f5f5f5;
}

.counters .counter-item {
    padding: 60px 20px;
    list-style: none;
    text-align: center;
    font-size: 0;
    border-right: 1px solid #fff;
}

.counters .counter-item:nth-last-child(1) {
    border-right: none !important;
}

.counters .counter-item .counter {
    font-size: 55px;
    font-weight: bold;
    color: #252839;
    font-family: 'Roboto', sans-serif;
}

.counters .counter-item .unit {
    color: #252839;
    font-size: 22px;
    position: relative;
    top: -24px;
    font-weight: bold;
}

.counters .counter-desc {
    font-size: 16px;
    font-family: "Century Gothic", sans-serif;
}

@media (max-width:1399px) {
    .counters .counter-item .counter {
        font-size: 50px;
    }

    .counters .counter-item .unit {
        top: -20px;
        font-size: 18px;
    }
}

@media (max-width:1299px) {
    .counters .counter-item .counter {
        font-size: 44px;
    }

    .counters .counter-item .unit {
        font-size: 18px;
        top: -20px;
    }
}

@media (max-width:1199px) {
    .counters .counter-item .counter {
        font-size: 36px;
    }

    .counters .counter-item {
        padding: 40px 20px;
    }

    .counters .counter-item .unit {
        font-size: 15px;
        top: -14px;
    }
}

@media (max-width:1199px) {
    .intro-small {
        margin-bottom: 40px;
    }
}

@media (max-width:991px) {
    .intro-small {
        margin-bottom: 30px;
    }

    .counters .counter-item1,
    .counters .counter-item2 {
        border-bottom: 1px solid #fff;
    }
}

@media (max-width:767px) {
    .intro-small p {
        font-size: 16px;
        line-height: 26px;
    }

    .about-ser .mission-item {
        margin-bottom: 20px;
    }

    .counters .counter-item {
        padding: 26px 20px;
    }

    .counters .counter-item .counter {
        font-size: 28px;
    }

    .counters .counter-item .unit {
        font-size: 16px;
        top: -10px;
    }

    .counters .counter-desc {
        font-size: 14px;
    }

    .about-ser .mission-title {
        font-size: 18px;
    }

    .about-ser .intro-small-desc {
        height: 184px;
        padding-right: 15px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .gfort-block-content::-webkit-scrollbar-button {
        display: none
    }

    .gfort-block-content::-webkit-scrollbar {
        width: 10px
    }

    .gfort-block-content::-webkit-scrollbar-track {
        border-radius: 20px;
        -webkit-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, .2);
        -moz-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, .2);
        box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, .2)
    }

    .gfort-block-content::-webkit-scrollbar-thumb {
        background: var(--section-bg-color);
        border-radius: 20px
    }
}

/*=======================================================
      SERVICES
========================================================*/
.services-me {
    background: #f5f5f5 url(../images/ser-me-bg.jpg) center center no-repeat;
    background-size: cover;
}

.services-me li {
    margin: 25px 0;
}

.services-me li i {
    width: 70px;
    display: inline-block;
    margin: 0px;
    font-size: 40px;
    margin-right: 10px;
    text-align: center;
}

.services-me li h6 {
    margin-top: 0px;
    margin-bottom: 25px;
}

/*=======================================================
			SERVICE INFOMATION
========================================================*/
.application-info .ser-inn {
    padding: 80px 55px 55px;
    background-color: #ddd;
    color: #fff;
    position: relative;
}

.application-info .ser-inn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.application-info .ser-inn .application-title {
    margin-bottom: 20px;
    margin-top: 0px;
    font-size: 20px;
    color: #fff;
    position: relative;
    z-index: 12;
}

.application-info .application-description {
    position: relative;
    z-index: 12;
}

.application-info .btn {
    margin-top: 20px;
    background-color: var(--btn-bg-color-base);
    color: #fff !important;
    position: relative;
    z-index: 12;
}

.application-info .btn:hover {
    color: #fff !important;
    background: var(--btn-bg-hover-color-base);
}

@media (max-width:1199px) {
    .application-info .ser-inn {
        padding: 50px 24px 50px;
    }
}

@media (max-width:991px) {
    .application-info .ser-inn {
        padding: 40px 15px 40px;
    }
}

@media (max-width:767px) {}

/*=======================================================
      SINGLE PROJECT
========================================================*/
.main-half-layout {
    background: url(../images/about-img-bg.jpg) center center no-repeat;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
}

.main-half-layout-container {
    position: relative;
    padding: 80px 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 40%;
    margin: 0 5%;
}

.main-half-layout-container.half_left_layout {
    float: right;
    margin-left: auto;
}

.main-page-section {
    position: relative;
    width: 100%;
    float: left;
    display: inline-block;
    margin-bottom: 0px;
    background-color: #f5f5f5;
}

.main-half-layout.half_right_layout {
    right: 0;
}

.main-half-layout-container.half_right_layout {
    float: left;
}

/*=======================================================
      PORTFOLIO
========================================================*/
.portfolio {
    background: #fafafa;
    padding: 90px 0;
}

.portfolio-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    z-index: 2;
    transition: all 400ms ease-out;
    overflow: hidden;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}

.portfolio-item .portfolio-image {
    position: relative;
    overflow: hidden;
}

.portfolio-item .portfolio-image img {
    width: 100%;
}

.portfolio-item:hover .portfolio-overlay,
.portfolio-item:active .portfolio-overlay,
.portfolio-item.active .portfolio-overlay,
.portfolio-item:focus .portfolio-overlay {
    opacity: 1;
}

.portfolio-item {
    margin-bottom: 30px;
}

.portfolio-item a.icon {
    font-size: 14px;
    color: #fff !important;
    display: block;
    margin-bottom: 10px;
}

.portfolio .ma-3b .portfolio-item img {
    width: 100%;
}

.portfolio .position-bottom {
    position: absolute;
    bottom: 0px;
    margin-bottom: 10%;
    width: 100%;
    text-align: center;
    display: block;
    left: 0px;
    z-index: 3;
    opacity: 0;
    padding-bottom: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.portfolio .position-bottom:before {
    position: absolute;
    left: 0px;
    right: 0px;
    height: 5px;
    width: 100px;
    bottom: 0px;
    margin: 0 auto;
    background: var(--section-bg-color);
    z-index: 11;
    content: "";
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.portfolio-item .portfolio-image:hover .position-bottom:after {
    height: 100%;
}

.portfolio-item .portfolio-image:hover .position-bottom:before {
    width: 100%;
}

.portfolio-item .portfolio-image:hover .position-bottom {
    opacity: 1;
    bottom: 0px;
    margin-bottom: 0px;
}

.portfolio .position-bottom .portfolio-name {
    color: #fff;
    display: block;
}


.portfolio-filter {
    text-align: center;
    margin-bottom: 50px;
}

.portfolio-filter li {
    display: inline-block;
    margin: 0 10px;
}

.portfolio-filter li a {
    position: relative;
    color: #999999;
    font-size: 20px;
    cursor: pointer;
    font-weight: 600;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.portfolio-filter li a:before {
    position: absolute;
    left: 0px;
    right: 0px;
    height: 1px;
    width: 0%;
    bottom: -8px;
    margin: 0 auto;
    content: "";
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #252839;
}

.portfolio-filter .active,
.portfolio-filter li a:hover {
    color: var(--link-hover-color) !important;
}

.portfolio-filter a.active:before,
.portfolio-filter a:hover:before {
    width: 80%;
    background: var(--btn-border-color-base);
}

/*=======================================================
      SINGLE PROJECT
========================================================*/
.single-progect .heading-block h6 {
    margin-bottom: 40px;
}

.single-progect .heading-block hr {
    margin: 0 auto;
    margin-bottom: 45px;
}

.single-progect .project-info {
    margin-top: 100px;
    margin-bottom: 100px;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #e5e9ea;
}

.single-progect .project-info li {
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 25%;
    border-right: 1px solid #e5e9ea;
}

.single-progect .project-info li:nth-last-child(1) {
    border: none;
}

.single-progect .project-info li p {
    font-weight: bold;
    text-transform: uppercase;
    color: #333333;
    letter-spacing: 1px;
}

.single-progect .project-info li span {
    color: #666666;
    letter-spacing: 1px;
    font-size: 13px;
}

.cbp-popup-singlePage .cbp-popup-content {
    width: 100%;
    max-width: 100%;
}

/*=======================================================
      PORTFOLIO DETAIL
========================================================*/
.portfolio-details {
    z-index: 1;
}

.portfolio-details .cir-tri-bg:before {
    background: #f7f7f7;
}

.portfolio-details .cir-tri-bg:before {
    top: -15px;
    z-index: -1;
    height: 100px;
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    background: #f7f7f7;
}

.portfolio-details {
    background: url(../images/bg/portfolio-detail-1.png) right 50px no-repeat;
    background-size: cover;
}

.portfolio-details .project-info h5 {
    margin-bottom: 20px;
}

.portfolio-details .project-info p {
    font-size: 12px;
    margin-bottom: 50px;
    line-height: 18px;
}

.portfolio-details .social-icons a {
    font-size: 18px;
    margin-right: 10px;
    color: #b2b1b8;
}

.portfolio-details .social-icons {
    margin-bottom: 80px;
}

.portfolio-details .project-img article {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.portfolio-details .project-img article a {
    font-size: 28px;
    color: #fff;
}

.portfolio-details .project-img .overlap {
    background-color: rgba(111, 67, 214, 0.9);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2;
    transition: all 400ms ease-out;
    overflow: hidden;
}

.portfolio-details .project-img article:hover .overlap {
    opacity: 1;
}

.project-info.full {
    text-align: center;
    margin-bottom: 50px;
}

.project-info.full li {
    width: 25%;
    margin-bottom: 30px;
    text-align: center;
    float: left;
}

/*=======================================================
      OUR TEAM
========================================================*/
.our-team {
    background: #f5f5f5;
}

.our-team .team-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.our-team .team-name-part {
    position: relative;
    text-align: center;
    background: #f5f5f5;
}

.our-team .team-name {
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
}

.hover-social {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}

.our-team .team-hover {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
}

.our-team .team-item:hover .team-hover {
    left: 0px;
    opacity: 1;
}

.our-team .team-item:hover img {
    transform: scale(1.1);
}

.our-team .team-hover p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
}

.our-team .team-hover a {
    color: #fff;
    font-size: 14px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 4px;
    margin: 0 3px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
}

.our-team .team-hover a:hover {
    background: #fff;
    color: #000;
}

.our-team .team-names {
    position: relative;
    margin-top: 50px;
}

.our-team .team-names h6 {
    font-weight: bold;
    font-size: 16px;
    margin-top: 30px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.our-team .team-names:before {
    content: "";
    height: 75px;
    width: 1px;
    position: absolute;
    top: -90px;
    background: #333333;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    z-index: 99;
}

.our-team .team-part .skills {
    margin-top: 50px;
}

.our-team .position-center-center {
    width: 100%;
    padding: 0 30px;
}

@media (max-width:767px) {
    .our-team .team-item {
        margin-bottom: 30px;
    }
}

/*=======================================================
      TEXM TESTI
========================================================*/
.team-testi {
    background-color: #ddd;
    position: relative;
    background-attachment: fixed;
}

.team-testi:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.team-testi .t-t-in h6 {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin-top: 20px;
}

.team-testi .t-t-in {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 12;
}

.team-testi .t-t-in h3 {
    color: #fff;
    line-height: 36px;
    font-size: 26px;
}

@media (max-width:991px) {
    .team-testi .t-t-in h3 {
        line-height: 32px;
        font-size: 22px;
    }
}

@media (max-width:767px) {
    .team-testi .t-t-in h3 {
        line-height: 26px;
        font-size: 20px;
    }
}

/*=======================================================
      OUR MAIN SERVICES
========================================================*/
.elementor-advantage-section {
    padding: 90px 0;
    background-color: #fafafa;
}

.elementor-advantage-section .heading-block {
    margin-bottom: 20px;
}

.elementor-advantage-section .intro-small {
    margin-bottom: 30px;
}

.elementor-advantage-section li {
    text-align: center;
    margin: 20px 0px;
    transition: 0.5s;
}

.elementor-advantage-section li:hover {
    transform: translateY(-10px);
}

.elementor-advantage-section .advantage-icon {
    height: 90px;
    width: 90px;
    line-height: 90px;
    color: var(--font-color-base);
    border-radius: 50%;
    display: inline-block;
    border: 1px solid var(--font-color-base);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
}

.elementor-advantage-section li:hover .advantage-icon {
    font-size: 44px;
    background: var(--font-color-base);
    color: #fff;
}

.elementor-advantage-section li:hover .advantage-icon .elementor-show {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.elementor-advantage-section li:hover .advantage-icon .elementor-hide {
    display: block;
    opacity: 1;
    visibility: visible;
}

.elementor-advantage-section .advantage-icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 50px;
}

.elementor-advantage-section .advantage-title {
    margin: 30px 0 15px;
    font-size: 18px;
    font-weight: bold;
}

.elementor-advantage-section .advantage-desc {
    line-height: 24px;
    font-size: 16px;
    color: #767575;
    font-weight: 500;
    margin-bottom: 10px;
}

@media (max-width:1299px) {
    .elementor-advantage-section {
        padding: 70px 0;
    }
}

@media (max-width:1199px) {
    .elementor-advantage-section {
        padding: 60px 0;
    }
}

@media (max-width:991px) {
    .elementor-advantage-section {
        padding: 50px 0;
    }
}

@media (max-width:767px) {
    .elementor-advantage-section {
        padding: 45px 0;
    }

    .elementor-advantage-section li {
        margin: 10px 0px;
    }

    .elementor-advantage-section .advantage-title {
        margin: 10px 0;
        font-size: 16px;
    }
}

/*=======================================================
      Services
========================================================*/
.services.web {
    background: url(../images/bg/services-bg-1.png) left 350px no-repeat;
}

.services.brand {
    background: #fafaf8 url(../images/bg/services-brand-bg.png) right 200px no-repeat;
}

.services.boxes {
    background: url(../images/bg/services-bg-2.png) right bottom no-repeat;
}

.services-list {
    padding-right: 50px;
}

.services-list li {
    margin-bottom: 50px;
}

.services-list li span {
    font-size: 18px;
    color: #232227;
    font-family: 'Playfair Display', serif;
}

.services-list li h5 {
    position: relative;
    font-size: 26px;
    margin-top: 10px;
}

.services-list li h5:before {
    content: "";
    position: absolute;
    left: -75px;
    top: 12px;
    height: 1px;
    width: 40px;
    background: #232227;
}

.services .icon-larger-img {
    display: inline-block;
    width: 500px;
    margin-top: 100px;
}

.services .media-body {
    overflow: inherit;
}

.services .services-grid .icon-larger-img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0px;
}

.services .services-grid h5 {
    margin-bottom: 20px;
    line-height: 35px;
}

.services p {
    color: #cccccc;
}

.services .services-grid ul {
    margin: 0px;
}

.services .services-grid ul li {
    float: left;
    width: 33.3333%;
    text-align: center;
    padding: 0 40px;
    margin-top: 30px;
}

.services .services-boxes article {
    border: 1px solid #cccccc;
    border-radius: 4px;
    text-align: center;
    padding: 30px 30px;
    padding-top: 50px;
    margin-bottom: 30px;
    min-height: 520px;
}

.services .services-boxes article h5 {
    margin-top: 50px;
    padding: 0 20px;
    line-height: 36px;
    margin-bottom: 30px;
}

/*=======================================================
      BLOG LIST STYLE
========================================================*/
.blog-list .list-tags a {
    display: inline-block;
    font-size: 25px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 15px;
    position: relative;
}

.blog-list .list-tags:before {
    content: "";
    position: absolute;
    left: -55px;
    top: 20px;
    height: 2px;
    width: 55px;
    background: #232227;
}

.blog-list li:nth-child(even) {
    background: #fafaf8;
}

.blog-list .go {
    font-size: 50px;
    color: #cccccc;
    position: absolute;
    right: 0px;
    top: 45%;
}

.blog-list li {
    padding: 140px 0;
}

.blog-list li p {
    max-width: 900px;
    color: #ccc;
}

.blog-list li .com-sec {
    margin-top: 30px;
}

.blog-list li .com-sec span {
    font-size: 18px;
    color: #ccc;
    display: inline-block;
    margin-right: 40px;
    letter-spacing: 1px;
}

.blog-list li .com-sec span i {
    color: #0be0b0;
    margin-right: 15px;
}

.blog-list .post-tittle {
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 3px;
    max-width: 700px;
    display: inline-block;
    line-height: 48px;
    margin-bottom: 20px;
}

.blog-list a:hover {
    color: #0be0b0
}

.blog-detail .testi-sim p {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    line-height: 37px;
}

.blog-detail blockquote {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    letter-spacing: 1px;
    border: none;
    margin: 100px 0;
    padding: 50px 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.blog-detail .testi-sim h6 {
    font-size: 12px;
}

.blog-detail .testi-sim {
    padding-top: 0px;
}

/*=======================================================
      WHAT WE DO
========================================================*/
.what-we {
    border-bottom: 1px solid #eee;
}

.what-we .imgres img {
    width: 100%;
}

.what-we .imgres {
    padding-right: 20px;
}

.what-we .imgres li {
    margin-bottom: 30px;
}

.what-we .we-ser li {
    margin-bottom: 50px;
}


/*=======================================================
      TESTI NORMAL
========================================================*/
.testi-sim i {
    position: absolute;
    top: 0px;
    line-height: 70px;
    left: 0px;
    font-size: 90px;
    color: #232227;
}

.testi-sim p {
    color: #232227;
}

.testi-sim span {
    font-size: 12px;
    color: #cccccc;
}

.testi-sim h6 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 0px;
}

.testi-sim {
    padding-top: 40px;
}

/*=======================================================
      SERVICES
========================================================*/
.services-main h5 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}

.services-main li {
    margin-bottom: 40px;
    padding-right: 80px;
}

.services-main i {
    font-size: 30px;
    color: #0be0b0;
    display: inline-block;
    margin-bottom: 20px;
}

.services-main p {
    font-size: 12px;
    line-height: 18px;
}

/*=======================================================
      BLOG
========================================================*/
.blog {
    background: #fff url(../images/bg/blog-bg.png) center center no-repeat;
}

.blog .position-center-center {
    width: 70%;
}

.post-content {
    padding-top: 30px;
}

.blog .big-post .post-tittle {
    font-size: 40px;
    font-weight: bold;
    text-transform: none;
    width: 100%;
    color: #232227;
    line-height: 50px;
    display: inline-block;
    margin-bottom: 30px;
}

.blog .post-normal .post-tittle {
    font-size: 25px;
}

.blog .post-normal p {
    font-size: 12px;
    line-height: 18px;
}

.blog .post-normal .post-tittle {
    font-size: 25px;
    font-weight: bold;
    text-transform: none;
    width: 100%;
    color: #232227;
    line-height: 32px;
    display: inline-block;
    margin-bottom: 10px;
}

.blog .post-tittle:hover {
    color: #fe6192;
}

.blog .post-normal .tag {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    color: #232227;
    font-size: 12px;
    margin: 20px 0;
    font-weight: bold;
    margin-bottom: 10px;
}

.blog .third-post {
    margin-top: 150px;
}

.blog .post-normal .btn-flat {
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 5px;
    border-bottom: 1px solid #fe6192;
}

.blog .post-normal .comm {
    font-size: 12px;
    display: inline-block;
    width: 100%;
    color: #b2b1b8;
}

.post-content hr {
    width: 90px;
    height: 8px;
    border: none;
    margin: 50px 0;
    display: inline-block;
    background: #333333;
    margin-bottom: 48px;
}

.post-content .date {
    margin-top: 50px;
}

.blog-post-home.style-2 {
    margin-top: 0px;
    position: relative;
}

.blog-post-home.style-2 .date {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 99;
    text-align: right;
}

.blog-post-home.style-2 .post-content hr {
    margin: 30px 0;
}

.blog-post-home.style-2 .post-content .post-info li i {
    margin-left: 0px;
    margin-right: 10px;
}

.blog-post-home.style-2 .post-content .post-info li {
    margin-right: 20px;
    margin-top: 40px;
}

.post-detail blockquote {
    font-size: 30px;
    border: none;
    border-top: 1px solid #e3e3e3;
    text-transform: uppercase;
    line-height: 42px;
    padding-top: 40px;
}

.list-type h6 {
    margin-bottom: 30px;
}

.list-type li {
    line-height: 58px;
    position: relative;
    padding-left: 30px;
}

.list-type li:before {
    content: "\e080";
    font-family: 'Simple-Line-Icons';
    position: absolute;
    left: 0px;
    font-size: 10px;
    font-size: 14px;
    color: #494949;
    top: 0px;
    line-height: 26px;
}

.post-tags {
    margin-top: 80px;
    display: inline-block;
    width: 100%;
}

.post-tags li {
    display: inline-block;
    margin-right: 20px;
}

.post-tags li a {
    border: 1px solid #666666;
    color: #666666;
    padding: 5px 15px;
}

.post-tags li a:hover {
    background: #666666;
    color: #fff;
}

.post-detail blockquote i {
    position: absolute;
    left: 0px;
    font-size: 20px;
}

.blog-post-home .date span {
    color: #999999;
}

.blog-post-home .date .huge {
    color: #333333;
    line-height: 80px;
    font-size: 92px;
    display: inline-block;
    width: 100%;
}

.admin-info {
    text-align: center;
    margin-bottom: 150px;
    max-width: 900px;
    margin: 100px auto;
    margin-bottom: 150px;
}

.admin-info .admin-avatar {
    height: 150px;
    width: 150px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    display: inline-block;
}

.admin-info h5 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.admin-info li:nth-child(1) {
    border-right: 1px solid #e0e0e0;
}

.admin-info li h6 {
    text-transform: uppercase;
}

.admin-info li p {
    margin: 0px;
}

.admin-info span {
    color: #443a8b;
}

.blog-post-home {
    margin-top: 200px;
}

.blog-list .post-content {
    padding-top: 0px;
}

.text-left .post-info li {
    margin-right: 20px;
}

.text-left .post-info li i {
    margin-left: 0px;
    margin-right: 5px;
}

.paging {
    display: inline-block;
    width: 100%;
    margin-top: 100px;
    text-align: center;
}

.paging li {
    display: inline-block;
    margin: 0 10px;
    line-height: 30px;
}

.paging li i {
    font-size: 12px;
}

.paging li a:hover {
    color: #443a8b;
}

.portfolio-details {
    z-index: 1;
}

.blog-list-page .cir-tri-bg:before {
    background: #f7f7f7;
}

.blog-list-page .cir-tri-bg:before {
    top: -15px;
    z-index: -1;
    height: 100px;
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    background: #f7f7f7;
}

.blog-list-page {
    background: url(../images/bg/portfolio-detail-1.png) right 50px no-repeat;
}

.blog-list-page .items li {
    width: 33.33333%;
    float: left;
}

.blog-list-page .items article {
    margin-bottom: 30px;
}

.blog-list-page .list-work article .tags {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    color: #232227;
    margin-top: 80px;
}

.blog-list-page .list-work article .date {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    width: 100%;
    top: 20px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #b2b1b8;
}

.blog-list-page .list-work article .tittle {
    font-size: 40px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    margin: 0px;
    margin-bottom: 40px;
}

.blog-list-page .list-work article .tittle:hover {
    color: #fe6192;
}

.blog-list-page .list-work article:hover img {
    opacity: 0.3;
}

/*=======================================================
      COMMENTS
========================================================*/
.comments li {
    margin-bottom: 40px;
    list-style: none;
}

.comments li .media-body {
    font-size: 12px;
    color: #0be0b0;
}

.comments li h6 {
    margin-top: 0px;
    font-size: 16px;
}

.comments .avatar {
    width: 70px;
    display: inline-block;
}

.comments li h6 span {
    font-size: 11px;
    color: #999999;
    float: right;
    text-transform: none;
    font-weight: normal;
}

.comments li h6 span a {
    font-size: 11px;
    color: #000;
    margin-left: 10px;
    display: inline-block;
    font-weight: bold;
    border-left: 1px solid #dddddd;
    padding-left: 10px;
}

.comments li h6 span a i {
    margin-right: 10px;
}

.add-comments li {
    list-style: none;
    margin-bottom: 20px;
}

.add-comments li label {
    display: inline-block;
    width: 100%;
    font-weight: normal;
}

.add-comments li input {
    display: inline-block;
    width: 100%;
    height: 50px;
    background: #f5f5f5;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    color: #232227;
    padding: 0px 20px;
    font-size: 12px;
    box-shadow: none !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.add-comments li textarea {
    display: inline-block;
    width: 100%;
    height: 150px;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    background: #f5f5f5;
    color: #232227;
    padding: 10px 20px;
    font-size: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.add-comments .form-control:focus {
    background: #ececec;
}

.article-nxt-pre span {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
}

.article-nxt-pre i {
    font-size: 40px;
    margin-top: 2px;
}

.article-nxt-pre a {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.article-nxt-pre {
    background: #f2b632;
    padding: 30px 0;
    padding-top: 40px;
    margin-top: 0px;
}

/*=======================================================
      ERROR PAGE
========================================================*/
.error-page h1 {
    font-size: 140px;
}

.error-page hr {
    margin: 30px auto;
}

.white-bg {
    background: #fff !important;
}

/*=======================================================
			APP IMAGES
========================================================*/
.app-images .item .hover-sec {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    color: #fff;
    opacity: 0;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.app-images .item:hover .hover-sec {
    opacity: 1;
}

.app-images .item .hover-sec a {
    color: #fff;
    font-size: 40px;
}

.app-images .owl-controls .owl-dots {
    bottom: -60px;
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    text-align: center;
}

.app-images .owl-controls .owl-dots div {
    display: inline-block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    margin: 0 0px;
    margin-right: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.app-images .owl-controls .owl-dots div.active {
    background: #000;
}

.app-images .owl-controls .owl-dots span {
    margin-bottom: 0px;
}

/*=======================================================
			NEWS HOME
========================================================*/
.news-post .date {
    display: block;
    margin-top: 20px;
    color: #999999;
    font-size: 14px;
    margin-bottom: 18px;
    padding: 0 10px;
    font-weight: 500;
    padding-left: 0px;
    margin-right: 10px;
}

.news-post .news-tittle {
    margin-bottom: 18px;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    max-height: 52px;
    overflow: hidden;
    display: -webkit-box !important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-post .blog-desc {
    font-size: 16px;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
    display: -webkit-box !important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news-post .red-more {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    display: inline-block;
    position: relative;
}

.news-post .red-more:after {
    position: absolute;
    bottom: -5px;
    height: 1px;
    left: 0px;
    width: 0%;
    background: #6c6c6c;
    content: "";
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.news-post .red-more:hover:after {
    width: 100%;
}

.news-post .blog-item {
    margin-bottom: 30px;
}

.pagination {
    text-align: center;
    width: 100%;
}

.pagination ul {
    border-radius: 0px;
    margin-top: 30px;
}

.pagination li {
    border-radius: 0px;
    display: inline-block;
}

.pagination li a {
    float: none;
    padding: 0px;
    margin: 0px;
    border-radius: 0px !important;
    height: 30px;
    width: 30px;
    display: inline-block;
    background: #eeeeee;
    border: none;
    line-height: 30px;
    color: #000000;
}

.pagination li a:hover {
    background: var(--link-hover-color);
    color: #fff !important;
}

.pagination li a.active {
    background: var(--section-bg-color);
    color: #fff !important;
}

/*
.list-post article {
	padding: 70px;
	background: url(../images/news-list-bg.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.list-post article:before {
	background: #f5f5f5;
	position: absolute;
	top: 0px;
	left: auto;
	right: 0px;
	height: 100%;
	width: 100%;
	z-index: -1;
	content: "";
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.list-post article:hover:before {
	width: 0%;
}
.list-post span {
	display: inline-block;
	color: #999999;
	font-size: 11px;
	margin-bottom: 18px;
	padding: 0 10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.list-post article p {
	margin: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.list-post span:nth-child(1) {
	border-right: 1px solid rgba(0,0,0,0.2);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.list-post .news-tittle {
	display: inline-block;
	width: 100%;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 16px;
	margin-top: 0px;
}
.list-post .col-md-3 {
	border-right: 1px solid rgba(0,0,0,0.1);
}
.list-post .col-md-9 {
	padding-left: 70px;
}
.list-post article:hover p {
	color: #fff;
}
.list-post article:hover span {
	color: #fff;
}
.list-post article:hover .news-tittle {
	color: #fff;
}
.list-post {
}
.list-post article:hover .col-md-3 {
	border-right: 1px solid rgba(255,255,255,0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
*/
.blog-single-post .post-info li {
    display: inline-block;
    margin-right: 20px;
    font-size: 15px;
    margin-bottom: 26px;
}

.blog-single-post .post-info li i {
    margin-right: 10px;
    color: #000;
}

.blog-single-post .digood-blog-title {
    margin-bottom: 22px;
    margin-top: 16px;
    font-size: 26px;
}

@media (max-width:991px) {
    .blog-single-post .digood-blog-title {
        font-size: 24px;
    }
}

@media (max-width:767px) {
    .blog-single-post .digood-blog-title {
        font-size: 20px;
        margin-bottom: 16px;
    }
}

/*=======================================================
			CIENTS BG
========================================================*/
.our-partherns {
    padding-bottom: 50px;
}

.our-partherns .swiper-slide {
    width: 20%;
    float: left;
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px;
}

.our-partherns .partherns-content {
    padding-bottom: 50px;
}

@media (max-width:991px) {
    .our-partherns {
        padding-bottom: 40px;
    }
}

@media (max-width:767px) {
    .our-partherns {
        padding-bottom: 30px;
    }
}

/*=======================================================
			CONTACT FORM
========================================================*/
#contact_form li {
    margin-bottom: 20px;
    padding: 0px;
}

#contact_form li input {
    display: inline-block;
    width: 100%;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid;
    border-color: transparent;
    padding: 0px 20px;
    background: rgba(0, 0, 0, 0.02);
    border: none;
    box-shadow: none;
    border-radius: 4px;
    color: #000;
    text-transform: none;
    font-size: 16px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#contact_form li .checkcode input {
    width: auto;
}

#contact_form li .form-control {
    border: none;
    box-shadow: none;
    border-radius: 0px;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#contact_form li textarea {
    height: 160px !important;
    text-transform: none;
    background: rgba(0, 0, 0, 0.02);
    padding: 15px 20px !important;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    font-size: 16px;
    resize: none;
}

#contact_form li .btn_submit {
    background-color: var(--btn-bg-color-base);
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#contact_form li .btn_submit:hover {
    color: #fff;
    background: var(--btn-bg-hover-color-base);
}

#contact_form li .form-control:focus {
    background: #ececec;
}

/*=======================================================
			LETS TALK
========================================================*/
.lets-talk {}

.info-contact p {
    font-size: 12px;
}

.info-contact span {
    display: inline-block;
    width: 100px;
    color: #000000;
    font-weight: bold;
    font-family: var(--fontFamilyBase);
    text-transform: uppercase;
}

.project-detail .client-info li {
    margin-bottom: 10px;
    text-align: center;
}

.project-detail .client-info li span {
    width: 30%;
    color: #000;
    font-weight: 700;
    float: left;
}

.left-align .heading-block {
    text-align: left;
}

.left-align .heading-block h3:before {
    left: 0px;
    right: auto;
}

.left-align .heading-block h3:after {
    left: 0px;
    right: auto;
}

.left-align .intro-small p {
    text-align: left;
}

.left-align .intro-small p {
    text-align: left;
}

.left-align .project-detail .client-info li {
    text-align: left;
}

/*=======================================================
			Newsletter
========================================================*/
.newsletter {
    position: relative;
}

.newsletter form {
    margin-top: 60px;
    position: relative;
}

.newsletter label {
    font-weight: normal;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    margin: 0px;
    line-height: 26px;
    position: relative;
    background: #000;
}

.newsletter button {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 50px;
    font-weight: 800;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.newsletter .icon-btn {
    margin-right: 20px;
    display: inline-block;
}

.newsletter input {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding: 0px;
    border-color: transparent;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    background: #fff;
    color: #000;
    font-size: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin: 0 auto;
}

.newsletter .form-control {
    border: none;
    border-radius: 0px;
    color: #000;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 0px 20px;
    font-size: 12px;
    background: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.newsletter span {
    font-size: 12px;
    color: #999999;
}

.map-wrapper {
    height: 450px;
    margin-bottom: 0px;
}

/*=======================================================
			GO TO TOP
========================================================*/
.cd-top {
    display: inline-block;
    height: 40px;
    z-index: 9;
    width: 40px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #fff !important;
    font-size: 26px;
    text-align: center;
    background: #000000;
    line-height: 34px;
    border: 2px solid #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: .5;
}

.no-touch .cd-top:hover {
    background-color: #000;
    opacity: 1;
    color: #fff !important;
}

#wrap.boxed-layout {
    max-width: 1280px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

#wrap.boxed-layout .is-sticky .sticky {
    left: 0px;
}

.bg1-body {
    background: url(../images/bg/boxed-bg.jpg) fixed top center no-repeat;
    background-size: cover;
}

#wrap.boxed-layout .contact.style-2 .contact-right {
    padding-right: 20px;
}

#wrap.boxed-layout .more-feature ul li {
    width: 33.3333%;
}

#wrap.boxed-layout .more-feature ul li:nth-last-child(1) {
    width: 50%;
}

#wrap.boxed-layout .more-feature ul li:nth-last-child(2) {
    width: 50%;
}

#wrap.boxed-layout .more-feature ul li h6 {
    width: 100%;
}

#wrap.boxed-layout .content-we-are {
    padding-right: 20px;
    padding-left: 20px;
}

#wrap.boxed-layout .sticky-wrapper .sticky {
    max-width: 1280px;
    width: auto;
    margin: 0 auto;
    left: 0px;
    right: 0px;
}

#wrap.boxed-layout header .sticky {
    padding-left: 20px;
    padding-right: 20px;
}

/*=======================================================
			GO TO TOP
========================================================*/
.dark-version .footer {
    background: #252525;
}

.dark-version .portfolio-in:before {
    background: #252525;
}

.dark-version section {
    background: #202020;
}

.dark-version h1 {
    color: #b3b3b3;
}

.dark-version h2 {
    color: #b3b3b3;
}

.dark-version h3 {
    color: #b3b3b3;
}

.dark-version h4 {
    color: #b3b3b3;
}

.dark-version h5 {
    color: #b3b3b3;
}

.dark-version h6 {
    color: #b3b3b3;
}

.dark-version .post-tittle {
    color: #b3b3b3;
}

.dark-version .blog-post-home .date .huge {
    color: #b3b3b3;
}

.dark-version p {
    color: #959595;
}

.dark-version .heading-block hr {
    background: #b3b3b3;
}

.dark-version .post-content hr {
    background: #b3b3b3;
}

.dark-version .more-feature ul li:hover {
    background: #000;
}

.dark-version .more-feature ul li article {
    border-color: #000;
}

.dark-version .light-gray-bg {
    background: #252525;
}

.dark-version .blog:before {
    background: #252525;
}

.dark-version {
    color: #959595;
}

.dark-version .sub-bnr h3 {
    color: #fff;
}

.dark-version .sub-bnr p {
    color: #fff;
}

.dark-version hr {
    border-color: #4d4d4d;
}

.dark-version .paging li a {
    color: #959595;
}

.dark-version .filter-style-1 .cbp-filter-item:hover:before {
    color: #202020;
}

.dark-version .filter-style-1 .cbp-filter-item.cbp-filter-item-active:before {
    color: #202020;
}

.dark-version .filter-style-1 {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.dark-version .filter-style-1 .cbp-filter-item {
    border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.dark-version .filter-style-1 .cbp-filter-item:hover:before {
    text-shadow: 0 1px 0px rgba(255, 255, 255, 0.1) !important;
}

/*.dark-version .cbp-l-filters-buttonCenter .cbp-filter-item {
	background: #202020;
}*/
.dark-version .filter-style-1 .cbp-filter-item.cbp-filter-item-active:before {
    text-shadow: 0 1px 0px rgba(255, 255, 255, 0.1) !important;
}

.dark-version .filter-style-2 .cbp-filter-item {
    background: #333333;
}

.dark-version .filter-style-2 .cbp-filter-item {
    border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.dark-version .filter-style-2 .cbp-filter-item.cbp-filter-item-active {
    background: #f6772d;
    color: #fff;
}

.dark-version .filter-style-2 .cbp-filter-item:hover {
    background: #f6772d;
    color: #fff;
}

.dark-version .portfolio .port-item {
    background: none;
}

.dark-version .filter-style-4 .cbp-filter-item.cbp-filter-item-active {
    color: #fff;
}

.dark-version .portfolio .cbp-item .port-detail h6 a {
    color: #b3b3b3 !important;
}

.dark-version .portfolio .cbp-item .port-detail h6 a:hover {
    color: #443a8b !important;
}

.dark-version .filter-style-4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.dark-version .cbp-l-filters-buttonCenter .cbp-filter-item:hover {
    color: #fff;
}

.dark-version .portfolio-details .project-info li p {
    color: #b3b3b3;
}

.dark-version .filter-style-5 {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.dark-version .filter-style-5 .cbp-filter-item {
    background: rgba(255, 255, 255, 0.02);
}

.dark-version .filter-style-5 .cbp-filter-item:hover {
    background: #443a8b;
    color: #fff;
}

.dark-version .filter-style-5 .cbp-filter-item.cbp-filter-item-active {
    background: #443a8b;
    color: #fff;
}

.dark-version .filter-style-4 .cbp-filter-item {
    background: none !important;
}

.dark-version .who-we-are {
    background: url(../images/bg/bg-who-we-dark.jpg) fixed no-repeat;
}

.dark-version section.port-item-up {
    background: none;
}

.dark-version .portfolio .portfolio-in .port-item {
    background: rgba(255, 255, 255, 0.05);
}

/*Toggle Nav Menu*/
.menu-shows,
.menu-shows:hover,
.menu-shows.active,
.menu-shows-inner,
.menu-shows-inner::before,
.menu-shows-inner::after,
.menu,
.menu.active {
    -webkit-transition: 400ms all linear;
    -ms-transition: 400ms all linear;
    -moz-transition: 400ms all linear;
    transition: 400ms all linear;
    z-index: 999;
}

.menu-shows {
    cursor: pointer;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    width: 120px;
    display: inline-block;
    padding-left: 50px;
}

.menu-shows span {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: var(--fontFamilyBase);
    line-height: 50px;
    font-size: 14px;
}

.filter-menu .portfolio-filter {
    padding: 15px 50px;
    padding-right: 150px;
    background: #000;
    height: 50px;
    margin-bottom: 0px;
}

.filter-menu li a {
    color: #fff;
    border-bottom: 1px solid #000;
}

.filter-menu li a.active {
    border-bottom: 1px solid #fff;
    color: #fff;
}

.filter-menu li a:hover {
    border-bottom: 1px solid #fff;
    color: #fff;
}

.menu-shows-inner {
    background: #fff;
    margin-left: 23px;
    margin-top: 23px;
    background: #fff;
    content: '';
    display: block;
    height: 2px;
    width: 15px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 0px;
}

#navigation.affix .menu-shows-inner {
    background: #000;
}

.menu-shows-inner::before,
.menu-shows-inner::after {
    background: #fff;
    content: '';
    display: block;
    height: 2px;
    width: 15px;
}

#navigation.affix .menu-shows-inner::before,
#navigation.affix .menu-shows-inner::after {
    background: #000;
}

.menu {
    display: none;
}

.menu.active {
    display: block;
}

.menu-shows-inner::before {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}

.menu-shows-inner::after {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}

.menu-shows-inner.active,
#navigation.affix .menu-shows-inner.active {
    background: transparent;
}

.menu-shows-inner.active::before {
    -webkit-transform: translateY(0rem) rotate(-45deg);
    -ms-transform: translateY(0rem) rotate(-45deg);
    transform: translateY(0rem) rotate(-45deg);
}

.menu-shows-inner.active::after {
    -webkit-transform: translateY(-2px) translateX(0rem) rotate(45deg);
    -ms-transform: translateY(-2px) translateX(0rem) rotate(45deg);
    transform: translateY(-2px) translateX(0rem) rotate(45deg);
}

/*=======================================================
      POERFOLIO COL
========================================================*/
.col-4 .portfolio-item {
    width: 25%;
    position: relative;
    float: left;
}

.col-3 .portfolio-item {
    width: 33.3333%;
    position: relative;
}

.col-2 .portfolio-item {
    width: 50%;
    position: relative;
}

.with-space {
    margin: 0 -15px;
}

.no-space .portfolio-item {
    padding: 0px;
    margin-bottom: 0px;
}

.no-space .portfolio-item article {
    margin-bottom: 0px;
}

.width-100 {
    width: 100% !important;
    float: left;
}

.width-90 {
    width: 90% !important;
    float: left;
}

.width-80 {
    width: 80% !important;
    float: left;
}

.width-70 {
    width: 70% !important;
    float: left;
}

.width-33 {
    width: 33.33333% !important;
    float: left;
}

.width-66 {
    width: 66.555% !important;
    float: left;
}

.width-60 {
    width: 60% !important;
    float: left;
}

.width-50 {
    width: 50% !important;
    float: left;
}

.width-40 {
    width: 40% !important;
    float: left;
}

.width-30 {
    width: 30% !important;
    float: left;
}

.width-20 {
    width: 20% !important;
    float: left;
}

.width-10 {
    width: 10% !important;
    float: left;
}

.width-100 {
    width: 100% !important;
}

.cbp-popup-singlePage .cbp-popup-close {
    background: none;
}

.cbp-popup-singlePage .cbp-popup-close:before {
    content: '\e082';
    font-family: 'Simple-Line-Icons';
    color: #333333;
    line-height: 45px;
    font-size: 20px;
}

.cbp-popup-singlePage .cbp-popup-prev {
    background: none;
}

.cbp-popup-singlePage .cbp-popup-prev:before {
    content: '\e07a';
    font-family: 'Simple-Line-Icons';
    color: #333333;
    line-height: 45px;
    font-size: 20px;
}

.cbp-popup-singlePage .cbp-popup-next {
    background: none;
}

.cbp-popup-singlePage .cbp-popup-next:before {
    content: '\e079';
    font-family: 'Simple-Line-Icons';
    color: #333333;
    line-height: 45px;
    font-size: 20px;
}

.cbp-popup-singlePage .cbp-popup-navigation {
    position: relative;
    width: auto;
    height: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.cbp-popup-singlePage .cbp-popup-next {
    left: auto;
    right: 0px;
}

.cbp-popup-singlePage .cbp-popup-prev {
    left: 0px;
    right: auto;
}

.cbp-popup-singlePage-counter {
    left: 0px;
    right: 0px;
    top: 60px;
    color: #333333;
    opacity: 0.3;
}

.port-intro {
    background: #f5f5f5;
    padding: 60px 0;
}

.port-intro h6 {
    display: inline-block;
    margin-top: 15px;
    font-size: 26px;
    font-weight: 500;
}

.port-intro .text-right {
    float: right;
}

/*=======================================================
      HOME PAGES STYLE (FREELANCER HOME PAGE)
========================================================*/
.slider-simple {
    background: #f3f3f3 url(../images/slider-bg-1-1.jpg) center center no-repeat;
    background-size: cover;
    height: 780px;
    margin-top: 0px;
}

.slider-simple .text-sec {
    max-width: 100%;
    text-align: center;
}

.slider-simple .text-sec h2 span {
    text-transform: uppercase;
    font-size: 100px;
    line-height: 100px;
    display: inline-block;
    width: 100%;
    font-weight: 900;
    letter-spacing: -5px;
    color: #252839;
}

.slider-simple .text-sec p {
    font-size: 22px;
    color: #000;
}

.slider-simple h2 {
    font-size: 70px;
    letter-spacing: -4px;
    margin-top: 0px;
}

.slider-simple h4 {
    color: #fff;
}

.slider-simple .btn {
    margin-top: 30px;
}

.home-lance .about-ser {
    background: #f5f5f5;
}

.home-lance .team-testi {
    background: url(../images/team-text-bg-free.jpg) no-repeat;
    background-size: cover;
}

.home-lance .portfolio {
    background: #fff;
}

.free-slide {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.free-slide .slides li {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.free-slide .slides {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.lance-footer {
    background: #191919;
    padding: 100px 0;
}

.lance-footer .rights {
    background: none;
    padding: 0px;
}

.lance-footer #contact_form li {
    list-style: none;
}

.lance-footer #contact_form li .form-control {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.lance-footer .mail-to {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 50px;
    display: inline-block;
    width: 100%;
}

.lance-footer .social-icons {
    margin-bottom: 50px;
}

.lance-footer h3 {
    margin: 0px;
    color: #f2b632;
}

.lance-footer .social-icons {
    margin-top: 30px;
}

.lance-footer .social-icons a {
    margin-right: 10px;
    font-size: 20px;
    color: #f2b632;
    opacity: 0.5;
    display: inline-block;
    margin-bottom: 10px;
    margin: 0 10px;
}

.lance-footer .social-icons a:hover {
    color: #fff;
    opacity: 1;
}

/*=======================================================
      HOME PORTFOLIO
========================================================*/
.port-home header.full-head {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.port-home .slider-simple .text-sec p {
    font-size: 16px;
    line-height: 26px;
}

.port-home .slider-simple .text-sec h2 span {
    color: #f2b632;
}

.port-home .slider-simple .text-sec .btn {
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

.port-home .slider-simple .position-center-center {
    width: 100%;
}

.port-home .portfolio {
    background: #fff;
}

.port-home .portfolio .cbp-l-filters-buttonCenter {
    margin-top: 15px;
}

/*=======================================================
      MOBILE APPLICATION
========================================================*/
.mobile-app .slider-simple {
    background: url(../images/mobile-app-bg.jpg) center center no-repeat;
    background-size: cover;
    margin-top: 0px;
}

.mobile-app .slider-simple .text-sec {
    max-width: 660px;
    margin: 0 auto;
}

.mobile-appe .slider-simple .text-sec h4 {
    margin: 0px;
    color: #fff;
}

.mobile-app .slider-simple .text-sec hr {
    margin: 30px auto;
}

.mobile-app .slider-simple .text-sec p {
    font-size: 16px;
    line-height: 26px;
}

.mobile-app .slider-simple .text-sec span {
    color: #000;
}

.mobile-app .slider-simple .text-sec .btn {
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
    background: #000;
    color: #fff;
}

.mobile-app .slider-simple .text-sec .btn:hover {
    background: #eeeeee;
    color: #000;
}

.mobile-app .slider-simple .position-center-center {
    width: 100%;
}

.mobile-app header {
    background: none !important;
}

.mobile-app .testimonial {
    padding: 200px 0;
    background: url(../images/testi-bg-app.jpg) no-repeat;
    background-size: cover;
}

header.menu-left .nav {
    margin-left: 30px;
}

/*=======================================================
      MOBILE WATCH APPLICATION
========================================================*/
.watch-app .slider-simple {
    background: url(../images/watch-app-bg.jpg) center center no-repeat;
    background-size: cover;
    margin-top: 100px;
}

.watch-app .slider-simple .text-sec {
    max-width: 660px;
    margin: 0 auto;
}

.watch-appe .slider-simple .text-sec h4 {
    margin: 0px;
    color: #fff;
}

.watch-app .slider-simple .text-sec hr {
    margin: 30px auto;
}

.watch-app .slider-simple .text-sec p {
    font-size: 16px;
    line-height: 26px;
}

.watch-app .slider-simple .text-sec span {
    color: #000;
}

.watch-app .slider-simple .text-sec .btn {
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
    background: #000;
    color: #fff;
}

.watch-app .slider-simple .text-sec .btn:hover {
    background: #eeeeee;
    color: #000;
}

.watch-app .slider-simple .position-center-center {
    width: 100%;
}

.watch-app header {
    position: absolute;
    background: #fff !important;
}

.watch-app .testimonial {
    padding: 200px 0;
    background: url(../images/testi-bg-app.jpg) no-repeat;
    background-size: cover;
}

.watch-bg {
    background: url(../images/watch-app-down.jpg) center center no-repeat;
    background-size: cover;
}

.news-sec .form-control {
    background: #f5f5f5;
    box-shadow: none;
}

/*=======================================================
      ABOUT ME
========================================================*/
.about-me .sub-bnr {
    background: url(../images/slider-bg-2-1.jpg) center center no-repeat;
    margin-top: 0px;
    min-height: 500px;
}

.about-me {}

.about-me .sub-bnr .position-center-center {
    margin-top: 50px;
}

.about-me .sub-bnr h4 {
    color: #fff;
}

.about-me .sub-bnr h4 {
    color: #fff;
}

.about-me .breadcrumb li {
    color: #fff;
}

.about-me .breadcrumb li a {
    color: #fff;
}

.signa {
    background: #252839;
}

.signa .text-sec h4 {
    color: #fff;
}

.signa .text-sec p {
    color: rgba(255, 255, 255, 0.5);
}

.signa .text-sec {
    max-width: 660px;
    margin: 0 auto;
}

.signa .text-sec h4 {
    margin: 0px;
}

.signa .text-sec hr {
    margin: 20px auto;
    width: 40px;
    border: none;
    height: 1px;
    background: #f2b632;
}

.signa .text-sec p {
    font-size: 16px;
    line-height: 26px;
}

.signa .text-sec span {
    color: #fff;
}

.signa .text-sec .btn {
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

/*=======================================================
      Studio Location
========================================================*/
.studio-loc li {
    padding: 0;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
    list-style: none;
    padding-left: 40px;
    line-height: 24px;
    position: relative;
}

[dir="rtl"] .studio-loc li {
    padding-left: 0px;
    padding-right: 40px;
}

.studio-loc li i {
    position: absolute;
    left: 0px;
    font-size: 26px;
}

[dir="rtl"] .studio-loc li i {
    left: auto;
    right: 0px;
}

.contact-social.with-col .studio-loc li i {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    font-size: 50px;
}

.contact-social.with-col .studio-loc li {
    float: left;
    text-align: center;
    padding: 0px 50px;
    width: 33.33333%;
}

.contact-social .social-links {
    margin-top: 20px;
    margin-bottom: 40px;
}

.contact-social .social-links li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    margin-right: 0px;
}

[dir="rtl"] .contact-social .social-links li {
    float: right;
}

.contact-social .social-links a {
    border-radius: 4px;
    border: 1px solid #252839;
    display: block;
    height: 38px;
    width: 38px;
    text-align: center;
    margin-right: 5px;
    line-height: 36px;
    transition: 0.5s;
}

.contact-social .social-links a:hover {
    background: var(--btn-bg-color-base);
    border: 1px solid var(--btn-bg-color-base);
    color: #fff !important;
}

.contat-widget .block-instagram-widget {
    margin: 0 -5px;
}

.contact-social .heading-block {
    text-align: left;
}

[dir="rtl"] .contact-social .heading-block {
    text-align: right;
}

.contact-social .heading-block.heading-social-block {
    margin-bottom: 30px;
}

.contact-social .heading-block h3:before {
    right: auto;
}

.contact-social .heading-block h3:after {
    right: auto;
}

[dir="rtl"] .contact-social .heading-block h3:before {
    right: 0;
    left: auto;
}

[dir="rtl"] .contact-social .heading-block h3:after {
    right: 0;
    left: auto;
}

.left-align.heading-block {
    text-align: left;
}

[dir="rtl"] .left-align.heading-block {
    text-align: right;
}

.left-align.heading-block h3:before {
    right: auto;
}

[dir="rtl"] .left-align.heading-block h3:after {
    right: 0;
    left: auto;
}

[dir="rtl"] .left-align.heading-block h3:before {
    right: 0;
    left: auto;
}

.left-align.heading-block h3:after {
    right: auto;
}

@media (max-width:991px) {
    .heading-block {
        margin-bottom: 36px;
    }

    .heading-block h3 {
        font-size: 24px;
    }

    .heading-block h3:after {
        bottom: -8px;
    }

    .heading-block h3:before {
        bottom: -12px;
    }

    .contact-social .social-links {
        margin-top: 10px;
    }
}

@media (max-width:767px) {
    .heading-block {
        margin-bottom: 26px;
    }

    .heading-block h3 {
        font-size: 20px;
    }

    .about-ser .sub_title {
        font-size: 16px;
    }

    .contact-social .social-links {
        margin-top: 5px;
    }
}

/*=======================================================
      product
========================================================*/
.digood-product-list .product-image {
    margin-bottom: 12px;
    border: 1px solid #ddd;
}

.digood-product-list .product-title {
    color: #333;
    font-size: 18px;
    line-height: 24px;
    max-height: 48px;
    margin-bottom: 30px;
    overflow: hidden;
    display: -webkit-box !important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.recommend-product-ibox .swiper-slide {
    width: 25%;
    float: left;
}

.recommend-product-ibox .product-title {
    color: #000;
    font-size: 18px;
    line-height: 26px;
    max-height: 52px;
    margin-top: 15px;
    overflow: hidden;
    display: -webkit-box !important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.search input {
    display: block;
    width: 100%;
    border: none;
    height: 50px;
    padding: 0 15px;
    font-size: 16px;
    background: #f5f5f5;
}

.search button {
    color: #202020;
    float: right;
    position: relative;
    font-size: 14px;
    margin-right: 10px;
    background: none;
    border: none;
    background-color: #f5f5f5;
    padding: 10px 15px;
}

@media (max-width:767px) {
    .digood-product-list .product-title {
        margin-bottom: 20px;
    }
}

/*=======================================================
      SIDE BAR
========================================================*/
.side-bar .heading {
    margin-bottom: 40px;
    margin-top: 50px;
}

.side-bar .heading hr {
    margin: 10px 0;
}

.side-bar .heading h6,
.side-bar .heading .widget-title {
    color: #000;
    margin: 0px;
    font-weight: 700;
    padding-bottom: 3px;
    position: relative;
}

.side-bar .heading hr {
    display: none;
}

.side-bar .heading h6:before,
.side-bar .heading .widget-title:before {
    position: absolute;
    bottom: -14px;
    height: 1px;
    left: 0px;
    width: 30px;
    margin: 0 auto;
    background: #252839;
    content: "";
}

.side-bar .heading h6:after,
.side-bar .heading .widget-title:after {
    bottom: -11px;
    height: 1px;
    left: 0px;
    width: 50px;
    background: #252839;
    content: "";
    margin: 0 auto;
    position: absolute;
}

[dir="rtl"] .side-bar .heading h6:after,
[dir="rtl"] .side-bar .heading .widget-title:after {
    left: auto;
    right: 0px;
}

[digood-id="sidebar_related_item_1_oyh"] .dg-media {
    margin-bottom: 20px;
}

[digood-id="sidebar_related_item_1_oyh"] .dg-media-left {
    width: 90px;
    margin-right: 20px;
    overflow: hidden;
    border: 1px solid #ddd;
}

[dir="rtl"] [digood-id="sidebar_related_item_1_oyh"] .dg-media-left {
    margin-right: 0px;
    margin-left: 20px;
}

[digood-id="sidebar_related_item_1_oyh"] .dg-media-right {
    flex: 1;
}

[digood-id="sidebar_related_item_1_oyh"] .dg-media-right a {
    overflow: hidden;
    display: -webkit-box !important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 18px;
    color: #333;
    line-height: 24px;
    height: 72px;
}

@media (max-width:767px) {
    .side-bar .heading {
        margin-bottom: 35px;
        margin-top: 30px;
    }

    .side-bar .heading h6,
    .side-bar .heading .widget-title {
        font-size: 22px;
    }

    .showing-info {
        margin-bottom: 20px;
        margin-top: 30px;
    }
}



/*=======================================================
      ITEM INFORMATION
========================================================*/
.item-detail-page .product-title {
    margin: 20px 0;
}

.item-detail-page .con_btn_box a {
    display: inline-block;
    padding: 15px 40px;
    margin-top: 20px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    background: linear-gradient(135deg, #09C49A 0%, #3EE98D 100%);
    border-radius: 5px;
}

.item-detail-page .price {
    display: block;
    width: 100%;
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
}

.item-detail-page .code {
    display: inline-block;
    width: 100%;
    color: #b8b8b8;
    font-size: 10px;
    margin-bottom: 15px;
}

.item-detail-page .some-info {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.item-detail-page .in-stoke {
    border: 1px solid #ebebeb;
    display: inline-block;
    padding: 10px 20px;
    font-size: 11px;
}

.item-detail-page .in-stoke i {
    color: #78ae51;
    margin-right: 5px;
    font-size: 14px;
}

.item-detail-page .stars {
    display: inline-block;
    width: auto;
    margin: 0 20px;
}

.item-detail-page .review {
    color: #b8b8b8;
}

.item-detail-page .item-select p {
    font-size: 12px;
    color: #272727;
    margin-top: 10px;

}

.item-detail-page .item-select .bootstrap-select {
    margin-bottom: 30px;
}

.item-detail-page .item-select .bootstrap-select .btn {
    margin-top: 0px;
    background: #fff !important;
    border: 1px solid #ebebeb;
    color: #333333;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
}

.item-detail-page .item-select .bootstrap-select .dropdown-menu>li>a {
    font-size: 10px;
    line-height: 22px;
}

.item-detail-page .fun-share {
    display: inline-block;
    width: 100%;
}

.item-detail-page .fun-share .btn {
    height: 44px;
    line-height: 42px;
    float: left;
    margin-right: 10px;
    padding: 0 40px;
    background-color: var(--btn-bg-color-base);
    color: #fff !important;
}

.item-detail-page .fun-share .btn:hover {
    background-color: var(--btn-bg-hover-color-base);
    color: #fff !important;
}

.item-detail-page .fun-share input {
    border: 1px solid #ebebeb;
    width: 120px;
    height: 44px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

.item-detail-page .share-sec {
    font-size: 16px;
    color: #272727;
    height: 44px;
    float: left;
    line-height: 42px;
    padding: 0px 40px;
    margin-right: 10px;
    border: 1px solid #ebebeb;
}

.item-detail-page .share-sec:hover {
    background: #f2b632;
    color: #fff;
    border-color: #f2b632;
}

.item-detail-page .swiper-prev,
.item-detail-page .swiper-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #09C49A 0%, #3EE98D 100%);
    border-radius: 5px;
    color: #fff;
    padding: 6px 12px;
    font-size: 26px;
    line-height: 22px;
    z-index: 22;
}

.item-detail-page .swiper-prev {
    left: 0;
}

.item-detail-page .swiper-next {
    right: 0;
}

@media (max-width:767px) {
    .item-detail-page .product-title {
        font-size: 20px;
    }
}

/*=======================================================
      PRODUCT DESCRIPTION
========================================================*/
.item-decribe {
    margin-top: 60px;
}

.item-decribe li {
    list-style: none;
}

.item-decribe .tab-content {
    background: #fff;
    padding: 20px;
    margin-top: 20px;
}

.item-decribe .nav-tabs .nav-link {
    background: #a6a6a7;
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 10px 32px;
    border-radius: 5px;
}

.item-decribe .nav-tabs .nav-link.active,
.item-decribe .nav-tabs .nav-item.show .nav-link {
    background: linear-gradient(135deg, #09C49A 0%, #3EE98D 100%);
    border-radius: 5px;
    color: #fff;
    border: none;
}

.shop-detail .owl-controls .owl-nav {
    position: absolute;
    right: -100px;
    bottom: 20px;
    display: none;
}

.shop-detail .owl-controls .owl-nav div {
    display: inline-block;
    margin: 0 10px;
    font-size: 28px;
    color: #7b7a7d;
}

.shop-detail .owl-controls .owl-nav .owl-prev {
    display: inline-block !important;
}

.shop-detail .owl-controls .owl-nav .owl-next {
    display: inline-block !important;
}

.shop-detail .owl-controls .owl-dots {
    bottom: 20px;
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    text-align: center;
}

.shop-detail .owl-controls .owl-dots div {
    display: inline-block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    margin: 0 0px;
    margin-right: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.shop-detail .owl-controls .owl-dots div.active {
    background: #000;
}

.shop-detail .owl-controls .owl-dots span {
    margin-bottom: 0px;
}

.related-pro {
    background: #f5f5f5;
}

.flex-control-paging li {
    margin: 0px;
}

.flex-control-paging li a {
    display: inline-block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    margin: 0 0px;
    box-shadow: none;
    margin-right: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.flex-control-paging li a.flex-active {
    background: #252839 !important;
}

.free-slide .owl-controls .owl-dots span {
    margin-bottom: 0px;
}

.flex-control-nav {
    text-align: center;
    bottom: 10px;
    width: 100px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    z-index: 999;
}

.flex-direction-nav {
    display: none;
}

.cd-main-content .home-slider {
    margin-top: 0px;
}

.header.full-head .nav-right .dropdown-menu {
    right: 0px;
    left: auto;
}

/*.lateral-menu-is-open:before{
	position:absolute;
	height:100%;
	width:100%;
	left:0px;
	top:0px;
	z-index:9999;
	content:"";
	background:rgba(0,0,0,0.8);
}*/
header.white-header #cd-menu-trigger .cd-menu-icon {
    background: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

header.white-header #cd-menu-trigger.is-clicked .cd-menu-icon::before {
    background: #fff !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#cd-menu-trigger.is-clicked .cd-menu-icon {
    background-color: #fff !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

header.white-header #cd-menu-trigger.is-clicked .cd-menu-icon::after {
    background: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

header.white-header #cd-menu-trigger.is-clicked .cd-menu-icon {
    background: #000 !important;
}

.hover-show .portfolio-item .portfolio-overlay {
    opacity: 1;
}

.hover-show .portfolio-item .position-bottom {
    opacity: 1;
}

.hover-show .portfolio-item .position-center-center {
    opacity: 1;
}



/* services list */
.digood-services-section .services-item {
    margin-bottom: 30px;
}

.digood-services-section .services-content {
    padding: 25px 0px;
    background: #ffffff;
    position: relative;
}

.digood-services-section .services-content:after {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    background: var(--section-bg-color);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.digood-services-section .services-item:hover .services-content:after {
    width: 100%;
    left: 0;
    right: auto;
}

.services-content .services-title a {
    font-size: 20px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}

.services-content .services-desc {
    color: #888;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    display: -webkit-box !important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.services-content .see-more-link {
    display: inline-block;
    position: relative;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #222;
}

.services-content .see-more-link i {
    color: var(--link-color);
    position: relative;
    top: 2px;
}

/* services detail */
.digood-padding-80 {
    padding: 80px 0;
}

.digood-pt-80 {
    padding-top: 80px;
}

.digood-pb-80 {
    padding-bottom: 80px;
}

.digood-service-page .post-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

/*aside-bar*/
.digood-service-page .aside-search {
    display: flex;
    position: relative;
    color: #FFF;
    margin-bottom: 2rem;
    width: 100%;
}

.digood-service-page .aside-search .form-control {
    background-color: #eff5f5;
    border: none;
    border-radius: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
    height: 45px;
    color: #CCC;
    transition: 0.3s;
    width: calc(100% - 2rem);
}

.digood-service-page .aside-search .form-control-feedback {
    width: 2rem;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #333;
    font-size: 16px;
    cursor: pointer;
    background-color: #eff5f5;
}

.digood-service-page .aside-search .form-control:focus {
    color: #333;
    background-color: #e0ebeb;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.digood-service-page .aside-weight-title {
    margin-bottom: 1rem;
}

.digood-sidbar.aside-category-group {
    margin-bottom: 1.5rem;
}

.digood-sidbar.aside-category-group .list-group-item {
    position: relative;
    padding: 0;
}

.digood-sidbar.aside-category-group .list-group-item:hover>.collapse-link,
.digood-sidbar.aside-category-group .list-group-item:hover .collapse-heading>.collapse-link {
    color: var(--link-hover-color) !important;
}

.digood-sidbar.aside-category-group .badge {
    padding: 5px 10px;
    font-size: 100%;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 5px;
    float: right;
    background: #002642;
    color: #FFF;
    font-weight: 400;
}

.digood-sidbar.aside-category-group .collapse-link {
    display: block;
    transition: 0.6s;
    font-size: 18px;
    line-height: 24px;
    padding: 0.50rem 0rem;
}

.digood-sidbar.aside-category-group .drop-menu .collapse-link {
    padding-right: 32px !important;
}

[dir="rtl"] .digood-sidbar.aside-category-group .drop-menu .collapse-link {
    padding-right: 0 !important;
    padding-left: 32px !important;
}

.digood-sidbar.aside-category-group .sub-menu {
    padding-left: 10px !important;
}

.digood-sidbar.aside-category-group .sub-menu .collapse-link {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.digood-sidbar.aside-category-group .sub-menu .collapse-link.active {
    color: var(--font-color-base) !important;
}

.digood-sidbar.aside-category-group .collapse-button {
    position: absolute;
    right: 0;
    top: 6px;
}

.digood-sidbar.aside-category-group .collapse-icon {
    font-size: 20px;
    padding: 2px 10px;
    width: 32px;
}

.digood-service-page .aside-related-posts .media {
    margin-bottom: 10px;
}

.digood-service-page .aside-related-posts .related-img {
    width: 90px;
    margin-right: 1rem;
    border: 1px solid #ddd;
}

[dir="rtl"] .digood-service-page .aside-related-posts .related-img {
    margin-right: 0;
    margin-lefr: 1rem;
}

.digood-service-page .aside-related-posts .media-body {
    flex: 1;
}

.digood-service-page .aside-related-posts .related-title a {
    font-size: 18px;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
    display: -webkit-box !important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.digood-service-page .aside-related-posts .related-date {
    font-size: 14px;
    color: #8c8e9d;
}

/*comment  form*/
.digood-service-page .comment-form {
    margin-top: 3rem;
}

.digood-service-page .comment-form .comment-title {
    font-size: 28px;
}

.digood-service-page hr.comments {
    margin: 20px auto 30px;
}

.digood-service-page .customize {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border-radius: 0px;
    background: #F7FAFA;
    height: 60px;
    padding: 6px 12px;
    font-size: 14px;
    border: solid 1px #F7FAFA;
    margin: 6px 0;
    color: #000;
}

.digood-service-page .textarea-customize {
    height: auto;
    resize: none;
}

.digood-service-page .customize:focus {
    border-color: #e0ebeb;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.digood-service-page .customize::-moz-placeholder {
    color: #333;
}

.digood-service-page .customize:-ms-input-placeholder {
    color: #333;
}

.digood-service-page .customize::-webkit-input-placeholder {
    color: #333;
}

.digood-service-page .customize:focus {
    color: #495057;
    background-color: #eff5f5;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.digood-service-page .btn-comments {
    margin-top: 1rem;

}

.digood-service-page .btn-custom {
    color: #fff;
    font-size: 16px;
    border: solid 2px var(--btn-border-color-base);
    transition: 0.6s;
}

.digood-service-page .btn-custom:hover {
    color: #FFF;
    border: solid 2px var(--btn-bg-hover-color-base);
    background: var(--btn-bg-hover-color-base);
}

@media (max-width:1199px) {
    .digood-padding-80 {
        padding: 70px 0;
    }

    .digood-pt-80 {
        padding-top: 70px;
    }

    .digood-pb-80 {
        padding-bottom: 70px;
    }
}

@media (max-width:991px) {
    .digood-padding-80 {
        padding: 60px 0;
    }

    .digood-pt-80 {
        padding-top: 60px;
    }

    .digood-pb-80 {
        padding-bottom: 60px;
    }

    .digood-service-page .post-title {
        font-size: 1.5rem;
    }

    .digood-service-page .comment-form {
        margin-bottom: 3rem;
    }
}

@media (max-width:767px) {
    .digood-padding-80 {
        padding: 50px 0;
    }

    .digood-pt-80 {
        padding-top: 50px;
    }

    .digood-pb-80 {
        padding-bottom: 50px;
    }

    .digood-service-page .post-title {
        font-size: 1.4rem;
    }

    .digood-service-page .aside-weight-title,
    .digood-service-page .comment-form .comment-title {
        font-size: 22px;
    }
}


/*tao-hua-jiang*/
em,
i {
    font-style: normal
}

li {
    list-style: none
}

ul {
    list-style: none;
    padding: 0 !important;
    margin: 0
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    transition: transform 1.04s
}

.white {
    color: #FFFFFF !important;
}

.relative {
    position: relative;
}

textarea {
    resize: none
}

input,
textarea,
select,
button {
    border: 0;
    background: 0 0;
    outline: 0;
}

input[type=button],
input[type=text],
input[type=submit] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

input,
input:focus,
input:active {
    user-select: text
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

button:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.trans-dot5s {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 700;
}

.bg-cover {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important
}

.scroll_to_top {
    position: fixed;
    top: 93%;
    right: -10%;
    background-color: var(--sub-theme-color);
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s
}

.scroll_to_top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 17px;
    top: 80%
}

.elementor-blog-container,
.elementor-project-container,
.header-container {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
}

.elementor-show {
    transition: 0.4s ease-in;
    -webkit-transition: 0.4s ease-in;
    -moz-transition: 0.4s ease-in;
    -ms-transition: 0.4s ease-in;
    -o-transition: 0.4s ease-in;
    display: block;
    margin: 0 auto;
}

.elementor-hide {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.container {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
}

@media (min-width:768px) {

    .elementor-blog-container,
    .elementor-project-container,
    .header-container {
        width: 720px;
        margin: 0 auto;
    }

    .container {
        width: 720px;
        margin: 0 auto;
    }
}

@media (min-width:992px) {

    .elementor-blog-container,
    .elementor-project-container,
    .header-container {
        width: 960px;
        margin: 0 auto;
    }

    .container {
        width: 960px;
        margin: 0 auto;
    }
}

@media (min-width:1200px) {

    .elementor-blog-container,
    .elementor-project-container,
    .header-container {
        width: 1140px;
        margin: 0 auto;
    }

    .container {
        width: 1140px;
        margin: 0 auto;
    }
}

@media (min-width:1400px) {
    .elementor-blog-container {
        width: 1270px;
        margin: 0 auto;
    }

    .elementor-project-container {
        width: 1315px;
        margin: 0 auto;
    }

    .header-container {
        width: 1350px;
        margin: 0 auto;
    }

    .container {
        width: 1218px;
        margin: 0 auto;
    }
}

.elementor-button-text {
    color: #FFFFFF !important;
    background-color: transparent;
    background: linear-gradient(135deg, #09C49A 0%, #3EE98D 100%);
    border-radius: 5px;
    transition: all .3s;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-family: var(--fontFamilyBase);
    font-weight: bold;
    line-height: 24px;
}

.elementor-button-text i.fa {
    width: 28px;
    height: 28px;
    background: #FFFFFF;
    border-radius: 50%;
    color: #0AC59A;
    text-align: center;
    line-height: 28px;
    margin-right: 4px;
}

.elementor-button-text:hover {
    color: #FFFFFF !important;
    background-image: linear-gradient(135deg, #3EE98D 0%, #09C49A 100%);
}

.elementor-subtitle {
    font-size: 20px;
    font-family: var(--fontFamilyBase);
    font-weight: bold;
    color: var(--font-color-base);
}

.elementor-main-title {
    font-size: 36px;
    font-family: var(--fontFamilyBase);
    font-weight: 600;
    color: #000;
    line-height: 1.2;
}

.elementor-main-title1 {
    font-size: 36px;
    font-family: var(--fontFamilyBase);
    font-weight: 600;
    color: #000;
    line-height: 1.2;
}

.elementor-about-main-title {
    font-size: 28px;
    font-family: var(--fontFamilyBase);
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    margin-bottom: 24px;
}

.elementor-main-title1.white {
    color: #FFFFFF;
}

.elementor-text-right {
    text-align: right;
}

[dir="rtl"] .elementor-text-right {
    text-align: left;
}

.site_header {
    padding: 0;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    position: relative;
}

/*header*/
.sticky-header {
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 0;
}

.site_header .h-logo img {
    max-height: 56px;
}

.site_header .head_logo {
    max-width: 140px;
}

@media(max-width:1200px) {
    .site_header .head_logo {
        max-width: 60px;
    }
}

.site_header .main-menu {
    margin-top: 5px;
}

.site_header .main-menu>li {
    position: relative;
    float: left;
}

.site_header .main-menu>li>a {
    font-size: 18px;
    font-family: var(--fontFamilyBase);
    font-weight: 600;
    color: #1E1E1E;
    display: block;
    margin: 0 20px;
    padding: 12px 0;
}

.site_header .main-menu li>a>.menu-down {
    font-size: 16px;
    font-weight: 600;
    color: #1E1E1E;
}

.site_header .main-menu li .sub_nav_menu {
    display: none;
}

.site_header .main-menu ul.sub_nav_menu li {
    position: relative;
}

.site_header .main-menu ul.sub_nav_menu a {
    color: #333;
    display: block;
    font-size: 16px;
    line-height: 22px;
    padding: 8px 15px;
    border-bottom: 1px dashed #D5D5D5;
    position: relative;
    -webkit-transition: .8s ease;
    transition: .8s ease;
}

.site_header .main-menu ul.sub_nav_menu a:hover,
.site_header .main-menu ul.sub_nav_menu a:focus {
    color: #fff !important;
}

.site_header .main-menu ul.sub_nav_menu a::before {
    content: '';
    width: 0%;
    height: 100%;
    background-color: var(--section-bg-color);
    -webkit-transition: .8s ease;
    transition: .8s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.site_header .main-menu ul.sub_nav_menu a:hover::before,
.site_header .main-menu ul.sub_nav_menu a.active::before {
    width: 100%;
    color: #fff !important;
}

.site_header .main-menu>li ul li a>i.menu-down {
    transform: rotate(-90deg);
    position: absolute;
    right: 10px;
    top: 10px;
    color: #333 !important;
}

.site_header_info {
    /* background-color:#F3F3F3; */
    padding: 12px 0;
}

.site_header_info .search_g_box {
    width: 220px;
    background: #FFFFFF;
    border: 1px solid #C0C0C0;
    border-radius: 50px;
    margin-right: 26px;
}

[dir="rtl"] .site_header_info .search_g_box {
    margin-right: 0px;
    margin-left: 26px;
}

.site_header_info .search-input {
    width: 100%;
    padding: 4px 14px;
    font-size: 14px;
    height: 30px;
}

.site_header_info .search-btn {
    font-size: 14px;
    color: var(--font-color-base);
    padding: 0 12px;
}

.site_header .menu-handler {
    background-color: var(--link-color);
    padding: 10px;
    display: none;
    margin-left: 14px;
    margin-top: 12px;
}

[dir="rtl"] .site_header .menu-handler {
    margin-right: 14px;
    margin-left: 0;
}

.site_header .menu-handler span {
    position: relative;
    background-color: #fff;
    display: block;
    height: 2px;
    margin-top: 5px;
    width: 20px
}

.site_header .menu-handler span:first-child {
    margin-top: 0
}

.site_header .menu-email {
    display: none;
}

.site_header .m-dropdown {
    display: none;
}

/*footer*/
.elementor-footer-section {
    background-color: #EDF1FC;
    padding-top: 70px;
}

.elementor-footer-section .site_footer_top {
    padding-bottom: 70px;
}

.elementor-footer-logo {
    margin-bottom: 15px;
}

.elementor-footer-section .elementor-copyright-section {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

.elementor-footer-title {
    font-size: 22px;
    font-family: var(--fontFamilyBase);
    font-weight: bold;
    color: #224F5F;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 26px;
}

.elementor-footer-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: var(--section-bg-color);
}

[dir="rtl"] .elementor-footer-title:before {
    left: auto;
    right: 0;
}

.elementor-contact-list span,
.elementor-contact-list a {
    font-size: 16px;
    color: #224F5F !important;
    line-height: 24px;
}

.elementor-nav-list a {
    display: block;
    font-size: 16px;
    color: #224F5F;
    line-height: 24px;
}

.elementor-contact-list li,
.elementor-nav-list li {
    margin-bottom: 6px;
}

.elementor-newsletter-title,
.elementor-sologn {
    font-size: 16px;
    color: #224F5F;
    line-height: 24px;
}

.elementor-social-icons-wrapper {
    margin-top: 26px;
}

.elementor-social-icon {
    width: 28px;
    height: 28px;
    background: var(--section-bg-color);
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF !important;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    transition: 0.5s;
    margin-right: 6px;
    font-size: 16px;
}

.elementor-social-icon .fa {
    line-height: 28px;
}

.elementor-social-icon:hover,
.elementor-social-icon:focus {
    transform: translateY(-10px);
    color: #FFFFFF !important;
}

.elementor-footer-form {
    margin-top: 20px;
}

.elementor-footer-form .elementor-field-textual {
    border: 1px solid #7A7A7A;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
    padding: 10px;
    background-color: #EDF1FC;
    resize: none;
}

.elementor-footer-form .elementor-submit-button {
    font-weight: 500;
    color: #fff;
    background-color: transparent;
    background: linear-gradient(135deg, #09C49A 0%, #3EE98D 100%);
    border-radius: 5px;
    display: block;
    padding: 8px 20px;
    width: 100%;
    font-size: 16px;
}

/*banner*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1897/790;
}

.banner .swiper-slide img {
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
    width: 100%;
}

.banner .swiper-slide-active img {
    transition: 6s linear;
    transform: scale(1, 1);
}

.banner .swiper-pagination {
    bottom: 30px;
}

.banner .swiper-pagination span {
    margin: 0 12px !important;
    width: 15px;
    height: 15px;
    border: 1px solid #FFF;
    border-radius: 100%;
    outline: none;
    opacity: 1;
    background: none;
}

.banner .swiper-pagination span.swiper-pagination-bullet-active {
    background: #FFF
}

.banner .slide-banner-ibox {
    position: absolute;
    left: 0;
    bottom: 100px;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    width: 790px;
    z-index: 10;
    padding: 40px;
    overflow: hidden;
}

.banner .slide-banner-ibox.slide-ibox2,
.banner .slide-banner-ibox.slide-ibox1 {
    left: auto;
    right: 0;
    text-align: right;
}

.banner .slide-banner-ibox::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--section-bg-color);
    opacity: 0.5;
}

.banner .slide-banner-ibox.slide-ibox3::after {
    background-color: #9f3d0d;
}

.banner .banner-title {
    color: #ffffff;
    font-weight: bold;
    z-index: 12;
    font-size: 38px;
    line-height: 1.2;
    position: relative;
}

.banner .banner-text {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 40px;
}

.banner .swiper-slide-active .slide-banner-ibox {
    opacity: 1;
    visibility: visible;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.banner .swiper-slide-active .banner-title {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.banner .swiper-slide-active .slide-banner-ibox.slide-ibox2 .banner-title,
.banner .swiper-slide-active .slide-banner-ibox.slide-ibox1 .banner-title {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.banner .swiper-slide-active .banner-text {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.banner .swiper-slide-active .banner-link {
    -webkit-animation-delay: 0.85s;
    animation-delay: 0.85s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

/*products*/
.elementor-products-section {
    padding: 90px 0;
}

.elementor-products-section .dg-tab-nav {
    margin-bottom: 24px;
    margin-top: 22px;
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
}

.elementor-products-section .dg-tab-action-ibox {
    background-color: #FFFFFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    border-radius: 5px;
    transition: 0.5s;
    padding: 20px;
    margin: 10px;
    cursor: pointer;
    position: relative;
    border: 1px solid #212121;
}

.elementor-products-section .dg-tab-action.on .dg-tab-action-ibox {
    background: var(--section-bg-color);
    border: 1px solid var(--section-bg-color);
}

.elementor-products-section .dg-tab-action.on .dg-tab-action-ibox::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid var(--section-bg-color);
    border-left: 10px transparent solid;
    border-right: 10px transparent solid;
    transition: 0.5s;
}

.elementor-products-section .dg-tab-action.on .elementor-show {
    display: none !important;
    opacity: 0;
    visibility: hidden !important;
}

.elementor-products-section .dg-tab-action.on .elementor-hide {
    display: block !important;
    margin: 0 auto;
    opacity: 1;
    visibility: visible !important;
}

.elementor-products-section .dg-tab-action .elementor-show {
    display: block !important;
    margin: 0 auto;
    opacity: 1;
    visibility: visible !important;
}

.elementor-products-section .dg-tab-action .elementor-hide {
    display: none !important;
    opacity: 0;
    visibility: hidden !important;
}

.elementor-products-section .products-tab-title {
    font-size: 17px;
    font-family: var(--fontFamilyBase);
    font-weight: 500;
    color: #555559;
    margin: 10px 0;
    line-height: 22px;
}

.elementor-products-section .dg-tab-action.on .products-tab-title {
    color: #FFFFFF;
}

.elementor-products-section .dg-tab-item {
    display: none;
    background-color: #FFFFFF;
}

.elementor-products-section .dg-tab-item.on {
    display: block;
}

.elementor-products-section .tab-left {
    width: 100%;
}

.elementor-products-section .tab-right {
    padding: 40px 40px 40px 0;
}

.elementor-products-section .products-title a {
    font-size: 26px;
    line-height: 30px;
    ;
    font-weight: bold;
    color: #000000;
    margin-bottom: 15px;
    display: block;
}

.elementor-products-section .products-description {
    font-size: 16px;
    font-family: var(--fontFamilyBase);
    color: #525252;
    position: relative;
    margin-bottom: 32px;
}

.elementor-products-section .products-description ul,
.elementor-products-section .products-description ol {
    padding-left: 15px !important;
}

.elementor-products-section .products-description ul li,
.elementor-products-section .products-description ol li {
    position: relative;
}

.elementor-products-section .products-description ul li::before,
.elementor-products-section .products-description ol li::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--section-bg-color);
}

.elementor-products-section .products-description::after {
    content: "";
    width: 136px;
    height: 2px;
    background-color: var(--section-bg-color);
    display: block;
    margin: 10px 0 18px;
}

.elementor-products-section .products-info {
    font-size: 16px;
    font-family: var(--fontFamilyBase);
    color: #525252;
}

.elementor-products-section .project-info-ul {
    font-size: 18px;
    color: #000000;
    line-height: 28px;
    padding-left: 15px;
    margin-bottom: 20px;
}

.elementor-products-section .project-info-ul li {
    position: relative;
}

.elementor-products-section .project-info-ul li::after {
    content: "";
    width: 5px;
    height: 5px;
    background: var(--font-color-base);
    border-radius: 50%;
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
}

.elementor-products-section .product-desc-logo {
    color: #212529;
    width: 20%;
    padding: 0 10px;
    text-align: center;
    line-height: 1.2;
    font-size: 14px;
    margin: 10px 0;
}

.elementor-products-section .product-desc-logo img {
    width: 46px;
}

.elementor-products-section .product-desc-logo p {
    margin-top: 8px;
    color: inherit;
    line-height: 1.2;
    font-size: inherit;
    margin-bottom: 0;
    font-weight: 600;
}

/*project*/
.elementor-project-section {
    background-color: #ddd;
    padding: 65px 0;
}

.elementor-project-section .elementor-title-desc {
    font-size: 20px;
    font-family: var(--fontFamilyBase);
    color: #FFFFFF;
    margin-bottom: 20px;
}

.elementor-project-section .elementor-title-desc1,
.elementor-project-section .elementor-title-desc1 p {
    font-size: 20px;
    line-height: 26px;
    color: #ffffff !important;
}

.elementor-project-section .project-item {
    width: 33.3%;
    float: left;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    border-radius: 9px;
    overflow: hidden;
}

.elementor-project-section .project-img {
    position: relative;
    display: block;
}

.elementor-project-section .project-item:hover .project-img:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-width: 0px 320px 52px 0px;
    border-style: none solid solid none;
    border-color: transparent transparent #fff;
    transition: 0.5s;
}

.elementor-project-section .project-img:hover:before {
    opacity: 0;
    bottom: -100%;
    visibility: hidden;
}

.elementor-project-section .project-title {
    font-size: 18px;
    font-family: var(--fontFamilyBase);
    font-weight: bold;
    text-decoration: underline !important;
    color: #343333 !important;
    display: block;
    margin: 20px;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box !important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 52px;
}

.elementor-project-section .project-more-btn {
    background-color: #FFFFFF;
    border: 2px solid #ECECEC;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.19);
    border-radius: 6px 6px 6px 6px;
    display: inline-block;
    font-size: 17px;
    font-family: var(--fontFamilyBase);
    font-weight: bold;
    color: #1C1B1B;
    padding: 12px 20px;
    margin: 0 20px 35px;
    position: relative;
}

.elementor-project-section .project-more-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 117px;
    height: 3px;
    background-color: var(--section-bg-color);
    transition: 0.5s;
}

.elementor-project-section .project-more-btn i.fa {
    width: 22px;
    height: 22px;
    background-color: #1C1B1B;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    color: #FFFFFF;
    font-size: 12px;
    margin-right: 4px;
}

[dir="rtl"] .elementor-project-section .project-more-btn i.fa {
    margin-right: 0;
    margin-left: 4px;
}

.elementor-project-section .project-more-btn:hover,
.elementor-project-section .project-more-btn:focus {
    background-color: var(--section-bg-color);
    color: #FFFFFF !important;
}

.elementor-project-section .project-more-btn:hover::after,
.elementor-project-section .project-more-btn:focus::after {
    width: 96%;
}

.elementor-project-section .ProjectSwiper {
    padding: 70px 0;
}

.elementor-project-section .project-info {
    font-size: 18px;
    font-family: var(--fontFamilyBase);
    font-weight: 600;
    color: #FFFFFF;
}

.elementor-project-section .project-info p {
    color: #fff;
    display: inline-block;
    font-size: inherit;
}

.elementor-project-section .project-info a {
    color: var(--font-color-base) !important;
    border-bottom: 1px solid var(--section-bg-color);
}

.project-swiper-pagination {
    height: 40px;
}

.elementor-project-section .project_swiper_prev,
.elementor-project-section .project_swiper_next {
    font-size: 40px;
    transition: 0.5s;
    color: #707070;
    width: 40px;
    text-align: center;
    position: absolute;
}

.elementor-project-section .project_swiper_prev {
    left: 0;
    right: auto;
}

.elementor-project-section .project_swiper_next {
    right: 0;
    left: auto;
}

.elementor-project-section .project_swiper_prev:hover,
.elementor-project-section .project_swiper_next:hover {
    color: #FFFFFF;
}

.elementor-project-section .swiper-pagination {
    bottom: 0px;
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    right: 0;
}

.elementor-project-section .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    opacity: 1;
    position: relative;
    margin-left: 30px;
    border: 4px solid #fff;
    border-color: transparent;
}

.elementor-project-section .swiper-pagination-bullet::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 1000px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.elementor-project-section .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: var(--section-bg-color);
}

.elementor-project-section .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    background-color: transparent;
}

/*service*/
.elementor-service-section {
    background-color: #EDF1FC;
    padding: 90px 0;
}

.elementor-service-section .elementor-title-desc {
    font-size: 16px;
    font-family: var(--fontFamilyBase);
    color: #525252;
}

.elementor-service-section .service-list {
    margin-left: -9px;
    margin-right: -9px;
    padding-top: 20px;
}

.elementor-service-section [class^="col-lg-"] {
    padding-left: 9px;
    padding-right: 9px;
}

.elementor-service-section .service-col {
    margin: 10px 0;
}

.elementor-service-section .service-item {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.31);
    transition: 0.5s;
    padding: 24px 12px;
    cursor: default;
    height: 100%;
}

.elementor-service-section .service-item:hover {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.elementor-service-section .service-icon img {
    max-width: 50px;
}

.elementor-service-section .service-title {
    color: #525252;
    font-size: 18px;
    margin: 12px 0;
}

.elementor-service-section .service-desc {
    color: #525252;
    font-size: 16px;
    line-height: 24px;
}

/*about*/
.elementor-about-section {
    padding: 90px 0;
}

.elementor-about-section .copyright-desc,
.elementor-about-section .copyright-desc p {
    font-size: 16px;
    color: #505050;
    border-top: 1px solid #A2D2DE;
    padding: 10px 0;
}

.elementor-about-section .company-culture {
    margin: 40px 0px 20px;
}

.elementor-about-section .culture-img {
    width: 45px;
    text-align: center;
    margin-right: 12px;
}

[dir="rtl"] .elementor-about-section .culture-img {
    margin-right: 0px;
    margin-left: 12px;
}

.elementor-about-section .culture-item {
    width: 50%;
}

.elementor-about-section .culture-title {
    font-size: 18px;
    font-family: var(--fontFamilyBase);
    font-weight: bold;
    color: #052730;
    line-height: 24px;
    margin-bottom: 8px;
}

.elementor-about-section .company-desc {
    font-size: 16px;
    font-family: var(--fontFamilyBase);
    color: #525252;
    line-height: 24px;
}

.elementor-about-section .culture-desc {
    font-size: 16px;
    font-family: var(--fontFamilyBase);
    color: #525252;
    line-height: 24px;
}

.elementor-about-section .about-right {
    background-color: #EDF1FC;
    border-radius: 5px;
    overflow: hidden;
}

.elementor-about-section .company-img {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.elementor-about-section .play-btn {
    position: absolute;
    left: 150px;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    background-color: var(--btn-bg-color-base);
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
}

.elementor-about-section .play-btn:hover {
    background-color: var(--btn-bg-hover-color-base);
}

.elementor-about-section .bvp-icon {
    width: 2rem;
    height: 2rem;
}

/*achievements*/
.elementor-achievements-section {
    background-color: #EDF1FC;
    padding: 150px 0;
}

.elementor-achievements-section .achievements-desc {
    font-size: 16px;
    font-family: var(--fontFamilyBase);
    color: #052730;
}

.elementor-achievements-section .counnter-item {
    padding: 60px 0 10px;
    width: 25%;
}

.elementor-achievements-section .counnter-number-item {
    font-size: 0px;
    font-weight: bold;
    color: var(--font-color-base);
}

.elementor-achievements-section .counnter-number-item span {
    display: inline-block;
    font-size: 66px;
    line-height: 50px;
    font-family: 'Roboto', sans-serif;
}

.elementor-achievements-section .counnter-number-item i {
    display: inline-block;
    font-size: 22px;
    position: relative;
    top: -24px;
}

.elementor-achievements-section .counnter-desc {
    font-size: 16px;
    font-family: "Century Gothic", sans-serif;
    color: #3C3C3C;
    margin-top: 10px;
}

/*news*/
.elementor-blog-section {
    padding: 80px 0 50px;
}

.elementor-blog-column {
    margin-bottom: 44px;
}

.elementor-blog-column::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid var(--section-bg-color);
    opacity: 0.46;
    width: 100%;
}

.elementor-blog-title a {
    font-size: 20px;
    font-family: var(--fontFamilyBase);
    font-weight: bold;
    color: #052730;
    line-height: 26px;
    height: 52px;
    margin-top: 18px;
    overflow: hidden;
    display: -webkit-box !important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.elementor-blog-date {
    font-size: 14px;
    color: var(--font-color-base);
    margin: 10px 0;
}

.elementor-blog-excerpt {
    font-size: 16px;
    color: #525252;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box !important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 66px;
}

.elementor-blog-item {
    margin-bottom: 30px;
}

.elementor-help-section {
    background-color: #224F5A;
    padding: 4.5em 0;
}

.elementor-help-section .elementor-heading-title {
    font-size: 28px;
    font-family: var(--fontFamilyBase);
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.elementor-help-section .elementor-heading-desc,
.elementor-help-section .elementor-heading-desc p {
    font-size: 15px;
    color: #FFFFFF;
    line-height: 22px;
}

.elementor-help-section .elementor-button-text {
    padding: 14px 36px;
}

@media (min-width:1400px) {
    .elementor-achievements-section .counnter-number-item span {
        font-size: 60px;
    }
}

@media (min-width:1200px) {
    .site_header .search_g_box {
        float: right;
    }

    .site_header .main-menu>li:hover>ul.sub_nav_menu {
        visibility: visible;
        opacity: 1;
        top: 100%;
        transition: all 500ms ease;
        display: block;
    }

    .site_header .main-menu>li>ul.sub_nav_menu>li:hover>ul.sub_nav_menu {
        visibility: visible;
        opacity: 1;
        top: -3px;
        transition: all 500ms ease;
        display: block;
    }

    .elementor-about-section .company-img {
        width: 60%;
    }

    .elementor-about-section .about-right {
        padding-left: 20px;
        padding-right: 20px;
        /*display: flex;*/
        width: 68%;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        padding-top: 30px;
        padding-bottom: 30px;
    }

    [dir="rtl"] .elementor-about-section .about-right {
        right: auto;
        left: 0;
    }

    /*.elementor-about-section .about-right-content1{width: 40%;padding: 0 15px}
.elementor-about-section .about-right-content2{width: 60%;padding: 0 15px}*/
    .elementor-about-section .about-right-content1 {
        width: 100%;
        padding: 0 15px
    }

    .elementor-about-section .about-right-content2 {
        width: 100%;
        padding: 0 15px
    }

    .site_header .main-menu li .sub_nav_menu {
        position: absolute;
        left: 0;
        top: 130%;
        width: 220px;
        z-index: 100;
        background: #fff;
        border-top: 3px solid var(--section-bg-color);
    }

    [dir="rtl"] .site_header .main-menu li .sub_nav_menu {
        left: auto;
        right: 0;
    }

    .site_header .main-menu li .sub_nav_menu li .sub_nav_menu {
        left: 100%;
    }

    .elementor-products-section .dg-tab-action {
        width: 20%;
    }

    .elementor-achievements-section .achievements-counter-list {
        margin: 0 -40px 0 -110px;
    }
}

@media (min-width:992px) {
    .elementor-products-section .tab-left {
        float: right;
        width: 50%;
        overflow: hidden;
    }

    .elementor-products-section .tab-right {
        overflow: hidden;
    }

    .elementor-project-section .project-info {
        width: 60%;
    }

    .elementor-project-section .project-swiper-pagination {
        text-align: right;
        width: 24%;
    }
}

@media (min-width:768px) {
    .elementor-about-section .elementor-button-text {
        margin-left: 170px;
    }

    [dir="rtl"] .elementor-about-section .elementor-button-text {
        margin-left: 0px;
        margin-right: 170px;
    }
}

@media (max-width:1399px) {
    .site_header .h-logo img {
        max-width: 240px;
    }

    .site_header .main-menu {
        margin-top: 0px;
    }

    .site_header .main-menu>li>a {
        margin: 0 12px;
    }

    [lang="nl"] .site_header .main-menu>li>a,
    [lang="de"] .site_header .main-menu>li>a {
        margin: 0 8px;
    }

    .elementor-achievements-section .counnter-number-item span {
        font-size: 52px;
        line-height: 40px;
    }

    .elementor-achievements-section .counnter-number-item i {
        font-size: 22px;
        top: -20px;
    }

    .banner .banner-title {
        font-size: 36px;
    }

    .banner .banner-text {
        font-size: 20px;
    }
}

@media (max-width:1299px) {
    .elementor-about-main-title {
        font-size: 32px;
    }

    .elementor-products-section,
    .elementor-project-section,
    .elementor-service-section,
    .elementor-about-section,
    .elementor-achievements-section,
    .elementor-blog-section {
        padding: 70px 0;
    }

    .elementor-achievements-section .counnter-item {
        padding: 28px 20px 0px;
    }

    .elementor-achievements-section .counnter-number-item span {
        font-size: 50px;
        line-height: 40px;
    }

    .elementor-achievements-section .counnter-number-item i {
        font-size: 18px;
        top: -20px;
    }
}

@media (max-width:1199px) {
    .elementor-subtitle {
        font-size: 16px;
    }

    .elementor-main-title,
    .elementor-about-main-title {
        font-size: 28px;
    }

    .elementor-main-title1 {
        font-size: 28px;
    }

    .elementor-products-section,
    .elementor-project-section,
    .elementor-service-section,
    .elementor-about-section,
    .elementor-achievements-section,
    .elementor-blog-section {
        padding: 60px 0;
    }

    .elementor-project-section .ProjectSwiper {
        padding: 40px 0;
    }

    .elementor-about-section .company-culture {
        margin: 30px 0 16px;
    }

    .elementor-about-section .about-right {
        padding: 30px;
        margin-top: 40px;
    }

    .elementor-about-section .company-desc {
        margin-top: 20px;
    }

    .elementor-about-section .culture-item {
        padding: 0 10px;
    }

    .elementor-about-section .play-btn {
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .elementor-achievements-section .counnter-item {
        padding: 20px 15px 0;
    }

    .elementor-achievements-section .counnter-number-item span {
        font-size: 42px;
        line-height: 30px;
    }

    [dir="rtl"] .elementor-achievements-section .counnter-number-item span {
        font-size: 36px;
    }

    [dir="rtl"] .elementor-achievements-section .counnter-number-item i {
        font-size: 14px;
    }

    .elementor-achievements-section .counnter-number-item i {
        font-size: 20px;
        top: -14px;
    }

    .elementor-help-section {
        padding: 2.5em 0;
    }

    .elementor-footer-section {
        padding-top: 60px;
    }

    .elementor-footer-section .site_footer_top {
        padding-bottom: 50px;
    }

    /* .site_header{padding:12px 0;} */
    .site_header .main-menu {
        display: none;
        position: absolute;
        left: 0;
        top: 60px;
        z-index: 22;
        background-color: #fff;
        margin-top: 0;
        width: 100%;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
        border-top: 1px solid #ddd;
    }

    .site_header .main-menu>li {
        float: none;
        border-bottom: 1px solid #ddd;
    }

    .site_header .menu-handler {
        display: block;
    }

    .site_header .menu-email {
        display: block;
        float: right;
        margin-top: 16px;
        margin-right: 30px;
    }

    .site_header .menu-email a i {
        font-size: 24px;
    }

    .site_header .main-menu li>a>.menu-down {
        display: none;
    }

    .site_header .m-dropdown {
        display: block;
        position: absolute;
        top: 10px;
        right: 0;
        padding: 0 15px;
        line-height: 32px;
        z-index: 9;
        font-size: 22px;
    }

    .site_header .main-menu>li>a {
        margin: 0 12px;
        padding: 10px 0;
    }

    .site_header .m-dropdown.active .fa {
        -webkit-transform: rotateZ(180deg);
        -ms-transform: rotate(180deg);
        transform: rotateZ(180deg);
    }

    .site_header .main-menu ul.sub_nav_menu a {
        border-bottom: none;
        border-top: 1px dashed #D5D5D5;
        padding: 8px 28px;
    }

    .banner .banner-title {
        font-size: 32px;
    }

    .site_header .dropdown {
        margin-top: 12px;
    }
}

@media (max-width:991px) {

    .elementor-products-section,
    .elementor-project-section,
    .elementor-service-section,
    .elementor-about-section,
    .elementor-achievements-section,
    .elementor-blog-section {
        padding: 50px 0;
    }

    .elementor-main-title {
        font-size: 30px;
    }

    .elementor-main-title1 {
        font-size: 30px;
    }

    .elementor-products-section .products-title a {
        font-size: 24px;
    }

    .elementor-products-section .tab-right {
        padding: 30px 0;
    }

    .elementor-products-section .dg-tab-nav {
        font-size: 0;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .elementor-products-section .dg-tab-action {
        display: inline-block;
    }

    .elementor-products-section .product-desc-logo {
        width: 20%;
    }

    .elementor-about-section .company-img {
        margin-bottom: 30px;
    }

    .elementor-project-section .elementor-title-desc {
        margin-bottom: 24px;
        margin-top: 18px;
    }

    .elementor-project-section .elementor-title-desc1,
    .elementor-project-section .elementor-title-desc1 p {
        margin-bottom: 20px;
    }

    .project-swiper-pagination {
        margin-top: 26px;
        width: 100%;
    }

    .elementor-achievements-section .counnter-item {
        padding: 20px 10px;
        width: 50%;
    }

    .elementor-footer-section {
        padding-top: 50px;
    }

    .elementor-footer-section .elementor-widget1,
    .elementor-footer-section .elementor-widget2 {
        margin-bottom: 34px;
    }

    .elementor-footer-section .site_footer_top {
        padding-bottom: 40px;
    }

    .banner .slide-banner-text {
        width: 570px;
    }

    .banner .banner-title {
        font-size: 26px;
    }

    .banner .banner-text {
        margin-bottom: 22px;
        font-size: 18px;
    }
}

@media (max-width:767px) {

    .elementor-products-section,
    .elementor-project-section,
    .elementor-service-section,
    .elementor-about-section,
    .elementor-achievements-section,
    .elementor-blog-section {
        padding: 45px 0;
    }

    .elementor-about-main-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .elementor-main-title,
    .elementor-main-title1 {
        font-size: 24px;
    }

    .elementor-text-right {
        text-align: left;
    }

    [dir="rtl"] .elementor-text-right {
        text-align: right;
    }

    .elementor-button-text {
        padding: 10px 12px;
    }

    .banner .swiper-pagination {
        bottom: 12px;
    }

    .banner .swiper-pagination span {
        margin: 0 5px !important;
        width: 12px;
        height: 12px;
    }

    .elementor-help-section .elementor-button-text {
        padding: 8px 24px;
    }

    .elementor-products-section .tab-right {
        padding: 24px 0;
    }

    .elementor-products-section .products-title a {
        font-size: 20px;
        line-height: 26px;
    }

    .elementor-products-section .dg-tab-nav {
        margin-left: -5px;
        margin-right: -5px;
    }

    .elementor-products-section .dg-tab-action {
        width: 47%;
    }

    .elementor-products-section .dg-tab-action-ibox {
        padding: 10px;
        margin: 10px 5px;
        white-space: normal;
    }

    .elementor-products-section .product-desc-logo {
        width: 25%;
    }

    .elementor-about-section .play-btn {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }

    .elementor-about-section .culture-item {
        width: 100%;
    }

    .elementor-advantage-section .advantage-icon {
        height: 64px;
        width: 64px;
        line-height: 64px;
    }

    .elementor-advantage-section .advantage-icon img {
        max-width: 40px;
    }

    .elementor-achievements-section .counnter-item {
        padding: 20px 10px 0;
        margin-top: 10px;
    }

    .elementor-achievements-section .counnter-number-item span {
        font-size: 28px;
        line-height: 30px;
    }

    .elementor-achievements-section .counnter-number-item i {
        font-size: 16px;
        top: -10px;
    }

    .elementor-achievements-section .counnter-desc {
        font-size: 14px;
    }

    .elementor-help-section .elementor-heading-desc {
        margin-bottom: 22px;
    }

    .elementor-service-section .service-list {
        padding-top: 10px;
    }

    .elementor-footer-section .elementor-widget2,
    .elementor-footer-section .elementor-widget3 {
        margin-bottom: 24px;
    }

    .elementor-help-section .elementor-heading-title {
        font-size: 22px;
    }

    .site_header .h-logo img {
        max-width: 140px;
    }

    .banner .slide-banner-ibox {
        width: 100%;
        padding: 0 15px;
    }

    .banner .slide-banner-text {
        width: 90%;
        padding: 12px;
    }

    .banner .banner-title {
        font-size: 16px;
    }

    .banner .banner-text {
        font-size: 14px;
        display: none;
    }

    .banner .elementor-button-text {
        display: none;
    }

    /* .site_header .menu-handler{margin-top:0;}
.site_header .dropdown {margin-top:0px;} */
}

/* 侧边栏 */
#sidebar_thj.sidebar_thj {
    position: fixed;
    z-index: 99;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin: 0 20px;
}

#sidebar_thj.sidebar_thj .sidebar-bd {
    background: rgba(0, 0, 0, .3);
    color: #fff;
    border-radius: 100px;
}

#sidebar_thj.sidebar_thj .sidebar-bd .sidebar-list .sidebar-items {
    position: relative;
}

#sidebar_thj.sidebar_thj .sidebar-bd .sidebar-list .sidebar-items.goto_top {
    display: none;
}

#sidebar_thj.sidebar_thj .sidebar-bd .sidebar-list .sidebar-items.goto_top.cd-is-visible {
    display: block;
}

#sidebar_thj.sidebar_thj .sidebar-bd .sidebar-list .sidebar-items + .sidebar-items {
    margin-top: 5px;
}

#sidebar_thj.sidebar_thj .sidebar-bd .sidebar-list .sidebar-items a.bglist {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sidebar_thj.sidebar_thj .sidebar-bd .sidebar-list .sidebar-items a.bglist .bgicon {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sidebar_thj.sidebar_thj .sidebar-bd .sidebar-list .sidebar-items:hover a.bglist .bgicon {
    background: var(--btn-bg-color-first);
    border-radius: 0 100% 100% 0;
}

#sidebar_thj.sidebar_thj .sidebar-bd .sidebar-list .sidebar-items.goto_top a.bglist .bgicon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--btn-bg-color-first);
    border-radius: 50%;
}

#sidebar_thj.sidebar_thj .sidebar-bd .sidebar-list .sidebar-items a.bglist .bgicon .ico svg {
    width: 30px;
    height: 30px;
    transition: all .3s;
}

#sidebar_thj.sidebar_thj .sidebar-bd .sidebar-list .sidebar-items:hover a.bglist .bgicon .ico svg {
    width: 34px;
    height: 34px;
}

#sidebar_thj.sidebar_thj .sidebar-bd .sidebar-list .sidebar-items.goto_top a.bglist .bgicon .ico svg {
    width: 26px;
    height: 26px;
}

#sidebar_thj.sidebar_thj .sidebar-bd .sidebar-list .sidebar-items.goto_top:hover a.bglist .bgicon .ico svg {
    width: 30px;
    height: 30px;
}

#sidebar_thj.sidebar_thj .sidebar-bd .sidebar-list .sidebar-items .sidebar-tips {
    position: absolute;
    height: 50px;
    overflow: hidden;
    top: 0;
    right: 100%;
    transition: max-width .3s;
    background-color: var(--btn-bg-color-first);
    border-radius: 50px 0 0 50px;
    display: flex;
    justify-items: center;
    align-items: center;
    max-width: 0;
    padding: 0 20px !important;
    opacity: 0;
}

#sidebar_thj.sidebar_thj .sidebar-bd .sidebar-list .sidebar-items:hover .sidebar-tips {
    max-width: 200px;
    opacity: 1;
}

#sidebar_thj.sidebar_thj .sidebar-bd .sidebar-list .sidebar-items .sidebar-tips li a {
    white-space: nowrap;
    color: #fff !important;
}

/* 表单提示信息 */
.msg-wrap .msg.show {
    display: block !important;
}

label.error {
    color: red;
}