@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  background: #fff;
  font-size: 1.1rem;
  cursor: default;
}

::-moz-selection {
  color: #fff;
  background: #0e2b4b;
}

::selection {
  color: #fff;
  background: #0e2b4b;
}

::-moz-selection {
  color: #fff;
  background: #0e2b4b;
}

::-webkit-selection {
  color: #fff;
  background: #0e2b4b;
}

* {
  outline: none !important;
  text-decoration: none !important;
  list-style: none;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  color: #595c68;
}

h2 {
  font-size: 2.4rem;
  font-weight: bold !important;
  margin-bottom: 1.8rem;
}

h3 {
  font-size: 2rem;
  font-weight: bold !important;
  margin-bottom: 1.8rem;
}

.container {
  max-width: 1200px;
}

header {
  background: #0e2b4b;
}
header .btn-outline-light i {
  font-size: 1.6rem;
}

.offcanvas-header {
  padding: 1rem 1.5rem;
}

.offcanvas-body {
  padding: 1.5rem;
}
.offcanvas-body ul li {
  display: inline-block;
  width: 100%;
  border-bottom: solid 1px #eee;
}
.offcanvas-body ul li a {
  color: #070e15;
  width: 100%;
  display: inline-block;
  padding: 1rem 0;
  font-size: 1rem;
  transition: all 0.1s ease-out;
}
.offcanvas-body ul li a:hover {
  color: #1e6bb9;
}

.blog-banner {
  display: inline-block;
  width: 100%;
  background: #0e2b4b;
  padding: 60px 0 0;
  color: #fff;
  text-align: center;
  position: relative;
}
.blog-banner h1 {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 30px;
  color: #fff;
}
.blog-banner .image-holder {
  position: relative;
  z-index: 1;
}
.blog-banner .image-holder img {
  width: 100%;
}
.blog-banner::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  height: 200px;
  margin: auto;
}

.blog-content {
  display: inline-block;
  width: 100%;
}
.blog-content .badge {
  padding: 0.7rem !important;
}
.blog-content .bg-primary {
  background: #0e2b4b !important;
  text-transform: none !important;
  font-weight: normal !important;
}
.blog-content .table-primary tr th {
  background: #0e2b4b !important;
  color: #fff;
}
.blog-content td {
  font-size: 1rem;
}
.blog-content ul {
  margin-left: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.blog-content ul li {
  list-style: disc !important;
  color: #595c68;
  font-size: 1rem;
}
.text-body-secondary a, .blog-content p a, .blog-content li a{
color:rgb(38, 88, 162);
font-weight:500;
}

.badge a{
color:#fff;
font-weight:500;
}

.blog-content ol li {
  list-style: decimal !important;
  color: #595c68;
  font-size: 1rem;
}

.blog-images {
  display: inline-block;
  width: 100%;
  padding: 60px 0;
  background: #f6f6f6;
}
.blog-images img {
  width: 100%;
  margin-bottom: 1.5rem;
}

.floating-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9;
}

footer ul.nav li a {
  transition: all 0.2s ease-out;
}
footer ul.nav li a:hover {
  color: #0e2b4b !important;
}
footer ul.social {
  text-align: center;
  display: inline-block;
  position: fixed;
  height: 520px;
  width: 70px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto 0 auto 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 12px -2px rgba(0, 0, 0, 0.2);
  padding: 10px;
  text-align: center;
  animation: flt 0.3s both;
  animation-delay: 1.5s;
}
footer ul.social li {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
footer ul.social li a {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background: #eee;
  line-height: 43px;
  color: #fff;
  margin: auto;
}
footer .fb {
  background: #3b5596 !important;
}
footer .tw {
  background: #1a9dfc !important;
}
footer .ins {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
}
footer .in {
  background: #0375b0 !important;
}
footer .yt {
  background: #FF0000 !important;
}
footer .wp {
  background: #25D366 !important;
}
footer .pin {
  background: #c8232c !important;
}
@keyframes flt {
  0% {
    right: -100px;
    opacity: 0;
  }
  60% {
    right: 25px;
    opacity: 1;
  }
  100% {
    right: 15px;
    opacity: 1;
  }
}

@media only screen and (max-width: 1365px) {
  .floating-icon {
    bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .social li:first-child {
    display: none;
  }
  footer ul.social {
    width: auto;
    height: auto;
    position: static;
    background: none;
    box-shadow: none;
    margin: auto;
  }
  footer ul.social li {
    display: inline-block;
    width: auto;
    margin: 0 1px;
  }
  footer ul.social li a {
    width: 30px;
    height: 30px;
    line-height: 27px;
  }
  footer ul.social li a svg {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-banner h1 {
    font-size: 2.5rem;
  }
  .blog-banner h1 br {
    display: none;
  }
  .blog-content {
    padding: 0 !important;
  }
  .table-wrap {
    overflow-x: scroll;
  }
  .table-wrap .table {
    width: 900px;
  }
}
@media only screen and (max-width: 480px) {
  .blog-banner {
    padding: 0 !important;
  }
  .blog-banner h1 {
    font-size: 1.5rem;
  }
  .blog-banner::after {
    height: 100px;
  }
  .blog-content {
    padding: 0 !important;
  }
  .blog-content .p-5 {
    padding: 1.5rem 0 !important;
  }
  .blog-content h2 {
    font-size: 1.3rem;
  }
  .blog-content p {
    font-size: 1rem;
  }
}/*# sourceMappingURL=style.css.map */