/*************   css for various Headings, Sub-heading , titles etc  **************** */

/**** Google fonts ****/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;400&family=Oswald:wght@200;300;400&family=Roboto+Condensed:wght@300;400&family=Roboto:ital,wght@0,100;1,100&display=swap');

/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/


.page_heading{
	color:#cc1234;
	font-size:30px;
	font-weight:bolder;
	font-family: 'Open Sans Condensed';
	text-decoration: underline;
	text-underline-position: under;
}

.subheading{
	color:#cc1234 !important;
	font-size:26px;
	font-weight:bolder;
	font-family: 'Open Sans Condensed';
	text-decoration: underline;
	text-underline-position: under;
}
.sub_subheading{
	color:#cc1234 !important;
	font-size:20px;
	font-weight:bolder;
	font-family: 'Open Sans Condensed';
	text-decoration: underline;
	text-underline-position: under;
}
.sub_subheading_nl{
	color:#cc1234 !important;
	font-size:20px;
	font-weight:bolder;
	font-family: 'Open Sans Condensed';
	
}

.subheading_bl{
	color:black !important;
	font-size:26px;
	font-weight:bolder;
	font-family: 'Open Sans Condensed';
	text-decoration: underline;
	text-underline-position: under;
}
.sub_subheading_bl{
	color:black !important;
	font-size:20px;
	font-weight:bolder;
	font-family: 'Open Sans Condensed';
	text-decoration: underline;
	text-underline-position: under;
}
.sub_subheading_nl_bl{
	color:black !important;
	font-size:20px;
	font-weight:bolder;
	font-family: 'Open Sans Condensed';
	
}

.msg_heading{
	color:#cc1234;
	font-size:24px;
	font-weight:bolder;
	font-family: 'Open Sans Condensed';
	text-decoration: underline;
	text-underline-position: under;
}

/*********************************************
	-	TEXT & BACKGROUND COLORS	-
**********************************************/
.bg-red{
	background-color:#cc1234;
}
.white {
  color: #fff !important;
}

.bg-darkred{
	/*background-color: #490808;*/
	background-color: #300303;
}

/*********************************************
	-	Specalization Box with text	 main Page-
**********************************************/

.square_abstract {
  display: flex;
  justify-content: center;
}
.squares {
    width: 400px;
    height: 300px;
    background: #ccc9c9;
     border-style: ridge;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Open Sans Condensed';
        font-size:24px;
        font-weight:bold;
}

 /*********************************************
	-	Specalization Pages-
**********************************************/ 

.imgformat{
border-radius: 50%;
width:150px;
height:150px;
}