/*
  Theme Name: Hewei Creative Sky Technology - 2022
  Support: mail@hwcyxk.com
  Description: 赫伟创意星空科技
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. Header
3. Search
4. Mobile-menu
5. Breadcrumb
6. Banner
7. Brand
8. Features
9. Feedback
10. Services
11. Business
12. Delivering Value
13. Team
14. Faq
15. Trial-area
16. Online-support
17. Testimonial
18. Gallery
19. Blog
20. Contact
21. Footer
22. Preloader
*/



/* 1. Theme default css（主题默认样式）*/
/*@font-face {*/
/*    font-family:HarmonyOS_Sans_SC_Regular;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*    src: url('https://cdn.jsdelivr.net/gh/qiaohewei/HarmonyOS-Sans/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Regular.ttf') format('truetype');*/
/*}*/

/*@font-face {*/
/*    font-family:HarmonyOS_Sans_SC_Medium;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*    src: url('https://cdn.jsdelivr.net/gh/qiaohewei/HarmonyOS-Sans/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Medium.woff') format('woff');*/
/*    src: url('https://cdn.jsdelivr.net/gh/qiaohewei/HarmonyOS-Sans/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Medium.woff2') format('woff2');*/
/*}*/

/* @font-face {
    font-family:HarmonyOS_Sans_SC_Regular;
    font-style: normal;
    font-display: swap;
    src: url('https://official-website-resources.hwcyxk.com/fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Regular.ttf?versionId=CAEQGRiBgIDYrPn_.BciIGEyMjI3MjVmMGE4NzQ3NmNiM2Y0MmZkNjdlYjE5MzE0') format('truetype');
} */

/* @font-face {
    font-family:HarmonyOS_Sans_SC_Medium;
    font-style: normal;
    font-display: swap;
    src: url('https://official-website-resources.hwcyxk.com/fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Medium.woff?versionId=CAEQGRiBgMCVrvn_.BciIDJjMGM3YmNmZjRlZjQyYmI5NWZkZGZhYTFiYzUwMDE1') format('woff');
    src: url('https://official-website-resources.hwcyxk.com/fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Medium.woff2?versionId=CAEQGRiBgIDArPn_.BciIDAzMTg5ZDY2MWIyZjRmNjA5YzI0OTg2YTE2MGU5YmM5') format('woff2');
} */

.bg-theme-color {
    background-color: var(--Theme-Color) !important;
}

.font-theme-color {
    color: var(--Theme-Color) !important;
}

/* @import url('https://fonts.goo gleapis.com/css2?family=Nunito:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400;1,600;1,700;1,800&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600&display=swap'); */
body {
    font-family: 'HarmonyOS_Sans_SC_Regular','Poppins', sans-serif;
    /* font-weight: 500; */
    font-size: 16px;
    color: var(--Assist-Theme-Color-Dark);
    font-style: normal;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.btn:focus,
.button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    color: var(--Theme-Color);
    text-decoration: none;
}

a,
button {
    color: var(--Theme-Color);
    outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'HarmonyOS_Sans_SC_Medium','Nunito', sans-serif;
    color: var(--Theme-Color-Dark);
    margin-top: 0px;
    font-style: normal;
    font-weight: 800;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-weight: 700;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

p {
    font-size: 16px;
    /* font-weight: 500; */
    line-height: 30px;
    color: var(--Assist-Theme-Color-Dark);
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: var(--Assist-Theme-Color);
    color: var(--White-Color);
    text-shadow: none;
}

::-moz-selection {
    background: var(--Theme-Color-Dark);
    color: var(--White-Color);
    text-shadow: none;
}

::selection {
    background: var(--Theme-Color-Dark);
    color: var(--White-Color);
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: var(--Theme-Color) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.separator {
    border-top: 1px solid #f2f2f2
}

.slick-slide:focus {
    outline: none;
}

/* button style */
.btn {
    background: var(--Theme-Color) none repeat scroll 0 0;
    border: none;
    border-radius: 4px;
    color: var(--White-Color);
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 0;
    padding: 18px 31px;
    text-align: center;
    text-transform: inherit;
    touch-action: manipulation;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    vertical-align: middle;
    white-space: nowrap;
    font-family: 'Nunito', sans-serif;
    box-shadow: 0px 9px 16.74px 1.26px rgba(99, 134, 94, 0.21);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-sm {
    background: var(--Theme-Color) none repeat scroll 0 0;
    border: none;
    border-radius: 4px;
    color: var(--White-Color);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 0;
    padding: 10px 26px;
    text-align: center;
    text-transform: inherit;
    touch-action: manipulation;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    vertical-align: middle;
    white-space: nowrap;
    font-family: 'Nunito', sans-serif;
    box-shadow: 0px 9px 16.74px 1.26px rgba(99, 134, 94, 0.21);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn i {
    margin-right: 5px;
}

.btn:hover {
    color: var(--White-Color);
    box-shadow: none;
}

.btn span {
    background: var(--Assist-Theme-Color) none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    width: 0;
    z-index: -1;
}

.btn:hover>span {
    height: 562.5px;
    width: 562.5px;
}

.breadcrumb>.active {
    color: #888;
}

.page-link{
    position: relative;
    display: block;
    padding: 0.6rem 0.95rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--Theme-Color);
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item:focus,.page-link:focus{
    outline: 0 !important;
    box-shadow:none !important;
}

.page-item:first-child .page-link{
    margin-left: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; 
    /* border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;  */
}
.page-item:last-child .page-link{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px; 
}

.page-item.active .page-link{
    z-index: 3;
    color: #fff;
    background-color: var(--Theme-Color);
    border-color: var(--Theme-Color);
}

.page-link:hover{
    z-index: 2;
    color: var(--Theme-Color-Dark);
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}



/* scrollUp */
.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 30px;
    font-size: 16px;
    border-radius: 6px;
    z-index: 99;
    color: var(--White-Color);
    text-align: center;
    cursor: pointer;
    background: var(--Theme-Color);
    transition: 1s ease;
    border: none;
    opacity: 0;
    -moz-box-shadow:0px 0 5px 0 rgb(0 0 0 / 25%);
    -webkit-box-shadow:0px 0 5px 0 rgb(0 0 0 / 25%); 
    box-shadow:0px 0 5px 0 rgb(0 0 0 / 25%);
}

.scroll-top.open {
    bottom: 30px;
    opacity: 1;
}

.scroll-top::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
    background: var(--Assist-Theme-Color);
}


/* 2. Header */
.logo>a>img,.logo>a>svg {
    height: 52px;
}

.custom-container {
    max-width: 1510px;
}

.header-top-wrap {
    background: var(--Theme-Color);
}

.header-top-contact ul,
.header-top-right ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header-top-contact ul li {
    margin-right: 18px;
    padding-right: 18px;
    position: relative;
}

.header-top-contact ul li::before,
.header-top-right ul li::before {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--White-Color);
    opacity: .12;
}

.header-top-contact ul li:last-child,
.header-top-right ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.header-top-contact ul li:last-child:before,
.header-top-right ul li:last-child:before {
    display: none;
}

.header-top-contact ul li a,
.header-top-center a {
    font-size: 14px;
    font-weight: 400;
    color: var(--White-Color);
    display: block;
    padding: 11px 0;
}

.header-top-center {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.header-top-center ul li a:first-child {
    display: inline-block;
    max-width: 88%;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
}

.fa-bell {
    display: inline-block;
    color: var(--Theme-Color-Dark);
}

.header-top-center ul {
    display: inline-block;
}

.Scroll_Con {
    height: 43px;
    overflow: hidden;
    width: 98%;
    /* min-width: 60%; */
}

.Scroll_Con ul li a {
    color: var(--Theme-Color-Dark);
    font-size: 15px;
    font-weight: 400;
}

.roll_notice{
    width: 98%;
}
.roll_notice li{
    display: flex;
    justify-content: space-between;
}
.roll_notice li:hover {
    cursor: pointer;
}

.roll_notice li:hover a {
    color: var(--Assist-Theme-Color);
}

/* 
.roll_notice li a::before {
    content: "";
    position: absolute;
    bottom: 10px;
    width: 90%;
    height: 1px;
    background: var(--Assist-Theme-Color);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(.74,.72,.27,.24);
}
.roll_notice li a:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
} */










.header-top-contact ul li a i,
.header-top-center i,
.header-top-right ul .header-time i {
    margin-right: 5px;
    font-size: 12px;
}

.header-top-right ul {
    justify-content: flex-end;
}

.header-top-right ul .header-time {
    color: var(--White-Color);
    font-weight: 400;
    font-size: 14px;
}

.header-top-right ul .header-social {
    color: var(--White-Color);
    font-weight: 400;
    font-size: 14px;
}

.header-top-right ul .header-social>a {
    color: var(--White-Color);
    font-size: 12px;
    margin-left: 12px;
}

.header-top-right ul li {
    padding: 11px 18px 11px 0;
    position: relative;
    margin-right: 18px;
}

.header-style-three .transparent-header {
    /* position: absolute; */
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 999;
    height: auto;
    box-shadow: none;
}

.main-header {
    /* padding: 14px 0; */
    position: relative;
    box-shadow: 0px 9px 37.2px 2.8px rgba(128, 123, 173, 0.15);
}

.menu-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.navbar-wrap {
    display: flex;
    flex-grow: 1;
}

.navbar-wrap ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: auto;
    font-family: 'HarmonyOS_Sans_SC_Medium','HarmonyOS_Sans_SC_Regular', sans-serif;

}

.navbar-wrap ul li {
    display: block;
    position: relative;
}


.navbar-wrap>.navigation>li.active::before,
.navbar-wrap>.navigation>li:hover::before {
    display: block;
    content: ' ';
    width: 20px;
    height: 10px;
    border-radius: 0 0 20px 20px;
    line-height: 20px;
    background-color: var(--Assist-Theme-Color);
    position: absolute;
    top: 0;
    left: 38%;
}


.navbar-wrap ul li a {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #5c596f;
    /* padding: 35px 22px; */
    padding: 29px 22px;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
}


.navbar-wrap ul li a i{
    font-size: 12px;
    margin-left: 2px;
    color: #c9c9c9;
}

.navbar-wrap>ul>li.menu-item-has-children>a {
    padding-left: 22px;
    padding-right:35px;

}

.navbar-wrap>ul>li.menu-item-has-children>a::before {
    content: "\f0d7";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: var(--Theme-Color-Dark);
    font-size: 12px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-wrap>ul>li.active>a,
.navbar-wrap>ul>li:hover>a,
.navbar-wrap ul li .submenu li:hover>a,
.navbar-wrap ul li .submenu li.active>a,
.mobile-menu .navigation li.active>a {
    color: var(--Theme-Color);
}

.navbar-wrap>ul>li.menu-item-has-children.active>a::before,
.navbar-wrap>ul>li.menu-item-has-children:hover>a::before {
    color: var(--Theme-Color);
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open {
    background: var(--Theme-Color);
    color: var(--White-Color);
}

.main-menu .navigation li.menu-item-has-children .dropdown-btn {
    display: none;
}

.header-action>ul {
    display: flex;
    align-items: center;
    margin-left: 10px;
    position: relative;
    padding-left: 20px;
}

.header-action>ul::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #5c596f;
    opacity: .24;
}

.header-action>ul li {
    position: relative;
    margin-left: 30px;
}

.header-action ul li:first-child {
    margin-left: 0;
}

.header-action>ul>li.header-shop-cart>a {
    padding-right: 10px;
}

.header-action>ul>li>a {
    color: #5c596f;
    font-size: 16px;
    line-height: 1;
}

.header-shop-cart a span {
    position: absolute;
    right: 0px;
    top: -2px;
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    color: #222;
    box-shadow: 0px 5px 12.09px 0.91px rgba(71, 51, 127, 0.14);
}

.header-action .header-btn .btn {
    color: var(--White-Color);
    font-size: 14px;
    padding:30px 24px;


    /* padding: 36px 46px; */
    border-radius: 6px;
}

.header-btn a {
    border-radius: 0 !important;
}

.navbar-wrap ul li .submenu {
    position: absolute;
    z-index: 9;
    background-color: var(--White-Color);
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
    display: block;
    left: 0;
    opacity: 0;
    padding: 18px 0;
    right: 0;
    top: 100%;
    visibility: hidden;
    min-width: 230px;
    border: 1px solid #f5f5f5;
    background: var(--White-Color);
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    margin: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-wrap ul li .submenu li {
    margin-left: 0;
    text-align: left;
    display: block;
}

.navbar-wrap ul li .submenu li a {
    padding: 0 10px 0 25px;
    line-height: 40px;
    font-weight: 500;
    font-size: 14px;
    color: #5c596f;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-wrap ul li:hover>.submenu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.sticky-menu,
.header-style-three .transparent-header.sticky-menu {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background: var(--White-Color);
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    border-radius: 0;
}

.main-header.sticky-menu {
    /* padding: 2px 0; */
}

.header-style-two .header-top-wrap {
    position: relative;
    background: var(--White-Color);
}

.header-style-two .header-top-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 47%;
    height: 100%;
    background: var(--Theme-Color);
    clip-path: polygon(0px 0px, 100% 0px, 97% 100%, 0% 100%);
}

.header-style-two .header-top-right ul .header-social {
    color: var(--Theme-Color-Dark);
}

.header-style-two .header-top-right ul .header-social>a {
    color: var(--Theme-Color-Dark);
}

.header-style-two .main-header {
    box-shadow: 0 20px 37.2px 0 rgb(128 123 173 / 10%);
}

.header-style-two .main-header::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 30.9%;
    height: 100%;
    background: var(--Theme-Color);
    clip-path: polygon(8.8% 0px, 100% 0px, 100% 100%, 0% 100%);
}

.header-style-two .navbar-wrap ul {
    margin-left: auto;
    margin-right: auto;
}

.header-style-two .header-action>ul::before {
    background: var(--White-Color);
}

.header-style-two .header-action>ul>li>a {
    color: var(--White-Color);
}

.header-style-two .header-action .header-btn .btn {
    color: var(--Theme-Color);
    background: var(--White-Color);
    box-shadow: none;
}

.header-style-two .header-action .header-btn .btn span {
    display: none;
}

/* 3. Search */
.search-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    background: var(--White-Color);
    height: 100%;
    width: 100%;
    z-index: 999;
    padding: 100px 0;
    display: none;
}

.search-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.search-wrap .title {
    font-size: 47px;
    margin: 0 0 70px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: -1px;
    color: var(--Theme-Color-Dark);
}

.search-form {
    position: relative;
}

.search-form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--Theme-Color);
    padding: 10px 50px 20px;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
}

.search-form input::placeholder {
    font-size: 30px;
    opacity: .5;
}

.search-btn {
    position: absolute;
    right: 20px;
    background: transparent;
    border: 0;
    font-size: 25px;
    color: var(--Theme-Color);
    top: 50%;
    transform: translateY(-50%);
}

.search-close {
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 30px;
    color: var(--Theme-Color);
    cursor: pointer;
}

/* 4. Mobile-menu */
.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    display: none;
    color: var(--White-Color);
    margin-right: 30px;
    top: 15px;
}

.nav-logo img {
    width: 150px;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    border-radius: 0px;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo a svg{
    width: 70%;
}
.mobile-menu .nav-logo {
    position: relative;
    /*padding: 30px 25px;*/
    padding: 16px 25px;
    text-align: left;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    opacity: 0;
    visibility: hidden;
    background: var(--White-Color);
}

.mobile-menu-visible .menu-backdrop {
    opacity: 0.80;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: var(--White-Color);
    padding: 0px 0px;
    z-index: 5;
    box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .close-btn {
    position: absolute;
    right: 5px;
    /* right: 25px; */
    top: 28px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: #312620;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #312620;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}

.mobile-menu .navigation li>a i{
    font-size: 12px;
    margin-left: 2px;
    color: #c9c9c9;
}

.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li ul li ul li a {
    margin-left: 40px;
}

.mobile-menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #312620;
    background: #efefef;
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #312620;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .contact {
    font-size: 14px;
}

.mobile-menu .contact a,.mobile-menu .contact p {
    color: #312620;
}

.mobile-menu .contact p span{
    font-size: 12px;
    margin-left: 6px;
}
.mobile-menu .contact a i,.mobile-menu .contact p i {
    margin-right: 5px;
}

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    color: var(--Theme-Color-Dark);
    display: none;
    margin-top: 13px;
}

/* 5. Breadcrumb */
.breadcrumb-bg {
    background-position: center;
    background-size: cover;
    padding: 148px 0;
}

.breadcrumb-content {
    position: relative;
    padding-left: 26px;
}

.breadcrumb-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 6px;
    background-color: var(--Assist-Theme-Color);
    border: 1px solid var(--Assist-Theme-Color);
    border-radius: 30px;
}

.breadcrumb-content .title {
    font-size: 48px;
    color: var(--White-Color);
    font-weight: 800;
    margin-bottom: 12px;
}

.breadcrumb-content .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb-content .breadcrumb li {
    text-transform: uppercase;
    color: var(--Assist-Theme-Color);
    font-weight: 500;
    font-size: 14px;
}

.breadcrumb-content .breadcrumb li a {
    color: var(--White-Color);
}

.breadcrumb-content .breadcrumb li a.active{
    color: var(--Assist-Theme-Color);
}

.breadcrumb-content .breadcrumb-item+.breadcrumb-item {
    padding-left: 10px;
}

.breadcrumb-content .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 10px;
    color: var(--White-Color);
    content: "|";
}

/* 6. Banner */

/* main{
    position: relative;
    top: -86px;
} */

.bannerSwiper {
    overflow: hidden;
}

.banner {
    position: relative;
}

.banner-cover {
    background: url(../img/bg/banner-cover.png) no-repeat center center;
    position: absolute;
    z-index: 8;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    margin: 0 auto;
}

.swiper-container {
    text-align: center;
    vertical-align: middle;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: var(--Assist-Theme-Color); */
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: var(--Theme-Color) !important;
}

.swiper-pagination-progressbar {
    background-color: rgba(0, 0, 0, .25) !important;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    height: 550px;
    /*400 500 550*/
    object-fit: cover;
}
.swiper-slide .slide_url:hover{
    cursor: pointer;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 58px !important;
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    margin: 0 auto;
    text-align: center;
}


.swiper-pagination-bullet {
    width: 28px !important;
    height: 4px !important;
    display: inline-block !important;
    border-radius: 2px !important;
    background: #000 !important;
    opacity: .2 !important;
    transition: width .8s;
}

.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background-color: var(--Assist-Theme-Color) !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 6% !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 6% !important;

}

.swiper-button-next,
.swiper-button-prev {
    color: rgb(255 255 255 / 25%) !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: rgb(255 255 255 / 80%) !important;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 30px !important;
}

.banner-bg {
    background-image: url(../img/slider/banner_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 80px 0 120px;
}

.banner-content .sub-title {
    display: block;
    text-transform: uppercase;
    color: var(--Theme-Color-Dark);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.5px;
    padding-left: 50px;
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-bottom: 14px;
}

.banner-content .sub-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background: var(--Theme-Color);
}

.banner-content .title {
    font-size: 60px;
    line-height: 1.1;
    color: var(--Theme-Color-Dark);
    margin-bottom: 20px;
}

.banner-content p {
    width: 80%;
    margin-bottom: 0;
}

.banner-content .banner-btn {
    margin-top: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.banner-content .banner-btn>a {
    margin-top: 20px;
}

.banner-content .banner-btn .free-trial {
    display: inline-flex;
    align-items: center;
    color: #84838d;
    font-size: 14px;
    font-weight: 600;
}

.banner-content .banner-btn .free-trial i {
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background: var(--Theme-Color);
    color: var(--White-Color);
    font-size: 12px;
    border-radius: 50%;
    flex: 0 0 26px;
    margin-left: 10px;
}

.banner-content .banner-btn .btn {
    margin-right: 30px;
}

.banner-content .banner-btn .free-trial:hover {
    color: var(--Theme-Color);
}

.banner-img {
    margin-left: -20px;
}

.banner-img img {
    max-width: inherit;
}

.announcement {
    position: relative;
    top: -30px;
    z-index: 10;


}

.header-top-center {
    background-color: var(--White-Color);
    width: 66%;
    margin: 0 auto;
    height: 66px;
    padding: 10px 20px;
    border-radius: 6px;
    box-shadow: 0px 5px 19.53px 1.66px rgb(95 95 100 / 20%);
}

.fa-bell {
    font-size: 16px !important;
    margin-right: 10px !important;
}


.roll_notice li:hover a {
    color: var(--Theme-Color);
    /* font-weight: 500; */
    /* text-decoration: underline; */
}


.slider-caption {
    line-height: 1;
}

.soft-services-area {
    background-image: url(../img/bg/bg.png);
    background-repeat: repeat-y;
    background-size: contain;
    background-position: top;
}

.server-title {
    color: var(--White-Color);
    position: absolute;
    /* top: 20%; */
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-weight: normal;

}

.server-title i {
    font-size: 3.5rem;
    margin-bottom: 20px;
}

.server-title p,
.server-title i,
.server-title p a {
    color: var(--White-Color);
}

.server-title p {
    font-size: 1.68rem;
    font-weight: normal;
}

.server-icon,.server-title svg {
    width: 60px !important;
    margin: 10px;
}

.server-thumb {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: space-evenly;
    position: relative;
    align-items: center;
}

.smail-title::before {
    content: " ";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    background-color: #ebebeb;
    margin-right: 10px;
}

.smail-title {
    margin-bottom: 0;
    font-weight: 500;
}

.smail-con {
    margin-left: 20px;
    font-weight: normal;
}

.smail-title,
.smail-con {
    font-size: 16px;
    line-height: normal;
}

.server-read-more {
    font-size: 18px;
    text-align: center;
    color: var(--Theme-Color);
    display: block;
    cursor: pointer;
}

.server-read-more span {
    font-size: 14px;
}

.server-read-more i {
    vertical-align: middle;
}

.server-about:hover {
    background-color: var(--Theme-Color);
    color: var(--White-Color);

}

.server-about:hover .server-title .server-icon {
    filter: brightness(100);
}

.server-about:hover .smail-title,
.server-about:hover .smail-con,
.server-about:hover .server-read-more {
    color: var(--White-Color) !important;
}

.server-about:hover:hover .blog-post-content {
    border-color: var(--Theme-Color)
}

.server-thumb a img {
    width: 100% !important;
}

.soft-services-area {
    position: relative;
}

.server-right-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}



.amap-logo,
.amap-copyright {
    display: none !important;
}

#service-map {
    /* height: 600px; */
    outline: 0;
    background: var(--White-Color);
    border-radius: 20px;
    /* box-shadow: 0px 5px 19.53px 1.47px rgb(95 95 100 / 10%); */
    overflow: hidden;
    position: relative;
    /* margin: 50px 80px; */


}

.service-map {
    padding: 28px 0 98px;
    background-repeat: repeat-y;
    background-size: contain;
    background-position: top;
}

#service-map:focus-visible {
    outline: 0;
}

#service-map img {
    height: 100%;
}

#service-map .service-map-smail {
    display: none;
}

.service-map .customer-feedback-active {
    box-shadow: 0px 5px 19.53px 1.47px rgb(95 95 100 / 10%);
    border-radius: 20px;
}

.mapBox {
    display: block;
    position: relative;
}
.mapBox img {
    width: 100%;
    height: 100%;
}
.mapBox .point {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #fff;
}
.mapBox .cn-color-bg {
    background-color: #ff4b4b;
}
.mapBox .inter-color-bg {
    background-color: #45d53e;
}
.mapBox .point p {
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    color: var(--White-Color);
}
.mapBox .point .pointCoontent {
    left: 50%;
    transform: translateX(-50%);
    min-width: 60px;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
    color: var(--Theme-Color-Dark);
    position: absolute;
    top: -20px;
}
.mapBox .tagging {
    position: absolute;
    bottom: -30px;
    right: 20px;
    display: flex;
    align-items: center;
}
.mapBox .tagging .pointBig {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.mapBox .tagging p {
    font-size: 12px;
    /* color: #999; */
    letter-spacing: 0;
    line-height: 24px;
    margin-left: 8px;
    margin-bottom: 0;
}
.mapBox .tagging p:first-of-type{
    margin-right: 1rem;
}
.mapBoxs {
    display: none;
    position: relative;
}
.mapBoxs img {
    width: 100%;
    height: 100%;
}
.mapBox .point .left {
    left: 0;
    transform: translateX(-107%);
    top: -1px;
    text-align: right;
}
.mapBox .point .right {
    left: 0;
    transform: translateX(36%);
    text-align: left;
    top: -1px;
}
@media only screen and (max-width: 767px) {
    .mapBox {
        display: none;
    }

    .mapBoxs {
        display: block;
    }
}





.amap-ui-control-zoom {
    opacity: 0.15 !important;
}

/*===== Reveal Text =====*/
.reveal-text,
.reveal-text span {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
}

.reveal-text {
    position: relative;
    -webkit-animation-name: clip-text;
    animation-name: clip-text;
}

.reveal-text span {
    content: "";
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--Theme-Color);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    pointer-events: none;
    -webkit-animation-name: text-revealer;
    animation-name: text-revealer;
}

.job-slogan {
    font-weight: normal !important;
    width: 100% !important;
}


.urgent-icon,.school-icon{
    vertical-align: middle;
    padding: 5px 6px;
    margin-right: 6px;
    font-size: 12px;
    color: #fff;
    margin-bottom: 3px;
    display: inline-block;
}
.urgent-icon {
    font-weight: normal;
    background: #ff6b6b;
}

.school-icon {
    font-weight: normal;
    background: #4FB267;
}

.job-info {
    font-size: 16px !important;
    font-weight: normal !important;
    display: flex;
    color: var(--Theme-Color-Dark);
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.job-info li::after {
    content: "|";
    margin: 0 10px;
    color: #d2d2d2 !important;
}

.job-info li:last-child::after {
    content: "";

}

.job-more {
    background-color: var(--Theme-Color) !important;
    color: var(--White-Color) !important;
    padding: 10px 20px !important;
}

.job-disabled {
    pointer-events: none;
    color: #C6C6C6 !important;
}

.job-more-disabled {
    pointer-events: none;
    background-color: #C6C6C6 !important;

}

.job-more:hover {
    background-color: var(--Assist-Theme-Color) !important;
}

.job_banner {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    position: relative;
}
.job_banner-text h2 {
    font-size: 5.2rem;
}
.job_banner-text p{
    font-weight: normal;
}
.job_banner-text h2,
.job_banner-text p {
    color: var(--White-Color) !important;
}
.job_banner-text {
    padding: 22rem 0 18.5rem;
    /* padding: 19vw 0 14vw; */
    box-sizing: border-box;
}
.job_banner .slider-info a {
    font-weight: 800;
}
.job_banner .slider-info a:last-child {
    margin-left: .5rem;
}

@-webkit-keyframes clip-text {
    from {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
    }

    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
}

@keyframes clip-text {
    from {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
    }

    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
}

@-webkit-keyframes text-revealer {

    0%,
    50% {
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
    }

    60%,
    100% {
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }


    60% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}

@keyframes text-revealer {

    0%,
    50% {
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
    }

    60%,
    100% {
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }


    60% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}

.inner-layer {
    display: inline-block;
    overflow: hidden;
}

.slider-active .single-slider {
    margin-top: 20px;
}

/**
 * ----------------------------------------
 * animation fade-in-up
 * ----------------------------------------
 */
.fade-in-up {
    -webkit-animation-name: fade-in-up;
    animation-name: fade-in-up;
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-fill-mode: both;
}

@-webkit-keyframes fade-in-up {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-up {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

/**
 * ----------------------------------------
 * animation rubberBand
 * ----------------------------------------
 */
@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.rubber-Band {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

.banner-img {
    position: relative;
}

.banner-img img {
    position: absolute;
}

.banner-img .main-img {
    position: inherit;
    opacity: 0;
}

.banner-img .shape-1 {
    left: 0;
    top: 15px;
}

.banner-img .shape-2 {
    left: 20%;
    top: 8%;
}

.banner-img .shape-3 {
    left: 30%;
    top: 22%;
}

.banner-img .shape-4 {
    left: 6.8%;
    top: 13.4%;
}

.banner-img .shape-5 {
    right: 9.8%;
    bottom: 0;
    animation-delay: 1s;
}

.banner-img .shape-6 {
    left: 32.3%;
    top: 0;
    animation: rubberBand 3s infinite linear;
}

.banner-img .shape-7 {
    right: 15.5%;
    top: 7%;
}

.banner-img .shape-8 {
    left: 35%;
    bottom: 24%;
}

.banner-img .shape-9 {
    bottom: 8%;
    left: 46.5%;
}

.alltuchtopdown {
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation-duration: 3s;
}

.honer-content {
    width: 100%;
}

.honer-img {
    margin-bottom: 10px !important;
}

.honer-title {
    font-size: 18px !important;
    text-align: center;
    font-weight: normal;
}

.ZoomBigImg {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    z-index: 9999;
    border: 10px solid #fff;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 82%;
}

.ZoomSmallImgBox:hover {
    cursor: zoom-in;
}

.ZoomImgMask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 60%);
    z-index: 999;
    transition: all .5s;
    -webkit-transition: .5s;
    display: none;
}

.ZoomImgMask:hover {
    cursor: zoom-out;
}

.ZoomImgMask>i {
    position: fixed;
    right: 20px;
    top: 20px;
    font-size: 3rem;
    color: rgb(255 255 255 / 45%);
    transition: .3s;
    -webkit-transition: .3s;
}

.ZoomImgMask>i:hover {
    color: rgb(255 255 255 / 100%);
}

@-webkit-keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-10px);
        -moz-transform: rotateX(0deg) translateY(-10px);
        -ms-transform: rotateX(0deg) translateY(-10px);
        -o-transform: rotateX(0deg) translateY(-10px);
        transform: rotateX(0deg) translateY(-10px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-10px);
        -moz-transform: rotateX(0deg) translateY(-10px);
        -ms-transform: rotateX(0deg) translateY(-10px);
        -o-transform: rotateX(0deg) translateY(-10px);
        transform: rotateX(0deg) translateY(-10px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.software-banner-area {
    padding: 0 0;
}

.soft-banner-wrap {
    padding: 200px 0 180px;
    position: relative;
}

.software-banner-img {
    position: absolute;
    bottom: -1px;
    left: -130px;
}

.software-banner-area .banner-content {
    padding-left: 23px;
}

.banner-content .sub-title {
    margin-bottom: 25px;
}

.software-banner-area .banner-content .title {
    font-size: 65px;
    color: var(--Theme-Color-Dark);
    letter-spacing: -1px;
}

.software-banner-area .banner-content .banner-btn {
    margin-top: 35px;
}

.software-banner-area .banner-content .banner-btn .btn {
    margin-right: 0;
    text-transform: capitalize;
    min-width: 153px;
    margin-top: 0;
}

.software-banner-shape {
    position: absolute;
    left: -13%;
    top: 12%;
}

.consulting-banner .container {
    max-width: 1420px;
}

.consulting-banner {
    padding: 190px 0 120px;
    position: relative;
}

.cons-banner-top-shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 322px;
    height: 935px;
    background-repeat: no-repeat;
    z-index: -1;
}

.consulting-banner .banner-content .title {
    font-size: 65px;
}

.consulting-banner .banner-content .banner-btn {
    margin-top: 35px;
}

.consulting-banner .banner-content .banner-btn .btn {
    margin-right: 0;
    margin-top: 0;
}

.cons-banner-img {
    text-align: right;
    position: relative;
}

.cons-banner-img .main-img {
    display: inline-block;
    max-width: 100%;
}

.cons-banner-img [class*="shape-"] {
    position: absolute;
}

.cons-banner-top-shape2 {
    left: 9%;
    top: 20%;
    position: absolute;
}

.cons-banner-img .shape-2 {
    top: -20px;
    left: -65px;
    z-index: -1;
}

.cons-banner-img .shape-3 {
    right: -7%;
    top: 15px;
}

.cons-banner-img .shape-4 {
    left: 1%;
    bottom: 35%;
}

.cons-banner-img .shape-5 {
    right: -8%;
    bottom: 8%;
    z-index: -1;
}

.cons-banner-img .shape-6 {
    left: 50%;
    bottom: 1%;
}

/* 7. Brand */
.container-inner-wrap {
    padding: 0 80px;
}

.brand-wrapper {
    border-radius: 10px;
    box-shadow: 0px 5px 16.74px 1.26px rgba(60, 57, 90, 0.14);
    background: var(--White-Color);
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 60px 60px 70px;
    margin-top: -40px;
}

.brand-wrapper .title {
    font-size: 28px;
    font-weight: 600;
    color: var(--Theme-Color-Dark);
    margin-bottom: 35px;
    line-height: 1.3;
}

.brand-wrapper .title span {
    color: var(--Theme-Color);
    font-weight: 800;
}

.brand-active {
    padding: 30px 0;
}

.brand-active:last-child {
    padding-bottom: 0;
}

.brand-item {
    display: flex !important;
    min-height: 43px;
    align-items: center;
    justify-content: center;
}

.brand-item>a {
    display: inline-block;
}

.brand-item img {
    filter: grayscale(100%);
    opacity: .5;
    transition: .3s linear;
    height: 58px;

}

.brand-item img:hover {
    filter: grayscale(0);
    opacity: 1;

}

.cons-brand-item {
    display: flex;
    min-height: 73px;
    align-items: center;
    justify-content: center;
}

.cons-brand-item img {
    transition: .3s linear;
    cursor: pointer;
    opacity: .4;
}

.cons-brand-item img:hover {
    opacity: 1;
}

/* 8. Features */
.features-area {
    position: relative;
}

.features-item-box {
    background: var(--White-Color);
    border-radius: 10px;
    box-shadow: 0px 5px 19.53px 1.47px rgba(85, 80, 98, 0.1);
    padding: 40px 35px 45px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.features-item-icon {
    min-height: 65px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
}

.features-item-content h4 {
    font-size: 22px;
    color: var(--Theme-Color-Dark);
    margin-bottom: 15px;
    transition: all .3s ease-in-out;
}

.features-item-content p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 26px;
    transition: all .3s ease-in-out;
}

.features-item-wrap [class*="col-"]:nth-child(2) .features-item-box {
    margin-top: 65px;
}

.features-item-wrap [class*="col-"]:nth-child(3) .features-item-box {
    margin-top: -65px;
}

.features-item-wrap {
    position: relative;
}

.features-top-shape {
    position: absolute;
    left: -90px;
    top: -25px;
    z-index: -1;
}

.features-item-box::before {
    content: '';
    position: absolute;
    background: var(--Theme-Color);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition: transform .4s ease-out;
}

.features-item-box:hover::before {
    transform-origin: center top;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.features-item-box:hover .features-item-icon img {
    filter: brightness(100);
}

.features-item-box:hover .features-item-content h4,
.features-item-box:hover .features-item-content p {
    color: var(--White-Color);
}

.features-title .sub-title {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background: var(--Assist-Theme-Color);
    color: var(--White-Color);
    padding: 6px 22px;
    border-radius: 4px;
    margin-bottom: 16px;
}

.features-title .title {
    font-size: 45px;
    line-height: 1.15;
    margin-bottom: 30px;
}

.features-content-wrap {
    padding-left: 30px;
    padding-right: 20px;
}

.features-content-wrap p {
    margin-bottom: 35px;
}

.features-list ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.features-list ul li:last-child {
    margin-bottom: 0;
}

.features-list .icon {
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    margin-right: 17px;
    text-align: center;
    line-height: 35px;
    background: var(--Assist-Theme-Color);
    border-radius: 50%;
    color: var(--White-Color);
    font-size: 13px;
}

.features-list .content {
    flex-grow: 1;
}

.features-list .content h5 {
    font-size: 20px;
    margin-bottom: 6px;
    color: var(--Theme-Color-Dark);
}

.features-list .content p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
}

.features-list {
    margin-bottom: 45px;
}

.features-right-shape {
    position: absolute;
    right: 0;
    bottom: 19%;
    z-index: -1;
}

.soft-features-area {
    background-position: center;
    background-size: cover;
}

.soft-features-item {
    padding: 70px 35px 50px 35px;
    display: flex;
    align-items: center;
    position: relative;
    transition: .3s linear;
}

.soft-features-item::before,
.soft-features-item::after {
    content: "";
    position: absolute;
    left: 35px;
    right: 45px;
    background: var(--White-Color);
    top: 20%;
    height: 4px;
    transition: .4s linear;
}

.soft-features-item::after {
    background: var(--Assist-Theme-Color);
    left: 45%;
}

.soft-features-icon {
    width: 120px;
    flex: 0 0 120px;
    height: 120px;
    background: var(--White-Color);
    text-align: center;
    border-radius: 6px;
    font-size: 60px;
    color: var(--Theme-Color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    transition: .3s linear;
}

.soft-features-icon i {
    line-height: 0;
    display: block;
}

.soft-features-content {
    flex-grow: 1;
}

.soft-features-content>span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--White-Color);
    font-weight: 600;
    margin-bottom: 5px;
    transition: .3s linear;
}

.soft-features-content>h5 {
    font-size: 22px;
    color: var(--White-Color);
    margin-bottom: 20px;
}

.soft-features-content>h5 a:hover {
    color: var(--White-Color);
}

.soft-features-content>.read-more {
    color: var(--White-Color);
    display: inline-flex;
    font-size: 14px;
    align-items: center;
}

.soft-features-content>.read-more i {
    transition: .3s linear;
    margin-left: 8px;
    font-size: 13px;
}

.soft-features-item:hover,
.soft-features-item.active {
    background: var(--Theme-Color-Dark);
}

.soft-features-item:hover::after,
.soft-features-item.active::after {
    left: 35px;
}

.soft-features-item:hover .soft-features-icon,
.soft-features-item:hover .soft-features-content>span,
.soft-features-item:hover .soft-features-content>.read-more i,
.soft-features-item.active .soft-features-icon,
.soft-features-item.active .soft-features-content>span,
.soft-features-item.active .soft-features-content>.read-more i {
    color: var(--Assist-Theme-Color);
}

.cons-features-bg {
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
}

/* 9. Feedback */
.customer-feedback-area {
    background-size: cover;
    background-position: center;
    padding: 120px 0 70px;
}

.customer-feedback-title {
    display: flex;
    align-items: center;
}

.customer-feedback-title .title {
    font-size: 42px;
    margin-bottom: 0;
    width: 75%;
    flex: 0 0 75%;
}

.customer-feedback-title .feedback-slider-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 25%;
    flex: 0 0 25%;
}

.customer-feedback-title .feedback-slider-nav button {
    width: 58px;
    height: 58px;
    padding: 0;
    line-height: 58px;
    border-radius: 50%;
    flex: 0 0 58px;
    box-shadow: none;
    background: var(--Theme-Color);
    text-align: center;
}

.customer-feedback-title .feedback-slider-nav button.slick-disabled {
    background: #a8acb8;
}

.customer-feedback-title .feedback-slider-nav button i {
    margin: 0;
}

.customer-feedback-title .feedback-slider-nav button.slick-next {
    margin-left: 20px;
}

.customer-feedback-item {
    background: var(--White-Color);
    border-radius: 20px;
    box-shadow: 0px 5px 19.53px 1.47px rgba(95, 95, 100, 0.1);
    overflow: hidden;
    position: relative;
    margin: 50px 80px;
}

.feedback-item-content {
    width: 50%;
    padding: 50px 90px 55px 50px;
}

.feedback-item-content .feedback-tags {
    margin-bottom: 20px;
}

.feedback-tags ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.feedback-tags ul li {
    margin-right: 15px;
    margin-bottom: 15px;
}

.feedback-tags ul li:last-child {
    margin-right: 0;
}

.feedback-tags ul li a {
    font-size: 13px;
    color: #9795a7;
    font-weight: 400;
    display: block;
}

.feedback-tags ul li.active a {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background: var(--Assist-Theme-Color);
    color: var(--White-Color);
    padding: 6px 22px;
    border-radius: 4px;
}

.feedback-tags ul li.active a:hover {
    color: var(--White-Color);
}

.feedback-tags ul li a:hover {
    color: var(--Assist-Theme-Color);
}

.feedback-item-content .title {
    /* font-size: 42px; */
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 0;
}

.feedback-client {
    display: flex;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 40px;
}

.feedback-client .thumb {
    width: 55px;
    flex: 0 0 55px;
    margin-right: 20px;
}

.feedback-client .thumb img {
    max-width: 100%;
    border-radius: 50%;
}

.feedback-client .info h5 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
}

.feedback-client .info span {
    display: block;
    font-size: 13px;
}

.feedback-item-content .feedback-btn {
    border: 1px solid var(--Theme-Color);
    box-shadow: none;
    background: transparent;
    color: var(--Theme-Color);
    padding: 15px 28px;
    border-radius: 6px;
}

.feedback-item-content .feedback-btn:hover {
    background: var(--Theme-Color);
    color: var(--White-Color);
}

.customer-feedback-item .feedback-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-position: right center;
    background-size: cover;
}

/* 10. Services */
.kb-services-area {
    padding: 110px 0 90px;
}

.kb-section-title .title {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.kb-section-title .title>span {
    color: var(--Theme-Color);
}

.kb-section-title p {
    width: 85%;
    margin: 0 auto;
}

.kb-services-item {
    background: var(--White-Color);
    border-radius: 4px;
    box-shadow: 0px 2px 16.74px 1.26px rgba(95, 95, 100, 0.13);
    display: flex;
    align-items: flex-start;
    padding: 35px 20px;
    margin-bottom: 30px;
    position: relative;
}

.kb-services-item .kb-services-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.kb-services-item .icon {
    width: 55px;
    height: 55px;
    flex: 0 0 55px;
    text-align: center;
    background: #edecfa;
    border-radius: 50%;
    font-size: 26px;
    color: var(--Theme-Color);
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.kb-services-item .icon i {
    display: block;
    line-height: 0;
}

.kb-services-item .content h5 {
    font-size: 18px;
    color: var(--Theme-Color-Dark);
    margin-bottom: 9px;
    display: flex;
    align-items: center;
}

.kb-services-item .content h5 .new {
    font-size: 10px;
    background: #79c143;
    color: var(--White-Color);
    padding: 3px 8px;
    border-radius: 50px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 13px;
    display: inline-block;
}

.kb-services-item .content p {
    font-size: 14px;
    line-height: 26px;
    color: #898799;
    margin-bottom: 0;
}

.kb-services-item:hover .icon {
    color: var(--White-Color);
    background: var(--Theme-Color);
}

.soft-services-area {
    padding: 115px 0 45px;
}

.soft-title-link {
    text-align: right;
    margin-bottom: 5px;
}

.soft-title-link a {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: var(--Assist-Theme-Color-Dark);
}

.soft-title-link a i {
    margin-left: 10px;
    color: var(--Theme-Color);
}

.soft-title-link a:hover {
    color: var(--Theme-Color);
}

.soft-services-wrap .col {
    max-width: 228px;
    flex: 0 0 228px;
}

.soft-services-item {
    background-image: url(../img/images/soft_services_item01.png);
    background-size: cover;
    background-position: top center;
    min-width: 100%;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 24px;
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.soft-services-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/images/soft_services_hover01.png);
    background-size: cover;
    background-position: top center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    box-shadow: 0px 9px 6.51px 0.49px rgba(54, 40, 207, 0.14);
    border-radius: 30px 15px 15px 15px;
    opacity: 0;
    z-index: -1;
}

.soft-services-item:hover::before {
    opacity: 1;
}

.soft-services-icon {
    width: 100%;
    margin-bottom: 25px;
}

.soft-services-icon img {
    filter: brightness(1);
    /* height:64px; */
}

.soft-services-content {
    width: 100%;
}

.soft-services-content h6 {
    font-size: 16px;
    font-weight: 700;
    color: var(--Assist-Theme-Color-Dark);
    margin-bottom: 15px;
    line-height: 1.6;
}

.soft-services-content h6 a:hover {
    color: var(--White-Color);
}

.soft-services-content .soft-services-link {
    display: inline-block;
    font-size: 18px;
    color: var(--Theme-Color);
}

.soft-services-item:hover .soft-services-icon img {
    filter: brightness(100);
}

.soft-services-item:hover .soft-services-content h6 {
    color: var(--White-Color);
}

.soft-services-item:hover .soft-services-content .soft-services-link {
    color: var(--White-Color);
}

.soft-services-wrap .col:nth-child(even) .soft-services-item {
    background-image: url(../img/images/soft_services_item02.png);
}

.soft-services-wrap .col:nth-child(even) .soft-services-item::before {
    background-image: url(../img/images/soft_services_hover02.png);
    border-radius: 15px 30px 15px 15px;
}

.cons-services-item {
    background: var(--White-Color);
    text-align: center;
    border-radius: 14px;
    box-shadow: 0px 9px 37.2px 2.8px rgba(128, 123, 173, 0.15);
    border: 1px solid #ebebeb;
    padding: 53px 45px 50px;
    position: relative;
    overflow: hidden;
}

.cons-services-item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: var(--Assist-Theme-Color);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(.74, .72, .27, .24);
}

.cons-services-item:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.cons-services-icon {
    width: 79px;
    height: 75px;
    background: #edecfa;
    border-radius: 6px;
    margin: 0 auto 40px;
    font-size: 38px;
    color: var(--Theme-Color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cons-services-icon i {
    line-height: 0;
}

.cons-services-content .title {
    font-size: 20px;
    color: var(--Theme-Color-Dark);
    margin-bottom: 18px;
}

.cons-services-content ul li{
    margin-top: 6px;
    font-size: 14px;
    font-weight: 500;
}

.cons-services-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.cons-services-area {
    padding: 110px 0 30px;
}

.customer-services {
    padding: 110px 0 120px;
    background: #f7f6ff;
}

.customer-services-wrap {
    background: var(--White-Color);
    border-radius: 15px;
    box-shadow: 0px 6px 14.88px 1.12px rgba(107, 107, 107, 0.1);
    padding: 50px 40px;
}

.customer-services-item {
    padding: 35px 38px 30px;
    position: relative;
    border-bottom: 1.5px solid #ebebeb;
    border-right: 1.5px solid #ebebeb;
}

.customer-services-top {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.customer-services-top .icon {
    width: 68px;
    height: 64px;
    background: #edecfa;
    border-radius: 6px;
    flex: 0 0 68px;
    margin-right: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: var(--Theme-Color);
    transition: .3s linear;
}

.customer-services-top .icon i {
    line-height: 0;
}

.customer-services-top .title {
    margin-bottom: 0;
    font-size: 22px;
    color: var(--Theme-Color-Dark);
}

.customer-services-content p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 26px;
}

.customer-services-item:hover .customer-services-top .icon {
    background: var(--Theme-Color);
    color: var(--White-Color);
}

.customer-services-wrap .row [class*="col-"]:nth-child(3) .customer-services-item,
.customer-services-wrap .row [class*="col-"]:nth-child(4) .customer-services-item {
    border-bottom: none;
}

.customer-services-wrap .row [class*="col-"]:nth-child(2) .customer-services-item,
.customer-services-wrap .row [class*="col-"]:nth-child(4) .customer-services-item {
    border-right: none;
}

.services-details-area {
    padding: 120px 0 115px;
}

.services-details-content {
    padding: 0 30px;
}

.services-details-img {
    margin-bottom: 50px;
}

.services-details-img img {
    width: 100%;
    max-width: 100%;
    border-radius: 4px;
}

.sd-tags-wrap ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 5px;
}

.sd-tags-wrap ul li {
    margin-right: 10px;
    margin-bottom: 10px;
}

.sd-tags-wrap ul li:last-child {
    margin-right: 0;
}

.sd-tags-wrap ul li a {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background: var(--Assist-Theme-Color);
    color: var(--White-Color);
    padding: 6px 22px;
    border-radius: 4px;
}

.services-details-content .title {
    font-size: 26px;
    margin-bottom: 18px;
    color: var(--Theme-Color-Dark);
}

.services-details-content p {
    font-size: 14px;
    line-height: 26px;
}

.services-details-content p:last-child {
    margin-bottom: 0;
}

.services-details-content .blog-details-list {
    width: 80%;
    margin: 25px 0 32px;
}

.services-details-content .sd-images-wrap {
    margin-bottom: 45px;
}

.services-details-content .sd-images-wrap img {
    max-width: 100%;
    border-radius: 4px;
}


/* 11. Business */
.business-bg {
    background-image: url(../img/bg/business_bg.png);
    padding: 260px 0 137px;
    background-position: top left;
    background-repeat: no-repeat;
    position: relative;
}

.business-img-wrap {
    position: relative;
    margin-top: 20px;
    z-index: 1;
}

.business-img-wrap::before {
    content: "";
    position: absolute;
    left: -20px;
    top: -20px;
    width: 100%;
    height: 100%;
    background: var(--Theme-Color);
    opacity: .2;
    border-radius: 20px;
    z-index: -1;
}

.business-img-wrap .top-shape {
    position: absolute;
    left: -65px;
    top: -65px;
    z-index: -2;
}

.business-img-wrap .bottom-shape {
    position: absolute;
    right: -59px;
    bottom: 45px;
}

.business-img-wrap .main-img {
    border-radius: 20px;
    max-width: initial;
}

.business-content-wrap {
    padding-left: 45px;
}

.business-content-wrap .section-title {
    margin-bottom: 30px;
}

.business-content-wrap .section-title .sub-title {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    color: var(--Assist-Theme-Color-Dark);
    margin-bottom: 6px;
}

.business-content-wrap .section-title .title {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 0;
}

.business-content-wrap .section-title .title span {
    color: var(--Theme-Color);
}

.business-content-wrap>p {
    margin-bottom: 0;
}

.business-content-list li {
    display: flex;
    align-items: flex-start;
    position: relative;
    width: 75%;
}

.business-content-list .icon {
    width: 40px;
    flex: 0 0 40px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    background: var(--Theme-Color);
    color: var(--White-Color);
    font-size: 14px;
    border-radius: 50%;
    margin-right: 20px;
    transition: .2s linear;
}

.business-content-list .content {
    flex-grow: 1;
}

.business-content-list .content h5 {
    font-size: 20px;
    color: var(--Theme-Color-Dark);
    margin-bottom: 7px;
}

.business-content-list .content p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
}

.business-content-list li:hover .icon {
    background: var(--Assist-Theme-Color);
}

.business-content-list li+li {
    margin-top: 40px;
}

.business-content-list li+li::before {
    content: "";
    position: absolute;
    left: 20px;
    top: -70px;
    width: 1px;
    height: 55px;
    background: #b7b6b6;
}

.business-content-list {
    margin-top: 34px;
}

/* 12. Delivering Value */
.delivering-value-item {
    margin-bottom: 45px;
}

.dv-thumb {
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.dv-thumb img {
    max-width: 100%;
    transition: .3s linear;
}

.dv-content-wrap {
    display: flex;
    align-items: flex-start;
}

.dv-content-wrap .icon {
    width: 65px;
    height: 65px;
    flex: 0 0 65px;
    background: var(--Theme-Color);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--White-Color);
    border-radius: 4px;
    margin-right: 20px;
    font-size: 30px;
    transition: .3s linear;
}

.dv-content-wrap .icon i {
    line-height: 0;
    display: block;
}

.dv-content-wrap .title {
    font-size: 22px;
    margin-bottom: 11px;
    color: var(--Theme-Color-Dark);
}

.dv-content-wrap .title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.dv-thumb svg{
    max-width: 100%;
    transition: .3s linear;
}
.delivering-value-item:hover .dv-thumb svg{
    transform: scale(1.1);
}


.dv-content-wrap .title{
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.dv-content-wrap .title a:hover,
.dv-content-wrap .title:hover,
.dv-content-wrap .content>a:hover {
    color: var(--Assist-Theme-Color);
}

.dv-content-wrap p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 18px;
}
.dv-content-wrap .case_description{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.dv-content-wrap .content>a {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: var(--Theme-Color);
}

.dv-content-wrap .content>a i {
    margin-left: 7px;
}

.delivering-value-item:hover .dv-content-wrap .icon {
    background: var(--Assist-Theme-Color);
}

.delivering-value-item:hover .dv-thumb img {
    transform: scale(1.1);
}

/* 13. Team */
.team-bg {
    background-position: center;
    background-size: cover;
    padding: 110px 0 66px;
    position: relative;
    z-index: 1;
}

.team-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg/team_bg_shape.png);
    background-position: center;
    background-size: cover;
    opacity: .62;
}

.team-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--Theme-Color);
    opacity: .93;
    z-index: -1;
}

.white-title .title {
    color: var(--White-Color);
}

.white-title .title>span {
    color: var(--Assist-Theme-Color);
}

.white-title p {
    color: #f0f0f0;
}

.team-item {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    z-index: 1;
}

.team-thumb img {
    width: 200px;
    border-radius: 50%;
    border: 8px solid var(--Theme-Color);
    margin-top: 2px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.team-thumb>.thumb-bg {
    border-radius: 50%;
    width: 215px;
    height: 215px;
    box-shadow: 0px 9px 6.51px 0.49px rgba(17, 7, 128, 0.14);
    background: var(--White-Color);
    position: absolute;
    left: 50%;
    /* top: 0; */
    top: -2%;
    transform: translateX(-50%) rotate(0deg);
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -ms-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
    z-index: -1;
}

.team-thumb>.thumb-bg::before {
    content: "";
    position: absolute;
    right: 0%;
    top: 16%;
    width: 30px;
    height: 30px;
    background: var(--White-Color);
    border-radius: 50%;
}

.team-content>span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--White-Color);
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-weight: 700;
    letter-spacing: 2px
}

.team-content h5 {
    font-size: 23px;
    color: var(--White-Color);
    margin-bottom: 6px;
    letter-spacing: .08rem;
    font-weight: 500;
}

.team-content h5 a:hover {
    color: var(--White-Color);
}

.team-content p {
    margin-bottom: 0;
    font-size: 14px;
    color: #e7e7e7;
    line-height: 26px;
}

.team-item .team-thumb {
    margin-bottom: 25px;
}

.team-item:hover .team-content>span {
    color: var(--Assist-Theme-Color);
}

.team-item:hover .team-thumb>.thumb-bg {
    transform: translateX(-50%) rotate(65deg);
}

.team-item:hover .team-thumb img {
    border-color: var(--Assist-Theme-Color);
}

/* 14. Faq */
.faq-img {
    padding-top: 20px;
    position: relative;
}

.faq-img::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 516px;
    height: 534px;
    background-image: url(../img/images/faq_img_shape01.png);
    z-index: -1;
    border-radius: 15px;
}

.faq-img .faq-bottom-shape {
    border-radius: 0;
    position: absolute;
    right: 12%;
    bottom: -36px;
}

.faq-img img {
    max-width: 100%;
    border-radius: 15px;
}

.section-title-two .sub-title {
    font-size: 34px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 5px;
}

.section-title-two .title {
    font-size: 40px;
    letter-spacing: -.5px;
    margin-bottom: 0;
}

.section-title-two .title>span,
.customer-feedback-title .title>span {
    color: var(--Theme-Color);
}

.faq-area .section-title-two {
    margin-bottom: 28px;
}

.faq-search-form form {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.faq-search-form form input {
    flex-grow: 1;
    border: none;
    background: #f4f3ff;
    padding: 19px 25px;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
    font-weight: 500;
}

.faq-search-form form input::placeholder {
    font-size: 13px;
    color: #aeadb7;
    font-weight: 500;
}

.faq-search-form form button {
    box-shadow: none;
    border-radius: 0 4px 4px 0;
    min-height: 59px;
}

.faq-search-form form button:hover {
    background: var(--Assist-Theme-Color);
}

.faq-nav-tabs.nav-tabs {
    border: none;
    margin-left: -8px;
    margin-right: -8px;
}

.faq-nav-tabs .nav-item {
    width: 33.3333%;
    flex: 0 0 33.3333%;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
}

.faq-nav-tabs .nav-item .nav-link {
    display: flex;
    flex-direction: column;
    border: 1px solid #e1e1e1;
    background: #f4f3ff;
    border-radius: 4px;
    padding: 20px 20px;
    margin-bottom: 0;
}

.faq-nav-tabs .nav-item .nav-link i {
    font-size: 19px;
    line-height: 1;
    color: var(--Theme-Color);
    margin-bottom: 6px;
}

.faq-nav-tabs .nav-item .nav-link .heading {
    display: block;
    color: var(--Theme-Color-Dark);
    text-transform: capitalize;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    margin-bottom: 1px;
}

.faq-nav-tabs .nav-item .nav-link .desc {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: var(--Assist-Theme-Color-Dark);
}

.faq-nav-tabs .nav-item .nav-link.active {
    background: var(--White-Color);
    box-shadow: 0px 7px 14.88px 1.12px rgba(5, 51, 102, 0.15);
    border-color: var(--Theme-Color);
}

.faq-wrapper .card {
    border: none;
    border-radius: 0;
    margin-bottom: 21px;
}

.faq-wrapper .card:last-child {
    margin-bottom: 0;
}

.faq-wrapper .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none;
}

.faq-wrapper .card-header .btn-link {
    text-align: left;
    font-size: 16px;
    font-weight: 800;
    color: var(--Theme-Color-Dark);
    border: none;
    background: transparent;
    border-bottom: 1px solid #bbb5fe;
    width: 100%;
    padding: 0 20px 13px 0;
    line-height: 1.7;
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    position: relative;
}

.faq-wrapper .card-header .btn-link.collapsed {
    border-color: #e7e7ec;
}

.faq-wrapper .card-header .btn-link:hover {
    text-decoration: none;
}

.faq-wrapper .card-header .btn-link .count {
    margin-right: 14px;
    color: var(--Theme-Color);
}

.faq-wrapper>.card>.card-header {
    border-radius: 0;
    margin-bottom: 0;
}

.faq-wrapper .card-body {
    padding: 12px 25px 0;
    font-size: 13px;
    color: #827f93;
    line-height: 24px;
}

.faq-wrapper .card .card-header button::after {
    position: absolute;
    content: "\f106";
    top: 0;
    right: 0;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: var(--Theme-Color);
}

.faq-wrapper .card .card-header button.collapsed:after {
    content: "\f107";
}

.faq-tab-content {
    margin-top: 20px;
}

.faq-style-two .faq-img img {
    box-shadow: 0px 7px 14.88px 1.12px rgba(5, 51, 102, 0.15);
}

.faq-style-two .faq-img .faq-bottom-shape {
    box-shadow: none;
}

/* 15. Trial-area */
.trial-area {
    padding-top: 100px;
    padding-bottom: 100px;
}

.kb-trial-wrap {
    background: var(--Theme-Color);
    border-radius: 12px;
    padding: 90px 50px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.kb-trial-wrap .title {
    font-size: 28px;
    color: var(--White-Color);
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 0;
    width: 43%;
    padding-right: 40px;
}

.kb-trial-form {
    flex-grow: 1;
}

.kb-trial-form form {
    display: flex;
    align-items: center;
}

.kb-trial-form input {
    background: var(--White-Color);
    border: none;
    padding: 18px 25px;
    font-size: 14px;
    border-radius: 4px;
    width: 61%;
    flex: 0 0 61%;
    font-weight: 500;
}

.kb-trial-form input::placeholder {
    font-size: 14px;
    color: #918fa1;
    font-weight: 500;
}

.kb-trial-form button {
    background: var(--Assist-Theme-Color);
    ;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: var(--Theme-Color-Dark);
    font-family: 'Poppins', sans-serif;
    box-shadow: none;
    padding: 18px 29px;
    margin-left: 18px;
    min-width: 206px;
}

.kb-trial-form button span {
    background: #222;
}

.kb-trial-wrap .trial-shape {
    position: absolute;
    z-index: -1;
}

.kb-trial-wrap .top-shape {
    left: 0;
    top: 0;
}

.kb-trial-wrap .bottom-shape {
    bottom: 0;
    right: 0;
}

/* 16. Online-support */
.online-support-area {
    padding: 100px 0 0 0;
}

.online-support-img {
    text-align: center;
}

.online-support-img img {
    max-width: 90%;
}

.online-support-content {
    padding-right: 70px;
}

.online-support-content .title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}

.online-support-content>p {
    color: #898799;
    font-weight: 400;
    margin-bottom: 0;
}

.support-info-item {
    text-align: center;
    position: relative;
    margin-top: 35px;
}

.support-info-item p {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 26px;
    margin-bottom: 6px;
}

.support-info-item h2 {
    font-size: 45px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--Theme-Color-Dark);
    /* color: #898799; */
    font-weight: 600;
}

.support-info-item h2 i {
    font-size: 40px;
    color: var(--Theme-Color);
    display: block;
    line-height: 0;
    margin-right: 15px;
}

.support-info-item::after {
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 100%;
    background: #ebebeb;
}

.support-info-wrap .row [class*="col-"]:last-child .support-info-item::after {
    display: none;
}

/* 17. Testimonial */
.testimonial-area {
    padding: 110px 0 40px;
    position: relative;
}

.testimonial-area .container-inner-wrap {
    padding: 0 205px;
    position: relative;
}

.cons-testi-img {
    text-align: right;
}

.cons-testi-img img {
    max-width: initial;
    display: inline-block;
}

.cons-testi-content-wrap {
    padding-left: 15px;
}

.cons-testi-quote {
    font-size: 28px;
    color: #fabc32;
    line-height: 1;
    margin-bottom: 32px;
}

.cons-testi-content .title {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 900;
    color: var(--Theme-Color-Dark);
    margin-bottom: 18px;
}

.cons-testi-content p {
    margin-bottom: 0;
}

.cons-testi-avatar {
    margin-top: 27px;
}

.cons-testi-avatar h5 {
    font-size: 18px;
    color: var(--Theme-Color-Dark);
    margin-bottom: 6px;
}

.cons-testi-avatar span {
    display: block;
    font-size: 14px;
}

.testimonial-slider-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -20%;
    margin-top: 45px;
}

.testimonial-slider-nav button {
    border: none;
    padding: 0;
    background: transparent;
    font-size: 33px;
    line-height: 0;
    color: #878787;
    transition: .3s linear;
    margin-left: 8px;
}

.testimonial-slider-nav button.slick-prev {
    transform: rotate(180deg);
}

.testimonial-slider-nav button:hover {
    color: var(--Assist-Theme-Color);
}

.testi-top-shape {
    position: absolute;
    left: 0;
    top: 32%;
    width: 164px;
    height: 321px;
    z-index: -1;
}

.testi-bottom-shape {
    position: absolute;
    right: 0;
    top: 72%;
    width: 263px;
    height: 509px;
}

.testimonial-img-wrap ul li {
    position: absolute;
}

.testimonial-img-wrap ul li img {
    border-radius: 50%;
    border: 1.5px solid #f3f1ff;
    box-shadow: 0px 9px 16.74px 1.26px rgba(0, 0, 0, 0.08);
    padding: 3px;
    background: var(--White-Color);
}

.testimonial-img-wrap ul li:nth-child(1) {
    left: 0;
    top: 16%;
    opacity: .84;
}

.testimonial-img-wrap ul li:nth-child(2) {
    bottom: -40px;
    left: 18%;
    opacity: .80;
}

.testimonial-img-wrap ul li:nth-child(3) {
    right: 5%;
    top: -25px;
    opacity: .76;
}

.testimonial-img-wrap ul li:nth-child(4) {
    right: 10%;
    bottom: 0;
    opacity: .63;
}

/* 18. Gallery */
.cons-gallery-area {
    padding-bottom: 90px;
}

.cons-gallery-item {
    margin-bottom: 30px;
}

.cons-gallery-item img {
    max-width: 100%;
    box-shadow: 0px 6px 5.58px 0.42px rgba(28, 27, 42, 0.08);
}

/* 19. Blog */
.blog-bg {
    background-position: center;
    background-size: cover;
    padding: 110px 0 90px;
}

.blog-post-item {
    background: var(--White-Color);
    border-radius: 10px;
    overflow: hidden;
    transition: .3s linear;
}

.blog-post-item:hover {
    box-shadow: 0px 9px 7.44px 0.56px rgba(78, 69, 173, 0.08);
}

.blog-post-thumb,
.solution-thumb {
    overflow: hidden;
}

.solution_img{
    -webkit-filter: brightness(0.50);
    filter: brightness(0.50);
}

.blog-post-thumb img {
    transform: scale(1) rotate(0);
    transition: .3s linear;
    width: 100%;
}

.blog-post-item:hover .blog-post-thumb a img {
    transform: scale(1.1) rotate(-1deg);
}


.solution-thumb img {
    transition: .3s linear;
}

.blog-post-item:hover .solution-thumb a img {
    transform: scale(1.1);
}



.blog-post-content {
    border: 1px solid #ebebeb;
    border-radius: 0 0 10px 10px;
    border-top: none;
    padding: 30px 30px 35px;
}

.blog-post-meta ul {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 13px;
}

.blog-post-meta ul li {
    font-size: 13px;
    text-transform: capitalize;
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    color: #838181;
}

.blog-post-meta ul li::before {
    content: "|";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #d7d3d3;
    font-size: 13px;
}

.blog-post-meta ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.blog-post-meta ul li:last-child::before {
    display: none;
}

.blog-post-meta ul li i {
    color: var(--Theme-Color);
    margin-right: 10px;
    font-size: 12px;
}

.blog-post-meta ul li a {
    color: #838181;
}

.blog-post-content .title {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 25px;
    letter-spacing: -.3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.blog-post-thumb svg{
    transform: scale(1) rotate(0);
    transition: .3s linear;
    width: 100%;
}

.blog-post-item:hover .blog-post-thumb a svg{
    transform: scale(1.1) rotate(-1deg);
}

.blog-post-content .title{
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.blog-post-content .title a:hover,
.blog-post-content .title:hover,
.blog-post-meta ul li a:hover {
    color: var(--Theme-Color);
}

.blog-post-content .read-more {
    display: inline-flex;
    align-items: center;
    color: var(--Theme-Color);
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
}



.blog-post-content .read-more:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.blog-post-content .read-more:hover {
    color: var(--Assist-Theme-Color);
}

.blog-post-content .read-more::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--Assist-Theme-Color);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(.74, .72, .27, .24);
}




.blog-post-content .read-more i {
    margin-left: 8px;
}

.blog-gray-bg {
    background: #f8f6f5;
    padding: 120px 0 120px;
}

.legal-bg {
    background: var(--White-Color);
    padding: 50px 0 50px;
}

.legal-bg .standard-blog-content {
    padding-top: 0;
    padding-bottom: 0;
}

.legal-bg .title {
    text-align: center;
}

.legal-bg .legal-date {
    text-align: right;
    color: var(--Theme-Color-Dark);
    font-weight: 500;
}

.time_statu{
    color: var(--Theme-Color-Dark);
    font-weight: 500;
}

.modal-backdrop {
    opacity: 0.25 !important;
}

#LegalModal,
#PrivacyModal {
    padding: 0 15px !important;
    background-color: transparent;
}

.legalmodal {
    margin: 8rem auto;

}

.legalmodal .flex-center {
    justify-content: center
}

.legalmodal .modal-body,
.legalmodal .modal-header {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}

.legalmodal .modal-body,
.legalmodal .modal-body p {
    font-size: 14px;
    color: var(--Theme-Color-Dark);
    line-height: 26px;
    font-weight: normal;
}

.legalmodal .modal-body p span {
    color: red;
}

.legalmodal .modal-body p span i {
    font-style: normal;
    font-weight: 600;
}

.legalmodal .modal-content {
    border: none;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
    border-radius: 0.6rem;
}

.standard-legal-item {
    background: var(--White-Color);
    border-radius: 8px;
    overflow: hidden;
    /* box-shadow: 0px 2px 6.51px 0.49px rgba(95, 95, 100, 0.08); */
}

.standard-legal-item:last-child {
    margin-bottom: 0;
}

.standard-blog-item {
    background: var(--White-Color);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 6.51px 0.49px rgba(95, 95, 100, 0.08);
}

.standard-blog-item:last-child {
    margin-bottom: 0;
}

.blog-gray-bg .container-inner-wrap>.row:first-child>[class*="col-"]:first-child {
    padding-right: 35px;
}

.blog-thumb img {
    max-width: 100%;
}

.standard-blog-content {
    padding: 40px 45px;
}

.mediareport-blog-content {
    padding: 30px 30px;
}

.mediareport-blog-content>.title {
    line-height: 2.5rem !important;
}

.standard-blog-content>.title {
    font-size: 26px;
    color: var(--Theme-Color-Dark);
    margin-bottom: 23px;
}

.standard-blog-content .title a:hover {
    color: var(--Theme-Color);
}

.standard-blog-content .title .disable,.standard-blog-content .title .disable:hover{
    text-decoration: line-through;
    color:#888;
}
.standard-blog-meta li .disable:hover{
    background:#f1f0fb;
    color: #706d86;
}

.standard-blog-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.standard-blog-meta li {
    margin-right: 10px;
}

.standard-blog-meta li:last-child {
    margin-right: 0;
}

.standard-blog-meta li a {
    display: block;
    font-size: 12px;
    color: #706d86;
    padding: 5px 14px;
    background: #f1f0fb;
    border-radius: 4px;
    margin-bottom: 10px;
}

.standard-blog-meta .tag {
    display: block;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    color: var(--Theme-Color);
    border: 1px solid var(--Theme-Color);
}

.job-btn a {
    width: 100%;
}

.detail_box .subtitle {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 28px;
    font-weight: 500;
    margin: 32px 0 16px;
}

.text_box {
    line-height: 26px;
    font-size: 14px;
}

.text_box .musttext {
    font-style: normal;
    font-weight: 500;
    display: block;
}

.new-main-bg {
    padding: 60px 0 100px;
}

.standard-blog-meta .hurry {
    border-color: #ff6b6b;
    color: var(--White-Color);
    background-color: #ff6b6b;
}

.standard-blog-meta .school {
    border-color: #4FB267;
    color: var(--White-Color);
    background-color: #4FB267;
}

.standard-blog-meta .date {
    color: #706d86;
    background: #f1f0fb;
    border-color: #f1f0fb;
    margin-left: auto;
}

.standard-blog-meta li a i,
.standard-blog-meta .tag i {
    margin-right: 8px;
}

.standard-blog-meta li a:hover {
    background: var(--Theme-Color);
    color: var(--White-Color);
}

.standard-blog-content p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
}

.standard-blog-content .blog-line {
    width: 100%;
    height: 6px;
    background-repeat: repeat;
    margin: 30px 0;
}

.standard-blog-content .read-more {
    box-shadow: none;
    padding: 14px 30px;
}

.blog-sidebar {
    background: var(--White-Color);
    border-radius: 12px;
    padding: 45px 30px 55px;
    box-shadow: 0px 2px 6.51px 0.49px rgba(95, 95, 100, 0.08);
    margin-left: -6px;
}

.blog-sidebar .widget {
    margin-bottom: 40px;
}

.blog-sidebar .widget:last-child {
    margin-bottom: 0;
}

.blog-sidebar .widget-title {
    line-height: 1;
    text-transform: uppercase;
    font-size: 18px;
    color: var(--Theme-Color-Dark);
    margin-bottom: 23px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}


.content video,.content img{
    width: 100%;
}
.case_btn .btn{
    background-color: var(--Theme-Color-D);
}

.project_qrcode_show{
    overflow: unset;
}
/* 
.project_qrcode_info{
    position: relative;
    display: inline-block;
} */

.project_qrcode{
    height: 180px;
    display: none;
    left: 0;
    bottom: 65px;
    background-color: white;
    position: absolute;
    width: auto;
    z-index: 99;
    border-radius: 6px;
}
.project_qrcode img{
    height: 100%;
    border-radius: 6px;
}


.sidebar-search-form form {
    position: relative;
}

.sidebar-search-form input {
    border: none;
    background: #f1f0fb;
    width: 100%;
    display: block;
    padding: 17px 35px 17px 45px;
    border-radius: 5px;
    font-size: 14px;
}

.sidebar-search-form input::placeholder {
    font-size: 14px;
    color: #898799;
}

.sidebar-search-form form::before {
    content: "\f103";
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    font-family: Flaticon;
    font-size: 13px;
    color: #898799;
}

.rc-post-list ul li {
    display: flex;
    align-items: center;
    padding-bottom: 29px;
    margin-bottom: 27px;
    position: relative;
}

.rc-post-list ul li::before,
.rc-post-list ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px dashed #c7c7c7;
}

.rc-post-list ul li::after {
    bottom: 3px;
}

.rc-post-list ul li:last-child {
    margin-bottom: 0;
}

.rc-post-thumb {
    width: 85px;
    flex: 0 0 85px;
    margin-right: 15px;
}

.rc-post-thumb img,.rc-post-thumb svg{
    max-width: 100%;
    border-radius: 5px;
    transition: .3s linear;
}

.rc-post-content {
    flex-grow: 1;
}

.rc-post-content .title {
    font-size: 16px;
    color: var(--Theme-Color-Dark);
    font-weight: 700;
    margin-bottom: 7px;
    line-height: 1.3;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.rc-post-content .title a:hover {
    color: var(--Theme-Color-Dark);
}

.rc-post-content .date {
    display: block;
    transition: .3s linear;
    font-size: 13px;
    color: #898799;
}

.rc-post-content .date i {
    margin-right: 5px;
}

.rc-post-list ul li:hover .rc-post-thumb img {
    box-shadow: 0px 3px 7.44px 0.56px rgba(169, 168, 168, 0.3);
}

.rc-post-list ul li:hover .rc-post-content .date {
    color: var(--Assist-Theme-Color);
}

.rc-post-content .jobdate {
    display: block;
    transition: .3s linear;
    font-size: 13px;
    color: #898799;
    text-align: right;
}

.rc-post-content .title a:hover {
    color: var(--Theme-Color);
}

.sidebar-cat-list ul li {
    padding-bottom: 13px;
    border-bottom: 1px dashed #c7c7c7;
    margin-bottom: 20px;
}

.sidebar-cat-list ul li:last-child {
    margin-bottom: 0;
}

.sidebar-cat-list ul li a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: var(--Assist-Theme-Color-Dark);
    font-weight: 400;
}

.sidebar-cat-list ul li a i {
    margin-left: auto;
    font-size: 12px;
    color: #898799;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sidebar-cat-list ul li a:hover,
.sidebar-cat-list ul li a:hover i {
    color: var(--Assist-Theme-Color);
}

.sidebar-add {
    text-align: center;
}

.sidebar-add img {
    max-width: 100%;
}

.sidebar-tag-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -3.5px;
    margin-right: -3.5px;
    margin-top: -10px;
}

.sidebar-tag-list ul li {
    padding-left: 3.5px;
    padding-right: 3.5px;
    padding-top: 10px;
}

.sidebar-tag-list ul li a {
    display: block;
    background: #f1f0fb;
    font-size: 14px;
    font-weight: 400;
    color: var(--Assist-Theme-Color-Dark);
    padding: 9px 20px;
    border-radius: 50px;
}

.sidebar-tag-list ul li a:hover {
    background: var(--Assist-Theme-Color);
    color: var(--White-Color);
}

.blog-details-content p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
}

.blog-details-img .row {
    margin-left: -10px;
    margin-right: -10px;
}

.blog-details-img .row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.blog-details-content blockquote {
    margin: 31px 0 28px;
    font-size: 20px;
    font-weight: 600;
    color: var(--Theme-Color-Dark);
    font-style: italic;
    line-height: 1.6;
    padding: 3px 28px;
    position: relative;
}

.blog-details-content blockquote::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: var(--Theme-Color);
    border-radius: 2px;
}

.blog-details-content blockquote footer {
    font-size: 14px;
    font-style: normal;
    color: var(--Theme-Color);
    font-weight: 500;
    position: relative;
    padding-left: 30px;
    margin-top: 11px;
}

.blog-details-content blockquote footer::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 2px;
    background: var(--Theme-Color);
}

.blog-details-list ul li {
    font-size: 14px;
    line-height: 26px;
    position: relative;
    padding-left: 20px;
}

.blog-details-list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    background: var(--Theme-Color);
    border-radius: 50%;
}

.blog-details-list ul li a {
    color: var(--Theme-Color);
    text-decoration: underline;
}

.blog-details-list ul li+li {
    margin-top: 10px;
}

.blog-details-img {
    margin: 35px 0 32px;
}

.blog-details-img img {
    max-width: 100%;
    border-radius: 6px;
}

.blog-details-bottom {
    display: flex;
    align-items: center;
}

.blog-details-tags {
    width: 70%;
    flex: 0 0 70%;
}

.blog-details-tags ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.blog-details-tags ul li.title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: var(--Theme-Color-Dark);
    margin-right: 12px;
    padding-right: 0;
}

.blog-details-tags ul li.title::before {
    display: none;
}

.blog-details-tags ul li.title i {
    font-size: 10px;
    color: var(--Theme-Color);
    margin-right: 5px;
}

.blog-details-tags ul li {
    padding-right: 13px;
    margin-right: 13px;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}

.blog-details-tags ul li::before {
    content: "|";
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    color: #898797;
    font-weight: 500;
}

.blog-details-tags ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.blog-details-tags ul li:last-child:before {
    display: none;
}

.blog-details-tags ul li a {
    display: block;
    font-size: 13px;
    color: var(--Assist-Theme-Color-Dark);
}

.blog-details-tags ul li a:hover {
    color: var(--Assist-Theme-Color);
}

.blog-details-social {
    flex-grow: 1;
}

.blog-details-social ul {
    justify-content: flex-end;
}

.blog-details-content .blog-line {
    margin: 45px 0 20px;
}

.avatar-post {
    background: var(--White-Color);
    padding: 40px 60px 40px 40px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0px 0px 9px 0px rgba(160, 157, 157, 0.12);
}

.post-avatar-img {
    margin-right: 30px;
    width: 128px;
    flex: 0 0 128px;
}

.post-avatar-img img {
    max-width: 100%;
    border-radius: 8px;
}

.post-avatar-content h5 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.post-avatar-content .blog-details-social ul {
    justify-content: flex-start;
}

.post-avatar-content p {
    font-size: 14px;
    color: var(--Assist-Theme-Color-Dark);
    margin-bottom: 15px;
    line-height: 26px;
}

.blog-next-prev ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-next-prev ul li a {
    display: block;
    font-size: 15px;
    color: var(--Theme-Color-Dark);
    text-transform: uppercase;
    font-weight: 700;
}

.blog-prev svg,.blog-next svg{
    width: 60px;
    border-radius: 0.6rem;
}
.blog-prev img,.blog-prev svg {
    margin-right: 15px;
}

.blog-next img,.blog-next svg {
    margin-left: 15px;
}

.blog-next-prev ul li a:hover {
    color: var(--Theme-Color);
}

.comment-reply-box {
    background: var(--White-Color);
    padding: 60px 45px 65px;
    margin-top: 50px;
    border-radius: 8px;
    box-shadow: 0px 0px 9px 0px rgba(160, 157, 157, 0.12);
}

.comment-reply-box .title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: var(--Theme-Color-Dark);
    font-family: 'Poppins', sans-serif;
    margin-bottom: 40px;
    padding-bottom: 12px;
    position: relative;
}

.comment-reply-box .title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    background: var(--Assist-Theme-Color);
}

.comment-reply-form .row {
    margin-left: -10px;
    margin-right: -10px;
}

.comment-reply-form .row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.comment-reply-form .form-grp {
    margin-bottom: 20px;
}

.comment-reply-form input,
.comment-reply-form textarea {
    border: none;
    background: #f1f0fb;
    width: 100%;
    padding: 13px 25px;
    font-size: 14px;
    color: var(--Assist-Theme-Color-Dark);
    border-radius: 4px;
    font-weight: 500;
}

.comment-reply-form input::placeholder,
.comment-reply-form textarea::placeholder {
    font-size: 14px;
    color: var(--Assist-Theme-Color-Dark);
    font-weight: 500;
    opacity: .77;
}

.comment-reply-form textarea {
    min-height: 148px;
    max-height: 148px;
}

.comment-reply-form .btn {
    box-shadow: none;
    padding: 14px 31px;
}

.comment-reply-form .btn:hover {
    background: var(--Assist-Theme-Color);
}

/* 20. Contact */
#map-bg {
    min-height: 490px;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    position: relative;
}

#map-bg .map-marker {
    position: absolute;
    left: 46%;
    top: 46%;
    /* left: 43%;
    top: 36%; */
    width: 93px;
    height: 93px;
    text-align: center;
    line-height: 93px;
    background: var(--Assist-Theme-Color);
    font-size: 40px;
    color: var(--White-Color);
    border-radius: 50%;
}

.ripple-white {
    border-radius: 50%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    transition: .5s;
    -webkit-transition: .5s;
}

@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5), 0 0 0 10px rgba(255, 255, 255, 0.5), 0 0 0 20px rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5), 0 0 0 10px rgba(255, 255, 255, 0.5), 0 0 0 20px rgba(255, 255, 255, 0.5);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5), 0 0 0 20px rgba(255, 255, 255, 0.5), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5), 0 0 0 20px rgba(255, 255, 255, 0.5), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5), 0 0 0 10px rgba(255, 255, 255, 0.5), 0 0 0 20px rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5), 0 0 0 10px rgba(255, 255, 255, 0.5), 0 0 0 20px rgba(255, 255, 255, 0.5);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5), 0 0 0 20px rgba(255, 255, 255, 0.5), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5), 0 0 0 20px rgba(255, 255, 255, 0.5), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

.contact-wrap-content p {
    font-size: 14px;
    padding-right: 20px;
    margin-bottom: 30px;
}

.contact-form .form-grp {
    margin-bottom: 25px;
}

.contact-form .form-grp label {
    font-size: 14px;
    font-weight: 500;
    color: var(--Assist-Theme-Color-Dark);
    margin-bottom: 10px;
    opacity: .77;
}

.contact-form .form-grp label span {
    color: var(--Theme-Color);
}

.contact-form .form-grp input,
.contact-form .form-grp textarea {
    width: 100%;
    background: #f1f0fb;
    border: none;
    font-size: 14px;
    padding: 15px 20px;
    border-radius: 5px;
    display: block;
    font-weight: 500;
}

.contact-form .form-grp input::placeholder,
.contact-form .form-grp textarea::placeholder {
    color: var(--Assist-Theme-Color-Dark);
    font-size: 14px;
    font-weight: 500;
    opacity: .6;
}

.contact-form .form-grp textarea {
    min-height: 174px;
    max-height: 174px;
    /* min-height: 125px;
    max-height: 125px; */
}

.contact-form .checkbox-grp,
.comment-reply-form .checkbox-grp {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
}

.contact-form .checkbox-grp input,
.comment-reply-form .checkbox-grp input {
    width: auto;
    margin-top: 3px;
    margin-right: 9px;
}

.contact-form .checkbox-grp label,
.comment-reply-form .checkbox-grp label {
    font-size: 14px;
    font-weight: 500;
    color: var(--Assist-Theme-Color-Dark);
    opacity: .8;
    margin-bottom: 0;
}

.contact-form [type=button] {
    box-shadow: none;
    padding: 14px 32px;
}

.contact-form [type=button]:hover,
.standard-blog-content .read-more:hover {
    background: var(--Assist-Theme-Color);
}

.contact-info-wrap {
    background: #f1f0fb;
    border-radius: 12px;
    padding: 45px 55px;
}

.contact-img {
    text-align: center;
    margin-bottom: 30px;
}

.contact-img img {
    max-width: 100%;
}

.contact-info-list ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-info-list ul li:last-child {
    margin-bottom: 0;
}

.contact-info-list .icon {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: var(--White-Color);
    flex: 0 0 45px;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 16px;
    color: var(--Theme-Color);
    box-shadow: 0px 2px 14.88px 1.12px rgba(97, 83, 252, 0.11);
}

.contact-info-list .icon {
    position: relative;
}
.contact-info-list .icon sup{
    position: absolute;
    top: unset;
    bottom: 1.8rem;
    left: 1.5rem;
    color: #bdbbcf;
}
.contact-info-list .content {
    flex-grow: 1;
}

.contact-info-list .content p,.contact-info-list .content a{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
    color: #898799;
}

.contact-info-list .content a:hover{
    color: var(--Theme-Color);
}


.contact-social ul,
.blog-details-social ul {
    display: flex;
    align-items: center;
}

.contact-social ul li {
    margin-right: .55rem;
}

.blog-details-social ul li {
    margin-right: 10px;
}

.contact-social ul li:last-child,
.blog-details-social ul li:last-child {
    margin-right: 0;
}

.contact-social ul li a,
.blog-details-social ul li a {
    display: block;
}

.contact-social ul li a i,
.blog-details-social ul li a i {
    width: 41px;
    height: 41px;
    display: block;
    text-align: center;
    line-height: 41px;
    border-radius: 50%;
    background: #385594;
    color: var(--White-Color);
    font-size: 14px;
}


.blog-details-social ul li a i {
    width: 31px;
    height: 31px;
    line-height: 31px;
    font-size: 12px;
}

.contact-social ul{
    justify-content: center;
}
.contact-social ul li:nth-child(2) a i,
.blog-details-social ul li:nth-child(2) a i {
    background: #4eabee;
}

.contact-social ul li:nth-child(3) a i,
.blog-details-social ul li:nth-child(3) a i {
    background: #1976d2;
}
.contact-social ul li a i{
    font-size: 1.6rem;
}
.contact-social ul li a .fa-tiktok {
    background: #120c17 !important;
}

.contact-social ul li a .fa-youtube {
    background: #FF0000 !important;
}

.contact-social ul li a .fa-weibo {
    background: #e6162d !important;
}

.contact-social ul li a .fa-dribbble {
    background: #ea4c89 !important;
}
.contact-social ul li a .fa-whatsapp{
    background: #4fb964 !important;

}
.contact-social ul li a .fa-line{
    background: #54BD37 !important;
}
.contact-social ul li a .fa-telegram-plane{
    background: #5DB4ED !important;
}
.contact-social ul li a .fa-skype{
    background: #0078d4 !important;
}



.contact-social {
    margin-top: 30px;
}

.contact-form .btn{
    margin-right: 1rem;
}


.contact-form .btn{
transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    -o-transition: all ease 500ms;
}
.contact-form .btn:last-child{
    margin-right: 0;
}
.contact-form .btn:hover{
    background-color: var(--Assist-Theme-Color);
}

/* 21. Footer */
.footer-top-wrap {
    padding: 95px 0 45px;
}

.footer-top-wrap .footer-widget {
    margin-bottom: 50px;
}

.fw-title .title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: var(--Theme-Color-Dark);
    margin-bottom: 0;
}

.footer-widget .fw-title {
    margin-bottom: 25px;
}

.fw-link ul li {
    margin-bottom: 8px;
}

.fw-link ul li:last-child {
    margin-bottom: 0;
}

.fw-link ul li a {
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #898799;
}

.fw-link ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--Theme-Color);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(.74, .72, .27, .24);
}

.fw-link ul li a:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.fw-link ul li a:hover {
    color: var(--Theme-Color);
}

.fw-social ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.fw-social ul li+li {
    margin-left: 13px;
}

.fw-social ul li a {
    display: block;
}

.fw-social ul li a i {
    display: block;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    border-radius: 50%;
    color: var(--White-Color);
    background: var(--Theme-Color);
}

.fw-social ul li a .fa-tiktok {
    background: #120c17;
}

.fw-social ul li a .fa-weibo {
    background: #e6162d;
}

.fw-social ul li a .fa-dribbble {
    background: #ea4c89;
}

.fw-social ul li a .fa-twitter {
    background: #1da1f2;
}

.fw-social ul li a .fa-instagram {
    background: #9254de;
}

.fw-social ul li a .fa-linkedin-in {
    background: #1976d2;
}

.fw-social ul li a .fa-youtube {
    background: #FF0000;
}

.copyright-wrap {
    background: var(--Theme-Color);
    padding: 20px 0;
}

.footer-lang img {
    max-width: 18px;
    border: 1px solid var(--White-Color);
    border-radius: 50%;
    margin-right: 6px;
}

.footer-qrcode {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    align-content: center;
    /* margin-bottom: 13px; */
}

.footer-qrcode div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    align-content: center;
    flex-direction: column;
    padding: 0 5px;

}

.footer-qrcode div p {
    font-size: 12px;
    font-weight: 400;
    color: #898799;
}

.footer-qrcode div p i {
    font-size: 14px;
}

.footer-qrcode img {
    border-radius: 6px
}

.weixin-title {
    color: #2aae67 !important;
}

.copyright-text {
    display: flex;
    align-items: flex-end;
}

.copyright-text a {
    color: #f8f8f8 !important;
}

/* .copyright-text a:hover{
    color: var(--Assist-Theme-Color) !important;
} */

.footer_link a:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.footer_link a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--Assist-Theme-Color);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(.74, .72, .27, .24);
}

.copyright-text .footer_link>a {
    padding-left: 5px;
    margin-left: 5px;
}

.copyright-text .footer_link>a:first-child {
    padding-left: 15px;
    margin-left: 25px;
}

.copyright-text .footer_link>a:first-child::before {
    content: " ";
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--Assist-Theme-Color-Light);
}


.copyright-text p,
.copyright-text a {
    font-size: 13px;
    color: #f8f8f8;
    line-height: 24px;
    margin-bottom: 3px;
    position: relative;
    /* padding-left: 10px; */
    /* margin-left: 30px; */
    /* margin: 0 5px; */
    font-weight: normal;
}

.beian-link {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    /* padding-left: 10px; */
    /* margin-left: 30px; */
}

.beian-link a {
    margin: 0 5px;
    padding-left: 0px;
    font-size: 12px;
}
.beian-link a:first-child {
    margin-left: 0px;
}

/* .beian-link a:first-child{
    margin-left: 40px;
} */
.beian-link a img {
    height: 18px;
    vertical-align: text-bottom;
}

.copyright-text p::before {
    /* content: "|";
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--Assist-Theme-Color-Light); */
}

.copyright-text p a {
    padding-left: 0;
    margin-left: 0;
}

.footer-lang .dropdown {
    text-align: right;
}

.footer-lang .dropdown>button {
    border: none;
    background: transparent;
    padding: 0;
    color: #f8f8f8;
    font-size: 13px;
}

.footer-lang .dropdown .dropdown-item {
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 13px;
    padding: 4px 15px;
}

/* 语言切换 */
.footer-lang .dropdown .zh_click {
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 13px;
    padding: 4px 15px;
    display: block;
    width: 100%;
    clear: both;
}




.footer-bg {
    background-image: url(../img/bg/footer_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 100px 0 50px;
}

.footer-content p {
    font-size: 14px;
    color: #b8b8b8;
    line-height: 24px;
    margin-bottom: 0;
}

.footer-info-list {
    margin-top: 25px;
}

.footer-info-list li {
    font-size: 14px;
    color: #b8b8b8;
    display: flex;
    align-items: center;
}

.footer-info-list li+li {
    margin-top: 15px;
}

.footer-info-list li i {
    margin-right: 10px;
    color: var(--Assist-Theme-Color);
}

.footer-bg .footer-widget .fw-title {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-end;
    color: var(--White-Color);
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    margin-right: 30px;
}

.footer-bg .footer-widget .fw-title .line {
    display: block;
    height: 1px;
    background: #6e6889;
    flex-grow: 1;
    margin: 0 7px 5px 15px;
}

.footer-bg .footer-widget .fw-title .dots {
    line-height: 1;
    color: var(--Assist-Theme-Color);
}

.friend-links .fw-title {
    margin-bottom: 20px;
}

.friend-links .fw-title .title {
    font-size: 14px;
}

.friend-links-list ul li a {
    font-size: 13px;
}

.friend-links-list ul li .friend-links-submit{
    color: var(--Assist-Theme-Color-Dark);
    font-weight: 500;
}

.friend-links .fw-link ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
}

.friend-links .fw-link ul li {
    margin-right: 10px;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding-bottom: 8px;
}

.friend-links .fw-link ul li img{
    max-height: 30px;
}

.footer-bg .fw-link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-bg .fw-link ul li {
    margin-bottom: 15px;
    width: 44%;
    flex: 0 0 44%;
}

.footer-bg .fw-link ul li a i {
    margin-right: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer-bg .fw-link ul li a {
    color: #b8b8b8;
    display: inline-flex;
    align-items: center;
}

.footer-bg .fw-link ul li a:hover i {
    color: var(--Assist-Theme-Color);
}

.footer-bg .fw-link ul li a::before {
    display: none;
}

.footer-newsletter-wrap p {
    font-size: 14px;
    color: #b8b8b8;
    line-height: 26px;
    margin-bottom: 17px;
}

.footer-newsletter-wrap p span {
    color: var(--Assist-Theme-Color);
}

.footer-newsletter-wrap form {
    position: relative;
}

.footer-newsletter-wrap form input {
    width: 100%;
    border: none;
    padding: 20px 80px 20px 25px;
    border-radius: 4px;
    color: #7d7d7d;
    font-size: 14px;
}

.footer-newsletter-wrap form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: none;
    border-radius: 4px;
    width: 65px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--White-Color);
    background: var(--Assist-Theme-Color);
}

.footer-confi-wrap {
    display: flex;
    align-items: center;
    margin-top: 35px;
}

.confi-logo {
    width: 81px;
    flex: 0 0 81px;
    margin-right: 15px;
}

.confi-logo img {
    max-width: 100%;
}

.confi-content h4 {
    font-size: 18px;
    color: var(--White-Color);
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 9px;
}

.confi-content span {
    display: block;
    font-size: 14px;
    color: #b8b8b8;
}

.s-copyright-wrap {
    background: #2d2952;
    padding: 29px 0;
}

.s-copyright-text p {
    margin-bottom: 0;
    font-size: 14px;
    color: #b8b8b8;
}

.s-copyright-text p a {
    color: var(--Assist-Theme-Color);
}

.payment-method-img img {
    max-width: 100%;
}

/* 22. Preloader */
#preloader {
    background-color: var(--White-Color);
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 999;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 75px;
    display: inline-block;
    vertical-align: middle;
}

.loader .loader-outter {
    position: absolute;
    /* border: 4px solid var(--Assist-Theme-Color) ; */
    border: 4px solid var(--Theme-Color);
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;

}

.loader .loader-inner {
    position: absolute;
    /* border: 4px solid var(--Assist-Theme-Color) ; */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    /* left: calc(50% - 20px);
    top: calc(50% - 20px); */
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-outter 2s cubic-bezier(0.42, 0, 0.49, 0.99) infinite;
    animation: loader-outter 2s cubic-bezier(0.42, 0, 0.49, 0.99) infinite;
}

.more_btn {
    font-weight: 400;
    font-size: 14px;
    padding: 14px 38px;
}


.privacy-box {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 100;
    padding-left: 15px;
    line-height: 50px;
    height: 50px;
    box-sizing: border-box;
    display: none
}

.privacy-box .privacy-mask {
    position: relative;
}

.privacy-box .prompt {
    display: inline-block;
    color: #fff;
    line-height: 50px;
    width: 80%;
    box-sizing: border-box;
    font-size: 16px;
    text-align: left;
}

.privacy-box .prompt a {
    color: #fff;
    text-decoration: underline;
}

.privacy-box .privacy-btn {
    float: right;
    width: 20%;
    max-width: 110px;
    height: 100%;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    background: var(--Theme-Color-D);
    color: #fff;
    transition: all .2s cubic-bezier(.2, 0, .2, 1);
}

.privacy-box .privacy-btn:hover {
    background: var(--Assist-Theme-Color)
}

.school-recruitment-faq .btn-link {
    font-size: 22px !important;
}

.school-recruitment-faq .card-body {
    font-size: 16px !important;
    line-height: 1.8rem;
}

.NextYear,
.Year {
    font-style: normal !important;
}


.about-area h2 {
    color: #fff;
}

.about-area {
    color: #b1b1b1;
}

.about-img {
    margin-left: -50px;
}

.about-text {
    position: absolute;
    bottom: 0px;
    left: 30px;
    width: 261px;
    text-align: center;
    padding: 95px 0 0;
    height: 260px;
}

.about-text h3 {
    color: #fff;
    font-size: 46px;
}

.about-text h3 i {
    font-style: normal;
}

.about-text h3 sub {
    font-size: 22px;
    bottom: 0;
}

.about-text span {
    font-size: 16px;
    color: #fff;
    position: relative;
    display: block;
    margin-bottom: -18px;
    margin-top: -10px;
    line-height: 18px;
}

.about-text span sub {
    font-size: 24px;
    color: #ed1e24;
    font-weight: 400;
    margin-left: -20px;
}

.about-title>span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background: #ed1e24;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-bottom: 30px;
}

.about-title h2 {
    font-size: 40px;
    margin-bottom: 0 !important;
}

.about-title h5 {
    color: #ed1e24;
    font-size: 22px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.about-title .title-strong {
    color: #4f4f4f;
    font-weight: 500;
    font-size: 18px;
}

.about-title .title-strong span {
    padding: 3px 12px;
    background: #ed1e24;
    border-radius: 5px;
    color: #fff;
}

.about-title p span {
    display: inline-block;
    height: 2px;
    width: 40px;
    background: #ed1e24;
    margin-right: 20px;
    position: relative;
    top: -5px;
}

.about-title p {
    margin-bottom: 0;
}

.about-content p {
    margin-bottom: 45px;
}

.about-content li {
    display: flex;
    margin-bottom: 0px;
}

.about-content li .text {
    padding-top: 5px;
}

.about-title h2 span {
    color: var(--Theme-Color);
}

.about-content li .icon i {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    margin-right: 20px;
    color: #ed1e24;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1.732px 30px 0px rgba(0, 0, 0, 0.1);
}


.about-content .exprince {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 30px 0;
}

.about-content .exprince h5 {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 500;
    color: #0595b8;
}

.about-content .exprince p {
    margin-bottom: 0;
}
.about_info p{
    font-weight: 500 !important;
}
.s-about-img {}

.s-about-text h2 {
    font-size: 347px;
    background: -webkit-linear-gradient(#ed1e24, #ed501b);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: -68px;
    margin-bottom: -95px;
    font-weight: 700;
}

.s-about-text sub {
    font-size: 70px;
    margin-left: -76px;
    position: initial;
    top: 0;
}

.ab-ul {
    margin-top: 30px;
}

.ab-ul li {
    float: left;
    width: 50%;
}

.ab-ul li .icon i {
    width: 40px;
    height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #EEEEEE;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
    color: #ed1e24;
}

.sr-ul {
    margin-top: 30px;
}

.sr-ul li {
    float: left;
    width: 46.2%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    margin: 0 20px 30px 0;
    padding: 15px 20px;
}

.sr-ul li .icon i {
    width: inherit;
    height: inherit;
    background: inherit;
    border: inherit;
    border-radius: inherit;
    line-height: inherit;
    font-size: 30px;
    color: #4cc3c1;
}

.sr-ul li .text {
    font-size: 14px;

    color: #181e23;
}

.sr-tw-ul {
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.sr-tw-ul li {
    float: left;
    width: 100%;
}

.sr-tw-ul li .icon {
    display: inline-block;
    width: 120px;
    height: 90px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    text-align: center;
    border-radius: 50%;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0px 16px 32px #00000014;
    margin-left: -30px;
    margin-right: 30px;

}

.sr-tw-ul li .icon-right {
    display: inline-block;
    width: 120px;
    height: 90px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    text-align: center;
    border-radius: 50%;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0px 16px 32px #00000014;
    margin-left: 30px;


}

.sd-img {
    margin: 0 -80px;
}

.section-t h2 {
    font-size: 350px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: -1;
    color: #232323;
    opacity: .05;
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-style: italic;
    top: -35px;
    line-height: 1;
}

.second-about {
    top: 67%;
    right: 0;
    bottom: 0;
}

.second-atitle>span {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ed1e24;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 20px;
    background: transparent;
}

.s-about-content p {
    margin-bottom: 15px;
    font-weight: normal;
}

.about-content strong {
    color: #ed1e24;
}

.sinature-box {
    float: left;
    width: 100%;
    box-shadow: 0px 16px 32px #0000000A;
    padding: 25px 30px 15px 30px;
    margin-top: 50px;
}

.sinature-box h2 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #232323;
    margin-bottom: 5px;
}

.sinature-box h3 {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #4CC3C1;
}

.sinature-box .user-box {
    display: flex;
}

.sinature-box .user-box .text {
    padding-top: 10px;
    padding-left: 15px;
}

.signature-text {
    font-size: 22px;
    color: #ed1e24;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}

.circle-right {
    display: inline-block;
}

.ab-coutner li {
    display: inline-block;
    margin-right: 22px;
}

.ab-coutner .counter {
    display: flex;
    padding-left: 0px;
    padding-top: 30px;
}

.ab-coutner .count {
    font-size: 50px;
    color: #ed1e24;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    padding-right: 20px;
}

.ab-coutner .single-counter p {
    color: #777;
}

.clinet-abimg {
    position: absolute;
    bottom: -76px;
    right: 0;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.s-about-img2 img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.second-services-content a {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    position: relative;
    transition: .5s;
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    border-radius: 50%;
    position: relative;
    padding: 1px;
    font-weight: 700;
    margin-top: 25px;
    background-color: var(--Theme-Color);
    /* background-image: linear-gradient(336deg, #243dff, #19afda) */
}

.s-single-services .arrow {
    position: absolute;
    top: 80px;
    right: -50px;
}

.services-area .col-lg-4.col-md-12:nth-child(3) .arrow,
.services-area .col-lg-4.col-md-12:nth-child(6) .arrow {
    display: none
}

.services-08 {
    background-repeat: repeat-y;
    background-size: contain;
    background-position: top;
}

.services-08-item {
    padding: 30px;
    border: 1px solid #c2c2c2;
    margin-bottom: 30px;
    border-radius: 10px;
}

.services-08 .services-08-item--wrapper {
    border-bottom: 2px solid #f5f5f5;
}

.services-08 .services-08-item--wrapper:nth-child(2) {
    border-bottom: none;
}

.services-08-item--wrapper>div {
    border-right: 2px solid #f5f5f5;
}

.services-08-item--wrapper>div:nth-child(2),
.services-08-item--wrapper>div:nth-child(3),
.services-08-item--wrapper>div:nth-child(4),
.services-08-item--wrapper>div:nth-child(5),
.services-08-item--wrapper>div:nth-child(6) {
    border-right: 1px solid #cccccc;
    background: #fff;
}

.services-08-item--wrapper>div:nth-child(4) {
    border-left: 1px solid #cccccc;
}

.services-08-item--wrapper>div:nth-child(1) {
    border-right: 1px solid #cccccc;
}

.services-08-item--wrapper>div:nth-child(2) {
    border-top: 1px solid #cccccc;
}

.services-08-item--wrapper>div:nth-child(3) {
    border-top: 1px solid #cccccc;
    border-left: none;
}

.services-08-item--wrapper>div:nth-child(4),
.services-08-item--wrapper>div:nth-child(5),
.services-08-item--wrapper>div:nth-child(6) {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.services-08-thumb {
    margin-bottom: 30px;
    width: 80px;
}

.services-08-thumb img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.services-08-content h3 {
    margin-bottom: 20px;
    font-size: 24px;
    position: relative;
    font-weight: 700;
}

.services-08-content .number {
    color: #f5f5f5;
    -webkit-text-stroke: 2px #var(--Theme-Color);
    ;
    -webkit-text-fill-color: #fff;
    font-size: 50px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    text-align: right;
}

.services-08-content,
.services-08-thumb {
    position: relative;
    z-index: 1;
}

.services-08-content .readmore {
    border-bottom: 1px solid var(--Theme-Color);
    ;
    display: inline-block;
    color: var(--Theme-Color);
    ;
}

.services-08-item:hover .readmore {
    color: #fff;
}

.services-08-item .services-08-thumb img {
    transition: .1s linear;

}
.services-08-item:hover .services-08-thumb svg .Web_icon,
.services-08-item:hover .services-08-thumb svg .AppDev_icon,
.services-08-item:hover .services-08-thumb svg .Design_icon,
.services-08-item:hover .services-08-thumb svg .Brand_icon,
.services-08-item:hover .services-08-thumb svg .Server_icon,
.services-08-item:hover .services-08-thumb svg .Seo_icon{
    fill: var(--White-Color);
}

.services-08-item:hover .services-08-thumb img {
    filter: brightness(100);
}

.services-08-item:hover h3,
.services-08-item:hover p,
.services-08-item:hover h3 a {
    color: #fff;
}

.services-08-item:hover .services-08-content .readmore {
    border-color: #fff;
}


.services-08-item:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1;
}

.services-08-item:hover::before {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
    background-color: var(--Theme-Color);
    ;
    -webkit-box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
    box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
    border-radius: 10px;
}

.services-08 .section-title h5 div {
    margin: 0;
}

.section-title h2 {
    font-size: 40px;
    padding-bottom: 0;
    margin-bottom: 0px !important;
    position: relative;
}

.section-title h2>span {
    color: var(--Theme-Color)
}

.section-title p {
    margin-top: 15px;
}

.about-area-v2 {
    position: relative;
}

.about-area-v2 .shape-circle span {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--Theme-Color);
}

.about-area-v2 .shape-circle span:nth-child(1) {
    top: 90%;
    left: 18%;
}

.about-area-v2 .shape-circle span:nth-child(2) {
    top: 28%;
    left: 20%;
}

.about-area-v2 .shape-circle span:nth-child(3) {
    top: 45%;
    right: 40%;
}

.about-area-v2 .shape-circle span:nth-child(4) {
    top: 62%;
    right: 57%;
}

.about-area-v2 .shape-circle span:nth-child(5) {
    top: 15%;
    right: 10%;
}

.about-area-v2 .qempo-circle .circle-box {
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    -webkit-box-shadow: 0px 80px 180px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 80px 180px 0px rgba(0, 0, 0, 0.1);
    margin: auto;
    z-index: 1;
}

.about-area-v2 .qempo-circle .circle-box h3 {
    font-size: 30px;
    color: var(--Theme-Color);
    text-transform: uppercase;
}

.about-area-v2 .qempo-circle .circle-box:before {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    content: "";
    border: 2px solid #f0f0f0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.section-title p{
    font-weight: normal;
}

@media (max-width: 400px) {
    .about-area-v2 .qempo-circle .circle-box:before {
        width: 260px;
        height: 260px;
    }
}

.about-area-v2 .qempo-circle .circle-box:after {
    z-index: -1;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    content: "";
    border: 2px solid #f8f8f8;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 400px) {
    .about-area-v2 .qempo-circle .circle-box:after {
        width: 310px;
        height: 310px;
    }
}

.about-area-v2 .section-title {
    margin-bottom: 60px;
}

.about-area-v2 .experience-box .content {
    position: relative;
}

.about-area-v2 .experience-box .content h2 {
    font-size: 400px;
    font-weight: 600;
    color: var(--Theme-Color);
    line-height: 0.78;
}

.about-area-v2 .experience-box .content h2 span {
    position: absolute;
    font-size: 27%;
    top: -18%;
    right: -3%;
}

.about-area-v2 .experience-box .content h2 i {
    font-style: normal;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .about-area-v2 .experience-box .content h2 {
        font-size: 380px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-area-v2 .experience-box .content h2 {
        font-size: 300px;
    }
}

@media (max-width: 767px) {
    .about-area-v2 .experience-box .content h2 {
        font-size: 250px;
    }

    .about-area-v2 .about-img {
        display: none;
    }
}

.about-area-v2 .experience-box .content span.years{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    color: #070346;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.22);
    padding: 12px 30px;
    border-radius: 27px;
    /* font-size: 18px; */
    font-weight: 600;
}
.about-area-v2 .experience-box .content a.years {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    color: #070346;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.22);
    padding: 12px 30px;
    border-radius: 27px;
    /* font-size: 18px; */
    font-weight: 600;
}

.about-area-v2 .experience-box .content a.years i,.about-area-v2 .experience-box .content a.years:hover{
    color: var(--Theme-Color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-area-v2 .experience-box .content span.years {
        font-size: 14px;
        padding: 12px 25px;
    }
}

@media (max-width: 767px) {
    .about-area-v2 .experience-box .content span.years {
        font-size: 14px;
        padding: 12px 19px;
    }
}

@media (max-width: 991px) {
    .about-area-v2 .experience-box {
        text-align: center;
    }

    /* .about-area-v2 .about-img {
          margin-bottom: 40px;
        } */
    .about-area-v2 .about-img {
        display: none;
    }
}

.about-area-v2 .about-img {
    margin-left: 0 !important;
}

.about-area-v2 .about-img img {
    width: 100%;
    border-radius: 10px;
}

.about-area-v2 .about-content-box p {
    margin-bottom: 35px;
    font-weight: normal;
}

.about-area-v2 .about-content-box .content p {
    margin-bottom: 25px;
}

.about-area-v2 .about-content-box .list li {
    font-weight: 500;
    color: #000000;
    font-size: 18px;
    margin-bottom: 5px;
}

.about-area-v2 .about-content-box .list li:last-child {
    margin-bottom: 0;
}

.about-area-v2 .about-content-box .list li i {
    margin-right: 10px;
    color: var(--Theme-Color);
}
.second-services-content p{
    font-weight: normal;
}

.choose-area {
	background-size: cover;
	background-position: center;
}
.choose-content p {
	margin-bottom: 15px;
	color: #444d69;
	padding-right: 50px;
}

.chosse-img {
	background-size: cover;
	height: 100%;
	right: 0;
	position: absolute;
	top: 0;
	width: 50%;
	background-repeat: no-repeat;
	background-position: center;
}
.choose-list{
	float:left;
	width: 100%;
}
.choose-list ul li {
padding-bottom: 50px;
padding-left: 100px;
position: relative;
padding-top: 15px;
}
.choose-list ul li::before {
    content: "";
    height: 100%;
    width: 1px;
    border-left: 1px dotted #000;
    position: absolute;
   left: 40px;
}
.choose-list ul li:last-child {
    padding-bottom: 0;
}
.choose-list ul li:last-child::before {
    display: none;
}
.choose-list ul li .num{
width: 80px;
height: 80px;
background: #ebebeb;
line-height: 80px;
color: #000;
position: absolute;
left: 0;
border-radius: 50%;
top: 0;
text-align: center;
font-size: 29px;
font-weight: 700;
    -webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.choose-list ul li:hover .num{
    background-color: var(--Theme-Color);
    /* background-image: linear-gradient(336deg, #243dff, #19afda); */
    color: #fff;
}
.choose-area {
	background-size: cover;
	background-position: center;
}
.choose-content p {
	margin-bottom: 15px;
	color: #444d69;
	padding-right: 50px;
}

.service-box {
    text-align: center;
    padding: 4rem 3rem;
    box-shadow: 0px 0px 1px 0px rgba(7, 14, 39, 0.5);
    transition: all .5s ease;
    background-color: var(--White-Color);

  }
  
  .service-box .service-icon {
    margin-bottom: 3rem;
  }
  
  .service-box .service-desc h5 {
    margin-bottom: 2rem;
  }
  
  .service-box .service-desc p {
    /* line-height: 2.8rem; */
    letter-spacing: 0.0015em;
    font-weight: normal;
  }
  
  .service-box.active,
  .service-box:hover {
    box-shadow: 0px 20px 50px 0px rgba(7, 14, 39, 0.07);
  }
.sevice-area  .site-title p{
    font-weight: normal;
    
}
  .service-box-2 {
    transition: all .5s ease;
    display: flex;
    align-items: center;
    gap: 2.5rem;
    padding: 4rem 3rem;
    box-shadow: 0px 0px 1px 0px rgba(7, 14, 39, 0.5);
  }
  
  .service-box-2 .service-desc h5 {
    margin-bottom: 2rem;
    margin-bottom: 5px;
  }
  
  .service-box-2 .service-desc p {
    color: var(--clr-def);
    font-weight: 500;
  }
  
  .service-box-2:hover {
    box-shadow: 0px 20px 50px 0px rgba(7, 14, 39, 0.07);
  }


.web-service-box{
    padding:15px 20px;
    background-color: var(--White-Color);
    margin:10px 0;
    box-shadow: 0px 0px 1px 0px rgba(7, 14, 39, 0.5);
    transition: all ease 700ms;

}
.web-service-box .work-title {
    font-size: 18px;
    margin-bottom: 10px;
}
.web-service-box p{
    font-size: 14px;
    line-height:normal;
    font-weight:normal;
}
.web-service-box:hover{
    background-color: var(--Theme-Color);
}
.web-service-box:hover .work-title,.web-service-box:hover p{
    color: var(--White-Color);

}
.btyh img{
    cursor: pointer;
    border-radius: 12px;
}
.site-title h2>span{
    color: var(--Theme-Color);
}

.overview__area {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.overview__area::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--Theme-Color);
    content: "";
    opacity: 0.7;
    /* z-index: 22; */
}
.overview__area h2 span{
    color: var(--Assist-Theme-Color);

}

.overview__area .title{
    color: #ffffff;

}
.overview__area .title span{
    color: var(--Assist-Theme-Color);
}


.overview__text p {
    font-size: 20px;
    /* color: #c5c5d0; */
    color: #fff;
    font-weight: normal;
}

.overview__text {
    position: relative;
    /* z-index: 80; */
    /* z-index: 99; */

}
.overview__text h2 {
    font-size: 80px;
    font-weight: 800;
    color: #ffffff;
}

.overview__text h3 {
    font-size: 60px;
    font-weight: 800;
    color: #ffffff;
}
.overview__text h3 span{
    color: var(--Assist-Theme-Color);
}
.overview__text_r p{
    color: #ffffff;

}
.overview__text_r .customer_info{
    font-size: 12px;
    color: #ffffff;

}
.case_btn a:hover{
    background-color: var(--Assist-Theme-Color);
}


@media (min-width: 992px) and (max-width: 1199px){
    .overview__text h2 {
        font-size: 70px;
    }
    .overview__text h3 {
        font-size: 50px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .overview__text h2 {
        font-size: 40px;
    }
    .overview__text h3 {
        font-size: 35px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px){
    .overview__text h2 {
        font-size: 28px;
    }
    .overview__text h3 {
        font-size: 25px;
    }
}
@media (max-width: 575.98px){
    .overview__text h2 {
        font-size: 34px;
    }
    .overview__text h3 {
        font-size: 28px;
    }
}

@-webkit-keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.video-area {
    z-index: 1;
}
.p-relative {
    position: relative;
}.s-video-wrap {
    background-position: center;
    background-size: cover;
    height: 550px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}.s-video-content {
    width: 100%;
    float: left;
    text-align: center;
}.s-video-content a {
    z-index: 9;
    font-size: 14px;
    height: 142px;
    width: 142px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    /* display: inline-block; */
    margin-bottom: 25px;
    position: relative;

}.s-video-content a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 142px;
    width: 142px;
    background: rgba(255, 255, 255, 0.5);
    /* background: -webkit-linear-gradient(40deg, var(--Theme-Color-D) 0, var(--Theme-Color) 100%);
    background: -o-linear-gradient(40deg, var(--Theme-Color-D) 0, var(--Theme-Color) 100%);
    background: linear-gradient(50deg, var(--Theme-Color-D) 0, var(--Theme-Color) 100%); */
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	opacity: 1;
	}
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	opacity: 0;
	}
}
.s-video-content a img,.s-video-content a svg{
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
    opacity:.88;
}
.s-video-content a svg{
    max-width: 142px !important;
}

/* Fillter css */

.portfolio .col2 .grid-item {
    width: 49%;
    padding:15px;
}
.portfolio .col3 .grid-item {
    width: 33.33%;
    margin: 0;
    padding: 15px;
}
.portfolio .col3 .grid-item .box{
    position: relative;
    overflow: hidden;
}
.portfolio .col3 .grid-item .box a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--Theme-Color);
    opacity: 0;
    transition: .3s;
}
.portfolio .col3 .grid-item .box a::before {
    content: "\e035";
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 24px;
    color: #fff;
    transition: .3s;
    opacity: 0;
    z-index: 9;
}
.portfolio .col3 .grid-item .box a:hover::before {
    top: 50%;
    opacity: 1;
}
.portfolio .col3 .grid-item .box a:hover::after {
    opacity: .6;
}
.portfolio .col3 .grid-item .box20 img {
    width: auto;
    height: 380px;
    border-radius: 0px;
    max-width: inherit;
    margin-left: -150px;
}
.portfolio .col4 .grid-item {
    width: 25%;
    margin: 0;
    padding: 0;
}
.gallery-image {
overflow: hidden;
position: relative;
}
.gallery-image figcaption {
	width: 100%;
	padding: 35px 0 35px 30px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	color: #222;
	font-size: 16px;
	font-weight: 400;
    position: absolute;
     bottom:-150px;
    z-index: 2;
}
.gallery-image:hover figcaption {
   opacity: 1;	
    bottom:0;

}
.gallery-image figcaption h4{
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    position: relative;
    padding-left: 40px;
}
.gallery-image figcaption h4::before {
    content: "";
    width: 30px;
    position: absolute;
    height: 2px;
    background: #fff;
    top: 50%;
    left: 0;
}
.gallery-image figcaption span{
    color: #fff;
    font-size: 14px;
     position: relative;
    padding-left: 40px;
    display: inline-block;
    margin-bottom: 5px;
}
.gallery-image figcaption span::before {
    content: "";
    width: 30px;
    position: absolute;
    height: 2px;
    background: #ed1e2400;
    top: 50%;
    left: 0;
}
.gallery-image figcaption .icon {
    position: absolute;
    right: 0;
    background: var(--Theme-Color);
    width: 45px;
    height: 45px;
    line-height: 45px;
    top: 0;
    color: #fff;
    text-align: center;
    font-size: 40px;
}
.gallery-area2 .gallery-image img,.gallery-area2 .gallery-image svg{
    border-radius: 10px;
}
.gallery-area2 .gallery-image::before,.gallery-area2 .gallery-image::after,.gallery-area2 .gallery-image figcaption h4::before{
    display: none;
}
.gallery-area2 .gallery-image figcaption span,.gallery-area2 .gallery-image figcaption h4 {
    padding-left: 0;
}
.gallery-area2 .gallery-image figcaption {
    background: var(--Theme-Color);

    /* background-image: -moz-linear-gradient( 0deg, rgb(237,30,36) 0%, rgb(237,80,27) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(237,30,36) 0%, rgb(237,80,27) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(237,30,36) 0%, rgb(237,80,27) 100%); */
    border-radius: 10px 0px 0 10px;
    padding: 35px 30px;
    width: auto;
    right: -350px;
    bottom: 50px
}

.gallery-area2 .gallery-image:hover figcaption {
    opacity: 1;
    right: 0px;
}
.button-group {
    padding-bottom: 15px;
}

.button-group button {
    border: none;
    background: none;
    transition: .3s;
    cursor: pointer;
    outline: none;
    color:#5c596f;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
padding: 15px 30px;
    /* padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px; */
    border-radius: 4px;
}



.button-group button:hover {
    color: var(--Theme-Color);
}
.button-group button.active{
    background-color: var(--Theme-Color);
    color: #fff;
}
.gallery-image img{
   width: 100%;
    margin-bottom: 0;
}
.gallery-image{
    position: relative;
    margin-bottom: 0;
}
.gallery-image:hover::after {
    opacity: .6;
}
.gallery-image:hover::before {
    top: 50%;
    opacity: 1;
}
.gallery-image::before {
    content: "\e035";
    font-family: "dripicons-v2" !important;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 24px;
    color: #fff;
    transition: .3s;
    opacity: 0;
    z-index: 9;
    background-color: var(--Theme-Color);
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
}
.gallery-image::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0;
    transition: .3s;
}
@media (max-width: 767px){
    .button-group {
        display: flex;
        overflow: scroll;
    }
    .button-group button {
    margin: 0 4px;
    /* flex: 0 0 45%; */
    flex: none;
    font-size: 15px;
}
.portfolio .col3 .grid-item, .portfolio .col2 .grid-item {
    width: 100%;
    padding: 15px;
}
}
@media (min-width: 768px) and (max-width: 991px){
    .button-group {
        display: flex;
        overflow: scroll;
    }
}

.hero-area {
    position: relative;
    position: relative;
    overflow: hidden;
    padding: 306px 0px 250px;
}

.hero-area::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(40deg, var(--Theme-Color-D) 0, var(--Theme-Color) 100%);
    background: -o-linear-gradient(40deg, var(--Theme-Color-D) 0, var(--Theme-Color) 100%);
    background: linear-gradient(50deg, var(--Theme-Color-D) 0, var(--Theme-Color) 100%);
    border-radius: 0% 38% 40% 25% / 10% 0% 100% 0%;
    z-index: -1;
}

.hero-area .hero-img {
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 80px;
    max-width: 46%;
    margin-top: 34px;
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.hero-area .hero-img img {
    max-width: 100%;
}

.hero-area .hero-img .video-play-btn {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 9;
}

.hero-area .hero-img .video-play-btn:hover {
    color: #fff;
    cursor: pointer;
}

.hero-area .hero-img .pattern {
    position: absolute;
    left: 20px;
    bottom: 30px;
    -webkit-animation: h-p-a 7s linear infinite;
    animation: h-p-a 7s linear infinite;
    z-index: 3;
}

.hero-area .left-content {
    z-index: 9;
}

.hero-area .left-content .content .title {
    font-size: 60px;
    font-weight: 500;
    line-height: 70px;
    margin-bottom: 19px;
    color: #fff;
}

.hero-area .left-content .content .text {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
    color: #F7F8FC;
    margin-bottom: 47px;
}

.hero-area .left-content .content .subscribe-area .subscribe-form {
    position: relative;
}

.hero-area .left-content .content .subscribe-area .subscribe-form input {
    width: 100%;
    height: 55px;
    border: 0px;
    font-weight: 500;
    background: #fff;
    border-radius: 50px;
    padding: 0px 190px 0px 30px;
}

.hero-area .left-content .content .subscribe-area .subscribe-form input::placeholder {
    font-size: 14px;
    color: #918fa1;
    font-weight: 500;
}

.hero-area .left-content .content .subscribe-area .subscribe-form .submit-btn {
    position: absolute;
    top: 2px;
    right: 2px;
    height: 51px;
    line-height: 51px;
    padding: 0px 30px;
    background: -webkit-linear-gradient(40deg, var(--Theme-Color-D) 0, var(--Theme-Color) 100%);
    background: -o-linear-gradient(40deg, var(--Theme-Color-D) 0, var(--Theme-Color) 100%);
    background: linear-gradient(50deg, var(--Theme-Color-D) 0, var(--Theme-Color) 100%);
    background-size: 100% 200%;
    color: #fff;
    border: 0px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.hero-area .left-content .content .subscribe-area .subscribe-form .submit-btn:focus {
    outline: 0px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.hero-area .left-content .content .subscribe-area .subscribe-form .submit-btn:hover {
    background-size: 200% 100%;
}


.video-play-btn {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 28px;
    background: -webkit-linear-gradient(40deg, var(--Theme-Color-D) 0, var(--Theme-Color) 100%);
    background: -o-linear-gradient(40deg, var(--Theme-Color-D) 0, var(--Theme-Color) 100%);
    background: linear-gradient(50deg, var(--Theme-Color-D) 0, var(--Theme-Color) 100%);
    border-radius: 50%;
    position: relative;
    z-index: 1;
    color: #fff;
}

.hero-area .hero-img .video-play-btn {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 9;
}

.video-play-btn:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 120px;
    height: 120px;
    background: -webkit-linear-gradient(40deg, var(--Theme-Color-D) 0, var(--Theme-Color) 100%);
    background: -o-linear-gradient(40deg, var(--Theme-Color-D) 0, var(--Theme-Color) 100%);
    background: linear-gradient(50deg, var(--Theme-Color-D) 0, var(--Theme-Color) 100%);
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}

.features {
    padding-bottom: 121px;
}

.features .section-heading {
    margin-bottom: 53px;
}

.features .base-btn1 {
    margin-top: 46px;
}

.single-feature {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 27px 30px 27px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}


.single-feature .icon {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 19px;
    font-weight: normal;
    background: -moz-linear-gradient(50deg, var(--Theme-Color-D) 0, var(--Theme-Color) 100%);
    background: -webkit-linear-gradient(50deg, var(--Theme-Color-D) 0, var(--Theme-Color) 100%);
    background: -ms-linear-gradient(50deg, var(--Theme-Color-D) 0, var(--Theme-Color) 100%);
    background: -o-linear-gradient(50deg, var(--Theme-Color-D) 0, var(--Theme-Color) 100%);
    background: -webkit-linear-gradient(40deg, var(--Theme-Color-D) 0, var(--Theme-Color) 100%);
    background: -o-linear-gradient(40deg, var(--Theme-Color-D) 0, var(--Theme-Color) 100%);
    background: linear-gradient(50deg, var(--Theme-Color-D) 0, var(--Theme-Color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.single-feature i.fa-circle{
    font-size: 10px;
}
.single-feature p i.fa-circle{
    top: -2px;
    margin-right: .8rem;
}
.single-feature .icon img.icon_server,.single-feature .icon svg{
    width: 35%;
}

.single-feature .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 15px;
}

.single-feature p {
    margin-bottom: 0px;
}

.single-feature p i{
    position: relative;
    left: 0px;
    top: 1px;
    font-size: 18px;
    color: var(--Theme-Color);
    margin-right:5px ;
}

.single-feature:hover {
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.fun_title{
    padding: 1.2rem 1rem;
    background-color: var(--Theme-Color);
    color: var(--White-Color);
    margin-bottom: 0 !important;
}
.fun_lists{
/* padding: 27px 30px 27px; */
}
.fun_lists li{
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: .8rem 1rem;
}

.fun_lists li:last-child{
    border: 0;
}

.fun_lists li img{
    width: 50px;
}
.fun_lists .fun_text p{
    font-size: 14px;

}
.fun_lists .fun_text .title{
    font-size: 18px;
    color: var(--Theme-Color-Dark);
    margin-bottom: 0;
    line-height: normal;
}
@media (max-width: 767.98px){

}

.e_shop_cases .customer-feedback-item{
    margin: 50px 0;
}

.e_shop_cases .customer-feedback-item .feedback-item-content p{
    color: var(--Theme-Color-Dark);
    margin-bottom: 0;
    font-weight: 500;
}
@media (max-width: 767.98px){
    .e_shop_cases .customer-feedback-item .feedback-item-content p{
        color: #ffffff;
    }
}

@media (max-width: 991.98px){
    .e_shop_cases .customer-feedback-item .feedback-item-content p{
        color: #ffffff;
    }
}
/* @media (max-width: 1199.98px){
    .e_shop_cases .customer-feedback-item .feedback-item-content p{
        color: #ffffff;
    }
} */



.e_shop_cases .customer-feedback-item .feedback-item-content .feedback-client{
    margin-bottom: 0;
}



.e_shop_cases .customer-feedback-item .feedback-item-content .feedback-client .thumb{
    width: 160px;
    flex: 0 0 160px;
    margin-right: 20px;
}


.e_shop_cases .customer-feedback-item .feedback-img{
    background-position:center;
}
/* .fun_lists li .fun_text{
    width: 80%;
    display: inline-block;

} */
/* Our Features End */
/* Important Features Start */
.important-features .mb-100 {
    margin-bottom: 117px;
}

.important-features .content .section-heading {
    text-align: left;
    margin-bottom: 33px;
}

.important-features .content .section-heading .title {
    margin-bottom: 20px;
}

.important-features .content .feature-list li p {
    position: relative;
    padding-left: 30px;
}

.important-features .content .feature-list li p i {
    position: absolute;
    left: 0px;
    top: 6px;
    font-size: 20px;
    color: var(--Theme-Color);
}

.important-features .content .feature-list li:last-child p {
    margin-bottom: 0px;
}

.important-features .image img {
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
}

.important-features .image.pl-30 {
    padding-left: 30px;
}

.important-features .image.pr-30 {
    padding-right: 30px;
}

.important-features .image img {
    max-width: 100%;
    border-radius: 12px;
}

@media (max-width: 1366px) {
    .hero-area {
        padding: 206px 0px 150px;
    }

    .hero-area::after {
        border-radius: 0px 0px 550px 0px;
    }

}


@media (max-width: 991px) {
    .hero-area .hero-img {
        position: relative;
        max-width: 50%;
        width: auto;
        left: 50%;
        top: 0px;
        margin-top: 0px;
        transform: translateX(-50%);
    }

    .hero-area {
        padding: 150px 0px 150px;
    }

    .hero-area .left-content .content .title {
        font-size: 40px;
        line-height: 50px;
    }

    .hero-area .left-content .content .text {
        font-size: 16px;
        line-height: 26px;
    }

    .hero-area .left-content {
        margin-top: 44px;
        text-align: center;
    }

    .hero-area .left-content .content .subscribe-area {
        padding: 0px 100px;
    }

    .hero-area::after {
        border-radius: 0px;
    }

    .hero-area {
        padding: 150px 0px 100px;
    }

    .important-features .content {
        margin-top: 40px;
    }

    .important-features .image.pl-30 {
        padding-left: 0px;
    }
}

@media (max-width: 767px) {
    .hero-area .left-content .content .subscribe-area {
        padding: 0px 0px;
    }

    .single-blog .content .title {
        font-size: 20px;
        line-height: 30px;
    }

    .hero-area .hero-img {
        max-width: 70%;
    }

    .hero-area .left-content .text {
        padding: 0px 0px;
    }



}

@media (max-width: 414px) {
    .hero-area .hero-img {
        max-width: 90%;
    }

    .hero-area .left-content .content .subscribe-area .subscribe-form .submit-btn {
        padding: 0px 12px;
    }

    .hero-area .left-content .content .subscribe-area .subscribe-form input {
        height: 45px;
        padding: 0px 135px 0px 20px;
        font-size: 14px;
    }

    .hero-area .left-content .content .subscribe-area .subscribe-form .submit-btn {
        height: 41px;
        line-height: 41px;
        padding: 0px 12px;
        font-size: 14px;
    }

    .hero-area .left-content .content .title {
        font-size: 32px;
        line-height: 42px;
    }

    .hero-area {
        padding: 142px 0px 220px;
    }
}

@media (max-width: 360px) {
    .section-heading .title {
        font-size: 26px;
        line-height: 36px;
    }

    .single-counter .counter-wrapper {
        font-size: 30px;
        line-height: 40px;
    }

    .hero-area .left-content .content .title {
        font-size: 30px;
        line-height: 40px;
    }
}


.search_history{
    padding-top: 5px;
}
.search_history span{
    font-size: 14px;
}
.search_history_list li{
    display: inline;
    padding: 0 .3rem;
}

.search_history_list li:first-child{
    padding-left: 0;
}

.search_history_list li a{
    position: relative;
    cursor: pointer;
}
.search_history_list li a::before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--Theme-Color);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(.74, .72, .27, .24);
}

.search_history_list li a:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.search_tips{


}

.search_tips .search_num{
    color: var(--Theme-Color);
}


.search_type a,.search_time a{
    padding: 0 .3rem;
    cursor: pointer;
}
.search_type a:first-child,.search_time a:first-child{
    padding-left: 0;
}

.search_type a:hover,.search_time a:hover{
    color: var(--Theme-Color-Dark);
}

.search_type a.active,.search_time a.active{
    color: var(--Theme-Color-Dark);
    font-weight: 500;
}

.s_title{
    margin-bottom: 10px !important;
}
.s_description{
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom:5px;
}

.error-section{
    padding: 120px 0;
}

.error-section .error-content h1 {
    font-size: 400px;
    color: var(--Theme-Color);
    font-weight: 600;
    line-height: 1;
}


@media only screen and (min-width: 992px) and (max-width: 1199px){
    .error-section .error-content h1 {
        font-size: 200px;
    }
}
@media (max-width: 991px){
    .error-section .error-content h1 {
        font-size: 100px;
    }
}



.error-section .error-content p {
    /* font-size: 22px; */
    font-weight: 500;
    margin-bottom: 30px;
    color: var(--Theme-Color-Dark);
}


/* .error-section .error-content .error-btn {
    padding: 13px 20px;
    border: 2px solid #efefef;
    border-radius: 30px;
}
.error-section .error-content .error-btn:hover {
    color: #fff;
    background-color: var(--Theme-Color);
}
.error-section .error-content .error-btn:hover i {
    color: #fff;
}

.error-section .error-content .error-btn i {
    /* margin-right: 10px; */
    color: var(--Theme-Color);
} */