/*************************
 * Blockquote styling
 **************************/ 


blockquote{
  //padding:1.2em 30px 1.2em 75px;
	margin: 0em 0em 0em 0em;

	border-left-color:#4378a3  !important;
	border-right-color:#4378a3  !important;
	// align-content
	
/*	558CB9   */ 
}	

blockquote p{
	font-style:italic;
}


blockquote::before{
  display:inline;
	font-family:Oswald;
  content: "\201C";
	//content: url(/wp-content/uploads/2023/12/quotation.png);
	color:#4378a3;
  //color:#558CB9;
	//color:#D53F3F;
  font-size:5em;
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote cite{
	display:block;
	text-align:right;
}

.blockquotewhite blockquote::before {
		color:pink !important ;
	
}

/******************************
 * Added direct from Astra themes
 * suggested amendment for
 * unordered lists and ordered
 * lists
 * *************************/


/* Unordered list style */ 
.entry-content ul {
   margin-left:1.4em;
}
.entry-content ul li {
   position: relative;
   padding-left: 20px;
  //// list-style:none; 
	list-style-type: "\27A4"; 
}

.entry-content ul li::marker{
	/////content:"\27A4";
	color: #558CB9;
}

.entry-content ul.wp-block-latest-posts li {
  // position: relative;
  // padding-left: 20px;
   list-style:none; 
}

.entry-content ul.wp-block-latest-posts li::marker{
		 content:"";
	
}

/*
//.entry-content ul li::before{
	// color:white;	
  // position: absolute;
  // left: 0px;   
	// width: 20px;
//   height: 20px;
 //  background-color: #558CB9;
   //content: ">" ;
//	 text-align:center;
	   -webkit-border-radius: 50%;
 //  border-radius: 50%;
   -webkit-transform: 
//}
*/

/**************************
 * header and anchor tag styling 
 * *************************/

.header-anchor-no-underline a{
	text-decoration:none !important;
	color:#4378a3 !important;
}

.header-anchor-no-underline a:hover{
	color:#D53F3F !important;
}

.MakeHeadingWhiteText a {
	color:white !important;
}

a:hover{
	//text-decoration:underline;
}

/*a.header-anchor-no-underline{
	text-decoration:none !important;
}*/


/****************************/
/*specifically to reduce gap on about us page Rakesh Shah Name*/
.heading-reduce-bottom-border{
	margin-bottom:0px !important;
}


/*************************
 *hide the recaptcha 3 badge
 ***********************/

.grecaptcha-badge { visibility: hidden; }

/*************************
 ******/
.height100 * .uagb-tm__content {
	height: 495px !important;
	
}

.differentfont
{
	//text-transform: uppercase;
	font-family:Oswald;
}

/************
 *  sticky header from 
 * https://cgscomputer.com/how-to-create-a-sticky-header-with-the-free-astra-wordpress-theme/
 * could add /*

