html {
  overflow: auto;
}

body {
  font-family: "Outfit", sans-serif;
  font-size: 15px !important;
  font-weight: 400;
}

a {
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #dfe4ff;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #0077b5;
}

.main_header {
  background: #000;
  padding: 16px 0;
}
.main_header .navbar-expand-md {
  padding: 0;
}
.main_header .navbar-collapse {
  justify-content: end !important;
}
.main_header .navbar-nav {
  margin: 0;
  padding: 0;
}
.main_header a.become {
  background: #2E73E1;
  color: #fff;
  padding: 10px 20px;
  margin: 0px 0;
  display: inline-block;
  text-decoration: none;
}
.main_header img {
  height: 40px;
}
.main_header ul {
  padding: 0;
  display: flex;
  justify-content: center !important;
  gap: 30px;
  margin: 10px 0;
}
.main_header ul li {
  list-style: none;
}
.main_header ul li a {
  padding: 10px 10px;
  color: #fff;
  text-decoration: none;
}

section.banner {
  height: 650px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

section.aboutus {
  padding: 60px 0;
  background: #111111;
}
section.aboutus .stay {
  background-size: cover;
  height: 451px;
  padding: 107px 65px;
  max-width: 1150px;
  margin: auto;
}
section.aboutus .stay .lestside {
  border: 18px solid #CBE7FC;
  padding: 30px 50px;
}
section.aboutus .stay .lestside p {
  color: #8C8C8C;
  font-size: 18px;
}
section.aboutus .stay .lestside ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 26px;
  font-size: 20px;
}
section.aboutus .stay .lestside ul li a {
  color: #000;
}
section.aboutus h6 {
  color: #2E73E1;
  font-size: 18px;
}
section.aboutus h2 {
  color: #FFF;
  font-size: 44px;
  margin: 20px 0;
}
section.aboutus p {
  color: #8C8C8C;
}
section.aboutus p.mb-0 {
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
}
section.aboutus .set p {
  color: #fff;
  font-size: 16px;
}
section.aboutus .set .img {
  background: #141414;
  width: 100%;
  height: 230px;
  line-height: 230px;
  border-radius: 14px;
}
section.aboutus .set h3 {
  color: #2E73E1;
  font-size: 42px;
  margin-top: 15px;
  font-weight: bold;
}

section.Stories {
  padding: 60px 0 60px 40px;
  background: #141414;
}
section.Stories .owl-nav {
  display: none;
}
section.Stories .owl-dots {
  display: none;
}
section.Stories h2 {
  color: #fff;
  font-size: 40px;
}
section.Stories p {
  color: #fff;
  font-size: 16px;
}
section.Stories .community {
  padding: 80px 0;
  border-right: 1px solid #686868;
  margin: 17px 0;
}
section.Stories .set h5 {
  color: #2E73E1;
  margin-top: 12px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  cursor: pointer;
}
section.Stories .set p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  cursor: pointer;
}

section.ourblog {
  padding: 60px 0;
  background: #111;
}
section.ourblog h2 {
  color: #FFF;
  font-size: 40px;
}
section.ourblog h4 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 24px;
}
section.ourblog p {
  color: #8C8C8C;
  font-size: 16px;
  margin-bottom: 40px;
}
section.ourblog .homeblog {
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
section.ourblog a.readmore {
  border: 2px solid #fff;
  padding: 10px 36px;
  border-radius: 2px;
  text-decoration: none;
  display: inline-block;
  color: #2E73E1;
  font-weight: 600;
}
section.ourblog h6 {
  color: #8C8C8C;
  margin-bottom: 15px;
  font-size: 16px;
}

section.latestpost {
  padding: 0px 0 60px 0;
  background: #111;
}
section.latestpost .inletest {
  background: #141414;
  padding: 50px;
  text-align: left;
  border-radius: 24px;
}
section.latestpost .inletest h2 {
  color: #fff;
  margin-bottom: 20px;
}
section.latestpost .inletest .img {
  height: 176px;
  background-size: cover;
  margin-bottom: 14px;
  background-position: center;
}
section.latestpost .inletest h6 {
  font-size: 18px;
  color: #fff;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
section.latestpost .inletest p {
  color: #8C8C8C;
  margin-bottom: 0;
  font-size: 16px;
}

.footer {
  background: #111;
  padding-bottom: 20px;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 26px;
  font-size: 27px;
  margin-top: 20px;
}
.footer ul li a {
  color: #fff;
}
.footer .form {
  display: flex;
  justify-content: center !important;
  color: #fff;
  margin: 30px 0;
}
.footer .form h4 {
  margin: 0;
  line-height: 50px;
  margin-right: 14px;
  font-size: 20px;
}
.footer .form form {
  background: #fff;
  min-width: 500px;
  border-radius: 52px;
  overflow: hidden;
  display: flex;
}
.footer .form form button {
  background: #2e73e1;
  width: 135px;
  border-radius: 30px;
  border: none;
  box-shadow: none;
  color: #fff;
  height: 45px;
  margin: 6px;
}
.footer .form form input {
  width: 100%;
  padding: 10px 18px;
  border: none;
}
.footer p.enddiv {
  border-top: 1px solid #3f3f3f;
  padding-top: 30px;
  margin-top: 50px;
  color: #959595;
}

section.terms {
  background: #141414;
  padding: 60px 0;
  color: #fff;
}
section.terms ol {
  padding: 0px;
}
section.terms ol li span {
  background: transparent !important;
  color: #fff !important;
}

/** Large devices (desktops, less than 1600px) **/
@media (max-width: 1599.98px) {
  section.banner {
    height: 500px;
  }
  section.Stories {
    padding: 45px 0 45px 30px;
  }
  section.Stories h2 {
    font-size: 35px;
  }
  section.ourblog {
    padding: 45px 0;
  }
  section.latestpost {
    padding: 0px 0 45px 0;
  }
  section.latestpost .inletest p {
    font-size: 14px;
  }
  section.latestpost .inletest h6 {
    font-size: 16px;
  }
  section.aboutus {
    padding: 45px 0;
  }
  section.aboutus h2 {
    font-size: 35px;
    margin: 16px 0;
  }
  section.aboutus p.mb-0 {
    font-size: 15px;
  }
  section.aboutus .set p {
    font-size: 15px;
  }
  section.aboutus .set h3 {
    color: #2E73E1;
    font-size: 34px;
    margin-top: 15px;
    font-weight: bold;
  }
  section.aboutus .stay {
    height: 375px;
    padding: 69px 50px;
    max-width: 976px;
    margin: auto;
  }
  section.aboutus .stay .lestside p {
    font-size: 15px;
  }
  section.aboutus .stay h3 {
    font-size: 20px;
  }
  section.Stories .community {
    padding: 42px 0;
    margin: 17px 0;
  }
  section.Stories .set h5 {
    font-size: 18px;
  }
  section.Stories .set p {
    font-size: 14px;
  }
}
/** Large devices (desktops, less than 1400px) **/
@media (max-width: 1399.98px) {
  section.aboutus h2 {
    font-size: 28px;
    margin: 10px 0;
  }
  section.aboutus .set .img {
    height: 160px;
    line-height: 160px;
    max-width: 180px;
    margin: auto;
  }
  section.aboutus .set .img img {
    height: 100px;
  }
  section.aboutus .set h3 {
    font-size: 28px;
    margin-top: 10px;
  }
  section.aboutus .stay {
    height: 327px;
    padding: 51px 28px;
    max-width: 850px;
  }
  section.latestpost .inletest {
    padding: 35px;
  }
  section.latestpost .inletest h6 {
    font-size: 16px;
  }
  .footer {
    padding-bottom: 5px;
  }
  .footer .form h4 {
    margin: 0;
    font-size: 18px;
  }
  .footer p.enddiv {
    padding-top: 20px;
    margin-top: 35px;
    font-size: 14px;
  }
  section.Stories p {
    font-size: 14px;
  }
  section.Stories h2 {
    font-size: 26px;
  }
}
/** Large devices (desktops, less than 1200px) **/
@media (max-width: 1199.98px) {
  .main_header {
    padding: 12px 0;
  }
  section.banner {
    height: 420px;
  }
  section.ourblog h4 {
    font-size: 22px;
    margin-bottom: 16px;
  }
  section.ourblog h2 {
    font-size: 28px;
    margin-bottom: 32px !important;
  }
  section.ourblog img {
    max-width: 80%;
  }
  section.latestpost .inletest h2 {
    font-size: 28px;
    margin-bottom: 16px;
  }
  section.latestpost .img {
    height: 125px;
    margin-bottom: 10px;
  }
  .footer ul {
    font-size: 22px;
    margin-top: 15px;
  }
  .footer .form form {
    min-width: 400px;
    margin-left: 10px;
  }
}
/**  Medium devices (tablets, less than 992px) **/
@media (max-width: 991.98px) {
  .main_header nav.navbar {
    padding: 0;
  }
  .main_header ul {
    gap: 15px;
  }
  .main_header a.become {
    padding: 8px 6px;
  }
  section.banner {
    height: 335px;
  }
  section.aboutus h6 {
    font-size: 15px;
  }
  section.aboutus .stay {
    height: 267px;
    padding: 45px 30px;
    max-width: 850px;
  }
  section.aboutus .stay .lestside {
    border: 12px solid #CBE7FC;
    padding: 15px 25px;
  }
  section.aboutus h2 {
    font-size: 24px;
  }
  section.latestpost .inletest .img {
    height: 190px;
    margin-bottom: 10px;
  }
  section.Stories {
    padding: 25px 0 25px 24px;
  }
  section.Stories .community {
    padding: 7px 0;
    margin: 16px 0;
  }
  section.ourblog {
    padding: 30px 0;
  }
  section.ourblog h4 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  section.ourblog p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
/** Small devices (landscape phones, less than 768px)**/
@media (max-width: 767.98px) {
  .main_header {
    padding: 20px 0;
  }
  .main_header .container {
    position: relative;
  }
  .main_header .navbar-nav {
    margin-top: 18px;
  }
  .main_header button.navbar-toggler {
    color: #fff;
    border: 1px solid #fff;
    padding: 3spx 12px;
    position: absolute;
    right: 0;
    top: -35px;
    border-radius: 4px;
    height: 38px;
    font-size: 27px;
    outline: none;
    box-shadow: none;
  }
  .main_header a.become {
    padding: 8px 15px;
    position: absolute;
    top: -5px;
    right: 77px;
    border-radius: 4px;
  }
  section.banner {
    height: 380px;
  }
  section.aboutus {
    padding: 30px 0;
  }
  section.aboutus p {
    font-size: 14px;
  }
  section.aboutus h3 {
    font-size: 24px;
    margin-top: 7px;
  }
  section.aboutus .stay {
    height: 240px;
    padding: 27px 20px;
    max-width: 850px;
  }
  section.aboutus .stay .lestside {
    border: 10px solid #CBE7FC;
    padding: 10px 10px;
  }
  section.aboutus .set .img {
    height: 105px;
    line-height: 105px;
    max-width: 100%;
    border-radius: 6px;
  }
  section.aboutus .set .img img {
    height: 70px;
  }
  .ourblog .oddr {
    order: 2;
    margin-top: 20px;
  }
  .main_header img {
    height: 30px;
  }
  .main_header ul {
    gap: 0px;
  }
  .footer .form form {
    min-width: 320px;
  }
  .footer .form form button {
    width: 100px;
  }
  section.Stories {
    padding: 15px;
  }
  section.Stories .community {
    border: none;
  }
}
/** Small devices (landscape phones, less than 576px)**/
@media (max-width: 575.98px) {
  .location_popUp {
    left: 60px !important;
  }
  .main_header {
    padding: 14px 0;
  }
  .main_header button.navbar-toggler {
    top: -42px;
    padding: 2px 6px;
    height: 36px;
  }
  section.Stories h2 {
    font-size: 24px;
  }
  .main_header img {
    height: 30px;
    margin: 6px 0;
  }
  .main_header a.become {
    padding: 8px 7px;
    font-size: 14px;
    border-radius: 3px;
    margin-top: 5px;
    right: 63px;
  }
  section.aboutus .stay {
    height: 203px;
    padding: 25px 12px;
    max-width: 430px;
    border-radius: 35px;
  }
  section.aboutus .stay .lestside p {
    font-size: 14px;
    margin: 3px;
  }
  section.latestpost {
    padding: 0px 0 30px 0;
  }
  .footer {
    padding-bottom: 1px;
  }
  .footer p.enddiv {
    padding-top: 14px;
    margin-top: 25px;
    font-size: 14px;
  }
  section.ourblog h2 {
    font-size: 24px;
    margin-bottom: 16px !important;
  }
}
/** Small devices (landscape phones, less than 480px)**/
@media (max-width: 480px) {
  section.ourblog a.readmore {
    border: 2px solid #fff;
    padding: 8px 30px;
  }
  section.aboutus h2 {
    font-size: 22px;
  }
  section.aboutus .set h3 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 2px;
  }
  section.aboutus p.mb-0 {
    font-size: 14px;
  }
  section.aboutus .stay {
    height: 167px;
    padding: 10px 12px;
    border-radius: 10px;
    margin-top: 0 !important;
  }
  section.aboutus .stay h3 {
    font-size: 18px;
    margin: 0;
  }
  section.aboutus .stay .lestside {
    border: 8px solid #CBE7FC;
    padding: 10px 10px;
  }
  section.aboutus .stay .lestside ul {
    gap: 14px;
    font-size: 16px;
  }
  section.aboutus .stay .lestside p {
    font-size: 13px;
    margin: 3px;
    line-height: 18px;
  }
  section.Stories h2 {
    font-size: 22px;
  }
  section.ourblog h2 {
    font-size: 20px;
    margin-bottom: 16px !important;
  }
  section.banner {
    height: 390px;
  }
  section.latestpost .inletest {
    padding: 12px;
  }
  section.latestpost .inletest h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .footer ul {
    font-size: 20px;
    gap: 20px;
  }
  .footer .form {
    display: block;
    margin: 15px 0;
  }
  .footer .form h4 {
    font-size: 16px;
    margin-bottom: 11px !important;
    line-height: normal;
  }
}/*# sourceMappingURL=main.css.map */