section {
  width: 100%;
  height: 100vh;
}

.home-banner {
  border-top: none;
  height: 555px;
  /* height: 100%; */
}

@media (min-width: 1500px) {
  .home-banner {
    height: 740px;
  }
}

@media (max-width: 1380px) {
  .home-banner {
    height: 460px;
  }
}

@media (max-width: 1300px) {
  .home-banner {
    height: 490px;
  }
}

@media (max-width: 1180px) {
  .home-banner {
    height: 445px;
  }
}

@media (max-width: 1080px) {
  .home-banner {
    height: 100%;
  }
}

/* @media (max-width: 991px) {
  .home-banner {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .home-banner {
    height: 350px !important;
  }
} */
.home-banner .icon {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

@media (min-width: 1500px) {
  .home-banner .icon {
    bottom: 30px;
  }
}

.home-banner .swiper-slide .slide-image {
  transform: scale3d(1.3, 1.3, 1.3) !important;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  will-change: transform !important;
  transition: transform 2400ms ease !important;
}

.home-banner .swiper-slide-active .slide-image {
  transform: scale3d(1, 1, 1) !important;
}

.sec-title {
  font-family: "lemonmilkmedium";
  margin-bottom: 30px;
  font-size: 23px;
  text-align: center;
}

@media (min-width: 1500px) {
  .sec-title {
    font-size: 35px;
  }
}

@media (max-width: 1380px) {
  .sec-title {
    font-size: 22px;
    margin-bottom: 43px;
  }
}

@media (max-width: 1300px) {
  .sec-title {
    margin-bottom: 28px;
  }
}

@media (max-width: 1180px) {
  .sec-title {
    font-size: 20px;
  }
}

@media (max-width: 1080px) {
  .sec-title {
    font-size: 19px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .sec-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

@media (max-width: 500px) {
  .sec-title {
    font-size: 17px;
    margin-bottom: 15px;
  }
}

.abt-wrapper {
  background-color: #ffffff;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (min-width: 1500px) {
  .abt-wrapper {
    height: 97vh;
  }
}

@media (max-width: 1380px) {
  .abt-wrapper {
    height: 100vh;
  }
}

@media (max-width: 1300px) {
  .abt-wrapper {
    height: 75vh;
  }
}

@media (max-width: 1080px) {
  .abt-wrapper {
    height: 60vh;
  }
}

@media (max-width: 991px) {
  .abt-wrapper {
    height: 40vh;
  }
}

@media (max-width: 767px) {
  .abt-wrapper {
    height: auto;
    margin: 50px 0 50px;
  }
}

.abt-wrapper .sec-title {
  margin-bottom: 40px;
}

@media (min-width: 1500px) {
  .abt-wrapper .sec-title {
    margin-bottom: 60px;
  }
}

@media (max-width: 1380px) {
  .abt-wrapper .sec-title {
    margin-top: 40px;
  }
}

@media (max-width: 1180px) {
  .abt-wrapper .sec-title {
    margin-top: 70px;
  }
}

@media (max-width: 1080px) {
  .abt-wrapper .sec-title {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  .abt-wrapper .sec-title {
    margin-top: 0;
  }
}
@media(max-width: 767px){
  .abt-wrapper .sec-title{
    margin-bottom: 20px;
  }
}
.abt-wrapper .container {
  max-width: 950px;
}

@media (min-width: 1500px) {
  .abt-wrapper .container {
    max-width: 1280px;
  }
}

@media (max-width: 1180px) {
  .abt-wrapper .container {
    max-width: 780px;
  }
}

@media (max-width: 991px) {
  .abt-wrapper .container {
    max-width: 95%;
  }
}

.abt-wrapper p {
  font-size: 21px;
  font-family: "louis_george_caferegular";
  line-height: 2.4rem;
  color: #000000;
  font-style: normal;
}

@media (min-width: 1500px) {
  .abt-wrapper p {
    font-size: 28px;
    line-height: 3.2rem;
  }
}

@media (max-width: 1380px) {
  .abt-wrapper p {
    font-size: 20px;
    line-height: 2.4rem;
  }
}

@media (max-width: 1300px) {
  .abt-wrapper p {
    font-size: 19px;
    line-height: 2.3rem;
  }
}

@media (max-width: 1180px) {
  .abt-wrapper p {
    font-size: 17px;
    line-height: 2rem;
  }
}

@media (max-width: 1080px) {
  .abt-wrapper p {
    font-size: 15px;
    line-height: 1.8rem;
  }
}

@media (max-width: 991px) {
  .abt-wrapper p {
    font-size: 14px;
    line-height: 1.7rem;
  }
}

@media (max-width: 767px) {
  .abt-wrapper p {
    font-size: 13px;
    line-height: 1.4rem;
  }
}

.abt-wrapper .inside-txt {
  margin-top: 30px;
  font-style: italic;
}

@media (min-width: 1500px) {
  .abt-wrapper .inside-txt {
    margin-top: 40px;
  }
}

@media (max-width: 1300px) {
  .abt-wrapper .inside-txt {
    margin-top: 28px;
  }
}

.abt-wrapper .inside-txt h3 {
  font-size: 22px;
  color: #575656;
  font-family: "lemonmilkmedium";
  margin-bottom: 50px;
}

@media (min-width: 1500px) {
  .abt-wrapper .inside-txt h3 {
    font-size: 26px;
    margin-bottom: 65px;
  }
}

@media (max-width: 1380px) {
  .abt-wrapper .inside-txt h3 {
    font-size: 20px;
  }
}

@media (max-width: 1180px) {
  .abt-wrapper .inside-txt h3 {
    font-size: 16px;
    margin-bottom: 35px;
  }
}

@media (max-width: 1080px) {
  .abt-wrapper .inside-txt h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .abt-wrapper .inside-txt h3 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .abt-wrapper .inside-txt h3 {
    margin-bottom: 15px;
    font-size: 15px;
  }
}

section {
  height: auto;
}

.service-slider {
  margin-top: 0;
}

@media (min-width: 1500px) {
  .service-slider {
    margin-top: 0px;
  }
}

@media (max-width: 1380px) {
  .service-slider {
    margin-top: 50px;
  }
}

@media (max-width: 1300px) {
  .service-slider {
    margin-top: 40px;
  }
}

@media (max-width: 1180px) {
  .service-slider {
    margin-top: 60px;
  }
}

@media (max-width: 991px) {
  .service-slider {
    margin-top: 0;
  }
}

.service-slider .container {
  max-width: 1295px;
}

@media (min-width: 1500px) {
  .service-slider .container {
    max-width: 91%;
  }
}

@media (max-width: 1380px) {
  .service-slider .container {
    max-width: 1230px;
  }
}

@media (max-width: 1300px) {
  .service-slider .container {
    max-width: 1150px;
  }
}

@media (max-width: 1180px) {
  .service-slider .container {
    max-width: 1025px;
  }
}

@media (max-width: 991px) {
  .service-slider .container {
    max-width: 95%;
  }
}

.service-slider .container .serSwiper {
  overflow: hidden;
}

@media (max-width: 991px) {
  .service-slider .container .serSwiper .slideshow-navigation {
    display: none;
  }
}

.service-slider .container .serSwiper .swiper-pagination {
  display: none;
}

@media (max-width: 991px) {
  .service-slider .container .serSwiper .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -30px;
  }
}

@media (max-width: 991px) {
  .service-slider .container .serSwiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #90191C;
  }
}

.service-slider .container .serSwiper .swiper-slide {
  height: 76vh;
  background-size: 100%;
  background-position: center center;
  padding: 37px 40px;
  color: #ffffff;
  transition: background-size 0.5s ease-in-out;
  background-repeat: no-repeat;
}

.service-slider .container .serSwiper .swiper-slide:hover {
  cursor: pointer;
  background-size: 110%;
  transition: background-size 0.5s ease-in-out;
}

@media (min-width: 1500px) {
  .service-slider .container .serSwiper .swiper-slide:hover {
    background-size: 120%;
    background-size: 110%;
    transition: background-size 0.7s ease-in-out;
  }
}

@media(max-width: 1380px) {
  .service-slider .container .serSwiper .swiper-slide:hover {
    background-size: 125%;
  }
}

@media(max-width: 1300px) {
  .service-slider .container .serSwiper .swiper-slide:hover {
    background-size: 110%;
  }
}

@media(max-width: 1080px) {
  .service-slider .container .serSwiper .swiper-slide:hover {
    background-size: 145%;
  }
}

@media(max-width: 991px) {
  .service-slider .container .serSwiper .swiper-slide:hover {
    background-size: 110%;
  }
}

@media (min-width: 1500px) {
  .service-slider .container .serSwiper .swiper-slide {
    padding: 45px 43px;
    height: 83vh;
    background-size: 113%;
    background-size: 100%;
    transition: background-size 0.5s ease-in-out;
  }
}

@media (max-width: 1380px) {
  .service-slider .container .serSwiper .swiper-slide {
    padding: 28px 39px;
    height: 85vh;
    height: 100vh;
    background-size: 116%;
  }
}

@media (max-width: 1300px) {
  .service-slider .container .serSwiper .swiper-slide {
    height: 63vh;
    height: 59vh;
    background-size: 100%;
  }
}

@media (max-width: 1180px) {
  .service-slider .container .serSwiper .swiper-slide {
    padding: 28px;
  }
}

@media (max-width: 1080px) {
  .service-slider .container .serSwiper .swiper-slide {
    padding: 25px;
    height: 100vh;
    background-size: 134%;
  }
}

@media (max-width: 991px) {
  .service-slider .container .serSwiper .swiper-slide {
    height: 45vh;
    padding: 20px;
    background-size: 100%;
  }
}

@media (max-width: 767px) {
  .service-slider .container .serSwiper .swiper-slide {
    position: relative;
    z-index: 2;
    height: 60vh;
  }
}

.service-slider .container .serSwiper .swiper-slide .ser-txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.service-slider .container .serSwiper .swiper-slide .ser-txt h4,
.service-slider .container .serSwiper .swiper-slide .ser-txt p,
.service-slider .container .serSwiper .swiper-slide .ser-txt a {
  color: #FCEFEF;
}

.service-slider .container .serSwiper .swiper-slide .ser-txt h4 {
  font-family: "lemonmilklight";
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: bold;
}

@media (min-width: 1500px) {
  .service-slider .container .serSwiper .swiper-slide .ser-txt h4 {
    font-size: 35px;
    margin-bottom: 12px;
  }
}

@media (max-width: 1380px) {
  .service-slider .container .serSwiper .swiper-slide .ser-txt h4 {
    font-size: 24px;
  }
}

@media (max-width: 1300px) {
  .service-slider .container .serSwiper .swiper-slide .ser-txt h4 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

@media (max-width: 1180px) {
  .service-slider .container .serSwiper .swiper-slide .ser-txt h4 {
    font-size: 20px;
  }
}

@media (max-width: 1080px) {
  .service-slider .container .serSwiper .swiper-slide .ser-txt h4 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .service-slider .container .serSwiper .swiper-slide .ser-txt h4 {
    font-size: 17px;
    margin-bottom: 9px;
  }
}

@media (max-width: 767px) {
  .service-slider .container .serSwiper .swiper-slide .ser-txt h4 {
    font-size: 19px;
  }
}

@media (min-width: 1500px) {
  .service-slider .container .serSwiper .swiper-slide .ser-txt p {
    font-size: 21px;
  }
}

@media (max-width: 1380px) {
  .service-slider .container .serSwiper .swiper-slide .ser-txt p {
    font-size: 13px;
  }
}

@media (max-width: 1300px) {
  .service-slider .container .serSwiper .swiper-slide .ser-txt p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .service-slider .container .serSwiper .swiper-slide .ser-txt p {
    font-size: 15px;
  }
}
.service-slider .container .serSwiper .swiper-slide .ser-txt .btm {
  display: flex;
  margin: 0 -10px;
}

@media (max-width: 1300px) {
  .service-slider .container .serSwiper .swiper-slide .ser-txt .btm {
    margin: 0 -7px;
  }
}

.service-slider .container .serSwiper .swiper-slide .ser-txt .btm a {
  margin: 0 10px;
  z-index: 2;
}

@media (max-width: 1300px) {
  .service-slider .container .serSwiper .swiper-slide .ser-txt .btm a {
    margin: 0 7px;
  }
}

@media (min-width: 1500px) {
  .service-slider .container .serSwiper .swiper-slide .ser-txt .btm .btn-border {
    padding: 10px 30px;
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .service-slider .container .serSwiper .swiper-slide .ser-txt .btm .btn-border {
    padding: 7px 15px;
    font-size: 13px;
  }
}

@media (max-width: 1080px) {
  .service-slider .container .serSwiper .swiper-slide .ser-txt .btm .btn-border {
    font-size: 12px;
    padding: 5px 13px;
  }
}
@media (max-width: 767px) {
  .service-slider .container .serSwiper .swiper-slide .ser-txt .btm .btn-border {
    font-size: 15px;
    padding: 10px 17px;
  }
}

@media (max-width: 767px) {
  .service-slider .container .serSwiper .swiper-slide:before {
    z-index: -1;
    content: "" !important;
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4) !important;
  }
}

.service-slider .swiper-button-prev {
  left: -35px;
}

.service-slider .swiper-button-next {
  right: -35px;
}

.service-slider .swiper-button-next img {
  transform: rotate(180deg);
}

.service-slider .swiper-button-prev:after,
.service-slider .swiper-button-next:after {
  color: #000000;
  display: none;
}

.premium-wrapp {
  margin-top: 70px;
  background-image: url("../images/new-home-page/premium-service-bg.jpg");
  background-size: cover;
  background-position: center center;
  height: 79vh;
  padding: 100px 0 50px;
}

@media (min-width: 1500px) {
  .premium-wrapp {
    height: auto;
    margin-top: 90px;
    padding: 150px 0 150px;
  }
}

@media (max-width: 1380px) {
  .premium-wrapp {
    height: auto;
    padding: 100px 0 100px;
    height: 85vh;
  }
}

@media (max-width: 1300px) {
  .premium-wrapp {
    height: 90vh;
  }
}

@media (max-width: 1180px) {
  .premium-wrapp {
    margin-top: 63px;
    padding: 80px 0 80px;
  }
}

@media (max-width: 1080px) {
  .premium-wrapp {
    height: 68vh;
    padding: 50px;
  }
}

@media (max-width: 991px) {
  .premium-wrapp {
    height: auto;
    height: 80vh;
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .premium-wrapp {
    margin-top: 50px;
    padding: 40px 20px;
    height: auto;
    height: 70vh;
  }
}

@media (max-width: 1180px) {
  .premium-wrapp .container {
    max-width: 850px;
  }
}

@media (max-width: 991px) {
  .premium-wrapp .container {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .premium-wrapp .container {
    padding: 0 !important;
  }
}

.premium-wrapp .container .sec-title {
  margin-bottom: 7px;
  font-size: 21px;
  margin-bottom: 0;
}

@media (min-width: 1500px) {
  .premium-wrapp .container .sec-title {
    font-size: 29px;
  }
}

@media (max-width: 1300px) {
  .premium-wrapp .container .sec-title {
    font-size: 19px;
  }
}

@media (max-width: 1180px) {
  .premium-wrapp .container .sec-title {
    font-size: 17px;
  }
}

.premium-wrapp .container p,.premium-wrapp .container .ser-list li {
  text-align: center;
  font-size: 16px !important;
  margin: 0 !important;
  margin-bottom: 5px !important;
  text-shadow: 0px 6px 10px rgba(0, 0, 0, 0.8);
}

@media (min-width: 1500px) {
  .premium-wrapp .container p,.premium-wrapp .container .ser-list li {
    font-size: 21px !important;
    line-height: 1.8em;
  }
}
@media(max-width: 1440px){
  .premium-wrapp .container .ser-list li{
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1380px) {
  .premium-wrapp .container p,.premium-wrapp .container .ser-list li {
    font-size: 15px !important;
    line-height: 1.3em;
  }
}

@media (max-width: 1300px) {
  .premium-wrapp .container p,.premium-wrapp .container .ser-list li {
    font-size: 14px !important;
  }
}

@media (max-width: 1180px) {
  .premium-wrapp .container p,.premium-wrapp .container .ser-list li {
    font-size: 13px !important;
  }
}

.premium-wrapp .container .btn-border {
  display: inline-flex;
  margin-top: 50px;
  padding: 14px 35px;
  text-transform: initial;
}

@media (min-width: 1500px) {
  .premium-wrapp .container .btn-border {
    margin-top: 60px;
  }
}

@media (max-width: 1300px) {
  .premium-wrapp .container .btn-border {
    padding: 14px 27px;
  }
}

@media (max-width: 1180px) {
  .premium-wrapp .container .btn-border {
    margin-top: 40px;
    padding: 11px 21px;
  }
}

@media (max-width: 991px) {
  .premium-wrapp .container .btn-border {
    margin-top: 30px;
    padding: 10px 18px;
  }
}

@media (max-width: 767px) {
  .premium-wrapp .container .btn-border {
    margin-top: 20px;
    padding: 8px 18px;
  }
}

.premium-wrapp .container .top {
  flex-direction: column;
}

.premium-wrapp .container .top .left {
  width: 100%;
  padding-right: 0;
  padding-top: 0;
}

.premium-wrapp .container .top .left .title {
  max-width: 39%;
  text-align: left;
  margin: 0 auto 40px;
}

@media (min-width: 1500px) {
  .premium-wrapp .container .top .left .title {
    margin: 0 auto 50px;
  }
}

@media (max-width: 1380px) {
  .premium-wrapp .container .top .left .title {
    max-width: 38%;
  }
}

@media (max-width: 1300px) {
  .premium-wrapp .container .top .left .title {
    max-width: 36%;
  }
}

@media (max-width: 1180px) {
  .premium-wrapp .container .top .left .title {
    max-width: 33%;
  }
}

@media (max-width: 1080px) {
  .premium-wrapp .container .top .left .title {
    max-width: 30%;
  }
}

@media (max-width: 991px) {
  .premium-wrapp .container .top .left .title {
    max-width: 36%;
  }
}

@media (max-width: 767px) {
  .premium-wrapp .container .top .left .title {
    max-width: 60%;
    margin-bottom: 20px;
  }
}

.premium-wrapp .container .top .left .title span {
  padding-left: 10px;
  text-align: left;
}

@media (max-width: 1380px) {
  .premium-wrapp .container .top .left .title span {
    text-align: left;
  }
}

@media (max-width: 1180px) {
  .premium-wrapp .container .top .left .title span {
    padding-left: 7px;
  }
}

@media (max-width: 991px) {
  .premium-wrapp .container .top .left .title span {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .premium-wrapp .container .top .left .title span {
    padding-left: 4px;
    font-size: 18px;
  }
}

.premium-wrapp .container .top .left img {
  max-width: 100%;
}

.premium-wrapp .btm {
  margin: 38px auto 0;
  max-width: 78%;
}
@media(max-width: 1440px){
  .premium-wrapp .btm{
    max-width: 85%;
  }
}
@media (min-width: 1500px) {
  .premium-wrapp .btm {
    margin-top: 60px !important;
  }
}

@media (max-width: 991px) {
  .premium-wrapp .btm {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .premium-wrapp .btm {
    margin-top: 20px !important;
  }
}

.premium-wrapp .ser-list {
  justify-content: flex-start;
  margin: 0 -10px;
}

@media (max-width: 1180px) {
  .premium-wrapp .ser-list {
    margin: 0 -7px;
  }
}
@media (max-width: 767px) {
  .premium-wrapp .ser-list {
    margin: 0 auto;
  }
}

.premium-wrapp .ser-list li {
  padding: 0 18px;
  position: relative;
}
@media(max-width: 1700px){
  .premium-wrapp .ser-list li{
    padding: 0 17px;
  }
}
@media(max-width: 1440px){
  .premium-wrapp .ser-list li{
    padding: 0 15px;
  }
}
@media (max-width: 1180px) {
  .premium-wrapp .ser-list li {
    padding: 0 7px;
  }
}

@media (max-width: 991px) {
  .premium-wrapp .ser-list li {
    width: auto;
  }
}

@media (max-width: 850px) {
  .premium-wrapp .ser-list li {
    width: auto !important;
  }
}

@media (max-width: 767px) {
  .premium-wrapp .ser-list li {
    padding: 0 10px;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
}

.premium-wrapp .ser-list li{
  position: relative;
  /* padding-left: 15px; */
  color: #ffffff !important;
  font-family: "lemonmilklight" !important;
  font-weight: 300 !important;
  font-size: 13px !important;
  margin-bottom: 0 !important;
}
@media (min-width: 1500px) {
  .premium-wrapp .container .ser-list li{
    font-size: 18px !important;
  }
}
@media (min-width: 1800px) {
  .premium-wrapp .container .ser-list li{
    font-size: 20px !important;
  }
}

@media (max-width: 1300px) {
  .premium-wrapp .container .ser-list li{
    font-size: 12px !important;
  }
}

@media (max-width: 1180px) {
  .premium-wrapp .container .ser-list li{
    font-size: 11px !important;
  }
}

.premium-wrapp .ser-list li:first-child{
  padding-left: 0;
}

.premium-wrapp .ser-list li:before {
  content: "";
  background: #ffffff;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
}
@media(max-width: 1500px){
  .premium-wrapp .ser-list li:before{
    left: -23px;
  }
}
@media (min-width: 1500px) {
  .premium-wrapp .ser-list li:before {
    width: 6px;
    height: 6px;
  }
}
@media(max-width: 1440px){
  .premium-wrapp .ser-list li:before{
    left: -8px;
  }
}
@media(max-width: 1300px){
  .premium-wrapp .ser-list li:before{
    left: -26px;
  }
}
@media(max-width: 1080px){
  .premium-wrapp .ser-list li:before{
    left: -18px;
  }
}
@media(max-width: 1000px){
  .premium-wrapp .ser-list li:before{
    left: -42px;
  }
}
@media(max-width: 991px){
  .premium-wrapp .ser-list li:before{
    left: -16px;
  }
}
@media(max-width: 850px){
  .premium-wrapp .ser-list li:before{
    left: -22px;
  }
}
@media(max-width: 800px){
  .premium-wrapp .ser-list li:before{
    left: -16px;
  }
}
@media (max-width: 767px) {
  .premium-wrapp .ser-list li:before {
    top: 25%;
    transform: none;
    left: -3px;
  }
}

.premium-wrapp .ser-list li:first-child:before {
  content: "";
  display: none;
}

.mess-wrapper {
  margin: 70px 0 90px;
  height: 90vh;
  height: auto;
}

@media (min-width: 1500px) {
  .mess-wrapper {
    margin: 75px 0 175px;
  }
}

@media (max-width: 1380px) {
  .mess-wrapper {
    margin: 60px 0;
  }
}

@media (max-width: 1180px) {
  .mess-wrapper {
    margin: 53px 0;
  }
}

@media (max-width: 991px) {
  .mess-wrapper {
    margin: 50px 0;
  }
}

@media (max-width: 767px) {
  .mess-wrapper {
    margin: 50px 0;
    height: auto;
  }
}

.mess-wrapper .messSwiper {
  position: relative;
  margin-top: 80px;
}

@media (min-width: 1500px) {
  .mess-wrapper .messSwiper {
    margin-top: 115px;
  }
}

@media (max-width: 767px) {
  .mess-wrapper .messSwiper {
    margin-top: 20px;
  }
}

.mess-wrapper .sec-title {
  margin-bottom: 18px;
  font-size: 33px;
  font-family: "lemonmilkregular";
}

@media (min-width: 1500px) {
  .mess-wrapper .sec-title {
    font-size: 43px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1380px) {
  .mess-wrapper .sec-title {
    font-size: 30px;
  }
}

@media (max-width: 1300px) {
  .mess-wrapper .sec-title {
    font-size: 27px;
  }
}

@media (max-width: 1180px) {
  .mess-wrapper .sec-title {
    font-size: 26px;
  }
}

@media (max-width: 1080px) {
  .mess-wrapper .sec-title {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .mess-wrapper .sec-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .mess-wrapper .sec-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.mess-wrapper .sub-txt {
  text-align: center;
  font-size: 15px;
}

@media (min-width: 1500px) {
  .mess-wrapper .sub-txt {
    font-size: 21px;
  }
}

.mess-wrapper .swiper-slide {
  transition: transform 0.5s ease-in-out;
  /* z-index: 2; */
}
/* .mess-wrapper .swiper-slide:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.6) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
  z-index: 1;
} */
@media (min-width: 768px) {
  .mess-wrapper .swiper-slide {
    transform: scale(1.2);
  }
}

@media (min-width: 1500px) {
  .mess-wrapper .swiper-slide {
    transform: scale(1.2);
  }
}

.mess-wrapper .swiper-slide .ser-txt {
  display: none;
}

.mess-wrapper .swiper-slide:before {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
}

@media (min-width: 768px) {
  .mess-wrapper .swiper-slide.swiper-slide-active {
    transform: scale(1.27);
    z-index: 99;
    opacity: 1;
  }
}

@media (min-width: 1500px) {
  .mess-wrapper .swiper-slide.swiper-slide-active {
    transform: scale(1.3);
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .mess-wrapper .swiper-slide.swiper-slide-active {
    transform: scale(1.3);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mess-wrapper .swiper-slide.swiper-slide-active {
    transform: scale(1.28);
  }
}

.mess-wrapper .swiper-slide.swiper-slide-active .ser-txt {
  display: block;
}

@media (min-width: 768px) {
  .mess-wrapper .swiper-slide.swiper-slide-active .ser-txt {
    position: absolute;
  }
}

.mess-wrapper .swiper-slide.swiper-slide-active:before {
  content: "";
  background: transparent;
}

.mess-wrapper .swiper-button-prev:after,
.mess-wrapper .swiper-button-next:after {
  color: #000000;
  font-weight: bold;
  font-size: 20px;
}

@media (max-width: 767px) {

  .mess-wrapper .swiper-button-prev:after,
  .mess-wrapper .swiper-button-next:after {
    font-size: 15px;
  }
}

.mess-wrapper .swiper-button-prev {
  left: 22%;
  left: -4%;
}

@media (max-width: 1500px) {
  .mess-wrapper .swiper-button-prev {
    left: -3%;
  }
}

@media (max-width: 991px) {
  .mess-wrapper .swiper-button-prev {
    left: 0%;
  }
}

@media (max-width: 767px) {
  .mess-wrapper .swiper-button-prev {
    left: 10px;
  }
}

.mess-wrapper .swiper-button-prev:after {
  left: 90%;
  position: absolute;
}

@media (max-width: 767px) {
  .mess-wrapper .swiper-button-prev:after {
    left: 10%;
  }
}

.mess-wrapper .swiper-button-next {
  right: 22%;
  right: -4%;
}

@media (max-width: 1500px) {
  .mess-wrapper .swiper-button-next {
    right: -3%;
  }
}

@media (max-width: 991px) {
  .mess-wrapper .swiper-button-next {
    right: 0%;
  }
}

@media (max-width: 767px) {
  .mess-wrapper .swiper-button-next {
    right: 10px;
  }
}

.mess-wrapper .swiper-button-next:after {
  right: 90%;
  position: absolute;
}

@media (max-width: 767px) {
  .mess-wrapper .swiper-button-next:after {
    right: 10%;
  }
}

.mess-wrapper .swiper-button-next,
.mess-wrapper .swiper-button-prev {
  top: 15px;
  height: 100%;
  width: 25%;
}

.mess-wrapper .btn-border {
  border-color: #959595;
  color: #000000;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  margin-top: 25px;
  padding: 10px 13px;
  font-family: "louis_george_cafebold";
}

@media (min-width: 1500px) {
  .mess-wrapper .btn-border {
    font-size: 18px;
    width: 55%;
    padding: 16px 18px;
  }
}

@media (max-width: 1300px) {
  .mess-wrapper .btn-border {
    width: 60%;
    margin-top: 20px;
  }
}

@media (max-width: 1180px) {
  .mess-wrapper .btn-border {
    width: 65%;
  }
}

@media (max-width: 1080px) {
  .mess-wrapper .btn-border {
    width: 85%;
  }
}

@media (max-width: 991px) {
  .mess-wrapper .btn-border {
    width: 100%;
    line-height: 1.2em;
  }
}

@media (max-width: 767px) {
  .mess-wrapper .btn-border {
    margin-top: 10px;
    width: 100%;
    font-size: 12px;
    padding: 10px;
  }
}

@media (min-width: 1025px) {
  .mess-wrapper .btn-border:hover {
    /* border-color: rgba(0, 0, 0, 0.6); */
    /* color: rgba(0, 0, 0, 0.6); */
    border-color: #90191C;
    color: #fff;
  }
}

.mess-wrapper .mess-btm-txt {
  padding-top: 90px;
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
}

@media (max-width: 1500px) {
  .mess-wrapper .mess-btm-txt {
    padding-top: 60px;
  }
}

@media (max-width: 1080px) {
  .mess-wrapper .mess-btm-txt {
    max-width: 50%;
  }
}

@media (max-width: 991px) {
  .mess-wrapper .mess-btm-txt {
    max-width: 60%;
  }
}

@media (max-width: 767px) {
  .mess-wrapper .mess-btm-txt {
    padding-top: 20px;
    max-width: 100%;
  }
}

.mess-wrapper .mess-btm-txt p {
  font-size: 15px;
}

@media (min-width: 1500px) {
  .mess-wrapper .mess-btm-txt p {
    font-size: 21px;
  }
}

.mess-wrapper .ser-txt p,
.mess-wrapper .mess-btm-txt p {
  font-size: 15px;
  color: #000000;
}

@media (min-width: 1500px) {

  .mess-wrapper .ser-txt p,
  .mess-wrapper .mess-btm-txt p {
    font-size: 21px;
  }
}

@media (max-width: 1300px) {

  .mess-wrapper .ser-txt p,
  .mess-wrapper .mess-btm-txt p {
    font-size: 15px;
  }
}
@media(max-width: 767px){
  .mess-wrapper .ser-txt p, .mess-wrapper .mess-btm-txt p{
    font-size: 13px;
  }

}
.certificate-wrapper {
  margin: 0;
  padding: 100px 0 100px;
  border-top: 15px solid rgba(112, 112, 112, 0.23);
}

@media (min-width: 1500px) {
  .certificate-wrapper {
    padding: 135px 0 160px;
    margin: 0;
  }
}

@media (max-width: 1300px) {
  .certificate-wrapper {
    padding: 100px 0 130px;
  }
}

@media (max-width: 1180px) {
  .certificate-wrapper {
    margin: 0;
    padding: 90px 0 120px;
  }
}

@media (max-width: 1080px) {
  .certificate-wrapper {
    margin: 0;
    padding: 70px 0;
  }
}

@media (max-width: 991px) {
  .certificate-wrapper {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .certificate-wrapper {
    padding: 50px 0 40px;
  }
}

.certificate-wrapper .sec-title {
  font-size: 31px;
  margin-bottom: 50px;
}

@media (min-width: 1500px) {
  .certificate-wrapper .sec-title {
    font-size: 43px;
    margin-bottom: 70px;
  }
}

@media (max-width: 1300px) {
  .certificate-wrapper .sec-title {
    font-size: 28px;
  }
}

@media (max-width: 1180px) {
  .certificate-wrapper .sec-title {
    font-size: 26px;
  }
}

@media (max-width: 1080px) {
  .certificate-wrapper .sec-title {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .certificate-wrapper .sec-title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .certificate-wrapper .sec-title {
    font-size: 19px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1180px) {
  .certificate-wrapper .container {
    max-width: 800px;
  }
}

@media (max-width: 991px) {
  .certificate-wrapper .container {
    max-width: 95%;
  }
}
/* changes starts made by shradha jaiswal */

.certificate-wrapper .container .certi-list {
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
/* changes ends made by shradha jaiswal */


@media (max-width: 1180px) {
  .certificate-wrapper .container .certi-list {
    flex-wrap: nowrap;
  }
}

@media (max-width: 767px) {
  .certificate-wrapper .container .certi-list {
    flex-direction: column;
  }
}
/* changes starts made by shradha jaiswal */

.certificate-wrapper .container .certi-list li {
  width: auto;
  /* margin: 0 30px; */
}
/* changes ends made by shradha jaiswal */


@media (max-width: 1180px) {
  .certificate-wrapper .container .certi-list li {
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .certificate-wrapper .container .certi-list li {
    margin: 0 0 25px 0;
  }
}

.certificate-wrapper .container .certi-list li img {
  margin: 0 auto;
  max-width: 70%;
}

@media (min-width: 1500px) {
  .certificate-wrapper .container .certi-list li img {
    max-width: 90%;
  }
}

@media (max-width: 1180px) {
  .certificate-wrapper .container .certi-list li img {
    max-width: 75%;
  }
}

@media (max-width: 1080px) {
  .certificate-wrapper .container .certi-list li img {
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  .certificate-wrapper .container .certi-list li img {
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .certificate-wrapper .container .certi-list li:last-child {
    margin-bottom: 0;
  }
}

.move-on-wrapp {
  background: rgba(149, 149, 149, 0.2);
  padding: 70px 0 40px;
}

@media (min-width: 1500px) {
  .move-on-wrapp {
    padding: 75px 0 50px;
  }
}

@media (max-width: 1300px) {
  .move-on-wrapp {
    padding: 70px 0 30px;
  }
}

@media (max-width: 1080px) {
  .move-on-wrapp {
    padding: 55px 0 30px;
  }
}

@media (max-width: 991px) {
  .move-on-wrapp {
    padding: 40px 0 60px;
  }
}

@media (max-width: 767px) {
  .move-on-wrapp {
    padding: 40px 0 70px;
  }
}

.move-on-wrapp .container {
  max-width: 1255px;
}

@media (min-width: 1500px) {
  .move-on-wrapp .container {
    max-width: 90%;
  }
}

@media (max-width: 1380px) {
  .move-on-wrapp .container {
    max-width: 1185px;
  }
}

@media (max-width: 1300px) {
  .move-on-wrapp .container {
    max-width: 1110px;
  }
}

@media (max-width: 1180px) {
  .move-on-wrapp .container {
    max-width: 1000px;
  }
}

@media (max-width: 1080px) {
  .move-on-wrapp .container {
    max-width: 900px;
  }
}

@media (max-width: 991px) {
  .move-on-wrapp .container {
    max-width: 95%;
  }
}

.move-on-wrapp .container .sec-title {
  font-size: 32px;
  margin-bottom: 40px;
}

@media (min-width: 1500px) {
  .move-on-wrapp .container .sec-title {
    font-size: 43px;
    margin-bottom: 60px;
  }
}

@media (max-width: 1380px) {
  .move-on-wrapp .container .sec-title {
    font-size: 29px;
  }
}

@media (max-width: 1300px) {
  .move-on-wrapp .container .sec-title {
    font-size: 28px;
  }
}

@media (max-width: 1180px) {
  .move-on-wrapp .container .sec-title {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .move-on-wrapp .container .sec-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.move-on-wrapp .container .moveOnSwiper {
  overflow: hidden;
}

.move-on-wrapp .container .moveOnSwiper .move-txt {
  text-align: center;
  padding: 28px 20px;
}

@media (max-width: 1180px) {
  .move-on-wrapp .container .moveOnSwiper .move-txt {
    padding: 20px;
  }
}

@media (max-width: 1080px) {
  .move-on-wrapp .container .moveOnSwiper .move-txt {
    padding: 15px;
  }
}

.move-on-wrapp .container .moveOnSwiper .move-txt h4 {
  margin-bottom: 18px;
  width: 74%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1300px) {
  .move-on-wrapp .container .moveOnSwiper .move-txt h4 {
    margin-bottom: 16px;
  }
}

@media (max-width: 1180px) {
  .move-on-wrapp .container .moveOnSwiper .move-txt h4 {
    width: 83%;
  }
}

@media (max-width: 1080px) {
  .move-on-wrapp .container .moveOnSwiper .move-txt h4 {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .move-on-wrapp .container .moveOnSwiper .move-txt h4 {
    margin-bottom: 10px;
  }
}

.move-on-wrapp .container .moveOnSwiper .move-txt h4 a {
  font-size: 20px;
  line-height: 1.4em;
  color: #000000;
  font-family: "louis_george_caferegular";
}

@media (min-width: 1500px) {
  .move-on-wrapp .container .moveOnSwiper .move-txt h4 a {
    font-size: 26px;
  }
}

@media (max-width: 1300px) {
  .move-on-wrapp .container .moveOnSwiper .move-txt h4 a {
    font-size: 17px;
    line-height: 1.3em;
  }
}

@media (max-width: 1080px) {
  .move-on-wrapp .container .moveOnSwiper .move-txt h4 a {
    font-size: 15px;
    line-height: 1.1em;
  }
}

.move-on-wrapp .container .moveOnSwiper .move-txt p {
  font-size: 15px;
  color: #959595;
  font-family: "louis_george_caferegular";
}

@media (min-width: 1500px) {
  .move-on-wrapp .container .moveOnSwiper .move-txt p {
    font-size: 21px;
  }
}

@media (max-width: 1300px) {
  .move-on-wrapp .container .moveOnSwiper .move-txt p {
    font-size: 14px;
  }
}

@media (max-width: 1180px) {
  .move-on-wrapp .container .moveOnSwiper .move-txt p {
    font-size: 13px;
    line-height: 1.5em;
  }
}

.move-on-wrapp .container .slide-img {
  border: 1px solid #ffffff;
}

.move-on-wrapp .container .slide-img img {
  object-fit: cover;
  height: 345px;
  width: 100%;
  object-position: center;
}

@media (max-width: 991px) {
  .move-on-wrapp .container .slideshow-navigation {
    display: none;
  }
}

.move-on-wrapp .container .swiper-pagination {
  display: none;
}

@media (max-width: 991px) {
  .move-on-wrapp .container .swiper-pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    bottom: -20px;
  }
}

@media (max-width: 767px) {
  .move-on-wrapp .container .swiper-pagination {
    bottom: -28px;
  }
}

@media (max-width: 991px) {
  .move-on-wrapp .container .swiper-pagination .swiper-pagination-bullet-active {
    background: #90191C;
  }
}

.move-on-wrapp .container .swiper-button-prev:after,
.move-on-wrapp .container .swiper-button-next:after {
  color: #000000;
  font-weight: bold;
  display: none;
}

@media (max-width: 1380px) {

  .move-on-wrapp .container .swiper-button-prev:after,
  .move-on-wrapp .container .swiper-button-next:after {
    font-size: 13px;
  }
}

.move-on-wrapp .container .swiper-button-prev {
  left: -60px;
}

@media (max-width: 1080px) {
  .move-on-wrapp .container .swiper-button-prev {
    left: -40px;
  }
}

.move-on-wrapp .container .swiper-button-next {
  right: -60px;
}

@media (max-width: 1080px) {
  .move-on-wrapp .container .swiper-button-next {
    right: -40px;
  }
}

.move-on-wrapp .container .swiper-button-next img {
  transform: rotate(180deg);
}

.move-on-wrapp .container .swiper-button-prev,
.move-on-wrapp .container .swiper-button-next {
  width: 40px;
  height: 40px;
  background: #959595;
  border-radius: 100%;
}

@media (max-width: 1380px) {

  .move-on-wrapp .container .swiper-button-prev,
  .move-on-wrapp .container .swiper-button-next {
    top: 40%;
    width: 30px;
    height: 30px;
  }
}

.move-on-wrapp .view-all {
  color: #000000 !important;
  width: 150px;
  margin: 15px auto 0;
  border-color: #000000 !important;
  padding: 10px;
}

@media (max-width: 767px) {
  .move-on-wrapp .view-all {
    width: 100px;
    margin-top: 5px;
    padding: 7px 10px;
  }
}

@media (min-width: 1025px) {
  .move-on-wrapp .view-all:hover {
    /* color: rgba(0, 0, 0, 0.3) !important; */
    /* border-color: rgba(0, 0, 0, 0.3) !important; */
    color: #fff !important;
    border-color: #90191C !important;
  }
}

@media (max-width: 767px) {
  footer {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  footer .footer-bottom {
    padding-bottom: 0;
  }
}

@media (max-width: 1250px) {
  footer .footer-bottom p.develop-by {
    padding-right: 0;
  }
}

footer .container {
  max-width: 1150px;
}

@media (min-width: 1500px) {
  footer .container {
    max-width: 81%;
  }
}

@media (max-width: 1300px) {
  footer .container {
    max-width: 1025px;
  }
}

@media (max-width: 1180px) {
  footer .container {
    max-width: 930px;
  }
}

@media (max-width: 1080px) {
  footer .container {
    max-width: 950px;
  }
}

@media (max-width: 991px) {
  footer .container {
    max-width: 95%;
  }
}

@media (max-width: 767px) {
  footer .container {
    padding: 0 !important;
  }
}

footer .container .top-footer {
  flex-wrap: nowrap;
}

@media (max-width: 991px) {
  footer .container .top-footer {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  footer .container .top-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}

footer .container .top-footer .f-banner-wrapp {
  width: 80%;
  margin: 0;
}

@media (max-width: 991px) {
  footer .container .top-footer .f-banner-wrapp {
    width: 100%;
  }
}

footer .container .top-footer .f-banner-wrapp ul {
  width: 100%;
  flex-wrap: nowrap;
}

@media (max-width: 767px) {
  footer .container .top-footer .f-banner-wrapp ul {
    flex-direction: column;
  }
}

/* footer .container .top-footer .f-banner-wrapp ul li {
  width: 50%;
  background: #000000;
  padding: 18px 20px;
  text-align: center;
  margin: 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
  /* transition: background 0.5s ease-in-out; */
} */

@media (min-width: 1500px) {
  footer .container .top-footer .f-banner-wrapp ul li {
    padding: 22px;
  }
}

@media (max-width: 767px) {
  footer .container .top-footer .f-banner-wrapp ul li {
    width: 100%;
    padding: 15px;
  }
}

footer .container .top-footer .f-banner-wrapp ul li p {
  color: #ffffff;
  font-family: "louis_george_caferegular";
  font-size: 21px;
  margin-bottom: 0;
}

@media (min-width: 1500px) {
  footer .container .top-footer .f-banner-wrapp ul li p {
    font-size: 24px;
  }
}

@media (max-width: 1380px) {
  footer .container .top-footer .f-banner-wrapp ul li p {
    font-size: 20px;
  }
}

@media (max-width: 1300px) {
  footer .container .top-footer .f-banner-wrapp ul li p {
    font-size: 18px;
  }
}

@media (max-width: 1180px) {
  footer .container .top-footer .f-banner-wrapp ul li p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  footer .container .top-footer .f-banner-wrapp ul li p {
    font-size: 13px;
  }
}

footer .container .top-footer .f-banner-wrapp ul li .yellow-txt {
  font-family: "lemonmilkregular";
  font-size: 19px;
  margin-bottom: 5px;
}

@media (min-width: 1500px) {
  footer .container .top-footer .f-banner-wrapp ul li .yellow-txt {
    font-size: 26px;
  }
}

@media (max-width: 1380px) {
  footer .container .top-footer .f-banner-wrapp ul li .yellow-txt {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  footer .container .top-footer .f-banner-wrapp ul li .yellow-txt {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  footer .container .top-footer .f-banner-wrapp ul li .yellow-txt {
    font-size: 14px;
  }
}

footer .container .top-footer .f-banner-wrapp ul li:first-child {
  margin-right: 58px;
}

@media (max-width: 1080px) {
  footer .container .top-footer .f-banner-wrapp ul li:first-child {
    margin-right: 40px;
  }
}

@media (max-width: 767px) {
  footer .container .top-footer .f-banner-wrapp ul li:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/* footer .container .top-footer .f-banner-wrapp ul li:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 100px solid #90191C;
  transform: translateX(-100%);
  transition: 0.5s ease-in-out;
}
@media(min-width: 1500px){
  footer .container .top-footer .f-banner-wrapp ul li:before{
    border-bottom: 120px solid #90191C;
  }
}

footer .container .top-footer .f-banner-wrapp ul li:hover:before {
  transform: translateX(0);
} */

footer .container .top-footer .f-banner-wrapp ul li:hover {
  /* background: rgba(0, 0, 0, 0.3);
  transition: background 0.5s ease-in-out; */
}

footer .container .socail-link {
  width: 18%;
  margin-left: 50px;
}

@media (max-width: 1180px) {
  footer .container .socail-link {
    margin-left: 40px;
  }
}

@media (max-width: 991px) {
  footer .container .socail-link {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    flex-wrap: nowrap;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
  }
}

footer .container .socail-link span {
  color: #ffffff;
  font-size: 18px;
}

@media (min-width: 1500px) {
  footer .container .socail-link span {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1300px) {
  footer .container .socail-link span {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  footer .container .socail-link span {
    margin-right: 15px;
  }
}

footer .container .socail-link ul li a {
  padding: 11px;
}

footer .container .socail-link ul li:first-child a {
  padding-left: 0;
}

footer .container .socail-link ul li svg {
  width: 25px;
  height: 25px;
}

@media (min-width: 1500px) {
  footer .container .socail-link ul li svg {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 1180px) {
  footer .container .socail-link ul li svg {
    width: 20px;
    height: 20px;
  }
}

/* footer .container .socail-link ul li.facebook svg path {
  fill: #fff;
}

footer .container .socail-link ul li:hover svg path {
  fill: #D3AF5A;
} */

@media (max-width: 767px) {
  footer .container .btm-footer {
    border-top: 1px solid #BEBEBE;
    margin-top: 10px;
    padding-top: 10px;
  }
}

footer .container .btm-footer .footer-nav {
  padding: 40px 0;
}

@media (max-width: 767px) {
  footer .container .btm-footer .footer-nav {
    padding: 20px 0 0;
  }
}

@media (max-width: 767px) {
  footer .container .btm-footer .footer-nav>li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  footer .container .btm-footer .footer-nav>li:nth-child(3) {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  footer .container .btm-footer .footer-nav>li:nth-child(1) {
    padding-left: 0 !important;
  }
}

footer .container .btm-footer .footer-nav li ul li.content-detail {
  margin-top: 0;
}

/* footer .container .btm-footer .footer-nav li ul li.content-detail>a {
  text-transform: lowercase;
  font-family: "lemonmilkmedium";
  font-size: 13px;
} */

/* @media (min-width: 1500px) {
  footer .container .btm-footer .footer-nav li ul li.content-detail>a {
    font-size: 21px;
  }
} */

/* footer .container .btm-footer .footer-nav li ul li.content-detail address a {
  font-size: 18px;
} */

/* @media (min-width: 1500px) {
  footer .container .btm-footer .footer-nav li ul li.content-detail address a {
    font-size: 24px;
  }
}

@media (max-width: 1300px) {
  footer .container .btm-footer .footer-nav li ul li.content-detail address a {
    font-size: 17px;
  }
} */

/* @media (max-width: 1180px) {
  footer .container .btm-footer .footer-nav li ul li.content-detail address a {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  footer .container .btm-footer .footer-nav li ul li.content-detail address a {
    font-size: 13px;
  }
} */

@media (max-width: 767px) {
  footer .container .btm-footer .footer-nav li:nth-child(4) {
    border-top: none;
    padding-top: 0;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

footer .container .btm-footer .footer-nav .lemon>a {
  font-size: 13px;
  font-family: "lemonmilkmedium";
}

@media (min-width: 1500px) {
  footer .container .btm-footer .footer-nav .lemon>a {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  footer .container .btm-footer .footer-nav .lemon>a {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  footer .container .btm-footer .footer-nav .lemon .sub-menu {
    margin-bottom: 0;
  }
}

footer .container .btm-footer .footer-nav .lemon .sub-menu a {
  font-size: 18px;
  padding: 7px 0;
}

@media (min-width: 1500px) {
  footer .container .btm-footer .footer-nav .lemon .sub-menu a {
    font-size: 24px;
  }
}

@media (max-width: 1380px) {
  footer .container .btm-footer .footer-nav .lemon .sub-menu a {
    font-size: 17px;
  }
}

@media (max-width: 1300px) {
  footer .container .btm-footer .footer-nav .lemon .sub-menu a {
    font-size: 16px;
  }
}

@media (max-width: 1180px) {
  footer .container .btm-footer .footer-nav .lemon .sub-menu a {
    font-size: 14px;
  }
}

footer .container .btm-footer .footer-nav .menu-footer3-container .share-feedback,
footer .container .btm-footer .footer-nav .menu-footer4-container .share-feedback {
  margin-top: 0;
}

footer .container .btm-footer .footer-nav .menu-footer3-container ul li a,
footer .container .btm-footer .footer-nav .menu-footer4-container ul li a {
  padding: 15px 0;
}

footer .container .btm-footer .footer-nav .menu-footer3-container ul li:first-child a,
footer .container .btm-footer .footer-nav .menu-footer4-container ul li:first-child a {
  padding-top: 0;
}

footer .container .btm-footer .footer-nav .menu-footer4-container ul li a {
  font-family: "Lemonmilkregular";
}

.h-new-hide {
  display: none !important;
}

header {
  position: fixed !important;
}

@media (min-width: 1025px) {
  #scroll-container {
    position: fixed;
    height: 100vh;
    top: 130px;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s ease-in-out;
    width: 100%;
  }
}

@media (min-width: 1500px) {
  #scroll-container {
    top: 160px;
  }
}

@media(min-width: 1152px) and (max-width: 1279px) {
  #scroll-container {
    top: 110px;
  }
}

@media(min-width: 1280px) and (max-width: 1365px) {
  #scroll-container {
    top: 115px;
  }
}

@media(min-width: 1366px) and (max-width: 1439px) {
  #scroll-container {
    top: 125px;
  }
}

@media (max-width: 767px) {
  #scroll-container {
    margin-top: 1px;
  }
}

@media (min-width: 1025px) {
  .other-scroll {
    background: #fff;
    position: relative;
    top: 100vh;
    z-index: 9999;
    transition: 0.5s ease-in-out;
    width: 100vw;
    left: 0;
    overflow: hidden;
  }
}

.premium-wrapp {
  background: rgba(149, 149, 149, 0.2);
  padding: 0;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1500px) {
  .premium-wrapp {
    height: 76vh;
  }
}

.premium-wrapp .vid-wrapp {
  top: 0;
  left: 0;
  width: 100%;
}

.premium-wrapp .vid-wrapp video {
  width: 100%;
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.premium-wrapp .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}

@media (max-width: 1080px) {
  .premium-wrapp .container {
    width: 94%;
  }
}

@media (max-width: 767px) {
  .premium-wrapp .container {
    width: 85%;
  }
}

.premium-wrapp:before {
  content: "";
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.home-banner .slide-image picture img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

@media (min-width: 1500px) {
  .home-banner .slide-image picture img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media(max-width: 1440px) {
  .home-banner .slide-image picture img {
    height: 100%;
    /* height: calc(100vh - 130px); */
  }
}

@media(max-width: 1080px) {
  .home-banner .slide-image picture img {
    height: calc(100vh - 230px);
  }
}

footer .footer-bottom p.develop-by {
  padding-right: 0;
}

@media(min-width: 1441px) and (max-width: 1680px) {

  .service-slider .container .serSwiper .swiper-slide {

    height: 78vh;

    background-size: 101%;

  }

  .service-slider .container .serSwiper .swiper-slide .ser-txt h4 {

    font-size: 28px;

  }

  .service-slider .container .serSwiper .swiper-slide .ser-txt p {

    font-size: 17px;

  }

  .premium-wrapp .container .top .left .title {

    max-width: 28%;

  }

  .premium-wrapp .ser-list li p {

    font-size: 17px !important;

  }

  .mess-wrapper .sec-title,
  .certificate-wrapper .sec-title,
  .move-on-wrapp .container .sec-title {

    font-size: 35px;

  }

  .mess-wrapper .sub-txt,
  .mess-wrapper .ser-txt p,
  .mess-wrapper .mess-btm-txt p,
  .move-on-wrapp .container .moveOnSwiper .move-txt p {

    font-size: 17px;

  }

  .mess-wrapper .btn-border {

    font-size: 17px;

    width: 50%;

  }

  .move-on-wrapp .container .moveOnSwiper .move-txt h4 a {

    font-size: 22px;

  }

  .btn-border {

    font-size: 17px;

  }

  .abt-wrapper p {

    font-size: 23px;

  }

  .slide-txt .slide-title {

    font-size: 70px;

  }

  .home-banner {

    height: 650px;

  }
  footer .container .socail-link ul li svg {
    width: 36px;
    height: 36px;
  }
  footer .container .btm-footer .footer-nav .lemon>a,footer .container .btm-footer .footer-nav li ul li.content-detail>a{
    font-size: 17px;
  }
  footer .container .btm-footer .footer-nav .lemon .sub-menu a,footer .container .btm-footer .footer-nav li ul li.content-detail address a{
    font-size: 19px;
  }
  footer .container .top-footer .f-banner-wrapp ul li .yellow-txt{
    font-size: 22px;
  }
  footer .container .top-footer .f-banner-wrapp ul li p{
    font-size: 20px;
  }
  .premium-wrapp{
    height: 85vh;
  }
  .premium-wrapp .container{
    max-width: 1300px;
  }
}
@media(min-width: 1441px) and (max-width: 1600px){

  .service-slider .container .serSwiper .swiper-slide{

      background-size: 100%;
      height: 63vh;

  }

  .service-slider .container .serSwiper .swiper-slide:hover{

      background-size: 110%;
  }
  /* header nav .menu-burger{
    top: 12px;
  } */
  #scroll-container{
    top: 136px;
  }
  header .counter-wrap .counter .odometer span,header .get-in-touch ul a{
    font-size: 16px;
  }
  .service-slider .container .serSwiper .swiper-slide .ser-txt h4{
    font-size: 26px;
  }
  .service-slider .container .serSwiper .swiper-slide .ser-txt p,.service-slider .container .serSwiper .swiper-slide .ser-txt .btm .btn-border{
    font-size: 15px;
  }
}
@media(min-width: 1600px) and (max-height: 900px){
  .service-slider .container .serSwiper .swiper-slide{
    height: 85vh;
  }
}
.service-slider .container .serSwiper .swiper-slide > a {
  height: 100%;
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.mess-wrapper .swiper-slide .img-wrapp{
  position: relative;
}
.mess-wrapper .swiper-slide .mess-txt{
  position: absolute;
  bottom: 0;
  /* background: rgba(0,0,0,0.4); */
  padding: 25px 15px;
  width: 100%;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.85) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
}
.mess-wrapper .swiper-slide .mess-txt p{
  font-size: 13px;
  color: #fff;
}
@media(max-width: 1380px){
  .move-on-wrapp .container .slide-img img{
    height: 250px;
  }
  .mess-wrapper .swiper-slide .mess-txt p{
    font-size: 12px;
  }
}
@media(min-width: 992px) and (max-width: 1024px){
  .service-slider .container .serSwiper .swiper-slide{
    height: 61vh;
    background-size: 100%;
  }
  .service-slider .container .serSwiper .swiper-slide:hover{
    background-size: 110%;
  }
}
/*# sourceMappingURL=home-v1.css.map */
/* css added by pradnya - 17-08-2022 - starts */
@media(max-width: 767px){
  .premium-wrapp .container .btm .ser-list{
    flex-wrap: wrap;
    justify-content: center;
  }
  .premium-wrapp .container .ser-list li{
    margin-bottom: 10px !important;
  }
}

/* css add by shubham for add new tiktok icon 9-2-2023 start */
footer .container .top-footer .f-banner-wrapp{
  width: 76%;
}
@media (max-width: 991px){
  footer .container .top-footer .f-banner-wrapp{
    width: 100%;
  }
}
footer .container .socail-link{
  width: 22%;
  margin-left: 45px;
}
footer .container .socail-link ul li a{
  padding: 8px;
}
@media (max-width: 991px){
  footer .container .socail-link{
    width: 100%;
    margin-left: 0;
  }
}
/* css add by shubham for add new tiktok icon 9-2-2023 end */
/* css for add by shubham for Fidi Award Logos 21-2-2023 start */

@media (max-width: 1180px){
  .certificate-wrapper .container .certi-list li:last-child{
      margin-top: 0px;
  }
}
/* css for add by shubham for Fidi Award Logos 21-2-2023 end */
/* css add by shubham for home page extra-safe-moves section 28-7-2023 start */
.extra-safe-moves {
  margin-top: -110px;
}
@media (max-width: 1366px) {
  .extra-safe-moves {
    margin-top: -50px;
  }
}
@media (max-width: 1280px) {
  .extra-safe-moves {
    margin-top: -60px;
  }
}
@media (max-width: 1024px) {
  .extra-safe-moves {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .extra-safe-moves {
    margin-top: -60px;
  }
}
@media (max-width: 850px) {
  .extra-safe-moves {
    margin-top: 0px;
  }
}
.extra-safe-moves .container {
  max-width: 950px;
}
@media (max-width: 1152px) {
  .extra-safe-moves .container {
    max-width: 780px;
  }
}
@media (max-width: 991px) {
  .extra-safe-moves .container {
    width: 95%;
  }
}
.extra-safe-moves .container .extra-safe-wrap {
  margin-top: 45px;
  margin-bottom: 130px;
  display: flex;
}
@media (max-width: 1280px) {
  .extra-safe-moves .container .extra-safe-wrap {
    margin-top: 40px;
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .extra-safe-moves .container .extra-safe-wrap {
    flex-direction: column;
    margin-bottom: 80px;
  }
}
.extra-safe-moves .container .extra-safe-wrap .left {
  width: 50%;
  margin-right: 40px;
}
@media (max-width: 1280px) {
  .extra-safe-moves .container .extra-safe-wrap .left {
    margin-right: 35px;
  }
}
@media (max-width: 1152px) {
  .extra-safe-moves .container .extra-safe-wrap .left {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .extra-safe-moves .container .extra-safe-wrap .left {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}
.extra-safe-moves .container .extra-safe-wrap .right {
  width: 50%;
}
@media (max-width: 767px) {
  .extra-safe-moves .container .extra-safe-wrap .right {
    width: 100%;
  }
}
.extra-safe-moves .container .extra-safe-wrap img {
  width: 100%;
  height: 195px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 1280px) {
  .extra-safe-moves .container .extra-safe-wrap img {
    height: 190px;
  }
}
@media (max-width: 1024px) {
  .extra-safe-moves .container .extra-safe-wrap img {
    height: 170px;
  }
}
@media (max-width: 767px) {
  .extra-safe-moves .container .extra-safe-wrap img {
    height: auto;
  }
}
.extra-safe-moves .container .extra-safe-wrap .text-wrap {
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .extra-safe-moves .container .extra-safe-wrap .text-wrap {
    margin-top: 18px;
  }
}
@media (max-width: 1152px) {
  .extra-safe-moves .container .extra-safe-wrap .text-wrap {
    margin-top: 15px;
  }
}
.extra-safe-moves .container .extra-safe-wrap .text-wrap h3 {
  font-family: "lemonmilkmedium";
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 1680px) {
  .extra-safe-moves .container .extra-safe-wrap .text-wrap h3 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .extra-safe-moves .container .extra-safe-wrap .text-wrap h3 {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .extra-safe-moves .container .extra-safe-wrap .text-wrap h3 {
    font-size: 17px;
  }
}
@media (max-width: 1280px) {
  .extra-safe-moves .container .extra-safe-wrap .text-wrap h3 {
    font-size: 16px;
  }
}
@media (max-width: 1152px) {
  .extra-safe-moves .container .extra-safe-wrap .text-wrap h3 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .extra-safe-moves .container .extra-safe-wrap .text-wrap h3 {
    font-size: 14px;
  }
}

.extra-safe-moves .container .extra-safe-wrap .text-wrap a.btn-border {
  border-color: #000;
  color: #000;
  width: 25%;
}
@media (min-width: 1441px){
  .extra-safe-moves .container .extra-safe-wrap .text-wrap a.btn-border{
    width: auto;
    display: inline-block;
  }
}
@media (max-width: 1280px) {
  .extra-safe-moves .container .extra-safe-wrap .text-wrap a.btn-border {
    padding: 9px 17px;
  }
}
@media (max-width: 1152px) {
  .extra-safe-moves .container .extra-safe-wrap .text-wrap a.btn-border {
    padding: 8px 10px;
  }
}
@media (max-width: 850px) {
  .extra-safe-moves .container .extra-safe-wrap .text-wrap a.btn-border {
    width: 30%;
  }
}
@media (max-width: 350px) {
  .extra-safe-moves .container .extra-safe-wrap .text-wrap a.btn-border {
    width: 35%;
  }
}
@media (max-width: 300px) {
  .extra-safe-moves .container .extra-safe-wrap .text-wrap a.btn-border {
    width: 40%;
  }
}
.extra-safe-moves .container .extra-safe-wrap .text-wrap a.btn-border:hover {
  border-color: #90191C;
  color: #fff;
}

/* css add by shubham for home page extra-safe-moves section 28-7-2023 end */

/* css added by pradnay - for home page - white gloves section - starts - 10-09-2025 */
.white-glove-home-banner {
  background-image: url("../img/home-white-glove-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  position: relative;
  padding: clamp(3.125rem, 2.6699rem + 1.9417vw, 5rem) 0;
  padding-top: clamp(5rem, -8.5714rem + 21.2054vw, 16.875rem);
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .white-glove-home-banner {
    padding-top: clamp(12.5rem, 11.7766rem + 3.0864vw, 13.75rem);
  }
}
.white-glove-home-banner .vid-wrapp {
  display: none;
}
.white-glove-home-banner .container {
  top: auto;
  bottom: 0px;
  transform: none;
  position: relative;
  transform: none;
  left: 0;
}
.white-glove-home-banner .container .top .left {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .white-glove-home-banner .container .top .left {
    width: 100%;
  }
}
.white-glove-home-banner .container .top .left p {
  line-height: 1.2em;
  margin-bottom: 10px !important;
}
.white-glove-home-banner .container .top .left .title {
  max-width: 60%;
  margin-bottom: clamp(0.938rem, 0.8016rem + 0.582vw, 1.5rem);
}
@media (max-width: 1680px) {
  .white-glove-home-banner .container .top .left .title {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .white-glove-home-banner .container .top .left .title {
    max-width: 100%;
  }
}
.white-glove-home-banner .container .top .left .title .sec-title, .white-glove-home-banner .container .top .left .title img {
  margin-bottom: clamp(0.938rem, 0.7106rem + 0.9704vw, 1.875rem);
}
.white-glove-home-banner .container .top .left .title .sec-title {
  text-align: center !important;
  padding-left: 0 !important;
}
.white-glove-home-banner .container .top .left .title img {
  margin-left: auto;
  margin-right: auto;
}
.white-glove-home-banner .container .top .left .title .sub-txt {
  letter-spacing: 0.5em;
  font-family: louis_george_cafebold;
  font-size: clamp(1.125rem, 0.9733rem + 0.6472vw, 1.75rem);
  text-transform: uppercase;
}
.white-glove-home-banner .container .top .left .btm {
  margin-top: clamp(0.938rem, 0.8016rem + 0.582vw, 1.5rem) !important;
}
.white-glove-home-banner .container .top .left .btm .ser-list {
  justify-content: center;
}
.white-glove-home-banner .container .top .left .btm .ser-list li {
  padding-left: clamp(0.938rem, 0.7106rem + 0.9704vw, 1.875rem);
  padding-right: clamp(1.25rem, 0.9466rem + 1.2945vw, 2.5rem);
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem) !important;
}
.white-glove-home-banner .container .top .left .btm .ser-list li:before {
  width: 10px;
  height: 10px;
}
@media (max-width: 767px) {
  .white-glove-home-banner .container .top .left .btm .ser-list li:before {
    width: 7px;
    height: 7px;
  }
}
.white-glove-home-banner .container .top .left .btn-border {
  width: 260px;
  justify-content: center;
}
.white-glove-home-banner:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
body.home .mess-wrapper .messSwiper {
  overflow: hidden;
}

@media (max-width: 767px) {
  .float1 {
    bottom: 90px !important;
  }
}
/* css added by pradnay - for home page - white gloves section - ends - 10-09-2025 */