/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


body {
  font-family: "Roboto", sans-serif;
  float: left;
  width: 100%;
  color: #000;
  font-weight: 300;
  background-attachment: fixed;
  background-size: 40%;
  padding-right: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
 
}

.modal-open {
  padding-right: 0 !important;
  overflow: hidden;
}

::-moz-selection {
  /* Code for Firefox */
  color: #000;
  background: #d7c07f;
}

::selection {
  color: #000;
  background: #d7c07f;
}

.btn {
  box-shadow: none;
  outline: none;
}

button {
  box-shadow: none;
  outline: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}

p {
  color: #434343;
  line-height: 27px;
  font-size: 17px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

a:hover {
  color: #0e2c18;
}

ul li,
ul li a,
ol li,
ol li a {
  color: #161616;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

:focus {
  outline: none;
}

/* Styles for images */
img {
  max-width: 100%;
  height: auto;
}


.logo {
  width: 180px;
}

.banner h1 {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
}

h1 span {
  color: #ca0012;
}

ul li{    color: #434343;
    line-height: 27px;
    font-size: 17px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;margin: 1rem 0;}

  ul li::before {
  content: "✔ ";
  color: green;
  font-weight: bold;
  margin-right: 9px;
}
ul{list-style: none;padding: 0;margin: 2rem 0;}
.dir {
    font-size: 23px;
    font-weight: 600;
    
}
.dir span {
    color: #585858;
    font-size: 18px;
    font-weight: 500;
}