html {
    font-weight: 400;
    font-size: 62.5%;
    box-sizing: border-box
}
html, body {font-family: "Inter", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-size: 1rem; line-height: 1.5rem; background-color: #fff; color: #01172b; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: greyscale; }
h1, h2, h3, h4, .h1, .h2, .h3, .h4 { 
	margin-bottom: 1rem;
	font-weight: 700;
}
h1,.h1 {
    color: #002e6b;
    padding-top: 1rem;
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 68px;
}
h1.large, .h1.large {
    font-style: normal;
    font-weight: 500;
    font-size: 66px;
    line-height: 90px;
}
h2,.h2 {
    font-size: 28px;
    line-height: 25px;
    font-weight: 800;
    font-style: normal;
    padding-top: 1%;
    color: #0251cc;
}
h3, .h3 {
	font-size: 1.5em;
	margin-bottom: .75em;
}
h4, .h4 {
	font-size: 1.125em;
	margin-bottom: .75em;
}
p, ul, ol {
    font-size: 1.25rem;
    line-height: 2rem;
}
.img {
	aspect-ratio: attr(width) / attr(height);
}

a {
  position: relative;
  color: #002e6b;
  text-decoration: none;
}

a:hover {
  color: #01172B;
}
a::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #01172B;
  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);
}
.p-relative {
    position: relative;
}
.z-index2 {
    z-index: 2;
}
.bg-blued {
    background-color: #01172B;
    color: #fff;
    font-weight: 200;
}
.txt-blued {
    color: #01172B;
}
.bg-bluem {
    background-color: #002e6b;
    color: #fff;
    font-weight: 200;
}
.txt-bluem {
    color: #002e6b;
}
.btn-on-bluem, .btn-on-bluem:hover {
    background-color: #01172B;
    color: #fff;
    border-radius: 0;
    padding: .75rem 1.5rem;
    border: 1px solid #fff;
}
.btn-on-bluem svg {
    margin-left: .5rem;
}
.btn-on-white, .btn-on-white:hover, .btn-warning, .btn-warning:hover {
    background-color: #002E6B;
    color: #fff;
    font-size: .85rem;
    border-radius: 0;
    padding: .75rem 1.5rem;
    border: 1px solid #01172b;
}
.txt-cyan{
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #4dc7eb;
    font-size: 18px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
#header {
    height: 10.20rem;
    background-color: #01172b;
    color: #ffffff;
}
#header .btn-header {
    background-color: #002E6B;
    color: #fff;
    font-size: .85rem;
    border-radius: 0;
    padding: .75rem 1.5rem;
}
#header .btn-header svg {
    margin-left: .5rem;
}
.social-media img {
	width: 24px;
	height: auto;
	margin: 0 .5rem;
}
.whatsappicon	{
	display: none;
}
.whatsapptext	{
	color:#fff; font-size:18px;
}

.top-links	{
	list-style-type:none;
	margin:0;
	margin-bottom:0;
	padding:0;
    text-align: right;
}
.top-links li{
	color: #efefef;
	text-decoration: none;
	display:inline;
	border-left:1px solid #efefef;
	padding:0 10px;
    font-size: .85rem;
}

.top-links li a,.top-links li a:active,.top-links li a:visited{
	text-decoration: none;
	display:inline;
    color: #efefef;	
}
.top-links li:first-child {padding:0 10px 0 0; border:none;}

.header-row2 {
    align-content: center;
    align-items: center;
}
.logo	{
	max-height:40px;
}

.icon-mail {
	background: url(../uploads/images/icons/icon-email_envelope-48X48-cyan.png) no-repeat left ;
	background-size: 24px 24px;
	padding-left: 36px;
}
.icon-address {
	background: url(../uploads/images/icons/icon-location_pin_navigation_marker-48X48-cyan.png) no-repeat left ;
	background-size: 24px 24px;
	padding-left: 36px;
}
.icon-phone {
	background: url(../uploads/images/icons/icon-telephone_phone_call-48X48-cyan.png) no-repeat left ;
	background-size: 24px 24px;
	padding-left: 36px;
}
.icon-fax {
	background: url(../uploads/images/icons/icon-fax_print-48X48-cyan.png) no-repeat left ;
	background-size: 24px 24px;
	padding-left: 36px;
}

/*Content pages*/
#content {
    margin-top: 10.20rem;
}
#content h1, #content .h1 {
    padding-top: 0;
}
ul.left-links {  
    margin: 0 0 1rem 0;  
    padding: 0 1em;  
    list-style: none;  
}  
ul.left-links li:before {   
    content: "";  
    border-color: transparent #007f86;  
    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;  
} 
.full-width {
  width: 100vw;
  position: relative;
  left: 25%;
  right: 25%;
  margin-left: -27vw;
  margin-right: -25vw;
}
.wave-blue-content {
    transform: scaleY(.75);
    margin-top: -6rem;
    z-index: 1;
}
.minues-m100px {
    margin-top: -112px;
}
/*Forms*/
.form-control {
    border: 1px solid #919496;
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 500;
    font-style: normal;
    color: #002e6b;
    border-radius: 0;
    background-color: transparent;
    background-clip: padding-box;
    outline: 0;
    padding: 10px 20px;
    text-overflow: ellipsis;
    width: 100%;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
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;
}
.form-check .form-check-input {
    float: left;
    border-color: #002e6b !important;
}
/*Footer Styles Bottom*/
#footer	{ padding: 20px 0; }
#footer .container	{ color: #fff; font-size: .85rem; }
#footer .container .row {
    align-content: center;
    align-items: center;
}
#footer a,#footer a:active,#footer a:visited{
	font-weight: normal;
	display:inline;
	color: #fff;
}

.footer-menu{
	list-style-type:none;
	margin:0;
	margin-bottom:0;
	padding:0;
    text-align: center;
    align-content: center;
    align-items: center;
}
.footer-menu li{
	color: #efefef;
	text-decoration: none;
	display:inline;
	padding-left:50px;
}

.footer-menu li a,.footer-menu li a:active,.footer-menu li a:visited{
	color: #fff;
    text-decoration: none;
	display:inline;
	
}
.footer-menu li a:hover{
	text-decoration:underline;
}
.footer-menu li.first {padding-left:0;}

.footer-copyright {color: #fff;}

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