@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html {
  scroll-behavior: smooth;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
@media (min-width: 320px) and (max-width: 768px) {
  /* line 19, src/assets/scss/generic/_generic.box-sizing.scss */
  html {
    font-size: 88%;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: "Open Sans", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  font-family: "Open Sans", sans-serif;
    margin: 0;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.4;
    color: #555;
    text-align: left;
    background-color #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.938rem;
}

/* line 101, node_modules/bootstrap/scss/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.theme-rounded {
  border-radius: 1.5rem;
}
.theme-color-01{
  color: #CD7F3A;
}
.theme-bg-01{
  background-color: #CD7F3A;
}

.header .nav-link:hover{
  background: rgb(132 132 132 / 28%);
}
.header .nav-link{
    color: #fff;
    padding: 5px 10px !important;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.header .navbar-brand img{
  width: auto;
  max-height: 45px;
  transition: 0.3s;
  transform: scale(2.5) translate(5px, 10px);
}
.header .navbar-brand{
    color: #fff;
}
.header{    
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s;
  z-index: 999;
  background: #CD7F3A;
}
.header.sticky .navbar-brand img{
  max-height: 45px;
  transition: 0.3s;
  transform: scale(2) translate(5px, 10px);
}
.header.sticky{
  box-shadow: 0px 10px 40px rgb(0 0 0 / 15%);
}
.header.sticky .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item{
  background: #fff;
  color: #000;
}
.header.sticky .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover{
  background: #ffc008;
}
.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item{
  background: rgb(0 0 0 / 50%);
  padding: 12px 10px;
  color: #ccc;
  border-bottom: 1px solid rgb(255 255 255 / 6%);
}
.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover{
  background: #ffc008;
  color: #000;
}
.dropdown-toggle::after{
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid transparent;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid transparent;
  transform: rotate(45deg);
  position: relative;
  top: -4px;
  margin-left: 8px;
  vertical-align: middle;

}
.navbar-nav .nav-item.dropdown .dropdown-menu{
  border-radius: 0;
  top: 100%;
  padding: 16px 0;
  margin: 0;
  border: 0;
  background: rgb(0 0 0 / 0%);
}
.social-icons li a:hover{
    background: #cd7f3a;
    color: #fff;
}
.social-icons li a{
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    background: #c6c6c6;
    color: #000000;
    border-radius: 50%;
}
.social-icons li{
    display: inline-block;
    margin-right: 5px;
}
.social-icons{
  padding: 0;
}
.footer-links a:hover{
    text-decoration: none;
    color: #ffffff;
}
.footer-links a{
  color: #ccc;
}
.footer-links{
    padding: 0;
    line-height: 30px;
}
.footer-add-box .footer-add-box-icon i{
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 25px;
    background: #CD7F3A;
    color: #fff;
    border-radius: 50%;
}
.inner-banner:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.inner-banner{
  position: relative;
  background-image: url(../img/inner-page-banner.webp);
  background-size: cover;
  background-position: center;
}
/* ---------- Check-list ---------- */

.checks-list li::before {
    position: absolute !important;
    top: 10px !important;
    left: 0 !important;
    font-family: 'FontAwesome';
    content: "\f00c" !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 20px !important;
    color: #ffffff !important;
    width: 20px !important;
    height: 20px !important;
    background: #E65711 !important;
    text-align: center !important;
    border-radius: 50% !important;
}
.checks-list li{
    position: relative !important;
    padding: 0.5rem 0 0.5rem 1.875rem !important;
    line-height: inherit !important;
}
.checks-list{
    list-style: none !important;
    padding-left: 0px;
}

.arrow-list li::before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    color: #ffffff;
    width: 10px;
    height: 10px;
    border-width: 1px 1px 0px 0px;
    border-style: solid;
    border-color: #888;
    transform: rotate(45deg);
}
.arrow-list li{
  position: relative;
  padding: 0.4rem 0 0.4rem 1.4rem;
}
.arrow-list{
    list-style: none;
    padding-left: 0px;
}

@media screen and (max-width: 767px) {
  .font-sm-24, .sm-heading-01{
    font-size: 24px !important;
  }
  .header .navbar-brand img {
    transform: scale(2) translate(10px, 10px);
  }
  .header.sticky .navbar-brand img{
    transform: scale(1.8) translate(10px, 10px);
  }
}
