﻿#information {
    padding-top: 50px;
    padding-bottom: 30px
}

.solar-topbar-section {
    padding: 8px 0;
    background: #536371
}

.solar-top-menu ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap
}

.solar-top-menu ul li {
    display: inline-block;
    margin-right: 36px;
    position: relative
}

.solar-top-menu ul li.line a::after {
    display: none
}

.solar-top-menu ul li a {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px
}
.bi-telewhatsapp{ 
    width: 15px;
    height: 15px;
    display: inline-block;
    background:url(../../images/color/whatsapp.png) no-repeat ;
    background-size: 100% 100%;
 }
.solar-top-menu ul li a i {
    color: #ffffff;
    font-size: 15px;
    margin-right: 7px
}

.solar-top-content-menu {
    text-align: right
}

.solar-top-content {
    display: inline-block;
    margin-right: 25px;
    position: relative
}

.solar-top-content select#Language {
    background: no-repeat;
    border: none;
    font-size: 17px;
    color: #ffffff;
    font-weight: 400;
    outline: 0
}

.solar-top-content::before {
    position: absolute;
    content: "";
    height: 30px;
    width: 2px;
    opacity: 0.702;
    background: #3a3a42;
    right: -22px
}

.solar-top-content option {
    background: #19142d;
    font-size: 16px
}

.solar-top-social-icon {
    display: inline-block
}

.solar-top-social-icon ul li {
    display: inline-block;
    margin-left: 13px
}

.solar-top-social-icon ul li a i {
    color: #ffffff;
    font-size: 15px;
    transition: 0.5s
}

.solar-top-social-icon ul li a:hover i {
    color: var(--color-main)
}

.img-pic img {
    max-width: 100%
}

.keywords-pro a {
    background: #fff;
    border: 1px solid #0089f5;
    border-radius: 12px;
    text-decoration: none;
    padding: 4px 16px;
    margin-bottom: 12px;
    display: inline-block
}

.solar-header-section {
    background: #ffffff;
    position: relative;
    z-index: 999;
    position: relative
}
.solar-header-section .logo img{
    height: 40px;
}
#mbfooter {
    display: none
}

.solar-menu {
    text-align: right
}

.solar-menu ul {
    list-style: none
}

.solar-menu ul li {
    display: inline-block;
    margin-right: 28px;
    position: relative
}

.solar-menu ul li a {
    display: inline-block;
    color: #141422;
    font-size: 17px;
    font-weight: 500;
    padding: 28px 0;
    text-decoration: none;
    transition: 0.5s
}

.solar-menu ul li a:hover {
    color: var(--color-main)
}

.solar-menu ul li a i {
    font-size: 12px;
    margin-left: 4px
}

.solar-search-button {
    text-align: right
}

.solar-social-menu {
    display: inline-block
}

.solar-social-menu ul li {
    display: inline-block;
    margin-left: 10px
}

.solar-social-menu ul li a i {
    color: #141422;
    font-size: 21px
}

a.handbag {
    position: relative
}

a.handbag:before {
    position: absolute;
    content: "0";
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    background: var(--color-main);
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 100%;
    left: 11px;
    top: -8px
}

.sticky-nav {
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    position: fixed !important;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    transition: 0.5s !important;
    z-index: 9999 !important;
    animation-name: slideInDown;
    padding: 0 30px
}

/* .sticky-nav>.container {
    width: 1200px !important
} */

.solar-menu ul .sub-menu {
    background: #fff;
    position: absolute;
    top: 125%;
    border-radius: 5px;
    width: 217px;
    text-align: left;
    margin: 0;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
    transition: 0.5s;
    visibility: hidden;
    border-top: 2px solid var(--color-main);
    opacity: 0;
    z-index: 11
}

.solar-menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 0 !important
}

.solar-menu ul .sub-menu ul li {
    display: inline-block;
    margin-left: 0;
    width: 100%;
    position: relative
}

.solar-menu ul .sub-menu ul li a {
    padding: 6px 20px;
    text-align: left;
    width: 100%;
    display: inline-block;
    visibility: inherit !important;
    color: #202020;
    margin: 0
}

.solar-menu ul .sub-menu ul li a:hover {
    background: var(--color-main) !important;
    color: #fff
}

.solar-menu ul li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%
}

.team-content h5 {
    font-weight: 500;
    font-size: 16px;
    padding: 20px;
    margin: 0
}

.workshop {
    margin-bottom: 40px
}

.solar-header-section.style-two {
    background: #fff
}

.solar-header-section.style-two::before {
    display: none
}

.logo.style-two::before {
    display: none
}

.logo.style-two::after {
    display: none
}

.solar-btn {
    display: inline-block;
    margin-left: 32px
}

.solar-btn a {
    display: inline-block;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    background: var(--color-main);
    color: #fff;
    padding: 13px 25px;
    border-radius: 3px;
    position: relative;
    z-index: 1
}

.solar-btn a::before {
    position: absolute;
    content: "";
    background-color: #19142d;
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 3px;
    transform: translate(-50%, -50%) rotate(0deg);
    z-index: -1;
    transition: all 500ms ease
}

.solar-btn a:hover::before {
    height: 104%
}

.solar-btn.slider1 {
    margin: 0
}

.solar-btn.slider2 {
    margin-left: 14px
}

.solar-btn.slider2 a {
    background: #fff;
    color: #0f0f0f
}

.solar-btn.slider2 a:hover {
    color: #ffffff
}

.solar-btn.about {
    margin: 0
}

.solar-btn.about a {
    padding: 16px 33px
}

.solar-btn.about.about2 {
    margin-top: 50px
}

.solar-btn.contact-us a {
    background: #fff;
    color: #1c1632
}

.solar-btn.contact-us a:hover {
    color: #ffffff
}

.solar-btn.choose {
    margin: 0
}

.solar-btn.choose a {
    padding: 16px 30px
}

.solar-btn.protfolio {
    text-align: right;
    display: inherit;
    margin-left: 0;
    margin-top: -33px
}

.solar-btn.protfolio a {
    padding: 14px 20px
}

.solar-btn.protfolio a:hover {
    color: var(--color-main)
}

.solar-btn.protfolio a::before {
    background: #ffffff
}

.solar-btn.call-back a::before {
    background: #ffff
}

.solar-btn.call-back a:hover {
    color: var(--color-main)
}

.slider-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: calc((800/19.2)*1%)
}

.slider-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.slider-section.style-two {
    background: url(../image/slider2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 800px;
    position: relative
}

.slider-section.style-three {
    background: url(../image/slider3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 800px;
    position: relative
}

.slider-section.style-four {
    background: url(../image/slider4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 800px;
    position: relative
}

.slider-content h4 {
    font-size: 24px;
    line-height: 24px;
    color: #fefefe;
    font-weight: 500;
    margin-bottom: 28px
}

.slider-content h1 {
    font-size: 50px;
    line-height: 80px;
    color: #ffffff;
    position: relative;
    display: block;
    font-weight: 700;
    text-shadow: 2px 2px 4px #000000;
    text-transform: uppercase;
    margin-top: -15%
}

.slider-content p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    width: 53%;
    margin: 37px 0 50px
}

.slider-section .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block
}

.owl-nav {
    position: absolute;
    bottom: 42%;
    right: 60px
}

.owl-prev i {
    width: 62px;
    height: 62px;
    line-height: 62px;
    background: var(--color-main);
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
    transition: 0.5s;
    margin-bottom: 10px;
    position: relative;
    z-index: 1
}

.owl-prev i:hover {
    color: var(--color-main)
}

.owl-prev i::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    right: 0;
    bottom: 0;
    background: #ffffff;
    transform: scale(0);
    border-radius: 50%;
    z-index: -1;
    transition: 0.5s
}

.owl-prev i:hover::after {
    transform: scale(1)
}

.owl-next i {
    width: 62px;
    height: 62px;
    line-height: 62px;
    background: #ffffff;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: var(--color-main);
    font-size: 24px;
    transition: 0.5s;
    position: relative;
    z-index: 1
}

.owl-next i:hover {
    color: #ffffff
}

.owl-next i::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    right: 0;
    bottom: 0;
    background: var(--color-main);
    transform: scale(0);
    border-radius: 50%;
    z-index: -1;
    transition: 0.5s
}

.owl-next i:hover::after {
    transform: scale(1)
}

.slider-section.style-two.three {
    background: url(../image/slider4.jpg)
}

.slider-content.style-two {
    background: #ffffff;
    padding: 47px 60px 64px;
    border-radius: 0px 0px 155px 0px
}

.slider-content.style-two h4 {
    color: #1c1632;
    margin-bottom: 16px
}

.slider-content.style-two h1 {
    color: #1c1632;
    font-size: 60px;
    line-height: 68px;
    margin-bottom: 54px
}

.counter-section {
    background-color: var(--color-main);
    padding: 50px 0 25px
}

.counter-single-box {
    text-align: center;
    margin-bottom: 30px;
    padding: 10px 0 10px;
    border-right: 1px solid rgb(255, 255, 255, 0.2)
}

.counter-single-box.upper {
    border: 0
}

.counter-single-box p {
    opacity: 0.8;
    font-size: 17px;
    color: #fff;
    margin: 0
}

.counter-single-box .tit2 {
    font-size: 50px;
    color: #fff;
    margin-top: 0
}

.counter-single-box .tit2 span {
    font-size: 50px
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group input[type="file"],
.default-form .form-group input[type="number"],
.default-form .form-group textarea,
.default-form .form-group select {
    position: relative;
    display: block;
    height: 52px;
    width: 100%;
    font-size: 15px;
    color: #25283a;
    line-height: 30px;
    font-weight: 400;
    padding: 10px;
    background-color: var(--white);
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.iptTxt2-home {
    float: left;
    width: 52%;
    margin-right: 10%;
    font-size: 15px;
    color: #25283a;
    line-height: 30px;
    font-weight: 400;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px
}

.iptTxt2 {
    float: left;
    width: 52%;
    margin-right: 10%;
    font-size: 15px;
    color: #25283a;
    line-height: 30px;
    font-weight: 400;
    padding: 10px;
    background-color: #f5f6f8;
    border: 1px solid #ccc;
    border-radius: 5px
}

.m_form .iptTxt {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    height: 42px;
    line-height: 12px;
    padding: 7px 10px;
    outline: none;
    color: #999;
    background-color: #f5f6f8;
    background-repeat: repeat;
    font-size: 14px;
    border-radius: 5px
}

.m_form .iptTxt {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    height: 48px;
    line-height: 12px;
    padding: 7px 10px;
    outline: none;
    color: #999;
    background-color: #f5f6f8;
    background-repeat: repeat;
    font-size: 14px;
    border-radius: 5px
}

.m_form .txtAre {
    float: left;
    width: 100%;
    height: 130px;
    line-height: 20px;
    border: 1px solid #ccc;
    outline: none;
    resize: none;
    color: #999;
    padding: 4px 10px;
    font-family: microsoft yahei;
    background-color: #f5f6f8;
    background-repeat: repeat;
    font-size: 14px;
    border-radius: 5px
}

.m_form .short {
    width: 100%;
    float: left
}

.m_form .areLi {
    height: 130px;
    width: 100%
}

.m_form .btnSubmit {
    width: 40%;
    height: 46px;
    font-size: 12px;
    color: #2d0d0d;
    cursor: pointer;
    border: none;
    background-color: #ffba00;
    margin: auto;
    float: left;
    border-radius: 5px
}

.form-group2 .book-btn {
    width: 100%;
    border: none;
    padding: 14px 0 13px;
    background-color: #bb9a65;
    color: #fff;
    border-radius: 5px;
    margin-top: 20px
}

.m_form .short1 {
    width: 100%;
    float: left
}

.m_form li {
    margin-bottom: 12px;
    overflow: hidden
}

.inner_contact_service {
    padding: 50px 30px;
    margin-bottom: 50px;
    background-color: #f9f9f9;
    box-shadow: 0px 0px 30px 0px rgb(159 159 159 / 37%)
}

.inner_contact_service i {
    font-size: 30px;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    display: inline-block;
    background-color: var(--color-main);
    color: #fff;
    transition: 0.5s
}

.inner_contact_service h3 {
    margin: 10px 0
}

.inner_contact_service {
    min-height: 290px
}

.breadcrumb img {
    padding: 0 9px
}

.pagination {
     margin-top:10px;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    text-align: center
}

.pagination ul {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.pagination ul>li {
    display: inline
}

.pagination ul>li:first-child>a {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px
}

.active {
    color: #ea7724
}

.pagination ul>.disabled>a {
    color: #999;
    cursor: default;
    background-color: transparent
}

.pagination ul>li>a,
.pagination ul>li>span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0
}

.partner img {
    max-width: 100%
}

.partner img:hover {
    transition: all 0.3s ease;
    opacity: 0.7
}

.certificate {
    margin-bottom: 35px
}

.about-section {
    padding: 80px 0 80px
}

.about-thumb {
    position: relative
}

.about-thumb img {
    border-radius: 10px;
    width: 100%
}

.about-counter {
    position: absolute;
    background: var(--color-main);
    width: 180px;
    height: 158px;
    border-radius: 3px;
    text-align: center;
    top: 0;
    right: 0
}

.about-counter-text {
    position: relative;
    padding: 28px 0 0
}

.about-counter-text::before {
    position: absolute;
    content: "";
    width: 171px;
    height: 150px;
    border: 1px dashed #fff;
    left: 4px;
    right: 0;
    bottom: 0;
    top: 4px
}

.about-numbar h4 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
    display: inline-block
}

.about-numbar span {
    font-size: 40px;
    color: #ffffff;
    font-weight: 600
}

.about-text h5 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    margin: 5px
}

.about-counter-two {
    position: absolute;
    margin-top: -68px;
    left: 17%;
    color: #fff;
    background-color: #fff;
    padding: 0px 25px 11px;
    border: 2px solid #f00;
    border-radius: 3px;
    width: 325px;
    height: 125px
}

.about-counter-img {
    margin-right: 34px;
    margin-top: 9px
}

.about-number-two h4 {
    display: inline-block;
    font-size: 36px;
    color: var(--color-main);
    font-weight: 500;
    margin-bottom: 9px
}

.about-number-two span {
    font-size: 36px;
    color: var(--color-main);
    font-weight: 500
}

.about-number-two h5 {
    font-size: 18px;
    color: #434141;
    font-weight: 500;
    margin: 0
}

.about-section-sub-title {
    position: relative;
    display: inline-block;
    padding: 0 50px 0;
    margin: 0 -50px 0
}

.about-section-sub-title::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 35px;
    background: var(--color-main);
    top: 6px;
    right: 0
}

.about-section-sub-title::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 35px;
    background: var(--color-main);
    top: 15px;
    right: -12px
}

.about-section-sub-title .tit1 {
    font-size: 24px;
    line-height: 24px;
    color: var(--color-main);
    font-weight: 500;
    margin: 0
}

.about-section-main-title .tit2 {
    font-size: 48px;
    line-height: 60px;
    color: #1c1632;
    font-weight: 600;
    margin-bottom: 23px
}

.about-content-discription p {
    font-size: 16px;
    line-height: 24px;
    color: #434141;
    font-weight: 400;
    margin-bottom: 32px
}

.about-list {
    margin-bottom: 40px
}

.about-list ul li {
    font-size: 18px;
    color: #1c1632;
    font-weight: 500;
    margin-bottom: 17px
}

.about-list ul li i {
    color: var(--color-main);
    margin-right: 7px
}

.tab ul {
    list-style: none
}

.tab ul li {
    display: inline-block;
    margin-right: 18px
}

.tab ul li a {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    background: #1c1632;
    padding: 6px 15px;
    border-radius: 3px;
    margin-bottom: 40px
}

.tab ul li.current a {
    background: var(--color-main) !important
}

.about-video-icon {
    position: absolute;
    right: 95px;
    bottom: 16%;
    margin: auto;
    border-radius: 100%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    transition: 0.5s
}

.about-video-icon a {
    height: 65px;
    width: 65px;
    background: var(--color-main);
    display: inline-block;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 32px
}

.about-counter-two.style-two {
    width: 446px;
    height: 119px;
    border-radius: 3px;
    filter: drop-shadow(0px 1px 25.5px rgba(0, 0, 0, 0.1));
    background-color: #ffffff;
    border: navajowhite;
    padding: 17px 33px 0;
    left: 30px;
    bottom: -22px
}

.about-number-two.style-two {
    float: left;
    margin-right: 26px;
    position: relative
}

.about-number-two.style-two::before {
    border-radius: 50%;
    position: absolute;
    content: "";
    height: 85px;
    width: 85px;
    border: 2px dotted #ffaa19;
    left: -10px;
    right: 0;
    margin: auto
}

.about-number-two.style-two h4 {
    height: 65px;
    width: 65px;
    background: var(--color-main);
    color: #fff;
    line-height: 65px;
    font-size: 30px;
    text-align: center;
    border-radius: 50%
}

.about-counter-content h5 {
    font-size: 24px;
    line-height: 34px;
    color: #1c1632;
    font-weight: 500
}

.about-section.span.process-bar {
    font-size: 18px
}

.about-section.style-two {
    padding: 122px 0 131px
}

.about-section.style-three {
    padding: 120px 0 177px
}

.section-sub-title {
    position: relative;
    display: inline-block
}

.section-sub-title::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 35px;
    background: var(--color-main);
    left: 0;
    top: 19px
}

.section-sub-title::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 35px;
    background: var(--color-main);
    left: -12px;
    top: 28px
}

.section-sub-title .tit1 {
    font-size: 24px;
    color: var(--color-main);
    font-weight: 500;
    margin-bottom: 7px;
    position: relative;
    padding: 0 50px 0
}

.section-sub-title .tit1::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 35px;
    background: var(--color-main);
    right: 0;
    top: 9px
}

.section-sub-title h4::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 35px;
    background: var(--color-main);
    right: -12px;
    top: 17px
}

.section-main-title .tit2 {
    font-size: 48px;
    color: #1c1632;
    font-weight: 600;
    margin-bottom: 42px;
    display: block
}

.section-main-title.contact-us h2 {
    color: #ffff;
    margin-bottom: 17px
}

.section-sub-title.pricing::before {
    display: none
}

.section-sub-title.pricing::after {
    display: none
}

.section-main-title.pricing {
    margin-bottom: 42px
}

.section-sub-title.pricing h4 {
    padding-left: 0
}

.section-main-title.pricing h2 {
    margin-bottom: 0;
    line-height: 48px
}

.section-sub-title.choose::before {
    display: none
}

.section-sub-title.choose::after {
    display: none
}

.section-sub-title.choose h4 {
    padding-left: 0
}

.section-main-title.choose h2 {
    margin-bottom: 22px
}

.section-sub-title.protfolio::before {
    display: none
}

.section-sub-title.protfolio::after {
    display: none
}

.section-sub-title.protfolio h4 {
    padding-left: 0
}

.section-main-title.protfolio h2 {
    color: #ffffff
}

.section-sub-title.offer::before {
    display: none
}

.section-sub-title.offer::after {
    display: none
}

.section-sub-title.offer h4 {
    padding-left: 0
}

.section-main-title.offer {
    margin-bottom: 39px
}

.section-main-title.offer h2 {
    margin-bottom: 0;
    line-height: 49px
}

.section-main-title.blog h2 {
    margin-bottom: 103px
}

.section-main-title.Subscribe h2 {
    line-height: 28px;
    color: #fff
}

.section-sub-title.faq::before {
    display: none
}

.section-sub-title.faq::after {
    display: none
}

.section-sub-title.faq h4 {
    margin-bottom: 0px;
    padding-left: 0
}

.section-sub-title.faq h4::before {
    display: none
}

.section-sub-title.faq h4::after {
    display: none
}

.section-main-title.faq h2 {
    font-size: 40px;
    margin-bottom: 30px;
    text-align: center
}

.service-section {
    padding: 50px 0 100px;
    background: #f2f2f2
}

.service-thumb img {
    width: 100%
}

.service-content {
    background: url(../image/servie-hover.png);
    background-repeat: no-repeat;
    padding: 0 34px 20px;
    position: relative;
    z-index: 1;
    margin: -110px 23px 33px;
    border-radius: 10px;
    background-size: cover
}

.service-content::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    background: url(../image/service-shape.png) no-repeat center / cover;
    left: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(370px) rotateY(90deg) translate(0px, 50px);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    border-radius: 10px;
    z-index: -1
}

.service-box:hover .service-content::before {
    opacity: 1;
    visibility: visible;
    transform: perspective(370px) rotateY(0deg) translate(0px, 0px);
    height: 100%
}

.service-icon-thumb {
    background: #ffffff;
    width: 90px;
    height: 100px;
    line-height: 88px;
    text-align: center;
    border-radius: 0px 0px 45px 45px;
    margin-bottom: 30px;
    transition: 0.5s
}

.service-box:hover .service-icon-thumb {
    background: var(--color-main)
}

.service-icon-thumb img {
    width: auto;
    transition: 0.5s
}

.service-box:hover .service-icon-thumb img {
    filter: brightness(0) invert(1)
}

.service-text a {
    text-decoration: none !important
}

.service-text .tit1 {
    line-height: 24px;
    color: #e2e2e2;
    font-weight: 500
}

.service-text .tit1 a {
    font-size: 26px;
    font-weight: 500
}

.service-box:hover .service-text h4 {
    color: var(--color-main)
}

.service-text .desc {
    margin: 20px 0 45px;
    position: relative
}

.service-text p,
.service-text .desc {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    position: relative
}

.service-text .desc::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 310px;
    background: #e8e8e8;
    bottom: -28px;
    opacity: 0.6
}

.service-text a {
    display: inline-block;
    font-size: 18px;
    text-decoration: underline;
    color: #ffffff;
    font-weight: 400;
    transition: 0.5s
}

.service-box:hover .service-text a,
.service-box:hover .service-text p,
.service-box:hover .service-text .desc {
    color: var(--color-main)
}

.service-text a i {
    font-size: 12px;
    margin-left: 8px
}

.service-box {
    margin-bottom: -24px
}

.pricing-section {
    padding: 138px 0 92px
}

.accordion li {
    list-style: none;
    position: relative;
    z-index: 1;
    background: #f3f3f3;
    margin-bottom: 27px;
    border-radius: 3px
}

.accordion li a {
    display: block;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    color: inherit;
    padding: 11px 35px 11px;
    text-decoration: none;
    margin-bottom: 11px
}

.accordion a.active {
    background: var(--color-main);
    color: #fff
}

.accordion li p {
    display: none;
    font-size: 16px;
    line-height: 26px;
    color: #434141;
    padding: 0 38px 17px;
    margin: 0;
    width: 91%
}

.accordion a:before {
    width: 2px;
    height: 16px;
    background: var(--color-main);
    position: absolute;
    right: 37px;
    content: " ";
    top: 18px;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out
}

.accordion a:after {
    width: 16px;
    height: 2px;
    background: var(--color-main);
    position: absolute;
    right: 30px;
    content: " ";
    top: 25px;
    transition: all 0.2s ease-in-out
}

.accordion a.active:after {
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #ffffff
}

.accordion a.active:before {
    display: none
}

a.active {
    color: #1c1632
}

.pricing-box {
    background: #f3f3f3;
    padding: 34px 45px 30px;
    position: relative;
    border-radius: 3px;
    z-index: 1;
    margin-bottom: 55px
}

.pricing-box::before {
    position: absolute;
    content: "";
    height: 0%;
    width: 100%;
    background: var(--color-main);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    border-radius: 3px;
    z-index: -1;
    transition: all 500ms ease
}

.pricing-box:hover::before {
    height: 104%
}

.pricing-info {
    display: flex;
    justify-content: space-between;
    margin: 0 8px 0px 67px
}

.pricing-year h4 {
    font-size: 16px;
    color: var(--color-main);
    font-weight: 400;
    border: 1px solid rgba(230, 58, 39, 0.251);
    padding: 6px 16px;
    border-radius: 3px;
    transition: 0.5s
}

.pricing-box:hover .pricing-year h4 {
    background: #ffffff
}

.pricing-rate h2 {
    font-size: 30px;
    color: #1c1632;
    font-weight: 500;
    line-height: 24px;
    transition: 0.5s
}

.pricing-box:hover .pricing-rate h2 {
    color: #ffffff
}

.pricing-rate h2 span {
    font-size: 16px
}

.pricing-icon {
    float: left;
    margin-top: 27px;
    margin-right: 28px
}

.pricing-icon i {
    background: #1c1632;
    height: 38px;
    width: 38px;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 2px;
    transition: 0.5s
}

.pricing-box:hover .pricing-icon i {
    background: #ffffff;
    color: var(--color-main)
}

.pricing-content {
    overflow: hidden
}

.pricing-content h4 {
    font-size: 30px;
    line-height: 55px;
    color: #1c1632;
    font-weight: 500;
    transition: 0.5s
}

.pricing-box:hover .pricing-content h4 {
    color: #ffffff
}

.pricing-content p {
    font-size: 16px;
    line-height: 24px;
    color: #434141;
    font-weight: 400;
    transition: 0.5s
}

.pricing-box:hover .pricing-content p {
    color: #ffffff
}

.pricing-value {
    position: absolute;
    top: -27px;
    right: 65px
}

.pricing-value h5 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    background: #1c1632;
    display: inline-block;
    padding: 5px 13px;
    border-radius: 3px;
    transition: 0.5s
}

.pricing-box:hover .pricing-value h5 {
    background: #f3f3f3;
    color: var(--color-main)
}

.call-do-action-section {
    padding: 120px 0 120px;
    background: url(../image/call-do-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px
}

.single-video {
    position: relative;
    top: 64px
}

.video-icon a {
    height: 105px;
    width: 105px;
    background: var(--color-main);
    text-align: center;
    display: inline-block;
    line-height: 105px;
    border-radius: 100%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    transition: 0.5s
}

.video-icon a i {
    color: #ffffff;
    font-size: 76px
}

.call-do-action-section.style-two {}

.map {
    padding: 50px 0
}

.pic img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: all 0.3s;
    transform: scale(1);
    max-height: 100%
}

.mx1200 {
    max-width: 1200px;
    width: 94%;
    margin: 0 auto;
    font-size: 18px;
    text-align: center
}

.mx1200 P {}

.maparea {
    position: relative
}

.maparea img {
    position: relative
}

.maparea li {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 26px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.maparea li strong {
    font-family: Arial;
    display: block;
    width: 100%;
    color: #fff
}

.maparea li p {
    display: block;
    width: 100%;
    color: #fff
}

.maparea li:after {
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    background: rgba(83, 164, 200, 0.2);
    width: 130%;
    height: 130%;
    left: -15%;
    top: -15%;
    border-radius: 50%
}

.maparea li.ouzhou {
    width: 120px;
    height: 120px;
    background: var(--color-main);
    left: 47%;
    top: 10%
}

.maparea li.yazhou {
    width: 100px;
    height: 100px;
    background: var(--color-main);
    left: 63%;
    top: 15%
}

.maparea li.beimeizhou {
    width: 124px;
    height: 124px;
    background: var(--color-main);
    left: 12.5%;
    top: 25%
}

.maparea li.neimao {
    width: 100px;
    height: 100px;
    background: var(--color-main);
    left: 72%;
    top: 27.5%
}

.maparea li.feizhou {
    width: 90px;
    height: 90px;
    background: var(--color-main);
    left: 50%;
    top: 47%
}

.maparea li.nanmeizhou {
    width: 100px;
    height: 100px;
    background: var(--color-main);
    left: 27.5%;
    top: 64%
}

.maparea li.dayangzhou {
    width: 80px;
    height: 80px;
    background: var(--color-main);
    left: 82%;
    top: 70%
}

.maparea li.ouzhou strong {
    font-size: 34px
}

.maparea li.yazhou strong {
    font-size: 30px
}

.maparea li.beimeizhou strong {
    font-size: 36px
}

.maparea li.neimao strong {
    font-size: 26px
}

.maparea li.feizhou strong {
    font-size: 24px
}

.maparea li.nanmeizhou strong {
    font-size: 26px
}

.maparea li.dayangzhou strong {
    font-size: 26px
}

.text img {
    margin: 0 5px
}

.maparea li:after {
    animation-name: Zoom;
    animation-direction: alternate;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-duration: 2s
}

@keyframes Zoom {
    0% {
        transform: scale(1.05)
    }

    25% {
        transform: scale(0.85)
    }

    50% {
        transform: scale(0.75)
    }

    75% {
        transform: scale(0.85)
    }

    100% {
        transform: scale(1.05)
    }
}

.offer-section {
    padding: 100px 0 100px
}

.offer-items-box {
    background: url(../image/offer-item.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 30px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
    height: 330px
}

.offer-items-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../image/offer-hover.png);
    width: 0;
    transform: translateY(100%);
    z-index: -1;
    transition: 0.5s;
    border-radius: 3px;
    background-size: cover
}

.offer-items-box:hover::before {
    width: 100%;
    transform: translateY(0)
}

.offer-icon-thumb img {
    transition: 0.5s
}

.offer-items-box:hover .offer-icon-thumb img {
    filter: brightness(0) invert(1)
}

.offer-content h4 {
    font-size: 24px;
    line-height: 24px;
    color: #1c1632;
    font-weight: 500;
    padding: 10px 0 16px;
    transition: 0.5s
}

.offer-items-box:hover .offer-content h4 {
    color: #ffffff
}

.offer-content p {
    font-size: 16px;
    line-height: 24px;
    color: #434141;
    font-weight: 400;
    transition: 0.5s
}

.offer-items-box:hover .offer-content p {
    color: #ffffff
}

.offer-thumb {
    margin-left: -100px;
    margin-top: 60px
}

.offer-thumb img {
    width: 100%
}

.process-ber-plugin {
    padding: 36px 0 0
}

span.process-bar {
    font-size: 20px;
    color: #1c1632;
    font-weight: 500;
    position: relative
}

.barfiller {
    width: 562px;
    height: 10px;
    position: relative;
    margin-bottom: 25px;
    margin-top: 11px;
    border-radius: 3px;
    background-color: #c9ccd2
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    z-index: 1
}

.barfiller .tipWrap {
    display: none
}

.barfiller .tip {
    font-size: 18px;
    color: #1c1632;
    font-weight: 500;
    top: -37px;
    padding: 1px 6px;
    left: 0px;
    position: absolute
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
    animation-delay: 0.25s;
    -webkit-animation-delay: 0.25s
}

span.fill {
    background: var(--color-main) !important;
    border-radius: 3px
}

.appointment-section {
    padding: 60px 0 154px 0;
    background-image: url(../image/contact_bg.jpg);
    background-repeat: no-repeat;
    background-position: top
}

.team-section {
    padding: 50px 0 100px;
    background: #f6f6f6
}

.appointment-section img {
    max-width: 100%
}

.team-thumb {
    position: relative
}

.team-thumb img {
    width: 100%
}

.team-icon {
    position: absolute;
    top: 44px;
    right: 10px;
    transform: translate(-50%, 50%);
    transition: 0.5s;
    opacity: 0
}

.team-items-box:hover .team-icon {
    top: -48px;
    opacity: 1
}

.team-icon ul {
    list-style: none
}

.team-icon ul li {
    display: block;
    margin-top: 8px
}

.team-icon ul li a i {
    height: 32px;
    width: 32px;
    background: #fff;
    text-align: center;
    line-height: 32px;
    color: var(--color-main);
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: 0.5s
}

.team-icon ul li a:hover i {
    color: #ffffff
}

.team-icon ul li a i:hover::after {
    transform: scale(1)
}

.team-main-icon {
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 44px;
    margin: auto;
    transform: translateX(50%);
    z-index: 999
}

.team-main-icon a {
    height: 40px;
    width: 40px;
    background: var(--color-main);
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    position: relative;
    z-index: 1
}

.team-main-icon a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    transform: scale(0);
    border-radius: 50%;
    z-index: -1;
    transition: 0.5s
}

.team-items-box:hover .team-main-icon a::before {
    transform: scale(1)
}

.team-main-icon a i {
    transition: 0.5s
}

.team-content h4 {
    margin-top: 0
}

.team-content {
    text-align: center;
    background: #efefef
}

.team-items-box:hover .team-content::before {
    width: 100%
}

.team-content h4 a {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-weight: 500;
    text-decoration: none
}

.team-content span {
    font-size: 16px;
    line-height: 32px;
    color: #9a9898;
    font-weight: 400;
    transition: 0.5s
}

.team-items-box:hover .team-content span {
    color: #e2e2e2
}

.team-icon.style-two {
    right: 40%
}

.team-items-box:hover .team-icon.style-two {
    top: 8px
}

.team-main-icon.style-twoa i {
    position: relative
}

.team-main-icon.style-two a i::after {
    position: absolute;
    content: "";
    height: 14px;
    width: 2px;
    background: #ffffff;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 15px;
    opacity: 0;
    transition: 0.5s
}

.team-section.style-two {
    padding: 102px 0 286px
}

.footer-section {
    background: var(--color-main);
    padding: 25px 0 10px
}

.footer-wiget-text p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    margin: 21px 0 21px
}

.footer-wiget-social ul {
    list-style: none
}

.footer-wiget-social ul li {
    display: inline-block;
    margin-right: 14px
}

.footer-wiget-social ul li a i {
    color: #ff6000;
    font-size: 20px;
    transition: 0.5s
}

.footer-wiget-social ul li a:hover i {
    color: #ffffff
}

.footer-wiget-title .tit4 {
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    transition: 0.5s;
    display: block
}

.footer-wiget-menu ul {
    list-style: none
}

.footer-wiget-menu ul li {
    list-style: none;
    margin-top: 6px
}

.footer-wiget-menu ul li a {
    display: inline-block;
    font-size: 18px;
    color: #e2e2e2;
    font-weight: 400;
    text-decoration: none;
    transition: 0.5s
}

.footer-wiget-menu ul li a:hover {
    color: var(--color-main)
}

.footer-wiget-contact-menu ul {
    list-style: none
}

.footer-wiget-contact-menu ul li {
    display: block;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    font-weight: 400;
    transition: 0.5s;

    &:not(:first-child) {
        margin-top: 10px
    }
}

.footer-wiget-contact-menu ul li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    transition: 0.5s
}

.footer-wiget-contact-menu ul li a:hover {
    color: #ffffff
}

.foot_logo {
    padding-top: 76px;
    text-align: right
}

.foot-biao p {
    text-align: right;
    font-size: 18px;
    color: #fff
}

.footer-thumb {
    margin: -120px 127px -199px;
    position: relative
}

.default-form .form-group .field-label {
    position: relative;
    display: block;
    text-align: left;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 50px;
    color: #666
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group input[type="file"],
.default-form .form-group input[type="number"],
.default-form .form-group textarea,
.default-form .form-group select {
    position: relative;
    display: block;
    height: 52px;
    width: 100%;
    font-size: 15px;
    color: #25283a;
    line-height: 30px;
    font-weight: 400;
    padding: 10px;
    background-color: var(--white);
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.iptTxt2 {
    float: left;
    width: 70%;
    margin-right: 10%;
    font-size: 15px;
    color: #25283a;
    line-height: 30px;
    font-weight: 400;
    padding: 10px;
    background-color: var(--white);
    border: 1px solid #ccc;
    border-radius: 5px
}

.iptTxt2-home {
    float: left;
    width: 52%;
    margin-right: 10%;
    font-size: 15px;
    color: #25283a;
    line-height: 30px;
    font-weight: 400;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px
}

.appointment-section .book-form-box .default-form .row .form-group {
    position: relative;
    padding: 0 10px;
    margin-bottom: 10px
}

.form-group2 .book-btn {
    width: 100%;
    border: none;
    padding: 14px 0 13px;
    background-color: #22acd3;
    color: #fff;
    border-radius: 5px;
    margin-top: 20px
}

.appointment-section .book-form-box {
    position: relative;
    border-radius: 10px;
    padding: 37px 38px 37px 38px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
    min-height: 550px
}

.row.footer-line {
    border-top: 1px solid rgba(111, 111, 111, 0.271);
    padding: 10px 0 0;
    margin: 15px 0 0
}

.footer-wiget-social li img {
    margin-top: -5px
}

.footer-wiget-social {
    margin-top: 10px
}

.copyright-text p {
    font-size: 14px;
    line-height: 27px;
    color: #e2e2e2;
    text-align: center
}

.copyright-text p a {
    color: #e2e2e2;
    font-size: 16px;
    font-weight: 400;
    transition: 0.5s
}

.copyright-text p a:hover {
    color: #ffffff
}

.footer-condition ul {
    list-style: none
}

.footer-condition ul li {
    display: inline-block
}

.footer-condition ul li a {
    display: inline-block;
    margin-right: 50px;
    font-size: 18px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 400;
    transition: 0.5s;
    text-decoration: none
}

.footer-condition ul li a:hover {
    color: var(--color-main)
}

.testimonial-section {
    padding: 50px 0
}

.testi-item-box {
    text-align: center;
    background-color: #ffffff;
    border-radius: 0px 0px 4px 4px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    padding: 44px 37px 40px;
    border-top: 3px solid var(--color-main);
    position: relative;
    margin: 0 10px 3px
}

.testi-item-box::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 0%;
    background: #1c1632;
    top: -3px;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s
}

.testi-item-box:hover::before {
    width: 100%
}

.testi-title h4 {
    font-size: 24px;
    line-height: 44px;
    color: #1c1632;
    font-weight: 500
}

.testi-title span {
    font-size: 20px;
    line-height: 26px;
    color: var(--color-main);
    font-weight: 500
}

.testi-discription p {
    font-size: 16px;
    line-height: 28px;
    color: #434141;
    font-weight: 400;
    margin: 10px 0 5px
}

.testi-icon i {
    color: var(--color-main);
    margin: 0 2px 0;
    font-size: 14px;
    opacity: 0.8
}

.testimonial-section .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.testimonial-section .owl-carousel .owl-item img {
    display: inline-block
}

.testimonial-section .owl-dots {
    text-align: center;
    margin-top: 31px
}

.testimonial-section .owl-dot {
    margin-right: 9px;
    height: 14px;
    width: 14px;
    border: 2px solid var(--color-main);
    border-radius: 50%;
    display: inline-block
}

.testimonial-section .owl-dot.active {
    height: 14px;
    width: 14px;
    background: var(--color-main);
    border-radius: 50%
}

.breatcome-section {
    background: url(../image/breatcame-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 130px 0
}

.breatcome-content {
    position: relative
}

.breatcome-title h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 19px
}

.bratcome-text {
    position: absolute;
    right: 0;
    bottom: -149px;
    background: #f4fbff;
    padding: 23px 35px;
    border-radius: 5px 5px 0 0
}

.bratcome-text ul {
    list-style: none
}

.bratcome-text ul li {
    display: inline-block;
    margin-right: 10px;
    margin-left: 15px;
    font-size: 16px;
    line-height: 27px;
    color: #434141;
    font-weight: 500
}

.bratcome-text ul li a {
    display: inline-block;
    font-size: 16px;
    color: #434141;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    transition: 0.5s
}

.bratcome-text ul li a:hover {
    color: var(--color-main)
}

.bratcome-text ul li:nth-child(1) a::before {
    position: absolute;
    content: "/";
    left: 50px
}

.ny_tit3 h4 {
    font-size: 30px;
    margin-bottom: 15px
}

.weibos {
    margin-bottom: 50px
}

.product-review-tab {
    padding-top: 20px;
    padding-bottom: 30px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.product-section h4 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 40px
}

.product-section {
    padding-top: 50px
}

.category-button a {
    text-transform: uppercase;
    margin-right: 30px;
    border: 2px solid var(--color-main);
    background-color: var(--color-main);
    border-radius: 50px;
    color: #ffffff;
    padding: 12px 24px
}

.product-meta {
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    padding: 25px 0 13px 0;
    width: 100%;
    margin: 20px 0
}

.product-meta li {
    list-style: none;
    padding: 8px 0
}

.product-meta li i {
    color: var(--color-main);
    font-size: 20px;
    padding-right: 10px
}

.contant_us_bom img {
    max-width: 100%
}

.contant_us_bom {
    overflow: hidden;
    margin-top: 50px;
    padding-bottom: 30px
}

.contact_left {
    padding-top: 5px;
    padding-left: 4%
}

#feedback-form {
    background-color: #f9f9f9;
    padding: 60px 30px
}

.syh2_contact {
    text-align: center;
    margin-bottom: 35px
}

.syh_contact {
    margin-bottom: 35px
}

.pro-name h5 {
    text-align: center
}

.blog-items-box.style-two {
    border: none;
    margin-bottom: 10px
}

.blog-thumb.style-two {
    margin: 0
}

.blog-thumb.style-two img {
    width: 100%
}

.blog-content.style-two {
    background-color: #ffffff;
    filter: drop-shadow(0px 3px 12.5px rgba(0, 0, 0, 0.1));
    padding: 27px 29px 34px;
    border-radius: 0px 0px 6px 6px
}

.blog-meta.style-two {
    margin: 0
}

.blog-disctiption p {
    font-size: 16px;
    line-height: 28px;
    color: #434141;
    font-weight: 400
}

.as-pagination {
    margin-top: 18px
}

.as-pagination ul {
    list-style: none
}

.as-pagination ul li {
    display: inline-block
}

.as-pagination ul li a {
    display: inline-block;
    font-size: 16px;
    color: #292930;
    font-weight: 500;
    border: 1px solid #dddddd;
    height: 38px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 3px;
    margin-left: 5px;
    transition: 0.5s;
    text-decoration: none;
    position: relative;
    transition: 0.5s
}

.as-pagination ul li a:hover {
    color: #ffffff
}

.as-pagination ul li a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-main);
    transform: scale(0);
    border-radius: 3px;
    z-index: -1;
    transition: 0.5s
}

.as-pagination ul li a:hover::before {
    transform: scale(1)
}

.widget_search form {
    position: relative
}

.widget_search input {
    border-radius: 4px;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    position: relative;
    color: #606060;
    font-weight: 400;
    border: 0;
    border: 1px solid #dddddd;
    outline: 0
}

button.icons {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background: var(--color-main);
    border-radius: 0 3px 3px 0
}

.categories-title h4 {
    font-size: 24px;
    margin-bottom: 25px
}

.widget-categories-menu ul li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
    position: relative;
    margin-bottom: 10px
}

.widget-categories-menu ul li::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    transition: all 0.5s linear 0s;
    background-color: var(--color-main);
    content: ""
}

.widget-categories-menu ul li:hover::after {
    width: 100%;
    right: auto;
    left: 0
}

.widget-categories-menu ul li a {
    display: block;
    overflow: hidden;
    text-decoration: none;
    transition: 0.5s;
    font-weight: 500
}

.widget-categories-menu ul li a:hover {
    color: var(--color-main)
}

.widget-categories-menu ul li a span {
    float: right
}

.sidber-widget-recent-post {
    margin: 44px 0 62px
}

.recent-widget-thumb {
    float: left;
    margin-right: 16px;
    margin-top: -15px;
    transition: 0.5s
}

.recent-widget-content a {
    font-size: 20px;
    line-height: 26px;
    color: #292930;
    font-weight: 600;
    display: block;
    text-decoration: none;
    margin-bottom: 6px;
    transition: 0.5s
}

.recent-widget-content a:hover {
    color: var(--color-main)
}

.recent-widget-content span {
    font-size: 16px;
    line-height: 26px;
    color: #434141;
    font-weight: 400
}

.recent-widget-content span i {
    font-size: 13px;
    margin-right: 4px
}

.widget-tags a {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #dddddd;
    padding: 3px 14px;
    margin: 11px 5px;
    border-radius: 2px;
    font-size: 16px;
    color: #434141;
    font-weight: 400;
    position: relative;
    transition: 0.5s;
    z-index: 1
}

.widget-tags a:hover {
    color: #fff
}

.widget-tags a:before {
    position: absolute;
    content: "";
    left: -2px;
    top: 0px;
    height: 102%;
    width: 0%;
    background: var(--color-main);
    z-index: -1;
    border-radius: 3px;
    transition: 0.5s
}

.widget-tags a:hover:before {
    width: 104%
}

.ba-blog-widget-title {
    font-size: 24px;
    margin: 27px 0 22px
}

.ba-blog-widget-subscribe-form form {
    position: relative
}

.ba-blog-widget-subscribe-form input {
    border: 0;
    width: 100%;
    padding-right: 30px;
    outline: 0;
    border-bottom: 1px solid #ddd;
    color: #434141;
    padding-bottom: 3px;
    transition: all 0.3s linear 0s
}

.ba-blog-widget-subscribe-form input:focus {
    border-color: var(--color-main)
}

.ba-blog-widget-subscribe-form button[type="submit"] {
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 2px;
    background: transparent;
    border: 0;
    color: var(--color-main)
}

.blog-content.style-two.inner {
    background: none
}

.blog-disctiption.inner {
    margin-bottom: 32px
}

.blog-details-thumb img {
    width: 100%
}

.blog-details-list {
    margin-bottom: 32px
}

.blog-details-list ul li {
    list-style: none;
    margin-bottom: 12px;
    font-size: 18px;
    color: #292930;
    font-weight: 600
}

.blog-details-list ul li i {
    font-size: 22px;
    padding-right: 8px
}

.blog-details-list ul li.active {
    color: var(--color-main)
}

.blog-details-title h5 {
    font-size: 24px;
    line-height: 26px;
    color: #292930;
    font-weight: 600;
    margin-bottom: 15px
}

blockquote {
    filter: drop-shadow(0 0 45px rgba(0, 0, 0, 0.1));
    background-color: #ffffff;
    padding: 25px 34px 30px;
    text-align: center
}

.blog-details-social-box {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 4px 0;
    padding-bottom: 9px
}

.ba-blog-details-social-icons h6 {
    display: inline-block;
    margin-right: 15px;
    color: #e6004a
}

.ba-blog-details-social-icons a {
    margin-right: 10px;
    vertical-align: middle
}

.ba-blog-details-social-icons a:hover {
    color: var(--color-main)
}

.ba-blog-details-social-icons a i {
    font-size: 20px;
    color: #292930;
    font-weight: 600
}

.text-sm-end {
    text-align: right !important
}

.ba-blog-details-comment-count i {
    font-size: 15px;
    color: var(--color-main)
}

.ba-blog-details-comment-count span {
    display: inline-block;
    margin-left: 10px
}

.ba-section-title-2 {
    position: relative;
    padding-bottom: 16px
}

.ba-section-title-2::after {
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 90px;
    background: var(--color-main);
    content: "";
    left: 0
}

.ba-blog-comment-list ul {
    list-style: none
}

.ba-blog-comment-list ul li .ba-blog-comment-box {
    border-bottom: 1px solid #ddd;
    padding-bottom: 38px
}

.ba-blog-comment-list ul li .ba-blog-comment-box.inner-2 {
    border-bottom: none
}

.ba-blog-comment-list ul li .ba-blog-comment-box.inner {
    margin: 25px 67px 28px
}

.ba-blog-comment-list ul li .image {
    float: left;
    margin-right: 30px
}

.ba-blog-comment-list ul li .content {
    overflow: hidden
}

.ba-blog-comment-list .title {
    margin-bottom: 5px
}

.text-sm-end {
    text-align: right !important
}

.ba-blog-comment-list ul li .replay-link {
    text-decoration: none
}

.choose-contact-box.inner {
    background: 0;
    padding: 0
}

.choose-contact-title.inner h4 {
    font-size: 24px;
    color: #292930;
    position: relative;
    margin-bottom: 50px
}

.choose-contact-title.inner h4::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 90px;
    background: #e6004a;
    bottom: -10px
}

.form-box.inner textarea {
    width: 100%;
    height: 220px
}

.form-box-button.inner button {
    width: 196px;
    height: 55px;
    border-radius: 5px;
    background-color: var(--color-main)
}

.service-section.style-two {
    padding: 106px 0 78px
}

.service-box.style-two {
    margin-bottom: 40px
}

.project-grid-section {
    padding: 118px 0 88px
}

.protfolio-menu ul {
    list-style: none
}

.protfolio-menu ul li {
    display: inline-block;
    padding: 12px 33px;
    font-size: 18px;
    color: #ffffff;
    background: #1c1632;
    font-weight: 500;
    margin: 0px 13px 50px;
    border-radius: 5px;
    cursor: pointer
}

.protfolio-menu ul li.current_menu_item {
    position: relative;
    color: #ffffff;
    z-index: 1
}

.protfolio-menu ul li.current_menu_item::before {
    position: absolute;
    content: "";
    background: var(--color-main);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
    border-radius: 5px;
    z-index: -1;
    transition: 0.5s
}

.protfolio-menu ul li.current_menu_item:hover::before {
    transform: scale(1)
}

.project-thumb img {
    width: 100%
}

.project-grid-box:hover .project-content::before {
    transform: scale(1)
}

.project-content h4 {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    font-weight: 500;
    text-align: center
}

.project-content span {
    font-size: 16px;
    line-height: 24px;
    color: #dddddd;
    font-weight: 400
}

.error-section {
    padding: 118px 0 120px
}

.contact-section {
    padding: 118px 0 120px;
    background: #eaeaea
}

.contact-sub-title h4 {
    font-size: 17px;
    color: var(--color-main);
    font-weight: 400
}

.contact-main-title h2 {
    font-size: 40px;
    color: #0d1c37;
    font-weight: 700
}

.contact-discription p {
    font-size: 15px;
    line-height: 46px;
    color: #383737;
    font-weight: 400;
    margin-bottom: 37px
}

.contact-box-item {
    margin-bottom: 30px
}

.contact-icon {
    float: left;
    margin-right: 22px;
    margin-top: -4px
}

.contact-icon i {
    height: 60px;
    width: 60px;
    background: #292930;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 23px;
    position: relative;
    z-index: 1
}

.contact-icon i::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-main);
    border-radius: 50%;
    transform: scale(0);
    transition: 0.5s;
    z-index: -1
}

.contact-icon:hover i::after {
    transform: scale(1)
}

.contact-adress h5 {
    font-size: 24px;
    color: #0d1c37;
    font-weight: 500
}

.contact-adress span {
    font-size: 15px;
    line-height: 29px;
    color: #383737;
    font-weight: 400
}

.choose-contact-box.contact-inner {
    background: none;
    padding: 0
}

.form-box.contact-inner select {
    width: 100%
}

.form-box.contact-inner textarea {
    width: 100%;
    height: 186px
}

.form-box-button.contact-inner button {
    width: 165px;
    height: 50px;
    border-radius: 4px
}

.faq-section {
    padding: 108px 0 94px
}

.faq-discription p {
    font-size: 16px;
    line-height: 28px;
    color: #434141;
    font-weight: 400;
    margin-bottom: 33px
}

.choose-contact-box.faq {
    background: #f8f8f8;
    padding: 46px 82px 60px
}

.choose-contact-title.faq h4 {
    font-size: 30px;
    line-height: 34px;
    color: #292930;
    font-weight: 600;
    margin-bottom: 47px
}

.form-box.faq input {
    height: 62px;
    background-color: #f2f2f2;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 13px
}

.form-box.faq textarea {
    width: 100%;
    height: 118px;
    border-radius: 5px;
    background-color: #f2f2f2;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 45px
}

.form-box-button.faq button {
    width: 216px;
    height: 62px;
    border-radius: 5px;
    background-color: var(--color-main)
}

.service-details-section {
    padding: 120px 0 77px
}

.service-details-thumb img {
    width: 100%
}

.service-details-thumb-two img {
    width: 100%
}

.service-details-title h4 {
    font-size: 26px;
    color: #0d1c37;
    font-weight: 700;
    padding: 13px 0
}

.service-details-discription p {
    font-size: 16px;
    color: #434141;
    font-weight: 400;
    font-family: "Jost";
    padding: 4px 0 31px 0;
    margin: 0
}

.widget_search.box {
    padding: 29px 22px 30px;
    border-radius: 4px;
    margin-bottom: 30px;
    background: #f5f5f5
}

.widget-categories-box.two {
    padding: 25px;
    border-radius: 4px;
    margin-bottom: 30px;
    background: #f6f6f6
}

.project-thumb img {
    border: 1px solid #e9e9e9
}

.widget-categories-menu ul li {
    list-style: none;
    padding: 10px 13px;
    position: relative;
    margin-bottom: 10px;
    background: #fefefe;
    position: relative;
    z-index: 1;
    transition: 0.5s
}

.widget-categories-menu.asd ul li::after {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 2px;
    height: 47px;
    transition: all 0.5s linear 0s;
    background-color: var(--color-main);
    content: "";
    z-index: -1
}

.widget-categories-menu.asd ul li:hover::after {
    width: 100%
}

.widget-categories-menu.asd ul li a {
    transition: 0.5s
}

.widget-categories-menu.asd ul li:hover a {
    color: #fff !important
}

.widget-content {
    padding: 0 21px 31px;
    border-radius: 4px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2)
}

.widget-content h4 {
    padding: 28px 0 15px;
    font-size: 24px;
    color: #292930;
    font-weight: 600
}

.widget-content p {
    font-size: 16px;
    color: #434141;
    font-weight: 400;
    margin: 0
}

.widget-info-social-link ul li {
    list-style: none;
    padding: 21px 0 0
}

.widget-info-social-link ul li a {
    text-decoration: none
}

.widget-info-social-link ul li span {
    font-size: 17px;
    color: #292930;
    font-weight: 500;
    transition: 0.3s
}

.widget-info-social-link ul li a i {
    font-size: 24px;
    color: var(--color-main);
    font-weight: 400;
    padding-right: 9px
}

.widget-info-social-link ul li span:hover {
    color: var(--color-main)
}

.sidebar-title {
    font-size: 24px;
    margin-bottom: 25px
}

.proName_prolist {
    font-size: 34px
}

.service-section.style-three {
    padding: 15px 0 75px;
    background: none;
    margin-bottom: 0
}

.team-details-section {
    padding: 118px 0 118px
}

.ba-team-details-author-skill-area {
    margin-bottom: 30px
}

.team-details-author-img img {
    width: 100%
}

.team-details-author-name {
    margin-bottom: 14px
}

.team-details-author-name h4 {
    font-size: 24px;
    line-height: 60px;
    color: #292930;
    font-weight: 600
}

.team-details-author-name span {
    font-size: 16px;
    line-height: 36px;
    color: #434141;
    font-weight: 400
}

.team-details-author-experience ul li {
    list-style: none;
    margin-bottom: 12px
}

.team-details-author-experience ul li .label {
    min-width: 152px;
    float: left;
    font-size: 16px;
    color: #434141;
    font-weight: 500
}

.team-details-author-experience ul li .value {
    overflow: hidden;
    display: block
}

.team-details-author-experience ul li .value {
    overflow: hidden;
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #434141
}

.team-card-box-social a {
    display: inline-block;
    margin-right: 15px;
    height: 40px;
    width: 40px;
    background: #f3f3f3;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1
}

.team-card-box-social a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-main);
    border-radius: 50%;
    transform: scale(0);
    transition: 0.5s;
    z-index: -1
}

.team-card-box-social a:hover::before {
    transform: scale(1)
}

.team-card-box-social a i {
    transition: 0.5s
}

.team-card-box-social a:hover i {
    color: #ffffff
}

span.process-bar.style-two {
    font-size: 16px
}

.barfiller.style-two {
    width: 100%
}

.team-details-title h4 {
    font-size: 24px;
    line-height: 60px;
    color: #292930;
    font-weight: 600
}

.choose-contact-title.inner.team h4::before {
    display: none
}

.choose-contact-title.inner.team h4 {
    border-bottom: 1px solid #dddddd;
    padding: 0px 0 13px;
    margin-bottom: 28px
}

.form-box.inner.team input {
    border: 1px solid #dddddd;
    margin-bottom: 16px
}

.form-box.inner.team textarea {
    border: 1px solid #dddddd;
    height: 135px
}

.form-box-button.inner.team button:hover::before {
    background: #1c1632
}

.project-details-section {
    padding: 118px 0 120px
}

.project-details-section .info-area {
    padding-left: 60px
}

.project-details-section .sub-title h5 {
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize
}

.project-details-section .info li {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 15px 0
}

.project-details-section .info li h6 {
    font-weight: 700;
    text-transform: capitalize;
    width: 50%
}

.project-details-section .info li p {
    width: 50%;
    text-transform: capitalize
}

.project-details-section .info li ul li {
    border: 0;
    padding: 0;
    padding-right: 15px
}

.project-details-section .title h4 {
    font-size: 29px;
    line-height: 44px;
    text-transform: capitalize;
    font-weight: 700
}

.project-details-section .list-part {
    padding-top: 10px
}

.project-details-section .desc-list {
    padding-top: 20px
}

.project-details-section .desc-list li {
    position: relative;
    padding: 5px 0 5px 30px;
    list-style: none
}

.project-details-section .desc-list li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: var(--color-main)
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.9);
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1)
}

.search-popup {
    width: 100%
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--color-main);
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #ffffff;
    transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.search-active .search-popup form {
    transform: scaleX(1);
    transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #333;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: var(--color-main);
    padding: 0;
    cursor: pointer;
    transition: all 500ms ease;
    border: none
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: #000000
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.flaticon-multiply:before {
    content: inherit
}

button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block
}

span.flaticon-multiply i {
    display: inline-block;
    color: var(--color-main)
}

.scroll-area {
    position: relative;
    z-index: 999
}

.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 10px
}

.scroll-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s
}

.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%
}

.scroll-area .go-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #00132b 0%, #00132b 100%);
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    border-radius: 100%
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
    color: #fff
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
    opacity: 1;
    visibility: visible
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%
}

.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius: 100%
}

.top-wrap {
    position: relative
}

.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #ff3c00
}

.top-wrap .go-top-button i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff
}

.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #69ddcc 0%, #69ddcc 100%);
    background-image: -webkit-linear-gradient(0deg, #fb8a42 0%, #fb8a42 100%);
    border-radius: 100%
}

.top-wrap .go-top-button:hover {
    background-color: #222;
    color: #fff
}

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

.bounce-animate2 {
    animation-name: float-bob2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob2;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob2;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

.bounce-animate3 {
    animation-name: float-bob3;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob3;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob3;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob3;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

.bounce-animate4 {
    animation-name: float-bob4;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob4;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob4;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob4;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

.bounce-animate5 {
    animation-name: float-bob5;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

.bounce-animate-slow {
    animation-name: float-bob5;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

.bounce-animate-3 {
    animation-name: float-bob6;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob6;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob6;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob6;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

@keyframes float-bob {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

@keyframes float-bob2 {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px)
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px)
    }
}

@keyframes float-bob3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }
}

@keyframes float-bob4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }
}

@keyframes float-bob5 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }
}

@keyframes float-bob6 {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

.dance3 {
    -webkit-animation: dance3 8s alternate infinite;
    animation: dance3 8s alternate infinite
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5)
    }

    100% {
        -webkit-transform: scale(1.2)
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
    animation: dance2 4s alternate infinite
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0)
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px)
    }
}

.watermark-animate {
    -webkit-animation: watermark-animate 8s infinite;
    animation: watermark-animate 8s infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@keyframes watermark-animate {
    0% {
        left: 0
    }

    100% {
        left: 100%
    }
}

.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 666
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: var(--color-main);
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

.loader:before {
    position: absolute;
    content: "";
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #1c1632;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.loader:after {
    position: absolute;
    content: "";
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #fff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease
}

.loaded .loder-section.left-section {
    left: -100%
}

.loaded .loder-section.right-section {
    right: -100%
}

.loaded .loader-wrapper {
    visibility: hidden
}

.loaded .loader {
    top: -100%;
    opacity: 0
}

.select {
    float: right;
    margin-left: 10px;
    padding: 2px
}

.propage {
    font-size: 12px;
    float: right;
    margin-left: 5px;
    margin-right: 0px;
    padding-right: 0px
}

.propage a {
    display: block;
    border: 1px solid #ccc;
    color: #000;
    text-decoration: none;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px
}

.n-list li {
    line-height: 35px;
    border-bottom: 1px #ccc dashed;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
    font-size: 15px;
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.sticky-nav .solar-menu ul li a {
    padding: 0
}

.sticky-nav .logo {
    margin: 5px 0
}

.sticky-nav .solar-menu ul li:hover>.sub-menu {
    top: 200% !important
}

