/*
 Theme Name:   Divi Child
 Theme URI:    http://elegantthemes.com/
 Description:  Divi Child Theme
 Author:       ElegantThemes
 Author URI:   http://elegantthemes.com
 Template:     Divi
 Version:      0.1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  divi-child-theme
*/

/* ==== Add your own styles below this line ====
 * -------------------------------------------- */
 body {

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.menu-item i._mi {
    margin-top: -5px;
    color: #4FCE5D;
}
li.wa-header {
    position: absolute;
	right:0;
	top:27px;
}
li.wa-header a {
    border: 1px solid #010205;
    padding: 13px;
    padding-left: 20px;
    padding-right: 20px;
	padding-bottom: 13px!important;
    border-radius: 50px;
}

li.wa-header a:hover {
    background: #080e6a;
    color: #fff!important;
	border: 1px solid #080e6a;
	opacity:1!important;
}



.under:hover {
	text-decoration:underline;
}
.container.et_menu_container {
    z-index: 99;
    width: 90%;
    max-width: 1310px;
}
#et-top-navigation {
    float: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	padding-left: 0 !important;
}
#main-header {
    line-height: 23px;
    top: 0;
    background-color: #fff;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.container.et_menu_container {
    z-index: 99;
    width: 90%;
}

#footer-widgets .footer-widget li:before {
    display:none;
}

#main-footer .container {
    width: 90%;
    max-width: 1310px;
}
.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
    color: #020407;
}

.et_mobile_menu {
    position: absolute;
    left: 0;
    padding: 5%;
    background-color: #fff !important;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    z-index: 9999;
    border-top: 3px solid #57cd55;
}
.et_mobile_menu li a {
    border-bottom: 0px solid rgba(0, 0, 0, .03);
}

.custom-video-play-icon .et_pb_video_play:before {
        content: ""; /* Remove default icon content */
        background: url(/wp-content/uploads/2025/09/icon-play.svg) no-repeat center center;
        background-size: contain; /* Adjust as needed */
        font-size: 0; /* Hide default icon */
        height: 103px; /* Adjust size as needed */
        width: 103px; /* Adjust size as needed */
        display: block;
        left: 0;
        right: 0;
        margin: auto;
    }

.custom-video-play-icon a.et_pb_video_play {
        margin-left: 0 !important;
        left: 0;
        right: 0;
}

.flex-stap .text {
    font-size: 14px;
    color: #878C91;
}
.flex-stap .circle.g {
    width: 14px;
    height: 14px;
    background: #03B000;
    border-radius: 100%;
}
.flex-stap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-stap .circle.b {
    width: 14px;
    height: 14px;
    background: #080E69;
    border-radius: 100%;
}

.wa-header.mob {
	display:none;
}
.footer-widget .widget_media_image {
    max-width: 158px;
    width: 100%;
    margin-bottom: 25px !important;
}
.footer-widget {
    font-size: 14px !important;
    line-height: 24px;
}
.footer-widget h4.title {
	padding-bottom:30px;
	
}
#footer-widgets .footer-widget li {
    padding-left: 0px;
    position: relative;
    margin-bottom: 10px;
}
.et_pb_widget {
    margin-bottom: 25px !important;
}
.social-flex {
    display: flex;
    gap: 10px;
}

@media (max-width:980px) {
	li.wa-header.hidden {
		display:none;
	}
    .wa-header.mob {
        display: inline-block;
        position: absolute;
        right: 45px;
    }
	li.wa-header.mob a {
    border: 1px solid #010205;
    padding: 13px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 13px !important;
    border-radius: 50px;
    font-size: 14px;
    color: #010205;
}
}