@import url("https://use.typekit.net/kin5eyx.css");
body {
  font-family: "Montserrat", sans-serif;
  color: #212529;
  overflow-x: hidden;

}


h1 {
  margin-top: 40px !important;
  font-size: 36px;
  font-family: "lato", sans-serif;
  color: #020027;
  margin-bottom: 40px;
  font-weight: 400;
  text-transform: uppercase;
}

h1 strong {
  font-weight: 800;
}

h2 {
  font-size: 34px;
  font-family: "Montserrat", sans-serif;
  color: #020027;
  margin-bottom: 30px;
  font-weight: 700;
}

h2 span {
  font-weight: normal;
}

h3 {
  font-size: 22px;
    margin-bottom: .2em;
    font-weight: 600;
    font-family: "lato", sans-serif;
    font-style: normal;
    color: #0A0465;
    text-transform: uppercase;
}
h3 strong{
  font-weight: bolder;
}

b, strong{
  font-weight: 700;
} 

.contactus-block p{
  font-size: 14px;
}

a {
  color: #0A0465;
}

a:hover {
  color: #020027;
  text-decoration: none;
}

.intro-med{
  font-size: 17px;
  color: #0A0465;
  font-weight: 500;
}

ul.list {
    list-style-type: disc;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    padding-left: 20px;
}

ul.list li {
    position: relative;
}


/**Footer Styles**/
.footer-wrapper{
  margin-top: 40px;
   margin-bottom: 40px;
}
.foot-title {
 
  color: #000;
  font-weight: 400;
  margin-top: 0px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.nav-container-block {
  width: 100px;
  height: 100%;
}

.nav-controller {
  height: 100%;
  display: block;
  
}

.nav-controller:first-child {
  margin-right: 0px;
}

.nav-controller a {
  font-family: "lato", sans-serif;
  transition: 0.6s ease-in-out;
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: inherit;
  position: relative;
  color: #0A0465;
  font-size: 14px;
  text-transform: uppercase;
}

.footer-bg {
		position: relative;
		background-image: url('../images/footer-bg.png');
		background-repeat: no-repeat;
		background-position: center;
        background-size: cover;
        padding: 60px 0;
		color: #fff;
	}

    .footer-bg::after {
        position: absolute;
        top: 0;
        content: '';
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, transparent, #75787B);
    }

    .quick-links-footer {
        position: relative;
        z-index: 1;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        display: inline-block;
        align-items: center;
        margin-top: 10px;
        transition: transform 0.3s ease, color 0.3s ease;
    }
    .footer-bg .quick-links-footer {
display: block;
    }

    .quick-links-footer span {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #fff;
        width: 26px;
        height: 21px;
        padding: 6px;
        margin-right: 8px;
        transition: background-color 0.3s ease, border-color 0.3s ease;
    }
    
    .quick-links-footer span img {
        transition: filter 0.3s ease;
    }
    
    .quick-links-footer:hover {
        transform: translateX(6px);
        color: #0A0465;
    }
    
    .quick-links-footer:hover span {
        background-color: #fff;
        border-color: #fff;
    }
    
    .quick-links-footer:hover span img {
        filter: brightness(0) invert(0);
    }

	.footer-gray-box {
		background: #75787B;
		padding: 12px 0;
	}

	.btm-footer-links {
		font-size: 12px;
    color: #fff;
    display: flex;
    justify-content: space-between;
	}

    .btm-footer-links a {
        position: relative;
        color: #fff;
        text-decoration: none;
    }
    
    .btm-footer-links a::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 0;
        height: 1px;
        background-color: #fff;
        transition: width 0.25s ease;
    }
    .btm-footer-links a:hover{
      color: #0A0465;
    }
    .btm-footer-links a:hover::after {
        width: 100%;
    }

	.socials-footer {
		position: relative;
		z-index: 1;
		display: inline-flex; 
		align-items: center;
		gap: 12px;
		transition: transform 0.25s ease, opacity 0.25s ease;
		padding-left: 34px;
	}
    .socials-links-footer img {transition: transform 0.25s ease;}
    .socials-links-footer:hover img {transform: scale(1.1);}
	.contact-us {padding-right: 8px;}
	.pl-50 {padding-left: 50px;}
	.pl-8 {padding-left: 8px;}

.nav-controller a:before {
  transition: inherit;
  font-family: "icomoon";
  color: #0A0465;
  font-size: 15px;
  font-weight: 600;
  position: absolute; 
  right: 0px;
  width: 30px;
 padding: 2px 7px;
  border: 1px solid #0A0465;
}
.nav-prev-button{
  padding-left: 50px;
}
.nav-next-button{
  padding-right: 50px;
  justify-content: flex-end;
}
.nav-prev-button:before {
  right: auto;
  left: 0;
}

.nav-next-button:before {
  content: "\e944";
}

.nav-next-button:hover:before {
  right: -8px;

}

.nav-prev-button:before {
  content: "\e943";
}

.nav-prev-button:hover:before {
  left: -8px;

}

/*scroll to top*/
.scroller-bar {
  content: "";
  position: fixed;
  height: 5px;
  background-color: #898989;
  border-radius: 30px;
  left: 0px;
  top: 0px;
  z-index: 99999;
  transition: 0.1s ease-in-out;
}

.scroll {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 999;
}

.scroll>.scroll-btn {
  position: relative;
  display: block;
  background: #898989;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.scroll>.scroll-btn span {
  display: block;
  position: relative;
  font-size: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
}


.scroll>.scroll-btn:hover span {
  -webkit-animation: bounce-arrow 1.5s infinite;
  animation: bounce-arrow 1.5s infinite;
  color: #fff;
}

.point {
  position: fixed;
  right: 45px;
  bottom: 40px;
  z-index: 99;
}



.left-ani {
  -webkit-transform: translateX(130px);
  transform: translateX(130px);
  -webkit-transition: 1s;
  transition: 1.25s;
}

@-webkit-keyframes bounce-arrow {
  0% {

    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    opacity: 0.5;
  }

  50% {

    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 1;
  }

  100% {

    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    opacity: 0.5;
  }
}

@keyframes bounce-arrow {
  0% {

    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    opacity: 0.5;
  }

  50% {

    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 1;
  }

  100% {

    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    opacity: 0.5;
  }
}




.fin-hover .nav-link {
  position: relative;
}
@media screen and (max-width: 1240px) {

.btm-footer-links{
  flex-wrap: wrap;
}
}
@media screen and (max-width: 1199px) {
  .btm-footer-links {
    gap: 20px;
    text-align: center;
}
}



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

.btm-footer-links a{
      margin-bottom: 10px;

}
    #utility {
    display: none;
  }

  .fin-hover:hover .nav-link:after {
    right: 10px;
    transition: all 500ms ease-in-out;
}
	.head-txt-two {
    text-align: center;
}
 .quicklinks {
    width: 49%;
    position: absolute;
    z-index: 99999;
    display: block;
  }



 
}




@media screen and (max-width:768px) {
 .btm-footer-links{
   gap: 0;
      flex-direction: column;
      align-items: center;
}
.nav-controller span{
  display: none;
}

}


@keyframes fadeInNav {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}