/*
 Theme Name:     divi financial - Consulting and Business Child Theme
 Theme URI:      https://divi.wplayouts.com/divifinancial
 Description:    Premium divi financial - Consulting and Business Child Theme  <a href="https://divi.wplayouts.com/divifinancial">View Demo</a>
 Author:         WP layouts
 Author URI:     https://wplayouts.com/
 Template:       Divi
 Version:        1.0
 License:     	 GNU General Public License v2 or later
 License URI: 	 http://www.gnu.org/licenses/gpl-2.0.html
*/


/* custom css for Header part */
#header-none-sticky{position:absolute; width:100%;}
#header-none-sticky.et_pb_sticky{
	
  backdrop-filter: blur(10px);
  animation: slideDown 0.90s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-110%);
  }
  to {
    transform: translateY(0);
  }
}

/* End custom css for Header part */

/* custom css for Form Home page */

#request-from-home{
	box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.1);
    border-radius: 5px;
}


.wpl-service-box .et_pb_module-box:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom top;
    background: #152b5a;
    z-index: -1;
    transition: transform 0.5s;
}

.wpl-service-box .et_pb_module-box:hover::after {
    transform: scaleY(1);
}

.wpl-service-box .et_pb_module-box:hover .et-pb-icon{
	color:#fde428 !important;
}

.wpl-service-box .et_pb_module-box:hover  .et_pb_module_header, .wpl-service-box .et_pb_module-box:hover .et_pb_blurb_description{
	color:#fff !important;
}

#page-container .wpl-service-box .et_pb_module-box:hover a.service-box-button{
	color:#fde428 !important;
}


/* team custom css*/

.finance-team-home .et_pb_team_member_image{max-width: 100%; margin-bottom:0;}

.finance-team-home .et_pb_team_member_description {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    padding: 15px 5px;
    background: #eee;
}

.finance-team-home .et_pb_member_social_links li a {
    background: #f4f5f7;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin: 15px;
    padding-top: 4px;
}
/*  home-pagenews-section*/
.hme-letestnews-sec .post-content-inner {
    margin-bottom: 10px;
}
@media only screen and (min-width:1280px)
{
.hme-letestnews-sec a.more-link {
    margin-left: 70%;
}
	}
@media only screen and (min-width:1279px)
{
.hme-letestnews-sec a.more-link {
    margin-left: 60%;
}
	}
/*Contact-form-cs  */
.contct-frm-sub .et_pb_contact_reset, .et_pb_contact_submit {
    background: #0d0068;
    border: none;
    color: #ffffff;
    padding: 13px 32px;
    font-size: 16px;
    position: relative;
    z-index: 9;
    display: inline-block;
    
    border-radius: 8px;
}

.contct-frm-sub .et_contact_bottom_container {
    float: left;
    margin-top: 1.5%;
    display: flex;
}
.contct-frm-sub .et_pb_contact_reset:hover, .et_pb_contact_submit:hover {
    background-color: #0d0068 !important;
	color: #fde428 !important;
}

.contct-frm-sub .et_pb_button:hover, .et_pb_module .et_pb_button:hover {
    border: 2px solid transparent;
    padding: 13px 32px;
}
/* blog-page */
.sidebr-blg-cs .widget_search input#s, .widget_search input#searchsubmit {
    padding: .7em;
    height: 40px !important;
    margin: 0;
    font-size: 14px;
    line-height: normal !important;
    border: 1px solid #ddd;
    color: #0d0068;
    font-weight: 500;
    background: #ffffff;
}

.sidebr-blg-cs article {
    box-shadow: 0px 6px 24px 0px rgba(0,0,0,0.05);
    padding: 15px;
}
/* home2-testimonial-section */
.testi-txt span.et_pb_testimonial_author {
    margin-top: 6px;
}