body {
  font-family: "Open Sans", sans-serif;
  
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}

.header.header-scrolled {
    background: #fff;
    /* padding: 15px 0; */
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}
.navbar .getstarted, .navbar .getstarted:focus {
    background: #2463af;
    padding: 8px 20px;
    margin-left: 10px;
    border-radius: 4px;
    color: #fff;
}
.header .logo img {
    max-height: 60px;
    margin-right: 6px;
}
a {
    text-decoration: none;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
    color: #fff;
    background: #5969f3;
}
.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 0px;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #013289;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
    color: #2463af;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        gap: 30px;
    }
}
.banner-left{
 padding-top: 25px;
}
.banner-left h1 {
    margin: 0;
    font-size: 50px;
    font-weight: 700;
    color: #1f6ccb;
    word-spacing: -2px;
}
.sub-title{
    font-size: 24px;
    margin: 15px 0 15px 0;
    font-weight: 600;
}
.banner-left .btn-get-started {
    margin-top: 20px;
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #2463af;
    box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
} 
.banner-left .btn-get-started i {
    margin-left: 5px;
    font-size: 18px;
  
}
/* about us  */
.about h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2463af;
    text-transform: uppercase;
}
.about h2 {
    font-size: 30px;
    font-weight: 700;
    color: #2463af;
}
.about p {
    margin: 15px 0 30px 0;
    line-height: 24px;
}
.about .content {
    background-color: #f6f9ff;
    padding: 40px;
}
.icon-box {
    padding: 0px 20px 15px 20px;
    box-shadow: 0 8px 65px rgba(12, 12, 12, .19);
    align-items: center;
}
.icon-box i {
    font-size: 44px;
    line-height: 44px;
    color: #1b6dff;
    margin-right: 15px;
}
.about .btn-read-more {
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #2463af;
    box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}
.about .btn-read-more i {
    margin-left: 5px;
    font-size: 18px;
    /* transition: 0.3s; */
}
.section-header h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0;
    color: #2463af;
    text-transform: uppercase;
}
.section-header {
    text-align: center;
    padding-bottom: 40px;
}
.section-header p {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 38px;
    line-height: 42px;
    font-weight: 700;
    color: #2463af;
}
.features .feature-box i {
    line-height: 20px;
    background: #ecf3ff;
    padding: 10px;
    margin-right: 10px;
    font-size:20px;
    border-radius: 3px;
    transition: 0.3s;
}
.features .feature-box {
    padding: 24px 20px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    height: 100%;
}
.features .feature-box h3 {
    font-size: 18px;
    color: #2463af;
    font-weight: 700;
    margin: 0;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
.recent-blog-posts .post-box {
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    height: 100%;
    overflow: hidden;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    display: flex
;
    flex-direction: column;
}
.recent-blog-posts .post-box .post-date {
    font-size: 16px;
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
    display: block;
    margin-bottom: 10px;
}
.recent-blog-posts .post-box .post-title {
    font-size: 24px;
    color: #2463af;
    font-weight: 700;
    margin-bottom: 18px;
    position: relative;
    transition: 0.3s;
}
.recent-blog-posts .post-box .post-img {
    overflow: hidden;
    margin: -30px -30px 15px -30px;
    position: relative;
}
.recent-blog-posts .post-box .readmore {
    display: flex
;
    align-items: center;
    font-weight: 600;
    line-height: 1;
   
}
.blog-post{
 border: 1px solid rgb(219, 219, 219);
 border-radius: 10px;
 margin-bottom: 20px !important;
}
.blog-post img{
 /* border: 1px solid rgb(219, 219, 219); */
 border-top-left-radius: 10px;
 border-top-right-radius: 10px;
}
.post-title{
    text-decoration: none;
    color: #2353a7;
    font-size: 18px;
    font-weight: 600;
}
.btn-read{
 background-color: #3c67b1;
 padding: 10px;
 font-size: 16px;
 text-decoration: none;
    font-weight: 600;
    color: #ffffff !important;
    border-radius: 5px;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3289f3;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3289f3;
}

.testimonials .swiper-slide {
  opacity: 0.3;
}

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }

  .testimonials .swiper-pagination {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #f6f9ff;
  padding: 0 0 30px 0;
  font-size: 14px;
}

.footer .footer-newsletter {
  padding: 50px 0;
  background: #f6f9ff;
  border-top: 1px solid #e1ecff;
}

.footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #012970;
}

.footer .footer-newsletter form {
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e1ecff;
}

.footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}

.footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #3289f3;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}

.footer .footer-newsletter form input[type=submit]:hover {
  background: #5969f3;
}

.footer .footer-top {
  background: white url(../img/footer-bg.png) no-repeat right top;
  background-size: contain;
  border-top: 1px solid #e1ecff;
  border-bottom: 1px solid #e1ecff;
  padding: 60px 0 30px 0;
}

@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}

.footer .footer-top .footer-info {
  margin-bottom: 30px;
}

.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}

.footer .footer-top .footer-info .logo img {
  max-height: 60px;
  margin-right: 6px;
}

.footer .footer-top .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}

.footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
}

.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
  color: #012970;
}

.footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #012970;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-top .footer-links {
  margin-bottom: 30px;
}

.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #d0d4fc;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-top .footer-links ul a {
  color: #013289;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-top .footer-links ul a:hover {
  color: #3289f3;
}

.footer .footer-top .footer-contact p {
  line-height: 26px;
}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #012970;
}

.footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}
