/* CSS Document */

/* Import font from Google - Go to fonts.google.com, select a font and look for the import command */
@import url();
@import url("https://fonts.googleapis.com/css2?family=Merienda&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Charm:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Georama:wght@100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alice&family=Dancing+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lobster+Two&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lobster&display=swap");

/* Style Customizing */
.widget-area .widget-title,
main#innerpage-box h4.widget-title,
main#innerpage-box h3.widget-title {
    background-color: #e0e4f3;
		display: none;
}
/*  General Heading Styles */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Charm", cursive;
	margin-left: 5px;
}

h1{
    font-size: 28px;
    margin-bottom: 0px !important;
}
h2{
    font-size: 26px;
    margin-bottom: 5px !important;
}
h3{
    font-size: 30px;
    margin:20px 0 15px 0;
}
h4{
    font-size: 22px;
    margin-bottom: 10px;
}
h5{
    font-size: 20px;
    margin-bottom: 10px;
}
h6{
    font-size: 18px;
    margin-bottom: 10px;
}


ul, ol, dl	{

	margin: 10;
	list-style: none;
	border-top: 0px solid #666;
	margin-bottom: 15px;
}

/* About Us Section List Icons */
#about li::before {
  content: "\f005";
  font-family: 'Fontawesome';
  font-size: 32px;
  padding-right: 20px;
  top: 5px;
  color: #086bfe;
  position: relative;
}

/* Content Box */
#content-box ul li::before {
  content: "\f005";
  font-family: 'Fontawesome';
  margin-right: 10px;
  transform: scale(1);
  transition: all 0.5s ease 0s;
  color: #00cc00;
  display: inline-block;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}

#content-box dl dt::before {
  content: "\f005";
  font-family: 'Fontawesome';
  margin-right: 10px;
  transform: scale(1);
  transition: all 0.5s ease 0s;
  color: #00cc00;
  display: inline-block;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}


.text {
		margin-left: 15px !important;
		font-size: 16px !important; 
}

.lead {
	background-color: blue;
	color: white !important;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.4);
	margin-bottom: 18px;
}