* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

a,
a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

p {
  color: #000;
  line-height: 28px;
  font-size: 16px;
}

button:focus {
  outline: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.mt35 {
  margin-top: 35px;
}

.all-slider .owl-carousel .owl-nav {
  text-align: center;
}

.all-slider .owl-carousel .owl-nav button.owl-next,
.all-slider .owl-carousel .owl-nav button.owl-prev,
.all-slider .owl-carousel button.owl-dot {
  margin: 0 10px;
}

.mfp-wrap {
  z-index: 100000 !important;
}

h1 {
  font-size: 50px;
}

section {
  transition: all .1s ease;
}

.section-title {
  text-align: left;
  margin-bottom: 20px;
}

.content .section-title {
  margin-bottom: 70px;
}

.title-inner {
  margin-bottom: 20px !important;
}


.content .section-title h1 {
  margin-bottom: 10px;
}

.section-title h1 {
  font-size: 42px;
  font-weight: 600;
  font-style: italic;
  color: #000;
  margin-bottom: 20px;
  margin-bottom: 0;
}

.section-title h5 {
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  color: #FBC409;
  margin-bottom: 5px;
  font-weight: 700;
}

section {
  padding: 80px 0;
}

.btn-gradient {
  background-image: radial-gradient(#fff -45%, #e3aa4a 65%);
  padding: 12px 35px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  margin-top: 20px;
}

.btn-gradient:hover {
  color: #000 !important;
}

.btn {
  border: 1px solid #888;
  border-radius: 5px;
  transition: .4s all ease-in-out;
  position: relative;
  padding: 10px 20px;
  background-color: #FBC409;
  color: #000;
  font-weight: bold;
  border: 0 none;
}

.btn-default {
  background-color: #fff;
  border: 1px solid #838383;
  padding: 12px 40px;
  border-radius: 50px;
  text-decoration: inherit;
  color: #000;
}

.btn span {
  font-size: 16px;
  font-weight: 700;
  vertical-align: top;
  color: #010101;
}

.btn img {
  padding-right: 10px;
  vertical-align: top;
}

.btn:hover {
  opacity: 0.8;
  color: #000;
}

.white-color {
  color: #fff !important;
}

.btn-text {
  font-weight: 600;
  color: #000;
  transition: 500ms;
}

.page-title {
  background-image: url(../images/page-title.png);
  padding: 80px 0;
  background-position: 100% 70%;
  position: relative;
  background-blend-mode: overlay;
  background-color: rgb(0 0 0 / 50%);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-title h1 {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.nav-breadcrum {
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-top: -20px;
  position: inherit;
}

.breadcrumb {
  background-color: inherit;
  margin-bottom: 0;
}

.breadcrumb-item a {
  color: #fff;
  font-size: 14px;
  vertical-align: top;
}

.breadcrumb-item.active {
  color: #e3aa4a;
  font-size: 14px;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #e3aa4a;
}

.content {
  margin-top: 0px;
  margin-bottom: 50px;
}

.owl-carousel .owl-stage-outer {
  overflow: initial;
}

.owl-item {
  opacity: 0;
}

.owl-item.active {
  opacity: 1;
}

.all-slider .owl-carousel .owl-nav {
  margin-top: 50px;
}

.whatsapp {
  position: fixed;
  right: 25px;
  bottom: 15px;
  font-size: 38px;
  color: green;
  padding: 5px 7px;
  border-radius: 50%;
  background-color: #29A71A;
  display: inline-grid;
  transition: 500ms;
  border: 1.5px solid green;
  z-index: 1;
}

.whatsapp i {
  color: #fff;
}

.whatsapp:hover {
  color: #29A71A;
  background-color: fff;
}


/*Form control start*/


.form-control {
  height: 50px;
  color: #000;
  border: 0 none;
  background-color: #fff;
  border-radius: 5px;
  font-size: 16px;
  width: 100%;
  border: 2px solid #bfbcbe;
}

.form__group {
  position: relative;
  padding: 15px 0 0;
  margin-bottom: 32px;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #333;
  outline: 0;
  font-size: 16px;
  color: #212121;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
  border-radius: 0;
}

.form__field::placeholder {
  color: transparent;
}

.form__field:placeholder-shown~.form__label {
  font-size: 16px;
  cursor: text;
  top: 20px;
}

.form__field:focus~.form__label {
  color: #009788;
}

.form__field:focus {
  padding-bottom: 6px;
  border-bottom: 2px solid #009788;
}

.form-control:focus {
  box-shadow: none;
}

textarea.form-control {
  height: auto;
}

.theme-btn {
  background: transparent;
  border-radius: 50px;
  padding: 10px 40px;
  border: 2px solid #f58220;
  font-weight: 600;
  transition: 500ms;
  color: #fff;
}

.theme-btn:hover {
  background: #fff;
  color: #f58220;
}

/*Form control end*/

.navbar {
  display: flex;
  align-items: center;
  justify-content: right;
  transition: 500ms;
}

.navbar-toggler {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-50%, 25%);
}

.navbar-light .navbar-nav .nav-link:focus {
  color: #fff;
}

.mob-menu {
  display: none !important;
}

/* Header */

.top-line {
  position: absolute;
  right: 50px;
  top: 16px;
  z-index: 10000;
}

.top-line img {
  width: 12%;
  position: absolute;
  left: -41px;
}

.top-line h6 {
  color: #fff;
  line-height: 31px;
}

.main-header {
  transition: 500ms;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10000;
}

.main-header .container {
  max-width: 1240px;
}

.header-gradient {
  background-image: linear-gradient(to top, rgb(96 96 96 / 0%) 0%, rgb(0 0 0) 80%);
  width: 100%;
  height: 270px;
  position: absolute;
  top: 0;
}

.navbar-fixed-top {
  background-color: #fff;
  transition: 500ms;
  padding: 12px 0 20px;
  height: 110px;
}

.navbar-fixed-top .header-logo span {
  display: none;
}


.navbar-fixed-top .header-logo img {
  width: 80%;
  transition: 500ms;
}

.navbar-fixed-top .header-top {
  display: none;
}

.header-top {
  width: 80%;
  margin: 0 auto;
}

.header-top .col-md-6 {
  align-items: end;
}

.header-top .col-md-6 a {
  font-size: 16px;
  color: #000;
}

.navbar-fixed-top .header-gradient {
  display: none !important;
}

.header-logo {
  text-align: center;
  display: flex;
}

.navbar-fixed-top .header-logo {
  margin-top: -17px;
}

.navbar-fixed-top .navbar-light .navbar-nav .nav-link,
.navbar-fixed-top .navbar-light .navbar-nav .active>.nav-link,
.navbar-fixed-top .navbar-light .navbar-nav .nav-link.active,
.navbar-fixed-top .navbar-light .navbar-nav .nav-link.show,
.navbar-fixed-top .navbar-light .navbar-nav .show>.nav-link {
  color: #000;
}

.navbar-fixed-top .header-logo a {
  color: #000;
  font-size: 14px;
  margin: 0 auto;
}

.header-logo a {
  color: #fff;
  font-size: 20px;
  padding-top: 25px;
}

.header-logo img {
  transition: 500ms;
  width: 100%;
  margin-bottom: 5px;
}

.header-logo a span {
  display: block;
}

.header-content .col-md-5 {
  padding-top: 40px;
}

.navbar-fixed-top .header-content .col-md-5 {
  padding-top: 0px;
}

.navbar-fixed-top.header-logo a {
  padding-top: 0;
}


/*.header-content .navbar{
    display: flex;
    align-items: center;
    justify-content: center;
    transition:500ms;
}*/

.header-content .navbar.nav-right {
  justify-content: left;
}

/*.header-content .menu-left{
    padding-right: 40px;
}

.header-content .menu-right{
    padding-left: 40px;
}*/

.header-left {
  display: flex;
  flex: 1;
}

.header-right {
  position: relative;
  align-items: center;
}

.navbar-collapse {
  justify-content: center;
}

ul.navbar-nav.menu-width {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-light .navbar-nav .nav-item {
  margin: 0 9px;
  position: relative;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  padding: 0 5px;
  font-size: 18px;
  transition: 500ms;
  font-weight: 400;
  position: relative;
  text-align: center;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #e3aa4a;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #fbc409;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.li-menu-line:before {
  content: "";
  position: absolute;
  right: -10px;
  height: 16px;
  width: 2px;
  background-color: #FFF;
  top: 7px;
}

.nav-item.dropdown .sub-menu {
  background-color: #fbc409;
}

.nav-item.dropdown .sub-menu li {
  padding: 0 10px 5px;
}

.nav-item.dropdown .sub-menu li a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.nav-item.dropdown .dropdown-menu.show {
  display: none;
}

.nav-item.dropdown:hover .dropdown-menu.show {
  display: block;
  min-width: 8rem;
}

/* Home Slider */

.slider-section {
  height: 100vh;
  width: 100%;
  background-position: bottom;
  overflow: hidden;
}

.swiper-slide.swiper-slide-active .bg-slider-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 10s ease-out;
  transform: scale(1.1);
  height: 95vh;
  background-position: bottom;
  overflow: hidden;
}

.slingle-slider {
  height: 1080px;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slingle-slider {
    height: 980px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider {
    height: 1150px;
  }
}

@media only screen and (max-width: 575px) {
  .slingle-slider {
    height: 1000px;
  }
}

@media only screen and (max-width: 479px) {
  .slingle-slider {
    height: 880px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1549px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .slingle-slider.single-slider-three {
    height: 900px;
  }
}

@media only screen and (max-width: 767px) {
  .slingle-slider.single-slider-three {
    height: 1040px;
  }
}

@media only screen and (max-width: 575px) {
  .slingle-slider.single-slider-three {
    height: 1040px;
  }
}

@media only screen and (max-width: 479px) {
  .slingle-slider.single-slider-three {
    height: 820px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .slingle-slider.single-slider-three .slider-content-wrapper {
    padding-top: 140px;
  }
}

@media only screen and (max-width: 575px) {
  .slingle-slider.single-slider-three .slider-content-wrapper {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 479px) {
  .slingle-slider.single-slider-three .slider-content-wrapper {
    padding-top: 125px;
    text-align: center;
  }
}

.slingle-slider .shape {
  position: absolute;
}

.slingle-slider .shape-one {
  top: 270px;
  left: 145px;
  z-index: 1;
  -webkit-animation: moveupdown 2s infinite alternate;
  animation: moveupdown 2s infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .slingle-slider .shape-one {
    top: 180px;
    left: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slingle-slider .shape-one {
    top: 134px;
    left: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider .shape-one {
    top: 110px;
    left: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .slingle-slider .shape-one {
    display: none;
  }
}

.slingle-slider .shape-11 {
  top: 270px;
  left: 145px;
  z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .slingle-slider .shape-11 {
    top: 140px;
    left: 5px;
    width: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slingle-slider .shape-11 {
    top: 100px;
    left: 30px;
    width: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider .shape-11 {
    top: 110px;
    left: 5px;
    width: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .slingle-slider .shape-11 {
    display: none;
  }
}

.slingle-slider .shape-two {
  top: 358px;
  left: 50%;
  margin-left: -20px;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slingle-slider .shape-two {
    top: 250px;
    left: 36%;
    margin-left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider .shape-two {
    top: 450px;
  }
}

@media only screen and (max-width: 767px) {
  .slingle-slider .shape-two {
    display: none;
  }
}

.slingle-slider .shape-three {
  bottom: 220px;
  left: 50%;
  margin-left: -80px;
  z-index: 1;
  -webkit-animation: moveupdown 2s infinite alternate;
  animation: moveupdown 2s infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slingle-slider .shape-three {
    left: 36%;
    margin-left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider .shape-three {
    bottom: 470px;
    left: 14%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .slingle-slider .shape-three {
    display: none;
  }
}

.slingle-slider .shape-four {
  bottom: 110px;
  right: 314px;
  z-index: 1;
  -webkit-animation: moveleftright 2s infinite alternate;
  animation: moveleftright 2s infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slingle-slider .shape-four {
    bottom: 200px;
    right: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider .shape-four {
    bottom: 45px;
    right: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .slingle-slider .shape-four {
    display: none;
  }
}

.slingle-slider .shape-five {
  top: 178px;
  right: 100px;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slingle-slider .shape-five {
    top: 90px;
    right: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider .shape-five {
    top: 90px;
    right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .slingle-slider .shape-five {
    display: none;
  }
}

.slingle-slider .shape-six {
  left: 0;
  bottom: 60px;
  z-index: 1;
  -webkit-animation: moveleftrightwo 2s infinite alternate;
  animation: moveleftrightwo 2s infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slingle-slider .shape-six {
    bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider .shape-six {
    left: -68px;
  }
}

@media only screen and (max-width: 767px) {
  .slingle-slider .shape-six {
    left: -50px;
    display: none;
  }
}

.slingle-slider .shape-seven {
  left: 0;
  top: 0;
}

.slingle-slider .shape-eight {
  left: 0;
  bottom: 0;
}

.slingle-slider .shape-nine {
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slingle-slider .shape-nine {
    bottom: -262px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider .shape-nine {
    bottom: -262px;
  }
}

@media only screen and (max-width: 767px) {
  .slingle-slider .shape-nine {
    bottom: -262px;
    right: -270px;
  }
}

.slingle-slider .shape-ten {
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slingle-slider .shape-ten {
    bottom: -205px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider .shape-ten {
    bottom: -205px;
  }
}

@media only screen and (max-width: 767px) {
  .slingle-slider .shape-ten {
    bottom: -205px;
    right: -220px;
  }
}

.slingle-slider .shape-12 {
  bottom: 240px;
  right: 4%;
  z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .slingle-slider .shape-12 {
    bottom: 8%;
    right: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slingle-slider .shape-12 {
    bottom: 8%;
    right: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider .shape-12 {
    bottom: 4%;
    right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .slingle-slider .shape-12 {
    display: none;
  }
}

.slingle-slider .shape-13 {
  bottom: 0px;
  left: 4%;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slingle-slider .shape-13 {
    left: 2%;
    margin-left: 0px;
  }

  .slingle-slider .shape-13 img {
    width: 80%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider .shape-13 {
    left: 2%;
    margin-left: 0px;
  }

  .slingle-slider .shape-13 img {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .slingle-slider .shape-13 {
    display: none;
  }
}

.slingle-slider .shape-14 {
  bottom: 22%;
  left: 5%;
  z-index: 1;
  -webkit-animation: moveupdown 1.5s infinite alternate;
  animation: moveupdown 1.5s infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .slingle-slider .shape-14 {
    left: 10px;
    bottom: 12%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider .shape-14 {
    left: 10px;
    bottom: 12%;
  }
}

@media only screen and (max-width: 767px) {
  .slingle-slider .shape-14 {
    display: none;
  }
}

.slingle-slider .shape-15 {
  top: 25%;
  left: 46%;
  z-index: 1;
  -webkit-animation: animationFramesTwo 5s infinite alternate;
  animation: animationFramesTwo 5s infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .slingle-slider .shape-15 {
    left: 42%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slingle-slider .shape-15 {
    left: 36%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider .shape-15 {
    left: 4%;
    top: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .slingle-slider .shape-15 {
    display: none;
  }
}

.slingle-slider .shape-16 {
  top: 23%;
  left: 53%;
  z-index: 1;
  -webkit-animation: animationFramesOne 8s infinite alternate;
  animation: animationFramesOne 8s infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slingle-slider .shape-16 {
    top: 25%;
    left: 45%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider .shape-16 {
    top: 45%;
    left: 15%;
  }
}

@media only screen and (max-width: 767px) {
  .slingle-slider .shape-16 {
    display: none;
  }
}

.slingle-slider .shape-17 {
  bottom: 50%;
  right: 3%;
  z-index: 1;
  -webkit-animation: animationFramesThree 4s infinite alternate;
  animation: animationFramesThree 4s infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .slingle-slider .shape-17 {
    right: 30px;
    bottom: 30%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slingle-slider .shape-17 {
    right: 30px;
    bottom: 30%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider .shape-17 {
    right: 30px;
    bottom: 30%;
  }
}

@media only screen and (max-width: 767px) {
  .slingle-slider .shape-17 {
    display: none;
  }
}

.slingle-slider .shape-18 {
  bottom: 23%;
  right: 14%;
  z-index: 1;
  -webkit-animation: moveupdown 2s infinite alternate;
  animation: moveupdown 2s infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .slingle-slider .shape-18 {
    bottom: 17%;
    right: 5%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slingle-slider .shape-18 {
    bottom: 17%;
    right: 5%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider .shape-18 {
    bottom: 17%;
    right: 5%;
  }
}

@media only screen and (max-width: 767px) {
  .slingle-slider .shape-18 {
    display: none;
  }
}

.slingle-slider .slider-content-wrapper {
  display: flex;
  align-items: center;
  height: 90%;
  z-index: 2;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .slingle-slider .slider-content-wrapper {
    align-items: flex-start;
    padding-top: 140px;
  }
}

@media only screen and (max-width: 575px) {
  .slingle-slider .slider-content-wrapper {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 479px) {
  .slingle-slider .slider-content-wrapper {
    padding-top: 100px;
  }
}

.slingle-slider .slider-content .title {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.16;
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slingle-slider .slider-content .title {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .slingle-slider .slider-content .title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 479px) {
  .slingle-slider .slider-content .title {
    font-size: 22px;
    line-height: 32px;
  }
}

.slingle-slider .slider-content .subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.9;
  font-family: 'Playball', cursive;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .slingle-slider .slider-content .subtitle {
    font-size: 20px;
    letter-spacing: 5px;
  }
}

@media only screen and (max-width: 479px) {
  .slingle-slider .slider-content .subtitle {
    font-size: 18px;
    letter-spacing: 3px;
  }
}

.slingle-slider .slider-content .text {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.5px;
  color: #fff;
  margin-top: 30px;
  max-width: 510px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .slingle-slider .slider-content .text {
    font-size: 20px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .slingle-slider .slider-content .text {
    font-size: 22px;
    margin-top: 16px;
  }
}

.slingle-slider .slider-content .btn {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .slingle-slider .slider-content .btn {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .slingle-slider .slider-content .btn {
    margin-top: 10px;
  }
}

.slingle-slider .slider-image {
  position: relative;
}

.slingle-slider .slider-image .slider-image-one {
  position: absolute;
  right: 0;
  top: -90px;
  margin-right: -15px;
  z-index: 2;
}

.slingle-slider .slider-image .slider-image-one img {
  box-shadow: 25px 20px 41px rgba(69, 38, 177, 0.1), 26px 51px 41px rgba(69, 38, 177, 0.1);
  border-radius: 26px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider .slider-image .slider-image-one {
    top: 30px;
    margin-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .slingle-slider .slider-image .slider-image-one {
    top: 22px;
    width: 64%;
    margin-right: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .slingle-slider .slider-image .slider-image-one {
    top: 30px;
    width: 64%;
    right: 0px;
  }
}

@media only screen and (max-width: 479px) {
  .slingle-slider .slider-image .slider-image-one {
    top: 30px;
    width: 70%;
    right: 0px;
  }
}

.slingle-slider .slider-image .slider-image-two {
  position: absolute;
  left: 50px;
  top: 210px;
  z-index: 1;
}

.slingle-slider .slider-image .slider-image-two img {
  box-shadow: 25px 20px 41px rgba(69, 38, 177, 0.1), 26px 51px 41px rgba(69, 38, 177, 0.1);
  border-radius: 26px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) and (max-width: 1549px) {
  .slingle-slider .slider-image .slider-image-two {
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider .slider-image .slider-image-two {
    top: 190px;
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .slingle-slider .slider-image .slider-image-two {
    top: 175px;
    left: 0px;
    width: 60%;
  }
}

@media only screen and (max-width: 575px) {
  .slingle-slider .slider-image .slider-image-two {
    top: 175px;
    left: 0px;
    width: 60%;
  }
}

@media only screen and (max-width: 479px) {
  .slingle-slider .slider-image .slider-image-two {
    top: 175px;
    left: 0px;
    width: 66%;
  }
}

.slingle-slider .slider-image .slider-image-three {
  position: absolute;
  right: 0;
  top: -100px;
  margin-right: -15px;
  z-index: 2;
}

.slingle-slider .slider-image .slider-image-three img {
  width: 87%;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .slingle-slider .slider-image .slider-image-three {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider .slider-image .slider-image-three {
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    position: relative;
    top: 30px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .slingle-slider .slider-image .slider-image-three {
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    position: relative;
    top: 24px;
    margin-right: 0;
  }

  .slingle-slider .slider-image .slider-image-three img {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .slingle-slider .slider-image .slider-image-three {
    width: 100%;
  }
}

.slingle-slider .slider-image .shape-circle {
  top: 140px;
  left: 160px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .slingle-slider .slider-image .shape-circle {
    left: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slingle-slider .slider-image .shape-circle {
    left: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider .slider-image .shape-circle {
    top: 115px;
    left: 190px;
  }
}

@media only screen and (max-width: 575px) {
  .slingle-slider .slider-image .shape-circle {
    top: 100px;
    left: 80px;
  }
}

@media only screen and (max-width: 479px) {
  .slingle-slider .slider-image .shape-circle {
    top: 110px;
    left: 42px;
  }
}

.slingle-slider .slider-image .shape-circle-two {
  top: -90px;
  right: -100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .slingle-slider .slider-image .shape-circle-two {
    top: -20px;
    right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slingle-slider .slider-image .shape-circle-two {
    top: -50px;
    right: -25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider .slider-image .shape-circle-two {
    top: 35px;
    right: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .slingle-slider .slider-image .shape-circle-two {
    top: 25px;
    right: -70px;
    width: 70%;
  }
}

@media only screen and (max-width: 575px) {
  .slingle-slider .slider-image .shape-circle-two {
    top: 15px;
    right: 12px;
    width: 50%;
  }
}

.slingle-slider .slider-image .shape-circle-three {
  bottom: -95px;
  right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .slingle-slider .slider-image .shape-circle-three {
    bottom: -45px;
    right: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider .slider-image .shape-circle-three {
    bottom: -20px;
    right: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .slingle-slider .slider-image .shape-circle-three {
    bottom: -58px;
    right: 34px;
  }
}

.slingle-slider .award-thumb {
  position: absolute;
  top: -25px;
  right: -120px;
  width: 190px;
  height: 190px;
  border-radius: 10px;
  background-color: white;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  box-shadow: 5px 0 90px rgba(2, 24, 93, 0.08);
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .slingle-slider .award-thumb {
    right: -35px;
    top: 0;
    width: 170px;
    height: 170px;
    padding: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slingle-slider .award-thumb {
    right: -28px;
    top: 0;
    width: 170px;
    height: 170px;
    padding: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider .award-thumb {
    right: 0px;
    top: 70px;
    width: 170px;
    height: 170px;
    padding: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .slingle-slider .award-thumb {
    right: 0px;
    top: 70px;
    width: 170px;
    height: 170px;
    padding: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .slingle-slider .award-thumb {
    right: 5px;
    top: 45px;
    width: 125px;
    height: auto;
    padding: 15px 10px;
  }
}

.slingle-slider .award-thumb-text {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #1c1c1c;
  line-height: 1.3;
  text-align: center;
}

@media only screen and (max-width: 575px) {
  .slingle-slider .award-thumb-text {
    font-size: 14px;
    margin-top: 10px;
  }
}

.slingle-slider .slider-thumb {
  width: 240px;
  height: 120px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 5px 0 90px rgba(2, 24, 93, 0.08);
  position: absolute;
  left: 10px;
  bottom: -20px;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 0 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .slingle-slider .slider-thumb {
    right: -50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slingle-slider .slider-thumb {
    right: -50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider .slider-thumb {
    left: 40px;
    padding: 20px 20px;
    height: auto;
    max-width: 200px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .slingle-slider .slider-thumb {
    left: 40px;
    padding: 20px 20px;
    height: auto;
    max-width: 200px;
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .slingle-slider .slider-thumb {
    padding: 10px 15px;
    max-width: 140px;
    left: 10px;
  }
}

.slingle-slider .slider-thumb .number {
  font-size: 60px;
  line-height: 1;
  font-weight: 500;
  color: #7153d9;
  background: -webkit-linear-gradient(-45deg, #4526b1 0%, #5435be 45%, #7153d9 66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 575px) {
  .slingle-slider .slider-thumb .number {
    font-size: 40px;
  }
}

.slingle-slider .slider-thumb .text {
  margin-left: 15px;
  font-size: 20px;
  font-weight: 500;
  color: #1c1c1c;
  line-height: 1.3;
  text-align: start;
}

@media only screen and (max-width: 575px) {
  .slingle-slider .slider-thumb .text {
    font-size: 14px;
    margin-left: 10px;
  }
}

.animation-style-01 .swiper-slide-active .shape-seven {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animation-style-01 .swiper-slide-active .shape-eight {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animation-style-01 .swiper-slide-active .shape-nine {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animation-style-01 .swiper-slide-active .shape-ten {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animation-style-01 .swiper-slide-active .shape-13 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animation-style-01 .swiper-slide-active .award-thumb,
.animation-style-01 .swiper-slide-active .slider-thumb {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animation-style-01 .swiper-slide-active .award-thumb img,
.animation-style-01 .swiper-slide-active .slider-thumb img {
  -webkit-animation-name: flip;
  animation-name: flip;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animation-style-01 .swiper-slide-active .award-thumb .number,
.animation-style-01 .swiper-slide-active .slider-thumb .number {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animation-style-01 .swiper-slide-active .slider-content .subtitle {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animation-style-01 .swiper-slide-active .slider-content .title {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 0.04s;
  animation-delay: 0.04s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animation-style-01 .swiper-slide-active .slider-image .img-animate {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.04s;
  animation-delay: 0.04s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animation-style-01 .swiper-slide-active .slider-content .text {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 0.04s;
  animation-delay: 0.04s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animation-style-01 .swiper-slide-active .slider-content .btn {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 0.08s;
  animation-delay: 0.08s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animation-style-01 .swiper-slide-active .slider-image.slide-two-image {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 0.04s;
  animation-delay: 0.04s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animation-style-01 .swiper-slide-active .slider-image .shape-circle,
.animation-style-01 .swiper-slide-active .slider-image .shape-circle-two,
.animation-style-01 .swiper-slide-active .slider-image .shape-circle-three {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animation-style-01 .swiper-slide-active .slider-shape {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes moveupdown {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-30px);
  }
}

@keyframes moveupdown {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-30px);
  }
}

@-webkit-keyframes moveleftright {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-30px);
  }
}

@keyframes moveleftright {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-30px);
  }
}

@-webkit-keyframes moveleftrightwo {
  0% {
    transform: translateX(10);
  }

  100% {
    transform: translateX(-5px);
  }
}

@keyframes moveleftrightwo {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-30px);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }

  50% {
    transform: translate(30px, -30px) rotate(0deg) scale(1);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}

@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }

  50% {
    transform: translate(30px, -30px) rotate(0deg) scale(1);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}

@-webkit-keyframes animationFramesTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }

  50% {
    transform: translate(30px, 40px) rotate(0deg) scale(1);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}

@keyframes animationFramesTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }

  50% {
    transform: translate(30px, 40px) rotate(0deg) scale(1);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}

@-webkit-keyframes animationFramesThree {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }

  50% {
    transform: translate(20px, 30px) rotate(0deg) scale(1);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}

@keyframes animationFramesThree {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }

  50% {
    transform: translate(20px, 30px) rotate(0deg) scale(1);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}

.sliderone-pagination {
  bottom: 308px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderone-pagination {
    bottom: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .sliderone-pagination {
    bottom: 20px !important;
  }
}

.sliderone-pagination .swiper-pagination-bullet {
  background-color: #fbc409;
  height: 18px;
  width: 18px;
  border-radius: 100%;
  opacity: 1;
  transition: 0.4s;
}

.sliderone-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 60px;
  border-radius: 20px;
  background-color: #fbc409;
  transition: 0.4s;
}

.slidertwo-pagination {
  bottom: 18px;
  text-align: start;
  position: relative;
  margin: auto;
  line-height: 0.8;
}

.slidertwo-pagination .swiper-pagination-bullet {
  background-color: #e2c4ff;
  height: 18px;
  width: 18px;
  border-radius: 100%;
  opacity: 1;
  transition: 0.4s;
  line-height: 1;
}

.slidertwo-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 60px;
  border-radius: 20px;
  background-color: #7153d9;
  transition: 0.4s;
}

@media only screen and (min-width: 1550px) {
  .slidertwo-pagination {
    max-width: 1300px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .slidertwo-pagination {
    max-width: 1300px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .slidertwo-pagination {
    max-width: 1116px;
    bottom: 20px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-pagination {
    max-width: 938px;
    bottom: 20px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-pagination {
    max-width: 698px;
  }
}

@media only screen and (max-width: 767px) {
  .slidertwo-pagination {
    max-width: 516px;
    bottom: -30px !important;
  }
}

@media only screen and (max-width: 575px) {
  .slidertwo-pagination {
    max-width: 100%;
    margin-right: 15px;
    margin-left: 15px;
    bottom: -30px !important;
  }
}

@media only screen and (max-width: 479px) {
  .slidertwo-pagination {
    max-width: 100%;
    margin-right: 15px;
    margin-left: 15px;
  }
}

/* Slider Two */
@media only screen and (max-width: 767px) {
  .slidertwo-style {
    padding-bottom: 30px;
  }
}

.slider-content-two {
  display: flex;
  flex-wrap: wrap;
  padding-top: 155px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-two {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-content-two {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 575px) {
  .slider-content-two {
    padding-top: 100px;
  }
}

.slider-content-two .slider-content {
  position: absolute;
  margin-top: 233px;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1549px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-two .slider-content {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-two .slider-content {
    margin-top: 0px;
    max-width: 400px;
    left: 0;
    transform: none;
  }
}

@media only screen and (max-width: 767px) {
  .slider-content-two .slider-content {
    margin-top: 0px;
    position: relative;
    margin-bottom: 40px;
    left: 0;
    transform: none;
  }
}

.slider-content-two .slider-content .title {
  font-size: 72px;
  font-weight: 500;
  line-height: 1.16;
  color: #1c1c1c;
  max-width: 650px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .slider-content-two .slider-content .title {
    max-width: 500px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-two .slider-content .title {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .slider-content-two .slider-content .title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 479px) {
  .slider-content-two .slider-content .title {
    font-size: 36px;
  }
}

.slider-content-two .slider-content .subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.9;
  color: #7153d9;
  text-transform: uppercase;
  letter-spacing: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .slider-content-two .slider-content .subtitle {
    font-size: 20px;
    letter-spacing: 5px;
  }
}

@media only screen and (max-width: 479px) {
  .slider-content-two .slider-content .subtitle {
    font-size: 18px;
    letter-spacing: 3px;
  }
}

.slider-content-two .slider-content .text {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #54545f;
  margin-top: 30px;
  max-width: 440px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .slider-content-two .slider-content .text {
    font-size: 20px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .slider-content-two .slider-content .text {
    font-size: 16px;
    margin-top: 10px;
  }
}

.slider-content-two .slider-content .btn {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .slider-content-two .slider-content .btn {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 479px) {
  .slider-content-two .slider-content .btn {
    margin-top: 10px;
  }
}

.slider-content-two .slider-image {
  z-index: 2;
  overflow: hidden;
  max-width: 64%;
  margin-right: 150px;
  margin-left: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .slider-content-two .slider-image {
    margin-right: 60px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .slider-content-two .slider-image {
    margin-right: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-two .slider-image {
    margin-right: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-two .slider-image {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-content-two .slider-image {
    margin-right: 0px;
    max-width: 100%;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 575px) {
  .slider-content-two .slider-image {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 479px) {
  .slider-content-two .slider-image {
    margin-right: 0px;
  }
}

.slider-content-two .slider-image img {
  width: 100%;
}

.slider-content-two .slider-shape {
  position: absolute;
  right: 0;
  top: 0%;
  z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-two .slider-shape {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .slider-content-two .slider-shape {
    width: 50%;
  }
}


/* about */

.inner-page .main-slider-block {
  height: 60vh;
  background-position: bottom;
  background-repeat: no-repeat;
}

.inner-page h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 60px;
  padding-top: 100px;
}

.about {
  padding: 0 0 80px;
  margin-top: 100px;
  position: relative;
  z-index: 1;
}

.home-about {
  margin-top: -160px;
}

.about-block {
  box-shadow: 0px 0px 20px -10px #afafaf;
  background-color: #FFF;
}

.about-content {
  padding: 20px;
}

.team-block {
  background-color: #fbc409;
  padding: 50px 100px 50px;
  text-align: center;
}

.team-block img {
  border: 5px solid #fff;
  border-radius: 50%;
  margin-bottom: 10px;
}

.team-block h5 {
  font-weight: bold;
}

.team-block h6 {
  font-weight: 600;
  margin-bottom: 20px;
}

/* Tiffin Services */

.tiffin {
  background-color: #f6f6f6;
  padding: 30px 0 0;
}

.tiffin ul li i {
  color: #FBC409;
  padding-right: 10px;
}

.tiffin ul li {
  color: #000;
  line-height: 28px;
  font-weight: 600;
}

/* Our Services */

.our-services img {
  border: 1px solid #FBC409;
  border-radius: 50%;
  padding: 12px;
}

.our-services .img-fluid {
  max-width: 80%;
  margin-bottom: 20px;
}

.our-services h4 {
  font-weight: 600;
}

/* Work Number */

.work-number {
  background-image: url(../images/numbers-bg.png);
}

.count-area {
  background-color: #fbc409;
  border-radius: 24px;
  padding: 15px;
  width: 80%;
  margin: 70px auto;
}

.count-area ul {}

.count-area ul li {
  text-align: center;
  display: inline-block;
  margin: 0 60px;
}

.count-area .count-digit {
  font-size: 56px;
  font-weight: bold;
}

.count-area .count-title {
  font-size: 18px;
}

/* Catering Css */

.pkg-block .pkg-detail {
  background-color: #F6F6F6;
  padding: 2px;
  border-radius: 0px 0px 20px 20px;
}

.pkg-block .pkg-detail h4 {
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
  text-transform: uppercase;
}

.pkg-block .pkg-detail li span {
  width: 48%;
  display: inline-block;
}

.pkg-block h6 {
  background-color: #fbc409;
  padding: 10px;
  text-align: center;
  border-radius: 50px;
}

.tifin-ul li {
  display: inline-block;
  width: 49%;
  padding: 5px 0px;
  font-size: 15px;
}


/* Menu tabination */

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 10px;
  height: 5px
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  height: 3px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #6d6d6d;
  height: 3px;
}

.catering .tabs-container {
  overflow: hidden;
  display: flex;
  overflow-x: scroll;
}

.tab-content .tab-pane {
  margin: 0;
  font-size: 16px;
}

.menu-block .nav-tabs {
  text-align: center;
  border: 4px solid transparent;
  display: contents;
  border: 0;
  padding-right: 0;
  -webkit-overflow-scrolling: touch;
}

.menu-block .nav .nav-item {
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-block .nav .nav-link {
  margin: 0px;
  background-color: #f3f3f3;
  color: #000;
  transition: background-color 0.2s, color 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 0;
  border-radius: 0;
  outline: none;
}

.menu-block .nav .nav-link:hover {
  background-color: #fbc409;
  color: #000;
}

.menu-block .nav .nav-link.active,
.menu-block .nav .nav-link.active:hover {
  background: #fbc409;
  color: #000;
}

.menu-block .tab-content ul li,
.selected-menu ul li {
  margin-bottom: 5px;
}

.menu-block .tab-content {
  border: 1px solid #eee;
  margin-top: 15px;
  margin-left: 0px;
  padding: 20px;
}

.menu-h5 {
  padding: 13px;
  background-color: #fbc409;
  text-align: center;
}

.selected-menu {
  border: 1px solid #eee;
  padding: 20px;
  background-color: #fbc409;
}

.selected-menu ul li {
  position: relative;
  background-color: #f9f9f9;
  padding: 3px 10px;
  margin-bottom: 10px;
}

.selected-menu ul li i {
  position: absolute;
  right: 9px;
  top: 6px;
  font-size: 18px;
  color: #878787;
}

.bg-image-1 {
  position: absolute;
  right: 40px;
  margin-top: -30px;
}

.bg-image-2 {
  position: absolute;
  left: 40px;
}

/* Festival Css */

.festival-block {
  margin-bottom: 20px;
  cursor: pointer;
}

.festival-img img {
  width: 100%;
}

.festival-block .festival-name {
  background-color: #fbc409;
  padding: 15px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.festival-block .festival-name h5 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}

.festival-block .festival-img::before,
.festival-block .festival-img::after {
  content: "";
  background: #fff;
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 1.3s !important;
  transition-duration: 1.3s !important;
}

.festival-block .festival-img::before,
.festival-block .festival-img::after {
  content: "";
  background: #fff;
}

.festival-block .festival-img::before {
  right: 0;
  opacity: 1;
  top: 0;
}

.festival-block .festival-img::after {
  bottom: 0;
  opacity: .7;
  left: 0;
}

.festival-block .festival-img:hover::after,
.festival-block .festival-img:hover::before {
  height: 100%;
  opacity: 0;
  width: 100%;
}



/* Sweets Css */

.grid {
  margin-top: 70px;
}

.grid .item {
  border-radius: 10px;
  box-shadow: 0px 5px 31px -25px #000;
  padding: 20px;
  margin-bottom: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.grid .item img {
  border-radius: 10px;
}

.grid .grid-item .item::before,
.grid .grid-item .item::after {
  content: "";
  background: #fbc409;
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 1.3s !important;
  transition-duration: 1.3s !important;
}

.grid .grid-item .item::before,
.grid .grid-item .item::after {
  content: "";
  background: #fbc409;
}

.grid .grid-item .item::before {
  right: 0;
  opacity: 1;
  top: 0;
}

.grid .grid-item .item::after {
  bottom: 0;
  opacity: .7;
  left: 0;
}

.grid .grid-item .item:hover::after,
.grid .grid-item .item:hover::before {
  height: 100%;
  opacity: 0;
  width: 100%;
}

.grid .grid-item .sweet-name {
  width: 100%;
  position: absolute;
  background-color: #fbc409;
  left: 0;
  bottom: 0;
  padding: 10px;
  text-align: center;
}

.grid .grid-item .sweet-name span {
  text-transform: uppercase;
  font-weight: 700;
}

/* Contact Css */

.contact-submit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}

.contact-3-area {
  width: 85%;
  margin: 0 auto;
}

.contact-3-right-wrapper {
  padding: 48px 25px 94px;
}

.contact-3-icon {
  float: left;
  margin-right: 18px;
  margin-top: 5px;
}

.address-text .location,
.address-text .con-info {
  font-size: 18px;
  display: grid;
}

.address-text {
  display: grid;
}

.contact-3-address {
  border-top: 2px solid #fbc409;
  padding: 11px 0 24px;
}

.contact-3-address:first-child {
  border-top: 0 none;
}

.contact-address .location-img {
  margin-top: 32px;
}

.address-text .location {
  color: #27272f;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
}


.address-text span {
  display: block;
}

.location {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 7px;
  text-transform: capitalize;
}

.con-info {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
}

footer {
  background-color: #000;
  padding: 60px 20px;
  position: relative;
}

footer .footer-logo {
  text-align: center;
  margin-bottom: 15px;
}

footer img {
  width: 45%;
}

footer h5 {
  color: #fff;
  margin-top: 30px;
}

.footer-detail {
  margin-top: 40px;
}

footer .footer-loc {
  position: relative;
  margin-bottom: 35px;
  margin-left: 40px;
  color: #fff;
}

footer .footer-loc:last-child {
  margin-bottom: 0;
}

footer .footer-loc img {
  width: 25px;
  position: absolute;
  left: -42px;
  color: #fff;
}

footer p {
  color: #fff;
}

footer ul {
  margin-top: 30px;
}

footer ul li {
  margin: 0 0 10px;
  list-style: none;
}

footer ul li a {
  color: #fff;
}

.chef-footer {
  position: absolute;
  right: 40px;
  bottom: 0;
  width: 18%;
}

.social-media {
  display: flex;
  margin-top: 30px;
  align-items: center;
  justify-content: left;
}

.social-media li {
  margin: 0 10px;
  list-style: none;
}

.social-media li a {
  color: #8f8f8f;
  border: 2px solid #8f8f8f;
  border-radius: 50%;
  list-style: none;
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: inline-block;
  padding: 3px 8px;
  text-align: center;
  transition: 500ms;
  transition: all 0.4s ease-in-out;
}

.social-media li:hover a {
  color: #fbc409;
}

.quote-btn {
  position: fixed;
  top: 28%;
  background-color: #fbc409;
  color: #000;
  padding: 10px;
  right: 0;
  width: 45px;
  height: 180px;
  z-index: 10000;
  display: block;
  border-radius: 10px 0px 0px 10px;
}

.quote-btn:hover {
  opacity: 0.9;
  transition: 500ms;
}

.quote-btn a {
  text-wrap: nowrap;
  transform: rotate(-90deg);
  -webkit-background-clip: text;
  display: block;
  color: #000;
  font-weight: 600;
  font-size: 22px;
  position: relative;
  top: 118px;
}

.dish {
  position: absolute;
  right: 14%;
  bottom: 0;
}

.juice {
  position: absolute;
  left: 14%;
  bottom: 0;
}

.dish img,
.juice img {
  width: 200px;
}


/*form styles*/

.quote-bg {
  background-image: url(../images/quote-bg-pattern.png);
  background-position: center;
  height: 100%;
  position: absolute;
  width: 100%;
  background-repeat: repeat;
  opacity: 0.1;
}

.quote-block {
  padding: 30px 20px 20px;
  border-bottom: 1px solid #cbcbcb;
}

.quote-block.border-none {
  border-bottom: 0 none;
}

.quote-block .name-text {
  width: 65% !important;
}

#msform {
  width: 60%;
  margin: 50px auto;
  text-align: center;
  position: relative;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 20px 30px 40px;
  box-sizing: border-box;
  width: 100%;

  /*stacking fieldsets above each other*/
  position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}

/*inputs*/
#msform input,
#msform textarea {
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2C3E50;
  font-size: 13px;
  padding: 15px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2C3E50;
  font-size: 13px;
}

#msform input:focus-visible {
  outline: none;
}

/*buttons*/
#msform .action-button {
  width: 100px;
  background: #fbc409;
  font-weight: bold;
  color: #000;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px;
  margin: 10px 5px;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
}

#msform .action-button:hover,
#msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}

/*headings*/
.fs-title {
  font-size: 24px;
  text-transform: uppercase;
  color: #2C3E50;
  margin-bottom: 10px;
}

.fs-subtitle {
  font-weight: normal;
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
}

.quote {
  background-color: #fbc409;
  margin-top: -80px;
  position: relative;
}

/*.quote ul{
    display:inline-block;
}*/

.quote-box {
  border: 1px solid #fbc409;
  padding: 12px 10px;
  position: relative;
  display: inline-block;
  margin: 0 10px 0 0;
  width: 225px;
}

.first-div {
  border: 1px solid #fbc409;
  padding: 4px 10px;
  float: left;
}

.second-div {
  font-size: 14px;
  text-wrap: wrap;
  display: table-cell;
  padding-left: 13px;
  line-height: 34px;
}

/* ---- Date Dropper ----- */

.box {
  width: 300px;
  margin: 5px auto;
  text-align: center;
}

.box input {
  padding: 20px;
  text-align: center;
}

div.datedropper.my-style {
  border-radius: 4px;
  width: 200px;
}

div.datedropper.my-style .picker {
  border-radius: 4px;
  box-shadow: 0 0 24px 0px rgba(0, 0, 0, 0.58);
}

div.datedropper.my-style .pick-l {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

div.datedropper.my-style:before,
div.datedropper.my-style .pick-submit,
div.datedropper.my-style .pick-lg-b .pick-sl:before,
div.datedropper.my-style .pick-m,
div.datedropper.my-style .pick-lg-h {
  background-color: #fd4741;
}

div.datedropper.my-style .pick-y.pick-jump,
div.datedropper.my-style .pick li span,
div.datedropper.my-style .pick-lg-b .pick-wke,
div.datedropper.my-style .pick-btn {
  color: #fd4741;
}

div.datedropper.my-style .picker,
div.datedropper.my-style .pick-l {
  background-color: #FFF;
}

div.datedropper.my-style .picker,
div.datedropper.my-style .pick-arw,
div.datedropper.my-style .pick-l {
  color: #4D4D4D;
}

div.datedropper.my-style .pick-m,
div.datedropper.my-style .pick-m .pick-arw,
div.datedropper.my-style .pick-lg-h,
div.datedropper.my-style .pick-lg-b .pick-sl,
div.datedropper.my-style .pick-submit {
  color: #FFF;
}

div.datedropper.my-style.picker-tiny:before,
div.datedropper.my-style.picker-tiny .pick-m {
  background-color: #FFF;
}

div.datedropper.my-style.picker-tiny .pick-m,
div.datedropper.my-style.picker-tiny .pick-m .pick-arw {
  color: #4D4D4D;
}

div.datedropper.my-style.picker-lkd .pick-submit {
  background-color: #FFF;
  color: #4D4D4D;
}


/*  Map CSS */

#map-example-container {
  height: 300px;
}


/*progressbar*/
#progressbar {
  margin-bottom: 50px;
  /*CSS counters to number the steps*/
  counter-reset: step;
  display: inline-flex;
  width: 100%;
}

#progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  width: 33.33%;
  float: left;
  position: relative;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  line-height: 20px;
  display: block;
  font-size: 18px;
  color: #333;
  background: #fbc409;
  border-radius: 5px;
  margin: -5px auto 5px auto;
  padding: 5px;
  z-index: 20;
  position: relative;
}

/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: 0;
  /*put it behind the numbers*/
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: #fff;
  color: #000;
}


/* Login Model */

#loginmodal .modal-dialog {
  max-width: 600px;
}

#loginmodal .col-md-7 {
  padding: 59px 0 38px;
  max-width: 50%;
  margin: 0 auto;
}

#loginmodal h5 {
  padding-bottom: 20px;
}

.modal .modal-content .close {
  position: absolute;
  right: -13px;
  border: 2px solid #595959;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-block;
  top: -14px;
  background-color: #fbc409;
  opacity: 1;
}

.modal .modal-content .close span {
  position: inherit;
  padding: 16px 4px;
  font-size: 26px;
  margin: -14px;
  font-family: inherit;
  width: inherit;
  top: -2px;
}

#loginmodal .form-control {
  width: 94%;
  padding: 20px 10px;
}

/* Client Modal */


/* ---------- Mobile Media Query --------------- */

@media(max-width: 1499px) {
  .home-about {
    margin-top: -160px;
  }

  .sliderone-pagination {
    bottom: 10px !important;
  }
}

@media(max-width: 1366px) {
  .home-about {
    margin-top: -70px;
  }

  .sliderone-pagination {
    bottom: 250px !important;
  }
}

@media(max-width: 1024px) {
  .top-line {
    display: none;
  }
}

@media(max-width:767px) {

  p {
    font-size: 14px;
  }

  .mob-menu {
    display: block !important;
  }

  .des-header {
    display: none !important;
  }

  .main-header {
    padding: 0;
  }

  .main-header .container {
    max-width: 100%;
    padding: 0;
  }

  .header-content,
  .navbar-fixed-top .header-content {
    padding: 0 0px 10px;
    box-shadow: 0 -7px 14px #484848;
  }

  .header-content .navbar {
    display: flex !important;
    justify-content: space-between;
    padding: 0px;
  }

  .header-logo {
    padding-left: 20px;
    padding-bottom: 0;
    text-align: left;
    width: 60%;
  }

  .swiper-pagination {
    display: none;
  }

  .navbar-fixed-top {
    height: 72px;
  }

  .header-logo a {
    padding-top: 15px;
  }

  .navbar-fixed-top .header-logo a {
    padding-top: 27px;
  }

  .header-logo img {
    width: 30%;
  }

  .navbar-fixed-top .header-logo img {
    width: 45%;
  }

  .navbar-collapse {
    background-color: #fbc409;
    margin-top: 3px;
  }

  .navbar-light .navbar-nav .nav-item {
    padding: 8px 0px;
    border-bottom: 1px solid rgb(255 255 255 / 25%);
    margin: 0;
  }

  .navbar-light .navbar-nav .nav-link {
    padding: 0 20px;
    text-align: left;
    color: #000;
  }

  .navbar-light .navbar-nav .active>.nav-link,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
  }

  .navbar-toggler,
  .toggler-menu {
    width: 40px;
    height: 40px;
    position: relative;
    margin: -16px 0px 0 0;
    border-radius: 0;
    padding: 0;
    margin-left: 0;
    background-color: #fff;
    border: none;
  }

  .nav-item.dropdown:hover .dropdown-menu.show {
    background-color: #000;
    border: 0 none;
    border-radius: 0;
  }

  .nav-item.dropdown .sub-menu li {
    padding: 0 21px 5px;
  }

  .nav-item.dropdown .sub-menu li a {
    color: #fff;
  }

  .slider-section {
    background-position: top;
  }

  .swiper-slide.swiper-slide-active .bg-slider-image {
    height: 100%;
  }

  .sliderone-pagination {
    bottom: 190px !important;
  }

  section {
    padding: 30px 0;
  }

  .section-title h5 {
    font-size: 26px;
    text-align: center;
  }

  .section-title h1 {
    font-size: 24px;
    text-align: center;
  }

  .inner-page .main-slider-block {
    height: 210px;
    background-position: center;
  }

  .inner-page h1 {
    font-size: 26px;
    padding-top: 70px;
    text-align: center;
  }

  .about {
    padding: 0 0 30px;
    margin-top: 35px;
  }

  .home-about {
    margin-top: 10px;
  }

  .about-block img {
    display: none;
  }

  .about-block p {
    text-align: center;
  }

  .about-block a {
    width: 100%;
  }

  .about-content h3 {
    font-size: 14px;
    text-align: center;
  }

  .about-content p {
    text-align: center;
  }

  .about-content .col-md-6 {
    width: 50%;
    float: left;
  }

  .team-block {
    padding: 50px 20px 50px;
  }

  .pkg-block .pkg-detail {
    padding: 15px 10px;
  }

  .bg-image-1 {
    display: none;
  }

  .bg-image-2 {
    left: 0px;
    margin-top: -12px;
  }

  .bg-image-2 img {
    width: 35%;
  }

  .count-area {
    margin: 0 auto;
  }

  .count-area ul li {
    width: 100%;
    margin: 0 auto 18px;
  }

  .count-area .count-digit {
    font-size: 44px;
  }

  .count-area .count-title {
    margin-top: -10px;
  }

  #client-testimonial-carousel {
    padding: 20px 0;
  }

  .quote {
    height: 100%;
  }

  #progressbar {
    margin-top: 28px;
  }

  #msform {
    width: 100%;
    margin: 75px auto;
  }

  #msform fieldset {
    padding: 20px 10px 40px;
  }

  .quote-block .name-text {
    width: 100% !important;
  }

  .quote-box {
    margin: 0 10px 8px 0;
  }

  .fs-title {
    font-size: 18px;
  }

  .fs-subtitle {
    font-size: 15px;
  }

  footer {
    padding: 28px 20px;
  }

  footer h5 {
    margin-top: 10px;
  }

  footer ul {
    margin-top: 15px;
  }

  .social-media {
    margin-top: 20px;
  }

  .footer-detail {
    margin-top: 15px;
  }

  .chef-footer {
    display: none;
  }

  #loginmodal .row .col-md-5 {
    display: none !important;
  }

  #loginmodal h5 {
    font-size: 18px;
  }

  #loginmodal .col-md-7 {
    padding: 15px 0;
    max-width: 80%;
    margin: 0 auto;
  }

  .quote-btn {
    width: 38px;
    height: 130px;
    top: 40%;
  }

  .quote-btn a {
    top: 87px;
    font-size: 18px;
  }

}

@media(max-width: 520px) {
  .header-logo img {
    width: 55%;
  }
}

@media(min-width: 768px) and (max-width: 1023px) {
  .header-logo a span {
    display: block;
    font-size: 13px;
  }

  .navbar-nav {
    flex-direction: row;
  }

  .navbar-light .navbar-nav .nav-item {
    margin: 0 2px;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 10px;
  }

  .li-menu-line:before {
    right: -3px;
    top: 0px;
  }

  .slider-section {
    height: 70vh;
  }

  .slider-content {
    text-align: center;
    padding-top: 60px;
  }

  .slingle-slider .slider-image .slider-image-three {
    width: 60%;
  }

  .slingle-slider .slider-image .slider-image-three img {
    width: 82%;
  }

  .slingle-slider .slider-content .text {
    max-width: inherit;
  }

  .inner-page .main-slider-block {
    height: 40vh;
  }

  .inner-page h1 {
    font-size: 34px;
  }

  #msform {
    width: 70%;
  }

}

@media(min-width: 912px) and (max-width: 1023px) {
  .header-logo a span {
    display: block;
    font-size: 14px;
  }

  .navbar-nav {
    flex-direction: row;
  }

  .navbar-light .navbar-nav .nav-item {
    margin: 0 4px;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 13px;
  }

  .li-menu-line:before {
    right: -5px;
    top: 2px;
  }

  .inner-page .main-slider-block {
    height: 30vh;
  }

  .inner-page h1 {
    font-size: 34px;
  }

  #msform {
    width: 85%;
  }
}

@media(min-width:1024px) and (max-width: 1279px) {

  .header-logo a span {
    font-size: 16px;
  }

  .navbar-light .navbar-nav .nav-item {
    margin: 0 5px;
  }

  .navbar-light .navbar-nav .nav-link {
    padding: 0 4px;
    font-size: 15px;
  }

  .li-menu-line:before {
    right: -6px;
    top: 3px;
  }

  .inner-page .main-slider-block {
    height: 60vh;
    background-position: center;
  }

  .inner-page h1 {
    font-size: 42px;
    padding-top: 146px;
  }

  .slingle-slider.single-slider-three {
    height: 900px;
    width: 80%;
    margin: -70px auto;
  }

  .slingle-slider .slider-image .slider-image-three img {
    width: 46%;
  }

  .slingle-slider .slider-image .slider-image-three {
    position: absolute;
    right: -327px;
    top: -47px;
    margin-right: -15px;
    z-index: 2;
  }

  .swiper-slide.swiper-slide-active .bg-slider-image {
    background-position: center;
    background-size: inherit;
  }

  .slingle-slider.single-slider-three {
    height: 900px;
    width: 80%;
    margin: -76px auto;
  }

  .slingle-slider .slider-content .title {
    font-size: 27px;
  }
}

@media(min-width:128px) and (max-width: 1365px) {
  .slingle-slider.single-slider-three {
    height: 900px;
    width: 77%;
    margin: 45px auto;
  }

  .swiper-slide.swiper-slide-active .bg-slider-image {
    background-position: center;
    background-size: inherit;
  }

  .sliderone-pagination {
    bottom: 280px !important;
  }

}