@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center;
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif; }

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box; }

.backg {
  background-color: rgba(255, 77, 28, 0.1); }

.nav-item {
  padding: 13px 10px;
  font-weight: bold; }

.navbar {
  margin-bottom: 0px; }

#menubar {
  background-color: rgba(255, 77, 28, 0.1);
  opacity: 1;
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  overflow: hidden;
  transition: top 0.3s;
  z-index: 2; }

.btnprimary {
  background-color: #ff4d1c; }

h1 {
  font-size: 50px;
  font-weight: 800;
  padding-bottom: 10px; }

.Smart {
  background-color: rgba(255, 77, 28, 0.1); }

.imgstart {
  margin-left: 10%;
  margin-top: 50px; }

.animation-jump {
  animation-duration: 3000ms; }

.fhead h2 {
  font-weight: bold;
  font-size: 40px; }

h4 {
  font-weight: bold; }

.atp {
  background-color: #f9f9f9; }

h3 {
  font-weight: bold;
  font-size: 40px; }

ul li {
  list-style: none;
  padding-bottom: 12px;
  text-align: left; }

ul li i {
  padding-right: 5px;
  color: green;
  text-align: left; }

.best {
  background-color: #4568dc;
  color: white; }

.best .rone {
  height: 400px;
  width: 400px;
  border: 2px dashed white;
  border-radius: 50%; }
  .best .rone .rtwo {
    width: 300px;
    height: 300px;
    border: 3px solid white;
    border-radius: 50%; }
    .best .rone .rtwo .rthree {
      width: 200px;
      height: 200px;
      border: 3px solid white;
      border-radius: 50%; }
      .best .rone .rtwo .rthree .playb {
        background-color: red;
        width: 100px;
        height: 100px;
        border: 3px solid red;
        border-radius: 50%;
        text-align: center; }
        .best .rone .rtwo .rthree .playb i {
          font-size: 30px;
          color: white; }

.choose h2 {
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 20px; }

.carousel-control-prev {
  text-align: center;
  display: inline;
  width: 40px;
  position: relative;
  left: 0%;
  border-radius: 10px; }

.carousel-control-next {
  display: inline;
  width: 40px;
  position: relative;
  left: 0%;
  border-radius: 10px; }

.buttn:hover {
  background-color: #ff4d1c; }

.buttn {
  background-color: #130f40; }

.carousel-control-next-icon .carousel-control-prev-icon {
  width: 20px;
  text-align: center; }

#carouselExampleControls {
  background-color: rgba(255, 77, 28, 0.1);
  padding-bottom: 10px; }

.frequently .card-body .btn {
  border-color: #130f40;
  border-width: 2px; }

.frequently .card-body .btn:hover {
  background-color: #ff4d1c;
  border-color: #ff4d1c; }

.bc {
  background-color: rgba(255, 77, 28, 0.1); }

.btb {
  background-color: #ff4d1c; }
  .btb:hover {
    background-color: #ff4d1c; }

.newsletter {
  background-color: #080897; }

form {
  border: 3px solid #f1f1f1;
  font-family: Arial;
  background-color: white;
  border-radius: 10px;
  margin-top: 20px; }

input[type=text], input[type=submit] {
  width: 90%;
  padding: 12px;
  margin: 15px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box; }

input[type=submit] {
  background-color: #ff4d1c;
  color: white;
  border: none;
  border-radius: 5px;
  font-weight: bold; }

.hover1:hover {
  background-color: #ff4d1c; }

.btn {
  border-color: white; }

.btn1 {
  width: 100%;
  text-align: left;
  border-color: #ff4d1c;
  border: none;
  background: none;
  outline: none; }
  .btn1 button:focus {
    outline: none; }

.card {
  text-align: left; }

.btn1:hover {
  color: white; }

.item {
  max-width: 300px;
  max-height: 400px;
  margin: 10px 5px;
  text-align: center;
  padding: 10px 0px; }

.test {
  background-color: #f9f9f9; }

.owl-carousel.owl-loaded {
  display: inline-block; }

.img-wrap {
  background-size: cover;
  background-position: bottom;
  height: 50px;
  width: 50px; }
  .img-wrap img {
    visibility: hidden; }

.item {
  padding-top: 15px;
  border-radius: 10px; }
  .item img {
    width: 70px !important;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    margin-left: 35%;
    margin-top: 20px;
    margin-bottom: 10px; }

.item h4 {
  color: #ff4d1c; }

.thulo {
  font-size: 40px;
  color: blue;
  font-family: Fontawesome; }

.owl-prev {
  background-color: white !important;
  color: blue !important;
  width: 30px;
  height: 30px;
  font-size: 20px; }
  .owl-prev span {
    font-size: 20px; }

.owl-next {
  background-color: white !important;
  color: blue !important;
  width: 30px;
  height: 30px;
  font-size: 20px; }
  .owl-next span {
    font-size: 20px; }

.owl-prev, .owl-next:hover {
  background-color: blue !important;
  color: white !important; }

.fa-star {
  color: #f7d724; }

#exampleInputMassage {
  height: 200px;
  position: relative;
  top: 0px;
  left: 0px;
  content: ''; }

form {
  border-style: none;
  margin: 0; }

.imgpadding {
  margin-left: 30%; }

.footer {
  background-color: #f9f9f9; }

.footer .fa {
  text-align: center;
  font-size: 20px;
  color: #ff4d1c;
  width: 45px;
  height: 45px;
  padding-top: 10px;
  border: 1px solid #ff4d1c;
  border-radius: 5px; }

.red {
  background-color: white;
  padding: 30px 100px;
  position: fixed;
  top: 0;
  left: 0; }

.contact .btn {
  background-color: #ff4d1c; }

/*# sourceMappingURL=style.css.map */
