/*
Theme Name: caringwithcolor
Theme URI: http://caringwithcolor.com/
Author: Rajesh
Author URI: getrajeshonline@gmail.com
Description: A new way to look at education
Version: 1.0.0
Tested up to: 5.4
Requires PHP: Min 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: caringwithcolor
Tags:
This is a private theme is created on 2021 and is ©copyrighted by CaringWithColors
Use of the theme, styles or any parts of the website in any other website is completely illegal.
CaringWithColor is created by Rajesh as per the contract with https://thoughtpickers.com/, (C) 2016-2022 ThoughtPickers, Inc.
*/

.page-id-225 .banner-caption-orange h1 {
    font-size: 34px;
}
.menu-dropdown .dropdown-menu[data-bs-popper] {
    top: 70%;
    left: 17px;
    margin-top: 0.125rem;
    padding: 0;
    font-size: 14px;
	width:100%;
}
.menu-dropdown .dropdown-item {
    border-bottom: 1px dashed #e3e3e3 !important;
	padding: 0.4rem 1rem;
	background-color: #164444;
	color: #ffffff;
}
.menu-dropdown .dropdown-menu.show:before{
    content:"";
    position:absolute;
    width:15px;
    height:15px;
    background:#164444;
    top:-4px;
    left:10px;
    transform:rotate(45deg)
}
.menu-dropdown  .dropdown-item:focus, .menu-dropdown .dropdown-item:hover {
    color: #ffc7aa !important;
}
@media (max-width: 991.98px) {
	.menu-dropdown .dropdown-menu.show:before{
		display:none;
	}
}