/*===============================================
Template Name: site - Company and Corporate HTML5 Template
Description: Description
Version: 1.0.0
Text Domain: site
Tags: consulting, finance, corporate, business, consultant, multipurpose, technology, it-solution, software, agency, company, portfolio, bangking, insurance, digital-agency, digital-marketing.
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. site Header Top Menu Area Css
02. site Nav Menu Area Css 
03. site Slider Area Css
04. site Section Title Css
05. site Service Area css
06. site About Area Css
07. site Counter Area Css
08. site Case Study Area Css
09. site Testimonial Area Css
10. site Process Area Css
11. site Team Area Css
12. site Faq Area Css
13. site Brand Section Css
14. site Call Do Section Css
15. site Form Box Css
16. site Skill Area Css
17. site Blog Area Css
18. site footer Area Css
19. site Subscribe Area Css
20. site Lines CSS
21. site Prossess Ber Css
22. site Scrollup Section
23. site Bounce Animation Css 
24. site Animation Dance
25. site Breadcumb Area Css
26. site abouts_areas Css
27. site Feture-Area Css
28. site Pricing Section Css
29. site Web Development Section CSS
30. site Contact  US Css
31. site Blog Sidber Widget CSS
32. site Case Study Details Css
33. site Search Box Css
34. site Loader Css
=======================*/


/*================================
<--  site Nav Menu Area Css -->
==================================*/

.site_nav_manu {
    transition: .5s;
    z-index: 2;
    position: relative;
    /* margin-bottom: -109px; */
    padding: 15px 0 0;
}
.title_bg {
    position: absolute;
    top: 0;
    left: 450px;
    width: 100%;
    height: 100%;
    background: url(../image/home/homeTitle.png);
    background-size: cover;
    z-index: -1; /* 让背景图片在内容后面 */
}
.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #ffffff !important;
    transition: .5s;
    z-index: 9;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

.sticky.site_nav_manu {
    padding: 0;
}

.sticky .site_menu>ul>li>a {
    margin: 30px 10px;
}

/* site Menu Css*/

.site_menu ul {
    list-style: none;
    display: inline-block;
    float: right;
}

.site_menu>ul>li {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.site_menu > ul > li > a {
    display: flex; /* 使用 flexbox */
    align-items: center; /* 确保图标和文字垂直居中 */
    margin: 25px 10px 20px;
    color: #ffffff;
    transition: .5s;
    font-family: 'Fira Sans';
    font-weight: 400;
    text-decoration: none;
}

.site_menu > ul > li > a img {
    width: 20px; /* 图标大小 */
    height: 20px;
    margin-right: 10px; /* 控制图标和文字的间距 */
}


nav.site_menu span i {
    padding-left: 5px;
    font-family: FontAwesome;
    display: inline-block;
    position: relative;
    top: 2px;
}

.site_menu>ul>li>a:hover {
    color: #e60021;
}

/*menu button*/

.header-button a {
    padding: 7px 35px;
    color: #fff;
    background: #e60021;
    border-radius: 0 30px 0px 30px;
    display: inline-block;
    font-family: 'Fira Sans';
    position: relative;
    z-index: 1;
    transition: .5s;
    border: 1px solid #e60021;
}

.header-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 30px 0px 30px;
    background: #141323;
    transform: scale(0.0, 1);
    transition: .5s;
}

.header-button a i {
    font-size: 16px;
    position: relative;
    top: 1px;
    padding-left: 4px;
}

.header-button a:hover:before {
    transform: scale(1);
}

/*site nav menu style two*/

.style-two.site_nav_manu {
    background: transparent;
    transition: .5s;
    z-index: 2;
    position: relative;
    margin-bottom: 0;
    padding: 0;
}

.style-two .site_menu>ul>li>a {
    display: block;
    margin: 30px 10px;
    color: #ffffff;
    transition: .5s;
    font-family: 'Fira Sans';
    font-weight: 400;
}

.style-two.sticky .site_menu li a {
    color: #fff;
}


/*** Sub Menu Style ***/
.site_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 217px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #e60021;
    opacity: 0;
}

.site_menu ul li:hover>.sub-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.site_menu ul .sub-menu li {
    position: relative;
}

.site_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 16px;
    font-family: 'Fira Sans';
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: .1s;
    transition: .1s;
    visibility: inherit !important;
    color: #211e3b !important;
}

.site_menu ul .sub-menu li:hover>a,
.site_menu ul .sub-menu .sub-menu li:hover>a,
.site_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.site_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    background: #e60021;
    color: #fff !important;
}

/* sub menu 2 */
.site_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.site_menu ul .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

/* sub menu 3 */
.site_menu ul .sub-menu .sub-menu li {
    position: relative;
}

.site_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.site_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

ul.sub-menu li a span {
    background: #e60021;
    padding: 5px 10px;
    color: #fff;
    opacity: 1;
    font-family: 'Fira Sans';
    border-radius: 2px;
    margin-left: 5px;
    transition: .5s;
}

ul.sub-menu li:hover a span {
    background: rgba(255, 255, 255, 0.20);
}

/* sub menu 4 */
.site_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}


.site_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

.site_menu li a:hover:before {
    width: 101%;
}

.site_nav_manu.sticky .logo_img {
    display: none;
}

.main_sticky {
    display: none;
}

.site_nav_manu.sticky .main_sticky {
    display: inherit;
}

.sticky .site_menu li a {
    color: #fff;
}

.site_nav_manu.sticky a.dtbtn {
    color: #fff;
    background: #F16722;
    border: 2px solid #F16722;
}

.site_nav_manu.sticky a.dtbtn:hover {
    color: #43baff;
}

.mobile-menu.mean-container {
    overflow: hidden;
}

/*Sub menu style three*/
.site_nav_manu.style-three .site_menu>ul>li>a {
    color: #434343;
    font-weight: 500;
}

.site_nav_manu.style-three .header-button a {
    border-radius: 0;
    border: 1px solid #e60021;
}

.site_nav_manu.style-three .header-button a:before {
    border-radius: 0;
}

.site_nav_manu.style-three .header-button a:hover {
    border: 1px solid #434343;
}

/*
<!-- ============================================================== -->
<!-- Start site Slider Area Css -->
<!-- ============================================================== -->*/

.slider-area {
    /* background: url(../image/home/home-bg.png); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 540px;
    z-index: 1;
    position: relative;
}


/*slider content*/

.slider-content h3 {
    font-size: 15px;
    font-weight: 500;
    color: #434343;
    padding: 0 0 12px;
    text-transform: uppercase;
}

.slider-content h1 {
    font-size: 35px;
    color: #434343;
    line-height: 1.1;
    font-weight: 600;
}

.slider-content span {
    color: #e60021;
}

.slider-content p {
    font-size: 16px;
    padding: 25px 0 25px;
    width: 50%;
}


/*slider button*/

.slider-button a {
    padding: 9px 36px;
    color: #fff;
    background: #e60021;
    display: inline-block;
    border-radius: 0 30px 0px 30px;
    border: 1px solid #e60021;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.slider-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 0 30px 0px 30px;
    transition: .5s;
}

.slider-button a i {
    font-size: 18px;
    position: relative;
    top: 3px;
    transition: .5s;
    padding-left: 5px;
}

.slider-button a:hover {
    color: #e60021;
}

.slider-button a:hover:before {
    width: 100%;
    left: 0;
}


/*video button*/
.video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px dashed #fff;
    border-radius: 50%;
    padding: 7px;
    transform: translate(-50%, -50%);
}

.video-icon a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: transparent;
    display: inline-block;
    font-size: 18px;
}

.slider-area .video-icon {
    left: 78%;
}

/*slider shape*/
.slider-shape-thumb {
    position: absolute;
    right: 0px;
    bottom: 0;
    animation: moveLeftBounce 4s linear infinite;
    z-index: -1;
}

.slider-shape-thumb2 {
    position: absolute;
    right: 0px;
    bottom: -20px;
    animation: moveLeftBounce 3s linear infinite;
    z-index: -1;
}

.slider-shape-thumb3 {
    position: absolute;
    left: 10rem;
    bottom: 6rem;
    animation: moveLeftBounce 3s linear infinite;
}




/**
======================================================
<--  site Section Title Css -->
======================================================**/
.site-section-title {
    margin: 70px;
}
.site-section-title h2 {
    font-size: 40px;
    margin: 0;
    font-weight: 600;
    text-align: center;
    
}

.site-section-title h6 {
    font-size: 12px;
    margin: 0;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}

.site-section-title span {
    color: #e60021;
}

.site-section-title p {
    padding: 25px 0 0;
    color: #686868;
}

.text-center.site-section-title p {
    padding: 21px 0 0;
    color: #686868;
    width: 48%;
    margin: auto;
}

/*style two*/
.site-section-title h5 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    color: #e60021;
    margin: 0 0 21px 53px;
    position: relative;
    display: inline-block;
}

.site-section-title h5:before {
    position: absolute;
    content: "";
    top: 10px;
    left: -53px;
    height: 2px;
    width: 42px;
    background: #e60021;
}

.text-center.site-section-title h5 {
    margin: 0 0 21px 0px;
}

.text-center.site-section-title h5:after {
    position: absolute;
    content: "";
    top: 10px;
    right: -53px;
    height: 2px;
    width: 42px;
    background: #e60021;
}


/**
======================================================
<--  site Feature Area css -->
======================================================**/

.row.feature-bg {
    position: relative;
    z-index: 1;
    margin-top: -105px;
}

.unique-theme-feature-box {
    padding: 40px 28px 16px;
    filter: drop-shadow(0px 5px 7.5px rgba(68, 68, 68, 0.1));
    background-color: #ffffff;
    text-align: center;
    border-radius: 0 40px 0px 40px;
    transition: .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
}

.unique-theme-feature-box::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    clip-path: polygon(0 1, 101% 0%, 100% 100%);
    transform: scale(0);
    transform-origin: top right;
    background: #e60021;
    pointer-events: none;
    transition: .7s;
    z-index: -1;
    height: 100%;
    border-radius: 0 40px 0px 40px;
}

.unique-theme-feature-box:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    clip-path: polygon(0 1, 0% 100%, 101% 100%);
    transform: scale(0);
    transform-origin: bottom left;
    background: #e60021;
    pointer-events: none;
    transition: .7s;
    z-index: -1;
    border-radius: 0 40px 0px 40px;
}

.feature-icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #fff4f2;
    display: inline-block;
    border-radius: 0 15px 0px 15px;
}

.feature-content h3 {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0 10px;
    transition: .5s;
}

.feature-content p {
    transition: .5s;
}

.unique-theme-feature-box:hover:before {
    transform: scale(1);
}

.unique-theme-feature-box:hover:after {
    transform: scale(1);
}

.unique-theme-feature-box:hover .feature-content h3,
.unique-theme-feature-box:hover .feature-content p {
    color: #fff;
}

/**
======================================================
<--  site Service Area css -->
======================================================**/
.service-area {
    background: url(../image/feature-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 95px 0 70px;
}

/*service box*/
.unique-theme-service-box {
    padding: 0px 25px 30px;
    background-color: #fff;
    border: 1px solid rgba(35, 35, 35, 0.1);
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.unique-theme-service-box::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: url(../image/box-bg.png);
    transition: .5s;
    opacity: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
}

.em-service-title h2 {
    font-size: 20px;
    font-weight: 500;
    padding: 55px 0 42px;
    line-height: 1.4;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.em-service-title h2:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 22px;
    margin: auto;
    width: 40px;
    height: 2px;
    background: #e60021;
}

.em-service-icon {
    position: absolute;
    top: -42px;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    line-height: 76px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid rgba(35, 35, 35, 0.1);
    transition: .5s;
}

.em-service-icon img {
    transition: .5s;
}

.service-number h1 {
    font-size: 55px;
    opacity: 10%;
    position: absolute;
    top: 0;
    left: 10px;
    margin: auto;
}

.em-service-text p {
    transition: .5s;
}

/*site box button*/

.service-button a {
    padding: 8px 18px 8px 24px;
    font-size: 15px;
    font-family: 'Fira Sans';
    border-radius: 22px;
    background-color: #ffffff;
    color: #434343;
    border: 1px solid rgba(35, 35, 35, 0.1);
    display: inline-block;
    margin-top: 11px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.service-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #434343;
    border-radius: 30px;
    transform: scale(0);
    transition: .5s;
}

.service-button a i {
    font-size: 18px;
    color: #e60021;
    display: inline-block;
    position: relative;
    top: 2px;
    transition: .5s;
}

/*site button*/
.site-button a {
    padding: 13px 42px;
    font-family: 'Fira Sans';
    font-weight: 500;
    color: #fff;
    background: #f24e35;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #e60021;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.site-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 30px;
    transition: .5s;
}

.site-button a i {
    font-size: 18px;
    padding-left: 5px;
    position: relative;
    top: 2px;
}

.site-button a:hover {
    color: #e60021;
}

.site-button a:hover:before {
    width: 100%;
    left: 0;
}


/*all hover*/
.unique-theme-service-box:hover .em-service-title h2,
.unique-theme-service-box:hover .em-service-text p {
    color: #fff;
}

.unique-theme-service-box:hover .em-service-text p {
    color: #fff;
}

.unique-theme-service-box:hover .em-service-icon img {
    filter: brightness(0) invert(1);
}

.unique-theme-service-box:hover .em-service-icon {
    background: #e60021;
}

.unique-theme-service-box:hover .service-button a:before {
    transform: scale(1);
}

.unique-theme-service-box:hover .service-button a {
    color: #fff;
    border: 1px solid #fff;
}

.unique-theme-service-box:hover .service-button a i {
    color: #fff;
}

.unique-theme-service-box:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

/*Style two */

.service-area.style-two {
    background: #fff;
    padding: 105px 0 270px;
}

.cloud-service ul li {
    display: block;
    list-style: none;
}

.cloud-service ul li a {
    padding: 11px 40px;
    display: block;
    border-radius: 0 30px 0px 30px;
    filter: drop-shadow(0px 5px 10px rgba(92, 92, 92, 0.05));
    background-color: #ffffff;
    border: 1px solid rgba(85, 85, 85, 0.1);
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.cloud-service ul li.active a {
    background: #e60021;
    color: #fff;
}

.cloud-service ul li a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 30px 0px 30px;
    background: #e60021;
    transform: scale(0.0, 1);
    transition: .5s;
}

.cloud-service ul li a i {
    float: right;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.cloud-service ul li a:hover:before {
    transform: scale(1);
}

.cloud-service ul li:hover a {
    color: #fff;
}

.feature-thumb {
    text-align: center;
}

/**Service style three**/
.style-three.service-area {
    background: url(../image/service-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 95px 0 84px;
    position: relative;
    z-index: 1;
}

.style-three.service-area:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 19, 35, 0.9);
}

.style-three .unique-theme-service-box {
    padding: 36px 15px 30px;
    background-color: #fff;
    border: 0;
    border-radius: 3px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.style-three .unique-theme-service-box::before {
    background: url(../image/box-bg3.png);
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: cover;
}

.style-three .em-service-icon1.upper {
    margin-bottom: 27px;
}

.style-three .em-service-icon1 {
    font-size: 35px;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.style-three .em-service-icon1:after {
    position: absolute;
    content: "";
    top: 10px;
    left: 13px;
    height: 58px;
    width: 58px;
    background: #f6f5f5;
    border-radius: 100%;
    z-index: -1;
    transition: .5s;
}

.em-service-icon1 img {
    transition: .5s;
}

.style-three .em-service-title h3 {
    margin: 10px 0 20px;
    font-size: 22px;
    font-weight: 500;
    transition: .5s;
}

/*service bar*/
.style-three .service-bar {
    background: #e60021;
    height: 2px;
    width: 64px;
    position: relative;
    border-radius: 30px;
    left: 0;
    right: 0;
    margin: 0 auto 19px;
    transition: .5s;
}

.style-three .service-bar:before {
    height: 2px;
    transition: .5s;
}

/*serivce button*/
.style-three .service-button a {
    padding: 10px 22px;
    font-size: 15px;
    font-family: 'Fira Sans';
    border-radius: 30px;
    background-color: #f6f5f5;
    border: 0;
}


/*service all hover*/
.style-three .unique-theme-service-box:hover .em-service-icon1 img {
    filter: brightness(0) invert(1);
}

.style-three .unique-theme-service-box:hover .service-bar {
    background: #fff;
}

.style-three .unique-theme-service-box:hover .em-service-icon1:after {
    background: #FF784E;
}

.style-three .unique-theme-service-box:hover .service-bar:before {
    background: #e60021;
}

.style-three .unique-theme-service-box:hover .em-service-title h3 {
    color: #fff;
}

.style-three .unique-theme-service-box:hover .service-button a {
    color: #fff;
    border: 0;
}

/*service shape */
.service-shape {
    position: absolute;
    right: 0;
    top: 0;
    animation: moveLeftBounce 3s linear infinite;
    z-index: -1;
    opacity: .2;
}

.service-shape1 {
    position: absolute;
    left: 35px;
    bottom: -190px;
}

/*service bottom text*/
.service-bottom-text {
    text-align: center;
    padding: 50px 0 0;
}

.service-bottom-text p {
    font-size: 18px;
    color: #F4F4F4;
}

.service-bottom-text p a {
    padding: 6px 25px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #e60021;
    font-family: 'Fira Sans';
    color: #fff;
    background: #e60021;
    border-radius: 30px;
    display: inline-block;
    margin-left: 15px;
    position: relative;
    z-index: 1;
}

.service-bottom-text p a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    background: #434343;
    transform: scale(0);
    transition: .5s;
}

.service-bottom-text p a:hover:before {
    transform: scale(1);
}

/* Service New Style */
.service-area.new-style {
    background: #fff;
}

.service-area.new-style .single-service-box {
    border: 1px dashed #CCCCCC;
    padding: 10px;
    transition: .5s;
    border-radius: 5px;
    margin-bottom: 30px;
}

.service-area.new-style .service-icon-thumb {
    position: relative;
    margin-top: -50px;
    margin-left: 20px;
}

.service-area.new-style .service-box-thumb img {
    width: 100%;
}

.service-area.new-style .service-content {
    padding: 15px 20px 12px;
}

.service-area.new-style .service-content h2 {
    font-size: 22px;
}

.service-area.new-style .service-content p {
    padding-top: 12px;
}

.service-area.new-style .service-content a {
    color: #434343;
    font-weight: 600;
    font-size: 15px;
    padding-left: 38px;
    position: relative;
    transition: .5s;
}

.service-area.new-style .service-content a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    height: 2px;
    width: 30px;
    background: #e60021;
}

.service-area.new-style .single-service-box:hover {
    border-color: #e60021;
}

.service-area.new-style .service-content a:hover {
    color: #e60021;
}





/**
======================================================
<--  site Service Details Area Css -->
======================================================**/
.service-detials-area {
    padding: 40px 0 70px;
}

.service-detials-area .site-service-thumb img {
    width: 100%;
}

/*service page title*/
.service-page-title h1 {
    line-height: 42px;
}

.service-page-title h1 {
    font-size: 36px;
    font-weight: 600;
    color: #0D0E14;
    padding: 20px 0 20px;
    display: inline-block;
}

/*detials description*/
.serivce-details-desc p span {
    color: #e60021;
}

/*detials box*/
.service-details-box {
    background: #F5F5F5;
    padding: 20px 25px 13px;
    border-radius: 4px;
    margin-bottom: 30px;
    margin-right: 5px;
}

/*detials icon*/
.service-details-icon {
    float: left;
    margin-right: 25px;
    margin-top: 10px;
}

.service-details-icon img {
    border-radius: 4px;
}

/*detials title */
.service-details-title h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding: 0 0 12px;
}

/*detils desc*/
.services-detials-desc p {
    font-size: 15px;
    line-height: 26px;
}

/*page title*/
.service-page-title2 h1 {
    line-height: 38px;
    margin: 0;
}

.service-page-title2 h1 {
    font-size: 30px;
    font-weight: 600;
    color: #0D0E14;
    padding: 10px 0 16px;
    display: inline-block;
}

/*details thumb*/
.service-details-thumb {
    position: relative;
}

/*service details icon*/
.widget-service-details-icon p {
    margin-bottom: 12px;
}

.widget-service-details-icon i {
    font-size: 25px;
    color: #e60021;
    display: inline-block;
    margin-right: 2px;
    position: relative;
    top: 4px;
}

/*service work process box*/
.service-work-process-box {
    padding: 40px 25px 20px;
    background: #F5F5F5;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 30px;
}

/*work process number*/
.service-work-process-number {
    display: inline-block;
    padding: 10px;
    position: relative;
}

.service-work-process-number:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 10px solid #e60021;
    border-radius: 50%;
    opacity: .3;
}

.service-work-process-number span {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #e60021;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

/*work process title*/
.service-work-process-title h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    padding: 20px 0 10px;
}

/*work process desc*/
.service-work-process-desc p {
    font-size: 15px;
    line-height: 26px;
}

/*widget search*/
.widget_search {
    padding: 10px 10px 10px;
    border-radius: 4px;
    background: #F5F5F5;
    width: 292px;
}

.widget_search form {
    position: relative;
}

.widget_search input {
    border-radius: 4px;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    position: relative;
    color: #0D0E14;
    border: 0;
}

button.icons {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background: #e60021;
    border-radius: 0 4px 4px 0;
}

/*widget search upper*/
.upper.widget_search {
    padding: 0;
    margin-bottom: 30px;
    background: inherit;
    text-align: right;
}

.upper.widget_search input {
    height: 56px;
    width: 73%;
    color: #0D0E14;
    border: 1px solid rgba(13, 14, 20, 0.1);
    border-radius: 4px 0px 0px 4px;
}

.upper.widget_search input:focus-visible {
    box-shadow: none;
}

.upper button.icons {
    height: 56px;
    width: 56px;
}

/*widget categories box*/
.widget-categories-box {
    /* background: #f2ede4; */
    padding: 20px 20px 10px;
    width: 292px;
}

.widget-categories-box .tag-item {
    background: #FFFFFF;
}

/*title*/
.categories-title h4,
.widget-title h4 {
    margin-bottom: 10px;
    /* border-left: 3px solid #e60021; */ /* 左边框：3px 实线 #e60021（已注释） */
    border-bottom: 0px solid #333333; 
    padding: 10px 10px 10px 40px; 
    /* background-color: #444444; */ /* 背景颜色：#444444（已注释） */
    position: relative; 
    display: flex; 
    align-items: center;
}

.categories-title h4:before,
.widget-title h4:before {
    content: ''; 
    background-image: url('/public/assets/static/image/home/iconO.png');
    background-size: contain; 
    background-repeat: no-repeat; 
    width: 24px; 
    height: 24px; 
    position: absolute; 
    left: 10px; 
    top: 50%; 
    transform: translateY(-50%); 
}

.service-detials-area .categories-title h4:before {
    left: -37px;
}

/*categories menu*/
.widget-categories-menu ul {
    display: block;
}

.widget-categories-menu ul li {
    display: block;
    list-style: none;
    margin-bottom: 15px;
    background: #fff;
    padding: 16px 15px 16px;
    border-radius: 4px;
    transition: .5s;
    color: #0D0E14;
}

.widget-categories-menu ul li:hover,
.widget-categories-menu ul li.active {
    background: #e60021;
    color: #fff;
}

.widget-categories-menu ul li a {
    display: block;
    transition: .5s;
    color: inherit;
}

/*all hover*/
.widget-categories-menu ul li:hover a {
    color: inherit;
}

.widget-categories-menu span{
    color: #000000;
}

.widget-categories-menu ul li a span{
    transition: .5s;
    margin-left: 6px;
    font-size: 13px;
}

.widget-categories-menu span:hover{
    margin-left: 6px;
    color: #ffffff;
    font-size: 13px;
}


.service-details-icon-box {
    margin-left: 20px;
}

/*widget categories thumb*/
.widget-categories-thumb {
    background: url(../image/srd3.jpg);
    background-repeat: no-repeat;
    padding: 80px 0 80px;
    margin-top: 30px;
    background-size: cover;
}

/*widget title2*/
.widget-title2 h3 {
    font-size: 42px;
    line-height: 44px;
    font-weight: 600;
    color: #ffff;
    padding: 31px 0 40px;
}

/*widget button*/
.widget-button a {
    padding: 17px 40px;
    font-size: 17px;
    font-weight: 500;
    background: #e60021;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
}

.widget-button a i {
    margin-right: 5px;
}

/**
======================================================
<--  site About Area Css -->
======================================================**/
.about-area {
    padding: 100px 0 80px;
    position: relative;
}

.about-area .unique-theme-about-thumb {
    margin: 0px 0 0 -50px;
    position: relative;
    z-index: 1;
}

.unique-theme-icon-title h4 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    padding: 2px 0 10px;
    font-style: italic;
}

.unique-theme-icon-list {
    padding: 5px 0 0;
}

.unique-theme-icon-list ul li {
    display: block;
    list-style: none;
    padding: 14px 0 0px;
    color: #686868;
}

.upper.unique-theme-icon-list ul li i {
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    border: 2px solid #e60021;
    display: inline-block;
    color: #e60021;
    font-size: 17px;
    margin-right: 8px;
}

/*People info*/

.about-people-info {
    display: flex;
    padding: 42px 0 0;
}

.people-pic {
    padding-right: 20px;
}

.people-name h4 {
    font-size: 20px;
    font-weight: 600;
}

.people-name span {
    color: #e60021;
    padding: 9px 0 0;
    display: inline-block;
}


/*about shape*/
.about-shape-thumb1 {
    position: absolute;
    left: -61px;
    bottom: -102px;
    z-index: -1;
}


/***About style two***/

.ceo-cod-area {
    background: url(../image/ceo-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0 65px;
}

p.about-text {
    font-size: 22px;
    font-weight: 500;
    font-family: 'Fira Sans';
    color: #434343 !important;
    line-height: 32px;
    font-style: italic;
    opacity: inherit;
    margin-bottom: 12px;
}

p.about-text2 {
    opacity: inherit;
    padding: 0;
}

/*unique-theme ceo box*/
.unique-theme-ceo-title h4 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Fira Sans';
    padding: 8px 0 0 32px;
    position: relative;
    z-index: 1;
}

.unique-theme-ceo-title h4:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    top: 18px;
    width: 22px;
    border: 1px solid #e60021;
}

.unique-theme-ceo-title span {
    font-size: 15px;
    padding: 7px 0 0;
    display: inline-block;
}


/*about thumb*/
.unique-theme-about-thumb1 {
    margin-left: 64px;
}

.about-shape-box {
    position: relative;
    z-index: 1;
}

.about-shape-thumb img {
    position: absolute;
    top: -280px;
    left: 26px;
}

/*<--About Area Style Three-->*/
.style-three.about-area {
    background: #fff;
    padding: 0px 0 82px;
}

/*upper style*/
.upper.style-three.about-area {
    padding: 90px 0 90px;
}

/*upper end*/
p.about-text1 {
    opacity: inherit;
    padding: 16px 0 0;
}

/*about thumb*/
.style-three.about-area .unique-theme-about-thumb {
    margin: 0px 0 0 -72px;
}

.style-three .unique-theme-icon-list ul li {
    padding: 12px 0 0px;
}

.style-three .unique-theme-icon-list ul li span {
    color: #434343;
    font-family: 'Fira Sans';
}

.style-three .unique-theme-icon-list ul li i {
    width: inherit;
    height: inherit;
    line-height: inherit;
    border-radius: 0;
    background-color: inherit;
    display: inline-block;
    color: #e60021;
    font-size: 22px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

.style-three.about-area .site-button {
    margin-top: 32px;
}

/*progress bar*/

.progress-box {
    width: 600px;
    margin: 35px auto 0 0px;
    font-family: 'Fira Sans';
}

.circle_percent {
    font-size: 80px;
    width: 80px;
    height: 80px;
    position: relative;
    background: #FFEAE3;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin: 0 20px 0 0;
    z-index: 1;
}

.circle_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    clip: rect(0 1em 1em .5em);
}

.round_per {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    background: #e60021;
    clip: rect(0 1em 1em .5em);
    transform: rotate(180deg);
    transition: 1.05s;
}

.percent_more .circle_inner {
    clip: rect(0 .5em 1em 0em);
}

.percent_more:after {
    position: absolute;
    left: .5em;
    top: 0em;
    right: 0;
    bottom: 0;
    background: #e60021;
    content: '';
}

.circle_inbox {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: #fff;
    z-index: 3;
    border-radius: 50%;
}

.percent_text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 22px;
    line-height: 26px;
    color: #434343;
    text-align: center;
}

/*circle progress title*/
.extra-progress {
    display: inline-block;
    padding: 0 0 0 70px;
}

.circle-progress-title {
    display: inline-block;
}

.circle-progress-title h4 {
    font-size: 18px;
    line-height: 28px;
    color: #434343;
    font-weight: 500;
    position: relative;
    top: -30px;
}

/*about shape two*/
.style-three .about-shape-thumb1 {
    position: absolute;
    left: -191px;
    bottom: -98px;
    z-index: 1;
    display: none;
}

.style-three .about-shape-thumb3 {
    position: absolute;
    right: 37px;
    top: -4px;
    z-index: -1;
}

/*style three upper1*/
.upper1.style-three.about-area {
    padding: 88px 0 82px;
    background: url(../image/why-choose-bg.png);
}

.upper1.style-three.about-area .unique-theme-about-thumb {
    margin: 0px 0 0 30px;
}

.upper1.style-three .about-shape-thumb3 {
    position: absolute;
    right: -68px;
    top: -4px;
    z-index: -1;
}

/* Abpit New Style */
.about-area.new-style {
    background: url(../image/about-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.about-area.new-style .about-thumb {
    position: relative;
    margin-left: -100px;
    margin-right: 50px;
}

.about-area.new-style .about-thumb img {
    width: 100%;
}

.about-area.new-style .about-icon-thumb {
    float: left;
    margin-right: 20px;
}

.about-area.new-style .about-icon-box {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.about-area.new-style .about-icon-box.border-non {
    border-bottom: none;
}

.about-area.new-style .about-box-content {
    overflow: hidden;
}

.about-area.new-style .about-box-content h2 {
    font-size: 20px;
    padding-bottom: 8px;
    margin-top: 0;
}

.new-button a {
    display: inline-block;
    background: #e60021;
    padding: 14px 35px;
    color: #fff;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.new-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    background: #434343;
    transform: scale(0);
    transition: .5s;
}

.new-button a:hover:before {
    transform: scale(1);
}


/***
======================================================
<--  site Counter Area Css -->
======================================================***/
.counter-vip {
    padding: 85px 0 0;
}

.couter-top-title h3 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 0 76px;
}

.couter-top-title h3:before {
    position: absolute;
    content: "";
    left: -40px;
    top: 9px;
    height: 2px;
    width: 393px;
    background-color: rgba(255, 255, 255, 0.14901960784313725);
}

.couter-top-title h3:after {
    position: absolute;
    content: "";
    right: -40px;
    top: 9px;
    height: 2px;
    width: 393px;
    background-color: rgba(255, 255, 255, 0.14901960784313725);
}

.counter-title h4 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
}

.counter-title span {
    font-size: 48px;
    font-weight: 600;
    display: inline-block;
    color: #e60021;
}

.counter-title p {
    color: #9D9EA6;
}

/***
======================================================
<--  site Case Study Area Css -->
======================================================***/


/*Style two*/

.case-study-area.style-two {
    margin-top: -80px;
}

.style-two .case-study-title h6 {
    font-size: 16px;
    color: #e60021;
    font-weight: 400;
    padding: 0;
    transition: .5s;
    font-family: 'Rubik', sans-serif;
}

.style-two .case-study-title h3 {
    margin-top: 7px;
}

.case-icn {
    float: right;
    margin: -50px 30px 0 0;
}

.case-icn a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 30px;
    text-align: center;
    background-color: #ffffff;
    color: #434343;
    display: inline-block;
    border-radius: 2px;
}

.style-two .case-study-thumb:hover .case-study-title h6:before {
    border: 0;
}

.style-two .case-study-thumb2:hover .case-study-content {
    bottom: 25px;
    opacity: 1;
}

.style-two .case-study-thumb2:hover {
    opacity: 1;
}



/**Case study are style three
================================**/

.style-three.case-study-area {
    background: #fff;
    padding: 95px 0 110px;
}

/* Portfolio Nav */
.portfolio_nav {
    margin-bottom: 40px;
}

.portfolio_menu ul {
    text-align: center;
    list-style: none;
}

.portfolio_nav ul li {
    background: #F6F5F5;
    font-size: 15px;
    font-family: 'Fira Sans';
    transition: all 0.5s ease 0s;
    cursor: pointer;
    padding: 6px 25px;
    font-weight: 500;
    position: relative;
    margin: 0 3px;
    margin-bottom: 7px;
    display: inline-block;
    border-radius: 30px;
}

.portfolio_menu ul li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    transition: .5s;
}

.portfolio_menu ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 24px;
    height: 2px;
    width: 0%;
    background: #fff;
    transition: .5s;
}

.portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
    color: #fff;
    background: #e60021;
}

/*case study thumb*/
.case-study-thumb2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.case-study-thumb2::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(35, 35, 35, 0) 0%, rgba(35, 35, 35, 0.9999999999999999) 100%);
    top: 0;
    content: "";
    opacity: 0;
    transition: .5s;
}

.case-study-thumb2 img {
    width: 100%;
}

.case-study-title h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
}

/*case study content*/
.style-three .case-study-content {
    position: absolute;
    bottom: -120px;
    left: 0;
    right: 0;
    margin: auto;
    transition: .5s;
    opacity: 0;
}

.case-study-content-inner {
    position: relative;
    z-index: 1;
}

.case-study-content-inner:before {
    position: absolute;
    content: "";
    z-index: -1;
    bottom: 0;
    left: 0;
    background: url(../image/port.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 160px;
}

.style-three .case-study-title {
    padding: 0 0 27px 30px;
}

.style-three .case-study-title h3 {
    line-height: 26px;
}

.style-three .case-study-title h3 a {
    color: #fff;
    font-weight: 500;
}

.style-three .case-study-title h6 {
    color: #fff;
}

.style-three .case-study-title h6:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    top: 10px;
    width: 22px;
    border: 1px solid #fff;
}

.style-three .case-study-thumb2:hover .case-study-content {
    bottom: 0;
    opacity: 1;
}

/*case study icon*/
.style-three .style-two.video-icon a {
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #e60021;
    display: inline-block;
    font-size: 13px;
}

.single_portfolio_icon {
    position: absolute;
    right: 168px;
    top: 20px;
    opacity: 0;
    transition: .5s;
}

.single_portfolio_icon a i {
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #e60021;
    display: inline-block;
    font-size: 16px;
}

/*case all hover*/

.case-study-thumb2:hover .style-two.video-icon {
    top: 40px;
    opacity: 1;
}

.case-study-thumb2:hover .single_portfolio_icon {
    right: 100px;
    opacity: 1;
}

.case-study-thumb2:hover:before {
    opacity: 1;
}

.port-shape-thumb2 {
    position: absolute;
    top: -147px;
    right: -240px;
    z-index: 11;
}

.port-shape-thumb {
    position: absolute;
    left: -149px;
}

/***
======================================================
<--  site Testimonial Area Css -->
======================================================***/
.testimonial-area {
    background: url(../image/testimonial-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 95px 0 95px;
    position: relative;
    z-index: 1;
}

/*testimonial*/
.testimonial-single-box {
    padding: 18px 30px 24px;
    transition: all .4s ease 0s;
    position: relative;
    margin-top: 10px;
    text-align: left;
    z-index: 1;
    border-radius: 3px;
    background: #fff;
    margin-bottom: 30px;
}

.testimonial-single-box:before {
    position: absolute;
    content: "";
    top: 0;
    left: 12px;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
    /* background: url(../image/earth.png); */
    background-repeat: no-repeat;
    background-position: center center;
}

.testimonial-single-box:after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    height: 100%;
    width: 0;
    transition: .5s;
    z-index: -1;
    border-radius: 3px;
    background: url(../image/box-bg4.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.quote-thumb {
    float: left;
    margin-right: 20px;
    position: relative;
    z-index: 1;
}

.quote-thumb:before {
    content: "";
    font-size: 18px;
    position: absolute;
    bottom: 5px;
    right: -10px;
    background: url(../image/quote1.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 31px;
    height: 31px;
}

/*quote title*/
.quote-title {
    position: relative;
    top: 10px;
}

.quote-title h4 {
    font-size: 20px;
    font-weight: 600;
    transition: .5s;
    padding: 0 0 5px;
}

.quote-title p {
    color: #e60021;
    transition: .5s;
}

.em-testimonial-text p {
    display: inline-block;
    transition: .5s;
    padding: 20px 0 0px;
}

.em-testi-start-icon i {
    color: #e60021;
    transition: .5s;
    display: inline-block;
}

/*testi counter*/
.testi-counter-box {
    text-align: right;
}

.upper.testi-counter-box {
    position: relative;
    z-index: 1;
}



.testi-counter-title h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
}

.testi-counter-title span {
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Fira Sans';
    color: #e60021;
}

.testi-counter-title p {
    color: #fff;
    padding: 10px 0 0;
}

/*testimonial all hover*/
.testimonial-single-box:hover:after {
    left: 0;
    width: 100%;
}

.testimonial-single-box:hover .quote-title h4,
.testimonial-single-box:hover .quote-title p,
.testimonial-single-box:hover .em-testimonial-text p,
.testimonial-single-box:hover .em-testi-start-icon i {
    color: #fff;
}

/*testi shape thumb*/
.testi-shape-thumb {
    position: absolute;
    left: -120px;
    top: 0;
    animation: moveLeftBounce 3s linear infinite;
    z-index: -1;
    opacity: .2;
}

.row.testi-rotate {
    position: relative;
}

.testi-shape-thumb1 {
    position: absolute;
    left: 247px;
    top: -85px;
}

/*style two*/

.testimonial-area.style-two {
    background: url(../image/testi-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0 10px;
}

.testimonial-area.style-three {
    background: #fff;
    padding: 130px 0 130px;
}

.testi-thumb {
    position: relative;
    z-index: 1;
    padding-left: 40px;
}

.testi-thumb img {
    transition: .5s;
}

.testi-thumb1 {
    position: absolute;
    top: 0;
    z-index: -1;
}

.testi-thumb2 {
    position: absolute;
    top: 0;
    z-index: -1;
}

.testi-thumb img:hover {
    transform: rotate(20deg);
}

.testimonial-area.style-two .site-section-title p {
    width: 88%;
}


.testimonial_list .owl-dots {
    text-align: center;
    padding: 20px 0 0;
}



/* Testimonial New Style */

.testimonial-area.new-style {
    background: url(../image/testi-bg.jpg);
}

.testimonial-icon-thumb {
    float: left;
}

.testimonial-ratting {
    text-align: right;
    margin-right: 25px;
}

.testimonial-ratting i {
    color: #e60021;
    font-size: 13px;
}

.testimonial-text {
    padding: 25px 19px 10px 0;
}

.testimonial-title {
    border-top: 1px solid#E5E5E7;
    padding-top: 15px;
}

.testimonial-title h2 {
    font-size: 22px;
}

.testimonial-content span {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-top: 6px;
    font-size: 15px;
}

.testimonial-content span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    height: 2px;
    width: 22px;
    background: #f00;
}

.testimonial-area.style-two .site-button a {
    border-radius: 0 30px 0 30px;
}

.testimonial-area.style-two .site-button a:before {
    border-radius: 0 30px 0 30px;
}

/*Owl nav*/

.owl-nav {
    position: absolute;
    /* Ã¤Â½Â¿Ã§â€Â¨Ã§Â»ÂÃ¥Â¯Â¹Ã¥Â®Å¡Ã¤Â½Â */
    top: -56px;
    /* Ã¨Â·ÂÃ§Â¦Â»Ã©Â¡Â¶Ã©Æ’Â¨1rem */
    right: 1rem;
    /* Ã¨Â·ÂÃ§Â¦Â»Ã¥ÂÂ³Ã¤Â¾Â§1rem */
    z-index: 10;
    /* Ã§Â¡Â®Ã¤Â¿ÂÃ¥Â¯Â¼Ã¨Ë†ÂªÃ¦Å’â€°Ã©â€™Â®Ã¤Â½ÂÃ¤ÂºÅ½Ã¥â€¦Â¶Ã¤Â»â€“Ã¥â€ â€¦Ã¥Â®Â¹Ã¤Â¹â€¹Ã¤Â¸Å  */
}

.owl-next {
    margin-left: 10px;
}

.owl-next {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fb7171;
    text-align: center;
    display: inline-block;
    transition: .5s;
    border-radius: 5px;
}

.owl-prev {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fb7171;
    text-align: center;
    display: inline-block;
    transition: .5s;
    border-radius: 5px;
}

.owl-prev img {
    width: 20px;
    height: 20px;
}

.owl-next img {
    width: 20px;
    height: 20px;
}

.owl-next i,
.owl-prev i {
    color: #fff;
    transition: .5s;
}

.owl-next:hover,
.owl-prev:hover {
    background: #e60021;
}

.owl-next:hover i,
.owl-prev:hover i {
    color: #434343;
}




/***
======================================================
<--  site Process Area Css -->
======================================================***/

.process-area {
    background: #fdf6ea;
    padding: 270px 0px 140px;
}



/***
======================================================
<--  site Team Area Css -->
======================================================***/

.team_area {
    background: url(../image/why-choose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0 10px;
}

.single_team {
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.single_team_thumb1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single_team_thumb1 img {
    width: 100%;
}

/*team content*/
.single_team_content {
    width: 90%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 30px;
}

/*team title*/
.team-title {
    padding: 10px 0 17px;
    background: #e60021;
    text-align: center;
    width: 80%;
    position: relative;
    z-index: 1;
    left: 10%;
    border-radius: 3px 3px 0 0;
    transform: perspective(500px)rotateX(90deg);
    -webkit-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
}

.team-title h4 {
    font-size: 22px;
    font-weight: 500;
    padding: 0 0 4px;
    color: #fff;
}

.team-title span {
    color: #fff;
}

/*team icon*/
.single_team_icon {
    position: relative;
    z-index: 1;
    top: -1px;
    left: 10%;
    width: 80%;
    background: #131323;
    text-align: center;
    padding: 14px 0 14px;
    border-radius: 0 0 3px 3px;
    transform: perspective(500px)rotateX(-90deg);
    -webkit-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
}

.single_team_icon a {
    width: 38px;
    height: 38px;
    line-height: 41px;
    text-align: center;
    border-radius: 50px;
    background-color: #373644;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-right: 6px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single_team_icon a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #e60021;
    transform: scale(0);
    border-radius: 50px;
    transition: .5s;
}

/*team all hover*/
.single_team:hover .single_team_icon {
    transform: perspective(500px)rotateX(0deg);
}

.single_team:hover .team-title {
    transform: perspective(500px)rotateX(0deg);
}

.single_team_icon a:hover:before {
    transform: scale(1);
}

/*style two
================*/

.style-two.team_area {
    padding: 50px 0 100px;
    background: #fff;
}

.style-two .single_team {
    padding: 40px 0 0;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 0 30px 0 30px;
    filter: drop-shadow(0px 5px 7.5px rgba(102, 102, 102, 0.08));
    background-color: #ffffff;
    border: 1px solid rgba(85, 85, 85, 0.1);
}

.team-title2 h4 {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0 6px;
}

.team-title2 span {
    font-size: 15px;
}

.single_team_icon2 {
    padding: 13px 0 10px;
    background: #000000ba;
    border-radius: 0 30px 0 30px;
    margin-top: 27px;
    transition: .5s;
    position: relative;
    z-index: 1;
}

.single_team_icon2:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 30px 0px 30px;
    background: #f24e35;
    transform: scale(0.0, 1);
    transition: .5s;
}

.single_team_icon2 a {
    display: inline-block;
    color: #efefef;
    font-size: 16px;
    margin-right: 15px;
}


.team-title2 h4:hover {
    color: #e60021;
}

.style-two .single_team:hover .single_team_icon2:before {
    transform: scale(1);
}

.style-two .single_team_icon2 a:hover {
    color: #141323 !important;
}

.style-two .single_team:hover .single_team_icon2 a {
    color: #fff;
}

/***
======================================================
<-- site Faq Area Css -->
======================================================***/
.faq-area {
    background: url(../image/faq-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 94px 0 96px;
    position: relative;
    z-index: 1;
}

.faq-area:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 15, 30, 0.8);
}

/*accordion*/
.accordion li {
    list-style: none;
    padding: 2px 0px 15px;
    position: relative;
    z-index: 1;
}

.accordion li:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 20px;
    top: 16px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.10196078431372549);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.active .accordion li:before {
    background-color: rgba(255, 255, 255, 0.10196078431372549) !important;
}

.accordion li a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-family: 'Fira Sans';
    font-weight: 400;
    font-size: 18px;
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.050980392156862744);
    border: 1px solid #626065;
    padding: 14px 20px 14px 59px;
    border-radius: 30px;
    z-index: 1;
}

.accordion li p {
    display: none;
    font-size: 16px;
    padding: 25px 0 10px 30px;
    margin: 0;
    color: #fff;
    opacity: .8;
}

.accordion a:before {
    width: 2px;
    height: 10px;
    background: #e60021;
    position: absolute;
    right: 32px;
    content: " ";
    top: 22px;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}

.accordion a:after {
    width: 10px;
    height: 2px;
    background: #e60021;
    position: absolute;
    right: 28px;
    content: " ";
    top: 26px;
    transition: all 0.2s ease-in-out;
}

.accordion a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #fff;
}

.accordion a.active:before {
    display: none;
}

a.active {
    color: #fff !important;
    border: 1px solid #e60021 !important;
    background: #e60021 !important;
}

.accordion li a span {
    position: relative;
    z-index: 1;
}

.accordion li a span:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: -35px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../image/question.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}

/*accordion start*/
.tab_container {
    position: relative;
}

.faq-sectiions {
    background: url(../image/faq-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 95px 0 85px;
    position: relative;
    z-index: 1;
}

.faq-sectiions:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 15, 30, 0.8);
}

.faq-sectiions .unique-theme-icon-list ul li {
    color: #D1D2D7;
}

.faq-sectiions .unique-theme-icon-list ul li i {
    width: inherit;
    height: inherit;
    line-height: inherit;
    border-radius: 0;
    background-color: inherit;
    display: inline-block;
    color: #e60021;
    font-size: 22px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

.faq-sectiions .site-button {
    margin-top: 40px;
}

.faq-sectiions .site-section-title p {
    color: #fff;
    opacity: .8;
}

.study-button a i {
    transition: .5s;
}

.study-button a:hover i {
    color: #e60021;
}





/***
==================================================
<-- site University Section Css -->
==================================================***/

.university-section {
    padding: 50px 0 50px;
}

.university-single-box img {
    width: 95%;
    /* border: 1px solid #efefef; */
}

.university-thumbcs img {
    width: 98%;
    /* border: 1px solid #efefef; */
    border-radius: 8px;
}

.university-thumbts img {
    width: 80%;
    /* border: 1px solid #efefef; */
}

.university-single-box .university-thumb {
    position: relative; /* 确保子元素的定位基于该容器 */
}

.university-single-box .university-thumb .university-thumbcs {
    display: block;
    height: auto;
    border-radius: 8px; /* 添加圆角（可选） */
    position: relative; /* 设置相对定位以确保 z-index 生效 */
    z-index: 1; /* 确保图片在伪元素上方 */
}
/* 
.university-thumbcs:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #e60021;
    border-radius: 1px;
    z-index: -1; 
    top: 38%;
    left: 28%;
    width: 93%; 
    height: 65%;
    transform: translate(-20%, -20%);
} */



.university-single-box .university-thumb {
    text-align: center;
    display: block;
    /* border: 1px solid #EFEFEF; */
    width: 100%;
}

.university-single-box .university-thumb span {
    display: block;
    background-color: #ffffff;
    padding-top: 5px;
}

/*style two*/

.upper1.university-section {
    background: url(../image/counter-bg23.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.university-section.srv-page {
    padding: 30px 0 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.university-section.new-style {
    background: #e60021;
    padding: 60px 0 60px;
}

/***
==================================================
<-- site Call Do Section Css -->
==================================================***/
.call-do-action-section {
    background: linear-gradient(rgba(17, 26, 58, 0.75), rgba(17, 26, 58, 0.75)), transparent url(../image/cda1.jpg) no-repeat center/cover;
    padding: 100px 0 115px;
}

.call-do-action-content h2 {
    font-size: 35px;
    font-weight: 600;
}

.call-do-action-content p {
    width: 35%;
    margin: auto;
    padding: 15px 0 0;
}

/*button*/
.btn-common a {
    color: #fff;
    font-size: 17px;
    background: #e60021;
    padding: 14px 31px;
    border: 1px solid #e60021;
    border-radius: 5px;
    transition: .5s;
    text-transform: capitalize;
}

.btn-common a:hover {
    background: #fff;
    color: #e60021;
}

.video-icon {
    display: inline-block;
    transition: .5s;
}

.video-icon-cda a {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100%;
    color: #e60021;
    background: #fff;
    display: inline-block;
    text-align: center;
    position: relative;
    -webkit-animation: hassan 1s linear infinite;
    animation: hassan 1.5s linear infinite;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 28px;
    z-index: 1;
}

@-webkit-keyframes hassan {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 5px rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 5px rgba(255, 255, 255, 0.4)
    }

    100% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3), 0 0 0 40px rgba(255, 255, 255, 0)
    }
}

@keyframes hassan {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 5px rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 5px rgba(255, 255, 255, 0.4)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 40px rgba(255, 255, 255, 0)
    }
}

/***
==================================================
<-- site Form Box Css -->
==================================================***/
.contract-form-bg {
    padding: 15px 35px 40px;
    background: #fff;
    border-radius: 3px;
    width: 430px;
    position: relative;
    z-index: 1;
    margin-top: -140px;
    left: 100px;
}

.contract-form-bg:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 147px;
    width: 100%;
    background: #e60021;
    z-index: -1;
    border-radius: 3px 3px 0 0;
}

.contract-form-bg:after {
    position: absolute;
    content: "";
    top: 137px;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../image/square-line.png);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
}

/*form title*/
.contact-form-title {
    padding: 0 0 72px;
}

.contact-form-title h4 {
    font-size: 30px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
}

.contact-form-title p {
    color: #fff;
    font-size: 18px;
    padding: 10px 0 0;
}

/*form input*/
.form_box input {
    width: 100%;
    height: 50px;
    padding-left: 25px;
    background: #f7f4f4;
    border-radius: 30px;
    color: #434343;
    border: 1px solid rgba(35, 35, 35, 0.12);
    transition: .5s;
}

.form_box textarea {
    width: 100%;
    background: #f7f4f4;
    padding-left: 25px;
    padding-top: 20px;
    height: 135px;
    border: 1px solid rgba(35, 35, 35, 0.12);
    border-radius: 30px;
    color: #434343;
    transition: .5s;
}

.form_box input::placeholder {
    color: #6d6d6d;
}

.form_box input:focus,
.form_box textarea:focus {
    border-color: #e60021;
    outline: 0;
    box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}

/*form button*/
.quote_button button {
    padding: 13px 15px;
    background: #434343;
    display: block;
    color: #fff;
    border-radius: 30px;
    width: 100%;
    font-family: 'Fira Sans';
    cursor: pointer;
    text-align: center;
    transition: .5s;
}

.quote_button button i {
    display: inline-block;
    font-size: 18px;
    margin-right: 5px;
    position: relative;
    top: 2px;
    color: #e60021;
    transition: .5s;
}

.quote_button button:hover {
    color: #fff;
    background: #e60021;
}

.quote_button button:hover i {
    color: #fff;
}

/***
======================================================
<-- site Brand Area Css -->
======================================================***/
.unique-themes-top-title h3 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 0 44px;
}

.unique-themes-top-title h3:before {
    position: absolute;
    content: "";
    left: -15px;
    top: 9px;
    height: 2px;
    width: 380px;
    background-color: rgba(35, 35, 35, 0.10196078431372549);
}

.unique-themes-top-title h3:after {
    position: absolute;
    content: "";
    right: -15px;
    top: 9px;
    height: 2px;
    width: 380px;
    background-color: rgba(35, 35, 35, 0.10196078431372549);
}


/***
======================================================
<--  site Blog Area Css -->
======================================================***/

.news-area {
    background: #FFFFFF;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.single-blog-box {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.single-blog-thumb {
    transition: .5s;
    overflow: hidden;
}

.single-blog-thumb img {
    width: 100%;
    overflow: hidden;
    transition: .5s;
    border: 1px solid #EFEFEF;
}

.single-blog-thumbs {
    position: relative;
}

.single-blog-thumbs img {
    width: 100%;
    overflow: hidden;
    transition: 0.5s;
    border-radius: 5px;
    position: relative;
    z-index: 1; 
}

.blog-top-button {
    position: absolute;
    top: 10px;
    left: 10px;
}

.blog-top-button a {
    padding: 4px 17px 2px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Fira Sans";
    background: #e60021;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.blog-top-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #434343;
    border-radius: 30px;
    transform: scale(0);
    transition: .5s;
}

.blog-top-button a:hover:before {
    transform: scale(1);
}

/*blog content*/
.em-blog-content {
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid rgba(29, 33, 36, 0.12);
    padding: 25px 25px 10px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.em-blog-content:before {
    position: absolute;
    content: "";
    bottom: 62px;
    left: 0px;
    height: 1px;
    width: 100%;
}

.meta-blog-text p {
    padding: 0 0 0 25px;
    margin: 0;
    position: relative;
    z-index: 1;
}

.meta-blog-text p:before {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 55%;
    height: 55%;
    background: url(../image/university.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.em-blog-title h2 {
    font-size: 22px;
    padding: 2px 0 14px;
}

.em-blog-title h2 a {
    display: inline-block;
    font-weight: 400;
    transition: .5s;
    line-height: 30px;
}

.em-blog-thumb {
    float: left;
}

.em-blog-icon {
    float: left;
}

.em-blog-icon-title {
    display: inline-block;
}

.em-blog-icon-title h6 {
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
    margin-top: 0;
}

/*blog button*/
.blog-button {
    text-align: right;
}

.blog-button a {
    display: inline-block;
    color: #434343;
    transition: .5s;
    font-family: 'Fira Sans';
    font-weight: 600;
}

.blog-button i {
    font-size: 20px;
    display: inline-block;
    color: #e60021;
    position: relative;
    top: 2px;
}

/*blog all hover*/
.single-blog-box:hover .em-blog-title h2 a {
    color: #e60021;
}

.single-blog-box:hover .single-blog-thumb img {
    transform: scale(1.1);
}

.single-blog-box:hover .em-blog-content {
    filter: drop-shadow(0 0 35px rgba(196, 196, 196, 0.5));
    background-color: #ffffff;
    border: 1px solid rgba(29, 33, 36, 0.12);
}

/**Blog area style two**/
.news-area.style-two {
    background: #fff;
    padding: 95px 0 70px;
    position: relative;
}

.news-area.style-two.page {
    padding: 100px 0 100px;
}

/*blog button*/
.news-area.style-two .site-button a {
    padding: 15px 33px;
}

.news-area.style-two .site-button a i {
    font-size: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    background: inherit;
    color: #fff;
    margin-left: 0;
    margin-right: 25px;
}

.blog-button a:hover {
    color: #e60021;
}

/*blog all hover*/
.news-area.style-two .site-button a:hover i {
    color: #e60021;
}

/*blog shape*/
.news-area.style-two .port-shape-thumb2 {
    position: absolute;
    top: -70px;
    right: 10px;
    z-index: 11;
    opacity: .3;
}

/* Blog New Style */

.news-area.new-style {
    background: #fff;
}

.news-area.new-style .single-blog-thumb {
    position: relative;
}

.news-area.new-style .blog-top-button a {
    border-radius: 5px;
}

.news-area.new-style .blog-top-button a:before {
    border-radius: 5px;
}

.news-area.new-style .blog-top-button {
    bottom: 25px;
    left: 30px;
    top: inherit;
}

.news-area.new-style .em-blog-content:before {
    display: none;
}

.news-area.new-style .em-blog-title h2 {
    font-size: 20px;
    padding: 0px 0 15px;
}

.news-area.new-style .meta-blog-text a {
    color: #434343;
    padding-right: 25px;
    font-weight: 500;
    position: relative;
    transition: .5s;
}

.news-area.new-style .meta-blog-text a::before {
    content: "";
    background: #68697d;
    width: 1px;
    height: 14px;
    position: absolute;
    right: 12px;
    top: 3px;
}

.news-area.new-style .meta-blog-text a:hover {
    color: #e60021;
}

.news-area.new-style .owl-dot {
    background-color: #1F2932;
}

.news-area.new-style .owl-dot.active {
    background-color: #e60021;
}

/*new blog*/

.news-area.news-new .em-blog-content {
    background-color: #ffffff;
    border: 0;
    padding: 18px 0 0;
    transition: .5s;
}

.news-area.news-new .blog-top-button {
    top: 32%;
    left: inherit;
    right: 11px;
}

.news-area.news-new .em-blog-content:before {
    background: transparent;
}

.news-area.news-new .blog-top-button a {
    padding: 5px 20px 4px;
    font-family: 'Poppins';
    border-radius: 3px;
}

.news-area.news-new .blog-top-button a:before {
    background: #434343;
    border-radius: 3px;
}

.news-area.news-new .em-blog-title h2 {
    padding: 0px 0 0px;
    font-size: 17px;
    margin-top: 1px;
}

.meta-blog-icon ul li {
    display: inline-block;
    list-style: none;
    padding-right: 20px;
    font-size: 15px;
}

.meta-blog-icon ul li i {
    font-size: 14px;
    color: #e60021;
    padding-right: 8px;
}

.blg-btn a {
    padding: 1px 0 0;
    color: #e60021;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.blg-btn a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #555555;
    opacity: .180;
    transition: .5s;
}

.blg-btn a:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 0%;
    height: 1px;
    background: #e60021;
    transition: .5s;
}

.blg-btn a i {
    font-size: 18px;
    position: relative;
    top: 2px;
    padding-left: 5px;
}

.news-area.news-new .single-blog-box:hover .em-blog-content {
    filter: inherit;
    border: 0;
}

.col-md-4:hover .blg-btn a:after,
.news-area.news-new .single-blog-box:hover .blg-btn a:after {
    width: 100%;
}

.news-area .news-feed {
    padding: 10px;
    width: 100%;
}

.news-area .news-item {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.news-area .news-date {
    width: 150px;
    font-size: 15px;
}

.news-area .news-category {
    padding: 2px 5px;
    margin-right: 30px;
    border-radius: 5px;
    font-size: 0.9em;
    border: 1px solid #e60021;
    color: #e60021;
    width: 105px;
    text-align: center;
}

.news-area .news-title {
    flex: 1;
}

/***
======================================================
<--  site Subscribe Area Css -->
======================================================***/

.row.sub-bg {
    padding: 90px 60px 100px;
    border-radius: 60px 0 60px 0;
    filter: drop-shadow(0px -10px 30px rgba(126, 126, 126, 0.1));
    background-color: #ffffff;
    margin-bottom: -128px;
}

.subscribe-title h4 {
    font-size: 23px;
    font-weight: 500;
    line-height: 32px;
}

.subscribe-area .site-button a {
    padding: 11px 42px;
    border-radius: 0 30px 0 30px;
}

.subscribe-area .site-button a:before {
    border-radius: 0 30px 0 30px;
}

/*upper style*/
.up.subscribe-area {
    background: #FAFAFB;
}

/***
======================================================
<--  site footer Area Css -->
======================================================***/

.footer-middle {
    background: #F24E35;
    padding: 15px 0 15px;
}

.footer-middle ul a,
.footer-middle h4 {
    color: #ffffff;
}

.footer-middle.upper {
    padding: 120px 0 0;
}

.footer-bg {
    padding: 0px 0 5px;
}

/*widget title*/

.footer-middle .widget-title {
    margin-bottom: 10px;
    /* border-left: 3px solid #e60021; */ /* 左边框：3px 实线 #e60021（已注释） */
    border-bottom: 0px solid #333333; 
    padding: 10px 10px 10px 40px; 
    /* background-color: #444444; */ /* 背景颜色：#444444（已注释） */
    position: relative; 
    display: flex; 
    align-items: center;
}

.footer-middle .widget-title::before {
    content: ''; 
    background-image: url('/public/assets/static/image/home/icon.png');
    background-size: contain; 
    background-repeat: no-repeat; 
    width: 24px; 
    height: 24px; 
    position: absolute; 
    left: 10px; 
    top: 50%; 
    transform: translateY(-50%); 
}

h4.widget-title {
    font-size: 18px;
    font-weight: 500;
}

.company-info-desc p {
    padding: 30px 0 14px;
    width: 75%;
}

/*social icon*/
.follow-company-icon a {
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: #fff;
    border-radius: 50px;
    display: inline-block;
    color: #141323;
    margin-right: 8px;
    position: relative;
    z-index: 1;
}

.follow-company-icon a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #e60021;
    border-radius: 50px;
    transform: scale(0);
    transition: .5s;
}

/*footer menu*/
.menu-quick-link-content {
    padding: 0px 0 0;
}

ul.footer-menu li {
    display: block;
    list-style: none;
    margin-bottom: 12px;
}

ul.footer-menu li a {
    transition: .5s;
}

ul.footer-menu li a i {
    font-size: 18px;
    padding-right: 5px;
    position: relative;
    top: 2px;
}

ul.footer-menu li h6 {
    margin-bottom: 5px;
}

ul.footer-menu li h6 a {
    font-size: 16px;
    font-weight: 600;
}

ul.footer-menu li ul {
    list-style-type: none;
    overflow: hidden;
}

ul.footer-menu li ul li {
    float: left;
    border-left: 1px solid #AAAAAA;
    line-height: 1.0;
    margin-bottom: 2px;
}

ul.footer-menu li ul li a {
    padding: 5px 10px;
}


/*Nwes Lettere*/

.widget-desc p {
    padding: 10px 0 0px;
}

.address ul li {
    list-style: none;
    display: block;
    padding: 0 0 16px;
}


/*footer all hover*/
ul.footer-menu li a:hover {
    color: #e60021;
}

.follow-company-icon a:hover:before {
    transform: scale(1);
}

.follow-company-icon a:hover {
    color: #fff;
}

/**footer bottom area
=========================**/

.row.ftr-btm-bg {
    padding: 5px 0 5px;
    text-align: center;
    /* border-top: 0px solid #AAAAAA; */
}

.footer-bottom-content-copy p {
    margin: 5px;
    font-size: 12px;
    letter-spacing: -1px;
    color: #ffffff;
}

.footer-bottom-area {
    background-color: #F24E35;
    /* border-top: 1px solid #444444; */
    padding-top: 10px;
}

.footer-middle .footer-logo {
    text-align: left;
}

/***
======================================================
<--  site Lines CSS -->
======================================================***/
.lines .line {
    position: relative;
    width: 93%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    overflow: hidden;
    z-index: 5;
}

.lines .line::after {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 35px;
    top: 0;
    left: 0px;
    background-color: #e60021;
    -webkit-animation: moveLeftBounces-two 35s linear infinite;
    animation: moveLeftBounces-two 35s linear infinite;
    overflow: hidden;
}

.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes moveLeftBounces-two {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(585px);
        transform: translateY(585px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes moveLeftBounces-two {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(585px);
        transform: translateX(585px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/*style two*/
.style-two.lines .line::after {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 35px;
    top: 0;
    left: 0px;
    background-color: #e60021;
    -webkit-animation: moveLeftBounces-one 35s linear infinite;
    animation: moveLeftBounces-one 32s linear infinite;
    overflow: hidden;
}

.style-two.lines .line {
    position: relative;
    width: 103%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    overflow: hidden;
    z-index: 5;
}

@keyframes moveLeftBounces-one {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(538px);
        transform: translateX(538px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/** style three **/
.style-three.lines .line {
    position: relative;
    width: 103%;
    height: 1px;
    background-color: #E0E0E0;
    overflow: hidden;
    z-index: 5;
}

.style-three.lines .line::after {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 35px;
    top: 0;
    left: 0px;
    background-color: #e60021;
    -webkit-animation: moveLeftBounces-one 35s linear infinite;
    animation: moveLeftBounces-one 32s linear infinite;
    overflow: hidden;
}

/*style four*/
.style-four.lines {
    position: absolute;
    top: 54px;
    left: 48px;
    right: 0;
}

.style-four.lines .line {
    position: relative;
    width: 103%;
    height: 1px;
    top: 105px;
    left: 24%;
    background-color: #E0E0E0;
    overflow: hidden;
    z-index: 5;
}

.style-four.lines .line::after {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 35px;
    top: 0;
    left: 0px;
    background-color: #e60021;
    -webkit-animation: moveLeftBounces-one 35s linear infinite;
    animation: moveLeftBounces-one 32s linear infinite;
    overflow: hidden;
}

/*left bounce animation*/

@keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes MOVIE-BG {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


/*--==============================================->
<!-- site Breadcumb Area Css -->
==================================================-*/
.breadcumb-area {
    background: linear-gradient(rgba(19, 19, 35, 0.6), rgba(0, 0, 0, 0.5)), url(../image/braitcam.png) no-repeat center/cover;
    height: 200px;
    position: relative;
}

.breadcumb-content h1 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
}

.breadcumb-content ul li {
    color: #FFFFFF;
    font-weight: 500;
    font-family: 'Fira Sans';
    text-transform: capitalize;
    display: inline-block;
}

.breadcumb-content ul li a {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Fira Sans';
    color: #fff;
    text-transform: uppercase;
    padding-right: 30px;
    position: relative;
    z-index: 1;
}

.breadcumb-content ul li a:before {
    position: absolute;
    content: "";
    right: 5px;
    top: 9px;
    background: #fff;
    width: 10px;
    height: 2px;
    transition: .5s;
}

.breadcumb-content ul li.last a:before {
    content: none;
}

/*breadcumb shape*/
.britcam-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #f24e35;
    width: 35%;
    height: 53px;
    padding: 15px 60px 0;
    clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.upp.breadcumb-content ul li {
    color: #fff;
}

/*====================================================
--< site abouts_areas Css -->
======================================================*/
.abouts_areas {
    padding: 100px 0 130px;
}

.abouts_thumb {
    position: relative;
}

.abouts_titles {
    position: absolute;
    bottom: -30px;
    left: -25px;
}

.abouts_titles h3 {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    background: #FF3A00;
    padding: 30px 120px 30px 30px;
    border-radius: 10px;
    position: relative;
    max-inline-size: 25ch;
}

.abouts_icons {
    position: absolute;
    top: 55px;
    right: 30px;
}

.abouts_icons i {
    display: inline-block;
    height: 45px;
    width: 45px;
    border-radius: 50px;
    line-height: 45px;
    background: #fff;
    color: #FF3A00;
    text-align: center;
    font-size: 20px;
}

.upper.abouts_titles {
    right: -25px;
    left: inherit;
}

/*about inner all hover*/
.abouts_titles h3:hover {
    background: #434343;
}

/*feature area
===========================*/

.feature-area.style-two {
    padding: 50px 0 120px;
}


/*tabe*/


@import url(css.css);

.tab {
    padding-top: 0px;
    position: relative;
    left: 0px;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.tabs li {
    line-height: 38px;
    overflow: hidden;
    padding: 0;
    position: relative;
    display: inline-flex;
}

.tabs li a {
    background-color: #434343;
    color: #fff;
    font-family: 'Fira Sans';
    font-weight: 500;
    display: inline-block;
    outline: none;
    padding: 5px 26px;
    transition: all 0.2s ease-in-out;
    border-bottom: 2px solid #f24e35;
}

.tabs_item {
    display: none;
    padding: 30px 0;

}

.tabs_item:first-child {
    display: block;
}

.tabs_item img {
    width: 30px;
    float: left;
}

li.current a {
    background: #e60021 !important;
    color: #fff;
}

ul.tabs-inner-list li {
    display: inline-block;
    margin: 3px 0;
}

ul.tabs-inner-list li i {
    display: inline-block;
    margin-right: 12px;
    color: #e60021;
    font-size: 15px;
}

.feture-area .unique-theme-icon-list ul li span {
    color: #434343;
    font-weight: 400;
    font-family: "Fira Sans";
}

.feture-area .unique-theme-icon-list ul li i {
    width: inherit;
    height: inherit;
    line-height: inherit;
    border-radius: 0;
    background-color: inherit;
    display: inline-block;
    color: #e60021;
    font-size: 22px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

/* iner counter 
====================*/

.counter-section {
    background: url(../image/counter-bg23.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.counter-text h1 {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.counter-text h1::before {
    position: absolute;
    content: "";
    top: 1px;
    left: -10px;
    height: 60px;
    width: 60px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    z-index: -1;
}

.counter-section .counter-text span {
    font-weight: 500;
    font-size: 80px;
    color: #fff;
}

.counter-section .counter-title {
    float: right;
    position: relative;
    top: 35px;
    left: 30px;
}

.counter-section .counter-title::before {
    position: absolute;
    content: "";
    top: -3px;
    left: -16px;
    width: 2px;
    height: 60px;
    background: #fff;
}

.counter-section .counter-title h4 {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    padding: 0 0 0;
}

.counter-section .counter-title h3 {
    font-size: 20px;
    color: #fff;
    margin: 0;
    font-weight: 500;
}

/*Counter style two*/

.style-two.counter-section {
    background: #fff;
}

.row.counter-bg {
    padding: 85px 70px 65px;
    background: #fff;
    filter: drop-shadow(0px 5px 20px rgba(102, 102, 102, 0.08));
    margin-top: -120px;
    margin-bottom: -130px;
    border-radius: 0 70px 0 70px;
}

.counter-single-box {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.counter-single-box:before {
    position: absolute;
    content: "";
    right: 45px;
    width: 1px;
    height: 100px;
    background: #555555;
    opacity: .102;
}

.upper.counter-single-box:before {
    background: inherit;
}

.style-two .counter-content2 h1 {
    font-weight: 600;
    font-size: 40px;
    color: #434343;
    display: inline-block;
}

.counter-content2 h1 span {
    color: #e60021;
}

.counter-content2 p {
    display: block;
    font-size: 18px;
    padding: 5px 0 0;
}


/*========================================
<-- site Pricing Section Css -->
==========================================*/

.pricing-section {
    padding: 95px 0 70px;
    background: url(../image/why-choose-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.pricing-single-items {
    box-shadow: 0 0 25px rgb(0, 0, 0, 0.2);
    text-align: center;
    margin-bottom: 30px;
    background: #fff;
}

.style-2 .pricing-thumb img {
    filter: brightness(0) invert(1);
}

.pricing-title {
    padding: 12px 0 30px;
}

.pricing-title h3 {
    font-size: 22px;
    font-weight: 600;
}

.currency {
    font-size: 20px !important;
    font-weight: 500 !important;
    position: relative;
    top: -15px;
    color: #616161 !important;
}

.pricing-item-text span {
    font-family: 'Fira Sans', sans-serif;
    display: inline-block;
    font-size: 51px;
    font-weight: 700;
    text-align: center;
    color: #434343;
}

.month {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #616161 !important;
}

.pricing-feature ul li {
    display: block;
    font-size: 16px;
    padding: 7px 0;
}

.pricing-feature ul li b {
    font-weight: 500 !important;
    font-family: 'Fira Sans';
    font-size: 18px;
}

.btn-common.pc-btn a {
    color: #EE3C00;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 37px;

}

.pricing-single-items:hover .btn-common.pc-btn a {
    color: #fff;
    background: #e60021;
}

.pricing-single-items.style-2 {
    background: #e60021;
    color: #fff;
    padding: 25px 0;
}

.pricing-single-items.style-2:hover .btn-common.pc-btn a {
    background-color: #fff;
    color: #e60021
}

.pricing-single-items.style-2 .pricing-title h3,
.pricing-single-items.style-2 .pricing-item-text span,
.pricing-single-items.style-2 .pricing-item-text .month,
.pricing-single-items.style-2 .pricing-item-text .currency {
    color: #fff !important;
}

.pricing-single-items.style2 .btn-common.pc-btn a {
    color: #fff;
    background: #e60021;
    border-color: #fff;
}

/*Style two
===============*/

.style-two.pricing-section {
    padding: 130px 0 110px;
    background: #fdf6ea;
}

.style-two.pricing-section .text-center.site-section-title p {
    width: 56%;
}

.pricing-single-box {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid rgba(85, 85, 85, 0.1);
    position: relative;
    z-index: 1;
}

.pricing-single-box:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    border-radius: 5px;
    background: #141323;
    transition: .5s;
}

.pricing-head {
    background: #fff4f2;
    padding: 13px 40px 30px;
    border-radius: 5px 5px 0 0;
    position: relative;
    z-index: 1;
}

.pricing-head:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px 5px 0 0;
    background: #e60021;
    transform: scale(0.0, 1);
    transition: .5s;
}

.pricing-single-box .pricing-title h3 {
    font-weight: 600;
    transition: .5s;
    font-size: 18px;
}

.pricing-single-box .pricing-item-text span {
    font-size: 36px;
    font-weight: 600;
    color: #e60021;
    transition: .5s;
}

.pricing-single-box .month {
    font-size: 16px !important;
    color: #e60021 !important;
    transition: .5s;
    padding-left: 5px;
}

.pricing-single-box .pricing-title {
    padding: 12px 0 34px;
}

.pricing-body {
    padding: 35px 40px 0px;
}

.pricing-single-box .pricing-feature ul li {
    display: block;
    font-size: 16px;
    padding: 8px 0;
    transition: .5s;
}

.pricing-single-box .pricing-feature ul li i {
    padding-right: 4px;
    font-size: 18px;
}

li.prc-color {
    opacity: .5;
}

.pricing-btn a {
    color: #fff;
    background: #141323;
    font-size: 16px;
    padding: 11px 40px;
    border-radius: 0 30px 0px 30px;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-top: 18px;
    top: 20px;
}

.pricing-btn a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 30px 0px 30px;
    background: #e60021;
    transform: scale(0.0, 1);
    transition: .5s;
}

.pricing-btn a i {
    position: relative;
    top: 2px;
    padding-left: 5px;
    font-size: 18px;
}

.pricing-single-box:hover .pricing-head:before {
    transform: scale(1);
}

.pricing-single-box:hover .pricing-btn a:before {
    transform: scale(1);
}

.pricing-single-box:hover:before {
    width: 100%;
    left: 0;
}

.pricing-single-box:hover .pricing-title h3 {
    color: #fff;
}

.pricing-single-box:hover span {
    color: #fff !important;
}

.pricing-feature ul li i:hover {
    color: #e60021;
}

.pricing-single-box:hover .pricing-feature ul li {
    color: #fff;
}

/*=============================================
<-- site Web Development Section CSS
===============================================*/
.web-dev-section {
    background: url(../image/why-choose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 100px;
}

.web-dev-thumb-section img {
    width: 100%;
}

.web-dev-single-content {
    margin-bottom: 30px;
}

.content-position {
    font-size: 18px;
    color: #e60021;
    font-weight: 600;
    font-family: 'Fira Sans';
}

.content-title {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    padding: 5px 0 10px 0;
    font-family: 'Fira Sans';
}

.content-text {
    padding: 0 10px 0 0;
}

/*Feature Content*/
.feature-content-section {
    background: url(../image/why-choose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0 0 70px;
}

.feature-content-section .single-content .content-icon {
    font-size: 40px;
    margin-right: 30px;
    color: #e60021;
}

.feature-content-section .content-text h4 {
    font-size: 20px;
    font-weight: 500;
    color: #444;
    padding: 0px 0 4px;
}

.feature-content-section .single-content {
    border: 1px solid #e6e6e6;
    padding: 25px 15px;
    transition: .5s;
    margin-bottom: 30px;
}

.feature-content-section .single-content:hover {
    box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.1);
}

/*===================================
<-- site Contact  US Css -->
=====================================*/
.contact-us {
    background: url(../image/why-choose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 100px;
}

.contact-us .appoinment-title {
    text-align: left;
}

.contact-us .input-box {
    width: 40%;
    float: left;
    margin: 8px 15px;
    background: #fff;
}

.contact-us .appoinment-title {
    margin: 0 15px;
}

.contact-us .input-box.textarea {
    width: 85%;
}

.contact-us .ap-submit-btn {
    width: 30%;
    float: left;
    margin: 15px;
}

.appointment-content {
    height: 100%;
}

.appointment-content .appointment-form {
    height: 100% !important;
    padding: 0 0 0 40px;
}

.cda-icon i {
    font-size: 35px;
    color: #fff;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: #e60021;
    border-radius: 5px;
    display: inline-block;
    margin-right: 25px;
    margin-top: 10px;
}

.cda-content-inner h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

.cda-content-inner p {
    color: rgba(255, 255, 255, 0.74);
    margin: 10px 0;
}

.cda-content-area {
    background: #434343;
    padding: 21px 0;
}

.cda-single-content {
    margin: 0 45px;
    padding: 25px 0 17px;
}

.contact-us .appoinment-title h3 {
    margin-bottom: 20px;
    padding-top: 35px;
    font-weight: 500;
}

.contact-us .input-box {
    color: #000;
}

.contact_from_box {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 27px 40px 45px;
}


.style-two.contact-us {
    background: url(../image/contact-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 100px;
}

.style-two .contact_from_box {
    box-shadow: none;
    background: transparent;
    padding: 0;
}

.style-two .form_box input {
    background: #424458;
    border-radius: 5px;
    color: #fff;
}

.style-two .form_box textarea {
    background: #424458;
    height: 135px;
    border-radius: 5px;
    color: #fff;
}

.style-two .quote_button button {
    padding: 13px 30px;
    display: inline-block;
    border-radius: 5px;
    width: inherit;
    background: #e60021;
    transition: .5s;
}

.style-two .quote_button button:hover {
    background: #424458;
}

.style-two .form_box input::placeholder {
    color: #fff;
    opacity: .8;
}

.style-two .form_box textarea::placeholder {
    color: #fff;
    opacity: .8;
}

/*=================================================
<-- site Blog Sidber Widget CSS -->
==================================================*/


/*pagination*/
.pagination a {
    font-size: 18px;
    font-weight: 500;
    color: #e60021;
    float: left;
    text-decoration: none;
    transition: background-color .3s;
    margin: 0 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}

.pagination a:hover {
    background: #e60021;
    color: #fff;

}

/*search items*/
.widget-items {
    padding: 15px;
    border-radius: 3px;
    width: 292px;
}

.widget-itemses {
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    width: 292px;
}

.widget-items form {
    position: relative;
}

.src-input-box {
    border: 1px solid #ccc;
    padding: 17px 9px;
    width: 100%;
}

.src-input-box:focus {
    border: 1px solid #ccc;
}

.src-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #777;
    background: transparent;
    border: none;
}

/*categories*/
.widget-title {
    margin-bottom: 25px;
    position: relative;
    padding-left: 5px;
}


.widget-title h2 {
    margin-top: 0;
}

.widget-archieve-item {
    color: #434343;
}

.widget-archieve-item:hover {
    color: #e60021;
}

.widget-items .widget-title h2 {
    color: #434343;
    display: block;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.widget-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -13px;
    width: 80px;
    height: 3px;
    background: #aec6ef;
}

.widget-title h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 36px !important;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #e60021;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}

@keyframes MOVE-BG {
    0% {
        left: 0px;
        top: 0px;
    }

    100% {
        left: 80px;
        top: 0px;
    }
}

.hr-3 {
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
}

.hr-1 {
    border-top: 1px solid #e6e6e6;
    padding-top: 5px;
}

.catagory-item ul li {
    padding-top: 15px;
    margin-top: 18px;
    list-style: none;
}

.catagory-item ul li a {
    color: #686868;
}

.catagory-item ul li:hover a {
    color: #e60021;
}

.upp.widget-items {
    padding: 35px 27px 15px;
}

/*post thumb*/
.rpost-thumb {
    margin-right: 20px;
    padding: 0 0 0px;
}

/*post title*/
.rpost-title h4 {
    font-size: 16px;
    font-weight: 500;
    transition: .5s;
    margin: 0;
}

.rpost-title span {
    font-size: 14px;
    padding: 5px 0 0;
    display: inline-block;
}

.rpost-title h4:hover {
    color: #e60021;
}


/*tag menu*/
.tag-item span {
    vertical-align: middle;
}

.tag-item a {
    border: 1px solid #000000;
    padding: 5px 6px;
    display: inline-block;
    margin: 9px 0px 4px 5px;
    font-size: 12px;
    color: #686868;
    transition: .5s;
    border-radius: 3px;
    background-color: #ffffff;
}

.tag-item a:hover {
    color: #fff;
    background: #e60021;
}

.tag-items a {
    padding: 5px 8px;
    display: inline-block;
    margin: 2px 3px 10px;
    font-size: 15px;
    transition: .5s;
    border-radius: 3px;
}

.tag-item button {
    border: 1px solid #FFFFFF;
    padding: 3px 8px;
    display: inline-block;
    margin: 2px 3px 10px;
    font-size: 15px;
    color: #EFEFEF;
    transition: .5s;
    border-radius: 10px;
}

/* Calender*/
.curr-month {
    width: 100%;
    height: 40px;
    background: #d6d6d6;
    color: #000;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

.all-days {
    width: 100%;
    height: 40px;
    background-color: #fff;
    float: left;
}

.tag-item .all-days ul,
.tag-item .all-date ul {
    list-style: none;
    display: block;
    height: 30px;
    width: 100%;
    margin: 0 auto;
    float: left;
    font-size: 15px;
    font-weight: 300;
}

.tag-item .all-days ul li,
.tag-item .all-date ul li {
    float: left;
    width: 48px;
    text-align: center;
    line-height: 41px;
    border: 1px solid #ccc;
    color: #333;
}

.tag-item .all-days ul li {
    font-weight: 500;
    font-family: 'Fira Sans';
    font-size: 16px;
}

.all-date {
    width: 100%;
    height: 305px;
    float: left;
}

.all-date li {
    height: 40px;
    width: 50px;
    line-height: 40px;
    border: 1px solid #ccc;
    background-color: #fff;
}

element.style {
    background-color: rgb(255, 60, 0);
    color: rgb(255, 255, 255);
}

.all-date li.monthdate:hover {
    background-color: #FB3B01;
    color: #fff;
}

.calender-area {
    height: 435px;
}

/*blog section two*/
.style-two.search-section {
    background: #fff;
    padding: 100px 0 70px;
}

.search-section.style-two.details {
    padding: 100px 0 50px;
}

.blog-content {
    padding: 15px 35px 20px;
    transition: .5s;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.blog-thumb img {
    width: 100%;
}

.search-section .blog-content-text h5 {
    font-size: 35px;
    font-weight: 600;
}

.blog-meta span a {
    color: #686868;
    transition: .5s;
    padding: 12px 0 20px;
    display: inline-block;
}

.blog-meta span a:hover {
    color: #e60021;
}

/*quote*/
.block-quote {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 25px;
    border-radius: 5px;
    border-left: 4px solid #e60021;
    margin: 30px 0;
}

.block-quote p {
    font-size: 20px;
    font-style: italic;
    color: #232;
    font-family: 'Fira Sans';
    margin-bottom: 12px;
}

.blog-content ol {
    padding-left: 15px;
}

.search-section .blog-content h4 {
    font-size: 22px;
    margin: 25px 0 12px;
    font-weight: 600;
}

/*blog social*/
.single-blog-social-icon ul {
    margin: 25px 0;
}

.single-blog-social-icon ul li {
    display: inline-block;
    margin-right: 5px;
}

.single-blog-social-icon ul li i {
    font-size: 15px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    color: #686868;
}

.single-blog-social-icon ul li:hover i {
    color: #fff;
    background: #e60021;
}

.comment-box {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    transition: .5s;
}

#comment-msg-box {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    transition: .5s;
}

label {
    color: #686868;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
}

.comment-box:focus,
#comment-msg-box:focus {
    border-color: #e60021;
    outline: 0;
    box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}

/*form button*/
.comment-form .submit-comment {
    color: #fff;
    background: #e60021;
    border: 1px solid #e60021;
    border-radius: 3px;
    padding: 13px 35px;
    margin-left: 15px;
    margin-bottom: 50px;
    transition: .5s;
}

.comment-form .submit-comment {
    color: #fff;
    background: #e60021;
    border: 1px solid #e60021;
    border-radius: 3px;
    padding: 13px 35px;
    margin-left: 15px;
    margin-bottom: 50px;
}

.comment-form .submit-comment:hover {
    background: #fff;
    color: #e60021;
}

/*======================================
<-- site Case Study Details Css -->
========================================*/
.case-study-details {
    background: url(../image/why-choose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0 100px;
}

.case-study-intro {
    box-shadow: 0 0 15px rgb(0, 0, 0, 0.1);
    padding: 60px;
    margin-top: 60px;
}

.csd-thumb img {
    width: 100%;
}

.csd-info {
    padding: 0 50px;
}

.csd-info ul li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 300;
    text-transform: capitalize;
}

.csd-info ul {
    padding: 13px 0;

}

.csd-social-icon li {
    display: inline-block;
    margin: 0px 8px 0 0;
}

.csd-social-icon li i {
    color: #fff;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background: #e60021;
    border-radius: 5px;
    transition: .5s;
}

.csd-social-icon li i:hover {
    background: #11102F;
    color: #fff;
}

.csd-title h3 {
    font-size: 28px;
    font-weight: 600;
}

.csd-info ul li {
    display: inline-flex;
    list-style: none;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
}

.csd-info strong {
    position: relative;
    width: 120px;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
    color: #434343;
}

.csd-info strong:after {
    content: ":";
    position: absolute;
    right: 0;
}

.csd-info span {
    flex: 1;
}

.share-text {
    float: left;
    margin-right: 20px;
}

.share-text h4 {
    font-size: 20px;
    color: #666;
    font-weight: 600;
    margin-top: 6px;
}

.csd-social-icon ul {
    padding: 0;
}

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

/*rotateme animation*/
.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -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);
    }
}

/*=====================================
<-- site Error Area Css -->
=======================================*/
.error-area {
    padding: 100px 0 100px;
}

.error-thumb {
    text-align: center;
}

.error-thumb img {
    width: 450px;
}

.error-content {
    text-align: center;
}

.error-content h2 {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
}

.error-content h2 span {
    color: #fe4e5b;
}

.error-content p {
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 20px;
}

.error-search {
    text-align: center;
}

.error-button {
    text-align: center;
    margin-top: 40px;
}

.error-search input {
    width: 50%;
    height: 58px;
    border: 1px solid rgba(35, 35, 35, 0.12);
    border-radius: 30px;
    padding-left: 30px;
    outline: 0;
}

.error-search input:focus {
    outline: 0;
    box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}

.error-search button {
    outline: 0;
    border: 0;
    background: transparent;
    position: relative;
    margin-left: -55px;
    color: #686868;
}

.error-search ::placeholder {
    color: #686868;
}

.error-button a {
    padding: 14px 40px 14px 40px;
    font-family: 'Fira Sans';
    font-weight: 500;
    color: #fff;
    background: #e60021;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #e60021;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.error-button a i {
    margin-right: 5px;
}

.error-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #434343;
    border-radius: 30px;
    transition: .5s;
}

.error-button a:hover {
    border-color: #434343;
}

.error-button a:hover:before {
    width: 100%;
    left: 0;
}

.map-section {
    position: relative;
    margin-bottom: -7px;
}


/*
<!-- ============================================================== -->
<!-- site Bounce Animation Css -->
<!-- ============================================================== -->*/
/* bounce-animate */
.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate2 {
    animation-name: float-bob2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob2;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob2;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate3 {
    animation-name: float-bob3;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob3;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob3;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob3;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate4 {
    animation-name: float-bob4;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob4;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob4;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob4;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate5 {
    animation-name: float-bob5;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate-slow {
    animation-name: float-bob5;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate-3 {
    animation-name: float-bob6;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob6;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob6;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob6;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes float-bob {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes float-bob2 {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}

@keyframes float-bob3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@keyframes float-bob4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@keyframes float-bob5 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@keyframes float-bob6 {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}


@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}



/*--==============================================->
  <!-- site Animation Dance -->
 ==================================================-*/
/**/
.dance3 {
    -webkit-animation: dance3 8s alternate infinite;
    animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
    animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}

.watermark-animate {
    -webkit-animation: watermark-animate 8s infinite;
    animation: watermark-animate 8s infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes watermark-animate {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}


/*===========================
<-- site Loader Css -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 666;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #9A241C;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #e60021;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #fff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}


/*
<!-- ============================================================== -->
<!--Scrollup Button Section -->
<!-- ============================================================== -->*/

/*------back-to-top------------*/

.prgoress_indicator {
    position: fixed;
    right: 50px;
    bottom: 20px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(255, 59, 0, 0.2);
    z-index: 12;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) !important;
}

.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #e60021;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.prgoress_indicator::before {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    font-weight: 900;
    opacity: 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
    color: #2871ff;
}

.prgoress_indicator:hover ::before {
    opacity: 1;
}

.prgoress_indicator svg path {
    fill: none;
}

.prgoress_indicator svg.progress-circle path {
    stroke: #e60021;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}


/**
======================================================
<--  site Search Condition Css -->
======================================================**/
.search-condition-section {
    margin-top: 0px;
    background-color: #fdf6ea;
}

.search-condition-section ul.area-list {
    list-style-type: none;
    overflow: hidden;
    margin-top: 30px;
}

.search-condition-section ul.area-list li {
    display: block;
    list-style: none;
    margin-bottom: 5px;
    float: left;
    margin-right: 5px;
}


.search-condition-section ul.area-list ul li:hover {
    cursor: pointer;
    background-color: #EFEFEF;
}


.search-condition-section ul.area-list ul li.selected label {
    color: #0d6efd;
}

.search-condition-section ul.area-list li .form-check .bi {
    font-size: 13px;
    float: right;
    color: #999999;
}

.search-condition-section ul.area-list ul {
    list-style-type: none;
    overflow: none;
    height: 370px;
}

.search-condition-section ul.area-list ul li {
    float: none;
    padding: 0px 5px;
    width: 120px;
}

.search-condition-section .widget-title {
    margin-bottom: 15px;
    border-left: 3px solid #e60021;
    padding: 10px 10px;
    background-color: #EFEFEF;
}

.search-condition-section ul.scholarly-list {
    list-style-type: none;
    overflow: hidden;
}

.search-condition-section ul h6 {
    margin-bottom: 5px;
}

.search-condition-section ul.scholarly-list li {
    display: block;
    list-style: none;
    margin-bottom: 5px;
    float: left;
    margin-right: 12px;
}

.search-condition-section ul.scholarly-list li label {
    margin-left: -5px;
    color: #333333;
    font-size: 20px;
}


/**
======================================================
<--  site Search Area Css -->
======================================================**/

.breadcumb-area-search {
    background: linear-gradient(rgba(19, 19, 35, 0.6), rgba(0, 0, 0, 0.0)), url(../image/common/search-navi-bg.jpg) no-repeat center/cover;
    height: 200px;
    position: relative;
}

.search-section .search-section-thumb img {
    width: 630px;
    position: absolute;
    top: 58px;
    left: 120px;
    z-index: 0;
    max-width: 1000px;
    object-fit: contain;
}

.search-section-map {
    position: relative;
    left: 0px;
    top: 0px;
    /* background: url(../image/choose-bg.png); */
    background-repeat: no-repeat;
}

.search-section {
    padding: 47px 0 30px;
}

.search-section.style-6.bg-3 {
    padding: 100px 0 60px;
}

.search-section .tab .tabs_item {
    background-color: rgb(255, 255, 255, 0.95);
    padding: 10px;
    border: 1px solid #EFEFEF;
}

.search-section .tab .tabs-inner-list li {
    border-right: 0px solid #EFEFEF;
    padding: 5px 10px;
}


.search-section .tab .tabs-inner-list li h6 {
    font-weight: 700;
}

.search-section .tab .tabs-inner-list li ul li {
    border-right: 0px solid #EFEFEF;
    padding: 0px;

}

.search-section .tab .menu li a {
    background-color: #000000ba !important;
}

.search-section .tab li.current a.bg-green {
    background-color: #58A05E !important;
}

.search-section .tab li.current a.bg-yellow {
    background-color: #EDD141 !important;
}

.search-section .tab li.current a.bg-skyblue {
    background-color: #32BCEB !important;
}

.search-section .tab li.current a.bg-blue {
    background-color: #2E9CD1 !important;
}

.search-section .tab li.current a.bg-pink {
    background-color: #EB9DC1 !important;
}

.search-section .tab li.current a.bg-treegreen {
    background-color: #94BF38 !important;
}

.search-section .tab li.current a.bg-red {
    background-color: #CC6600 !important;
}

.search-section .tab li.current a.bg-treegreen2 {
    background-color: #CED829 !important;
}

.search-section .tab li.current a.bg-orange {
    background-color: #E78800 !important;
}

.search-result-body .rpost-thumb img {
    width: 240px;
    border-radius: 2%;
}

#university-faculty .search-result-body .rpost-thumb img {
    width: 180px;
}

.search-result-body .em-blog-content:before {
    background: none;
}

.search-result-body .rpost-title {
    margin-bottom: 10px;
}

.search-result-body .rpost-title h6 {
    font-size: 16px;
    font-weight: 400;
}

.search-result-body .rpost-content p {
    font-size: 15px;
}

.search-result .tag-item span {
    border: 1px solid #FFFFFF;
    padding: 3px 8px;
    display: inline-block;
    margin: -5px 3px 10px;
    font-size: 15px;
    color: #EFEFEF;
    transition: .5s;
    border-radius: 10px;
}

.search-result-body .search-result-scholarly h5 {
    font-size: 17px;
    font-weight: 500;
    border-left: 2px solid #000000;
    padding-left: 10px;
}

.search-result-body ul.scholarly-list {
    list-style-type: none;
    overflow: hidden;
    margin-top: 10px;
}

.search-result-body ul.scholarly-list li {
    display: block;
    list-style: none;
    margin-bottom: 5px;
    float: left;
    margin-right: 5px;
}

.search-result-body .university-table td ul.scholarly-list li {
    width: 100%;
}


.search-result-body .site-button a {
    background: #434343;
    border: 1px solid #555555;
    padding: 6px 10px;
}

.search-result-body .site-button a:hover {
    border: 1px solid #e60021;
}

.bg-green {
    background-color: #58A05E !important;
}

.bg-yellow {
    background-color: #EDD141 !important;
}

.bg-skyblue {
    background-color: #32BCEB !important;
}

.bg-blue {
    background-color: #2E9CD1 !important;
}

.bg-pink {
    background-color: #EB9DC1 !important;
}

.bg-treegreen {
    background-color: #94BF38 !important;
}

.bg-red {
    background-color: #ff0000 !important;
}

.bg-treegreen2 {
    background-color: #CED829 !important;
}

.bg-orange {
    background-color: #E78800 !important;
}


.search-result-scholarly .widget-title {
    margin-bottom: 20px;
}

.search-result-scholarly .widget-title h3 {
    font-weight: 500;
    font-size: 25px;
}

.search-result-scholarly h5 {
    font-weight: normal;
}

table {
    border-collapse: collapse;
    width: 100%;
}

.university-table tr {
    text-align: center;
}

.university-table td {
    font-size: 15px;
    vertical-align: center;
}

.university-table td p {
    margin-bottom: 0px;
}

.university-table td,
.university-table th {
    border: 1px solid #DDDDDD;
    padding: 5px 8px 5px;
}

.university-table tr {
    height: 50px; /* 你可以按需要设置，比如 60px */
}

.university-table th {
    background-color: #EFEFEF;
    vertical-align: middle;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
}

.university-table img {
    height: 135px;
    margin: 8px auto 10px auto; /* 上：0，左右：auto，下：10px */
    display: block; /* 将 img 设为块级元素以支持 auto 居中 */
}

.university-table .site-button a {
    width: 100%;
    text-decoration: none;
    color: #EFEFEF;
}

.university-table td a {
    text-decoration: underline;
}

.university-table td a:hover {
    color: #e60021;
}

.university-table.left-text tr td,
.university-table.left-text tr th {
    text-align: left !important;
}


.search-section .search-result-scholarly .tab .tabs_item {
    border: none;
    padding: 10px 0px;
}

.search-section .search-result-scholarly .tab .tabs.menu li {
    padding-top: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.search-section .search-result-scholarly .tab .tabs.menu li.current a {
    margin-top: -10px;
    line-height: 48px;
}

.search-section .search-result-scholarly .tab .tabs_item h4 {
    border: none;
}

.search-section .search-result-scholarly .tab .tabs.menu li a {
    padding: 5px 14px;
}


.search-section .search-result-scholarlys .tab .tabs.menus li a {
    padding: 5px 80px;
}

.search-section .search-result-scholarlys .tab .tabs_item {
    border: none;
    padding: 10px 0px;
}

.search-section .search-result-scholarlys .tab .tabs.menu li {
    padding-top: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.search-section .search-result-scholarlys .tab .tabs.menu li.current a {
    margin-top: -10px;
    line-height: 48px;
}

.search-section .widget-recent-post {
    /* margin-top: 10px; */
}

#university-faculty .university-table .site-button a {
    padding: 5px;
    width: 100%;
}

#university-faculty .university-table li {
    margin-bottom: 0px;
    width: 100%;
}

#university-faculty .university-table .site-button a.current {
    color: #e60021;
    background-color: #FFFFFF;
    border: 1px solid #e60021;
}

#university-faculty .campus-list .university-table tr,
#university-faculty .campus-list .university-table td,
#university-faculty .campus-list .university-table th {
    border: none;
    padding: 5px;
    text-align: center;
}



.search-section .search-result-scholarlys .tab .tabs_item h4 {
    border: none;
}

.search-section .search-result-scholarlys .tab .tabs.menu li a {
    padding: 5px 50px;
}

.search-section .search-section-map .tab .tabs.menu li {
    padding-top: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.search-section .search-section-map .tab .tabs.menu li.current a {
    margin-top: -10px;
    line-height: 48px;
}

.search-section .search-section-map .tab .tabs.menu li a {
    padding: 5px 30px;
}


.search-section-thumb .region {
    position: absolute;
    border-radius: 10px;
}

.search-section-thumb .region .area-universities {
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
    display: flex;
    align-items: flex-start;
    width: 120px;
    flex-wrap: nowrap;
    height: 175px;
    overflow-y: none;
    flex-direction: column;
    align-content: stretch;
    justify-content: flex-start;
    margin-top: 0px;
    padding: 8px 5px 5px;
    background-color: white;
}

.search-section-thumb .region .area-group {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    display: block;
    background-color: #33A9DC; /* 蓝色背景 */
    color: white; /* 文字颜色 */
    padding: 8px 5px; /* 增加上下 padding */
    border-radius: 5px 5px 0 0; /* 让上方圆滑 */
}

.search-section-thumb .region a:hover {
    color: white !important; /* 统一为白色，且优先级最高 */
}

.search-section-thumb .region .area-universities h6 {
    margin-bottom: 10px;
    margin-top: 2px;
}

.search-section-thumb .region .area-universities h6 a {
    color: #EFEFEF;
    width: auto;
    padding: 2px 5px;
    font-size: 13px;
    border-radius: 5px;
    text-align: center;
}

.search-section-thumb .region .area-universities h6 a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

.search-section-thumb .region a span {
    font-size: 20px;
    margin-right: 5px;
}

.search-section-thumb .region a {
    padding: 3px;
}

.search-section-thumb .region a:hover {
    color: #EFEFEF;
}

.search-section-thumb .hokkaido {
    position: absolute;
    top: 140px;
    right: 78px;
    border: 2px solid #6b84c2;
    overflow-wrap: break-word;
}

/* .search-section-thumb .region.hokkaido .area-universities {
    height: 220px;
} */

.search-section-thumb .hokkaido h6 a {
    background-color: #6b84c2;
}

.search-section-thumb .hokkaido a {
    font-weight: 500;
}

.search-section-thumb .hokkaido a:hover {
    color: #6b84c2;
}

.search-section-thumb .chubu {
    top: 680px;
    left: 600px;
    border: 2px solid #b0d15a;
}

.search-section-thumb .chubu h6 a {
    background-color: #b0d15a;
}


.search-section-thumb .chubu a {
    font-weight: 500;
}

.search-section-thumb .chubu a:hover {
    color: #b0d15a;
}

.search-section-thumb .chugoku {
    top: 140px;
    left: 140px;
    border: 2px solid #f1afcd;
}

.search-section-thumb .chugoku h6 a {
    background-color: #f1afcd;
}

.search-section-thumb .chugoku a {
    font-weight: 500;
}

.search-section-thumb .chugoku a:hover {
    color: #f1afcd;
}


.search-section-thumb .tohoku {
    top: 140px;
    left: 340px;
    border: 2px solid #4fbdea;
}


.search-section-thumb .tohoku h6 a {
    background-color: #4fbdea;
}


.search-section-thumb .tohoku a {
    font-weight: 500;
}

.search-section-thumb .tohoku a:hover {
    color: #4fbdea;
}

.search-section-thumb .kanto h6 a.tokyo-link {
    background-color: #e15b53; /* 东京都变蓝色 */
}


.search-section-thumb .kanto {
    top: 450px;
    right: 78px;
    border: 2px solid #00a199;
}

.search-section-thumb .kanto h6 a {
    background-color: #00a199;
}


.search-section-thumb .kanto a {
    font-weight: 500;
}

.search-section-thumb .kanto a:hover {
    color: #00a199;
}

.search-section-thumb .region.kanto .area-universities {
    height: 404px;
}

.search-section-thumb .kyushu {
    top: 680px;
    left: 140px;
    border: 2px solid #a53462;
}


.search-section-thumb .kyushu h6 a {
    background-color: #a53462;
}


.search-section-thumb .kyushu a {
    font-weight: 500;
}

.search-section-thumb .kyushu a:hover {
    color: #a53462;
}

.search-section-thumb .shikoku {
    top: 680px;
    left: 290px;
    border: 2px solid #c36045;
}

.search-section-thumb .shikoku h6 a {
    background-color: #c36045;
}

.search-section-thumb .shikoku a {
    font-weight: 500;
}

.search-section-thumb .shikoku a:hover {
    color: #c36045;
}

.search-section-thumb .kinki {
    top: 680px;
    left: 440px;
    border: 2px solid #eec453;
}

.search-section-thumb .kinki h6 a {
    background-color: #eec453;
}


.search-section-thumb .kinki a {
    font-weight: 500;
}

.search-section-thumb .kinki a:hover {
    color: #eec453;
}

.search-section-thumb .region a:hover {
    color: inherit !important; /* 保持原本颜色 */
}

.search-section-thumb a {
    width: 100%;
}

.search-section-thumb .total {
    position: absolute;
    top: 3%;
    right: 68%;
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.search-section .site-button a {
    padding: 5px 15px;
}


.search-section-thumb .total a {
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    margin-right: 5px;
    color: #e60021;
    text-decoration: underline;
    display: inline;
}

.blog-top-button.favorite-button {
    height: 30PX;
    position: unset;
}

.terms-tables ul {
    padding-top: 8px;
    margin-left: 8px;
}

.terms-tables li {
    padding-top: 8px;
    margin-left: 8px;
}

.terms-tables li::marker {
    content: "";
}


.dropdown-container {
    display: inline-block;
    position: relative;
}

.dropdown-container .dropdown-btn {
    background-color: #ffffff;
    border: none;
}

.dropdown-container .dropdown-content {
    display: none;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 10px;
    border-radius: 10px;
    width: 136px;
    text-align: center;
}

.dropdown-container .dropdown-content .option {
    padding: 3px 8px;
    background-color: #232323;
    color: white;
    margin: 5px 0;
    border-radius: 30px;
    cursor: pointer;
    display: block;

}

.dropdown-container .dropdown-content .option.a-bg-green:hover {
    background-color: #58A05E;
}

.dropdown-container .dropdown-content .option.a-bg-yellow:hover {
    background-color: #EDD141;
}

.dropdown-container .dropdown-content .option.a-bg-skyblue:hover {
    background-color: #32BCEB;
}


#search-form .field-table {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

#search-form .field-table .bootstrap-select button {
    background-color: #F5F5F5;
    border: 1px solid #c5c5c5;
}


.search-condition-section #search-form ul.scholarly-list li label {
    font-size: 16px;
    color: #232323;
}

#search-form .field-table h5 {
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: 400;
}

#search-form .field-table select {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fafafa;
    width: 100%;
    transition: border-color 0.3s ease;
    margin-bottom: 15px;
}

#search-form select option:hover {
    border-color: #dc3545;
    outline: none;
}

.search-section-thumb .region ul li {
    margin: 2px 0;
    padding: 0;
    line-height: 1.2;
}

.search-section-thumb .hokkaido .area-group {
    background-color: #6b84c2;
}

.search-section-thumb .tohoku .area-group {
    background-color: #4fbdea;
}

.search-section-thumb .kanto .area-group {
    background-color: #00a199;
}

.search-section-thumb .chubu .area-group {
    background-color: #b0d15a;
}

.search-section-thumb .kinki .area-group {
    background-color: #eec453;
}

.search-section-thumb .chugoku .area-group {
    background-color: #f1afcd;
}

.search-section-thumb .shikoku .area-group {
    background-color: #c36045;
}

.search-section-thumb .kyushu .area-group {
    background-color: #a53462;
}

.title-wrappers {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 36px;
}

.title-wrappers::before,
.title-wrappers::after {
    content: "";
    flex: 1;
    border-bottom: 3px solid red;
    margin: 0 10px;
}

.title-info {
    font-size: 28px;
    font-weight: bold;
    color: red;
}


.title-line {
    border: 2px solid #e60021;
    display: inline-block;
    margin-top: 2px;
    width: 880px;
    margin-left: 12px;
}

.blog-section.style-two.details {
    padding: 50px 0 50px;
}

.blog-section.style-6.bg-3 {
    padding: 100px 0 60px;
}

.em-news-title h2 {
    font-size: 17px;
    padding: 2px 0 20px;
}

.text-right p {
    font-size: 15px;
}


ul.schedule-exam {
    list-style-type: none;
    overflow: hidden;
    background-image: url(../image/university/exam_schedule_bg.png?DATE=222);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 90px;
    margin-top: 10px;
}

ul.schedule-exam li {
    float: left;
    line-height: 1.0;
    margin-bottom: 5px;
    width: 20%;
}

ul.schedule-exam li h6 {
    font-weight: normal;
    font-size: 15px;
}

ul.schedule-exam li h6.bold {
    font-size: 17px;
    font-weight: 400px;
}

ul.schedule-exam li p {
    margin-top: 20px;
    font-size: 16px;
    color: #EFEFEF;
}

ul.schedule-exam li:nth-child(1) {
    width: 14%;
}

ul.schedule-exam li:nth-child(2) {
    width: 25%;
}

ul.schedule-exam li:nth-child(3) {
    width: 10%;
}

ul.schedule-exam li:nth-child(4) {
    width: 18%;
}

ul.schedule-exam li:nth-child(5) {
    width: 10%;
}

ul.schedule-exam li:nth-child(6) {
    width: 22%;
}

.noselect,
.search-section,
.blog-section {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
    background-color: #f7f6f5;

}
.home {
    background-color: #f7f6f5;

    background-image: url('../image/choose-bg02.png'), url('../image/home/right02.png'), 
                      url('../image/home/left02.png'), url('../image/choose-bg1.png'), 
                      url('../image/home/left0.png'), url('../image/home/right0.png'),url('../image/home/left03.png'); 
    background-position: 200px 250px, -118px -110px, 950px 830px, 478px 1887px, 40px 2140px, 1000px 2400px,-86px 3330px;
    background-repeat: no-repeat;
}

a.anchor {
    display: block;
    position: relative;
    top: -180px;
    visibility: hidden;
}

.em-blog-title p {
    padding: 0 0 0 25px;
    margin: 0;
    position: relative;
    z-index: 1;
}

.em-blog-title p:before {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 55%;
    height: 55%;
    background: url(../image/university.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.ql-container.ql-snow {
    border: none;
}

.ql-container {
    font-size: 15px;
}

.ql-snow .ql-editor h3 {
    margin: 10px 0px;
}


.rows {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
}

.edu-support-section {
    background-color: #f8e0e0;
    padding: 40px 0;
    text-align: center;
}
.edu-support-section h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
}
.edu-single-box {
    margin: 0 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.edu-single-box:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.edu-thumb img {
    width: 100%;
    height: auto;
    display: block;
}
.edu-thumb span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 10px 10px; /* Adjusted padding for better visibility */
    border-radius: 0; /* Remove border-radius since it spans full width */
    font-size: 14px;
    text-align: center; /* Center the text */
    box-sizing: border-box;
}
.edu-thumb a {
    position: relative;
    display: block;
    text-decoration: none;
}

.updates-container {
    background-color: #f0a094; /* Light pink background similar to the image */
    padding: 10px 20px;
    border-radius: 5px;
    position: relative;
}

.updates-header {
    margin-bottom: 40px;
}

.updates-header img {
    position: absolute;
    left: 69px;
    top: -50px;
    height: 80px;
    width: 240px;
    z-index: 2;
}

.updates-header h2 {
    color: #dc3545; /* Red color for "New" */
    font-size: 24px;
    margin: 0;
}

.updates-header span {
    color: #000; /* Black color for "情報" */
}

.updates-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.updates-area {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 10px;
    flex-grow: 1;
    scroll-behavior: smooth; /* Smooth scrolling for JavaScript scroll */
}

.updates-card {
    flex: 1 1 25%; /* 让每个卡片占 25% 宽度 */
    max-width: 91%; /* 避免超过 4 份 */
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}


.updates-thumb img {
    width: 100%;
    height: auto;
}

.updates-content {
    padding: 10px;
}

.updates-title h3 {
    font-size: 16px;
    margin: 0 0 10px;
    text-align: center;
}

.updates-title a {
    color: #333;
    text-decoration: none;
}

.updates-meta ul {
    list-style: none;
    padding: 0;
    margin: -6px 0px -2px;
}

.updates-meta ul li {
    font-size: 12px;
    color: #666;
    text-align: center;
}

.updates-meta i {
    margin-right: 5px;
}

.scroll-btn {
    background-color: #ffffff59;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.scroll-btn:hover {
    background-color: #ffffff59;
}

.scroll-icon {
    width: 40px; /* Adjust the size of the arrow image */
    height: 40px;
}

.updates-area::-webkit-scrollbar {
    display: none;
}
.updates-area {
    -ms-overflow-style: none; 
    scrollbar-width: none; 
}
.light-brown-container {
    background-color:#f7f6f5;
}

.pickup-area {
    background-color: #EFA293;
    padding: 50px 0;
    position: relative;
    margin-bottom: 80px;
}

.pickup-container {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    margin-top: 40px;
}

.pickup-header {
    position: relative;
    display: flex;
    align-items: center;
}

.pickup-header img {
    position: absolute;
    left: 6px; /* 让图片部分超出整体 */
    top: -140px;
    height: 110px; /* 调整图片大小 */
    width: 350px;
    z-index: 2;
}

.pickup-header::after {
    content: "";
    position: absolute;
    right: 0;
    top: -40px;
    width: 800px; /* 白色线条长度 */
    height: 2px;
    background-color: white;
    transform: translateY(-50%);
}

.pickup-text {
    position: absolute;
    top: -80px;
    right: 240px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}

.pickup-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    justify-content: center;
}

.pickup-item {
    background: white;
    border-radius: 10px;
    overflow: hidden;
}

.pickup-item img {
    width: 100%;
    aspect-ratio: 5 / 3;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.search-bar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-container {
    display: flex;
    align-items: center;
    background-color: #F24E3C;  /* 红色背景 */
    border-radius: 50px;         /* 圆角 */
    padding: 5px 15px;
    width: 250px;               /* 适当调整宽度 */
    position: relative;
}

.search-input {
    flex: 1;
    border: none;
    outline: none;
    background-color: #F24E3C;
    font-size: 16px;
    color: white;
    padding: 8px 10px;
    width: 100%;
}

.search-input::placeholder {
    color: white;  /* Placeholder 文字颜色 */
    opacity: 0.8;
}

.search-button {
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    padding: 5px;
}

.search-button i {
    font-size: 18px;
}
.link-title-container {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-right: 20px;
    margin-bottom: 30px;
}
.video-player {
    padding: 15px 0;
    margin-left: auto;
    margin-right: auto;
}

iframe {
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.link-support-section {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 40px 0;
    text-align: center;
    border-radius: 20px;
}
.link-support-section h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
}
.link-single-box {
    margin: 0 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.link-single-box:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.link-thumb img {
    width: 100%;
    height: auto;
    display: block;
}
.link-thumb span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 10px 10px; /* Adjusted padding for better visibility */
    border-radius: 0; /* Remove border-radius since it spans full width */
    font-size: 14px;
    text-align: center; /* Center the text */
    box-sizing: border-box;
}
.link-thumb a {
    position: relative;
    display: block;
    text-decoration: none;
}
.highlight-polygon {
    fill: rgba(255, 255, 255, 0.3); /* 淡淡的白色，透明度 0.3 */
    stroke: rgba(255, 255, 255, 0.6); /* 边框也是淡白色，透明度 0.6 */
    stroke-width: 2;
    transition: opacity 0.3s; /* 添加淡入淡出效果 */
    opacity: 0.8;
}

.video-carousel {
    margin-top: 20px;
}
.video-item {
    padding: 10px;
}
.video-player {
    position: relative;
    width: 100%;
    padding-bottom: 54.25%; /* 16:9 宽高比 */
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.video-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}


.view-more-container {
    text-align: center; /* 按钮居中 */
    margin-top: 20px; /* 与上方内容间距 */
}

.view-more-btn {
    display: inline-block;
    background-color: #ff6600; /* 橙色 */
    color: white; /* 文字白色 */
    font-size: 16px;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 25px; /* 半圆效果 */
    text-decoration: none; /* 去除下划线 */
    transition: background 0.3s ease;
}
.search-box {
    display: flex;
    align-items: center; /* 垂直居中 */
    position: relative;
}

.search-box-icon {
    width: 40px; /* 放大镜大小 */
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white; /* 背景色 */
    border-radius: 50%; /* 圆形 */
    border: 3px solid #E44D26; /* 红色边框 */
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1); /* 轻微阴影 */
    margin-right: -30px; /* 让它稍微贴近框 */
    z-index: 2;
}

.search-box-icon img {
    width: 70px;
    height: 54px;
}

.search-box-button {
    background: white; /* 背景色 */
    padding: 10px 40px;
    border-radius: 30px 30px 0 0; /* 只让上面有圆角 */
    border: 3px solid #E44D26; /* 红色边框 */
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1); /* 轻微阴影 */
    z-index: 1;
}

.search-box-button a {
    color: #E44D26; /* 文字颜色 */
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
hr{
    border: 2px solid rgb(255, 25, 0);
    margin: 10px 0;
    width: 1250px;
}

.carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scroll-btns {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1; /* 确保按钮在图片上方 */
}
#slidePrev {
    left: -7px;
}
#slideNext {
    right: -7px;
}
.scroll-icons {
    width: auto; /* 调整图标大小 */
    height: auto;
}
.scroll-btn:hover .scroll-icon {
    opacity: 0.8; /* 鼠标悬停时效果 */
}
.color-s h2{
    color: #F24E3C;
}