/*
Theme Name: Divi Child
Description: DSO Marketing Excelerator
Author: DSO Marketing Excelerator
Author URI: http://dso.website-development.info/
Template: Divi
Version: 1.0.0
*/

/* Add custom CSS here */
html, body {
    overflow-x: hidden;
}
body #main-content .et_pb_button {
    padding: 12px 25px !important;
}
body #main-content .et_pb_button:hover{
    padding: 12px 35px 12px 20px !important;
}
sup{
    font-size: 0.65rem;
}
.et_pb_module.et_pb_video {
    overflow: visible;
}
#main-content .et_pb_button.outline-btn {
    background-color: transparent;
    border: 1px solid #19366c;
    color: #19366c !important;
}
#main-content  .et_pb_button.outline-btn:hover {
    background-color: #19366c !important;
    color: #fff !important;
}
.gform_footer input#gform_submit_button_1 {
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #19366c;
    border-radius: 8px;
    padding: 10px 25px;
    background: #19366c;
    cursor: pointer;
}
.pum-theme-1056 .pum-content, .pum-theme-lightbox .pum-content {
    font-weight: 300 !important;
}
.hero-section::before {
    position: absolute;
    content: '';
    width: 110%;
    height: 100%;
    border-radius:  0 0 0 40px;
    background: #19366c;
    top: -36%;
    left: -1.5%;
    transform: rotate(-8deg);
    -webkit-border-radius:  0 0 0 40px;
    -moz-border-radius:  0 0 0 40px;
    -ms-border-radius:  0 0 0 40px;
    -o-border-radius:  0 0 0 40px;
}
 
.border-rounded .et_pb_video_overlay {
    border-radius: 15px;
}
.et_pb_blurb_container .et_pb_module_header,.et_pb_blurb_container .et_pb_blurb_description {
    padding: 0 15px 10px;
}
.gform_wrapper.gravity-theme .gfield_label {
    display: block;
    text-align: left;
}
/* Menu style */
.et_pb_menu_0_tb_header.et_pb_menu ul .GS-btn a, .et_pb_menu_0_tb_header.et_pb_menu ul .GS-btn a:hover {
    padding: 15px 24px !important;
    background-color: #19366c;
    color: #fff !important;
    border-radius: 8px;
    align-self: center;
    max-width: 300px;
    text-align: center;
    opacity: 1;
}

/* Badges */
.about-badges, .about-badges li {
    list-style-type: none;
}

.about-badges li {
    font-size: 12px;
    background: #f4f4f4;
    padding: 8px 10px !important;
    border-radius: 10px;
}
.about-badges li:first-child{
background-color: #E6EFEC;
color: #19366c;
}
.about-badges li:nth-child(2){
    background-color: #F8ECF1;
    color: #A6192E;
}
.about-badges li:nth-child(3){
    background-color: #F8F2EC;
    color: #BE7B45;
}
.about-badges {
    display: flex;
    gap: 15px;
    padding: 0 !important;
}

/* Floating data */
.floating-data {
    position: absolute;
    margin: 0 !important;
    right: 20px;
    top: 20px;
    width: 125px;
    height: 125px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.015em;
    background: #19366c;
    color: #fff;
    border-radius: 50%;
}
.floating-data span{
    color: #F6AE2D;
}


/* Dots bg */
.dots_bg {
    position: relative;
    overflow: visible !important;
}

.dots_bg::before {
    content: '';
    background-image: url(http://dso.website-development.info/wp-content/uploads/2023/05/dots-horizontal.png);
    width: 190px;
    height: 100px;
    background-size: cover;
    position: absolute;
    right: -50px;
    top: -20px;
}



/* Subscribe form */
.subscribe-form_wrapper h2.gform_title {
    display: none;
}
.subscribe-form_wrapper h2.gform_title {
    display: none;
}

.subscribe-form {
    position: relative;
/*     display: flex; */
	padding:30px;
    box-shadow: 0px 4px 30px -5px rgba(0, 0, 0, 0.15);
	border-radius: 15px;
}

.home-subscribe-form .gform_fields {
    row-gap: 15px!important;
}
.home-subscribe-form  .spacer.gfield{
	display:none;
}

.subscribe-form .gform_footer.top_label {
    padding: 0;
    margin: 15px 0 0;
}

.subscribe-form h2.gform_title {
    display: none;
}
.subscribe-form .gform_footer input[type="submit"] {
    margin: 0;
    height: 100%;
    background: #19366c;
    border: 0;
    color: #fff;
    padding: 10px 40px;
    cursor: pointer;
    border-radius: 0 10px 10px 0;
}

.subscribe-form .gform_body {flex: 1 1 auto;}

.subscribe-form .gform_body input[type="email"] , .subscribe-form .gform_body input[type="text"] , .subscribe-form .gform_body input[type="tel"] {
    padding: 15px 20px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #000;
}

.terms-link a {
    color: #fff ;
}






/* Responsive */
@media screen and (max-width:1920px){
    .hero-section::before {
        top: -30%;
    }
}
@media screen and (max-width:992px){
    .hero-section::before {
        top: -28%;
        left: -6%; 
    }
}
@media screen and (max-width:980px){
 .footer-menus .et_pb_menu__menu {
    display: block;
}  
	.footer-menus .et_mobile_nav_menu{
		display:none;
	}
}
@media screen and (max-width:768px){
    .row-sm-reverse {
        flex-direction: column-reverse;
        display: flex;
    }
    
    .row-sm-reverse .et_pb_column:last-child {
        margin-bottom: 30px !important;
    }
    .row-sm-reverse .et_pb_column:first-child {
        margin-bottom: 0px !important;
    }
}

@media screen and (max-width:667px){
    .about-badges{
        flex-direction: column;
    }
    .about-badges li{
        width: 100%;
        text-align: center;
    }
    .floating-data {
        right: 10px;
        top: 10px;
        width: 100px;
        height: 100px;
        font-size: 14px;
        line-height: 20px;
        padding: 10px;
    }
    .hero-section::before {
        width: 100%;
        height: 100%;
        top: -20%;
        left: 0;
        transform: rotate(0);
    }
    .copyright-wrapper > .et_pb_column {
        margin-bottom: 5px;
    }
    .subscribe-form .gform_footer input[type="submit"] {
        padding: 10px 10px;
    }
}
