/*
Theme Name: Vishal
Theme URI: https://wordpress.org/themes/twentytwentythree
Author: Vishal Gupta
Author URI: https://wordpress.org
Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Requires at least: 6.1
Tested up to: 6.8
Requires PHP: 5.6
Version: 1.6
License: GNU General Public License v2 or later
*/

.my_bg{
    background: #002a21 !important;
}

.my_bg h4{
color: #fff;
    font-size: 19px;
}

.wd_100{
    width: 100%;
}

.custom_team{
    background: #fff !important;

}

.custom_team .team-content h3{
    color: #002a21  !important;
}
.custom_team .team-content span{
    color: #002a21  !important;
}

.custom_team .team-content p{
    color: #002a21  !important;
}

.cf7x .contact-form-wrapper{
    /* background: #fff !important; */
}

.btcx{
    background: #012c24;
    border-color: #012c24;
}

.dropdown ul{
width: 100px;
}