html, body {font-family: 'Libre Franklin', 'Helvetica', 'Arial', sans-serif; font-size: 1rem; line-height: 1.5rem; }
h1, h2, h3, h4, .h1, .h2, .h3, .h4 { 
	margin-bottom: 1rem;
	font-weight: 700;
}
h1,.h1 {
	letter-spacing: -1.3px;
    font-size:2.25em;
    line-height:1.1em;
}
h1.small,.h1.small {
    letter-spacing: .5px;
	font-size:1.75em;
}
h2,.h2 {
    font-size:1.75em;
    line-height:1.1em;
}
h3, .h3 {
	font-size: 1.5em;
	margin-bottom: .75em;
}
h4, .h4 {
	font-size: 1.125em;
	margin-bottom: .75em;
}
.img {
	aspect-ratio: attr(width) / attr(height);
}
a {
  position: relative;
  color: #00A2DA;
  text-decoration: none;
}

a:hover {
  color: #007BFF;
  text-decoration: none;
}
a::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #ffc107;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a:hover:not(.btn, .no-transition)::before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bg-dark-blue {
	background-color: #002147;
	color: #ffffff !important;
}
.bg-dark-blue h1, .bg-dark-blue .h1,.bg-dark-blue h2, .bg-dark-blue .h2,.bg-dark-blue h3, .bg-dark-blue .h3,.bg-dark-blue h4, .bg-dark-blue .h4,.bg-dark-blue h5, .bg-dark-blue .h5,.bg-dark-blue h6, .bg-dark-blue .h6,.bg-dark-blue p{
	color: #ffffff !important;
}
.bg-dark-blue a:hover {
	color: #1da1f2;
}
.bg-dark-blue .form-control.is-invalid, .bg-dark-blue .was-validated .form-control:invalid {
    border-color: #1da1f2;
}
.bg-dark-blue .invalid-feedback {
    color: #1da1f2;
}
.bg-cyan-blue {
	background-color: #1da1f2;
}
.bg-cyan-blue a {
	color: #ffffff;
}
.bg-cyan-blue a:hover {
	color: #19f0b5;
}

.bg-cyan-blue .invalid-feedback {
    color: #19f0b5;
}
.text-shadow {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.rounded150 {
	border-radius: 1.50rem;
}
#header {
	padding: 0;
    width: 100%;
	box-shadow:none;
	/*background-color: #00000021;*/
	background-image: linear-gradient(#002147cf, #002147cf, #00214799, #00214700);
	padding-bottom: 1.5rem; 
	margin-bottom:3rem;
}
#header.header-shadow {
	background-color: #002147;
	transition: background-color 1s ease;
	/*-webkit-box-shadow: 0 5px 12px 0 #cccccc;
     -moz-box-shadow: 0 5px 12px 0 #cccccc;
          box-shadow: 0 5px 12px 0 #cccccc;*/
}
#header .btn-primary {
	font-size: 1rem;
	margin-top: 0;
	max-height: 42px;
	max-width: 110px;
	align-self: end;
	margin-right: 20px;
}
.lo-name {
	font-size: 1.5em; 
	padding-right: 1em;
	color: #fff;
}
.phone-on-top, .email-on-top	{ 
	color:#fff !important;
	font-size: 1.25em;
	line-height: 1.30em;
	padding-right: 1em;
}
.phone-on-top span	{ 
	font-size: .75em; 
	color:#efefef;
	font-weight: bold;
}
.email-on-top	{ 
	color:#fff !important;
	font-size: 1em;
	line-height: 1.75em;
}
.email-on-top a, .phone-on-top a { 
	color: #fff;
}

.social-media img {
	width: 24px;
	height: auto;
	margin: 0 .5rem;
}
.whatsappicon	{
	display: none;
}
.whatsapptext	{
	color:#666; font-size:18px;
}

.top-links	{
	text-align: right;
	padding-top: 2px;
}

.top-links .btn-sm {
	padding: .125rem .5rem;
	font-size: .85rem;
}

.btn {
    padding: .5rem 2rem;
    font-size: 1.125rem;
    border-radius: 0;
}
.btn-sm {
	padding: .25rem 1rem;
    font-size: 1rem;
}
.btn.focus, .btn:focus, .btn:focus-visible, .btn:active {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
	
}
.btn-warning {
	font-weight: bold;
	text-transform:uppercase;
}

.btn-primary, .btn-warning {
	background-color: #ffc107;
	border-color: #ffc107cc;
	font-size: 1em;
	color: #002147;
}
.btn-primary:active, .btn-primary:hover, .btn-warning:active, .btn-warning:hover   {
    background-color: #ffca2c !important;
	border-color: #ffc720 !important;
	color: #002147 !important;
}
.bg-blue .btn-warning {
	background-color: #ffc107;
	border-color: #ffc107;
	color: #000;
	font-weight: normal;
}
.bg-blue .btn-warning:hover {
	background-color: #FFCA2C !important;
}

.logo	{
	max-width:90%;
}


/*Pages other than home*/
#content {
    margin-top: 150px;
}
ul.left-links {  
    margin: 0 0 1rem 0;  
    padding: 0 1em;  
    list-style: none;  
}  
ul.left-links li:before {   
    content: "";  
    border-color: transparent #333;  
    border-style: solid;  
    border-width: 0.35em 0 0.35em 0.45em;  
    display: block;  
    height: 0;  
    width: 0;  
    left: -1em;  
    top: 1.125em;  
    position: relative;  
} 

/*Forms related*/
label {
    font-size: .85rem;
    font-weight: bold;
}
.form-control	{
	background-color: #efefef;
}
form h2 {
	font-size: 18px ;
	margin:0;
	margin-bottom:10px;
	padding:5px;
	background-color: #efefef;
}
form h3 {
	background-color: #f2f2f2;
	margin:10px 0;
	padding:5px;
	font-size:16px;
}
form h4 {
	background-color: #fcfcfc;
	margin:10px 0;
	padding:5px;
	font-size:14px;
}
input[type=range] {
  -webkit-appearance: none;
  margin: 20px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  background: #03a9f4;
  border-radius: 25px;
}
input[type=range]::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0,0,0, 1);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #03a9f4;
}
.range-wrap{
  position: relative;
}
.range-value{
  position: absolute;
  top: -50%;
}
.range-value span{
  width: 30px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #03a9f4;
  color: #fff;
  font-size: 12px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 6px;
}
.range-value span:before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #03a9f4;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
}
/*Footer Styles TOP*/
#footer-top {
	;
}
#footer-top .logo	{
	max-width:75%;
	margin-top: 5px;
	margin-bottom: 5px;
}
#footer-top .btn-outline-light:hover {
	background-color: #00685f;
}
#footer-top h3 {
	margin-bottom:20px;
}
#footer-top ul	{ list-style: none; margin: 10px 0 20px 0; padding-left:16px;  }
#footer-top ul li::before {
  content: "\27a5";  /* Add content: \27a5 is the CSS Code/unicode for a arrow */
  color: #ffc107; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

#footer-top	li { margin-bottom:5px; padding-bottom:4px; }
#footer-top	li a	{ font-weight:normal; text-decoration:none; margin-left: 5px;  }
#footer-top	a	{  font-weight:normal; text-decoration:none; }
#footer-top	li a:hover	{ ; }

#footer-top .invalid-feedback {
    color: #FFEB3B;
}
.icon-mail {
	background: url(../uploads/images/icons/icon-email_envelope-48X48.png) no-repeat left ;
	background-size: 24px 24px;
	padding-left: 36px;
}
.icon-address {
	background: url(../uploads/images/icons/icon-location_pin_navigation_marker-48X48.png) no-repeat left ;
	background-size: 24px 24px;
	padding-left: 36px;
}
.icon-phone {
	background: url(../uploads/images/icons/icon-telephone_phone_call-48X48.png) no-repeat left ;
	background-size: 24px 24px;
	padding-left: 36px;
}
.icon-fax {
	background: url(../uploads/images/icons/icon-fax_print-48X48.png) no-repeat left ;
	background-size: 24px 24px;
	padding-left: 36px;
}
/*Footer Styles Bottom*/
#footer	{ padding: 20px 0; }
#footer .container	{ color: #efefef; }
#footer .container h3	{ padding-bottom: 5px; }
#footer a,#footer a:active,#footer a:visited{
	font-weight: normal;
	text-decoration: none;
	display:inline;
	
}

.footer-menu{
	list-style-type:none;
	margin:0;
	margin-bottom:0;
	padding:0;
}
.footer-menu li{
	font-weight: bold ; color: #efefef;
	text-decoration: none;
	display:inline;
	border-left:1px solid #efefef;
	padding:0 10px;
}

.footer-menu li a,.footer-menu li a:active,.footer-menu li a:visited{
	text-decoration: none;
	display:inline;
	
}
.footer-menu li.first {padding:0 10px 0 0; border:none;}

.footer-copyright {color: #fff;}

.footer-copyright a,.footer-copyright a:active,.footer-copyright a:visited{
	text-decoration: none;
	
}

/* iReadySites Link Styles*/
#footerlink {
	padding:20px 0;
	margin:0;
	vertical-align:baseline;
}
#footerlink a,#footerlink a:active,#footerlink a:visited{
	font-weight: normal;
	text-decoration: none;
	display:inline;
}
#footerlink a:hover{
	text-decoration:underline;
}

@media (max-width: 320px) {
	h1, .h1, h2, .h2, h2.h3 {
		font-size: 1.5rem;
	}
	h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
		font-size: 1.25rem;
	}

	.qlr-btn {
		margin-bottom: 2rem;
		margin-right: 0 !important;
	}
	#content {
		margin-top: 120px;
	}
	
	
}
@media (max-width: 575px) {

}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
	.social-media img {
		width: 32px;
	}
	h1,.h1 {
		font-size:3.1em;
	}
	h2,.h2 {
		font-size:2em;
	}
	h3, .h3 {
		font-size: 1.5em;
	}
	h4, .h4 {
		font-size: 1.125em;
	}
	
	h2.large,.h2.large {
		font-size:3em;
	}
	h3.large,.h3.large {
		font-size:2em;
	}
	h4.large,.h4.large {
		font-size:1.5em;
	}
	
	#footer-top .logo	{
		max-width:50%;
	}
}

@media (min-width: 992px) {

}
@media (min-width: 1200px) {
	h1.small,.h1.small {
		letter-spacing: -1.3px;
		font-size:3.1em;
	}
	h1.large,.h1.large {
		font-size:4em;
	}
	#header .btn-primary {
		align-self: auto;
		margin-right: 0;
	}
}

