/* www.adminbuy.cn */

.header-top-area {
    background: #2AB685;
    position: relative;
    z-index: 1;
    padding: 3px 88px; font-size:12px
}

.top-icon-list ul {
    display: inline-block;
}

.top-icon-list ul li {
    list-style: none;
    display: inline-block;
    margin-right: 37px;
}

.top-icon-list ul li i {
    display: inline-block;
    font-size: 15px;
    margin-right: 5px;
    color: #fff;
}

.top-icon-list ul li.left {
    position: relative;
    z-index: 1;
}

.header-right-content {
    text-align: right;
}

.top-icon-item {
    display: inline-block;
}

.top-icon-item ul {
    display: inline-block;
}

.top-icon-list ul li.left span {
    color: #fff;
}

.top-icon-item ul li {
    list-style: none;
    display: inline-block;
    color: #fff;
}

.top-icon-item ul li a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 16px 15px;
    height: 100%;
}

 .top-icon-item ul li.twitter {
    position: relative;
    z-index: 1;
}

.top-icon-item ul li.twitter::before {
    position: absolute;
    content: "";
    top: 22px;
    left: 0;
    height: 18px;
    width: 1px;
    background: #fff;
    z-index: -1;
}

.top-icon-item ul li.twitter::after {
    position: absolute;
    content: "";
    top: 22px;
    right: 0;
    height: 18px;
    width: 1px;
    background: #fff;
    z-index: -1;
}

 .top-icon-item ul li.pinterest {
    position: relative;
    z-index: 1;
}

.top-icon-item ul li.pinterest::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 50px;
    width: 35px;
    line-height: 50px;
    background: #f00;
    z-index: -1;
}

.header-top-call {
    display: inline-block;
    margin-left: 20px;
}

.header-top-call a{
    display: inline-block;
    text-decoration: none;
}

.header-top-call a i {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.header-top-call a span {
    color: #fff;
    margin-left: 6px;
    font-size: 14px;
}

/*================================
<--  hendrio Nav Menu Area Css -->
==================================*/

.hendrio_nav_manu {
    background: transparent;
    transition: .5s;
    padding: 0 88px 0;
}

.hendrio_nav_manu.transparent_menu {
    background: transparent;
    margin-bottom: -87px;
    position: relative;
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #10102E !important;
    transition: .5s;
    z-index: 9;
}

/* hendrio Menu Css*/
nav.hendrio_menu {
    text-align: right;
}

.header-icon-img {
    display: inline-block;
    margin: 0 15px 0 45px;
}

.header-call {
    position: relative;
    z-index: 1;
    display: inline-block;
    top: 10px;
}

.header-call h3 {
    font-size: 18px;
    margin: 0;
    color: #121D17;
    font-family: 'Inter';
}

.header-call span {
    font-size: 14px;
    color: #5a5959;
    text-align: left;
    margin: 0;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -23px;
    
    font-weight: 400;
}

.hendrio_menu ul {
    list-style: none;
    display: inline-block;
}

.hendrio_menu>ul>li {
    display: inline-block;
    position: relative;
    z-index: 22;
}

.hendrio_menu>ul>li>a {
    display: block;
    margin: 40px 40px;
    -webkit-transition: .5s;
    transition: .5s;
    color: #333;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    text-decoration: none;
}

.sticky nav.hendrio_menu span {
    font-size: 13px;
    padding-left: 6px;
    color: #fff;
}

.sticky .header-call h3 {
    color: #fff;
}

nav.hendrio_menu span {
    font-size: 13px;
    padding-left: 6px;
}

.hendrio_menu>ul>li>a:hover {
    color: #FD8F15;
}

.hendrio_menu>ul>li>a.on {
    color: #FD8F15;
}
/*menu button*/
.header-button {
    display: inline-block;
    padding-left: 30px;
}

.header-button a {
    padding: 12px 35px;
    color: #fff;
    background: #121D17;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .5s;
    text-decoration: none;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Poppins';
}

.header-button a:hover{
    color: #fff;
}

.header-button a::before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    background: #2AB685;
    transform: scale(0);
    transition: .5s;
}

.header-button a::after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 25px;
    top: 12px;
    right: 0;
    height: 28px;
    width: 28px;
    line-height: 25px;
    border-radius: 50px;
    background: #FE9015;
    transition: .5s;
}

.header-button a:hover::before {
    transform: scale(1);
}

/*** Sub Menu Style ***/
.hendrio_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 217px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #FD8F15;
    opacity: 0;
}

.hendrio_menu ul li:hover>.sub-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.hendrio_menu ul .sub-menu li {
    position: relative;
}

.hendrio_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    transition: .1s;
    visibility: inherit !important;
    color: #121D17!important;
    text-decoration: none;
}

.hendrio_menu ul .sub-menu li:hover>a,
.hendrio_menu ul .sub-menu .sub-menu li:hover>a,
.hendrio_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.hendrio_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    background: #2AB685;
    color: #fff !important;
}

/* sub menu 2 */
.hendrio_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.hendrio_menu ul .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

/* sub menu 3 */
.hendrio_menu ul .sub-menu .sub-menu li {
    position: relative;
}

.hendrio_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.hendrio_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

ul.sub-menu li a span {
    background: #FF3C00;
    padding: 5px 10px;
    color: #fff;
    opacity: 1;
    font-family: 'Fira Sans';
    border-radius: 2px;
    margin-left: 5px;
    transition: .5s;
}

ul.sub-menu li:hover a span{
    background: rgba(255,255,255, 0.20);
}

/* sub menu 4 */
.hendrio_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}


.hendrio_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

.hendrio_menu li a:hover:before {
    width: 101%;
}

.hendrio_nav_manu.sticky .logo_img {
    display: none;
}

.main_sticky {
    display: none;
}

.hendrio_nav_manu.sticky .main_sticky {
    display: inherit;
}

.sticky .hendrio_menu li a {
    color: #fff;
}

.hendrio_nav_manu.sticky a.dtbtn {
    color: #fff;
    background: #F16722;
    border: 2px solid #F16722;
}

.hendrio_nav_manu.sticky a.dtbtn:hover {
    color: #43baff;
}

.mobile-menu.mean-container {
    overflow: hidden;
}



/*<!-- ============================================================== -->
<!-- Start  breadcumb-area Css -->
<!-- ============================================================== -->*/
.breadcumb-area {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    height: 380px;
}

.breadcumb-content h1 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 55px;
    margin-bottom: 10px;
    margin-top: 0;
    color: #2c2c51;
    color: #fff;
}

.breadcumb-content ul li {
    display: inline-block;
    color: #fff;
}

.breadcumb-content ul li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    position: relative;
    z-index: 1;

}

.breadcumb-content ul li a::before {

}

.breadcumb-content ul li a i {
    display: inline-block;
    margin-right: 6px;
}

.breadcumb-content ul li span {
    font-size: 15px;
    color: #FD8F14;
    position: relative;
    z-index: 1;
    margin-right: 15px;
}

.breadcumb-content ul li span::before {
    position: absolute;
    content: "";
    height: 14px;
    width: 1px;
    top: 5px;
    right: -12px;
    background: #fff;
}

.breadcumb-content ul li span::after {
    position: absolute;
    content: "";
    height: 14px;
    width: 1px;
    top: 5px;
    left: -11px;
    background: #FEC804;
}

/*
<!-- ============================================================== -->
<!-- Start hendrio Slider Area Css -->
<!-- ============================================================== -->*/

.hendrio-slider-area {
    background: url(../images/banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 860px;
    border-bottom: 4px solid #FD8F14;
}

.single-slider {
    position: relative;
    z-index: 1;
}

.slider-title {
    position: relative;
    z-index: 1;
}

.slider-title h4 {
    font-size: 16px;
    line-height: 42px;
    text-transform: uppercase;
    color: #fd8f15;
    font-weight: 500;
    font-family: "Inter";
    margin: 0 0 12px 30px;
    position: relative;
    z-index: 1;
}

.slider-title h4::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: -53%;
    background: url(../images/shap-1.png);
    background-position: center center;
    z-index: -1;
    background-repeat: no-repeat;
}

.slider-title h1 {
    font-size: 68px;
    line-height: 80px;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    font-weight: 800;
    position: relative;
    z-index: 1;
}

.slider-title h1 span {
    color: #2AB685;
}

.slider-thumb {
    margin-top: 127px;
}

.slider_shape {
    position: absolute;
    top: 0;
    left: 115px;
}

.slider-button {
    margin-top: 38px;
}

.slider-button a {
    display: inline-block;
    font-size: 15px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 500;
    
    text-decoration: none;
    background: #FD8F14;
    padding: 8px 40px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.slider-button a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #2AB685;
    transform: scale(0.1, 1);
    transition: 0.5s;
    opacity: 0;
    z-index: -1;
}

 .slider-button a:hover::before {
    background: #2AB685;
    opacity: 1;
    transform: scale(1);
    border-radius: 30px;
} 

.slider-button a::after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 32px;
    top: 15px;
    right: 0;
    height: 28px;
    width: 28px;
    line-height: 25px;
    border-radius: 50px;
    background: #020B07;
    transition: .5s;
}

/**======================================================
<--  hendrio Section Title Css -->
======================================================**/

.section-title.text-center {
    margin-bottom: 70px;
}

.section-title h1 {
    font-size: 40px;
    margin: 0;
    line-height: 50px;
    font-weight: 700;
}

.section-description p {
    font-size: 15px;
    line-height: 28px;
    color: #616161;
    font-weight: 400;
    
    margin: 20px 0 20px;
}

span.green-color {
    color: #FD8F15;
}

.section-title h5 {
    color: #FF8E16;
    font-size: 16px;
    position: relative;
    margin-bottom: 15px;
    display: block;
    text-transform: uppercase;
}

/**======================================================
<--  End Section Title Css -->
======================================================**/




/*<!-- ============================================================== -->
<!-- Start  feature-area  Css -->
<!-- ============================================================== -->*/

.feature-area {
    background: #F6F6F6;
    padding: 65px 0 35px;
}

.single-feature-box{
    padding: 30px 0;
    position: relative;
    z-index: 1;
}

.single-feature-box-inner {
    padding: 35px 31px 40px;
    background: #fff;
    border-radius: 8px;
    transition: 0.5s;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.feature-area .single-feature-box::before {
    position: absolute;
    content: "";
    top: -15px;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    background: url(../images/fea-cir.png);
    background-position: center center;
    z-index: -1;
    background-repeat: no-repeat;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    opacity: 0;
    transition: 0.5s;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.single-feature-box-inner::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: #121D17;
    z-index: -1;
    opacity: 0;
    transition: 0.5s;
    border-radius: 8px;
}

.single-feature-box:hover .single-feature-box-inner::after{
    opacity: 1;
    width: 100%;
}

.single-feature-box:hover::before{
    opacity: 1;
}

.single-feature-box:hover .feature-content h3{
    color: #fff;
}

.single-feature-box:hover .feature-content span{
    color: #fff;
}

.single-feature-box:hover .feature-content span::before {
    background: #fff;
}

.single-feature-box:hover .feature-icon {
    background: #FC9012;
}

.single-feature-box:hover .feature-shape.upper {
    opacity: 1;
}

.feature-content {
    margin-top: 4px;
}

.feature-content h3 {
    font-size: 24px;
    line-height: 35px;
    color: #121d17;
    font-weight: 600;
    margin: 0;
    transition: 0.5s;
}

.feature-content span {
    font-size: 16px;
    line-height: 28px;
    color: #616161;
    font-weight: 400;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    margin-left: 25px;
}

.feature-content span::before {
    position: absolute;
    content: "";
    top: 11px;
    left: -25px;
    height: 2px;
    width: 20px;
    background: #2AB685;
    z-index: -1;
    transition: 0.5s;
}

.feature-icon {
    float: left;
    margin-right: 20px;
}

.feature-icon {
    background: #29B585;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
}

.feature-shape {
    position: absolute;
    top: 40px;
    right: 20px;
}

.feature-shape.upper {
    opacity: 0;
}

.single-feature-box.style-one .single-feature-box-inner{
    background: #121D17;
}

.single-feature-box.style-one::before{
    opacity: 1;
}

.single-feature-box.style-one .feature-content h3{
    color: #fff;
}

.single-feature-box.style-one .feature-content span{
    color: #fff;
}

.single-feature-box.style-one .feature-content span::before {
    background: #fff;
}

.single-feature-box.style-one .feature-icon {
    background: #FC9012;
}

.single-feature-box.style-one .feature-shape.upper {
    opacity: 1;
}

/*<!-- ============================================================== -->
<!-- End  feature-area  Css -->
<!-- ============================================================== -->*/




/**====================================================
<--  Prossess Ber Css -->
======================================================**/
.prossess-ber-plugin span {
    font-size: 16px;
    line-height: 30px;
    color: #121d17;
    font-weight: 500;
    font-family: "Inter";
}

.barfiller {
    width: 100%;
    height: 7px;
    position: relative;
    margin-bottom: 25px;
    margin-top: 12px;
    border-radius: 5px;
    background-color: #F2F2F2;
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    background: #333;
    z-index: 1;
}

span.fill.my-class {
    background: #40BD91!important;
}

.barfiller .tipWrap {
    display: none;
}

.barfiller .tip {
    font-size: 16px;
    left: 0px;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
    top: -39px;
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
    animation-delay: 0.25s;
    -webkit-animation-delay: 0.25s;
}

span.fill {
    background: #FD8F14!important;
    border-radius: 5px;
}

/* skills-left-sites */

.skill-area.style-two {
    background: url(../images/ab-skills-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0 90px;
}

.single-skills {
    margin-left: 25px;
}

.skill-area.style-two .section-title h5::before {
    background: inherit;
}

.skill-left-box {
    position: relative;
    left: -260px;
    bottom: -146px;
    background: url(../images/ski-lef-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 35px 0;
    width: 45%;
}

.skill-title h3 {
    font-size: 18px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Inter";
    text-align: center;
    margin: 0;
}

.skills-descrip p {
    opacity: 0.702;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    
    text-align: center;
    margin: 0 auto 0;
}
.skill_icon {
    background: #2AB685;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    margin: 10px auto 14px;
}

.skills-left-sites {
    position: relative;
    z-index: 1;
}

.skill-area.style-two .video-icon {
    position: absolute;
    top: -187px;
    right: -1px;
    text-align: right;
}

.animate-border a {
    display: inline-block;
    font-size: 40px;
    color: #fff;
    background: #2F6EFF;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
}

.skill-description p {
    font-size: 15px;
    margin: 20px 0 20px;
}






/*<!-- ============================================================== -->
<!-- End  feature-area  Css -->
<!-- ============================================================== -->*/

.about-area {
    padding: 100px 0 100px;
}

.single-about {
    position: relative;
    z-index: 1;
}

.about-content {
    background: #F6F6F6;
    padding: 45px 0 45px 32px;
    border-radius: 0 10px 10px 0;
    width: 63%;
    position: absolute;
    top: 13%;
    left: -150px;
    border-left: 5px solid #29B584;
}

.about-content h3 {
    font-size: 20px;
    line-height: 32px;
    color: #121d17;
    font-weight: 600;
    margin: 0 75px 10px 0;
}

.about-content p {
    font-size: 15px;
    line-height: 28px;
    color: #616161;
    font-weight: 400;
    
    margin: 0;
}

.about-title h4 {
    font-size: 16px;
    line-height: 28px;
    color: #2ab685;
    font-weight: 600;
    font-family: "Inter";
    margin: 17px 0 19px 50px;
    position: relative;
    z-index: 1;
}

.about-title h4::before {
    position: absolute;
    content: "";
    top: 15px;
    left: -49px;
    height: 2px;
    width: 40px;
    background: #39BB8E;
}

.about-description p {
    font-size: 18px;
    line-height: 250%;
    color: #000;
    font-weight: 400;
    margin: 0;
    text-indent:2em;
    
}
.about-description img{width:100%;text-align:center;margin-bottom:30px;}

.about_icon-img {
    float: left;
    margin-right: 20px;
}

.abouts_titles h4 {
    font-size: 19px;
    line-height: 30px;
    color: #121d17;
    font-weight: 600;
    font-family: "Inter";
    margin: 0;
}

.abouts_titles p {
    font-size: 15px;
    line-height: 26px;
    color: #616161;
    font-weight: 400;
    
    margin: 0;
}

.about-icon-box {
    padding: 26px 0 30px;
    border-bottom: 1px solid #E9EBEC;
}

.abouts_titles h3 {
    font-size: 16px;
    line-height: 26px;
    color: #121d17;
    font-weight: 500;
    font-family: "Inter";
    margin: 0;
}

.about-number {
    float: left;
    margin-right: 20px;
}

.about-number h3 {
    font-size: 22px;
    background: #2AB685;
    padding: 20px 13px;
    border-radius: 10px;
    color: #fff;
    margin: 0;
}

.about_content {
    background: #F6F6F6;
    padding: 0 0 15px 0;
    margin-top: 35px;
    border-radius: 0 10px 10px 0;
    transition: 0.5s;
}

.about_icon {
    float: left;
    margin-right: 20px;
}

.about_icon i {
    display: inline-block;
    font-size: 60px;
    background: #FD8F14;
    color: #fff;
    height: 53px;
    width: 53px;
    line-height:53px;
    text-align: center;
    border-radius: 0 7px 7px 0;
    transform: rotate(180deg);
}

.about_text p {
    font-size: 15px;
    line-height: 26px;
    color: #616161;
    font-weight: 400;
    font-style: italic;
    
    margin: 0;
    padding-top: 13px; padding-right:25px;
}

.video-icon {
    position: absolute;
    top: 26%;
    left: -155px;
    right: 0;
    text-align: center;
}

.animate-border a {
    display: inline-block;
    font-size: 40px;
    color: #FD8F14;
    border: 3px solid #FD8F15;
    height: 80px;
    width: 80px;
    line-height: 81px;
    background: #fff;
    border-radius: 50%;
}


/*<!-- ============================================================== -->
<!-- Start  service  Css -->
<!-- ============================================================== -->*/

.service-area {
    background: url(../images/service-bg2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 85px 0 100px;
}

.service-area .row.mar-top {
    margin-top: 25px;
}

.service-area .single-service {

    
    border-radius: 5px;

    position: relative;
    z-index: 1;
    transition: 0.5s;
  


}
.service-area .single-service a{
    display:block;
    background:#fff;
    padding-left:5px;padding-right:5px;
}
.single-service.style-two .service-title h2::after {
    position: absolute;
    content: "";
    top: 11px;
    left: 10px;
    height: 47px;
    width: 3px;
    z-index: -1;
    background: #FD8F14!important;
    border-radius: 0 30px 30px 0;
    transition: 0.5s;
}

.single-service::before {
    position: absolute;
    content: "";
    top: 0;
    left: 10px;
    height: 100%;
    width: 100%;
 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    border-radius: 5px;
    opacity: 0;
    transition: 0.5s;
}

.single-service:hover::before{
    opacity: 1;
}

.service-area .single-service .service-title h2 {
    font-size: 18px;
    color: #141840;
    line-height: 70px;
    margin: 0px 0 17px;
    font-weight: 600;
    font-family: 'Inter';
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.service-area .single-service .service-title h2::before {
    position: absolute;
    content: "";
    top: 11px;
    left: 10px;
    height: 47px;
    width: 95%;
    z-index: -1;
    background: #F6F6F6;
    border-radius: 0 5px 5px 0;
    transition: 0.5s;
}

.service-area .single-service:hover .service-title h2::before {
    background: #656B67;
}

.service-area .single-service:hover .service-title h2 {
    color: #fff;
}

.service-area .single-service:hover .service-title h2::after {
    width: 232px;
}

.service-area .single-service .service-title h2::after {
    position: absolute;
    content: "";
    top: 11px;
    left: 10px;
    height: 47px;
    width: 3px;
    z-index: -1;
    background: #2AB685;
    border-radius: 0 30px 30px 0;
    transition: 0.5s;
}

.service-area .single-service .service-icon-list ul {
    display: inline-block;
}

.service-area .single-service .service-icon-list ul li {
    display: block;
    list-style: none;
    margin-bottom: 8px;
    font-size: 15px;
    transition: .5s;
}

.service-area .single-service:hover .service-icon-list ul li{
    color: #fff;
}

.service-area .single-service:hover .service-button a{
    color: #fff;
}

.service-area .single-service:hover .service-button a i{
    color: #fff;
}

.service-area .single-service .service-icon-list ul li i {
    display: inline-block;
    font-size: 16px;
    color: #2AB685;
    margin-right: 5px;
    transition: 0.5s;
}

.service-area .single-service .service-icon-list ul li span {
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Inter';
}

.service-area .single-service .service-thumb {
    z-index: 1;
    display: inline-block;
    height: 75px;
    width: 75px;
    background: #2AB685;
    border-radius: 100%;
    line-height: 69px;
    text-align: center;
    position: relative;
    top: -35px;
    margin: 0 auto 0;
    left: 65px;
    right: 0;
}

.service-area .single-service .service-thumb img {
    margin: 5px 0 0 9px;
}

.service-area .single-service .service-thumb::after {
    content: "";
    position: absolute;
    left: -14px;
    top: -15px;
    width: 105px;
    height: 105px;
    background: transparent;
    border: 2px dashed #2AB685;
    border-radius: 100%;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 10s;
    opacity: 0;
    transition: 0.5s;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.service-area .single-service .service-thumb::before {
    content: "";
    position: absolute;
    left: -12px;
    top: -12px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: #2AB685;
    z-index: -1;
    opacity: 0.2;
}

.service-area .single-service:hover .service-thumb::after{
    opacity: 1;
}

.service-area .single-service .service-button {
    margin-top: 18px;
}

.single-service.style-two .service-thumb {
    z-index: 1;
    display: inline-block;
    height: 75px;
    width: 75px;
    background: #FD8F14;
    border-radius: 100%;
    line-height: 69px;
    text-align: center;
    position: relative;
    top: -35px;
    margin: 0 auto 0;
    left: 65px;
    right: 0;
}

.single-service.style-two .service-thumb::after {
    content: "";
    position: absolute;
    left: -14px;
    top: -15px;
    width: 105px;
    height: 105px;
    background: transparent;
    border: 2px dashed #FD8F14;
    border-radius: 100%;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 10s;
    opacity: 0;
    transition: 0.5s;
}

.single-service.style-two .service-thumb::before {
    content: "";
    position: absolute;
    left: -12px;
    top: -12px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: #FD8F14;
    z-index: -1;
    opacity: 0.2;
}

.service-area .single-service.style-two .service-icon-list ul li i {
    color: #FD8F14;
}

.service-area .services-bottom {
    text-align: center;
    margin-top: 50px;
}

.service-area .services-bottom a {
    display: inline-block;
    text-decoration: none;
    background: #fff;
    border-radius: 30px;
    padding: 10px 20px;
    position: relative;
    z-index: 1;
    color: #fff;
}

.service-area .services-bottom a:hover::before {
    background: #3BCB99;
    color: #fff;
}

.service-area .services-bottom a span {
    color: #333;
    margin-right: 30px;
}

.service-area .services-bottom a::before {
    position: absolute;
    top: 7px;
    right: 8px;
    height: 35px;
    width: 105px;
    background: #FD8F14;
    content: "";
    z-index: -1;
    border-radius: 30px;
    transition: .5s;
}

.service-area .single-service .service-button {
    margin-top: 15px;
}

.service-area .single-service .service-button a {
    font-size: 15px;
    line-height: 28px;
    color: #141840;
    font-weight: 300;
    
    display: inline-block;
    text-decoration: none;
    transition: 0.5s;
}

.service-area .single-service .service-button a i {
    display: inline-block;
    margin-left: 5px;
    color: #1550D4;
    transition: 0.5s;
}

.service-shape {
    position: absolute;
    right: 30px;
    bottom: 19px;
}

.service-shape.upper {
    position: absolute;
    right: 0px;
    bottom: 0px;
    transition: 0.5s;
}

.service-shape.upper {
    opacity: 0;
}

.single-service:hover .service-shape.upper{
    opacity: 1;
}

.single-service:hover .service-shape.upper{
    right: 30px;
    bottom: 19px;
}


/**====================================================
<-- End service-area Css -->
======================================================**/




/**======================================================
<--  hendrio Team area Css -->
======================================================**/

.team-area {
    padding: 100px 0 70px;
    background: #121D17;
}

.team-area .section-title h1 {
    color: #fff;
}

.section-title {
    position: relative;
    z-index: 1;
}

.team_shepe {
    position: absolute;
    top: 0;
    left: 0;
}

.team_shepe img {
    width: 100%;
}


.single-team-box {
    margin-bottom: 30px;
    text-align: center;
}

.team-thumb {
    position: relative;
    z-index: 1;
}

.team-thumb::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-image: linear-gradient(10deg, #062462 0%, #062462 100%);
    visibility: hidden;
    transition: .5s;
    opacity: .45;
    border-radius: 5px 5px 0 0;
}

.team-thumb img {
    width: 100%;
}

.team-content {
    padding: 15px 0 5px;
    background: #2A352F;
    border-radius: 0 0 5px 5px;
}

h3.team-title {
    font-size: 20px;
    color: #fff;
}

p.team-text {
    font-size: 14px;
    padding: 4px 0 0;
    color: #fff;
    transition: .5s;
}


/*social list*/
ul.team-social-list {
    right: 15px;
    position: absolute;
    bottom: 0px;
    border-radius: 15px;
    background: #FD8F14;
    padding: 14px 8px 14px;
    transition: .5s;
    opacity: 0;
}

ul.team-social-list li {
    list-style: none;
    display: block;
}

ul.team-social-list li a {
    font-size: 14px;
    color: #fff;
    transition: .5s;
}

.single-team-box:hover ul.team-social-list {
    bottom: 60px;
    opacity: 1;
}

.single-team-box:hover p.team-text {
    color: #FFC704;
}

ul.team-social-list li a:hover {
    color: #052361;
}

.single-team-box:hover .team-thumb::before {
    visibility: visible;
    height: 100%;
    top: 0;
}

/*owl carousel*/

.team-list .owl-nav {
    position: absolute;
    bottom: 0;
    left: -42%;
    top: inherit;
    right: inherit;
}

.owl-prev {
    position: absolute;
    right: -70px;
    top: 0;
    transform: translateY(-50%);
    opacity: 1;
    transition: .3s;
}

 .owl-next {
    position: absolute;
    right: 0;
    top: -39%;
    transform: translateY(-50%);
    opacity: 1;
    transition: .3s;
}

 .owl-next i {
    background: #FD8F15;
    height: 50px;
    width: 50px;
    line-height: 50px;
    z-index: 1;
    color: #fff;
    border: 0;
    text-align: center;
    font-size: 18px;
    transition: .5s;
    border-radius: 50%;
    display: inline-block;
}

 .owl-prev i:hover {
    background: #FB8F13;
}

.owl-prev i {
    background: #2A352F;
    height: 50px;
    width: 50px;
    line-height: 50px;
    z-index: 1;
    color: #fff!important;
    border: 0;
    text-align: center;
    font-size: 18px;
    transition: .5s;
    border-radius: 50%;
    display: inline-block;
}

.owl-next i:hover {
    background: #2A352F;
}

.team-description p {
    opacity: 0.702;
    font-size: 15px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 300;
    
    margin: 16px 0 0;
}





/**====================================================
<-- Start skill-area Css -->
======================================================**/

.skill-area {
    background: url(../images/skills-bg-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 85px 0 75px;
}

.skill-description p {
    font-size: 15px;
    font-weight: 400;
    margin: 17px 0 20px 0;
}


.single-skill {
    position: relative;
    z-index: 1;
}

.skill-right-site {
    position: absolute;
    top: -85px;
    right: -48%;
}


.skills-rights-sites {
    text-align: center;
    background: #FD8F14;
    padding: 50px 50px 50px;
}

.skills-rights-sites {
    position: absolute;
    top: 233px;
    right: -48%;
}


.skill-right-site {
    text-align: center;
    background: #121D17;
    padding: 60px 50px 60px;
}

.skill-title h3 {
    font-size: 22px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Inter";
    text-align: center;
    margin: 0;
}

.skills-descrip p {
    opacity: 0.702;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    
    text-align: center;
    margin: 0;
}

/**====================================================
<-- Consen Prossess Ber Css -->
======================================================**/
.prossess-ber-plugin span {
    font-size: 16px;
    line-height: 30px;
    color: #121d17;
    font-weight: 500;
    font-family: "Inter";
}

.barfiller {
    width: 100%;
    height: 7px;
    position: relative;
    margin-bottom: 25px;
    margin-top: 12px;
    border-radius: 5px;
    background-color: #F2F2F2;
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    background: #333;
    z-index: 1;
}

span.fill.my-class {
    background: #40BD91!important;
}

.barfiller .tipWrap {
    display: none;
}

.barfiller .tip {
    font-size: 16px;
    left: 0px;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
    top: -39px;
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
    animation-delay: 0.25s;
    -webkit-animation-delay: 0.25s;
}

span.fill {
    background: #FD8F14!important;
    border-radius: 5px;
}


/*<!-- ============================================================== -->
<!-- Start  .call-do-action Css -->
<!-- ============================================================== -->*/

.call-do-action {
    background: #2AB685;
}


.call-do-action .call-do-act-title h3 {
    font-size: 32px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Inter";
    margin: 0;
    padding-left: 50px;
}

.call-do-action .call-do-act-description p {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    
    margin: 15px 0 0 50px;
}

.call-do-action .call-do-act-button {
    text-align: right;
    margin-top: -68px;
}

.call-do-action .call-do-act-button a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border: 3px solid #fff;
    padding: 13px 35px;
    border-radius: 30px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.call-do-action .call-do-act-button a:hover {
    background: #FD8F14;
    color: #333;
    border: 3px solid #FD8F14;
}

.call-do-action .call-do-act-button a::after {
    position: absolute;
    content: "";
    top: 14px;
    left: 28px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #FD8F14;
    z-index: -1;
}

/*<!-- ============================================================== -->
<!-- Start  form_box  Css -->
<!-- ============================================================== -->*/

 .form_box {
    margin-bottom: 15px;
}

.form_box input {
    width: 100%;
    height: 54px;
    padding-left: 20px;
    background: #fff;
    border-radius: 3px;
    transition: .5s;
    border: inherit;
    border-radius: 10px;
}

.form_box select {
    width: 100%;
    height: 54px;
    padding-left: 20px;
    background: #fff;
    border-radius: 3px;
    transition: .5s;
    border: inherit;
    border-radius: 10px;
    color: #C1CDCD;
    font-size: 17px;
    font-weight: 600;
    outline: inherit;
}

.form_box textarea {
    width: 100%;
    padding-left: 20px;
    padding-top: 15px;
    border: inherit;
    height: 150px;
    outline: 0;
    transition: .5s;
    background: #fff;
    margin-top: 7px;
    border-radius: 10px;
}

.form_box input:focus {
    border-color: #2F6EFF;
    outline: 0;
    color: inherit;
}

 .form_box textarea:focus{
    border-color: #2F6EFF;
}

 input::placeholder {
    color: #94A9A8;
}

 textarea#massage::placeholder {
    color: #94A9A8;
}

.form-button {
    text-align: left;
    margin-top: 0;
}

.form-button button {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 15px;
    z-index: 1;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 5px;
    background: #FD8F15;
    border: none;
    position: relative;
    width: 35%;
    padding: 12px 0 15px;
    transition: .5s;
}

.form-button button:hover{
    color: #fff;
}

.form-button button::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    background: #3BCB99;
    top: 0;
    left: 0;
    transition: .5s;
    z-index: -1;
    border-radius: 3px;
}

.form-button button:hover::after {
    width: 100%;
}

/*<!-- ============================================================== -->
<!-- End  form_box  Css -->
<!-- ============================================================== -->*/




/*<!-- ============================================================== -->
<!-- Start  testimonial-area  Css -->
<!-- ============================================================== -->*/

.testimonial-area {
    padding: 85px 0 70px;
}

.testimonial-area .section-title.text-center {
    margin-bottom: 70px;
    text-align: left!important;
}

.testimonial-area .single-testimonial {
    background: #F6F6F6;
    padding: 40px 30px 25px 30px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    margin: 0 10px 30px 10px;
    transition: .5s;
}

.testimonial-area .single-testimonial::before{
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    content: "";
    background: #121D17;
    opacity: 0;
    z-index: -1;
    transition: .5s;
    border-radius: 5px;
}

.testimonial-area .testimonial-thumb {
    float: left;
    margin-right: 20px;
    margin-top: -8px;
}

.testimonial-area .testimonial-title {
    margin-bottom: 27px;
}

.testimonial-area .testimonial-title h3 {
    font-size: 20px;
    line-height: 30px;
    color: #121d17;
    font-weight: 600;
    font-family: "Inter";
    margin: 0 0 0;
    transition: .5s;
}

.testimonial-area .testimonial-title span {
    font-size: 14px;
    color: #FD8F16;
    font-weight: 400;
}

.testimonial-area .testimonial-content p {
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    transition: .5s;
}

.testimonial-area .icon-list ul {
    display: inline-block;
}

.testimonial-area .icon-list ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    color: #FD8F15;
}

.testimonial-area .testi-icon {
    position: absolute;
    top: 17px;
    right: 22px;
}

.testimonial-area .testi-icon i {
    display: inline-block;
    font-size: 60px;
    color: #29B585;
    transform: rotate(179deg);
    transition: .5s;
}

.testimonial-area .testimonial-shape {
    position: absolute;
    right: 26px;
    bottom: 30px;
    transition: .5s;
}

.testimonial-area .testimonials-shapes {
    position: absolute;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    transition: .5s;
}

.testimonial-area .single-testimonial:hover::before {
    opacity: 1;
    height: 100%;
}

.testimonial-area .single-testimonial:hover .testi-icon i{
   color: #FD8F14;
}

.testimonial-area .single-testimonial:hover .testimonial-title h3{
   color: #fff;
}

.testimonial-area .single-testimonial:hover .testimonial-content p{
   color: #fff;
   opacity: 0.7;
}

.testimonial-area .single-testimonial:hover .testimonials-shapes{
    right: 26px;
    bottom: 30px;
    opacity: 1;
}

 .testimonial-area .active.center .single-testimonial::before {
    opacity: 1;
    height: 100%;
}

.testimonial-area .active.center .single-testimonial .testi-icon i{
   color: #FD8F14;
}

.testimonial-area .active.center .single-testimonial .testimonial-title h3{
   color: #fff;
}

.testimonial-area .active.center .single-testimonial .testimonial-content p{
   color: #fff;
   opacity: 0.7;
}

.testimonial-area .active.center .single-testimonial .testimonials-shapes{
    right: 26px;
    bottom: 30px;
    opacity: 1;
}

.testimonial-area .owl-prev {
    position: absolute;
    right: 70px;
    top: -120px;
    transform: translateY(-50%);
    opacity: 1;
    transition: .3s;
}

.testimonial-area .owl-next {
    position: absolute;
    right: 0;
    top: -39%;
    transform: translateY(-50%);
    opacity: 1;
    transition: .3s;
}

.testimonial-area .owl-next i {
    background: #FD8F15;
    height: 50px;
    width: 50px;
    line-height: 50px;
    z-index: 1;
    color: #fff;
    border: 0;
    text-align: center;
    font-size: 18px;
    transition: .5s;
    border-radius: 50%;
    display: inline-block;
}

.testimonial-area .owl-next i:hover {
    background: #3BCB99;
}

.testimonial-area .owl-prev i {
    background: #3BCB99;
    height: 50px;
    width: 50px;
    line-height: 50px;
    z-index: 1;
    color: #fff;
    border: 0;
    text-align: center;
    font-size: 18px;
    transition: .5s;
    border-radius: 50%;
    display: inline-block;
}

.testimonial-area .owl-prev i:hover {
    background: #FD8F15;

}
/**======================================================
<--  Start testimonial-area Css -->
======================================================**/





/**======================================================
<--  Start contact-area Css -->
======================================================**/

.contact-area {
    background: url(../images/contact-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 85px 0 60px;
}

.contact-area .section-title {
    margin-bottom: 28px;
}

.single-contact {
    position: relative;
    z-index: 1;
}

.call-us {
    position: absolute;
    right: -70px;
    top: 140px;
}

.call-us h4 {
    font-size: 22px;
    line-height: 50px;
    color: #121d17;
    font-weight: 600;
    font-family: "Inter";
    margin: 0;
    transform: rotate(-90deg);
    position: relative;
    z-index: 1;
}

.call-us h4::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    background: #FD8F14;
    top: 25px;
    left: -75px;
}

.contact-icon {
    position: absolute;
    bottom: 0;
    right: 0;
}

.contact-icon {
    position: absolute;
    top: 488px;
    right: 17px;
}

.contact-icon i {
    display: inline-block;
    font-size: 36px;
    background: #2AB685;
    color: #fff;
    height: 110px;
    width: 110px;
    line-height: 110px;
    text-align: center;
}

.map-area iframe {
    width: 100%;
}

/**======================================================
<--  End contact-area Css -->
======================================================**/





/**======================================================
<--  Start blog-area Css -->
======================================================**/

.blog-area {
    padding: 85px 0 70px;
}

.blog-area .section-title.text-center {
    margin-bottom: 55px;
}

.blog-area .blog-thumb {
    position: relative;
    z-index: 1;
}

.blog-area .blog-thumb::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-image: linear-gradient(10deg, #2AB685 0%, #2AB685 100%);
    visibility: hidden;
    transition: .5s;
    border-radius: 5px;
    opacity: 0.40;
}

.blog-area .blog-thumb img {
    border-radius: 5px;
    width: 100%;
}

.blog-area .single-blog-box {
    background: #f6f6f6;
    margin-bottom: 30px;
}

.blog-area .blog-content {
    padding: 32px 35px 25px;
    transition: .5s;
    border-radius: 5px;
}

.blog-area h2.blog-title a {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Inter';
    line-height: 30px;
    display: inline-block;
    text-decoration: none;
    margin: 0;
}

/*meta blog*/

.blog-area .meta-blog {
    position: absolute;
    bottom: -20px;
    left: 30px;
}

.blog-area .meta-blog a {
    font-size: 14px;
    padding: 7px 22px 7px 48px;
    background: #3BCB99;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.blog-area .meta-blog.upper a {
    font-size: 14px;
    padding: 7px 22px 7px 48px;
    background: #FD8F14;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.blog-area .meta-blog a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #FD8F14;
    border-radius: 30px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

.blog-area .meta-blog a::after {
    position: absolute;
    content: "";
    left: 20px;
    top: 22px;
    background: #fff;
    width: 20px;
    height: 1px;
}

.blog-area .blog-btn a {
    font-size: 15px;
    color: #141840;
    font-weight: 500;
    padding: 22px 0 0;
    display: inline-block;
    transition: .5s;
    text-decoration: none;
}

.blog-area .blog-btn a i {
    font-size: 18px;
    position: relative;
    top: 2px;
    left: 5px;
    transition: .5s;
}

.blog-area .single-blog-box:hover .meta-blog a::before {
    transform: scale(1);
}

.blog-area .single-blog-box:hover .blog-thumb::before {
    width: 100%;
    left: 0;
    visibility: visible;
}

.blog-area .single-blog-box:hover .blog-btn a {
    color: #FD8F14;
    font-style: italic;
}

.blog-area .single-blog-box:hover .meta-blog a::after {
    background: #fff;
}

.blog-area .single-blog-box:hover .blog-btn a i {
    left: 14px;
}

.blog-area .single-blog-box:hover .meta-blog a {
    color: #fff;
}

.blog-area h2.blog-title a:hover {
    color: #2AB685;
}
/**======================================================
<--  End blog-area Css -->
======================================================**/





/**======================================================
<--  Start why_choose-us-area Css -->
======================================================**/

.why_choose-us-area {
    padding: 90px 0 40px;
}

.why_choose-us-area .section-title.text-center {
    margin-bottom: 18px;
}  

.single_choose-us {
    padding: 30px 9px 15px;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.single_choose-us:hover .choose-us-icon img {
   filter: brightness() invert(1.5);
}

 .choose-us-icon img {
   transition: 0.5s;
}

.choose-us-icon {
    text-align: center;
}

.choose-us_content h3 {
    font-size: 22px;
    line-height: 28px;
    color: #141840;
    font-weight: 600;
    font-family: "Inter";
    text-align: center;
    margin: 36px 0 8px;
}

.choose-us_content p {
    font-size: 15px;
    line-height: 28px;
    color: #616161;
    font-weight: 400;
    
    text-align: center;
}




/**======================================================
<--  hendrio Footer Section Css -->
======================================================**/

.footer-area {
    padding: 100px 0 0;
    background: url('../images/footer-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.row.footer-bg {
    position: relative;
    z-index: 1;
}

/*widget title*/

h4.widget-title {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-top: -5px;
    padding: 0 0 13px;
}

.company-info-desc p {
    color: #fff;
    padding: 25px 0 5px;
}

/*social icon*/

.follow-company-icon a {
    font-size: 15px;
    display: inline-block;
    color: #fff;
    margin-right: 21px;
    transition: .5s;
}

/*footer menu*/

.menu-quick-link-content {
    padding: 0px 0 0;
}


ul.footer-menu li {
    display: block;
    list-style: none;
    padding: 5px 0 0;
}

ul.footer-menu li a {
    color: #fff;
    transition: .6s;
    font-size: 15px;
    opacity: .8;
    position: relative;
    z-index: 1;
    padding: 0 0 0 15px;
    font-weight: 300;
    text-decoration: none;
}

ul.footer-menu li a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background: #FD8F15;
    border-radius: 6px;
}

/*footer all hover*/

ul.footer-menu li a:hover {
    color: #FD8F14;
}

.follow-company-icon a:hover {
    color: #FD8F15;
}

/**footer bottom area**/

.row.footer-bottom {
    padding: 25px 0 20px;
    border-top: 1px solid  rgba(255,255,255,0.10196078431372549);
    margin-top: 90px;
}

.footer-bottom-content-copy p {
    color: #FFf;
    margin: 0 0 5px;
    font-size: 15px;
}
.footer-bottom-content-copy p a{ color:#fff; text-decoration:none}

.footer-bottom-content-copy span {
    color: #FD8F14;
}

.footer-bottom-menu ul {
    text-align: right;
}

.footer-bottom-menu ul li {
    list-style: none;
    display: inline-block;
    padding-left: 42px;
}

.footer-bottom-menu ul li a {
    position: relative;
    z-index: 1;
    color: #fff;
    opacity: .8;
    text-decoration: none;
    transition: 0.5s;
}

.footer-bottom-menu ul li a:hover {
    color: #D07A18;
}

.footer-bottom-menu ul li a::before {
    position: absolute;
    content: "";
    left: -15px;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #FD8F15;
    border-radius: 6px;
}

.sinlge-footer {
    margin: 25px 0 0;
}

.footer-thumb {
    float: left;
    margin-right: 18px;
}

.footer-title h4 {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Inter";
    margin: 0;
}

.footer-title h4 a {
    text-decoration: none; display:block; height:48px; overflow:hidden
}

.footer-title span {
    font-size: 14px;
    line-height: 24px;
    color: #fd8f15;
    font-weight: 400;
    
    margin: 0;
}

.footer-text p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.footer-area .form_box input {
    width: 100%;
    height: 54px;
    padding-left: 20px;
    background: #3B443F;
    transition: .5s;
    border: inherit;
    border-radius: 30px;
    margin-top: 10px;
    color: #fff;
}

.footer-area .form-button button {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 15px;
    z-index: 1;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 5px;
    background: #FD8F15;
    border: none;
    position: relative;
    width: 56%;
    padding: 11px 0 14px;
    transition: .5s;
}

.footer-area .form_box {
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.footer-area .footer-icon {
    position: absolute;
    top: 33px;
    right: 30px;
}

/*service details icon*/
.widget-service-details-icon p {
    margin-bottom: 12px;
}

.widget-service-details-icon i {
    font-size: 25px;
    color: #FF3C00;
    display: inline-block;
    margin-right: 2px;
    position: relative;
    top: 4px;
}

/*service work process box*/
.service-work-process-box {
    padding: 40px 25px 20px;
    background: #F5F5F5;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 30px;
}

/*work process number*/
.service-work-process-number {
    display: inline-block;
    padding: 10px;
    position: relative;
}

.service-work-process-number:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 10px solid #FF3C00;
    border-radius: 50%;
    opacity: .3;
}

.service-work-process-number span {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #FF3C00;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

/*work process title*/
.service-work-process-title h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    padding: 20px 0 10px;
}

/*work process desc*/
.service-work-process-desc p {
    font-size: 15px;
    line-height: 26px;
}

/*widget search*/
.widget_search {
    padding: 30px 30px 30px;
    border-radius: 4px;
    margin-bottom: 30px;
    background: #F5F5F5;
}

.widget_search form {
    position: relative;
}

.widget_search input {
    border-radius: 4px;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    position: relative;
    color: #0D0E14;
    border: 0;
}

button.icons {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background: #FF3C00;
    border-radius: 0 4px 4px 0;
}

/*widget search upper*/
.upper.widget_search {
    padding: 0;
    margin-bottom: 30px;
    background: inherit;
    text-align: right;
}

.upper.widget_search input {
    height: 56px;
    width: 73%;
    color: #0D0E14;
    border: 1px solid rgba(13, 14, 20, 0.1);
    border-radius: 4px 0px 0px 4px;
}

.upper.widget_search input:focus-visible {
    box-shadow: none;
}

.upper button.icons {
    height: 56px;
    width: 56px;
}

/*widget categories box*/
.widget-categories-box {
    background: #F5F5F5;
    padding: 42px 40px 25px;
    border-radius: 5px;
}

/*title*/
.categories-title h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    border-bottom: 2px solid #E9E9EA;
    padding: 0px 0 15px;
    margin: 0 0 30px;
    position: relative;
}

.categories-title h4:before {
    position: absolute;
    content: "";
    left: -42px;
    top: 0;
    height: 24px;
    width: 2px;
    background: #FF3C00;
}

.service-detials-area .categories-title h4:before {
    left: -37px;
}

/*categories menu*/
.widget-categories-menu ul {
    display: block;
}

.widget-categories-menu ul li {
    display: block;
    list-style: none;
    margin-bottom: 15px;
    background: #fff;
    padding: 16px 20px 16px;
    border-radius: 4px;
    transition: .5s;
    color: #0D0E14;
}

.widget-categories-menu ul li:hover,
.widget-categories-menu ul li.active {
    background: #FF3C00;
    color: #fff;
}

.widget-categories-menu ul li a {
    display: block;
    transition: .5s;
    color: inherit;
}

/*all hover*/
.widget-categories-menu ul li:hover a {
    color: inherit;
}

.service-details-icon-box {
    margin-left: 20px;
}

/*widget categories thumb*/
.widget-categories-thumb {
    background: url();
    background-repeat: no-repeat;
    padding: 80px 0 80px;
    margin-top: 30px;
    background-size: cover;
}

/*widget title2*/
.widget-title2 h3 {
    font-size: 42px;
    line-height: 44px;
    font-weight: 600;
    color: #ffff;
    padding: 31px 0 40px;
}

/*widget button*/
.widget-button a {
    padding: 17px 40px;
    font-size: 17px;
    font-weight: 500;
    background: #FF3C00;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
}

.widget-button a i {
    margin-right: 5px;
}

/* Case Study New Style */

.portfolio-area {

    padding: 85px 0 90px;
}

.portfolio-area .section-title.text-center {
    margin-bottom: 50px;
}

.single-portfolio {
    margin: 0 15px 30px;
    position: relative;
}

.portfolio-thumb {
    position: relative;
}

.portfolio-thumb::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.30);
    transition: .5s;
    opacity: 0;
    border-radius: 5px;
}

.single-portfolio:hover .portfolio-thumb::before{
    opacity: 1;
}
.portfolio-thumb img {
    width: 100%;
    border-radius: 5px;
}

.portfolio-content {
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    text-align: left;
    background: inherit;
    margin: auto;
    padding: 5px 30px 18px;
    width: 100%;
    border-radius: 5px;
    transition: .5s;
    opacity: 0;
}

.portfolio-content span {
    color: #fff;
    background: #2AB685;
    padding: 8px 50px 10px 25px;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    font-family: 'Inter';
}

.portfolio-content h3 {
    margin: 0;
}

.portfolio-content h3 a {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    background: #FD8F14;
    margin: 0;
    padding: 15px 40px 15px 23px;
    transition: .5s;
}

.portfolio-content h3 a:hover {
    color: #131E18;
    font-style: italic;
    letter-spacing: 1px;
}

.single-portfolio:hover .portfolio-content {
    bottom: 13px !important;
    opacity: 1;
}


.owl-dots {
    text-align: center;
    margin-top: 0;
}

.owl-dot {
    text-align: center;
    height: 10px;
    width: 10px;
    background: #CACCCB;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
}

.owl-dot.active {
    text-align: center;
    height: 10px;
    width: 10px;
    background: #FD8F14;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
}


.portfolio-area.style-two {
    padding: 100px 0 70px;
}

/**======================================================
<-- Start project details Css -->
======================================================**/

.project-detalis-section {
    padding: 100px 0 100px;
}

h3.prjct-dtls-title {
    font-size: 30px;
    font-weight: 700;
    padding: 22px 0 21px;
    color: #121D17;
}

p.project-desc {
    padding: 0 0 35px;
}

p.quote-desc {
    font-size: 17px;
    color: #151843;
    padding: 5px 0 7px 105px;
    position: relative;
}

p.quote-desc::before {
    position: absolute;
    content: "";
    left: 0;
    top: 17px;
    height: 1px;
    width: 86px;
    background: #FD8F15;
}

.project-thumb img {
    width: 100%;
}

.project-detalis-section .project-thumb:hover::before{
    height: 100%;
    top: 0;
}

/*prt dtls box*/

.project-dtls-items-box {
    padding: 45px 0 2px;
    border-top: 1px solid rgba(6,36,97,0.10196078431372549);
    border-bottom: 1px solid rgba(6,36,97,0.10196078431372549);
    margin-top: 37px;
}

.project-dtls-box {
    margin-bottom: 30px;
}

h4.dtls-title {
    font-size: 19px;
    padding: 15px 0 8px;
}

.prt-icon img {
    transition: .5s;
}

.project-dtls-box:hover .prt-icon img{
    transform: rotateY(180deg);
}


/*project info*/

.project-info {
    padding: 35px 50px 30px;
    background: #F6F6F6;
    border-radius: 5px;
    margin-left: 10px;
}

h3.prct-title {
    font-size: 22px;
    color: #121D17;
    padding: 0 0 23px;
}

.project-info ul li {
    display: block;
    list-style: none;
    padding: 0 0 15px;
    margin-bottom: 13px;
    font-weight: 500;
    color: #121D17;
    border-bottom: 1px solid #DEE1E6;
}

.project-info ul li span {
    display: block;
    font-weight: 500;
    font-family: 'Inter';
    color: #FD8F15;
    font-size: 15px;
}

li.prt-mb {
    margin: 0 !important;
    border: 0 !important;
}

/**======================================================
<-- End Project details css -->
======================================================**/




/**======================================================
<--  hendrio Team area Css -->
======================================================**/

.team-area.style-two {
    background: inherit;
}

.team-area .section-title h1 {
    color: #fff;
}

.single-team-box {
    margin-bottom: 30px;
    text-align: center;
}

.team-thumb {
    position: relative;
    z-index: 1;
}

.team-thumb::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-image: linear-gradient(10deg, #062462 0%, #062462 100%);
    visibility: hidden;
    transition: .5s;
    opacity: .45;
    border-radius: 5px 5px 0 0;
}

.team-thumb img {
    width: 100%;
}

.team-content {
    padding: 15px 0 5px;
    background: #2C3053;
    border-radius: 0 0 5px 5px;
}

h3.team-title {
    font-size: 20px;
    color: #fff;
}

p.team-text {
    font-size: 14px;
    padding: 4px 0 0;
    color: #fff;
    transition: .5s;
}


/*social list*/
ul.team-social-list {
    right: 15px;
    position: absolute;
    bottom: 0px;
    border-radius: 15px;
    background: #2AB685;
    padding: 14px 8px 14px;
    transition: .5s;
    opacity: 0;
}

ul.team-social-list li {
    list-style: none;
    display: block;
}

ul.team-social-list li a {
    font-size: 14px;
    color: #fff;
    transition: .5s;
}

.single-team-box:hover ul.team-social-list {
    bottom: 60px;
    opacity: 1;
}

.single-team-box:hover p.team-text {
    color: #FFC704;
}

ul.team-social-list li a:hover {
    color: #052361;
}

.single-team-box:hover .team-thumb::before {
    visibility: visible;
    height: 100%;
    top: 0;
}

/*Team Style Two
========================*/

.team-section.style-two {
    background: #f6f6f6;
    padding: 100px 0 70px;
}

.style-two .team-thumb::before {
    opacity: .2;
}

.style-two .team-content {
    padding: 15px 0 5px;
    background: #F6F6F6;
    border-radius: 0 0 5px 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.style-two h3.team-title {
    font-size: 20px;
    color: #333;
    transition: .5s;
}

ul.team-social-list2 {
    padding: 6px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .5s;
    opacity: 0;
}

ul.team-social-list2 li {
    display: inline-block;
    list-style: none;
}

ul.team-social-list2 li a {
    font-size: 13px;
    color: #fff;
    background: transparent;
    width: 27px;
    height: 27px;
    line-height: 27px;
    border: 1px solid #fff;
    border-radius: 28px;
    display: inline-block;
    margin-right: 7px;
    transition: .5s;
}

ul.team-social-list2 li a:hover {
    background: #fff;
    color: #FD8F14;
}

.style-two .single-team-box:hover p.team-text {
    color: #fff;
    margin: 0 0 10px;
}

.style-two .single-team-box:hover h3.team-title {
    color: #fff;
}

.style-two .single-team-box:hover .team-content {
    margin-top: -60px;
    padding: 15px 0 64px;
    background: #FD8F14;
}

.style-two .single-team-box:hover ul.team-social-list2 {
    opacity: 1;
    bottom: 30px;
}

.style-two p.team-text {
    font-size: 14px;
    padding: 4px 0 0;
    color: #FD8F14;
    transition: .5s;
}






/**======================================================
<-- Start contact-area css -->
======================================================**/
.contact-area.style-two {
    padding: 100px 0 100px;
    background: #F6F6F6;
}

.contact-title h3 {
    font-size: 34px;
    line-height: 80px;
    color: #111D17;
    font-weight: 700;
    font-family: "Inter";
    margin: 0 0 10px;
}

.contact-area .form_box input {
    width: 100%;
    height: 54px;
    padding-left: 20px;
    transition: .5s;
    border-radius: 10px;
    background: #fff;
    border: inherit;
}

.contact-area .form_box textarea {
    width: 100%;
    padding-left: 20px;
    padding-top: 15px;
    border: inherit!important;
    height: 150px;
    outline: 0;
    transition: .5s;
    background: #fff!important;
    margin-top: 7px;
    color: #333;
    border-radius: 10px;
}
.contact-area .form_box textarea::placeholder {
  color: #999; /* 灰色 */
}

.form_box input:focus,
.form_box select:focus,
.form_box textarea:focus{
    box-shadow: 0 0 6px rgb(251, 130, 20, 0.6);
    border-color: #FD8F15;
}
.contact-area .form-button {
    text-align: left;
}

.contact-area .form-button button {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 15px;
    z-index: 1;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 5px;
    background: #FD8F14;
    border: none;
    position: relative;
    width: 35%;
    padding: 15px 0 15px;
    transition: .5s;
}

.contact-area .form-button button:hover {
    color: #fff;
}

.contact-area .form-button button::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    background: #2AB685;
    top: 0;
    left: 0;
    transition: .5s;
    z-index: -1;
    border-radius: 3px;
}

.contact-area .form-button button:hover::after {
    width: 100%;
}

.contact-information {
    background: url(../images/Contact_right-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 37px 40px 50px 50px;
    border-radius: 10px;
}

.contact-area .information-title h3 {
    font-size: 26px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Inter";
    margin: 0 0 30px 65px;
    position: relative;
    z-index: 1;
}

.contact-area .information-title h3::before {
    content: "";
    position: absolute;
    top: 21px;
    left: -60px;
    height: 2px;
    width: 45px;
    background: #FD8F14;
}

.information-icon {
    float: left;
    margin-right: 20px;
}

.information-icon i {
    display: inline-block;
    font-size: 30px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: #2A352F;
    color: #fff;
    border-radius: 50%;
    transition: .5s;
}

.info-titles h4 {
    font-size: 17px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Inter";
    margin: 0;
}

.info-titles span {
    opacity: 0.702;
    font-size: 14px;
    line-height: 23px;
    color: #ffffff;
    font-weight: 300;
    
    margin: 0;
}

.information-icon-box {
    margin-bottom: 25px;
    transition: 0.5s;
}

.information-icon-box:hover .information-icon i {
    background: #FD8F14;
    color: #fff;
}

.information-icon-list ul {
    display: inline-block;
}

.information-icon-list ul li {
    list-style: none;
    display: inline-block;
    margin-right: 8px;
}

.information-icon-list ul li a {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background: #29342E;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    transition: 0.5s;
}

.information-icon-list ul li a:hover {
    color: #FD8F15;
    background: #fff;
}

.information-icon-box.style-two .information-icon i {
    background: #FD8F14;
    color: #fff;
    transition: 0.5s;
}

.information-icon-box.style-two {
    margin-bottom: 20px;
    padding: 25px 0;
    border-top: 1px solid #2A352F;
    border-bottom: 1px solid #2A352F;
}

/**======================================================
<-- End contact-area css -->
======================================================**/


/**======================================================
<-- Start map-area css -->
======================================================**/
.map-area {
    padding: 90px 0 0;
}
/**======================================================
<-- End map-area css -->
======================================================**/


/*<!-- ============================================================== -->
<!--  Pricing area Css -->
<!-- ============================================================== -->*/

.pricing_area {
    padding: 85px 0 85px;
    background: #F6F6F6;
}

.pricing_area .section-title.text-center {
    margin-bottom: 60px;
}

.pricing-single-box {
    padding: 40px 30px 40px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    outline: 0;
    transition: 0.5s;
    border: 2px solid #fff;
}

span.pricing-icn {
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    background: #2AB685;
    display: inline-block;
    border-radius: 4px;
    transition: .5s;
    position: relative;
    z-index: 1;
}

span.pricing-icn::before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FD8F15;
    border-radius: 4px;
    transform: scale(0);
    transition: .5s;
}

.pricing {
    float: right;
    display: inline-block;
}

span.price-dolar {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Inter';
    color: #15193F;
    top: -15px;
    transition: .5s;
}

h2.price-title {
    display: inline-block;
    font-size: 42px;
    font-weight: 700;
    color: #111C16;
    transition: .5s;
}

span.price-mon {
    font-size: 14px;
    display: block;
    letter-spacing: 1px;
    line-height: 18px;
}


h3.boody-title {
    font-size: 22px;
    padding: 24px 0 30px;
    position: relative;
    z-index: 1;
    color: #121D17;
}

h3.boody-title::before {
    position: absolute;
    content: "";
    left: -29px;
    top: 18px;
    width: 3px;
    height: 36px;
    background: #2AB685;
    transition: .5s;
}

.pricing-boody ul li {
    list-style: none;
    display: block;
    padding: 0 0 6px;
    font-weight: 400;
}

.pricing-boody ul li i {
    font-size: 22px;
    color: #2AB685;
    position: relative;
    top: 3px;
    padding-right: 5px;
    transition: .5s;
}

.price-btn a {
    padding: 10px 30px;
    font-weight: 500;
    color: #131E18;
    border: 1px solid rgba(6,36,98,0.2);
    display: inline-block;
    border-radius: 4px;
    margin-top: 29px;
    position: relative;
    z-index: 1;
    text-decoration: none;
    font-size: 16px;
}

.price-btn a::before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FD8F15;
    border-radius: 4px;
    transform: scale(0.0, 1);
    transition: .5s;
}

.pricing-single-box:hover {
    border: 2px solid #FD8F15;
}

.pricing-single-box:hover .pricing-boody ul li i  {
    color: #062462;
}

.pricing-single-box:hover span.price-dolar  {
    color: #062462;
}

.pricing-single-box:hover h2.price-title {
    color: #15193F;
}

.pricing-single-box:hover .price-btn a {
    color: #fff;
}

.pricing-single-box:hover .price-btn a::before {
    transform: scale(1);
}

.pricing-single-box:hover span.pricing-icn::before {
    transform: scale(1);
}

.pricing-single-box:hover h3.boody-title::before {
    opacity: 0;
}

.pricing-single-box.style_two {
    border: 2px solid #FD8F15;
}

.pricing-single-box.style_two span.pricing-icn {
    background: #FD8F14;
}

.pricing-single-box.style_two h3.boody-title::before {
    background: inherit;
}

.pricing-single-box.style_two h2.price-title{
    color: #15193F;
}

.pricing-single-box.style_two span.price-dolar{
    color: #062462;
}

.pricing-single-box.style_two .pricing-boody ul li i{
    color: #062462;
}

.pricing-single-box.style_two .price-btn a {
    color: #fff;
    background: #FD8F15;
}



/*<!-- ============================================================== -->
<!-- faq_area -->
<!-- ============================================================== -->*/
.faq_area {
    padding: 100px 0 95px;
}

.faq_area .section-title {
    margin-bottom: 35px;
}

.faq_area .faq_thumb img {
    width: 100%;
    margin-left: -40px;
}

.faq_area.style-two {
    padding: 85px 0 80px;
}


/*
<!-- ============================================================== -->
<!-- hendrio Shop area  Css -->
<!-- ============================================================== -->*/

.shop-area {
    padding: 100px 0 100px;
    position: relative;
    z-index: 1;
}

/* Shop Form*/

.form_box {
    padding: 11px 0 0;
}

p.form-text {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    padding-right: 12px;
}

.shop-area .form_box select {
    width: 50%;
    height: 52px;
    padding-left: 15px;
    background: inherit;
    border-radius: 10px;
    font-size: 16px;
    color: #7C8D94;
    border: 1px solid  #484862;
    transition: .5s;
}

.upper.widget_search {
    margin-bottom: 40px;
    background: inherit;
    text-align: right;
}

.widget_search form {
    position: relative;
}

.upper.widget_search input {
    height: 60px;
    width: 73%;
    color: #062461;
    background: #f6f6f6;
    border: 0;
    border-radius: 4px 0px 0px 4px;
    padding: 0 20px 0;
    outline: inherit;
}

button.icons {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background: #2AB685;
    border-radius: 0 4px 4px 0;
}

/*Shop Left*/


.categories-title h4 {
    font-size: 22px;
    font-weight: 600;
    border-bottom: 2px solid rgba(6,36,97,0.10196078431372549);
    padding: 0px 0 25px;
    margin: 0 0 30px;
    position: relative;
    color: #10102E;
}

.categories-title h4::before {
    position: absolute;
    content: "";
    left: -35px;
    top: 0;
    height: 29px;
    width: 3px;
    background: #FD8F14;
}

.widget-check-box {
    padding: 40px 35px 18px;
    background: #fff;
    box-shadow: 0px 10px 50px rgba(231, 231, 231, 0.5);
    border-radius: 4px;
    margin-bottom: 30px;
}

/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 22px;
    width: 22px;
    border-radius: 2px;
    border: 1px solid rgba(6,36,98,0.1);
    background-color: rgba(7,72,131,0);
}

.widget-check {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Inter';
    user-select: none;
    color: #062461;
}

.widget-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

label.widget-check span {
    display: inline;
    float: right;
}

.widget-check:hover input ~ .checkmark {
  background-color: #ccc;
}


.widget-check input:checked ~ .checkmark {
    background-color: #FD8F14;
}


.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}


.widget-check input:checked ~ .checkmark::after {
  display: block;
}


.widget-check .checkmark::after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
}

/*Price Range
===========================*/

.range-wrapper-box {
    padding: 40px 35px 40px;
    background: #fff;
    box-shadow: 0px 10px 50px rgb(231 231 231 / 50%);
    border-radius: 4px;
    margin-bottom: 30px;
}

.slider-labels {
    margin-top: 35px;
}

.text-right.caption {
    display: inline-block;
}

.text-right.caption span {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.caption {
    display: inline-block;
}

.caption strong {
    width: 74px;
    height: 34px;
    line-height: 35px;
    background: #2AB685;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-family: 'Inter';
    color: #fff;
    border-radius: 3px;
    margin-right: 10px;
}

span#slider-range-value1, span#slider-range-value2 {
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 400;
    color: #062462;
}



.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 */

.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 5px;
}

.noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    left: -7px;
    top: -6px;
    background-color: #ED1C24;
}

.noUi-background {
  background: #ececec;
}

.noUi-connect {
  background: #ED1C24;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */

.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
    border: 8px solid rgba(237, 28, 37, 0.38);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px;
}

/* Disabled state;
 */

[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/*Product 
======================*/

.product-categories-box {
    padding: 30px 30px 20px;
    background: #fff;
    box-shadow: 0px 10px 50px rgba(231, 231, 231, 0.5);
    border-radius: 4px;
    margin-bottom: 30px;
}

.products-collection {
    margin-bottom: 20px;
}

.product-thumb {
    float: left;
    padding-right: 17px;
}

.products-title h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}

.product-price span {
    font-size: 15px;
    font-weight: 400;
    color: #54546C;
}

.product-icon-list ul {
    line-height: 20px;
}

.product-icon-list ul li {
    list-style: none;
    display: inline-block;
    color: #FF8D06;
    letter-spacing: 4px;
    font-size: 14px;
}


/*Shop Right 
======================*/

.row.products {
    padding-left: 80px;
}

.single-products-box {
    text-align: center;
    margin-bottom: 30px;
}

.products-thumb {
    position: relative;
    z-index: 1;
}

.products-thumb::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #3F4843;
    opacity: .8;
    transition: .5s;
    border-radius: 4px 4px 0 0;
}

.products-thumb img {
    width: 100%;
    transition: .5s;
    border-radius: 4px 4px 0 0;
}

.product-sale {
    position: absolute;
    top: 20px;
    left: 20px;
}

.product-sale span {
    padding: 4px 20px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter';
    line-height: 24px;
    background: #FD8F14;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
}

.product-thumb-icon a {
    font-size: 20px;
    width: 46px;
    height: 46px;
    line-height: 47px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    color: #0D0E14;
    transition: .7s;
    display: inline-block;
    position: relative;
    bottom: 40%;
    z-index: 1;
    overflow: hidden;
}

.product-thumb-icon a:hover {
    background: #FD8F14;
}

.product-thumb-icon a:nth-child(1) {
    position: absolute;
    left: 0;
    opacity: 0;
}

.product-thumb-icon a:nth-child(2) {
    position: absolute;
    right: 0;
    opacity: 0;
}

.product-content {
    padding: 23px 0 6px;
    border: 1px solid rgba(6,36,98,0.1);
    border-top: 0;
    border-radius: 0 0 4px 4px;
}

ul.product-rating li {
    list-style: none;
    display: inline-block;
    color: #FF8D06;
    letter-spacing: .3em;
    font-size: 14px;
}

.product-title h2 {
    font-size: 18px;
    font-weight: 600;
    color: #111C16;
    line-height: 17px;
}

.product-price p {
    font-size: 15px;
    font-family: 'Inter';
    padding: 14px 0 0px;
    color: #2AB685;
}

.product-price p span {
    color: #616161;
    text-decoration: line-through;
    margin-left: 5px;
}

.product-thumb-icon a:hover {
    color: #fff;
}

.product-thumb-icon a:hover::before {
    left: 0;
    width: 100%;
}

.single-products-box:hover .products-thumb::before{
    height: 100%;
    top: 0;
}

.single-products-box:hover .product-thumb-icon a:nth-child(1) {
    opacity: 1;
    left: 65px;
}

.single-products-box:hover .product-thumb-icon a:nth-child(2) {
    opacity: 1;
    right: 65px;
}


/*
<!-- ============================================================== -->
<!-- hendrio Shop Details  Css -->
<!-- ============================================================== -->*/

.shop-detials {
    padding: 100px 0 70px;
}

.style-three.tab {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(6,36,98,0.1);
    padding: 15px 44px 15px;
    border-radius: 10px;
    margin-right: 15px;
    margin-bottom: 50px;
}

.tabs_item {
    margin-bottom: 30px;
}

.tab_content {
    margin-top: 25px;
}

.tabs_item img {
    width: 100%;
}

.tabs_itemt {
    display: inline-block;
}

.tabs_items {
    display: inline-block;
}

ul.tabs.active li {
    list-style: none;
    display: inline-block;
}

.style-three .tabs li a {
    background: inherit;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    outline: none;
    padding: 5px;
    transition: all 0.5s ease-in-out;
    margin-right: 20px;
    border-radius: 5px;
}

.style-three .tabs li.current::before {
    background: transparent;
}

.style-three li.current a {
    border: 1px solid #FD8F14;
}

/*Shop dtls Right
============================*/

.shop-dtls-info {
    padding-left: 30px;
}

.category-title h2 {
    font-size: 31px;
    font-weight: 700;
    line-height: 26px;
    padding: 0px 0 23px;
    color: #14193F;
}

.category-icon-list ul li {
    list-style: none;
    display: inline-block;
    color: #ff9d34;
    letter-spacing: .4em;
    font-size: 16px;
}

li.category-text {
    letter-spacing: 0 !important;
    color: #67686C!important;
    padding-left: 6px;
}

.category-price h1 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #2D6EFE;
    padding: 6px 0 19px;
}

.category-price span {
    color: #616161;
    padding-left: 14px;
    text-decoration: line-through;
}

.category-color p {
    color: #062462;
    line-height: 26px;
    font-weight: 500;
    font-size: 16px;
    padding: 18px 0 6px;
}

.category-color span {
    color: #67686C;
    padding-left: 20px;
    position: relative;
}

.category-color span::before {
    position: absolute;
    content: ":";
    left: 4px;
    top: -3px;
}

/* --- Quantity button 
================================*/

.category-count-button {
    display: inline-flex;
    padding: 8px 0 30px;
} 

.quantity-with_btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    vertical-align: middle;
}

.quantity .cart-plus-minus {
    position: relative;
    width: 170px;
    text-align: left;
    height: 54px;
    overflow: hidden;
    border-radius: 5px;
}

.quantity .cart-plus-minus > .ctnbutton {
    cursor: pointer;
    position: absolute;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    width: 38px;
    -webkit-box-align: center;
    align-items: center;
    vertical-align: middle;
    color: #fff;
    -webkit-transition: .5s;
    background: #FD8F14;
}

.quantity .cart-plus-minus > .cart-plus-minus-box {
    border: 0;
    height: 54px;
    text-align: center;
    width: 170px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    background-color: #fff !important;
    background: linear-gradient(90deg, #FD8F14 50%, transparent 0) repeat-x, linear-gradient(90deg, #FD8F14 50%, transparent 0) repeat-x, linear-gradient(0deg, #FD8F14 50%, transparent 0) repeat-y, linear-gradient(0deg, #FD8F14 50%, transparent 0) repeat-y;
    background-size: 6px 2px, 6px 2px, 2px 6px, 2px 7px;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    -webkit-animation: linearGradientMove 0.3s infinite linear;
    animation: linearGradientMove 0.3s infinite linear;
}

.quantity .cart-plus-minus > .ctnbutton.dec {
    top: 50%;
    left: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    height: 100%;
    border-radius: 0 30px 30px 0;
}

.quantity .cart-plus-minus > .ctnbutton.inc {
    top: 50%;
    right: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    border-radius: 30px 0 0 30px;
}

/*categories button
=========================*/

.category-button {
    display: inline-block;
    padding-left: 20px;
}

.category-button a {
    padding: 13px 25px;
    font-size: 15px;
    font-weight: 500;
    background: #2AB685;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    text-decoration: none;
}

.category-button a:hover {
    color: #fff;
}

.category-button a::before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #FD8F14;
    border-radius: 4px;
    transition: .5s;
}

.category-button a i {
    padding-left: 10px;
    font-size: 16px;
}

.category-button a:hover::before {
    left: 0;
    width: 100%;
}

/* table
================*/

table.category-table {
    padding: 2px 0 0;
    display: inline-block;
}

table.category-table td.table-title {
    font-size: 16px;
    color: #062461;
    font-weight: 500;
}

table.category-table tr td {
    padding-right: 25px;
    padding-bottom: 12px;
}

table.category-table td.table-title {
    font-size: 16px;
    color: #0D0E14;
    font-weight: 500;
}

table.category-table td.table-text {
    color: #616161;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter';
}

table.category-table td.table-text::before {
    position: absolute;
    content: ":";
    left: -15px;
    top: 0;
    font-size: 20px;
    color: #0D0E14;
}

/*Tab Items
=======================*/

.tab {
    padding-top: 50px;
    position: relative;
    left: 10px;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}

.tabs {
    display: table;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}

.tabs li {
    line-height: 38px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.appoinment-tab .tabs li a {
    font-size: 15px;
    background: #fff;
    border: 1px solid rgba(13,14,20,0.1);
    color: #333;
    font-family: 'Inter';
    font-weight: 500;
    display: inline-block;
    outline: none;
    padding: 9px 29px;
    transition: all 0.5s ease-in-out;
    margin-right: 20px;
    border-radius: 5px;
    text-decoration: none;
}

.tabs li a span {
    font-size: 22px;
    padding-right: 10px;
    color: #da242b;
}

.tabs_item {
    display: none;
    padding: 30px 0;

}

.tabs_item:first-child {
    display: block;
}

.tab-thumb {
    margin-right: 65px;
    position: relative;
    z-index: 1;
}

.tab-thumb::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    clip-path: polygon(0 0, 100% 0%, 0% 100%);
    transform: scale(0);
    transform-origin: top left;
    background-image: linear-gradient(-86deg, #062462 0%, #062462 100%);
    pointer-events: none;
    transition: all 500ms linear;
    border-radius: 5px;
    opacity: .25;
}

.tab-thumb img {
    width: 100%;
    border-radius: 5px;
}

.appoinment-tab li.current a {
    background: #FD8F14;
    color: #fff;
}

li.current a span {
    color: #fff;
}

.tabs_item .hendrio-section-title p {
    padding: 17px 0 5px;
}

.tabs_item .hendrio-section-title h4 {
    margin-top: 0;
}

.tabs_item .hendrio-button a {
    margin-top: 30px;
}

.tab-thumb:hover::before {
    transform: scale(1);
}

/*post comment box
===================*/ 

.post-comment-thumb {
    float: left;
    margin-right: 20px;
}

.post-content {
    overflow: hidden;
}

/*comment icon list*/

ul.comment-icon-list li {
    list-style: none;
    display: inline-block;
    color: #ff9d34;
    letter-spacing: .2em;
    font-size: 14px;
}

/*post title*/

h4.post-title {
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    margin-top: 0;
    padding: 2px 0 9px;
}

h4.post-title span {
    padding-left: 31px;
    font-size: 15px;
    color: #616161;
    font-weight: 400;
    position: relative;
}

.post-title span::before {
    position: absolute;
    content: "";
    left: 6px;
    top: 9px;
    height: 1px;
    width: 15px;
    background: #0D0E14;
}

/*right reply*/

span.rights-reply {
    font-weight: 500;
    color: #062461;
    cursor: pointer;
}

.posts-reply span i {
    display: inline-block;
    margin-right: 5px;
}

/*sidebar title*/

.product-details-respond {
    padding: 35px 0 0;
}

.sidebar-title h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

/*sidebar desc*/

.sidebar-description p {
    font-size: 15px;
    margin: 6px 0 25px;
}

/*sidebar rating list*/

p.sidebar-text {
    display: inline-block;
}

.sidebar-rating-list ul {
    display: inline-block;
    padding-left: 15px;
}

.sidebar-rating-list ul li {
    list-style: none;
    display: inline-block;
    color: #ff9d34;
    letter-spacing: .4em;
    font-size: 15px;
}

/*from box*/

.contact-form-box2 {
    padding: 25px 0 0;
}

p.form_text {
    color: #000;
    margin-bottom: 10px;
    padding: 10px 0 0;
}

h6.form-title {
    font-size: 15px;
    font-weight: 500;
    padding: 0 0 13px;
    margin: 0;
}

.contact-form.style-two button {
    background: #FD8F14;
    border: inherit;
    padding: 13px 39px;
    border-radius: 5px;
    text-align: left;
    margin-top: 40px;
    font-weight: 500;
    transition: 0.5s;
    color: #fff;
}

.contact-form.style-two button:hover {
    background: #2AB685;
    color: #fff;
}

.contact-form-box2 .form-box input {
    height: 54px;
    background-color: #fff;
    border: 1px solid rgba(13,14,20,0.1);
    transition: .5s;
    padding: 0px 25px;
    display: block;
    width: 100%;
    color: #616161;
    margin-bottom: 30px;
    border-radius: 4px;
    outline: inherit;
}

.contact-form-box2 .from-box input::placeholder {
    color: #616161;
    opacity: .6;
}

.contact-form-box2 .form-box textarea {
    height: 155px;
    background-color: #fff;
    border: 1px solid rgba(13,14,20,0.1);
    transition: .5s;
    padding: 15px 25px;
    display: block;
    width: 100%;
    border-radius: 4px;
    outline: inherit;
}

.contact-form-box2 .from-box textarea::placeholder {
    color: #616161;
    opacity: .6;
}

.product-item-title h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    padding: 20px 0 30px;
    color: #121D17;
}


/*=================================================
<-- hendrio Blog Sidber Widget CSS -->
==================================================*/

.blogs_area {
    padding: 100px 0 100px;

}

.blogs_area .single-blog-box {
    margin-bottom: 30px;
    background: #fff;
    padding: 0 0 10px;
}


/*search items*/
.widget-items {
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.widget-items form {
    position: relative;
}

.src-input-box {
    border: 1px solid #ccc;
    padding: 17px 9px;
    width: 100%;
}

.src-input-box:focus {
    border: 1px solid #ccc;
}

.src-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #777;
    background: transparent;
    border: none;
}

/*categories*/
.widget-title {
    margin: 14px 0 20px;
    position: relative;
}

.widget-title h2 {
    margin-top: 0;
}

.widget-archieve-item {
    color: #232323;
}

.widget-archieve-item:hover {
    color: #ff3b00;
}

.widget-items .widget-title h2 {
    color: #232323;
    display: block;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.hr-3 {
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
}

.catagory-item ul li {
    padding-top: 15px;
    margin-top: 18px;
    list-style: none;
}

.catagory-item ul li a {
    color: #686868;
}

.catagory-item ul li:hover a {
    color: #FF3C00;
}

.upp.widget-items {
    padding: 35px 27px 15px;
}

/*post thumb*/
.rpost-thumb {
    margin-right: 20px;
    padding: 0 0 22px;
}

/*post title*/
.rpost-title h4 {
    font-size: 15px;
    font-weight: 500;
    transition: .5s;
    margin: 0;
    color: #10102E;
}

.rpost-title span {
    font-size: 14px;
    padding: 5px 0 0;
    display: inline-block;
}

.rpost-title h4:hover {
    color: #306EFF;
}

/*tag menu*/
.tag-item a {
    border: 1px solid #e6e6e6;
    padding: 5px 8px;
    display: inline-block;
    margin: 2px 3px 10px;
    font-size: 15px;
    color: #686868;
    transition: .5s;
    border-radius: 3px;
}

.tag-item a:hover {
    color: #333;
    background: #FFC704;
}

/*meta blog*/

.meta-blog {
    position: absolute;
    bottom: -20px;
    left: 30px;
}

.meta-blog a {
    font-size: 14px;
    padding: 7px 22px 7px 48px;
    background: #FD8F15;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

/*tag menu*/
.tag-item a {
    border: 1px solid #e6e6e6;
    padding: 5px 8px;
    display: inline-block;
    margin: 2px 3px 10px;
    font-size: 15px;
    color: #686868;
    transition: .5s;
    border-radius: 3px;
}

.tag-item a:hover {
    color: #333;
    background: #FFC704;
}

.single-blog-box:hover .meta-blog a {
    color: #fff;
    transition: .5s;
}

 .meta-blog a:hover {
    color: #fff;
    transition: .5s;
} 

.meta-blog a:hover::after {
    background: #fff;
}

.meta-blog a:hover::before {
    transform: scale(1);
}

.single-blog-box:hover .meta-blog a::after {
    background: #fff;
}


.meta-blog a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #2AB685;
    border-radius: 30px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

.meta-blog a::after {
    position: absolute;
    content: "";
    left: 20px;
    top: 22px;
    background: #fff;
    width: 20px;
    height: 1px;
}

.blog-thumb {
    position: relative;
    z-index: 1;
}

h2.blog-title a {
    font-size: 28px;
    font-weight: 700;
    font-family: 'Inter';
    line-height: 30px;
    display: inline-block;
    color: #111D16;
    margin: 10px 0 15px;
    text-decoration: none;
}

.blog-btn a {
    font-size: 15px;
    color: #141840;
    font-weight: 500;
    padding: 22px 0 0;
    display: inline-block;
    transition: .5s;
}

.blog-btn a i {
    font-size: 18px;
    position: relative;
    top: 2px;
    left: 5px;
    transition: .5s;
}

ul.blog-author li {
    list-style: none;
    display: inline-block;
    margin-right: 37px;
    font-weight: 500;
    font-family: 'Inter';
    color: #333;
}

ul.blog-author li i {
    color: #FD8F15;
    margin-right: 7px;
}

ul.blog-author li span {
    position: relative;
    z-index: 1;
}

ul.blog-author li span::before {
    position: absolute;
    content: "";
    right: -20px;
    top: 3px;
    width: 1px;
    height: 12px;
    background-color: rgba(7,72,131,0.5019607843137255);
}

.single-blog-box:hover .meta-blog a::before {
    transform: scale(1);
}

.single-blog-box:hover .blog-thumb::before {
    height: 100%;
    left: 0;
    visibility: visible;
}

.single-blog-box:hover .blog-btn a {
    color: #DA242B;
}

.single-blog-box:hover .blog-btn a i {
    left: 14px;
}

/*Post Comment
=================*/

.blog-post-comment {
    border: 1px solid rgba(6,36,98,0.1);
    padding: 34px 30px 26px;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 30px;
}

h3.blog-comment-title {
    font-size: 26px;
    font-weight: 700;
    padding: 0 0 34px;
    color: #10102E;
}

.blog-post-comment .post-comment {
    border-bottom: 1px solid rgba(6,36,98,0.1);
    margin-bottom: 30px;
    padding: 0 0 11px;
}

.blog-post-comment .post-comment2 {
    margin-left: 88px;
}

.blog-post-comment h4.post-title {
    font-size: 15px;
    font-weight: 600;
    color: #10102E;
}

.blog-post-comment h4.post-title span {
    font-size: 14px;
    color: #FD8F14;
    font-weight: 400;
    font-family: 'Inter';
    padding-left: 15px;
    position: relative;
}

ul.blog-author {
    margin-top: 20px;
}

.blog-post-comment .post-title span::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 9px;
    height: 1px;
    width: 10px;
    background: inherit;
}

.blog-post-comment span.rights-reply {
    float: right;
    font-weight: 500;
    color: #10102E;
    position: relative;
    top: -90px;
    cursor: pointer;
    left: -32px;
}

.single-blog-dtls-box  .form-button {
    text-align: left;
    margin-top: 0;
}

.single-blog-dtls-box .form-button button {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 15px;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 5px;
    background: #FD8F15;
    border: none;
    position: relative;
    width: 24%;
    padding: 15px 0 15px;
    transition: .5s;
}

.single-blog-dtls-box .form_box {
    margin-bottom: 15px;
}

.single-blog-dtls-box .form_box input {
    background: #F6F6F6;
}

.single-blog-dtls-box .form_box textarea {
    background: #F6F6F6;
}

/*Blog Social Share
=======================*/

.blogs-social-share {
    background: #f6f6f6;
    padding: 20px 20px 25px 30px;
}

.contact-form-box3 {
    padding: 33px 30px 50px;
    border: 1px solid rgba(6,36,98,0.1);
    /* margin: 30px 0 0; */
    border-radius: 5px;
    background: #fff;
}

span.social-text {
    font-size: 17px;
    font-weight: 500;
    font-family: 'Inter';
    color: #10102E;
}

ul.social-share {
    float: right;
}

ul.social-share li {
    display: inline-block;
    list-style: none;
}

ul.social-share li a {
    height: 32px;
    width: 32px;
    line-height: 32px;
    background: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    color: #C1C2C9;
    margin-right: 7px;
    position: relative;
    z-index: 1;
}

ul.social-share li a::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FD8F14;
    border-radius: 3px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

ul.social-share li a:hover::before {
    transform: scale(1);
}

ul.social-share li a:hover {
    color: #fff;
}

/*Product List*/

ul.product-list {
    padding: 5px 0 0;
}

ul.product-list li {
    display: block;
    list-style: none;
    color: #121C17;
    padding: 0 0 8px;
}

ul.product-list li i {
    color: #FD8F15;
    font-size: 22px;
    position: relative;
    top: 5px;
    margin-right: 6px;
}


/*Blog Quote
=================*/

.blog-quote {
    background: #f6f6f6;
    padding: 25px 35px 15px;
    border-left: 4px solid #29B585;
    border-radius: 2px;
    margin: 25px 0 45px;
}

img.qte-icon {
    float: left;
    margin-right: 20px;
}

.blog-quote p {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    color: #121D17;
}

.blog-dtls-thumb {
    padding: 20px 0 15px;
}

.blog-dtls-thumb img {
    width: 100%;
}

/*<!-- ============================================================== -->
<!-- hendrio Scrollup Section -->
<!-- ============================================================== -->*/
.scroll-area {
    position: relative;
    z-index: 999;
}

.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 10px;
}

.scroll-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.scroll-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #00132b 0%, #00132b 100%);
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    ;
    border-radius: 100%;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
    color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius: 100%;
}

.top-wrap {
    position: relative;
}

.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #2AB685;
}

.top-wrap .go-top-button i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}

.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #69DDCC 0%, #69DDCC 100%);
    background-image: -webkit-linear-gradient(0deg, #fb8a42 0%, #fb8a42 100%);
    border-radius: 100%;
}

.top-wrap .go-top-button:hover {
    background-color: #222;
    color: #fff;
}

@keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}

/*
<!-- ============================================================== -->
<!-- hendrio Bounce Animation Css -->
<!-- ============================================================== -->*/
/* bounce-animate */
.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate2 {
    animation-name: float-bob2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob2;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob2;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate3 {
    animation-name: float-bob3;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob3;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob3;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob3;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate4 {
    animation-name: float-bob4;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob4;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob4;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob4;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate5 {
    animation-name: float-bob5;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate-slow {
    animation-name: float-bob5;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate-3 {
    animation-name: float-bob6;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob6;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob6;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob6;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes float-bob {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes float-bob2 {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}

@keyframes float-bob3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@keyframes float-bob4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@keyframes float-bob5 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@keyframes float-bob6 {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}


@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}



/*--==============================================->
  <!-- hendrio Animation Dance -->
 ==================================================-*/
/**/
.dance3 {
    -webkit-animation: dance3 8s alternate infinite;
    animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
    animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}

.watermark-animate {
    -webkit-animation: watermark-animate 8s infinite;
    animation: watermark-animate 8s infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes watermark-animate {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}




/*=================================================
<-- hendrio Blog Sidber Widget CSS -->
==================================================*/

.blog-section {
    background: #f2f2f2;
    padding: 100px 0 100px;
}

.blog-section.style-6.bg-3 {
    padding: 100px 0 60px;
}



/*search items*/
.widget-items {
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.widget-items form {
    position: relative;
}

.src-input-box {
    border: 1px solid #ccc;
    padding: 17px 9px;
    width: 100%;
}

.src-input-box:focus {
    border: 1px solid #ccc;
}

.src-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #777;
    background: transparent;
    border: none;
}

/*categories*/
.widget-title {
    margin: 14px 0 20px;
    position: relative;
}

.widget-title h2 {
    margin-top: 0;
}

.widget-archieve-item {
    color: #232323;
}

.widget-archieve-item:hover {
    color: #ff3b00;
}

.widget-items .widget-title h2 {
    color: #232323;
    display: block;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.hr-3 {
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
}

.catagory-item ul li {
    padding-top: 15px;
    margin-top: 18px;
    list-style: none;
}

.catagory-item ul li a {
    color: #686868;
}

.catagory-item ul li:hover a {
    color: #FF3C00;
}

.upp.widget-items {
    padding: 35px 27px 15px;
}

/*post thumb*/
.rpost-thumb {
    margin-right: 20px;
    padding: 0 0 22px;
}

/*post title*/
.rpost-title h4 {
    font-size: 15px;
    font-weight: 500;
    transition: .5s;
    margin: 15px 0 0;
    color: #0E0E0E;
    text-decoration: none;
}

.rpost-title h4 a{
    text-decoration: none;
    display: inline-block;
}

.rpost-title span {
    font-size: 14px;
    padding: 5px 0 0;
    display: inline-block;
}

.rpost-title h4:hover {
    color: #2AB685;
}

/*tag menu*/
.tag-item a {
    border: 1px solid #e6e6e6;
    padding: 5px 8px;
    display: inline-block;
    margin: 2px 3px 10px;
    font-size: 15px;
    color: #686868;
    transition: .5s;
    border-radius: 3px;
    text-decoration: none;
}

.tag-item a:hover {
    color: #fff;
    background: #FD8F15;
}

/* Calender*/
.curr-month {
    width: 100%;
    height: 40px;
    background: #d6d6d6;
    color: #000;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

.all-days {
    width: 100%;
    height: 40px;
    background-color: #fff;
    float: left;
}

.tag-item .all-days ul,
.tag-item .all-date ul {
    list-style: none;
    display: block;
    height: 30px;
    width: 100%;
    margin: 0 auto;
    float: left;
    font-size: 15px;
    font-weight: 300;
}

.tag-item .all-days ul li,
.tag-item .all-date ul li {
    float: left;
    width: 48px;
    text-align: center;
    line-height: 41px;
    border: 1px solid #ccc;
    color: #333;
}

.tag-item .all-days ul li {
    font-weight: 500;
    font-family: 'Fira Sans';
    font-size: 16px;
}

.all-date {
    width: 100%;
    height: 305px;
    float: left;
}

.all-date li {
    height: 40px;
    width: 50px;
    line-height: 40px;
    border: 1px solid #ccc;
    background-color: #fff;
}

element.style {
    background-color: rgb(255, 60, 0);
    color: rgb(255, 255, 255);
}

.all-date li.monthdate:hover {
    background-color: #FB3B01;
    color: #fff;
}

.calender-area {
    height: 435px;
}

/*blog section two*/
.style-two.blog-section {
    background: #fff;
    padding: 100px 0 70px;
}

.blog-section.style-two.details {
    padding: 100px 0 50px;
}

.blog-content {
    padding: 15px 35px 20px;
    transition: .5s;
    background: #fff;
}

.blog-thumb img {
    width: 100%;
}

.blog-section .blog-content-text h5 {
    font-size: 35px;
    font-weight: 600;
}

.blog-meta span a {
    color: #686868;
    transition: .5s;
    padding: 12px 0 20px;
    display: inline-block;
}

.blog-meta span a:hover {
    color: #ff3c00;
}

/*quote*/
.block-quote {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 25px;
    border-radius: 5px;
    border-left: 4px solid #FF3C00;
    margin: 30px 0;
}

.block-quote p {
    font-size: 20px;
    font-style: italic;
    color: #232;
    font-family: 'Fira Sans';
    margin-bottom: 12px;
}

.blog-content ol {
    padding-left: 15px;
}

.blog-section .blog-content h4 {
    font-size: 22px;
    margin: 25px 0 12px;
    font-weight: 600;
}

/*blog social*/
.single-blog-social-icon ul {
    margin: 25px 0;
}

.single-blog-social-icon ul li {
    display: inline-block;
    margin-right: 5px;
}

.single-blog-social-icon ul li i {
    font-size: 15px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    color: #686868;
}

.single-blog-social-icon ul li:hover i {
    color: #fff;
    background: #FF3C00;
}

.comment-box {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    transition: .5s;
}

#comment-msg-box {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    transition: .5s;
}

label {
    color: #686868;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
}

.comment-box:focus,
#comment-msg-box:focus {
    border-color: #FF3C00;
    outline: 0;
    box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}

/*form button*/
.comment-form .submit-comment {
    color: #fff;
    background: #FF3C00;
    border: 1px solid #FF3C00;
    border-radius: 3px;
    padding: 13px 35px;
    margin-left: 15px;
    margin-bottom: 50px;
    transition: .5s;
}

.comment-form .submit-comment {
    color: #fff;
    background: #FF3C00;
    border: 1px solid #FF3C00;
    border-radius: 3px;
    padding: 13px 35px;
    margin-left: 15px;
    margin-bottom: 50px;
}

.comment-form .submit-comment:hover {
    background: #fff;
    color: #FF3C00;
}

/*
<!-- ============================================================== -->
<!-- hendrio Start Cart Section -->
<!-- ============================================================== -->*/

.cart-area {
    padding: 100px 0 100px;
}

.cart-empty p {
    padding: 18px 25px;
    position: relative;
    background-color: #F6F7F9;
    border-bottom: 2px solid #2AB685;
    display: inline-block;
    width: 100%;
    color: #121E17;
}

.cart-empty p i {
    color: #2AB685;
    padding-right: 10px;
}

.about-item-list ul li i {
    font-size: 20px;
    color: #da242b;
    padding-right: 5px;
}

.hendrio-button a {
    font-size: 15px;
    padding: 15px 9px 15px 42px;
    background: #FD8F15;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px 35px 5px 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-top: 38px;
}

.hendrio-button a:hover {
    color: #fff;
}

.hendrio-button a::before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px 35px 5px 5px;
    background: #2AB685;
    transform: scale(0);
    transition: .5s;
}

.hendrio-button a i {
    font-size: 18px;
    width: 26px;
    height: 26px;
    line-height: 23px;
    text-align: center;
    background: #fff;
    color: #121D17;
    border-radius: 30px;
    border: 2px solid #121D17;
    display: inline-block;
    position: relative;
    top: 3px;
    left: 20px;
    transition: .5s;
}

.hendrio-button a:hover::before {
    transform: scale(1);
}

.hendrio-button a:hover i {
    border: 2px solid #FE7B24;
}

/*<!-- ============================================================== -->
<!-- hendrio Service Detials area -->
<!-- ============================================================== -->*/

.service-details {
    background: #fff;
    padding: 100px 0 85px;
    position: relative;
    z-index: 1;
}

.service-details::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 36%;
    height: 100%;
    background: url();
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}

.sidebar-widget {
    margin-bottom: 30px;
    background: #fff;
  
}

.sidebar-widget form {
    position: relative;
}

.sidebar-widget input {
    height: 60px;
    width: 100%;
    background: #F6F6F6;
    border: 0;
    border-radius: 4px;
    padding: 0 20px 0;
    outline: none;
}

.sidebar-widget button.subscribe-btn {
    height: 60px;
    width: 60px;
    border: 0;
    border-radius: 0 4px 4px 0;
    background: #29B585;
    color: #fff;
    position: absolute;
    right: 0;
}

.widget-sidebar-box {
    padding: 30px 30px 30px;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 4px;
}

h4.sidebar-title {
    font-size: 22px;
    padding: 0 0 25px;
    position: relative;
    z-index: 1;
    color: #0E0E0E;
}

.tag-item ul li {
    list-style: none;
    display: inline-block;
}

h4.sidebar-title::before {
    position: absolute;
    content: "";
    left: -29px;
    top: 0;
    width: 3px;
    height: 30px;
    background: #FD8F14;
    border-radius: 5px;
}

ul.sidebar-menu {
    border-top: 2px solid rgba(6,36,97,0.10196078431372549);
    padding: 30px 0 0;
}

ul.sidebar-menu li {
    padding: 13px 15px 13px;
    display: block;
    border: 1px solid rgba(19,17,37,0.1);
    margin-bottom: 10px;
    border-radius: 4px;
    transition: .5s;
    background: #fff;
}

ul.sidebar-menu li a {
    font-size: 16px;
    font-weight: 400;
    transition: .5s;
    text-decoration: none;
    color: #141840;
}

ul.sidebar-menu li a i {
    background: #E5E8EF;
    border-radius: 20px;
    font-size: 16px;
    padding: 0px 3px;
    margin-right: 5px;
    transition: .5s;
}

ul.sidebar-menu li:hover {
    background: #F6F6F6;
    border: 1px solid #f6f6f6;
}
ul.sidebar-menu li.on{
    background: #F6F6F6;
    border: 1px solid #f6f6f6;
}
ul.sidebar-menu li.on a i {
    background: #FD8F14;
    color: #fff;
}

ul.sidebar-menu li:hover a i {
    background: #FD8F14;
    color: #fff;
}

ul.sidebar-menu2 li {
    display: block;
    list-style: none;
    background: #F6F6F6;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
    color: #141840;
}

ul.sidebar-menu2 li a {
    display: inline-block;
    text-decoration: none;
    color: #131E18;
}

li.sidbr-mb {
    margin: 0 !important;
}

img.sidbr-icn {
    padding-right: 15px;
}

/*sidebar quick contact*/

.widget-sidebar-quick-contact {
    background: url(../images/service-details-5.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0 50px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.logo-thumb img {
    width: 48%;
}

h3.widget-title2 {
    padding: 25px 0 20px;
    font-size: 26px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
}

h5.sidebar-title {
    font-size: 16px;
    color: #307D51;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

h5.sidebar-title::before {
    position: absolute;
    content: "";
    left: 0;
    right: 168px;
    top: 8px;
    margin: auto;
    width: 96px;
    height: 2px;
    background: rgba(255,255,255,0.2);
}

h5.sidebar-title::after {
    position: absolute;
    content: "";
    left: 168px;
    right: 0;
    top: 8px;
    margin: auto;
    width: 96px;
    height: 2px;
    background: rgba(255,255,255,0.2);
}

h5.sidebar-title2 {
    font-size: 24px;
    color: #fff;
    padding: 12px 0 48px;
}

.widget-button a {
    padding: 12px 35px;
    background: #FD8F14;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.widget-button a::before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-image: linear-gradient(10deg, #2AB685 0%, #2AB685 100%);
    transition: .5s;
    border-radius: 4px;
}

.widget-button a:hover::before {
    width: 100%; 
    left: 0;
}

/*service details right */

.service-dtls-all-items {
    padding-left: 85px;
}

.service-dtls-all-items .service-thumb img {
    width: 100%;
}

h2.service-title {
    font-size: 30px;
    line-height: 50px;
    padding: 10px 0 10px;
    color: #131E18;
    font-weight: 700;
}

p.service-dtls-desc {
    font-size: 15px;
}

p.service-dtls-desc2 {
    padding: 0 0 20px;
    font-size: 15px;
}

/*service dtls box*/

.service-dtls-box {
    display: flex;
    align-items: center;
    background: #f6f6f6;
    border-radius: 5px;
}

.sevice-dtls-content {
    padding-left: 25px;
}

.sevice-dtls-content p {
    font-size: 15px;
}

.sevice-dtls-content h4 {
    font-size: 20px;
    padding: 0 0 11px;
    color: #131E18;
}

/*service dtls pannel*/

.service-dtls-itm-pannel {
    border-top: 1px solid rgba(6,36,98,0.10196078431372549);
    border-bottom: 1px solid rgba(6,36,98,0.10196078431372549);
    padding: 25px 0 37px;
    margin: 40px 0 20px 0;
}

.service-dtls-items ul li {
    display: block;
    list-style: none;
    padding: 12px 0 0;
    font-weight: 400;
    color: #141D18;
}

.service-dtls-items ul li i {
    background: #E5E8EF;
    border-radius: 20px;
    color: #141D18;
    font-size: 15px;
    padding: 0px 3px;
    line-height: 20px;
    margin-right: 5px;
    transition: .5s;
    display: inline-block;
}

.service-dtls-items ul li:hover i {
    background: #FD8F15;
    color: #fff;
}

.service-dtls-cont h5 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FD8F14;
}

.service-dtls-cont h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    padding: 6px 0 0;
    color: #141D18;
}

/*accordion*/

.tab_container {
    overflow: hidden;
    padding: 20px 0 0;
}

h2.accordion-title {
    font-size: 30px;
    padding: 0 0 37px;
    color: #141D18;
    font-weight: 700;
}

.accordion li {
    list-style: none;
    padding: 2px 0px 15px;
}

.accordion li a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 19px;
    background-color: transparent;
    border: 1px solid rgba(19,17,37,0.15);
    padding: 20px 20px 20px 30px;
    border-radius: 5px;
    z-index: 1;
    text-decoration: none;
    color: #141D18!important;
}

.accordion li p {
    display: none;
    font-size: 16px;
    padding: 0px 15px 25px 30px;
    margin: 0;
    background: transparent;
    backdrop-filter: blur(1.9px);
    overflow: hidden;
    border-radius: 5px;
    border-bottom: 1px solid rgba(19,17,37,0.15);
    border-right: 1px solid rgba(19,17,37,0.15);
    border-left: 5px solid #FD8F15;
    border-radius: 0 0 5px 5px;
}

.accordion a::before {
    width: 2px;
    height: 10px;
    background: #062461;
    position: absolute;
    right: 32px;
    content: " ";
    top: 22px;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
    opacity: .5;
}

.accordion a::after {
    width: 10px;
    height: 2px;
    background: #062461;
    position: absolute;
    right: 28px;
    content: " ";
    top: 26px;
    transition: all 0.2s ease-in-out;
    opacity: .5;
}

.accordion a.active::after {
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    background: #FD8F15;
    opacity: 1;
}

.accordion a.active::before{
  display: none;
}

.accordion a.active {
    border-top: 1px solid rgba(19,17,37,0.15) !important;
    border-right: 1px solid rgba(19,17,37,0.15) !important;
    border-left: 5px solid #FD8F15;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    padding: 25px 20px 15px 30px;
}

/*rotateme animation*/

.rotateme {
     -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}


/*=====================================
<-- hendrio Search Box Css -->
=======================================*/
/*nav button*/
.search-box-btn.search-box-outer {
    display: inline-block;
}

.nav-btn.navSidebar-button {
    display: inline-block;
}

.nav-btn.navSidebar-button a i {
    font-size: 15px;
    width: 32px;
    line-height: 35px;
    height: 32px;
    border-radius: 50px;
    text-align: center;
    background: #efefef;
    display: inline-block;
    color: #232323;
    position: relative;
    z-index: 1;
    margin-left: 15px;
    transition: .5s;
    cursor: pointer;
}

.nav-btn.navSidebar-button a i::after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #FF3C00;
    border-radius: 50%;
    transition: .5s;
    transform: scale(0);
}

.nav-btn.navSidebar-button a i:hover::after {
    transform: scale(1);
}

.nav-btn.navSidebar-button a i:hover {
    color: #fff;
}

.xs-sidebar-group .xs-overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 101;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in 0.8s;
    -o-transition: all 0.4s ease-in 0.8s;
    transition: all 0.4s ease-in 0.8s;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 23px;
    right: 0;
    padding: 25px;
}

.xs-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #272727;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: 0.7;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
    left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
    padding: 40px 32px;
}

.close-side-widget i {
    color: #ff3c00;
    font-size: 28px;
    display: block;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
}

.xs-bg-black {
    background-color: #ff3c00;
}

/*html css*/
.nav-logo {
    margin: 0 0 50px;
}

.content-box h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.content-box p {
    display: inline-block;
    color: #fff;
    padding: 15px 0 0;
}

a.theme-btn.btn-style-two span {
    color: #fff;
    font-size: 20px;
}

a.theme-btn.btn-style-two i {
    color: #ff3c00;
}

.contact-info h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}

ul.list-style-one li {
    display: block;
    list-style: none;
    color: #fff;
    padding: 16px 0 0;
    overflow: hidden;
    font-family: 'Fira Sans';
}

ul.list-style-one li span {
    font-size: 20px;
    font-weight: 600;
    color: #ff3c00;
    margin: 0 10px 0 0px;
}

ul.social-box {
    margin: 30px 0 0;
}

ul.social-box li {
    display: inline-block;
    list-style: none;
    margin: 0 6px 0 0;
}

ul.social-box li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    color: #ff3c00;
    transition: .5s;
    font-size: 18px;
    border-radius: 3px;
}

ul.social-box li a:hover {
    background: #ff3c00;
    color: #fff;
}



/*** 
====================================================================
  Search Popup
====================================================================
***/
.search-popup{
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.search-popup{
  width: 100%;
}
.search-active .search-popup{
  transform: translateY(0%);
  margin-top: 0;
}

.search-box-btn.search-box-outer {
    display: inline-block;
    top: 33px;
}

.search-box-btn.search-box-outer i {
    display: inline-block;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    color: #fff;
    margin-top: 0px;
    margin-left: 3px;
}

.sticky-nav .search-box-btn.search-box-outer {
    display: inline-block;
    position: absolute;
    right: -50px;
    top: 33px;
}
.sticky-nav .search-box-btn.search-box-outer i {
    color: #fff;
    position: relative;
    left: 40px;
}
.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #5A49F8;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.search-popup .close-search i {
    position: relative;
    height: 70px;
    width: 70px;
    font-size: 30px;
    line-height: 70px;
    color: #fff;
    display: inline;
    text-align: center;
}

.search-active .search-popup .close-search{
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-popup form{
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin:-35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup form{
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-popup .form-group{
  position:relative;
  margin:0px; 
  overflow: hidden;
}
.search-popup .close-search.style-two{
  position: absolute;
  right: 25px;
  left: auto;
  color:#ffffff;
  width:auto;
  height:auto;
  top:25px;
  margin:0px;
  border:none;
  background:none !important;
  box-shadow:none !important;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.search-popup .close-search.style-two i {
    font-size: 20px;
    color: #fff;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
  position:relative;
  display:block;
  font-size:18px;
  line-height: 50px;
  color:#000000;
  height:70px;
  width:100%;
  padding: 10px 30px;
  background-color: #ffffff;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
  font-weight:500;
  text-transform:capitalize;
}
.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
  color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
  color:#000000;
}



/*===========================
<-- hendrio Loader Css -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 666;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #FD8F15;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader::before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #2AB685;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader::after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #fff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}


/* rotateme*/
.rotateme {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

#maximg img{ max-width:100% !important; height:auto !important;display:inline-block;}
#maximg p span{text-wrap: inherit !important;}

.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}

.company-info-desc{ padding-right:80px;}

@media screen and (max-width: 800px) {
    .about_content{ display:none}
	.service-area{ padding:50px 0 0}
	.about-area{ padding:50px 0}
	.portfolio-area{ padding:50px 0}
	.blog-area{ padding:50px 0}
	.breadcumb-area{ height:300px}
	.breadcumb-content h1{ font-size:28px !important}
	.service-details{ padding:0 0 50px}
	.project-detalis-section{ padding:50px 0}
	.pagination1{ padding-bottom:30px}
	.project-info{ margin-left:0}
	.widget-sidebar-box{ margin-bottom:0}
	.blogs_area{ padding:50px 0}
	.faq_area.style-two{ padding:50px 0}
	.contact-area.style-two{ padding:50px 0}

}



/* 容器样式 */
.carousel-container {
    position: relative;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
  }
  
  /* 滚动内容样式 */
  .carousel-wrapper {
    overflow: hidden;
    width: 100%;
  }
  
  .carousel-content {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  /* 单个服务项样式 */
  .single-service {
    flex: 0 0 25%; /* 每个项目占宽度的25% */
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
  }
  
  /* 按钮样式 */
  .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    z-index: 10;
  }
  
  .carousel-btn.prev {
    left: 10px;
  }
  
  .carousel-btn.next {
    right: 10px;
  }


  .service-dtls-content p{
    text-indent:2em;
    line-height:250%;
  }




.item {
    display: block;

}
.item .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
  }

.item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.item .note {
    padding: 20px 10px 0 10px;
}

.item .note b {
    font-size: 20px;
    line-height: 30px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color:#000;
    
}

@media (max-width:991px) {
    .item .note b {
        font-size: 16px;
    }
}

.item .note i {
    font-style: normal;
    line-height: 2;
    color: #999;
}

.item .note p {
    font-size: 14px;
    line-height: 1.71428571;
    display: -webkit-box;
    overflow: hidden;
    margin: 10px 0 0 0;
    color: #999;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.item .note span {
    line-height: 30px;
    display: inline-block;
    margin-top: 14px;
    padding: 0 10px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    background-color: #f25b00;
}

.item .note span:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    content: '';
    vertical-align: middle;
    border-width: 4px 0 4px 4px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.item:hover .note b {
    color: #a60b13;
}

.item:hover .note span {
    background-color: #a60b13;
}





.item {
    position: relative;
    display: block;
    
    
}

@media (max-width:767px) {
    .item {
        margin-top: 30px;
        padding: 0 15px;
        padding-left: 110px;
    }
}

.item .date {
    position: absolute;
    top: 0;
    left: 30px;
    width: 80px;
    height: 80px;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    color: #fff;
    background-color: #a0a0a0;
}

@media (max-width:767px) {
    .item .date {
        left: 15px;
    }
}

.item .date b {
    font-size: 30px;
    line-height: 1;
    display: block;
    margin-top: 10px;
}

.item .date p {
    font-size: 14px;
    margin: 4px 0 0 0;
}

.item .note a {
    font-size: 20px;
    line-height: 30px;
    display: block;

    color:#000;
    text-decoration: none;
}

@media (max-width:991px) {
    .item .note b {
        font-size: 16px;
    }
}

.item .note p {
    font-size: 14px;
    line-height: 1.71428571;
    display: -webkit-box;
    overflow: hidden;
    height: 48px;
    margin: 6px 0 0 0;
    color: #999;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.item:hover .date {
    background-color: #a60b13;
}
.item:hover .note b {
    color: #a60b13;
  }
  .pageBox{ position: relative;margin-top:50px;}
  
  .wal2 {
    width: 1200px;
    margin: 0px auto;
    position: relative;
  }
  .clear_f {
    clear: both;
    height: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    _display: inherit;
  }
  .wrap-product-show .product-show {
    overflow: hidden;
  }


  .wrap-product-show .product-show {
    overflow: hidden;
  }
  
  .wrap-product-show .product-show .text {
    float: left;
    width: 45%;
    padding-right: 5%;
  }
  
  @media (max-width:991px) {
    .wrap-product-show .product-show .text {
        width: 100%;
        padding-right: 0;
    }
  }
  
  .wrap-product-show .product-show .text .title-product-show {
    border-bottom: 2px solid #dcdcdc;
  }
  
  .wrap-product-show .product-show .text .title-product-show h1 {
    font-size: 32px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin: 0;
    padding-bottom: 20px;
  }
  
  @media (max-width:991px) {
    .wrap-product-show .product-show .text .title-product-show h1 {
        font-size: 22px;
    }
  }
  
.wrap-product-show .product-show .text .title-product-show h1:after {
position: absolute;
z-index: 2;
bottom: -2px;
left: 0;
display: block;
width: 100%;
height: 2px;
content: '';
background-color: #2AB685 ;
}

.wrap-product-show .product-show .text h3 {
font-size: 22px;
line-height: 40px;
display: inline-block;
margin-top: 30px;
padding: 0 20px;
color: #2AB685 ;
border: 1px dashed #2AB685 ;
}

@media (max-width:991px) {
.wrap-product-show .product-show .text h3 {
    font-size: 18px;
}
}

.wrap-product-show .product-show .text .note {
margin-top: 20px;
}

.wrap-product-show .product-show .text .note li {
font-size: 18px;
line-height: 2.5;
margin: 0;
}

@media (max-width:991px) {
.wrap-product-show .product-show .text .note p {
    font-size: 14px;
}
}

.wrap-product-show .product-show .pic {
float: left;
width: 45%;
border: 10px solid #eee;
}

@media (max-width:991px) {
.wrap-product-show .product-show .pic {
    width: 100%;
    margin-top: 30px;
    border-width: 4px;
}
}

.wrap-product-show .product-show .pic img {
width: 100%;
}

.wrap-product-show .parameter {
margin-top: 100px;
padding: 10px;
border-top: 2px solid #2AB685 ;
background-color: #f8f8f8;
margin-bottom:20px;
}

@media (max-width:991px) {
.wrap-product-show .parameter {
    margin-top: 50px;
    padding: 30px 10px;
}
}

.wrap-product-show .parameter .item .title-parameter b {
font-size: 20px;
line-height: 45px;
display: inline-block;
min-width: 150px;
padding: 0 10px;
text-align: center;
color: #fff;
background-color: #2AB685 ;
}

@media (max-width:991px) {
.wrap-product-show .parameter .item .title-parameter b {
    font-size: 18px;
}
}

.wrap-product-show .parameter .item .text {
padding: 30px 0;
}

.wrap-product-show .parameter .item .text p {
font-size: 16px;
line-height: 1.875;
margin: 0;
}

@media (max-width:991px) {
.wrap-product-show .parameter .item .text p {
    font-size: 14px;
}
}

.wrap-product-show .parameter .item .text h4 {
font-size: 20px;
}

@media (max-width:991px) {
.wrap-product-show .parameter .item .text h4 {
    font-size: 16px;
}
}

.wrap-product-show .parameter .item .text h4 b {
color: #a60b13;
}

.wrap-product-show .parameter .item-red .title-parameter b {
background-color: #a60b13;
}

.wrap-product-show .parameter .item img {
max-width: 100%;
}

.wrap-product-show .parameter .item-1 .text ul li {
display: inline-block;
min-width: 360px;
margin: 10px 0;
vertical-align: top;
}

.wrap-product-show .parameter .item-1 .text b {
font-size: 20px;
display: block;
margin: 10px 0;
}

@media (max-width:991px) {
.wrap-product-show .parameter .item-1 .text b {
    font-size: 16px;
}
}

.wrap-product-show .parameter .item-2 .text ul li {
display: inline-block;
margin: 5px 0;
}

.wrap-product-show .parameter .item-2 .text ul li:after {
font-family: 'iconfont' !important;
font-size: 20px;
display: inline-block;
margin: 0 4px;
content: '\e9b7';
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
vertical-align: middle;
color: #a0a0a0;
}

.wrap-product-show .parameter .item-2 .text ul li:last-child:after {
display: none;
}

.wrap-product-show .parameter .item-2 .text ul li span {
font-size: 20px;
line-height: 45px;
display: inline-block;
padding: 0 46px;
vertical-align: middle;
color: #fff;
border-radius: 4px;
background-color: #2AB685 ;
}

@media (max-width:991px) {
.wrap-product-show .parameter .item-2 .text ul li span {
    font-size: 15px;
    padding: 0 20px;
}
}

.wrap-product-show .parameter .item-6 .row {
font-size: 0;
}

.wrap-product-show .parameter .item-6 .col-xs-12 {
display: inline-block;
float: none;
vertical-align: top;
}

.wrap-product-show .parameter .item-6 .text p {
margin: 14px 0;
text-align: center;
}

.wrap-product-show .product-relate {
margin-top: 30px;
}

.wrap-product-show .product-relate a {
line-height: 30px;

overflow: hidden;
height: 30px;
color: #999;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}

.wrap-product-show .product-relate a:hover {
color: #a60b13;
}

.wrap-product-show .product-relate .next {
text-align: right;
}

@media (max-width:991px) {
.wrap-product-show .product-relate .next {
    text-align: left;
}
}
@media (min-width: 768px) {
.col-sm-6 {
    width: 50%;
    float:left;
}
}



.my-map { margin: 0 auto; width: 100%; height: 500px; } .my-map .icon { background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat; } .my-map .icon-cir { height: 31px; width: 28px; } .my-map .icon-cir-red { background-position: -11px -5px; }
.amap-container{height: 100%;}
.myinfowindow{width: 240px;min-height: 50px;}
.myinfowindow h5{ height: 20px; line-height: 20px; overflow: hidden; font-size: 14px; font-weight: bold; width: 220px; text-overflow: ellipsis; word-break: break-all; white-space: nowrap; }
.myinfowindow div{ margin-top: 10px; min-height: 40px; line-height: 20px; font-size: 13px; color: #6f6f6f; }