/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/*.hdr-menu a{
    margin-left: 23px !important;
}*/
.bnr-btn svg{
    font-size: 10px;
}
.bnr-btn:hover svg path{
    fill:#F6BE00;
}
.srvc-main-sec:hover .srvc-title h3{
    color: #204BCE !important;
}
.srvc-main-sec:hover .plus-icon{
    display: none;
}
.srvc-main-sec .srvc-arrow-icon{
    display: none;
}
.srvc-main-sec:hover .srvc-arrow-icon{
    display: block;
}
.srvc-img a{
    width:100%;
}
.solutions-img-bx h3{
    margin: -5px 0 0 0 !important;
}
.about-icon-bx h3{
    margin: -3px 0 8px 0 !important;
}
.about-icon-bx svg{
    margin-top: 11px !important;
}
.about-icon-bx .elementor-icon{
    position: relative;
}
.about-icon-bx .elementor-icon::before{
    content: "";
    background: rgba(32, 75, 206, 0.2);
    height: 30px;
    width: 56px;
    position: absolute;
    top: 3px;
    right: -21px;
    border-radius: 100px 100px 0 0;
    transform: rotate(45deg);
}
.about-icon-bx-2 .elementor-icon{
    position: relative;
}
.about-icon-bx-2 .elementor-icon::before{
    content: "";
    background: rgba(32, 75, 206, 0.2);
    height: 30px;
    width: 56px;
    position: absolute;
    top: 3px;
    left: -21px;
    border-radius: 100px 100px 0 0;
    transform: rotate(-45deg);
}
.about-icon-bx-3 .elementor-icon{
    position: relative;
}
.about-icon-bx-3 .elementor-icon::before{
    content: "";
    background: rgba(32, 75, 206, 0.2);
    height: 30px;
    width: 54px;
    position: absolute;
    top: 22px;
    left: -22px;
    border-radius: 100px 100px 0 0;
    transform: rotate(-132deg);
}
.about-counter{
    position: relative;
}
.about-counter::after{
    content: "";
    background: #fff;
    height: 58px;
    width: 1px;
    position: absolute;
    top: 12px;
    right: -44px;
    background-repeat: no-repeat;
    opacity: 0.2;
}
.srvc-title a{
    font-family: "Breuer Text bold", Sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 34px !important;
}
.litreature-dual-heading span{
    color: #796E65;
}
.ltrture-loadmore-main-sec .loadMoreBtn{
    font-family: "Breuer Text bold", Sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 16px;
    color: #012169;
    background: #F6BE00;
    padding: 20px 45px 16px;
    border: 1px solid #F6BE00;
}
.ltrture-loadmore-main-sec .loadMoreBtn:hover{
    color: #F6BE00;
    background: transparent;
}
.ltrture-loadmore-main-sec{
    justify-content: center !important;
}
.cntct-icon-bx h3 {
    margin: -3px 0 -1px 0 !important;
}
.cntct-icon-bx a:hover{
    color: #204BCE !important;
}
.cntct-icon-list a:hover .elementor-icon-list-text{
    color: #204BCE !important;
}

@media(max-width:1025px){
    .counter-main-col{
        position: static !important;
        margin-top: 20px !important;
        justify-content: space-between !important;
    }
}
@media(max-width:767px){
    .about-counter::after{
        width: 0;
    }
    .counter-main-col {
        justify-content: center !important;
    }
}