.no_scroll {
    overflow: hidden!important;
}


#ajax_row {
    display: flex;
    flex-wrap: wrap;
}

.main-header .header-upper .upper-right {
    padding: 18px 0px;
}

.header-style-three .info-box:nth-child(2) {
    display: flex;
    height: 100%;
    min-height: 75px;
    justify-content: center;
    align-items: center;
}

.social-icon-two li a {
    width: 27px;
    height: 27px;
    z-index: 999;
    display: flex;
}

.social-icon-one li a {
    border: none !important;
}

.featured-blocks {
    margin-bottom: 20px;
}

.index_contacts_section .contact-title, .index_contacts_section .row-wrapper {
    display: flex;
    justify-content: center;
}

.index_contacts_section .contact-title:after {
    display: none;
}

.shop-single {
    padding-bottom: 0;
}

.shop-single .product-details .prod-tabs {
    margin-bottom: 0;
}

.product_contacts_section {
    padding: 0;
}

.product_contacts_section .contact-title, .product_contacts_section .row-wrapper {
    display: flex;
    justify-content: center;
}

.product_contacts_section .contact-title:after,
.product_contacts_section .row-wrapper .message_row {
    display: none;
}

.contacts_title {
    padding: 80px 0px 80px 0px;
}

.main-menu .navigation > li > a {
    text-transform: unset;
}

.archive-services {
    padding: 50px 0 50px;
}

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

.content-center {
    text-align: center;
    display: flex;
    justify-content: center;
}

.services-single .contact-section .contact-title:after {
    display: none;
}

.sidebar-page-container {
    padding: 50px 0px;
}

.page-title h1 {
    text-transform: unset;
}

.styled-pagination {
}

.styled-pagination .disabled a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
    border-color: black;
}

.featured-block-title {
    padding: 20px 0 20px 0;
}

.featured-blocks, .featured-blocks .featured-block {
    border: none !important;
}

.featured-block .featured-inner {
    background-color: #fff !important;
    border-color: transparent !important;
}

.services-block .inner-box .lower-content h3 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 14px;
    line-height: 25px;
    min-height: 65px;
    display: flex;
    align-items: center;
}

.related-products {
    margin-top: 60px;
}

.related-products .shop-item .inner-box .lower-content h3 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 14px;
    line-height: 25px;
    min-height: 85px;
    display: flex;
    align-items: center;
}

.styled-pagination li.active a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #f2d046;
    border-color: #f2d046;
}

/*
 * mobile header
 */

.mobile_header_btn {
    display: none;
}

.mobile_menu_btns , .mobile_menu_address , .navbar-collapse .phone,
.navbar-header > a , .main-menu .navigation > li.list_title {
    display: none;
}

.header-lower {
    transition: all .3s linear;
}

.project-section .services-block-two .inner-box .lower-content {
    /*display: none;*/
}

/*@media screen and (max-width: 768px) {*/
@media screen and (max-width: 1023px) {

    .header-lower > .auto-container {
        width: 100%;
    }

    .sticky-header {
        display: none!important;
    }

    .header-upper .auto-container {
        /*display: flex;*/
    }

    .navbar-header > a , .mobile_menu_address , .mobile_menu_btns  {
        display: block;
    }

    .header-upper .logo-outer {
        display: flex;
        justify-content: space-between;
    }

    .main-header .header-upper .auto-container .info-box .theme-btn {
        display: none;
    }

    .main-header .header-upper .auto-container .info-box {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }

    .main-header .header-upper .auto-container .info-box .icon-box {
        margin-right: 15px;
    }

    .main-header .header-upper .auto-container .info-box ul {
        min-width: 185px;
        max-width: 200px;
        text-align: left;
    }

    .main-header .header-upper .mobile_header_btn {
        display: block;
        padding: 11px;
        font-size: 16px;
        line-height: 20px;
        padding-left: 25px;
        padding-right: 25px;
    }

    /*
     * menu mobile icons
     */
    .main-menu {
        width: 100%;
        height: 100%;
        min-height: 40px;
    }

    .main-menu .navbar-header {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    .main-header .header-upper {
        display: none;
    }

    .header-style-three .header-lower, .main-menu .navbar-collapse > .navigation {
        background: #fff;
        display: flex;
        flex-direction: column;
    }


    #nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
        width: 30px;
        height: 30px;
        position: relative;
        margin-left: auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    #nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
        display: block;
        height: 3px;
        width: 100%;
        background: #2ea7e5;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    /* Icon 4 */
    #nav-icon4 {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    #nav-icon4 span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #nav-icon4 span:nth-child(2) {
        top: 18px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #nav-icon4 span:nth-child(3) {
        top: 36px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #nav-icon4.open span {
        width: 95%;
    }

    #nav-icon4.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -3px;
        left: 8px;
    }

    #nav-icon4.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    #nav-icon4.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 39px;
        left: 8px;
    }

    .main-menu .navbar-collapse > .navigation > li > a {
        margin: 12px 30px 0px 30px !important;
        line-height: 22px;
        color: #000;
        background: #fff;
        text-align: left;
        font-size: 16px;
        padding: 0 !important;
        padding-bottom: 10px !important;
        border-bottom: 1px solid rgb(0 0 0 / 10%) !important;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;

    }

    .navbar-collapse {
        inset: 0px;
        width: 100%;
        z-index: -1;
        background: rgb(255, 255, 255);
        overflow: auto;
        position: fixed;
        height: calc(100% - 55px);
        margin-top: 50px !important;
    }

    .main-menu .collapse.in {
        z-index: -1;
        background: rgb(255, 255, 255);
        overflow: auto;
        position: fixed;
        height: calc(100% - 50px);
        margin-top: 64px !important
    }

    .main-menu .collapse.in, .main-menu .collapsing {
        max-height: 100vh;
        overflow: auto;
        padding: 0px 0px 0px;
        border: none;
        margin: 0px 0px 15px;
        -ms-border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        inset: 0px;
        width: 100%;
        z-index: -1;
        background: rgb(255, 255, 255);
        overflow: auto;
        position: fixed;
    }

    .main-menu .navbar-collapse > .navigation > li.list_title {
        padding: 12px 30px 11px 30px !important;
        line-height: 22px;
        color: #000;
        background: #262626;
        text-align: left;
        font-size: 16px;
        background: #fff;
        font-weight: 700;
        text-transform: uppercase;
        padding-bottom: 0 !important;
        margin-bottom: 6px !important;
    }

    .navbar-collapse .mobile_menu_btns {
        width: 100%;
        padding: 0px 30px;
        margin-bottom: 20px;
        max-width: 250px;
        margin-top: 25px;
    }

    .navbar-collapse .mobile_menu_btns a {
        position: relative;
        z-index: 4;
        cursor: pointer;
        border: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 11px 25px;
        border-radius: 2px;
        color: #000;
        font-size: 1.4rem;
        line-height: 1.4rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        overflow: hidden;
        max-width: 100%;
        padding: 12px 0px;
        width: 100%;
        text-align: center;
    }

    .navbar-collapse .phone {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* justify-content: center; */
        padding: 10px 30px;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .navbar-collapse .phone span {
        width: 25px;
        height: 25px;
        font-size: 20px;
        margin-right: 5px;
    }

    .navbar-collapse .phone .phone--logo {
        width: 26.31px;
        height: 26.26px
    }

    .navbar-collapse .phone .phone_wrap {
        display: flex;
        flex-direction: column;
    }

    .navbar-collapse .phone .label {
        font-size: .8rem;
        line-height: .8rem;
        letter-spacing: .05em;
        color: #000;
        margin: 0;
        text-align: left;
        padding: 0!important;
        padding-bottom: 2.5px!important;
    }

    .navbar-collapse .phone .phone-link {
        font-size: 2rem;
        line-height: 2.4rem;
        color: #000;
    }


    .navbar-collapse .mobile_menu_address {
        padding: 10px 30px;
    }

    .mobile_line_sticky {
        position: fixed!important;
        opacity: 1;
        visibility: visible;
        left: 0px;
        top: 0px;
        width: 100%;
        z-index: 0;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;


        -ms-animation-name: fadeInDown;
        -moz-animation-name: fadeInDown;
        -op-animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -ms-animation-duration: 500ms;
        -moz-animation-duration: 500ms;
        -op-animation-duration: 500ms;
        -webkit-animation-duration: 500ms;
        animation-duration: 500ms;
        -ms-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -op-animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -ms-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -op-animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

    .main-menu .navbar-collapse > .navigation > li:hover > a {
        background : #fff;
    }



    /*
     * карточки на главной
     */

    .project-section .services-block-two .inner-box .lower-content{
        position:relative;
        display: block;
        padding-top:16px;
    }

    .project-section .services-block-two .lower-content h3{
        position:relative;
        font-size:18px;
        font-weight:600;
        padding-bottom:14px;
    }

    .project-section .services-block-two .lower-content h3:after{
        position:absolute;
        content:'';
        left:0px;
        bottom:0px;
        width:50px;
        height:2px;
        background-color:#9b9b9b;
        transition:all 500ms ease;
        -moz-transition:all 500ms ease;
        -webkit-transition:all 500ms ease;
        -ms-transition:all 500ms ease;
        -o-transition:all 500ms ease;
    }

    .project-section .services-block-two .inner-box:hover .lower-content h3:after{
        width:100%;
        background-color:#fbd848;
    }

    .project-section .services-block-two .inner-box .lower-content h3 a{
        color:#242424;
        transition:all 500ms ease;
        -moz-transition:all 500ms ease;
        -webkit-transition:all 500ms ease;
        -ms-transition:all 500ms ease;
        -o-transition:all 500ms ease;
    }

    .project-section .services-block-two.inner-box .lower-content h3 a:hover{
        color:#f2d046;
    }


    .template-index-products .services-block-two .inner-box .lower-content h3 a {
        color: #fff;
    }

    .template-index-products .content-overlay ,
    .template-index-services .content-overlay {
        display: none!important;
        visibility: hidden;
    }

    .scroll-to-top {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }


    .navbar-header a {
        /*position: absolute;*/
        top: 0;
        bottom: 0;
        /* padding: 8px; */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .navbar-header a img {
        max-height: 40px;
    }

}






@media only screen and (max-width: 1023px) {
    .header-style-three .header-upper .logo-outer, .header-style-four .header-upper .logo-outer {
        width: inherit;
        text-align: inherit;
    }

    .main-header .header-upper .upper-right {
        width: 75%;
        text-align: inherit;
        display: flex;
    }
}


.product_mobile_info {
    display: none;
}

.product_dekstop_info {
    display: block;
}

.template-index-products .index_card_link ,
.template-index-services .index_card_link {
    display: none!important;
}

@media screen and (max-width: 768px) {

    .product_dekstop_info {
        display: none;
    }

    .product_mobile_info {
        display: block;
    }

    .product-details .info-column {
        margin-bottom: 0px;
    }

    .template-index-products .index_card_link ,
    .template-index-services .index_card_link {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: inline-block!important;
    }

}

/*
 * update design colors
 */

a , a:focus, a:hover {
    color: #2ea7e5;
}


.template-index-products {
    background-color: #28166a;
}


.main-footer {
   background: #29166f;
}


 .call-back-section:before,
 .template-index-products  .services-block-two .inner-box .image .content-overlay,
 .template-index-services  .services-block-two .inner-box .image .content-overlay,
 {
     background-color: rgb(46 167 229 / 90%);
}

.services-block-two .inner-box .image .content-overlay .content-box h4 a {
    color: #fff;
}


.main-header .search-box-outer .dropdown-menu, .btn-style-one, .btn-style-one:hover, .btn-style-two:hover, .btn-style-three:hover, .social-icon-one li a:hover, .services-block .inner-box .image, .main-header .search-panel input:focus, .main-header .search-panel select:focus, .project-section .sec-title .projects, .services-section .owl-prev:hover, .services-section .owl-next:hover, .call-back-form input[type="text"], .call-back-form input[type="email"], .call-back-form input[type="password"], .call-back-form select, .call-back-form textarea, .btn-style-four:hover, .btn-style-five:hover, .sidebar .popular-tags a:hover, .time-counter .time-countdown .counter-column, .ui-state-active, .ui-widget-content .ui-state-active, .form-group .ui-selectmenu-button.ui-button, .faq-search-box .form-group input:focus, .faq-form-section .form-group input[type="text"]:focus, .faq-form-section .form-group input[type="email"]:focus, .faq-form-section .form-group textarea:focus, .comment-form .form-group input[type="text"]:focus, .comment-form .form-group input[type="email"]:focus, .comment-form .form-group textarea:focus, .shop-form input:focus, .shop-form select:focus, .shop-form textarea:focus, .shop-comment-form .form-group input[type="text"]:focus, .shop-comment-form .form-group input[type="password"]:focus, .shop-comment-form .form-group input[type="tel"]:focus, .shop-comment-form .form-group input[type="email"]:focus, .shop-comment-form .form-group select:focus, .shop-comment-form .form-group textarea:focus, .contact-form input[type="text"]:focus, .contact-form input[type="email"]:focus, .contact-form input[type="password"]:focus, .contact-form select:focus, .contact-form textarea:focus {
    border-color: #2ea7e5;
}

.project-section .sec-title .projects:hover {
    border-color: #fff;
}


.contact-form .theme-btn  {
    /*background-color: #28166a;*/
    /*color: #2ea7e5;*/
    /*border-color: #2ea7e5;*/
    transition: all .3s linear;
    background-color: #fff;
    color: #29166f;
    border-color: #29166f;
}
.contact-form .theme-btn:hover {
    /*background-color: #2ea7e5;*/
    /*color: #28166a;*/
    /*border-color: #28166a;*/
    transition: all .3s linear;
    background-color: #fff;
    color: #2ea7e5;
    border-color: #2ea7e5;

}

.header-style-three .info-box .theme-btn {
    background-color: #28166a;
    color: #fff;
    border-color: #fff;
    transition: all .3s linear;
}
.header-style-three .info-box .theme-btn:hover {
    background-color: #fff;
    color: #28166a;
    border-color: #28166a;
}


.btn-style-one, .testimonial-section, .scroll-to-top:hover, .btn-style-two:hover, .call-to-action, .sec-title h2:after, .main-menu .navigation > li > ul > li > a:hover, .main-menu .navigation > li > ul > li > ul > li > a:hover, .video-section .title:before, .about-section .content-column .inner-column h2:before, .aproach-section .title-column h2:after, .main-footer .footer-widget h2:after, .header-style-two .header-top, .btn-style-three:hover, .fluid-section-two .outer-container, .team-section .title-column h2:after, .fluid-section-one .outer-container, .subscribe-section .subscribe-form .form-group input[type="submit"], .subscribe-section .subscribe-form button, .company-section .image-column .image:before, .history-section .title-column h2:after, .year-block .inner-box .year, .sidebar-title h2:after, .btn-style-four:hover, .btn-style-five:hover, .shop-features-section, .sidebar-page-container .group-title h2:after, .sidebar .popular-tags a:hover, .gallery-item .overlay-inner .link, .blog-cat li.active a, .blog-cat li a:hover, .ui-state-active, .ui-widget-content .ui-state-active, .accordion-box .block .acc-btn.active .icon-outer .icon-minus, .description-section .info-column .inner-column, .shop-comment-form h2:before, .contact-section .contact-title:after, .services-block .inner-box:hover .lower-content h3:after, .news-block-three .inner-box .lower-content .upper-box .posted-date, .shop-single .product-details .prod-tabs .tab-btns .tab-btn, .shop-single .product-details .prod-tabs .tab-btns .tab-btn:before, .main-menu .navbar-header .navbar-toggle {
    background-color: #2ea7e5;
    color: #28166a;
    border-color: #28166a;
}

.sec-title h2:after {
    background-color: #28166a;
}

.services-block-two .inner-box .image .content-overlay .overlay-inner {
    background-color: rgb(46 167 229 / 90%);
}

.services-block-two .inner-box .image .content-overlay .content-box .detail {
    color: #28166a;
}

.sticky-header {
    background: #29166f;
}

.main-footer .footer-widget h2:after {
    background-color: #fff;
}

.main-header .header-upper ,
.header-style-three .header-lower {
    background: #29166f;
}


.main-header .info-box .icon-box .flaticon-technology-1 ,
.main-header .info-box .icon-box .flaticon-placeholder-3,
.main-header .info-box li,
.main-header .info-box li a
{
    color: #fff;
}

.header-style-three .nav-outer {
    display: flex;
}

.main-menu .navigation > li:hover > a {
    color: #2ea7e5;
}

.main-header .header-upper .logo img {
    /*min-width: 300px;*/
    min-width: 200px;
}

.header-upper .auto-container {
    display: flex;
    align-items: center;
    background-color: #2ea7e5;
    box-shadow: 0px 0px 40px 40px rgb(41 22 111) inset;
}


a, .theme_color, .btn-style-one:hover, .error-section h1, .cat-list li a:hover, .error-section .theme-btn:hover, .video-section .play-btn .icon, .main-footer .list li a:hover, .social-icon-one li a:hover, .social-icon-two li a:hover, .page-info .bread-crumb li a, .page-info .bread-crumb li a:hover, .social-icon-three li a:hover, .brochure-box .inner .icon, .time-counter .time-countdown .counter-column, .time-counter .time-countdown .counter-column .count, .gallery-item .inner-box h3 a:hover, .main-header .header-top .top-left .links li a:hover, .main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a, .team-block .inner-box .lower-box h3 a:hover, .news-block .inner-box .lower-box .read-more:hover, .news-block .inner-box .lower-box h3 a:hover, .services-block-three .inner-box .lower-content h3 a:hover, .services-section .owl-prev:hover, .services-section .owl-next:hover, .services-block .inner-box .lower-content h3 a:hover, .main-header .sticky-header .main-menu .navigation > li > a:hover, .main-header .sticky-header .main-menu .navigation > li.current > a, .featured-block .featured-inner .content h3 a:hover, .shop-item .inner-box .lower-content h3 a:hover, .cart-table tbody tr .remove-btn:hover, .shop-comment-form .rating-box .rating a:hover, .shop-single .comments-area .comment .comment-inner .rating .fa, .products-section .content-column .inner-column h2 span, .news-block-three .inner-box .lower-content .lower-box h3 a:hover {
    color: #2ea7e5;
}



.main-header .info-box {
    margin-left: 15px;
    padding-left: 35px;
    display: flex;
    align-items: center;
}

.main-header .info-box .icon-box {
    top: 25px;
}


.main-header .info-box li {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}

.navbar-collapse .navigation li  a  {
    font-size: 20px!important;
    font-weight: bold;
}

.header-style-three .info-box:last-child:last-child {
    min-height: 75px;
}


#ajax_container .theme-btn {
    margin: 0 auto;
    max-width: 215px;
    display: flex;
    transition: all .3s linear;
    background-color: #fff;
    color: #29166f;
    border-color: #29166f;
}

#ajax_container .theme-btn:hover {
    transition: all .3s linear;
    background-color: #fff;
    color: #2ea7e5;
    border-color: #2ea7e5;
}

@media screen and (max-width: 1020px) {

    .main-menu .navbar-collapse {
        /*height: 0!important;*/
        /*overflow: hidden!important;*/
        display: none!important;
    }
    .main-menu .navbar-collapse.in {
        /*height: 100%!important;*/
        /*overflow: visible!important;*/
        display: block!important;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    .navbar-header {
        padding: 12px 0px;
    }
}

@media screen and (max-width: 768px) {

    .main-slider .text br:first-child {
        display: none;
    }

}

@media screen and (max-width: 355px) {
    .main-slider h2 {
        width: 100%;
        display: inline-block;
        word-break: break-word;
        max-width: 300px;
    }

}



.featured-block .featured-inner .content h3 a ,
.featured-block .featured-inner .content h3 a:hover {
    pointer-events: none;
}


.main-header .info-box:first-child {
    min-height: 75px;
}



.template-index-products .services-block-two .lower-content {}
.template-index-products .services-block-two .lower-content h3 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 14px;
    line-height: 25px;
    min-height: 65px;
    display: flex;
    align-items: center;
}
.template-index-products .services-block-two .lower-content h3:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 2px;
    background-color: #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.template-index-products .services-block-two .lower-content h3 a {
    color: #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}


.template-index-products .services-block-two:hover .lower-content h3:after {
    width: 100%;
}

.template-index-products .services-block-two:hover .lower-content a {
    /*display: none;*/
    /*visibility: hidden;*/
    /*height: 0;*/
    color: transparent;
}

.template-index-products .services-block-two .lower-content:hover {
    pointer-events: none;
}


.template-index-services {}

.template-index-services .services-block-two .lower-content {}
.template-index-services .services-block-two .lower-content h3 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 14px;
    line-height: 25px;
    min-height: 65px;
    display: flex;
    align-items: center;
}
.template-index-services .services-block-two .lower-content h3:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 2px;
    background-color: #242424;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.template-index-services .services-block-two .lower-content h3 a {
    color: #242424;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}


.template-index-services .services-block-two:hover .lower-content h3:after {
    width: 100%;
}

.template-index-services .services-block-two:hover .lower-content a {
    /*display: none;*/
    /*visibility: hidden;*/
    /*height: 0;*/
    color: transparent;
}


.template-index-services .services-block-two .lower-content:hover {
    pointer-events: none;
}



/* blog part */

.blog-page-section {}
.blog-page-section .news-block-three .posted-date {
    color: #fff!important;
}

.blog-page-section .news-block-three .theme-btn:hover {
    color: #fff;
    border-color: #fff;
}

.styled-pagination li a:hover, .styled-pagination li.active span {
    position: relative;
    display: inline-block;
    line-height: 42px;
    height: 44px;
    font-size: 16px;
    min-width: 45px;
    color: #4349d9;
    font-weight: 700;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    border: 2px solid #4349d9;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    font-family: 'Open Sans', sans-serif;
}

.styled-pagination li a:hover, .styled-pagination li.disabled span {
    position: relative;
    display: inline-block;
    line-height: 42px;
    height: 44px;
    font-size: 16px;
    min-width: 45px;
    color: lightgrey;
    font-weight: 700;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    border: 2px solid lightgrey;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.styled-pagination li a:hover, .styled-pagination li.active span {
    color: #ffffff;
    border-color: #4349d9;
    background-color: #4349d9;
}

.blog-page-section {
    padding: 50px 0 50px;
}

.blog-page-section .auto-container .text {
    position: relative;
    color: #2d2d2d;
    font-size: 20px;
    font-style: italic;
    line-height: 1.6em;
    margin-bottom: 40px;
    font-family: 'Lora', serif;
}

.related_block {}
.related_block .lower-box a {
    /*margin-top: 25px;*/
}

.related_block .lower-box a:hover {
    color: #ffffff;
    border-color: #4349d9;
    background-color: #4349d9;
}

.news-block-three .posted-date {
    color: #fff!important;
}


.index_related_block {}
.index_related_block .sec-title {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index_related_block .projects {
    border-bottom: 1px solid #2ea7e5;
}

.news-block-three .posted-date  {
    padding: 7px 16px!important;
    font-size: 14px!important;
}

.index_related_block .post_title {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 18px;
    color: #242424;
    font-family: 'Poppins', sans-serif;
}

.index_related_block .post_title a {
    position: relative;
    color: #242424;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.index_related_block .lower-box h3 a:hover {
    color: #2ea7e5;
    background-color: transparent!important;
    border-color: transparent!important;
}

.index_related_block .lower-box h3 p {
     position: relative;
     color: #2d2d2d;
     font-size: 16px;
     line-height: 1.9em;
     /* margin-bottom: 35px; */
     font-family: 'Open Sans', sans-serif;
     font-weight: normal;
 }

.news-block-three .inner-box .lower-content .lower-box .text {
    min-height: 75px
}
.news-block-three .inner-box .lower-content .lower-box .text p {
    word-break: break-word;
}

/*************/
.h-report-c h2{
	font-size: 21px;
    font-weight: 600;
	margin: 20px 0;
}
.h-report-c ul{
	margin:20px;
}
.h-report-c{
	margin-top:50px;
}
.h-report-l{
	
}
.h-report-r{
	
}