/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.7.1.1683614274
Updated: 2023-05-09 06:37:54

*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

*{
	font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
a{
	color:#82af7c;
}
a:hover{
	color:#403b73;
}
a.text-logo h1{
	font-size: 39px;
    margin: 0;
    font-weight: 700;
    line-height: 49px;
    font-family: 'Raleway';
    color: #403b73 ;
}
.menu-item{
	padding:0px;
}
.menu-item a{
	padding:0px;
	text-transform: uppercase;
	color:#222;
	font-size: 16px;
}
footer .menu-item a{
	padding:0px;
	text-transform: uppercase;
	color:#fff;
	font-size: 16px;
}
h2 {
    color: #403b73;
    font-size: 24px;
    font-family: 'Raleway';
    font-weight: 700;
    text-transform: uppercase;
}
h3 {
    color: #000;
    font-size: 20px;
    font-family: 'Raleway' ;
    font-weight: 700;
}
.bg-footer{
	background-color: #403b73;
	color: rgba(255, 255, 255, 0.50);
	padding: 40px 0;
}
#menu-footer-menu{
	list-style: none;
    margin: 0;
}
#menu-footer-menu li:before {
    content: "\f101";
    font-family: "FontAwesome";
    float: left;
    margin-right: 5px;
    color: #fff;
}
span.copy-right{
	color:#fff;
}
span.copy-right a{
	color:#fff;
}
.menu{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 20px 0px;
	gap:15px;
}
ul.other_object {
	list-style-image: url('http://irpl.biz/goneril/wp-content/uploads/2025/08/ar.jpg');
}
ul.other_object li {
    margin-bottom: 20px;
}
ul.ul-user {
	list-style-image: url('http://irpl.biz/goneril/wp-content/uploads/2025/08/user-icon.png') ;
}
ul.ul-user li {
    margin-bottom: 30px;
}
li, p, span{
	font-family: 'Raleway';
	font-size: 16px;
	margin-bottom: 8px;
	text-align: justify;
	font-weight: 400;
	color: #777;
	line-height: 28px;
	word-wrap: break-word;
}
.site-description{
	margin: 0;
	line-height: 1.5;
	color: #109a54;
	font-family: 'Lato';
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
}
.color-green{
	color: #109a54;
}
.color-blue{
	color: #403b73;
}
.site-navigation ul.menu li ul{
	min-width: 300px;
}
.site-navigation ul.menu li ul li:hover{
	background:#82af7c;
}
.site-navigation ul.menu li ul li:hover a{
	color:#222;
}
/* contact page form design */
#respond input[type="text"], #respond input[type="email"], #respond input[type="url"], .wpcf7 input {
    background-color: #f5f5f5;
}
textarea, #respond input, .wpcf7 input{
	border: none;
    background-color: #f5f5f5;
    border-radius: 0;
    outline: none;
    height: 40px;
    padding: 0 15px;
}
label{
	width:100%;
}
textarea {
    height: 200px;
    padding: 10px 15px;
    border: none;
    background-color: #f5f5f5;
}
input[type="submit"], .wpcf7 input[type="submit"]
 {
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 7px 25px;
    font-size: 14px;
    position: relative;
    border: 2px solid;
    background-color: #82af7c !important;
    border-color: #82af7c !important;
    color: #fff !important;
    z-index: 1;
    width: 100px;
    height: auto;
    line-height: 28px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
    .site-navigation> ul> li:not(:last-child) > a:after {
        content: "";
        width: 8px;
        height: 1px;
        background: #000;
        margin-left: 15px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
	.site-navigation ul.menu li.menu-item-has-children:after{
		display:none;
	}
}