/*
Theme Name: Earna-child
Author: 
Description: Your description goes here
Version: 1.0
Template: earna

This is the child theme for Earna theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/*****************Home page ******************/

/*slider section start */

div.slider-banner .banner-area.text-default h2 {
    font-size: 48px;
    line-height: 58px;
}

div.slider-banner .banner-area.text-default h4 {
    background: linear-gradient(90deg, #172df8 0%, #ff6700 37%);
    background-clip: text;
}

div.slider-banner .btn-gradient::after{
    display: none ;
}

div.slider-banner a.btn{
    background-color: #172df8;
}

div.slider-banner a.btn:hover{
    background-color: transparent;
    color: #172df8;
    border: 1px solid #172df8;
}

/*slider section end */


.what-we-do h2 {
    font-size: 18px;
    line-height: 28px;
    max-width: 500px;
    text-align: justify;
}

.what-we-do .services-content .row{
    justify-content: center;
}

p {
    color: inherit !important;
}

div.attr-nav, footer .address ul li:first-child {
    display: none !important;
}

/*div.top-bar-area {*/
/*    display: none;*/
/*}*/

.what_we_do .item{
    background-color: #fff;
}

.contact-area .info ul li {
    align-items: center;
}

.contact-area .form-box input, .contact-area .form-box textarea {
    padding-left: 10px !important;
}

footer.bg-dark {
    background-color: #172df8 !important;
}

footer.bg-dark, footer.bg-dark p, footer.bg-dark li, footer.bg-dark span, footer .f-items .f-item.link li a, footer .f-items .f-item .address li .content, footer .f-items .f-item .address li .content a, footer .f-items .f-item .address li i {
    color: #fff !important;
}

/*footer .footer-bottom-box::after {*/
/*    background: #ce8450!important;*/
/*    opacity: 1 !important;*/
/*}*/

footer .footer-bottom-box::after{
    display: none;
}

div.bg-dark {
    background-color: #172df8 !important;
}

.partner-area::after {
    background: inherit !important; 
}

.partner-area .item-box {
    padding: 100px 0 !important;
}

.partner-area .item-box::after {
    background: linear-gradient(90deg, #172DF8 57%, #959cdf 100%) !important;
}

.who_we_are .about-us-area .about-items .thumb::after, .who_we_are .about-us-area .about-items .thumb h2, .who_we_are .about-us-area .author, .who_we_are .about-us-area .about-items .info ul{
    display: none !important;
}

.contact_form .contact-area .info ul li i {
    background: #f87217 !important;
    color: #fff !important;
}

.page-id-1606 .bg-cover {
    background-position: top center !important;
}

footer .f-items.default-padding {
    padding: 50px 0;
    border-bottom: 1px solid #fff;
}

.footer-bottom .row {
    align-items: center;
}

.mbb-0 p{
    margin-bottom: 0;
}

.what_box .item {
    min-height: 290px;
}

.what-we-home p{
    color: #000;
}

.our-team .bg-gray {
    background: inherit !important;
}

.client-logo {
    padding: 80px 0;
    display: none;
}

/*.page-id-1418 div.bg-cover, .page-id-1736 div.bg-cover, .page-id-1606 div.bg-cover {*/
/*    background-position: top center !important;*/
/*    background-size: cover !important;*/
/*}*/

.iconBox .elementor-widget-container {
    min-height: 188px;
}

/*****************subscribe form ***********************/

section.subscribe {
    position: relative;
}

.subscribeEmail p{
    display : flex;
}

.subscribeEmail p input[type="email"] {
    border: none;
    padding-left: 25px;
    background: transparent;
    color: #fff;
}

.subscribeEmail p input::placeholder{
    color: #fff;
}

.subscribeEmail p {
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 15px;
    padding: 10px;
}

.subscribeEmail input[type=submit] {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px 50px;
    background-color: #fff;
    color: #172df8;
    transition: all 0.4s ease 0s;
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
}

/* .subscribeEmail input[type=submit]:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
} */

.subscribeEmail .wpcf7-spinner{
    display: none;
}

/*4-4-24 csss*/

.top-bar-area {
    display: none;
}
.searvicesBox .single-item .item {
    min-height: 590px;
}
.services-area .services-items .single-item .item:hover p {
    color: #fff !important;
}
.content.socialLink a i {
    font-size: 24px;
}
.align_center .elementor-container {
    justify-content: center;
}

.services-area .services-items .item .info > i{
    display: none !important;
}

.searvicesBox .services-icon img {
    width: 50px;
    height: auto;
    filter: brightness(0) invert(1);
}

/*.services-icon img {*/
/*    filter: brightness(100);*/
/*}*/

.searvicesBox .services-icon {
    position: relative;
    background: linear-gradient(90deg, #f87217 57%, #172df8 100%);
    padding: 25px;
    border-radius: 50%;
    max-width: max-content;
    width: 100px;
    height: 100px;
    margin-bottom: 25px;
    transition: all 0.35s ease-in-out;
    display: flex;
    align-items: center;
}

.services-area .services-items .single-item .item:hover .services-icon{
    background: #fff;
}

.services-area .services-items .single-item .item:hover .services-icon img{
   filter: unset;
}

.searvicesBox .services-icon::after {
    position: absolute;
    right: 8px;
    bottom: 0;
    content: "";
    height: 20px;
    width: 20px;
    background: #1273eb;
    z-index: 99;
    border-radius: 50%;
    border: 3px solid #ffffff;
    background-color: #172DF8;
}


/*end 4-4-24 csss*/

@media (min-width: 1024px){
    
    nav.navbar.bootsnav.menu-center ul.nav.navbar-center {
        margin: inherit !important;
        margin-left: auto !important;
    }
    
}
