/***************************************************************************************************************
||||||||||||||||||||||||||       MASTER STYLESHEET FOR Oktilcal           ||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||                TABLE OF CONTENT               |||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

01. Imported styles
02. Flaticon reset styles
03. Header styles
04. Mainmenu styles
05. Rev_slider_wrapper styles
66. Call to action area Style
07. Categories area style
08. Fact counter area style
09. Latest Blog area style
10. Latest blog area style 
11. Testimonial area style
12. Brand area style
13. Single service style
14. Pricing table area style
15. About page style
16. Account page style
17. 404 page style style
18. Blog page style
19. Blog single style
20. Contact page style

****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/



/* 第一张图片：右边距和下边距 */
.neirong20250904 img:nth-of-type(1) {
    margin-right: 0.5%;
    margin-bottom: 0.5%;
}

/* 第二张图片：下边距和左边距 */
.neirong20250904 img:nth-of-type(2) {
    margin-bottom: 0.5%;
    margin-left: 0.5%;
}

/* 第三张图片：上边距和右边距 */
.neirong20250904 img:nth-of-type(3) {
    margin-top: 0.5%;
    margin-right: 0.5%;
}

/* 第四张图片：上边距和左边距 */
.neirong20250904 img:nth-of-type(4) {
    margin-top: 0.5%;
    margin-left: 0.5%;
}


.dibu20250905{
    color: #fff;
}


#searchBox{
    font-size:1rem;
}


.toubucc20250905 h2{
    color:#fff;
}
@media (min-width: 1200px){

.col-xl-8 h2 {
    background: url(//waf.bjytest.com/www.bjytest.com/images/h2.jpg) no-repeat;
    padding-left: 13px;
}
    

    
}

.neirong20250904 > h3 {
    background: url(//waf.bjytest.com/www.bjytest.com/images/h2.jpg) no-repeat;
    padding-left: 13px;
        font-size: 1.1rem;
    color: #1482c0;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}



.zzzt a {
    font-size: 16px;
    color: #707070;
    padding-left: 15px!important;
    margin-top: 10px!important;
    display: inline-block;
    margin-left: 15px!important;text-align: left!important;
    /* padding-right: 10px; */
    position: relative;}
    
    
    .effactlinkpage{    display: inline-block;
    background: #fff;
    padding: 10px;background-color:#fff;}




/* 移动过来的class⬆️*/


@media(min-width: 479px) and (max-width: 768px){
        .icon-item:nth-child(-n+5) {
        display: none;
    }

}


.recommedLeft2025{
    float: left;
}


        
        .zhuanti2025 {
            display: flex;
            flex-wrap: wrap;
            gap: 25px;
            justify-content: center;
        }
        
        .zhuanti2025 dl {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            flex: 1 1 calc(33.333% - 25px);
            min-width: 300px;
            max-width: 100%;
            display: flex;
            flex-direction: column;
            height: 100%;
        }
        
        .zhuanti2025 dl:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(26, 107, 196, 0.25);
        }
        
        .zhuanti2025 dd {
            padding: 25px;
            display: flex;
            flex-direction: column;
            height: 100%;
        }
        
        .zhuanti2025 h4 {
            font-size: 1.3rem;
            margin-bottom: 15px;
            color: #0d4a9e;
            display: flex;
            align-items: center;
        }
        
        .zhuanti2025 h4 i {
            margin-right: 12px;
            font-size: 1.4rem;
            color: #1a6bc4;
        }
        
        .zhuanti2025 p {
            margin-top: auto;
        }
        
        .zhuanti2025 a {
            text-decoration: none;
            color: #333;
            display: block;
            transition: color 0.2s;
        }
        
        .zhuanti2025 h4 a {
            color: #0d4a9e;
            font-weight: 600;
        }
        
        .zhuanti2025 h4 a:hover {
            color: #1a6bc4;
            text-decoration: underline;
        }
        
        .zhuanti2025 p a {
            display: inline-block;
            background: #f0f7ff;
            color: #1a6bc4;
            padding: 8px 20px;
            border-radius: 30px;
            font-size: 0.95rem;
            margin-top: 15px;
            transition: all 0.3s ease;
            border: 1px solid #d0e4ff;
        }
        
        .zhuanti2025 p a:hover {
            background: #1a6bc4;
            color: white;
            transform: scale(1.05);
        }
        
        /* 响应式设计 */
        @media (max-width: 1100px) {
                    h1 {max-width:100%!important}
            .zhuanti2025 dl {
                flex: 1 1 calc(50% - 25px);
            }
        }
        
        @media (max-width: 768px) {
            .zhuanti2025 dl {
                flex: 1 1 100%;
            }
        }
        
          @media (min-width: 768px) {
.recommedLeft2025{
        padding: 25px;
}
        }
        

        
        /* 动画效果 */
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .zhuanti2025 dl {
            animation: fadeIn 0.5s ease forwards;
            opacity: 0;
        }
        
        .zhuanti2025 dl:nth-child(1) { animation-delay: 0.1s; }
        .zhuanti2025 dl:nth-child(2) { animation-delay: 0.2s; }
        .zhuanti2025 dl:nth-child(3) { animation-delay: 0.3s; }
        .zhuanti2025 dl:nth-child(4) { animation-delay: 0.4s; }
        .zhuanti2025 dl:nth-child(5) { animation-delay: 0.5s; }
        .zhuanti2025 dl:nth-child(6) { animation-delay: 0.6s; }
        .zhuanti2025 dl:nth-child(7) { animation-delay: 0.7s; }
        .zhuanti2025 dl:nth-child(8) { animation-delay: 0.8s; }
        .zhuanti2025 dl:nth-child(9) { animation-delay: 0.9s; }
        .zhuanti2025 dl:nth-child(10) { animation-delay: 1.0s; }
        .zhuanti2025 dl:nth-child(11) { animation-delay: 1.1s; }
        .zhuanti2025 dl:nth-child(12) { animation-delay: 1.2s; }
        
        

@media(min-width: 479px)  {
    
        .recommedLeft ul{    display: grid;
    grid-template-columns: repeat(2, 1fr);}
    
/*.dijiushitu{display:none!important}*/
}

@media (max-width: 479px) {
    .icon-item:nth-child(-n+6) {
        display: none;
    }
}

.neirong20250904{    padding-top: 2%;}
.fy{display: flex;
    justify-content: space-between;
    align-items: center;}

/* 手机端样式 (最大767px) */
@media (max-width: 767px) {
    
    .neirong20250919{display:flex;}

    .copyright-wrap-20250614{margin-bottom: 9%;}
        .logo20250612 img{max-height:68px}
    .sitemap-wrap-20250614{margin-bottom:10%!important}
    .price h2{display:none!important}
    .container1{margin-top:8%!important}
    .carousel-container{margin:1% 0!important}
    .skin-global{display:none!important}
    .container{display:none!important}
    .choose-area{display:none!important}
    .services-style1-area{padding-bottom:0!important}
    .container1{padding-bottom:0!important}
.partner-area{
    display: none!important;
}
.price .category{
    background-color: #fff;
    padding: 1%;
}
    
.xincont1 ul{    display: grid;
    grid-template-columns: repeat(2, 1fr);}    
    
    .testimonial-style1-area{display:none!important}
    .blog-style1-area{display:none!important}
    .effactPage3{height:100%}
    .effactPage3 ul{
            grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    display: grid;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    text-align: center;
    }
.effactlinkpage{display:block!important}
#jesong_panel{display:none!important}
.jesong_pan_icon{display:none!important}

.price .category ul li {    width: auto!important;}
    
    .a-btn{display:none!important}
    .recommedLeft{max-width:100%;margin:0 auto;}
    .certified-area{display:none!important}
    .welcome-area{display:none!important}
.sp_header{display:none}
.top-menu{display:none}
.topnavblue{display:none}
.price{width:100%!important}
.price .category{width:100%!important}
.recommedRight{width:100%}
.section-home{margin-top: 1%;}
/*手机首页顶部*/

        /* 轮播容器样式 - 优化版 */
        .carousel-container {
            width: 100%;
            max-width: 600px;
            margin: 0 auto;
            overflow: hidden;
            position: relative;
            border-radius: 14px; /* 圆角边框 */
            box-shadow: 0 8px 25px rgba(52, 87, 220, 0.12); /* 柔和蓝色阴影 */
            transition: all 0.3s ease;
            border: 1px solid rgba(52, 87, 220, 0.1);
        }
        
        .carousel-container:hover {
            box-shadow: 0 12px 35px rgba(52, 87, 220, 0.18);
        }
        
        /* 图片容器 */
        .carousel-images {
            display: flex;
            width: 300%; /* 三张图片的总宽度 */
            transition: transform 0.5s ease; /* 移动图片时的平滑动画 */
        }
        
        /* 单个图片样式 */
        .carousel-images img {
            width: 33.333%; /* 每张图片占总宽度的1/3 */
            height: auto;
            object-fit: cover; /* 确保图片适当裁剪以填充空间 */
            display: block;
        }
        
        /* 指示器容器 */
        .indicators {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
            z-index: 10;
        }
        
        /* 指示器点样式 */
        .indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.7);
            cursor: pointer;
            transition: all 0.3s ease;
            border: 1px solid rgba(255, 255, 255, 0.3);
        }
        
        .indicator:hover {
            background-color: rgba(255, 255, 255, 0.9);
            transform: scale(1.2);
        }
        
        /* 当前活动指示器 */
        .indicator.active {
            background-color: #3366ff;
            width: 30px;
            border-radius: 6px;
        }
        
        /* 导航箭头 */
        .carousel-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
            display: flex;
            justify-content: space-between;
            padding: 0 15px;
            z-index: 5;
        }
        
        .carousel-btn {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.85);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
            color: #3366ff;
            font-size: 20px;
            border: 1px solid rgba(52, 87, 220, 0.15);
        }
        
        .carousel-btn:hover {
            background: white;
            transform: scale(1.1);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
        }
        
        /* 图标网格样式 - 统一设计语言 */
        .section-home {
            padding: 25px 0;
            background: white;
            border-radius: 16px;
            box-shadow: 0 8px 25px rgba(52, 87, 220, 0.1);
            border: 1px solid rgba(52, 87, 220, 0.08);
        }
        
        .icon-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 25px 15px;
            max-width: 600px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .icon-item {
            text-align: center;
            perspective: 600px;
        }
        
        .icon-link {
            display: block;
            text-decoration: none;
            color: #333;
            transition: all 0.3s ease;
        }
        
        /*.icon-link:hover {*/
        /*    box-shadow: 0 12px 35px rgba(52, 87, 220, 0.18);*/
            /*transform: translateY(-5px);*/
        /*}*/
        
        .icon-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 auto 15px;
            width: 70px;
            height: 70px;
            border-radius: 20px;
            background: #f8f9ff;
            box-shadow: 0 5px 15px rgba(52, 87, 220, 0.08);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .icon-wrapper::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(51, 102, 255, 0.1) 0%, transparent 100%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .icon-link:hover .icon-wrapper::before {
            opacity: 1;
        }
        
        .icon-link:hover .icon-wrapper {
            background: #eef2ff;
            box-shadow: 0 8px 20px rgba(52, 87, 220, 0.15);
        }
        
        .icon-wrapper img {
            width: 36px;
            height: auto;
            transition: transform 0.3s ease;
        }
        
        .icon-link:hover .icon-wrapper img {
            transform: scale(1.15);
        }
        
        .icon-text {
            font-weight: 500;
            font-size: 14px;
            color: #2c3e50;
            transition: color 0.3s ease;
        }
        
        .icon-link:hover .icon-text {
            color: #3366ff;
            font-weight: 600;
        }
        

        
        /* 底部装饰 */
        footer {
            text-align: center;
            margin-top: 30px;
            padding-top: 20px;
            border-top: 1px solid rgba(52, 87, 220, 0.1);
            color: #7f8c8d;
            font-size: 14px;
        }
        
        .design-info {
            margin-top: 10px;
            font-size: 13px;
            color: #95a5a6;
        }
        
        
        .category {
    cursor: pointer;
    padding: 1em;
    margin: 0.5em 0;
    border-radius: 8px;
    background: #f8f8f8;
    border: 1px solid #eee;
    transition: all 0.2s ease;
    max-width:95%;
    margin:0 auto;
}
.centerPagePd, .recommedLeft, .listEffact, .banner240A, .listEffact h4, .listEffact, .bdccc, .effactPage3 ul, .recommedRight, .effactPage {
    width: 100%;
}
.listRecommend {
    overflow: hidden;
    height: auto;
    /* margin-top: 50px; */
    border-radius: 20px;
}
.fy{
        margin-top: 8%!important;
}


/*手机首页顶部end*/
}

        .ai-tag {
            display: inline-flex;
            align-items: center;
            background-color: #0075ff;
            color: white;
            padding: 12px 20px;
            border-radius: 50px;
            font-weight: 500;
            cursor: pointer;
            position: relative;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 117, 255, 0.3);
        }
        
        .ai-tag:hover {
            background-color: #0056cc;
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(0, 117, 255, 0.4);
        }
        
        .ai-tag i {
            margin-right: 8px;
            font-size: 18px;
        }
        
        .tooltip {
            position: absolute;
            bottom: 100%;
            left: 50%;
            transform: translateX(-50%) translateY(10px);
            background: white;
            color: #2c3e50;
            padding: 16px;
            border-radius: 12px;
            width: 280px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            z-index: 100;
            text-align: left;
            font-size: 14px;
            line-height: 1.5;
        }
        
        .ai-tag:hover .tooltip {
            opacity: 1;
            visibility: visible;
            transform: translateX(-50%) translateY(-10px);
        }
        
        .tooltip:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            border: 10px solid transparent;
            border-top-color: white;
        }
        
        .examples {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            margin-top: 50px;
            gap: 20px;
        }
        
        .example {
            background: white;
            padding: 25px;
            border-radius: 15px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
            width: 220px;
            transition: transform 0.3s ease;
        }
        
        .example:hover {
            transform: translateY(-5px);
        }
        
        .example i {
            font-size: 36px;
            color: #0075ff;
            margin-bottom: 15px;
        }
        
        .example h3 {
            color: #2c3e50;
            margin-bottom: 10px;
        }
        
        .example p {
            color: #7f8c8d;
            font-size: 14px;
        }
        
        @media (max-width: 600px) {
            .examples {
                flex-direction: column;
                align-items: center;
            }
            
            .example {
                width: 100%;
                max-width: 300px;
            }
        }




        /* 响应式设计 */
        @media (max-width: 768px) {
                .col-xl-8 h2 {
        background: url(//waf.bjytest.com/www.bjytest.com/images/h2.jpg)no-repeat;
        padding-left: 13px;
    }
            .neirong20250904{
                position: relative;
    display: block;
    background: #ffffff;
    padding-top: 3%;
    padding-bottom: 1%;
    -webkit-box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.05);
            }
            
            .home-icon{
                display: none;
            }
            .icon-grid {
                grid-template-columns: repeat(4, 1fr);
                gap: 20px 12px;
            }
            
            .icon-wrapper {
                width: 60px;
                height: 60px;
                border-radius: 16px;
            }
            
            .icon-wrapper img {
                width: 30px;
            }
            
            .carousel-container {
                max-width: 100%;
            }
        }
        
        @media (max-width: 480px) {
            .icon-grid {
                grid-template-columns: repeat(3, 1fr);
            }
            
            .container {
                padding: 15px;
            }
            
            h1 {
                font-size: 26px;
            }
            
            .carousel-btn {
                width: 35px;
                height: 35px;
                font-size: 16px;
            }
            
      .container1{
        max-width: 95%;
        margin: 0 auto;
        }
        }



/* 平板端样式 (768-991px) */
@media (min-width: 768px) and (max-width: 1280px) {
    .logo20250612 img {height:68px;}
        .dijiushitu{display:none!important}
    /*.logo20250612{display:none!important}*/
            .recommedLeft ul{    display: grid;
    grid-template-columns: repeat(3, 1fr);}
    #jesong_bottom_panel{display:none!important}
    .jesong_pan_icon{display:none!important}
    #jesong_panel{display:none!important}
    .a-btn{display:none!important}
.centerPagePd, .recommedLeft, .listEffact, .banner240A, .listEffact h4, .listEffact, .bdccc, .effactPage3 ul, .recommedRight, .effactPage {
    width: 100%;
}
    
    .recommedLeft{max-width:95%;margin:0 auto;}
/*    .copyright-wrap*/
/*    {*/
/*margin-bottom: 5%;*/
/*    }*/
    .fy{
        margin-top: 8%!important;
}

    .listRecommend {

    max-width: 95%;

}

        .certified-area{display:none!important}
        .welcome-area{display:none!important}
.sp_header{display:none}
.top-menu{display:none}
.topnavblue{display:none}

.price{width:100%!important}
.price .category{width:100%!important}



/*平板端样式*/
        .container {
            max-width: 1200px;
            margin: 0 auto;
        }
        
        header {
            text-align: center;
            margin-bottom: 40px;
            padding: 20px 0;
        }
        
        h1 {
            color: #2c3e50;
            font-size: 2.8rem;
            margin-bottom: 10px;
            text-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        
        
        
        .subtitle {
            color: #7f8c8d;
            font-size: 1.4rem;
            max-width: 800px;
            margin: 0 auto;
            line-height: 1.6;
        }
        
        /* 轮播容器样式 */
        .carousel-container {
            width: 100%;
            max-width: 600px;
            margin: 0 auto;
            overflow: hidden;
            position: relative;
            border-radius: 14px;
            box-shadow: 0 8px 25px rgba(52, 87, 220, 0.12);
            transition: all 0.3s ease;
            border: 1px solid rgba(52, 87, 220, 0.1);
        }
        
        .carousel-container:hover {
            box-shadow: 0 12px 35px rgba(52, 87, 220, 0.18);
        }
        
        .carousel-images {
            display: flex;
            width: 300%;
            transition: transform 0.5s ease;
        }
        
        .carousel-images img {
            width: 33.333%;
            height: auto;
            object-fit: cover;
            display: block;
        }
        
        .indicators {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
            z-index: 10;
        }
        
        .indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.7);
            cursor: pointer;
            transition: all 0.3s ease;
            border: 1px solid rgba(255, 255, 255, 0.3);
        }
        
        .indicator:hover {
            background-color: rgba(255, 255, 255, 0.9);
            transform: scale(1.2);
        }
        
        .indicator.active {
            background-color: #3366ff;
            width: 30px;
            border-radius: 6px;
        }
        
        .carousel-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
            display: flex;
            justify-content: space-between;
            padding: 0 15px;
            z-index: 5;
        }
        
        .carousel-btn {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.85);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
            color: #3366ff;
            font-size: 20px;
            border: 1px solid rgba(52, 87, 220, 0.15);
        }
        
        .carousel-btn:hover {
            background: white;
            transform: scale(1.1);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
        }
        
        /* 图标网格样式 */
        .section-home {
            /*padding: 25px 0;*/
            background: white;
            border-radius: 16px;
            box-shadow: 0 8px 25px rgba(52, 87, 220, 0.1);
            border: 1px solid rgba(52, 87, 220, 0.08);
            margin-top: 40px;
        }
        
        .icon-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 25px 15px;
            max-width: 600px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .icon-item {
            text-align: center;
            perspective: 600px;
        }
        
        .icon-link {
            display: block;
            text-decoration: none;
            color: #333;
            transition: all 0.3s ease;
        }
        
        .icon-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 auto 15px;
            width: 70px;
            height: 70px;
            border-radius: 20px;
            background: #f8f9ff;
            box-shadow: 0 5px 15px rgba(52, 87, 220, 0.08);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .icon-wrapper::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(51, 102, 255, 0.1) 0%, transparent 100%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .icon-link:hover .icon-wrapper::before {
            opacity: 1;
        }
        
        .icon-link:hover .icon-wrapper {
            background: #eef2ff;
            box-shadow: 0 8px 20px rgba(52, 87, 220, 0.15);
        }
        
        .icon-wrapper img {
            width: 36px;
            height: auto;
            transition: transform 0.3s ease;
        }
        
        .icon-link:hover .icon-wrapper img {
            transform: scale(1.15);
        }
        
        .icon-text {
            font-weight: 500;
            font-size: 14px;
            color: #2c3e50;
            transition: color 0.3s ease;
        }
        
        .icon-link:hover .icon-text {
            color: #3366ff;
            font-weight: 600;
        }
        
        /* 底部装饰 */
        footer {
            text-align: center;
            /*margin-top: 50px;*/
            /*padding-top: 20px;*/
            border-top: 1px solid rgba(52, 87, 220, 0.1);
            color: #7f8c8d;
            font-size: 14px;
        }
        
        .design-info {
            margin-top: 10px;
            font-size: 13px;
            color: #95a5a6;
        }
        
        /* 平板样式优化 */
            .carousel-container {
                max-width: 95%;
                border-radius: 18px;
            }
            
            .carousel-btn {
                width: 50px;
                height: 50px;
                font-size: 24px;
            }
            
            .indicator {
                width: 14px;
                height: 14px;
            }
            
            .indicator.active {
                width: 35px;
            }
            
            
            .top-20250616 {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    margin: 0.5% auto;
    max-width: 95%;
}
            
            .section-home {
                /*padding: 35px 0;*/
                /*border-radius: 20px;*/
                /*max-width: 95%;*/
                margin:0 auto 0;
            }
            
            .icon-grid {
                grid-template-columns: repeat(4, 1fr);
                max-width: 800px;
                gap: 30px;
            }
            
            .icon-wrapper {
                width: 80px;
                height: 80px;
                border-radius: 22px;
            }
            
            .icon-wrapper img {
                width: 40px;
            }
            
            .icon-text {
                font-size: 15px;
            }
            
            h1 {
                font-size: 3.2rem;
            }
            
            .subtitle {
                font-size: 1.5rem;
            }

        /* 响应式调整示例 */
        .responsive-example {
            display: flex;
            justify-content: center;
            margin: 30px 0;
            gap: 20px;
        }
        
        .device {
            text-align: center;
            background: white;
            padding: 20px;
            border-radius: 12px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            transition: transform 0.3s;
        }
        
        .device:hover {
            transform: translateY(-5px);
        }
        
        .device i {
            font-size: 48px;
            margin-bottom: 15px;
            color: #3366ff;
        }
        
        .device h3 {
            color: #2c3e50;
            margin-bottom: 10px;
        }
        
        .device p {
            color: #7f8c8d;
            max-width: 220px;
        }
        
        .container1{
        max-width: 95%;
        margin: 0 auto;
        }

}

    p.toubucaidan20250619 {
    margin: 0 !important;
}

/* PC端样式 (最小992px) */
@media (min-width: 1280px) {
    

    
        #onemenuBox .firstMenu a {
    display: block;
    text-decoration: none;
    color: #333;
    background: #f8f9fa;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-size: 14px;
    border: 1px solid #eee;
max-width: 80%;
}
    #onemenuBox .firstMenu a:hover {
    background: #f0f0f0;
    color: #007bff;
    padding-left: 25px;
    border-left: 3px solid #007bff;
}


    #jesong_panel{ top: 166px!important;}
    .listRecommend{margin-top:50PX}
    .logo20250612{display:none!important}
    .recommedLeft ul{    display: grid;
    grid-template-columns: repeat(3, 1fr);}
        .container-20250614{display:none!important}
    #footer-20250614{display:none!important}
.xin1RIGHY{display: table;}
    .section-top{display:none}
    .lab-services{display:none}
        .mobile-container{display:none}
.carousel-container{display:none;}
.home-icon{display:none;}
.container22{display:none;}
.effactLink{
        display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    justify-items: end;
}
}






.recommedLeft ul {
    /*display: flex;*/
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 1% 0;
}

.recommedLeft li {
    background: #eff1f4;
    border-radius: 8px;
    padding: 16px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(38, 183, 188, 0.1);
    word-wrap: break-word;
    hyphens: auto;
}


.xintop-1 {
    border-bottom: 1px solid #e5e5e5;
    line-height: 66px;
}

.xintop-2{
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.xintop-4 {
    margin: 0 2% 0 0;
}

.xintop-4 h5 {
    font-size: 16px;
    color: #f60;
    font-weight: normal;
}



.recommedLeft li:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(38, 183, 188, 0.15);
    border-color: #26b7bc;
}

.recommedLeft li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #26b7bc;
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.recommedLeft li:hover::before {
    transform: scaleY(1);
}

.fyb{float:right;}
/********toolbar*********/
#mobile_icon_div{display:none;}
.toolbar{    width: 52px;
    position: fixed;
    right: 0.5%;
    top: 75%;
    margin-top: -115px;
    z-index: 999;}
.toolbar dd{width: 51px;height: 51px;margin-bottom: 1px;position: relative;-webkit-border-radius: 100%;border-radius: 100%;margin-top:4px;border:#ebebeb solid 1px;background-color:#fff;-webkit-border-radius: 100%;border-radius: 100%;}
.toolbar dd i{width: 51px;height: 51px;display: block;position: absolute;left: 0;top: 0;cursor: pointer;text-align: center;-webkit-border-radius: 100%;border-radius: 100%;}
.toolbar dd i span{width: 35px;height: 35px;display: block;margin: 8px 0 0 8px;background: url(../img/rightFixIcon.png) no-repeat 0 0;}
.toolbar dd.gottop{display: none;}
.toolbar .slide-tel{display: block;width: 0;height: 53px;line-height: 53px;font-size: 24px;font-weight: bold;font-family: arial;color: #FFF;position: absolute;padding: 0 0 0 53px;top: -1px;right: -2px;-webkit-border-radius: 50px;border-radius: 50px;overflow: hidden;}
.toolbar .pop{position: absolute;right: 90px;top: -65px;background: #0195df;display: none;}
.toolbar .pop-code{width: 160px;}
.toolbar .pop-code img{width: 120px;height: 120px;display: block;padding: 20px 20px 0;}
.toolbar .pop-code h3{height: 52px;line-height: 26px;text-align: center;color: #fff;font-size: 16px;font-weight: 400;white-space: nowrap;}
.toolbar .pop-code h3 b{display: block;font-size: 14px;font-weight: normal;}
.toolbar .qq span{background-position: -35px -47px;}
.toolbar .qq a{width: 52px; height: 52px; cursor: pointer; display: block;}
.toolbar .qq:hover{background-color: #0195df;border-radius: 100%;}
.toolbar .qq:hover span{background-position: 0 -47px;}
.toolbar .tel span{background-position: -35px 0;}
.toolbar .tel:hover{background: #0195df;}
.toolbar .tel:hover span{background-position: 0 0;}
.toolbar .code span{background-position: -35px -95px;}
.toolbar .code:hover{background-color: #0195df;border-radius: 100%;}
.toolbar .code:hover span{background-position: 0 -95px;}
.toolbar .top span{background-position: -35px -142px;}
.toolbar .top:hover{background-color: #0195df;border-radius: 100%;}
.toolbar .top:hover span{background-position: 0 -142px;}
.toolbar dd:hover{}
span.bds_more,.bds_tools a{line-height: 14px !important;}
/*商务通*/
.LR_yaoqing-form {
    height: 45px!important;
}

.LR_yaoqingtit .LR_tit img {
    height: 29px!important;
}

table{
  margin-bottom:1rem;  
}

/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');*/


/*==============================================
   Base Css
===============================================*/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
}


#city3{
        color: red;
    font-weight: 500;
    font-size: 14px;
    /* padding-top: 59px; */
    margin-top: 15px;
    float: left;
}


html,
body {
    height: 100%;
}

body {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
}


@media (max-width: 767px) {
    .wa53{display: none;}
    .g-aa {
        display: none;
    }

}


.g-a {
    position: fixed;
    right: 6px;
    top: 60%;
    width: 6.428em;
    z-index: 888;
}

.s14 {
    font-size: calc(14 * 100vw / 1920);
}

@media (max-width: 1728px) {

    .s14 {
        font-size: 12.6px;
    }

}

.g-tiltes {
    color: #007297;
    line-height: 1.5;
    padding: .1rem 0;
    font-size: 12px;
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.g-cont {
    width: 100%;
}

.g-item {
    width: 100%;
    position: relative;
    margin-top: 5px;
}

.g-b {
    display: block;
    cursor: pointer;
    width: 100%;
    padding: .1rem 0;
    text-align: center;
    background-color: #007297;
}


.g-c {
    width: 100%;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: .1rem;
}

.g-d {
    color: #ffffff;
    line-height: 1.2;
}


button:focus {
    outline: none;
}

button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #353742;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    margin: 0;
}

h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
}

h4 {

}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
    cursor: pointer;
}

img.lazy-image {
    background: url(../images/icon/image-bg.svg) center center no-repeat;
}

img.lazy-image.loaded {
    background-image: none;
}

.owl-theme img.lazy-image.loaded {
    height: auto;
    opacity: 1;
}


/* Tiny Scrollbar */
#scrollbar1 {
    width: 500px;
    margin: 0;
}

#scrollbar1 .viewport {
    position: relative;
    overflow: hidden;
    width: 500px;
    height: 870px;
}

#scrollbar1 .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    max-width: 500px;
    width: 100%;
    height: 100%;
}


#scrollbar1 .scrollbar {
    position: absolute;
    top: 0;
    right: -30px;
    background: #26b7bc;
    width: 10px;
}

#scrollbar1 .track {
    background: url(../images/icon/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
    height: 100%;
    width: 10px;
    position: relative;
    padding: 0;
}

#scrollbar1 .thumb {
    background: url(../images/icon/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
    background-image: none;
    height: 20px;
    width: 10px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0px;
    opacity: 1;
}

#scrollbar1 .thumb .end {
    background: #353742 no-repeat 50% 0;
    overflow: hidden;
    height: 120px;
    width: 10px;
}

#scrollbar1 .disable {
    display: none;
}

.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}


.wjtaaa {

    width: 9%;
    margin-left: 50px;
    float: left;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.fix {
    position: relative;
    display: block;
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    padding: 5px 10px 5px;
}

.map-data a {
    color: #0b59d9;
    display: block;
}

.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212;
}


i {
    font-style: normal;
}

ul,
li {
    list-style: none;
    /*margin: 0;*/
    padding: 0;
}

ol,
li {
    margin: 0;
    padding: 0;
}

.clr1 {
    color: #f36727;
}

.bgclr1 {
    background: #f36727;
}


.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}


.btn-one {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    padding-right: 10px;
    background-color: #26b7bc;
    color: #ffffff;
    font-size: 16px;
    line-height: 60px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 40px;
    font-family: 'Inter', sans-serif;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.btn-one:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #25a5a9;
    content: "";
    border-radius: 40px;
    transform: scaleX(0.0) rotateX(0deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.btn-one:hover:after {
    transform: scaleX(1.0) rotateX(0deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.btn-one .txt {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}

.btn-one i.round {
    position: relative;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 16px;
    color: #26b7bc;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.btn-one:hover i.round {
    color: #ffffff;
    margin-left: 25px;
    transform: rotate(360deg);

}

.btn-one:hover,
.btn-one:focus {
    color: #f7f7f7;
}


.btn-one.style2 {float: right;
    line-height: 50px;
}

.btn-one.style2 i.round {
    width: 30px;
    height: 30px;
    margin-left: 10px;
}

.btn-one.style2:hover i.round {
    margin-left: 15px;
}

.btn-style3 {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: #f4f5f7;
    border-radius: 50%;
    color: #353742;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.btn-style3:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background: #353742;
    content: "";
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: -1;
}

.btn-style3:hover:before {
    transform: scale(1.0);
}

.btn-style3:hover {
    color: #ffffff;
}


.gra-bgclr1 {
    background: rgba(0, 0, 0, 0); /* Old Browsers */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.29) 43%, rgba(0, 0, 0, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(43%, rgba(0, 0, 0, 0.29)), color-stop(100%, rgba(0, 0, 0, 1))); /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.29) 43%, rgba(0, 0, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.29) 43%, rgba(0, 0, 0, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.29) 43%, rgba(0, 0, 0, 1) 100%); /* IE 10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.29) 43%, rgba(0, 0, 0, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0); /* IE6-9 */
}


.sec-title {
    position: relative;
    display: block;
    margin-top: -9px;
    padding-bottom: 59px;
}

.sec-title h2 {
    color: #353742;
    font-size: 28px;
    line-height: 48px;
    font-weight: 900;
    text-transform: capitalize;
}

.sec-title h2 span {
    color: #26b7bc;
}

.sec-title h2.clrwhite {
    color: #ffffff;
}


.parallax-bg-one {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.parallax-bg-one::before {
    background: rgba(18, 32, 0, 0.90) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}


/*___ owl Nav Dot Style _____*/
.owl-theme .owl-prev span,
.owl-theme .owl-next span {
    display: none;
}


.owl-nav-style-one {
}

.owl-nav-style-one.owl-theme .owl-prev span,
.owl-nav-style-one.owl-theme .owl-next span {
    position: relative;
    top: -3px;
    display: block;
}

.owl-nav-style-one .owl-controls {
}

.owl-nav-style-one.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}

.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    z-index: 10;
    display: block;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid #031f4b;
    border-radius: 7px;
    color: #031f4b;
    font-size: 25px;
    font-weight: 500;
    line-height: 36px;
    margin: 0 0 0 0px;
    padding: 0;
    transition: all 700ms ease 0s;
}

.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    transform: rotate(0deg);
}

.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #0098ff;
    border-color: #0098ff;
}


.owl-nav-style-two {
}

.owl-nav-style-two .owl-controls {
}

.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"] {
    background: #fff none repeat scroll 0 0;
    border-radius: 0%;
    color: #3740b0;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 50px;
    transition: all 700ms ease 0s;
}

.owl-nav-style-two.owl-theme .owl-nav .owl-next {
    margin-left: 0px;
}

.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #ffffff;
    background: #3740b0;
}


.owl-carousel.owl-dot-style1 .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 60px;
}

.owl-carousel.owl-dot-style1 .owl-dots {
    position: relative;
    line-height: 8px;
    height: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 4px;
    border: 0px solid transparent;
    background: #031f4b;
    margin: 0px 5px;
    padding: 0px;
    border-radius: 0%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {
    display: none;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active {
    background: #0098ff;
    width: 20px;
    height: 8px;
}


/* Accordion Box Css */
.accordion-box {
    position: relative;
    display: block;
}

.accordion-box .accordion {
    position: relative;
    display: block;
    background: #ffffff;
    border-bottom: 1px solid #dbdee4;
    border-radius: 0px;
}

.accordion-box .accordion.bordernone {
    border-bottom: none;
}

.accordion-box .accordion .accord-btn {
    position: relative;
    display: block;
    cursor: pointer;
    padding-left: 30px;
    padding-right: 70px;
    padding-top: 25px;
    padding-bottom: 25px;
    transition: all 500ms ease;
}

.accordion-box .accordion .accord-btn h4 {
    color: #353742;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    transition: all 500ms ease;
}

.accordion-box .accordion .accord-btn::after {
    font-family: FontAwesome;
    position: absolute;
    content: "\f106";
    top: 50%;
    right: 30px;
    color: #353742;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    transform: translateY(-50%);
    transition: all 500ms ease 0s;
}

.accordion-box .accordion .accord-btn.active {
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.accordion-box .accordion .accord-btn.active h4 {
    color: #26b7bc;
}

.accordion-box .accordion .accord-btn.active:after {
    color: #26b7bc;
    content: "\f107";
}

.accordion-box .accordion .accord-content {
    position: relative;
    display: block;
    border-top: 1px solid #dbdee4;
    padding-top: 25px;
    padding-bottom: 29px;
    padding-left: 30px;
    padding-right: 40px;
    display: none;
}

.accordion-box .accordion .accord-content.collapsed {
    display: block;
}

.accordion-box .accordion .accord-content p {
    color: #8a8c93;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    margin: 0;
}


@keyframes pulse {
    50% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, .1),
        0 0 0 20px rgba(238, 238, 238, 0.3000);
    }
}

@keyframes pulse2 {
    50% {
        box-shadow: 0 0 0 5px rgba(255, 231, 1, .1),
        0 0 0 20px rgba(255, 231, 1, 0.3000);
    }
}

.rating-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.rating-box ul {
    overflow: hidden;
}

.rating-box ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 3px;
}

.rating-box ul li:last-child {
    margin-right: 0;
}

.rating-box ul li a {
    color: #031f4b;
    font-size: 18px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}


.boxed_wrapper {
    position: relative;
    overflow: hidden;
    background: #ffffff none repeat scroll 0 0;
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    min-height: 400px;
}


/*=============== Boxed-Layout =============*/
.boxed_wrapper_box_page {
    position: relative;
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

.body_switcher {
    position: fixed;
    top: 150px;
    z-index: 9999999;
    left: -200px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.body_switcher .body_switch_btn {
    position: absolute;
    right: -50px;
    z-index: -1;
}

.body_switcher .body_switch_btn button {
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 24px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.80);
    cursor: pointer;
    transition: all 500ms ease;
}


.body_switcher .boxed_switch_menu {
    position: relative;
    background: #fff;
    width: 200px;
    padding: 25px 15px 20px;
    text-align: center;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}

.body_switcher .boxed_switch_menu h5 {
    color: #222222;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}

.body_switcher.switcher-show {
    left: 0;
}

.body_switcher .boxed_switch_menu .switch_body .box {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
}

.body_switcher .boxed_switch_menu .switch_body .box > div {
    width: 80px;
    height: 50px;
    background: #fff;
    border: 2px solid #999;
}

.body_switcher .boxed_switch_menu .switch_body .box > div > span {
    display: block;
    width: 60px;
    height: 100%;
    margin: 0 auto;
    background: #fff;
    border-left: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
}

.body_switcher .boxed_switch_menu .switch_body .box p {
    position: relative;
    display: block;
    color: #999;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 7px 0 0;
}

.main_page.active_boxlayout {
    max-width: 1550px;
    width: 100%;
    min-width: 300px;
    margin: 0 auto;
    background: url(../images/pattern/body-pattern.png) #f8f8f8;
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: center;
    overflow-x: hidden;
}


/*=============== Color-Layout =============*/
.switcher {
    position: fixed;
    top: 220px;
    z-index: 99;
}

.switcher .switch_btn {
    position: absolute;
    top: 0px;
    right: -50px;
    z-index: -1;
}

.switcher .switch_btn button {
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    cursor: pointer;
    border-radius: 0;
    margin-left: 0;
    transition: all 500ms ease;
    background: rgba(255, 255, 255, 0.70);
}

.switcher .switch_menu {
    position: absolute;
    width: 180px;
    height: 30px;
    background: transparent;
    display: none;
    top: 0px;
    left: 60px;
    bottom: 0;
    margin: 10px 0;
}

.switcher #styleOptions li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 3px;
}

.switcher #styleOptions li:last-child {
    margin-right: 0;
}

.switcher #styleOptions li a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 0 0px #fff;
}

.switcher #styleOptions li a.blue-color {
    background: #6377ee;
}

.switcher #styleOptions li a.pink-color {
    background: #ff6ec7;
}

.switcher #styleOptions li a.violet-color {
    background: #6936d8;
}

.switcher #styleOptions li a.crimson-color {
    background: #ba0913;
}

.switcher #styleOptions li a.orange-color {
    background: #FFA500;
}


/*________________Preloader_______________ */
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/preloader.gif);
}

.preloader.style-two {
    background-image: url(../images/icon/preloader-1.gif);
}


/*** Scroll To Top style ***/
.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 20px;
    width: 55px;
    height: 55px;
    background: #26b7bc;
    color: #ffffff;
    border-radius: 5px;
    font-size: 20px;
    line-height: 55px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    display: none;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 999999999;
}

.scroll-top span {
}

.scroll-top:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    z-index: -1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
    color: #f8f8f8;
}

.scroll-top.style2 {
    position: absolute;
    left: 0;
    top: -20px;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #0098ff;
    border: none;
    text-align: center;
    animation: auto;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
}


/* Form validation styles */
input:focus,
textarea:focus,
select:focus {
    border-color: #43c3ea;
    outline: none;
}

#contact-form input[type="text"].error {
    border-color: red;
}

#contact-form input[type="email"].error {
    border-color: red;
}

#contact-form select.error {
    border-color: red;
}

#contact-form textarea.error {
    border-color: red;
}


/* Post pagination styles */
.post-pagination {
    position: relative;
    display: block;
}

.post-pagination.martop20 {
    margin-top: 20px;
}

.post-pagination li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
}

.post-pagination li a {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 2px solid #eeeeee;
    color: #131313;
    font-size: 18px;
    line-height: 56px;
    font-weight: 600;
    transition: all 500ms ease 0s;
    font-family: 'Poppins', sans-serif;
}

.post-pagination li a i {
    color: #c1c1c1;
    font-size: 22px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.post-pagination li.active a,
.post-pagination li:hover a {
    background: #fec727;
    border-color: #fec727;
}

.post-pagination li.active a i,
.post-pagination li:hover a i {
    color: #131313;
}


.post-pagination.style2 li a {
    border-radius: 0;
}


.secpd100-0 {
    padding: 100px 0;
}


/* Overlay styles */
.overlay-style-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 0;
    z-index: 1;
}

.overlay-style-one.bg1 {
    background-color: rgba(0, 0, 0, 0.50);
}

.overlay-style-one.bg2 {
    background-color: rgba(39, 183, 188, 0.70);
}


.overlay-style-one.bg3 {
    background-color: rgba(0, 83, 153, 0.90);
}

.overlay-style-one .box {
    display: table;
    height: 100%;
    width: 100%;
}

.overlay-style-one .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.overlay-style-one .box .inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.overlay-style-two {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
    transition: all 900ms ease;
}

.overlay-style-two:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s;
    background-color: rgba(18, 18, 18, 0.90);
}

.overlay-style-two:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.5s;
    background-color: rgba(18, 18, 18, 0.90);
}


.overlay-style1 {
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 100%;
    opacity: 0;
    transform-origin: top;
    transform-style: preserve-3d;
    transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: 1;
}

.overlay-style1.bg1 {
    background-color: rgba(0, 0, 0, 0.70);
}

.overlay-style2 {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.70);
    transform: skew(0deg, 0deg) scale(1.2, 1.2);
    transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: 1;
}


.review-box {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 16px;
}

.review-box ul {
    display: block;
    overflow: hidden;
}

.review-box ul li {
    display: inline-block;
    float: left;
    margin-right: 4px;
}

.review-box ul li:last-child {
    margin-right: 0px;
}

.review-box ul li i {
    font-size: 18px;
    color: #ffba00;
}


.social-links-style1 {
    position: relative;
    display: block;
    overflow: hidden;
}

.social-links-style1 li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.social-links-style1 li:last-child {
    margin-right: 0px;
}

.social-links-style1 li a i {
    position: relative;
    display: block;
    background: #f4f5f7;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #353742;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    transition: all 500ms ease;
}

.social-links-style1 li a:hover i {
    color: #ffffff;
    background: #26b7bc;
}


.sociallinks-style-two {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 7px 0 8px;
}

.sociallinks-style-two li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 25px;
}

.sociallinks-style-two li:last-child {
    margin-right: 0px;
}

.sociallinks-style-two li a i {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 16px;
    transition: all 500ms ease 0s;
}

.sociallinks-style-two li a:hover i {
    color: #e4b33d;
}


/* Update header Style */
@keyframes menu_sticky {
    0% {
        margin-top: -90px;
    }
    50% {
        margin-top: -74px;
    }
    100% {
        margin-top: 0;
    }
}


/*** 
========================================
    Mobile Menu
========================================
***/
.nav-outer .mobile-nav-toggler {
    position: relative;
    display: none;
    float: right;
    cursor: pointer;
    padding: 30px 0;
}

.nav-outer .mobile-nav-toggler .inner {
    position: relative;
    display: block;
    padding: 3px 5px;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    max-width: 100%;
    height: 100%;
    padding-right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 13, 40, 0.90);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .mCSB_inside > .mCSB_container {
    margin-right: 5px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}


.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.mobile-menu .nav-logo a {
    position: relative;
    display: inline-block;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #000000;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li > ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li > a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current > a:before {
    height: 100%;
}


.mobile-menu .navigation li ul li > a {
    font-size: 15px;
    font-weight: 400;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 32px;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 5px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {
    color: #26b7bc;
}


/*==============================================
    Main Header Css        
===============================================*/
.main-header {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    margin: 0px;
    z-index: 999999;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0px 0px;
    background: rgba(255, 255, 255, 0.97);
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 0;
}

.fixed-header .sticky-header {
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    opacity: 1;
    z-index: 999999;
}

.sticky-header .logo {
    position: relative;
    display: block;
    padding: 12px 0 13px;
}

.sticky-header .logo a {
    position: relative;
    display: inline-block;
}

.sticky-header .main-menu .navigation > li {
    padding: 0;
    margin-right: 40px;
}

.sticky-header .main-menu .navigation > li > a {
    padding: 27px 0 28px;
}


.header-style-one {
    position: relative;
}

.header-style-one .border-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #0098ff;
    content: "";
}

.header-top {
    position: relative;
    display: block;
    background: #ffffff;
}

.header-top .outer-box {
    position: relative;
    display: block;
}

.header-top-left {
    position: relative;
    display: block;
    padding: 10px 0 11px;
}

.header-top-left p {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
}


.header-top-right {
    position: relative;
    display: block;
}

.header-social-link {
    position: relative;
    display: block;
    float: left;
    padding: 12px 0 13px;
}

.header-social-link ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.header-social-link ul li {
    position: relative;
    display: inline-block;
    float: left;
    padding: 0 10px;
    vertical-align: middle;
    line-height: 1;
}

.header-social-link ul li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.6);
}

.header-social-link ul li:last-child {
    margin-right: 0;
}

.header-social-link ul li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.header-social-link ul li a:hover {
    color: #26b7bc;
}

.header-top-right .button-box {
    position: relative;
    display: block;
    float: right;
}

.header-top-right .button-box a {
    position: relative;
    display: inline-block;
    background: #26b7bc;
    color: #ffffff;
    font-size: 14px;
    line-height: 45px;
    font-weight: 700;
    padding: 0 40px;
    border-bottom-right-radius: 7px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.header-top-right .button-box a:hover {
    background: #22232b;
}


.header {
    position: relative;
    display: block;
}

.header .outer-box {
    position: relative;
    display: block;
}

.header-left {
    position: relative;
    display: block;
}

.header-left .logo {
    position: relative;
    display: block;
    padding: 25px 0;
}

.header-left .logo a {
    position: relative;
    display: inline-block;
}

.header-left .logo a img {
    width: auto;
}


.header-right {
    position: relative;
    display: block;
}

.header-right .nav-outer {
    position: relative;
    display: block;
    float: left;
}

.main-menu.style1 {
}

.main-menu {
    position: relative;
    display: block;
    float: left;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    position: relative;
    display: block;
}

.main-menu .navigation > li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 50px;
    padding: 45px 0;
}

.main-menu .navigation > li:last-child {
    margin-right: 0;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    color: #8a8c93;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 500ms ease;
    opacity: 1;
    font-family: 'Inter', sans-serif;
}

.main-menu .navigation > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 270px;
    padding: 0px 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 100ms ease;
    z-index: 100;
}

.main-menu .navigation > li > ul:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    z-index: -1;
}

.main-menu .navigation > li.dropdown:hover > ul {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li {
    position: relative;
    display: block;
    padding: 0 20px;
    width: 100%;
}

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    border-bottom: 1px solid #e9e9e9;
    padding: 13px 0px 13px;
    color: #353742;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
    font-family: 'Inter', sans-serif;
}

.main-menu .navigation > li > ul > li:last-child > a {
    border: none;
}

.main-menu .navigation > li > ul > li > a:hover {
    padding-left: 15px;
}

.main-menu .navigation > li > ul > li > a:before {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    content: "";
    margin: 15px 0;
    width: 0px;
    background: #26b7bc;
    opacity: 0;
    transition: all 500ms ease;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.main-menu .navigation > li > ul > li:hover > a:before {
    width: 5px;
}


.main-menu .navigation > li > ul > li.dropdown > a:after {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f105";
    color: #031f4b;
    font-size: 14px;
    font-weight: 700;
    margin: 12px 0;
    text-align: right;
    z-index: 5;
}

.main-menu .navigation > li > ul > li:hover > a:before {
    opacity: 1;
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    top: 0%;
    left: 100%;
    width: 250px;
    padding: 0;
    display: none;
    background: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 100ms ease;
    z-index: 100;
}

.main-menu .navigation li > ul > li.dropdown:hover ul {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    display: block;
    padding: 0 20px;
    width: 100%;
}

.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    border-bottom: 1px solid #e9e9e9;
    padding: 13px 0px 13px;
    color: #353742;;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
    font-family: 'Inter', sans-serif;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a {
    border: none;
}

.main-menu .navigation > li > ul > li:hover > a {
    padding-left: 15px;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
    padding-left: 15px;
}

.main-menu .navigation > li > ul > li > ul > li a:before {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    content: "";
    margin: 15px 0;
    width: 0px;
    background: #26b7bc;
    transition: all 500ms ease;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a:before {
    width: 5px;
}

/****
.main-menu .navigation> li> ul.megamenu {
    position: absolute;
    left: -232px;
    width: 700px;
}
.main-menu .navigation> li> ul.megamenu li {
    position: relative;
    max-width: 33.333333%;
    float: left;
}
***/
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0;
    width: 50px;
    height: 42px;
    border-left: 1px solid #04102a;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    z-index: 5;
}


.header-contact {
    position: relative;
    display: block;
    float: right;
    padding: 26px 0;
    margin-left: 60px;
}

.header-contact .icon {
    width: 80px;
}

.header-contact .icon span:before {
    position: relative;
    top: 7px;
    font-size: 60px;
    line-height: 60px;
}

.header-contact .icon,
.header-contact .title {
    display: table-cell;
    vertical-align: middle;
}

.header-contact .title a {
    color: #353742;
    font-size: 18px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.header-contact .title a:hover {
    color: #26b7bc;
}

.header-contact .title p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 0px 0 0;
}


/*** 
=====================================================
	Main Slider style
=====================================================
***/
.main-slider {
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 10;
}

.main-slider.style1 {
    margin-top: 0px;
}

.main-slider .slide {
    position: relative;
    display: block;
    overflow: hidden;
    /*padding: 120px 0px 100px;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*height:800px;*/
}

.main-slider .slide .image-layer {
    /*position:absolute;*/
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    /*transition: all .8s ease-in-out .4s;*/
    padding-top: 35%;
}

.main-slider .slide .image-layer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.10);*/
    content: "";
    z-index: -1;
}

.main-slider .active .slide .image-layer {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.main-slider .content {
    position: relative;
    z-index: 11;
}

.main-slider.style1 .content {
    position: relative;
    display: block;
    width: 100%;
}

.main-slider .auto-container {
    position: relative;
    overflow: hidden;
}

.main-slider .content h3 {
    color: #26b7bc;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.1em;
    opacity: 0;
    display: inline-block;
    background: none 0px 0px repeat scroll rgba(255, 255, 255, 0.8);
    padding: 5px 25px;
    transform: translateY(80px);
    transition: all .3s ease-in-out .1s;
}

.main-slider .active .content h3 {
    opacity: 1;
    transform: translateY(0px);
    transition: all .3s ease-in-out .3s;
}

.main-slider .content h2 {
    position: relative;
    color: #353742;
    font-size: 48px;
    line-height: 1.1em;
    font-weight: 900;
    margin-top: 15px;
    margin-bottom: 30px;
    opacity: 0;
    display: inline-block;
    background: none 0px 0px repeat scroll rgba(255, 255, 255, 0.8);
    padding: 10px 25px;
    transform: translateY(80px);
    transition: all .3s ease-in-out .1s;
}

.main-slider .active .content h2 {
    opacity: 1;
    transform: translateY(0px);
    transition: all .6s ease-in-out .5s;
}

.main-slider .content h4 {
    line-height: 36px;
    margin-bottom: 85px;
    opacity: 0;
    display: inline-block;
    background: none 0px 0px repeat scroll rgba(255, 255, 255, 0.8);
    padding: 5px 25px;
    transform: translateY(80px);
    transition: all .3s ease-in-out .1s;
    font-weight: normal;
}

.main-slider .active .content h4 {
    color: #666666;
    line-height: 36px;
    opacity: 1;
    transform: translateY(0px);
    transition: all .9s ease-in-out .7s;
}

.main-slider .content .btns-box {
    position: relative;
    opacity: 0;
    transform: translateY(80px);
    transition: all .3s ease-in-out .1s;
}

.main-slider .active .content .btns-box {
    opacity: 1;
    transform: translateY(0px);
    transition: all 1.2s ease-in-out .9s;
}

.main-slider .icon-holder {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    background: #26b7bc;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 10;
    opacity: 0;
    transform: translateY(-80px);
    transition: all .4s ease-in-out .1s;

}

.main-slider .active .icon-holder {
    opacity: 1;
    transform: translateY(0px);
    transition: all .7s ease-in-out .7s;
}

.main-slider .icon-holder img {
    width: auto;
}


.main-slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    opacity: 0;
    transform: scale(1.0);
}

.main-slider:hover .owl-theme .owl-nav {
    opacity: 1;
    transform: scale(1.0);
}

.main-slider .owl-theme .owl-prev span,
.main-slider .owl-theme .owl-next span {
    display: block;
}

.main-slider .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 50px;
    top: 0;
    transform: rotate(180deg);
    background: #ffffff;
    border: 2px solid #ffffff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    color: #353742;
    font-size: 25px;
    line-height: 56px;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 0;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-slider .owl-theme .owl-nav .owl-prev:hover {
    background: #26b7bc;
}

.main-slider .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 50px;
    top: 0;
    background: #ffffff;
    border: 2px solid #ffffff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    color: #353742;
    font-size: 25px;
    line-height: 56px;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 0;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-slider .owl-theme .owl-nav .owl-next:hover {
    background: #26b7bc;
}


.banner-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: 70px;
    right: 0;
    display: block;
    text-align: center;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto !important;
    line-height: 0;
    display: none;
}

.banner-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline;
    height: 20px;
    width: 20px;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin: 0 10px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.banner-carousel .owl-dots .owl-dot span {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
}

.banner-carousel .owl-dots .owl-dot.active {
    background-color: #0098ff;
    border-color: #0098ff;
}


/*** 
=====================================================
	Main Slider Style2 style
=====================================================
***/
.main-slider.style2 {
    position: relative;
}

.main-slider.style2 .slide {
    padding: 180px 0px 180px;
}

.main-slider .slide .image-layer:before {
    /*background-color: rgba(255, 255, 255, 0.30);*/
}

.main-slider.style2 .content .sub-title {
    position: relative;
    display: inline-block;
    background: #26b7bc;
    padding: 11px 20px;
    border-radius: 6px;
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.01em;
    opacity: 0;
    transform: translateY(-80px);
    transition: all .4s ease-in-out .1s;
}

.main-slider.style2 .active .content .sub-title {
    opacity: 1;
    transform: translateY(0px);
    transition: all .4s ease-in-out .3s;
}

.main-slider.style2 .content h2 {
    line-height: 1.1em;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 44px;
}

.main-slider.style2 .content h2 span {
    font-weight: 700;
}


/*** 
=============================================
    Welcome Area Css
=============================================
***/
.welcome-area {
    position: relative;
    display: block;
    background: #f4f5f7;
    padding: 156px 0 100px;
}

.welcome-image-box {
    position: relative;
    display: block;
    max-width: 610px;
    width: 100%;
    /*padding-right: 40px;*/
    padding-bottom: 40px;
}

.welcome-image-box:before {
    position: absolute;
    top: 0;
    left: -120px;
    bottom: 40px;
    width: 15px;
    background: #26b7bc;
    content: "";
    border-radius: 10px;
}


.welcome-image-box img {
    width: 100%;
    border-radius: 7px;
}

.welcome-image-box .image2 {
    position: absolute;
    bottom: -78px;
    left: -50px;
}

.welcome-image-box .image2:before {
    position: absolute;
    top: -20px;
    right: -20px;
    bottom: 0px;
    left: 0px;
    border-top: 20px solid #f6f6f6;
    border-right: 20px solid #f6f6f6;
    content: "";
    border-radius: 7px;
    border-bottom-left-radius: 0;
}

.welcome-image-box .image2 img {
    width: 100%;
    border-radius: 7px;
    border-top-right-radius: 0;
}

.welcome-image-box .experience-box {
    position: absolute;
    top: 35px;
    left: 0;
}

.welcome-image-box .experience-box {
    position: absolute;
    top: 239px;
    left: 365px;
    width: 200px;
    height: 200px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*animation: fa-spin 5s ease infinite;*/
}

.welcome-image-box .experience-box:before {
    position: absolute;
    top: 13px;
    left: 13px;
    bottom: 13px;
    right: 13px;
    border: 1px dashed #e1e1e2;
    content: "";
    border-radius: 50%;
}

.welcome-image-box .experience-box h2 {
    color: #26b7bc;
    font-size: 54px;
    line-height: 50px;
    font-weight: 400;
    margin: 0;
}

.welcome-image-box .experience-box span {
    font-size: 30px;
}

.welcome-image-box .experience-box h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin: 3px 0 0;
}


.welcome-content-box {
    position: relative;
    display: block;
    margin-left: -30px;
    margin-right: -30px;
}

.welcome-content-box .sec-title {
    padding-bottom: 15px;
}

.welcome-content-box .inner-content {
    position: relative;
    display: block;
}

.welcome-content-box .inner-content .text {
    position: relative;
    display: block;
}

.welcome-content-box .inner-content .text p {
    margin: 0;
    text-indent: 2em;
    padding-bottom: 10px;
}

.welcome-content-box .inner-content ul {
    position: relative;
    display: block;
    overflow: hidden;
    /*padding: 29px 0 45px;*/
}

.welcome-content-box .inner-content ul li {
    position: relative;
    display: block;
    padding-left: 40px;
    font-size: 20px;
    line-height: 50px;
}

.welcome-content-box .inner-content ul li:before {

}

.welcome-content-box .inner-content .bottom-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.welcome-content-box .inner-content .bottom-box .left {
}

.welcome-content-box .inner-content .bottom-box .text2 {
    position: relative;
    display: block;
}

.welcome-content-box .inner-content .bottom-box .text2 p {
    margin: 0 0 6px;
    line-height: 20px;
}

.welcome-content-box .inner-content .bottom-box .text2 a {
    color: #2b2d36;
    font-size: 20px;
    font-weight: 700;
}

.author-info-box1 {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 30px;
}

.author-info-box1 .image-box {
    width: 90px;
}

.author-info-box1 .image-box .inner {
    position: relative;
    display: block;
    padding: 4px;
    border: 2px solid #26b7bc;
    border-radius: 50%;
}

.author-info-box1 .image-box .inner img {
    width: 100%;
}

.author-info-box1 .image-box,
.author-info-box1 .signature-box {
    display: table-cell;
    vertical-align: middle;
}

.author-info-box1 .signature-box {
    position: relative;
    padding-left: 15px;
}

.patients-box {
    position: relative;
    display: block;
    width: 200px;
    background: #ffffff;
    padding: 6px 0 7px;
}

.patients-box i {
    color: #26b7bc;
    font-size: 67px;
}

.patients-box h2 {
    color: #353742;
    font-size: 50px;
    line-height: 50px;
    font-weight: 500;
    margin: 1px 0 8px;
}

.patients-box h2 span {
    position: relative;
    display: block;
    line-height: 50px;
}

.patients-box p {
    margin: 0;
}


/*** 
=============================================
    Certified Area Css
=============================================
***/
.certified-area {
    position: relative;
    display: block;
    z-index: 1;
}

.certified-area:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #f4f5f7;
    content: "";
    z-index: -1;
}

.certified-area .outer-container {
    position: relative;
    display: block;
    max-width: 1440px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.certified-area .outer-box {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 90px 90px 50px 90px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.certified-area .outer-box:before {
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: 0px;
    right: 30px;
    border: 1px solid #dbdee4;
    border-bottom: none;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    content: "";
}

.certified-content-box {
    position: relative;
    display: block;
}

.certified-content-box .sec-title {
    padding-bottom: 25px;
}

.certified-content-box .text {
    position: relative;
    display: block;
}

.certified-content-box .text .btns-box {
    position: relative;
    display: block;
    padding-top: 10px;
}


.certified-image-box1 {
    position: relative;
    display: block;
    margin-left: -80px;
    margin-right: 80px;
}

.certified-image-box1 img {
    width: 100%;
    border-radius: 10px;
}


.certified-box {
    position: relative;
    display: block;
    margin-left: -80px;
}

.certified-box .icon-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.certified-box .icon-box .eye-box {
    top: -15px;
}

.eye-box {
    position: relative;
    width: 110px;
    height: 110px;
    background: #26b7bc;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    animation: fa-spin 5s ease infinite;
}

.certified-box ul {
    position: relative;
    display: block;
    margin-left: -15px;
    margin-right: -15px;
}

.certified-box ul li {
    position: relative;
    display: block;
    float: left;
    width: 220px;
    margin: 0 15px 30px;
}


/*** 
=============================================
    Service Style1 Area Css
=============================================
***/
.services-style1-area {
    position: relative;
    display: block;
    background: #f4f5f7;
    padding-top: 0px;
    padding-bottom: 60px;
    z-index: 1;
}

.services-style1-area:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 214px;
    background: #353742;
    content: "";
    z-index: -1;
}

.services-style1-area .top-title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.services-style1-area .sec-title {
    padding-bottom: 20px;
}

.services-style1-area .top-title .text {
    position: relative;
    display: block;
    max-width: 500px;
    width: 100%;
    top: -9px;
}

.services-style1-area .top-title .text p {
    color: #a5a7b3;
    font-size: 18px;
    line-height: 34px;
    margin: 0;
}

.services-style1-area.services-style1-instyle2:before {
    background: #f4f5f7;
}

.services-style1-area.services-style1-instyle2 .top-title .text p {
    color: #8a8c93;
}


.single-service-style1 {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.single-service-style1:before {
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    height: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #26b7bc;
    content: "";
    transform: scaleY(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: -1;
}

.single-service-style1:hover:before {
    transform: scaleY(1.0);
}

.single-service-style1 .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.single-service-style1 .img-holder img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}

.single-service-style1:hover .img-holder img {
    transform: scale(1.2);
}

.single-service-style1 .img-holder::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}

.single-service-style1:hover .img-holder::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

.single-service-style1 .img-holder .icon {
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 110px;
    height: 110px;
    background: #26b7bc;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    z-index: 1;
}

.single-service-style1 .img-holder .icon:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    background: #353742;
    content: "";
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: -1;
}

.single-service-style1:hover .img-holder .icon:before {
    transform: scale(1.0);
}


.single-service-style1 .img-holder .icon span:before {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 65px;
    line-height: 110px;
    text-align: center;
}


.single-service-style1 .text-holder {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 35px 40px 40px;
    -webkit-box-shadow: 0px 5px 12px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 5px 12px 2px rgba(0, 0, 0, 0.06);
}

.single-service-style1 .text-holder h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 13px;
}

.single-service-style1 .text-holder h3 a {
    color: #353742;
}

.single-service-style1 .text-holder p {
    margin: 0;
}

.single-service-style1 .text-holder .bottom-box {
    position: relative;
    display: block;
    padding-top: 18px;
}

.single-service-style1 .counting {
    position: absolute;
    bottom: -15px;
    right: -20px;
    color: #f4f5f7;
    font-size: 120px;
    line-height: 100px;
    font-weight: 900;
}


/*** 
=============================================
    Slogan Area Css
=============================================
***/
.slogan-area {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.slogan-area:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(38, 183, 188, 0.90);
    content: "";
    z-index: -1;
}

.slogan-content {
    position: relative;
    overflow: hidden;
    padding: 104px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.slogan-content .left {
    position: relative;
    display: block;
}

.slogan-content .left .title h2 {
    color: #ffffff;
    font-size: 35px;
    line-height: 56px;
    font-weight: 900;
}

.slogan-content .right {
    position: relative;
    display: block;
}

.slogan-content .right .btns-box {
    position: relative;
}

.slogan-content .right .btns-box a {
    background: #353742;
}


/*** 
=============================================
    choose Area Css
=============================================
***/
.choose-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 0px;
    z-index: 1;
}

.choose-area:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 150px;
    right: 0;
    background: #f4f5f7;
    content: "";
    z-index: -1;
}


.choose-left-box {
    position: relative;
    display: block;
}

.choose-left-box img {
    max-width: none;
    float: right;
}

.video-holder-box {
    position: relative;
    display: block;
    z-index: 1;
}

.video-holder-box .icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: #26b7bc;
    border-top-left-radius: 0px;
    z-index: 1;
}

.video-holder-box .icon:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border-radius: 0px;
    z-index: -1;
}

.video-holder-box:hover .icon:before {
    -webkit-box-shadow: 0 0 0 0 rgba(54, 124, 232, .09);
    box-shadow: 0 0 0 0 rgba(54, 124, 232, .09);
    -webkit-animation: ripple 1s infinite;
    animation: ripple 3s infinite
}

.video-holder-box .icon a {
    position: relative;
    display: block;
    text-align: center;
    height: 100%;
    width: 100%;
    transition: all 500ms ease;
}

.video-holder-box .icon a span:before {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 30px;
    line-height: 150px;
}


.choose-content-box {
    position: relative;
    display: block;
    padding-left: 90px;
    padding-bottom: 213px;
}

.choose-content-box .sec-title {
    padding-bottom: 20px;
}

.choose-content-box .inner-content {
    position: relative;
    display: block;
}


.choose-tabs {
    position: relative;
    display: block
}

.choose-tabs .tab-button-column {
    position: relative;
    display: block;
}

.choose-tabs .tab-buttons {
    position: relative;
    display: block;
    overflow: hidden;
}

.choose-tabs .tab-buttons .tab-btn {
    position: relative;
    display: block;
    float: left;
    padding: 0px 29px 0px;
    cursor: pointer;
    color: #353742;
    font-size: 16px;
    line-height: 55px;
    font-weight: 600;
    margin-right: 14px;
    transition: all 300ms ease;
    z-index: 1;
}

.choose-tabs .tab-buttons .tab-btn-c {
    text-align: center;
}

.choose-tabs .tab-buttons .tab-btn:last-child {
    margin-right: 0;
}

.choose-tabs .tab-buttons .tab-btn:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: #26b7bc;
    content: "";
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: -1;
}

.choose-tabs .tab-buttons .tab-btn:hover:before,
.choose-tabs .tab-buttons .tab-btn.active-btn:before {
    height: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.choose-tabs .tab-buttons .tab-btn:hover,
.choose-tabs .tab-buttons .tab-btn.active-btn {
    color: #ffffff;
}


.choose-tabs .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.choose-tabs .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.choose-tab-content-box {
    position: relative;
    display: block;
    padding-top: 30px;
}

.choose-tab-content-box .top-content {
    position: relative;
    display: block;
    padding-bottom: 10px;
}

.choose-tab-content-box .bottom-content {
    position: relative;
    display: block;
}

.choose-tab-content-box .bottom-content .image-box {
    width: 170px;
}

.choose-tab-content-box .bottom-content .image-box,
.choose-tab-content-box .bottom-content .text-box {
    display: table-cell;
    vertical-align: middle;
}

.choose-tab-content-box .bottom-content .image-box img {
    border-radius: 8px;
}

.choose-tab-content-box .bottom-content .text-box {
    position: relative;
    padding-left: 30px;
}

.choose-tab-content-box .bottom-content .text-box ul {
    overflow: hidden;
}

.choose-tab-content-box .bottom-content .text-box ul li {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 44px;
    padding-left: 40px;
}

.choose-tab-content-box .bottom-content .text-box ul li:before {

}


.happy-patients-box {
    position: absolute;
    left: -30px;
    bottom: -6px;
    max-width: 420px;
    width: 100%;
    background: #353742;
    padding: 50px 50px;
}

.happy-patients-box .icon {
    width: 90px;
}

.happy-patients-box .icon i:before {
    color: #26b7bc;
    font-size: 65px;
}

.happy-patients-box .icon,
.happy-patients-box .title {
    display: table-cell;
    vertical-align: middle;
}

.happy-patients-box .icon, .happy-patients-box .title h2 a {
    color: #ffffff !important;
}

.happy-patients-box .title h2 {
    color: #ffffff !important;
    font-size: 30px;
    line-height: 50px;
    font-weight: 400;
}

.happy-patients-box .title span {
    color: #a5a7b3;
    font-weight: 400;
}


/*** 
=============================================
    Testimonial Style1 Area Css
=============================================
***/
.testimonial-style1-area {
    position: relative;background-image: url(https://waf.bjytest.com/www.bjytest.com/images/shape-3.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 700px 600px;
    display: block;

    padding: 120px 0 77px;
}

.testimonial-style1-area .shape1 {
    position: absolute;
    left: -80px;
    bottom: -90px;
}

.testimonial-style1-area .shape2 {
    position: absolute;
    top: -150px;
    right: 0px;
    z-index: 1;
}


.testimonial-style1-area .top-title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.testimonial-style1-area .sec-title {
    padding-bottom: 20px;
}

.testimonial-style1-area .top-title .text {
    position: relative;
    display: block;
    max-width: 500px;
    width: 100%;
    top: -9px;
}

.testimonial-style1-area .top-title .text p {
    color: #8a8c93;
    font-size: 18px;
    line-height: 34px;
    margin: 0;
}


.single-testimonial-style1 {
    position: relative;
    display: block;
    max-width: 450px;
    width: 100%;
    margin: 0 auto 40px;
    z-index: 10;
}

.single-testimonial-style1 .inner-content {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 25px 25px 0;
    z-index: 1;
}

.single-testimonial-style1 .inner-content:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 60px;
    right: 0;
    -webkit-box-shadow: 0px -2px 11px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px -2px 11px 2px rgba(0, 0, 0, 0.05);
    content: "";
    z-index: -1;
    transform: scaleX(0);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-testimonial-style1:hover .inner-content:before {
    transform: scaleX(1.0);
}

.single-testimonial-style1 .inner-content .bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 30px;
    right: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    z-index: -1;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-testimonial-style1:hover .inner-content .bg {
    transform: scaleY(0);
}

.single-testimonial-style1 .inner-content .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 30px;
    right: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    z-index: -1;
    transform: scaleX(0);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-testimonial-style1:hover .inner-content .bg-overlay {
    transform: scaleX(1.0);
}

.single-testimonial-style1 .quote-icon {
    position: relative;
    display: block;
    width: 36px;
    height: 27px;
    margin: 0 auto 30px;
}

.single-testimonial-style1 .quote-icon .main-icon {
    transform: scale(1.0);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-testimonial-style1:hover .quote-icon .main-icon {
    transform: scale(0);
}

.single-testimonial-style1 .quote-icon .overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    transform: scale(0);
}

.single-testimonial-style1:hover .quote-icon .overlay-icon {
    transform: scale(1.0);
}


.single-testimonial-style1 .text-box {
    position: relative;
    display: block;
    padding-bottom: 33px;
    height: 180px;
    overflow: hidden;
}

.single-testimonial-style1 .text-box p {
    margin: 0;
}

.single-testimonial-style1 .img-box {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    transition: all 900ms linear;
    transition-delay: 0.1s;
}

.single-testimonial-style1:hover .img-box {

}

.single-testimonial-style1 .img-box:before {
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    border: 10px solid #ffffff;
    content: "";
    border-radius: 50%;
}

.single-testimonial-style1 .img-box img {
    width: 100%;
    border-radius: 50%;
}

.single-testimonial-style1 .client-info-box {
    position: relative;
    display: block;
    padding-top: 17px;
}

.single-testimonial-style1 .client-info-box h3 {
    color: #26b7bc;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 8px;
}

.single-testimonial-style1 .client-info-box span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}


/*** 
=============================================
    Partner Area Css
=============================================
***/
.partner-area {
    position: relative;
    display: block;
    padding-top: 30px;
    padding-bottom: 0px;
    min-height: 100px;
}

.partner-area:before {
    position: absolute;
    top: 300px;
    left: 0;
    right: 0;
    height: 1px;
    content: "";
    background: rgba(255, 255, 255, 0.10);
    z-index: 11;
}

.partner-area .layer-outer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0px;
    min-height: 600px;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.partner-box {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    z-index: 10;
    padding-bottom: 70px;
}

.single-partner-logo-box {
    position: relative;
    overflow: hidden;
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
    margin-bottom: 40px;
    padding: 0 10px;
}

.single-partner-logo-box a {
    position: relative;
    display: inline-block;
}

.single-partner-logo-box a img {
    opacity: .60;
    transition: all 0.2s ease-in-out 0.1s;
}

.single-partner-logo-box:hover a img {
    opacity: 1.0;
    transition: all 0.8s ease-in-out 0.1s;
}


/*** 
=============================================
    Service Style2 Area Css
=============================================
***/
.service-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0 0 50px;
    z-index: 10;
    border-bottom: 1px solid #dbdee4;
}

.service-style2-area .layer-outer-shape {
    position: absolute;
    top: 0;
    left: -60px;
    bottom: 0;
    max-width: 593px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: left top;
    opacity: .03;
}

.service-style2-left {
    position: relative;
    display: block;
    margin-top: -55px;
    margin-right: -40px;
}

.service-style2-left .sec-title {
    padding-bottom: 35px;
    margin-top: 0;
    top: -9px;
}

.single-service-style2 {
    position: relative;
    display: block;
    background: #ffffff;
    margin-bottom: 25px;
    padding: 27px 20px 18px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style2:hover {
    -webkit-box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.05);
}

.single-service-style2 .title {
    position: relative;
    display: inline-block;
    background: #f4f5f7;
    padding: 8px 20px;
    border-radius: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style2:hover .title {
    background: #26b7bc;
}

.single-service-style2 .title h5 {
    color: #353742;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style2:hover .title h5 {
    color: #ffffff;
}

.single-service-style2 .text {
    position: relative;
    display: block;
    padding-top: 15px;
}

.single-service-style2 .text p {
    font-size: 14px;
    line-height: 32px;
    margin: 0;
}


.service-style2-left .bottom-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #dbdee4;
    padding-top: 30px;
}

.any-question-box {
    position: relative;
    display: block;
}

.any-question-box .icon {
    width: 85px;
}

.any-question-box .icon span:before {
    position: relative;
    top: 8px;
    color: #26b7bc;
    font-size: 65px;
    line-height: 65px;
}

.any-question-box .icon,
.any-question-box .title {
    display: table-cell;
    vertical-align: middle;
}

.any-question-box .title {
    position: relative;
}

.any-question-box .title span {
}

.any-question-box .title h3 {
    color: #2b2d36;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    margin: 1px 0 0;
}

.service-style2-left .bottom-box .right {
    position: relative;
    display: block;
}

.service-style2-left .bottom-box .right .phone-number {
    position: relative;
    display: block;
}

.service-style2-left .bottom-box .right .phone-number a {
    color: #2b2d36;
    font-size: 30px;
    font-weight: 700;
}

.service-style2-right {
    position: relative;
    display: block;
    margin-top: -35px;
    margin-left: 60px;
}

.service-style2-right img {
    width: 100%;
}


/*** 
=============================================
    Home Map Area Css
=============================================
***/
.home-map-area {
    position: relative;
    display: block;
}

.home-map-area .outer-container {
    display: block;
}

.home-map-area .map-outer .map-canvas {
    position: relative;
    width: 100%;
    height: 550px;
}


/*** 
=============================================
    Blog Style1 Area Css
=============================================
***/
.blog-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 60px 0 60px;
}

.blog-style1-area .top-title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.blog-style1-area .sec-title {
    padding-bottom: 20px;
}

.blog-style1-area .top-title .text {
    position: relative;
    display: block;
    max-width: 500px;
    width: 100%;
    top: -9px;
}

.blog-style1-area .top-title .text p {
    color: #8a8c93;
    font-size: 18px;
    line-height: 34px;
    margin: 0;
}


.single-blog-style1 {
    position: relative;
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
}

.single-blog-style1 .img-holder {
    position: relative;
    display: block;
}

.single-blog-style1 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.single-blog-style1 .img-holder .inner:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0px;
    background-color: rgba(39, 183, 188, 0.8);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}

.single-blog-style1:hover .img-holder .inner:before {
    height: 100%;
}

.single-blog-style1 .img-holder .inner img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.single-blog-style1:hover .img-holder .inner img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.single-blog-style1 .img-holder .date-box {
    position: absolute;
    right: 20px;
    bottom: -25px;
    width: 150px;
    height: 50px;
    border-radius: 40px;
    text-align: center;
    background-color: #26b7bc;
    z-index: 1;
}

.single-blog-style1 .img-holder .date-box h5 {
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
}


.single-blog-style1 .text-holder {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 19px 40px 10px;
    -webkit-box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.05);
}

.single-blog-style1 .text-holder .meta-info {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 15px;
}

.single-blog-style1 .text-holder .meta-info li {
    position: relative;
    display: inline-block;
    float: left;
    line-height: 24px;
    margin-right: 20px;
}

.single-blog-style1 .text-holder .meta-info li:last-child {
    margin-right: 0;
}

.single-blog-style1 .text-holder .meta-info li a {
    color: #353742;
    font-size: 14px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style1 .text-holder .meta-info li a:hover {
    color: #26b7bc;
}

.single-blog-style1 .text-holder .meta-info li span:before {
    font-size: 16px;
    position: relative;
    display: inline-block;
    padding-right: 6px;
    top: 2px;
}

.single-blog-style1 .text-holder .blog-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin: 24px 0 0px;
}

.single-blog-style1 .text-holder .blog-title a {
    color: #353742;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style1 .text-holder .blog-title a:hover {
    color: #26b7bc;
}

.single-blog-style1 .text-holder .text {
    position: relative;
    display: block;
    padding: 15px 0 28px;
}

.single-blog-style1 .text-holder .text p {
    margin: 0;
}

.single-blog-style1 .text-holder .text p span {
    color: #26b7bc;
}


.single-blog-style1 .text-holder .bottom-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #dbdee4;
    padding-top: 10px;
}

.single-blog-style1 .text-holder .bottom-box .left {
    position: relative;
    display: block;
}

.single-blog-style1 .text-holder .bottom-box .left a {
    color: #8a8c93;
    font-size: 14px;
    font-weight: 500;
}


.blog-style1-area.graybg {
    background: #f4f5f7;
}

.single-blog-style1.style1-instyle2 .big-text {
    position: relative;
    background: #26b7bc;
    min-height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 40px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.single-blog-style1.style1-instyle2 .big-text .blog-quote {
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.single-blog-style1.style1-instyle2 .big-text h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
}

.single-blog-style1.style1-instyle2 .text-holder .meta-info {
    padding-top: 26px;
    padding-bottom: 40px;
}


/*** 
=============================================
    Slogan Style2 Area style
=============================================
***/
.slogan-style2-area {
    position: relative;
    display: block;
    overflow: hidden;
}

.slogan-style2-area .icon-holder {
    position: absolute;
    left: 0;
    top: -140px;
    right: 0;
    text-align: center;
    z-index: 10;
}

.slogan-style2-area .outer-container {
    position: relative;
    display: block;
}

.slogan-style2-area .row {
    margin-left: -5px;
    margin-right: -5px;
}

.slogan-style2-area .row [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
}

.slogan-single-box {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.slogan-single-box .img-holder {
    position: relative;
    display: block;
}

.slogan-single-box .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.slogan-single-box .img-holder .inner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(39, 183, 188, 0.70);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}

.slogan-single-box .img-holder .inner.gray-bg:before {
    background-color: rgba(56, 58, 69, 0.70);
}

.slogan-single-box .img-holder .inner img {
    width: 100%;
}

.slogan-single-box .img-holder .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    z-index: 2;
}

.slogan-single-box .img-holder .overlay-content h2 {
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 900;
}

.slogan-single-box .img-holder .overlay-content .btns-box {
    position: relative;
    display: block;
    padding-top: 39px;
}

.slogan-single-box .img-holder .overlay-content .btns-box a.btn-one {
    color: #ffffff;
    font-size: 14px;
    line-height: 60px;
    font-weight: 600;
}

.slogan-single-box .img-holder .overlay-content .btns-box a.btn-one i.round {
    width: 40px;
    height: 40px;
}

.slogan-single-box .img-holder .overlay-content .btns-box a.btn-one.gray {
    background-color: #353742;
}


/*** 
=============================================
    Subscribe Area style
=============================================
***/
.subscribe-area {
    position: relative;
    display: block;
    background: #2b2d36;
    padding: 30px 0;
}

.subscribe-area .left {
    position: relative;
    display: block;
}

.subscribe-social-links {
    position: relative;
    display: block;
    padding: 5px 0;
}

.subscribe-social-links ul {
    overflow: hidden;
}

.subscribe-social-links ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.subscribe-social-links ul li:last-child {
    margin-right: 0;
}

.subscribe-social-links ul li a {
    position: relative;
    display: block;
    height: 50px;
    width: 50px;
    border: 1px solid #353742;
    background: #353742;
    border-radius: 50%;
    color: #ffffff;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.subscribe-social-links ul li a:hover {
    color: #ffffff;
    border-color: #ffffff;
    background: #26b7bc
}


.subscribe-area .right {
    position: relative;
    display: block;
}


.subscribe-content-box {
    position: relative;
}

.subscribe-title {
    position: relative;
    display: block;
    width: 150px;
    float: left;
    padding: 15px 0;
}

.subscribe-title h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0;
}

.subscribe-box {
    position: relative;
    display: block;
    width: 500px;
    float: left;
}

.subscribe-form {
    position: relative;
    display: block;
    width: 100%;
}

.subscribe-form input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 30px;
    padding-right: 50px;
    /*background: #353742;*/
    border: 1px solid #26b7bc;
    color: #a5a7b3;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    border-radius: 40px;
    transition: all 500ms ease;
    font-family: 'Inter', sans-serif;
    margin-bottom: 30px;
}

.subscribe-form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 30px;
    padding-right: 50px;
    /*background: #353742;*/
    border: 1px solid #26b7bc;
    color: #a5a7b3;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    border-radius: 40px;
    transition: all 500ms ease;
    font-family: 'Inter', sans-serif;
    margin-bottom: 30px;
}

.subscribe-form input::-webkit-input-placeholder {
    color: #a5a7b3;
}

.subscribe-form input:-moz-placeholder {
    color: #a5a7b3;
}

.subscribe-form input::-moz-placeholder {
    color: #a5a7b3;
}

.subscribe-form input:-ms-input-placeholder {
    color: #a5a7b3;
}

.subscribe-form button {
    position: absolute;
    background-color: #26b7bc;
    top: 5px;
    right: 5px;
    bottom: 5px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    /*line-height: 50px;*/
    font-weight: 400;
    border-radius: 50%;
    transition: all 300ms ease 100ms;
}

.subscribe-form input[type="email"]:focus {
    color: #ffffff;
}

.subscribe-form input[type="email"]:focus + button,
.subscribe-form button:hover {
    background: #2b2d36;
    transform: rotate(360deg);
}


/*** 
=============================================
    Footer area style
=============================================
***/
.footer-area {
    position: relative;
    display: block;
    z-index: 1;
}

.footer-area:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-color: #353742;
    z-index: -1;
}

.footer-area .layer-outer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.footer-area .layer-outer .shape1 {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: .03;

}

.footer-area .layer-outer .shape2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 510px;
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .03;
}


.footer {
    position: relative;
    display: block;
    padding: 30px 0;
}

.single-footer-widget {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-footer-widget.martop16 {
    margin-top: 16px;
}

.single-footer-widget.martop107 {
    margin-top: 110px;
}

.single-footer-widget .title {
    position: relative;
    display: block;
    margin-top: 0px;
    padding-bottom: 42px;
}

.single-footer-widget .title h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
}

.single-footer-widget .title h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
}

.single-footer-widget .our-company-info {
    position: relative;
    display: block;
}

.single-footer-widget .our-company-info .footer-logo {
    position: relative;
    display: block;
    padding-bottom: 25px;
}

.single-footer-widget .our-company-info .footer-logo a {
    display: inline-block;
}

.single-footer-widget .our-company-info .text {
    position: relative;
    display: block;
    padding-bottom: 34px;
}

.single-footer-widget .our-company-info .text p {
    color: #a5a7b3;
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
    margin: 0;
}

.single-footer-widget .our-company-info .btns-box {
    position: relative;
    display: block;
}

.single-footer-widget .our-company-info .btns-box a {

}


.single-footer-widget .link1 {
    position: relative;
    display: block;
    /*margin-top: -14px;*/
}

.single-footer-widget .link1 ul.marlft40 {
    margin-left: 40px;
}

.single-footer-widget .link1 ul li {
    position: relative;
    display: block;
    line-height: 39px;
}

.single-footer-widget .link1 ul li a {
    position: relative;
    color: #a5a7b3;
    font-size: 16px;
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-family: 'Inter', sans-serif;
}

.single-footer-widget .link1 ul li a:hover {
    color: #26b7bc;
}


.footer-news-links {
    position: relative;
    display: block;
}

.footer-news-links .single-news {
    position: relative;
    display: block;
    padding-left: 70px;
    min-height: 75px;
    margin-bottom: 35px;
}

.footer-news-links .single-news:last-child {
    margin-bottom: 0;
}

.footer-news-links .single-news .img-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 6px;
}


.footer-news-links .single-news .img-holder img {
    width: 100%;
}

.footer-news-links .single-news .img-holder .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(39, 183, 188, 0.70);
    transform: perspective(400px) rotate(90deg);
    transform-origin: top;
    transition: all 0.5s ease-in-out 0s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.footer-news-links .single-news:hover .img-holder .overlay-content {
    opacity: 1;
    transform: perspective(400px) rotate(0deg);
    transition: all 0.4s ease-in-out 0.2s;
}

.footer-news-links .single-news .img-holder .overlay-content a {
    color: #353742;
    font-size: 20px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-news-links .single-news .img-holder .overlay-content a:hover {
    color: #ffffff;
}


.footer-news-links .single-news .title-holder {
    position: relative;
    display: block;
    padding-left: 20px;
}

.footer-news-links .single-news .title-holder p {
    position: relative;
    top: -3px;
    color: #26b7bc;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    margin: 0 0 7px;
}

.footer-news-links .single-news .title-holder h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.footer-news-links .single-news .title-holder h5 a {
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-news-links .single-news .title-holder h5 a:hover {
    color: #26b7bc;
}


.single-footer-widget .footer-contact-info {
    position: relative;
    display: block;
    margin-top: -6px;
}

.single-footer-widget .footer-contact-info ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-footer-widget .footer-contact-info ul li {
    position: relative;
    display: block;
    padding-left: 30px;
    border-bottom: 1px solid #4a4b55;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.single-footer-widget .footer-contact-info ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.single-footer-widget .footer-contact-info ul li .icon {
    position: absolute;
    top: -1px;
    left: 0;
}

.single-footer-widget .footer-contact-info ul li .icon span:before {
    font-size: 18px;
    line-height: 18px;
}

.single-footer-widget .footer-contact-info ul li .text {
    position: relative;
    display: block;
}

.single-footer-widget .footer-contact-info ul li .text p {
    color: #a5a7b3;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0;
}

.single-footer-widget .footer-contact-info ul li .text p a {
    color: #a5a7b3;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-footer-widget .footer-contact-info ul li .text p a:hover {
    color: #26b7bc;
}

.footer-bottom {
    position: relative;
    display: block;
    border-top: 1px solid #4a4b55;
    padding: 40px 0;
}

.footer-bottom .outer-box {
    position: relative;
    display: block;
}

.copyright-text {
    position: relative;
    display: block;
}

.copyright-text p {
    color: #a5a7b3;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
}

.copyright-text p a {
    color: #26b7bc;
    font-weight: 700;
    transition: all 500ms ease;
}


/*** 
=============================================
    Header Style two Css
=============================================
***/
.header-style-two {
    position: relative;
    background: #ffffff;
}

.header-style2 {
    position: relative;
    display: block;
    padding: 32px 0 33px;
}

.header-style2 .outer-box {
    position: relative;
    display: block;
}

.header-style2-left {
    position: relative;
    display: block;
}

.header-style2-left .logo {
    position: relative;
    display: block;
    padding: 13px 0 14px;
}

.header-style2-left .logo a {
    display: inline-block;
}

.header-style2-right {
    position: relative;
    display: block;
}

.header-contact-info-box {
    position: relative;
    display: block;
}

.header-contact-info-box ul {
    overflow: hidden;
}

.header-contact-info-box ul li {
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid #dbdee4;
    padding-top: 10px;
    padding-bottom: 13px;
}

.header-contact-info-box ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.header-contact-info-box ul li .icon {
    width: 50px;
}

.header-contact-info-box ul li .icon span:before {
    position: relative;
    top: 4px;
    font-size: 30px;
}

.header-contact-info-box ul li .icon,
.header-contact-info-box ul li .title {
    display: table-cell;
    vertical-align: middle;
}

.header-contact-info-box ul li .title h4 {
    color: #353742;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.header-contact-info-box ul li .title h4 a {
    color: #353742;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.header-contact-info-box ul li .title h4 a:hover {
    color: #26b7bc;
}

.header-contact-info-box ul li .title p {
    color: #8a8c93;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    margin: 2px 0 0;
}


.header-style2-bottom {
    position: relative;
    display: block;
    background: #353742;
}

.header-style2-bottom .outer-box {
    position: relative;
    display: block;
}

.header-style2-bottom-left {
    position: relative;
    display: block;
}

.header-style2-bottom-left .nav-outer {
    position: relative;
    display: block;
    float: left;
}

.main-menu.style2 .navigation > li {
    margin-right: 55px;
    padding: 20px 0 20px;
}

.main-menu.style2 .navigation > li:before {
    display: none;
}

.main-menu.style2 .navigation > li > a {
    color: #a5a7b3;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Inter', sans-serif;
}

.main-menu.style2 .navigation > li:hover > a,
.main-menu.style2 .navigation > li.current > a {
    color: #ffffff;
}


.header-style2-bottom-right {
    position: relative;
    display: block;
}

.header-style2-bottom-right .header-social-link {
    float: left;
    padding: 20px 0;
    margin-right: 60px;
}

.header-style2-bottom-right .btns-box {
    position: relative;
    display: block;
    float: right;
    padding: 10px 0;
}


/*** 
=============================================
    Featured Area Css
=============================================
***/
.featured-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 80px;
}

.featured-area .top-title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.featured-area .sec-title {
    padding-bottom: 49px;
}

.featured-area .top-title .text {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    top: -9px;
}

.featured-area .top-title .text p {
    color: #8a8c93;
    font-size: 18px;
    line-height: 34px;
    margin: 0;
}

.single-featured-box {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 50px 30px 38px;
    -webkit-box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    margin-bottom: 40px;
    z-index: 1;
}

.single-featured-box:hover {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-box-shadow: 0px 4px 16px 2px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 4px 16px 2px rgba(0, 0, 0, 0.04);
}

.single-featured-box:before {
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    height: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #26b7bc;
    content: "";
    transform: scaleY(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: -1;
}

.single-featured-box:hover:before {
    transform: scaleY(1.0);
}

.single-featured-box .icon-holder {
    position: relative;
    display: block;
    width: 110px;
    height: 110px;
    background: #26b7bc;
    border-radius: 50%;
    margin: 0 auto;
}

.single-featured-box .icon-holder span:before {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 60px;
    line-height: 110px;
    text-align: center;
}

.single-featured-box h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin: 28px 0 22px;
}

.single-featured-box p {
    margin: 0;
}


.opening-hours-contact-box {
    position: relative;
    display: block;
    background: #353742;
    border-radius: 8px;
    padding: 44px 45px 45px;
    margin-bottom: 40px;
}

.opening-hours-contact-box h3 {
    color: #ffffff;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
}

.opening-hours-contact-box ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 15px;
}

.opening-hours-contact-box ul li {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.opening-hours-contact-box ul li:last-child {
    margin-bottom: 0;
}

.opening-hours-contact-box ul li p {
    color: #26b7bc;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin: 0 0 6px;
}

.opening-hours-contact-box ul li h4 {
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}


/*** 
=============================================
    Emergency Contact Area Css
=============================================
***/
.emergency-contact-area {
    position: relative;
    display: block;
    padding: 83px 0px;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.emergency-contact-area:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(39, 183, 188, 0.90);
    content: "";
    z-index: -1;
}

.emergency-contact-number {
    position: relative;
    display: block;
}

.emergency-contact-number .icon {
    width: 90px;
}

.emergency-contact-number .icon span:before {
    position: relative;
    top: 3px;
    color: #ffffff;
    font-size: 65px;
    line-height: 65px;
}

.emergency-contact-number .icon,
.emergency-contact-number .title {
    display: table-cell;
    vertical-align: middle;
}

.emergency-contact-number .title h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    margin: 0px 0 5px;
}

.emergency-contact-number .title a {
    color: #ffffff;
    font-size: 30px;
    font-weight: 900;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.emergency-contact-number .title a:hover {
    color: #000000;
}

.emergency-contact-text {
    position: relative;
    display: block;
    padding: 8px 0;
}

.emergency-contact-text p {
    color: #ffffff;
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
    margin: 0;
}

.emergency-contact-btns-box {
    position: relative;
    display: block;
    padding: 7px 0;
}

.emergency-contact-btns-box .btn-one {
    background-color: #353742;
}


/*** 
=============================================
    Slogan Style3 Area Css
=============================================
***/
.slogan-style3-area {
    position: relative;
    display: block;
    padding: 104px 0px 120px;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.slogan-style3-area:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(56, 58, 69, 0.90);
    content: "";
    z-index: -1;
}

.slogan-content-style3 {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.slogan-content-style3 .title h2 {
    color: #ffffff;
    font-size: 70px;
    line-height: 86px;
    font-weight: 900;
}

.slogan-content-style3 .title h2 span {
    color: #26b7bc;
}

.slogan-content-style3 .btns-box {
    position: relative;
    display: block;
    padding-top: 42px;
}

.slogan-content-style3 .btns-box a {

}


/*** 
=============================================
    Team Area Css
=============================================
***/
.team-area {
    position: relative;
    display: block;
    background: #f4f5f7;
    overflow: hidden;
}

.team-content-box {
    position: relative;
    display: block;
    padding: 115px 0;
}

.team-content-box .sec-title {
    padding-bottom: 38px;
}

.team-content-box .inner-content {
    position: relative;
    display: block;
}

.team-content-box .inner-content .text-box {
    position: relative;
    display: block;
    padding-bottom: 38px;
}

.team-content-box .inner-content .text-box p {
    margin: 0;
}

.offering-box {
    position: relative;
    display: block;
    padding: 35px 0;
    border-top: 1px solid #dbdee4;
    border-bottom: 1px solid #dbdee4;
}

.offering-box .img-holder {
    width: 155px;
}

.offering-box .img-holder img {
    border-radius: 7px;
}

.offering-box .img-holder,
.offering-box .title-holder {
    display: table-cell;
    vertical-align: middle;
}

.offering-box .title-holder {
    padding-left: 30px;
}

.offering-box .title-holder h3 {
    color: #353742;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}


.progress-levels {
    position: relative;
    display: block;
    padding-top: 37px;
}

.progress-levels .progress-box {
    position: relative;
    display: block;
    margin-bottom: 37px;
}

.progress-levels .progress-box.last-child {
    margin-bottom: 0;
}

.progress-levels .progress-box .inner {
    position: relative;
    display: block;
}

.progress-levels .progress-box .inner .text {
    position: relative;
    color: #353742;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0 0 16px;
    text-transform: capitalize;
}

.progress-levels .progress-box .bar {
    position: relative;
    display: block;
}

.progress-levels .progress-box .bar .bar-innner {
    position: relative;
    width: 100%;
    height: 10px;
    background: #ffffff;
    border-radius: 10px;
}

.progress-levels .progress-box .bar .bar-fill {
    position: absolute;
    top: 0%;
    left: 0px;
    bottom: 0%;
    width: 0px;
    height: 10px;
    border-radius: 10px;
    background: #26b7bc;
    transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box .bar .bar-innner .skill-percent {
    position: absolute;
    top: -53px;
    right: 0;
    width: 43px;
    height: 33px;
    display: block;
    text-align: center;
    padding: 0;
    z-index: 1;
}

.progress-levels .progress-box .bar .bar-innner .skill-percent:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 43px;
    height: 33px;
    background: #26b7bc;
    content: "";
    z-index: -1;
    border-radius: 5px;
    border-bottom-left-radius: 0;
}

.progress-levels .progress-box .bar .bar-innner .skill-percent:after {
    position: absolute;
    left: 0;
    bottom: -20px;
    content: "";
    border-top: 10px solid #26b7bc;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.progress-levels .progress-box .inner .count-text {
    position: relative;
    color: #ffffff;
    font-size: 12px;
    line-height: 33px;
    font-weight: 700;
    display: inline-block;
    float: none;
    font-family: 'Inter', sans-serif;
}

.progress-levels .progress-box .inner .percent {
    position: relative;
    color: #ffffff;
    font-size: 12px;
    line-height: 33px;
    font-weight: 700;
    display: inline-block;
    float: none;
    margin-left: -2px;
    font-family: 'Inter', sans-serif;
}


.team-member-box {
    position: relative;
    display: block;
    max-width: 500px;
    width: 100%;
    float: right;
}

.single-team-member {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.single-team-member .img-holder {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 10px 10px 0;
    border-radius: 7px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.single-team-member .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    height: 155px;
}

.single-team-member .img-holder .inner::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}

.single-team-member:hover .img-holder .inner::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

.single-team-member:hover .overlay-style-one {
    opacity: 1;
}

.single-team-member .img-holder .inner img {
    width: 100% !important;
    transform: scale(1.0);
    transition: .3s ease-in-out;
    min-height: 155px;
}

.single-team-member:hover .img-holder .inner img {
    transform: scale(1.05);
}


.single-team-member .title-holder {
    position: relative;
    /*display: flex;*/
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background: #ffffff;
    padding: 15px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.single-team-member:hover .title-holder {
    border-radius: 0;
}

.single-team-member .title-holder:before {
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    height: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #26b7bc;
    content: "";
    transform: scaleY(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: -1;
}

.single-team-member:hover .title-holder:before {
    transform: scaleY(1.0);
}

.single-team-member .title-holder .left {
    position: relative;
    display: block;
}

.single-team-member .title-holder h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0px 0 3px;
}

.single-team-member .title-holder h3 a {
    color: #353742;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.single-team-member .title-holder p {
    color: #8a8c93;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
}

.single-team-member .title-holder .right {
    position: relative;
    display: block;
}

.team-social-links {
    position: relative;
    display: block;
}

.team-social-links ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.team-social-links ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.team-social-links ul li:last-child {
    margin-right: 0;
}

.team-social-links ul li a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: #f4f5f7;
    border-radius: 50%;
    text-align: center;
    color: #353742;
    font-size: 14px;
    line-height: 40px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.team-social-links ul li a:hover {
    color: #ffffff;
    background: #26b7bc;
}


/*** 
=============================================
    Before After Work Area Css
=============================================
***/
.before-after-work-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
    overflow: hidden;
}

.before-after-work-area .shape {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: .03;
}


.before-after-work-area .before-after-content .before-after {
    position: relative;
}

.before-after-work-area .before-after-content .before-after .twentytwenty-container img {
    width: 100%;
}

.before-after-work-area .before-after-content .before-after .twentytwenty-horizontal .twentytwenty-before-label:before {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 100px;
    height: 100px;
    line-height: 90px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0px;
    padding: 0px;
    background: transparent;
    z-index: 1;
    transform: rotate(-45deg);
    text-transform: uppercase;

    display: none;
}

.before-after-work-area .before-after-content .before-after .twentytwenty-horizontal .twentytwenty-before-label:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}


.before-after-work-area .before-after-content .before-after .twentytwenty-horizontal .twentytwenty-after-label:before {
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100px;
    line-height: 140px;
    text-align: center;
    font-size: 16px;
    background: transparent;
    font-weight: 700;
    color: #fff;
    margin: 0px;
    padding: 0px;
    bottom: 0px;
    transform: rotate(-45deg);
    z-index: 1;
    text-transform: uppercase;
    display: none;
}

.before-after-work-area .before-after-content .before-after .twentytwenty-horizontal .twentytwenty-after-label:after {
    position: absolute;
    content: '';
    bottom: 0px;
    right: 0px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.twentytwenty-after-label,
.twentytwenty-before-label {
    opacity: 1 !important;
}


/*** 
=============================================
    faq content Area Css
=============================================
***/
.faq-content-area {
    position: relative;
    display: block;
}

.faq-content-area .layer-outer {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
}

.faq-content-area .layer-outer .left-box {
    position: relative;
    display: block;
    width: 50%;
    height: 100%;
    float: left;
    background-attachment: scroll;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
}

.faq-content-area .layer-outer .left-box:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(56, 58, 69, 0.90);
    content: "";
}

.faq-content-area .layer-outer .right-box {
    position: relative;
    display: block;
    width: 50%;
    height: 100%;
    float: left;
    background-attachment: scroll;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
}

.faq-content-area .layer-outer .right-box:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(39, 183, 188, 0.90);
    content: "";
}

.faq-title-box {
    position: relative;
    display: block;
    padding: 120px 0;
    padding-right: 90px;
}

.faq-title-box .sec-title {
    padding-bottom: 38px;
}

.faq-title-box .text {
    position: relative;
    display: block;
    padding-bottom: 48px;
}

.faq-title-box .text p {
    color: #a5a7b3;
    margin: 0;
}

.faq-title-box ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.faq-title-box ul li {
    position: relative;
    display: block;
    float: left;
    width: 170px;
    background: #ffffff;
    text-align: center;
    margin-right: 10px;
    padding: 25px 0 19px;
}

.faq-title-box ul li:last-child {
    margin-right: 0;
}

.faq-title-box ul li span:before {
    color: #26b7bc;
    font-size: 65px;
    line-height: 65px;
}

.faq-title-box ul li h4 {
    color: #353742;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin: 8px 0 0;
}

.faq-content-box {
    position: relative;
    display: block;
    padding-left: 105px;
    margin-right: -150px;
    padding-top: 120px;
    padding-bottom: 120px;
}


/*** 
=============================================
    Contact Form Style1 Area Css
=============================================
***/
.contact-form-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0 0px;
    overflow: hidden;
}

.contact-form-style1-area .shape {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 1.0;
}


.contact-form {
    position: relative;
    display: block;
    max-width: 610px;
    width: 100%;
    padding: 121px 0;
    z-index: 10;
}

.contact-form .sec-title {
    padding-bottom: 49px;
}

.contact-form form {
    position: relative;
    display: block;
}

.contact-form form .input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea {
    position: relative;
    display: block;
    background: #f4f5f7;
    border: 1px solid #f4f5f7;
    width: 100%;
    height: 70px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    padding-left: 29px;
    padding-right: 20px;
    border-radius: 7px;
    transition: all 500ms ease;
    font-family: 'Inter', sans-serif;
}

.contact-form form textarea {
    height: 190px;
    padding-top: 17px;
    padding-left: 29px;
    padding-right: 20px;
}

.contact-form form input[type="text"]:focus {
    color: #222222;
    border-color: #e8e3e3;
}

.contact-form form input[type="email"]:focus {
    color: #222222;
    border-color: #e8e3e3;
}

.contact-form form textarea:focus {
    color: #222222;
    border-color: #e8e3e3;
}

.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #8a8c93;
}

.contact-form form input[type="text"]:-moz-placeholder {
    color: #8a8c93;
}

.contact-form form input[type="text"]::-moz-placeholder {
    color: #8a8c93;
}

.contact-form form input[type="text"]:-ms-input-placeholder {
    color: #8a8c93;
}

.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #8a8c93;
}

.contact-form form input[type="email"]:-moz-placeholder {
    color: #8a8c93;
}

.contact-form form input[type="email"]::-moz-placeholder {
    color: #8a8c93;
}

.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #8a8c93;
}

.contact-form form textarea::-webkit-input-placeholder {
    color: #8a8c93;
}

.contact-form form textarea:-moz-placeholder {
    color: #8a8c93;
}

.contact-form form textarea::-moz-placeholder {
    color: #8a8c93;
}

.contact-form form textarea:-ms-input-placeholder {
    color: #8a8c93;
}

.contact-form form .button-box {
    position: relative;
    display: block;
}

.contact-image-box {
    position: relative;
    display: block;
    margin-left: -190px;
    z-index: 1;
}

.contact-image-box img {
    max-width: none;
    float: left;
}


/*** 
=============================================
    Partner Area Css
=============================================
***/
.partner-style2-area {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    padding: 90px 0 50px;
}

.partner-style2-area:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(39, 183, 188, 0.90);
    z-index: -1;
}

.partner-box-style2 {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    z-index: 10;
}

.single-partner-logo-box-style2 {
    position: relative;
    overflow: hidden;
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
    margin-bottom: 40px;
}

.single-partner-logo-box-style2 a {
    position: relative;
    display: inline-block;
}

.single-partner-logo-box-style2 a img {
    opacity: 1.00;
    transition: all 0.2s ease-in-out 0.1s;
}

.single-partner-logo-box-style2:hover a img {
    opacity: 0.80;
    transition: all 0.8s ease-in-out 0.1s;
}


/*** 
=============================================
    Breadcrumb area style
=============================================
***/
.breadcrumb-area {
    position: relative;
    display: block;
    overflow: hidden;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    z-index: 10;
}

.breadcrumb-area .layer-outer-icon {
    position: absolute;
    /*left: 0;*/
    bottom: -5px;
    right: 0;
    text-align: center;
}

.breadcrumb-area .inner-content {
    position: relative;
    display: block;
}


.breadcrumb-menu ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.breadcrumb-menu ul li {
    position: relative;
    display: inline-block;
    float: left;
    color: rgba(53, 55, 66, 0.70);
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    padding-right: 15px;
    margin-right: 10px;
    text-transform: capitalize;
    font-family: 'Inter', sans-serif;
}

.breadcrumb-menu ul li:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 1px;
    background: #353742;
    content: "";
    margin: 15px 0;
}

.breadcrumb-menu ul li:last-child:before {
    display: none;
}

.breadcrumb-menu ul li a {
    color: rgba(53, 55, 66, 0.70);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.breadcrumb-menu ul li a:hover {
    color: #26b7bc;
}

.breadcrumb-menu ul li.active {
    color: #26b7bc;
}

.breadcrumb-area .title {
    position: relative;
    display: block;
    margin: 11px 0 0;
}

.breadcrumb-area .title h2 {
    color: #353742;
    font-size: 55px;
    line-height: 1.1em;
    font-weight: 900;
    text-transform: capitalize;
}


/*** 
=============================================
    About Style1 Area Css
=============================================
***/
.about-style1-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 120px 0 90px;
}

.about-style1-text-box {
    position: relative;
    display: block;
    padding-bottom: 20px;
}

.about-style1-text-box .sec-title {
    padding-bottom: 10px
}

.about-style1-text-box .inner-contant {
    position: relative;
    display: block;
}

.about-style1-text-box .inner-contant .text-box {
    position: relative;
    display: block;
}

.about-style1-text-box .inner-contant .text-box p {
    margin: 0;
}

.about-style1-image-box {
    position: relative;
    display: block;
}

.about-style1-image-box .single-image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
}

.about-style1-image-box .single-image-box.image1 {
    margin-right: -30px;
}

.about-style1-image-box .single-image-box.image2 {
    margin-left: 30px;
}


.about-style1-image-box .single-image-box img {
    width: 100%;
}

.about-style1-image-box .single-image-box .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(39, 183, 188, 0.90);
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.about-style1-image-box .single-image-box .overlay-content .icon {
    position: relative;
    display: block;
    padding-bottom: 8px;
}

.about-style1-image-box .single-image-box .overlay-content .icon span:before {
    color: #ffffff;
    font-size: 75px;
    line-height: 75px;
}

.about-style1-image-box .single-image-box .overlay-content h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

.about-style1-image-box .single-image-box .overlay-content h2 span {
    font-weight: 900;
}


/*** 
=====================================================
	Partner Style3 Area style
=====================================================
***/
.partner-style3-area {
    position: relative;
    display: block;
    background: #ffffff;
    border-top: 1px solid #dbdee4;
    padding-top: 100px;
    padding-bottom: 60px;
}

.partner-box-style3 {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    z-index: 10;
}

.single-partner-logo-box-style3 {
    position: relative;
    overflow: hidden;
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
    margin-bottom: 40px;
}

.single-partner-logo-box-style3 a {
    position: relative;
    display: inline-block;
}

.single-partner-logo-box-style3 a img {
    opacity: 0.30;
    transition: all 0.2s ease-in-out 0.1s;
}

.single-partner-logo-box-style3:hover a img {
    opacity: 1.0;
    transition: all 0.8s ease-in-out 0.1s;
}


/*** 
=====================================================
	Team Style2 Area style
=====================================================
***/
.team-style2-area {
    position: relative;
    display: block;
    background: #f4f5f7;
    padding: 50px 0 0 0;
}

.team-style2-area .top-title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.team-style2-area .sec-title {
    padding-bottom: 49px;
}

.team-style2-area .top-title .text {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    top: -9px;
}

.team-style2-area .top-title .text p {
    color: #8a8c93;
    font-size: 18px;
    line-height: 34px;
    margin: 0;
}


.team-style2-area.team-page {
    /*background: #ffffff;*/
}

.team-style2-area.team-page .single-team-member {
    -webkit-box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.08);
}


/*** 
=====================================================
	Welcome Area Style2 Css
=====================================================
***/
.welcome-area.style2 {
    background: #ffffff;
}

.welcome-image-box.style2 {
    position: relative;
    display: block;
    max-width: 540px;
    width: 100%;
    padding-right: 0;
    padding-bottom: 35px;
}

.welcome-image-box.style2:before {
    top: auto;
    left: 0px;
    bottom: 0px;
    right: 0;
    width: 100%;
    height: 15px;
    background: #26b7bc;
    content: "";
    border-radius: 10px;
}

.welcome-content-box.style2 {
    position: relative;
    display: block;
    margin-left: 30px;
    margin-right: 0;
}

.welcome-content-box.style2 .inner-content h3 {
    color: #26b7bc;
    font-size: 22px;
    line-height: 36px;
    font-weight: 600;
    margin: 0 0 31px;
}


/*** 
=====================================================
	Faq Content Area Faq Page Css
=====================================================
***/
.faq-content-area.faq-page {
    position: relative;
    padding: 120px 0 120px;
}

.faq-content-area.faq-page .faq-content-box {
    position: relative;
    display: block;
    padding-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.07);
}


/*** 
=============================================
    Error Page Area Style      
=============================================
***/
.error-page-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 146px 0 150px;
}

.error-content {
    position: relative;
    display: block;
    z-index: 3;
}

.error-content h4 {
    color: #353742;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.error-content .title {
    position: relative;
    display: block;
    font-size: 180px;
    line-height: 150px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 17px 0 12px;
}

.error-content p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 32px;
}

.error-content .button {
    line-height: 0;
}

.error-content .button a {
}


/*** 
=============================================
    services Page Area Css
=============================================
***/
.services-page-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 90px;
}


/*** 
=============================================
    Services Details Area Css
=============================================
***/
.services-details-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 92px;
}

.services-details-content {
    position: relative;
    display: block;
}

.services-details-image1 {
    position: relative;
    display: block;
    overflow: hidden;
}

.services-details-image1 img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}

.services-details-image1:hover img {
    transform: scale(1.2);
}

.services-details-image1 .icon {
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 110px;
    height: 110px;
    background: #26b7bc;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    z-index: 1;
}

.services-details-image1 .icon:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    background: #353742;
    content: "";
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: -1;
}

.services-details-image1:hover .icon:before {
    transform: scale(1.0);
}

.services-details-image1 .icon span:before {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 65px;
    line-height: 110px;
    text-align: center;
}


.services-details-text1 {
    position: relative;
    display: block;
    padding: 40px 0 32px;
}

.services-details-text1 h2 {
    color: #353742;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin: 0 0 18px;
}

.services-details-text1 p {
}


.services-details-text2 {
    position: relative;
    display: block;
}

.services-details-text2 .img-box {
    position: relative;
    display: block;
}

.services-details-text2 .img-box img {
    width: 100%;
}

.services-details-text2 .text-box {
    position: relative;
    display: block;
}

.services-details-text2 .text-box h3 {
    position: relative;
    color: #353742;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    margin: -5px 0 22px;
}

.services-details-text2 .text-box p {
    margin: 0;
}

.services-details-text2 .text-box ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 26px;
}

.services-details-text2 .text-box ul li {
    position: relative;
    display: block;
    padding-left: 40px;
    color: #8a8c93;
    font-size: 20px;
    line-height: 44px;
    font-weight: 500;
}

.services-details-text2 .text-box ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "\e920";
    font-family: 'icomoon';
    color: #26b7bc;
    font-size: 20px;
}

.service-details-faq-box {
    position: relative;
    display: block;
    margin-top: 60px;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 5px 12px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 12px 2px rgba(0, 0, 0, 0.07);
}

.services-details-text3 {
    position: relative;
    display: block;
}

.services-details-text3 h2 {
    color: #353742;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin: 0 0 30px;
}


.services-details-sidebar {
    position: relative;
}

.single-sidebar1 {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f4f5f7;
    padding: 43px 20px 50px;
    border-radius: 7px;
}

.single-sidebar1 .title {
    position: relative;
    display: block;
    padding-left: 30px;
    padding-bottom: 10px;
}

.single-sidebar1 .title h3 {
    color: #353742;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.single-sidebar1 .page-links {
    position: relative;
}

.single-sidebar1 .page-links ul {
    overflow: hidden;
}

.single-sidebar1 .page-links ul li {
    position: relative;
    display: block;
    padding-left: 30px;
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
    background: transparent;
    border-radius: 8px;
    margin-bottom: 10px;
    z-index: 1;
}

.single-sidebar1 .page-links ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    border-radius: 8px;
    opacity: 0;
    transform: scaleY(0.3);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: -1;
}

.single-sidebar1 .page-links ul li:hover:before,
.single-sidebar1 .page-links ul li.active:before {
    opacity: 1;
    transform: scaleY(1.0);
}

.single-sidebar1 .page-links ul li:last-child {
    margin-bottom: 0;
}

.single-sidebar1 .page-links ul li a {
    color: #8a8c93;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-sidebar1 .page-links ul li:hover a,
.single-sidebar1 .page-links ul li.active a {
    color: #353742;
}


.single-sidebar2 {
    position: relative;
    display: block;
    padding: 118px 0 119px;
    text-align: center;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    margin-top: 30px;
    z-index: 1;
}

.single-sidebar2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(39, 183, 188, 0.85);
    border-radius: 8px;
    z-index: -1;
}

.single-sidebar2 a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.single-sidebar2 h2 {
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 900;
    margin: 4px 0 0;
}


/*** 
=============================================
    Blog Area Css
=============================================
***/
.blog-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 185px;
}

.styled-pagination {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0px 3px;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 7px;
    background: #ffffff;
    border: 1px solid #ebebeb;
    color: #777777;
    font-size: 16px;
    line-height: 38px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    transition: all 500ms ease;
    z-index: 1;
    font-family: 'Archivo', sans-serif;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
    color: #031f4b;
    border-color: #031f4b;
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
    color: #ffffff;
    line-height: 38px;
    border-color: #031f4b;
    background: #031f4b;
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
    color: #031f4b;
    background: #0098ff;
}


.sidebar-wrapper {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
}

.sidebar-wrapper .single-sidebar {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.sidebar-wrapper .single-sidebar.last-child {
    margin: 0;
}

.sidebar-wrapper .single-sidebar .title {
    position: relative;
    display: block;
    margin-top: -7px;
    padding-left: 30px;
    padding-bottom: 2px;
    border-bottom: 1px solid #dbdee4;
    margin-bottom: 10px;
}

.sidebar-wrapper .single-sidebar .title h3 {
    color: #353742;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
}


.sidebar-search-box {
    position: relative;
    display: block;
}

.sidebar-search-box form.search-form {
    position: relative;
    display: block;
    background: #26b7bc;
    padding: 15px 20px;
    width: 100%;
    border-radius: 10px;
}

.sidebar-search-box .search-form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    border-radius: 0px;
    background: #26b7bc;
    border: 0px solid #e5e5e5;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 60px;
    transition: all 500ms ease 0s;
}

.sidebar-search-box .search-form button {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 55px;
    height: 55px;
    background: #26b7bc;
    color: #ffffff;
    font-size: 16px;
    line-height: 55px;
    display: block;
    text-align: center;
    border: 0px solid #e1e1e1;
    transition: all 500ms ease 0s;
}

.sidebar-search-box .search-form button i {
    font-size: 16px
}

.sidebar-search-box .search-form input[type="text"]:focus {
    color: #000;
    border-color: #337ce8;
}

.sidebar-search-box .search-form input[type="text"]:focus + button,
.sidebar-search-box .search-form button:hover {
    color: #000000;
    background: #04cc96;
}

.sidebar-search-box .search-form input::-webkit-input-placeholder {
    color: #ffffff;
}

.sidebar-search-box .search-form input:-moz-placeholder {
    color: #ffffff;
}

.sidebar-search-box .search-form input::-moz-placeholder {
    color: #ffffff;
}

.sidebar-search-box .search-form input:-ms-input-placeholder {
    color: #ffffff;
}


.single-sidebar.latest-posts-box {
    position: relative;
    display: block;
    background: #f4f5f7;
    padding: 50px 20px 30px;
}

.single-sidebar .latest-posts {
    position: relative;
    display: block;
}

.single-sidebar .latest-posts li {
    position: relative;
    display: block;
    padding: 20px 30px 20px;
    min-height: 60px;
    z-index: 1;
}

.single-sidebar .latest-posts li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    border-radius: 8px;
    opacity: 0;
    transform: scaleY(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: -1;
}

.single-sidebar .latest-posts li:hover:before {
    opacity: 1;
    transform: scaleY(1.0);
}

.single-sidebar .latest-posts li .inner {
    position: relative;
    display: block;
    padding-left: 60px;
    min-height: 60px;
}

.single-sidebar .latest-posts li .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 10px;
}

.single-sidebar .latest-posts li .img-box img {
    width: 100%;
    height: 100%;
}

.single-sidebar .latest-posts li .img-box .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.90);
    border-radius: 50%;
    opacity: 0;
    transform: perspective(400px) scale(0);
    transform-origin: top;
    transition: all 0.5s ease-in-out 0s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.single-sidebar .latest-posts li:hover .img-box .overlay-content {
    opacity: 1;
    transform: perspective(400px) scale(1.0);
    transition: all 0.3s ease-in-out 0.3s;
}

.single-sidebar .latest-posts li .img-box .overlay-content a {
    color: #ffffff;
    font-size: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-sidebar .latest-posts li .title-box {
    position: relative;
    display: block;
    padding-left: 20px;
    min-height: 60px;
}

.single-sidebar .latest-posts li .title-box h4 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    margin: 0;
}

.single-sidebar .latest-posts li .title-box h4 a {
    color: #8a8c93;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-sidebar .latest-posts li .title-box h4 a:hover {
    color: #353742;
}


.single-sidebar.categories-box {
    position: relative;
    display: block;
    background: #f4f5f7;
    padding: 35px 20px;
}

.single-sidebar.categories-box .title {
    padding-bottom: 10px;
}

.single-sidebar .categories {
    position: relative;
    display: block;
}

.single-sidebar .categories ul {
    overflow: hidden;
}

.single-sidebar .categories ul li {
    position: relative;
    display: block;
    padding-left: 30px;
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
    background: transparent;
    border-radius: 8px;
    margin-bottom: 10px;
    z-index: 1;
}

.single-sidebar .categories ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    border-radius: 8px;
    opacity: 0;
    transform: scaleY(0.3);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: -1;
}

.single-sidebar .categories ul li:hover:before,
.single-sidebar .categories ul li.active:before {
    opacity: 1;
    transform: scaleY(1.0);
}

.single-sidebar .categories ul li:after {
    content: "\f105";
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    font-family: FontAwesome;
    color: #8a8c93;
    font-size: 18px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-sidebar .categories ul li:hover:after,
.single-sidebar .categories ul li.active:after {
    color: #26b7bc;
}

.single-sidebar .categories ul li:last-child {
    margin-bottom: 0;
}

.single-sidebar .categories ul li a {
    color: #8a8c93;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-sidebar .categories ul li:hover a,
.single-sidebar .categories ul li.active a {
    color: #353742;
}


.single-sidebar.popular-tag-box {
    position: relative;
    display: block;
    background: #f4f5f7;
    padding: 50px 20px 36px;
}

.single-sidebar.popular-tag-box .title {
    padding-bottom: 10px;
}

.single-sidebar .popular-tag {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 30px;
}

.single-sidebar .popular-tag li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.single-sidebar .popular-tag li:last-child {
    margin-right: 0;
}

.single-sidebar .popular-tag li a {
    position: relative;
    color: #8a8c93;
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0.1s;
}

.single-sidebar .popular-tag li a:hover {
    color: #26b7bc;
}


/*** 
=============================================
    Blog Single Area style
=============================================
***/
.blog-single-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
}

.blog-single-area .blog-post {
    position: relative;
    display: block;
}

.blog-single-area .blog-post .single-blog-style1 {
    margin: 0;
}

.blog-single-area .blog-post .single-blog-style1 .text-holder {
    padding: 40px 0px 0px;
    box-shadow: none;
}

.blog-single-area .blog-post .single-blog-style1 .text-holder .blog-title {
    font-size: 34px;
    line-height: 46px;
    font-weight: 600;
    margin: 0px;
}

.blog-single-area .blog-post .single-blog-style1 .text-holder .text {
    padding: 15px 0 0;
}

.blog-details-text-box-one {
    position: relative;
    display: block;
    padding-top: 32px;
}


.blog-single-area .tag-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-top: 1px solid #dbdee4;
    padding: 30px 0px 30px;
    margin-top: 48px;
}

.blog-single-area .tag-box .tag {
    position: relative;
    display: block;
    padding: 12px 0;
    padding-left: 55px;
}

.blog-single-area .tag-box .tag .title {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.blog-single-area .tag-box .tag .title h3 {
    color: #353742;
    font-size: 18px;
    line-height: 50px;
    font-weight: 700;
}

.blog-single-area .tag-box .tag ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.blog-single-area .tag-box .tag ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.blog-single-area .tag-box .tag ul li:last-child {
    margin-right: 0;
}

.blog-single-area .tag-box .tag ul li a {
    position: relative;
    display: block;
    color: #8a8c93;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-single-area .tag-box .right {
    position: relative;
    display: block;
}


.blog-detail-author-box {
    position: relative;
    display: block;
    background: #f4f5f7;
    padding: 60px 60px 60px;
    border-radius: 10px;
}

.blog-detail-author-box .img-box {
    width: 170px;
}

.blog-detail-author-box .img-box,
.blog-detail-author-box .text-box {
    display: table-cell;
    vertical-align: middle;
}

.blog-detail-author-box .text-box {
    padding-left: 30px;
}

.blog-detail-author-box .text-box h3 {
    color: #353742;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 27px;
}

.blog-detail-author-box .text-box p {
    margin: 0;
}


.comment-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 51px;
}

.comment-box .title {
    position: relative;
    display: block;
    padding-bottom: 30px;
}

.comment-box .title h3 {
    color: #353742;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

.comment-box .outer-box {
    position: relative;
    display: block;
}

.comment-box .single-comment {
    position: relative;
    display: block;
    border-bottom: 1px solid #dbdee4;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.comment-box .single-comment-box {
    position: relative;
    display: block;
    padding-left: 90px;
}

.comment-box .single-comment-box .img-holder {
    position: absolute;
    left: 0;
    top: 0px;
    width: 90px;
    height: 90px;
}

.comment-box .single-comment-box .img-holder img {
    width: 100%;
    border-radius: 50%;
}

.comment-box .single-comment-box .text-holder {
    position: relative;
    display: block;
    padding-left: 40px;
}

.comment-box .single-comment-box .text-holder h3 {
    color: #353742;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin: 0 0 11px;
}

.comment-box .single-comment-box .text-holder h3 span {
    color: #26b7bc;
    font-size: 14px;
    font-weight: 700;
}

.comment-box .single-comment-box .text-holder .reply-button {
    position: relative;
    display: block;
    padding-top: 12px;
}


.add-comment-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.add-comment-box .title {
    position: relative;
    display: block;
    padding-bottom: 30px;
}

.add-comment-box .title h3 {
    color: #353742;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

.add-comment-box #add-comment-form {
}

.add-comment-box #add-comment-form input[type="text"],
.add-comment-box #add-comment-form input[type="email"],
.add-comment-box #add-comment-form textarea {
    position: relative;
    display: block;
    background: #f4f5f7;
    border: 1px solid #f4f5f7;
    width: 100%;
    height: 70px;
    color: #8a8c93;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 0 30px;
    border-radius: 8px;
    margin-bottom: 20px;
    transition: all 500ms ease;
}

.add-comment-box #add-comment-form textarea {
    height: 180px;
    padding: 15px 30px;
    margin-bottom: 30px;
}

.add-comment-box #add-comment-form input[type="text"]:focus {
    border-color: #8a8c93;
}

.add-comment-box #add-comment-form input[type="email"]:focus {
    border-color: #8a8c93;
}

.add-comment-box #add-comment-form textarea:focus {
    border-color: #8a8c93;
}

.add-comment-box #add-comment-form .button-box {
    position: relative;
    display: block;
}


/*** 
=============================================
    Contact Form Style1 Area Contact Page Css
=============================================
***/
.contact-form-style1-area.contact-page {
    padding-top: 120px;
    padding-bottom: 110px;
}

.contact-p-contact-info-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: -20px;
}

.contact-p-contact-info-box .sec-title {
    padding-bottom: 46px;
}

.contact-p-contact-info-box .inner-content {
    position: relative;
    display: block;
    overflow: hidden;
}

.contact-p-contact-info-box .inner-content ul {
    overflow: hidden;
}

.contact-p-contact-info-box .inner-content ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid #dde0e6;
    padding-bottom: 26px;
    margin-bottom: 27px;
}

.contact-p-contact-info-box .inner-content ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.contact-p-contact-info-box .inner-content ul li .icon {
    width: 65px;
}

.contact-p-contact-info-box .inner-content ul li .icon span:before {
    position: relative;
    display: block;
    width: 65px;
    height: 65px;
    background: #26b7bc;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    line-height: 65px;
    text-align: center;
}

.contact-p-contact-info-box .inner-content ul li .icon,
.contact-p-contact-info-box .inner-content ul li .text {
    display: table-cell;
    vertical-align: middle;
}

.contact-p-contact-info-box .inner-content ul li .text {
    position: relative;
    padding-left: 20px;
}

.contact-p-contact-info-box .inner-content ul li .text a {
    position: relative;
    display: inline-block;
    color: #8a8c93;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.contact-p-contact-info-box .inner-content ul li .text a:hover {
    color: #26b7bc;
}

.contact-p-contact-info-box .inner-content ul li .text p {
    color: #8a8c93;
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    margin: 0;
}


.contact-form.contact-page {
    float: right;
    padding: 0;
}


/*** 
=============================================
    Google Map Area Css
=============================================
***/
.contact-p-map-area {
    position: relative;
    display: block;
    background: #f5f5f5;
}

.contact-p-map-area .map-outer {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
}

.contact-p-map-area .map-outer .map-canvas {
    position: relative;
    width: 100%;
    height: 550px;
}


/*** 
=============================================
    RTL Page Css
=============================================
***/
/** Mainmenu Rtl Css **/
.rtl .main-menu .navigation > li {
    float: right;
    margin-right: 40px;
}

.rtl .main-menu .navigation > li:first-child {
    margin-right: 0;
}

.rtl .main-menu .navigation > li:last-child {
}

.rtl .main-menu .navigation > li > ul {
    left: auto;
    right: 0;
}

.rtl .main-menu .navigation > li > ul > li > a {
    text-align: right;
}

.rtl .main-menu .navigation > li > ul > li > a:before {
    display: none;
}

.rtl .main-menu .navigation > li > ul > li.dropdown > a:after {
    display: none;
}

.rtl .main-menu .navigation > li > ul > li > ul {
    left: auto;
    right: 100%;
}

.rtl .main-menu .navigation > li > ul > li > ul > li > a {
    text-align: right;
}

.rtl .sticky-header .main-menu .navigation > li {
    margin-right: 40px;
}

.rtl .sticky-header .main-menu .navigation > li:first-child {
    margin-right: 0px;
}

.rtl.scroll-top {
    left: 20px;
    right: auto;
}


.rtl .header-contact-info-box ul li .icon {
    text-align: right;
}

.rtl .header-contact-info-box ul li .title {
    text-align: right;
}

.btn-one.btn-rtl {
    padding-left: 10px;
    padding-right: 30px;
}

.btn-one.btn-rtl i.round {
    margin-left: 0;
    margin-right: 10px;
    transform: rotate(180deg);
}

.btn-one.btn-rtl:hover i.round {
    margin-left: 0;
    margin-right: 10px;
    transform: rotate(180deg);
}


.rtl .single-service-style1 .counting {
    right: auto;
    left: -20px;
}


.rtl .emergency-contact-text {
    text-align: right;
}

.rtl .emergency-contact-number .icon {
    text-align: right;
}

.rtl .emergency-contact-number .title {
    text-align: right;
}

.rtl .btn-style3 {
    transform: rotate(180deg);
}


.rtl .faq-title-box ul li {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

.rtl .faq-title-box ul li:last-child {
    margin-left: 0;
}


.rtl .single-blog-style1.style1-instyle2 .big-text .blog-quote {
    display: none;
}

.rtl .single-blog-style1 .text-holder .meta-info li {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}

.rtl .single-blog-style1 .text-holder .meta-info li:last-child {
    margin-left: 0;
}

.rtl .single-blog-style1 .text-holder .meta-info li span:before {
    padding-right: 0;
    padding-left: 6px;
}


.rtl .contact-form-style1-area .shape {
    display: none;
}

.rtl .contact-image-box img {
    max-width: none;
    float: right;
}


.rtl .subscribe-form button {
    right: auto;
    left: 5px;
    transform: rotate(180deg);
}

.rtl .subscribe-form input[type="email"]:focus + button,
.rtl .subscribe-form button:hover {
    transform: rotate(180deg);
}


.rtl .footer-news-links .single-news {
    padding-left: 0px;
    padding-right: 70px;
}

.rtl .footer-news-links .single-news .img-holder {
    top: 0;
    left: auto;
    right: 0;
}

.rtl .footer-news-links .single-news .title-holder {
    padding-left: 0px;
    padding-right: 20px;
}


.rtl .single-footer-widget .link1 ul {
    float: right;
}

.rtl .single-footer-widget .footer-contact-info ul li {
    padding-left: 0px;
    padding-right: 30px;
}

.rtl .single-footer-widget .footer-contact-info ul li .icon {
    left: auto;
    right: 0;
}

.rtl .single-footer-widget .link1 ul.marlft40 {
    margin-left: 30px;
    float: right;
}

.rtl .single-footer-widget .link1 ul.marlft40 {
    margin-left: 0px;
    float: right;
    margin-right: 30px;
}


/*==============================================
   DatePicker Css
===============================================*/
#ui-datepicker-div.ui-widget-content {
    border: 1px solid #c5c5c5;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #777;
    color: #252525;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    border-radius: 0px;
    width: 270px;
    padding: 5px;
    z-index: 10 !important;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: #151515 none repeat scroll 0 0;
    border: 2px solid #252525;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    padding: 5px 0;
    position: relative;
}

.ui-datepicker td a {
    color: #000000 !important;
    text-align: center;
    background-image: none !important;
    background: #f5f5f5 !important;
    border: 1px solid #f9f9f9 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #333333 !important;
    background: #333333 !important;
    color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border-radius: 30%;
    height: 20px;
    position: absolute;
    top: 7px;
    width: 20px;
    transition: all 500ms ease;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
    right: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    top: 7px;
    background: #fff;
    border: none;
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 0.4em;
    width: 100%;
    z-index: 99999999;
}

.ui-datepicker th {
    border: medium none;
    font-weight: 600;
    padding: 2px 3px;
    text-align: center;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
    background: #43c3ea;
    color: #fff;
    border-color: #43c3ea;
}


/*==============================================
   Theme Color Css
===============================================*/
.thm-clr {
    color: #26b7bc;
}

.mobile-menu .navigation li.current > a,
.mobile-menu .navigation li > a:hover {
    color: #26b7bc;
}

.outer-search-box-style1 .seach-toggle:hover,
.outer-search-box-style1 .seach-toggle.active {
    color: #26b7bc;
}

.mobile-menu .navigation li > a:before {
    border-left: 5px solid #26b7bc;
}


/*==============================================
   Theme Hover Color Css
===============================================*/
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
    color: #353742;
}

.main-menu .navigation > li > ul > li > a:hover {
    color: #26b7bc;
}

.main-menu .navigation > li > ul > li:hover > a {
    color: #26b7bc;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
    color: #26b7bc;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a {
    color: #26b7bc;
}


/*==============================================
   Theme Background Css
===============================================*/
.thm-bgclr {
    background-color: #0098ff;
}


/*==============================================
   Theme Hover Background Color Css
===============================================*/
.overlay-bgc1 {
    background-color: rgba(54, 124, 232, 0.80);
}

.overlay-bgc2 {
    background-color: rgba(0, 0, 0, 0.70);
}

.fancybox-image,
.fancybox-spaceball {
    border-radius: 15px;
}

/*==============================================
   page
===============================================*/
.page_pagination {
    padding: 25px 0 50px;
}

.page_pagination b {
    height: 50px;
    line-height: 50px;
    border: 1px solid rgba(229, 229, 229, 0.57);
    text-align: center;
    font-size: 18px;
    border-radius: 2px;
    display: inline-block;
    margin: 0 4px;
    color: #fff;
    background: #26b7bc;
    padding: 0 20px;
}

.page_pagination a {
    height: 50px;
    line-height: 50px;
    border: 1px solid rgba(229, 229, 229, 0.57);
    text-align: center;
    color: #252525;
    font-size: 18px;
    border-radius: 2px;
    display: inline-block;
    margin: 0 4px;
    padding: 0 20px;
}

.page_pagination a:hover {
    color: #fff;
    background: #26b7bc;
}


#footer {
    background-color: #f6f6f7;
    overflow: hidden
}

#footer .bg {
    background: #ededef
}

#footer .bg img {
    width: 100%
}

#footer .sitemap-wrap {
    position: relative;

}

#footer .sitemap-wrap .cont-wrap {
    position: relative;
    padding: 0 5%;
    margin: 0
}

#footer .sitemap-wrap .foot-cont {
    padding: 0
}

#footer .sitemap-wrap .foot-cont .list-wrap {
    width: 20%;
    padding: 0 10px 0 0
}

#footer .sitemap-wrap .foot-cont .list-wrap h5 {
    margin-bottom: 10px
}
.ga-click{font-size:18px;}
#footer .sitemap-wrap .foot-cont .list-wrap a {
    color: #000;
    line-height: 26px;
    white-space: nowrap;
    display: inline-block;
    font-size: 16px;
}

#footer .sitemap-wrap .foot-cont .list-wrap .text-h4 .h5 {
    color: #333;
    margin-bottom: 20px;
    font-weight: bolder
}

#footer .sitemap-wrap .foot-cont .list-wrap .text-h4.z-hidden {
    visibility: hidden
}

#footer .sitemap-wrap .side-wrap {
    padding: 0
}

#footer .sitemap-wrap .side-wrap .row {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    float: right
}

#footer .sitemap-wrap .side-wrap .item {
    padding: 0 0 0 30px;
    text-align: center
}

#footer .sitemap-wrap .side-wrap .item img {
    margin: 0 auto 10px;
    width: 80px
}

#footer .sitemap-wrap .share {
    color: #656868
}

#footer .sitemap-wrap .share .icon-wrap {
    width: 100%;
    margin: 0 auto 30px;
    text-align: center
}

#footer .sitemap-wrap .share .text {
    font-weight: bolder
}

#footer .sitemap-wrap .share .iconfont {
    font-size: 26px;
    color: #656868;
    border: 1px solid #333;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 20px
}

#footer .sitemap-wrap .share .iconfont:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#footer .sitemap-wrap .share .icon-wechat {
    position: relative;
    cursor: pointer
}

#footer .sitemap-wrap .share .icon-wechat span {
    display: none;
    width: 120px;
    padding: 6px;
    background: #fff;
    border-radius: 8px;
    bottom: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

#footer .sitemap-wrap .share .icon-wechat span img {
    width: 100%
}

#footer .sitemap-wrap .share .icon-wechat span:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    bottom: -5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

@media screen and (max-width: 767px) {
    #footer .sitemap-wrap .share .icon-wechat span {
        width: 100px;
        bottom: 42px
    }
}

#footer .sitemap-wrap .contact-us {
    margin-bottom: 30px
}

#footer .sitemap-wrap .contact-us p {
    margin-top: 15px;
    color: #a7a9ac
}

#footer .sitemap-wrap .contact-us em, #footer .sitemap-wrap .contact-us i {
    font-style: normal;
    color: #fff;font-size: 20px;font-weight:bold;
}

#footer .sitemap-wrap .contact-us i {
    margin-right: 10px;
    font-size: 18px
}

#footer .sitemap-wrap .contact-us a:focus, #footer .sitemap-wrap .contact-us a:hover {
    cursor: pointer;
    color: #fff !important
}

#footer .sitemap-wrap .foot-list-wrap {
    margin-bottom: 20px
}

#footer .sitemap-wrap .foot-list-wrap .foot-list {
    margin: 0 auto;
    width: 100%;
    text-align: center
}

#footer .sitemap-wrap .foot-list-wrap .foot-list a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 25px;
    color: #a7a9ac
}

#footer .sitemap-wrap .foot-list-wrap .foot-list a:after {
    display: block;
    content: "";
    width: 1px;
    height: 13px;
    background: #a7a9ac;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

#footer .sitemap-wrap .foot-list-wrap .foot-list a:last-of-type:after {
    display: none
}

#footer .sitemap-wrap .group {
    margin-bottom: 30px
}

#footer.has-footer-pic .bg {
    display: none
}

#footer.has-footer-pic .sitemap-wrap {
    padding-top: 50px
}

@media screen and (max-width: 767px) {
    #footer.has-footer-pic .bg {
        display: block
    }

    #footer.has-footer-pic .sitemap-wrap {
        padding-top: 15px
    }
}

#footer .copyright-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #fff;
    background-color: #005baa
}

#footer .copyright-wrap a, #footer .copyright-wrap a:hover {
    color: #fff !important
}

#footer .footer-logo {
    overflow: hidden
}

#footer .footer-logo img {
    width: 105px;
    margin: 30px auto
}

@media screen and (min-width: 992px) {
    #footer .first-head {
        text-align: center;
        margin-bottom: 20px
    }

    #footer .first-head .text-h4 {
        display: inline-block;
        vertical-align: middle;
        margin: 0 15px
    }

    #footer .first-head .text-h4 a {
        font-weight: bolder;
        color: #333
    }
}

@media screen and (max-width: 1199px) {
    #footer .sitemap-wrap .cont-wrap {
        padding: 0
    }

    #footer .sitemap-wrap .bg {
        top: -420px;
        width: 520px
    }

    #footer .sitemap-wrap .foot-cont, #footer .sitemap-wrap .foot-cont .list-wrap {
        padding: 0 10px
    }

    #footer .sitemap-wrap .side-wrap .row {
        margin: 0
    }

    #footer .sitemap-wrap .side-wrap .item {
        padding: 0 10px
    }
}

@media screen and (min-width: 992px) {
    #footer .sitemap-wrap .side-wrap {
        width: 20%
    }

    #footer .sitemap-wrap .foot-cont {
        width: 80%
    }

    #footer .sitemap-wrap .foot-cont .list-wrap {
        padding: 0 10px 0 0
    }

    #footer .sitemap-wrap .foot-cont .list-wrap:last-of-type {
        padding: 0
    }
}

@media screen and (max-width: 991px) {
    #footer .icon-down, #footer .icon-left, #footer .icon-right {
        font-weight: bolder !important
    }

    #footer .sitemap-wrap {
        padding: 30px 0 0;
        width: 100%
    }

    #footer .sitemap-wrap .bg {
        width: 250px;
        height: 600px;
        top: 0;
        left: 0;
        margin-top: -460px;
        margin-left: -90px
    }

    #footer .sitemap-wrap .cont-wrap {
        margin: 0;
        padding: 0 15px
    }

    #footer .sitemap-wrap .foot-cont .list-wrap.false-length .text-h5 {
        display: none
    }

    #footer .sitemap-wrap .foot-cont .list-wrap.false-length .list {
        display: block !important
    }

    #footer .sitemap-wrap .foot-cont .list-wrap.false-length .list a {
        padding: 15px;
        font-size: 16px
    }

    #footer .sitemap-wrap .foot-cont-first .iconfont {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px
    }

    #footer .sitemap-wrap .foot-cont-first a {
        padding: 15px !important;
        font-size: 16px
    }

    #footer .sitemap-wrap .foot-cont, #footer .sitemap-wrap .foot-cont-first {
        padding: 0;
        width: 100%
    }

    #footer .sitemap-wrap .foot-cont-first .list-wrap, #footer .sitemap-wrap .foot-cont .list-wrap {
        width: 100% !important;
        padding: 0
    }

    #footer .sitemap-wrap .foot-cont-first .list-wrap .text-h5, #footer .sitemap-wrap .foot-cont .list-wrap .text-h5 {
        position: relative
    }

    #footer .sitemap-wrap .foot-cont-first .list-wrap h5, #footer .sitemap-wrap .foot-cont .list-wrap h5 {
        display: block;
        position: relative;
        margin: 0;
        padding: 15px;
        font-size: 16px;
        border-bottom: 1px solid #979797
    }

    #footer .sitemap-wrap .foot-cont-first .list-wrap .icon-down, #footer .sitemap-wrap .foot-cont .list-wrap .icon-down {
        transition: all .5s ease;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 15px
    }

    #footer .sitemap-wrap .foot-cont-first .list-wrap, #footer .sitemap-wrap .foot-cont .list-wrap .list {
        /*display:none;*/
        position: relative
    }

    #footer .sitemap-wrap .foot-cont-first .list-wrap .list li, #footer .sitemap-wrap .foot-cont .list-wrap .list li {
        position: relative
    }

    #footer .sitemap-wrap .foot-cont-first .list-wrap .list .icon-right, #footer .sitemap-wrap .foot-cont .list-wrap .list .icon-right {
        position: absolute;
        top: 50%;
        right: 15px;
        color: #333;
        transform: translateY(-50%)
    }

    #footer .sitemap-wrap .foot-cont-first .list-wrap a, #footer .sitemap-wrap .foot-cont .list-wrap a {
        padding: 15px 15px 15px 30px;
        display: block;
        border-bottom: 1px solid #979797;
        color: #333
    }

    #footer .sitemap-wrap .foot-cont-first .list-wrap.active .icon-down, #footer .sitemap-wrap .foot-cont .list-wrap.active .icon-down {
        transform: rotate(180deg)
    }

    #footer .sitemap-wrap .footer-logo img {
        margin: 20px auto;
        width: 90px
    }

    #footer .sitemap-wrap .side-wrap {
        margin: 30px 0 0;
        width: 100%
    }

    #footer .sitemap-wrap .side-wrap .row {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto;
        float: none
    }

    #footer .sitemap-wrap .side-wrap .row .item {
        float: left;
        width: 120px
    }

    #footer .sitemap-wrap .side-wrap .row .item img {
        margin-bottom: 10px
    }

    #footer .sitemap-wrap .share .icon-wrap {
        margin: 0 auto 20px
    }

    #footer .sitemap-wrap .share .iconfont {
        width: 36px;
        height: 36px;
        font-size: 22px;
        margin: 0 10px
    }

    #footer .sitemap-wrap .contact-us {
        margin-bottom: 20px
    }

    #footer .sitemap-wrap .foot-list-wrap {
        margin-bottom: 20px;
        padding: 0 15px;
        text-align: center
    }

    #footer .sitemap-wrap .foot-list-wrap .foot-list a {
        padding: 0 8px;
        margin-bottom: 5px
    }

    #footer .sitemap-wrap .group {
        margin-bottom: 15px
    }

    #footer .copyright-wrap {
        padding: 15px;
            margin-bottom: 5%;
    }
}

#footer.skin-global .copyright-wrap {
    background: #26b7bc;
}

#footer.skin-global .sitemap-wrap .share .iconfont:hover {
    border-color: #a6ce39
}

@media screen and (max-width: 991px) {
    #footer.skin-global .sitemap-wrap .foot-cont-first .list-wrap.active .icon-down, #footer.skin-global .sitemap-wrap .foot-cont-first .list-wrap.active h5, #footer.skin-global .sitemap-wrap .foot-cont .list-wrap.active .icon-down, #footer.skin-global .sitemap-wrap .foot-cont .list-wrap.active h5 {
        color: #a6ce39 !important
    }

    #footer.skin-global .sitemap-wrap .foot-cont .list-wrap.false-length .list li:hover .icon-right {
        color: #a6ce39
    }
}

#footer.skin-gz .copyright-wrap {
    background: #a6ce39
}

#footer.skin-gz .sitemap-wrap .share .iconfont:hover {
    border-color: #a6ce39
}

@media screen and (max-width: 991px) {
    #footer.skin-gz .sitemap-wrap .foot-cont-first .list-wrap.active .icon-down, #footer.skin-gz .sitemap-wrap .foot-cont-first .list-wrap.active h5, #footer.skin-gz .sitemap-wrap .foot-cont .list-wrap.active .icon-down, #footer.skin-gz .sitemap-wrap .foot-cont .list-wrap.active h5 {
        color: #a6ce39 !important
    }

    #footer.skin-gz .sitemap-wrap .foot-cont .list-wrap.false-length .list li:hover .icon-right {
        color: #a6ce39
    }
}

#footer.skin-zh .copyright-wrap {
    background: #005baa
}

#footer.skin-zh .sitemap-wrap .share .iconfont:hover {
    border-color: #005baa
}

@media screen and (max-width: 991px) {
    #footer.skin-zh .sitemap-wrap .foot-cont-first .list-wrap.active .icon-down, #footer.skin-zh .sitemap-wrap .foot-cont-first .list-wrap.active h5, #footer.skin-zh .sitemap-wrap .foot-cont .list-wrap.active .icon-down, #footer.skin-zh .sitemap-wrap .foot-cont .list-wrap.active h5 {
        color: #005baa !important
    }

    #footer.skin-zh .sitemap-wrap .foot-cont .list-wrap.false-length .list li:hover .icon-right {
        color: #005baa
    }
}

#footer.skin-group .copyright-wrap {
    background: #b44a9c
}

#footer.skin-group .sitemap-wrap .share .iconfont:hover {
    border-color: #b44a9c
}

@media screen and (max-width: 991px) {
    #footer.skin-group .sitemap-wrap .foot-cont-first .list-wrap.active .icon-down, #footer.skin-group .sitemap-wrap .foot-cont-first .list-wrap.active h5, #footer.skin-group .sitemap-wrap .foot-cont .list-wrap.active .icon-down, #footer.skin-group .sitemap-wrap .foot-cont .list-wrap.active h5 {
        color: #b44a9c !important
    }

    #footer.skin-group .sitemap-wrap .foot-cont .list-wrap.false-length .list li:hover .icon-right {
        color: #b44a9c
    }
}

#footer.skin-member .copyright-wrap {
    background: #d39f44
}

#footer.skin-member .sitemap-wrap .share .iconfont:hover {
    border-color: #d39f44
}

@media screen and (max-width: 991px) {
    #footer.skin-member .sitemap-wrap .foot-cont-first .list-wrap.active .icon-down, #footer.skin-member .sitemap-wrap .foot-cont-first .list-wrap.active h5, #footer.skin-member .sitemap-wrap .foot-cont .list-wrap.active .icon-down, #footer.skin-member .sitemap-wrap .foot-cont .list-wrap.active h5 {
        color: #d39f44 !important
    }

    #footer.skin-member .sitemap-wrap .foot-cont .list-wrap.false-length .list li:hover .icon-right {
        color: #d39f44
    }
}

#footer.skin-gz-card .copyright-wrap {
    background: #fab516
}

#footer.skin-gz-card .sitemap-wrap .share .iconfont:hover {
    border-color: #fab516
}

@media screen and (max-width: 991px) {
    #footer.skin-gz-card .sitemap-wrap .foot-cont-first .list-wrap.active .icon-down, #footer.skin-gz-card .sitemap-wrap .foot-cont-first .list-wrap.active h5, #footer.skin-gz-card .sitemap-wrap .foot-cont .list-wrap.active .icon-down, #footer.skin-gz-card .sitemap-wrap .foot-cont .list-wrap.active h5 {
        color: #fab516 !important
    }

    #footer.skin-gz-card .sitemap-wrap .foot-cont .list-wrap.false-length .list li:hover .icon-right {
        color: #fab516
    }
}

#footer.skin-zh-card .copyright-wrap {
    background: #14b1e7
}

#footer.skin-zh-card .sitemap-wrap .share .iconfont:hover {
    border-color: #14b1e7
}

@media screen and (max-width: 991px) {
    #footer.skin-zh-card .sitemap-wrap .foot-cont-first .list-wrap.active .icon-down, #footer.skin-zh-card .sitemap-wrap .foot-cont-first .list-wrap.active h5, #footer.skin-zh-card .sitemap-wrap .foot-cont .list-wrap.active .icon-down, #footer.skin-zh-card .sitemap-wrap .foot-cont .list-wrap.active h5 {
        color: #14b1e7 !important
    }

    #footer.skin-zh-card .sitemap-wrap .foot-cont .list-wrap.false-length .list li:hover .icon-right {
        color: #14b1e7
    }
}

#footer.skin-gz-park-paradise .copyright-wrap {
    background: #fab516
}

#footer.skin-gz-park-paradise .sitemap-wrap .share .iconfont:hover {
    border-color: #fab516
}

@media screen and (max-width: 991px) {
    #footer.skin-gz-park-paradise .sitemap-wrap .foot-cont-first .list-wrap.active .icon-down, #footer.skin-gz-park-paradise .sitemap-wrap .foot-cont-first .list-wrap.active h5, #footer.skin-gz-park-paradise .sitemap-wrap .foot-cont .list-wrap.active .icon-down, #footer.skin-gz-park-paradise .sitemap-wrap .foot-cont .list-wrap.active h5 {
        color: #fab516 !important
    }

    #footer.skin-gz-park-paradise .sitemap-wrap .foot-cont .list-wrap.false-length .list li:hover .icon-right {
        color: #fab516
    }
}

#footer.skin-gz-park-zoo .copyright-wrap {
    background: #46897d
}

#footer.skin-gz-park-zoo .sitemap-wrap .share .iconfont:hover {
    border-color: #46897d
}

@media screen and (max-width: 991px) {
    #footer.skin-gz-park-zoo .sitemap-wrap .foot-cont-first .list-wrap.active .icon-down, #footer.skin-gz-park-zoo .sitemap-wrap .foot-cont-first .list-wrap.active h5, #footer.skin-gz-park-zoo .sitemap-wrap .foot-cont .list-wrap.active .icon-down, #footer.skin-gz-park-zoo .sitemap-wrap .foot-cont .list-wrap.active h5 {
        color: #46897d !important
    }

    #footer.skin-gz-park-zoo .sitemap-wrap .foot-cont .list-wrap.false-length .list li:hover .icon-right {
        color: #46897d
    }
}

#footer.skin-gz-park-water .copyright-wrap {
    background: #14b1e7
}

#footer.skin-gz-park-water .sitemap-wrap .share .iconfont:hover {
    border-color: #14b1e7
}

@media screen and (max-width: 991px) {
    #footer.skin-gz-park-water .sitemap-wrap .foot-cont-first .list-wrap.active .icon-down, #footer.skin-gz-park-water .sitemap-wrap .foot-cont-first .list-wrap.active h5, #footer.skin-gz-park-water .sitemap-wrap .foot-cont .list-wrap.active .icon-down, #footer.skin-gz-park-water .sitemap-wrap .foot-cont .list-wrap.active h5 {
        color: #14b1e7 !important
    }

    #footer.skin-gz-park-water .sitemap-wrap .foot-cont .list-wrap.false-length .list li:hover .icon-right {
        color: #14b1e7
    }
}

#footer.skin-gz-park-bird .copyright-wrap {
    background: #a6ce39
}

#footer.skin-gz-park-bird .sitemap-wrap .share .iconfont:hover {
    border-color: #a6ce39
}

@media screen and (max-width: 991px) {
    #footer.skin-gz-park-bird .sitemap-wrap .foot-cont-first .list-wrap.active .icon-down, #footer.skin-gz-park-bird .sitemap-wrap .foot-cont-first .list-wrap.active h5, #footer.skin-gz-park-bird .sitemap-wrap .foot-cont .list-wrap.active .icon-down, #footer.skin-gz-park-bird .sitemap-wrap .foot-cont .list-wrap.active h5 {
        color: #a6ce39 !important
    }

    #footer.skin-gz-park-bird .sitemap-wrap .foot-cont .list-wrap.false-length .list li:hover .icon-right {
        color: #a6ce39
    }
}

#footer.skin-gz-hotel-chimelong .copyright-wrap {
    background: #9a5625
}

#footer.skin-gz-hotel-chimelong .sitemap-wrap .share .iconfont:hover {
    border-color: #9a5625
}

@media screen and (max-width: 991px) {
    #footer.skin-gz-hotel-chimelong .sitemap-wrap .foot-cont-first .list-wrap.active .icon-down, #footer.skin-gz-hotel-chimelong .sitemap-wrap .foot-cont-first .list-wrap.active h5, #footer.skin-gz-hotel-chimelong .sitemap-wrap .foot-cont .list-wrap.active .icon-down, #footer.skin-gz-hotel-chimelong .sitemap-wrap .foot-cont .list-wrap.active h5 {
        color: #9a5625 !important
    }

    #footer.skin-gz-hotel-chimelong .sitemap-wrap .foot-cont .list-wrap.false-length .list li:hover .icon-right {
        color: #9a5625
    }
}

#footer.skin-gz-hotel-panda .copyright-wrap {
    background: #f15b47
}

#footer.skin-gz-hotel-panda .sitemap-wrap .share .iconfont:hover {
    border-color: #f15b47
}

@media screen and (max-width: 991px) {
    #footer.skin-gz-hotel-panda .sitemap-wrap .foot-cont-first .list-wrap.active .icon-down, #footer.skin-gz-hotel-panda .sitemap-wrap .foot-cont-first .list-wrap.active h5, #footer.skin-gz-hotel-panda .sitemap-wrap .foot-cont .list-wrap.active .icon-down, #footer.skin-gz-hotel-panda .sitemap-wrap .foot-cont .list-wrap.active h5 {
        color: #f15b47 !important
    }

    #footer.skin-gz-hotel-panda .sitemap-wrap .foot-cont .list-wrap.false-length .list li:hover .icon-right {
        color: #f15b47
    }
}

#footer.skin-gz-hotel-cl-xj .copyright-wrap {
    background: #46897d
}

#footer.skin-gz-hotel-cl-xj .sitemap-wrap .share .iconfont:hover {
    border-color: #46897d
}

@media screen and (max-width: 991px) {
    #footer.skin-gz-hotel-cl-xj .sitemap-wrap .foot-cont-first .list-wrap.active .icon-down, #footer.skin-gz-hotel-cl-xj .sitemap-wrap .foot-cont-first .list-wrap.active h5, #footer.skin-gz-hotel-cl-xj .sitemap-wrap .foot-cont .list-wrap.active .icon-down, #footer.skin-gz-hotel-cl-xj .sitemap-wrap .foot-cont .list-wrap.active h5 {
        color: #46897d !important
    }

    #footer.skin-gz-hotel-cl-xj .sitemap-wrap .foot-cont .list-wrap.false-length .list li:hover .icon-right {
        color: #46897d
    }
}

#footer.skin-gz-hotel-pxj .copyright-wrap {
    background: #46897d
}

#footer.skin-gz-hotel-pxj .sitemap-wrap .share .iconfont:hover {
    border-color: #46897d
}

@media screen and (max-width: 991px) {
    #footer.skin-gz-hotel-pxj .sitemap-wrap .foot-cont-first .list-wrap.active .icon-down, #footer.skin-gz-hotel-pxj .sitemap-wrap .foot-cont-first .list-wrap.active h5, #footer.skin-gz-hotel-pxj .sitemap-wrap .foot-cont .list-wrap.active .icon-down, #footer.skin-gz-hotel-pxj .sitemap-wrap .foot-cont .list-wrap.active h5 {
        color: #46897d !important
    }

    #footer.skin-gz-hotel-pxj .sitemap-wrap .foot-cont .list-wrap.false-length .list li:hover .icon-right {
        color: #46897d
    }
}

#footer.skin-gz-acting-circus .copyright-wrap {
    background: #ec008c
}

#footer.skin-gz-acting-circus .sitemap-wrap .share .iconfont:hover {
    border-color: #ec008c
}

@media screen and (max-width: 991px) {
    #footer.skin-gz-acting-circus .sitemap-wrap .foot-cont-first .list-wrap.active .icon-down, #footer.skin-gz-acting-circus .sitemap-wrap .foot-cont-first .list-wrap.active h5, #footer.skin-gz-acting-circus .sitemap-wrap .foot-cont .list-wrap.active .icon-down, #footer.skin-gz-acting-circus .sitemap-wrap .foot-cont .list-wrap.active h5 {
        color: #ec008c !important
    }

    #footer.skin-gz-acting-circus .sitemap-wrap .foot-cont .list-wrap.false-length .list li:hover .icon-right {
        color: #ec008c
    }
}

#footer.skin-zh-park-kingdom .copyright-wrap {
    background: #14b1e7
}

#footer.skin-zh-park-kingdom .sitemap-wrap .share .iconfont:hover {
    border-color: #14b1e7
}

@media screen and (max-width: 991px) {
    #footer.skin-zh-park-kingdom .sitemap-wrap .foot-cont-first .list-wrap.active .icon-down, #footer.skin-zh-park-kingdom .sitemap-wrap .foot-cont-first .list-wrap.active h5, #footer.skin-zh-park-kingdom .sitemap-wrap .foot-cont .list-wrap.active .icon-down, #footer.skin-zh-park-kingdom .sitemap-wrap .foot-cont .list-wrap.active h5 {
        color: #14b1e7 !important
    }

    #footer.skin-zh-park-kingdom .sitemap-wrap .foot-cont .list-wrap.false-length .list li:hover .icon-right {
        color: #14b1e7
    }
}

#footer.skin-zh-park-science .copyright-wrap {
    background: #14b1e7
}

#footer.skin-zh-park-science .sitemap-wrap .share .iconfont:hover {
    border-color: #14b1e7
}

@media screen and (max-width: 991px) {
    #footer.skin-zh-park-science .sitemap-wrap .foot-cont-first .list-wrap.active .icon-down, #footer.skin-zh-park-science .sitemap-wrap .foot-cont-first .list-wrap.active h5, #footer.skin-zh-park-science .sitemap-wrap .foot-cont .list-wrap.active .icon-down, #footer.skin-zh-park-science .sitemap-wrap .foot-cont .list-wrap.active h5 {
        color: #14b1e7 !important
    }

    #footer.skin-zh-park-science .sitemap-wrap .foot-cont .list-wrap.false-length .list li:hover .icon-right {
        color: #14b1e7
    }
}

#footer.skin-zh-hotel-hengqin .copyright-wrap {
    background: #d39f44
}

#footer.skin-zh-hotel-hengqin .sitemap-wrap .share .iconfont:hover {
    border-color: #d39f44
}

@media screen and (max-width: 991px) {
    #footer.skin-zh-hotel-hengqin .sitemap-wrap .foot-cont-first .list-wrap.active .icon-down, #footer.skin-zh-hotel-hengqin .sitemap-wrap .foot-cont-first .list-wrap.active h5, #footer.skin-zh-hotel-hengqin .sitemap-wrap .foot-cont .list-wrap.active .icon-down, #footer.skin-zh-hotel-hengqin .sitemap-wrap .foot-cont .list-wrap.active h5 {
        color: #d39f44 !important
    }

    #footer.skin-zh-hotel-hengqin .sitemap-wrap .foot-cont .list-wrap.false-length .list li:hover .icon-right {
        color: #d39f44
    }
}

#footer.skin-zh-hotel-penguin .copyright-wrap {
    background: #14b1e7
}

#footer.skin-zh-hotel-penguin .sitemap-wrap .share .iconfont:hover {
    border-color: #14b1e7
}

@media screen and (max-width: 991px) {
    #footer.skin-zh-hotel-penguin .sitemap-wrap .foot-cont-first .list-wrap.active .icon-down, #footer.skin-zh-hotel-penguin .sitemap-wrap .foot-cont-first .list-wrap.active h5, #footer.skin-zh-hotel-penguin .sitemap-wrap .foot-cont .list-wrap.active .icon-down, #footer.skin-zh-hotel-penguin .sitemap-wrap .foot-cont .list-wrap.active h5 {
        color: #14b1e7 !important
    }

    #footer.skin-zh-hotel-penguin .sitemap-wrap .foot-cont .list-wrap.false-length .list li:hover .icon-right {
        color: #14b1e7
    }
}

#footer.skin-zh-hotel-penguin-2 .copyright-wrap {
    background: #fab516
}

#footer.skin-zh-hotel-penguin-2 .sitemap-wrap .share .iconfont:hover {
    border-color: #fab516
}

@media screen and (max-width: 991px) {
    #footer.skin-zh-hotel-penguin-2 .sitemap-wrap .foot-cont-first .list-wrap.active .icon-down, #footer.skin-zh-hotel-penguin-2 .sitemap-wrap .foot-cont-first .list-wrap.active h5, #footer.skin-zh-hotel-penguin-2 .sitemap-wrap .foot-cont .list-wrap.active .icon-down, #footer.skin-zh-hotel-penguin-2 .sitemap-wrap .foot-cont .list-wrap.active h5 {
        color: #fab516 !important
    }

    #footer.skin-zh-hotel-penguin-2 .sitemap-wrap .foot-cont .list-wrap.false-length .list li:hover .icon-right {
        color: #fab516
    }
}

#footer.skin-zh-hotel-circus .copyright-wrap {
    background: #8a1538
}

#footer.skin-zh-hotel-circus .sitemap-wrap .share .iconfont:hover {
    border-color: #8a1538
}

@media screen and (max-width: 991px) {
    #footer.skin-zh-hotel-circus .sitemap-wrap .foot-cont-first .list-wrap.active .icon-down, #footer.skin-zh-hotel-circus .sitemap-wrap .foot-cont-first .list-wrap.active h5, #footer.skin-zh-hotel-circus .sitemap-wrap .foot-cont .list-wrap.active .icon-down, #footer.skin-zh-hotel-circus .sitemap-wrap .foot-cont .list-wrap.active h5 {
        color: #8a1538 !important
    }

    #footer.skin-zh-hotel-circus .sitemap-wrap .foot-cont .list-wrap.false-length .list li:hover .icon-right {
        color: #8a1538
    }
}

#footer.skin-zh-hotel-yinghai .copyright-wrap {
    background: #005baa
}

#footer.skin-zh-hotel-yinghai .sitemap-wrap .share .iconfont:hover {
    border-color: #005baa
}

@media screen and (max-width: 991px) {
    #footer.skin-zh-hotel-yinghai .sitemap-wrap .foot-cont-first .list-wrap.active .icon-down, #footer.skin-zh-hotel-yinghai .sitemap-wrap .foot-cont-first .list-wrap.active h5, #footer.skin-zh-hotel-yinghai .sitemap-wrap .foot-cont .list-wrap.active .icon-down, #footer.skin-zh-hotel-yinghai .sitemap-wrap .foot-cont .list-wrap.active h5 {
        color: #005baa !important
    }

    #footer.skin-zh-hotel-yinghai .sitemap-wrap .foot-cont .list-wrap.false-length .list li:hover .icon-right {
        color: #005baa
    }
}

#footer.skin-zh-hotel-science .copyright-wrap {
    background: #14126f
}

#footer.skin-zh-hotel-science .sitemap-wrap .share .iconfont:hover {
    border-color: #14126f
}

@media screen and (max-width: 991px) {
    #footer.skin-zh-hotel-science .sitemap-wrap .foot-cont-first .list-wrap.active .icon-down, #footer.skin-zh-hotel-science .sitemap-wrap .foot-cont-first .list-wrap.active h5, #footer.skin-zh-hotel-science .sitemap-wrap .foot-cont .list-wrap.active .icon-down, #footer.skin-zh-hotel-science .sitemap-wrap .foot-cont .list-wrap.active h5 {
        color: #14126f !important
    }

    #footer.skin-zh-hotel-science .sitemap-wrap .foot-cont .list-wrap.false-length .list li:hover .icon-right {
        color: #14126f
    }
}

#footer.skin-zh-acting-circus .copyright-wrap {
    background: #005baa
}

#footer.skin-zh-acting-circus .sitemap-wrap .share .iconfont:hover {
    border-color: #005baa
}

@media screen and (max-width: 991px) {
    #footer.skin-zh-acting-circus .sitemap-wrap .foot-cont-first .list-wrap.active .icon-down, #footer.skin-zh-acting-circus .sitemap-wrap .foot-cont-first .list-wrap.active h5, #footer.skin-zh-acting-circus .sitemap-wrap .foot-cont .list-wrap.active .icon-down, #footer.skin-zh-acting-circus .sitemap-wrap .foot-cont .list-wrap.active h5 {
        color: #005baa !important
    }

    #footer.skin-zh-acting-circus .sitemap-wrap .foot-cont .list-wrap.false-length .list li:hover .icon-right {
        color: #005baa
    }
}

#footer.skin-zh-acting-opera .copyright-wrap {
    background: #f15b47
}

#footer.skin-zh-acting-opera .sitemap-wrap .share .iconfont:hover {
    border-color: #f15b47
}

@media screen and (max-width: 991px) {
    #footer.skin-zh-acting-opera .sitemap-wrap .foot-cont-first .list-wrap.active .icon-down, #footer.skin-zh-acting-opera .sitemap-wrap .foot-cont-first .list-wrap.active h5, #footer.skin-zh-acting-opera .sitemap-wrap .foot-cont .list-wrap.active .icon-down, #footer.skin-zh-acting-opera .sitemap-wrap .foot-cont .list-wrap.active h5 {
        color: #f15b47 !important
    }

    #footer.skin-zh-acting-opera .sitemap-wrap .foot-cont .list-wrap.false-length .list li:hover .icon-right {
        color: #f15b47
    }
}

#footer.skin-zoo-plants .copyright-wrap {
    background: #46897d
}

#footer.skin-zoo-plants .sitemap-wrap .share .iconfont:hover {
    border-color: #46897d
}

@media screen and (max-width: 991px) {
    #footer.skin-zoo-plants .sitemap-wrap .foot-cont-first .list-wrap.active .icon-down, #footer.skin-zoo-plants .sitemap-wrap .foot-cont-first .list-wrap.active h5, #footer.skin-zoo-plants .sitemap-wrap .foot-cont .list-wrap.active .icon-down, #footer.skin-zoo-plants .sitemap-wrap .foot-cont .list-wrap.active h5 {
        color: #46897d !important
    }

    #footer.skin-zoo-plants .sitemap-wrap .foot-cont .list-wrap.false-length .list li:hover .icon-right {
        color: #46897d
    }
}


@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }


    .c-button.skin-global:before {
        background: #26b7bc;
        box-shadow: 0 7px 12px 0 rgb(38 183 188);
    }

    #footer .sitemap-wrap .contact-us {
        margin-bottom: 30px;
    }


    .col-xs-12 {
        width: 100%;
    }


    #footer .sitemap-wrap .contact-us i {
        margin-right: 10px;
        font-size: 18px;
    }

    .c-button, .c-button span {
        position: relative;
    }

    .c-button:before {
        border: 0 solid transparent;
        border-radius: 20px;
        transition: height .4s cubic-bezier(.31, 3.4, .29, -.15), top .4s cubic-bezier(.31, 3.4, .29, -.15);
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }

    .c-button {
        font-size: 16px;
        font-weight: bolder;
        line-height: 16px;
        color: #fff;
        padding: 12px 48px;
        border-radius: 20px !important;
        border: none;
        transition: none;
        background: none;
        display: inline-block;
    }

    #footer .sitemap-wrap .contact-us a:focus, #footer .sitemap-wrap .contact-us a:hover {
        cursor: pointer;
        color: #fff !important;
    }


    .c-button:active, .c-button:focus, .c-button:hover {
        color: #fff !important;
    }
}

@media(max-width:999px){
    
    .recommedPage dt a{
       margin-top: 20px;
      height: 110px;
     width: 100%!important;
    }
    .fy{height:100%!important;
       box-shadow: 0px 0px 100px 10PX #9b96964f;
    background-color: #f7f7f7!important;
    
    }
    .oh{
    border-bottom: 1px solid #e5e5e5;
    }
    .recommedPage dl{   
        display: flex;
        width: 100%!important;
            height: 160px!important;
            border-bottom: none;
   height: 50px;
   border-bottom: 1px solid #e5e5e5;
    }
    .recommedPage p{
            width:100%!important;
        }
}
.fy {
    height: 30px;
    line-height: 30px;
    background: #f7f7f7;
    overflow: hidden;
    margin: 55px 0px 15px 0px;
    padding: 0 10px;
    font-size: 14px;
    text-align: center;
    color: #c4c4c4;
}

.fy img{ 
    height: 15px;
    margin-left: 10px;
    margin-right: 10px;
}



@media all and (max-width: 1300px) {
    .tb_nav { width: 30%;
        float: left;
        margin-left: 3%;}
    .foot-cont {display:none;}
}
@media all and (max-width: 500px) {
    .welcome-image-box .image2 {
        position: absolute;
        bottom: -78px;
        left: 0px;
    }

    .container {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0px;
        margin-left: 0px;
    }

    .welcome-content-box {
        position: relative;
        display: block;
        margin-left: 0px;
        margin-right: 0px;
    }

    .single-team-member .img-holder {
        position: relative;
        display: block;
        background: #ffffff;
        padding: 0;
        border-radius: 7px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .single-team-member .img-holder .inner img {
        width: 30%;
        transform: scale(1.0);
        transition: .3s ease-in-out;
        min-height: 155px;
    }

    .single-team-member {
        position: relative;
        display: block;
        margin-bottom: 0px;
    }

    #footer .sitemap-wrap .cont-wrap {
        display: none;
    }

    .tb_nav {
        width: 30%;
        float: left;
        margin-left: 3%;
    }

    .listRecommend {

        overflow: hidden;
        height: auto;
        /*margin-top: 50px;*/
    }


}




.col-xl-8 li{color: #000;
    font-size: 15px;
    line-height: 25px;  list-style-type: disc;
    margin-top: 10px;
    margin-left: 30px;}
    
    
    .xxx{width:200px;max-width:200%}
    
.caselist h5.fl{line-height: 50px;}


#friendlink{text-align: center;}
.partner-box{display:none;}

.fy{padding:1px 10px; margin-top: 20px;margin-bottom: 20px;color:#000;}
.fy p{height:30px; line-height:30px;}
.fy .cl{margin-top:0px; overflow:hidden;}

.fy a{float:left; margin-left:5px; padding:0 10px; height:28px; line-height:28px; border:1px solid #ccc; text-decoration:none;float:left}
.fy a:hover , .pagination .uls a.cur{background-color:#183883; border-color:#183883; color:#fff;}
.fy .tBtn:hover{background-color:inherit; color:inherit; *background-color:transparent;*color:#666;}

@media screen and (max-width: 480px) {
  /* 在此处添加您想要应用的样式 */
.single-blog-style1 .text-holder .blog-title{font-size: 18px!important;}

.testimonial-style1-area{display:none;}    
.top-menu{display:none;}    
.sp_logo{display:none;} 
.single-blog-style1{margin-top: 40px;}
#footer .bg{display:none;} 
#test{display:none;} 
.single-service-style2{padding: 2px 11px 1px;}
.choose-area{display:none;} 
}


@media screen and (min-width: 768px) and (max-width: 1280px) {
  /* 在这里添加你想要应用的样式 */
  .services-style1-area{padding-bottom: 0px!important;}

  .container1{padding-bottom: 0px!important;}
 .clickBTn {display:none;} 
  .testimonial-style1-area{display:none;}  
  .welcome-area{    padding: 100px 0 10px!important;}
.top-menu{display:none;}    
.sp_logo{display:none;} 
.partner-area .layer-outer{display:none;} 
.ao_pl{display:none!important;} 
#test{display:none;} 
.price h2{display:none;}    
.blog-style1-area{display:none;} 
.service-style2-area{display:none;}     
.choose-area{display:none;} 
#footer .sitemap-wrap{display:none;} 
.partner-area{display:none;}    
#footer .bg{display:none;}    
.mb-5{display:none;}   
  .certified-area .outer-box{display:none;} 
}