/* custom css doc start */

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-family: "Figtree", sans-serif !important ;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
}
h1 {
	font-size: 43px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 29px;
}

h5 {
	font-size: 27px;
}

h6 {
	font-size: 20px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 0;
}

button, li, span, p, a .uc_post_text, .uc_btn_txt {
	font-family: "Figtree", Sans-serif !important;
	font-size: 15px;
	font-weight: 400;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	/*color: #131313;*/
	font-family: "Figtree", serif;
}

:-moz-placeholder {
	/*color: #131313;*/
	font-family: "Figtree", serif;
}

::-moz-placeholder {
	font-family: "Figtree", serif;
	opacity: 1;
}

:-ms-input-placeholder {
	font-family: "Figtree", serif;
}

@media only screen and (min-width: 767px) and (max-width:1023px){

	.entry-content p,
	.entry-content li {
		font-size: 15px;
	}

	h1 {
		font-size: 34px ;
	}

	h2 {
		font-size: 30px ;
	}

	h3 {
		font-size: 25px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 18px;
	}

	h6 {
		font-size: 16px;
	}

}

@media only screen and (max-width: 767px) {

	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 27px;
	}

	h3 {
		font-size: 23px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 18px;
	}

	h6 {
		font-size: 16px;
	}

} 
/* end here */


/* home Page */
.home header.entry-header.has-text-align-center.header-footer-group {
    display: none;
}
.post-inner {
    padding-top: 0;
}
.singular .entry-header {
    padding:0;
}
.footer-nav-widgets-wrapper.header-footer-group {
    display: none;
}
.post-meta-wrapper.post-meta-edit-link-wrapper {
    display: none;
}
header.entry-header.has-text-align-center  {
	background-color: #0e51d8;
}
header.entry-header.has-text-align-center.header-footer-group h1.entry-title{
	font-size: 25px;
	padding: 5px;
	letter-spacing:0.5px;
	text-transform: uppercase;
	color: white;
		font-family: "Figtree", Sans-serif;
}

/*FOOTER SECTION */
#footercontact .elementor-image-box-content{
	margin-top:auto;
	margin-bottom:auto;
}
#footercontact p.elementor-image-box-description{
	font-size:15px;
}
#footer-nav{
  column-count:2;
	column-gap:80px;
  width: fit-content;
	margin-top:-6px;
}
@media only screen and (min-width:767px) and (max-width:1023px){
	#footer-nav{
	column-gap:50px;
}	
}

@media only screen and (min-width:1023px){
#footercontact p.elementor-image-box-description{
	font-size:17px !important;
}

}

/* NEWSLETTER  */
input::placeholder{
color:#0e1217;
font-family:"Figtree", sans-serif;
	font-weight:400;
	font-size: 15px;
}
.form-row p input[type="submit"]{
		font-family:"Figtree", sans-serif;
	 background-color: #0e51d8;
	 font-weight:400;
	 font-size: 15px;
	 padding: 17px 27px;
	 letter-spacing: 0.2em;
	 border: none;
   cursor: pointer;
	border-radius:5px;
	margin-top:-10px;
}

/* Hover effect */
.form-row p input[type="submit"]:hover {
    background-color: #4c83f0;
	  box-shadow: 0 4px 10px rgba(76, 131, 240, 0.2);
}
p{
	margin:0;
}
