
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

a {
  color: #0c3e83;
  text-decoration: none;
  transition: 0.5s;
}

a:hover,navbar
a:active,
a:focus {
  color: #0b4aa2;
  outline: none;
  text-decoration: none;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #807c78 #e1e0dd;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #e1e0dd;
}

*::-webkit-scrollbar-thumb {
  background-color: #807c78;
  border-radius: 20px;
  border: 3px solid #e1e0dd;
}


.header-lpc ul {
    padding: 0;
    margin-top: 0 !important; 
}

.header-lpc {
    height: 60px !important;
}
.start-header.scroll-on {
  
    padding: 0px 0 !important;
  
}
.navbar {
  padding: 0 !important;
  font-family: "Poppins", sans-serif;
}
.border-header {
  border-bottom: 3px solid #0c3e83;
  display: inline-block;

  line-height: 30px;
}

.page-link {

  color: #ffb600;
  font-weight: 500;
}

.page-link:hover {

  color: #000;
  font-weight: 500;
}



.nav-link {
  font-weight: 500;
  font-size: 14px;
  color: #373334 !important;
}

.ml-auto {
  margin-left: auto;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

.nav-link:hover,
.nav-link:active {
  color: #0c2e8a !important;
}

.dropdown-item {
  border-bottom: 1px solid #ddd;
  padding: 7px 15px;
  font-weight: 500;
  color: #000;
  font-size: 14px;

}

.dropdown-menu li:last-child a {
  border-bottom: 0 !important;
}

.mt--6 {
  margin-top: -6rem;
}



.text-white {
  color: #fff !important;
}

.navbar-nav {
  display: flex;
  align-items: center;
}

.btn-outline {
  border: 1px solid #0c3e83;
  border-radius: 2px;
  padding: 4px 14px;
  color: #0c3e83;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.btn-small {
  border: 1px solid #0c3e83;
  background: #0c3e83;
  border-radius: 2px;
  padding: 4px 14px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.btn-curve, .btn-curve:visited {
  background: #0c3e83;
  cursor: pointer;
  border: 1px solid #0c3e83;
  border-radius: 25px;
  color: #fff;
  padding: 8px 20px;
}

.btn-curve:hover {
  background: #1467db;
  border: 1px solid #0c3e83;
  border-radius: 25px;
  color: #fff;
  padding: 8px 20px;
}


.section {
  padding: 50px 0 80px;
}

.section-title h2 {
  font-size: 53px;
  line-height: 63px;
}




.section-title {
  margin-bottom: 70px;
}

.text-md {
  font-size: 32px;
  line-height: 42px;
}

.intro-item i {
  font-size: 60px;
  line-height: 60px;
}

.text-blue {
  color: #4869e8;
}

.intro-item h2 {
  font-size: 18px;
}



.footer {
  background: #605f5e;
  padding-bottom: 10px;
font-family: "Poppins", sans-serif;
}


.footer .widget p {
  color: #fff;
  font-weight: 500;
  font-size: 13px;
}

.footer h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.footer a {
  color:#bebebe;
  font-size: 13px;
}

.footer a:hover, .footer a:active, .footer a:focus {
  color: #fff;
}

.footer-btm {
  border-top: 1px solid #999898;
}

.copyright p {
  color: #999898;
  font-size: 13px;
}

.footer-socials li {
  display: inline-block;


}

.footer-socials li a {
  color: #000;
  font-size:16px;
  padding: 5px 10px;
  background: #fff;
}

.footer-socials li a:hover, .footer-socials li a:active, .footer-socials li a:focus {
  color: #e97345;
}
.footer a:visited, .footer a:active {
    color: #bebebe !important;
    text-decoration: none;
}

.footer .btn-curve {
  border: 1px solid #e97345;
  background-color: #e97345;
}

.footer-socials li a i {
  margin-right: 0;
}

.footer i {
  margin-right: 5px;
}

.footer li {
  line-height: 2.5em;
}

.scrollTop {
  position: fixed;
  right: 2%;
  bottom: 10px;
  background-color: #747678;
  padding: 0px 10px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  line-height: 2em;
  cursor: pointer;
  z-index: 9;
}

.scrollTop a {
  font-size: 30px;
  color: #fff !important;
}

.scrollTop:hover {
  background-color: #656668;
}

@media (max-width: 992px) {
    .navbar-toggler {
    padding: 8px !important;
    margin-right: 20px;
}
    
} 
@media screen and (max-width: 767px) {
  .start-header.scroll-on {
    padding: 0px !important;

  }
.start-header.scroll-on {
  padding: 0 !important;
}
    
}

.show#navbarMobile {
    background: white;
    margin-top: -2px;
}

.sticky {
   top: 60px !important;
}