.menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  border-radius: 0 0 20px;
  background-color: white;
}

.menu a {
  text-decoration: none;
  color: white;
}

form input, form textarea {
  color: white;
}

.s-btn-primary {
  background-color: #FF4328;
}

.s-btn-primary:hover {
  background: rgba(255, 67, 40, 0.7);
}

.s-btn-secondary {
  background-color: #FEC931;
}

.s-btn-secondary:hover {
  background: rgba(254, 201, 49, 0.7);
}

.s-btn-primary-outline {
  border: 1px solid #FF4328;
  background-color: transparent;
}

.s-btn-primary-outline:hover {
  background-color: #FF4328;
}

.s-btn-secondary-outline {
  border: 1px solid #FEC931;
  background-color: transparent;
}

.s-btn-secondary-outline:hover {
  background-color: #FEC931;
}

.s-bg-light {
  background: #eeeeee !important;
}

.icon {
  font-size: 70px;
  color: #5e5ef5;
}

.s-bg-light {
  background-color: #eeeeee !important;
}

.s-bg-secondary {
  background: #FEC931 !important;
}

.s-bg-primary {
  background: #FF4328 !important;
}

.container2 {
  margin-right: 50px;
}

.container1 {
  margin-left: 50px;
}

.menu-continer {
  width: 100vw;
  min-height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 500;
  display: none;
  background-color: transparent;
}

.right-menu, .left-menu {
  position: fixed;
  top: 0;
  padding: 16px;
  padding-top: 150px;
  font-size: 1.3rem;
  font-weight: 500;
  min-height: 100vh;
  z-index: 500;
  white-space: nowrap;
  background-color: white;
  color: #313030;
  min-width: 50vw;
  -webkit-transition: ease-in-out .8s;
  transition: ease-in-out .8s;
}

.right-menu li, .left-menu li {
  list-style-type: none;
}

.right-menu li a, .left-menu li a {
  text-decoration: none;
}

.left-menu {
  left: 0;
  max-width: 0;
}

.right-menu {
  right: 0;
  text-align: right;
}

.l-menu-content ul, .r-menu-content ul {
  line-height: 3rem;
  text-transform: uppercase;
  width: 100%;
  color: #7a7575;
}

.hide-left {
  left: -100%;
}

.hide-right {
  right: -100%;
}

.sec {
  width: 100%;
  overflow: hidden;
}

.ovhidden {
  overflow: hidden;
}

.h-100 {
  min-height: 100vh;
}

.nowrap {
  white-space: nowrap;
}

.s-card-1 {
  overflow: hidden;
}

.s-card-1 img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.mySlides .s-heading {
  line-height: 1;
  font-size: 5rem !important;
}

.heading {
  color: #FF4328;
  font-family: 'Pacifico', cursive;
  font-size: 24px !important;
}

.s-heading {
  line-height: 3.4rem;
}

.s-mt-60 {
  margin-top: 100px;
}

.feture-cont:hover .feture {
  background-color: #FF4328;
  -webkit-transition: ease-in .3s;
  transition: ease-in .3s;
  color: #eeeeee;
}

.sub-header {
  position: relative;
  height: 300px;
}

.breadchrum {
  min-width: 250px;
  border-radius: 15px 0 0 15px;
  position: absolute;
  bottom: -10%;
  right: 0;
}

.feture {
  position: relative;
  background-color: #eeeeee;
  height: 100%;
}

.feture .s-icon {
  position: absolute;
  bottom: -1%;
  left: 80%;
  z-index: 130;
}

.s-bg-img {
  background: url("./img/examp.jpg"), no-repeat;
  background-size: cover;
}

.container3 {
  min-height: 300px;
  position: relative;
  background: url("./img/bscard.jpg"), no-repeat;
  background-size: cover;
}

table.s-no-border tbody tr td {
  padding: 20px 20px !important;
}

.t-r {
  text-align: right;
}

.s-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container5 {
  position: relative;
  min-height: 60vh;
  background: url("./img/examp.jpg"), no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.container5::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 67, 40, 0.7);
}

.container5 .s-container {
  z-index: 20;
}

.outline {
  position: absolute;
  top: 50%;
  left: 70%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: transparent;
  border: 4px solid white;
  font-size: 24px;
}

@media (min-width: 900px) {
  .left-menu {
    padding-left: 50px;
  }
  .right-menu {
    padding-right: 50px;
  }
}

@media (max-width: 900px) {
  .container2 {
    margin-right: 0;
  }
  .container1 {
    margin-left: 0;
  }
}

.menu-wrapper {
  width: 50px;
  height: 35px;
  cursor: pointer;
}

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
  width: 50px;
  height: 5px;
}

.hamburger-menu {
  position: relative;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  background: white;
  -webkit-transition: all 0ms 300ms;
  transition: all 0ms 300ms;
}

.hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}

.hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 15px;
  background: white;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  background: white;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:after {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
/*# sourceMappingURL=custum.css.map */