html,body
{
	/*font-family: 'Bellefair', serif !important;*/
	  font-family: Garamond, serif !important;;

	padding:0;
	margin:0px;
}
.error
{
	color: red;
    font-size: 15px;
}
.navbar .megamenu{ padding: 1rem; }
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  
  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }
  
} 
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}
/* ============ mobile view .end// ============ */
.droupdown-width
{
	width: auto;
	//right: 0px;
}
.navbar .dropdown-menu a {
   padding: 5px 20px;
   font-size: 20px;
   font-weight: 300;
}
header
{
	position:sticky;
	top:0px;
	z-index:99;
	background:#fff;
}
strong {
    font-weight: 600;
}
.nav-item a
{
	color: #000 !important;
}
.nav-item
{
	padding:10px 15px;
}
.nav-item a:hover{
	color:#f80000 ;
}
li.active a
{
	color:#f80000 ;
	
}
.welcomtitle
{
	font-size: 40px;
    color: #1d79b7;
    font-weight: bolder;
    padding-bottom: 10px;
}
p
{
	font-size: 22px;
    line-height: 35px;
}
ul li
{
	font-size: 22px;
	list-style: none;
}
.innerpages ul li
{
	list-style:inherit;
	margin-left: 30px;
}
ol li
{
	list-style: disc;
	margin-left: 40px;
	font-size: 22px;
}
.entitycolor
{
	color: #1D79B7;
	font-weight: bolder;
}
.fas
{
	padding: 15px 16px;
    color: #1D79B7;
    font-size: 20px;
}

.wp-block-preformatted
{
	display: none;
}
.innerpages h2
{
	border: none;
    font-size: 25px !important;
    padding: 20px 0px;
    font-weight: 600 !important;
    font-family: 'Milonga';
}
.innerpages h3
{
	font-size: 35px !important;
    font-weight: bold;
}
.no-indent
{
	padding-left: 20px;
}
.no-indent a
{
	font-size: 20px;
}


.limited_post .limitedsub_post:nth-child(-n+17)
{
	display:none;
}
.h1
{
	font-size: 20px;
}
.h3
{
	font-size: 20px !important;
	line-height: 30px !important;
	
}


.icon_width
{
	width:130px;
	margin:50px;
}
/*mobile menu icon style*/
.ham {
  position: fixed;
  /* keep the hamburger button above everything */
  z-index: 100;
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  z-index:9999;
  background:none;
  border:none;
  display:none;
}

.xIcon {
  display: none;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #f80000;
  color: white;
  transform: translateY(-200%);
  transition: transform 0.2s;
  list-style: none;
  padding-top: 3.5rem;
  z-index:889;
}
.menu a
{
	color:#fff;
	font-size: 45px;
	line-height: 50px;
}
button:focus
	{
		border:none !important;
	}
button:focus
{
	outline: 0px dotted;
}
.showMenu {
  transform: translateY(0);
  z-index:8889;
  text-align: center;
  font-size: 72px;
}
.showMenu li
{
	padding:10px 0px;
}
.menuLink {
  display: inline;
  font-size: 25px;
  color: white;
  text-decoration: none;
}

.menuLink:hover {
  text-decoration: underline;
}

/*End mobile menu icon style*/
b
{
	font-weight:bold;
}
/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

.navbar
{
	box-shadow: none;
    background: #ffffff;
    padding: 10px;
   
}
.navbar-brand {
    margin: 0 auto;
    text-align: center;
	/*font-family: 'Piedra', cursive;*/
	font-family: 'Milonga', cursive;
	font-size:40px !important;
	color:#1d79b7  !important;
	user-select: none;
	width: auto;
	height: auto !important;
}
.navbar-expand-lg .navbar-nav
{
	text-align: center;
   /* width: 30%;*/
    font-size: 25px;
}
.navbar.navbar-dark .navbar-toggler {
    color: #de0909;
}
a
{
	color:#000 !important;
	text-decoration: none !important;
}
a:hover{
	color:#000;
}
p a
{
	cursor:none;
	pointer-events: none;
}
h2 {
    width: 100%;
    margin: 10px 0px;
    font-size: 35px !important;
    padding: 10px 190px;
	line-height:40px;
	border-bottom: 1px solid;
    font-weight: 500 !important;
} 
h3
{
	font-size: 45px !important;
    padding: 0px 0px;
    font-family: monospace;
}
h4 {
   width: 100%; 
   text-align: left; 
   line-height: 0.1em;
   margin: 20px 0 20px; 
   font-size: 20px;
} 
h5
{
	font-size: 25px !important;
    font-weight: 600 !important;
}
.lL
{
	width: 100% !important;
}
.lyte-wrapper
{
	width: 100% !important;
}
img
{
	width:100%;
}


p a strong, strong
{
	font-weight:normal !important;
}
.confirm_width
{
	width:50%;
	margin:0 auto;
}
.submit_btn
{
	background: #1d79b7;
    color: #fff;
    border: none;
    padding: 5px 25px;
    font-size: 20px;
}
footer
{
	background: #1d79b7;
    padding: 20px;
   margin-top: 40px;
}
footer a
{
	padding: 10px 30px;
    color: #fff !important;
    font-size: 25px;
}
.form-control_news
{
	background-color: #fff !important;
    color: #000;
    padding: 5px 5px;
	width:100%;
}
.btn_submit{
	background: #24b6c4;
    color: #fff;
    padding: 10px 25px;
    border: none;
    margin: 0 auto;
    font-size: 20px;
    border-radius: 10px;
}
.copy
{
	font-size: 18px;
    text-align: center;
    border-top: 1px solid #24b6c4;
    padding: 10px;
}
.md-form.md-outline label
{
	padding-left: 25px;
	font-size:17px;
}
.md-form.md-outline
{
	margin:0px 0px;

}
.form-control.form-control-lg
{
	height: auto;
	font-size: 18px;
}
.mdb-select
{
	background-color: transparent;
    border: 1px solid #dadce0;
    border-radius: 4px;
	color:#757575;
	padding:12px 10px;
	font-size:16px;
	width:100%;
}
.form-control
{
	font-size:15px;
	padding:10px 5px !important;
}
.captchaborder
{
	padding: 5px 0px;
    text-align: center;
    letter-spacing: 10.5px;
   /* margin: 40px 0px 0px 0px;*/
	font-weight:600;
	width:100%;
	font-size: 20px;
}
#val_captcha
{
	padding: 18px 5px !important;
    font-size: 18px;
}
label
{
	font-size: 20px;
    font-weight: normal !important;
    margin-left: 30px;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
    width: 20px;
    height: 20px;
}
.form_width
{
	width: 60%;
}
.btn-outline-primary
{
	color:#000 !important;
	border:none !important;
	font-size:18px;
	padding: 8px 0px !important;
    margin:0px 10px !important;
	width: 130px;
}
@media screen and (min-width:200px) and (max-width:350px)
{
	.ham
	{
		display:block;
	}
	.navbar-brand
	{
		margin:0px;
		font-size:20px;
		width: 60%;
	}
	h2
	{
		padding:0px;
		font-size: 20px;
	}
	
	.menu a {
    color: #fff;
    font-size: 25px;
    line-height: 0;
	}
	
	p
	{
		font-size:16px;
	}
	h3
	{
		font-size:20px;
	}
	
}
@media screen and (min-width:351px) and (max-width:500px)
{
	.ham
	{
		display:block;
	}
	.navbar-brand
	{
		margin:0px;
		font-size:25px;
		width: 60%;
	}
	
	.menu a {
    color: #fff;
    font-size: 25px;
    line-height: 0;
	}
	p
	{
		font-size:16px;
	}
	h3
	{
		font-size:20px;
	}
	
}
@media screen and (min-width:501px) and (max-width:639px)
{
	.ham
	{
		display:block;
	}
	.navbar-brand
	{
		margin:0px;
		font-size:25px;
		width: 60%;
	}
	
	h2
	{
		padding:0px;
		font-size: 20px;
	}
	
	.menu a {
    color: #fff;
    font-size: 25px;
    line-height: 0;
	}
	
	p
	{
		font-size:16px;
	}
	h3
	{
		font-size:20px;
	}
	
}
@media screen and (min-width:640px) and (max-width:767px)
{
	.ham
	{
		display:block;
	}
	.navbar-brand
	{
		margin:0px;
		font-size:25px;
		width: 50%;
	}
	h2
	{
		padding:0px;
		font-size: 20px;
	}
	
	.menu a {
    color: #fff;
    font-size: 25px;
    line-height: 0;
	}
	
	p
	{
		font-size:16px;
	}
	h3
	{
		font-size:20px;
	}
	
}
@media screen and (min-width:768px) and (max-width:900px)
{
	.ham
	{
		display:block;
	}
	.navbar-brand
	{
		margin:0px;
		font-size:25px;
		width: 50%;
	}
	
	h2
	{
		padding:0px;
		font-size: 20px;
	}
	
	.menu a {
    color: #fff;
    font-size: 25px;
    line-height: 0;
	}
	
	p
	{
		font-size:16px;
	}
	h3
	{
		font-size:20px;
	}
	
}
@media screen and (min-width:901px) and (max-width:991px)
{
	.ham
	{
		display:block;
	}
	.navbar-brand
	{
		margin:0px;
		font-size:25px;
		width: 50%;
	}
	.menu a {
    color: #fff;
    font-size: 25px;
    line-height: 0;
	}
	
	p
	{
		font-size:16px;
	}
	h3
	{
		font-size:20px;
	}
	
}
@media screen and (min-width:992px) and (max-width:1223px)
{
	.ham
	{
		display:none;
	}
	.navbar-brand
	{
		margin:0px;
		font-size:25px;
		width: 25%;
	}
	h2
	{
		padding:0px;
		font-size: 20px;
	}
	
	.menu a {
    color: #fff;
    font-size: 25px;
    line-height: 0;
	}
	
	p
	{
		font-size:16px;
	}
	h3
	{
		font-size:20px;
	}
	
}
@media screen and (min-width:1224px) and (max-width:1700px)
{
	
}