/*
    Template Name: citgor

    table of content
    ***************
    2. main menu area
    3. mobile_menu
    4. slider_area
    5. service_area
    6. cal_to_action
    7. about_area
    7. service2
    8. tab_area
    9. faq_area
    10. video_area
    11. counter_area
    12. e_con_inner
    13. event_area
    14. testimonial_area
    15. cr_port
    15. brand_area
    16. team_member
    17. blog_area
    18. contact_area
    19. footer_area
    20. scroll_top_btn

    ***************
*/

/* ======== site font family ========*/
@import url('css2.css');

:root{
    --blackc: #000;
    --whitec: #fff;
    --bgcolor: #e93314;
    --paracolor: #555;
    --hoverbg: #70af39;
    --textcolor: #dddd;
    --titlecolor: #0a1c2e;
    --btntlecolor: #666;
}
html,body{
    overflow-x: hidden;
}
/* defult css */
body{
    font-size: 16px;
    font-weight: 400;
    font-family: "Barlow Condensed", sans-serif;
    background: #F0F5F9;
}
h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
    font-size: 22px;
    font-weight: 700;
    display: block;
    color: var(--titlecolor);
    font-family: "Barlow Condensed", sans-serif;
}
h1 {
    font-size: 25.03px;
}
h2 {
    font-size:22px;
}
h2 span{
    color: var(--bgcolor);
}
h3 {
    font-size: 20.36px;
}
h4 {
    font-size: 18px;
    color: var(--bgcolor);
}
h5 {
    font-size: 17.88px;
}
 h6 {
    font-size: 16.00px;
}
img {
    height: auto;
}
html,body{
    overflow-x: hidden;
}
.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{
    transition: .5s;
	text-decoration:none;
	color:var(--linkcolor);
}
a:focus,
a:hover {
    text-decoration: none;
	outline: none;
}
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;
}
i{
    color: var(--whitec);
}
.witr_all_pd0{
    padding: 0;
}
/* End defult css */

/* nav icon popup css */
.nav_icon_popup {
    position: fixed;
    top: 0;
    left: -110%;
    background: #e9331433;
    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;
    left: 0;
}

.inner_main_nav_area {
    margin-left: 50px;
}

/*======== main menu area start ==========*/

/* mobile menu */
.mobile_menu{
    display: none;
}
.mobile_logo_area{
    display: none;
}
.main_menu_area.absolute_menu.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
/* home 2 main area css */
.main_menu_area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgb(255 255 255 / 90%);
}
.absolute_menu .sticky_logo{
    display: none;
}
.absolute_menu.sticky .sticky_logo{
    display: block;
}
.absolute_menu.sticky .main_logo{
    display: none;
}
.main_menu_area .sticky_logo{
    display: none;
}
.main_menu_area.sticky .sticky_logo{
    display: block;
}
.main_menu_area.sticky .main_logo{
    display: none;
}
.mean-nav ul li a i{
    display: none;
}

/* main nav area css */
.main_nav_area {
    display: flex;
    align-items: center;
}
.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: 18px 18px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}
.inner_main_nav_area >ul >li >a:hover, .inner_main_nav_area >ul >li >a.selected{
    color: #2F70F1;
}

/* drop down menu css */
.inner_main_nav_area ul li .sub_menu{
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    text-align: center;
    margin: 0;
    padding: 6px 12px;
    z-index: 9999;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #B6B6B6;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_main_nav_area ul li .sub_menu li{
    position: relative;
    line-height: 34px;
    width: 100%;
    height: 34px;
    margin: 6px 0;
}
.inner_main_nav_area ul li .sub_menu li a{
    width: 100%;
    text-align: center;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #212121;
    padding: 0;
    text-transform: uppercase;
}
.inner_main_nav_area ul li .sub_menu li a:hover, .inner_main_nav_area ul li .sub_menu li a.selected{
    color: #2F70F1;
    background: #F0F5F9;
    /*margin-left: 5px;*/
}
.inner_main_nav_area >ul >li:hover .sub_menu{
    top: 100%;
    opacity: 1;
    visibility: visible;
}

/* absolute menu css */
.absolute_menu {
    padding: 0 10px;
    z-index: 9999;
    transition: .5s;
    /*position: absolute;*/
    left: 0;
    right: 0;
    background: #fff;
}
.absolute_menu .inner_main_nav_area >ul >li >a{
    color: #000;
}
.inner_main_nav_area >ul >li >a:hover, .inner_main_nav_area >ul >li >a.selected{
    color: #2F70F1;
}
/*absoluct menu logo css*/
.main_nav_logo {
    float: right;
}
.main_nav_logo img {
    max-width: 100%;
    height: auto;
}
/* absolute menu contact css */
.main_nav_contact {
    float: left;
    /*padding: 18px 0;*/
}
.main_nav_contact p {
    margin: 0;
    font-size: 1rem;
    color: #3D3D3D;
    line-height: 23px;
    text-align: center;
}
.main_nav_contact .tel {
    margin-top: 5px;
    font: normal 12px "arial";
    font-size: 1.25rem;
    color: #2F70F1;
    line-height: 23px;
    font-weight: 900;
    text-align: center;
}

/*======== main menu area end ==========*/

/*======== slider area start  ==========*/
.slider_area{
    position: relative;
}
.slider_width {
    max-width: 1920px;
}
/* inner slider area */
.inner_slider_area {
    height: 658px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex !important;
    align-items: center;
}

/* golobal btn css */
.g_btn{
    margin-top: 40px;
    border-radius: 0px 20px;
}
.g_btn a {
    background-color: var(--whitec);
    border: 5px solid #ddd;
    padding: 15px 50px;
    margin-right: 10px;
}
.s_btn2{
    color: var(--titlecolor);
}
.g_btn a:hover{
    background: var(--bgcolor);
    color: var(--whitec);
    border: 5px solid #B61A00 ;
}
/* slider btn 2 */
.g_btn .s_btn2 {
    color: var(--whitec);
    border: 5px solid #B61A00 ;
    background-color: var(--bgcolor);
}
.s_btn2:hover{
    border: 5px solid #ddd;
    background-color: var(--titlecolor) !important;
}
/* home 2 inner slider css */
.h2_inner_slider{
    height: 830px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex !important;
    align-items: center;
}
.slider_im img {
    width: 100%;
    margin-left: -104px;
}
/* slider defult arrow css */
/* golobal slick defult arrow css */
.slider_area .slick-prev, .slider_area .slick-next {
    position: absolute;
    top: 50%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: none;
    z-index: 9999;
    outline: none;
    border: none;
    font-size: 0;
    transform: translateY(-50%);
    transition: 1s;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    right: 0;
    color: var(--bgcolor);
}
/* slider icon hover */
.slider_area .slick-prev:hover , .slider_area .slick-next:hover{
    border-radius: 0;
    margin: 0 10px 0 10px;
}
.slider_area .slick-prev::before:hover , .slider_area .slick-next::before:hover{
    font-size: 50px;
    color: var(--bgcolor);
}
.slider_area .slick-prev{
    left: 0;
}
.btestimonial .slick-next{
    right: 42%;
}
/* slider icon show */
.slider_area:hover .slick-prev , .slider_area:hover .slick-next{
    opacity: 1;
    visibility: visible;
}
.slider_area .slick-next::before{
    content: "\eaca";
}
.slider_area .slick-prev::before{
    content: "\eac9";
}
/*======== slider area end  ==========*/

/*===== COUNTER AREA START ======*/
.counter_area {
    margin: -40px auto 0;
    width: 1132px;
    padding: 0;
    position: relative;
    background: url("../images/dibu.png") no-repeat center;
    background-size: cover;
    border-radius: 14px;
}
.counter_border{

}
.ab_counter img{

}
.ab_counter {
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.counter_active {
    text-align: center;
    padding: 9px 0;
    /*margin-bottom: 20px;*/
}
.counter_active h3{
    font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
    font-weight: 700;
    font-size: 30px;
    color: #2F70F1;
    text-align: center;
}
.counter_active span{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #3D3D3D;
    text-align: center;
}
.counter_active h4{
    display: inline-block;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #3D3D3D;
    text-align: center;
}
/*===== COUNTER AREA END ======*/

.section_title {
    text-align: center;
    margin-bottom: 35px;
}
.section_title h2{
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #3D3D3D;
    line-height: 23px;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 30px;
}
.section_title p{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #3D3D3D;
    line-height: 23px;
    text-align: center;
}
/*首页*/
/*------- Solution AREA START --------*/
.index_solution {
    position: relative;
    padding: 60px 0;
}
/* service item */
.index_solution .si_solution{
    width: 280px;
    height: 370px;
    margin: 25px auto;
    position: relative;
    transition: .5s;
    background: #FFFFFF;
    box-shadow: 0 9px 23px 0 #C6D5F3;
    border-radius: 14px 14px 14px 14px;
}
.index_solution .si_solution .si_solution_btn {
    width: 100%;
    height: 44px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    color: #2F70F1;
    cursor: pointer;
}
.index_solution .si_solution:hover .si_solution_btn {
    background: #2F70F1;
    border-radius: 0 0 14px 14px;
    color: #FFFFFF;
}
.index_solution .si_solution:hover {
    margin-top: -12px;
    transition: all .8s;
}
.index_solution .si_solution .si_solution_content {
    padding: 27px 30px 0;
}
.index_solution .si_solution .si_solution_content .content_image{
    width: 190px;
    height: 164px;
    overflow: hidden;
    margin: 0 auto;
}
.index_solution .si_solution .si_solution_content .content_image img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: .5s;
    position: relative;
}
.index_solution .si_solution .si_solution_content .content_title{
    margin-top: 28px;
}
.index_solution .si_solution .si_solution_content .content_title .content_title_text h2 {
    font-size: 20px;
    text-align: center;
    color: #3D3D3D;
}
.index_solution .si_solution .si_solution_content .content_title .content_title_text p {
    margin-top: 20px;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    color: #727272;
}
/*------- Solution AREA END --------*/

/*------- Product AREA START --------*/
.index_product {
    position: relative;
    padding: 60px 0;
    background: #ffffff url("../images/znyjmain.png") no-repeat center;
}
/* service item */
.index_product .si_product{
    width: 280px;
    height: 309px;
    margin: 25px auto;
    position: relative;
    transition: .5s;
    background: #FFFFFF;
    box-shadow: 0 9px 23px 0 #E6EBF3;
    border-radius: 14px 14px 14px 14px;
}
.index_product .si_product .si_product_btn {
    width: 100%;
    height: 143px;
    background: #FFFFFF;
    border-radius: 0 0 14px 14px;
    text-align: center;
    line-height: 140px;
    font-size: 24px;
    color: #3D3D3D;
    cursor: pointer;
    margin-top: 24px;
}
.index_product .si_product:hover .si_product_btn {
    background: url("../images/znyjbottom.png") no-repeat 100% 100%;
    color: #2F70F1;
}
.index_product .si_product:hover {
    margin-top: -12px;
    transition: all .8s;
}
.index_product .si_product .si_product_content {
    padding-top: 30px;
}
.index_product .si_product .si_product_content .content_image{
    width: 112px;
    height: 112px;
    overflow: hidden;
    margin: 0 auto;
}
.index_product .si_product .si_product_content .content_image img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: .5s;
    position: relative;
}
/*------- Product AREA END --------*/

/*------- News AREA START --------*/
.index_news {
    position: relative;
    padding: 60px 0;
}
/* service item */
.index_news .si_news{
    width: 293px;
    margin: 0 auto;
    position: relative;
    transition: .5s;
}
.index_news .si_news .si_news_content {
}
.index_news .si_news .si_news_content .content_image{
    width: 293px;
    height: 222px;
    overflow: hidden;
    margin: 0 auto;
}
.index_news .si_news .si_news_content .content_image img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: .5s;
    position: relative;
}
.index_news .si_news .si_news_content .content_title{
    margin-top: 28px;
}
.index_news .si_news .si_news_content .content_title .content_title_text h2 {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 24px;
    color: #3D3D3D;
    text-align: left;
}
.index_news .si_news .si_news_content .content_title .content_title_text p {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    margin-top: 14px;
    font-size: 14px;
    color: #3D3D3D;
    text-align: left;
}
/*------- News AREA END --------*/

/*解决方案*/
/*------- YWLC AREA START --------*/
.solution_ywlc {
    position: relative;
    padding: 60px 0;
    background: #ffffff;
}
/* service item */
.solution_ywlc .si_ywlc{
    position: relative;
    transition: .5s;
}
.solution_ywlc .si_ywlc .si_ywlc_content {
}
.solution_ywlc .si_ywlc .si_ywlc_content .content_image{
    max-width: 745px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.solution_ywlc .si_ywlc .si_ywlc_content .content_image img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: .5s;
    position: relative;
}
/*------- YWLC AREA END --------*/

/*------- FAYS AREA START --------*/
.solution_fays {
    position: relative;
    padding: 60px 0;
}
/* service item */
.solution_fays .si_fays{
    /*width: 900px;*/
    /*height: 336px;*/
    position: relative;
    transition: .5s;
    border-right: 1px solid #AAB2C4;
    border-bottom: 1px solid #AAB2C4;
    /*background-color: #ffffff;*/
    margin: 0 auto;
}
.solution_fays .si_fays .sub_content{
    float: left;
    width: calc(50% - 1px - 60px);
    height: calc(50% - 1px - 50px);
    /*border: 1px solid #AAB2C4;*/
    border-left: 1px solid #AAB2C4;
    border-top: 1px solid #AAB2C4;
    padding: 25px 35px 25px 25px;
    box-sizing: content-box;
    background-color: #ffffff;
}
.solution_fays .si_fays .sub_content .sub_content_top{
    float: left;
    width: 50px;
    height: 100%;
}
.solution_fays .si_fays .sub_content .sub_content_content{
    float: left;
    width: calc(100% - 70px);
    height: 100%;
    margin-left: 20px;
}
.solution_fays .si_fays .sub_content .sub_content_content h2{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #3D3D3D;
    line-height: 23px;
    text-align: left;
    margin-bottom: 10px;
}
.solution_fays .si_fays .sub_content .sub_content_content p{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #6F7073;
    line-height: 20px;
    text-align: left;
}
/*------- FAYS AREA END --------*/

/*------- YWZS AREA START --------*/
.solution_ywzs {
    position: relative;
    padding: 60px 0;
    background-color: #ffffff;
}
/* service item */
.solution_ywzs .si_ywzs{
    position: relative;
    transition: .5s;
}

.solution_ywzs .si_ywzs .si_ywzs_content .sub_content_left {
    float: left;
    display: flex;
    width: 72px;
    height: 413px;
    justify-content: center;
    align-items: center;
}
.solution_ywzs .si_ywzs .si_ywzs_content .sub_content_left .btn_prev {
    width: 100%;
    height: 61px;
    background: #F0F5F9 url("../images/solution/btnprev.png") no-repeat center center;
    cursor: pointer;
}
.solution_ywzs .si_ywzs .si_ywzs_content .sub_content_right {
    float: left;
    display: flex;
    width: 72px;
    height: 413px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.solution_ywzs .si_ywzs .si_ywzs_content .sub_content_right .btn_next {
    width: 100%;
    height: 61px;
    background: #2F70F1 url("../images/solution/btnnext.png") no-repeat center center;
}
.solution_ywzs .si_ywzs .si_ywzs_content {
    width: 1044px;
    /*height: 413px;*/
    margin: 24px auto 0;
}
.solution_ywzs .si_ywzs .si_ywzs_content .sub_content {
    float: left;
    width: 900px;
    /*height: auto;*/
    overflow: hidden;
}
.solution_ywzs .si_ywzs .si_ywzs_content .sub_content .content_image {
    /*float: left;*/
    width: 505px;
    height: auto;
}
.solution_ywzs .si_ywzs .si_ywzs_content .sub_content .content_image img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: .5s;
    position: relative;
}
.solution_ywzs .si_ywzs .si_ywzs_content .sub_content .content_content {
    /*float: left;*/
    background-color: #F0F5F9;
    width: 380px;
    /*height: 413px;*/
    margin: 0 0 0 15px;
    padding: 30px;
}
.solution_ywzs .si_ywzs .si_ywzs_content .sub_content .content_content h2 {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #3D3D3D;
    line-height: 23px;
}
.solution_ywzs .si_ywzs .si_ywzs_content .sub_content .content_content p {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #6F7073;
    line-height: 25px;
}
.solution_ywzs .si_ywzs .si_ywzs_content .sub_content .content_content p span {
    color: #2F70F1;
}
.solution_ywzs .ywzsnav_area {
    width: 100%;
    height: 37px;
}
.solution_ywzs .ywzsnav_area .ywzsnav_inner {
    width: 100%;
    height: 25px;
    text-align: center;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.solution_ywzs .ywzsnav_area .ywzsnav_inner li {
    height: 25px;
    display: inline-block;
    position: relative;
    font-size: 14px;
    text-align: center;
}
.solution_ywzs .ywzsnav_area .ywzsnav_h li a {
    font-size: 16px;
    text-align: center;
    padding: 0 40px;
    line-height: 23px;
}
.solution_ywzs .ywzsnav_area .ywzsnav_i li a {
    font-size: 16px;
    text-align: center;
    padding: 0 22px;
    line-height: 23px;
}
.solution_ywzs .ywzsnav_area .ywzsnav_c li a {
    font-size: 16px;
    text-align: center;
    padding: 0 6px;
    line-height: 23px;
}
.solution_ywzs .ywzsnav_area .ywzsnav_inner li:hover, .ywzsnav_inner li.selected {
    color: #2F70F1;
}
.solution_ywzs .ywzsnav_area .ywzsnav_inner li:hover::after, .ywzsnav_inner li.selected::after {
    content: '';
    width: 64px;
    /*height: 1px;*/
    display: block;
    margin: 0 auto;
    border-bottom: 2px solid #2F70F1;
    /*padding: 1px;*/
    color: #2F70F1;
}
/*------- YWZS AREA END --------*/

/*------- ZNYJ AREA START --------*/
.solution_znyj {
    position: relative;
    padding: 60px 0;
}
/* service item */
.solution_znyj .si_znyj{
    /*width: 422px;*/
    /*margin: 25px auto;*/
    position: relative;
    transition: .5s;
}
.solution_znyj .si_znyj .si_ywlc_content {
}
.solution_znyj .si_znyj .si_znyj_content .content_image{
    max-width: 900px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.solution_znyj .si_znyj .si_znyj_content .content_image img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: .5s;
    position: relative;
}
/*------- ZNYJ AREA END --------*/

/*产品中心*/
.product_area {
    background-color: #ffffff;
}
/* service item */
.product_area .si_product{
    width: 378px;
    margin: 20px auto;
}
.product_area .si_product .image_content {
    width: 100%;
    height: auto;
    background: #F5F5F5;
}
.product_area .si_product .image_content img {
    width: 100%;
    height: 100%;
}
.product_area .si_product h2 {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #3D3D3D;
    line-height: 23px;
    margin-top: 14px;
}
.product_area .si_product h4 {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 12px;
    color: #6F7073;
    line-height: 18px;
    margin-top: 7px;
}
.product_area .si_product p {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 12px;
    color: #2F70F1;
    line-height: 18px;
    margin-top: 7px;
}

/*产品中心详情*/
.product_detail_area {
    position: relative;
    padding: 60px 0;
    background: linear-gradient( 180deg, rgba(224, 232, 243, 0.6) 0%, rgba(242,245,250,0) 96%);
}
/* service item */
.product_detail_area .si_product_detail {
}
.product_detail_area .si_product_detail .si_product_detail_content {
}
.product_detail_area .si_product_detail .si_product_detail_content .content_image{
    max-width: 900px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.product_detail_area .si_product_detail .si_product_detail_content .content_image img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: .5s;
    position: relative;
}

/*合作方式*/
/*------- PTDJ AREA START --------*/
.cooperation_ptdj {
    position: relative;
    padding: 60px 0;
    background: #ffffff;
}
/* service item */
.cooperation_ptdj .si_ptdj{
    /*width: 422px;*/
    margin: 25px auto;
    position: relative;
    transition: .5s;
}
.cooperation_ptdj .si_ptdj .si_ptdj_content {
}
.cooperation_ptdj .si_ptdj .si_ptdj_content .content_image{
    max-width: 422px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.cooperation_ptdj .si_ptdj .si_ptdj_content .content_image img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: .5s;
    position: relative;
}
.cooperation_ptdj .si_ptdj .si_ptdj_content .content_title{
    margin-top: 28px;
}
.cooperation_ptdj .si_ptdj .si_ptdj_content .content_title .content_title_text h2 {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #3D3D3D;
    text-align: center;
}
/*------- PTDJ AREA END --------*/

/*------- ZNYJ AREA START --------*/
.cooperation_znyj {
    position: relative;
    padding: 60px 0;
}
/* service item */
.cooperation_znyj .si_znyj{
    /*width: 363px;*/
    margin: 25px auto;
    position: relative;
    transition: .5s;
}
.cooperation_znyj .si_znyj2{
    /*width: 271px;*/
    margin: 25px auto;
    position: relative;
    transition: .5s;
}
.cooperation_znyj .si_znyj .si_znyj_content {
}
.cooperation_znyj .si_znyj .si_znyj_content .content_image{
    max-width: 363px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.cooperation_znyj .si_znyj .si_znyj_content .content_image img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: .5s;
    position: relative;
}
.cooperation_znyj .si_znyj2 .si_znyj_content {
}
.cooperation_znyj .si_znyj2 .si_znyj_content .content_image{
    max-width: 271px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.cooperation_znyj .si_znyj2 .si_znyj_content .content_image img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: .5s;
    position: relative;
}
/*------- ZNYJ AREA END --------*/

/*------- SYHBS AREA START --------*/
.cooperation_syhbs {
    position: relative;
    padding: 60px 0 0;
    background: #ffffff;
}
/* service item */
.cooperation_syhbs .si_syhbs{
    /*width: 363px;*/
    margin: 25px auto;
    position: relative;
    transition: .5s;
}
.cooperation_syhbs .si_syhbs .si_syhbs_content {
}
.cooperation_syhbs .si_syhbs .si_syhbs_content .content_image{
    max-width: 823px;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.cooperation_syhbs .si_syhbs .si_syhbs_content .content_image img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: .5s;
    position: relative;
}
/*------- SYHBS AREA END --------*/

/*申请试用*/
/*------- SQSY AREA START --------*/
.trial_area {
    position: relative;
    padding: 60px 0;
}
.trial_area .section_title h2 {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #212121;
    line-height: 20px;
    text-align: left;
}
/* service item */
.trial_form input {
    outline: none;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #D8D8D8;
    width: 421px;
    height: 30px;
    padding: .375rem .75rem;
    /*margin-right: 15px;*/
    /*margin-bottom: 20px;*/
    transition: .5s;
}
.trial_form textarea {
    width: 421px;
    outline: none;
    padding: .375rem .75rem;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #D8D8D8;
    height: 65px;
    transition: .5s;
}
.trial_form span {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #3D3D3D;
    line-height: 23px;
}
.trial_form button {
    width: 150px;
    height: 30px;
    text-align: center;
    /*padding: 14px 30px;*/
    font-size: 12px;
    font-weight: 400;
    background: #2F70F1;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    outline: none;
    transition: .5s;
}
/*------- SQSY AREA END --------*/

/*Breadcumb AREA START*/
.cooperation_breadcumb_area img {
    width: 100%;
    height: auto;
}
.breadcumb_area{
}
.breadcumb_area img{
    width: 100%;
    height: auto;
}
.breadcumb_area .sab_text {
    text-align: center;
    padding: 180px 0 240px;
}
/* title */
.breadcumb_area .sab_text h2 {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: 1000;
    font-size: 72px;
    color: #FFFFFF;
    margin-bottom: 36px;
}
.breadcumb_area .breadcumb_inner {
    margin-bottom: 56px;
}
.breadcumb_area .breadcumb_inner a {
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #FFFFFF;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    padding: 11px 40px;
    margin-right: 20px;
}
.breadcumb_area .breadcumb_bottom a {
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #2F70F1;
    padding: 12px 325px;
}
/*Breadcumb AREA END*/

/*Nynav AREA START*/
.nynav_area {
    width: 100%;
    height: 37px;
    background: #FFFFFF;
}
.nynav_area .nynav_inner {
    width: 100%;
    height: 34px;
    text-align: center;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    box-shadow: 0px 4px 19px 0px rgba(0,0,0,0.12);
}
.nynav_area .nynav_inner li {
    height: 34px;
    display: inline-block;
    position: relative;
    font-size: 16px;
    text-align: center;
}
.nynav_area .nynav_inner li a {
    font-size: 16px;
    text-align: center;
    padding: 0 72px;
    line-height: 31px;
}
.nynav_area .nynav_inner li:hover, .nynav_inner li.selected {
    color: #2F70F1;
}
.nynav_area .nynav_inner li:hover::after, .nynav_inner li.selected::after {
        content: '';
        width: 64px;
        /*height: 1px;*/
        display: block;
        margin: 0 auto;
        border-bottom: 3px solid #2F70F1;
        /*padding: 1px;*/
        color: #2F70F1;
}
/*Product*/
.nynav_area .nynav_product li a {
    font-size: 16px;
    text-align: center;
    padding: 0 126px;
    line-height: 31px;
}
.nynav_area .nynav_product li:hover, .nynav_product li.selected {
    color: #2F70F1;
}
.nynav_area .nynav_product li:hover::after, .nynav_product li.selected::after {
    content: '';
    width: 100%;
    /*height: 1px;*/
    display: block;
    margin: 0 auto;
    border-bottom: 3px solid #2F70F1;
    /*padding: 1px;*/
    color: #2F70F1;
}
/*.nynav_area .nynav_inner li {*/
/*    !*float: left;*!*/
/*    width: 210px;*/
/*    height: 34px;*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    !*z-index: 10;*!*/
/*    font-size: 16px;*/
/*    text-align: center;*/
/*    !*margin: 0 72px;*!*/
/*    cursor: pointer;*/
/*}*/
/*.nynav_area .nynav_inner li a {*/
/*    display: block;*/
/*    width: 100%;*/
/*    padding-top: 7px;*/
/*}*/
/*.nynav_area .nynav_inner li a:hover::after, .nynav_inner li a.selected::after{*/
/*    content: '';*/
/*    width: 64px;*/
/*    !*height: 1px;*!*/
/*    display: block;*/
/*    margin: 0 auto;*/
/*    border-bottom: 3px solid #2F70F1;*/
/*    !*padding: 1px;*!*/
/*    color: #2F70F1;*/
/*}*/
/*.nynav_area .nynav_inner li a:hover, .nynav_inner li a.selected {*/
/*    color: #2F70F1;*/
/*}*/
/*Nynav AREA END*/

/*Other Breadcumb AREA START*/
.other_breadcumb_area{
    /*position: relative;*/
    background-size: cover;
    /*background-color: #ffffff;*/
    background-image: url("../images/solution/index_bottom.png");
    background-position: center center;
}
.other_breadcumb_area .sab_text {
    /*text-align: center;*/
    padding: 225px 0 75px 200px;
}
.other_breadcumb_area .sab_text h2 {
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 14px;
}
.other_breadcumb_area .sab_text p {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}
.other_breadcumb_area .breadcumb_inner_btn{
    margin-top: 23px;
}
.other_breadcumb_area .breadcumb_inner_btn a {
    background-color: #ffffff;
    border-radius: 4px 4px 4px 4px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #2F70F1;
    padding: 5px 23px;
}
/*Other Breadcumb AREA END*/



/*------- SERVICE AREA START --------*/
.service_area {
    padding: 0 184px 0 160px;
    margin-top: -60px;
    position: relative;
    z-index: 999;
}
.service_icon i{
    font-size: 40px;
    margin-right: 20px;
}
.service_item {
    background: url("../images/dibu.png") no-repeat center center;
    padding: 30px 60px 25px 40px;
    transition: .5s;
    display: flex;
    width: 107%;
}
/* title */
.service_text h4{
    color: var(--whitec);
}
/* content */
.service_text p{
    color: var(--whitec);
}
.sr_active{
    background-color: var(--bgcolor);
}
.sr_active:hover{
    background-color: var(--titlecolor);
}
/*------- SERVICE AREA START --------*/

/*------- COL AREA START --------*/

.cal_to_action {
    margin: 100px 0 30px;
}
.cal_text{
    border-right: 3px solid var(--bgcolor);
}
.cal_left{
    width: 92%;
    margin: auto;
}
.cal_text h2{
    font-size: 48px;
}
.cal_text h2 span{
    font-size: 48px;
    color: var(--bgcolor);
}
/*------- COL AREA END --------*/

/*------- ABOUT AREA START --------*/

.about_area {
    padding: 75px 0 60px;
}
.ab_single_item{
    position: relative;
}
.inner_ab img {
    width: 100%;
}

.about_btn {
    display: flex;
    align-items: center;
    margin-top: 35px;
}
.ab_title p{
    font-family: "Sacramento", Sans-serif;
    font-size: 30px;
}
.ab_title p span{
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 16px;
}
/* about list */
.single_about {
    display: flex;
    margin-top: 25px;
}
.ab_icon i {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 48px;
    display: block;
    font-size: 22px;
    text-align: center;
    background-color: var(--bgcolor);
    margin-right: 20px;
}
.ab_icon i:hover{
    background-color: var(--titlecolor);
}
.ab_text h4 a{
    color: var(--titlecolor);
    font-size: 24px;
}
.ab_text h4 a:hover{
    color: var(--bgcolor);
}
/* about title */
.about_sercive {
    margin: 120px 0 60px;
}

/*------- ABOUT AREA START --------*/

.body_shap_3{
    position: relative;
}

/*------- TABS AREA START --------*/
.tab_area {
    padding: 65px 0 20px;
}
.tab_area ul.nav.nav-pills {
    text-align: -webkit-match-parent;
    justify-content: space-between;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--bgcolor);
}
.tab_area .nav-pills .nav-link {
    background: var(--bgcolor);
    color: var(--whitec);
}
.tab_area .nav-pills .nav-link:hover{
    background-color: var(--titlecolor);
}
.tab_area a.nav-link {
    padding: 12px 30px;
    font-size: 20px;
    transition: .3s;
    font-weight: 700;
    border-radius: 5px;
    margin-bottom: 10px;
}
.tab_area .tab-content>.active {
    text-align: center;
    margin-bottom: 20px;
}
.tab_area .tab-content>.active h3{
    height: 55px ;
    border: 0 ;
    font-size: 24px;
    font-weight: 700;
    border-radius: 0 5px 5px 0;
    color: var(--bgcolor) ;
}
.single_tab {
    margin: 40px 0 -20px;
}
.tab_content input {
    border: none;
    font-size: 24px;
    text-align: center;
    outline: none;
    color: var(--bgcolor);
    margin-bottom: 15px;
}
::placeholder input .tab_content{
    color: var(--bgcolor);
}
/*------- TABS AREA START --------*/


/*------- VIDEO AREA START --------*/
.video_area {
    position: relative;
    margin: 45px -12px;
}
/* video area */
.tr_vedio_vano_box {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}
.tr_vedio_vano_box a i {
    top: 35%;
    position: absolute;
    display: inline-block;
    color: var(--whitec);
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    font-size: 23px;
    border-radius: 100%;
    transition: .5s;
    background-color: transparent;
    animation: witr-shadow 1s linear infinite;
    background-color: var(--bgcolor);
}
@keyframes witr-shadow{
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}
/*------- VIDEO AREA START --------*/

/*===== E CON AREA START ======*/
.e_con_inner{
    padding: 60px 0;
    position: relative;
}
.body_shap_3 img {
    position: absolute;
    z-index: -1;
}
.e_con_title  h2 {
    width: 86%;
    margin: 0 auto 20px;
    font-size: 48px;
}
.e_con_title  p {
    width: 87%;
    margin: auto;
}
.wbody_shap img {
    position: absolute;
    right: 0;
    top: 100%;
    animation: title_shap 2s linear infinite;
}
@keyframes title_shap{
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(45px);
        transform: translateX(45px);
    }
}
/*===== E CON AREA END ======*/

/*===== START PORT AREA  ======*/

.brand_area.cr_port {
    margin: 0 140px;
    padding: 75px 0 50px;
}
.inner_img_area{
    position: relative;
    overflow: hidden;
    margin: 0 10px;
}
.inner_img_overlay img {
    width: 100%;
    height: 100%;
    transition: .5s;
}
.inner_img_area:hover .inner_img_overlay img{
    transform: scale(1.2);
}
/* img overlay go  */
.img_overlay_go{
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #15194677;
    transition: .5s;
}
.inner_img_area :hover .img_overlay_go{
    left: 0;
}
/* absolute icons css */
.absolute_icons {
    transform: rotateY(90deg);
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    background-color: var(--whitec);
}
.inner_img_area:hover .absolute_icons{
    transform: rotateY(0);
    opacity: 1;
    visibility: visible;
}
.absolute_icons a{
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 5px;
    text-align: center;
    font-size: 40px;
    color: var(--brcolor);
}
.absolute_icons a:hover{
    background-color: var(--bgcolor);
}
/* inner img content  */
.inner_img_context{
    position: absolute;
    bottom: -150px;
    left: 0;
    right: 0;
    transition: .5s;
    text-align: center;
    margin: 0 30px;
    padding: 30px 20px 30px 20px;
    background-color: var(--whitec);
}
.inner_img_context p{
    margin: 0;
    color: var(--bgcolor);
}
.inner_img_context h2 a{
    color: var(--titlecolor);
    font-size: 24px;
}
.inner_img_context h2 a:hover{
    color: var(--bgcolor);
}
.inner_img_area:hover .inner_img_context{
    bottom: 15px;
}
.img_area:hover .slick-prev ,.img_area:hover .slick-next{
    opacity: 1;
    visibility: visible;
}


/*===== END PORT AREA  ======*/

/*======== ABOUT 2 AREA START ==========*/

.skill_bar_area{
    padding: 60px 0 60px;
}
.about_2{
    margin-left: 160px;
}
.about_title h2{
    font-size: 48px;
}
/* progress bar */
.inner_progres_bar h2{
    font-size: 18px;
}
.progress{
    height: 13px;
    margin-bottom: 30px;
    border-radius: 0;
    border: 1px solid var(--bgcolor);
}
.progress-bar{
    margin: 2px 2px 2px;
    background-color: var(--bgcolor);
}
.progress-bar span{
    margin-top: -10px;
    color: var(--whitec);
}
/*===== ABOUT 2 AREA START  ======*/


/*===== EVENT AREA START  ======*/
.event_area {
    padding: 70px 0 60px;
    position: relative;
}
/* body shap4 */
.body_shap_4 img {
    position: absolute;
    left: -16%;
    z-index: -1;
    top: 40%;
    animation: title_shap 5s linear 1s infinite alternate running;
}
.eventhree {
    margin-bottom: 30px;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
    margin-left: 0;
    margin-right: 0;
}
.wblogmeta.citgor_meta {
    padding: 0 20px 0 10px;
}
.event_text {
    margin-top: 75px;
}
.event_area .event_active{
    background-color: var(--whitec);
}
.event_thumb{
    background-color: var(--whitec);
}
.event_title{
    position: relative;
    overflow: hidden;
}
.event_single img{
    width: 100%;
    height: 100%;
    transition: .5s;
}
.event_single span{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    display: inline-block;
    color: var(--whitec);
    background: var(--bgcolor);
    padding: 10px 15px;
    border-radius: 0px;
    font-size: 16px;
    text-align: center;
}
/* img hover */
.eventhree:hover .event_single img{
    transform: scale(1.2);
}
/* event overlay */
.witr_btn_sinner {
    margin-top: 50px;
}
.witr_btn_sinner a{
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #00366B;
    display: block;
    color: var(--whitec);
    padding: 12px 50px;
    text-align: center;
    position: relative;
    margin-right: 15px;
    z-index: 2;
    background-color: var(--titlecolor);
}

.event_overlay{
    position: absolute;
    transform: scale(0);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #15194677;
    transition: .5s;
}
.eventhree:hover .event_overlay{
    transform: scale(1);
}
/* event left */
.wblogmeta h2 a{
    color: var(--titlecolor);
}
.wblogmeta h2 a:hover{
    color: var(--bgcolor);
}
.wblogmeta i{
    color: var(--bgcolor);
}
.wblogmeta span{
    color: #333333;
}
.wblogmeta p {
    margin: 10px 0 15px;
}
/* wblogmeta btn */
.wblogmeta a {
    color: var(--bgcolor);
    font-weight: 500;
}
.wblogmeta a:hover{
    color: #333333;
}
.eva a{
    background-color: var(--titlecolor);
    font-size: 18px;
    font-weight: 600;
}
/* inner event */
.inner_event {
    margin-top: 85px;
}
/*===== EVENT AREA END  ======*/

/*===== START TESTIMONIAL AREA  ======*/

.testimonial_area{
    padding: 60px 0;
    position: relative;
}
.body_shap7 img {
    position: absolute;
    top: -52%;
    right: 0;
    animation: title_shap 5s linear 1s infinite alternate running;
}
@keyframes title_shap{
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(45px);
    }
}
.single_test {
    text-align: center;
}
.test_img {
    text-align: -webkit-center;
    margin-bottom: 20px;
}
.test_text h2 {
    width: 86%;
    font-style: italic;
    font-size: 30px;
    font-weight: 600;
    margin: auto;
    color: var(--titlecolor);
    line-height: 1.5;
    padding: 0px 50px 15px 0px;
}
.test_text h5{
    font-size: 16px;
    color:  rgb(51, 51, 51);
}
.test_text i {
    font-size: 220px;
    color: #9b2a2a42;
    position: absolute;
    transform: translateX(-50%) translateY(-86%);
    z-index: -1;
}
.test_text h5 span{
    font-weight: 700;
    font-size: 24px;
    color: var(--bgcolor);
}
/* inner testimonial */
.inner_test{
    border-style: solid;
    border-width: 2px 0px 0px 0px;
    border-color: #E93314;
    background-color: #F7F7F7;
    padding: 30px 15px 30px;
    position: relative;
    text-align: left;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
}
/* icon */
.inner_test i{
    color: var(--bgcolor);
}
.inner_test p {
    margin: 10px 0 20px;
}
.test_active{
    display: flex;
}
.te_en img{
    width: 100%;
}
.te_en{
    margin-right: 20px;
}
.te_entext h3{
    color: var(--bgcolor);
}
.pd20{
    margin-top: 20px;
}
.pd30{
    margin-bottom: 30px;
}
section.inner_testimonial.ser_page {
    padding: 40px 0;
}

/*===== END TESTIMONIAL AREA  ======*/


/*======== brand area start  ==========*/
.cr_brand {
    margin: 55px 200px 60px;
    padding: 60px 0px 60px 0px;
    border: 10px solid var(--titlecolor);
}
/* single brand area testimonial css */
.single_brand_area_test {
    padding: 100px 0 25px;
}
.about_brand_area{
    padding: 75px 0 45px;
}
.inner_brand_area{
    text-align: center;
}
.inner_brand_area img{
    margin: 0 auto;
}
.brand_area .slick-prev , .brand_area .slick-next{
    position: absolute;
    top: 50%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: none;
    z-index: 9999;
    outline: none;
    border: none;
    font-size: 0;
    transform: translateY(-50%);
    transition: 1s;
    z-index: 1;
    background-color: var(--titlecolor);
    opacity: 0;
    visibility: hidden;
}
.brand_area .slick-prev.slick-arrow:hover {
    background: var(--bgcolor);
}
.brand_area .slick-next.slick-arrow:hover {
    background: var(--bgcolor);
}
.brand_area .slick-prev{
    left: -6%;
}
.brand_area .slick-next{
    right: -5%;
}
.brand_area:hover .slick-prev , .brand_area:hover .slick-next{
    opacity: 1;
    visibility: visible;
}
/* inner brand */
.inner_br{
    border: none;
    margin-top: -100px;
}
.inner_brand {
    border: none;
    margin-top: -0;
}
.why_br{
    border: none;
}
.inner_conta{
    margin-top: 300px;
}
/*======== brand area end  ==========*/



/*======== single page price area start  ==========*/
.single_page_price_area {
    padding: 65px 0 40px;
}
.sp_inner_price_area{
    text-align: left;
    border: 5px solid var(--bgcolor);
    padding: 0px 40px 40px 40px;
    border-radius: 10px;
    margin-bottom: 20px;
}
/* inner price style2 */
.inner_price_style2{
    border-color: var(--titlecolor);
}
/* inner price area thumb */
.sp_inner_price_area_thumb {
    padding: 40px 0 10px;
}
.sp_inner_price_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* inner price sub content */
.sp_inner_price_subc h2{
    font-size: 18px;
    font-weight: 500;
}
.sp_inner_price_subc h3{
    font-size: 48px;
    color: var(--bgcolor);
}
.middle_pr h3{
    color: var(--titlecolor);
}
.middle_pr h3 span{
    color: var(--titlecolor);
}
.sp_inner_price_subc h3 span{
    font-size: 19px;
    font-weight: 700;
}
/* inner price list menu css */
.sp_inner_price_list_menu {
    padding: 20px 0 15px;
}
.sp_inner_price_list_menu ul {
    list-style: none;
    padding-left: 18px;
}
.sp_inner_price_list_menu ul li {
    padding-bottom: 18px;
    font-size: 16px;
    font-weight: 400;
    color: var(--paracolor);
}
.sp_inner_price_list_menu ul li i{
    font-weight: 700;
    margin-right: 6px;
    color: var(--bgcolor);
}
/* inner price btn */
.sp_inner_price_btn a {
    display: inline-block;
    padding: 15px 50px;
    border-radius: 10px;
    font-size: 16px;
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.sp_inner_price_btn a:hover{
    background-color: var(--brcolor);
}
/* inner price style 2 btn */
.inner_price_style2 .sp_inner_price_btn a{
    background-color: var(--titlecolor);
    color: var(--whitec);
}
.inner_price_style2 .sp_inner_price_btn a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.sp_inner_price_btn a i {
    margin-left: 32px;
}
/*======== single page price area end  ==========*/



/*===== TEAM AREA START  ======*/
.team_member {
    padding: 55px 0;
    position: relative;
}
.team_active{
    margin-top: 60px;
}
.single_team img {
    position: relative;
    width: 100%;
    height: 100%;
}
/* team text */
.team_text {
    position: absolute;
    background: var(--whitec);
    bottom: 9%;
    padding: 15px 20px 13px;
    z-index: 1;
}
.team_text p{
    color: var(--bgcolor);
}
.team_active_inner {
    margin-bottom: 100px;
}
/* icon hover */
.inner_img_area:hover .inner_icon{
    left: 40px;
}
.inner_icon {
    position: absolute;
    left: -190px;
    top: 59%;
    transition: .5s;
}
.team_text h3 a:hover{
    color: var(--bgcolor);
}
.inner_icon a {
    border: 1px solid var(--whitec);
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    transition: .5s;
    display: inline-block;
    margin-right: 10px;
}
.inner_icon a:hover{
    background-color: var(--bgcolor);
}
/* inner team */
.in_text {
    position: relative;
    bottom: 140px;
    display: inline-block;
}
.in_te_ac {
    margin-top: -70px;
}

/*===== TEAM AREA END  ======*/

/*======== FAQ AREA start  ==========*/
.faq_area {
    padding: 0px 0 55px;
    position: relative;
    margin: 0 0 0 100px;
}
.accordion-button{
    color: var(--bgcolor);
}
.pd40 {
    margin-top: 35px;
}
.inner_faq .accordion-header {
    background-color: #F1F1F1;
}
.accordion-item:first-of-type .accordion-button {
    margin: 0;
}
.faq_left20 {
    margin-left: 195px;
    margin-top: 55px;
}
.accordion-button:not(.collapsed):hover{
    color: var(--whitec);
}
.faq_area .accordion-button:not(.collapsed) {
    color: #fd0101;
    background-color: transparent;
    box-shadow: none;
    margin: 0;
}
.faq_area.inner_faq .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--bgcolor);
}
.pd50{
    padding: 60px 0;
}
.faq_shap img {
    position: absolute;
    top: -471px;
    z-index: 1;
    background-position: center;
}
.accordion-item {
    background: transparent;
}
.accordion-flush .accordion-item .accordion-button {
    background: transparent;
    margin: 0;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #0A1C2E;
}
.accordion-button{
    color: var(--bgcolor);
}
.accordion-header button{
    margin-bottom: 20px;
}
.accordion-button::after{
    color: var(--bgcolor);
}
.accordion-header button:hover{
    color: var(--bgcolor);
}
.kd_border{
    width: 90%;
}
.fbody_shap img {
    position: absolute;
    right: 25%;
    top: -14%;
    animation: title_shap 2s linear infinite;
}
@keyframes title_shap{
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(45px);
    }
}
/* inner faq accrodion item css */
.accordion-button{
    color: #222429;
    font-size: 18px;
    font-weight: 600;
    border: none;
    background-color: transparent;
}
.accordion-body {

}
/* inner faq */
.inner_faq {
    padding: 1px 0 140px;
}
.inner_faq_title {
    padding: 40px 0 55px;
}
.active .witr_style{
    background-color: var(--bgcolor);
}

.main_appartment .apartment_area{
    width: 83%;
}
.twr_form_box.main_con input{
    margin: 0;
    height: 60px;
}

.google_map{
    margin-top: 100px;
    border: 10px solid var(--bgcolor);
}
.inner_contact_map iframe{
    width: 100%;
    height: 470px;
}
/* shap img */
.con_shap {
    position: absolute;
    top: -106px;
    right: -168px;
    animation: con_shap 1.5s ease-in-out infinite;
}
@keyframes con_shap{
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(45px);
        transform: translateX(45px);
    }
}
.accordion-collapse .collapse .show{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.accordion-flush .accordion-item .accordion-button.card-link {
    background-color: #F1F1F1;
}
.card-heade{
    border: none;
    margin-bottom: 20px;
}
.witr_ac_style{
    background-color: var(--bgcolor);
}
/*======== FAQ AREA end  ==========*/



/*===== START BLOG area  ======*/
.blog_area {
    position: relative;
    padding: 60px 0px 40px 0px;
}
.blog_thumb{
    margin-top: 60px;
}
.blog_single_item{
    display: flex;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.bl_im img{
    margin-right: 20px;
}
/* blog text */
.bl_text{
    margin-top: 30px;
}
.bl_text h3 a:hover{
    color: var(--bgcolor);
}
.bl_m30 {
    margin-bottom: 20px;
}
/* blog left */
.bl_title{
    margin: 0;
    padding: 15px 20px 24px;
}
.citgor_meta span{
    margin-right: 10px;
    font-size: 14px;
}
.citgor_meta h3 a {
    color: var(--titlecolor);
    font-weight: 700;
    margin: 6px 0 10px;
}
.citgor_meta h3 a:hover{
    color: var(--bgcolor);
}

/* start latest sec title */
.latest_sec_title {
    position: relative;
    overflow: hidden;
    width: 90%;
}
.mar_20{
    margin-bottom: 20px;
}
.bl_icon{
    margin: 10px 0;
}
.wblogovermeta {
    position: absolute;
    left: 15px;
    bottom: 52%;
    z-index: 999;
}
.wblogovermeta span, .wblogovermeta span a {
    display: inline-block;
    color: var(--whitec);
    background: var(--bgcolor);
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
}
/* OVERLAY */
.latest_sec_title:hover .blog_overlay{
    transform: scale(1.4);
}
.blog_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:39%;
    transition: .5s;
    opacity: .5;
    transform: scale(0);
    background-color: #080023;
}
.bblog_overlay {
    height: 36%;
}
.latest_sec_thumb a {
    position: absolute;
    top: 30%;
    left: 50%;
    border-radius: 50%;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    width: 45px;
    text-align: center;
    transform: translate(-50%,-50%);
    visibility: hidden;
    transition: .2s;
    z-index: 1;
}
.latest_sec_title:hover .latest_sec_thumb a{
    visibility: visible;
}
/* blog slide */

.blog_area .slick-prev ,.blog_area .slick-next{
    top: -20%;
}
.blog_area .slick-prev.slick-arrow:hover {
    background: var(--titlecolor);
}
.blog_area .slick-next.slick-arrow:hover {
    background: var(--titlecolor);
}
.blog_area .slick-prev{
    left: 93%;
}
.blog_area .slick-next{
    right: -3%;
}
.blog_area:hover .slick-prev , .blog_area:hover .slick-next{
    background-color: var(--bgcolor);
    color: var(--whitec);
    opacity: 1;
    visibility: visible;
}
.blog_area .slick-prev::before ,.blog_area .slick-next::before{
    content: "\ea93";
    font-family: IcoFont;
    font-size: 35px;
    font-weight: 700;
    color: var(--whitec);
    transition: 1s;
}
.blog_area .slick-next::before{
    content: "\ea94";
}
/* main blog text */
.blog_area_text a{
    padding: 15px 0 10px;
    font-size: 16px;
    margin-right: 10px;
    color: #888;
    transition: .5s;
}
/* blog text hover */
.blog_area_text a:hover{
    color: var(--bgcolor);
}
.blog_area_text a i{
    display: inline-block;
    width: 17px;
    height: 17px;
    font-size: 16px;
    color: var(--bgcolor);
}
.blog_area_text h2 a{
    font-size: 24px;
    color: var(--titlecolor);
    display: inline-block;
}
.blog_area_text h2 a:hover{
    color: var(--bgcolor);
}
.blog_area_text p {
    font-size: 14px;
    margin: 10px 0 25px;
}
/* btn */
.learn_more_adn a{
    color: var(--btntlecolor);
    border: 1px solid #ddd;
    margin: 10px 0px 10px 0px;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 600;
    transition: .5s;
}
.learn_more_adn a:hover{
    color: var(--bgcolor);

}
/* inner blog area */
.recent_blog{
    height: 54.3%;
}
.read_area {
    margin-bottom: 30px;
    overflow: hidden;
    text-align: left;
    padding-left: 15px;
}
.read_btn a{
    border: 1px solid #ddd;
    display: inline-block;
    padding: 10px 20px;
}
.read_btn a:hover{
    color: var(--whitec);
    background-color: var(--bgcolor);
}
/* h2 blo area */
.h2_bl{
    padding: 15px 20px 24px;
    background-color: #FCEFE7;
}
.h2_bl_span {
    bottom: 54%;
}
/*===== END BLOG area  ======*/

/*===== END BLOG area  ======*/
/* single comment title css */
.single_comment_title{
    margin: 35px 0 55px;
}
.single_comment_title h3{
    font-size: 20px;
}
.yblog_left_text_sub span{
    color: var(--titlecolor);
    margin-right: 10px;
}
.yblog_left_text_sub {
    margin: 0 0 10px;
}
.yblog_left_text_sub span i{
    color: var(--bgcolor);
}
.read_area p{
    width: 80%;
}
.single_post_comment_area input {
    width: 47%;
    outline: none;
    height: 42px;
    padding: 0 20px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    margin-right: 20px;
    margin-bottom: 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(--bgcolor);
    color: var(--whitec);
    border: none;
    outline: none;
    transition: .6s;
}
.single_post_comment_area button:hover{
    background-color: var(--bgcolor);
}
/*======== single blog page area end  ==========*/


/* golobal slick defult arrow css */
.slick-prev ,
.slick-next{
    position: absolute;
    top: 85%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100px;
    text-align: center;
    background: none;
    z-index: 9999;
    outline: none;
    border: none;
    font-size: 0;
    transform: translateY(-50%);
    transition: 1s;
    z-index: 1;
    background-color: var(--titlecolor);
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    opacity: 1;
    visibility: visible;
}
.slick-prev{
    left: 45%;
}
.slick-next{
    right: 42%;
}
.slick-prev::before , .slick-next::before{
    content: "\ea93";
    font-family: IcoFont;
    font-size: 50px;
    font-weight: 700;
    color: var(--whitec);
    transition: 1s;
    margin-left: -10px;
}
 .slick-next::before{
    content: "\ea94";
}
 .slick-prev:hover, .slick-next:hover{
    background-color: var(--titlecolor);
    color: var(--whitec);
}


/*======== portfolio area start  ==========*/
.portfolio_area {
    padding: 55px 0 120px;
}
/* section title */
.section_title_area  h2 {
    font-size: 48px;
    margin-bottom: 20px;
}
/* portfolio 2 css */
.portfolio_2{
    margin-bottom: 30px;
}
.portfolio_title h2{
    font-size: 18px;
    color: var(--brcolor);
}
.portfolio_title h3{
    font-size: 48px;
}
.portfolio_title p {
    width: 64%;
    margin: 0 auto;
}
/* portfolio 2 sub content css */
.portfolio_2_subc {
    padding: 0px 0 5px 15px;
}
.portfolio_2_subc h2 a{
    font-size: 24px;
    transition: .5s;
    color: var(--brcolor);
}
.portfolio_2_subc h2 a:hover{
    color: var(--bgcolor);
}
.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(--bgcolor);
    color: var(--whitec);
}
.portfolio_nav ul li:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
/* portfolio items css */
.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: rgb(233 51 20 / 64%);
    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%;
    border-radius: 100%;
    background-color: var(--bgcolor);
}
.overlay a:hover{
    background-color: var(--titlecolor);
    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;
    font-size: 24px;
}
.overlay h2 a:hover{
    background: none;
    color: var(--blackc);
}
.overlay p{
    color: var(--whitec);
}
.inner_portfolio_items:hover .overlay{
    opacity: 1;
    visibility: visible;
}
/* portfolio content css */
.portfolio_overlay_cont {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all 0.3s ease-in-out 0.3s;
    opacity: 0;
    visibility: hidden;
}
.portfolio_overlay_cont >a{
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    text-align: center;
    background: none;
    color: var(--whitec);
}
.portfolio_overlay_cont >a:hover{
    background: var(--bgcolor);
    color: var(--whitec);
}
.portfolio_overlay_cont >a i{
    font-size: 25px;
}
.portfolio_overlay_cont h2{
    margin: 0;
}
.portfolio_overlay_cont h2 a {
    margin-top: 10px;
    display: inline-block;
    font-size: 24px;
    color: var(--whitec);
    transition: .5s;
}
.portfolio_overlay_cont h2 a:hover{
    color: var(--bgcolor);
}
.portfolio_overlay_cont p{
    color: var(--whitec);
}
.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(--bgcolor);
    color: var(--whitec);
}
.inner_portfolio_lower_nav ul li a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.inner_portfolio_lower_nav ul li a i{
    font-size: 22px;
    font-weight: bold;
    color: var(--titlecolor);
}
.inner_portfolio_lower_nav ul li a i:hover{
    color: var(--whitec);
}
/*======== portfolio area end  ==========*/

/*======== project information area start  ==========*/
.project_information_area{
    padding: 100px 0
}
.inner_project_information_img img{
    width: 100%;
}
/* inner project right content css */

.inner_project_right_content ul li {
    list-style: none;
    padding-top: 10px;
}
.inner_project_right_content h2{
    font-size: 22px;
    margin: 10px 30px  25px;
    color: #232323;
}
.inner_project_right_content p span{
    font-size: 18px;
    color: #666666;
    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);
    font-size: 20px;
    margin-right: 4px;
}
.inner_project_in_icon a i{
    color: var(--titlecolor);
}
.inner_project_in_icon>a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.inner_project_in_icon {
    margin-left: 30px;
}
.pd30{
    margin-bottom: 20px;
}
.inner_project_right_content p{
    color: #666666;
    font-size: 16px;
}
/* inner project text area css */
.inner_project_text_area {
    margin-top: 25px;
}
.inner_project_text_area h2{
    font-size: 22px;
    color: #232323;
    margin: -10px  0 25px;
}
.inner_project_information_descrip {
    margin-bottom: 8px;
}
.inner_project_information_descrip h4{
    font-size: 16px;
    color: #666666;
}
.inner_project_information_descrip p{
    margin: 0;
    color: #666666;
}
/* 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  ==========*/

/*======== blog left area start  ==========*/
.kdblog_left {
    padding: 40px 0 70px;
}
section.yblog_left {
    padding: 40px 0 100px;
}
.inner_yblog_form {
    margin-bottom: 30px;
    padding: 35px 30px;
    border-radius: 8px;
    box-shadow: 0 0 30px rgb(0 0 0 / 7%);
}
.inner_yblog_form input {
    width: 80%;
    outline: none;
    height: 55px;
    border: 1px solid var(--textcolor);
    margin-left: -15px;
    padding-left: 20px;
}
.inner_yblog_form button {
    display: inline-block;
    border: none;
    outline: none;
    padding: 16px 20px;
    margin-left: -5px;
    background-color: var(--bgcolor);
}
.inner_yblog_form button:hover{
    background-color: var(--titlecolor);
}
.inner_yblog_form button i{
    font-size: 18px;
    color: var(--whitec);
}
/* inner left title css */
.inner_blog_content.yblog_left_sub {
    padding: 25px 15px 30px;
}
/* single page */
.single_page_item{
    padding: 25px 0 30px !important;
}
.single_page_item h5{
    color: var(--titlecolor);
}
.single_psingle_page_itemage p{
    color: var(--btntlecolor);
}
.troub_prev_next_dsing {
    align-items: center;
    border-top: 1px solid
    #dddddd;
    display: flex;
    justify-content: space-between;
    padding: 20px 0 25px;
    margin: 30px 0;
    border-bottom: 1px solid
    #dddddd;
}
.prevspost span, .nextspost span {
    display: block;
    font-size: 16px;
    color: #999;
    transition: .5s;
}
.prevspost a:hover{
    color: var(--bgcolor);
}
/* single page */

/* comment page */
.pocket_com_title {
    border-bottom: 1px solid #f7f7f7;
    padding: 32px 0 20px;
    margin-bottom: 30px;
}
.pocket_com_title h5{
    font-size: 21px;
    color: var(--titlecolor);
}
.comment-form-cookies-consent {
    margin: 10px 0 !important;
}
/* comment page */
.single_input input {
    margin: 0 18px 0 0;
}
label {
    cursor: pointer;
    color: var(--btntlecolor);
}
/* contact page */
.single_input {
    display: flex;
}
.md_20 {
    margin-top: 20px;
}
.tcon_form .c_blue:hover{
    background-color: #0b5ed7;
}
/* contact page */
.inner_yblog_left_title {
    margin: 30px 0 30px;
    width: 100%;
    padding: 25px 15px 10px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
    position: relative;
}
.inner_yblog_left_title h2 {
    font-size: 22px;
    position: relative;
    margin-bottom: 20px;
    color: var(--titlecolor);
}
.inner_yblog_left_title h2::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: -8px;
    width: 19%;
    border-bottom: 2px solid var(--bgcolor);
    border-radius: 50%;
}
.bl_tti {
    margin-left: -152px;
}
.inner_yblog_left_title a {
    display: block;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 400;
    color: var(--titlecolor);
}
.inner_yblog_left_title a.bottom{
    border-bottom: none;
}
.inner_yblog_left_title a:hover{
    color: var(--bgcolor);
}
/* innr blog left style 2 css*/
.inner_yblgo_left_style2 a {
    display: inline-block;
    font-weight: 700;
    font-size: 17px;
    color: #666666;
    transition: .5s;
}
/* item */
.recent_text {
    width: 62%;
}
.img_area {
    display: flex;
}
.img_area a img{
    width: 30%;
    height: 100%;
}
.recent_text a{
    color: #17161a;
    font-size: 16px;
    font-weight: 400;
    transition: .5s;
}
.recent_text a:hover{
    color: var(--bgcolor);
}
.recent_text span {
    color: var(--btntlecolor);
    display: block;
}
.kd30 {
    margin-bottom: 30px;
    width: 100%;
}
/* item */
.t_month h5 {
    background: var(--bgcolor);
    padding: 15px;
    color: var(--whitec);
    font-size: 14px;
    text-align: center;
    width: 100%;
    margin: 0;
}
.bl_le_side_text a img{
    width: 30%;
    height: 100%;
}
.inner_blog_item{
    display: flex;
}

/* category */
.inner_yblog_left_title ul{
    margin: 0;
    padding: 0;
}
.inner_yblog_left_title ul li{
    list-style: none;
    border-bottom: 1px solid rgba(0,0,0,.12);
}
.inner_yblog_left_title ul li a{
    margin: 15px 30px;
    font-weight: 400;
    color: #454545;
}
.inner_yblog_left_title ul li:before {
    content: "\eaa0";
    font-family: IcoFont!important;
    font-size: 18px;
    left: 0;
    margin-left: 15px;
    position: absolute;
}
/* TABLE */
.bl_le_side_text h2{
    color: var(--titlecolor);
}
table, th, td{
    border: 1px solid #B3B3B3;
}
.ab_le {
    width: 20%;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid  var(--bgcolor);
}
.active_t{
    color: var(--whitec);
    background-color: var(--bgcolor);
}
.ycalender_inner h5 {
    background-color: var(--bgcolor);
    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 {
    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;
}
.calender_text a{
    color: #454545;
}
/*======== blog left area end  ==========*/

/*===========START CONTACT area  ======*/
.contact_area {
    margin: 120px 0 0;
}
.fo_title {
    margin: 100px 0;
}
.apartment_area{
    background-color: var(--whitec);
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #E93314;
    padding: 60px 35px 60px;
}

.apartment_area {
    position: relative;
    background-size: cover;
    padding: 60px 35px 60px;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 6%);
}
/* title */
.apartment_text h2 {
    margin-bottom: 40px;
    font-size: 48px;
}

/* inner contact form */
.single_p_inner_contact_form input {
    outline: none;
    border: none;
    border: 1px solid #dddddd;
    width: 100%;
    height: 50px;
    padding: .375rem .75rem;
    margin-right: 15px;
    margin-bottom: 20px;
    transition: .5s;
    color: var(--whitec);
    background-color: var(--titlecolor);
}
.single_p_inner_contact_form input:hover{
    background-color: var(--bgcolor);
}
.single_p_inner_contact_form input::placeholder{
    color: var(--whitec);
}
.single_p_inner_contact_form textarea {
    width: 100%;
    outline: none;
    padding: .375rem .75rem;
    border: 1px solid #dddddd;
    margin: 0 0 15px;
    border-radius: 0;
    height: 150px;
    transition: .5s;
    color: var(--whitec);
    background-color: var(--titlecolor);
}
.single_p_inner_contact_form textarea:hover{
    background-color: var(--bgcolor);
}
.form-messege{
    margin-bottom: 20px;
}
/* contact massage */
.form-messege {
    margin-top: 20px;
}
textarea::placeholder {
    color: var(--whitec);
}
.single_p_inner_contact_form button {
    width: 100%;
    text-align: center;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    outline: none;
    background-color: var(--bgcolor);
    color: var(--whitec);
    transition: .5s;
}
.single_p_inner_contact_form button:hover{
    background-color: var(--titlecolor);
}
/* contact form address area css */


.contact_icon a:hover{
    color: var(--bgcolor);
}
/* footer contact */
.twr_form_box input {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #070C2A;
    width: 100%;
    height: 45px;
    border-radius: 0;
    outline: none;
    margin-bottom: 23px;
    padding: 0 20px;
    background: none;
}
.twr_form_box input:hover{
    background-color: var(--bgcolor);
}
.twr_form_box textarea{
    background: none;
    border-style: solid;
    border-radius: 0;
    border-width: 1px 1px 1px 1px;
    border-color: #070C2A;
    height: 150px;
}
.twr_form_box textarea:hover{
    background-color: var(--bgcolor);
}
.con_ifram iframe{
    width: 100%;
    height: 500px;
    border: 10px solid var(--bgcolor);
}

.locationt_area {
    padding: 60px 0 150px;
}
.contact_area.pad_40 {
    margin: 50px 0 0;
    padding: 100px 0;
}

/*=====END CONTTACT area  ======*/




/*===========START FOOTER area  ======*/
.footer_area{
    background-color: #2A323F;
}
/* footer item */
.main_item {
    margin: 35px 0;
}
.main_item .p1 {
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    text-align: center;
}
.main_item .tel {
    margin-top: 10px;
    margin-bottom: 12px;
    font: normal 12px "arial";
    color: rgba(255, 255, 255, 0.5);
    line-height: 12px;
    text-align: center;
}
.widged h2{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    position: relative;
}
.widged ul {
    list-style: none;
    padding: 0;
    margin-top: 11px;
}
.widged ul li {
    margin-top: 11px;
}
.widged ul li a{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 12px;
    color: rgba(255,255,255,0.5);
}
.widged ul li a:hover{
    color: #fff;
}
/* footer copy right */
.footer_line {
    width: 95%;
    height: 1px;
    background: rgba(255,255,255,0.25);
    margin: 0 auto;
}
/* FOOTER BORDER 1 */
.footer_border {
    padding: 33px 0;
    background-color: #2A323F;
}
.copyright p {
    text-align: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #C8C8C8;
    margin: 0;
}
.copyright a:hover {
    color: #fff;
}
/*=====END FOOTER area  ======*/


/*======== scroll top btn css  ==========*/
#scrollUp {
    position: fixed;
    bottom: 30px;
    font-size: 22px;
    height: 40px;
    line-height: 42px;
    right: 40px;
    text-align: center;
    border-radius: 5px;
    width: 40px;
    color: var(--whitec);
    background: #2F70F1;
    display: none;
    cursor: pointer;
}
