/*
    Templete  Name: Maxmid
*/

/*
Table Of Content

1. header top area
2. main menu area
3. slider area
4. video slider area  
5. breadcum area
6. feature area
7. about area
8. service area
9. project area
10.counter area
11. call to action area
12. contact area
13. contact service
14. map area
15. testimonial area
16. team area
17. pricing area
18. faq area
19. blog area
20. brand area
21. portfolio area
22. project information area
23. single blog page area 
24.  footer area

*/

/* ======= site font family ==========*/
@import url('css2.css');

:root{
/*     --blackc: #000;
    --whitec: #fff;
	--bgcolor: #002e70;
    --brcolor: #0799d1;
    --paracolor: #212529;
    --hoverbg: #dc3e03;
    --titlecolor: #000; */
	--blackc: #000;       /* 纯黑色 */
    --whitec: #fff;       /* 纯白色 */
    --bgcolor: #002e70;   /* 主背景色（深蓝色，保留你原来的） */
    --brcolor: #002e70;   /* 边框/强调色（标准红色） */
    --paracolor: #212529; /* 正文文字颜色（深灰） */
    --hoverbg: #c82333;   /* 鼠标悬浮背景色（深红色，更醒目） */
    --titlecolor: #000;   /* 标题颜色（纯黑） */
/* 颜色说明（红 + 深蓝搭配）*/
/* --bgcolor：保留你原本的 深蓝色 #002e70
--brcolor：标准红色（按钮、边框、高亮用）
--hoverbg：深红色（鼠标悬浮时更有层次感）
如果你想要更亮的正红 / 暗红 / 酒红，我也给你备用色值，直接替换即可：
亮红：#ff0000
标准红：#dc3545
暗红：#c82333
酒红：#990000 
--blackc: #000;       /* 纯黑色 */
/* --whitec: #fff;       /* 纯白色 */ 
/* --bgcolor: #002e70;   /* 主背景色（深蓝色，保留你原来的） */ 
/* --brcolor: #dc3545;   /* 边框/强调色（标准红色） */ 
/* --paracolor: #212529; /* 正文文字颜色（深灰） */ 
/* --hoverbg: #c82333;   /* 鼠标悬浮背景色（深红色，更醒目） */ 
/* --titlecolor: #000;   /* 标题颜色（纯黑） */  

}
html,body{
    overflow-x: hidden;
}
/* defult css */
body{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    font-family: "Yantramanav", sans-serif;
    color: var(--paracolor);
}

h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
    font-size: 22px;
    font-weight: 700;
    color: var(--titlecolor);
    line-height: 1.2;
    font-family: "Yantramanav", sans-serif;
    padding: 0;
    margin-bottom: 10px;
    
}
h1{
    font-size: 30px;
}
h2{
    font-size: 22px;
}
h3{
    font-size: 18px;
}
h4{
    font-size: 16px;
}
h5{
    font-size: 15px;
}
h6{
    font-size: 15px;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{ 
    color:inherit;    
}
.btn-primary:focus,
select:focus,
textarea:focus,
input:focus{
   box-shadow: none !important;
	border: none;
}
textarea,
input{
	outline:none;
}
.btn:focus {
    text-decoration: none;
    outline: none;
	box-shadow: none;
}
input:focus,
button:focus{
	border-color:transparent;
	outline-color:transparent;
}
textarea:focus{
	border-color:transparent;
	outline-color:transparent;	
}
::-moz-placeholder {
    font-size: 16px;
}
::-webkit-input-placeholder {
    font-size: 16px;
}
:-ms-input-placeholder {
    font-size: 16px;
}
::placeholder {
    font-size: 16px;
}
a{
    font-size: 15px;
    font-weight: 500;
    color: var(--blackc);
    text-decoration: none;
    transition: .5s;
}
a:focus, 
a:hover {
    text-decoration: none;
	outline: none;
} 
a:hover:hover{
    color: var(--brcolor);
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active{
  transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;	
}
p.form-messege{
    margin-top: 8px;
}
.witr_all_pd0{
    padding: 0;
}
/* highlight color css */
.highlight{
    color: var(--brcolor);
}
/* highlight color css */
.highlight{
    color: var(--brcolor);
}
/*======= header top area start =====*/
.header_top_area {
    background-color: var(--bgcolor); /* 改为深蓝色（使用已定义的变量） */
    padding: 10px 80px;
    text-align: right; /* 整体内容靠右对齐 */
}
/* header left */
.header_left {
    text-align: right; /* 左侧内容也靠右 */
    float: right; /* 确保元素靠右浮动 */
}
.header_left span, .header_right span{
    font-size: 15px;
    font-weight: 500;
    color: var(--whitec);
}
.header_left span, .header_left a {
    margin: 0 0 0 15px; /* 调整间距方向（从右到左），保持美观 */
    color: var(--whitec);
}
.header_left span i,
.header_left a i{
    margin-right: 6px;
}
/* header right */
.header_right a{
    margin-left: 12px;
    color: var(--whitec);
}
.header_right a:hover{
    color: var(--textcolor);
}
.header_right span i{
    margin-right: 5px;
}
/*=========== header top area end =============*/

/*======== main menu area start ==========*/
/* 1. 主菜单区域整体背景 */
.main_menu_area {
    background-color: #ffffff !important; /* 强制设置白色背景 */
}
/* mobile menu */
.mobile_menu{
    display: none;
}
.mobile_logo_area{
    display: none;
}
.main_menu_area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background: rgb(0 0 0 / 70%);
}
.main_menu_area .sticky_logo{
    display: none;
}
.main_menu_area.sticky .main_logo{
    display: none;
}
.main_menu_area.sticky .sticky_logo{
    display: block;
}
.main_menu_area.sticky .inner_main_nav_area >ul >li >a{
    color: var(--whitec);
}
.main_menu_area.sticky .inner_main_nav_area >ul >li >a:hover{
    color: var(--brcolor);
}
.main_menu_area.sticky .inner_main_nav_area >ul >li >a i{
    color: var(--whitec);
}
.main_menu_area.sticky .main_nav_btn a{
    color: var(--whitec);
}
.main_menu_area.sticky .main_nav_icons >i{
    color: var(--whitec);
}
.main_menu_area.sticky .main_nav_right_text h3,
.main_menu_area.sticky .main_nav_right_text h3 a{
    color: var(--whitec);
}

/* main nav area css */
.main_nav_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* absolute menu css */
.absolute_menu{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: none;
}
.absolute_menu .main_nav_area{
    justify-content: flex-end;
}
/* landing menu css */
.landing_menu{
    justify-content: end;
}
.main_menu_all_item{
    align-items: center;
}
/* inner main nav area css */
.inner_main_nav_area ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.inner_main_nav_area >ul >li {
    display: inline-block;
    position: relative;
}
.inner_main_nav_area >ul >li >a {
    display: inline-block;
    margin: 35px 32px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--bgcolor);
}
.inner_main_nav_area >ul >li >a>i {
    font-size: 14px;
    font-weight: 700;
    color: var(--titlecolor);
}
.inner_main_nav_area >ul> li> a:hover{
    color: var(--brcolor);
}
.absolute_menu .inner_main_nav_area >ul >li >a{
    color: var(--whitec);
}
.absolute_menu .inner_main_nav_area >ul >li >a:hover{
    color: var(--bgcolor);
}
/* main nav icons together */
.main_nav_right_together {
    display: flex;
    align-items: baseline;
}
/* main nav right text area css */
.main_nav_right_text h3{
    color: var(--brcolor);
}
.main_nav_right_text h3 a {
    font-size: 18px;
    color: var(--bgcolor);
}
/* main nav icons */
.main_nav_icons {
    margin: 0 20px 0 50px;
}
.main_nav_icons >i{
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 100%;
    text-align: center;
    color: var(--blackc);
    cursor: pointer;
    transition: .5s;
}
.main_nav_icons >i:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.main_nav_btn {
    margin-left: 12px;
}
.main_nav_btn a {
    display: inline-block;
    font-size: 16px;
    padding: 15px 45px;
    background-color: var(--brcolor);
    color: var(--whitec);
}
.main_nav_btn a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
/* 2. 主导航文字颜色 - 深蓝色（匹配 --bgcolor: #002e70） */
.inner_main_nav_area > ul > li > a {
    color: #002e70 !important; /* 深蓝色字体 */
    font-weight: 600; /* 可选：增加字体粗细，提升可读性 */
}

/* 3. 主导航文字悬浮颜色（保持红色强调） */
.inner_main_nav_area > ul > li > a:hover {
    color: #c82333 !important; /* 悬浮时深红色 */
}

/* 4. 子菜单背景与字体颜色 */
.inner_main_nav_area ul li .sub_menu {
    background-color: #ffffff !important; /* 子菜单白色背景 */
    border: 1px solid #f1f1f1; /* 可选：添加浅边框，增强层次感 */
}
.inner_main_nav_area ul li .sub_menu li a {
    color: #002e70 !important; /* 子菜单文字深蓝色 */
}
.inner_main_nav_area ul li .sub_menu li a:hover {
    color: #c82333 !important; /* 子菜单悬浮红色 */
    margin-left: 5px; /* 保留原有悬浮位移效果 */
}

/* 5. 固定导航（sticky）状态下的样式 */
.main_menu_area.sticky {
    background: rgba(255, 255, 255, 0.98) !important; /* 固定时白色半透明背景 */
}
.main_menu_area.sticky .inner_main_nav_area > ul > li > a {
    color: #002e70 !important; /* 固定导航文字深蓝色 */
}
.main_menu_area.sticky .inner_main_nav_area > ul > li > a:hover {
    color: #c82333 !important; /* 固定导航悬浮红色 */
}

/* 6. 移动端菜单样式同步优化 */
.mobile_p {
    background-color: #ffffff !important; /* 移动端菜单白色背景 */
}
.medeno_menu ul.sub-menu li a {
    color: #002e70 !important; /* 移动端菜单文字深蓝色 */
}
.medeno_menu ul.sub-menu li a:hover {
    color: #c82333 !important; /* 移动端菜单悬浮红色 */
}

/* 7. 导航右侧文字（电话）颜色优化 */
.main_nav_right_text h3 a {
    color: #002e70 !important; /* 电话文字深蓝色 */
}
.main_menu_area.sticky .main_nav_right_text h3 a {
    color: #002e70 !important; /* 固定导航电话文字深蓝色 */
}

/* 8. 导航图标颜色优化 */
.main_nav_icons > i {
    color: #002e70 !important; /* 搜索图标深蓝色 */
}
.main_nav_icons > i:hover {
    background-color: #002e70 !important; /* 图标悬浮背景深蓝色 */
    color: #ffffff !important; /* 图标悬浮文字白色 */
}
.main_menu_area.sticky .main_nav_icons > i {
    color: #002e70 !important; /* 固定导航图标深蓝色 */
}

/* nav icon popup css */
.nav_icon_popup {
    position: fixed;
    top: -110%;
    left: 0;
    background: #000000c2;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}
.nav_icon_popup.icon_popup {
    opacity: 1;
    visibility: visible;
    top: 0;
}
/* inner nav icon popup */
.inner_nav_icon_popup {
    width: 47%;
    margin: 0 auto;
    position: relative;
}
.inner_nav_icon_popup input{
    font-size: 30px;
    font-weight: 500;
    padding: 17px 40px 15px 15px;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: 0px 0px 30px 0px #dddddd45;
    background: var(--whitec);
    border-radius: 10px;
}
.inner_nav_icon_popup input::placeholder{
    font-size: 30px;
}
/* inner nav popup form icons css */
.inner_nav_popup_form_icons {
    position: absolute;
    top: 35%;
    right: 10px;
    transform: translateY(-50%);
}
.inner_nav_popup_btnicon{
    font-size: 40px;
    border: none;
    outline: none;
    background: none;
}
.inner_nav_icon_popup i{
    display: inline-block;
    margin-top: 10px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    background-color: var(--whitec);
    color: var(--blackc);
    font-size: 25px;
    cursor: pointer;
    transition: 1s;
}
/* drop down menu css */
.inner_main_nav_area ul li .sub_menu{
    position: absolute;
    top: 130%;
    left: 0;
    width: 240px;
    text-align: left;
    margin: 0;
    padding: 15px 5px 14px;
    z-index: 9999;
    box-shadow: 0 0 30px rgb(0 0 0 / 9%);
    background-color: var(--whitec);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_main_nav_area ul li .sub_menu li{
    position: relative;
}
.inner_main_nav_area ul li .sub_menu li a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 6px 17px;
}
.inner_main_nav_area ul li .sub_menu li a:hover{
    color: var(--brcolor);
    margin-left: 5px;
}
.inner_main_nav_area >ul >li:hover .sub_menu{
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.inner_main_nav_area .sub_menu >li > ul.sub_menu{
    top: 130%;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_main_nav_area ul li .sub_menu li:hover  ul.sub_menu{
    top: 0;
    opacity: 1;
    visibility: visible;
}
/*======== main menu area end ==========*/

/*======== mobile menu area start ==========*/
.mobile_logo_area{
    display:none !important;
}
.mean-container a.meanmenu-reveal {
    display: none !important;
}
.mean-container .mean-nav > ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}
.mean-container .mean-bar {
    background: #fff;
    padding: 0;
}
.mean-container .mean-nav ul li {
    border-top: 0px solid #ddd;
}
.mean-container .mean-nav ul li li a,
.mean-container .mean-nav ul li a {
    color: #444;
}
.mean-container .mean-nav ul li li a {
    border-top: 1px solid #ddd;
}
.mean-container .mean-nav ul li a:hover {
    color: #ff4a17;
}
.mobile_p {
    position: fixed;
    right: 0;
    width: 300px;
    padding: 80px 20px 0px;
    overflow-y: scroll;
    top: 0;
    height: 100%;
    z-index: 9999;
    display: block;
    transition: 0.5s all;
    box-shadow: 0 0 30px rgb(0 0 0 / 7%);
    transform: translateX(100%);
    background: #ffffff;
}
.tx-s-open {
    transform: translateX(0);
}
.mobile_p .tuetion_theme_widget > div.widget_block {
    padding: 0;
}
.mobile_p .tuetion_theme_widget > div {
    padding: 20px 0px 20px;
    box-shadow: none;
}
.mean-container .mean-nav ul li a {
    border: 0;	
    width: 100%;
    border-top: 1px solid #ddd;	
    font-size: 14px;
    padding: 12px 5px;
    font-weight: 500;
    display: block;
}
.mean-container .mean-nav ul li a.mean-expand {
    width: auto;
}
.mobile_opicon {
    text-align: right;
    padding: 4px 0;
}
.mean-container .mean-nav > ul > li:first-child > a {
    border-top: 0;
}
.mobilemenu_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile_menu_o  i {
    font-size: 26px;
}
.mobile_menu_content .mobile_menu_logo {
    margin-bottom: 20px;
}
.mobile_cicon {
    position: absolute;
    right: 30px;
    top: 50px;
}
.mobile_overlay {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease-out 0s;
}
.mobile_overlay.mactive {
    opacity: 1;
    visibility: visible;
}
/*======== mobile menu area end ==========*/

/*======== slider area start  ==========*/
/* inner slider area */
.inner_slider_area {
    height: 950px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex !important;
    align-items: center;
}
.inner_slider_content {
    width: 59%;
    margin: 0 auto;
    text-align: center;
}
.inner_slider_content h1{
    font-size: 22px;
    color: var(--whitec);
    margin: 0;
}
.inner_slider_content h2{
    font-size: 100px;
    font-weight: 600;
    color: var(--whitec);
    margin: 0;
}
.inner_slider_content p {
    width: 60%;
    margin: 0 auto;
    font-size: 18px;
    color: var(--whitec);
}
/* golobal btn css */
.m_btn {
    margin-top: 25px;
}
.m_btn a {
    display: inline-block;
    padding: 18px 45px;
    background-color: var(--brcolor);
    color: var(--whitec);
    font-size: 16px;
    margin-right: 10px;
}
.m_btn a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.m_btn a.active{
    background: transparent;
    border: 1px solid var(--whitec);
}
.m_btn a.active:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
    border: 1px solid transparent;
}
/* slider defult arrow css */
.slider_area .slick-prev, .slider_area .slick-next {
    background: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
}
.slider_area .slick-prev{
    left: 0;
}
.slider_area .slick-next{
    right: 10px;
}
.slider_area:hover .slick-prev, .slider_area:hover .slick-next{
    opacity: 1;
    visibility: visible;
}
.slider_area .slick-prev::before ,.slider_area .slick-next::before{
    content: '\eac9';
    font-family: IcoFont;
    color: var(--blackc);
    display: inline-block;
    background: 0 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    font-size: 50px;
    font-weight: 700;
}
.slider_area .slick-next::before{
    content: '\eaca';
}
.slider_area .slick-prev:hover::before ,.slider_area .slick-next:hover::before{
    background-color: var(--whitec);
    color: var(--blackc);
}
/*======== slider area end  ==========*/

/*======== video slider area start  ==========*/
.video_slider_area{
    position: relative;
    height: 100%;
}
.video_slider_area::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #00000067;
}
.witr_youtube_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -99;
}
.witr_youtube_video iframe {
    width: 100%;
    height: 100%;
    border: none;
}
/*======== video slider area end  ==========*/

/*======== breadcum area start  ==========*/
.breadcum_area {
    background-size: cover;
    background-position: center center;
}
.inner_breadcum_area {
    padding: 60px 0;
}
.inner_breadcum_area h1{
    font-size: 29px;
    font-weight: 700;
    color: var(--whitec);
    margin: 0;
}
.inner_breadcum_area ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.inner_breadcum_area ul li{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--whitec);
}
.inner_breadcum_area ul li a{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--whitec);
}
.inner_breadcum_area ul li i, .inner_breadcum_area ul li a i {
    font-size: 22px;
}
/*======== breadcum area end  ==========*/

/*========  feature area start ==========*/
.feature_area {
    position: relative;
    margin-top: -80px;
}
.single_feature {
    display: flex;
    padding: 25px 20px 20px 40px;
    background-color: var(--brcolor);
}
.feature_icon{
    margin-right: 20px;
}
.feature_content h3{
    color: var(--whitec);
}
.feature_content h3 a {
    font-size: 18px;
}
.feature_content h3 a:hover{
    color: var(--whitec);
}
.feature_content p{
    font-size: 14px;
    margin-bottom: 8px;
    color: var(--whitec);
}
.feature_content>a{
    color: var(--whitec);
}
.feature_content>a:hover{
    color: var(--brcolor);
}
.feature_content>a>i{
    font-weight: 700;
    color: var(--whitec);
}
/*========  feature area ened ==========*/

/*======== about area start  ==========*/
.about_area {
    padding: 110px 0 50px;
}
.inner_about_area {
    position: relative;
    margin-top: 30px;
}
/* section title area css */
.section_title_area {
    margin-bottom: 85px;
    position: relative;
}
.section_title_area::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 8%;
    height: 2px;
    margin: 0 auto;
    background-color: var(--brcolor);
}
/* section title absolute text css */
.sec_title_ab {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    z-index: -1;
}
.sec_title_ab h4{
    font-size: 110px;
    -webkit-text-stroke: 1px #c6d4d9;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    font-weight: 900;
}
.about_area .section_title_area{
    margin-bottom: 40px;
}
.section_title_area h2{
    font-size: 16px;
    font-weight: 500;
    color: var(--brcolor);
}
.section_title_area h3{
    font-size: 48px;
    font-weight: 900;
    color: var(--bgcolor);
}
.section_title_area p{
    margin: 30px 0 10px;
    width: 90%;
}
/* about left title area css */
.about_left_title {
    z-index: -1;
    position: absolute;
    top: -45px;
    left: -230px;
}
.about_left_title h3{
    font-size: 110px;
    -webkit-text-stroke: 1px #c6d4d9;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    font-weight: 900;
}
/* inner about list area css */
.inner_about_list ul {
    display: flex;
    list-style: none;
    padding: 0;
}
.inner_about_list ul li {
    margin-right: 100px;
    color: var(--paracolor);
}
.inner_about_list ul li i{
    color: var(--brcolor);
    margin-right: 10px;
}
/* inner about title box css */
.inner_about_title_box {
    display: flex;
    margin: 30px 0 50px;
    border-style: solid;
    border-width: 0px 0px 0px 2px;
    border-color: #0799D1;
    padding: 20px 25px 20px 18px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
.inner_ab_tbox_icon{
    margin-right: 20px;
}
.inner_ab_tbox_icon i{
    color: #0798D04D;
    font-size: 45px;
}
.inner_ab_title_subc h4{
    color: var(--bgcolor);
}
.inner_ab_title_subc p{
    font-size: 14px;
    color: var(--brcolor);
}
.inner_about_area .m_btn a.active{
    background-color: var(--bgcolor);
    color: var(--whitec);
    border: none;
}
.inner_about_area .m_btn a.active:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
}
/* inner about right area css */
.inner_about_right_area{
    position: relative;
}
.inner_about_right_img img {
  border-radius: 12px; /* 圆角大小，可自己改数值 */
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.inner_about_right_counter {
    position: absolute;
    bottom: 50px;
    right: 26px;
    padding: 15px 110px 15px 90px;
    background-repeat: no-repeat;
}
.inner_ab_counter_sub_cont{
    display: flex;
    align-items: baseline;
}
.inner_ab_counter_sub_cont h3, .inner_ab_counter_sub_cont span{
    font-size: 72px;
    font-weight: 900;
    color: var(--whitec);
}
.ab_counter_area h2 {
    font-size: 32px;
    font-weight: 500;
    color: var(--whitec);
    margin-top: -20px;
}
/*======== about area end  ==========*/

/*======== service area start  ==========*/
.ser_pro_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}
.service_area {
    padding: 80px 0 50px;
}
/* single service page css */
.single_service_page{
    padding: 130px 0 50px;
}
/* single service area css */
.single_service {
    position: relative;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #002E70;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.13);
    background-color: #FFFFFF;
    padding: 80px 30px 25px 30px;
    margin: 30px 15px 40px;
}
.single_service i {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
	/* 图标背景框 + 图标本身 */
    width:90px;
    height:90px;
    line-height:90px;
    font-size: 55px;
	/* 图标背景框 + 图标本身 */
    /* background-color: var(--brcolor); */
    /* color: var(--whitec); */
	/* background-color:#fff; /* 图标外盒子背景色 #fff 白色  #002E70*/
	background-color: transparent; /* ✅ 这里改成透明 */
    color: #ffc107;            /* ✅ 图标本身颜色 #ffc107*/
    text-align: center;
    transition: 1s;
	/* 图标改为园形 */
	border-radius: 50%;
}
/* 颜色说明（红 + 深蓝搭配）*/
/* --bgcolor：保留你原本的 深蓝色 #002e70
--brcolor：标准红色（按钮、边框、高亮用）
--hoverbg：深红色（鼠标悬浮时更有层次感）
如果你想要更亮的正红 / 暗红 / 酒红，我也给你备用色值，直接替换即可：
亮红：#ff0000
标准红：#dc3545
暗红：#c82333
酒红：#990000 
--blackc: #000;       /* 纯黑色 */
/* --whitec: #fff;       /* 纯白色 */ 
/* --bgcolor: #002e70;   /* 主背景色（深蓝色，保留你原来的） */ 
/* --brcolor: #dc3545;   /* 边框/强调色（标准红色） */ 
/* --paracolor: #212529; /* 正文文字颜色（深灰） */ 
/* --hoverbg: #c82333;   /* 鼠标悬浮背景色（深红色，更醒目） */ 
/* --titlecolor: #000;   /* 标题颜色（纯黑） */ 
.single_service:hover i{
    transform: rotateY(180deg);
}
.single_service h2{
    color: var(--bgcolor);
}
.single_service>a{
    font-size: 16px;
    color: var(--bgcolor);
}
/* slick dots css */
.slick-dots{
    list-style: none;
    text-align: center;
}
.slick-dots li{
    margin: 0 5px;
    display: inline-block;
}
.slick-dots li button{
    border: none;
    outline: none;
    width: 10px;
    height: 12px;
    line-height: 10px;
    font-size: 0;
    background-color: #0799d15c;
}
.slick-dots li.slick-active button{
    background-color: var(--bgcolor);
}
/* golobal slick defult arrow css */
.slick-prev , .slick-next{
    position: absolute;
    top: 50%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100%;
    z-index: 9999;
    outline: none;
    border: none;
    font-size: 0;
    background: none;
    transform: translateY(-50%);
    transition: 1s;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.slick-prev{
    left: 20px;
}
.slick-next{
    right: 40px;
}
.slick-prev::before ,.slick-next::before{
    content: '\ea93';
    font-family: IcoFont;
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100%;
    font-size: 40px;
    background-color: var(--brcolor);
    color: var(--whitec);
    transition: 1s;
}
.slick-next::before{
    content: '\ea94';
}
.slick-prev:hover::before ,.slick-next:hover::before{
    background-color: var(--bgcolor);
    color: var(--whitec)
}
/*======== service area end  ==========*/

/*======== project area start  ==========*/
/* .project_area {
    padding: 60px 0 0px;
    position: relative;
    z-index: 2;
}
.project_width{
    max-width: 1600px;
}
.inner_project_area{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
} */
/* === */
/*======== project area start  ==========*/
.project_area {
    padding: 60px 0 0px;
    position: relative;
    z-index: 2;
}
.project_width{
    max-width: 1600px;
}
.inner_project_area{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    /* 新增：确保容器为相对定位，子元素绝对定位基于此 */
    display: block;
}
.inner_project_img {
    /* 新增：图片容器占满父元素 */
    width: 100%;
    height: 100%;
    position: relative;
}
.inner_project_img img{
    width: 100%;
    height: 100%;
    object-fit: cover; /* 新增：保证图片填充容器且不变形 */
    transition: .5s;
}
.inner_project_area:hover .inner_project_img img{
    transform: scale(1.2);
}
.project_overlay {
    position: absolute;
    /* 关键修改：覆盖整个容器 */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* 移除原有的固定边距 */
    /* top: 60px;
    left: 55px;
    bottom: 60px;
    right: 55px; */
    background-color: #002E70;
    opacity: 0.7;
    /* 调整缩放原点为中心 */
    transform-origin: center;
    transform: scale(0);
    transition: .5s;
}
.inner_project_area:hover .project_overlay{
    transform: scale(1); /* 改为scale(1)，完全覆盖 */
    /* 如需保留放大动画，可改为 scale(1.05) */
}
.project_content {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    transition: .5s;
    /* 新增：确保内容层级高于overlay */
    z-index: 10;
}
.project_content p {

	padding: 0 3em;    /* 左右两边各缩进 2个汉字（每行末尾都会缩进）*/
    /* text-indent: 2em;   /* 首行再额外缩进 2个汉字 */ */
}
.inner_project_area:hover .project_content {
    bottom: 50%; /* 调整为垂直居中，可根据需求修改 */
    transform: translateY(50%);
}
.project_content h2{
    margin: 0;
}
.project_content h2  a, .project_content p{
    color: var(--whitec);
}
.project_content h2 a:hover{
    color: var(--brcolor);
}
/*======== project area start  ==========*/
.project_area {
    padding: 60px 0 0px;
    position: relative;
    z-index: 2;
}
.project_width{
    max-width: 1600px;
}
.inner_project_area{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    display: block;
    /* 新增：给容器添加圆角（和图片保持一致），避免溢出 */
    border-radius: 12px; /* 可根据需求调整圆角大小，比如8px/16px */
}
.inner_project_img {
    width: 100%;
    height: 100%;
    position: relative;
    /* 新增：图片容器溢出隐藏，确保圆角生效 */
    overflow: hidden;
    border-radius: 12px; /* 和容器圆角一致 */
}
.inner_project_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
    /* 核心：图片添加圆角 */
    border-radius: 12px; /* 圆角大小可自定义，比如8px更柔和，16px更圆润 */
}
.inner_project_area:hover .inner_project_img img{
    transform: scale(1.2);
}
.project_overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #002E70;
    opacity: 0.7;
    transform-origin: center;
    transform: scale(0);
    transition: .5s;
    /* 新增：遮罩层也添加圆角，和图片/容器统一 */
    border-radius: 12px;
}
.inner_project_area:hover .project_overlay{
    transform: scale(1);
}
.project_content {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    transition: .5s;
    z-index: 10;
    /* 新增：内容区左右内边距优化，适配圆角 */
    padding: 0 1em;
}
.project_content p {
    padding: 0 1em;
}
.inner_project_area:hover .project_content {
    bottom: 50%;
    transform: translateY(50%);
}
.project_content h2{
    margin: 0;
}
.project_content h2  a, .project_content p{
    color: var(--whitec);
}
.project_content h2 a:hover{
    color: var(--brcolor);
}
/*======== project area end  ==========*/

/*===== counter area start  ====*/
.counter_area {
    padding: 75px 0 50px;
}
.inner_counter_area {
    /* 移除flex横向布局，改为纵向排列 */
    display: flex;
    flex-direction: column; /* 纵向排列：图片在上，文字在下 */
    align-items: center;     /* 水平居中 */
    justify-content: center; /* 垂直居中 */
    text-align: center;      /* 文字居中 */
}
.inner_counter_img{
    /* 移除右侧外边距，添加底部外边距 */
    margin-right: 0;
    margin-bottom: 15px; /* 图片和文字之间的间距，可调整 */
    /* 可选：限制图片大小，避免图片过大 */
    max-width: 60px; /* 根据需求调整 */
}
.inner_counter_img img {
    width: 100%; /* 图片自适应容器 */
    height: auto; /* 保持图片比例 */
}
/* inner counter sub content css */
.inner_counter_sub_cont {
    display: flex;
    align-items: baseline;
    justify-content: center; /* 数字和符号居中对齐 */
}
.inner_counter_sub_cont h3, .inner_counter_sub_cont span{
    color: var(--whitec);
    font-size: 50px;
    font-weight: 900;
}
.inner_counter_area h2 {
    font-size: 18px;
    margin-top: -5px;
    color: var(--whitec);
    /* 可选：增加文字间距，提升美观度 */
    letter-spacing: 0.5px;
}
/* 可选：如果计数器背景是深色，确保文字颜色正确 */
.counter_area {
    background-color: var(--bgcolor); /* 可选：添加背景色，和主色调统一 */
}
/*===== counter area end  ====*/

/*===== call to action area start  ====*/
.count_call_bg {
    position: relative;
    margin-top: -180px;
    z-index: 1;
    background-size: cover;
    padding: 180px 0 270px;
    background-repeat: no-repeat;
    background-position: center center;
}
.call_to_action{
    padding: 80px 0 50px;
}
.call_to_action .section_title_area::before{
    display: none;
}
.call_to_action .section_title_area h3, .call_to_action .section_title_area p{
    color: var(--whitec);
}
.call_to_action .section_title_area p {
    font-size: 18px;
    width: 48%;
    margin: 5px auto 0;
}
.call_to_action .section_title_area .sec_title_ab{
    z-index: 2;
}
.call_to_action .section_title_area .sec_title_ab h4{
    -webkit-text-stroke-color: #0798D04D;
    opacity: 1;
}
.call_to_action .m_btn{
    margin-top: 40px;
}
.call_to_action .m_btn a{
    padding: 18px 45px;
}
.call_to_action .m_btn a.icon {
    display: inline-block;
    margin-right: -5px;
    padding: 7px 30px 13px;
    text-align: center;
    font-size: 26px;
    background-color: var(--whitec);
    color: var(--brcolor);
}
/*===== call to action area end  ====*/

/*======== contact area start  ==========*/
.contact_area {
    position: relative;
    z-index: 2;
    margin-top: -230px;
}
/* single page contact area css */
.single_page_contact {
    padding: 50px 0 100px;
    margin: 0;
}
.inner_contact_area {
    padding: 60px 55px 72px;
    background-color: var(--bgcolor);
    margin-bottom: 20px;
}
.inner_contact_area .section_title_area{
    margin-bottom: 30px;
}
.inner_contact_area .section_title_area h2{
    font-size: 17px;
    color: var(--whitec);
}
.inner_contact_area .section_title_area h3{
    font-size: 48px;
    color: var(--whitec);
}
.inner_contact_area .section_title_area::before{
    display: none;
}
/* inner contact form */
.inner_contact_form input {
    border: none;
    border-bottom: 1px solid #f1f1f1;
    color: var(--whitec);
    outline: none;
    width: 100%;
    height: 40px;
    background: transparent;
    padding: 0 20px;
    margin-right: 15px;
    margin-bottom: 23px;
}
.inner_contact_form input::placeholder{
    color: var(--whitec);
}
.inner_contact_form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #f1f1f1;
    background: transparent;
    outline: none;
    padding: 20px 20px;
    color: var(--whitec);
}
.inner_contact_form textarea::placeholder{
    color: var(--whitec);
}
.inner_contact_form button {
    margin-top: 18px;
    padding: 15px 30px;
    font-size: 19px;
    font-weight: 600;
    border: none;
    outline: none;
    background-color: var(--brcolor);
    color: var(--whitec);
    transition: .5s;
}
.inner_contact_form button:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.inner_contact_form p.form-messege{
    color: var(--whitec);
}
/*======== contact area end  ==========*/

/*======== contact service start ==========*/
.contact_service_area{
    padding: 105px 0 50px;
}
.inner_contact_service {
    padding: 50px 30px 65px 30px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.inner_contact_service i{
    font-size: 30px;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    display: inline-block;
    background-color: var(--brcolor);
    color: var(--whitec);
    transition: .5s;
}
.inner_contact_service:hover i{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.inner_contact_service h3 a {
    display: inline-block;
    font-size: 22px;
    margin: 12px 0 10px;
}
.inner_contact_service p{
    margin: 0;
}
/*======== contact service end ==========*/

/*======== map area start  ==========*/
.map_area {
    margin: 0 0 0px;
}
.inner_map_area {
    width: 100%;
    height: 500px;
}
.inner_map_area iframe {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}
/*======== map area end  ==========*/

/* ====== testimonial area start  =========*/
.testimonial_area {
    padding: 95px 0 50px;
}
.inner_testimonial_area {
    display: flex;
    align-items: center;
    margin: 20px 15px;
    position: relative;
}
/* inner test img css */
.inner_test_img{
    margin-right: 30px;
}
.inner_test_content p {
    font-size: 22px;
    font-weight: 500;
}
.inner_test_content h2{
    color: var(--brcolor);
    margin: 0;
}
.inner_test_content span{
    font-weight: 500;
    color: var(--bgcolor);
}
.inner_test_content i{
    position: absolute;
    top: -25px;
    right: 25px;
    font-size: 100px;
    color: #0799d11a;
}
/* testimonial slick dots css */
.testimonial_area .slick-dots{
    margin-top: 75px;
}
/* ====== testimonial area end  =========*/

/* ====== team area start  =========*/
.team_area {
    padding: 40px 0 50px;
}
/* about team area css */
.about_team {
    padding: 40px 0 170px;
}
/* single page team css */
.single_page_team{
    padding: 125px 0 50px;
}
.team_width {
    max-width: 1645px;
}
/* inner team area css */
.inner_team_area{
    position: relative;
    margin-bottom: 20px;
}
.inner_team_img{
    position: relative;
    overflow: hidden;
}
.inner_team_img img{
    width: 100%;
    height: 100%;
}
/* team overlay css */
.team_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0798d157;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_team_area:hover .team_overlay{
    opacity: 1;
    visibility: visible;
}
/* 替换或重写原有的 .team_socail_icons 样式 */
.team_service_feature {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    transition: .5s;
    /* 新增：使用flexbox实现完美居中 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 15px; /* 增加一些内边距 */
    color: var(--whitec); /* 文字颜色继承白色 */
    text-align: center; /* 确保文本居中 */
}

.inner_team_area:hover .team_service_feature {
    bottom: 60px; /* 保持原有的悬停动画 */
}

.team_service_feature h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--whitec);
    margin-bottom: 8px;
    line-height: 1.2;
}

.team_service_feature p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    opacity: 0.9; /* 让正文稍淡一些，突出标题 */
}
.inner_team_area:hover .team_socail_icons{
    bottom: 60px;
}
/* team socail icon css */
.team_socail_icons a {
    display: inline-block;
    background-color: #02010100;
    color: var(--whitec);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--whitec);
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    margin: 0 3px;
}
.team_socail_icons a:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
}
/* inner team content css */
.inner_team_content {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: 0 20px;
    padding: 20px 0 20px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    background-color: var(--whitec);
    transition: .5s;
}
.inner_team_content h2{
    color: var(--brcolor);
    margin: 0;
}
.inner_team_content p{
    color: var(--bgcolor);
    margin: 0;
}
.inner_team_area:hover .inner_team_content{
    background-color: var(--brcolor);
}
.inner_team_area:hover .inner_team_content h2, .inner_team_area:hover .inner_team_content p{
    color: var(--whitec);
}
/* ====== team area end  =========*/

/*======= pricing area start  ======*/
.pricing_area {
    padding: 125px 0 100px;
}
.inner_pricing_area {
    position: relative;
    overflow: hidden;
    padding: 30px 0px 60px 0px;
    margin-bottom: 20px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 8%);
}
.inner_pricing_area h2 {
    font-size: 40px;
    color: var(--bgcolor);
    margin: 15px 0 10px;
}
.inner_pricing_area h3 {
    display: inline-block;
    margin: 15px 0 15px;
    font-size: 25px;
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    border-radius: 100%;
    background: var(--brcolor);
    color: var(--whitec);
}
.inner_pricing_area h5 {
    position: absolute;
    right: -40px;
    top: 13px;
    width: 160px;
    transform: rotate(45deg);
    font-size: 19px;
    font-weight: 400;
    padding: 10px 20px;
    background-color: var(--brcolor);
    color: var(--whitec);
}
/* pricing bar title css */
.pricing_bar_title {
    position: relative;
    padding: 40px 0 30px;
}
.pricing_bar_title::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #ddd;
    left: 0;
    right: 0;
    z-index: -2;
    top: 50%;
}
.pricing_bar_title h4{
    display: inline-block;
    font-size: 16px;
    padding: 13px 30px;
    background-color: var(--brcolor);
    color: var(--whitec);
    border-radius: 30px;
}
/* inner pricing nav area css */
.inner_pricing_nav ul{
    list-style: none;
    padding: 0;
}
.inner_pricing_nav ul li{
    font-size: 17px;
    padding: 10px 0;
}
.inner_pricing_nav ul li i{
    margin-right: 6px;
    font-size: 20px;
    font-weight: 700;
}
.inner_pricing_area a {
    display: inline-block;
    margin-top: 30px;
    font-size: 16px;
    padding: 16px 30px;
    border: 1px solid #ddd;
}
.inner_pricing_area a:hover{
    background-color: var(--bgcolor);
    border: 1px solid transparent;
    color: var(--whitec);
}
.inner_pricing_area a i{
    margin-left: 6px;
    font-size: 20px;
}
/*======= pricing area end  ======*/

/*======== faq area start  ==========*/
.faq_area {
    padding: 120px 0 50px;
}
.inner_faq_content p {
    padding: 5px 0 5px;
    width: 70%;
    font-weight: 400;
}
/* inner faq accrodion item css */
.inner_faq_ac_item {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.inner_faq_ac_item a {
    width: 100%;
    display: inline-block;
    background: var(--whitec);
    color: var(--blackc);
    font-size: 17px;
    padding: 12px 30px 12px 20px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inner_faq_ac_item a:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
}
.inner_faq_ac_item a i{
    font-size: 20px;
    font-weight: 900;
}
.inner_faq_ac_item a.active{
    background-color: var(--brcolor);
    color: var(--whitec);
    position: relative;
}
.inner_faq_ac_item a.active::before {
    content: "\eacb";
    position: absolute;
    font-family: Icofont!important;
    top: 8px;
    right: 30px;
    font-size: 20px;
    font-weight: 700;
    color: var(--whitec);
}
.inner_faq_ac_item a.active i{
    display: none;
}
/* inner faq text */
.inner_faq_text {
    width: 100%;
    border-radius: 0 0 5px 5px;
    background-color: var(--whitec);
}
.inner_faq_text p {
    margin: 10px 20px 10px;
}
/* inner accordion items */
.inner_ac_items{
    margin-bottom: 20px;
    box-shadow: 1px 1px 7px -5px rgba(0, 0, 0, 0.75);
}
.inner_ac_items a {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 20px 10px 25px;
}
.inner_ac_items a.active{
    position: relative;
}
.inner_ac_items a.active::before {
    content: "\ef9a";
    position: absolute;
    font-family: Icofont!important;
    top: 10px;
    left: 24px;
    font-size: 17px;
    font-weight: 600;
    color: var(--blackc);
}
.inner_ac_items a.active i{
    opacity: 0;
    visibility: hidden;
}
.inner_ac_items a i {
    margin-right: 10px;
    font-size: 17px;
}
.inner_ac_items a:hover{
    color: var(--bgcolor);
}
.inner_ac_cont p {
    display: inline-block;
    padding: 15px 25px 15px;
}
/*======== faq area end  ==========*/

/*======== blog area start  ==========*/
.blog_area {
    padding: 110px 0 50px;
}
/* single page blog css */
.single_page_blog{
    padding: 105px 0 105px;
}
/* inner blog area css */
.inner_blog_area {
    overflow: hidden;
    background-color: #FFFFFF;
    box-shadow: 0 0px 4px 0 rgba(0,0,0,.05);
    border-bottom: 2px solid var(--blackc);
    margin-bottom: 20px;
}
/* inner blog thumb css */
.inner_blog_thumb{
    position: relative;
    overflow: hidden;
}
.inner_blog_img img{
    width: 100%;
    transition: .5s;
}
.inner_blog_area:hover .inner_blog_img img{
    transform: scale(1.2);
}
/* blog overlay css */
.blog_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    transform: scale(0);
    transition: .5s;
}
.inner_blog_area:hover .blog_overlay{
    transform: scale(1.2);
}
/* inner blog text css */
.inner_blog_text {
    padding: 20px 20px 8px;
}
.inner_blog_text span a{
    color: var(--paracolor);
    font-weight: 400;
}
.inner_blog_text span {
    font-size: 14px;
    margin-right: 10px;
    color: var(--brcolor);
}
/*inner blog content css */
.inner_blog_content {
    padding: 0 20px 5px;
}
.inner_blog_content h3{
    margin: 0;
}
.inner_blog_content h3 a {
    display: inline-block;
    color: var(--bgcolor);
    font-size: 18px;
}
.inner_blog_content h3 a:hover{
    color: var(--brcolor);
}
/* blog btn area css */
.blog_sub_btn {
    padding: 5px 20px 20px;
}
.blog_sub_btn >a{
    font-size: 14px;
    color: var(--brcolor);
    font-weight: 700;
    text-transform: uppercase;
}
.blog_sub_btn >a:hover{
    color: var(--bgcolor);
}
/*======== blog area end  ==========*/

/*======== brand area start  ==========*/
.brand_area{
    padding: 65px 0px 130px;
}
/* service brand area css */
.service_brand{
    padding: 65px 0 65px;
}
.inner_brand_area img{
    margin: 0 auto;
}
.brand_area:hover .slick-prev ,.brand_area:hover .slick-next{
    opacity: 1;
    visibility: visible;
}
/* 品牌区域自定义样式 */
.custom-brand-section {
    padding: 90px 0; /* 可选：调整品牌区域上下内边距 */
}

.custom-brand-item {
    /* 控制图片间隙：1厘米（cm），根据布局调整margin/padding */
    margin:0 0.2cm; /* 左右各0.5cm，总间隙1cm */
    padding: 0;
    text-align: center; /* 图片居中 */
}

/* 图片圆角 + 间隙控制 */
.custom-brand-item img {
    /* 四角圆润：圆角大小可自定义（比如8px/10px） */
    border-radius: 8px; /* 推荐值，可根据需求调整 */
    /* 可选：限制图片最大宽度，避免溢出 */
    max-width: calc(100% - 1cm); /* 宽度减去1cm间隙 */
    height: auto; /* 保持图片比例 */
    /* 可选：添加轻微阴影提升质感 */
    /* box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
}

/* 适配slick滑块的样式（如果brand_active是滑块类） */
.brand_active .slick-slide {
    padding: 0; /* 重置滑块内边距 */
}

/* 响应式适配（可选）：移动端调整间隙和圆角 */
@media (max-width: 768px) {
    .custom-brand-item {
        margin: 0 0.2cm; /* 移动端缩小间隙 */
    }
    .custom-brand-item img {
        border-radius: 8px; /* 移动端缩小圆角 */
    }
}
/*======== brand area end  ==========*/

/*======== portfolio area start  ==========*/
.portfolio_area {
    padding: 115px 0 120px;
}
.portfolio_nav_all {
    padding: 0px 0 22px;
}
/* portfolio nav css */
.portfolio_nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.portfolio_nav ul li{
    display: inline-block;
    border: 1px solid #f3eaea;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    margin: 0 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: .5s;
}
.portfolio_nav ul li.current_menu_item{
    background-color: var(--brcolor);
    color: var(--whitec);
}
.portfolio_nav ul li:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
}
/* portfolio items css */
.portfolio_area .section_title_area{
    margin-bottom: 50px;
}
.portfolio_img_area{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.portfolio_img_area img{
    width: 100%;
}
.portfolio_overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(222 169 26 / 40%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_portfolio_items:hover .portfolio_overlay{
    opacity: 1;
    visibility: visible;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0798d1a1;
    text-align: center;
}
.overlay >a{
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    text-align: center;
    color: var(--whitec);
    margin-right: 6px;
    transition: .5s;
    margin-top: 15%;
}
.overlay a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.overlay >a >i{
    font-size: 22px;
}
.overlay h2{
    margin: 0;
}
.overlay h2 a{
    width: 100%;
    margin-top: 10px;
    display: inline-block;
    color: var(--whitec);
    transition: .5s;
}
.overlay h2 a:hover{
    background: none;
    color: var(--blackc);
}
.overlay p{
    color: var(--whitec);
}
.inner_portfolio_items:hover .overlay{
    opacity: 1;
    visibility: visible;
}
.inner_portfolio_items:hover .portfolio_overlay_cont{
    top: 50%;
    opacity: 1;
    visibility: visible;
}
/* portfolio lower nav area css */
.portfolio_lo_nav_area{
    padding: 40px 0 0;
}
.inner_portfolio_lower_nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.inner_portfolio_lower_nav ul li{
    display: inline-block;
}
.inner_portfolio_lower_nav ul li a{
    display: inline-block;
    border-radius: 5px;
    font-size: 19px;
    line-height: 1;
    margin: 0 5px;
    padding: 15px 24px;
    box-shadow: 0 10px 40px 0 rgba(50,65,141,.12);
}
.inner_portfolio_lower_nav ul li a.current{
    background-color: var(--brcolor);
    color: var(--whitec);
}
.inner_portfolio_lower_nav ul li a:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
}
.inner_portfolio_lower_nav ul li a i{
    font-size: 22px;
    font-weight: bold;
}
/*======== portfolio area end  ==========*/

/*======== blog left area start  ==========*/
.yblog_left {
    padding: 100px 0 35px;
}
.inner_yblog_form {
    position: relative;
    padding: 20px 0 20px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}
.inner_yblog_form input {
    width: 90%;
    outline: none;
    height: 55px;
    border: 1px solid #efefef;
    margin-left: 20px;
    padding-left: 20px;
}
.inner_yblog_form button {
    position: absolute;
    right: 0;
    display: inline-block;
    outline: none;
    border: none;
    padding: 15px 20px 14px;
    background-color: #dddddd;
}
.inner_yblog_form button i{
    font-size: 18px;
}
/* inner  left title css */
.inner_yblog_left_title {
    margin: 30px 0 30px;
    width: 100%;
    padding: 20px 20px 15px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}
.inner_yblog_left_title h2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}
.inner_yblog_left_title h2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 26%;
    border-radius: 50%;
    border: 1px solid var(--brcolor);
}
.inner_yblog_left_title a {
    display: inline-block;
    margin-top: 15px;
    font-size: 17px;
    font-weight: 400;
}
.inner_yblog_left_title a.bottom{
    border-bottom: none;
}
.inner_yblog_left_title a:hover{
    color: var(--hoverbg);
}
.inner_yblog_left_title a i{
    font-weight: 900;
}
/* innr blog left style 2 css*/
.inner_yblgo_left_style2 a {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    padding: 13px 0 12px;
    margin-top: 0;
}
/* blog left inner css */
.yblog_left_inner{
    margin-bottom: 30px;
    border-bottom: none;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
}
.yblog_left_sub{
    padding: 25px 0 30px 15px;
}
.yblog_left_sub h2 a{
    width: 90%;
}
.yblog_left_text_sub {
    padding: 0px 0 10px;
}
.yblog_left_text_sub span{
    color: var(--bgcolor);
}
.yblog_left_text_sub span i{
    color: var(--brcolor);
}
.yblog_left_sub p{
    font-size: 16px;
    font-weight: 400;
    width: 95%;
}
.yblog_left_sub >a {
    display: inline-block;
    margin: 7px 0 0;
    padding: 7px 25px;
    border: 1px solid #dddddd;
    font-size: 16px;
    font-weight: 400;
    color: var(--paracolor);
    text-transform: capitalize;
}
.yblog_left_sub >a:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
}
.ycalender_inner h5 {
    background-color: var(--brcolor);
    color: var(--whitec);
    padding: 14px 0 12px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    margin: 0;
}
.ycalender_inner {
    padding: 20px 20px;
    width: 100%;
}
.ycalender_inner th {
    text-align: center;
    border: 1px solid #dddddd;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 700;
}
.ycalender_inner td {
    text-align: center;
    border: 1px solid #dddddd;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 400;
}
/*======== blog left area end  ==========*/

/*======== project information area start  ==========*/
.project_information_area {
    padding: 100px 0 85px;
}
.inner_project_information_img {
    margin-bottom: 20px;
}
.inner_project_information_img img{
    width: 100%;
}
/* inner project right content css */
.inner_project_right_content h2{
    font-size: 24px;
}
.inner_project_right_content p span{
    font-size: 16px;
    color: var(--bgcolor);
    font-weight: 700;
}
/* inner project infomation icons css */
.inner_project_in_icon a{
    width: 48px;
    height: 48px;
    border: 1px solid #dddddd;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    border-radius: 30px;
    background-color: var(--whitec);
    color: var(--bgcolor);
    font-size: 20px;
    margin-right: 4px;
}
.inner_project_in_icon a:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
}
/* inner project text area css */
.inner_project_text_area {
    margin-top: 25px;
}
.inner_project_text_area h2{
    font-size: 24px;
}
.inner_project_information_descrip {
    margin-bottom: 8px;
}
.inner_project_information_descrip h4{
    font-size: 16px;
}
.inner_project_information_descrip p{
    margin: 0;
}
/* inner project information description css */
.inner_project_infor_list{
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
}
.inner_project_infor_list li{
    margin-bottom: 5px;
}
/*======== project information area end  ==========*/

/*======== single blog page area start  ==========*/
.inner_single_box_area{
    background-color: #f8f9fa;
    padding: 20px 20px 20px;
}
.inner_single_box_area p {
    margin-bottom: 5px;
}
.inner_single_page_content_area p{
    margin-top: 20px;
}
/* inner single page middle text css */
.inner_single_page_middle_text {
    margin: 35px 0 45px;
}
.inner_single_page_middle_text h2{
    font-size: 24px;
}
/* single blog group css */
.single_blog_group {
    margin-top: 125px;
}
.inner_single_blog_group_box {
    background-color: #f8f9fa;
    padding: 10px 20px 30px;
    margin-top: 30px;
}
.inner_single_blog_group_box p{
    font-size: 1.5em;
    font-style: italic;
    margin-bottom: 0;
}
.inner_single_blog_group_box span{
    font-size: 1.125em;
    font-weight: 400;
    color: var(--paracolor);
}
.single_blog_post_area {
    margin: 80px 0 30px;
    padding: 25px 0 25px;
    border-top: 1px solid var(--textcolor);
    border-bottom: 1px solid var(--textcolor);
}
.single_blog_post_area p{
    margin: 0;
}
.single_blog_post_area a{
    color: var(--paracolor);
    font-size: 16px;
    font-weight: 400;
}
.single_blog_post_area a:hover{
    color: var(--hoverbg);
}
/* single comment title css */
.single_comment_title{
    margin: 35px 0 55px;
}
.single_comment_title h3{
    font-size: 20px;
}
.single_post_comment_area input {
    width: 47%;
    outline: none;
    height: 42px;
    padding: 0 20px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    margin-right: 20px;
}
/* inner single post checkbox css */
.inner_single_post_checkbox {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.inner_single_post_checkbox input {
    height: 15px;
    width: 12px;
    margin-right: 6px;
}
.single_post_comment_area textarea{
    width: 97%;
    padding: 10px 20px;
    height: 150px;
    margin-top: 15px;
    margin-bottom: 15px;
    outline: none;
    border: 1px solid #ced4da;
    border-radius: 5px;
}
.single_post_comment_area button{
    display: inline-block;
    text-align: center;
    padding: 16px 30px;
    margin-top: 5px;
    border-radius: 5px;
    background-color: var(--brcolor);
    color: var(--whitec);
    border: none;
    outline: none;
    transition: .6s;
}
.single_post_comment_area button:hover{
    background-color: var(--bgcolor);
}
/*======== single blog page area end  ==========*/

/*======== footer area start  ==========*/
.footer_area {
    padding: 95px 0 25px;
    background-repeat: no-repeat;
    background-size: cover;
}

/* 999 */

/* 9999 */
/* footer top area css */
.footer_top {
    padding-bottom: 20px;
    margin-bottom: 90px;
    border-bottom: 1px solid var(--whitec);
}
.footer_top_cont {
    border-left: 3px solid var(--brcolor);
    padding-left: 30px;
}
.footer_top_cont h2{
    font-size: 35px;
    color: var(--whitec);
}
.footer_top_cont p{
    color: var(--whitec);
}
.footer_top_right_form p input {
    width: 75%;
    font-size: 16px;
    border: none;
    outline: 0;
    padding: 15px 30px;
    height: 54px;
}
.footer_top_right_form p button{
    display: inline-block;
    font-size: 18px;
    border: none;
    outline: 0;
    padding: 13px 15px;
    background-color: var(--brcolor);
    color: var(--whitec);
}
/* footer wdget css */
.footer_widget p {
    color: var(--whitec);
}
/* footer socail icon css */
.footer_socail_icons a {
    display: inline-block;
    color: var(--whitec);
    background-color: var(--brcolor);
    font-size: 18px;
    height: 27px;
    width: 27px;
    line-height: 27px;
    text-align: center;
    border-radius: 4px;
    margin-right: 5px;
}
.footer_socail_icons a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
/* footer widget */
.footer_widget h2 {
    padding: 0 0 12px;
    color: var(--whitec);
    text-transform: uppercase;
}
/* footer address area css */
.footer_address ul{
    list-style: none;
    padding-left: 0;
}
.footer_address ul li{
    font-size: 17px;
    font-weight: 400;
    padding: 0 0 10px;
    color: var(--whitec);
}
.footer_address ul li i{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: var(--brcolor);
    color: var(--whitec);
    margin-right: 10px;
}
/* footer nav css */
.footer_nav ul{
    list-style: none;
    padding-left: 0;
}
.footer_nav ul li {
    padding: 0 0 10px;
}
.footer_nav ul li a{
    font-size: 17px;
    font-weight: 400;
    color: var(--whitec);
}
.footer_nav ul li a:hover{
    color: var(--brcolor);
}
/* footer widget sub img */
.footer_wid_sub_img {
    margin-top: 20px;
}
.inner_footer_widget_img{
    margin-bottom: 20px;
}
.inner_footer_widget_img img{
    width: 100%;
    height: auto;
}
/* copy right area css */
.copy_right_area {
    margin-top: 60px;
    padding-top: 25px;
    border-top: 1px solid var(--whitec);
}
.copyright_text p{
    color: var(--whitec);
    margin: 0;
}
/* copy right nav css */
.copyright_nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.copyright_nav ul li{
    display: inline-block;
}
.copyright_nav ul li a {
    display: inline-block;
    margin-left: 20px;
    font-size: 17px;
    color: var(--whitec);
}
.copyright_nav ul li a:hover{
    color: var(--brcolor);
}


/* 000 */
/* --------------- 底部 footer 样式定制 --------------- */
/* 1. footer 所有基础字体设为深灰色（匹配正文色值 var(--paracolor)） */
.footer_area {
    color: var(--paracolor) !important; /* 深灰色 #212529 */
}
.footer_widget ul li,
.footer_widget ul li a,
.copyright_text p,
.footer_address ul li {
    color: var(--paracolor) !important; /* 覆盖所有文字为深灰色 */
    font-size: 15px; /* 保持字体大小统一，可按需调整 */
}

/* 2. footer 所有标题设为深蓝色加粗（匹配主背景色 var(--bgcolor) = #002e70） */
.footer_widget h2 {
    color: var(--bgcolor) !important; /* 深蓝色 */
    font-weight: 700 !important; /* 加粗 */
    font-size: 20px !important; /* 标题字号，可按需调整 */
    margin-bottom: 20px !important; /* 标题与内容间距，优化美观度 */
}

/* 3. 链接悬浮效果（保留交互，仅调整颜色） */
.footer_nav ul li a:hover {
    color: var(--brcolor) !important; /* 悬浮时红色，与原有导航风格统一 */
    text-decoration: none;
}

/* 4. 版权区域文字优化（深灰色，保持简洁） */
.copyright_text p {
    line-height: 1.6;
    margin: 0;
}

/* 5. 修复重复的 CONTACT US 标题样式（可选，统一风格） */
.footer_widget .footer_address ul li {
    list-style: none; /* 移除默认列表样式 */
    margin-bottom: 8px; /* 地址行间距 */
    padding-left: 0; /* 清除内边距 */
}
/* 99900 */
/*======== footer area end  ==========*/

/*======== scroll top btn css  ==========*/
#scrollUp {
    bottom: 40px;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    right: 40px;
    text-align: center;
    border-radius: 5px;
    width: 40px;
    background: var(--brcolor);
    color: var(--whitec);
    box-shadow: 0 0 10px #0000002e;
}