@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: #cc8750;
}

::selection {
  color: #fff;
  background: #cc8750;
}

::-moz-selection {
  color: #fff;
  background: #cc8750;
}

::-webkit-selection {
  color: #fff;
  background: #cc8750;
}

* {
  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;
}

.btn-light {
  background: #fff;
}

.btn {
  border-radius: 8px !important;
  position: relative;
  z-index: 1;
}

.btn-primary {
  background: #d48453;
  border-color: #d48453;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #cc8750 !important;
  border-color: #cc8750 !important;
  color: #fff;
}

.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: #070e15;
}

.banner-section {
  float: left;
  width: 100%;
  background: url(https://post.blob.core.windows.net/images/2092448.jpg) no-repeat center center fixed;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 6rem 0 15rem;
}
.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.8) url(https://post.blob.core.windows.net/images/curve.svg) no-repeat center bottom;
  background-size: 100%;
  margin: auto;
}
.banner-section .banner-caption {
  position: relative;
  z-index: 1;
  text-align: left;
}
.banner-section .banner-caption .btn {
  position: relative;
  z-index: 1;
}
.banner-section .banner-caption p {
  color: #fff;
  max-width: 700px;
  font-weight: 300;
  opacity: 0.75;
}
.banner-section .banner-caption .caption-box {
  position: relative;
  padding: 5rem;
  text-align: center;
  margin: auto;
}

.blog-content-section {
  float: left;
  width: 100%;
  overflow: hidden;
}
.blog-content-section .container-fluid {
  padding: 0 !important;
}
.blog-content-section .btn {
  padding: 0.8rem 2rem;
}
.blog-content-section h2 {
  margin-bottom: 1.5rem !important;
  color: #070e15;
}
.blog-content-section .badge {
  padding: 0.7rem !important;
}
.blog-content-section .bg-primary {
  background: #d5d8e3 !important;
  color: #cc8750 !important;
  text-transform: none !important;
  font-weight: normal !important;
}
.blog-content-section .table-primary tr th {
  background: #d48453 !important;
  color: #fff;
}
.blog-content-section td {
  font-size: 1rem;
  border: none !important;
}
.blog-content-section ul {
  margin-left: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.blog-content-section ul li {
  list-style: disc !important;
  color: #595c68;
  font-size: 1rem;
}
.blog-content-section ol li {
  list-style: decimal !important;
  color: #595c68;
  font-size: 1rem;
}
.fcolor a, .blog-content-section p a, .blog-content-section li a{
color:#d48453 !important;
font-weight:500;
}


.blog-content-section .content-caption {
  padding: 4rem;
  position: relative;
  max-width: 700px;
  margin: auto;
}
.blog-content-section .content-caption p {
  font-weight: 300 !important;
  color: #070e15 !important;
  opacity: 0.75;
}
.blog-content-section:nth-child(even) .content-caption::before {
  right: auto;
  left: 0;
  border-right: none;
  border-left: solid 10px #cc8750;
}
.blog-content-section:nth-child(odd) .content-caption::before {
  left: auto;
  right: 0;
  border-left: none;
  border-right: solid 10px #cc8750;
}

.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 {
  float: left;
  width: 100%;
  position: relative;
  padding-top: 0;
  overflow: hidden;
  background: #070e15;
}
footer ul.nav li a {
  transition: all 0.2s ease-out;
  color: rgba(255, 255, 255, 0.3) !important;
}
footer ul.nav li a:hover {
  color: #cc8750 !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;
  }
}

.theme-bg {
  background: #d48453 !important;
}

.main-content .content-caption {
  margin: 0;
}

@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) {
  .banner-section h1 {
    font-size: 2.1rem;
  }
  .banner-section h1 br {
    display: none;
  }
  .blog-content-section {
    padding: 0 !important;
  }
  .blog-content-section .row.odd {
    flex-direction: column-reverse;
  }
  .banner-section .banner-caption {
    height: auto;
  }
  .banner-section .banner-caption p {
    font-size: 0.9rem;
    opacity: 0.9;
  }
  .content-item .col-lg-4 {
    display: none;
  }
  .banner-section .banner-caption .caption-box {
    padding: 3rem 0 3rem 3rem;
  }
  .banner-section h1 {
    font-size: 1.6rem !important;
  }
  .banner-section {
    padding: 4rem 0 3rem 0;
  }
  .blog-content-section .content-caption {
    padding: 0 2.5rem;
  }
  .banner-section .caption-box::before {
    display: none;
  }
  .banner-section .banner-caption .caption-box {
    padding: 1.5rem;
  }
  .blog-content-section .content-item {
    margin-bottom: 3rem !important;
  }
  .table-div {
    overflow-x: scroll;
  }
  .table-div .table {
    width: 900px;
  }
  .main-content {
    padding-top: 3rem !important;
  }
  .py-5-m .content-caption {
    padding: 2rem !important;
  }
  .theme-bg .row {
    --bs-gutter-y: 0 !important;
  }
}
@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-section .p-5 {
    padding: 1.5rem 0 !important;
  }
  .blog-content-section h2 {
    font-size: 1.3rem;
  }
  .blog-content-section p {
    font-size: 1rem;
  }
  .table-div {
    padding: 2rem 0 !important;
  }
  footer .col-md-4.d-flex.align-items-center {
    margin: auto !important;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */