@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;
  overflow-x: hidden !important;
}

::-moz-selection {
  color: #fff;
  background: #29313e;
}

::selection {
  color: #fff;
  background: #29313e;
}

::-moz-selection {
  color: #fff;
  background: #29313e;
}

::-webkit-selection {
  color: #fff;
  background: #29313e;
}

* {
  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 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
}
header .btn-light {
  z-index: 999;
  position: relative;
  top: 0;
  right: 1rem;
}
header .btn-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;
}

.banner-section {
  display: inline-block;
  width: 100%;
  background: url(https://post.blob.core.windows.net/images/9070112.png) no-repeat center center fixed;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.banner-section h1 {
  font-size: 3.5rem;
  font-weight: 500;
  color: #fff;
}
.banner-section .image-holder {
  position: relative;
  z-index: 1;
}
.banner-section .image-holder img {
  width: 100%;
}
.banner-section::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  margin: auto;
}
.banner-section::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 400px;
  background: url(https://post.blob.core.windows.net/images/banner-after-1.svg) no-repeat center bottom;
  background-size: cover;
  margin: auto;
}
.banner-section .banner-caption {
  height: 700px;
  position: relative;
  z-index: 1;
}
.banner-section .banner-caption p {
  color: #fff;
  max-width: 700px;
  margin: auto;
}

.content-div {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.content-div .btn {
  padding: 0.8rem 2rem;
}
.content-div .btn-primary {
  background: #29313e;
  border-color: #29313e;
  color: #fff;
}
.content-div h2 {
  margin-bottom: 1.5rem !important;
}
.content-div .badge {
  padding: 0.7rem !important;
}
.content-div .bg-primary {
  background: #d5d8e3 !important;
  color: #29313e !important;
  text-transform: none !important;
  font-weight: normal !important;
}
.content-div .table-primary tr th {
  background: #29313e !important;
  color: #fff;
}
.content-div td {
  font-size: 1rem;
  border: none !important;
}
.content-div ul {
  margin-left: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.content-div ul li {
  list-style: disc !important;
  color: #595c68;
  font-size: 1rem;
}
.content-div 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 {
  position: relative;
  padding-top: 0;
  overflow: hidden;
}
footer ul.nav li a {
  transition: all 0.2s ease-out;
}
footer ul.nav li a:hover {
  color: #29313e !important;
}

@media only screen and (max-width: 1365px) {
  .floating-icon {
    bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section h1 {
    font-size: 2.1rem;
  }
  .banner-section h1 br {
    display: none;
  }
  .content-div {
    padding: 0 !important;
  }
  .content-div .row.odd {
    flex-direction: column-reverse;
  }
  .banner-section .banner-caption {
    height: 450px;
  }
  .banner-section .banner-caption p {
    font-size: 0.9rem;
    opacity: 0.9;
  }
}
@media only screen and (max-width: 480px) {
  .blog-banner {
    padding: 0 !important;
  }
  .blog-banner h1 {
    font-size: 1.5rem;
  }
  .blog-banner::after {
    height: 100px;
  }
  .content-div {
    padding: 0 !important;
  }
  .content-div .p-5 {
    padding: 1.5rem 0 !important;
  }
  .content-div h2 {
    font-size: 1.3rem;
  }
  .content-div p {
    font-size: 1rem;
  }
}/*# sourceMappingURL=style.css.map */